@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 > div {
  height: 100%;
}

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

body {
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro', 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 4rem;
}

footer .row {
  width: 100%;
  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;
}

footer .row:nth-child(2) {
  width: 100%;
  margin-left: auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 5% 10% 0 0;
}

footer a {
  color: #fff;
}

footer a:visited {
  color: #fff;
}

footer a:hover {
  color: #fff;
}

footer .footer_links {
  width: 80%;
}

footer .footer_links ul {
  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;
      text-align: center;
}

footer .footer_links li {
  width: 33.333%;
  padding: 1% 0;
}

footer .footer_links a {
  line-height: 2;
}

footer .footer_logo {
  width: 60px;
}

footer .footer_logo img {
  width: 100%;
}

footer .insta {
  width: 82px;
}

footer .copy {
  font-size: 12px;
}

.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: 1rem;
  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: auto;
  max-width: unset;
  max-height: 100%;
  display: inline-flex;
}

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

header .modal ul {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

header .modal ul li {
  width: auto;
  opacity: 0;
  font-size: 18px;
  line-height: 2.4;
}

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: 28px;
  line-height: 1.7;
}

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 {
  padding: 0;
  text-align: center;
  position: relative;
  z-index: 9999;
  display: block;
}

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

.luxbar-brand .logo_no_top {
  display: none;
  opacity: 0;
  -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;
  -webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
  padding: 10% 0 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: -70px;
  right: unset;
}

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

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

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


#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;
}

#top .scroll img {
  filter: drop-shadow(0 0 0.75rem black);
}

#about {
  padding-top: 8.5rem;
}

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

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

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

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

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

#company .wrap {
  border: none;
}

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

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

#company .information tr a {
  color: #000;
}

#company .information td {
  padding: 3% 0;
}

#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-images .slick-slide {
  height: 320px;
}

.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_hana .modal-background {
  background-color: #EDE5E4;
}

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

#modal_hatsu .modal-background {
  background-color: #b7b79e;
}
#modal_sfida .modal-background {
  background-color: #f5ecec;
}
#modal_kuchi .modal-background {
  background-color: #efefef;
}

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

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

.slick-dots li.slick-active button:before {
  color: #000;
  opacity: 1;
  
}

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

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

.page_top {
  font-size: 0;
  position: absolute;
  top: unset;
  bottom: 0;
  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 {
    width: 70%;
    bottom: 15%;
  }
  .wrap {
    width: 90%;
    margin: 0 auto;
  }
  .luxbar-header {
    height: auto;
  }
  .luxbar-header .wrap {
    position: static;
    width: 100%;
    margin-top: 0;
  }
  .luxbar-menu {
    min-height: 50px;
  }
  .luxbar-checkbox:checked ~ .luxbar-menu {
    height: 12rem;
  }
  .luxbar-checkbox:not(:checked) ~ .luxbar-menu {
    height: 12rem;
    min-height: 12rem;
  }
  .luxbar-checkbox:not(:checked) ~ .luxbar-menu.no-top {
    height: 12rem;
    min-height: 12rem;
  }
  .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: 50%;
    transform: translate(0, -50%);
    padding: 0;
    z-index: 9999;
  }
  .luxbar-navigation {
    height: 100%;
    padding: 0 3%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .luxbar-hamburger span, .luxbar-hamburger span::before, .luxbar-hamburger span::after {
    display: block;
    height: 2px;
    width: 6vw;
  }
  .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;
  }
  .modal-card-body {
    height: 400px;
  }
  header .modal.is-active {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .modal ul li {
    font-size: 4rem;
  }
  header .modal ul li.page-link {
    font-size: 5.4rem;
  }
  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;
    display: none;
  }
  .left_title > p:nth-child(2) {
    margin-top: 1rem;
  }
  .center_title {
    font-size: 5.4rem;
    line-height: 1.4;
  }
  .center_text {
    font-size: 3.2rem;
    text-align: justify;
    line-height: 1.8;
    letter-spacing: .18em;
  }
  .header_logo img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  #top .scroll {
    width: 11vw;
  }
  #about {
    padding-top: 20%;
  }
  #about > .wrap {∂ç
    padding-bottom: 20%;
  }
  #about .icon_logo {
    text-align: center;
    width: 45%;
    margin: auto;
  }
  #about .≈ {
    margin-top: 10%;
  }
  .modal-description {
    font-size: 3.2rem;
    margin-top: 0rem;
    line-height: 1.8;
    letter-spacing: .18em;
  }
  #company {
    padding-top: 23%;
    padding-bottom: 30rem;
  }
  #company .information {
    width: 100%;
    margin: 0 0 15% auto;
  }
  #company .information tr {
    font-size: 3.8rem;
    letter-spacing: .12em;
    line-height: 1.8;
  }
  #company .information tr > td:nth-child(1) {
    width: 34%;
  }
  #company .information tr:nth-child(2) {
    height: 4.5rem;
  }
  #company .information td {
    padding: 6rem 0;
  }
  .page_top {
    bottom: 0;
  }
  .page_top img {
    width: 7vw;
  }
  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;
    text-align: left;
  }
  footer .footer_links ul li {
    width: 100%;
    margin-bottom: 10%;
  }
  footer .footer_links a {
    font-size: 3.6rem;
  }
  footer .insta {
    width: 30%;
  }
  footer .footer_logo {
    width: 30%;
    margin: auto;
    padding: 10% 0 6%;
  }
  footer .copy {
    width: 100%;
    padding: 4% 0 2%;
    font-size: 3rem;
    text-align: center;
  }
  footer .row:nth-child(2) {
    padding: 0;
  }
  .floating {
    position: fixed;
    top: 95px;
    opacity: 0;
    left: 3%;
  }
  .modal {
    top: 0;
  }
  .modal-card {
    padding: 0 4%;
    margin: 0;
    max-height: calc(100vh - 8vw);
    height: 90%;
    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: 80vw;
    margin: auto;
    margin-top: 19%;
    overflow: hidden;
  }
  .modal-images .slick-slide {
    height: 60vw;
  }
  .modal-copy {
    font-size: 3rem;
    margin-top: 7%;
  }
  .modal-title {
    font-size: 5rem;
    margin-top: 4%;
  }
  .modal-close:after {
    height: 60%;
    width: 2px;
  }
  .modal-close:before {
    height: 2px;
    width: 60%;
  }
  .modal-close.is-large {
    height: 15rem;
    max-height: 15rem;
    max-width: 15rem;
    min-height: 15rem;
    min-width: 15rem;
    width: 15rem;
    position: absolute;
    right: 0;
    top: 2%;
  }

  .modal-link a {
    font-size: 4rem;
    padding: 3rem 0;
  }
}

@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;
}
