@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: 0;
  overflow: visible;
}

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, body {
  height: 100%;
}

body {
  background-color: #F8F4EC;
  word-wrap: break-word;
  color: #000;
}
@media screen and (min-width: 581px) {
  body {
    font-family: "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 1px) and (max-width: 580px) {
  body {
    font-family: "Noto Sans JP", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.04em;
  }
}

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;
}

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

::selection {
  background-color: #000;
  color: #fff;
}

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

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

svg {
  width: 100%;
  height: 100%;
}

.content-main {
  background-color: #fff;
}

.body--app a {
  -webkit-touch-callout: none !important;
}

.block--pager {
  text-align: left;
  font-size: 13px;
  padding: 0;
  margin-left: 0;
  position: relative;
  top: 3vw;
  left: -12px;
}
.block--pager li {
  display: inline-block;
  width: 2em;
  padding: 0.6em;
  letter-spacing: 0.03em;
  vertical-align: middle;
  position: relative;
}
.block--pager a {
  display: block;
  position: relative;
  text-decoration: none;
}
@media screen and (min-width: 581px) {
  .block--pager a {
    -webkit-transition: 0.1s;
    transition: 0.1s;
  }
  .block--pager a:hover {
    font-weight: 800;
  }
}
.block--pager .pager__item--number {
  text-align: center;
  color: #000;
}
.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;
}
.block--pager .pager__item--newer a::after, .block--pager .pager__item--newer span::after {
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  top: 18px;
  right: 18px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.block--pager .pager__item--newer span {
  opacity: 0.4;
}
.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;
}
.block--pager .pager__item--older a::after, .block--pager .pager__item--older span::after {
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 18px;
  right: 18px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.block--pager .pager__item--older span {
  opacity: 0.4;
}
.block--pager .pager__item--newer,
.block--pager .pager__item--older {
  z-index: 2;
}
@media screen and (min-width: 581px) {
  .block--pager .pager__item--newer a:hover,
  .block--pager .pager__item--older a:hover {
    opacity: 0.5;
  }
}
.block--pager .pager__item--current {
  position: relative;
  font-weight: 800;
}

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

.txt--sub {
  font-size: 0.85em;
  line-height: 1.6em;
  margin-top: 0.5em;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

/* image */
.ph, .thumb {
  position: relative;
  line-height: 0;
  font-size: 0;
}
.ph img, .thumb img {
  width: 100%;
  pointer-events: none;
}
.ph::after, .thumb::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.dummy {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* 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;
}

.swiper-pagination-bullet {
  border-radius: 0;
  height: 1px;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
@media screen and (min-width: 581px) {
  .swiper-pagination-bullet {
    width: 3px;
    height: 10px;
  }
}
@media screen and (min-width: 1px) and (max-width: 580px) {
  .swiper-pagination-bullet {
    width: 2px;
    height: 10px;
  }
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  -webkit-transform: scaleY(2.5);
          transform: scaleY(2.5);
}

.swiper-pagination {
  height: 40px;
}
@media screen and (min-width: 1px) and (max-width: 580px) {
  .swiper-pagination {
    height: 30px;
  }
}

.swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 2px;
}

.page--home .slick-next,
.page--home .slick-prev,
.swiper-button-prev,
.swiper-button-next {
  display: none !important;
  margin-top: 0;
  position: relative;
}
@media screen and (min-width: 581px) {
  .page--home .slick-next,
  .page--home .slick-prev,
  .swiper-button-prev,
  .swiper-button-next {
    width: 12px;
    height: 12px;
    top: 9px;
  }
}
@media screen and (min-width: 1px) and (max-width: 580px) {
  .page--home .slick-next,
  .page--home .slick-prev,
  .swiper-button-prev,
  .swiper-button-next {
    width: 7px;
    height: 7px;
    top: 6px;
  }
}
.page--home .slick-next::after,
.page--home .slick-prev::after,
.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  display: block;
  background: none;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (min-width: 581px) {
  .page--home .slick-next::after,
  .page--home .slick-prev::after,
  .swiper-button-prev::after,
  .swiper-button-next::after {
    width: 9px;
    height: 9px;
  }
}
@media screen and (min-width: 1px) and (max-width: 580px) {
  .page--home .slick-next::after,
  .page--home .slick-prev::after,
  .swiper-button-prev::after,
  .swiper-button-next::after {
    width: 7px;
    height: 7px;
  }
}
@media screen and (min-width: 581px) {
  .page--home .slick-next:hover::after,
  .page--home .slick-prev:hover::after,
  .swiper-button-prev:hover::after,
  .swiper-button-next:hover::after {
    border-color: #D2302C;
  }
}

.swiper-pagination {
  display: inline-block;
  margin-right: 1vw;
  position: relative;
  top: 3px;
}

.block--navigator {
  display: inline-block;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 0;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: inherit;
  left: 0;
}

.swiper-button-prev:after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.swiper-pagination-bullet {
  background: #000;
  opacity: 1;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000;
}

.form--post dt {
  margin: 3em 0 0.8em;
}
.form--post dd {
  margin: 0 0 4vw;
}

.block--error {
  background: #fdfbfd;
  color: #D2302C;
  font-weight: 500;
  padding: 10px;
  border-radius: 5px;
}

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

::-moz-placeholder {
  color: #9B9B9B;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #9B9B9B;
}

:-moz-placeholder {
  color: #9B9B9B;
}

/* 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;
  padding: 0.5em;
  border-radius: 5px;
  border-radius: 0;
  border: 1px solid #999999;
}
@media screen and (min-width: 581px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=password],
  input[type=number],
  button {
    font-family: "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 1px) and (max-width: 580px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=password],
  input[type=number],
  button {
    font-family: "Noto Sans JP", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 1px) and (max-width: 580px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=password],
  input[type=number],
  button {
    padding: 0.8em;
  }
}
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: #CBCBCB;
}

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;
  padding: 0.5em;
  border-radius: 5px;
  height: 10em;
  border-radius: 0;
  border: 1px solid #999999;
  background: #f7f7f7;
}
@media screen and (min-width: 581px) {
  textarea {
    font-family: "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 1px) and (max-width: 580px) {
  textarea {
    font-family: "Noto Sans JP", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 1px) and (max-width: 580px) {
  textarea {
    padding: 0.8em;
  }
}
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::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #fff;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  vertical-align: middle;
  right: 0;
}
.form__select select {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0.5em;
  border-radius: 5px;
  padding-right: 2.3em;
  border: 1px solid #999999;
  padding: 0.5em 2.8em 0.5em 1em;
}
@media screen and (min-width: 581px) {
  .form__select select {
    font-family: "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 1px) and (max-width: 580px) {
  .form__select select {
    font-family: "Noto Sans JP", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 1px) and (max-width: 580px) {
  .form__select select {
    padding: 0.8em;
  }
}
.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;
}
@media screen and (min-width: 1px) and (max-width: 580px) {
  .form__select select {
    padding: 0.8em 2em 0.8em 0.8em;
  }
}
.form__select::after {
  position: absolute;
  right: 1.3em;
  top: 42%;
  border: 1px solid #000;
  border-top: none;
  border-right: none;
}
@media screen and (min-width: 1px) and (max-width: 580px) {
  .form__select::after {
    right: 1em;
  }
}

/* checkbox */
.form__checkbox label p {
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 581px) {
  .form__checkbox label p {
    font-family: "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 1px) and (max-width: 580px) {
  .form__checkbox label p {
    font-family: "Noto Sans JP", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.04em;
  }
}
.form__checkbox input[type=checkbox],
.form__checkbox input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          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: 1px solid #000;
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.form__checkbox label p::after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.4em;
  border: 2px solid #000;
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  top: 70%;
  left: 0.2em;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 0;
}
.form__checkbox :checked ~ p::before {
  border-color: #000;
}
.form__checkbox :checked ~ p::after {
  top: 50%;
  opacity: 1;
}

.form--confirm dt {
  opacity: 0.5;
}
.form--confirm dd {
  border-bottom: 1px solid #E6DECD;
  padding-bottom: 4vw;
}

/* toggle button */
.form__toggle label p {
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 581px) {
  .form__toggle label p {
    font-family: "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 1px) and (max-width: 580px) {
  .form__toggle label p {
    font-family: "Noto Sans JP", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.04em;
  }
}
.form__toggle input[type=checkbox],
.form__toggle input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          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;
}
.form__toggle label p::before {
  width: 50px;
  border-radius: 15px;
  top: 50%;
  right: 0;
}
.form__toggle label p::after {
  width: 30px;
  -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: #000;
  border-color: #000;
}
.form__toggle :checked ~ p::after {
  right: 0;
}

.btn {
  text-align: center;
}
.btn + .btn {
  margin-top: 30px;
}

.btn-base-style, .btn--sub {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  border: none;
  position: relative;
  z-index: 1;
  height: 60px !important;
}

.btn {
  position: relative;
  margin-top: 60px;
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.btn .btn--main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 1em 2em;
  padding-bottom: 1.3em;
  width: 200px;
  height: 60px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  background-color: #D2302C;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn .btn--main:before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  border: 2px solid #000;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btn .btn--main:hover {
  text-decoration: none;
}
.btn .btn--sub {
  background: #fff;
  color: #000;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btn .btn--sub:hover {
  opacity: 0.5;
}

.btn .input-btn {
  width: 200px;
  height: 60px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  background-color: #D2302C;
  position: relative;
  display: inline-block;
}
.btn .input-btn input {
  margin-top: -2px;
  border: 0;
  background: none;
  padding: 0;
  z-index: 100;
  cursor: pointer;
}
.btn .input-btn input.btn--main:hover {
  opacity: 1;
}
.btn .input-btn .input-btn-inner {
  width: 200px;
  height: 60px;
  border: 2px solid #000;
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  display: inline-block;
  left: -4px;
  top: -4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn input.btn--main {
  font-weight: 500;
}
@media screen and (min-width: 581px) {
  .btn input.btn--main {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .btn input.btn--main:hover {
    opacity: 0.5;
  }
}

.btn--sub {
  border: 2px solid #000;
  margin: 2vw 0;
  border-radius: 0;
}
@media screen and (min-width: 581px) {
  .btn--sub:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 581px) and (max-width: 1000px) {
  .btn--sub {
    min-width: 30%;
  }
}

.detail__btn {
  font-size: 1.4em;
  font-weight: 500;
  position: absolute;
  bottom: 0;
  left: 3.5vw;
  z-index: 5;
}

.date, .category {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.05em;
}

.tit {
  line-height: 1.4;
  font-weight: 400;
  word-break: break-word;
  margin-bottom: 6px;
  letter-spacing: 0.05em;
}

.list__more {
  display: inline-block;
  position: relative;
}
.list__more a {
  display: block;
  font-weight: 500;
  position: relative;
}

.list--information li {
  padding: 0;
  border-bottom: 1px solid #E6DECD;
}
.list--information li:first-child {
  padding-top: 0;
}
.list--information li a {
  display: block;
  padding: 2.5em 0;
  position: relative;
}
.list--information li a .category {
  padding: 0.2em 0.8em;
  display: inline-block;
  border: 2px solid #000;
  font-size: 12px;
}
.list--information li a .date {
  display: inline-block;
  margin-left: 0.7em;
  color: #9B9B9B;
  font-size: 12px;
}
.list--information li a .tit {
  margin-bottom: 8px;
  position: relative;
  font-size: 16px;
  font-weight: 500;
}
.list--information li a .exclusive {
  padding: 0.2em 0.8em 0.4em;
  margin-top: 1.6em;
  border: 2px solid #000;
  display: block;
  width: 74px;
  text-align: center;
  font-size: 12px;
  line-height: 1;
}
.list--information li a .filing-date {
  color: #6A6A6A;
}
.list--information li a .filing-date .end {
  position: relative;
  color: #6A6A6A;
  padding-left: 17px;
}
.list--information li a .filing-date .end::before {
  content: "ー";
  display: inline-block;
  position: absolute;
  left: 0px;
}
.list--information li.new .tit::after {
  content: "New";
  display: inline-block;
  font-size: 1.2em;
  font-weight: 700;
  color: #D2302C;
  line-height: 1;
  margin-left: 0.5em;
  font-family: "Caveat", "Montserrat", sans-serif;
}
.list--information li.no-data {
  font-weight: 500;
  text-align: center;
  padding: 8em;
}
@media screen and (min-width: 1px) and (max-width: 580px) {
  .list--information li.no-data {
    padding: 29vh 2em;
  }
}
.list--information .no-data {
  border-bottom: none;
}

.list--contents > li, .list--contents .block__item,
.section--latest > li,
.section--latest .block__item {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  -webkit-transition: 0.6s cubic-bezier(0.39, 0.68, 0.35, 1.05);
  transition: 0.6s cubic-bezier(0.39, 0.68, 0.35, 1.05);
}
.list--contents > li.started, .list--contents .block__item.started,
.section--latest > li.started,
.section--latest .block__item.started {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.list--contents > li a, .list--contents .block__item a,
.section--latest > li a,
.section--latest .block__item a {
  display: block;
  position: relative;
}
.list--contents > li a .tit, .list--contents .block__item a .tit,
.section--latest > li a .tit,
.section--latest .block__item a .tit {
  position: relative;
}
.list--contents > li a .date, .list--contents .block__item a .date,
.section--latest > li a .date,
.section--latest .block__item a .date {
  font-size: 12px;
}
.list--contents > li.no-data, .list--contents .block__item.no-data,
.section--latest > li.no-data,
.section--latest .block__item.no-data {
  font-weight: 500;
  text-align: center;
  padding: 8em;
}
@media screen and (min-width: 1px) and (max-width: 580px) {
  .list--contents > li.no-data, .list--contents .block__item.no-data,
  .section--latest > li.no-data,
  .section--latest .block__item.no-data {
    padding: 29vh 2em;
  }
}
.list--contents > li .thumb, .list--contents .block__item .thumb,
.section--latest > li .thumb,
.section--latest .block__item .thumb {
  line-height: 0;
  overflow: hidden;
  aspect-ratio: 16/9;
  margin-bottom: 15px;
  position: relative;
  z-index: 5;
}
.list--contents > li .thumb img, .list--contents .block__item .thumb img,
.section--latest > li .thumb img,
.section--latest .block__item .thumb img {
  display: block;
  height: 100%;
  background: no-repeat center;
  background-size: cover;
}
.list--contents > li .list__thumb, .list--contents .block__item .list__thumb,
.section--latest > li .list__thumb,
.section--latest .block__item .list__thumb {
  position: relative;
}
.list--contents > li .list__thumb .date, .list--contents .block__item .list__thumb .date,
.section--latest > li .list__thumb .date,
.section--latest .block__item .list__thumb .date {
  width: 3.5em;
  height: 3.5em;
  background: #fff;
  border-radius: 5em;
  color: #D2302C;
  text-align: center;
  line-height: 3.2em;
  font-size: 1em;
  border: 2px solid;
  position: absolute;
  bottom: -1.2em;
  right: -0.8em;
  z-index: 20;
}

.section--latest .block__item a.new .tit::after,
.list--contents li.new a .tit::after {
  content: "New";
  display: inline-block;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1;
  margin-left: 0.5em;
}

.section--latest .block__item a .tit::after {
  color: #fff;
}

.list--qa li {
  margin-bottom: 20px;
}
.list--qa li .tit {
  position: relative;
}
.list--qa li.new a .tit::after {
  content: "New";
  display: inline-block;
  font-size: 1.2em;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  margin-left: 0.5em;
}
.list--qa li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 4px solid;
  padding: 2em;
}
.list--qa li a .list__txt {
  width: 100%;
  position: relative;
  padding-left: 2em;
}
.list--qa li a .list__txt i {
  position: absolute;
  font-size: 1.2em;
  left: 0;
  top: 0;
}
.list--qa li a .date {
  position: absolute;
  bottom: -3.2em;
  right: -3.8em;
  width: 3.5em;
  height: 3.5em;
  background: #D2302C;
  z-index: 2;
  border-radius: 5em;
  color: #fff;
  text-align: center;
  line-height: 3.2em;
  font-size: 1em;
  border: 3px solid;
}

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

.list--attention li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 0.5em;
}
.list--attention li:last-child {
  margin-bottom: 0;
}

.no-data {
  font-size: 1.1em;
  font-weight: 500;
  text-align: left;
  width: 100%;
}

@supports not (aspect-ratio: 16/9) {
  .list--contents li .thumb,
  .list--contents .block__item .thumb,
  .section--latest li .thumb,
  .section--latest .block__item .thumb {
    aspect-ratio: initial;
    padding-top: 56.25%;
  }
  .list--contents li .thumb img,
  .list--contents .block__item .thumb img,
  .section--latest li .thumb img,
  .section--latest .block__item .thumb img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@supports not (aspect-ratio: 9/16) {
  .list--blog.list--contents li .thumb {
    aspect-ratio: initial;
    padding-top: 177.7777777778%;
  }
  .list--blog.list--contents li .thumb img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .page--home .section--profile .block--thumbnail .block--item > div {
    aspect-ratio: initial;
  }
  .page--home .section--profile .block--thumbnail .block--item > div figure {
    width: 100%;
    padding-top: 100%;
  }
}
@supports not (aspect-ratio: 9/13) {
  .page--profile.section--detail .block--thumbnail .block--item > div {
    aspect-ratio: initial;
    position: relative;
    z-index: 20;
  }
  .page--profile.section--detail .block--thumbnail .block--item > div .thumb {
    padding-top: 144.4444444444% !important;
  }
  .page--profile.section--detail .block--thumbnail .block--item > div .thumb img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.header .drawer__btn {
  cursor: pointer;
}
.header .drawer__btn span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  background: #fff;
}
.header .drawer__btn {
  position: fixed;
  right: 4vw;
  top: 52px;
  z-index: 1001;
  background: #fff;
  border: 2px solid #000;
  border-radius: 100px;
}
.header .drawer__btn span {
  display: block;
  height: 2px;
  position: absolute;
  top: 4vw;
  z-index: 1001;
  cursor: pointer;
  background: #000;
}
.header .header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0;
  position: fixed;
  top: 0;
  left: 100%;
  background: #F8F4EC;
  z-index: 1000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.header .header__inner:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: center no-repeat url(/static/yonesanchi/fanclub/common/curvebg.svg);
  position: absolute;
  right: 0;
  z-index: 0;
}
.header .header__inner:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}
.header .header__inner .g-nav__login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 1;
}
.header .header__inner .g-nav__login li:nth-child(2) {
  margin-left: 16px;
}
.header .header__inner .g-nav__login a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 1em 2em;
  padding-left: 2.8em;
  padding-bottom: 1.5em;
  width: 140px;
  height: 40px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  background-color: #D2302C;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .header__inner .g-nav__login a:before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  border: 2px solid #000;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.header .header__inner .g-nav__login a:hover {
  text-decoration: none;
}
.header .header__inner .g-nav__login a span {
  position: relative;
}
.header .header__inner .g-nav__login a span:after {
  content: "";
  display: block;
  width: 13px;
  height: 11px;
  background: no-repeat center url(/static/yonesanchi/fanclub/common/pad.svg);
  background-size: contain;
  position: absolute;
  top: 3px;
}
.header .header__inner .block--menu {
  margin: 0 auto 0 4vw;
  display: block;
  height: 100%;
  position: relative;
  overflow-y: scroll;
  overflow-x: hidden;
  top: 0;
  width: 100%;
  height: 100%;
}
.header .header__inner .block--menu .g-nav .g-nav__fc {
  font-family: "Caveat", "Montserrat", sans-serif;
  margin-top: 160px;
  position: absolute;
  z-index: 100;
}
.header .header__inner .block--menu .g-nav .g-nav__fc li {
  font-weight: 500;
  padding-left: 2px;
}
.header .header__inner .block--menu .g-nav .g-nav__fc li a {
  color: #000;
  padding: 0;
  display: inline-block;
}
.header .header__inner .block--menu .g-nav .g-nav__fc li a img {
  height: 14px;
  margin-left: -2px;
}
.header .header__inner .block--menu .g-nav .g-nav__fc li a span {
  display: block;
  position: relative;
}
.header .header__inner .block--menu .g-nav .g-nav__fc li a span:after {
  content: "";
  position: absolute;
  bottom: -1vw;
  left: 0;
  width: 30%;
  height: 4px;
  background: #D2302C;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.header .header__inner .block--menu .g-nav .g-nav__fc li a span:hover:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  /*X方向にスケール拡大*/
}

/*drawer-visibleクラスが付与されると線が回転して×に*/
.drawer-visible .drawer__btn span:nth-of-type(1) {
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
  width: 50%;
}
.drawer-visible .drawer__btn span:nth-of-type(2) {
  opacity: 0;
}
.drawer-visible .drawer__btn span:nth-of-type(3) {
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
  width: 50%;
}

.drawer {
  background: #000;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 120%;
  right: 0;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: top 0.8s, opacity 0.8s 0.6s;
  transition: top 0.8s, opacity 0.8s 0.6s;
  z-index: 900;
  opacity: 0;
  pointer-events: none;
}
.drawer .block--wave {
  top: -44vw;
}
.drawer .nav--menu {
  width: 100%;
  padding-top: 20vw;
  padding: 6vw 15% 0;
}
.drawer .nav--menu .list--nav li {
  margin: 0 9vw 2vw;
}
.drawer .nav--menu .list--nav li a {
  color: #000;
  font-size: 4vw;
  font-weight: 500;
}
.drawer .nav--login {
  padding: 0 25%;
}
.drawer .nav--login .list--login li {
  width: 46%;
}
.drawer .nav--login .list--login li.login {
  margin-left: 4%;
}
.drawer .nav--login .list--login li a {
  padding: 13px 5px;
  color: #000;
}
.drawer .block--menu {
  padding: 0 10%;
}
.drawer .drawer-inner {
  position: relative;
}
.drawer .block--menu {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
}

.list--nav {
  text-align: center;
}
.list--nav li {
  display: inline-block;
}

.drawer-visible {
  opacity: 1;
  pointer-events: auto;
}
.drawer-visible .drawer {
  top: 38vw;
  opacity: 1;
  pointer-events: auto;
}
.drawer-visible .header .drawer__btn .drawer__visible {
  pointer-events: auto;
  background-size: 80% !important;
}
.drawer-visible .drawer__btn span.drawer__unvisible {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: scale(0);
          transform: scale(0);
  pointer-events: none;
}
.drawer-visible .header__inner {
  left: 0;
}

.footer {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
  background: #D2302C;
  color: #fff;
}
.footer:before {
  content: "";
  display: block;
  background: center no-repeat url(/static/yonesanchi/fanclub/common/footer_pad.svg);
  position: absolute;
  top: 0;
  left: -1px;
  background-size: contain;
  z-index: 2;
}
.footer .block--page-top {
  position: absolute;
  z-index: 2;
  width: 167px;
  height: 214px;
}
.footer .block--page-top a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.footer .block--page-top a .godog {
  position: absolute;
}
.footer .block--page-top a .balloon {
  position: absolute;
  -webkit-animation-name: fuwa;
          animation-name: fuwa;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}
.footer .nav--support {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 1.5em;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 2em;
  font-size: 12px;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 581px) {
  .footer .nav--support li a:hover {
    opacity: 0.5;
  }
}
.footer .copyright {
  font-weight: 500;
  width: 100%;
}
.footer .of-btn {
  margin-bottom: 6vw;
  position: relative;
  z-index: 3;
}
.footer .of-btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 1em 2em;
  padding-bottom: 1.3em;
  width: 260px;
  height: 60px;
  border-radius: 30px;
  color: #D2302C;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 24px;
  font-weight: 600;
  font-family: "Caveat", "Montserrat", sans-serif;
}
.footer .of-btn a:before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  border: 2px solid #000;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 30px;
}
.footer .of-btn a:hover {
  text-decoration: none;
}

.wrap {
  min-height: 100%;
  position: relative;
  overflow: hidden;
}

.section--detail .txt * {
  white-space: normal !important;
  word-break: break-word;
}
.section--detail.new .tit::after {
  content: "New";
  display: inline-block;
  font-size: 1.2em;
  font-weight: 700;
  color: #D2302C;
  line-height: 1;
  margin-left: 0.5em;
  font-family: "Caveat", "Montserrat", sans-serif;
}
.section--detail .date {
  margin-left: 0.7em;
  margin-bottom: 0.7em;
  display: inline-block;
  font-size: 12px;
  color: #9B9B9B;
}
.section--detail .category {
  padding: 0 0.8em;
  margin-bottom: 0.7em;
  display: inline-block;
  border: 2px solid #000;
}
.section--detail .tit {
  margin-bottom: 16px;
  position: relative;
  font-size: 18px;
  font-weight: 500;
}
.section--detail .txt {
  margin-top: 40px;
}
.section--detail .block--share li {
  display: inline-block;
  margin-right: 10px;
}
.section--detail .block--share li i {
  font-size: 17px;
}
.section--detail .block--share li:last-child {
  margin-right: 0;
  margin-left: -6px;
  position: relative;
  top: 4px;
}
.section--detail .block--share li svg {
  width: 18px;
  position: relative;
  top: 4px;
}
.section--detail .block--share li.share {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  margin-right: 10px;
  letter-spacing: 0.025em;
}
.section--detail .detail__btn {
  margin-top: 60px;
}

.page--home {
  /* header */
  /* section tit */
  /* swiper-wrapper */
  /* block-tit */
  /* fc area */
}
.page--home .header .logo {
  display: none;
}
.page--home .section-tit {
  font-weight: 500;
  line-height: 1;
  font-family: "Caveat", "Montserrat", sans-serif;
}
.page--home .section--hero {
  position: relative;
  height: 100vh;
  background: #F8F4EC;
}
.page--home .section--hero:before {
  content: "";
  display: block;
  width: 100%;
  background: center url(/static/yonesanchi/fanclub/common/fence.svg);
  position: absolute;
  background-size: auto;
  z-index: 31;
  bottom: 0;
}
.page--home .section--hero h1 {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  z-index: 31;
}
.page--home .section--hero .mainvisual {
  line-height: 1;
  position: absolute;
  z-index: 30;
}
.page--home .section--hero .mainvisual img {
  width: 100%;
  pointer-events: none;
}
.page--home .section--hero .loginbtn {
  margin-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  left: 4vw;
  z-index: 1100;
}
.page--home .section--hero .loginbtn li:first-child {
  margin-right: 16px;
}
.page--home .section--hero .loginbtn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 1em 2em;
  padding-left: 2.8em;
  padding-bottom: 1.3em;
  width: 140px;
  height: 40px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  background-color: #D2302C;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page--home .section--hero .loginbtn a:before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  border: 2px solid #000;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.page--home .section--hero .loginbtn a:hover {
  text-decoration: none;
}
.page--home .section--hero .loginbtn a span {
  position: relative;
}
.page--home .section--hero .loginbtn a span:after {
  content: "";
  display: block;
  width: 13px;
  height: 11px;
  background: no-repeat center url(/static/yonesanchi/fanclub/common/pad.svg);
  background-size: contain;
  position: absolute;
  top: 3px;
}
.page--home .section--hero.snow:before {
  background: center url(/static/yonesanchi/fanclub/common/fence_snow.svg);
}
.page--home .area--contents {
  position: relative;
  margin-top: -60px;
}
.page--home .swiper-wrapper li > a {
  display: block;
  line-height: 0;
  position: relative;
}
.page--home .swiper-container-horizontal > .swiper-pagination-bullets {
  text-align: left;
}
.page--home .sf-toolbar {
  display: none;
}
.page--home .section--banner {
  padding-bottom: 4vw;
  z-index: 32;
  position: relative;
}
.page--home .section--banner .part-wrap {
  display: none;
}
.page--home .section--banner .slick-dots {
  bottom: 0;
  text-align: left;
}
.page--home .section--banner .slick-dots li,
.page--home .section--banner .slick-dots li button {
  height: 4px;
  padding: 0;
}
.page--home .section--banner .slick-dots li button:before {
  content: "";
  height: 4px;
  line-height: 1;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  background: #CBCBCB;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}
.page--home .section--banner .slick-dots li.slick-active button:before {
  background: #D2302C;
}
.page--home .section--banner .swiper-wrapper .slick--parts {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
}
.page--home .section--banner .swiper-wrapper .slick--parts .slick-disabled.slick-prev, .page--home .section--banner .swiper-wrapper .slick--parts .slick-disabled.slick-next {
  opacity: 0.5;
}
.page--home .section--banner .swiper-wrapper .slick--parts .slick-prev::before, .page--home .section--banner .swiper-wrapper .slick--parts .slick-next::before {
  display: none;
}
.page--home .section--banner .swiper-wrapper .slick--parts .slick-dots {
  width: auto;
  position: relative;
}
.page--home .section--banner .swiper-wrapper .slick--parts .slick-prev {
  left: inherit;
  top: -6px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.page--home .section--banner .swiper-wrapper .slick--parts .slick-next {
  top: -1px;
  left: 30px;
  right: inherit;
}
@media screen and (min-width: 1px) and (max-width: 580px) {
  .page--home .section--banner .swiper-wrapper .slick--parts .slick-dots {
    margin-right: 1em;
  }
  .page--home .section--banner .swiper-wrapper .slick--parts .slick-prev {
    top: -10px;
  }
  .page--home .section--banner .swiper-wrapper .slick--parts .slick-next {
    top: -6px;
    left: 27px;
  }
}
.page--home .section--banner .swiper-wrapper .slick-list {
  padding-left: 0 !important;
  margin-left: 0;
  overflow: visible;
}
.page--home .section--info .contents-wrap,
.page--home .section--special .contents-wrap,
.page--home .section--onlinestore .contents-wrap,
.page--home .section--instagram .contents-wrap,
.page--home .section--pickup .contents-wrap {
  position: relative;
  z-index: 1;
}
.page--home .section--info .block--title,
.page--home .section--special .block--title,
.page--home .section--onlinestore .block--title,
.page--home .section--instagram .block--title,
.page--home .section--pickup .block--title {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.page--home .section--info .block--title img,
.page--home .section--special .block--title img,
.page--home .section--onlinestore .block--title img,
.page--home .section--instagram .block--title img,
.page--home .section--pickup .block--title img {
  height: 16px;
  margin-left: -2px;
}
.page--home .section--info .block--title .section-tit,
.page--home .section--special .block--title .section-tit,
.page--home .section--onlinestore .block--title .section-tit,
.page--home .section--instagram .block--title .section-tit,
.page--home .section--pickup .block--title .section-tit {
  position: relative;
  width: 100%;
  line-height: 1;
  font-weight: 500;
}
.page--home .section--info .block--title .section-tit:after,
.page--home .section--special .block--title .section-tit:after,
.page--home .section--onlinestore .block--title .section-tit:after,
.page--home .section--instagram .block--title .section-tit:after,
.page--home .section--pickup .block--title .section-tit:after {
  content: "";
  display: block;
  width: 1.2em;
  height: 4px;
  background: #D2302C;
  position: absolute;
  top: 130%;
  left: 0;
}
.page--home .section--info .block--title .list__more,
.page--home .section--special .block--title .list__more,
.page--home .section--onlinestore .block--title .list__more,
.page--home .section--instagram .block--title .list__more,
.page--home .section--pickup .block--title .list__more {
  margin-top: 60px;
  height: 1em;
  font-size: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
}
.page--home .section--info > [class^=list--],
.page--home .section--special > [class^=list--],
.page--home .section--onlinestore > [class^=list--],
.page--home .section--instagram > [class^=list--],
.page--home .section--pickup > [class^=list--] {
  margin: 80px 0 60px;
  width: 100%;
  -webkit-transition: 0.6s cubic-bezier(0.39, 0.68, 0.35, 1.05);
  transition: 0.6s cubic-bezier(0.39, 0.68, 0.35, 1.05);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  opacity: 0;
}
.page--home .section--info.started > [class^=list--],
.page--home .section--special.started > [class^=list--],
.page--home .section--onlinestore.started > [class^=list--],
.page--home .section--instagram.started > [class^=list--],
.page--home .section--pickup.started > [class^=list--] {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.page--home .section--info .list__more,
.page--home .section--special .list__more,
.page--home .section--onlinestore .list__more,
.page--home .section--instagram .list__more,
.page--home .section--pickup .list__more {
  margin-top: 60px;
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.page--home .section--info .list__more a,
.page--home .section--special .list__more a,
.page--home .section--onlinestore .list__more a,
.page--home .section--instagram .list__more a,
.page--home .section--pickup .list__more a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 1em 2em;
  padding-bottom: 1.3em;
  width: 200px;
  height: 60px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  background-color: #D2302C;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page--home .section--info .list__more a:before,
.page--home .section--special .list__more a:before,
.page--home .section--onlinestore .list__more a:before,
.page--home .section--instagram .list__more a:before,
.page--home .section--pickup .list__more a:before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  border: 2px solid #000;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.page--home .section--info .list__more a:hover,
.page--home .section--special .list__more a:hover,
.page--home .section--onlinestore .list__more a:hover,
.page--home .section--instagram .list__more a:hover,
.page--home .section--pickup .list__more a:hover {
  text-decoration: none;
}
.page--home .section--info {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(98%, #fff), color-stop(0%, #F8F4EC));
  background: -webkit-linear-gradient(#fff 98%, #F8F4EC 0%);
  background: linear-gradient(#fff 98%, #F8F4EC 0%);
  position: relative;
}
.page--home .section--info:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: center no-repeat url(/static/yonesanchi/fanclub/common/curvebg.svg);
  position: absolute;
  right: 0;
  z-index: 0;
}
.page--home .section--info:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: center no-repeat url(/static/yonesanchi/fanclub/common/curvebg_d.svg);
  position: absolute;
  left: 0;
  z-index: 0;
}
.page--home .section--info .dog01 {
  position: relative;
}
.page--home .section--info .dog01:before {
  content: "";
  display: block;
  background: center no-repeat url(/static/yonesanchi/fanclub/common/dog_look.svg);
  position: absolute;
  z-index: 3;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  -webkit-animation: anim_s 5s infinite;
          animation: anim_s 5s infinite;
  pointer-events: none;
}
.page--home .section--special li {
  border: none;
}
.page--home .section--special li .brackets {
  position: relative;
  margin: 4vw auto 0;
}
.page--home .section--special li .brackets .box-border {
  position: absolute;
  z-index: 5;
}
.page--home .section--special li .brackets .box-border.box-border-leftTop {
  top: 0;
}
.page--home .section--special li .brackets .box-border.box-border-leftBottom {
  bottom: 0;
}
.page--home .section--special li .brackets .box-border.box-border-rightTop {
  top: 0;
}
.page--home .section--special li .brackets .box-border.box-border-rightBottom {
  bottom: 0;
}
.page--home .section--special li .thumb {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.page--home .section--special li .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  background-size: contain;
}
.page--home .section--special li .thumb .blur {
  width: 200%;
  height: 200%;
  position: absolute;
  top: -50%;
  left: -50%;
  z-index: 1;
  -webkit-filter: blur(6px);
          filter: blur(6px);
  background-size: cover;
}
.page--home .section--special li .thumb .blur img {
  width: 100%;
  height: 100%;
  background-size: cover;
}
.page--home .section--onlinestore {
  position: relative;
}
.page--home .section--onlinestore .contents-wrap {
  margin-top: -8vw !important;
}
.page--home .section--onlinestore:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: center no-repeat url(/static/yonesanchi/fanclub/common/curvebg.svg);
  position: absolute;
  right: 0;
  z-index: 0;
  pointer-events: none;
}
.page--home .section--onlinestore:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: center no-repeat url(/static/yonesanchi/fanclub/common/curvebg_d.svg);
  position: absolute;
  left: 0;
  z-index: 0;
}
.page--home .section--onlinestore .store-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page--home .section--onlinestore .store-list li .detail {
  font-weight: 500;
  line-height: 1.4;
}
.page--home .section--onlinestore .store-list li figure img {
  border: 1px solid #eee;
}
.page--home .section--onlinestore .store-list li .ps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.page--home .section--onlinestore .store-list li .ps .price {
  font-weight: 500;
  position: relative;
}
.page--home .section--onlinestore .store-list li .ps .soldout {
  color: #cc6966;
  font-weight: 500;
  padding-left: 8px;
  letter-spacing: 0;
  font-size: 12px;
}
.page--home .section--instagram .list--information li {
  border-bottom: none;
}
.page--home .section--instagram .list--instagram {
  margin: 0 0 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.page--home .section--instagram .list--instagram img {
  border: 2px solid #000;
  pointer-events: none;
}
.page--home .section--instagram .list--instagram .instagram_txt {
  position: relative;
}
.page--home .section--instagram .list--instagram .instagram_txt:after {
  content: "";
  display: block;
  width: 170px;
  height: 53px;
  background: center no-repeat url(/static/yonesanchi/fanclub/common/followme.svg);
  position: absolute;
  background-size: auto;
  z-index: 2;
  pointer-events: none;
}
.page--home .section--instagram .list--instagram .instagram_txt .exclusive {
  padding: 0.2em 0.8em 0.4em;
  margin-bottom: 1.6em;
  border: 2px solid #000;
  display: block;
  width: 74px;
  text-align: center;
  font-size: 12px;
  line-height: 1;
}
.page--home .section--instagram .list__more {
  margin-top: 80px;
}
.page--home .section--instagram .list__more a:after {
  content: "";
  display: block;
  width: 87px;
  height: 150px;
  background: center no-repeat url(/static/yonesanchi/fanclub/common/hart.svg);
  position: absolute;
  top: -60%;
  right: -10%;
  background-size: auto;
  z-index: 2;
  pointer-events: none;
}
.page--home .section--pickup {
  margin-bottom: -26vw;
}
.page--home .section--pickup .contents-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.page--home .section--pickup .block--title {
  display: inline-block;
  z-index: 1;
}
.page--home .section--pickup .swiper-wrapper {
  width: 82%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page--home .section--pickup .swiper-wrapper a {
  display: inline-block;
}
.page--home .section--pickup .swiper-wrapper a:hover {
  -webkit-filter: drop-shadow(0px 3px 9px rgba(0, 0, 0, 0.1215686275));
          filter: drop-shadow(0px 3px 9px rgba(0, 0, 0, 0.1215686275));
}
.page--home .section--pickup .no-data {
  text-align: center;
  margin: auto;
}
.page--home .section--info .block--title::after {
  top: 60px;
}
.page--home .section--info .block--title .list__more {
  top: 130px;
}
.page--home .section--pickup.no-pickup {
  display: none;
}
.page--home .area--fanclub {
  background: #D2302C;
  padding: 10vw;
  color: #fff;
}
.page--home .area--fanclub .section-tit, .page--home .area--fanclub .block-tit {
  font-size: 30px;
  font-weight: 500;
}
.page--home .area--fanclub > .block--title {
  border-bottom: 5px solid;
  padding-bottom: 2vw;
  margin-bottom: 9vw;
  margin-right: 1em;
  position: relative;
}
.page--home .area--fanclub > .block--title .block--tit {
  display: inline-block;
  width: 23vw;
  height: 7vw;
}
.page--home .area--fanclub > .block--title .block--tit svg {
  width: 100%;
  height: 100%;
  fill: #fff;
}
.page--home .area--fanclub > .block--title .nav--login {
  display: inline-block;
  font-weight: 500;
  line-height: 1;
  margin-left: 1em;
  position: absolute;
  bottom: 15px;
  right: 0;
}
.page--home .area--fanclub > .block--title .nav--login ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5em;
  font-size: 2em;
  position: relative;
}
.page--home .area--fanclub > .block--title .nav--login ul li {
  position: relative;
}
@media screen and (min-width: 581px) {
  .page--home .area--fanclub > .block--title .nav--login ul li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .page--home .area--fanclub > .block--title .nav--login ul li a:hover {
    opacity: 0.5;
  }
}
.page--home .area--fanclub > .block--title .nav--login ul li.list--item__login::after {
  content: "";
  display: block;
  width: 2px;
  height: 2em;
  background: #fff;
  position: absolute;
  left: -0.8em;
  top: -0.5em;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}
.page--home .section--latest li.new .tit::after,
.page--home .list--blog li.new .tit::after {
  color: #fff;
}
.page--home .section--latest {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 3.8vw;
  row-gap: 4vw;
  position: relative;
}
.page--home .section--latest > .block__item {
  width: calc((100% - 4vw) / 2);
  padding-left: 3em;
  position: relative;
}
.page--home .section--latest > .block__item .block-tit {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  line-height: 1;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  left: 1em;
}
.page--home .section--latest > .block__item .no-data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 21vw;
  background: #0043eb;
}
@media screen and (min-width: 581px) {
  .page--home .section--latest > .block__item .no-data {
    min-height: 250px;
  }
}
@media screen and (min-width: 1px) and (max-width: 580px) {
  .page--home .section--latest > .block__item .no-data {
    height: 37vw;
  }
}
.page--home .section--latest > .block__item .block--box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 21vw;
  border: 1px solid;
  padding: 2em;
  text-align: center;
}
@media screen and (min-width: 581px) {
  .page--home .section--latest > .block__item .block--box {
    min-height: 250px;
  }
}
@media screen and (min-width: 1px) and (max-width: 580px) {
  .page--home .section--latest > .block__item .block--box {
    height: 37vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 580px) {
  .page--home .section--latest > .block__item .block--box .btn {
    width: 100%;
  }
}
.page--home .section--latest > .block__item .block--box .btn--main {
  background: #fff;
  color: #D2302C;
}
@media screen and (min-width: 581px) {
  .page--home .section--latest > .block__item .block--box .btn--main:hover {
    background: #000;
    color: #fff;
  }
}

/* keyframes
------------------------------ */
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(1080deg);
            transform: rotate(1080deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(1080deg);
            transform: rotate(1080deg);
  }
}
@-webkit-keyframes line {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  49.9% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  50% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
}
@keyframes line {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  49.9% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  50% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
}
body:not(.page--home) .header h1 {
  position: absolute;
}
body:not(.page--home) .header h1 a {
  display: block;
  position: relative;
  z-index: 3;
}
body:not(.page--home) footer {
  position: absolute;
  bottom: 0;
}
body:not(.page--home) .wrap {
  padding-bottom: 320px;
}

.member_login .wrap:before {
  content: "";
  display: block;
  background: center no-repeat url(/static/yonesanchi/fanclub/common/light.svg);
  position: absolute;
  top: 0;
  background-size: contain;
  z-index: 2;
}

.section--list {
  margin: 0 auto;
}
.section--list .section-tit {
  position: relative;
  width: 100%;
  line-height: 1;
  font-weight: 500;
  font-size: 40px;
  font-family: "Caveat", "Montserrat", sans-serif;
}
.section--list .section-tit:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: -20px;
  left: -12px;
}
.section--list .section-tit:after {
  content: "";
  display: block;
  width: 1.2em;
  height: 4px;
  background: #D2302C;
  position: absolute;
  top: 130%;
  left: 0;
}
.section--list .block--title {
  margin-bottom: 60px;
}
.section--list .block--category {
  font-size: 13px;
  padding-left: 10px;
  padding-top: 2vw;
}
.section--list .block--category li.current {
  font-weight: 800;
}
.section--list .list--information,
.section--list .list--qa {
  margin-top: 0;
}
.section--list .list--information li,
.section--list .list--qa li {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  -webkit-transition: 0.6s cubic-bezier(0.39, 0.68, 0.35, 1.05);
  transition: 0.6s cubic-bezier(0.39, 0.68, 0.35, 1.05);
}
.section--list .list--information li.started,
.section--list .list--qa li.started {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.section--list .list--information a,
.section--list .list--qa a {
  font-size: 14px;
}
.section--list .list--information a .date, .section--list .list--information a .category,
.section--list .list--qa a .date,
.section--list .list--qa a .category {
  font-size: 12px;
}
@media screen and (min-width: 581px) {
  .section--list .list--contents li {
    width: 80%;
    margin: 0 0 0 auto;
  }
}

.section--detail {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
@media screen and (min-width: 581px) {
  .section--detail {
    padding: 20vw 40px 208px;
    max-width: 1100px;
  }
}
@media screen and (min-width: 1px) and (max-width: 580px) {
  .section--detail {
    width: 100%;
  }
}

.page--info .block--title, .page--faq .block--title {
  margin-bottom: 60px;
}
.page--info .block--title .section--tit, .page--faq .block--title .section--tit {
  position: relative;
  width: 100%;
  line-height: 1;
  font-weight: 500;
  font-family: "Caveat", "Montserrat", sans-serif;
}
.page--info .block--title .section--tit:after, .page--faq .block--title .section--tit:after {
  content: "";
  display: block;
  width: 1.2em;
  height: 4px;
  background: #D2302C;
  position: absolute;
  top: 130%;
  left: 0;
}
.page--info .hidden, .page--faq .hidden {
  display: none;
}
.page--info .message, .page--faq .message {
  min-width: 100px;
  height: 16px;
  border-radius: 8px;
  background: #fff;
  font-size: 10px;
  text-align: center;
  line-height: 16px;
  position: absolute;
  left: 0%;
  bottom: 40px;
}
.page--info .popup-message, .page--faq .popup-message {
  -webkit-animation: popup 3s forwards;
          animation: popup 3s forwards;
}
@-webkit-keyframes popup {
  0% {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
    opacity: 0;
  }
  10%, 90% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
    opacity: 0;
    pointer-events: none;
  }
}
@keyframes popup {
  0% {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
    opacity: 0;
  }
  10%, 90% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
    opacity: 0;
    pointer-events: none;
  }
}

.page--info.category-1 .section--list .section-tit:before {
  width: 200px;
  height: 16px;
  background: center no-repeat url(/static/yonesanchi/fanclub/common/news.svg);
  background-size: contain;
}

.page--info .section--detail .txt a, .page--faq .section--detail .txt a {
  text-decoration: underline;
}
.page--info .section--detail .section--inner .block--title, .page--faq .section--detail .section--inner .block--title {
  height: auto;
  border-bottom: 3px solid;
  padding-bottom: 10px;
  position: -webkit-sticky;
  position: sticky;
  top: 15vw;
}
.page--info .section--detail .detail__btn, .page--faq .section--detail .detail__btn {
  color: #000;
  font-size: 1.2em;
  left: 0;
}
@media screen and (min-width: 1px) and (max-width: 580px) {
  .page--info .section--detail .block--title, .page--faq .section--detail .block--title {
    border-bottom: 3px solid;
    margin-bottom: 5em;
  }
}
.page--info .section--detail .date, .page--faq .section--detail .date {
  position: relative;
}
.page--info .block--share, .page--faq .block--share {
  position: relative;
  margin-top: 4vw;
}
.page--info .block--share li a i, .page--faq .block--share li a i {
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page--info .filing-date, .page--faq .filing-date {
  color: #6A6A6A;
}
.page--info .filing-date .end, .page--faq .filing-date .end {
  position: relative;
  color: #6A6A6A;
  padding-left: 17px;
}
.page--info .filing-date .end:before, .page--faq .filing-date .end:before {
  content: "ー";
  display: inline-block;
  position: absolute;
  left: 0px;
}
.page--info .exclusive, .page--faq .exclusive {
  padding: 0.2em 0.8em 0.4em;
  margin: 1.6em 0;
  border: 2px solid #000;
  display: block;
  width: 74px;
  text-align: center;
  font-size: 12px;
  line-height: 1;
}
.page--info .block--title .thumb, .page--faq .block--title .thumb {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  width: 75%;
  height: 460px;
}
.page--info .block--title .thumb .blur, .page--faq .block--title .thumb .blur {
  width: 200%;
  height: 220%;
  position: absolute;
  top: -50%;
  left: -50%;
  z-index: 1;
  -webkit-filter: blur(6px);
          filter: blur(6px);
  background-size: cover;
}
.page--info .block--title .thumb img, .page--faq .block--title .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  background-size: contain;
}

.page--info.category-12 .section--list .section-tit:before {
  width: 200px;
  height: 16px;
  background: center no-repeat url(/static/yonesanchi/fanclub/common/special.svg);
  background-size: contain;
}
.page--info.category-12 .list--information li a .date {
  margin-left: 0;
}
.page--info.category-12 .list--information li a .thumb {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.page--info.category-12 .list--information li a .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  background-size: contain;
}
.page--info.category-12 .list--information li a .thumb .blur {
  width: 200%;
  height: 200%;
  position: absolute;
  top: -50%;
  left: -50%;
  z-index: 1;
  -webkit-filter: blur(6px);
          filter: blur(6px);
  background-size: cover;
}
.page--info.category-12 .list--information li a .thumb .blur img {
  width: 100%;
  height: 100%;
  background-size: cover;
}

.page--bbs .no-data {
  text-align: center;
  margin: 4vw auto;
}
.page--bbs .section--list .section-tit:before {
  width: 200px;
  height: 16px;
  background: center no-repeat url(/static/yonesanchi/fanclub/common/bbs.svg);
  background-size: contain;
}
.page--bbs .section--detail {
  text-align: center;
}
.page--bbs .section--detail .block--thread-info .section-tit {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 1vw;
}
.page--bbs .section--detail .block--thread-info,
.page--bbs .section--detail .txt--basic,
.page--bbs .section--detail .form--confirm,
.page--bbs .section--detail dl {
  text-align: left;
}
.page--bbs .section--detail .txt {
  margin: 0;
  padding: 0;
}
.page--bbs .section--detail .list--information {
  margin: 6% 0;
  text-align: left;
}
.page--bbs .section--detail .comment li {
  padding: 2em 0;
  position: relative;
}
.page--bbs .section--detail .comment li .btn--report {
  color: #9B9B9B;
  font-size: 12px;
  position: absolute;
  right: 0;
}
.page--bbs .section--detail .comment li .name {
  font-weight: 500;
}
.page--bbs .section--detail .comment li .block--user {
  line-height: 1;
}
.page--bbs .section--detail .comment li .date {
  margin-bottom: 0;
  line-height: 1;
  margin-left: 0;
}
.page--bbs .section--detail #comment_form dt {
  margin: 0 0 12px;
  font-size: 12px;
  line-height: 1;
}
.page--bbs .section--detail #comment_form dd {
  margin: 0 0 2em;
  line-height: 1;
  padding-bottom: 2em;
}
.page--bbs .section--detail #comment_form dd textarea {
  margin: 0 auto 24px;
}
.page--bbs .section--detail .block--error {
  margin-bottom: 2vw;
}
.page--bbs .commented {
  margin-bottom: 80px !important;
}
.page--bbs .btn--sub {
  margin: 0 auto;
}

.page--qa .section--list .section-tit:before {
  width: 200px;
  height: 16px;
  background: center no-repeat url(/static/yonesanchi/fanclub/common/qa.svg);
  background-size: contain;
}
.page--qa .qa_attention {
  position: relative;
  border: dashed 2px #D2302C;
  background: #F8F4EC;
}
.page--qa .qa_attention:before {
  content: "";
  display: block;
  background: center no-repeat url(/static/yonesanchi/fanclub/feature/food.svg);
  position: absolute;
  background-size: contain;
  -webkit-animation: anim_s 5s infinite;
  animation: anim_s 5s infinite;
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
  z-index: 3;
}
.page--qa .qa_attention p {
  font-size: 18px;
  font-weight: 500;
}
.page--qa .qa_attention p span {
  font-size: 12px;
  font-weight: normal;
  display: inline-block;
}
.page--qa .list--information li a .tit {
  margin-bottom: 0.5em;
}
.page--qa .list--information li a .date, .page--qa .list--information li a .category {
  margin-bottom: 0;
}
.page--qa .block--error {
  padding: 2em;
  margin: 2em auto;
}
@media screen and (min-width: 1px) and (max-width: 580px) {
  .page--qa .block--error {
    font-size: 12px;
    padding: 1em;
  }
}
.page--qa .section--detail .date {
  display: block;
}
.page--qa .section--detail .block--inner {
  position: relative;
}
.page--qa .section--detail .block__answer__inner > div {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2em;
  -webkit-transition: 0.6s cubic-bezier(0.39, 0.68, 0.35, 1.05);
  transition: 0.6s cubic-bezier(0.39, 0.68, 0.35, 1.05);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
}
.page--qa .section--detail .block__answer__inner > div.started {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.page--qa .section--detail .block--pager {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 25%;
  padding-top: 2vw;
  right: inherit;
}
.page--qa .section--detail .block--pager .pager__item--other {
  width: 7em;
  text-align: center;
}
.page--qa .section--detail .block--pager .pager__item--newer a::after,
.page--qa .section--detail .block--pager .pager__item--newer span::after {
  left: 0;
}
.page--qa .section--detail .block--pager .pager__item--older a::after,
.page--qa .section--detail .block--pager .pager__item--older span::after {
  right: 0;
}
.page--qa .section--detail i {
  display: block;
  margin-bottom: 3vw;
}
.page--qa .section--detail .tit--q {
  font-size: 16px;
  line-height: 1.4;
}
.page--qa .section--detail .tit--q i {
  font-weight: 500;
  font-size: 14px;
  border-bottom: 2px solid #E6DECD;
  line-height: 1;
  padding-bottom: 10px;
}
.page--qa .section--detail .tit--q .name {
  font-size: 12px;
  margin-top: 2vw;
  color: #9B9B9B;
}
.page--qa .section--detail .tit--q .date {
  display: block;
  font-size: 10px;
  font-weight: 500;
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
}
.page--qa .section--detail .block__answer {
  margin-top: 4vw;
}
.page--qa .section--detail .block__answer i {
  font-weight: 500;
  border-bottom: 2px solid #E6DECD;
  margin-top: 18px;
  padding-bottom: 6px;
}
.page--qa .btn--sub {
  margin: 0 auto;
}
.page--qa .list__txt .date {
  margin-left: 0;
}

.page--support h2 {
  line-height: 1;
  font-size: 24px;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.page--support .list--support {
  margin: 60px auto 0;
}
.page--support .list--support dt {
  padding: 0 0 0.5vw;
  margin-bottom: 1.5vw;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 2px solid #000;
}
.page--support .terms-list li ul {
  padding-left: 2vw;
}
.page--support .terms-list li ul li {
  margin-bottom: 1vw;
}

.page--course-change .rule {
  color: #D2302C;
}
.page--course-change .block--list .title {
  font-weight: 500;
  font-size: 1.8em;
  line-height: 1.5;
  margin-bottom: 1.5em;
}
.page--course-change .block--list .title span {
  font-size: 0.8em;
}
.page--course-change .block--list .block-tit {
  border-bottom: 2px solid;
  font-size: 1.2em;
  padding-bottom: 0.2em;
  margin-bottom: 1.5em;
}
.page--course-change .block--list__item {
  margin: 4em 0;
}
.page--course-change .block--list__item .block {
  background: #CBCBCB;
  padding: 2em;
  margin: 1em auto;
}
.page--course-change .block--list__item .block .tit {
  font-size: 1.2em;
  margin-bottom: 0.8em;
}
.page--course-change table {
  width: 100%;
  margin: 0 auto 30px;
  border: 1px solid #000;
  border-collapse: collapse;
}
.page--course-change table th {
  width: 30%;
  padding: 15px 20px;
  border: 1px solid #000;
  text-align: center;
  vertical-align: middle;
}
.page--course-change table td {
  padding: 15px 20px;
  border: 1px solid #000;
  vertical-align: middle;
}

.page--faq .section-tit {
  line-height: 1;
  font-size: 24px;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}
.page--faq .section-tit:before {
  content: none;
}
.page--faq .section-tit:after {
  content: none;
}
.page--faq .block--title::before {
  display: none;
}
.page--faq .searchBox {
  width: 50%;
  margin: 4vw auto 4vw 0;
  position: relative;
}
.page--faq .searchBox input[type=text] {
  background: #fff;
  border-radius: 5px;
  width: 100%;
  border: none;
  padding: 10px 16px;
  font-size: 16px;
}
.page--faq .searchBox input[type=submit] {
  width: 40px;
  font-family: FontAwesome;
  font-size: 20px;
  line-height: 40px;
  color: #000;
  background: transparent;
  border: none;
  border-radius: 30px;
  position: absolute;
  top: 5px;
  right: 3px;
  z-index: 2;
  cursor: pointer;
}
.page--faq .tit--category {
  font-size: 16px;
  font-weight: 500;
}
.page--faq .list--faq li,
.page--faq .list--information li {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  position: relative;
  border-bottom: 1px solid #E6DECD;
}
.page--faq .list--faq li a .tit,
.page--faq .list--information li a .tit {
  font-size: 14px;
  font-weight: normal;
  margin-left: 24px;
}
.page--faq .list--faq li a .txt,
.page--faq .list--information li a .txt {
  margin: 0 0 auto 24px;
  line-height: 1.4em;
  font-size: 14px;
  font-weight: normal;
}
.page--faq .list--faq .txt,
.page--faq .list--information .txt {
  padding-top: 0;
}
.page--faq .list--faq .icon--a,
.page--faq .list--information .icon--a {
  display: none;
}
.page--faq .list--faq .icon--q,
.page--faq .list--information .icon--q {
  position: absolute;
  left: 0;
  top: 1.3em;
  color: #D2302C;
  font-weight: 500;
}
.page--faq .section--detail .category {
  font-size: 12px;
  margin-left: 0;
  margin-bottom: 1em;
}
.page--faq .section--detail .section--inner > .txt {
  margin-top: 2em;
}
@media screen and (min-width: 581px) {
  .page--faq .section--detail .section--inner > .txt a:hover {
    text-decoration: none;
    opacity: 0.5;
  }
}
.page--faq .section--detail .detail__btn {
  left: 0;
}
.page--faq .section--detail .detail__btn a {
  text-decoration: none;
}
.page--faq .block--more-faq {
  margin-top: 4em;
}
.page--faq .block--more-faq .list--faq li a {
  line-height: 1.4;
  text-decoration: none;
}
.page--faq .block--contact {
  margin: 40px 0 0;
}
.page--faq .block--contact .link a {
  position: relative;
  border-bottom: 1px solid #000;
  padding: 0 0 0.2em;
}
.page--faq .block--contact .link a::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #000;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  position: relative;
  bottom: 2px;
}
.page--faq .block--contact a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 581px) {
  .page--faq .block--contact a:hover {
    opacity: 0.5;
  }
  .page--faq .block--contact a:hover + i {
    color: #000;
  }
}
.page--faq dl {
  margin: 2vw 0 80px;
}
.page--faq dl dt {
  position: relative;
  margin-bottom: 1vw;
}
.page--faq dl dt .icon--q {
  position: absolute;
  left: 0;
  top: -3px;
  color: #D2302C;
  font-size: 16px;
  font-weight: 500;
}
.page--faq dl dt .txt {
  margin-bottom: 2em;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4em;
}
.page--faq dl dd {
  position: relative;
  margin-bottom: 1vw;
}
.page--faq dl dd .txt {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4em;
}

.page--faq--detail .tit--category {
  font-size: 14px;
}

@media screen and (min-width: 581px) {
  .page--inquiry.section--list {
    min-height: calc(100vh - 12vw);
  }
}
@media screen and (min-width: 581px) and (max-width: 1000px) {
  .page--inquiry.section--list {
    min-height: calc(100vh - 16vw);
  }
}
@media screen and (min-width: 1px) and (max-width: 580px) {
  .page--inquiry.section--list .block--list {
    width: 80vw;
    margin-left: 7vw;
  }
}
.page--inquiry .required {
  font-size: 11px;
  color: #fff;
  background: #D2302C;
  padding: 4px 8px;
  margin-left: 1em;
}

.page--questionnaire .section-tit {
  font-size: 24px;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.page--questionnaire .btn--sub {
  margin: 0 auto;
}
.page--questionnaire .wrap > section {
  position: relative;
  z-index: 2;
}
.page--questionnaire .wrap > section .ph {
  margin-bottom: 5vw;
}
.page--questionnaire .wrap > section .tit {
  font-size: 16px;
}
.page--questionnaire .wrap > section form input:not([type=submit]), .page--questionnaire .wrap > section form textarea {
  border-radius: 5px;
  margin-right: 8px;
  border: 1px solid #999999;
  background: #f7f7f7;
}
.page--questionnaire .wrap > section form .form--post {
  margin: 4em auto;
}
.page--questionnaire .wrap > section form .form--post dt:first-child {
  margin-top: 0;
}
.page--questionnaire .wrap > section form .form--post .form__select select {
  cursor: pointer;
}
.page--questionnaire .wrap > section form .form--post .form__radio label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.page--questionnaire .wrap > section form .form--post .form__radio li {
  margin-bottom: 0.5vw;
}
.page--questionnaire .wrap > section form .form--horizontal li {
  display: inline-block;
}
.page--questionnaire .wrap > section form .icon--required::before {
  content: "必須";
  font-size: 11px;
  color: #fff;
  background: #D2302C;
  padding: 2px 8px;
  margin-left: 1em;
}
.page--questionnaire.confirm form {
  margin-top: 30px;
}
.page--questionnaire.confirm .form--confirm dt {
  font-size: 12px;
  font-weight: bold;
}
@media screen and (min-width: 1px) and (max-width: 580px) {
  .page--questionnaire.confirm .form--confirm dt {
    opacity: 0.5;
    font-size: 11px;
  }
}
.page--questionnaire.confirm .form--confirm dd {
  font-size: 15px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 1px) and (max-width: 580px) {
  .page--questionnaire.confirm .form--confirm dd {
    font-size: 14px;
    padding-bottom: 0.8em;
    margin-bottom: 0.8em;
  }
}
.page--questionnaire.confirm .form--confirm dd:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

.page--entry.section--detail .section-tit {
  line-height: 1;
  font-size: 24px;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.page--entry.section--detail .intro-txt {
  margin-top: 60px;
  position: relative;
  border: dashed 2px #D2302C;
}
.page--entry.section--detail .intro-txt:after {
  content: "";
  display: inline-block;
  position: absolute;
  background: center no-repeat url(/static/yonesanchi/fanclub/common/message.svg);
  -webkit-transform: rotate(9deg);
          transform: rotate(9deg);
}
.page--entry.section--detail .entry-btn {
  margin-top: 60px;
  position: absolute;
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.page--entry.section--detail .entry-btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 1em 2em;
  padding-bottom: 1.3em;
  width: 290px;
  height: 80px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  background-color: #D2302C;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page--entry.section--detail .entry-btn a:before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  border: 2px solid #000;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.page--entry.section--detail .entry-btn a:hover {
  text-decoration: none;
}
.page--entry.section--detail .entry-btn-wrap {
  margin-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.page--entry.section--detail .entry-btn-wrap .entry-btn {
  margin-top: 0;
  position: relative;
  -webkit-transform: none;
          transform: none;
  left: 0;
}
.page--entry.section--detail .entry-btn-wrap .entry-btn .gry {
  background-color: #898A8A;
}
.page--entry.section--detail .block--contents .block-tit {
  font-size: 22px;
  font-weight: 500;
  color: #D2302C;
}
.page--entry.section--detail .block--contents .list--contents-list {
  margin-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 2vw;
}
.page--entry.section--detail .block--contents .list--contents-list li {
  border: dashed 2px #D2302C;
}
.page--entry.section--detail .block--contents .list--contents-list li .tit {
  font-weight: 500;
}
.page--entry.section--detail .block--method .block-tit {
  font-size: 22px;
  font-weight: 500;
  color: #D2302C;
}
.page--entry.section--detail .block--method .txt span {
  font-size: 12px;
}
.page--entry.section--detail .block--method .txt .settlement {
  display: block;
  font-size: 16px;
  font-weight: 500;
}
.page--entry.section--detail .block--method .txt a {
  text-decoration: underline;
}

.page--instagram.section--detail .section-tit {
  font-size: 24px;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.page--instagram.section--detail .intro-txt {
  margin-top: 60px;
  position: relative;
  border: dashed 2px #D2302C;
}
.page--instagram.section--detail .block--method .block-tit {
  font-size: 22px;
  font-weight: 500;
  color: #D2302C;
}
.page--instagram.section--detail .block--method dl {
  margin-bottom: 4vw;
}
.page--instagram.section--detail .block--method dl dt {
  font-size: 20px;
  display: inline-block;
  background: #D2302C;
  padding: 4px 12px;
  margin-bottom: 1vw;
  color: #fff;
  font-weight: 500;
}
.page--instagram.section--detail .block--method dl dd {
  text-align: center;
}
.page--instagram.section--detail .block--method dl dd img {
  margin: 1vw 0;
  display: block;
}
.page--instagram.section--detail .block--method dl dd .txt {
  margin-top: 0;
  font-size: 16px;
  text-align: left;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.page--instagram.section--detail .block--method dl dd .txt span {
  text-align: left;
  display: block;
}
.page--instagram.section--detail .block--method dl dd span {
  font-size: 12px;
  text-align: left;
  display: block;
}
.page--instagram.section--detail .block--method dl dd .arrow-bottom {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 6vw auto;
  border-bottom: 4px solid #000;
  border-right: 4px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0.2;
  transform: rotate(45deg);
}
.page--instagram.section--detail .block--method .follow {
  text-align: center;
}
.page--instagram.section--detail .block--method .follow .btn {
  position: relative;
  -webkit-transform: none;
          transform: none;
  left: 0;
}
.page--instagram.section--detail .block--method .follow .btn a {
  width: 330px;
  height: 80px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-decoration: none;
}
.page--instagram.section--detail .block--method .follow .gry {
  background-color: #898A8A;
}
.page--instagram.section--detail .block--method .follow a {
  text-decoration: underline;
}
.page--instagram.section--detail .block--method .txt span {
  font-size: 12px;
}
.page--instagram.section--detail .block--method .txt .settlement {
  display: block;
  font-size: 16px;
  font-weight: 500;
}
.page--instagram.section--detail .block--method .txt a {
  text-decoration: underline;
}
.page--instagram.section--detail p a {
  text-decoration: underline;
}

.detail__btn {
  left: -36vw;
  color: #fff;
}

.page--streaming.section--detail .btn a {
  text-decoration: none;
}
.page--streaming.section--detail .section-tit {
  font-size: 24px;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.page--streaming.section--detail .intro-txt {
  margin: 60px 0 24px;
  position: relative;
  border: dashed 2px #D2302C;
  background: #F8F4EC;
}
.page--streaming.section--detail .intro-txt:before {
  content: "";
  display: block;
  background: center no-repeat url(/static/yonesanchi/fanclub/feature/introdog.svg);
  position: absolute;
  background-size: contain;
  z-index: 3;
}
.page--streaming.section--detail .intro-txt:after {
  content: "";
  display: block;
  background: center no-repeat url(/static/yonesanchi/fanclub/feature/ball.svg);
  position: absolute;
  background-size: contain;
  z-index: 3;
  -webkit-animation: anim_r 10s infinite;
          animation: anim_r 10s infinite;
  width: 144px;
  height: 99px;
  top: -101px;
  right: 40px;
}
.page--streaming.section--detail .block--method .app-btn {
  margin: 1vw 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.page--streaming.section--detail .block--method .app-btn li img {
  height: 100%;
}
.page--streaming.section--detail .block--method .app-btn li:first-child {
  margin-right: 24px;
}
.page--streaming.section--detail .block--method .method-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 2vw 0;
}
.page--streaming.section--detail .block--method .method-list li {
  position: relative;
  width: 21.25%;
  margin-right: 5%;
}
.page--streaming.section--detail .block--method .method-list li i {
  position: absolute;
  top: 40%;
  right: -17%;
  font-size: 2rem;
  color: #6A6A6A;
}
.page--streaming.section--detail .block--method .method-list li img {
  margin-bottom: 1vw;
}
.page--streaming.section--detail .block--method .screenmethod {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 2vw 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.page--streaming.section--detail .block--method .screenmethod li {
  position: relative;
}
.page--streaming.section--detail .block--method .screenmethod li i {
  position: absolute;
  font-size: 2rem;
  color: #6A6A6A;
}
.page--streaming.section--detail .block--method .screenmethod li:last-child {
  margin-right: 0;
}
.page--streaming.section--detail .block--method .block-tit {
  font-size: 22px;
  font-weight: 500;
  color: #D2302C;
}
.page--streaming.section--detail .block--method dl {
  margin-top: 4vw;
}
.page--streaming.section--detail .block--method dl dt {
  font-size: 22px;
  display: inline-block;
  margin-bottom: 1vw;
  color: #D2302C;
  font-weight: 500;
}
.page--streaming.section--detail .block--method dl dt span {
  margin-right: 0.5vw;
  font-size: 32px;
  font-family: "Caveat", "Montserrat", sans-serif;
}
.page--streaming.section--detail .block--method dl dd {
  text-align: center;
}
.page--streaming.section--detail .block--method dl dd img {
  display: block;
}
.page--streaming.section--detail .block--method dl dd .txt {
  margin-top: 0;
  font-size: 16px;
  text-align: left;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.page--streaming.section--detail .block--method dl dd .txt span {
  text-align: left;
  display: block;
}
.page--streaming.section--detail .block--method dl dd span {
  font-size: 12px;
  text-align: left;
  display: block;
}
.page--streaming.section--detail .block--method dl dd .arrow-bottom {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 6vw auto;
  border-bottom: 4px solid #000;
  border-right: 4px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0.2;
}
.page--streaming.section--detail p a {
  text-decoration: underline;
}
.page--streaming.section--detail span {
  font-size: 12px;
}
.page--streaming.section--detail span a {
  text-decoration: underline;
}
.page--streaming.section--detail .note .block-tit {
  display: block;
}
.page--streaming.section--detail .note .tit {
  display: block;
  font-size: 18px;
  font-weight: 500;
}
.page--streaming.section--detail .app-box .btn {
  display: inline-block;
  left: 0;
  -webkit-transform: none;
          transform: none;
}

.page--first_login.section--detail .section-tit {
  font-size: 24px;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.page--first_login.section--detail .intro-txt {
  margin-top: 60px;
  position: relative;
  border: dashed 2px #000;
}
.page--first_login.section--detail .block-tit {
  font-size: 22px;
  font-weight: 500;
  color: #D2302C;
}
.page--first_login.section--detail .block--attention {
  border: solid 4px #D2302C;
  margin: 60px auto;
  background: #fff;
  text-align: left;
}
.page--first_login.section--detail .block--attention .txt {
  margin: 0;
}
.page--first_login.section--detail .block--attention .txt a {
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  padding: 1em;
  background-color: #fff;
  border: 1px solid #CBCBCB;
  line-height: 1.5;
  margin: 1vw 0;
  text-decoration: none;
}
.page--first_login.section--detail .block--attention .txt a i {
  color: #e38282;
  margin-left: 8px;
}
.page--first_login.section--detail .block--attention .list--faq li a {
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  padding: 1em;
  background-color: #fff;
  border: 1px solid #CBCBCB;
  line-height: 1.5;
  margin: 2vw 0;
  text-decoration: none;
}
.page--first_login.section--detail .block--attention .list--faq li a i {
  color: #e38282;
  margin-left: 8px;
}
.page--first_login.section--detail .grey {
  border-color: #CBCBCB;
  background: #f2f2f2;
}
.page--first_login.section--detail .grey img {
  border: 1px solid #CBCBCB;
}
.page--first_login.section--detail .step-list li {
  list-style: none;
  border: solid 2px #CBCBCB;
}
.page--first_login.section--detail .step-list li a {
  cursor: pointer;
  display: block;
}
.page--first_login.section--detail .step-list li a .step--tit {
  font-size: 16px;
  font-weight: 500;
  color: #D2302C;
}
.page--first_login.section--detail .block--method .btn a {
  text-decoration: none;
}
.page--first_login.section--detail .block--method dl {
  margin-bottom: 4vw;
}
.page--first_login.section--detail .block--method dl dt {
  margin-bottom: 1vw;
  font-size: 20px;
  display: inline-block;
  font-weight: 500;
  color: #D2302C;
}
.page--first_login.section--detail .block--method dl dt span {
  padding: 4px 12px;
  background: #D2302C;
  color: #fff;
}
.page--first_login.section--detail .block--method dl dd {
  text-align: center;
}
.page--first_login.section--detail .block--method dl dd img {
  display: block;
  border: 1px solid #CBCBCB;
}
.page--first_login.section--detail .block--method dl dd .txt {
  margin-top: 0;
  font-size: 16px;
  text-align: left;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.page--first_login.section--detail .block--method dl dd .txt span {
  text-align: left;
  display: block;
}
.page--first_login.section--detail .block--method dl dd span {
  font-size: 12px;
  text-align: left;
  display: block;
}
.page--first_login.section--detail .block--method dl dd .arrow-bottom {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 6vw auto;
  border-bottom: 4px solid #000;
  border-right: 4px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0.2;
  transform: rotate(45deg);
}
.page--first_login.section--detail .block--method dl dd .login-a {
  text-decoration: underline;
  display: block;
  margin: 2vw 0 0;
  text-align: left;
}
.page--first_login.section--detail .block--method dl dd .login-a i {
  margin-left: 8px;
}
.page--first_login.section--detail .block--method dl dd .faq-link {
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  padding: 1em;
  background-color: #fff;
  border: 1px solid #CBCBCB;
  line-height: 1.5;
  text-decoration: none;
}
.page--first_login.section--detail .block--method dl dd .faq-link i {
  color: #e38282;
  margin-left: 8px;
}
.page--first_login.section--detail .block--method .txt span {
  font-size: 12px;
}
.page--first_login.section--detail .block--method .txt .settlement {
  display: block;
  font-size: 16px;
  font-weight: 500;
}
.page--first_login.section--detail .block--method .txt a {
  text-decoration: underline;
}
.page--first_login.section--detail p a {
  text-decoration: underline;
}

/* page--error
------------------------------ */
.page--error .section--detail .btn {
  margin: 3em 0;
}

/* page--error
------------------------------ */
.page--error .section--detail .tit {
  font-weight: 500;
  margin-bottom: 4vw;
  font-size: 5vw;
}
@media screen and (min-width: 581px) {
  .page--error .section--detail .txt {
    text-align: center;
  }
}

/* page--birthday-message
------------------------------ */
.page--birthday-message .tit {
  font-family: "Caveat", "Montserrat", sans-serif;
  position: relative;
  width: 100%;
  line-height: 1;
  font-weight: 500;
}
.page--birthday-message .tit:after {
  content: "";
  display: block;
  width: 1.2em;
  height: 4px;
  background: #D2302C;
  position: absolute;
  top: 130%;
  left: 0;
}
.page--birthday-message .detail__btn {
  color: #000;
  text-align: center;
  margin-top: 60px !important;
}

.page--home .birthday-message .btn--main {
  position: absolute;
  text-align: center;
  z-index: 100;
  left: 4vw;
  min-width: 296px;
  padding: 1em 1em;
  background-color: #fff;
  color: #D2302C;
  -webkit-animation-name: fuwa;
          animation-name: fuwa;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}
.page--home .birthday-message .btn--main .far {
  margin-right: 4px;
}

/* keyframes
------------------------------ */
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
@keyframes line {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  49.9% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  50% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
}
@-webkit-keyframes fuwa {
  0% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  100% {
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
  }
}
@keyframes fuwa {
  0% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  100% {
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
  }
}
@-webkit-keyframes anim_s {
  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
}
@keyframes anim_s {
  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
}
@-webkit-keyframes anim_j {
  0% {
    -webkit-transform: translate(0%, 30px) rotateX(20deg);
            transform: translate(0%, 30px) rotateX(20deg);
  }
  100% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}
@keyframes anim_j {
  0% {
    -webkit-transform: translate(0%, 30px) rotateX(20deg);
            transform: translate(0%, 30px) rotateX(20deg);
  }
  100% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}
@-webkit-keyframes anim_j_sp {
  0% {
    -webkit-transform: translate(0%, 20px) rotateX(10deg);
            transform: translate(0%, 20px) rotateX(10deg);
  }
  100% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}
@keyframes anim_j_sp {
  0% {
    -webkit-transform: translate(0%, 20px) rotateX(10deg);
            transform: translate(0%, 20px) rotateX(10deg);
  }
  100% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}
@-webkit-keyframes anim_r {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes anim_r {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@media screen and (min-width: 581px) {
  .sp {
    display: none !important;
  }
  a {
    -webkit-transition: all 0.2s 0s ease;
    transition: all 0.2s 0s ease;
  }
  .btn input {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .btn--main {
    min-width: 200px;
  }
  .btn--main:hover:before {
    top: 0;
    left: 0;
  }
  .btn--sub {
    min-width: 200px;
  }
  .btn .input-btn:hover .input-btn-inner {
    top: 0;
    left: 0;
  }
  /* input */
  .input--half {
    width: 50% !important;
  }
  .input--quarter {
    width: 25% !important;
  }
  .page--home.drawer-visible {
    overflow: hidden;
  }
  .section--detail > .txt {
    font-size: 14px;
  }
  .detail__btn a:hover {
    opacity: 0.5;
  }
  .form--confirm {
    margin: 2vw auto 4vw;
  }
  .form--confirm dt {
    opacity: 0.5;
  }
  .form--confirm dd {
    border-bottom: 1px solid #E6DECD;
    padding-bottom: 4vw;
  }
  .list--information li a {
    overflow: hidden;
  }
  .list--information li a:hover {
    opacity: 0.5;
  }
  .list--error li {
    font-size: 13px;
  }
  .section--list {
    padding: 20vw 40px 208px;
    max-width: 1100px;
  }
  .section--list .block--title {
    margin-bottom: 60px;
  }
  .section--list .list--contents li {
    width: 48%;
    margin-bottom: 50px;
    margin-right: 4%;
  }
  .section--list .list--contents li:nth-child(2n) {
    margin-right: 0;
  }
  .section--list .list--contents li.no-data {
    margin: 0;
    width: 100%;
  }
  .list__more a {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .btn a,
  .btn input {
    min-width: 200px;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
  }
  .btn .btn--sub {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .list--contents li a .thumb,
  .list--photo li a .thumb {
    overflow: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .list--contents li a .thumb::after,
  .list--photo li a .thumb::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: lighten;
  }
  .list--contents li a:hover .thumb,
  .list--photo li a:hover .thumb {
    border-radius: 0 3vw 3vw 0;
  }
  .list--contents li a:hover .thumb::after,
  .list--photo li a:hover .thumb::after {
    opacity: 0.5;
  }
  .section--banner {
    max-width: 1100px;
    padding: 0 40px;
    margin: 0 auto;
  }
  .section--banner .swiper-wrapper .slick--parts {
    height: 40px;
    bottom: -50px;
  }
  .section--banner .swiper-wrapper .slick--parts .slick-dots li,
  .section--banner .swiper-wrapper .slick--parts .slick-dots li button {
    width: 40px;
    margin: 0 8px 0 0;
  }
  .section--banner .swiper-wrapper .slick--parts .slick-dots li button:before {
    width: 40px;
  }
  .section--banner .swiper-wrapper .swiper-slide {
    margin-right: 24px;
  }
  .section--banner .swiper-wrapper li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .section--banner .swiper-wrapper li a img {
    max-width: 100%;
  }
  .section--banner .swiper-wrapper a:hover {
    -webkit-filter: drop-shadow(0px 3px 9px rgba(0, 0, 0, 0.1215686275));
            filter: drop-shadow(0px 3px 9px rgba(0, 0, 0, 0.1215686275));
  }
  .list--qa li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    z-index: 1;
  }
  .list--faq li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .list--faq li a:hover {
    opacity: 0.5;
  }
  .header .drawer__btn {
    width: 60px;
    height: 60px;
  }
  .header .drawer__btn span {
    left: 14px;
    height: 3px;
    width: 28px;
    right: 4vw;
  }
  .header .drawer__btn span:nth-of-type(1) {
    top: 17px;
  }
  .header .drawer__btn span:nth-of-type(2) {
    top: 27px;
  }
  .header .drawer__btn span:nth-of-type(3) {
    top: 37px;
  }
  .header .header__inner:after {
    width: 520px;
    height: 558px;
    background: center no-repeat url(/static/yonesanchi/fanclub/common/menu_pad_home.svg);
    background-size: contain;
  }
  .header .header__inner .g-nav__login {
    margin-top: 60px;
    left: 4vw;
  }
  .header .header__inner .g-nav__login a {
    width: 140px;
    height: 40px;
  }
  .header .header__inner .g-nav__login a:hover:before {
    top: 0;
    left: 0;
  }
  .header .header__inner .block--menu .g-nav__fc li {
    margin-bottom: 3.5vh;
  }
  .header .header__inner .block--menu .g-nav__fc li a span {
    font-size: 36px;
  }
  .header .header__inner .block--menu .g-nav__fc li a span:after {
    bottom: -1vw;
  }
  .header .header__inner {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #F8F4EC), color-stop(0%, #fff));
    background: -webkit-linear-gradient(#F8F4EC 10%, #fff 0%);
    background: linear-gradient(#F8F4EC 10%, #fff 0%);
  }
  .header .header__inner:before {
    top: -24%;
  }
  .header .header__inner .g-nav__login a span:after {
    left: -16px;
  }
  body:not(.page--home) .header h1 {
    width: 190px;
    height: 27px;
    left: 4vw;
    top: 62px;
  }
  body:not(.page--home) .wrap {
    padding-bottom: 320px;
  }
  .member_login .wrap:before {
    width: 300px;
    height: 284px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .drawer-visible .drawer__btn span:nth-of-type(1) {
    top: 21px;
    left: 14px;
  }
  .drawer-visible .drawer__btn span:nth-of-type(3) {
    top: 34px;
    left: 14px;
  }
  .footer {
    padding: 96px 7vw 40px;
    height: 320px;
  }
  .footer:before {
    width: 200px;
    height: 284px;
  }
  .footer .block--page-top {
    top: -208px;
    right: 24px;
  }
  .footer .block--page-top a .godog {
    width: 115px;
    height: 130px;
    right: 51px;
    bottom: 0;
  }
  .footer .block--page-top a .balloon {
    top: 0;
    right: 5px;
    width: 77px;
    height: 155px;
  }
  .footer .of-btn a:hover:before {
    top: 0;
    left: 0;
  }
  .block--category li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .block--category li a:hover {
    opacity: 0.5;
  }
  .page--home .block--thumbnail .block--item > div {
    cursor: pointer;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .page--home .block--thumbnail .block--item > div:hover {
    opacity: 0.5;
  }
  .page--home .header__inner .g-nav__login {
    display: none;
  }
  .page--home .section--hero:before {
    height: 152px;
  }
  .page--home .section--hero h1 {
    width: 230px;
    height: 32px;
    left: 16%;
  }
  .page--home .section--hero .loginbtn a span:after {
    left: -16px;
  }
  .page--home .section--hero .loginbtn a:hover:before {
    top: 0;
    left: 0;
  }
  .page--home .section--hero .mainvisual {
    bottom: 122px;
  }
  .page--home .section--info .contents-wrap,
  .page--home .section--special .contents-wrap,
  .page--home .section--onlinestore .contents-wrap,
  .page--home .section--instagram .contents-wrap,
  .page--home .section--pickup .contents-wrap {
    padding: 0 40px;
    margin: 60px auto 12vw;
    max-width: 1100px;
  }
  .page--home .section--info .section-tit,
  .page--home .section--special .section-tit,
  .page--home .section--onlinestore .section-tit,
  .page--home .section--instagram .section-tit,
  .page--home .section--pickup .section-tit {
    font-size: 40px;
  }
  .page--home .section--info .list__more a:hover:before,
  .page--home .section--special .list__more a:hover:before,
  .page--home .section--onlinestore .list__more a:hover:before,
  .page--home .section--instagram .list__more a:hover:before,
  .page--home .section--pickup .list__more a:hover:before {
    top: 0;
    left: 0;
  }
  .page--home .section--info {
    padding: 23vw 0 2vw;
  }
  .page--home .section--info:before {
    top: -36%;
  }
  .page--home .section--info:after {
    bottom: -40%;
  }
  .page--home .section--info .dog01 {
    top: -6vw;
  }
  .page--home .section--info .dog01:before {
    width: 288px;
    height: 223px;
    bottom: 16%;
    right: -150px;
  }
  .page--home .section--pickup.no-pickup + .section--info {
    margin-top: -18vw;
  }
  .page--home .section--pickup .contents-wrap .block--title {
    width: 18%;
  }
  .page--home .section--pickup .contents-wrap .swiper-wrapper {
    width: 82%;
  }
  .page--home .section--pickup .contents-wrap .swiper-wrapper li {
    width: 48.5%;
    margin-bottom: 1.2vw;
  }
  .page--home .section--special .contents-wrap {
    margin-bottom: 0;
  }
  .page--home .section--special .brackets {
    padding: 2vw;
  }
  .page--home .section--special .brackets .box-border {
    position: absolute;
    width: 24px;
    height: 24px;
  }
  .page--home .section--special .brackets .box-border.box-border-leftTop {
    border-top: 4px solid #CBCBCB;
    border-left: 4px solid #CBCBCB;
    left: 120px;
  }
  .page--home .section--special .brackets .box-border.box-border-leftBottom {
    border-left: 4px solid #CBCBCB;
    border-bottom: 4px solid #CBCBCB;
    left: 120px;
  }
  .page--home .section--special .brackets .box-border.box-border-rightTop {
    border-top: 4px solid #CBCBCB;
    border-right: 4px solid #CBCBCB;
    right: 120px;
  }
  .page--home .section--special .brackets .box-border.box-border-rightBottom {
    border-right: 4px solid #CBCBCB;
    border-bottom: 4px solid #CBCBCB;
    right: 120px;
  }
  .page--home .section--special .thumb {
    width: 75%;
    height: 460px;
  }
  .page--home .section--special .list--information li a .special_title,
  .page--home .section--special .list--information li a .thumb {
    -webkit-transition: all 0.2s 0s ease;
    transition: all 0.2s 0s ease;
  }
  .page--home .section--special .list--information li a:hover {
    opacity: 1;
  }
  .page--home .section--special .list--information li a:hover .special_title {
    opacity: 0.5;
  }
  .page--home .section--special .list--information li a:hover .thumb {
    -webkit-filter: drop-shadow(0px 3px 9px rgba(0, 0, 0, 0.1215686275));
            filter: drop-shadow(0px 3px 9px rgba(0, 0, 0, 0.1215686275));
  }
  .page--home .section--onlinestore {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(96.5%, #fff), color-stop(0%, #F8F4EC));
    background: -webkit-linear-gradient(#fff 96.5%, #F8F4EC 0%);
    background: linear-gradient(#fff 96.5%, #F8F4EC 0%);
    padding: 28vw 0 2vw;
    margin-top: -6vw;
  }
  .page--home .section--onlinestore:before {
    top: -34%;
  }
  .page--home .section--onlinestore:after {
    bottom: -48%;
  }
  .page--home .section--onlinestore .store-list li {
    width: 22.5%;
  }
  .page--home .section--onlinestore .store-list li figure {
    margin-bottom: 1vw;
  }
  .page--home .section--onlinestore .store-list li .detail {
    margin-bottom: 0.4vw;
  }
  .page--home .section--onlinestore .store-list li:hover p {
    -webkit-transition: all 0.2s 0s ease;
    transition: all 0.2s 0s ease;
    opacity: 0.5;
  }
  .page--home .section--onlinestore .store-list li:hover .thummb {
    -webkit-transition: all 0.2s 0s ease;
    transition: all 0.2s 0s ease;
    -webkit-filter: drop-shadow(0px 3px 9px rgba(0, 0, 0, 0.1215686275));
            filter: drop-shadow(0px 3px 9px rgba(0, 0, 0, 0.1215686275));
  }
  .page--home .section--onlinestore .store-list li:nth-child(4) {
    position: relative;
  }
  .page--home .section--onlinestore .store-list li:nth-child(4):before {
    content: "";
    display: block;
    width: 170px;
    height: 100px;
    background: center no-repeat url(/static/yonesanchi/fanclub/common/dog_buy.svg);
    position: absolute;
    background-size: contain;
    top: -100px;
    right: 8px;
    z-index: 0;
    -webkit-animation: anim_j 3s alternate infinite ease-in-out;
            animation: anim_j 3s alternate infinite ease-in-out;
  }
  .page--home .section--instagram .list--instagram img {
    border-radius: 20px;
    width: 30%;
  }
  .page--home .section--instagram .list--instagram .instagram_txt {
    width: 70%;
    padding-left: 2em;
  }
  .page--home .section--instagram .list--instagram .instagram_txt:after {
    top: 75%;
    left: 17%;
  }
  .page--home .section--instagram .list__more {
    margin-left: 40px;
  }
  .page--info.category-12 .list--information li a .special_title,
  .page--info.category-12 .list--information li a .thumb {
    -webkit-transition: all 0.2s 0s ease;
    transition: all 0.2s 0s ease;
  }
  .page--info.category-12 .list--information li a .thumb {
    width: 75%;
    height: 460px;
  }
  .page--info.category-12 .list--information li a:hover {
    opacity: 1;
  }
  .page--info.category-12 .list--information li a:hover .special_title {
    opacity: 0.5;
  }
  .page--info.category-12 .list--information li a:hover .thumb {
    -webkit-filter: drop-shadow(0px 3px 9px rgba(0, 0, 0, 0.1215686275));
            filter: drop-shadow(0px 3px 9px rgba(0, 0, 0, 0.1215686275));
  }
  .section--list.page--special .detail__btn {
    left: 7.8vw;
  }
  .page--info .section--detail .detail__btn,
  .page--faq .section--detail .detail__btn {
    bottom: -2.5em;
  }
  .page--info .block--title .thumb,
  .page--faq .block--title .thumb {
    width: 75%;
    height: 460px;
  }
  .page--faq .block--contact .link a:hover {
    color: #D2302C;
  }
  .page--faq .block--contact .link a:hover::after {
    border-color: #D2302C;
  }
  .page--faq .list--faq,
  .page--faq .list--information {
    margin: 2vw 0 60px;
  }
  .page--faq .list--faq li a,
  .page--faq .list--information li a {
    display: block;
    padding: 1.2em 0;
  }
  .page--faq .list--faq li a .tit,
  .page--faq .list--information li a .tit {
    margin-bottom: 0;
  }
  .page--faq dl dt .txt {
    margin-left: 24px;
  }
  .page--questionnaire .section--detail .btn .btn--sub:hover {
    background: #fdfbfd;
  }
  .page--questionnaire .section-tit {
    margin-bottom: 2vw;
  }
  .page--questionnaire .form--post dt {
    margin: 1vw 0;
  }
  .page--error .section--detail {
    padding: 20vw 40px 208px;
  }
  .page--error .section--detail .tit {
    font-size: 30px;
    line-height: 1.6em;
    margin: 0 0 1em;
    text-align: center;
  }
  .page--error .section--detail .btn {
    margin: 1em 0;
  }
  .page--support {
    padding: 20vw 40px 208px;
  }
  .page--support .list--support dd {
    margin-bottom: 4vw;
  }
  .page--support .terms-list {
    margin-top: 60px;
  }
  .page--support .terms-list li {
    margin-bottom: 2vw;
  }
  .page--support .terms-list li ul {
    margin: 1vw auto 2vw;
  }
  .page--qa .list--information {
    margin-top: 6vw;
  }
  .page--qa .qa_attention {
    padding: 2vw;
    margin: 60px 0 24px;
  }
  .page--qa .qa_attention:before {
    width: 114px;
    height: 74px;
    top: -50px;
    right: -20px;
  }
  .page--qa .qa_attention p span {
    margin-top: 1vw;
  }
  /* page--bbs
  // ----------------------------- */
  .page--bbs .comment li .btn--report {
    bottom: 2vw;
  }
  .page--bbs .comment li .text {
    margin-top: 0.5vw;
  }
  .page--bbs .comment li .txt {
    padding-top: 0.5vw;
  }
  .page--bbs .comment li .ph {
    padding-top: 1vw;
  }
  .page--bbs .comment li .date {
    padding-top: 0.5vw;
  }
  .page--bbs .block--post {
    margin-top: 4vw;
  }
  .page--entry.section--detail .intro-txt {
    padding: 2vw;
  }
  .page--entry.section--detail .intro-txt:after {
    right: 5vw;
    top: 3vw;
    width: 20vw;
    height: 10vw;
  }
  .page--entry.section--detail .block--contents {
    margin: 18vw auto 10vw;
  }
  .page--entry.section--detail .block--contents .list--contents-list {
    gap: 2vw;
  }
  .page--entry.section--detail .block--contents .list--contents-list li {
    padding: 2vw;
    width: calc(50% - 2vw);
  }
  .page--entry.section--detail .block--contents .list--contents-list li .tit {
    font-size: 18px;
  }
  .page--entry.section--detail .block--contents .list--contents-list li img {
    margin-top: 1vw;
  }
  .page--entry.section--detail .block--method .txt .settlement {
    margin: 4vw 0 1.5vw;
  }
  .page--entry.section--detail .entry-btn-wrap .fl {
    margin-right: 40px;
  }
  .page--entry.section--detail .entry-btn a:hover:before {
    top: 0;
    left: 0;
  }
  .page--instagram.section--detail {
    padding: 20vw 40px 208px;
  }
  .page--instagram.section--detail .section-tit {
    line-height: 1;
  }
  .page--instagram.section--detail .intro-txt {
    padding: 2vw;
  }
  .page--instagram.section--detail .intro-txt:after {
    right: 104px;
    top: 66px;
    width: 175px;
    height: 58px;
  }
  .page--instagram.section--detail .block--method {
    margin-top: 4vw;
  }
  .page--instagram.section--detail .block--method .block-tit {
    margin-bottom: 2vw;
  }
  .page--instagram.section--detail .block--method dl {
    margin-bottom: 4vw;
  }
  .page--instagram.section--detail .block--method dl dt {
    margin-bottom: 1vw;
  }
  .page--instagram.section--detail .block--method dl dd .arrow-bottom {
    width: 40px;
    height: 40px;
    margin: 6vw auto;
  }
  .page--instagram.section--detail .follow {
    margin: 4vw 0;
  }
  .page--instagram.section--detail .follow .btn {
    margin: 2vw auto;
  }
  .page--streaming.section--detail .intro-txt {
    padding: 2vw;
    margin: 60px 0 24px;
  }
  .page--streaming.section--detail .intro-txt:before {
    width: 144px;
    height: 99px;
    top: -101px;
    right: 40px;
  }
  .page--streaming.section--detail .intro-txt:after {
    width: 43px;
    height: 42px;
    top: -42px;
    right: 190px;
  }
  .page--streaming.section--detail .app-btn li {
    height: 60px;
  }
  .page--streaming.section--detail .food {
    position: relative;
  }
  .page--streaming.section--detail .food:before {
    content: "";
    display: block;
    background: center no-repeat url(/static/yonesanchi/fanclub/feature/food.svg);
    position: absolute;
    background-size: contain;
    -webkit-animation: anim_s 5s infinite;
            animation: anim_s 5s infinite;
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
    z-index: 3;
    width: 144px;
    height: 93px;
    top: 130px;
    right: 0px;
  }
  .page--streaming.section--detail .block--method {
    margin-top: 4vw;
  }
  .page--streaming.section--detail .block--method .app-btn {
    margin: 1vw 0;
  }
  .page--streaming.section--detail .block--method dl {
    margin-bottom: 4vw;
  }
  .page--streaming.section--detail .block--method dl dt {
    margin-bottom: 1vw;
  }
  .page--streaming.section--detail .block--method dl dd .arrow-bottom {
    width: 40px;
    height: 40px;
    margin: 6vw auto;
  }
  .page--streaming.section--detail .block--method .watch {
    margin-top: 6vw;
  }
  .page--streaming.section--detail .screenmethod li {
    width: 29.3%;
    margin-right: 6%;
  }
  .page--streaming.section--detail .screenmethod li i {
    top: 36%;
    right: -14%;
  }
  .page--streaming.section--detail .screenmethod li img {
    margin-bottom: 1vw;
  }
  .page--streaming.section--detail .note {
    margin-top: 6vw;
  }
  .page--streaming.section--detail .note .tit {
    margin: 2vw 0 0.5vw;
  }
  .app-box {
    margin-top: 4vw;
  }
  .app-box p {
    margin-top: 2vw;
  }
  .app-box .btn {
    margin-top: 1vw;
  }
  .page--first_login.section--detail .section-tit {
    line-height: 1;
  }
  .page--first_login.section--detail .intro-txt {
    padding: 2vw;
  }
  .page--first_login.section--detail .block--attention {
    padding: 2vw;
  }
  .page--first_login.section--detail .grey .list--attention {
    margin-bottom: 1vw;
  }
  .page--first_login.section--detail .block-tit {
    margin-bottom: 2vw;
  }
  .page--first_login.section--detail .block--movie {
    margin-bottom: 6vw;
  }
  .page--first_login.section--detail .step-list li {
    margin-bottom: 1vw;
  }
  .page--first_login.section--detail .step-list li a {
    padding: 0 2vw;
    line-height: 63px;
  }
  .page--first_login.section--detail .step-list li a .step--tit {
    padding-right: 2vw;
    margin-right: 2vw;
    border-right: 2px solid #CBCBD0;
  }
  .page--first_login.section--detail .block--method {
    margin-top: 6vw;
  }
  .page--first_login.section--detail .block--method dl {
    margin-bottom: 4vw;
  }
  .page--first_login.section--detail .block--method dl dt {
    margin-bottom: 1vw;
  }
  .page--first_login.section--detail .block--method dl dt span {
    margin-right: 1vw;
    font-size: 16px;
  }
  .page--first_login.section--detail .block--method dl dd .arrow-bottom {
    width: 40px;
    height: 40px;
    margin: 6vw auto;
  }
  .page--first_login.section--detail .block--method dl dd .faq-link {
    margin: 2vw 0;
  }
  .page--first_login.section--detail .block--method dl dd img {
    margin: 2vw 0;
  }
  /* page--birthday-message
  ------------------------------ */
  .page--birthday-message .tit {
    font-size: 40px;
  }
  .page--home .birthday-message .btn--main {
    top: 120px;
  }
  .page--home .birthday-message .btn--main:hover {
    opacity: 0.5;
  }
}
@media screen and (min-width: 581px) and (max-width: 1000px) {
  .header .header__inner:before {
    top: -28%;
  }
  .header .header__inner:after {
    width: 470px;
    height: 504px;
  }
  .page--home .section--hero .mainvisual {
    bottom: 134px;
  }
  .page--home .section--hero h1 {
    width: 230px;
    height: 33px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 34%;
  }
  .detail__btn {
    left: 7vw;
  }
  .section--list {
    padding: 30vw 40px 40vw;
  }
  .section--detail {
    padding: 30vw 40px 40vw;
  }
  body:not(.page--home) .header h1 {
    width: 180px;
    height: 26px;
  }
  body:not(.page--home) .wrap {
    padding-bottom: 246px;
  }
  body:not(.page--home) .wrap:before {
    width: 220px;
    height: 208px;
  }
  .page--home .section--instagram .contents-wrap {
    margin-bottom: 46vw;
  }
  .page--home .section--instagram .list--instagram img {
    width: 40%;
  }
  .page--home .section--instagram .list--instagram .instagram_txt {
    width: 60%;
  }
  .page--home .section--instagram .list--instagram .instagram_txt:after {
    top: 100%;
    left: 0;
    -webkit-transform: rotate(-24deg);
            transform: rotate(-24deg);
  }
  .page--home .section--info {
    padding: 32vw 0 8vw;
  }
  .page--home .section--info:before {
    top: -42%;
  }
  .page--home .section--info:after {
    bottom: -44%;
  }
  .page--home .section--info .dog01:before {
    width: 36%;
    height: 36%;
    bottom: 12%;
    right: -140px;
    background-size: contain;
  }
  .page--home .section--pickup.no-pickup + .section--info {
    margin-top: -14vw;
  }
  .page--home .section--special .brackets {
    padding: 3vw;
  }
  .page--home .section--special .brackets .box-border {
    position: absolute;
    width: 16px;
    height: 16px;
  }
  .page--home .section--special .brackets .box-border.box-border-leftTop {
    border-top: 3px solid #CBCBCB;
    border-left: 3px solid #CBCBCB;
    left: 80px;
  }
  .page--home .section--special .brackets .box-border.box-border-leftBottom {
    border-left: 3px solid #CBCBCB;
    border-bottom: 3px solid #CBCBCB;
    left: 80px;
  }
  .page--home .section--special .brackets .box-border.box-border-rightTop {
    border-top: 3px solid #CBCBCB;
    border-right: 3px solid #CBCBCB;
    right: 80px;
  }
  .page--home .section--special .brackets .box-border.box-border-rightBottom {
    border-right: 3px solid #CBCBCB;
    border-bottom: 3px solid #CBCBCB;
    right: 80px;
  }
  .page--home .section--special .thumb {
    width: 75%;
    height: 290px;
  }
  .page--home .section--onlinestore {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(97.5%, #fff), color-stop(0%, #F8F4EC));
    background: -webkit-linear-gradient(#fff 97.5%, #F8F4EC 0%);
    background: linear-gradient(#fff 97.5%, #F8F4EC 0%);
    padding: 32vw 0 8vw;
  }
  .page--home .section--onlinestore:before {
    top: -35%;
  }
  .page--home .section--onlinestore:after {
    bottom: -40%;
  }
  .page--home .section--onlinestore .store-list li .price {
    margin-bottom: 0.6vw;
  }
  .page--info .section--detail, .page--faq .section--detail {
    padding: 30vw 40px 208px;
  }
  .page--info .section--detail .detail__btn, .page--faq .section--detail .detail__btn {
    bottom: -2.5em;
  }
  .page--faq .section--list {
    display: block;
  }
  .page--faq .section--list .block--title {
    width: 100%;
  }
  .page--faq .section--list .block--list {
    width: 100%;
  }
  .page--faq .list--faq,
  .page--faq .list--information {
    margin: 2vw 0 60px;
  }
  .page--faq .section--detail {
    padding: 30vw 40px 208px;
  }
  .footer {
    height: 246px;
  }
  .footer:before {
    width: 165px;
    height: 238px;
  }
  .footer:after {
    width: 112px;
    height: 124px;
    top: -120px;
    right: 68px;
  }
  .page--qa .qa_attention {
    padding: 4vw;
  }
  .page--qa .qa_attention:before {
    width: 104px;
    height: 74px;
    top: -50px;
    right: -20px;
  }
  /* page--bbs
  // ----------------------------- */
  .page--bbs .comment li .btn--report {
    bottom: 4vw;
  }
  .page--support {
    padding: 30vw 40px;
  }
  .page--error .section--detail {
    padding: 30vw 40px;
  }
  .page--entry.section--detail .intro-txt {
    padding: 4vw;
  }
  .page--entry.section--detail .intro-txt:after {
    right: 24px;
    top: 34px;
  }
  .page--entry.section--detail .block--contents {
    margin: 24vw auto 10vw;
  }
  .page--entry.section--detail .block--contents .list--contents-list li {
    padding: 4vw;
  }
  .page--instagram.section--detail {
    padding: 30vw 40px 208px;
  }
  .page--instagram.section--detail .intro-txt {
    padding: 4vw;
  }
  .page--instagram.section--detail .block--contents {
    margin: 24vw auto 10vw;
  }
  .page--instagram.section--detail .block--contents .list--contents-list {
    gap: 4.5vw;
  }
  .page--instagram.section--detail .block--contents .list--contents-list li {
    padding: 4vw;
  }
  .page--streaming.section--detail {
    padding: 30vw 40px;
  }
  .page--streaming.section--detail .food:before {
    content: none;
  }
  .page--streaming.section--detail .intro-txt {
    padding: 4vw;
  }
  .page--streaming.section--detail .intro-txt:before {
    width: 124px;
    height: 85px;
    top: -87px;
    right: 30px;
  }
  .page--streaming.section--detail .intro-txt:after {
    width: 33px;
    height: 32px;
    top: -34px;
    right: 160px;
  }
  .page--streaming.section--detail .sp {
    display: block !important;
  }
  .page--streaming.section--detail .pc {
    display: none !important;
  }
  .page--streaming.section--detail .method-list-swipe {
    z-index: 1;
    position: relative;
    margin: 2vw 0;
  }
  .page--streaming.section--detail .method-list-swipe .method-list__item .txt {
    margin: 4vw auto;
    font-size: 14px;
  }
  .page--streaming.section--detail .method-list-swipe .slick-prev:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 auto;
    border-bottom: 3px solid #D2302C;
    border-right: 3px solid #D2302C;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    position: absolute;
    left: 32px;
    z-index: 2;
  }
  .page--streaming.section--detail .method-list-swipe .slick-next:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 auto;
    border-bottom: 3px solid #D2302C;
    border-right: 3px solid #D2302C;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    position: absolute;
    right: 32px;
    z-index: 2;
  }
  .page--streaming.section--detail .method-list-swipe .slick-arrow {
    z-index: 2;
  }
  .page--streaming.section--detail .method-list-swipe .slick-dots li button:before {
    color: #000;
    content: "";
    height: 4px;
    line-height: 1;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    background: #CBCBCB;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
  }
  .page--streaming.section--detail .method-list-swipe .slick-dots li.slick-active button:before {
    background: #D2302C;
  }
  .page--streaming.section--detail .screenmethod li {
    width: 100%;
    margin-bottom: 26%;
  }
  .page--streaming.section--detail .screenmethod li i {
    top: 109%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
  }
  .page--streaming.section--detail .screenmethod li img {
    margin-bottom: 4vw;
  }
  .page--streaming.section--detail .screenmethod li:last-child {
    margin-bottom: 0;
  }
  .page--streaming.section--detail .block--contents {
    margin: 24vw auto 10vw;
  }
  .page--first_login.section--detail {
    padding: 30vw 40px 40vw;
  }
  .page--first_login.section--detail .intro-txt {
    padding: 4vw;
  }
  .page--first_login.section--detail .block--contents {
    margin: 24vw auto 10vw;
  }
  .page--first_login.section--detail .block--contents .list--contents-list {
    gap: 4.5vw;
  }
  .page--first_login.section--detail .block--contents .list--contents-list li {
    padding: 4vw;
  }
  .section--banner .swiper-wrapper .slick--parts .slick-dots li,
  .section--banner .swiper-wrapper .slick--parts .slick-dots li button {
    width: 32px;
    margin: 0 8px 0 0;
  }
  .section--banner .swiper-wrapper .slick--parts .slick-dots li button:before {
    width: 32px;
  }
  .section--banner .swiper-wrapper li a img {
    width: 100%;
  }
}
@media screen and (min-width: 1px) and (max-width: 580px) {
  /* common.scss
  ============================== */
  .pc {
    display: none !important;
  }
  .btn--main,
  .btn--sub {
    width: 200px;
    padding: 1.5em 20px;
    margin: 6vw 0;
  }
  /* page--bbs
  // ----------------------------- */
  /* page--error
  ------------------------------ */
  /* page--birthday-message
  ------------------------------ */
}
@media screen and (min-width: 1px) and (max-width: 580px) and (min-width: 581px) and (max-width: 1000px) {
  .btn--main,
  .btn--sub {
    min-width: 40%;
  }
}
@media screen and (min-width: 1px) and (max-width: 580px) {
  .form--confirm {
    margin: 4vw auto 12vw;
  }
  .form--confirm dd {
    padding-bottom: 6vw;
  }
  .wrap > .block--parts {
    width: 30vw;
    left: inherit;
    right: 0;
    z-index: 1002;
  }
  .wrap > .block--parts::before {
    left: inherit;
    right: 10px;
  }
  .wrap > .block--parts .circle {
    width: 40vw;
    height: 40vw;
    top: -21vw;
    right: -16vw;
    left: inherit;
  }
  .nav__top--login {
    display: none;
  }
  .block--pager {
    width: 100%;
    margin: 20px 0 0;
    text-align: left;
    left: 0;
  }
  .section--detail .block--pager {
    text-align: center;
    margin: 20px 0 0;
  }
  .list--information li a {
    padding: 1.8em 0;
  }
  .list--information li a .date {
    display: inline-block;
    width: auto;
    text-align: left;
    margin-bottom: 2px;
    margin-left: 2vw;
  }
  .list--information li a .tit span {
    display: block;
  }
  .list--information:first-child {
    padding-top: 0;
  }
  .date, .category {
    font-size: 11px;
  }
  .tit {
    font-size: 13px;
  }
  .section--list {
    padding-bottom: 30px;
  }
  .section--list .list--contents li {
    margin-bottom: 48px;
  }
  .section--list .list--contents li:last-child {
    margin-bottom: 0;
  }
  .list--schedule {
    display: block;
  }
  .list--schedule li {
    width: 100%;
  }
  .list--schedule li .category {
    font-size: 10px;
  }
  .list--schedule li a .date strong {
    font-size: 2em;
  }
  .list--contents li .thumb, .list--contents .block__item .thumb,
  .section--latest li .thumb,
  .section--latest .block__item .thumb {
    margin-bottom: 10px;
  }
  .list--contents li .list__thumb .date, .list--contents .block__item .list__thumb .date,
  .section--latest li .list__thumb .date,
  .section--latest .block__item .list__thumb .date {
    border: 3px solid;
  }
  .list--blog {
    gap: 10px;
  }
  .list--blog li {
    width: calc((100% - 10px) / 2);
    margin-bottom: 2rem;
  }
  .list--blog li.staff {
    width: 100% !important;
  }
  .list--blog li.staff .thumb {
    aspect-ratio: 16/9;
  }
  .list--blog li .thumb {
    overflow: hidden;
    margin-bottom: 3vw;
  }
  .list--blog li .thumb .date {
    font-size: 10px;
    bottom: 1em;
    right: 1em;
  }
  .list--blog li .category {
    font-size: 10px;
    margin-left: 0;
    margin-bottom: 0.2rem;
  }
  .list--blog li .tit {
    font-size: 12px;
  }
  .list--blog li.staff .thumb.no-thumb {
    background-position: center 52%;
  }
  .list--qa li {
    margin-bottom: 1.4em;
  }
  .list--qa li a {
    border: 3px solid;
    padding: 1.5em;
  }
  .list--qa li a .list__txt {
    padding-left: 1.5em;
  }
  .list--qa li a .date {
    bottom: -3.2em;
    right: -2.8em;
  }
  .list--photo li {
    width: 50%;
  }
  .block--category {
    margin-bottom: 20px;
  }
  .block--category li {
    margin-right: 0;
  }
  .block--category li a {
    font-size: 12px;
    letter-spacing: 0.1em;
    padding: 0 5px;
  }
  .section-tit {
    font-size: 5vw;
    letter-spacing: initial;
  }
  .section--list,
  .section--detail {
    padding-top: 23vw;
  }
  .section--list .date,
  .section--detail .date {
    margin-bottom: 5px;
  }
  .section--list .detail__btn,
  .section--detail .detail__btn {
    font-size: 4vw;
    left: 7vw;
    margin-top: 20px;
    margin-bottom: 2vw;
  }
  .section--detail {
    padding-top: 34vw;
    padding-bottom: 10vw;
  }
  .section--detail .detail__btn {
    padding: 0;
    left: 0;
    position: relative;
    color: #000;
    text-align: center;
  }
  .section--detail .block--share li.share {
    font-size: 10px;
  }
  .header .drawer__btn {
    top: 4vw;
    width: 45px;
    height: 45px;
  }
  .header .drawer__btn span {
    left: 10px;
    height: 3px;
    width: 22px;
    right: 3vw;
  }
  .header .drawer__btn span:nth-of-type(1) {
    top: 11px;
  }
  .header .drawer__btn span:nth-of-type(2) {
    top: 19px;
  }
  .header .drawer__btn span:nth-of-type(3) {
    top: 27px;
  }
  .header .header__inner {
    min-height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(26%, #F8F4EC), color-stop(0%, #fff));
    background: -webkit-linear-gradient(#F8F4EC 26%, #fff 0%);
    background: linear-gradient(#F8F4EC 26%, #fff 0%);
  }
  .header .header__inner:before {
    top: -18%;
  }
  .header .header__inner:after {
    width: 255px;
    height: 240px;
    background: center no-repeat url(/static/yonesanchi/fanclub/common/menu_pad.svg);
  }
  .header .header__inner .g-nav__login {
    margin-top: 27vw;
    z-index: 100;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .header .header__inner .g-nav__login a {
    width: 160px;
    height: 50px;
  }
  .header .header__inner .g-nav__login a span:after {
    left: -18px;
  }
  .header .header__inner .g-nav .tit--label:first-child {
    height: 4.5vw;
    width: 20vw;
  }
  .header .header__inner .block--menu {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    padding: 0 7vw;
    margin: 0 auto;
    z-index: 99;
  }
  .header .header__inner .block--menu:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    background-size: contain;
    width: 50%;
    height: 50%;
    background: center no-repeat url(/static/yonesanchi/fanclub/common/dog_look.svg);
    top: 24%;
    right: -100px;
  }
  .header .header__inner .block--menu .g-nav .g-nav__fc {
    padding-top: 26vw;
    margin-top: 29vw;
  }
  .header .header__inner .block--menu .g-nav .g-nav__fc li {
    margin-bottom: 24px;
  }
  .header .header__inner .block--menu .g-nav .g-nav__fc li a span {
    font-size: 32px;
  }
  .header .header__inner .block--menu .g-nav .g-nav__fc li a span:after {
    bottom: -2vw;
  }
  .drawer-visible .drawer__btn span:nth-of-type(1) {
    top: 13px;
    left: 10px;
  }
  .drawer-visible .drawer__btn span:nth-of-type(3) {
    top: 26px;
    left: 10px;
  }
  .drawer {
    background: #000;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 120%;
    right: 0;
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transition: top 0.8s, opacity 0.8s 0.6s;
    transition: top 0.8s, opacity 0.8s 0.6s;
    z-index: 900;
    opacity: 0;
    pointer-events: none;
  }
  .drawer .block--wave {
    top: -44vw;
  }
  .drawer .nav--menu {
    width: 100%;
    padding-top: 20vw;
    padding: 6vw 15% 0;
  }
  .drawer .nav--menu .list--nav li {
    margin: 0 9vw 2vw;
  }
  .drawer .nav--menu .list--nav li a {
    color: #000;
    font-size: 4vw;
    font-weight: 500;
  }
  .drawer .nav--login {
    padding: 0 25%;
  }
  .drawer .nav--login .list--login li {
    width: 46%;
  }
  .drawer .nav--login .list--login li.login {
    margin-left: 4%;
  }
  .drawer .nav--login .list--login li a {
    padding: 13px 5px;
    color: #000;
  }
  .drawer .drawer-inner {
    position: relative;
  }
  .drawer .block--menu {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .list--nav {
    text-align: center;
  }
  .list--nav li {
    display: inline-block;
  }
  .drawer-visible {
    opacity: 1;
    pointer-events: auto;
  }
  .drawer-visible .drawer {
    top: 38vw;
    opacity: 1;
    pointer-events: auto;
  }
  .drawer-visible .drawer__btn .drawer__unvisible {
    opacity: 0;
  }
  .drawer-visible .header__inner {
    left: 0;
  }
  .drawer-visible.loaded.page--home .header .logo, .drawer-visible.page--home .header .logo,
  .drawer-visible .header .logo {
    pointer-events: none;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .page--home .section--banner {
    padding-bottom: 0;
    margin-left: 7vw;
  }
  .page--home .section--banner .swiper-wrapper .slick--parts {
    height: 40px;
    bottom: -40px;
  }
  .page--home .section--banner .swiper-wrapper .slick--parts .slick-dots li,
  .page--home .section--banner .swiper-wrapper .slick--parts .slick-dots li button {
    width: 32px;
    margin: 0 2px 0 0;
  }
  .page--home .section--banner .swiper-wrapper .slick--parts .slick-dots li button:before {
    width: 24px;
  }
  .page--home .section--banner .swiper-wrapper .swiper-slide {
    margin-right: 0.5%;
  }
  .page--home .section--hero:before {
    height: 116px;
  }
  .page--home .section--hero h1 {
    width: 208px;
    height: 105px;
    top: 46vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 45%;
  }
  .page--home .section--hero .loginbtn {
    display: none;
  }
  .page--home .section--hero .mainvisual {
    bottom: 104px;
  }
  .page--home .area--contents {
    margin-top: -48px;
  }
  .page--home .section--info .contents-wrap,
  .page--home .section--special .contents-wrap,
  .page--home .section--onlinestore .contents-wrap,
  .page--home .section--instagram .contents-wrap,
  .page--home .section--pickup .contents-wrap {
    padding: 0 7vw;
    margin: 80px auto 12vw;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .page--home .section--info .section-tit,
  .page--home .section--special .section-tit,
  .page--home .section--onlinestore .section-tit,
  .page--home .section--instagram .section-tit,
  .page--home .section--pickup .section-tit {
    font-size: 32px;
  }
  .page--home .section--info {
    padding: 0 0 18vw;
  }
  .page--home .section--info .contents-wrap {
    margin: 120px auto 12vw;
  }
  .page--home .section--info:before {
    top: -44%;
  }
  .page--home .section--info:after {
    bottom: -44%;
  }
  .page--home .section--info .dog01 {
    top: 10vw;
  }
  .page--home .section--info .dog01:before {
    width: 50%;
    height: 50%;
    background-size: contain;
    bottom: 2%;
    right: -104px;
  }
  .page--home .section--pickup.no-pickup + .section--info {
    margin-top: -10vw;
  }
  .page--home .section--onlinestore {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(98%, #fff), color-stop(0%, #F8F4EC));
    background: -webkit-linear-gradient(#fff 98%, #F8F4EC 0%);
    background: linear-gradient(#fff 98%, #F8F4EC 0%);
    padding: 28vw 0 24vw;
  }
  .page--home .section--onlinestore:before {
    top: -42.5%;
  }
  .page--home .section--onlinestore:after {
    bottom: -43%;
  }
  .page--home .section--onlinestore .store-list {
    margin-top: 24vw;
  }
  .page--home .section--onlinestore .store-list li {
    width: 47%;
  }
  .page--home .section--onlinestore .store-list li figure {
    margin-bottom: 2vw;
  }
  .page--home .section--onlinestore .store-list li .detail {
    margin-bottom: 1vw;
  }
  .page--home .section--onlinestore .store-list li:nth-child(1),
  .page--home .section--onlinestore .store-list li:nth-child(2) {
    margin-bottom: 8vw;
  }
  .page--home .section--onlinestore .store-list li:nth-child(2) {
    position: relative;
  }
  .page--home .section--onlinestore .store-list li:nth-child(2):before {
    content: "";
    display: block;
    width: 118px;
    height: 70px;
    background: center no-repeat url(/static/yonesanchi/fanclub/common/dog_buy.svg);
    position: absolute;
    background-size: contain;
    top: -70px;
    right: 8px;
    z-index: 0;
    -webkit-animation: anim_j_sp 3s alternate infinite ease-in-out;
            animation: anim_j_sp 3s alternate infinite ease-in-out;
  }
  .page--home .section--instagram .contents-wrap {
    margin: 60px auto 80vw;
  }
  .page--home .section--instagram .list--instagram {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .page--home .section--instagram .list--instagram img {
    border-radius: 24px;
    width: 100%;
  }
  .page--home .section--instagram .list--instagram .instagram_txt {
    width: 100%;
    margin-top: 2em;
  }
  .page--home .section--instagram .list--instagram .instagram_txt:after {
    top: 120%;
    left: 0;
    -webkit-transform: rotate(-24deg);
            transform: rotate(-24deg);
  }
  .page--home .section--instagram .list--instagram .list__more {
    margin-left: 0;
  }
  .page--home .section--pickup .contents-wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .page--home .section--pickup .contents-wrap .block--title {
    width: 100%;
  }
  .page--home .section--pickup .contents-wrap .swiper-wrapper {
    width: 100%;
  }
  .page--home .section--pickup .contents-wrap .swiper-wrapper li {
    width: 100%;
    margin-bottom: 6vw;
  }
  .page--home .section--special .brackets {
    padding: 5vw;
  }
  .page--home .section--special .brackets .box-border {
    position: absolute;
    width: 16px;
    height: 16px;
  }
  .page--home .section--special .brackets .box-border.box-border-leftTop {
    border-top: 3px solid #CBCBCB;
    border-left: 3px solid #CBCBCB;
    left: 0;
  }
  .page--home .section--special .brackets .box-border.box-border-leftBottom {
    border-left: 3px solid #CBCBCB;
    border-bottom: 3px solid #CBCBCB;
    left: 0px;
  }
  .page--home .section--special .brackets .box-border.box-border-rightTop {
    border-top: 3px solid #CBCBCB;
    border-right: 3px solid #CBCBCB;
    right: 0px;
  }
  .page--home .section--special .brackets .box-border.box-border-rightBottom {
    border-right: 3px solid #CBCBCB;
    border-bottom: 3px solid #CBCBCB;
    right: 0px;
  }
  .page--home .section--special .thumb {
    width: 100%;
    height: 170px;
  }
  body:not(.page--home) .header h1 {
    width: 120px;
    height: 18px;
    left: 7vw;
    top: 9vw;
  }
  body:not(.page--home) .wrap {
    padding-bottom: 430px;
  }
  body:not(.page--home).drawer-visible .header .logo {
    z-index: 1005;
    position: fixed;
    pointer-events: painted;
  }
  body:not(.page--home).drawer-visible .header .drawer__btn .drawer__visible {
    width: 12vw;
    height: 12vw;
    top: 3vw;
    right: 5vw;
  }
  .member_login .wrap:before {
    width: 40%;
    height: 148px;
    right: 50px;
  }
  .section--list {
    padding: 30vw 7vw 110px;
    z-index: 1;
    margin: 0 auto;
    width: 100%;
  }
  .section--list .block--category {
    padding-left: 1em;
    padding-top: 2vw;
  }
  .section--list .list--information,
  .section--list .list--qa {
    margin-top: 0;
  }
  .section--list .list--information a,
  .section--list .list--qa a {
    font-size: 12px;
  }
  .member_login .section--list {
    padding: 40vw 7vw 110px;
  }
  .section--detail {
    position: relative;
    z-index: 1;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1px) and (max-width: 580px) and (min-width: 1px) and (max-width: 580px) {
  .section--detail {
    width: 100%;
  }
}
@media screen and (min-width: 1px) and (max-width: 580px) {
  .page--info .block--title .thumb,
  .page--faq .block--title .thumb {
    width: 100%;
    height: 170px;
  }
  .page--info .content-main .section--list .block--title {
    margin-bottom: 20px;
  }
  .page--info .section--detail {
    padding: 30vw 7vw 60px;
  }
  .page--info .section--detail .txt {
    line-height: 1.8;
  }
  .page--info .detail__btn {
    bottom: 10vw;
  }
  .page--info .block--share {
    top: -4vw;
    margin-top: 18vw;
  }
  .page--info.member_login .section--detail {
    padding: 40vw 7vw 50vw;
  }
  .page--info.category-12 .list--information li a .thumb {
    width: 100%;
    height: 170px;
  }
  .page--info.category-12 .list--information li:first-child {
    padding-top: 0;
  }
  .page--bbs .section--detail {
    padding: 40vw 7vw 70vw;
  }
  .page--bbs .comment li .btn--report {
    bottom: 8vw;
  }
  .page--bbs .comment li .text {
    margin-top: 2vw;
  }
  .page--bbs .comment li .txt {
    padding-top: 2vw;
  }
  .page--bbs .comment li .ph {
    padding-top: 2vw;
  }
  .page--bbs .comment li .date {
    margin-left: 0;
    padding-top: 2vw;
  }
  .page--bbs .block--post {
    margin-top: 6vw;
  }
  .page--bbs.member_login .section--detail {
    padding: 40vw 7vw 70vw;
  }
  .page--qa .block--introduction {
    margin-bottom: 12vw;
  }
  .page--qa .qa_attention {
    padding: 6vw;
    margin: 80px 0 24px;
  }
  .page--qa .qa_attention:before {
    width: 84px;
    height: 54px;
    top: -42px;
    right: -18px;
  }
  .page--qa .qa_attention p span {
    margin-top: 4vw;
  }
  .page--qa .list--information li a .tit {
    margin-bottom: 1em;
  }
  .page--qa .list--information li a .date {
    margin-bottom: 0;
  }
  .page--qa .section--list {
    padding: 30vw 7vw 124px;
  }
  .page--qa .section--detail {
    padding: 30vw 7vw 124px;
  }
  .page--qa .section--detail .block--pager {
    width: 100%;
    border-top: none;
  }
  .page--qa .section--detail i {
    display: block;
    margin-bottom: 7px;
    padding-bottom: 0;
    margin-bottom: 5vw;
  }
  .page--qa .section--detail .tit--q {
    width: 100%;
    position: relative;
    top: 0;
    margin-bottom: 13vw;
    font-weight: 500;
  }
  .page--qa .section--detail .block__answer i {
    font-size: 14px;
  }
  .page--qa .section--detail .block__answer__inner > div .ico {
    width: 60px;
    height: 60px;
  }
  .page--qa .section--detail .block__answer__inner > div .answer__item {
    width: calc(100% - 70px - 1.5vw);
    padding: 1.5em;
  }
  .page--qa .section--detail .block__answer__inner > div .answer__item::after {
    border-width: 0 20px 17px 0;
    left: -13px;
    top: 20px;
  }
  .page--qa.member_login .section--list {
    padding: 40vw 7vw 110px;
  }
  .page--qa.member_login .section--detail {
    padding: 40vw 7vw 110px;
  }
  .page--course-change .block--title {
    display: none !important;
  }
  .page--course-change .block--list .title {
    font-size: 1.5em;
  }
  .page--course-change .block--list .title span {
    font-size: 0.7em;
  }
  .page--course-change .block--list__item {
    margin: 3em 0;
  }
  .page--course-change .block--list__item .block {
    padding: 1.4em;
  }
  .page--course-change th {
    padding: 10px;
  }
  .page--course-change td {
    padding: 10px;
  }
  .page--support {
    padding: 40vw 7vw 140px;
  }
  .page--support .list--support dd {
    margin-bottom: 6vw;
  }
  .page--support .terms-list {
    margin-top: 40px;
  }
  .page--support .terms-list li {
    margin-bottom: 4vw;
  }
  .page--support .terms-list li ul {
    margin: 2vw auto 5vw;
  }
  .member_login .page--support {
    padding: 40vw 7vw 60vw;
  }
  .page--faq .section--list {
    display: block;
  }
  .page--faq .section--list .block--list {
    width: 100%;
    margin-left: 0;
  }
  .page--faq .block--more-faq .list--faq li a {
    line-height: 1.4;
  }
  .page--faq .block--more-faq .list--faq li a .icon--q {
    top: 1.4em;
  }
  .page--faq .block--title {
    width: 100%;
    position: static;
    -webkit-transform: none;
            transform: none;
    line-height: 1.2em;
    margin: 0 0 2em 0;
    font-weight: 500;
  }
  .page--faq .section-tit {
    font-size: 6vw;
  }
  .page--faq .searchBox {
    width: 100%;
    margin: 40px auto;
  }
  .page--faq .list--faq,
  .page--faq .list--information {
    margin: 6vw 0 60px;
  }
  .page--faq .list--faq li a,
  .page--faq .list--information li a {
    display: block;
    padding: 1em 0;
  }
  .page--faq .list--faq li a .tit,
  .page--faq .list--information li a .tit {
    margin-bottom: 0;
  }
  .page--faq .section--detail {
    padding: 30vw 7vw 120px;
    margin: 0 auto;
    width: 100%;
  }
  .page--faq dl dt .txt {
    margin-left: 24px;
  }
  .page--faq.member_login .section--detail {
    padding: 30vw 7vw 120px;
  }
  .page--questionnaire .section--detail {
    padding: 30vw 7vw 120px;
  }
  .page--questionnaire .section-tit {
    margin-bottom: 4vw;
  }
  .page--questionnaire .tit {
    font-size: 14px;
  }
  .page--questionnaire #contents > section .txt--basic {
    font-size: 13px;
  }
  .page--questionnaire #contents > section form .input--half {
    width: 100% !important;
  }
  .page--questionnaire #contents > section form .input--quarter {
    width: 50% !important;
  }
  .page--questionnaire #contents > section form .icon--required::before {
    vertical-align: inherit;
    padding-left: 5px;
  }
  .page--questionnaire #contents > section form .form--post dt {
    margin: 2vw 0;
  }
  .page--questionnaire.member_login .section--detail {
    padding: 40vw 7vw 50vw;
  }
  .page--entry.section--detail {
    padding: 30vw 7vw 180px;
  }
  .page--entry.section--detail .intro-txt {
    padding: 6vw;
  }
  .page--entry.section--detail .intro-txt:after {
    right: 24px;
    top: 27px;
    width: 105px;
    height: 40px;
  }
  .page--entry.section--detail .block--contents {
    gap: 6vw;
    margin: 48vw auto 20vw;
  }
  .page--entry.section--detail .block--contents .list--contents-list {
    gap: 6vw;
  }
  .page--entry.section--detail .block--contents .list--contents-list li {
    padding: 6vw;
    width: 100%;
  }
  .page--entry.section--detail .block--contents .list--contents-list li .tit {
    font-size: 16px;
  }
  .page--entry.section--detail .block--contents .list--contents-list li img {
    margin-top: 4vw;
  }
  .page--entry.section--detail .block--method .txt .settlement {
    margin: 4vw 0 1.5vw;
  }
  .page--entry.section--detail .entry-btn-wrap .fl {
    margin-bottom: 40px;
  }
  .member_login .page--entry.section--detail {
    padding: 40vw 7vw 100vw;
  }
  .page--instagram.section--detail {
    padding: 30vw 7vw 140px;
  }
  .page--instagram.section--detail .section-tit {
    line-height: 1.4;
  }
  .page--instagram.section--detail .section-tit span {
    display: block;
  }
  .page--instagram.section--detail .block--method .follow .btn .btn--main {
    height: auto;
    padding: 1em 1.8em 1.6em 1.2em;
  }
  .page--instagram.section--detail .intro-txt {
    padding: 6vw;
  }
  .page--instagram.section--detail .block--method {
    margin-top: 8vw;
  }
  .page--instagram.section--detail .block--method .block-tit {
    text-align: center;
    margin-bottom: 6vw;
    line-height: 1.4;
  }
  .page--instagram.section--detail .block--method .block-tit span {
    display: block;
  }
  .page--instagram.section--detail .block--method dl {
    margin-bottom: 4vw;
  }
  .page--instagram.section--detail .block--method dl dt {
    margin-bottom: 4vw;
    width: 90px;
    text-align: center;
    font-size: 14px;
  }
  .page--instagram.section--detail .block--method dl dd {
    line-height: 1.8;
  }
  .page--instagram.section--detail .block--method dl dd img {
    margin: 4vw 0;
  }
  .page--instagram.section--detail .block--method dl dd .arrow-bottom {
    width: 32px;
    height: 32px;
    margin: 12vw auto;
  }
  .page--instagram.section--detail .follow {
    margin: 8vw 0;
  }
  .page--instagram.section--detail .follow .btn {
    margin: 6vw auto;
  }
  .member_login .page--instagram.section--detail {
    padding: 40vw 7vw 60vw;
  }
  .page--streaming.section--detail {
    padding: 30vw 7vw 110px;
  }
  .page--streaming.section--detail .intro-txt {
    padding: 6vw;
    margin: 80px 0 24px;
  }
  .page--streaming.section--detail .intro-txt:before {
    width: 94px;
    height: 66px;
    top: -67px;
    right: 10px;
  }
  .page--streaming.section--detail .intro-txt:after {
    width: 28px;
    height: 27px;
    top: -28px;
    right: 113px;
  }
  .page--streaming.section--detail .block--method {
    margin-top: 10vw;
  }
  .page--streaming.section--detail .block--method dl {
    margin-bottom: 4vw;
  }
  .page--streaming.section--detail .block--method .watch {
    margin-top: 10vw;
  }
  .page--streaming.section--detail .block--method .app-btn {
    margin: 6vw 0;
  }
  .page--streaming.section--detail .block--method .app-btn li {
    height: 50px;
  }
  .page--streaming.section--detail .block--method dl {
    margin-bottom: 4vw;
  }
  .page--streaming.section--detail .block--method dl dt {
    margin-bottom: 4vw;
  }
  .page--streaming.section--detail .block--method dl dd {
    line-height: 1.8;
  }
  .page--streaming.section--detail .block--method dl dd .arrow-bottom {
    width: 32px;
    height: 32px;
    margin: 12vw auto;
  }
  .page--streaming.section--detail .method-list-swipe {
    z-index: 1;
    position: relative;
    margin: 2vw 0;
  }
  .page--streaming.section--detail .method-list-swipe .method-list__item .txt {
    margin: 4vw auto;
    font-size: 14px;
  }
  .page--streaming.section--detail .method-list-swipe .slick-prev:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 auto;
    border-bottom: 3px solid #000;
    border-right: 3px solid #000;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    position: absolute;
    left: 32px;
    z-index: 2;
  }
  .page--streaming.section--detail .method-list-swipe .slick-next:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 auto;
    border-bottom: 3px solid #000;
    border-right: 3px solid #000;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    position: absolute;
    right: 32px;
    z-index: 2;
  }
  .page--streaming.section--detail .method-list-swipe .slick-arrow {
    z-index: 2;
  }
  .page--streaming.section--detail .method-list-swipe .slick-dots li button:before {
    color: #000;
    content: "";
    height: 4px;
    line-height: 1;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    background: #CBCBCB;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
  }
  .page--streaming.section--detail .method-list-swipe .slick-dots li.slick-active button:before {
    background: #D2302C;
  }
  .page--streaming.section--detail .screenmethod li {
    width: 100%;
    margin-bottom: 26%;
  }
  .page--streaming.section--detail .screenmethod li i {
    bottom: -12%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
  }
  .page--streaming.section--detail .screenmethod li img {
    margin-bottom: 4vw;
  }
  .page--streaming.section--detail .screenmethod li:last-child {
    margin-bottom: 0;
  }
  .page--streaming.section--detail .note {
    margin-top: 10vw;
  }
  .page--streaming.section--detail .note .block-tit {
    margin-bottom: 1.5vw;
  }
  .page--streaming.section--detail .note .tit {
    margin: 6vw 0 2vw;
  }
  .page--streaming.section--detail .app-box {
    margin-top: 10vw;
  }
  .page--streaming.section--detail .app-box p {
    margin-top: 2vw;
  }
  .page--streaming.section--detail .app-box .btn {
    margin-top: 4vw;
  }
  .member_login .page--streaming.section--detail {
    padding: 40vw 7vw 60vw;
  }
  .page--first_login.section--detail {
    padding: 30vw 7vw 110px;
  }
  .page--first_login.section--detail .section-tit {
    line-height: 1.4;
  }
  .page--first_login.section--detail .section-tit span {
    display: block;
  }
  .page--first_login.section--detail .intro-txt {
    padding: 6vw;
  }
  .page--first_login.section--detail .block--attention {
    padding: 6vw;
  }
  .page--first_login.section--detail .grey .list--attention {
    margin-bottom: 4vw;
  }
  .page--first_login.section--detail .block-tit {
    margin-bottom: 6vw;
    line-height: 1.4;
  }
  .page--first_login.section--detail .block-tit span {
    display: block;
  }
  .page--first_login.section--detail .block--movie {
    margin-bottom: 12vw;
  }
  .page--first_login.section--detail .step-list li {
    margin-bottom: 6vw;
    text-align: center;
  }
  .page--first_login.section--detail .step-list li a {
    padding: 4vw 6vw;
    line-height: 1.6;
    letter-spacing: 0;
  }
  .page--first_login.section--detail .step-list li a .step--tit {
    padding-bottom: 3vw;
    margin-bottom: 4vw;
    letter-spacing: 0.04em;
    display: block;
    border-bottom: 2px solid #CBCBD0;
  }
  .page--first_login.section--detail .block--method {
    margin-top: 16vw;
  }
  .page--first_login.section--detail .block--method dl {
    margin-bottom: 4vw;
  }
  .page--first_login.section--detail .block--method dl dt {
    margin-bottom: 4vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page--first_login.section--detail .block--method dl dt span {
    margin-bottom: 2vw;
    width: 90px;
    text-align: center;
    font-size: 14px;
  }
  .page--first_login.section--detail .block--method dl dd {
    line-height: 1.8;
  }
  .page--first_login.section--detail .block--method dl dd img {
    margin: 6vw 0;
  }
  .page--first_login.section--detail .block--method dl dd .arrow-bottom {
    width: 32px;
    height: 32px;
    margin: 12vw auto;
  }
  .page--first_login.section--detail .block--method dl dd .faq-link {
    margin: 6vw 0;
  }
  .page--first_login.section--detail .ig-btn {
    margin-bottom: 10vw;
  }
  .page--first_login.section--detail .ig-btn li .btn {
    margin-top: 4vw;
  }
  .page--first_login.section--detail .follow {
    margin: 8vw 0;
  }
  .member_login .page--instagram.section--detail {
    padding: 40vw 7vw 60vw;
  }
  .page--error .section--detail .txt--basic {
    text-align: left;
  }
  .page--error .section--detail .section-tit {
    margin-bottom: 40px;
  }
  .page--error .section--detail .btn {
    margin: 1em 0;
  }
  .page--error .section--detail {
    padding: 30vw 7vw 110px;
  }
  .page--error.member_login .section--detail {
    padding: 40vw 7vw 60vw;
  }
  .page--contact.section--detail .input--half {
    width: 100% !important;
  }
  .page--contact.section--detail .form--post dt {
    margin: 2em 0 0.5em;
  }
  .footer {
    padding: 14vw 7vw 24px;
    height: 430px;
  }
  .footer:before {
    width: 240px;
    height: 348px;
  }
  .footer .block--page-top {
    width: 114px;
    height: 153px;
    top: -150px;
    right: 10px;
  }
  .footer .block--page-top a .godog {
    width: 75px;
    height: 85px;
    right: 35px;
    bottom: -1px;
  }
  .footer .block--page-top a .balloon {
    right: 5px;
    width: 50px;
    height: 105px;
    top: 3px;
  }
  .footer .nav--support {
    display: block;
    margin: 9vw auto;
  }
  .footer .nav--support li {
    margin-bottom: 6vw;
  }
  .footer .nav--support li a {
    display: block;
    line-height: 1;
    font-size: 14px;
  }
  .footer .nav--support li:last-child {
    margin-bottom: 0;
  }
  .footer .copyright {
    position: absolute;
    bottom: 24px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .page--birthday-message .tit {
    font-size: 32px;
  }
  .page--birthday-message .section--detail {
    padding: 40vw 7vw 60vw;
  }
  .page--home .birthday-message .btn--main {
    top: 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 304px) {
  .page--home .section--onlinestore:before {
    top: -46% !important;
  }
  .page--home .section--onlinestore:after {
    bottom: -48% !important;
  }
  .page--home .section--info:after {
    bottom: -48% !important;
  }
}
@media screen and (min-width: 1px) and (max-width: 375px) {
  .section--hero h1 {
    top: 26vw !important;
  }
}