/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

@charset "UTF-8";
@keyframes detailModalOpen {
  from {
    height: auto;
    opacity: 0; }
  to {
    height: auto;
    opacity: 1; } }

@keyframes detailModalClose {
  from {
    height: auto;
    opacity: 1; }
  to {
    height: auto;
    opacity: 0; } }

@keyframes loadingClose {
  from {
    height: 100%;
    opacity: 1; }
  to {
    height: 100%;
    opacity: 0; } }

body {
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%; }

.wrapper {
  font-family: sans-serif;
  font-size: 16px;
  line-height: 1.5; }

.main {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: filter 0.2s; }
  .main[data-background="true"] {
    filter: blur(10px); }

.main__canvas {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -ms-touch-action: auto !important;
      touch-action: auto !important; }

.main__frame {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 8px solid #9c9069;
  pointer-events: none; }

.main__left-root {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.main__left-content {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  top: 0;
  right: 0;
  height: 900px;
  transform-origin: 100% 0%; }

.main__nav, .main__nav--left, .main__nav--right {
  position: absolute;
  top: 50%;
  width: 128px;
  height: 128px;
  margin-top: -64px;
  background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/3d17794426468c7c5c1fa9da3fadbe69.png);
  background-repeat: no-repeat;
  cursor: pointer; }
  .main__nav span, .main__nav--left span, .main__nav--right span {
    display: none; }
  .main__nav[data-active="false"], .main__nav--left[data-active="false"], .main__nav--right[data-active="false"] {
    display: none; }

.main__nav--left {
  left: 0%;
  margin-left: -64px; }

.main__nav--right {
  right: 0%;
  margin-right: -64px; }

.main__tag {
  position: absolute;
  top: 0;
  right: 0;
  transform-origin: 100% 0%; }
  .main__tag:before {
    content: '';
    display: block;
    width: 62px;
    height: 79px;
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/fbc0bd4a6ba0754a8121f7f5217c2480.png);
    background-repeat: no-repeat;
    margin-right: 10px; }

.main__opening {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 1;
  transition: opacity 0.5s; }
  .main__opening[data-active="false"] {
    opacity: 0;
    pointer-events: none; }

.dictionary {
  position: relative;
  background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/de6679a91eea460f660d3c163e82beb7.png);
  background-repeat: repeat-x;
  background-position: 100% 50%;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  text-orientation: mixed; }
  .dictionary:before {
    content: '';
    display: block;
    width: 608px;
    height: 900px;
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/886fd5fc442921ebe41475ae41f363d6.png);
    background-repeat: no-repeat;
    background-size: contain; }

.dictionary__inner {
  position: relative;
  margin: 42px 30px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 0px;
  padding-left: 50px;
  border-color: #a89b71;
  border-width: 4px;
  border-style: solid none solid solid;
  overflow: hidden; }
  .dictionary__inner:before {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 2px;
    right: 0;
    bottom: 2px;
    border-color: #a89b71;
    border-width: 1px;
    border-style: solid none solid solid;
    pointer-events: none; }

.dictionary__label {
  font-family: serif;
  position: relative;
  padding: 0px 12px;
  padding-top: 90px;
  margin-right: 10px;
  border: solid 2px #9d8d76;
  background-color: #9d8d76;
  line-height: 1;
  color: #f3f1e9;
  font-weight: bold;
  font-size: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  transition-property: color, background-color;
  transition-duration: 0.2s; }
  body.font-g .dictionary__label {
    font-family: 'Noto Serif JP', serif; }
  .dictionary__label:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    border-bottom: 9px solid #9d8d76;
    border-top: 2px solid #f3f1e9; }
  .dictionary__label:first-child {
    margin-right: 0; }
  .dictionary__label .dictionary__label-close {
    width: 100%;
    height: 55px;
    position: absolute;
    background: #fff;
    left: 0;
    top: 0;
    transition-property: background-color;
    transition-duration: 0.2s; }
    .dictionary__label .dictionary__label-close:before, .dictionary__label .dictionary__label-close:after {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 36px;
      height: 2px;
      background-color: #9d8d76;
      transition: background-color 0.2s; }
    .dictionary__label .dictionary__label-close:before {
      transform: translate(-50%, -50%) rotate(0deg); }
    .dictionary__label .dictionary__label-close:after {
      transform: translate(-50%, -50%) rotate(90deg); }
  .dictionary__label[data-active="true"] {
    background-color: #f3f1e9;
    color: #9d8d76; }
    .dictionary__label[data-active="true"]:after {
      border-top-color: #9d8d76; }
    .dictionary__label[data-active="true"] .dictionary__label-close {
      background-color: #9d8d76; }
      .dictionary__label[data-active="true"] .dictionary__label-close:before {
        background-color: #fff;
        transform: translate(-50%, -50%) rotate(45deg); }
      .dictionary__label[data-active="true"] .dictionary__label-close:after {
        background-color: #fff;
        transform: translate(-50%, -50%) rotate(135deg); }

.dictionary__group {
  overflow: hidden;
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transition-timing-function: cubic-bezier(0, 1, 1, 1);
  opacity: 0;
  transform: translateX(20px); }
  .dictionary__group[data-active="true"] {
    opacity: 1;
    transform: translateX(0px); }

.term {
  font-family: serif;
  margin-right: 60px;
  font-size: 15px; }
  body.font-g .term {
    font-family: 'Noto Serif JP', serif; }
  .term:first-child {
    margin-right: 25px; }
  .term:last-child {
    margin-left: 90px; }

.term__title {
  position: relative;
  font-size: 25px;
  font-weight: bold; }

.term__exp {
  position: absolute;
  bottom: 15px;
  right: -11px;
  display: block;
  width: 108px;
  height: 108px;
  background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/ccfd828c690a52d54591a1c2f2f89fbb.png);
  cursor: pointer; }

.term__main {
  margin-top: 25px;
  margin-bottom: 25px; }

.term__catch {
  margin-right: 5px;
  color: #944541;
  font-weight: bold;
  font-size: 25px; }

.term__content {
  margin-left: 15px;
  margin-right: 5px;
  display: -ms-flexbox;
  display: flex;
  background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/5b5e5351fac7aa7273beac5b996124e2.gif);
  background-repeat: no-repeat;
  background-position: 50% 150px; }

.term__image {
  width: 226px;
  height: 320px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }
  .term[data-active="true"] .term__image[data-works="1"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/79e16d6248a5a898db7c49c22874c1e1.jpg); }
  .term[data-active="true"] .term__image[data-works="2"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/0f322341ac8a0153da2fba5af5c146a8.jpg); }
  .term[data-active="true"] .term__image[data-works="3"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/3cc42e8fd97f6541198643c54621c892.jpg); }
  .term[data-active="true"] .term__image[data-works="4"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/03136188f45ffc884fc748506217e11f.jpg); }
  .term[data-active="true"] .term__image[data-works="5"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/1d5d6303eda5cec4bc48935217ff218a.jpg); }
  .term[data-active="true"] .term__image[data-works="8"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/97c31ced6f05fe24ffffaf1e5b9d793d.jpg); }
  .term[data-active="true"] .term__image[data-works="9"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/502854eb08e90745c503b45384c68c5e.jpg); }
  .term[data-active="true"] .term__image[data-works="10"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/d589598c95308dc1946d093ed53d6839.jpg); }
  .term[data-active="true"] .term__image[data-works="11"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/c5a70eb4b96ff7286a4581ed551e3663.jpg); }
  .term[data-active="true"] .term__image[data-works="12"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/c846a9ba142e27843482ebbca95dcda0.jpg); }
  .term[data-active="true"] .term__image[data-works="13"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/106cd441ade29608a0bd01d2211351fd.jpg); }
  .term[data-active="true"] .term__image[data-works="15"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/f7addc222b63a29fbe1b5e290d54dff0.jpg); }
  .term[data-active="true"] .term__image[data-works="16"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/7a114b5896f892b7b4a2bd4136c434b8.jpg); }
  .term[data-active="true"] .term__image[data-works="17"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/4c8f0d813dde648fba577c275a4b1bbb.jpg); }
  .term[data-active="true"] .term__image[data-works="18"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/2bedec5c93e12b08160a4d17df87962f.jpg); }
  .term[data-active="true"] .term__image[data-works="19"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/87dec6edeb3228162e0224890823c6ab.jpg); }
  .term[data-active="true"] .term__image[data-works="21"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/6c38c030e6f231d5e145de454786ccb0.jpg); }
  .term[data-active="true"] .term__image[data-works="22"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/ee50c3951c7b198f36936432b99e2981.jpg); }
  .term[data-active="true"] .term__image[data-works="23"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/3c2b5e5cbc913aa9af656ea5c19e3b44.jpg); }
  .term[data-active="true"] .term__image[data-works="24"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/9acb8337bbeeb17dc55f5738a3658806.jpg); }
  .term[data-active="true"] .term__image[data-works="25"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/701a874baa136e934a180e85c3e9a289.jpg); }
  .term[data-active="true"] .term__image[data-works="26"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/113ee8671d299c0df578b197ba72786d.jpg); }
  .term[data-active="true"] .term__image[data-works="28"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/96c5bc1da870fe75f6b75ee73b24eea8.jpg); }
  .term[data-active="true"] .term__image[data-works="29"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/5145dc644ab11003d7a70ee9b484ccba.jpg); }
  .term[data-active="true"] .term__image[data-works="30"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/1ae061539549a5322cb491980cfb9a07.jpg); }
  .term[data-active="true"] .term__image[data-works="31"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/90945667297e066819a3cfce6112c707.jpg); }
  .term[data-active="true"] .term__image[data-works="32"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/97c0d4829402e232dd94304eb1cdc457.jpg); }
  .term[data-active="true"] .term__image[data-works="33"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/3962a6440e435d3df123d61bd3dd5f55.jpg); }
  .term[data-active="true"] .term__image[data-works="34"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/440d5a02e544e3123957811bf6092829.jpg); }
  .term[data-active="true"] .term__image[data-works="35"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/5684337a90cf9cba570d99789c94fd93.jpg); }
  .term[data-active="true"] .term__image[data-works="36"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/902b0b5eaebf824b21764a187caea6f2.jpg); }
  .term[data-active="true"] .term__image[data-works="38"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/0b8d1d97188b9dca4a938fa1a27d5b68.jpg); }
  .term[data-active="true"] .term__image[data-works="39"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/19b120ba4e87df2c80bf212042dd1b50.png); }
  .term[data-active="true"] .term__image[data-works="40"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/b37407dd22ad0d992deb11b6133859e0.jpg); }
  .term[data-active="true"] .term__image[data-works="41"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/45f980c0b5ebff6c100e805b7108e260.jpg); }
  .term[data-active="true"] .term__image[data-works="42"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/dcc40fe0a4dbaa52f15578736537a465.jpg); }
  .term[data-active="true"] .term__image[data-works="43"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/9cb742c4e914bb7aa734a20c40a34e14.png); }
  .term[data-active="true"] .term__image[data-works="46"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/a01884a27f8fc827d87b9ffd56445c9d.jpg); }
  .term[data-active="true"] .term__image[data-works="47"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/e9007ff36b767d5436067de1cd7a9b40.jpg); }
  .term[data-active="true"] .term__image[data-works="49"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/8824f5fc84c21fdf8bc8f03b8f249fcc.jpg); }
  .term[data-active="true"] .term__image[data-works="50"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/1013f989fdb131e02ba5375d53871d10.jpg); }
  .term[data-active="true"] .term__image[data-works="51"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/28de90b5d2d38734e6312ec07cf68b59.jpg); }
  .term[data-active="true"] .term__image[data-works="52"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/f55b51d69f7deae1e287d928293d9b9c.jpg); }
  .term[data-active="true"] .term__image[data-works="53"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/494317733095f6edce653d1984445407.jpg); }
  .term[data-active="true"] .term__image[data-works="54"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/fc9c38464a4d3dc3545417d4e7bd5207.jpg); }
  .term[data-active="true"] .term__image[data-works="55"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/7309c2992995c11ebf33a0903059fd2c.jpg); }
  .term[data-active="true"] .term__image[data-works="56"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/00db789b483f67c0fd32d49b8878e3f8.jpg); }
  .term[data-active="true"] .term__image[data-works="57"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/ac8963c3b43fec8bed87b8fe5c03fb73.png); }
  .term[data-active="true"] .term__image[data-works="59"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/13c3be9ddcd62b1fad8a4b408acee6a9.jpg); }
  .term[data-active="true"] .term__image[data-works="60"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/7442f34f47f2c6925f1c7d966ef7c8b8.jpg); }
  .term[data-active="true"] .term__image[data-works="61"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/649c98f7fea55200ed3710ab4776d05e.jpg); }
  .term[data-active="true"] .term__image[data-works="62"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/a5b609680ed8080fbac05f9875f20660.png); }
  .term[data-active="true"] .term__image[data-works="63"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/b0eef655f3d2cf24d4073f9e3d19eba5.jpg); }
  .term[data-active="true"] .term__image[data-works="64"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/578a00fa581e5f67c85fc1a1ed160c9e.jpg); }
  .term[data-active="true"] .term__image[data-works="65"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/9d132d44ed926bb1d71dc5281f4c89fd.jpg); }
  .term[data-active="true"] .term__image[data-works="66"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/64812fe2cf6d3e85bf3d379d50344105.jpg); }
  .term[data-active="true"] .term__image[data-works="67"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/d956202a815249cf6fcb50e63748fabe.jpg); }
  .term[data-active="true"] .term__image[data-works="68"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/5626e01dd72232b2581008d57c55aad0.jpg); }
  .term[data-active="true"] .term__image[data-works="69"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/02bd9c7d41906f0429a9e20fa53d98d2.jpg); }
  .term[data-active="true"] .term__image[data-works="14"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/841c1da17b03fee2bcdea73328a5a340.png); }
  .term[data-active="true"] .term__image[data-works="20"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/49d66ab113b56b4478cbd80b54a518c8.jpg); }
  .term[data-active="true"] .term__image[data-works="27"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/3505cc1bf5faf00a5295bc6109b8fb62.jpg); }
  .term[data-active="true"] .term__image[data-works="37"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/0ab9abd4ea34a025db9dda4eeea9db83.jpg); }
  .term[data-active="true"] .term__image[data-works="44"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/27daa5f3168c193db132d240d0555c84.png); }
  .term[data-active="true"] .term__image[data-works="45"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/90818d1a2fe22d1287e2bee20ad165c2.jpg); }
  .term[data-active="true"] .term__image[data-works="48"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/4094fe2c9785664b3e4dd9138897883f.jpg); }
  .term[data-active="true"] .term__image[data-works="58"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/83544845cb29fe95243dd379631813ca.jpg); }
  .term[data-active="true"] .term__image[data-works="6"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/c599d2e304dead922acd7c190d72c8c6.jpg); }
  .term[data-active="true"] .term__image[data-works="7"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/26c2647b8bfe91cf6e1dd94e84593d38.jpg); }
  .term[data-active="true"] .term__image[data-works="70"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/27e5655a9fd1034a485319945576e098.jpg); }
  .term[data-active="true"] .term__image[data-works="71"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/02f735b5ca063687b0dde2cac5898bb0.jpg); }
  .term[data-active="true"] .term__image[data-works="72"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/671e29cd47aeff4092822e6382f09322.jpg); }
  .term[data-active="true"] .term__image[data-works="73"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/46bb7b76f73f3b4196b53bec6728c71b.png); }
  .term[data-active="true"] .term__image[data-works="74"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/eaea168c0fa765d8144ca9d4ae0badcd.jpg); }
  .term[data-active="true"] .term__image[data-works="75"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/9a84c58e8050122f012d4e7e77658832.jpg); }
  .term[data-active="true"] .term__image[data-works="76"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/f3e1639424d3f4769c15cccfbde87d49.jpg); }
  .term[data-active="true"] .term__image[data-works="77"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/3a0aafdff4d8ee84fd5fe71a0adfd740.jpg); }
  .term[data-active="true"] .term__image[data-works="79"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/42c01d8f828f6bfa973f375d552e2cc4.jpg); }
  .term[data-active="true"] .term__image[data-works="80"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/f3991f92103a1263d377d1f25463e8db.jpg); }
  .term[data-active="true"] .term__image[data-works="81"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/a09a3d37dbc7d594d1480b8c22597f3b.jpg); }
  .term[data-active="true"] .term__image[data-works="82"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/fce62c7831da4bca56d5b5918b1fd5b2.png); }
  .term[data-active="true"] .term__image[data-works="83"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/b9166344960af6c5ca69209296aa6fd5.png); }
  .term[data-active="true"] .term__image[data-works="84"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/2783c50aebd59f9efe21447140a72677.jpg); }
  .term[data-active="true"] .term__image[data-works="85"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/a2a0a7043131b4559e7e28a1d0ae2eae.png); }
  .term[data-active="true"] .term__image[data-works="86"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/a09dc39e3c4023d5f6605ac6d97bbedf.jpg); }
  .term[data-active="true"] .term__image[data-works="87"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/19b4f4fb1d7f1c8d499a7ced13c248eb.jpg); }
  .term[data-active="true"] .term__image[data-works="88"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/aa8fbd656c5543ab9efaa264c2fa9594.jpg); }
  .term[data-active="true"] .term__image[data-works="89"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/07cbae725350584666dce8459d41eb61.jpg); }
  .term[data-active="true"] .term__image[data-works="90"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/e4c900fc76458258e9c69f8f2e952dea.jpg); }
  .term[data-active="true"] .term__image[data-works="91"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/08ba62a7424e78a735ad110cc90bfb41.jpg); }

.term__sub {
  font-size: 16px; }
  .term__sub em {
    font-size: 70%; }

.term__desc {
  margin-top: 20px; }

.term__action {
  display: -ms-flexbox;
  display: flex; }

.term__btn, .term__btn--official, .term__btn--trial {
  display: block;
  width: 61px;
  height: 338px;
  margin-bottom: 30px; }
  .term__btn span, .term__btn--official span, .term__btn--trial span {
    display: none; }
  .term__btn:last-child, .term__btn--official:last-child, .term__btn--trial:last-child {
    margin-bottom: 0; }

.term__btn--official {
  background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/0dede364f8a217f1213223804bedd064.png); }

.term__btn--trial {
  background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/f75ab1a2b530d78b5d45722242b75bcf.png); }

.sticker {
  position: absolute;
  top: 0px;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  transform-origin: 0% 0%;
  padding-top: 48px;
  opacity: 0;
  transition: opacity 0.2s; }
  .sticker[data-active="true"] {
    opacity: 1; }

.sticker__item {
  font-family: serif;
  padding: 8px 5px;
  margin-bottom: 9px;
  font-size: 16px;
  line-height: 1;
  background-color: #cbc1b7;
  color: #f3f1e9;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer; }
  body.font-g .sticker__item {
    font-family: 'Noto Serif JP', serif; }
  .sticker__item[data-active="true"] {
    padding: 18px 8px;
    background-color: #9d8d76;
    font-size: 30px; }

.overlay {
  position: relative;
  overflow: hidden;
  height: 0; }
  .overlay[data-active="false"] {
    animation: detailModalClose 0.2s; }
  .overlay[data-active="true"] {
    height: auto;
    animation: detailModalOpen 0.2s; }

.modal, .modal--detail, .modal--exhibition-detail, .modal--mokuji, .modal--about-exhibition {
  position: relative;
  font-size: 24px;
  line-height: 1.54167;
  background-color: #f3f1e9; }

.modal--exhibition-detail {
  background: #fff; }

.modal--about-exhibition {
  background: linear-gradient(90deg, #f4f4f4, #ffffff); }

.modal__close {
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right top; }
  .modal__close span {
    display: none; }

.detail__main {
  background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/5b5e5351fac7aa7273beac5b996124e2.gif);
  background-repeat: no-repeat; }

.detail__illust {
  pointer-events: none;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }
  .overlay[data-active="true"] .detail__illust[data-works="1"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/9f0a88bb8d7d13e91dd97aed45c39421.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="10"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/68b545c97ae99945f948d3b5cd89940e.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="100"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/074f1a7f195055a350345bf3debc2772.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="101"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/981fdf8f4035412636b1d30e03d5617a.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="102"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/106cd441ade29608a0bd01d2211351fd.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="103"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/86e059211bd4daa4e3b831ac66354445.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="104"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/e95c8f27576d0900fd9ca92118fb65d1.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="105"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/a01884a27f8fc827d87b9ffd56445c9d.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="106"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/18abb7aa954cd729b719a516f25be64a.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="107"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/6597f6c826ddbf3bd6df2cedf7fbf312.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="11"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/24c476eeb0cf5cb291c9f4d835baf4d0.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="12"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/81406068b4b1d376f0d350de6afc45f7.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="13"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/a8f19c19987c564dc5a58559655a474f.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="14"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/28940e0950546f1bc07e2fcc4b059f78.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="15"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/baf0ebeaa8927c34e5aad6e69315df1f.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="16"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/2483a3402d5bb400b2c3285aa83d31d2.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="17"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/87af0066fa8ff8fd78a7f9f982c1629c.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="18"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/58e94db9dc1e488a19246de297c22318.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="19"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/2c36345c518f2e29e641fb0430092ce8.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="2"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/d8946a77b7708830b6a480c15aa99df3.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="20"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/fecb46c873f7318f7828b848691d1123.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="21"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/fecd6986be2423ba0085efbf56d96496.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="22"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/86ec4656893c89fac768a64f98ce2dff.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="23"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/d04ae58754da4163b1a0e496740f14e4.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="24"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/3b5e75f9802f54cec1eb56a6ce859444.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="25"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/1e62d23aea12e31f6065b03ba4932565.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="26"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/afc2e384bee5554c2c3a1147797b2b18.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="27"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/170bc930c0f8d2d3ffbbc41b7c8a5531.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="28"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/37ae0bfe8d11a65009d1a3b965fbd729.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="29"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/9f43886047145a41bd9beff822ee0b39.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="3"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/280097283437d93d5972449091c1c9b9.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="30"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/324467028fa863e6df63d7f8938f45a6.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="31"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/89fae554b7bfe01ee982086e8a7f95ea.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="32"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/edc645599f204b49d872b1d052ce3253.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="33"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/0079175f15cd7683a312a2a2a7d82e16.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="34"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/3b971f5e2d2345181300743afcc14618.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="35"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/c9470452938fcb395f81e98cc352ddbe.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="36"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/c2ca08cc96d603de00982c26aede17c1.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="37"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/8e4c1aa5361c0b087a8ac795bb3daeb9.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="38"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/c9d455b8712aa68325789167cc9a8290.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="39"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/7e8c63f9c13c487829539b1efd938848.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="4"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/07cf3a7ad1783daca28eb34a35986972.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="40"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/1300eeba70ed65fae68483514c013522.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="41"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/436d0a1036724a04e51941627df08ac7.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="42"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/2fe22a2059e08b8534be5d16b2566975.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="43"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/e9f25f9ac10d780c1c88d10f1b40f959.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="44"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/8a483cc1b3aef9facbe6de8bcecb0e19.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="45"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/9f06ee223ca24310a13df9334b89d5bb.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="46"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/3480f769f58280cf25ac722c19bfdf06.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="47"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/a5fe9197f507c3cd72280b1056d40be9.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="48"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/a72a31c7c206c9fe679a063d8318c10b.png); }
  .overlay[data-active="true"] .detail__illust[data-works="49"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/eb95fff14c7c59adce10f48716030949.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="5"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/e14855ad8986075a127a384329b9b5bf.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="50"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/cde111d5418b9682aeeafcc9e600e3f3.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="51"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/5c14d6bdcf8d5d7c4ce1775388efe36f.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="52"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/415977d930d36b6d33c5c1edc92e04c4.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="53"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/aea256fb7898254b58afae1caa2ccc3c.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="54"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/b3965d10a186f880a2a7542b10e0c810.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="55"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/2db05c9c18a9c3df3a85dae0e167efd7.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="56"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/dceb1e8b2737771acc685249e23f8a9d.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="57"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/d511c3b2cb1a96f79c7865998fdb4b41.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="58"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/3c41df617e6e37d47cac1346d086174d.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="59"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/11e78ae0a5734ac83cb3ce17da3532b7.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="6"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/eaa08aab1a7da3953330c8cfe5ebfbf6.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="60"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/be33cd0141c1d7650cdd90e88395dc9a.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="61"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/52fa3b29f975b523fbb92cf8a15f87ef.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="62"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/60c35b0f765020f3c8e7bd0aff6a5643.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="63"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/5e2683083a5ff9cc050ca1f876e78578.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="64"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/5b35c4fa6ee33bb4679e06df2566a1b6.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="65"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/9055c0d3928180e58c7997a678ab828d.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="66"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/90183a630d005a2663b688f42a98796d.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="67"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/a3df3f959168a50970043d79070c9fb2.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="68"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/b7740104175cb7075ee980142eb25d7c.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="69"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/024dffb537a4898cbc39a60c0d2c4322.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="7"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/4dd4e3a5c5324db0829fcb97be168962.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="70"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/67e9d5928ae93216f33c8f18e79981aa.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="71"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/7165fb793e478264b302d079803202b0.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="72"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/4473daffc8126d9fb0424647d10481a3.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="73"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/b9949c03c007d82742a2b35e34d6b414.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="74"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/3e16d62c012d2e4e00d2b929cb5efecf.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="75"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/e55e746394c1729070f87d3ac686ce13.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="76"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/4896a2bc448949b2a1d2acafe9fc8108.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="77"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/2a84dab8ed758fba22de727197c80152.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="78"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/d5542298cabe3bd74fc1cbc7c0cca0c6.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="79"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/d8f039afd04c4a0a6e11574d89874db2.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="8"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/700a68e6719f47b472251f4c66bee43f.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="80"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/39d78bcafe7b69cac8d0479c78d79412.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="81"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/23680c5958903ca4ffef2a2ea5958679.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="82"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/5f129328e079966887ebdbffb330815e.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="83"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/1ac341d7847a688964b46b92a4610004.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="84"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/daaa1b81b27679978547eff6f81e812f.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="85"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/78956f213487bad861c323ed647175ab.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="86"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/cf336339f49a731d52c4699c0c1166b6.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="87"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/1e45b120d0d1c6082fd8430f41f3d033.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="89"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/9a5304a10b676f59d4e49afb3dfde583.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="9"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/5e340bf10cf4ecbc5abbfa81fffcd7a0.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="90"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/e26bb7261cece5e5c851544e064be1c5.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="91"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/32775f32e3c5198c96c9d5a64cdb187d.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="92"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/440d5a02e544e3123957811bf6092829.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="93"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/4d7bd4528dc2b0d18f522791e7bbaa98.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="94"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/5e72ac28a0672be624962dd27308b37a.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="95"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/709653708f314fe040e5fb50cf1611e1.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="96"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/1d657625f491b1c6b6a6149dc601b8dc.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="97"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/f4eee53232a9ff2ebffabd4634b1af23.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="98"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/8905b4a9287cfeb4e46120fd99b027bf.jpg); }
  .overlay[data-active="true"] .detail__illust[data-works="99"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/b1375f87d67803a14d4096914f82a706.jpg); }

.detail__head {
  font-family: serif;
  margin-bottom: 24px; }
  body.font-g .detail__head {
    font-family: 'Noto Serif JP', serif; }

.detail__title {
  font-weight: bold; }

.detail__footer {
  margin-top: 30px; }

.detail__button, .detail__button--official, .detail__button--trial, .detail__button--latest, .detail__button--next {
  display: block;
  background-repeat: no-repeat; }
  .detail__button span, .detail__button--official span, .detail__button--trial span, .detail__button--latest span, .detail__button--next span {
    display: none; }

.mokuji {
  font-family: serif; }
  body.font-g .mokuji {
    font-family: 'Noto Serif JP', serif; }

.mokuji__logo:before {
  content: '';
  display: block;
  margin: auto;
  background-repeat: no-repeat; }

.mokuji__logo span {
  display: none; }

.mokuji__title {
  margin-bottom: 30px;
  text-align: center;
  font-weight: normal;
  letter-spacing: 0.5em; }

.mokuji__sub-title {
  margin-top: 40px;
  margin-bottom: 15px;
  color: #a89b71;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.2em; }
  .mokuji__sub-title:before, .mokuji__sub-title:after {
    content: ' \2015   '; }

.mokuji__link, .mokuji__link--tw, .mokuji__link--li, .mokuji__link--official {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  margin-bottom: 25px;
  margin-right: 20px;
  color: inherit;
  text-decoration: none;
  cursor: pointer; }
  .mokuji__link span, .mokuji__link--tw span, .mokuji__link--li span, .mokuji__link--official span {
    display: block;
    width: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .mokuji__link:last-child, .mokuji__link--tw:last-child, .mokuji__link--li:last-child, .mokuji__link--official:last-child {
    margin-bottom: 0; }
  .mokuji__link:before, .mokuji__link--tw:before, .mokuji__link--li:before, .mokuji__link--official:before {
    content: '';
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/1522d0f684348df5eae96612b1f1280f.png);
    left: 100%;
    top: 50%; }
  .mokuji__link:after, .mokuji__link--tw:after, .mokuji__link--li:after, .mokuji__link--official:after {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    height: 0;
    width: 100%;
    border-bottom: 1px solid #000;
    content: '';
    display: block;
    margin-right: 10px;
    margin-left: 20px; }

.mokuji__link--tw {
  color: #459af8; }
  .mokuji__link--tw:before {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/9eaebf23e8f614d01b5049cca91a5ae0.png); }
  .mokuji__link--tw:after {
    border-color: #459af8; }

.mokuji__link--li {
  color: #5bc63c; }
  .mokuji__link--li:before {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/a456e4679395a1587dcdb946b882f577.png); }
  .mokuji__link--li:after {
    border-color: #5bc63c; }

.mokuji__link--official {
  cursor: default; }
  .mokuji__link--official:before {
    display: none; }
  .mokuji__link--official a {
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    left: 100%;
    top: 50%; }
    .mokuji__link--official a[data-icon="twitter"] {
      background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/68d0cef9cecefaaba780ffe9b75dc9b5.png); }
    .mokuji__link--official a[data-icon="instagram"] {
      background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/9329ab6f2e04d98fb27b7b45cb362b58.png); }

.mokuji__notice-link {
  text-align: center; }
  .mokuji__notice-link p {
    display: inline;
    color: #6b6b6b;
    text-decoration: underline;
    cursor: pointer; }

.mokuji__copyright {
  color: #a89b71;
  text-align: center; }
  .mokuji__copyright p {
    margin-bottom: 0.5em; }
    .mokuji__copyright p:last-child {
      margin-bottom: 0; }

.alllist__logo:before {
  content: '';
  display: block;
  margin: auto;
  background-repeat: no-repeat; }

.alllist__logo span {
  display: none; }

.alllist__title {
  font-family: serif;
  text-align: center;
  font-weight: normal; }
  body.font-g .alllist__title {
    font-family: 'Noto Serif JP', serif; }

.alllist__pick {
  font-family: serif;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  color: #a89b71;
  font-weight: bold;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  body.font-g .alllist__pick {
    font-family: 'Noto Serif JP', serif; }
  .alllist__pick span {
    margin-right: 1em; }
    .alllist__pick span:last-child {
      margin-right: 0em; }

.alllist__arrow, .alllist__arrow--prev, .alllist__arrow--next {
  cursor: pointer;
  text-decoration: underline;
  font-size: 70%; }

.alllist__arrow--prev:before {
  content: '\FF1C'; }

.alllist__arrow--next:after {
  content: '\FF1E'; }

.alllist__magazine {
  position: relative;
  width: 100%;
  color: #a89b71;
  font-weight: bold;
  font-family: serif; }
  body.font-g .alllist__magazine {
    font-family: 'Noto Serif JP', serif; }

.alllist__notice {
  color: #6b6b6b;
  font-weight: normal; }

.alllist__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: stretch;
      align-items: stretch; }

.alllist__column {
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -ms-flexbox;
  display: flex; }

.alllist__item {
  margin: 10px;
  margin-left: 0;
  margin-right: 20px;
  padding-left: 10px;
  line-height: 1.4;
  font-family: serif; }
  body.font-g .alllist__item {
    font-family: 'Noto Serif JP', serif; }

.alllist__item-title {
  font-weight: bold; }

.alllist__item-author {
  color: #a89b71; }

.alllist__item-magazine {
  color: #757575; }

.about__logo:before {
  content: '';
  display: block;
  margin: auto;
  background-repeat: no-repeat; }

.about__logo span {
  display: none; }

.about__title {
  text-align: center;
  font-weight: normal;
  font-family: serif; }
  body.font-g .about__title {
    font-family: 'Noto Serif JP', serif; }

.about__content {
  margin-bottom: 80px;
  text-align: center; }
  .about__content p {
    margin-bottom: 1em; }
    .about__content p:last-child {
      margin-bottom: 0; }
  .about__content a {
    color: #a89b71; }

.exhibition {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  background-color: #fefefe; }

.exhibition__door {
  width: 641px;
  background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/919b892e76314edae2952ab2855bb63c.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.exhibition__label {
  position: relative;
  width: 100px;
  height: 100%;
  border-left: solid 1px #e9e9e9;
  cursor: pointer;
  box-shadow: -10px 0px 10px rgba(0, 0, 0, 0.04);
  background-position: center;
  background-repeat: no-repeat; }
  .exhibition__label:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 27px;
    left: 0;
    width: 100%;
    height: 66px;
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/cd6eca5e8d3d9481ca11860cb923d952.png);
    background-position: center bottom;
    background-repeat: no-repeat; }
  .exhibition__label[data-active="false"] {
    box-shadow: none; }
    .exhibition__label[data-active="false"]:after {
      bottom: 24px;
      background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/d5026c0048360aeeb30df52d9fb77829.png); }
  .exhibition__label[data-pub="8/24"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/750dc6327ea82aeec8fdcc47a1365c24.png); }
  .exhibition__label[data-pub="8/31"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/2fd3232fb722e27821ea0bf749767ce8.png); }
  .exhibition__label[data-pub="9/7"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/1c8a2ca3cac1a34fc83977bc10042eb4.png); }
  .exhibition__label[data-pub="9/14"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/f1e6b19c79ddeeeb043144b01abf0b11.png); }
  .exhibition__label[data-pub="9/21"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/a2c2e2d17b91d55894886a2a9d20fca8.png); }
  .exhibition__label[data-pub="9/28"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/eb0c7e7234ce986d9ad043cf801ffb5f.png); }
  .exhibition__label[data-pub="10/5"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/614c1f7d961753a97067704871bafe1e.png); }

.exhibition__group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
  .exhibition__group[data-active="false"] {
    display: none; }

.exhibition__cell {
  position: relative;
  min-width: 600px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0) 12%, rgba(0, 0, 0, 0)); }
  .exhibition__cell:before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/5b5e5351fac7aa7273beac5b996124e2.gif);
    background-repeat: no-repeat;
    background-position: center;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    pointer-events: none; }

.exhibition__info {
  text-align: right;
  margin-right: 65px;
  margin-left: auto;
  margin-top: 55px;
  white-space: nowrap;
  line-height: 1.4;
  font-weight: bold; }

.exhibition__info-author {
  font-family: serif;
  font-size: 25px;
  letter-spacing: 2px; }
  body.font-g .exhibition__info-author {
    font-family: 'Noto Serif JP', serif; }

.exhibition__info-author-en {
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 10px; }

.exhibition__info-date {
  font-family: serif;
  font-size: 12px; }
  body.font-g .exhibition__info-date {
    font-family: 'Noto Serif JP', serif; }

.exhibition__info-date-en {
  font-size: 10px; }

.exhibition__image {
  position: relative;
  width: 480px;
  height: 550px;
  margin-top: 113px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer; }
  .exhibition__image[data-active="true"][data-exhibition="1"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/8952b43a0b427bb0e11df4dbf045dda9.png); }
  .exhibition__image[data-active="true"][data-exhibition="1"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/c0db308b3c01b2b3384f892d58e9864e.png); }
  .exhibition__image[data-active="true"][data-exhibition="2"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/c5748ea5006a9efacf427cadd4034307.png); }
  .exhibition__image[data-active="true"][data-exhibition="2"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/f9386871e17807fb2689bbf0000b91ee.png); }
  .exhibition__image[data-active="true"][data-exhibition="3"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/665accf4e60f9ebe0f270a883f658d2e.png); }
  .exhibition__image[data-active="true"][data-exhibition="4"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/d33c90b63d74d135758e044b0c4e8710.png); }
  .exhibition__image[data-active="true"][data-exhibition="5"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/faf69c8985cf9f9a238448b476a78f95.png); }
  .exhibition__image[data-active="true"][data-exhibition="6"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/c5d9e8243adc717b5b07398dbf5afadc.png); }
  .exhibition__image[data-active="true"][data-exhibition="7"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/f82e80a4f42dec2dd34d1233e52978ce.png); }
  .exhibition__image[data-active="true"][data-exhibition="8"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/e49cffc1da7c681481063a269a66b1c3.png); }
  .exhibition__image[data-active="true"][data-exhibition="8"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/0ecc1ab5ab438f2c075522499a50cf2a.png); }
  .exhibition__image[data-active="true"][data-exhibition="9"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/b8952b83773c688394044550857babb5.png); }
  .exhibition__image[data-active="true"][data-exhibition="10"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/26a1d27d2810048927ab53e16777ebe3.png); }
  .exhibition__image[data-active="true"][data-exhibition="11"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/4d7fce3cd35cc69d83e20a394b1b2cdc.png); }
  .exhibition__image[data-active="true"][data-exhibition="12"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/38b54afb198773814d99df41b6f4d739.png); }
  .exhibition__image[data-active="true"][data-exhibition="13"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/b2f88421c86db64d2fce8fd398344cba.png); }
  .exhibition__image[data-active="true"][data-exhibition="14"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/00a830da9057681507e652bb9e290cbc.png); }
  .exhibition__image[data-active="true"][data-exhibition="14"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/ca7690f32c9884099789ef782201411b.png); }
  .exhibition__image[data-active="true"][data-exhibition="15"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/7067e620f7a3d93163cab699393420df.png); }
  .exhibition__image[data-active="true"][data-exhibition="15"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/839f25e90146a2279346db217fef1ec8.png); }
  .exhibition__image[data-active="true"][data-exhibition="16"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/ef667b240103f87f124ae273d5f8ad07.png); }
  .exhibition__image[data-active="true"][data-exhibition="16"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/7a6c17b8cee78ea864d5677d76167b7c.png); }
  .exhibition__image[data-active="true"][data-exhibition="17"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/ae356a981bfc93c85be466149efb311d.png); }
  .exhibition__image[data-active="true"][data-exhibition="18"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/2ffde17344c6f3b5facbef3d34c3a83a.png); }
  .exhibition__image[data-active="true"][data-exhibition="18"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/f6bee58f1d67b8ad88d5c1d8361abfd3.png); }
  .exhibition__image[data-active="true"][data-exhibition="19"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/0e3390e1089a3b33ed29c0617d5e95ba.png); }
  .exhibition__image[data-active="true"][data-exhibition="20"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/e655e65ab11e6b3d935bf48184d3abf8.png); }
  .exhibition__image[data-active="true"][data-exhibition="21"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/cf176366fc0df087e56d956cbff851d8.png); }
  .exhibition__image[data-active="true"][data-exhibition="22"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/a51e0bde0d671a5b07f6ea8421be00af.png); }
  .exhibition__image[data-active="true"][data-exhibition="23"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/1c513777c441af496005dd94bba063c4.png); }
  .exhibition__image[data-active="true"][data-exhibition="115"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/d807879fe8f0245b48a7a6b5936f0233.png); }
  .exhibition__image[data-active="true"][data-exhibition="115"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/9815229373b004b1e65122bc93adcc76.png); }
  .exhibition__image[data-active="true"][data-exhibition="24"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/da8050bae8352409ab7300d7fd7a9824.png); }
  .exhibition__image[data-active="true"][data-exhibition="25"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/cd789e720671547cd201d955c88b8287.png); }
  .exhibition__image[data-active="true"][data-exhibition="26"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/9c551200e7cfd1552387b56d442b3601.png); }
  .exhibition__image[data-active="true"][data-exhibition="27"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/987aa02a42dacc58bdb65bce20894eb5.png); }
  .exhibition__image[data-active="true"][data-exhibition="28"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/ac6616e161b28571dedf7411e66b4dc4.png); }
  .exhibition__image[data-active="true"][data-exhibition="29"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/f0a30f7f762188ac488af3b601b40784.png); }
  .exhibition__image[data-active="true"][data-exhibition="30"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/9f5499f7ea1ab2fdfbe8fbd092d999bf.png); }
  .exhibition__image[data-active="true"][data-exhibition="31"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/33cc8c41bdb6584167e34a48d0abe42d.png); }
  .exhibition__image[data-active="true"][data-exhibition="32"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/6bd4a74175af850749cc9ae2440b901f.png); }
  .exhibition__image[data-active="true"][data-exhibition="33"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/562935ca5ef9726d56d1cdfecd4b93be.png); }
  .exhibition__image[data-active="true"][data-exhibition="34"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/cc1f554fb0b54347032f26c19c1acb5f.png); }
  .exhibition__image[data-active="true"][data-exhibition="35"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/8177771a7ec2c23ef84b8487d5631354.png); }
  .exhibition__image[data-active="true"][data-exhibition="36"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/a35955987c94d9845d3419616cde1f55.png); }
  .exhibition__image[data-active="true"][data-exhibition="36"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/f6b9512e969864b22556a98471f9f3dd.png); }
  .exhibition__image[data-active="true"][data-exhibition="37"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/2647bd5c1531220016642b4017162742.png); }
  .exhibition__image[data-active="true"][data-exhibition="38"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/1c31d083ce0f109384868160381cfe2d.png); }
  .exhibition__image[data-active="true"][data-exhibition="39"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/97f5f913025d8f6f757a3ec37b5e5bee.png); }
  .exhibition__image[data-active="true"][data-exhibition="40"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/4c81f6fa24854e5020fc012f448bf8fa.png); }
  .exhibition__image[data-active="true"][data-exhibition="41"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/dc89d253192118711e4ff907b27ad6ea.png); }
  .exhibition__image[data-active="true"][data-exhibition="42"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/3a55f2a86c9638c29f39434fe424356a.png); }
  .exhibition__image[data-active="true"][data-exhibition="43"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/eb697019c758c0faeb1df69ca7ce9345.png); }
  .exhibition__image[data-active="true"][data-exhibition="44"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/718fa060540cba2cb665017e6418e9e7.png); }
  .exhibition__image[data-active="true"][data-exhibition="45"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/710351d7795fd3da3bf80a4d21c24345.png); }
  .exhibition__image[data-active="true"][data-exhibition="46"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/279ed39c465d32514b18257f0ea4bbd2.png); }
  .exhibition__image[data-active="true"][data-exhibition="47"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/b8e966ad008a90cd35f1e50bd2d19a90.png); }
  .exhibition__image[data-active="true"][data-exhibition="48"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/d68d0df32eb070404ab0ffeec75759ad.png); }
  .exhibition__image[data-active="true"][data-exhibition="49"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/994760026aa98e8ffe4c8dfd1503f62f.png); }
  .exhibition__image[data-active="true"][data-exhibition="50"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/447364620069ef208eec96332558e374.png); }
  .exhibition__image[data-active="true"][data-exhibition="51"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/bcefcb8f91381dc84b9ebdefc6ab3866.png); }
  .exhibition__image[data-active="true"][data-exhibition="52"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/d448ca407d86fb285e9016d63eccaa0d.png); }
  .exhibition__image[data-active="true"][data-exhibition="53"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/ff7a74906f5479956b79f02bc702131d.png); }
  .exhibition__image[data-active="true"][data-exhibition="54"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/85c1b4e73badfe9b69e07319b7ba8af2.png); }
  .exhibition__image[data-active="true"][data-exhibition="55"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/1cf5f38b676c6359410289beb0d11214.png); }
  .exhibition__image[data-active="true"][data-exhibition="56"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/6c95d5bc7a1e58aa0089973ea8237281.png); }
  .exhibition__image[data-active="true"][data-exhibition="57"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/00f17f14da84eedaa93ecd60bf360d2c.png); }
  .exhibition__image[data-active="true"][data-exhibition="58"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/013fd4d28f1f46e433c376fbcbe0dbab.png); }
  .exhibition__image[data-active="true"][data-exhibition="58"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/bfec05cbec5f04e6e19d7ee9e4a8bf87.png); }
  .exhibition__image[data-active="true"][data-exhibition="59"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/4c6800fdfd4809d9d53a5998edfdb369.png); }
  .exhibition__image[data-active="true"][data-exhibition="60"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/c8dffc8862fcbf8b6df40a5b5a68ebec.png); }
  .exhibition__image[data-active="true"][data-exhibition="61"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/1b884a35904d381cbe26fb6bd45d4e24.png); }
  .exhibition__image[data-active="true"][data-exhibition="62"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/7be0eac92bf3584303b832d847cdd17d.png); }
  .exhibition__image[data-active="true"][data-exhibition="63"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/6a343502d6a2ed0baba6ff346d967958.png); }
  .exhibition__image[data-active="true"][data-exhibition="64"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/b10214a9d66ee5c57b5ab2addc8dd0a5.png); }
  .exhibition__image[data-active="true"][data-exhibition="65"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/e89728ea1b132d4ef4bab4ff15db532f.png); }
  .exhibition__image[data-active="true"][data-exhibition="66"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/22a26a30b744cf4f818a5a8a87fc0f82.png); }
  .exhibition__image[data-active="true"][data-exhibition="67"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/04204cad914aee0b6ebdb4b30e46bbc9.png); }
  .exhibition__image[data-active="true"][data-exhibition="68"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/660f342cc304d8f9cfe258e9d058fe5f.png); }
  .exhibition__image[data-active="true"][data-exhibition="69"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/8e2096fb1294c48ff5713f9a9f7420b0.png); }
  .exhibition__image[data-active="true"][data-exhibition="70"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/549d27c81329b4959bb67567d16840d1.png); }
  .exhibition__image[data-active="true"][data-exhibition="71"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/97ecd4e175014a30672eb4632476c39f.png); }
  .exhibition__image[data-active="true"][data-exhibition="72"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/30f46c6de5fec3cf226ffed9ac4725ab.png); }
  .exhibition__image[data-active="true"][data-exhibition="72"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/0b1cf11bc9b948952d858fd6799eb8f2.png); }
  .exhibition__image[data-active="true"][data-exhibition="73"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/7ad06a91a0a8abd4bbae147087c5177e.png); }
  .exhibition__image[data-active="true"][data-exhibition="74"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/687b6ce0488b1d29b63f05669e636f98.png); }
  .exhibition__image[data-active="true"][data-exhibition="75"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/dceecf7333b90dd362146151fd42f794.png); }
  .exhibition__image[data-active="true"][data-exhibition="75"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/d0143bc5702725327465f760bc93f0e1.png); }
  .exhibition__image[data-active="true"][data-exhibition="76"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/8ffe942a057aaad184994af6b33ca789.png); }
  .exhibition__image[data-active="true"][data-exhibition="77"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/06d0d8af3ccbb7bf01b93ece08e28995.png); }
  .exhibition__image[data-active="true"][data-exhibition="78"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/ae70642ca2dec1e1ec5193666cda6cdf.png); }
  .exhibition__image[data-active="true"][data-exhibition="79"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/3b87d7618a0ab18e216c17b60a02f32f.png); }
  .exhibition__image[data-active="true"][data-exhibition="80"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/4f0e31093e2a99fad25239a803e0e206.png); }
  .exhibition__image[data-active="true"][data-exhibition="81"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/b3e48a1c4be404316d3a7861d24a4564.png); }
  .exhibition__image[data-active="true"][data-exhibition="82"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/322d42b15f66cc9a7e79340084447306.png); }
  .exhibition__image[data-active="true"][data-exhibition="83"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/e3a3226580e6be6e6460a9c3ebd25eff.png); }
  .exhibition__image[data-active="true"][data-exhibition="84"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/09800cf9a04085874a8fd61102867976.png); }
  .exhibition__image[data-active="true"][data-exhibition="85"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/fc1859c449eb2414fbb965523c36ab2a.png); }
  .exhibition__image[data-active="true"][data-exhibition="86"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/0382cb80f95fb2009f93fcf64cb21b90.png); }
  .exhibition__image[data-active="true"][data-exhibition="116"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/a8d2d01821881c22fb5306aa20fdc2fd.png); }
  .exhibition__image[data-active="true"][data-exhibition="87"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/f395146ef55e0e59b568627b5c8633fe.png); }
  .exhibition__image[data-active="true"][data-exhibition="88"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/a0f78a3da0feffb527ce54b7cb499c78.png); }
  .exhibition__image[data-active="true"][data-exhibition="89"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/2f1f549e51a42f4a259f67c249318ee2.png); }
  .exhibition__image[data-active="true"][data-exhibition="90"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/e7087edadb646f4309b482e0934897c2.png); }
  .exhibition__image[data-active="true"][data-exhibition="91"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/dc6e220e904e72f5a47b16daa98e22a4.png); }
  .exhibition__image[data-active="true"][data-exhibition="92"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/54b408dfcf3df3db73a3efffc2ce62f9.png); }
  .exhibition__image[data-active="true"][data-exhibition="93"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/f4ba31b7bf20479b95713b3c96d85ee8.png); }
  .exhibition__image[data-active="true"][data-exhibition="94"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/cc62027d8562168c94eebbc4ef328abd.png); }
  .exhibition__image[data-active="true"][data-exhibition="95"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/9eb57a7632ef4d77f120b58660abaefd.png); }
  .exhibition__image[data-active="true"][data-exhibition="96"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/d3f7ad129d736176ecee246a595f8982.png); }
  .exhibition__image[data-active="true"][data-exhibition="97"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/bc9fd8f8a79deb18a4814dc8baad9618.png); }
  .exhibition__image[data-active="true"][data-exhibition="98"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/4a9e3b5c123b4dcbd65b07abc569d28c.png); }
  .exhibition__image[data-active="true"][data-exhibition="99"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/1305ae70f44c4d704c986150548dad52.png); }
  .exhibition__image[data-active="true"][data-exhibition="100"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/e9898cb55643b17aca6e547696685024.png); }
  .exhibition__image[data-active="true"][data-exhibition="101"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/9206fc1a7bc1037f641aa62a5fd5e4c2.png); }
  .exhibition__image[data-active="true"][data-exhibition="102"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/501f845dcbfbfdbcb91d565b3224a5e9.png); }
  .exhibition__image[data-active="true"][data-exhibition="103"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/15362f3aa4a0d6769e19583f0ea00bee.png); }
  .exhibition__image[data-active="true"][data-exhibition="104"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/010e3d15b9094b4cdccf53373dc41112.png); }
  .exhibition__image[data-active="true"][data-exhibition="105"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/78505a77b622b007ce8f0512f27eee4e.png); }
  .exhibition__image[data-active="true"][data-exhibition="106"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/bb0148792b7a823c37c46c1a768e69a0.png); }
  .exhibition__image[data-active="true"][data-exhibition="107"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/e2543e2f84c727e4fd37a552adc611dd.png); }
  .exhibition__image[data-active="true"][data-exhibition="108"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/fbb1060b75c73b7b90d0efac21411ff1.png); }
  .exhibition__image[data-active="true"][data-exhibition="109"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/4d7909d1bf6dc44ffdde4f49e578fb98.png); }
  .exhibition__image[data-active="true"][data-exhibition="110"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/4bbfcd19b87e19ae5e10f379889aeaea.png); }
  .exhibition__image[data-active="true"][data-exhibition="111"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/60d51d4dcf2d3a11195df8add6ab1165.png); }
  .exhibition__image[data-active="true"][data-exhibition="112"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/6ee9318b1d66e11e8ad950a2f953a9c6.png); }
  .exhibition__image[data-active="true"][data-exhibition="113"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/8b1d01b07a469e9e9253c588df936efa.png); }
  .exhibition__image[data-active="true"][data-exhibition="114"] {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/e40b003d47e8489ed11da1e62f5a7f65.png); }

.exhibition__interview {
  position: absolute;
  left: 70px;
  bottom: 70px;
  background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/61268ecebf2c7c30489b4389bcec3185.png);
  width: 95px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer; }

.exhibition__num {
  position: absolute;
  right: 30px;
  bottom: 30px;
  font-size: 12px;
  line-height: 1; }

.exhibition__next {
  width: 600px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column; }
  .exhibition__next:before, .exhibition__next:after {
    content: '';
    display: block;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -ms-flex-positive: 1;
        flex-grow: 1; }
  .exhibition__next:before {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/f02f132c6f1f82bd99ba8198d3d2ca17.png);
    background-position: 50% 55%;
    width: 312px; }
  .exhibition__next:after {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/7199e9046fe75ac1feb084fbc57f9080.png);
    background-position: 50% 45%;
    width: 352px;
    position: relative;
    left: -14px; }

.exhibition__next-person {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 430px;
  position: relative;
  left: 56px; }
  .exhibition__next-person p {
    width: 50%;
    margin-bottom: 14px;
    font-size: 20px;
    font-family: serif; }
    body.font-g .exhibition__next-person p {
      font-family: 'Noto Serif JP', serif; }
  .exhibition__next-person:after {
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/50ef8f6802a23e211de5da0999b38742.png);
    margin-top: 27px;
    width: 100%;
    height: 17px; }

.exhibition-detail__main {
  background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/5b5e5351fac7aa7273beac5b996124e2.gif);
  background-repeat: no-repeat;
  background-position: 50% 310px; }

.exhibition-detail__illust {
  display: block;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  margin: auto;
  border: solid 1px rgba(50, 50, 50, 0.1);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  cursor: pointer; }
  .exhibition-detail__illust:after {
    content: '';
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/6bc60987e224d02362bd03a4ebbaed05.png); }

.exhibition-detail__footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.exhibition-detail__button, .exhibition-detail__button--official, .exhibition-detail__button--trial {
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 16px; }
  .exhibition-detail__button:last-child, .exhibition-detail__button--official:last-child, .exhibition-detail__button--trial:last-child {
    margin-right: 0; }
  .exhibition-detail__button span, .exhibition-detail__button--official span, .exhibition-detail__button--trial span {
    display: none; }

.exhibition-detail__button--official {
  background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/3d1dedd1e32f849c113c3b49cceb0123.png); }

.exhibition-detail__button--trial {
  background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/5ef98836dc81e4c0dfedfdacd1f02dc4.png); }

.about-exhibition__logo {
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain; }

.about-exhibition__image {
  margin: auto;
  background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/127dc17e14d2900a3b9e368ef168eb3c.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .about-exhibition__image span {
    display: none; }

.about-exhibition__body {
  color: #5f532b; }

.about-exhibition__title {
  font-weight: bold; }

.about-exhibition__notice {
  margin-top: 10px; }

.about-exhibition__close {
  margin: auto; }
  .about-exhibition__close span {
    display: none; }

.message {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/fbdea4f71ae5e325404332305d0a188c.png);
  background-position: center;
  background-size: cover;
  overflow: hidden;
  pointer-events: none; }

.message__content {
  position: absolute;
  left: 50%;
  top: 50%;
  background-repeat: no-repeat;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.5s; }
  .message__content[data-active="true"] {
    opacity: 1; }

.message__logo {
  position: absolute;
  width: 100%; }

.message__copyright {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  color: #9d8d76;
  text-align: center; }

.loading {
  position: fixed;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #ffffff;
  background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/5b5e5351fac7aa7273beac5b996124e2.gif);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1; }
  .loading[data-active="false"] {
    height: 0%;
    animation: loadingClose 0.5s; }
  @media (max-width: 799px) {
  .dictionary__spacer {
    display: none; }
  .overlay__window {
    padding: 40px 25px; }
    .modal, .modal--detail, .modal--exhibition-detail, .modal--mokuji, .modal--about-exhibition {
      border: 12px solid #a89b71; }
    .modal--exhibition-detail {
      border: none;
      padding: 70px 0px 60px 0px;
      box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.35); }
      .modal--exhibition-detail .modal__close {
        top: -1px;
        right: 0px; }
    .modal--about-exhibition {
      border: none;
      box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.35); }
      .modal--about-exhibition .modal__close {
        top: -1px;
        right: 0px; }
    .modal__close {
      top: -2px;
      right: -12px;
      background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/6b551e7848e89123eca1dfa1b5ac69f4.png);
      width: 87px;
      height: 117px; }
  .detail {
    margin: 40px 0px; }
    .detail__main {
      background-position: 50% 310px; }
    .detail__illust {
      margin: auto;
      margin-top: 80px;
      width: 440px;
      height: 624px; }
  .detail__inner {
    margin: auto;
    margin-bottom: 40px;
    margin-top: 40px;
    width: 552px; }
    .detail__head {
      font-size: 25px; }
    .detail__title {
      font-size: 35px; }
    .detail__button, .detail__button--official, .detail__button--trial, .detail__button--latest, .detail__button--next {
      width: 552px;
      height: 100px;
      margin: auto;
      margin-bottom: 16px; }
      .detail__button:last-child, .detail__button--official:last-child, .detail__button--trial:last-child, .detail__button--latest:last-child, .detail__button--next:last-child {
        margin-bottom: 0; }
  .detail__button--official {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/3b09b5e2826f4817697be6aaa92bfb97.png); }
  .detail__button--trial {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/e505b7ce586a1b5c11a8713ec261fbcd.png); }
  .detail__button--latest {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/9ee6b75e530fe1ec63bc3c893613f287.png); }
  .detail__button--next {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/022dd87b25ef8497c7f5fbe14d678372.png); }
    .mokuji {
      margin: 56px 36px;
      font-size: 25px; }
  .mokuji__logo:before {
    width: 279px;
    height: 197px;
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/89858f4f3d24cc8cccda7cc7b277459c.png); }
    .mokuji__title {
      margin-top: 40px;
      font-size: 52px; }
    .mokuji__sub-title {
      font-size: 27px; }
    .mokuji__link:before, .mokuji__link--tw:before, .mokuji__link--li:before, .mokuji__link--official:before {
      width: 31px;
      height: 30px;
      margin-top: -15px; }
    .mokuji__link--tw:before {
      width: 35px;
      height: 29px;
      margin-top: -14.5px; }
    .mokuji__link--li:before {
      width: 36px;
      height: 34px;
      margin-top: -17px; }
    .mokuji__link--official {
      margin-right: 105px; }
      .mokuji__link--official a[data-icon="twitter"] {
        width: 35px;
        height: 29px;
        margin-top: -14.5px; }
      .mokuji__link--official a[data-icon="instagram"] {
        width: 31px;
        height: 31px;
        margin-top: -15.5px; }
      .mokuji__link--official a:nth-child(1) {
        margin-left: 20px; }
      .mokuji__link--official a:nth-child(2) {
        margin-left: 85px; }
  .mokuji__link-section {
    margin-top: 50px; }
    .mokuji__link-section:first-child {
      margin-top: 0; }
    .mokuji__notice-link {
      margin-top: 10px;
      font-size: 16px; }
    .mokuji__copyright {
      margin-top: 50px;
      font-size: 15px; }
  .alllist {
    margin: 30px 0px; }
  .alllist__logo:before {
    width: 279px;
    height: 197px;
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/89858f4f3d24cc8cccda7cc7b277459c.png); }
    .alllist__title {
      font-size: 45px; }
    .alllist__pick {
      font-size: 36px; }
    .alllist__magazine {
      left: -12px;
      font-size: 24px; }
    .alllist__notice {
      font-size: 17px; }
    .alllist__list {
      margin: 20px 30px; }
    .alllist__item {
      border-left: solid 15px #a89b71;
      font-size: 24px; }
    .alllist__item-author {
      font-size: 19px; }
    .alllist__item-magazine {
      font-size: 19px; }
  .about {
    margin: 56px 36px;
    font-size: 23px; }
  .about__logo:before {
    width: 279px;
    height: 197px;
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/89858f4f3d24cc8cccda7cc7b277459c.png); }
    .about__title {
      margin-top: 40px;
      font-size: 42px; }
    .about__content {
      margin-top: 60px; }
    .exhibition-detail__illust {
      width: 590px;
      height: 860px; }
      .exhibition-detail__illust:after {
        bottom: -30px;
        right: -15px;
        width: 78px;
        height: 78px; }
    .exhibition-detail__footer {
      margin-top: 50px; }
    .exhibition-detail__button, .exhibition-detail__button--official, .exhibition-detail__button--trial {
      width: 298px;
      height: 74px; }
  .about-exhibition {
    padding: 70px 0px;
    padding-top: 175px; }
    .about-exhibition__logo {
      top: 30px;
      left: 15px;
      width: 376px;
      height: 119px;
      background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/24ca83be725bf7ec682ec857bac37b4f.png); }
    .about-exhibition__image {
      width: 592px;
      height: 415px;
      margin-bottom: 40px; }
    .about-exhibition__body {
      font-size: 24px;
      line-height: 1.5;
      margin: 20px 54px; }
    .about-exhibition__title {
      margin-bottom: 20px;
      font-size: 36px; }
    .about-exhibition__notice {
      font-size: 18px; }
    .about-exhibition__close {
      width: 592px;
      height: 100px;
      margin-top: 40px;
      background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/828bcf1199e2ce4c80afbc8500a7016b.png);
      background-repeat: no-repeat;
      background-size: contain; }
    .message__content {
      width: 636px;
      height: 1109px;
      margin-left: -318px;
      margin-top: -594.5px;
      background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/eb8fc50903de9570e96018852ac85249.png); }
    .message__logo {
      top: 24px;
      left: -4px;
      height: 300px; }
    .message__copyright {
      margin: 30px 0px;
      font-size: 15px; } }
  @media (min-width: 800px) {
  .overlay__window {
    padding: 40px 0px; }
    .modal, .modal--detail, .modal--exhibition-detail, .modal--mokuji, .modal--about-exhibition {
      margin: auto;
      border: 8px solid #a89b71; }
  .modal--detail {
    width: 732px; }
    .modal--exhibition-detail {
      width: 590px;
      padding: 40px 0px 35px 0px;
      border: none;
      box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.35); }
      .modal--exhibition-detail .modal__close {
        top: 0px;
        right: 0px;
        width: 50px; }
  .modal--mokuji {
    width: 574px; }
    .modal--about-exhibition {
      border: none;
      width: 590px;
      box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.35); }
      .modal--about-exhibition .modal__close {
        top: 0px;
        right: 0px;
        width: 50px; }
    .modal__close {
      top: -5px;
      right: -3px;
      background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/4a2576aaa8c24b2ce8f449b6596189dc.png);
      width: 58px;
      height: 78px; }
  .detail {
    font-size: 14px;
    margin-top: 60px;
    margin-bottom: 50px; }
    .detail__main {
      display: -ms-flexbox;
      display: flex;
      margin: 0px 80px;
      background-position: 65px 170px; }
    .detail__illust {
      margin-right: 30px;
      min-width: 250px;
      height: 355px; }
    .detail__head {
      font-size: 12px; }
    .detail__title {
      font-size: 24px; }
  .detail__author {
    font-size: 15px; }
    .detail__footer {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .detail__button, .detail__button--official, .detail__button--trial, .detail__button--latest, .detail__button--next {
      width: 276px;
      height: 50px;
      margin: 10px; }
  .detail__button--official {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/81cbaa3b224521013a6a357976acdb90.png); }
  .detail__button--trial {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/d7c94bdc59c79c6ffc3bd444b8158839.png); }
  .detail__button--latest {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/11dc8c89f80ebadcf69ebdfd8f1d4a00.png); }
  .detail__button--next {
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/7693daf40a330c11aff2a560c1b8e2e0.png); }
    .mokuji {
      margin: 40px 36px;
      font-size: 18px; }
  .mokuji__logo:before {
    width: 188px;
    height: 133px;
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/54cfb5e3826582d1b907e9e9200aa27f.png); }
    .mokuji__title {
      margin-top: 30px;
      font-size: 35px; }
    .mokuji__sub-title {
      font-size: 18px; }
    .mokuji__link:before, .mokuji__link--tw:before, .mokuji__link--li:before, .mokuji__link--official:before {
      width: 20px;
      height: 20px;
      margin-top: -10px; }
    .mokuji__link--tw:before {
      width: 23px;
      height: 19px;
      margin-top: -9.5px; }
    .mokuji__link--li:before {
      width: 24px;
      height: 22px;
      margin-top: -11px; }
    .mokuji__link--official {
      margin-right: 90px; }
      .mokuji__link--official a[data-icon="twitter"] {
        width: 23px;
        height: 19px;
        margin-top: -9.5px; }
      .mokuji__link--official a[data-icon="instagram"] {
        width: 20px;
        height: 20px;
        margin-top: -10px; }
      .mokuji__link--official a:nth-child(1) {
        margin-left: 20px; }
      .mokuji__link--official a:nth-child(2) {
        margin-left: 70px; }
  .mokuji__link-section {
    margin-top: 40px; }
    .mokuji__link-section:first-child {
      margin-top: 0; }
    .mokuji__notice-link {
      margin-top: 10px;
      font-size: 12px; }
    .mokuji__copyright {
      margin-top: 40px;
      font-size: 12px; }
  .alllist {
    margin: 30px 0px; }
  .alllist__logo:before {
    width: 188px;
    height: 133px;
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/54cfb5e3826582d1b907e9e9200aa27f.png); }
    .alllist__title {
      font-size: 35px; }
    .alllist__pick {
      font-size: 24px; }
    .alllist__magazine {
      margin-top: 10px;
      left: -1em;
      font-size: 16px; }
    .alllist__notice {
      font-size: 12px; }
    .alllist__list {
      margin: 5px 40px; }
    .alllist__item {
      border-left: solid 10px #a89b71;
      font-size: 16px; }
    .alllist__item-author {
      font-size: 13px; }
    .alllist__item-magazine {
      font-size: 13px; }
  .about {
    margin: 40px 36px;
    font-size: 18px; }
  .about__logo:before {
    width: 188px;
    height: 133px;
    background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/54cfb5e3826582d1b907e9e9200aa27f.png); }
    .about__title {
      margin-top: 30px;
      font-size: 30px; }
    .about__content {
      margin-top: 45px; }
  .exhibition-detail {
    font-size: 14px; }
    .exhibition-detail__illust {
      width: 460px;
      height: 660px; }
      .exhibition-detail__illust:after {
        bottom: -15px;
        right: -10px;
        width: 60px;
        height: 60px; }
    .exhibition-detail__footer {
      margin-top: 30px; }
    .exhibition-detail__button, .exhibition-detail__button--official, .exhibition-detail__button--trial {
      width: 228px;
      height: 56px; }
  .about-exhibition {
    padding: 35px 0px;
    padding-top: 125px; }
    .about-exhibition__logo {
      top: 20px;
      left: 25px;
      width: 267px;
      height: 86px;
      background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/30d37b5193ef345418d99287e1ea9ff8.png); }
    .about-exhibition__image {
      width: 503px;
      height: 300px;
      margin-bottom: 40px; }
    .about-exhibition__body {
      font-size: 17px;
      line-height: 1.58824;
      margin: 0px 43px; }
    .about-exhibition__title {
      margin-bottom: 10px;
      font-size: 25px; }
    .about-exhibition__notice {
      font-size: 13px; }
    .about-exhibition__close {
      width: 503px;
      height: 67px;
      margin-top: 35px;
      background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/4f4f2e18ca882f6430d12be5edc739a2.png);
      background-repeat: no-repeat;
      background-size: contain; }
    .message__content {
      width: 596px;
      height: 769px;
      margin-left: -298px;
      margin-top: -409.5px;
      background-image: url(https://djst8rnecsfv8.cloudfront.net/spirits40/_assets/images/b4783695b9fe0a58e9c2f4941a5525c8.png); }
    .message__logo {
      top: 10px;
      left: -10px;
      height: 242px; }
    .message__copyright {
      margin: 20px 0px;
      font-size: 11px; } }

