@charset "UTF-8";
/* CSS Document */

/*fonts*/
@import url('https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c');
@font-face {
    font-family: 'galanogrotesque-suploadedfile';
    src: url('fonts/galano_grotesque_semi_bold.ttf') format('truetype'),
         url('fonts/galano_grotesque_semi_bold.svg#galanogrotesque-suploadedfile') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'galanogrotesque-ruploadedfile';
    src: url('fonts/galano_grotesque.ttf') format('truetype'),
         url('fonts/galano_grotesque.svg#galanogrotesque-ruploadedfile') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*content*/
body {
	margin: 0;
	padding: 0;
	font-family: 'galanogrotesque-ruploadedfile','M PLUS Rounded 1c', sans-serif;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	color: #333;
	background-color: #fff;
    letter-spacing: 0.02em;
}
img, div, ul, li, p, h1, h2, h3, h4,video {
	-webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
    vertical-align: top;
    outline: none;
    border: none;
	box-sizing: border-box;
	-webkit-appearance:none;
	list-style: none;
	font-weight: normal;
}
a {
	color: #333;
	text-decoration: none;
}
/*slider*/
#main {
	width: 100vw;
	overflow: hidden;
	position: relative;
	white-space:nowrap;
	background-color: #fff;
}
#main img {
    vertical-align: middle;
    margin: auto;
    max-width: 100%;
	max-height: 50vh;
	height: auto;
    padding: 5px;
}
.slider {
	display: flex;
    flex-flow: row wrap;
}
.slider a {
    width: 12.5%;
    display: grid;
    text-align: center;
	transform: translateX(0);
}
@media(min-width: 801px) {
	.slider {
	width: 200%;
}
.slider a {
	animation: main 20s linear infinite;
    -webkit-animation: main 20s linear infinite;
}
@keyframes main {
	to{transform: translateX(-400%)}
 }

@-webkit-keyframes main {
    to{transform: translateX(-400%)}
}
}
@media(max-width: 800px) {
	.slider {
	width: 400%;
}
.slider a {
	animation: main 15s linear infinite;
    -webkit-animation: main 15s linear infinite;
}
@keyframes main {
	to{transform: translateX(-400%)}
 }

@-webkit-keyframes main {
    to{transform: translateX(-400%)}
}
}
.logo {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
    mix-blend-mode: difference;
}
.cls-3{fill:rgba(255,255,255,0);stroke:#fff;stroke-miterlimit:0;
	stroke-dasharray: 800;
	stroke-dashoffset: 800;}
.active .cls-3 {
	animation: logo 2s ease 1s both;
    -webkit-animation: logo 2s ease 1s both;
}
@keyframes logo {
	50% {stroke-dashoffset: 0;fill:rgba(255,255,255,0);}
	100%{fill:rgba(255,255,255,1);}
 }

@-webkit-keyframes logo {
    50% {stroke-dashoffset: 0;fill:rgba(255,255,255,0);}
	100%{fill:rgba(255,255,255,1);}
}
.cls-4{fill:none;stroke:#fff;stroke-miterlimit:10;
	stroke-dasharray: 200;
	stroke-dashoffset: 200;}
.active .cls-4{
	animation: line 1s ease 3s both;
    -webkit-animation: line 1s ease 3s both;
}
@keyframes line {
	to {stroke-dashoffset: 0;}
 }

@-webkit-keyframes line {
    to {stroke-dashoffset: 0;}
}
/*about*/
#about {
    width: 96%;
    max-width: 880px;
    margin: auto;
	padding: 100px 0 50px;
}
#about div:first-of-type {
    background-image: url(img/main03.jpg);
    background-size: cover;
    background-position: center;
}
#about h4 {
	margin-bottom: 20px;
}
#about a {
    background-color: #333;
    color: #fff;
    width: 300px;
    display: block;
    line-height: 40px;
    text-align: center;
	margin-top: 30px;
}
@media(min-width: 601px) {
	.logo, .logo svg {
	width: 300px;
    height: 300px;
}
	#about {
	display: flex;
}
	#about div:first-of-type {
    width: 240px;
    height: 240px;
	margin-right: 50px;
}
	#about h4 {
    font-size: 48px;
}
	#about p {
	font-size: 14px;
    line-height: 22px;
    letter-spacing: 0;
}
}
@media(max-width: 600px) {
	.logo {
	width: 200px;
	height: 200px;
}
	#about div:first-of-type {
    width: 100%;
    height: 200px;
	margin-bottom: 20px;
}
	#about div {
    text-align: center;
}
	#about h4 {
    font-size: 32px;
}
	#about p {
	font-size: 2.7vw;
    line-height: 1.5em;
		letter-spacing: 0;
}
	#about a {
		margin: 30px auto 0;
	}
}
/*item*/
h3, h2, h4 {
	font-family: 'galanogrotesque-suploadedfile';
	font-weight: normal
}
h3 {
    font-size: 36px;
    text-align: center;
}
h2 {
    position: relative;
    display: inline-block;
    padding: 5px;
	margin-bottom: 10px;
	font-size: 20px;
}
h2 span {
    background-color: #ffcccc;
    background-color: #ffcccc;
    display: block;
    margin-top: -10px;
    height: 15px;
	width: 0;
	-webkit-transition: 1s liner;
-moz-transition: 1s liner;
-o-transition: 1s liner;
transition: 1s;
	webkit-transition-delay: 0.5s liner;
-moz-transition-delay: 0.5s liner;
-o-transition-delay: 0.5s liner;
transition-delay: 0.5s;

}
.active h2 span {
	width: 100%;
}
.price {
    margin-bottom: 30px;
}
.color {
	margin: 20px 0 40px;
	line-height: 30px;
}
.color li {
    margin-bottom: 10px;
}
.color span {
	width: 30px;
	height: 30px;
	display: inline-block;
    margin-right: 5px;
	float: left;
	position: relative;
    overflow: hidden;
}
.item {
	padding: 80px 0 20px;
}
#item06 {
    margin-bottom: 100px;
}
.box {
	overflow-x: auto;
	display: flex;
	width: 96%;
	max-width: 880px;
	margin: auto;
	padding: 20px 0 40px;
	-webkit-overflow-scrolling: touch;
    -webkit-transform: translateZ(0);
	overflow-scrolling: touch;
    transform: translateZ(0);
}
.box::-webkit-scrollbar
{
        overflow:hidden;
        width:4px;
        background:#ccc;
	border-top: solid 2px #fff;
	border-bottom: solid 2px #fff;
}
.box::-webkit-scrollbar:horizontal
{
                height:8px;
}
.box::-webkit-scrollbar-button
{
       display:none;
}
.box::-webkit-scrollbar-piece
{
        background:#ccc;
}
        .box::-webkit-scrollbar-piece:start
        {
                background:#ccc;
        }
.box::-webkit-scrollbar-thumb
{
        background:#333;
}
.box::-webkit-scrollbar-corner
{
        background:#333;
}
.bt-box {
    position: relative;
    white-space: normal;
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 5px;
	line-height: 30px;
}
.bt-box:after {
    content: '→';
    padding-left: 10px;
}
.bt-box span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e6e6e6;
    color: #333;
	line-height: 40px;
}
footer {
    position: relative;
    width: 100vw;
    height: 360px;
    display: table-cell;
	text-align: center;
    vertical-align: middle;
	-webkit-filter:grayscale(100%);
    -moz-filter:grayscale(100%);
    -ms-filter:grayscale(100%);
    filter:grayscale(100%);
}
footer div {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-position: center;
	animation: show 18s infinite;
    -webkit-animation: show 18s infinite;
	opacity: 0;
	z-index: -1;
}
@keyframes show {
    0% {top: 0;}
    11% {opacity:1}
    33% {opacity:1}
    44% {opacity:0}
	100% {opacity:0}
 }

@-webkit-keyframes show {
    0% {opacity:0;}
    11% {opacity:1}
    33% {opacity:1}
    44% {opacity:0}
	100% {opacity:0}
}
footer div:first-of-type {
	background-image: url("img/main01.jpg");
}
footer div:nth-of-type(2) {
	background-image: url("img/main02.jpg");
	animation-delay: 6s;
    -webkit-animation-delay: 6s;
}
footer div:nth-of-type(3) {
	background-image: url("img/main03.jpg");
	animation-delay: 12s;
    -webkit-animation-delay: 12s;
}
footer img {
	width: 100px;
	height: auto;
	margin-bottom: 40px;
}
footer a {
    background-color: #fff;
    display: block;
    width: 300px;
	margin: 0 auto 10px;
    line-height: 40px;
}
@media(min-width: 801px) {
	.box {
	white-space:nowrap;
}
	.box div {
	display: flex;
}
	.detail {
    width: 200px;
    padding: 20px 40px 20px 20px;
}
	.box img {
	height: 400px;
	width: auto;
}
	.box video {
	height: 400px;
	width: 400px;
}
	.color {
    font-size: 12px;
}
}
@media(max-width: 800px) {
	.box {padding-bottom: 10px;}
	.box div {
	display: inline-block;
		margin-right: 10px;
}
	.box img {
	width: auto;
}
	.box video {
	height: 300px;
	width: 300px;
}
	.detail {
    padding: 20px 0 20px;
    display: block;
	font-size: 10px;
}
	.bt-box {
	width: 136px;
    line-height: 20px;
	}
	.bt-box span {
		line-height: 30px;
	}
	h3 {
    font-size: 28px;
}
	h2 {
    font-size: 3.8vw;
	margin-bottom: 5px;
}
	h2 span {
    margin-top: -8px;
}
	.price {
    font-size: 3vw;
    margin-bottom: 10px;
}
	.color {
    margin: 15px 0 30px;
    line-height: 20px;
}
	.color li {
    margin-bottom: 5px;
}
	.color span {
    width: 20px;
    height: 20px;
}
	footer a {
		width: 200px;
    line-height: 30px;
    font-size: 11px;
}
}
a.bt-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    display: block;
    background-color: #333;
    text-align: center;
    line-height: 40px;
    color: #fff;
	display: none;
}
.action {
	opacity: 0;
	-webkit-transition: 1s liner;
-moz-transition: 1s liner;
-o-transition: 1s liner;
transition: 1s;
}
.action.active {
	opacity: 1;
}
.coming {
	pointer-events: none;
	position: relative;
}
.navy:after, .pink:after {
    content: '';
    background-color: #2f2e56;
    top: 0;
    left: 13px;
    right: -15px;
    bottom: -20px;
    position: absolute;
    transform: rotate(45deg);
}
.navy:after {
    background-color: #2f2e56;
}
.pink:after {
    background-color: #cc9999;
}

@media(min-width: 801px) {
#item05 .detail.coming:after {
    position: absolute;
    content: 'coming soon';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #eee;
    text-align: center;
    line-height: 400px;
}
}
@media(max-width: 800px) {
	.pink:after, .navy:after {
    left: 7px;
}
}