/*colors
--------------------------------*/
/* font
------------------------------ */
@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;
}
/* 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: #433C33;
  color: #FDFBEF;
}

::selection {
  background: #433C33;
  color: #FDFBEF;
}

::-moz-selection {
  background: #433C33;
  color: #FDFBEF;
}

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

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

/* common
------------------------------ */
body {
  font-family: YakuHanJP, "Noto Serif JP", serif;
  background: #FDFBEF;
  color: #433C33;
  font-size: 14px;
}

.sp {
  display: none;
}

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

.wrap {
  min-height: 100%;
  padding-top: 120vh;
  position: relative;
}
.wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #584832;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 10;
  transition: 0.6s;
  pointer-events: none;
}

.overlay .wrap::before {
  opacity: 0.95;
}

.section--hero-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  background: url("/static/yorushika/fanclub/pc_introduce/bg_table.jpg") center;
  background-size: 625px 405px;
  position: fixed;
  top: 0;
  left: 0;
}
.section--hero-img .block--book {
  width: 80vw;
  height: 50vw;
  background: url("/static/yorushika/fanclub/pc_introduce/bg_book_pc-min.png") no-repeat center;
  background-size: contain;
  position: relative;
}
.section--hero-img .block--book .block-tit {
  width: 20vw;
  height: 22vw;
  position: absolute;
  right: 14vw;
  top: 14vw;
}
.section--hero-img .block--book .block--text {
  width: 33vw;
  height: 4vw;
  line-height: 1;
  position: absolute;
  left: 9.5vw;
  top: 23vw;
  font-family: "Martel", serif;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.05em;
}
.section--hero-img .block--book .block--text .text {
  writing-mode: vertical-rl;
  font-feature-settings: "pkna";
  line-height: 1.8em;
  font-size: 11px;
  letter-spacing: 0.1em;
  height: 220px;
}
.section--hero-img .book--text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Martel", serif;
}
.section--hero-img .book--text .date,
.section--hero-img .book--text .open {
  text-align: center;
}
.section--hero-img .wovn-languages {
  color: #000;
  font-size: 10px;
  position: absolute;
  top: 45px;
  right: 30px;
  z-index: 2;
  width: 190px;
  height: 35px;
  border-bottom: 1px solid;
  cursor: pointer;
}
.menuOpen .section--hero-img .wovn-languages {
  opacity: 0;
  pointer-events: none;
}
.section--hero-img .wovn-languages::after {
  content: "language";
  position: absolute;
  top: -12px;
  left: 10px;
}
.section--hero-img .wovn-languages::before {
  content: "";
  width: 9px;
  height: 9px;
  top: 50%;
  right: 10px;
  margin-top: -4px;
  border: 0px;
  border-bottom: solid 1px;
  border-right: solid 1px;
  transform: rotate(45deg) translateY(-50%);
  z-index: 10;
  position: absolute;
  opacity: 0.4;
}
.section--hero-img .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;
}
.section--hero-img .wovn-languages .nav-dropdown {
  position: absolute;
  top: 50%;
  left: 10px;
  line-height: 1.4;
  text-align: left;
  z-index: 2;
  transform: translateY(-50%);
}
.section--hero-img .wovn-languages .nav-dropdown .list--language {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.section--hero-img .wovn-languages .nav-dropdown .list--language li {
  width: 100%;
  display: none;
  cursor: pointer;
  padding-bottom: 0;
  text-align: left;
  padding: 0;
}
.section--hero-img .wovn-languages .nav-dropdown .list--language li::after {
  content: none;
}
.section--hero-img .wovn-languages .nav-dropdown .list--language li.selected {
  display: block;
  order: -1;
}
.section--hero-img .wovn-languages.visible::before {
  content: none;
}
.section--hero-img .wovn-languages.visible .nav-dropdown {
  opacity: 1;
  pointer-events: visible;
  z-index: 1;
  border: none;
  color: #000;
  top: 0;
  transform: translateY(0);
  background: #fff;
  padding: 10px 10px 0;
}
.section--hero-img .wovn-languages.visible .nav-dropdown .list--language li {
  display: block;
  transition: opacity 0.4s;
  margin-bottom: 10px;
  color: #000;
}
.section--hero-img .wovn-languages.visible .nav-dropdown .list--language li.selected {
  pointer-events: none;
  background: transparent;
  padding: 0;
  opacity: 0.5;
  transition: none;
}
.section--hero-img .popup--language {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 110;
  opacity: 0;
  transition: 0.5s;
  background-color: rgba(0, 0, 0, 0);
  pointer-events: none;
}
.section--hero-img .popup--language.visible {
  pointer-events: auto;
  opacity: 1;
  transition-delay: 1s;
  background-color: rgba(0, 0, 0, 0.5);
}
.section--hero-img .popup--language .popup--language__box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
}
.section--hero-img .popup--language .popup--language__area {
  padding: 2em 2.2em;
}
.section--hero-img .popup--language .popup--language__approval {
  padding: 1.3em 2.2em;
  background: #fff;
}
.section--hero-img .popup--language .popup--language__approval .approval--btn {
  display: inline-block;
  background-color: #3f3f3f;
  color: #fff;
  cursor: pointer;
}
.section--hero-img .popup--language .popup--language__tit {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0.7em;
}

.section--contents {
  background: url("/static/yorushika/fanclub/pc_introduce/bg_contents.jpg");
  background-size: 500px;
  font-size: 14px;
  padding: 100px 0;
  position: relative;
  z-index: 10;
}
.section--contents .section-tit {
  display: block;
  position: absolute;
  opacity: 0;
  transition: 0.4s 0.2s;
}
.section--contents .list--contents {
  display: flex;
  justify-content: baseline;
  align-items: baseline;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto;
}
.section--contents .list--contents li {
  display: block;
  width: 48%;
  opacity: 0;
  transform: translate(-60px, 60px) skewY(-5deg);
  transition: 0.6s;
}
.section--contents .list--contents li.started {
  opacity: 1;
  transform: translate(0, 0) skewY(0deg);
}
.section--contents .list--contents li::after, .section--contents .list--contents li::before {
  content: "";
  display: block;
  width: 74vw;
  height: 1px;
  background: url("/static/yorushika/fanclub/pc_introduce/long.svg");
  background-repeat: repeat-x;
  position: absolute;
  top: 4px;
  left: 1vw;
  z-index: 12;
}
.section--contents .list--contents li::after {
  top: inherit;
  bottom: 1vw;
}
.section--contents .list--contents li .inner--text {
  background: url("/static/yorushika/fanclub/pc_introduce/bg_contents_list.png");
  background-size: 235px 65px;
  position: relative;
  z-index: 10;
}
.section--contents .list--contents li .inner--text::after, .section--contents .list--contents li .inner--text::before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 2vw);
  background: url("/static/yorushika/fanclub/pc_introduce/short.svg");
  background-repeat: repeat-y;
  position: absolute;
  top: 4px;
  left: 1vw;
  z-index: 12;
}
.section--contents .list--contents li .inner--text::after {
  left: inherit;
  right: 1vw;
}
.section--contents .list--contents li .inner--text .content--title {
  font-size: 16px;
  font-family: "Martel", serif;
  font-weight: 700;
  position: relative;
}
.section--contents .list--contents li .inner--text .content--title::after {
  content: "";
  background-image: url("/static/yorushika/fanclub/pc_introduce/content_line.svg");
  background-repeat: no-repeat;
  width: 100px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.section--attention {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56%;
  min-width: 600px;
  color: #fff;
  border: 1px solid;
  padding: 40px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  margin-bottom: 80px;
}
.section--attention .section-tit {
  width: 20vw;
  margin-right: 3vw;
}
.section--attention .section-tit img {
  width: 100%;
  line-height: 0;
}
.section--attention .block--attention {
  width: 100%;
  height: 100%;
}
.section--attention .block--attention .pay {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  border-bottom: 1px solid;
  padding-bottom: 18px;
}
.section--attention .block--attention .pay span {
  font-weight: normal;
  font-size: 12px;
}
.section--attention .block--attention .list--attention {
  padding-left: 17px;
}
.section--attention .block--attention .list--attention li {
  list-style-image: url("/static/yorushika/fanclub/pc_introduce/check.svg");
  font-size: 12px;
  line-height: 1.8;
  margin-bottom: 5px;
}

footer {
  display: flex;
  justify-content: space-between;
  padding: 50px;
  position: relative;
  z-index: 30;
  letter-spacing: 0.07em;
}
footer .link--official {
  margin-top: 10px;
  margin-bottom: 50px;
}
footer .link--official a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  position: relative;
}
footer .link--official a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: -8px;
  left: 0;
}
footer .copyright {
  font-size: 10px;
  color: #fff;
  margin-top: 10px;
}

/* pc
------------------------------ */
@media screen and (min-width: 960px) {
  /* PC */
  .sp {
    display: none;
  }
  .section--hero-img {
    z-index: 2;
    min-height: 900px;
  }
  .section--hero-img .block--book {
    width: 900px;
    height: 670px;
  }
  .section--hero-img .block--book .block-tit {
    width: 220px;
    height: 240px;
    right: 146px;
    left: inherit;
    top: 230px;
  }
  .section--hero-img .block--book .block--text {
    width: 30px;
    font-size: 13px;
    left: 258px;
    top: 204px;
  }
  .section--hero-img .block--book .block--text .date {
    color: #B19D70;
  }
  .section--hero-img .block--book .block--text .open {
    color: #433C33;
  }
  .section--contents {
    position: relative;
    width: 70%;
    box-shadow: 41px 36px 32px -33px rgba(48, 31, 16, 0.5);
    margin: 0 auto -60px;
  }
  .section--contents .section-tit {
    width: 500px;
    top: -60px;
    left: -3%;
  }
  .section--contents .list--contents li {
    display: block;
    position: relative;
    margin-bottom: 50px;
    box-shadow: 6px 22px 10px -18px rgba(47, 35, 19, 0.2);
  }
  .section--contents .list--contents li:nth-child(even) {
    margin-left: 4%;
    transform: translate(60px, 110px) skewY(5deg);
  }
  .section--contents .list--contents li.started:nth-child(even) {
    transform: translate(0, 50px) skewY(0deg);
  }
  .section--contents .list--contents li::after, .section--contents .list--contents li::before {
    width: calc(26.5vw - 15px);
    top: 8px;
    left: 8px;
  }
  .section--contents .list--contents li::after {
    top: inherit;
    bottom: 8px;
  }
  .section--contents .list--contents li .inner--text::after, .section--contents .list--contents li .inner--text::before {
    height: calc(100% - 16px);
    top: 8px;
    left: 8px;
  }
  .section--contents .list--contents li .inner--text::after {
    left: inherit;
    right: 8px;
  }
  .section--contents .inner--text {
    width: 100%;
    padding: 30px;
  }
  .section--contents .inner--text p {
    font-size: 13px;
  }
  .section--contents .inner--text .content--title {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .link--official a::after {
    bottom: -3px;
    transition: 0.3s;
    transform-origin: left;
    transform: scaleX(1);
  }
  .link--official a:hover::after {
    transform: scaleX(0);
  }
}
/* sp
------------------------------ */
@media screen and (max-width: 959px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  body {
    font-size: 12px;
  }
  .section--hero-img {
    overflow: hidden;
  }
  .section--hero-img .block--book {
    width: 120vw;
    height: 110vw;
    background-position: 6vw;
    background-size: cover;
    position: absolute;
    left: 0%;
    margin-top: -4vw;
  }
  .section--hero-img .block--book .block-tit {
    width: 34vw;
    height: 39vw;
    left: 31vw;
    top: 50vw;
    transform-style: preserve-3d;
    transform: rotate3d(-1, 3, 0, -14deg);
    transition: 1s 3s;
  }
  .section--hero-img .block--book .block--text {
    width: 3vw;
    height: 26vw;
    right: inherit;
    top: 16vw;
    left: 43.5vw;
    transition: 0.8s 2s;
  }
  .section--hero-img .arrow {
    width: 5vw;
    position: absolute;
    top: 72%;
    left: 2%;
  }
  .section--hero-img .arrow img {
    width: 100%;
  }
  .section--contents {
    margin: 0 6% -20vw;
    position: relative;
    padding: 17vw 6% 10vw;
    background-size: 400px;
    box-shadow: 41px 36px 32px -33px rgba(48, 31, 16, 0.5);
    font-size: 13px;
  }
  .section--contents .section-tit {
    width: 70%;
    top: -5vw;
    left: -3%;
  }
  .section--contents .list--contents {
    display: block;
    width: 100%;
  }
  .section--contents .list--contents li {
    width: 100%;
    box-shadow: 6px 22px 10px -18px rgba(47, 35, 19, 0.2);
    position: relative;
  }
  .section--contents .list--contents li:nth-child(even) {
    top: inherit;
  }
  .section--contents .list--contents li:not(:last-child) {
    margin-bottom: 10px;
  }
  .section--contents .list--contents li .inner--text {
    font-size: 16px;
    padding: 28px 30px 35px;
  }
  .section--contents .list--contents li .inner--text .content--title {
    font-size: 19px;
    margin-bottom: 5px;
  }
  .section--attention {
    margin: 0 auto 30px;
    width: 90%;
    border: 1px solid;
    padding: 20px;
  }
  footer {
    flex-direction: column;
  }
  footer p {
    text-align: center;
  }
}
/* animation
------------------------------*/
body .section--hero-img {
  opacity: 0;
}
body .section--hero-img .block--book {
  transform: translate(-80px, 80px) skewY(-5deg);
  opacity: 0;
  transition: 0.8s 0.8s;
}
body .block--text {
  opacity: 0;
  filter: blur(4px);
  transition: 0.8s 2.6s;
}
body .block-tit {
  opacity: 0;
  filter: blur(4px);
  transition: 0.8s 2s;
}
body .section--contents {
  transition: 1.6s 3.2s;
}
body.loaded .section--hero-img {
  opacity: 1;
  transition: 0.4s;
}
body.loaded .section--hero-img .block--book {
  opacity: 1;
  transform: translateY(0) skewY(0deg);
}
body.loaded .section--hero-img .block--book .block-tit,
body.loaded .section--hero-img .block--book .block--text {
  opacity: 1;
  filter: blur(0);
}
body.loaded .section--contents {
  transform: translateY(-24vh);
}
body.loaded.finished .section--hero-img .block--book {
  transition: none;
}
body.loaded.finished .block-tit,
body.loaded.finished .block--text {
  transition: none;
}
body.loaded.overlay .section--contents {
  transition: none;
}
body.loaded.overlay .section--contents .section-tit.started {
  opacity: 1;
}

/* sp
------------------------------ */
@media screen and (max-width: 560px) {
  body.loaded .section--contents {
    transform: translateY(-60vw);
  }
}/*# sourceMappingURL=fanclub-pc-service.css.map */