@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
html {
}

.fl {
	float: left;
}

.flimg img {
	float: left;
}
.fldiv {
	width: 960px;
}
.fldiv div {
	float: left;
}
.rblock {
	position: relative;
}
.ablock {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.rblock img, .ablock img {
	display: block;
}
.pblock img {
    display: block;
	width: 100%;
}
.tx {
	width: 100%;
	position: absolute;
}
li {
	list-style: none;
}
img {
	border: 0;
	vertical-align: top;
	width:100%;
}
a {
	color: #0099FF;
	outline: 0;
}
a:focus {
	outline: 0;
}

html {
	width: 100%;
	background: #f2f2f2;
	/* overflow-y: scroll; */
}
body {
	width: 100%;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
	background-color: #000;
}
.wrapper {
	width: 100%;
}
.pc {
	display: block !important;
}
.sp {
	display: none !important;
}
.contents {
	position: relative;
	width: 960px;
	margin: 0 auto;
}


/* common */
#dlcbg {
	position: relative;
	width: 1920px;
	left: 50%;
	margin-left: -960px;
	background: #000 url(../images/dlc/bg_01.jpg) center top no-repeat;
	background-size: auto;
}

#dlc{
	position:relative;
	padding:3.64% 0 6.77%;
}
h1{
	width:187.5%;
	margin-bottom:3.75%;
	margin-left:-43.75%;
	position: relative;
}
.dlc01 h2{
	width:96.875%;
	margin-bottom:2.1875%;
	margin-left:1.35%;
	position: relative;
}
p{
	position: relative;
}
.dlc01 p.dlcimg1{
	width:71.77%;
	margin:0 auto 0.93%;
}
.dlc01 h3{
	width:61.66%;
	margin-bottom:1.77%;
	margin-left:18.64%;
	position: relative;
}
.dlc01 ul.dlcimg{
	width:71.77%;
	margin:0 auto;
	position: relative;
	-webkit-display:flex;
	display:flex;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}
.dlc01 ul.dlcimg li{
	width:49.2%;
	margin-bottom:1.45%;
	position: relative;
}
p.noticetxt{
	width:71.77%;
	margin:0 auto 2.81%;
	color:#FFF;
	font-size:10px;
	line-height:1;
}
.dlc01 ul.dlcbtn{
	width:72.708%;
	margin:0 auto;
	position: relative;
	-webkit-display:flex;
	display:flex;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}
.dlc01 ul.dlcbtn li{
	width:49.71%;
	margin-bottom:0.28%;
	position: relative;
}
.dlc01 ul.dlcbtn li a:hover {
	opacity: 0.7;
}
a.btn1{
	width:46.68%;
	position:absolute;
	top:54.16%;
	left:2.59%;
}
a.btn2{
	width:46.68%;
	position:absolute;
	top:54.16%;
	left:50.72%;
}
.notice-area {
	margin:5% auto;
	padding:3%;
	width:65.66%;
	border:solid 1px #FFF;
}
.notice-area p {
	font-size:14px;
	line-height:1.5;
	color:#FFF;
	margin-bottom:1.5em;
}
.notice-area p:nth-of-type(1) {
	text-align:center;
	font-weight:bold;
}



@media screen and (max-width:960px) {
	#bgl { display: none; }
	#bgr { display: none; }
}
@media screen and (max-width:767px) {
    /* common */
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
    #wrapper {
    }
    .contents {
        width: 100%;
    }
    #dlcbg {
        position: relative;
        width: 100%;
		left: auto;
		margin-left: 0;
		background-size: 187.5% auto;
    }
	.dlc01 p.dlcimg1{
		width:90%;
		margin-left:5%;
	}
	.dlc01 h3{
		width:85%;
		margin-left:7.5%;
	}
	.dlc01 ul.dlcimg{
		width:90%;
		margin-left:5%;
	}
	p.noticetxt{
		width:90%;
		margin-left:5%;
		font-size:xx-small;
		line-height:1.4;
	}
	.dlc01 ul.dlcbtn{
		width:95%;
		margin-left:2.5%;
	}
	.notice-area {
		width:84%;
	}
	.notice-area p {
		font-size:small;
	}



}