@charset "UTF-8";

/*html {
	font-size: 62.5%;
}
*, *::before, *::after {
	box-sizing: border-box;
}*/

h5 {
    font-size: 12px;
}
h6 {
    font-size: 10px;
}
body {
    height: 100%;
    color: #231815;
    text-align: center;
    font-size: 1.4rem;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", Meiryo, sans-serif;
}
#pageTop {
    background-image: url('../img/top_bg.jpg');
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
    position: relative;
}
.container {}
header .header-contents {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 100px;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100px;
    padding-left: 5px;
}
.header-contents h4 {
    color: #231815;
    letter-spacing: 26px;
    line-height: 3em;
    font-weight: normal;
    font-size: 20px;
}
.header-contents h6 {
    width: 320px;
    margin-left: 15px;
    line-height: 1.5em;
}
.headerLogo {
    width: 120px;
}
.conceptLabel {
    margin-top: 20px;
    width: 223px;
}


@media (max-width: 767px) {}
@media (max-width: 479px) {
    header .header-contents {
        width: 290px;
    }
    .header-contents h4 {
        letter-spacing: 5px;
    }
    .header-contents h6 {
        width: 290px;
        margin-left: 5px;
        font-size: 9px;
        letter-spacing: -0.7px;
    }
    .headerLogo {
        margin-top: 50px;
        width: 120px;
    }
}
nav a {
    color: #231815;
}
nav .navbar-nav a {
    position: relative;
    display: inline-block;
    transition: .3s;
}
nav .navbar-nav a::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: '';
    width: 0;
    height: 1px;
    background-color: #231815;
    transition: .3s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
nav .navbar-nav a:hover::after {
    width: 100%;
}
@media (min-width: 768px) {
    /*nav .container {
		width: 800px;
	}*/
}
.navbar {
    min-height: 60px !important;
    padding-top: 5px;
    border: none;
}
.navbar-brand p {
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 1px;
    -webkit-font-smoothing: antialiased;
}

/* navbar-default */

.navbar-default {
    background-color: rgba(255, 255, 255, 0.6);
}
.navbar-default .navbar-brand {
    color: #231815;
}
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
    color: #231815;
    background-color: transparent
}
.navbar-default .navbar-nav>li>a {
    color: #231815;
}

/*.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #777;
    background-color: transparent
}*/

.nav li {
    letter-spacing: 1px;
}
.navbar-nav > li > a {
    padding: 0;
}
.navbar-nav > li {
    padding: 15px 15px;
}
@media (max-width: 991px) {
	.navbar-brand p {
        font-size: 20px;
    }
	nav .navbar-nav a {
		font-size: 12px;
	}
}
@media (max-width: 767px) {
	.navbar-brand p {
        font-size: 24px;
    }
	nav .navbar-nav a {
		font-size: 14px;
	}
}
@media (max-width: 479px) {}
#produce {
    background-image: url('../img/produce_bg.jpg');
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
    position: relative;
}
#produce .produce-contents {
    margin: auto 0;
    margin-left: auto;
    width: 380px;
    height: 520px;
    text-align: left;
}
.produce-contents h1 {
    color: #231815;
    letter-spacing: 4px;
    font-size: 36px;
}
.produce-contents h6 {
    color: #231815;
    letter-spacing: 1px;
    line-height: 1.5em;
    font-weight: normal;
    font-size: 12px;
    padding-bottom: 30px;
}

@media (max-width: 767px) {}
@media (max-width: 479px) {
	#produce {
	    height: 120%;
		position: relative;
	}
    #produce .produce-contents {
        width: 280px;
		position: absolute;
	    bottom: -125px;
    }
	.produce-contents h1 {
	    font-size: 28px;
	}
	.produce-contents h6 {
	    padding-bottom: 10px;
	}
}



#product {
    background-image: url('../img/product_bg.jpg');
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
    position: relative;
}
#product .container {
	margin-left: 0;
}
#product .product-contents {
    text-align: left;
    position: absolute;
    bottom: 0;
}
.product-contents h1 {
    font-size: 48px;
    margin-left: 10px;
    margin-bottom: 30px;
}
.product-contents h6 {
    color: #fff;
    letter-spacing: 1px;
    line-height: 1.5em;
    font-weight: normal;
    font-size: 12px;
    padding-bottom: 30px;
}
.product-contents {
    color: #fff;
	margin: 0 30px;
}

@media (max-width: 767px) {}
@media (max-width: 479px) {
	#product {
	    background-image: url('../img/product_bg.jpg');
	    height: 120%;
	}
	.product-contents {
		margin: 0 12px;
	}
    .product-contents h1 {
        font-size: 32px;
		margin-left: 0;
		margin-bottom: 20px;
    }
	.product-contents h3 {
		margin-top: 0;
	}
	.product-contents h6 {
		padding-bottom: 10px;
	}
	.product-contents .col-lg-4,
	.product-contents .col-md-4,
	.product-contents .col-sm-6 {
    	padding-left: 0;
	}
}

#contact {
	margin: 40px 0 0 0;
}
#contact h2 {
	margin: 60px 0;
	letter-spacing: 6px;
}

@media (max-width: 767px) {}
@media (max-width: 479px) {}

label {
	font-size: 18px;
	margin: 20px;
	font-weight: normal;
}
#footer {
    background-color: #fff;
    height: 140px;
    width: 100%;
}
.footer-contents {
	padding: 50px 0 0 0;
	color: #fff;
	text-align: center;
	font-size: 12px;
}
.footer-head {
	font-weight: bold;
	letter-spacing: 12px;
	color: #231815;
	padding-bottom: 10px;
}
.copyright {
	font-size: 9px;
	color: #231815;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

@media (max-width:767px) {}
@media (max-width: 479px) {
	.footer-head {
		font-size: 11px;
		font-weight: bold;
		letter-spacing: 7px;
		color: #231815;
		padding-bottom: 10px;
	}
}


/* ページトップボタン */

#pageTopBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 80%;
}
#pageTopBtn img {
    opacity: 0.5;
	width: 100px;
}

@media (max-width:767px) {
	#pageTopBtn img {
		width: 75px;
	}
}
@media (max-width: 479px) {
	#pageTopBtn img {
		width: 50px;
	}
}

/*#pageTopBtn a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 25px 0;
    text-align: center;
    display: block;
    border-radius: 10px;
}
#pageTopBtn a:hover {
    text-decoration: none;
    background: #999;
}*/
