/*
@font-face {
	font-family:@font-adagio;
	font-style:normal;
	font-weight:700;
	src:url('@{path-fonts}rambla-oscura-webfont.woff');
}
*/
@font-face {
  font-family: "Adagio";
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/Adagio_Serif-Regular.woff');
}
/*
@font-face {
	font-family:@font-rambla;
	font-style:normal;
	font-weight:200;
	src:url('@{path-fonts}rambla-libro-webfont.woff');
}
*/
.viewport-fixer {
  z-index: 1;
}
.viewport-fixer .document-wrapper {
  z-index: 2;
}
.viewport-fixer .document-wrapper .global-header {
  z-index: 4;
}
.viewport-fixer .document-wrapper .global-footer {
  z-index: 4;
}
.viewport-fixer .document-wrapper .bg-wrapper {
  z-index: 1;
}
.viewport-fixer .document-wrapper main {
  z-index: 2;
}
.viewport-fixer .document-wrapper main .gallery-wrapper .th-canvas {
  z-index: 1;
}
.viewport-fixer .document-wrapper main .gallery-wrapper nav {
  z-index: 2;
}
.viewport-fixer .document-wrapper main .gallery-wrapper .main-canvas {
  z-index: 3;
}
.hidden-area-fixer {
  z-index: 2;
}
body {
  font-family: "Adagio", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #000000;
  color: #FFFFFF;
  overflow-x: hidden;
  overflow-y: scroll;
}
a {
  color: #FFFFFF;
  text-decoration: none;
}
.viewport-fixer {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
}
.document-wrapper {
  width: 100%;
  overflow: hidden;
  min-height: 100vh;
}
main {
  position: relative;
  display: block;
  background-color: #000000;
  width: calc(100vw - 40px - (100vw - 100%));
  margin-left: 40px;
  min-height: calc(100vh - 40px - 20px);
  box-sizing: border-box;
}
.bg-wrapper + main {
  background-color: transparent;
}
.bg-wrapper {
  position: fixed;
  width: calc(100vw - 40px - (100vw - 100%));
  height: 100vh;
  background-size: cover;
  background-position: center center;
  margin-left: 40px;
}
.bg-wrapper .cover {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
}
.hidden-area-fixer {
  background-color: #000000;
  width: 100%;
  height: 300px;
  position: fixed;
  top: -300px;
  left: 0;
}
.global-header {
  overflow: visible;
  position: fixed;
  top: 0;
  left: 40px;
  width: 40px;
  background-color: #FFFFFF;
}
.global-header a {
  color: #333333;
}
.global-header nav {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vh;
  height: 40px;
  background-color: #FFFFFF;
  /*
		a:last-child{
			font-size:9px;
			position: absolute;
			top:6px;
			left: ~'calc(100vh - 180px)';
			width: 160px;
			text-align: center;
			&:hover{
				&:after, &:before{
					width: 0
				}
			}
			@media screen and (max-height:700px) {
				display: none;
			}
		}
		*/
}
.global-header nav a:first-child {
  font-size: 18px;
  margin-left: 10px;
}
.global-header nav a {
  font-size: 14px;
  margin-top: 7px;
  margin-bottom: 0;
  margin-left: 6px;
  margin-right: 6px;
  display: inline-block;
  padding: 4px;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .global-header nav a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .global-header nav a {
    margin-left: 3px;
  }
}
@media only screen and (max-width: 600px) {
  .global-header nav a {
    margin-right: 3px;
  }
}
.global-header nav a:after,
.global-header nav a:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #990000;
  opacity: 0.5;
  width: 0;
  height: 1px;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.631, 0.015, 0.175, 1);
  transition-property: width;
}
.global-header nav a:after {
  top: 0;
  left: 0;
}
.global-header nav a:before {
  bottom: 0;
  right: 0;
}
.global-header nav a.active:after,
.global-header nav a.active:before {
  width: 100%;
}
.global-header nav a:hover:after,
.global-header nav a:hover:before {
  width: 100%;
}
.global-footer {
  background-color: #000000;
  position: fixed;
  width: calc(100vw - 40px);
  font-size: 11px;
  text-align: center;
  left: 40px;
  bottom: 0;
  height: 20px;
  line-height: 20px;
}
.global-footer span {
  display: inline-block;
  margin-left: 12px;
}
.global-footer span a {
  display: inline-block;
  margin-left: 12px;
}
@media screen and (max-width: 600px) {
  .global-footer span {
    display: none;
  }
}
@import (reference) "../_include/variables";
body.top main a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.top main a span {
  display: block;
  color: #FFFFFF;
  font-size: 1.5vw;
  letter-spacing: 0.1vw;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 10px 10px;
  position: relative;
  display: none;
}
.gallery-wrapper {
  padding: 50px;
}
@media only screen and (max-width: 600px) {
  .gallery-wrapper {
    padding: 40px 20px;
  }
}
.gallery-wrapper nav.theme-switcher {
  width: calc(100vw - 40px - (100vw - 100%));
  height: 50px;
  position: fixed;
  top: 0;
  left: 40px;
  background-color: #000000;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .gallery-wrapper nav.theme-switcher {
    height: 40px;
  }
}
.gallery-wrapper nav.theme-switcher ul {
  text-align: center;
  padding-top: 15px;
  letter-spacing: -3px;
  white-space: nowrap;
  display: inline-block;
}
.gallery-wrapper nav.theme-switcher ul li {
  letter-spacing: normal;
  display: inline-block;
  font-size: 13px;
  margin-left: 30px;
  padding: 0 2px 0;
  position: relative;
  cursor: pointer;
}
.gallery-wrapper nav.theme-switcher ul li.active {
  cursor: default;
}
.gallery-wrapper nav.theme-switcher ul li.active:after {
  cursor: default;
}
.gallery-wrapper nav.theme-switcher ul li:after {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  left: 50%;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.6);
  transition-duration: 0.1s;
  transition-timing-function: cubic-bezier(0.631, 0.015, 0.175, 1);
  transition-property: left, width;
}
.gallery-wrapper nav.theme-switcher ul li:hover:after {
  width: 100%;
  left: 0;
}
.gallery-wrapper nav.theme-switcher ul li.active:after {
  width: 100%;
  left: 0;
}
.gallery-wrapper nav.theme-switcher ul li:first-child {
  margin-left: 0;
}
.gallery-wrapper nav.theme-switcher .hamburger {
  display: none;
}
.gallery-wrapper nav.theme-switcher.narrow .hamburger {
  display: block;
  text-align: center;
  margin-top: 14px;
}
.gallery-wrapper nav.theme-switcher.narrow .hamburger .icon {
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: 18px;
  height: 14px;
  margin-right: 8px;
}
.gallery-wrapper nav.theme-switcher.narrow .hamburger .icon span {
  position: absolute;
  display: block;
  width: 18px;
  height: 2px;
  left: 0;
  background-color: #FFFFFF;
}
.gallery-wrapper nav.theme-switcher.narrow .hamburger .icon span:nth-child(1) {
  top: 0;
}
.gallery-wrapper nav.theme-switcher.narrow .hamburger .icon span:nth-child(2) {
  top: 6px;
}
.gallery-wrapper nav.theme-switcher.narrow .hamburger .icon span:nth-child(3) {
  top: 12px;
}
.gallery-wrapper nav.theme-switcher.narrow .hamburger .text {
  font-size: 13px;
  position: relative;
  top: -2px;
  cursor: pointer;
}
.gallery-wrapper nav.theme-switcher.narrow ul {
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  height: 90vh;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.8);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.631, 0.015, 0.175, 1);
  transition-property: opacity, height;
}
.gallery-wrapper nav.theme-switcher.narrow ul li {
  display: inline;
  margin-left: 0;
  margin-bottom: 20px;
}
.gallery-wrapper nav.theme-switcher.narrow ul li:last-child {
  margin-bottom: 90px;
}
.gallery-wrapper nav.theme-switcher.narrow ul.open {
  opacity: 1;
  height: 100vh;
  pointer-events: auto;
}
.gallery-wrapper .th-canvas {
  margin: 0 auto;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.631, 0.015, 0.175, 1);
  transition-property: width;
}
.gallery-wrapper .th-canvas picture {
  display: block;
  background-color: #000000;
  margin-bottom: 10px;
  overflow: hidden;
  cursor: pointer;
}
.gallery-wrapper .th-canvas picture img {
  display: block;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.631, 0.015, 0.175, 1);
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  opacity: 1;
}
.gallery-wrapper .th-canvas picture.hidden img {
  opacity: 0;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}
.gallery-wrapper .th-canvas picture.to-show img {
  opacity: 0;
}
.gallery-wrapper .th-canvas picture.to-show:hover img,
.gallery-wrapper .th-canvas picture.hidden:hover img {
  opacity: 0;
  cursor: default;
}
.gallery-wrapper .th-canvas picture:hover img {
  transition-property: opacity;
  opacity: 0.7;
}
.gallery-wrapper .main-canvas {
  background-color: #000000;
  width: calc(100vw - 40px - (100vw - 100%));
  height: 100vh;
  position: fixed;
  top: 0;
  left: 40px;
  padding: 50px;
  box-sizing: border-box;
  opacity: 0;
  display: none;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.631, 0.015, 0.175, 1);
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-property: opacity;
}
.gallery-wrapper .main-canvas figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 640px;
  height: 640px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.631, 0.015, 0.175, 1);
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
.gallery-wrapper .main-canvas figure.on-resize {
  transition-duration: 0.3s;
  transition-property: width, height, left, top;
}
.gallery-wrapper .main-canvas figure figcaption {
  position: absolute;
  z-index: 2;
  bottom: -14px;
  right: 0;
  font-size: 12px;
}
.gallery-wrapper .main-canvas figure img {
  position: fixed;
  left: -9999px;
  display: block;
}
.gallery-wrapper .page-switcher {
  position: absolute;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.6);
  transition-property: opacity;
  transition-duration: 1s;
}
.gallery-wrapper .page-switcher.show {
  opacity: 1;
}
.gallery-wrapper .page-switcher span {
  cursor: pointer;
  position: absolute;
  display: block;
}
.gallery-wrapper .page-switcher .btn-close {
  right: 0;
  top: 0;
  width: 64px;
  height: 64px;
  background-image: url("../images/icon_close.svg");
  background-size: 64px 64px;
}
.gallery-wrapper .page-switcher .btn-prev {
  left: 0;
  top: calc((100% - 64px) / 2);
  width: 64px;
  height: 64px;
  background-image: url("../images/icon_prev.svg");
  background-size: 64px 64px;
}
.gallery-wrapper .page-switcher .btn-next {
  right: 0;
  top: calc((100% - 64px) / 2);
  width: 64px;
  height: 64px;
  background-image: url("../images/icon_next.svg");
  background-size: 64px 64px;
}
body.basic-page main {
  position: relative;
  top: -50px;
  padding-bottom: 50px;
  padding-top: 25px;
}
body.basic-page main h2 {
  font-family: "Adagio";
  font-size: 32px;
  text-align: center;
  line-height: 128px;
  font-weight: normal;
  margin-top: 54px;
  color: rgba(255, 255, 255, 0.97);
  letter-spacing: 2px;
}
@media only screen and (max-width: 600px) {
  body.basic-page main h2 {
    margin-top: 27px;
  }
}
body.basic-page main h3 {
  font-size: 18px;
  line-height: 36px;
  font-weight: normal;
}
body.basic-page main p {
  font-size: 12px;
  line-height: 24px;
  margin-bottom: 12px;
  text-align: justify;
}
body.basic-page main li {
  font-size: 11px;
  line-height: 18px;
  margin-bottom: 12px;
}
body.basic-page main a {
  display: inline-block;
  position: relative;
}
body.basic-page main a:after {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  width: 0;
  left: 50%;
  transition-property: width, left;
  transition-duration: 0.1s;
  transition-timing-function: cubic-bezier(0.631, 0.015, 0.175, 1);
  height: 1px;
  bottom: 2px;
}
body.basic-page main a:hover:after {
  width: 100%;
  left: 0;
}
body.basic-page main a.img-link:after {
  display: none;
}
body.basic-page main .ja {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  margin-right: 50px;
}
body.basic-page main .en {
  font-family: "Adagio";
}
body.basic-page main .row {
  width: 850px;
  margin: 0 auto;
  overflow: hidden;
}
body.basic-page main .col {
  width: 400px;
  float: left;
}
body.basic-page main .col *:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 960px) {
  body.basic-page .row {
    width: 100% !important;
    max-width: 440px;
    padding: 0 20px;
    box-sizing: border-box;
  }
  body.basic-page .row .col {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    float: none;
  }
  body.basic-page .row .col:first-child {
    margin-bottom: 36px;
  }
}
body.basic-page.news h2 + hr {
  margin-top: -36px;
}
body.basic-page.news hr {
  width: 620px;
  margin: 0 auto;
  margin-bottom: 36px;
  margin-top: 36px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
body.basic-page.news article {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  width: 600px;
  margin: 0 auto;
}
body.basic-page.news article img {
  display: block;
  max-width: 100%;
  height: auto;
}
body.basic-page.news p.date {
  margin-bottom: 0;
  font-family: "Adagio";
}
body.basic-page.news h3 {
  margin-top: -4px;
  margin-bottom: 24px;
  line-height: 20px;
}
body.basic-page.news .pagination {
  width: 600px;
  margin: 0 auto;
  margin-top: -30px;
  font-size: 12px;
  font-family: "Adagio";
  position: relative;
  line-height: 1.5;
}
body.basic-page.news .pagination a {
  display: inline-block;
  position: absolute;
  top: 0;
}
body.basic-page.news .pagination a.prev {
  left: 0;
}
body.basic-page.news .pagination a.next {
  right: 0;
}
@media only screen and (max-width: 700px) {
  body.basic-page.news hr {
    width: auto;
    margin: 36px 20px;
  }
  body.basic-page.news article {
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
  }
  body.basic-page.news .pagination {
    width: calc(100% - 60px);
  }
}
body.basic-page.contact article {
  width: 600px;
  margin: 0 auto;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
@media screen and (max-width: 700px) {
  body.basic-page.contact article {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
  }
}
body.basic-page.contact form {
  position: relative;
  margin-top: 20px;
  opacity: 1;
  height: auto;
  overflow: hidden;
  transition-property: opacity, height;
  transition-duration: 0.4s;
}
body.basic-page.contact form.hide {
  opacity: 0;
  height: 0;
}
body.basic-page.contact label {
  display: block;
  font-size: 12px;
  line-height: 24px;
}
body.basic-page.contact input,
body.basic-page.contact textarea {
  width: 100% ;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #FFFFFF;
  box-sizing: border-box;
  border-radius: 3px;
  margin-bottom: 20px;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.631, 0.015, 0.175, 1);
  transition-property: background-color;
}
body.basic-page.contact input:hover,
body.basic-page.contact textarea:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
body.basic-page.contact input:focus,
body.basic-page.contact textarea:focus {
  background-color: #000000;
}
body.basic-page.contact input[type="submit"] {
  line-height: 3;
  width: 100px;
  display: block;
  margin: 0 auto 40px;
  cursor: pointer;
  font-size: 16px;
  font-family: "Adagio";
}
body.basic-page.contact input,
body.basic-page.contact textarea {
  font-size: 16px;
  line-height: 2;
  padding: 0 10px;
}
body.basic-page.contact input.error,
body.basic-page.contact textarea.error {
  border-color: rgba(153, 0, 0, 0.4);
}
body.basic-page.contact textarea {
  height: 200px;
}
body.basic-page.contact .management {
  text-align: center;
}
body.basic-page.contact span.error {
  display: inline-block;
  margin-left: 20px;
  color: #990000;
}
body.basic-page.contact .msg {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: relative;
  box-sizing: border-box;
  text-align: center;
  height: 0;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 0;
  transition-property: opacity, height;
  transition-duration: 0.4s;
  pointer-events: none;
}
body.basic-page.contact .msg.show {
  opacity: 1;
  height: 100px;
  pointer-events: auto;
  margin-bottom: 50px;
}
body.basic-page.contact .msg .sending,
body.basic-page.contact .msg .success,
body.basic-page.contact .msg .error {
  top: 27px;
  width: 100%;
  position: absolute;
  text-align: center;
  left: -2px;
  opacity: 0;
  transition-property: opacity,left;
  transition-duration: 0.2s;
}
body.basic-page.contact .msg .sending.show,
body.basic-page.contact .msg .success.show,
body.basic-page.contact .msg .error.show {
  opacity: 1;
  left: 0;
  transition-property: opacity,left;
  transition-duration: 0.2s;
}
body.basic-page.contact .msg .sending.show.hide,
body.basic-page.contact .msg .success.show.hide,
body.basic-page.contact .msg .error.show.hide {
  opacity: 0;
  left: 4px;
}

/*# sourceMappingURL=main.css.map */
