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

.content--body {
  opacity: 0;
  transition: opacity 0.3s;
}

html.wf-active,
html.loading-delay {
  visibility: visible;
}
html.wf-active .content--body,
html.loading-delay .content--body {
  opacity: 1;
}

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

.delighter.started {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.delighter {
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.parts-svg {
  display: none;
}

.btn {
  text-align: center;
}

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

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

.btn--more a {
  width: 34px;
  height: 14px;
  display: block;
}
.btn--more a svg {
  fill: none;
  stroke: #7F7F7F;
  stroke-width: 0.5;
}

.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: "Barlow Condensed", sans-serif;
  font-weight: 300;
  letter-spacing: 0.12em;
}

.date {
  font-size: 1.2rem;
}

.category {
  font-size: 1.1rem;
  color: #7F7F7F;
  text-align: center;
  min-width: 60px;
  letter-spacing: 0.19em;
}

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

.font-en {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 300;
}

.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;
}
.ph img, .thumb img {
  width: 100% !important;
}

.thumb img {
  width: 100%;
}

.block--pager {
  letter-spacing: -0.5em;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  position: relative;
  height: 40px;
  margin-top: 30px;
}
.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 {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #121212;
  border-top: none;
  border-right: none;
  transform: rotate(45deg);
  transition: 0.3s;
  vertical-align: middle;
}
.block--pager .pager__item--newer a::after, .block--pager .pager__item--newer span::after {
  top: 16px;
  left: 0;
}
.block--pager .pager__item--older {
  right: 0;
}
.block--pager .pager__item--older a::after, .block--pager .pager__item--older span::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;
}
.block--pager .pager__item--older a::after, .block--pager .pager__item--older span::after {
  top: 16px;
  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: 400;
  letter-spacing: 0.2em;
}
.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 {
  left: 0;
  bottom: -40px;
}
.list--bnr .slick-dots li {
  margin: 0;
}

.slick-slide img {
  width: 100%;
}

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

.slick-dots {
  text-align: left;
  bottom: -50px;
}
.slick-dots li {
  width: 4.8vw;
  height: 2px;
  margin: 0;
  padding: 0;
}
.slick-dots li button {
  width: auto;
  height: auto;
  padding: 0;
}
.slick-dots li button:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #dfdfdf;
  opacity: 1;
  transition: 0.3s;
}
.slick-dots .slick-active button:before {
  background: #121212;
}

.list--bnr {
  margin: 0 0 0 10.6vw;
  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;
}
.list--bnr .slick-list {
  overflow: visible;
  width: 76vw;
}
.list--bnr .slick-list.is--slide {
  overflow: visible !important;
}
.list--bnr li {
  margin: 0 25px 0 0;
  display: inline-block;
  font-size: 0;
}
.list--bnr li a, .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 7vw;
  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;
}

.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, 0, 0, 0.9);
}
.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 --*/
.video, .player {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.video iframe,
.video 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: 15px;
  width: 100%;
}
.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;
  background: #7F7F7F;
}

.block--player--ios {
  width: 100%;
  text-align: center;
}
.block--player--ios video {
  background: #7F7F7F;
}

.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%;
    margin-bottom: 10px;
  }
  .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 {
  margin-top: 1em;
  font-size: 1.3rem;
}

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

.list--schedule .block--data {
  position: relative;
}
.list--schedule .block--data .month {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.4rem;
}
.list--schedule .block--data .day {
  position: absolute;
  bottom: 0;
  left: 22px;
  font-size: 2.6rem;
}
.list--schedule .block--data .date {
  display: block;
}
.list--schedule .block--data .date:after {
  content: "";
  display: block;
  width: 1px;
  height: 18px;
  position: absolute;
  background: #121212;
  transform: rotate(-140deg);
  position: absolute;
  top: 10px;
  left: 18px;
}

.list--contents li {
  margin-bottom: 4vw;
  background-color: #fff;
  overflow: hidden;
}
.list--contents li a {
  display: block;
  position: relative;
}
.list--contents li a figure {
  overflow: hidden;
  z-index: 1;
  border: 1px solid #eeeeee;
}
.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/owv/common/no_images.png);
  background-color: #DDE5ED;
}
.list--contents li .thumb {
  overflow: hidden;
}
.list--contents li .thumb .blur {
  position: absolute;
  width: 200%;
  height: 200%;
  top: -50%;
  left: -50%;
  z-index: -1;
  background-color: #DDE5ED;
}
.list--contents li .thumb .blur img {
  filter: blur(6px);
}
.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: #7F7F7F;
  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: "Barlow Condensed", sans-serif;
  font-weight: 600;
  margin-left: 10px;
  line-height: 1;
  letter-spacing: 0.2em;
  font-size: 1.3rem;
  color: #FF4343;
}

.block--category {
  margin: 45px auto 20px;
  display: flex;
  flex-wrap: wrap;
}
.block--category li {
  margin: 0 0.3em 0.3em 0;
}
.block--category li a, .block--category li span {
  display: block;
  padding: 4px 10px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 300;
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: 0.12rem;
  border: 1px solid #121212;
}
.block--category .current a {
  background: #121212;
  color: #fff;
}

.section--detail {
  width: 84%;
  margin: 0 auto;
}
.section--detail .tit {
  line-height: 1.5;
}
.section--detail .category {
  display: inline-block;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.06em;
  min-width: auto;
}
.section--detail .date {
  margin-right: 8px;
}
.section--detail .txt--basic a {
  text-decoration: underline;
}
.section--detail .txt a {
  color: #174a98;
  text-decoration: underline;
}
.section--detail .txt .btn_area a {
  color: #fff;
}
.section--detail .txt .btn .btn--main {
  color: #fff;
}
.section--detail .txt .btn .btn--sub {
  color: #121212;
}

.form--post dt,
.form--confirm dt {
  margin: 2em 0 0.2em;
}
.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;
}

/* 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.2em;
  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: 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.2em;
  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.2em 0.5em 0.2em 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.2em;
  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: #FF4343;
  color: #fff;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
}

header {
  position: absolute;
  width: 100%;
  z-index: 101;
  mix-blend-mode: difference;
}
header h1 {
  z-index: 102;
  transition: 0.6s;
}
header h1 svg {
  width: 100%;
  fill: #fff;
}
header .header_inner .nav {
  line-height: 1;
}
header .header_inner .nav li {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 300;
  letter-spacing: 0.15em;
}
header .header_inner .nav::after {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 300;
}
header .header_inner .nav-official .sub-nav {
  display: flex;
  justify-content: flex-end;
}
header .header_inner .nav-fc .sub-nav li:nth-child(2) {
  position: relative;
  margin-left: 20px;
}
header .header_inner .nav-fc .sub-nav li:nth-child(2)::after {
  content: "/";
  position: absolute;
  left: -12px;
}
header .drawer {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  z-index: 99;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: mix-blend-mode 0.4s cubic-bezier(0.16, 0.68, 0.65, 1.03), opacity 0.4s cubic-bezier(0.16, 0.68, 0.65, 1.03);
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  pointer-events: none;
  overflow: auto;
}
header .drawer .langBar ul li {
  transition: opacity 0.3s;
}
header .drawer .inner {
  opacity: 0;
}
header .drawer .tit-drawer {
  position: relative;
  display: inline-block;
  margin: 10px 0 50px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 300;
  font-size: 2.6rem;
  letter-spacing: 0.8em;
}
header .drawer__btn {
  position: relative;
  width: 17px;
  height: 20px;
  margin-left: 8px;
  z-index: 103;
  cursor: pointer;
}
header .drawer__btn span {
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transition: transform 0.3s ease;
}
header .drawer__btn span:first-child {
  top: 20%;
}
header .drawer__btn span:nth-child(2) {
  top: 40%;
}
header .drawer__btn span:nth-child(3) {
  top: 60%;
}
header .drawer__btn span:last-child {
  top: 80%;
}

.is-drawer-shown {
  overflow: hidden;
}
.is-drawer-shown header {
  mix-blend-mode: normal;
}
.is-drawer-shown header h1 {
  position: fixed;
}
.is-drawer-shown header .drawer__btn {
  position: fixed;
  right: 0;
  top: 30px;
  width: 46px;
}
.is-drawer-shown header .drawer__btn span:first-child {
  transform: rotate(20deg);
  top: 46%;
}
.is-drawer-shown header .drawer__btn span:nth-child(2), .is-drawer-shown header .drawer__btn span:nth-child(3) {
  display: none;
}
.is-drawer-shown header .drawer__btn span:last-child {
  transform: rotate(-20deg);
  top: 46%;
}
.is-drawer-shown header .drawer {
  opacity: 1;
  pointer-events: auto;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #eeeeee;
  color: #121212;
}
.is-drawer-shown header .drawer .inner {
  opacity: 1;
}
.is-drawer-shown header .drawer .inner .drawer-nav {
  position: relative;
  padding: 5vw 7vw;
}
.is-drawer-shown header .drawer .inner .drawer-nav .sub-nav-fc {
  margin-bottom: 4em;
}
.is-drawer-shown header .drawer .inner .drawer-nav .sub-nav-fc a {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: 0.3rem;
  font-size: 1.8rem;
}
.is-drawer-shown header .drawer .inner .drawer-nav .sub-nav-fc a + a {
  margin-left: 1em;
}
.is-drawer-shown header .drawer .inner .drawer-official-nav {
  padding-top: 120px;
  background: #fff;
  color: #121212;
}
.is-drawer-shown header .drawer .inner .langBar ul button {
  color: #121212;
}
.is-drawer-shown header .drawer .nav li {
  display: block;
  margin-bottom: 2.4em;
  line-height: 1.1;
  overflow: hidden;
}
.is-drawer-shown header .drawer .nav li.sub-menu {
  font-size: 2vw;
  margin-bottom: 6vw;
  position: relative;
}
.is-drawer-shown header .drawer .nav li.sub-menu::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border: 1px solid #121212;
  border-top: none;
  border-right: none;
  transform: rotate(-135deg);
  transition: 0.3s;
  vertical-align: middle;
}
.is-drawer-shown header .drawer .nav li.sub-menu::after {
  margin-left: 5px;
  margin-top: -2px;
}
.is-drawer-shown header .tit-fcmenu {
  margin-right: 25px;
}

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

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

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

footer {
  width: 100%;
  min-height: 80px;
  position: absolute;
  bottom: 0;
  left: 0;
}
footer .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  padding: 30px 5vw;
  height: 100%;
}
footer .inner .copyright small {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  letter-spacing: 0.13em;
}

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

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

.content--body {
  min-height: 100vh;
  position: relative;
  background: #fff;
}

.section-tit {
  position: relative;
  margin-bottom: 30px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.8em;
  font-size: 1.6rem;
}

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

.sub-tit {
  position: relative;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  color: #7F7F7F;
  line-height: 1.2;
}

.block--thumb {
  border: 1px solid #eeeeee;
}

/*-- DETAIL BUTTON --*/
.detail__btn {
  position: relative;
  text-decoration: none;
  margin-top: 40px;
  padding: 0 1px;
  z-index: 1;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 300;
  letter-spacing: 0.12em;
  line-height: 1;
}
.detail__btn a {
  position: relative;
}
.detail__btn a::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: -2px;
  background-color: #121212;
}
.detail__btn a::after {
  content: "";
  display: block;
  width: 100%;
  height: 0px;
  position: absolute;
  z-index: -1;
  left: 0;
  top: -5%;
  background-color: #121212;
  transition: all ease 0.3s;
}

/*-- 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 ul {
  display: flex;
  justify-content: flex-end;
}
.langBar ul li {
  margin-right: 15px;
  transition: 0.3s;
}
.langBar ul li:last-child {
  margin-right: 0;
}
.langBar ul button {
  position: relative;
  line-height: 1;
  padding: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 300;
  letter-spacing: 0;
  font-size: 1.3rem;
  cursor: pointer;
  color: #fff;
}
.langBar ul button:after {
  content: "";
  position: absolute;
  bottom: -4px;
  right: 0;
  left: 0;
  width: 100%;
  margin: auto;
  height: 1px;
  background: #7F7F7F;
  opacity: 0;
  transition: opacity 0.3s;
}
.langBar ul li.current button::after {
  opacity: 1;
}

/*-- BANNER --*/
.section--banner {
  overflow: hidden;
  background: rgba(0, 0, 0, 0.4);
}

/*-- official_sns --*/
.block--officiallink {
  position: fixed;
  padding-top: 55px;
  z-index: 10;
  color: #fff;
  mix-blend-mode: difference;
}
.block--officiallink:before {
  position: absolute;
  content: "SNS ACCOUNT";
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 300;
  letter-spacing: 0.1rem;
  transform: rotate(90deg);
  width: 68px;
  top: 0;
  left: -27px;
  font-size: 1.2rem;
}
.block--officiallink .list--officiallink li {
  width: 15px;
  height: 15px;
  margin-bottom: 18px;
  cursor: pointer;
  transition: width 0.2s, height 0.2s;
}
.block--officiallink .list--officiallink li:last-child {
  margin-bottom: 0;
}
.block--officiallink .list--officiallink li i {
  font-size: 15px;
}

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

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

.link--text {
  color: #FF4343;
  text-decoration: underline;
  transition: opacity 0.3s;
}
.link--text:hover {
  opacity: 0.5;
}

.block--timeline a .thumb {
  display: inline-block;
  width: 13%;
  margin-right: 20px;
}
.block--timeline a .thumb figure {
  border-radius: 50%;
  overflow: hidden;
}
.block--timeline a .thumb figure img {
  background-position: top center;
  background-size: 130%;
}
.block--timeline a .wrap--txt {
  display: inline-block;
  vertical-align: top;
}
.block--timeline a .wrap--txt .list__txt {
  margin-bottom: 25px;
}
.block--timeline a .wrap--txt .category {
  margin-right: 25px;
  font-size: 1.4rem;
  letter-spacing: 0.19em;
  color: #121212;
}
.block--timeline a .wrap--txt .tit {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.5;
}
.block--timeline a .wrap--txt.new .tit::after {
  content: "NEW";
  display: inline-block;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  margin-left: 10px;
  line-height: 1;
  letter-spacing: 0.2em;
  font-size: 1.4rem;
  color: #FF4343;
}

.page--home {
  background: #121212;
}
.page--home .wrap {
  height: 100vh;
}
.page--home .loading {
  width: 100vw;
  height: 100%;
  transition: all 1s;
  background-color: #121212;
  position: fixed;
  top: 0;
  left: 0;
  transform: translateY(0%);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page--home .loading .loading--logo {
  opacity: 0;
  width: 14%;
  transition: opacity 0.3s;
}
.page--home .loading .loading--logo svg {
  fill: #C7C7C7;
}
.page--home .section--mainvisual {
  position: relative;
}
.page--home .section--mainvisual h1 {
  position: absolute;
}
.page--home .section--mainvisual h1 a, .page--home .section--mainvisual h1 svg {
  display: block;
  width: 100%;
}
.page--home .section--mainvisual h1 svg {
  fill: #fff;
}
.page--home .section--mainvisual .block--mainvisual_photo {
  width: 100%;
  height: 50vw;
  font-size: 0;
}
.page--home .section--mainvisual .block--mainvisual_photo img {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.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: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-size: 1.3rem;
  display: inline-block;
}
.page--home .content--body {
  background: none;
}
.page--home .content--body .wrap--main {
  position: relative;
}
.page--home .content--body .box--main {
  padding: 40px 10.6vw 10.6vw;
  background: #fff;
}
.page--home .section--banner {
  padding-top: 7vw;
  padding-bottom: 10.6vw;
}
.page--home .box--main {
  position: relative;
}
.page--home .box--main.section--fanclubtop {
  background: #fff;
  padding: 10.6vw 7vw 7vw;
}
.page--home .box--main.section--topcontents {
  background: #fff;
  padding: 0 7vw 7vw;
}
.page--home .box--main.section--video {
  overflow: hidden;
  padding: 0;
  padding-bottom: 10.6vw;
}
.page--home .box--main.section--video .section-tit, .page--home .box--main.section--video .btn--more {
  margin-left: 10.6vw;
}
.page--home .box--main.section--video .btn--more {
  margin-bottom: 50px;
}
.page--home .box--main.section--video .list--video .slick-list {
  overflow: visible;
  width: 81vw;
}
.page--home .box--main.section--video .list--video .slick-dots {
  left: 10.6vw;
}
.page--home .box--main.section--video .list--video li {
  position: relative;
}
.page--home .box--main.section--video .list--video li .tit {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(18, 18, 18, 0.7);
  color: #fff;
  font-size: 1.8vw;
  transition: opacity 0.8s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page--home .box--main.section--video .list--video li .tit span {
  margin: 4vw 8vw;
  line-height: 1.4;
}
.page--home .box--main .block--video a {
  display: block;
}
.page--home .box--main .block--fanclubtop {
  text-align: center;
}
.page--home .box--main .block--fanclubtop h2 {
  width: 33%;
}
.page--home .box--main .block--fanclubtop .block--entry {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 300;
  font-size: 2.2rem;
  text-align: center;
  letter-spacing: 0.19em;
}
.page--home .box--main .block--fanclubtop .block--entry a {
  position: relative;
  display: inline-block;
  margin-left: 2em;
}
.page--home .box--main .block--fanclubtop .block--entry a:first-of-type {
  margin-left: 10px;
}
.page--home .box--main .list--topcontents {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.page--home .box--main .list--topcontents li {
  margin-bottom: 6vw;
}
.page--home .box--main .list--topcontents li .tit {
  margin-top: 20px;
  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-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-image: url(/static/owv/common/no_images.png);
  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 {
  width: 100%;
  padding: 0 0 1.7vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page--home .box--main .list--topcontents li a .list__txt .category, .page--home .box--main .list--topcontents li a .list__txt .date {
  color: #121212;
}
.page--home .box--main .list--topcontents li a .list__txt .category {
  text-align: left;
}
.page--home .section--blog .list--blog {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page--home .section--blog .list--blog li:nth-of-type(2n) {
  margin-right: 0;
}
.page--home .section--blog .list--blog li a {
  display: block;
}
.page--home .section--blog .list--blog li a .block--thumb {
  overflow: hidden;
  position: relative;
  z-index: -1;
  width: 100%;
  padding-top: 56.25%;
}
.page--home .section--blog .list--blog li a .block--thumb img {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: contain;
  line-height: 0;
  transition: 0.4s;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}
.page--home .section--blog .list--blog li a .block--thumb img.thumb--noimage {
  background-size: cover;
}
.page--home .section--blog .list--blog li a .block--thumb .blur {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  filter: blur(20px);
  transform: scale(2);
}
.page--home .section--blog .list--blog li a .block--thumb .blur img {
  height: 100%;
  background-size: cover;
}
.page--home .section--blog .list--blog li a .block--thumb::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}
.page--home .section--blog .list--blog li a .blog_tit_writer {
  /* display:flex;
  justify-content: space-between; */
}
.page--home .section--blog .list--blog li a .blog_tit_writer p {
  /* display:inline; */
  line-height: 1.8em;
}
.page--home .section--blog .list--blog li a .blog_tit_writer .wrter_name {
  font-size: 1.1rem;
  opacity: 0.5;
  /* margin-top:.7em; */
}
.page--home .section--blog .list--blog li a .date {
  display: block;
  min-width: 5em;
  text-align: right;
  margin-bottom: 0.5em;
}
.page--home .section--blog .list--blog li a .date em {
  font-size: 0.8em;
  margin-left: 0.3em;
}
.page--home .section--blog .list--blog li a .list__txt {
  display: block;
  width: 100%;
}
.page--home .section--blog .list--blog li a .list__txt .block--txt--sub {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.page--home .section--blog .list--blog li a .list__txt .category, .page--home .section--blog .list--blog li a .list__txt .date {
  color: #121212;
}
.page--home .section--blog .list--blog li a .list__txt .category {
  text-align: left;
}
.page--home .section--blog .list--blog li.new .category:after {
  content: "NEW";
  display: inline-block;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  margin-left: 10px;
  line-height: 1;
  letter-spacing: 0.2em;
  font-size: 1.3rem;
  color: #FF4343;
}
.page--home .block--timeline {
  border-top: solid 1px #eeeeee;
}
.page--home .area--fc {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.page--home .area--fc::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}
.page--home .area--fc .wrap--fanclub {
  margin: 100vh 7vw 7vw;
  position: relative;
}
.page--home .area--fc .wrap--fanclub:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.page--home footer {
  position: static;
  color: #7F7F7F;
}
.page--home footer .inner {
  padding: 100px 7vw 70px;
  background: #fff;
}
.page--home footer .inner .home_pickupinfo_bottom {
  margin-bottom: 20px;
}
.page--home footer .inner .home_pickupinfo_bottom a {
  position: relative;
  display: inline-block;
  margin-right: 1.6em;
  font-size: 1.3rem;
}
.page--home footer .inner .home_pickupinfo_bottom a:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  background: #dfdfdf;
  bottom: -10px;
  transition: 0.3s;
}
.page--home footer .copyright {
  margin-top: 100px;
}
.loading-delay .page--home .loading .loading--logo {
  opacity: 1;
}
.page--home #tubular-container {
  opacity: 0;
}
.page--home.loaded #tubular-container {
  animation: fade-in forwards 3s 1.4s;
}
.page--home.loaded .loading {
  opacity: 1;
  animation: slide-out forwards 1.2s 1.8s;
}
.page--home.loaded .loading .loading--logo {
  animation: fade-in-out ease-in-out forwards 1s 0.6s;
}
.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;
}
.page--home.loaded.in-official #tubular-container, .page--home.loaded.in-fc #tubular-container {
  animation: none;
}

.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-fc header h1 {
  opacity: 0;
}

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

/*-- HOME PICKUP INFO TOP --*/
.home_pickupinfo_top {
  position: relative;
  padding: 20px 10.6vw;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  background: #fff;
}
.home_pickupinfo_top .tit {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 300;
  letter-spacing: 0.8em;
  line-height: 1;
  margin-right: 3em;
}
.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 + a {
  margin-top: 20px;
}

/*-- 継続手続きのお知らせ --*/
.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 .txt {
  margin-top: 3em;
}
.page--info .section--detail .txt a {
  text-decoration: underline;
}
.page--info .section--detail .txt .non-protect .ph:after {
  content: none;
}
.page--info .section--detail .txt .non-protect .dummy {
  display: none;
}
.page--info .section--detail .txt .ph {
  margin: 2% 0;
}
.page--info .section--detail .date-schedule {
  font-size: 3.8rem;
  letter-spacing: 0.03em;
  margin-bottom: 0px;
}
.page--info .section--detail .date-schedule .youbi {
  font-size: 1.2rem;
}
.page--info:not(.category-13) .section--detail.new .tit {
  position: relative;
}
.page--info:not(.category-13) .section--detail.new .tit::after {
  content: "NEW";
  display: inline-block;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  margin-left: 10px;
  line-height: 1;
  letter-spacing: 0.2em;
  font-size: 1.6rem;
  color: #FF4343;
}
.page--info .block--share {
  line-height: 1;
  margin: 20px 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: "Barlow Condensed", sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
  margin-left: 0;
  letter-spacing: 0.1em;
}
.page--info.category-13 .block--share {
  margin: 30px 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--list .list--contents li .list__txt .date {
  color: #121212;
}
.page--disco .section--list .list--contents li .list__txt .category {
  margin-left: 0px;
}
.page--disco .section--detail .date {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 1.4rem;
}
.page--disco .section--detail .category {
  font-size: 1.4rem;
}
.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 .jacket img {
  width: 100%;
}
.page--disco .section--detail .txt {
  margin-top: 2em;
}
.page--disco .section--detail .txt .link,
.page--disco .section--detail .txt .text,
.page--disco .section--detail .txt .block--comment,
.page--disco .section--detail .txt .block--review {
  margin: 0 0 2em 0;
}
.page--disco .section--detail .txt .block--comment {
  font-size: 1.1rem;
}
.page--disco .section--detail .txt .btn--link {
  display: inline-block;
  border: solid 1px rgba(0, 0, 0, 0.8);
  padding: 10px 2em;
  min-width: 100px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}
.page--disco .section--detail .txt .title-shoplist {
  margin-top: 2em;
  margin-bottom: 1em;
  padding: 10px 0;
  border-bottom: solid 1px;
  font-size: 1.2rem;
  font-weight: bold;
}
.page--disco .section--detail .txt .shoplist {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2em;
}
.page--disco .section--detail .txt .shoplist a, .page--disco .section--detail .txt .shoplist span {
  display: inline-block;
  width: 100px;
  margin: 0 5px 5px 0;
  overflow: hidden;
  border-radius: 3px;
}
.page--disco .section--detail .txt .list--track .num {
  min-width: 20px;
  display: inline-block;
  font-size: 1.2rem;
}
.page--disco .section--detail .txt .list--track a {
  text-decoration: none;
}
.page--disco .slick-dots {
  bottom: -20px;
  left: 0;
  text-align: left;
}

.page--profile .about--group {
  margin-bottom: 40px;
}
.page--profile .about--group .thumb {
  margin-bottom: 15px;
}
.page--profile .about--group .name {
  text-align: center;
  font-size: 3.4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-bottom: 20px;
}
.page--profile .about--group .name span {
  display: block;
  font-weight: 300;
  font-size: 1.6rem;
}
.page--profile .list--profile li {
  margin-bottom: 2vw;
}
.page--profile .list--profile li a {
  display: block;
  position: relative;
}
.page--profile .list--profile li a .name {
  margin-top: 1em;
  text-align: center;
  font-size: 1.5rem;
}
.page--profile .section--detail .profile-member-name {
  margin-bottom: 20px;
}
.page--profile .section--detail .profile-member-sns .sns {
  display: flex;
}
.page--profile .section--detail .profile-member-sns .sns li + li {
  margin-left: 12px;
}
.page--profile .section--detail .profile-member-sns .sns i {
  font-size: 16px;
}
.page--profile .section--detail .profile-member-sns .sns a {
  transition: opacity 0.3s;
}
.page--profile .section--detail .profile-member-sns .sns a:hover {
  opacity: 0.5;
}
.page--profile .section--detail .slider-for .item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.page--profile .section--detail .slider-for .item:before {
  position: absolute;
  top: 0;
  left: -85%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}
.page--profile .section--detail .slider-for .item.slick-current::before {
  animation: shine 0.75s;
}
.page--profile .section--detail .slick-slide img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
}

.page--schedule .section--list .section-tit {
  margin-bottom: 10px;
}
.page--schedule .section--list .block--month {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 300;
  font-size: 5rem;
  margin: 40px 0 0;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
}
.page--schedule .section--list .block--month .tit {
  position: relative;
  line-height: 1;
}
.page--schedule .section--list .block--month .tit .month {
  margin-right: 16px;
}
.page--schedule .section--list .block--month .tit .year {
  font-size: 2.4rem;
}
.page--schedule .section--list .block--month .tit:after {
  content: "";
  display: block;
  width: 1px;
  height: 18px;
  position: absolute;
  background: #121212;
  transform: rotate(-160deg);
  position: absolute;
  bottom: 5px;
  right: 46px;
}
.page--schedule .section--list .block--month .block--prev-next {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.page--schedule .section--list .block--month .next-month a,
.page--schedule .section--list .block--month .prev-month a {
  position: relative;
  display: block;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
}
.page--schedule .section--list .block--month .prev-month {
  position: relative;
  margin-right: 20px;
}
.page--schedule .section--list .block--month .prev-month:after {
  content: "";
  display: block;
  width: 1px;
  height: 18px;
  position: absolute;
  background: #121212;
  right: -11px;
  top: 0;
}
.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: #fff;
  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;
}
.page--schedule .list--schedule li .inner .date {
  width: 38px;
  line-height: 1;
  position: relative;
  margin: 11px 0;
  letter-spacing: 0.1em;
  text-align: center;
}
.page--schedule .list--schedule li .inner .date .d {
  font-size: 32px;
  font-weight: 300;
  position: relative;
  line-height: 1;
}
.page--schedule .list--schedule li .inner .date .youbi {
  font-size: 10px;
  display: block;
  margin-top: 5px;
  padding: 0;
  line-height: 1;
  position: relative;
  letter-spacing: 0.08em;
}
.page--schedule .list--schedule li .inner .date .youbi::before {
  content: none;
}
.page--schedule .list--schedule li .inner .list__txt {
  width: calc(100% - 40px);
  padding: 12px 0;
}
.page--schedule .list--schedule li .inner a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
}
.page--schedule .list--schedule li .inner a .category {
  width: 100px;
}

.page--archives .block--archives .list--contents li a .thumb:before {
  left: -85%;
}
.page--archives .block--archives .list--contents li .thumb {
  aspect-ratio: 500/707;
}
.page--archives .block--archives .list--contents li .thumb:not(.bg_white) {
  background: #121212;
}
.page--archives .block--archives .list--contents li .thumb figure {
  height: 100%;
}
.page--archives .block--archives .list--contents li .thumb figure img {
  background-color: inherit;
  background-size: contain;
  height: 100%;
}

.page--photo .photo-image {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: 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 .section--detail .section-tit {
  font-size: 1.6rem;
  letter-spacing: 0.5em;
}

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

#swipebox-slider {
  cursor: auto;
}

.page--fortune .about-fortune h3 {
  max-width: 80%;
  margin: 0 auto 20px;
}
.page--fortune .about-fortune p {
  margin-bottom: 40px;
}

.page--blog .list--contents li .list__txt .category {
  margin-left: 10px;
  padding-left: 10px;
  border-left: solid 1px;
  color: #121212;
  font-weight: bold;
  font-size: 1.1rem;
}
.page--blog .section--list .list--contents .thumb figure img {
  background-color: inherit;
  background-size: contain;
}
.page--blog .section--list .block--archives {
  margin-top: 50px;
  padding: 15px 0 10px;
  background: #eee;
  text-align: center;
}
.page--blog .section--detail .txt {
  margin-top: 1em;
}
.page--blog .section--detail .txt * {
  white-space: normal !important;
}
.page--blog .section--detail .txt .ph {
  border: 1px solid #eeeeee;
}
.page--blog .section--detail .txt .block--player .eq-area-center > div > div * {
  white-space: pre !important;
}
.page--blog .section--detail .block--pager {
  margin-bottom: 60px;
  text-align: center;
}
.page--blog .eq-h5_player * {
  background-size: auto;
}
.page--blog.category-1 .section--detail .txt .ph {
  border: none;
}
.page--blog.page--blog--category {
  max-width: 100%;
}
.page--blog.page--blog--category .block--list {
  max-width: 100%;
}
.page--blog.page--blog--category .block--list .list--contents {
  max-width: 100%;
}
.page--blog.page--blog--category .block--list .list--contents li {
  overflow: visible;
}
.page--blog.page--blog--category .block--list .list--contents li .list__thumb {
  position: relative;
}
.page--blog.page--blog--category .block--list .list--contents li .date {
  display: inline-block;
  position: absolute;
  z-index: 1;
  border: solid 1px #fff;
  background-color: #000;
  color: #fff;
}
.page--blog.page--blog--category .block--list .list--contents li .list__txt {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.page--blog.page--blog--category .block--list .list--contents li .list__txt .tit {
  font-weight: 600;
}
.page--blog.page--blog--category .block--list .list--contents li.new .tit::after {
  display: none;
}
.page--blog.page--blog--category .block--list .list--contents li.new .date::after {
  content: "NEW";
  display: inline-block;
  color: #FF4343;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  line-height: 1;
}

/*	page--timeline
------------------------------ */
.page--timeline .new {
  margin: 0;
}
.page--timeline .wrap--timeline {
  background-color: #fff;
}
.page--timeline .wrap--timeline .list--timeline {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  margin-bottom: 0;
}
.page--timeline .wrap--timeline .list--timeline a {
  display: block;
}
.page--timeline .wrap--timeline .list--timeline .contents_box {
  width: 100%;
}
.page--timeline .wrap--timeline .list--timeline .contents_box .link_box {
  display: flex;
  align-items: flex-start;
}
.page--timeline .wrap--timeline .list--timeline .contents_box .list__txt {
  display: flex;
  flex-direction: column;
}
.page--timeline .wrap--timeline .list--timeline .contents_box .list__txt .writer {
  display: inline-block;
  margin-bottom: 5px;
  color: rgba(18, 18, 18, 0.7);
}
.page--timeline .wrap--timeline .list--timeline .contents_box .list__txt .date {
  margin: 0;
  text-align: right;
  color: rgba(18, 18, 18, 0.7);
}
.page--timeline .wrap--timeline .list--timeline .contents_box .list__txt .text {
  background: #f4f4f4;
  color: #121212;
  border-radius: 12px;
  position: relative;
  padding: 0.75em 1em;
  z-index: 1;
}
.page--timeline .wrap--timeline .list--timeline .contents_box .list__txt .text.img-box, .page--timeline .wrap--timeline .list--timeline .contents_box .list__txt .text.mv-box {
  padding: 0;
  overflow: hidden;
}
.page--timeline .wrap--timeline .list--timeline .contents_box .list__txt .text::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -5px;
  left: -17px;
  border: 8px solid transparent;
  border-right: 18px solid #f4f4f4;
  transform: rotate(35deg);
}
.page--timeline .wrap--timeline .list--timeline .contents_box .list__txt .text .ph {
  margin: 0;
}
.page--timeline .wrap--timeline .list--timeline .contents_box .list__txt .text .ph img:not(.dummy) {
  position: relative;
  display: block;
  width: 100% !important;
  pointer-events: none;
}
.page--timeline .wrap--timeline .list--timeline .contents_box .list__txt .block--player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page--timeline .wrap--timeline .list--timeline .contents_box .list__txt .ulizahtml5, .page--timeline .wrap--timeline .list--timeline .contents_box .list__txt #UlizaPlayer {
  width: 100% !important;
  border-radius: 12px;
}
.page--timeline .wrap--timeline .list--timeline .contents_box .icon {
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(18, 18, 18, 0.05);
  border-radius: 50%;
}
.page--timeline .wrap--timeline .list--timeline .contents_box .icon img {
  display: block;
  width: 100%;
  border-radius: 50%;
  background-position: top center;
  background-size: 130%;
}
.page--timeline .wrap--timeline .list--timeline .contents_box.new .date {
  position: relative;
}
.page--timeline .wrap--timeline .list--timeline .contents_box.new .date::after {
  content: "NEW";
  display: inline-block;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  margin-left: 10px;
  line-height: 1;
  letter-spacing: 0.2em;
  font-size: 1.2rem;
  color: #FF4343;
}
.page--timeline .block--pager {
  display: flex;
  justify-content: space-between;
}
.page--timeline .block--pager .viewmore {
  letter-spacing: 0.12em;
}
.page--timeline .block--pager .viewmore a {
  display: inline-block;
  padding: 0 0 0.5em;
  font-size: 1.5rem;
}
.page--timeline .block--pager .viewmore a:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -2px;
  background-color: #121212;
}
.page--timeline .block--player {
  margin-bottom: 0;
}
.page--timeline .ph.colorbox {
  display: block;
  cursor: pointer;
  width: 100% !important;
}
.page--timeline .cboxPhoto {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
  user-select: none;
  pointer-events: none;
}
.page--timeline .img_box.mv_box {
  position: relative;
}
.page--timeline .list--timeline .contents_box .list__txt .img_box img:not(.dummy) {
  position: relative;
  vertical-align: bottom;
}
.page--timeline .movie_popup {
  width: 80%;
  display: none;
  overflow: initial;
}
.page--timeline .contents_box .list__txt .img_box.mv_box a::before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  background: url(/static/common/global-image/ico--play.png) no-repeat;
  background-size: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.page--timeline .cboxIframe {
  background: transparent;
}
.page--timeline #cboxContent .block--movie-loading {
  color: #fff;
  padding: 20px;
  text-align: center;
}
.page--timeline #cboxClose::before, .page--timeline #cboxClose::after {
  height: 1px;
}

.page--movie .section--detail.new .tit {
  position: relative;
}
.page--movie .section--detail.new .tit::after {
  content: "NEW";
  display: inline-block;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  margin-left: 10px;
  line-height: 1;
  letter-spacing: 0.2em;
  font-size: 1.6rem;
  color: #FF4343;
}

.page--wallpaper .block--wp-size li {
  width: 48%;
}
.page--wallpaper .block--wp-size li .btn--sub {
  width: 100%;
  padding: 0.8rem;
  min-width: auto;
}

.page--questionnaire .section--detail .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: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.page--questionnaire .section--detail form .form--post {
  margin: 0 0 8%;
}
.page--questionnaire .section--detail form .icon--required::before {
  content: "必須";
  color: #FF4343;
  font-size: 0.9em;
  font-weight: 500;
  vertical-align: top;
  padding-left: 10px;
}
.page--questionnaire .section--detail form .postal_code {
  margin-left: 0.5em;
}
.page--questionnaire .section--detail .form--confirm dt {
  font-size: 12px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 5px;
}

.page--support .support-tit {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.8em;
}
.page--support .txt {
  padding-bottom: 3em;
}
.page--support .tit {
  margin: 2em 0 1em;
  font-size: 1.6rem;
  font-weight: bold;
}
.page--support #support_area a {
  text-decoration: underline;
  transition: 0.3s;
}
.page--support .list--support dt,
.page--support .support-list dt {
  color: inherit;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 2px;
}
.page--support .list--support dd,
.page--support .support-list dd {
  line-height: 1.8;
  margin-bottom: 2em;
}
.page--support .list--support dd:last-of-type,
.page--support .support-list dd:last-of-type {
  margin-bottom: 0;
}
.page--support .list--support li,
.page--support .support-list li {
  font-weight: normal;
  margin-bottom: 0.2em;
}
.page--support .list--support li:last-of-type,
.page--support .support-list li:last-of-type {
  margin-bottom: 0;
}
.page--support .list--support li ul,
.page--support .support-list li ul {
  text-indent: 1em;
}
.page--support .list--support li ul li,
.page--support .support-list li ul li {
  padding-left: 1em;
  text-indent: -0.5em;
}
.page--support.terms #support_area p {
  padding-bottom: 3em;
}
.page--support.terms #support_area .support-list li {
  margin-bottom: 1em;
  line-height: 1.9;
}
.page--support.course-change .reading-tit {
  position: relative;
  margin-bottom: 0.8em;
  padding-bottom: 0.5em;
  border-bottom: solid 1px #eeeeee;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  z-index: 0;
}
.page--support.course-change .reading-tit_2 {
  margin-bottom: 0.5em;
  padding-bottom: 0.3em;
  border-bottom: solid 1px #BFBFBF;
}
.page--support.course-change .tit--box {
  color: inherit;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.06em;
  margin: 0 0 1.5em;
}
.page--support.course-change .text--box {
  padding: 35px 50px;
  margin-top: 40px;
  background-color: #ffffff;
  border: solid 1px #BFBFBF;
}
.page--support.course-change .block--table {
  border: 1px solid #BFBFBF;
  border-bottom: none;
  overflow: hidden;
  margin: 1em auto 3em;
  box-sizing: border-box;
}
.page--support.course-change .block--table table {
  width: 100%;
}
.page--support.course-change .block--table th {
  width: 18em;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  background-color: #191919;
  border-bottom: 1px solid #BFBFBF;
  padding: 20px 1em;
  color: #FFFFFF;
}
.page--support.course-change .block--table td {
  width: calc(100% - 20em);
  word-break: break-word;
  border-bottom: 1px solid #BFBFBF;
  padding: 20px 2em;
}
.page--support.course-change .block--table td span {
  font-size: 1.2rem;
}

.support-tit {
  font-size: 2.2rem;
  margin-bottom: 20px;
}

.page--entry .block--table {
  margin: 0 0 50px;
}
.page--entry .block--table + .block--table {
  margin-bottom: 60px;
}
.page--entry .block--table dl {
  width: 100%;
  border: 1px solid #121212;
  margin-top: 6px;
  margin-bottom: 20px;
}
.page--entry .block--table dt {
  background: #121212;
  color: #fff;
  padding: 6px 15px;
}
.page--entry .block--table dt:first-of-type {
  border-bottom: 1px solid #eeeeee;
}
.page--entry .block--table dd {
  padding: 6px 15px;
}
.page--entry .block--table dd:first-of-type {
  border-bottom: 1px solid #121212;
}
.page--entry .block--table dd span {
  font-size: 80%;
}
.page--entry .membersmenu-tit {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 300;
  letter-spacing: 0.08em;
}
.page--entry .list-membersmenu {
  border: 1px solid #121212;
  padding: 8% 6% 4%;
}
.page--entry .list-membersmenu li strong {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  display: block;
  border-bottom: 1px solid #121212;
  line-height: 1;
}
.page--entry .list--entry {
  background: #f1f1f1;
  padding: 20px;
  margin-bottom: 10px;
}

.page--faq .section--list {
  width: 84%;
  max-width: 850px;
  margin: 0 auto;
}
.page--faq .section--list .section-tit {
  margin-bottom: 0;
  padding-left: 0;
}
.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 #eeeeee;
}
.page--faq .list--faq li:last-child {
  border-bottom: 1px solid #eeeeee;
}
.page--faq .list--faq a {
  position: relative;
  display: block;
  padding: 25px 0 27px 0;
}
.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: "Barlow Condensed", sans-serif;
  font-weight: 600;
  float: left;
  line-height: 1.2;
  color: #121212;
  margin-right: 5px;
}
.page--faq .block--faq-detail {
  margin: 0 0 80px;
  background: #f1f1f1;
}
.page--faq .block--faq-detail dt .txt, .page--faq .block--faq-detail dd .txt {
  padding-bottom: 0;
  margin: 0;
}
.page--faq .block--faq-detail dt {
  border-bottom: 1px solid #121212;
  padding: 0 0 15px;
  margin: 0 0 20px;
}
.page--faq .block--faq-detail dd hr {
  margin: 1em 0;
  border-color: #eeeeee;
}
.page--faq .block--faq-detail span[class^=icon--] {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  float: left;
  width: 18px;
  height: 18px;
}
.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;
}

.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 table * {
  transition: none;
}
.page--feature table {
  width: 100%;
  margin: 0 auto 30px;
  border: 1px solid #eeeeee;
  border-collapse: collapse;
}
.page--feature table th {
  width: 30%;
  padding: 15px 20px;
  background: #fff;
  color: #121212;
  font-size: 1.6rem;
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
}
.page--feature table td {
  padding: 15px 20px;
  border: 1px solid #eeeeee;
  vertical-align: middle;
}
.page--feature .heading_1 {
  display: block;
  margin: 2em auto 1em;
  padding: 0.5em;
  font-size: 115%;
  font-weight: bold;
  background: #cccccc;
  line-height: 1.5;
  text-align: center;
}
.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 .detail__btn a {
  color: inherit;
  text-decoration: none;
}
.page--feature .btn_area {
  text-align: center;
}
.page--feature .btn_area a, .page--feature .btn_area button {
  display: inline-block;
  width: auto;
  min-width: 250px;
  margin-bottom: 2em;
}
.page--feature .btn_area button.entry_btn {
  background: #121212 !important;
  color: #fff !important;
  border-radius: 0 !important;
  font-size: 14px !important;
  display: inline-block;
  width: auto;
  min-width: 250px;
  margin-bottom: 2em;
}
.page--feature .block--content {
  font-size: 1.2rem;
}
.page--feature .area-flex {
  display: flex;
}
.page--feature .area-flex .clm {
  width: 100%;
}

@keyframes fade-in {
  0% {
    opacity: 0;
    display: block;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-in-out {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slide-out {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes scroll-effect {
  0% {
    transform: translateY(-70px);
  }
  50%, 100% {
    transform: translateY(30px);
  }
}
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, body.page--appfcmenu .block--officiallink {
  display: none;
}
body.page--appfcmenu .content--body {
  margin: 0 !important;
  padding: 100px 0 50px !important;
  opacity: 1;
}
body.page--appfcmenu .section--detail {
  width: 88%;
  max-width: 900px;
  margin: 0 auto;
  padding-top: 0;
}
body.page--appfcmenu .fclogo {
  width: 45%;
  max-width: 300px;
  line-height: 1;
  margin-left: 2.5%;
}
body.page--appfcmenu .list-appmenu {
  display: flex;
  flex-wrap: wrap;
  padding-top: 25px;
}
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: #7F7F7F;
  opacity: 0.8;
}
body.page--appfcmenu .list-appmenu li a .thumb img {
  background-image: url(/static/owv/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 #ff38b2 transparent transparent;
  z-index: 1;
}
body.page--appfcmenu .block--timeline {
  border-bottom: 1px solid #eeeeee;
}
body.page--appfcmenu .block--timeline .wrap--txt .tit {
  font-size: 1.4rem;
}
body.page--appfcmenu .block--timeline .wrap--txt.new .tit::after {
  color: #ff38b2;
}
body.page--appfcmenu .banner--app {
  margin-top: 5vw;
}

.page--notice .list--info li a {
  display: block;
}

@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
  a {
    transition: 0.3s;
  }
  .btn input {
    transition: 0.3s;
  }
  .btn--main {
    min-width: 250px;
    transition: background 0.3s, color 0.3s;
    transition: opacity 0.3s;
  }
  .btn--main:hover {
    opacity: 0.5;
  }
  .btn--sub {
    min-width: 250px;
    transition: opacity 0.3s;
  }
  .btn--sub:hover {
    opacity: 0.5;
  }
  .btn--more a:hover {
    transform: translate(5px);
  }
  .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: 85vw;
  }
  .list--bnr li a {
    display: inline-block;
  }
  .list--bnr .slick-dots li button {
    transition: opacity 0.3s;
  }
  .list--bnr .slick-dots li button:hover {
    opacity: 0.5;
  }
  .list--bnr.no-slick li {
    width: 18vw;
  }
  .slick-dots li button:hover:before {
    background: #121212;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 70px;
  }
  .section--list {
    width: 100%;
    margin: 0 auto;
    max-width: 1000px;
  }
  .section--list .section-tit {
    font-size: 2rem;
    margin-bottom: 40px;
  }
  .list--info li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    transition: opacity 0.3s;
  }
  .list--info li a:hover {
    opacity: 0.5;
  }
  .list--info li a .block--data {
    width: 60px;
  }
  .list--info li a .category {
    width: 120px;
  }
  .list--info li a .tit {
    width: calc(100% - 180px);
  }
  .list--info.list--schedule li a {
    padding: 18px 0;
  }
  .list--schedule li a .block--data .date {
    position: relative;
    width: 40px;
    height: 50px;
    margin: 0 auto;
  }
  .list--contents {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .list--contents li {
    width: 32%;
  }
  .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;
  }
  .list--contents li a .thumb {
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
  }
  .list--contents li a .thumb:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg);
  }
  .list--contents li a .thumb:hover::before {
    animation: shine 0.75s;
  }
  .list--contents:after {
    display: block;
    content: "";
    width: 32%;
  }
  .block--category li a:hover {
    background: #121212;
    color: #fff;
  }
  .section--detail {
    width: 100%;
    max-width: 1000px;
  }
  .section--detail .section-tit {
    margin-bottom: 40px;
  }
  .section--detail .ph {
    max-width: 800px;
    margin: 0 auto;
  }
  .section--detail .txt {
    padding-bottom: 2em;
  }
  .section--detail .txt > a {
    text-decoration: underline;
    transition: 0.6s;
    transition: opacity 0.3s;
  }
  .section--detail .txt > a:hover {
    opacity: 0.5;
  }
  .section--detail .tit {
    font-size: 2.4rem;
  }
  header {
    position: fixed;
  }
  header h1 {
    position: absolute;
    top: 20px;
    left: 2vw;
    width: 10vw;
    height: 7vw;
    z-index: auto;
    cursor: pointer;
  }
  header h1 a:hover {
    opacity: 0.6;
  }
  header .drawer .tit-drawer {
    padding-left: 0.8em;
  }
  header .header_inner {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 100;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-wrap: wrap;
    color: #fff;
  }
  header .header_inner .nav li {
    display: inline-block;
    font-size: 1.2rem;
  }
  header .header_inner .nav li a:hover {
    opacity: 0.6;
  }
  header .header_inner .nav-official {
    margin-right: 0.8em;
  }
  header .header_inner .nav-official .g-nav {
    margin-bottom: 8px;
  }
  header .header_inner .nav-official .g-nav li {
    margin-left: 0.8em;
  }
  header .header_inner .nav-official .sub-nav {
    position: relative;
    padding-right: 100px;
  }
  header .header_inner .nav-official .sub-nav .sns li {
    margin-right: 15px;
    font-size: 1.6rem;
  }
  header .header_inner .nav-official .sub-nav .langBar {
    position: absolute;
    right: 0;
  }
  header .header_inner .nav-fc {
    width: 88px;
  }
  header .header_inner .nav-fc .tit-fcmenu {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 300;
    letter-spacing: 0;
    font-size: 1.2rem;
  }
  header .header_inner .nav-fc .sub-nav {
    margin-left: 25px;
  }
  header .header_inner .nav--add {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-bottom: 8px;
  }
  header .header_inner .nav--add .langBar {
    position: relative;
    margin-right: 15px;
  }
  header .header_inner .nav--add .langBar ul li {
    margin-right: 10px;
  }
  header .header_inner .nav--add .langBar ul button {
    font-size: 1.2rem;
  }
  header .header_inner .nav--add .langBar:after {
    content: "";
    display: block;
    width: 1px;
    height: 26px;
    position: absolute;
    top: 0;
    right: -4px;
    transform: rotate(-150deg);
    background: #fff;
  }
  header .header_inner .nav--add .block--entry a {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 300;
    letter-spacing: 0.15em;
    font-size: 1.2rem;
  }
  header .header_inner .nav--add .block--entry a + a {
    margin-left: 0.5em;
  }
  header .drawer__btn {
    transition: opacity 0.3s;
    line-height: 1;
    height: 18px;
    min-height: auto;
    margin-left: 0;
  }
  header .drawer__btn span {
    opacity: 0;
  }
  header .drawer__btn::before {
    content: "FANCLUB MENU";
    position: absolute;
    top: 0.2rem;
    left: 0;
    width: 88px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    font-size: 1.2rem;
    letter-spacing: 0.15em;
    transition: opacity 0.3s;
  }
  header .drawer__btn:hover {
    opacity: 0.6;
  }
  .is-drawer-shown header .drawer__btn span {
    opacity: 1;
  }
  .is-drawer-shown header .drawer__btn::before {
    content: none;
  }
  .is-drawer-shown header .drawer__btn span {
    display: block;
    background-color: #121212;
  }
  .is-drawer-shown header .drawer {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .is-drawer-shown header .drawer .nav li a {
    position: relative;
    display: inline-block;
    z-index: 1;
    transition: transform 0.4s ease 0.75s, color 0.3s ease;
    font-weight: 300;
    font-size: 2.2rem;
    letter-spacing: 0.2em;
    padding-left: 0.2em;
  }
  .is-drawer-shown header .drawer .nav li a:hover {
    opacity: 1;
    color: #121212;
  }
  .is-drawer-shown header .drawer .nav li a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background: #fff;
    transition: 0.3s;
    z-index: -1;
  }
  .is-drawer-shown header .drawer .nav li a:hover::after {
    height: 100%;
    bottom: 0;
    top: auto;
  }
  .scroll header h1, .page--home.scroll header h1 {
    width: 7.2vw;
    height: 5vw;
  }
  footer .inner .copyright {
    width: 100%;
    text-align: right;
  }
  footer .inner .copyright small {
    font-size: 1.2rem;
  }
  footer a:hover:after {
    opacity: 0;
  }
  body:not(.page--home) .content--body {
    padding: 200px 10.6vw 180px;
  }
  .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:hover {
    color: #fff;
    opacity: 1;
  }
  .detail__btn a:hover:after {
    height: 115%;
    bottom: -2px;
    top: auto;
  }
  /*-- official_sns --*/
  .block--officiallink {
    bottom: 38px;
    right: 2.5vw;
  }
  .block--officiallink .list--officiallink li {
    width: 15px;
    height: 15px;
  }
  .block--officiallink .list--officiallink li i {
    font-size: 15px;
  }
  .block--officiallink li a:hover {
    opacity: 0.6;
  }
  /*-- LANG BAR --*/
  .langBar ul li:hover button:after {
    opacity: 1;
  }
  .link--text {
    transition: opacity 0.3s;
  }
  .link--text:hover {
    opacity: 0.5;
  }
  .page--home .wrap {
    background: #7F7F7F;
  }
  .page--home header h1 {
    top: 34px;
    left: 2.4vw;
    width: 12vw;
    height: 8.2vw;
  }
  .page--home .wrap, .page--home header, .page--home .scroll-effect a, .page--home .block--officiallink {
    opacity: 0;
  }
  .page--home .scroll-effect a {
    display: inline-block;
    position: absolute;
    right: 2.5vw;
    bottom: 260px;
    z-index: 2;
    overflow: hidden;
    padding: 10px 10px 80px;
    color: #fff;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.1rem;
    transition: 0.2s;
    mix-blend-mode: difference;
    transition: opacity 0.3s;
  }
  .page--home .scroll-effect a:hover {
    opacity: 0.5;
  }
  .page--home .scroll-effect a::before, .page--home .scroll-effect a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 100px;
  }
  .page--home .scroll-effect a::before {
    background: rgba(255, 255, 255, 0.4);
  }
  .page--home .scroll-effect a::after {
    height: 20px;
    background: #fff;
    animation: scroll-effect 2s ease infinite;
  }
  .page--home.loaded.scroll .scroll-effect {
    opacity: 0;
  }
  .page--home .section--mainvisual {
    min-height: 100vh;
  }
  .page--home .section--mainvisual h1 {
    left: 1vw;
    top: 1vw;
    width: 250px;
    height: 132px;
  }
  .page--home .section--mainvisual .block--mainvisual_photo {
    position: fixed;
    min-height: 100vh;
  }
  .page--home .section--mainvisual .head-text-wrap {
    display: none;
  }
  .page--home .section--mainvisual.mode--video .head-text-wrap {
    height: 100vh;
  }
  .page--home .content--body .slick-track li,
  .page--home .content--body .block--thumb figure {
    padding: 0;
    overflow: hidden;
    position: relative;
  }
  .page--home .content--body .slick-track li::before,
  .page--home .content--body .block--thumb figure::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg);
  }
  .page--home .content--body .slick-track li:hover::before,
  .page--home .content--body .block--thumb figure:hover::before {
    animation: shine 0.75s;
  }
  .page--home .content--body .section--banner {
    background: linear-gradient(180deg, transparent 0%, transparent 23%, #fff 23%, #fff 100%);
  }
  .page--home .content--body .section--banner .slick-track li:before {
    left: -85%;
  }
  .page--home .content--body .wrap--main .section--info, .page--home .content--body .wrap--main .section--schedule {
    display: flex;
    justify-content: space-between;
  }
  .page--home .content--body .wrap--main .section--info .block--tit, .page--home .content--body .wrap--main .section--schedule .block--tit {
    width: 29%;
  }
  .page--home .content--body .wrap--main .section--info ul, .page--home .content--body .wrap--main .section--schedule ul {
    width: 71%;
  }
  .page--home .content--body .wrap--main .list--info li:first-child a {
    padding-top: 0;
  }
  .page--home .content--body .wrap--main .section-tit {
    margin-bottom: 25px;
  }
  /*-- HOME PICKUP INFO TOP --*/
}
@media screen and (min-width: 961px) and (orientation: landscape) and (max-height: 550px) {
  .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.section--video li:hover .tit {
    opacity: 0;
  }
  .page--home .box--main.section--video .no-data {
    margin-left: 10.6vw;
  }
  .page--home .box--main .list--video .thumb img {
    aspect-ratio: 15/7;
  }
  .page--home .box--main .block--fanclubtop {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .page--home .box--main .block--fanclubtop .block--entry {
    font-size: 1.7rem;
  }
  .page--home .box--main .block--fanclubtop .block--entry a {
    z-index: 1;
    padding-left: 4px;
  }
  .page--home .box--main .block--fanclubtop .block--entry a::after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    transition: 0.3s;
    z-index: -1;
  }
  .page--home .box--main .block--fanclubtop .block--entry a:hover {
    color: #fff;
  }
  .page--home .box--main .block--fanclubtop .block--entry a:hover::after {
    height: 100%;
    bottom: 0;
    top: auto;
  }
  .page--home .box--main .list--topcontents li {
    width: 28%;
    margin-right: 8%;
  }
  .page--home .box--main .list--topcontents li:nth-of-type(3n) {
    margin-right: 0;
  }
  .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: 1.4rem;
  }
  .page--home .box--main .block--timeline {
    padding-top: 3.5vw;
  }
  .page--home .box--main .block--timeline a .thumb {
    padding: 0;
    overflow: hidden;
    position: relative;
  }
  .page--home .box--main .block--timeline a .thumb:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg);
  }
  .page--home .box--main .block--timeline a:hover {
    opacity: 0.8;
  }
  .page--home .box--main .block--timeline a:hover .thumb::before {
    animation: shine 0.5s;
  }
  .page--home .area--fc::before {
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  .page--home .section--blog {
    margin: 1em auto 6vw;
    padding: 0 7vw;
  }
  .page--home .section--blog .list--blog li {
    width: 23%;
    /*margin-right: 8%;
    margin-bottom: 5vw;*/
  }
  .page--home .section--blog .list--blog li .tit {
    margin-top: 0.8em;
    /*font-size: 18px;*/
    line-height: 1.5;
  }
  .page--home .section--blog .list--blog li a .list__txt {
    padding: 0 0.5em 1.7vw;
  }
  .page--home .section--blog .list--blog li a .list__txt .block--txt--sub {
    margin-top: 1em;
  }
  .page--home .section--blog .list--blog li a:hover {
    opacity: 0.8;
  }
  .page--home .section--blog .list--blog li a:hover .block--thumb::before {
    animation: shine 0.5s;
  }
  .page--home footer .inner a {
    transition: opacity 0.3s;
  }
  .page--home footer .inner a:hover {
    opacity: 0.5;
  }
  .page--home footer .copyright {
    margin-top: 30px;
  }
  .page--home.loaded .wrap {
    animation: fade-in forwards 0.4s;
  }
  .page--home.loaded header, .page--home.loaded .scroll-effect a, .page--home.loaded .block--officiallink {
    animation: fade-in forwards 1.4s 2.4s;
  }
  .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;
  }
  .page--home #app-bnr {
    display: none;
  }
  .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;
  }
  .home_pickupinfo_top .tit {
    font-size: 1.6rem;
  }
  .home_pickupinfo_top .inner a {
    transition: opacity 0.3s;
  }
  .home_pickupinfo_top .inner a:hover {
    opacity: 0.5;
  }
  .home_pickupinfo_top + .section--info.box--main {
    padding-top: 10.6vw;
  }
  .page--info .block--share a {
    transition: opacity 0.3s;
  }
  .page--info .block--share a:hover {
    opacity: 0.5;
  }
  .page--profile .list--contents li {
    width: 24%;
  }
  .page--profile .list--contents li .profile-name {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(18, 18, 18, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    transition: opacity 0.8s;
  }
  .page--profile .list--contents li a:hover .thumb {
    opacity: 1;
  }
  .page--profile .list--contents li a:hover .profile-name {
    opacity: 0;
  }
  .page--profile .section--detail .profile-member-detail {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .page--profile .section--detail .profile-member-detail .box-text {
    width: 40%;
  }
  .page--profile .section--detail .profile-member-detail .box-photo {
    width: 55%;
  }
  .page--profile .section--detail .profile-member-detail .profile-member-name h3 {
    font-size: 2.4rem;
  }
  .page--profile .section--detail .profile-member-detail .profile-member-name p {
    font-size: 1.3rem;
  }
  .page--profile .section--detail .profile-member-detail .profile-member-text {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  .page--profile .section--detail .profile-member-detail .profile-member-sns {
    margin-bottom: 35px;
  }
  .page--profile .section--detail .profile-member-detail .profile-member-sns .sns {
    font-size: 1.2rem;
  }
  .page--profile .section--detail .detail__btn {
    margin-top: 6px;
  }
  .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: "Barlow Condensed", sans-serif;
    font-weight: 600;
    letter-spacing: -0.01em;
    line-height: 1;
  }
  .page--profile .box--inner .txt .detail {
    margin-top: 3em;
  }
  .page--profile .slider-photo .item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
  }
  .page--profile .slider-photo .item:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg);
  }
  .page--profile .slider-photo .item:hover::before {
    animation: shine 0.75s;
  }
  .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 li .category:hover {
    background: #7F7F7F;
    border: 1px solid #7F7F7F;
  }
  .page--schedule .section--list .block--category li input[type=checkbox]:not(:checked) + .category:hover {
    background: #121212;
    color: #fff;
    border: 1px solid #121212;
  }
  .page--schedule .list--schedule li a {
    padding: 12px 0 10px 30px;
  }
  .page--schedule .list--schedule li a .tit {
    width: calc(100% - 124px);
  }
  .page--disco .section--list .list--contents li .tit {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(18, 18, 18, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    transition: opacity 0.8s;
  }
  .page--disco .section--list .list--contents li .list__txt {
    margin-top: 10px;
  }
  .page--disco .section--list .list--contents li .list__txt .category {
    font-size: 1.1rem;
  }
  .page--disco .section--list .list--contents li a:hover .thumb {
    opacity: 1;
  }
  .page--disco .section--list .list--contents li a:hover .tit {
    opacity: 0;
  }
  .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 .date {
    text-align: left;
  }
  .page--disco .section--detail .block--disc-detail .link,
  .page--disco .section--detail .block--disc-detail .text {
    width: 100%;
  }
  .page--disco .section--detail .block--disc-detail .btn--link:hover {
    opacity: 0.6;
  }
  .page--photo .section--detail .list--contents li {
    margin: 0;
    width: 25%;
  }
  .page--photo .section--detail .list--contents:before {
    content: "";
    display: block;
    width: 25%;
    order: 1;
  }
  .page--photo .section--detail .list--contents:after {
    content: "";
    display: block;
    width: 25%;
  }
  .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--fortune .section--detail {
    max-width: 800px;
  }
  .page--fortune .about-fortune h3 {
    width: 600px;
    max-width: 50%;
    margin: 0 auto 20px;
  }
  .page--fortune .about-fortune .area--movie {
    max-width: 800px;
  }
  .page--blog.page--blog--category .block--list .list--contents li {
    width: 23%;
    margin-bottom: 3em;
  }
  .page--blog.page--blog--category .block--list .list--contents li .date {
    bottom: -0.4em;
    left: -0.4em;
    z-index: 1;
    padding: 0.5em 0.6em;
    font-size: 1.4rem;
  }
  .page--blog.page--blog--category .block--list .list--contents li .list__txt {
    margin-top: 1.4em;
  }
  .page--blog.page--blog--category .block--list .list--contents li .list__txt .tit {
    font-size: 1.4rem;
  }
  .page--blog.page--blog--category .block--list .list--contents li .list__txt .name {
    min-width: 5em;
    font-size: 1.2rem;
    text-align: right;
  }
  .page--blog.page--blog--category .block--list .list--contents li.new .date::after {
    margin-left: 10px;
    font-size: 1.3rem;
    letter-spacing: 0.2em;
  }
  .page--blog .section--detail .ph {
    max-width: 680px;
  }
  .page--timeline .section--list {
    max-width: 600px;
  }
  .page--timeline .section--list .inner {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }
  .page--timeline .bottom_menu {
    font-size: 15px;
  }
  .page--timeline .bottom_menu a {
    line-height: 45px;
    transition: opacity 0.3s;
  }
  .page--timeline .bottom_menu a:hover {
    opacity: 0.5;
  }
  .page--timeline .wrap--timeline {
    padding: 30px 7%;
  }
  .page--timeline .wrap--timeline .content_title {
    margin-bottom: 30px;
  }
  .page--timeline .wrap--timeline .list--timeline .contents_box:not(:first-child) {
    margin-top: 3em;
  }
  .page--timeline .wrap--timeline .list--timeline .contents_box .list__txt {
    width: 82%;
  }
  .page--timeline .wrap--timeline .list--timeline .contents_box .icon {
    width: 14%;
    margin-right: 1em;
  }
  .page--timeline #cboxContent {
    max-width: 100vw;
  }
  .page--timeline #cboxLoadedContent img {
    width: auto !important;
    height: auto !important;
    max-height: 80vh;
  }
  .page--timeline .wrap--player .ulizahtml5 {
    width: 100% !important;
    height: 0 !important;
    padding-top: 56.25%;
  }
  .page--timeline .wrap--player .block--player {
    position: static;
    padding-top: 0;
  }
  .page--timeline.inline-movie #cboxWrapper {
    overflow: visible;
  }
  .page--timeline.inline-movie #cboxLoadedContent {
    height: auto !important;
    padding: 0;
  }
  .page--timeline.inline-movie #colorbox {
    height: 0 !important;
    padding-top: 56.25%;
  }
  .page--movie .list--contents:not(.fewpags) li {
    width: 24%;
  }
  .page--movie .list--contents:not(.fewpags) li:first-child,
  .page--movie .list--contents:not(.fewpags) li:nth-child(2) {
    width: 48%;
  }
  .page--movie .list--contents:not(.fewpags):before {
    content: "";
    display: block;
    width: 24%;
    order: 1;
  }
  .page--movie .list--contents:not(.fewpags):after {
    content: "";
    display: block;
    width: 24%;
  }
  .page--wallpaper .list--contents li .list__txt {
    margin-top: 6px;
    margin-bottom: 8px;
  }
  .page--wallpaper .block--wp-size ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .page--wallpaper .block--wp-size ul li {
    width: 49%;
    margin-bottom: 0;
  }
  .page--wallpaper .block--wp-size ul li .btn--sub {
    width: 100%;
    min-width: auto;
    margin-top: 0;
    margin-bottom: 0.4em;
  }
  .page--questionnaire .section--detail {
    max-width: 800px;
  }
  .page--questionnaire .ph {
    width: 100%;
    max-width: 800px;
    margin-bottom: 10px;
  }
  .page--questionnaire .tit {
    font-size: 1.5rem;
  }
  .page--questionnaire .txt--sub {
    text-align: center;
    margin-bottom: 20px;
  }
  .page--questionnaire .btn .btn--sub:hover {
    background: #b7b7b7;
    border: none;
  }
  .page--questionnaire .form--confirm {
    margin-bottom: 60px;
  }
  .page--questionnaire .form--confirm dt {
    margin-bottom: 5px;
  }
  .page--questionnaire .form--confirm dd {
    margin-bottom: 40px;
  }
  .page--support {
    font-size: 1.3rem;
  }
  .page--support .support-tit {
    font-size: 2rem;
    margin-bottom: 40px;
  }
  .page--support .section--detail,
  .page--support #support_area {
    width: 100%;
    margin: 0 auto;
    max-width: 800px;
  }
  .page--entry .section--detail {
    max-width: 800px;
  }
  .page--entry .section-tit {
    font-size: 3rem;
  }
  .page--entry .reading-tit {
    border-bottom: 1px solid #eeeeee;
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 6px;
    padding-bottom: 4px;
  }
  .page--entry .block--table dl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .page--entry .block--table dl dt {
    width: 30%;
  }
  .page--entry .block--table dl dd {
    width: 70%;
  }
  .page--entry .membersmenu-tit {
    font-size: 3.4rem;
  }
  .page--entry .membersmenu {
    margin-bottom: 60px;
  }
  .page--entry .membersmenu .list-membersmenu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .page--entry .membersmenu .list-membersmenu li {
    width: 47%;
    margin-bottom: 35px;
    font-size: 13px;
  }
  .page--entry .membersmenu .list-membersmenu li strong {
    font-size: 2.2rem;
    padding: 0 0 4px;
    margin-bottom: 2px;
  }
  .page--entry .list--entry {
    display: flex;
    justify-content: space-between;
  }
  .page--entry .list--entry li {
    width: 50%;
  }
  .page--faq .block--faq-detail {
    padding: 6%;
  }
  .page--faq .block--faq-detail span[class^=icon--] {
    font-size: 1.8rem;
    line-height: 1.2;
  }
  .page--faq .list--faq a:hover {
    opacity: 0.6;
  }
  .page--feature .section--detail {
    max-width: 800px;
  }
  .page--feature .section--detail .section-tit {
    font-size: 2rem;
  }
  .page--feature .section--detail .txt {
    margin-top: 3em;
  }
  .page--feature .section--detail .btn_area a {
    transition: opacity 0.3s;
  }
  .page--feature .section--detail .btn_area a:hover {
    opacity: 0.5;
  }
  .page--archives .block--archives .list--contents:after {
    width: 33.3%;
  }
  .page--archives .block--archives .list--contents li {
    width: 33.3%;
    margin-bottom: 0;
  }
  .page--archives .section--detail .txt {
    margin-top: 1em;
  }
  .page--archives .section--detail .ph img {
    width: 60% !important;
  }
  .block--report .list--contents li {
    margin-bottom: 1vw;
  }
  .page--special .section-tit {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  .page--special .heading_1 {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 300;
    display: block;
    margin: 1em auto;
    padding-bottom: 0.3em;
    font-size: 1.7rem;
    letter-spacing: 0.3em;
    border-bottom: solid 1px #eeeeee;
  }
  .page--special .list--contents li {
    margin-bottom: 1vw;
  }
  .page--special .sub .list--contents li {
    width: 24%;
    margin-bottom: 1vw;
  }
  .page--special .sub .list--contents:before, .page--special .sub .list--contents:after {
    content: "";
    display: block;
    width: 24%;
  }
  .page--special .sub .list--contents:before {
    order: 1;
  }
}
@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: 1px) and (max-width: 960px) {
  .pc {
    display: none !important;
  }
  .btn--main {
    min-width: 90%;
  }
  /* Support Acoudion (SP ONLY) */
  /*-- LANG BAR --*/
  /*-- PAGE TOP --*/
  /*-- official_sns --*/
  /*-- HOME PICKUP INFO TOP --*/
  /*-- 継続手続きのお知らせ --*/
  /*  page--timeline
  ------------------------------ */
}
@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;
    font-weight: 400;
  }
  .list--bnr {
    margin-left: 12vw;
  }
  .list--bnr .slick-list {
    width: 80vw;
  }
  .list--bnr li {
    margin: 0 15px 0 0;
  }
  .list--bnr.one, .list--bnr.two {
    display: block;
    margin: 0 7vw;
  }
  .list--bnr.one li, .list--bnr.two li {
    width: 100%;
    max-width: none;
    margin-bottom: 3vw;
  }
  .slick-dots {
    bottom: -35px;
  }
  .slick-dots li {
    width: 30px;
    height: 1px;
  }
  .list--bnr .slick-dots {
    bottom: -35px;
    margin-left: -12vw;
    width: 100vw;
    text-align: center;
  }
  .list--bnr .slick-dots button:before {
    background: #fff;
    opacity: 0.3;
  }
  .list--bnr .slick-dots .slick-active button:before {
    opacity: 1;
  }
  .section--list {
    width: 80%;
  }
  .section--list .section-tit {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
  .list--info li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 15px 0;
  }
  .list--info li a .block--data, .list--info li a .category {
    margin-bottom: 6px;
  }
  .list--info li a .block--data {
    margin-right: 1em;
  }
  .list--info li a .category {
    text-align: left;
  }
  .list--info li a .tit {
    width: 100%;
  }
  .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;
  }
  .list--photo li {
    width: 48%;
    display: inline-block;
  }
  .list--photo li:nth-child(odd) {
    margin-right: 1%;
  }
  [class^=list--] li.new .tit:after {
    margin-left: 6px;
  }
  .section--detail {
    width: 80%;
  }
  .section--detail .txt {
    padding-bottom: 1em;
  }
  .section--detail .tit {
    font-size: 1.7rem;
  }
  .input--half {
    width: 100% !important;
  }
  .header h1 {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 60px;
    height: 42px;
  }
  .header .drawer__btn {
    width: 46px;
    height: 22px;
    position: fixed;
    top: 20px;
    right: 0;
    mix-blend-mode: difference;
  }
  .header .header_inner .nav--add {
    position: absolute;
    top: 18px;
    right: 60px;
  }
  .page--home.bnr-on .drawer__btn {
    position: absolute;
  }
  .page--home.headerFixApp .drawer__btn {
    position: fixed;
  }
  .is-drawer-shown header h1 {
    width: 70px;
    height: 50px;
    mix-blend-mode: difference;
  }
  .is-drawer-shown header h1 svg {
    fill: #fff;
  }
  .is-drawer-shown header .drawer__btn {
    top: 25px;
    right: 0;
  }
  .is-drawer-shown header .drawer__btn span {
    background-color: #fff;
  }
  .is-drawer-shown header .drawer .inner .drawer-fc-nav {
    padding: 10vw 7vw 20vw;
  }
  .is-drawer-shown header .drawer .inner .drawer-nav .g-nav {
    display: flex;
    flex-wrap: wrap;
  }
  .is-drawer-shown header .drawer .inner .drawer-nav .g-nav li {
    width: 50%;
  }
  .is-drawer-shown header .drawer .inner .drawer-nav .g-nav li.sub-menu {
    width: 100%;
    font-size: 1.4rem;
  }
  .is-drawer-shown header .drawer .inner .drawer-nav .g-nav li.sub-nav-fc {
    width: 100%;
    margin-bottom: 2.5em;
  }
  .is-drawer-shown header .drawer .inner .drawer-nav .g-nav li.sub-nav-fc a {
    font-size: 4vw;
  }
  .is-drawer-shown header .drawer .tit-drawer {
    margin: 0 0 20px;
    font-size: 2rem;
  }
  .is-drawer-shown header .drawer .nav li {
    margin-bottom: 1.4em;
    font-size: 1.2em;
  }
  .is-drawer-shown header .drawer .drawer-sub-nav {
    display: flex;
    margin-top: 50px;
  }
  .is-drawer-shown header .drawer .drawer-sub-nav ul {
    position: relative;
    display: flex;
  }
  .is-drawer-shown header .drawer .drawer-sub-nav ul li {
    margin-left: 18px;
    height: 15px;
    font-size: 15px;
    line-height: 1;
  }
  .is-drawer-shown header .drawer .drawer-sub-nav ul li:first-child {
    margin-left: 0;
  }
  .is-drawer-shown header .drawer .drawer-sub-nav .langBar {
    position: relative;
    margin-left: 0;
    height: 20px;
  }
  .is-drawer-shown header .drawer .drawer-sub-nav .langBar::after {
    content: "LANGUAGE";
    position: absolute;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 300;
    top: -2em;
    left: 0;
    font-size: 1.1rem;
  }
  .is-drawer-shown header .drawer .drawer-sub-nav .langBar li {
    margin-right: 6px;
  }
  .in-official.page--home .block--mainvisual_photo img,
  .in-fc.page--home .block--mainvisual_photo img {
    opacity: 0;
  }
  .in-official.page--home.is-drawer-shown header h1,
  .in-fc.page--home.is-drawer-shown header h1 {
    opacity: 1;
  }
  .scroll header h1, .page--home.scroll header h1 {
    width: 70px;
    height: 50px;
  }
  footer .inner {
    padding: 3.5vw 7vw 3.5vw;
  }
  footer .inner .home_pickupinfo_bottom {
    order: 2;
  }
  footer .inner .block--support {
    order: 1;
    width: 100%;
  }
  footer .inner .block--support .list--support-tit {
    border-bottom: 1px solid #121212;
  }
  footer .inner .copyright {
    order: 3;
    margin-top: 0;
  }
  footer .inner .copyright small {
    font-size: 74%;
  }
  .wrap {
    background-color: #fff;
  }
  body:not(.page--home) .content--body {
    padding: 120px 0 150px;
  }
  .section-tit {
    font-size: 1.4rem;
  }
  .block--support {
    margin-bottom: 35px;
  }
  .block--support .list--support-tit {
    position: relative;
    padding: 0.5em 0;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 400;
    font-weight: 400;
    font-size: 1.3rem;
    letter-spacing: 0.03em;
    color: #121212;
  }
  .block--support .list--support-tit:before, .block--support .list--support-tit:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 1px;
    background: #121212;
    position: absolute;
    top: 20px;
    right: 2px;
    transition: 0.3s;
  }
  .block--support .list--support-tit:after {
    transform: rotate(90deg);
  }
  .block--support .list--support-tit.open::after {
    transform: rotate(180deg);
  }
  .block--support .list--support {
    display: none;
    padding-top: 1em;
  }
  .block--support .list--support li {
    width: 100%;
    padding: 0.5em 0;
  }
  .langBar {
    margin-left: 10vw;
  }
  .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;
  }
  .block--officiallink {
    top: 80px;
    right: 3.4vw;
  }
  .block--officiallink .list--officiallink li {
    width: 14px;
    height: 14px;
  }
  .block--officiallink .list--officiallink li i {
    font-size: 14px;
  }
  .page--home .block--officiallink {
    position: fixed;
    top: 80px;
  }
  .page--home.bnr-on .block--officiallink {
    position: absolute;
    top: 160px;
  }
  .page--home.headerFixApp .block--officiallink {
    position: fixed;
    top: 80px;
  }
  .page--home.bnr-on.headerFixApp .block--officiallink {
    position: fixed;
    top: 80px;
  }
  .scroll .block--officiallink .list--officiallink li {
    width: 14px;
    height: 14px;
  }
  .scroll .block--officiallink .list--officiallink li i {
    font-size: 14px;
  }
  .block--timeline {
    padding-top: 7vw;
    padding-bottom: 3.5vw;
  }
  .block--timeline a .thumb {
    width: 20%;
    margin-right: 5%;
  }
  .block--timeline a .wrap--txt {
    width: 70%;
  }
  .block--timeline a .wrap--txt .list__txt {
    margin-bottom: 10px;
  }
  .block--timeline a .wrap--txt .category, .block--timeline a .wrap--txt .tit {
    font-size: 1.3rem;
  }
  .page--home .wrap {
    background: none;
  }
  .page--home .loading .loading--logo {
    width: 45%;
  }
  .page--home header, .page--home .block--officiallink {
    opacity: 1;
  }
  .page--home header h1 {
    display: none;
  }
  .page--home.is-drawer-shown header h1 {
    display: block;
  }
  .page--home .section--mainvisual {
    background: #fff;
    padding: 16vh 0 23vh;
  }
  .page--home .section--mainvisual .head-text-wrap .head-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.4);
    z-index: 1;
    color: #000;
  }
  .page--home .section--mainvisual .head-text-wrap .head-text h2 {
    width: 44%;
    margin: 45px auto 20px;
  }
  .page--home .section--mainvisual .head-text-wrap .head-text svg {
    fill: #000;
  }
  .page--home .section--mainvisual .head-text-wrap .head-text .head-nav {
    position: static;
    margin: 10vw auto 0;
  }
  .page--home .section--mainvisual .head-nav {
    justify-content: center;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    padding: 0 8vw;
  }
  .page--home .section--mainvisual + .content--body {
    background: #fff;
  }
  .page--home .section--mainvisual + .content--body .section--banner {
    background: none;
  }
  .page--home .section--mainvisual + .content--body .section--banner .list--bnr .slick-dots button:before {
    background: #000;
  }
  .page--home .section--mainvisual.mode--video {
    background: none;
    padding: 0;
    height: 100vh;
    height: 100dvh;
    min-height: 640px;
  }
  .page--home .section--mainvisual.mode--video .block--mainvisual_photo {
    position: fixed;
    opacity: 0;
    min-height: 100vh;
    background-size: cover;
    background-position: center top;
  }
  .page--home .section--mainvisual.mode--video .head-text-wrap .head-text {
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
  }
  .page--home .section--mainvisual.mode--video .head-text-wrap .head-text svg {
    fill: #fff;
  }
  .page--home .section--mainvisual.mode--video + .content--body {
    background: none;
  }
  .page--home .section--mainvisual.mode--video + .content--body .section--banner {
    background: rgba(0, 0, 0, 0.4);
  }
  .page--home .section--mainvisual.mode--video + .content--body .section--banner .list--bnr .slick-dots button:before {
    background: #fff;
  }
  .page--home.bnr-on .section--mainvisual.mode--video {
    height: calc(100vh - 80px);
  }
  .page--home .list--schedule .block--data {
    width: 45px;
  }
  .page--home .list--schedule .block--data .date {
    position: absolute;
    width: 45px;
    height: 45px;
  }
  .page--home .list--schedule .block--data .date::after {
    top: 9px;
    left: 13px;
  }
  .page--home .list--schedule .block--data .month {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
  }
  .page--home .list--schedule .block--data .day {
    font-size: 2.4rem;
    letter-spacing: 0.04em;
    left: 17px;
  }
  .page--home .list--schedule li .tit {
    margin-left: 60px;
  }
  .page--home .list--schedule li a {
    align-items: flex-start;
  }
  .page--home .content--body .box--main.section--info {
    padding-top: 60px;
  }
  .page--home .section--banner {
    padding-top: 5vw;
    padding-bottom: 15vw;
  }
  .page--home .block--tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .page--home .block--tit .section-tit {
    margin-bottom: 0;
  }
  .page--home .block--tit .btn--more {
    margin-top: 0;
  }
  .page--home .box--main .block--video .thumb {
    margin-top: 20px;
  }
  .page--home .box--main.section--video {
    padding-bottom: 18vw;
  }
  .page--home .box--main.section--video .block--tit {
    margin: 7vw 10.6vw;
  }
  .page--home .box--main.section--video .block--tit .section-tit {
    margin-left: 0;
  }
  .page--home .box--main.section--video .block--tit .btn--more {
    margin-bottom: 0;
  }
  .page--home .box--main.section--video .list--video li .tit {
    font-size: 3.2vw;
    background: rgba(18, 18, 18, 0.5);
  }
  .page--home .box--main.section--video .list--video .slick-list {
    width: 100vw;
  }
  .page--home .box--main.section--video .list--video .thumb {
    background-size: auto 140%;
  }
  .page--home .box--main.section--video .list--video .thumb img {
    aspect-ratio: 4/7;
  }
  .page--home .box--main.section--video .no-data {
    padding-left: 10.6vw;
  }
  .page--home .box--main.section--fanclubtop {
    padding: 7vw 4.5vw 3.5vw;
  }
  .page--home .box--main.section--topcontents {
    padding: 0 4.5vw 3.5vw;
    margin-bottom: 18vw;
  }
  .page--home .box--main .block--fanclubtop {
    padding: 6vw 0 4vw;
  }
  .page--home .box--main .block--fanclubtop h2 {
    width: 64%;
    margin: 0 auto;
  }
  .page--home .box--main .block--fanclubtop .block--entry {
    font-size: 1.6rem;
  }
  .page--home .box--main .block--fanclubtop .block--entry a:first-of-type {
    margin-left: 0;
  }
  .page--home .box--main .list--topcontents {
    padding: 10px 0 0;
  }
  .page--home .box--main .list--topcontents li {
    width: 47.5%;
    margin-right: 5%;
    margin-bottom: 9vw;
  }
  .page--home .box--main .list--topcontents li:nth-of-type(2n) {
    margin-right: 0;
  }
  .page--home .box--main .list--topcontents li .tit {
    margin-top: 8px;
    margin-bottom: 4px;
    font-size: 1.3rem;
  }
  .page--home .box--main .list--topcontents li a .list__txt {
    padding: 0 0 2vw;
  }
  .page--home .box--main .list--topcontents li a .list__txt .category {
    font-size: 1.2rem;
    text-align: left;
  }
  .page--home .area--fc:before {
    top: 0;
    left: 0;
    background-repeat: no-repeat;
  }
  .page--home .section--blog {
    margin: 1em auto 1em;
    padding: 0 4.5vw;
  }
  .page--home .section--blog .list--blog li {
    width: 47.5%;
    margin-right: 5%;
    margin-bottom: 6vw;
  }
  .page--home .section--blog .list--blog li .tit {
    margin-top: 0.8em;
    line-height: 1.5;
  }
  .page--home .section--blog .list--blog li a .list__txt {
    padding: 0 0 1.7vw;
  }
  .page--home .section--blog .list--blog li a .list__txt .block--txt--sub {
    margin-top: 1em;
  }
  .page--home .section--blog .list--blog li a .list__txt .block--txt--sub {
    margin-top: 0.5em;
  }
  .page--home .section--blog .list--blog li a .list__txt .block--txt--sub .blog_tit_writer {
    line-height: 1.2em;
  }
  .page--home .section--blog .list--blog li a .list__txt .block--txt--sub .blog_tit_writer .category {
    font-size: 1.05rem;
  }
  .page--home .section--blog .list--blog li a .list__txt .block--txt--sub .blog_tit_writer .wrter_name {
    min-width: 4.1em;
  }
  .page--home .section--blog .list--blog li a .list__txt .block--txt--sub .date {
    padding-right: 0.3em;
  }
  .page--home footer .inner {
    padding: 10.6vw 10.6vw 7vw;
  }
  .page--home footer .inner .home_pickupinfo_bottom {
    margin-bottom: 30px;
  }
  .page--home footer .inner .home_pickupinfo_bottom a {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
  .page--home footer .inner .home_pickupinfo_bottom:after {
    bottom: -6px;
    height: 1px;
  }
  .page--home.loaded .wrap {
    animation: none;
  }
  .page--home.loaded .section--mainvisual.mode--video .block--mainvisual_photo {
    animation: fade-in forwards 1s 1.8s;
  }
  .page--home.in-fc .area--fc:before {
    position: fixed;
  }
  .home_pickupinfo_top .tit {
    margin-bottom: 18px;
    font-size: 1.4rem;
  }
  .home_pickupinfo_top .inner {
    font-size: 1.1rem;
  }
  .home_pickupinfo_top .inner a {
    padding-left: 0;
  }
  .home_pickupinfo_top .inner a + a {
    margin-top: 10px;
  }
  .block--update {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
  }
  .block--update-inner {
    border-radius: 0px;
  }
  .page--info .section--detail .txt {
    margin-top: 2em;
  }
  .page--info .block--share li {
    margin: 0 0 0 16px;
  }
  .page--profile .about--group .name {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .page--profile .about--group p {
    font-size: 1.2rem;
  }
  .page--profile .list--profile {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .page--profile .list--profile li {
    width: 48%;
    margin-bottom: 6.5vw;
  }
  .page--profile .list--profile li .thumb {
    margin-bottom: 6px;
  }
  .page--profile .list--profile li .profile-name {
    text-align: center;
    font-weight: 400;
  }
  .page--profile .section--detail .profile-member-detail {
    margin-bottom: 40px;
  }
  .page--profile .section--detail .box-text {
    display: flex;
    flex-flow: column;
  }
  .page--profile .section--detail .box-text .area-text {
    order: 2;
  }
  .page--profile .section--detail .box-text .area-slide {
    order: 1;
    margin-bottom: 20px;
  }
  .page--profile .section--detail .box-text .profile-member-name h3 {
    font-size: 2rem;
  }
  .page--profile .section--detail .box-text .profile-member-name p {
    font-size: 1.4rem;
  }
  .page--profile .section--detail .box-text .profile-member-text {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
  .page--profile .section--detail .box-text .profile-member-sns .sns li + li {
    margin-left: 20px;
  }
  .page--schedule .section--list .block--month {
    margin-top: 20px;
    padding-bottom: 10px;
    font-size: 3.5rem;
  }
  .page--schedule .section--list .block--month .tit {
    font-size: 3.2rem;
  }
  .page--schedule .section--list .block--month .tit .month {
    margin-right: 13px;
  }
  .page--schedule .section--list .block--month .tit .year {
    font-size: 2rem;
  }
  .page--schedule .section--list .block--month .tit:after {
    bottom: 2px;
    right: 38px;
  }
  .page--schedule .section--list .block--month .next-month a,
  .page--schedule .section--list .block--month .prev-month a {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
  .page--schedule .section--list .block--month .prev-month:after {
    height: 15px;
    right: -10px;
  }
  .page--schedule .section--list .month-pager li {
    margin-left: 1em;
  }
  .page--schedule .section--list .block--narrowing.block--category {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .page--schedule .list--schedule li .inner .date {
    letter-spacing: 0.03em;
  }
  .page--schedule .list--schedule li .inner .date .d {
    font-size: 25px;
  }
  .page--schedule .list--schedule li .inner .date .youbi {
    font-size: 10px;
  }
  .page--schedule .list--schedule li .inner a {
    display: block;
    padding: 5px 0 5px 1.5em;
  }
  .page--schedule .list--schedule li .inner a .category {
    margin-bottom: 0;
  }
  .page--schedule .list--schedule li .inner a .tit {
    width: 100%;
  }
  .page--disco .section--list .list--contents li {
    margin-bottom: 10vw;
  }
  .page--disco .section--list .list--contents li .list__txt {
    margin-top: 8px;
  }
  .page--disco .section--list .list--contents li .list__txt .category {
    font-size: 1.1rem;
  }
  .page--disco .section--detail .date, .page--disco .section--detail .category {
    font-size: 1.2rem;
  }
  .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;
  }
  .block--archives .list--contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .block--archives .list--contents li {
    margin-bottom: 0;
    width: 50%;
  }
  .block--report .list--contents li {
    margin-bottom: 2vw;
  }
  .page--special .heading_1 {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 300;
    display: block;
    margin: 1em auto;
    padding-bottom: 0.3em;
    font-size: 1.4rem;
    letter-spacing: 0.3em;
    border-bottom: solid 1px #eeeeee;
  }
  .page--special .list--contents li {
    margin-bottom: 2vw;
  }
  .page--special .sub .list--contents {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .page--special .sub .list--contents li {
    width: 49%;
    margin-bottom: 1vw;
  }
  .page--photo .section--detail .list--contents {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .page--photo .section--detail .list--contents li {
    margin: 0;
    width: 33.3333333333%;
  }
  .page--photo .section--detail .list--contents:after {
    content: "";
    display: block;
    width: 33.3333333333%;
  }
  .page--blog.page--blog--category .block--list .list--contents li {
    width: 100%;
    margin-bottom: 3em;
  }
  .page--blog.page--blog--category .block--list .list--contents li .date {
    bottom: -0.4em;
    left: -0.4em;
    z-index: 1;
    padding: 0.5em 0.6em;
    font-size: 1.4rem;
  }
  .page--blog.page--blog--category .block--list .list--contents li .list__txt {
    margin-top: 1.4em;
  }
  .page--blog.page--blog--category .block--list .list--contents li .list__txt .tit {
    font-size: 1.4rem;
  }
  .page--blog.page--blog--category .block--list .list--contents li .list__txt .name {
    font-size: 1.2rem;
  }
  .page--blog.page--blog--category .block--list .list--contents li.new .date::after {
    margin-left: 10px;
    font-size: 1.3rem;
    letter-spacing: 0.2em;
  }
  .page--timeline .section--list {
    width: 100%;
  }
  .page--timeline .section--list .section-tit {
    margin: 0 10% 30px;
  }
  .page--timeline .section--list .detail__btn {
    margin: 40px 7vw 0;
  }
  .page--timeline .wrap--timeline {
    padding: 0 10%;
  }
  .page--timeline .wrap--timeline .content_title {
    margin-bottom: 10px;
  }
  .page--timeline .wrap--timeline .list--timeline > li {
    margin-bottom: 30px;
  }
  .page--timeline .wrap--timeline .list--timeline .list__txt {
    width: 80%;
  }
  .page--timeline .wrap--timeline .list--timeline .list__txt .writer {
    width: 98%;
  }
  .page--timeline .wrap--timeline .list--timeline .date, .page--timeline .wrap--timeline .list--timeline .writer {
    font-size: 11px;
    display: block;
  }
  .page--timeline .wrap--timeline .list--timeline .icon {
    width: 56px;
    height: 56px;
    margin-right: 1em;
  }
  .page--timeline .block--pager .viewmore a {
    font-size: 1.2rem;
  }
  .page--timeline .contents_box .list__txt .img_box.mv_box a::before {
    width: 60px;
    height: 60px;
  }
  .page--timeline #cboxContent {
    max-width: 100vw;
  }
  .page--timeline #cboxLoadedContent {
    width: 100vw !important;
  }
  .page--timeline #cboxLoadedContent img {
    width: 100vw !important;
    height: auto !important;
  }
  .page--timeline #cboxClose {
    right: 15px;
  }
  .page--timeline .wrap--player .ulizahtml5 {
    width: 100vw !important;
    height: 0 !important;
    padding-top: 56.25%;
  }
  .page--timeline .wrap--player .block--player {
    position: static;
    padding-top: 0;
  }
  .page--timeline .ulizahtml5 .uliza-center-menu-button::before {
    font-size: 2.6em;
  }
  .page--timeline .ulizahtml5 .uliza-play-start-button,
  .page--timeline .ulizahtml5 .uliza-addon-play-start {
    height: 6.4em;
    width: 6.4em;
  }
  .page--timeline.iframe-movie #cboxLoadedContent {
    height: 56.25% !important;
  }
  .page--movie .list--player {
    text-align: center;
    border: 1px solid #121212;
    padding: 10px;
    margin-top: 5px;
  }
  .page--wallpaper .list__txt {
    margin-bottom: 10px;
  }
  .page--wallpaper .list--contents {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .page--wallpaper .list--contents li {
    width: 48%;
  }
  .page--wallpaper .section--detail .ph {
    margin-bottom: 10px;
  }
  .page--wallpaper .section--detail .ph:after {
    content: none;
  }
  .page--questionnaire .section--detail .section-tit {
    font-size: 18px;
    text-align: left;
    line-height: 1.2em;
    letter-spacing: 0.15em;
  }
  .page--questionnaire .section--detail .txt--basic {
    font-size: 13px;
  }
  .page--questionnaire .section--detail .tit {
    font-size: 14px;
  }
  .page--questionnaire .section--detail form .input--half {
    width: 100% !important;
  }
  .page--questionnaire .section--detail form .input--quarter {
    width: 50% !important;
  }
  .page--questionnaire .section--detail form .form--post dt {
    margin: 2em 0 1em;
  }
  .page--questionnaire .section--detail form .icon--required::before {
    vertical-align: inherit;
    padding-left: 5px;
  }
  .page--questionnaire .section--detail .form--confirm {
    padding: 30px 25px 10px;
    margin-bottom: 20px;
  }
  .page--questionnaire .section--detail .txt--sub {
    font-size: 10px;
    text-indent: -1em;
    padding-left: 1em;
  }
  .page--support {
    font-size: 1.3rem;
  }
  .page--support .support-tit {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
  .page--support #support_area {
    width: 80%;
    margin: 0 auto;
  }
  .page--support.course-change .contents_reading .reading-tit {
    font-size: 1.6rem;
  }
  .page--support.course-change .tit--box {
    text-align: left;
    font-size: 1.3rem;
  }
  .page--support.course-change .block--table th {
    width: 10em;
    font-size: 1.2rem;
    padding: 20px 0.5em;
  }
  .page--support.course-change .block--table td {
    width: calc(100% - 11em);
    padding: 15px 0.9em;
  }
  .page--support.course-change .text--box {
    padding: 2em;
    margin-top: 2em;
  }
  .page--entry .section--detail {
    font-size: 1.3rem;
  }
  .page--entry .section-tit {
    font-size: 2rem;
  }
  .page--entry .reading-tit {
    border-bottom: 1px solid #eeeeee;
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 6px;
    padding-bottom: 4px;
  }
  .page--entry .membersmenu-tit {
    font-size: 3.2rem;
  }
  .page--entry .membersmenu {
    margin-bottom: 60px;
  }
  .page--entry .membersmenu .list-membersmenu li {
    margin-bottom: 20px;
  }
  .page--entry .membersmenu .list-membersmenu li strong {
    font-size: 2rem;
    padding: 0px 0 6px;
    margin-bottom: 2px;
  }
  .page--entry .list--entry {
    padding: 20px 10px;
    margin-bottom: 10px;
  }
  .page--faq .section--list {
    width: 80%;
  }
  .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: 8%;
    margin: 0 0 30px;
    font-size: 1.3rem;
  }
  .page--faq .block--faq-detail span[class^=icon--] {
    font-size: 1.6rem;
    line-height: 20px;
  }
  .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--feature .section--detail .section-tit {
    font-size: 1.8rem;
  }
  .page--feature .section--detail .txt {
    margin-top: 2em;
  }
}
@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;
  }
}
/*  appli
------------------------------ */
.body--app:not(.page--home) .content--body {
  padding: 60px 0 80px;
}
.body--app.page--appfcmenu .content--body {
  padding: 90px 0;
}
.body--app.page--notice .list--info a {
  display: block;
}
.body--app .detail__btn, .body--app .block--pager li,
.body--app .list--info li, .body--app .list--schedule li,
.body--app .list--contents li,
.body--app .list--faq li {
  -webkit-touch-callout: none;
}

@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%;
  }
  .section--list .section-tit {
    font-size: 1.8rem;
  }
  .list--contents {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .list--contents li {
    width: 49%;
  }
  .list--contents li .list__txt {
    margin-top: 6px;
  }
  .is-drawer-shown header .drawer .tit-drawer {
    font-size: 2.8rem;
  }
  .is-drawer-shown header .drawer .nav li {
    font-size: 1.6em;
  }
  .is-drawer-shown header .drawer .inner .drawer-nav .g-nav li.sub-nav-fc a {
    font-size: 2.8vw;
  }
  .is-drawer-shown header .drawer .inner .drawer-nav .g-nav li.sub-menu {
    font-size: 1.9rem;
  }
  .block--timeline a .thumb {
    width: 20%;
    margin-right: 5%;
  }
  .block--timeline a .wrap--txt {
    width: 70%;
  }
  .page--home .area--fc:before {
    background-size: 100vw;
  }
  .page--profile .list--contents li {
    width: 24%;
  }
  .page--profile .section--detail .profile-member-detail {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .page--profile .section--detail .profile-member-detail .box-text {
    width: 40%;
  }
  .page--profile .section--detail .profile-member-detail .box-text .area-text {
    order: 1;
  }
  .page--profile .section--detail .profile-member-detail .box-text .area-slide {
    order: 2;
    margin-bottom: 0;
  }
  .page--profile .section--detail .profile-member-detail .profile-member-sns {
    margin-bottom: 35px;
  }
  .page--profile .section--detail .profile-member-detail .box-photo {
    width: 55%;
  }
  .page--disco .list--contents li {
    width: 32%;
  }
  .page--disco .list--contents:after {
    display: block;
    content: "";
    width: 32%;
  }
  .page--movie .list--contents:not(.fewpags) li {
    width: 49%;
  }
  .page--movie .list--contents:not(.fewpags) li:first-child,
  .page--movie .list--contents:not(.fewpags) li:nth-child(2) {
    width: 100%;
  }
  .page--wallpaper .list--contents li {
    width: 32%;
  }
  .page--wallpaper .list--contents:after {
    display: block;
    content: "";
    width: 32%;
  }
  .page--wallpaper .block--wp-size ul li {
    width: 100%;
    margin-bottom: 0;
  }
  .page--timeline.inline-movie #cboxWrapper {
    overflow: visible;
  }
  .page--timeline.inline-movie #cboxLoadedContent {
    height: auto !important;
    padding: 0;
  }
  .page--timeline.inline-movie #colorbox {
    height: 0 !important;
    padding-top: 56.25%;
    overflow: visible;
  }
}
@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;
  }
}