@charset "utf-8";

/**
 *
 *  トップページ
 *
 */

/*--------------------------------------------------------------------------
   overwrite  - 共通CSSの上書き -
---------------------------------------------------------------------------*/

#Header{
	position:absolute;
	top: 911px;
}
#Header.follow{
	position:fixed;
	top:0;
}
#Main{
	background: #eaf1f7;
}
.tbl-conf01 > dd{
	padding: 20px 25px 16px;
}


/*--------------------------------------------------------------------------
   MV
---------------------------------------------------------------------------*/

#Mv{
	overflow: hidden;
	height: 910px;
	border-bottom: 1px solid #cfcfcf;
	background: url(../images/bg_mv.jpg) no-repeat 50% 0;
}
#Mv .mv-inner{
	width: 810px;
	margin: 0 auto;
	padding-top: 66px;
	text-align: right;
}
#Mv .txt{
	text-align: center;
}
#Mv .txt{
	padding-top: 324px;
}
.list-line li{
	position:relative;
	float:left;
	width:220px;
	margin: 0 0 61px 20px;
}
.list-line li:first-child{
	margin-left: 0;
}
.list-line li a{
	display: block;
	color: #2e2f48;
	font-size: 93%;
}
.list-line li .img{
	-webkit-transition: all .2s cubic-bezier(0.215, 0.61, 0.355, 1);
					transition: all .2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.list-line li a:hover .img{
	opacity: .8;
	filter: alpha(opacity=80);
}
.list-line .txt{
	height: 42px;
	margin-top: 18px;
}
#Faq .item-btn,
#Column .item-btn{
	position: absolute;
	right: 0;
	top: 55px;
}


/*--------------------------------------------------------------------------
   EVENT
---------------------------------------------------------------------------*/
#Ivent{
	overflow: hidden;
	background: #f8f8f8;
}
#Ivent .sec-ttl{
	text-align: center;
}
#Ivent .btn-show{
	width: 338px;
	margin: 0 auto 60px;
}

/* スライダー
-----------------------------------------------------------------*/
#slideWrap{
	position:relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto 44px;
}
#slideWrap .slide{
	overflow: hidden;
	position:relative;
	width: 100%;
	height: 320px;
	margin: 0 auto;
}
#slideWrap .slide .inner{
	position: absolute;
	top: 0;
	left: 0;
	width: 99999px;
}
#slideWrap .item{
	position:relative;
	float: left;
	width: 300px;
	height: 300px;
	margin: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#slideWrap .item a{
	display: block;
	width: 300px;
	height: 300px;
}
#slideWrap .item a:before{
	position: absolute;
	bottom: -5px;
	right: -5px;
	width: 300px;
	height: 300px;
	content: '';
	background: #d8d8d8;
	-webkit-transition: all .2s cubic-bezier(0.215, 0.61, 0.355, 1);
					transition: all .2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/* カテゴリー別カラー */
#slideWrap .item.pets a:hover:before{
	background: #fc5064;
}
#slideWrap .item.talk a:hover:before{
	background: #f7a130;
}
#slideWrap .item.sports a:hover:before{
	background: #4594e3;
}
#slideWrap .item.mic a:hover:before{
	background: #c371d2;
}
#slideWrap .item.photo a:hover:before{
	background: #375ca8;
}
#slideWrap .item.food a:hover:before{
	background: #e95d5d;
}
#slideWrap .item.music a:hover:before{
	background: #24adc9;
}
#slideWrap .item.outdoor a:hover:before{
	background: #48bc5d;
}
#slideWrap .item.surf a:hover:before{
	background: #28d2d0;
}
#slideWrap .item.kids a:hover:before{
	background: #ecc304;
}
#slideWrap .item.beginner a:hover:before{
	background: #8bcc25;
}
#slideWrap .item.caravan a:hover:before{
	background: #6265d2;
}

/* inbox */
#slideWrap .inbox{
	position: absolute;
	width: 300px;
	height: 300px;
	background: #fff;
	-webkit-transition: all .2s cubic-bezier(0.215, 0.61, 0.355, 1);
					transition: all .2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#slideWrap a:hover .inbox{
	margin: -5px 0 0 -5px;
}
#slideWrap .inbox .ttl{
	width: 270px;
	height: 24px;
	margin: 25px 15px 0 15px;
	font-size: 108%;
	font-weight: normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#slideWrap .inbox .day{
	margin: 0;
	margin: 5px 0 0 15px;
	color: #d9d9d9;
}
#slideWrap .inbox .c-type01{
	color: #1b1b68;
}
#slideWrap .inbox .c-type02{
	color: #00b0ec;
}
#slideWrap .inbox .c-type03{
	color: #f63d8b;
}

/* アイコン */
#slideWrap .item .icon{
	margin: -100px 0 0 15px;
}
/* カテゴリー別ボーダー */
#slideWrap .item.pets .img{
	border-bottom: 3px solid #fc5064;
}
#slideWrap .item.talk .img{
	border-bottom: 3px solid #f7a130;
}
#slideWrap .item.sports .img{
	border-bottom: 3px solid #4594e3;
}
#slideWrap .item.mic .img{
	border-bottom: 3px solid #c371d2;
}
#slideWrap .item.photo .img{
	border-bottom: 3px solid #375ca8;
}
#slideWrap .item.food .img{
	border-bottom: 3px solid #e95d5d;
}
#slideWrap .item.music .img{
	border-bottom: 3px solid #24adc9;
}
#slideWrap .item.outdoor .img{
	border-bottom: 3px solid #48bc5d;
}
#slideWrap .item.surf .img{
	border-bottom: 3px solid #28d2d0;
}
#slideWrap .item.kids .img{
	border-bottom: 3px solid #ecc304;
}
#slideWrap .item.beginner .img{
	border-bottom: 3px solid #8bcc25;
}
#slideWrap .item.caravan .img{
	border-bottom: 3px solid #6265d2;
}

/* 送りボタン */
.shiftBtn{
	position: relative;
	top: -320px;
	z-index: 500;
	width: 100%;
	max-width: 1090px;
	margin: 0 auto;
}
.shiftBtn .btn{
	position: absolute;
	top: 115px;
	cursor: pointer;
	z-index: 5;
}
.shiftBtn .prev{
	left: 17px;
}
.shiftBtn .next{
	right: 17px;
}
.layer{
	position: absolute;
	top: 0;
	background: #f1f8f9;
	opacity: 0.5;
}



/*--------------------------------------------------------------------------
   LINEUP
---------------------------------------------------------------------------*/

#carLineup{
	overflow: hidden;
	background: url(../images/bg_carlineup.jpg) no-repeat 50% 0 #2c3377;
	text-align: center;
}
#carLineup .col-wrap{
	width: 652px;
	margin: 0 auto;
}
#carLineup .col{
	float: left;
	width: 262px;
	margin: 0 32px 76px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


/*--------------------------------------------------------------------------
   Q＆A
---------------------------------------------------------------------------*/

#Faq{
	overflow: hidden;
	background: #eaf1f7;
}
#Faq .q-list{
	overflow: hidden;
	margin: 0 -33px 60px 0;
  padding-top: 1px;
}
#Faq .q-list li{
	float: left;
	width: 454px;
	margin: -1px 32px 0 0;
	border: 1px solid #dde0ec;
	border-width: 1px 0 1px 0;
}
#Faq .q-list li a{
	display: block;
	color: #2e2f48;
}
#Faq .q-list li span{
	display: inline-block;
	width: 406px;
	height: 23px;
	padding: 20px 0 11px 45px;
	background: url(../images/ico_question.png) no-repeat 0 15px;
	text-decoration: underline;
}
#Faq .q-list li span:hover{
	text-decoration:none;
}
#Faq .item-btn{
	position: absolute;
	right: 0;
	top: 55px;
}


/*--------------------------------------------------------------------------
   COLUMN
---------------------------------------------------------------------------*/

#Column{
	background: #f8fcfe;
}


/*--------------------------------------------------------------------------
   CM
---------------------------------------------------------------------------*/

#Cm{
	padding: 55px 0 63px 0;
	background: #fff;
}
#Cm .video-ttl{
	background: #303072;
	font-size: 86%;
	color: #fff;
	line-height: 32px;
}
#Cm .col-l{
	float: left;
	width: 290px;
	padding-left: 8px;
	font-size: 93%;
}
#Cm .col-r{
	float: right;
	width: 610px;
	margin-right: -9px;
}
#Cm .col-l .txt{
	margin: 25px 17px 55px 0;
}
#Cm .col-l .item-bnr{
	margin-bottom: 21px;
}
#Cm .col-r .cm-box{
	height: 346px;
	box-shadow: 0 0 40px rgba(13, 4, 8, .1);
}