@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Days+One&display=swap");
html, body, a, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background-color: transparent;
  text-decoration: none;
  list-style: none;
}

html {
  font-size: 62.5%;
  margin-top: 0 !important;
}

body {
  padding: 0;
  margin: 0;
  padding-right: 0;
  padding-left: 0;
  font-size: 1.6em;
  font-family: "Avenir", "Futura";
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  background-color: #000;
  scroll-behavior: smooth;
}

h1 {
  font-size: 5rem;
}

h2 {
  font-size: 4.5rem;
}

h3 {
  font-size: 4rem;
}

h4 {
  font-size: 3.5rem;
}

h5 {
  font-size: 3rem;
}

h6 {
  font-size: 2.5rem;
}

#pre {
  width: 0px;
  height: 0px;
  display: inline;
  background-image: url("../img/about_bg.jpg");
  background-image: url("../img/works-back.jpg");
}

header {
  font-family: 'Futura';
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
  -webkit-transition: 1s;
  transition: 1s;
}

header.hide {
  -webkit-transform: translateY(-150px);
          transform: translateY(-150px);
}

header img {
  width: 80px;
  position: absolute;
  margin: 30px 40px 40px 40px;
}

header .pc-menu {
  text-align: center;
  width: 60%;
  margin: 0 auto;
  position: relative;
  letter-spacing: 0.3rem;
}

header .pc-menu ul {
  position: absolute;
  padding-top: 40px;
  margin: 0 auto;
  left: 0;
  right: 0;
}

header .pc-menu ul li {
  display: inline-block;
  padding: 0 20px;
  list-style: none;
  font-size: 1rem;
}

header .pc-menu ul li.on {
  background: #69F;
}

header .pc-menu ul .current {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#aaa));
  background-image: linear-gradient(#aaa);
  background-position: center;
  background-size: 100% 3px;
  background-repeat: repeat-x;
  color: #aaa;
  -webkit-text-decoration: line-through  3px solid;
          text-decoration: line-through  3px solid;
}

header .bogo-pc {
  color: #aaa;
}

header .bogo-pc ul.lang-button {
  text-align: right;
  margin-right: 50px;
  margin-top: 30px;
  position: absolute;
  right: 0;
  letter-spacing: 0.5rem;
}

header .bogo-pc ul.lang-button li {
  margin-bottom: 10px;
  list-style: none;
  font-size: 1rem;
}

header .bogo-pc ul.lang-button li.lang-item-jp {
  letter-spacing: 0.6rem;
}

header .bogo-pc .current-lang a {
  width: 90%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#aaa));
  background-image: linear-gradient(#aaa);
  background-position: 0 50%;
  background-size: 100% 3px;
  background-repeat: repeat-x;
  color: #aaa;
  margin-right: 0;
  margin-left: 0;
  padding-left: 4px;
  text-decoration: none;
  pointer-events: none;
}

header a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #aaa;
}

header a:before {
  content: "";
  position: absolute;
  left: -2px;
  bottom: 6px;
  width: 100%;
  height: 3px;
  background: #aaa;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

header a:hover {
  color: #aaa;
}

header a:hover:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.text-left {
  position: fixed;
  -webkit-transform: rotate(-90deg) translateY(-43%);
  transform: rotate(-90deg) translateY(-43%);
  left: -2.5vw;
  bottom: calc(100vh - 52vh);
}

.text-left h6 {
  font-size: 1rem;
  letter-spacing: 0.05rem;
  color: #aaa;
  line-height: 3rem;
  border-bottom: solid 2px #aaa;
}

.text-right {
  position: fixed;
  -webkit-transform: rotate(90deg) translateY(-43%);
  transform: rotate(90deg) translateY(-43%);
  right: -2.5vw;
  bottom: calc(100vh - 52vh);
}

.text-right h6 {
  font-size: 1rem;
  letter-spacing: 0.05rem;
  color: #aaa;
  line-height: 3rem;
  border-bottom: solid 2px #aaa;
}

.back {
  width: 100vw;
  height: 100vh;
  position: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -10;
}

.back1 video {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.back2 {
  background-image: url("../img/about_bg.jpg");
  display: none;
  top: 0;
}

.back3 {
  background-image: url("../img/works-back.jpg");
  display: none;
}

.back4 {
  background-color: #000;
  display: none;
}

.top .top-title {
  width: auto;
  position: absolute;
  bottom: 42vh;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.top .top-title .title-1 {
  width: 50%;
  margin: 0 auto;
}

.top .top-title .title-1 img {
  margin-bottom: 10px;
}

.top .top-title .title-1 p {
  font-family: 'Futura';
  text-align: right;
  letter-spacing: 0.1rem;
  font-size: 1.4rem;
  color: #aaa;
  font-weight: 400;
}

.top .top-movie {
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: -1;
  margin-top: -80px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.top .top-movie video {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.top:before {
  opacity: 1;
}

.top.active {
  opacity: 0;
}

.top.active:before {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.top .about-text {
  margin-left: 15%;
  margin-right: 15%;
  margin-top: 130vh;
  margin-bottom: 30vh;
}

.top .about-text h5 {
  font-weight: 500;
  margin-bottom: 20vh;
  font-size: 1.9rem;
  letter-spacing: 0.05rem;
  font-style: italic;
}

.ab-heading h5, .works-heading h5, .publi-heading h5, .event-heading h5, .contact-heading h5 {
  font-family: "Avenir";
  font-weight: 600;
  font-size: 1.4rem;
  color: #ff9a07;
  letter-spacing: 0.8rem;
  padding-top: 20vh;
  text-align: center;
  margin-bottom: 60px;
}

.about {
  font-family: 'Avenir';
  width: 100%;
}

.about .ab-bg {
  position: relative;
}

.about .ab-bg-img {
  opacity: 0;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}

.about .ab-bg-img img {
  width: 100%;
  position: relative;
}

.about .ab-bg-show {
  opacity: 1;
}

.about .about-text {
  position: absolute;
  top: 60vh;
  left: 15%;
}

.about .about-text h5 {
  font-weight: 500;
  margin-bottom: 60px;
  font-size: 2.1rem;
  line-height: 4rem;
  letter-spacing: 0.05rem;
  font-style: italic;
}

.about .about-text p {
  width: 40%;
  margin-bottom: 0;
  line-height: 4rem;
  letter-spacing: 0.04rem;
  color: #ddd;
  font-size: 1.45rem;
  text-align: justify;
}

.about .about-text img {
  width: 15vw;
  height: auto;
  margin-bottom: 70px;
}

.works {
  height: 100vh;
  font-family: 'Futura';
  color: #aaa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.works .works-field {
  margin: 0 auto;
  width: 70%;
  padding-top: 60px;
}

.works .works-field .works-top-img {
  text-align: center;
}

.works .works-field .works-top-img img {
  width: 80%;
  height: auto;
}

.works .works-field h4 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 1.4rem;
  letter-spacing: 0.08rem;
}

.works .works-field p {
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 0.05rem;
}

.single footer {
  background: none;
}

.works-page {
  font-family: 'Avenir';
  width: 70%;
  margin: 0 auto;
  margin-top: 35vh;
  margin-bottom: 300px;
  color: #ddd;
}

.works-page .works-s-title {
  font-family: "Futura";
  font-weight: 400;
  margin-bottom: 20px;
  color: #fff;
}

.works-page .date {
  font-family: "Futura";
  font-size: 1.2rem;
  letter-spacing: 0.02rem;
  color: #aaa;
}

.works-page .first_txt {
  font-size: 1.3rem;
  line-height: 1.9rem;
  letter-spacing: 0.08rem;
  margin: 30px 0 50px 0;
  word-break: break-all;
}

.works-page .main-img img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.works-page .caption {
  padding: 0 0 3% 10%;
  font-style: italic;
  display: table;
}

.works-page .caption .inner {
  display: table-cell;
  vertical-align: middle;
}

.works-page .caption .inner p {
  line-height: 4rem;
  letter-spacing: 0.05rem;
}

.works-page .main_txt {
  font-size: 1.3rem;
  letter-spacing: 0.1rem;
  line-height: 2.7rem;
  margin: 50px 0 70px 0;
}

.works-page .video_thumbnail img {
  width: 100%;
  height: auto;
}

.works-page .video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.works-page .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.works-page .video-cap {
  width: 50%;
  margin-bottom: 150px;
  font-size: 1.3rem;
  letter-spacing: 0.1rem;
  margin-top: 40px;
  line-height: 3rem;
}

.works-page .video-cap .video_txt {
  margin-bottom: 10px;
}

.works-page .img_2 img {
  width: 100%;
  height: auto;
}

.works-page .credits {
  font-size: 1.3rem;
}

.works-page .credits h6 {
  margin-top: 100px;
  margin-bottom: 40px;
  letter-spacing: 0.8rem;
  font-size: 1.3rem;
}

.works-page .credits p {
  margin-top: 40px;
  letter-spacing: 0.08rem;
  line-height: 3.3rem;
}

.publications {
  font-family: 'Avenir';
  background-color: #000;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.publications .row {
  width: 70%;
  margin: 0 auto;
}

.publications .row .pb-left {
  padding-right: 15%;
  line-height: 3.5rem;
  letter-spacing: 0.1rem;
}

.publications .row .pb-left h5 {
  font-size: 1.85rem;
  margin-bottom: 10px;
}

.publications .row .pb-left h6 {
  font-size: 1.3rem;
  margin-bottom: 40px;
  color: #ccc;
  line-height: 3rem;
}

.publications .row .pb-left p {
  color: #aaa;
  font-size: 1.3rem;
}

.publications .row .pb-right {
  text-align: center;
}

.publications .row .pb-right img {
  width: 70%;
  height: auto;
}

.publications .row .pb-right a:hover {
  -webkit-filter: brightness(130%);
          filter: brightness(130%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.events {
  background-color: #000;
  margin: 0 auto;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.events .events-field {
  width: 70%;
  margin: 0 auto;
  padding-top: 100px;
}

.events .events-field .swiper-container {
  max-width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.events .events-field .swiper-slide {
  text-align: center;
}

.events .events-field .swiper-slide .ev-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 0 auto;
  margin-bottom: 40px;
}

.events .events-field .swiper-slide .ev-img img {
  width: auto;
  height: 45vh;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 580px;
}

.events .events-field .swiper-slide .ev-img a {
  height: auto;
  margin: 0 auto;
}

.events .events-field .swiper-slide p {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  font-size: 1rem;
  color: #ff9a07;
}

.events .events-field .swiper-slide h5 {
  font-size: 1.05rem;
  width: 70%;
  margin: 0 auto;
  line-height: 2rem;
  letter-spacing: 0.4rem;
}

.contact {
  font-family: 'Futura';
  background-color: #000;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20vh;
}

.contact .contact-box {
  width: 70%;
  margin: 0 auto;
}

.contact .contact-box .title {
  font-size: 1.4rem;
  color: #ff9a07;
  letter-spacing: 0.8rem;
  margin-bottom: 60px;
}

.contact .contact-box .form {
  font-size: 1.3rem;
  letter-spacing: 0.5rem;
  margin-bottom: 25px;
}

.contact .contact-box .form .subject, .contact .contact-box .form .mail {
  margin-bottom: 40px;
}

.contact .contact-box .form .message {
  margin-top: 65px;
}

.contact .contact-box .form h6 {
  margin-bottom: -8px;
  font-size: 1rem;
  line-height: 0.1rem;
}

.contact .contact-box .form input, .contact .contact-box .form textarea {
  border: none;
  background: #aaa;
  padding: 10px;
  font-size: 14px;
  width: 100%;
  border: 1px solid #000;
}

.contact .contact-box .form .wpcf7-submit {
  color: #ff9a07;
  font-size: 1rem;
  letter-spacing: 0.5rem;
  border: none;
  background-color: #000;
}

.contact .contact-box .form .wpcf7-textarea {
  background: #aaa;
  height: 150px;
}

.contact .contact-box .form .screen-reader-response {
  display: none;
}

input.wpcf7-submit {
  /* — コンタクトフォーム7　送信ボタンのカスタマイズ — */
  padding: 10px;
  margin-top: 10px;
  background-color: #000;
  color: #ff9a07;
  font-size: 1rem;
  letter-spacing: 0.3rem;
  width: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0 rgba(0, 0, 0, 0);
          box-shadow: 0 rgba(0, 0, 0, 0);
  border: 0;
}

input.wpcf7-submit:hover {
  background-color: #ff9a07;
  color: #000;
  /* マウスを乗せたときの文字の色 */
}

.btn-submit {
  width: 100%;
}

.wpcf7-response-output {
  font-size: 1.5rem;
  letter-spacing: 0.2rem;
  margin-top: 30px;
}

.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
  font-size: 1.2rem;
  letter-spacing: 0.2rem;
  line-height: 5rem;
}

div.screen-reader-response {
  /* エラーメッセージの上部を消去 */
  display: none;
}

footer {
  width: 100%;
  text-align: center;
  background-color: #000;
  margin-top: 150px;
}

footer img {
  width: 200px;
  height: auto;
  margin-bottom: 40px;
}

footer p.top {
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  margin-bottom: 10px;
}

footer p.bottom {
  font-size: 1rem;
  letter-spacing: 0.1rem;
  padding-bottom: 100px;
}

.swiper-button-prev, .swiper-button-next {
  opacity: .65;
  left: -5px;
  margin-top: -4%;
}

.swiper-button-prev {
  /* 次ページボタンのスタイル */
  background-image: url("../img/slide-arrow-next.svg");
  background-repeat: no-repeat;
}

.swiper-button-next {
  /* 前ページボタンのスタイル */
  background-image: url("../img/slide-arrow-prev.svg");
  background-repeat: no-repeat;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  display: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 0;
  width: 105px;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  width: 105px;
}

.events-field .swiper-button-prev, .events-field .swiper-button-next {
  margin-top: -5.4%;
}

.drawer-hidden {
  /* チェックボックスは非表示に */
  display: none;
}

.drawer-open {
  /* ハンバーガーアイコンの設置スペース */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  width: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 100;
  /* 重なり順を一番上に */
  cursor: pointer;
  left: 84vw;
  padding: 0;
}

.drawer-open span:before {
  /* 三本線のうち一番上の棒の位置調整 */
  bottom: 8px;
}

.drawer-open span:after {
  /* 三本線のうち一番下の棒の位置調整 */
  top: 8px;
}

.drawer-open span,
.drawer-open span:before,
.drawer-open span:after {
  /* ハンバーガーメニューのアイコン */
  content: '';
  display: block;
  height: 1px;
  width: 25px;
  border-radius: 3px;
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
}

#drawer-check:checked ~ .drawer-open span {
  /* アイコンがクリックされたら真ん中の線を透明にする */
  background: rgba(255, 255, 255, 0);
}

#drawer-check:checked ~ .drawer-open span::before {
  /* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#drawer-check:checked ~ .drawer-open span::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.drawer-content {
  /* メニューのデザイン*/
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  /* メニューを画面の外に飛ばす */
  z-index: 2;
  background: #333;
  -webkit-transition: .5s;
  transition: .5s;
  font-size: 1rem;
}

#drawer-check:checked ~ .drawer-content {
  /* アイコンがクリックされたらメニューを表示 */
  left: 0;
  /* メニューを画面に入れる */
}

ul.drawer-list {
  margin: 10%;
}

li.drawer-item {
  line-height: 4rem;
}

li.drawer-item a:before {
  display: none;
}

li.drawer-item a:hover {
  color: #aaa;
  -webkit-text-decoration: line-through  3px solid;
          text-decoration: line-through  3px solid;
}

@-moz-document url-prefix() {
  header .text-left h6, header .text-right h6 {
    font-size: 1rem;
  }
  header .text-left {
    left: -35px;
  }
  header .text-right {
    right: -35px;
  }
  header .pc-menu ul .current {
    text-decoration: none;
  }
}
/*# sourceMappingURL=style.css.map */