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



	font-face



--------------------------------------------------- */

@font-face{ 
	font-family: 'kozmin'; 
	src: url('/src/font/kozmin.eot'); /* IE9以上用 */
	src: url('/src/font/kozmin.eot?#iefix') format('embedded-opentype'), /* IE8以前用 */
	url('/src/font/kozmin.woff') format('woff'), /* モダンブラウザ用 */
	url('/src/font/kozmin.ttf') format('truetype'); /* iOS, Android用 */

}
/*
 * "smartfont" licensed under the IPA Font License Agreement v1.0
 * http://www.flopdesign.com/freefont/smartfont.html
 * http://ipafont.ipa.go.jp/
 * http://ipafont.ipa.go.jp/ipa_font_license_v1.html
 */

@font-face{ 
	font-family: 'smart'; 
	src: url('/src/font/smart.eot'); /* IE9以上用 */
	src: url('/src/font/smart.eot?#iefix') format('embedded-opentype'), /* IE8以前用 */
	url('/src/font/smart.woff') format('woff'), /* モダンブラウザ用 */
	url('/src/font/smart.ttf') format('truetype'); /* iOS, Android用 */

}
/********************************************
	共通
*********************************************/
*{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	}

body {
    height: 100%;
    margin: 0;
}
html,
body {}
body {
	color: #2f3032;
	display: block;
    font-family: 'YuGothic Medium', '游ゴシック Medium', 'YuGothic', '游ゴシック', '游ゴシック体', 'Noto Sans Japanese Light', sans-serif;
	height: 100%;
	max-width: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font-size: 15px;
	
	}
a,
a:hover {
	text-decoration: none;

	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
	}
	a:link {}
	a:visited {}
img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	outline: none;
	max-width:100%;
	}
img:hover { outline: none; }
a:hover img {
	opacity:0.75;
}
ul { list-style: none; }
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: lighter;
	margin: 0;
	}
.fade-in {
  transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    transition-duration: 1s;
	transition-timing-function:ease-in-out;
}
.green {
    color: #009723;
}
.blue {
    color: #0373c7;
}
span.blue02 {
    color: #003296;
}

/* ------------------------------------------------------
	video-wrap
--------------------------------------------------- */
/*.movie .video-wrap {
    position: relative;
}

.movie .video-btn {
    content: "";
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:40px; 
    cursor: pointer;
}*/



/********************************************
	crumbs
*********************************************/	

#crumbs {
	height: auto !important;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 0 30px;
	text-align: left;
	}
	#crumbs a, #crumbs p {
		color: #452d03;
		display: inline-block;
		font-size: 12px;
		position: relative;
		}
		#crumbs a:after {
			content: '|';
			display: inline-block;
			padding: 0 10px;
			}

/********************************************
	com_btn
*********************************************/	

.com_btn {
    margin-top: 30px;

}
.com_btn a {
    background: #9a9a9a url(/src/img/common/arrow_white.png) no-repeat center right 10px;
	border: 1px solid #9a9a9a;
    color:  #fff;
    padding: 15px 80px;
    font-size: 0.95em;
	display: inline-block;
}
.com_btn a:before, 
.com_btn a:after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.com_btn a, 
.com_btn a:before, 
.com_btn a:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.com_btn a:hover {
  background: rgba(255, 255, 255, 0.5);
  border-color: #9a9a9a;
  color: #9a9a9a;
}

/********************************************
	tableSet
*********************************************/
.tableSet {
    border-top: 1px solid #d9d9d6;
    border-bottom: 1px solid #d9d9d6;
}

.tableSet dl {
    display:  table;
    width: 100%;
	background: #fff;
}
.tableSet dl:nth-child(even) {
    background: #f1f1f2; 
}

.tableSet dl dt, 
.tableSet dl dd {
    display:  table-cell;
    padding: 20px 50px;
	line-height: 1.8;
}

.tableSet dl dt {
    color: #565657;
    padding-left: 55px;
}
#container .cont_inner {
    padding: 0 0 500px 0;
    background-image: url(/src/img/special/bg_factory.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
}
#container .cont_inner a {
	text-decoration:underline;
}
/********************************************
	header
*********************************************/	

header {
    background: rgba(255, 255, 255, 1);
    left: 0;
    height: 85px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 500;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s;
}
body.fixed header {
    height: 85px;
    box-shadow: 0px 4px 4px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 4px 4px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 4px 4px rgba(0,0,0,0.1);
}
header .logo {
    background-image: url(/src/img/common/logo2025.jpg);
    background-position: left center;
    background-size: 260px auto;
    height: 85px;
    float: left;
    margin-left: 1.5%;
    background-repeat: no-repeat;
    overflow: hidden;
    width: 290px;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s;
}
	
header .logo a {
    text-indent: -9999px;
    display: block;
    height: 100%;
}

header .inner {
    height: 100%;
    max-width: 100%;
    text-align: left;
}

header .mainnavi {
    float: right;
    height: 100%;
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    transition-duration: 0s;
}

header .mainnavi li {
    display: inline-block;
    letter-spacing: 0em;
    height: 100%;
    position: relative;
}

header .inner:after {
    content: " ";
    display: block;
    clear: both;
}

header .inner .mainnavi li a {
    color: #2f3032;
    display: inline-block;
    font-size: 14px;
    padding: 30px;
    height: 100%;
    width: 100%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    position:relative;
}
/*#slide-line {
    position: absolute;
    bottom: 10px;
    height: 2px;
    background-color: #0b7e3a;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}*/
header .inner .mainnavi li a:after {
  content: "";
  display: block;
  width: 0;
  transition: width 0.3s;
  border-bottom: 2px solid #0b7e3a;
}



/*header .inner .mainnavi li a span {
    display: table-cell;
    vertical-align: middle;
}*/

header .inner .contact {
    float: right;
    overflow: hidden;
    height: 100%;
    position: relative;
    width: 130px;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s;
}

header .inner .contact a {
    display: table;
    height: 100%;
    width: 100%;
}

header .inner .contact a em {
    background: rgba(33, 161, 238, 1);
    color: rgba(255, 255, 255, 1);
    display: table-cell;
    font-size: 15px;
    letter-spacing: 1px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s;
    font-style: normal;
}
header .inner .contact a em span {
    display: block;
	line-height:1.4;
}
#glnav-trigger {
    display: none;
}

header .inner .mainnavi li a.n_parent.sp, 
header .child { display:none; }


/********************************************
	footer
*********************************************/	
footer {
    position: relative;
    z-index: 50;
}
footer .f_link {
    background: url(/src/img/common/bg_kraft02.jpg);
    position: relative;
}

footer .f_link:after {
	content: '';width: 100%;
	background: #898159;
	opacity: 0.25;
	height: 100%;
	display: inline-block;
	position: absolute;
	top: 0;
}

footer .f_link ul {
  position: relative;
  z-index: 10;
	letter-spacing: -0.4em;
  text-align:  center;
  width: 100%;
	box-sizing:border-box;
}

footer .inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 2rem 1rem 1rem;
    overflow: hidden;
		display:flex;
		flex-wrap:wrap;
		flex-direction:row-reverse;
}

footer .f_link ul li {
    display: inline-block;
    letter-spacing: normal;
		vertical-align:top;
    width: 100%;
    padding:0 1rem 1rem;
}
footer .f_link ul li img {
	max-width:306px;
}

@media screen and (min-width: 751px) {
footer .f_link ul li {
    width: calc(100% / 2);
}
}
@media screen and (min-width: 1025px) {
footer .f_link ul li {
    width: calc(100% / 3);
}
}

footer .f_logo {
    font-size: 0.91em;
    line-height: 1.7;
}

.f_logo p a {
    background-image: url(/src/img/common/footlogo2025.jpg);
    font-size: 1rem;
    text-indent: -9999px;
    background-size: 260px auto;
    background-repeat: no-repeat;
    height: 70px;
    width: 100%;
    display: block;
}


footer .f_add {
    /* float: left; */
    width: 30%;
}
footer .f_add2 {
    /* float: left; */
    width: 20%;
}

footer .f_add2 .jasrac {
	text-align:center;
  font-size: 0.91em;
  line-height: 1.7;
}
footer .f_add2 .jasrac img {
	max-width:60px;
	height:auto;
}

footer .f_nav {
    /* float: right; */
    line-height: 2.1;
    width: 50%;
    position: relative;
}
footer .f_logo .add_span {
    padding-right: 10px;
}
.f_nav .f-menu li {
    display: inline-block;
}
.f_nav .f-menu {
    padding-left: 17%;
}
.f_nav .f-menu li a {
    font-size: 0.9em;
    color: #2f3032;
    background-image: url(/src/img/common/arrow_blue.png);
    background-repeat: no-repeat;
    padding-left: 15px;
    background-position: left center;
    margin-right: 30px;
    font-size: 0.9em;
}
.f_nav .f-menu02 {
    text-align:  right;
    margin-top: 30px;
}

.f_nav .f-menu02 li {
    display:  inline-block;
    font-size: 0.9em;
    margin-right: 1em;
    color: #666666;
    padding: 5px 10px;
    display: inline-block;
}

.f_nav .f-menu02 li a {
    color: #2f3032;
    font-size:  0.97em;
}


footer .copy {
    text-align: center;
    font-size: 0.75em;
    padding: 10px 0 20px 0;
    border-top: #d8d8d8 1px solid;
    color: #7f7e7e;
}

.sp_no {
	display:none;
}

@media screen and (min-width: 1025px) {
header .inner .mainnavi li a:hover:after, 
header .inner .mainnavi li a.current:after {
  width: 100%;
}
header .inner .mainnavi li a.current, 
header .inner .mainnavi li a:hover {
	  color: #0b7e3a;
}
.sp_no {
	display:inline;
}
}

@media screen and (max-width: 1024px) {
/* header > glnav-trigger */
	#glnav-trigger {
		background: rgba(255, 255, 255, 1);
		cursor: pointer;
		display: table;
		float: right;
		height: 100%;
		position: relative;
		width: 9%;
		z-index: 200;
		-webkit-transition-duration: .5s;
		-moz-transition-duration: .5s;
		transition-duration: .5s;
		}
		#gt-wrap {
			display: table-cell;
			height: 100%;
			width: 100%;
			text-align: center;
			vertical-align: middle;
			}

			#gt-mark {
			    height: 20px;
			    margin: 0 auto;
			    position: relative;
			    width: 25px;
			    z-index: 200;
			 }
				#gt-mark span {
					background: #686f7a;
					display: block;
					width: 25px;
					height: 1px;
					position: absolute;
					transition: .5s;
					}
					#gt-mark span:nth-child(1) { top: 0; }
					#gt-mark span:nth-child(2) { top: 8px; }
					#gt-mark span:nth-child(3) { top: 16px; }
#glnav {
    right:0;
    opacity:0; /*通常時はビュー外*/
    background: rgba(34,138,65,0.95);
    width: 100%;
    /*    -webkit-transition:.5s ease-in-out; /*transitionで動きを
    -moz-transition:.5s ease-in-out;
    transition:.5s ease-in-out;*/
    text-align:left;
    -webkit-transition: opacity .4s ease,top 0s ease 1s;
    transition: opacity .4s ease,top 0s ease 1s;
    height: 100vh;
	-webkit-overflow-scrolling: touch;
	 top: -9999px;
	 overflow-y: scroll;
	 position: fixed;
}
header .menu #mainnavi li a:hover:after, header .menu #mainnavi li .on:after { content: none; }
		#glnav-trigger {background: rgba(33, 161, 238, 0);}
			.menu-open #gt-mark span {background: #686f7a;}
					.menu-open #gt-mark span:nth-child(1) {
		            	-webkit-transform: translateY(8px) rotate(-45deg);
		            	-moz-transform: translateY(8px) rotate(-45deg);
		            	transform: translateY(8px) rotate(-45deg);
						}
					.menu-open #gt-mark span:nth-child(2) { opacity: 0; }
					.menu-open #gt-mark span:nth-child(3) {
		            	-webkit-transform: translateY(-8px) rotate(45deg);
		            	-moz-transform: translateY(-8px) rotate(45deg);
		            	transform: translateY(-8px) rotate(45deg);
						}
.menu-open #glnav {
	opacity:1;
	/*-moz-transform: translateY(360px);
    -webkit-transform: translateY(360px);
    transform: translateY(360px);*/
	width: 100%;
	padding:0;
	overflow-y: auto;
	box-sizing: border-box;
    -webkit-transition: opacity .4s ease,top 0s ease 0s;
    transition: opacity .4s ease,top 0s ease 0s;
	opacity: 1;
    top: 0;
}
header, 
body.fixed header {
	height:60px; 
}
header .ht_wrap {
    position: relative;
    z-index: 200;
    height: 60px;
    background: #fff;
}
header .ht_wrap .logo {
    background-size: 200px auto;
    height: 60px;
}
header .mainnavi {
    padding-top: 60px;
}
header .inner .mainnavi li a.n_parent.pc { display:none; }
header .inner .mainnavi li a.n_parent.sp { display:block; }
header .mainnavi li {
    display:  block;
    height:  auto;
}

header .inner .mainnavi li a {
    display:  block;
    color: #fff;
    padding: 15px;
    font-size: 0.9em;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}

header .mainnavi {
    float:  none;
}
header .child {
    background: rgba(85, 162, 108, 1.0);
    width: 100%;
    line-height: 2;
}
header .inner .mainnavi .child li a {
    display: block;
    font-size: 0.89em;
    padding: 10px;
    border-bottom: none;
    padding-left: 20px;
}

header .mainnavi .child li {
	height:auto;
    width: 100%;
	position:relative;
}
header .inner .mainnavi li .n_parent:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    transition: all 0.3s;
}

header .inner .mainnavi li .n_parent.active:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

header .inner .mainnavi li .n_parent.single:before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
footer .f_link ul {
    padding: 0 3.5%;
}
footer .f_add2 {
    width: 100%;
}
footer .f_add {
    width: 100%;
    text-align: center;
}

.f_logo p a {
    background-size: 220px;
    background-position: center;
}


footer .f_nav {
    float:  none;
    width: 100%;
}

.f_nav .f-menu li {
    display:  block;
}

footer .f_nav .f-menu  {
    padding: 10px;
}

.f_nav .f-menu li a {
    background-position: right center;
    display: block;
    margin-right: 0;
    line-height: 3;
    border-bottom: #d8d8d8 1px dotted;
}
.f_nav .f-menu02 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
}
.f_nav .f-menu02 li {
    padding: 0;
}

#crumbs {
    padding-top: 10px;
    width: 95%;
}
video#c_video {
    max-width: 95%;
	float:none;
}	

}
@media screen and (max-width: 750px) {
body { font-size:14px; }
#glnav-trigger {
    width: 15%;
}
#container .cont_inner {
    background-size: 120%;
    padding: 0 0 100px 0;
}

}