@charset "UTF-8";
/* ---------------------------------------
0.0 mixin
	0.1 colorsdrawer
	0.2 typography
	0.3 spacer
	0.4 chevron
	0.5 flexbox
1.0 setting
	1.1 normalize
	1.2 clearfix
2.0 compontents
	2.1 button
	2.2 form
	2.3 list
3.0 layout
	3.1 base
	3.1 header
	3.2 footer
4.0 page
	4.1 parts
	4.2 home
	4.3 information
	4.4 blog
	4.5 faq
	4.6 support
	4.7 entry
-------------------------------------------- */
/* 1.0 setting
============================== */
/* 1.1 normalize
------------------------------ */
html,
body {
  height: 100%;
  -webkit-text-size-adjust: none;
}

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

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

ul,
li {
  list-style: none;
}

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

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

iframe {
  border: 0;
}

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

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

i {
  font-style: normal;
}

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

::-moz-selection {
  background: #4a3c2e;
  color: #f8f0cb;
}

::selection {
  background: #4a3c2e;
  color: #f8f0cb;
}

::-moz-selection {
  background: #4a3c2e;
  color: #f8f0cb;
}

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

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

/* 2.0 component
============================== */
@font-face {
  font-family: "journalregular";
  src: url("/static/yorushika/fanclub/font/journal-webfont.eot");
  src: url("/static/yorushika/fanclub/font/journal-webfont.eot?#iefix") format("embedded-opentype"), url("/static/yorushika/fanclub/font/journal-webfont.woff2") format("woff2"), url("/static/yorushika/fanclub/font/journal-webfont.woff") format("woff"), url("/static/yorushika/fanclub/font/journal-webfont.svg#journalregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* 2.1 button
------------------------------ */
.btn,
.detail__btn,
.list__more {
  text-align: center;
  margin: 1em 0;
}

.btn--main {
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 3.4;
  word-break: break-word;
  -webkit-appearance: none;
  display: inline-block;
  min-width: 80%;
  letter-spacing: 0.05em;
  font-size: 1.2em;
  text-align: center;
  text-decoration: none;
  padding: 0 1.8em;
  border-radius: 2em;
  border: none;
  font-weight: 400;
  background: #4c3a2b;
  color: #fff;
}

.detail__btn a,
.btn--sub {
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 3.4;
  word-break: break-word;
  -webkit-appearance: none;
  display: inline-block;
  min-width: 80%;
  letter-spacing: 0.05em;
  font-size: 1.2em;
  text-align: center;
  text-decoration: none;
  padding: 0 1.8em;
  border-radius: 2em;
  border: none;
  color: #4a3c2e;
}

.btn--sub {
  font-size: 14px;
  border: 0.5px solid #4a3c2e;
}

.detail__btn {
  text-align: left;
  margin: 0;
  padding-left: 0;
  position: absolute;
  bottom: 0;
  z-index: 20;
}
.detail__btn::before {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #4a3c2e;
  -webkit-transform-origin: left;
          transform-origin: left;
  position: absolute;
  left: 0;
  top: 26px;
}
.detail__btn::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 4px 3.5px 0;
  border-color: transparent #4a3c2e transparent transparent;
  right: inherit;
  left: -1px;
  margin-top: -3px;
  position: absolute;
  top: 25.5px;
  left: -1px;
}
.detail__btn a {
  display: inline-block;
  min-width: inherit;
  font-size: 12px;
  font-weight: 200;
  line-height: 1;
  color: #4a3c2e;
  padding: 20px 0 20px 36px;
}

.back_btn {
  text-align: left;
  margin: 0;
  padding-left: 0;
  position: absolute;
  bottom: 45px;
  z-index: 20;
}
.back_btn::before {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #4a3c2e;
  -webkit-transform-origin: left;
          transform-origin: left;
  position: absolute;
  left: 0;
  top: 26px;
}
.back_btn::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 4px 3.5px 0;
  border-color: transparent #4a3c2e transparent transparent;
  right: inherit;
  left: -1px;
  margin-top: -3px;
  position: absolute;
  top: 25.5px;
  left: -1px;
}
.back_btn a {
  display: inline-block;
  min-width: inherit;
  font-size: 12px;
  font-weight: 200;
  line-height: 1;
  color: #4a3c2e;
  padding: 20px 0 20px 36px;
}

.list__more {
  width: 100%;
  font-family: "urw-din", sans-serif;
  text-align: right;
  font-size: 11px;
  margin-top: 15px;
}
.list__more a {
  display: block;
  color: #4a3c2e;
  font-weight: 200;
  position: relative;
  padding: 10px 22% 10px 0;
}
.list__more a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 2px 5px;
  border-color: transparent transparent transparent #4a3c2e;
  position: absolute;
  right: 10%;
  top: 50%;
  margin-top: -2px;
}
.list__more a::before {
  content: "";
  display: block;
  width: 10vw;
  height: 1px;
  background: #4a3c2e;
  position: absolute;
  top: 20px;
  right: 10%;
}

.block--pager .list__more a {
  text-align: center;
  border: 1px solid;
  border-radius: 20px;
  width: 40%;
  margin: 0 auto;
  line-height: 0;
  padding: 20px 0 17px;
}
.block--pager .list__more a::before, .block--pager .list__more a::after {
  display: none;
}

.detail__btn a::after {
  content: "back";
  font-weight: 400;
  font-family: "urw-din", sans-serif;
}

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

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

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

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

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

/* autofill */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

/* input */
input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=number],
button {
  color: inherit;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  word-break: break-word;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0.3em;
  border: 1px solid #4a3c2e;
  padding: 0.5em;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
button:focus {
  border-color: inherit;
}
input[type=text].form__error,
input[type=tel].form__error,
input[type=email].form__error,
input[type=password].form__error,
input[type=number].form__error,
button.form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}
input[type=text].form__error:focus,
input[type=tel].form__error:focus,
input[type=email].form__error:focus,
input[type=password].form__error:focus,
input[type=number].form__error:focus,
button.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
input[type=text][disabled],
input[type=tel][disabled],
input[type=email][disabled],
input[type=password][disabled],
input[type=number][disabled],
button[disabled] {
  background: #9e998a;
  border: none;
  opacity: 0.5;
}

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

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

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

/* select */
.form__select {
  display: inline-block;
  position: relative;
}
.form__select select {
  color: inherit;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  word-break: break-word;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0.3em;
  border: 1px solid #4a3c2e;
  padding: 0.5em;
  padding-right: 1.5em;
}
.form__select select:focus {
  border-color: inherit;
}
.form__select select.form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}
.form__select select.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
.form__select select[disabled] {
  background: #9e998a;
  border: none;
  opacity: 0.5;
}
.form__select::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 2px solid;
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  right: 0.75em;
  top: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* checkbox */
.form__checkbox label p {
  color: inherit;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  word-break: break-word;
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
.form__checkbox input[type=checkbox],
.form__checkbox input[type=radio] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  position: absolute;
  opacity: 0;
}
.form__checkbox.form__error {
  color: #f33;
}
.form__checkbox label p {
  padding-left: 1.6em;
}
.form__checkbox label p::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 0.3em;
  border: 1px solid #9e998a;
  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 #f8f0cb;
  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: #3e180a;
  border-color: #3e180a;
}
.form__checkbox :checked ~ p::after {
  top: 50%;
  opacity: 1;
}

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

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

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

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

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

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

/* 2.3 list
------------------------------ */
/*  information */
.list--information a,
.list--contents a {
  display: block;
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  word-break: break-word;
  position: relative;
}
.list--information .tit,
.list--contents .tit {
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  word-break: break-word;
}
.list--information .date,
.list--information .category,
.list--contents .date,
.list--contents .category {
  font-family: "urw-din", sans-serif;
  color: #4a3c2e;
  font-size: 10px;
  font-weight: 200;
  line-height: 1;
  letter-spacing: 0.05em;
  margin: 0 0 4px;
}
.list--information .new .date::after,
.list--contents .new .date::after {
  content: "New";
  font-family: "journalregular", sans-serif;
  color: #b19370;
  font-size: 20px;
  -webkit-transform: rotate(-10deg) skewX(-21deg) scaleX(0.9);
          transform: rotate(-10deg) skewX(-21deg) scaleX(0.9);
  position: relative;
  top: -2px;
}
.list--information li,
.list--contents li {
  position: relative;
  margin-bottom: 22px;
}
.list--information li:last-child,
.list--contents li:last-child {
  margin-bottom: 0;
}
.list--information .new .date::after,
.list--contents .new .date::after {
  display: inline-block;
  margin: 0 0 0 3px;
}
.list--information a,
.list--contents a {
  display: block;
}
.list--information a .tit,
.list--contents a .tit {
  font-size: 13px;
  line-height: 1.6;
  word-break: break-all;
}
.list--information .no-data,
.list--contents .no-data {
  font-family: "urw-din", "Noto Sans JP", sans-serif;
  font-weight: 200;
  border: none !important;
  padding: 35px 7%;
}

.list--contents {
  margin-bottom: 30px;
}
.list--contents .thumb {
  line-height: 0;
  background-color: #4a3c2e;
  margin-bottom: 15px;
}
.list--contents .tit {
  font-size: 13px;
  margin-bottom: 5px;
}

.list--blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  padding-right: 17vw;
}
.list--blog a {
  display: block;
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  word-break: break-word;
  position: relative;
}
.list--blog .tit {
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  word-break: break-word;
}
.list--blog .date,
.list--blog .category {
  font-family: "urw-din", sans-serif;
  color: #4a3c2e;
  font-size: 10px;
  font-weight: 200;
  line-height: 1;
  letter-spacing: 0.05em;
  margin: 0 0 4px;
}
.list--blog .new .date::after {
  content: "New";
  font-family: "journalregular", sans-serif;
  color: #b19370;
  font-size: 20px;
  -webkit-transform: rotate(-10deg) skewX(-21deg) scaleX(0.9);
          transform: rotate(-10deg) skewX(-21deg) scaleX(0.9);
  position: relative;
  top: -2px;
}
.list--blog li {
  display: inline-block;
  width: 18vw;
  height: 94vw;
  position: relative;
}
.list--blog li .new .date::after {
  display: none;
}
.list--blog li .new .name::before {
  content: "New";
  font-family: "journalregular", sans-serif;
  color: #b19370;
  font-size: 6vw;
  -webkit-transform: rotate(-110deg) skewX(-21deg) scaleX(0.9);
          transform: rotate(-110deg) skewX(-21deg) scaleX(0.9);
  position: absolute;
  top: -11vw;
  width: 3em;
  left: -12vw;
  display: block;
}
.list--blog li a {
  display: block;
  height: 94vw;
}
.list--blog li .label {
  width: 94vw;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  top: 44vw;
  right: -42vw;
}
.list--blog li .label::before {
  content: "";
  display: block;
  width: 75vw;
  height: 1px;
  background: #9e998a;
  position: absolute;
  top: 2px;
  left: 0;
  z-index: 1;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.list--blog li .label .name {
  font-family: "urw-din", sans-serif;
  color: #4a3c2e;
  font-size: 12px;
  font-weight: 200;
  line-height: 1;
  background: #fff;
  position: relative;
  z-index: 12;
  display: inline-block;
  left: 0;
  top: -11px;
  padding-right: 7px;
}
.list--blog li .label .date {
  position: absolute;
  right: 0;
  top: -3px;
  background: #fff;
  opacity: 0;
}
.list--blog li .tit {
  height: 96vw;
  font-family: "Noto Serif JP", serif;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
  line-height: 1.5em;
  font-size: 13px;
  font-weight: 200;
  position: absolute;
  right: 17%;
  -webkit-transform: translateX(-79%) translateY(7%) skewY(-30deg);
          transform: translateX(-79%) translateY(7%) skewY(-30deg);
  top: -1px;
  opacity: 0;
}

.list--sns a {
  display: block;
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  word-break: break-word;
  position: relative;
}
.list--sns .tit {
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  word-break: break-word;
}
.list--sns .date,
.list--sns .category {
  font-family: "urw-din", sans-serif;
  color: #4a3c2e;
  font-size: 10px;
  font-weight: 200;
  line-height: 1;
  letter-spacing: 0.05em;
  margin: 0 0 4px;
}
.list--sns .new .date::after {
  content: "New";
  font-family: "journalregular", sans-serif;
  color: #b19370;
  font-size: 20px;
  -webkit-transform: rotate(-10deg) skewX(-21deg) scaleX(0.9);
          transform: rotate(-10deg) skewX(-21deg) scaleX(0.9);
  position: relative;
  top: -2px;
}
.list--sns li {
  position: relative;
}
.list--sns li:not(:last-child) {
  margin-bottom: 30px;
}
.list--sns li.new .date::after {
  display: none;
}
.list--sns li.new::before {
  content: "New";
  font-family: "journalregular", sans-serif;
  color: #b19370;
  font-size: 13vw;
  -webkit-transform: rotate(-21deg) skewX(-21deg) scaleX(0.9);
          transform: rotate(-21deg) skewX(-21deg) scaleX(0.9);
  position: absolute;
  bottom: -3vw;
  width: 3em;
  right: -24vw;
  display: block;
  z-index: 10;
}
.list--sns li a {
  display: block;
  position: relative;
}
.list--sns li .label {
  width: 67vw;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  top: -10px;
  left: 102%;
  -webkit-transform-origin: left;
          transform-origin: left;
}
.list--sns li .label::before {
  content: "";
  display: block;
  width: calc(100% - 4.5em);
  height: 1px;
  background: #9e998a;
  position: absolute;
  top: 2px;
  left: 0;
  z-index: 1;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.list--sns li .label .name {
  font-family: "urw-din", sans-serif;
  color: #4a3c2e;
  font-size: 12px;
  font-weight: 200;
  line-height: 1;
  background: #fff;
  position: relative;
  z-index: 12;
  display: inline-block;
  left: 0;
  top: -11px;
  padding-right: 7px;
}
.list--sns li .label .date {
  position: absolute;
  right: 0;
  top: -3px;
  background: #fff;
  opacity: 0;
}

.no-data {
  font-family: "urw-din", "Noto Sans JP", sans-serif;
  font-weight: 200;
  text-align: center;
  opacity: 0;
  -webkit-transition: 0.2s 1.2s;
  transition: 0.2s 1.2s;
}

.section--list.started .no-data {
  opacity: 0.5;
}

/* 3.0 layout
============================== */
/* 3.1 base
------------------------------ */
body {
  background-color: #fbf9f1;
  font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Roboto-Regular", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Arial", sans-serif;
  color: #4a3c2e;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  word-break: break-word;
}

a {
  color: #4a3c2e;
  text-decoration: none;
  -webkit-transition: none;
  transition: none;
}

.pc {
  display: none !important;
}

/* 3.2 header
------------------------------ */
.header {
  width: 100%;
  height: 60px;
  background: rgba(251, 247, 230, 0.9);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
}
.header::after {
  content: "";
  display: block;
  width: 94%;
  height: 1px;
  background: #9e998a;
  position: absolute;
  left: 3%;
  bottom: 0;
  z-index: 1;
}
.header .block--login {
  display: inline-block;
  position: relative;
  line-height: 57px;
  left: 3%;
  z-index: 10;
}
.header .block--login::after {
  content: "";
  display: block;
  width: 1px;
  height: 46px;
  background: #9e998a;
  position: absolute;
  right: 0;
  top: 7px;
}
.header .block--login .nav__item--join {
  position: relative;
  z-index: 10;
}
.header .block--login .nav__item--join::after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: #9e998a;
  position: absolute;
  right: -12px;
  top: 28px;
}
.header .block--login .nav--login li {
  display: inline-block;
}
.header .block--login a {
  display: block;
  font-family: "urw-din", sans-serif;
  color: #4a3c2e;
  font-weight: 200;
  font-size: 12px;
  padding: 0 4vw;
}
.header .inner {
  position: relative;
  z-index: 1;
}
.header .logo {
  display: none;
}

.drawer {
  width: 100%;
  height: 100%;
  background: url(/static/yorushika/fanclub/common/bg_muji.jpg) center;
  background-size: 500px;
  padding: 60px 8% 100px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.drawer .g-nav {
  height: 100%;
  font-size: 18px;
  position: relative;
  z-index: 10;
}
.drawer .g-nav .g-nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
      align-items: baseline;
  height: 100%;
  text-align: center;
  padding-top: 2vh;
  padding-bottom: 0;
  position: relative;
}
.drawer .g-nav .flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
      align-items: baseline;
  position: absolute;
  top: 60vw;
  right: -40vw;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.drawer .g-nav .nav {
  position: relative;
  right: 0vw;
}
.drawer .g-nav .nav.top {
  margin-bottom: 10vw;
}
.drawer .g-nav .nav.top:after {
  position: absolute;
  content: "";
  width: 74vw;
  height: 1px;
  top: 40%;
  left: 74%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  background: rgba(158, 153, 138, 0.25);
}
@media screen and (min-width: 320px) and (max-height: 568px) {
  .drawer .g-nav .nav.top:after {
    left: 77%;
  }
}
.drawer .g-nav .nav.bottom {
  right: 25vw;
}
@media screen and (min-width: 320px) and (max-width: 568px) {
  .drawer .g-nav .nav.bottom {
    right: 30vw;
  }
}
.drawer .g-nav .g-nav-tit {
  font-family: "Noto Serif JP", serif;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
  line-height: 1.5em;
  font-size: 20px;
  letter-spacing: 0.05em;
  margin-bottom: 50px;
  position: absolute;
  top: 4vh;
  right: -2vw;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.drawer .g-nav li {
  width: 80vw;
  font-weight: 200;
  text-align: left;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  line-height: 0;
  margin-bottom: 10vw;
  margin-left: 60px;
  -webkit-transform: translate(40px, 0);
          transform: translate(40px, 0);
  opacity: 0;
}
.drawer .g-nav li::before {
  content: "";
  display: block;
  position: absolute;
  width: 43vw;
  height: 1px;
  background: #9e998a;
  left: 0;
  top: 9px;
  z-index: 1;
}
@media screen and (min-width: 320px) and (max-width: 568px) {
  .drawer .g-nav li::before {
    width: 38vw;
  }
}
.drawer .g-nav li a {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 13px;
  line-height: 1;
  color: #4a3c2e;
}
.drawer .g-nav li a span {
  display: inline-block;
  padding-right: 5px;
  background: url(/static/yorushika/fanclub/common/bg_muji.jpg) center;
  background-size: 500px;
  z-index: 10;
  position: relative;
  font-weight: bold;
}
.drawer .g-nav li a i {
  display: block;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  position: absolute;
  font-size: 11px;
  top: 4px;
  right: 36vw;
}

.drawer__btn {
  display: block;
  width: 70px;
  height: 60px;
  text-align: center;
  line-height: 57px;
  position: fixed;
  top: 0;
  right: 3%;
  z-index: 10;
}
.drawer__btn::before {
  content: "";
  display: block;
  width: 1px;
  height: 46px;
  background: #9e998a;
  position: absolute;
  left: 0;
  top: 7px;
}
.drawer__btn span {
  display: block;
  position: relative;
}
.drawer__btn span::after {
  content: "Menu";
  display: inline-block;
  font-family: "urw-din", "Noto Sans JP", sans-serif;
  font-weight: 200;
  font-size: 12px;
  color: #4a3c2e;
}

.drawer-visible .drawer {
  z-index: 10;
  pointer-events: auto;
  left: 0;
  opacity: 1;
}
.drawer-visible .drawer .g-nav .g-nav-tit {
  opacity: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px);
}
.drawer-visible .drawer .g-nav li {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.drawer-visible .drawer .g-nav li:nth-child(1) {
  -webkit-transition: 0.8s 0.4s;
  transition: 0.8s 0.4s;
}
.drawer-visible .drawer .g-nav li:nth-child(2) {
  -webkit-transition: 0.8s 0.5s;
  transition: 0.8s 0.5s;
}
.drawer-visible .drawer .g-nav li:nth-child(3) {
  -webkit-transition: 0.8s 0.6s;
  transition: 0.8s 0.6s;
}
.drawer-visible .drawer .g-nav li:nth-child(4) {
  -webkit-transition: 0.8s 0.7s;
  transition: 0.8s 0.7s;
}
.drawer-visible .drawer .g-nav li:nth-child(5) {
  -webkit-transition: 0.8s 0.8s;
  transition: 0.8s 0.8s;
}
.drawer-visible .drawer .g-nav li:nth-child(6) {
  -webkit-transition: 0.8s 0.9s;
  transition: 0.8s 0.9s;
}
.drawer-visible .drawer .g-nav li:nth-child(7) {
  -webkit-transition: 0.8s 1s;
  transition: 0.8s 1s;
}
.drawer-visible .drawer .g-nav li:nth-child(8) {
  -webkit-transition: 0.8s 1.1s;
  transition: 0.8s 1.1s;
}
.drawer-visible .drawer__btn span::after {
  content: "Close";
}

.section--list,
.section--detail {
  position: relative;
  z-index: 2;
  background: none;
}

.page--info .wrap {
  overflow: hidden;
}
.page--info .section--list {
  padding-top: 10px;
  padding-bottom: 110px;
}
.page--info .section--list .list--information {
  width: 99%;
  background: #fff;
  -webkit-box-shadow: -34px 33px 30px -33px rgba(48, 31, 16, 0.3);
          box-shadow: -34px 33px 30px -33px rgba(48, 31, 16, 0.3);
  padding: 8vw;
  margin-right: 0;
  position: relative;
  top: 9vw;
  left: 7%;
  -webkit-transform: translateX(120%);
          transform: translateX(120%);
  -webkit-transition: -webkit-transform 1.2s;
  transition: -webkit-transform 1.2s;
  transition: transform 1.2s;
  transition: transform 1.2s, -webkit-transform 1.2s;
}
.page--info .section--list .list--information li {
  position: relative;
  margin-bottom: 25px;
  -webkit-transform: translateY(60px) skewY(-10deg);
          transform: translateY(60px) skewY(-10deg);
  opacity: 0;
  -webkit-transition: 0.8s 0.8s;
  transition: 0.8s 0.8s;
}
.page--info .section--list .list--information li:last-child {
  margin-bottom: 0;
}
.page--info .section--list .list--information li .tit {
  font-size: 12px;
  line-height: 1.6;
  text-align: justify;
}
.page--info .section--list.delighter.started .list--information {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.page--info .section--list.delighter.started .list--information li {
  -webkit-transform: translateY(0) skewY(0deg);
          transform: translateY(0) skewY(0deg);
  opacity: 1;
}
.page--info .section--detail {
  overflow: hidden;
  padding-bottom: 110px;
}
.page--info .section--detail .txt {
  padding-top: 20px;
  margin-top: 10px;
  position: relative;
}
.page--info .section--detail .txt::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #9e998a;
  position: absolute;
  top: 0;
  left: 0;
}
.page--info .section--detail.new .date::after {
  content: "New";
  font-family: "journalregular", sans-serif;
  color: #b19370;
  font-size: 26px;
  line-height: 1;
  -webkit-transform: rotate(-10deg) skewX(-21deg) scaleX(0.9);
          transform: rotate(-10deg) skewX(-21deg) scaleX(0.9);
  position: relative;
  top: 2px;
  margin-left: 6px;
}
.page--info .section--detail .date {
  font-size: 10px;
  text-align: right;
}
.page--info .section--detail .tit {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  margin-bottom: 5px;
}
.page--info .section--detail .detail__btn {
  bottom: 20px;
}

/* 3.3 footer
------------------------------ */
footer {
  width: 100%;
  height: 90px;
  color: inherit;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  word-break: break-word;
  line-height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}
footer::before {
  content: "";
  display: block;
  width: 94%;
  height: 1px;
  background: #9e998a;
  position: absolute;
  left: 3%;
  top: 0;
}
footer .copyright {
  width: 190px;
  font-family: "urw-din", sans-serif;
  font-weight: 200;
  font-size: 10px;
  line-height: 89px;
  position: absolute;
  left: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  letter-spacing: 0.05em;
  text-align: center;
}
footer .copyright::after {
  content: "";
  display: block;
  width: 1px;
  height: 90px;
  background: #9e998a;
  position: absolute;
  right: -10px;
  top: 0px;
}
footer .copyright small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 89px;
  line-height: 2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
}
footer .link--official {
  width: 45px;
  height: 90px;
  position: absolute;
  top: 0;
  left: 200px;
}
footer .link--official::after {
  content: "";
  display: block;
  width: 1px;
  height: 71px;
  background: #9e998a;
  position: absolute;
  right: -22px;
  top: 10px;
}
footer .link--official a {
  display: block;
  padding-top: 25px;
}

/* 4.0 page
============================== */
.wrap {
  min-height: 100%;
  padding-top: 60px;
  padding-bottom: 100px;
  position: relative;
}

.wrap > .bg {
  width: 100%;
  height: 110vh;
  position: fixed;
  background: url(/static/yorushika/fanclub/common/bg.jpg) center;
  background-size: 500px;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
  opacity: 0.3;
}

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

.section-tit {
  color: inherit;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.03em;
  word-break: break-word;
  font-family: "urw-din", "Noto Sans JP", "Arial", "ヒラギノ角ゴ Pro W3", sans-serif;
  text-align: center;
  letter-spacing: 0.05em;
  margin: 0 0 50px;
}

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

.txt--basic {
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  word-break: break-word;
  margin: 0 0 1em;
}

.txt--sub {
  color: inherit;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.3;
  word-break: break-word;
}

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

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

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

.blur {
  display: block;
  width: 80%;
  height: 80%;
  position: absolute;
  bottom: -5vw;
  left: 10%;
  -webkit-filter: blur(12px);
          filter: blur(12px);
  z-index: -1;
}

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

/* 4.2 home
------------------------------ */
.page--home {
  /* animation */
  /* bnr */
  /* info */
  /* blog */
  /* radio */
}
.page--home .wrap {
  overflow: hidden;
}
.page--home .header {
  -webkit-transform: translateY(-70px);
          transform: translateY(-70px);
}
.page--home.lyrics-fade-out .header {
  -webkit-transition: 0.6s 0.6s;
  transition: 0.6s 0.6s;
  -webkit-transform: none;
          transform: none;
}
.page--home .section--hero-img {
  height: calc(80vh - 20vw - 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}
.page--home .section--hero-img .block--logo {
  width: 50%;
  height: 70vw;
  position: relative;
}
.page--home .section--hero-img .block--logo h1 {
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  background: url(/static/yorushika/fanclub/top/logo_fc_top.png) no-repeat center;
  background-size: contain;
}
.page--home .section--hero-img .block--logo .logo__atogaki {
  width: 39.5vw;
  position: absolute;
  right: -14.4vw;
  bottom: -11.5vw;
}
.page--home .section--hero-img .block--logo .logo__atogaki #svg-animation {
  max-width: 100%;
  height: auto;
}
.page--home .section--bnr .block--bnr {
  width: 90%;
  margin: 0 auto;
}
.page--home .section--bnr .block--bnr a {
  display: block;
}
.page--home .section--bnr .block--bnr .slick-list {
  padding: 5vw 5vw 20vw 5vw;
}
.page--home .section--bnr .block--bnr .slick-dots {
  position: absolute;
  height: 6px;
  width: 90%;
  z-index: 100;
  top: calc(5vw - 3px);
  left: 1vw;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  text-align: right;
}
.page--home .section--bnr .block--bnr .slick-dots li {
  display: inline-block;
  height: 6px;
  line-height: 1;
  margin-right: 7px;
}
.page--home .section--bnr .block--bnr .slick-dots li button {
  width: 6px;
  height: 6px;
  padding: 0;
  -webkit-appearance: none;
  border: 0.5px solid #4a3c2e;
  border-radius: 20px;
  text-indent: -9999em;
}
.page--home .section--bnr .block--bnr .slick-dots li.slick-active button {
  background: #4a3c2e;
}
.page--home .section--bnr .block--bnr .slick-arrow {
  display: inline-block;
  width: 12vw;
  height: 50px;
  position: absolute;
  bottom: 5vw;
  right: 5vw;
  z-index: 120;
}
.page--home .section--bnr .block--bnr .slick-arrow.slick-prev {
  margin-right: 10.5%;
  right: inherit;
  left: 5vw;
}
.page--home .section--bnr .block--bnr .slick-arrow.slick-prev::after {
  border-width: 3.5px 4px 3.5px 0;
  border-color: transparent #4a3c2e transparent transparent;
  right: inherit;
  left: -1px;
}
.page--home .section--bnr .block--bnr .slick-arrow::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #4a3c2e;
  position: absolute;
  top: 26px;
  z-index: 10;
}
.page--home .section--bnr .block--bnr .slick-arrow::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 4px;
  border-color: transparent transparent transparent #4a3c2e;
  position: absolute;
  top: 23px;
  right: -1px;
}
.page--home [class^=section--] {
  margin-bottom: 40px;
}
.page--home [class^=section--] .inner {
  width: 88%;
  background: #fff;
  -webkit-box-shadow: 10px 43px 20px -33px rgba(48, 31, 16, 0.3);
          box-shadow: 10px 43px 20px -33px rgba(48, 31, 16, 0.3);
  position: relative;
  padding: 12vw 10vw 10vw;
}
.page--home [class^=section--] .section-tit {
  position: absolute;
}
.page--home .section--info .section-tit {
  width: 60%;
  top: -3vw;
  left: -7vw;
}
.page--home .section--info .inner {
  margin: 0 0 0 auto;
}
.page--home .section--blog .section-tit {
  width: 37%;
  top: -4vw;
  right: -7vw;
}
.page--home .section--blog.margin--normalize {
  margin-bottom: 50px;
}
.page--home .section--blog .list--blog.delighter .name {
  opacity: 0;
  -webkit-transition: 0.3s 1s;
  transition: 0.3s 1s;
}
.page--home .section--blog .list--blog.delighter .label::before {
  -webkit-transition: 1.5s 1.1s;
  transition: 1.5s 1.1s;
}
.page--home .section--blog .list--blog.delighter .date {
  -webkit-transition: 0.8s 2.4s;
  transition: 0.8s 2.4s;
}
.page--home .section--blog .list--blog.delighter .tit {
  -webkit-transition: 0.8s 1.5s;
  transition: 0.8s 1.5s;
}
.page--home .section--blog .no-data {
  padding: 10vw 0px;
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
.page--home .section--blog .inner.started .no-data {
  opacity: 0.6;
}
.page--home .section--blog .list--blog.delighter.started .label::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.page--home .section--blog .list--blog.delighter.started .date,
.page--home .section--blog .list--blog.delighter.started .name {
  opacity: 1;
}
.page--home .section--blog .list--blog.delighter.started .tit {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(0%) skewY(0deg);
          transform: translateX(-50%) translateY(0%) skewY(0deg);
}
.page--home .section--blog .list__more {
  text-align: left;
}
.page--home .section--blog .list__more a {
  padding: 10px 0 10px 8%;
}
.page--home .section--blog .list__more a::after {
  right: inherit;
  left: 31%;
}
.page--home .section--blog .list__more a::before {
  right: inherit;
  left: 22%;
}
.page--home .section--movie {
  /*margin-bottom: 0;*/
  /*
  .section-tit{
  	width: 42%;
  	z-index: 1;
     left: 5%;
     top: 10vw;
  }
  .inner{
  	width: 100%;
  	padding: 14vw 0 0;
  	background: none;
  	box-shadow: none;
  }
  */
}
.page--home .section--movie .section-tit {
  width: 34%;
  z-index: 1;
  left: -3vw;
  top: -3vw;
  /*
  			width: 27%;
  			z-index: 1;
  			right: -6vw;
  			top: -3vw;
  */
}
.page--home .section--movie .inner {
  margin: 0 0 0 auto;
}
.page--home .section--movie .list--blog.delighter .name {
  opacity: 0;
  -webkit-transition: 0.3s 1s;
  transition: 0.3s 1s;
}
.page--home .section--movie .list--blog.delighter .label::before {
  -webkit-transition: 1.5s 1.1s;
  transition: 1.5s 1.1s;
}
.page--home .section--movie .list--blog.delighter .date {
  -webkit-transition: 0.8s 2.4s;
  transition: 0.8s 2.4s;
}
.page--home .section--movie .list--blog.delighter .tit {
  -webkit-transition: 0.8s 1.5s;
  transition: 0.8s 1.5s;
}
.page--home .section--movie .list--blog li .label::before {
  display: none;
}
.page--home .section--movie .list--blog li .tit {
  right: 0;
}
.page--home .section--movie .list--blog.single {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 8vw;
}
.page--home .section--movie .no-data {
  padding: 10vw 0px;
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
.page--home .section--movie .inner.started .no-data {
  opacity: 0.6;
}
.page--home .section--movie .list--blog.delighter.started .label::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.page--home .section--movie .list--blog.delighter.started .date,
.page--home .section--movie .list--blog.delighter.started .name {
  opacity: 1;
}
.page--home .section--movie .list--blog.delighter.started .tit {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(0%) skewY(0deg);
          transform: translateX(-50%) translateY(0%) skewY(0deg);
}
.page--home .section--movie .list--contents {
  margin-bottom: 0;
}
.page--home .section--movie .list--contents .slick-list {
  padding-bottom: 15vw;
}
.page--home .section--movie .list--contents .slick-track {
  background: #fff;
  -webkit-box-shadow: 10px 43px 20px -33px rgba(48, 31, 16, 0.3);
          box-shadow: 10px 43px 20px -33px rgba(48, 31, 16, 0.3);
  position: relative;
  padding: 14vw 0 9vw 10vw;
  margin-left: 20vw;
}
.page--home .section--movie .list--contents li {
  /*
  width: 70vw;
  margin-right: 15px;
  margin-bottom: 0;
  */
}
.page--home .section--radio .section-tit {
  width: 34%;
  z-index: 1;
  right: -15vw;
  top: -6vw;
}
.page--home .section--radio .inner {
  margin: 0 auto 0 0;
}
.page--home .section--radio .list--contents.delighter .name {
  opacity: 0;
  -webkit-transition: 0.3s 1s;
  transition: 0.3s 1s;
}
.page--home .section--radio .list--contents.delighter .label::before {
  -webkit-transition: 1.5s 1.1s;
  transition: 1.5s 1.1s;
}
.page--home .section--radio .list--contents.delighter .date {
  -webkit-transition: 0.8s 2.4s;
  transition: 0.8s 2.4s;
}
.page--home .section--radio .list--contents.delighter .tit {
  -webkit-transition: 0.8s 1.5s;
  transition: 0.8s 1.5s;
}
.page--home .section--radio .llist--contents li .label::before {
  display: none;
}
.page--home .section--radio .list--contents li .tit {
  right: 0;
}
.page--home .section--radio .list--contents.single {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 8vw;
}
.page--home .section--radio .no-data {
  padding: 10vw 0px;
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
.page--home .section--radio .inner.started .no-data {
  opacity: 0.6;
}
.page--home .section--radio .list--contents.delighter.started .label::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.page--home .section--radio .list--contents.delighter.started .date,
.page--home .section--radio .list--contents.delighter.started .name {
  opacity: 1;
}
.page--home .section--radio .list--contents.delighter.started .tit {
  opacity: 1;
}
.page--home .section--radio .list--contents {
  margin-bottom: 0;
}
.page--home .section--radio .list--contents .slick-list {
  padding-bottom: 15vw;
}
.page--home .section--radio .list--contents .slick-track {
  background: #fff;
  -webkit-box-shadow: 10px 43px 20px -33px rgba(48, 31, 16, 0.3);
          box-shadow: 10px 43px 20px -33px rgba(48, 31, 16, 0.3);
  position: relative;
  padding: 14vw 0 9vw 10vw;
  margin-left: 20vw;
}
.page--home .section--wallpaper .section-tit {
  width: 34%;
  z-index: 1;
  right: -15vw;
  top: -6vw;
}
.page--home .section--wallpaper .inner {
  margin: 0 auto 0 0;
}
.page--home .section--wallpaper .list--contents.delighter .name {
  opacity: 0;
  -webkit-transition: 0.3s 1s;
  transition: 0.3s 1s;
}
.page--home .section--wallpaper .list--contents.delighter .label::before {
  -webkit-transition: 1.5s 1.1s;
  transition: 1.5s 1.1s;
}
.page--home .section--wallpaper .list--contents.delighter .date {
  -webkit-transition: 0.8s 2.4s;
  transition: 0.8s 2.4s;
}
.page--home .section--wallpaper .list--contents.delighter .tit {
  -webkit-transition: 0.8s 1.5s;
  transition: 0.8s 1.5s;
}
.page--home .section--wallpaper .llist--contents li .label::before {
  display: none;
}
.page--home .section--wallpaper .list--contents li .tit {
  right: 0;
}
.page--home .section--wallpaper .list--contents.single {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 8vw;
}
.page--home .section--wallpaper .no-data {
  padding: 10vw 0px;
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
.page--home .section--wallpaper .inner.started .no-data {
  opacity: 0.6;
}
.page--home .section--wallpaper .list--contents.delighter.started .label::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.page--home .section--wallpaper .list--contents.delighter.started .date,
.page--home .section--wallpaper .list--contents.delighter.started .name {
  opacity: 1;
}
.page--home .section--wallpaper .list--contents.delighter.started .tit {
  opacity: 1;
}
.page--home .section--wallpaper .list--contents {
  margin-bottom: 0;
}
.page--home .section--wallpaper .list--contents .slick-list {
  padding-bottom: 15vw;
}
.page--home .section--wallpaper .list--contents .slick-track {
  background: #fff;
  -webkit-box-shadow: 10px 43px 20px -33px rgba(48, 31, 16, 0.3);
          box-shadow: 10px 43px 20px -33px rgba(48, 31, 16, 0.3);
  position: relative;
  padding: 14vw 0 9vw 10vw;
  margin-left: 20vw;
}
.page--home .section--sns {
  /*margin-bottom: 0;*/
}
.page--home .section--sns .inner {
  margin: 0 0 0 auto;
}
.page--home .section--sns .section-tit {
  width: 31%;
  z-index: 1;
  left: -6vw;
  top: -6vw;
}
.page--home .section--sns .list--sns.delighter .name {
  opacity: 0;
  -webkit-transition: 0.3s 1s;
  transition: 0.3s 1s;
}
.page--home .section--sns .list--sns.delighter .label::before {
  -webkit-transition: 1.5s 1.1s;
  transition: 1.5s 1.1s;
}
.page--home .section--sns .list--sns.delighter .date {
  -webkit-transition: 0.8s 2.4s;
  transition: 0.8s 2.4s;
}
.page--home .section--sns .list--sns.delighter.started .label::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.page--home .section--sns .list--sns.delighter.started .date,
.page--home .section--sns .list--sns.delighter.started .name {
  opacity: 1;
}
.page--home .section--niwa {
  /*margin-bottom: 0;*/
  /*
  .section-tit{
  	width: 42%;
  	z-index: 1;
     left: 5%;
     top: 10vw;
  }
  .inner{
  	width: 100%;
  	padding: 14vw 0 0;
  	background: none;
  	box-shadow: none;
  }
  */
}
.page--home .section--niwa .section-tit {
  width: 34%;
  z-index: 1;
  left: -3vw;
  top: -3vw;
  /*
  			width: 27%;
  			z-index: 1;
  			right: -6vw;
  			top: -3vw;
  */
}
.page--home .section--niwa .inner {
  margin: 0 0 0 auto;
}
.page--home .section--niwa .list--blog.delighter .name {
  opacity: 0;
  -webkit-transition: 0.3s 1s;
  transition: 0.3s 1s;
}
.page--home .section--niwa .list--blog.delighter .label::before {
  -webkit-transition: 1.5s 1.1s;
  transition: 1.5s 1.1s;
}
.page--home .section--niwa .list--blog.delighter .date {
  -webkit-transition: 0.8s 2.4s;
  transition: 0.8s 2.4s;
}
.page--home .section--niwa .list--blog.delighter .tit {
  -webkit-transition: 0.8s 1.5s;
  transition: 0.8s 1.5s;
}
.page--home .section--niwa .list--blog li .label::before {
  display: none;
}
.page--home .section--niwa .list--blog li .tit {
  right: 0;
}
.page--home .section--niwa .list--blog.single {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 8vw;
}
.page--home .section--niwa .no-data {
  padding: 10vw 0px;
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
.page--home .section--niwa .inner.started .no-data {
  opacity: 0.6;
}
.page--home .section--niwa .list--blog.delighter.started .label::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.page--home .section--niwa .list--blog.delighter.started .date,
.page--home .section--niwa .list--blog.delighter.started .name {
  opacity: 1;
}
.page--home .section--niwa .list--blog.delighter.started .tit {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(0%) skewY(0deg);
          transform: translateX(-50%) translateY(0%) skewY(0deg);
}
.page--home .section--niwa .list--contents {
  margin-bottom: 0;
}
.page--home .section--niwa .list--contents .slick-list {
  padding-bottom: 15vw;
}
.page--home .section--niwa .list--contents .slick-track {
  background: #fff;
  -webkit-box-shadow: 10px 43px 20px -33px rgba(48, 31, 16, 0.3);
          box-shadow: 10px 43px 20px -33px rgba(48, 31, 16, 0.3);
  position: relative;
  padding: 14vw 0 9vw 10vw;
  margin-left: 20vw;
}
.page--home .section--niwa .list--contents li {
  /*
  width: 70vw;
  margin-right: 15px;
  margin-bottom: 0;
  */
}
.page--home .block--support {
  padding: 0 8% 30px;
}
.page--home .block--support .nav--support {
  border-bottom: 0.5px solid #9e998a;
}
.page--home .block--support .nav--support .nav-tit {
  font-family: "urw-din", sans-serif;
  font-size: 14px;
  font-weight: 200;
  line-height: 1;
  margin-bottom: 20px;
  position: relative;
}
.page--home .block--support .nav--support .nav-tit::before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 2px solid;
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  right: inherit;
  top: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-width: 1px;
  margin-top: -0.14em;
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page--home .block--support .nav--support .nav-tit.open::before {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
}
.page--home .block--support .nav--support ul {
  display: none;
  padding-bottom: 10px;
}
.page--home .block--support .nav--support li {
  font-size: 11px;
  margin-bottom: 8px;
}
.page--home .block--support .nav--support li a {
  display: block;
  line-height: 1;
  padding: 6px 0;
}
.page--home .section--lyrics {
  width: 100%;
  height: 100vh;
  background: #fbf9f1;
  font-family: "Noto Serif JP", serif;
  padding: 20vh 0 110px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
  -webkit-transition: 1s;
  transition: 1s;
}
.page--home .section--lyrics::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(/static/yorushika/fanclub/common/bg.jpg) center;
  background-size: 500px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
}
.page--home .section--lyrics .block--head {
  width: 100%;
  height: 60px;
  font-size: 10px;
  text-align: right;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
}
.page--home .section--lyrics .block--head::after {
  content: "";
  display: block;
  width: 94%;
  height: 1px;
  background: #9e998a;
  position: absolute;
  left: 3%;
  bottom: 0;
  z-index: 10;
}
.page--home .section--lyrics .block--head div {
  display: inline-block;
  line-height: 60px;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  padding-right: 0;
}
.page--home .section--lyrics .lyrics--skip {
  font-size: 11px;
  padding-right: 10%;
  letter-spacing: 0.1em;
  position: fixed;
  right: 3%;
  bottom: 80px;
  z-index: 30;
}
.page--home .section--lyrics .lyrics--skip::after {
  content: "";
  display: block;
  width: 8vw;
  height: 1px;
  background: #9e998a;
  position: absolute;
  right: 0;
  top: 11px;
}
.page--home .section--lyrics .block--footer {
  width: 100%;
  height: 60px;
  color: inherit;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  word-break: break-word;
  line-height: 0;
  position: fixed;
  bottom: 0;
  left: 0;
}
.page--home .section--lyrics .block--footer::before {
  content: "";
  display: block;
  width: 94%;
  height: 1px;
  background: #9e998a;
  position: absolute;
  left: 3%;
  top: 0;
}
.page--home .section--lyrics .block--main .block--main__item .lyrics {
  -webkit-transform: translateX(-60%) translateY(-35%) skewY(-10deg);
          transform: translateX(-60%) translateY(-35%) skewY(-10deg);
  opacity: 0;
  -webkit-transition: opacity 1s 0.3s, -webkit-transform 0.8s 0.3s;
  transition: opacity 1s 0.3s, -webkit-transform 0.8s 0.3s;
  transition: opacity 1s 0.3s, transform 0.8s 0.3s;
  transition: opacity 1s 0.3s, transform 0.8s 0.3s, -webkit-transform 0.8s 0.3s;
}
.page--home .section--lyrics .block--main .block--main__item.visible {
  opacity: 1;
}
.page--home .section--lyrics .block--main .block--main__item.visible .lyrics {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(-50%) skewY(0deg);
          transform: translateX(-50%) translateY(-50%) skewY(0deg);
}
.page--home .section--lyrics .list--lyrics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  height: 60vh;
  position: relative;
}
.page--home .section--lyrics .list--lyrics li {
  width: 100%;
  height: 100vh;
  opacity: 0;
  text-align: left;
}
.page--home .section--lyrics .list--lyrics li .lyrics {
  height: 100vw;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
  line-height: 1.8em;
  font-size: 15px;
  letter-spacing: 0.1em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.page--home .section--lyrics .list--lyrics li .tit {
  position: fixed;
  bottom: 20px;
  font-size: 10px;
  left: 3%;
}
.page--home.lyrics-fade-out .section--lyrics {
  opacity: 0;
  pointer-events: none;
}
.page--home .block--bnr.delighter {
  -webkit-transform: translateY(60px) skewY(5deg);
          transform: translateY(60px) skewY(5deg);
  -webkit-filter: blur(10px);
          filter: blur(10px);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page--home.lyrics-fade-out .block--bnr.delighter.started {
  opacity: 1;
  -webkit-transform: translateY(0) skewY(0deg);
          transform: translateY(0) skewY(0deg);
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transition: 0.6s 0.6s;
  transition: 0.6s 0.6s;
}
.page--home.lyrics-fade-out .block--bnr.delighter.started.ended {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.page--home .section--info .inner.delighter,
.page--home .section--movie .inner.delighter,
.page--home .section--niwa .inner.delighter {
  -webkit-transform: translate3d(110%, 0, 0);
          transform: translate3d(110%, 0, 0);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.page--home .section--info .inner.delighter.started,
.page--home .section--movie .inner.delighter.started,
.page--home .section--niwa .inner.delighter.started {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.page--home .section--info .inner.delighter li,
.page--home .section--movie .inner.delighter li,
.page--home .section--niwa .inner.delighter li {
  -webkit-transform: translateY(60px) skewY(-10deg);
          transform: translateY(60px) skewY(-10deg);
  opacity: 0;
  -webkit-transition: 0.8s 1s;
  transition: 0.8s 1s;
}
.page--home .section--info .inner.delighter.started li,
.page--home .section--movie .inner.delighter.started li,
.page--home .section--niwa .inner.delighter.started li {
  opacity: 1;
  -webkit-transform: translateY(0) skewY(0deg);
          transform: translateY(0) skewY(0deg);
}
.page--home .section--blog .inner.delighter {
  -webkit-transform: translate3d(-110%, 0, 0);
          transform: translate3d(-110%, 0, 0);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.page--home .section--blog .inner.delighter.started {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.page--home .section--radio .inner.delighter {
  -webkit-transform: translate3d(-110%, 0, 0);
          transform: translate3d(-110%, 0, 0);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.page--home .section--radio .inner.delighter.started {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.page--home .section--radio .inner.delighter.started {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.page--home .section--radio .inner.delighter li {
  -webkit-transform: translateY(60px) skewY(10deg);
          transform: translateY(60px) skewY(10deg);
  opacity: 0;
  -webkit-transition: 0.8s 1s;
  transition: 0.8s 1s;
}
.page--home .section--radio .inner.delighter.started li {
  opacity: 1;
  -webkit-transform: translateY(0) skewY(0deg);
          transform: translateY(0) skewY(0deg);
}
.page--home .section--wallpaper .inner.delighter {
  -webkit-transform: translate3d(-110%, 0, 0);
          transform: translate3d(-110%, 0, 0);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.page--home .section--wallpaper .inner.delighter.started {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.page--home .section--wallpaper .inner.delighter.started {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.page--home .section--wallpaper .inner.delighter li {
  -webkit-transform: translateY(60px) skewY(10deg);
          transform: translateY(60px) skewY(10deg);
  opacity: 0;
  -webkit-transition: 0.8s 1s;
  transition: 0.8s 1s;
}
.page--home .section--wallpaper .inner.delighter.started li {
  opacity: 1;
  -webkit-transform: translateY(0) skewY(0deg);
          transform: translateY(0) skewY(0deg);
}

/* text animation */
#svg-animation__logo .st0 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 2.8346;
  stroke-miterlimit: 10;
}
#svg-animation__logo .st1 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 3.4016;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}
#svg-animation__logo .st2 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 2.8346;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
#svg-animation__logo .st3 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 3.9685;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
#svg-animation__logo .st4 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 3.4016;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
#svg-animation__logo .st5 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 2.126;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
#svg-animation__logo .st6 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 2.3244;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
#svg-animation__logo .st7 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 1.5591;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
#svg-animation__logo .st8 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 1.9276;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
#svg-animation__logo .st9 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 2.211;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
#svg-animation__logo .st10 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 5.6693;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
#svg-animation__logo .st11 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 4.252;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
#svg-animation__logo .st12 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 2.2677;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
#svg-animation__logo .st13 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 5.1024;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
#svg-animation__logo .st14 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 2.6362;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
#svg-animation__logo .st15 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 2.126;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
#svg-animation__logo .st16 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 1.9843;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
#svg-animation__logo .st17 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 4.8189;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
#svg-animation__logo .st18 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 7.0866;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

#svg-animation_title_info .st0 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 5.6693;
  stroke-miterlimit: 10;
}
#svg-animation_title_info .st1 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 2.4094;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
#svg-animation_title_info .st2 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 2.3244;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
#svg-animation_title_info .st3 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 1.9843;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
#svg-animation_title_info .st4 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 3.4016;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
#svg-animation_title_info .st5 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 2.8346;
  stroke-miterlimit: 10;
}
#svg-animation_title_info .st6 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 2.4094;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
#svg-animation_title_info .st7 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 2.5512;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
#svg-animation_title_info .st8 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 2.5512;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
#svg-animation_title_info .st9 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 2.4094;
  stroke-miterlimit: 10;
}
#svg-animation_title_info .st10 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 3.2315;
  stroke-miterlimit: 10;
}
#svg-animation_title_info .st11 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 2.5228;
  stroke-miterlimit: 10;
}
#svg-animation_title_info .st12 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 3.9685;
  stroke-miterlimit: 10;
}

#svg-animation_title_column .st0 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 3.1181;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}
#svg-animation_title_column .st1 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 3.4016;
  stroke-miterlimit: 10;
}
#svg-animation_title_column .st2 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 2.2677;
  stroke-miterlimit: 10;
}
#svg-animation_title_column .st3 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 4.5354;
  stroke-miterlimit: 10;
}
#svg-animation_title_column .st4 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 3.685;
  stroke-miterlimit: 10;
}
#svg-animation_title_column .st5 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 3.1181;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
#svg-animation_title_column .st6 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 2.8346;
  stroke-miterlimit: 10;
}

#svg-animation_title_movie .st0 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 5.6693;
  stroke-miterlimit: 10;
}
#svg-animation_title_movie .st1 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 5.6693;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
#svg-animation_title_movie .st2 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 2.8346;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

#svg-animation_title_sns .st0 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 4.252;
  stroke-miterlimit: 10;
}
#svg-animation_title_sns .st1 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 3.685;
  stroke-miterlimit: 10;
}
#svg-animation_title_sns .st2 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 3.685;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
#svg-animation_title_sns .st3 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 4.252;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

#svg-animation_title_radio {
  margin-left: -40px;
}
#svg-animation_title_radio .st02,
#svg-animation_title_radio .st03,
#svg-animation_title_radio .st04,
#svg-animation_title_radio .st05,
#svg-animation_title_radio .st06,
#svg-animation_title_radio .st07,
#svg-animation_title_radio .st08,
#svg-animation_title_radio .st09,
#svg-animation_title_radio .st010,
#svg-animation_title_radio .st011 {
  fill: none;
  stroke: #FFFFFF;
  stroke-miterlimit: 10;
}
#svg-animation_title_radio .st02 {
  stroke-width: 3.7px;
}
#svg-animation_title_radio .st03 {
  stroke-width: 3.4px;
}
#svg-animation_title_radio .st04 {
  stroke-width: 3px;
}
#svg-animation_title_radio .st05 {
  stroke-width: 4px;
}
#svg-animation_title_radio .st06 {
  stroke-width: 2.9px;
}
#svg-animation_title_radio .st07 {
  stroke-width: 2.8px;
}
#svg-animation_title_radio .st08 {
  stroke-width: 2.4px;
}
#svg-animation_title_radio .st09 {
  stroke-width: 2.86px;
}
#svg-animation_title_radio .st010 {
  stroke-width: 2.6px;
}
#svg-animation_title_radio .st011 {
  stroke-width: 4.6px;
}

#svg-animation_title_niwa {
  margin-left: -5px;
}
#svg-animation_title_niwa .st0 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 5px;
  stroke-miterlimit: 10;
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
}
#svg-animation_title_niwa .st1 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 4px;
  stroke-miterlimit: 10;
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
}
#svg-animation_title_niwa .st2 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 2.2px;
  stroke-miterlimit: 10;
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
}
#svg-animation_title_niwa .st3 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 2px;
  stroke-miterlimit: 10;
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
}
#svg-animation_title_niwa .st4 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 3px;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
}
#svg-animation_title_niwa .st5 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
}
#svg-animation_title_niwa .st6 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 2.2px;
  stroke-miterlimit: 10;
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
}
#svg-animation_title_niwa .st7 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 1.8px;
  stroke-miterlimit: 10;
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
}
#svg-animation_title_niwa .st8 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 3.2px;
  stroke-miterlimit: 10;
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
}
#svg-animation_title_niwa .st9 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 6px;
  stroke-miterlimit: 10;
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
}
#svg-animation_title_niwa .st10 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 1.808px;
  stroke-miterlimit: 10;
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
}
#svg-animation_title_niwa .st11 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 2.1px;
  stroke-miterlimit: 10;
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
}

#svg-animation_title_wallpaper {
  margin-left: -40px;
}
#svg-animation_title_wallpaper .st0,
#svg-animation_title_wallpaper .st1,
#svg-animation_title_wallpaper .st2,
#svg-animation_title_wallpaper .st3,
#svg-animation_title_wallpaper .st4,
#svg-animation_title_wallpaper .st5,
#svg-animation_title_wallpaper .st6,
#svg-animation_title_wallpaper .st7,
#svg-animation_title_wallpaper .st8,
#svg-animation_title_wallpaper .st9,
#svg-animation_title_wallpaper .st10,
#svg-animation_title_wallpaper .st11 {
  stroke-width: 4px;
  fill: none;
  stroke: #FFFFFF;
  stroke-miterlimit: 10;
  stroke-dasharray: 500;
  stroke-dashoffset: 1500;
}

.svgpass {
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
}

/*  4.3 information
------------------------------ */
.section--list,
.section--detail {
  padding: 30px 5% 0;
  position: relative;
  z-index: 10;
}
.section--list .section-tit,
.section--detail .section-tit {
  width: 50%;
  margin: 10px 0 -10px -12px;
  position: fixed;
  z-index: 10;
}

.section--detail {
  padding: 20px 5% 60px;
}

.block--pager {
  width: 100%;
  text-align: center;
  letter-spacing: -0.5em;
  margin: 30px auto 4px 0;
  position: absolute;
  bottom: 90px;
  z-index: 20;
}
.block--pager::before {
  content: "";
  display: block;
  width: 94%;
  height: 1px;
  background: #9e998a;
  position: absolute;
  left: 3%;
  top: -5px;
}
.block--pager li {
  display: inline-block;
  font-family: "urw-din", sans-serif;
  font-weight: 200;
  padding: 0.6em 0;
  margin: 0 5px;
  vertical-align: middle;
  position: relative;
  letter-spacing: 0;
}
.block--pager a {
  display: block;
  font-size: 12px;
  position: relative;
  color: #4a3c2e;
  text-decoration: none;
  padding: 0 0.6em;
}
.block--pager .pager__item--top,
.block--pager .pager__item--number {
  text-align: center;
  color: #888;
}
.block--pager .pager__item--newer {
  width: 30px;
  padding: 9px 0;
  margin-right: 0;
  float: left;
  top: -1px;
  left: 8px;
}
.block--pager .pager__item--newer a,
.block--pager .pager__item--newer span {
  display: block;
  width: 100%;
  padding: 12px 0;
  position: relative;
}
.block--pager .pager__item--newer a::before, .block--pager .pager__item--newer a::after,
.block--pager .pager__item--newer span::before,
.block--pager .pager__item--newer span::after {
  content: "";
  display: block;
  position: absolute;
}
.block--pager .pager__item--newer a::before,
.block--pager .pager__item--newer span::before {
  width: 30px;
  height: 1px;
  background: #4a3c2e;
  -webkit-transform-origin: right;
          transform-origin: right;
}
.block--pager .pager__item--newer a::after,
.block--pager .pager__item--newer span::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 4px 3.5px 0;
  border-color: transparent #4a3c2e transparent transparent;
  right: inherit;
  left: -1px;
  margin-top: -3px;
}
.block--pager .pager__item--newer span {
  opacity: 0.2;
}
.block--pager .pager__item--older {
  width: 50px;
  padding: 9px 0;
  margin: 0;
  float: right;
}
.block--pager .pager__item--older a,
.block--pager .pager__item--older span {
  display: block;
  width: 100%;
  padding: 12px 0;
  position: relative;
}
.block--pager .pager__item--older a::before, .block--pager .pager__item--older a::after,
.block--pager .pager__item--older span::before,
.block--pager .pager__item--older span::after {
  content: "";
  display: block;
  position: absolute;
}
.block--pager .pager__item--older a::before,
.block--pager .pager__item--older span::before {
  width: 30px;
  height: 1px;
  background: #4a3c2e;
  -webkit-transform-origin: left;
          transform-origin: left;
  left: 7px;
}
.block--pager .pager__item--older a::after,
.block--pager .pager__item--older span::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 2px 5px;
  border-color: transparent transparent transparent #4a3c2e;
  position: absolute;
  right: calc(1% + 12px);
  top: 50%;
  margin-top: -2px;
}
.block--pager .pager__item--older span {
  opacity: 0.2;
}
.block--pager .pager__item--newer,
.block--pager .pager__item--older {
  z-index: 2;
}
.block--pager .pager__item--newer::before,
.block--pager .pager__item--older::before {
  display: none !important;
}
.block--pager .pager__item--current {
  font-family: "urw-din", sans-serif;
  font-weight: 400;
  position: relative;
  padding: 0.6em;
}
.block--pager .pager__item--current::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.block--share {
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 20px;
  background: #fff;
  padding: 15px 6vw 15px 5vw;
  -webkit-box-shadow: 14px 9px 12px 2px rgba(48, 31, 16, 0.3);
          box-shadow: 14px 9px 12px 2px rgba(48, 31, 16, 0.3);
}
.block--share::before {
  content: "Share";
  font-family: "journalregular", sans-serif;
  color: #4a3c2e;
  font-size: 46px;
  -webkit-transform: rotate(-14deg) skewX(-13deg);
          transform: rotate(-14deg) skewX(-13deg);
  position: absolute;
  top: -40px;
  letter-spacing: 0.02em;
  left: -15px;
}
.block--share li {
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  vertical-align: middle;
  color: #4a3c2e;
  margin: 0 0 0 16px;
}
.block--share li a {
  color: #4a3c2e !important;
}
.block--share li.facebook {
  font-size: 19px;
}
.block--share li svg {
  width: 19px;
  height: 19px;
}
.block--share .share {
  display: none;
  margin-top: -2px;
}
.block--share .lineIco {
  font-size: 20px;
}
.block--share .lineIco svg {
  fill: #4a3c2e;
}
.block--share a {
  color: #4a3c2e;
}
.block--share.delighter {
  -webkit-transform: translate3d(45vw, 0, 0);
          transform: translate3d(45vw, 0, 0);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.block--share.delighter::before {
  opacity: 0;
  -webkit-transform: rotate(-14deg) skewX(-13deg) translate3d(-20px, 0, 0);
          transform: rotate(-14deg) skewX(-13deg) translate3d(-20px, 0, 0);
  -webkit-transition: 0.6s 0.4s;
  transition: 0.6s 0.4s;
}
.block--share.delighter li {
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
          transform: translate3d(0, 10px, 0);
}
.block--share.delighter li.facebook {
  -webkit-transition: 0.4s 0.5s;
  transition: 0.4s 0.5s;
}
.block--share.delighter li.twitter {
  -webkit-transition: 0.4s 0.6s;
  transition: 0.4s 0.6s;
}
.block--share.delighter li.lineIco {
  -webkit-transition: 0.4s 0.7s;
  transition: 0.4s 0.7s;
}
.block--share.delighter.started {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.block--share.delighter.started li {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.block--share.delighter.started::before {
  opacity: 1;
  -webkit-transform: rotate(-14deg) skewX(-13deg) translate3d(0, 0, 0);
          transform: rotate(-14deg) skewX(-13deg) translate3d(0, 0, 0);
}
.block--share.delighter.started.ended::before,
.block--share.delighter.started.ended li {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.section--list .tit {
  font-weight: 400;
}

.section--detail .tit {
  color: inherit;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.03em;
  word-break: break-word;
  margin: 0 0 10px;
}
.section--detail .date {
  font-size: 12px;
  font-family: "urw-din", sans-serif;
  color: #4a3c2e;
  letter-spacing: 0.05em;
  margin: 0;
}
.section--detail .txt a {
  text-decoration: underline;
  color: #4a3c2e;
  word-break: break-word;
}
.section--detail .txt a.btn--main, .section--detail .txt a.btn--sub {
  text-decoration: none;
}
.section--detail .txt a.btn--main {
  color: #fff;
}

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

.youtube br {
  display: none;
}

.youtube iframe,
.block--video__item iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  right: 0;
}

/*  4.5 movie
------------------------------ */
.page--movie .wrap {
  overflow: hidden;
}
.page--movie .section--list {
  padding-top: 10px;
  padding-bottom: 110px;
}
.page--movie .section--list .list--information {
  width: 99%;
  background: #fff;
  -webkit-box-shadow: -34px 33px 30px -33px rgba(48, 31, 16, 0.3);
          box-shadow: -34px 33px 30px -33px rgba(48, 31, 16, 0.3);
  padding: 8vw;
  margin-right: 0;
  position: relative;
  top: 9vw;
  left: 7%;
  -webkit-transform: translateX(120%);
          transform: translateX(120%);
  -webkit-transition: -webkit-transform 1.2s;
  transition: -webkit-transform 1.2s;
  transition: transform 1.2s;
  transition: transform 1.2s, -webkit-transform 1.2s;
}
.page--movie .section--list .list--information li {
  position: relative;
  margin-bottom: 25px;
  -webkit-transform: translateY(60px) skewY(-10deg);
          transform: translateY(60px) skewY(-10deg);
  opacity: 0;
  -webkit-transition: 0.8s 0.8s;
  transition: 0.8s 0.8s;
}
.page--movie .section--list .list--information li:last-child {
  margin-bottom: 0;
}
.page--movie .section--list .list--information li .tit {
  font-size: 12px;
  line-height: 1.6;
  text-align: justify;
}
.page--movie .section--list.delighter.started .list--information {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.page--movie .section--list.delighter.started .list--information li {
  -webkit-transform: translateY(0) skewY(0deg);
          transform: translateY(0) skewY(0deg);
  opacity: 1;
}
.page--movie .section--list {
  padding-top: 10px;
  padding-bottom: 110px;
}
.page--movie .section--list.delighter.started .list--contents {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.page--movie .section--list.delighter.started .list--contents li {
  -webkit-transform: translateY(0) skewY(0deg);
          transform: translateY(0) skewY(0deg);
  opacity: 1;
}
.page--movie .list--contents {
  width: 99%;
  background: #fff;
  -webkit-box-shadow: -34px 33px 30px -33px rgba(48, 31, 16, 0.3);
          box-shadow: -34px 33px 30px -33px rgba(48, 31, 16, 0.3);
  padding: 8vw;
  margin-right: 0;
  position: relative;
  top: 9vw;
  left: 7%;
  -webkit-transform: translateX(120%);
          transform: translateX(120%);
  -webkit-transition: -webkit-transform 1.2s;
  transition: -webkit-transform 1.2s;
  transition: transform 1.2s;
  transition: transform 1.2s, -webkit-transform 1.2s;
}
.page--movie .list--contents li {
  -webkit-transform: translateY(60px) skewY(-10deg);
          transform: translateY(60px) skewY(-10deg);
  opacity: 0;
  -webkit-transition: 0.8s 0.8s;
  transition: 0.8s 0.8s;
}
.page--movie .list--contents li:not(:last-child) {
  margin-bottom: 20px;
}
.page--movie .block--player {
  width: 100%;
  margin: 0 0 20px;
  position: relative;
  z-index: 10;
  padding-bottom: 56.25%;
  background: rgba(251, 235, 190, 0.5);
}
.page--movie .block--player video,
.page--movie .block--player > div {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.page--movie.new-movie.page-movie-detail .header {
  z-index: auto;
}
.page--movie.new-movie.page-movie-detail.drawer-visible .header {
  z-index: 9999999999;
}
.page--movie.new-movie.page-movie-detail .section--detail {
  padding: 18% 5% 50px;
  z-index: auto;
}
.page--movie.new-movie.page-movie-detail .section--detail .block--tit {
  margin: 0 auto 30px;
  padding: 0;
}
.page--movie.new-movie.page-movie-detail .section--detail .block--tit .tit {
  font-size: 18px;
}
.page--movie.new-movie.page-movie-detail .section--detail .block--tit .date {
  font-size: 12px;
  font-family: "urw-din", sans-serif;
  color: #4a3c2e;
  letter-spacing: 0.05em;
  margin: 0;
  opacity: 1;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player {
  width: 100%;
  aspect-ratio: initial;
  position: relative;
  top: auto;
  left: auto;
  margin: 0 auto 20px;
  z-index: 99999999;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js.vjs-fullscreen {
  z-index: 9999999;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-poster {
  display: block;
  background-size: 100%;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-big-play-button {
  width: 70px;
  height: 70px;
  border-radius: 999px;
  background: rgba(135, 135, 135, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  margin: 0;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-big-play-button::before {
  content: "";
  background: #ffffff;
  height: 30px;
  width: 25px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  display: block;
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-control-bar {
  position: relative;
  height: 100%;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-control-bar .vjs-play-control {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
.page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-control-bar .vjs-play-control span::before {
  background: none;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-control-bar .vjs-play-control.vjs-paused span {
  width: 70px;
  height: 70px;
  border-radius: 999px;
  background: rgba(135, 135, 135, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  margin: 0;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-control-bar .vjs-play-control.vjs-paused span::before {
  content: "";
  background: #ffffff;
  height: 30px;
  width: 25px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  display: block;
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-control-bar .vjs-progress-control {
  position: absolute;
  bottom: -1rem;
  left: 0;
  width: 100%;
  height: 3.5em;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-control-bar .vjs-picture-in-picture-control .vjs-control {
  height: 3.5em;
  position: absolute;
  left: -2vw;
  top: -3vw;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-control-bar .vjs-picture-in-picture-control.vjs-control {
  height: 3.5em;
  position: absolute;
  right: 75px;
  bottom: -15px;
  top: auto;
  left: auto;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-control-bar .vjs-volume-panel.vjs-control {
  height: 3.5em;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-control-bar .vjs-volume-panel.vjs-control.vjs-volume-panel-horizontal {
  position: absolute;
  left: 50px;
  bottom: 10px;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-control-bar .vjs-time-control {
  position: absolute;
  bottom: 0;
  left: 0;
  width: auto;
  height: 3.5em;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-control-bar .vjs-subs-caps-button {
  position: absolute;
  bottom: 10px !important;
  right: 20px !important;
  display: block !important;
  height: 3.5em;
  left: auto;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-control-bar .vjs-subs-caps-button .vjs-subs-caps-button {
  position: inherit;
  bottom: auto !important;
  left: auto !important;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-control-bar .vjs-fullscreen-control {
  position: absolute;
  right: 0;
  bottom: 10px;
  height: 3.5em;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-control-bar .vjs-http-source-selector.vjs-menu-button.vjs-menu-button {
  position: absolute;
  right: 110px;
  bottom: 10px;
  height: 3.5em;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab {
  width: 100%;
  display: block;
  margin: 0 0 10px 0;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab #tab--movie {
  padding: 0;
  text-align: left;
  display: block;
  font-weight: bold;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab #tab--movie.current::after {
  display: none;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies {
  background: none;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .inner_more_movies {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: none;
  transform: none;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .inner_more_movies li {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.page--movie.new-movie.page-movie-detail .section--detail .detail__btn {
  padding: 0;
}
.page--movie.new-movie.page-movie-detail .section--detail .detail__btn::after {
  top: 26.5px;
  left: -1px;
}

/* 4.5 blog
------------------------------ */
.page--blog .wrap {
  overflow: hidden;
}
.page--blog .section--list {
  padding-bottom: 120px;
}
.page--blog .form__select {
  position: absolute;
  right: 0;
  top: 8px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.6s 1.2s;
  transition: -webkit-transform 0.6s 1.2s;
  transition: transform 0.6s 1.2s;
  transition: transform 0.6s 1.2s, -webkit-transform 0.6s 1.2s;
}
.page--blog .form__select select {
  font-size: 12px;
  font-weight: 200;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #9e998a;
  padding: 0.8em 10vw 0.5em 0.5em;
}
.page--blog .form__select::after {
  border-width: 1px;
  width: 0.4em;
  height: 0.4em;
  right: 4vw;
}
.page--blog .block--main {
  padding-bottom: 110px;
  width: 99%;
  background: #fff;
  -webkit-box-shadow: -34px 33px 30px -33px rgba(48, 31, 16, 0.3);
          box-shadow: -34px 33px 30px -33px rgba(48, 31, 16, 0.3);
  padding: calc(8vw + 15px) 8vw 10vw;
  margin-right: 0;
  position: relative;
  top: 9vw;
  left: 7%;
  -webkit-transform: translateX(120%);
          transform: translateX(120%);
  -webkit-transition: -webkit-transform 1.2s;
  transition: -webkit-transform 1.2s;
  transition: transform 1.2s;
  transition: transform 1.2s, -webkit-transform 1.2s;
}
.page--blog .block--main .list--information {
  padding-top: 15px;
}
.page--blog .block--main .list--information li {
  position: relative;
  margin-bottom: 30px;
  -webkit-transform: translateY(60px) skewY(-10deg);
          transform: translateY(60px) skewY(-10deg);
  opacity: 0;
  -webkit-transition: 0.8s 0.8s;
  transition: 0.8s 0.8s;
}
.page--blog .block--main .list--information li:last-child {
  margin-bottom: 0;
}
.page--blog .block--main .list--information li .tit {
  font-size: 12px;
  line-height: 1.6;
  text-align: justify;
  margin-bottom: 3px;
}
.page--blog .block--main .list--information li .date {
  background: #fff;
  position: absolute;
  padding-left: 5px;
  right: 0;
  top: 2px;
}
.page--blog .block--main .list--information li .date::after {
  -webkit-transform: rotate(-20deg) skewX(-21deg) scaleX(0.9);
          transform: rotate(-20deg) skewX(-21deg) scaleX(0.9);
  position: absolute;
  top: -10px;
  left: inherit;
  right: -24px;
}
.page--blog .block--main .list--information li .category {
  font-size: 11px;
  position: relative;
}
.page--blog .block--main .list--information li .category::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #cecbc5;
  position: absolute;
  left: 0;
  top: 7px;
}
.page--blog .block--main .list--information li .category i {
  display: inline-block;
  background: #fff;
  position: relative;
  padding-right: 5px;
}
.page--blog .section--list.delighter.started .block--main {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.page--blog .section--list.delighter.started .list--information li {
  -webkit-transform: translateY(0) skewY(0deg);
          transform: translateY(0) skewY(0deg);
  opacity: 1;
}
.page--blog .section--list.delighter.started .form__select {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.page--blog .section--detail {
  overflow: hidden;
  padding-bottom: 110px;
}
.page--blog .section--detail .txt {
  padding-top: 20px;
  margin-top: 10px;
  position: relative;
}
.page--blog .section--detail .txt > span,
.page--blog .section--detail .txt > span *,
.page--blog .section--detail .txt > p,
.page--blog .section--detail .txt > p *,
.page--blog .section--detail .txt > font,
.page--blog .section--detail .txt > font *,
.page--blog .section--detail .txt > div:not(.sns_movie_class) > :not(div),
.page--blog .section--detail .txt > div:not(.sns_movie_class) > :not(div) *,
.page--blog .section--detail .txt > div:not(.sns_movie_class) > div:not(.sns_movie_class) > :not(div),
.page--blog .section--detail .txt > div:not(.sns_movie_class) > div:not(.sns_movie_class) > :not(div) * {
  white-space: normal !important;
}
.page--blog .section--detail .txt::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #9e998a;
  position: absolute;
  top: 0;
  left: 0;
}
.page--blog .section--detail .block--txt {
  position: relative;
}
.page--blog .section--detail .block--txt .date {
  font-size: 10px;
  text-align: right;
}
.page--blog .section--detail .block--txt .name {
  font-family: "urw-din", sans-serif;
  font-size: 10px;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.page--blog .section--detail .block--txt .tit {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  margin-bottom: 5px;
}
.page--blog .section--detail .detail__btn {
  bottom: 50px;
}
.page--blog .section--detail .sns_movie_class {
  position: relative;
  padding-top: 56.25%;
}
.page--blog .section--detail .sns_movie_class .jstream-eqPlayer {
  top: 0;
}
.page--blog .section--detail + .block--pager .pager__item--other {
  letter-spacing: 0;
  top: 2px;
}
.page--blog .categoryBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 80%;
  margin: 0 auto 80px;
}
.page--blog .categoryBtn li {
  width: 48%;
  margin: 0 0 10px 0;
}
.page--blog .categoryBtn li .btn {
  margin: 0;
}
.page--blog .categoryBtn li .btn .btn--main {
  background: transparent;
  color: #4c3a2b;
  border: 2px solid;
  border-radius: 0;
  padding: 10px;
  line-height: 1.2;
  font-size: 12px;
  width: 100%;
}
.page--blog .block--player {
  padding-top: 56.25%;
  background: #000;
  line-height: 0;
  width: 100%;
  aspect-ratio: 16/9;
  margin: 10px 0;
}

/*  4.5 page--wallpaper
------------------------------ */
.page--wallpaper .wrap {
  overflow: hidden;
}
.page--wallpaper .section--list {
  padding-top: 10px;
  padding-bottom: 110px;
}
.page--wallpaper .section--list .list--information {
  width: 99%;
  background: #fff;
  -webkit-box-shadow: -34px 33px 30px -33px rgba(48, 31, 16, 0.3);
          box-shadow: -34px 33px 30px -33px rgba(48, 31, 16, 0.3);
  padding: 8vw;
  margin-right: 0;
  position: relative;
  top: 9vw;
  left: 7%;
  -webkit-transform: translateX(120%);
          transform: translateX(120%);
  -webkit-transition: -webkit-transform 1.2s;
  transition: -webkit-transform 1.2s;
  transition: transform 1.2s;
  transition: transform 1.2s, -webkit-transform 1.2s;
}
.page--wallpaper .section--list .list--information li {
  position: relative;
  margin-bottom: 25px;
  -webkit-transform: translateY(60px) skewY(-10deg);
          transform: translateY(60px) skewY(-10deg);
  opacity: 0;
  -webkit-transition: 0.8s 0.8s;
  transition: 0.8s 0.8s;
}
.page--wallpaper .section--list .list--information li:last-child {
  margin-bottom: 0;
}
.page--wallpaper .section--list .list--information li .tit {
  font-size: 12px;
  line-height: 1.6;
  text-align: justify;
}
.page--wallpaper .section--list.delighter.started .list--information {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.page--wallpaper .section--list.delighter.started .list--information li {
  -webkit-transform: translateY(0) skewY(0deg);
          transform: translateY(0) skewY(0deg);
  opacity: 1;
}
.page--wallpaper .section--list {
  padding-top: 10px;
  padding-bottom: 110px;
}
.page--wallpaper .section--list.delighter.started .list--contents {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.page--wallpaper .section--list.delighter.started .list--contents li {
  -webkit-transform: translateY(0) skewY(0deg);
          transform: translateY(0) skewY(0deg);
  opacity: 1;
}
.page--wallpaper .list--contents {
  width: 99%;
  background: #fff;
  -webkit-box-shadow: -34px 33px 30px -33px rgba(48, 31, 16, 0.3);
          box-shadow: -34px 33px 30px -33px rgba(48, 31, 16, 0.3);
  padding: 8vw;
  margin-right: 0;
  position: relative;
  top: 9vw;
  left: 7%;
  -webkit-transform: translateX(120%);
          transform: translateX(120%);
  -webkit-transition: -webkit-transform 1.2s;
  transition: -webkit-transform 1.2s;
  transition: transform 1.2s;
  transition: transform 1.2s, -webkit-transform 1.2s;
}
.page--wallpaper .list--contents li {
  -webkit-transform: translateY(60px) skewY(-10deg);
          transform: translateY(60px) skewY(-10deg);
  opacity: 0;
  -webkit-transition: 0.8s 0.8s;
  transition: 0.8s 0.8s;
}
.page--wallpaper .list--contents li:not(:last-child) {
  margin-bottom: 20px;
}
.page--wallpaper .block--player {
  width: 100%;
  margin: 0 0 20px;
  position: relative;
  z-index: 10;
  padding-bottom: 56.25%;
  background: rgba(251, 235, 190, 0.5);
}
.page--wallpaper .block--player video,
.page--wallpaper .block--player > div {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

/*  4.6 faq
------------------------------ */
.page--faq .section-tit {
  width: 100%;
  font-size: 20px;
  padding-top: 20px;
  margin: 0 auto 30px;
  position: static;
}

.tit--category {
  color: inherit;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  word-break: break-word;
  margin: 0 0 5px 0;
}

.list--faq {
  margin: 0 0 40px;
}
.list--faq li {
  border-top: 1px solid #bfb8b0;
}
.list--faq li:last-child {
  border-bottom: 1px solid #bfb8b0;
}
.list--faq a {
  display: block;
  padding: 10px 2%;
  position: relative;
}
.list--faq .tit {
  padding-left: 20px;
}
.list--faq .txt {
  line-height: 1.6;
  margin: 0;
  padding-left: 20px;
}
.list--faq .icon--q {
  float: left;
  font-family: "urw-din", sans-serif;
  font-weight: 400;
  margin-right: 5px;
}

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

.page--faq .section-tit {
  font-size: 22px;
}
.page--faq .section--detail .tit--category {
  color: #4a3c2e;
  margin-bottom: 25px;
}
.page--faq .section--detail .block--contact {
  padding-top: 40px;
}
.page--faq .section--detail .block--contact a {
  color: #4a3c2e;
}
.page--faq .section--detail .block--contact .fa {
  color: #4a3c2e;
}

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

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

/*  4.7 support
------------------------------ */
.support .section-tit {
  width: 100%;
  font-size: 20px;
  padding-top: 20px;
  margin: 0 auto 30px;
  position: static;
}
.support.section--detail {
  padding-bottom: 10px;
}
.support.section--detail .txt--basic a,
.support.section--detail .txt--sub a {
  text-decoration: underline;
}
.support .txt {
  margin: 0 0 10px;
}
.support .list--support {
  margin-top: 30px;
}
.support .list--support dt {
  color: inherit;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.8;
  word-break: break-word;
  margin: 0 0 4px;
}
.support .list--support dd {
  padding: 0 0 30px;
}
.support .list--support dd .tit {
  font-size: inherit;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 5px;
}
.support .list--support dd .txt {
  margin-bottom: 15px;
}
.support .list--support dd .txt:last-child {
  margin-bottom: 0;
}
.support .list--support dd a {
  text-decoration: underline;
  color: #4a3c2e;
}
.support .list--support dd .terms-list li {
  text-indent: -1em;
  padding-left: 1em;
}
.support .list--support .txt {
  margin: 0 0 10px;
}
.support li {
  text-indent: -0.5em;
  padding-left: 0.5em;
  position: relative;
  margin-bottom: 15px;
}
.support li::before {
  content: "・";
}
.support li li {
  padding-left: 1em;
  margin-bottom: 0px;
}
.support li li::before {
  display: none;
}
.support .terms-list {
  margin-bottom: 30px;
}
.support .terms-list li {
  margin: 0 0 10px;
  text-indent: -0.5em;
  padding-left: 0.5em;
  position: relative;
}
.support .terms-list li a {
  text-decoration: underline;
}
.support .terms-list li::before {
  content: "・";
}
.support .terms-list li ul {
  padding-left: 1em;
}
.support .terms-list li ul li {
  margin-bottom: 0;
}
.support .terms-list li ul li::before {
  display: none;
}

/* 4.4 questionnaire
------------------------------ */
.page--questionnaire .header + section {
  padding: 20px 5% 60px;
}
.page--questionnaire .section-tit {
  width: 100%;
  font-size: 22px;
  margin: 20px auto 40px;
  position: static;
}
.page--questionnaire .input--quarter {
  width: 50% !important;
}
.page--questionnaire .input--half {
  width: 80% !important;
}
.page--questionnaire.complete .btn--sub {
  font-size: 16px;
  font-weight: 900;
  font-family: "urw-din", sans-serif;
}

.ph {
  margin: 1em auto;
}

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

/* 4.4 entry
------------------------------ */
.section--detail.entry {
  font-size: 13px;
  font-family: "Noto Serif JP", serif;
}
.section--detail.entry .logo {
  width: 60%;
  margin: 40px auto 20px 24%;
}
.section--detail.entry .txt--lead {
  font-size: 13px;
  font-weight: 200;
  line-height: 1.6;
}
.section--detail.entry .block--contents {
  position: relative;
}
.section--detail.entry .block--contents .block-tit {
  font-family: "urw-din", "Noto Sans JP", sans-serif;
  color: #4c3a2b;
  font-size: 12px;
  position: absolute;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  left: -23px;
  top: -6px;
}
.section--detail.entry .block--contents .block-tit::after {
  content: "";
  display: block;
  width: 50vw;
  height: 1px;
  background: #4c3a2b;
  position: absolute;
  top: 11px;
  left: 4.5em;
}
.section--detail.entry .block--contents .list--content {
  width: 98%;
  margin: 60px auto 60px 7%;
}
.section--detail.entry .block--contents .list--content li {
  background: #fff;
  padding: 25px 20px 25px 34px;
  margin-bottom: 20px;
  position: relative;
  -webkit-box-shadow: 10px 43px 20px -33px rgba(48, 31, 16, 0.3);
          box-shadow: 10px 43px 20px -33px rgba(48, 31, 16, 0.3);
  line-height: 1.6;
  opacity: 0;
  -webkit-transform: translateY(18px) skewY(-8deg);
          transform: translateY(18px) skewY(-8deg);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.section--detail.entry .block--contents .list--content li .title {
  font-family: "journalregular", sans-serif;
  color: #4c3a2b;
  font-size: 39px;
  -webkit-transform: rotate(-9deg) skewX(-21deg) scaleX(0.9);
          transform: rotate(-9deg) skewX(-21deg) scaleX(0.9);
  position: absolute;
  top: -20px;
  left: -9px;
}
.section--detail.entry .block--contents .list--content li.delighter.started {
  opacity: 1;
  -webkit-transform: translateY(0) skewY(0deg);
          transform: translateY(0) skewY(0deg);
}
.section--detail.entry .block--spec {
  opacity: 0;
  -webkit-transform: translateY(18px) skewY(-8deg);
          transform: translateY(18px) skewY(-8deg);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.section--detail.entry .block--spec.delighter.started {
  opacity: 1;
  -webkit-transform: translateY(0) skewY(0deg);
          transform: translateY(0) skewY(0deg);
}
.section--detail.entry .price {
  margin: 0 0 20px;
  width: 100%;
}
.section--detail.entry .price th {
  font-size: 12px;
  width: 110px;
  font-weight: bold;
  border-bottom: 1px solid;
  padding: 10px;
  text-align: left;
}
.section--detail.entry .price td {
  border-bottom: 1px solid;
  font-size: 11px;
  padding: 10px;
}
.section--detail.entry .txt--sub.note {
  font-size: 13px;
  margin-bottom: 50px;
}
.section--detail.entry .txt--sub.note a {
  text-decoration: underline;
}

/*  5.1 tablet
------------------------------ */
@media screen and (min-width: 500px) and (max-width: 961px) {
  body {
    font-size: 16px;
  }
  .txt--basic {
    font-size: 16px;
  }
}
/*  notice
------------------------------ */
.page--notice {
  background: #fff;
}
.page--notice .wrap {
  padding-top: 0;
  padding-bottom: 0;
  background: #fff;
}
.page--notice .wrap > .bg {
  background: #fff;
}
.page--notice .section--list .no-data {
  color: #000;
  opacity: 1;
}
.page--notice .section--list .list--info {
  border-top: 1px solid #dcdcdc;
}
.page--notice .section--list .list--info li a {
  color: #000;
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #dcdcdc;
}
.page--notice .section--list .list--info li a .date {
  font-size: 10px;
  font-weight: 200;
  line-height: 1;
  letter-spacing: 0.05em;
  margin: 5px 0 0;
  color: #000;
}
.page--notice .section--list .list--info li a .txt {
  font-size: 13px;
  line-height: 1.6;
  word-break: break-all;
}

/*  appli
------------------------------ */
.body--app .wrap {
  padding-top: 20px;
  padding-bottom: 20px;
}
.body--app.page--faq .section-tit {
  padding-top: 0;
}
.body--app.page--official {
  background: #fff;
  font-family: a-otf-gothic-bbb-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #222;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
.body--app.page--official .bg,
.body--app.page--official .detail__btn a::after,
.body--app.page--official .detail__btn::before,
.body--app.page--official .detail__btn::after {
  display: none;
}
.body--app.page--official .section--detail .tit {
  font-family: a-otf-gothic-bbb-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #222;
  font-size: 20px;
  letter-spacing: 0.15em;
  line-height: 1.6;
  margin: 0 0 0.8em;
}
.body--app.page--official .section--detail .date {
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #222;
  font-size: 13px;
  letter-spacing: 0.3em;
  margin: 0 0 2.5em;
  text-align: left;
}
.body--app.page--official .section--detail .date .category {
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.3em;
  background: #ACD0D1;
  padding: 3px 6px 3px 8px;
  margin-left: 10px;
  line-height: 1;
}
.body--app.page--official .section--detail .txt {
  margin-top: 0;
  padding-top: 0;
}
.body--app.page--official .section--detail .txt:before {
  display: none;
}
.body--app.page--official .section--detail .txt a {
  color: #73c0c3 !important;
}
.body--app.page--official .section--detail .txt .block--movie .video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.body--app.page--official .section--detail .txt .block--movie .video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.body--app.page--official .section--detail .txt .niconico {
  padding: 20px 0 10px;
  float: right;
}
.body--app.page--official .section--detail .txt .niconico .icon-movie {
  display: inline-block;
  width: 40px;
  height: 40px;
}
.body--app.page--official .section--detail .txt .niconico .icon-movie a {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(/static/yorushika/official/common/ico_niconico.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.body--app.page--official .section--detail .detail__btn {
  padding-top: 25px;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
}
.body--app.page--official .section--detail .detail__btn a {
  display: inline-block;
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #222;
  font-size: 14px;
  letter-spacing: 1em;
  position: relative;
  padding: 0;
}
.body--app.page--official .section--detail .detail__btn a svg {
  width: 50px;
  height: 30px;
  top: 16px;
  position: relative;
  margin-right: 20px;
}
.body--app.page--blog .wrap {
  padding-bottom: 30px;
}
.body--app.page--blog .block--pager {
  bottom: 20px;
}

#app-bnr {
  display: none;
  position: relative;
  z-index: 110;
  font-weight: 300;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: translateY(-150px);
          transform: translateY(-150px);
}
#app-bnr * {
  -webkit-transition: none;
  transition: none;
}
#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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0;
  -webkit-transition: none;
  transition: none;
}
#app-bnr a:before {
  content: "\f105";
  color: #bbb;
  font-family: FontAwesome;
  font-size: 20px;
  font-weight: normal;
  line-height: 0;
  position: absolute;
  top: 50%;
  right: 3%;
}
#app-bnr a .icon {
  width: 22%;
  float: left;
  line-height: 0;
  margin: 0 3.5% 0 0;
}
#app-bnr a .icon img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  border: 1px solid #eee;
}
#app-bnr a .txt {
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 0 10px;
  line-height: 1.5em;
}
#app-bnr a .txt span {
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 4px;
  color: #6cadb0;
}
#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: #bbb;
  border-radius: 2px;
  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);
}

.page--home.lyrics-fade-out #app-bnr {
  -webkit-transition: 0.8s 0.6s;
  transition: 0.8s 0.6s;
  -webkit-transform: none;
          transform: none;
}

body.page--home.app-bnr .wrap {
  overflow: visible;
  padding-top: 0;
}
body.page--home.app-bnr .container {
  overflow: hidden;
}
body.page--home.app-bnr header {
  position: sticky;
  -webkit-transform: translateY(-150px);
          transform: translateY(-150px);
}
body.page--home.app-bnr header .drawer__btn {
  position: absolute;
}
body.page--home.app-bnr.drawer-visible header {
  position: fixed;
}
body.page--home.app-bnr.lyrics-fade-out header {
  -webkit-transition: 0.8s 0.6s;
  transition: 0.8s 0.6s;
}

/*Android　アプリ　FontAwesome修正 */
/* ヘルプ問い合わせ */
.body--app__android.page--faq .searchBox::before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background: no-repeat url(/static/yorushika/app/icon--search.png) center;
  background-size: 18px;
  pointer-events: none;
  z-index: 1;
  position: absolute;
  right: 10px;
  top: 13px;
}
.body--app__android.page--faq .searchBox input[type=submit] {
  opacity: 0;
}
.body--app__android.page--faq .section--detail .block--contact .fa-chevron-right {
  position: relative;
}
.body--app__android.page--faq .section--detail .block--contact .fa-chevron-right::before {
  opacity: 0;
}
.body--app__android.page--faq .section--detail .block--contact .fa-chevron-right::after {
  content: "";
  background-size: cover;
  width: 10px;
  height: 14px;
  display: block;
  position: absolute;
  top: 50%;
  right: -14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: no-repeat url(/static/yorushika/app/angle-right-solid_b.svg) center;
}

/* WALL PAPER */
.section--list.page--wallpaper {
  padding: 30px 0 0;
}
.section--list.page--wallpaper .section-tit {
  margin: 10px 0 -10px 5px;
}
.section--list.page--wallpaper .list--info {
  margin: 50px 0 0 0;
}
.section--list.page--wallpaper .list--info li {
  width: 88%;
  background: #fff;
  -webkit-box-shadow: 10px 43px 20px -33px rgba(48, 31, 16, 0.3);
          box-shadow: 10px 43px 20px -33px rgba(48, 31, 16, 0.3);
  position: relative;
  padding: 12vw 10vw 10vw;
  margin: 0 0 20px auto;
}

.wovn-languages {
  color: #4a3c2e;
  font-size: 10px;
  position: absolute;
  top: 0px;
  right: 81px;
  z-index: 2;
  width: 110px;
  height: 60px;
  cursor: pointer;
  cursor: pointer;
}
.menuOpen .wovn-languages {
  opacity: 0;
  pointer-events: none;
}
.wovn-languages::after {
  content: "language";
  position: absolute;
  top: 20px;
  left: -50px;
}
.wovn-languages::before {
  content: "";
  width: 9px;
  height: 9px;
  top: 50%;
  right: 25px;
  margin-top: -4px;
  border: 0px;
  border-bottom: solid 1px;
  border-right: solid 1px;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  z-index: 10;
  position: absolute;
  opacity: 0.4;
}
.wovn-languages .langIcon {
  /*content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  left: 10px;
  top: 50%;
  margin: auto;
  line-height: 1;
  transform: translateY(-50%);
  svg{fill: #000;}*/
  display: none;
}
.wovn-languages .nav-dropdown {
  position: absolute;
  top: 50%;
  left: 10px;
  line-height: 1.4;
  text-align: left;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.wovn-languages .nav-dropdown .list--language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.wovn-languages .nav-dropdown .list--language li {
  width: 100%;
  display: none;
  cursor: pointer;
  padding-bottom: 0;
  text-align: left;
  padding: 0;
}
.wovn-languages .nav-dropdown .list--language li::after {
  content: none;
}
.wovn-languages .nav-dropdown .list--language li.selected {
  display: block;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.wovn-languages.visible::before {
  content: none;
}
.wovn-languages.visible .nav-dropdown {
  opacity: 1;
  pointer-events: visible;
  z-index: 1;
  border: none;
  color: #4a3c2e;
  top: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  background: #fff;
  padding: 10px 10px 0;
}
.wovn-languages.visible .nav-dropdown .list--language li {
  display: block;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  margin-bottom: 10px;
  color: #4a3c2e;
}
.wovn-languages.visible .nav-dropdown .list--language li.selected {
  pointer-events: none;
  background: transparent;
  padding: 0;
  opacity: 0.5;
  -webkit-transition: none;
  transition: none;
}

.popup--language {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 110;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: rgba(0, 0, 0, 0);
  pointer-events: none;
}
.popup--language.visible {
  pointer-events: auto;
  opacity: 1;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  background-color: rgba(0, 0, 0, 0.5);
}
.popup--language .popup--language__box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
}
.popup--language .popup--language__area {
  padding: 2em 2.2em;
}
.popup--language .popup--language__approval {
  padding: 1.3em 2.2em;
  background: #fff;
}
.popup--language .popup--language__approval .approval--btn {
  display: inline-block;
  background-color: #3f3f3f;
  color: #fff;
  cursor: pointer;
}
.popup--language .popup--language__tit {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0.7em;
}

.body--app .wrap:has(.wovn-languages) {
  padding-top: 40px;
}

.body--app .wovn-languages {
  right: 5%;
  z-index: 100;
}

.body--app .wovn-languages::after {
  opacity: 0.8;
}/*# sourceMappingURL=fanclub-sp-service.css.map */