@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 gallery
	4.5 movie
	4.6 questionnaire
	4.7 faq
	4.8 support
-------------------------------------------- */
/* 1.0 setting
============================== */
/* 1.1 normalize
------------------------------ */
html,
body {
  height: 100%;
  -webkit-text-size-adjust: none;
}
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
ul {
  list-style: none;
}
button,
input,
select,
textarea {
  margin: 0;
}
img,
iframe,
object,
audio,
video {
  height: auto;
  max-width: 100%;
}
iframe {
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
  text-align: left;
}
i {
  font-style: normal;
}
img {
  width: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
::selection {
  background: #000000;
  color: #b20000;
}
::-moz-selection {
  background: #000000;
  color: #b20000;
}
*,
*::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
============================== */
.sp {
  display: none !important;
}
/* 2.1 button
------------------------------ */
.detail__btn,
.btn {
  text-align: center;
  margin: 1em 0;
}
.detail__btn input,
.btn input {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.btn--main {
  color: inherit;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  -webkit-appearance: none;
  display: inline-block;
  min-width: 300px;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  line-height: 3.4;
  padding: 0 1.5em;
  cursor: pointer;
  border: none;
  position: relative;
  top: 0;
  background: #333;
  color: #fff;
}
.btn--main:hover {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  background: #000;
}
.btn--sub {
  color: inherit;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  -webkit-appearance: none;
  display: inline-block;
  min-width: 300px;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  line-height: 3.4;
  padding: 0 1.5em;
  cursor: pointer;
  border: none;
  position: relative;
  top: 0;
  background: #f3f2ed;
  color: #000000;
}
.detail__btn a {
  color: inherit;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  -webkit-appearance: none;
  display: inline-block;
  min-width: 300px;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  line-height: 3.4;
  padding: 0 1.5em;
  cursor: pointer;
  border: none;
  position: relative;
  top: 0;
  background: #f3f2ed;
  color: #000000;
  min-width: initial;
}
.detail__btn a:hover {
  color: #b20000;
}
.detail__btn {
  margin-top: 80px;
}
.detail__btn a::after {
  content: 'BACK';
  font-family: din-2014;
}
.detail__btn a::before {
  content: '';
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 2px solid #333;
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  right: auto;
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 0;
}
.more {
  margin: 25px 0 0;
  font-family: din-2014;
  font-weight: 700;
  text-align: right;
}
.more a:hover {
  color: #b20000;
}
/* 2.2 form
------------------------------ */
.form--post dt {
  margin: 3em 0 1em;
  font-weight: bold;
}
.form--post dd {
  margin: 0 0 1em;
}
.block--error {
  color: #c00;
  background: rgba(204, 0, 0, 0.15);
  padding: 10px;
  border-radius: 5px;
}
/* placeholder */
::-webkit-input-placeholder {
  color: #999999;
}
::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #999999;
}
:-moz-placeholder {
  color: #999999;
}
/* autofill */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
/* input */
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="number"] {
  color: inherit;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.03em;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border-radius: 0.3em;
  border: 1px solid #dddddd;
  padding: 0.5em;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus {
  border-color: inherit;
}
input[type="text"].form__error,
input[type="tel"].form__error,
input[type="email"].form__error,
input[type="password"].form__error,
input[type="number"].form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}
input[type="text"].form__error:focus,
input[type="tel"].form__error:focus,
input[type="email"].form__error:focus,
input[type="password"].form__error:focus,
input[type="number"].form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
input[type="text"][disabled],
input[type="tel"][disabled],
input[type="email"][disabled],
input[type="password"][disabled],
input[type="number"][disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}
.input--half {
  width: 50% !important;
}
.input--quarter {
  width: 25% !important;
}
/* textarea */
textarea {
  color: inherit;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.03em;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border-radius: 0.3em;
  border: 1px solid #dddddd;
  padding: 0.5em;
  height: 10em;
}
textarea:focus {
  border-color: inherit;
}
textarea.form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}
textarea.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
textarea[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}
/* select */
.form__selectbox,
.form__select {
  display: inline-block;
  position: relative;
}
.form__selectbox select,
.form__select select {
  color: inherit;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.03em;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border-radius: 0.3em;
  border: 1px solid #dddddd;
  padding: 0.5em;
  padding-right: 1.5em;
}
.form__selectbox select:focus,
.form__select select:focus {
  border-color: inherit;
}
.form__selectbox select.form__error,
.form__select select.form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}
.form__selectbox select.form__error:focus,
.form__select select.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
.form__selectbox select[disabled],
.form__select select[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}
.form__selectbox::after,
.form__select::after {
  content: '';
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 2px solid #333;
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  right: 0.75em;
  top: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* checkbox */
.form__checkbox label p {
  color: inherit;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.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: 2px 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: #b20000;
  border-color: #b20000;
}
.form__checkbox :checked ~ p::after {
  top: 50%;
  opacity: 1;
}
/* radio */
.form__radio label p {
  color: inherit;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.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: #b20000;
  border-width: 0.3em;
}
/* toggle button */
.form__toggle label p {
  color: inherit;
  font-size: 18px;
  line-height: 1.4;
  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: #000000;
  border-color: #000000;
}
.form__toggle :checked ~ p::after {
  right: 0;
}
/* horizontal */
.form--horizontal li {
  display: inline-block;
}
.form--horizontal label {
  display: inline-block;
  margin: 0 0.3em 0 0;
}
.form--confirm {
  width: 85%;
  margin: 0 auto 2em;
  padding: 40px 0 0;
}
.form--confirm dt {
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 12px;
}
.form--confirm dd {
  margin: 0 0 30px;
}
/* 2.3 list
------------------------------ */
.no-data {
  padding: 50px 0;
  text-align: center;
}
/*  information */
.list--information a {
  display: block;
  color: inherit;
  position: relative;
}
.list--information .tit {
  margin: 0 0 20px;
  font-weight: bold;
}
.list--information .text {
  margin: 0 0 20px;
}
.list--information .date {
  font-size: 12px;
  position: relative;
  padding: 15px 0 0;
  border-top: 1px solid ;
}
.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;
  font-size: 13px;
}
.list--information li {
  position: relative;
  border: 1px solid #000000;
  background: #fff;
}
.list--information li a {
  display: block;
}
.list--information li a:hover {
  color: #b20000;
}
.list--information li a:hover .thumb img {
  opacity: 1;
}
.list--information li + li {
  border-left: none;
}
.list--information .nextlive {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 8px;
  font-family: din-2014;
  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 {
  margin: 0 0 10px;
  font-size: 24px;
  font-family: din-2014;
  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;
  font-weight: 500;
}
.list--information .slick-list {
  padding-left: 2px;
}
.list--information .thumb {
  background: #000;
}
.list--information .thumb img {
  opacity: 0.8;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.list--information .category {
  font-weight: 700;
  font-family: din-2014;
}
.list--information .new .block--text::after {
  position: absolute;
  top: -20px;
  right: 5px;
  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: din-2014;
}
.list--information .block--text {
  position: relative;
  padding: 20px 15px 15px;
}
.list--information.schedule .new .block--text::after {
  top: 30px;
  right: 10px;
}
.list--information.schedule .block--text {
  padding-top: 30px;
}
/*  text */
.list--text dt {
  font-weight: bold;
  margin: 0 0 5px;
}
.list--text dd {
  margin: 0 0 20px;
}
/* 2.4 pagenation
------------------------------ */
.section--list .block--pager {
  width: 80%;
  max-width: 600px;
}
.block--pager {
  text-align: center;
  margin: 40px auto 0;
  letter-spacing: -0.5em;
}
.block--pager li {
  position: relative;
  display: inline-block;
  width: 30px;
  line-height: 30px;
  margin: 0 5px;
  letter-spacing: 0.03em;
  vertical-align: middle;
  font-weight: bold;
}
.block--pager li a,
.block--pager li span {
  display: block;
  height: 2.4em;
  min-width: 30px;
  line-height: 2.3em;
}
.block--pager li.current,
.block--pager .pager__item--current {
  background: #000;
  color: #fff;
}
.block--pager .block--pager--newer,
.block--pager .pager__item--newer {
  float: left;
  text-align: left;
}
.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;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  content: '';
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 2px solid #333;
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  right: auto;
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 2%;
}
.block--pager .block--pager--number {
  display: inline;
}
.block--pager .block--pager--older,
.block--pager .pager__item--older {
  float: right;
  text-align: right;
}
.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: 2px 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);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.block--pager .block--pager--older span,
.block--pager .block--pager--newer span,
.block--pager .pager__item--newer span,
.block--pager .pager__item--older span {
  opacity: 0.2;
}
.block--pager li a:hover {
  color: #b20000;
}
.block--pager .block--pager--newer a:hover::before,
.block--pager .block--pager--older a:hover::after,
.block--pager .pager__item--newer a:hover::before,
.block--pager .pager__item--older a:hover::after {
  border-color: #b20000;
}
/* 3.0 layout
============================== */
/* 3.1 base
------------------------------ */
body {
  background-color: #f3f2ed;
  font-family: -apple-system, BlinkMacSystemFont, 'Arial', "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
a {
  color: #000000;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wrap {
  position: relative;
  min-height: 100%;
  padding-bottom: 192px;
}
.date {
  font-family: din-2014;
  font-weight: bold;
}
.bold {
  font-weight: bold;
}
.center {
  text-align: center;
}
/* 3.2 header
------------------------------ */
.g-navi {
  position: absolute;
  right: 2%;
  top: 30px;
}
.g-navi li {
  display: inline-block;
}
.g-navi li::after {
  content: '/';
  margin: 0 0.3em;
}
.g-navi li a {
  font-family: din-2014;
  font-weight: bold;
  font-size: 15px;
  display: inline-block;
}
.g-navi li a svg {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.g-navi li a:hover {
  color: #b20000;
}
.g-navi li a:hover svg {
  fill: #b20000;
}
.g-navi li:last-child::after {
  display: none;
}
.g-navi .nav--sns a {
  padding: 0 7px;
  font-size: 18px;
}
.g-navi .nav--sns svg {
  fill: #000;
  width: 18px;
  height: 18px;
  vertical-align: -3px;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  height: 80px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
header .logo {
  position: absolute;
  left: 3%;
  top: 18px;
}
header .logo svg {
  width: 250px;
  height: 40px;
}
header .g-navi {
  top: 20px;
}
/* 3.3 footer
------------------------------ */
footer {
  color: inherit;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.04em;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px 8% 80px;
  text-align: center;
}
/* 4.0 page
============================== */
.section--list {
  margin: 0 auto;
  padding: 150px 0 50px;
  width: 80%;
  max-width: 1200px;
}
/*  4.1 parts
------------------------------ */
/* typography */
.page-tit {
  color: inherit;
  font-size: 56px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.03em;
  margin: 0 0 0.8em;
  font-family: din-2014;
  letter-spacing: 0;
  text-align: center;
}
.section-tit {
  color: inherit;
  font-size: 38px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.03em;
  margin: 0 0 0.5em;
  font-family: din-2014;
}
.menu-tit {
  color: inherit;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.04em;
  margin: 0 0 1em;
  opacity: 0.5;
}
.txt--lead {
  color: inherit;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.03em;
  margin: 0 0 1em;
}
.txt--basic {
  color: inherit;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin: 0 0 1em;
}
.txt--sub {
  color: inherit;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.04em;
}
.txt--error {
  text-align: center;
  color: #c00;
  font-weight: bold;
}
[class^="txt"] a {
  color: #b20000;
  text-decoration: underline;
}
[class^="txt"] a:hover {
  text-decoration: none;
}
.thumb,
.ph {
  position: relative;
  line-height: 0;
}
.dummy {
  position: absolute;
  width: 100%!important;
  height: 100%!important;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
}
/* 4.2 home
------------------------------ */
#load_top,
#load_bottom {
  position: fixed;
  z-index: 999;
  background: #000;
  width: 100%;
  height: 50%;
  -webkit-transition: 0.3s cubic-bezier(0.79, 0.01, 0.21, 1.04) 1s;
  transition: 0.3s cubic-bezier(0.79, 0.01, 0.21, 1.04) 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 .nav--home {
  display: none;
}
.page--home header {
  top: -100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page--home header.fixed {
  top: 0;
}
.page--home section {
  position: relative;
  padding: 120px 8%;
}
.page--home section .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.page--home .list__more {
  display: inline-block;
  font-family: din-2014;
  font-weight: bold;
}
.page--home .list__more::after {
  position: relative;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  display: block;
  background: #000000;
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: all 0.3s cubic-bezier(0.79, 0.01, 0.21, 1.04) 0s;
  transition: all 0.3s cubic-bezier(0.79, 0.01, 0.21, 1.04) 0s;
  transform: scale(1, 1);
  transform-origin: center top;
}
.page--home .list__more a:hover {
  color: #b20000;
}
.page--home .list__more:hover::after {
  transform: scale(0, 1);
}
.page--home .keyvisual {
  background: #000;
}
.page--home .keyvisual .slick-arrow {
  position: absolute;
  top: 50%;
  background: #000;
  color: #fff;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  overflow: hidden;
  border: none;
  z-index: 99;
  font-size: 15px;
}
.page--home .keyvisual .slick-arrow:hover {
  cursor: pointer;
}
.page--home .keyvisual .list--bnr a {
  display: block;
  line-height: 0;
}
.page--home .keyvisual .slick-next {
  right: 10%;
}
.page--home .keyvisual .slick-prev {
  left: 10%;
}
.page--home .keyvisual .slick-prev::after {
  content: '';
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 2px solid #333;
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  right: 40%;
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  text-indent: -100%;
  border-color: #fff;
}
.page--home .keyvisual .slick-next::after {
  content: '';
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 2px solid #333;
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  right: 40%;
  top: 50%;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  border-color: #fff;
}
.page--home .keyvisual .slick-slide {
  opacity: 0.5;
}
.page--home .keyvisual .slick-current {
  opacity: 1;
}
.page--home .contents {
  position: relative;
  background: #f3f2ed;
}
.page--home .contents .g-navi {
  right: 3%;
  z-index: 99;
}
.page--home .contents .logo {
  z-index: 2;
  position: absolute;
  left: 3%;
  top: 30px;
  mix-blend-mode: exclusion;
}
.page--home .contents .logo svg {
  width: 380px;
  fill: #fff;
}
.page--home .list--information .slick-list {
  overflow: visible !important;
}
.page--home .list--information .slick-track {
  margin-left: -5%;
}
.page--home .block--slide {
  margin-left: 20%;
  padding-left: 5%;
  overflow: hidden;
}
.page--home .section--info {
  padding: 145px 0 120px 8%;
}
.page--home .section--info .inner {
  max-width: initial;
  min-width: initial;
}
.page--home .section--info .block--title {
  position: absolute;
  bottom: 115px;
  left: 8%;
}
.page--home .section--live {
  background: #fff;
  padding-right: 0;
}
.page--home .section--live .inner {
  max-width: initial;
  min-width: initial;
}
.page--home .section--live .block--title {
  position: absolute;
  bottom: 115px;
  left: 8%;
}
.page--home .section--release {
  background: url(/static/burnoutsyndromes/common/disc_bg.png) 50% 50% no-repeat fixed;
  background-size: cover;
}
.page--home .section--release .inner {
  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: 30%;
  margin-left: 5%;
}
.page--home .section--release .date {
  font-size: 12px;
  margin: 0 0 10px;
}
.page--home .section--release .tit {
  font-size: 28px;
  font-weight: 500;
  margin: 0 0 50px;
}
.page--home .section--release .block--jacket {
  width: 35%;
}
.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 {
  height: 400px;
  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;
  font-size: 18px;
  line-height: 1.4em;
}
.page--home .section--video a .tit img {
  display: block;
  margin: 0 auto 20px;
  width: 70px;
  height: 70px;
}
.page--home .section--video a:hover img {
  opacity: 0.8;
}
.page--home .section--fansite {
  background: #181818;
  color: #fff;
  overflow: hidden;
}
.page--home .section--fansite .inner {
  position: relative;
}
.page--home .section--fansite .block--text {
  width: 50%;
  float: right;
  padding-right: 5%;
}
.page--home .section--fansite .tit {
  font-weight: bold;
  margin: 0 0 20px;
  font-family: din-2014;
}
.page--home .section--fansite .text {
  margin: 0 0 30px;
}
.page--home .section--fansite .price {
  display: inline-block;
  padding: 2px 10px;
  border: 1px solid;
  font-size: 12px;
}
.page--home .section--fansite .qr {
  position: relative;
  top: -15px;
  right: 20px;
  float: right;
  width: 75px;
}
.page--home .section--fansite .bg {
  position: absolute;
  top: 50%;
  left: 0;
  width: 42%;
  -webkit-transform: translateY(-25%);
  transform: translateY(-25%);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transition: 1.2s cubic-bezier(0.4, 1, 0.22, 1) 0.5s;
  transition: 1.2s cubic-bezier(0.4, 1, 0.22, 1) 0.5s;
}
.page--home .section--fansite .bg.show {
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
#arrows,
#arrows2 {
  position: relative;
  margin: 50px 0 0;
}
#arrows .slick-next,
#arrows2 .slick-next,
#arrows .slick-prev,
#arrows2 .slick-prev {
  cursor: pointer;
  position: relative;
  width: 40px;
  height: 40px;
  display: inline-block !important;
  background: #000;
}
#arrows .slick-next,
#arrows2 .slick-next {
  margin-right: 1px;
}
#arrows .slick-next::after,
#arrows2 .slick-next::after {
  content: '';
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 2px solid #333;
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  right: 40%;
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  text-indent: -100%;
  border-color: #fff;
}
#arrows .slick-prev::after,
#arrows2 .slick-prev::after {
  content: '';
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 2px solid #333;
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  right: 40%;
  top: 50%;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  border-color: #fff;
}
#arrows .slick-disabled,
#arrows2 .slick-disabled {
  opacity: 0.2;
}
#arrows .slick-arrow:not(.slick-disabled):hover::after,
#arrows2 .slick-arrow:not(.slick-disabled):hover::after {
  border-color: #b20000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#popup,
#popup .closeBg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#popup {
  background: rgba(0, 0, 0, 0.85);
  z-index: 900;
}
#popup .popupIn {
  position: absolute;
  top: 49%;
  left: 50%;
  width: 70vw;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1100;
}
#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 {
  position: absolute;
  width: 40px;
  height: 40px;
  top: -50px;
  right: 0;
  cursor: pointer;
}
#popup .close span {
  height: 4px;
  position: absolute;
  background: #f3f2ed;
  top: 20px;
  width: 40px;
  transition: 0.3s;
}
#popup .close .top {
  position: absolute;
  transform: rotate(-45deg);
}
#popup .close .bottom {
  position: absolute;
  transform: rotate(45deg);
}
#popup .close:hover span {
  background: #b20000;
}
.open #popup {
  display: block;
}
/*  4.3 information
------------------------------ */
.section--detail {
  max-width: 860px;
  margin: 0 auto;
  padding: 150px 5% 60px;
}
.page--info .list--information li {
  width: calc(100%/3);
  float: left;
  margin: 0 0 40px;
}
.page--info .list--information li:nth-child(3n+1) {
  border-left: 1px solid;
}
.page--info .block--share {
  margin: 0 0 40px;
}
.page--info .block--share li {
  display: inline-block;
  margin: 0 10px 0 0;
  vertical-align: middle;
  font-size: 18px;
  color: #999;
}
.page--info .block--share .lineIco {
  display: none;
}
.page--info .block--share .share {
  font-size: 12px;
  font-family: din-2014;
  font-weight: 700;
}
.page--info .block--share .ico {
  font-size: 20px;
}
.page--info .block--share .ico svg {
  fill: #999;
}
.page--info .block--share a {
  color: #999;
}
.page--info .block--share a:hover {
  color: #b20000;
}
.section--detail .tit {
  color: inherit;
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: 0.03em;
  margin: 0 0 25px;
  font-weight: bold;
}
.section--detail .event-date {
  margin: 0 0 20px;
  font-size: 24px;
  font-family: din-2014, sans-serif;
  font-weight: bold;
}
.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 .date {
  margin: 0 0 25px;
  font-size: 12px;
  font-weight: bold;
}
.section--detail .category {
  font-size: 12px;
  font-family: din-2014;
  font-weight: 700;
}
.section--detail .category a {
  color: #b20000;
}
.section--detail .category a:hover {
  text-decoration: underline;
}
.section--detail .txt {
  margin: 0 0 20px;
  line-height: 2em;
}
.section--detail .txt a {
  text-decoration: underline;
  color: #b20000;
}
.section--detail .txt a:hover {
  opacity: 0.5;
}
.section--detail .btnBuy {
  display: flex;
  padding: 25px 0 0;
}
.section--detail .btnBuy li {
  width: 50%;
  box-sizing: border-box;
}
.section--detail .btnBuy li a {
  display: block;
  text-align: center;
  background: #000;
  color: #FFF;
  padding: 5px;
  font-size: 14px;
}
.section--detail .btnBuy li a:hover {
  opacity: 0.5;
}
.section--detail .btnBuy li:nth-child(odd) {
  padding: 0 5px 0 0;
}
.section--detail .btnBuy li:nth-child(even) {
  padding: 0 0 0 5px;
}
.youtube {
  position: relative;
  width: 100%;
  margin: 20px 0;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%!important;
  height: 100%!important;
}
/*  biography
------------------------------ */
.biography .ph {
  margin: 0 0 40px;
}
.biography .band {
  margin: 0 0 40px;
  color: inherit;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.03em;
  text-align: center;
  font-family: din-2014;
}
.biography .band span {
  display: block;
  font-size: 14px;
  padding: 10px 0 0;
}
/*  discograpy
------------------------------ */
.block--category {
  text-align: right;
  margin: 0 0 50px;
  text-align: center;
}
.block--category li {
  margin: 0 5px;
  position: relative;
  display: inline-block;
  font-family: din-2014;
  font-weight: 700;
}
.block--category li span,
.block--category li a {
  display: block;
  padding: 5px 10px;
}
.block--category li a:hover {
  color: #b20000;
}
.block--category li .current {
  display: block;
  padding: 5px 10px;
  background: #000;
  color: #fff;
}
.past.block--category {
  position: relative;
  padding-right: 15px;
  text-align: right;
}
.past.block--category li {
  margin: 0;
}
.past.block--category::after {
  content: '';
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 2px solid #333;
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  right: auto;
  top: 50%;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.list--discography a {
  display: block;
  color: inherit;
  position: relative;
}
.list--discography .tit {
  margin: 0 0 20px;
  font-weight: bold;
}
.list--discography .text {
  margin: 0 0 20px;
}
.list--discography .date {
  font-size: 12px;
  position: relative;
  padding: 15px 0 0;
  border-top: 1px solid ;
}
.list--discography .date span {
  position: absolute;
  right: 0;
}
.list--discography .auth {
  font-size: 10px;
  margin-left: 20px;
  padding: 3px 4px;
  background: #eee;
  color: #999;
}
.list--discography .category {
  display: inline-block;
  font-size: 13px;
}
.list--discography::after {
  display: table;
  content: "";
  clear: both;
}
.list--discography li {
  float: left;
  width: calc(100% / 3);
  margin: 0 0 40px;
  background: #fff;
  border: 1px solid;
  padding: 15px;
}
.list--discography li a {
  padding: 0;
  position: relative;
  top: 0;
}
.list--discography li .date {
  font-family: din-2014;
  font-size: 12px;
  font-weight: bold;
}
.list--discography li .block--text {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.list--discography li .tit {
  margin: 0 0 20px;
}
.list--discography li .thumb {
  margin: 0 auto 10px;
}
.list--discography li + li {
  border-left: none;
}
.list--discography li:nth-child(3n) {
  margin-right: 0;
}
.list--discography li:nth-child(3n+1) {
  border-left: 1px solid;
}
.page--disco .section--detail .block--category {
  display: none;
}
.page--disco .section--detail .block--jacket {
  width: 40%;
  float: left;
}
.page--disco .section--detail .block--jacket li {
  margin: 0 0 20px;
}
.page--disco .section--detail .block--jacket .thumb {
  position: relative;
}
.page--disco .section--detail .block--jacket .thumb::after {
  content: '';
  display: block;
  z-index: 99;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.page--disco .section--detail .block--jacket .thumb img {
  margin: 0 0 10px;
  border: 1px solid #ddd;
}
.page--disco .section--detail .block--jacket figcaption {
  font-size: 11px;
}
.page--disco .section--detail .block--detail {
  padding-left: 45%;
}
.page--disco .section--detail .block--detail .block--comment {
  margin: 0 0 40px;
}
.page--disco .section--detail .block--detail .block--comment a {
  color: #b20000;
}
.page--disco .section--detail .block--detail .block--comment a:hover {
  text-decoration: underline;
}
.page--disco .section--detail .block--track .title {
  display: inline-block;
  margin: 0 0 10px;
  font-weight: bold;
  border: 1px solid;
  padding: 2px 8px;
  line-height: 1em;
}
.page--disco .section--detail .block--track .list--track {
  margin: 0 0 20px;
  list-style: none;
}
.page--disco .section--detail .block--track .list--track .num {
  margin-right: 5px;
}
/*  ipad
------------------------------ */
@media screen and (max-width: 1200px) {
  .page--home .contents .g-navi {
    width: 50%;
    text-align: right;
  }
  header .logo {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .page--home .section--fansite .qr {
    position: static;
    float: none;
    margin-top: 10px;
  }
  .page--home .section--fansite .bg {
    position: static;
    -webkit-transform: none;
    transform: none;
  }
  .page--home .section--release .block--jacket {
    width: 40%;
  }
  header .g-navi {
    top: 27px;
  }
  .g-navi li a {
    font-size: 12px;
  }
  .g-navi .nav--sns a {
    font-size: 15px;
    padding: 0 5px;
  }
  .g-navi .nav--sns svg {
    width: 15px;
  }
  #popup .popupIn {
    width: 90vw;
  }
}
/*  IE,Edge対応
------------------------------ */
@supports (-ms-ime-align: auto) {
  .page--home .contents .logo svg {
    fill: #000;
  }
}
_:-ms-input-placeholder,
:root .page--home .contents .logo svg {
  fill: #000;
}
/* 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%;
  margin-top: -211px;
  margin-left: -375px;
}
#popupMovie .close {
  position: absolute;
  width: 50px;
  height: 50px;
  top: -59px;
  right: 50%;
  cursor: pointer;
  transition: 0.3s;
  right: 0%;
}
