@charset "UTF-8";
/* ---------------------------------------
0.0 mixin
	0.1 colorsdrawer
	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
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.4 blog
	4.6 faq
	4.7 support
	4.8 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;
}
/* 2.0 component
============================== */
/* 2.1 button
------------------------------ */
.btn--main {
  background: #de0515;
  color: #fff;
  font-size: 16px;
}

.btn--sub {
  color: #1a1a1a;
}

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

/* 2.2 form
------------------------------ */
/* placeholder */
::-webkit-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #ccc;
}

:-moz-placeholder {
  color: #ccc;
}

/* input */
input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=number],
button {
  color: inherit;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  word-break: break-word;
  border: 1px solid #fff;
  border-color: #888;
}
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][disabled],
input[type=tel][disabled],
input[type=email][disabled],
input[type=password][disabled],
input[type=number][disabled],
button[disabled] {
  background: #ddd;
}

/* textarea */
textarea {
  color: inherit;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  word-break: break-word;
  border: 1px solid #fff;
  min-height: 12em;
  border-color: #888;
}
textarea.form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}
textarea[disabled] {
  background: #ddd;
}

/* select */
.form__select select {
  color: inherit;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  word-break: break-word;
  border: 1px solid #fff;
  border-color: #888;
}
.form__select select.form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}
.form__select select[disabled] {
  background: #ddd;
}
.form__select::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.75em;
  top: 50%;
  transform: rotate(-45deg);
}

/* checkbox */
.form__checkbox label p {
  color: inherit;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  word-break: break-word;
}
.form__checkbox label p::after {
  border-color: #fff;
}
.form__checkbox :checked ~ p::before {
  background: #1a1a1a;
  border-color: #1a1a1a;
}

/* radio */
.form__radio label p {
  color: inherit;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  word-break: break-word;
}
.form__radio label p::before {
  border: 1px solid #888;
}
.form__radio :checked ~ p::before {
  border-color: #1a1a1a;
}

/* toggle button */
.form__toggle label p {
  color: inherit;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  word-break: break-word;
}
.form__toggle label p::before,
.form__toggle label p::after {
  content: "";
  border: 1px solid #1a1a1a;
}
.form__toggle label p::after {
  background: #fff;
}
.form__toggle :checked ~ p::before {
  background: #fff;
  border-color: #fff;
}

/* 3.0 layout
============================== */
/* 3.1 base
------------------------------ */
body {
  background-color: #1a1a1a;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  word-break: break-word;
}

a {
  color: #fff;
}

/* 3.2 header
------------------------------ */
.drawer__btn::before {
  content: "";
  display: block;
  width: 140px;
  height: 140px;
  background: #151515;
  position: fixed;
  transform: rotate(90deg);
  top: -43px;
  right: -140px;
  transition: 0.3s;
}

.headerFixed .drawer__btn::before {
  right: -87px;
  transform: rotate(33deg);
}

.drawer-visible.headerFixed .drawer__btn::before {
  transform: rotate(90deg);
  right: -140px;
}

.drawer__btn span {
  background: #fff;
}
.drawer__btn span.menu-txt {
  background: none;
}

.site-nav ul li.site-nav__official::before {
  display: none;
}

.header h1.logo {
  width: 50px;
  height: 50px;
  left: 5%;
  top: 6px;
}
.header h1.logo a {
  width: 50px;
  height: 50px;
}

/* 3.3 footer
------------------------------ */
footer {
  background: #000;
  color: #ccc;
}
footer .inner {
  padding: 0;
}
footer .copyright {
  color: #ccc;
}
footer .nav--support {
  display: none;
}
footer .link--official {
  display: none;
}

/* 4.0 page
============================== */
.wrap {
  min-height: 100%;
  padding-bottom: 97px;
}

/*  4.1 parts
------------------------------ */
.block--pager li 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,
.block--pager .pager__item--current::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;
}

/* 4.2 home
------------------------------ */
.page--home .wrap {
  padding-bottom: 0;
  overflow: hidden;
}
.page--home h1.logo {
  display: 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: calc(100vh - 97px);
  position: relative;
  /*overflow: hidden;*/
  overflow: initial;
  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: calc(100vh - 97px) !important;
  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: 100%;
  margin: 0 auto;
}
.page--home .section--firstview .inner {
  position: relative;
  /*top: -7vh;*/
  top: -1vh;
}
.page--home .section--firstview .block--logo {
  width: 55%;
  margin: 0 auto 4vh;
  position: relative;
  z-index: 10;
}
.page--home .section--firstview .block--user {
  width: 80%;
  position: relative;
  z-index: 10;
  margin: 0 auto;
}
.page--home .section--firstview .block--user.loggedin {
  background: #000;
  color: #fff;
  border-radius: 6px;
  padding: 20px;
  text-align: center;
}
.page--home .section--firstview .block--user.loggedin .welcome {
  font-family: "din-2014";
  font-weight: 800;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 10px;
}
.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: 15px;
}
.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;
  display: block;
}
.page--home .section--firstview .login.bnr {
  width: 80%;
  margin: 10px auto 0;
}
.page--home .section--firstview .scroll {
  display: none;
  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: 2px;
  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 .block.limit_alert {
  background: #de0515;
  padding: 15px;
}
.page--home .block.limit_alert .txt--basic {
  text-align: left;
}
.page--home .block.limit_alert .block-tit {
  text-align: center;
  font-weight: bold;
  font-size: 22px;
}
.page--home .block.limit_alert .welcome {
  display: inline-block;
  font-size: 11px;
}
.page--home .block.limit_alert .name {
  display: inline-block;
  padding-left: 10px;
}
.page--home .block.limit_alert .name span {
  font-size: 13px;
}
.page--home .block.limit_alert .btn--main {
  background: #fff;
  color: #de0515;
}
.page--home .section--topics {
  padding: 0 5% 10px;
  position: relative;
  z-index: 5;
  top: -40px;
}
.page--home .section--topics .block--bnr {
  position: absolute;
  width: 90%;
}
.page--home .section--topics .block--bnr a {
  margin: 0 0 30px;
  display: block;
  background: #de0515;
  border-radius: 6px;
  padding: 5px;
  line-height: 0;
  box-shadow: 16px 20px 20px rgba(0, 0, 0, 0.8);
}
.page--home .section--topics .block--bnr a img {
  display: block;
  border-radius: 4px;
}
.page--home .section--topics .block--bnr a a:last-of-type {
  margin: 0;
}
.page--home .section--news {
  padding: 40vw 5% 0 0;
  position: relative;
  z-index: 2;
  margin-bottom: 70px;
}
.page--home .section--news .block--title {
  position: relative;
  top: 20px;
}
.page--home .section--news .block--news {
  width: 95%;
  transform: translate3d(0, -35px, 0);
  position: relative;
  z-index: 10;
  left: 5%;
}
.page--home .section--news .list--information {
  position: relative;
  z-index: 10;
  top: 0;
}
.page--home .section--news .list--information a {
  color: #1a1a1a;
  box-shadow: none;
}
.page--home .section--news .section-tit {
  color: inherit;
  font-size: 32vw;
  line-height: 0.8;
  letter-spacing: -0.03em;
  color: #fff;
  z-index: 10;
  left: -10px;
  position: absolute;
  margin-bottom: 10px;
  top: -39vw;
}
.page--home .section--news .list__more {
  font-family: "din-2014";
  font-weight: 800;
  font-size: 21px;
  letter-spacing: 0.1em;
  text-align: left;
  margin: 0;
  position: absolute;
  z-index: 30;
  bottom: -19vw;
}
.page--home .section--news .list__more a {
  color: #fff;
}
.page--home .section--news .list__more::before {
  content: "";
  display: block;
  width: 70px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 4em;
  top: 24px;
}
.page--home .section--introduction {
  padding: 40px 8%;
}
.page--home .section--introduction .section-tit {
  width: 40%;
  line-height: 0;
  position: static;
  margin: 0 auto 40px;
  opacity: 1;
}
.page--home .section--introduction .txt--lead {
  font-family: YakuHanJP, Noto Sans JP;
  line-height: 1.6;
  font-weight: 600;
  margin-bottom: 40px;
}
.page--home .section--introduction .block--contents .list-tit {
  text-align: center;
  font-family: YakuHanJP, Noto Sans JP;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 50px;
}
.page--home .section--introduction .block--contents .list--contents li {
  height: auto;
  background: #1f1f1f;
  position: relative;
  padding: 15px 4%;
  margin-bottom: 50px;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.5);
}
.page--home .section--introduction .block--contents .list--contents li figure {
  width: 100%;
  line-height: 0;
  margin: 0 auto -30px;
  position: relative;
  top: -40px;
  overflow: hidden;
  height: 40vw;
}
.page--home .section--introduction .block--contents .list--contents li .tit {
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 5px;
}
.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--bnr {
  width: 90%;
  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.bd {
  border: 1px solid #222;
}
.page--home .section--introduction .block--bnr a:last-of-type {
  margin: 0;
}
.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: 100%;
  border: 1px solid #fff;
  margin: 0 auto 30px;
}
.page--home .section--introduction .block--table table th, .page--home .section--introduction .block--table table td {
  padding: 10px;
  border: 1px solid #fff;
}
.page--home .section--introduction .block--table table th {
  width: 7em;
  border: 1px solid #fff;
  font-size: 11px;
  text-align: center;
}
.page--home .section--introduction .block--table table td {
  font-size: 13px;
}
.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 {
  margin: 0 auto 40px;
}
.page--home .section--introduction .block--table .list--attention li {
  margin-bottom: 2px;
  position: relative;
  padding-left: 1em;
  text-indent: -0.5em;
}
.page--home .section--introduction .block--table .list--attention li::before {
  content: "・";
  display: inline-block;
  padding-right: 0.25em;
}
.page--home footer .area--copyright {
  padding-top: 20px;
}
.page--home footer .area--copyright .link--official {
  display: block !important;
}
.page--home footer .area--copyright .link--official a {
  display: block;
  width: 40%;
  margin: 0 auto 20px;
}
.page--home footer .area--copyright .link--official svg {
  width: 100%;
  height: 20vw;
  fill: #6b6b6b;
}
.page--home footer .nav--support {
  display: block;
  text-align: left;
  margin-bottom: 60px;
  background: #fff;
  color: #1a1a1a;
  margin-bottom: 10px;
  border-radius: 6px;
}
.page--home footer .nav--support .nav-tit {
  display: inline-block;
  font-family: "din-2014", sans-serif;
  font-weight: 800;
  font-size: 18px;
  background: #fff;
  border-radius: 60px;
  line-height: 1;
  letter-spacing: 0;
  position: relative;
  width: 100%;
  padding: 15px 5%;
}
.page--home footer .nav--support .nav-tit::before {
  content: " ";
  display: block;
  border-top: 2px solid #1a1a1a;
  border-right: 2px solid #1a1a1a;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 5%;
  transition: transform;
  transform: rotate(135deg);
  margin-top: -7px;
}
.page--home footer .nav--support .link--official {
  display: none;
}
.page--home footer .nav--support ul {
  display: none;
  padding: 10px 5%;
}
.page--home footer .nav--support li {
  display: block;
  margin-right: 10px;
  margin-bottom: 15px;
  font-size: 13px;
}
.page--home footer .nav--support a {
  display: block;
  color: #1a1a1a;
  position: relative;
}
.page--home footer {
  padding-top: 10px;
  background: none;
}
.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;
}

.sf-toolbar {
  display: none !important;
}
@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 .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, 50px, 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.4s;
}

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

.list--information li.view {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform 0.6s, 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 information
------------------------------ */
.section--list a {
  color: #1a1a1a;
}

.section--detail {
  background: #fff;
  color: #1a1a1a;
  width: 90%;
  border-radius: 6px;
  position: relative;
  padding: 20px 4% 100px;
  margin: 100px auto 40px;
  overflow: visible;
}
.section--detail .section-tit {
  left: -30px;
  top: -110px;
}
.section--detail .txt a {
  color: #1a1a1a;
  text-decoration: underline;
}

.block--share {
  top: 65px;
  bottom: 35px;
}

/*  4.5 movie
------------------------------ */
.page--movie .block--player {
  width: 110%;
  margin: -20px -5% 10px;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
  position: relative;
  z-index: 10;
  padding-bottom: 56.25%;
}
.page--movie .block--player video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page--movie .section--detail.about-player .section-tit {
  position: static;
  opacity: 1;
  font-size: 18px;
  margin-bottom: 20px;
  color: #1a1a1a;
}
.page--movie .section--detail.about-player .list--step {
  padding-top: 30px;
}
.page--movie .section--detail.about-player .list--step li {
  margin-bottom: 50px;
}
.page--movie .section--detail.about-player .list--step li:last-of-type {
  margin-bottom: 20px;
}
.page--movie .section--detail.about-player .list--step li .ph {
  width: 60%;
  margin: 0 auto;
}
.page--movie .section--detail.about-player .list--step li .tit {
  margin-bottom: 15px;
  font-size: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #1a1a1a;
}
.page--movie .section--detail.about-player .list--step li .tit span {
  background: #1a1a1a;
  color: #fff;
  font-size: 12px;
  display: inline-block;
  line-height: 1;
  padding: 6px;
  margin-right: 6px;
}
.page--movie .list--player a {
  color: #1a1a1a;
}
.page--movie .section--detail.device--android .block--player {
  padding-bottom: 0;
}
.page--movie .section--detail.device--android .block--player .ulizahtml5 {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16/9;
}
.page--movie .tit {
  margin-bottom: 0;
}
.page--movie .date {
  margin-left: 0;
}
.page--movie.page--birthday .section--detail {
  padding-bottom: 20px;
}
.page--movie .section--list li {
  margin: 0 0 20px 0;
}
.page--movie .section--list li .thumb {
  margin: 0 0 10px 0;
}
.page--movie .section--list li a {
  color: #fff;
  display: block;
}
.page--movie .section--list li .tit {
  font-size: 13px;
  margin: 0 0 5px 0;
}
.page--movie .section--list li .date {
  font-size: 11px;
  font-weight: bold;
}

.page--movie.new-movie .wrap .section--detail {
  padding: 20px 4% 100px;
}
.page--movie.new-movie .wrap .section--detail .block--player {
  position: relative;
  top: 0;
  margin: -20px -5% 10px;
  width: 110%;
}
.page--movie.new-movie .wrap .section--detail .area--more-info {
  padding: 20px 0 0;
}
.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 .area--movie .video-js .vjs-play-control {
  left: 50%;
  transform: translateX(-50%);
  top: -19vw;
}
.page--movie.new-movie .wrap .section--detail .area--movie .video-js.vjs-fullscreen .vjs-play-control {
  top: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
}
.page--movie.new-movie .wrap .section--detail .area--movie .video-js.vjs-fullscreen .vjs-control-bar {
  bottom: 5em;
}
.page--movie.new-movie .wrap .section--detail .area--more-info .block--tab__main .block--more_movies {
  padding: 0;
}
.page--movie.new-movie .wrap .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .list__txt .tit {
  color: #151515;
  font-size: 12px;
}
.page--movie.new-movie .wrap .detail__btn {
  padding: 0;
}

/*  4.6 wallpaper
------------------------------ */
.page--wallpaper .list--contents {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 10;
  margin-bottom: 40px;
}
.page--wallpaper .list--contents li {
  width: 47%;
}
.page--wallpaper .list--contents li:nth-child(2n+1) {
  margin-right: 6%;
}
.page--wallpaper .list--contents li a {
  color: #fff;
}
.page--wallpaper .list--contents li a figure {
  height: 75vw;
  margin-bottom: 5px;
}
.page--wallpaper .list--contents li a img {
  background-size: contain;
  height: 100%;
}
.page--wallpaper .list--contents li .date {
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-size: 0.8em;
  color: #555;
  letter-spacing: 0.1em;
  margin: 0;
}
.page--wallpaper .list--contents li .tit {
  font-size: 15px;
}
.page--wallpaper .section--detail .txt.center {
  font-size: 15px;
  text-align: center;
  margin-bottom: 20px;
}
.page--wallpaper .section--detail .ph {
  margin-bottom: 20px;
}
.page--wallpaper .section--detail .txt--sub {
  font-size: 15px;
  line-height: 1.8;
}

/*  4.7 faq
------------------------------ */
.page--faq {
  background: #151515;
  color: #1a1a1a;
}
.page--faq .section-tit {
  font-size: 30px;
  opacity: 1;
}
.page--faq input[type=text], .page--faq input[type=tel], .page--faq input[type=email], .page--faq input[type=password], .page--faq input[type=number], .page--faq button {
  border-color: #888;
}
.page--faq .searchBox input[type=submit] {
  color: #fff;
}

.page--faq .section-list {
  padding: 110px 5% 0;
}
.page--faq .section-tit {
  font-size: 18px;
  position: static;
  opacity: 1;
  text-align: center;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0;
  margin: 0 auto 30px;
}
.page--faq .popup-inner .list--contact {
  margin-bottom: 20px;
}
.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 .tit {
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
}

.tit--category {
  color: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  word-break: break-word;
  color: #fff;
  margin: 0 0 10px -3%;
}

.list--faq {
  margin: 0 -6.5% 40px;
}
.list--faq li {
  border-top: 1px solid #ddd;
}
.list--faq li:last-child {
  border-bottom: 1px solid #ddd;
}
.list--faq a {
  display: block;
  color: #fff;
  padding: 15px 3%;
  position: relative;
}
.list--faq .tit {
  padding-left: 20px;
}
.list--faq .txt {
  line-height: 1.4;
  margin: 0;
  padding-left: 20px;
}
.list--faq .icon--q {
  float: left;
  font-family: "din-2014", sans-serif;
  font-weight: 800;
  margin-right: 5px;
}

.block--faq-detail {
  margin: 0 0 60px;
}
.block--faq-detail dt {
  border-bottom: 1px solid #ddd;
  padding: 0 0 15px;
  margin: 0 0 20px;
}
.block--faq-detail dt .txt {
  color: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  word-break: break-word;
  color: #1a1a1a;
  padding-left: 40px;
  margin: 0;
}
.block--faq-detail dt .category {
  display: inline-block;
  font-size: 12px;
  background: #eee;
  color: #666;
  border-radius: 20px;
  padding: 1px 8px 0;
  margin: 0 0 20px;
}
.block--faq-detail dd .txt {
  margin: 0;
  padding-left: 40px;
}
.block--faq-detail dd .txt a {
  color: #fff;
}
.block--faq-detail span[class^=icon--] {
  float: left;
  display: inline-block;
  width: 30px;
  height: 30px;
  font-family: "din-2014", sans-serif;
  font-weight: 800;
  line-height: 30px;
  text-align: center;
  border-radius: 30px;
}
.block--faq-detail span.icon--q {
  color: #fff;
  line-height: 34px;
  background: #1a1a1a;
}
.block--faq-detail span.icon--a {
  color: #fff;
  background: #d0121b;
}

.page--faq input[type=text] {
  color: #fff;
}
.page--faq .section--detail {
  padding-top: 50px;
}
.page--faq .section-tit {
  font-size: 22px;
}
.page--faq .section--detail .tit--category {
  color: #1a1a1a;
  margin-bottom: 25px;
  margin: 0 0 10px;
}
.page--faq .section--detail .block--contact a {
  color: #1a1a1a;
}
.page--faq .section--detail .block--contact .fa {
  color: #1a1a1a;
}
.page--faq .section--detail .list--faq {
  margin: 0 0 40px;
}
.page--faq .section--detail .list--faq a {
  color: #1a1a1a;
}

.searchBox {
  position: relative;
  margin: 0 0 40px;
}
.searchBox input[type=submit] {
  width: 40px;
  line-height: 40px;
  font-family: FontAwesome;
  font-size: 20px;
  color: #fff;
  background: transparent;
  font-weight: bold;
  border: none;
  border-radius: 30px;
  position: absolute;
  right: 0;
  top: 3px;
  z-index: 2;
}

.list--tag {
  white-space: normal;
  text-align: left;
  margin-bottom: 40px;
}
.list--tag li {
  margin-bottom: 10px;
  display: inline-block;
}
.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: 14px;
}

.list--sub {
  font-size: 11px;
  padding-left: 1em;
  margin: 0 0 40px;
}
.list--sub li {
  margin: 0 0 5px;
  text-indent: -1em;
}

.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: 4px;
  padding: 10px 7% 10px 3%;
  position: relative;
}
.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: 50%;
  z-index: 1;
  margin-top: -4px;
}

/*  4.7 support
------------------------------ */
.support .section-tit {
  font-size: 18px;
  position: static;
  opacity: 1;
  text-align: center;
  color: #1a1a1a;
  line-height: 1.2;
  letter-spacing: 0;
  margin: 30px auto;
}
.support.section--detail {
  padding-bottom: 10px;
  margin-bottom: 40px;
}
.support .txt {
  margin: 0 0 10px;
}
.support .list--support {
  margin-top: 30px;
}
.support .list--support dt {
  color: inherit;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.8;
  word-break: break-word;
  margin: 0 0 4px;
}
.support .list--support dd {
  padding: 0 0 30px;
}
.support .list--support dd a {
  text-decoration: underline;
}
.support .list--support dd .terms-list li {
  text-indent: -1em;
  padding-left: 1em;
}
.support .list--support .txt {
  margin: 0 0 10px;
}
.support .txt-list {
  padding-left: 1em;
  text-indent: -1em;
}
.support .txt-list li {
  margin: 0 0 5px;
}
.support .terms-list li {
  margin: 0 0 5px;
}
.support .block--attention {
  border: 0.5px solid #959ea7;
  padding: 15px;
  margin-bottom: 30px;
}
.support .block--attention .txt--basic {
  font-size: 13px;
  line-height: 1.8;
  text-align: justify;
  word-break: break-word;
  margin-bottom: 15px;
}
.support .block--attention .txt--basic:last-of-type {
  margin-bottom: 0;
}

/* 4.5 first login
------------------------------ */
.page--first_login .section-tit {
  margin-top: 0;
}
.page--first_login .section-tit span {
  display: block;
  color: #de0515;
  border-bottom: 2px solid;
  padding-bottom: 5px;
  margin-bottom: 15px;
  font-size: 16px;
}
.page--first_login .txt--link a {
  display: inline-block;
  text-decoration: none;
  color: #1a1a1a;
  position: relative;
  padding-right: 12px;
  font-weight: bold;
  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: 9px;
  transition: none;
}
.page--first_login .block--attention {
  background: #dc0224;
  color: #fff;
  font-size: 13px;
  padding: 10px 10px 8px;
  border: none;
  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: 40px;
}
.page--first_login .block--nav {
  margin-bottom: 30px;
}
.page--first_login .block--nav li:not(:last-child) {
  margin-bottom: 5px;
}
.page--first_login .block--nav li a {
  display: block;
  border: 1px solid #1a1a1a;
  color: #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;
  margin-bottom: 40px;
}
.page--first_login .block--step .list--step > li:nth-child(2) figure {
  width: 100%;
}
.page--first_login .block--step .list--step > li:last-of-type {
  margin-bottom: 25px;
}
.page--first_login .block--step .list--step > li .tit {
  font-size: 20px;
  margin-bottom: 15px;
}
.page--first_login .block--step .list--step > li .tit span {
  display: block;
  line-height: 1;
  font-size: 15px;
  font-weight: bold;
  border-bottom: 1px solid;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.page--first_login .block--step .list--step > li figure {
  width: 80%;
  line-height: 0;
  border: 1px solid #e5e5e5;
  margin: 20px auto;
}
.page--first_login .block--step .block > .block-tit {
  font-size: 16px;
  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--faq li {
  border-top: none;
}
.page--first_login .block--contact .list--faq .btn--sub {
  padding: 0;
  color: #1a1a1a;
}
.page--first_login .block--contact .list--contact {
  position: relative;
  font-size: 13px;
  background: #e5e5e5;
  padding: 15px 5%;
  margin-bottom: 20px;
}
.page--first_login .block--contact .list--contact dt {
  font-weight: bold;
  line-height: 1;
  margin-bottom: 5px;
}
.page--first_login .block--contact .list--contact dd {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.page--first_login .block--contact .list--contact dd:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.page--first_login .block--contact .list--accordion {
  border-bottom: 1px solid #ccc;
  margin: 0 0 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;
  font-size: 18px;
  padding-right: 5px;
  position: absolute;
  top: 15px;
  left: 0;
}
.page--first_login .block--contact .list--accordion > dt {
  border-top: 1px solid #ccc;
  padding: 15px 30px 15px 24px;
  cursor: pointer;
  transition: opacity 0.3s;
  position: relative;
  line-height: 1.5;
}
.page--first_login .block--contact .list--accordion > dt::after {
  content: "";
  width: 0.6em;
  height: 0.6em;
  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;
  top: 0;
  position: relative;
}
.page--first_login .block--contact .list--accordion > dd > ul li {
  font-size: 13px;
  padding-top: 10px;
  margin-bottom: 20px;
}
.page--first_login .block--contact .list--accordion > dd > ul li .tit {
  font-size: 13px;
  font-weight: bold;
  padding-left: 0;
  margin-bottom: 5px;
}
.page--first_login .block--contact .list--accordion > dd > ul li .txt {
  line-height: 1.8;
  margin-bottom: 5px;
  padding-left: 0;
}
.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 .section-tit {
  font-size: 26vw;
}
.page--photo .itemTit {
  text-align: center;
  font-size: 16px;
  margin: 0 0 10px 0;
}
.page--photo .itemTxt {
  text-align: left;
  font-size: 12px;
  margin: 0 0 30px 0;
}
.page--photo .list--contents {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.page--photo .list--contents li {
  width: 49%;
  margin: 0 0 30px 0;
}
.page--photo .list--contents li .section--list a {
  color: #fff;
  display: block;
}
.page--photo .list--contents li .thumb {
  margin: 0 0 10px 0;
}
.page--photo .list--contents li .tit {
  font-size: 13px;
  margin: 0 0 5px 0;
}
.page--photo .list--contents li .date {
  font-size: 11px;
  font-weight: bold;
}
.page--photo .list--contents li a {
  display: block;
}
.page--photo .list--contents::after {
  content: "";
  display: block;
  width: 49%;
}
.page--photo #swipebox-close {
  right: 2%;
  top: 2%;
}
.page--photo #cboxCurrent {
  display: none !important;
}
.page--photo .detail__btn {
  margin-top: 50px;
  position: relative;
  bottom: 0;
  left: 5%;
}
.page--photo .detail__btn a::before {
  color: #fff;
}
.page--photo .detail__btn a::after {
  background: #fff;
}

.contentsTit {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  margin: 0 0 20px 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.jpg) center no-repeat;
  background-size: cover;
}
.blogPage .blogWrap {
  padding: 130px 10% 10%;
  position: relative;
}
.blogPage .blogWrap h5 {
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin: 0 0 40px;
  line-height: 1em;
}
.blogPage .blogWrap .blogList {
  margin: 0 0 40px;
  padding: 40px 0 0;
  border-top: 1px solid;
}
.blogPage .blogWrap .blogList li {
  margin: 0 0 40px;
  border-bottom: 1px solid #FFF;
  padding: 0 0 35px;
}
.blogPage .blogWrap .blogThumb {
  line-height: 0;
}
.blogPage .blogWrap .blogThumb img {
  margin: 0 0 10px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 55vw;
}
.blogPage .blogWrap .blogThumb .blank {
  width: 100%;
  height: 55vw;
  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: 11px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.5em;
}
.blogPage .blogWrap .blogTit {
  font-size: 15px;
  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 40px;
}
.blogPage .blogWrap .table_box dl {
  margin: 0 0 20px;
}
.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: 10px;
}
.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 8px;
  line-height: 1em;
  border-radius: 100px;
  background: #DE0515;
  color: #FFF;
  letter-spacing: 0.1em;
}
.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: 16px;
  letter-spacing: 0.1em;
  line-height: 1em;
  margin: 0 0 5px;
  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: 14px;
  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: 10px;
  background: #888;
  color: #FFF;
  border: none;
  padding: 3px 10px;
  border-radius: 100px;
}
.blogPage .blogWrap .commentList li .delete_report {
  font-size: 16px;
  position: absolute;
  top: 40px;
  right: 0;
  line-height: 0;
}
.blogPage .blogWrap .commentList li .delete_report a {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 10px;
  background: #888;
  color: #FFF;
  border: none;
  padding: 3px 10px;
  border-radius: 100px;
}
.blogPage .blogWrap .detailPager {
  display: flex;
  align-items: center;
  margin: 0 0 40px;
  position: relative;
}
.blogPage .blogWrap .detailPager .pager-link--prev {
  margin: 0 0 0 auto;
}
.blogPage .blogWrap .detailPager .pager-link--prev a {
  position: relative;
}
.blogPage .blogWrap .detailPager .pager-link--prev a .fa {
  font-size: 150%;
  vertical-align: -1px;
  padding: 0 0 0 10px;
}
.blogPage .blogWrap .detailPager .pager-link--prev span {
  position: relative;
  opacity: 0.5;
}
.blogPage .blogWrap .detailPager .pager-link--prev span .fa {
  font-size: 150%;
  vertical-align: -1px;
  padding: 0 10px 0 0;
}
.blogPage .blogWrap .detailPager .pager-link--next {
  margin: 0 auto 0 0;
}
.blogPage .blogWrap .detailPager .pager-link--next a {
  position: relative;
}
.blogPage .blogWrap .detailPager .pager-link--next a .fa {
  font-size: 150%;
  vertical-align: -1px;
  padding: 0 10px 0 0;
}
.blogPage .blogWrap .detailPager .pager-link--next span {
  position: relative;
  opacity: 0.5;
}
.blogPage .blogWrap .detailPager .pager-link--next span .fa {
  font-size: 150%;
  vertical-align: -1px;
  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;
}
.blogPage .blogWrap .pagingBox ul {
  display: flex;
  justify-content: center;
  margin: 0 0 40px;
}
.blogPage .blogWrap .pagingBox ul li {
  padding: 0 5px;
}
.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: 6px 2vw;
  margin: 0 2vw;
  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: 6px 2vw;
  margin: 0 2vw;
  letter-spacing: 0;
  vertical-align: middle;
  position: relative;
}

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

.blogPageComment .blogWrap {
  padding: 100px 0px 60px;
}
.blogPageComment .blogWrap .commentArea {
  background: #FFF;
  color: #000;
  padding: 20px;
  width: 90%;
  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 .btnBack a {
  color: #000;
  border: 1px solid;
  padding: 5px 20px 6px;
  display: block;
  width: 150px;
  margin: 0 auto;
  border-radius: 100px;
}

/*  5.1 tablet
------------------------------ */
@media screen and (min-width: 756px) and (max-width: 961px) {
  .btn--main,
  .btn--sub {
    min-width: 60%;
    font-size: 18px;
    line-height: 70px;
  }
  .drawer__btn::before {
    top: -17px;
  }
  .headerFixed .drawer__btn::before {
    right: -47px;
  }
  .page--home .section--topics {
    padding: 70px 0 30px;
  }
  .page--home .section--topics .block--bnr {
    width: 70%;
    margin: 0 auto;
  }
  .page--birthday .section--detail .section-tit {
    font-size: 20vw;
  }
}
@media screen and (max-width: 360px) {
  .page--faq .section-tit {
    font-size: 19px;
  }
}
/* appli */
.body--app .section--detail {
  margin: 30px auto 30px;
  padding-bottom: 100px;
}
.body--app .section--detail .section-tit {
  display: none;
}

/* BD bbs2023
------------------------------ */
.page--bbs .bbs01 {
  background: none;
  color: #fff;
  max-width: 1000px;
  width: 90%;
  padding: 0;
}
.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 .block--parent .parts p:nth-child(1) {
  position: fixed;
  top: 45px;
  left: 0;
  width: 35vh;
  z-index: 999;
  transform: rotate(180deg);
}
.page--bbs .bbs01 .block--parent .bbs-ph {
  margin: 0 auto 20px;
}
.page--bbs .bbs01 .block--parent .bbs-ph p:nth-child(1) {
  width: 40%;
  margin: 0 auto 10px;
  line-height: 0;
}
.page--bbs .bbs01 .block--parent .bbs-limited {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 15px 0;
  font-weight: bold;
}
.page--bbs .bbs01 .block--parent .block--lead {
  font-size: 12px;
  margin: 0 0 30px 0;
}
.page--bbs .bbs01 .block--parent .block--lead .mini {
  font-size: 11px;
  line-height: 1.3;
  display: block;
}
.page--bbs .bbs01 .block--parent .detail {
  background: #c3a775;
  padding: 15px;
  margin: 0 0 10px 0;
  color: #000;
}
.page--bbs .bbs01 .block--parent .detail dt {
  text-align: center;
  font-size: 13px;
  margin: 0 0 10px 0;
  padding: 0 0 10px 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: 13px;
  font-weight: bold;
}
.page--bbs .bbs01 .block--parent .bbs--rule {
  padding: 15px;
  background: rgba(0, 0, 0, 0.1);
  margin: 0 0 30px 0;
}
.page--bbs .bbs01 .block--parent .bbs--rule .ruleTit {
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  margin: 0 0 10px 0;
}
.page--bbs .bbs01 .block--parent .bbs--rule .ruleLead {
  border: 2px solid #de0515;
  padding: 15px;
  margin: 0 0 50px 0;
  font-weight: bold;
  text-align: left;
  font-size: 12px;
  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 30px 0;
}
.page--bbs .bbs01 .block--parent .bbs--rule .ruleList li {
  width: 100%;
  padding: 35px 15px 15px 15px;
  box-sizing: border-box;
  position: relative;
  background: rgba(255, 255, 255, 0.1);
  margin: 0 auto 40px;
}
.page--bbs .bbs01 .block--parent .bbs--rule .ruleList li:last-child {
  margin: 0 auto;
}
.page--bbs .bbs01 .block--parent .bbs--rule .ruleList li .tit {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background: #c3a775;
  color: #000;
  padding: 5px;
  width: 70%;
  box-sizing: border-box;
  position: absolute;
  top: -13px;
  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: 12px;
  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: 20px;
  border: 1px solid;
  margin: 0 0 20px 0;
}
.page--bbs .bbs01 .block--parent .bbs--rule .attentionBox .attentionTit {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px 0;
  line-height: 1.5;
}
.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: 12px;
  text-indent: -0.6em;
  margin: 0 0 5px 0.6em;
}
.page--bbs .bbs01 .block--parent .formTit {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  margin: 0 0 20px 0;
  line-height: 1.5;
}
.page--bbs .bbs01 .block--parent .bbsTit {
  text-align: center;
  font-size: 18px;
  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: 20px;
  margin: 0 0 50px 0;
}
.page--bbs .bbs01 .block--post dl dt {
  margin: 0 0 5px 0;
  font-weight: bold;
  font-size: 13px;
}
.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: 48%;
  margin: 0 0 15px 0;
  line-height: 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 10px 0;
}
.page--bbs #colorbox #cboxWrapper section .messageBox .name {
  font-size: 11px;
  margin: 0 0 5px 0;
}
.page--bbs #colorbox #cboxWrapper section .messageBox .txt {
  font-size: 13px;
}

.page--bbs.headerFixed .bbs01 .block--parent .parts p:nth-child(1) {
  top: 0;
}

/* BD bbs2024
------------------------------ */
.page--bbs.bd2024.headerFixed .drawer__btn span,
.page--bbs.bd2024.drawer-visible .drawer__btn span {
  background: #fff;
}
.page--bbs.bd2024.headerFixed .drawer__btn .menu-txt::before,
.page--bbs.bd2024.drawer-visible .drawer__btn .menu-txt::before {
  color: #fff;
}
.page--bbs.bd2024.headerFixed .drawer__btn .drawer__btn--item.menu-txt,
.page--bbs.bd2024.drawer-visible .drawer__btn .drawer__btn--item.menu-txt {
  background: none;
}

.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 .drawer__btn span {
  background: #1a1a1a;
}
.page--bbs.bd2024 .drawer__btn .menu-txt::before {
  color: #1a1a1a;
}
.page--bbs.bd2024 .drawer__btn .drawer__btn--item.menu-txt {
  background: none;
}
.page--bbs.bd2024 .bgBox {
  pointer-events: none;
  width: 100%;
  height: 100vh;
  padding: 0;
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  min-height: 450px;
  transform: translate3d(0, 0, -1px);
  background-color: #fff;
}
.page--bbs.bd2024 .bgBox .bg {
  position: absolute;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.page--bbs.bd2024 .bgBox .bg01 {
  background: url(/static/eikichiyazawa/fanclub/feature/bd2024_bbs/ph_bg_sp_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_sp_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;
  margin: 90px auto 40px;
}
.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 {
  max-width: 750px;
  width: 100%;
  margin: 0 auto 40px;
}
.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: 20px;
  margin: 0px 0 20px 0;
  font-weight: bold;
}
.page--bbs.bd2024 .bbs05 .block--parent .block--lead {
  margin: 0px auto 40px 0;
}
.page--bbs.bd2024 .bbs05 .block--parent .block--lead .mini {
  font-size: 14px;
  line-height: 1.3;
  display: block;
  margin-bottom: 20px;
  text-indent: -1em;
  padding: 5px 0 0 1em;
}
.page--bbs.bd2024 .bbs05 .block--parent .detail {
  padding: 15px 20px;
  margin: 0 0 15px;
  color: #1a1a1a;
  font-size: 14px;
  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 15px 0;
  padding: 0 0 15px 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 {
  font-size: 14px;
  padding: 20px;
  background: #fff;
  margin: 0 0 40px 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: 20px;
  margin: 0px 0 20px 0;
}
.page--bbs.bd2024 .bbs05 .block--parent .bbs--rule .ruleLead {
  border: 2px solid #de0515;
  padding: 20px;
  margin: 0 0 40px 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 20px 0;
}
.page--bbs.bd2024 .bbs05 .block--parent .bbs--rule .ruleList li {
  width: 100%;
  padding: 30px 20px 5px 20px;
  box-sizing: border-box;
  position: relative;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid;
  margin: 0 auto 40px;
}
.page--bbs.bd2024 .bbs05 .block--parent .bbs--rule .ruleList li:last-child {
  margin: 0 auto;
}
.page--bbs.bd2024 .bbs05 .block--parent .bbs--rule .ruleList li .tit {
  font-size: 14px;
  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: 20px;
  border: 1px solid;
  margin: 0 0 20px 0;
}
.page--bbs.bd2024 .bbs05 .block--parent .bbs--rule .attentionBox .attentionTit {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  margin: 0px 0 20px 0;
  line-height: 1.5;
  color: #de0515;
}
.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: 15px 20px 20px;
  border: 1px solid;
  margin: 20px 0 0;
}
.page--bbs.bd2024 .bbs05 .block--parent .bbs--rule .imgBox .imgBoxTxt {
  margin: 0 0 15px;
}
.page--bbs.bd2024 .bbs05 .block--parent .bbs--rule .imgBox ul {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
}
.page--bbs.bd2024 .bbs05 .block--parent .bbs--rule .imgBox ul li {
  margin: 0 auto 15px;
}
.page--bbs.bd2024 .bbs05 .block--parent .bbs--rule .imgBox ul li:last-child {
  margin: 0 auto;
}
.page--bbs.bd2024 .bbs05 .block--parent .formTit {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  margin: 0 0 5px 0;
}
.page--bbs.bd2024 .bbs05 .block--parent .bbsTit {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #de0515;
  margin: 0px 0 20px;
}
.page--bbs.bd2024 .bbs05 .block--parent .bbsTit .comment {
  display: none;
}
.page--bbs.bd2024 .bbs05 .block--post {
  padding: 20px;
  margin: 0 0 40px 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 15px;
}
.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: 15px;
  margin: 0 0 40px 0;
  border: 5px solid #de0515;
  background: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  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.85vw;
  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 {
  font-size: 14px;
}
.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 15px 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 {
  margin: 15px auto 0;
  padding: 20px;
  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 15px;
}
.page--bbs.bd2024 .form--confirm .btn {
  margin: 0 auto;
}

.page--bbs.bd2024.bd2024confirm .detail__btn {
  position: relative;
  margin-top: 75px;
}

.page--bbs.bd2024.bd2024confirm .form--post.post-error .block--error {
  margin: 0 auto 20px;
}
.page--bbs.bd2024.bd2024confirm .form--post.post-error .form--post {
  margin: 15px auto 0;
  padding: 20px 20px 10px;
  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 .form--post dl {
  margin: 0 auto 20px;
}
.page--bbs.bd2024.bd2024confirm .form--post.post-error .form--post dl dt {
  margin: 0 auto 10px;
}
.page--bbs.bd2024.bd2024confirm .form--post.post-error .form--post 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 .form--post dl dd:last-child {
  border-bottom: none;
  padding: 0;
  margin: 0 0 15px;
}
.page--bbs.bd2024.bd2024confirm .detail__btn {
  position: relative;
  margin-top: 75px;
}

.page--bbs.bd2024.bd2024comp .txt {
  text-align: center;
}/*# sourceMappingURL=fanclub-sp-service.css.map */