@charset "UTF-8";

a,
a img {
  background: 0 0;
}

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

a,
hr {
  padding: 0;
}

img,
svg {
  width: 100%;
  /* height: auto; */
  max-width: unset;
  /* 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%;
}
input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@font-face {
  font-family: "itc";
  src: url("../fonts/itc.woff") format("woff"), url("../fonts/itc.woff2") format("woff2"), url("../fonts/itc.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: "dense";
  src: url("../fonts/dense.woff") format("woff"), url("../fonts/dense.woff2") format("woff2"), url("../fonts/dense.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
body {
  font-family: "itc", "yu-gothic-pr6n",  "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  text-rendering: optimizelegibility;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  background: #1f1f1f;
  /* background: #6b6c70; */
  color: #dcdcdc;
  /* color: #151515; */
  position: relative;
  font-weight: normal;
  letter-spacing: 0.05em;
  /* filter: blur(10px); */
  /* opacity: 0; */
  /* transition: 1s ease; */
}
main {
  filter: blur(10px);
  opacity: 1;
  filter: none;
  transition: 2s ease 0s;
  transition-property: opacity, filter;
}
#tripla-searching-app{
  display: none;
}
body.onload main {
  filter: blur(0px);
  opacity: 1;
}
body.home main {
  transition-delay: 2s;
}
.helvetica {
  font-family: "Helvetica Neue", Arial, sans-serif;
}
.dense {
  font-family: "dense", Arial, sans-serif;
}
h1 {
  font-size: 28px;
  font-weight: normal;
}
h2 {
  font-size: 24px;
  font-weight: normal;
}
h3 {
  font-size: 20px;
  font-weight: normal;
}
h4 {
  font-size: 18px;
  font-weight: normal;
}
h5 {
  font-size: 15px;
  font-weight: normal;
}
h6 {
  font-size: 14px;
  font-weight: normal;
}
p {
  font-size: 14px;
}
small {
  font-size: 12px;
}
.common_wrap {
  max-width: 1400px;
  margin: auto;
  padding: 0px 40px;
  position: relative;
  padding-bottom: 200px;
}
.sec_head {
  margin-bottom: 20px;
}
.sec_head p {
  font-size: 20px;
  text-transform: uppercase;
}
.noise {
  background: url(../img/noise.png);
  width: 100vw;
  background-repeat: repeat;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  height: 100%;
  opacity: 1;
  mix-blend-mode: difference;
  /* display: none; */
}

#op {
  height: 100vh;
  width: 100vw;
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
  /* filter: blur(10px); */
  /* opacity: 1; */
  /* transition: 1s; */
  position: fixed;
  z-index: 999;
  top: 0;
  background-color: #1f1f1f;
}
#op .op_inner{
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  filter: blur(10px);
  transition: 1s ease .5s;
}
#op .op_inner .sp{
  display:none
}
body.onload #op .op_inner{
  opacity: 1;
  filter: blur(0px);
}
#op img{max-width: 100%;max-height: 100%;}
body.onload #op {
  /* opacity: 1; */
  /* filter: blur(0px); */
}
.scroll {
  opacity: 0;
  filter: blur(10px);
  transition: 2s;
}
.scroll.scrollin {
  opacity: 1;
  filter: blur(0px);
}

header {
  position: fixed;
  height: 60px;
  width: 100%;
  z-index: 998;

  transition: 2s ease 0s;
  transition-property: opacity, filter;
  /* background-color: #1f1f1f; */
}
body.home.onload header {
  filter: blur(0px);
  opacity: 1;
}
body.home header {
    opacity: 0;
  transition-delay: 3.8s;
}
header .wrap {
  height: 100%;
  width: 100%;
  background-color: #1f1f1f;
  transition: 1s;
}
header.fv_area .wrap{
  background-color: #1f1f1f00;
}
header .inner {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  height: 100%;
  align-items: center;
}
header .logo {
  width: 110px;
  line-height: 0;
}
header .logo a {
  display: block;
  transition: .5s;
}
header .logo a:hover{
  opacity: 0.5;
}
header .nav {
  display: flex;
  align-items: center;
}
header .nav .reservation a {
  padding-left: 15px;
  position: relative;
}
header .nav .reservation a::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  background-color: #dcdcdc;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 100%;
  transition: transform 0.5s ease;
}
header .nav .reservation a:hover::before {
  transform: scale(1.5);
}
header .nav .lang {
  margin-left: 20px;
}
header .nav .lang .bogoflags{
  display: none;
}
header .nav .lang .current{
   display: none;
}
header .humb {
  height: 50px;
  width: 50px;
  position: relative;
  margin-left: 20px;
  cursor: pointer;
}

header .humb span {
  height: 1px;
  width: 100%;
  background-color: #dcdcdc;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.3s ease 0s;
}

header .humb span:nth-child(1) {
  top: -8px;
}

header .humb span:nth-child(2) {
  bottom: 0px;
}
header .humb span:nth-child(3) {
  bottom: -8px;
}
header .humb.active span:nth-child(1) {
  transform: rotate(15deg) translate(0px, 4px);
}

header .humb.active span:nth-child(2) {
  opacity: 0;
}
header .humb.active span:nth-child(3) {
  transform: rotate(-15deg) translate(0px, -4px);
}
#fv {
  /* height: 100svh; */
  /* width: 100%; */
  /* position: relative; */
  /* overflow: hidden; */
  /* margin-bottom: 40px; */
  /* opacity: 0; */
  /* filter: blur(0px); */
  /* transition: 1s ease; */
}
.onload #fv {
  /* opacity: 1; */
  /* filter: blur(0px); */
}
#fv .wrap {
  /* width: 100%; */
  /* height: 100%; */
  margin-bottom: 80px;
}
#fv .inner {
  /* width: 100%; */
  /* height: 100%; */
}
#fv .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  /* background-image: url(../img/sample_kv.jpg); */
  background-position: center;
  background-size: cover;
}
#fv .bg .slider {
  width: 100%;
  height: 100%;
}
#fv .bg .slider__inner {
  width: 100%;
  height: 100%;
}
#fv .tit {
  position: absolute;
  z-index: 1;
  left: 80px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  filter: blur(10px);
  transition: 1s ease 4s;
}
body.onload #fv .tit {
  opacity: 1;
  filter: blur(0px);
}
#fv .tit h1 {
  margin-bottom: 10px;
}
#fv .tit h2 {
}
.top_sec {
  position: relative;
}
.top_sec .flex {
  display: flex;
  align-items: center;
  position: relative;
}
.top_sec .text_area {
  /* width: 50%; */
  position: absolute;
  z-index: 1;
  /* right: 10%; */
  /* bottom: 10%; */
  max-width: 400px;
}
.top_sec .sec_head p {
  /* font-size: 20px; */
  line-height: 1;
}
.top_sec .img_area {
  width: 75%;
  position: relative;
}
.top_img_area .thumb_wrap {
  position: relative;
  aspect-ratio: 3 / 2;
  overflow: hidden;
}
.top_img_area .thumb {
  position: absolute;
  width: 100%;
  height: 120%;
  background-position: center;
  /* transform: scale(1.01); */
  background-size: cover;
  top: -10%;
  transition: 1s;
}
.top_text_area h3 {
  margin-bottom: 10px;
}
.top_text_area h6 {
  line-height: 2;
  margin-bottom: 10px;
}
.top_text_area h6:last-child {
  margin-bottom: 0;
}
.top_text_area .jp {
  /* margin-bottom: 30px; */
}
.top_text_area h5 {
  margin-bottom: 10px;
}
.top_text_area p {
  line-height: 1.8;
  margin-bottom: 10px;
}
.top_text_area p:last-child {
  margin-bottom: 0;
}
.top_text_area a {
  font-size: 12px;
  margin-top: 10px;
  display: inline-block;
  position: relative;
  padding-left: 20px;
}
.top_text_area a::after {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  background-color: #dcdcdc;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 100%;
  transition: transform 0.5s ease;
}
.top_text_area a:hover::after {
  transform: scale(2);
}
#about {
}
#about .wrap {
}
#about .inner {
}
#about .img_area {
  margin-left: auto;
  width: 50%;
}
#about .thumb_wrap {
  aspect-ratio: 3/4;
  position: relative;
  width: 90%;
}
#about .text_area {
  left: 12%;
}

#place {
}
#place .wrap {
}
#place .inner {
}
#place .text_area {
  margin-left: auto;
  right: 6%;
  bottom: 15%;
}
#place .img_area {
  left: 2%;
}
#place .thumb_wrap {
}

#architecture {
}
#architecture .wrap {
}
#architecture .inner {
}
#architecture .text_area {
  margin-left: auto;
  left: 5%;
  bottom: 20%;
  z-index: 2;
}
#architecture .img_area {
  margin-left: auto;
  right: 5%;
}
#architecture .img_area::before{
  content:"";
  position: absolute;
  width: 30%;
  height: 100%;
  z-index: 1;
  background: #000000;
  background: linear-gradient(90deg,rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
#architecture .thumb_wrap {
}

#restaurant {
}
#restaurant .wrap {
}
#restaurant .inner {
}
#restaurant .text_area {
  margin-left: auto;
  right: 5%;
  bottom: 10%;
}
#restaurant .img_area {
  margin-right: auto;
  left: 5%;
}
#restaurant .thumb_wrap {
}

#rooms {
}
#rooms .wrap {
}
#rooms .inner {
}
#rooms .text_area {
  margin-left: auto;
  left: 10%;
  bottom: 10%;
}
#rooms .img_area {
  margin-left: auto;
  right: 0%;
}
#rooms .thumb_wrap {
}

#experience {
}
#experience .wrap {
  padding-bottom: 200px;
}
#experience .text_area {
  position: relative;
}

#experience .text_area {
  display: flex;
  margin-bottom: 40px;
}
#experience .img_area {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
#experience .img_area .link {
  width: calc(100% / 6 - 10px);
  position: relative;
  /* pointer-events: none; */
}
#experience .img_area .link:hover .thumb{
  transform: scale(1.05);
  opacity: 0.5;
}
#experience .thumb_wrap {
  aspect-ratio: 9 / 16;
  position: relative;
  overflow: hidden;
  /* filter: grayscale(0.5); */
}
#experience .thumb_wrap:before{
  content:"";
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 100%);
  position: absolute;
  width: 100%;
  height: 20%;
  z-index: 1;
  bottom: 0;
}
#experience .img_area .link h6 {
  position: absolute;
  z-index: 2;
  bottom: 10px;
  left: 10px;
  font-size: 12px;
}
#shop .text_area {
    margin-left: auto;
    right: 5%;
    bottom: 20%;
}
#shop .common_wrap{
  /* padding-bottom: 100px; */
}
#information .wrap {
  padding-bottom: 100px;
  padding-top: 100px;
}
#information ul {
}
#information ul li {
}
#information ul li p {
  font-size: 14px;
}
#information ul li a {
  display: flex;
  padding: 40px 0;
  border-bottom: solid 1px #4c4c4c;
  border-bottom: solid 1px #282828;
  padding-bottom: 30px;
  margin-bottom: 40px;
}

#information ul li:last-child a {
  /* border-bottom: solid 1px #ebebeb; */
  margin-bottom: 0;
}
#information ul li .date {
  width: 20%;
}
#information ul li .week {
  width: 20%;
  /* text-transform: uppercase; */
}
#information ul li .tit {
  width: 60%;
  overflow: hidden; /* 溢れた部分を隠す */
  text-overflow: ellipsis; /* 溢れた部分を「...」にする */
  white-space: nowrap; /* 1行で表示 */
}
#access{

}
#access .wrap{
    padding-bottom: 0;
    padding-top: 100px;
}
#access .inner{}
#access .ifram_wrap{
    position: relative;
    aspect-ratio: 3 / 1;
    filter: contrast(0.8) grayscale(1) invert(1);
    margin-bottom: 20px;
}
#access iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
        pointer-events: unset;
}
#access .way{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 30px;
}
#access .way p{
    width: 50%;
    margin-bottom: 20px;
    font-size: 13px;
    padding-right: 40px;
}
footer {
  padding-top: 200px;
}
footer .wrap {
  background-color: #191919;
}
footer .inner {
  padding: 40px;
  padding-top: 120px;
  padding-bottom: 20px;
}
footer .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
}
footer .left {
  width: 50%;
}
footer .left p {
  line-height: 1.8;
  margin-bottom: 20px;
  font-size: 12px;
}
footer .sitemap {
  display: flex;
  align-items: flex-start;
  width: 50%;
}
footer .sitemap ul {
  width: calc(100% / 4);
}
footer .sitemap ul li {
  margin-bottom: 10px;
}
footer .sitemap ul li a {
  font-size: 10px;
  padding-left: 15px;
  position: relative;
  line-height: 2;
  text-transform: uppercase;
}
footer .sitemap ul li a::before {
  content: "";
  position: absolute;
  background-color: #dcdcdc;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: scale(0);
  transition: transform 0.5s ease;
}
footer .sitemap ul li a:hover::before {
  transform: scale(1);
}
footer .address {
  margin-bottom: 40px;
}

footer .address a {
  border-bottom: solid 1px #dcdcdc;
  display: inline-block;
}
footer .copy {
  display: flex;
  align-items: flex-end;
}
footer .copy a {
  font-size: 10px;
  margin-right: 20px;
  color: #7a7a7a;
}
footer .copy p {
  font-size: 10px;
  margin-left: 0px;
  color: #7a7a7a;
}

#full_menu {
  position: fixed;
  z-index: 997;
  width: 340px;
  height: 100%;
  top: 0;
  right: 0;
  right: 0;
  bottom: 0;
  /* background-color: #fff; */
  /* background-image: url(../img/bg.jpg); */
  background-size: cover;
  background-position: center;
  backdrop-filter: blur(12px);
  transform: translateX(110%);
  transition: 1s;
}
#full_menu.active {
  transform: translateX(0%);
  transition: 1s;
}
#full_menu #gradient-canvas {
  opacity: 1;
  z-index: 1;
}

#full_menu .wrap {
  height: 100%;
  width: 100%;
  /* background-image: url(../img/gradation.png); */
}
#full_menu .wrap::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #3c3c3c;
  top: 0;
  left: 0;
  opacity: 1;
}
#full_menu .inner {
  width: 100%;
  height: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}

#full_menu .sitemap {
  width: 100%;
  /* display: flex; */
}

#full_menu .sitemap ul {
}
#full_menu .sitemap ul li {
  margin-bottom: 25px;
}
#full_menu .sitemap ul li:last-child {
  margin-bottom: 0;
}
#full_menu .sitemap ul li a {
  font-size: 12px;
  position: relative;
  padding-left: 15px;
  text-transform: uppercase;
}
#full_menu .sitemap ul li a::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #fff;
  position: absolute;
  border-radius: 100%;
  left: 0;
  top: 0px;
  bottom: 0;
  margin: auto;
  transform: scale(0);
  transition: transform 0.5s ease;
}
#full_menu .sitemap ul li a:hover::before {
  transform: scale(1);
}


#fv {
  position: relative;
}

/* 背景表示領域（stickyで固定） */
#imgarea {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  opacity: 0;
  filter: blur(10px);
  transition: 3s ease 3s;
}

/* 各画像は常に背景を保持。opacityのみでフェード切替 */
#imgarea .img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: left center;
  opacity: 0;
  /* transition: opacity 0.8s ease; */
  /* will-change: opacity; */
  transition: 2s ease;
  filter: blur(10px);
}

/* 表示中の画像 */
#imgarea .img.on {
  opacity: 1;
  filter: blur(0px);
}


/* スクロールスペースを確保（画像数 × 100vh） */
#scrollarea .scroll-space {
  height: 400vh;
}


body.onload #imgarea {
  opacity: 1;
  filter: blur(0px);
}

#imgarea .img01{
background-image: url(../img/home/kv_pc_01.webp)
}
#imgarea .img02{
background-image: url(../img/home/kv_pc_02.webp)
}
#imgarea .img03{
background-image: url(../img/home/kv_pc_03.webp)
}
#imgarea .img04{
background-image: url(../img/home/kv_pc_04.webp)
}
