@charset "utf-8";

/*
*	TOPページ用css
*	
*/



/* 各ページ共通 ==========================================================*/
/*
#header{
	background-color: rgba(255,255,255,0.4);
}


#header	li a{
	color:#707070;
}

#header	li a:hover{
	color:#0098d9;
}
*/
/*============================================================================*/



/*__メンテ告知___________*/
.maintenance_box{
	text-align:center;
	padding:1.4rem;
	background:#efefef;
	width:70%;
	margin:0 auto;
	/*border:1px solid #efefef;*/
}
/*_______________________*/



/* TOPページ =================================================================*/

html
,body{
	height:100%;
}


/*__TOP100%イメージ部分__________________*/

.top_main_back{
	width: 100vw;
	height: 100vh;
	min-height: 100vh;
	background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-position: center center;
	background-image: url('./img/top_bg_pc.jpg');
	background-repeat: no-repeat;
	position: relative;
	background-attachment: fixed;
	opacity: 0;
	background-position: 0px 0px;
}


.top_main_back{
	animation: fall_in 3s ease-out forwards;
}


.top_main_back:before {
	/*background: linear-gradient(to top, rgba(0,0,0,0.4) , rgba(0,0,0,1) );*/
	background: -moz-radial-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
	background: -webkit-radial-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
	background: radial-gradient(rgba(0,0,0,0) , rgba(0,0,0,1)  );
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

@keyframes fall_in{
  100% {
	opacity: 1;
  }
}



.top_main_back--inner {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    text-align: center;
}

.ghost_btn{
	margin-top:3rem;
	display:none;
}

.ghost_btn a{
	display:block;
	padding:1rem 2rem;
	font-family: 'Roboto', sans-serif;
	/*font-family:'Quicksand';*/
	text-align:center;
	font-weight: 700;
	font-size:1.6rem;
	letter-spacing: 0.4rem;
	color:#fff;
}

.ghost_btn a:hover{
	background:rgba(255,255,255,0.5);
	border:2px solid rgba(255,255,255,0);
	color:#555555;
}

.ghost_btn_dg{
	margin-top:1rem;
}

.ghost_btn_dg a{
	display:block;
	padding:1rem 2rem;
	font-family: 'Roboto', sans-serif;
	text-align:center;
	font-weight: 500;
	font-size:4rem;
	letter-spacing: 0.75rem;
	color:#fff;
}

.ghost_btn_dg a:hover{
	background:rgba(255,255,255,0.5);
	color:#555555;
}


.under_arrow{
	position:absolute;
	bottom:5%;
	left:50%;
	margin-left:-15px;
}

.under_arrow:after{
	display: block;
	width: 3rem;
	height:3rem; 
	border-top: 5px solid #fff;
	border-right: 5px solid #fff;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);
	content: "";
	opacity:0.9;
}



/*__ボックス__________________*/
.top_box{
	margin-bottom:7rem;
}

.top_box_title{
	float:left;
	margin-bottom:1rem;

	/*2019/04/18*/
	border-bottom:solid 3px black;
}

.top_box_title p{
	margin-left:3rem;
	color:black;
}

.top_box_inner{
	margin-top:1rem;
}

.top_box_2{
	width:48%;
	float:left;
	margin-right:4%;
}



/*__もっと見るボタン__________________*/
.moreread_pconly{
	float:right;
	width:25%;
}

.moreread a
,.moreread_pconly a
,.moreread_mobileonly a{
	display:block;
	color:#9c9c9c;
	padding:3% 5%;
	text-align:center;
	border:1px solid #e0e0e0;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	margin-top:2%;
}

.moreread a:hover
,.moreread_pconly a:hover
,.moreread_mobileonly a:hover{
	color:#fff;
	background:#ccc;
	border:1px solid #ccc;
	/*
	color: #0098d9;
	border:1px solid #0098d9;
	*/
}

.moreread_mobileonly{
	display:none;
}


/*__特集_________________*/
/*横に3つ並びのボックス*/
.liquid-col{
	width:32.5%;
	float: left;
	margin-right:1.25%;
	margin-bottom:1.25%;
}

.liquid-col:nth-of-type(3n){
	margin-right:0;
}

.liquid-col:nth-of-type(3n+1){
	clear:both;
}

.liquid-col img{
	width:100%;
}

.liquid-col p{
	color:#888;
	font-size:1.3rem;
}

/*
.liquid-col p:before{
	content: "\f105";
	font-family: FontAwesome;
	margin-left: 0.4rem;
	font-size: 1.6rem;
}
*/

.liquid-col:hover p{
	text-decoration:underline;
}


/*__新製品_________________*/
.newproducts{
	/*float:left;*/
	/*text-align:center;*/
}


/*
.wrap_slide{
	padding-bottom:2rem;
}
*/

.slick-slide img {
	display:inline;
}

.slick-slider{
	margin-bottom:0!important;
}

.new_pro_box{
	padding:2rem;
	text-align: center;
	position:relative;
	min-height: 260px;
	/*width:20%;*/
}

.new_pro_box:hover{
	/*background:#efefef;*/
}

.new_pro_box a:hover img{
	animation: img_zoom 1s ease-out forwards;
}

.new_pro_box:hover h3{
	color:#555;
}

.new_pro_box h3{
	font-size: 1.3rem;
	line-height: 1.7rem;
	padding-top:1rem;
	padding-bottom:0;
	/*padding-bottom:0.4rem;*/
}

.new_pro_box p{
	font-size:1.1rem;
	color: #888;
	line-height:1.3rem;
}

.new_pro_box p span:nth-child(n+2):before{
	content: "/";
}



/*__注意喚起_________________*/
/*
.notice_box dd:first-of-type a
,.notice_box dt:first-of-type
,.notice_box dd:nth-of-type(2) a
,.notice_box dt:nth-of-type(2){
	color:#BB0000;
}
*/


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

/* ニュースティッカー */

/*アニメーション設定。右から左に流す、を繰り返す*/
@keyframes ticker {
  0% {
    transform: translate(0, 0);
    visibility: visible;
  }
  100% {
    transform: translate(-100%, 0);
  }
}

.ticker_frame {
	position: fixed;
	bottom: 0;
	width: 100%;
	overflow: hidden;
	height: 2rem;
	background-color: rgba(0, 0, 0, 0.6);
	padding-left: 70%; /*右端からなら100%*/
	box-sizing: content-box;
}

.ticker_frame .ticker_box {
	display: inline-block;
	height: 2rem;
	line-height: 2rem;
	white-space: nowrap;
	padding-right: 100%;
	box-sizing: content-box;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-name: ticker;
	animation-duration: 30s;
}

/* 個別メッセージ */
.ticker_frame .ticker_text {
	display: inline-block;
	padding: 0 2rem;
	font-size: 1rem;
	color: white;

}

.ticker_frame .ticker_text a{
	color: white;
}

/* マウスホバーで一時停止*/
.ticker_frame:hover .ticker_box{ 
	animation-play-state: paused;
}
