@charset "UTF-8";


@font-face {
  font-family:'xx';
  src:url('../fonts/Fleya-Light.woff');
  font-weight:200;
  font-style:normal;
}



:root {
  --color: #ffffff;
  --padding-x: 100px;
  --padding-y: 150px;
}

html, body {
  margin:0;
  padding: 0;
  line-height: 1.2;
}

body {
  font-family: "Helvetica", "Arial", sans-serif;
  background-color: #D8D8D8;
  font-size: 12px;
}


* {
  box-sizing: border-box;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

img {
  max-width: 100%;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

.h0 {
  font-size: 58vw;
  font-weight: 400;
  margin:0;
  line-height: 1;
}

h1, .h1 {
  font-size: 12px;
  font-weight: 700;
  margin:0;
  line-height: 1.2;
}

h2, .h2 {
}

h3, .h3 {
}

p {
  line-height: 1.2;
  font-size: calc(8px + 1vw);
}

.p-large {
  font-size: 7.2vw;
}

section, footer {
  width: 100%;
}
.container {
  padding: 0 15px;
}

.container-flex {
  display:flex;
  flex-direction: row;
  justify-content: space-between;
}

.col-6 {
  flex-basis: calc(50% - 8px);
}


.yellow-line {
  position: fixed;
  z-index: 9;
  background-color: #FCFFCE;
  display: block;
  height:8px;
  width:100%;
  filter: blur(8px);
  top: 50%;
  left:0;
  transform: translateY(-50%);
  cursor: pointer;
  transition: height ease .4s;
}
.yellow-line:hover {
  height:20px;
}

.top-logo {
  position: fixed;
  font-size: 16px;
  z-index: 99;
  display: flex;
  justify-content: flex-start;
  top: 10px;
  left:15px;
  padding: 7px 12px 5px;
  border-radius: 20px;
  font-weight:bold;
  background-color: #000;
  color:#fff;
  cursor:pointer;
}
.top-logo-dot {
  width: 7px;
  height:14px;
  margin-left:3px;
}
.top-logo-dot::before {
  content:"●";
}
.top-logo-dot:first-of-type {
  margin-left: 8px;
}

.nav-outer-c {
  position: fixed;
  visibility: hidden;
  top: 10px;
  left:15px;
  width: 0;
  height:0;
  opacity:0;
  transition: all ease .2s;
  z-index: 100;
  background: #000;
  color: #fff;
  border-radius: 20px;
}
.nav-inner-c {
  display:block;
  width: calc(100vw - 30px);
  padding: 7px 12px 5px;
}
menu {
  line-height: 1.4;
  margin:10px 0 0;
  padding:0;
}
menu ul li a {
  color:#fff;
  transition: color ease .3s;
}
menu ul li a:hover {
  color: #B8B8B8;
}
menu ul li ul {
  padding-left:30px;
}
.nav-cls-btn {
  position: absolute;
  display: block;
  width: 20px;
  height:20px;
  right: 12px;
  bottom: 12px;
  cursor:pointer;
  z-index: 101;
  opacity:0;
  transition: opacity ease .2s .2s;
}
.nav-visible .nav-cls-btn {
  opacity:1;
}
.nav-cls-btn-bar {
  display:block;
  width: 26px;
  height: 4px;
  border-radius: 5px;
  background-color:#fff;
  position: absolute;
  left:50%;
  top:50%;
  transform: translate(-50%,-50%);
}
.nav-cls-btn-bar:nth-of-type(1) {
  transform: translate(-50%,-50%) rotate(-45deg);
}
.nav-cls-btn-bar:nth-of-type(2) {
  transform: translate(-50%,-50%) rotate(45deg);
}


.marquee-c {
  position: absolute;
  top: 10px;
  right:15px;
  width:40vw;
  padding: 7px 0 5px;
  border-radius: 50px;
  font-size:16px;
  font-weight:bold;
  overflow: hidden;
  background-color: #B8B8B8;
}
.marquee {
  white-space: pre;
}


#banner {
  margin-top: 75px;
  position: relative;
  height: calc(100vh - 150px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 280px;
}
.start-banner-main-headline {
  text-align: center;
}
.start-banner-subline {
}


/*



*/


.sidenav-c {
  display: block;
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 15px;
  width: 7.2vw;
  height: 100vh;
  z-index: 10;
}

.sidenav-inner-c {
  padding: 35px 0;
  text-align: right;
  color: #FCFFCE;
  z-index: 100;
  text-transform: uppercase;
  position: sticky;
  top: 0;
  right: 0;
  width: 100%;
  writing-mode: sideways-lr;
  text-orientation: sideways-right;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100%;
}
.sidenav-inner-c div {
  text-align:center;
}
.sidenav-inner-c .p-large {
  font-weight: 400;
}

.yellow-pop-up-outer-c {
  position: fixed;
  z-index: 30;
  top:0;
  left:0;
  width:100%;
  height:100%;
  display:none;
  opacity:0;
  transition: opacity ease .5s;
  padding: 50px 70px 50px 0;
}
.yellow-pop-up-outer-c::before {
  content:"";
  display: block;
  position: absolute;
  z-index: -1;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background: #FCFFCE;
  background: linear-gradient(90deg, rgba(252, 255, 206, 0) 0%, rgba(252, 255, 206, 1) 3%, rgba(252, 255, 206, 1) 97%, rgba(252, 255, 206, 0) 100%);
}
.yellow-pop-up-outer-c .sidenav-inner-c {
  color:#000;
}
.yellow-pop-up-cls-btn {
  position: absolute;
  display: block;
  width: 30px;
  height:30px;
  border-radius:100%;
  left:50%;
  top:15px;
  background-color:#000;
  transform: translateX(-50%);
  cursor:pointer;
  z-index: 31;
}
.yellow-pop-up-cls-btn-bar {
  display:block;
  width: 20px;
  height: 2px;
  border-radius: 5px;
  background-color: #fff;
  position: absolute;
  left:50%;
  top:50%;
  transform: translate(-50%,-50%);
}
.yellow-pop-up-cls-btn-bar:nth-of-type(1) {
  transform: translate(-50%,-50%) rotate(-45deg);
}
.yellow-pop-up-cls-btn-bar:nth-of-type(2) {
  transform: translate(-50%,-50%) rotate(45deg);
}


.yellow-pop-up-outer-c {
  font-weight:bold;
}



.overview-container {
  margin-bottom: 50px;
}
.overview-container:last-of-type {
  margin-bottom: 0;
}
.overview-img-c {
  margin-top:10px;
}
.overview-container span {
  font-weight: bold;
  display: block;
}
.overview-info-type {
  color: #fff;
}
.overview-info-volume {
  color: #8a8a8a;
}
.overview-img-c {
}
.overview-img-c img {
  display:block;
  position: relative;
  left:50%;
  transform: translateX(-50%);
  z-index: 11;
  max-width: 100%;
  max-height:none;
  object-fit: cover;
  object-position: center;
}


footer {
  margin-top:100px;
  padding-bottom: 4vw;
}

.ft-logo {
  position: fixed;
  left:-1px;
  bottom:-1px;
  width:28vw;
  height:3.2vw;
  display: flex;
  align-items: end;
  z-index: 50;
}
.ft-logo img {
  display: block;
  width:100%;
  height:auto;
}


@media screen and (max-height: 500px) {
}

@media screen and (min-width: 500px) {
}


@media screen and (min-width: 700px) {
}


@media screen and (min-width: 800px) {
}


@media screen and (min-width: 1000px) {
}

@media screen and (min-width: 1200px) {
}

@media screen and (min-width: 1500px) {
}

@media screen and (min-width: 1920px) {
}
