@charset "utf-8";
/* ---------------------------------------
0.0 mixin
	0.1 colors
	0.2 typography
	0.3 spacer
	0.4 chevron
	0.5 flexbox
1.0 setting
	1.1 normalize
	1.2 clearfix
2.0 compontents
	2.1 button
	2.2 form
	2.3 list
3.0 layout
	3.1 base
	3.1 header
	3.2 footer
4.0 page
	4.1 parts
	4.2 home
	4.3 information
	4.4 biography
	4.5 discograpy

-------------------------------------------- */
/* 1.0 setting
============================== */
/* 1.1 normalize
------------------------------ */
html,
body {
  height: 100%;
  -webkit-text-size-adjust: none;
}
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
ul {
  list-style: none;
}
button,
input,
select,
textarea {
  margin: 0;
}
img,
iframe,
object,
audio,
video {
  height: auto;
  max-width: 100%;
}
iframe {
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
  text-align: left;
}
i {
  font-style: normal;
}
img {
  width: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
::selection {
  background: #000000;
  color: #f2ff21;
}
::-moz-selection {
  background: #000000;
  color: #f2ff21;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline: none;
}
/* 1.2 clearfix
------------------------------ */
.clearfix::after {
  display: table;
  content: "";
  clear: both;
}
/* 2.0 component
============================== */
.block--g-nav__fc,
.pc {
  display: none !important;
}
/* 2.1 button
------------------------------ */
.btn {
  text-align: center;
  margin: 1em 0;
}
.btn input {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.btn--main {
  color: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  line-height: 3.4;
  padding: 0 1.5em;
  border: none;
  font-weight: normal;
  letter-spacing: 0.1em;
  position: relative;
  top: 0;
  background: #000;
  color: #fff;
}
.btn--sub {
  color: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  line-height: 3.4;
  padding: 0 1.5em;
  border: none;
  font-weight: normal;
  letter-spacing: 0.1em;
  position: relative;
  top: 0;
  font-weight: bold;
  color: #000000;
}
/* 2.2 form
------------------------------ */
.form--post dt {
  margin: 3em 0 1em;
  font-weight: bold;
}
.form--post dd {
  margin: 0 0 1em;
}
.block--error {
  color: #c00;
  background: rgba(204, 0, 0, 0.15);
  padding: 10px;
  border-radius: 5px;
}
/* placeholder */
::-webkit-input-placeholder {
  color: #999999;
}
::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #999999;
}
:-moz-placeholder {
  color: #999999;
}
/* 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"] {
  color: inherit;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.07em;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border-radius: 0.3em;
  border: 1px solid #dddddd;
  padding: 0.5em;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus {
  border-color: inherit;
}
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 {
  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 {
  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] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}
.input--half {
  width: 50% !important;
}
.input--quarter {
  width: 25% !important;
}
/* textarea */
textarea {
  color: inherit;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.07em;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border-radius: 0.3em;
  border: 1px solid #dddddd;
  padding: 0.5em;
  height: 10em;
}
textarea:focus {
  border-color: inherit;
}
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__selectbox,
.form__select {
  display: inline-block;
  position: relative;
}
.form__selectbox select,
.form__select select {
  color: inherit;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.07em;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border-radius: 0.3em;
  border: 1px solid #dddddd;
  padding: 0.5em;
  padding-right: 1.5em;
}
.form__selectbox select:focus,
.form__select select:focus {
  border-color: inherit;
}
.form__selectbox select.form__error,
.form__select select.form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}
.form__selectbox select.form__error:focus,
.form__select select.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
.form__selectbox select[disabled],
.form__select select[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}
.form__selectbox::after,
.form__select::after {
  content: '';
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 2px solid #333;
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  right: 0.75em;
  top: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* checkbox */
.form__checkbox label p {
  color: inherit;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.07em;
  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 #ddd;
  margin: -0.6em 0 0;
  position: absolute;
  left: 0;
  top: 50%;
}
.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;
  left: 0.2em;
  top: 70%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 0;
}
.form__checkbox :checked ~ p::before {
  background: #000000;
  border-color: #000000;
}
.form__checkbox :checked ~ p::after {
  top: 50%;
  opacity: 1;
}
/* radio */
.form__radio label p {
  color: inherit;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.07em;
  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-left: 1.6em;
}
.form__radio label p::before {
  content: '';
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  border: 1px solid #ddd;
  margin: -0.6em 0 0;
  position: absolute;
  left: 0;
  top: 50%;
}
.form__radio :checked ~ p::before {
  border-color: #000000;
  border-width: 0.3em;
}
/* toggle button */
.form__toggle label p {
  color: inherit;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.07em;
  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 #ddd;
}
.form__toggle label p::before {
  width: 50px;
  border-radius: 15px;
  right: 0;
  top: 50%;
}
.form__toggle label p::after {
  width: 30px;
  background: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  right: 20px;
  top: 50%;
}
.form__toggle :checked ~ p::before {
  background: #000000;
  border-color: #000000;
}
.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: 0 auto 4em;
  padding: 40px 0 0;
}
.form--confirm dt {
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 12px;
}
.form--confirm dd {
  margin: 0 0 30px;
}
/* 2.3 list
------------------------------ */
.current.all,
.page--disco .current {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 50%, #f2ff21 0%) repeat scroll 0 0;
}
.current.cat7,
.cat7 span,
.cat13 span {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 50%, #91D2E5 0%) repeat scroll 0 0;
}
.current.cat8,
.cat8 span,
.cat14 span {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 50%, #F7767C 0%) repeat scroll 0 0;
}
.current.cat9,
.cat9 span,
.cat15 span {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 50%, #8AC998 0%) repeat scroll 0 0;
}
.current.cat10,
.cat10 span,
.cat16 span {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 50%, #8B87Eb 0%) repeat scroll 0 0;
}
.no-data {
  padding: 50px 0;
  text-align: center;
  opacity: 0.5;
}
/*  information */
.list--information a,
.list--discography a {
  display: block;
  color: inherit;
  position: relative;
  padding: 7px 0;
}
.list--information .tit,
.list--discography .tit {
  margin: 0;
  word-break: break-all;
}
.list--information .text,
.list--discography .text {
  margin: 0 0 20px;
}
.list--information .date,
.list--discography .date {
  position: relative;
}
.list--information .date span,
.list--discography .date span {
  position: absolute;
  right: 0;
}
.list--information .auth,
.list--discography .auth {
  font-size: 10px;
  margin-left: 20px;
  padding: 3px 4px;
  background: #eee;
  color: #999;
}
.list--information .category,
.list--discography .category {
  display: inline-block;
  font-size: 15px;
  background: none !important;
  margin: 0 5px;
}
.list--information .category span,
.list--discography .category span {
  display: inline-block;
  line-height: 1.1;
  padding: 0 3px;
}
.list--information li,
.list--discography li {
  position: relative;
}
.list--information li a,
.list--discography li a {
  display: block;
  transition: none;
  padding: 4px 0 10px;
}
.list--information .no-data,
.list--discography .no-data {
  padding: 35px 5%;
}
.list--information .event-date,
.list--discography .event-date {
  margin: 0 0 10px;
  font-size: 24px;
  font-family: alternate-gothic-condensed-a;
  font-weight: bold;
}
.list--information .category,
.list--discography .category {
  display: inline-block;
  font-size: 14px;
}
.list--information .date,
.list--discography .date {
  display: inline-block;
  font-size: 14px;
  position: relative;
}
.list--information .tit,
.list--discography .tit {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: -2px;
}
.list--information .slick-list,
.list--discography .slick-list {
  padding-left: 2px;
}
.list--information .thumb,
.list--discography .thumb {
  background: #000;
}
.list--information .thumb img,
.list--discography .thumb img {
  opacity: 0.8;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.list--information .block--text,
.list--discography .block--text {
  position: relative;
  padding: 20px 15px 15px;
}
.list--information .new .date::before,
.list--discography .new .date::before {
  content: 'NEW';
  display: block;
  font-family: alternate-gothic-condensed-a;
  font-size: 17px;
  line-height: 1;
  position: absolute;
  left: 60px;
  top: -4px;
  z-index: 1;
}
.list--information .new .tit span,
.list--discography .new .tit span {
  word-break: break-all;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 50%, #f2ff21 0%) repeat scroll 0 0;
  padding-left: 5px;
}
.block--category {
  display: inline-block;
  position: absolute;
  z-index: 2;
}
.block--category li {
  display: inline-block;
  font-family: alternate-gothic-condensed-a, sans-serif;
  font-weight: 600;
  font-size: 19px;
  line-height: 1.2;
  margin-right: 9px;
  position: relative;
  letter-spacing: 0.08em;
}
.block--category li:not(:last-of-type)::after {
  content: '';
  width: 1px;
  height: 14px;
  background: #000000;
  transform: rotate(23deg);
  position: absolute;
  right: -7px;
  top: 2px;
}
.block--category li a {
  padding: 0 4px;
}
.block--category li a span {
  background: none;
}
.block--category .current a {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 50%, #f2ff21 0%) repeat scroll 0 0;
}
.list--discography li a {
  padding: 10px 0;
}
.list--contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: end;
  justify-content: end;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
  flex-wrap: wrap;
  font-size: 13px;
  line-height: 1.5;
  word-break: break-all;
}
.list--contents li {
  width: 100%;
  margin-bottom: 20px;
}
.list--contents li figure {
  margin-bottom: 8px;
}
.list--contents li .tit {
  font-size: 12px;
  line-height: 1.4;
}
.list--sns {
  text-align: center;
  padding: 0 5%;
}
.list--sns li {
  display: inline-block;
}
.list--sns li:not(:last-of-type) {
  margin-right: 15px;
}
.list--sns a {
  font-size: 24px;
  line-height: 1;
}
.list--sns a svg {
  width: 24px;
  height: 24px;
  vertical-align: -3px;
}
.list--sns li.ico-line svg {
  vertical-align: -4px;
}
.list--sns li.ico-twitter {
  margin-right: 13px;
}
/* 3.0 layout
============================== */
/* 3.1 base
------------------------------ */
body {
  background-color: #fff;
  font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, 'Arial', "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}
a {
  color: #000000;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wrap {
  background: #fff;
  position: relative;
  min-height: 100%;
  padding-bottom: 80px;
}
.date {
  font-family: alternate-gothic-condensed-a;
  font-weight: 600;
  letter-spacing: 0.07em;
  line-height: 1;
}
.category {
  font-family: alternate-gothic-condensed-a;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-align: center;
}
.bold {
  font-weight: bold;
}
.center {
  text-align: center;
}
/* 3.2 header
------------------------------ */
.g-nav {
  font-family: alternate-gothic-condensed-a, -apple-system, BlinkMacSystemFont, 'Arial', "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 600;
  padding: 0 5%;
}
.g-nav li div {
  position: relative;
  cursor: pointer;
}
.g-nav li div::after {
  content: '';
  display: inline-block;
  height: 0.5em;
  width: 0.5em;
  background: no-repeat center url(/static/blueencount/cmn/ico_plus.svg);
  background-size: 9px;
  vertical-align: 2px;
  margin-left: 2px;
}
.g-nav li a {
  transition: none;
}
header {
  width: 100%;
  height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  transition: 0.3s ease;
}
header .inner {
  margin: 0 auto;
  z-index: 2;
}
header h1 {
  position: relative;
  z-index: 100;
}
header h1 a {
  display: block;
  text-indent: -9999em;
  width: 38%;
  height: 6vw;
  background: no-repeat center url(/static/blueencount/cmn/logo.svg);
  background-size: contain;
  position: absolute;
  left: 5%;
  top: 30px;
}
.headerFixed header {
  height: 80px;
  background: #fff;
}
.drawer {
  width: 100%;
  height: 100%;
  padding: 90px 0 5vw;
  position: fixed;
  left: 100%;
  top: 0;
  z-index: -1;
  pointer-events: none;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
}
.drawer li {
  display: inline-block;
  width: 49%;
  padding: 0;
}
.drawer li a {
  display: block;
  padding: 7px 0;
}
.drawer .g-nav__official {
  margin-bottom: 0;
}
.drawer .g-nav__official li a {
  line-height: 1;
  font-size: 6.5vw;
  letter-spacing: 0.02em;
}
.drawer .g-nav__sns {
  margin-bottom: 7vw;
}
.drawer .g-nav__sns li {
  display: inline-block;
  width: auto;
  margin-right: 10px;
}
.drawer .g-nav__sns li a {
  line-height: 1;
  font-size: 26px;
}
.drawer .g-nav__sns li.ico-twitter {
  margin-right: 8px;
}
.drawer .g-nav__sns li.ico-line svg {
  width: 22px;
  height: 22px;
  position: relative;
  top: 2px;
}
.drawer .g-nav__sns li.ico-music {
  margin-right: 14px;
}
.drawer .g-nav__sns li.ico-music i {
  font-size: 26px;
  position: relative;
  bottom: 1px;
}
.drawer .g-nav__sns li.ico-tiktok svg {
  width: 25px;
  height: 25px;
  position: relative;
  top: 2px;
  left: -2px;
}
.drawer .g-nav.fc {
  background: #000;
  padding: 10vw 5%;
}
.drawer .g-nav.fc li {
  width: 46%;
}
.drawer .g-nav.fc li:nth-child(odd) {
  margin-right: 7%;
}
.drawer .g-nav.fc a {
  color: #fff;
  font-size: 4.8vw;
  line-height: 1.4;
  letter-spacing: 0.05em;
  word-break: break-all;
}
.drawer .g-nav.fc a span {
  display: block;
  font-size: 3.8vw;
}
.drawer .g-nav.fc .g-nav-tit a {
  color: #fff;
  font-size: 9vw;
  letter-spacing: 0.05em;
  line-height: 1;
  margin: 10px 0 15px;
}
.drawer .g-nav.fc .g-nav-tit a span {
  display: block;
  font-size: 3.8vw;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}
.drawer__btn {
  width: 45px;
  height: 45px;
  right: 4%;
  top: 5vw;
  position: fixed;
  z-index: 1100;
}
.drawer__btn span {
  display: block;
  position: absolute;
  left: 8px;
  width: 28px;
  height: 3px;
  background-color: #000000;
  z-index: 20;
  transition: 0.3s;
}
.drawer__btn :nth-of-type(1) {
  top: 12px;
}
.drawer__btn :nth-of-type(2) {
  top: 21px;
}
.drawer__btn :nth-of-type(3) {
  top: 30px;
}
.drawer-visible.page--home header {
  height: 80px;
  position: fixed;
}
.drawer-visible.page--home header h1 {
  top: 0;
}
.drawer-visible .drawer {
  z-index: 10;
  pointer-events: auto;
  left: 0;
}
.drawer-visible .drawer__btn span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(20px) rotate(-45deg);
  top: 0;
}
.drawer-visible .drawer__btn span:nth-of-type(2) {
  left: 60%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 0.8s forwards;
  animation: active-menu-bar02 0.8s forwards;
}
.drawer-visible .drawer__btn span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-20px) rotate(45deg);
  top: 40px;
}
/* 3.3 footer
------------------------------ */
footer {
  width: 100%;
  text-align: center;
  color: inherit;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-size: 16px;
  font-family: alternate-gothic-condensed-a, -apple-system, BlinkMacSystemFont, 'Arial', "ヒラギノ角ゴ Pro W3", "メイリオ";
  padding: 30px 0;
  position: absolute;
  bottom: 0;
  left: 0;
}
/* 4.0 page
============================== */
.section--list,
.section--detail,
.page--questionnaire header + section {
  padding: 27vw 5% 20px;
  position: relative;
  z-index: 1;
}
/*  4.1 parts
------------------------------ */
/* typography */
.page-tit {
  color: inherit;
  font-size: 56px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.07em;
  margin: 0 0 0.8em;
  font-family: alternate-gothic-condensed-a;
  letter-spacing: 0;
  text-align: center;
}
.section-tit,
.block--archive .block-tit {
  height: 13vw;
  color: inherit;
  font-size: 38px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.07em;
  margin: 0 0 40px;
  font-family: alternate-gothic-condensed-a;
  text-indent: -9999px;
  background: no-repeat center;
  background-size: contain;
}
.menu-tit {
  color: inherit;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin: 0 0 1em;
  opacity: 0.5;
}
.txt--lead {
  color: inherit;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.07em;
  margin: 0 0 1em;
}
.txt--basic {
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 1em;
}
.txt--sub {
  color: inherit;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.txt--error {
  text-align: center;
  color: #c00;
  font-weight: bold;
}
[class^="txt"] a {
  color: #000000;
  text-decoration: underline;
}
[class^="txt"] a:hover {
  text-decoration: none;
}
.thumb,
.ph {
  position: relative;
  line-height: 0;
}
.dummy {
  position: absolute;
  width: 100%!important;
  height: 100%!important;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
}
/* 4.2 home
------------------------------ */
.page--home {
  /* HERO IMG */
  /* SNS */
  /* VIDEO */
  /* LATEST CONTENTS */
}
.page--home .wrap {
  overflow: hidden;
}
.page--home section {
  z-index: 1;
}
.page--home header {
  position: absolute;
}
.page--home header h1 {
  top: -80px;
  transition: 0.2s;
}
.page--home header .drawer__btn {
  right: 1%;
}
.page--home.homeHeaderFixed header {
  background: #fff;
  position: fixed;
  height: 80px;
}
.page--home.homeHeaderFixed header h1 {
  top: 0;
}
.page--home.homeHeaderFixed header .drawer__btn {
  position: fixed;
  top: 20px;
}
.page--home .block-tit {
  text-indent: -9999em;
  background: no-repeat center;
  background-size: contain;
  z-index: 11;
}
.page--home:not(.drawer-visible) .drawer__btn {
  position: absolute;
  top: 96vw;
}
.page--home .section--hero {
  height: 107vw;
  position: relative;
  margin-bottom: 13vw;
}
.page--home .section--hero .block--navigation {
  transform: rotate(90deg);
  position: absolute;
  left: 18%;
  top: 4vw;
  transform-origin: top left;
}
.page--home .section--hero .block--navigation .g-nav {
  display: none;
}
.page--home .section--hero .block--navigation h1 {
  width: 99vw;
}
.page--home .section--hero .block--bnr {
  width: 76%;
  position: absolute;
  right: 3%;
  top: 4vw;
}
.page--home .section--hero .block--bnr li a {
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  position: relative;
}
.page--home .section--hero .block--bnr li figure {
  margin-bottom: 10px;
}
.page--home .section--hero .block--bnr li .bnr-tit {
  display: inline-block;
  font-size: 14px;
  word-break: break-all;
}
.page--home .section--hero .block--bnr li .bnr-tit span {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 50%, #f2ff21 0%) repeat scroll 0 0;
}
.page--home .section--hero .block--bnr .slick-dots {
  display: block;
  height: 3px;
  position: absolute;
  z-index: 100;
  top: 71vw;
  left: 4%;
}
.page--home .section--hero .block--bnr .slick-dots li {
  display: inline-block;
  width: 15px;
  height: 20px;
  line-height: 1;
  margin-right: 4px;
}
.page--home .section--hero .block--bnr .slick-dots li button {
  width: 15px;
  height: 2px;
  -webkit-appearance: none;
  background: #fff;
  border: none;
  text-indent: -9999em;
}
.page--home .section--hero .block--bnr .slick-dots li.slick-active button {
  background: #f2ff21;
}
.page--home .block--navigation .g-nav ul {
  width: 610px;
  line-height: 1.3;
  margin-bottom: 16px;
}
.page--home .block--navigation li {
  display: inline-block;
  font-weight: 600;
  font-size: 32px;
  margin-right: 11px;
}
.page--home .block--navigation li i {
  font-size: 22px;
  vertical-align: 3px;
}
.page--home .area--information {
  padding: 16vw 0 0 5%;
  margin-bottom: 15vw;
}
.page--home .area--information.inview {
  opacity: 1;
}
.page--home .area--information .list--information {
  margin-bottom: 30px;
}
.page--home .area--information .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: end;
  justify-content: end;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
  width: 100%;
  padding: 0 2%;
  position: absolute;
  top: 0;
  left: 0;
}
.page--home .area--information .slick-dots::after {
  content: '';
  display: block;
  width: 88%;
  height: 3px;
  background: #000000;
  transform-origin: left;
  transform: skewX(-30deg) scaleX(0);
  transition: transform 0.8s;
  position: absolute;
  bottom: -2.2vw;
  left: 4.9%;
}
.page--home .area--information .slick-dots li {
  width: 32%;
  height: 10vw;
  text-align: center;
  position: relative;
}
.page--home .area--information .slick-dots li::before {
  content: '';
  display: block;
  width: 80%;
  height: 4vw;
  background: #f2ff21;
  position: absolute;
  top: 50%;
  left: 10%;
  margin-top: -4.5px;
  transform: scaleX(0);
  transform-origin: right;
  z-index: 1;
}
.page--home .area--information .slick-dots li:nth-of-type(3)::before {
  width: 60%;
}
.page--home .area--information .slick-dots li button {
  -webkit-appearance: none;
  border: none;
  text-indent: -9999px;
  background: no-repeat center;
  background-size: contain;
  position: relative;
  z-index: 1;
}
.page--home .area--information .slick-dots li:first-of-type button {
  width: 25vw;
  height: 6.5vw;
  background-image: url(/static/blueencount/cmn/home_news.svg);
}
.page--home .area--information .slick-dots li:nth-of-type(2) button {
  width: 28vw;
  height: 6.5vw;
  background-image: url(/static/blueencount/cmn/home_media.svg);
}
.page--home .area--information .slick-dots li:nth-of-type(3) button {
  width: 19vw;
  height: 6.5vw;
  background-position: center left;
  background-image: url(/static/blueencount/cmn/home_live.svg);
}
.page--home .area--information .slick-dots li.slick-active::before {
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.3s;
}
.page--home .area--information.view .slick-dots::after {
  transform: skewX(-30deg) scaleX(1);
}
.page--home .area--information .list__more {
  bottom: 8px;
}
.page--home .section {
  padding-right: 1%;
}
.page--home .section .block--title {
  display: none;
}
.page--home .section--media li.new .date::before {
  display: none;
}
.page--home .section--media li.new .category {
  position: relative;
}
.page--home .section--media li.new .category::after {
  content: 'NEW';
  font-family: alternate-gothic-condensed-a;
  font-size: 17px;
  line-height: 1;
  top: 1px;
  z-index: 1;
  position: relative;
  left: 8px;
}
.page--home .section--sns {
  margin-bottom: 10vw;
}
.page--home .section--video {
  overflow: hidden;
  position: relative;
  padding-top: 25vw;
  margin-bottom: 20vw;
}
.page--home .section--video .block--video {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.page--home .section--video .block--title {
  transform: rotate(90deg);
  transform-origin: top left;
  position: absolute;
  right: -48%;
  z-index: 100;
  top: 0;
}
.page--home .section--video .block--title .block-tit {
  width: 51vw;
  height: 17vw;
  background-image: url(/static/blueencount/cmn/home_video.svg);
}
.page--home .section--video .block--title .list__more {
  font-size: 4vw;
  top: -11vw;
  transform: rotate(-90deg);
  left: 47vw;
}
.page--home .section--video .list--video {
  display: block;
  width: 100%;
  margin: 0 auto 0 0;
  background: #fff;
}
.page--home .section--video li {
  width: 100%;
  margin-right: 2%;
  filter: grayscale(100);
  opacity: 0.3;
  transition: none;
}
.page--home .section--video li a {
  display: block;
  transition: none;
}
.page--home .section--video li figure {
  width: 83%;
  margin-bottom: 15px;
}
.page--home .section--video li .tit {
  font-weight: bold;
  font-size: 12px;
  word-break: break-all;
  padding: 0 20% 0 2%;
  line-height: 1.3;
}
.page--home .section--video .slick-current {
  opacity: 1;
}
.page--home .section--video .slick-slider {
  position: static;
}
.page--home .section--video .slick-arrow {
  display: inline-block;
  width: 9%;
  height: 51px;
  position: absolute;
  top: 43vw;
  right: 2%;
  z-index: 120;
}
.page--home .section--video .slick-arrow.arrow--prev {
  margin-right: 10.5%;
}
.page--home .section--video .slick-arrow.arrow--next::after {
  left: 22px;
}
.page--home .section--video .slick-arrow::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #000000;
  position: absolute;
  top: 26px;
  z-index: 10;
}
.page--home .section--video .slick-arrow::after {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background: #000000;
  border-radius: 6px;
  position: absolute;
  top: 24px;
  left: 2vw;
}
.page--home .section--video .slick-counter {
  width: 12vw;
  height: 11vw;
  position: absolute;
  font-family: alternate-gothic-condensed-a;
  font-weight: 600;
  color: #fff;
  mix-blend-mode: difference;
  top: 36vw;
  right: 21vw;
}
.page--home .section--video .slick-counter .current {
  position: absolute;
  font-size: 6vw;
  line-height: 0;
  top: 4vw;
  left: 2vw;
}
.page--home .section--video .slick-counter .current::after {
  content: '';
  display: block;
  width: 12vw;
  height: 1px;
  background: #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: 2.3vw;
  left: -1vw;
}
.page--home .section--video .slick-counter .total {
  display: block;
  position: absolute;
  bottom: 0;
  left: 7vw;
  font-size: 4vw;
  line-height: 1;
}
.page--home .section--video .slick-counter .total_shadow {
  display: none;
}
.page--home .section--latest {
  position: relative;
  padding-bottom: 10vw;
}
.page--home .section--latest .block--title {
  transform: rotate(90deg);
  transform-origin: top left;
  position: relative;
  left: 20%;
}
.page--home .section--latest .block--title .block-tit {
  width: 128vw;
  height: 17vw;
  background-image: url(/static/blueencount/cmn/home_latest.svg);
}
.page--home .section--latest .block--title .list__more {
  font-size: 20px;
  top: 4.5vw;
}
.page--home .section--latest .list--jacket {
  margin-bottom: 0;
}
.page--home .section--latest .block--jacket {
  position: relative;
}
.page--home .section--latest .block--contents {
  width: 76%;
  position: relative;
  top: -30px;
  left: 24%;
  background: #fff;
}
.page--home .section--latest .block--contents .block--contents__title .tit {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 9vw;
  color: #000000;
  text-align: right;
  letter-spacing: 0;
  position: relative;
  top: -6vw;
  left: -4%;
  z-index: 10;
  margin-bottom: -5px;
  text-shadow: -1px -1px 0 #fff;
}
.page--home .section--latest .block--contents .block--contents__title .tit span {
  display: block;
  line-height: 1;
  font-size: 3.5vw;
  margin-bottom: -7px;
  position: relative;
  left: -1px;
}
.page--home .section--latest .block--contents .block--contents__title .date {
  text-align: right;
  position: relative;
  left: -4%;
  font-size: 3.9vw;
  top: -5vw;
}
.page--home .section--latest .block--contents .block--contents__comment {
  width: 95%;
  font-size: 12px;
  line-height: 1.6;
  word-break: break-all;
  position: relative;
  left: 0;
}
.page--home .section--latest .list__more {
  left: 0;
  margin-top: 30px;
}
.page--home .section--bnr__footer .list--bnr {
  text-align: center;
  padding: 0 5%;
}
.page--home .section--bnr__footer li {
  display: inline-block;
  width: 48%;
}
.page--home .section--bnr__footer li:nth-child(odd) {
  margin-right: 2%;
}
.page--home .section--bnr__footer li:not(:last-child) {
  margin-bottom: 2vw;
}
.page--home .section--bnr__footer li a {
  display: block;
  line-height: 0;
  position: relative;
  border: 0.5px solid #ddd;
}
.page--home .section--bnr__footer li a p {
  display: none !important;
}
.page--home .inview {
  opacity: 0;
}
.page--home .section {
  position: relative;
}
.page--home .section.inview {
  transition: transform 0.5s cubic-bezier(0.18, 0.02, 0.36, 0.99);
  transform: translate3d(0, 40px, 0);
}
.page--home .section.view {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.page--home .section--video .block--title.inview {
  transition: transform 0.6s cubic-bezier(0.18, 0.02, 0.36, 0.99);
  transform: translate3d(0, 40px, 0) rotate(90deg);
}
.page--home .section--video .block--title.view.inview,
.page--home .section--latest .block--title.inview.view {
  opacity: 1;
  transform: translate3d(0, 0, 0) rotate(90deg);
}
.page--home .section--video .block--video.inview {
  transition: transform 0.8s cubic-bezier(0.18, 0.02, 0.36, 0.99) 0.3s;
  transform: translate3d(0, 40px, 0);
}
.page--home .section--latest .block--title.inview {
  transition: transform 0.6s cubic-bezier(0.18, 0.02, 0.36, 0.99);
  transform: translate3d(0, 40px, 0) rotate(90deg);
}
.page--home .section--latest .block--jacket.inview {
  transition: transform 0.8s cubic-bezier(0.18, 0.02, 0.36, 0.99) 0.4s;
  transform: translate3d(0, 40px, 0);
}
.page--home .block--contents__title.inview,
.page--home .block--contents__comment.inview {
  transition: transform 0.8s cubic-bezier(0.18, 0.02, 0.36, 0.99);
  transform: translate3d(0, 40px, 0);
}
.page--home .section--video .block--video.view.inview,
.page--home .section--latest .block--jacket.inview.view,
.page--home .block--contents__title.inview.view,
.page--home .block--contents__comment.inview.view {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.page--home .block--contents__title {
  background: #fff;
}
#next {
  text-align: center;
}
#next .list__more {
  margin: 40px auto 0;
  transition: 0.1s;
}
.list__more,
.detail__btn,
.loader {
  width: 5em;
  font-family: alternate-gothic-condensed-a;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  position: relative;
}
.list__more::before,
.detail__btn::before,
.loader::before {
  content: '';
  display: block;
  width: 60%;
  height: 3px;
  background: #000000;
  position: absolute;
  bottom: -5px;
  left: 0;
  -webkit-transform: skewX(-30deg);
  transform: skewX(-30deg);
}
.list__more a,
.detail__btn a,
.loader a {
  transition: none;
}
.section--list .list__more::before {
  left: 6px;
}
.loader {
  width: 100%;
  opacity: 0;
}
.loader::before {
  width: 100%;
  transform: scaleX(0);
  z-index: 1;
  transition: transform 0.4s;
  transform-origin: right;
}
.nowload .list__more {
  opacity: 0;
}
.nowload .loader {
  opacity: 1;
}
.nowload .loader::before {
  transform: scaleX(1);
  transform-origin: left;
}
.detail__btn {
  font-size: 17px;
  width: 2em;
  margin: 40px auto 0;
}
.detail__btn a::after {
  content: 'BACK';
  font-family: alternate-gothic-condensed-a;
}
.detail__btn::before {
  width: 70%;
}
/*  4.3 information
------------------------------ */
.page--info .block--share {
  margin: 0 0 40px;
}
.page--info .block--share li {
  display: inline-block;
  margin: 0 10px 0 0;
  vertical-align: middle;
  font-size: 18px;
  color: #999;
}
.page--info .block--share .share {
  font-size: 12px;
  font-family: alternate-gothic-condensed-a;
  font-weight: 600;
}
.page--info .block--share svg {
  fill: #999;
  vertical-align: -3px;
}
.page--info .block--share a {
  color: #999;
}
.page--info .block--select {
  margin-left: 5px;
}
.page--info .block--select select {
  -webkit-appearance: none;
  display: inline-block;
  background: none;
  font-family: alternate-gothic-condensed-a, sans-serif;
  font-weight: 600;
  font-size: 19px;
  line-height: 1.2;
  margin-right: 9px;
  position: relative;
  border: none;
}
.section--detail .tit,
.page--questionnaire header + section .tit {
  color: inherit;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.07em;
  font-weight: normal;
  line-height: 1.2;
  margin: 0 0 10px;
  word-break: break-all;
}
.section--detail .event-date span,
.page--questionnaire header + section .event-date span {
  display: inline-block;
  margin-left: 5px;
  vertical-align: 4px;
  width: 19px;
  height: 19px;
  line-height: 18px;
  font-size: 10px;
  border: 1px solid;
  border-radius: 10px;
  text-align: center;
  font-weight: bold;
}
.section--detail .date,
.page--questionnaire header + section .date {
  margin: 0 0 25px;
  font-weight: bold;
}
.section--detail .category,
.page--questionnaire header + section .category {
  font-size: 12px;
  font-family: alternate-gothic-condensed-a;
  font-weight: 600;
}
.section--detail .category a,
.page--questionnaire header + section .category a {
  color: #f2ff21;
}
.section--detail .txt,
.page--questionnaire header + section .txt {
  margin: 0 0 20px;
  line-height: 2em;
}
.section--detail .txt a,
.page--questionnaire header + section .txt a {
  text-decoration: underline;
  color: #000000;
}
.section--detail .txt a:hover,
.page--questionnaire header + section .txt a:hover {
  opacity: 0.5;
}
.youtube {
  position: relative;
  width: 100%;
  margin: 20px 0;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%!important;
  height: 100%!important;
}
/*  biography
------------------------------ */
.biography .ph {
  margin: 0 0 20px;
}
.biography .band {
  margin: 0 0 20px;
  color: inherit;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.07em;
  text-align: center;
  font-family: alternate-gothic-condensed-a;
}
.biography .band span {
  display: block;
  font-size: 14px;
}
.biography .band + .txt--basic {
  text-align: center;
  font-family: alternate-gothic-condensed-a;
  letter-spacing: 0;
  margin-bottom: 0.5em;
}
/*  discograpy
------------------------------ */
.page--disco .block--modal::before {
  content: '';
  display: block;
  width: 100%;
  min-height: 100%;
  background: #000;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  pointer-events: none;
  transition: opacity 0.4s;
}
.page--disco .block--category {
  top: 44vw;
  left: 4%;
  background: none;
}
.page--disco .section--detail .section-tit,
.page--disco .section--detail .block--category {
  display: none;
}
.page--disco .block--modal {
  width: 100%;
  height: 100%;
  padding-bottom: 30px;
  position: fixed;
  top: 150%;
  left: 0;
  z-index: 9990;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  transition: 0.3s ease;
  pointer-events: none;
}
.page--disco .block--modal .inner {
  min-height: 100%;
  height: 100%;
  width: 98%;
  padding-top: 11vw;
  position: relative;
  left: 1%;
  z-index: 100;
}
.page--disco .block--modal .block--modal__close {
  width: 100%;
  height: 40px;
  text-align: center;
  position: absolute;
  z-index: 100;
  top: 11vw;
}
.page--disco .block--modal .block--modal__close::before {
  content: '';
  display: block;
  width: 1em;
  height: 1em;
  border-top: 3px solid #000000;
  border-right: 3px solid #000000;
  transform: rotate(135deg);
  margin: 10px auto 0;
}
.page--disco .block--modal .area--disco-detail {
  display: none;
  min-height: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 40px 5% 50px;
}
.page--disco.discoOpen .section--list {
  z-index: 100;
}
.page--disco.discoOpen .block--modal::before {
  pointer-events: auto;
  z-index: 10;
  opacity: 0.4;
  z-index: 100;
}
.page--disco.discoOpen .block--modal.showDetail {
  top: 0;
  pointer-events: auto;
  z-index: 9999;
}
.page--disco .showDetail .area--disco-detail {
  display: block;
}
.page--disco .section--detail .list--jacket {
  margin-bottom: 0;
}
.page--disco .ph.one {
  margin-bottom: 20px;
}
.block--category li a {
  text-transform: uppercase;
}
.list--discography {
  margin-top: 70px;
  padding: 8px 0;
}
.list--discography a {
  display: block;
  color: inherit;
  position: relative;
  padding: 7px 0;
}
.list--discography .tit {
  margin: 0;
  word-break: break-all;
}
.list--discography .text {
  margin: 0 0 20px;
}
.list--discography .date {
  position: relative;
}
.list--discography .date span {
  position: absolute;
  right: 0;
}
.list--discography .auth {
  font-size: 10px;
  margin-left: 20px;
  padding: 3px 4px;
  background: #eee;
  color: #999;
}
.list--discography .category {
  display: inline-block;
  font-size: 15px;
  background: none !important;
  margin: 0 5px;
}
.list--discography .category span {
  display: inline-block;
  line-height: 1.1;
  padding: 0 3px;
}
.list--discography::after {
  display: table;
  content: "";
  clear: both;
}
.list--discography li .category {
  line-height: 1;
  margin: 0;
}
.list--discography li figure {
  width: 25%;
  margin-right: 3%;
  float: left;
}
.list--discography li .block--text {
  line-height: 1.4;
  padding: 0;
  margin-top: -5px;
}
.list--discography li .tit span {
  display: block;
  font-size: 10px;
  line-height: 1;
  margin: 4px 0 0;
}
.list--discography li .date::after {
  content: 'RELEASE';
  display: inline-block;
  font-weight: normal;
  padding-left: 5px;
}
.area--disco-detail {
  width: 100%;
  position: relative;
}
.area--disco-detail .date {
  margin-bottom: 20px;
}
.area--disco-detail .thumb {
  margin-bottom: 30px;
}
.area--disco-detail .comment a {
  color: #000000;
  text-decoration: underline;
}
.area--disco-detail .comment a[target="_blank"]:not([class])::after {
  font-family: FontAwesome;
  display: inline-block;
  position: relative;
  top: 0.1em;
  content: "\f08e";
}
.area--disco-detail .block--jacket figure {
  position: relative;
  z-index: 10;
}
.area--disco-detail .block--jacket figcaption {
  color: inherit;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: center;
  padding-top: 20px;
}
.area--disco-detail .block--detail .tit {
  color: inherit;
  font-size: 42px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.07em;
  font-size: 24px;
  letter-spacing: 0;
  word-break: break-all;
  margin-bottom: 0;
}
.area--disco-detail .block--detail .tit span {
  display: block;
  font-size: 13px;
  line-height: 1;
  margin: 15px 0 -2px;
}
.area--disco-detail .block--detail .block--comment a {
  color: #000000;
}
.area--disco-detail .block--detail .category {
  font-size: 16px;
  font-family: alternate-gothic-condensed-a;
  font-weight: 600;
  text-align: left;
  line-height: 1;
}
.area--disco-detail .block--detail .tax-code {
  font-size: 11px;
  margin-bottom: 10px;
}
.area--disco-detail .block--detail .block--review {
  padding: 10px 0 0;
}
.area--disco-detail .block--detail .block--review ul {
  text-align: center;
}
.area--disco-detail .block--detail .block--review li {
  display: inline-block;
  list-style: none;
  margin: 0 5px 15px;
}
.area--disco-detail .block--detail .block--review a {
  display: block;
}
.area--disco-detail .block--detail .block--review a[target="_blank"]:not([class])::after {
  display: none;
}
.area--disco-detail .block--detail .block--review a img {
  height: 30px;
}
.area--disco-detail .block--detail .block--review .comment a {
  color: #000000;
  text-decoration: underline;
}
.area--disco-detail .block--detail .block--review .comment a[target="_blank"]:not([class])::after {
  font-family: FontAwesome;
  display: inline-block;
  position: relative;
  top: 0.1em;
  content: "\f08e";
}
.list--jacket {
  margin-bottom: 40px;
}
.list--jacket li,
.list--jacket .list--jacket__item {
  margin-right: 15px;
}
.list--jacket li .ph,
.list--jacket .list--jacket__item .ph {
  margin-bottom: 5px;
}
.block--track .title {
  display: inline-block;
  margin: 0 0 10px;
  font-weight: bold;
  border: 1px solid;
  padding: 2px 8px;
  line-height: 1em;
}
.block--track .list--track {
  margin: 0 0 20px;
}
.block--track .list--track .num {
  margin-right: 5px;
}
.block--track .list--track li {
  list-style: none;
}
.block--track .list--track a {
  pointer-events: none;
  cursor: default;
}
/* 4.1 parts
------------------------------ */
.page--info.category1 .section-tit {
  width: 30vw;
  background-image: url(/static/blueencount/cmn/tit_news.svg);
}
.page--info.category2 .section-tit {
  width: 21vw;
  background-image: url(/static/blueencount/cmn/tit_live.svg);
}
.page--info.category3 .section-tit {
  width: 30vw;
  background-image: url(/static/blueencount/cmn/tit_media.svg);
}
.page--info.category4 .section-tit {
  width: 143px;
  background-image: url(/static/blueencount/cmn/tit_video.svg);
}
.page--disco .section-tit {
  width: 62vw;
  height: 9.5vw;
  background-image: url(/static/blueencount/cmn/tit_discography.svg);
}
.page--bio .section-tit {
  width: 54vw;
  height: 9.5vw;
  background-image: url(/static/blueencount/cmn/tit_biography.svg);
}
.page--schedule .section-tit {
  background-image: url(/static/blueencount/cmn/tit_schedule.svg);
}
/* 4.3 inforamtion
------------------------------ */
.page--info .section--list .list--information {
  border-top: 0.5px solid #eee;
}
.page--info .section--list .list--information li {
  border-bottom: 0.5px solid #eee;
}
.page--info .section--list .list--information li .date {
  font-size: 15px;
}
.page--info .section--list .list--information li .tit {
  transition: 0.2s;
}
.page--info .section--list .list--information li.open .tit {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.page--info .section--list .list--information li.new .date:before {
  left: 74px;
  top: -3px;
}
.page--info .section--list .list--information dt {
  padding: 10px 0;
}
.page--info .section--list .list--information dd {
  display: none;
}
.page--info .section--list .list--information .category {
  margin-right: 20px;
}
/* MEDIA */
.page--info .block--category {
  top: 44vw;
  left: 4%;
}
.page--info .block--category + .list--information {
  margin-top: 80px;
}
.page--info .section--list .list--information .category {
  margin-right: 10px;
  line-height: 1.2;
}
.page--info .date::before {
  display: none;
}
.page--info.category3 .new .date::before {
  display: none !important;
}
.new .category::after {
  content: 'NEW';
  font-family: alternate-gothic-condensed-a;
  font-size: 17px;
  line-height: 1;
  top: 1px;
  z-index: 1;
  position: relative;
  left: 8px;
}
.block--archive {
  display: none;
  border-top: 2px solid #000;
  margin-top: 50px;
  padding-top: 50px;
}
.block--archive .block-tit {
  background-image: url(/static/blueencount/cmn/tit_archive.svg);
  width: 130px;
  height: 33px;
  margin-bottom: 20px;
}
/* 4.4 biography
------------------------------ */
.page--bio figure {
  margin-bottom: 30px;
}
.page--bio .band {
  font-size: 30px;
  letter-spacing: 0;
  line-height: 1;
}
.page--bio .list--member {
  width: 70%;
  margin: 0 auto 40px;
}
.page--bio .list--member::after {
  display: table;
  content: "";
  clear: both;
}
.page--bio .list--member dt {
  width: 36vw;
  float: left;
}
.page--bio .list--member dd {
  padding-left: 30vw;
  padding-bottom: 10px;
}
.page--bio .list--member dd a {
  display: inline-block;
  margin-right: 5.5vw;
}
.page--bio .list--member dd a:last-child {
  margin-right: 0;
}
.page--bio .list--member dd a i {
  font-size: 18px;
}
/* 4.4 questionnaire
------------------------------ */
.page--questionnaire header + section .section-tit {
  text-indent: 0;
  font-size: 24px;
}
.page--questionnaire header + section .form--post {
  margin-bottom: 60px;
}
.page--questionnaire .input--half {
  width: 75% !important;
}
.page--questionnaire.complete .btn--sub {
  font-size: 16px;
  font-weight: 600;
  font-family: alternate-gothic-condensed-a, -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ Pro W3", sans-serif;
}
.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;
}
/* 5.1 tablet
------------------------------ */
@media screen and (min-width: 758px) {
  body {
    font-size: 16px;
  }
  .txt--basic {
    font-size: 16px;
  }
  .txt--sub {
    font-size: 13px;
  }
  .detail__btn::before {
    width: 27%;
  }
  .page--home .section--hero .block--navigation {
    left: 20%;
    top: 6vw;
  }
  .page--home .section--hero .block--navigation h1 {
    width: 95vw;
  }
  .page--home .section--hero .block--bnr li .bnr-tit {
    font-size: 26px;
    line-height: 1.4;
  }
  .page--home .section--hero .block--bnr {
    width: 70%;
    right: 5%;
    top: 6vw;
  }
  .page--home .section--hero .block--bnr .slick-dots {
    top: 66vw;
  }
  .page--home .section--hero .block--bnr .slick-dots li {
    width: 25px;
  }
  .page--home .section--hero .block--bnr .slick-dots li button {
    width: 25px;
  }
  .drawer__btn {
    width: 55px;
    height: 55px;
    top: 38px;
  }
  .drawer__btn span {
    width: 40px;
    height: 4px;
  }
  .page--home header .drawer__btn {
    right: 5%;
  }
  .drawer__btn :nth-of-type(1) {
    top: 12px;
  }
  .drawer__btn :nth-of-type(2) {
    top: 25px;
  }
  .drawer__btn :nth-of-type(3) {
    top: 38px;
  }
  .page--home:not(.drawer-visible) .drawer__btn {
    top: 94vw;
  }
  .page--home.homeHeaderFixed header {
    height: 108px;
  }
  .page--home.homeHeaderFixed header .drawer__btn {
    top: 29px;
  }
  .page--home .area--information {
    padding: 12vw 0 0 5%;
    margin-bottom: 8vw;
  }
  .page--home .area--information section {
    padding-bottom: 60px;
  }
  .page--home .area--information .slick-dots {
    margin-left: -5%;
  }
  .page--home .area--information .slick-dots::after {
    left: 9.9%;
  }
  .page--home .area--information .slick-dots li {
    height: 7vw;
  }
  .page--home .area--information .slick-dots li:first-of-type button {
    width: 25vw;
    height: 5.5vw;
  }
  .page--home .area--information .slick-dots li:nth-of-type(2) button {
    width: 28vw;
    height: 5.5vw;
  }
  .page--home .area--information .slick-dots li:nth-of-type(3) button {
    width: 19vw;
    height: 5.5vw;
  }
  .page--home .area--information .slick-dots li::before {
    width: 60%;
    height: 2.5vw;
    left: 20%;
    margin-top: 0.5vw;
  }
  .page--home .area--information .slick-dots li:nth-of-type(3)::before {
    width: 45%;
    left: 14%;
  }
  .list--information .date,
  .list--discography .date {
    font-size: 15px;
  }
  .list--information .tit,
  .list--discography .tit {
    font-size: 18px;
  }
  .list--information li a,
  .list--discography li a {
    padding: 10px 0 16px;
  }
  .list__more,
  .detail__btn,
  .loader {
    width: 5em;
    font-size: 22px;
  }
  .list__more::before,
  .detail__btn::before,
  .loader::before {
    height: 4px;
    bottom: -9px;
  }
  .page--home .section--sns {
    margin-bottom: 15vw;
  }
  .list--sns a {
    font-size: 42px;
  }
  .list--sns a svg {
    width: 36px;
    height: 36px;
  }
  .list--sns li:not(:last-of-type) {
    margin-right: 40px;
  }
  .page--home .section--video li .tit {
    font-size: 22px;
  }
  .page--home .section--video .slick-arrow {
    top: 48vw;
  }
  .page--home .section--video li figure {
    width: 79%;
  }
  .page--home .section--video .block--title {
    right: -46%;
  }
  .page--home .section--video .slick-counter {
    right: 25vw;
  }
  .page--home .section--video .slick-arrow {
    top: 42vw;
    right: 4%;
  }
  .page--home .section--latest .block--title {
    left: 22%;
  }
  .page--home .section--latest .block--contents {
    width: 68%;
    left: 28%;
  }
  .page--home .section--latest .block--contents .block--contents__comment {
    font-size: 15px;
  }
  .headerFixed header {
    height: 120px;
  }
  .drawer {
    padding: 140px 7vw 7vw;
  }
  .drawer .g-nav__official li a {
    font-size: 5vw;
  }
  .drawer .g-nav__sns {
    margin: 20px auto 40px;
  }
  header h1 a {
    width: 30%;
    height: 6vw;
    left: 7%;
    top: 40px;
  }
  .drawer .g-nav__sns li {
    margin-right: 20px;
  }
  .drawer .g-nav__sns li a {
    font-size: 34px;
  }
  .drawer .g-nav__sns li a svg {
    width: 26px;
    height: 26px;
  }
  .drawer .g-nav.fc .g-nav-tit {
    margin-bottom: 30px;
  }
  .drawer .g-nav.fc a {
    font-size: 3.2vw;
  }
  .drawer .g-nav.fc a span {
    font-size: 2vw;
  }
  .section--list,
  .section--detail {
    padding: 26vw 7% 60px;
  }
  .page--info.category1 .section-tit {
    width: 23vw;
  }
  .page--info .section--list .list--information dt {
    padding: 15px 0;
  }
  .page--info .section--list .list--information li .date {
    font-size: 15px;
  }
  .page--info .section--list .list--information li.open .tit {
    font-size: 30px;
  }
  .loader {
    width: 100%;
  }
  .page--info .block--category {
    top: 39vw;
    left: 6%;
  }
  .block--category li {
    font-size: 26px;
  }
  .block--category li:not(:last-of-type)::after {
    height: 24px;
  }
  .page--info .block--select select {
    font-size: 26px;
  }
  .page--bio .section-tit {
    width: 50vw;
  }
  .page--bio .band {
    font-size: 7vw;
  }
  .list--contents li {
    margin-bottom: 40px;
  }
  .list--contents li figure {
    margin-bottom: 10px;
  }
  .list--contents li .tit {
    font-size: 13px;
    line-height: 1.4;
  }
  .page--disco .section-tit {
    width: 57vw;
  }
  .page--disco .block--category {
    top: 39vw;
    left: 6%;
  }
  .list--discography li .category {
    font-size: 14px;
  }
  .list--discography li .tit span {
    font-size: 12px;
  }
  .page--disco .ph.one {
    width: 70%;
    margin: 40px auto 60px;
  }
  .page--disco .block--modal .area--disco-detail {
    padding-top: 60px;
  }
  .page--disco .block--modal .block--modal__close {
    height: 60px;
  }
  .page--disco .block--modal .block--modal__close::before {
    margin: 20px auto 0;
  }
}
