@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.1em;
  /* filter: blur(10px); */
  /* opacity: 0; */
  /* transition: 1s ease; */
}
main {
  filter: blur(10px);
  opacity: 1;
  filter: none;
  transition: 1s ease 0s;
  transition-property: opacity, filter;
  z-index: 1002;
  position: relative;
}
#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: 15px;
}
.sec_head p {
  font-size: 16px;
  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; */
}

.scroll {
  opacity: 0;
  filter: blur(20px);
  transition: 2s;
}
.scroll.scrollin {
  opacity: 1;
  filter: blur(0px);
}

header {
  position: fixed;
  height: 60px;
  width: 100%;
  z-index: 1004;
  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: 2s; */
}
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 30px;
  height: 100%;
  align-items: center;
}
header .logo {
  width: 130px;
  line-height: 0;
}
header .logo a {
  display: block;
  transition: 0.5s;
}
header .logo a:hover {
  opacity: 0.5;
}
header .nav {
  display: flex;
  align-items: center;
}
header .nav .reservation {
  margin-left: 10px;
}
header .nav .reservation a {
  padding-left: 15px;
  position: relative;
  padding: 7px 15px;
  padding-bottom: 4px;
  background-color: hsl(0deg 0% 100% / 20%);
  display: block;
  border-radius: 20px;
  font-size: 10px;
  line-height: 1;
  transition: 0.5s;
}
header.fv_area .nav .reservation a {
  background-color: hsl(0deg 0% 0% / 20%);
}
header .nav .reservation a:hover {
  background-color: rgb(255 255 255);
  color: #000;
}
header .nav .lang {
  font-size: 10px;
  line-height: 1;
}
header .nav .lang .bogo-language-switcher {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
  top: 2px;
}
header .nav .lang ul.bogo-language-switcher li.first {
  position: relative;
}
header .nav .lang ul.bogo-language-switcher li.en::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  background-color: #fff;
  left: 0;
  top: 0px;
  opacity: 0.3;
}
header .nav .lang .bogoflags {
  display: none;
}
header .nav .lang .current {
  opacity: 0.6;
  pointer-events: none;
}
header .nav .lang a {
  padding: 10px 15px;
  transition: 0.5s;
}
header .nav .lang a:hover {
  opacity: 0.5;
}
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.5s 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);
}
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 .link {
  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: 1003;
  width: 350px;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  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%;
}
#full_menu .wrap::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #2a2a2a;
  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: 13px;
  padding-left: 15px;
  text-transform: uppercase;
  display: inline-block;
}
#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);
}
#full_menu .sns {
  margin-top: 20px;
  margin-left: 15px;
}
.common_link {
}

.common_link {
  margin-top: 20px;
  display: inline-block;
  position: relative;
  padding-left: 11px;
}
.common_link p,
.common_link a {
  font-size: 10px;
}
.common_link::after {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  background-color: #dcdcdc;
  left: 0;
  top: -2px;
  bottom: 0;
  margin: auto;
  border-radius: 100%;
  transition: transform 0.5s ease;
}
.common_link:hover::after {
  transform: scale(2);
}

#fix_reservation {
  position: fixed;
  z-index: 10;
  bottom: 0px;
  right: 0px;
  display: none;
  transform: scale(1.05);
  transition: 1s ease 0s;
  filter: blur(20px);
  opacity: 0;
}
.home.onload #fix_reservation {
  opacity: 1;
  filter: blur(0px);
  transform: scale(1);
}
#fix_reservation .reservation a {
  padding-left: 15px;
  position: relative;
  padding: 16px 30px;
  padding-left: 25px;
  padding-bottom: 10px;
  background-color: hsl(0deg 0% 0% / 20%);
  display: block;
  /* border-radius: 4px; */
  font-size: 10px;
  line-height: 1;
  transition: 0.5s;
}
#fix_reservation .reservation p{
  font-size: 10px;
  position: relative;
  padding-left: 15px;
}
#fix_reservation .reservation p::before{
      content: "";
    width: 3px;
    height: 3px;
    position: absolute;
    background-color: #dcdcdc;
    left: 0;
    top: -2px;
    bottom: 0;
    margin: auto;
    border-radius: 100%;
    transition: transform 0.5s ease;
}

@media screen and (max-width: 800px) {
  header .inner {
    padding: 0 20px;
  }
  header .logo {
    width: 100px;
  }
  header .nav .reservation {
    display: none;
  }
  footer .flex {
    display: block;
  }
  footer .left {
    width: 100%;
    margin-bottom: 40px;
  }
  footer .sitemap {
    width: 100%;
    flex-wrap: wrap;
  }
  footer .sitemap ul li a::before {
    transform: scale(1);
  }
  footer .sitemap ul {
    width: 50%;
  }
  footer .inner {
    padding: 20px;
    padding-top: 60px;
    padding-bottom: 20px;
  }
  footer .copy {
    flex-direction: column;
    align-items: start;
  }
  footer .copy a {
    margin-bottom: 10px;
  }
  footer {
    padding-top: 100px;
  }
  #fix_reservation {
    display: block;
  }
  #full_menu {
    width: 60%;
  }
  #full_menu .inner {
    padding-left: 20px;
  }
  .sec_head p {
    font-size: 14px;
  }
  .common_link p,
  .common_link a {
    font-size: 10px;
  }
}
