* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	word-break: break-all;
}
ul {
	list-style: none;
}
body {
	color: #fff;
	background-color: #000;
	font-family: 'Oswald', sans-serif;
}
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}
header > nav {
	position: relative;
	width: 100%;
}
header > nav > ul {
	position: absolute;
	top: 50px;
	left: calc(5vw + 25px);
	letter-spacing: -.4em;
	transform-origin: left top;
	transform: rotate(90deg);
	white-space: nowrap;
}
header > nav > ul > li {
	letter-spacing: normal;
	display: inline-block;
	margin-left: 20px;
	font-size: 0.8em;
	position: relative;
}
header > nav > ul > li:first-child {
	padding-left: 50px;
	margin-left: 0;
}
header > nav > ul > li:first-child:before {
	content: '';
	display: block;
	width: 30px;
	height: 1px;
	background-image: linear-gradient(to right, #fff, #fff 3px, transparent 2px, transparent 2px);
	background-size: 5px 1px;
	position: absolute;
	top: 50%;
	left: 0;
}
header > nav > ul > li:nth-child(4) {
	padding-right: 50px;
}
header > nav > ul > li:nth-child(4):before {
	content: '';
	display: block;
	width: 30px;
	height: 1px;
	background-image: linear-gradient(to right, #fff, #fff 3px, transparent 2px, transparent 2px);
	background-size: 5px 1px;
	position: absolute;
	top: 50%;
	right: 0;
}
header > nav > ul > li:nth-child(5),
header > nav > ul > li:nth-child(6) {
	margin-left: 0;
}
header > nav > ul > li:nth-child(5) > a,
header > nav > ul > li:nth-child(6) > a {
	width: 40px;
	padding: 10px;
}
header > nav > ul > li:nth-child(5) > a > img,
header > nav > ul > li:nth-child(6) > a > img {
	width: 100%;
	transform: translateY(5px) rotate(-90deg);
	transition: all .4s;
}
header > nav > ul > li:nth-child(5) > a:hover > img,
header > nav > ul > li:nth-child(6) > a:hover > img {
	opacity: .5;
}
header > nav > ul > li > a {
	display: inline-block;
	position: relative;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
}
header > nav > ul > li > a:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 1px;
	transition: all 0.4s;
	background-image: linear-gradient(to right, #fff, #fff 3px, transparent 2px, transparent 2px);
	background-size: 5px 1px;
}
header > nav > ul > li > a:hover:after {
	width: 100%;
}
header > nav > ul > li:nth-child(5) > a:after,
header > nav > ul > li:nth-child(6) > a:after {
	display: none;
}
header > nav > div.nav-stech {
	position: absolute;
	top: 50px;
	right: 5vw;
	width: 1px;
	text-align: center;
}
header > nav > div.nav-stech > div {
	position: relative;
	width: 100%;
	height: 100%;
}
header > nav > div.nav-stech > div:before {
	content: '';
	display: block;
	position: absolute;
	bottom: -12px;
	left: -5px;
	width: 9px;
	height: 20px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
header > nav > div.nav-stech > div > i {
	content: '';
	display: inline-block;
	width: 1px;
	height: 100%;
	background-image: linear-gradient(to bottom, #fff, #fff 3px, transparent 2px, transparent 2px);
	background-size: 1px 5px;
}
header > nav > a {
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 1;
}
header > nav > a > h1 {
	margin: 0;
	padding: 0;
	display: inline-block;
}
header > nav > a > h1 > img {
	width: 60px;
	transition: all 1.0s;
	transform-origin: center;
	transform: scale(1.0,0.0);
}
#top.outview + header > nav > a > h1 > img {
	transform: scale(1.0,1.0);
}
#typo {
	width: 100%;
	height: 100vh;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -2;
	background-image: url(../img/bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#typo:before,
#typo:after {
	content: '';
	display: block;
	width: 100%;
	height: 50%;
	position: absolute;
	left: 0;
	transition: all 1.0s;
	background: #000;
	transform: scale(1.0,0.2);
}
#typo:before {
	top: 0;
	transform-origin: top center;
}
#typo:after {
	bottom: 0;
	transform-origin: bottom center;
}
#top.outview + header + article #typo:before,
#top.outview + header + article #typo:after {
	transform: scale(1.0,1.0);
}
#typo > div {
	width: 70vmin;
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
	letter-spacing: -.4em;
	transition: 1.0s;
	/*mix-blend-mode: overlay;*/
}
#typo > div > img {
	letter-spacing: normal;
	transition: 1.0s;
	transform-origin: center;
	transform:translate3d(0,20vh,0);
	opacity: 0;
}
#top.inview + header + article #typo > div > img {
	transform:translate3d(0,0,0);
	opacity: 1;
}
#top.outview + header + article #typo > div > img {
	transform:translate3d(0,20vh,0);
	opacity: 0;
}
#typo > div > img:nth-child(1) {
	width: 25%;
	transition-delay: 0s;
}
#typo > div > img:nth-child(2) {
	width: 29.5%;
	transition-delay: 0.1s;
}
#typo > div > img:nth-child(3) {
	width: 22.333333333333333333333333333333%;
	transition-delay: 0.2s;
}
#typo > div > img:nth-child(4) {
	width: 23.166666666666666666666666666667%;
	transition-delay: 0.3s;
}
#typo > div > img:nth-child(5) {
	width: 100%;
	transition-delay: 0.4s;
}
#top {
	height: 20vh;
}
section.first {
	margin-top: 100vh;
}
article {
	padding-bottom: 20vh;
	width: 100%;
	overflow-x: hidden;
}
article > section {
	padding: 20vmin 10vw;
	text-align: center;
	position: relative;
	transform-origin: center;
	transition: all 1.0s;
	transform: translateY(10vh) scale(0.8,0.8);
	opacity: 0.5;
}
article > section.inview {
	transform: translateY(0) scale(1.0,1.0);
	opacity: 1;
}
article > section.outview {
	transform: translateY(10vh) scale(0.8,0.8);
	opacity: 0.5;
}
article > section > img.image {
	position: absolute;
	z-index: 0;
	top: 35%;
	width: 50vw;
	transition: all 1.0s;
	transform-origin: top left;
	opacity: .7;
}
article > section:nth-child(even) > img.image {
	right: 0;
	transform:translate3d(90%,0,0) skewX(-20deg);
}
article > section:nth-child(odd) > img.image {
	left: 0;
	transform:translate3d(-90%,0,0) skewX(20deg);
}
article > section > img.image.inview {
	transform:translate3d(0,0,0) skewX(0deg);
}
article > section:nth-child(even) > img.image.outview {
	transform:translate3d(90%,0,0) skewX(-20deg);
}
article > section:nth-child(odd) > img.image.outview {
	transform:translate3d(-90%,0,0) skewX(20deg);
}

article > section > h2 {
	font-size: 3.0em;
	font-weight: normal;
	text-align: center;
	padding-top: 40px;
	margin-bottom: 40px;
	position: relative;
	z-index: 1;
	display: inline-block;
	text-align: left;
}
@media screen and (min-width:480px) { 
article > section > h2 {
	font-size: 5.0em;
}
}
article > section > h2 > i {
	font-style: normal;
	display: inline-block;
	transition: all 1.0s;
	transform-origin: top left;
	transform:translate3d(0,0,0) scale(1.0,0.5) skewY(-10deg);
	color: rgba(255,255,255,0.2);
}
article > section > h2 > i:nth-child(1) { transition-delay: 0s; }
article > section > h2 > i:nth-child(2) { transition-delay: 0.1s; }
article > section > h2 > i:nth-child(3) { transition-delay: 0.2s; }
article > section > h2 > i:nth-child(4) { transition-delay: 0.3s; }
article > section > h2 > i:nth-child(5) { transition-delay: 0.4s; }
article > section > h2 > i:nth-child(6) { transition-delay: 0.5s; }
article > section > h2 > i:nth-child(7) { transition-delay: 0.6s; }
article > section > h2 > i:nth-child(8) { transition-delay: 0.7s; }
article > section > h2 > i:nth-child(9) { transition-delay: 0.8s; }
article > section > h2 > i:nth-child(10) { transition-delay: 0.9s; }
article > section > h2.inview > i {
	transform:translate3d(0,0,0) scale(1.0,1.0) skewY(0deg);
	color: rgba(255,255,255,1.0);
}
article > section > h2.outview > i {
	transform:translate3d(0,0,0) scale(1.0,0.5) skewY(10deg);
	color: rgba(255,255,255,0.2);
}

article > section > h2:after {
	content: '';
	display: block;
}
article > section > h2:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 1px;
	transition: all 2.0s;
	background-image: linear-gradient(to right, #fff, #fff 3px, transparent 2px, transparent 2px);
	background-size: 5px 1px;
}
article > section > h2.inview:before {
	width: 100%;
}
article > section > h2.outview:before {
	width: 0%;
}
article > section > p {
	font-size: 1.4em;
	line-height: 1.8em;
	padding-bottom: 20px;
	text-align: left;
	transition: all 1.0s;
	transform-origin: top left;
	transform:translate3d(0,20vh,0) scale(1.0,0.5);
	color: rgba(255,255,255,0.2);
	position: relative;
	z-index: 1;
}
@media screen and (min-width:480px) { 
article > section > p {
	font-size: 2.0em;
}
}
article > section > p.inview {
	transform:translate3d(0,0,0) scale(1.0,1.0);
	color: rgba(255,255,255,1.0);
}
article > section > p.outview {
	transform:translate3d(0,20vh,0) scale(1.0,0.5);
	color: rgba(255,255,255,0.2);
}
article > section > p.jp {
	font-size: 1.0em;
	margin-top: 20px;
}
@media screen and (min-width:480px) { 
article > section > p.jp {
	font-size: 1.2em;
}
}
.address:before {
	content: '田名5846-13';
}
.email:before {
	content: 'rash4172@yahoo.co.jp';
}
.tel:before {
	content: '090-8845-3359';
}

.swiper-container {
    width: 100%;
    height: 200px;
	transition: all 1.0s;
	transform-origin: top center;
	transform:translate3d(0,20vh,0);
	opacity: 0;
}
.swiper-container.inview {
	transform:translate3d(0,0,0);
	opacity: 1;
}
.swiper-container.outview {
	transform:translate3d(0,20vh,0);
	opacity: 0;
}
@media screen and (min-width:480px) { 
.swiper-container {
    height: 500px;
}
}
.swiper-container > .swiper-wrapper > .swiper-slide {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
}
.swiper-container > .swiper-wrapper > .swiper-slide > img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
}
article > section.swiper-container {
	transition: all 1.0s;
	transform-origin: top left;
	transform:translate3d(0,20vh,0) scale(1.0,0.5) skewY(-10deg);
}
article > section.swiper-container.inview {
	transform:translate3d(0,0,0) scale(1.0,1.0) skewY(0deg);
	color: rgba(255,255,255,1.0);
}
article > section.swiper-container.outview {
	transform:translate3d(0,0,0) scale(1.0,0.5) skewY(10deg);
	color: rgba(255,255,255,0.2);
}
