/* ヒーロースペース
=========================================================================
=========================================================================*/
#hero_space {
	position: relative;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

#hero_space .img-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background: url(../img/home/hero_photo.jpg) center bottom no-repeat;
	background-size: cover;
	z-index: -1;
	opacity: 0;
	animation: img-wrap 1.5s cubic-bezier(.4, 0, .2, 1) 1s forwards;
}

@keyframes img-wrap {
	0% {
		clip-path: circle(0 at 50% 50%);
		-webkit-clip-path: circle(0 at 50% 50%);
		opacity: 0;
	}

	100% {
		clip-path: circle(100% at 50% 50%);
		-webkit-clip-path: circle(100% at 50% 50%);
		opacity: 1;
	}
}

#hero_space::before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 37.8125%;
	height: 100%;
	background: url(../img/common/header_left.svg) left top no-repeat;
	background-size: contain;
}

#hero_space::after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 37.8125%;
	height: 100%;
	background: url(../img/common/header_right.svg) right bottom no-repeat;
	background-size: contain;
	z-index: 2;
}

/* ----- タイトル ----- */
#hero_space .bg {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 85px 0 95px;
	width: 100%;
	height: 360px !important;
	background: url(../img/home/hero_title_bg.svg) left top no-repeat;
	background-size: cover;
}

@media (max-width:1210px) {
	#hero_space .bg {
		background-size: auto 360px;
	}
}

#hero_space .container {
	padding: 0 20px;
}

#hero_space h1 {
	position: relative;
	margin-bottom: 10px;
	padding-top: 40px;
	font-size: 35px;
	font-size: 3.5rem;
	letter-spacing: 0.1em;
	line-height: 1.4em;
}

#hero_space h1::before {
	display: block;
	content: 'Corporate Identity';
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	font-family: 'Poppins', sans-serif;
	font-style: italic;
	font-weight: 100;
	font-size: 30px;
	font-size: 3.0rem;
	letter-spacing: 0.1em;
	color: #6EA9B1;
}

#hero_space h2 {
	position: relative;
	font-size: 20px;
	font-size: 2.0rem;
	letter-spacing: 0.025em;
	color: #4D8188;
}

/* ----- ボタン：SCROLL ----- */
#hero_space .button_scroll a {
	display: inline-block;
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 52px;
	height: 52px !important;
	font-size: 13px;
	font-size: 1.3rem;
	letter-spacing: 0.025em;
	color: #707070;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	z-index: 5;
}

#hero_space .button_scroll a::after {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 15px;
	height: 24px;
	background: url(../img/home/button_scroll.svg) center center no-repeat;
	background-size: contain;
	animation: arrow 0.5s linear infinite;
}

@keyframes arrow {
	0% {
		bottom: 5px;
	}

	50% {
		bottom: 0;
	}

	100% {
		bottom: 5px;
	}
}

#hero_space .button_scroll a:hover::after {
	bottom: -2px;
}

/* 共通
=========================================================================
=========================================================================*/
/* ----- タイトル ----- */
h2.home_subtitle {
	margin-bottom: 30px;
	font-size: 26px;
	font-size: 2.6rem;
	letter-spacing: 0.1em;
	text-align: center;
}

h2.home_subtitle span {
	display: block;
	margin-bottom: 0.3em;
	font-family: 'Poppins', sans-serif;
	font-style: italic;
	font-weight: 100;
	font-size: 30px;
	font-size: 3.0rem;
	color: #93D2DA;
}

/* Business
=========================================================================
=========================================================================*/
#business {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 90px 0;
}

#business .column_left {
	width: 570px;
	width: calc(570 / 1170 * 100%);
}

#business .column_right {
	width: 540px;
	width: calc(540 / 1170 * 100%);
	text-align: center;
}

/* ----- テキスト ----- */
#business p {
	margin-bottom: 50px;
	text-align: left;
}

/* products
=========================================================================
=========================================================================*/
#products {
	position: relative;
	/*margin-bottom: 100px;*/
	padding: 90px 0;
	background: #F7F7F7;
}

/* ----- 商品リスト ----- */
#products ul {
	overflow: hidden;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	margin: 0 auto;
	width: 1110px;
}

@media (max-width:1150px) {
	#products ul {
		padding: 0 20px;
		width: 100%;
	}
}

#products ul::after {
	content: "";
	display: block;
	width: calc(350 / 1110 * 100%);
}

#products ul li {
	position: relative;
	width: calc(350 / 1110 * 100%);
	text-align: left;
	margin-bottom: 60px;
	padding-bottom: 60px;
}

#products .photo {
	margin-bottom: 12px;
}

#products p.cat {
	display: inline-block;
	margin-bottom: 14px;
	padding: 0.3em 2.0em;
	font-size: 12px;
	font-size: 1.2rem;
	color: #FFF;
	background: #333;
	border-radius: 3px;
}

#products h3 {
	margin-bottom: 0.5em;
	font-weight: 900;
	font-size: 15px;
	font-size: 1.5rem;
}

#products p.headline {
	margin-bottom: 14px;
	font-size: 12px;
	font-size: 1.2rem;
}

/* ----- ボタン ----- */
#products .button a {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	width: 100%;
}

/* Information
=========================================================================
=========================================================================*/
#information {
	position: relative;
	padding: 90px 0 0;
	margin: 0 auto;
	width: 1110px;
}

@media (max-width:1150px) {
	#information {
		padding: 90px 20px 0;
		width: 100%;
	}
}

#information div {
	overflow-y: auto;
	padding: 1em .5em;
	width: 100%;
	height: 200px;
	height: auto;
	border: 1px solid #EEE;
	-webkit-overflow-scrolling: touch;
}

#information div p {
	margin-bottom: 1.5em;
}

#information div p span {
	margin-right: 1.5em;
	font-family: 'Poppins', sans-serif;
	font-style: italic;
	font-weight: 100;
	letter-spacing: 0.1em;
}

#information div p a {
	text-decoration: none;
}

#information div img {
	display: block;
	margin: 0 auto;
	width: 50%;
}

/*  タブレット（768px〜910px）
=========================================================================
=========================================================================*/
@media screen and (max-width:910px) {}

/*  スマホ（767px以下）
=========================================================================
=========================================================================*/
@media screen and (max-width:767px) {

	/* ヒーロースペース
	=========================================================================
	=========================================================================*/
	/* ----- タイトル ----- */
	#hero_space .bg {
		padding: 40px 0;
		height: 300px !important;
		background-position: left bottom;
		background-size: auto 300px;
	}

	#hero_space h1 {
		padding-top: 30px;
		font-size: 24px;
		font-size: 2.4rem;
	}

	#hero_space h1::before {
		font-size: 20px;
		font-size: 2.0rem;
		font-weight: 300;
	}

	#hero_space h2 {
		font-size: 16px;
		font-size: 1.6rem;
	}

	/* ----- ボタン：SCROLL ----- */
	#hero_space .button_scroll a {
		bottom: 20px;
		width: 44px;
		height: 44px !important;
		font-size: 11px;
		font-size: 1.1rem;
	}

	#hero_space .button_scroll a::after {
		width: 12px;
		height: 20px;
	}

	/* 共通
	=========================================================================
	=========================================================================*/
	/* ----- タイトル ----- */
	h2.home_subtitle {
		font-size: 22px;
		font-size: 2.2rem;
	}

	h2.home_subtitle span {
		font-size: 26px;
		font-size: 2.6rem;
	}

	/* Business
	=========================================================================
	=========================================================================*/
	#business {
		padding: 60px 20px;
	}

	#business .column_left {
		width: 100%;
	}

	#business .column_right {
		width: 100%;
	}

	#business .column_right figure {
		margin-bottom: 25px;
	}

	/* ----- テキスト ----- */
	#business p {
		margin-bottom: 30px;
	}

	/* products
	=========================================================================
	=========================================================================*/
	#products {
		margin-bottom: 60px;
		padding: 60px 0 0;
		background: #F7F7F7;
	}

	/* ----- 商品リスト ----- */
	#products ul {}

	#products ul li {
		width: calc(560 / 1170 * 100%);
		text-align: left;
	}

	#products .photo {
		margin-bottom: 12px;
	}

	#products p.cat {
		display: block;
		margin-bottom: 14px;
		padding: 0.3em 2.0em;
		font-size: 12px;
		font-size: 1.2rem;
		text-align: center;
	}

	#products h3 {
		font-size: 14px;
		font-size: 1.4rem;
	}

	/* ----- ボタン ----- */
	#products .button a {
		max-width: 100%;
	}

	/* Information
	=========================================================================
	=========================================================================*/
	#information div p span {
		display: block;
	}

	#information div img {
		width: 100%;
	}

}

/*  スマホ（480px以下）
=========================================================================
=========================================================================*/
@media screen and (max-width:480px) {

	/* ヒーロースペース
	=========================================================================
	=========================================================================*/
	/* ----- タイトル ----- */
	#hero_space h1 {
		;
		font-size: 6.0vw;
	}

	#hero_space h1::before {
		font-size: 4.0vw;
	}

	#hero_space h2 {
		font-size: 4.0vw;
	}

	/* products
	=========================================================================
	=========================================================================*/
	/* ----- 商品リスト ----- */
	#products ul li {
		width: 100%;
	}



}
