@charset "utf-8";
main{
	display: block;
	overflow: hidden;
}

.mainVisual {
	position: relative;
	margin-bottom: 30px;
}

.mainVisual h1 img {
	margin: 0 auto;
	text-align: center;
}
@media print,screen and (min-width: 768px) {
  .mainVisual img {
    /*
    width: calc(100% - 650px);
    */
    width:650px;
  }
}

.top-column2Block01 {
	/*margin-bottom: 60px;*/
}

.top-column2Block01 .col {
	margin-bottom: 20px;
}

.top-column2Block01 .col:last-child {
	margin-bottom: 0;
}

.top-column2Block01 .colCenter {
	text-align: center;
}

.top-column2Block01 .colOver {
	margin-right: -10px;
	margin-left: -10px;
}

.top-column2Block02 {
	margin-bottom: 60px;
}

.top-column2Block02 .col {
	margin-bottom: 20px;
}

.top-column2Block02 .colCenter {
	text-align: center;
}

.top-column2Block02 .colOver {
	margin-right: -10px;
	margin-left: -10px;
}

.top-h2Title01 {
	margin-bottom: 15px;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
}

.topText01 {
	margin-bottom: 15px;
}

.kujiLinkText01 {
	margin-bottom: 15px;
}

.top-kujiLinkArea {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.top-kujiLinkArea>* {
	display: table-cell;
	vertical-align: top;
}

.bigArea {
	background: #e80000;
	padding: 15px 10px;
}

.bigArea p {
	color: #fff;
}

.totoArea {
	background: #fcd62c;
	padding: 15px 10px;
}

.kujiLinkBtn01 {
	text-align: center;
}

.kujiLinkBtn01 a {
	position: relative;
	display: inline-block;
	background: #000;
	border: 1px solid #000;
	padding: 10px 30px 10px 20px;
	font-size: 1.3rem;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.kujiLinkBtn01 a:after {
	content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    right: 13px;
    width: 9px;
    height: 9px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}

.topBtn01 {
	text-align: center;
}

.topBtn01 a {
	position: relative;
	display: inline-block;
	background: #000;
	border: 1px solid #000;
	padding: 10px 30px 10px 20px;
	font-size: 1.3rem;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.topBtn01 a:after {
	content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    right: 13px;
    width: 9px;
    height: 9px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}

.top-btnBlank01 {
	text-align: center;
}

.top-btnBlank01 a {
	position: relative;
	display: inline-block;
	background: #000;
	border: 1px solid #000;
	padding: 10px 50px 10px 40px;
	font-size: 1.3rem;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.top-btnBlank01 a:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	width: 18px;
	height: 17px;
	margin-top: -8px;
	background: url(/system/files/common/img/ico_altWin04.png) 0 0 no-repeat;
	background-size: cover;
}

.imgOver {
	margin: 0 -10px 15px;
}

.top-sectionBg01 {
}
.top-sectionBg01 .top-container{
	background: none;
	padding: 0 10px;
}

.top-sectionBg02 {
	position: relative;
	padding-top: 55px;
	margin-bottom: 45px;
}
.top-sectionBg02:before{
	content: "";
	position: absolute;
	top: -5%;
	left: -10%;
	width: 150%;
	height: 20vw;
	background-color: transparent;
	background-image: linear-gradient(0deg,transparent 25%, #dbdbdb 25%, #dbdbdb 50%,transparent 50%,transparent 75%, #dbdbdb 75%, #dbdbdb 50%);
	 -webkit-background-size: 4%;
	 background-size: 4%;
	-webkit-transform: rotate(-19deg);
    transform: rotate(-19deg);
    z-index: -1;
}
.top-sectionBg02 .top-container{
	background: none;
	padding: 0 10px;
}
.top-sectionBg03 {
	position: relative;
	padding: 40px 0 60px;
	margin-bottom: -55px;
	z-index: 1;
	overflow: hidden;
}


.top-sectionBg03 .top-container {
	background: none;
}

.top-sectionBg04 {
	position: relative;
	padding: 85px 0 0;
}
.top-sectionBg04:before{
	content: "";
	position: absolute;
	top: 15%;
	left: -10%;
	width: 150%;
	height: 20vw;
	background-color: transparent;
	background-image: linear-gradient(0deg,transparent 25%, #dbdbdb 25%, #dbdbdb 50%,transparent 50%,transparent 75%, #dbdbdb 75%, #dbdbdb 50%);
	-webkit-background-size: 4%;
	background-size: 4%;
	-webkit-transform: rotate(20deg);
    transform: rotate(20deg);
    z-index: 2;
}
.top-sectionBg04 .top-container{
	background: none;
	padding: 0 10px;
	position: relative;
    z-index: 2;
}

.top-sectionBg04>*:last-child {
	margin-bottom: 0;
}

@media print,screen and (min-width: 768px) {
	.top-column2Block01 {
		display: table;
		width: 100%;
		table-layout: fixed;
	}
	.top-column2Block01 .col {
		display: table-cell;
		width: 50%;
		vertical-align: middle;
	}
	.top-column2Block01 .col:first-child {
		padding-right: 30px;
	}
	.top-column2Block01 .col:last-child {
		padding-left: 20px;
	}
	.top-column2Block01 .colOver {
		margin-left: 0;
		margin-right: 0;
	}
	.top-column2Block02 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: row-reverse;
		        flex-direction: row-reverse;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.top-column2Block02 .colOver{
		margin-left: 0;
		margin-right: 0;
	}
	.top-column2Block02 .col {
		width: 50%;
	}
	.top-h2Title01 {
		font-size: 36px;
	}
	.top-kujiLinkArea {
		display: block;
		table-layout: inherit;
	}
	.top-kujiLinkArea>* {
		position: relative;
		display: table;
		width: 465px;
	}
	.bigArea {
		margin-bottom: 30px;
		padding: 20px 20px 16px 160px;
		margin-left: auto;
	}
	.bigArea .kujiLinkBtn01 {
		position: absolute;
		bottom: -12px;
		left: -65px;
	}
	.totoArea {
		padding: 20px 180px 16px 30px;
	}
	.totoArea .kujiLinkBtn01 {
		position: absolute;
		bottom: -12px;
		right: -65px;
	}
	.kujiLinkText01 {
		font-size: 1.4rem;
		margin-bottom: 0;
	}
	.kujiLinkBtn01 a {
		padding: 15px 50px 15px 50px;
		font-size: 1.6rem;
	}
	.kujiLinkBtn01 a:hover{
		background: #fff;
		color: #000;
	}
	.kujiLinkBtn01 a:hover:after{
		border-color: #000;
	}
	.topBtn01 a{
		min-width: 210px;
	    font-size: 1.6rem;
	    padding: 13px 20px 13px 13px;
	}
	.topBtn01 a:hover{
		background: #fff;
		color: #000;
	}
	.topBtn01 a:hover:after{
		border-color: #000;
	}
	.top-btnBlank01 a{
		min-width: 210px;
	    font-size: 1.6rem;
	    padding: 13px 20px 13px 13px;
	}
	.top-btnBlank01 a:hover{
		background: #fff;
		color: #000;
	}
	.top-btnBlank01 a:hover:after{
		background: url(/system/files/common/img/ico_altWin03.png) 0 0 no-repeat;
    	background-size: cover;
	}
	.top-sectionBg01 {
		
	}
	.top-sectionBg01 .top-container{
		padding: 0;
	}
	.top-sectionBg02 {
		margin: 0 auto 90px;
		padding: 190px 0 0;
	}
	.top-sectionBg02:before {
	    top: -2%;
	    left: -11%;
	    width: 150%;
	    height: 16vh;
	    background-size: 4%;
	}
	.top-sectionBg02 .top-container{
		padding: 0;
	}
	.top-sectionBg03 {
		position: relative;
		padding: 80px 0 120px;
		margin-bottom: -55px;
		z-index: 1;
	}
	.top-sectionBg04 {
		position: relative;
		margin: 0 auto;
		padding: 170px 0px 0;
		z-index: 2;
	}
	.top-sectionBg04:before{
		top: 45%;
	    left: -11%;
	    width: 150%;
	    height: 16vh;
	    z-index: -1;
	}
	.top-sectionBg04 .top-container{
		padding: 0;
	}
}


/* 2019/6 改修追記 */
.disp-gd.footer:before {
	border: none;
}

.topicsBox {
	border: 3px solid #f2f2f2;
}

.topicsList li {
	margin-top: 10px;
}

.topicsList .big dt { background: url(/system/files/top/icon/ico_topics01.png) no-repeat 0 0; }
.topicsList .toto dt { background: url(/system/files/top/icon/ico_topics02.png) no-repeat 0 0; }
.topicsList .growing dt { background: url(/system/files/top/icon/ico_topics03.png) no-repeat 0 0; }
.topicsList .sports dt { background: url(/system/files/top/icon/ico_topics04.png) no-repeat 0 0; }

.topicsList .big dt, .topicsList .toto dt, .topicsList .growing dt, .topicsList .sports dt {
	background-size: 96px 22px;
}

.topicsList .new:after {
	content: "NEW";
	font-weight: bold;
	color: #ff3700;
	padding-left: 3px;
}

.topicsList a {
	text-decoration: underline;
}
.topicsList a:hover {
	text-decoration: none;
}

.officialLinkArea li {
	padding: 10px 10px 42px 150px;
	min-height: 115px;
	font-size: 1.4rem;
	position: relative;
}

.officialLinkArea .big {
	background: #e80000 url(/system/files/top/icon/img_officialLink01.png) no-repeat 10px center;
	background-size: 128px 92px;
	border: 1px solid #e80000;
	color: #fff;
}

.officialLinkArea .toto {
	background: #ffd800 url(/system/files/top/icon/img_officialLink02.png) no-repeat 10px center;
	background-size: 128px 92px;
	border: 1px solid #ffd800;
}

.officialLinkArea .growing {
	background: #fff url(/system/files/top/icon/img_officialLink03.png) no-repeat 10px center;
	background-size: 128px 92px;
	border: 1px solid #0d0d0d;
}

.officialLinkArea div {
	position: absolute;
	bottom:	-12px;
	right: -15px;
}

.officialLinkArea a {
    position: relative;
    display: inline-block;
    background: #000;
    border: 1px solid #000;
    padding: 10px 25px 10px 15px;
    font-size: 1.3rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.officialLinkArea a:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    right: 13px;
    width: 9px;
    height: 9px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}

.officialLinkArea a:hover {
	background: #fff;
	color: #000;
}
.officialLinkArea a:hover:after {
	border-color: #000;
}

@media print,screen and (min-width: 768px) {
	.mainVisual {
		display: flex;
		width: 1300px;
		margin: 0 auto 80px;
	}

	.mainVisual h1 {
		width: calc(100% - 650px);
	}

	.topicsBox {
		width: 650px;
		padding: 30px;
	}

	.topicsList dt, .topicsList dd{
		padding-left: 105px;
	}

	.top-h2Title02 {
		font-size: 2.7rem;
	}

	.officialLinkArea {
		display: flex;
		justify-content: space-between;
	}

	.officialLinkArea li {
		width: calc((100% - 60px) / 3);
	}
	
	/* 2019/07/17 総合トップ対応にて追加 Start */
	.topicsList dt, .topicsList dd{
		padding-left: 105px;
	}

	/* 2019/07/17 総合トップ対応にて追加 End */
}

@media print,screen and (max-width: 767px) {
	.topicsBox {
		margin-top: 13px;
		padding: 15px;
	}

	.topicsList dt {
		padding-left: 105px;
	}

	.top-h2Title02 {
		font-size: 2.2rem;
		text-align: center;
	}

	.officialLinkArea li {
		margin-top: 35px;
	}

	.officialLinkArea li:first-child {
		margin-top: 0;
	}
  
}

/*2019年7月16日追記*/
.mainVisual:after {
    content: "";
}
