@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
	2.4 pagenation
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 discography
	4.5 gallery
	4.6 movie
	4.9 faq
	4.10 support
-------------------------------------------- */
@font-face {
  font-family: 'svgfont_1regular';
  src: url('/static/original/fanclub/css/appicon-webfont/appicon-webfont.eot');
  src: url('/static/original/fanclub/css/appicon-webfont/appicon-webfont.eot?#iefix') format('embedded-opentype'), url('/static/original/fanclub/css/appicon-webfont/appicon-webfont.woff') format('woff'), url('/static/original/fanclub/css/appicon-webfont/appicon-webfont.ttf') format('truetype'), url('/static/original/fanclub/css/appicon-webfont/appicon-webfont.svg#svgfont_1regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* 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: #000;
  color: #f3f2ed;
}
::-moz-selection {
  background: #000;
  color: #f3f2ed;
}
*,
*::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
============================== */
/* 2.1 button
------------------------------ */
.detail__btn,
.btn {
  text-align: center;
  margin: 1em 0;
}
.btn .main,
.btn--main {
  color: inherit;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.05em;
  -webkit-appearance: none;
  display: inline-block;
  min-width: 80%;
  text-align: center;
  text-decoration: none;
  line-height: 3.4;
  padding: 0 1.5em;
  cursor: pointer;
  border: none;
  border-radius: 0;
  background: #b20000;
  color: #fff;
  font-weight: bold;
}
.btn--sub {
  color: inherit;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.05em;
  -webkit-appearance: none;
  display: inline-block;
  min-width: 80%;
  text-align: center;
  text-decoration: none;
  line-height: 3.4;
  padding: 0 1.5em;
  cursor: pointer;
  border: none;
  border-radius: 0;
  background: #fff;
  color: #000;
  border: 1px solid #000;
}
.detail__btn {
  text-align: left;
}
.detail__btn a {
  position: relative;
  display: block;
  padding: 10px 0 10px 20px;
}
.detail__btn a::after {
  content: 'BACK';
  font-family: 'oswald';
  font-weight: 700;
}
.detail__btn a::before {
  content: '';
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #333;
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  right: auto;
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 0;
}
/* 2.2 form
------------------------------ */
.form--post {
  margin: 0 0 2em;
}
.form--post dt {
  margin: 2em 0 1em;
  font-weight: bold;
}
.form--post dd {
  margin: 0 0 0.5em;
}
/* placeholder */
::-webkit-input-placeholder {
  color: #999;
}
::-moz-placeholder {
  color: #999;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #999;
}
:-moz-placeholder {
  color: #999;
}
/* 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;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.03em;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border-radius: 0.3em;
  border: 1px solid #ccc;
  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;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.03em;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border-radius: 0.3em;
  border: 1px solid #ccc;
  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__select {
  display: inline-block;
  position: relative;
}
.form__select select {
  color: inherit;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.03em;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border-radius: 0.3em;
  border: 1px solid #ccc;
  padding: 0.5em;
  padding-right: 1.5em;
}
.form__select select:focus {
  border-color: inherit;
}
.form__select select.form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}
.form__select select.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
.form__select select[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}
.form__select::after {
  content: '';
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #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;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.03em;
  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: 1px solid #f3f2ed;
  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: #000;
  border-color: #000;
}
.form__checkbox :checked ~ p::after {
  top: 50%;
  opacity: 1;
}
/* radio */
.form__radio label p {
  color: inherit;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.03em;
  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: #000;
  border-width: 0.3em;
}
/* toggle button */
.form__toggle label p {
  color: inherit;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.03em;
  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: #000;
  border-color: #000;
}
.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;
}
.block--error {
  color: #c00;
  background: rgba(204, 0, 0, 0.15);
  padding: 10px;
  border-radius: 5px;
}
.form--confirm,
.form--comfirm {
  padding: 20px 0 0;
}
.form--confirm dt,
.form--comfirm dt {
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 5px;
}
.form--confirm dd,
.form--comfirm dd {
  margin: 0 0 1em;
}
/* 2.3 list
------------------------------ */
.no-data {
  padding: 50px 0;
  text-align: center;
}
/*  information */
.list--information a {
  display: block;
  color: inherit;
  position: relative;
}
.list--information .tit {
  margin: 0 0 25px;
  font-weight: bold;
}
.list--information .text {
  margin: 0 0 20px;
}
.list--information .date {
  font-size: 12px;
  position: relative;
  padding: 12px 0 0;
  border-top: 1px solid ;
  font-family: 'oswald';
  font-weight: bold;
}
.list--information .date span {
  position: absolute;
  right: 0;
}
.list--information .auth {
  font-size: 10px;
  margin-left: 20px;
  padding: 3px 4px;
  background: #eee;
  color: #999;
}
.list--information .category {
  display: inline-block;
}
.list--information li {
  position: relative;
  border: 1px solid #000;
  background: #fff;
  margin: 0 0 20px;
}
.list--information li a {
  display: block;
}
.list--information li a:hover .thumb img {
  opacity: 1;
}
.list--information .nextlive {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 8px;
  font-family: 'oswald';
  font-weight: 700;
  font-size: 12px;
  line-height: 1.5em;
  border-bottom: 1px solid;
  border-right: 1px solid;
}
.list--information .no-data {
  padding: 35px 5%;
}
.list--information .event-date {
  font-size: 24px;
  font-family: 'oswald';
  font-weight: bold;
}
.list--information .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;
}
.list--information .tit {
  font-size: 16px;
}
.list--information .slick-list {
  padding-left: 2px;
}
.list--information .thumb {
  background: #000;
  line-height: 0;
}
.list--information .thumb img {
  opacity: 0.8;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.list--information .category {
  font-weight: 700;
  font-family: 'oswald';
}
.list--information .new .block--text::after {
  position: absolute;
  top: -20px;
  right: 5%;
  content: 'NEW';
  display: inline-block;
  width: 34px;
  height: 34px;
  font-size: 10px;
  line-height: 34px;
  text-align: center;
  font-weight: bold;
  background: #b20000;
  color: #fff;
  border-radius: 20px;
  font-family: 'oswald';
}
.list--information .block--text {
  position: relative;
  padding: 25px 5% 12px;
}
.list--information.schedule .new .block--text::after {
  display: none;
}
.list--information.schedule .new .date::after {
  position: absolute;
  right: 0;
  top: 12xp;
  content: 'NEW';
  color: #b20000;
}
.no-data {
  text-align: center;
}
/* contents */
.list--contents::after {
  display: table;
  content: "";
  clear: both;
}
.list--contents .thumb {
  margin: 0 0 10px;
  line-height: 0;
}
.list--contents .date {
  font-family: 'oswald';
  font-size: 12px;
}
.list--contents .new .date::after {
  content: 'NEW';
  font-family: 'oswald';
  margin: 0 0 0 10px;
  color: #b20000;
  font-weight: bold;
}
.list--vertical .new .date::after {
  content: 'NEW';
  font-family: 'oswald';
  margin: 10px 0 0 0;
  color: #b20000;
  font-weight: bold;
}
body:not(.page--home) .list--contents li {
  width: 48%;
  float: left;
  margin: 0 0 20px;
}
body:not(.page--home) .list--contents li:nth-child(odd) {
  margin-right: 4%;
}
body:not(.page--home) .list--contents li:nth-child(2n+1) {
  clear: both;
}
body:not(.page--home) .list--contents .tit {
  font-weight: bold;
}
body:not(.page--home) .list--contents .date {
  font-weight: bold;
}
/* 2.4 pagenation
------------------------------ */
.block--pager {
  color: inherit;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 20px 0 0;
  letter-spacing: -0.5em;
  font-family: 'oswald';
}
.block--pager li {
  position: relative;
  display: inline-block;
  width: calc(100% / 3);
  padding: 0.5em 0;
  letter-spacing: 0.03em;
  vertical-align: middle;
}
.block--pager li a,
.block--pager li span {
  display: block;
  min-width: 2.4em;
  height: 2.4em;
  line-height: 2.3em;
  padding: 0 0.5em;
}
.block--pager .blogtop {
  font-weight: bold;
  font-family: 'oswald';
}
.block--pager .current span {
  background-color: #000;
  color: #f3f2ed;
  border-color: #000;
}
.block--pager .block--pager--newer,
.block--pager .pager__item--newer {
  text-align: left;
  padding-left: 30px;
}
.block--pager .block--pager--newer a::before,
.block--pager .block--pager--newer span::before,
.block--pager .pager__item--newer a::before,
.block--pager .pager__item--newer span::before {
  display: block;
  width: 26px;
  height: 7px;
  left: -2px;
  margin-top: -4px;
  line-height: 0;
  transition: 0.3s all;
  content: '';
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #333;
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  right: auto;
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 2%;
}
.block--pager .block--pager--older,
.block--pager .pager__item--older {
  text-align: right;
  padding-right: 30px;
}
.block--pager .block--pager--older a::after,
.block--pager .block--pager--older span::after,
.block--pager .pager__item--older a::after,
.block--pager .pager__item--older span::after {
  display: block;
  width: 26px;
  height: 7px;
  right: -2px;
  margin-top: -4px;
  line-height: 0;
  content: '';
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #333;
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  right: 6%;
  top: 50%;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  transition: 0.3s all;
}
.block--pager .block--pager--newer span,
.block--pager .block--pager--older span,
.block--pager .pager__item--newer span,
.block--pager .pager__item--older span {
  opacity: 0.2;
}
/* 3.0 layout
============================== */
/* 3.1 base
------------------------------ */
body {
  background-color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Roboto-Regular", 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", 'Arial', sans-serif;
  color: #000;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-size: 14px;
  font-weight: normal;
  counter-reset: number 0;
}
a {
  color: #000;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pc {
  display: none !important;
}
.bold {
  font-weight: bold;
}
.center {
  text-align: center;
}
/* 3.2 header
------------------------------ */
header {
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 999;
  padding: 15px 3%;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
header h1 {
  line-height: 0;
}
header h1 svg {
  height: 30px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.drawer {
  display: none;
  position: fixed;
  z-index: 998;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #181818;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.drawer .inner {
  padding: 60px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.drawer__btn {
  position: absolute;
  right: 3%;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  z-index: 999;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.drawer__btn span {
  position: absolute;
  display: block;
  height: 3px;
  background: #000;
  width: 70%;
  left: 15%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.drawer__btn span.top {
  top: 25%;
}
.drawer__btn span.middle {
  top: 50%;
}
.drawer__btn span.bottom {
  top: 75%;
}
.g-navi {
  position: relative;
  font-family: 'oswald';
  font-weight: 700;
  background: #fff;
  padding: 20px 8%;
}
.g-navi a {
  font-size: 16px;
  display: block;
  padding: 5px 0;
}
.g-navi li {
  width: 50%;
  float: left;
}
.g-navi .logo {
  width: 120px;
  float: none;
  margin: 0 0 15px -3.5%;
}
.g-navi .nav--sns {
  width: 100%;
  margin: 10px 0 0;
}
.g-navi .nav--sns a {
  display: inline-block;
  font-size: 18px;
  margin-right: 10px;
  padding: 5px 10px 5px 0;
}
.g-navi .nav--sns a.ico-twitter {
  margin-right: 7px;
}
.g-navi .nav--sns svg {
  width: 18px;
  height: 18px;
  vertical-align: -2px;
}
.g-navi.fs {
  background: #181818;
}
.g-navi.fs a {
  padding: 8px 0;
  font-size: 13px;
  color: #fff;
}
.g-navi.fs li:not(.nav--join) a {
  font-family: 'Noto Serif JP', serif;
}
.g-navi.fs .nav--join {
  position: absolute;
  right: 0;
  top: 20px;
}
.g-navi.fs .nav--join a {
  display: inline-block;
  padding: 8px 5px;
}
.g-navi.fs .nav--join a:first-child::after {
  position: relative;
  right: -5px;
  content: '';
  display: inline-block;
  height: 1px;
  width: 25px;
  margin: 0 2px;
  background: #fff;
  transform: rotate(-55deg);
  vertical-align: middle;
}
.small header h1 svg {
  height: 30px;
}
.small.page--home .drawer .inner {
  padding-top: 60px;
}
.menuopen header {
  box-shadow: none;
}
.menuopen .drawer__btn .top {
  top: 50%;
  transform: rotate(-135deg);
}
.menuopen .drawer__btn .middle {
  width: 0;
  right: 0;
  left: auto;
}
.menuopen .drawer__btn .bottom {
  top: 50%;
  transform: rotate(135deg);
}
/* 3.3 footer
------------------------------ */
footer {
  width: 100%;
  background: #fff;
  border-top: 1px solid #ccc;
}
footer .tit-support {
  position: relative;
  font-family: 'oswald';
  font-weight: 700;
  padding: 20px 5%;
}
footer .tit-support::before,
footer .tit-support::after {
  position: absolute;
  top: 50%;
  right: 5%;
  content: ' ';
  display: block;
  background: #000;
  width: 15px;
  height: 2px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
footer .tit-support::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
footer .tit-support.open::before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
footer .tit-support.open::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
footer .nav--support {
  display: none;
  padding-bottom: 20px;
}
footer .nav--support a {
  display: block;
  padding: 0 5%;
  color: #000;
  line-height: 2.5em;
  position: relative;
}
footer .nav--support a::after {
  content: '';
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #333;
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  right: 6%;
  top: 50%;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
footer .nav--sns {
  text-align: center;
  border-top: 1px solid #cccccc;
  padding: 25px 0 0 ;
}
footer .nav--sns a {
  display: inline-block;
  padding: 0 15px;
  font-size: 22px;
}
footer .nav--sns svg {
  fill: #000;
  width: 22px;
  height: 20px;
  vertical-align: -3px;
}
footer .copyright {
  padding: 30px 5%;
  text-align: center;
  font-size: 12px;
}
/* 4.0 page
============================== */
.wrap {
  position: relative;
  min-height: 100%;
}
/*  4.1 parts
------------------------------ */
/* typography */
.page-tit {
  color: inherit;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.03em;
  margin: 0 0 1em;
}
.section-tit {
  color: inherit;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.03em;
  margin: 0 0 1em;
  font-family: 'oswald';
  text-transform: uppercase;
  text-align: center;
}
.section-tit span {
  display: block;
  font-size: 0.8em;
}
.block-tit {
  color: inherit;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.03em;
  margin: 0 0 0.8em;
  font-family: 'oswald';
}
.txt--lead {
  color: inherit;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin: 0 0 1em;
}
.txt--basic {
  color: inherit;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin: 0 0 1em;
}
.txt--sub {
  color: inherit;
  font-size: 11px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.bold {
  font-weight: bold;
}
.thumb,
.ph {
  position: relative;
}
.dummy {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
/* ファンサイト コンテンツヘッダー */
.moetsukinews .section-tit,
.page--movie .section-tit,
.page--qa .section-tit,
.page--wallpaper .section-tit,
.page--photo .section-tit,
.page--blog .section-tit,
.section--detail.profile .section-tit {
  background: #181818;
  color: #fff;
  font-size: 24px;
  letter-spacing: 0.1em;
  font-family: 'Noto Serif JP', serif;
  font-weight: normal;
  text-align: center;
  padding: 40px 6%;
  margin: -40px -6.8% 40px;
}
.archiveTab {
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 0 auto 50px;
}
.archiveTab li {
  width: 49%;
}
.archiveTab li a {
  font-family: "oswald", sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  display: block;
  margin: 0 20px;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.archiveTab li:nth-child(1) {
  border-right: 1px solid #000;
}
.archiveTab li.on a::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  background: #000;
  bottom: 0;
  left: 0;
}
/* 4.2 home
------------------------------ */
#load_top,
#load_bottom {
  position: fixed;
  z-index: 999;
  background: #000;
  width: 100%;
  height: 50%;
  -webkit-transition: 0.3s ease 1s;
  transition: 0.3s ease 1s;
}
.load-finish #load_top,
.load-finish #load_bottom {
  width: 0;
}
#load_top {
  right: 0;
  top: 0;
}
#load_bottom {
  left: 0;
  bottom: 0;
}
.page--home {
  background: #f3f2ed;
}
.page--home .drawer .inner {
  padding-top: 90px;
}
.page--home section {
  position: relative;
  padding: 50px 5% 60px;
}
.page--home h1 svg {
  height: 60px;
}
.page--home footer {
  border: none;
}
.page--home footer .nav--support {
  display: block;
}
.page--home .list--information li {
  margin: 0;
}
.page--home .list--information li + li {
  border-left: none;
}
.page--home .keyvisual {
  padding-top: 90px;
  background: #000;
}
.page--home .keyvisual .slick-slide {
  opacity: 0.5;
}
.page--home .keyvisual .slick-current {
  opacity: 1;
}
.page--home #arrows,
.page--home #arrows2 {
  position: absolute;
  left: 6%;
  bottom: 40px;
}
.page--home #arrows .slick-next,
.page--home #arrows2 .slick-next,
.page--home #arrows .slick-prev,
.page--home #arrows2 .slick-prev {
  cursor: pointer;
  position: relative;
  width: 40px;
  height: 40px;
  display: inline-block !important;
  background: #000;
}
.page--home #arrows .slick-next,
.page--home #arrows2 .slick-next {
  margin-right: 1px;
}
.page--home #arrows .slick-next::after,
.page--home #arrows2 .slick-next::after {
  content: '';
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #333;
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  right: 40%;
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  text-indent: -100%;
  border-color: #fff;
}
.page--home #arrows .slick-prev::after,
.page--home #arrows2 .slick-prev::after {
  content: '';
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #333;
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  right: 40%;
  top: 50%;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  border-color: #fff;
}
.page--home #arrows .slick-disabled,
.page--home #arrows2 .slick-disabled {
  opacity: 0.2;
}
.page--home .section-tit {
  margin: 0 0 0.4em;
  text-align: left;
}
.page--home .section--info .list__more,
.page--home .section--live .list__more {
  position: absolute;
  top: 54px;
  right: 6%;
}
.page--home .section--info .list--information,
.page--home .section--live .list--information {
  margin: 0 -5.5% 25px;
}
.page--home .section--live {
  background: #fff;
}
.page--home .list__more {
  display: inline-block;
  font-family: 'oswald';
  font-weight: bold;
}
.page--home .list__more::after {
  position: relative;
  bottom: -2px;
  content: '';
  display: block;
  height: 1px;
  background: #000;
}
.page--home .section--video {
  padding: 0;
}
.page--home .section--video a {
  display: block;
  position: relative;
  line-height: 0;
  background: #000;
}
.page--home .section--video a img {
  opacity: 0.6;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page--home .section--video a .tit {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  color: #fff;
  font-weight: 500;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
  z-index: 2;
  line-height: 1.4em;
}
.page--home .section--video a .tit img {
  display: block;
  margin: 0 auto 20px;
  width: 70px;
  height: 70px;
}
.page--home .section--release {
  background: url(/static/burnoutsyndromes/common/disc_bg.png) 50% 50% no-repeat;
  background-size: 200%;
  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;
}
.page--home .section--release .block--title {
  width: 45%;
}
.page--home .section--release .date {
  font-size: 12px;
  margin: 0 0 10px;
  font-family: 'oswald';
  font-weight: bold;
}
.page--home .section--release .tit {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 25px;
}
.page--home .section--release .block--jacket {
  width: 50%;
  margin-left: 5%;
}
.page--home .fansite {
  background: #181818;
  color: #fff;
  padding: 60px 0;
}
.page--home .fansite a {
  color: #fff;
  display: block;
}
.page--home .fansite .logo {
  width: 200px;
  margin: 0 auto 25px;
  opacity: 0;
}
.page--home .fansite .logo,
.page--home .fansite .section-tit {
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transition: 0.8s cubic-bezier(0.4, 1, 0.22, 1) 0.3s;
  transition: 0.8s cubic-bezier(0.4, 1, 0.22, 1) 0.3s;
}
.page--home .fansite .logo.show,
.page--home .fansite .section-tit.show {
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.page--home .fansite .nav--login {
  margin: 0 0 25px;
  text-align: center;
}
.page--home .fansite .nav--login li {
  display: inline-block;
}
.page--home .fansite .nav--login li:first-child::after {
  content: '';
  display: inline-block;
  height: 1px;
  width: 25px;
  margin: 0 10px;
  background: #fff;
  transform: rotate(-55deg);
  vertical-align: middle;
}
.page--home .fansite .nav--login a {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
}
.page--home .fansite section {
  padding: 30px 5%;
}
.page--home .fansite span.new {
  font-family: 'oswald';
  margin: 0 0 0 5px;
  color: #b20000;
  font-weight: bold;
}
.page--home .fansite .thumb img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.page--home .fansite .list--contents {
  margin: 0 -5.5%;
  padding: 0 0 15px;
  overflow-x: scroll;
  white-space: nowrap;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}
.page--home .fansite .list--contents li {
  width: 40%;
  display: inline-block;
  margin-right: 10px;
  text-align: left;
}
.page--home .fansite .list--contents li:first-child {
  margin-left: 5%;
}
.page--home .fansite .slick-slide {
  margin-right: 3%;
}
.page--home .fansite .slick-slide:first-child {
  margin-left: 3%;
}
.page--home .fansite .section--kumasan {
  width: 100%;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.page--home .fansite .section--kumasan .section-tit {
  margin-left: 20px;
}
.page--home .fansite .section--kumasan .section-tit img {
  width: 24px;
  image-rendering: pixelated;
  image-rendering: -webkit-optimize-contrast;
}
.page--home .fansite .section--kumasan li {
  margin-left: 25px;
  max-height: 200px;
}
.page--home .fansite .section--kumasan li .date {
  font-size: 12px;
  margin: 0 0 0 5px;
  font-family: 'oswald';
}
.page--home .fansite .section--kawatai .section-tit {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
}
.page--home .fansite .section--kawatai .section-tit img {
  width: 24px;
}
.page--home .fansite .section--kawatai .thumb {
  padding-left: 15%;
  margin: 0 0 10px;
}
.page--home .fansite .section--kawatai .date {
  padding-left: 15%;
  font-size: 12px;
  font-family: 'oswald';
}
.page--home .fansite .section--hirose .section-tit {
  text-align: center;
  margin: 0 0 1em;
}
.page--home .fansite .section--hirose .section-tit img {
  width: 151px;
}
.page--home .fansite .section--hirose .thumb img {
  background-size: 250%;
}
.page--home .fansite .section--kobanashi .section-tit {
  position: absolute;
  top: 30px;
  right: 5%;
}
.page--home .fansite .section--kobanashi .section-tit img {
  width: 24px;
}
.page--home .fansite .section--kobanashi .thumb {
  width: 85%;
  margin: 0 0 10px;
}
.page--home .fansite .section--kobanashi .date {
  font-size: 12px;
  font-family: 'oswald';
}
.page--home .fansite .section--photogallery .section-tit {
  text-align: center;
  margin: 0 0 1em;
}
.page--home .fansite .section--photogallery .section-tit img {
  width: 118px;
}
.page--home .fansite .section--omikuji {
  background: url(/static/burnoutsyndromes/fanclub/bg_omikuji.jpg) no-repeat 50% 50%;
  background-size: contain;
}
.page--home .fansite .section--omikuji .section-tit {
  text-align: center;
}
.page--home .fansite .section--omikuji .section-tit img {
  width: 24px;
}
.page--home .fansite .section--kabegami .section-tit {
  text-align: center;
  margin: 0 0 1em;
}
.page--home .fansite .section--kabegami .section-tit img {
  width: 51px;
}
.page--home .fansite .section--ura {
  padding: 60px 5%;
  background: url(/static/burnoutsyndromes/fanclub/bg_ura.jpg) no-repeat 50% 50%;
  background-size: 90%;
}
.page--home .fansite .section--ura .section-tit {
  text-align: center;
  margin: 0;
}
.page--home .fansite .section--ura .section-tit img {
  width: 24px;
}
.page--home .fansite .section--menu {
  padding-bottom: 0;
}
.page--home .fansite .section--menu ul li {
  width: 50%;
  float: left;
  margin: 0 0 20px;
  font-family: 'Noto Serif JP', serif;
}
#popup,
#popup .closeBg {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}
#popup {
  background: rgba(0, 0, 0, 0.85);
  z-index: 900;
}
#popup .popupIn {
  position: absolute;
  top: 49%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1100;
  padding: 0 6%;
}
#popup .inner {
  padding: 0;
  text-align: center;
  line-height: 0;
  background: 0 0;
}
#popup .inner .video {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
#popup .inner .video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#popup.close {
  display: none;
}
#popup .close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: -50px;
  right: 10px;
}
#popup .close span {
  height: 3px;
  position: absolute;
  background: #f3f2ed;
  top: 20px;
  width: 40px;
}
#popup .close .top {
  position: absolute;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#popup .close .bottom {
  position: absolute;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*  4.3 information
------------------------------ */
.section--list,
.section--detail {
  padding: 100px 6% 40px;
}
.block--share {
  margin: 0 0 20px;
}
.block--share li {
  display: inline-block;
  margin: 0 10px 0 0;
  vertical-align: middle;
  font-size: 20px;
  color: #999;
}
.block--share .share {
  font-size: 10px;
  font-family: 'oswald';
  font-weight: bold;
}
.block--share .lineIco svg {
  fill: #999;
  width: 17px;
  height: 17px;
  vertical-align: -1px;
}
.block--share a {
  color: #999;
}
.block--share a:hover {
  opacity: 0.5;
}
.section--detail .tit {
  color: inherit;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.03em;
  line-height: 1.4;
  margin: 0 0 1.5em;
}
.section--detail .date {
  margin: 0 0 1em;
  font-weight: bold;
  font-size: 12px;
  font-family: 'oswald';
}
.section--detail .event-date {
  font-size: 22px;
  margin: 0 0 0.5em;
}
.section--detail .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 .category {
  margin: 0 0 10px;
  font-size: 11px;
  font-weight: bold;
  font-family: 'oswald';
}
.section--detail .txt--basic *,
.section--detail .txt * {
  white-space: normal!important;
}
.section--detail .txt--basic a,
.section--detail .txt a {
  text-decoration: underline;
  color: #b20000;
  word-wrap: break-word;
}
.page--info .txt {
  line-height: 1.8;
}
.page--info .block--category {
  position: relative;
  font-weight: bold;
  margin: -10px 0 20px;
  padding-right: 10px;
  text-align: right;
  font-size: 14px;
}
.page--info .block--category::after {
  content: '';
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #333;
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.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;
}
/*  4.4 discography
------------------------------ */
.list--discography li {
  margin: 0 0 4%;
  width: 48%;
  float: left;
}
.list--discography li:nth-child(odd) {
  margin-right: 4%;
}
.list--discography .thumb {
  line-height: 0;
}
.list--discography .thumb img {
  background-size: contain;
  background-position: 50% 100%;
}
.list--discography .tit {
  margin: 0 0 10px;
  font-weight: bold;
}
.list--discography .date {
  margin: 0 0 5px;
  display: inline-block;
  font-size: 10px;
  font-family: 'oswald';
  font-weight: bold;
}
.list--discography .date::after {
  content: ' Release';
}
.block--pulldown {
  margin: 0 0 30px;
  padding: 3px 5%;
  background: #000;
  color: #333;
  position: relative;
}
.block--pulldown select {
  -webkit-appearance: none;
  -moz-appearance: button;
  width: 100%;
  height: 36px;
  background: transparent;
  color: #fff;
  font-size: 16px;
  text-align: center;
  border: medium none;
  border-radius: 2px;
  box-sizing: border-box;
  line-height: 24px;
  padding: 0;
  position: relative;
  font-family: 'oswald';
  text-transform: uppercase;
}
.block--pulldown::before {
  display: block;
  content: "\f107";
  width: 13px;
  height: 8px;
  font-size: 20px;
  font-family: "FontAwesome";
  position: absolute;
  color: inherit;
  right: 14px;
  top: 50%;
  margin-top: -17px;
  color: #fff;
}
.area--disco-detail {
  margin: 0 0 40px;
}
.area--disco-detail .date {
  font-size: 12px;
  font-weight: bold;
  font-family: 'oswald';
}
.area--disco-detail .date::after {
  content: ' Release';
}
.area--disco-detail .block--jacket {
  margin: 0 -6.5% 20px;
}
.area--disco-detail .block--jacket figcaption {
  font-size: 12px;
  opacity: 0.5;
}
.area--disco-detail .thumb {
  position: relative;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.area--disco-detail .thumb img {
  border: 1px solid #ddd;
  margin: 0 0 5px;
}
.area--disco-detail .thumb::after {
  content: '';
  display: block;
  z-index: 99;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.area--disco-detail .block--comment {
  margin: 0 0 20px;
}
.area--disco-detail .block--comment a {
  color: #b20000;
}
.area--disco-detail .block--track .title {
  display: inline-block;
  font-weight: bold;
  margin: 0 0 10px;
  padding: 0 5px;
  font-size: 12px;
  border: 1px solid;
}
.area--disco-detail .list--track {
  margin: 0 0 20px;
  list-style: none;
}
.area--disco-detail .btnBuy {
  padding: 15px 0 0;
}
.area--disco-detail .btnBuy li {
  width: 100%;
  box-sizing: border-box;
  margin: 0 0 10px;
}
.area--disco-detail .btnBuy li a {
  display: block;
  text-align: center;
  background: #000;
  color: #FFF;
  padding: 5px;
  font-size: 14px;
}
.area--disco-detail .btnBuy li a:hover {
  opacity: 0.5;
}
.area--disco-detail .btnBuy li:last-child {
  margin: 0;
}
/*  4.4 bio
------------------------------ */
.section--detail.biography {
  padding-top: 60px;
}
.section--detail.biography .ph {
  margin: 0 -6.5% 30px;
}
.section--detail.biography .band {
  margin: 0 0 30px;
  color: inherit;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.03em;
  text-align: center;
  font-family: 'oswald';
}
.section--detail.biography .band span {
  display: block;
  font-size: 12px;
  padding: 10px 0 0;
}
.section--detail.profile .section-tit span {
  padding-top: 10px;
}
.section--detail.profile .profile_31 {
  margin: 0 0 40px;
}
.section--detail.profile .profile_31 * {
  -webkit-transition: 0.8s cubic-bezier(0.4, 1, 0.22, 1) 0.3s;
  transition: 0.8s cubic-bezier(0.4, 1, 0.22, 1) 0.3s;
}
.section--detail.profile .profile_31 dt {
  opacity: 0;
  position: relative;
  top: 10px;
  margin: 0 0 10px;
  font-weight: bold;
}
.section--detail.profile .profile_31 dt:before {
  display: inline-block;
  counter-increment: number 1;
  content: "Q" counter(number) ".";
  margin-right: 5px;
}
.section--detail.profile .profile_31 dd {
  opacity: 0;
  top: 10px;
  position: relative;
  margin: 0 0 25px;
  background: #f3f2ed;
  padding: 15px 20px;
  border-radius: 10px;
  font-weight: bold;
}
.section--detail.profile .profile_31 dd:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  margin-top: -10px;
  border: 10px solid transparent;
  border-right: 10px solid #f3f2ed;
}
.section--detail.profile .profile_31 .show {
  opacity: 1;
  top: 0;
}
/*  4.4 CONTACT
------------------------------ */
/*  text */
.list--text dt {
  font-weight: bold;
  margin: 0 0 5px;
}
.list--text dd {
  margin: 0 0 20px;
}
/*  4.6 wallpaper
------------------------------ */
.page--wallpaper.page--point .thumb {
  width: 80%;
  margin: 0 auto;
}
.page--wallpaper.page--point .thumb img {
  background-size: contain;
}
/*  4.6 movie
------------------------------ */
.block--player {
  margin: 0 0 20px;
}
.block--player video {
  width: 100%;
}
.btn__link {
  margin: 20px 0 0;
  display: block;
}
.list--step {
  padding: 20px 0 0;
}
.list--step li {
  margin: 0 0 20px;
  padding: 10px;
  background: #eee;
}
.list--step li .tit {
  font-size: 15px;
}
.list--step li .tit span {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 2px 5px;
  font-weight: bold;
  border: 1px solid;
  font-size: 12px;
}
.list--step li .ph {
  text-align: center;
}
.list--step li img {
  width: 20%;
}
.list--step li:last-child {
  margin: 0;
}
.list--point {
  margin: 30px 0;
  padding: 20px 20px 15px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  border: 0.5px solid #ddd;
}
.list--point li {
  width: 50%;
  float: left;
  font-size: 12px;
  text-align: center;
  position: relative;
}
.list--point li > span {
  display: block;
  letter-spacing: 0.1em;
  font-weight: 300;
  font-size: 15px;
  line-height: 2em;
}
.list--point li > span > span {
  font-size: 24px;
  margin: 0 3px 0 0;
}
.list--point .necessary > span > span {
  color: #b20000;
}
.list--point li:last-child:after {
  content: '';
  height: 1px;
  width: 40px;
  font-size: 20px;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: rotate(-68deg);
  -webkit-transform: rotate(-68deg);
  background: #ddd;
  display: block;
}
.txt--error {
  text-align: center;
  font-weight: bold;
  color: #c00;
}
.sub-txt-list {
  margin: 0 0 20px;
  font-size: 12px;
  padding-left: 1em;
}
.sub-txt-list li {
  text-indent: -1em;
  margin: 0 0 5px;
}
.list--player {
  font-size: 12px;
  text-align: left;
  margin: 0 -1em;
}
.list--player li {
  position: relative;
}
.list--player a {
  display: block;
  padding-right: 1em;
}
.list--player li::before {
  content: '';
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #333;
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  right: 3%;
  top: 50%;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.page--movie .sub-txt-list {
  display: none;
}
/*  4.7 faq
------------------------------ */
.tit--category {
  color: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.03em;
  margin: 0 0 20px;
}
.txt--no-data {
  text-align: center;
  margin: 0 0 40px;
  opacity: 0.5;
}
.list--faq {
  margin: 0 0 25px;
}
.list--faq li {
  border-top: 1px solid #ddd;
}
.list--faq li:last-child {
  border-bottom: 1px solid #ddd;
}
.list--faq a {
  position: relative;
  display: block;
  padding: 15px 0;
}
.list--faq .tit {
  padding-left: 20px;
}
.list--faq .txt {
  margin: 0;
  padding-left: 20px;
  line-height: 1.4;
}
.list--faq .icon--q {
  margin-right: 5px;
  font-family: 'oswald';
  float: left;
}
.block--faq-detail {
  margin: 0 -6.5% 40px;
  background: #f3f2ed;
  padding: 30px 05%;
}
.block--faq-detail dt {
  margin: 0 0 20px;
  padding: 0 0 15px;
  border-bottom: 1px solid #333;
}
.block--faq-detail dt .txt {
  margin: 0;
  padding-left: 40px;
  color: inherit;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 0.03em;
}
.block--faq-detail dt .category {
  display: inline-block;
  margin: 0 0 20px;
  padding: 1px 8px 0;
  font-size: 12px;
  background: #eee;
  color: #666;
  border-radius: 20px;
}
.block--faq-detail dd .txt {
  margin: 0;
  padding-left: 40px;
  font-size: 15px;
}
.block--faq-detail dd .txt a {
  color: #b20000;
}
.block--faq-detail span[class^="icon--"] {
  float: left;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 28px;
  border-radius: 50px;
  font-family: 'oswald';
  text-align: center;
  font-weight: bold;
}
.block--faq-detail .icon--q {
  color: #fff;
  background: #333;
}
.block--faq-detail .icon--a {
  border: 1px solid;
}
.page--faq .section-tit {
  font-size: 22px;
}
.page--faq .section--detail .block--contact {
  text-align: center;
}
.searchBox {
  position: relative;
  margin: 20px 0 40px;
  background: #fff;
}
.searchBox input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  line-height: 40px;
  font-size: 20px;
  color: #999;
  background: transparent;
  font-weight: bold;
  border-radius: 30px;
  cursor: pointer;
  border: none;
  z-index: 2;
  font-family: FontAwesome;
}
.list--sub {
  font-size: 11px;
  padding-left: 1em;
  margin: 0 0 40px;
}
.list--sub li {
  margin: 0 0 5px;
  text-indent: -1em;
}
/*  blog
------------------------------ */
.page--blog .section--detail video-js,
.page--blog .section--detail video {
  position: relative !important;
}
.page--blog .section--detail video {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}
.page--blog .section--detail .video {
  position: relative;
  padding-top: 56.25%;
}
.page--blog .section--detail .video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.list--blog li {
  margin: 0 0 20px;
}
.list--blog a {
  display: block;
}
.list--blog .date {
  font-family: 'oswald';
  margin: 0 0 5px;
  font-size: 12px;
  font-weight: bold;
}
.list--blog .tit {
  font-size: 16px;
  font-weight: bold;
}
/* photo
------------------------------ */
.page--photo #swipebox-close {
  top: 50px;
  right: 3%;
}
/*  4.8 support
------------------------------ */
.support .section-tit {
  font-size: 22px;
}
.support .txt {
  margin: 0 0 10px;
}
.support .list--support dt {
  font-weight: bold;
  margin: 0 0 5px;
}
.support .list--support dd {
  padding: 0 0 20px;
}
.support .list--support dd a {
  text-decoration: underline;
}
.support .list--support .txt {
  margin: 0 0 10px;
}
.support .txt-list {
  padding-left: 1.5em;
}
.support .txt-list li {
  margin: 0 0 10px;
}
.support .terms-list li {
  margin: 0 0 10px;
}
.support .kiyaku {
  margin: 0 0 20px;
}
.support .kiyaku dt {
  margin: 0 0 5px;
  font-weight: bold;
}
.support .kiyaku .l_decimal {
  padding-left: 1em;
}
.support .kiyaku .l_decimal li {
  text-indent: -1em;
}
.icon--required:after {
  margin-left: 5px;
  content: '※必須';
  color: #c00;
  font-weight: bold;
}
.page--questionnaire .section-tit {
  font-size: 18px;
  text-align: left;
}
.page--questionnaire section {
  padding: 120px 6% 40px;
}
/* おみくじ
---------------- */
.section--detail.omikuji {
  height: 100%;
  color: #fff;
  background: #181818;
  text-align: center;
}
.section--detail.omikuji .logo {
  margin: 0 auto 20px;
  padding: 20px 0;
  background: url(/static/burnoutsyndromes/fanclub/bg_omikuji.png) no-repeat 50% 50% #181818;
  background-size: contain;
}
.section--detail.omikuji .logo img {
  width: 40px;
}
.section--detail.omikuji .lead {
  margin: 0 0 20px;
  font-size: 16px;
}
.section--detail.omikuji .btn {
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  font-family: 'Noto Serif JP', serif;
  -webkit-transition: 2s cubic-bezier(0.4, 1, 0.22, 1) 0.5s;
  transition: 2s cubic-bezier(0.4, 1, 0.22, 1) 0.5s;
}
.section--detail.omikuji.result .in {
  position: relative;
  width: 75%;
  margin: 0 auto;
  opacity: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: 2s cubic-bezier(0.5, 1, 0.22, 1) 0.8s;
  transition: 2s cubic-bezier(0.5, 1, 0.22, 1) 0.8s;
  -webkit-transform: translateY(20px) rotateY(0deg);
  transform: translateY(20px) rotateY(0deg);
}
.section--detail.omikuji.result .front,
.section--detail.omikuji.result .back {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.section--detail.omikuji.result .back {
  -webkit-transform: translateY(0) rotateY(180deg);
  transform: translateY(0) rotateY(180deg);
  overflow: hidden;
}
.section--detail.omikuji.result.appear .in {
  opacity: 1;
  -webkit-transform: translateY(0) rotateY(0deg);
  transform: translateY(0) rotateY(0deg);
}
.section--detail.omikuji.result.open .in {
  -webkit-transform: translateY(0) rotateY(180deg);
  transform: translateY(0) rotateY(180deg);
}
.section--detail.omikuji .detail__btn a {
  color: #fff;
}
.section--detail.omikuji .detail__btn a::after,
.section--detail.omikuji .detail__btn a::before {
  border-color: #fff;
}
.section--detail.omikuji.loaded .btn {
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
/* 入会案内
---------------- */
.section--detail.entry {
  background: #181818;
  color: #fff;
}
.section--detail.entry .section-tit {
  text-align: center;
}
.section--detail.entry .section-tit img {
  width: 200px;
}
.section--detail.entry .block--video {
  margin: 30px 0;
  padding: 25px 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
.section--detail.entry .block--video .thumb {
  position: relative;
}
.section--detail.entry .block--video .thumb img {
  opacity: 0.9;
}
.section--detail.entry .block--video .thumb .play {
  position: absolute;
  width: 50px;
  opacity: 1;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  z-index: 2;
}
.section--detail.entry .btn a {
  background: #b20000;
}
.section--detail.entry dl {
  margin: 0 0 40px;
  padding: 0 0 20px;
  border-bottom: 1px solid #333;
}
.section--detail.entry dt {
  margin: 0 0 5px;
  font-size: 16px;
  font-weight: bold;
  font-family: 'Noto Serif JP', serif;
}
.section--detail.entry dd {
  margin: 0 0 20px;
  color: #ccc;
}
.section--detail.entry .price {
  border: 1px solid #333;
  margin: 0 0 30px;
  width: 100%;
}
.section--detail.entry .price th {
  width: 100px;
  font-size: 11px;
  font-weight: bold;
  background: #333;
  border: 1px solid #181818;
  padding: 10px;
}
.section--detail.entry .price td {
  font-size: 13px;
  border: 1px solid #181818;
  background: #000;
  padding: 10px;
}
/* PC用 */
.page--entry {
  background: url(/static/burnoutsyndromes/official/fansite_bg.png) no-repeat 3% 25% fixed #181818;
  background-size: 500px;
  color: #fff;
}
.page--entry section {
  margin: 0 auto 50px;
}
.page--entry .section--detail {
  min-width: 1000px;
  padding-left: 40%;
  padding-right: 10%;
}
.page--entry .logo {
  width: 200px;
  margin: 0 0 20px;
}
.page--entry .lead {
  font-size: 16px;
  margin: 0 0 20px;
}
.page--entry .block--tit {
  margin: 0 0 20px;
  font-size: 24px;
  font-family: 'oswald';
}
.page--entry .qr {
  border: 0.5px solid rgba(255, 255, 255, 0.2);
  padding: 25px 30px;
}
.page--entry .qr figure {
  width: 80px;
  line-height: 0;
  border: 1px solid;
  float: left;
}
.page--entry .qr .txt {
  padding-left: 120px;
}
.page--entry .qr .price {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px;
}
.page--entry .qr .txt .url {
  margin: 0 0 5px;
}
.page--entry .qr .txt .url a {
  padding: 5px 10px;
  font-size: 12px;
  width: 130px;
  margin-left: 10px;
  border: 1px solid #000;
  color: #000;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.page--entry .qr .txt .url a:hover {
  background: #000;
  color: #fff;
}
.page--entry .qr .txt ul li {
  font-size: 12px;
  line-height: 1.4;
  padding-left: 1em;
  text-indent: -1em;
  margin: 0 0 3px;
}
.page--entry .qr .txt ul li:last-child {
  margin-bottom: 0;
}
.page--entry dl {
  margin: 0 0 20px 0;
  padding: 20px;
  width: 49%;
  min-height: 156px;
  float: left;
  background: #000;
}
.page--entry dl:nth-child(even) {
  margin-left: 2%;
}
.page--entry dt {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: bold;
  font-family: 'Noto Serif JP', serif;
}
.page--entry dd {
  margin: 0 0 20px;
  color: #858585;
}
.page--entry table {
  width: 100%;
  border: 0.5px solid rgba(255, 255, 255, 0.2);
  border-bottom: none;
  border-collapse: collapse;
  border-spacing: 0px 0px;
  empty-cells: show;
  margin: 0 auto 30px;
}
.page--entry th {
  width: 230px;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.2);
  border-right: 0.5px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  padding: 20px;
  background: #333;
}
.page--entry td {
  vertical-align: middle;
  line-height: 150%;
  padding: 15px 20px;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.2);
}
.page--entry td ul li {
  margin: 0 0 5px;
}
.page--entry td ul li:last-child {
  margin-bottom: 0;
}
.page--entry footer {
  background: #181818;
  color: #fff;
  border: none;
}
/* topVideo
---------------- */
#popupMovie {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
}
#popupMovie .topMovie {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  text-align: center;
}
#popupMovie .topMovie .close {
  position: absolute;
  width: 35px;
  height: 50px;
  top: -21%;
  right: 4%;
}
#popupMovie .topMovie iframe {
  width: 92%!important;
  height: 190px;
}
#popupMovie .topMovie a {
  padding: 0 4%;
}
/* MOETSUKI NEWS
---------------- */
.page--info.moetsukinews .list--information li {
  margin: 0;
  border: none;
  background: none;
}
.page--info.moetsukinews .list--information li .date {
  padding: 0;
  border: none;
  margin: 0 0 5px;
}
.page--info.moetsukinews .list--information li .date .ico-camera {
  position: relative;
  padding-left: 10px;
}
.page--info.moetsukinews .list--information li .tit {
  margin: 0;
}
.page--info.moetsukinews .section--detail .txt .ph {
  line-height: 0;
}
.page--info.moetsukinews .section--detail.new .date:after {
  content: 'NEW';
  font-family: 'oswald';
  margin: 0 0 0 10px;
  color: #b20000;
  font-weight: bold;
}
.page--info.moetsukinews .section--detail .block--pager li.top {
  font-weight: bold;
  font-family: 'oswald';
}
.page--info.moetsukinews .section--detail .block--pager .block--pager--older a::after,
.page--info.moetsukinews .section--detail .block--pager .block--pager--older span::after,
.page--info.moetsukinews .section--detail .block--pager .pager__item--older a::after,
.page--info.moetsukinews .section--detail .block--pager .pager__item--older span::after {
  right: 2%;
}
.page--home .fansite .section--moetsukinews {
  padding-bottom: 40px;
}
.page--home .fansite .section--moetsukinews .section-tit {
  position: absolute;
  top: 30px;
  left: 5%;
}
.page--home .fansite .section--moetsukinews .section-tit svg {
  fill: #fff;
  width: 24px;
  height: 137px;
}
.page--home .fansite .section--moetsukinews .section-tit img {
  width: 24px;
  height: auto;
  image-rendering: pixelated;
  image-rendering: -webkit-optimize-contrast;
}
.page--home .fansite .section--moetsukinews .list--moetsukinews {
  padding-left: 15%;
}
.page--home .fansite .section--moetsukinews .list--moetsukinews li {
  position: relative;
}
.page--home .fansite .section--moetsukinews .list--moetsukinews li .block--text {
  background: #101010;
  padding: 20px 5%;
  position: relative;
  border: 1px solid #999;
  z-index: 2;
}
.page--home .fansite .section--moetsukinews .list--moetsukinews li .baloon {
  width: 50px;
  height: 50px;
  position: absolute;
  overflow: hidden;
  bottom: -50px;
}
.page--home .fansite .section--moetsukinews .list--moetsukinews li .baloon:before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(45deg);
  left: -13px;
  top: -20px;
  border-right: 20px solid #999;
  border-bottom: 20px solid #999;
  border-top: 20px solid transparent;
  border-left: 20px solid transparent;
}
.page--home .fansite .section--moetsukinews .list--moetsukinews li .baloon:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(45deg);
  left: -13px;
  top: -20px;
  border-right: 19px solid #101010;
  border-bottom: 19px solid #101010;
  border-top: 20px solid transparent;
  border-left: 20px solid transparent;
}
.page--home .fansite .section--moetsukinews .list--moetsukinews li .baloon .inner {
  width: 100%;
  height: 100%;
  z-index: 20;
  position: relative;
}
.page--home .fansite .section--moetsukinews .list--moetsukinews li .baloon .inner:before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 70%;
  left: -27px;
  top: -19px;
  border-right: 22px solid #999;
  border-bottom: 18px solid #999;
  border-left: 20px solid transparent;
  border-top: 20px solid transparent;
  transform: rotate(42deg);
}
.page--home .fansite .section--moetsukinews .list--moetsukinews li .baloon .inner:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 70%;
  transform: rotate(45deg);
  left: -27px;
  top: -19px;
  border-right: 20px solid #181818;
  border-bottom: 20px solid #181818;
  border-left: 20px solid transparent;
  border-top: 20px solid transparent;
}
.page--home .fansite .section--moetsukinews .list--moetsukinews li .date {
  font-size: 12px;
  margin: 0 0 5px;
  font-family: 'oswald';
}
.page--home .fansite .section--moetsukinews .list--moetsukinews li .date .ico-camera {
  padding-left: 10px;
}
.page--home .fansite .section--moetsukinews .list--moetsukinews li.new .date:after {
  content: 'NEW';
  font-family: 'oswald';
  margin: 0 0 0 10px;
  color: #b20000;
  font-weight: bold;
}
