/* ------------------------------------------------------------------------------
	Template Name: Floix
	Author: Designstub
	Author URI: http://www.designstub.com
------------------------------------------------------------------------------*/



@import url(http://fonts.googleapis.com/css?family=Open%20Sans:300,400,500,600,700);
/* ------------------------------------------------------------------------------
	 Typography
-------------------------------------------------------------------------------*/
*{ font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo","游ゴシック体", "Yu Gothic", YuGothic, sans-serif; }
body { background: #5d0500; }

p {
	font-size: 14px;
	line-height: 22.4px;
	color: #6c7279;
}
h1 {
	font-size: 65px;
	color: #2d3033;
}
h2 {
	font-size: 40px;
	color: #2d3033;
}
h3 {
	font-size: 28px;
	color: #2d3033;
	font-weight: 300;
}
h4 {
	font-size: 22px;
	color: #2d3033;
	font-weight: 400;
}
h5 {
	font-size: 14px;
	color: #2d3033;
	text-transform: uppercase;
	font-weight: 700;
}
.btn {
	border: 1px solid rgba(0, 0, 0, 0.75);
	margin-top: 20px;
	color: #2a2a2a;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1px;
	border-radius: 0px;
	padding: 1.5% 3%;
	display: inline-block;
	text-transform: uppercase;
}
.btn:hover, .btn:focus {
	background-color: #2a2a2a;
	color: #fff;
}
.btn-large {
	padding: 15px 40px;
}
/* ------------------------------------------------------------------------------
	 General Style
-------------------------------------------------------------------------------*/
a {
	color: #e84545;
}
a:hover, a:focus {
	text-decoration: none;
	-moz-transition: background-color, color, 0.3s;
	-o-transition: background-color, color, 0.3s;
	-webkit-transition: background-color, color, 0.3s;
	transition: background-color, color, 0.3s;
}
body {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	color: #6c7279;
}
ul, ol {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
}
.section {
	padding: 100px 0;
}
.no-padding {
	padding: 0;
}
.no-gutter [class*=col-] {
	padding-right: 0;
	padding-left: 0;
	padding:1%;
}
/* ==========================================================================
	$Header
========================================================================== */
#header00 {
	width: 100%;
	position: fixed;
	background: url('../images/bk_header.png') repeat-x center top ;
	z-index: 999;
	background-size: contain;
}
#header00 div {
	width: 1024px;
	margin: 0 auto;
	text-align: center;
}
#header00 h1 {
	display: inline-block;
	width: 350px;
	height:120px;
	margin: 0 auto;
	background: url('../images/logo.png') no-repeat center top ;
	text-indent: -9999px;
	vertical-align: top;
}
#header00 a {
	display: inline-block;
	margin: 0 0 0 220px;;
	width:390px;
	height:120px;
	background: url('../images/btn_shop.png') no-repeat center top ;
	text-indent: -9999px;
	vertical-align: top;
}
#header {
	height: 70px;
	position: fixed;
	top:504px;
	width: 100%;
	z-index: 999;
	text-align: center;
}

#header .logo {
	font-size: 27px;
	color: #000;
	letter-spacing: 3px;
	font-weight: 300;
	float: left;
	text-transform: uppercase;
}
#header.fixed {
	top:120px;
/*	background-color: rgba(255, 255, 255, 0.75);*/
	opacity: 0.95;
	-moz-transition: 1s;
	-o-transition: 1s;
	-webkit-transition: 1s;
	transition: 1s;
}
#header.fixed .header-content {
	border-bottom: 0;
	padding: 25px 0;
}
#header.fixed .nav-toggle {
	top: 18px;
}
#slider { 
	padding-top: 120px;
	height: 575px;
}

.navigation.open {
	opacity: 0.9;
	visibility: visible;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.navigation {
/*	float: right;*/
	display: inline-block;
	margin: 0 auto;
	border-left: 1px solid #330000;
}
.navigation li {
	display: inline-block;
	border-right: 1px solid #330000;
}
.navigation a {
	letter-spacing: 2px;
	margin: 0px;
	padding: 15px 20px;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 16px;
	font-weight: 300;
	color: #330000;
}

.navigation a:hover, .navigation a.active {
	color: #262626;
}
.nav-toggle {
	display: none;
	height: 44px;
	overflow: hidden;
	position: fixed;
	right: 5%;
	text-indent: 100%;
	top: 15px;
	white-space: nowrap;
	width: 44px;
	z-index: 99999;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.nav-toggle:before, .nav-toggle:after {
	border-radius: 50%;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
}
.nav-toggle:before {
	background-color: #e84545;
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.nav-toggle:after {
	background-color: #e84545;
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}
.nav-toggle span {
	background-color: #fff;
	bottom: auto;
	display: inline-block;
	height: 3px;
	left: 50%;
	position: absolute;
	right: auto;
	top: 50%;
	width: 18px;
	z-index: 10;
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.nav-toggle span:before, .nav-toggle span:after {
	background-color: #fff;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
.nav-toggle span:before {
	-moz-transform: translateY(-6px) rotate(0deg);
	-ms-transform: translateY(-6px) rotate(0deg);
	-webkit-transform: translateY(-6px) rotate(0deg);
	transform: translateY(-6px) rotate(0deg);
}
.nav-toggle span:after {
	-moz-transform: translateY(6px) rotate(0deg);
	-ms-transform: translateY(6px) rotate(0deg);
	-webkit-transform: translateY(6px) rotate(0deg);
	transform: translateY(6px) rotate(0deg);
}
.nav-toggle.close-nav:before {
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
}
.nav-toggle.close-nav:after {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.nav-toggle.close-nav span {
	background-color: rgba(255, 255, 255, 0);
}
.nav-toggle.close-nav span:before, .nav-toggle.close-nav span:after {
	background-color: #fff;
}
.nav-toggle.close-nav span:before {
	-moz-transform: translateY(0) rotate(45deg);
	-ms-transform: translateY(0) rotate(45deg);
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}
.nav-toggle.close-nav span:after {
	-moz-transform: translateY(0) rotate(-45deg);
	-ms-transform: translateY(0) rotate(-45deg);
	-webkit-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
}
/* ==========================================================================
	$Teams
========================================================================== */

.intro-content {
	margin-top: 20px;
}
.intro-content h1 {
	font-size: 55px;
	font-weight: 700;
	letter-spacing: -3px;
}
.intro-content h4 {
	font-size: 15px;
	letter-spacing: 3px;
	font-weight: 700;
	text-transform: uppercase;
}
.intro-content p {
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 19px;
}
.intro-content li {
	line-height: 30px;
	letter-spacing: 1px;
}


.section.history,
.section.introduction {
	padding: 0;
}


/* ------------------------------------------------------------------------------
	 akiyama custom
-------------------------------------------------------------------------------*/

.history,
.introduction { /*width: 980px;*/ background: #fff; margin:0 auto;}


.history .row div img,
.introduction .row div img { display: block; margin: 0 auto; }

.introduction .row div p.exp { font-size:15px; padding:10px 0; min-height: 10em; color: #330000; text-align: center; }


.about-akiyama,
.about-akiyama img { width: 100%; max-width:980px; padding: 0; margin: 0; text-align: center; }

.history.about,
.introduction.about { background: url('../images/bk_history.png') repeat-x center bottom #fff; }
.abouts { margin-top: 20px; }
.shop-btn { clear: both; padding:20px 0 10px; }

.shop-btn a { 
    width: 90%;
    padding: 10px 0;
    margin: 0px auto 5px;
    display: block;
    vertical-align: top;
    background: #330000;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
	color: #fff;
	font-size: 18px;
	text-align: center;
}
.shop-btn a:hover { color: #fff; font-weight: bold; font-size: 20px; }

#works .new { clear: both; padding:50px ;  }

#works .new dl { /*border-top:1px solid #d1a180;*/ margin:0; padding:15px 0 0; color: #995f35; padding: 0; line-height: 1.5em; font-size: 18px; }
#works .new dt { border-top:1px solid #d1a180; padding:15px 0; text-align: center; }
#works .new dd { border-top:1px solid #d1a180; padding:15px 0; font-size: 14px; }

#works .product { clear: both; padding:0 50px 50px ;  }



/* ------------------------------------------------------------------------------
	 Works
-------------------------------------------------------------------------------*/
#works { 
/*	width: 980px;*/
	padding: 0px;
	margin: 0 auto;
background: #fff;
}

.work {
	-moz-box-shadow: 0 0 0 1px #fff;
	-webkit-box-shadow: 0 0 0 1px #fff;
	box-shadow: 0 0 0 1px #fff;
	overflow: hidden;
	position: relative;
}
.work img {
	width: 100%;
	height: 100%;
}
.work .overlay {
	background: rgba(232, 69, 69, 0.9);
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-moz-transition: opacity, 0.3s;
	-o-transition: opacity, 0.3s;
	-webkit-transition: opacity, 0.3s;
	transition: opacity, 0.3s;
}
.work .overlay-caption {
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.work h5, .work p, .work img {
	-moz-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	-webkit-transition: all, 0.5s;
	transition: all, 0.5s;
}
.work h5, .work p {
	color: #fff;
	margin: 0;
	opacity: 0;
}
.work span {
	font-size: 45px;
}
.work h5 {
	margin-bottom: 5px;
	-moz-transform: translate3d(0, -200%, 0);
	-ms-transform: translate3d(0, -200%, 0);
	-webkit-transform: translate3d(0, -200%, 0);
	transform: translate3d(0, -200%, 0);
}
.work p {
	-moz-transform: translate3d(0, 200%, 0);
	-ms-transform: translate3d(0, 200%, 0);
	-webkit-transform: translate3d(0, 200%, 0);
	transform: translate3d(0, 200%, 0);
}
.work-box:hover img {
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.work-box:hover .overlay {
	opacity: 1;
}
.work-box:hover .overlay h5, .work-box:hover .overlay p {
	opacity: 1;
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
/* ------------------------------------------------------------------------------
	 Footer
-------------------------------------------------------------------------------*/
.footer {
/*	width: 94%;*/
	margin: auto;
	text-align: left;
	padding: 0;
	background: #fff;
	text-align: center;
}
.footer h4 {
	font-size: 14px;
	color: #000;
	letter-spacing: 2px;
	margin: 0 0 15px 0;
	padding: 0px;
}
.footer p {
	margin: 0;
	padding: 10px;
	font-size: 12px;
	color: #6c7279;
}
.footer a {
	color: #000;
}
.footer a:hover {
	text-decoration: underline;
}
.footer .footer-share {
	margin-top: 0;
}
.footer .footer-share li {
	display: inline-block;
	float: none;
}
.footer .footer-share a {
	border: none;
	font-size: 14px;
	color: #000;
	letter-spacing: 15px;
}
.footer .fa-heart {
	color: #e84545;
	font-size: 12px;
	margin: 0 2px;
}





@media screen and (min-width: 1024px) {
#history,
#slider,
.footer,
.introduction { width: 980px; background: #fff; margin:0 auto;}
#header .header-content { max-width: 980px; width: 100%; }
#works { max-width: 980px; width: 100%;  }
}


 @media screen and (min-width: 768px) {
#header .header-content {
	margin: 0 auto;
/*	max-width: 980px;
	width: 100%;*/
	padding: 25px 0;
	-moz-transition: padding 0.1s;
	-o-transition: padding 0.1s;
	-webkit-transition: padding 0.1s;
	transition: padding 0.1s;
	text-align: center;
	background: url('../images/bk_menu.png') repeat-x center top ;
}
}

 @media screen and (max-width: 1024px) {
#header00 div { width: 100%; }
#header00 a { display: none;}
#slider { height: auto; }
#slider .flex-control-nav { display: none;}
}


 @media screen and (min-width: 769px) {
.sp-parts { display: none!important; }
.pc-parts { display: block !important; }
}

 @media screen and (max-width: 768px) {
.sp-parts { display: block !important; }
.pc-parts { display: none !important; }
#header00 div {
    margin: 0;
    text-align: left;
}
#header00 h1 { 
	width:240px;
	height:70px;
	background-size: contain; }
#slider {
    padding-top: 70px;
}
.introduction .row div p { min-height: auto !important; }
.introduction .row div img { width:80%;}
#works .product { padding: 2%; }
#works .new { padding:2% 5%; }
#works div.work { padding: 5%; }
}



 @media screen and (max-width: 640px) {
}



 @media screen and (max-width: 768px) {
}



 @media screen and (max-width: 480px) {
}