@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 {
  box-sizing: content-box;
  height: 1px;
  overflow: visible;
  border: 0;
  background-color: #777777;
}

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

a {
  background-color: transparent;
}

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

b, strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

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

legend {
  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] {
  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;
}

/*# sourceMappingURL=normalize.min.css.map */
body {
  word-wrap: break-word;
}

section, main {
  display: block;
}

*, *::before, *::after {
  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.wf-active,
html.loading-delay {
  visibility: visible;
  transition: 0.3s;
}

html, body {
  height: 100%;
}

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

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

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

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

::-moz-selection {
  background: #461F06;
  color: #FAF061;
}

::selection {
  background: #461F06;
  color: #FAF061;
}

::-moz-selection {
  background: #461F06;
  color: #B6E8E2;
}

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

* {
  min-width: 0;
  min-height: 0;
}

.block--pager {
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.015em;
  text-align: center;
  padding: 0;
  position: relative;
  top: 20px;
  height: 80px;
}
.block--pager li {
  display: inline-block;
  padding: 0.6em 0;
  margin: 0 5px;
  letter-spacing: 0.03em;
  position: relative;
}
.block--pager li span {
  color: #e4e0b3;
}
.block--pager li span::after, .block--pager li span::before {
  background-color: #e4e0b3 !important;
}
.block--pager a {
  display: block;
  position: relative;
  padding: 0 0.6em;
  text-decoration: none;
  transition: 0.2s;
}
.block--pager .pager__item--newer {
  width: 80px;
  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: "";
  background-color: #461F06;
  display: inline-block;
  height: 1rem;
  width: 1rem;
  -webkit-mask: url("/static/yuyategoshi/fansite/common/arrow_next.svg");
          mask: url("/static/yuyategoshi/fansite/common/arrow_next.svg");
  -webkit-mask-size: cover;
          mask-size: cover;
  vertical-align: -2px;
  margin-left: 4px;
}
.block--pager .pager__item--older {
  width: 80px;
  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::before, .block--pager .pager__item--older span::before {
  content: "";
  background-color: #461F06;
  display: inline-block;
  height: 1rem;
  width: 1rem;
  -webkit-mask: url("/static/yuyategoshi/fansite/common/arrow_back.svg");
          mask: url("/static/yuyategoshi/fansite/common/arrow_back.svg");
  -webkit-mask-size: cover;
          mask-size: cover;
  vertical-align: -2px;
  margin-right: 4px;
}

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

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

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

/* image */
.ph, .thumb {
  position: relative;
  line-height: 0;
}
.ph img, .thumb img {
  width: 100%;
}
.ph::after, .thumb::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.ph .dummy, .thumb .dummy {
  display: block;
  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;
}

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

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

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

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

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

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

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

/* 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: #FCF8D7;
  box-shadow: none;
  border: none;
  border-radius: 0.3em;
  padding: 0.5em;
  color: #461F06;
}
@media screen and (min-width: 961px) {
  input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=number],
button {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=number],
button {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
button:focus {
  border-color: #461F06;
}
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[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

body:not(.page--home) #opening {
  display: none;
}

.page--home #opening {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0 auto;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
}

.delighter {
  opacity: 0;
  -webkit-transform: translate3d(0, 60px, 0);
          transform: translate3d(0, 60px, 0);
  transition: 0.35s ease-in-out 0.2s;
}

.delighter.started {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes btn07-bar01 {
  0% {
    -webkit-transform: translateY(10px) rotate(-30deg);
            transform: translateY(10px) rotate(-30deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-30deg);
            transform: translateY(0) rotate(-30deg);
  }
}
@keyframes btn07-bar01 {
  0% {
    -webkit-transform: translateY(10px) rotate(-30deg);
            transform: translateY(10px) rotate(-30deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-30deg);
            transform: translateY(0) rotate(-30deg);
  }
}
@-webkit-keyframes btn07-bar03 {
  0% {
    -webkit-transform: translateY(-10px) rotate(-30deg);
            transform: translateY(-10px) rotate(-30deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-30deg);
            transform: translateY(0) rotate(-30deg);
  }
}
@keyframes btn07-bar03 {
  0% {
    -webkit-transform: translateY(-10px) rotate(-30deg);
            transform: translateY(-10px) rotate(-30deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-30deg);
            transform: translateY(0) rotate(-30deg);
  }
}
@-webkit-keyframes active-btn07-bar01 {
  0% {
    -webkit-transform: translateY(10px) rotate(0);
            transform: translateY(10px) rotate(0);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
}
@keyframes active-btn07-bar01 {
  0% {
    -webkit-transform: translateY(10px) rotate(0);
            transform: translateY(10px) rotate(0);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
}
@-webkit-keyframes active-btn07-bar03 {
  0% {
    -webkit-transform: translateY(-10px) rotate(0);
            transform: translateY(-10px) rotate(0);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
}
@keyframes active-btn07-bar03 {
  0% {
    -webkit-transform: translateY(-10px) rotate(0);
            transform: translateY(-10px) rotate(0);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
}
.btn {
  text-align: center;
}

.btn-base-style, .btn--main,
.btn--sub {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  display: inline-block;
  z-index: 1;
  border: none;
  font-size: 1.1em;
  line-height: 0;
  border-radius: 3em;
}

.btn--main,
.btn--sub {
  font-weight: bold;
  margin: 2em 0;
  padding: 2em;
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .btn--main,
.btn--sub {
    min-width: 50%;
  }
}

.btn--main {
  background: #461F06;
  color: #fff;
}

.btn--sub {
  background: transparent;
  color: #461F06;
  border: solid 1px #461F06;
}

.detail__btn {
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.015em;
  text-align: center;
}
.detail__btn a {
  display: inline-block;
  margin: 1rem auto 1.5rem;
}

.date,
.category {
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.015em;
  font-weight: 300;
}
.date.new,
.category.new {
  position: relative;
}
.date.new::after,
.category.new::after {
  content: "";
  display: inline-block;
  background: #B6E8E2;
  margin-left: 4px;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.tit {
  word-break: break-word;
}

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

.list--information > li {
  border-bottom: 1px solid #e4e0b3;
}
.list--information > li a {
  display: block;
  padding: 24px 0;
  z-index: 0;
  position: relative;
  transition: 0.3s;
}
.list--information > li a .category {
  display: inline-block;
  background: #EE4757;
  padding: 2px;
  padding: 5px 10px;
  line-height: 1;
  border-radius: 10px;
  margin-right: 8px;
  margin-bottom: 10px;
}
.list--information > li.no-data {
  padding-top: 0;
}

.list--contents li {
  width: 46%;
}
.list--contents li a {
  display: block;
  position: relative;
}
.list--contents li a .thumb {
  position: relative;
  border-radius: 10px;
}
.list--contents li a .thumb img {
  display: block;
}
.list--contents li a .tit {
  display: inline-block;
  color: #FCF8D7;
}
.list--contents li a .date {
  display: block;
  color: #FCF8D7;
}

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

li.no-data {
  float: none;
  text-align: left;
  width: 100%;
  color: #461F06;
  border: none !important;
  padding: 4em 0;
}

.header {
  width: 100%;
}

.fs-logo {
  position: absolute;
  top: 60px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 100;
}

.drawer__btn {
  background: #FCF8D7;
  border-radius: 50%;
  position: fixed;
  z-index: 100;
  right: 3%;
  top: 5%;
}
.drawer__btn .inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.drawer__btn span {
  display: block;
  background: #461F06;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
}
.drawer__btn span:first-of-type {
  top: 35%;
  -webkit-animation: btn07-bar01 0.75s forwards;
          animation: btn07-bar01 0.75s forwards;
}
.drawer__btn span:last-of-type {
  top: 60%;
  -webkit-animation: btn07-bar03 0.75s forwards;
          animation: btn07-bar03 0.75s forwards;
}

.drawer {
  display: table;
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  z-index: 50;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translate(100vw, 0);
          transform: translate(100vw, 0);
  box-sizing: border-box;
  pointer-events: none;
  transition: width 475ms ease-out, border-radius 0.8s 0.1s ease, -webkit-transform 450ms ease;
  transition: width 475ms ease-out, transform 450ms ease, border-radius 0.8s 0.1s ease;
  transition: width 475ms ease-out, transform 450ms ease, border-radius 0.8s 0.1s ease, -webkit-transform 450ms ease;
  border-bottom-left-radius: 100vw;
  background-color: #B6E8E2;
}
.drawer .drawer-inner {
  display: table-cell;
  vertical-align: middle;
}
.drawer .drawer-inner .nav--menu {
  width: 100%;
  text-align: center;
}
.drawer .drawer-inner .nav--menu .g-nav {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  margin-bottom: 6%;
  pointer-events: auto;
}
.drawer .drawer-inner .nav--menu .g-nav li {
  pointer-events: auto;
  white-space: nowrap;
  box-sizing: border-box;
  -webkit-transform: translatex(100vw);
          transform: translatex(100vw);
}
.drawer .drawer-inner .nav--menu .g-nav li a {
  display: block;
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.015em;
  color: #461F06;
  font-size: calc(26px - 0.5vw);
}
.drawer .drawer-inner .nav--menu .g-nav li a span {
  font-size: 0.8em;
  font-weight: bold;
}
.drawer .drawer-inner .nav--menu .g-nav.g-nav--login li, .drawer .drawer-inner .nav--menu .g-nav.g-nav--sns li {
  display: inline-block;
}
.drawer .drawer-inner .nav--menu .g-nav--login.nonlogin {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  background: #FAF061;
}
.drawer .drawer-inner .nav--menu .g-nav--login.nonlogin li span {
  display: block;
  height: 1em;
  width: 2px;
  background: #461F06;
}
.drawer .drawer-inner .nav--menu .g-nav--login li {
  display: inline-block;
  margin-bottom: 0;
}
.drawer .drawer-inner .nav--menu .g-nav--login li a {
  display: block;
  width: 100%;
  height: 100%;
}
.drawer .drawer-inner .nav--menu .g-nav--login li.mypage {
  margin-top: 14px;
}
.drawer .drawer-inner .nav--menu .g-nav--sns {
  display: inline-block;
  margin: 1.5em 0 0;
}
.drawer .drawer-inner .nav--menu .g-nav--sns li {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 18px;
}
.drawer .drawer-inner .nav--menu .g-nav--sns li:last-child {
  margin-right: 0;
}

.drawer-visible .fs-logo {
  display: none;
}
.drawer-visible .logo {
  width: 50%;
}
.drawer-visible .drawer {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translatex(0);
          transform: translatex(0);
  border-bottom-left-radius: 0;
}
.drawer-visible .drawer .drawer-inner [class^=nav--] .g-nav li {
  -webkit-transform: translatex(0);
          transform: translatex(0);
}
.drawer-visible .drawer .drawer-inner [class^=nav--] .g-nav li:nth-child(1) {
  transition: -webkit-transform 1s 0.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.08s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
.drawer-visible .drawer .drawer-inner [class^=nav--] .g-nav li:nth-child(2) {
  transition: -webkit-transform 1s 0.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.16s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
.drawer-visible .drawer .drawer-inner [class^=nav--] .g-nav li:nth-child(3) {
  transition: -webkit-transform 1s 0.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.24s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
.drawer-visible .drawer .drawer-inner [class^=nav--] .g-nav li:nth-child(4) {
  transition: -webkit-transform 1s 0.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.32s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
.drawer-visible .drawer .drawer-inner [class^=nav--] .g-nav li:nth-child(5) {
  transition: -webkit-transform 1s 0.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.4s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
.drawer-visible .drawer .drawer-inner [class^=nav--] .g-nav li:nth-child(6) {
  transition: -webkit-transform 1s 0.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.48s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
.drawer-visible .drawer .drawer-inner [class^=nav--] .g-nav li:nth-child(7) {
  transition: -webkit-transform 1s 0.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.56s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
.drawer-visible .drawer .drawer-inner [class^=nav--] .g-nav li:nth-child(8) {
  transition: -webkit-transform 1s 0.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.64s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
.drawer-visible .drawer .drawer-inner [class^=nav--] .g-nav li:nth-child(9) {
  transition: -webkit-transform 1s 0.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.72s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
.drawer-visible .drawer .drawer-inner [class^=nav--] .g-nav li:nth-child(10) {
  transition: -webkit-transform 1s 0.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.8s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
.drawer-visible .drawer .drawer-inner [class^=nav--] .g-nav li:nth-child(11) {
  transition: -webkit-transform 1s 0.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.88s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
.drawer-visible .drawer .drawer-inner [class^=nav--] .g-nav li:nth-child(12) {
  transition: -webkit-transform 1s 0.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.96s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
.drawer-visible .drawer .drawer-inner [class^=nav--] .g-nav li:nth-child(13) {
  transition: -webkit-transform 1s 1.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.04s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 1.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
.drawer-visible .drawer .drawer-inner [class^=nav--] .g-nav li:nth-child(14) {
  transition: -webkit-transform 1s 1.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.12s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 1.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
.drawer-visible .drawer .drawer-inner [class^=nav--] .g-nav li:nth-child(15) {
  transition: -webkit-transform 1s 1.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.2s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 1.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
.drawer-visible .drawer .drawer-inner [class^=nav--] .g-nav li:nth-child(16) {
  transition: -webkit-transform 1s 1.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.28s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 1.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
.drawer-visible .drawer .drawer-inner [class^=nav--] .g-nav li:nth-child(17) {
  transition: -webkit-transform 1s 1.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.36s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 1.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
.drawer-visible .drawer .drawer-inner [class^=nav--] .g-nav li:nth-child(18) {
  transition: -webkit-transform 1s 1.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.44s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 1.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
.drawer-visible .drawer .drawer-inner [class^=nav--] .g-nav li:nth-child(19) {
  transition: -webkit-transform 1s 1.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.52s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 1.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
.drawer-visible .drawer .drawer-inner [class^=nav--] .g-nav li:nth-child(20) {
  transition: -webkit-transform 1s 1.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.6s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 1.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
.drawer-visible .drawer .drawer-inner [class^=nav--] .g-nav li:nth-child(21) {
  transition: -webkit-transform 1s 1.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.68s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 1.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
.drawer-visible .drawer .drawer-inner [class^=nav--] .g-nav li:nth-child(22) {
  transition: -webkit-transform 1s 1.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.76s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 1.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
.drawer-visible .drawer .drawer-inner [class^=nav--] .g-nav li:nth-child(23) {
  transition: -webkit-transform 1s 1.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.84s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 1.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
.drawer-visible .drawer .drawer-inner [class^=nav--] .g-nav li:nth-child(24) {
  transition: -webkit-transform 1s 1.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.92s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 1.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
.drawer-visible .drawer .drawer-inner [class^=nav--] .g-nav li:nth-child(25) {
  transition: -webkit-transform 1s 2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
.drawer-visible .drawer .drawer-inner [class^=nav--] .g-nav li:nth-child(26) {
  transition: -webkit-transform 1s 2.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.08s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
.drawer-visible .drawer .drawer-inner [class^=nav--] .g-nav li:nth-child(27) {
  transition: -webkit-transform 1s 2.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.16s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
.drawer-visible .drawer .drawer-inner [class^=nav--] .g-nav li:nth-child(28) {
  transition: -webkit-transform 1s 2.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.24s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
.drawer-visible .drawer .drawer-inner [class^=nav--] .g-nav li:nth-child(29) {
  transition: -webkit-transform 1s 2.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.32s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
.drawer-visible .drawer .drawer-inner [class^=nav--] .g-nav li:nth-child(30) {
  transition: -webkit-transform 1s 2.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.4s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
.drawer-visible .drawer .drawer-inner [class^=nav--] .g-nav li:nth-child(31) {
  transition: -webkit-transform 1s 2.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.48s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
.drawer-visible .drawer .drawer-inner [class^=nav--] .g-nav li:nth-child(32) {
  transition: -webkit-transform 1s 2.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.56s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
.drawer-visible .drawer .drawer-inner [class^=nav--] .g-nav li:nth-child(33) {
  transition: -webkit-transform 1s 2.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.64s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
.drawer-visible .drawer .drawer-inner [class^=nav--] .g-nav li:nth-child(34) {
  transition: -webkit-transform 1s 2.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.72s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
.drawer-visible .drawer .drawer-inner [class^=nav--] .g-nav li:nth-child(35) {
  transition: -webkit-transform 1s 2.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.8s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
.drawer-visible .drawer .drawer-inner [class^=nav--] .g-nav li:nth-child(36) {
  transition: -webkit-transform 1s 2.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.88s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
.drawer-visible .drawer .drawer-inner [class^=nav--] .g-nav li:nth-child(37) {
  transition: -webkit-transform 1s 2.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.96s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
.drawer-visible .drawer .drawer-inner [class^=nav--] .g-nav li:nth-child(38) {
  transition: -webkit-transform 1s 3.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.04s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 3.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
.drawer-visible .drawer .drawer-inner [class^=nav--] .g-nav li:nth-child(39) {
  transition: -webkit-transform 1s 3.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.12s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 3.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
.drawer-visible .drawer .drawer-inner [class^=nav--] .g-nav li:nth-child(40) {
  transition: -webkit-transform 1s 3.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.2s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 3.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
.drawer-visible .drawer .drawer-inner [class^=nav--] .g-nav li:nth-child(41) {
  transition: -webkit-transform 1s 3.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.28s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 3.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
.drawer-visible .drawer .drawer-inner [class^=nav--] .g-nav li:nth-child(42) {
  transition: -webkit-transform 1s 3.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.36s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 3.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
.drawer-visible .drawer .drawer-inner [class^=nav--] .g-nav li:nth-child(43) {
  transition: -webkit-transform 1s 3.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.44s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 3.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
.drawer-visible .drawer .drawer-inner [class^=nav--] .g-nav li:nth-child(44) {
  transition: -webkit-transform 1s 3.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.52s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 3.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
.drawer-visible .drawer .drawer-inner [class^=nav--] .g-nav li:nth-child(45) {
  transition: -webkit-transform 1s 3.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.6s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 3.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
.drawer-visible .drawer .drawer-inner [class^=nav--] .g-nav li:nth-child(46) {
  transition: -webkit-transform 1s 3.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.68s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 3.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
.drawer-visible .drawer .drawer-inner [class^=nav--] .g-nav li:nth-child(47) {
  transition: -webkit-transform 1s 3.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.76s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 3.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
.drawer-visible .drawer .drawer-inner [class^=nav--] .g-nav li:nth-child(48) {
  transition: -webkit-transform 1s 3.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.84s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 3.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
.drawer-visible .drawer .drawer-inner [class^=nav--] .g-nav li:nth-child(49) {
  transition: -webkit-transform 1s 3.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.92s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 3.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
.drawer-visible .drawer .drawer-inner [class^=nav--] .g-nav li:nth-child(50) {
  transition: -webkit-transform 1s 4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 4s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
.drawer-visible .drawer__btn span:first-of-type {
  top: 46%;
  -webkit-animation: active-btn07-bar01 0.75s forwards;
          animation: active-btn07-bar01 0.75s forwards;
}
.drawer-visible .drawer__btn span:last-of-type {
  top: 46%;
  -webkit-animation: active-btn07-bar03 0.75s forwards;
          animation: active-btn07-bar03 0.75s forwards;
}

footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
footer .inner {
  display: none;
}
footer .copyright {
  text-align: center;
  top: inherit;
  bottom: 48px;
  position: absolute;
  left: 0;
  width: 100%;
}

.wrap {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  z-index: 1;
}
.wrap::after {
  background-image: url("/static/yuyategoshi/fansite/common/bg.svg");
  background-repeat: repeat;
  background-size: 16%;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -10;
}

.content-main {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #461F06;
  min-height: 100%;
}

.section-tit {
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.015em;
  line-height: 1;
  position: relative;
}
.section-tit span.jp {
  font-size: 0.75em;
  font-weight: bold;
  letter-spacing: 0.06em;
}
.section-tit span.yellow {
  color: #FCF8D7;
}
.section-tit .tit-stroke {
  position: absolute;
  top: 0;
  left: -2%;
  width: 140px;
  z-index: -1;
}

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

.section--detail .list--contents {
  flex-wrap: wrap;
}
.section--detail > .txt * {
  white-space: normal !important;
  word-break: break-word;
  margin-bottom: 2vw;
}
.section--detail .block--share {
  text-align: right;
}
.section--detail .block--share li {
  display: inline-block;
  margin-right: 10px;
}
.section--detail .block--share li i {
  font-size: 17px;
  color: #461F06;
}
.section--detail .block--share li.twitter {
  margin-right: 8px;
}
.section--detail .block--share li:last-of-type {
  margin-right: 0;
}
.section--detail .block--share li svg {
  width: 18px;
  fill: #461F06;
  position: relative;
  top: 4px;
}
.section--detail .block--share li.share {
  color: #FCF8D7;
  margin-right: 20px;
}
.section--detail .contents {
  background: #FCF8D7;
  border-radius: 20px;
  margin-bottom: 6%;
}

.page--home {
  background: transparent;
  position: relative;
  z-index: 1;
}
.page--home .wrap {
  background-color: #B6E8E2;
  padding-bottom: 0;
}
.page--home .content-main::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -2;
}
.page--home section {
  margin: 0 auto;
}
.page--home .section-tit {
  margin-bottom: 14px;
  position: relative;
  text-shadow: 2px 2px 0 #fcf8d7;
}
.page--home .section--keyvisual {
  width: 100%;
  position: relative;
  z-index: 2;
}
.page--home .section--keyvisual .keyvisual {
  position: relative;
}
.page--home .section--keyvisual .keyvisual .inner::after {
  content: "";
  background: url("/static/yuyategoshi/fansite/top/dot_bg.svg");
  width: 110%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: -9%;
  z-index: -1;
  left: -5%;
}
.page--home .section--keyvisual .keyvisual img.kv_mask {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  line-height: 0;
  -webkit-mask-image: url("/static/yuyategoshi/fansite/top/top_mask.svg");
          mask-image: url("/static/yuyategoshi/fansite/top/top_mask.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}
.page--home .section--keyvisual::after {
  content: "";
  background: url("/static/yuyategoshi/fansite/top/back1.svg");
  width: 100%;
  height: 44.85vw;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  z-index: -2;
}
.page--home .section--bnr .bnrList {
  opacity: 0;
  transition: opacity 0.3s linear;
}
.page--home .section--bnr .bnrList.slick-initialized {
  opacity: 1;
}
.page--home .section--bnr .bnrList li a {
  display: block;
  width: 100%;
  height: 100%;
}
.page--home .section--bnr .bnrList li a img {
  width: 100%;
  border-radius: 10px;
}
.page--home .section--bnr .bnrList .slick-slide {
  position: relative;
}
.page--home .section--bnr .bnrList .slick-slide::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
  position: absolute;
  top: 21px;
  left: 17px;
  z-index: -1;
}
.page--home .section--bnr .slick-dots {
  position: inherit;
  margin: 0 auto;
}
.page--home .section--bnr .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0;
  padding: 0;
  transition: 0.3s;
}
.page--home .section--bnr .slick-dots li button {
  display: none;
}
.page--home .section--bnr .slick-dots li::before {
  content: "";
  display: block;
  border-radius: 100%;
  border: solid 1px #461F06;
  opacity: 1;
}
.page--home .section--bnr .slick-dots li.slick-active::before {
  border: solid 1px #461F06;
  background: #461F06;
  transition: 0.3s;
}
.page--home .area--free {
  background: #FCF8D7;
  position: relative;
  z-index: 1;
}
.page--home .area--free::after {
  content: "";
  background: url("/static/yuyategoshi/fansite/top/back2.svg");
  width: 100%;
  height: 33vw;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 99%;
  z-index: 0;
}
.page--home .area--free .list--information {
  margin-bottom: 16px;
}
.page--home .area--free .list--information li {
  border: none;
}
.page--home .list__more {
  position: relative;
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.015em;
}
.page--home .list__more a {
  display: block;
  width: 100%;
  height: 100%;
  color: #461F06;
  letter-spacing: 0.025em;
  position: relative;
}
.page--home .list__more a::after {
  content: "";
  background-color: #461F06;
  display: inline-block;
  height: 1rem;
  width: 1rem;
  -webkit-mask: url("/static/yuyategoshi/fansite/common/arrow_next.svg");
          mask: url("/static/yuyategoshi/fansite/common/arrow_next.svg");
  -webkit-mask-size: cover;
          mask-size: cover;
  vertical-align: bottom;
  margin-left: 4px;
}
.page--home .logo-area {
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
}
.page--home .logo-area .block--catch {
  position: relative;
}
.page--home .logo-area .block--catch .block--catch-txt {
  position: absolute;
  -webkit-animation: 5.5s linear infinite rotation;
          animation: 5.5s linear infinite rotation;
}
.page--home .logo-area .fs-logo {
  margin-bottom: 60px;
}
.page--home .logo-area .block--login {
  margin-top: 36px;
}
.page--home .logo-area .block--login li {
  font-size: 24px;
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.015em;
}
.page--home .logo-area .block--login.nonlogin ul {
  background: #FAF061;
  width: 65%;
  border-radius: 30px;
  padding: 10px;
  text-align: center;
  margin: 0 auto;
}
.page--home .logo-area .block--login.nonlogin ul li {
  display: inline-block;
  vertical-align: middle;
}
.page--home .logo-area .block--login.nonlogin ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.page--home .logo-area .block--login.nonlogin ul li span {
  display: block;
  width: 2px;
  height: 0.8em;
  background: #000;
  margin: 0 20px;
}
.page--home .area--member .block--contents img {
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.3);
}
.page--home .area--member .block--contents.stream {
  position: relative;
}
.page--home .area--member .block--contents.stream a {
  display: block;
}
.page--home .area--member .block--contents.stream a img {
  height: 100%;
  background-size: contain;
  box-shadow: none;
  -webkit-filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.3));
}
.page--home .area--member .block--contents.stream .txt-erea {
  position: absolute;
  background: #fff;
  padding: 10px;
  width: 80%;
  top: 90%;
  right: -5%;
  border-radius: 10px;
  font-size: 12px;
}
.page--home .area--member .block--contents .block--thumb {
  position: relative;
}
.page--home .area--member .block--contents .block--thumb img.thumb {
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat center;
  background-size: cover;
  overflow: hidden;
}
.page--home .area--member .block--contents .date {
  color: #461F06;
  position: relative;
}
.page--home .area--member .block--contents .date.new::after {
  background: #FAF061;
}
.page--home .area--member .block--contents .list__more {
  margin-top: 40px;
}
.page--home .area--member .section--link .card {
  background: #fff;
  width: 100%;
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.3);
  margin-bottom: 68px;
  position: relative;
}
.page--home .area--member .section--link .card #heart,
.page--home .area--member .section--link .card #check {
  position: absolute;
}
.page--home .area--member .section--link .note {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  padding: 0 10%;
}
.page--home .area--member .section--link .note .txt {
  width: 100%;
  line-height: 2;
  margin: 0 auto 12px;
}
.page--home .area--member .section--link .note .txt span {
  display: block;
  font-size: 22px;
  border-bottom: 1px solid #D6D6D6;
}
.page--home .area--member .section--link .note .txt.mail {
  background-image: linear-gradient(180deg, #D6D6D6 1px, transparent 1px);
  background-size: 100% 2.5em;
  line-height: 2.5em;
  padding-bottom: 1px;
  background-repeat: repeat;
  background-position: initial;
}
.page--home footer {
  background-color: #461F06;
  color: #fff;
  position: relative;
}
.page--home footer .block--bnr {
  margin-bottom: 90px;
}
.page--home footer .block--bnr .list--bnr {
  display: flex;
  flex-wrap: wrap;
}
.page--home footer .list--support {
  width: 100%;
}
.page--home footer .list--support li a {
  display: block;
}
.page--home .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 18vw 100vw;
  border-color: transparent transparent #FCF8D7 transparent;
  position: relative;
  bottom: 0;
}
.page--home .section--fc {
  background: #FCF8D7;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 5%;
}
.page--home .section--fc .section--fc__ph {
  display: block;
  width: 30%;
}
.page--home .section--fc .section--fc__link {
  width: 30%;
}
.page--home .section--fc .section--fc__link img {
  display: block;
  margin: 0 auto 20px;
}
.page--home .section--fc .section--fc__link .lead {
  font-size: 14px;
  line-height: 1.6;
}

.page--info {
  background: #FCF8D7;
}
.page--info .wrap {
  background-color: transparent;
}
.page--info .wrap::after {
  content: none;
}
.page--info::before {
  content: "";
  background: url("/static/yuyategoshi/fansite/top/back1.svg");
  background-color: #B6E8E2;
  width: 32%;
  height: 12vw;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  z-index: 0;
}
.page--info.info--detail .section--detail .tit {
  font-weight: 600;
}
.page--info .section--detail .txt a {
  text-decoration: underline;
  color: #75bdb5;
}
.page--info .section--detail .txt * {
  margin-bottom: 0;
}
.page--info .section--detail .txt .ph, .page--info .section--detail .txt .video {
  margin: 1vw 0;
}

.page--mail .txt--sub {
  border-radius: 20px;
}
.page--mail .lead {
  font-size: 1.2em;
  border-bottom: 1px solid #e4e0b3;
  padding-bottom: 10px;
  line-height: 1.4;
}
.page--mail .txt--sub {
  background: #fff;
}

.section--detail.page--support .section-tit {
  font-family: inherit;
}
.section--detail.page--support .tit {
  font-size: 28px;
  line-height: 1.6em;
  margin: 0 0 30px;
  font-weight: normal;
}
.section--detail.page--support .list--support a {
  text-decoration: underline;
  transition: 0.3s;
}
.section--detail.page--support .list--support dt {
  font-weight: bold;
}
.section--detail.page--support .list--support dd {
  margin-bottom: 1.5em;
}

.page--faq .wrap::after {
  content: none;
}
.page--faq .fs-logo {
  display: none;
}
.page--faq .content-main::after {
  content: none;
}
.page--faq .section--list .section-tit {
  font-family: inherit;
}
.page--faq .section--list .block--contact {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
.page--faq .section--list .block--contact a {
  transition: 0.3s;
}
.page--faq .section--list .btn {
  margin: 20px 0;
  text-align: center;
}
.page--faq .section--list .txt--sub {
  font-size: 12px;
}
.page--faq .searchBox {
  position: relative;
  width: 70%;
  margin: 40px auto 50px 0;
  max-width: 500px;
}
.page--faq .searchBox input[type=submit] {
  width: 40px;
  font-family: FontAwesome;
  font-size: 20px;
  line-height: 40px;
  color: #505050;
  background: transparent;
  border: none;
  border-radius: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3px;
  z-index: 2;
  cursor: pointer;
}
.page--faq .tit--category {
  margin: 0 0 20px;
}
.page--faq .list--faq {
  margin: 0 0 60px;
}
.page--faq .list--faq li {
  border-bottom: 1px solid #fffdeb;
}
.page--faq .list--faq li .tit {
  font-size: 14px;
  margin: 0 10px;
}
.page--faq .list--faq li a {
  display: flex;
  align-items: center;
  padding: 24px 0;
  text-decoration: none;
  transition: color 0.3s;
}
.page--faq .list--faq .txt {
  padding-top: 0;
}
.page--faq .list--faq .icon--a {
  display: none;
}
.page--faq .list--faq .icon--q {
  letter-spacing: 0.1em;
  line-height: 28px;
  white-space: nowrap;
}
.page--faq .block--faq-detail {
  background: #fffef5;
  padding: 25px;
  margin: 0 0 80px;
}
.page--faq .block--faq-detail dt {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #e4e0b3;
  padding: 0 0 20px;
  margin: 0 0 30px;
}
.page--faq .block--faq-detail .txt {
  padding-top: 0;
}
.page--faq .block--faq-detail .txt a {
  color: #75BDB2;
  transition: 0.3s;
  text-decoration: underline;
}
.page--faq .block--faq-detail .icon--a {
  display: none;
}
.page--faq .block--contact {
  margin: 40px 0 0;
}
.page--faq .block--contact .link a {
  position: relative;
  border-bottom: 1px solid #461f06;
  padding: 0 0 0.2em;
}
.page--faq .block--contact .link a::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 2px solid #461f06;
  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;
  transition: 0.3s;
}

.section--detail.page--entry {
  background: #FCF8D7;
}
.section--detail.page--entry .block-tit {
  font-size: 1.35em;
  font-weight: bold;
  text-align: center;
  margin: 0 0 20px;
}
.section--detail.page--entry .lead {
  border-bottom: 1px solid #e4e0b3;
}
.section--detail.page--entry [class^=block--] table {
  margin: 0 auto 10px;
  background: #fffef5;
}
.section--detail.page--entry [class^=block--] table th {
  width: 175px;
  padding: 10px 3%;
  text-align: center;
  border: 2px solid #e4e0b3;
  font-weight: 400;
}
.section--detail.page--entry [class^=block--] table td {
  padding: 20px;
  border: 2px solid #e4e0b3;
  padding: 10px 3%;
}
.section--detail.page--entry [class^=block--] table td .txt--sub {
  text-indent: -1em;
  padding-left: 1em;
}
.section--detail.page--entry .block--contents {
  position: relative;
  padding: 60px 0;
}
.section--detail.page--entry .block--contents .list--contents {
  justify-content: space-between;
}
.section--detail.page--entry .block--contents .list--contents > li {
  background: #fffef5;
  padding: 6%;
  border-radius: 10px;
  margin-bottom: 8%;
}
.section--detail.page--entry .block--contents .list--contents > li .inner {
  position: relative;
  color: #461F06;
  z-index: 10;
  height: 100%;
}
.section--detail.page--entry .block--contents .list--contents > li .inner ul li {
  width: 100%;
}
.section--detail.page--entry .block--contents .list--contents > li .tit {
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.015em;
}
.section--detail.page--entry .block--contents .list--contents > li .tit span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #461F06;
  font-size: 0.75em;
  font-weight: bold;
}
.section--detail.page--entry .block--contents .list--contents > li .txt--sub {
  font-family: inherit;
  line-height: 1.6;
  margin-top: 0.8em;
}
.section--detail.page--entry .block--contents .list--contents > li:first-child .txt--sub {
  font-size: 12px;
}
.section--detail.page--entry .block--pre-entry {
  background: #fffef5;
  border-radius: 10px;
  margin-bottom: 10%;
}
.section--detail.page--entry .block--pre-entry .txt--sub {
  padding-left: 10px;
}
.section--detail.page--entry .block--login__fanplus {
  padding-top: 20px;
}
.section--detail.page--entry .block--login__fanplus .block--inner {
  background: #fffef5;
  border: 1px solid;
  color: #461F06;
  text-align: center;
}
.section--detail.page--entry .block--login__fanplus .block--inner .txt--login {
  letter-spacing: 0.05em;
}

.section--livestreaming .notice {
  text-align: center;
  width: 100%;
  color: #461F06;
  font-weight: 400;
  padding: 0 0 1em;
}
.section--livestreaming .app-how-to h3 {
  text-align: center;
  font-size: 1.5vw;
  background: #000;
  color: #fff;
  font-weight: 700;
  padding: 5px;
  margin-bottom: 15px;
}
.section--livestreaming .tit {
  font-size: 16px;
  font-weight: 600;
}
.section--livestreaming .inner-lead {
  margin-bottom: 15px;
}
.section--livestreaming .methodList {
  display: inherit;
  text-align: center;
  margin: 0 auto 50px;
  display: flex;
  justify-content: space-between;
}
.section--livestreaming .methodList li {
  padding: 0 18px;
  width: 24%;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
}
.section--livestreaming .methodList.enter li:last-child {
  flex-direction: column;
  margin-top: auto;
  margin-bottom: auto;
}
.section--livestreaming .methodList li img {
  margin: 0 0 10px;
  border: 0.5px solid #666;
}
.section--livestreaming .methodList li span {
  display: block;
  text-align: left;
  font-size: 12px;
}
.section--livestreaming .methodList li .fa {
  position: absolute;
  top: 36%;
  right: -13px;
  font-size: 20px;
  color: #000000;
}
.section--livestreaming dl.adjust {
  text-align: center;
  margin: 0 auto 50px;
  border-top: 1px solid #e4e0b3;
  padding: 50px 0 0;
}
.section--livestreaming dl.adjust dd {
  width: 31.5%;
  text-align: left;
  padding: 0 16px;
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
}
.section--livestreaming dl.adjust dd .text {
  min-height: 90px;
  padding: 0 0 10px;
}
.section--livestreaming .attention {
  border-top: 1px solid #e4e0b3;
  border-bottom: 1px solid #e4e0b3;
  padding: 25px 0;
  margin: 0 auto 50px;
}
.section--livestreaming .attention > ul li {
  text-indent: -1em;
  line-height: 1.9;
  padding: 0 0 5px 1em;
  font-size: 14px;
}
.section--livestreaming .link-txt {
  text-align: center;
  margin: 0 auto 25px;
  font-size: 18px;
}
.section--livestreaming .dl-list {
  text-align: center;
  margin-bottom: 40px;
}
.section--livestreaming .dl-list a {
  display: inline-block;
  margin: 0 15px;
  line-height: 0;
}
.section--livestreaming .dl-list a img {
  height: 50px;
  width: auto;
}
.section--livestreaming ul.howtoList {
  margin: 25px auto 0;
  text-align: left;
}
.section--livestreaming ul.howtoList li {
  padding: 0px 0 5px 1em;
  text-indent: -1em;
}
.section--livestreaming .guidance a {
  color: #FAF061;
}

.section--detail.lovecheck .block-tit {
  font-size: 1.6em;
}
.section--detail.lovecheck .lead {
  font-size: 1.2em;
  line-height: 1.4;
  padding-bottom: 10px;
  border-bottom: 1px solid #e4e0b3;
  margin-bottom: 1em;
}
.section--detail.lovecheck .box--figure .inner--box {
  width: 60%;
  margin: 3em auto 0;
  padding: 2%;
  background: rgba(245, 194, 191, 0.6);
  border-radius: 12px;
}
.section--detail.lovecheck .box--figure .inner--box .ph {
  width: 100%;
  margin: 0 auto;
}

.page--diagnosis.page--list .section-tit {
  display: inline-block;
}
.page--diagnosis .diagnosis-top .list--attention {
  margin: 2em 0 0.5em;
}
.page--diagnosis .diagnosis-top .list--attention li {
  color: #ec5555;
}
.page--diagnosis .diagnosis-top .list--error {
  background: rgba(245, 194, 191, 0.6);
  padding: 10px 15px;
  border-radius: 10px;
}
.page--diagnosis .block-tit {
  display: inline-block;
  padding: 0 10px;
  background: rgba(245, 194, 191, 0.6);
  vertical-align: super;
  margin-left: 16px;
}
.page--diagnosis .block--select {
  margin-top: 2em;
}
.page--diagnosis .list--form {
  margin: 0 auto 3.5em;
}
.page--diagnosis .list--form dt {
  line-height: 1.5;
  margin-bottom: 1.2em;
  font-size: 1.2em;
  font-weight: bold;
}
.page--diagnosis .list--form dt .count {
  position: relative;
  font-size: 1.2em;
}
.page--diagnosis .list--form .list--questions {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.page--diagnosis .list--form .list--questions li {
  width: calc((100% - 12px) / 2);
  margin-right: 12px;
  margin-bottom: 12px;
}
.page--diagnosis .list--form .list--questions li:nth-of-type(2n) {
  margin-right: 0;
}
.page--diagnosis .list--form .list--questions label {
  display: block;
}
.page--diagnosis .list--form .list--questions label span {
  display: block;
  line-height: 1.4;
  background: #fffef5;
  padding: 1.3em;
  transition: 0.3s;
  cursor: pointer;
  border-radius: 14px;
}
.page--diagnosis .list--form .list--questions label input {
  display: none;
}
.page--diagnosis .list--form .list--questions label input[type=radio]:checked + span {
  background: #F5C2BF;
}
.page--diagnosis .result {
  text-align: center;
}
.page--diagnosis .result .top-txt {
  margin: 0 0 1em;
  font-size: 20px;
  opacity: 0;
}
.page--diagnosis .result .top-txt .name-txt {
  font-size: 1.4em;
  margin-right: 3px;
}
.page--diagnosis .result .block--ph {
  position: relative;
  opacity: 0;
  margin: 1em auto 4em;
  width: 50%;
}
.page--diagnosis .result .block--ph .ph {
  position: relative;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  border-radius: 16%;
}
.page--diagnosis .result .block--ph .ph img {
  display: block;
  width: 100%;
  line-height: 0;
  background: no-repeat center;
  background-size: contain;
}
.page--diagnosis .result .box--rate {
  display: flex;
  justify-content: flex-end;
  margin-top: -24%;
}
.page--diagnosis .result .rate {
  display: block;
  position: relative;
  opacity: 0;
  width: 32%;
  padding-top: 32%;
  line-height: 1;
  letter-spacing: 0;
  margin-right: -6%;
}
.page--diagnosis .result .rate::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #F5C2BF;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  transition: background-color 0.2s;
  transition-delay: 0.3s;
}
.page--diagnosis .result .rate .numb {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.015em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 56px;
  font-weight: 700;
  color: #fff;
  padding-top: 6%;
  padding-right: 15%;
}
.page--diagnosis .result.pass .rate::before {
  background-color: #fd9892;
}
.page--diagnosis .result .odometer-inside {
  position: relative;
  right: 0px;
  bottom: 0;
  letter-spacing: 0;
}
.page--diagnosis .result .odometer-digit:first-of-type .odometer-value {
  text-align: right;
}
.page--diagnosis .result .odometer-digit:last-of-type::after {
  content: "%";
  font-size: 30px;
  font-weight: normal;
  margin-left: 2px;
  position: absolute;
  bottom: 16px;
}
.page--diagnosis .result .block--movie, .page--diagnosis .result .player, .page--diagnosis .result .txt--movie, .page--diagnosis .result .txt--sub, .page--diagnosis .result .btn {
  opacity: 0;
}
.page--diagnosis .result .txt--movie {
  margin-bottom: 1em;
  font-size: 1.5em;
  font-weight: bold;
}
.page--diagnosis .result .txt--movie span {
  background: #B6E8E2;
  padding: 0 10px;
}
.page--diagnosis .result .show:not(.not-found) {
  transition: opacity 0.3s;
  opacity: 1;
}
.page--diagnosis .result .block--movie {
  max-width: 640px;
  margin: 4em auto 2em;
}
.page--diagnosis .result .block--movie .player {
  position: relative;
  padding-top: 56.25%;
}
.page--diagnosis .result .block--movie .player iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.page--diagnosis .result .block--movie .txt--sub {
  font-size: 1em;
}
.page--diagnosis .result .block--movie .txt--sub span {
  font-size: 1.8em;
  font-weight: bold;
  color: #B6E8E2;
  padding: 0 2px;
  vertical-align: -2px;
  text-shadow: 1px 1px 0 rgba(70, 31, 6, 0.7);
}
.page--diagnosis .result .not-found {
  text-align: left;
  margin: 0 0 3em;
}
.page--diagnosis .section--detail.error .btn--sub {
  margin: 3em auto 0;
}

/*  questionnaire
------------------------------ */
.page--questionnaire .content-main {
  background: #FCF8D7;
  width: 90%;
  max-width: 1050px;
  border-radius: 20px;
  margin: 0 auto;
}
.page--questionnaire .section-tit {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #461F06;
  font-weight: 600;
  line-height: 1.4;
  padding-bottom: 10px;
  border-bottom: 1px solid #e4e0b3;
}
.page--questionnaire .form--post input {
  margin-right: 0.4em;
}
.page--questionnaire .section--detail {
  width: 100%;
  padding: 7%;
}
.page--questionnaire .section--detail .form__select select,
.page--questionnaire .section--detail textarea,
.page--questionnaire .section--detail input[type=text],
.page--questionnaire .section--detail input[type=tel],
.page--questionnaire .section--detail input[type=email],
.page--questionnaire .section--detail input[type=password],
.page--questionnaire .section--detail input[type=number],
.page--questionnaire .section--detail button {
  background: #fff;
}
.page--questionnaire .section--detail .birth .form__select {
  margin-right: 0.4em;
}
.page--questionnaire .section--detail .form__select::after {
  position: absolute;
  right: 0.8em;
  top: 38%;
  border-color: #461F06;
}
.page--questionnaire .section--detail .form__radio label p::before {
  border-color: #461F06;
}
.page--questionnaire .section--detail .form__checkbox :checked ~ p::before,
.page--questionnaire .section--detail .form__radio :checked ~ p::before {
  border-color: inherit;
}
.page--questionnaire .section--detail .form--confirm dt {
  color: #461F06;
  margin: 0 0 0.5em;
  padding: 0;
  border: none;
  opacity: 0.6;
}
.page--questionnaire.complete .section--detail {
  padding: 10%;
}
.page--questionnaire.complete .section--detail .btn--sub {
  margin: 2em 0 1em;
}

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

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

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

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

@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
  body {
    cursor: none;
  }
  a {
    transition: all 0.3s 0s ease;
  }
  /*カーソル要素*/
  .cursor,
.stalker {
    border-radius: 50%;
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    cursor: none;
  }
  .cursor {
    width: 8px;
    height: 8px;
    background-color: #461F06;
    transition: -webkit-transform ease 0.1s;
    transition: transform ease 0.1s;
    transition: transform ease 0.1s, -webkit-transform ease 0.1s;
    z-index: 1001;
  }
  .stalker {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background-color: rgba(250, 240, 97, 0.8);
    transition: -webkit-transform ease 0.1s;
    transition: transform ease 0.1s;
    transition: transform ease 0.1s, -webkit-transform ease 0.1s;
    text-align: center;
    z-index: 1000;
  }
  .cursor.is-active {
    background: #B6E8E2;
  }
  .cursor.is-active,
.stalker.is-active {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
  }
  .op-mv {
    width: 100vw !important;
    height: auto !important;
  }
  .btn--main,
.btn--sub {
    min-width: 300px;
    transition: all 0.3s;
  }
  .detail__btn {
    font-size: 20px;
    margin: 5rem 0 0;
  }
  .detail__btn a {
    position: relative;
    transition: 0.3s;
  }
  .wrap {
    padding-bottom: 200px;
  }
  .content-main::after {
    top: 7vh;
    left: 0;
    width: 96vw;
    height: 100%;
  }
  .section-tit {
    font-size: 3vw;
    letter-spacing: 0.015em;
  }
  .section--list,
.section--detail {
    margin-top: 240px;
  }
  .section--list .section-tit,
.section--detail .section-tit {
    margin-bottom: 2vw;
  }
  .section--detail .block--pager {
    text-align: center;
  }
  .section--detail .contents {
    padding: 6%;
  }
  .list__more {
    font-size: 17px;
  }
  .block--pager li a {
    display: inline;
    position: relative;
    background: linear-gradient(#fffba0, #fffba0) 0 100%/0 0.5em no-repeat;
  }
  .block--pager .pager__item--newer a {
    background: none;
  }
  .block--pager .pager__item--older a {
    background: none;
  }
  .date,
.category {
    font-size: 16px;
  }
  .tit {
    font-size: 16px;
    line-height: 1.6;
  }
  .list--information > li {
    transition: all 0.3s;
  }
  .list--information > li:hover {
    background-color: rgba(250, 240, 97, 0.5215686275);
  }
  .list--contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .list--contents li {
    width: 48%;
  }
  .list--contents li:nth-of-type(2n) {
    margin-right: 0;
  }
  .list--contents li a .thumb {
    transition: 0.5s;
  }
  .list--contents li a .date {
    margin-top: 10px;
  }
  .list--error li {
    font-size: 13px;
  }
  .no--data {
    text-align: center;
  }
  header .inner {
    position: relative;
  }
  .fs-logo {
    width: 246px;
  }
  .drawer__btn {
    width: 4vw;
    height: 4vw;
  }
  .drawer__btn span {
    width: 2vw;
    height: 0.4vw;
    border-radius: 5px;
  }
  .drawer .drawer-inner .nav--menu {
    width: 86%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 0 auto;
  }
  .drawer .drawer-inner .nav--menu .g-nav li a {
    font-size: 3.3vw;
  }
  .drawer .drawer-inner .nav--menu .g-nav.g-nav--fs {
    width: 40%;
  }
  .drawer .drawer-inner .nav--menu .g-nav.g-nav--fs li {
    margin-bottom: 2.5em;
  }
  .drawer .drawer-inner .nav--menu .g-nav.g-nav--fs li a {
    letter-spacing: 0.015em;
  }
  .drawer .drawer-inner .nav--menu .g-nav.g-nav--fs li:last-child {
    margin-bottom: 0;
  }
  .drawer .drawer-inner .nav--menu .g-nav.g-nav--login {
    margin-bottom: 12%;
  }
  .drawer .drawer-inner .nav--menu .g-nav.g-nav--login li a {
    font-size: 2.4vw;
  }
  .drawer .drawer-inner .nav--menu .g-nav.g-nav--login.nonlogin {
    padding: 16px 40px;
    border-radius: 40px;
    margin: 16px auto;
  }
  .drawer .drawer-inner .nav--menu .g-nav.g-nav--login.nonlogin li {
    vertical-align: middle;
  }
  .drawer .drawer-inner .nav--menu .g-nav.g-nav--login.nonlogin li span {
    height: 1em;
    margin: 0 16px;
  }
  .drawer .drawer-inner .nav--menu .g-nav.g-nav--sns li a {
    font-size: 2vw;
  }
  .drawer .drawer-inner .nav--menu .pc-layout {
    width: 40%;
  }
  .drawer-visible .logo {
    width: 64%;
  }
  .drawer-visible .drawer .drawer-inner [class^=nav--] .g-nav li a {
    transition: all 0.3s;
  }
  .drawer-visible .drawer .drawer-inner [class^=nav--] .g-nav li a:hover {
    color: #FCF8D7;
  }
  .page--home .fs-logo {
    top: 1%;
    left: 3%;
    right: initial;
  }
  .page--home section {
    width: 60%;
  }
  .page--home .section-tit {
    margin-bottom: 20px;
  }
  .page--home .section--keyvisual {
    height: 100vh;
    display: flex;
  }
  .page--home .section--keyvisual .keyvisual {
    width: 56%;
  }
  .page--home .section--keyvisual .keyvisual .inner {
    width: 100%;
    height: 100vh;
    position: absolute;
    left: -5%;
    top: -5%;
  }
  .page--home .section--bnr {
    width: 44%;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .page--home .section--bnr .bnrList .slick-slide {
    max-width: 360px;
    margin: 0 0.5vw;
  }
  .page--home .section--bnr .slick-dots {
    bottom: 0;
    text-align: left;
  }
  .page--home .section--bnr .slick-dots li {
    margin-right: 10px;
  }
  .page--home .section--bnr .slick-dots li::before {
    width: 8px;
    height: 8px;
  }
  .page--home .section--info {
    width: 54vw;
    padding: 8% 0;
    margin: 0 auto 64px;
  }
  .page--home .logo-area {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-bottom: 100px;
  }
  .page--home .logo-area .block--catch {
    width: 40%;
  }
  .page--home .logo-area .block--catch .block--catch-txt {
    width: 28%;
    top: -11%;
    left: -12%;
  }
  .page--home .logo-area .block--catch .block--catch-img {
    width: 20.46vw;
    height: 27.2vw;
  }
  .page--home .logo-area .block--login {
    width: 40%;
  }
  .page--home .logo-area .block--login .logo {
    width: 20vw;
  }
  .page--home .logo-area .block--login.nonlogin ul {
    border-radius: 40px;
    padding: 16px;
  }
  .page--home .logo-area .block--login.nonlogin .logo {
    width: 22vw;
    margin: 0 auto 36px;
  }
  .page--home .area--member {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 5em;
  }
  .page--home .area--member .section-tit {
    text-align: left;
  }
  .page--home .area--member .block--contents {
    width: 50%;
  }
  .page--home .area--member .block--contents.stream .txt-erea {
    padding: 2%;
    width: 55%;
    border-radius: 10px;
    font-size: 14px;
  }
  .page--home .area--member .block--contents li {
    margin-bottom: 28px;
  }
  .page--home .area--member .block--contents.stream {
    width: 100%;
    margin-bottom: 100px;
  }
  .page--home .area--member .block--contents.stream a {
    height: 16vw;
    width: 80%;
    margin: 0 auto;
  }
  .page--home .area--member .section--link {
    width: 38%;
  }
  .page--home .area--member .section--link .card {
    height: 12.5vw;
  }
  .page--home .area--member .section--link .card #heart {
    width: 11vw;
    right: -25%;
    top: -36%;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  .page--home .area--member .section--link .card #check {
    width: 3.2vw;
    left: -4%;
    top: -7%;
  }
  .page--home footer {
    width: 100%;
    padding: 60px 0 40px;
    height: 240px;
  }
  .page--home footer .inner {
    padding: 0 11%;
    display: block;
  }
  .page--home footer .list--bnr li {
    width: 15.8333333333%;
    margin-right: 1%;
    margin-bottom: 10px;
  }
  .page--home footer .list--bnr li:nth-child(6n) {
    margin-right: 0;
  }
  .slide-arrow {
    top: 36%;
    width: 35px;
    height: 50px;
  }
  .section--bnr.no-carousel .list--bnr {
    display: flex;
    justify-content: start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-left: 11%;
  }
  .section--bnr.no-carousel .list--bnr li {
    width: 22%;
    margin-right: 4%;
  }
  .section--bnr.no-carousel .list--bnr li:last-of-type {
    margin-right: 0;
  }
  .page--info .section--detail {
    width: 850px;
  }
  .page--info .section--detail .txt {
    margin: 2em 0;
  }
  .page--info .list--information li.info--detail .date,
.page--info .list--information li.info--detail .category,
.page--info .list--information li.info--detail .section--detail .tit {
    font-size: 18px;
  }
  .section--livestreaming .notice {
    font-size: 1.6vw;
  }
  .section--livestreaming .section-tit {
    font-size: 2.6vw;
  }
  .section--livestreaming .tit {
    font-size: 22px;
    margin-bottom: 0.5em;
  }
  .page--mail .lead {
    margin-bottom: 20px;
  }
  .page--mail .txt--sub {
    padding: 4%;
  }
  .page--mail .box--figure .ph {
    max-width: 300px;
    margin: 0 auto;
  }
  .page--mail .page--mail .txt--sub {
    border-radius: 40px;
  }
  .page--diagnosis .result .block--ph {
    width: 380px;
  }
  .page--faq .section--list .tit {
    margin: 0 0 1em;
  }
  .page--faq .list--faq li:hover {
    background-color: rgba(250, 240, 97, 0.5215686275);
  }
  .page--faq .block--faq-detail dt {
    font-size: 18px;
  }
  .page--faq .block--faq-detail .txt {
    font-size: 15px;
  }
  .page--error .section--detail {
    padding-right: 15%;
    padding-left: 15%;
  }
  .page--error .section--detail .tit {
    font-family: din-condensed, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.015em;
    font-size: 30px;
    line-height: 1.6em;
    margin: 0 0 1em;
    text-align: center;
  }
  .page--error .section--detail .btn {
    margin: 1em 0;
  }
  footer {
    right: 0;
    bottom: 0;
    width: 100%;
  }
  footer .list--support {
    margin-bottom: 40px;
  }
  footer .list--support dt {
    display: none;
  }
  footer .nav--support {
    text-align: center;
  }
  footer .nav--support li {
    display: inline-block;
    font-size: 12px;
  }
  footer .nav--support li a {
    display: block;
    position: relative;
    padding: 0 5px;
    padding-bottom: 2%;
    transition: 0.3s;
  }
  footer .nav--support li a:hover {
    background-size: 100% 0.3em;
    color: #FCF8D7;
  }
  footer .copyright {
    font-size: 10px;
    bottom: 60px;
  }
  .section--detail.page--entry {
    padding: 5%;
    border-radius: 40px;
    margin-top: 60px;
  }
  .section--detail.page--entry .lead {
    padding-bottom: 36px;
  }
  .section--detail.page--entry [class^=block--] table {
    width: 650px;
  }
  .section--detail.page--entry .block--contents .list--contents > li {
    margin-bottom: 4%;
  }
  .section--detail.page--entry .block--contents .list--contents > li .tit {
    font-size: 28px;
  }
  .section--detail.page--entry .block--entry,
.section--detail.page--entry .block--device {
    margin-bottom: 10%;
  }
  .section--detail.page--entry .block--pre-entry {
    border-radius: 6px;
    padding: 50px;
  }
  .section--detail.page--entry .block--login__fanplus {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  .section--detail.page--entry .block--login__fanplus .block--inner {
    width: 48%;
    padding: 40px 20px 30px;
    border-radius: 10px;
  }
  .section--detail.page--entry .block--login__fanplus .block--inner .txt--login {
    font-size: 15px;
  }
  /*  questionnaire
  ------------------------------ */
  .page--questionnaire .section-tit {
    font-size: 2vw;
  }
  .page--questionnaire .form--post {
    margin-bottom: 100px;
  }
  .page--questionnaire .btn--main, .page--questionnaire .btn--sub {
    margin: 1.5em 0;
  }
}
/* IE対応 */
@media all and (-ms-high-contrast: none) {
  body {
    cursor: auto;
  }
  .cursor,
.stalker {
    display: none;
  }
  .page--home .section--bnr .bnrList {
    opacity: 1;
  }
  .wrap::after,
.page--home .section--keyvisual::after,
.page--home .section--keyvisual .keyvisual .inner::after,
.page--home .list__more a::after,
.block--pager .pager__item--newer a::after,
.block--pager .pager__item--newer span::after,
.block--pager .pager__item--older a::before,
.block--pager .pager__item--older span::before,
.page--info::before {
    content: none;
  }
  #opening {
    display: none;
    visibility: hidden;
  }
  #stroke2,
#stroke3,
#heart,
#stroke4,
#check {
    display: none;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  /* common.scss
  ============================== */
  .pc {
    display: none !important;
  }
  .btn--main {
    min-width: 90%;
  }
  /*
  .section--banner.no-carousel .list--bnr {
  	@include flex-display();
  	@include flex-justify(center);
  	@include flex-align();
  	@include flex-wrap();
  	li {
  		width: 41%;
  		margin-right: 4%;
  		&:last-of-type {
  			margin-right: 0;
  		}
  	}
  }
  */
  /*  appli
  ------------------------------ */
  /*  questionnaire
  ------------------------------ */
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .btn--main {
    min-width: 50%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .btn--sub {
    min-width: 90%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .btn--sub {
    min-width: 50%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .detail__btn {
    font-size: 15px;
    margin: 2rem 0 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .op-mv {
    width: auto !important;
    height: 100vh !important;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .fs-logo {
    width: 24vw;
    top: 6vw;
    left: 4vw;
    right: initial;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .drawer__btn {
    top: 7vw;
    right: 3vw;
    width: 12vw;
    height: 12vw;
  }
  .drawer__btn span {
    width: 5.2vw;
    height: 4px;
    border-radius: 2px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .drawer .drawer-inner .nav--menu .g-nav.g-nav--fs li {
    margin-bottom: 5vw;
  }
  .drawer .drawer-inner .nav--menu .g-nav.nonlogin {
    border-radius: 30px;
    padding: 8px 24px;
    margin: 14px auto;
  }
  .drawer .drawer-inner .nav--menu .g-nav.nonlogin li span {
    margin: 0 10px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .drawer-visible .logo {
    width: 36%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  footer {
    /*position: absolute;*/
    bottom: 0;
    right: 0;
    width: 100%;
  }
  footer .copyright {
    font-size: 9px;
    bottom: 36px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .date,
.category {
    font-size: 14px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .tit {
    font-size: 14px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .list--information > li:first-child a {
    padding: 8px 0 16px;
  }
  .list--information > li a {
    padding: 16px 0;
  }
  .list--information > li a .tit {
    font-size: 14px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .list--contents {
    margin: 0 auto 50px;
  }
  .list--contents li {
    display: block;
  }
  .list--contents li a .thumb {
    margin-bottom: 10px;
  }
  .list--contents li a .tit {
    margin-bottom: 6px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  li.no-data {
    padding: 2em 0;
    text-align: center;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .wrap {
    padding-bottom: 100px;
  }
  .wrap::after {
    background-size: 34%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section-tit {
    font-size: 32px;
  }
  .section-tit .tit-stroke {
    width: 100px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--list,
.section--detail {
    margin-top: 100px;
  }
  .section--list .section-tit,
.section--detail .section-tit {
    margin-bottom: 20px;
  }
  .section--list .contents,
.section--detail .contents {
    padding: 7%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .fs-logo {
    width: 30vw;
  }
  .page--home section {
    width: 85%;
  }
  .page--home .section--keyvisual .keyvisual .inner {
    width: 84vh;
    position: relative;
    left: -18vh;
    padding-top: 10vh;
    height: 100vh;
  }
  .page--home .section--keyvisual .keyvisual .inner::after {
    background-size: 100% auto;
    width: 84vh;
    bottom: -26vh;
    left: 0;
  }
  .page--home .section--keyvisual .keyvisual .block {
    background: #FCF8D7;
    height: 50vh;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: -10;
  }
  .page--home .section--keyvisual .keyvisual img.kv_mask {
    -webkit-mask-size: 100% auto;
            mask-size: 100% auto;
  }
  .page--home .section--keyvisual::after {
    content: none;
  }
  .page--home .area--free::before {
    content: none;
  }
  .page--home .section--bnr {
    position: relative;
    background: #FCF8D7;
    padding-top: 24%;
    margin-top: -2px;
  }
  .page--home .section--bnr .bnrList {
    margin: 0;
  }
  .page--home .section--bnr .bnrList .slick-slide {
    max-width: 280px;
    margin: 0 2vw;
  }
  .page--home .section--bnr .slick-dots {
    bottom: -14px;
    text-align: right;
    padding-right: 7.5%;
  }
  .page--home .section--bnr .slick-dots li {
    margin-right: 4px;
    transition: 0.3s;
  }
  .page--home .section--bnr .slick-dots li::before {
    width: 6px;
    height: 6px;
  }
  .page--home .section--info {
    padding: 64px 0 76px;
  }
  .page--home .list__more {
    font-size: 16px;
  }
  .page--home .logo-area .block--catch .block--catch-txt {
    width: 24%;
    top: -11%;
    left: 4%;
  }
  .page--home .logo-area .block--catch .block--catch-img {
    display: block;
    width: 57.1vw;
    height: 73.9vw;
    margin: 0 auto;
  }
  .page--home .area--member {
    padding-bottom: 2rem;
  }
  .page--home .area--member #stroke1.tit-stroke,
.page--home .area--member #stroke3.tit-stroke {
    left: initial;
    right: -2%;
  }
  .page--home .area--member .block--contents {
    margin-bottom: 68px;
  }
  .page--home .area--member .block--contents .list--contents {
    margin: 0 -10% 0 0;
  }
  .page--home .area--member .block--contents .list--contents li.more {
    height: 246px;
    display: table;
    background: #FCF8D7;
    font-family: din-condensed, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.015em;
    padding: 0;
    border-radius: 10px;
    box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.3);
  }
  .page--home .area--member .block--contents .list--contents li.more a {
    font-size: 7vw;
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  .page--home .area--member .block--contents .slick-list {
    overflow: visible;
  }
  .page--home .area--member .block--contents .slick-initialized .slick-slide {
    max-width: 246px;
    margin: 0 2vw;
  }
  .page--home .area--member .block--contents.stream a img {
    height: 52vw;
  }
  .page--home .area--member .section--link .card {
    height: 46.4vw;
    font-size: 16px;
  }
  .page--home .area--member .section--link .card #heart {
    width: 30vw;
    left: -18%;
    top: -41px;
  }
  .page--home .area--member .section--link .card #check {
    width: 12vw;
    right: -4%;
    top: -9%;
  }
  .page--home footer {
    padding: 40px 7.5%;
  }
  .page--home footer .inner {
    display: block;
  }
  .page--home footer .list--support {
    margin-bottom: 50px;
  }
  .page--home footer .list--support dt {
    position: relative;
    font-family: din-condensed, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.015em;
    font-size: 4.6vw;
    border-bottom: 1px solid;
  }
  .page--home footer .list--support dt::before, .page--home footer .list--support dt::after {
    content: "";
    display: block;
    width: 10px;
    height: 1px;
    position: absolute;
    background: #fff;
    position: absolute;
    right: 0;
    top: 8px;
  }
  .page--home footer .list--support dt::before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .page--home footer .list--support dt.open::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .page--home footer .list--support dd {
    display: none;
  }
  .page--home footer .list--support dd ul {
    margin: 28px auto 0;
  }
  .page--home footer .list--support dd ul li {
    display: block;
    margin-left: 0;
    margin-bottom: 18px;
    font-size: 13px;
  }
  .page--home .section--fc {
    flex-direction: column;
  }
  .page--home .section--fc .section--fc__ph,
.page--home .section--fc .section--fc__link {
    width: 100%;
  }
  .page--home .section--fc .section--fc__ph {
    width: 65%;
    margin: 28px auto;
  }
  .page--home .section--fc .section--fc__link {
    padding: 5% 5% 10%;
  }
  .page--home .section--fc .section--fc__link img {
    width: 94%;
    margin: 0 auto 12px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--info::before {
    width: 100%;
    height: 27vw;
  }
  .page--info .section--detail {
    margin-top: 130px;
  }
  .page--info .section--detail .txt {
    padding: 1em 0;
  }
  .page--info.info--detail .section--detail .tit {
    font-size: 15px;
  }
  .page--info.info--detail .section--detail .txt {
    font-size: 13px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--livestreaming .section-tit {
    margin-bottom: 10px;
  }
  .section--livestreaming .tit {
    margin-bottom: 5px;
  }
  .section--livestreaming .notice {
    font-size: 4vw;
  }
  .section--livestreaming .app-how-to h3 {
    font-size: 3.2vw;
  }
  .section--livestreaming .swiper-button-prev, .section--livestreaming .swiper-button-next {
    color: #aaa;
  }
  .section--livestreaming .swiper-button-prev:after, .section--livestreaming .swiper-button-next:after {
    font-size: 30px;
  }
  .section--livestreaming .swiper-pagination-bullet-active {
    opacity: 1;
    background: #461F06;
  }
  .section--livestreaming .attention {
    margin: 0 auto 20px;
    padding: 20px 0 15px;
  }
  .section--livestreaming .attention > ul li {
    font-size: 12px;
  }
  .section--livestreaming .link-txt {
    font-size: 15px;
    margin: 0 auto 15px;
    font-weight: 500;
  }
  .section--livestreaming .dl-list {
    padding: 0 0 0px;
  }
  .section--livestreaming .dl-list a {
    margin: 0 10px;
  }
  .section--livestreaming .dl-list a img {
    height: 38px;
  }
  .section--livestreaming ul.howtoList {
    margin: 15px auto 0;
  }
  .section--livestreaming ul.howtoList li {
    padding: 0px 0 15px 1em;
    text-indent: -1em;
  }
  .section--livestreaming dl.adjust {
    padding: 25px 0 0;
    margin: 0 auto 0px;
  }
  .section--livestreaming dl.adjust dd {
    width: 100%;
    padding: 0 0;
    margin: 0 auto 25px;
  }
  .section--livestreaming dl.adjust dd .text {
    min-height: auto;
  }
  .section--livestreaming .methodList {
    display: flex;
    justify-content: normal;
  }
  .section--livestreaming .methodList li {
    padding: 0 10px;
    width: 100%;
  }
  .section--livestreaming .methodList li .fa {
    display: none;
  }
  .section--livestreaming .lead {
    font-size: 18px;
    margin: 0 auto 25px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--detail.lovecheck .lead {
    margin-bottom: 6%;
  }
  .section--detail.lovecheck .box--figure .inner--box {
    width: 100%;
    padding: 4%;
    border-radius: 8px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--diagnosis.page--list .section-tit {
    display: block;
    margin-bottom: 10px;
  }
  .page--diagnosis .block-tit {
    margin-left: 0;
  }
  .page--diagnosis .block--select {
    margin-top: 2em;
  }
  .page--diagnosis .list--form {
    margin: 0 auto 2.5em;
  }
  .page--diagnosis .list--form dt {
    margin-bottom: 1em;
    font-size: 1.1em;
  }
  .page--diagnosis .list--form dt .count {
    font-size: 1.1em;
  }
  .page--diagnosis .list--form .list--questions li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .page--diagnosis .list--form .list--questions label {
    display: block;
  }
  .page--diagnosis .list--form .list--questions label span {
    padding: 1.2em 1em;
    border-radius: 6px;
  }
  .page--diagnosis .list--form:last-of-type {
    margin: 0 auto 0;
  }
  .page--diagnosis .result .top-txt {
    font-size: 16px;
  }
  .page--diagnosis .result .block--ph {
    margin: 0 auto 2.5em;
    width: 84%;
  }
  .page--diagnosis .result .rate {
    width: 34%;
    padding-top: 34%;
  }
  .page--diagnosis .result .rate .numb {
    font-size: 11vw;
  }
  .page--diagnosis .result .odometer-digit:last-of-type::after {
    font-size: 5vw;
    bottom: 18%;
  }
  .page--diagnosis .result .txt--movie {
    font-size: 1.2em;
  }
  .page--diagnosis .result .txt--sub {
    text-align: left;
  }
  .page--diagnosis .result .block--movie {
    margin: 2.5em auto 0.5em;
  }
  .page--diagnosis .section--detail.error .btn--sub {
    margin: 2em auto 1em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--mail .section-tit {
    margin-bottom: 10px;
  }
  .page--mail .lead {
    margin-bottom: 6%;
    font-size: 1.15em;
  }
  .page--mail .txt--sub {
    padding: 6%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--detail.page--support .section-tit {
    letter-spacing: 0.05em;
  }
  .section--detail.page--support .tit {
    font-size: 20px;
    margin: 0 0 12px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--faq .section-tit {
    letter-spacing: 0.3em;
  }
  .page--faq .searchBox {
    width: 80%;
  }
  .page--faq .list--faq {
    margin: 0 0 60px;
  }
  .page--faq .list--faq li a {
    padding: 16px 0;
  }
  .page--faq .block--faq-detail dt {
    font-size: 15px;
    padding: 0 0 16px;
    margin: 0 0 24px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--contact.section--detail .input--half {
    width: 100% !important;
  }
  .page--contact.section--detail .form--post dt {
    margin: 2em 0 0.5em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--detail.page--entry {
    padding: 8% 5%;
    border-radius: 20px;
    margin-top: 20px;
  }
  .section--detail.page--entry .lead {
    padding-bottom: 24px;
  }
  .section--detail.page--entry .tit {
    margin-bottom: 0.5em;
  }
  .section--detail.page--entry .block--contents {
    padding: 40px 0 0;
  }
  .section--detail.page--entry .block--contents .list--contents > li {
    width: 100%;
    margin-bottom: 8%;
  }
  .section--detail.page--entry .block--contents .list--contents > li:last-child {
    margin-bottom: 0;
  }
  .section--detail.page--entry .block--contents .list--contents > li .tit {
    font-size: 20px;
  }
  .section--detail.page--entry .block--contents .list--contents > li .text {
    font-size: 13px;
  }
  .section--detail.page--entry [class^=block--] table {
    font-size: 13px;
  }
  .section--detail.page--entry [class^=block--] table th {
    width: 100px;
    padding: 10px 13px;
    font-weight: bold;
    text-align: center;
  }
  .section--detail.page--entry [class^=block--] table td {
    padding: 10px;
  }
  .section--detail.page--entry [class^=block--] table td .txt--sub {
    text-indent: -1em;
    padding-left: 1em;
  }
  .section--detail.page--entry .block--entry,
.section--detail.page--entry .block--device {
    margin-bottom: 12%;
  }
  .section--detail.page--entry .block--pre-entry {
    padding: 20px;
  }
  .section--detail.page--entry .block--login__fanplus .block--inner {
    border-radius: 5px;
    padding: 30px 5%;
  }
  .section--detail.page--entry .block--login__fanplus .block--inner:first-of-type {
    margin-bottom: 1.5em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  #app-bnr {
    display: none;
    position: relative;
    z-index: 5;
    font-weight: 300;
  }
  #app-bnr a {
    display: block;
    background: #fff;
    color: inherit;
    padding: 10px 7% 10px 30px;
    position: relative;
    z-index: 150;
    font-size: 12px;
    line-height: 1.5em;
    color: #000;
    display: flex;
    display: webkit-flex;
    align-items: center;
    letter-spacing: 0;
  }
  #app-bnr a:before {
    content: "\f105";
    color: #333;
    font-family: FontAwesome;
    font-size: 20px;
    font-weight: normal;
    line-height: 0;
    position: absolute;
    top: 50%;
    right: 3%;
  }
  #app-bnr a .icon {
    width: 20%;
    float: left;
    line-height: 0;
    margin: 0 3.5% 0 0;
  }
  #app-bnr a .icon img {
    background: url(/static/yuyategoshi/fanclub/feature/appli/app_bnr.png) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    width: 100%;
    height: 100%;
    border-radius: 8px;
  }
  #app-bnr a .txt {
    overflow: hidden;
    flex: 1;
  }
  #app-bnr a .txt span {
    display: block;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 3px;
  }
  #app-bnr .close {
    width: 30px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
  }
  #app-bnr .close:before, #app-bnr .close:after {
    content: "";
    width: 12px;
    height: 2px;
    background: #333;
    position: absolute;
    top: 50%;
    left: 9px;
    margin-top: -2px;
  }
  #app-bnr .close:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #app-bnr .close:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home.bnr-show header .fs-logo.down,
body.page--home.bnr-show header .drawer__btn.down {
    top: 29vw;
  }
  body.page--home.bnr-show.drawer-visible header .drawer__btn {
    position: fixed;
    top: 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .body--app .wrap {
    padding: 40px 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--questionnaire .section-tit {
    font-size: 18px;
  }
  .page--questionnaire .btn--main, .page--questionnaire .btn--sub {
    margin: 1em 0;
  }
  .page--questionnaire .section--detail form input.input--quarter {
    width: 50% !important;
  }
  .page--questionnaire .section--detail form input.input--half {
    width: 100% !important;
  }
}
/*  tablet
------------------------------ */
@media screen and (min-width: 768px) and (max-width: 960px) {
  .fs-logo {
    width: 21vw;
    top: 4vw;
    left: 5vw;
    right: initial;
  }
  .drawer__btn {
    top: 5vw;
    right: 5.6vw;
    width: 8vw;
    height: 8vw;
  }
  .drawer__btn span {
    height: 6px;
    width: 4vw;
    border-radius: 4px;
  }
  .drawer .drawer-inner .nav--menu .g-nav.nonlogin {
    padding: 14px 36px;
  }
  .drawer .drawer-inner .nav--menu .g-nav li a {
    font-size: 4.5vw;
  }
  .drawer .drawer-inner .nav--menu .g-nav li.g-nav--fs {
    margin-bottom: 4vw;
  }
  .date, .category {
    font-size: 16px;
  }
  .detail__btn,
.page--home .list__more {
    font-size: 18px;
  }
  .page--home .list__more a {
    padding-top: 20px;
  }
  .section-tit {
    font-size: 6.5vw;
  }
  .section--list, .section--detail {
    margin-top: 160px;
  }
  .page--home .section--info {
    padding: 20% 0;
  }
  .section-tit .tit-stroke {
    width: 160px;
  }
  .page--home section {
    width: 80%;
  }
  .page--home .section--keyvisual .keyvisual .inner {
    width: 85vh;
    left: -7vh;
    padding-top: 10vh;
  }
  .page--home .section--keyvisual .keyvisual .inner::after {
    width: 85vh;
    bottom: -25vh;
    left: 0;
  }
  .page--home .section--bnr {
    padding-top: 16%;
  }
  .page--home .section--bnr .bnrList .slick-slide {
    max-width: 400px;
  }
  .page--home .logo-area .block--catch .block--catch-txt {
    width: 18%;
    top: -11%;
    left: 13%;
  }
  .page--home .logo-area .block--catch .block--catch-img {
    width: 47vw;
    height: 60vw;
  }
  .page--home .logo-area .block--login.nonlogin ul {
    width: 50%;
  }
  .page--home .logo-area .block--login li {
    font-size: 36px;
  }
  .page--home .area--member .section--link .card,
.page--home .area--member .block--contents {
    margin-bottom: 16%;
  }
  .page--home .area--member .block--contents .slick-initialized .slick-slide {
    max-width: 360px;
  }
  .page--home .area--member .block--contents .list--contents li.more {
    height: 360px;
  }
  .page--home .area--member .block--contents .list--contents li.more a {
    font-size: 5vw;
  }
  .page--home .area--member .section--link .note .txt span {
    font-size: 32px;
  }
  .page--home .area--member .section--link .card {
    font-size: 24px;
  }
  .page--home .area--member .section--link .card #heart {
    left: -15%;
    top: -74px;
  }
  .page--home .section--fc .section--fc__link {
    padding: 5% 8% 6%;
  }
  .page--home footer .list--support dt::before, .page--home footer .list--support dt::after {
    width: 16px;
    height: 2px;
    top: 33px;
  }
  .page--home footer .list--support dt {
    font-size: 4.5vw;
  }
  .page--info .section--detail {
    margin-top: 200px;
  }
  .page--home footer {
    padding: 60px 7.5%;
  }
  .page--home footer .list--support dd ul li {
    margin-bottom: 22px;
    font-size: 16px;
  }
  .section--detail.page--mail .box--figure {
    width: 56%;
    margin: 0 auto;
  }
  .section--detail.page--entry {
    padding: 6%;
    margin-top: 6%;
  }
  .section--detail.page--entry .entry-logo {
    margin: 6% auto;
  }
  .section--detail.page--entry .block--contents .list--contents > li {
    margin-bottom: 5%;
  }
  .section--detail.page--entry .block--contents .list--contents > li .tit {
    font-size: 32px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .op-mv {
    width: auto !important;
    height: 100vh !important;
  }
}/*# sourceMappingURL=fansite-service.css.map */