@charset "UTF-8";
/*------------------------------

  Top Css

------------------------------*/
/*--- slider ---*/
.main-slider img{
	width: 100%;
}
.slick-track{
	position: relative;
}
.slide-dots{
	position: absolute;
	bottom: 40px;
    left: 0;
    right: 0;
}
.slide-dots li{
	display: inline-block;
}
.slide-dots li button {
    text-indent: -9999px;
    display: block;
    border: solid 2px #bfbfbf;
	background-color: #000;
	border-radius: 50%;
	margin: 0 5px;
	width: 12px;
	height: 12px;
	padding: 0;
}
.slide-dots li.slick-active button{
	background-color: #bfbfbf;
	border: solid 2px #bfbfbf;
}

section{
	padding-bottom: 60px;
}

h2{
    font-size: 22px;font-weight: 600;
    letter-spacing: .03em;
}
h2 span{
    display: block;
    line-height: 1;
}



a.more-btn{
	border: solid 1px #dcdcdc;
    padding: 10px 60px;
    border-radius: 30px;
	display: inline-block;
}
a.more-btn:hover{
	background-color: #fdc230;
	color: #fff;
}

/*==== tablet タブレット用css ===*/
@media screen and (max-width: 1024px){
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){

}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
	h2{
        font-size: 18px;
    }
	section {
		padding-bottom: 40px;
	}
	.slide-dots{
		bottom: 10px;
	}
}

/*Top INFORMATION*/
#topix{
	background-color: #fdc230;
    padding: 20px 0;
	text-align: left;
}
#topix .wrap-common{
	position: relative;
}
#topix .flex{
	align-items: center;
}
#topix .ttl{
	font-size: 18px;font-weight: 600;
	letter-spacing: .07em;
    color: #bf9328;
	width: 20%;
}
#topix .slide-picker{
	width: 75%;
}
.slide-picker .item{
	position: relative;
	overflow: hidden;
}
.slide-picker .item:after{
	content: "";
	width: 120px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: -moz-linear-gradient(left,  rgba(253,194,48,0) 0%, rgba(253,194,48,0.04) 1%, rgba(253,194,48,1) 25%, rgba(253,194,48,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(253,194,48,0) 0%,rgba(253,194,48,0.04) 1%,rgba(253,194,48,1) 25%,rgba(253,194,48,1) 100%);
	background: linear-gradient(to right,  rgba(253,194,48,0) 0%,rgba(253,194,48,0.04) 1%,rgba(253,194,48,1) 25%,rgba(253,194,48,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fdc230', endColorstr='#fdc230',GradientType=1 );
}
.slide-picker .item .flex{
	flex-wrap: nowrap;
}
.slide-picker .item a{font-weight: 600;
}
.slide-picker .item time{
	padding-right: 10px;
    width: 15%;
}
.slide-picker .item .tag{
	width: 15%;
    font-size: 12px;
    border: solid 1px;
    padding: 2px 15px;
    text-align: center;
}
.slide-picker .item .txt{
	width: 70%;
	padding-left: 10px;
	white-space: nowrap;
	text-decoration: underline;
}

.slide-picker .slick-arrow{
	width: 45px;
	height: 45px;
	margin: auto;
	padding: 12px;
	background: #FDC231;
	text-align: center;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	cursor: pointer;
}
.slide-picker .slick-arrow.slick-prev{
	right: 45px;
}
.slide-picker .slick-arrow.slick-next{
	right: 0;
}

#topix .btn{
	width: 5%;
	text-align: center;
}
#topix .btn a{
	display: inline-block;
}

/*==== tablet タブレット用css ===*/
@media screen and (max-width: 1024px){
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
	.slide-picker .item{
		padding-left: 20px;
	}
	.slide-picker .item .flex {
		flex-wrap: wrap;
	}
	.slide-picker .item time,
	.slide-picker .item .tag{
		width: auto;
	}
	.slide-picker .item .txt {
		width: 100%;
		margin-top: 5px;
		padding-left: 0;
	}
	.slide-picker .slick-arrow{
		height: 54px;
		padding: 18px 12px;
	}
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
	#topix {
		padding: 10px 0 25px;
	}
	#topix .ttl {
		font-size: 16px;
		width: 100%;
		text-align: center;
	}
	#topix .slide-picker {
		width: 100%;
		margin: 10px 0 20px;
	}
	.slide-picker .item {
		padding: 0 40px;
	}
	
	.slide-picker .item:after {
		width: 50px;
	}
	.slide-picker .slick-arrow {
		height: 64px;
		padding: 23px 12px;
	}
	.slide-picker .slick-arrow.slick-prev{
		right: auto;
		left: -5%;
	}
	.slide-picker .slick-arrow.slick-next{
		right: -5%;
	}
	
	#topix .btn {
    	width: 100%;
	}
}


/*Top 製品情報*/
#product{
	padding-top: 60px;
}
#product h2{
	font-size: 42px;
    font-weight: normal;
	margin-bottom: 40px;
}
#product h2 span{
	font-size: 18px;
}
#product .nav-btn{
	margin-right: -20px;
    align-items: flex-end;
	margin-bottom: 60px;
}
#product .nav-btn .item{
	width: 16.6666%;
	padding-right: 20px;
}
#product .nav-btn .item .flex{
	flex-direction: column;
}
#product .nav-btn .item .flex .img{
	padding: 0 20px;
	transition: all 300ms 0s ease;
}
#product .nav-btn .item:hover .img{
	opacity: 0.6;
}
#product .nav-btn .item .flex p.type{font-weight: 600;
	padding-top: 20px
}

/*==== tablet タブレット用css ===*/
@media screen and (max-width: 1024px){
	#product .nav-btn .item .flex p.type {
    	font-size: 14px;
	}
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
	#product h2 {
    	font-size: 32px;
	}
	#product .nav-btn {
		margin-bottom: 0px;
	}
	#product .nav-btn .item {
		width: 33.3333%;
		margin-bottom: 40px;
	}
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
	#product {
		padding-top: 40px;
	}
	#product .nav-btn .item {
    	width: 50%;
	}
}


/*Top コンテンツnavi*/
#navi{
	padding-top: 40px;
	background-color: #f2f2f2;
}
#navi .nav-btn{
	margin-right: -20px;
}
#navi .nav-btn .item{
	width: 50%;
	padding-right: 20px;
	text-align: left;
	margin-bottom: 50px;
}
#navi .nav-btn .item .flex p{
	font-size: 14px;font-weight: 600;
    color: #a5a5a5;
	transition: all 300ms 0s ease;
}
#navi .nav-btn .item .flex .img{
	margin-bottom: 10px;
	transition: all 300ms 0s ease;
	width: 100%;
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
	position: relative;
}
#navi .nav-btn .item .flex .ttl{
	font-size: 24px;
	font-weight: normal;
	color: #000;
    letter-spacing: 4px;
    margin-bottom: 10px;
	transition: all 300ms 0s ease;
}
#navi .nav-btn .item:hover .ttl{
	font-weight: 600;
}

#navi .nav-btn .item:hover .img{
	box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .5);
}
#navi .nav-btn .item.divi-3{
	width: 33.3333%;
}
#navi .nav-btn .item.divi-3 .flex{
	width: 100%;
}
#navi .nav-btn .item .img-box{
	width: 100%;
	background-color: #fff;
    padding: 30px;
    text-align: center;
	display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
	margin-bottom: 10px;
    position: relative;
}
#navi .nav-btn .item.divi-3 .img-box{
	height: 180px;
}
#navi .nav-btn .item .icon:before{
	content: "";
	background-image: url(../img/top/top_nav-DL-over.png);
	background-repeat: no-repeat;
	position: absolute;
    width: 29px;
    height: 56px;
    top: 30px;
    left: 0;
    right: 0;
    margin: auto;
	opacity: 0;
}
#navi .nav-btn .item .icon.faq:before{
	background-image: url(../img/top/top_nav-faq-over.png);
	width: 34px;
	height: 50px;
}
#navi .nav-btn .item .icon.movie:before{
	background-image: url(../img/top/top_nav-movie-over.png);
	width: 56px;
	height: 55px;
}
#navi .nav-btn .item a:hover .icon img{
	visibility: hidden;
}
#navi .nav-btn .item:hover .icon:before{
	opacity: 1;
}
#navi .nav-btn .item .img-box .ttl{
	font-size: 20px;
    letter-spacing: 2px;
    padding-top: 20px;
	margin-bottom: 0;
}

/*==== tablet タブレット用css ===*/
@media screen and (max-width: 1024px){
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
	#navi .nav-btn .item {
		margin-bottom: 30px;
	}
	#navi .nav-btn .item .img-box {
		padding: 20px;
	}
	#navi .nav-btn .item.divi-3 .img-box {
		height: 130px;
		padding: 25px;
	}
	#navi .nav-btn .item .img-box img{
		height: 40px;
	}
	#navi .nav-btn .item .icon:before{
		display: none;
	}
	#navi .nav-btn .item .img-box .ttl {
    	font-size: 14px;
	}
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
	#navi .nav-btn .item, #navi .nav-btn .item.divi-3{
    	width: 100%;
	}
}



/*Top info*/
#info{
	padding-top: 60px;
}
#info .ttl{
	width: 25%;
	align-self: center;
}
#info .ttl h2{
	font-size: 20px;
	margin-bottom: 20px;
}
#info .news-list{
	width: 75%;
	padding-left: 30px;
}
/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
	#info {
		padding-top: 40px;
	}
	#info .ttl {
    	width: 100%;
		margin-bottom: 20px;
	}
	#info .news-list {
		width: 100%;
		padding-left: 0;
	}
	#info .btn{
		margin: 20px auto 0;
	}
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
	
}
