@charset "UTF-8";

body {
  /*

====== Zoom effect ======

*/
  /*

====== Newspaper effect ======

*/
  /*

====== Move-horizontal effect ======

*/
  /*

====== Move-from-top effect ======

*/
  /*

====== 3d unfold ======

*/
  /*

====== Zoom-out effect ======

*/
  /*

====== "Hinge" close effect ======

*/
}

body.is-library {
  /* Magnific Popup CSS */
  /* Main image in popup */
  /* The shadow behind the image */
}

body.is-library p {
  margin-top: 15px;
}

body.is-library .areaNavi {
  margin: 30px 0 10px;
  position: relative;
}

body.is-library .areaNavi:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #d6cad4;
}

body.is-library .areaNavi li {
  float: left;
}

body.is-library .areaNavi a {
  display: block;
  padding: 15px 20px;
  text-decoration: none;
  color: #000;
  position: relative;
  border: 1px solid #fff;
  border-bottom: none;
}

body.is-library .areaNavi a:hover {
  background: #EEEEEA;
}

body.is-library .areaNavi li.current a {
  border: 1px solid #d6cad4;
}

body.is-library .areaNavi li.current a:hover {
  background: none;
}

body.is-library .areaNavi li.current a:before {
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: -1px;
}

body.is-library .floorNavi {
  background: #F2F2ED;
  padding: 10px;
  margin: 0 0 30px;
}

body.is-library .floorNavi ul {
  border-right: 1px solid #d6cad4;
}

body.is-library .floorNavi li {
  width: 25%;
  float: left;
  box-sizing: border-box;
}

body.is-library .floorNavi a {
  text-align: center;
  font-weight: bold;
  font-size: 123.1%;
  background: #fff;
  display: block;
  border: 1px solid #d6cad4;
  border-right: none;
  padding: 10px;
  position: relative;
  color: #000;
  text-decoration: none;
}

body.is-library .floorNavi a:hover {
  text-decoration: underline;
}

body.is-library .floorNavi a:before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background: url("/library/common/images/fa_arrow_down_01.gif") 0 0 no-repeat;
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

body.is-library .floorTitle {
  border-top: 1px solid #D6CAD4;
  padding-top: 30px;
  margin: 30px 0;
}

body.is-library .floorImage {
  margin-bottom: 20px;
}

body.is-library .floorDetail {
  padding: 20px;
  margin: 0 0 10px 0;
}

body.is-library .floorDetail h5 {
  font-size: 123.1%;
  font-weight: bold;
  border-left: 10px double;
  line-height: 1;
  margin: 0 0 0 -20px;
  padding: 0 0 0 10px;
}

body.is-library .floorPopup {
  width: 860px;
  margin: auto;
  background: #fff;
  padding: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  z-index: 100;
  display: block;
}

body.is-library .floorPopupImage {
  width: 520px;
  float: left;
}

body.is-library .floorPopupImage p {
  margin-top: 10px;
}

body.is-library .floorPopupImage p:first-child {
  margin-top: 0;
}

body.is-library .floorPopupImage img {
  width: 100%;
  height: auto;
}

body.is-library .floorPopupImageGrid {
  margin: 10px -5px 0;
}

body.is-library .floorPopupImageGrid:first-child {
  margin-top: 0;
}

body.is-library .floorPopupImageGridItem {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 0 5px;
}

body.is-library .floorPopupBody {
  overflow: hidden;
  padding: 30px;
}

body.is-library .floorPopupFloor {
  margin: 0;
}

body.is-library .floorPopupTitle {
  font-size: 123.1%;
  border-left: 3px solid #E6A200;
  padding: 3px 0 3px 7px;
  font-weight: bold;
  line-height: 1;
  margin: 30px 0 0 0;
}

body.is-library .floorPopupText {
  font-size: 100%;
  margin: 20px 0 0 0;
}
body.is-library ul.floorPopupText {
  font-size: 100%;
  margin: 20px 0 0 20px;
}
body.is-library ul.floorPopupText li{
  list-style:disc;
}

body.is-library .mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

body.is-library .mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

body.is-library .mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

body.is-library .mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

body.is-library .mfp-align-top .mfp-container:before {
  display: none;
}

body.is-library .mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

body.is-library .mfp-inline-holder .mfp-content,
body.is-library .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

body.is-library .mfp-ajax-cur {
  cursor: progress;
}

body.is-library .mfp-zoom-out-cur,
body.is-library .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

body.is-library .mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

body.is-library .mfp-auto-cursor .mfp-content {
  cursor: auto;
}

body.is-library .mfp-close,
body.is-library .mfp-arrow,
body.is-library .mfp-preloader,
body.is-library .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

body.is-library .mfp-loading.mfp-figure {
  display: none;
}

body.is-library .mfp-hide {
  display: none !important;
}

body.is-library .mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

body.is-library .mfp-preloader a {
  color: #CCC;
}

body.is-library .mfp-preloader a:hover {
  color: #FFF;
}

body.is-library .mfp-s-ready .mfp-preloader {
  display: none;
}

body.is-library .mfp-s-error .mfp-content {
  display: none;
}

body.is-library button.mfp-close,
body.is-library button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

body.is-library button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

body.is-library .mfp-close {
  width: 56px;
  height: 56px;
  line-height: 56px;
  position: absolute;
  right: -10px;
  top: -10px;
  font-size: 30px;
}

body.is-library .mfp-close:hover,
body.is-library .mfp-close:focus {
  opacity: 1;
}

body.is-library .mfp-close-btn-in .mfp-close {
  color: #333;
}

body.is-library .mfp-image-holder .mfp-close,
body.is-library .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

body.is-library .mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

body.is-library .mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

body.is-library .mfp-arrow:hover,
body.is-library .mfp-arrow:focus {
  opacity: 1;
}

body.is-library .mfp-arrow:before,
body.is-library .mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

body.is-library .mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

body.is-library .mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

body.is-library .mfp-arrow-left {
  left: 50%;
  background: #fff !important;
  border-radius: 100%;
  width: 56px;
  height: 56px;
  line-height: 56px;
  opacity: 1;
  color: #000;
  margin: -25px 0 0 -466px;
}

body.is-library .mfp-arrow-left:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  content: '←';
  border: none;
  margin: auto;
  font-size: 16px;
  color: #96965f;
}

body.is-library .mfp-arrow-right {
  right: 50%;
  background: #fff !important;
  border-radius: 100%;
  width: 56px;
  height: 56px;
  line-height: 56px;
  opacity: 1;
  color: #000;
  margin: -25px -466px 0 0;
}

body.is-library .mfp-arrow-right:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  content: '→';
  border: none;
  margin: auto;
  font-size: 16px;
  color: #96965f;
}

body.is-library .mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

body.is-library .mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

body.is-library .mfp-iframe-holder .mfp-close {
  top: -40px;
}

body.is-library .mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

body.is-library .mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

body.is-library img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

body.is-library .mfp-figure {
  line-height: 0;
}

body.is-library .mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

body.is-library .mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

body.is-library .mfp-figure figure {
  margin: 0;
}

body.is-library .mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

body.is-library .mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

body.is-library .mfp-image-holder .mfp-content {
  max-width: 100%;
}

body.is-library .mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

body .mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}

body .mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

body .mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

body .mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

body .mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

body .mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

body .mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

body .mfp-newspaper {
  /* start state */
  /* animate in */
  /* animate out */
}

body .mfp-newspaper .mfp-with-anim {
  opacity: 0;
  transition: all 0.5s;
  -webkit-transform: scale(0) rotate(500deg);
  -ms-transform: scale(0) rotate(500deg);
  transform: scale(0) rotate(500deg);
}

body .mfp-newspaper.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}

body .mfp-newspaper.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}

body .mfp-newspaper.mfp-ready.mfp-bg {
  opacity: 0.8;
}

body .mfp-newspaper.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0) rotate(500deg);
  -ms-transform: scale(0) rotate(500deg);
  transform: scale(0) rotate(500deg);
  opacity: 0;
}

body .mfp-newspaper.mfp-removing.mfp-bg {
  opacity: 0;
}

body .mfp-move-horizontal {
  /* start state */
  /* animate in */
  /* animate out */
}

body .mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s;
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
}

body .mfp-move-horizontal.mfp-bg {
  opacity: 0;
  transition: all 0.3s;
}

body .mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

body .mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8;
}

body .mfp-move-horizontal.mfp-removing .mfp-with-anim {
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
  opacity: 0;
}

body .mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
}

body .mfp-move-from-top {
  /* start state */
  /* animate in */
  /* animate out */
}

body .mfp-move-from-top .mfp-content {
  vertical-align: top;
}

body .mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s;
  -webkit-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
}

body .mfp-move-from-top.mfp-bg {
  opacity: 0;
  transition: all 0.2s;
}

body .mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

body .mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
}

body .mfp-move-from-top.mfp-removing .mfp-with-anim {
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  opacity: 0;
}

body .mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}

body .mfp-3d-unfold {
  /* start state */
  /* animate in */
  /* animate out */
}

body .mfp-3d-unfold .mfp-content {
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

body .mfp-3d-unfold .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(-60deg);
  transform: rotateY(-60deg);
}

body .mfp-3d-unfold.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}

body .mfp-3d-unfold.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

body .mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: 0.8;
}

body .mfp-3d-unfold.mfp-removing .mfp-with-anim {
  -webkit-transform: rotateY(60deg);
  transform: rotateY(60deg);
  opacity: 0;
}

body .mfp-3d-unfold.mfp-removing.mfp-bg {
  opacity: 0;
}

body .mfp-zoom-out {
  /* start state */
  /* animate in */
  /* animate out */
}

body .mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

body .mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

body .mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

body .mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}

body .mfp-zoom-out.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
}

body .mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

body .hinge {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

body .mfp-with-fade .mfp-content,
body .mfp-with-fade.mfp-bg {
  opacity: 0;
  transition: opacity 0.5s ease-out;
}

body .mfp-with-fade.mfp-ready .mfp-content {
  opacity: 1;
}

body .mfp-with-fade.mfp-ready.mfp-bg {
  opacity: 0.8;
}

body .mfp-with-fade.mfp-removing.mfp-bg {
  opacity: 0;
}

@media all and (max-width: 900px) {
  body.is-library .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }

  body.is-library .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
  }

  body.is-library .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%;
  }

  body.is-library .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  body.is-library {
    /**
           * Remove all paddings around the image on small screen
           */
  }

  body.is-library .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  body.is-library .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  body.is-library .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  body.is-library .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  body.is-library .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  body.is-library .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  body.is-library .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  body.is-library .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media screen and (max-width: 640px) {
  body.is-library .floorNavi ul {
    border-bottom: 1px solid #d6cad4;
  }

  body.is-library .floorNavi li {
    width: 50%;
  }

  body.is-library .floorNavi a {
    border-bottom: none;
  }

  body.is-library .floorImage img {
    width: 100%;
    height: auto;
  }

  body.is-library .floorPopup {
    width: auto;
    margin: 0 20px;
  }

  body.is-library .floorPopupImage {
    width: auto;
    float: none;
    margin-right: 0;
  }

  body.is-library .floorPopupBody {
    padding: 15px;
  }

  body.is-library .floorPopupFloor {
    margin-top: 10px;
  }

  body.is-library .mfp-arrow-left {
    left: 0;
    margin-left: 10px;
  }

  body.is-library .mfp-arrow-right {
    right: 0;
    margin-right: 10px;
  }
}