<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.vide{
	position: absolute;
	left: 0;
	top:0;
	z-index: 0;
}
#copy{
     position: absolute;
    left: 50%;
    top: 50%;
    margin-top: 75px;
    margin-left: -125px;
    opacity: 0;
}
#base {
  z-index: -1;
}
#top{
    width: 1366px;
    height: 768px;
    position: fixed;
    left: 50%;
    top:0;
    z-index: -1;

}

#bottom{
    width: 1366px;
    margin: 0 auto;
    height: 768px;

    }

.top_bg1{
    position: fixed;
    z-index: 10000;
    left:0;
    top: 0;
    width: 100%;
    height: 100%;
    background:#FFF;
    background-size: cover;
    text-align: center;

}

.top_bg1 img{
	position: absolute;
	top:50%;
	left: 50%;

	transform: translate(-50%,-50%);
}
.top_bg1 .sp{
	position: absolute;
	top:50%;
	left: 0%;

	transform: translateY(-50%);
}
.top_bg2{
    position: fixed;
    z-index: 9990;
    left:0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    text-align: center;
}
.top_bg2 img{
	position: absolute;
	top:50%;
	left: 50%;

	transform: translate(-50%,-50%);
}
.top_bg2 .sp{
	position: absolute;
	top:50%;
	left: 0%;
	transform: translateY(-50%);
}
.load_line{
  position: fixed;
  z-index: 100;
  left:0;
  top: 0;
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  height: 5px;
  background:#FF0000;
}
.top_text{
    position: absolute;
    left:50%;
    top: 50%;
    text-align: center;
}


#logo{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -260px;
    margin-left: -125px;
}

#logo svg{
    width: 250px;
    height: 500px;
    overflow:visible;
}

#logo svg .st1{
    opacity: 0;

}


#logo_typo{

    opacity: 0;
}


/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#main .mainVisual {
	margin-top: 0;
	padding: 0;
	width: 100%;
	display: block;
	background: url("../img/index/main_img.jpg") center;
	background-size: cover;
	overflow: hidden;
	position: relative;
}
#main .mainVisual .comBox {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 100vh;
	width: 1150px;
}
#main .mainVisual h2 {
	font-weight: 700;
	font-size: 52px;

	letter-spacing: -0.01em;
	line-height: 69px;
	text-align: left;
	color: #fff;
}
#main .mainVisual h2 span{
	font-size: 52px !important;
}
#main .mainVisual .slide_news,
#main .mainVisual p {
	position: absolute;
	display: block;
	left: 70px;
	bottom: 28px;
	font-size: 1.6rem;
	color: #fff;
	font-weight: 400;
	width: 800px;
}
#main .mainVisual .slide_news a{
	color: #fff;
	max-width: 800px;
	overflow: hidden;
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis
}
#main .mainVisual .slide_news .pdf{
	padding: 0;
}

#main .mainVisual .slide_news .pdf:after {
    display: none;
}
#main .mainVisual .time {
	display: inline-block;
	margin-right: 35px;
	font-size: 1.7rem;
}
#main .product {
	margin-bottom: 105px;
	padding: 110px 0 128px;
	background-color: rgba(241,241,241,0.45);
}
#main .product .comBox {
	padding: 65px 0 45px;
}
#main .product h2 {
	margin-bottom: 59px;
	text-align: center;
}
#main .product ul {
	margin: 0 64px 80px;
	display: flex;
	flex-wrap: wrap;
}
#main .product ul a:hover {
	opacity: 0.7;
}
#main .imgBox {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#main .imgBox:not(:last-child) {
	margin-bottom: 120px;
}
#main .imgBox .photo {
	width: 50%;
	min-height: 560px;
	background-position: center;
	background-size: cover;
}
#main .imgBox.download .photo {
	background-image: url("../img/index/photo01.jpg");
}
#main .imgBox.support .photo {
	background-image: url("../img/index/photo02.jpg");
}
#main .imgBox.shopping .photo {
	background-image: url("../img/index/photo03.jpg");
}
#main .imgBox:nth-child(2n) .photo {
	order: 2;
}
#main .imgBox .txtBox {
	margin-right: 60px;
	width: 35.5%;
}
#main .imgBox:nth-child(2n) .txtBox {
	margin-left: 104px;
}
#main .imgBox h2 {
	margin-bottom: 2px;
	font-size: 5.6rem;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.02em;
	color: #000;
}
#main .imgBox p {
	margin-bottom: 33px;
}
#main .imgBox.download p {
	margin-right: 10px;
}
#main .imgBox ul {
	margin-bottom: 53px;
}
#main .imgBox ul li:not(:last-child) {
	margin-bottom: 6px;
}
#main .imgBox ul a {
	padding-left: 20px;
	position: relative;
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.6;
}
#main .imgBox ul a:hover {
	color: #f00;
}
#main .imgBox ul a:before {
	position: absolute;
	left: 0;
	top: 50%;
	width: 13px;
	height: 1px;
	background: #c9c9c9;
	content: "";
}
#main .imgBox .btn a {
	position: relative;
	padding-bottom: 6px;
	font-size: 1.5rem;
	font-weight: 700;
}
#main .imgBox .btn a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 150px;
	height: 2px;
	background-color: #F93A3A;
	content: "";
	transition: all .3s;
}
#main .imgBox .btn a:hover:after {
	width: 170px;
}
#main .sec {
	margin-bottom: 120px;
}
#main .about {
	padding: 182px 0 186px;
	background: url("../img/index/about_bg.jpg") no-repeat center fixed;
	background-size: cover;
}
#main .about .comBox {
	width: 996px;
}
#main .about h2 {
	margin-bottom: 50px;
	color: #FFF;
}
#main .about h2 span {
	margin-bottom: -1px;
	color: #FFF;
}
#main .about .btn a {
	position: relative;
	padding-bottom: 9px;
	font-size: 1.5rem;
	font-weight: 700;
	color: #FFF;
}
#main .about .btn a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 150px;
	height: 2px;
	background-color: #fff;
	content: "";
	transition: all .3s;
}
#main .about .btn a:hover:after {
	width: 170px;
}
#main .news {
	padding: 90px 0 138px;
	background-color: rgba(241,241,241,0.45);
}
#main .news h2 {
	margin-bottom: 35px;
	text-align: center;
}
#main .news ul {
	margin: 0 auto 68px;
	width: 934px;
}
#main .news li {
	margin-right: -10px;
	padding-left: 114px;
	position: relative;
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 1.6;
}
#main .news li:not(:last-child) {
	margin-bottom: 25px;
}
#main .news .ttl {
	position: absolute;
	left: 0;
	top: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 83px;
	height: 33px;
	border: 1px solid #f00;
	font-size: 1.4rem;
	color: #f00;
}
#main .news .ttl.red {
	background-color: #F00;
	color: #fff;
}
#main .news a{
	display: inline-block;

}
#main .news li .time {
	display: inline-block;
	margin-right: 22px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.875;
	width: 130px;
	vertical-align: top;
}
#main .news li b{
	display: inline-block;
	font-weight: 400;
		width: 600px;
}
#main .news li a:hover {
	color: #F00;
}
#main .news .btn {
	margin: 0 auto;
	width: 874px;
	text-align: right;
}
#main .news .btn a {
	position: relative;
	padding-bottom: 8px;
	font-size: 1.5rem;
	font-weight: 700;
	color: #000;
}
#main .news .btn a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 150px;
	height: 2px;
	background-color: #F93A3A;
	content: "";
	transition: all .3s;
}
#main .news .btn a:hover:after {
	width: 170px;
}
@media all and (max-width: 767px) {
	#main .mainVisual .comBox {
		width: 100%;
		justify-content: center;
	}
	#main .mainVisual h2 {
		margin-bottom: 40px;
		font-size: 2.3rem;
		line-height: 2;
		margin-left: -30px;
		text-align: center;
	}
	#main .mainVisual h2 span{
font-size: 2.3rem !important;
	}
	#main .mainVisual .slide_news{
		padding: 18px 25px;
		left: 0px;
		bottom: 0;
		right: 0px;
		overflow:hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
		width: 100%;
		box-sizing: border-box;
		font-size: 1.3rem;
		line-height: 1.54;
		background-color: #000;
	}
	#main .mainVisual .slide_news a{
		width: 100%;
	}



	#main .mainVisual .time {
		display: block;
		margin: 0 4px 7px;
		font-size: 1.4rem;
	}

	#main .product {
		margin-bottom: 78px;
		padding: 49px 0 68px;
	}
	#main .product .comBox {
		padding: 34px 0 26px;
	}
	#main .product h2 {
		margin-bottom: 30px;
	}
	#main .product ul {
		margin: 0 15px 64px;
	}
	#main .product ul li {
		width: 100%;
	}
	#main .product ul li img {
		width: 100%;
	}
	#main .imgBox {
		display: block;
		padding-bottom: 51px;
	}
	#main .imgBox:not(:last-child) {
		margin-bottom: 40px;
	}
	#main .imgBox .photo {
		width: 100%;
		min-height: 151px;
	}
	#main .imgBox.download .photo {
		background-image: url("../img/index/sp_photo01.jpg");
	}
	#main .imgBox.support .photo {
		background-image: url("../img/index/sp_photo02.jpg");
	}
	#main .imgBox.shopping .photo {
		background-image: url("../img/index/sp_photo03.jpg");
	}
	#main .imgBox .txtBox {
		margin: 20px 30px 0;
		width: auto;
	}
	#main .imgBox:nth-child(2n) .txtBox {
		margin-left: 25px;
	}
	#main .imgBox h2 {
		margin-bottom: 3px;
		font-size: 3rem;
	}
	#main .imgBox p {
		margin-bottom: 28px;
		line-height: 2;
	}
	#main .imgBox.download p {
		margin-right: 0;
	}
	#main .imgBox ul {
		margin-bottom: 33px;
	}
	#main .imgBox ul li:not(:last-child) {
		margin-bottom: 11px;
	}
	#main .imgBox ul a {
		padding-left: 22px;
		font-size: 1.4rem;
	}
	#main .imgBox ul a:hover {
		color: #101010;
	}
	#main .imgBox .btn a {
		padding-bottom: 8px;
		font-size: 1.3rem;
	}
	#main .imgBox .btn a:after {
		width: 110px;
	}
	#main .imgBox .btn a:hover:after {
		width: 110px;
	}
	#main .sec {
		margin-bottom: 72px;
	}
	#main .about {
		padding: 35px 0 58px;
		text-align: center;
	}
	#main .about .comBox {
		width: auto;
	}
	#main .about h2 {
		margin-bottom: 26px;
		font-size: 1.3rem;
	}
	#main .about h2 span {
		margin-bottom: 2px;
	}
	#main .about .btn a {
		padding-bottom: 8px;
		font-size: 1.3rem;
	}
	#main .about .btn a:after {
		right: 0;
		width: auto;
	}
	#main .about .btn a:hover:after {
		width: auto;
	}
	#main .news {
		padding: 40px 0 50px;
	}
	#main .news h2 {
		margin-bottom: 19px;
	}
	#main .news ul {
		margin: 0 15px;
		width: auto;
	}
	#main .news li {
		margin-right: 0;
		padding-left: 0;
		font-size: 1.1rem;
		line-height: 1.64;
	}
	#main .news li:not(:last-child) {
		margin-bottom: 27px;
	}
	#main .news .ttl {
		top: 0;
		width: 67px;
		height: 27px;
		font-size: 1rem;
	}
	#main .news li .time {
		display: block;
		padding-top: 3px;
		margin: 0 0 11px 80px;
		font-size: 1.2rem;
		width: auto;
	}
	#main .news li b {
    display: inline-block;
    font-weight: 400;
    width:100%;
		padding-right: 0px;
		box-sizing: border-box;
}
	#main .news li a:hover {
		color: #101010;
	}
	#main .news .btn {
		display: none;
	}
	#main .scroll a::after {
			margin-top: -20px !important;
		}
}
</pre></body></html>