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

/* ========================================
    リセットcss
========================================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style:normal;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
html{overflow-y: scroll;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: ''; content: none;}
input, textarea{margin: 0; padding: 0;}
ol, ul{list-style:none;}
table{border-collapse: collapse; border-spacing:0;}
caption, th{text-align: left;}
a:focus {outline:none;}

div#test {
    text-align: center;
    position: absolute;
    top: 0;
    opacity: 0.5;
}

/* micro clearfix */
.cf:before,
.cf:after {
    content: "";
    display: table;
}
.cf:after {clear: both;}
.cf {*zoom: 1;}


/* ========================================
    本文
========================================= */

body{
	max-width: 1920px;
	height: auto;
	background-color: #050505;
	color: #ffffff;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 1.56vw;
}

.left{
	float: left;
}

.right{
	float: right;
}

.fadeUpTrigger{
	display: block;
	opacity: 0;
}

.fadeUp{
    animation-name: fadeUpAnime;
    animation-duration:2s;
    animation-fill-mode:forwards;
    opacity: 0;
}
@keyframes fadeUpAnime{
from {
    opacity: 0;
    transform: translateY(100px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}

/* ========================================
    header
========================================= */

header{
	width: 100%;
	height: 5.2vw;
	background-color: rgba(0,0,0,0.70);
	position: fixed;
	z-index: 100;
	padding: 2.6vw;
}

h1{
	margin-right: 10vw;
}

.under_bar a{
	border-left: 0.26vw solid #ffffff;
	padding-left: 2.6vw;
}

div.hamburger-menu{
		visibility: hidden;
	}

nav ul li a{
	text-decoration: none;
	font-size: 2vw;
	color: #ffffff;
	margin-right: 2.6vw;
	margin-top: 1.04vw;
	font-family: "Days One", sans-serif;
	font-weight: 400;
	font-style: normal;
}

nav ul li a:hover{
	opacity: 0.1;
}

/* ========================================
    body_inner
========================================= */

.body_inner{
	width: 94.7vw;
	height: auto;
	margin: 0 auto;
	text-align: center;
}

h2{
	padding-top: 10.6vw;
	padding-bottom: 5.2vw;
}

#logo{
	width: 100%;
	height: 57.39vw;
	padding-top: 13vw;
	position: relative;
}

div#slider_rogo {
	position: absolute;
	left: 20.5vw;
	top: 16.14vw;
	margin: auto;
	width: 54.84vw;
	height: 50.52vw;
}

#smart{
	visibility: hidden;
	}

#concept{
	width: 100%;
	height: 130vw;
	background: url("images/haikei_02.png");
	background-size: 100%;
}

#concept div{
	width: 70vw;
	height: auto;
	margin: 0 auto;
}

#concept div p{
	text-align: left;
}

#concept div p span{
	font-size: 1.5vw;
	color: #A7A7A7;
	font-family: "Days One", sans-serif;
}

#concept .slider_2{
	opacity: 0.1;
	width: 5vw;
	height: auto;
}

/*==================================================
スライダーのためのcss
===================================*/
.slider_2 img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider_2 .slick-slide {
    margin:0 10px;/*スライド左右の余白調整*/
}

#salami{
	width: 100%;
	height: 150vw;
}

#salami ul{
	padding-bottom: 5.2vw;
}

#salami ul img{
	padding-bottom: 2.6vw;
}

#salami ul dd{
	width: 41.8vw;
	height: auto;
}

#contact{
	width: 80vw;
	height: 49.4vw;
	margin: 0 auto;
}

#contact .left iframe{
	width: 27.45vw;
	height: 17.86vw;
}

#contact table{
	text-align: left;
	vertical-align: middle;
}

#contact table tbody tr th,.contact table tbody tr td{
	vertical-align: middle;
	padding-bottom: 2.6vw;
}

#contact table tbody tr td{
	padding-left: 1.04vw;
	text-decoration: none;
}

#contact table tbody tr td p a{
	text-decoration: none;
	color: white
}

#contact table tbody tr td p a span{
	font-size: 1.3vw;
}

#contact table tbody tr td p a:hover{
	opacity: 0.1;
}

/* ========================================
    footer
========================================= */

footer{
	width: 100%;
	height: 6.4vw;
	text-align: center;
	border-top: 0.26vw solid #4e4e4e;
}

footer p{
	padding: 2.6vw;
}

/* ========================================
    画像小
========================================= */
h1{
	width: 17.3vw;
}

nav ul li.icon a{
	width: 3.4vw;
}

#logo div ul li{
	width: 94.7vw;
}

h2{
	height: 10vw;
}

#salami ul li dl dt{
	width: 42.29vw;
}

#contact div.right table tbody tr th{
	width: 4.5vw;
}

h2 img{
	height: 100%;
}

h1 a img,nav ul li.icon a img,#logo div ul li img,#slider_rogo div img,#salami ul li dl dt img,#contact div.right table tbody tr th img{
	width: 100%;
}

/*---------------------------------------------------------------
スマホレイアウト
---------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	body{
		font-size: 3.9vw;
	}
	
	h1{
		width: 30vw;
	}
	
	h2{
		height: 30vw;
	}
	
	/* ========================================
		header
	========================================= */
	header{
		height: 10vw;
	}
	
	nav{
		visibility: hidden;
	}
	
	div.hamburger-menu{
		visibility: visible;
		font-family: "Days One", sans-serif;
		font-weight: 400;
		font-style: normal;
	}
	
			/* ========================================

						ハンバーガー

			========================================= */

			.menu-btn {
				position: fixed;
				top: 2.5vw;
				right: 4vw;
				display: flex;
				height: 12vw;
				width: 12vw;
				border-radius: 6vw;
				justify-content: center;
				align-items: center;
				z-index: 90;
				background-color: #000000;
			}
			.menu-btn span,
			.menu-btn span:before,
			.menu-btn span:after {
				content: '';
				display: block;
				height: 0.8vw;
				width: 8vw;
				border-radius: 0.8vw;
				background-color: rgba(255,255,255,0.82);
				position: absolute;
				font-size:2.1vw;
				color:#000000;
			}
			.menu-btn span:before {
				bottom: 1.5vw;
			}
			.menu-btn span:after {
				top: 1.5vw;
				content: '';
			}

			#menu-btn-check:checked ~ .menu-btn span {
				background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
			}
			#menu-btn-check:checked ~ .menu-btn span::before {
				bottom: 0;
				transform: rotate(45deg);
			}
			#menu-btn-check:checked ~ .menu-btn span::after {
				top: 0;
				transform: rotate(-45deg);
			}

			#menu-btn-check {
				display: none;
			}

			.menu-content {
				width: 100%;
				height: 100%;
				position: fixed;
				top: 0;
				left: 100%;/*leftの値を変更してメニューを画面外へ*/
				z-index: 80;
				background-color: #4e4e4e;
				transition: all 0.5s;/*アニメーション設定*/
			}
			.menu-content ul {
				padding: 18.6vw 2.6vw 0;
			}
			.menu-content ul li {
				border-bottom: solid 0.2vw #ffffff;
				list-style: none;
			}
			.menu-content ul li a {
				display: block;
				width: 100%;
				font-size: 5.3vw;
				box-sizing: border-box;
				color:#ffffff;
				text-decoration: none;
				padding: 2.4vw 4vw 2.6vw 0;
				position: relative;
			}

			.menu-content ul li a:hover{
				opacity: 0.1;
			}

			.menu-content ul li a::before {
				content: "";
				width: 1.8vw;
				height: 1.8vw;
				border-top: solid 0.53vw #ffffff;
				border-right: solid 0.53vw #ffffff;
				transform: rotate(45deg);
				position: absolute;
				right: 2.9vw;
				top: 4.2vw;
			}

			#menu-btn-check:checked ~ .menu-content {
				left: 0;/*メニューを画面内へ*/
			}

			.top_bar a{
				border-top: 1.5vw solid #ffffff;
				margin-top: 10vw;
			}
	/* ========================================
	    logo
	========================================= */
	#logo{
		padding-top: 20vw;
		height: 151vw;
	}
	
	#logo ul li{
		height: 145vw;
	}
	
	div#slider_rogo {
		top: 60vw;
		left: 10vw;
	}
	
	#mein_rogo{
		width: 80vw;
	}
	
	#mein_rogo img{
		width: 100%
	}
	
	#smart{
		visibility: visible;
		position: absolute;
		top: 25vw;
		width: 100%;
	}
	
	#pc{
		visibility: hidden;
	}
	
	/* ========================================
		body_inner
	========================================= */
	
	#concept{
		height: 500vw;
	}
	
	#concept div p span{
		font-size: 4vw;
	}
	
	#salami{
		height: 650vw;
	}
	
	#salami ul li dl{
		margin-bottom: 15vw;
	}
	
	#salami ul li dl dt,#salami ul li dl dd{
		width: 80vw;
		height: auto;
		margin: 0 auto;
	}
	
	#salami ul li,#contact div{
		float: none;
	}
	
	#contact{
		height: 160vw;
	}
	
	#contact .left iframe{
		width: 80%;
		height: auto;
		margin-bottom: 10vw;
	}
	
	#contact div table tbody tr th{
		padding-left: 10vw;
	}
	
	#contact div table tbody tr td{
		padding-left: 5vw;
	}
	
	#contact div.right table tbody tr th{
	width: 6vw;
	}
	
	#contact table tbody tr td p a span{
		font-size: 3vw;
	}	
}






