/* ---------------------------------------
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 typography
	2.2 button
	2.3 form
	2.4 list
	2.5 pagenation
3.0 layout
	3.1 base
	3.2 header
	3.3 footer
	3.4 loading
	3.5 navigataion
4.0 page
	4.1 home
	4.2 information
	4.3 wallpaper
	4.4 discography
	4.5 biography
	4.6 contact
5.0 sp
	5.1.1
6.0 device support
	6.1 android browser
-------------------------------------------- */
@import url(//use.typekit.net/rmq1fnw.css);
/* 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,
embed,
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 {
  max-width: 100%;
}
::selection {
  background: #18181c;
  color: #fff;
}
::-moz-selection {
  background: #18181c;
  color: #fff;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline: none;
}
a {
  cursor: pointer;
}
/* 1.2 clearfix
------------------------------ */
.clearfix::after {
  display: table;
  content: "";
  clear: both;
}
/* 2.0 component
============================== */
/* 2.1 typography
------------------------------ */
.tit--page {
  color: inherit;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0;
  margin: 0 0 1em;
}
.tit--menu {
  color: inherit;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0em;
  margin: 0 0 1em;
  opacity: 0.5;
}
.section-tit {
  font-family: 'futura-pt', serif;
  font-weight: 600;
  color: inherit;
  font-size: 50px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0;
  width: 100%;
  text-align: center;
  padding: 30px 0;
}
.txt--lead {
  color: inherit;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.5;
  margin: 0 0 1em;
}
.txt--basic {
  color: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin: 0 0 1em;
}
.txt--sub {
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0em;
}
.txt--center {
  text-align: center;
}
.tit {
  color: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-family: 'Noto Sans JP', serif;
  word-break: break-word;
  letter-spacing: 0;
}
.tit span.line-animation {
  background: none;
}
.txt {
  color: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  word-wrap: break-word;
}
.date {
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0em;
  font-family: 'futura-pt', serif;
  font-weight: 600;
  display: inline-block;
  line-height: 1;
  letter-spacing: 0.05em;
  margin: 0 0 5px;
}
.date span {
  display: none;
}
.date--event {
  color: inherit;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.5;
}
.category {
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0em;
  font-family: 'futura-pt', serif;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  color: #18181c;
  display: inline-block;
  line-height: 1;
  text-transform: uppercase;
  margin-right: 40px;
  position: relative;
}
.new .tit::after {
  content: 'NEW';
  display: inline-block;
  color: #b93434;
  font-family: rig-solid-bold-reverse, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 0;
  top: 1px;
  position: relative;
  left: 6px;
  mix-blend-mode: multiply;
}
/* 2.2 button
------------------------------ */
.btn {
  text-align: center;
  margin: 1em 0;
}
.btn--main {
  color: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  -webkit-appearance: none;
  display: inline-block;
  min-width: 75%;
  text-align: center;
  text-decoration: none;
  line-height: 3.4;
  border-radius: 1.7em;
  padding: 0 1.5em;
  cursor: pointer;
  color: #fff;
  border: none;
  background: #18181c;
}
.btn--sub {
  color: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  -webkit-appearance: none;
  display: inline-block;
  min-width: 75%;
  text-align: center;
  text-decoration: none;
  line-height: 3.4;
  border-radius: 1.7em;
  padding: 0 1.5em;
  cursor: pointer;
  background: transparent;
  color: #18181c;
  border: 1px solid #18181c;
}
.btn--chevron {
  display: inline-block;
  background: transparent;
  color: #888;
  position: relative;
}
.btn--chevron::after {
  display: block;
  content: '';
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #888;
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  right: -0.75em;
  top: 50%;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.btn--join {
  color: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  -webkit-appearance: none;
  display: inline-block;
  min-width: 75%;
  text-align: center;
  text-decoration: none;
  line-height: 3.4;
  border-radius: 1.7em;
  padding: 0 1.5em;
  cursor: pointer;
  color: #18181c;
  border: 1px solid #18181c;
}
.btn--login {
  color: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  -webkit-appearance: none;
  display: inline-block;
  min-width: 75%;
  text-align: center;
  text-decoration: none;
  line-height: 3.4;
  border-radius: 1.7em;
  padding: 0 1.5em;
  cursor: pointer;
  color: #18181c;
}
.detail__btn {
  text-align: center;
  margin-top: 80px;
}
.detail__btn a {
  display: inline-block;
  text-decoration: none;
  color: #18181c;
  font-size: 16px;
  position: relative;
  transition: 0.2s;
}
.detail__btn a::after {
  font-family: 'futura-pt', serif;
  font-weight: 600;
  content: 'BACK';
  letter-spacing: 0.05em;
}
.detail__btn a:hover {
  color: #b93434;
}
.detail__btn a:hover svg {
  fill: #b93434;
}
.detail__btn svg {
  display: none;
  transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  width: 25px;
  height: 7px;
  margin-right: 5px;
}
/* 2.3 form
------------------------------ */
.form dt {
  margin: 3em 0 1em;
}
.form dd {
  margin: 0 0 1em;
}
/* placeholder */
::-webkit-input-placeholder {
  color: #ccc;
}
::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #ccc;
}
:-moz-placeholder {
  color: #ccc;
}
/* 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: 30px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.5;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border-radius: 0.3em;
  border: 1px solid #888;
  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: #b93434;
  border-color: #b93434;
}
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: 30px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.5;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border-radius: 0.3em;
  border: 1px solid #888;
  padding: 0.5em;
  height: 10em;
}
textarea:focus {
  border-color: inherit;
}
textarea.form__error {
  background: #fff0ea;
  color: #b93434;
  border-color: #b93434;
}
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 {
  color: inherit;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.5;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border-radius: 0.3em;
  border: 1px solid #888;
  padding: 0.5em;
  padding-right: 1.5em;
}
.form__select select:focus {
  border-color: inherit;
}
.form__select select.form__error {
  background: #fff0ea;
  color: #b93434;
  border-color: #b93434;
}
.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 #888;
  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: 30px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.5;
  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: #b93434;
}
.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: #18181c;
  border-color: #18181c;
}
.form__checkbox :checked ~ p::after {
  top: 50%;
  opacity: 1;
}
/* radio */
.form__radio label p {
  color: inherit;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.5;
  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: #b93434;
}
.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: #18181c;
  border-width: 0.3em;
}
/* toggle button */
.form__toggle label p {
  color: inherit;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.5;
  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: #b93434;
}
.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: #18181c;
  border-color: #18181c;
}
.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;
}
/* 2.4 list
------------------------------ */
.list__more {
  display: block;
  padding-top: 100px;
  text-align: center;
}
.list__more a {
  display: inline-block !important;
  width: auto;
  position: relative;
  font-family: 'futura-pt', serif;
  font-weight: 800;
  font-size: 16px;
  letter-spacing: 0.03em;
  margin: 0 0 0 auto;
  transition: 0.2s;
}
.list__more a:hover {
  color: #b93434;
}
.hover-base {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 50%, #b93434 0%) repeat scroll 0 0;
  -webkit-background-size: 97% 200%;
  background-size: 97% 200%;
  -ms-background-position: 0% 0%;
  background-position: 0% 0%;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
a span.line-animation {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 50%, #b93434 0%) repeat scroll 0 0;
  -webkit-background-size: 97% 200%;
  background-size: 97% 200%;
  -ms-background-position: 0% 0%;
  background-position: 0% 0%;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
a:hover span.line-animation {
  -ms-background-position: 0% 50%;
  background-position: 0% 50%;
}
/*  information */
.list--information li:not(:last-child) {
  margin-bottom: 15px;
}
.list--information a {
  display: block;
  color: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  padding: 0;
  position: relative;
}
.list--information a:hover .tit span {
  color: #b93434;
}
.list--information .tit {
  color: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.list--information .date {
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0em;
  font-family: 'futura-pt', serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-family: 'Montserrat', sans-serif;
  line-height: 1;
  display: inline-block;
  margin: 0 0 5px;
}
.list--information .date--event {
  color: inherit;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.5;
}
.list--information .category {
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0em;
  font-family: 'futura-pt', serif;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  color: #18181c;
  display: inline-block;
  margin: 0 5px 0 0;
  position: relative;
}
.list--information .thumb {
  width: 100%;
  line-height: 0;
  margin: 0 0 0.5em 0;
  overflow: hidden;
}
.list--information .no-data {
  font-size: 13px;
  padding: 5px 20px 10px;
  opacity: 0.8;
}
.list--information a {
  padding: 15px 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.list--information a:hover {
  border-radius: 10px;
  box-shadow: 0 5px 7px 2px rgba(0, 0, 0, 0.1);
  transform: translateY(-10px);
}
.list--information .date + .date {
  position: relative;
  margin-left: 13px;
}
.list--information .date + .date::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 1px;
  background: #18181c;
  margin: 0;
  vertical-align: -1px;
  position: absolute;
  left: -14px;
  top: 6px;
}
.list--information .category::before {
  top: 11px;
}
.list--information__content,
.list--discography {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
}
.list--information__content li,
.list--discography li {
  width: 48%;
  margin-bottom: 40px;
}
.list--information__content li a,
.list--discography li a {
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 12px 14px 2px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
}
.list--information__content li .category,
.list--discography li .category {
  display: inline-block;
  position: relative;
  margin-right: 10px;
}
.list--information__content li figure,
.list--discography li figure {
  position: relative;
}
.list--information__content li figure img,
.list--discography li figure img {
  display: block;
  width: 100%;
  background: no-repeat center;
  background-size: cover;
  border-radius: 10px;
  box-shadow: 0px 12px 14px 2px rgba(0, 0, 0, 0.16);
}
.list--information__content li figure::before,
.list--discography li figure::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #18181c;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  border-radius: 10px;
  transform: scaleY(0);
  opacity: 1;
  transition: 0.3s;
}
.list--information__content li a:hover figure::before,
.list--discography li a:hover figure::before {
  transform: scaleY(1);
}
.list--information__content li a:hover .tit,
.list--discography li a:hover .tit {
  opacity: 1;
}
.list--information__content .tit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #fff;
  font-family: 'Noto Sans JP', serif;
  font-weight: bold;
  text-align: center;
  font-size: 2vw;
  word-break: break-word;
  padding: 0 5%;
  line-height: 1.1;
  letter-spacing: 0.01em;
  z-index: 100;
  opacity: 0;
}
.list--information__content .tit::after {
  position: absolute;
  top: 20px;
  left: auto;
  right: 10px;
}
.list--information__content .tit span {
  color: #fff !important;
}
.list--discography {
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.list--discography li {
  width: 30%;
  margin-right: 5%;
}
.list--discography li:nth-child(3n) {
  margin-right: 0;
}
.list--discography li a {
  display: block;
  position: relative;
}
.list--discography li a .block--text {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 5%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 100;
  transition: 0.3s;
}
.list--discography li a .block--text .tit {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.2;
  margin: -4px 0 2px;
}
.list--discography li a .block--text .tit span {
  display: block;
  font-size: 15px;
}
.list--discography li a .block--text .category {
  color: #fff;
}
.list--discography li a .block--text .category::before {
  background: #fff;
  top: 5px;
}
.list--discography li a:hover .block--text {
  opacity: 1;
}
.list--contents li:not(:last-child) {
  margin-bottom: 15px;
}
.list--contents a {
  display: block;
  color: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  padding: 0;
  position: relative;
}
.list--contents a:hover .tit span {
  color: #b93434;
}
.list--contents .tit {
  color: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.list--contents .date {
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0em;
  font-family: 'futura-pt', serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-family: 'Montserrat', sans-serif;
  line-height: 1;
  display: inline-block;
  margin: 0 0 5px;
}
.list--contents .date--event {
  color: inherit;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.5;
}
.list--contents .category {
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0em;
  font-family: 'futura-pt', serif;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  color: #18181c;
  display: inline-block;
  margin: 0 5px 0 0;
  position: relative;
}
.list--contents .thumb {
  width: 100%;
  line-height: 0;
  margin: 0 0 0.5em 0;
  overflow: hidden;
}
.list--contents .no-data {
  font-size: 13px;
  padding: 5px 20px 10px;
  opacity: 0.8;
}
.list--contents li {
  width: 47.5%;
  float: left;
  margin-right: 5%;
}
.list--contents li:nth-child(even) {
  margin-right: 0;
}
.list--contents li:nth-last-child(-n+2) {
  margin-bottom: 0;
}
.list--qa li:not(:last-child) {
  margin-bottom: 15px;
}
.list--qa a {
  display: block;
  color: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  padding: 0;
  position: relative;
}
.list--qa a:hover .tit span {
  color: #b93434;
}
.list--qa .tit {
  color: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.list--qa .date {
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0em;
  font-family: 'futura-pt', serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-family: 'Montserrat', sans-serif;
  line-height: 1;
  display: inline-block;
  margin: 0 0 5px;
}
.list--qa .date--event {
  color: inherit;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.5;
}
.list--qa .category {
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0em;
  font-family: 'futura-pt', serif;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  color: #18181c;
  display: inline-block;
  margin: 0 5px 0 0;
  position: relative;
}
.list--qa .thumb {
  width: 100%;
  line-height: 0;
  margin: 0 0 0.5em 0;
  overflow: hidden;
}
.list--qa .no-data {
  font-size: 13px;
  padding: 5px 20px 10px;
  opacity: 0.8;
}
.list--qa .name {
  position: relative;
  padding-left: 2px;
}
.list--qa .name::before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 11px;
  background: #18181c;
  margin-right: 6px;
  vertical-align: -1px;
}
.list--support li:not(:last-child) {
  margin-bottom: 15px;
}
.list--support a {
  display: block;
  color: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  padding: 0;
  position: relative;
}
.list--support a:hover .tit span {
  color: #b93434;
}
.list--support .tit {
  color: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.list--support .date {
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0em;
  font-family: 'futura-pt', serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-family: 'Montserrat', sans-serif;
  line-height: 1;
  display: inline-block;
  margin: 0 0 5px;
}
.list--support .date--event {
  color: inherit;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.5;
}
.list--support .category {
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0em;
  font-family: 'futura-pt', serif;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  color: #18181c;
  display: inline-block;
  margin: 0 5px 0 0;
  position: relative;
}
.list--support .thumb {
  width: 100%;
  line-height: 0;
  margin: 0 0 0.5em 0;
  overflow: hidden;
}
.list--support .no-data {
  font-size: 13px;
  padding: 5px 20px 10px;
  opacity: 0.8;
}
.list--support li:not(:last-child) {
  margin-bottom: 0;
}
.list--support li:first-child {
  border-top: 1px solid #eee;
}
.list--support a {
  border-bottom: 1px solid #eee;
  padding: 1em 5% 1em 6%;
}
.list--support a::before {
  content: '';
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #888;
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  right: 0.25em;
  top: 50%;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
/* menu */
.list--menu {
  border: 0.5px solid rgba(150, 150, 150, 0.5);
  border-left: none;
  border-right: none;
  padding: 0 0 0 5%;
  margin: 0 -5.5% 30px -5.5%;
}
.list--menu li {
  padding-right: 5%;
  position: relative;
}
.list--menu li:not(:last-child) {
  border-bottom: 0.5px solid rgba(150, 150, 150, 0.5);
}
.list--menu span {
  display: block;
  color: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  padding: 1em 0;
  position: relative;
}
.list--menu a {
  display: block;
  color: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  padding: 1em 0;
  position: relative;
  padding-right: 2em;
}
.list--menu a::after {
  content: '';
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #888;
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  right: 0.25em;
  top: 50%;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.list--menu label {
  display: block;
  color: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  padding: 1em 0;
  position: relative;
  padding-right: 50px;
}
.list--menu .menu__status {
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0em;
  line-height: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 50%;
  opacity: 0.5;
}
.list--point {
  width: 80%;
  margin-bottom: 20px;
}
.list--point dt {
  width: 7em;
  height: 50px;
  float: left;
  clear: both;
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0em;
  line-height: 53px;
}
.list--point dd {
  border-bottom: 0.5px solid #f0f0f0;
  height: 50px;
  line-height: 50px;
  padding-left: 7em;
}
.list--bnr--sub {
  padding: 0 5% 40px 5%;
}
.list--bnr--sub li a {
  display: block;
  font-size: 11px;
  color: #18181c;
  text-align: center;
  border: 1px solid #18181c;
  padding: 14px;
}
.list--bnr--sub li a[target="_blank"]:not([class])::after {
  display: none;
}
.page--home .list--bnr .slick-slide a {
  overflow: inherit;
}
.page--home .list--bnr .slick-slide img {
  box-shadow: 20px 20px 26px rgba(0, 0, 0, 0.16);
}
.list--category {
  margin: -30px 0 50px;
  text-align: center;
}
.list--category li {
  display: inline-block;
  color: inherit;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.5;
  font-family: 'futura-pt', serif;
  font-weight: 600;
  text-transform: uppercase;
}
.list--category li.current a {
  color: #fff;
}
.list--category li.current a::before,
.list--category li.current a:hover::before {
  display: block;
  background: #18181c;
  opacity: 1;
}
.list--category li a {
  display: block;
  height: 24px;
  margin-right: 15px;
  position: relative;
  z-index: 1;
  transition: 0.2s;
}
.list--category li a::before {
  content: '';
  width: 100%;
  height: 4px;
  background: #18181c;
  position: absolute;
  bottom: -2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  width: calc(100% + 15px);
  height: 100%;
  border-radius: 2px;
  left: -8px;
  z-index: -1;
  opacity: 0;
}
.list--category li a:hover {
  color: #fff;
}
.list--category li a:hover::before {
  display: block;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  opacity: 1;
}
/* 2.5 pagenation
------------------------------ */
.nav__pager {
  width: 100%;
  position: relative;
  margin-top: 60px;
}
.nav__pager li {
  width: 10%;
  color: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-family: 'futura-pt', serif;
  font-weight: 600;
  line-height: 1;
}
.nav__pager li svg {
  width: 100%;
  height: 20px;
}
.nav__pager li span {
  opacity: 0.15;
}
.nav__pager li a:hover svg {
  fill: #b93434;
}
.nav__pager .nav__pager--newer {
  float: left;
  width: 40px;
  transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
}
.nav__pager .nav__pager--older {
  width: 40px;
  float: right;
  text-align: right;
}
.nav__pager .nav__pager--number {
  width: 80%;
  text-align: center;
  color: #18181c;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 10%;
}
.nav__pager .nav__pager--number li {
  width: auto;
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
}
.nav__pager .nav__pager--number li.current {
  border: 1px solid #b93434;
  color: #b93434;
  border-radius: 50px;
}
.nav__pager .nav__pager--number li.current span {
  opacity: 1;
}
.nav__pager .nav__pager--number li a {
  display: block;
  padding: 0 8px;
  border-radius: 50px;
}
.nav__pager .nav__pager--number li a:hover {
  border: 1px solid #b93434;
  background: #b93434;
  color: #fff;
}
.nav__pager a,
.nav__pager span {
  display: block;
  text-decoration: none;
  position: relative;
  top: 0;
}
.thumb {
  position: relative;
}
.thumb img {
  display: block;
  width: 100%;
  background: no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  line-height: 0;
  border-radius: 10px;
  box-shadow: 20px 20px 36px 0 rgba(0, 0, 0, 0.2);
}
.thumb img.dummy {
  box-shadow: none;
}
/* 3.0 layout
============================== */
/* 3.1 base
------------------------------ */
body {
  background-color: #fff;
  font-family: YakuHanJP, "Work Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #18181c;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
a {
  color: #18181c;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a[target="_blank"]:not([class])::after {
  font-family: FontAwesome;
  display: inline-block;
  position: relative;
  top: 0.1em;
  content: "\f08e";
}
.wrap {
  min-height: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 360px;
}
.dummy {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.svg-symbol,
.sp {
  display: none !important;
}
.video {
  float: left;
  width: 60%;
  height: auto;
  position: relative;
  padding-bottom: 33.75%;
  height: 0;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 20px 30px 22px 0 rgba(0, 0, 0, 0.2);
}
.video iframe,
.video object,
.video embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/* 3.2 header
------------------------------ */
header:not(.header--home) {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background: #fff;
  padding: 40px 0;
  z-index: 500;
}
header:not(.header--home) .inner {
  padding: 10px 40px;
  margin: 0 auto;
  z-index: 2;
}
.page--home header:not(.header--home) {
  top: -100px;
  padding: 15px 0;
}
.page--home header:not(.header--home) .menu-nav__item--home {
  display: none;
}
.page--home header:not(.header--home) .drawer {
  width: 100%;
  text-align: center;
}
.page--home header:not(.header--home).headerFixed {
  display: block;
  top: 0;
}
.page--home header:not(.header--home).headerFixed .inner h1 {
  width: 140px;
}
header .member-menu-nav {
  display: none;
}
header .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 50px 0 0;
}
header h1 {
  width: 200px;
  position: relative;
  line-height: 0;
}
header a {
  display: block;
}
header a[target="_blank"]:not([class])::after {
  display: none;
}
header a svg {
  width: 100%;
  height: 40px;
}
header nav li {
  padding: 0 0 0 15px;
}
header .menu-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  flex-wrap: wrap;
  width: 100%;
  text-align: left;
  font-family: futura-pt, sans-serif;
  font-weight: 800;
}
header.header--home nav li {
  display: inline-block;
  padding: 0;
  margin-left: 10px;
}
header.header--home nav li.menu-nav__item--goods i {
  vertical-align: top;
  font-size: 0.85rem;
  margin-left: 2px;
  transition: none;
}
.sns-nav li {
  display: inline-block;
  padding-right: 0;
}
.sns-nav a {
  transition: none;
  -webkit-transition: none;
  font-size: 16px;
}
.sns-nav a[target="_blank"]:not([class])::after {
  display: none;
}
.sns-nav a * {
  transition: none;
  -webkit-transition: none;
}
.sns-nav a svg {
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.sns-nav a i {
  vertical-align: 5px;
}
.sns-nav a:hover {
  color: #b93434;
}
.sns-nav a:hover svg {
  fill: #b93434;
}
.sns-nav svg {
  width: 18px;
  height: 18px;
  vertical-align: 3px;
}
header.headerFixed {
  display: none;
  padding: 10px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
header.headerFixed .inner {
  padding: 10px 40px;
}
header.headerFixed .sns-nav {
  height: 0;
  opacity: 0;
}
header.headerFixed .menu-nav {
  margin-bottom: 0;
}
.menu-nav {
  margin: 0;
  position: relative;
  z-index: 1;
}
.menu-nav li {
  display: inline-block;
  font-family: 'futura-pt', serif;
  font-weight: 600;
  font-family: futura-pt, sans-serif;
  font-weight: 800;
}
.menu-nav li.menu-nav__item--goods i {
  vertical-align: top;
  font-size: 0.85rem;
  margin-left: 2px;
  transform: none;
}
.menu-nav li.menu-nav__item--before a {
  pointer-events: none;
  opacity: 0.2;
}
.menu-nav li a {
  display: block;
  padding: 5px 0;
  margin: 0 20px 0 0;
  line-height: 36px;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: #18181c;
  position: relative;
  transition: 0.2s;
}
.menu-nav li a[target="_blank"]:not([class])::after {
  display: none;
}
.menu-nav li a::before {
  content: '';
  width: 100%;
  height: 4px;
  background: #18181c;
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  width: calc(100% + 15px);
  height: 100%;
  border-radius: 2px;
  left: -8px;
  opacity: 0;
  z-index: -1;
}
.menu-nav li a:hover {
  color: #fff;
}
.menu-nav li a:hover::before {
  display: block;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  opacity: 1;
}
.drawer {
  text-align: right;
}
.drawer__btn {
  display: none;
}
/* menuOpen */
/* 3.3 footer
------------------------------ */
footer {
  width: 100%;
  position: absolute;
  bottom: 0;
}
footer .inner {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 110px;
}
footer .copyright {
  float: left;
  margin: 0 auto;
  color: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-family: 'futura-pt', serif;
  font-weight: 600;
  text-align: left;
}
footer .list--logo {
  float: right;
  position: relative;
  top: -2px;
}
footer .list--logo li {
  display: inline-block;
  margin-right: 20px;
}
footer .list--logo li.emi {
  margin-right: 0;
}
footer .list--logo li a {
  display: block;
}
footer .list--logo li a:hover {
  opacity: 0.8;
}
footer .list--logo li a[target="_blank"]:not([class])::after {
  display: none;
}
footer .list--logo .bish {
  margin-right: 40px;
}
/* 3.4 loading
------------------------------ */
.loading {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100vh;
  background: #fff;
  z-index: 9999;
  opacity: 1;
}
/* 4.0 page
============================== */
/* 4.1 home
------------------------------ */
.page--home {
  /*  section--top */
  /*  section--bnr */
}
.page--home .section--top {
  height: 100vh;
  position: relative;
}
.page--home .section--top header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 88.2%;
  background: #fff;
  padding: 40px 0 0;
  margin: 0 auto 50px;
}
.page--home .section--top header h1 {
  width: 11vw;
  max-width: 145px;
  opacity: 0;
  transform: translate(0, 20px);
  transition: 0.3s ease-in-out 0.5s;
}
.page--home .section--top header h1 svg {
  width: 100%;
}
.page--home .section--top header nav {
  text-align: right;
  opacity: 0;
  transform: translate(0, 20px);
  transition: 0.3s ease-in-out 0.5s;
}
.page--home .section--top header .menu-nav__item--home {
  display: none;
}
.page--home .section--top header li a {
  font-size: 17px;
  font-family: futura-pt, sans-serif;
  font-weight: 800;
  line-height: 100%;
  position: relative;
  z-index: 1;
  transition: 0.2s;
}
.page--home .section--top header li a:hover {
  color: #fff;
}
.page--home .section--top header li a::before {
  content: '';
  width: 100%;
  height: 4px;
  background: #18181c;
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  width: calc(100% + 15px);
  height: 100%;
  border-radius: 2px;
  left: -8px;
  opacity: 0;
  z-index: -1;
  transition: 0.2s;
}
.page--home .section--top header li a:hover::before {
  display: block;
  opacity: 1;
}
.page--home .section--top header .item--sns a::before {
  content: none;
}
.page--home .section--top header .item--sns a:hover {
  color: #b93434;
}
.page--home .section--top header .menu-nav {
  margin-bottom: 20px;
}
.page--home .section--top .block--topInfo {
  width: 22.5vw;
  height: auto;
  position: absolute;
  right: 0;
  bottom: 10px;
  z-index: 100;
}
.page--home .section--top .block--topInfo ul {
  border-radius: 10px 0 0 10px;
}
.page--home .section--top .block--topInfo ul li {
  opacity: 0;
  transform: translate(0, 40px);
  transition: 0.3s ease-in-out 0.5s;
}
.page--home .section--top .block--topInfo ul li .comingsoon {
  display: block;
}
.page--home .section--top .block--topInfo ul li a,
.page--home .section--top .block--topInfo ul li .comingsoon {
  padding: 20px;
  box-shadow: 0 5px 7px 2px rgba(0, 0, 0, 0.1);
  border-radius: 10px 0 0 10px;
}
.page--home .section--top .block--topInfo ul li a .block-tit,
.page--home .section--top .block--topInfo ul li .comingsoon .block-tit {
  font-size: 16px;
  margin-bottom: 0;
  margin-right: 10px;
}
.page--home .section--top .block--topInfo ul li.new .tit::after {
  content: none;
}
.page--home .section--top .block--topInfo ul li.new .date::after {
  content: 'NEW';
  display: inline-block;
  color: #b93434;
  font-family: rig-solid-bold-reverse, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 0;
  top: 0px;
  position: relative;
  left: 6px;
}
.page--home .section--top .block--topInfo ul.block--topInfo__news {
  margin-bottom: 12px;
  position: relative;
}
.page--home .section--top .block--topInfo ul.block--topInfo__news li a,
.page--home .section--top .block--topInfo ul.block--topInfo__news li .comingsoon {
  background: #fff;
  overflow: hidden;
  position: relative;
}
.page--home .section--top .block--topInfo ul.block--topInfo__news li a::before,
.page--home .section--top .block--topInfo ul.block--topInfo__news li .comingsoon::before {
  content: '';
  background: #fff;
  width: 19px;
  height: 100%;
  border-radius: 10px 0 0 10px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.page--home .section--top .block--topInfo ul.block--topInfo__news li a .tit,
.page--home .section--top .block--topInfo ul.block--topInfo__news li .comingsoon .tit {
  font-size: 14px;
  white-space: nowrap;
  margin-left: 15px;
}
.page--home .section--top .block--topInfo ul.block--topInfo__news .loop-area {
  display: flex;
  animation: loop-slide 6s infinite linear 1s both;
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.page--home .section--top .block--topInfo ul.block--topInfo__live li a,
.page--home .section--top .block--topInfo ul.block--topInfo__live li .comingsoon {
  background: #1A0808;
  color: #fff;
}
.page--home .section--top .block--topInfo ul.block--topInfo__live li a .tit,
.page--home .section--top .block--topInfo ul.block--topInfo__live li .comingsoon .tit {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}
.page--home .section--top .block--topInfo ul.block--topInfo__live li a .category,
.page--home .section--top .block--topInfo ul.block--topInfo__live li .comingsoon .category {
  color: #fff;
}
.page--home.loaded .header--home h1,
.page--home.loaded .header--home nav,
.page--home.loaded .block--topInfo ul li {
  opacity: 1;
  transform: translate(0, 0px);
}
.page--home .section--bnr {
  opacity: 0;
  transform: translate(0, 60px);
  transition: 0.6s ease-in-out;
}
.page--home .section--bnr.section--bnr--single {
  padding: 20px 5%;
}
.page--home .section--bnr.section--bnr--single img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.page--home .section--bnr .list--bnr {
  height: calc(100vh - 180px);
  transition: none;
  position: relative;
}
.page--home .section--bnr li {
  position: relative;
}
.page--home .section--bnr li a {
  width: 87vh;
  display: block;
  line-height: 0;
  position: relative;
  height: auto;
  opacity: 0.2;
  transform: scale(0.7);
  transition: opacity 0.5s, transform 0.5s;
}
.page--home .section--bnr li a img {
  border-radius: 10px;
  box-shadow: 0px 12px 14px 2px rgba(0, 0, 0, 0.16);
}
.page--home .section--bnr li.slick-center a {
  opacity: 1;
  transform: scale(1);
}
.page--home .section--bnr .prog-circle {
  width: 70px;
  height: 70px;
  text-align: center;
  overflow: hidden;
  position: absolute;
  left: 6.5vw;
  bottom: calc(4vh + 60px);
  z-index: 1;
}
.page--home .section--bnr .prog-circle::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 4px solid #eee;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.page--home .section--bnr .prog-circle svg {
  transform: rotate(-90deg);
}
.page--home .section--bnr .prog-circle circle {
  fill: transparent;
  stroke: #18181c;
  stroke-width: 4;
}
@keyframes circle {
  0% {
    stroke-dasharray: 0 377;
  }
  99.9%,
  to {
    stroke-dasharray: 377 377;
  }
}
.page--home .section--bnr .prog-circle.activ circle {
  animation: circle 7.8s infinite;
}
.page--home .section--bnr .slick-num {
  font-size: 14px;
  font-family: 'futura-pt', serif;
  font-weight: 600;
  text-align: center;
  line-height: 70px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 50%;
  z-index: 10;
}
.page--home .section--bnr .slick-num .now-count {
  font-size: 1.2em;
  font-weight: 700;
}
.page--home.loaded .section--bnr {
  opacity: 1;
  transform: translate(0, 0);
}
@keyframes rotate-circle-right {
  0% {
    transform: rotate(0deg);
    background: #eee;
  }
  50% {
    transform: rotate(180deg);
    background: #eee;
  }
  50.01% {
    transform: rotate(360deg);
    background: #18181c;
  }
  100% {
    transform: rotate(360deg);
    background: #18181c;
  }
}
@keyframes rotate-circle-left {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
.page--home .slick * {
  -webkit-transition: none;
  transition: none;
}
.page--home .slider {
  width: 100%;
  margin: 0 auto;
}
.page--home .slick-slide img {
  height: auto;
  margin: 0 auto;
}
.page--home .slick-slide figure {
  background: no-repeat center;
  background-size: cover;
}
.page--home .slick-slide a {
  display: block;
  margin: 0;
  line-height: 0;
}
.page--home .slick-slide a:after {
  display: none !important;
}
.page--home .slick-dots {
  display: none !important;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: -20px;
}
.page--home .slick-dots button {
  width: 6px;
  height: 6px;
  padding: 0;
  margin: 0;
  background: none;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid #fff;
  border-radius: 10px;
  -webkit-appearance: none;
}
.page--home .slick-dots li {
  display: inline-block;
  margin: 0 10px 0 0 !important;
}
.page--home .slick-dots li:last-child {
  margin-right: 0!important;
}
.page--home .slick-dots .slick-active button {
  background: #fff;
}
.page--home [class^="section--"] .section-tit,
.page--home [class^="section--"] .block-tit {
  display: inline-block;
  font-family: 'futura-pt', serif;
  font-weight: 600;
  color: inherit;
  font-size: 50px;
  font-weight: 800;
  line-height: 1.5;
  font-family: futura-pt, sans-serif;
  line-height: 1.1;
  letter-spacing: 0;
  position: relative;
  top: 0;
  margin-bottom: 35px;
}
.page--home .slick-arrow svg {
  width: 100%;
  height: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page--home .section--bnr .slick-prev,
.page--home .section--bnr .slick-next {
  width: 26px;
  height: 26px;
  background: none;
  font-size: 0;
  padding: 0;
  z-index: 99;
  cursor: pointer;
  outline: none;
  line-height: 0;
  border: 5px solid #18181c;
  border-top: none;
  border-right: none;
  position: absolute;
  top: 31%;
  left: calc((100vw - 87vh)/2 - 3vw);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.page--home .section--bnr .slick-prev {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.page--home .section--bnr .slick-next {
  left: auto;
  right: calc((100vw - 87vh)/2 - 3vw);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page--home .section--video .slick-prev,
.page--home .section--video .slick-next {
  display: none !important;
}
.page--home .slick-prev:hover,
.page--home .slick-prev:focus,
.page--home .slick-next:hover,
.page--home .slick-next:focus {
  color: transparent;
  outline: none;
}
.page--home .slick-prev:hover svg,
.page--home .slick-next:hover svg {
  fill: #b93434;
}
.page--home .section--info,
.page--home .section--playlist {
  width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.page--home .section--info {
  padding: 120px 0 70px;
}
.page--home .section--info > [class^="block--"] {
  width: 33%;
  margin-right: 5%;
}
.page--home .section--info > [class^="block--"] .block-tit {
  padding-left: 20px;
  margin-bottom: 20px;
}
.page--home .section--info > [class^="block--"]:last-child {
  margin-right: 0;
}
.page--home .section--info > [class^="block--"] .list--information li a {
  padding: 5px 20px 10px;
}
.page--home .section--info > [class^="block--"] .list__more {
  width: 100%;
}
.page--home .section--info .block--live .category,
.page--home .section--info .block--live .date {
  font-size: 16px;
}
.page--home .section--playlist {
  position: relative;
  padding: 150px 0 200px;
  align-items: center;
}
.page--home .section--playlist .block--tit .section-tit {
  padding: 0;
  margin-bottom: 10px;
  text-align: left;
}
.page--home .section--playlist .block--tit .tit {
  font-size: 55px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.03em;
}
.page--home .section--playlist .block--playlist {
  width: 65%;
  display: flex;
  justify-content: space-between;
  margin: 0 0 0 auto;
}
.page--home .section--playlist .block--playlist .playlist {
  width: 48%;
  height: 400px;
  transform: translateY(0px);
  transition: 0.3s;
}
.page--home .section--playlist .block--playlist .playlist iframe {
  height: 100%;
  box-shadow: 20px 20px 36px 0 rgba(0, 0, 0, 0.2);
}
.page--home .section--playlist .block--playlist .playlist.spotify {
  margin-top: 56px;
}
.page--home .section--playlist .block--playlist .playlist:hover {
  transform: translateY(-10px);
}
.page--home .section--video {
  width: 80%;
  margin: 0 auto;
  position: relative;
  padding-top: 70px;
  text-align: right;
}
.page--home .section--video .section-tit {
  position: relative;
  text-align: right;
  padding: 0;
  margin: 0 0 20px;
}
.page--home .section--video li {
  position: relative;
  margin: 0;
}
.page--home .section--video li a {
  display: block;
  position: relative;
  transition: 0.2s;
}
.page--home .section--video li .video {
  transition: 0.3s;
}
.page--home .section--video li .video:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.page--home .section--video li figure {
  float: left;
  width: 100%;
  background: no-repeat center;
  background-size: cover;
  z-index: 100;
  position: absolute;
  top: 0;
  cursor: pointer;
  border-radius: 10px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.page--home .section--video li figure::before {
  content: '';
  display: block;
  width: 115px;
  height: 115px;
  background: url(/static/pedro/fanclub/cmn/ico_play.png) no-repeat center;
  background-size: contain;
  margin-left: -56.5px;
  margin-top: -56.5px;
  position: absolute;
  top: 50%;
  left: 50%;
}
.page--home .section--video li .area--txt {
  float: right;
  width: 34%;
  padding: 0 40px 0 10px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.page--home .section--video li .tit {
  display: block;
  width: 21vw;
  font-size: 4vw;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
  text-align: right;
  line-height: 1;
  margin: 0 0 30px;
  position: relative;
}
.page--home .section--video li .tit .arrow-left {
  display: block;
  width: 26px;
  height: 7px;
  margin-top: -4px;
  line-height: 0;
  width: 0.5em;
  height: 0.5em;
  border: 5px solid #18181c;
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  top: 50%;
  left: -1.5vw;
  cursor: pointer;
  z-index: 9999;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page--home .section--video li .tit .arrow-left:hover {
  border-color: #b93434;
}
.page--home .section--video li .tit .arrow-right {
  display: block;
  width: 26px;
  height: 7px;
  right: -2px;
  margin-top: -4px;
  line-height: 0;
  width: 0.5em;
  height: 0.5em;
  border: 5px solid #18181c;
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  top: 50%;
  right: -60px;
  cursor: pointer;
  z-index: 9999;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page--home .section--video li .tit .arrow-right:hover {
  border-color: #b93434;
}
.page--home .section--video li .date {
  padding: 8px 10px;
  background: #18181c;
  color: #fff;
  border-radius: 3px;
}
.page--home .section--video li .list__more {
  display: block;
}
.page--home .section--video li:hover figure::after {
  transform: scaleY(2);
}
.page--home .section--video li:hover figure .tit {
  opacity: 1;
}
.page--home .section--video .slick-prev,
.page--home .section--video .slick-next {
  display: none;
  width: 70px;
  height: 22px;
}
.page--home .section--video .slick-prev {
  left: 16.5%;
}
.page--home .section--video .slick-next {
  right: 16.5%;
}
.page--home .list__more {
  display: inline-block;
  padding-top: 30px;
  text-align: right;
}
body:not(.page--home) footer .copyright {
  font-weight: 600;
  color: #18181c;
}
/* 4.2 下層共通
------------------------------ */
body:not(.page--home) .wrap {
  padding-top: 100px;
  padding-bottom: 350px;
}
body:not(.page--home) header {
  display: block;
}
body:not(.page--home) header .sns-nav {
  display: none;
}
body:not(.page--home) header .menu-nav {
  margin-bottom: 0;
}
body:not(.page--home) .section-tit {
  margin: 0 auto 60px;
  position: relative;
}
.section--detail,
.section--list {
  width: 60%;
  max-width: 780px;
  background: #fff;
  margin: 0 auto;
  padding: 80px 0 0;
  -webkit-transition: none;
  transition: none;
}
#next .list__more a {
  z-index: 10;
}
#next .loader {
  opacity: 0;
  position: relative;
}
#next .loader::before {
  content: '';
  display: block;
  border-radius: 50%;
  width: 5em;
  height: 5em;
  font-size: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -2.5em;
  text-indent: -9999em;
  border-top: 0.1em solid rgba(59, 64, 67, 0.15);
  border-right: 0.1em solid rgba(59, 64, 67, 0.15);
  border-bottom: 0.1em solid rgba(59, 64, 67, 0.15);
  border-left: 0.1em solid #888;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: loading 1.1s infinite linear;
  animation: loading 1.1s infinite linear;
}
#next.nowload .list__more {
  opacity: 0;
}
#next.nowload .loader {
  opacity: 1;
}
/* 4.3 information
------------------------------ */
.section--detail .tit {
  color: inherit;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 15px;
  line-height: 1.4;
  letter-spacing: 0;
}
.section--detail .date {
  margin-bottom: 3em;
}
.section--detail .date + .date {
  position: relative;
  margin-left: 13px;
}
.section--detail .date + .date::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 1px;
  background: #18181c;
  margin: 0;
  vertical-align: -1px;
  position: absolute;
  left: -13px;
  top: 6px;
}
.section--detail .ph {
  margin: 15px auto;
  position: relative;
}
.section--detail.new .tit::after {
  font-size: 24px;
  right: 20px;
}
.section--detail .txt {
  line-height: 1.8;
}
.section--detail .txt a {
  color: #b93434;
}
.section--detail .txt a:hover {
  text-decoration: underline;
}
.section--detail .box--youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin: 30px auto;
}
.section--detail .box--youtube iframe,
.section--detail .box--youtube object,
.section--detail .box--youtube embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.section--detail .block--live-schedule::after {
  display: table;
  content: "";
  clear: both;
}
.section--detail .block--live-schedule .label {
  float: left;
  padding: 10px 0;
  font-weight: bold;
  background: #fff;
  position: relative;
  clear: both;
  padding-right: 10px;
  z-index: 10;
}
.section--detail .block--live-schedule .text {
  padding-left: 10em;
  padding: 10px 0;
  position: relative;
  float: right;
  text-align: left;
  width: 80%;
}
.section--detail .block--live-schedule .text::after {
  content: '';
  display: block;
  width: 23%;
  height: 1px;
  background: #18181c;
  position: absolute;
  top: 23px;
  left: -25%;
  margin-top: -1px;
}
.comment a {
  color: #b93434;
}
.comment a:hover {
  text-decoration: underline;
}
/* share */
.block--share {
  float: right;
  line-height: 1;
  padding-top: 4px;
}
.block--share::before {
  content: 'SHARE';
  position: relative;
  top: -4px;
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0em;
  font-family: 'futura-pt', serif;
  font-weight: 600;
  left: 5px;
}
.block--share li {
  display: inline-block;
}
.block--share li * {
  transition: none;
  -webkit-transition: none;
}
.block--share a {
  display: block;
  width: 25px;
  height: 18px;
  font-size: 16px;
  color: #18181c;
  text-align: center;
  line-height: 20px;
  position: relative;
  transition: 0.2s;
}
.block--share svg {
  width: 20px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 7px;
  fill: #18181c;
}
.block--share .fa {
  width: 30px;
  line-height: 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.block--share a:hover {
  color: #b93434;
}
.block--share a:hover svg {
  fill: #b93434;
}
.page--info .no-data {
  text-align: center;
}
.page--info .section--detail .video {
  float: none;
  width: auto;
  padding-bottom: 56.25%;
}
.page--info .section--detail .category {
  margin-right: 10px;
}
.page--info .section--detail .thumb img {
  box-shadow: none;
  border-radius: 0;
}
.page--info.category-11 .list--information__content .tit br {
  display: none;
}
.page--info .ph {
  position: relative;
  line-height: 0;
}
.page--info .list--information li > dl dt.accordion--title {
  cursor: pointer;
  position: relative;
}
.page--info .list--information li > dl dd.accordion--item {
  display: none;
  transition: none;
}
.page--info .list--information li a {
  border-radius: 0 ;
  box-shadow: 0 0 #fff;
  transform: none;
  padding: 0;
}
.page--info .list--information li:not(.no-data) {
  padding: 15px 20px;
  display: block;
  color: inherit;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  position: relative;
  transition: 0.3s;
}
.page--info .list--information li:not(.no-data):hover {
  border-radius: 10px;
  box-shadow: 0 5px 7px 2px rgba(0, 0, 0, 0.1);
  transform: translateY(-10px);
}
.page--info .list--information li:not(.no-data) .tit {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page--info .list--information li:not(.no-data) .text {
  margin-bottom: 20px;
}
.page--info .list--information li.open .tit {
  font-size: 24px;
}
/* 4.4 discography
------------------------------ */
.page--disco .section--list,
.page--disco .section--detail {
  width: 70%;
  max-width: 900px;
}
.area--release,
.area--disco-detail {
  width: 100%;
  position: relative;
}
.area--release .block--jacket,
.area--disco-detail .block--jacket {
  float: right;
  width: 50%;
}
.area--release .block--jacket a,
.area--disco-detail .block--jacket a {
  display: block;
}
.area--release .block--jacket a:hover,
.area--disco-detail .block--jacket a:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.area--release .block--jacket figure,
.area--disco-detail .block--jacket figure {
  margin-bottom: 10px;
  position: relative;
  z-index: 10;
}
.area--release .block--jacket figcaption,
.area--disco-detail .block--jacket figcaption {
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0em;
  text-align: center;
  padding-top: 20px;
}
.area--release .category::before,
.area--disco-detail .category::before {
  display: none;
}
.area--release .block--detail,
.area--disco-detail .block--detail {
  width: 45%;
  float: left;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.area--release .block--detail .category,
.area--disco-detail .block--detail .category {
  padding: 8px 10px;
  background: #18181c;
  color: #fff;
  border-radius: 3px;
}
.area--release .block--detail h3.tit,
.area--disco-detail .block--detail h3.tit {
  color: inherit;
  font-size: 60px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0;
  margin-bottom: 20px;
}
.area--release .block--detail h3.tit span,
.area--disco-detail .block--detail h3.tit span {
  display: block;
  font-size: 20px;
}
.area--release .block--detail .date,
.area--disco-detail .block--detail .date {
  position: relative;
  font-weight: bold;
  margin: 0 0 0 10px;
}
.area--release .block--detail .date::before,
.area--disco-detail .block--detail .date::before {
  display: none;
}
.area--release .block--detail .block--comment,
.area--disco-detail .block--detail .block--comment {
  padding: 10px 0 0;
}
.area--release .block--detail .tax-code,
.area--disco-detail .block--detail .tax-code {
  font-size: 11px;
  margin-bottom: 10px;
}
.area--release .block--detail .block--track,
.area--disco-detail .block--detail .block--track {
  padding: 20px 0;
}
.area--release .block--detail .block--track li,
.area--disco-detail .block--detail .block--track li {
  list-style: none;
}
.area--release .block--detail .block--track li span,
.area--disco-detail .block--detail .block--track li span {
  display: inline-block;
}
.area--release .block--detail .block--track li span::after,
.area--disco-detail .block--detail .block--track li span::after {
  content: '.';
}
.area--release .block--detail .block--review,
.area--disco-detail .block--detail .block--review {
  padding: 10px 0 0;
}
.area--release .block--detail .block--review li,
.area--disco-detail .block--detail .block--review li {
  display: inline-block;
  list-style: none;
  margin-right: 10px;
}
.area--release .block--detail .block--review li a:hover,
.area--disco-detail .block--detail .block--review li a:hover {
  opacity: 0.5;
}
.area--release .block--detail .block--review a,
.area--disco-detail .block--detail .block--review a {
  display: block;
}
.area--release .block--detail .block--review a[target="_blank"]:not([class])::after,
.area--disco-detail .block--detail .block--review a[target="_blank"]:not([class])::after {
  display: none;
}
.area--release .block--detail .block--review a img,
.area--disco-detail .block--detail .block--review a img {
  height: 26px;
}
.page--disco .section--detail .block--detail {
  position: relative;
  top: 0;
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
}
/* 4.5 biography
------------------------------ */
.page--bio .section-tit + img {
  border-radius: 10px;
  box-shadow: 0px 12px 14px 2px rgba(0, 0, 0, 0.16);
  margin: 0 0 50px;
}
.page--bio .thumb {
  margin-bottom: 40px;
}
.page--bio .name {
  color: inherit;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.5;
  font-size: 26px;
  line-height: 1;
  text-align: center;
  margin-bottom: 20px;
}
.page--bio p {
  color: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-bottom: 1.5em;
}
.page--bio .block--snslink {
  text-align: center;
  margin-bottom: 60px;
}
.page--bio .block--snslink li {
  display: inline-block;
  font-size: 22px;
  margin: 0px 4px;
  transition: none !important;
}
.page--bio .block--snslink li a {
  padding: 4px;
}
.page--bio .block--snslink li:hover a {
  color: #b93434;
}
/* 4.6 contact
------------------------------ */
.page--contact .txt--sub {
  display: block;
}
.page--contact .list--text dt {
  font-weight: bold;
}
.page--contact a[target="_blank"]:not([class]) {
  text-decoration: underline;
  font-weight: normal;
}
.page--contact a[target="_blank"]:not([class])::after {
  display: none;
}
.page--contact .txt--basic a {
  font-weight: 700;
  text-decoration: underline;
}
.page--contact .txt--basic a:hover {
  text-decoration: none;
}
/* pager
=================================== */
.content_bottom {
  padding-top: 50px;
}
.block--pager li {
  font-family: 'futura-pt', serif;
  font-weight: 600;
  letter-spacing: 0.5em;
}
.block--pager li a,
.block--pager li span {
  display: block;
  color: inherit;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 20px 0 0;
}
.block--pager .pager-link--next {
  float: left;
}
.block--pager .pager-link--prev {
  float: right;
}
.prev {
  text-align: left;
}
.prev a {
  padding-left: 20px;
}
.prev::after {
  content: '';
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #888;
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  right: 0.25em;
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: auto;
  left: 10px;
  margin: -0.27em 0 0;
  border-color: #fff;
}
.next {
  text-align: right;
}
.next a {
  padding-right: 20px;
}
.next::before {
  content: '';
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #888;
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin: -0.27em 0 0;
  border-color: #fff;
}
/* TABLET
=================================== */
@media screen and (max-width: 960px) {
  .wrap {
    padding-bottom: 30vw;
  }
  header.headerFixed .inner {
    padding: 10px 4%;
  }
  header h1 {
    width: 140px;
  }
  header h1 a svg {
    height: 40px;
  }
  .menu-nav li a {
    font-size: 14px;
    margin: 0 15px 0 0;
  }
  .list__more {
    font-size: 2.5vw;
    padding-top: 50px;
  }
  .page--home .section--bnr li a {
    width: 55vh;
    transform: scale(0.8);
  }
  .page--home .section--bnr .list--bnr {
    height: 55vh;
  }
  .page--home .section--bnr .prog-circle {
    bottom: 0;
  }
  .page--home .section--top {
    height: 90vh;
  }
  .page--home .section--top header {
    padding: 4vw;
    width: 100%;
  }
  .page--home .section--top header h1 {
    width: 47%;
    margin: 0 0 40px;
  }
  .page--home .section--top header h1 svg {
    height: 70px;
  }
  .page--home .section--top header nav {
    margin: 0;
  }
  .page--home .section--top .block--topInfo {
    width: 55vw;
    bottom: 40px;
  }
  .page--home .section--bnr--single li {
    width: 46%;
  }
  .page--home .slick-prev {
    left: 17.5%;
  }
  .page--home .slick-next {
    right: 17.5%;
  }
  .page--home .section--info,
  .page--home .section--release {
    width: 100%;
    display: block;
    padding: 70px 10% 0;
  }
  .page--home .section--info > [class^="block--"] {
    width: 100%;
    margin: 0 auto 60px;
  }
  .page--home .section--playlist {
    flex-direction: column-reverse;
    justify-content: initial;
    align-items: baseline;
  }
  .page--home .section--playlist .block--playlist {
    width: 100%;
  }
  .page--home .section--video .section-tit {
    left: 10%;
    margin-bottom: 0;
  }
  .area--release .block--detail .block--comment,
  .area--disco-detail .block--detail .block--comment {
    padding-top: 40px;
  }
  .area--release .block--detail h3.tit,
  .area--disco-detail .block--detail h3.tit {
    font-size: 32px;
    font-size: 6.5vw;
    text-align: left;
  }
  .area--release .tit,
  .area--disco-detail .tit {
    line-height: 1.2;
  }
  .nav__pager {
    margin-top: 80px;
  }
  .section--detail,
  .section--list {
    width: 100%;
    background: #fff;
    margin: 0 auto;
    padding: 30px 10% 0;
  }
  .page--disco .section--detail,
  .page--disco .section--list {
    width: 100%;
  }
  .list--information__content li figure,
  .list--discography li figure {
    margin-bottom: 20px;
  }
  .list--information__content li figure::before,
  .list--discography li figure::before {
    display: none;
  }
  .list--information__content .tit {
    position: relative;
    display: block;
    color: #18181c;
    font-weight: normal;
    padding: 0;
    opacity: 1;
    text-align: left;
  }
  .list--information__content .tit span {
    color: #18181c !important;
  }
  .list--information li:not(:last-child) {
    margin-bottom: 0;
  }
  .list--discography li a .block--text {
    display: block;
    opacity: 1;
    color: #18181c;
    text-align: left;
    position: relative;
    padding: 0;
  }
  .list--discography li a .block--text .category {
    color: #18181c;
  }
  .list--discography li a .block--text .category::before {
    background: #18181c;
    top: 5px;
  }
  .list--discography li a .block--text .tit {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.8;
  }
  .page--entry .area-top .text {
    width: 100%;
    padding: 20px;
  }
  .page--entry .area-top .txt {
    width: 65%;
    font-size: 14px;
  }
  .page--entry .area-top .lead {
    text-align: left;
  }
  .page--home .list__more {
    padding-top: 10px;
  }
  .page--home [class^="section--"] .section-tit,
  .page--home [class^="section--"] .block-tit {
    font-size: 40px;
  }
  .page--home .section--video {
    padding-top: 100px;
  }
  .page--home .video {
    float: none;
    width: 100%;
    padding-bottom: 56.25%;
    margin-bottom: 60px;
  }
  .page--home .section--video .section-tit {
    display: none;
  }
  .page--home .section--video li .tit {
    font-size: 6vw;
    text-align: center;
    width: 80%;
    margin: 0 auto;
  }
  .page--home .section--video li figure {
    float: none;
    width: 100%;
    position: relative;
  }
  .page--home .section--video li .area--txt {
    float: none;
    width: 100%;
    padding: 0;
    position: static;
    top: inherit;
    right: 0;
    -webkit-transform: none;
    transform: none;
  }
  .page--home .section--video li .tit .arrow-right {
    right: 0;
  }
  .page--home .section--video li .tit .arrow-left {
    left: 0;
  }
  .page--home .section--video li .list__more {
    text-align: center;
    padding-top: 40px;
  }
  .page--home .section--release .section-tit {
    font-size: 30px;
  }
  header:not(.header--home) {
    padding: 20px 0;
  }
  .menu-nav li a:hover::before {
    display: none;
  }
  body:not(.page--home) header .menu-nav {
    width: 60%;
    margin-bottom: 0;
  }
  header.headerFixed .menu-nav {
    margin-bottom: 0;
    width: 60%;
  }
  .list--information__content li a,
  .list--discography li a,
  .list--information__content li figure img,
  .list--discography li figure img {
    box-shadow: none;
    overflow: visible;
  }
  .menu-nav li a:hover {
    color: #000;
  }
}
