@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 baseblock--category
	3.1 header
	3.2 footer
4.0 page
	4.1 parts
	4.2 home
	4.3 information
	4.4 discographymo
	4.5 wallpaper
	4.6 movie
	4.7 qa
	4.8 bbs
	4.9 faq
	4.10 support
-------------------------------------------- */
/* 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: #222;
  color: #fff;
}
::-moz-selection {
  background: #222;
  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
============================== */
.sp {
  display: none !important;
}
/* 2.1 button
------------------------------ */
.btn {
  text-align: center;
  margin: 1em 0;
}
.btn--main {
  color: inherit;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.05em;
  -webkit-appearance: none;
  display: inline-block;
  min-width: 320px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  line-height: 3.4;
  padding: 0 1.5em;
  cursor: pointer;
  background: #222;
  color: #fff;
  border: 1px solid #222;
}
.btn--main:hover {
  color: #222;
  background: #fff;
}
.btn--sub {
  color: inherit;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.05em;
  -webkit-appearance: none;
  display: inline-block;
  min-width: 320px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  line-height: 3.4;
  padding: 0 1.5em;
  cursor: pointer;
  background: transparent;
  color: #222;
  border: 1px solid;
}
.btn--sub:hover {
  background: #222;
  color: #fff;
}
/* 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: 18px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.06em;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border-radius: 0.3em;
  border: 1px solid #ddd;
  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.06em;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border-radius: 0.3em;
  border: 1px solid #ddd;
  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.06em;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border-radius: 0.3em;
  border: 1px solid #ddd;
  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 #888;
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  right: 0.75em;
  top: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* checkbox */
.form__checkbox label p {
  color: inherit;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
  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%;
}
.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: #eb6972;
  border-color: #eb6972;
}
.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.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%;
}
.form__radio :checked ~ p::before {
  border-color: #eb6972;
  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.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: #eb6972;
  border-color: #eb6972;
}
.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;
}
/* uliza player */
.ulizahtml5 .vjs-control::before {
  font-family: VideoJS!important;
}
/* 2.3 list
------------------------------ */
/*  information */
.list--information a {
  display: block;
}
.list--information a * {
  -webkit-transition: none;
  transition: none;
}
.list--information.horizontal li {
  width: 30%;
  float: left;
  margin: 0 5% 5% 0;
}
.list--information.horizontal li:nth-child(3n) {
  margin-right: 0;
}
.list--information.horizontal li:nth-child(3n+1) {
  clear: left;
}
.list--information.horizontal .thumb {
  background-size: cover;
  position: relative;
  z-index: 2;
  transition: 0.3s all 0s ease;
  line-height: 0;
  margin: 0 0 1em;
  border: 1px solid #ddd;
}
.list--information.horizontal .thumb img {
  width: 100%;
}
.list--information.horizontal .new .thumb::after {
  content: 'UP';
  position: absolute;
  top: -10px;
  right: -10px;
  display: inline-block;
  width: 34px;
  line-height: 30px;
  border-radius: 30px;
  text-align: center;
  background: #fff;
  color: #eb6972;
  border: 2px solid;
  font-weight: bold;
  font-size: 0.85em;
  z-index: 2;
}
.list--information.horizontal a:hover {
  color: #eb6972;
}
.list--information.horizontal a:hover .thumb {
  -webkit-transform: scale(1.02, 1.02);
  transform: scale(1.02, 1.02);
}
.list--information.horizontal .list__txt {
  padding: 1em 0 3em;
  position: relative;
  z-index: 1;
}
.list--information.horizontal .tit {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 1em;
}
.list--information.horizontal .date {
  opacity: 0.5;
}
.list--information.vertical {
  margin: 0 0 40px;
}
.list--information.vertical a {
  border-bottom: 1px solid #aaa;
  line-height: 25px;
  padding: 25px 2em 25px 0;
}
.list--information.vertical a:hover {
  padding-left: 1%;
}
.list--information.vertical a:hover * {
  color: #eb6972;
}
.list--information.vertical .date {
  display: inline-block;
  width: 8em;
  font-size: 24px;
  position: relative;
  top: 4px;
}
.list--information.vertical .date .week {
  font-size: 15px;
  padding: 0 0 0 1.5em;
  vertical-align: 1px;
}
.list--information.vertical .category {
  display: inline-block;
  width: 8.5em;
  font-family: Helvetica, Arial, 'Yu Gothic', MyYuGothicM, YuGothic, -apple-system, BlinkMacSystemFont, sans-serif;
  background: none;
  color: #cdcdcd;
  padding: 0;
  font-size: 15px;
  text-align: center;
  font-weight: bold;
  vertical-align: -3px;
}
.list--information.vertical .list__txt {
  float: left;
  width: 24.5em;
}
.list--information.vertical .tit {
  padding: 5px 3em 0 21em;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}
.list--information.vertical .new .tit::after {
  content: 'UP';
  color: #eb6972;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.5em;
}
.section--information .list--information.vertical a .date,
.list--information.vertical.news a .date,
.section--information .list--information.vertical a .tit,
.list--information.vertical.news a .tit {
  transition: all 0.3s ease;
}
.section--information .list--information.vertical .date,
.list--information.vertical.news .date {
  font-size: 16px;
  top: 0;
}
.section--information .list--information.vertical .list__txt,
.list--information.vertical.news .list__txt {
  width: 120px;
}
.section--information .list--information.vertical .tit,
.list--information.vertical.news .tit {
  padding: 0 3em 0 120px;
  letter-spacing: 0.01em;
}
.youtube {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%!important;
  height: 100%!important;
}
/* 2.4 pagenation
------------------------------ */
.block--pager {
  position: absolute;
  width: 84%;
  height: 60px;
  left: 8%;
  bottom: 0;
  text-align: center;
}
.block--pager li {
  display: inline-block;
  line-height: 60px;
}
.block--pager .pager__item--top {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -50px;
  height: 60px;
  width: 100px;
}
.block--pager .pager__item--top a {
  display: block;
  line-height: 60px;
  font-size: 16px;
  font-family: fot-klee-pro, 'Yu Mincho', serif;
}
.block--pager .pager__item--older {
  float: right;
}
.block--pager .pager__item--newer {
  float: left;
}
.block--pager .pager__item--newer a::before,
.block--pager .pager__item--newer span::before {
  left: auto;
  right: 0;
}
.block--pager .pager__item--number {
  text-align: center;
  color: #888;
  font-family: fot-klee-pro, 'Yu Mincho', serif;
}
.block--pager .pager__item--older a,
.block--pager .pager__item--newer a,
.block--pager .pager__item--older span,
.block--pager .pager__item--newer span {
  display: block;
  width: 160px;
  background: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 60px;
  margin: 0 0 0 auto;
  position: relative;
  font-family: fot-klee-pro, 'Yu Mincho', serif;
}
.block--pager .pager__item--older a::before,
.block--pager .pager__item--newer a::before {
  position: absolute;
  top: 50%;
  content: '';
  display: inline-block;
  width: 3em;
  height: 1px;
  background: #222;
  vertical-align: middle;
}
.block--pager .pager__item--older a:hover::before,
.block--pager .pager__item--newer a:hover::before {
  width: 1em;
}
.block--pager .pager__item--newer a::before {
  left: 0;
  margin: -1px 10px 0 0;
}
.block--pager .pager__item--newer a:hover {
  padding-right: 2em;
}
.block--pager .pager__item--older a::before {
  right: 0;
  margin: -1px 0 0 10px;
}
.block--pager .pager__item--older a:hover {
  padding-left: 2em;
}
.block--pager .pager__item--number li {
  font-size: 16px;
  line-height: 60px;
  padding: 0 2px;
  font-family: fot-klee-pro, 'Yu Mincho', serif;
}
.block--pager .pager__item--number li a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid;
  color: #222;
}
.block--pager .pager__item--number li a:hover {
  color: #eb6972;
}
.block--pager .pager__item--number li span {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #eb6972;
  color: #fff;
  border: 1px solid #eb6972;
}
.block--pager .pager__item--number li a * {
  -webkit-transition: none;
  transition: none;
}
.block--pager .pager__item--number li.pager__item--current {
  color: #eb6972;
}
.block--pager .pager__item--older span,
.block--pager .pager__item--newer span {
  opacity: 0;
}
/* 3.0 layout
============================== */
/* 3.1 base
------------------------------ */
@font-face {
  font-family: 'MyYuGothicM';
  font-weight: normal;
  src: local('YuGothic-Medium'), /* PostScript Name = localの正式な指定方法 */ local('Yu Gothic Medium'), /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ local('YuGothic-Regular');
  /* 游ゴシックMediumが存在しないWindows8.1用 */
}
@font-face {
  font-family: 'MyYuGothicM';
  font-weight: bold;
  src: local('YuGothic-Bold'), /* PostScript Name = localの正式な指定方法 */ local('Yu Gothic');
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */
}
html,
body {
  min-height: 100vh;
}
body {
  position: relative;
  background-color: #fff;
  font-family: fot-klee-pro, Helvetica, Arial, 'Yu Gothic', MyYuGothicM, YuGothic, -apple-system, BlinkMacSystemFont, sans-serif;
  color: #222;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
a {
  color: #222;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body:not(.page--home) .wrap {
  padding-bottom: 105px;
}
/* 3.2 header
------------------------------ */
.header {
  width: 100%;
  height: 60px;
  padding: 0 3%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  mix-blend-mode: exclusion;
}
.header h1 {
  width: 40%;
  height: 34px;
  top: 35px;
  position: relative;
}
.header h1 a {
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat left / contain;
  background-image: url(/static/creephyp/fanclub/common/logo--official.png);
}
.header h1 a.top--fc {
  display: none;
}
.header .btn--nav {
  width: 30px;
  height: 20px;
  position: absolute;
  right: 3%;
  top: 42px;
  cursor: pointer;
}
.header .btn--nav span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #888;
}
.header .btn--nav span:first-child {
  top: 0;
  left: -5px;
}
.header .btn--nav span:nth-of-type(2) {
  top: 9px;
}
.header .btn--nav span:nth-of-type(3) {
  top: 18px;
  left: -5px;
}
.header .btn--nav:hover span:nth-of-type(1),
.header .btn--nav:hover span:nth-of-type(3) {
  top: 9px;
}
.header .btn--nav:hover span:nth-of-type(2) {
  left: -5px;
}
.header .list--social {
  width: 220px;
  position: absolute;
  right: 95px;
  top: 35px;
}
.header .list--social li {
  display: inline-block;
  margin-right: 15px;
}
.header .list--social a {
  color: #888;
  font-size: 20px;
}
.header .list--social a svg {
  fill: #888;
  width: 20px;
  position: relative;
  top: 2px;
}
.header .list--social a:hover .fa {
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.page--member .header h1 a {
  background-image: url(/static/creephyp/fanclub/common/logo--fc.png);
}
.page--member .header h1 a.top--fc {
  display: block;
}
.page--member .header h1 a.top--official {
  display: none;
}
.drawer {
  font-family: fot-klee-pro, 'Yu Mincho', serif;
}
.drawer .g-nav .tit {
  min-width: 50vw;
  font-size: 24px;
  line-height: 60px;
  letter-spacing: 0.6em;
  position: absolute;
  left: -50px;
  top: 40px;
  padding: 0 5vw;
  opacity: 0;
  color: #fff;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}
.drawer .g-nav .tit img {
  width: 280px;
  margin-top: 10px;
}
.drawer .g-nav .tit svg {
  width: 230px;
  fill: #fff;
}
.drawer .g-nav .tit a {
  display: block;
  text-indent: 0;
}
.drawer .g-nav .tit a::after {
  display: none;
}
.drawer .g-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 0;
  height: 100%;
  min-height: 710px;
  color: #222;
  padding: 10% 0;
  position: fixed;
  top: 0;
  z-index: 998;
  overflow: hidden;
}
.drawer .g-nav.nav--member .tit {
  top: 20px;
}
.drawer .g-nav.nav--member li {
  margin-bottom: 2.4em;
}
.drawer .g-nav ul {
  position: relative;
  min-width: 50vw;
  padding: 0 7vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.drawer .g-nav li {
  width: 50%;
  padding: 0;
  margin-bottom: 2em;
}
.drawer .g-nav li.g-nav__home a {
  height: 50px;
  background-image: url(/static/creephyp/fanclub/common/title/title-home.png);
}
.drawer .g-nav li.g-nav__home a:hover::after {
  width: 9.5rem;
}
.drawer .g-nav li.g-nav__news a {
  height: 52px;
  background-image: url(/static/creephyp/fanclub/common/title/title-info.png);
}
.drawer .g-nav li.g-nav__news a:hover::after {
  width: 13rem;
}
.drawer .g-nav li.g-nav__media a {
  height: 67px;
  top: -11px;
  background-image: url(/static/creephyp/fanclub/common/title/title-media.png);
}
.drawer .g-nav li.g-nav__media a:hover::after {
  width: 11rem;
}
.drawer .g-nav li.g-nav__live a {
  height: 65px;
  top: -11px;
  background-image: url(/static/creephyp/fanclub/common/title/title-live.png);
}
.drawer .g-nav li.g-nav__live a:hover::after {
  width: 8.5rem;
}
.drawer .g-nav li.g-nav__video a {
  height: 45px;
  background-image: url(/static/creephyp/fanclub/common/title/title-video.png);
}
.drawer .g-nav li.g-nav__video a:hover::after {
  width: 9rem;
}
.drawer .g-nav li.g-nav__profile a {
  height: 65px;
  top: -11px;
  background-image: url(/static/creephyp/fanclub/common/title/title-profile.png);
}
.drawer .g-nav li.g-nav__profile a:hover::after {
  width: 14.5rem;
}
.drawer .g-nav li.g-nav__discography a {
  height: 74px;
  top: -14px;
  background-image: url(/static/creephyp/fanclub/common/title/title-discography.png);
}
.drawer .g-nav li.g-nav__discography a:hover::after {
  width: 12rem;
}
.drawer .g-nav li.g-nav__goods a {
  height: 54px;
  background-image: url(/static/creephyp/fanclub/common/title/title-goods.png);
}
.drawer .g-nav li.g-nav__goods a:hover::after {
  width: 7.4rem;
}
.drawer .g-nav li.g-nav__blog a {
  height: 56px;
  background-image: url(/static/creephyp/fanclub/common/title/title-blog.png);
}
.drawer .g-nav li.g-nav__blog a:hover::after {
  width: 7rem;
}
.drawer .g-nav li.g-nav__futochan a {
  height: 67px;
  top: -11px;
  background-image: url(/static/creephyp/fanclub/common/title/title-futochan.png);
}
.drawer .g-nav li.g-nav__futochan a:hover::after {
  width: 9rem;
}
.drawer .g-nav li.g-nav__futotube a {
  height: 67px;
  top: -11px;
  background-image: url(/static/creephyp/fanclub/common/title/title-futotube.png);
}
.drawer .g-nav li.g-nav__futotube a:hover::after {
  width: 9rem;
}
.drawer .g-nav li.g-nav__jidori a {
  height: 61px;
  top: -8px;
  background-image: url(/static/creephyp/fanclub/common/title/title-jidori.png);
}
.drawer .g-nav li.g-nav__jidori a:hover::after {
  width: 11.5rem;
}
.drawer .g-nav li.g-nav__archive a {
  height: 61px;
  top: -8px;
  background-image: url(/static/creephyp/fanclub/common/title/title-archive.png);
}
.drawer .g-nav li.g-nav__archive a:hover::after {
  width: 11.5rem;
}
.drawer .g-nav li.g-nav__photo a {
  height: 67px;
  top: -11px;
  background-image: url(/static/creephyp/fanclub/common/title/title-photo.png);
}
.drawer .g-nav li.g-nav__photo a:hover::after {
  width: 12rem;
}
.drawer .g-nav li.g-nav__fanletter a {
  height: 56px;
  background-image: url(/static/creephyp/fanclub/common/title/title-fanletter.png);
}
.drawer .g-nav li.g-nav__fanletter a:hover::after {
  width: 12rem;
}
.drawer .g-nav li.g-nav__mc a {
  height: 56px;
  background-image: url(/static/creephyp/fanclub/common/title/title-mc_koe.png);
}
.drawer .g-nav li.g-nav__mc a:hover::after {
  width: 12rem;
}
.drawer .g-nav li.g-nav__bbs a {
  height: 49px;
  background-image: url(/static/creephyp/fanclub/common/title/title-bbs.png);
}
.drawer .g-nav li.g-nav__bbs a:hover::after {
  width: 10.5rem;
}
.drawer .g-nav li.g-nav__wallpaper a {
  height: 50px;
  background-image: url(/static/creephyp/fanclub/common/title/title-wallpaper.png);
}
.drawer .g-nav li.g-nav__wallpaper a:hover::after {
  width: 7.2rem;
}
.drawer .g-nav li.g-nav__fanmail a {
  height: 49px;
  background-image: url(/static/creephyp/fanclub/common/title/title-fanmail.png);
}
.drawer .g-nav li.g-nav__fanmail a:hover::after {
  width: 11rem;
}
.drawer .g-nav li.g-nav__mail a {
  height: 57px;
  background-image: url(/static/creephyp/fanclub/common/title/title-from.png);
}
.drawer .g-nav li.g-nav__mail a:hover::after {
  width: 12.5rem;
}
.drawer .g-nav li.regist {
  margin: 0 0 1.5em;
}
.drawer .g-nav a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  opacity: 0;
  left: -10px;
  transition-duration: 1s;
  text-indent: -9999em;
  background: no-repeat left / contain;
}
.drawer .g-nav a::after {
  content: '';
  display: block;
  width: 0%;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  mix-blend-mode: exclusion;
}
.drawer .g-nav a:hover::after {
  width: 100%;
}
.drawer .g-nav li.regist a:nth-child(2)::after {
  display: none;
}
.drawer .g-nav .list--social {
  position: absolute;
  bottom: 0;
  left: 70px;
  padding: 0;
}
.drawer .g-nav .list--social li {
  display: inline-block;
  width: auto;
  font-size: 34px;
  margin-right: 1em;
}
.drawer .g-nav .list--social li a {
  text-indent: 0;
}
.drawer .g-nav .list--social li a::after {
  display: none;
}
.drawer .g-nav .list--social li a svg {
  fill: #fff;
  width: 34px;
  position: relative;
  top: 4px;
}
.drawer .g-nav .list--social li a:hover {
  opacity: 0.5;
}
.drawer .nav--free {
  background: #222;
  left: 0;
}
.drawer .nav--member {
  background: #eb6972;
  left: 50%;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.menuopen .header h1 {
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}
.menuopen .header .btn--nav span {
  background: #fff;
}
.menuopen .header .btn--nav span:nth-of-type(1) {
  transform: rotate(-45deg);
  top: 9px;
}
.menuopen .header .btn--nav span:nth-of-type(2) {
  width: 0;
  left: 50%;
}
.menuopen .header .btn--nav span:nth-of-type(3) {
  transform: rotate(45deg);
  top: 9px;
}
.menuopen .header .list--social {
  display: none;
}
.menuopen .drawer .g-nav {
  width: 50%;
}
.menuopen .drawer .g-nav a {
  opacity: 1;
  left: 0;
}
.menuopen .drawer .g-nav .tit {
  opacity: 1;
  left: -30px;
}
.menuopen .drawer .g-nav .tit a {
  opacity: 1;
}
.edge.firstview .header h1 svg,
.ie.firstview .header h1 svg {
  fill: #fff;
}
.edge.firstview .btn--nav span,
.ie.firstview .btn--nav span {
  background: #fff;
}
.edge.firstview .header .list--social a,
.ie.firstview .header .list--social a {
  color: #fff;
}
.edge.firstview .header .list--social a svg,
.ie.firstview .header .list--social a svg {
  fill: #fff;
}
.edge .header h1 svg,
.ie .header h1 svg {
  fill: #000;
}
.edge .header .list--social a,
.ie .header .list--social a {
  color: #000;
}
.edge .header .list--social a svg,
.ie .header .list--social a svg {
  fill: #000;
}
.edge.menuopen .header h1 svg,
.ie.menuopen .header h1 svg {
  fill: #fff;
}
.edge .btn--nav span,
.ie .btn--nav span {
  background: #000;
}
.edge .drawer .g-nav a::after,
.ie .drawer .g-nav a::after {
  mix-blend-mode: normal;
  z-index: -1;
}
.edge .drawer .g-nav a:hover,
.ie .drawer .g-nav a:hover {
  transition: none;
  color: #000;
}
/* 3.3 footer
------------------------------ */
footer {
  width: 100%;
  text-align: center;
  padding: 100px 5% 70px;
  position: absolute;
  left: 0;
  bottom: 0;
}
footer a {
  opacity: 0.6;
}
footer a:hover {
  color: #eb6972;
  opacity: 1;
}
footer a * {
  -webkit-transition: none;
  transition: none;
}
footer .list--support {
  margin: 0 0 20px;
}
footer .list--support li {
  display: inline-block;
  line-height: 1;
  padding: 0 10px;
  border-right: 1px solid #ccc;
}
footer .list--support li:last-child {
  border: none;
}
footer .list--support a {
  font-weight: 500;
}
footer .list--social {
  margin: 0 0 20px;
}
footer .list--social li {
  display: inline-block;
  padding: 0 10px;
}
footer .list--social a {
  display: block;
  font-size: 24px;
}
footer .list--social a svg {
  width: 24px;
  position: relative;
  top: 2px;
}
footer .logo {
  width: 200px;
  margin: 0 auto;
  opacity: 0.5;
}
footer .logo svg {
  fill: #111;
}
footer .copyright {
  opacity: 0.5;
  font-family: fot-klee-pro, 'Yu Mincho', serif;
}
body:not(.page--home) footer .list--support,
body:not(.page--home) footer .list--social,
body:not(.page--home) footer .logo {
  display: none;
}
.fixed_banner {
  position: fixed;
  opacity: 0;
  bottom: -100%;
  right: 3%;
  width: 400px;
  background: rgba(34, 34, 34, 0.9);
  color: #fff;
  z-index: 99;
  text-align: center;
  font-weight: bold;
  border-radius: 10px;
  font-size: 13px;
  line-height: 1.4em;
  box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.2);
}
.fixed_banner .tit {
  font-size: 17px;
  line-height: 1.4em;
  margin: 0 0 5px;
}
.fixed_banner a {
  display: block;
  color: #fff;
  padding: 20px 5%;
}
.fixed_banner a:hover {
  color: #eb6972;
}
.fixed_banner .btn--close {
  position: absolute;
  right: -8px;
  top: -8px;
  background: #222;
  width: 25px;
  height: 25px;
  border: 2px solid #fff;
  border-radius: 20px;
  cursor: pointer;
}
.fixed_banner .btn--close::before,
.fixed_banner .btn--close::after {
  position: absolute;
  content: '';
  display: block;
  background: #fff;
  width: 11px;
  height: 2px;
  top: 10px;
  left: 5px;
}
.fixed_banner .btn--close::before {
  transform: rotate(-45deg);
}
.fixed_banner .btn--close::after {
  transform: rotate(45deg);
}
.fixed_banner .btn--close:hover {
  background: #eb6972;
}
.loaded .fixed_banner {
  opacity: 1;
  bottom: 60px;
  -webkit-transition-delay: 0.5s;
  transition-delay: 2.5s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}
/* 4.0 page
============================== */
.page--home .loading {
  display: none;
}
body:not(.page--home) .loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 98;
  background: #fff;
  -webkit-transition: none;
  transition: none;
}
/*  4.1 parts
------------------------------ */
/* typography */
.tit--page {
  color: inherit;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.06em;
  margin: 0 0 1em;
}
.tit--section {
  color: inherit;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.06em;
  margin: 0 0 1em;
}
.tit--menu {
  color: inherit;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.04em;
  margin: 0 0 1em;
  opacity: 0.5;
}
.txt--lead {
  color: inherit;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.06em;
  margin: 0 0 1em;
}
.txt--basic {
  color: inherit;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin: 0 0 1em;
}
.txt--sub {
  color: inherit;
  font-size: 11px;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0.04em;
}
.center {
  text-align: center;
}
.date {
  font-family: Helvetica, Arial, 'Yu Gothic', MyYuGothicM, YuGothic, -apple-system, BlinkMacSystemFont, sans-serif;
}
/* section */
section {
  padding: 120px 8% 80px;
  position: relative;
}
section > * {
  position: relative;
  z-index: 1;
}
.page--home section {
  padding: 0;
}
.dummy {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
/* 4.2.0 alltop
------------------------------ */
@-webkit-keyframes scroll {
  0% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  50% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
  50.01% {
    transform: scaleY(0);
    transform-origin: top;
  }
  100% {
    transform: scaleY(1);
    transform-origin: top;
  }
}
@keyframes scroll {
  0% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  50% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
  50.01% {
    transform: scaleY(0);
    transform-origin: top;
  }
  100% {
    transform: scaleY(1);
    transform-origin: top;
  }
}
.page--home.page--top-all .scroll {
  position: absolute;
  bottom: 20vh;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  align-items: center;
  transition: 0.3s;
  mix-blend-mode: difference;
}
.page--home.page--top-all .scroll p {
  display: block;
  color: #fff;
  position: relative;
}
.page--home.page--top-all .scroll::before {
  content: '';
  display: block;
  width: 1px;
  height: 20vh;
  position: absolute;
  background: #fff;
  top: 0;
  left: 10px;
  transform: scaleY(1);
  animation: scroll 1.8s infinite;
}
.page--home.page--top-all.scrolling .scroll {
  opacity: 0;
}
.page--home.page--top-all .header {
  mix-blend-mode: unset;
}
.page--home.page--top-all .header h1 {
  width: 47%;
  height: 36px;
  top: 46%;
}
.page--home.page--top-all .header h1 a {
  background-image: url(/static/creephyp/fanclub/common/new2021/artist_logo.svg);
}
.page--home.page--top-all .header .btn--nav {
  top: 50px;
}
.page--home.page--top-all .header .btn--nav span {
  background: #fff;
}
.page--home.page--top-all .header .list--social a {
  color: #fff;
  font-size: 28px;
}
.page--home.page--top-all .header .list--social a svg {
  fill: #fff;
  width: 28px;
  position: relative;
  top: 4px;
}
.page--home.page--top-all .header .list--social li {
  margin-right: 20px;
}
.page--home.page--top-all .section--keyvisual {
  height: 80vw;
  max-height: 100vh;
}
.page--home.page--top-all .section--nav {
  margin-bottom: 60px;
  padding-top: 120px;
}
.page--home.page--top-all .section--nav .nav--top__list li {
  width: 280px;
  margin-right: 70px;
  margin-left: -20px;
  position: relative;
}
.page--home.page--top-all .section--nav .nav--top__list li:last-child {
  width: 300px;
  top: -10px;
}
.page--home.page--top-all .section--nav .nav--top__list li:last-child::before {
  left: -72px;
}
.page--home.page--top-all .section--app {
  padding: 0 20%;
  margin-bottom: 60px;
}
.page--home.page--top-all .section--app .section-tit {
  text-indent: 0;
  font-family: 'Sawarabi Mincho', sans-serif;
  font-size: 22px;
  letter-spacing: 0.2em;
  text-align: center;
  line-height: 1;
  margin-bottom: -10px;
  position: relative;
  z-index: 10;
}
.page--home.page--top-all .section--app .block--app {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f7f7f7;
  padding: 50px;
}
.page--home.page--top-all .section--app .block--app .block--app__item {
  width: 210px;
}
.page--home.page--top-all .section--app .block--app .block--app__item:first-child {
  width: 172px;
  margin-right: 30px;
}
.page--home.page--top-all .section--app .block--app .block--app__item a {
  display: block;
  line-height: 0;
}
.page--home.page--top-all .section--app .block--app .block--app__item a img {
  width: 100%;
}
.page--home.page--top-all footer .list--support,
.page--home.page--top-all footer .list--social,
.page--home.page--top-all footer .logo {
  display: none;
}
/* 4.2 home
------------------------------ */
#key-visual-background {
  display: none;
}
body.page--home,
html.page--home {
  background: transparent;
}
/* section-tit */
.page--home .section-tit {
  margin-bottom: 20px;
  text-indent: -9999em;
  background: no-repeat left / contain;
}
.page--home.page--top-official .section--information .section-tit {
  height: 57px;
  background-image: url(/static/creephyp/fanclub/common/title/title-info_b.png);
}
.page--home.page--top-official .section--media .section-tit {
  height: 79px;
  background-image: url(/static/creephyp/fanclub/common/title/title-media_b.png);
}
.page--home.page--top-official .section--live .section-tit {
  height: 78px;
  background-image: url(/static/creephyp/fanclub/common/title/title-live_b.png);
}
.page--home.page--top-official .section--movie .section-tit {
  height: 56px;
  background-image: url(/static/creephyp/fanclub/common/title/title-video_b.png);
  margin-left: 8%;
  margin-bottom: 50px;
}
/* official */
.page--home.page--top-official section:nth-child(even) {
  background: #f7f7f7;
}
.page--home.page--top-official section:nth-child(even) .date {
  opacity: 1;
}
/* fc */
.page--home.page--top-fc .block-tit {
  text-indent: -9999em;
  background: no-repeat left / contain;
}
.page--home.page--top-fc .block-tit::before {
  display: none;
}
.page--home.page--top-fc .section--information .section-tit {
  background-image: url(/static/creephyp/fanclub/common/title/title--fc-news.png);
}
.page--home.page--top-fc .block--latest .block-tit {
  height: 55px;
  background-image: url(/static/creephyp/fanclub/common/title/title--fc-contents.png);
  margin-bottom: 50px;
}
.page--home.page--top-fc .block--blog .block-tit {
  height: 75px;
  background-image: url(/static/creephyp/fanclub/common/title/title--top-blog.png);
}
.page--home .wrap {
  overflow: hidden;
}
.page--home.page--top-official .section--nav .nav--top__list li:last-child a,
.page--home.page--top-fc .section--nav .nav--top__list li:first-child a {
  opacity: 0.2;
}
.page--home.page--top-official footer .list--support,
.page--home.page--top-official footer .list--social {
  display: none;
}
.page--home.page--top-fc footer .list--support {
  margin-bottom: 60px;
}
.page--home.page--top-fc footer .list--social {
  display: none;
}
.page--home .section--nav {
  background: #fff;
  padding: 130px 0 30px;
}
.page--home .section--nav .nav--top__list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page--home .section--nav .nav--top__list li {
  width: 210px;
  margin-right: 44px;
}
.page--home .section--nav .nav--top__list li a {
  display: block;
}
.page--home .section--nav .nav--top__list li:last-child {
  width: 270px;
  margin-right: 0;
  margin-left: 70px;
  position: relative;
  top: -4px;
}
.page--home .section--nav .nav--top__list li:last-child::before {
  content: '';
  display: block;
  width: 2px;
  height: 90%;
  background: #000;
  position: absolute;
  left: -51px;
  top: -3%;
  opacity: 0.2;
}
.page--home .section--nav .nav--login {
  width: 220px;
  display: flex;
  justify-content: center;
  position: absolute;
  right: 3%;
  top: 130px;
}
.page--home .section--nav .nav--login li {
  width: 50%;
}
.page--home .section--nav .nav--login li.regist a {
  background: #eb6972;
}
.page--home .section--nav .nav--login li.login a {
  background: #222;
}
.page--home .section--nav .nav--login li.mypage {
  width: 100%;
}
.page--home .section--nav .nav--login li a {
  display: block;
  text-align: center;
  color: #fff;
  line-height: 45px;
  padding: 0 10px;
}
.page--home .section--information,
.page--home .section--media,
.page--home .section--live {
  padding: 60px 8%;
}
.page--home .section--media .list--information .date,
.page--home .section--live .list--information .date {
  font-size: 18px;
}
.page--home #key-visual-background {
  display: block;
  max-width: none;
  width: 400%;
  height: 110%;
  position: fixed;
  left: 50%;
  top: -5%;
  z-index: -1;
  margin-left: -200%;
  background: #222;
}
.page--home .section--member {
  padding: 70px 8%;
}
.page--home .section--member .block--blog {
  padding-top: 60px;
}
.page--home footer {
  position: relative;
}
.page--home footer .logo {
  width: 180px;
  margin-bottom: 20px;
}
.page--home header {
  transition-duration: 1s;
  transition-delay: 0.5s;
}
.page--home .wrap {
  background: #fff;
}
.page--home .wrap section {
  opacity: 0;
  position: relative;
  top: 40px;
  transition-duration: 0.6s;
}
.page--home .wrap section.inview {
  opacity: 1;
  top: 0;
}
.page--home .wrap .section--member {
  opacity: 1;
  top: 0;
}
.page--home .section-tit {
  padding: 0;
}
section.inview::before {
  width: 100%;
  opacity: 1;
}
.section--member.inview .section-tit {
  opacity: 1;
}
.section--member.inview ul {
  opacity: 1;
}
/* ポップアップ */
.modal-bg {
  -webkit-transition: none;
  transition: none;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 998;
}
.block--modal {
  -webkit-transition: none;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 60%;
  z-index: 999;
  transition: none;
}
.block--modal .btn--close {
  background: #000;
  position: absolute;
  width: 50px;
  height: 50px;
  top: -15px;
  right: -15px;
  cursor: pointer;
  border-radius: 100%;
}
.block--modal .btn--close:hover {
  background: #eb6a72;
}
.block--modal .btn--close::before,
.block--modal .btn--close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  content: '';
  display: block;
  background: #fff;
  height: 2px;
  width: 30px;
}
.block--modal .btn--close::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.block--modal .btn--close::after {
  -webkit-transform: rotate(45deg);
  ransform: rotate(45deg);
}
/* キービジュアル */
.page--home .section--keyvisual {
  display: block;
  height: 65vh;
  min-height: 620px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #222;
  color: #fff;
  padding: 0 6%;
}
.page--home .section--keyvisual .block--keyvisual {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.page--home .section--keyvisual .block--keyvisual img {
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat center / cover;
}
.page--home .section--keyvisual .block--lyric {
  position: static;
  mix-blend-mode: difference;
}
.page--home .section--keyvisual .word {
  position: absolute;
  right: 5%;
  top: 8vh;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.2em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
  line-height: 2.2em;
  white-space: nowrap;
}
.page--home .section--keyvisual .word p {
  opacity: 0;
  -webkit-transition-duration: 2s;
  transition-duration: 2s;
}
.page--home .section--keyvisual .word p:nth-of-type(2) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.page--home .section--keyvisual .word p:nth-of-type(3) {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}
.page--home .section--keyvisual .word p:nth-of-type(4) {
  -webkit-transition-delay: 3s;
  transition-delay: 3s;
}
.page--home .section--keyvisual .word p:nth-of-type(5) {
  -webkit-transition-delay: 4s;
  transition-delay: 4s;
}
.page--home .section--keyvisual .word p:nth-of-type(6) {
  -webkit-transition-delay: 5s;
  transition-delay: 5s;
}
.page--home .section--keyvisual .word .name {
  font-size: 0.5em;
  padding: 1em 0 0;
}
.page--home .section--keyvisual .word .name::before {
  content: '';
  display: inline-block;
  width: 4em;
  height: 1px;
  background: #fff;
  margin: 0 0.5em 0 0;
  position: relative;
  top: -0.4em;
}
.page--home .section--keyvisual::before {
  content: none;
}
.loaded .section--keyvisual {
  transition-delay: 0.2s;
  background: transparent;
}
.page--home header {
  opacity: 0;
  top: -100px;
  transition-duration: 0.6s;
  transition-delay: 0s;
}
.loaded.page--home header {
  opacity: 1;
  top: 0;
}
.section--keyvisual .scroll {
  opacity: 0;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}
.loaded .section--keyvisual .scroll {
  opacity: 1;
}
.loaded.page--home .section--keyvisual .word p {
  opacity: 1;
}
/* バナー */
.page--home .section--bnr {
  padding: 120px 5% 30px;
  background: #fff !important;
}
.page--home .section--bnr .list--bnr a {
  display: block;
  overflow: hidden;
  padding: 0 5px;
}
.page--home .section--bnr .list--bnr a img {
  width: 100%;
  margin: 0 auto;
  -webkit-transition: 0.3s all 0s ease;
  transition: 0.3s all 0s ease;
}
.page--home .section--bnr .list--bnr a:hover img {
  -webkit-transform: scale(1.02, 1.02);
  transform: scale(1.02, 1.02);
}
.page--home .section--bnr .list--bnr .slick-slide {
  width: calc(100% / 3);
}
.slick-slider {
  margin: 0;
  overflow: visible;
}
.slick-slider * {
  -webkit-transition: none;
  transition: none;
}
.slick-slider .slick-arrow {
  -webkit-appearance: none;
  display: block;
  width: 50px;
  height: 50px;
  background: #222;
  color: #fff;
  text-indent: -999px;
  margin: 0 0 0;
  border: none;
  position: absolute;
  top: 50%;
  z-index: 9;
  cursor: pointer;
}
.slick-slider .slick-arrow.slick-disabled {
  display: none!important;
}
.slick-slider .slick-arrow:hover {
  background: #fff;
}
.slick-slider .slick-arrow::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid;
  border-left: 2px solid;
  position: absolute;
  left: 20px;
  top: 20px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.slick-slider .slick-arrow:hover::before {
  border-color: #222;
}
.slick-slider .slick-dots li button:hover::before {
  background: #eb6a72;
}
.slick-slider .slick-prev {
  left: -10px;
}
.slick-slider .slick-next {
  right: -10px;
}
.slick-slider .slick-next::before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.slick-dots {
  bottom: -50px;
}
.slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 8px;
}
.slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
}
.slick-dots li button::before {
  content: '';
  background: #222;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.section-tit {
  font-family: fot-klee-pro, 'Yu Mincho', serif;
  font-size: 34px;
  letter-spacing: 0.4em;
  line-height: 60px;
  margin: 0 0 30px;
  background: repeat center;
}
.sub-tit {
  position: relative;
  font-family: fot-klee-pro, 'Yu Mincho', serif;
  font-size: 28px;
  letter-spacing: 0.4em;
  line-height: 80px;
  margin: 0;
}
.sub-tit::before {
  content: '';
  display: block;
  background: #eee;
  height: 15px;
  width: 200px;
  position: absolute;
  left: -9.5%;
  bottom: 22px;
  z-index: -1;
}
.section-tit + .sub-tit::before {
  width: 230px;
}
.block-tit {
  position: relative;
  font-family: fot-klee-pro, 'Yu Mincho', serif;
  font-size: 28px;
  letter-spacing: 0.4em;
  line-height: 80px;
  margin: 0 0 30px;
}
.block-tit::before {
  content: '';
  display: block;
  background: #222;
  height: 15px;
  width: 180px;
  position: absolute;
  left: -9.5%;
  bottom: 22px;
  z-index: -1;
}
.section--member .block--latest .block-tit::before {
  width: 270px;
}
.section--member .block--latest .btn--past {
  position: absolute;
  top: 10px;
  right: 0;
}
.block--blog {
  clear: both;
}
.page-tit {
  font-family: fot-klee-pro, 'Yu Mincho', serif;
  font-size: 34px;
  margin: 0 0 30px;
  letter-spacing: 0.3em;
}
.list__more a,
.list__more span {
  display: block;
  width: 140px;
  background: transparent;
  font-size: 16px;
  text-align: right;
  line-height: 60px;
  margin: 0 0 0 auto;
  position: relative;
  font-family: fot-klee-pro, 'Yu Mincho', serif;
}
.list__more a::before,
.list__more span::before {
  content: '';
  display: inline-block;
  width: 3em;
  height: 1px;
  background: #222;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  left: 0;
}
.list__more span::before {
  width: 0;
}
.list__more a:hover::before {
  width: 0;
}
.detail__btn,
.btn--past {
  display: block;
  position: relative;
  font-family: fot-klee-pro, 'Yu Mincho', serif;
  margin-top: 80px;
}
.detail__btn p,
.btn--past p {
  display: inline-block;
  text-align: right;
}
.detail__btn a,
.btn--past a {
  display: inline-block;
  width: 90px;
  line-height: 60px;
}
.detail__btn a::before,
.btn--past a::before {
  position: absolute;
  left: 0;
  top: 50%;
  content: '';
  display: inline-block;
  width: 3em;
  height: 1px;
  margin: -1px 10px 0 0;
  background: #222;
  vertical-align: middle;
}
.detail__btn a:hover::before,
.btn--past a:hover::before {
  width: 0;
}
.btn--past {
  margin: 0;
}
.btn--past a {
  width: 220px;
}
/* 写真とメッセージ */
.section--message {
  background: #f7f7f7;
}
.section--message .txt {
  position: absolute;
  letter-spacing: 0.1em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
  line-height: 2.5em;
  white-space: nowrap;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.section--message .ph {
  width: 50%;
  opacity: 0;
}
.section--message .ph img {
  width: 100%;
}
.section--message.photo-right .ph {
  float: right;
  right: 8%;
}
.section--message.photo-right .txt {
  left: 20%;
}
.section--message.photo-left .txt {
  right: 20%;
}
.section--message.photo-left .ph {
  left: 8%;
}
.section--message.inview .ph {
  opacity: 1;
}
/* 動画 */
.page--home .section--movie {
  padding: 60px 0;
}
.page--home .section--movie li {
  position: relative;
}
.page--home .section--movie li a {
  display: block;
}
.page--home .section--movie li .thumb img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page--home .section--movie li .txt {
  display: none;
}
.page--home .section--movie .slick-list li a {
  display: block;
  padding: 0 20px;
}
.page--home .section--movie .slick-list li a:hover .thumb img {
  transform: scale(1.02, 1.02);
}
/* 会員限定 */
.section--member .section-tit {
  font-size: 55px;
  opacity: 0;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
.section--member .section-tit img {
  width: 400px;
}
.section--member .section-tit span {
  display: block;
  font-size: 18px;
  line-height: 1.4em;
  letter-spacing: 0.1em;
  margin: -50px 0 0 -8.5%;
}
.section--member .nav--login {
  width: 240px;
  background: #222;
  font-size: 16px;
  text-align: center;
  line-height: 60px;
  position: absolute;
  right: 0;
  top: 90px;
  color: #fff;
  font-family: fot-klee-pro, 'Yu Mincho', serif;
}
.section--member .nav--login li {
  display: inline-block;
}
.section--member .nav--login li:first-child::after {
  display: inline-block;
  content: '/';
  margin: 0 0.5em 0 1em;
}
.section--member .nav--login a {
  display: inline-block;
  color: inherit;
}
.section--member .nav--login a::before {
  content: '';
  width: 0;
  height: 100%;
  background: #eb6a72;
  position: absolute;
  top: 0;
  z-index: -1;
}
.section--member .nav--login a:hover {
  color: #111;
}
.section--member .nav--login a:hover::before {
  width: 50%;
}
.section--member .nav--login .regist a::before {
  left: 0;
}
.section--member .nav--login .login a::before {
  right: 0;
}
.section--member .list--information.horizontal li {
  margin-bottom: 40px;
}
.section--member .list--information.horizontal a:hover {
  color: #eb6972;
}
.section--member .list--information.horizontal .list__txt::before {
  content: none;
}
.section--member .list--information li {
  position: relative;
}
.section--member .list--information .thumb {
  margin: 0 0 1.5em;
  border: 1px solid #ddd;
}
.section--member .list--information .date {
  color: #7a7a7a;
  font-size: 15px;
}
.section--member .list--information .tit {
  margin: 0;
  font-size: 18px;
  color: #eb6972;
}
.section--member .list--information .balloon {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background: #fff;
  color: #eb6872;
  border: 1px solid;
  font-size: 11px;
  text-align: center;
  line-height: 1.2;
  border-radius: 50%;
  position: absolute;
  left: -10px;
  top: -10px;
  z-index: 10;
  font-family: fot-klee-pro, 'Yu Mincho', serif;
}
.section--member .list--information .balloon.reguler {
  background: #eb6872;
  color: #fff;
  width: 50px;
  height: 50px;
}
.section--member .list--blog li {
  width: 19%;
  float: left;
  margin: 0 1% 20px 0;
  position: relative;
}
.section--member .list--blog li:last-child {
  margin-right: 0;
}
.section--member .list--blog a {
  display: block;
}
.section--member .list--blog a:hover {
  color: #eb6972;
}
.section--member .list--blog li:last-child a {
  border: none;
}
.section--member .list--blog .thumb {
  margin: 0 0 10px;
  line-height: 0;
}
.section--member .list--blog img {
  width: 100%;
  border: 1px solid #ddd;
}
.section--member .list--blog .tit {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.section--member .list--blog .date {
  opacity: 0.5;
}
.section--member .list--blog .new .thumb::after {
  content: 'UP';
  position: absolute;
  top: -10px;
  right: -5px;
  display: inline-block;
  width: 34px;
  line-height: 30px;
  border-radius: 30px;
  text-align: center;
  background: #fff;
  color: #222;
  border: 2px solid;
  font-weight: bold;
  font-size: 0.85em;
}
/* contents title
------------------------------ */
.page--info .section-tit,
.page--disco .section-tit,
.page--goods .section-tit,
.page--futokyakuphoto .section-tit,
.page--blog .section-tit,
.page--fanmail .section-tit {
  text-indent: -9999em;
  background: no-repeat left / contain;
  height: 50px;
  margin-top: 50px;
}
.page--info.category-1 .section-tit {
  background-image: url(/static/creephyp/fanclub/common/title/title-info_b.png);
}
.page--info.category-3 .section-tit {
  height: 80px;
  background-image: url(/static/creephyp/fanclub/common/title/title-media_b.png);
}
.page--info.category-8 .section-tit {
  height: 80px;
  background-image: url(/static/creephyp/fanclub/common/title/title-live_b.png);
}
.page--info.category-100001 .section-tit {
  margin-bottom: 40px;
  margin-top: 60px;
  background-image: url(/static/creephyp/fanclub/common/title/title-video_b.png);
}
.page--disco .section-tit {
  height: 70px;
  background-image: url(/static/creephyp/fanclub/common/title/title-discography_b.png);
  margin-left: 6%;
  margin-bottom: 40px;
}
.page--goods .section-tit {
  height: 60px;
  background-image: url(/static/creephyp/fanclub/common/title/title-goods_b.png);
  margin-bottom: 40px;
}
.page--blog .section-tit {
  height: 60px;
  background-image: url(/static/creephyp/fanclub/common/title/title-blog_b.png);
  margin-bottom: 40px;
}
.page--futokyakuphoto .section-tit {
  height: 70px;
  background-image: url(/static/creephyp/fanclub/common/title/title-photo_b.png);
  margin-bottom: 40px;
}
.page--fanmail .section-tit {
  height: 60px;
  background-image: url(/static/creephyp/fanclub/common/title/title-fanmail_b.png);
  margin-bottom: 40px;
}
/*  4.3 information
------------------------------ */
[class^="page--"] .section {
  padding: 170px 8% 80px;
  position: relative;
  top: 20px;
  opacity: 0;
  -webkit-transition: 0.5s all 0s ease;
  transition: 0.5s all 0s ease;
}
[class^="page--"] .section.show {
  opacity: 1;
  top: 0;
}
.info-tit {
  font-family: fot-klee-pro, 'Yu Mincho', serif;
  font-size: 28px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin: 0 0 20px;
}
.block--share {
  float: right;
  z-index: 10;
}
.block--share li {
  display: inline-block;
  margin: 0 1em 0 0;
  transition: none;
  -webkit-transition: none;
  font-size: 12px;
  color: #999;
}
.block--share li.share {
  vertical-align: 2px;
  font-family: Helvetica, Arial, 'Yu Gothic', MyYuGothicM, YuGothic, -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  letter-spacing: 0.07em;
}
.block--share li a {
  display: block;
  font-size: 22px;
  color: #999;
}
.block--share li a * {
  -webkit-transition: none;
  transition: none;
}
.block--share li a:hover {
  color: #eb6972;
  opacity: 1;
}
.block--share li a:hover svg {
  fill: #eb6972;
}
.block--share li svg {
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  fill: #999;
}
.block--share li.facebook {
  width: 20px;
  height: 20px;
}
.block--share li.twitter {
  width: 20px;
  height: 20px;
}
[class^="page--"] .section--detail .inner {
  max-width: 850px;
  margin: 0 auto;
}
[class^="page--"] .section--detail .date {
  margin: 0 0 40px;
  opacity: 0.5;
  max-width: 300px;
}
[class^="page--"] .section--detail .category {
  padding: 0 10px;
  font-size: 12px;
  margin: 0 0 0 0.5em;
}
[class^="page--"] .section--detail .txt a {
  text-decoration: underline;
  word-break: break-all;
}
[class^="page--"] .section--detail .txt a:hover {
  text-decoration: none;
}
.block--category {
  position: absolute;
  top: 140px;
  right: 0;
  padding: 0 10px;
  background: #222;
  line-height: 60px;
  font-size: 0.9em;
}
.block--category li {
  display: inline-block;
}
.block--category span,
.block--category a {
  position: relative;
  display: inline-block;
  padding: 0 10px;
  color: #fff;
  font-family: fot-klee-pro, 'Yu Mincho', serif;
}
.block--category span {
  color: #eb6a72;
}
.block--category a::before {
  content: '';
  width: 0;
  height: 100%;
  background: #eb6a72;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.block--category a:hover::before {
  width: 100%;
}
.list--regular {
  margin: 0 0 40px;
  padding: 0 0 30px;
  border-bottom: 1px solid #aaa;
}
.list--regular li {
  margin: 0 0 10px;
}
.page--info .block-tit {
  line-height: 1;
  margin: 0 0 20px;
}
.page--info .block-tit::before {
  display: none;
}
/*  4.4 discography
------------------------------ */
.page--disco .disc-tit {
  font-family: fot-klee-pro, 'Yu Mincho', serif;
  font-size: 28px;
  width: 90%;
  padding: 0 8%;
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 80px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 1.6;
  overflow: hidden;
  z-index: 99;
  margin: 0;
  color: #fff;
  mix-blend-mode: exclusion;
}
.page--disco .disc-tit span {
  display: block;
  opacity: 0;
  -webkit-transform: translateY(110%);
  transform: translateY(110%);
}
.page--disco.load .disc-tit span {
  -webkit-animation: titleShow 2.3s cubic-bezier(0.9, 0, 0.3, 1) 0.1s forwards;
  animation: titleShow 2.3s cubic-bezier(0.9, 0, 0.3, 1) 0.1s forwards;
  /*
		-webkit-animation: titleShow 1s cubic-bezier(0.9, 0, 0.3, 1) 0.1s forwards, titlehHide 1s cubic-bezier(0.9, 0, 0.3, 1) 1.3s forwards;
		animation: titleShow 1s cubic-bezier(0.9, 0, 0.3, 1) 0.1s forwards, titlehHide 1s cubic-bezier(0.9, 0, 0.3, 1) 1.3s forwards
		*/
}
.page--disco .section--list {
  padding: 140px 0 80px;
}
.page--disco .section--list .section-tit {
  padding: 0 6%;
}
.page--disco .section--list .list--discography {
  margin-bottom: 60px;
  overflow: hidden;
  width: 100%;
}
.page--disco .section--list .list--discography li {
  position: relative;
  display: inline-block;
  width: calc(100% / 4);
  line-height: 0;
  margin-right: 30px;
}
.page--disco .section--list .list--discography li:first-child {
  margin-left: 100px;
}
.page--disco .section--list .list--discography a {
  display: block;
}
.page--disco .section--list .list--discography .block--txt {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 3%;
  text-align: center;
  line-height: 1;
  -webkit-transition: 0.3s all 0s ease;
  transition: 0.3s all 0s ease;
}
.page--disco .section--list .list--discography .block--txt .tit {
  margin-bottom: 10px;
  font-weight: bold;
  font-family: fot-klee-pro, 'Yu Mincho', serif;
}
.page--disco .section--list .list--discography .block--txt .date {
  font-size: 0.8em;
}
.page--disco .section--list .category-tit {
  position: relative;
  width: 87%;
  margin: 0 auto 20px;
  font-size: 24px;
  font-family: fot-klee-pro, 'Yu Mincho', serif;
}
.page--disco .section--list .thumb img {
  width: 100%;
  background-size: contain;
  background-position: center bottom;
}
.page--disco .section--detail {
  -webkit-transition: 0.5s all 2.5s ease;
  transition: 0.5s all 2.5s ease;
}
.page--disco .section--detail .area--disco-detail * {
  transition: none;
  -webkit-transition: none;
}
.page--disco .block--jacket {
  float: left;
  width: 30%;
}
.page--disco .block--jacket img {
  width: 100%;
  border: 1px solid #fff;
}
.page--disco .block--jacket figcaption {
  font-size: 12px;
  margin-bottom: 30px;
}
.page--disco .block--detail {
  padding-left: 38%;
}
.page--disco .block--detail .tit {
  margin: 0 0 30px;
  font-size: 1.9vw;
  line-height: 1.6em;
  font-family: fot-klee-pro, 'Yu Mincho', serif;
}
.page--disco .block--detail .date {
  margin-bottom: 30px;
}
.page--disco .block--detail .block--comment {
  margin-bottom: 30px;
}
.page--disco .block--detail .block--comment a {
  color: inherit;
  text-decoration: underline;
}
.page--disco .block--detail .block--comment a:hover {
  opacity: 0.5;
  text-decoration: none;
}
.page--disco .block--detail .block--track {
  margin-bottom: 15px;
}
.page--disco .block--detail .block--track .title {
  font-size: 11px;
  font-weight: bold;
  margin: 0 0 5px;
  opacity: 0.5;
}
.page--disco .block--detail .block--track .list--track {
  margin-bottom: 15px;
  list-style: none;
}
.page--disco .block--detail .block--track .list--track .tie-up {
  font-size: 11px;
  padding-left: 1.5em;
}
.page--disco .detail__btn {
  mix-blend-mode: exclusion;
}
.page--disco .detail__btn a {
  color: #FFFFFF;
}
.page--disco .detail__btn a::before {
  background: #fff;
}
@-webkit-keyframes titleShow {
  0% {
    opacity: 0;
    -webkit-transform: translateY(110%);
  }
  50% {
    -webkit-transform: translateY(0%);
    opacity: 1;
  }
  70% {
    -webkit-transform: translateY(0%);
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-110%);
  }
}
@keyframes titleShow {
  0% {
    opacity: 0;
    transform: translateY(110%);
  }
  50% {
    transform: translateY(0%);
    opacity: 1;
  }
  70% {
    transform: translateY(0%);
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(-110%);
  }
}
@-webkit-keyframes titlehHide {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%);
  }
}
@keyframes titlehHide {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%);
  }
}
/*  4.5 wallpaper
------------------------------ */
.page--wallpaper .section-tit.wp {
  padding-bottom: 0;
  background: #fffae7;
}
.page--wallpaper.page--point .thumb {
  width: 40%;
  margin: 0 auto 20px;
}
.page--wallpaper.page--point .thumb img {
  width: 100%;
}
.page--wallpaper .list--information.vertical .tit {
  padding: 0;
}
.page--wallpaper .list--information.horizontal li .block--wp-size {
  padding: 10px 0 0;
}
.page--wallpaper .list--information.horizontal li .block--wp-size li {
  width: 100%;
  margin: 0 0 5px;
}
.page--wallpaper .list--information.horizontal li .block--wp-size li a {
  border: 1px solid #222;
  text-align: center;
  color: #fff;
  background: #222;
}
.page--wallpaper .list--information.horizontal li .block--wp-size li a:hover {
  background: #fff;
  color: #222;
}
/*  4.6 movie
------------------------------ */
.page--movie .txt {
  margin: 0;
}
.list--contents {
  margin: 0 0 30px;
}
.list--contents li {
  float: left;
  width: 32%;
  margin: 0 0 30px 1%;
}
.list--contents a {
  display: block;
}
.list--contents a * {
  -webkit-transition: none;
  transition: none;
}
.list--contents a:hover .thumb {
  -webkit-transform: scale(1.02, 1.02);
  transform: scale(1.02, 1.02);
}
.list--contents .thumb {
  background: #222;
  line-height: 0;
  margin: 0 0 10px;
  -webkit-transition: 0.3s all 0s ease;
  transition: 0.3s all 0s ease;
}
.list--contents .thumb img {
  width: 100%;
}
.list--contents a:hover {
  color: #eb6972;
}
.list--contents .date {
  font-size: 12px;
}
.cursor {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 99;
  width: 60px;
  height: 60px;
  border-radius: 40px;
  line-height: 60px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  background: #222;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: 0.1s all 0s ease;
  transition: 0.1s all 0s ease;
  pointer-events: none;
}
.cursor.onmouse {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.page--point .section--base {
  padding: 140px 8% 80px;
}
.page--point .tit {
  margin: 0 0 20px;
  font-size: 30px;
  font-family: fot-klee-pro, 'Yu Mincho', serif;
}
.page--point .ph {
  position: relative;
  width: 50%;
  margin: 30px auto;
  line-height: 0;
  text-align: center;
}
.page--point .point-wrap {
  text-align: center;
}
.page--point .list--point {
  margin: 0 0 30px;
  padding: 30px 30px 25px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  border: 1px solid #ddd;
  display: inline-block;
  width: 380px;
}
.page--point .list--point li {
  width: 50%;
  float: left;
  text-align: center;
  position: relative;
}
.page--point .list--point li > span {
  display: block;
  font-family: YakuHanJP, 'Source Sans Pro', sans-serif;
  letter-spacing: 0.1em;
  font-weight: 300;
  font-size: 15px;
  line-height: 2em;
}
.page--point .list--point li > span > span {
  font-size: 30px;
  margin: 0 5px 0 0;
}
.page--point .list--point .necessary > span > span {
  color: #eb6972;
}
.page--point .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;
}
.page--point .txt--error {
  text-align: center;
  margin: 0 0 20px;
  color: #c00;
}
.page--play .section--detail {
  padding: 140px 8% 80px;
}
.page--play .player {
  width: 640px;
  margin: 0 auto 20px;
  text-align: center;
}
.page--play .txt--sub a {
  text-decoration: underline;
}
.page--play .txt--sub a:hover {
  text-decoration: none;
}
.page--movie.new-movie .header h1 a {
  background-image: url(/static/creephyp/fanclub/common/logo--fc.png);
}
.page--movie.new-movie.category-movie .list--contents {
  gap: 5%;
}
.page--movie.new-movie.category-movie .list--contents li {
  width: 30%;
  margin: 0 0 30px 0;
}
.page--movie.new-movie .wrap .section--list {
  width: 100%;
  max-width: none;
}
.page--movie.new-movie .wrap .section--list .section-tit:not(.member) {
  margin: 0 0 30px;
}
.page--movie.new-movie .wrap .block--latest-list .latest-tit,
.page--movie.new-movie .wrap .category-tit {
  max-width: none !important;
}
.page--movie.new-movie .wrap .section--detail .area--movie {
  width: 640px;
  margin: 0 auto 20px;
  text-align: center;
}
.page--movie.new-movie .wrap .section--detail .area--movie .vjs-big-play-centered .vjs-big-play-button {
  margin: 0;
  transform: translate(-50%, -50%);
}
.page--movie.new-movie .wrap .section--detail .block--tit {
  margin: 0 auto 60px;
  width: 640px;
}
.page--movie.new-movie .wrap .section--detail .detail__btn {
  text-align: left;
}
.page--movie.new-movie .wrap .section--detail .detail__btn a {
  text-align: right;
}
/*  4.7 qa
------------------------------ */
/*  4.8 bbs
------------------------------ */
.page--bbs .section--detail .txt {
  margin: 0 0 20px;
}
.page--bbs .section-tit.member {
  text-align: left;
  padding: 120px 0 0 9%;
}
.page--bbs .section-tit.member img {
  width: 350px;
}
.page--bbs .date {
  font-size: 0.8em;
}
.page--bbs .block--bbs-option {
  margin: 0 0 40px;
}
.page--bbs .block--bbs-option .searchForm {
  background: #fff;
  width: 470px;
  height: 36px;
  float: left;
  border: 1px solid #ddd;
  box-sizing: border-box;
  position: relative;
  border-radius: 5px;
}
.page--bbs .block--bbs-option .searchForm input[type=text] {
  color: #000;
  width: 420px;
  height: 36px;
  font-size: 16px;
  box-sizing: border-box;
  float: left;
  border: none;
  background: transparent;
}
.page--bbs .block--bbs-option .searchForm input[type=text].search:placeholder-shown {
  color: #ddd;
}
.page--bbs .block--bbs-option .searchForm input[type=text].search::-webkit-input-placeholder {
  color: #ddd;
}
.page--bbs .block--bbs-option .searchForm input[type=text].search:-moz-placeholder {
  color: #ddd;
  opacity: 1;
}
.page--bbs .block--bbs-option .searchForm input[type=text].search:-ms-input-placeholder {
  color: #ddd;
}
.page--bbs .block--bbs-option .searchForm input[type=submit] {
  font-family: FontAwesome;
  box-sizing: border-box;
  background-color: transparent;
  color: #ddd;
  font-size: 17px;
  padding: 9px;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 0;
}
.page--bbs .block--bbs-option .threadSort {
  float: left;
}
.page--bbs .block--bbs-option .select--sort {
  display: inline-block;
  position: relative;
}
.page--bbs .block--bbs-option .select--sort select {
  display: inline-block;
  position: relative;
  margin: 0 10px 0 0;
  font-size: 12px;
  padding: 8px 30px 8px 5px;
  background: #fff;
  border: 1px solid #ddd;
}
.page--bbs .block--bbs-option .select--sort::before {
  content: '';
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  border-bottom: 1px solid #222;
  border-right: 1px solid #222;
  margin: -0.2em 0 0;
  position: absolute;
  transform: rotate(45deg);
  top: 50%;
  right: 20px;
  z-index: 2;
}
.page--bbs .comment {
  margin: 0 0 0 1em;
  color: #999;
  display: inline-block;
  line-height: 0;
  font-size: 0.8em;
  position: relative;
  top: -2px;
}
.page--bbs .comment i {
  margin-right: 5px;
}
.page--bbs [class^="form--"] dt > span {
  margin-left: 10px;
}
.page--bbs .list--thread li {
  position: relative;
  border-bottom: 1px solid #aaa;
}
.page--bbs .list--thread li:first-child {
  border-top: 1px solid #aaa;
}
.page--bbs .list--thread a {
  display: block;
  padding: 25px 0;
}
.page--bbs .list--thread a * {
  -webkit-transition: none;
  transition: none;
}
.page--bbs .list--thread a:hover {
  padding-left: 1em;
  color: #eb6972;
}
.page--bbs .list--thread .tit {
  font-size: 1.2em;
  margin: 0 0 0.4em;
  font-weight: bold;
}
.page--bbs .section--detail .tit {
  font-family: fot-klee-pro, 'Yu Mincho', serif;
  font-size: 28px;
  line-height: 1.6em;
  margin: 0 0 20px;
}
.page--bbs .section--detail .tit .comment {
  font-size: 0.7em;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.page--bbs .section--detail .block--parent {
  margin: 0 0 40px;
}
.page--bbs .section--detail .block--parent .txt {
  margin: 0 0 20px;
  font-size: 16px;
}
.page--bbs .section--detail .block--parent .date {
  margin: 0;
}
.page--bbs .section--detail .form--post {
  padding: 40px 0;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}
.page--bbs .section--detail .form--post li {
  margin: 0 0 10px;
}
.page--bbs .section--detail .form--post textarea {
  background: #fff;
}
.page--bbs .section--detail .form--post btn {
  margin: 0;
}
.page--bbs .section--detail .form--post .user {
  font-size: 16px;
}
.page--bbs .section--detail .form--post .user i {
  margin-right: 10px;
  color: #999;
  font-size: 26px;
  vertical-align: middle;
}
.page--bbs .section--detail .form--post .notes {
  padding: 20px 0;
  font-size: 0.8em;
  line-height: 1.6em;
}
.page--bbs .section--detail .form--post .notes dt {
  font-weight: bold;
  margin: 0 0 5px;
}
.page--bbs .section--detail .form--post .notes li {
  margin: 0 0 0 1em;
  text-indent: -0.6em;
}
.page--bbs .section--detail.confirm .form--post {
  margin: 0 0 40px;
}
.page--bbs .section--detail.complete .txt {
  padding: 100px 0 0;
}
.page--bbs .section--detail .block--error {
  margin: 0 0 20px;
  color: #c00;
}
.page--bbs .block--user {
  margin: 0 0 10px;
}
.page--bbs .block--user .icon--user {
  display: inline-block;
  width: 50px;
  border-radius: 25px;
  overflow: hidden;
  margin-right: 10px;
  vertical-align: middle;
}
.page--bbs .block--user .icon--user img {
  width: 100%;
  border-radius: 25px;
}
.page--bbs .block--user .name {
  font-weight: bold;
  font-size: 16px;
}
.page--bbs .list--comment li {
  border-bottom: 1px solid #aaa;
  padding: 40px 20px;
  position: relative;
}
.page--bbs .list--comment li .txt {
  margin: 0 0 10px;
}
.page--bbs .list--comment li .date {
  margin: 0;
}
.page--bbs .list--comment li .report-btn {
  position: absolute;
  right: 20px;
  top: 40px;
  font-size: 0.8em;
}
.page--bbs .list--comment li .report-btn a {
  color: #999;
}
.page--bbs .list--comment .artist-account {
  background: #ffd8db;
}
.page--bbs .form--confirm {
  margin: 0 0 40px;
  padding: 40px 0;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}
.page--bbs .form--confirm .btn {
  margin: 0;
}
.page--bbs .form--confirm .txt {
  margin: 0 0 20px;
}
.page--bbs .form--confirm dl {
  margin: 0 0 20px;
}
.page--bbs .form--confirm dt {
  margin: 0 0 10px;
}
.page--bbs .form--confirm dd {
  margin: 0 0 20px;
  font-size: 16px;
}
/*  4.9 faq
------------------------------ */
.tit--category {
  color: inherit;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.06em;
  margin: 0 0 20px;
}
.page--faq section {
  max-width: 850px;
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto;
}
.section--list .list--faq,
.section--detail .list--faq {
  margin: 0 0 40px;
}
.section--list .list--faq li,
.section--detail .list--faq li {
  border-top: 1px solid #aaa;
}
.section--list .list--faq li:last-child,
.section--detail .list--faq li:last-child {
  border-bottom: 1px solid #aaa;
}
.section--list .list--faq a,
.section--detail .list--faq a {
  position: relative;
  display: block;
  padding: 25px 5% 27px 0;
}
.section--list .list--faq a *,
.section--detail .list--faq a * {
  -webkit-transition: none;
  transition: none;
}
.section--list .list--faq a:hover,
.section--detail .list--faq a:hover {
  color: #eb6972;
  padding-left: 1%;
}
.section--list .list--faq .tit,
.section--detail .list--faq .tit {
  padding-left: 20px;
}
.section--list .list--faq .txt,
.section--detail .list--faq .txt {
  margin: 0;
  padding-left: 20px;
  line-height: 1.4;
}
.section--list .list--faq .icon--q,
.section--detail .list--faq .icon--q {
  margin-right: 5px;
  font-weight: 700;
  opacity: 0.5;
  float: left;
}
.page--faq .loading {
  display: none;
}
.page--faq .searchBox {
  margin: 0 0 50px;
  text-align: center;
}
.page--faq .searchBox input {
  -webkit-appearance: none;
  outline: none;
  font-size: 15px;
  line-height: 1.4em;
  box-sizing: border-box;
}
.page--faq .searchBox input[type="text"] {
  width: 400px;
  height: 40px;
  margin: 0 5px 0 0;
  padding: 0 10px;
  background: #fff;
  border: solid 1px #aaa;
  border-radius: 5px;
}
.page--faq .searchBox input[type="text"]:placeholder-shown {
  color: #ccc;
}
.page--faq .searchBox input[type="text"]::-webkit-input-placeholder {
  color: #ccc;
}
.page--faq .searchBox input[type="submit"] {
  background: #222;
  padding: 7px 25px;
  color: #fff;
  font-weight: bold;
  border-radius: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  border: 1px solid #222;
  border-radius: 0;
}
.page--faq .searchBox input[type="submit"]:hover {
  background: #fff;
  color: #222;
}
.section--detail .block--faq-detail {
  margin: 0 0 80px;
  padding: 25px;
  border: 1px solid #aaa;
}
.section--detail .block--faq-detail dt {
  margin: 0 0 20px;
  padding: 0 0 15px;
  border-bottom: 1px solid #aaa;
}
.section--detail .block--faq-detail dt .txt {
  margin: 0;
  padding-left: 40px;
  color: inherit;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
.section--detail .block--faq-detail dt .category {
  display: inline-block;
  margin: 0 0 20px;
  padding: 1px 8px 0;
  font-size: 12px;
  background: #eee;
  color: #999;
  border-radius: 20px;
}
.section--detail .block--faq-detail dd .txt {
  margin: 0;
  padding-left: 40px;
  font-size: 15px;
}
.section--detail .block--faq-detail dd .txt a {
  color: #eb6972;
  text-decoration: underline;
}
.section--detail .block--faq-detail span[class^="icon--"] {
  float: left;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50px;
  font-weight: 700;
  text-align: center;
}
.section--detail .block--faq-detail .icon--q {
  background: #000;
  color: #fff;
}
.section--detail .block--faq-detail .icon--a {
  border: 1px solid;
  color: #000;
}
.page--faq .section--detail .block--contact {
  margin: 0 0 40px;
}
.page--faq .section--detail .block--contact .txt {
  margin: 0;
}
.page--faq .section--detail .block--contact a {
  text-decoration: underline;
}
.page--faq .section--detail .block--contact a:hover {
  text-decoration: none;
}
/*  4.10 support
------------------------------ */
.page--support .section {
  opacity: 1;
  top: 0;
}
.page--support .section--detail .inner {
  max-width: 850px;
}
.page--support .section--detail .txt {
  margin: 0 0 20px;
}
.page--support .list--support dt {
  font-weight: bold;
  margin: 0 0 3px;
}
.page--support .list--support dd {
  margin: 0 0 20px;
}
.page--support .list--support dd:last-of-type {
  margin-bottom: 0;
}
.support-tit {
  font-family: fot-klee-pro, 'Yu Mincho', serif;
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin: 0 0 60px;
  padding: 0 8%;
  text-align: center;
}
/*  4.11 profile
------------------------------ */
.page--profile .artist-ph {
  position: relative;
  line-height: 0;
  margin: 0 0 30px;
}
.page--profile .artist-ph img {
  width: 100%;
}
.page--profile .block--text {
  padding: 0 8%;
}
.page--profile .list--member {
  margin: 0 0 80px;
  text-align: center;
}
.page--profile .list--member li {
  display: inline-block;
  margin: 0 20px 0 0;
  font-size: 13px;
}
.page--profile .list--member li .part {
  font-size: 12px;
  line-height: 16px;
  padding: 0 0 0 6px;
}
.page--profile .list--member span.twitter {
  display: inline-block;
}
.page--profile .list--member span.twitter a {
  display: block;
  width: 15px;
  height: 15px;
}
.page--profile .list--member span.twitter svg {
  width: 100%;
  height: 100%;
}
.page--profile .list--member span.twitter a * {
  -webkit-transition: none;
  transition: none;
}
.page--profile .list--member span.twitter a:hover {
  color: #eb6972;
  opacity: 1;
}
.page--profile .list--member span.twitter a:hover svg {
  fill: #eb6972;
}
.page--profile .list--bio dt {
  display: inline-block;
  float: left;
  clear: both;
  width: 120px;
  margin: 0 0 10px;
}
.page--profile .list--bio dd {
  margin: 0 0 10px;
  padding: 0 0 0 130px;
}
/*  4.12 goods
------------------------------ */
.page--goods .block-tit {
  font-size: 20px;
}
.page--goods .block-tit::before {
  display: none;
}
.page--goods .shop-link {
  position: absolute;
  top: 150px;
  right: 8%;
  line-height: 60px;
  font-family: fot-klee-pro, 'Yu Mincho', serif;
  margin-top: 20px;
}
.page--goods .shop-link a {
  padding: 0 0 0 3.5em;
}
.page--goods .shop-link a::before {
  content: '';
  display: inline-block;
  width: 3em;
  height: 1px;
  background: #222;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  left: 0;
}
.page--goods .shop-link a:hover {
  padding-right: 2em;
}
.page--goods .shop-link a:hover::before {
  width: 1em;
}
.page--goods .list--goods li {
  float: left;
  width: 22%;
  margin: 0 4% 40px 0;
  cursor: pointer;
}
.page--goods .list--goods li:hover .thumb {
  -webkit-transform: scale(1.02, 1.02);
  transform: scale(1.02, 1.02);
}
.page--goods .list--goods li img {
  width: 100%;
}
.page--goods .list--goods li:nth-child(4n) {
  margin-right: 0;
}
.page--goods .item {
  display: none;
}
.page--goods .popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 80%;
  max-height: 80%;
  overflow: scroll;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1000;
  -webkit-transition: none;
  transition: none;
}
.page--goods .popup .popup-inner {
  background: #fff;
  padding: 50px 5%;
}
.page--goods .popup .tit {
  font-family: fot-klee-pro, 'Yu Mincho', serif;
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin: 0 0 30px;
}
.page--goods .popup .ph {
  width: 45%;
  float: left;
}
.page--goods .popup .ph img {
  width: 100%;
}
.page--goods .popup .detail {
  padding-left: 50%;
}
.page--goods .popup .close {
  width: 30px;
  height: 20px;
  position: absolute;
  right: 2%;
  top: 20px;
  cursor: pointer;
}
.page--goods .popup .close span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #222;
}
.page--goods .popup .close span:nth-of-type(1) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 9px;
}
.page--goods .popup .close span:nth-of-type(2) {
  width: 0;
  left: 50%;
}
.page--goods .popup .close span:nth-of-type(3) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 9px;
}
.popup-overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  -webkit-transition: none;
  transition: none;
}
/*  4.13 fanmail
------------------------------ */
.page--fanmail .lead {
  margin: 0 0 40px;
}
.errorTxt {
  margin: 0 0 20px;
  color: #c00;
}
.formList dt {
  margin: 0 0 5px;
  font-weight: bold;
}
.formList dd {
  margin: 0 0 20px;
}
/*  4.14 ギャラリー
------------------------------ */
.page--photo .block-text {
  padding: 20px;
  margin-bottom: 40px;
  background: #f7f7f7;
}
.page--photo .block-text a {
  text-decoration: underline;
}
.page--photo .list--contents .thumb {
  background: #fff;
}
.page--photo .list--contents .thumb img {
  background-size: contain;
}
.section-tit.fanletter {
  background-size: cover;
  background-repeat: no-repeat;
}
.section-tit.fanletter img {
  width: 500px;
}
.section-tit.mc {
  background-size: cover;
  background-repeat: no-repeat;
}
.section-tit.mc img {
  width: 500px;
}
#cboxOverlay {
  background: rgba(0, 0, 0, 0.85) !important;
}
#cboxContent {
  background: transparent!important;
}
/*  4.14 ブログ
------------------------------ */
.page--blog .thumb {
  border: 1px solid #ddd;
  background-image: url(/static/creephyp/fanclub/common/noimage.jpg);
}
.page--blog .section--detail .ph {
  position: relative;
  max-width: 50%;
}
.page--blog .section--detail .txt * {
  font-family: fot-klee-pro, Helvetica, Arial, 'Yu Gothic', MyYuGothicM, YuGothic, -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: 14px!important;
}
.page--blog .block--player {
  position: relative;
  margin: 0 0 20px;
  width: 640px;
  height: 414px;
}
.page--blog .block--player .video-js .vjs-mute-control .vjs-icon-placeholder::before {
  font-family: VideoJS;
}
.page--blog .block--player .video-js .vjs-control-bar .vjs-icon-placeholder::before {
  font-family: VideoJS;
}
.page--blog .block--player .video-js .vjs-progress-holder .vjs-play-progress::before {
  font-family: VideoJS;
}
.page--blog .block--player .video-js .vjs-picture-in-picture-control.vjs-button::before {
  background: repeat-x center url(/static/creephyp/fanclub/common/icon_picture_in_picture.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 22px;
  font-size: 0;
}
.page--blog .block--pager ul li.pager__item--number {
  padding: 0 10px;
  font-size: 13px;
}
.section-tit.member {
  position: relative;
  overflow: hidden;
  text-align: center;
  margin: -120px -9.5% 40px;
  padding: 80px 0 60px;
  line-height: 0;
}
.section-tit.fanletter {
  background: repeat-x center url(/static/creephyp/fanclub/common/new2021/pc/bg_fanletter.jpg);
  background-size: 500px 281px;
  padding: 39px 0 19px;
}
.section-tit.jidori img {
  width: 500px;
}
.section-tit.jidori .ojisan {
  position: absolute;
  top: 50px;
  right: -20px;
  width: 180px;
}
.section-tit.ozaki {
  background-image: url(/static/creephyp/fanclub/common/new2021/pc/bg_ozaki_01.png), url(/static/creephyp/fanclub/common/new2021/pc/bg_ozaki.png);
  background-size: 1019px 574px,1000px 394px;
  background-repeat: no-repeat, repeat;
  background-position: right bottom,center;
  text-indent: 0;
  height: auto;
  padding: 39px 0 19px;
}
.section-tit.ozaki img {
  width: 520px;
}
.section-tit.kaonashi {
  background: no-repeat center url(/static/creephyp/fanclub/common/new2021/pc/bg_kaonashi.jpg);
  background-size: cover;
  padding: 39px 0 19px;
  text-indent: 0;
  height: auto;
}
.section-tit.kaonashi img {
  width: 520px;
}
.section-tit.ogawa {
  background: #cab8aa;
  padding: 34px 0 24px;
  text-indent: 0;
  height: auto;
}
.section-tit.ogawa img {
  width: 520px;
}
.section-tit.staffblog {
  height: auto;
  text-indent: 0;
  background: none;
  padding: 34px 0 0;
  margin-bottom: 0;
}
.section-tit.staffblog img {
  width: 520px;
}
.section-tit.koizumi {
  background: repeat center url(/static/creephyp/fanclub/common/new2021/pc/bg_koizumi.jpg);
  background-size: 500px 281px;
  padding: 39px 0 19px;
  text-indent: 0;
  height: auto;
}
.section-tit.koizumi img {
  width: 520px;
}
/*  4.14 AOPブログ
------------------------------ */
.page--blog.page--aopblog .block--player {
  width: 640px;
  height: 414px;
}
.page--blog.page--aopblog .block--player .vjs-icon-play:before,
.page--blog.page--aopblog .block--player .video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.page--blog.page--aopblog .block--player .video-js .vjs-play-control .vjs-icon-placeholder:before,
.page--blog.page--aopblog .block--player .vjs-icon-replay:before,
.page--blog.page--aopblog .block--player .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before,
.page--blog.page--aopblog .block--player .vjs-icon-volume-high:before,
.page--blog.page--aopblog .block--player .video-js .vjs-mute-control .vjs-icon-placeholder:before,
.page--blog.page--aopblog .block--player .vjs-icon-fullscreen-enter:before,
.page--blog.page--aopblog .block--player .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before,
.page--blog.page--aopblog .block--player .vjs-icon-circle:before,
.page--blog.page--aopblog .block--player .video-js .vjs-play-progress:before,
.page--blog.page--aopblog .block--player .video-js .vjs-volume-level:before,
.page--blog.page--aopblog .block--player .vjs-seek-to-live-control .vjs-icon-placeholder:before {
  font-family: VideoJS;
}
.page--blog.page--aopblog .block--player .vjs-picture-in-picture-control.vjs-button:before {
  font-family: 'Material Symbols Outlined';
  font-size: 20px;
}
.page--blog.page--aopblog:not(.page--hosokyaku) .section {
  max-width: 1200px;
  margin: 0 auto 100px;
}
.page--blog.page--aopblog:not(.page--hosokyaku) .thumb {
  border: none;
  background-image: url(/static/creephyp/fanclub/common/noimage_mc.jpg);
}
.page--blog.page--aopblog p.btn_report_area {
  right: 0;
}
.page--blog.page--aopblog p.btn_report_area a.btn_report {
  width: 190px;
}
.page--blog.page--aopblog .moji .section-tit {
  height: 100px;
  background-image: url(/static/creephyp/fanclub/common/new2021/title-blog_mc.png);
  margin: 0 auto 40px;
}
.page--blog.page--aopblog .koe .section-tit {
  height: 100px;
  background-image: url(/static/creephyp/fanclub/common/new2021/title-blog_mc_koe.png);
  margin: 0 auto 40px;
}
.page--blog.page--aopblog:not(.page--hosokyaku) .list--information.horizontal li {
  float: none;
  width: 100%;
  margin: 0 0 30px 0;
  position: relative;
}
.page--blog.page--aopblog:not(.page--hosokyaku) .list--information.horizontal .new .thumb::after {
  display: none;
}
.page--blog.page--aopblog:not(.page--hosokyaku) .list--information.horizontal li.new::after {
  content: 'NEW';
  position: absolute;
  top: -10px;
  right: -10px;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 30px;
  text-align: center;
  background: #eb6972;
  color: #ffffff;
  font-weight: bold;
  font-size: 0.9em;
  z-index: 2;
}
.page--blog.page--aopblog:not(.page--hosokyaku) .list--information.horizontal {
  margin: 0 auto;
}
.page--blog.page--aopblog:not(.page--hosokyaku) .list--information a {
  display: flex;
  padding: 30px;
  border: 1px solid #d8d8d8;
}
.page--blog.page--aopblog:not(.page--hosokyaku) .list--information.horizontal .thumb {
  width: 45%;
  margin: 0;
}
.page--blog.page--aopblog:not(.page--hosokyaku) .list--information.horizontal .title_wrap {
  width: 100%;
  padding: 0 30px;
}
.page--blog.page--aopblog:not(.page--hosokyaku) .list--information.horizontal .date {
  margin-bottom: 3px;
}
.page--blog.page--aopblog:not(.page--hosokyaku) .list--information.horizontal .txt {
  font-size: 20px;
  line-height: 1.6;
}
.page--blog.page--aopblog .list--information.vertical a {
  border: none;
  border-bottom: 1px solid #aaa;
  line-height: 25px;
  padding: 25px 2em 25px 0;
}
.page--blog.page--aopblog .list--select-month li a {
  letter-spacing: 0.05em;
}
.page--blog.page--aopblog .list--select-month li > span {
  letter-spacing: 0.05em;
}
.page--blog.page--aopblog .pagingBox {
  text-align: center;
  margin-top: 40px;
}
.page--blog.page--aopblog .pagingBox ul {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  flex-wrap: wrap;
}
.page--blog.page--aopblog .pagingBox ul li {
  margin-right: 20px;
  position: relative;
  margin-bottom: 10px;
}
.page--blog.page--aopblog .pagingBox ul li:last-child {
  margin-right: 0;
}
.page--blog.page--aopblog .pagingBox ul li.current::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 22px;
  height: 22px;
  background: #ec7079;
  z-index: -1;
  border-radius: 12px;
  transform: translate(-50%, -50%);
}
.page--blog.page--aopblog .pagingBox ul li.current {
  color: #fff;
}
.page--blog.page--aopblog:not(.page--hosokyaku) .list--tabs li.tabs__item--current {
  background: #ed737b;
}
.page--blog.page--aopblog:not(.page--hosokyaku) .list--tabs li a {
  border: 0.5px solid #ddd;
  border-left: none;
}
.page--blog.page--aopblog:not(.page--hosokyaku) .list--tabs li:first-of-type a {
  border-left: 0.5px solid #ddd;
}
.page--blog.page--aopblog:not(.page--hosokyaku) .list--tabs li.tabs__item--current a {
  color: #fff;
}
.icon_hosokyaku {
  width: 50px;
  position: fixed;
  top: 25px;
  left: min(43%, 600px);
  z-index: 10;
  pointer-events: none;
  line-height: 0;
  background: #fff;
  border-radius: 50%;
}
.page--info .icon_hosokyaku {
  left: clamp(380px, 34%, 470px);
}
.nav--login_hosokyaku {
  position: absolute;
  top: 0;
  right: -6%;
}
.nav--login_hosokyaku .regist.mypage a {
  display: block;
  text-align: center;
  color: #fff;
  line-height: 45px;
  padding: 0 10px;
  background: #eb6972;
  font-size: clamp(10px, 1.4vw, 15px);
}
.nav--login_hosokyaku .regist_desc {
  font-size: clamp(10px, 0.9vw, 12px);
  padding-top: 3px;
}
.page--movie .nav--login_hosokyaku {
  top: -381px;
  right: -7%;
  max-width: 21vw;
}
.page--info .nav--login_hosokyaku {
  top: 150px;
  right: 35px;
}
.page--photo .nav--login_hosokyaku {
  top: 45px;
}
/*  4.15 アンケート
------------------------------ */
.page--questionnaire .section-tit {
  font-size: 30px;
  line-height: 1.6em;
}
.page--questionnaire .inner {
  max-width: 850px;
  margin: 0 auto;
}
.page--questionnaire .icon--required::after {
  content: '*必須';
  color: #c00;
  margin-left: 10px;
  font-size: 12px;
}
.page--questionnaire li {
  list-style-type: none;
}
.form--confirm {
  padding-top: 40px;
}
.form--confirm dt {
  opacity: 0.5;
}
.form--confirm dd {
  margin: 0 0 30px;
}
p.btn_report_area {
  position: absolute;
  right: 174px;
  top: 140px;
  margin: 0;
}
p.btn_report_area a.btn_report {
  display: block;
  border: 0.5px solid #eb6a72;
  color: #eb6a72;
  width: 154px;
  background: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 60px;
  margin: 0 0 0 auto;
  position: relative;
  font-family: 'Crimson Text', "Sawarabi Mincho", 'Yu Mincho', serif;
  z-index: 1;
}
p.btn_report_area a.btn_report:hover {
  color: #fff;
}
p.btn_report_area a.btn_report:before {
  content: '';
  width: 0;
  height: 100%;
  background: #eb6a72;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
p.btn_report_area a.btn_report:hover:before {
  width: 100%;
}
/* blog改修 */
[class^="page--"] .section.no-inview {
  opacity: 1;
  top: 0;
}
.page--blog .list--tabs {
  display: flex;
  display: webkit-flex;
  justify-content: space-between;
  width: 45em;
  margin: 0 auto 60px;
}
.page--blog .list--tabs li {
  flex-grow: 1;
  text-align: center;
}
.page--blog .list--tabs li.tabs__item--current a {
  border-bottom: 1px solid;
}
.page--blog .list--tabs li a {
  display: block;
  padding: 1em 0;
  border-bottom: 1px solid #ddd;
  font-family: fot-klee-pro, 'Yu Mincho', serif;
  letter-spacing: 0.3em;
}
.page--blog .list--tabs li a:hover {
  color: #eb6972;
}
.page--blog .koe .list--tabs,
.page--blog .moji .list--tabs {
  width: 25em;
}
.page--blog .list--information.vertical {
  width: 40em;
  margin: 0 auto;
}
.page--blog .list--information.vertical .tit {
  padding: 0;
}
.page--blog .list--information.vertical a {
  position: relative;
}
.page--blog .list--information.vertical a:hover .postcount {
  opacity: 1;
}
.page--blog .postcount {
  display: inline-block;
  position: absolute;
  top: auto;
  right: 0;
  opacity: 0.5;
  font-weight: normal;
  -webkit-transition: 0.3s opacity 0s ease;
  transition: 0.3s opacity 0s ease;
}
.page--blog .block--year-detail {
  margin: 0 0 50px;
  font-family: fot-klee-pro, 'Yu Mincho', serif;
}
.page--blog .block--year-heading {
  display: flex;
  display: webkit-flex;
  justify-content: space-between;
  margin: 0 0 1em;
  font-size: 28px;
  letter-spacing: 0.1em;
  line-height: 1;
}
.page--blog .block--year-heading li > * {
  display: block;
  width: 30px;
  height: 30px;
  position: relative;
}
.page--blog .block--year-heading .year-heading--prev,
.page--blog .block--year-heading .year-heading--next {
  position: relative;
  top: 56px;
}
.page--blog .block--year-heading .year-heading--prev > *::before,
.page--blog .block--year-heading .year-heading--next > *::after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 2px solid #666;
  border-top: none;
  border-right: none;
  position: absolute;
  top: 50%;
  margin: -3px 0 0;
  pointer-events: none;
}
.page--blog .block--year-heading .year-heading--prev > *::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 0.25em;
}
.page--blog .block--year-heading .year-heading--next > *::after {
  right: 0.25em;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.page--blog .block--year-heading .year-heading--prev:hover > *::before,
.page--blog .block--year-heading .year-heading--next:hover > *::after {
  border-color: #eb6972;
}
.page--blog .list--select-month {
  display: flex;
  display: webkit-flex;
  justify-content: space-between;
  width: 93%;
  margin: 0 auto;
}
.page--blog .list--select-month li {
  width: 7.5%;
}
.page--blog .list--select-month li a,
.page--blog .list--select-month li > span {
  display: block;
  padding: 8px 10px;
  border-radius: 2px;
  text-align: center;
  color: #fff;
  line-height: 1.4em;
  letter-spacing: 0.2em;
}
.page--blog .list--select-month li a {
  background: #222;
}
.page--blog .list--select-month li > span {
  background: #cecece;
}
.page--blog .list--select-month li.current a,
.page--blog .list--select-month li a:hover,
.page--blog .list--select-month li.current > span {
  background: #eb6972;
}
.page--blog .list--select-month li .list__postcount {
  display: block;
  margin: 0 0 0 0.25em;
  font-size: 12px;
}
.page--blog .blog-tit {
  margin-bottom: 60px;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #ddd;
}
.page--blog .blog-tit a {
  display: inline-block;
}
.page--blog .blog-tit .link--back {
  position: relative;
  font-family: fot-klee-pro, 'Yu Mincho', serif;
  line-height: 1em;
  width: 160px;
  font-size: 16px;
  text-align: center;
  margin: 0 0 0 auto;
}
.page--blog .blog-tit .link--back:hover {
  padding-right: 2em;
}
.page--blog .blog-tit .link--back::before {
  position: absolute;
  top: 50%;
  content: '';
  display: inline-block;
  width: 3em;
  height: 1px;
  background: #222;
  vertical-align: middle;
  left: 0;
  margin: -1px 10px 0 0;
}
.page--blog .blog-tit .link--back:hover::before {
  width: 1em;
}
.page--blog .blog-tit .link--blog {
  position: absolute;
  right: 0;
  top: auto;
  opacity: 0.5;
}
.page--blog .blog-tit .link--blog:hover {
  color: #eb6972;
  opacity: 1;
}
.page--blog.page--archives .list--tabs .tabs__item--archive a {
  border-bottom: 1px solid;
}
/* 太TUBE */
.btn_past_area {
  position: absolute;
  right: 0;
  top: 140px;
  margin: 0;
}
.btn_past_area .btn_past {
  display: block;
  border: 0.5px solid #222;
  color: #222;
  width: 190px;
  background: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 60px;
  margin: 0 0 0 auto;
  position: relative;
  font-family: 'Crimson Text', "Sawarabi Mincho", 'Yu Mincho', serif;
  z-index: 1;
}
.btn_past_area .btn_past:hover {
  color: #fff;
}
.btn_past_area .btn_past:before {
  content: '';
  width: 0;
  height: 100%;
  background: #222;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.btn_past_area .btn_past:hover:before {
  width: 100%;
}
/* aop-blog改修 細客*/
.page--blog.page--member.page--hosokyaku.page--hosokyaku--join .blog_main .nav--login_hosokyaku {
  position: relative;
  text-align: center;
  right: initial;
  margin: 60px auto 30px;
}
.page--blog.page--member.page--hosokyaku.page--hosokyaku--join .blog_main .nav--login_hosokyaku .regist.mypage a {
  display: inline-block;
  min-width: 320px;
  font-size: 16px;
  line-height: 3.4;
  padding: 0 1.5em;
  border: 1px solid #eb6972;
  margin: 0 auto;
}
.page--blog.page--member.page--hosokyaku.page--hosokyaku--join .blog_main .nav--login_hosokyaku .regist.mypage a:hover {
  background: #fff;
  color: #eb6972;
}
.page--blog.page--member.page--hosokyaku.page--hosokyaku--join .blog_main .nav--login_hosokyaku .regist_desc {
  padding-top: 10px;
}
.page--blog.page--member.page--hosokyaku.page--hosokyaku--join .list--tabs li {
  display: none;
}
.page--blog.page--member.page--hosokyaku.page--hosokyaku--join .list--tabs li.tabs__item--new {
  display: block;
}
.page--blog.page--member.page--mc--join .blog_main .nav--login_hosokyaku {
  position: relative;
  text-align: center;
  right: initial;
  margin: 45px auto;
}
.page--blog.page--member.page--mc--join .blog_main .nav--login_hosokyaku .regist.mypage a {
  display: inline-block;
  min-width: 320px;
  font-size: 16px;
  line-height: 3.4;
  padding: 0 1.5em;
  border: 1px solid #eb6972;
  background: #fff;
  color: #eb6972;
  margin: 0 auto;
}
.page--blog.page--member.page--mc--join .blog_main .nav--login_hosokyaku .regist.mypage a:hover {
  background: #eb6972;
  color: #fff;
}
.page--blog.page--member.page--mc--join .blog_main .nav--login_hosokyaku .regist_desc {
  padding-top: 10px;
}
.page--blog.page--member.page--mc--join .list--tabs {
  width: 320px;
}
.page--blog.page--member.page--mc--join .list--tabs li {
  display: none;
}
.page--blog.page--member.page--mc--join .list--tabs li.tabs__item--new {
  display: block;
}
/* keyvisual */
.page--home .section--keyvisual .block--keyvisual img.blur {
  display: none;
}
@media screen and (min-width: 2000px) {
  .page--home .section--keyvisual .block--keyvisual {
    overflow: hidden;
  }
  .page--home .section--keyvisual .block--keyvisual img {
    background-size: auto 173%;
    z-index: 2;
    position: relative;
  }
  .page--home .section--keyvisual .block--keyvisual img.blur {
    display: block;
    background-size: cover;
    filter: blur(20px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transform: scale(1.2);
  }
}
