@charset "UTF-8";
@font-face {
  font-family: 'Hannari';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Hannari.woff") format("woff");
}

::-moz-selection {
  background: #000000;
  color: #ffffff;
}

::selection {
  background: #000000;
  color: #ffffff;
}

iframe {
  width: 100%;
  height: 100% !important;
}

.slick-slide {
  height: 322px;
}

.slick-slide > div {
  height: 100%;
}

/* for Firefox */
::-moz-selection {
  background: #000000;
  color: #ffffff;
}

body {
  font-family: "Yu Mincho", "YuMincho", serif;
  color: #000;
}

#main {
  background-color: #000;
}

.wrap {
  max-width: 940px;
  width: 100%;
  margin: auto;
  position: relative;
}

footer {
  background-color: #000000;
  padding-top: 4rem;
  padding-bottom: 6rem;
  color: #fff;
}

footer > .wrap {
  padding: 0 8rem;
  padding-left: 2.5rem;
}

footer .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer .row:nth-child(2) {
  width: 77%;
  margin-left: auto;
}

footer a {
  color: #fff;
}

footer a:visited {
  color: #fff;
}

footer a:hover {
  color: #fff;
}

footer .footer_links {
  width: 80%;
}

footer .footer_links ul {
  margin-top: 1rem;
  font-size: 0.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer .footer_logo {
  width: 60px;
}

footer .insta {
  width: 82px;
}

footer .copy {
  width: 186px;
}

.splash {
  margin: auto;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #F8EEDE;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  text-align: center;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.splash > img {
  width: 95.5px;
  margin: auto;
}

.luxbar-hamburger span {
  background-color: transparent;
}

.luxbar-hamburger span::before, .luxbar-hamburger span::after {
  background-color: #fff;
  width: 37px;
}

.luxbar-hamburger {
  position: absolute;
  right: 0;
  top: 1rem;
  z-index: 9999;
}

.luxbar-checkbox:not(:checked) ~ .luxbar-menu {
  overflow: hidden;
  height: 100px;
}

header {
  -webkit-transition-duration: 1s;
       -o-transition-duration: 1s;
          transition-duration: 1s;
}

header .modal-card {
  width: 516px;
}

header .modal-card-body {
  width: 100%;
}

header .modal ul {
  width: 100%;
  height: 200px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

header .modal ul li {
  width: auto;
  margin-right: 2.7rem;
  opacity: 0;
  margin-top: 30px;
  height: 200px;
}

header .modal ul li a {
  color: #000;
}

header .modal ul li a:visited {
  color: #000;
}

header .modal ul li a:hover {
  color: #000;
}

header .modal ul li.page-link {
  font-size: 1.625rem;
}

header .modal ul li:nth-child(1) {
  margin-right: 0;
}

.luxbar-checkbox:not(:checked) ~ .luxbar-menu.no-top {
  height: 80px;
  min-height: 80px;
}

.luxbar-header {
  height: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.luxbar-menu {
  background-color: transparent;
  color: #fff;
}

.luxbar-menu.no-top {
  background-color: #fff;
  color: #000;
}

.luxbar-menu.no-top .luxbar-brand .header_logo {
  opacity: 0;
  display: none;
}

.luxbar-menu.no-top .luxbar-brand .header_logo.logo_ja {
  opacity: 0;
  display: none;
}

.luxbar-menu.no-top .luxbar-brand .logo_no_top {
  display: block;
  opacity: 1;
}

.luxbar-menu.no-top .luxbar-hamburger span::before, .luxbar-menu.no-top .luxbar-hamburger span::after {
  background-color: #000;
}

.luxbar-item a {
  padding: 0;
  display: block;
}

.luxbar-brand {
  margin: auto;
  text-align: center;
  margin-top: 0.5rem;
  position: relative;
  z-index: 9999;
  display: block;
}

.luxbar-brand .header_logo {
  margin: auto;
  width: 327px;
}

.luxbar-brand .header_logo.logo_ja {
  width: 225px;
}

.luxbar-brand .logo_no_top {
  display: none;
  opacity: 0;
  width: 163.5px;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.luxbar-checkbox:checked ~ .luxbar-menu {
  color: #000;
  overflow: hidden;
}

.luxbar-checkbox:checked ~ .luxbar-menu .luxbar-brand .header_logo {
  opacity: 0;
  display: none;
}

.luxbar-checkbox:checked ~ .luxbar-menu .luxbar-brand .header_logo.logo_ja {
  opacity: 0;
  display: none;
}

.luxbar-checkbox:checked ~ .luxbar-menu .luxbar-brand .logo_no_top {
  display: block;
  opacity: 1;
}

.luxbar-checkbox:checked ~ .luxbar-menu li .luxbar-hamburger span::before, .luxbar-checkbox:checked ~ .luxbar-menu li .luxbar-hamburger span::after {
  background-color: #000;
}

.luxbar-checkbox:checked ~ .luxbar-menu {
  -webkit-transition: unset;
  -o-transition: unset;
  transition: unset;
  height: unset;
  overflow: auto;
}

header .modal {
  top: 0;
}

header .modal-background {
  background-color: #fff;
}

body > section {
  position: relative;
}

body > section .wrap {
  border-bottom: 1px solid #000;
}

.left_title {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: unset;
  left: 0;
  right: unset;
}

.center_title {
  font-size: 2rem;
  text-align: center;
}

.center_text {
  font-size: 1rem;
  text-align: center;
  line-height: 2.2rem;
}

@media screen and (min-width: 1025px) {
  #top img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition-duration: 20s;
         -o-transition-duration: 20s;
            transition-duration: 20s;
  }
  #top img.zoom_out {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
}

#top {
  width: 100vw;
  height: 100vh;
  position: relative;
}

#top img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#top .scroll {
  width: 45.5px;
  height: auto;
  margin: auto;
  text-align: center;
  line-height: 0;
  position: absolute;
  top: unset;
  bottom: 0;
  left: 0;
  right: 0;
}

#about {
  padding-top: 11rem;
}

#about .center_text {
  margin-top: 4.5rem;
}

#about .wrap {
  padding-bottom: 7rem;
}

#project {
  padding-top: 8.5rem;
}

#project > .wrap {
  padding-bottom: 6.5rem;
}

#project .icon_logo {
  text-align: center;
  width: 320px;
  margin: auto;
}

#project .center_title {
  margin-top: 6.5rem;
}

#project .center_text {
  margin-top: 2.5rem;
}

#project .links {
  margin: auto;
  margin-top: 7rem;
  width: 85%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#project .links > .link_button {
  width: 180px;
}

#company {
  padding-top: 8rem;
  margin-bottom: 8rem;
  position: relative;
}

#company .wrap {
  border: none;
}

#company .information {
  width: 81%;
  margin: 7rem 0 0 auto;
}

#company .information tr {
  border-bottom: 1px solid #000;
}

#company .information tr:nth-child(1) {
  height: 3rem;
}

#company .information tr:nth-child(n+2) {
  height: 5rem;
}

#company .information tr:nth-child(n+2) > td {
  vertical-align: middle;
}

#company .information tr:last-child {
  border-bottom: none;
}

#company .information tr > td:nth-child(1) {
  width: 28%;
}

#company .information tr > td:nth-child(2) {
  width: 72%;
}

#maps {
  min-height: 385px;
  width: 100%;
}

.modal {
  top: 80px;
}

.modal-close {
  position: absolute;
}

.modal-close.is-large {
  height: 60px;
  max-height: 60px;
  max-width: 60px;
  min-height: 60px;
  min-width: 60px;
  width: 60px;
}

.modal-card {
  max-height: calc(100vh - 80px);
}

.modal-card-body {
  background-color: transparent;
  width: 485px;
  padding: 0;
  margin: auto;
  overflow-y: auto;
}

.modal-card-body::-webkit-scrollbar {
  display: none;
}

.modal-close:before, .modal-close:after {
  background-color: #000;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}

.modal-copy {
  margin-top: 4rem;
}

.modal-images {
  width: 485px;
  height: 320px;
  margin: auto;
  margin-top: 2rem;
}

.modal-title {
  font-size: 2rem;
  margin-top: 1rem;
}

.modal-description {
  font-size: 0.75rem;
  margin-top: 3rem;
  line-height: 2rem;
}

.modal-link {
  width: 100%;
  border: 1px solid #000;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.modal-link a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 1rem 0;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #000000;
}

.modal-link a:visited {
  color: #000000;
}

.modal-link a:hover {
  color: #000000;
}

.modal-link a:after {
  content: '';
  display: block;
  width: 34px;
  height: 6px;
  background: url(../img/arrow_b.png) no-repeat center center;
  background-size: contain;
}

.modal-link a:hover {
  background-color: #000;
  color: #fff;
}

.modal-link a:hover:visited {
  color: #fff;
}

.modal-link a:hover:hover {
  color: #fff;
}

.modal-link a:hover:after {
  background: url(../img/arrow_w.png) no-repeat center center;
  background-size: contain;
}

#modal_nagomi .modal-background {
  background-color: #FBF4E2;
}

#modal_kirara .modal-background {
  background-color: #EEEFEF;
}

#modal_kotori .modal-background {
  background-color: #E3EFF8;
}

#modal_hana .modal-background {
  background-color: #EDE5E4;
}

.slick-dots {
  bottom: -1rem;
}

.slick-dots li button {
  position: relative;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #000000;
  -webkit-transform: scale(2.5);
      -ms-transform: scale(2.5);
          transform: scale(2.5);
  top: 0;
}

.slick-dots li button:before {
  font-family: 'Raleway';
  font-size: 1rem;
  line-height: 20px;
  position: absolute;
  top: 11px;
  left: 0;
  width: 10px;
  height: 10px;
  content: '•';
  text-align: center;
  opacity: 1;
  color: #000;
}

.floating {
  position: fixed;
  top: 95px;
  opacity: 0;
}

.page_top {
  position: absolute;
  top: unset;
  bottom: -10%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

.page_top img {
  width: 24.5px;
}

.fade {
  opacity: 0;
  -webkit-transition-duration: 1.5s;
       -o-transition-duration: 1.5s;
          transition-duration: 1.5s;
}

.fade-active {
  opacity: 1.0;
}

.overlay {
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.overlay:hover {
  opacity: 0.3;
}

.splash {
  margin: auto;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  text-align: center;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.splash > img {
  width: 95.5px;
  margin: auto;
}

@media screen and (max-width: 1024px) {
  .slick-dots {
    bottom: 15%;
  }
  .wrap {
    width: 80%;
    margin-left: auto;
    margin-right: 4%;
  }
  .luxbar-header {
    height: 50px;
  }
  .luxbar-header .wrap {
    position: static;
    width: 100%;
    margin-top: 0;
  }
  .luxbar-menu {
    min-height: 50px;
  }
  .luxbar-checkbox:checked ~ .luxbar-menu {
    height: 50px;
  }
  .luxbar-brand {
    margin: auto;
    padding: 0;
  }
  .luxbar-checkbox:not(:checked) ~ .luxbar-menu {
    height: 50px;
    min-height: 50px;
  }
  .luxbar-checkbox:not(:checked) ~ .luxbar-menu.no-top {
    height: 50px;
    min-height: 50px;
  }
  .luxbar-checkbox:checked ~ .luxbar-menu .luxbar-brand .logo_no_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
  }
  .luxbar-header {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .luxbar-hamburger {
    position: absolute;
    right: 4%;
    top: 37%;
    padding: 0;
    z-index: 9999;
  }
  .luxbar-navigation {
    padding: 0 3rem;
  }
  .luxbar-navigation li:nth-child(n+2) {
    width: 33%;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    height: 200px;
    margin-top: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0.75rem;
  }
  .luxbar-navigation li:nth-child(2) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    width: 20%;
  }
  .luxbar-navigation li:nth-child(3) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    width: 20%;
  }
  .luxbar-navigation li:nth-child(4) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
    width: 20%;
  }
  .luxbar-navigation li:nth-child(5) {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
    width: 20%;
  }
  .luxbar-navigation li:nth-last-child(3) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .luxbar-navigation li:nth-last-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .luxbar-navigation li:nth-last-child(1) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .luxbar-navigation li.page-link {
    margin-top: 22%;
    font-size: 1.125rem;
  }
  .luxbar-hamburger span, .luxbar-hamburger span::before, .luxbar-hamburger span::after {
    display: block;
    height: 2px;
    width: 23px;
  }
  .luxbar-hamburger span::before {
    margin-top: -2px;
  }
  .luxbar-menu.no-top .luxbar-brand .logo_no_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    opacity: 1;
    height: 50px;
  }
  .modal-card-body {
    height: 400px;
  }
  header .modal.is-active {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .modal .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 70%;
    margin: auto;
  }
  header .modal .row > div {
    opacity: 0;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
  header .modal .row > div a {
    color: #000000;
  }
  header .modal .row > div a:visited {
    color: #000000;
  }
  header .modal .row > div a:hover {
    color: #000000;
  }
  header .modal .row li {
    margin-right: 1%;
    width: 73px;
  }
  header .modal .row.row2 {
    margin-top: 15%;
    height: 200px;
  }
  header .modal .row .page-link {
    font-size: 1.125rem;
  }
  header .modal-card {
    width: 100%;
    margin-top: 20%;
    max-height: unset;
  }
  .left_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: -16%;
    font-size: 0.75rem;
  }
  .left_title > p:nth-child(2) {
    margin-top: 1rem;
  }
  .center_title {
    text-align: left;
    font-size: 1.125rem;
    line-height: 1.7rem;
  }
  .center_text {
    font-size: 0.875rem;
    text-align: left;
    line-height: 1.8rem;
  }
  .header_logo img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  #top {
    position: relative;
  }
  #top .top_logo {
    margin: auto;
    width: 77%;
    height: auto;
    position: absolute;
    top: 16%;
    bottom: unset;
    left: 0;
    right: 0;
  }
  #top .top_copy {
    margin: auto;
    width: 52%;
    height: auto;
    position: absolute;
    top: 24%;
    bottom: unset;
    left: 0;
    right: 0;
  }
  #top img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #about {
    padding-top: 31%;
  }
  #about .wrap {
    padding-bottom: 23%;
  }
  #about .center_text {
    margin-top: 25%;
  }
  #project {
    padding-top: 20%;
  }
  #project > .wrap {
    padding-bottom: 20%;
  }
  #project .icon_logo {
    text-align: center;
    width: 100%;
    margin: auto;
  }
  #project .center_title {
    margin-top: 23%;
  }
  #project .links {
    width: 100%;
    margin-top: 11%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #project .links .link_button {
    width: 45%;
    margin-top: 5%;
  }
  #project .links .modal-description {
    font-size: 0.75rem;
    margin-top: 0rem;
    line-height: 2rem;
  }
  #company {
    padding-top: 23%;
    margin-bottom: 8rem;
  }
  #company .information {
    width: 100%;
    margin: 34% 0 0 auto;
  }
  #company .information tr {
    font-size: 0.875rem;
  }
  #company .information tr > td:nth-child(1) {
    width: 42%;
  }
  #company .information tr:nth-child(2) {
    height: 4.5rem;
  }
  footer {
    padding-top: 15%;
    padding-bottom: 2%;
  }
  footer .wrap {
    padding: 0;
    width: 80%;
    margin: auto;
  }
  footer .footer_links {
    width: 100%;
    margin: auto;
    display: block;
  }
  footer .footer_links ul {
    display: block;
  }
  footer .footer_links ul li {
    margin-bottom: 10%;
  }
  footer .insta {
    width: 30%;
  }
  footer .footer_logo {
    width: 30%;
    margin: auto;
    margin-top: 22%;
  }
  footer .copy {
    width: 80%;
    margin: auto;
    margin-top: 10%;
  }
  .floating {
    position: fixed;
    top: 95px;
    opacity: 0;
    left: 3%;
  }
  .modal {
    top: 0;
  }
  .modal-card {
    margin: 0 4%;
    max-height: calc(100vh - 160px);
    height: 80%;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    width: 100%;
  }
  .modal-card-body {
    background-color: transparent;
    width: 100%;
    padding: 0;
    margin: auto;
    overflow-y: auto;
  }
  .modal-images {
    width: 100%;
    height: auto;
    margin: auto;
    margin-top: 19%;
    overflow: hidden;
  }
  .modal-copy {
    margin-top: 7%;
    font-size: 0.75rem;
  }
  .modal-title {
    font-size: 1.25rem;
    margin-top: 4%;
  }
  .modal-close:after {
    height: 60%;
    width: 2px;
  }
  .modal-close:before {
    height: 2px;
    width: 60%;
  }
  .modal-close.is-large {
    position: absolute;
    right: -5%;
    top: 2%;
  }
}

@media screen and (max-width: 320px) {
  html {
    font-size: 14px;
  }
}

@supports (-ms-ime-align: auto) {
  header .modal-card {
    position: absolute;
    top: 25vh;
    bottom: unset;
    left: 0;
    right: 0;
  }
}

_:-ms-lang(x), header .modal-card {
  position: absolute;
  top: 25vh;
  bottom: unset;
  left: 0;
  right: 0;
}

_:-ms-lang(x), header .modal-card-body {
  overflow: visible;
}
