@charset "UTF-8";
/*! 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;
}

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

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

html {
  font-size: 62.5%;
}

html, body {
  height: 100%;
}

body {
  background: #171719;
  color: #C8C8C8;
  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: #026ac3;
  color: #fff;
}

::selection {
  background: #026ac3;
  color: #fff;
}

::-moz-selection {
  background: #026ac3;
  color: #fff;
}

.parts-svg {
  display: none;
}

.btn {
  text-align: center;
}

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

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

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

.btn--more a {
  position: relative;
  padding-bottom: 4px;
  padding-right: 3em;
  font-family: oswald, sans-serif;
  font-weight: 300;
  letter-spacing: -0.02em;
  -webkit-font-smoothing: antialiased;
  font-size: 1.3rem;
  color: #026ac3;
}
.btn--more a::before, .btn--more a::after {
  content: "";
  position: absolute;
}
.btn--more a::before {
  top: 10px;
  right: 0;
  width: 28px;
  height: 1px;
  background: #026ac3;
}
.btn--more a::after {
  right: 1px;
  bottom: 9px;
  width: 9px;
  height: 9px;
  border-right: 1px solid #026ac3;
  transform: rotate(45deg);
}

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

.date {
  font-size: 1.8rem;
}

.category {
  font-size: 1.6rem;
  color: #026ac3;
  line-height: 1.6;
}

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

.font-en {
  font-family: oswald, sans-serif;
  font-weight: 400;
  letter-spacing: -0.02em;
  -webkit-font-smoothing: antialiased;
}

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

.thumb img {
  width: 100%;
}

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

.slick-dots {
  text-align: left;
  bottom: -40px;
  font-size: 0;
  margin-bottom: 12px;
}
.slick-dots li {
  width: 6px;
  height: 6px;
  margin: 0 8px 0 0;
  padding: 0;
  transition: 0.3s;
}
.slick-dots li button {
  width: 100%;
  padding: 0;
  height: 0;
}
.slick-dots li button:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background: #C8C8C8;
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  background-color: #026ac3;
  opacity: 1;
}

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

.circle-arrow-next {
  left: -35px;
}
.circle-arrow-next:before {
  top: 53%;
  transform: translate(-50%, -50%);
}

.circle-arrow-prev {
  left: auto;
  right: calc(1.5vw + 40px);
}
.circle-arrow-prev:before {
  transform: translate(-50%, -50%) scale(-1, 1);
}

.slick-next, .slick-prev {
  bottom: -80px;
  top: auto;
  top: initial;
  width: 45px;
  color: #026ac3;
  transition: opacity 0.3s;
}
.slick-next::before, .slick-prev::before {
  width: 100%;
  height: 100%;
  left: 0;
  padding: 0;
  font-family: oswald, sans-serif;
  font-weight: 400;
  letter-spacing: -0.02em;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0;
  border: none;
}
.section--fc .slick-next, .section--fc .slick-prev {
  color: #f96dbb;
  bottom: 0;
}
.section--fs .slick-next, .section--fs .slick-prev {
  color: #FFFFFF;
  bottom: 0;
}

.slick-next {
  left: 122px;
}
.slick-next::before {
  content: "NEXT";
  transform: none;
  transition: opacity 0.3s;
}

.slick-prev {
  left: 0;
  text-align: left;
}
.slick-prev::before {
  content: "PREV";
  transform: none;
  transition: opacity 0.3s;
}

.slick-next:focus,
.slick-prev:focus {
  color: #026ac3;
  opacity: 1;
}

.slick-next.slick-disabled,
.slick-prev.slick-disabled {
  opacity: 1 !important;
  cursor: auto;
}
.slick-next.slick-disabled:focus, .slick-next.slick-disabled:hover,
.slick-prev.slick-disabled:focus,
.slick-prev.slick-disabled:hover {
  opacity: 1 !important;
}

.section--fc .slick-next:focus,
.section--fc .slick-prev:focus {
  color: #f96dbb;
  opacity: 1;
}

.section--fs .slick-next:focus,
.section--fs .slick-prev:focus {
  color: #FFFFFF;
  opacity: 1;
}

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

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

.list--bnr .slick-list {
  overflow: visible;
}

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

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

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

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

.list--bnr.three {
  margin: 0 6vw;
  transform: translateX(0px);
  display: flex;
  justify-content: flex-start;
  height: auto;
}
.list--bnr.three li {
  width: 34%;
  text-align: center;
}
.list--bnr.three li a {
  display: block;
  transition: opacity 0.3s;
}
.list--bnr.three 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, 20, 137, 0.8);
}
.photo--slider #swipebox-close {
  top: 3vw;
  right: 4vw;
  width: 30px;
  height: 30px;
  background: none;
}
.photo--slider #swipebox-close::before, .photo--slider #swipebox-close::after {
  content: "";
  width: 30px;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 14px;
  transition: all 0.6s ease-out 0s;
  -webkit-transition: all 0.6s ease-out 0s;
}
.photo--slider #swipebox-close::before {
  transform: rotate(45deg);
}
.photo--slider #swipebox-close::after {
  transform: rotate(-45deg);
}
.photo--slider #swipebox-top-bar {
  background: none;
  text-shadow: none;
}
.photo--slider #swipebox-bottom-bar {
  background: none;
}
.photo--slider #swipebox-bottom-bar #swipebox-prev,
.photo--slider #swipebox-bottom-bar #swipebox-next {
  background: none;
  color: #fff;
}
.photo--slider #swipebox-bottom-bar #swipebox-prev::after,
.photo--slider #swipebox-bottom-bar #swipebox-next::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  border: 3px solid;
  border-top: none;
  border-right: none;
  vertical-align: middle;
  pointer-events: none;
  margin-top: -0.25em;
  margin-right: 0.25em;
  margin-top: 1em;
}
.photo--slider #swipebox-bottom-bar #swipebox-prev {
  left: 3%;
}
.photo--slider #swipebox-bottom-bar #swipebox-prev::after {
  transform: rotate(45deg);
  margin-left: 1em;
}
.photo--slider #swipebox-bottom-bar #swipebox-next {
  right: 3%;
}
.photo--slider #swipebox-bottom-bar #swipebox-next::after {
  transform: rotate(-135deg);
}
@media screen and (min-width: 800px) {
  .photo--slider #swipebox-arrows {
    max-width: none;
  }
}

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

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

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

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

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

.block--player > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

.section--list {
  position: relative;
  z-index: 1;
  width: 84%;
  margin: 0 auto;
}
.section--list .no-data {
  font-size: 1.4rem;
}

.list--info--block li a {
  display: block;
  padding: 12px 0;
  line-height: 1.5;
}
.list--info--block li .block--date {
  border-bottom: 1px solid #717073;
  position: relative;
}
.list--info--block li .block--date:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 5.5em;
  height: inherit;
  border-bottom: 1px solid #026ac3;
  opacity: 0.4;
  transform-origin: right;
  transition: width 0.3s, opacity 0.3s;
}
.list--info--block li.no-data {
  width: 100%;
}

[class^=list--] li.new .date {
  position: relative;
  display: block;
}
[class^=list--] li.new .date::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 5px;
  position: absolute;
  top: 9px;
}
[class^=list--] li.new .date::after {
  background: #026ac3;
  right: 0;
}

.list--info li a {
  display: block;
  padding: 12px 0;
  line-height: 1.5;
  border-bottom: 1px solid #717073;
  position: relative;
}
.list--info li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 5.5em;
  height: inherit;
  border-bottom: 1px solid #026ac3;
  opacity: 0.4;
  transform-origin: right;
  transition: width 0.3s, opacity 0.3s;
}
.list--info li.no-data {
  width: 100%;
}
.list--info li:first-child a {
  border-top: 1px solid #717073;
}
.list--info li:first-child a:before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 5.5em;
  height: inherit;
  border-bottom: 1px solid #026ac3;
  opacity: 0.4;
}

.list--contents li {
  float: left;
  margin-bottom: 4vw;
}
.list--contents li a {
  display: block;
  position: relative;
}
.list--contents li a figure {
  overflow: hidden;
  z-index: 1;
}
.list--contents li a figure img {
  display: block;
  transition: 0.4s;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  background-image: url(/static/itzy/official/common/no_images.png);
  background-color: #717073;
}
.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;
  font-size: 1.2rem;
}
.list--contents li .list__txt .category {
  position: relative;
  font-size: 1.2rem;
}
.list--contents li.new .date {
  display: inline-block;
}
.list--contents li.new .date:after {
  top: 2px;
  right: -25px;
}

.list--latest--contents {
  height: 200px;
  opacity: 0;
  transition: 0.3s;
  overflow: hidden;
}
.list--latest--contents:hover .slick-next, .list--latest--contents:hover .slick-prev {
  opacity: 1;
}
.list--latest--contents.slick-initialized {
  height: auto;
  opacity: 1;
}
.list--latest--contents .slick-list.is--slide {
  overflow: visible !important;
}
.list--latest--contents li {
  display: inline-block;
}
.list--latest--contents li a figure {
  overflow: hidden;
  z-index: 1;
  margin-bottom: 18px;
}
.list--latest--contents li a figure img {
  display: block;
  transition: 0.4s;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  background-image: url(/static/itzy/official/common/no_images.png);
  background-size: contain;
}
.list--latest--contents li .thumb .blur {
  position: absolute;
  width: 200%;
  height: 200%;
  top: -50%;
  left: -50%;
  z-index: -1;
  background-color: #171719;
}
.list--latest--contents li .thumb .blur img {
  filter: blur(15px);
  background-size: cover;
}
.list--latest--contents li.new .date {
  display: inline-block;
}
.list--latest--contents li.new .date:after {
  top: 2px;
  right: -25px;
  background: #f96dbb;
}
.list--latest--contents.one {
  transform: translateX(0px);
  height: auto;
}
.list--latest--contents.one li {
  width: 94%;
  max-width: 600px;
  margin: 0;
}
.list--latest--contents.one li a {
  display: block;
  transition: opacity 0.3s;
}
.list--latest--contents .category {
  font-weight: 300;
  color: #f96dbb;
  margin-bottom: 16px;
  border: none;
  line-height: 1;
}
.list--latest--contents .list__txt {
  margin-bottom: 20px;
}
.list--latest--contents .tit {
  line-height: 1.6;
  margin-bottom: 6px;
}
.list--latest--contents .date {
  font-size: 1.3rem;
}
.section--fs .list--latest--contents .category {
  color: #FFFFFF;
}
.section--fs .list--latest--contents li.new .date:after {
  background: #FFFFFF;
}

.block--category {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.block--category li {
  margin-bottom: 5px;
}
.block--category li a, .block--category li span {
  display: block;
  padding: 6px 10px;
  font-family: oswald, sans-serif;
  font-weight: 400;
  letter-spacing: -0.02em;
  -webkit-font-smoothing: antialiased;
  font-size: 1.2rem;
  line-height: 1;
  background: #717073;
}
.block--category .current a {
  background: #026ac3;
  color: #fff;
}

.section--detail {
  width: 84%;
  margin: 0 auto;
}
.section--detail .tit {
  margin-bottom: 20px;
  font-size: 2.2rem;
  line-height: 1.5;
}
.section--detail .category {
  display: inline-block;
  font-family: oswald, sans-serif;
  font-weight: 600;
  letter-spacing: -0.02em;
  -webkit-font-smoothing: antialiased;
}
.section--detail .txt--basic a {
  text-decoration: underline;
}
.section--detail .txt a {
  text-decoration: underline;
  color: #e42a9b;
}
.section--detail .txt a:hover {
  text-decoration: none;
}

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

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

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

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

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

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

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

/* input */
input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=number],
button {
  font-family: noto-sans-cjk-jp, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.01em;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border: 1px solid #C8C8C8;
  border-radius: 2px;
  padding: 0.5em;
  color: #C8C8C8;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
button:focus {
  border-color: #C8C8C8;
}
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 #C8C8C8;
  border-radius: 2px;
  padding: 0.5em;
  height: 10em;
}
textarea:focus {
  border-color: #C8C8C8;
}
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 #C8C8C8;
  border-radius: 2px;
  padding: 0.5em;
  padding-right: 1.5em;
}
.form__select select:focus {
  border-color: #C8C8C8;
}
.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 #171719;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  transition: 0.3s;
  vertical-align: middle;
}
.form__select::after {
  position: absolute;
  border-color: #C8C8C8;
  top: 15px;
  right: 9px;
  z-index: -1;
}

/* checkbox */
.form__checkbox label p {
  font-family: noto-sans-cjk-jp, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.01em;
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
.form__checkbox input[type=checkbox],
.form__checkbox input[type=radio] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__checkbox.form__error {
  color: #f33;
}
.form__checkbox label p {
  padding-left: 1.6em;
}
.form__checkbox label p::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 0.3em;
  border: 1px solid #C8C8C8;
  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: #C8C8C8;
  border-color: #C8C8C8;
}
.form__checkbox :checked ~ p::after {
  top: 50%;
  opacity: 1;
}

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

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

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

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

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

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

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

.drawer__btn {
  display: block;
  position: fixed;
  right: 0;
  top: 0;
  height: 30px;
  height: 80px;
  color: #fff;
  background: #000;
  z-index: 102;
}
.drawer__btn .drawer__btn-inner {
  display: block;
  width: 30px;
  height: 80px;
  padding: 10px;
  position: relative;
  will-change: transform;
}
.drawer__btn .drawer__btn-inner:before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: #026ac3;
  position: absolute;
  top: 10px;
  left: 9px;
}
.drawer__btn .drawer__btn-inner:after {
  content: "MENU";
  position: absolute;
  font-family: oswald, sans-serif;
  font-weight: 400;
  letter-spacing: -0.02em;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.04em;
  writing-mode: vertical-rl;
  top: 30px;
  left: 9px;
  line-height: 1;
  font-size: 1.3rem;
}

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

.is-drawer-shown .drawer__btn-inner:after {
  content: "CLOSE";
}

header {
  position: relative;
}
header h1 {
  font-size: 0;
  z-index: 10;
}
header h1 a {
  display: inline-block;
}
header .header_inner {
  font-family: oswald, sans-serif;
  font-weight: 500;
  letter-spacing: -0.02em;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
}
header .header_inner .gnav .block--menu span {
  color: #717073;
}
header .header_inner .gnav .block--officiallink li a {
  display: block;
  padding-right: 0;
  width: 18px;
  height: 18px;
  text-align: center;
}
header .header_inner .gnav .block--officiallink i {
  font-size: 18px;
}
header .header_inner .block--sitelink {
  font-family: oswald, sans-serif;
  font-weight: 500;
  letter-spacing: -0.02em;
  -webkit-font-smoothing: antialiased;
  font-size: 1.2rem;
  color: #fff;
}
header .header_inner .block--sitelink .list--sitelink li:first-of-type {
  margin-right: 20px;
}
header .header_inner .block--sitelink .list--sitelink li a {
  padding: 6px 45px 6px 0;
  border-bottom: 3px solid #fff;
  position: relative;
}
header .header_inner .block--sitelink .list--sitelink li a::before, header .header_inner .block--sitelink .list--sitelink li a::after {
  position: absolute;
  margin: auto;
  content: "";
  vertical-align: middle;
}
header .header_inner .block--sitelink .list--sitelink li a:before {
  right: 0;
  bottom: 10px;
  width: 10px;
  height: 2px;
  background: #fff;
  transform: rotate(135deg);
}
header .header_inner .block--sitelink .list--sitelink li a:after {
  right: 0;
  bottom: 7px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

footer {
  width: 100%;
  min-height: 80px;
  position: absolute;
  bottom: 0;
  left: 0;
}
footer .inner {
  position: relative;
  padding: 30px 5vw;
  height: 100%;
  font-family: oswald, sans-serif;
  font-weight: 400;
  letter-spacing: -0.02em;
  -webkit-font-smoothing: antialiased;
}
footer .inner .logo a span {
  display: block;
  font-size: 2rem;
  font-weight: 400;
  color: #717073;
}
footer .inner .contents-tit {
  font-size: 1.2rem;
  color: #717073;
  margin-bottom: 6px;
}
footer .inner .block--footerlink ul li {
  display: inline-block;
  font-size: 1.3rem;
  color: #fff;
  margin-right: 8px;
}
footer .inner .block--footerlink ul li:last-child {
  margin-right: 0;
}
footer .inner .copyright small {
  font-family: oswald, sans-serif;
  font-weight: 400;
  letter-spacing: -0.02em;
  -webkit-font-smoothing: antialiased;
  font-size: 1.1rem;
  letter-spacing: 0.03em;
  color: #C8C8C8;
}

.delighter {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.5s, transform 0.5s;
}
.delighter.started {
  opacity: 1;
  transform: translateY(0);
}

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

.content--body {
  position: relative;
}

.section-tit {
  position: relative;
  margin-bottom: 30px;
  font-family: oswald, sans-serif;
  font-weight: 400;
  letter-spacing: -0.02em;
  -webkit-font-smoothing: antialiased;
  line-height: 1.2;
  color: #026ac3;
}

.contents-tit {
  position: relative;
  margin-bottom: 24px;
  font-family: oswald, sans-serif;
  font-weight: 500;
  letter-spacing: -0.02em;
  -webkit-font-smoothing: antialiased;
  line-height: 1.2;
  color: #026ac3;
}

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

.tit {
  font-weight: 300;
  line-height: 1.8;
}

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

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

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

.bold {
  font-weight: bold;
}

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

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

body:not(.page--home) footer .inner .logo {
  display: none;
}
body:not(.page--home) footer .inner .copyright {
  border-top: none;
}

.page--home .wrap {
  opacity: 0;
}
.page--home .loading {
  width: 100vw;
  height: 100%;
  transition: all 1s;
  background-color: #171719;
  position: fixed;
  top: 0;
  left: 0;
  transform: translateX(0%);
  z-index: 9999;
}
.page--home .loading .loading--logo {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #171719;
}
.page--home .loading .loading--logo div {
  width: 15vw;
  min-width: 100px;
  height: auto;
  position: relative;
}
.page--home .loading .loading--logo div:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  min-height: 80px;
  background-color: #171719;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(0%);
  animation: slideOut forwards 1.6s 0.6s infinite;
  z-index: 10;
}
.page--home.loaded .wrap {
  opacity: 1;
}
.page--home.loaded .loading {
  animation: slideOut forwards 1.5s 1.2s;
}
.page--home header h1 {
  position: absolute;
  left: 5vw;
  top: 20px;
  width: 60px;
  height: 60px;
}
.page--home header h1 a {
  display: block;
}
.page--home header .header_inner .gnav {
  margin-top: 0;
}
.page--home .section--mainvisual {
  position: relative;
  background: #026ac3;
}
.page--home .section--mainvisual .head-text-wrap {
  backface-visibility: hidden;
}
.page--home .section--mainvisual .head-text-wrap h2 {
  position: relative;
  font-family: oswald, sans-serif;
  font-weight: 400;
  letter-spacing: -0.02em;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 40px;
  color: #fff;
}
.page--home .section--mainvisual .head-text-wrap h2 > span {
  display: block;
}
.page--home .section--mainvisual .head-text-wrap h2 .sub-tit {
  font-weight: 300;
  font-size: 2.1rem;
  color: #fff;
  margin-bottom: 5px;
}
.page--home .section--mainvisual .head-text-wrap h2 .tit {
  font-weight: 500;
  line-height: 1;
  font-size: 7rem;
}
.page--home .section--mainvisual .head-text-wrap .btn-to-youtube .btn--circle {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 35px;
  font-family: oswald, sans-serif;
  font-weight: 400;
  letter-spacing: -0.02em;
  -webkit-font-smoothing: antialiased;
  font-size: 1.2rem;
  line-height: 1.2;
  color: #171719;
  text-align: center;
}
.page--home .section--mainvisual .head-text-wrap .btn-to-youtube .btn--circle:after {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: -5px;
  border: 1px solid #fff;
  border-radius: 50%;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
}
.page--home .section--mainvisual .head-nav {
  display: flex;
}
.page--home .content--body {
  background: #171719;
}
.page--home .content--body .wrap--main {
  position: relative;
}
.page--home .content--body .wrap--main .btn--more {
  display: block;
}
.page--home .content--body .box--main {
  position: relative;
  padding: 0 0 0 6vw;
}
.page--home .section--banner {
  padding-top: 2vw;
  padding-bottom: 6vw;
  background: linear-gradient(180deg, #026ac3 0%, #026ac3 38%, #171719 38%, #171719 100%);
}
.page--home .box--main.section--info {
  position: relative;
  padding: 40px 5vw 22vw 6vw;
  z-index: 1;
}
.page--home .box--main.section--info:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 360px;
  background: url(/static/itzy/official/common/dot.png) repeat-x left bottom;
  background-size: contain;
  opacity: 0.5;
  z-index: -1;
}
.page--home .box--main.section--fc .btn--more span, .page--home .box--main.section--fs .btn--more span {
  font-size: 1.8rem;
  font-weight: 400;
  margin-right: 8px;
}
.page--home .box--main.section--fc .list--latest--contents, .page--home .box--main.section--fs .list--latest--contents {
  position: relative;
  padding-bottom: 60px;
}
.page--home .box--main.section--fc .list--latest--contents:before, .page--home .box--main.section--fs .list--latest--contents:before {
  content: "";
  width: calc(100% - 220px);
  height: 1px;
  position: absolute;
  right: 0;
  bottom: 18px;
}
.page--home .box--main.section--fc .slick-list, .page--home .box--main.section--fs .slick-list {
  overflow: visible;
}
.page--home .box--main.section--fc {
  z-index: 1;
}
.page--home .box--main.section--fc .contents-tit,
.page--home .box--main.section--fc .btn--more a {
  color: #f96dbb;
}
.page--home .box--main.section--fc .contents-tit:before,
.page--home .box--main.section--fc .btn--more a:before {
  background: #f96dbb;
}
.page--home .box--main.section--fc .contents-tit:after,
.page--home .box--main.section--fc .btn--more a:after {
  border-right: 1px solid #f96dbb;
}
.page--home .box--main.section--fc .list--info li:first-child a:before,
.page--home .box--main.section--fc .list--info li a:after {
  border-bottom: 1px solid #f96dbb;
}
.page--home .box--main.section--fc .list--info li.new .date:after {
  background: #f96dbb;
}
.page--home .box--main.section--fc .list--latest--contents:before {
  background: #f96dbb;
}
.page--home .box--main.section--fs {
  position: relative;
  padding-bottom: 16.5vw;
  z-index: 1;
}
.page--home .box--main.section--fs:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 360px;
  background: url(/static/itzy/official/common/dot.png) repeat-x left bottom;
  background-size: contain;
  opacity: 0.5;
  z-index: -1;
}
.page--home .box--main.section--fs .contents-tit,
.page--home .box--main.section--fs .btn--more a {
  color: #FFFFFF;
}
.page--home .box--main.section--fs .contents-tit:before,
.page--home .box--main.section--fs .btn--more a:before {
  background: #FFFFFF;
}
.page--home .box--main.section--fs .contents-tit:after,
.page--home .box--main.section--fs .btn--more a:after {
  border-right: 1px solid #FFFFFF;
}
.page--home .box--main.section--fs .list--info li:first-child a:before,
.page--home .box--main.section--fs .list--info li a:after {
  border-bottom: 1px solid #FFFFFF;
}
.page--home .box--main.section--fs .list--info li.new .date:after {
  background: #FFFFFF;
}
.page--home .box--main.section--fs .list--latest--contents:before {
  background: #FFFFFF;
}
.page--home .box--main .wrap--contents {
  background: rgba(15, 15, 16, 0.5);
  overflow: hidden;
}
.page--home .box--main .wrap--contents .list--info {
  margin-bottom: 80px;
}
.page--home .box--main.section--profile {
  padding: 0;
}
.page--home .box--main.section--profile .section-tit {
  margin-bottom: 60px;
}
.page--home .box--main.section--profile .contents-tit {
  color: #C8C8C8;
}
.page--home .box--main.section--profile .block--profile .inner-lead {
  position: relative;
  margin-bottom: 45px;
}
.page--home .box--main.section--profile .block--profile .about-txt {
  overflow: hidden;
}
.page--home .box--main.section--profile .block--profile .show--more {
  position: absolute;
  left: 0px;
  bottom: 0;
  width: 100%;
  height: 30px;
  padding-top: 100px;
  text-align: center;
  line-height: 30px;
  background: linear-gradient(180deg, rgba(31, 31, 33, 0) 0%, #171719 100%);
  cursor: pointer;
  transition: bottom 0.2s;
}
.page--home .box--main.section--profile .block--profile .show--more span {
  display: block;
  background: #313131;
  padding: 7px;
  width: 120px;
  margin: 16px auto;
  font-family: oswald, sans-serif;
  font-weight: 500;
  letter-spacing: -0.02em;
  -webkit-font-smoothing: antialiased;
  font-size: 1.3rem;
  line-height: 1;
  color: #808080;
}
.page--home .box--main.section--profile .block--profile .list--member {
  margin-top: 5px;
  font-family: oswald, sans-serif;
  font-weight: 400;
  letter-spacing: -0.02em;
  -webkit-font-smoothing: antialiased;
  font-size: 1.3rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.page--home .box--main.section--profile .block--profile .list--member .pf--solo {
  position: relative;
}
.page--home .box--main.section--profile .block--profile .list--member .pf--solo span {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: block;
  color: #C8C8C8;
  z-index: 1;
}
.page--home .box--main.section--profile .block--profile .list--member .pf--solo:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(180deg, transparent 0%, transparent 10%, #171719 100%);
}
.page--home .box--main.section--profile .block--profile .list--member .pf--member--text ul li dt {
  font-size: 1.5rem;
  line-height: 1;
}
.page--home .box--main.section--profile .block--profile .list--member .pf--member--text ul li dt span {
  font-size: 1rem;
  letter-spacing: 0.18em;
}
.page--home .box--main.section--profile .block--profile .list--member .pf--member--text ul li dd {
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  line-height: 1;
}
.page--home footer {
  position: static;
}
.page--home footer .block--footer--bottom {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.page--home footer .block--footer--bottom .list--productionlink {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.page--home footer .block--footer--bottom .list--productionlink li {
  opacity: 0.7;
}
.page--home footer .block--footer--bottom .list--productionlink a {
  display: block;
}
.page--home footer .copyright {
  display: flex;
  justify-content: center;
  align-items: center;
}
.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, .page--home.loaded .list--bnr.three {
  opacity: 1;
}

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

/*-- SCROLL LINE --*/
.scroll-l {
  position: fixed;
  right: 25px;
  bottom: 25px;
  display: inline-block;
  z-index: 10;
  padding: 0 0 90px;
  font-family: oswald, sans-serif;
  font-weight: 600;
  letter-spacing: -0.02em;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
  transition: opacity 0.3s ease;
  opacity: 1;
  pointer-events: none;
}
.scroll-l span {
  display: block;
}
.scroll-l::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 80px;
  margin-right: -2px;
  background: #fff;
}
.scroll-l::after {
  content: "";
  position: absolute;
  bottom: 75px;
  left: 25%;
  width: 7px;
  height: 7px;
  border-radius: 4px;
  animation: scrolldown 2.5s infinite;
  background: #fff;
}

.scroll .scroll-l {
  opacity: 0;
}

.page--info .section--list .list--info li:first-child a {
  border-top: none;
}
.page--info .section--list .list--info li:first-child a:before {
  content: none;
}
.page--info .section--detail {
  overflow: hidden;
}
.page--info .section--detail .txt {
  margin-top: 1em;
}
.page--info .section--detail .txt a {
  text-decoration: underline;
}
.page--info .section--detail .txt a:hover {
  text-decoration: none;
}
.page--info .section--detail .txt .ph {
  margin: 2% 0;
}
.page--info .section--detail .txt .ph img {
  display: block;
}
.page--info .section--detail.new .date {
  position: relative;
  display: inline-block;
  line-height: 1.5;
}
.page--info .section--detail.new .date::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 5px;
  position: absolute;
  top: 9px;
}
.page--info .section--detail.new .date::after {
  background: #026ac3;
  right: -25px;
}
.page--info .section--detail .detail__btn {
  margin: 5em auto 0;
}
.page--info .block--share {
  line-height: 1;
  padding: 60px 0 0;
  margin: 0 0 30px;
}
.page--info .block--share li {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #026ac3;
  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: #026ac3;
}
.page--info .block--share .share {
  font-family: oswald, sans-serif;
  font-weight: 400;
  letter-spacing: -0.02em;
  -webkit-font-smoothing: antialiased;
  font-size: 1.1rem;
  margin-left: 0;
}
.page--info.category-7 .section--list .block--category {
  padding-left: 0;
}
.page--info.category-7 .section--list .block--category dd {
  position: relative;
  top: 10px;
  text-align: left;
}
.page--info.category-7 .section--list .block--category .list--sort li input[type=checkbox] {
  display: none;
}
.page--info.category-7 .section--list .block--category .list--sort li .category {
  background: #0b0b0c;
  color: #fff;
  transition: 0.3s;
}
.page--info.category-7 .section--list .block--category .list--sort li input[type=checkbox]:not(:checked) + .category {
  background: #717073;
  color: #C8C8C8;
  cursor: pointer;
}
.page--info.category-7 .section--list .block--category .list--sort li:hover * {
  cursor: pointer;
}
.page--info.category-7 .section--detail .inner--date {
  position: relative;
  display: inline-block;
}
.page--info.category-7 .section--detail.new .date:after {
  content: none;
}
.page--info.category-7 .section--detail.new .inner--date:not(:first-of-type):after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #026ac3;
  position: absolute;
  top: calc(50% - 4px);
  right: -60px;
}
.page--info.category-7 .section--detail.new .inner--date:first-of-type:after {
  content: none;
}
.page--info.category-7 .category {
  opacity: 0.8;
  text-align: center;
}
.page--info.category-7 [type=checkbox], .page--info.category-7 [type=radio] {
  display: none;
}

.page--disco .section--list .list--contents li .thumb {
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: #717073;
}
.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(15px);
}
.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 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.page--disco .section--list .list--contents li .list__txt .tit {
  width: 100%;
  margin-bottom: 8px;
}
.page--disco .section--list .list--contents li .list__txt .category {
  margin-left: 0;
  margin-right: 6px;
}
.page--disco .section--list .list--contents li .list__txt .date {
  margin-top: 2px;
}
.page--disco .section--detail .tit {
  margin-bottom: 0;
}
.page--disco .section--detail .date {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.2rem;
}
.page--disco .section--detail .category {
  margin: 0 8px 0 0;
  font-size: 1.2rem;
}
.page--disco .section--detail .jacket .list--jacket li .txt--sub {
  margin-top: 5px;
}
.page--disco .section--detail .jacket .ph {
  background: #717073;
}
.page--disco .section--detail .txt {
  margin-top: 1em;
  padding: 1em 0 0;
  border-top: 1px solid #717073;
}
.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 .section--detail .shopLink {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page--disco .section--detail .shopLink li {
  margin-bottom: 8px;
}
.page--disco .section--detail .shopLink li a img {
  display: block;
  width: 100%;
}
.page--disco .slick-slide img {
  margin: 0 auto;
}
.page--disco .slick-dots {
  margin-bottom: 0;
  bottom: -20px;
}
.page--disco .slick-dots li {
  width: 8px;
  height: 8px;
}
.page--disco .slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.list--profile {
  opacity: 0;
  transition: opacity 0.3s;
}
.list--profile a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #026ac3;
  transform-origin: left top;
  transform: scale(0, 1);
  transition: all 0.25s 0s ease;
  z-index: 10;
}
.list--profile .thumb {
  opacity: 0;
  transition: opacity 1s 0.3s ease;
}

.loaded .list--profile {
  opacity: 1;
}
.loaded .list--profile a:before {
  animation: cover-in-out 0.6s forwards alternate;
}
.loaded .list--profile .thumb {
  opacity: 1;
}

.page--profile .list--profile li {
  float: left;
  margin-bottom: 25px;
  margin-right: 2%;
}
.page--profile .list--profile li a {
  display: block;
  position: relative;
}
.page--profile .list--profile li a .thumb {
  overflow: hidden;
  z-index: 1;
}
.page--profile .list--profile li a .thumb:after {
  content: none;
}
.page--profile .list--profile li a .thumb img {
  display: block;
  backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  background-position: center top;
}
.page--profile .list--profile li a .pf--txt {
  font-family: oswald, sans-serif;
  font-weight: 600;
  letter-spacing: -0.02em;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  transition: all 0.25s 0s ease;
  z-index: 10;
}
.page--profile .list--profile li a .pf--txt span {
  display: block;
}

.baguetteBox-button {
  background: none !important;
}
.baguetteBox-button polyline {
  stroke-width: 2 !important;
  stroke: #C8C8C8 !important;
}

#close-button g {
  stroke-width: 2 !important;
  stroke: #C8C8C8 !important;
}

#baguetteBox-overlay {
  background-color: rgba(0, 0, 0, 0.95) !important;
}

.page--special .list--contents li a figure,
.page--special .list--contents li a figure img {
  aspect-ratio: 100/57;
}

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

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

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

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

.page--feature :not(h2).section-tit {
  font-family: noto-sans-cjk-jp, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.01em;
  display: block;
  margin-top: 2em;
  margin-bottom: 1em;
}
.page--feature .section--detail .ph {
  margin: 2% auto;
}
.page--feature .link--text {
  text-decoration: underline;
}
.page--feature .link--text:hover {
  text-decoration: none;
}
.page--feature table * {
  transition: none;
}
.page--feature table {
  width: 100%;
  margin: 0 auto 30px;
  border: 1px solid #717073;
  border-collapse: collapse;
}
.page--feature table th {
  width: 30%;
  padding: 15px 20px;
  background: #171719;
  color: #C8C8C8;
  font-size: 1.6rem;
  border: 1px solid #717073;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
}
.page--feature table td {
  padding: 15px 20px;
  border: 1px solid #717073;
  vertical-align: middle;
}
.page--feature .heading_1 {
  display: block;
  margin: 2em auto;
  padding-bottom: 0.5em;
  font-size: 130%;
  font-weight: bold;
  border-bottom: solid 1px;
  line-height: 1.5;
}
.page--feature .heading_2 {
  display: block;
  margin: 2em auto 0.5em;
  padding-bottom: 0.5em;
  border-bottom: solid 1px #cccccc;
  font-size: 100%;
  font-weight: bold;
  line-height: 1.5;
}
.page--feature .heading_3 {
  display: block;
  margin: 1em auto 0.5em;
  padding-bottom: 0.5em;
  border-bottom: dashed 1px #cccccc;
  font-size: 1.5rem;
  line-height: 1.5;
}
.page--feature .notice {
  margin: 2% 0;
  padding: 1.5em;
  font-size: 1.2rem;
  border: dotted 1px;
}
.page--feature .text--box {
  padding: 2em 2.5em;
  margin-top: 2em;
  background: #f5f6f8;
}

.page--guide .list--contents {
  margin: 0 auto 40px;
  border: none;
  width: 100%;
}
.page--guide .list--contents th {
  width: 400px;
  padding: 20px;
  font-weight: bold;
  background: #C8C8C8;
  color: #171719;
  border: 1px solid #dadada;
}
.page--guide .list--contents .label th {
  background: #000;
  color: #fff;
  border: none;
}
.page--guide .list--contents td {
  padding: 20px;
  width: 20%;
  border-bottom: 1px solid #dadada;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
}
.page--guide .list--contents .label td {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}
.page--guide .list--contents .label td.w {
  background: #ed2974;
}
.page--guide .list--contents .label td.fc {
  background: #f96dbb;
}
.page--guide .list--contents .label td.fs {
  background: #FFFFFF;
  color: #171719;
}
.page--guide .list--contents td.w {
  background: #ffe7f0;
}
.page--guide .list--contents td.fc {
  background: #ffeced;
}
.page--guide .list--contents td.fs {
  background: #fafafa;
}
.page--guide [class^=status-] {
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.page--guide .status-1, .page--guide .status-2 {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #000;
  position: relative;
}
.page--guide .status-1 span {
  width: 10px;
  height: 10px;
  display: inline-block;
  border: 2px solid;
  border-radius: 50%;
}
.page--guide .status-3 {
  width: 14px;
  border-bottom: 2px solid #a9a9a9;
}
.page--guide .fc .status-1, .page--guide .fc .status-2, .page--guide .fc .status-1 span {
  border-color: #ad0d17;
}
.page--guide .fs .status-1, .page--guide .fs .status-2, .page--guide .fs .status-1 span {
  border-color: #ad0d17;
}
.page--guide .w .status-1, .page--guide .w .status-2, .page--guide .w .status-1 span {
  border-color: #ad0d17;
}
.page--guide .contents--lead .lead {
  font-weight: 600;
}
.page--guide .contents--lead .lead span {
  color: #ed2974;
}
.page--guide .contents--lead .list--sub {
  margin: 0 auto;
  padding: 25px 30px;
  background: #ffe7f0;
}
.page--guide .contents--lead .list--sub li {
  color: #171719;
  font-weight: 600;
}
.page--guide .block--attention {
  padding: 30px;
  background: #fff;
  color: #f33;
  border: 1px solid #F32;
  max-width: 800px;
  margin: 0 auto;
}
.page--guide .block--attention li {
  font-weight: bold;
  margin: 0 0 3px;
}
.page--guide .block--attention li:last-child {
  margin-bottom: 0;
}
.page--guide .txt--sub {
  line-height: 1.6;
  display: block;
  color: #171719;
}
.page--guide .contents-tit {
  text-align: center;
  font-weight: 600;
  color: #fff;
  border-bottom: 1px solid #717073;
}
.page--guide .main--title .logo_artistMain {
  width: 130px;
  margin: 0 auto 30px;
  display: block;
}
.page--guide .main--title ul {
  display: flex;
  justify-content: space-around;
  margin: 0 auto 80px;
}
.page--guide .main--title ul li {
  position: relative;
  width: 46%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.page--guide .main--title h2 {
  text-align: center;
  font-size: 3em;
  color: #fff;
}
.page--guide .block-introduction {
  padding-bottom: 110px;
}
.page--guide .block-introduction .list--site li {
  background: #C8C8C8;
}
.page--guide .block-introduction .list--site li h3 {
  font-family: oswald, sans-serif;
  font-weight: 400;
  letter-spacing: -0.02em;
  -webkit-font-smoothing: antialiased;
  text-align: center;
}
.page--guide .block-introduction .list--site li a {
  display: block;
}
.page--guide .block-introduction .list--site li .text {
  margin: 0 0 20px;
}
.page--guide .block-introduction .list--site li .payment {
  margin-top: 10px;
}
.page--guide .block-introduction .list--site li .ph {
  margin: 20px 0 0;
}
.page--guide .block-introduction .list--site li .start {
  font-weight: 700;
  font-size: 22px;
  text-align: center;
}
.page--guide .block-introduction .list--site li .txt--link {
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
}
.page--guide .block-introduction .list--site li .txt--link span {
  padding-right: 36px;
  position: relative;
}
.page--guide .block-introduction .list--site li .txt--link span::before, .page--guide .block-introduction .list--site li .txt--link span::after {
  content: "";
  position: absolute;
}
.page--guide .block-introduction .list--site li .txt--link span::before {
  top: 12px;
  right: 0;
  width: 28px;
  height: 1px;
  background: #171719;
}
.page--guide .block-introduction .list--site li .txt--link span::after {
  right: 1px;
  bottom: 7px;
  width: 9px;
  height: 9px;
  border-right: 1px solid #171719;
  transform: rotate(45deg);
}
.page--guide .block-introduction .list--site li a {
  color: #292929;
  text-decoration: none;
}
.page--guide .block-introduction .list--site li .text a {
  text-decoration: underline;
}
.page--guide .block-introduction .list--site .fanclub .text a,
.page--guide .block-introduction .list--site .fanclub .start {
  color: #AE0D15;
}
.page--guide .block-introduction .list--site .fansite .text a,
.page--guide .block-introduction .list--site .fansite .start {
  color: #cc4a29;
}
.page--guide .block--entry .section-tit {
  font-size: 24px;
  margin-bottom: 40px;
}
.page--guide .block--entry .list--btn li .btn--main {
  color: #171719;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.page--guide .block--entry .list--btn li:first-child .btn--main {
  background: #f96dbb;
}
.page--guide .block--entry .list--btn li:last-child .btn--main {
  background: #FFFFFF;
  color: #171719;
}

@keyframes scrolldown {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 75px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cover-in-out {
  0% {
    transform-origin: left top;
    transform: scale(0, 1);
  }
  50% {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  60% {
    transform-origin: right top;
    transform: scale(1, 1);
  }
  100% {
    transform-origin: right top;
    transform: scale(0, 1);
  }
}
@keyframes slideOut {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes slideIn {
  0% {
    transform: translateX(-30px);
    opacity: 0;
  }
  50% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeIn_bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  50% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
  a {
    transition: 0.3s;
  }
  .btn input {
    transition: 0.3s;
  }
  .btn--main {
    min-width: 300px;
    transition: background 0.3s, color 0.3s;
  }
  .btn--main:hover {
    background: #5f5f5f;
  }
  .btn--sub {
    min-width: 300px;
    transition: opacity 0.3s;
  }
  .btn--sub:hover {
    opacity: 0.5;
  }
  .btn--more a::before, .btn--more a::after {
    transition: transform 0.3s;
  }
  .btn--more a:hover::before {
    transform: translate(10px, 0);
  }
  .btn--more a:hover::after {
    transform: translate(10px, 0) rotate(45deg);
  }
  ul li a .thumb {
    position: relative;
  }
  ul li a .thumb:before {
    content: "";
    display: block;
    width: 105%;
    height: 105%;
    background: #026ac3;
    position: absolute;
    top: 0;
    right: 50%;
    z-index: 20;
    transform: scaleX(0);
    opacity: 0.9;
    transition: all 0.25s 0s ease;
  }
  ul li a .thumb:after {
    content: "VIEW DETAIL";
    display: block;
    width: 100%;
    color: #fff;
    font-family: oswald, sans-serif;
    font-weight: 400;
    letter-spacing: -0.02em;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    position: absolute;
    top: calc(50% - 0.5rem);
    z-index: 21;
    opacity: 0;
    text-align: center;
    font-size: 1.3vw;
    line-height: 1;
    transition: all 0.3s 0s ease;
  }
  ul li a:hover .thumb:before {
    transform: scaleX(2.1);
  }
  ul li a:hover .thumb:after {
    opacity: 1;
  }
  .section--fc ul li a .thumb:before {
    background: #f96dbb;
  }
  .section--fs ul li a .thumb:before {
    background: #FFFFFF;
  }
  .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: 25.5vw;
  }
  .list--bnr .slick-dots li button {
    transition: opacity 0.3s;
  }
  .list--bnr .slick-dots li button:hover {
    opacity: 0.5;
  }
  .list--bnr a {
    position: relative;
    display: block;
    overflow: hidden;
  }
  .list--bnr a:before {
    content: "";
    display: block;
    width: 105%;
    height: 105%;
    background: #171719;
    position: absolute;
    top: 0;
    right: 50%;
    z-index: 20;
    transform: scaleX(0);
    opacity: 0.9;
    transition: all 0.25s 0s ease;
  }
  .list--bnr a:after {
    content: "VIEW DETAIL";
    display: block;
    width: 100%;
    color: #026ac3;
    font-family: oswald, sans-serif;
    font-weight: 400;
    letter-spacing: -0.02em;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    position: absolute;
    top: calc(50% - 0.5rem);
    z-index: 21;
    opacity: 0;
    text-align: center;
    font-size: 1.3vw;
    line-height: 1;
    transition: all 0.3s 0s ease;
  }
  .list--bnr a:hover:before {
    transform: scaleX(2.1);
  }
  .list--bnr a:hover:after {
    opacity: 1;
  }
  .list--latest--contents .slick-list {
    width: 36vw;
  }
  .list--latest--contents li {
    margin: 0 20px 0 0;
  }
  .list--latest--contents li a {
    transition: opacity 0.3s;
  }
  .list--latest--contents li a:hover {
    opacity: 0.8;
  }
  .list--latest--contents .category {
    font-size: 3.5rem;
  }
  .slick-initialized:after {
    content: "";
    position: absolute;
    left: 42px;
    bottom: -61px;
    width: 70px;
    height: 1px;
  }
  .slick-initialized.list--bnr:after {
    background-color: #026ac3;
  }
  .slick-initialized.fc-latest--contents:after {
    background-color: #f96dbb;
    bottom: 18px;
  }
  .slick-initialized.fs-latest--contents:after {
    background-color: #FFFFFF;
    bottom: 18px;
  }
  .slick-next:hover:before,
  .slick-prev:hover:before {
    color: #026ac3;
    opacity: 0.25;
  }
  .section--fc .slick-next:hover:before,
  .section--fc .slick-prev:hover:before {
    color: #f96dbb;
  }
  .section--fs .slick-next:hover:before,
  .section--fs .slick-prev:hover:before {
    color: #FFFFFF;
  }
  .block--player {
    max-width: 900px;
  }
  .section--list {
    width: 100%;
    margin: 0;
    max-width: none;
  }
  .section--list .section-tit {
    font-size: 2.4vw;
  }
  .list--info--block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .list--info--block:after {
    content: "";
    display: block;
    width: 31.5%;
  }
  .list--info--block li {
    width: 31.5%;
  }
  .list--info--block li a {
    padding: 0 0 18px;
  }
  .list--info--block li a .block--date {
    margin-bottom: 24px;
    padding-bottom: 8px;
  }
  .list--info--block li a:hover .block--date:before {
    width: 100%;
    opacity: 1;
  }
  .list--info li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
  }
  .list--info li a .block--data {
    width: 12em;
  }
  .list--info li a .tit {
    width: calc(100% - 12em);
  }
  .list--info li a:hover:after {
    width: 100%;
    opacity: 1;
  }
  .list--info li .date {
    margin-right: 1em;
  }
  .list--info li.new .date::after {
    right: -30px;
  }
  .list--info.list--schedule li a {
    padding: 13px 0;
  }
  .list--contents {
    max-width: 1500px;
    margin: 0 auto;
  }
  .list--contents li {
    width: 32%;
    margin-right: 2%;
  }
  .list--contents li:nth-child(3n) {
    margin-right: 0;
  }
  .list--contents li:nth-child(3n+1) {
    clear: both;
  }
  .list--contents li a .thumb, .list--contents li a .ph, .list--contents li a .list__txt {
    transition: opacity 0.3s;
  }
  .block--category li a:hover {
    background: #0b0b0c;
    color: #fff;
  }
  .section--detail {
    width: 100%;
    padding-top: 40px;
    max-width: 1200px;
  }
  .section--detail .section-tit {
    margin-bottom: 40px;
  }
  .section--detail .ph {
    max-width: 800px;
    margin: 0 auto;
  }
  .drawer__btn {
    display: none;
  }
  header {
    display: flex;
    align-items: center;
    padding: 50px 30px;
  }
  header .header_inner a {
    transition: opacity 0.3s;
  }
  header .header_inner a:hover {
    opacity: 0.5;
  }
  header .header_inner .subnav {
    font-size: 1.3rem;
  }
  header .header_inner .subnav .langBar ul button, header .header_inner .subnav .langBar ul a {
    transition: opacity 0.3s;
    font-size: 1.3rem;
  }
  header .header_inner .subnav .langBar ul button:hover, header .header_inner .subnav .langBar ul a:hover {
    opacity: 0.5;
  }
  header .header_inner .block--menu {
    display: flex;
  }
  header .header_inner .block--menu ul {
    font-size: 1.4rem;
  }
  header .header_inner .block--menu.menu-fanclub {
    margin-top: 6px;
  }
  header .header_inner .gnav ul {
    display: flex;
  }
  header .header_inner .gnav ul li a, header .header_inner .gnav ul li span {
    display: inline-block;
    padding-right: 20px;
  }
  body:not(.page--home) header {
    padding-left: 6vw;
  }
  body:not(.page--home) header .gnav {
    display: flex;
  }
  body:not(.page--home) header .gnav .block--sitelink {
    color: #C8C8C8;
    font-size: inherit;
  }
  body:not(.page--home) header .gnav .list--sitelink {
    border-left: 2px solid #C8C8C8;
    padding-left: 20px;
  }
  body:not(.page--home) header .gnav .list--sitelink li a {
    padding: 0;
    border-bottom: none;
  }
  body:not(.page--home) header .gnav .list--sitelink li a:before, body:not(.page--home) header .gnav .list--sitelink li a:after {
    content: none;
  }
  body:not(.page--home) header .block--officiallink {
    display: none;
  }
  footer .inner .logo a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  footer .inner .logo a span {
    margin-left: 34px;
  }
  body:not(.page--home) .content--body {
    padding: 60px 6vw 270px;
  }
  .section-tit {
    font-size: 5.8rem;
  }
  .contents-tit {
    font-size: 1.8rem;
  }
  .block--support .list--support li {
    display: inline-block;
  }
  .block--support .list--support li a {
    transition: opacity 0.3s;
  }
  .block--support .list--support li a:hover {
    opacity: 0.5;
  }
  .detail__btn a {
    transition: opacity 0.3s;
  }
  .detail__btn a:hover {
    opacity: 0.5;
  }
  .page--home .wrap {
    background: #717073;
  }
  .page--home header {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 55.5555555556vw;
  }
  .page--home header h1 {
    position: absolute;
    left: 2.5vw;
    top: 2.5vw;
    width: 122px;
    height: 120px;
  }
  .page--home header h1 a {
    display: block;
  }
  .page--home header .header_inner .gnav ul {
    display: block;
  }
  .page--home header .header_inner .gnav .block--menu {
    position: absolute;
    top: 0;
    right: 0;
    border-right: 8px solid #fff;
  }
  .page--home header .header_inner .gnav .block--menu ul {
    padding: 3.2vw 0;
  }
  .page--home header .header_inner .gnav .block--menu ul li {
    color: #fff;
  }
  .page--home header .header_inner .gnav .block--menu ul li a, .page--home header .header_inner .gnav .block--menu ul li span {
    display: block;
    margin-bottom: 12px;
    font-size: 1.3rem;
    text-align: right;
    padding-right: 20px;
  }
  .page--home header .header_inner .gnav .block--officiallink {
    position: absolute;
    bottom: 4.8vw;
    left: 2.5vw;
  }
  .page--home header .header_inner .gnav .block--officiallink ul li {
    color: #fff;
  }
  .page--home header .header_inner .gnav .block--officiallink ul li:not(:last-child) {
    margin-bottom: 18px;
  }
  .page--home header .header_inner .gnav .block--sitelink {
    position: absolute;
    left: 7vw;
    top: 49vw;
  }
  .page--home header .header_inner .gnav .block--sitelink .list--sitelink {
    display: flex;
    justify-content: space-between;
  }
  .page--home .section--mainvisual {
    min-height: 55.5555555556vw;
  }
  .page--home .section--mainvisual .wrap--video {
    top: 7.5vw;
    left: 18vw;
    width: 66%;
    height: 0px;
    padding-top: 37.12%;
    background: #171719;
    opacity: 0;
    transform: translateY(50px);
  }
  .page--home .section--mainvisual .wrap--video #tubular-player {
    opacity: 0;
    transform: translateY(50px);
  }
  .page--home .section--mainvisual .wrap--video iframe {
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
  }
  .page--home .section--mainvisual .wrap--video:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.2;
    z-index: 2;
  }
  .page--home .section--mainvisual .block--mainvisual_photo {
    position: absolute;
    top: 7.5vw;
    left: 18vw;
    width: 66%;
    height: 0px;
    padding-top: 37.12%;
    background: #171719;
    opacity: 0;
    transform: translateY(50px);
    z-index: -1;
    overflow: hidden;
  }
  .page--home .section--mainvisual .block--mainvisual_photo img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    width: 100%;
    padding-top: 56.25%;
    opacity: 0;
    transform: translateY(50px);
    background-size: contain;
    z-index: 1;
  }
  .page--home .section--mainvisual .block--mainvisual_photo img + img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    filter: blur(60px);
    background-size: cover;
  }
  .page--home .section--mainvisual .head-text-wrap {
    opacity: 0;
    position: absolute;
    top: 20vw;
    left: 7vw;
    padding: 2.5vw 4vw 2.5vw 0;
    z-index: 1;
  }
  .page--home .section--mainvisual .head-text-wrap h2 {
    margin-bottom: 34px;
  }
  .page--home .section--mainvisual .head-text-wrap .btn-to-youtube {
    position: relative;
  }
  .page--home .section--mainvisual .head-text-wrap .btn-to-youtube:after {
    content: "";
    position: absolute;
    width: 8vw;
    height: 1px;
    background: #fff;
    left: 80px;
    top: 50%;
  }
  .page--home .section--mainvisual .head-text-wrap .btn-to-youtube .btn--circle {
    margin-left: 18px;
  }
  .page--home .section--mainvisual .head-text-wrap .btn-to-youtube .btn--circle:after {
    transition: 0.3s;
  }
  .page--home .section--mainvisual .head-text-wrap .btn-to-youtube .btn--circle:hover:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .page--home .section--mainvisual .head-text-wrap .head-nav {
    margin-top: 10px;
    margin-left: 3vw;
    opacity: 0;
    transition: opacity 0.5s 1.2s;
  }
  .page--home .section--mainvisual .head-text-wrap .head-nav a {
    color: #fff;
  }
  .page--home .content--body .wrap--main .section-tit {
    position: absolute;
    left: 6vw;
    top: 4vw;
  }
  .page--home .content--body .wrap--main .btn--more {
    position: absolute;
    top: 150px;
  }
  .page--home .content--body .wrap--main .section--info .section-tit .btn--more {
    top: 30px;
  }
  .page--home .content--body .wrap--main .section--info .section-tit.no-data-tit {
    top: 0;
  }
  .page--home .content--body .wrap--main .section--fc .section-tit,
  .page--home .content--body .wrap--main .section--fs .section-tit {
    top: 50px;
    width: 20vw;
    max-width: 260px;
  }
  .page--home .content--body .wrap--main .section--fc .list--latest--contents:before,
  .page--home .content--body .wrap--main .section--fs .list--latest--contents:before {
    width: calc(100% - 220px);
  }
  .page--home .content--body .wrap--main .section--fc .list--latest--contents.one:before,
  .page--home .content--body .wrap--main .section--fs .list--latest--contents.one:before {
    width: 100%;
  }
  .page--home .content--body .wrap--main .section--fc .no-data,
  .page--home .content--body .wrap--main .section--fs .no-data {
    margin-bottom: 40px;
  }
  .page--home .content--body .wrap--main .section--profile .section-tit {
    position: relative;
    top: auto;
  }
  .page--home .content--body .wrap--main .section--profile .contents-tit {
    margin-left: 6vw;
    margin-bottom: 28px;
  }
  .page--home .content--body .wrap--main .section--profile .block--profile .pf--photo--all {
    width: 70.6vw;
    position: relative;
    z-index: 1;
    margin-bottom: 8vw;
    overflow: hidden;
  }
  .page--home .content--body .wrap--main .section--profile .block--profile .pf--photo--all:before {
    content: "";
    position: absolute;
    bottom: -28px;
    right: -28px;
    width: 100%;
    height: 100%;
    background: #0b0b0c;
    opacity: 0.5;
    z-index: -1;
  }
  .page--home .content--body .wrap--main .section--profile .block--profile .pf--photo--all img {
    background-size: contain;
    position: relative;
    z-index: 1;
  }
  .page--home .content--body .wrap--main .section--profile .block--profile .pf--photo--all img + img {
    position: absolute;
    left: 0;
    top: 0;
    filter: blur(60px);
    z-index: 0;
    background-size: cover;
    transform: scale(1.2);
  }
  .page--home .content--body .wrap--main .section--profile .block--profile .block--pf--about {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-left: 6vw;
  }
  .page--home .content--body .wrap--main .section--profile .block--profile .block--pf--about .lead {
    width: 32%;
    font-size: 1.3rem;
    line-height: 2;
    font-weight: 300;
  }
  .page--home .content--body .wrap--main .section--profile .block--profile .block--pf--about .list--member {
    width: 61.5%;
  }
  .page--home .content--body .wrap--main .section--profile .block--profile .block--pf--about .list--member:after {
    content: "";
    display: block;
    width: 33.3%;
  }
  .page--home .content--body .wrap--main .section--profile .block--profile .block--pf--about .list--member > div {
    width: 33.3%;
  }
  .page--home .content--body .wrap--main .section--profile .block--profile .block--pf--about .list--member .pf--member--text {
    display: none;
  }
  .page--home .content--body .wrap--main .section--profile .block--profile .block--pf--about .list--member .pf--member--text ul {
    margin: 28px 20px;
  }
  .page--home .content--body .wrap--main .section--profile .block--profile .block--pf--about .list--member .pf--member--text ul li {
    margin-bottom: 16px;
    cursor: pointer;
  }
  .page--home .content--body .wrap--main .section--profile .block--profile .block--pf--about .list--member .pf--member--text ul li dl {
    padding-left: 28px;
    position: relative;
  }
  .page--home .content--body .wrap--main .section--profile .block--profile .block--pf--about .list--member .pf--member--text ul li dl dt {
    margin-bottom: 6px;
  }
  .page--home .content--body .wrap--main .section--profile .block--profile .block--pf--about .list--member .pf--member--text ul li dl dt span {
    margin-left: 14px;
  }
  .page--home .content--body .wrap--main .section--profile .block--profile .block--pf--about .list--member .pf--member--text ul li dl:after {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    border: 1px solid #717073;
    transition: 0.3s;
  }
  .page--home .content--body .wrap--main .section--profile .block--profile .block--pf--about .list--member .pf--member--text ul li:hover dl:after, .page--home .content--body .wrap--main .section--profile .block--profile .block--pf--about .list--member .pf--member--text ul li.selected dl:after {
    background: #C8C8C8;
    border: 1px solid #fff;
  }
  .page--home .content--body .wrap--main .section--profile .block--profile .block--pf--about .list--member .pf--solo {
    overflow: hidden;
  }
  .page--home .content--body .wrap--main .section--profile .block--profile .block--pf--about .list--member .pf--solo span {
    font-size: 2.8vw;
    padding: 0 18px;
  }
  /*-- SCROLL LINE --*/
}
@media screen and (min-width: 961px) and (orientation: landscape) and (max-height: 550px) {
  .page--home .wrap--menu .block--menu.menu-official {
    transform: none;
  }
}
@media screen and (min-width: 961px) {
  .page--home .box--main {
    min-height: 180px;
  }
  .page--home .box--main .list--info--block {
    margin: 30px 0 30px 26%;
  }
  .page--home .box--main .wrap--contents {
    margin: 0 0 0 23%;
    padding: 90px 0 40px 11.5%;
  }
  .page--home .box--main .wrap--contents .list--info {
    margin-right: 6vw;
  }
  .page--home .box--main .block--profile {
    margin: 0 0 100px;
  }
  .page--home .box--main .block--profile .list--member a {
    transition: opacity 0.3s;
  }
  .page--home .box--main .block--profile .list--member a:hover {
    opacity: 0.5;
  }
  .page--home .box--main.section--fc {
    margin-top: -2vw;
  }
  .page--home footer .inner {
    padding: 80px 6vw 40px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .page--home footer .block--footerlink {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
  .page--home footer .block--footerlink > div:first-of-type {
    margin-right: 40px;
  }
  .page--home footer .inner a {
    transition: opacity 0.3s;
  }
  .page--home footer .inner a:hover {
    opacity: 0.5;
  }
  .page--home footer .block--footer--bottom {
    border-top: solid 1px #717073;
    padding-top: 10px;
    margin-top: 15px;
  }
  .page--home footer .block--footer--bottom li {
    width: 80px;
    margin-left: 10px;
  }
  .page--home.loaded .section--mainvisual .head-text-wrap {
    animation: slideIn forwards 2s 2.2s;
  }
  .page--home.loaded .section--mainvisual .wrap--video {
    animation: fadeIn_bottom forwards 1.6s 2.6s;
  }
  .page--home.loaded .section--mainvisual .wrap--video #tubular-player {
    animation: fadeIn_bottom forwards 1.6s 3.2s;
  }
  .page--home.loaded .section--mainvisual .block--mainvisual_photo {
    animation: fadeIn_bottom forwards 1.6s 2.6s;
  }
  .page--home.loaded .section--mainvisual .block--mainvisual_photo img {
    animation: fadeIn_bottom forwards 1.6s 3.2s;
  }
  .wrap--menu .block--menu.menu-official {
    transform: translateX(0px);
  }
  .scroll-l {
    position: absolute;
    bottom: 3.2vw;
  }
  .page--info .block--share a {
    transition: opacity 0.3s;
  }
  .page--info .block--share a:hover {
    opacity: 0.5;
  }
  .page--info.category-7 .section--list .block--category .list--sort li .category:hover {
    background: #717073;
  }
  .page--info.category-7 .section--list .block--category .list--sort li input[type=checkbox]:not(:checked) + .category:hover {
    background: #0b0b0c;
    color: #fff;
  }
  .page--info.category-7 .section--list .list--info li:first-child a:before, .page--info.category-7 .section--list .list--info li a:not(:hover):after {
    width: 7.5em;
  }
  .page--info.category-7 .section--list .list--info li.new .date:after {
    top: calc(50% - 5px);
    right: -116px;
  }
  .page--info.category-7 .section--list .list--info .date {
    margin-right: 0;
    min-width: 110px;
  }
  .page--info.category-7 .section--list .list--info .date .inner--date:not(:first-of-type) {
    padding-top: 16px;
    position: relative;
  }
  .page--info.category-7 .section--list .list--info .date .inner--date:not(:first-of-type):before {
    content: "";
    height: 10px;
    width: 1px;
    position: absolute;
    top: 3px;
    left: 38%;
    background: #C8C8C8;
  }
  .page--info.category-7 .section--list .list--info .tit {
    padding-left: 40px;
    width: calc(100% - 16em);
  }
  .page--info.category-7 .section--detail .inner--date:not(:first-of-type) {
    padding-left: 16px;
    position: relative;
  }
  .page--info.category-7 .section--detail .inner--date:not(:first-of-type):before {
    content: "";
    height: 1px;
    width: 10px;
    position: absolute;
    top: 57%;
    left: -2px;
    background: #C8C8C8;
  }
  .page--profile .section--list {
    max-width: 1200px;
    margin: 0 auto;
  }
  .page--profile .list--profile li {
    width: 32%;
    margin-right: 2%;
  }
  .page--profile .list--profile li:nth-child(3n) {
    margin-right: 0;
  }
  .page--profile .list--profile li:nth-child(3n+1) {
    clear: both;
  }
  .page--profile .list--profile li a .thumb:after {
    font-size: 1.8vw;
    line-height: 1.2;
    top: calc(50% - 2.2rem);
  }
  .page--profile .list--profile li a .pf--txt {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform-origin: left top;
    transform: scale(0, 1);
    color: #fff;
    font-size: 2.6rem;
    text-align: center;
  }
  .page--profile .list--profile li a .pf--txt span {
    font-size: 1.6rem;
  }
  .page--profile .list--profile li a:hover .pf--txt {
    transform: scale(1, 1);
  }
  .page--disco .section--detail .block--disco {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }
  .page--disco .section--detail .jacket {
    width: 40%;
  }
  .page--disco .section--detail .block--disc-detail {
    width: 53%;
  }
  .page--disco .section--detail .block--disc-detail .tit,
  .page--disco .section--detail .block--disc-detail .category,
  .page--disco .section--detail .block--disc-detail .date {
    text-align: left;
  }
  .page--disco .section--detail .block--disc-detail .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--disco .section--detail .shopLink:after {
    content: "";
    display: block;
    width: 32%;
  }
  .page--disco .section--detail .shopLink li {
    width: 32%;
  }
  .page--error .section--detail {
    max-width: 800px;
  }
  .page--error .section--detail .btn {
    margin-top: 30px;
  }
  .page--guide .contents--lead {
    margin-bottom: 60px;
  }
  .page--guide .contents--lead .lead {
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 20px;
  }
  .page--guide .contents--lead .list--sub {
    max-width: 600px;
    margin: 0 auto;
    padding: 25px 30px;
  }
  .page--guide .contents--lead .list--sub li {
    font-size: 1.8rem;
  }
  .page--guide .block--attention {
    margin: 0 auto 80px;
  }
  .page--guide .txt--sub {
    font-size: 1.2rem;
    margin-top: 6px;
  }
  .page--guide .contents-tit {
    font-size: 2.8rem;
    padding-bottom: 20px;
  }
  .page--guide .main--title h2 {
    font-size: 2em;
    margin-bottom: 20px;
  }
  .page--guide .main--title ul {
    width: 80%;
    max-width: 600px;
  }
  .page--guide .block-introduction .list--site {
    display: flex;
    justify-content: space-between;
  }
  .page--guide .block-introduction .list--site li {
    width: 49%;
    position: relative;
    transition: background 0.3s, opacity 0.5s, transform 0.5s;
  }
  .page--guide .block-introduction .list--site li h3 {
    font-size: 5rem;
    margin-bottom: 30px;
  }
  .page--guide .block-introduction .list--site li a {
    padding: 50px;
  }
  .page--guide .block-introduction .list--site li a:hover {
    text-decoration: none;
  }
  .page--guide .block-introduction .list--site li .text {
    font-size: 1.8rem;
    line-height: 1.6;
  }
  .page--guide .block-introduction .list--site li .ph {
    margin: 10px 0 0;
  }
  .page--guide .block-introduction .list--site li.fansite .ph {
    margin-top: 60px;
  }
  .page--guide .block-introduction .list--site .txt--link span:before,
  .page--guide .block-introduction .list--site .txt--link span:after {
    transition: transform 0.3s;
  }
  .page--guide .block-introduction .list--site li:hover {
    background: #fff;
  }
  .page--guide .block-introduction .list--site li:hover .txt--link span::before {
    transform: translate(10px, 0);
  }
  .page--guide .block-introduction .list--site li:hover .txt--link span::after {
    transform: translate(10px, 0) rotate(45deg);
  }
  .page--guide .block--entry .list--btn .btn--main {
    width: 400px;
    padding: 2em;
    transition: opacity 0.3s;
  }
  .page--guide .block--entry .list--btn .btn--main:hover {
    opacity: 0.5;
  }
}
@media screen and (min-width: 961px) and (-ms-high-contrast: none), screen and (min-width: 961px) and (-ms-high-contrast: active) {
  .list--bnr .slick-list.is--slide {
    overflow: hidden !important;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .pc {
    display: none !important;
  }
  a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .btn--main {
    min-width: 90%;
  }
  /*-- SCROLL LINE --*/
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 960px) {
  .btn--main {
    min-width: 50%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .btn--sub {
    min-width: 90%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 960px) {
  .btn--sub {
    min-width: 50%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .detail__btn {
    text-align: center;
  }
  .date {
    font-size: 1.6rem;
  }
  .block--pager {
    text-align: center;
  }
  .list--bnr.one, .list--bnr.two {
    display: block;
    margin: 0 6vw;
  }
  .list--bnr.one li, .list--bnr.two li {
    width: 100%;
    max-width: none;
    margin-bottom: 3vw;
  }
  .list--bnr .slick-list {
    width: 83.5vw;
  }
  .list--bnr .slick-dots li {
    margin: 0px 9px 0 0;
  }
  .list--contents li.new .date:after {
    top: 1px;
  }
  .list--latest--contents li {
    margin: 0 10px 0 0;
  }
  .list--latest--contents li a figure {
    margin-bottom: 12px;
  }
  .list--latest--contents li.new .date:after {
    top: 1px;
  }
  .list--latest--contents .slick-list {
    width: 60vw;
  }
  .list--latest--contents .category {
    font-size: 3rem;
    margin-bottom: 10px;
  }
  .list--latest--contents .tit {
    font-size: 1.2rem;
  }
  .list--latest--contents .date {
    font-size: 1.2rem;
  }
  .list--info--block li a .block--date {
    margin-bottom: 6px;
    padding-bottom: 6px;
  }
  .list--info li a {
    padding: 8px 0;
  }
  .list--info li .date {
    font-size: 1.6rem;
  }
  .list--contents li {
    width: 100%;
    margin-bottom: 12vw;
  }
  .list--contents li .list__txt {
    margin-top: 8px;
  }
  .list--contents li.new .date:after {
    width: 10px;
    height: 10px;
    border-radius: 5px;
  }
  .section--detail .tit {
    font-size: 1.8rem;
  }
  .input--half {
    width: 100% !important;
  }
  header h1 {
    position: absolute;
    left: 5vw;
    top: 20px;
  }
  header h1 a {
    display: block;
  }
  header .header_inner {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 101;
    overflow: auto;
    pointer-events: none;
    min-height: 100%;
    padding: 24vh 5vw 5vw 5vw;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s linear;
    background-color: #026ac3;
    color: #fff;
  }
  header .header_inner .block--menu {
    margin: 0 auto 30px;
  }
  header .header_inner .block--menu ul li {
    margin-bottom: 16px;
  }
  header .header_inner .block--menu ul li a, header .header_inner .block--menu ul li span {
    font-size: 2rem;
    line-height: 1.3;
  }
  header .header_inner .block--officiallink {
    margin-bottom: 60px;
  }
  header .header_inner .block--officiallink .list--officiallink {
    display: flex;
    justify-content: center;
  }
  header .header_inner .block--officiallink .list--officiallink li {
    margin-right: 15px;
  }
  header .header_inner .block--officiallink .list--officiallink li:last-child {
    margin-right: 0;
  }
  header .header_inner .block--officiallink .list--officiallink li a {
    width: 20px;
    height: 20px;
  }
  header .header_inner .block--sitelink {
    position: absolute;
    bottom: 5vw;
    left: 9vw;
    text-align: left;
  }
  header .header_inner .block--sitelink li {
    margin-bottom: 25px;
  }
  footer .inner {
    text-align: center;
    padding: 30px 40px;
  }
  footer .inner .logo {
    padding-bottom: 20px;
    border-bottom: 1px solid #717073;
    margin-bottom: 20px;
  }
  footer .inner .logo img {
    margin-bottom: 5px;
  }
  footer .inner .logo a span {
    font-size: 1.1rem;
  }
  footer .inner .contents-tit {
    font-size: 1.1rem;
    margin-bottom: 5px;
  }
  footer .inner .block--sitelink {
    margin-bottom: 20px;
  }
  .wrap {
    background-color: #171719;
  }
  body:not(.page--home) .content--body {
    padding: 120px 0 200px;
  }
  body:not(.page--home) footer .inner .logo {
    padding-bottom: 20px;
    margin-bottom: 10px;
  }
  .section-tit {
    font-size: 4rem;
  }
  .tit {
    line-height: 1.5;
  }
  .page--home .header h1 {
    left: 0;
    top: 0;
    width: 100px;
    height: 100px;
    background: #026ac3;
  }
  .page--home .header h1 a {
    display: block;
    margin: 16px;
  }
  .page--home .section--mainvisual {
    padding: 0;
  }
  .page--home .section--mainvisual .block--mainvisual_photo {
    min-height: 100vh;
    background-size: cover;
    background-position: center center;
  }
  .page--home .section--mainvisual .block--mainvisual_photo img {
    width: 100%;
    height: 100vh;
    background-position: center top;
  }
  .page--home .section--mainvisual .block--mainvisual_photo img + img {
    display: none;
  }
  .page--home .section--mainvisual .blur {
    position: absolute;
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
    top: 0;
    left: 0;
    z-index: -1;
    transition: 0.8s;
  }
  .page--home .section--mainvisual .blur img {
    width: 100%;
  }
  .page--home .section--mainvisual .head-text-wrap .head-text {
    position: relative;
    width: 100%;
    padding: 5vw;
    z-index: 1;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background: #026ac3;
    transition: width 0.8s 1.2s;
    z-index: 1;
    text-align: center;
  }
  .page--home .section--mainvisual .head-text-wrap .head-text .head-nav {
    position: static;
    margin: 10vw auto 0;
  }
  .page--home .section--mainvisual .head-text-wrap .head-text h2 {
    margin-bottom: 15px;
  }
  .page--home .section--mainvisual .head-text-wrap .head-text .sub-tit {
    font-size: 1.7rem;
    margin-bottom: 8px;
  }
  .page--home .section--mainvisual .head-text-wrap .head-text .tit {
    font-size: 5rem;
  }
  .page--home .section--mainvisual .head-text-wrap .head-text .date {
    font-size: 2.6rem;
    line-height: 1;
  }
  .page--home .section--mainvisual .head-text-wrap .head-text .btn-to-youtube .btn--circle {
    margin: 0 auto;
  }
  .page--home .section--mainvisual.mode--video {
    padding: 0;
    min-height: 640px;
  }
  .page--home .content--body .section--banner {
    margin-bottom: 3vw;
    padding-top: 5vw;
    background: linear-gradient(180deg, #026ac3 0%, #026ac3 33%, #171719 33%, #171719 100%);
  }
  .page--home .content--body .section--info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 40px 8% 52vw 8%;
  }
  .page--home .content--body .section--info .section-tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
  }
  .page--home .content--body .section--info .btn--more {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .page--home .content--body .section--info .list--info--block {
    width: 100%;
  }
  .page--home .content--body .section--info:before {
    height: 160px;
  }
  .page--home .content--body .section--fc,
  .page--home .content--body .section--fs,
  .page--home .content--body .section--profile {
    padding: 0;
  }
  .page--home .content--body .section--fc .contents-tit,
  .page--home .content--body .section--fs .contents-tit,
  .page--home .content--body .section--profile .contents-tit {
    margin: 0 8% 20px;
  }
  .page--home .content--body .section--fc .section-tit,
  .page--home .content--body .section--fs .section-tit {
    margin: 10px 8% 30px;
    width: 210px;
  }
  .page--home .content--body .section--fc .btn--more,
  .page--home .content--body .section--fs .btn--more {
    margin: 0 0 40px;
  }
  .page--home .content--body .section--fc .wrap--contents,
  .page--home .content--body .section--fs .wrap--contents {
    padding: 40px 0 0 0;
  }
  .page--home .content--body .section--fc .list--info,
  .page--home .content--body .section--fs .list--info {
    margin: 0 8% 75px;
  }
  .page--home .content--body .section--fc .list--latest--contents,
  .page--home .content--body .section--fs .list--latest--contents {
    margin-left: 8%;
    padding-bottom: 60px;
    margin-bottom: 30px;
  }
  .page--home .content--body .section--fc .list--latest--contents:before,
  .page--home .content--body .section--fs .list--latest--contents:before {
    width: 100%;
  }
  .page--home .content--body .section--fc .no-data,
  .page--home .content--body .section--fs .no-data {
    margin: 0 8% 40px;
  }
  .page--home .content--body .section--fc {
    margin-bottom: 65px;
  }
  .page--home .content--body .section--fs {
    padding-bottom: 30vw;
    margin-bottom: 20vw;
  }
  .page--home .content--body .section--fs:before {
    height: 160px;
  }
  .page--home .content--body .section--profile {
    margin-bottom: 110px;
  }
  .page--home .content--body .section--profile .section-tit {
    margin-left: 8%;
    margin-bottom: 20px;
  }
  .page--home .content--body .section--profile .block--profile .pf--photo--all {
    margin-bottom: 18vw;
    overflow: hidden;
  }
  .page--home .content--body .section--profile .block--profile .pf--photo--all img {
    background-size: contain;
    position: relative;
    z-index: 1;
  }
  .page--home .content--body .section--profile .block--profile .pf--photo--all img + img {
    position: absolute;
    left: 0;
    top: 0;
    filter: blur(40px);
    z-index: 0;
    background-size: cover;
    transform: scale(1.2);
  }
  .page--home .content--body .section--profile .block--profile .lead {
    margin: 0 8% 80px;
    font-size: 1.3rem;
  }
  .page--home .content--body .section--profile .block--profile .block--pf--about .list--member > div {
    width: 50%;
  }
  .page--home .content--body .section--profile .block--profile .pf--solo span {
    font-size: 2.6rem;
    padding: 0 16px;
  }
  .page--home .content--body .section--profile .block--profile .pf--member--text ul {
    margin: 20px;
  }
  .page--home .content--body .section--profile .block--profile .pf--member--text ul li {
    margin-bottom: 12px;
  }
  .page--home .content--body .section--profile .block--profile .pf--member--text ul li dt {
    margin-bottom: 4px;
  }
  .page--home .content--body .section--profile .block--profile .pf--member--text ul li dt span {
    margin-left: 10px;
  }
  .page--home .content--body .section--profile .block--profile .btn {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .page--home footer .block--footerlink {
    margin-bottom: 60px;
  }
  .page--home footer .copyright {
    width: 100%;
    order: 2;
  }
  .page--home footer .list--productionlink {
    order: 1;
    margin: 0 auto 10px;
  }
  .page--home footer .list--productionlink li {
    width: 55px;
  }
  .page--home footer .list--productionlink li:first-child {
    margin-right: 8px;
  }
  .scroll-l {
    right: 16px;
    bottom: 0;
    color: #fff;
    mix-blend-mode: difference;
  }
  .scroll-l:before, .scroll-l::after {
    background: #fff;
  }
  .page--info .section--detail.new .date:after {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    top: calc(50% - 4px);
  }
  .page--info.category-7 .section--list .block--narrowing.block--category {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .page--info.category-7 .section--list .list--info a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  .page--info.category-7 .section--list .list--info .tit {
    width: 100%;
  }
  .page--info.category-7 .section--list .list--info li.new {
    position: relative;
  }
  .page--info.category-7 .section--list .list--info li.new::after {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 5px;
    position: absolute;
    top: 16px;
  }
  .page--info.category-7 .section--list .list--info li.new::after {
    background: #026ac3;
    right: 0;
    left: auto;
  }
  .page--info.category-7 .section--list .list--info li.new .date {
    display: inherit;
  }
  .page--info.category-7 .section--list .list--info li.new .date:after {
    content: none;
  }
  .page--info.category-7 .section--detail.new .date .inner--date:not(:first-of-type):after {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 5px;
    top: calc(50% - 4px);
  }
  .page--info.category-7 .date {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 4px;
  }
  .page--info.category-7 .date .inner--date {
    width: 110px;
  }
  .page--info.category-7 .date .inner--date:not(:first-of-type) {
    padding-left: 16px;
    position: relative;
    width: 120px;
  }
  .page--info.category-7 .date .inner--date:not(:first-of-type):before {
    content: "";
    height: 1px;
    width: 10px;
    position: absolute;
    top: 57%;
    left: -2px;
    background: #C8C8C8;
  }
  .page--profile .list--profile li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 7vw;
  }
  .page--profile .list--profile li:nth-child(2n) {
    margin-right: 0;
  }
  .page--profile .list--profile li:nth-child(2n+1) {
    clear: both;
  }
  .page--profile .list--profile li a figure {
    line-height: inherit;
    margin-bottom: 5px;
  }
  .page--profile .list--profile li a .pf--txt {
    font-size: 2.2rem;
  }
  .page--profile .list--profile li a .pf--txt span {
    font-size: 1.4rem;
  }
  .page--disco .section--list .list--contents li .list__txt .tit {
    font-size: 1.4rem;
  }
  .page--disco .section--list .list--contents li.new .date:after {
    width: 10px;
    height: 10px;
    border-radius: 5px;
  }
  .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 .shopLink li {
    width: 49%;
  }
  .page--guide .list--sub li {
    line-height: 1.6;
  }
  .page--guide .list--link {
    width: 90%;
    justify-content: space-between;
    margin: 30px auto 0;
  }
  .page--guide .list--link li {
    width: 45%;
  }
  .page--guide .list--link .site-link a {
    padding: 0;
  }
  .page--guide .list--link .site-link a:before {
    width: 10px;
    height: 10px;
    margin-top: -5px;
  }
  .page--guide .list--link .fc a {
    padding-left: 20px;
  }
  .page--guide .list--link .fs a {
    padding-right: 20px;
  }
  .page--guide .list--contents {
    margin-bottom: 30px;
  }
  .page--guide .list--contents th {
    width: 150px;
    padding: 14px;
    text-align: left;
    font-size: 13px;
  }
  .page--guide .list--contents td {
    padding: 15px 5px;
    width: 21%;
    font-size: 12px;
  }
  .page--guide .list--contents .label td {
    font-size: 12px;
    line-height: 1.4;
  }
  .page--guide .block--attention {
    padding: 20px;
    margin-bottom: 40px;
  }
  .page--guide .block--attention li {
    margin: 0 0 8px;
    line-height: 1.5;
  }
  .page--guide .status-1, .page--guide .status-2 {
    width: 16px;
    height: 16px;
  }
  .page--guide .status-1 span {
    width: 8px;
    height: 8px;
  }
  .page--guide .status-3 {
    width: 12px;
  }
  .page--guide [class^=section--] .section-tit {
    font-size: 20px;
    margin: 0 0 50px;
  }
  .page--guide .contents--lead .lead {
    margin-bottom: 10px;
  }
  .page--guide .contents--lead .list--sub {
    margin: 0 auto 20px;
    padding: 15px 20px;
  }
  .page--guide .contents-tit {
    font-size: 2rem;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .page--guide .main--title .logo_artistMain {
    width: 20%;
    margin: 0 auto 10px;
  }
  .page--guide .main--title ul {
    margin: 0 auto 10px;
  }
  .page--guide .main--title ul li {
    width: 45%;
  }
  .page--guide .main--title h2 {
    font-size: 1.5em;
    margin-bottom: 40px;
  }
  .page--guide .block-introduction {
    padding-bottom: 40px;
  }
  .page--guide .block-introduction .list--site li {
    background: #fff;
  }
  .page--guide .block-introduction .list--site li h3 {
    font-size: 3rem;
    margin-bottom: 20px;
  }
  .page--guide .block-introduction .list--site li .txt--link {
    margin-top: 8px;
    font-size: 14px;
  }
  .page--guide .block-introduction .list--site li .txt--link span::before {
    top: 10px;
  }
  .page--guide .block-introduction .list--site li .txt--link span::after {
    bottom: 5px;
  }
  .page--guide .block-introduction .list--site li a {
    padding: 30px;
    margin-bottom: 10px;
  }
  .page--guide .block-introduction .list--site li .text {
    margin: 0 0 30px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .page--guide .block-introduction .list--site .fansite .ph,
  .page--guide .block-introduction .list--site li .ph {
    margin: 20px auto 0;
  }
  .page--guide .block--entry .section-tit {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .page--guide .block--entry .list--btn {
    text-align: center;
  }
  .page--guide .block--entry .list--btn .btn--main {
    width: 100%;
  }
}
/*  tablet
------------------------------ */
@media screen and (min-width: 756px) and (max-width: 960px) {
  .list--bnr.two {
    display: flex;
    justify-content: space-between;
  }
  .list--bnr.two li {
    width: 48%;
  }
  .list--bnr .slick-list {
    width: 68%;
  }
  .list--contents li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 8vw;
  }
  .list--contents li:nth-child(2n) {
    margin-right: 0;
  }
  .list--contents li:nth-child(2n+1) {
    clear: both;
  }
  .list--contents li .list__txt {
    margin-top: 6px;
  }
  header h1 {
    top: 30px;
  }
  header .header_inner .block--menu ul li a, header .header_inner .block--menu ul li span {
    font-size: 3rem;
    line-height: 1.6;
  }
  header .header_inner .block--officiallink .list--officiallink li {
    margin-right: 20px;
  }
  header .header_inner .block--officiallink .list--officiallink li a {
    width: 25px;
    height: 25px;
  }
  body:not(.page--home) .content--body {
    padding: 130px 0 200px;
  }
  .page--home .section--mainvisual.mode--video {
    min-height: 1000px;
  }
  .page--home .section--mainvisual.mode--video .block--mainvisual_photo {
    margin-bottom: 0;
    height: 100vh;
  }
  .page--home .section--mainvisual .wrap--video {
    z-index: -1 !important;
  }
  .page--home .section--mainvisual .block--mainvisual_photo img {
    background-size: 100% auto;
    background-position: center center;
  }
  .page--home .content--body .section--info {
    padding: 40px 8% 32vw 8%;
    margin-bottom: 5vw;
  }
  .page--home .content--body .section--info:before, .page--home .content--body .section--fs:before {
    height: 220px;
  }
  .page--home .box--main.section--profile .block--profile .list--member .pf--member--text ul li {
    margin-bottom: 18px;
  }
  .page--home .box--main.section--profile .block--profile .list--member .pf--member--text ul li dt {
    font-size: 3rem;
    line-height: 1.2;
  }
  .page--home .box--main.section--profile .block--profile .list--member .pf--member--text ul li dt span {
    font-size: 1.6rem;
  }
  .page--home .box--main.section--profile .block--profile .list--member .pf--member--text ul li dd {
    font-size: 1.8rem;
    letter-spacing: inherit;
  }
  .page--home .box--main.section--profile .block--profile .pf--solo span {
    font-size: 4.6rem;
  }
  .page--disco .section--detail .shopLink:after {
    content: "";
    display: block;
    width: 32%;
  }
  .page--disco .section--detail .shopLink li {
    width: 32%;
  }
}
@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;
  }
}
/* ==============================================================
*  base
* ============================================================ */
/*   ==============================================================
*  contents
*  ============================================================ *//*# sourceMappingURL=style.css.map */