@charset "utf-8";

/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////

	◆ SP版

----------------------------------------------------------------------------------------------------------
*/
@media screen and (max-width:976px) {

main h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 3rem;
	font-weight: 500;
	letter-spacing: 1px;
	color: #1d2d61;
	text-align: center;
	position: relative;
	margin-bottom: 3rem;
}
main h2 span {
	font-size: 1.6rem;
	font-family: "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
	font-style: normal;
	font-weight: 500;
	position: relative;
	top: -2rem;
}
main h2 span:before {	
	content: "\A";
	white-space: pre;
}
main h2:before {
	content: '';
	position: absolute;
	bottom: 2rem;
	display: inline-block;
	width: 60px;
	height: 1px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #1d2d61;
}
/* white */
main h2.white {
	font-family: 'Roboto', sans-serif;
	font-size: 3rem;
	font-weight: 500;
	letter-spacing: 1px;
	color: #fff;
	text-align: center;
	position: relative;
	margin-bottom: 3rem;
}
main h2.white span {
	font-size: 1.4rem;
	font-family: "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
	font-style: normal;
	font-weight: 500;
	position: relative;
	top: -2rem;
}
main h2.white:before {
	content: '';
	position: absolute;
	bottom: 2rem;
	display: inline-block;
	width: 60px;
	height: 1px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #fff;
}
main .inner {
	width: 960px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

main > section {
	margin: 3rem 0;
	padding: 4rem 0;
}

/* .topProducts */
.topProducts {
	background: url("../images/top/bg_products.jpg") center no-repeat;
	background-size: cover;
	background-position: top;
	margin: 0;
}
.topProducts img {
	width: 100%;
}
.topProducts > p {
	width: 90%;
	margin: 0 auto 3rem;
}
.productsBox {
	width: 90%;
	margin: 0 auto;
}
.productsBox > div {
	display: flex;
	flex-direction: column-reverse;
	margin-bottom: 5rem;
}
.productsBox section {
	background: #19364d;
	color: #fff;
	padding: 2rem;
}
.productsBox section h3 {
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 1.5rem;
	text-align: center;
}
.productsBox section h3:hover {
	color: #99C6F1;
}
.productsBox section p {
	font-size: 1.4rem;
	font-weight: 300;
	margin-bottom: 2rem;
}
.readmore a {
	background: #557799;
	display: block;
	padding: 1.5rem 1rem;
	color: #fff;
	text-align: center;
}
.readmore a:hover {
	background: #008599;
}

/* .topAbout */
.topAbout .inner {
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}
.topAbout img {
	margin-top: 3rem;
}

/* .topMovie */
.topMovie {
	background: url("../images/top/bg_movie.jpg") center no-repeat;
	background-size: cover;
	padding: 2rem 0;
}
.topMovie > h2 {
	padding: 5rem 0 0;
}
.topMovie > div {
	width: 90%;
	margin: 0 auto;
}
.topMovie > div div {
	box-shadow: 0 2.5rem 2rem -2rem hsl(200 50% 20% / 40%);
}
.topMovie > div div:first-child {
	margin-bottom: 4rem;
}
.topMovie > p {
	border: 1px solid #fff;
	width: 90%;
	text-align: center;
	margin: 3rem auto;
	font-size: 1.8rem;
}
.topMovie > p a {
	display: block;
	width: 100%;	
	height: 100%;
	padding: 2rem 1rem;
	color: #fff;
}
.topMovie > p a:hover {
	background: #fff;
	color: #ff0000;
}
.topMovie > p img {
	width: 2rem;
	margin-right: 1rem;
	vertical-align: middle;
}

/* .topNews */
.topNews {
	background: #fff;
	padding: 2rem 0;
}
.topNews > div {
	width: 90%;
	background: #F4F4F4;
	margin: 0 auto;
	padding: 3rem;
}
.topNews ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.topNews a:hover {
	color: #00aaee;
}
.topNews li {
	margin: 0;
	padding: 1.5rem 0;
	border-bottom: 1px dotted #A3A3A3;
	display: flex;
	flex-direction: column;
}
.topNews li p {
	margin: 1rem 0 0;
}
.topNews time {
	float: left;
}
.topNews .cateProducts time:after {
	content: '製品情報';
	color: #fff;
	background: #1d2d61;
	font-size: 1.2rem;
	letter-spacing: 1px;
	text-align: center;
	padding: 2px 0;
	margin: 0 1rem;
	display:inline-block;
	width: 9rem;
}
.topNews .cateNormal time:after {
	content: 'その他';
	color: #fff;
	background: #868686;
	font-size: 1.2rem;
	text-align: center;
	padding: 2px 0;
	margin: 0 1rem;
	display:inline-block;
	width: 9rem;
}
.topNews .cateImp time:after {
	content: '重要なお知らせ';
	color: #fff;
	background: #9B1517;
	font-size: 1rem;
	text-align: center;
	padding: 2px 0;
	margin: 0 1rem;
	display:inline-block;
	width: 9rem;
}
.topNews .btnNews {
	margin-top: 2rem;
	text-align: right;
}
.topNews .btnNews a::after {
	font-family: 'ForkAwesome';
	content: "\f105";
	font-size: 1.8rem;
	vertical-align: middle;
	margin-left: 1rem;
}
}

@media screen and (min-width:977px) {

/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////

	◆ PC版

----------------------------------------------------------------------------------------------------------
*/
/* main */
main .inner {
	width: 960px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
main h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 4rem;
	font-style: italic;
	font-weight: 300;
	letter-spacing: 1px;
	color: #1d2d61;
	text-align: center;
	position: relative;
	margin-bottom: 2rem;
}
main h2 span {
	font-size: 1.4rem;
	font-family: 'Noto Sans CJK JP', 'Noto Sans JP', "Noto Sans Japanese", "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
	font-style: normal;
	font-weight: 500;
	position: relative;
	top: -3rem;
}
main h2 span:before {
	content: "\A";
	white-space: pre;
}
main h2:before {
	content: '';
	position: absolute;
	bottom: 2rem;
	display: inline-block;
	width: 60px;
	height: 1px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #1d2d61;
}
/* white */
main h2.white {
	font-family: 'Roboto', sans-serif;
	font-size: 4rem;
	font-style: italic;
	font-weight: 300;
	letter-spacing: 1px;
	color: #fff;
	text-align: center;
	position: relative;
	margin: 4rem 0;
}
main h2.white span {
	font-size: 1.4rem;
	font-family: 'Noto Sans CJK JP', 'Noto Sans JP', "Noto Sans Japanese", "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
	font-style: normal;
	font-weight: 500;
	position: relative;
	top: -3rem;
}
main h2.white:before {
	content: '';
	position: absolute;
	bottom: 2rem;
	display: inline-block;
	width: 60px;
	height: 1px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #fff;
}
main > section {
	margin: 3rem 0;
	padding: 4rem 0;
}

/* .topProducts */
.topProducts {
	background: url("../images/top/bg_products.jpg") center no-repeat;
	background-size: cover;
	background-position: top;
	margin: 0;
}
.topProducts > p {
	width: 600px;
	margin: 0 auto;
}
.productsBox {
	width: 960px;
	margin: 13rem auto 0;
}
.productsBox section {
	background: #19364d;
	color: #fff;
	padding: 3rem 3rem 3rem 12rem;
	width: 50%;
	float: right;
	position: relative;
	top: 170px;
	margin-top: -80px;
}
.productsBox section h3 {
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 1.5rem;
}
.productsBox section h3:hover {
	color: #99C6F1;
}
.productsBox section p {
	font-size: 1.4rem;
	font-weight: 300;
}
.productsBox img {
	width: 60%;
	height: 100%;
	z-index: 999;
	position: relative;
	bottom: 220px;
}
.productsBox .even section { /* 偶数 */
	background: #19364d;
	color: #fff;
	padding: 4rem 12rem 4rem 3rem;
	width: 50%;
	float: left;
	position: relative;
	top: 150px;
	margin-top: -80px;
}
.productsBox .even img {
	width: 60%;
	height: 100%;
	z-index: 999;
	position: relative;
	bottom: 220px;
	float: right;
}
.readmore {
	color: #fff;
	background: #557799;
	font-size: 1.2rem;
	float: right;
}
.readmore a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0.5rem 1rem;
}
.readmore a:hover {
	background: #008599;
}

/* .topAbout */
.topAbout {
	background: #fff;
}
.topAbout .textBox {
	width: 45%;
}
.topAbout .textBox p {
	margin-top: 0;
}
.topAbout .imgBox {
	width: 50%;
	display: flex;
	align-items: flex-start;
	position: relative;
}
.topAbout img {
	width: 300px;
	height: auto;
}
.topAbout .imgBox img:first-child {
	position: absolute;
	right: 0;
}
.topAbout .imgBox img:last-child {
	position: absolute;
	right: 15rem;
	top: 10rem;
}

/* .topMovie */
.topMovie {
	background: url("../images/top/bg_movie.jpg") center no-repeat;
	background-size: cover;
	margin-top: 20rem;
}
.topMovie > div {
	display: flex;
	justify-content: space-between;
	width: 960px;
	margin: 0 auto;
}
.topMovie > div div {
	width: 47%;
	box-shadow: 0 2.5rem 2rem -2rem hsl(200 50% 20% / 40%);
}
.topMovie > p {
	border: 1px solid #fff;
	width: 30%;
	text-align: center;
	margin: 3rem auto 9rem;
}
.topMovie > p a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 1rem;
	color: #fff;
}
.topMovie > p a:hover {
	background: #fff;
	color: #ff0000;
}
.topMovie > p img {
	margin-right: 1rem;
	vertical-align: middle;
}

/* .topNews */
.topNews {
	background: #fff;
	margin-top: -7rem;
}
.topNews > div {
	width: 700px;
	margin: 0 auto;
	font-size: 1.4rem;
}
.topNews ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.topNews a:hover {
	color: #00aaee;
}
.topNews li {
	margin: 0;
	padding: 1.5rem 0;
	font-size: 1.4rem;
	border-bottom: 1px dotted #A3A3A3;
}
.topNews li p {
	margin: 0;
}
.topNews time {
	float: left;
}
.topNews .cateProducts time:after {
	content: '製品情報';
	color: #fff;
	background: #587190;
	font-size: 1.2rem;
	letter-spacing: 1px;
	text-align: center;
	padding: 2px 0;
	margin: 0 1rem;
	display:inline-block;
	width: 9rem;
}
.topNews .cateNormal time:after {
	content: 'その他';
	color: #fff;
	background: #868686;
	font-size: 1.2rem;
	text-align: center;
	padding: 2px 0;
	margin: 0 1rem;
	display:inline-block;
	width: 9rem;
}
.topNews .cateImp time:after {
	content: '重要なお知らせ';
	color: #fff;
	background: #9B1517;
	font-size: 1rem;
	text-align: center;
	padding: 2px 0;
	margin: 0 1rem;
	display:inline-block;
	width: 9rem;
}
.topNews .cateExhibition time:after {
	content: '展示会';
	color: #fff;
	background: #868686;
	font-size: 1.2rem;
	text-align: center;
	padding: 2px 0;
	margin: 0 1rem;
	display:inline-block;
	width: 9rem;
}

.topNews .btnNews {
	font-size: 1.2rem;
	margin-top: 0.5rem;
	text-align: right;
}
.topNews .btnNews a::after {
	font-family: 'ForkAwesome';
	content: "\f105";
	font-size: 1.8rem;
	vertical-align: middle;
	margin-left: 1rem;
}
}