@charset "UTF-8";
/* ---------------------------------------
0.0 mixin
	0.1 colors
	0.2 typography
	0.3 spacer
	0.4 chevron
	0.5 flexbox
1.0 setting
	1.1 normalize
	1.2 clearfix
2.0 compontents
	2.1 button
	2.2 form
	2.3 list
	2.4 pagenation
3.0 layout
	3.1 base
	3.1 header
	3.2 footer
4.0 page
	4.1 parts
	4.2 home
	4.3 information
	4.4 biography
	4.5 blog
	4.6 questionnaire
	4.7 faq
	4.8 support
	4.9 entry
-------------------------------------------- */
@font-face {
  font-family: "journalregular";
  src: url("/static/eikichiyazawa/official/font/journal-webfont.eot");
  src: url("/static/eikichiyazawa/official/font/journal-webfont.eot?#iefix") format("embedded-opentype"), url("/static/eikichiyazawa/official/font/journal-webfont.woff2") format("woff2"), url("/static/eikichiyazawa/official/font/journal-webfont.woff") format("woff"), url("/static/eikichiyazawa/official/font/journal-webfont.svg#journalregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* 1.0 setting
============================== */
/* 2.0 component
============================== */
/* 2.1 button
------------------------------ */
.btn--main {
  background: #de0515;
  color: #fff;
  font-size: 16px;
  transition: 0.3s;
}
.btn--main:hover {
  background: #de0515;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
}

.btn--sub {
  color: #1a1a1a;
  border: 1px solid #1a1a1a;
}
.btn--sub:hover {
  background: #1a1a1a;
  color: #fff;
}

.page--error .btn--sub:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

/* 2.3 list
------------------------------ */
.no-data {
  text-align: center;
  opacity: 0.5;
}

.list--information li a {
  color: #1a1a1a;
  box-shadow: none;
}

.block--pager a {
  color: #fff;
}
.block--pager li::before,
.block--pager li::before,
.block--pager .pager__item--newer a::before,
.block--pager .pager__item--newer span::before,
.block--pager .pager__item--older a::before,
.block--pager .pager__item--older span::before {
  background: #fff;
}
.block--pager li::after,
.block--pager li a::after,
.block--pager .pager__item--newer a::after,
.block--pager .pager__item--newer span::after,
.block--pager .pager__item--older a::after,
.block--pager .pager__item--older span::after {
  border-color: #fff;
}

/* 2.2 form
------------------------------ */
.form--post dt {
  margin: 3em 0 1em;
}
.form--post dd {
  margin: 0 0 1em;
}
.form--post dd input[type=text],
.form--post dd input[type=number],
.form--post dd input[type=email],
.form--post dd input[type=tel] {
  border: 1px solid #1a1a1a;
}

.block--error {
  color: #f00;
  background: rgba(204, 0, 0, 0.15);
  padding: 10px;
  border-radius: 5px;
}

/* 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],
button {
  color: inherit;
  font-size: 16px;
  font-weight: inherit;
  line-height: 1.8;
  word-break: break-word;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border: 1px solid #fff;
  border-radius: 0.3em;
  padding: 0.5em;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
button: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,
button.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,
button.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],
button[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}

input[readonly=readonly],
input[readonly=readonly] {
  border: none;
  background: #eee;
}

/* checkbox */
.form__checkbox label p {
  color: inherit;
  font-size: 18px;
  font-weight: inherit;
  line-height: 1.4;
  word-break: break-word;
  display: block;
  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::before {
  border: 1px solid #888;
}
.form__checkbox label p::after {
  border-color: #fff;
}
.form__checkbox :checked ~ p::before {
  background: #1a1a1a;
  border-color: #1a1a1a;
}

/* radio */
.form__radio label p::before {
  border: 1px solid #888;
}
.form__radio :checked ~ p::before {
  border-color: #1a1a1a;
}

/* toggle button */
.form__toggle label p::before,
.form__toggle label p::after {
  content: "";
  border: 1px solid #1a1a1a;
}
.form__toggle label p::after {
  background: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.form__toggle :checked ~ p::before {
  background: #fff;
  border-color: #fff;
}
.form__toggle :checked ~ p::after {
  right: 0;
}

/* 3.0 layout
============================== */
/* 3.1 base
------------------------------ */
body {
  background-color: #1a1a1a;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  word-break: break-word;
}

a {
  color: #fff;
}

.wrap {
  background-color: #1a1a1a;
}

/* 3.2 header
------------------------------ */
.header h1 {
  width: 100px;
  top: -5px;
}
.header h1 a {
  height: 47px;
  width: 210px;
  background: url(/static/eikichiyazawa/common/logo_yazawa_club.png) no-repeat center/contain;
}
.header h1 a:hover {
  opacity: 0.5;
}

.headerFixed .header h1 a {
  background-image: url(/static/eikichiyazawa/fanclub/common/logo_fc_original.png);
  margin-top: -12px;
  width: 150px;
}

.drawer .g-nav__official {
  display: none !important;
}
.drawer .g-nav__fc {
  display: block !important;
}
.drawer .nav--menu {
  display: flex;
  justify-content: end;
  align-items: center;
  flex-flow: row-reverse wrap;
}
.drawer .nav--menu li a {
  color: #fff;
}
.drawer .block--login {
  display: flex;
  align-items: center;
  flex-flow: row-reverse wrap;
}
.drawer .block--login .btn {
  display: inline-block;
  margin: 0 1em 0 0;
}
.drawer .block--login .btn--join {
  background: #de0515;
  font-family: "din-2014";
  font-size: 12px;
  font-weight: 800;
  border-radius: 30px;
  line-height: 1;
  vertical-align: 3px;
  padding: 8px 20px 6px;
}
.drawer .block--login .btn--join:hover {
  background: #ff2222;
}
.drawer .block--login .btn--login {
  font-size: 14px;
  font-weight: bold;
  position: relative;
  padding-left: 20px;
  vertical-align: 3px;
}
.drawer .nav__item--official {
  margin-right: 20px;
}
.drawer .nav__item--official a::after {
  content: "";
  width: 1px;
  height: 13px;
  background: #fff;
  position: absolute;
  left: -20px;
  top: 8px;
}
.drawer .nav__item--faq {
  margin-right: 20px;
}
.drawer .nav__item--faq a {
  display: block;
  position: relative;
  margin-left: 14px;
}
.drawer .nav__item--faq a::after {
  content: "";
  width: 1px;
  height: 13px;
  background: #fff;
  position: absolute;
  left: -20px;
  top: 8px;
}

.headerFixed h1 {
  display: block;
  width: 52px;
  top: 4px;
  left: 19px;
}
.headerFixed .drawer .btn--login {
  color: #1a1a1a;
}
.headerFixed .drawer .btn--login::before {
  background: #1a1a1a;
}
.headerFixed .drawer .nav__item--official a::after {
  background: #1a1a1a;
}
.headerFixed .drawer li a {
  color: #1a1a1a;
}

body:not(.headerFixed) .drawer li a::before {
  background: #fff;
}

/* 3.3 footer
------------------------------ */
footer {
  background: #121212;
}
footer .inner {
  padding: 80px 5% 90px;
}
footer .nav--support {
  width: 80%;
  position: relative;
  top: 5px;
}
footer .nav--support .nav-tit {
  display: none;
}
footer .nav--support li {
  display: inline-block;
  margin-right: 1em;
}
footer .nav--support li a {
  color: #fff;
}
footer .nav--support li a:hover {
  color: #de0515;
}
footer .link--official {
  width: 120px;
  position: absolute;
  top: 35px;
}
footer .link--official a:hover svg {
  fill: #de0515;
}
footer .link--official svg {
  width: 100px;
  fill: #fff;
  height: 48px;
  transition: 0.3s;
}

/* 4.0 page
============================== */
/*  4.1 parts
------------------------------ */
.section-tit {
  color: #b5b5b5;
}

.section--detail {
  background: #fff;
  border-radius: 12px;
  color: #1a1a1a;
  padding: 40px;
  margin-top: 180px;
  margin-bottom: 100px;
}
.section--detail a {
  color: #1a1a1a;
}
.section--detail .btn .btn--main {
  color: #fff;
}
.section--detail.new .tit::after {
  bottom: -13px;
  right: -20px;
}

/* 4.2 home
------------------------------ */
.page--home .wrap {
  padding-bottom: 0;
  overflow: hidden;
}
.page--home:not(.headerFixed) .header a {
  color: #fff;
}
.page--home .drawer__btn span {
  background: #fff;
}
.page--home .drawer__btn span.menu-txt {
  background: none;
}
.page--home .list--bnr li {
  width: 30%;
}
.page--home .list--bnr li a {
  display: block;
  border-radius: 8px;
  box-shadow: 4px 12px 20px #000;
}
.page--home .section--firstview {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  padding-top: 60px;
}
.page--home .section--firstview .block--photo {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
.page--home .section--firstview .block--photo img {
  height: 100%;
  display: block;
  background: no-repeat center;
  background-size: cover;
  transition: 26s;
  transform: scale(1);
  filter: grayscale(1);
}
.page--home .section--firstview .block--photo .slick-current img {
  transform: scale(1.1);
}
.page--home .section--firstview .block--photo .start-slide img {
  transform: scale(1.2);
}
.page--home .section--firstview .btn {
  width: 80%;
  margin: 0 auto;
}
.page--home .section--firstview .block--logo {
  width: 42vh;
  margin: 0 auto 40px;
  position: relative;
  z-index: 10;
}
.page--home .section--firstview .block--user {
  width: 400px;
  position: relative;
  z-index: 10;
  margin: 0 auto;
}
.page--home .section--firstview .block--user.loggedin {
  background: rgba(16, 16, 16, 0.8);
  color: #ffffff;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
}
.page--home .section--firstview .block--user.loggedin .welcome {
  font-family: "din-2014";
  font-weight: 800;
  letter-spacing: 0.05em;
  font-size: 20px;
  line-height: 1;
}
.page--home .section--firstview .block--user.loggedin .name {
  font-weight: normal;
  font-size: 0.5em;
}
.page--home .section--firstview .block--user.loggedin .name span {
  font-weight: bold;
  font-size: 18px;
}
.page--home .section--firstview .block--user.loggedin.limit_alert {
  width: 600px;
  background: #de0515;
  padding: 15px;
}
.page--home .section--firstview .block--user.loggedin.limit_alert .block-tit {
  font-weight: bold;
  font-size: 22px;
}
.page--home .section--firstview .block--user.loggedin.limit_alert .welcome {
  display: inline-block;
  font-size: 11px;
  display: none !important;
}
.page--home .section--firstview .block--user.loggedin.limit_alert .name {
  display: inline-block;
  padding-left: 10px;
  display: none !important;
}
.page--home .section--firstview .block--user.loggedin.limit_alert .name span {
  font-size: 13px;
}
.page--home .section--firstview .block--user.loggedin.limit_alert .btn--main {
  background: #fff;
  color: #de0515;
}
.page--home .section--firstview .block--user .block--bnr {
  position: absolute;
  bottom: 0;
  right: -31vw;
  /*width: 300px;*/
  width: 31vw;
  max-width: 480px;
}
.page--home .section--firstview .block--user .block--bnr a {
  display: block;
  margin: 0 0 20px;
  line-height: 0;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.8);
}
.page--home .section--firstview .block--user .block--bnr a:hover {
  transform: translate3d(0, -5px, 0);
}
.page--home .section--firstview .block--user .block--bnr a:last-of-type {
  margin: 0;
}
.page--home .section--firstview .block--user .block--bnr a.bd {
  border: 1px solid #111;
}
.page--home .section--firstview .login {
  text-align: center;
  margin-top: 10px;
  font-size: 13px;
}
.page--home .section--firstview .login a {
  color: #fff;
  text-decoration: underline;
}
.page--home .section--firstview .scroll {
  height: 10vh;
  opacity: 1;
  transition: opacity 0.8s ease 0.6s;
  position: absolute;
  background: #ccc;
  bottom: 0px;
  left: calc(50% - 1px);
  z-index: 100;
}
.page--home .section--firstview .scroll::after {
  content: "";
  width: 1px;
  height: 50px;
  display: block;
  background: #fff;
  mix-blend-mode: difference;
  position: absolute;
  left: 0;
  top: 0;
  animation: scroll 1.2s linear 0s infinite;
}
.page--home .section--topics {
  padding: 100px 0 70px;
}
.page--home .section--topics .block--bnr {
  width: 600px;
  margin: 0 auto;
}
.page--home .section--topics .block--bnr a {
  display: block;
  background: #de0515;
  border-radius: 6px;
  padding: 10px;
  line-height: 0;
  box-shadow: 16px 20px 20px rgba(0, 0, 0, 0.8);
}
.page--home .section--topics .block--bnr a:hover {
  transform: translate3d(0, -5px, 0);
}
.page--home .section--news {
  padding: 0 5% 0 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.page--home .section--news .block--title {
  position: relative;
  top: 30px;
  left: 3%;
}
.page--home .section--news .block--news {
  width: 50%;
  min-width: 600px;
  transform: translate3d(0, -50px, 0);
  position: relative;
  z-index: 10;
  left: 40%;
}
.page--home .section--news .list--information {
  position: relative;
  z-index: 10;
  top: 0;
}
.page--home .section--news .list--information a {
  color: #1a1a1a;
}
.page--home .section--news .list--information a .block--txt {
  box-shadow: none;
}
.page--home .section--news .section-tit {
  color: inherit;
  font-size: 320px;
  line-height: 0.8;
  letter-spacing: -0.03em;
  color: #fff;
  z-index: 10;
  left: -30px;
  position: relative;
  margin-bottom: 10px;
  top: 0;
}
.page--home .section--news .list__more {
  font-family: "din-2014";
  font-weight: 800;
  font-size: 21px;
  letter-spacing: 0.1em;
  text-align: left;
  padding-right: 12%;
  margin: 0 0 0 -10px;
  position: absolute;
  z-index: 30;
}
.page--home .section--news .list__more a {
  color: #fff;
}
.page--home .section--news .list__more.view:hover::before {
  transform: scaleX(0);
  transition: transform 0.6s 0s;
}
.page--home .section--news .list__more::before {
  content: "";
  display: block;
  width: 150px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 5.5em;
  top: 20px;
}
.page--home .section--introduction {
  padding: 120px 10%;
}
.page--home .section--introduction .section-tit {
  width: 30%;
  min-width: 350px;
  max-width: 500px;
  line-height: 0;
  position: static;
  margin: 0 auto 50px;
  opacity: 1;
}
.page--home .section--introduction .txt--lead {
  text-align: center;
  font-family: YakuHanJP, Noto Sans JP;
  line-height: 1.6;
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 50px;
}
.page--home .section--introduction .block--contents .list-tit {
  text-align: center;
  font-family: YakuHanJP, Noto Sans JP;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 80px;
}
.page--home .section--introduction .block--contents .list--contents {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
.page--home .section--introduction .block--contents .list--contents li {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  width: 32%;
  height: auto;
  background: #1f1f1f;
  position: relative;
  padding: 15px 2%;
  margin-right: 2%;
  margin-bottom: 120px;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.5);
}
.page--home .section--introduction .block--contents .list--contents li:nth-of-type(3n) {
  margin-right: 0;
}
.page--home .section--introduction .block--contents .list--contents li figure {
  position: relative;
  top: -60px;
  margin-bottom: -40px;
  line-height: 0;
}
.page--home .section--introduction .block--contents .list--contents li .tit {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 10px;
}
.page--home .section--introduction .block--contents .list--contents li .txt--basic {
  line-height: 1.6;
  margin-bottom: 0.25em;
}
.page--home .section--introduction .block--contents .list--contents li .txt--sub {
  line-height: 1.8;
}
.page--home .section--introduction .block--table .block-tit {
  text-align: center;
  font-family: Noto Sans JP;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 30px;
}
.page--home .section--introduction .block--table table {
  width: 80%;
  min-width: 600px;
  max-width: 1100px;
  border: 1px solid #fff;
  margin: 0 auto 30px;
}
.page--home .section--introduction .block--table table th {
  width: 10em;
  text-align: center;
  border: 1px solid #fff;
}
.page--home .section--introduction .block--table table th, .page--home .section--introduction .block--table table td {
  padding: 20px;
  border: 1px solid #fff;
}
.page--home .section--introduction .block--table dl dt {
  font-weight: bold;
  margin-bottom: 0;
}
.page--home .section--introduction .block--table dl dd {
  line-height: 1.4;
  margin-bottom: 20px;
}
.page--home .section--introduction .block--table dl dd .txt--basic {
  font-size: 13px;
  line-height: 1.8;
  margin-bottom: 0.25em;
}
.page--home .section--introduction .block--table dl dd:last-child {
  margin-bottom: 0;
}
.page--home .section--introduction .block--table .list--attention {
  width: 80%;
  min-width: 600px;
  max-width: 1100px;
  margin: 0 auto 80px;
}
.page--home .section--introduction .block--table .list--attention li {
  font-size: 12px;
  margin-bottom: 2px;
  position: relative;
  padding-left: 1.5em;
  text-indent: -0.75em;
}
.page--home .section--introduction .block--table .list--attention li::before {
  content: "・";
  display: inline-block;
  padding-right: 0.25em;
}
.page--home .section--introduction .block--bnr {
  width: 450px;
  margin: 40px auto -10px;
}
.page--home .section--introduction .block--bnr a {
  margin: 0 0 20px;
  display: block;
  line-height: 0;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.5);
}
.page--home .section--introduction .block--bnr a:hover {
  transform: translate3d(0, -10px, 0);
}
.page--home .section--introduction .block--bnr a:last-of-type {
  margin: 0;
}
.page--home footer .inner {
  position: relative;
}
.page--home footer .nav--sns {
  display: block;
}
.page--home footer .link--letter {
  width: 100%;
  text-align: center;
}
.page--home footer .link--letter a {
  display: inline-block;
  font-size: 18px;
  font-family: "din-2014";
  font-weight: 800;
  position: relative;
}
.page--home footer .link--letter a i {
  display: inline-block;
  margin-right: 5px;
}
.page--home footer .link--letter a::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: -5px;
}
.page--home .block--footer-bnr {
  width: 112%;
  padding-bottom: 20px;
  margin: 0 -6% 0;
}
.page--home .block--footer-bnr li {
  margin: 0 5px;
}
.page--home .block--footer-bnr li a {
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 4px 6px 6px rgba(65, 64, 62, 0.4);
}
.page--home footer {
  position: relative;
}
@keyframes scroll {
  0% {
    height: 0;
    top: 0;
    bottom: auto;
  }
  46% {
    height: 100%;
    top: 0;
    bottom: auto;
  }
  50% {
    height: 100%;
    bottom: 0;
    top: auto;
  }
  54% {
    height: 100%;
    bottom: 0;
    top: auto;
  }
  100% {
    height: 0;
    bottom: 0;
    top: auto;
  }
}
/* animation */
.page--home .header {
  top: 0;
}
.page--home.headerFixed .header {
  top: 20px;
}
.page--home .list__more::before {
  transform: scaleX(0);
  transform-origin: left;
}
.page--home .section--news .section-tit {
  overflow: hidden;
}
.page--home .section--news .section-tit span {
  display: block;
  line-height: 1;
  transform: translate3d(0, 1em, 0);
}
.page--home .list__more a {
  opacity: 0;
}
.page--home .list--information li {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
}

/* scroll inview */
.section--news .section-tit.view span {
  transition: transform 1s;
  transform: translate3d(0, 0, 0);
}

.section--news .list__more.view a {
  opacity: 1;
  transition: opacity 0.6s 0.4s;
}

.section--news .list__more.view::before {
  transform: scaleX(1);
  transition: transform 0.6s 1.3s;
}

.section--news .list--information.view li,
.list--information li.view {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform 0.5s, opacity 0.3s;
}

.section--introduction .inview {
  opacity: 0;
  transform: translate3d(0, 50px, 0);
}
.section--introduction .inview.view {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 0.6s, transform 0.6s;
}

/* 4.3 info
------------------------------ */
.page--info .list--information li a .block--txt {
  box-shadow: none;
}
.page--info .list--information li a .date {
  padding-left: 0;
}
.page--info .block--pager {
  margin-top: 0;
}

/* 4.3 movie
------------------------------ */
.page--movie .section--detail {
  width: 800px;
}
.page--movie .section--detail .ulizahtml5 {
  width: 720px !important;
  height: 405px !important;
  margin: 0 auto 30px;
}
.page--movie .section--detail .block--player {
  margin-bottom: 20px;
}
.page--movie .section--detail .tit {
  margin-bottom: 0;
}
.page--movie .list--contents {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.page--movie .list--contents li {
  width: 32%;
  margin: 0 0 30px 0;
}
.page--movie .list--contents li .thumb {
  margin: 0 0 10px 0;
}
.page--movie .list--contents li .tit {
  font-size: 14px;
  margin: 0 0 5px 0;
}
.page--movie .list--contents li .date {
  font-size: 12px;
  font-weight: bold;
}

.page--movie.new-movie .wrap .list--contents::after {
  width: 32%;
  height: 0;
  content: "";
  display: block;
}
.page--movie.new-movie .wrap .section--detail .area--more-info {
  padding: 30px 0;
}
.page--movie.new-movie .wrap .detail__btn {
  text-align: left;
  margin: 0;
  font-weight: normal;
}
.page--movie.new-movie .wrap .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .list__txt {
  width: 73%;
}
.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.page-movie-detail .wrap {
  z-index: 1;
}
.page--movie.new-movie.page-movie-detail .wrap .section-tit {
  display: block;
  z-index: -1;
}

/* 4.3 wallpaper
------------------------------ */
.page--wallpaper .list--contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 10;
}
.page--wallpaper .list--contents li {
  width: 48%;
}
.page--wallpaper .list--contents li figure {
  margin-bottom: 10px;
}
.page--wallpaper .list--contents .list--wp {
  display: flex;
  justify-content: end;
  align-items: normal;
  flex-wrap: wrap-reverse;
}
.page--wallpaper .list--contents .list--wp li {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0;
}
.page--wallpaper .list--contents .list--wp li:last-of-type {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.page--wallpaper .list--contents .list--wp li a {
  display: block;
  font-size: 11px;
  text-align: left;
  padding: 7px 0;
  position: relative;
  transition: transform 0.3s;
}
.page--wallpaper .list--contents .list--wp li a::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 10px;
  top: 12px;
}
.page--wallpaper .list--contents .list--wp li a:hover {
  transform: translate3d(10px, 0, 0);
}

/* 4.3 faq
------------------------------ */
.page--faq .section--list {
  padding-top: 180px;
}
.page--faq .section-tit {
  font-size: 30px;
  position: static;
  opacity: 1;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0;
  margin: 0 auto 30px;
}
.page--faq .section--detail {
  background: #1a1a1a;
  color: #fff;
  width: 70%;
  max-width: 700px;
  padding: 180px 0 100px;
  margin: 0 auto;
}
.page--faq .tit--category {
  color: inherit;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.4;
  word-break: break-word;
  margin: 0 0 20px;
}
.page--faq .searchBox {
  position: relative;
  width: 60%;
  margin: 80px auto 40px;
}
.page--faq .searchBox input[type=submit] {
  width: 40px;
  font-family: FontAwesome;
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
  color: #9fa3a7;
  background: transparent;
  border: none;
  border-radius: 30px;
  position: absolute;
  top: 3px;
  right: 3px;
  z-index: 2;
  cursor: pointer;
}
.page--faq .list--tag {
  white-space: normal;
  text-align: left;
  margin-bottom: 80px;
}
.page--faq .list--tag li {
  margin-bottom: 10px;
  display: inline-block;
}
.page--faq .list--tag li a {
  display: block;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 100px;
  line-height: 1;
  text-align: center;
  padding: 0.8em 1em 0.8em;
  font-size: 15px;
  transition: 0.3s;
}
.page--faq .list--tag li:hover a {
  background: #DE0515;
  color: #fff;
  border-color: #DE0515;
}
.page--faq .list--faq {
  margin: 0 0 80px;
}
.page--faq .list--faq li {
  border-top: 1px solid #ccc;
}
.page--faq .list--faq li:last-child {
  border-bottom: 1px solid #ccc;
}
.page--faq .list--faq a {
  position: relative;
  display: block;
  color: #fff;
  padding: 25px 0 27px 0;
}
.page--faq .list--faq a:hover {
  padding-left: 1%;
}
.page--faq .list--faq .tit {
  padding-left: 20px;
}
.page--faq .list--faq .txt {
  margin: 0;
  padding-left: 20px;
  line-height: 1.4;
}
.page--faq .list--faq .icon--q {
  float: left;
  font-family: "din-2014", sans-serif;
  font-weight: 800;
  line-height: 2.2;
  color: #fff;
  margin-right: 5px;
}
.page--faq .section--detail .list--faq .icon--q {
  line-height: 1.6;
}
.page--faq .block--faq-detail {
  border: 1px solid #fff;
  padding: 25px;
  margin: 0 0 80px;
}
.page--faq .block--faq-detail dt {
  font-size: 16px;
  border-bottom: 1px solid #fff;
  padding: 0 0 15px;
  margin: 0 0 20px;
}
.page--faq .block--faq-detail dt .txt {
  padding-left: 40px;
  margin: 0;
}
.page--faq .block--faq-detail dt .category {
  display: inline-block;
  font-size: 12px;
  background: #eee;
  color: #fff;
  border-radius: 20px;
  padding: 1px 8px 0;
  margin: 0 0 20px;
}
.page--faq .block--faq-detail dd .txt {
  font-size: 16px;
  color: #fff;
  padding-left: 40px;
  margin: 0;
}
.page--faq .block--faq-detail span[class^=icon--] {
  display: inline-block;
  float: left;
  width: 30px;
  height: 30px;
  font-family: "din-2014", sans-serif;
  font-weight: 800;
  font-size: 16px;
  text-align: center;
  line-height: 31px;
  border-radius: 50px;
  padding-left: 2px;
}
.page--faq .block--faq-detail span.icon--q {
  color: #1a1a1a;
  line-height: 34px;
  background: #fff;
}
.page--faq .block--faq-detail span.icon--a {
  color: #fff;
  background: #d0121b;
}
.page--faq .detail__btn a::before {
  color: #fff;
}
.page--faq .detail__btn a::after {
  background: #fff;
}
.page--faq .popup-inner .list--contact {
  margin-bottom: 30px;
}
.page--faq .popup-inner .tit {
  font-size: 24px;
  text-align: center;
  margin-bottom: 40px;
}
.page--faq .popup-inner .tit,
.page--faq .popup-inner .txt--basic {
  color: #fff;
  line-height: 1.7;
}
.page--faq .popup-inner .txt--basic.yel {
  color: #ffff80;
}
.page--faq .popup-inner .txt--basic.yel a {
  color: #ffff80;
  text-decoration: underline;
}
.page--faq .popup-inner .txt--basic.yel a:hover {
  text-decoration: none;
}

.page--faq .section--detail .block--contact {
  text-align: center;
  margin: 40px 0 0;
}
.page--faq .section--detail .block--contact a {
  color: #fff;
  text-decoration: none !important;
  position: relative;
}
.page--faq .section--detail .block--contact a::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 2px solid;
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  right: -0.8em;
  top: 50%;
  transform: rotate(-135deg);
  border-width: 1px;
  margin-top: -0.2em;
}
.page--faq .section--detail .block--contact a:hover {
  color: #d0121b;
}
.page--faq .section--detail .block--contact .fa {
  display: none;
}

.page--faq .list--contact li {
  margin-bottom: 10px;
}
.page--faq .list--contact li:last-child {
  margin-bottom: 0;
}
.page--faq .list--contact li a {
  background: #fff;
  color: #1a1a1a;
  display: block;
  border-radius: 6px;
  padding: 15px;
  position: relative;
  transition: transform 0.3s;
}
.page--faq .list--contact li a::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  position: absolute;
  right: 3%;
  top: 26px;
  z-index: 1;
}
.page--faq .list--contact li a:hover {
  transform: translate3d(20px, 0, 0);
}

/* 4.4 support
------------------------------ */
.section--detail.support {
  padding: 50px 40px;
}
.section--detail.support .section-tit {
  font-size: 30px;
  position: static;
  opacity: 1;
  text-align: center;
  color: #1a1a1a;
  line-height: 1.2;
  letter-spacing: 0;
  margin: 30px auto;
}
.section--detail.support .list--support dt {
  font-weight: bold;
}
.section--detail.support .list--support dd {
  margin-bottom: 1.5em;
}
.section--detail.support .terms-list li {
  margin-bottom: 1em;
  padding-left: 1em;
  text-indent: -0.5em;
}
.section--detail.support .terms-list li::before {
  content: "・";
  display: inline-block;
  margin-right: 0.5em;
}
.section--detail.support .terms-list li li {
  padding-left: 1.5em;
  margin-bottom: 5px;
}
.section--detail.support .terms-list li li::before {
  display: none;
}

/* 4.5 first login
------------------------------ */
.page--first_login {
  max-width: 800px;
  width: 80%;
}
.page--first_login .section-tit {
  margin-top: 0;
}
.page--first_login .section-tit span {
  display: block;
  color: #de0515;
  border-bottom: 2px solid;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 20px;
}
.page--first_login .txt--link a {
  display: inline-block;
  text-decoration: none;
  position: relative;
  padding-right: 12px;
  transition: none;
}
.page--first_login .txt--link a::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px;
  border-right: solid 2px;
  transform: rotate(45deg);
  position: absolute;
  right: 0;
  top: 11px;
  transition: none;
  transition: 0.3s;
}
.page--first_login .txt--link a:hover {
  color: #de0515;
}
.page--first_login .txt--link a:hover::after {
  right: -2px;
  border-color: #de0515;
}
.page--first_login .block--attention {
  background: #dc0224;
  color: #fff;
  font-size: 13px;
  padding: 15px 20px 15px;
  margin-top: 10px;
}
.page--first_login .block--attention .block-tit {
  font-weight: bold;
}
.page--first_login .block--attention .txt--basic {
  font-size: 13px;
  line-height: 1.5;
}
.page--first_login .blcok--faq {
  margin-top: 50px;
}
.page--first_login .block--nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
.page--first_login .block--nav li {
  width: 49%;
}
.page--first_login .block--nav li a {
  display: block;
  border: 1px solid #1a1a1a;
  line-height: 23px;
  font-size: 15px;
  text-align: center;
  border-radius: 30px;
  padding: 15px 20px;
}
.page--first_login .block--nav li a:hover {
  background: #1a1a1a;
  color: #fff;
}
.page--first_login .block--step {
  padding-top: 60px;
}
.page--first_login .block--step .list--step > li {
  list-style: none;
  border-bottom: 1px solid #151515;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
.page--first_login .block--step .list--step > li:last-of-type {
  border: none;
  padding-bottom: 0;
  margin-bottom: 60px;
}
.page--first_login .block--step .list--step > li .tit span {
  display: inline-block;
  background: #1a1a1a;
  color: #fff;
  line-height: 1;
  font-size: 13px;
  padding: 7px 9px 8px;
  vertical-align: 4px;
  margin-right: 7px;
}
.page--first_login .block--step .list--step > li figure {
  width: 90%;
  line-height: 0;
  border: 1px solid #1a1a1a;
  margin: 20px auto;
}
.page--first_login .block--step .block > .block-tit {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}
.page--first_login .block--step .block:not(:last-of-type) {
  margin-bottom: 60px;
}
.page--first_login .block--contact {
  padding-top: 40px;
}
.page--first_login .block--contact .block-tit {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
}
.page--first_login .block--contact .list--contact {
  position: relative;
  font-size: 13px;
  background: #e5e5e5;
  padding: 10px 30px 15px;
  margin-bottom: 20px;
}
.page--first_login .block--contact .list--contact dt {
  position: absolute;
  padding-top: 11px;
  font-weight: bold;
}
.page--first_login .block--contact .list--contact dd {
  border-bottom: 1px solid #ccc;
  padding: 10px 0 10px 7em;
}
.page--first_login .block--contact .list--contact dd:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.page--first_login .block--contact .list--accordion {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}
.page--first_login .block--contact .list--accordion .icon--q,
.page--first_login .block--contact .list--accordion .icon--a {
  display: inline-block;
  font-weight: bold;
  padding-right: 5px;
}
.page--first_login .block--contact .list--accordion > dt {
  border-top: 1px solid #ccc;
  padding: 15px 0;
  cursor: pointer;
  transition: opacity 0.3s;
  position: relative;
}
.page--first_login .block--contact .list--accordion > dt:hover {
  opacity: 0.5;
}
.page--first_login .block--contact .list--accordion > dt::after {
  content: "";
  width: 0.8em;
  height: 0.8em;
  border: 2px solid #151515;
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  right: 2%;
  top: 50%;
  transform: rotate(-45deg) translateY(-50%);
  transition: transform 0.3s ease;
  cursor: pointer;
  pointer-events: none;
}
.page--first_login .block--contact .list--accordion > dt.open::after {
  transform: rotate(135deg) translateY(0) translateX(50%);
}
.page--first_login .block--contact .list--accordion > dd {
  display: none;
  padding-bottom: 30px;
}
.page--first_login .block--contact .list--accordion > dd .icon--a {
  color: #c00;
}
.page--first_login .block--contact .list--accordion > dd > ul li {
  font-weight: 13px;
  margin-bottom: 30px;
}
.page--first_login .block--contact .list--accordion > dd > ul li .tit {
  font-size: 13px;
  font-weight: bold;
}
.page--first_login .block--contact .list--accordion > dd > ul li .txt {
  line-height: 1.8;
  margin-bottom: 5px;
}
.page--first_login .block--contact .list--accordion .txt--basic a {
  text-decoration: underline;
}
.page--first_login .block--contact .list--accordion .txt--basic a:hover {
  text-decoration: none;
}

/* page--photo
------------------------------ */
.page--photo .itemTit {
  text-align: center;
  font-size: 21px;
  margin: 0 0 10px 0;
}
.page--photo .itemTxt {
  text-align: center;
  font-size: 14px;
  margin: 0 0 40px 0;
}
.page--photo .list--contents {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.page--photo .list--contents li {
  width: 30%;
  margin: 0 0 30px 0;
}
.page--photo .list--contents li .thumb {
  margin: 0 0 10px 0;
}
.page--photo .list--contents li .page--movie .list--contents li .tit {
  font-size: 14px;
  margin: 0 0 5px 0;
}
.page--photo .list--contents li .date {
  font-size: 12px;
  font-weight: bold;
}
.page--photo .list--contents li a {
  display: block;
  transition: 0.4s;
}
.page--photo .list--contents li a:hover {
  display: block;
  opacity: 0.8;
}
.page--photo .list--contents::after {
  content: "";
  display: block;
  width: 30%;
}
.page--photo #swipebox-close {
  right: 2%;
  top: 2%;
}
.page--photo .detail__btn a::before {
  color: #fff;
}
.page--photo .detail__btn a::after {
  background: #fff;
}
.page--photo #cboxCurrent {
  display: none !important;
}

.contentsTit {
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  margin: 0 0 50px 0;
}

/* blogPage
------------------------------ */
.blogPage:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(/static/eikichiyazawa/fanclub/feature/blog/bg_blog_pc.jpg) center no-repeat;
  background-size: cover;
}
.blogPage .wrap {
  background-color: transparent;
}
.blogPage .blogWrap {
  width: 60%;
  max-width: 960px;
  padding: 340px 0px 60px;
  margin: 0 auto;
}
.blogPage .blogWrap h5 {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.02em;
  margin: 0 0 50px;
  text-align: center;
  font-size: 35px;
  font-weight: bold;
}
.blogPage .blogWrap .blogList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 40px;
  border-top: 1px solid;
  padding: 35px 0 0;
}
.blogPage .blogWrap .blogList li {
  width: 47%;
  margin: 0 0 60px;
}
.blogPage .blogWrap .blogThumb {
  line-height: 0;
}
.blogPage .blogWrap .blogThumb img {
  margin: 0 0 10px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 300px;
}
.blogPage .blogWrap .blogThumb .blank {
  width: 100%;
  height: 300px;
  background: #333;
  margin: 0 0 10px;
  display: flex;
}
.blogPage .blogWrap .blogThumb .blank svg {
  width: 50%;
  margin: 0 auto;
  opacity: 0.2;
}
.blogPage .blogWrap .blogDate {
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0.1em;
}
.blogPage .blogWrap .blogTit {
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: 0.02em;
  margin: 0 0 5px;
}
.blogPage .blogWrap .blogBody {
  padding: 10px 0 40px;
  border-bottom: 1px solid #FFF;
  margin: 0 0 40px;
}
.blogPage .blogWrap .blogBody .block--player {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.blogPage .blogWrap .blogBody .block--player .vjs-picture-in-picture-control.vjs-button:before {
  font-family: "Material Symbols Outlined";
  font-size: 20px;
}
.blogPage .blogWrap .table_box {
  margin: 0 0 80px;
}
.blogPage .blogWrap .table_box dl {
  margin: 0 0 30px;
}
.blogPage .blogWrap .table_box dl dt {
  font-size: 16px;
  margin: 0 0 10px;
}
.blogPage .blogWrap .table_box dl dd {
  color: #FFF;
}
.blogPage .blogWrap .table_box dl dd textarea {
  color: #000;
  font-size: 16px;
  background: #DDD;
  border: none;
  display: block;
  padding: 15px;
}
.blogPage .blogWrap .table_box .btn {
  margin: 0;
}
.blogPage .blogWrap .table_box .btn .main {
  font-size: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  padding: 10px 30px 9px;
  line-height: 16px;
  border-radius: 100px;
  background: #DE0515;
  color: #FFF;
  letter-spacing: 0.1em;
  cursor: pointer;
}
.blogPage .blogWrap .table_box .btn .main:hover {
  background: #ff2222;
}
.blogPage .blogWrap .commentList {
  border-top: 1px solid #FFF;
  padding: 20px 0 0;
  margin-bottom: 20px;
}
.blogPage .blogWrap .commentList li {
  font-size: 16px;
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid;
  position: relative;
}
.blogPage .blogWrap .commentList li:last-child {
  margin: 0;
}
.blogPage .blogWrap .commentList li .commentName {
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1em;
  margin: 0 0 10px;
  color: #aaa;
}
.blogPage .blogWrap .commentList li .commentName span {
  font-size: 12px;
  padding: 0 0 0 10px;
}
.blogPage .blogWrap .commentList li .commentDate {
  font-size: 12px;
  line-height: 1em;
  letter-spacing: 0.1em;
  margin: 0 0 10px;
  color: #aaa;
}
.blogPage .blogWrap .commentList li .commentTxt {
  font-size: 16px;
  line-height: 1.5em;
}
.blogPage .blogWrap .commentList li .delete_btn {
  font-size: 16px;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 0;
}
.blogPage .blogWrap .commentList li .delete_btn .main {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 12px;
  background: #888;
  color: #FFF;
  border: none;
  padding: 3px 10px;
  border-radius: 100px;
  cursor: pointer;
  transition: 0.3s;
}
.blogPage .blogWrap .commentList li .delete_btn .main:hover {
  background: #aaa;
}
.blogPage .blogWrap .commentList li .delete_report {
  font-size: 16px;
  position: absolute;
  top: 45px;
  right: 0;
  line-height: 0;
}
.blogPage .blogWrap .commentList li .delete_report a {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 12px;
  background: #888;
  color: #FFF;
  border: none;
  padding: 3px 10px;
  border-radius: 100px;
  cursor: pointer;
  transition: 0.3s;
}
.blogPage .blogWrap .commentList li .delete_report a:hover {
  background: #aaa;
}
.blogPage .blogWrap .block--pager {
  margin: 80px auto 80px;
}
.blogPage .blogWrap .block--pager .pager__item--older {
  margin-left: 1em;
}
.blogPage .blogWrap .block--pager .pager__item--older .pagenation__next:before {
  right: 0;
  transition: 0.3s;
}
.blogPage .blogWrap .block--pager .pager__item--older .pagenation__next:after {
  right: 0;
  left: auto;
  transition: 0.3s;
}
.blogPage .blogWrap .block--pager .pager__item--older .pagenation__next:hover:after {
  right: -6px;
}
.blogPage .blogWrap .block--pager .pager__item--older span:before {
  right: 0;
  transition: 0.3s;
}
.blogPage .blogWrap .block--pager .pager__item--older span:after {
  right: 0;
  left: auto;
  transition: 0.3s;
}
.blogPage .blogWrap .detailPager {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 40px;
  position: relative;
}
.blogPage .blogWrap .detailPager .pager-link--prev {
  display: inline-block;
  font-weight: 700;
  margin: 0;
  letter-spacing: 0.03em;
  vertical-align: middle;
  position: relative;
  width: 80px;
  padding: 0;
  text-align: right;
}
.blogPage .blogWrap .detailPager .pager-link--prev a {
  display: block;
  width: 100%;
  position: relative;
}
.blogPage .blogWrap .detailPager .pager-link--prev a:hover:before {
  transform: scaleX(1.2);
}
.blogPage .blogWrap .detailPager .pager-link--prev a:hover:after {
  right: -6px;
}
.blogPage .blogWrap .detailPager .pager-link--prev a .fa {
  font-size: 150%;
  vertical-align: -2px;
  padding: 0 0 0 10px;
}
.blogPage .blogWrap .detailPager .pager-link--prev span {
  display: block;
  width: 100%;
  padding: 0;
  position: relative;
  opacity: 0.5;
}
.blogPage .blogWrap .detailPager .pager-link--prev span .fa {
  font-size: 150%;
  vertical-align: -2px;
  padding: 0 0 0 10px;
}
.blogPage .blogWrap .detailPager .pager-link--next {
  display: inline-block;
  font-weight: 700;
  margin: 0;
  letter-spacing: 0.03em;
  vertical-align: middle;
  position: relative;
  width: 80px;
  padding: 0;
}
.blogPage .blogWrap .detailPager .pager-link--next a {
  display: block;
  width: 100%;
  padding: 0;
  position: relative;
}
.blogPage .blogWrap .detailPager .pager-link--next a:hover:before {
  transform: scaleX(1.2);
}
.blogPage .blogWrap .detailPager .pager-link--next a:hover:after {
  left: -6px;
}
.blogPage .blogWrap .detailPager .pager-link--next a .fa {
  font-size: 150%;
  vertical-align: -2px;
  padding: 0 10px 0 0;
}
.blogPage .blogWrap .detailPager .pager-link--next span {
  display: block;
  width: 100%;
  padding: 0;
  position: relative;
  opacity: 0.5;
}
.blogPage .blogWrap .detailPager .pager-link--next span .fa {
  font-size: 150%;
  vertical-align: -2px;
  padding: 0 10px 0 0;
}
.blogPage .blogWrap .detailPager .pager-link--top {
  /*position: absolute;*/
  margin: 0 auto 0;
  /*left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);*/
}
.blogPage .blogWrap .detailPager .pager-link--top a {
  border: 1px solid;
  padding: 5px 15px;
  display: block;
  border-radius: 100px;
  transition: 0.3s;
}
.blogPage .blogWrap .detailPager .pager-link--top a:hover {
  padding: 5px 25px;
}
.blogPage .blogWrap .pagingBox ul {
  display: flex;
  justify-content: center;
  margin: 0 0 40px;
}
.blogPage .blogWrap .pagingBox ul li {
  display: inline-block;
  font-family: "din-2014";
  font-weight: 700;
  margin: 0 5px;
  letter-spacing: 0.03em;
  vertical-align: middle;
  position: relative;
}
.blogPage .blogWrap .pagingBox ul li:before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: #FFF;
  position: absolute;
  bottom: 4px;
  left: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}
.blogPage .blogWrap .pagingBox ul li:hover:before {
  transform: scaleX(1);
  transform-origin: left;
}
.blogPage .blogWrap .pagingBox ul li span {
  text-align: center;
  color: #FFF;
  display: inline-block;
  font-family: "din-2014";
  font-weight: 800;
  font-size: 17px;
  padding: 0.6em;
  letter-spacing: 0;
  vertical-align: middle;
  position: relative;
}
.blogPage .blogWrap .pagingBox ul li span:before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: #FFF;
  position: absolute;
  bottom: 4px;
  left: 0;
}
.blogPage .blogWrap .pagingBox ul li a {
  text-align: center;
  color: #FFF;
  display: inline-block;
  font-family: "din-2014";
  font-weight: 800;
  font-size: 17px;
  padding: 0.6em;
  letter-spacing: 0;
  vertical-align: middle;
  position: relative;
}

.blogPageList h5:after {
  content: "BLOG";
}

.blogPageDetail .blogWrap .blogTit {
  font-size: 20px;
  margin: 0 0 20px;
  border-bottom: 1px solid;
  padding: 0 0 20px;
}

.blogPageComment .blogWrap {
  padding: 300px 0px 60px;
}
.blogPageComment .blogWrap .commentArea {
  background: #FFF;
  color: #000;
  padding: 20px;
  max-width: 700px;
  margin: 0 auto;
  border-radius: 3px;
}
.blogPageComment .blogWrap .commentArea .titArea .tit {
  font-size: 16px;
  text-align: center;
  border-bottom: 1px solid;
  padding: 0 0 20px;
  margin: 0 0 20px;
}
.blogPageComment .blogWrap .commentArea .titArea .tit.titComp {
  font-size: 16px;
  margin: 0 0 15px;
  border: none;
  padding: 0;
}
.blogPageComment .blogWrap .commentArea #comment_form dl {
  margin: 0 0 20px;
}
.blogPageComment .blogWrap .commentArea #comment_form dl dt {
  font-size: 14px;
  line-height: 1em;
  color: #aaa;
  margin: 0 0 5px;
}
.blogPageComment .blogWrap .commentArea #comment_form dl dt span {
  font-size: 10px;
  padding: 0 0 0 5px;
}
.blogPageComment .blogWrap .commentArea #comment_form dl dd {
  font-size: 16px;
  border-bottom: 1px solid;
  padding: 0 0 20px;
  line-height: 1.5em;
}
.blogPageComment .blogWrap .commentArea .btn {
  margin: 0;
}
.blogPageComment .blogWrap .commentArea .btn #submit_button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  color: #FFF;
  background: #de0515;
  font-family: "din-2014";
  font-size: 12px;
  font-weight: 800;
  border-radius: 30px;
  line-height: 1;
  vertical-align: 3px;
  padding: 15px 20px 15px;
  cursor: pointer;
  width: 150px;
}
.blogPageComment .blogWrap .commentArea .btn #submit_button:hover {
  background: #ff2222;
}
.blogPageComment .blogWrap .commentArea .btnBack a {
  color: #000;
  border: 1px solid;
  padding: 5px 20px 6px;
  display: block;
  width: 150px;
  margin: 0 auto;
  border-radius: 100px;
}
.blogPageComment .blogWrap .commentArea .btnBack a:hover {
  opacity: 0.7;
  background: #000;
  color: #FFF;
}

/* BD bbs2023
------------------------------ */
.page--bbs .bbs01 {
  background: none;
  color: #fff;
  max-width: 1000px;
  width: 90%;
}
.page--bbs .bbs01 .red {
  color: #de0515;
}
.page--bbs .bbs01 .btn .btn--main {
  background: #c3a775;
  border-radius: 0;
  color: #000;
  font-weight: bold;
  font-size: 16px;
}
.page--bbs .bbs01 .btn .btn--sub {
  background: none;
  color: #fff;
  border: 2px solid #fff;
}
.page--bbs .bbs01 .btn .btn--sub:hover {
  opacity: 0.8;
}
.page--bbs .bbs01 .block--parent .parts p:nth-child(1) {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 30vw;
}
.page--bbs .bbs01 .block--parent .bbs-ph {
  margin: 0 auto 50px;
}
.page--bbs .bbs01 .block--parent .bbs-ph p:nth-child(1) {
  width: 300px;
  margin: 0 auto 30px;
}
.page--bbs .bbs01 .block--parent .bbs-limited {
  text-align: center;
  font-size: 26px;
  line-height: 1.5;
  margin: 0 0 30px 0;
  font-weight: bold;
}
.page--bbs .bbs01 .block--parent .block--lead {
  font-size: 15px;
  margin: 0 0 50px 0;
}
.page--bbs .bbs01 .block--parent .block--lead .mini {
  font-size: 12px;
  line-height: 1.3;
  display: block;
}
.page--bbs .bbs01 .block--parent .detail {
  background: #c3a775;
  padding: 20px;
  margin: 0 0 20px 0;
  color: #000;
}
.page--bbs .bbs01 .block--parent .detail dt {
  text-align: center;
  font-size: 15px;
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #000;
  line-height: 1.5;
  font-weight: bold;
}
.page--bbs .bbs01 .block--parent .detail dd {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.page--bbs .bbs01 .block--parent .bbs--rule {
  padding: 40px;
  background: rgba(0, 0, 0, 0.1);
  margin: 0 0 50px 0;
}
.page--bbs .bbs01 .block--parent .bbs--rule .ruleTit {
  text-align: center;
  font-weight: bold;
  font-size: 21px;
  margin: 0 0 20px 0;
}
.page--bbs .bbs01 .block--parent .bbs--rule .ruleLead {
  border: 3px solid #de0515;
  padding: 20px;
  margin: 0 0 80px 0;
  font-weight: bold;
  text-align: center;
  font-size: 15px;
  line-height: 1.5;
  color: #ff3e4c;
}
.page--bbs .bbs01 .block--parent .bbs--rule .ruleList {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 0 0 50px 0;
}
.page--bbs .bbs01 .block--parent .bbs--rule .ruleList li {
  width: 48%;
  padding: 50px 25px 25px 25px;
  box-sizing: border-box;
  height: 270px;
  position: relative;
  background: rgba(255, 255, 255, 0.1);
}
.page--bbs .bbs01 .block--parent .bbs--rule .ruleList li .tit {
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  background: #c3a775;
  color: #000;
  padding: 5px;
  width: 70%;
  box-sizing: border-box;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
}
.page--bbs .bbs01 .block--parent .bbs--rule .ruleList li .list li {
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 10px 0.6em;
  text-indent: -0.6em;
  font-weight: bold;
  width: 100%;
  padding: 0;
  background: none;
  height: auto;
  border: none;
}
.page--bbs .bbs01 .block--parent .bbs--rule .attentionBox {
  padding: 30px;
  border: 1px solid;
  margin: 0 0 20px 0;
}
.page--bbs .bbs01 .block--parent .bbs--rule .attentionBox .attentionTit {
  text-align: center;
  font-size: 19px;
  font-weight: bold;
  margin: 0 0 20px 0;
  line-height: 1.5;
  color: #de0515;
}
.page--bbs .bbs01 .block--parent .bbs--rule .attentionBox .list {
  margin: 0;
}
.page--bbs .bbs01 .block--parent .bbs--rule .attentionBox .list li {
  line-height: 1.5;
  font-size: 14px;
  text-indent: -0.6em;
  margin: 0 0 5px 0.6em;
}
.page--bbs .bbs01 .block--parent .formTit {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin: 0 0 20px 0;
  line-height: 1.5;
}
.page--bbs .bbs01 .block--parent .bbsTit {
  text-align: center;
  font-size: 23px;
  font-weight: bold;
  color: #c3a775;
}
.page--bbs .bbs01 .block--parent .bbsTit .comment {
  margin: 0 0 0 10px;
  font-size: 14px;
  position: relative;
  top: -3px;
  display: none;
}
.page--bbs .bbs01 .block--post {
  border: 2px solid #c3a775;
  padding: 30px;
  margin: 0 0 60px 0;
}
.page--bbs .bbs01 .block--post dl dt {
  margin: 0 0 10px 0;
  font-weight: bold;
  font-size: 14px;
}
.page--bbs .bbs01 .block--post dl dd {
  margin: 0 0 20px 0;
  font-size: 12px;
}
.page--bbs .bbs01 .block--post dl dd textarea {
  font-size: 14px;
  border: 1px solid #fff;
}
.page--bbs .bbs01 .list--comment {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.page--bbs .bbs01 .list--comment li {
  width: 30%;
  margin: 0 0 20px 0;
}
.page--bbs .block--pager li a {
  color: #fff;
}
.page--bbs #cboxOverlay {
  background: #1a1a1a;
  overflow: visible;
}
.page--bbs #colorbox {
  overflow: visible;
}
.page--bbs #colorbox #cboxWrapper {
  overflow: visible;
}
.page--bbs #colorbox #cboxWrapper #cboxClose {
  position: absolute;
  top: -35px;
  right: -5px;
  bottom: auto;
  display: block;
  background: url(/static/eikichiyazawa/fanclub/feature/bd2023_bbs/images/close.png) no-repeat top center;
  width: 30px;
  height: 30px;
  text-indent: -999999px;
  background-size: 30px;
  z-index: 999;
  pointer-events: all;
  display: block !important;
}
.page--bbs #colorbox #cboxWrapper #cboxContent {
  background: none;
  overflow: visible;
  border-radius: 0;
}
.page--bbs #colorbox #cboxWrapper #cboxCurrent {
  display: none !important;
}
.page--bbs #colorbox #cboxWrapper #cboxLoadedContent {
  margin-bottom: 0;
  overflow: initial !important;
}
.page--bbs #colorbox #cboxWrapper section .ph {
  margin: 0 0 30px 0;
}
.page--bbs #colorbox #cboxWrapper section .messageBox .name {
  font-size: 12px;
  margin: 0 0 5px 0;
}
.page--bbs #colorbox #cboxWrapper section .messageBox .txt {
  font-size: 15px;
}

/* BD bbs2024
------------------------------ */
.page--bbs.bd2024 .wrap {
  background-color: rgba(26, 26, 26, 0);
  position: relative;
  z-index: 1;
}
.page--bbs.bd2024 .wrap img {
  display: block;
}
.page--bbs.bd2024 .header h1 a {
  background-image: url(/static/eikichiyazawa/fanclub/common/logo_fc_original.png);
  margin-top: -12px;
  width: 150px;
}
.page--bbs.bd2024 .drawer li a {
  color: #1a1a1a;
}
.page--bbs.bd2024 .bgBox {
  pointer-events: none;
  width: 100%;
  height: 100%;
  padding: 0;
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  min-height: 650px;
  transform: translate3d(0, 0, -1px);
  background-color: #fff;
}
.page--bbs.bd2024 .bgBox .bg {
  position: absolute;
  width: 100vw;
  height: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.page--bbs.bd2024 .bgBox .bg01 {
  background: url(/static/eikichiyazawa/fanclub/feature/bd2024_bbs/ph_bg_01_0a9y0a2H.png) no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 1;
  opacity: 0.05;
}
.page--bbs.bd2024 .bgBox .bg02 {
  background: url(/static/eikichiyazawa/fanclub/feature/bd2024_bbs/ph_bg_02_0a9y0a2H.png) no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 2;
  opacity: 0.25;
}
.page--bbs.bd2024 .bbs05 {
  background: none;
  color: #1a1a1a;
  max-width: 1000px;
  width: 90%;
  padding: 0;
  font-size: 16px;
  line-height: 1.5;
}
.page--bbs.bd2024 .bbs05 .red {
  color: #de0515;
}
.page--bbs.bd2024 .bbs05 .btn .btn--main {
  background: #de0515;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  border-radius: 100px;
}
.page--bbs.bd2024 .bbs05 .btn .btn--main:hover {
  background: #ffffff;
  color: #de0515;
}
.page--bbs.bd2024 .bbs05 .btn .btn--sub {
  background: none;
  color: #1a1a1a;
  border: 1px solid #1a1a1a;
  min-width: initial;
  width: 200px;
  display: block;
  margin: 0 auto;
}
.page--bbs.bd2024 .bbs05 .btn .btn--sub:hover {
  opacity: 0.8;
}
.page--bbs.bd2024 .bbs05 .block--parent .bbs-ph {
  width: 750px;
  margin: 0 auto 60px;
}
.page--bbs.bd2024 .bbs05 .block--parent .bbs-ph p {
  line-height: 0;
}
.page--bbs.bd2024 .bbs05 .block--parent .bbs-limited {
  text-align: center;
  font-size: 32px;
  line-height: 1.5;
  margin: 0px 0 30px 0;
  font-weight: bold;
}
.page--bbs.bd2024 .bbs05 .block--parent .block--lead {
  margin: 0px 0 60px 0;
}
.page--bbs.bd2024 .bbs05 .block--parent .block--lead .mini {
  font-size: 14px;
  line-height: 1.3;
  display: block;
  margin-bottom: 30px;
  text-indent: -1em;
  padding: 5px 0 0 1em;
}
.page--bbs.bd2024 .bbs05 .block--parent .detail {
  padding: 20px;
  margin: 0 0 20px;
  color: #1a1a1a;
  border: 5px solid;
  background: #fff;
  box-shadow: 5px 5px rgba(26, 26, 26, 0.1254901961);
  -o-border-image: linear-gradient(30deg, #dfb779, #dab06c, #f6d9a3, #c98b31, #f5d8a0, #f4d69c, #f5d79f) 1;
     border-image: linear-gradient(30deg, #dfb779, #dab06c, #f6d9a3, #c98b31, #f5d8a0, #f4d69c, #f5d79f) 1;
}
.page--bbs.bd2024 .bbs05 .block--parent .detail dt {
  text-align: center;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #1a1a1a;
  font-weight: bold;
}
.page--bbs.bd2024 .bbs05 .block--parent .detail dd {
  text-align: center;
  font-weight: bold;
}
.page--bbs.bd2024 .bbs05 .block--parent .detail:last-child {
  margin: 0;
}
.page--bbs.bd2024 .bbs05 .block--parent .bbs--rule {
  padding: 40px;
  background: #fff;
  margin: 0 0 60px 0;
  border: 5px solid;
  -o-border-image: linear-gradient(30deg, #dfb779, #dab06c, #f6d9a3, #c98b31, #f5d8a0, #f4d69c, #f5d79f) 1;
     border-image: linear-gradient(30deg, #dfb779, #dab06c, #f6d9a3, #c98b31, #f5d8a0, #f4d69c, #f5d79f) 1;
  box-shadow: 5px 5px rgba(26, 26, 26, 0.1254901961);
}
.page--bbs.bd2024 .bbs05 .block--parent .bbs--rule .ruleTit {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  margin: 0px 0 30px 0;
}
.page--bbs.bd2024 .bbs05 .block--parent .bbs--rule .ruleLead {
  border: 2px solid #de0515;
  padding: 20px;
  margin: 0 0 60px 0;
  font-weight: bold;
  text-align: center;
  color: #ff3e4c;
}
.page--bbs.bd2024 .bbs05 .block--parent .bbs--rule .ruleList {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 0px 0 40px 0;
}
.page--bbs.bd2024 .bbs05 .block--parent .bbs--rule .ruleList li {
  width: 48%;
  padding: 40px 20px 20px 20px;
  box-sizing: border-box;
  height: 240px;
  position: relative;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid;
}
.page--bbs.bd2024 .bbs05 .block--parent .bbs--rule .ruleList li .tit {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background: #1a1a1a;
  color: #ffffff;
  padding: 10px;
  width: 75%;
  box-sizing: border-box;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
}
.page--bbs.bd2024 .bbs05 .block--parent .bbs--rule .ruleList li .list li {
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 10px 0.6em;
  text-indent: -0.6em;
  font-weight: bold;
  width: 100%;
  padding: 0;
  background: none;
  height: auto;
  border: none;
}
.page--bbs.bd2024 .bbs05 .block--parent .bbs--rule .attentionBox {
  padding: 30px;
  border: 1px solid;
  margin: 0 0 20px 0;
}
.page--bbs.bd2024 .bbs05 .block--parent .bbs--rule .attentionBox .attentionTit {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 25px 0;
  line-height: 1.5;
}
.page--bbs.bd2024 .bbs05 .block--parent .bbs--rule .attentionBox .list {
  margin: 0;
}
.page--bbs.bd2024 .bbs05 .block--parent .bbs--rule .attentionBox .list li {
  line-height: 1.5;
  font-size: 14px;
  text-indent: -0.6em;
  margin: 0 0 5px 0.6em;
}
.page--bbs.bd2024 .bbs05 .block--parent .bbs--rule .txt:last-child {
  margin-bottom: 0;
}
.page--bbs.bd2024 .bbs05 .block--parent .bbs--rule .imgBox {
  padding: 25px 30px 30px;
  border: 1px solid;
  margin: 30px 0 0;
}
.page--bbs.bd2024 .bbs05 .block--parent .bbs--rule .imgBox .imgBoxTxt {
  text-align: center;
  margin: 0 0 25px;
}
.page--bbs.bd2024 .bbs05 .block--parent .bbs--rule .imgBox ul {
  display: flex;
  justify-content: space-between;
}
.page--bbs.bd2024 .bbs05 .block--parent .bbs--rule .imgBox ul li {
  width: 32%;
}
.page--bbs.bd2024 .bbs05 .block--parent .formTit {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin: 0 0 15px 0;
}
.page--bbs.bd2024 .bbs05 .block--parent .bbsTit {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #de0515;
  margin: 0px 0 35px;
}
.page--bbs.bd2024 .bbs05 .block--parent .bbsTit .comment {
  display: none;
}
.page--bbs.bd2024 .bbs05 .block--post {
  padding: 30px;
  margin: 0 0 60px 0;
  border: 5px solid;
  -o-border-image: linear-gradient(30deg, #dfb779, #dab06c, #f6d9a3, #c98b31, #f5d8a0, #f4d69c, #f5d79f) 1;
     border-image: linear-gradient(30deg, #dfb779, #dab06c, #f6d9a3, #c98b31, #f5d8a0, #f4d69c, #f5d79f) 1;
  background: #fff;
  box-shadow: 5px 5px rgba(26, 26, 26, 0.1254901961);
}
.page--bbs.bd2024 .bbs05 .block--post .form--post {
  margin: 0 auto;
}
.page--bbs.bd2024 .bbs05 .block--post dl dt {
  margin: 0 0 10px 0;
  font-weight: bold;
  font-size: 14px;
}
.page--bbs.bd2024 .bbs05 .block--post dl dd {
  margin: 0 0 20px 0;
  padding: 0 0 20px;
  font-size: 12px;
  border-bottom: 1px solid rgba(26, 26, 26, 0.3137254902);
}
.page--bbs.bd2024 .bbs05 .block--post dl dd:last-child {
  border-bottom: none;
  padding: 0;
  margin: 0 0 25px;
}
.page--bbs.bd2024 .bbs05 .block--post dl dd textarea {
  font-size: 14px;
  border: 1px solid #fff;
  background: rgba(26, 26, 26, 0.062745098);
  padding: 10px;
}
.page--bbs.bd2024 .bbs05 .block--post .btn {
  margin: 0 auto;
}
.page--bbs.bd2024 .bbs05 .attentionBox.end {
  padding: 30px;
  margin: 0 0 60px 0;
  border: 5px solid #de0515;
  background: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color: #de0515;
}
.page--bbs.bd2024 .bbs05 .list--comment {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.page--bbs.bd2024 .bbs05 .list--comment:after {
  width: 32%;
  display: block;
  content: "";
}
.page--bbs.bd2024 .bbs05 .list--comment li {
  width: 32%;
  margin: 0 0 2% 0;
}
.page--bbs.bd2024 .bbs05 .list--comment li a {
  position: relative;
  width: 100%;
  max-height: 320px;
  height: 28.75vw;
  display: block;
}
.page--bbs.bd2024 .bbs05 .list--comment li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.page--bbs.bd2024 .bbs05 .list--comment li a .txt.top {
  display: none;
}
.page--bbs.bd2024 .block--pager li a {
  color: #c3c3c3;
}
.page--bbs.bd2024 .block--pager li::before,
.page--bbs.bd2024 .block--pager li::before,
.page--bbs.bd2024 .block--pager .pager__item--newer a::before,
.page--bbs.bd2024 .block--pager .pager__item--newer span::before,
.page--bbs.bd2024 .block--pager .pager__item--older a::before,
.page--bbs.bd2024 .block--pager .pager__item--older span::before {
  background: #1a1a1a;
}
.page--bbs.bd2024 .block--pager li::after,
.page--bbs.bd2024 .block--pager li a::after,
.page--bbs.bd2024 .block--pager .pager__item--newer a::after,
.page--bbs.bd2024 .block--pager .pager__item--newer span::after,
.page--bbs.bd2024 .block--pager .pager__item--older a::after,
.page--bbs.bd2024 .block--pager .pager__item--older span::after {
  border-color: #1a1a1a;
}
.page--bbs.bd2024 #cboxOverlay {
  background: #1a1a1a;
  overflow: visible;
}
.page--bbs.bd2024 #colorbox {
  overflow: visible;
}
.page--bbs.bd2024 #colorbox #cboxWrapper {
  overflow: visible;
}
.page--bbs.bd2024 #colorbox #cboxWrapper #cboxClose {
  position: absolute;
  top: -35px;
  right: -5px;
  bottom: auto;
  display: block;
  background: url(/static/eikichiyazawa/fanclub/feature/bd2023_bbs/images/close.png) no-repeat top center;
  width: 30px;
  height: 30px;
  text-indent: -999999px;
  background-size: 30px;
  z-index: 999;
  pointer-events: all;
  display: block !important;
}
.page--bbs.bd2024 #colorbox #cboxWrapper #cboxContent {
  background: none;
  overflow: visible;
  border-radius: 0;
}
.page--bbs.bd2024 #colorbox #cboxWrapper #cboxCurrent {
  display: none !important;
}
.page--bbs.bd2024 #colorbox #cboxWrapper #cboxLoadedContent {
  margin-bottom: 0;
  overflow: initial !important;
}
.page--bbs.bd2024 #colorbox #cboxWrapper section .ph {
  margin: 0 0 30px 0;
}
.page--bbs.bd2024 #colorbox #cboxWrapper section .messageBox .name {
  font-size: 12px;
  margin: 0 0 5px 0;
}
.page--bbs.bd2024 #colorbox #cboxWrapper section .messageBox .txt {
  font-size: 15px;
}
.page--bbs.bd2024 .form--confirm {
  padding: 40px;
  border-radius: 0;
  border: 5px solid;
  -o-border-image: linear-gradient(30deg, #dfb779, #dab06c, #f6d9a3, #c98b31, #f5d8a0, #f4d69c, #f5d79f) 1;
     border-image: linear-gradient(30deg, #dfb779, #dab06c, #f6d9a3, #c98b31, #f5d8a0, #f4d69c, #f5d79f) 1;
  background: #fff;
  box-shadow: 5px 5px rgba(26, 26, 26, 0.1254901961);
}
.page--bbs.bd2024 .form--confirm dl {
  margin: 0 auto 20px;
}
.page--bbs.bd2024 .form--confirm dl dd {
  margin: 0 0 20px 0;
  padding: 0 0 20px;
  font-size: 14px;
  border-bottom: 1px solid rgba(26, 26, 26, 0.3137254902);
}
.page--bbs.bd2024 .form--confirm dl dd:last-child {
  border-bottom: none;
  padding: 0;
  margin: 0 0 35px;
}
.page--bbs.bd2024 .form--confirm .btn {
  margin: 0 auto;
}

.page--bbs.bd2024.bd2024confirm .form--post.post-error .block--error {
  margin: 0 auto 20px;
  color: #fff;
  background: #cc0000;
  border-radius: 5px;
  padding: 10px;
}
.page--bbs.bd2024.bd2024confirm .form--post.post-error .form--post {
  padding: 40px 40px 25px;
  border-radius: 0;
  border: 5px solid;
  -o-border-image: linear-gradient(30deg, #dfb779, #dab06c, #f6d9a3, #c98b31, #f5d8a0, #f4d69c, #f5d79f) 1;
  border-image: linear-gradient(30deg, #dfb779, #dab06c, #f6d9a3, #c98b31, #f5d8a0, #f4d69c, #f5d79f) 1;
  background: #fff;
  box-shadow: 5px 5px rgba(26, 26, 26, 0.1254901961);
}
.page--bbs.bd2024.bd2024confirm .form--post.post-error dl {
  margin: 0 auto 20px;
}
.page--bbs.bd2024.bd2024confirm .form--post.post-error dl dt {
  margin: 0 auto 10px;
}
.page--bbs.bd2024.bd2024confirm .form--post.post-error dl dd {
  margin: 0 0 20px 0;
  padding: 0 0 20px;
  font-size: 14px;
  border-bottom: 1px solid rgba(26, 26, 26, 0.3137254902);
}
.page--bbs.bd2024.bd2024confirm .form--post.post-error dl dd:last-child {
  border-bottom: none;
  padding: 0;
  margin: 0 0 35px;
}/*# sourceMappingURL=fanclub-pc-service.css.map */