@charset "utf-8";
/* ============== 共通 =================== */
#contents {
	background-color: #ffffff;
	color: #333;
	text-align: center;
	font-size: 14px;
	line-height: 1.6;
	font-feature-settings: "palt";
}
.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-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: 770px;
	margin: 40px auto;
}


/* ============== btn =================== */
.btn_wrap {
	margin: 60px auto;
}
#contents .btn {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}
.btn {
	position: relative;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	width: 100%;
	max-width: 370px;
	height: 50px;
	background-color: #FF9123;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/play2512/img/btnarrow_right.png);
	background-size: 20px;
	background-position: center right 15px;
	background-repeat: no-repeat;
}
.btn_att {
	max-width: 570px;
	margin: 10px auto 0;
	font-size: 12px;
	line-height: 1.6;
	font-weight: normal;
	text-align: left;
}
.btn_detail {
	border: 1px solid #111;
	background-color: #fff;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/play2512/img/btnarrow_right_white.png);
	background-size: 20px;
	background-position: center right 15px;
	background-repeat: no-repeat;
	color: #111 !important;
}

/*終了対応*/
#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;
}

/*追従エントリーボタン*/
.p-stickyItem {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    padding: 15px 0;
    background: rgba(0, 0, 0, 0.5);
}
.p-stickyItem .btn_wrap {
	margin: auto;
}
.js-stickyItem {
    transition: opacity 0.3s, visibility 0s ease 0.3s;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
}
.js-stickyItem.is-show {
    transition-delay: 0s;
    opacity: 1;
    visibility: visible;
    z-index: 10;
}


/* ============== MV =================== */
.mv {
	background: #1D6094;
}


/* ========== term ============= */
.date {
	font-size: 0;
	background-color: #111;
	padding: 12px 0 8px;
	text-align: center;
}
.date img {
	height: 25px;
}


/* ========== 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: #1D6094;
    border: 1px solid #111;
    border-radius: 8px;
}
.acd-label::after {
    content: "";
    background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/play2512/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/play2512/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;
	max-width: 770px;
	width: 100%;
	margin: 0 auto;
	gap: 30px;
}
.pagenav .pagenav-link {
	text-decoration: none !important;
	padding: 7px 0;
	width: 21.8%;
	height: 56px;
	border: 1px solid #111;
	border-radius: 8px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	cursor: pointer;
	position: relative;
}
.pagenav .pagenav-link::before{
	content: "";
	display: inline-block;
	position: absolute;
	left: 50%;
	bottom: -10px;
	transform: translateX(-50%);
	width: 20px;
	height: 20px;
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/play2512/img/btnarrow_down.png) no-repeat;
	background-size: contain;
	z-index: 1;
}


/* ============== 注釈 =================== */
.c-note_txt {
	color: #999;
	margin-top: 10px;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 12px;
}


/* ============== 吹き出し =================== */
.c-slash {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.c-slash::before,.c-slash::after {
    content: "";
    width: 30px;
    height: 2px;
    box-sizing: border-box;
    background-color: #525252;
}
.c-slash::before {
    transform: rotate(60deg);
}
.c-slash::after {
    transform: rotate(-60deg);
}


/* ============== section =================== */
.sec {
	overflow: hidden;
	margin-bottom: 60px;
}
.sec_tit {
	text-align: center;
	margin: 0 auto 40px;
	width: 570px;
}
.sec_ttl img {
	max-width: 100%;
}
.sec_bg {
	background-color: #E9F0F5;
}


/* ============== 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: #1D6094;
	border: 1px solid #111;
	font-size: 14px;
	line-height: 1;
	font-weight: bold;
	border-radius: 20px;
	width: 170px;
	height: 30px;
	top: -15px;
	left: 50%;
	transform: translateX(-50%);
}
.step_img {
	margin: 20px auto;
	width: 370px;
}
.step_img img {
	max-width: 100%;
}
.step_bg {
	background-color: #E9F0F5;
}
.step_bg_last {
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/play2512/img/bg_step3_pc.png) center bottom/cover no-repeat;
	background-color: #E9F0F5;
	background-size: 100%;
	background-position-y: bottom;
	margin-top: 55px;
}
.step.sec .step_list .ly-block:first-child{
	margin-top: 0;
}
.step_item,
.step_item-02 {
	position: relative;
	padding: 40px 10px;
}
.step_lead {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.step_inner {
	text-align: center;
}
.step_inner .step_inner_note {
	max-width: 570px;
	margin: 0 auto;
	text-align: left;
}
.step_inner .step_inner_note .c-note_txt:not(:first-child) {
	margin-top: 0;
}
.step_item .btn_wrap{
	margin: 20px auto 0;
}
.step_item .anc_block{
	position: relative;
	width: 370px;
	margin: 20px auto 0;
	z-index: 1;
}
.step_item .anc_block .balloon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 370px;
	height: 50px;
	margin: 0 auto;
	padding: 0 10px;
	background-color: #fff;
	border: 1px solid #111;
	border-radius: 25px;
	color: #111 !important;
	text-decoration: none !important;
	font-size: 14px;
	font-weight: bold;
}
.step_item .anc_block .balloon::before{
	content: "";
	display: inline-block;
	position: absolute;
	left: 50%;
	bottom: -10px;
	transform: translateX(-50%);
	width: 20px;
	height: 20px;
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/play2512/img/btnarrow_down.png) no-repeat;
	background-size: contain;
	z-index: 1;
}
.step_item .anc_block .balloon:hover {
	cursor: pointer;
	opacity: .8;
}
.step_item .anc_block .img_ponta {
	position: absolute;
	right: -110px;
	bottom: -20px;
	width: 110px;
	z-index: 3;
}


/* ============== cpn =================== */
.cpn_sec {
	margin: 0 auto 60px;
	padding: 0 70px;
	background-color: #CDF2F4;
}
.cpn_list {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}
.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 12/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;
}
.ly-block-ranking {
	border: none;
}
.ranking_table .c-note_txt {
	text-align: left;
	margin-top: 10px;
}
.ranking_table_header {
	border: 1px solid #111;
	border-radius: 8px 8px 0 0;
	background-color: #1D6094;
	width: 100%;
	height: 70px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.ranking_table_inner{
	padding: 20px 20px 40px;
	background: #fff;
	border-radius: 0 0 8px 8px;
}
.ranking_table_inner dl{
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.ranking_table_inner dl + dl{
	margin-top: 10px;
}
.ranking_table_inner dl dt,
.ranking_table_inner dl dd{
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	color: #111;
	word-break: keep-all;
}
.ranking_table_inner dl dt{
	padding: 10px 5px 8px 10px;
	border: 2px solid #111;
	border-radius: 8px 0 0 8px;
	text-align: left;
}
.ranking_table_inner dl:nth-of-type(odd) dt{
	background: #26CAD0;
}
.ranking_table_inner dl:nth-of-type(even) dt{
	background: #FFE002;
}
.ranking_table_inner dl dt span{
	display: inline-block;
	margin-right: 3px;
	max-width: 13.2%;
}
.ranking_table_inner dl dt span img{
	margin-top: 1px;
	vertical-align: top;
}
.ranking_table_inner 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_table_inner dl dd .rank_bold{
	display: inline-block;
	margin-right: 3px;
	color: #FF116E;
}
.ranking_table_inner .note-txt{
	margin-top: 10px;
	text-align: left;
}
.ranking_table_inner .note-txt + .note-txt{
	margin-top: 0;
}
@media screen and (min-width: 926px) and (max-width: 1032px) {
	.ranking_table_inner dl dt,
	.ranking_table_inner dl dd{
		font-size: 14px;
		padding: 10px 5px 8px;
	}
}
@media screen and (min-width: 838px) and (max-width: 925px) {
	.ranking_table_inner dl dt,
	.ranking_table_inner dl dd{
		font-size: 12px;
		padding: 10px 5px 8px;
	}
	.ranking_table_inner dl + dl {
		margin-top: 5px;
	}
}
@media screen and (min-width: 768px) and (max-width: 837px) {
	.ranking_table_inner dl dt,
	.ranking_table_inner dl dd{
		font-size: 10px;
		padding: 10px 3px 8px;
	}
	.ranking_table_inner dl + dl {
		margin-top: 5px;
	}
}


/* ============== 対象コンテンツ =================== */
.game_sec {
	background: #fff;
	margin: 0px auto;
	padding: 0 0 60px;
}
.game_sec_tit,
.game_sec_tit_sub {
	margin: 0 auto 30px;
	width: 370px;
}
.game_sec .game_list_2column_wrap {
	margin-bottom: 30px;
}
.game_wrap {
    max-width: 970px;
    margin: auto;
}
.game_wrap + .game_wrap {
	margin-top: 60px;
}
.game_sec .game_list_2column_wrap h4.sec_ttl,
.game_sec h4.sec_ttl.col3{
	width: 100%;
	padding: 5px 0;
	margin: 0 auto 50px;
	text-align: center;
}
.game_sec .game_list_2column_wrap h4.sec_ttl::before,
.game_sec h4.sec_ttl.col3::before,
.game_sec .game_list_2column_wrap h4.sec_ttl::after,
.game_sec h4.sec_ttl.col3::after{
	content: none;
}
.game_sec .game_list_2column_wrap h4.sec_ttl img,
.sec_ttl.col3 img{
	width: auto;
	height: 46px;
}
.game_sec .game_list_data {
	margin-top: 10px;
    text-align: left;
}
.game_sec .game_list_data h5 {
	margin-bottom: 10px;
    color: #333333;
	font-size: 14px;
}
.game_sec .game_list_data p {
	margin-top: 10px;
	color: #333;
}
.game-tag_device {
	border: 1px solid #000;
	background-color: #fff;
	color: #333;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	padding: 2px 10px;
}
.game_sec dl,
.game_sec p {
	text-align: left;
}
.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 h5 + p,
.game_list_2column .sp_rbox .sp_rbox_inner + p{
	margin-top: 10px;
	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 30px 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_sec .ly-block_inner {
	background-color: #E9F0F5;
	padding: 50px 100px;
	max-width: none;
	margin: auto;
}
.game_sec_applist {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 30px 0 10px;
	padding: 30px 0;
	display: flex;
	gap: 25px;
}
.game_sec_applist_item {
	width: 240px;
}
.game_sec_applist_item div {
	display: inline-flex;
	align-items: center;
	margin-bottom: 10px;
	text-align: left;
}
.game_sec_applist_item h5{
	font-size: 14px;
}
.game_sec_applist_item img {
	margin-right: 10px;
	width: 70px;
}
.game_sec_applist_item span {
	font-weight: bold;
}
.game_sec_alertbox {
	border: 1px solid #F50028;
	border-radius: 8px;
	background-color: #fff;
	padding: 20px;
	margin-top: 20px;
}
.game_sec_alertbox p {
	color: #F50028;
	max-width: 570px;
	margin: 0 auto;
}
.game_sec_introduction {
	margin-top: 30px;
}
.game_sec_introduction .c-slash {
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}
.game_sec_introduction .acd-introduction {
	display: flex;
	justify-content: center;
	gap: 30px;
}
.game_sec_introduction .acd-check:checked~.acd-content {
	padding: 30px 15px;
}
.game_sec_introduction .acd-introduction .acd-introduction-item {
	position: relative;
	width: 285px;
}
.game_sec_introduction .acd-introduction .acd-introduction-item:last-child::before {
	content: "";
    position: absolute;
    left: -20px;
    bottom: 166px;
    width: 20px;
    height: 20px;
    background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/play2512/img/arrow.png) no-repeat center / contain;
}
.game_sec_introduction_num {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	font-weight: bold;
	gap: 10px;
	min-height: 50px;
}
.game_sec_introduction_num img {
	width: 30px;
	height: 30px;
}
.game_sec_introduction_txt {
	min-height: 70px;
}
.game_sec_introduction_img {
	margin-top: 10px;
}
.game_sec_howto {
	margin-top: 30px;
}
.game_sec_howto .c-slash {
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}
.game_sec_howto_pc {
	background-color: #fff;
	border-radius: 8px;
	padding: 30px 20px;
}
.game_sec_howto_board {
	margin: 20px auto 0;
	max-width: 570px;
}
.game_sec_howto_board_img {
	display: flex;
	align-items: center;
	margin-top: 20px;
	gap: 18px;
}
.game_sec_howto_board_img .img_app {
	padding-right: 18px;
	border-right: 1px solid #eee;
}
.game_sec_howto_board_img .img_qr {
	padding-left: 18px;
	border-left: 1px solid #eee;
}
.game_sec_howto_board_img .img_app img,
.game_sec_howto_board_img .img_qr img {
	max-height: 53px;
}
.game_sec_howto_board_img .img_dl {
	display: inline-flex;
	gap: 10px;	
}
.game_sec_howto_board_img .img_dl img {
	max-height: 40px;
}
.game_sec_web {
	margin-top: 30px;
}
.game_list_3column_wrap {
	border-top: 1px solid #000;
	padding-top: 50px;
}


/* ============== おトク =================== */
.ly-block-otoku {
	border: none;
	padding: 20px 0;
}
.otoku_block {
	display: flex;
	margin: 0 auto;
	gap: 30px;
}
.otoku_block_img {
	width: 370px;
}
.otoku_block_data {
	width: 370px;
	text-align: left;
}
.otoku_block_data .note-txt {
	margin-top: 10px;
}
.otoku_block_data .btn_wrap {
	margin-top: 20px;
}


/* ============== ルール =================== */
.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 #1D6094;
}
.att-rule .att_list .att_item + .att_item {
    margin-top: 20px;
}


/* ============== att =================== */
.att {
	text-align: left;
}
.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: #1D6094;
	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_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 #1D6094;
	text-align: center;
}
.att .point_table td {
	padding: 2px 10px;
	text-align: left;
}
.att .point_table th {
	background-color: #1D6094;
	text-align: center;
	font-weight: 700;
	color: #fff;
}
.att .point_table tr:nth-child(odd) td {
	background-color: #E9F0F5;
}
.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-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% - 30px);
	margin: 30px auto;
}
.btn_att {
	margin-top: 10px;
}

/*終了対応*/
#contents .btn_close::after {
	font-size: 1.8rem;
}


/* ========== accordion ============= */
.camp-att {
	width: 100%;
	margin-top: 30px;
	width: calc(100% - 30px);
}
.acd-label {
	height: 50px;
}
.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: 25px auto 0;
	width: 95%;
}
.pagenav ul {
	font-size: 12px;
	gap: 5px;
}
.pagenav .pagenav-link {
	width: 23.5%;
}
.pagenav .pagenav-link::after {
	display: none;
}
.pagenav .pagenav-link-block {
	display: block;
	background-color: #fff;
}
.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;
	line-height: 1.4;
}


/* ========== term ============= */
.date {
	padding: 10px 0;
}
.date img {
	height: 16px;
}


/* ============== section =================== */
.sec {
	margin-bottom: 50px;
}
.sec_tit {
	margin: 50px auto 30px;
	width: 100%;
	max-width: 345px;
}


/* ============== step =================== */
.step.sec .sec_ttl{
	margin: 25px auto 35px;
}
.step.sec .step_list .ly-block{
	margin-top: 30px;
	overflow: visible;
}
.step_icon {
	width: 100px;
	height: 30px;
	top:-15px;
}
.step_img {
	width: 100%;
	max-width: 315px;
	margin: 10px auto;
}
.step_item,
.step_item-02 {
	position: relative;
	padding: 35px 15px 30px;
}
.step_lead {
	font-size: 16px;
	margin-bottom: 15px;
}
.step_inner {
	text-align: left;
}
.step_item .btn_wrap{
	width: 100%;
	margin: 0 auto;
}
.step_item .anc_block {
	width:100%;
}
.step2_inner_block{
	max-width: 400px;
	margin: 15px auto;
	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;
}
.step_inner .step_inner_note {
	max-width: none;
}

/* アンカーリンク */
.step_item-02 .anc_block p.balloon {
	width: 100%;
	max-width: 400px;
	padding: 0;
	font-weight: normal;
}
.step_item-02 .anc_block p.balloon:hover{
	opacity: 1;
}
.step_item-02 .anc_block .img_ponta{
	right: 0;
	bottom: -80px;
	width: 66px;
}
.step_item.step_bg .step_lead + p{
	font-size: 14px;
}
.step_bg_last {
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/play2512/img/bg_step3_sp.png) center bottom/cover no-repeat;
	background-color: #E9F0F5;
	background-size: 100%;
}


/* ============== cpn =================== */
.cpn_sec {
	margin: 0 auto;
	padding: 0 15px 30px;
}
.cpn_sec .ly-block_inner {
	width: 100%;
	margin: 0 auto;
}
.cpn_list {
	display: block;
}
.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;
}
.ranking_table .acd-check:checked~.acd-content {
	border: none;
	padding: 0;
}
.ranking_table_header {
	width: 100%;
	height: 50px;
}
.ranking_table_header2 {
	border-radius: 8px;
}
.ranking_table_inner{
	padding: 15px 10px 30px;
	border-radius: 0 0 8px 8px;
}
.ranking_table_inner dl{
	min-height: 36px;
}
.ranking_table_inner dl + dl{
	margin-top: 5px;
}
.ranking_table_inner dl dt span {
	max-width: 10.8%;
	vertical-align: top;
}
.ranking_table_inner dl dt,
.ranking_table_inner dl dd {
	padding: 10px 5px 5px;
}
.ranking_table_inner dl dt,
.ranking_table_inner dl dd .rank_bold{
	font-size: 3.7vw;
	line-height: 1;
}
.ranking_table_inner dl dd{
	font-size: 3.2vw;
	line-height: 1;
}
.sec_ranking {
	margin-bottom: 0;
}


/* ============== 対象コンテンツ =================== */
.game_sec{
	width: 100%;
	margin-top: 0;
	padding: 0;
}
.game_sec_tit {
	margin: 0 auto 20px;
	width: 100%;
	max-width: 315px;
}
.game_sec_tit_sub {
	margin: 0 auto 5px;
	width: 100%;
	max-width: 315px;
}
.game_sec_tit_sub_app {
	margin: 0 auto 20px;
}

.game_sec .game_list_2column_wrap {
	margin-bottom: 0;
}
.game_list_2column {
	display: block;
}
.game_sec .game_list_data {
	margin-top: 0;
	margin-left: 10px;
	font-size: 14px;
}
.game_sec .game_list_2column_wrap .game_list_2column_wrap_inner{
	margin-bottom: 30px;
}
.game_wrap {
	max-width: none;
}
.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 {
	margin: 0 auto;
}
.game_list_2column_wrap .game_wrap .game_list_2column li {
	margin: 0;
	width: 100%;
	max-width: 100%;
}
.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: 1px solid #ddd;
}
.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: 120px;
	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{
	width: 126px;
	height: 18px;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}
.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 h5 {
	margin: 0;
	width: 100%;
}
.game_sec .game_list_3column .game-tag-bottom{
	margin: 0;
}
.game_list_3column li .game-tag-bottom h5 + span{
	margin-top: 0;
}
.game_list_3column li{
	margin: 0;
	width: 100%;
	max-width: 100%;
	border-top: 1px solid #dddddd;
}
.game_list_3column li:first-child {
	border-top: none;
}
.game_list_3column li:last-child {
	border-bottom: none;
}
.game_list_3column li a{
	display: flex;
	text-decoration: none !important;
}
.game_list_3column .lthum {
	width: 120px;
	align-self: flex-start;
}
.game_list_2column .game_link,
.game_list_3column .game_link {
	width: 100%;
	font-size: 12px;
	display: flex;
	align-items: center;
	gap: 10px;
}
.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_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_list_2column_wrap .game_wrap .first_game_sp_wrap li .first_game_sp a h4.display-sp{
	margin: 0 0 5px;
	font-size: 14px;
	text-align: center;
}
.game_list_2column_wrap .game_wrap .first_game_sp_wrap li .first_game_sp a .first_game_sp_inner{
	display: flex;
	align-items: center;
}
.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{
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 14px;
	text-align: left;
}
.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_list_2column_wrap .game_wrap .first_game_sp_wrap li .first_game_sp a .first_game_sp_inner .rbox .game-tag-blue{
	display: flex;
	width: 126px;
	height: 18px;
	margin-bottom: 5px;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}
.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_inner {
	padding: 30px 15px;
}
.game_sec_applist {
	flex-wrap: wrap;
	margin: 15px 0 10px;
	padding: 0 0 15px;
	gap: 15px;
}
.game_sec_applist_item {
	border-top: 1px solid #ddd;
	padding-top: 15px;
	width: 100%;
}
.game_sec_applist_item:first-child {
	border-top: none;
}
.game_sec_applist_item div {
	width: 100%;
}
.game_sec_alertbox {
	padding: 10px;
}
.game_sec .ly-block_inner {
	padding: 30px 15px;
}
.game_sec_introduction .acd-introduction {
	display: block;
}
.game_sec_introduction .acd-check:checked~.acd-content {
	padding: 20px 15px;
}
.game_sec_introduction .acd-introduction .acd-introduction-item {
	width: auto;
}
.game_sec_introduction .acd-introduction .acd-introduction-item:last-child {
	margin-top: 50px;
}
.game_sec_introduction .acd-introduction .acd-introduction-item:last-child::before {
	transform: rotate(90deg) translateX(-50%);
	-webkit-transform: rotate(90deg) translateX(-50%); /* Safari用 */
	top: -33px;
	left: 50%;
	bottom: auto;
}
.game_sec_introduction_num {
	min-height: auto;
}
.game_sec_introduction_txt {
	min-height: auto;
}

.game_sec_howto_sp .btn_wrap {
	width: 100%;
	margin: 10px auto;
}
.game_sec_howto_sp .btn_wrap .btn_wrap_store {
	background-color: #fff;
	border-radius: 8px;
	margin: 20px 0 10px;
	padding: 20px 15px;
}
.game_sec_howto_sp .btn_wrap .btn_wrap_store .store_ttl {
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.game_sec_howto_sp .btn_wrap .btn_wrap_store .store_btn img {
	max-width: 158px;
}
.game_sec_howto_sp .btn_wrap .btn_wrap_store .note-txt {
	margin-top: 10px;
}
.game_sec_web {
	margin-top: 15px;
}
.game_list_2column_sp .game_link,
.game_list_3column_sp .game_link {
	position: relative;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/play2512/img/arrow_list.png);
	background-size: 7px;
	background-position: center right;
	background-repeat: no-repeat;
	padding: 15px 0;
} 
.game_list_2column_sp .game_list_data,
.game_list_3column_sp .game_list_data {
	margin-right: 15px;
	margin-left: 0;
} 


/* ============== おトク =================== */
.ly-block-otoku {
	padding: 0;
}
.otoku_block {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
	gap: 0;
}
.otoku_block_img {
	width: 100%;
	margin-bottom: 10px;
}
.otoku_block_data {
	width: auto;
	text-align: left;
}
.otoku_block_data .btn_wrap {
	margin-top: 20px;
	width: 100%;
}


/* ============== ルール =================== */
.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 #1D6094;
}
.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_list.ly-block_inner {
	width: calc(100% - 30px);
	margin-bottom: 30px;
	padding: 30px 0;
}
.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;
}
}

