@charset "UTF-8";
/* ---------------------------------------
0.0 mixin
	0.1 colors
	0.2 typography
	0.3 chevron
	0.4 flexbox
1.0 setting
	1.1 normalize
	1.2 clearfix
2.0 compontents
	2.1 button
	2.2 list
	2.3 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 profile
-------------------------------------------- */
/* 1.0 setting
============================== */
/* 1.1 normalize
------------------------------ */
html,
body {
  height: 100%;
  -webkit-text-size-adjust: none;
}

html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

img,
iframe,
object,
audio,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
  text-align: left;
}

i {
  font-style: normal;
}

img {
  width: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

::selection {
  background: #efefef;
  color: #000;
}

::-moz-selection {
  background: #efefef;
  color: #000;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline: none;
}

a {
  transition: 0.3s;
}

/* 1.2 clearfix
------------------------------ */
.clearfix::after {
  display: table;
  content: "";
  clear: both;
}

/* 2.0 component
============================== */
/* 2.1 button
------------------------------ */
.detail__btn,
.btn {
  text-align: center;
  margin: 1em 0;
  position: relative;
}
.detail__btn input,
.btn input {
  transition: 0.3s;
}

.block--pager {
  text-align: center;
  margin: 20px 5% 30px;
  padding: 0;
  letter-spacing: -0.5em;
  position: relative;
}
.block--pager li {
  display: inline-block;
  font-family: "Ovo";
  font-size: 11px;
  padding: 0.6em 0;
  margin: 0 5px;
  letter-spacing: 0.03em;
  vertical-align: middle;
  position: relative;
}
.block--pager li::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #efefef;
  position: absolute;
  bottom: 4px;
  left: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  transition: -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}
.block--pager a {
  display: block;
  position: relative;
  color: #efefef;
  text-decoration: none;
  padding: 0 0.6em;
}
.block--pager .pager__item--top,
.block--pager .pager__item--number {
  text-align: center;
  color: #888;
}
.block--pager .pager__item--newer,
.block--pager .pager-link--next {
  width: 5em;
  text-align: left;
  padding: 7px 0;
  margin-right: 0.5em;
  margin-left: 0;
  position: absolute;
  top: -5px;
  left: 0;
}
.block--pager .pager__item--newer a,
.block--pager .pager__item--newer span,
.block--pager .pager-link--next a,
.block--pager .pager-link--next span {
  display: block;
  width: 100%;
  font-family: Noto Serif JP;
  padding: 3px 3vw 3px 0;
  position: relative;
  letter-spacing: 0.2em;
  font-size: 11px;
}
.block--pager .pager__item--newer a::before, .block--pager .pager__item--newer a::after,
.block--pager .pager__item--newer span::before,
.block--pager .pager__item--newer span::after,
.block--pager .pager-link--next a::before,
.block--pager .pager-link--next a::after,
.block--pager .pager-link--next span::before,
.block--pager .pager-link--next span::after {
  content: "";
  display: block;
  position: absolute;
}
.block--pager .pager__item--newer a::before,
.block--pager .pager__item--newer span::before,
.block--pager .pager-link--next a::before,
.block--pager .pager-link--next span::before {
  width: 20px;
  height: 1px;
  background: #efefef;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform-origin: right;
          transform-origin: right;
  position: absolute;
  right: -12px;
  top: 11px;
}
.block--pager .pager__item--newer span,
.block--pager .pager-link--next span {
  opacity: 0.4;
}
.block--pager .pager__item--older,
.block--pager .pager-link--prev {
  width: 5em;
  text-align: right;
  padding: 7px 0;
  margin-left: 0.5em;
  margin-right: 0;
  position: absolute;
  top: -5px;
  right: 0;
}
.block--pager .pager__item--older a,
.block--pager .pager__item--older span,
.block--pager .pager-link--prev a,
.block--pager .pager-link--prev span {
  display: block;
  width: 100%;
  font-family: Noto Serif JP;
  padding: 3px 0;
  position: relative;
  letter-spacing: 0.2em;
  font-size: 10px;
}
.block--pager .pager__item--older a::before, .block--pager .pager__item--older a::after,
.block--pager .pager__item--older span::before,
.block--pager .pager__item--older span::after,
.block--pager .pager-link--prev a::before,
.block--pager .pager-link--prev a::after,
.block--pager .pager-link--prev span::before,
.block--pager .pager-link--prev span::after {
  content: "";
  display: block;
  position: absolute;
}
.block--pager .pager__item--older a::before,
.block--pager .pager__item--older span::before,
.block--pager .pager-link--prev a::before,
.block--pager .pager-link--prev span::before {
  width: 20px;
  height: 1px;
  background: #efefef;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform-origin: right;
          transform-origin: right;
  position: absolute;
  left: -12px;
  top: 11px;
}
.block--pager .pager__item--older span,
.block--pager .pager-link--prev span {
  opacity: 0.6;
}
.block--pager .pager__item--newer,
.block--pager .pager__item--older {
  z-index: 2;
}
.block--pager .pager__item--newer::before,
.block--pager .pager__item--older::before {
  display: none !important;
}
.block--pager .pager-link--next a::before {
  right: -0.9em;
}
.block--pager .pager-link--prev a::before {
  left: -2em;
}
.block--pager .pager__item--current {
  font-family: "Ovo";
  font-weight: 800;
  position: relative;
  padding: 0.6em;
}
.block--pager .pager__item--current::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.block--pager li svg {
  width: 42px;
  height: 32px;
  fill: #efefef;
}

.btn--main {
  width: 100%;
  color: inherit;
  font-size: 15px;
  font-weight: 200;
  line-height: 3.4;
  letter-spacing: 0.02em;
  word-break: break-word;
  -webkit-appearance: none;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 2em;
  cursor: pointer;
  padding: 0 1.5em;
  position: relative;
  top: 0;
  background: #b10000;
  color: #fff;
}

.btn--sub {
  width: 100%;
  color: inherit;
  font-size: 15px;
  font-weight: 200;
  line-height: 3.4;
  letter-spacing: 0.02em;
  word-break: break-word;
  -webkit-appearance: none;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 2em;
  cursor: pointer;
  padding: 0 1.5em;
  position: relative;
  top: 0;
  color: #efefef;
  border: 1px solid;
}

.detail__btn,
.page--error .btn--sub {
  text-align: center;
  margin-top: 80px;
}

/* 2.2 form
------------------------------ */
.form--post {
  margin: 0 0 2em;
}
.form--post dt {
  margin: 2em 0 1em;
}
.form--post dd {
  margin: 0 0 0.5em;
}

/* placeholder */
::-webkit-input-placeholder {
  color: #fff;
}

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

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

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

/* 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: 22px;
  font-weight: 400;
  line-height: 1.4;
  word-break: break-word;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border-radius: 0.3em;
  border: 1px solid #efefef;
  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: #fff;
  border: none;
  opacity: 0.5;
}

.input--half {
  width: 50% !important;
}

.input--quarter {
  width: 25% !important;
}

/* textarea */
textarea {
  color: inherit;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
  word-break: break-word;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border-radius: 0.3em;
  border: 1px solid #efefef;
  padding: 0.5em;
  height: 10em;
}
textarea:focus {
  border-color: inherit;
}
textarea.form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}
textarea.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
textarea[disabled] {
  background: #fff;
  border: none;
  opacity: 0.5;
}

/* select */
.form__select {
  display: inline-block;
  position: relative;
}
.form__select select {
  color: inherit;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
  word-break: break-word;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border-radius: 0.3em;
  border: 1px solid #efefef;
  padding: 0.5em;
  padding-right: 1.5em;
}
.form__select select:focus {
  border-color: inherit;
}
.form__select select.form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}
.form__select select.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
.form__select select[disabled] {
  background: #fff;
  border: none;
  opacity: 0.5;
}
.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%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* checkbox */
.form__checkbox label p {
  color: inherit;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
  word-break: break-word;
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
.form__checkbox input[type=checkbox],
.form__checkbox input[type=radio] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  position: absolute;
  opacity: 0;
}
.form__checkbox.form__error {
  color: #f33;
}
.form__checkbox label p {
  padding-left: 1.6em;
}
.form__checkbox label p::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 0.3em;
  border: 1px solid #fff;
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.form__checkbox label p::after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.4em;
  border: 2px solid #000;
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  top: 70%;
  left: 0.2em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 0;
}
.form__checkbox :checked ~ p::before {
  background: #bf0202;
  border-color: #bf0202;
}
.form__checkbox :checked ~ p::after {
  top: 50%;
  opacity: 1;
}

/* radio */
.form__radio label p {
  color: inherit;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
  word-break: break-word;
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
.form__radio input[type=checkbox],
.form__radio input[type=radio] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  position: absolute;
  opacity: 0;
}
.form__radio.form__error {
  color: #f33;
}
.form__radio label p {
  padding-left: 1.6em;
}
.form__radio label p::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.form__radio :checked ~ p::before {
  border-color: #bf0202;
  border-width: 0.3em;
}

/* toggle button */
.form__toggle label p {
  color: inherit;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
  word-break: break-word;
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
.form__toggle input[type=checkbox],
.form__toggle input[type=radio] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  position: absolute;
  opacity: 0;
}
.form__toggle.form__error {
  color: #f33;
}
.form__toggle label p {
  padding-left: 0;
  position: relative;
}
.form__toggle label p::before,
.form__toggle label p::after {
  content: "";
  display: block;
  height: 30px;
  border: 1px solid #fff;
  margin: -15px 0 0;
  position: absolute;
}
.form__toggle label p::before {
  width: 50px;
  border-radius: 15px;
  top: 50%;
  right: 0;
}
.form__toggle label p::after {
  width: 30px;
  background: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  top: 50%;
  right: 20px;
}
.form__toggle :checked ~ p::before {
  background: #bf0202;
  border-color: #bf0202;
}
.form__toggle :checked ~ p::after {
  right: 0;
}

/* horizontal */
.form--horizontal li {
  display: inline-block;
}

.form--horizontal label {
  display: inline-block;
  margin: 0 0.3em 0 0;
}

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

.form--confirm {
  padding: 20px 0 0;
}
.form--confirm dt {
  opacity: 0.5;
  margin: 0 0 5px;
}
.form--confirm dd {
  margin: 0 0 1em;
}

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

/*  information */
.list--info,
.list--faq {
  border-top: 0.5px solid rgba(255, 255, 255, 0.44);
}
.list--info a,
.list--faq a {
  display: block;
  color: inherit;
  font-size: 15px;
  font-weight: 200;
  line-height: 1.6;
  letter-spacing: 0.02em;
  word-break: break-word;
  padding: 1.5em 0;
  position: relative;
}
.list--info .date,
.list--faq .date {
  font-family: "Ovo", sans-serif;
  font-size: 10px;
  letter-spacing: 0.15em;
  margin-top: 9px;
  opacity: 0.8;
}
.list--info .tit,
.list--faq .tit {
  font-size: 13px;
  line-height: 1.8;
  margin-bottom: 10px;
}
.list--info .new .tit::before,
.list--faq .new .tit::before {
  content: "新着情報";
  width: 8em;
  font-weight: 200;
  font-size: 10px;
  background: #b70400;
  margin-right: 10px;
  padding: 8px 7px 10px 8px;
  line-height: 0;
  display: inline-block;
  vertical-align: 1px;
}
.list--info .no-data,
.list--faq .no-data {
  padding: 35px 5%;
}
.list--info li,
.list--faq li {
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.44);
}
.list--info li a,
.list--faq li a {
  padding: 20px 5%;
  position: relative;
  overflow: hidden;
}
.list--info li .date,
.list--faq li .date {
  text-align: right;
}
.list--info li .tit,
.list--faq li .tit {
  margin-bottom: 3px;
}
.list--info li.new .tit::before,
.list--faq li.new .tit::before {
  width: auto;
}

/* contents */
.list--contents a {
  display: block;
  color: inherit;
  font-size: 15px;
  font-weight: 200;
  line-height: 1.6;
  letter-spacing: 0.02em;
  word-break: break-word;
  padding: 1.5em 0;
  position: relative;
}
.list--contents .date {
  font-family: "Ovo", sans-serif;
  font-size: 10px;
  letter-spacing: 0.15em;
  margin-top: 9px;
  opacity: 0.8;
}
.list--contents .tit {
  font-size: 13px;
  line-height: 1.8;
  margin-bottom: 10px;
}
.list--contents .new .tit::before {
  content: "新着情報";
  width: 8em;
  font-weight: 200;
  font-size: 10px;
  background: #b70400;
  margin-right: 10px;
  padding: 8px 7px 10px 8px;
  line-height: 0;
  display: inline-block;
  vertical-align: 1px;
}
.list--contents li {
  margin-bottom: 0;
}
.list--contents li.new .block--text {
  top: 15px;
}
.list--contents li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60vw;
  position: relative;
  background: no-repeat url(/static/seikimaii/official/common/bg02.jpg);
  background-size: cover;
  overflow: hidden;
  padding: 0;
}
.list--contents li a:hover figure::after {
  opacity: 0.4;
}
.list--contents li .tit {
  font-size: 14px;
  letter-spacing: 0.15em;
  margin-bottom: 5px;
}
.list--contents li .tit::before {
  font-weight: 200;
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.list--contents li .date {
  font-size: 0.8em;
}
.list--contents li .category {
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}
.list--contents figure {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  transition: 0.3s;
}
.list--contents figure img {
  height: 100%;
  background-position: center;
}
.list--contents figure::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
  position: absolute;
  left: 0;
  top: 0;
  transition: opacity 0.3s;
}
.list--contents .block--text {
  text-align: center;
  position: relative;
}

/* contents */
/* 3.0 layout
============================== */
/* 3.1 base
------------------------------ */
body {
  background-color: #000;
  font-family: YakuHanJP, "Noto Serif JP", -apple-system, BlinkMacSystemFont, "Arial", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #efefef;
  font-size: 15px;
  font-weight: 200;
  line-height: 1.6;
  letter-spacing: 0.02em;
  word-break: break-word;
}

a {
  color: #efefef;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.wrap {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  padding-bottom: 220px;
}
.wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.8;
}

.bg {
  width: 100%;
  height: 185vw;
  position: fixed;
  pointer-events: none;
  z-index: -1;
}
.bg span {
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.bg span.bg01 {
  background-image: url(/static/seikimaii/official/artistphoto/artistphoto_2019.jpg);
}

@-webkit-keyframes bg {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes bg {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.pc {
  display: none !important;
}

/* 3.2 header
------------------------------ */
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.header h2.logo {
  display: none;
}
.header h1.logo {
  top: 18px;
  position: relative;
  left: 11%;
}
.header h1.logo a {
  display: block;
  background: url(/static/seikimaii/fanclub/common/fc--logo.png) center/contain no-repeat;
  text-indent: -9999em;
  width: 38vw;
  height: 13vw;
  margin: 0 auto 20px -6%;
}

.drawer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background: url(/static/seikimaii/fanclub/common/bg_noiz.png);
  background-size: 300px;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
  transition: 0.5s;
}
.drawer .logo a {
  display: block;
  background: url(/static/seikimaii/fanclub/common/fc--logo.png) center/contain no-repeat;
  text-indent: -9999em;
  width: 38vw;
  height: 13vw;
  margin: 0 auto 20px -6%;
}
.drawer .g-nav {
  width: 100%;
  height: 100%;
}
.drawer .g-nav .g-nav__inner {
  width: 100%;
  height: 100%;
  padding: 60px 1% 0 calc(6% + 5vw);
  position: relative;
}
.drawer .g-nav .g-nav__inner h1.logo {
  display: none;
}
.drawer .g-nav .g-nav__inner::after {
  content: "";
  display: block;
  width: 100%;
  height: 140vw;
  background: url(/static/seikimaii/official/artistphoto/artistphoto_2019.jpg) no-repeat center top;
  background-size: 110%;
  position: absolute;
  top: 100vw;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: 0s 0.5s;
}
.drawer .g-nav .g-nav__inner::before {
  content: "";
  display: block;
  width: 100%;
  height: 140vw;
  background: #000;
  position: absolute;
  top: 100vw;
  left: 0;
  z-index: 1;
  -webkit-transform-origin: left;
          transform-origin: left;
  transition: 0.3s 0.2s;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.drawer .g-nav .g-nav__inner .nav {
  width: 100%;
  padding-top: 15px;
}
.drawer .btn {
  margin-left: calc(-6% - 5vw);
}
.drawer .btn .btn--sub {
  font-size: 12px;
  letter-spacing: 0.1em;
  width: 50%;
  margin: 0 auto;
}
.drawer .list--login {
  text-align: left;
  margin-left: -6%;
  margin-bottom: 0vh;
  margin-top: -4vh;
}
.drawer .list--login li {
  float: none;
  width: auto;
  font-size: 15px;
}
.drawer .list--login li:nth-child(odd) {
  margin-right: 0;
}
.drawer li {
  float: left;
  width: 46%;
  font-size: 3vw;
  letter-spacing: 0.5vw;
  margin-bottom: 18px;
}
.drawer li:nth-child(odd) {
  margin-right: 6vw;
  clear: left;
}
.drawer li.nav__item--mail span {
  display: block;
  letter-spacing: 0.08em;
}
.drawer li a {
  color: #efefef;
  display: block;
  position: relative;
}
.drawer li a::before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background: url(/static/seikimaii/fanclub/common/ico--menu.svg) no-repeat center/contain;
  position: absolute;
  top: 3px;
  left: -16px;
}
.drawer li .txt--sub {
  display: none;
}
.drawer li.contents--before a {
  pointer-events: none;
  opacity: 0.2;
}
.drawer li.contents--before a::after {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.drawer li a {
  color: #efefef;
  display: block;
  position: relative;
}
.drawer li .hoverVisi {
  position: relative;
}
.drawer li .hoverVisi .hoverVisiTit {
  position: relative;
}
.drawer li .hoverVisi .hoverVisiTit::before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background: url(/static/seikimaii/fanclub/common/ico--menu.svg) no-repeat center/contain;
  position: absolute;
  top: 3px;
  left: -16px;
}
.drawer li .hoverVisi .hoverVisiTit:after {
  content: "";
  display: block;
  position: absolute;
  right: 5px;
  top: 45%;
  width: 7px;
  height: 7px;
  border-top: 1px solid;
  border-right: 1px solid;
  -webkit-transform: translate(0, -50%) rotate(135deg);
          transform: translate(0, -50%) rotate(135deg);
  transition: 0.3s ease;
}
.drawer li .hoverVisi .hoverHide {
  opacity: 0;
  transition: 0.3s ease;
  padding: 10px 10px 10px 25px;
  background: #333;
  position: absolute;
  top: calc(100% + 5px);
  right: 0;
  z-index: 10;
  pointer-events: none;
  width: calc(100% + 20px);
}
.drawer li .hoverVisi .hoverHide a {
  margin: 0 0 10px;
  letter-spacing: 0.1em;
}
.drawer li .hoverVisi .hoverHide a:last-child {
  margin: 0;
}
.drawer li .hoverVisi.open .hoverHide {
  opacity: 1;
  pointer-events: auto;
}
.drawer li .hoverVisi.open .hoverVisiTit:after {
  top: 60%;
  -webkit-transform: translate(0, -50%) rotate(315deg);
          transform: translate(0, -50%) rotate(315deg);
}

.drawer li a span.new {
  display: inline-block;
}
.drawer li a span.new i {
  background: #b70500;
  line-height: 1;
  padding: 0 3px 1px;
  margin: 0 0 0 1vw;
  vertical-align: 0.25em;
  font-size: 2vw;
}

.drawer__btn {
  width: 45px;
  height: 45px;
  position: fixed;
  top: 6vw;
  right: 5%;
  z-index: 999;
}
.drawer__btn span {
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  transition: 0.3s;
  top: 8px;
}
.drawer__btn span.drawer__btn--item.mid {
  top: 14px;
}
.drawer__btn span.drawer__btn--item.txt--menu {
  opacity: 0;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-align: center;
  background: none;
  height: 12px;
  top: 25px;
}
.drawer__btn span.drawer__btn--item.txt--menu.open {
  opacity: 1;
}
.drawer__btn span.drawer__btn--item.btm {
  top: 20px;
}

@-webkit-keyframes button-animation__top {
  0% {
    top: 8px;
    width: 100%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  20% {
    top: 14px;
    width: 100%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    top: 14px;
    width: 100%;
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
}

@keyframes button-animation__top {
  0% {
    top: 8px;
    width: 100%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  20% {
    top: 14px;
    width: 100%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    top: 14px;
    width: 100%;
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
}
@-webkit-keyframes button-animation__btm {
  0% {
    top: 20px;
    width: 100%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  20% {
    top: 14px;
    width: 100%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    top: 14px;
    width: 100%;
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
}
@keyframes button-animation__btm {
  0% {
    top: 20px;
    width: 100%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  20% {
    top: 14px;
    width: 100%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    top: 14px;
    width: 100%;
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
}
@-webkit-keyframes drawer_img {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  50% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  50.00001% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
}
@keyframes drawer_img {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  50% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  50.00001% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
}
.drawer-visible .header {
  height: 100%;
}
.drawer-visible .drawer {
  opacity: 1;
  pointer-events: auto;
  z-index: 900;
}
.drawer-visible .drawer__btn span.drawer__btn--item.open {
  opacity: 0;
}
.drawer-visible .drawer__btn span.drawer__btn--item.txt--menu.close {
  opacity: 1;
}
.drawer-visible .drawer__btn span.drawer__btn--item.top {
  -webkit-animation: button-animation__top 1s forwards;
          animation: button-animation__top 1s forwards;
}
.drawer-visible .drawer__btn span.drawer__btn--item.mid {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  transition: 0.3s 0.2s;
}
.drawer-visible .drawer__btn span.drawer__btn--item.btm {
  top: 14px;
  -webkit-animation: button-animation__btm 1s forwards;
          animation: button-animation__btm 1s forwards;
}
.drawer-visible .drawer .g-nav .g-nav__inner::before {
  -webkit-animation: drawer_img 1s forwards;
          animation: drawer_img 1s forwards;
}
.drawer-visible .drawer .g-nav .g-nav__inner::after {
  opacity: 1;
}

.list--login {
  text-align: center;
  margin-bottom: 20px;
}
.list--login li {
  display: inline-block;
}
.list--login li.nav__item--join {
  position: relative;
  padding-left: 10px;
  margin-left: 10px;
}
.list--login li.nav__item--join::before {
  content: "";
  display: block;
  width: 1px;
  height: 23px;
  background: #fff;
  position: absolute;
  left: -3px;
  top: 0px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.list--login li a::before {
  display: none;
}

/* 3.3 footer
------------------------------ */
footer {
  width: 100%;
  color: inherit;
  font-size: 11px;
  font-weight: 200;
  line-height: 1.3;
  letter-spacing: 0.04em;
  word-break: break-word;
  text-align: center;
  position: absolute;
  bottom: 14px;
  left: 0;
  z-index: 10;
}
footer .inner {
  padding: 10px 5% 20px;
}
footer .copyright {
  font-family: "Ovo", sans-serif;
  font-size: 10px;
  color: #efefef;
  letter-spacing: 0.06em;
  text-align: center;
}
footer .logo {
  width: 14vw;
  margin: 30px auto 30px;
}
footer .logo a {
  display: block;
  text-align: center;
  font-size: 10px;
  letter-spacing: 0.1em;
}
footer .logo a span {
  display: block;
  padding-top: 4px;
}
footer .logo.logo--official {
  display: none;
  width: 36vw;
  margin: 40px auto 0;
}
footer .tit-support.sp,
footer .nav--support {
  display: none;
}

/* 4.0 page
============================== */
/* 4.0.0 animation
------------------------------ */
.loading .logo {
  position: fixed;
  z-index: 10;
  width: 80%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -20%);
          transform: translate(-50%, -20%);
  opacity: 0;
  transition: 1s;
  pointer-events: none;
}
.loading .photo-main {
  display: none;
  /*
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity .8s 1.3s;
  position: fixed;
  top:0;
  left: 0;
  img{
  	display: block;
  	width: 100%;
  	height: 100%;
  	background: no-repeat center / cover;
  }
  */
}

.first-action.loaded {
  /*	.loading .photo-main{
  	animation: loading 4s .8s forwards;
  }
  */
}
.first-action.loaded .loading .logo {
  -webkit-animation: loading-logo 4.5s forwards;
          animation: loading-logo 4.5s forwards;
}
.first-action.loaded.page--home .header {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: 1.3s 3.7s;
}
.first-action.loaded.page--home main {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
  transition: 1s 3.8s;
}
.first-action.loaded.page--home .bg {
  opacity: 1;
  pointer-events: auto;
  transition: 0.8s 4.8s;
}
.first-action.loaded.page--home .wrap::before {
  opacity: 0.3;
  transition: 0.8s 2.4s;
}
.first-action.loaded.page--home.scrolling .wrap::before {
  opacity: 0.8;
  transition: 0.8s;
}

.page--home main {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
  padding-bottom: 80px;
}
.page--home .bg {
  opacity: 0;
  pointer-events: none;
}
.page--home .header {
  -webkit-transform: translateY(-80px);
          transform: translateY(-80px);
}
.page--home .header h1.logo {
  -webkit-transform: translateY(-160px);
          transform: translateY(-160px);
  transition: 0.3s;
}
.page--home.scrolling .header h1.logo {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.page--home .wrap::before {
  opacity: 0;
}

.no-action.page--home .header {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: 1s;
}
.no-action.page--home main {
  opacity: 1;
  pointer-events: auto;
  transition: 0.8s;
}
.no-action.page--home .bg {
  opacity: 1;
  pointer-events: none;
  transition: 0.3s;
}
.no-action.page--home .wrap::before {
  opacity: 0.3;
  transition: 0.3s;
}
.no-action.page--home.scrolling .wrap::before {
  opacity: 0.8;
  transition: 0.3s;
}

@-webkit-keyframes loading {
  0% {
    opacity: 0;
    left: 0;
    width: 100%;
  }
  25% {
    opacity: 1;
    left: 0;
    width: 100%;
  }
  60% {
    opacity: 1;
    left: 330px;
    width: calc(100% - 330px);
  }
  80% {
    opacity: 1;
    left: 330px;
    width: calc(100% - 330px);
  }
  81% {
    opacity: 0;
    left: 330px;
    width: calc(100% - 330px);
  }
  100% {
    opacity: 0;
    left: 330px;
    width: calc(100% - 330px);
  }
}

@keyframes loading {
  0% {
    opacity: 0;
    left: 0;
    width: 100%;
  }
  25% {
    opacity: 1;
    left: 0;
    width: 100%;
  }
  60% {
    opacity: 1;
    left: 330px;
    width: calc(100% - 330px);
  }
  80% {
    opacity: 1;
    left: 330px;
    width: calc(100% - 330px);
  }
  81% {
    opacity: 0;
    left: 330px;
    width: calc(100% - 330px);
  }
  100% {
    opacity: 0;
    left: 330px;
    width: calc(100% - 330px);
  }
}
@-webkit-keyframes loading-logo {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -20%);
            transform: translate(-50%, -20%);
  }
  15% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@keyframes loading-logo {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -20%);
            transform: translate(-50%, -20%);
  }
  15% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.list--contents > li,
.list--info > li {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  transition: opacity 0.5s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.5s ease-out, transform 0.6s ease-out;
  transition: opacity 0.5s ease-out, transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
}
.list--contents .delighter.started,
.list--info .delighter.started {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/*  4.1 parts
------------------------------ */
/* typography */
.page-tit {
  color: inherit;
  font-size: 30px;
  font-weight: inherit;
  line-height: 1.4;
  letter-spacing: 0.03em;
  margin: 0 0 1.2em;
}

.section-tit {
  color: inherit;
  font-size: 24px;
  font-weight: inherit;
  line-height: 1.4;
  letter-spacing: 0.03em;
  padding: 20px 5%;
}

.txt--lead {
  color: inherit;
  font-size: 16px;
  font-weight: inherit;
  line-height: 1.4;
  word-break: break-word;
  line-height: 1.6;
  margin: 0 0 1em;
}

.txt--basic {
  color: inherit;
  font-size: 15px;
  font-weight: 200;
  line-height: 1.6;
  letter-spacing: 0.02em;
  word-break: break-word;
  margin: 0 0 1em;
}
.txt--basic a {
  text-decoration: underline;
}

.txt--sub {
  color: inherit;
  font-size: 11px;
  font-weight: 200;
  line-height: 1.3;
  letter-spacing: 0.04em;
  word-break: break-word;
}

.txt--link {
  text-decoration: underline;
}

.ph,
.thumb {
  line-height: 0;
  position: relative;
}

.cover {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
}

.svg-symbol {
  display: none !important;
}

.subTxt {
  margin-top: 1em;
  font-size: 13px;
}

/* 4.2 home
------------------------------ */
.page--home .wrap {
  padding-bottom: 0;
}
.page--home .section--top {
  padding: 20vw 0 61vw;
}
.page--home .section--top h1 {
  width: 74vw;
  height: 18vw;
  margin: 0 auto 30px;
}
.page--home .section--top h1 a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/static/seikimaii/fanclub/common/fc--logo.png) center/contain no-repeat;
  text-indent: -9999em;
  position: relative;
  margin: 0 auto 10px;
}
.page--home .section--top h1.logo40th a {
  background: url(/static/seikimaii/fanclub/common/fc--logo_40th.png) center/contain no-repeat;
}
.page--home .carousel__main li {
  margin: 0 5px;
}
.page--home .carousel__main li a {
  display: block;
  line-height: 0;
}
.page--home .slick-dots {
  padding-top: 15px;
  text-align: center;
}
.page--home .slick-dots li {
  display: inline-block;
  margin: 0 4px;
}
.page--home .slick-dots li button {
  width: 5px;
  height: 5px;
  padding: 0;
  text-indent: -9999em;
  border-radius: 18px;
}
.page--home .slick-dots li.slick-active button {
  background: #efefef;
}
.page--home section {
  position: relative;
  z-index: 1;
}
.page--home .section-tit {
  display: inline-block;
  font-size: 16px;
  text-align: left;
  letter-spacing: 0.3em;
  font-weight: 700;
  padding: 45px 10px 15px 5%;
}
.page--home .list__more {
  display: inline-block;
  font-size: 10px;
  letter-spacing: 0.1em;
  position: absolute;
  z-index: 10;
  right: 5%;
  top: 19px;
}
.page--home .list__more a {
  display: block;
  color: #efefef;
  position: relative;
  padding-left: 12.5vw;
  letter-spacing: 0.2em;
  top: 29px;
}
.page--home .list__more a::after {
  content: "";
  display: block;
  width: 10vw;
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 50%;
  margin-top: -1px;
  height: 1px;
  left: 0;
  transition: 0.3s;
  -webkit-transform-origin: right;
          transform-origin: right;
  transition: 0.3s;
}
.page--home .list__more a:hover::after {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.page--home .section--blog {
  margin-bottom: 20px;
}
.page--home footer {
  position: relative;
  bottom: inherit;
  text-align: left;
  padding-top: 25px;
}
.page--home footer .logo {
  display: block;
}
.page--home .tit-support {
  display: block !important;
  font-size: 12px;
  letter-spacing: 0.2em;
  padding: 10px 0;
  border-bottom: 1px solid;
  position: relative;
}
.page--home .tit-support::before, .page--home .tit-support::after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
}
.page--home .tit-support::before {
  width: 13px;
  height: 1px;
  right: 0;
  top: 21px;
}
.page--home .tit-support::after {
  height: 13px;
  width: 1px;
  right: 6px;
  top: 15px;
}
.page--home .nav--support {
  display: none;
  font-size: 13px;
  padding-top: 20px;
}
.page--home .nav--support li {
  letter-spacing: 0.08em;
  margin-bottom: 1em;
}
.page--home .nav--support li a {
  display: block;
}

/*  4.3 information
------------------------------ */
.section--list {
  padding: 90px 0 0;
  margin: 0 auto;
  position: relative;
}
.section--list .section-tit {
  font-size: 15px;
  letter-spacing: 0.3em;
  padding: 0 5%;
  margin-bottom: 30px;
}
.section--list + .detail__btn {
  display: none;
}

.block--category {
  text-align: left;
  font-size: 13px;
  letter-spacing: 0.3em;
  padding: 0 5%;
  margin-bottom: 30px;
}

.block--category li {
  display: inline-block;
  letter-spacing: 0.15em;
  margin: 0 1em 5px 0;
}

.section--detail {
  padding: 90px 5% 20px;
  position: relative;
  margin: 0 auto;
}
.section--detail .txt--basic {
  margin-bottom: 80px;
}
.section--detail .section-tit {
  margin: 0 auto 10px;
}

.sub-txt-list {
  font-size: 0.8em;
}

.detail__btn {
  position: absolute;
  left: 5%;
  bottom: -62px;
  z-index: 20;
}
.detail__btn a {
  display: inline-block;
  position: relative;
  text-align: left;
}
.detail__btn a::before {
  content: "BACK";
  font-family: "Ovo";
  font-size: 14px;
  color: #efefef;
  letter-spacing: 0.05em;
}
.detail__btn a::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 1px;
  background: #efefef;
  vertical-align: 4px;
  margin-left: 5px;
}

.section--list .list--info {
  margin: 0 auto;
}
.section--list .list--info a {
  position: relative;
  transition: 0.3s;
}
.section--list .list--info .date {
  line-height: 1;
}

.block--share {
  line-height: 1;
  text-align: right;
  margin: 0 0 30px;
  position: absolute;
  bottom: -74px;
  right: 5%;
}
.block--share .share {
  display: inline-block;
  position: relative;
  font-size: 10px;
  padding-right: 21px;
  margin-right: 17px;
}
.block--share .share::before {
  content: "";
  display: block;
  height: 1px;
  width: 26px;
  background: #efefef;
  position: absolute;
  top: -1px;
  right: -11px;
  opacity: 0.7;
}
.block--share li {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #efefef;
  margin: 0 7px 0 0;
}
.block--share .lineIco svg {
  width: 16px;
  height: 16px;
  fill: #efefef;
  transition: 0.3s;
}
.block--share .share {
  font-size: 10px;
  margin-right: 15px;
}
.block--share .ico {
  font-size: 20px;
}
.block--share a {
  color: #efefef;
}

.page--info .section--detail .txt img,
.page--blog .section--detail .txt img {
  width: auto;
  max-width: 100%;
}

.page--info.page--info--detail .wrap::before {
  opacity: 0.6;
}
.page--info.page--info--detail .bg {
  height: 100%;
}
.page--info.page--info--detail .bg span.bg01 {
  background-image: url(/static/seikimaii/official/common/bg.jpg);
  background-size: cover;
}
.page--info .section--list {
  position: relative;
}
.page--info .block--info-nav {
  font-family: "Ovo", Noto Sans JP, "Arial", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 13px;
  position: absolute;
  top: 260px;
  right: 0;
}
.page--info .block--info-nav a {
  display: block;
}
.page--info .block--info-nav a::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #efefef;
  position: absolute;
  bottom: -2px;
  left: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  transition: -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}
.page--info .section--detail .date {
  font-size: 13px;
  text-align: right;
  color: #efefef;
  margin-bottom: 20px;
}
.page--info .section--detail .txt {
  line-height: 1.8;
}

.section--detail .tit {
  color: inherit;
  font-size: 20px;
  font-weight: inherit;
  line-height: 1.4;
  word-break: break-word;
  margin: 0 0 1.5em;
}
.section--detail.new .date::before {
  content: "新着情報";
  width: auto;
  font-family: YakuHanJP, Noto Serif JP, -apple-system, BlinkMacSystemFont, "Arial", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 200;
  font-size: 10px;
  background: #b70400;
  margin-right: 10px;
  padding: 8px 10px;
  line-height: 0;
  display: inline-block;
}
.section--detail .date {
  font-family: "Ovo", sans-serif;
  font-size: 0.8em;
  letter-spacing: 0.1em;
}
.section--detail .txt--basic {
  margin: 0 0 20px;
  word-break: break-all;
}
.section--detail .txt--basic a {
  text-decoration: underline;
  color: #efefef;
}

.youtube {
  width: 100%;
  margin: 20px 0;
  padding-top: 56.25%;
  position: relative;
}

.youtube iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: -20px;
  right: 0;
}

/* 4.2 movie
------------------------------ */
.page--movie .section--detail .tit {
  margin-bottom: 10px;
}
.page--movie .section--detail .date {
  margin-bottom: 30px;
}
.page--movie video {
  width: 100%;
}

.page--movie.new-movie .wrap .section--detail {
  padding: 90px 5% 20px;
}
.page--movie.new-movie .wrap .section--detail .block--player {
  top: 0;
  position: relative;
  margin-bottom: 20px;
}
.page--movie.new-movie .wrap .section--detail .area--more-info .block--tab__main .block--more_movies {
  background: no-repeat;
  padding: 0;
  margin: 0 auto;
}
.page--movie.new-movie .wrap .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a {
  background: no-repeat;
  width: 100%;
}
.page--movie.new-movie .wrap .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .tit {
  font-size: 14px;
}
.page--movie.new-movie .wrap .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .date {
  margin: 0;
}
.page--movie.new-movie .wrap .section--detail .area--more-info .block--tab #tab--movie.current::after, .page--movie.new-movie .wrap .section--detail .area--more-info .block--tab #tab--comment.current::after {
  display: none;
}
.page--movie.new-movie .wrap .section--detail .area--more-info .block--tab > div.current.tab__list .item__ico img {
  background: none;
  background: #fff;
  -webkit-mask-image: url(/static/common/newmovie/img/ico--movie__on.svg);
          mask-image: url(/static/common/newmovie/img/ico--movie__on.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.page--movie.new-movie .wrap .section--detail .area--movie .vjs-big-play-centered .vjs-big-play-button {
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.page--movie.new-movie .wrap .txt--sub {
  margin-bottom: 30px;
}
.page--movie.new-movie .wrap .section--detail .area--movie .video-js .vjs-play-control {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -19vw;
}
.page--movie.new-movie .wrap .section--detail .area--movie .video-js.vjs-fullscreen .vjs-play-control {
  top: 50%;
  -webkit-transform: translate(-50%, -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;
}

/*  4.xx blog
------------------------------ */
.page--blog .pager__item--other {
  font-family: "Ovo", Noto Serif JP;
  letter-spacing: 0;
  font-size: 10px;
}
.page--blog .section--detail .tit {
  margin-bottom: 10px;
}
.page--blog .section--detail .date {
  margin-bottom: 30px;
}
.page--blog .section--detail .txt * {
  white-space: normal !important;
}
.page--blog .block--pager {
  margin: 20px 0 30px;
}
.page--blog .block--pager .pager-link--next {
  width: 6.4em;
}

/*  4.xx checkin
------------------------------ */
.page--check-in .section-tit {
  padding: 0;
  margin-bottom: 20px;
}
.page--check-in .txt--link {
  margin-bottom: 40px;
}
.page--check-in .point {
  font-weight: 700;
  font-size: 1.75em;
  vertical-align: -0.14em;
  padding-left: 5px;
}
.page--check-in .block--img img {
  box-shadow: 4px -4px 30px -4px rgba(255, 255, 255, 0.4);
}

/*  4.xx faq
------------------------------ */
.page--faq .section-tit {
  font-style: normal;
}
.page--faq .searchBox {
  position: relative;
  margin: 50px 5% 30px;
}
.page--faq .searchBox input[type=text] {
  border: 1px solid;
  border-radius: 0;
  font-size: 14px;
  padding: 10px;
}
.page--faq .searchBox input[type=submit] {
  width: 40px;
  line-height: 40px;
  border: none;
  border-radius: 30px;
  background: transparent;
  font-size: 18px;
  font-family: FontAwesome;
  color: #efefef;
  position: absolute;
  right: 3px;
  top: 1px;
  z-index: 2;
  cursor: pointer;
}
.page--faq .txt--no-data {
  margin: 2em 0;
}
.page--faq .tit--category {
  margin: 0 0 8px 5%;
  font-weight: bold;
}
.page--faq [class^=icon--] {
  font-family: "Ovo", sans-serif;
  font-size: 1.2em;
  line-height: 1.2;
  position: absolute;
  left: 0;
  top: 0;
}
.page--faq .list--faq {
  margin-bottom: 40px;
}
.page--faq .list--faq .tit,
.page--faq .list--faq .txt {
  padding: 0 0 0 1.75em;
  margin: 0;
  font-weight: normal;
}
.page--faq .list--faq .icon--q {
  top: 20px;
  left: 5%;
}
.page--faq .block--faq-detail {
  color: #000;
  background: #f5f5f5;
  padding: 15px 5%;
  margin-bottom: 20px;
}
.page--faq .block--faq-detail dt,
.page--faq .block--faq-detail dd {
  position: relative;
}
.page--faq .block--faq-detail dt .txt,
.page--faq .block--faq-detail dd .txt {
  margin: 0;
}
.page--faq .block--faq-detail dt {
  margin: 0 0 2em;
  font-weight: bold;
}
.page--faq .block--faq-detail a {
  color: #efefef;
  text-decoration: underline;
}
.page--faq .block--faq-detail [class^=icon--] {
  display: inline-block;
  width: 30px;
  height: 30px;
  font-size: 17px;
  line-height: 30px;
  margin-right: 0.5em;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  position: static;
  float: left;
}
.page--faq .block--faq-detail .icon--q {
  border: 1px solid #000;
  color: #000;
}
.page--faq .block--faq-detail .icon--a {
  background: #000;
}
.page--faq .block--contact {
  margin: 20px 0 0;
}
.page--faq .block--contact .txt {
  margin-bottom: 0.5em;
}
.page--faq .block--contact .fa {
  display: none;
}
.page--faq .section--detail .tit--category {
  margin-left: 0;
}
.page--faq .popup-inner .list--contact {
  margin-bottom: 30px;
}
.page--faq .popup-inner .tit {
  font-size: 15px;
  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 .list--contact {
  border-top: 1px solid #fff;
}
.page--faq .list--contact li {
  border-bottom: 1px solid #fff;
}
.page--faq .list--contact li a {
  display: block;
  padding: 15px 0;
  color: #fff;
  position: relative;
}
.page--faq .list--contact li a::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 3%;
  top: 20px;
  z-index: 1;
}

/*  4.xx game
------------------------------ */
.page--game .section-tit {
  margin: 0 auto 30px;
  padding: 0;
}
.page--game .block--game {
  margin-bottom: 40px;
}
.page--game .block--game .block-tit {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.3em;
  margin-bottom: 20px;
  border-bottom: 1px solid;
  padding-bottom: 2px;
}
.page--game .block--game .block-tit .coming-soon {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.15em;
  vertical-align: 0.2em;
  margin-left: 5px;
}
.page--game .block--game figure + .txt--sub {
  font-size: 0.2em;
  text-align: right;
  margin-bottom: 20px;
}
.page--game .block--game figure {
  margin: 0 auto 10px;
}
.page--game .block--game .txt--basic:last-child {
  margin-bottom: 0;
}

/*  4.xx support
------------------------------ */
.section--detail .list--support dt {
  font-weight: bold;
  margin-bottom: 5px;
}
.section--detail .list--support li:not(:last-of-type) {
  margin-bottom: 1em;
}
.section--detail .list--support li:not(:last-of-type) li:not(:last-of-type) {
  margin-bottom: 0.5em;
}
.section--detail .list--support dd:not(:last-of-type) {
  margin-bottom: 2.5em;
}
.section--detail .list--support li {
  position: relative;
  text-indent: -1em;
  padding-left: 1em;
}
.section--detail .list--support li li {
  margin-bottom: 0.5em;
}
.section--detail .list--support li li::before {
  display: none;
}
.section--detail.support .section-tit {
  padding: 20px 0;
}
.section--detail.support .txt {
  margin-bottom: 2em;
}
.section--detail.support .block--terms {
  margin-bottom: 3em;
}
.section--detail.support .block--terms .block-tit {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 1.5em;
}

/*  4.xx entry
------------------------------ */
.section--detail.entry .section-tit {
  margin: 0 auto 20px;
}
.section--detail.entry .block--top {
  margin-bottom: 40px;
}
.section--detail.entry .block--top .txt--basic {
  font-weight: 200;
  font-size: 16px;
}
.section--detail.entry .list--contents {
  margin-bottom: 30px;
  font-size: 16px;
}
.section--detail.entry .list--contents li {
  background: no-repeat url(/static/seikimaii/official/common/bg02.jpg) center;
  background-size: 260%;
  padding: 20px 5vw;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.section--detail.entry .list--contents li .txt--basic {
  display: block;
  padding-top: 10px;
  text-align: left;
  letter-spacing: 0.05em;
  font-weight: 200;
  margin-bottom: 0;
  font-size: 13px;
}
.section--detail.entry .list--contents li::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.section--detail.entry .block-tit {
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
}
.section--detail.entry .block--contents {
  margin-bottom: 60px;
}
.section--detail.entry .block--table {
  font-size: 13px;
  margin-bottom: 50px;
}
.section--detail.entry .block--table table,
.section--detail.entry .block--table tr,
.section--detail.entry .block--table th,
.section--detail.entry .block--table td,
.section--detail.entry .block--table tbody {
  display: block;
}
.section--detail.entry .block--table tr {
  width: 100%;
}
.section--detail.entry .block--table th {
  font-size: 13px;
  font-weight: 200;
  border-bottom: 1px solid;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.section--detail.entry .block--table th br {
  display: none;
}
.section--detail.entry .block--table dl:not(:last-child),
.section--detail.entry .block--table tr:not(:last-child) {
  margin-bottom: 20px;
}
.section--detail.entry .inview {
  display: flex;
  justify-content: space-around;
  text-align: center;
  font-size: 13px;
}
.section--detail.entry .inview .btn--main {
  min-width: 40vw;
  font-size: 13px;
}

/*  4.xx point
------------------------------ */
.page--point .section-tit {
  text-align: center;
  font-size: 18px;
}
.page--point .block-tit {
  margin: 0 0 1em;
  font-size: 16px;
  font-weight: 700;
}
.page--point .block--get {
  margin: 0 -5.5% 40px;
  padding: 20px 5%;
  background: #000;
}
.page--point .no-data {
  text-align: center;
  font-weight: bold;
  padding: 40px 0 60px;
}
.page--point .pointCell th {
  padding: 10px;
  color: #fff;
  border: 1px solid #000;
  font-size: 12px;
  text-align: center;
  box-sizing: border-box;
}
.page--point .pointCell th:nth-child(1) {
  width: 80%;
}
.page--point .pointCell th:nth-child(2) {
  width: 20%;
}
.page--point .pointCell td {
  text-align: left;
  box-sizing: border-box;
  border: 1px solid;
}
.page--point .pointCell td.leadCell {
  width: 70%;
  padding: 12px;
  border-right: 1px dotted;
}
.page--point .pointCell td.leadCell .txt {
  margin: 0;
  font-size: 12px;
  line-height: 1.5em;
}
.page--point .pointCell td.pointCell {
  padding: 15px 5px;
  font-size: 20px;
  width: 25%;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  border-left: none;
}
.page--point .pointCell td.pointCell span {
  font-size: 10px;
  letter-spacing: 0;
}
.page--point .pointCell i {
  display: inline-block;
  font-size: 14px;
  margin-left: 3px;
}
.page--point .pointCell .tit {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 15px;
}
.page--point .pointCell .tit + .txt--sub {
  font-weight: bold;
  margin: -10px 0 15px;
  color: #ff6a6a;
}
.page--point .list--gift {
  margin: 0 -5.5%;
}
.page--point .list--gift li {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.page--point .list--gift li .tit {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 15px;
}
.page--point .list--gift li .tit + .txt {
  font-weight: bold;
  margin: -10px 0 15px;
}
.page--point .list--gift li.soon a {
  pointer-events: none;
  opacity: 0.8;
}
.page--point .list--gift li.soon::before {
  content: "coming soon";
  width: 40%;
  height: 40px;
  position: absolute;
  top: 50%;
  text-align: center;
  z-index: 10;
  font-size: 13px;
  margin-top: -14px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(0, 0, 0, 0.6);
  left: 30%;
  line-height: 36px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.page--point .list--gift li.no-chevron::after {
  display: none;
}
.page--point .list--gift li.comingsoon::after {
  display: none;
}
.page--point .list--gift .txt_comingsoon {
  position: absolute;
  right: 6%;
  top: 42px;
  color: #999;
  font-weight: 700;
}
.page--point .list--gift li .block,
.page--point .list--gift li a {
  display: block;
  padding: 15px 10% 15px 5%;
}
.page--point .list--gift li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.page--point .list--gift li:last-child {
  margin: 0;
}
.page--point .list--gift .btn {
  margin: 0;
}
.page--point .list--gift .ph {
  width: 27%;
  float: left;
  line-height: 0;
}
.page--point .list--gift .point {
  color: #e81b45;
  font-weight: bold;
  border-radius: 60px;
}
.page--point .list--gift .tit {
  margin: 0 0 0.2em;
  font-weight: 700;
}
.page--point .list--gift .txt {
  margin: 0 0 5px;
  font-size: 12px;
  line-height: 1.5em;
}
.page--point .list--gift .change {
  position: absolute;
  right: 5%;
  bottom: 15px;
  font-size: 12px;
  font-weight: bold;
  padding-right: 5px;
}
.page--point .list--gift + .list--notes {
  margin-top: 30px;
}
.page--point .tit--sub {
  background: #222;
  color: #fff;
  margin: 0 -5.5%;
  padding: 8px 5%;
  font-weight: bold;
}

.list--notes li {
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em;
}
.list--notes li:not(:last-child) {
  margin-bottom: 5px;
}
.list--notes li a {
  text-indent: 0;
}
.list--notes li a i {
  display: inline-block;
  padding-left: 5px;
}

.page--questionnaire section {
  position: relative;
  z-index: 2;
  padding: 20px;
  box-sizing: border-box;
  top: 80px;
}

.page--questionnaire .section-tit {
  padding: 0;
  margin: 0 0 20px 0;
}

.page--questionnaire .input--quarter {
  width: 100% !important;
  font-size: 15px;
}

.page--questionnaire textarea {
  font-size: 15px;
}

.page--questionnaire .form__checkbox label p,
.page--questionnaire .form__radio label p {
  font-size: 14px;
}

.page--questionnaire .form__select select {
  font-size: 14px;
  font-family: YakuHanJP, Noto Serif JP, -apple-system, BlinkMacSystemFont, "Arial", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.page--questionnaire .form__select select option {
  background: #1c1c1c;
  font-size: 14px;
}

.page--questionnaire input {
  font-family: YakuHanJP, Noto Serif JP, -apple-system, BlinkMacSystemFont, "Arial", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 14px;
}

.page--questionnaire textarea {
  font-family: YakuHanJP, Noto Serif JP, -apple-system, BlinkMacSystemFont, "Arial", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 14px;
}

/*  4.10 error
------------------------------ */
.page--error .detail__btn {
  display: none;
}

/*  SP ONLY
------------------------------ */
@media screen and (max-width: 767px) {
  /* 4.2 wallpaper
  ------------------------------ */
  .page--wallpaper .list--contents a {
    overflow: hidden;
  }
  .page--wallpaper .list--contents a:hover .thumb {
    transform: none;
    -webkit-transform: none;
  }
  .page--wallpaper .list--contents .blur {
    width: 150%;
    height: 150%;
    background: #000;
    position: absolute;
    z-index: 1;
    -webkit-filter: blur(25px);
            filter: blur(25px);
    top: -20%;
    left: -20%;
    transition: 0.3s;
  }
  .page--wallpaper .list--contents .blur img {
    opacity: 0.5;
  }
  .page--wallpaper .list--contents .tit {
    position: relative;
    z-index: 10;
    padding-left: 42%;
  }
  .page--wallpaper .list--contents figure.thumb {
    z-index: 1;
  }
  .page--wallpaper .list--contents figure.thumb::after {
    display: none;
  }
  .page--wallpaper .list--contents figure.thumb img {
    width: auto;
    height: 85%;
  }
  .page--wallpaper .list--contents figure.thumb img:first-child {
    position: absolute;
    top: 50%;
    left: 10%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .page--wallpaper .list--contents figure.thumb .dummy {
    width: 100%;
    height: 100%;
  }
  .page--wallpaper .ph {
    width: 70%;
    margin: 30px auto;
  }
  .section--detail.entry .inview {
    display: block;
  }
  .section--detail.entry .inview li {
    margin-bottom: 2em;
  }
  .subTxt {
    margin: 1em 0;
  }
}
/*  tablet
------------------------------ */
@media screen and (min-width: 768px) and (max-width: 900px) {
  body {
    font-size: 16px;
  }
  .header h1.logo {
    top: 5vw;
  }
  .header h1.logo a {
    width: 22vw;
    height: 6vw;
  }
  .drawer .g-nav .g-nav__inner {
    padding-top: 100px;
  }
  .drawer .g-nav .g-nav__inner::after {
    top: 70vw;
  }
  .drawer li {
    font-size: 2.5vw;
  }
  .drawer li a::before {
    width: 21px;
    height: 21px;
    top: 5px;
    left: -25px;
  }
  .drawer .btn {
    margin-top: 40px;
  }
  .drawer .btn .btn--sub {
    font-size: 14px;
    width: 30%;
  }
  .drawer .list--login {
    margin-left: -3%;
    margin-top: -5vh;
  }
  .detail__btn a::before {
    font-size: 18px;
  }
  .detail__btn a::after {
    vertical-align: 6px;
  }
  .btn {
    width: 70%;
    margin: 0 auto;
  }
  .btn--main,
  .btn--sub {
    font-size: 18px;
  }
  .block--share .share {
    margin-right: 24px;
  }
  .block--share .share::before {
    width: 40px;
  }
  .block--share .lineIco svg {
    width: 21px;
    height: 21px;
  }
  .block--share li {
    font-size: 23px;
    margin: 0 15px 0 0;
  }
  .section--list,
  .section--detail {
    padding-top: 130px;
  }
  .section--list .section-tit {
    font-size: 30px;
    letter-spacing: 0.2em;
  }
  .section--detail {
    padding: 130px 8% 40px;
  }
  .section--detail .tit {
    font-size: 24px;
  }
  .section--detail .date {
    font-size: 15px;
  }
  .list--info li a,
  .list--faq li a {
    padding: 35px 5%;
  }
  .list--info .tit,
  .list--faq .tit {
    font-size: 18px;
  }
  .list--info .date,
  .list--faq .date {
    font-size: 12px;
  }
  .list--contents li .tit {
    font-size: 22px;
  }
  .list--contents li .date {
    font-size: 1em;
  }
  .block--pager .pager__item--other,
  .block--pager .pager__item--current {
    font-size: 15px;
  }
  .block--pager .pager__item--newer,
  .block--pager .pager-link--next {
    width: 7em;
  }
  .block--pager .pager__item--newer a,
  .block--pager .pager__item--newer span,
  .block--pager .pager-link--next a,
  .block--pager .pager-link--next span {
    font-size: 15px;
  }
  .block--pager .pager__item--newer a::before,
  .block--pager .pager__item--newer span::before,
  .block--pager .pager-link--next a::before,
  .block--pager .pager-link--next span::before {
    width: 50px;
    right: -34px;
    top: 15px;
  }
  .block--pager .pager__item--older,
  .block--pager .pager-link--prev {
    width: 7em;
  }
  .block--pager .pager__item--older a,
  .block--pager .pager__item--older span,
  .block--pager .pager-link--prev a,
  .block--pager .pager-link--prev span {
    font-size: 15px;
  }
  .block--pager .pager__item--older a::before,
  .block--pager .pager__item--older span::before,
  .block--pager .pager-link--prev a::before,
  .block--pager .pager-link--prev span::before {
    width: 50px;
    left: -34px;
    top: 15px;
  }
  footer .inner {
    padding: 20px 15% 20px;
  }
  footer .logo {
    width: 9vw;
  }
  footer .logo.logo--official {
    width: 23vw;
  }
  .page--home .drawer .list--login li.nav__item--join::before {
    top: -3px;
    left: -5px;
  }
  .page--home .header h1.logo {
    -webkit-transform: translateY(-12vw);
            transform: translateY(-12vw);
  }
  .page--home .section--top {
    padding: 17vw 0 75vw;
  }
  .page--home .section-tit {
    font-size: 24px;
  }
  .page--home .list__more {
    top: 28px;
  }
  .page--home .nav--support {
    font-size: 16px;
  }
  .page--home .list--login {
    font-size: 20px;
    letter-spacing: 0.1em;
  }
  .page--home .list--login li.nav__item--join::before {
    height: 31px;
    top: 1px;
  }
  .page--wallpaper .list--contents > li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(0, 0, 0, 0.4);
    position: relative;
  }
  .page--wallpaper .list--contents > li figure {
    position: relative;
    width: 50%;
    height: auto;
  }
  .page--wallpaper .list--contents > li figure::after {
    display: none;
  }
  .page--wallpaper .list--contents .block--wp-size {
    width: 50%;
    padding-left: 7%;
  }
  .page--wallpaper .list--contents .block--wp-size ul {
    width: 86%;
    border-top: 1px solid rgba(239, 239, 239, 0.44);
  }
  .page--wallpaper .list--contents .block--wp-size ul li {
    border-bottom: 1px solid rgba(239, 239, 239, 0.44);
  }
  .page--wallpaper .list--contents .block--wp-size li a {
    display: block;
    width: 100%;
    height: auto;
    font-size: 12px;
    background: none;
    padding: 8px 0px;
  }
  .page--wallpaper .list--contents .block--wp-size li 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.25em;
    top: 50%;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .section--detail.entry .section-tit {
    width: 90%;
  }
  .section--detail.entry .list--contents {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .section--detail.entry .list--contents li {
    width: 49%;
    padding: 20px 1vw;
  }
  .section--detail.entry .inview .btn {
    width: inherit;
    margin: 1em 0;
  }
}/*# sourceMappingURL=fanclub-sp-service.css.map */