/* ---------------------------------------
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 wallpaper
	4.6 movie
	4.7 qa
	4.8 bbs
	4.9 faq
	4.10 support
-------------------------------------------- */
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@font-face {
  font-family: 'higuchi-no-hi';
  src: url("/static/original/common/css/higuchi-webfont/higuchi-no-hi.eot?") format('eot'), url("/static/original/common/css/higuchi-webfont/higuchi-no-hi.woff2") format('woff2'), url("/static/original/common/css/higuchi-webfont/higuchi-no-hi.woff") format('woff'), url("/static/original/common/css/higuchi-webfont/higuchi-no-hi.ttf") format('truetype');
  unicode-range: U+6A0B;
}
@font-face {
  font-family: 'shoku';
  src: url("/static/original/common/css/shoku-webfont/shoku.eot?") format('eot'), url("/static/original/common/css/shoku-webfont/shoku.woff2") format('woff2'), url("/static/original/common/css/shoku-webfont/shoku.woff") format('woff'), url("/static/original/common/css/shoku-webfont/shoku.ttf") format('truetype');
  unicode-range: U+8755;
}
.fa-facebook::before {
  content: "\f39e";
}
.fa-youtube-play::before {
  content: "\f167";
}
.fa {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.center {
  text-align: center;
}
/* 1.0 setting
============================== */
/* 1.1 normalize
------------------------------ */
html,
body {
  -webkit-text-size-adjust: none;
  background: #fff;
}
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
ul {
  list-style: none;
}
button,
input,
select,
textarea {
  margin: 0;
}
img,
embed,
iframe,
object,
audio,
video {
  height: auto;
  max-width: 100%;
}
iframe {
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
  text-align: left;
}
i {
  font-style: normal;
}
img {
  max-width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
::selection {
  background: #0d0d0d;
  color: #fff;
}
::-moz-selection {
  background: #0d0d0d;
  color: #fff;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
select,
input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* 1.2 clearfix
------------------------------ */
.clearfix::after {
  display: table;
  content: "";
  clear: both;
}
/* 2.0 component
============================== */
.pc {
  display: none !important;
}
hr {
  margin: 20px 0;
  height: 1px;
  border: none;
  border-top: 0.5px #999 solid;
}
/* 2.1 button
------------------------------ */
.btn {
  text-align: center;
  margin: 1em 0;
}
.btn--main {
  color: inherit;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.05em;
  -webkit-appearance: none;
  display: inline-block;
  min-width: 100%;
  text-align: center;
  text-decoration: none;
  line-height: 3.5;
  border-radius: 0;
  padding: 0 1.5em;
  font-weight: bold;
  background: #9c7451;
  color: #000;
  border: none;
}
.btn--sub {
  color: inherit;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.05em;
  -webkit-appearance: none;
  display: inline-block;
  min-width: 100%;
  text-align: center;
  text-decoration: none;
  line-height: 3.5;
  border-radius: 0;
  padding: 0 1.5em;
  font-weight: bold;
  background: transparent;
  color: #0d0d0d;
  border: 1px solid #0d0d0d;
}
.detail__btn,
.btn--past {
  display: block;
  position: relative;
  font-family: 'higuchi-no-hi', 'shoku', -apple-system, BlinkMacSystemFont, 'Arial', sans-serif;
  margin-top: 20px;
}
.detail__btn p,
.btn--past p {
  display: inline-block;
  text-align: right;
}
.detail__btn a,
.btn--past a {
  font-family: "neue-haas-grotesk-display", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  line-height: 60px;
  color: #fff;
}
.detail__btn a svg,
.btn--past a svg {
  fill: #fff;
  width: 10px;
  height: 10px;
  transform: rotate(180deg);
  margin: 0 15px 0 0;
}
.detail__btn.home p {
  display: block;
  text-align: center;
}
.btn--past {
  margin: -30px 0 0;
  float: right;
}
.btn--past a {
  width: 210px;
}
.btn--join {
  margin: 0 0 20px;
}
.btn--join a {
  color: inherit;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.05em;
  -webkit-appearance: none;
  display: inline-block;
  min-width: 100%;
  text-align: center;
  text-decoration: none;
  line-height: 4.5;
  border-radius: 0;
  padding: 0 1.5em;
  font-weight: bold;
  background: #9c7451;
  color: #fff;
  box-shadow: 0px 8px 20px 0px rgba(4, 0, 0, 0.25);
  position: relative;
  font-size: 18px;
}
.btn--join a svg {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 8px;
}
.nav--login__login {
  color: inherit;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0.04em;
}
/* 2.2 form
------------------------------ */
.form--post dt {
  margin: 3em 0 1em;
}
.form--post dd {
  margin: 0 0 1em;
}
/* placeholder */
::-webkit-input-placeholder {
  color: #ccc;
}
::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #ccc;
}
:-moz-placeholder {
  color: #ccc;
}
/* autofill */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
/* input */
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="number"] {
  color: inherit;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0.06em;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #9c7451;
  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: 14px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0.06em;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #9c7451;
  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;
  width: 100%;
}
.form__select select {
  color: inherit;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0.06em;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #9c7451;
  padding: 0.5em;
  padding: 0.5em 2em 0.5em 1em;
}
.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 #f7f7f7;
  border-top: none;
  border-right: none;
  margin: -0.29em 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: 14px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0.06em;
  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%;
  background: #fff;
}
.form__checkbox label p::after {
  content: '';
  display: inline-block;
  width: 0.8em;
  height: 0.4em;
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  left: 0.2em;
  top: 70%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 0;
}
.form__checkbox :checked ~ p::before {
  background: #9c7451;
  border-color: #9c7451;
}
.form__checkbox :checked ~ p::after {
  top: 50%;
  opacity: 1;
}
/* radio */
.form__radio label p {
  color: inherit;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0.06em;
  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%;
  background: #fff;
}
.form__radio :checked ~ p::before {
  border-color: #9c7451;
  border-width: 0.3em;
}
/* toggle button */
.form__toggle label p {
  color: inherit;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0.06em;
  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: #9c7451;
  border-color: #9c7451;
}
.form__toggle :checked ~ p::after {
  right: 0;
}
/* horizontal */
.form--horizontal li {
  display: inline-block;
}
.form--horizontal label {
  display: inline-block;
  margin: 0 0.3em 0 0;
}
/* 2.3 list
------------------------------ */
.list-horizontal li {
  width: 49%;
  float: left;
  margin: 0 2% 30px 0;
}
.list-horizontal li a {
  display: block;
  text-decoration: none;
  color: #0d0d0d;
}
.list-horizontal li .tit {
  color: inherit;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.list-horizontal li .date {
  color: inherit;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.04em;
  margin: 0 0 12px;
  line-height: 1;
  margin: 0 0 5px;
}
.list-horizontal li .category {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0.04em;
  font-family: "neue-haas-grotesk-display", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 700;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #0d0d0d;
  padding: 3px 5px;
}
.list-horizontal li .thumb {
  width: 100%;
  height: 106px;
  line-height: 0;
  margin: 0 0 15px;
  position: relative;
}
.list-horizontal li .thumb img {
  width: 100%;
  height: 100%;
}
.list-horizontal li:nth-child(even) {
  margin-right: 0;
}
.list-horizontal li.new .date:after {
  content: "NEW";
  color: #e74b3d;
  margin: 0 0 0 5px;
}
.list-vertical li {
  border-bottom: 0.5px solid rgba(66, 66, 66, 0.8);
}
.list-vertical li a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 15px 0;
}
.list-vertical li .tit {
  color: inherit;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.list-vertical li .date {
  color: inherit;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.04em;
  margin: 0 0 12px;
  line-height: 1;
}
.list-vertical li .category {
  display: inline-block;
  color: inherit;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.04em;
  color: #9c7451;
  line-height: 1;
  padding-left: 20px;
  position: relative;
}
.list-vertical li .category:before {
  content: "";
  height: 1px;
  width: 10px;
  background: rgba(66, 66, 66, 0.8);
  position: absolute;
  top: 50%;
  margin-top: -0.5px;
  left: 5px;
}
.list-vertical li .thumb {
  width: 110px;
  height: 68px;
  float: left;
}
.list-vertical li .thumb img {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  border: 0.5px solid rgba(66, 66, 66, 0.8);
  box-sizing: border-box;
}
.list-vertical li.new .date:after {
  content: "NEW";
  color: #e74b3d;
  margin: 0 0 0 5px;
}
.list--sub li {
  color: inherit;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0.04em;
  padding: 5px 0 0 1em;
  text-indent: -1em;
}
.list--form dt {
  color: inherit;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.04em;
  margin: 0 0 3px;
}
.list--form dt span {
  color: #9c7451;
  padding-left: 5px;
}
.list--form dd {
  margin: 0 0 20px;
}
.list--form .form__select select {
  background: #fff;
  border: none;
  color: #0d0d0d;
}
.list--form .form__select::after {
  border-color: #0d0d0d;
}
.list--form dd input {
  background: #fff;
  border: none;
  color: #0d0d0d;
}
.list--form dd textarea {
  background: #fff;
  border: none;
  color: #0d0d0d;
}
.page--member .list-vertical li a {
  color: #0d0d0d;
}
body:not(.page--home) .section--detail .list--comment li .name {
  padding: 0 0 10px;
  margin: 0 0 10px;
  border-bottom: 0.5px solid rgba(66, 66, 66, 0.8);
}
body:not(.page--home) .section--detail .list--comment li .name span {
  display: block;
  float: left;
}
body:not(.page--home) .section--detail .list--comment li .name .nickname {
  font-weight: bold;
  float: none;
  padding-left: 60px;
}
body:not(.page--home) .section--detail .list--comment li .tit {
  font-size: 16px;
}
body:not(.page--home) .section--detail .list--comment li .txt {
  margin: 0 0 5px;
}
body:not(.page--home) .section--detail .list--comment li .date {
  text-align: right;
  opacity: 0.5;
}
/* text
------------------------------ */
.txt--link {
  color: #9c7451;
  word-break: break-all;
}
.txt--center {
  text-align: center;
}
.txt--sub {
  color: inherit;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0.04em;
}
.txt.red.bold {
  color: #ff1500;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.txt--error {
  color: #9c7451;
  font-weight: bold;
}
.no-data {
  text-align: center;
  padding: 30px 0;
}
/* pager
------------------------------ */
.list__more {
  text-align: right;
  padding-right: 5%;
}
.list__more a {
  display: inline-block;
  text-decoration: none;
  padding-bottom: 4px;
  color: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.06em;
  font-family: "neue-haas-grotesk-display", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 700;
  line-height: 1;
}
.list__more a::after {
  content: "";
  display: block;
  background: #fff;
  width: 100%;
  height: 1px;
  mix-blend-mode: difference;
  margin-top: 4px;
}
.list__more a svg {
  margin: 0 0 0 10px;
}
.block--movie .list__more a::after {
  mix-blend-mode: normal;
}
.ico-more {
  width: 10px;
  height: 10px;
}
.nav__pager li {
  width: 33.3%;
  width: calc(33.33333333%);
  float: left;
  position: relative;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
}
.nav__pager li a {
  display: block;
  font-family: "neue-haas-grotesk-display", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #0d0d0d;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0.04em;
  text-decoration: none;
  line-height: 1;
}
.nav__pager li svg {
  fill: #fff;
  width: 15px;
  height: 15px;
}
.nav__pager li span {
  position: relative;
  bottom: 3px;
  font-family: "neue-haas-grotesk-display", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 700;
}
.nav__pager .nav__pager--number,
.nav__pager .nav__pager--top {
  text-align: center;
}
.nav__pager li.nav__pager--top a {
  line-height: 17px;
  font-family: "neue-haas-grotesk-display", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 700;
}
.nav__pager .nav__pager--newer,
.nav__pager .nav__pager--older {
  z-index: 2;
}
.nav__pager .nav__pager--newer svg {
  transform: rotate(180deg);
  margin: 0 10px 0 0;
}
.nav__pager .nav__pager--older {
  text-align: right;
}
.nav__pager .nav__pager--older svg {
  margin: 0 0 0 10px;
}
/* slick
------------------------------ */
.slick-slider * {
  -webkit-transition: none;
  transition: none;
}
.slick-initialized.slick-slider {
  width: 100%;
}
.slick-dots {
  text-align: left;
  bottom: -35px;
  padding: 0 5%;
}
.section--movie .slick-dots {
  text-align: left;
}
.slick-dots li {
  width: 7px;
}
.slick-dots li:first-child {
  margin-left: 0;
}
.slick-dots li button {
  width: 7px;
  height: 7px;
  background: #565656;
}
.slick-dots li.slick-active button {
  background: #fff;
}
.slick-dots li button:before {
  content: "";
  width: 100%;
  height: 100%;
}
.section--movie .slick-initialized .slick-slide a,
.section--bnr .slick-initialized .slick-slide a {
  padding: 0 20px;
}
.section--movie .slick-initialized .slick-slide a,
.section--bnr .slick-initialized .slick-slide a {
  display: block;
  margin-bottom: 30px;
  color: #fff;
  text-decoration: none;
}
.section--movie .slick-initialized .slick-slide a .txt,
.section--bnr .slick-initialized .slick-slide a .txt {
  margin-top: 10px;
}
.section--movie .slick-slide .thumb,
.section--bnr .slick-slide img {
  opacity: 0.5;
}
.section--movie .slick-current .thumb,
.section--bnr .slick-current img {
  opacity: 1;
}
.slick-arrow {
  color: #fff;
  font-size: 0;
  text-align: center;
}
.slick-next {
  width: 160px;
  top: 40%;
  right: -10px;
  z-index: 1;
  transition: all 0.3s;
  transform: rotate(90deg);
}
.slick-next:hover {
  color: #fff;
  opacity: 0.6;
}
.slick-next:focus {
  color: #fff;
}
.slick-next::after {
  content: 'NEXT';
  display: block;
  font-weight: 600;
  font-size: 18px;
  text-align: left;
  padding-bottom: 5px;
}
.slick-prev {
  width: 160px;
  top: 40%;
  left: -10px;
  z-index: 1;
  transition: all 0.3s;
  transform: rotate(-90deg);
}
.slick-prev:hover {
  color: #fff;
  opacity: 0.6;
}
.slick-prev:focus {
  color: #fff;
}
.slick-prev::after {
  content: 'PREV';
  display: block;
  font-weight: 600;
  font-size: 18px;
  text-align: right;
  padding-bottom: 5px;
}
.slick-prev::before,
.slick-next::before {
  content: "";
  display: block;
  width: 1px;
  height: 25px;
  background: #fff;
  margin-inline: auto;
  margin-bottom: 15px;
}
.section--movie .slick-next,
.section--bnr .slick-next,
.section--movie .slick-prev,
.section--bnr .slick-prev {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: auto;
  opacity: 1;
}
.section--movie .slick-next,
.section--bnr .slick-next,
.section--movie .slick-prev,
.section--bnr .slick-prev img {
  opacity: 1;
}
.slick-arrow.slick-disabled {
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
/* 1.0 base
============================== */
html {
  background: #000;
}
body {
  background: transparent;
  color: #fff;
  font-family: 'higuchi-no-hi', 'shoku', -apple-system, BlinkMacSystemFont, 'Arial', sans-serif;
  color: inherit;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
body.android {
  font-family: 'higuchi-no-hi', 'shoku', 'Noto Sans Japanese', -apple-system, BlinkMacSystemFont, 'Arial', sans-serif;
}
[class^="section--"] {
  padding: 40px 5%;
}
.nav--language {
  color: #fff;
  text-align: right;
}
.menuopen .nav--language {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.nav--language li {
  display: inline-block;
}
.nav--language li label {
  display: block;
  padding: 0 10px;
  font-family: "neue-haas-grotesk-display", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 300;
  opacity: 0.5;
  line-height: 1;
}
.nav--language li input {
  display: none;
}
.nav--language li:nth-child(2) {
  border-left: 1px solid #fff;
}
.nav--language li:first-child label {
  padding-right: 3px;
}
.nav--language li.current label {
  font-family: "neue-haas-grotesk-display", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 700;
  opacity: 1;
}
.block--login {
  text-align: right;
  float: right;
  white-space: nowrap;
}
.block--login li {
  padding: 0 10px;
  display: inline-block;
  line-height: 1;
}
.block--login li a {
  font-family: "neue-haas-grotesk-display", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #fff;
  display: block;
  text-decoration: none;
}
.block--login li:first-child {
  padding-right: 4px;
}
.block--login li:nth-child(2) {
  border-left: 0.5px solid #fff;
  padding-right: 0;
}
.block--login li:nth-child(2) svg {
  margin: 0 0 0 10px;
  fill: #fff;
}
.block--login li.mypage {
  padding-right: 0;
}
.block--login li.mypage svg {
  margin: 0 0 0 10px;
  fill: #fff;
}
.wrap {
  z-index: 100;
  background: #000;
  overflow: hidden;
  min-height: 100vh;
  height: 100%;
}
.loading {
  display: block;
  background: #0d0d0d;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}
/* header
------------------------------ */
.header {
  padding: 15px 12px;
  /*
	background: transparent;
	*/
  /*background: -webkit-linear-gradient(top, rgba(0, 0, 0, .8) 0%,rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, .8) 0%,rgba(0, 0, 0, 0) 100%);*/
  background: #000;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
}
.header .logo {
  width: 100px;
  float: left;
  z-index: 101;
  position: relative;
  /*padding: 3px 0 0 0;*/
  /*&:after{
			content: "";
			position: absolute;
			top: 52%;
			left: 100%;
			width: 90px;
			height: 120%;
			transform: translate(5px, -50%);
			background-image: url(/static/bucktick/common/logo_35th.png);
			background-size: contain;
			background-repeat: no-repeat;
			background-position: center;
		}*/
}
.header .logo a {
  display: block;
  line-height: 0;
}
.header .block--login.top {
  position: absolute;
  right: 70px;
  top: 50%;
  transform: translateY(-50%);
}
.menuopen .header .block--login.top {
  display: none;
}
.header .btn--nav {
  width: 25px;
  height: 18px;
  position: absolute;
  top: 25px;
  right: 5%;
  z-index: 100;
}
.header .btn--nav span {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
}
.header .btn--nav span:first-child {
  top: 0;
  left: 0;
}
.header .btn--nav span:nth-child(2) {
  top: 50%;
  left: 0;
  margin-top: -1px;
}
.header .btn--nav span:last-child {
  bottom: 0;
  left: 0;
}
.header .drawer {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  top: 0;
  right: -100%;
  background: #0d0d0d;
  color: #0d0d0d;
  z-index: -1;
}
.header .drawer .block--login {
  float: none;
  text-align: left;
  padding: 20px 2% 0;
}
.header .drawer .block--login li a {
  font-size: 18px;
}
.header .drawer .g-nav {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding: 30px 5%;
}
.header .drawer .g-nav li {
  width: 48%;
  margin: 0 2% 0 0;
}
.header .drawer .g-nav li.new a:after {
  position: absolute;
  right: 20px;
  top: -1px;
  content: "NEW";
  color: #e74b3d;
  font-size: 13px;
  margin: 0 0 0 10px;
}
.header .drawer .g-nav li:nth-child(2) {
  margin-right: 0;
}
.header .drawer .g-nav a {
  color: #9c7451;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-family: "neue-haas-grotesk-display", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-decoration: none;
  display: block;
  line-height: 2;
}
.header .drawer .list--social {
  padding: 0 5% 20px;
  font-size: 18px;
}
.header .drawer .list--social li {
  display: inline-block;
  margin-right: 15px;
}
.header .drawer .list--social svg {
  fill: #fff;
  width: 16px;
  height: 16px;
}
.header .drawer .g-nav.member-menu {
  padding-top: 20px;
}
.header .drawer .g-nav.member-menu li {
  margin-bottom: 15px;
}
.header .drawer .g-nav.member-menu a {
  position: relative;
  line-height: 1.2em;
}
.header .drawer .g-nav.member-menu a span {
  display: block;
  font-size: 10px;
  opacity: 0.5;
}
.header .drawer .nav--member .tit {
  padding: 20px 5% 0;
}
.header .drawer .nav--member .tit img {
  width: 70%;
}
.header .drawer .nav--free {
  padding-top: 50px;
  background: #0d0d0d;
}
.header .drawer .nav--free a {
  color: #fff;
}
.header .drawer .nav--login {
  text-align: center;
  margin-bottom: 0;
}
.header .nav--language {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  width: 100%;
  padding: 4px 20px 0 0;
  z-index: 100;
  transition: none;
  -webkit-transition: none;
}
.header .nav--language li label {
  transition: none;
  -webkit-transition: none;
  line-height: 1;
}
.headerHide .header {
  /*background: -webkit-linear-gradient(top, rgba(0, 0, 0, .8) 0%,rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, .8) 0%,rgba(0, 0, 0, 0) 100%);*/
  background: #000;
}
.menuopen .header .drawer {
  right: 0;
}
.menuopen .header .btn--nav {
  /*span:nth-child(2) { width: 0; right: 0;}*/
}
.menuopen .header .btn--nav span {
  background: #fff;
}
.menuopen .header .btn--nav span:first-child {
  transform: rotate(-225deg) translate3d(5px, -5px, 0);
  -webkit-transform: rotate(-225deg) translate3d(5px, -5px, 0);
}
.menuopen .header .btn--nav span:last-child {
  transform: rotate(225deg) translate3d(0, 0, 0);
  -webkit-transform: rotate(225deg) translate3d(0, 0, 0);
}
/*
.page--home.scroll .header .btn--nav span { background: @text-color;}
*/
.page--home.scroll .header .nav--language {
  color: #0d0d0d;
}
.page--home.scroll .header .nav--language li:nth-child(2) {
  border-color: #0d0d0d;
}
.page--home.scroll.menuopen .header .btn--nav span {
  background: #fff;
}
.page--home.scroll.menuopen .header .nav--language {
  color: #fff;
}
.page--home.scroll.menuopen .header .nav--language li:nth-child(2) {
  border-color: #fff;
}
.page--home.scroll.menuopen .header .nav--language li:nth-child(2) {
  border-color: #fff;
}
/* home
------------------------------ */
#app-bnr {
  display: none;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#app-bnr a {
  display: block;
  background: #fff;
  text-decoration: none;
  color: #333;
  padding: 10px 32px 10px 10px;
  position: relative;
  font-size: 10px;
  line-height: 1.4;
  display: flex;
  display: webkit-flex;
  align-items: center;
  letter-spacing: 0;
}
#app-bnr .icon {
  width: 20%;
  float: left;
  line-height: 0;
  margin: 0 3.5% 0 0;
}
#app-bnr .icon img {
  background-color: #fff;
  background-size: 80%;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  border: 1px solid #c2c2c2;
}
#app-bnr .txt {
  overflow: hidden;
  -webkit-flex: 1;
  flex: 1;
  margin: 0;
}
#app-bnr .txt span {
  display: block;
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 3px;
}
#app-bnr .close {
  width: 30px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
#app-bnr .close:before,
#app-bnr .close:after {
  content: '';
  width: 12px;
  height: 2px;
  background: #999;
  border-radius: 2px;
  position: absolute;
  top: 15px;
  left: 9px;
}
#app-bnr .close:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#app-bnr .close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.page--home {
  /*.section--login {
		padding: 30px 5% 20px;
		.page-link {
			display: inline-block;
			a {
				svg {
					fill: #fff;
					transform: rotate(90deg);
					-webkit-transform: rotate(90deg);
					margin: 0 10px 0 0;
				}
				.web-font();
				color: @background-color;
				display: block;
				text-decoration: none;
			}
		}
	}*/
}
.page--home.bnr-on .section--keyvisual,
.page--home.bnr-on .header {
  top: 87px;
}
.page--home.bnr-on.menuopen .section--keyvisual,
.page--home.bnr-on.menuopen .header {
  top: 0;
}
.page--home .wrap {
  margin: 375px 0 0;
}
.page--home .section--keyvisual {
  display: block;
  padding: 60px 0 0 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  line-height: 0;
  text-align: center;
}
.page--home .section--keyvisual img {
  width: calc(100% - 30px);
  /*padding-top: 20px;*/
}
.page--home #keyvisual-carousel .block--keyvisual-carousel {
  width: 100vw;
}
.page--home #keyvisual-carousel .block--keyvisual-carousel .swiper-wrapper {
  width: 100%;
  height: 68vw;
}
.page--home #keyvisual-carousel .block--keyvisual-carousel .swiper-slide {
  width: 100% !important;
}
.page--home #keyvisual-carousel .block--keyvisual-carousel .swiper-slide a img {
  width: calc(100% - 30px);
  height: 100%;
  background: no-repeat center;
  background-size: contain;
}
.page--home #keyvisual-carousel .block--keyvisual-carousel .swiper-slide a.disabled {
  pointer-events: none;
}
.page--home .section--bnr {
  padding: 0;
}
.page--home .section--bnr .bnr--list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: #333 solid 1px;
}
.page--home .section--bnr .bnr--list li {
  width: 50%;
}
.page--home .section--bnr .bnr--list li a {
  display: block;
  height: 100%;
  padding: 15px;
  color: #fff;
  text-decoration: none;
  border-right: #333 solid 1px;
  border-bottom: #333 solid 1px;
}
.page--home .section--bnr .bnr--list li a img {
  margin-bottom: 15px;
}
.page--home .section--bnr .bnr--list li a .tit {
  margin-bottom: 15px;
}
.page--home .section--bnr .bnr--list li a .txt {
  font-size: 14px;
}
.page--home .section--bnr .bnr--list li:nth-child(n+7) {
  display: none;
}
.page--home [class^="section--"] [class^="block--"] .block-tit {
  color: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
.page--home .block--pickup {
  margin: 0 0 50px;
}
.page--home .block--pickup li {
  margin: 0 0 10px;
  border: 0.5px solid rgba(66, 66, 66, 0.8);
}
.page--home .block--pickup li a {
  color: #0d0d0d;
  text-decoration: none;
  padding: 14px 8% 14px 3%;
  font-weight: bold;
  display: block;
  position: relative;
  line-height: 1.5;
}
.page--home .block--pickup li a svg {
  fill: #0d0d0d;
  position: absolute;
  top: 50%;
  right: 3%;
  margin-top: -5px;
}
.page--home .block--pickup li:last-child {
  margin-bottom: 0;
}
.page--home .section--announce {
  color: #fff;
  padding: 15px;
}
.page--home .section--announce a {
  display: block;
  line-height: 1;
  margin: 15px 0;
}
.page--home .section--information {
  padding: 30px 0;
  color: #fff;
}
.page--home .section--information .section-tit {
  font-size: 25px;
  font-weight: 600;
  padding-left: 25px;
}
.page--home .section--information .block-tit {
  margin-right: 4.53333333%;
  width: 30.3% !important;
  text-align: center;
  padding: 20px 0;
  color: #666;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.06em;
  font-family: "neue-haas-grotesk-display", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 700;
  border-bottom: 1px solid #666;
}
.page--home .section--information .block-tit:last-child {
  margin-right: 0;
}
.page--home .section--information .block-tit.slick-current {
  color: #fff;
}
.page--home .section--information .slider.slider-nav .slick-track {
  padding: 0 5%;
  width: 100%!important;
}
.page--home .section--information .slick-track {
  margin: 0 0 10px;
}
.page--home .section--information .slick-list {
  padding: 0!important;
}
.page--home .section--information [class^="block--"] .list--information {
  margin: 0 5% 25px;
}
.page--home .section--information .list__more {
  padding-right: 5%;
}
.page--home .section--information .list__more svg {
  fill: #fff;
}
.page--home .section--information.news {
  background: #fff;
  color: #000;
}
.page--home .section--information.news a {
  color: #000;
}
.page--home .section--information.media {
  background: #f9f9f9;
  color: #000;
}
.page--home .section--information.media a {
  color: #000;
}
.page--home .section--movie {
  background: #570009;
  margin: 0 -5.5%;
  color: #fff;
}
.page--home .section--movie .section-tit {
  color: inherit;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.06em;
  font-family: "neue-haas-grotesk-display", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin: 0 0 22px;
  padding: 0 5%;
  font-size: 25px;
  font-weight: 600;
}
.page--home .section--movie .list--video .thumb {
  width: 100%;
  height: 46vw;
  position: relative;
}
.page--home .section--movie .list--video .thumb img {
  width: 100%;
  height: 100%;
}
.page--home .section--movie .list--video .thumb .play {
  display: block;
  width: 50px;
  height: 50px;
  background: rgba(231, 74, 61, 0.8);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
}
.page--home .section--movie .list--video .thumb .play i {
  line-height: 50px;
  position: absolute;
  top: 0;
  left: 50%;
  font-size: 18px;
  color: #fff;
  margin-left: -4px;
}
.page--home .section--member {
  background: #fff;
  color: #0d0d0d;
  padding: 50px 5% 0;
}
.page--home .section--member .site-tit {
  text-align: center;
  margin: 0 0 25px;
}
.page--home .section--member .site-tit img {
  width: 100%;
  margin: 0 0 15px;
}
.page--home .section--member .site-tit span {
  color: #9c7451;
  font-size: 20px;
  font-family: "neue-haas-grotesk-display", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-weight: 600;
  line-height: 1;
}
.page--home .section--member .site-tit.loggedin {
  margin: 0 0 15px;
}
.page--home .section--member .nav--login {
  text-align: center;
  margin: 0 0 40px;
}
.page--home .section--member .nav--login.loggedin {
  margin: 0 0 35px;
  background: #F7F7F7;
  border-radius: 5px;
  padding: 20px 28px;
}
.page--home .section--member .nav--login.loggedin .label-wmember {
  color: #fff;
  font-weight: bold;
  font-size: 10px;
  background: #DA0000;
  padding: 0 10px;
  display: inline-block;
  margin-bottom: 6px;
  line-height: 1.4;
}
.page--home .section--member .nav--login.loggedin .name {
  font-size: 16px;
  font-weight: bold;
}
.page--home .section--member .nav--login.loggedin .duration {
  font-size: 12px;
  font-weight: 400;
}
.page--home .section--member .nav--login.loggedin .duration .number {
  font-size: 15px;
  font-weight: bold;
}
.page--home .section--member .nav--login.loggedin .txt--link {
  border-top: 1px solid rgba(13, 13, 13, 0.1);
  margin-top: 14px;
  padding-top: 14px;
  font-size: 12px;
  font-weight: 400;
}
.page--home .section--member .nav--login.loggedin .txt--link a {
  color: #0d0d0d;
  text-decoration: none;
}
.page--home .section--member .nav--login.loggedin .txt--link .fa.fa-question-circle {
  margin-right: 4px;
  font-size: 14px;
  font-family: "Font Awesome 6 Free";
}
.page--home .section--member .nav--login.loggedin .txt--link svg {
  margin-left: 6px;
}
.page--home .section--member .nav--loggedin span {
  font-weight: bold;
}
.page--home .section--member .nav--loggedin span span {
  display: block;
  line-height: 1.5;
  color: #9c7451;
}
.page--home .section--member .member-contents {
  margin: 0 -5.5%;
  padding: 20px 5.5%;
}
.page--home .section--member .member-contents [class^="block--"] {
  margin-bottom: 50px;
}
.page--home .section--member .member-contents [class^="block--"] .section-tit {
  font-size: 25px;
  font-weight: 600;
}
.page--home .section--member .block-tit {
  width: 47.7333333% !important;
  margin-right: 4.53333333%;
  text-align: center;
  padding: 20px 0;
  color: #9c7451;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.06em;
  font-family: "neue-haas-grotesk-display", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #0d0d0d;
  border-bottom: 1px solid #0d0d0d;
}
.page--home .section--member .block-tit:last-child {
  margin-right: 0;
}
.page--home .section--member .block-tit.slick-current {
  border-bottom: 2px solid #e74b3d;
  color: #e74b3d;
}
.page--home .section--member .slider.slider-nav .slick-track {
  padding: 0 5%;
  width: 100%!important;
}
.page--home .section--member .slick-list {
  padding: 0!important;
  margin: 0 0 10px;
}
.page--home .section--member .carousel-list [class^="list--"] {
  border-bottom: 0.5px solid #ddd;
  margin: 0 5% 25px;
}
.page--home .section--member .list-vertical li a {
  color: #0d0d0d;
}
.page--home .section--member .list-vertical li .tit {
  padding-left: 120px;
}
.page--home .section--member .list-vertical li .date {
  padding-left: 120px;
  margin: 0 0 3px;
  line-height: 2;
}
.page--home .section--member .list-vertical li .date .num {
  /* display: block;*/
  line-height: 1.4;
}
.page--home .section--member .list-vertical li a img {
  background-size: contain;
  background-color: #000;
}
.page--home .section--member .list__more {
  padding-right: 5%;
}
.page--home .section--member .block--menu ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.page--home .section--member .block--menu ul li {
  width: calc(50% - 6px);
  margin-bottom: 15px;
}
.page--home .section--member .block--menu ul li:last-child(2),
.page--home .section--member .block--menu ul li:last-child {
  margin-bottom: 0;
}
.page--home .section--member .block--menu ul li a {
  display: block;
  text-align: center;
  padding: 18px 0;
  border: #9c7451 solid 1px;
  color: #000;
  text-decoration: none;
  line-height: 1;
}
.page--home .section--member .block--menu ul li a .tit {
  font-size: 18px;
  color: #9c7451;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: 0.02em;
}
.page--home .section--member .block--menu ul li a .txt {
  font-size: 14px;
}
.page--home .section--member .nav--member ul {
  margin: 0 0 20px;
}
.page--home .section--member .nav--member li {
  width: 49%;
  float: left;
  background: #000;
  text-align: center;
}
.page--home .section--member .nav--member li a {
  position: relative;
  color: inherit;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.06em;
  font-family: "neue-haas-grotesk-display", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-decoration: none;
  display: block;
  padding: 10px 0;
  font-weight: 600;
}
.page--home .section--member .nav--member li a span {
  display: block;
  font-size: 12px;
  color: #000;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 10px;
}
.page--home .section--member .nav--member .iconImg {
  font-family: 'svgfont_1regular';
  font-size: 50px;
  width: 80px;
  height: 80px;
  line-height: 52px;
  text-align: center;
  color: #e74b3d;
  background: #fff;
  border-radius: 10px;
  float: left;
  margin-right: 20px;
  border: 1px solid #c2c2c2;
}
.page--home .section--member .nav--member .iconImg.calendar::after {
  content: 'd';
  font-weight: normal;
}
.page--home .section--member .nav--member .iconImg.photoframe::after {
  content: 'c';
  font-weight: normal;
}
.page--home .section--member .nav--member li:nth-child(odd) {
  margin: 0 2% 7px 0;
}
.page--home .section--member .nav--member li.new a:after {
  position: absolute;
  left: -5px;
  top: 0;
  content: "NEW";
  color: #e74b3d;
  font-size: 10px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  letter-spacing: 0;
  text-align: center;
  border-radius: 30px;
  background: #9c7451;
}
.page--home .section--member .nav--member .app {
  margin-bottom: 10px;
  border-bottom: #000 solid 1px;
  padding-bottom: 20px;
}
.page--home .section--member .nav--member .app li {
  float: none;
  width: 100%;
  margin: 0;
  text-align: left;
  background: transparent;
  margin: 0 0 10px;
}
.page--home .section--member .nav--member .app li a {
  padding: 5px 0;
  color: #9c7451;
}
.page--home .section--member .nav--member .app li span {
  font-weight: normal;
  opacity: 1;
}
.page--home .section--link {
  padding: 40px 5% 0px;
  border-bottom: #333 solid 1px;
}
.page--home .section--link .bnr--list {
  margin: 0 0 20px;
}
.page--home .section--link .bnr--list li {
  width: 49%;
  float: left;
  line-height: 0;
  margin: 0 2% 7px 0;
  border: 1px solid #616161;
  position: relative;
}
.page--home .section--link .bnr--list li:first-child {
  margin: 0 2% 60px 0;
}
.page--home .section--link .bnr--list li:first-child:after {
  content: "Google Chromeではご覧いただけません。Chrome以外のブラウザでご覧ください。";
  white-space: pre-wrap;
  display: block;
  position: absolute;
  font-size: 10px;
  text-align: left;
  line-height: 1.4;
  top: calc(100% + 5px);
  width: 100%;
  color: #fff;
}
.page--home .section--link .bnr--list li a {
  display: block;
}
.page--home .section--link .bnr--list li a .tit,
.page--home .section--link .bnr--list li a .txt {
  display: none;
}
.page--home .section--link .bnr--list li:nth-child(even) {
  margin-right: 0;
}
.page--home .section--information.fcnews .section-tit {
  font-size: 14px;
  text-align: center;
  margin-bottom: 20px;
}
.page--home .section--information.fcnews .section-tit img {
  display: block;
  width: 75%;
  margin-inline: auto;
}
.page--home .footer {
  position: relative;
}
.page--home .footer .list--support {
  display: block;
}
.page--home .footer .list--social {
  display: block;
}
.page--home .footer .nav--language {
  margin: 0 0 50px;
}
.page--home .footer .charity {
  margin-bottom: 30px;
}
.page--home .footer .charity a {
  color: inherit;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0.04em;
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 20px;
  border-top: 0.5px solid #333;
  border-bottom: 0.5px solid #333;
  position: relative;
  margin: 0px -20px;
}
.page--home .footer .charity a svg {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -5px;
  fill: #fff;
}
.footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 5% 32px;
}
.footer .list--support {
  padding: 20px 0;
}
.footer .list--support li {
  width: 50%;
  float: left;
}
.footer .list--support li a {
  color: inherit;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0.04em;
  display: block;
  padding: 10px 0;
  color: #fff;
  text-decoration: none;
}
.footer .list--social {
  display: block;
  margin-inline: auto;
  width: 100%;
  text-align: center;
}
.footer .list--social li {
  display: inline-block;
  margin: 0 15px 0 0;
}
.footer .list--social li a {
  display: block;
  color: #fff;
  font-size: 28px;
}
.footer .list--social li:last-child {
  margin-right: 0;
}
.footer .list--social svg {
  fill: #fff;
  height: 25px;
}
.footer .nav--language {
  display: none;
  padding: 25px 0 0;
  margin: 0 0 -15px;
  text-align: center;
}
.footer .copyright {
  color: inherit;
  font-size: 10px;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0.04em;
  font-family: "neue-haas-grotesk-display", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.footer .caution {
  font-size: 12px;
  margin: 10px 0;
  text-align: center;
  color: #b27b4c;
}
.page--home .footer .nav--language {
  display: block;
}
body:not(.page--home) .header {
  z-index: 101;
}
body:not(.page--home) .charity {
  display: none;
}
body:not(.page--faq) .wrap {
  position: relative;
}
body.page--home .wrap {
  position: static;
}
.page--faq .wrap .section--list {
  padding-bottom: 65px;
}
.page--faq .wrap footer {
  position: relative;
}
/* 下層ページ共通
------------------------------ */
.section--keyvisual,
footer .list--support,
footer .list--social {
  display: none;
}
.page--free {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.page--free .btn--sub {
  color: #fff;
  border-color: #fff;
}
.page--member .nav--language {
  color: #0d0d0d;
  text-align: center;
}
.page--member .nav--language li:nth-child(2) {
  border-color: #0d0d0d;
}
.page--member .wrap {
  color: #0d0d0d;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.05em;
  background-color: #fff;
}
.page--member .wrap .nav__pager {
  color: #0d0d0d;
}
.page--member .wrap .nav__pager li svg {
  fill: #0d0d0d;
}
.page--member .wrap .detail__btn a,
.page--member .wrap .btn--past a {
  color: #0d0d0d;
}
.page--member .wrap .detail__btn a svg,
.page--member .wrap .btn--past a svg {
  fill: #0d0d0d;
}
.page--member .wrap .footer .list--social li a {
  color: #0d0d0d;
}
.page--member .wrap .footer .copyright {
  color: #0d0d0d;
}
.page--member .wrap .section--detail .block--share li a {
  color: #0d0d0d;
}
.page--member .wrap .section--detail .block--share li a svg {
  fill: #0d0d0d;
}
.page--member.menuopen .header .nav--language {
  color: #fff;
}
.page--member.menuopen .header .nav--language li:nth-child(2) {
  border-color: #fff;
}
body:not(.page--home) [class^="section--"] {
  padding-top: 90px;
  padding-bottom: 164px;
}
body:not(.page--home) [class^="section--"] [class^="list--"] {
  margin: 0 0 20px;
}
body:not(.page--home) .section--list .section-tit {
  color: inherit;
  font-size: 27px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.06em;
  font-family: "neue-haas-grotesk-display", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-align: center;
  margin: 0 0 20px;
}
body:not(.page--home) .section--detail .tit {
  color: inherit;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.06em;
  margin: 0 0 10px;
}
body:not(.page--home) .section--detail .date {
  color: inherit;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.04em;
  line-height: 40px;
  margin: 0 0 20px;
}
body:not(.page--home) .section--detail .category {
  display: inline-block;
  color: inherit;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.04em;
  line-height: 1;
  padding-left: 15px;
  position: relative;
}
body:not(.page--home) .section--detail .category:before {
  content: "";
  height: 1px;
  width: 10px;
  background: rgba(66, 66, 66, 0.8);
  position: absolute;
  top: 50%;
  margin-top: -0.5px;
  left: 1px;
}
body:not(.page--home) .section--detail .date.new:after {
  content: "NEW";
  color: #e74b3d;
  margin: 0 0 0 5px;
}
body:not(.page--home) .section--detail .block--share {
  text-align: right;
  float: right;
}
body:not(.page--home) .section--detail .block--share li {
  display: inline-block;
  margin: 0 5px 0 0;
}
body:not(.page--home) .section--detail .block--share li a {
  display: block;
  color: #fff;
  font-size: 22px;
}
body:not(.page--home) .section--detail .block--share li:first-child {
  color: inherit;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.04em;
}
body:not(.page--home) .section--detail .block--share .line svg {
  fill: #fff;
  width: 20px;
  height: 20px;
  position: relative;
  bottom: -2px;
}
body:not(.page--home) .section--detail .txt a {
  color: #9c7451;
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -hp-pre-wrap;
  word-wrap: break-word;
}
body:not(.page--home) .section--detail .txt .ph {
  position: relative;
  line-height: 0;
}
body:not(.page--home) .section--detail .txt .dummy {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
/* info
------------------------------ */
.page--info .form__select {
  margin: 0 0 10px;
}
.page--info .section--detail .txt {
  -webkit-font-feature-settings: 'jp90';
  font-feature-settings: 'jp90';
  font-variant-east-asian: jis90;
}
.page--info .section--detail .txt iframe {
  width: 100%;
  height: auto;
}
.page--info .section--list .list-horizontal.list--video {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  border-left: #333 solid 1px;
  border-top: #333 solid 1px;
}
.page--info .section--list .list-horizontal.list--video li {
  background: none;
  width: 50%;
  float: none;
  margin: 0;
  margin-bottom: 0;
  transition: all 0.3s;
  border-bottom: #333 solid 1px;
}
.page--info .section--list .list-horizontal.list--video li a {
  min-height: 20vh;
  height: 100%;
  padding: 0;
  display: block;
  border-right: #333 solid 1px;
}
.page--info .section--list .list-horizontal.list--video li a .cover {
  width: 100%;
  height: auto;
  padding-top: 56.25%;
  background-color: #000;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page--info .section--list .list-horizontal.list--video li a .tit {
  color: #fff;
  font-size: 12px;
  padding: 7%;
}
.titleSetlist {
  position: relative;
  margin: 40px 0 20px;
  padding: 10px 20px;
  background: #333;
  color: #b8b8b8;
  font-weight: bold;
}
.titleSetlist::after {
  position: absolute;
  content: '\f078';
  font-family: 'FontAwesome';
  right: 15px;
  top: 50%;
  line-height: 0;
}
.setlistBox {
  display: none;
}
.buttonClose {
  margin: 40px 0 0;
  font-weight: bold;
  text-align: right;
}
.buttonClose::after {
  content: '\f077';
  margin-left: 10px;
  font-family: 'FontAwesome';
}
/* blog
------------------------------ */
body.page--blog .list-vertical li a {
  color: #0d0d0d;
}
body.page--blog .list-vertical li .tit {
  padding-left: 120px;
}
body.page--blog .list-vertical li .date {
  padding-left: 120px;
  margin: 0 0 3px;
  line-height: 2;
}
body.page--blog .list-vertical.list-thumb li .tit {
  padding-left: 0;
}
body.page--blog .list-vertical.list-thumb li .date {
  padding-left: 0;
}
body.page--blog .section--detail .nav__pager {
  margin-top: 30px;
}
body.page--blog .section--detail .txt span {
  word-break: break-all;
  white-space: normal;
}
body.page--blog .section--list .section-tit.image {
  margin: 0 -5.5% 20px;
  line-height: 0;
}
body.page--blog [class^="section--"] .comment-tit {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding-top: 5px;
  color: #9c7451;
}
body.page--blog [class^="section--"] .txt--lead {
  margin: 0 0 20px;
}
body.page--blog [class^="section--"] .list--form dd input {
  border: 0.5px solid rgba(66, 66, 66, 0.8);
}
body.page--blog [class^="section--"] .list--form dd textarea {
  border: 0.5px solid rgba(66, 66, 66, 0.8);
}
body.page--blog [class^="section--"] .block--error {
  margin: 0 0 20px;
}
body.page--blog [class^="section--"] .txt {
  margin: 0 0 30px;
}
body.page--blog [class^="section--"] .list--comment {
  margin-top: 40px;
}
body.page--blog [class^="section--"] .list--comment li {
  margin: 0 0 25px;
  padding: 0 0 25px;
}
body.page--blog [class^="section--"] .list--comment li a {
  position: relative;
}
body.page--blog [class^="section--"] .list--comment li svg {
  position: absolute;
  top: 50%;
  right: 2px;
  margin-top: -5px;
}
body.page--blog [class^="section--"] .list--comment li .txt {
  margin: 0 0 15px;
}
body.page--blog [class^="section--"] .list--comment li .date {
  float: right;
  padding-left: 14px;
  line-height: 1.2;
  margin: 0;
}
body.page--blog [class^="section--"] .list--comment li .name {
  color: inherit;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0.04em;
  margin: 0;
  padding: 0;
  border-bottom: none;
  line-height: 1.2;
}
body.page--blog [class^="section--"] .list--comment li .name span:first-of-type {
  font-family: "neue-haas-grotesk-display", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 700;
}
body.page--blog [class^="section--"] .list--comment li .name .nickname {
  padding: 0 75px 0 42px;
}
body.blogList.higuchiBlog .wrap {
  background-color: #fff;
  padding-bottom: 164px;
}
body.blogList.higuchiBlog .wrap .section-tit {
  padding-top: 90px;
  padding-bottom: 40px;
  line-height: 0;
}
body.blogList.higuchiBlog .wrap .inner {
  padding: 0 5% 0;
}
body.blogList.higuchiBlog .wrap .inner .categoryList {
  display: block !important;
  margin: 0 0 40px;
}
body.blogList.higuchiBlog .wrap .inner .categoryList li {
  display: inline-block;
  padding: 0 12px;
  font-size: 14px;
}
body.blogList.higuchiBlog .wrap .inner .categoryList li.newPost p {
  position: relative;
}
body.blogList.higuchiBlog .wrap .inner .categoryList li.newPost p::before {
  position: absolute;
  bottom: -8px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  transform: scaleX(1);
  transform-origin: right;
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #000;
}
body.blogList.higuchiBlog .wrap .inner .categoryList li.current a {
  position: relative;
}
body.blogList.higuchiBlog .wrap .inner .categoryList li.current a::before {
  position: absolute;
  bottom: -8px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  transform: scaleX(1);
  transform-origin: right;
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #000;
}
body.blogList.higuchiBlog .wrap .inner .categoryList li a {
  color: #000 !important;
  text-decoration: none;
}
body.blogList.higuchiBlog .wrap .inner .categoryList li + li {
  border-left: 1px solid #888;
}
body.blogList.higuchiBlog .wrap .inner .categoryInList {
  margin: 0 0 20px;
}
body.blogList.higuchiBlog .wrap .inner .categoryInList li {
  padding: 0 7px;
  margin-bottom: 7px;
  border-left: none;
  display: inline-block;
}
body.blogList.higuchiBlog .wrap .inner .categoryInList li a {
  color: #000;
  text-decoration: none;
}
body.blogList.higuchiBlog .wrap .inner .categoryInList li.year {
  color: #888;
}
body.blogList.higuchiBlog .wrap .inner .blogList {
  margin: 0 0 20px;
}
body.blogList.higuchiBlog .wrap .inner .blogList li {
  border-bottom: 0.5px solid rgba(66, 66, 66, 0.8);
}
body.blogList.higuchiBlog .wrap .inner .blogList li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 15px 0;
  color: #000;
}
body.blogList.higuchiBlog .wrap .inner .blogList li a .thumb {
  width: 33%;
  line-height: 0;
}
body.blogList.higuchiBlog .wrap .inner .blogList li a .thumb img {
  width: 100%;
  height: 68px;
  border: 0.5px solid rgba(66, 66, 66, 0.8);
}
body.blogList.higuchiBlog .wrap .inner .blogList li a .txtSet {
  width: 67%;
  padding: 0 0 0 15px;
}
body.blogList.higuchiBlog .wrap .inner .blogList li a .txtSet .articleTit {
  font-size: 15px;
  font-weight: bold;
}
body.blogList.higuchiBlog .wrap .inner .blogList li a .txtSet .date {
  font-size: 12px;
  font-weight: 600;
}
body.blogList.higuchiBlog .wrap .inner .blogList li.new .date:after {
  content: "NEW";
  color: #e74b3d;
  margin: 0 0 0 5px;
}
body.blogList.higuchiBlog .wrap .inner .noInfo {
  text-align: center;
  color: #888;
  margin: 0 0 25px;
  padding: 15px 0;
  font-size: 14px;
}
body.blogList.higuchiBlog .wrap .inner .pageNavi {
  display: flex;
  justify-content: space-between;
}
body.blogList.higuchiBlog .wrap .inner .pageNavi li svg {
  width: 15px;
  height: 15px;
}
body.blogList.higuchiBlog .wrap .inner .pageNavi li.prev svg {
  transform: rotate(180deg);
}
body.blogList.higuchiBlog .wrap .inner .pageNavi li.nav__pager--top a {
  font-size: 12px;
  font-family: "neue-haas-grotesk-display", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-decoration: none;
  color: #000;
}
body.detail.higuchiBlog .wrap {
  padding: 90px 5% 164px;
}
body.detail.higuchiBlog .wrap .inner .articleTit {
  color: inherit;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.06em;
  margin: 0 0 10px;
}
body.detail.higuchiBlog .wrap .inner .date {
  color: inherit;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.04em;
  line-height: 40px;
  margin: 0 0 20px;
}
body.detail.higuchiBlog .wrap .inner .txt {
  margin: 0 0 30px;
  font-size: 18px;
}
body.detail.higuchiBlog .wrap .inner .txt .block--player {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
body.detail.higuchiBlog .wrap .inner .txt .block--player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
body.detail.higuchiBlog .wrap .inner .txt .block--player .vjs-picture-in-picture-control.vjs-button:before {
  font-family: 'Material Symbols Outlined';
  font-size: 16px;
}
body.detail.higuchiBlog .wrap .inner .pageNavi {
  display: flex;
  justify-content: space-between;
}
body.detail.higuchiBlog .wrap .inner .pageNavi li svg {
  width: 15px;
  height: 15px;
}
body.detail.higuchiBlog .wrap .inner .pageNavi li.next svg {
  transform: rotate(180deg);
}
body.detail.higuchiBlog .wrap .inner .pageNavi li.nav__pager--top a {
  font-size: 12px;
  font-family: "neue-haas-grotesk-display", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-decoration: none;
  color: #000;
}
body.detail.liveAopBlog .section--detail {
  padding: 0;
}
body.detail.liveAopBlog .section--detail .date {
  line-height: 1.5;
}
body.detail.liveAopBlog .section--detail .list--comment .txt {
  word-break: break-all;
}
/* hoshino photolog
------------------------------ */
body.hoshinoBlog .wrap {
  color: #fff;
  background-color: #000;
  padding-bottom: 164px;
}
body.hoshinoBlog .wrap a {
  color: inherit;
  text-decoration: none;
}
body.hoshinoBlog .wrap .pageNavi {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.hoshinoBlog .wrap .pageNavi li {
  color: #fff;
}
body.hoshinoBlog .wrap .pageNavi .next,
body.hoshinoBlog .wrap .pageNavi .prev {
  width: 30px;
  height: 30px;
}
body.hoshinoBlog .wrap .pageNavi .next a,
body.hoshinoBlog .wrap .pageNavi .prev a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
body.hoshinoBlog .wrap .pageNavi .next a::after,
body.hoshinoBlog .wrap .pageNavi .prev a::after {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
}
body.hoshinoBlog .wrap .noInfo {
  text-align: center;
  padding: 30px 0;
}
body.hoshinoBlog .wrap .footer .copyright,
body.hoshinoBlog .wrap .footer .list--social li a {
  color: #fff;
}
body.blogList.hoshinoBlog .wrap .section-tit {
  padding: 75px 0 30px 20px;
}
body.blogList.hoshinoBlog .wrap .section-tit img {
  width: 132px;
  height: auto;
  display: block;
}
body.blogList.hoshinoBlog .wrap .categoryList {
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  color: #999;
}
body.blogList.hoshinoBlog .wrap .categoryList li {
  display: block;
  width: calc(100% / 3);
  padding-bottom: 10px;
  position: relative;
}
body.blogList.hoshinoBlog .wrap .categoryList li::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #999;
}
body.blogList.hoshinoBlog .wrap .categoryList li.current {
  color: #fff;
}
body.blogList.hoshinoBlog .wrap .categoryList li.current::after {
  background-color: #fff;
}
body.blogList.hoshinoBlog .wrap .categoryList a {
  display: block;
}
body.blogList.hoshinoBlog .wrap .categoryInList {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 15px;
  border-bottom: 1px solid #999;
}
body.blogList.hoshinoBlog .wrap .categoryInList li.year {
  width: 100%;
  text-align: left;
  margin: 0;
  padding-left: 20px;
}
body.blogList.hoshinoBlog .wrap .categoryInList li {
  margin-top: 15px;
  width: calc(100% / 6);
}
body.blogList.hoshinoBlog .wrap .categoryInList li a {
  position: relative;
}
body.blogList.hoshinoBlog .wrap .categoryInList li a.current {
  padding-bottom: 5px;
}
body.blogList.hoshinoBlog .wrap .categoryInList li a.current::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  bottom: 0;
  left: 0;
}
body.blogList.hoshinoBlog .wrap .blogList {
  padding: 20px;
}
body.blogList.hoshinoBlog .wrap .blogList.top {
  display: flex;
  flex-wrap: wrap;
}
body.blogList.hoshinoBlog .wrap .blogList.top li {
  width: calc((100% - 10px)/3);
  border: 1px solid #333;
  margin-bottom: 5px;
}
body.blogList.hoshinoBlog .wrap .blogList.top li + li {
  margin-left: 5px;
}
body.blogList.hoshinoBlog .wrap .blogList.top li + li:nth-of-type(3n + 1) {
  margin-left: 0;
}
body.blogList.hoshinoBlog .wrap .blogList.archive li {
  width: 100%;
  border-bottom: 1px solid #666;
  padding-bottom: 10px;
}
body.blogList.hoshinoBlog .wrap .blogList.archive li + li {
  margin-top: 30px;
}
body.blogList.hoshinoBlog .wrap .blogList a {
  display: block;
  width: 100%;
}
body.blogList.hoshinoBlog .wrap .blogList a img {
  width: 100%;
  display: block;
}
body.blogList.hoshinoBlog .wrap .blogList.non-member a .thumb {
  position: relative;
  overflow: hidden;
}
body.blogList.hoshinoBlog .wrap .blogList.non-member a .thumb::before {
  content: "MEMBER ONLY";
  display: block;
  position: absolute;
  color: #dfdfdf;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
body.blogList.hoshinoBlog .wrap .blogList.non-member a .thumb::after {
  content: "";
  display: block;
  width: 100%;
  height: 110%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(18, 18, 18, 0.5);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
body.blogList.hoshinoBlog .wrap .load-icon {
  background: none;
  width: fit-content;
  height: auto;
  position: inherit;
  margin: 10px auto;
}
@keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  45% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
body.blogList.hoshinoBlog .wrap .load-icon .ball-pulse > div:nth-child(1) {
  -webkit-animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
body.blogList.hoshinoBlog .wrap .load-icon .ball-pulse > div:nth-child(2) {
  -webkit-animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
body.blogList.hoshinoBlog .wrap .load-icon .ball-pulse > div:nth-child(3) {
  -webkit-animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
body.blogList.hoshinoBlog .wrap .load-icon .ball-pulse > div {
  background-color: #fff;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
}
body.blogList.hoshinoBlog .wrap .prev {
  margin-right: 40px;
}
body.blogList.hoshinoBlog .wrap .prev a:after {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform-origin: left bottom;
  bottom: 50%;
  right: 10px;
}
body.blogList.hoshinoBlog .wrap .next {
  margin-left: 40px;
}
body.blogList.hoshinoBlog .wrap .next a:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 50%;
  left: 10px;
}
body.blogList.hoshinoBlog.blogArchive .pageNavi {
  flex-direction: row-reverse;
}
body.detail.hoshinoBlog .wrap {
  padding-bottom: 164px;
}
body.detail.hoshinoBlog .wrap .inner {
  padding: 90px 20px 30px;
}
body.detail.hoshinoBlog .wrap article {
  background: #CFCFCF;
  color: #000;
  font-size: 14px;
}
body.detail.hoshinoBlog .wrap article .date {
  padding: 20px;
  font-size: 16px;
}
body.detail.hoshinoBlog .wrap article .ph {
  position: relative;
}
body.detail.hoshinoBlog .wrap article img {
  display: block;
  pointer-events: none;
  user-select: none;
}
body.detail.hoshinoBlog .wrap article .txt-area {
  padding: 30px 20px;
}
body.detail.hoshinoBlog .wrap article .list--thumb {
  background: #000;
}
body.detail.hoshinoBlog .wrap article .slick-slide {
  display: flex;
  align-items: center;
}
body.detail.hoshinoBlog .wrap article .slick-slide .vjs-big-play-button {
  opacity: 0;
}
body.detail.hoshinoBlog .wrap article .slick-slide.loaded .vjs-big-play-button {
  opacity: 1;
}
body.detail.hoshinoBlog .wrap article .slick-dots {
  text-align: center;
}
body.detail.hoshinoBlog .wrap article .slick-dots li button {
  border-radius: 50%;
  background: #fff;
}
body.detail.hoshinoBlog .wrap article .slick-dots li.slick-active button {
  background: #000;
}
body.detail.hoshinoBlog .wrap article .block--player.mov {
  width: 100%;
  padding-top: 56.25%;
}
body.detail.hoshinoBlog .wrap .next {
  margin-right: 40px;
}
body.detail.hoshinoBlog .wrap .next a:after {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform-origin: left bottom;
  bottom: 50%;
  right: 10px;
}
body.detail.hoshinoBlog .wrap .prev {
  margin-left: 40px;
}
body.detail.hoshinoBlog .wrap .prev a:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform-origin: right top;
  top: 50%;
  left: 10px;
}
/* wallpaper
------------------------------ */
body.page--wallpaper .list--wallpaper.list-vertical {
  border-top: 0.5px solid rgba(66, 66, 66, 0.8);
}
body.page--wallpaper .list--wallpaper.list-vertical li a {
  position: relative;
}
body.page--wallpaper .list--wallpaper.list-vertical li a .tit svg {
  position: absolute;
  top: 50%;
  right: 2px;
  margin-top: -5px;
}
body.page--wallpaper .list--wallpaper.list-horizontal li {
  width: 32%;
}
body.page--wallpaper .list--wallpaper.list-horizontal li .thumb {
  height: 170px;
}
body.page--wallpaper .list--wallpaper.list-horizontal li:nth-child(even) {
  margin-right: 2%;
}
body.page--wallpaper .list--wallpaper.list-horizontal li:nth-child(3n) {
  margin-right: 0;
}
body.page--wallpaper .section--detail .txt--center {
  margin: 0 0 15px;
}
body.page--wallpaper .section--detail.section--point .ph {
  width: 49%;
  height: 270px;
  line-height: 0;
  margin: 0 auto 20px;
  position: relative;
}
body.page--wallpaper .section--detail.section--point .ph img {
  width: 100%;
  height: 100%;
}
/* movie
------------------------------ */
body.page--movie .section--detail.section--point .ph {
  position: relative;
  line-height: 0;
  margin: 0 0 20px;
  text-align: center;
}
body.page--movie .section--detail.section--point .ph .dummy {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 90;
}
body.page--movie .section--detail.section--point video {
  width: 100%;
}
/* movie,wallpaperポイント課金ページ共通
------------------------------ */
[class^="page--"] .section--detail.section--point .txt--error {
  text-align: center;
}
[class^="page--"] .section--detail.section--point .point-wrap {
  margin: 0 0 20px;
}
[class^="page--"] .section--detail.section--point .list--point {
  border: 0.5px solid #ddd;
  padding: 20px;
  position: relative;
}
[class^="page--"] .section--detail.section--point .list--point li {
  width: 50%;
  float: left;
  text-align: center;
  color: inherit;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0.04em;
}
[class^="page--"] .section--detail.section--point .list--point li span {
  display: block;
}
[class^="page--"] .section--detail.section--point .list--point li span span {
  display: inline-block;
  color: inherit;
  font-size: 27px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
[class^="page--"] .section--detail.section--point .list--point li.necessary span span {
  color: #9c7451;
}
[class^="page--"] .section--detail.section--point .list--point li.rest:before {
  content: "";
  height: 50%;
  width: 1px;
  background: #ddd;
  position: absolute;
  top: 25px;
  left: 50%;
  margin-left: -4px;
  transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
}
/* new-movie
------------------------------ */
.page--movie.new-movie .wrap {
  background: #fff;
}
.page--movie.new-movie .wrap .detail__btn {
  display: none;
}
.page--movie.new-movie .wrap .nav__pager li svg {
  fill: #0d0d0d;
}
.page--movie.new-movie .footer .list--social li a {
  color: #0d0d0d;
}
.page--movie.new-movie .footer .copyright {
  color: #0d0d0d;
}
/* new-movie new-movie-detail
------------------------------ */
.page--movie.new-movie.new-movie-detail #new_movie {
  padding: 90px 5% 164px;
}
.page--movie.new-movie.new-movie-detail #new_movie .section-tit {
  display: none;
}
.page--movie.new-movie.new-movie-detail #new_movie .area--movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 0 auto 25px;
}
.page--movie.new-movie.new-movie-detail #new_movie .area--movie .block--player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  /*
				.video-js.vjs-paused .vjs-play-control,
				.video-js.vjs-playing .vjs-play-control,
				.video-js.vjs-paused .vjs-control-bar,
				.video-js.vjs-playing .vjs-control-bar {
					display: none;
				}
				*/
}
.page--movie.new-movie.new-movie-detail #new_movie .area--movie .block--player .vjs-big-play-centered .vjs-big-play-button {
  margin-top: -0.9em;
}
.page--movie.new-movie.new-movie-detail #new_movie .area--movie .block--player .video-js .vjs-play-control {
  top: -19vw;
  left: 43%;
}
.page--movie.new-movie.new-movie-detail #new_movie .area--movie .block--player .video-js.vjs-fullscreen .vjs-control-bar {
  bottom: 20px;
}
.page--movie.new-movie.new-movie-detail #new_movie .area--movie .block--player .video-js.vjs-fullscreen .vjs-play-control {
  top: calc(-50vh + 7.25vw + 20px);
}
.page--movie.new-movie.new-movie-detail #new_movie .block--tit {
  padding: 0;
  margin: 0 auto 40px;
}
.page--movie.new-movie.new-movie-detail #new_movie .block--tit .date {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
  margin: 0 0 5px;
  opacity: 1;
}
.page--movie.new-movie.new-movie-detail #new_movie .block--tit .tit {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin: 0;
}
.page--movie.new-movie.new-movie-detail #new_movie .area--more-info .block--tab {
  display: none;
}
.page--movie.new-movie.new-movie-detail #new_movie .area--more-info .block--tab__main .block--more_movies {
  border: none;
  padding: 0;
}
.page--movie.new-movie.new-movie-detail #new_movie .area--more-info .block--tab__main .block--more_movies .more_movies_title {
  color: inherit;
  font-size: 24px;
  line-height: 1.4;
  font-family: "neue-haas-grotesk-display", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-align: center;
  margin: 0 0 20px;
}
.page--movie.new-movie.new-movie-detail #new_movie .area--more-info .block--tab__main .block--more_movies .list--contents {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.page--movie.new-movie.new-movie-detail #new_movie .area--more-info .block--tab__main .block--more_movies .list--contents .item--more_movie {
  border-bottom: none;
  width: 48%;
  margin: 0 0 20px 0;
}
.page--movie.new-movie.new-movie-detail #new_movie .area--more-info .block--tab__main .block--more_movies .list--contents .item--more_movie a {
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
  padding: 0;
}
.page--movie.new-movie.new-movie-detail #new_movie .area--more-info .block--tab__main .block--more_movies .list--contents .item--more_movie a .thumb {
  width: 100%;
  margin-bottom: 10px;
}
.page--movie.new-movie.new-movie-detail #new_movie .area--more-info .block--tab__main .block--more_movies .list--contents .item--more_movie a .list__txt {
  width: 100%;
  padding: 0;
  color: #0d0d0d;
}
.page--movie.new-movie.new-movie-detail #new_movie .area--more-info .block--tab__main .block--more_movies .list--contents .item--more_movie a .list__txt .date {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
  margin: 0 0 5px;
  opacity: 1;
}
.page--movie.new-movie.new-movie-detail #new_movie .area--more-info .block--tab__main .block--more_movies .list--contents .item--more_movie a .list__txt .tit {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin: 0;
}
.page--movie.new-movie.new-movie-detail #new_movie .detail__btn {
  padding: 30px 0 10px;
  display: inline-block;
}
.page--movie.new-movie.new-movie-detail #new_movie .detail__btn a {
  color: #0d0d0d;
  line-height: 1.5;
}
/* discography
------------------------------ */
body.page--discography [class^="section--"] .form__select {
  margin: 0 0 30px;
}
body.page--discography [class^="section--"] .category {
  display: inline-block;
  color: inherit;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0.04em;
  font-family: "neue-haas-grotesk-display", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 700;
}
body.page--discography [class^="section--"] .date {
  display: inline-block;
  color: inherit;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: 0.04em;
  padding-left: 10px;
}
body.page--discography [class^="section--"] .date:after {
  content: "RELEASE";
  padding-left: 5px;
  font-weight: 300;
}
body.page--discography .list--discography li .block--txt {
  padding-left: 125px;
  line-height: 1;
}
body.page--discography .list--discography li .category {
  padding-left: 0;
}
body.page--discography .list--discography li .category:before {
  content: none;
}
body.page--discography .list--discography li .date {
  margin: 0 0 10px;
  padding-left: 5px;
  font-weight: 300;
}
body.page--discography .list--discography li .thumb {
  height: 110px;
}
body.page--discography .section--detail {
  padding: 90px 0 164px;
}
body.page--discography .section--detail .list--jacket li {
  position: relative;
  padding-right: 10px;
}
body.page--discography .section--detail .list--jacket li .jacket {
  position: relative;
  margin: 0 0 20px;
  line-height: 0;
}
body.page--discography .section--detail .list--jacket li img:not(.dummy) {
  border: 0.5px solid rgba(66, 66, 66, 0.8);
  width: 100%;
}
body.page--discography .section--detail .list--jacket li .disc-tit {
  text-align: center;
  padding-top: 8px;
  color: inherit;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0.04em;
}
body.page--discography .section--detail .dummy {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}
body.page--discography .section--detail figure.jacket {
  margin: 0 5% 20px;
  position: relative;
  line-height: 0;
}
body.page--discography .section--detail figure.jacket img {
  border: 0.5px solid rgba(66, 66, 66, 0.8);
  width: 100%;
}
body.page--discography .section--detail .block--txt {
  padding: 0 5%;
  -webkit-font-feature-settings: 'jp90';
  font-feature-settings: 'jp90';
  font-variant-east-asian: jis90;
}
body.page--discography .section--detail .block--txt .date {
  padding: 5px 0 0 0;
  margin-bottom: 30px;
  display: block;
}
body.page--discography .section--detail .block--txt .category {
  padding-left: 0;
  margin: 0 0 10px;
}
body.page--discography .section--detail .block--txt .category:before {
  content: none;
}
body.page--discography .section--detail .block--txt .txt {
  margin: 0 0 30px;
}
body.page--discography .section--detail .block--txt .txt a {
  color: #9c7451 !important;
}
body.page--discography .section--detail .block--txt .list--track {
  margin: 0 0 10px;
}
body.page--discography .section--detail .block--txt .list--track .disc-tit {
  font-weight: bold;
}
body.page--discography .section--detail .block--txt .list--track .tieup {
  color: #999;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0.04em;
  text-indent: -1em;
  padding-left: 1em;
  margin: 0 0 3px;
}
body.page--discography .section--detail .block--txt .list--track a {
  color: #9c7451;
}
/* profile
------------------------------ */
body:not(.page--home) .page--profile .ph.memberAll {
  line-height: 0;
  position: fixed;
  top: 0;
  left: 0;
  padding: 90px 5% 0;
}
body:not(.page--home) .page--profile .ph.scroll {
  opacity: 0.2;
}
body:not(.page--home) .page--profile .dummy {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
}
body:not(.page--home) .page--profile .block--txt {
  position: relative;
  margin-top: 300px;
}
body:not(.page--home) .page--profile .lead {
  font-weight: bold;
  margin: 0 0 20px;
}
body:not(.page--home) .page--profile .tit {
  text-align: center;
  margin: 0 0 20px;
}
body:not(.page--home) .page--profile .txt {
  margin: 0 0 30px;
}
body:not(.page--home) .page--profile .txt:last-of-type {
  margin-bottom: 0;
}
body:not(.page--home) .page--profile .member-profile {
  padding: 40px 0 0 ;
}
body:not(.page--home) .page--profile .member-profile li {
  margin: 0 0 30px;
  text-align: center;
}
body:not(.page--home) .page--profile .member-profile .ph {
  width: 50%;
  margin: 0 auto;
  position: relative;
}
body:not(.page--home) .page--profile .member-profile .name {
  font-weight: bold;
  margin: 0 0 10px;
}
body:not(.page--home) .page--profile .member-profile .txt {
  font-size: 13px;
}
/* support
------------------------------ */
body:not(.page--home) .section--support .section-tit {
  color: inherit;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.06em;
  margin: 0 0 20px;
  text-align: center;
}
body:not(.page--home) .section--support .txt {
  margin: 0 0 10px;
}
body:not(.page--home) .section--support .list--support {
  margin-bottom: 0;
}
body:not(.page--home) .section--support .list--support a {
  color: #9c7451;
}
body:not(.page--home) .section--support .list--support dt {
  font-weight: bold;
  margin: 0 0 3px;
}
body:not(.page--home) .section--support .list--support dd {
  margin: 0 0 20px;
}
body:not(.page--home) .section--support .list--support ul li {
  text-indent: -1em;
  padding-left: 1em;
}
body:not(.page--home) .section--support .terms-list li {
  margin: 0 0 10px;
}
body:not(.page--home) .section--support .terms-list li ul {
  padding-top: 10px;
}
body:not(.page--home) .section--support .terms-list li ul li {
  text-indent: -1em;
  padding-left: 1em;
  margin: 0 0 5px;
}
body:not(.page--home) .section--support .txt--attention {
  margin: 0 0 10px;
  text-align: center;
}
body:not(.page--home) .section--sitepolicy .list--support dt {
  margin: 0 0 12px;
  padding: 0 0 12px;
  border-bottom: 0.5px solid rgba(66, 66, 66, 0.8);
}
body:not(.page--home) .section--sitepolicy .list--support dd {
  margin: 0 0 40px;
}
body:not(.page--home) .section--sitepolicy .list--support dd:last-of-type {
  margin: 0 0 5px;
}
body:not(.page--home) .section--sitepolicy .list--support ul li {
  margin: 0 0 5px;
}
body:not(.page--home) .section--sitepolicy .list--support img {
  text-align: center;
  padding: 5px 0 0;
}
body:not(.page--home) .section--link .list--support {
  border-top: 0.5px solid rgba(66, 66, 66, 0.8);
}
body:not(.page--home) .section--link .list--support li {
  padding: 15px 0;
  border-bottom: 0.5px solid rgba(66, 66, 66, 0.8);
}
body:not(.page--home) .section--link .list--support li a {
  display: block;
  color: #9c7451;
}
body:not(.page--home) .section--contact .list--support dd .txt--sub {
  padding-top: 5px;
}
body:not(.page--home) .section--contact .list--support dd a {
  font-size: 13px;
}
/* faq
------------------------------ */
body.page--faq [class^="section--"] .tit--category {
  margin: 0 0 15px;
  font-weight: bold;
}
body.page--faq [class^="section--"] .list--faq {
  margin: 0 0 40px;
}
body.page--faq [class^="section--"] .list--faq .tit {
  padding: 0 0 0 25px;
}
body.page--faq [class^="section--"] .icon--q {
  font-family: "neue-haas-grotesk-display", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 700;
  float: left;
}
body.page--faq [class^="section--"] .icon--a {
  font-family: "neue-haas-grotesk-display", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 700;
  float: left;
}
body.page--faq .section--list .section-tit {
  color: inherit;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.06em;
  margin: 0 0 20px;
  text-align: center;
}
body.page--faq .section--list .search-box {
  position: relative;
  margin: 0 0 30px;
  text-align: center;
}
body.page--faq .section--list .search-box input[type="text"] {
  height: 40px;
  margin: 0 5px 0 0;
  padding: 0 10px;
  background: #fff;
  border: none;
  border-radius: 0;
  color: #000;
}
body.page--faq .section--list .search-box input[type="text"]:placeholder-shown {
  color: #ccc;
}
body.page--faq .section--list .search-box 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;
}
body.page--faq .section--detail .block--faq-detail {
  margin: 0 0 40px;
}
body.page--faq .section--detail .block--faq-detail [class^="icon--"] {
  font-size: 23px;
}
body.page--faq .section--detail .block--faq-detail .txt {
  padding-left: 40px;
}
body.page--faq .section--detail .block--faq-detail dt {
  border: 0.5px solid rgba(66, 66, 66, 0.8);
  padding: 15px 15px;
  margin: 0 0 20px;
}
body.page--faq .section--detail .block--faq-detail dd {
  border: 0.5px solid rgba(66, 66, 66, 0.8);
  padding: 15px 15px;
}
body.page--faq .section--detail .block--faq-detail dd .icon--a {
  color: #9c7451;
}
body.page--faq .section--detail .list--faq li .tit {
  color: inherit;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0.06em;
  margin-bottom: 0;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
body.page--faq .section--detail .block--contact a {
  color: #fff;
  text-decoration: none;
}
body.page--faq .section--detail .block--contact a svg {
  fill: #fff;
  margin: 0 0 0 5px;
}
body.page--faq .chatbot {
  display: flex;
  position: fixed;
  bottom: 40px;
  right: 5%;
}
body.page--faq .chatbot .icon {
  display: inline-block;
}
body.page--faq .chatbot .icon a {
  display: block;
  background: #e74b3d;
  border-radius: 50%;
  padding: 13px;
  line-height: 0;
}
body.page--faq .chatbot .icon a svg {
  width: 28px;
  height: 28px;
  fill: #fff;
}
body.page--faq .chatbot .comment {
  display: block;
  width: 100%;
  padding: 18px 14px;
  font-size: 12px;
  background: #fff;
  color: #000;
  border-radius: 10px;
  margin: 0 20px 0 0;
  position: relative;
  text-align: center;
  transition: all 0.3s ease;
}
body.page--faq .chatbot .comment:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  border: 8px solid transparent;
  border-left: 18px solid #fff;
  margin-top: -8px;
}
.show .chatbot .comment {
  opacity: 0;
}
/* contact
------------------------------ */
body.page--contact .section--detail .tit {
  text-align: center;
  margin: 0 0 20px;
}
body.page--contact .section--detail .lead {
  margin: 0 0 20px;
}
body.page--contact .section--detail .txt {
  margin: 0 0 20px;
}
body.page--contact .section--detail .list--attention li {
  line-height: 1.4;
  margin: 0 0 5px;
}
body.page--contact .section--detail .list--attention li i {
  float: left;
  font-size: 12px;
  position: relative;
  top: 4px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
body.page--contact .section--detail .list--attention li span {
  display: block;
  padding-left: 18px;
}
body.page--contact .section--detail .must.txt {
  color: #9c7451;
}
/* latest
------------------------------ */
.page--latest .list--latest li .date {
  padding-left: 120px;
  margin: 0 0 3px;
  line-height: 2;
}
.page--latest .list--latest li .tit {
  padding-left: 120px;
}
/* lyrics
------------------------------ */
body.page--lyrics .nav__pager {
  padding: 0 5%;
}
body.page--lyrics [class^="section--"] .txt--lead {
  margin: 0 0 20px;
}
body.page--lyrics [class^="section--"] .slick-track {
  width: 100%;
}
body.page--lyrics [class^="section--"] .slider.slider-nav {
  margin: 0 0 5px;
}
body.page--lyrics [class^="section--"] .slider.slider-nav .slick-track {
  padding: 0 5%;
  width: 100%!important;
}
body.page--lyrics [class^="section--"] .slick-list {
  padding: 0!important;
}
body.page--lyrics [class^="section--"] .song-tab {
  width: 47.7333333% !important;
  margin-right: 4.53333333%;
  text-align: center;
  padding: 20px 0;
  color: #9c7451;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.06em;
  font-family: "neue-haas-grotesk-display", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #0d0d0d;
  border-bottom: 1px solid #0d0d0d;
}
body.page--lyrics [class^="section--"] .song-tab:last-child {
  margin-right: 0;
}
body.page--lyrics [class^="section--"] .song-tab.slick-current {
  border-bottom: 2px solid #e74b3d;
  color: #e74b3d;
}
body.page--lyrics [class^="section--"] .list--form dd input {
  border: 0.5px solid rgba(66, 66, 66, 0.8);
}
body.page--lyrics [class^="section--"] .list--form dd textarea {
  border: 0.5px solid rgba(66, 66, 66, 0.8);
}
body.page--lyrics [class^="section--"] .block--error {
  margin: 0 0 20px;
}
body.page--lyrics .section--list .search-form {
  margin: 0 0 20px;
}
body.page--lyrics .section--list .block--search {
  margin: 0 0 20px;
}
body.page--lyrics .section--list .block--search dt {
  color: inherit;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.04em;
  margin: 0 0 3px;
}
body.page--lyrics .section--list .block--search dd {
  margin: 0 0 10px;
}
body.page--lyrics .section--list .block--search dd:last-of-type {
  margin-bottom: 0;
}
body.page--lyrics .section--list .block--search .form__select select {
  border: 0.5px solid rgba(66, 66, 66, 0.8);
}
body.page--lyrics .section--list .block--search .form__select::after {
  border: 0.5px solid rgba(66, 66, 66, 0.8);
  border-top: none;
  border-right: none;
}
body.page--lyrics .section--list .block--search dd input[type="text"] {
  border: 0.5px solid rgba(66, 66, 66, 0.8);
}
body.page--lyrics .section--list .list--song {
  margin: 0 5% 20px;
}
body.page--lyrics .section--list .list--song li a {
  color: #0d0d0d;
  position: relative;
}
body.page--lyrics .section--list .list--song li .comment {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
  padding-right: 0;
  font-size: 11px;
}
body.page--lyrics .section--list .list--song li svg {
  position: absolute;
  top: 50%;
  right: 2px;
  margin-top: -5px;
}
body.page--lyrics .section--detail .slider.slider-nav {
  margin: 0 0 20px;
}
body.page--lyrics .section--detail .list--song-info {
  margin: 0 0 10px;
}
body.page--lyrics .section--detail .list--song-info li {
  color: inherit;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0.04em;
  line-height: 1.5;
  opacity: 0.5;
}
body.page--lyrics .section--detail .list--lyrics li .txt {
  margin: 0 5%;
}
body.page--lyrics .section--detail .list--disc {
  margin: 0 5%;
}
body.page--lyrics .section--detail .list--disc li {
  margin: 0 0 30px;
}
body.page--lyrics .section--detail .list--disc li a {
  color: #0d0d0d;
  text-decoration: none;
  display: block;
}
body.page--lyrics .section--detail .list--disc li .thumb {
  line-height: 0;
  margin: 0 0 15px;
}
body.page--lyrics .section--detail .list--disc li .thumb img {
  background-image: url('/static/bucktick/official/nowprinting.jpg');
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
}
body.page--lyrics .section--detail .list--disc li .date {
  display: inline-block;
  color: inherit;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0.04em;
  font-family: "neue-haas-grotesk-display", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-bottom: 0;
}
body.page--lyrics .section--detail .list--disc li .date:after {
  content: "RELEASE";
  padding-left: 5px;
}
body.page--lyrics .section--detail .list--disc li .tit {
  margin-bottom: 0;
}
body.page--lyrics .section--detail .list--disc li .category {
  display: inline-block;
  color: inherit;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0.04em;
  font-family: "neue-haas-grotesk-display", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 700;
}
body.page--lyrics .section--detail .list--disc li:last-child {
  margin-bottom: 0;
}
body.page--lyrics .section--detail .list--lyrics-menu {
  border-top: 0.5px solid rgba(66, 66, 66, 0.8);
}
body.page--lyrics .section--detail .list--lyrics-menu li a {
  color: #0d0d0d;
  text-decoration: none;
  position: relative;
}
body.page--lyrics .section--detail .list--lyrics-menu li svg {
  position: absolute;
  top: 50%;
  right: 2px;
  margin-top: -5px;
}
body.page--lyrics .section--detail ul.btn {
  padding: 0 5%;
}
body.page--lyrics .section--detail .btn li {
  margin: 0 0 10px;
}
body.page--lyrics .section--detail.section--comment .list--song-info {
  margin: 0 0 30px;
}
body.page--lyrics .section--detail.section--done .txt--lead {
  margin: 0 0 30px;
  text-align: center;
}
body.page--lyrics .section--detail.section--done .txt--lead span {
  display: block;
  margin: 0 0 20px;
}
body.page--lyrics .lyrics {
  padding-right: 0;
  padding-left: 0;
}
body.page--lyrics .lyrics .txt--lead,
body.page--lyrics .lyrics .search-form,
body.page--lyrics .section--detail.lyrics .tit,
body.page--lyrics .section--detail.lyrics .list--song-info,
body.page--lyrics .section--detail.lyrics .detail__btn {
  padding-right: 5%;
  padding-left: 5%;
}
body.page--lyrics .section--detail.lyrics .list--lyrics-menu {
  margin-right: 5%;
  margin-left: 5%;
}
body.page--lyrics .section--detail.lyrics .list--disc li .tit {
  padding: 0;
}
/* qa
------------------------------ */
body.page--qa [class^="section--"] .txt--lead {
  margin: 0 0 20px;
}
body.page--qa [class^="section--"] .list--form dd input {
  border: 0.5px solid rgba(66, 66, 66, 0.8);
}
body.page--qa [class^="section--"] .list--form dd textarea {
  border: 0.5px solid rgba(66, 66, 66, 0.8);
}
body.page--qa [class^="section--"] .block--error {
  margin: 0 0 20px;
}
body.page--qa [class^="section--"] .txt {
  margin: 0 0 30px;
}
/* bbs
------------------------------ */
.page--bbs .list-vertical .date {
  margin: 0;
}
.page--bbs .block--parent .tit .comment {
  display: block;
  color: #999;
}
.page--bbs .txt--error {
  margin-bottom: -30px;
}
.page--bbs #form_box {
  margin: 30px -5.5% 40px;
  padding: 20px 5%;
  background: #f8f8f8;
}
.page--bbs .form--post dt {
  margin-top: 2em;
  font-weight: bold;
  font-size: 12px;
}
.page--bbs .form--post span {
  font-size: 12px;
}
.page--bbs .form--post textarea {
  border: 1px solid #000;
  background: #fff;
}
.page--bbs .form--post #text-count {
  text-align: right;
  font-size: 12px;
}
.page--bbs .form--post #text-count #num {
  font-weight: bold;
  font-size: 14px;
  padding: 0 3px;
  transition: none;
  -webkit-transition: none;
}
.page--bbs .form--post #text-count.over #num {
  color: #9c7451;
}
.page--bbs .notes dt {
  font-weight: bold;
  font-size: 12px;
}
.page--bbs .notes dd {
  padding: 0 0 0 1em;
}
.page--bbs .list--comment {
  border-top: 0.5px solid rgba(66, 66, 66, 0.8);
}
.page--bbs .list--comment li {
  position: relative;
  padding: 15px 0;
  border-bottom: 0.5px solid rgba(66, 66, 66, 0.8);
}
.page--bbs .list--comment li .txt {
  margin-bottom: 20px !important;
}
.page--bbs .list--comment li .report-btn {
  position: absolute;
  right: 0;
  bottom: 15px;
  font-size: 10px;
}
.page--bbs .list--comment li .report-btn a {
  color: #000;
}
.page--bbs .list--comment li .nickname {
  font-size: 12px;
  border: none;
}
.page--bbs .list--comment li .nickname .date {
  margin: 0;
  padding-left: 10px;
  line-height: 1;
}
.page--bbs #page_box {
  text-align: center;
  font-weight: bold;
}
.page--bbs #page_box a,
.page--bbs #page_box span,
.page--bbs #page_box li {
  display: inline-block;
}
.page--bbs #page_box a {
  text-decoration: none;
  color: #000;
  padding: 0 5px;
}
.page--bbs #page_box span {
  color: #000;
  padding: 0 5px;
  border-bottom: 2px solid;
}
/* questionnaire
------------------------------ */
body.page--questionnaire [class^="section--"] .lead {
  margin: 0 0 20px;
}
body.page--questionnaire [class^="section--"] .block--error {
  margin: 0 0 30px;
}
body.page--questionnaire [class^="section--"] .txt--error {
  margin: 0 0 10px;
}
body.page--questionnaire [class^="section--"] .list--form {
  margin: 0 0 30px;
}
body.page--questionnaire [class^="section--"] .list--form .form__select {
  width: auto;
}
body.page--questionnaire [class^="section--"] .list--form .age {
  width: 20%;
}
body.page--questionnaire [class^="section--"] .list--form .form__checkbox label p::before {
  border: none;
}
/* error
------------------------------ */
body.page--error .section--detail .tit {
  font-size: 20px;
  margin: 0 0 20px;
  text-align: center;
}
@media screen and (max-width: 360px) {
  body.page--error .section--detail .tit {
    font-size: 18px;
  }
  .detail__btn a,
  .btn--past a {
    line-height: 40px;
  }
  .list-horizontal li {
    margin: 0 2% 30px 0;
    width: 48%;
  }
  .header .drawer .g-nav a {
    font-size: 13px;
  }
  .page--home .section--member .nav--member li a {
    font-size: 14px;
  }
  .footer .list--support li a {
    font-size: 11px;
  }
  .page--home .section--member .nav--member li.new a:after {
    font-size: 12px;
  }
  .header .drawer .g-nav li.new a:after {
    font-size: 12px;
  }
  body.page--discography .list--discography li .date {
    padding-left: 0;
  }
  body.page--lyrics .section--list .list--song li .tit {
    margin-right: 100px;
  }
}
#schedule a {
  /*color:#fff;*/
}
#schedule a svg {
  fill: #fff;
}
#schedule .list-vertical li a .date {
  float: left;
  width: 3em;
  text-align: center;
}
#schedule .list-vertical li a .date .day {
  font-size: 20px;
  display: inline-block;
  margin: 0 0 5px;
  font-family: "neue-haas-grotesk-display", sans-serif;
}
#schedule .list-vertical li a .tit {
  padding-left: 4em;
  margin: -3px 0 0;
}
#schedule .list-vertical li a .tit .category {
  border: solid 1px;
  padding: 3px 5px 2px;
  line-height: 1;
  display: inline-block;
  margin: 0 0 5px;
}
#schedule .list-vertical li a .tit .category:before {
  content: none;
}
#schedule .list-vertical li a::after {
  content: "";
  clear: both;
}
#schedule .calendarHeader {
  display: flex;
  display: webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 30px;
}
#schedule .calendarHeader li {
  width: 20%;
}
#schedule .calendarHeader li a {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  text-decoration: none;
  position: relative;
  top: 9px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  left: 0;
}
#schedule .calendarHeader li a svg {
  width: 18px;
  height: 11px;
  padding-left: 5px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  left: 0;
  fill: #fff;
}
#schedule .calendarHeader li:nth-child(1) {
  text-align: left;
}
#schedule .calendarHeader li:nth-child(1) svg {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  right: 0;
  left: inherit;
}
#schedule .calendarHeader li:nth-child(1) a {
  right: 0;
  left: inherit;
}
#schedule .calendarHeader li:nth-child(1) a:hover {
  right: 10px;
}
#schedule .calendarHeader li:nth-child(1) a:hover svg {
  right: 5px;
}
#schedule .calendarHeader li:nth-child(2) {
  text-align: center;
  width: 60%;
}
#schedule .calendarHeader li:nth-child(2) .year {
  display: inlnie-block;
  padding-right: 5px;
}
#schedule .calendarHeader li:nth-child(2) .month {
  font-size: 32px;
  font-weight: 500;
}
#schedule .calendarHeader li:nth-child(2) .month_en {
  display: inlnie-block;
  padding-left: 5px;
}
#schedule .calendarHeader li:nth-child(3) {
  text-align: right;
}
#schedule .calendarHeader li:nth-child(3) a:hover {
  left: 10px;
}
#schedule .calendarHeader li:nth-child(3) a:hover svg {
  left: 5px;
}
#schedule .form--horizontal {
  text-align: center;
  margin: 30px auto 25px;
}
#schedule .form--horizontal li {
  display: inline-block;
  font-family: "neue-haas-grotesk-display", sans-serif;
  margin-right: 10px;
}
#schedule .form--horizontal li label {
  display: inline-block;
  margin: 0 0.3em 0 0;
}
#schedule .form--horizontal li label input[type="checkbox"] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
#schedule .form--horizontal li label p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: #636363;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0;
}
#schedule .form--horizontal :checked + p,
#schedule .form--horizontal label p:hover {
  color: #fff;
}
#schedule .form--horizontal p::before,
#schedule .form--horizontal p::after {
  content: none;
}
.section--banner_top {
  padding: 0px 5%;
  margin: -25px 0 -35px;
}
