@charset "utf-8";
/* ============== 共通 =================== */
#contents {
	background-color: #ffffff;
	color: #333;
	text-align: center;
	font-size: 14px;
	line-height: 1.6;
}
.inner {
	margin-bottom: 60px;
}
#contents * {
	box-sizing: border-box;
}
#contents a,.ank-txt {
	color: #0099cc;
	text-decoration: underline;
	cursor: pointer;
}
#contents a:hover {
	opacity: 0.7;
}
.display-tb {
	display: none;
}
.display-sp {
	display: none;
}
.end_txt {
	margin: 20px auto;
	font-weight: bold;
	color: #FF0004;
	font-size: 180%;
	text-align: center;
}
.fw-b {
	font-weight: bold;
}
.txt-ml {
	margin-left: 1em;
}
.mb0{
	margin-bottom: 0 !important;
}
.mt0{
	margin-top: 0 !important;
}
/*コンテンツ幅*/
.ly-block {
	margin: auto;
	max-width: 970px;
	width:calc(100% - 60px);
	border: 1px solid #111;
	border-radius: 8px;
	overflow: hidden;
}
.ly-block_inner {
	max-width:830px;
	margin: 40px auto;
}

/* ============== btn =================== */
.btn_wrap {
	margin: 60px auto;
}
.cta01 {
	margin: 20px auto 60px;
}
.btn_wrap p {
	margin-top: 20px;
	font-size: 18px;
	color: #603813;
	font-weight: bold;
}
.btn_wrap p::before,
.btn_wrap p::after {
	content: "";
	display: inline-block;
	background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 24px;
    vertical-align: middle;
	margin-right: 5px;
}
.btn_wrap p::before {
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/play2509/img/cta_ic_left.png);
	margin-right: 5px;
}
.btn_wrap p::after {
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/play2509/img/cta_ic_right.png);
	margin-left: 5px;
}
#contents .btn {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

.btn {
	max-width:400px;
	margin: 20px auto 0;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	width: 100%;
}
#contents .btn_wrap a:hover {
	opacity: initial;
}
/* btn hover */
.btn picture {
	position: absolute;
	width: 100%;
	top: -15px;
}
.btn picture.btn_img_push {
	opacity: 0;
	transition: opasity .3s;
}
.btn:hover picture.btn_img_push {
	opacity: 1;
	filter: brightness(1.1);
	transform: translateY(3px);
}
.btn:hover picture.btn_img {
	opacity: 0;
}


.btn_att {
	max-width: 514px;
	margin: 68px auto 0;
	font-size: 12px;
	line-height: 1.6;
	font-weight: normal;
	text-align: left;
}

.btn_att li + li {
	color: #999;
}
/*終了対応*/
#contents .btn_close {
	pointer-events: none;
	position: relative;
}
#contents .btn_close::before {
	content:none;
}
#contents .btn_close::after {
	content:"※本キャンペーンは終了しました";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 110%;
	height: 120%;
	background-color: rgba(0,0,0,0.7); /* ←※固定 */
	margin: 0 auto;
	z-index: 10;
	color: #fff;
	font-size: 2.2rem;
	font-weight: bold;
}

/* ============== MV =================== */
.mv {
	background: #0AA8FF;
}

/* ========== term ============= */
.date {
	font-size: 0;
	background-color: #111;
	padding: 12px 0 8px;
	text-align: center;
}
.date img {
	max-width: 580px;
	width: 100%;
	padding: 0 10px;
}

/* ========== accordion ============= */
.camp-att {
    width: calc(100% - 60px);
    max-width: 970px;
    margin: 0 auto;
}
input[type="checkbox"].acd-check {
    display: none;
}
.acd-label {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
	font-size: 14px;
    font-weight: bold;
	line-height: 1.4;
    color: #fff;
    background-color: #0AA8FF;
    border: 1px solid #111;
    border-radius: 8px;
}
.acd-label::after {
    content: "";
    background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/play2509/img/acd_open.png) top center/contain no-repeat;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 25px;
    width: 20px;
    height: 20px;
    z-index: 2;
}
.acd-check:checked+.acd-label {
    border-radius: 8px 8px 0 0;
}
.acd-check:checked+.acd-label::after {
    background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/play2509/img/acd_close.png);
}
.acd-content {
    border-radius: 0 0 8px 8px;
    border-top: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    margin: 0 auto;
    padding: 0 40px;
    background-color: #fff;
    overflow: hidden;
}
.acd-check:checked~.acd-content {
    height: auto;
    padding: 10px 0;
    opacity: 1;
    visibility: visible;
    border: 1px solid #111;
    border-top: 0;
}
.acd-content.acd-check1 p{
	padding: 15px 10px;
	font-weight: bold;
}

/* ============== navigation btn =================== */
.pagenav {
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	z-index: 999;
	margin: 60px 0;
	padding: 5px;
}
.pagenav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	font-size: 16px;
	font-weight: 700;
	max-width: 770px;
	width: 100%;
	margin: 0 auto;
}
.pagenav .pagenav-link {
	text-decoration: none !important;
	padding: 7px 0;
	height: 55px;
	font-weight: bold;
	border: 2px solid #111;
	border-radius: 10px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	cursor: pointer;
}
.pagenav-link:nth-of-type(1) {
	width: 24%;
}
.pagenav-link:nth-of-type(2) {
	width: 24%;
}
.pagenav-link:nth-of-type(3) {
	width: 18%;
}
.pagenav-link:nth-of-type(4) {
	width: 28%;
}
.pagenav a {
	text-decoration: none !important;
	padding: 7px 0;
	display: block;
}
.pagenav .pagenav-link-block {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.pagenav .pagenav-icon {
	display: block;
	height: 16px;
}
.pagenav .pagenav-icon-arrow {
	display: block;
	margin: 2px auto 0;
	width: 20px;
	height: 15px;
}
.pagenav .pagenav-text {
	color: #111;
}

/* ============== section =================== */
.sec {
	overflow: hidden;
	margin-bottom: 60px;
}
.sec_ttl {
	font-size: 22px;
	line-height: 1.5;
	color: #111;
	text-align: center;
	margin: 0 auto 40px;
}
.sec_ttl::before,
.sec_ttl::after {
	content: '';
	display: inline-block;
	width: 70px;
	height: 58px;
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
}
.sec_ttl::before{
	margin-right: 10px;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/play2509/img/ttl_ic_left.png);
}
.sec_ttl::after{
	margin-left: 10px;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/play2509/img/ttl_ic_right.png);
}

/* ============== step =================== */
.step.sec .step_list .ly-block{
	margin-top: 55px;
	overflow: visible;
}
.step_icon {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	color: #fff;
	background-color: #0AA8FF;
	border: 1px solid #111;
	font-size: 16px;
	line-height: 1;
	font-weight: bold;
	border-radius: 20px;
	width: 150px;
	height: 36px;
	top:-18px;
	left: 50%;
	transform: translateX(-50%);
}
.step.sec .step_list .ly-block:first-child{
	margin-top: 0;
}
.step_item,
.step_item-02 {
	position: relative;
	padding: 40px 10px;
}
.step_item-02 .step_lead::before,
.step_item-02 .step_lead::after {
	content: "";
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	width: 50px;
	height: 62px;
	vertical-align: middle;
}
.step_item-02 .step_lead::before {
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/play2509/img/bg_step2_01_left.png);
	margin-right: 20px;
}
.step_item-02 .step_lead::after {
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/play2509/img/bg_step2_01_right.png);
	margin-left: 20px;
}
.step_item-02.step_bg {
background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/play2509/img/bg_step3_pc.png) center bottom/cover no-repeat;
	background-size: 100%;
	background-position-y: bottom;
	padding-bottom: 70px;
	margin-top: 55px;
}
.step_item, .step_item-02 {
	background-color: #EBF8FF!important;
}
.step_lead {
	font-size: 18px;
	font-weight: bold;
}
.step_item .btn_wrap {
	margin: 25px auto 0;
}
.step2_inner_block {
	max-width: 570px;
	margin: 25px auto 10px;
	padding: 20px 10px;
	border-radius: 8px;
	background: #fff;
	font-size: 16px;
	text-align: center;
}
.step2_inner_block span {
	display: inline-block;
	margin-top: 5px;
	font-size: 18px;
	color: #0AA8FF;
	font-weight: bold;
}
.step2_inner_block span span {
	width: 90px;
	padding: 0 10px;
	margin: 0 5px 0 0;
	background: #0AA8FF;
	border-radius: 20px;
	font-size: 16px;
	color: #fff;
	vertical-align: text-bottom;
}
.step2_inner_block + .note_txt {
	max-width: 570px;
	width: 100%;
	margin: 0 auto;
	text-align: left;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 12px;
}
.step_item-02 h4 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 30px;
	color: #111;
}
.step_item-02 h4 span {
	color: #fff;
	background-color: #FF9123;
	padding: 0 3px;
	margin-right: 3px;
}
.step_item-02 .content_txt {
	margin-top: 25px;
}
.step_item-02 .content_txt::before,
.step_item-02 .content_txt::after {
	content: "";
	display: inline-block;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/play2509/img/step2_03.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 13px;
	height: 13px;
	vertical-align: middle;
}
.step_item-02 .content_txt::before {
	margin-right: 5px;
}
.step_item-02 .content_txt::after {
	margin-left: 5px;
}
.step_item-02 .content_list {
	display: flex;
	justify-content: space-between;
	max-width: 890px;
	width: 100%;
	margin: 25px auto 30px;
	padding: 0 40px;
}
.step_item-02 .content_list .content_item {
	flex-basis: 32%;
}
.step_item-02 .content_list .content_item .content_item_txt {
	font-weight: bold;
	text-align: left;
	margin-top: 5px;
	font-size: 12px;
}
.step_item-02 .content_list .content_item a {
	text-decoration: none!important;
	color: #333!important;
}
.step2_inner_block + ul {
	text-align: left;
	max-width: 570px;
	width: 100%;
	margin: 0 auto;
	padding-left: 20px;
}
.step2_inner_block + ul li {
  text-align: left;
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 2px;
}
.step2_inner_block + ul li b {
	font-size: 15px;
}
	.step2_inner_block_last {
		background: #BEE7FF;
	}
	.step_item-02 .content_txt_last {
		margin-top: 30px;
	}
	.step_item-02 .content_txt_last span {
		font-weight: bold;
		color: #FF9123;
	}
.img_step3{
	max-width: 408px;
	margin-top: 15px;
}
.step_item-03.ly-block {
	padding: 40px;
}
.step_item-03 .content_txt {
	margin-top: 20px;
}
.step_item-03 .content_txt span {
	font-weight: bold;
	color: #FF9123;
}
.step_item-03 .content_img {
	width: 100%;
	text-align: right;
	margin-top: -80px;
}
 @media screen and (min-width: 767px) and (max-width: 1000px) {
		.step_item-03 .content_img {
			margin-top: -30px;
	}
}

/*  cpn  */
.cpn_sec {
	margin: 0 auto 60px;
	padding: 0 70px;
	background-color: #CDF2F4;
}
.cpn_list {
	display: flex;
	justify-content: center;
	max-width: 860px;
	width: 100%;
	margin: 40px auto;
}
.cpn_list li{
	width:calc(100% / 2);
}
.cpn_list li + li {
	margin-left: 30px;
}
.ly-block-band .ly-block_inner {
	max-width: 970px;
	margin: 60px auto;
}


 /* ============== ランキング =================== */
.table_close {
	position: relative;
}
.table_close::before {
	content:"";
	display: block;
	background-color: rgba(255, 255, 255, 0.6);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index:2;
}
.table_close::after {
	content:"ランキングは\A 9/11(木)に\A更新予定です。";
	white-space: pre;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #111;
	font-weight: bold;
	font-size: 28px;
	background-color: #fff;
	border: 4px solid #111;
	width: 238px;
    height: 172px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index:3;
}
.ranking_table02{
	padding: 20px 20px 40px;
	background: #fff;
	border-radius: 0 0 16px 16px;
}
.ranking_table02 dl{
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.ranking_table02 dl + dl{
	margin-top: 10px;
}
.ranking_table02 dl dt,
.ranking_table02 dl dd{
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	color: #111;
	word-break: keep-all;
}
.ranking_table02 dl dt{
	padding: 10px 5px 8px 10px;
	border: 2px solid #111;
	border-radius: 8px 0 0 8px;
	text-align: left;
}
.ranking_table02 dl:nth-of-type(odd) dt{
	background: #0AA8FF;
}
.ranking_table02 dl:nth-of-type(even) dt{
	background: #FFF90A;
}
.ranking_table02 dl dt span{
	display: inline-block;
	margin-right: 3px;
	max-width: 18px;
}
.ranking_table02 dl dt span img{
	margin-top: 1px;
	vertical-align: top;
}
.ranking_table02 dl dd{
	padding: 10px 10px 8px 5px;
	border-top: 2px solid #111;
	border-right: 2px solid #111;
	border-bottom: 2px solid #111;
	border-radius: 0 8px 8px 0;
	text-align: right;
}
.ranking_table02 dl dd .rank_bold{
	display: inline-block;
	margin-right: 3px;
	color: #FF9123;
}
.ranking_table02 .note-txt{
	margin-top: 10px;
	text-align: left;
}
.ranking_table02 .note-txt + .note-txt{
	margin-top: 0;
}

/* ランキング表の調整（w990~768px） */
 @media screen and (min-width: 768px) and (max-width: 990px) {
	.display-tb {
		display: block;
	}
	.ranking_table02 dl {
	display: table;
}
.ranking_table02 dl dt {
	display:table-cell;
  	vertical-align:middle;
	min-width: 150px;
	width: auto;
}
.ranking_table02 dl dd {
	display:table-cell;
  	vertical-align:middle;
	width: 100%;
}
.ranking_table02 dl {
	min-height: 65px;
}
 }
@media screen and (min-width: 768px) and (max-width: 925px) {
.ranking_table02 dl dt {
	display:table-cell;
	vertical-align:middle;
	min-width: 110px;
	width: auto;
}
.ranking_table02 dl dd {
	padding-right: 5px;
}
}
@media screen and (min-width: 768px) and (max-width: 845px) {
.ranking_table02 dl dt {
	min-width: 95px;
}
.ranking_table02 dl dt span {
	max-width: 16px;
}
.ranking_table02 dl dt,
.ranking_table02 dl dd {
	font-size: 12px;
}
}


/* ============== 対象ゲーム  =================== */
.game_sec {
	background: #FFFDF0;
	margin: 60px auto;
	padding: 60px 0;
}
.game_sec .game_list_2column_wrap{
	margin-bottom: 60px;
	padding: 60px 0;
	background: #fff;
	border-top: 4px solid #111;
	border-bottom: 4px solid #111;
}
.game_sec .game_list_2column_wrap .game_list_2column_wrap_inner{
	margin-bottom: 60px;
}
.game_wrap {
	width: calc(100% - 60px);
    max-width: 970px;
    margin: auto;
}
.game_wrap + .game_wrap {
	margin-top: 60px;
}
.game_sec .game_list_2column_wrap h3,
.game_sec h3.col3 {
	width: 100%;
	padding: 8px 0;
	margin: 0 auto 50px;
	background: #0AA8FF;
	text-align: center;
}
.game_sec h4 {
    color: #333333;
    font-weight: bold;
    margin-top: 5px;
    text-align: left;
}
.game_sec .game_list_2column_wrap .game_wrap h4 {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	font-size: 18px;
}
.game-tag {
	font-size: 12px;
	text-align: center;
	display: inline-flex;
	padding: 3px 8px;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	vertical-align: text-top;
}
.game-tag-blue {
	background: #5ebae1;
	color: #fff;
	margin-left: 5px;
}
.game-tag-orange {
	background: #FF9123;
	color: #fff;
	margin-right: 8px;
}
.game-tag-yellow {
	background: #FFF90A;
	color: #603813;
	border-radius: 50px;
	vertical-align: middle;
	padding: 5px 10px;
	margin-top: 8px;
}
.game_sec dl,
.game_sec p {
	text-align: left;
	color: #333333;
	font-size: 16px;
}
.game_list_2column {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.game_list_2column li {
	margin: 0 0 50px;
	display: inline-block;
	width: calc((100% - 30px)/2);
}
.game_list_2column li:nth-last-child(-n+2) {
	margin-bottom: 0;
}
.game_list_2column li a {
	text-decoration: none !important;
}
.game_list_2column li:nth-child(2n) {
	margin-right: 0;
}
.game_list_2column .game-tag-bottom{
	display: block;
	margin: 10px 0 0;
}
.game_list_2column .game-tag-bottom .display-sp{
	display: none;
}
.game_list_2column .game-tag-bottom .game_tit_pc,
.sp_rbox_inner{
	display: flex;
	flex-wrap: wrap;
}
.game_list_2column .game-tag-bottom .txt_highlight span{
	padding: 0 5px 3px;
	background: linear-gradient(transparent 80%, #FF9123 80%);
	font-weight: bold;
}
.game_list_2column .game-tag-bottom .game_tit_pc + p{
	margin-top: 10px;
	font-size: 16px;
}
.game_list_2column .game-tag-bottom .game_tit_pc + p + p{
	margin-top: 5px;
	font-size: 16px;
}
.game_list_2column .sp_rbox{
	margin-top: 10px;
	font-size: 18px;
}
.game_list_2column .sp_rbox h4 + p,
.game_list_2column .sp_rbox .sp_rbox_inner + p{
	font-size: 16px;
}
.game-tag-bottom {
	display: flex;
	flex-wrap: wrap;
	margin: 5px 0 0;
	align-items: center;
}
.game_wrap > .note-txt {
	margin-top: 5px;
	color: #999;
}
.game_list_3column {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.game_list_3column li{
	width: calc((100% - 68px)/3);
	margin: 0 34px 40px 0;
}
.game_list_3column li:nth-child(3n) {
	margin-right: 0;
}
.game_list_3column li.game_last_child {
	margin-bottom: 0;
}
.game_list_3column li h5{
	font-size: 14px;
}
.game_list_3column li .game-tag-bottom{
	flex-direction: column;
	align-items: initial;
}
.game_list_3column li .game-tag-bottom h5{
	margin-top: 0;
}
.game_list_3column li .game-tag-bottom h5 + span{
	margin-top: 5px;
}
.game_list_3column .game_link{
	display: block;
	text-decoration: none !important;
}
.game_list_3column .game-tag {
	vertical-align: bottom;
}
.game_list_3column .game-tag-blue {
	margin-left: 0;
	margin-top: 5px;
}


/* ============== ルール =================== */
.att-rule{
	margin-bottom: 60px;
}
.att-rule h3.sec_ttl,
.att-summary h3.sec_ttl{
	margin-top: 60px;
}
.att-rule .att_list .att_item .att_item_inner .att_item_ttl{
	padding-left: 5px;
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: bold;
	border-left: 6px solid #0AA8FF;
}
.att-rule .att_list .att_item + .att_item {
    margin-top: 20px;
}


/* ============== att =================== */
.att {
	text-align: left;
	padding: 50px 0 0;
}
.att_item + .att_item {
	margin-top: 40px;
}
.att-summary .att_item_ttl {
	position: relative;
	margin-bottom: 15px;
	padding-left: 1.5em;
	font-size: 14px;
	font-weight: bold;
	color: #111111;
}
/*「●」タイプのリスト用*/
.att-summary .att_item_ttl::before {
	content: "";
	display: block;
	background-color: #0AA8FF;
	border-radius: 50%;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 3px;
	left: 0;
}
.att_item_inner p {
	margin-top: 10px;
}
.att_list.ly-block_inner {
	width: calc(100% - 60px);
	margin-bottom: 60px;
}
.att_item_inner .note-txt {
	margin-top: 0;
}
.att_item_inner p + p {
	margin-top: 0;
}
.att_item_img {
	margin: 20px auto;
	text-align: center;
}
.att_list-style {
	margin-top: 10px;
	padding-left: 1em;
	text-indent: -1em
}
.att_list-style li > ul, .att_list-style li > ol {
	margin-left: 1em;
	margin-bottom: 5px;
}
.att_small-unit {
	margin: 5px auto 10px;
}
.att_small-unit dt {
	font-weight: bold;
}
.att_list-style .att_small-unit {
	text-indent: 0;
}
.pointhistory_img {
	margin: 10px 0 40px;
	text-align: center;
}
.att .point_table {
	margin: 10px 0;
	width: 60%;
	border: 1px solid #ffb265;
	text-align: center;
}
.att .point_table td {
	padding: 2px 10px;
	text-align: left;
}
.att .point_table th {
	background: #ffb265;
	text-align: center;
	font-weight: 700;
	color: #fff;
}
.att .point_table tr:nth-child(odd) td {
	background: #ffe9d4;
}
.att .point_table td:nth-of-type(2){
	border-left: 1px solid #fff;
}


/* コンテンツ（SP：767px以下）
========================================================*/
@media screen and (max-width: 767px) {
/* ============== 共通 =================== */
.inner {
	margin-bottom: 30px;
}
.display-pc {
	display: none;
}
.display-tb {
	display: none;
}
.display-sp {
	display: block;
}
.end_txt {
	font-size: 150%;
}
.ly-block {
	width: calc(100% - 30px);
}
.ly-block_inner {
	margin-top: 0;
	margin-bottom: 30px;
}
/* パンくずを一行に */
.breadcrumb {
	flex-wrap: nowrap;
	white-space: nowrap;
	overflow-x: auto;
}
.breadcrumb::-webkit-scrollbar {
	display: none;
}

/* ============== btn =================== */
.btn_wrap {
	width: calc(100% - 50px);
	margin: 30px auto;
}
.cta01 {
	margin: 20px auto 30px;
}
.btn_wrap p {
	font-size: 16px;
	margin-top: 15px;
}
.btn_wrap > picture {
	max-width: 520px;
	margin: 0 auto;
}
.btn_att {
    margin-top: 20px;
}
.btn {
	margin: 10px auto 0;
	display: block;
}
.btn picture {
	position: initial;
}
.btn:hover picture.btn_img {
	opacity: 0.7;
}

/*終了対応*/
#contents .btn_close::after {
	font-size: 1.8rem;
}

/* ========== accordion ============= */
.camp-att {
	width: 100%;
	margin-top: 30px;
	width: calc(100% - 60px);
}
.acd-label {
	height: 40px;
}
.acd-label::after {
	right: 15px;
	width: 20px;
	height: 20px;
}
.acd-check:checked~.acd-content {
	padding: 15px;
}
.acd-content.acd-check1 .acd-center{
padding: 0;
}

/* ============== navigation btn =================== */
.pagenav {
	padding: 5px;
    margin: 30px auto 0;
	width: 95%;
}
.pagenav ul {
	justify-content: space-between;
	font-size: 10px;
	font-weight: lighter;
}
.pagenav .pagenav-link {
	border: 1px solid #111;
	border-radius: 4px;
	justify-content: flex-end;
}
.pagenav-text-1row {
	padding-bottom: 5px;
}
.pagenav .pagenav-link::before {
	display: none;
}
.pagenav .pagenav-link::after {
	display: none;
}
.pagenav .pagenav-link-block {
	display: block;
	background-color: #fff;
}
.pagenav-link:nth-of-type(1),
.pagenav-link:nth-of-type(2),
.pagenav-link:nth-of-type(3),
.pagenav-link:nth-of-type(4) {
	width: 24%;
}
.pagenav a {
	padding: 4px 0;
}
.pagenav .pagenav-icon {
	margin: 0 auto;
}
.pagenav .pagenav-icon {
	height: 13px;
}
.pagenav .pagenav-text {
	text-align: center;
	margin: 0 auto;
	font-size: 12px;
	line-height: 1.2;
}
.pagenav .pagenav-icon-arrow {
	width: 16px;
	height: 11px;
}


/* ========== term ============= */
.date {
	padding: 10px;
}


/* ============== section =================== */
.sec {
	margin-bottom: 30px;
}
.sec_ttl {
	margin: 30px auto 20px;
}
.sec_ttl::before,
.sec_ttl::after {
	width: 40px;
	height: 50px;
}
.sec_ttl::before {
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/play2509/img/ttl_ic_left_sp.png);
	margin-right: 3px;
}
.sec_ttl::after {
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/play2509/img/ttl_ic_right_sp.png);
	margin-left: 3px;
}


/* ============== step =================== */
.step.sec .sec_ttl{
	margin: 30px auto;
}
.step.sec .step_list .ly-block{
	margin-top: 30px;
	overflow: visible;
}
.step_icon {
	width: 100px;
	height: 30px;
	top:-15px;
}
.step_item,
.step_item-02 {
	position: relative;
	padding: 35px 15px 30px;
}
.step_item-02.step_bg{
background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/play2509/img/bg_step3_sp.png) center bottom/cover no-repeat;
	background-size: 100%;
	background-position: left 50% bottom -1px;
	padding-bottom: 45px;
} 
.step_lead {
	font-size: 16px;
	margin-bottom: 15px;
}
.step_item-02 .step_lead::before,
.step_item-02 .step_lead::after {
	position: absolute;
	width: 50px;
	height: 60px;
}
.step_item-02 .step_lead::before {
	top: 33px;
	margin-left: -90px;
}
.step_item-02 .step_lead::after {
	top: 33px;
	margin-right: -90px;
}
.step_item .btn_wrap{
	width: 100%;
	margin: 0 auto;
}
.step_item .btn picture {
	top: 0;
}
.step2_inner_block{
	max-width: 400px;
	margin: 15px auto 10px;
	padding: 10px;
	font-size: 14px;
}
.step2_inner_block span{
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 14px;
}
.step2_inner_block span span{
	width: 70px;
	height: 24px;
	padding: 1px 5px 0;
	margin: 0 3px 0 0;
	font-size: 14px;
	vertical-align: bottom;
}
.step_item-02 .anc_block{
	width: 100%;
	max-width: 400px;
	margin: 15px auto;
}
.step2_inner_block + .note_txt {
	font-size: 12px;
	max-width: 380px;
}
.step2_inner_block + ul {
	max-width: 380px;
}
.step2_inner_block + ul li {
    line-height: 1.5;
    margin-bottom: 5px;
}
.step_item-02 h4 {
	margin-bottom: 15px;
}
.step_item-02 .content_list {
	flex-direction: column;
	padding: 0;
	margin: 15px auto;
}
.step_item-02 .content_list .content_item a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0;
        width: 100%;
        max-width: 100%;
        padding: 2% 0;
        border-top: 1px solid #dddddd;
}
.step_item-02 .content_list .content_item:last-child {
	border-bottom: 1px solid #ddd;
}
.step_item-02  .content_item_img {
	width: 35%;
	margin-right: 10px;
}
.step_item-02 .content_list .content_item img {
	        width: 100%;
        
}
.step_item-02 .game-link-arrow {
	display: flex;
	align-items: center;
	margin: 0 0 0 auto;
	justify-content: flex-end;
}
.step_item-02 .content_txt {
	margin-top: 0;
}
.step2_inner_block_last img {
	width: 70%;
}
.step_item-02 .content_txt_last {
	margin-top: 25px;
}
.step_item-03.ly-block {
	padding: 35px 15px 30px;
}
.step_item-03 picture {
	max-width: 520px;
	margin: 0 auto;
	width: 100%;
}
 .step_item-03 .content_img {
	max-width: 380px;
	width: 100%;
	margin: 30px auto 0;
 }

.img_step3{
	width: 280px;
	margin: 0 auto;
}
@media screen and (min-width: 451px) and (max-width: 767px) {
	.img_step3{
		margin: 10px auto;
	}
}


/* ============== cpn =================== */
.cpn_sec {
	margin: 0 auto;
	padding: 0 15px 30px;
}
.cpn_sec .ly-block_inner {
	width: 100%;
	margin: 0 auto;
}
.cpn_list {
	display: block;
	margin-top: 25px;
    margin-bottom: 0;
	padding: 0;
	max-width: 520px;
	width: 100%;
}
.cpn_list img {
	width: 100%;
}
.cpn_list li {
	width: 100%;
}
.cpn_list li:first-child {
	margin: 0 0 30px;
}
.cpn_list li + li {
	margin-left: 0;
}


/* ============== ランキング =================== */
.table_close::after {
	font-size: 20px;
	width: 190px;
	height: 150px;
}
/* ランキング表の調整（~w768px）---------------
※w767以下のTB、SP小の微調整はCSS最後に記載してます */
.ranking_table02 {
	padding: 15px 10px 30px;
	border-radius: 0 0 8px 8px;
}
.ranking_table02 dl{
	min-height: 60px;
	display: table;
}
.ranking_table02 dl dt {
    width: auto;
 }
.ranking_table02 dl + dl{
	margin-top: 5px;
}
.ranking_table02 dl dt span {
	width: 20px;
	max-width: initial;
    vertical-align: bottom;
}
.ranking_table02 dl dt,
.ranking_table02 dl dd {
	padding: 10px;
}
.ranking_table02 dl dt,
.ranking_table02 dl dd {
	font-size: 14px;
	line-height: 1.3;
	display:table-cell;
  	vertical-align:middle;
}
.rank_bold {
	font-size: 14px;
}
.ranking_table02 dl dd {
	font-size: 12px;
	line-height: 1.3;
	display:table-cell;
  	vertical-align:middle;
}


/* ============== 対象ゲーム =================== */
.game_sec{
	width: 100%;
	margin-top: 0;
	padding: 0 0 30px;
}
.game_sec .game_list_2column_wrap {
	margin-bottom: 30px;
	padding: 30px 0 25px;
	border-top: 3px solid #111;
	border-bottom: 3px solid #111;
}
.game_sec .game_list_2column_wrap .game_list_2column_wrap_inner{
	margin-bottom: 30px;
}
.game_wrap {
	width: calc(100% - 30px);
}
.game_sec .game_list_2column_wrap h4.sec_ttl,
.game_sec h4.sec_ttl.col3 {
	margin: 0 auto 20px;
}
.game_sec .game_list_2column_wrap h4.sec_ttl img,
.sec_ttl.col3 img{
	width: auto;
	height: 34px;
}
.game_list_2column_wrap .game_wrap .game_list_2column{
	display: block;
	margin: 0 auto;
}
.game_list_2column_wrap .game_wrap .game_list_2column li{
	margin: 0;
	width: 100%;
	max-width: 100%;
	padding: 10px 0;
}
.game_list_2column_wrap .game_wrap .game_list_2column li:first-child{
	padding-top: 0;
}
.game_list_2column_wrap .game_wrap .game_list_2column li:last-child{
	padding-bottom: 0;
}
.game_list_2column_wrap .game_wrap .game_list_2column li + li{
	border-top: 2px solid #121212;
}
.game_list_2column_wrap .game_wrap .game_list_2column li a{
	width: 100%;
	display: flex;
}
.game_list_2column_wrap .game_wrap .game_list_2column li a .lthum{
	width: 47.9%;
	align-self: flex-start;
}
.game_list_2column_wrap .game_wrap .game_list_2column li .sp_rbox{
	width: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 0 0 10px;
}
.game_list_2column .sp_rbox_inner,
.game_list_2column .sp_rbox_inner .game-tag-blue{
	display: block;
}
.game_list_2column .sp_rbox_inner .game-tag-blue,
.game_list_3column .game-tag-blue{
	    height: 18px;
        padding: 0 8px;
        font-size: 10px;
        font-weight: normal;
        line-height: 1.8;
		margin-top: 0;
}
.game_list_3column .game-tag-orange {
	display: block;
	width: 116px;
	margin-bottom: 5px;
}
.game_sec .game_list_2column_wrap .game_wrap h4{
	margin-right: 0;
	margin-bottom: 5px;
	font-size: 16px;
}
.game_list_2column_wrap .game_wrap .game_list_2column li .sp_rbox h5{
	font-size: 14px;
	text-align: left;
}
.game_list_2column_wrap .game_wrap .game_list_2column li .sp_rbox p{
	margin-top: 0;
	font-size: 14px;
}
.game_list_2column_wrap .game_wrap .game_list_2column li .sp_rbox .sp_rbox_inner{
	margin-bottom: 5px;
}
.game_list_2column .game-tag-bottom .txt_highlight span{
	background-position: left 0px bottom 0px;
	background-repeat: no-repeat;
	padding: 0 0 2px;
}
.game_list_3column {
	display: block;
	margin: 0 auto;
}
.game_sec .game_list_3column h4 {
	margin: 0;
	width: 100%;
}
.game_sec .game_list_3column .game-tag-bottom{
	margin: 0;
}
.game_list_3column li .game-tag-bottom h4 + span{
	margin-top: 0;
}
.game_list_3column li{
	margin: 0;
	width: 100%;
	max-width: 100%;
	padding: 2% 0;
	border-top: 1px solid #dddddd;
}
.game_list_3column li:last-child{
	border-bottom: 1px solid #dddddd;
}
.game_list_3column li a{
	display: flex;
	text-decoration: none !important;
}
.game_list_3column .lthum {
	width: 30%;
	align-self: flex-start;
}
.game_list_3column .game_link{
	width: 100%;
	display: flex;
}
.game_list_3column .rbox {
	margin: 0 0 0 3%;
	width: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.game_list_3column .game-link-arrow {
	display: flex;
	align-items: center;
	margin: 0 auto;
}
.game-sec_morenaku .game_list_3column:nth-child(2) li {
	border-bottom: 0;
}
.game_sec .game_list_3column:nth-child(2) li {
	border-top: 0;
}
/* 区切り線の調整 */
.game_sec .game_item-bdrt-none {
	border-top: none;
}
.game_sec .game_list_2column_wrap h3, .game_sec h3.col3 {
	padding: 5px 0;
	margin-bottom: 20px;
}
.game_sec .game_list_2column_wrap h3 img {
	max-width: 310px;
	padding: 3px 0;
	width: 100%;
}
.game_list_2column .game-tag-bottom .game_tit_pc{
	display: none;
}
.game_list_2column .game-tag-bottom .display-sp{
	display: block;
}
.game_list_2column_wrap .game_wrap .first_game_sp_wrap li .first_game_sp a{
	width: 100%;
	display: block;
}
.game_sec .game_list_2column_wrap .game_wrap h4 {
	font-size: 14px;
	margin: 0;
}
.game_list_2column_wrap .game_wrap .first_game_sp_wrap li .first_game_sp a .first_game_sp_inner{
	display: flex;
	align-items: flex-start
}
.game_list_2column_wrap .game_wrap .first_game_sp_wrap li .first_game_sp a .first_game_sp_inner .rbox .game-tag-bottom{
	margin-top: 0;
	padding-left: 10px;
}
.game_list_2column_wrap .game_wrap .first_game_sp_wrap li .first_game_sp a .first_game_sp_inner .rbox .game-tag-bottom p:last-child{
	margin-bottom: 0;
}
.game_sec dl, .game_sec p {
	line-height: 1.4;
	margin-top: 3px;
	font-size: 14px;
}
.game-tag {
	font-size: 10px;
}
.game-tag-blue {
	display: inline-block;
	padding: 0 8px;
	font-size: 10px;
	margin-left: 0;
}
.game-tag-orange {
	width: 100%;
	padding: 0;
	margin: 0;
}
.game-tag-yellow {
	padding: 3px 8px;
	margin-top: 3px;
}
.game_list_2column_wrap .game_wrap .game_list_2column li .sp_rbox{
	width: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	margin: 0 0 0 10px;
}
.game_list_2column .rbox {
	margin-left: 15px;
	width: 100%;
}
.sec_ttl.col3 {
	font-size: 19px;
}

/* ============== ルール =================== */
.att-rule{
	margin-bottom: 30px;
}
.att-rule h3.sec_ttl,
.att-summary h3.sec_ttl {
	margin: 30px auto 20px;
	font-size: 22px;
}
.att-rule .att_list .att_item .att_item_inner .att_item_ttl {
	padding-left: 5px;
	margin-bottom: 5px;
	font-size: 16px;
	border-left: 3px solid #0AA8FF;
}
.att-rule .att_list .att_item + .att_item {
	margin-top: 20px;
}
.pointhistory_img {
	padding-left: 0;
	display: flex;
	justify-content: center;
	max-width: 520px;
	margin: 20px auto 40px;
}
.pointhistory_img + .pointhistory_img{
	margin-bottom: 25px;
}

/* ============== att =================== */
.att {
	padding: 0;
}
.att_list.ly-block_inner {
	width: calc(100% - 60px);
	margin-bottom: 30px;
}
.att_item + .att_item {
	margin-top: 10%;
}
.att_item_inner p,
.att_list-style {
	margin-top: 5px;
}
.att .point_table {
	width: 100%;
	font-size: 13px;
}
.att .point_table td {
	height: 48px;
	padding: 0 0 0 5px;
}
.att-summary .att_item_ttl{
	margin-bottom: 5px;
}
}



/* TB、SP小（~w767px）------------------------------------ */
/* ランキング表の調整 */
@media screen and (min-width: 460px) and (max-width: 767px) {
	.ranking_table02 dl dt {
		min-width: 180px;
		width: auto;
	}
	.ranking_table02 dl dd {
		font-size: 14px;
	}
}

@media screen and (min-width: 331px) and (max-width: 459px) {
	.ranking_table02 dl dt {
    	min-width: 110px;
    	width: auto;
	 }
}

@media screen and (max-width: 370px) {
	.sec_ttl {
		font-size: 18px;
	}
	.sec_ttl.col3 {
		font-size: 16px;
	}
	.sec_ttl::before,
	.sec_ttl::after {
		width: 35px;
	}
	.step_item-02 .step_lead::before,
	.step_item-02 .step_lead::after {
		position: absolute;
		width: 40px;
	}
	.step_item-02 .step_lead::before {
		top: 10px;
		margin-left: -60px;
	}
	.step_item-02 .step_lead::after {
		top: 10px;
		margin-left: -10px;
	}
	.ranking_table02 dl dt,
	.ranking_table02 dl dd,.rank_bold {
		font-size: 12px;
	}
	.ranking_table02 dl dd {
		font-size: 10px;
	}
	.ranking_table02 dl dt {
    	min-width: 87px;
	}
	.ranking_table02 dl dt span {
		width: 15px;
	}
	.ranking_table02 dl dt, .ranking_table02 dl dd {
		padding: 5px;
	}
 }

@media screen and (max-width: 330px) {
	.pagenav .pagenav-text {
		font-size: 10px;
	}
	.step2_inner_block span span {
		width: auto;
		height: auto;
		font-size: 12px;
	}
}

@media screen and (max-width: 300px) {
	.sec_ttl::before,
	.sec_ttl::after,
	.step_item-02 .step_lead::before,
	.step_item-02 .step_lead::after,
	.step_item-02 .content_txt::before,
	.step_item-02 .content_txt::after,
	.btn_wrap p::before, .btn_wrap p::after {
		display: none;
	}
	.acd-label::after {
		right: 5px;
	}
	.display-none-ssp {
		display: none;
	}
	.ranking_table02 dl dt,
	.ranking_table02 dl dd {
		word-break: initial;
	}
}
