@charset "utf-8";



/* ------------------------------
    contents
------------------------------ */

.fv h2 img{
	width: 100%;
	height: auto;
}

.fv .slider .bx-wrapper{
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    background: transparent;
    margin-bottom: 80px;
}

.fv .slider .bx-wrapper img {
    width: 100%;
    position: relative;
    z-index: 9999;
}

.fv .slider .bx-wrapper .bx-controls-auto, .fv .slider .bx-wrapper .bx-pager {
    position: absolute;
    bottom: -25px;
    width: 100%;
}

.fv .slider .bx-wrapper .bx-pager.bx-default-pager a {
    background: #313131;
    width: 8px;
    height: 8px;
}

.fv .slider .bx-wrapper .bx-pager.bx-default-pager a.active,
.fv .slider .bx-wrapper .bx-pager.bx-default-pager a:focus,
.fv .slider .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #e50024;
}

.fv > div.text{
	position: relative;
	display: table;
	width: 100%;
}
.fv > div.text::before{
	content: '';
	position: absolute;
	left: 50%;
	bottom: 16px;
	width: 1100px;
	height: 1px;
	background: #313131;
	margin-left: -550px;
}
.fv div h3{
	display: table-cell;
	width: 310px;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.3;
	color: #fff;
	background: #e50024;
	padding: 20px 0 33px 30px;
	box-sizing: border-box;
}
.fv div p{
	position: relative;
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 16px 30px;
}
.fv div .btn::before{
	content: '';
	position: absolute;
	right: 0;
	bottom: 16px;
	width: 50%;
	height: 1px;
	background: #313131;
}
.fv div .btn{
	display: table-cell;
	width: 200px;
	text-align: center;
	font-size: 2.0rem;
	font-weight: 500;
	vertical-align: middle;
	padding: 0 0 16px;
}
.fv div .btn a{
	line-height: 1.0;
	background: url(../img/index/icon_arrow.png) right center no-repeat;
	padding: 0 50px 0 0;
}

.pickup{
	padding: 0 0 80px;
    position: relative;
    z-index: 2;
	margin-top: 30px;
}
.pickup h3{
	font-weight: 500;
	text-align: center;
	font-size: 4.0rem;
	margin: 0;
	padding-bottom: 10px;
}
.pickup p{
	font-weight: 500;
	text-align: center;
	font-size: 1.4rem;
	margin: 0 0 20px;
}
.pickup .wrap{
	width: 1100px;
	margin: 20px auto 0;
    position: relative;
    z-index: 2;
}
.red_bg {
    background-color: #e60024;
    width: 310px;
    height: 215px;
    position: absolute;
    top: -80px;
    left: 0;
    z-index: 1;

}
.post{
	float: left;
	width: 252px;
}
.post:nth-child(even){
	margin-top: 25px;
}
.post+.post{
	margin-left: 28px;
}
.post a{
	display: block;
}
.post .inner{
	width: 254px;
	position: relative;
	background: -moz-linear-gradient(top, rgba(125,185,232,0) 0%, rgba(49,49,49,1) 45px);
	background: -webkit-linear-gradient(top, rgba(125,185,232,0) 0%,rgba(49,49,49,1) 45px);
	background: linear-gradient(to bottom, rgba(125,185,232,0) 0%,rgba(49,49,49,1) 45px);
	margin-top: -45px;
	padding: 30px 25px 25px;
	box-sizing: border-box;
}
.post .inner h4{
	color: #fff;
	font-size: 2.0rem;
	line-height: 1.4;
	font-weight: 500;
	margin: 7px 0 10px;
}
.post a {
	position: relative;
}
.post a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255,255,255,.2);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.post a:hover::before {
  -webkit-animation: circle .75s;
  animation: circle .75s;
}
@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}
.post .inner .txt{
	font-size: 1.2rem;
	line-height: 1.8;
	color: #fff;
    text-align: left;
}
.post .inner .new{
	display: inline-block;
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.0;
	background: #e50024;
	text-align: center;
	padding: 3px 7px;
	margin-right: 5px;
}
.post .inner .date{
	display: inline-block;
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.0;
	padding: 3px 0;
}

.topics{
	position: relative;
}
.topics::before{
	content: '';
	position: absolute;
	left: 50%;
	top: 16px;
	width: 1100px;
	height: 1px;
	background: #313131;
	margin-left: -550px;
	z-index: 1;
}
.news{
	position: relative;
	background: #f6f6f6;
	float: left;
	width: 60%;
	box-sizing: border-box;
	padding: 88px 65px 85px 0;
}
.news::before{
	content: '';
	position: absolute;
	left: 0;
	top: 16px;
	width: 100%;
	height: 1px;
	background: #313131;
	z-index: 1;
}
.news .inner{
	width: 610px;
	margin: 0 0 0 auto;
}
.news_title{
    margin: 0 0 30px;
}
.news h3{
    display: inline-block;
    vertical-align: middle;
	font-size: 3.2rem;
	font-weight: 500;
}
.news p{
    display: inline-block;
    vertical-align: middle;
	font-size: 1.4rem;
	font-weight: 500;
    margin-left: 25px;
}
.news .data p{
	display: inline-block;
	font-size: 1.2rem;
}
.news .data .date{
	color: #8b8b8b;
}
.news .data .model{
	font-weight: 500;
	color: #e50024;
	margin-left: 8px;
}
.news p+.data{
	margin-top: 20px;
}
.news .btn{
	position: absolute;
	bottom: -25px;
	right: 0;
	width: 160px;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 500;
}
.news .btn a{
	display: block;
	color: #fff;
	line-height: 1.0;
	background: #e50024;
	border: 1px solid #e50024;
	padding: 19px 0;
}
.news .btn a:hover{
	text-decoration: none;
	background: #fff;
	color: #e50024;
}
.sns_wrap{
	float: right;
	width: 40%;
	padding: 80px 0 0 80px;
	box-sizing: border-box;
}
.sns_wrap div{
	width: 340px;
	margin: 0 auto 0 0;
}
.sns_wrap div .ttl{
	font-weight: 500;
	font-size: 2.0rem;
	line-height: 1.0;
	padding: 0 0 0 28px;
}
.sns_wrap div .ttl span{
	display: block;
	font-weight: normal;
	font-size: 1.2rem;
	color: #8b8b8b;
	margin: 5px 0 0 0;
}
.sns_wrap div .ttl.tw{
	background:url(../img/index/icon_tw.png) 0 0 no-repeat;
	background-size: 20px auto;
	margin: 0 0 10px;
}
.sns_wrap div .ttl.fb{
	background:url(../img/index/icon_fb.png) 0 0 no-repeat;
	background-size: 20px auto;
	margin: 25px 0 0 0;
}

.feature{
	position: relative;
	margin: 80px 0 0 0;
}
.feature::before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 400px;
	background: #313131;
}
.feature .wrap{
	position: relative;
	width: 1100px;
	margin: 0 auto;
	padding: 80px 0 0 ;
}
.feature .wrap::before{
	content: '';
	position: absolute;
	top: 0;
	left: 100px;
	width: calc(100% - 100px);
	height: 400px;
	background: #313131;
}
.feature .wrap .game_sp{
	display: none;
}
.feature .wrap>.game_pc{
	float: left;
	position: relative;
}
.feature .wrap>.game_pc .fr{
	float: right;
}
.feature .wrap>.game_pc .fl{
	float: left;
}
.feature .wrap>.game_pc .ml30{
	margin-left: 30px;
}
.feature .wrap>.game_pc .mt25{
	margin-top: 25px;
}
/*.feature .wrap>.game_pc img {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
	-webkit-filter: blur(0);
  filter: blur(0);
}
.feature .wrap>.game_pc img:hover {
	-webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}*/

.game01,
.game02,
.game03 {
	position: relative;
}
.game01 {
	display: inline-block;
	width: 360px;
	height: 360px;
}

.feature .wrap>.game_pc .game01 a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255,255,255,.2);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.feature .wrap>.game_pc .game01 a:hover::before {
  -webkit-animation: circle2 .75s;
  animation: circle2 .75s;
}

@-webkit-keyframes circle2 {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 360px;
    height: 360px;
    opacity: 0;
  }
}
@keyframes circle2 {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 360px;
    height: 360px;
    opacity: 0;
  }
}

.game02 {
	display: inline-block;
	width: 168px;
	height: 168px;
}
.game02:last-child {
	float: right;
}

.feature .wrap>.game_pc .game02 a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255,255,255,.2);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.feature .wrap>.game_pc .game02 a:hover::before {
  -webkit-animation: circle3 .75s;
  animation: circle3 .75s;
}

@-webkit-keyframes circle3 {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 168px;
    height: 168px;
    opacity: 0;
  }
}
@keyframes circle3 {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 168px;
    height: 168px;
    opacity: 0;
  }
}


.game03 {
	display: inline-block;
	width: 368px;
	height: 168px;
}

.feature .wrap>.game_pc .game03 a::before {
  position: absolute;
  top: 65%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255,255,255,.2);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.feature .wrap>.game_pc .game03 a:hover::before {
  -webkit-animation: circle4 .75s;
  animation: circle4 .75s;
}

@-webkit-keyframes circle4 {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 368px;
    height: 168px;
    opacity: 0;
  }
}
@keyframes circle4 {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 368px;
    height: 168px;
    opacity: 0;
  }
}

.feature .inner{
	float: right;
	position: relative;
	width: 275px;
}
.feature h3{;
	font-size: 3.2rem;
	color: #fff;
	font-weight: 500;
	line-height: 1.3;
	margin: 0 0 10px;
}
.feature p {
	font-size: 1.4rem;
	color: #fff;
	font-weight: 500;
	line-height: 1.3;
	margin: 0 0 30px;
}
.feature h3 a{
	display: block;
	color: #fff;
	line-height: 1.0;
	background: #e50024;
	border: 1px solid #e50024;
	padding: 19px 0;
}
.feature .btn{
	width: 160px;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 500;
	margin-top:30px;
}
.feature .btn a{
	display: block;
	color: #fff;
	line-height: 1.0;
	background: #e50024;
	border: 1px solid #e50024;
	padding: 19px 0;

}
.feature .btn a:hover{
	text-decoration: none;
	background: #fff;
	color: #e50024;
}

@media screen and (max-width : 768px){


	.fv{
		padding: 50px 0 0 0;
	}

	.fv .slider .bx-wrapper {
	    padding: 0;
	    margin-bottom: 18px;
	}
	.fv .slider .bx-wrapper .bx-pager.bx-default-pager a {
	    width: 10px;
	    height: 10px;
	}
	.fv .slider .bx-viewport {
	    min-height: 240px;
	}

	.fv > div.text{
		display: block;
		padding: 10% 0 0 0;
	}
	.fv div h3{
		display: block;
		width: auto;
		font-size: 1.8rem;
		margin: 0 5% 0 0;
		padding: 4.7% 0 6.25% 4.7%;
	}
	.fv div p{
		display: block;
		padding: 6.25% 4.7%;
	}
	.fv div .btn{
		display: block;
		width: auto;
		text-align: center;
		font-size: 1.6rem;
		padding: 0 0 6.25%;
	}
	.fv div .btn a{
		background-size: auto 100%;
		padding: 0 20% 0 0;
	}
	.fv div .btn::before{
		content: none;
	}
	.fv > div.text::before{
		left: auto;
		right: 0;
		bottom: 0;
		width: 95%;
		margin-left: 0;
	}
	.pickup h3{
		font-size: 2.4rem;
		margin: 0 0 6.25%;
		padding: 0;
	}
	.pickup{
		padding: 11% 0;
		margin: 0;
	}
	.pickup .wrap {
		margin: 0 auto;
	}
    .red_bg {
        display: none;
    }
	.post{
		float: none;
		margin: 0;
	}
	.post .inner{
		width: auto;
	}
	.post .inner h4{
		font-size: 1.6rem;
		margin: 8px 0 4px;
	}
	.post .inner .txt{
		font-size: 1.1rem;
	}
	.post .inner .date,
	.post .inner .new{
		font-size: 1.0rem;
	}
	.post .inner .new{
		padding: 3px 7px 2px;
	}
	.post+.post{
		margin: 0;
	}
	.bx-wrapper{
		border: 0;
		box-shadow: none;
		margin: 0;
		padding: 0 10%;
	}
	.bx-wrapper .bx-prev{
		left: 0;
		background: url(../img/index/prev.png) center center no-repeat;
		background-size: 100% auto;
	}
	.bx-wrapper .bx-next{
		right: 0;
		background: url(../img/index/next.png) center center no-repeat;
		background-size: 100% auto;
	}
	.bx-wrapper .bx-next:focus, .bx-wrapper .bx-next:hover {
    background-position: 0px 0;
}
	.news{
		position: relative;
		float: none;
		width: auto;
		padding: 11% 4.7% calc(7.8% + 24px) 4.7%;
	}
	.news::before{
		content: '';
		position: absolute;
		top: 2.6%;
		left: 0;
		width: 95%;
		height: 1px;
		background: #333;
	}
	.news .btn{
		right: 4.7%;
	}
	.news .inner{
		width: auto;
	}
	.news h3{
		display: block;
		text-align: center;
		font-size: 3.2rem;
		font-weight: 500;
	}
	.news .news_title p {
		text-align: center;
	}

	.news p{
		display: block;
		/*text-align: center;*/
		font-size: 1.4rem;
		font-weight: 500;
	    /*margin-left: 25px;*/
		margin-left: 0;
	}
	.news p+.data{
		margin-top: 7%;
	}
	.topics::before{
		content: none;
	}
	.sns_wrap{
		float: none;
		width: auto;
		padding: calc(9.4% + 24px) 4.7% 0;
	}
	.sns_wrap div{
		width: auto;
	}
	.news h3{
		font-size: 2.4rem;
		text-align: center;
		margin: 0 0 3.5%;
	}
	.feature{
		margin: 12.5% 0 0 0;
	}
	.feature h3{
		font-size: 2.4rem;
		text-align: center;
		margin: 0 0 6.25%;
	}
	.feature p{
		text-align: center;
	}
	.feature .wrap{
		width: auto;
		background: #313131;
		padding: 11% 4.7% 12.5%;
	}
	.feature .wrap::before{
		content: none;
	}
	.feature .wrap .game_pc{
		display: none;
	}
	.feature .wrap .game_sp{
		display: block;
	}
	.feature .wrap .game_sp .fl{
		float: left;
	}
	.feature .wrap .game_sp .fr{
		float: right;
	}
	.feature .wrap .game_sp .half{
		width: 48%;
	}
	.feature .wrap .game_sp .mt05{
		margin-top: 5%;
	}
	.feature .inner{
		float: none;
		width: auto;
	}
	.feature .btn{
		margin: 10% auto 0;
	}
	.fb_iframe_widget,
	.fb_iframe_widget span,
	.fb_iframe_widget iframe[style]{
		width: 100% !important;
	}
	.sns_wrap div .ttl{
		font-size: 1.6rem;
	}
	.sns_wrap div .ttl.fb{
		padding-top: 3px;
	}

}
@media screen and (max-width : 320px){
	.fv .slider .bx-viewport {
	    min-height: 200px;
	}
}