@charset "UTF-8";
/* ==============================================================
*  base
* ============================================================ */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: inherit;
  margin: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 1px;
  overflow: visible;
  border: 0;
  background-color: #777777;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}


body {
  word-wrap: break-word;
}

section, main {
  display: block;
}

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

i, em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  line-height: 0;
}

* {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

/* ==============================================================
*  contents
* ============================================================ */
/* common.scss
============================== */
html {
  visibility: hidden;
}

html.wf-active,
html.loading-delay {
  visibility: visible;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

html,
body {
  height: 100%;
}

body {
  background: #fefaff;
  color: #777777;
  word-wrap: break-word;
}
@media screen and (min-width: 961px) {
  body {
    font-family: source-han-sans-japanese, sans-serif, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body {
    font-family: source-han-sans-japanese, sans-serif, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}

a {
  color: inherit;
  text-decoration: none;
  line-height: 1;
}

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

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

::-moz-selection {
  background: #777777;
  color: #fefaff;
}

::selection {
  background: #777777;
  color: #fefaff;
}

::-moz-selection {
  background: #777777;
  color: #fefaff;
}

.svg-parts {
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

.block--pager {
  text-align: center;
  letter-spacing: -0.5em;
  font-size: 15px;
  margin: 0 auto 5vw;
  padding: 0;
  position: relative;
  top: 20px;
  height: 60px;
}
.block--pager li {
  display: inline-block;
  font-family: rift-soft, sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  padding: 0.6em 0;
  margin: 0 5px;
  letter-spacing: 0.03em;
  vertical-align: middle;
  position: relative;
}
.block--pager a {
  display: block;
  position: relative;
  padding: 0 0.6em;
  color: #b280d0;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.block--pager .pager__item--number {
  color: #b280d0;
  text-align: center;
}
.block--pager .pager__item--newer {
  width: 40px;
  height: 40px;
  padding: 0;
  position: relative;
  top: 0;
  left: 0;
}
.block--pager .pager__item--newer a,
.block--pager .pager__item--newer span {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 0;
  position: relative;
}
.block--pager .pager__item--newer a::after,
.block--pager .pager__item--newer span::after {
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  right: 16px;
  width: 7px;
  height: 7px;
  border-top: solid 1px #b280d0;
  border-right: solid 1px #b280d0;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.block--pager .pager__item--newer span::after {
  border-color: #777777;
}
.block--pager .pager__item--older {
  width: 40px;
  height: 40px;
  padding: 0;
  position: relative;
  top: 0;
  right: 0;
}
.block--pager .pager__item--older a,
.block--pager .pager__item--older span {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 0;
  position: relative;
}
.block--pager .pager__item--older a::after,
.block--pager .pager__item--older span::after {
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  right: 16px;
  width: 7px;
  height: 7px;
  border-top: solid 1px #b280d0;
  border-right: solid 1px #b280d0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.block--pager .pager__item--older span::after {
  border-color: #777777;
}
.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__item--current {
  display: inline;
  position: relative;
  padding: 0 0.6em 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#fffba0), to(#fffba0)) 0 100%/0 0.5em no-repeat;
  background: linear-gradient(#fffba0, #fffba0) 0 100%/0 0.5em no-repeat;
  background-size: 100% 0.5em;
  color: #b280d0;
  font-weight: bold;
}

.txt--basic {
  margin: 0 0 1em;
}

.txt--sub {
  font-size: 0.85em;
  line-height: 1.8em;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

/* image */
.ph,
.thumb {
  position: relative;
  line-height: 0;
}
.ph img,
.thumb img {
  width: 100%;
}
.ph::after,
.thumb::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(/static/common/global-image/dummy.gif);
  background-size: cover;
  top: 0;
  left: 0;
}
.ph .dummy,
.thumb .dummy {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.page--wallpaper .section--detail .ph::after {
  display: none;
}

/* video */
video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.video {
  position: relative;
  padding-top: 56.25%;
}
.video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* svg */
.logo--fc .logo_7colorsworld_sub1 {
  fill: #d0b5e5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.logo--fc .logo_7colorsworld_sub2 {
  fill: #edc0de;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.logo--fc .logo_7colorsworld_world {
  fill: #edc0de;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.logo--fc .logo_7colorsworld_colors {
  fill: #d0b5e5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.logo--fc .logo_7colorsworld_7 {
  fill: #d0b5e5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slide-arrow {
  opacity: 0;
  position: absolute;
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.slide-arrow.next-arrow {
  content: "";
  right: 0;
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
  background: url(/static/suwananaka/fanclub/common/nav--next.svg) no-repeat;
  background-size: contain;
}
.slide-arrow.prev-arrow {
  content: "";
  left: 0;
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
  background: url(/static/suwananaka/fanclub/common/nav--prev.svg) no-repeat;
  background-size: contain;
}

.list--bnr {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.list--bnr.slick-initialized {
  opacity: 1;
}
.list--bnr:hover .slide-arrow {
  opacity: 1;
}
.list--bnr:hover .slide-arrow.next-arrow {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
.list--bnr:hover .slide-arrow.prev-arrow {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.form--post dt {
  margin: 3em 0 1em;
}
.form--post dd {
  margin: 0 0 1em;
}

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

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

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

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

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

/* 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 {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #777777;
  border-radius: 0.3em;
  padding: 0.5em;
  color: #777777;
}
@media screen and (min-width: 961px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=password],
  input[type=number],
  button {
    font-family: source-han-sans-japanese, sans-serif, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=password],
  input[type=number],
  button {
    font-family: source-han-sans-japanese, sans-serif, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
button:focus {
  border-color: #777777;
}
input[type=text].form__error,
input[type=tel].form__error,
input[type=email].form__error,
input[type=password].form__error,
input[type=number].form__error,
button.form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}
input[type=text].form__error:focus,
input[type=tel].form__error:focus,
input[type=email].form__error:focus,
input[type=password].form__error:focus,
input[type=number].form__error:focus,
button.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
input[type=text][disabled],
input[type=tel][disabled],
input[type=email][disabled],
input[type=password][disabled],
input[type=number][disabled],
button[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}

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

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

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

button {
  border: none;
  line-height: 1;
}

/* textarea */
textarea {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #777777;
  border-radius: 0.3em;
  padding: 0.5em;
  height: 10em;
}
@media screen and (min-width: 961px) {
  textarea {
    font-family: source-han-sans-japanese, sans-serif, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  textarea {
    font-family: source-han-sans-japanese, sans-serif, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
textarea:focus {
  border-color: #777777;
}
textarea.form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}
textarea.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
textarea[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}

/* select */
.form__select {
  display: inline-block;
  position: relative;
}
.form__select select {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #777777;
  border-radius: 0.3em;
  padding: 0.5em;
  padding-right: 1.5em;
}
@media screen and (min-width: 961px) {
  .form__select select {
    font-family: source-han-sans-japanese, sans-serif, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__select select {
    font-family: source-han-sans-japanese, sans-serif, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
.form__select select:focus {
  border-color: #777777;
}
.form__select select.form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}
.form__select select.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
.form__select select[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}
.form__select::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #fefaff;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  vertical-align: middle;
  right: 0;
}

/* checkbox */
.form__checkbox label p {
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .form__checkbox label p {
    font-family: source-han-sans-japanese, sans-serif, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__checkbox label p {
    font-family: source-han-sans-japanese, sans-serif, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
.form__checkbox input[type=checkbox],
.form__checkbox input[type=radio] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__checkbox.form__error {
  color: #f33;
}
.form__checkbox label p {
  padding-left: 1.6em;
}
.form__checkbox label p::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 0.3em;
  border: 1px solid #777777;
  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 #777777;
  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: #b280d0;
  border-color: #b280d0;
}
.form__checkbox :checked ~ p::after {
  top: 50%;
  opacity: 1;
}

/* radio */
.form__radio label p {
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .form__radio label p {
    font-family: source-han-sans-japanese, sans-serif, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__radio label p {
    font-family: source-han-sans-japanese, sans-serif, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
.form__radio input[type=checkbox],
.form__radio input[type=radio] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__radio.form__error {
  color: #f33;
}
.form__radio label p {
  padding-left: 1.6em;
}
.form__radio label p::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  border: 1px solid #ddd;
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.form__radio :checked ~ p::before {
  border-color: #b280d0;
  border-width: 0.3em;
}

/* toggle button */
.form__toggle label p {
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .form__toggle label p {
    font-family: source-han-sans-japanese, sans-serif, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__toggle label p {
    font-family: source-han-sans-japanese, sans-serif, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
.form__toggle input[type=checkbox],
.form__toggle input[type=radio] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__toggle.form__error {
  color: #f33;
}
.form__toggle label p {
  padding-left: 0;
  position: relative;
}
.form__toggle label p::before,
.form__toggle label p::after {
  content: "";
  display: block;
  height: 30px;
  margin: -15px 0 0;
  position: absolute;
  border: 1px solid #777777;
}
.form__toggle label p::before {
  width: 50px;
  border-radius: 15px;
  top: 50%;
  right: 0;
}
.form__toggle label p::after {
  width: 30px;
  background: #777777;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  top: 50%;
  right: 20px;
}
.form__toggle :checked ~ p::before {
  background: #b280d0;
  border-color: #b280d0;
}
.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;
}

.form--confirm {
  margin: 2em 0 2em;
}

.form--confirm {
  border: solid 0.5px #dbbdef;
  border-radius: 10px;
  padding: 1.5em;
  margin-bottom: 2em;
}
.form--confirm dt {
  margin: 0 0 1em;
  padding-bottom: 0.5em;
  border-bottom: solid 1px #dbbdef;
  color: #b280d0;
}
.form--confirm dd {
  margin: 0 0 2.5em;
  color: #777777;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  50% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  50.01% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  50% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  50.01% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}
.btn {
  text-align: center;
}

.btn-base-style, .btn--sub, .btn--main {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  display: inline-block;
  z-index: 1;
  border: none;
  font-family: rift-soft, sans-serif;
}

.btn--main {
  margin: 1em 0;
  padding: 1rem 1.5rem;
  border: solid 1px #b280d0;
  border-radius: 10px;
  background: #ffffff;
  color: #b280d0;
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .btn--main {
    min-width: 50%;
  }
}

.btn--sub {
  padding: 1rem 1.5rem;
  border: solid 1px #edc0de;
  border-radius: 10px;
  background: #ffffff;
  color: #edc0de;
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .btn--sub {
    min-width: 50%;
  }
}

.detail__btn {
  font-family: rift-soft, sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-align: center;
}
.detail__btn a {
  display: inline-block;
  margin: 1rem auto 1.5rem;
  color: #b280d0;
}

.date,
.category {
  z-index: 0;
  color: #dbbdef;
  font-family: rift-soft, sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  letter-spacing: 0.16em;
}

.tit {
  font-family: source-han-sans-japanese, sans-serif;
  word-break: break-word;
}

.no-data {
  text-align: center;
}

[class^=list--] li.new a {
  position: relative;
}
[class^=list--] li.new a .date::before {
  position: absolute;
  left: 0;
  z-index: -1;
  background: #ffe1f8;
  border-radius: 50%;
}

.list--info li {
  border-bottom: solid 1px #fbf2ff;
}
.list--info li:last-of-type {
  border-bottom: none;
}
.list--info li a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: baseline;
  -webkit-box-align: baseline;
  align-items: baseline;
  z-index: 0;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.list--info li.no-data {
  padding-top: 0;
}

.list--contents li {
  width: 46%;
}
.list--contents li a {
  display: block;
  position: relative;
}
.list--contents li a .thumb {
  position: relative;
}
.list--contents li a .thumb img {
  display: block;
  border: solid 1px #edc0de;
  border-radius: 10px;
  border-top-left-radius: 100px;
}
.list--contents li a .tit {
  display: inline-block;
  color: #b280d0;
}
.list--contents li a .date {
  display: block;
  color: #b280d0;
}

.list--photo {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list--photo li {
  width: 33.3333333333%;
}
.list--photo li a {
  display: block;
  width: 90%;
}

.list--error li {
  color: #ff302c;
  font-weight: bold;
  margin: 0 0 0.3em;
  line-height: 1.8;
}
.list--error li:last-child {
  margin-bottom: 0;
}

li.no-data {
  float: none;
  text-align: left;
  width: 100%;
  font-family: source-han-sans-japanese, sans-serif;
  color: #777777;
  border: none !important;
  padding: 4em 0;
}

.header {
  width: 100%;
  position: relative;
  z-index: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 50;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
  opacity: 0;
  width: 0;
  height: 100%;
  border-top-left-radius: 40vw;
  background: #ffbaef;
  pointer-events: none;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.drawer:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background: #dbbdef;
}
.drawer .drawer-inner {
  z-index: 10;
  height: 100%;
  border-top-left-radius: 100%;
  background: #dbbdef;
}
.drawer .drawer-inner .nav--home {
  padding-bottom: 5vw;
}
.drawer .drawer-inner .nav--home h1.logo a {
  opacity: 0;
  display: block;
  position: relative;
  letter-spacing: 0.02em;
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
}
.drawer .drawer-inner .nav--home h1.logo a .logo--fc {
  fill: #ffffff;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}
.drawer .drawer-inner [class^=nav--] li {
  opacity: 0;
  line-height: 1;
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
}
.drawer .drawer-inner [class^=nav--] li a {
  position: relative;
  z-index: 0;
  display: block;
  color: #ffffff;
  text-decoration: none;
  font-family: rift-soft, sans-serif;
}

.drawer__btn {
  position: fixed;
  z-index: 100;
  cursor: pointer;
}
.drawer__btn span {
  position: absolute;
  display: block;
  background: #dbbdef;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.drawer-visible header .logo a {
  opacity: 0;
  pointer-events: none;
}
.drawer-visible .drawer__btn span {
  background: #ffffff;
}
.drawer-visible .drawer__btn span:first-of-type {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.drawer-visible .drawer__btn span:last-of-type {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.drawer-visible .drawer {
  opacity: 1;
  width: 100%;
  height: 100%;
  border-radius: 0;
  background: #dbbdef;
  pointer-events: auto;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.drawer-visible .drawer:after {
  width: 100%;
  height: 100%;
  border-radius: 0;
  background: #edc0de;
  -webkit-transition: opacity 1s ease-in 0.7s, background 1s ease-in 0.7s;
  transition: opacity 1s ease-in 0.7s, background 1s ease-in 0.7s;
}
.drawer-visible .drawer .drawer-inner {
  visibility: visible;
}
.drawer-visible .drawer .drawer-inner .nav--home h1.logo a {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.5s ease-in 0.6s, -webkit-transform 0.5s ease-in 0.6s;
  transition: opacity 0.5s ease-in 0.6s, -webkit-transform 0.5s ease-in 0.6s;
  transition: opacity 0.5s ease-in 0.6s, transform 0.5s ease-in 0.6s;
  transition: opacity 0.5s ease-in 0.6s, transform 0.5s ease-in 0.6s, -webkit-transform 0.5s ease-in 0.6s;
}
.drawer-visible .drawer .drawer-inner [class^=nav--] li {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.5s ease-in 0.5s, -webkit-transform 0.5s ease-in 0.5s;
  transition: opacity 0.5s ease-in 0.5s, -webkit-transform 0.5s ease-in 0.5s;
  transition: opacity 0.5s ease-in 0.5s, transform 0.5s ease-in 0.5s;
  transition: opacity 0.5s ease-in 0.5s, transform 0.5s ease-in 0.5s, -webkit-transform 0.5s ease-in 0.5s;
}

footer {
  position: absolute;
  bottom: 0;
}
footer .inner {
  display: none;
}
footer .copyright {
  font-family: source-han-sans-japanese, sans-serif;
}

.wrap {
  position: relative;
  overflow: hidden;
  min-height: 100%;
}
.wrap::after {
  content: "";
  position: absolute;
  right: 0;
  z-index: -3;
  min-height: 100%;
  background: url(/static/suwananaka/fanclub/common/pat_stripe.svg) repeat left top;
}

body:not(.page--home) .wrap::after {
  border-top-left-radius: 5vw;
}

.content-main {
  min-height: 100%;
}
.content-main::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -2;
  background: #ffffff;
}

.section-tit {
  color: #D0A5F1;
  font-family: rift-soft, sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.section--list,
.section--detail {
  width: 86%;
  max-width: 950px;
  margin: 0 auto;
}
.section--list .section-tit,
.section--detail .section-tit {
  margin-bottom: 50px;
}

.section--detail .list--contents {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section--detail > .txt * {
  white-space: normal !important;
  word-break: break-word;
  margin-bottom: 2vw;
}
.section--detail .tit {
  font-size: 20px;
  margin-bottom: 20px;
}
.section--detail .date,
.section--detail .category {
  display: inline-block;
  color: #777777;
}
.section--detail .block--share {
  float: right;
}
.section--detail .block--share li {
  display: inline-block;
  margin-right: 10px;
}
.section--detail .block--share li i {
  color: #dbbdef;
  font-size: 17px;
}
.section--detail .block--share li.twitter {
  margin-right: 8px;
}
.section--detail .block--share li:last-of-type {
  margin-right: 0;
}
.section--detail .block--share li svg {
  width: 18px;
  fill: #dbbdef;
  position: relative;
  top: 4px;
}
.section--detail .block--share li.share {
  font-family: rift-soft, sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #b280d0;
  font-size: 12px;
  margin-right: 20px;
}

.page--home header h1 {
  display: none;
}
.page--home .content-main::after {
  display: none;
}
.page--home .section--top {
  position: relative;
}
.page--home .section--top .logo {
  z-index: 1;
}
.page--home .section--top .block--inner {
  width: 100%;
  margin: 0 0 0 auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}
.page--home .section--top .block--inner .section--login .nav--login {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}
.page--home .section--top .block--inner .section--login .nav--login li:last-of-type {
  margin-right: 0;
}
.page--home .section--top .block--inner .section--login .nav--login li a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  border: solid 1px #dbbdef;
  border-radius: 100%;
  background: none;
  color: #dbbdef;
  font-family: rift-soft, sans-serif;
}
.page--home .section--top .block--inner .section--login .nav--login li a::after {
  display: block;
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: #ffffff;
}
.page--home .section--top .block--inner .section--login .nav--login li.block--login a {
  border: solid 1px #edc0de;
  color: #edc0de;
}
.page--home .section--top .block--inner .section--login .nav--login li.block--mypage {
  display: none;
  margin: 0 auto;
}
.page--home .section--top .block--inner .section--login .nav--login li.block--mypage a {
  margin: 0 auto;
}
.page--home .section--top .block--inner .section--login .nav--login li.block--mypage .message {
  display: block;
  margin-bottom: 1vw;
  font-size: 13px;
}
.page--home .section--top .block--inner .block--photo {
  position: relative;
  width: 64vw;
}
.page--home .section--top .block--inner .block--photo::before {
  content: "";
  display: block;
  padding-top: 66.66%;
}
.page--home .section--top .block--inner .block--photo .thumb {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-clip-path: url(#shape--keyvisual);
  clip-path: url(#shape--keyvisual);
}
.page--home .section--top .block--inner .block--photo .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
}
.page--home .block--scroll .scroll {
  width: 1px;
  height: 12vw;
  background: #b280d0;
  position: absolute;
  bottom: 0;
  left: 15.8%;
  -webkit-animation: scroll 1.4s linear 1.3s infinite;
          animation: scroll 1.4s linear 1.3s infinite;
  -webkit-transform-origin: top;
          transform-origin: top;
}
.page--home.scrolling .scroll {
  opacity: 0;
}
@keyframes scroll {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  50% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  50.0001% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
}
.page--home .section--news {
  position: relative;
  margin: 0 0 0 auto;
  background: #ffffff;
}
.page--home .section--news .area--tit {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}
.page--home .section--news .area--tit .section-tit {
  color: #D0A5F1;
}
.page--home .list__more {
  position: relative;
  margin-top: 5px;
  font-family: rift-soft, sans-serif;
}
.page--home .list__more a {
  color: #edc0de;
}
.page--home .section--banner .list--bnr {
  /*
  .slick-list {
  	transition: .2s ease-in;
  }
  .slick-slide:not(.slick-center) {
  	-webkit-filter: opacity(60%);
  	-moz-filter: opacity(60%);
  	-o-filter: opacity(60%);
  	-ms-filter: opacity(60%);
  	filter: opacity(60%);
  	transition: .2s linear;
  }
  */
}
.page--home .section--banner .list--bnr img {
  width: 100%;
  border-radius: 12px;
}
.page--home .section--banner .slick-dots {
  position: inherit;
  margin: 0 auto;
  text-align: left;
}
.page--home .section--banner .slick-dots li {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page--home .section--banner .slick-dots li button {
  display: none;
}
.page--home .section--banner .slick-dots li::before {
  content: "";
  display: block;
  border-radius: 100%;
  border: solid 1px #dbbdef;
  opacity: 1;
}
.page--home .section--banner .slick-dots li.slick-active::before {
  border: solid 1px #dbbdef;
  background: #dbbdef;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page--home .section--banner .slick-dots li:hover::before {
  background: #dbbdef;
}
.page--home .area--contents {
  position: relative;
}
.page--home .area--contents::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  background: #FAECFF;
}
.page--home .area--contents > article {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
}
.page--home .area--contents > article [class^=section--] {
  position: relative;
}
.page--home .area--contents > article [class^=section--] .section-tit {
  position: absolute;
  z-index: 1;
  color: #b280d0;
}
.page--home .area--contents > article [class^=section--] li {
  margin: 0 auto;
}
.page--home .area--contents > article [class^=section--] li.new::before {
  content: "";
  display: block;
  width: 55px;
  height: 55px;
  position: absolute;
  z-index: -1;
  border-radius: 100%;
  background: #fffba0;
}
.page--home .area--contents > article [class^=section--] li .block--thumb {
  position: relative;
}
.page--home .area--contents > article [class^=section--] li .block--thumb::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.page--home .area--contents > article [class^=section--] li .block--thumb .inner {
  background: #fffba0;
}
.page--home .area--contents > article [class^=section--] li .block--thumb .thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-clip-path: url(#shape--thumb);
  clip-path: url(#shape--thumb);
}
.page--home .area--contents > article [class^=section--] li .block--thumb .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
}
.page--home .area--contents > article [class^=section--] li .date {
  color: #b280d0;
}
.page--home .area--contents > article [class^=section--] li .tit {
  color: #b280d0;
}
.page--home .area--contents .block--contents__etc {
  margin: 0 auto;
}
.page--home .area--contents .block--contents__etc ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
}
.page--home .area--contents .block--contents__etc ul li a {
  display: block;
  margin: 0 auto;
}
.page--home .area--contents .block--contents__etc ul li a svg {
  width: 100%;
}
.page--home footer {
  position: static;
  margin: 0 0 0 auto;
  background: #edc0de;
  font-family: source-han-sans-japanese, sans-serif;
  background: #edc0de;
  color: #ffffff;
}
.page--home footer .list--support {
  width: 100%;
}
.page--home footer .list--support li a {
  display: block;
}
.page--home footer .copyright {
  margin: 0;
}

.page--info .section--detail {
  width: 950px;
  padding: 0;
  margin: 0 auto;
}
.page--info .section--detail .txt a {
  text-decoration: underline;
}
.page--info .section--detail .txt a:hover {
  color: #b280d0;
}

.page--movie .btn--main {
  line-height: 1.5;
  font-size: 18px;
}
.page--movie .block--player {
  height: 0;
  margin: 0 auto 20px;
  padding-top: 56.25%;
  background: #777777;
  line-height: 0;
  position: relative;
}
.page--movie .block--player .ulizahtml5 {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.page--movie.new-movie .newMovieDetailBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.page--movie.new-movie.page-movie-detail .section--detail .block--tit {
  width: 100%;
}
.page--movie.new-movie.page-movie-detail .section--detail .block--tit h2.tit {
  font-size: 20px;
}
.page--movie.new-movie.page-movie-detail .section--detail .block--tit .date {
  font-size: 12px;
  opacity: 1;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies {
  padding-top: 0px;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .thumb {
  margin: 0 20px 0 0;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .thumb img {
  border-radius: 4px;
  border-top-left-radius: 40px;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--movie .vjs-fullscreen.video-js .vjs-play-control.vjs-paused span:before, .page--movie.new-movie.page-movie-detail .section--detail .area--movie .vjs-fullscreen.video-js .vjs-play-control.vjs-playing span:before {
  width: 1.6em;
  height: 1.6em;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 50.5%;
  left: 50%;
  translate: -50% -50%;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--movie .vjs-fullscreen.video-js .vjs-play-control.vjs-playing span, .page--movie.new-movie.page-movie-detail .section--detail .area--movie .vjs-fullscreen.video-js .vjs-play-control.vjs-paused span {
  display: block;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}

.modal-open .drawer__btn {
  pointer-events: none;
}

.photo-image {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
  -ms-user-select: none;
      user-select: none;
}

#swipebox-slider .slide-loading {
  background-image: none !important;
}
#swipebox-slider .slide img {
  max-height: 80%;
}

#swipebox-overlay {
  background: #dbbdef;
}

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.2;
}

#swipebox-action #swipebox-close {
  top: 60px;
  right: 3%;
  border-radius: 100%;
  background: none;
  background-color: #dbbdef;
}
#swipebox-action #swipebox-close::before, #swipebox-action #swipebox-close::after {
  content: "";
  width: 36px;
  height: 2px;
  background: #ffffff;
  position: absolute;
  top: 48%;
  left: 14%;
  transition: all 0.6s ease-out 0s;
  -webkit-transition: all 0.6s ease-out 0s;
}
#swipebox-action #swipebox-close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#swipebox-action #swipebox-close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#swipebox-action #swipebox-prev,
#swipebox-action #swipebox-next {
  position: fixed;
  top: 50%;
  border-radius: 100%;
  background: none;
  background-color: #dbbdef;
  color: #ffffff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#swipebox-action #swipebox-prev {
  left: 3%;
}
#swipebox-action #swipebox-prev::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 36%;
  left: 39%;
  width: 22px;
  height: 22px;
  border: solid 2px;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
  pointer-events: none;
  margin-top: -0.25em;
  margin-right: 0.25em;
}
#swipebox-action #swipebox-next {
  right: 3%;
}
#swipebox-action #swipebox-next::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 36%;
  left: 19%;
  width: 22px;
  height: 22px;
  border: solid 2px;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  vertical-align: middle;
  pointer-events: none;
  margin-top: -0.25em;
  margin-right: 0.25em;
}

#swipebox-caption {
  width: 100%;
  max-width: 800px;
  padding: 0 8%;
  text-align: center;
  position: absolute;
  bottom: 5%;
  left: 50%;
  color: #fff;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.page--wallpaper .list--contents li .thumb {
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}
.page--wallpaper .list--contents li .thumb img {
  display: block;
  width: 100%;
  background: no-repeat center;
  background-size: cover;
  -webkit-background-size: contain;
  line-height: 0;
  position: relative;
  z-index: 2;
}
.page--wallpaper .list--contents li .thumb .blur {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  -webkit-filter: blur(20px);
  filter: blur(20px);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.page--wallpaper .list--contents li .thumb .blur img {
  height: 100%;
  background-size: cover;
}
.page--wallpaper .block--wp-size .block--btn .btn span {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 300;
  font-size: 12px;
}

.page--blog .list--horizontal {
  font-family: source-han-sans-japanese, sans-serif;
}
.page--blog .list--horizontal li {
  border-bottom: solid 1px #fbf2ff;
}
.page--blog .list--horizontal li a {
  padding: 38px 0px;
}

.page--qa .txt {
  margin-bottom: 2rem;
  text-align: center;
}
.page--qa .btn--main {
  background: #b280d0;
  color: #ffffff;
}
.page--qa .btn--main:hover {
  background: #ffffff;
  color: #b280d0;
}
.page--qa .list--qa {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page--qa .list--qa li a {
  display: block;
  border: solid 1px #edc0de;
  background: #ffffff;
}
.page--qa .list--qa li a .date {
  display: block;
  position: relative;
  color: #777777;
}
.page--qa .list--qa li a .tit {
  color: #777777;
}
.page--qa .list--qa li a .name {
  color: #b280d0;
}
.page--qa .list--qa li.new a .date::before {
  background: #ffe1f8;
}
.page--qa .block--form dt {
  color: #b280d0;
}
.page--qa .block--form dd {
  margin-bottom: 1rem;
}
.page--qa .block__question {
  margin-bottom: 2rem;
  border: solid 1px #ffbaef;
  text-align: left;
}
.page--qa .block__question .ico--q {
  display: block;
  color: #ffbaef;
  font-family: rift-soft, sans-serif;
  line-height: 1;
}
.page--qa .block__question .txt {
  margin-bottom: 1rem;
  text-align: left;
}
.page--qa .block__question .name {
  color: #777777;
}
.page--qa .block__question .name span {
  margin-right: 0.5rem;
}
.page--qa .block__answer {
  margin-bottom: 2rem;
  border: solid 1px #b280d0;
  text-align: left;
}
.page--qa .block__answer .ico--a {
  display: block;
  color: #b280d0;
  font-family: rift-soft, sans-serif;
  font-size: 30px;
  line-height: 1;
}
.page--qa .block__answer .txt {
  margin-bottom: 1rem;
  text-align: left;
}
.page--qa .block__answer .name {
  color: #777777;
  font-size: 13px;
}
.page--qa .block__answer .name span {
  margin-right: 0.5rem;
  font-size: 10px;
}

.page--support.section--detail {
  width: 86%;
  max-width: 950px;
  padding: 0;
  margin: 0 auto;
}
.page--support.section--detail .section-tit {
  color: #777777;
  font-weight: bold;
  text-shadow: none;
}
.page--support.section--detail .tit {
  font-size: 28px;
  line-height: 1.6em;
  margin: 0 0 30px;
  font-weight: normal;
}
.page--support.section--detail .list--support a {
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page--support.section--detail .list--support a:hover {
  text-decoration: none;
}
.page--support.section--detail .list--support dt {
  font-weight: bold;
}
.page--support.section--detail .list--support dd {
  margin-bottom: 1.5em;
}

.page--faq .section--list .section-tit {
  margin-bottom: 20px;
  color: #777777;
  font-weight: 600;
  font-size: 20px;
  text-shadow: none;
  line-height: 1.4;
}
.page--faq .section--list .tit {
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 1em;
  font-weight: normal;
  text-align: left;
}
.page--faq .section--list .block--contact {
  width: 86%;
  max-width: 950px;
  margin: 0 auto;
}
.page--faq .section--list .block--contact a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page--faq .section--list .block--contact a:hover {
  color: #b280d0;
  text-decoration: none;
}
.page--faq .section--list .btn {
  margin: 20px 0;
  text-align: center;
}
.page--faq .section--list .txt--sub {
  font-size: 12px;
}
.page--faq .searchBox {
  position: relative;
  width: 70%;
  margin: 40px auto 50px 0;
  max-width: 500px;
}
.page--faq .searchBox input[type=text] {
  padding: 0.5em 1em;
  width: 100%;
  color: #777777;
}
.page--faq .searchBox input[type=submit] {
  width: 40px;
  font-family: FontAwesome;
  font-size: 20px;
  line-height: 40px;
  color: #505050;
  background: transparent;
  border: none;
  border-radius: 30px;
  position: absolute;
  top: 0;
  right: 3px;
  z-index: 2;
  cursor: pointer;
}
.page--faq .tit--category {
  margin: 0 0 20px;
}
.page--faq .list--faq {
  margin: 0 0 60px;
}
.page--faq .list--faq li {
  border-bottom: solid 1px #fbf2ff;
}
.page--faq .list--faq li:first-of-type {
  border-top: solid 1px #fbf2ff;
}
.page--faq .list--faq li .tit {
  font-size: 14px;
  margin: 0 0 0 0;
}
.page--faq .list--faq li a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  align-items: center;
  padding: 1.2em 0;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.page--faq .list--faq li a:hover {
  color: #edc0de;
}
.page--faq .list--faq .txt {
  padding-top: 0;
}
.page--faq .list--faq .icon--a {
  display: none;
}
.page--faq .list--faq .icon--q {
  margin: 0 10px 0 0;
  color: #b280d0;
  font-family: rift-soft, sans-serif;
  font-size: 1.5em;
  letter-spacing: 0.1em;
  line-height: 28px;
}
.page--faq .tit--category {
  font-family: rift-soft, sans-serif;
  margin: 0 0 20px;
}
.page--faq .block--faq-detail {
  border: solid 1px #fbf2ff;
  padding: 25px;
  margin: 0 0 80px;
}
.page--faq .block--faq-detail dt {
  font-size: 16px;
  border-bottom: solid 1px #fbf2ff;
  padding: 0 0 15px;
  margin: 0 0 20px;
}
.page--faq .block--faq-detail .txt {
  display: inline-block;
  padding-top: 0;
}
.page--faq .block--faq-detail .txt a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: underline;
}
.page--faq .block--faq-detail .txt a:hover {
  color: #b280d0;
}
.page--faq .block--faq-detail .icon--a {
  display: none;
}
.page--faq .block--faq-detail .icon--q {
  margin-right: 0.2em;
  color: #b280d0;
  font-family: rift-soft, sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  font-size: 1.5em;
  line-height: 1;
}
.page--faq .block--contact {
  margin: 40px 0 0;
}
.page--faq .block--contact a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page--faq .block--contact a:hover {
  color: #b280d0;
  text-decoration: none;
}
.page--faq .block--contact a:hover + i {
  color: #b280d0;
}

.section--detail.page--entry .txt--lead {
  color: #777777;
}
.section--detail.page--entry .block-tit {
  color: #b280d0;
  text-align: center;
  letter-spacing: 0.12em;
}
.section--detail.page--entry [class^=block--] {
  margin-bottom: 2vw;
}
.section--detail.page--entry .block--benefit {
  padding-top: 5vw;
}
.section--detail.page--entry .block--benefit .txt--basic {
  margin-bottom: 0;
}
.section--detail.page--entry .list--content {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section--detail.page--entry .list--content li {
  border-radius: 10px;
  background: #faecff;
  color: #777777;
}
.section--detail.page--entry .list--content li .title {
  margin-bottom: 1.2vw;
  color: #b280d0;
  font-family: rift-soft, sans-serif;
  font-size: 30px;
  line-height: 1;
}
.section--detail.page--entry .list--content li:nth-of-type(even) {
  margin-right: 0;
}
.section--detail.page--entry .price {
  width: 100%;
  border: solid 1px #dbbdef;
}
.section--detail.page--entry .price td,
.section--detail.page--entry .price th {
  border-bottom: solid 1px #dbbdef;
}
.section--detail.page--entry .price th {
  font-weight: normal;
}
.section--detail.page--entry .txt--sub.note a {
  text-decoration: underline;
}
.section--detail.page--entry .block--login__fanplus {
  margin-bottom: 0 !important;
}
.section--detail.page--entry .block--login__fanplus .block--inner {
  padding: 20px;
  background: rgba(255, 251, 160, 0.5);
  margin-top: 30px;
}
.section--detail.page--entry .block--login__fanplus .txt--basic {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.section--detail.page--entry .block--login__fanplus .txt--basic span {
  display: block;
  font-weight: bold;
  font-size: 1em;
}
.section--detail.page--entry .block--login__fanplus .btn {
  margin: 0 auto;
}
.section--detail.page--entry .block--attention {
  border: solid 1px #777777;
}

/*  birthday message
------------------------------ */
.page--birthday .section--detail {
  max-width: 640px;
}
.page--birthday .block--photo {
  position: relative;
  margin-bottom: 1.5em;
}
.page--birthday .block--photo::before {
  content: "";
  display: block;
  padding-top: 66.66%;
}
.page--birthday .block--photo .thumb {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-clip-path: url(#shape--keyvisual);
  clip-path: url(#shape--keyvisual);
}
.page--birthday .block--photo .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
}
.page--birthday .block--photo.bd2022:before {
  padding-top: 150%;
}
.page--birthday .block--photo.bd2022 .thumb {
  -webkit-clip-path: none;
  clip-path: none;
  border-radius: 35vw 0 35vw;
}
.page--birthday .birthday-message.delighter {
  opacity: 0;
  -webkit-filter: drop-shadow(3px 6px 0px #ffffff);
          filter: drop-shadow(3px 6px 0px #ffffff);
}
.page--birthday .birthday-message.delighter .birthday__txt1 {
  opacity: 0;
  fill: #b280d0;
}
.page--birthday .birthday-message.delighter .birthday__txt2 {
  opacity: 0;
  fill: #b280d0;
}
.page--birthday .birthday-message.delighter .birthday__txt3 {
  opacity: 0;
  fill: #b280d0;
}
.page--birthday .birthday-message.delighter .birthday__chara {
  opacity: 0;
  fill: #b280d0;
}
.page--birthday .birthday-message.delighter .birthday__txt2022_1 {
  opacity: 0;
  fill: #b280d0;
}
.page--birthday .birthday-message.delighter .birthday__txt2022_2 {
  opacity: 0;
  fill: #b280d0;
}
.page--birthday .birthday-message.delighter .birthday__txt2022_3 {
  opacity: 0;
  fill: #b280d0;
}
.page--birthday .birthday-message.delighter .birthday__txt202205_1,
.page--birthday .birthday-message.delighter .birthday__txt202205_2,
.page--birthday .birthday-message.delighter .birthday__txt202205_3 {
  opacity: 0;
  fill: #b280d0;
}
.page--birthday .birthday-message.delighter.started {
  opacity: 1;
}
.page--birthday .birthday-message.delighter.started .birthday__txt1 {
  opacity: 1;
  -webkit-transition: 0.8s ease-in 2.7s;
  transition: 0.8s ease-in 2.7s;
  -webkit-animation: change_color_message 6s ease-in 2.5s infinite alternate;
          animation: change_color_message 6s ease-in 2.5s infinite alternate;
}
.page--birthday .birthday-message.delighter.started .birthday__txt2 {
  opacity: 1;
  -webkit-transition: 0.8s ease-in 3.5s;
  transition: 0.8s ease-in 3.5s;
  -webkit-animation: change_color_message 6s ease-in 3s infinite alternate;
          animation: change_color_message 6s ease-in 3s infinite alternate;
}
.page--birthday .birthday-message.delighter.started .birthday__txt3 {
  opacity: 1;
  -webkit-transition: 0.8s ease-in 4.3s;
  transition: 0.8s ease-in 4.3s;
  -webkit-animation: change_color_message 6s ease-in 3.5s infinite alternate;
          animation: change_color_message 6s ease-in 3.5s infinite alternate;
}
.page--birthday .birthday-message.delighter.started .birthday__chara {
  opacity: 1;
  -webkit-transition: 0.8s ease-in 5.1s;
  transition: 0.8s ease-in 5.1s;
  -webkit-animation: change_color_message 6s ease-in 4s infinite alternate;
          animation: change_color_message 6s ease-in 4s infinite alternate;
}
.page--birthday .birthday-message.delighter.started .birthday__txt2022_1 {
  opacity: 1;
  -webkit-transition: 0.8s ease-in 2s;
  transition: 0.8s ease-in 2s;
  -webkit-animation: change_color_message2022 6s ease-in 2s infinite alternate;
          animation: change_color_message2022 6s ease-in 2s infinite alternate;
}
.page--birthday .birthday-message.delighter.started .birthday__txt2022_2 {
  opacity: 1;
  -webkit-transition: 0.8s ease-in 2.8s;
  transition: 0.8s ease-in 2.8s;
  -webkit-animation: change_color_message2022 6s ease-in 2.5s infinite alternate;
          animation: change_color_message2022 6s ease-in 2.5s infinite alternate;
}
.page--birthday .birthday-message.delighter.started .birthday__txt2022_3 {
  opacity: 1;
  -webkit-transition: 0.8s ease-in 3.6s;
  transition: 0.8s ease-in 3.6s;
  -webkit-animation: change_color_message2022 6s ease-in 3s infinite alternate;
          animation: change_color_message2022 6s ease-in 3s infinite alternate;
}
.page--birthday .birthday-message.delighter.started .birthday__txt202205_1 {
  opacity: 1;
  -webkit-transition: 0.8s ease-in 2s;
  transition: 0.8s ease-in 2s;
  -webkit-animation: change_color_message202205 6s ease-in 2s infinite alternate;
          animation: change_color_message202205 6s ease-in 2s infinite alternate;
}
.page--birthday .birthday-message.delighter.started .birthday__txt202205_2 {
  opacity: 1;
  -webkit-transition: 0.8s ease-in 2.8s;
  transition: 0.8s ease-in 2.8s;
  -webkit-animation: change_color_message202205 6s ease-in 2.5s infinite alternate;
          animation: change_color_message202205 6s ease-in 2.5s infinite alternate;
}
.page--birthday .birthday-message.delighter.started .birthday__txt202205_3 {
  opacity: 1;
  -webkit-transition: 0.8s ease-in 3.6s;
  transition: 0.8s ease-in 3.6s;
  -webkit-animation: change_color_message202205 6s ease-in 3s infinite alternate;
          animation: change_color_message202205 6s ease-in 3s infinite alternate;
}

@-webkit-keyframes change_color_message {
  0% {
    fill: #b280d0;
  }
  50% {
    fill: #ffbaef;
  }
  100% {
    fill: #b280d0;
  }
}

@keyframes change_color_message {
  0% {
    fill: #b280d0;
  }
  50% {
    fill: #ffbaef;
  }
  100% {
    fill: #b280d0;
  }
}
@-webkit-keyframes change_color_message2022 {
  0% {
    fill: #F98ABD;
  }
  50% {
    fill: #FBCDDD;
  }
  100% {
    fill: #F98ABD;
  }
}
@keyframes change_color_message2022 {
  0% {
    fill: #F98ABD;
  }
  50% {
    fill: #FBCDDD;
  }
  100% {
    fill: #F98ABD;
  }
}
@-webkit-keyframes change_color_message202205 {
  0% {
    fill: #E8B9F9;
  }
  50% {
    fill: #E278EA;
  }
  100% {
    fill: #E8B9F9;
  }
}
@keyframes change_color_message202205 {
  0% {
    fill: #E8B9F9;
  }
  50% {
    fill: #E278EA;
  }
  100% {
    fill: #E8B9F9;
  }
}
/*  questionnaire
------------------------------ */
.page--questionnaire .section-tit {
  margin-bottom: 1em;
  color: #D0A5F1;
  font-family: source-han-sans-japanese, sans-serif;
  line-height: 1.2;
}
.page--questionnaire .section-tit span {
  display: inline-block;
  margin-bottom: -1em;
  font-family: rift-soft, sans-serif;
  line-height: 1.8;
}
.page--questionnaire .content-main {
  width: 86%;
  max-width: 950px;
  margin: 0 auto;
}
.page--questionnaire .form--post {
  margin-bottom: 100px;
}

.form--post {
  margin: 0 0 40px;
}

.form--post + .txt--sub {
  text-align: center;
}

.form--post dt {
  font-weight: bold;
}

.icon--required {
  display: inline-block;
}
.icon--required::before {
  content: "必須";
  background: #ff4343;
  color: #ffffff;
  font-size: 11px;
  font-weight: normal;
  line-height: 0;
  vertical-align: 2px;
  padding: 0px 6px 3px;
  margin-left: 5px;
}

/*  effect delighter
------------------------------ */
.delighter {
  opacity: 0;
}

.delighter.started {
  opacity: 1;
}

.block--photo.delighter .thumb {
  background: #edc0de;
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
.block--photo.delighter .thumb img {
  opacity: 0;
  -webkit-transform: scale3d(1.6, 1.6, 1.6);
          transform: scale3d(1.6, 1.6, 1.6);
}

.block--photo.delighter.started .thumb {
  background: #dbbdef;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.4s ease-out 0.2s;
  transition: -webkit-transform 0.4s ease-out 0.2s;
  transition: transform 0.4s ease-out 0.2s;
  transition: transform 0.4s ease-out 0.2s, -webkit-transform 0.4s ease-out 0.2s;
}
.block--photo.delighter.started .thumb img {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transition: opacity 1.6s ease-out 0.6s, -webkit-transform 1.6s ease-out 0.6s;
  transition: opacity 1.6s ease-out 0.6s, -webkit-transform 1.6s ease-out 0.6s;
  transition: opacity 1.6s ease-out 0.6s, transform 1.6s ease-out 0.6s;
  transition: opacity 1.6s ease-out 0.6s, transform 1.6s ease-out 0.6s, -webkit-transform 1.6s ease-out 0.6s;
}

.page--home .section--top .logo.delighter {
  opacity: 0;
}

.page--home .section--top .logo.delighter.started {
  opacity: 1;
  -webkit-transition: opacity 1s ease-in 1.3s;
  transition: opacity 1s ease-in 1.3s;
}

.section--login.delighter li {
  opacity: 0;
  font-size: 0;
}
.section--login.delighter li.block--join {
  -webkit-transform: scale3d(3, 3, 3);
          transform: scale3d(3, 3, 3);
}
.section--login.delighter li.block--login {
  -webkit-transform: scale3d(3, 3, 3);
          transform: scale3d(3, 3, 3);
}

.section--login.delighter.started li {
  opacity: 1;
}
.section--login.delighter.started li.block--join {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transition: opacity 0.6s ease-in 2.1s, -webkit-transform 0.6s ease-in 2.1s;
  transition: opacity 0.6s ease-in 2.1s, -webkit-transform 0.6s ease-in 2.1s;
  transition: opacity 0.6s ease-in 2.1s, transform 0.6s ease-in 2.1s;
  transition: opacity 0.6s ease-in 2.1s, transform 0.6s ease-in 2.1s, -webkit-transform 0.6s ease-in 2.1s;
}
.section--login.delighter.started li.block--login {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transition: opacity 0.6s ease-in 2.3s, -webkit-transform 0.6s ease-in 2.3s;
  transition: opacity 0.6s ease-in 2.3s, -webkit-transform 0.6s ease-in 2.3s;
  transition: opacity 0.6s ease-in 2.3s, transform 0.6s ease-in 2.3s;
  transition: opacity 0.6s ease-in 2.3s, transform 0.6s ease-in 2.3s, -webkit-transform 0.6s ease-in 2.3s;
}

.page--home .drawer__btn.delighter.started {
  -webkit-transition: opacity 0.6s ease 2.5s;
  transition: opacity 0.6s ease 2.5s;
}

.page--home .scroll.delighter.started {
  -webkit-transition: opacity 0.5s ease 3s;
  transition: opacity 0.5s ease 3s;
}

.section-tit.delighter.started {
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}

.section--banner.delighter li a img {
  opacity: 0;
}

.section--banner.delighter.started li a img {
  opacity: 1;
  -webkit-transition: opacity 0.9s 0.3s;
  transition: opacity 0.9s 0.3s;
}

.area--contents section ul.delighter {
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
}
.area--contents section ul.delighter li.new::before {
  opacity: 0;
}

.area--contents section ul.delighter.started {
  -webkit-transform: none;
          transform: none;
  -webkit-transition: opacity 0.5s ease-in 0.5s;
  transition: opacity 0.5s ease-in 0.5s;
}
.area--contents section ul.delighter.started li.new::before {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in 1s;
  transition: opacity 0.5s ease-in 1s;
}

.area--contents.delighter.started::after {
  -webkit-animation: slidein_left 1.2s cubic-bezier(0.69, 0, 0.05, 1) 0.6s both;
          animation: slidein_left 1.2s cubic-bezier(0.69, 0, 0.05, 1) 0.6s both;
}

.block--contents__etc ul li.delighter.started {
  -webkit-transition: opacity 1s ease-in 0.3s;
  transition: opacity 1s ease-in 0.3s;
}

.section--news.delighter {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.section--news.delighter.started {
  -webkit-transition: opacity 0.9s;
  transition: opacity 0.9s;
}

.list--info li.delighter {
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
}

.list--info li.delighter.started {
  -webkit-transition: opacity 0.5s 0.3s, -webkit-transform 0.5s 0.3s;
  transition: opacity 0.5s 0.3s, -webkit-transform 0.5s 0.3s;
  transition: opacity 0.5s 0.3s, transform 0.5s 0.3s;
  transition: opacity 0.5s 0.3s, transform 0.5s 0.3s, -webkit-transform 0.5s 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.list--contents li.delighter {
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
}

.list--contents li.delighter.started {
  -webkit-transition: opacity 0.5s 0.3s, -webkit-transform 0.5s 0.3s;
  transition: opacity 0.5s 0.3s, -webkit-transform 0.5s 0.3s;
  transition: opacity 0.5s 0.3s, transform 0.5s 0.3s;
  transition: opacity 0.5s 0.3s, transform 0.5s 0.3s, -webkit-transform 0.5s 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

footer.delighter {
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
}

footer.delighter.started {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.5s 0.3s, -webkit-transform 0.5s ease-in 0.3s;
  transition: opacity 0.5s 0.3s, -webkit-transform 0.5s ease-in 0.3s;
  transition: opacity 0.5s 0.3s, transform 0.5s ease-in 0.3s;
  transition: opacity 0.5s 0.3s, transform 0.5s ease-in 0.3s, -webkit-transform 0.5s ease-in 0.3s;
}

body:not(.page--home) footer.delighter {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: none;
  transition: none;
}

.list__more.delighter.started {
  -webkit-transition: opacity 0.2s ease-in 0.3s;
  transition: opacity 0.2s ease-in 0.3s;
}

@-webkit-keyframes slidein_left {
  0% {
    opacity: 0;
    left: -25%;
  }
  100% {
    opacity: 1;
    left: 0%;
  }
}

@keyframes slidein_left {
  0% {
    opacity: 0;
    left: -25%;
  }
  100% {
    opacity: 1;
    left: 0%;
  }
}
@-webkit-keyframes slidein_right {
  0% {
    opacity: 0;
    right: -25%;
  }
  100% {
    opacity: 1;
    right: 0%;
  }
}
@keyframes slidein_right {
  0% {
    opacity: 0;
    right: -25%;
  }
  100% {
    opacity: 1;
    right: 0%;
  }
}
@-webkit-keyframes slidein_bottom {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 25rem);
            transform: translate(0, 25rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes slidein_bottom {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 25rem);
            transform: translate(0, 25rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.page--movie.new-movie .wrap .section--detail .area--movie .block--player .vjs-audio button.vjs-fullscreen-control.vjs-control.vjs-button {
  display: none;
}

@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
  a {
    -webkit-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
  }
  .btn a,
  .btn input {
    overflow: hidden;
    min-width: 300px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .btn a:before,
  .btn input:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .btn--main {
    min-width: 300px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .btn--main:hover {
    background: #b280d0;
    color: #ffffff;
  }
  .btn--sub {
    min-width: 300px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .btn--sub:hover {
    background: #edc0de;
    color: #ffffff !important;
  }
  .detail__btn {
    font-size: 20px;
    margin: 5rem 0 0;
  }
  .detail__btn a {
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .detail__btn a::before {
    content: "";
    display: block;
    width: 100%;
    height: 0.5vw;
    position: absolute;
    left: -10%;
    bottom: 0vh;
    z-index: -1;
    width: 120%;
    background: #fffba0;
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .detail__btn a:hover::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .wrap::after {
    top: 15vh;
    width: 93%;
    background-size: 25%;
  }
  .content-main {
    padding-bottom: 5rem;
  }
  .content-main::after {
    top: 7vh;
    left: 0;
    width: 96vw;
    height: 100%;
    border-top-left-radius: 20vw;
    border-bottom-right-radius: 20vw;
  }
  .section-tit {
    font-size: 60px;
    text-shadow: 4px 4px 0px #ffe1f8;
  }
  .section--list .section-tit,
  .section--detail .section-tit {
    margin-bottom: 2vw;
  }
  .section--detail .block--pager {
    text-align: center;
  }
  .block--pager li a {
    display: inline;
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, from(#fffba0), to(#fffba0)) 0 100%/0 0.5em no-repeat;
    background: linear-gradient(#fffba0, #fffba0) 0 100%/0 0.5em no-repeat;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
  }
  .block--pager li a:hover {
    background-size: 100% 0.5em;
  }
  .block--pager .pager__item--newer a {
    background: none;
  }
  .block--pager .pager__item--newer a:hover::after {
    border-top: solid 1px #ffbaef;
    border-right: solid 1px #ffbaef;
  }
  .block--pager .pager__item--older a {
    background: none;
  }
  .block--pager .pager__item--older a:hover::after {
    border-top: solid 1px #ffbaef;
    border-right: solid 1px #ffbaef;
  }
  .date,
  .category {
    font-size: 12px;
  }
  .tit {
    font-size: 16px;
    line-height: 1.6;
  }
  [class^=list--] li.new a .date::before {
    content: "";
    display: block;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 28px;
    left: 0;
  }
  .list--info {
    width: 90%;
  }
  .list--info li a {
    left: 0;
    padding: 30px 16px;
  }
  .list--info li a .date {
    margin-right: 60px;
  }
  .list--info li a .tit {
    display: inline;
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, from(#fffba0), to(#fffba0)) 0 100%/0 0.5em no-repeat;
    background: linear-gradient(#fffba0, #fffba0) 0 100%/0 0.5em no-repeat;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
  }
  .list--info li a:hover {
    color: #b280d0;
  }
  .list--info li a:hover .tit {
    background-size: 100% 0.5em;
  }
  .list--contents {
    margin: 0 auto 50px;
  }
  .list--contents li {
    display: inline-block;
    width: 46%;
    margin-bottom: 3vw;
    margin-right: 7%;
    vertical-align: top;
  }
  .list--contents li:nth-of-type(2n) {
    margin-right: 0;
  }
  .list--contents li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .list--contents li a .thumb {
    margin-bottom: 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .list--contents li a .tit {
    display: inline;
    background: -webkit-gradient(linear, left top, left bottom, from(#fffba0), to(#fffba0)) 0 100%/0 0.5em no-repeat;
    background: linear-gradient(#fffba0, #fffba0) 0 100%/0 0.5em no-repeat;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
  }
  .list--contents li a .date {
    margin-top: 10px;
  }
  .list--contents li a:hover .thumb {
    -webkit-filter: drop-shadow(12px 8px 0px #fffba0);
            filter: drop-shadow(12px 8px 0px #fffba0);
  }
  .list--contents li a:hover .tit {
    background-size: 100% 0.5em;
  }
  .list--contents li.new a .date::before {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: -3%;
    left: -2%;
  }
  .list--error li {
    font-size: 13px;
  }
  .no--data {
    text-align: center;
  }
  header .logo {
    max-width: 140px;
    margin-top: 2vw;
    margin-bottom: 3vw;
    margin-left: 2vw;
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
  }
  header .logo .logo--fc {
    width: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  header .logo a:hover .logo_7colorsworld_sub1 {
    fill: #edc0de;
  }
  header .logo a:hover .logo_7colorsworld_sub2 {
    fill: #d0b5e5;
  }
  header .logo a:hover .logo_7colorsworld_world {
    fill: #d0b5e5;
  }
  header .logo a:hover .logo_7colorsworld_colors {
    fill: #edc0de;
  }
  header .logo a:hover .logo_7colorsworld_7 {
    fill: #edc0de;
  }
  .drawer__btn {
    top: 5vh;
    right: 2.5vw;
    width: 3vw;
    height: 3vw;
  }
  .drawer__btn span {
    width: 3.5vw;
    height: 2px;
  }
  .drawer__btn span:first-of-type {
    top: 1.7vw;
    right: 0.36vw;
  }
  .drawer__btn span:last-of-type {
    top: 1.5vw;
    right: -0.5vw;
  }
  .drawer__btn::before {
    content: "";
    display: block;
    position: absolute;
    top: 0vw;
    width: 0vw;
    height: 0vw;
    border-radius: 100%;
    background: #fffba0;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
  }
  .drawer__btn:hover span:first-of-type {
    background: #edc0de;
  }
  .drawer__btn:hover span:last-of-type {
    background: #edc0de;
  }
  .drawer__btn:hover::before {
    top: -36%;
    right: 0;
    width: 3vw;
    height: 3vw;
  }
  .drawer-visible .drawer__btn span:first-of-type {
    top: 1.5vw;
    right: -0.6vw;
  }
  .drawer-visible .drawer__btn span:last-of-type {
    top: 1.5vw;
    right: -0.6vw;
  }
  .drawer-visible .drawer__btn::before {
    display: none;
  }
  .drawer-visible .drawer__btn:hover span:first-of-type {
    background: #ffffff;
  }
  .drawer-visible .drawer__btn:hover span:last-of-type {
    background: #ffffff;
  }
  .drawer .drawer-inner {
    padding: 5%;
  }
  .drawer .drawer-inner .nav--menu {
    width: 70vw;
  }
  .drawer .drawer-inner .nav--menu > ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1vw;
  }
  .drawer .drawer-inner .nav--menu > ul li {
    margin-right: 2.5vw;
    margin-bottom: 1.5vw;
  }
  .drawer .drawer-inner .nav--menu > ul li a {
    font-size: 60px;
  }
  .drawer .drawer-inner .nav--menu > ul li a::before {
    content: "";
    display: block;
    width: 100%;
    height: 0.5vw;
    position: absolute;
    left: -5%;
    bottom: 0.5vh;
    z-index: -1;
    width: 110%;
    background: #fffba0;
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.3s ease-in;
    transition: -webkit-transform 0.3s ease-in;
    transition: transform 0.3s ease-in;
    transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
  }
  .drawer .drawer-inner .nav--menu > ul li a:hover {
    color: #b280d0;
  }
  .drawer .drawer-inner .nav--menu > ul li a:hover::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .drawer .drawer-inner .nav--menu > ul.nav--login {
    margin-bottom: 5vw;
  }
  .drawer .drawer-inner .nav--menu > ul.nav--login li a {
    font-size: 40px;
  }
  .drawer .drawer-inner .nav--menu > ul.nav--login li.back-to-home a {
    padding-left: 2.5vw;
    border-left: solid 1px #ffffff;
  }
  .drawer .drawer-inner .nav--menu > ul.nav--login li.back-to-home a::before {
    left: calc(-5% + 2.5vw);
    width: calc(110% - 2.5vw);
  }
  .drawer .drawer-inner .nav--home {
    width: 16vw;
  }
  .drawer .drawer-inner .nav--home h1.logo {
    width: 100%;
    margin: 0;
  }
  .drawer .drawer-inner .nav--home h1.logo a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .drawer .drawer-inner .nav--home h1.logo a:hover .logo--fc {
    fill: #fffba0;
  }
  .page--home .wrap {
    padding-bottom: 0;
  }
  .page--home .wrap::after {
    top: 40vw;
  }
  .page--home .section--top {
    width: 93%;
    margin: 16vh 0 90px auto;
  }
  .page--home .section--top .logo {
    position: absolute;
    top: -3vw;
    left: 0;
    width: 35vw;
    -webkit-filter: drop-shadow(10px 8px 0px #ffffff);
            filter: drop-shadow(10px 8px 0px #ffffff);
  }
  .page--home .section--top .block--inner .block--aside {
    width: 27vw;
  }
  .page--home .section--top .block--inner .section--login {
    margin-top: 80px;
  }
  .page--home .section--top .block--inner .section--login .nav--login li {
    margin: 0 2.4vw 0 0;
  }
  .page--home .section--top .block--inner .section--login .nav--login li a {
    padding: 1.4497474683vw;
    width: 7vw;
    height: 7vw;
    font-size: 1.6vw;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
  }
  .page--home .section--top .block--inner .section--login .nav--login li a::after {
    top: 5px;
    left: 5px;
    z-index: -1;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
  }
  .page--home .section--top .block--inner .section--login .nav--login li a:hover {
    border: solid 1px #ffffff;
    color: #ffffff;
  }
  .page--home .section--top .block--inner .section--login .nav--login li a:hover::after {
    top: -5px;
    left: -5px;
    background: #dbbdef;
  }
  .page--home .section--top .block--inner .section--login .nav--login li.block--login a:hover::after {
    background: #edc0de;
  }
  .page--home .section--top .block--inner .block--photo {
    position: relative;
    width: 64vw;
  }
  .page--home .section--top .block--inner .block--photo::before {
    content: "";
    display: block;
    padding-top: 66.66%;
  }
  .page--home .section--top .block--inner .block--photo .thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-clip-path: url(#shape--keyvisual);
    clip-path: url(#shape--keyvisual);
  }
  .page--home .section--top .block--inner .block--photo .thumb img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 0%;
       object-position: 50% 0%;
  }
  .page--home .section--news {
    width: 86%;
    margin-bottom: 130px;
    border-top-left-radius: 90px;
    -webkit-box-shadow: 18px 17px 0px #dbbdef;
            box-shadow: 18px 17px 0px #dbbdef;
  }
  .page--home .section--news .area--tit {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    margin-left: -3vw;
    padding-top: 60px;
  }
  .page--home .section--news .area--tit .section-tit {
    margin-right: 16px;
    margin-bottom: 0;
    text-shadow: 4px 4px 0px #ffe1f8;
  }
  .page--home .section--news .list--info {
    width: 92%;
    margin: 0 auto;
    padding-bottom: 30px;
  }
  .page--home .list__more {
    font-size: 19px;
    z-index: 0;
  }
  .page--home .list__more a::before {
    content: "";
    display: block;
    width: 100%;
    height: 0.5vw;
    position: absolute;
    left: -5%;
    bottom: 0.5vh;
    z-index: -1;
    width: 110%;
    background: #fffba0;
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .page--home .list__more a:hover {
    color: #b280d0;
  }
  .page--home .list__more a:hover::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .page--home .section--banner .list--bnr {
    margin-bottom: 104px;
  }
  .page--home .section--banner .list--bnr .slick-list .slick-slide {
    margin: 0 2vw;
    padding-bottom: 8px;
  }
  .page--home .section--banner .list--bnr li {
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
  }
  .page--home .section--banner .list--bnr li:hover {
    -webkit-filter: drop-shadow(12px 8px 0px #fffba0);
            filter: drop-shadow(12px 8px 0px #fffba0);
  }
  .page--home .section--banner .slick-dots {
    bottom: -40px;
    width: 78%;
  }
  .page--home .section--banner .slick-dots li {
    margin-right: 10px;
  }
  .page--home .section--banner .slick-dots li::before {
    width: 10px;
    height: 10px;
  }
  .page--home .list--bnr {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .page--home .list--bnr.slick-initialized {
    opacity: 1;
  }
  .page--home .list--bnr:hover .slide-arrow {
    opacity: 1;
  }
  .page--home .list--bnr:hover .slide-arrow.next-arrow {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  .page--home .list--bnr:hover .slide-arrow.prev-arrow {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  .page--home .area--contents {
    padding-bottom: 10vw;
  }
  .page--home .area--contents::after {
    width: 86%;
    height: 100%;
  }
  .page--home .area--contents > article {
    width: 80%;
    padding-top: 140px;
  }
  .page--home .area--contents > article [class^=section--] {
    position: relative;
    width: 50%;
    margin-bottom: 10vw;
  }
  .page--home .area--contents > article [class^=section--] .section-tit {
    top: -3.2vw;
    left: 2.8vw;
    z-index: 1;
    font-size: 3.6vw;
    text-shadow: 4px 4px 0px #ffbaef;
  }
  .page--home .area--contents > article [class^=section--] li {
    width: 80%;
    margin: 0 auto;
  }
  .page--home .area--contents > article [class^=section--] li.new::before {
    content: "";
    display: block;
    width: 3.6vw;
    height: 3.6vw;
    position: absolute;
    top: -2.5vw;
    left: 2vw;
    z-index: -1;
  }
  .page--home .area--contents > article [class^=section--] li .block--thumb {
    margin-bottom: 3.5vw;
  }
  .page--home .area--contents > article [class^=section--] li .block--thumb::after {
    content: "";
    display: block;
    width: 108%;
    height: 107%;
    position: absolute;
    top: 0.3vw;
    left: 0.7vw;
    z-index: -1;
    background: url(/static/suwananaka/fanclub/common/thumb--shadow_dot.svg) no-repeat;
    background-size: contain;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .page--home .area--contents > article [class^=section--] li .block--thumb .inner {
    content: "";
    display: block;
    width: 98.5%;
    height: 100%;
    position: absolute;
    top: 0.6vw;
    left: 0.8vw;
    border-radius: 0.8vw;
    border-top-left-radius: 6.6vw;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .page--home .area--contents > article [class^=section--] li a .thumb {
    -webkit-transition: 1s;
    transition: 1s;
  }
  .page--home .area--contents > article [class^=section--] li a .tit {
    display: inline;
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, from(#fffba0), to(#fffba0)) 0 100%/0 0.5em no-repeat;
    background: linear-gradient(#fffba0, #fffba0) 0 100%/0 0.5em no-repeat;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
  }
  .page--home .area--contents > article [class^=section--] li a .date {
    margin-top: 10px;
    margin-bottom: 0.3vw;
  }
  .page--home .area--contents > article [class^=section--] li a:hover {
    color: #b280d0;
  }
  .page--home .area--contents > article [class^=section--] li a:hover .inner {
    top: 0.6vw;
    left: 1.5vw;
    background: #edc0de;
  }
  .page--home .area--contents > article [class^=section--] li a:hover .block--thumb::after {
    top: 0.3vw;
    left: -1.5vw;
  }
  .page--home .area--contents > article [class^=section--] li a:hover .tit {
    background-size: 100% 0.5em;
  }
  .page--home .area--contents .block--contents__etc {
    width: 50%;
  }
  .page--home .area--contents .block--contents__etc ul {
    margin: 0 auto 150px;
  }
  .page--home .area--contents .block--contents__etc ul li {
    width: 33.3%;
  }
  .page--home .area--contents .block--contents__etc ul li a {
    width: 85%;
  }
  .page--home .area--contents .block--contents__etc ul li a #circle_bg {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .page--home .area--contents .block--contents__etc ul li a #circle_stroke {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .page--home .area--contents .block--contents__etc ul li a #qa_title path {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .page--home .area--contents .block--contents__etc ul li a:hover svg #circle_bg {
    fill: #ffffff;
  }
  .page--home .area--contents .block--contents__etc ul li a:hover svg #circle_stroke {
    stroke: #edc0de;
  }
  .page--home .area--contents .block--contents__etc ul li a:hover svg #qa_title path {
    fill: #edc0de;
  }
  .page--home .area--contents .block--contents__etc ul li.nav--mail a #mail_title path {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .page--home .area--contents .block--contents__etc ul li.nav--mail a:hover svg #circle_stroke {
    stroke: #dbbdef;
  }
  .page--home .area--contents .block--contents__etc ul li.nav--mail a:hover svg #mail_title path {
    fill: #dbbdef;
  }
  .page--home .area--contents .block--contents__etc ul li.nav--store a #store_title path {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .page--home .area--contents .block--contents__etc ul li.nav--store a:hover svg #circle_stroke {
    stroke: #BBEAE5;
  }
  .page--home .area--contents .block--contents__etc ul li.nav--store a:hover svg #store_title path {
    fill: #BBEAE5;
  }
  .page--home .area--contents .block--contents__etc ul li:last-of-type {
    margin-right: 0;
  }
  .page--home footer {
    position: static;
    width: 81%;
    margin-top: -10vw;
    padding: 100px;
    border-top-left-radius: 65px;
  }
  .page--home footer .inner {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
  }
  .page--home footer .list--support {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -ms-flex-align: baseline;
    -webkit-box-align: baseline;
    align-items: baseline;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page--home footer .list--support li {
    margin-left: 1.5vw;
  }
  .page--home footer .list--support li a {
    z-index: 0;
  }
  .slide-arrow {
    top: 36%;
    width: 55px;
    height: 68px;
  }
  .section--banner.no-carousel .list--bnr {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: start;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 11%;
  }
  .section--banner.no-carousel .list--bnr li {
    width: 22%;
    margin-right: 4%;
  }
  .section--banner.no-carousel .list--bnr li:last-of-type {
    margin-right: 0;
  }
  .page--info .txt {
    margin: 3rem 0;
  }
  .page--info .txt a {
    color: #b280d0;
  }
  .page--photo h2.tit {
    margin-bottom: 3rem;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.4;
  }
  .page--photo .list--photo li a {
    display: block;
    border-radius: 10px;
    border-top-left-radius: 100px;
    background: #b280d0;
  }
  .page--photo .list--photo li a figure {
    border: solid 1px #edc0de;
    border-radius: 10px;
    border-top-left-radius: 100px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .page--photo .list--photo li a:hover figure {
    opacity: 0.5;
  }
  .page--wallpaper .list--contents li .thumb {
    border: solid 1px #edc0de;
    border-radius: 10px;
    border-top-left-radius: 100px;
  }
  .page--movie .section--list .no-data {
    width: 100%;
    margin: 0 auto;
  }
  .page--movie .section--detail {
    width: 90%;
    margin: 0 auto;
    max-width: 900px;
  }
  .page--movie .section--detail .tit {
    margin: 0 0 10px;
  }
  .page--movie .section--detail .txt--basic {
    margin: 50px 0;
    min-height: 200px;
  }
  .page--movie .section--detail .sub-txt-list {
    margin-bottom: 20px;
  }
  .page--movie .section--detail .block--player img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
  }
  .page--movie .txt {
    margin-bottom: 50px;
  }
  .page--movie .txt a {
    color: #b280d0;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .block--tit h2.tit {
    line-height: 1.6;
    margin: 0 0 10px;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .block--tit .date {
    font-size: 12px;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--more-info .item--more_movie .list__txt .tit {
    font-size: 16px;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--more-info .item--more_movie .list__txt .date {
    margin: 5px 0 0;
  }
  .page--blog .no-data {
    font-size: 20px;
    margin: 200px auto;
    font-family: rift-soft, sans-serif;
  }
  .page--blog .section--detail {
    width: 90%;
    margin: 0 auto;
    max-width: 900px;
  }
  .page--blog .section--detail .tit {
    font-family: rift-soft, sans-serif;
    font-weight: 500;
    letter-spacing: 0.02em;
  }
  .page--qa .txt {
    margin-bottom: 2rem;
    text-align: center;
  }
  .page--qa .list--qa {
    margin: 5rem auto 2rem;
  }
  .page--qa .list--qa li {
    width: 46%;
    margin-right: 3%;
    margin-bottom: 2rem;
  }
  .page--qa .list--qa li a {
    display: block;
    padding: 2.5vw 3vw;
    border-radius: 10px;
    border-top-left-radius: 50px;
    -webkit-transition: background 0.2s ease-in;
    transition: background 0.2s ease-in;
  }
  .page--qa .list--qa li a .date {
    display: block;
    position: relative;
    margin-bottom: 0.2rem;
  }
  .page--qa .list--qa li a .tit {
    margin-bottom: 1rem;
  }
  .page--qa .list--qa li a .name {
    font-size: 13px;
  }
  .page--qa .list--qa li a .name span {
    margin-right: 0.5rem;
    font-size: 10px;
  }
  .page--qa .list--qa li a:hover {
    background: #fffba0;
  }
  .page--qa .list--qa li.new a .date::before {
    top: -50%;
    left: -2%;
    width: 20px;
    height: 20px;
  }
  .page--qa .list--qa li:nth-of-type(even) {
    margin-right: 0;
  }
  .page--qa .block__question {
    padding: 1.5rem;
    border-radius: 10px;
    border-bottom-right-radius: 50px;
  }
  .page--qa .block__question .ico--q {
    margin-bottom: 0.6rem;
    font-size: 40px;
  }
  .page--qa .block__question .txt {
    margin-bottom: 1rem;
  }
  .page--qa .block__question .name {
    font-size: 13px;
  }
  .page--qa .block__question .name span {
    margin-right: 0.5rem;
    font-size: 10px;
  }
  .page--qa .block__answer {
    margin-bottom: 2rem;
    padding: 1.5rem;
    border-radius: 10px;
    border-bottom-left-radius: 50px;
  }
  .page--qa .block__answer .ico--a {
    margin-bottom: 0.6rem;
    font-size: 40px;
  }
  .page--qa .block__answer .txt {
    margin-bottom: 1rem;
  }
  .page--qa .block__answer .name {
    font-size: 13px;
  }
  .page--qa .block__answer .name span {
    margin-right: 0.5rem;
    font-size: 10px;
  }
  .page--support.section--detail .section-tit {
    margin-bottom: 3rem;
    font-size: 20px;
    line-height: 1.4;
  }
  .page--support.section--detail .tit {
    font-size: 28px;
    line-height: 1.6em;
    margin: 0 0 30px;
    font-weight: normal;
  }
  .page--faq .section--list .searchBox input[type=submit] {
    top: 0.2rem;
  }
  .page--error .section--detail {
    padding-right: 15%;
    padding-left: 15%;
  }
  .page--error .section--detail .tit {
    font-family: rift-soft, sans-serif;
    font-size: 30px;
    line-height: 1.6em;
    margin: 0 0 1em;
    text-align: center;
  }
  .page--error .section--detail .btn {
    margin: 1em 0;
  }
  footer {
    right: 0;
    bottom: 0;
    width: 100%;
  }
  footer .list--support {
    margin-bottom: 100px;
  }
  footer .list--support dt {
    display: none;
  }
  footer .nav--support {
    text-align: right;
  }
  footer .nav--support li {
    display: inline-block;
    font-size: 12px;
  }
  footer .nav--support li a {
    display: inline;
    position: relative;
    padding: 0 0;
    padding-bottom: 2%;
    background: -webkit-gradient(linear, left top, left bottom, from(#fffba0), to(#fffba0)) 0 100%/0 0.3em no-repeat;
    background: linear-gradient(#fffba0, #fffba0) 0 100%/0 0.3em no-repeat;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  footer .nav--support li a:hover {
    background-size: 100% 0.3em;
    color: #b280d0;
  }
  footer .copyright {
    margin-right: 5%;
    margin-bottom: 5%;
    font-size: 10px;
    text-align: right;
  }
  .page--questionnaire .section-tit {
    font-size: 40px;
  }
  .page--questionnaire .section-tit span {
    font-size: 60px;
  }
  .section--detail.page--entry .logo {
    width: 40%;
    margin: 0 auto 5vw;
  }
  .section--detail.page--entry .txt {
    font-size: 15px;
    line-height: 1.6;
  }
  .section--detail.page--entry .txt--lead {
    margin-bottom: 5vw;
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
  }
  .section--detail.page--entry .block-tit {
    margin-bottom: 3vw;
    font-size: 40px;
    text-align: center;
    letter-spacing: -0.03em;
  }
  .section--detail.page--entry [class^=block--] {
    margin-bottom: 100px;
  }
  .section--detail.page--entry .block--benefit {
    text-align: center;
  }
  .section--detail.page--entry .list--content li {
    width: 47%;
    margin-right: 6%;
    margin-bottom: 3vw;
    padding: 2vw;
  }
  .section--detail.page--entry .list--content li .title {
    margin-bottom: 1vw;
    font-size: 30px;
  }
  .section--detail.page--entry .price {
    border-collapse: separate;
    border-radius: 10px;
    border-spacing: 0;
    margin-bottom: 3vw;
  }
  .section--detail.page--entry .price tr td,
  .section--detail.page--entry .price tr th {
    font-size: 16px;
    padding: 1vw;
  }
  .section--detail.page--entry .price tr th {
    width: 24%;
  }
  .section--detail.page--entry .price tr td {
    border-left: solid 1px #dbbdef;
    font-size: 13px;
  }
  .section--detail.page--entry .price tr:last-of-type th {
    border-bottom: 0;
  }
  .section--detail.page--entry .price tr:last-of-type td {
    border-bottom: 0;
  }
  .section--detail.page--entry .block--spec {
    margin-bottom: 5vw;
  }
  .section--detail.page--entry .txt--sub {
    font-size: 13px;
  }
  .section--detail.page--entry .block--login__fanplus {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .section--detail.page--entry .block--login__fanplus .block--inner {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
    width: 48%;
    padding: 2vw;
  }
  .section--detail.page--entry .block--login__fanplus .block--inner .txt--basic {
    height: 50%;
  }
  .section--detail.page--entry .block--attention {
    padding: 2vw;
    font-size: 13px;
    line-height: 1.6;
  }
  .page--photo .wrap .list--contents li a .thumb {
    border-top-left-radius: 100px;
    border-radius: 10px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  /* common.scss
  ============================== */
  .pc {
    display: none !important;
  }
  .btn--main {
    min-width: 90%;
  }
  /*
  .section--banner.no-carousel .list--bnr {
  	@include var.flex-display();
  	@include var.flex-justify(center);
  	@include var.flex-align();
  	@include var.flex-wrap();
  	li {
  		width: 41%;
  		margin-right: 4%;
  		&:last-of-type {
  			margin-right: 0;
  		}
  	}
  }
  */
  /*  effect delighter
  ------------------------------ */
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .btn--main {
    min-width: 50%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .btn--sub {
    min-width: 90%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .btn--sub {
    min-width: 50%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .detail__btn {
    font-size: 15px;
    margin: 2rem 0 0;
  }
  header .logo {
    max-width: 80px;
    margin-top: 5vw;
    margin-bottom: 10vw;
    margin-left: 4vw;
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
  }
  header .logo svg {
    width: 100%;
  }
  .drawer__btn {
    top: 7vw;
    right: 2.5vw;
    width: 9vw;
    height: 9vw;
  }
  .drawer__btn span {
    width: 9vw;
    height: 2px;
    background: #b280d0;
    -webkit-filter: drop-shadow(-4px -2px 0px #ffffff);
            filter: drop-shadow(-4px -2px 0px #ffffff);
  }
  .drawer__btn span:first-of-type {
    top: 4vw;
    right: 1.6vw;
  }
  .drawer__btn span:last-of-type {
    top: 4vw;
    right: -0.6vw;
  }
  .drawer-visible .drawer__btn span {
    -webkit-filter: none;
            filter: none;
  }
  .drawer-visible .drawer__btn span:first-of-type {
    right: -0.6vw;
  }
  .drawer {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .drawer .drawer-inner {
    padding: 8%;
  }
  .drawer .drawer-inner .nav--menu {
    width: 90%;
  }
  .drawer .drawer-inner .nav--menu > ul {
    margin-bottom: 6vw;
  }
  .drawer .drawer-inner .nav--menu > ul li {
    margin-bottom: 3vw;
  }
  .drawer .drawer-inner .nav--menu > ul li a {
    font-size: 10vw;
  }
  .drawer .drawer-inner .nav--menu > ul.nav--login {
    margin-bottom: 10vw;
  }
  .drawer .drawer-inner .nav--menu > ul.nav--login li {
    display: inline-block;
    margin-right: 5vw;
  }
  .drawer .drawer-inner .nav--menu > ul.nav--login li a {
    font-size: 8vw;
  }
  .drawer .drawer-inner .nav--menu > ul.nav--login li.back-to-home a {
    padding-left: 5vw;
    border-left: solid 1px #ffffff;
  }
  .drawer .drawer-inner .nav--menu > ul.nav--login li:last-of-type {
    margin-right: 0;
  }
  .drawer .drawer-inner .nav--home {
    width: 36vw;
  }
  footer {
    /*position: absolute;*/
    bottom: 0;
    right: 0;
    width: 100%;
  }
  footer .copyright {
    margin-bottom: 5vw;
    font-size: 9px;
    text-align: center;
  }
  .date,
  .category {
    font-size: 12px;
    margin-bottom: 0.5vw;
  }
  .tit {
    font-size: 13px;
    line-height: 1.5;
  }
  [class^=list--] li.new a .date::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 15px;
  }
  .list--info {
    width: 96%;
  }
  .list--info li a {
    left: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 10px;
  }
  .list--info li a .date {
    display: block;
    width: 100%;
  }
  .list--contents {
    margin: 0 auto 50px;
  }
  .list--contents li {
    display: block;
    width: 90%;
    margin: 0 auto 9vw;
  }
  .list--contents li a .thumb {
    margin-bottom: 10px;
  }
  .list--contents li a .tit {
    margin-bottom: 6px;
  }
  .list--contents li.new a .date::before {
    content: "";
    display: block;
    width: 46px;
    height: 46px;
    position: absolute;
    top: 0%;
    left: -3%;
  }
  .list--photo li {
    width: 50%;
  }
  li.no-data {
    padding: 2em 0;
    text-align: center;
  }
  .wrap::after {
    top: 15vh;
    width: 95%;
    background-size: 70%;
  }
  .content-main {
    padding-bottom: 5rem;
  }
  .content-main::after {
    top: 7vh;
    left: 0;
    width: 96vw;
    height: 100%;
    border-top-left-radius: 20vw;
    border-bottom-right-radius: 20vw;
  }
  .section-tit {
    font-size: 38px;
    text-shadow: 3px 3px 0px #ffe1f8;
  }
  .section--list .section-tit,
  .section--detail .section-tit {
    margin-bottom: 30px;
  }
  .page--home .wrap::after {
    top: 100vw;
    /*
    top: 110vw;
    */
  }
  .page--home .content-main {
    padding-bottom: 2rem;
  }
  .page--home .section--top {
    width: 100%;
    margin: 2vw 0 9vw auto;
  }
  .page--home .section--top .logo {
    position: inherit;
    top: 3.7vw;
    left: 5vw;
    width: 52vw;
    -webkit-filter: drop-shadow(4px 3px 0px #ffffff);
            filter: drop-shadow(4px 3px 0px #ffffff);
  }
  .page--home .section--top .block--inner {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
  .page--home .section--top .block--inner .block--aside {
    width: 100vw;
  }
  .page--home .section--top .block--inner .section--login .nav--login li {
    margin: 0 3.5vw 0 0;
  }
  .page--home .section--top .block--inner .section--login .nav--login li:last-of-type {
    margin-right: 0;
  }
  .page--home .section--top .block--inner .section--login .nav--login li a {
    padding: 3.5208152801vw;
    width: 17vw;
    height: 17vw;
    font-size: 3.5vw;
  }
  .page--home .section--top .block--inner .section--login .nav--login li a::after {
    top: 3px;
    left: 3px;
  }
  .page--home .section--top .block--inner .section--login .nav--login li.block--mypage .message {
    margin-bottom: 1.5vw;
    font-size: 11px;
  }
  .page--home .section--top .block--inner .block--photo {
    width: 95%;
    margin: 0 0 9vw auto;
  }
  .page--home .scroll {
    display: none;
  }
  .page--home .section--news {
    width: 88%;
    margin-bottom: 50px;
    border-top-left-radius: 90px;
    -webkit-box-shadow: 10px 10px 0px #dbbdef;
            box-shadow: 10px 10px 0px #dbbdef;
  }
  .page--home .section--news .area--tit {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 97%;
    margin-bottom: 15px;
    margin-left: -5vw;
    padding-top: 40px;
  }
  .page--home .section--news .area--tit .section-tit {
    text-shadow: 3px 3px 0px #ffe1f8;
  }
  .page--home .section--news .list--info {
    width: 88%;
    margin: 0 auto;
    padding-bottom: 1em;
  }
  .page--home .list__more {
    font-size: 19px;
  }
  .page--home .section--banner .list--bnr {
    margin-bottom: 40px;
  }
  .page--home .section--banner .list--bnr .slick-list .slick-slide {
    margin: 0 2.3vw;
    padding-bottom: 60px;
  }
  .page--home .section--banner .slick-dots {
    bottom: 25px;
    width: 86%;
  }
  .page--home .section--banner .slick-dots li {
    margin-right: 5.5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .page--home .section--banner .slick-dots li::before {
    width: 9px;
    height: 9px;
  }
  .page--home .area--contents {
    position: relative;
  }
  .page--home .area--contents::after {
    width: 95%;
    height: 110%;
  }
  .page--home .area--contents > article {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 89%;
    padding-top: 52px;
  }
  .page--home .area--contents > article [class^=section--] {
    position: relative;
    width: 100%;
    margin-bottom: 12vw;
  }
  .page--home .area--contents > article [class^=section--] .section-tit {
    position: static;
    margin-bottom: 6px;
    font-size: 10vw;
    line-height: 1;
    text-shadow: 3px 3px 0px #ffbaef;
  }
  .page--home .area--contents > article [class^=section--] li {
    width: 90%;
    margin: 0 auto;
  }
  .page--home .area--contents > article [class^=section--] li.new::before {
    content: "";
    display: block;
    width: 8vw;
    height: 8vw;
    position: absolute;
    top: -1vw;
    left: -1.5vw;
  }
  .page--home .area--contents > article [class^=section--] li .block--thumb {
    margin-bottom: 7vw;
  }
  .page--home .area--contents > article [class^=section--] li .block--thumb::after {
    content: "";
    display: block;
    width: 108%;
    height: 107%;
    position: absolute;
    top: 0.3vw;
    left: 0.7vw;
    z-index: -1;
    background: url(/static/suwananaka/fanclub/common/thumb--shadow_dot.svg) no-repeat;
    background-size: contain;
  }
  .page--home .area--contents > article [class^=section--] li .block--thumb .inner {
    content: "";
    display: block;
    width: 98.5%;
    height: 100%;
    position: absolute;
    top: 1.4vw;
    left: 2vw;
    border-radius: 2.5vw;
    border-top-left-radius: 16vw;
  }
  .page--home .area--contents .block--contents__etc {
    width: 88%;
  }
  .page--home .area--contents .block--contents__etc ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto 55px;
  }
  .page--home .area--contents .block--contents__etc ul li {
    width: 30.6666666667%;
    margin-right: 4%;
  }
  .page--home .area--contents .block--contents__etc ul li a {
    width: 100%;
  }
  .page--home .area--contents .block--contents__etc ul li:last-of-type {
    margin-right: 0;
  }
  .page--home footer {
    position: static;
    width: 95%;
    padding: 40px 20px 25px 20px;
    border-top-left-radius: 40px;
  }
  .page--home footer .inner {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
  }
  .page--home footer .list--support {
    margin-bottom: 50px;
    padding: 10px 20px;
    border: solid 1px #ffffff;
    border-radius: 10px;
  }
  .page--home footer .list--support dt {
    position: relative;
    font-family: rift-soft, sans-serif;
    font-size: 4.6vw;
  }
  .page--home footer .list--support dt::after {
    content: "";
    display: block;
    width: 14px;
    height: 10px;
    position: absolute;
    top: 30%;
    right: 1vw;
    background: url(/static/suwananaka/fanclub/common/icon_dot_arrow.svg) no-repeat;
    background-size: contain;
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
  }
  .page--home footer .list--support dt.open::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .page--home footer .list--support dd {
    display: none;
  }
  .page--home footer .list--support dd ul {
    margin: 25px auto 0;
  }
  .page--home footer .list--support dd ul li {
    display: block;
    margin-left: 0;
    margin-bottom: 18px;
    font-size: 13px;
  }
  .page--home footer .list--support .copyright {
    text-align: center;
  }
  .page--info .block--share {
    padding-top: 0;
    margin: -4px;
  }
  .page--info .section--detail.new .tit::after {
    font-size: 16px;
    vertical-align: 0px;
    line-height: 1;
  }
  .page--info .section--detail {
    width: 93%;
    padding: 0 6%;
  }
  .page--info .section--detail .txt {
    padding: 3rem 0 2rem;
  }
  .page--info .section--detail .category {
    padding-left: 0;
    padding-right: 20px;
    margin-left: 0;
    margin-right: 5px;
  }
  .page--info .section--detail .category::before {
    left: inherit;
    right: -5px;
    top: 8px;
  }
  .page--movie.new-movie.page-movie-detail .section--detail {
    padding-top: 0;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .block--tit {
    padding: 10px 0 20px;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .block--tit h2.tit {
    margin-bottom: 15px;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .block--tit .txt--sub {
    text-indent: -1em;
    padding: 0 0 0 1em;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .block--player {
    position: relative;
    top: 0;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--movie .vjs-big-play-centered .vjs-big-play-button {
    margin-top: -1em;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--movie .video-js .vjs-play-control {
    top: -18vw;
    left: 42%;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a {
    padding: 10px 0;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .thumb {
    margin: 0px 5px 0 0;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--more-info .item--more_movie .list__txt .tit {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .page--blog .section--detail .detail__btn {
    margin-top: 0;
  }
  .page--photo h2.tit {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.4;
  }
  .page--photo .list--photo {
    margin-bottom: 40px;
    border-radius: 5px;
    border-top-left-radius: 50px;
  }
  .page--photo li a figure {
    /*border: solid 1px var.$secondary-color;
    border-radius: 5px;
    border-top-left-radius: 50px;*/
  }
  .page--qa .txt {
    margin-bottom: 2rem;
    text-align: center;
  }
  .page--qa .list--qa {
    margin: 5rem auto 2rem;
  }
  .page--qa .list--qa li {
    width: 100%;
    margin-bottom: 2rem;
    margin-bottom: 2rem;
  }
  .page--qa .list--qa li a {
    padding: 2.5em 2.5em;
    border-radius: 10px;
    border-top-left-radius: 50px;
  }
  .page--qa .list--qa li a .date {
    margin-bottom: 0.2rem;
  }
  .page--qa .list--qa li a .tit {
    margin-bottom: 1rem;
  }
  .page--qa .list--qa li a .name {
    font-size: 13px;
  }
  .page--qa .list--qa li a .name span {
    margin-right: 0.5rem;
    font-size: 10px;
  }
  .page--qa .list--qa li.new a .date::before {
    top: -50%;
    left: -2%;
    width: 20px;
    height: 20px;
  }
  .page--qa .block__question {
    margin-bottom: 2rem;
    padding: 1.2rem;
    border-radius: 10px;
    border-bottom-right-radius: 50px;
  }
  .page--qa .block__question .ico--q {
    margin-bottom: 0.6rem;
    font-size: 30px;
  }
  .page--qa .block__question .txt {
    margin-bottom: 1rem;
  }
  .page--qa .block__question .name {
    font-size: 13px;
  }
  .page--qa .block__question .name span {
    margin-right: 0.5rem;
    font-size: 10px;
  }
  .page--qa .block__answer {
    margin-bottom: 2rem;
    padding: 1.2rem;
    border-radius: 10px;
    border-bottom-left-radius: 50px;
  }
  .page--qa .block__answer .ico--a {
    display: block;
    margin-bottom: 0.6rem;
    font-size: 30px;
  }
  .page--qa .block__answer .txt {
    margin-bottom: 1rem;
    font-size: 16px;
  }
  .page--qa .block__answer .name {
    font-size: 10px;
  }
  .page--qa .block__answer .name span {
    margin-right: 0.5rem;
    font-size: 10px;
  }
  .page--support.section--detail .section-tit {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.4;
  }
  .page--faq .section--list .searchBox input[type=submit] {
    top: -0.1rem;
  }
  .page--faq .searchBox {
    width: 100%;
    max-width: 100%;
  }
  .page--contact.section--detail .input--half {
    width: 100% !important;
  }
  .page--contact.section--detail .form--post dt {
    margin: 2em 0 0.5em;
  }
  .section--detail.page--entry .logo {
    width: 50%;
    margin: 0 auto 10vw;
  }
  .section--detail.page--entry .txt {
    font-size: 13px;
    line-height: 1.6;
  }
  .section--detail.page--entry .txt--lead {
    margin-bottom: 10vw;
    font-size: 13px;
    line-height: 1.6;
  }
  .section--detail.page--entry .block-tit {
    margin-bottom: 5vw;
    font-size: 30px;
  }
  .section--detail.page--entry .block-tit.jp {
    font-size: 18px;
  }
  .section--detail.page--entry .list--content li {
    width: 100%;
    margin-bottom: 5vw;
    padding: 5vw;
  }
  .section--detail.page--entry .list--content li .title {
    margin-bottom: 2vw;
    font-size: 20px;
  }
  .section--detail.page--entry .price {
    border-collapse: separate;
    border-radius: 10px;
    border-spacing: 0;
    margin-bottom: 3vw;
  }
  .section--detail.page--entry .price tr td,
  .section--detail.page--entry .price tr th {
    font-size: 13px;
    padding: 2vw;
  }
  .section--detail.page--entry .price tr th {
    width: 30%;
  }
  .section--detail.page--entry .price tr td {
    border-left: solid 1px #dbbdef;
    font-size: 13px;
  }
  .section--detail.page--entry .price tr:last-of-type th {
    border-bottom: 0;
  }
  .section--detail.page--entry .price tr:last-of-type td {
    border-bottom: 0;
  }
  .section--detail.page--entry .block--spec {
    margin-bottom: 7vw;
  }
  .section--detail.page--entry .txt--sub {
    font-size: 11px;
  }
  .section--detail.page--entry .block--login__fanplus .block--inner {
    padding: 30px 2vw 20px;
    margin-bottom: 2vw;
  }
  .section--detail.page--entry .block--login__fanplus .block--inner .txt--basic {
    font-size: 13px;
  }
  .section--detail.page--entry .block--login__fanplus .block--inner .txt--basic span {
    font-size: 3vw;
  }
  .section--detail.page--entry .block--attention {
    padding: 5vw;
    font-size: 13px;
    line-height: 1.6;
  }
  .page--questionnaire .section-tit {
    font-size: 28px;
  }
  .page--questionnaire .section-tit span {
    font-size: 38px;
  }
  .section--banner.delighter.started li a img {
    opacity: 1;
    -webkit-transition: opacity 0.9s 3s;
    transition: opacity 0.9s 3s;
  }
  .page--photo .wrap .list--contents li a .thumb {
    border-top-left-radius: 100px;
    border-radius: 10px;
  }
  .page--photo .wrap .list--photo li a figure {
    border-radius: 7px;
    border-top-left-radius: 50px;
    border: solid 1px #edc0de;
  }
  .page--wallpaper .wrap .list--contents li .thumb {
    border-radius: 10px;
    border-top-left-radius: 100px;
  }
}
/*  tablet
------------------------------ */
@media screen and (min-width: 768px) and (max-width: 960px) {
  .drawer__btn {
    top: 7vw;
    right: 2.5vw;
    width: 6vw;
    height: 6vw;
  }
  .drawer__btn span {
    width: 6vw;
    -webkit-filter: drop-shadow(-4px -2px 0px #ffffff);
            filter: drop-shadow(-4px -2px 0px #ffffff);
  }
  .drawer__btn span:first-of-type {
    top: 3vw;
    right: 1.5vw;
  }
  .drawer__btn span:last-of-type {
    top: 2.5vw;
    right: -0.6vw;
  }
  .drawer-visible .drawer__btn span:first-of-type {
    top: 2.5vw;
    right: -0.6vw;
  }
  .section--detail.page--entry .block--benefit .thumb {
    width: 60%;
  }
  .section--detail.page--entry .block-tit {
    font-size: 6vw;
  }
  .section--detail.page--entry .block--login__fanplus .block--inner .txt--basic span {
    font-size: 20px;
  }
  .section--detail.page--entry .list--content li {
    padding: 25px;
  }
  .section--detail.page--entry .price th,
  .section--detail.page--entry .price td {
    font-size: 15px;
    padding: 20px;
  }
}/*# sourceMappingURL=fanclub-service.css.map */