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

/*for seo*/
/*
body>div>header>h1{
	width:120px;
	height:40px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:url(../images/logo.png) no-repeat;
	background-size:100%;
}

-webkit-transition: all 1.0s ease;
	-moz-transition: all 1.0s ease;
	-o-transition: all 1.0s ease;
	transition: all  1.0s ease;
*/

/*
"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
*/


/*
font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight: 400;
*/


/************/
/*common*/
/************/


/*basic*/
html {
	width: 100%;
	height: 100%;
	min-width: 320px;
}

body {
	width:100%;
	height: 100%;
	overflow-x: hidden;
	color:#000000;
	background-color:#FFFFFF;
	font-family: 'A-OTF Gothic MB101 Pro R', "Gothic MB101 Regular", sans-serif;
	font-style:normal;
	font-weight:400;/*100〜900*/
	font-size:12px;
	line-height:21px;
	letter-spacing: 2px;
}

/*nav*/
body>nav {
	width: 100%;
	margin-top: 30px;
	position: fixed;
	z-index: 5000;
}

body>nav>div {
	width: 80%;
	height: 30px;
	margin: 0 auto;
}

body>nav>div>h1 {
	width:30px;
	position: absolute;
	top:0;
	left:50%;
	margin-left: -15px;
}

body>nav>div>h1>a {
	display: block;
}

body>nav>div>h1>a .nav_logo{
	display: block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

body>nav>div>h1>a:hover .nav_logo{
	fill:#000000;
	display: block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

body>nav>div>ul:nth-child(2) {
	width:280px;
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	font-size:10px;
	padding-top: 40px;
}

body>nav>div>ul:nth-child(2)>li:first-child {
	margin-left: 0px;
	letter-spacing: 1px;
}

body>nav>div>ul:nth-child(2)>li {
	margin-left: 10px;
	letter-spacing: 1px;
}

body>nav>div>ul:nth-child(2)>li>a {
	color: #fff;
	font-family: "Gotham A", "Gotham B";
	font-size:10px;
}

body>nav>div>ul:nth-child(2)>li>a>span {
	display: block;
	width: 0px;
	margin-left: 50%;
	text-align: center;
	border-bottom: 0.5px #fff solid;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	margin-top: 5px;
}

body>nav>div>ul:nth-child(2)>li>a:hover>span {
	display: block;
	width: 100%;
	margin-left: 0;
	text-align: center;
	border-bottom: 0.5px #fff solid;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

body>nav>div>ul:nth-child(2)>li:nth-child(5)>a {
	display: block;
	width:20px;
	height:14px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:url("../images/icon_online_w.png") no-repeat center;
	background-size: 100%;
	padding-top: 7px;
	margin-left: 5px;
}

body>nav>div>ul:nth-child(2)>li:nth-child(6)>a {
	display: block;
	width:20px;
	height:14px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:url("../images/icon_contact_w.png") no-repeat center;
	background-size: 100%;
	padding-top: 8px;
	margin-left: 10px;
}

body>nav>div>ul:nth-child(3)>li:first-child {
	margin-left: 0px;
	font-family: "Gotham A", "Gotham B";
	font-size: 12px;
	letter-spacing: 2px;
	color: #fff;
	margin-right: 20px;
}

body>nav>div>ul:nth-child(3) {
	width:60px;
	float: right;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding-top: 40px;
}
	
body>nav>div>ul:nth-child(3)>li:first-child {
	margin-left: 0px;
	font-family: "Gotham A", "Gotham B";
	font-size: 12px;
	letter-spacing: 0px;
	color: #fff;
	display: none;
}

body>nav>div>ul:nth-child(3)>li {
	margin-left: 10px;
	font-family: "Gotham A", "Gotham B";
	font-size: 10px;
	letter-spacing: 1px;
	color: #fff;
}

body>nav>div>ul:nth-child(3)>li#orderbtn>a {
	padding: 7px 5px;
	border: 1px #fff solid;
	background-color: none;
	color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	margin-top: 5px;
}

body>nav>div>ul:nth-child(3)>li#orderbtn>a:hover {
	padding: 7px 5px;
	border: 1px #fff solid;
	background-color: #fff;
	color: #000;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	margin-top: 5px;
}

body>nav>div>ul:nth-child(3)>li#orderbtn2>a {
	padding: 7px 5px;
	border: 1px #fff solid;
	background-color: none;
	color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	margin-top: 5px;
}

body>nav>div>ul:nth-child(3)>li#orderbtn2>a:hover {
	padding: 7px 5px;
	border: 1px #fff solid;
	background-color: #fff;
	color: #000;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	margin-top: 5px;
}

body>div#hide_nav {
	width: 100%;
	height: 130px;
	background-color: #000;
	position: fixed;
	top:-130px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}




/*aside*/
aside>ul {
	display: block;
	justify-content: space-between;
	width: 80%;
	margin: 0 auto 0 auto;
}

aside>ul>li {
	width: 50%;
	margin: 0 auto 30px auto;
	opacity: 0;
}

aside>ul>li>span {
	display: block;
	width: 1px;
	height: 20px;
	background-color: #000;
	margin: 0 auto 15px auto;
}

aside>ul>li>h3 {
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 15px;
	
}

aside>ul>li>h4 {
	margin-bottom: 15px;
}

aside>ul>li>h4>a {
	display: block;
	width: 150px;
	margin: 0 auto;
	border: 1px #000 solid;
	padding: 10px 0px;
	font-family: "Gotham A", "Gotham B";
	font-size:10px;
	font-weight: normal;
	color: #000;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

aside>ul>li>h4>a:hover {
	display: block;
	width: 150px;
	margin: 0 auto;
	border: 1px #000 solid;
	padding: 15px 0px;
	font-family: "Gotham A", "Gotham B";
	font-size:10px;
	font-weight: normal;
	color: #fff;
	text-align: center;
	background-color: #000;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

aside>ul>li>p {
	text-align: center;
	line-height: 15px;
	font-size: 10px;
}

aside>ul>li>p>span {
	display: inline;
	font-weight: normal;
	margin-bottom: 0px;
}

div.sns {
	width: 300px;
	margin: 85px auto;
}

div.sns>ul>li {
	display: inline;
	margin: 0 10px;
}

div.sns>ul>li>a {	
	font-family: "Gotham A", "Gotham B";
	font-size: 10px;
	color: #000;
}

/*footer*/
footer.mainfooter {
	width: 80%;
	margin: 0 auto;
	height: auto;
	background-color: #fff;
	padding-top: 90px;/*5px*/
	opacity: 1;
}

footer.mainfooter>h1 {
	width: 140px;
	margin: 0 auto 40px auto;/*-10px*/
	opacity: 1;
}

footer.mainfooter>address {
	font-family: "Gotham A", "Gotham B";
	font-size: 10px;
	font-style: normal;
	text-align: center;
	margin-bottom: 0px;
	line-height: 20px;
}

div.related {
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
	margin-top: 45px;/*-5px;*/
	margin-bottom: -10px;
}

div.related>div>a {
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

div.related>div>a:hover {
	opacity: 0.6;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

div.related>div>a.re_unanimous {
	display: block;
	width:130px;
	height: 40px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:url(../images/related_unanimous.png) no-repeat center;
	background-size:100%;
}

div.related>div>a.re_emptydesign {
	display: block;
	width:130px;
	height: 40px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:url(../images/related_emptydesign.png) no-repeat center;
	background-size:100%;
}

div.related>div>a.re_touchmanhattan {
	display: block;
	width:130px;
	height: 40px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:url(../images/related_touchmanhattan.png) no-repeat center;
	background-size:100%;
}

footer.mainfooter>p {
	font-family: "Gotham A", "Gotham B";
	font-size: 10px;
	font-style: normal;
	text-align: center;
	padding: 85px 0;
}

/*for iphone*/
div.order_item_iphone {
	display: none;
}


/************/
/*top*/
/************/

/*visual*/
h1.logo_visual {
	width: 150px;
	height: 100px;
	z-index: 500;
	opacity: 0;
	margin-top: -80px;
}

/*concept*/
section#concept_01 {
	width: 100%;
	height: 768px;
	background :url("../images/main_02.jpg") no-repeat center;
	background-size: cover;
}

section#concept_01>div {
	width: 80%;
	margin: 0 auto;
}

section#concept_01>div>div>h1 {
	width: 80px;
	height: auto;
	padding-top: 85px;
	opacity: 0;
}

section#concept_01 p.en {
	width: 100%;
	height: auto;
	margin-top: 40px;
	color: #fff;
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-size: 10px;
	line-height: 23px;
	letter-spacing: 2px;
	opacity: 0;
}

section#concept_01 p.jp {
	width: 100%;
	height: auto;
	margin-top: 115px;
	padding-top: 18px;
	color: #fff;
	border-top: 0.5px #fff solid;
	font-style: normal;
	font-size: 8px;
	line-height: 18px;
	letter-spacing: 2px;
	opacity: 0;
}

section#concept_01>div>p.jp>span {
	font-family: "Gotham A", "Gotham B";
}

section#concept_02 {
	width: 100%;
	height: 768px;
	background :url("../images/main_03.jpg") no-repeat center;
	background-size: cover;
}

section#concept_02>div {
	width: 80%;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

section#concept_02>div>div.en {
	width: 100%;
	height: auto;
	padding-top: 200px;
}

section#concept_02>div>div.en>h2 {
	font-size: 18px;
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	color: #fff;
	line-height: 30px;
	letter-spacing: 3px;
	font-weight: normal;
	opacity: 0;
}

section#concept_02>div>div.en>h2>span {
	display: block;	
}

section#concept_02>div>div.en>h2>span.spnon {
	display: none;	
}

section#concept_02 div.jp {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	bottom: 85px;
}

section#concept_02 div.jp>p {
	padding-top: 18px;
	color: #fff;
	border-top: 0.5px #fff solid;
	font-style: normal;
	font-size: 8px;
	line-height: 18px;
	letter-spacing: 2px;
	opacity: 0;
}

section#concept_02 div.jp>p>span {
	font-family: "Gotham A", "Gotham B";
	color: #fff;
}

section#concept_03 {
	width: 100%;
	height: 1200px;
	background :url("../images/main_03.jpg") no-repeat;
	background-size: cover;
}

/*new arrivals*/
section#newarrivals {
	width: 100%;
	padding-bottom: 85px;
	opacity: 0;
}

section#newarrivals>h1 {
	font-family: "Gotham A", "Gotham B";
	font-size:14px;
	font-weight: normal;
	color: #000;
	text-align: center;
	padding: 85px 0;
	opacity: 0;
}

section#newarrivals>div {
	width: 80%;
	margin: 0 auto;
	display: block;
	flex-wrap: wrap;
	justify-content: center;
}

section#newarrivals>div>article {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 50px auto;
	opacity: 0;
}

section#newarrivals>div>article>a {
	display: block;
	opacity: 1.0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

section#newarrivals>div>article>a:hover {
	display: block;
	opacity: 0.6;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

section#newarrivals>div>article>a>img {
	display: block;
	width: 100%;
}

section#newarrivals>div>article>a>h2 {
	font-family: "Gotham A", "Gotham B";
	font-size: 10px;
	color: #000;
	text-align: center;
	font-weight: normal;
	margin-top: 12px;/*-8px*/
}

section#newarrivals>div>article>a>h3 {
	font-family: "Gotham A", "Gotham B";
	font-size:8px;
	color: #000;
	text-align: center;
	font-style: italic;
	font-weight: normal;
	margin-top: -5px;
}

section#newarrivals>ul {
	margin: 85px auto 0 auto;
}

section#newarrivals>ul>li:first-child {
	margin-bottom: 20px;
}

section#newarrivals>ul>li {
	opacity: 0;
}

section#newarrivals>ul>li>a {
	display: block;
	width: 180px;
	margin: 0 auto;
	border: 1px #000 solid;
	padding: 15px 0px;
	font-family: "Gotham A", "Gotham B";
	font-size:10px;
	color: #000;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

section#newarrivals>ul>li>a:hover {
	display: block;
	width: 180px;
	margin: 0 auto;
	border: 1px #000 solid;
	padding: 15px 0px;
	font-family: "Gotham A", "Gotham B";
	font-size:10px;
	color: #fff;
	text-align: center;background-color: #000;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

/*inview*/


/*style*/
section#style {
	width: 100%;
	padding-bottom: 0px;
	opacity: 0;
}

section#style>h1 {
	font-family: "Gotham A", "Gotham B";
	font-size:14px;
	font-weight: normal;
	color: #fff;
	text-align: center;
	padding: 85px 0;
	background-color: #000;
	opacity: 0;
}

section#style>div {
	width: 100%;
	margin: 0 auto;
	display: block;
	flex-wrap: wrap;
	justify-content: center;
}

section#style>div>article {
	width: 100%;
	max-width: 1200px;
	height: auto;
	padding: 130px 0 50px 0;
	opacity: 0;
}

section#style>div>article:first-child {
	background: url("../images/style_bouquet.jpg") no-repeat;
	background-size: cover;
}

section#style>div>article:nth-child(2) {
	background: url("../images/style_swag.jpg") no-repeat;
	background-size: cover;
}

section#style>div>article:nth-child(3) {
	background: url("../images/style_wreath.jpg") no-repeat;
	background-size: cover;
}

section#style>div>article:nth-child(4) {
	background: url("../images/style_arrange.jpg") no-repeat;
	background-size: cover;
}

section#style>div>article:nth-child(5) {
	background: url("../images/style_ornaments.jpg") no-repeat;
	background-size: cover;
}

section#style>div>article:nth-child(6) {
	background: url("../images/style_accessories.jpg") no-repeat;
	background-size: cover;
}

section#style>div>article>img {
	display: block;
	width:10%;
	height: 10%;
	margin: 0 auto 30px auto;
}

section#style>div>article>h2 {
	font-family: "Gotham A", "Gotham B";
	font-weight: normal;
	text-align: center;
	font-size: 14px;
	color:#fff;
	letter-spacing: 8px;
	margin-bottom: 50px;
	opacity: 0;
}

section#style>div>article>h2>span {
	display: block;
	margin-top: 0px;
	font-size: 8px;
	text-align: center;
}

section#style>div>article>ul {
	display: block;
	justify-content:center;
	opacity: 0;
}

section#style>div>article>ul>li {
	margin: 0 10px 20px 10px;
}

section#style>div>article>ul>li>a{
	display: block;
	width: 120px;
	margin: 0 auto;
	border: 1px #fff solid;
	padding: 15px 0px;
	font-family: "Gotham A", "Gotham B";
	font-size:10px;
	color: #fff;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

section#style>div>article>ul>li>a:hover {
	display: block;
	width: 120px;
	margin: 0 auto;
	border: 1px #fff solid;
	padding: 15px 0px;
	font-family: "Gotham A", "Gotham B";
	font-size:10px;
	color: #000;
	text-align: center;
	background-color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

/*forbusiness*/
section#forbusiness {
	width: 100%;
	padding-bottom: 85px;
	opacity: 0;
}

section#forbusiness>h1 {
	font-family: "Gotham A", "Gotham B";
	font-size:14px;
	font-weight: normal;
	color: #000;
	text-align: center;
	padding: 85px 0;
	background-color: #fff;
	opacity: 0;
}

section#forbusiness>div {
	width: 100%;
	margin: 0 auto;
	display: block;
	flex-wrap: wrap;
	justify-content: center;
}

section#forbusiness>div>article {
	width: 100%;
	max-width: 1200px;
	height: auto;
	padding: 180px 0 50px 0;
	opacity: 0;
}

section#forbusiness>div>article:first-child {
	background: url("../images/business_artdisplay.jpg") no-repeat;
	background-size: cover;
}

section#forbusiness>div>article:nth-child(2) {
	background: url("../images/business_ghoststore.jpg") no-repeat;
	background-size: cover;
}

section#forbusiness>div>article:nth-child(3) {
	background: url("../images/business_subscription.jpg") no-repeat;
	background-size: cover;
}

section#forbusiness>div>article>img {
	display: block;
	width:12%;
	height: 12%;
	margin: 0 auto 20px auto;
}

section#forbusiness>div>article>h2 {
	font-family: "Gotham A", "Gotham B";
	font-weight: normal;
	text-align: center;
	font-size: 14px;
	color:#fff;
	letter-spacing: 8px;
	margin-bottom: 50px;
	opacity: 0;
}

section#forbusiness>div>article>h2>span {
	display: block;
	margin-top: 10px;
	font-size: 8px;
	text-align: center;
}

section#forbusiness>div>article>ul {
	display: flex;
	justify-content:center;
	opacity: 0;
}

section#forbusiness>div>article>ul>li {
	margin: 0 10px;
}

section#forbusiness>div>article>ul>li>a{
	display: block;
	width: 100px;
	margin: 0 auto;
	border: 1px #fff solid;
	padding: 15px 0px;
	font-family: "Gotham A", "Gotham B";
	font-size:10px;
	color: #fff;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

section#forbusiness>div>article>ul>li>a:hover {
	display: block;
	width: 100px;
	margin: 0 auto;
	border: 1px #fff solid;
	padding: 15px 0px;
	font-family: "Gotham A", "Gotham B";
	font-size:10px;
	color: #000;
	text-align: center;
	background-color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}


/************/
/*sub*/
/************/

body>header#sub {
	width: 100%;
	height: 90px;
	border-bottom: 1px #000 solid;
	position: fixed;
	background-color: #fff;
	z-index: 10000;
	padding-bottom: 30px;
}

body>header#sub>nav {
	width: 100%;
	margin-top: 30px;
	z-index: 5000;
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight: 400;
}

body>header#sub>nav>div {
	width: 80%;
	height: 30px;
	margin: 0 auto;
}

body>header#sub>nav>div>h1 {
	width:30px;
	position: absolute;
	top:30px;
	left:50%;
	margin-left: -15px;
}

body>header#sub>nav>div>h1>a {
	display: block;
}

body>header#sub>nav>div>h1>a .nav_logo{
	display: block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

body>header#sub>nav>div>h1>a:hover .nav_logo{
	fill:#000000;
	display: block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

body>header#sub>nav>div>ul:nth-child(2) {
	width:280px;
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	font-size:10px;
	padding-top: 40px;
}

body>header#sub>nav>div>ul:nth-child(2)>li:first-child {
	margin-left: 0px;
	letter-spacing: 1px;
}

body>header#sub>nav>div>ul:nth-child(2)>li {
	margin-left: 10px;
	letter-spacing: 1px;
}

body>header#sub>nav>div>ul:nth-child(2)>li>a {
	color: #000;
	font-family: "Gotham A", "Gotham B";
	font-size:10px;
}

body>header#sub>nav>div>ul:nth-child(2)>li>a>span {
	display: block;
	width: 0px;
	margin-left: 50%;
	text-align: center;
	border-bottom: 0.5px #000 solid;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	margin-top: 5px;
}

body>header#sub>nav>div>ul:nth-child(2)>li>a:hover>span {
	display: block;
	width: 100%;
	margin-left: 0;
	text-align: center;
	border-bottom: 0.5px #000 solid;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

body>header#sub>nav>div>ul:nth-child(2)>li:nth-child(5)>a {
	display: block;
	width:20px;
	height:14px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:url("../images/icon_online.png") no-repeat center;
	background-size: 100%;
	padding-top: 7px;
	margin-left: 5px;
}

body>header#sub>nav>div>ul:nth-child(2)>li:nth-child(6)>a {
	display: block;
	width:20px;
	height:14px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:url("../images/icon_contact.png") no-repeat center;
	background-size: 100%;
	padding-top: 8px;
	margin-left: 10px;
}

body>header#sub>nav>div>ul:nth-child(3)>li:first-child {
	margin-left: 0px;
	font-family: "Gotham A", "Gotham B";
	font-size: 12px;
	letter-spacing: 2px;
	color: #000;
	margin-right: 20px;
}

body>header#sub>nav>div>ul:nth-child(3) {
	width:60px;
	float: right;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding-top: 40px;
}
	
body>header#sub>nav>div>ul:nth-child(3)>li:first-child {
	margin-left: 0px;
	font-family: "Gotham A", "Gotham B";
	font-size: 12px;
	letter-spacing: 0px;
	color: #000;
	display: none;
}

body>header#sub>nav>div>ul:nth-child(3)>li {
	margin-left: 10px;
	font-family: "Gotham A", "Gotham B";
	font-size: 10px;
	letter-spacing: 1px;
	color: #000;
}

body>header#sub>nav>div>ul:nth-child(3)>li#orderbtn>a {
	padding: 7px 5px;
	border: 1px #000 solid;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	margin-top: 5px;
	color: #000;
}

body>header#sub>nav>div>ul:nth-child(3)>li#orderbtn>a:hover {
	border: 1px #000 solid;
	background-color: #fff;
	color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	margin-top: 5px;
}

body>header#sub>nav>div>ul:nth-child(3)>li#orderbtn2>a {
	padding: 7px 5px;
	border: 1px #000 solid;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	margin-top: 5px;
	color: #000;
}

body>header#sub>nav>div>ul:nth-child(3)>li#orderbtn2>a:hover {
	border: 1px #000 solid;
	background-color: #fff;
	color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	margin-top: 5px;
}

section.sub {
	padding-top: 205px;
}

section.sub h1 {
	font-family: "Gotham A", "Gotham B";
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 5px;
	text-align: center;
}

section.sub>div {
	margin: 80px auto 0 auto;
}

/************/
/*news*/
/************/
section.sub>div.news {
	width: 80%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

section.sub>div.news>article {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 50px auto;
	opacity: 0;
}

section.sub>div.news>article>a {
	display: block;
	opacity: 1.0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

section.sub>div.news>article>a:hover {
	display: block;
	opacity: 0.6;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

section.sub>div.news>article>a>img {
	display: block;
	width: 100%;
}

section.sub>div.news>article>a>h2 {
	font-family: "Gotham A", "Gotham B";
	font-size: 10px;
	color: #000;
	text-align: center;
	font-weight: normal;
	margin-top: 20px;/*-7px*/
}

section.sub>div.news>article>a>h3 {
	font-family: "Gotham A", "Gotham B";
	font-size:8px;
	color: #000;
	text-align: center;
	font-weight: normal;
	font-style: italic;
	margin-top: 6px;/*-14px*/
	margin-bottom: -6px;
}

section.sub>nav {
	width: 90%;
	padding-bottom: 85px;
	margin: 0 auto 85px auto;
	border-bottom: 1px #000 solid;
}

section.sub>nav>ul {
	width: 200px;
	margin: -5px auto -5px auto;
	display: flex;
	justify-content: space-around;
}

section.sub>nav>ul>li>a {
	font-family: "Gotham A", "Gotham B";
	font-size: 12px;
	color: #000;
	text-align: center;
	font-weight: normal;
}

/************/
/*news_single*/
/************/
section.sub>div.news_single {
	width: 80%;
	max-width: 1200px;
	margin: 80px auto 85px auto;/*5px*/
}

section.sub>div.news_single>article {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
}

section.sub>div.news_single>article>div:first-child {
	width: 100%;
	margin-right: 0;
	margin-bottom: 30px;
}

section.sub>div.news_single>article>div:first-child>h2 {
	font-family: "Gotham A", "Gotham B";
	font-size: 14px;
	font-weight: normal;
	margin-top: -5px;
	margin-bottom: 7px;/*20px;*/
}

section.sub>div.news_single>article>div:first-child>h3 {
	font-family: "Gotham A", "Gotham B";
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 20px;/*30px;*/
}

section.sub>div.news_single>article>div:first-child>p {
	margin-bottom: 30px;
	font-size: 10px;
}

section.sub>div.news_single>article>div:nth-child(2) {
	width: 100%;
}

section.sub>div.news_single>article>div:nth-child(2)>img {
	display: block;
	width: 100%;
}

/************/
/*works*/
/************/
section.sub>div.works {
	width: 80%;
	display: block;
	flex-wrap: wrap;
	justify-content: center;
}

section.sub>div.works>article {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 50px auto;
	opacity: 0;
}

section.sub>div.works>article>a {
	display: block;
	opacity: 1.0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

section.sub>div.works>article>a:hover {
	display: block;
	opacity: 0.6;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

section.sub>div.works>article>a>img {
	display: block;
	width: 100%;
}

section.sub>div.works>article>a>h2 {
	font-family: "Gotham A", "Gotham B";
	font-size: 10px;
	color: #000;
	text-align: center;
	font-weight: normal;
	margin-top: 20px;/*-7px*/
}

section.sub>div.works>article>a>h3 {
	font-family: "Gotham A", "Gotham B";
	font-size:8px;
	color: #000;
	text-align: center;
	font-weight: normal;
	font-style: italic;
	margin-top: 6px;/*-14px*/
	margin-bottom: -6px;
}

ul.works_cat {
	width: 80%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 20px;/*-10px*/
	margin: 20px auto 0 auto;
}

ul.works_cat>li {
	margin: 0 5px;
}

ul.works_cat>li>a {
	font-family: "Gotham A", "Gotham B";
	font-size:10px;
	color: #000;
	text-align: center;
}

/************/
/*works_single*/
/************/
section.sub>div.works_single {
	width: 80%;
	max-width: 1200px;
	margin: 80px auto 85px auto;/*5px*/
}

section.sub>div.works_single>article {
	width: 100%;
	margin-bottom: -10px;
}

.mb60{
	margin-bottom: 50px;
}	
.swiper-container{
	text-align: center;
}
.swiper-container .swiper-slide img{
	max-width: 100%;
	width: 100%;
	height: auto;
}
.prettyprint{
	border: none;
	background: #fafafa;
	color: #697d86;
}
#thumbs {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
}
#thumbs .swiper-slide {
	width: 20%;
	height: 100%;
	opacity: 0.2;
	cursor: pointer;
}
#thumbs .swiper-slide-active {
	opacity: 1;
}

div.swiper-slide img {
	display: block;
}

section.sub>div.works_single>article>div>h2 {
	font-family: "Gotham A", "Gotham B";
	font-size: 10px;
	color: #000;
	text-align: center;
	font-weight: normal;
	margin-top: 23px;/*-7px*/
}

section.sub>div.works_single>article>div>h3 {
	font-family: "Gotham A", "Gotham B";
	font-size:8px;
	color: #000;
	text-align: center;
	font-weight: normal;
	font-style: italic;
	margin-top: 6px;/*-14px*/
	margin-bottom: -6px;
}

/************/
/*store*/
/************/
div.store {
	width: 100%;
}

div.store>article {
	width:100%;
	padding-bottom: 155px;
	background-color: #f9f9fb;
}

div.store>article:last-child {
	margin-bottom: 85px;
}

div.store>article>img {
	display: block;
	width:100%;
	opacity: 1;
}

div.store>article>div {
	width: 80%;
	margin: 45px auto 0 auto;/*-5px*/
}

div.store>article>div>h2 {
	font-family: "Gotham A", "Gotham B";
	font-size: 14px;
	color: #000;
	font-weight: normal;
	margin-bottom: 40px;/*-10px*/
}

div.store>article>div>p {
	width: 75%;
	font-size: 10px;
	margin-bottom: 40px;/*-10px*/
}

div.store>article>div>div {
	width: 100%;
	display: flex;
	justify-content:flex-start;
}

div.store>article>div>div>div>h3 {
	font-family: "Gotham A", "Gotham B";
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
}

div.store>article>div>div>div.map {
	width: 40%;
	margin-right: 5%;
}

div.store>article>div>div>div.map>p.tel {
	font-family: "Gotham A", "Gotham B";
	font-size: 10px;
	font-style: normal;
	margin-top:10px;/*-10px;*/
}

div.store>article>div>div>div.map>address {
	font-family: "Gotham A", "Gotham B";
	font-size: 10px;
	font-style: normal;
	margin-top: 8px;/*-12px*/
}

div.store>article>div>div>div.map>p>a {
	display: block;
	width: 180px;
	margin: 13px auto 0 0;/*-7px*/
	border: 1px #000 solid;
	padding: 15px 0px;
	font-family: "Gotham A", "Gotham B";
	font-size:10px;
	color: #000;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

div.store>article>div>div>div.map>p>a:hover {
	display: block;
	width: 180px;
	margin: 13px auto 0 0;/*-7px*/
	border: 1px #000 solid;
	padding: 15px 0px;
	font-family: "Gotham A", "Gotham B";
	font-size:10px;
	color: #fff;
	text-align: center;background-color: #000;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

div.store>article>div>div>div.map img {
	display: block;
	width: 100%;
	margin-top: 20px;
}

div.store>article>div>div>div.calendar {
	width: 40%;
}

div.store>article>div>div>div.calendar img {
	display: block;
	width: 100%;
	margin-top: 20px;
}

/************/
/*recruit*/
/************/

div.recruit {
	width: 80%;
	margin: 0 auto;
}


div.recruit>p {
	width: 100%;
	margin: 0 auto;
	font-size: 12px;
	line-height: 2.2rem;
	letter-spacing: 0.1rem;
	margin-bottom: 5rem;
	text-align: left;
}

div.recruit>article {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 8rem;
}

div.recruit>article>header {
	border-bottom: 1px #000 solid;
	padding-bottom: 2rem;
	margin-bottom: 2rem;
}

div.recruit>article>header>h2 {
	font-family: "Gotham A", "Gotham B";
	font-size: 14px;
	font-style:normal;
	font-weight:normal;
	line-height:1.2rem;
	letter-spacing:0.10rem;
}

div.recruit>article>div {
	width: 100%;
	margin-bottom: 2rem;
}



div.recruit>article>div>dl {
	font-family: "Gotham A", "Gotham B";
	font-size: 12px;
	font-style:normal;
	font-weight:normal;
	line-height:1.4rem;
	letter-spacing:0.10rem;
	display: flex;
	flex-direction: row;
	margin-bottom: 1rem;
}

div.recruit>article>div>dl>dt {
	width: 30%;
}

div.recruit>article>div>dl>dd {
	width: 65%;
}

/************/
/*contact*/
/************/

section.sub>form {
	width: 80%;
	margin: 80px auto 0 auto;
}

section.sub>form>div>article:first-child {
	margin-bottom: 80px;
}

section.sub>form>div>article:first-child>p {
	width: 100%;
	text-align: left;
}

section.sub div>article:first-child>a {
	width: 100%;
	text-align: center;
}

section.sub div>article:first-child>h2 {
	width: 100%;
	text-align: center;
}

section.sub div>article.contactform>dl {
	width:100%;
	margin: 0 auto 30px auto;
	display: block;
}

section.sub div>article.contactform>dl>dt {
	width: 170px;
	margin-right: 30px;
	padding-bottom: 10px;
}

section.sub div>article.contactform>dl>dt.notpad {
	width: 170px;
	margin-right: 30px;
	padding-bottom: 10px;
}

section.sub div>article.contactform>dl>dd {
	width:100%;
}

section.sub div>article.contactform>dl>dd>input {
	width: 100%;
	height: 40px;
	border-radius: 0;
	padding: 0;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

section.sub div>article.contactform>dl>dd.postal {
	width:100%;
}

section.sub div>article.contactform>dl>dd.postal>input {
	width: 50px;
	display: inline;
	border-radius: 0;
	padding: 0;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

section.sub div>article>dl>dd>textarea {
	width: 100%;
	border-radius: 0;
	padding: 0;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

section.sub div.form_btn {
	width: 102px;
	margin: 0 auto;
}

section.sub div.confirmdiv {
	width: 80%;
	margin: 80px auto 0 auto;
}

section.sub div.confirmdivbtn {
	margin: 0 auto 30px auto;
}


/************/
/*onlinestore*/
/************/
section.sub>div.onlinestore {
	width: 80%;
	display: block;
	flex-wrap: wrap;
	justify-content: center;
}

section.sub>div.onlinestore>article {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 85px auto;
}

section.sub>div.onlinestore>article>a {
	display: block;
	opacity: 1.0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

section.sub>div.onlinestore>article>a:hover {
	display: block;
	opacity: 0.6;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

section.sub>div.onlinestore>article>a>img {
	display: block;
	width: 100%;
}

section.sub>div.onlinestore>article>a>h2 {
	font-family: "Gotham A", "Gotham B";
	font-size: 10px;
	color: #000;
	text-align: center;
	font-weight: normal;
	margin-top: 23px;/*-7px*/
}

section.sub>div.onlinestore>article>a>h2>span {
	display: block;
	font-size:8px;
	color: #000;
	text-align: center;
	font-weight: normal;
	margin-top: -4px;/*-14px*/
}

section.sub>div.onlinestore>article>a>p.price {
	font-size:10px;
	color: #000;
	text-align: center;
	font-weight: normal;
	margin-top: 6px;/*-14px*/
}

ul.online_cat {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 20px;/*-10px*/
}

ul.online_cat>li {
	margin: 0 5px;
}

ul.online_cat>li>a {
	font-family: "Gotham A", "Gotham B";
	font-size:10px;
	color: #000;
	text-align: center;
}


/************/
/*onlinestore_single*/
/************/
section.sub>div.onlinestore_single {
	width: 90%;
	max-width: 1200px;
	margin: 80px auto 85px auto;/*5px*/
}

section.sub>div.onlinestore_single>article {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

section.sub>div.onlinestore_single>article>div:first-child {
	width: 45%;
	margin-right: 5%;
}

section.sub>div.onlinestore_single>article>div:first-child>h2 {
	font-family: "Gotham A", "Gotham B";
	font-size: 10px;
	font-weight: normal;
	margin-top: -5px;
	margin-bottom: 7px;/*20px;*/
}

section.sub>div.onlinestore_single>article>div:first-child>p {
	font-size: 10px;
}

section.sub>div.onlinestore_single>article>div:nth-child(2) {
	width: 50%;
}

section.sub>div.onlinestore_single>article>div:nth-child(2)>img {
	display: block;
	width: 100%;
}

/*animation*/
div.intro {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	background-color: #ffffff;
	animation-name: intro;
	animation-duration: 1s;
	animation-timing-function: ease;
	animation-iteration-count: 1;
	animation-delay: 5s;
}

div.container {
	width:291px;
	height: 54px;
	position: absolute;
	top: 50%;
	left:50%;
	margin-top: -27px;
	margin-left: -148px;
}

@keyframes intro {
	0% {opacity: 1; z-index: 1001;}
	100% {opacity: 0;z-index: 900;}
}



svg#logo {
	width:291px;
	height: 54px;
	position: absolute;
	top: 0;
	left: 0;
	animation-name: logo;
	animation-duration: 1s;
	animation-timing-function: ease;
	animation-iteration-count: 1;
	animation-delay: 4s;
}

svg#mask {
	width:291px;
	height: 54px;
	position: absolute;
	top: 0;
	left: 0;
	animation-name: logo;
	animation-duration: 1s;
	animation-timing-function: ease;
	animation-iteration-count: 1;
	animation-delay: 4s;
}

@keyframes logo {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

.forpc {
	display: none;
}

.forsp {
	display: block;
}









