*, *:before, *:after {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
img,video{
	vertical-align: top;
	max-width: 100%;
	}

/*
=================================================== header
*/
header{
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#bf000000,EndColorStr=#bf000000);
	/* background-color: rgba(0, 0, 0, 0.25); */
	background-color: rgba(255,255,255,0.9);
	/*background-color:#000;*/
	margin:0; padding:0;
	position: fixed;
	z-index:100;
	width:100%;
	height:90px;
	top:0;
	}
header ul{
	letter-spacing:-0.4em;
	max-width: 1080px;
	margin:27px auto;
	padding:0;
	}
header ul li{
	letter-spacing:normal;
	display: inline-block;
	list-style: none;
	margin:0; padding:0;
	vertical-align: middle;
	}
header ul li a{
	display: block;
	font-size:13px;
	line-height:26px;
	text-decoration: none;
	color:#212121;
	}
header ul li:nth-child(1){
	width:250px;
	}
header ul li:nth-child(1) img{
	width:calc(100% - 100px);
	}
header ul li:nth-child(n+2){
	width:auto;
	margin-right:20px;	
	}
header ul li:nth-child(n+2) a{
	font-family: 'Timmana', sans-serif;
	display: block;
	font-weight: bold;
	padding:0 10px;
	margin-bottom:2px;
	}
header ul li:nth-child(n+2) a:hover{
	margin-bottom:0;
	color:#b01f32;
	border-bottom:2px solid #b01f32;
}

header i{
	display: none;
	}


/*
=================================================== footers
*/
/*フッター*/
footer{
	background:#ffffff;
	margin:80px auto 0 auto;
	padding:40px 0;
	color:#fff;
	}
footer ul{
	letter-spacing:-0.4em;
	max-width: 1080px;
	margin:40px auto;
	}
footer ul li{
	letter-spacing:normal;
	display: inline-block;
	list-style: none;
	margin:0; padding:0;
	vertical-align: top;
	}
footer ul li strong{
	display: block;
	font-size:15px;
	line-height:26px;
	color:#212121;
	margin-bottom:10px;
	font-family: 'Timmana', sans-serif;
	font-weight:normal;
}
footer ul li a{
	display: block;
	font-size:13px;
	line-height:26px;
	text-decoration: none;
	color:#212121;
}
footer ul li a:hover{
	color:#b01f32;
}
footer ul li:nth-child(1){
	width:250px;
	}
footer ul li:nth-child(1) img{
	width:calc(100% - 100px);
	}
footer ul li:nth-child(n+2){
	width:calc((100% - 250px) / 4);
	}
footer p.copyright{
	color:#212121;
	font-size:12px;
	text-align: center;
	}





/*
=================================================== slideMenu
*/

ol, ul {
	list-style: none;
}
a {
	text-decoration: none;
	color: inherit;
}
.cp_cont {
	height: 65vh;
}
.cp_offcm01 {
	position: absolute;
	top: 20px;
	right: 20px;
	display: inline-block;
	z-index: 101;
	display: none;
}
/* menu */
.cp_offcm01 .cp_menu {
	position: fixed;
	top: 0;
	right: -100vw;
	width:100%;
	height: 100%;
	cursor: pointer;
	-webkit-transition: 0.53s transform;
	        transition: 0.53s transform;
	-webkit-transition-timing-function: cubic-bezier(.38,.52,.23,.99);
	        transition-timing-function: cubic-bezier(.38,.52,.23,.99);
	background-color: #000000;
	opacity: 0.8;
}
.cp_offcm01 .cp_menu ul {
	margin: 80px 0 0 0;
	padding: 0;
}
.cp_offcm01 .cp_menu li {
	list-style: none;
}


.cp_offcm01 .cp_menu li a {
	display: block;
	padding: 10px 20px;
	text-decoration: none;
	color: #ffffff;
}

.cp_offcm01 #cp_toggle01 {
	position: absolute;
	display: none;
	opacity: 0;
}
.cp_offcm01 #cp_toggle01:checked ~ .cp_menu {
	width:100%;
	-webkit-transform: translateX(-100vw);
	        transform: translateX(-100vw);
}
/* menu toggle */
.cp_offcm01 #cp_toggle01 ~ label {
	display: block;
	padding: 0;
	cursor: pointer;
	-webkit-transition: 0.5s transform;
	        transition: 0.5s transform;
	-webkit-transition-timing-function: cubic-bezier(.61,-0.38,.37,1.27);
	        transition-timing-function: cubic-bezier(.61,-0.38,.37,1.27);
	text-align: center;
	color: #333333;
	z-index: 1;
    position: fixed;
    right: 20px;
	}
.cp_offcm01 #cp_toggle01:checked ~ label {
	-webkit-transform: translateX(-300px);
	        transform: translateX(-300px);
	-webkit-transform: translateX(0);
	        transform: translateX(0);
}
.cp_offcm01 #cp_toggle01 ~ label::before {
	font-family: 'FontAwesome';
	content: '\f0c9';
	font-size: 2em;
	color:#212121;
}
.cp_offcm01 #cp_toggle01:checked ~ label::before {
	content: '\f00d';
}
/* contents */
.cp_contents {
	color: #333333;
	text-align: center;
}

.cp_menu ul li:nth-child(1) {
	margin-bottom:40px;
	}
.cp_menu ul li:nth-child(1) img{
	width:150px;
	}

/*
=================================================== 旧ニュースから
*/

.id_top{
	margin-top: -100px!important;
    padding-top: 100px!important;
	}
.product_content{

	}
.product_content ul.product_box{
	letter-spacing:-0.4em;
	}
.product_content ul.product_box li{
	letter-spacing:normal;
	display:inline-block;
	}
#container {
    padding-bottom: 40px;
	}


/*
=================================================== smartphone menu
*/

@media (max-width: 768px) {

.pc{
	display: none!important;
	}
.smt{
	display: block!important;
	}
header a.btn-menu{
	display: block;
    position: absolute;
    right: 25px;
    top: 27px;
	}
header a.btn-menu i{
	color: #fff;
    font-size: 30px!important;
	}
header a.btn-menu:hover{
	border:1px solid red;
	}


header{
	height: auto;
	}

header ul {
    margin: 0 auto;
	}

header ul li:nth-child(1){
	width: 50%;
	padding:20px;
	}
header ul li:nth-child(1) img{
    width: 100%;
	}

.pc-menu li:nth-child(n+2){
	display: none;
	}

footer{
	padding:40px;
	}

footer ul li{
	margin-bottom:40px;
	}

footer ul li:nth-child(1),
footer ul li:nth-child(n+2){
	width:100%!important;
	}

footer ul li:nth-child(1) img {
    width: 60%;
	}
footer ul li:nth-child(1){
	margin-bottom:60px;
	}

.cp_offcm01{
	display: inline-block;
	}
}