/* Reset
----------------------------------------------------- */
*, *::before, *::after {
  box-sizing: border-box;
}
* {
  margin: 0;
}
html, body {
  height: 100%;
}
body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}
}
img, picture, video, canvas, svg {
  display: block;
  height: auto;
  max-width: 100%;
}
input, button, textarea, select {
  font: inherit;
}
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}
#root, #__next {
  isolation: isolate;
}
a {
  color: #ffffff;
  text-decoration: none;
}
a:hover {
  color: #8D8D8D;
}



/* Common
----------------------------------------------------- */
body {
  margin: 0;
  padding: 0;
  background: #565F66;
	font-family: "Baskerville","Times New Roman","游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","HGS明朝E","ＭＳ明朝","MS PMincho","A1明朝",serif!important;  
  font-weight: normal;
  font-size: 1.3rem;;
  color: white;
  overflow: visible;
}
.trajan_light {
font-family: "trajan-pro-3", serif;
font-weight: 300;
font-style: normal;
}
.trajan_regular {
font-family: "trajan-pro-3", serif;
font-weight: 400;
font-style: normal;
}

h1 {
	margin: 0 0 7vh;
  font-size: 7vw;
  font-weight: lighter;
  line-height: 1;
	letter-spacing: 1vw;
}
h2 {
  margin: 30px 0;
  font-weight: normal;
}
h3 {
  margin: 30px 0;
  font-weight: normal;
}
.device_dt {
  display: block;
}
.device_tb {
  display: none!important;
}
.device_sp {
  display: none!important;
}



/* Layout
----------------------------------------------------- */
section { 
  position: relative;
  margin: 0 auto;
}
p {
  display: inline-block;
  width: 100%;
  margin: 20px 0;
}
section p, section img {
  position: relative;
  z-index: 1;
}
.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  height: auto;
  position: relative;
}
.half_box {
  width: 48%;
}
.t_cntr {
  text-align: center;
}
.vertical {
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  text-orientation: upright;
}
.notxt {
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
}
.hv_cntr {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.sticky {
  position: sticky;
  top: 100px;
}
.none {
  display: none!important;
}
/* Scroll
----------------------------------------------------- */ ::-webkit-scrollbar {
  width: 5px;
  background: #222222;
}
::-webkit-scrollbar-thumb {
  width: 5px;
  background: #666666;
}
/* Animation
----------------------------------------------------- */
.motion {
  transition: all .7s ease-in-out;
}
.motion1 {
  transition: all 1.5s ease-in-out;
}
.delay {
  transition-delay: .2s;
}
.delay6 {
  transition-delay: .4s;
}
.fixin.onpage {
  opacity: 1 !important;
}
.up.onpage {
  opacity: 1 !important;
  transform: translateY(0%) !important;
}
.ichigyo p {
  opacity: 0;
}


/* Loading
----------------------------------------------------- */
#loading {
	width: 100vw;
	height: 100vh;
	background: #565F66;
	pointer-events: none;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 9999;
}

.loading {
    display: block;
    width: 300px;
    height: 50px;
    position: fixed;
    overflow: hidden;
    z-index: 1;
}

.loading span {
    display: inline-block;
    width: 100%;
    height: auto;
    position: relative;
    color: white;
    font-size: 3rem;
    font-weight: lighter;
    letter-spacing: 10px;
    line-height: 1;
    z-index: 1;
}

.loading span {
	animation: load 3s ease-in-out infinite;
}

.loading span::before {
    width: 100%;
    height: 100%;
	top: 0;
	left: 0;
}
	
@-webkit-keyframes load {
    0% {
	transform: translateY(70px);
	opacity: 1;
    }
    20% {
	transform: translateY(0%);
	opacity: 1;
    }
	50% {
	transform: translateY(0%);
	opacity: 1;
    }
    70% {
	transform: translateY(-70px);
	opacity: 0;
    }
	90% {
	transform: translateY(70px);
	opacity: 0;
    }
    100% {
	transform: translateY(70px);
	opacity: 1;
    }
}

@keyframes load {
    0% {
	transform: translateY(70px);
	opacity: 1;
    }
    20% {
	transform: translateY(0%);
	opacity: 1;
    }
	50% {
	transform: translateY(0%);
	opacity: 1;
    }
    70% {
	transform: translateY(-70px);
	opacity: 1;
    }
    71% {
	transform: translateY(-70px);
	opacity: 0;
    }
	90% {
	transform: translateY(70px);
	opacity: 0;
    }
    100% {
	transform: translateY(70px);
	opacity: 1;
    }
}



/* Overlay
----------------------------------------------------- */
figure {
  position: relative;
  width: 100%;
  height: auto;
  left: 0;
  overflow: hidden;
}
figure a, figure a:link, figure a:visited, figure a:active {
  padding: 0;
  opacity: 1;
}
figcaption {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: rgb(255, 255, 255);
  text-align: center;
  font-weight: normal;
  letter-spacing: 2px;
  overflow: hidden;
  transition: all .5s ease-in-out;
  opacity: 0;
  z-index: -1;
}



/* Main Content
-----------------------------------------------------
-----------------------------------------------------
----------------------------------------------------- */
main {
  overflow-x: hidden;
}
main:before {
	content: '';
	width: 100vw;
	height: 100vh;
	position: fixed;	
	background: linear-gradient(0deg,rgba(86, 95, 102, 1) 0%, rgba(47, 47, 47, 1) 80%, rgba(47, 47, 47, 1) 100%);
	z-index: -1;
}

#hero .hero_inner {
	width: 100%;
	height: auto;
	position: absolute;
	top: 25vh;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
    padding: 0 80px;
	opacity: 0.2;
}
#hero p {
    font-size: 3vw;
    line-height: 2;
    letter-spacing: 0.2rem;
}
.heroimg {
  width: 100%;
  height: auto;
  position: relative;
	vertical-align:top;
  z-index: 0;
}



#waves {
	height: 100vh;
	overflow: hidden;
}

#waves img.img_waves {
  width: auto;
  height: auto;
	min-width: 100%;
	min-height: 100%;
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
	position: relative;
	filter: contrast(1.4);
}

#waves img.logo {
	width: auto;
	height: 70vh;
}

#waves img.logo.onpage {
  opacity: 0.2 !important;
  -webkit-filter: invert(1);
  filter: invert(1);
}
#waves h2 {
	position: absolute;
	letter-spacing: 20px;
	z-index: 1;
}



article {
  padding: 400px 0 0;
}



.page1 .img_bottle1 {
	width: 80vw;
	height: auto;
}

.page1 .eng_txt {
    width: 400px;
    height: auto;
    position: absolute;
    top: -160px;
    right: 8vw;
    color: #ffffff;
    font-size: 1rem;
    letter-spacing: 1px;
    line-height: 2;
    mix-blend-mode: difference;
    z-index: 1;
}


.page2 {
    height: auto;
}

.page2 h2 {
    width: 30px;
    height: auto;
    margin: 0;
    top: -150px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-shadow: -1px 1px 5px rgba(0, 0, 0, 0.75);
    z-index: 5;
}


.page3 {
	align-items: center;
}

.page3 img {
  width: 40%;
  height: auto;
}

.page3 img.img_bottle2 {
  width: 35%;
  height: auto;
	margin: 50vh 0 0 5%;
}

.page3 img.img_okinamen {
	margin: -20vh 0 0;
}


.page4 {
    height: auto;
    min-height: 650px;
    padding: 0;
}

.page4 .jpn_txt {
    display: flex;
    flex-flow: row-reverse;
    align-items: flex-start;
    width: auto;
    height: auto;
    margin: -100px auto;
}

.page4 .jpn_txt p {
	width: auto;
	margin: 0 20px;
	font-size: 1rem;
	line-height: 3;
	letter-spacing: 3px;
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    text-orientation: upright;
}


.page5 {
	text-align: right;
}

.page5 img.img_noh {
	display: inline-block;
	width: 80vw;
	height: auto;
	margin: 100px 0 250px;
}


.page6 {
	text-align: le;
}

.page6 img.img_bottle3 {
	display: inline-block;
	width: 80vw;
	height: auto;
	margin: 0 auto 200px;
}



#debut {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	overflow: hidden;
}

#debut img.img_box {
	position: absolute;
	width: 100vw;
	height: auto;
  -webkit-filter: brightness(0.6);
  filter: brightness(0.6);
	z-index: 0;
}

#debut .message { 
  display: flex;
  flex-flow: column;
  align-items: center;
	position: relative;
  text-align: center;
  opacity: 0.6;
  z-index: 1;
}

#debut .message h2 {
    margin: 0;
    color: white;
    font-size: 5rem;
    font-weight: normal;
    letter-spacing: 1rem;
}

#debut .message p {
    margin: 0;
    font-size: 1rem;
    letter-spacing: 3px;
}

#debut .message a.mailto {
    margin: 50px 0 0;
    font-size: 1.5rem;
    letter-spacing: 5px;
}

#debut .pict_inst {

	width: 40px;
	height: auto;
	margin: 30px auto 0;
}



/* Footer
----------------------------------------------------- */
footer {
  height: 50px;
  position: relative;
  padding: 0;
}
footer p {
	margin: 0;
  color: white;
  font-weight: normal;
  font-size: 0.6rem;
  letter-spacing: 1.5px;
	line-height: 50px;
  text-align: center;
  z-index: 10;
}