@charset "UTF-8";
/* CSS Document */
/*share*/
::-moz-selection {
  background: rgba(223, 0, 128, 0.6); /* Safari */
  color: white;
}
::selection {
  background: rgba(223, 0, 128, 0.6); /* Safari */
  color: white;
}

::-moz-selection {
  background: rgba(223, 0, 128, 0.6); /* Firefox */
  color: white;
}

html, body {
  height: 100%;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #231815;
}
a:hover {
  text-decoration: underline;
}

li {
  list-style-type: none;
}

dl, dt, dd, ul, li {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, p {
  padding: 0;
  margin: 0;
  font-size: 1em;
  font-weight: lighter;
}

._pc {
  display: block;
}
@media all and (max-width: 768px) {
  ._pc {
    display: none;
  }
}

._sp {
  display: none;
}
@media all and (max-width: 768px) {
  ._sp {
    display: block;
  }
}

body {
  font-family: "Poppins", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Meiryo UI", "Meiryo", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", "MS Gothic", sans-serif;
  font-weight: lighter;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color: #231815;
  background: url(../vol3/top.jpg) center center no-repeat;
  width: 100%;
  background-size: cover;
  background-attachment: fixed;
}
@media all and (max-width: 768px) {
  body {
    background: url(../vol3/top.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }
}

.serif {
  font-family: "EB Garamond", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
}

._vol3_font {
  font-family: atten-round-new, sans-serif;
  font-weight: 800;
  font-style: normal;
}

._vol3_font2 {
  font-family: "FP-KoburinaGoStdN-W6", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Meiryo UI", "Meiryo", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", "MS Gothic", sans-serif;
  /*
  -webkit-font-smoothing: subpixel-antialiased;    -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  @media only screen and 
      (-webkit-min-device-pixel-ratio: 2),
      (min-resolution: 2dppx) {
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
  }*/
}

._vol3_font3 {
  font-family: "Jost", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Meiryo UI", "Meiryo", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", "MS Gothic", sans-serif;
}
._vol3_font3 p {
  font-weight: 600 !important;
}

header {
  background: white;
  border-bottom: thin solid #231815;
  z-index: 10000;
  position: fixed;
  width: 100%;
  height: 2.25em;
  font-size: 1.25em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: 0;
}
header h1 {
  float: left;
  padding: 0 1em;
  cursor: pointer;
  position: fixed;
  top: 0.6em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 2;
}
@media all and (max-width: 768px) {
  header h1 {
    padding-left: 0.75em;
    top: 0.65em;
    font-size: 0.9em;
  }
}
header ul.exhibition_menu {
  cursor: pointer;
  position: fixed;
  top: 0;
  top: -1.7em;
  left: 8.8em;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 2;
}
header ul.exhibition_menu li {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: 0.5em;
}
header ul.exhibition_menu li dl {
  overflow: hidden;
  line-height: 1.25em;
}
header ul.exhibition_menu li dl dt {
  float: left;
  width: 3em;
}
header ul.exhibition_menu li dl dd {
  float: left;
}
header ul.exhibition_menu li dl a {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
}
header ul.exhibition_menu li dl a:hover {
  color: #DF0080;
}
header ul.exhibition_menu li.invisible {
  visibility: hidden;
  opacity: 0;
}
header ul.exhibition_menu li:hover {
  text-decoration: none;
  color: #DF0080;
}
header #header_back {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
header .exhibition_content {
  width: 640px;
  right: 1em;
  bottom: 1em;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
}
header .exhibition_content div.image {
  margin-bottom: 0.5em;
}
header .exhibition_content p {
  font-size: 0.8em;
  line-height: 1.5em;
}
header .exhibition_content p span {
  margin-right: 2em;
}
header .exhibition_content div.copyright {
  text-align: right;
  font-size: 0.7em;
}
header.expand {
  height: 660px;
}
header.expand ul.exhibition_menu {
  top: 0em;
}
header.expand .exhibition_content.visible {
  visibility: visible;
  opacity: 1;
}
@media all and (max-width: 768px) {
  header ul.exhibition_menu {
    left: 6.5em;
    font-size: 0.8rem;
    top: -2.25em;
  }
  header ul.exhibition_menu li {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-top: 0.85rem;
  }
  header.expand {
    height: 100vh;
  }
  header.expand .exhibition_content.visible {
    visibility: hidden;
    opacity: 0;
  }
}

#mouseover_area {
  position: fixed;
  width: 100%;
  height: 5em;
  z-index: 9999;
  top: -5em;
  left: 0;
}

#catch {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

#header_content {
  position: fixed;
  top: -27.5em;
  left: 0;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media all and (max-width: 768px) {
  #header_content {
    top: -20.5em;
  }
}
#header_content.invisible {
  top: -50em;
}
#header_content div.arrow {
  margin-right: 0.5em;
  position: relative;
  display: inline-block;
  -webkit-transform: translate(0em, -0.2em) rotate(0deg);
  transform: translate(0em, -0.2em) rotate(0deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#header_content div.arrow img {
  width: 0.7em;
  height: 0.7em;
}
#header_content div.arrow.right {
  -webkit-transform: translate(0.1em, 0em) rotate(90deg);
  transform: translate(0.1em, 0em) rotate(90deg);
}
#header_content #about {
  background: white;
  width: 100%;
  border-bottom: thin solid #231815;
  height: 33em;
  position: relative;
  min-width: 1400px;
}
#header_content #about .text {
  padding-left: 12em;
  padding-top: 5em;
  line-height: 2.2em;
  font-size: 0.9em;
  font-size: 0.8em;
}
#header_content #about .text h2 {
  font-size: 4em;
  font-weight: 100;
  margin-bottom: 1em;
}
#header_content #about .text ._left {
  float: left;
  margin-right: 20vh;
}
#header_content #about .text ._right {
  float: left;
}
#header_content #about .text h2 {
  line-height: 1.1em;
  margin-bottom: 0.75em;
}
#header_content #about .text ._left {
  margin-right: 0;
  line-height: 2em;
}
#header_content #about .body {
  margin-bottom: 1em;
}
#header_content #about .body > div:nth-child(3) {
  height: 19.7em;
}
#header_content #about .body, #header_content #about .sub {
  overflow: hidden;
}
#header_content #about .body > div:nth-child(1), #header_content #about .sub > div:nth-child(1) {
  width: 370px;
}
#header_content #about .body > div:nth-child(1) p, #header_content #about .sub > div:nth-child(1) p {
  margin-bottom: 1em;
}
#header_content #about .body > div:nth-child(1) p:last-child, #header_content #about .sub > div:nth-child(1) p:last-child {
  margin-bottom: 0;
}
#header_content #about .body > div:nth-child(2), #header_content #about .sub > div:nth-child(2) {
  width: 420px;
}
#header_content #about .body > div:nth-child(2) p, #header_content #about .sub > div:nth-child(2) p {
  margin-bottom: 2.5em;
}
#header_content #about .body > div:nth-child(2) p:last-child, #header_content #about .sub > div:nth-child(2) p:last-child {
  margin-bottom: 0;
}
#header_content #about .body > div:nth-child(3), #header_content #about .sub > div:nth-child(3) {
  white-space: nowrap;
}
#header_content #about #about_english._left {
  font-size: 0.8rem;
  line-height: 1.63rem;
}
#header_content #about .header {
  overflow: hidden;
}
#header_content #about .header ._title {
  float: left;
  width: 790px;
}
#header_content #about .header .sns {
  float: left;
  line-height: 2.5em;
}
@media all and (max-width: 768px) {
  #header_content #about {
    min-width: 0;
    height: 26em;
  }
  #header_content #about .text {
    font-size: 0.7em;
    padding-left: 0;
    padding-top: 3.5em;
  }
  #header_content #about .text h2 {
    font-size: 2.5em;
  }
  #header_content #about .content_wrapper {
    padding-left: 1.8em;
    overflow-x: scroll;
    width: 100%;
    -webkit-overflow-scrolling: touch;
  }
  #header_content #about .content_wrapper::-webkit-scrollbar {
    display: none;
  }
  #header_content #about .body, #header_content #about .sub, #header_content #about .header {
    width: 90em;
  }
  #header_content #about .body > div:nth-child(1), #header_content #about .sub > div:nth-child(1) {
    width: 320px;
  }
  #header_content #about .body > div:nth-child(2), #header_content #about .sub > div:nth-child(2) {
    width: 370px;
  }
  #header_content #about .header ._title {
    width: 690px;
  }
  #header_content #about #about_english._left {
    line-height: 1.3rem;
  }
}
#header_content #about .credit .credit_text {
  position: relative;
  height: 100%;
  font-size: 0.9em;
}
#header_content #about .credit dl {
  line-height: 1em;
}
#header_content #about .credit dl dt {
  margin-bottom: 0.25em;
}
#header_content #about .credit dl dd {
  margin-bottom: 1.5em;
  line-height: 1.5em;
}
#header_content #about .credit p {
  line-height: 1.8em;
  margin-bottom: 1.5em;
}
#header_content #about .credit .team {
  font-size: 0.9rem;
}
#header_content #about .copyright {
  font-size: 0.6rem;
}
#header_content #about .about_btn {
  bottom: 0;
  position: absolute;
  height: 2em;
  line-height: 1em;
  padding: 0.5em 1em;
  cursor: pointer;
  font-size: 1.25em;
}
#header_content #about .about_btn:hover div.arrow {
  -webkit-transform: translate(0em, 0.1em) rotate(180deg);
  transform: translate(0em, 0.1em) rotate(180deg);
}
#header_content #enter {
  height: 2em;
  line-height: 1em;
  padding: 0.5em 1em;
  cursor: pointer;
  font-size: 1.25em;
  color: white;
}
#header_content #enter:hover div.arrow {
  -webkit-transform: translate(0em, 0.1em) rotate(180deg);
  transform: translate(0em, 0.1em) rotate(180deg);
}
#header_content.visible {
  top: 2em;
}
#header_content.visible #about .about_btn:hover div.arrow {
  -webkit-transform: translate(0em, -0.2em) rotate(0deg);
  transform: translate(0em, -0.2em) rotate(0deg);
}

audio {
  display: none;
  /*    position: fixed;
      top: 10em;
      left: 4em;
      z-index: 100000000;*/
}

.zoom, .sound {
  z-index: 1000;
  position: fixed;
  bottom: 1em;
  left: 1.5em;
  height: 20px;
  width: 44px;
  /*&#se_btn_list {
      bottom: calc(1em + 2px);
      right: 1.5em;
      left: auto;
      width: auto;


      ul {            
          li.btn {
              position: relative;
              top: auto;
              left: auto;
              display: inline-block;

              &::before {
                  border: none;
                  height: 10px;
                  width: 10px;
                  background: pink;
                  border-radius: 100%;
              }

              &#se_1::before {background: rgba(225, 0, 19, 1.0);};
              &#se_2::before {background: rgba(240, 132, 22, 1.0);};
              &#se_3::before {background: rgba(255, 238, 0, 1.0);};
              &#se_4::before {background: rgba(114, 181, 36, 1.0);};
              &#se_5::before {background: rgba(7, 142, 142, 1.0);};
              &#se_6::before {background: rgba(26, 41, 86, 1.0);};
              &#se_7::before {background: rgba(99, 0, 124, 1.0);};
          }
      }
      @include media(tablet){
          right: 1em;
      }
  }*/
}
@media all and (max-width: 768px) {
  .zoom, .sound {
    left: 1em;
  }
}
.zoom img, .sound img {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
.zoom img._wh, .sound img._wh {
  opacity: 0;
  visibility: hidden;
}
.zoom img._bk, .sound img._bk {
  visibility: visible;
  opacity: 1;
}
.zoom#soundcontrol_btn, .sound#soundcontrol_btn {
  bottom: -1.5em;
  left: 5em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media all and (max-width: 768px) {
  .zoom#soundcontrol_btn, .sound#soundcontrol_btn {
    left: 4.5em;
  }
}
.zoom#soundcontrol_btn.visible, .sound#soundcontrol_btn.visible {
  bottom: calc(1em + 1px);
}
.zoom#soundcontrol_btn img, .sound#soundcontrol_btn img {
  max-width: 100%;
  height: 22px;
  position: absolute;
  top: 0;
  left: 0;
}
.zoom#soundcontrol_btn .switch, .sound#soundcontrol_btn .switch {
  position: absolute;
  top: 0;
  left: 0;
  width: 58px;
  height: 24px;
  cursor: pointer;
}
.zoom#soundcontrol_btn .switch img.off, .sound#soundcontrol_btn .switch img.off {
  visibility: hidden;
  opacity: 0;
}
.zoom#soundcontrol_btn.turnoff .switch img.off, .sound#soundcontrol_btn.turnoff .switch img.off {
  visibility: visible;
  opacity: 1;
}
.zoom#soundcontrol_btn.turnoff .switch img.on, .sound#soundcontrol_btn.turnoff .switch img.on {
  visibility: hidden;
  opacity: 0;
}
.zoom .btn, .sound .btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  border: thin solid #666;
  border-radius: 100%;
}
.zoom .btn.disable, .sound .btn.disable {
  opacity: 0.5;
  cursor: default;
}
.zoom .btn#out, .sound .btn#out {
  left: 24px;
}
.zoom .btn::before, .sound .btn::before {
  border-bottom: thin solid #666;
  width: 20px;
  height: 1px;
  width: 60%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20%;
  position: absolute;
  content: "";
}
.zoom .btn#in::after, .sound .btn#in::after {
  border-left: thin solid #666;
  width: 100%;
  height: 60%;
  top: 20%;
  left: 50%;
  position: absolute;
  content: "";
}
.zoom .btn#out, .sound .btn#out {
  top: 0;
}

#photo_num {
  z-index: 1000;
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -2em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  /*    @include media(tablet){
          transform: none;
          left: auto;
          right: 1em;
          top: -1em;
          bottom: auto;
      }*/
}

#map {
  z-index: 1000;
  position: fixed;
  top: 1em;
  left: 1.5em;
  width: 130px;
  height: 93px;
  background-size: contain;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  pointer-events: none;
}
@media all and (max-width: 768px) {
  #map {
    left: 1em;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
}
#map img[src$=".svg"] {
  width: 100%;
  height: auto;
}
#map img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#map img._wh {
  opacity: 0;
  visibility: hidden;
}
#map #pin {
  width: 130px;
  height: 0.5em;
  border-radius: 0.5em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  top: 50%;
  left: -2px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
#map #pin::after {
  width: 0.5em;
  height: 0.5em;
  border-radius: 0.5em;
  background: #DF0080;
  content: "";
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  left: 25px;
}
#map #pin.c01 {
  -webkit-transform: rotate(9.5deg);
          transform: rotate(9.5deg);
}
#map #pin.c02 {
  -webkit-transform: rotate(18.9deg);
          transform: rotate(18.9deg);
}
#map #pin.c03 {
  -webkit-transform: rotate(28.4deg);
          transform: rotate(28.4deg);
}
#map #pin.c04 {
  -webkit-transform: rotate(37.9deg);
          transform: rotate(37.9deg);
}
#map #pin.c05 {
  -webkit-transform: rotate(47.4deg);
          transform: rotate(47.4deg);
}
#map #pin.c06 {
  -webkit-transform: rotate(56.8deg);
          transform: rotate(56.8deg);
}
#map #pin.c07 {
  -webkit-transform: rotate(66.3deg);
          transform: rotate(66.3deg);
}
#map #pin.c08 {
  -webkit-transform: rotate(75.8deg);
          transform: rotate(75.8deg);
}
#map #pin.c09 {
  -webkit-transform: rotate(85.3deg);
          transform: rotate(85.3deg);
}
#map #pin.c10 {
  -webkit-transform: rotate(94.7deg);
          transform: rotate(94.7deg);
}
#map #pin.c11 {
  -webkit-transform: rotate(104.2deg);
          transform: rotate(104.2deg);
}
#map #pin.c12 {
  -webkit-transform: rotate(113.7deg);
          transform: rotate(113.7deg);
}
#map #pin.c13 {
  -webkit-transform: rotate(123.2deg);
          transform: rotate(123.2deg);
}
#map #pin.c14 {
  -webkit-transform: rotate(132.6deg);
          transform: rotate(132.6deg);
}
#map #pin.c15 {
  -webkit-transform: rotate(142.1deg);
          transform: rotate(142.1deg);
}
#map #pin.c16 {
  -webkit-transform: rotate(151.6deg);
          transform: rotate(151.6deg);
}
#map #pin.c17 {
  -webkit-transform: rotate(161.1deg);
          transform: rotate(161.1deg);
}
#map #pin.c18 {
  -webkit-transform: rotate(170.5deg);
          transform: rotate(170.5deg);
}
#map #pin.c19 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#map #pin.c20 {
  -webkit-transform: rotate(189.5deg);
          transform: rotate(189.5deg);
}
#map #pin.c21 {
  -webkit-transform: rotate(198.9deg);
          transform: rotate(198.9deg);
}
#map #pin.c22 {
  -webkit-transform: rotate(208.4deg);
          transform: rotate(208.4deg);
}
#map #pin.c23 {
  -webkit-transform: rotate(217.9deg);
          transform: rotate(217.9deg);
}
#map #pin.c24 {
  -webkit-transform: rotate(227.4deg);
          transform: rotate(227.4deg);
}
#map #pin.c25 {
  -webkit-transform: rotate(236.8deg);
          transform: rotate(236.8deg);
}
#map #pin.c26 {
  -webkit-transform: rotate(246.3deg);
          transform: rotate(246.3deg);
}
#map #pin.c27 {
  -webkit-transform: rotate(255.8deg);
          transform: rotate(255.8deg);
}
#map #pin.c28 {
  -webkit-transform: rotate(265.3deg);
          transform: rotate(265.3deg);
}
#map #pin.c29 {
  -webkit-transform: rotate(274.7deg);
          transform: rotate(274.7deg);
}
#map #pin.c30 {
  -webkit-transform: rotate(284.2deg);
          transform: rotate(284.2deg);
}
#map #pin.c31 {
  -webkit-transform: rotate(293.7deg);
          transform: rotate(293.7deg);
}
#map #pin.c32 {
  -webkit-transform: rotate(303.2deg);
          transform: rotate(303.2deg);
}
#map #pin.c33 {
  -webkit-transform: rotate(312.6deg);
          transform: rotate(312.6deg);
}
#map #pin.c34 {
  -webkit-transform: rotate(322.1deg);
          transform: rotate(322.1deg);
}
#map #pin.c35 {
  -webkit-transform: rotate(331.6deg);
          transform: rotate(331.6deg);
}
#map #pin.c36 {
  -webkit-transform: rotate(341.1deg);
          transform: rotate(341.1deg);
}
#map #pin.c37 {
  -webkit-transform: rotate(350.5deg);
          transform: rotate(350.5deg);
}
#map.zoomin1 #pin::after {
  left: 18px;
}
#map.zoomout1 #pin::after {
  left: 32px;
}

body.scrolled #prev_arrow.arrow {
  left: 2em;
}
@media all and (max-width: 768px) {
  body.scrolled #prev_arrow.arrow {
    left: 1em;
  }
}
body.scrolled header {
  top: -5em;
}
body.scrolled header h1, body.scrolled header .exhibition_menu {
  top: -15em;
}
body.scrolled #mouseover_area {
  top: 0;
}
body.scrolled #photo_num {
  bottom: 1em;
}

#next_arrow.arrow {
  z-index: 10000;
  position: fixed;
  right: 2em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#next_arrow.arrow:hover {
  opacity: 0.2;
}
#next_arrow.arrow.visible {
  opacity: 0.1;
}
#next_arrow.arrow.back {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
@media all and (max-width: 768px) {
  #next_arrow.arrow {
    right: 1em;
  }
  #next_arrow.arrow img {
    width: 1.5em;
  }
  #next_arrow.arrow:hover {
    opacity: 1;
  }
}

#prev_arrow.arrow {
  z-index: 10000;
  position: fixed;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  left: -5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#prev_arrow.arrow img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#prev_arrow.arrow:hover {
  opacity: 0.2;
}
@media all and (max-width: 768px) {
  #prev_arrow.arrow img {
    width: 1.5em;
  }
  #prev_arrow.arrow:hover {
    opacity: 1;
  }
}

body {
  background-color: black;
}

#movie_wrapper {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
}
#movie_wrapper #movie_body {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 43%;
  height: 75%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media all and (max-width: 768px) {
  #movie_wrapper #movie_body {
    width: 85%;
  }
}
#movie_wrapper.visible {
  visibility: visible;
  opacity: 1;
}
#movie_wrapper.visible {
  z-index: 200000;
}
#movie_wrapper #movie_back {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  cursor: url(../img/close.svg), auto;
}

#main_content {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 2000;
  opacity: 0;
  visibility: hidden;
}
#main_content.visible {
  visibility: visible;
  opacity: 1;
}
#main_content a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#main_content #content_wrapper {
  height: 100%;
  background: white;
  position: absolute;
  overflow: hidden;
  overflow-y: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  min-height: 800px;
}
#main_content #content_wrapper::-webkit-scrollbar {
  display: none;
}
@media all and (max-width: 768px) {
  #main_content #content_wrapper {
    min-height: 0;
  }
}
#main_content .gallery_slider {
  height: 100vh;
  position: relative;
  min-width: 500vw;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-property: background, color, -webkit-transform;
  transition-property: background, color, -webkit-transform;
  transition-property: transform, background, color;
  transition-property: transform, background, color, -webkit-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  /*
          will-change: transform;
          */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 50vw center;
          transform-origin: 50vw center;
  -webkit-transform: translate(50vw, 0) scale(2);
          transform: translate(50vw, 0) scale(2);
}
#main_content .gallery_slider.zoomout1 {
  -webkit-transform-origin: 0vw center;
          transform-origin: 0vw center;
  -webkit-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
}
#main_content .gallery_slider.zoomin1 {
  -webkit-transform-origin: 100vw center;
          transform-origin: 100vw center;
  -webkit-transform: translate(100vw, 0) scale(3);
          transform: translate(100vw, 0) scale(3);
}
#main_content .gallery_slider img {
  max-width: none;
  pointer-events: none;
}
#main_content .gallery_slider .gallery_child {
  float: left;
  -webkit-transform: translateY(41vh);
          transform: translateY(41vh);
  margin-right: 18vh;
  margin-right: 45vh;
  height: 18vh;
}
#main_content .gallery_slider .gallery_child img, #main_content .gallery_slider .gallery_child video, #main_content .gallery_slider .gallery_child iframe {
  height: 37vh;
  width: auto;
}
#main_content .gallery_slider .gallery_child#vol3_23 {
  position: relative;
}
#main_content .gallery_slider .gallery_child#vol3_13 {
  text-align: center;
  color: #DF0080;
}
#main_content .gallery_slider .gallery_child#vol3_13 img {
  height: 1em;
}
#main_content .gallery_slider .gallery_child#vol3_13 h2 {
  font-size: 2em;
}
#main_content .gallery_slider .gallery_child#vol3_13 div.sound_btn {
  line-height: 1.5em;
  margin-bottom: 0.4em;
  cursor: pointer;
  padding-left: 0.75em;
  position: relative;
}
#main_content .gallery_slider .gallery_child#vol3_13 div.sound_btn:hover {
  opacity: 0.5;
}
#main_content .gallery_slider .gallery_child#vol3_13 div.sound_btn.active {
  color: black;
}
#main_content .gallery_slider .gallery_child#vol3_13 div.sound_btn.active ._off {
  opacity: 1;
}
#main_content .gallery_slider .gallery_child#vol3_13 div.sound_btn.active ._on {
  opacity: 0;
}
#main_content .gallery_slider .gallery_child#vol3_13 div.sound_btn#sound_play_en {
  margin-bottom: 1em;
}
#main_content .gallery_slider .gallery_child#vol3_13 div.sound_btn img {
  width: 0.7em;
  height: auto;
  padding-right: 0.25em;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-0.6em, -50%);
          transform: translate(-0.6em, -50%);
}
#main_content .gallery_slider .gallery_child#vol3_13 div.sound_btn ._off {
  opacity: 0;
}
#main_content .gallery_slider .gallery_child#vol3_13 h3 {
  margin-bottom: 1em;
}
#main_content .gallery_slider .gallery_child#vol3_13 small {
  color: black;
  font-size: 0.75em;
}
#main_content .gallery_slider .gallery_child#vol3_13 small img {
  height: 1.25em;
}
#main_content .gallery_slider .gallery_child.slide::before {
  content: "";
  display: block;
  height: 100%;
}
#main_content .gallery_slider .gallery_child.slide#vol3_03::before {
  padding-left: 16.3vh;
}
#main_content .gallery_slider .gallery_child.slide#vol3_06::before {
  padding-left: 52.3vh;
}
#main_content .gallery_slider .gallery_child.slide#vol3_07::before {
  padding-left: 22.2vh;
}
#main_content .gallery_slider .gallery_child.slide#vol3_10::before {
  padding-left: 89.8vh;
}
#main_content .gallery_slider .gallery_child.slide#vol3_11::before {
  padding-left: 16.6vh;
}
#main_content .gallery_slider .gallery_child.slide#vol3_20::before {
  padding-left: 27.5vh;
}
#main_content .gallery_slider .gallery_child.slide#vol3_22::before {
  padding-left: 16.7vh;
}
#main_content .gallery_slider .gallery_child.slide#vol3_25::before {
  padding-left: 16.7vh;
}
#main_content .gallery_slider .gallery_child.slide#vol3_33::before {
  padding-left: 27.5vh;
}
#main_content .gallery_slider .gallery_child.slide img {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
#main_content .gallery_slider .gallery_child.slide .active {
  z-index: 10;
  opacity: 1;
}
#main_content .gallery_slider .gallery_child.slide.slide_photo2 {
  /*                    img {animation: slide_step 2s 0s infinite;}
  img:nth-child(2) {animation-delay: 1s;}
  @keyframes slide_step {
      0% {opacity: 1;}
      50% {opacity: 1;}
      50.000001% {opacity: 0;}
      100% {opacity: 0;}
  }*/
}
#main_content .gallery_slider .gallery_child.slide.slide_photo2 img:nth-child(2) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@-webkit-keyframes slide_step {
  50.1% {
    opacity: 0.000001;
  }
}
@keyframes slide_step {
  50.1% {
    opacity: 0.000001;
  }
}
#main_content .gallery_slider .gallery_child.slide.slide_photo3 {
  /*
                      img {animation: slide_step3 3s 0s infinite;}
                      img:nth-child(2) {animation-delay: 1s;}
                      img:nth-child(3) {animation-delay: 2s;}
                      @keyframes slide_step3 {
                          0% {opacity: 1;}
                          33.333% {opacity: 1;}
                          33.334% {opacity: 0;}
                          100% {opacity: 0;}
                      }
  */
}
#main_content .gallery_slider .gallery_child.slide.slide_photo3 img:nth-child(2) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
#main_content .gallery_slider .gallery_child.slide.slide_photo3 img:nth-child(3) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
@-webkit-keyframes slide_step3 {
  33.4% {
    opacity: 0.000001;
  }
}
@keyframes slide_step3 {
  33.4% {
    opacity: 0.000001;
  }
}
#main_content .gallery_slider .gallery_child.slide.slide_photo4 {
  /*                    img {animation: slide_step4 4s 0s infinite;}
                      img:nth-child(2) {animation-delay: 1s;}
                      img:nth-child(3) {animation-delay: 2s;}
                      img:nth-child(4) {animation-delay: 3s;}
                      @keyframes slide_step4 {
                          0% {opacity: 1;}
                          25% {opacity: 1;}
                          25.0001% {opacity: 0;}
                          100% {opacity: 0;}
                      }*/
}
#main_content .gallery_slider .gallery_child.slide.slide_photo4 img:nth-child(2) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
#main_content .gallery_slider .gallery_child.slide.slide_photo4 img:nth-child(3) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
#main_content .gallery_slider .gallery_child.slide.slide_photo4 img:nth-child(4) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
@-webkit-keyframes slide_step4 {
  25.1% {
    opacity: 0.000001;
  }
}
@keyframes slide_step4 {
  25.1% {
    opacity: 0.000001;
  }
}
#main_content .gallery_slider .gallery_child.slide.slide_photo5 img:nth-child(2) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
#main_content .gallery_slider .gallery_child.slide.slide_photo5 img:nth-child(3) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
#main_content .gallery_slider .gallery_child.slide.slide_photo5 img:nth-child(4) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
#main_content .gallery_slider .gallery_child.slide.slide_photo5 img:nth-child(5) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
@-webkit-keyframes slide_step5 {
  20.1% {
    opacity: 0.000001;
  }
  /*                        0% {opacity: 1;}
                          20% {opacity: 1;}
                          20.0001% {opacity: 0;}
                          100% {opacity: 0;}*/
}
@keyframes slide_step5 {
  20.1% {
    opacity: 0.000001;
  }
  /*                        0% {opacity: 1;}
                          20% {opacity: 1;}
                          20.0001% {opacity: 0;}
                          100% {opacity: 0;}*/
}
#main_content .gallery_slider .gallery_child iframe {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#main_content .gallery_slider .gallery_child ul {
  float: left;
}
#main_content .gallery_slider .gallery_child.mr_1 {
  margin-right: 6.1vh;
}
#main_content .gallery_slider .gallery_child.mr_2 {
  margin-right: 10.2vh;
}
#main_content .gallery_slider .gallery_child.mr_3 {
  margin-right: 15.5vh;
}
#main_content .gallery_slider .gallery_child.mr_4 {
  margin-right: 22.4vh;
}
#main_content .gallery_slider .gallery_child.mr_5 {
  margin-right: 27.8vh;
}
#main_content .gallery_slider .gallery_child.mr_6 {
  margin-right: 41vh;
}
#main_content .gallery_slider .gallery_child.mr_0 {
  margin-right: -20vh;
}
#main_content .gallery_slider .gallery_child.xs {
  -webkit-transform: translateY(40.75vh);
          transform: translateY(40.75vh);
  height: 18.5vh;
}
#main_content .gallery_slider .gallery_child.xs img {
  height: 18.5vh;
}
#main_content .gallery_slider .gallery_child.s {
  -webkit-transform: translateY(37.5vh);
          transform: translateY(37.5vh);
  height: 25vh;
}
#main_content .gallery_slider .gallery_child.s img {
  height: 25vh;
}
#main_content .gallery_slider .gallery_child.m {
  -webkit-transform: translateY(32.5vh);
          transform: translateY(32.5vh);
  height: 35vh;
}
#main_content .gallery_slider .gallery_child.m img {
  height: 35vh;
}
#main_content .gallery_slider .gallery_child.l {
  -webkit-transform: translateY(25vh);
          transform: translateY(25vh);
  height: 50vh;
}
#main_content .gallery_slider .gallery_child.l img {
  height: 50vh;
}
#main_content .gallery_slider .gallery_child.xl2 {
  -webkit-transform: translateY(26vh);
          transform: translateY(26vh);
  height: 48vh;
}
#main_content .gallery_slider .gallery_child.xl2 img {
  height: 48vh;
}
#main_content .gallery_slider .gallery_child.xl {
  -webkit-transform: translateY(20vh);
          transform: translateY(20vh);
  height: 60vh;
}
#main_content .gallery_slider .gallery_child.xl img {
  height: 60vh;
}
#main_content .gallery_slider .gallery_child.xxl {
  -webkit-transform: translateY(12.5vh);
          transform: translateY(12.5vh);
  height: 75vh;
}
#main_content .gallery_slider .gallery_child.xxl img {
  height: 75vh;
}
@media all and (max-width: 768px) {
  #main_content .gallery_slider .gallery_child {
    -webkit-transform: translateY(29.5vh);
            transform: translateY(29.5vh);
  }
  #main_content .gallery_slider .gallery_child.xs {
    -webkit-transform: translateY(38.75vh);
            transform: translateY(38.75vh);
  }
  #main_content .gallery_slider .gallery_child.s {
    -webkit-transform: translateY(35.5vh);
            transform: translateY(35.5vh);
  }
  #main_content .gallery_slider .gallery_child.m {
    -webkit-transform: translateY(30.5vh);
            transform: translateY(30.5vh);
  }
  #main_content .gallery_slider .gallery_child.l {
    -webkit-transform: translateY(23vh);
            transform: translateY(23vh);
  }
  #main_content .gallery_slider .gallery_child.xxl {
    -webkit-transform: translateY(10.5vh);
            transform: translateY(10.5vh);
  }
  #main_content .gallery_slider .gallery_child.sps {
    -webkit-transform: translateY(40.5vh);
            transform: translateY(40.5vh);
    height: 15vh;
  }
  #main_content .gallery_slider .gallery_child.sps img, #main_content .gallery_slider .gallery_child.sps video, #main_content .gallery_slider .gallery_child.sps iframe {
    height: 15vh;
  }
  #main_content .gallery_slider .gallery_child.spm {
    -webkit-transform: translateY(38vh);
            transform: translateY(38vh);
    height: 20vh;
  }
  #main_content .gallery_slider .gallery_child.spm img {
    height: 20vh;
  }
}
#main_content .gallery_slider .gallery_child.wc {
  -webkit-transform: translateY(10vh);
          transform: translateY(10vh);
  height: 90vh;
  width: 70vh;
  border: thin black solid;
  border-bottom: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-right: 18vh;
}
#main_content .gallery_slider .gallery_child.wc img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 12vh;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#main_content .gallery_slider .gallery_child.wc img._wh {
  opacity: 0;
  visibility: hidden;
}
#main_content .gallery_slider .gallery_child.wc img._bk {
  visibility: visible;
  opacity: 1;
}
#main_content .gallery_slider .gallery_child.wc::before {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  content: "";
  width: 2em;
  height: 2em;
  border-radius: 50%;
  top: 70%;
  left: 1.5em;
  border: thin solid black;
}
#main_content .gallery_slider .gallery_child#vol2_26, #main_content .gallery_slider .gallery_child#photo_27 {
  /*background: url(../img/wc_m.svg) center center no-repeat;
  background-size: auto 12vh;//forscale
  */
}
#main_content .gallery_slider .gallery_child#vol2_27, #main_content .gallery_slider .gallery_child#photo_28 {
  /*background: url(../img/wc_w.svg) center center no-repeat;
  background-size: auto 12vh;//forscale*/
}
#main_content .gallery_slider .gallery_child#text_01 {
  margin-right: -350px;
  height: 14vh;
  -webkit-transform: translateY(43vh);
          transform: translateY(43vh);
}
#main_content .gallery_slider .gallery_child#text_01 .text {
  font-size: 0.5em;
  padding-left: 0;
}
#main_content .gallery_slider .gallery_child#text_01 .text h2 {
  float: left;
  padding-left: 100px;
  margin-right: 7vh;
}
#main_content .gallery_slider .gallery_child#text_01 .text h2 img {
  height: auto;
  width: 72.5%;
}
#main_content .gallery_slider .gallery_child#text_01 .text ._left {
  float: left;
  line-height: 0.95rem;
  margin-right: 20px;
  width: 290px;
}
#main_content .gallery_slider .gallery_child#text_01 .text ._left p {
  margin-bottom: 1.5em;
}
#main_content .gallery_slider .gallery_child#text_01 .text ._left p:last-child {
  padding-right: 110px;
  text-align: right;
}
#main_content .gallery_slider .gallery_child#text_01 .text ._right {
  float: left;
  line-height: 0.995rem;
  letter-spacing: 0.05em;
  width: 350px;
}
#main_content .gallery_slider .gallery_child#text_01 .text ._right p {
  margin-bottom: 1.5em;
}
#main_content .gallery_slider .gallery_child#text_01 .text ._right p:last-child {
  padding-right: 134px;
  text-align: right;
}
#main_content .gallery_slider .gallery_child#text_01 #text_01_content {
  -webkit-transform: scale(0.65);
          transform: scale(0.65);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
#main_content .gallery_slider .gallery_child#text_01 #text_tops {
  padding-left: 61vh;
  background: url("../img/vol3_title.svg") left 19vh center no-repeat;
  overflow: hidden;
  font-weight: bold;
  background-size: 23vh;
}
@media all and (max-width: 768px) {
  #main_content .gallery_slider .gallery_child#text_01 {
    margin-right: -270px;
    -webkit-transform: translateY(33.5vh);
            transform: translateY(33.5vh);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    height: 100%;
  }
  #main_content .gallery_slider .gallery_child#text_01 #text_01_content {
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
  #main_content .gallery_slider .gallery_child#text_01 .sp_logo {
    float: left;
    margin-right: 30vw;
    width: 50vw;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  #main_content .gallery_slider .gallery_child#text_01 .sp_logo img {
    height: auto;
    width: 100%;
  }
  #main_content .gallery_slider .gallery_child#text_01 #text_tops {
    padding-left: 13.5vw;
    background: none;
    margin-bottom: 2vh;
  }
  #main_content .gallery_slider .gallery_child#text_01 .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    overflow: hidden;
  }
  #main_content .gallery_slider .gallery_child#text_01 .text h2 {
    float: none;
  }
  #main_content .gallery_slider .gallery_child#text_01 .text ._left {
    float: none;
    width: auto;
    margin-right: 50px;
  }
  #main_content .gallery_slider .gallery_child#text_01 .text ._left p:last-child {
    padding-right: 7.4em;
  }
  #main_content .gallery_slider .gallery_child#text_01 .text ._right {
    float: none;
    width: auto;
    margin-right: 50px;
  }
  #main_content .gallery_slider .gallery_child#text_01 .text ._right p:last-child {
    padding-right: 5.5em;
  }
}
#main_content .gallery_slider .gallery_child#text_02 {
  position: relative;
  overflow: hidden;
  margin-right: 10vh;
  height: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}
#main_content .gallery_slider .gallery_child#text_02 .text {
  padding-left: 12em;
  padding-top: 5em;
  line-height: 2.2em;
  font-size: 0.9em;
  padding-top: 0;
  padding-left: 0;
  font-size: 0.7em;
  -webkit-transform: scale(0.65);
          transform: scale(0.65);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*
                      position: absolute;
                      top: 50%;
                      transform: translateY(-50%);
  */
}
#main_content .gallery_slider .gallery_child#text_02 .text h2 {
  font-size: 4em;
  font-weight: 100;
  margin-bottom: 1em;
}
#main_content .gallery_slider .gallery_child#text_02 .text ._left {
  float: left;
  margin-right: 20vh;
}
#main_content .gallery_slider .gallery_child#text_02 .text ._right {
  float: left;
}
#main_content .gallery_slider .gallery_child#text_02 .text ._left {
  font-size: 1.5em;
  line-height: 1.5em;
  margin-right: 52.8vh;
  margin-right: 420px;
  float: none;
}
#main_content .gallery_slider .gallery_child#text_02 .text ._left.text02_title img {
  height: 19.5vh;
}
#main_content .gallery_slider .gallery_child#text_02 .text ._left.text02_text {
  color: #DF0080;
}
#main_content .gallery_slider .gallery_child#text_02 .text ._left dl {
  margin-bottom: 1em;
  line-height: 1.25em;
}
#main_content .gallery_slider .gallery_child#text_02 .text ._left dl:nth-child(3) {
  margin-bottom: 3em;
  font-size: 0.8em;
}
#main_content .gallery_slider .gallery_child#text_02 .text ._left dl::after {
  content: "—";
  font-size: 1em;
}
#main_content .gallery_slider .gallery_child#text_02 .text ._left dt {
  font-size: 0.78em;
}
#main_content .gallery_slider .gallery_child#text_02 .text ._left dd {
  font-size: 1.34em;
  white-space: nowrap;
  margin-bottom: 0.5em;
}
#main_content .gallery_slider .gallery_child#text_02 .text ._left p {
  margin-bottom: 2em;
}
#main_content .gallery_slider .gallery_child#text_02 .text ._left div.copyright, #main_content .gallery_slider .gallery_child#text_02 .text ._left div.credit {
  font-size: 0.65em;
}
#main_content .gallery_slider .gallery_child#text_02 .text ._left div.copyright p, #main_content .gallery_slider .gallery_child#text_02 .text ._left div.credit p {
  margin-bottom: 0.5em;
  line-height: 1.5em;
}
#main_content .gallery_slider .gallery_child#text_02 .text ._left div.copyright p:last-child, #main_content .gallery_slider .gallery_child#text_02 .text ._left div.credit p:last-child {
  margin-bottom: 0;
}
#main_content .gallery_slider .gallery_child#text_02 .text ._right {
  margin-right: 400px;
}
#main_content .gallery_slider .gallery_child#text_02 .text h2#exit {
  line-height: 1.1em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  margin-bottom: 0;
  color: #DF0080;
}
#main_content .gallery_slider .gallery_child#text_02 .text h2#exit:hover {
  opacity: 0.5;
}
@media all and (max-width: 768px) {
  #main_content .gallery_slider .gallery_child#text_02 {
    margin-left: 0;
  }
  #main_content .gallery_slider .gallery_child#text_02 .text ._left {
    margin-right: 200px;
  }
  #main_content .gallery_slider .gallery_child#text_02 .text h2:hover {
    color: #231815;
  }
}
#main_content .gallery_slider .gallery_child#vol2_44 {
  margin-right: 0vh;
}
#main_content .gallery_slider .gallery_child#vol2_06 {
  margin-right: 160vh;
}
#main_content .gallery_slider .gallery_child#vol2_18, #main_content .gallery_slider .gallery_child#vol2_19, #main_content .gallery_slider .gallery_child#vol2_40 {
  margin-right: 100vh;
}
#main_content .gallery_slider .gallery_child#vol2_19 {
  cursor: pointer;
}
#main_content .gallery_slider .gallery_child#vol2_19:hover {
  opacity: 0.8;
}
#main_content .gallery_slider .gallery_child#vol2_20, #main_content .gallery_slider .gallery_child#vol2_27 {
  margin-right: 60vh;
}
#main_content .gallery_slider .gallery_child#vol2_26 {
  margin-right: 18vh;
}
#main_content .gallery_slider .gallery_child#photo_15, #main_content .gallery_slider .gallery_child#photo_42 {
  margin-right: 0vh;
}
#main_content .gallery_slider .gallery_child#photo_12, #main_content .gallery_slider .gallery_child#photo_25, #main_content .gallery_slider .gallery_child#photo_32, #main_content .gallery_slider .gallery_child#photo_41 {
  margin-right: 7.4vh;
}
#main_content .gallery_slider .gallery_child#photo_01, #main_content .gallery_slider .gallery_child#photo_02, #main_content .gallery_slider .gallery_child#photo_07, #main_content .gallery_slider .gallery_child#photo_14, #main_content .gallery_slider .gallery_child#photo_16, #main_content .gallery_slider .gallery_child#photo_27, #main_content .gallery_slider .gallery_child#photo_36, #main_content .gallery_slider .gallery_child#photo_37 {
  margin-right: 12.7vh;
}
#main_content .gallery_slider .gallery_child#photo_03, #main_content .gallery_slider .gallery_child#photo_04, #main_content .gallery_slider .gallery_child#photo_06, #main_content .gallery_slider .gallery_child#photo_09, #main_content .gallery_slider .gallery_child#photo_10, #main_content .gallery_slider .gallery_child#photo_11, #main_content .gallery_slider .gallery_child#photo_29, #main_content .gallery_slider .gallery_child#photo_30 {
  margin-right: 21.6vh;
}
#main_content .gallery_slider .gallery_child#photo_26, #main_content .gallery_slider .gallery_child#photo_40 {
  margin-right: 26.4vh;
}
#main_content .gallery_slider .gallery_child#photo_22, #main_content .gallery_slider .gallery_child#photo_34, #main_content .gallery_slider .gallery_child#photo_35 {
  margin-right: 30.6vh;
}
#main_content .gallery_slider .gallery_child#photo_05, #main_content .gallery_slider .gallery_child#photo_13, #main_content .gallery_slider .gallery_child#photo_39 {
  margin-right: 35.9vh;
}
#main_content .gallery_slider .gallery_child#photo_38 {
  margin-right: 41.2vh;
}

.menuWrapper {
  float: right;
  position: relative;
  z-index: 0;
  width: 4em;
  height: 2em;
  z-index: 2;
}

@media all and (max-width: 768px) {
  .menuWrapper {
    width: 2em;
    height: 2em;
  }
}
#menuButton {
  overflow: hidden;
  display: block;
  position: relative;
  z-index: 0;
  width: 4em;
  height: 2em;
  cursor: pointer;
}
#menuButton span, #menuButton::before, #menuButton::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 1em;
  width: 3em;
  height: 1px;
  margin: auto;
  background: #000;
}
#menuButton span {
  overflow: hidden;
  z-index: 1;
  color: #000;
}
#menuButton::before {
  z-index: 2;
  -webkit-transform: translate(0, -0.4em);
          transform: translate(0, -0.4em);
  content: "";
}
#menuButton::after {
  z-index: 2;
  -webkit-transform: translate(0, 0.4em);
          transform: translate(0, 0.4em);
  content: "";
}
@media all and (max-width: 768px) {
  #menuButton {
    width: 2em;
  }
  #menuButton span, #menuButton::before, #menuButton::after {
    right: 0.5em;
    width: 1em;
  }
  #menuButton::before {
    -webkit-transform: translate(0, -0.3em);
            transform: translate(0, -0.3em);
  }
  #menuButton::after {
    -webkit-transform: translate(0, 0.3em);
            transform: translate(0, 0.3em);
  }
}
#menuButton span {
  -webkit-transition: -webkit-transform 150ms 50ms;
  transition: -webkit-transform 150ms 50ms;
  transition: transform 150ms 50ms;
  transition: transform 150ms 50ms, -webkit-transform 150ms 50ms;
}
#menuButton::before, #menuButton::after {
  -webkit-transition: -webkit-transform 200ms;
  transition: -webkit-transform 200ms;
  transition: transform 200ms;
  transition: transform 200ms, -webkit-transform 200ms;
}
#menuButton.clicked span {
  opacity: 0;
  -webkit-transition: -webkit-transform 150ms;
  transition: -webkit-transform 150ms;
  transition: transform 150ms;
  transition: transform 150ms, -webkit-transform 150ms;
}
#menuButton.clicked::before {
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
#menuButton.clicked::after {
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}

footer {
  position: fixed;
  bottom: 1em;
  left: 1em;
  z-index: 10000;
  display: none;
}

.link_border {
  color: #DF0080;
  position: relative;
}
.link_border:hover {
  text-decoration: none;
}
.link_border:hover::before {
  opacity: 1;
}
.link_border::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  border-radius: 3px;
  bottom: 0em;
  background: #DF0080;
  opacity: 0;
}

.credit .link_border::before {
  height: 1px;
}

.link_color:hover {
  text-decoration: none;
  color: #DF0080;
}
/*# sourceMappingURL=vol3.css.map */