@charset "UTF-8";
@font-face {
  font-family: "Helvetica Now";
  src: url("../fonts/HelveticaNowDisplay.woff2") format("woff2"), url("../fonts/HelveticaNowDisplay.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  ascent-override: 100%;
  descent-override: 20%;
  line-gap-override: normal;
  advance-override: 0;
}
@font-face {
  font-family: "Helvetica Now";
  src: url("../fonts/HelveticaNowDisplayMedium.woff2") format("woff2"), url("../fonts/HelveticaNowDisplayMedium.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  ascent-override: 100%;
  descent-override: 20%;
  line-gap-override: normal;
  advance-override: 0;
}

a,
a img {
  background: 0 0;
}

a:link,
a:visited,
ins {
  text-decoration: none;
}

a,
hr {
  padding: 0;
}

img,
svg {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
.foot,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: 0 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}

ins,
mark {
  background-color: #ff9;
  color: #000;
}

* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

*,
:after,
:before {
  box-sizing: border-box;
}

nav ul,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::after,
blockquote::before,
q::after,
q::before {
  content: none;
}

a {
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  cursor: pointer;
}

a:visited {
  color: inherit;
}

a:link {
  color: inherit;
}

a img {
  border: 0 #fff;
}

mark {
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border-width: 1px 0 0;
  border-image: initial;
  border-style: solid initial initial;
  border-color: #ccc initial initial;
  margin: 1em 0;
}

input,
select {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  appearance: none;
  font-family: inherit;
  border-radius: 0;
  box-sizing: border-box;
  font-size: 16px;
  color: #c3cbd1;
  -webkit-appearance: none;
}

input:focus,
textarea:focus {
  outline: 0;
}

html {
  font-size: 62.5%;
}

body::-webkit-scrollbar {
  display: none;
}

img[src$=".svg"] {
  width: auto;
  height: auto;
}

svg {
  overflow: hidden;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Helvetica Now", "source-han-sans-japanese", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  text-rendering: optimizelegibility;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  background: #f8f8f8;
  color: #151515;
  letter-spacing: 0.15em;
  position: relative;
}

h1 {
  font-size: 36px;
  font-weight: normal;
}
h2 {
  font-size: 40px;
  font-weight: normal;
}
h3 {
  font-size: 24px;
  font-weight: normal;
}
h4 {
  font-size: 20px;
  font-weight: normal;
}
h5 {
  font-size: 18px;
  font-weight: normal;
}
h6 {
  font-size: 16px;
  font-weight: normal;
}
p {
  font-size: 14px;
  font-weight: normal;
}
.over-wrap-menu::after,
.over-wrap-menu::before {
  content: "";
  width: 1px;
  height: calc(100svh + 1px);
}

.over-wrap-menu {
  height: 100%;
  display: flex;
  align-items: center;
  overscroll-behavior: contain;
  overflow-y: scroll;
  align-items: flex-start;
}

.over-wrap-menu {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.over-wrap-menu::-webkit-scrollbar {
  display: none;
}
.js-layer {
  opacity: 0;
}
.js-fadein {
  opacity: 0;
  transition: opacity 1s;
}
.js-fadein.js-scrollin {
  opacity: 1;
}
.js-scroll {
}

.bbs {
  align-items: center;
  color: #ffffff;
  display: flex;
  height: 70px;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  z-index: 1;
  /* opacity: 0; */
}
.bbs ul {
  animation: flowing 400s linear infinite;
  font-size: 20px;
  transform: translateX(100%);
  margin: 0;
  padding: 0;
}
.bbs ul li {
  display: inline-block;
  padding-right: 10px;
  font-size: 80px;
  line-height: 1;
}
.bbs ul li span {
  margin: 0 20px;
}
@keyframes flowing {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.common_wrap {
  padding: 120px 10%;
  /* max-width: 1200px; */
  /* margin: auto; */
}
.sec_tit {
  margin-bottom: 20px;
  line-height: 1;
}
.p_mask {
  position: relative;
  line-height: 0;
  border: solid 2px #1742ff;
}
.p_mask:after {
  content: "";
  height: 8%;
  width: 50%;
  position: absolute;
  background-color: #f8f8f8;
  bottom: -2px;
  right: -2px;
  z-index: 1;
}
.p_mask:before {
  content: "";
  height: 8%;
  width: 50%;
  position: absolute;
  background-color: #f8f8f8;
  bottom: 0;
  right: 0;
  border-left: solid 2px #1742ff;
  border-top: solid 2px #1742ff;
  z-index: 2;
}
.scrolldown {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.scrolldown p {
  font-size: 10px;
  margin-top: 10px;
}
.scrolldown .arrow {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  position: relative;
  width: 1px;
  height: 50px;
  background: #151515;
}

.scrolldown .arrow::before {
  content: "";
  width: 40px;
  height: 40px;
  border: 1px solid #151515;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
  transform-origin: bottom left;
  position: absolute;
  left: 50%;
  bottom: 0px;
  box-sizing: border-box;
}
.onload .all_bg {
  /* filter: blur(0px); */
  /* opacity: 1; */
}
.onload main.page {
  opacity: 1;
}

.modal {
  display: none;
  position: fixed;
  z-index: 997;
  width: 100vw;
  min-height: 100svh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: unset;
  transform: translateY(0);
  background-color: hsl(0deg 0% 0% / 80%);
}

.modal_wrap {
  height: 100%;
}
.modal_inner {
  padding: 80px;
}
.modal_close_btn {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 20px;
  top: 20px;
  transition: opacity 0.2s ease;
  cursor: pointer;
  mix-blend-mode: exclusion;
  backface-visibility: hidden;
  z-index: 1;
}

.modal_close_btn:hover {
  opacity: 0.5;
}

.modal_close_btn span {
  background-color: #fff;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.modal_close_btn span:nth-child(1) {
  transform: rotate(45deg);
}

.modal_close_btn span:nth-child(2) {
  transform: rotate(-45deg);
}

header {
  position: fixed;
  width: 100%;
  height: 75px;
  z-index: 101;
  top: 0;
  /* background-color: #fff; */
}

header .wrap {
  height: 100%;
}
header .inner {
  height: 100%;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .logo {
  width: 100px;
}
header .logo a {
  line-height: 0;
  display: block;
  width: 100%;
  transition: opacity 0.5s;
}
header .logo a:hover {
  opacity: 0.3;
}
header .logo svg {
  fill: #151515;
  width: 100%;
  transition: 0.5s;
}
.home header .logo svg {
  fill: #333;
}
header.change .logo svg {
  fill: #151515;
}
header .menu {
  display: flex;
  align-items: center;
  cursor: pointer;
  display: none;
}
header .menu .humb {
  position: relative;
  height: 30px;
  width: 40px;
  transition: opacity 0.5s;
}
header .menu .humb:hover {
  opacity: 0.3;
}
header .menu p {
  font-size: 12px;
}
header .menu .humb span {
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  background-color: #151515;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  transform: scaleY(1.2);
  transform-origin: center;
  transition: 0.3s;
}

header .menu .humb span:nth-child(1) {
  bottom: auto;
  top: 10px;
}

header .menu .humb span:nth-child(3) {
  top: auto;
  bottom: 10px;
}

header.menu-open .menu .humb span:nth-child(1) {
  rotate: 45deg;
  translate: 0px 4px;
}
header.menu-open .menu .humb span:nth-child(2) {
  opacity: 0;
}
header.menu-open .menu .humb span:nth-child(3) {
  rotate: -45deg;
  translate: 0px -4px;
}
header .nav {
  display: flex;
  align-items: center;
}
header .nav ul {
  display: flex;
  align-items: center;
}
header .nav ul li {
  margin-left: 30px;
}
header .nav ul li a {
  transition: opacity .3s;
  line-height: 1;
}
header ul li a:hover {
  color: #1742ff;
}
header ul li a p {
  font-size: 12px;
  font-weight: bold;
  transition: 0.5s;
}
header .nav ul li a p {
}
header.change .nav ul li a p {
  color: #151515;
}
header .nav .sns {
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
  border-left: solid 1px #151515;
}
header .nav .sns li {
  margin-left: 0;
}
header .lang {
  position: relative;
  padding-left: 30px;
  margin-left: 40px;
}
header .lang::before {
  content: "";
  width: 1px;
  background-color: #999;
  height: 75px;
  position: absolute;
  left: 0;
  top: -30px;
}
header .lang span {
  opacity: 0.5;
}
header ul.lang li {
  margin-left: 0;
}

header.fv_area {
  /* background: unset; */
}
header.fv_area .logo svg {
  fill: #fff;
}
header.fv_area .nav ul li a p {
}
header.fv_area .inner {
}
header.fv_area .lang::before {
  background-color: #fff;
}
#full-menu {
  display: none;
  position: fixed;
  z-index: 100;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
}

#full-menu .wrap {
  height: 100%;
  width: 100%;
}

#full-menu .inner {
  width: 100%;
  padding: 0 20px;
  height: 100%;
}
#full-menu .link {
  padding: 140px 0px;
  width: 100%;
  padding-bottom: 40px;
}
#full-menu ul {
}
#full-menu ul li {
  margin-bottom: 20px;
}
#full-menu ul li a {
  display: inline-block;
  /* text-decoration: underline; */
  transition: opacity 0.5s;
}
#full-menu ul li a:hover {
  opacity: 0.3;
}
#full-menu ul li a p {
  font-size: 22px;
}
#full-menu ul.lang li a p span {
  opacity: 0.5;
}

#opening {
  position: fixed;
  z-index: 999;
  top: 0;
  width: 100%;
  background: #f8f8f8;
}
#opening.active{
    display:block
}
#opening.hidden{
  display:none
}
#opening .wrap {
  height: 100svh;
  width: 100%;
  padding: 80px 0px;
  margin-bottom: 100px;
}
#opening .inner {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#opening .logo{
  width: 140px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 4;
  opacity: 0;
  transition: 1s;
}
#opening .bts{

}
#opening .box_bg {
  width: 80%;
  margin: auto;
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 1s;
}
#opening .box_bg .sp{
  display: none;
}
#opening .box_bg.wire{
  opacity: 0;
  transition: 1s;
  /* transition-delay: 1s; */
}
#opening .box_bg.fill{
  opacity: 0;
}
#opening .bbs{
    color: #1742ff;
    transition: .3s;
    opacity: 0;
}
body.one #opening .logo{
  opacity: 1;
}
body.two #opening .box_bg.wire{
  opacity: 1;
}
body.two #opening .logo{
  opacity: 0;
}
body.two #opening .bbs{
  opacity: 1;
}
body.three #opening .bbs{
  color: #fff;
  transition: 1s;
}
body.three #opening .box_bg.fill {
    opacity: 1;
}
body.four #opening {

}
#fv {
  position: relative;
  z-index: 2;
}
#fv .wrap {
  height: 100svh;
  width: 100%;
  padding: 80px 0px;
  margin-bottom: 100px;
}
#fv .inner {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#fv .box_bg {
  width: 80%;
  margin: auto;
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#fv .box_bg .sp{
  display: none;
}
.home #fv .left {
  position: absolute;
  left: 30px;
  bottom: -50px;
}
.home #fv .left p {
  line-height: 1.5;
}
.home #fv .left p .sp{
  display: none;
}
#fv .right {
  position: absolute;
  right: 20px;
  bottom: -50px;
}
.home #space {
}
.home #space .sec_tit.sp{
  display: none;
}
.home #space .img_area {
  margin-bottom: 40px;
}
.home #space .img_area .sp{
    display: none;
}
.home #space .text_area {
  display: flex;
}
.home #space .text_area .left {
  width: 50%;
}
.home #space .text_area .detail h4 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
  line-height: 1.5;
}
.home #space .text_area .detail h4 span {
  padding-right: 15px;
  margin-right: 10px;
  position: relative;
}
.home #space .text_area .detail h4 span:after {
  content: "/";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.home #space .text_area .detail p {line-height: 1.5;}
.home #space .text_area .detail p span {
  margin-right: 20px;
}
.home #space .text_area .right {
  width: 50%;
  display: flex;
  align-items: flex-end;
  justify-content: end;
}
.home #space .text_area .right a {
  display: flex;
  align-items: center;
  transition: .3s;
}
.home #space .text_area .right a:hover {
  color: #1742ff;
}
.home #space .text_area .right a:hover .arrow {
  background: #1742ff;
}
.home #space .text_area .right a:hover .arrow::before {
  border-color: #1742ff;
}
.home #space .text_area .right a p {
  font-size: 36px;
  font-weight: 600;
  margin-right: 10px;
  line-height: 1;
}
.home #space .text_area .right a .arrow {
}
.home #space .text_area .right a .arrow {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  position: relative;
  width: 40px;
  height: 2px;
  background: #151515;
  transform: rotate(-45deg);
}

.home #space .text_area .right a .arrow::before {
  content: "";
  width: 30px;
  height: 30px;
  border: 2px solid #151515;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: 0;
  box-sizing: border-box;
}
.home #informtion {
}
.home #informtion .wrap {
  /* padding-right: 0; */
  /* padding-left: 0; */
}
.home #informtion .sec_tit {
  /* padding-left: 10%; */
}
.home #informtion .swiper {
  /* padding-left: 10%; */
}
.home #informtion .swiper .swiper-slide {
  margin-right: 20px;
  width: 30%;
  width: calc(100% / 3 - 40px / 3);
  position: relative;
}
.home #informtion .swiper .swiper-slide a{
  transition: .3s;
}
.home #informtion .swiper .swiper-slide a:hover{
  opacity: 0.5;
}
.home #informtion .day_cat {
  position: absolute;
  right: 0;
  bottom: 10px;
  z-index: 3;
  line-height: 1;
}
.home #informtion .day_cat p{
    font-size: 12px;
}
.home #informtion .tit {
}
.home #informtion .tit p {
  font-size: 16px;
}
.home #informtion .swiper .swiper-wrapper {
  display: flex;
}
.home #informtion .thumb {
  margin-bottom: 20px;
}
footer {
  background-color: #f9f9f9;
  position: relative;
  z-index: 2;
}
footer .bbs {
  margin-bottom: 30px;
}
footer .copylight {
  padding-left: 20px;
  font-size: 10px;
  color: #1742ff;
  letter-spacing: 0.01em;
}
footer .bbs {
  color: #1742ff;
}
.home #access {
}
.home #access .text_area {
  margin-bottom: 20px;
}
.home #access .text_area h3 {
  margin-bottom: 10px;
}
.home #access .map_area {
  position: relative;
  padding-bottom: 40%;
}
.home #access .map_area iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  filter: grayscale(1);
}
.home #contact {
}
.home #contact .text_area {
  display: flex;
}
.home #contact .text_area .left {
  width: 50%;
}
.home #contact .text_area .left .email{
   margin-bottom: 15px;
}
.home #contact .text_area .left .email a {

  transition: .3s;
}
.home #contact .text_area .left  a:hover {
  color: #1742ff;
}
.home #contact .text_area .left a {
  display: inline-block;
  text-decoration: underline;
}
.home #contact .text_area .left .tell a {
}
.home #contact .text_area .right {
  width: 50%;
}
.home #contact .text_area .right p {
  margin-bottom: 10px;
}
.home #contact .text_area .right p.small {
  margin-bottom: 0;
  line-height: 1.5;
}

footer .logo {
  line-height: 0;
  width: 200px;
  margin-bottom: 40px;
}
footer .info {
  display: flex;
  padding-bottom: 60px;
  align-items: flex-start;
}
footer .info ul.desc {
  width: calc(100% - 500px);
  /* width: 80%; */
}
footer .info ul.restaurant-hours {
  width: 200px;
  width: 20%;
}
footer .info ul.link {
  width: 500px;
  display: flex;
  flex-wrap: wrap;
}
footer .info ul.desc li {
  margin-bottom: 20px;
}
footer .info ul.desc li .head {
  margin-bottom: 5px;
  /* font-weight: bold; */
  font-size: 12px;
  font-size: 14px;
  font-weight: bold;
}
footer .info ul.restaurant-hours .head {
  margin-bottom: 5px;
  /* font-weight: bold; */
  font-size: 11px;
  font-weight: bold;
}
footer .info ul.desc li p {
  font-size: 12px;
  margin-bottom: 4px;
  line-height: 1.4;
}
footer .info ul.desc li p br {
  /* display: none; */
}

footer .info ul li .detail {
}

footer .info ul li table {
  width: 100%;
}
footer .info ul li table tr {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
footer .info ul li table tr td {
  font-size: 10px;
  /* padding-bottom: 5px; */
}
footer .info ul li table tr td:nth-child(1) {
  /* width: 80px; */
}
footer .info ul li table tr td:nth-child(2) {
  /* width: calc(100% - 80px); */
}
footer .info ul li table tr td p {
  font-size: 10px;
}
footer .wrap {
  margin-bottom: 10px;
}
footer .inner {
  /* border-top: solid 1px #eeeeee; */
  /* padding-top: 60px; */
}
footer .link {
}
footer .link a {
  display: block;
  transition: opacity 0.5s;
  text-decoration: underline;
}
footer .link a:hover {
  opacity: 0.3;
}
footer .link a p {
  font-size: 12px;
  font-weight: bold;
}
footer ul.link li {
  margin-bottom: 15px;
  width: 33.333%;
}
footer .copy p {
  font-size: 8px;
  /* text-align: right; */
  /* padding-left: 45%; */
  line-height: 1;
  letter-spacing: 0.05em;
}

/* ==================================================================
opanimation
================================================================== */

body.space {
}
body.space #fv {
}
body.space #fv .wrap {
  margin-bottom: 0;
  /* padding-bottom: 0; */
}
body.space #fv .text_area {
  position: absolute;
  left: 5%;
  top: 20%;
}
body.space #fv .text_area h3 {
  margin-bottom: 20px;
}
body.space #fv .text_area .jp {
  margin-bottom: 10px;
  line-height: 2;
}
body.space #fv .text_area .en {
  line-height: 1.5;
}
body.space #download {
}
body.space #download .wrap {
  padding-top: 0;
  /* padding-bottom: 0; */
}
body.space #download .btn_area {
  display: flex;
}
body.space #download .btn_area a {
  width: 260px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  border: solid 1px #1742ff;
  color: #1742ff;
  margin-right: 20px;
  transition: .3s;
}
body.space #download .btn_area a:hover{
  background-color: #1742ff;
  color: #fff;
}
body.space #download .btn_area a:hover .icon svg{
  fill: #fff;
}
body.space #download .btn_area a .text {
}
body.space #download .btn_area a .text h6 {
  line-height: 1;
  margin-bottom: 8px;
}
body.space #download .btn_area a .text p {
  line-height: 1;
}
body.space #download .btn_area a .icon {
  width: 20px;
}
body.space #download .btn_area a .icon svg {
  fill: #1742ff;
}

body.space #summary {
}
body.space #summary ul {
}

body.space #summary ul li {
  display: flex;
  margin-bottom: 15px;
}
body.space #summary ul li p {
  font-size: 18px;
  line-height: 1.5;
}
body.space #summary ul li .head {
  width: 160px;
  font-weight: 600;
}
body.space #summary ul li .desc {
  width: calc(100% - 160px);
}

body.space #photo {
}
body.space #photo ul {
  display: flex;
  flex-wrap: wrap;
}
body.space #photo ul li {
  width: calc(100% / 4 - 20px / 4);
  line-height: 0;
  margin-bottom: 5px;
  margin-right: 5px;
  border: solid 1px #1742ff;
}
body.space #photo ul li a {
  display: block;
  position: relative;
  transition: opacity .3s;
}
body.space #photo ul li a:hover{
  opacity: 0.5;
}
body.space #photo ul li a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #1742ff;
  mix-blend-mode: screen;
  opacity: 0;
  /* z-index: 1; */
}
body.space #photo ul li a:hover:before{
  /* opacity: 1; */
}
body.space #photo ul li a img{
  /* filter: grayscale(1); */
}
body.space #photo ul li a:hover img{
  /* filter: grayscale(1); */
}
body.space #floor{

}
body.space #floor .img_area {
  margin-right: 5px;
  border: solid 2px #1742ff;
}
body.space #floor .wrap{
    margin-bottom: 100px;
}
