#backToTop{
	transition: opacity 500ms ease-in-out;
}

#backToTop.hidden{
	opacity: 0;
}

#topEyecatch{
	position: relative;
	width: 100vw;
	height: 120vw;
	overflow-y: hidden;
	opacity: 0;
	transition: opacity 1200ms ease-in-out;
}

body.screened > #topEyecatch{
	opacity: 1;	
}

#topEyecatch > *{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#topEyecatch_movie > video{
	position: absolute;
	top: 0;
	height: 100%;
	overflow-x: hidden;
	left: 50vw;
	transform: translateX(-50%);
}

#topEyecatch_letters{
	opacity: 0;
}

#topEyecatch_letters.shown{
	opacity: 1;
	transition: opacity 800ms ease-in-out 800ms;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAHElEQVQYV2NkYGCQYmBgeMYABYwwBjYBsEoMFQBPvgIFqyjoxwAAAABJRU5ErkJggg==);
}

#topEyecatch_letters > *{
	position: absolute;
}

#topEyecatch_letters > h1{
	left: 4vw;
	top: 38vw;
}

#topEyecatch_letters > h1 > span{
	font-weight: bold;
	color: white;
	display: block;
	font-size: calc(9pt + 2vw);
}

#topEyecatch_letters > h1{
	font-weight: bold;
	color: #8AFCFC;
	font-size: calc(16pt + 3vw);
	opacity: 0;
	transition: opacity 800ms ease-in-out 800ms;
}

#topEyecatch_letters > p{
	line-height: 1.5;
	right: 6vw;
	bottom: 6vw;
}

#topEyecatch_letters > p > span{
	color: white;	
}

#topEyecatch_letters > p > span > *{
	font-size: calc(8pt + 2vw);	
	font-weight: bold;
}

body.screened #topEyecatch_letters > h1,
body.screened #topEyecatch_letters > p > span{
	opacity: 1;
}

h2{
	font-size: calc(14pt + 2.6vw);
	padding-top: 15vw;
	margin-bottom: 15vw;
	text-align: center;
}

#manufacturingProcess > section{
	margin-top: 20vw;
	position: relative;
}

#manufacturingProcess h3{
	font-size: calc(14pt + 3vw);
	padding-left: 5vw;
	margin-bottom: 2vw;
	color: #393939;
}

#manufacturingProcess span{
	display: block;
	font-size: calc(6pt + 2vw);
	letter-spacing: -0.04em;
	width: 90vw;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 8vw;
}

#manufacturingProcess > section > img{
	position: absolute;
}

#manufacturingProcess > section:nth-of-type(1){
	height: 220vw;
}
#manufacturingProcess > section:nth-of-type(1) > img:nth-of-type(1){
	top: 30vw;  left: 0;  width: 68%;
}
#manufacturingProcess > section:nth-of-type(1) > img:nth-of-type(2){
	top: 65vw; left: 45%; width: 55%;
}
#manufacturingProcess > section:nth-of-type(1) > img:nth-of-type(3){
	top: 115vw;  left: 7%;  width: 35%;
}
#manufacturingProcess > section:nth-of-type(1) > img:nth-of-type(4){
	top: 157vw;  left: 0;  width: 38%;
}
#manufacturingProcess > section:nth-of-type(1) > img:nth-of-type(5){
	top: 157vw;  left: 38%;  width: 38%;
}

#manufacturingProcess > section:nth-of-type(2){
	height: 425vw;
}
#manufacturingProcess > section:nth-of-type(2) > img:nth-of-type(1){
	top: 30vw;  left: 0;  width: 92%;
}
#manufacturingProcess > section:nth-of-type(2) > img:nth-of-type(2){
	top: 112vw; left: 0; width: 33%;
}
#manufacturingProcess > section:nth-of-type(2) > img:nth-of-type(3){
	top: 123vw;  left: 39%;  width: 57%;
}
#manufacturingProcess > section:nth-of-type(2) > img:nth-of-type(4){
	top: 220vw;  left: 20%;  width: 60%;
}
#manufacturingProcess > section:nth-of-type(2) > img:nth-of-type(5){
	top: 268vw;  left: 0;  width: 100%;
}
#manufacturingProcess > section:nth-of-type(2) > img:nth-of-type(6){
	top: 380vw;  left: 35%;  width: 65%;
}

#manufacturingProcess > section:nth-of-type(3){
	height: 220vw;
}
#manufacturingProcess > section:nth-of-type(3) > img:nth-of-type(1){
	top: 30vw;  left: 0;  width: 100%;
}
#manufacturingProcess > section:nth-of-type(3) > img:nth-of-type(2){
	top: 106vw; left: 7%; width: 57%;
}
#manufacturingProcess > section:nth-of-type(3) > img:nth-of-type(3){
	top: 155vw;  left: 13%;  width: 87%;
}

#manufacturingProcess > section:nth-of-type(4){
	height: 220vw;
}
#manufacturingProcess > section:nth-of-type(4) > img:nth-of-type(1){
	top: 30vw;  left: 8%;  width: 84%;
}

#onlineStore{
	background-color: rgb(253, 251, 245);
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	position: relative;
	padding-bottom: 5vw;
}

#onlineStore:before, #onlineStore:after{
	content: "";
	left: 0;
	width: 100vw;
	height: 1px;
	background-color: #aaa;
	position: absolute;
}

#onlineStore:before{
	top: -1vw;
}

#onlineStore:after{
	bottom: 1vw;
}

#onlineStore > *{
	width: 90vw;
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
}

#onlineStore > h2{
	text-align: center;
	font-size: calc(20pt + 1.8vw);
	font-weight: bold;
}

#onlineStore > p{
	text-align: justify;
	font-size: calc(11pt + 1.1vw);
	text-indent: 1em;
}

#onlineStore > p > br{
	display: none;
}

#onlineStore > ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	list-style: none;
	margin-top: 20px;
	margin-bottom: 50px;
}

#onlineStore > ul > li{
	width: 50%;
	max-width: 300px;
	position: relative;
	margin-top: 6vw;
	margin-bottom: 6vw;
}

#onlineStore > ul:after{
	content:"";
	display: block;
	width: 50%;
	max-width: 300px;
	margin-top: 6vw;
	margin-bottom: 6vw;	
}

#onlineStore > ul > li > a > div{
	width: 80%;
	height: 20px;
	margin: 20px auto;
	text-align: center;
	font-size: calc(9pt + 2vw);
}

#onlineStore > ul > li > a > img:nth-of-type(1){
	width: 80%;
	margin: 10px auto;
	display: block;
}

#onlineStore > ul > li > a > img:nth-of-type(2){
	position: absolute;
	left: 0;
	top: 50px;
	width: 20%;
	display: block;
}

#onlineStore > img{
	width: 8px;
	position: absolute;
	right: 10vw;
	top: 12vw;
}

#factoryMessage{
	background-image: url("../resources/index/_G7A0483.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 15vw;
}

#factoryMessage > p{
	width: 80%;
	margin: 20px auto;
	display: block;
	transition-delay: 300ms;
	font-size: calc(10pt + 1.8vw);
	text-align: justify;
}

#factoryMessage > p,
#factoryChief > p:not(:first-child){
	text-indent: 1em;	
}

#factoryChief{
	padding: 10vw 0;
}
#factoryChief > p,
#factoryChief > img{
	width: 80%;
	margin: 20px auto;
	display: block;
	transition-delay: 300ms;
	font-size: calc(10pt + 1.8vw);
	text-align: justify;
}

#factoryChief > p > span{
	display: block;
	color: #848484;
	font-size: calc(9pt + 1.7vw);
}

#culture{
	background-color: black;
}

#culture > div{
	width: 100%;
	background-image: url("../resources/index/_G7A4339.JPG");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 15vw;
}

#culture > div > *{
	color: white;	
}

#culture > div > p {
	font-weight: bold;
	width: 80%;
	margin: 20px auto;
	font-size: calc(10pt + 1.8vw);
	text-align: justify;
	transition-delay: 100ms;
}

#culture > div > p:not(:last-child){
	text-indent: 1em;
}

#culture > div > img {
	width: 80%;
	margin: 20px auto;
	display: block;
	transition-delay: 100ms;
}

#corporateOverview{
	padding-bottom: 15vw;
}

#corporateOverview > dl{
	width: 90%;
	max-width: 1080px;
	margin: 0 auto;
}

#corporateOverview > dl > * {
	width: 100%;
	font-size: calc(10pt + 1.8vw);
	transition-delay: 100ms;
}

#corporateOverview > dl > dt {
	color: #00677f;
}

#corporateOverview > dl > dd {
	margin-bottom: 3vw;
}

body > nav{
	background-color: rgba(200, 233, 255, 0.8);
	width: 200px;
	height: 25px;
	text-align: center;
	position: absolute;
	font-size: 18pt;
	padding: 15px 10px;
	display: flex;
	line-height: 18pt;
	right: 0;
	transform-origin: top right;
	transform: rotate(90deg);
	transition: opacity 500ms ease-in-out;
	top: 9999px;
	cursor: pointer;
}

body > nav.hidden {
	opacity: 0;
}

body > nav.upward{
	flex-flow: row-reverse;
}

body > nav > img{
	transform-origin: top left;
	width: 7px;
	height: 60px;
	display: block;
}

body > nav > img:nth-of-type(1){
	transform: rotate(270deg);
	margin-top: 15px;
	margin-left: 15px;
}

body > nav > img:nth-of-type(2){
	margin-top: 15px;
	margin-right: 10px;
	transform: rotate(270deg) translateY(-55px);
}

body > nav:not(.upward) > img:nth-of-type(2){
	display: none;
}

body > nav.upward > img:nth-of-type(1){
	display: none;
}

@media screen and (min-width: 769px){	
	h2{
		font-size: calc(12pt + 2vw);
    padding-top: 5vw;
    margin-bottom: 5vw;
	}
	
	#topEyecatch{
		height: 100vh;
	}
	
	#topEyecatch_letters > h1{
		font-size: calc(14pt + 2.5vw);
		top: 50vh;
		transform: translateY(-50%);
	}
	
	#topEyecatch_letters > h1 > span{
		font-size: calc(9pt + 1.5vw);
	}
	
	#topEyecatch_letters > h1 > br{
		display: none;
	}
	
	#topEyecatch_letters > p > span > * {
    font-size: calc(6pt + 1.5vw);
	}
	
	#topEyecatch_letters > p > span > br:nth-of-type(2){
		display: none;
	}
	
	#topEyecatch_letters > p {
    bottom: 2vw;
	}
	
	#topEyecatch_movie > video {
    width: 100%;
    object-fit: cover;
	}
	
	#manufacturingProcess{
		width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
	}
	
	#manufacturingProcess h3 {
    font-size: 24pt;
		padding-left: 0;
		width: 90vw;
    margin-left: auto;
    margin-right: auto;
	}
	
	#manufacturingProcess span {
    font-size: 14pt;
		margin-bottom: 20px;
	}
	
	#manufacturingProcess > section {
    margin-top: 5vw;
	}
	
	#manufacturingProcess > section:nth-of-type(1){
		height: min(150vw, 1800px);
	}
	#manufacturingProcess > section:nth-of-type(1) > img:nth-of-type(1){
		top: 12%;
	}
	#manufacturingProcess > section:nth-of-type(1) > img:nth-of-type(2){
		top: 30%;
	}
	#manufacturingProcess > section:nth-of-type(1) > img:nth-of-type(3){
		top: 62%;
    left: 70%;
    width: 20%;
	}
	#manufacturingProcess > section:nth-of-type(1) > img:nth-of-type(4){
		top: 75%;
    width: 22%;
    left: 15%;
	}
	#manufacturingProcess > section:nth-of-type(1) > img:nth-of-type(5){
		top: 75%;
    left: 37%;
    width: 22%;
	}
	#manufacturingProcess > section:nth-of-type(2){
		height: min(250vw, 3000px);
	}
	#manufacturingProcess > section:nth-of-type(2) > img:nth-of-type(1){
		top: 5%;	width: 50%;
	}
	#manufacturingProcess > section:nth-of-type(2) > img:nth-of-type(2){
		top: 20%;  left: 30%;  width: 25%;
	}
	#manufacturingProcess > section:nth-of-type(2) > img:nth-of-type(3){
		top: 30%;  left: 60%;  width: 40%;
	}
	#manufacturingProcess > section:nth-of-type(2) > img:nth-of-type(4){
		top: 58%;  left: 40%;  width: 30%;
	}
	#manufacturingProcess > section:nth-of-type(2) > img:nth-of-type(5){
		top: 68%;  left: 25%;  width: 50%;
	}
	#manufacturingProcess > section:nth-of-type(2) > img:nth-of-type(6){
		top: 89%;  left: 55%;  width: 40%;
	}
	
	#manufacturingProcess > section:nth-of-type(3){
		height: min(120vw, 1440px);
	}
	#manufacturingProcess > section:nth-of-type(3) > img:nth-of-type(1){
		top: 14%;	width: 50%;	left: 25%;
	}
	#manufacturingProcess > section:nth-of-type(3) > img:nth-of-type(2){
		top: 48%;  width: 30%;
	}
	#manufacturingProcess > section:nth-of-type(3) > img:nth-of-type(3){
		top: 60%;	left: 40%; width: 60%;
	}
	
	#manufacturingProcess > section:nth-of-type(4){
		height: min(100vw, 1200px);
	}
	#manufacturingProcess > section:nth-of-type(4) > img:nth-of-type(1){
		top: 12%;	width: 50%;	left: 25%;
	}
	
	#onlineStore > h2{
		font-size: 26pt;
	}

	#onlineStore > p{
		font-size: 16pt;
		text-align: center;
	}
	
	#onlineStore > p > br{
		display: initial;
	}
	
	#onlineStore > ul > li > a > div{
		font-size: 16pt;
    margin-bottom: 40px;
	}
	
	#factoryMessage > p{
		font-size: 16pt;
		max-width: 800px;
		line-height: 1.5;
	}
	
	#factoryChief{
		border: 1px solid #099AC6;
    width: 90%;
	  max-width: 960px;
    margin: 10vw auto;
    padding-top: 0;
    padding-bottom: 0;
	}
	
	#factoryChief > img{
		position: absolute;
    width: 25%;
    left: 5%;
    margin-top: 0;
    top: 50%;
    transform: translateY(-50%);
	}
	
	#factoryChief > p{
		margin-left: 35%;
		width: 60%;
		max-width: 800px;
		font-size: 16pt;
	}
	
	#culture > div > p{
		font-size: 18pt;
		line-height: 1.5;
		max-width: 800px;
	}
		
	#corporateOverview > dl{
		max-width: 800px;
		display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	}
	
	#corporateOverview > dl > *{
		font-size: 18pt;
	}
	
	#corporateOverview > dl > dt{
		width: 30%;
	}
	#corporateOverview > dl > dd{
		width: 60%;
	}



}