@charset "utf-8";
/* ---------------------------------------
0.0 mixin
	0.1 colors
	0.2 typography
	0.3 spacer
	0.4 chevron
	0.5 flexbox
1.0 setting
	1.1 normalize
	1.2 clearfix
2.0 compontents
	2.1 button
	2.2 form
	2.3 list
	2.4 pagenation
3.0 layout
	3.1 base
	3.1 header
	3.2 footer
4.0 page
	4.1 parts
	4.2 home
	4.3 information
	4.4 discography
	4.5 gallery
	4.6 movie
	4.9 faq
	4.10 support
-------------------------------------------- */
@font-face {
  font-family: 'svgfont_1regular';
  src: url('/static/original/fanclub/css/appicon-webfont/appicon-webfont.eot');
  src: url('/static/original/fanclub/css/appicon-webfont/appicon-webfont.eot?#iefix') format('embedded-opentype'), url('/static/original/fanclub/css/appicon-webfont/appicon-webfont.woff') format('woff'), url('/static/original/fanclub/css/appicon-webfont/appicon-webfont.ttf') format('truetype'), url('/static/original/fanclub/css/appicon-webfont/appicon-webfont.svg#svgfont_1regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* 1.0 setting
============================== */
/* 1.1 normalize
------------------------------ */
html,
body {
  height: 100%;
  -webkit-text-size-adjust: none;
}
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
ul {
  list-style: none;
}
button,
input,
select,
textarea {
  margin: 0;
}
img,
iframe,
object,
audio,
video {
  height: auto;
  max-width: 100%;
}
iframe {
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
  text-align: left;
}
i {
  font-style: normal;
}
img {
  width: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
::selection {
  background: #333;
  color: #fff;
}
::-moz-selection {
  background: #333;
  color: #fff;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline: none;
}
/* 1.2 clearfix
------------------------------ */
.clearfix::after {
  display: table;
  content: "";
  clear: both;
}
/* 2.0 component
============================== */
/* 2.1 button
------------------------------ */
.detail__btn,
.btn {
  text-align: center;
  margin: 1em 0;
}
.btn .main,
.btn--main {
  color: inherit;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.05em;
  -webkit-appearance: none;
  display: inline-block;
  min-width: 80%;
  text-align: center;
  text-decoration: none;
  line-height: 3.4;
  padding: 0 1.5em;
  cursor: pointer;
  border: none;
  border-radius: 0;
  background: #333;
  color: #fff;
  font-weight: bold;
}
.detail__btn a,
.btn--sub {
  color: inherit;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.05em;
  -webkit-appearance: none;
  display: inline-block;
  min-width: 80%;
  text-align: center;
  text-decoration: none;
  line-height: 3.4;
  padding: 0 1.5em;
  cursor: pointer;
  border: none;
  border-radius: 0;
  background: #fff;
  color: #333;
  border: 1px solid #333;
}
.detail__btn {
  margin: 40px auto 0;
}
.detail__btn a::after {
  content: 'BACK';
  font-family: brandon-grotesque, sans-serif;
  font-weight: 700;
}
/* 2.2 form
------------------------------ */
.form--post {
  margin: 0 0 2em;
}
.form--post dt {
  margin: 2em 0 1em;
  font-weight: bold;
}
.form--post dd {
  margin: 0 0 0.5em;
}
/* placeholder */
::-webkit-input-placeholder {
  color: #999;
}
::-moz-placeholder {
  color: #999;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #999;
}
:-moz-placeholder {
  color: #999;
}
/* autofill */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
/* input */
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="number"] {
  color: inherit;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.03em;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border-radius: 0.3em;
  border: 1px solid #ccc;
  padding: 0.5em;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus {
  border-color: inherit;
}
input[type="text"].form__error,
input[type="tel"].form__error,
input[type="email"].form__error,
input[type="password"].form__error,
input[type="number"].form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}
input[type="text"].form__error:focus,
input[type="tel"].form__error:focus,
input[type="email"].form__error:focus,
input[type="password"].form__error:focus,
input[type="number"].form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
input[type="text"][disabled],
input[type="tel"][disabled],
input[type="email"][disabled],
input[type="password"][disabled],
input[type="number"][disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}
.input--half {
  width: 50% !important;
}
.input--quarter {
  width: 25% !important;
}
/* textarea */
textarea {
  color: inherit;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.03em;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border-radius: 0.3em;
  border: 1px solid #ccc;
  padding: 0.5em;
  height: 10em;
}
textarea:focus {
  border-color: inherit;
}
textarea.form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}
textarea.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
textarea[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}
/* select */
.form__select {
  display: inline-block;
  position: relative;
}
.form__select select {
  color: inherit;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.03em;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border-radius: 0.3em;
  border: 1px solid #ccc;
  padding: 0.5em;
  padding-right: 1.5em;
}
.form__select select:focus {
  border-color: inherit;
}
.form__select select.form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}
.form__select select.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
.form__select select[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}
.form__select::after {
  content: '';
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 2px solid #333;
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  right: 0.75em;
  top: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* checkbox */
.form__checkbox label p {
  color: inherit;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.03em;
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
.form__checkbox input[type="checkbox"],
.form__checkbox input[type="radio"] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__checkbox.form__error {
  color: #f33;
}
.form__checkbox label p {
  padding-left: 1.6em;
}
.form__checkbox label p::before {
  content: '';
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 0.3em;
  border: 1px solid #ddd;
  margin: -0.6em 0 0;
  position: absolute;
  left: 0;
  top: 50%;
}
.form__checkbox label p::after {
  content: '';
  display: inline-block;
  width: 0.8em;
  height: 0.4em;
  border: 2px solid #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: #333;
  border-color: #333;
}
.form__checkbox :checked ~ p::after {
  top: 50%;
  opacity: 1;
}
/* radio */
.form__radio label p {
  color: inherit;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.03em;
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
.form__radio input[type="checkbox"],
.form__radio input[type="radio"] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__radio.form__error {
  color: #f33;
}
.form__radio label p {
  padding-left: 1.6em;
}
.form__radio label p::before {
  content: '';
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  border: 1px solid #ddd;
  margin: -0.6em 0 0;
  position: absolute;
  left: 0;
  top: 50%;
}
.form__radio :checked ~ p::before {
  border-color: #333;
  border-width: 0.3em;
}
/* toggle button */
.form__toggle label p {
  color: inherit;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.03em;
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
.form__toggle input[type="checkbox"],
.form__toggle input[type="radio"] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__toggle.form__error {
  color: #f33;
}
.form__toggle label p {
  padding-left: 0;
  position: relative;
}
.form__toggle label p::before,
.form__toggle label p::after {
  content: '';
  display: block;
  height: 30px;
  margin: -15px 0 0;
  position: absolute;
  border: 1px solid #ddd;
}
.form__toggle label p::before {
  width: 50px;
  border-radius: 15px;
  right: 0;
  top: 50%;
}
.form__toggle label p::after {
  width: 30px;
  background: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  right: 20px;
  top: 50%;
}
.form__toggle :checked ~ p::before {
  background: #333;
  border-color: #333;
}
.form__toggle :checked ~ p::after {
  right: 0;
}
/* horizontal */
.form--horizontal li {
  display: inline-block;
}
.form--horizontal label {
  display: inline-block;
  margin: 0 0.3em 0 0;
}
.block--error {
  color: #c00;
  background: rgba(204, 0, 0, 0.15);
  padding: 10px;
  border-radius: 5px;
}
.form--confirm {
  padding: 20px 0 0;
}
.form--confirm dt {
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 5px;
}
.form--confirm dd {
  margin: 0 0 1em;
}
/* 2.3 list
------------------------------ */
/*  information */
.list--schedule a,
.list--information a {
  display: block;
  color: inherit;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.05em;
  padding: 1.5em 1em 1.5em 0;
  position: relative;
}
.list--schedule .tit,
.list--information .tit {
  color: inherit;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.list--schedule .date,
.list--information .date {
  margin: 0 0 5px;
  font-size: 12px;
}
.list--schedule .auth,
.list--information .auth {
  font-size: 10px;
  margin-left: 10px;
  padding: 3px 4px;
  color: #999;
}
.list--schedule .category,
.list--information .category {
  display: inline-block;
  font-family: brandon-grotesque, sans-serif;
}
.list--schedule .date--event,
.list--information .date--event {
  color: inherit;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
.list--schedule li,
.list--information li {
  position: relative;
  margin: 0 0 10px;
  background: #eef1f3;
}
.list--schedule .date,
.list--information .date {
  margin: 0 0 10px;
  font-weight: 500;
}
.list--schedule .new .date::after,
.list--information .new .date::after {
  content: ' ';
  display: inline-block;
  width: 25px;
  height: 12px;
  margin-left: 10px;
  background: url(/static/abemao/fanclub/cmn/ico_new.png) no-repeat 50% 50%;
  background-size: contain;
  vertical-align: -2px;
}
.list--schedule .nextlive,
.list--information .nextlive {
  position: absolute;
  top: -14px;
  font-size: 10px;
  font-weight: 700;
}
.list--schedule .nextlive svg,
.list--information .nextlive svg {
  width: 12px;
  height: 12px;
  margin-right: 5px;
  vertical-align: -2px;
}
.list--schedule .eventStart,
.list--information .eventStart {
  font-size: 18px;
  font-weight: 500;
}
.list--schedule .eventStart span,
.list--information .eventStart span {
  font-size: 12px;
  padding: 0 5px;
}
.list--schedule .eventStart .year,
.list--information .eventStart .year {
  background: #fff;
  border-radius: 10px;
  font-size: 10px;
  padding: 0 10px;
}
.list--schedule .category,
.list--information .category {
  background: #fff;
  font-size: 10px;
  line-height: 1;
  min-width: 75px;
  padding: 2px 8px;
  margin-left: 10px;
  border-radius: 10px;
  vertical-align: 2px;
  text-align: center;
}
.list--schedule a,
.list--information a {
  padding: 15px;
}
.list--schedule a::before,
.list--information a::before {
  display: none;
}
.list--schedule .no-data,
.list--information .no-data {
  padding: 35px 5%;
  border: none !important;
}
.list--schedule .list__txt,
.list--information .list__txt {
  padding-left: 110px;
}
.list--schedule .list__txt .date,
.list--information .list__txt .date {
  margin: 5px 0 0;
}
.list--contents::after {
  display: table;
  content: "";
  clear: both;
}
.list--contents li {
  width: 47%;
  float: left;
}
.list--contents li:nth-child(even) {
  margin-left: 6%;
}
.list--contents li:nth-child(2n+1) {
  clear: both;
}
.list--contents .tit {
  font-weight: bold;
}
.list--contents .date {
  margin: 5px 0 0;
  font-size: 12px;
}
.list--contents .new .date:after {
  content: ' ';
  display: inline-block;
  width: 25px;
  height: 12px;
  margin-left: 10px;
  background: url(/static/abemao/fanclub/cmn/ico_new.png) no-repeat 50% 50%;
  background-size: contain;
  vertical-align: -2px;
}
.list--contents li {
  position: relative;
  margin: 0 0 20px;
}
.list--contents li:last-child {
  margin-bottom: 0;
}
.list--contents li a {
  display: block;
  position: relative;
}
.list--contents li .thumb {
  margin: 0 0 10px;
  line-height: 0;
}
.list--contents li .thumb img {
  border: 1px solid #ddd;
}
.no-data {
  text-align: center;
  opacity: 0.5;
}
.list--latest li {
  position: relative;
  float: left;
  width: 50%;
  margin: 0 0 30px;
}
.list--latest li:last-child {
  margin: 0;
}
.list--latest li a {
  display: block;
  position: relative;
  color: #fff;
}
.list--latest li .date {
  color: #999;
  font-weight: 500;
  font-size: 12px;
}
.list--latest li.new .date::after {
  content: ' ';
  display: inline-block;
  width: 25px;
  height: 12px;
  margin-left: 10px;
  background: url(/static/abemao/fanclub/cmn/ico_new_bl.png) no-repeat 50% 50%;
  background-size: contain;
  vertical-align: -2px;
}
.list--latest li .tit {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 700;
  font-size: 16px;
  margin: 0 0 5px;
}
.list--latest li .thumb {
  line-height: 0;
  margin: 0 0 15px;
  background: url(/static/abemao/fanclub/cmn/contents_noimage.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.list--latest li .thumb img {
  background-size: 100%;
}
.list--latest li:nth-child(3n) {
  margin-right: 0;
}
.list--latest .list--blog {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 20px;
}
.list--latest .list--blog li {
  position: relative;
  float: none;
  width: calc(50% - 10px);
  margin: 0;
}
.list--latest .list--blog li:nth-child(3n) {
  margin-right: 0;
}
/* 2.4 pagenation
------------------------------ */
.block--pager {
  color: inherit;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 20px 0 0;
  letter-spacing: -0.5em;
}
.block--pager li {
  position: relative;
  display: inline-block;
  width: calc(100% / 3);
  padding: 0.5em 0;
  letter-spacing: 0.03em;
  vertical-align: middle;
}
.block--pager li a,
.block--pager li span {
  display: block;
  min-width: 2.4em;
  height: 2.4em;
  line-height: 2.3em;
  padding: 0 0.5em;
}
.block--pager .blogtop {
  font-weight: bold;
  font-family: brandon-grotesque, sans-serif;
}
.block--pager .current span {
  background-color: #333;
  color: #fff;
  border-color: #333;
}
.block--pager .block--pager--newer,
.block--pager .pager__item--newer {
  text-align: left;
  padding-left: 30px;
}
.block--pager .block--pager--newer a::before,
.block--pager .block--pager--newer span::before,
.block--pager .pager__item--newer a::before,
.block--pager .pager__item--newer span::before {
  display: block;
  width: 26px;
  height: 7px;
  left: -2px;
  margin-top: -4px;
  line-height: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  content: '';
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 2px solid #333;
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  right: auto;
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 2%;
}
.block--pager .block--pager--older,
.block--pager .pager__item--older {
  text-align: right;
  padding-right: 30px;
}
.block--pager .block--pager--older a::after,
.block--pager .block--pager--older span::after,
.block--pager .pager__item--older a::after,
.block--pager .pager__item--older span::after {
  display: block;
  width: 26px;
  height: 7px;
  right: -2px;
  margin-top: -4px;
  line-height: 0;
  content: '';
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 2px solid #333;
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  right: 6%;
  top: 50%;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.block--pager .block--pager--newer span,
.block--pager .block--pager--older span,
.block--pager .pager__item--newer span,
.block--pager .pager__item--older span {
  opacity: 0.2;
}
.page--blog.page--blog-detail .section--detail .video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.page--blog.page--blog-detail .section--detail .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.page--blog.page--blog-detail .block--pager .pager__item--newer,
.page--blog.page--blog-detail .block--pager .pager__item--older {
  width: 20%;
}
.page--blog.page--blog-detail .block--pager .pager__item--other {
  width: 60%;
}
.page--blog.page--blog-detail .block--player {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
/* 3.0 layout
============================== */
/* 3.1 base
------------------------------ */
body {
  background-color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Roboto-Regular", 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", 'Arial', sans-serif;
  color: #333;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-size: 15px;
  font-weight: normal;
}
a {
  color: #333;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pc {
  display: none !important;
}
.bold {
  font-weight: bold;
}
.center {
  text-align: center;
}
/* 3.2 header
------------------------------ */
.header {
  position: relative;
  width: 100%;
}
.header h1 {
  position: absolute;
  top: 25px;
  left: 4%;
  width: 50%;
}
.drawer {
  display: none;
  position: fixed;
  z-index: 998;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.drawer .inner {
  padding: 50px 5%;
}
.drawer__btn {
  position: fixed;
  right: 3%;
  top: 12px;
  width: 50px;
  height: 50px;
  z-index: 999;
  text-align: center;
  background: #333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.drawer__btn::after {
  position: absolute;
  top: 6px;
  left: 3px;
  display: block;
  width: 50px;
  content: 'MENU';
  font-size: 14px;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 900;
  word-wrap: break-word;
  letter-spacing: 0.45em;
  line-height: 1.4em;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.drawer__btn span {
  position: absolute;
  display: block;
  height: 2px;
  background: #fff;
  width: 0;
  left: 50%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  transform: scale(0.5);
  opacity: 0;
}
.drawer__btn span.top {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 50%;
}
.drawer__btn span.bottom {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
}
.bnr-show .drawer__btn {
 top: 80px;
}
.bnr-show.menuopen .drawer__btn{
 top: 12px;
}
.g-nav {
  position: relative;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 700;
  margin: 0 0 30px;
}
.g-nav a {
  font-size: 14px;
  display: block;
}
.g-nav a:hover {
  color: #ff7675;
}
.g-nav .block--join {
  position: absolute;
  right: 6%;
  top: 8px;
}
.g-nav .block--join li {
  display: inline-block;
}
.g-nav .block--join svg {
  width: 16px;
  height: 16px;
  margin: 0 10px;
  fill: #333;
}
.g-nav .menu li {
  width: 50%;
  float: left;
  margin: 0 0 15px;
}
.g-nav .menu li svg {
  display: inline-block;
  width: 16px;
  height: 16px;
  padding-top: 0px;
  padding-right: 0px;
  margin-bottom: -1px;
  margin-left: -2px;
}
.g-nav::before {
  display: block;
  color: #fff;
  font-size: 26px;
  margin: 0 0 15px;
  text-shadow: #333 1px 1px 0px, #333 -1px 1px 0px, #333 1px -1px 0px, #333 -1px -1px 0px;
}
.g-nav.free::before {
  content: 'OFFICIAL';
}
.g-nav.members::before {
  content: 'FAN CLUB';
}
.g-nav .nav--sns {
  margin: 30px 0 0;
}
.g-nav .nav--sns li {
  display: inline-block;
  float: none;
  width: auto;
  margin: 0 20px 0 0;
}
.g-nav .nav--sns a {
  font-size: 18px;
}
.menuopen .drawer__btn::after {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}
.menuopen .drawer__btn span {
  opacity: 1;
  width: 34px;
  margin-left: -17px;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.fcarea .drawer__btn {
  background: #fff;
}
.fcarea .drawer__btn::after {
  color: #333;
}
.fcarea.menuopen .drawer__btn {
  background: #333;
}
/* 3.3 footer
------------------------------ */
.footerarea .wrap .fanclub .blogFloatBtn a {
  opacity: 0;
  pointer-events: none;
}
footer {
  color: #707070;
  width: 100%;
  border-top: 1px solid #ccc;
}
footer .tit-support {
  position: relative;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 700;
  font-size: 17px;
  padding: 20px 5%;
}
footer .tit-support::before,
footer .tit-support::after {
  position: absolute;
  top: 50%;
  right: 5%;
  content: ' ';
  display: block;
  background: #707070;
  width: 15px;
  height: 2px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
footer .tit-support::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
footer .tit-support.open::before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
footer .tit-support.open::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
footer .nav--support {
  display: none;
  padding-bottom: 20px;
}
footer .nav--support a {
  display: block;
  padding: 0 5%;
  color: #707070;
  line-height: 2.5em;
  position: relative;
}
footer .nav--support a::after {
  content: '';
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 2px solid #333;
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  right: 6%;
  top: 50%;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  opacity: 0.2;
}
footer .copyright {
  border-top: 1px solid #ccc;
  padding: 30px 5%;
  text-align: center;
  font-size: 12px;
}
/* 4.0 page
============================== */
.wrap {
  position: relative;
  min-height: 100%;
}
/*  4.1 parts
------------------------------ */
/* typography */
.page-tit {
  color: inherit;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
  margin: 0 0 1em;
}
.section-tit {
  color: inherit;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
  margin: 0 0 1em;
  text-align: center;
  font-family: brandon-grotesque, sans-serif;
  text-transform: uppercase;
}
.section-tit span {
  display: block;
  font-size: 0.8em;
}
.block-tit {
  color: inherit;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
  margin: 0 0 1em;
  font-family: brandon-grotesque, sans-serif;
}
.txt--lead {
  color: inherit;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.03em;
  margin: 0 0 1em;
}
.txt--basic {
  color: inherit;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin: 0 0 1em;
}
.txt--sub {
  color: inherit;
  font-size: 11px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.thumb,
.ph {
  position: relative;
}
.dummy {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
/* 4.2 home
------------------------------ */
.page--home .loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #fff;
}
.page--home .wrap {
  padding-bottom: 0;
}
.page--home footer .nav--support {
  display: block;
}
.page--home section {
  position: relative;
  margin: 0 auto 60px;
  padding: 0 6%;
}
.page--home .official {
  margin-bottom: 100px;
}
.page--home .more {
  margin: 20px 0 0;
  font-weight: 700;
  font-family: brandon-grotesque, sans-serif;
  text-align: right;
}
.page--home .keyvisual {
  position: relative;
  padding: 0;
  height: 390px;
  overflow: hidden;
}
.page--home .keyvisual .ph {
  position: absolute;
  top: 90px;
  left: 5%;
  width: 90%;
  height: 60%;
  margin: 0 auto;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: 2;
}
.page--home .keyvisual .ph.blur {
  z-index: 1;
  top: 110px;
  left: 8%;
  opacity: 0.5;
  -webkit-filter: blur(20px);
  filter: blur(20px);
}
.page--home .keyvisual .ph .scroll {
  display: none;
}
.page--home .keyvisual .block--sns {
  position: fixed;
  top: 28px;
  right: 85px;
  text-align: center;
  z-index: 99;
  transition: 0.4s;
}
.page--home .keyvisual .block--sns li {
  display: none;
  font-size: 18px;
}
.page--home .keyvisual .block--sns li a {
  display: block;
  padding: 5px;
  background: #fff;
}
.page--home .keyvisual .block--sns li:first-child {
  display: block;
  margin: 0 0 10px;
  font-family: brandon-grotesque, sans-serif;
  font-weight: bold;
  font-size: 12px;
}
.page--home .keyvisual .block--sns li:first-child .fa {
  margin-right: 5px;
}
.page--home.bnr-show .keyvisual .block--sns{
 top: 100px;
}
.page--home .section--banner {
  padding: 0;
}
.page--home .section--banner .block-tit {
  padding: 0 6%;
}
.page--home .section--banner #arrows {
  position: absolute;
  width: 65px;
  top: 12px;
  right: 5%;
  z-index: 2;
}
.page--home .section--banner #arrows .slick-next {
  content: '';
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 2px solid #333;
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  right: auto;
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  text-indent: -100%;
}
.page--home .section--banner #arrows .slick-prev {
  content: '';
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 2px solid #333;
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.page--home .section--banner #arrows .slick-disabled {
  opacity: 0.2;
}
.page--home .section--banner .slick-counter {
  position: absolute;
  width: 36px;
  top: 1px;
  right: 32px;
  font-weight: bold;
  font-size: 12px;
}
.page--home .section--banner .slick-counter span {
  vertical-align: top;
  display: inline-block;
  line-height: 12px;
  width: 18px;
  text-align: center;
}
.page--home .section--banner .slick-counter .current {
  vertical-align: top;
}
.page--home .section--banner .slick-counter .current::after {
  position: absolute;
  left: 45%;
  top: -3px;
  content: '';
  display: block;
  width: 1px;
  height: 25px;
  background: #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.page--home .section--banner .slick-counter .total {
  vertical-align: bottom;
}
.page--home .list--tabs {
  margin: 0 0 15px;
  font-weight: 700;
  font-family: brandon-grotesque, sans-serif;
  text-align: center;
  font-size: 18px;
}
.page--home .list--tabs .slick-current {
  color: #fff;
  text-shadow: #333 1px 1px 0px, #333 -1px 1px 0px, #333 1px -1px 0px, #333 -1px -1px 0px;
}
.page--home .pane .list--schedule {
  padding-top: 20px;
}
.page--home .section--disc .block-tit {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  color: inherit;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-family: brandon-grotesque, sans-serif;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.page--home .section--disc::after {
  content: ' ';
  display: block;
  position: absolute;
  top: 10%;
  left: 3%;
  width: 94%;
  height: 400px;
  margin: 0 auto;
  background: #eef1f3;
}
.page--home .section--disc div[class^="block"] {
  position: relative;
  margin: 0 auto;
}
.page--home .section--disc div[class^="block"] a {
  display: block;
}
.page--home .section--disc div[class^="block"] .block-tit {
  left: -95px;
  top: 52px;
}
.page--home .section--disc .block--disc {
  width: 70%;
  margin-bottom: 50px !important;
}
.page--home .section--disc .block--disc .tit {
  font-size: 12px;
}
.page--home .section--disc .block--disc .date {
  margin: 0 0 5px;
  font-size: 12px;
}
.page--home .section--disc .block--disc .ph img {
  background-size: contain;
}
.page--home .section--disc .block--mv {
  width: 85%;
  position: relative;
  left: -15px;
}
.page--home .section--disc .block--mv .block-tit {
  right: -85px;
  left: auto !important;
}
.page--home .section--disc .block--mv .tit {
  font-size: 12px;
}
.page--home .section--disc .block--mv .ph::after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  content: ' ';
  width: 65px;
  height: 65px;
  margin: -32px 0 0 -32px;
  background: url(/static/abemao/fanclub/cmn/ico_play.png) no-repeat 50% 50%;
  background-size: contain;
}
.page--home .section--disc .block--mv img {
  background-size: 120%;
}
.page--home .section--disc .date,
.page--home .section--disc .tit {
  position: relative;
  z-index: 2;
}
.page--home .section--disc .date {
  margin: 0 0 10px;
  font-weight: 700;
}
.page--home .section--disc .tit {
  font-weight: bold;
}
.page--home .section--disc .ph {
  margin: 0 0 15px;
}
.page--home .section--disc .ph img {
  position: relative;
  z-index: 2;
}
.page--home .section--disc .ph img.blur {
  position: absolute;
  top: 20px;
  right: -15px;
  z-index: 1;
  opacity: 0.5;
  -webkit-filter: blur(30px);
  filter: blur(30px);
}
.page--home .fanclub-title {
  position: relative;
  line-height: 0;
  padding: 0 6%;
}
.page--home .fanclub-title .usagi {
  width: 26%;
}
.page--home .fanclub-title .logo {
  width: 60%;
  position: relative;
  top: -45px;
  left: 20px;
}
.page--home .fanclub-title .block--join {
  position: absolute;
  bottom: 20px;
  left: 36%;
  text-align: center;
  display: block !important;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 700;
  font-size: 18px;
}
.page--home .fanclub-title .block--join li {
  display: inline-block;
}
.page--home .fanclub-title .block--join .join::after {
  content: '/';
  color: #ccc;
  margin: 0 10px;
  font-weight: 200;
}
.page--home .fanclub {
  position: relative;
  padding: 30px 0 40px;
  background: #111;
  color: #fff;
}
.page--home .fanclub section {
  margin-bottom: 45px;
}
.page--home .fanclub .block--title .block--status {
  color: #fff;
  font-size: 12px;
  padding: 0 6% 40px;
  text-align: center;
}
.page--home .fanclub .block--title .block--status .name {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}
.page--home .fanclub .block--title .block--status .name .month,
.page--home .fanclub .block--title .block--status .name .year {
  margin-left: 5px;
  padding: 0 4px;
  font-size: 12px;
  border: 1px solid;
  vertical-align: 2px;
}
.page--home .fanclub .block--title .block--status .name a {
  display: block;
  color: #fff;
}
.page--home .fanclub .block--title .block--status .number {
  font-weight: bold;
}
.page--home .fanclub .block--title .block--status .change {
  font-weight: bold;
}
.page--home .fanclub .block--title .block--status .change a {
  color: #fff;
}
.page--home .fanclub .block--title .block--status .limitYear {
  font-weight: bold;
  color: #c00;
}
.page--home .fanclub .block--title .block--status .limitYear a {
  color: #c00;
  text-decoration: underline;
}
.page--home .fanclub .section--info .list--information li {
  background: #222;
}
.page--home .fanclub .section--info .list--information .date {
  color: #999;
}
.page--home .fanclub .section--info .list--information .new .date::after {
  background-image: url(/static/abemao/fanclub/cmn/ico_new_bl.png);
}
.page--home .fanclub .section--info .block-tit {
  left: -35px;
  top: 24px;
}
.page--home .fanclub .section--info .more a {
  color: #fff;
}
.page--home .fanclub .section--latest .block-tit {
  left: -48px;
  top: 36px;
}
.page--home .fanclub .section--appli {
  margin-bottom: 20px;
}
.page--home .fanclub .section--appli li {
  float: left;
  width: 22%;
  margin-right: 4%;
  font-size: 11px;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 700;
  text-align: center;
}
.page--home .fanclub .section--appli li:last-child {
  margin-right: 0;
}
.page--home .fanclub .section--appli li a {
  color: #fff;
}
.page--home .fanclub .section--appli li .icon {
  margin: 0 0 10px;
}
.page--home .fanclub .section--appli li .iconImg {
  float: none;
  border: none;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  line-height: 60px;
}
.page--home .fanclub .section--appli .tit {
  line-height: 1em;
}
.page--home .fanclub .blogFloatBtn {
  position: fixed;
  right: 3%;
  bottom: 40px;
  z-index: 10;
}
.page--home .fanclub .blogFloatBtn a {
  display: block;
  background: #FFF;
  padding: 10px 20px;
  font-weight: 600;
  font-family: brandon-grotesque, sans-serif;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.page--home .pagetop {
  position: absolute;
  bottom: 100px;
  left: -7%;
}
.page--home .pagetop:hover {
  cursor: pointer;
}
.page--home .pagetop .text {
  display: block;
  font-size: 12px;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 700;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #333;
}
.page--home .pagetop .text::after {
  position: absolute;
  top: 45%;
  left: 70px;
  content: '';
  display: block;
  width: 80px;
  height: 1px;
  background: #333;
}
.page--home .pagetop .text::after {
  -webkit-animation: pagetop 1.5s linear 0s infinite;
  -moz-animation: pagetop 1.5s linear 0s infinite;
  animation: pagetop 1.5s linear 0s infinite;
}
.page--home #app-bnr {
  position: fixed;
  display: block;
  width: 100%;
  left: 0;
  top: 0;
  z-index:0;
  transition: all 0.3s ease;
  border-radius: 0;
  background: #fff;
}
.page--home #app-bnr a {
  display: block;
  margin: 0 25px 0 0;
  padding: 10px 0 10px 10px;
  position: relative;
  font-size: 10px;
  line-height: 1.4;
  display: flex;
  display: webkit-flex;
  align-items: center;
  letter-spacing: 0;
  border-radius: 10px;
}
.page--home #app-bnr .icon {
  width: 20%;
  float: left;
  line-height: 0;
  margin: 0 3.5% 0 0;
  border-radius: 8px;
}
.page--home #app-bnr .txt {
  overflow: hidden;
  -webkit-flex: 1;
  flex: 1;
  margin: 0;
  font-size: inherit;
  line-height: inherit;
}
.page--home #app-bnr .txt span {
  display: block;
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 3px;
}
.page--home #app-bnr .close {
  width: 30px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.page--home #app-bnr .close::before {
  content: '';
  width: 12px;
  height: 2px;
  background: #999;
  border-radius: 2px;
  position: absolute;
  top: 15px;
  left: 9px;
  transform: rotate(-45deg);
}
.page--home #app-bnr .close::after {
  content: '';
  width: 12px;
  height: 2px;
  background: #999;
  border-radius: 2px;
  position: absolute;
  top: 15px;
  left: 9px;
  transform: rotate(45deg);
}
.bnr-show .wrap {
  transition: 0.4s;
  padding: 90px 0 0 0;
}
.bnr-removed .wrap {
  transition: 0.4s;
  padding: 0;
}
.fcarea.page--home .keyvisual .block--sns li:first-child {
  color: #fff;
}
/*  4.3 information
------------------------------ */
.section--list,
.section--detail {
  padding: 100px 6% 40px;
}
.block--share {
  margin: 0 0 20px;
}
.block--share li {
  display: inline-block;
  margin: 0 10px 0 0;
  vertical-align: middle;
  font-size: 20px;
  color: #999;
}
.block--share .share {
  font-size: 10px;
  font-family: brandon-grotesque, sans-serif;
  font-weight: bold;
}
.block--share .lineIco svg {
  fill: #999;
  width: 17px;
  height: 17px;
  vertical-align: -1px;
}
.block--share a {
  color: #999;
}
.block--share a:hover {
  opacity: 0.5;
}
.section--detail .tit {
  color: inherit;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.4;
  margin: 0 0 1.5em;
}
.section--detail .date {
  margin: 0 0 1em;
  font-weight: bold;
}
.section--detail .date .category {
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
  border-right: 1px solid #eee;
}
.section--detail .category {
  margin: 0 0 10px;
  font-size: 11px;
  font-weight: bold;
  font-family: brandon-grotesque, sans-serif;
}
.section--detail .category a {
  color: #ff7675;
}
.section--detail .txt a {
  text-decoration: underline;
  color: #ff7675;
  word-wrap: break-word;
}
.section--detail .txt a:hover {
  opacity: 0.5;
}
.page--info .txt {
  line-height: 1.8;
}
.page--info .block--category {
  position: relative;
  font-weight: bold;
  margin: -10px 0 20px;
  padding-right: 10px;
  text-align: right;
  font-size: 14px;
}
.page--info .block--category::after {
  content: '';
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 2px solid #333;
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.youtube {
  position: relative;
  width: 100%;
  margin: 20px 0;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
/*  4.4 discography
------------------------------ */
.list--discography li {
  margin: 0 0 20px;
}
.list--discography .thumb {
  width: 100px;
  float: left;
}
.list--discography .thumb img {
  border: 1px solid #ddd;
}
.list--discography .block--text {
  padding-left: 110px;
}
.list--discography .tit {
  margin: 0 0 10px;
  font-weight: bold;
}
.list--discography .date {
  margin: 0 0 5px;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
}
.list--discography .date::after {
  content: ' Release';
}
.block--pulldown {
  margin: 0 0 30px;
  padding: 3px 5%;
  background: #333;
  color: #333;
  position: relative;
}
.block--pulldown select {
  -webkit-appearance: none;
  -moz-appearance: button;
  width: 100%;
  height: 36px;
  background: transparent;
  color: #fff;
  font-size: 16px;
  text-align: center;
  border: medium none;
  border-radius: 2px;
  box-sizing: border-box;
  line-height: 24px;
  padding: 0;
  position: relative;
  font-weight: 700;
  font-family: brandon-grotesque, sans-serif;
}
.block--pulldown::before {
  display: block;
  content: "\f107";
  width: 13px;
  height: 8px;
  font-size: 20px;
  font-family: "FontAwesome";
  position: absolute;
  color: inherit;
  right: 14px;
  top: 50%;
  margin-top: -17px;
  color: #fff;
}
.area--disco-detail {
  margin: 0 0 40px;
}
.area--disco-detail .date {
  font-size: 12px;
  font-weight: normal;
  color: #999;
}
.area--disco-detail .date::after {
  content: ' Release';
}
.area--disco-detail .block--jacket {
  margin: 0 -6.5% 20px;
}
.area--disco-detail .block--jacket figcaption {
  font-size: 12px;
}
.area--disco-detail .thumb {
  position: relative;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.area--disco-detail .thumb img {
  border: 1px solid #ddd;
  margin: 0 0 5px;
}
.area--disco-detail .thumb::after {
  content: '';
  display: block;
  z-index: 99;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.area--disco-detail .block--comment {
  margin: 0 0 20px;
}
.area--disco-detail .block--comment a {
  color: #ff7675;
}
.area--disco-detail .block--track .title {
  display: inline-block;
  font-weight: bold;
  margin: 0 0 10px;
  padding: 0 5px;
  font-size: 12px;
  border: 1px solid;
}
.area--disco-detail .list--track {
  margin: 0 0 20px;
  list-style: none;
}
/*  4.6 wallpaper
------------------------------ */
.page--wallpaper.page--point .thumb {
  width: 50%;
  margin: 0 auto;
}
/*  4.6 movie
------------------------------ */
.block--player {
  margin: 0 0 20px;
}
.block--player video {
  width: 100%;
}
.btn__link {
  margin: 20px 0 0;
  display: block;
}
.list--step {
  padding: 20px 0 0;
}
.list--step li {
  margin: 0 0 20px;
  padding: 10px;
  background: #eee;
}
.list--step li .tit {
  font-size: 15px;
}
.list--step li .tit span {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 2px 5px;
  font-weight: bold;
  border: 1px solid;
  font-size: 12px;
}
.list--step li .ph {
  text-align: center;
}
.list--step li img {
  width: 20%;
}
.list--step li:last-child {
  margin: 0;
}
.list--point {
  margin: 30px 0;
  padding: 20px 20px 15px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  border: 0.5px solid #ddd;
}
.list--point li {
  width: 50%;
  float: left;
  font-size: 12px;
  text-align: center;
  position: relative;
}
.list--point li > span {
  display: block;
  letter-spacing: 0.1em;
  font-weight: 300;
  font-size: 15px;
  line-height: 2em;
}
.list--point li > span > span {
  font-size: 24px;
  margin: 0 3px 0 0;
}
.list--point .necessary > span > span {
  color: #eb6972;
}
.list--point li:last-child:after {
  content: '';
  height: 1px;
  width: 40px;
  font-size: 20px;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: rotate(-68deg);
  -webkit-transform: rotate(-68deg);
  background: #ddd;
  display: block;
}
.txt--error {
  text-align: center;
  font-weight: bold;
  color: #c00;
}
.sub-txt-list {
  margin: 0 0 20px;
  font-size: 12px;
  padding-left: 1em;
}
.sub-txt-list li {
  text-indent: -1em;
  margin: 0 0 5px;
}
.list--player {
  margin: 40px 0 0;
}
.list--player::before {
  display: block;
  content: '再生できない方はこちら';
  margin: 0 0 10px;
  padding: 0 0 5px;
  font-weight: bold;
  border-bottom: 1px solid;
}
.list--player li {
  position: relative;
  margin: 0 0 5px;
}
.list--player li::before {
  content: '';
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 2px solid #333;
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  right: 3%;
  top: 50%;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.page--movie .section--list {
  position: relative;
}
.page--movie .section--list .block--sort-category {
  z-index: 2;
  position: absolute;
  top: 105px;
  right: 6%;
}
.page--movie .section--list .block--sort-category .block--sort {
  display: none;
  position: absolute;
  top: 35px;
  right: 0;
  width: 250px;
  background: #fff;
  border: 1px solid;
  padding: 15px;
  transition: 0.3s ease;
}
.page--movie .section--list .block--sort-category .block--sort .list--sort li .category {
  position: relative;
  display: block;
  margin: 0 0 15px;
  border-bottom: 1px solid #33333320;
}
.page--movie .section--list .block--sort-category .block--sort .list--sort li .category input[type=radio] {
  display: none;
}
.page--movie .section--list .block--sort-category .block--sort .list--sort li .category label {
  padding: 0 30px 15px 5px;
  display: block;
}
.page--movie .section--list .block--sort-category .block--sort .list--sort li .category label::before {
  position: absolute;
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #333;
  right: 5px;
  top: 5px;
}
.page--movie .section--list .block--sort-category .block--sort .list--sort li .category label::after {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #333;
  right: 8px;
  top: 8px;
  opacity: 0;
  transition: 0.3s;
}
.page--movie .section--list .block--sort-category .block--sort .list--sort li .category input[type=radio]:checked + label::after {
  opacity: 1;
}
.page--movie .section--list .block--sort-category .block--sort .list--sort li:nth-last-child(2) .category {
  margin: 0;
  border-bottom: none;
}
.page--movie .section--list .block--sort-category .block--sort .list--sort li:last-child {
  display: none;
}
.page--movie .section--list .block--sort-category .block--sort .btn--setting button {
  background: #333;
  border: none;
  color: #fff;
  width: 100%;
  padding: 15px;
  font-size: 14px;
  font-weight: bold;
  -webkit-appearance: none;
}
.page--movie .section--list .block--sort-category .btn--sort {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
}
.page--movie .section--list .block--sort-category .btn--sort span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: url(/static/abemao/fanclub/cmn/icon_sort.svg) no-repeat center center;
  background-size: contain;
}
.page--movie .section--list .block--sort-category.is-open .block--sort {
  display: block;
}
.page--movie .sub-txt-list {
  display: none;
}
.page--movie.body--app .section--list .block--sort-category {
  top: 1.5em;
}
/*  4.7 faq
------------------------------ */
.tit--category {
  color: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.03em;
  margin: 0 0 20px;
}
.txt--no-data {
  text-align: center;
  margin: 0 0 40px;
  opacity: 0.5;
}
.list--faq {
  margin: 0 -6.5% 40px;
}
.list--faq li {
  border-top: 1px solid #ddd;
}
.list--faq li:last-child {
  border-bottom: 1px solid #ddd;
}
.list--faq a {
  position: relative;
  display: block;
  padding: 15px 6%;
}
.list--faq .tit {
  padding-left: 20px;
}
.list--faq .txt {
  margin: 0;
  padding-left: 20px;
  line-height: 1.4;
}
.list--faq .icon--q {
  margin-right: 5px;
  font-family: brandon-grotesque, sans-serif;
  float: left;
}
.block--faq-detail {
  margin: 0 0 60px;
}
.block--faq-detail dt {
  margin: 0 0 20px;
  padding: 0 0 15px;
  border-bottom: 1px solid #333;
}
.block--faq-detail dt .txt {
  margin: 0;
  padding-left: 40px;
  color: inherit;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
.block--faq-detail dt .category {
  display: inline-block;
  margin: 0 0 20px;
  padding: 1px 8px 0;
  font-size: 12px;
  background: #eee;
  color: #666;
  border-radius: 20px;
}
.block--faq-detail dd .txt {
  margin: 0;
  padding-left: 40px;
  font-size: 15px;
}
.block--faq-detail dd .txt a {
  color: #ff7675;
}
.block--faq-detail span[class^="icon--"] {
  float: left;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 28px;
  border-radius: 50px;
  font-family: brandon-grotesque, sans-serif;
  text-align: center;
  font-weight: bold;
}
.block--faq-detail .icon--q {
  color: #fff;
  background: #333;
}
.block--faq-detail .icon--a {
  border: 1px solid;
}
.page--faq .section-tit {
  font-size: 22px;
}
.page--faq .section--detail .block--contact {
  text-align: center;
}
.page--faq.body--app .section--list {
  padding: 100px 6%;
}
.searchBox {
  position: relative;
  margin: 0 0 40px;
}
.searchBox input[type="submit"] {
  position: absolute;
  right: 0;
  top: 3px;
  width: 40px;
  line-height: 40px;
  font-size: 20px;
  color: #999;
  background: transparent;
  font-weight: bold;
  border-radius: 30px;
  cursor: pointer;
  border: none;
  z-index: 2;
  font-family: FontAwesome;
}
.list--sub {
  font-size: 11px;
  padding-left: 1em;
  margin: 0 0 40px;
}
.list--sub li {
  margin: 0 0 5px;
  text-indent: -1em;
}
/*  blog
------------------------------ */
.page--blog .section--detail .ph {
  /*max-width: 70%;*/
  width: 100%;
  line-height: 0;
}
/* lyric
------------------------------ */
.page--lyrics .block--category {
  font-weight: bold;
  margin: 0 0 20px;
  text-align: center;
  font-size: 16px;
}
.page--lyrics .block--category .slick-track {
  margin: 0 auto;
}
.page--lyrics .block--category .slick-current {
  color: #fff;
  text-shadow: #333 1px 1px 0px, #333 -1px 1px 0px, #333 1px -1px 0px, #333 -1px -1px 0px;
}
.page--lyrics.section--list .block--category::before {
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 12px;
  margin: 0 10px 0 0;
  content: 'SORT:';
  font-family: brandon-grotesque, sans-serif;
  font-weight: bold;
  opacity: 0.5;
  line-height: 0;
}
.page--lyrics .form__select {
  margin: 0 0 10px;
  width: 100%;
}
.page--lyrics .list--information {
  border-top: 1px solid #ddd;
}
.page--lyrics .list--information li {
  margin: 0;
  background: #fff;
  border-bottom: 1px solid #ddd;
}
.page--lyrics .list--information a {
  padding: 15px 0;
}
.page--lyrics .list--information .comment {
  text-align: right;
  font-size: 10px;
  opacity: 0.6;
}
.page--lyrics .list--information .comment span {
  font-size: 14px;
}
.page--lyrics .list--information .comment::before {
  content: '\f086';
  font-family: FontAwesome;
  display: inline-block;
  position: relative;
  top: 0.1em;
  font-size: 16px;
  margin-right: 5px;
}
.page--lyrics #panes {
  margin: 0 0 40px;
}
.page--lyrics #panes .block--lyrics {
  position: relative;
}
.page--lyrics .credit {
  margin: 0 0 40px;
  font-size: 12px;
}
.page--lyrics .list--information.comment li {
  padding: 20px 0;
}
.page--lyrics .list--information.comment .tit {
  margin: 0 0 10px;
  font-size: 14px;
}
.page--lyrics .list--information.comment .name {
  padding: 0 0 10px;
  font-size: 12px;
}
.page--lyrics .list--information.comment .date {
  font-weight: normal;
}
/* photo
------------------------------ */
.page--photo #swipebox-close {
  top: 50px;
  right: 3%;
}
/* appli
------------------------------ */
.iconImg {
  font-family: 'svgfont_1regular';
  font-size: 50px;
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  color: #333;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  float: left;
  margin-right: 10px;
}
.iconImg.calendar::after {
  content: 'd';
  font-weight: normal;
}
/* 壁紙 */
.iconImg.livewp:after {
  content: 'a';
  font-weight: normal;
}
/* ライブ壁紙 */
.iconImg.wp:after {
  content: 'b';
  font-weight: normal;
}
.appli li {
  margin: 0 0 20px;
}
.appli .tit {
  margin: 0 0 5px;
  font-size: 16px;
}
.appli .tit,
.appli .txt--sub {
  padding-left: 65px;
}
/*  4.8 support
------------------------------ */
.support .section-tit {
  font-size: 22px;
}
.support .txt {
  margin: 0 0 10px;
}
.support .list--support dt {
  font-weight: bold;
  margin: 0 0 10px;
}
.support .list--support dd {
  padding: 0 0 20px;
}
.support .list--support dd a {
  text-decoration: underline;
}
.support .list--support .txt {
  margin: 0 0 10px;
}
.support .txt-list {
  padding-left: 1.5em;
}
.support .txt-list li {
  margin: 0 0 10px;
}
.support .terms-list li {
  margin: 0 0 10px;
}
.support .kiyaku {
  margin: 0 0 20px;
}
.support .kiyaku dt {
  margin: 0 0 5px;
  font-weight: bold;
}
.support .kiyaku .l_decimal {
  padding-left: 1em;
}
.support .kiyaku .l_decimal li {
  text-indent: -1em;
}
.icon--required:after {
  margin-left: 5px;
  content: '※必須';
  color: #c00;
  font-weight: bold;
}
.page--questionnaire .section-tit {
  font-size: 18px;
  text-align: left;
  text-transform: inherit;
}
.page--questionnaire section {
  padding: 120px 6% 40px;
}
/* topVideo
---------------- */
#popupMovie {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
}
#popupMovie .topMovie {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 90%;
  text-align: center;
}
#popupMovie .topMovie .close {
  position: absolute;
  width: 35px;
  height: 50px;
  top: -21%;
  right: 0;
}
#popupMovie .topMovie .video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#popupMovie .topMovie .video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
#popupMovie .topMovie a {
  padding: 0 4%;
}
/* staff blog
---------------- */
body.staff_blog {
  background: #eef1f3;
}
body.staff_blog .list--information li {
  background: #fff;
}
body.staff_blog .btn.question {
  margin: 1em 0 2em;
}
.section--redirect .tit {
  padding: 100px 6% 1.5em;
}
.section--redirect form {
  padding: 0px 6% 1.5em;
}
/* abemadio
---------------- */
.page--movie .radio-lead {
  margin-bottom: 40px;
  text-align: center;
}
.page--movie .radio-lead .radio-lead_txt {
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.page--movie .radio-lead .radio-lead_btn a {
  letter-spacing: 1px;
  background: #333;
  color: #fff;
  padding: 8px 40px;
  font-weight: bold;
  display: inline-block;
}
/* アプリ終了対応 */
.attentionBox {
  margin: 0 auto;
  width: 90%;
  padding: 20vw 4%;
}
.attentionBox .tit {
  text-align: center;
  font-weight: bold;
  font-size: 4.5vw;
  margin-bottom: 1em;
  line-height: 1.4;
}
.attentionBox .lead {
  margin-bottom: 1em;
  font-size: 1.1em;
}
.attentionBox .lead a {
  color: #BC0000;
  text-decoration: underline;
  font-weight: bold;
  padding: 2px;
}
.attentionBox .txt-link {
  text-align: center;
}
.page--movie.new-movie .wrap .section--list {
  padding: 100px 6% 40px;
}
.page--movie.new-movie .wrap .section--list .list--contents {
  display: block;
}
.page--movie.new-movie .wrap .section--list .list--contents li {
  width: 47%;
}
.page--movie.new-movie .wrap .section--list .detail__btn a {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 700;
}
.page--movie.new-movie .wrap .section--list .detail__btn a::after {
  display: none;
}
.page--movie.new-movie .wrap .section--detail {
  padding: 100px 0 40px;
}
.page--movie.new-movie .wrap .section--detail .block--player {
  position: relative;
  top: 0;
  left: 0;
}
.page--movie.new-movie .wrap .section--detail .list--contents li {
  padding-left: 6%;
}
.page--movie.new-movie .wrap .section--detail .list--contents li:nth-child(2n) {
  margin-left: 0;
}
.page--movie.new-movie .wrap .section--detail .detail__btn a {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 700;
}
.page--movie.new-movie .wrap .section--detail .detail__btn a::after {
  display: none;
}
.page--movie.new-movie .section--list .block--pager {
  width: 100%;
  max-width: 600px;
  text-align: center;
  margin: 20px auto 0;
  letter-spacing: -0.5em;
}
.page--movie.new-movie .section--list .block--pager li {
  position: relative;
  display: inline-block;
  padding: 0.6em;
  margin: 0 5px;
  letter-spacing: 0.03em;
  vertical-align: middle;
  font-weight: bold;
  width: calc(100% / 6);
}
.page--movie.new-movie .section--list .block--pager .pager__item--newer {
  float: left;
  text-align: left;
  padding-left: 30px;
}
.page--movie.new-movie .section--list .block--pager .pager__item--current {
  color: #fff;
  text-shadow: #333 1px 1px 0px, #333 -1px 1px 0px, #333 1px -1px 0px, #333 -1px -1px 0px;
}
.page--movie.new-movie .section--list .block--pager .pager__item--other {
  display: none;
}
.page--movie.new-movie .section--list .block--pager .pager__item--older {
  float: right;
  text-align: right;
  padding-right: 30px;
}
.page--movie.new-movie .section--list .block--pager .pager__item--number.sp {
  color: #000;
  text-shadow: none;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  margin-top: 3px;
}
.page--movie.new-movie .section--list .block--pager .pager__item--current {
  display: none;
}
.page--movie.new-movie .section--list .block--pager .pager__item--other {
  display: none;
}
.page--movie .section--list .block--pager .pager__item--other {
  display: none;
}
.body--app .section--list,
.body--app .section--detail {
  padding-top: 1em !important;
}
.page--notice .list--info li {
  border-bottom: solid 1px #00000030;
}
.page--notice .list--info li a {
  display: block;
  padding: 1em 0;
}
.page--notice .list--info li a .date {
  font-size: 0.8em;
  font-weight: bold;
  color: #aaa;
}
