@charset "UTF-8";
/*!00Basic*/
/*!01ヘッダ*/
/*!1.5 ハンバーガーボタン*/
/*!02FV*/
/*!03 TOP NEWS*/
/*!04 TOPコンテント*/
/*!05 TOP SERVICE*/
/*!06 TOP CASE*/
/*!07 TOP INFO*/
/*!08 TOP CONTACT*/
/*!09 NEWS*/
/*!10 FOOTER*/

/*!---------------00Basic---------------*/
ima
* {
	font-family: "Hiragino Sans", sans-serif;
	letter-spacing: 0.1em;
}
html {
	width: 100%;
	min-width: 340px;
	height: 100%;
	scroll-behavior: smooth;	
}
body {
	height: 100%;
}
img {
	max-width: 100%;
}
p {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 2em;
	color: #121212;
	overflow: visible !important;
}
.hover:hover {
	color: #11258e;
	transition: .2s;
}

.btnbtn {
	text-align: center;
	margin: 24px auto;
	
}

.btnbtn p {
	text-align: center;
	height: 80px;
}
.btnbtn p input {
	text-align: center;
	margin: 0 auto;
}




/*!---------------01ヘッダ---------------*/
header {
	display: block;
	position: fixed;
	height: 70px;
	width:calc(100% - 32px);
	padding: 4px 24px;
	margin: 16px;
	z-index: 9;
	/* アニメーションの変化時間 */
	transition: 0.5s;
	border-radius: 8px;
}
/*ロゴ*/
.ttl {
	max-width: 260px;
}
/*PCメニュー*/
.pc_nav a {
	margin-left: 24px;
	font-size: 16px;
	font-weight: 400;
	color: #121212;
}
.pc_nav a:hover {
	transition: .2s;
	color: #1d2088;
}



.underlayer .pc_nav a:hover {
	transition: .2s;
	color: #657ef1;
}

/*ヘッダお問い合わせボタン*/
.contact {
	background: rgb(17,37,141);
	background: linear-gradient(90deg, rgba(17,37,141,1) 0%, rgba(23,65,158,1) 100%);
	border-radius: 8px;
	color: #fff !important;
	font-size: 16px;
	font-weight: 600;
	padding: 16px 24px 16px 32px;	
}
.contact:hover {

	color: #fff !important;

}
.contact img {
	width: 20px;
	margin-left: 8px;
}

.contact:hover {
	animation: GradietionAnimation .3s forwards;
	transition: .2s;
	color: #fff !important;
}
/*ボタンアニメーション（グラデーション用ロールオーバー）*/
@keyframes GradietionAnimation { 
0% {background: rgb(17,37,141);}
100% {background: #121212;}
}

header.scroll-nav {
	position: fixed;
	height: 100px;
	width: calc(100% - 0px);
	padding: 16px 24px;
	margin: 0 0 16px 0;
	z-index: 9;
	transition: 0.5s;
	background: #fff;
	border-radius: 0px;
}

header.scroll-nav .menu {
	position: relative;
	bottom: 8px;
}

.onkyo {
	line-height: 1.4em;
	position: relative;
	top: 8px;
}
.onkyo span {
	font-size: 14px;
}



/* Global Menu */
.menu > li {
	display: inline-block;
}

.menu > li a {
	display: block;
	font-size: 16px;
	font-weight: 800;
}

.menu > li a:hover {

}

ul.menu__second-level {
	visibility: hidden;
	opacity: 0;
	z-index: 1;
}

.menu > li:hover {

	-webkit-transition: all .5s;
	transition: all .5s;
}

.menu__second-level li {

}

.menu__second-level li a:hover {

}


/* floatクリア */
.menu:before,
.menu:after {
	content: " ";
	display: table;
}

.menu:after {
	clear: both;
}

.menu {
	*zoom: 1;
}

.menu > li.menu__single {
	position: relative;
}

li.menu__single ul.menu__second-level {
	position: absolute;
	top: 10px;
	transition: all .2s ease;
	width: 280px;
	padding: 32px;
}

li.menu__single:hover ul.menu__second-level {
	top: 10px;
	visibility: visible;
	opacity: 1;
	padding: 32px;
	width: 280px;
	transition: all .2s ease;
}

.sub_bg {
	background: #fff;
	padding: 16px;
	position: relative;
	
}
.sub_bg a {
	padding: 0 !important;
	margin: 0 !important;
}



/*!1.5 ハンバーガーボタン*/

.header {
  position: relative;
  z-index: 10;
  display: fixed;
  width: 100%;
  display: none;
}




/*!---------------02FV---------------*/
.fv {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: url(images/fv.jpg) no-repeat center center;
	background-size: cover;
}
.fv2 {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: url(images/30th.png) no-repeat left 24px top 160px;
	Background-size: 300px;
}

.fv_text {
	padding: 32px;
	position: absolute;
	right: 32px;
	bottom: 32px;
}
.fv_text h1 {
	color: #fff;
	font-weight: 400;
	font-size: 100px;
	font-family: "futura-pt-bold", sans-serif;
	font-weight: 700;
	font-style: normal;
	margin-bottom: 32px;
	letter-spacing: 0.04em;
	line-height: 1em;
	text-align: right;
	position: relative;
	left: 64px;
	
}

.fv_text h2 {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 2.4em;
	margin-bottom: 32px;
	text-align: right;
		
}


/*!03 TOP NEWS*/
.news {
	width:calc(100% - 96px);
	background: #fff;
	border-radius: 8px;
	height: 64px;
	margin-left: 32px;
	margin-bottom: 48px;
	position: relative;
	bottom: 128px;
	z-index: 2;
	padding: 8px 32px;
	
}
.news_ttl {
	font-family: "futura-pt-bold", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 64px;
	width: auto;
	background: linear-gradient(90deg, #015eea 0%, #00c0fa 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
	line-height: 1.2em !important;
	
}
.news_ttl_span {
	font-size: 16px;
	font-weight: 700;
	color: #232323 !important;
	position: relative;
	display: block;
	margin-top: 24px;
}
.news_time {
	font-family: "english-grotesque", sans-serif;
	font-weight: 700;
	font-style: normal;
	line-height: 1em;
	letter-spacing: 0.05em;
	width: 100px;
	margin-right: 32px;
	font-size: 14px;
	color: #747474;
	margin-bottom: 16px;
}
.news_link {
	font-size: 16px;
	font-weight: 400;
	height: 24px;
	overflow: hidden;
	width:calc(100% - 230px);
	line-height: 1.7em;
}
.btn_news {
	background: #1d2088;
	border-radius: 100px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	padding: 10px 16px 10px 24px;
	width: 160px;
	text-align: center;
	height: 45px;

}
.btn_news img {
	width: 8px;
	margin-left: 8px;
}

.btn_news:hover {
	animation: GradietionAnimation .3s forwards;
	transition: .2s;
	color: #fff;
}

.entry-content h3 {
	margin: 32px 0;
	font-size: 20px;
	font-weight: bold;
	color: #202f59;
}
.entry-content p {
	margin: 0 0 16px;
}



/*!---------------04 TOPコンテント---------------*/

.wrap {
	background: url(images/bg.jpg) no-repeat center center;
	background-size: 100%;
}

.w1200 {
	width: auto;
	max-width: 1200px;
	height: auto;
	margin: 64px auto 48px;
	position: relative;
	bottom: 0;
	z-index: 2;
	padding: 16px 0 0 0;
}

.about1 {
	padding: 0 24px;
	width: 360px;
}
.about2 {
	padding: 8px 0 8px 0;
	width:calc(100% - 400px);
	
	margin: 8px 0 0 0;
}

.top_link {
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.7em;
	background: url(images/arrow_b.png) no-repeat right center;
	background-size: 24px;
	padding: 8px 48px 8px 0;
	margin: 16px;
	border-bottom: 1px solid #121212;
}

.top_link:hover {
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.7em;
	background: url(images/arrow_b.png) no-repeat right 4px center;
	background-size: 24px;
	padding: 8px 48px 8px 0;
	margin: 16px;
	border-bottom: 1px solid #121212;
	
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;

}
.eq {
	width: 100%;
	padding: 128px;
	background: url(images/top_eq.jpg) no-repeat center center;
	background-size: cover;
	height: 360px;
}

.eq2 {
	width: 100%;
	text-align: center;
}
.eq2 img {
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	bottom: 100px;
	
}

.top_product {
	width: 100%;
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.883);
	min-height: 380px;
	border-top: 1px solid #121212;
	border-bottom: 1px solid #121212;
}
.top_product2 {
	width: auto;
	max-width: 1200px;
	margin: 0 auto;
}



.four_original {
	width: 25%;
	border-left: 1px solid #121212;
	min-height: 380px;
	background: #fff;
	text-align: center;
}
.four_original:last-child {
	width: 25%;
	border-left: 1px solid #121212;
	border-right: 1px solid #121212;
	min-height: 380px;
}
.four_original p {
	margin: 8px auto 8px !important;
	text-align: center;
	padding: 0 16px 8px !important;

	font-size: 15px;
}
.four p:last-child {
	border-bottom: none !important;
}




.four {
	width: 33.333%;
	border-left: 1px solid #121212;
	min-height: 380px;
	background: #fff;
	text-align: center;
}
.four:last-child {
	width: 33.333%;
	border-left: 1px solid #121212;
	border-right: 1px solid #121212;
	min-height: 380px;
}
.four p {
	margin: 8px auto 8px !important;
	text-align: left;
	padding: 0 16px 8px !important;
	border-bottom: 1px solid #222;
	font-size: 13px;
}
.four p:last-child {
	border-bottom: none !important;
}
.pro_th {
	display: inline-block;
	width: 50%;
}
.pro_td {
	display: inline-block;
	width:calc(50% - 16px);
	margin-left: 16px;
}

.bb {
	border-bottom: 1px solid #121212;
}
.br {
	border-right: 1px solid #121212;
}

.four img {
	max-width: 240px;
	margin: 0 auto;
}



/*!---------------09 NEWS---------------*/
.footer_news {
	width: auto;
	max-width: 1200px;
	height: auto;
	margin: 64px auto 48px;
	position: relative;
	bottom: 0;
	z-index: 2;
	padding: 16px 0 0 0;
}
.footer_news1 {
	padding: 0 24px;
	width: 270px;
}
.footer_news2 {
	padding: 8px 0 8px 0;
	width:calc(100% - 320px);
	
	margin: 8px 0 0 0;
}

.footer_news_link {
	font-size: 16px;
	font-weight: 400;
	height: auto;
	overflow: hidden;
	width: calc(100% - 0px);
	line-height: 1.7em;
	background: url(images/arrow_b.png) no-repeat right center;
	background-size: 24px;
}
.news_list {
	border-bottom: 1px solid #dadada;
	padding: 24px;
	margin: 0;
}










/*!10 FOOTER*/
.bg_contact1 {
	background: url(images/bg_contact_01.jpg) no-repeat center center;
	background-size: cover;
	width: 50%;
	height: 200px;
	display: flex;
	justify-content: flex-start;
	align-content: center;
	flex-direction: row;
	flex-wrap:wrap;
	padding: 160px 0;
}
.bg_contact2 {
	background: url(images/bg_contact_02.jpg) no-repeat center center;
	background-size: cover;
	width: 50%;
	height: 200px;
	display: flex;
	justify-content: flex-start;
	align-content: center;
	flex-direction: row;
	flex-wrap:wrap;
	padding: 160px 0;
	border-left: 1px solid #fff;
}
.bg_contact a {
	color: #fff;
	display: block;
	padding: 32px;
	font-size: 64px;
}
.bg_contact a span {
	font-size: 16px;
	display: block;
	background: url(images/arrow.png) no-repeat right center;
	background-size: 24px;
	font-weight: 600;
	padding: 16px 32px 16px 0;
}

footer {
	padding: 48px 32px 32px;
	width: 100%;
}
.footer_bottom {
	padding: 0px 0 0 0;
}
.ttl_footer {
	width: 280px;
}
.footer_menu a {
	color: #fff !important;
}
.footer_menu a:hover {
	opacity: 0.7;
	transition: .2s;
}
.footer_bottom2 {
	margin-top: 32px;
}
.footer_bottom2 p {
	color: #fff;
	line-height: 2em;
	letter-spacing: 0.1em;
	font-size: 14px;
}
.footer_bottom2 a {
	color: #fff;
	line-height: 2em;
	letter-spacing: 0.1em;
	font-size: 14px;
}
copyright {
	font-size: 11px;
	color: #fff;
	font-style: normal;
	text-align: left;
	display: block;
	background: #121212;
	padding: 16px 24px;
	
}
copyright p {
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
}
copyright a {
	font-size: 11px;
	color: #fff;
}
.tel_font {
	font-size: 32px;
}
copyright a:hover {
	
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;

}





/*!---------------99 共通パーツ---------------*/

.bg_w {
	background: #fff;
}

.pc {
	display: block;
}

/*WIDTH*/
.w25per {
	width:calc(25% - 16px);
}

.w33per {
	width:calc(33.33% - 16px);
}


.w30per {
	width:calc(30% - 24px);
}

.w70per {
	width:calc(70% - 24px);
}

.w50per_no_margin {
	width: 50%;
}
.mw800 {
	width: 100%;
	max-width: 800px !important;
	margin: 0 auto;
}
.mw1200 {
	width: 100%;
	max-width: 1200px !important;
	margin: 0 auto;
}
.mw1500_margin0 {
	width: 100%;
	max-width: 1500px !important;
	margin: 0 auto;
}
.mw1000_margin0 {
	width: 100%;
	max-width: 1000px !important;
	margin: 0 auto;
}


/*text-align*/
.tex_c { text-align: center; }
.tex_r { text-align: right; }
/*FLEX*/

.flex {
	display: flex;
	justify-content: flex-start;
	flex-direction: row;
	flex-wrap:wrap;
}
.flex_bet {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap:wrap;
}
.flex_end {
	display: flex;
	justify-content: flex-end;
	flex-direction: row;
	flex-wrap:wrap;
}

.flex_end_reverse {
	display: flex;
	justify-content: flex-end;
	flex-direction: row-reverse;
	flex-wrap:wrap;
}

.flex_center {
	display: flex;
	justify-content: center;
	flex-direction: row;
	flex-wrap:wrap;
}

/*FLEX高さ合わせない*/
.ai_s {
	align-items: flex-start;
}
/*FLEX縦下に設置*/
.ai_e {
	align-items: flex-end;
}
/*FLEX縦センター*/
.ai_c {
	align-items: center;
}


/*画像トリミング*/
.tri {
	object-fit: cover;
}
/*画像下の空白を埋める*/
.vab{
vertical-align: bottom;
}

/* line-height */
.lh1 {
	line-height: 1em;
} 
.lh {
	line-height: 1.7em;
}

/* margin */
.m8080 {
	margin: 8px 0 8px 0;
}
.mt8 {
	margin-top: 8px;
}
.mt12 {
	margin-top: 12px;
}
.mt32 {
	margin-top: 32px;
}
.mt64 {
	margin-top: 64px;
}
.mt128 {
	margin-top: 128px;
}
.mb0 {
	margin-bottom: 0 !important;
}
.mb32 {
	margin-bottom: 32px;
}
.mb64 {
	margin-bottom: 64px;
}
.mb80 {
	margin-bottom: 80px;
}
.mb128 {
	margin-bottom: 128px !important;
}
.ml16 {
	margin-left: 16px;
	display: inline-block;
}

/* padding */
.pt32 {
	padding-top: 32px;
}
.pt80 {
	padding-top: 80px;
}
.pt128 {
	padding-top: 128px;
}

.pb32 {
	padding-bottom: 32px;
}

/*negative margin*/
.mt-160 {
	margin-top: -60px;
}

/*font*/
.font14{
	font-size: 14px !important;
}
.font16 {
	font-size: 16px !important;
}
.font24 {
	font-size: 24px !important;
}
.font28 {
	font-size: 28px !important;
}

.brother {
	font-family: "brother-1816", sans-serif;
	font-weight: 500;
	font-style: normal;
}