/* 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;
}

._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: "Montserrat", sans-serif;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  color: #231815;
  width: 100%;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  font-weight: bold;
}

._vol5_font_en {
  font-family: "Montserrat", sans-serif;
}

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

.control__zoom {
  z-index: 1000;
  position: fixed;
  bottom: -3em;
  left: 1.5em;
  height: 24px;
  width: 52.8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media all and (max-width: 768px) {
  .control__zoom {
    left: 1em;
  }
}
.control__zoom_button {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.control__zoom_button.disable {
  opacity: 0.25;
  cursor: default;
}
.control__zoom_button._out {
  left: 24px;
}
.control__zoom_button::before {
  border-bottom: 3px solid #AEAEAE;
  width: 24px;
  height: 1px;
  width: 60%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 20%;
  position: absolute;
  content: "";
}
.control__zoom_button._in::after {
  border-left: 3px solid #AEAEAE;
  width: 100%;
  height: 60%;
  top: 20%;
  left: 50%;
  -webkit-transform: translateX(-6%);
          transform: translateX(-6%);
  position: absolute;
  content: "";
}
.control__zoom_button._out {
  top: 0;
}

#photo_num {
  z-index: 1000;
  position: fixed;
  right: 1.5em;
  bottom: -3em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #AEAEAE;
}

#map {
  z-index: 1000;
  position: fixed;
  top: 4em;
  top: -125px;
  left: 1.25em;
  width: 100px;
  height: 93px;
  background-size: contain;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  pointer-events: none;
  opacity: 0.75;
}
@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: 78%;
  height: auto;
}
#map img {
  position: absolute;
  top: 52.5%;
  left: 40.5%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#map #pin {
  width: 100px;
  height: 0.5em;
  border-radius: 0.5em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  top: 50%;
  left: -10px;
  -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: 20px;
}
#map #pin.c01 {
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
#map #pin.c02 {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
#map #pin.c03 {
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}
#map #pin.c04 {
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
}
#map #pin.c05 {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}
#map #pin.c06 {
  -webkit-transform: rotate(70deg);
          transform: rotate(70deg);
}
#map #pin.c07 {
  -webkit-transform: rotate(80deg);
          transform: rotate(80deg);
}
#map #pin.c08 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#map #pin.c09 {
  -webkit-transform: rotate(100deg);
          transform: rotate(100deg);
}
#map #pin.c10 {
  -webkit-transform: rotate(110deg);
          transform: rotate(110deg);
}
#map #pin.c11 {
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
}
#map #pin.c12 {
  -webkit-transform: rotate(130deg);
          transform: rotate(130deg);
}
#map #pin.c13 {
  -webkit-transform: rotate(140deg);
          transform: rotate(140deg);
}
#map #pin.c14 {
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg);
}
#map #pin.c15 {
  -webkit-transform: rotate(160deg);
          transform: rotate(160deg);
}
#map #pin.c16 {
  -webkit-transform: rotate(170deg);
          transform: rotate(170deg);
}
#map #pin.c17 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#map #pin.c18 {
  -webkit-transform: rotate(190deg);
          transform: rotate(190deg);
}
#map #pin.c19 {
  -webkit-transform: rotate(200deg);
          transform: rotate(200deg);
}
#map #pin.c20 {
  -webkit-transform: rotate(210deg);
          transform: rotate(210deg);
}
#map #pin.c21 {
  -webkit-transform: rotate(220deg);
          transform: rotate(220deg);
}
#map #pin.c22 {
  -webkit-transform: rotate(230deg);
          transform: rotate(230deg);
}
#map #pin.c23 {
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg);
}
#map #pin.c24 {
  -webkit-transform: rotate(250deg);
          transform: rotate(250deg);
}
#map #pin.c25 {
  -webkit-transform: rotate(260deg);
          transform: rotate(260deg);
}
#map #pin.c26 {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
#map #pin.c27 {
  -webkit-transform: rotate(280deg);
          transform: rotate(280deg);
}
#map #pin.c28 {
  -webkit-transform: rotate(290deg);
          transform: rotate(290deg);
}
#map #pin.c29 {
  -webkit-transform: rotate(300deg);
          transform: rotate(300deg);
}
#map #pin.c30 {
  -webkit-transform: rotate(310deg);
          transform: rotate(310deg);
}
#map #pin.c31 {
  -webkit-transform: rotate(320deg);
          transform: rotate(320deg);
}
#map #pin.c32 {
  -webkit-transform: rotate(330deg);
          transform: rotate(330deg);
}
#map #pin.c33 {
  -webkit-transform: rotate(340deg);
          transform: rotate(340deg);
}
body.scrolled .control__arrow._prev {
  left: 0.5em;
}
@media all and (max-width: 768px) {
  body.scrolled .control__arrow._prev {
    left: 0.25em;
  }
}
@media all and (max-width: 768px) {
  body.scrolled .control__arrow.arrow {
    left: 1em;
  }
}
body.scrolled .control__zoom {
  bottom: 1em;
}
body.scrolled #photo_num {
  bottom: 1em;
}
body.scrolled #main_content #map {
  top: 0.75em;
}

.control__arrow {
  z-index: 10000;
  position: fixed;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 50px;
}
.control__arrow:hover {
  opacity: 0.2;
}
.control__arrow.visible {
  opacity: 0.1;
}
.control__arrow.back {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
@media all and (max-width: 768px) {
  .control__arrow {
    right: 1em;
  }
  .control__arrow:hover {
    opacity: 1;
  }
}
.control__arrow._next {
  right: 0.5em;
}
@media all and (max-width: 768px) {
  .control__arrow._next {
    right: 0.25em;
  }
}
.control__arrow._next::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-top: 4px #AEAEAE solid;
  border-right: 4px #AEAEAE solid;
  border-color: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.control__arrow._next._black::before {
  border-color: #AEAEAE;
}
.control__arrow._prev {
  left: -5em;
}
.control__arrow._prev::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-top: 4px #AEAEAE solid;
  border-right: 4px #AEAEAE solid;
  border-color: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(225deg);
          transform: translate(-50%, -50%) rotate(225deg);
}
.control__arrow._prev._black::before {
  border-color: #AEAEAE;
}

#main_content {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 2000;
}
#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;
  -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.slide::before {
  content: "";
  display: block;
  height: 100%;
}
#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_1half {
  margin-right: 4vh;
}
#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_7 {
  margin-right: 60vh;
}
#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#vol3_02 {
  -webkit-transform: translateY(20vh);
          transform: translateY(20vh);
  height: 60vh;
  margin-right: -300px;
  font-family: "Noto Serif JP", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#main_content .gallery_slider .gallery_child#vol3_02 #text_01_content {
  -webkit-transform: scale(0.65);
          transform: scale(0.65);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  margin-right: 125px;
}
@media all and (max-width: 768px) {
  #main_content .gallery_slider .gallery_child#vol3_02 {
    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#vol3_02 #text_01_content {
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
  #main_content .gallery_slider .gallery_child#vol3_02 #text_tops {
    padding-left: 13.5vw;
    background: none;
    margin-bottom: 2vh;
  }
  #main_content .gallery_slider .gallery_child#vol3_02 .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#vol3_02 .text h2 {
    float: none;
  }
  #main_content .gallery_slider .gallery_child#vol3_02 .text ._left {
    float: none;
    width: auto;
    margin-right: 50px;
  }
  #main_content .gallery_slider .gallery_child#vol3_02 .text ._left p:last-child {
    padding-right: 7.4em;
  }
  #main_content .gallery_slider .gallery_child#vol3_02 .text ._right {
    float: none;
    width: auto;
    margin-right: 50px;
  }
  #main_content .gallery_slider .gallery_child#vol3_02 .text ._right p:last-child {
    padding-right: 5.5em;
  }
}
#main_content .gallery_slider .gallery_child#vol3_34 {
  position: relative;
  overflow: hidden;
  margin-right: 10vh;
  height: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}
#main_content .gallery_slider .gallery_child#vol3_34 .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;
  color: #AEAEAE;
  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#vol3_34 .text h2 {
  font-size: 4em;
  font-weight: 100;
  margin-bottom: 1em;
}
#main_content .gallery_slider .gallery_child#vol3_34 .text ._left {
  float: left;
  margin-right: 20vh;
}
#main_content .gallery_slider .gallery_child#vol3_34 .text ._right {
  float: left;
}
#main_content .gallery_slider .gallery_child#vol3_34 .text ._left {
  font-size: 1.5em;
  line-height: 1.5em;
  float: none;
}
#main_content .gallery_slider .gallery_child#vol3_34 .text ._left.text02_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: "Montserrat", sans-serif;
  width: 300px;
}
#main_content .gallery_slider .gallery_child#vol3_34 .text ._left.text02_title .text02_title__date {
  font-size: 10px;
  padding-left: 3px;
  margin-right: 40px;
}
#main_content .gallery_slider .gallery_child#vol3_34 .text ._left.text02_title .text02_title__number {
  font-size: 10px;
}
#main_content .gallery_slider .gallery_child#vol3_34 .text ._left.text02_title .text02_title__title {
  font-size: 38px;
  line-height: 110%;
  width: 100%;
  font-weight: 600;
  margin-top: 5px;
}
#main_content .gallery_slider .gallery_child#vol3_34 .text ._left.text02_title .text02_title__author {
  font-size: 10px;
  padding-left: 3px;
}
#main_content .gallery_slider .gallery_child#vol3_34 .text ._left.text02_text {
  font-family: "Montserrat", sans-serif;
  margin-right: 300px;
}
#main_content .gallery_slider .gallery_child#vol3_34 .text ._left dl {
  line-height: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#main_content .gallery_slider .gallery_child#vol3_34 .text ._left dl._sub {
  margin-top: 0.75em;
}
#main_content .gallery_slider .gallery_child#vol3_34 .text ._left dt {
  font-size: 8px;
  margin-right: 0.5em;
}
#main_content .gallery_slider .gallery_child#vol3_34 .text ._left dt._sub {
  font-size: 7px;
  margin-top: 0.15em;
}
#main_content .gallery_slider .gallery_child#vol3_34 .text ._left dd {
  font-size: 12px;
  white-space: nowrap;
}
#main_content .gallery_slider .gallery_child#vol3_34 .text ._left dd._sub {
  font-size: 11px;
  margin-top: 0.15em;
}
#main_content .gallery_slider .gallery_child#vol3_34 .text ._left a {
  color: inherit;
}
#main_content .gallery_slider .gallery_child#vol3_34 .text ._left div.copyright {
  font-size: 9px;
  margin-top: 0.75em;
}
#main_content .gallery_slider .gallery_child#vol3_34 .text ._left div.copyright p {
  margin-bottom: 0.5em;
  line-height: 110%;
}
#main_content .gallery_slider .gallery_child#vol3_34 .text ._left div.copyright p:last-child {
  margin-bottom: 0;
}
#main_content .gallery_slider .gallery_child#vol3_34 .text ._right {
  margin-right: 400px;
}
#main_content .gallery_slider .gallery_child#vol3_34 .text h2#exit {
  font-family: "Montserrat", sans-serif;
  line-height: 1.1em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  font-weight: 600;
  margin-bottom: 0;
  font-size: 2.5em;
}
#main_content .gallery_slider .gallery_child#vol3_34 .text h2#exit:hover {
  opacity: 0.5;
}
@media all and (max-width: 768px) {
  #main_content .gallery_slider .gallery_child#vol3_34 {
    margin-left: 0;
  }
  #main_content .gallery_slider .gallery_child#vol3_34 .text ._left {
    margin-right: 200px;
  }
  #main_content .gallery_slider .gallery_child#vol3_34 .text h2:hover {
    color: #231815;
  }
}

.greeting {
  line-height: 175%;
  padding-left: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #626262;
  font-family: "Noto Serif JP", serif;
  font-size: 0.5rem;
}
.greeting ._english {
  color: #7b7b7b;
  font-family: "Montserrat", sans-serif;
}
.greeting__artist {
  margin-top: 10px;
  text-align: right;
}
.greeting__block + .greeting__block {
  margin-left: 15vh;
}
.greeting__text + .greeting__text {
  margin-top: 40px;
}

.cover {
  width: 50vw;
  background: url(../vol5/top.jpg) left center no-repeat;
  background-size: cover;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Montserrat", sans-serif;
  padding: 0 100px;
  margin-right: 200px;
  color: white;
  /* &__top {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
  } */
  /* &__text {
      margin-top: 40px;
      width: 100%;
      display: flex;
      height: 160px;
      &_body {
          padding-left: 3px;
          width: 50%;
          font-size: .35rem;
          //transform: scale(.75);
          transform-origin: left top;
          p {
              line-height: 150%;
              &._right {
                  padding-right: 100px;
                  text-align: right;
              }
          }
          p + p {
              margin-top: 10px;
          }
      }
  } */
}
@media all and (max-width: 768px) {
  .cover {
    padding: 0 10px;
    padding-top: 30px;
  }
}
.cover em {
  font-style: normal;
  font-size: 75%;
}
.cover__heading {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cover__heading_date {
  padding-left: 3px;
  font-size: 0.5em;
  margin-right: 30px;
}
@media all and (max-width: 768px) {
  .cover__heading_date {
    padding-left: 2px;
    margin-right: 15px;
    font-size: 0.45em;
  }
}
.cover__heading_number {
  font-size: 0.5em;
}
@media all and (max-width: 768px) {
  .cover__heading_number {
    font-size: 0.45em;
  }
}
.cover__heading_title {
  margin-top: 20px;
  width: 100%;
  font-size: 2.5em;
  font-weight: 600;
}
@media all and (max-width: 768px) {
  .cover__heading_title {
    margin-top: 5px;
    font-size: 1.3em;
  }
}
.cover__heading_author {
  padding-left: 3px;
  margin-top: 10px;
  font-size: 0.5em;
}
@media all and (max-width: 768px) {
  .cover__heading_author {
    padding-left: 2px;
    margin-top: 5px;
  }
}
.cover__credit {
  margin-top: 90px;
  text-align: right;
  padding-left: 3px;
  width: 100%;
  font-size: 0.6rem;
  line-height: 150%;
  letter-spacing: 0.05em;
}
@media all and (max-width: 768px) {
  .cover__credit {
    font-size: 0.4em;
  }
}
.cover__credit em {
  margin-right: 0.25em;
}
@media all and (max-width: 768px) {
  .cover__credit em {
    margin-right: 0;
    display: block;
  }
}

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

.link_border {
  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=vol5.css.map */