@charset "utf-8";
/* ============== 共通 =================== */
#contents {
	background-color: #160d24;
	padding: 0 0 10px;
	color: #333;
	text-align: center;
	font-size: 14px;
	line-height: 1.6;
}
#contents * {
	box-sizing: border-box;
}
#contents a {
	color: #0099cc;
	text-decoration: underline;
}
#contents a:hover {
	opacity: 0.7;
}
.display-sp {
	display: none;
}
.display-mb {
	display: none;
}
.end_txt {
	margin: 20px auto 0;
	font-weight: bold;
	color: #FF0004;
	font-size: 180%;
	text-align: center;
}
.fw-b {
	font-weight: bold;
}
.mt5 {
	margin-top: 5px;
}
/*コンテンツ幅*/
.ly-block {
	margin: auto;
	max-width: 970px;
	width:calc(100% - 60px);
	border: 1px solid #00ffff;
	border-radius: 8px;
	overflow: hidden;
	/* background-color: #fff; */
}
main{
	width: calc(100% - 50px);
	margin: 0 auto;
}
/* ============== top =================== */
.top_ttl {
	background-image: linear-gradient(to bottom, #000000 0%, #1d122e 35%, #432653 100%);
	/* 各ブラウザ対応 */
	background-image: -moz-linear-gradient( -90deg, #000000 0%, #1d122e 35%, #432653 100%);
	background-image: -webkit-linear-gradient( -90deg, #000000 0%, #1d122e 35%, #432653 100%);
}

.top picture{
	display: block;
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/winticket_2307/img/bg_pc.png) center top/contain repeat-x;
}

.top_date {
	background-color: #e95699;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.top_date img {
	height: 23px;
}
/* ============== step =================== */
.sec_ttl{
	margin: 0 auto 40px;
}
.step{
	max-width: 970px;
	margin: 0 auto;
}
.step_item {
	position: relative;
	background-color: #fff;
	border: solid 1px #00ffff;
	border-radius: 8px;
	margin-bottom: 80px;
}
.step_item:last-child{
	margin-bottom: 40px;
}
.step_icon {
    width: 130px;
    height: 36px;
    border-radius: 18px;
	background-color: #00ffff;
	color: #160d24;
	font-size: 18px;
	font-weight: bold;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -18px;
	left: 50%;
	transform:translateX(-50%);
	z-index: 2;
}
.step_inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 70px 40px;
}
.step_item:nth-of-type(2) .step_inner{
	padding-bottom: 24px;
	position: relative;
}
.step_img{
	margin-left: 20px;
	width: calc((100% - 20px)/2)
}
.step_txt {
	text-align: left;
	font-size: 18px;
	width: calc((100% - 20px)/2)
}
.step_item:nth-child(2) .step_txt p:nth-child(2) {
	margin-top: 16px;
	font-size: 16px;
}
.step_txt span {
	font-weight: bold;
}
.step .note-txt {
	text-align: left;
}
.step_att{
    text-align: left;
    display: block;
    max-width: 970px;
    padding: 0 70px;
    margin: 0 auto 40px;
}

/* ●応募例 */
.step_att p.step_ttl{
	position: relative;
	padding-left: 1.3em;
}
.step_att p.step_ttl::before {
	content: "";
	display: block;
	background-color: #ccc;
	border-radius: 50%;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 4px;
	left: 0;
}

/* ▼マーク */
.step_item:nth-child(2)::after{
	position: absolute;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/winticket_2307/img/arrow.png);
    background-size: 48px 30px;
    right: 0;
    left: 0;
    z-index: 1;
    width: 48px;
    height: 30px;
    margin: auto;
    content: "";
    bottom: -58px;
}

.step_item.present{
	overflow: hidden;
	max-width: 970px;
	margin-top: 90px;
	background-image: linear-gradient(to bottom, #30004e 0%, #421a5e 42%, #5e3575 100%);
	/* 各ブラウザ対応 */
	background-image: -moz-linear-gradient( -90deg, #30004e 0%, #421a5e 42%, #5e3575 100%);
	  background-image: -webkit-linear-gradient( -90deg, #30004e 0%, #421a5e 42%, #5e3575 100%);
}


/* ============== att =================== */
.att {
	margin: 16px auto 60px;
	text-align: left;
	background-color: #fff;
	border: solid 1px #00ffff;
}
.att_list {
    width: calc(100% - 60px);
    max-width: 830px;
    margin: 6.8% auto;
}
.att_item + .att_item {
	margin-top: 30px;
}
.att_item_ttl {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 15px;
	padding-left: 1.5em;
	position: relative;
}
/*「●」タイプのリスト用*/
.att_item_ttl::before {
	content: "";
	display: block;
	background-color: #e95699;
	border-radius: 50%;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 2px;
	left: 0;
}
.att_item_inner p {
	margin-top: 10px;
}
.att_item_inner .note-txt {
	margin-top: 0;
}
.att_item_inner p + p {
	margin-top: 0;
}
.att_item_img {
	text-align: center;
	margin: 20px auto;
}
.att_list-style {
	text-indent: -1em;
	padding-left: 1em;
}
.att_num-style {
	text-indent: -1.4em;
	margin-top: 10px;
	padding-left: 1.5em;
	counter-reset: number 0;
}
.att_num-style > li::before {
	counter-increment: number 1;
	content: "(" counter(number) ")";
}
.att_small-unit {
	margin: 10px auto;
}
.att_list-style .att_small-unit {
	text-indent: 0;
}
.att_list-style li > .att_list-style,
.att_list-style li > .att_num-style,
.att_num-style li > .att_list-style,
.att_num-style li > .att_num-style,
.att_small-unit .att_list-style,
.att_small-unit .att_num-style {
	margin-top: 0;
	margin-bottom: 10px;
}
.att_list-style li > .att_num-style,
.att_num-style li > .att_num-style {
	transform: translateX(-0.2em);
}
.att_small-unit .att_list-style,
.att_small-unit .att_num-style {
	margin-left: 0.5em;
}
.att_item_fwb {
	font-weight: bold;
}
.att_item_ftem {
	color: #f50028;
	font-weight: bold;
}
/* コンテンツ（SP：767px以下）
========================================================*/
@media screen and (max-width: 767px) {
	/* ============== 共通 =================== */
	.display-pc {
		display: none;
	}
	.display-sp {
		display: block;
	}
	.end_txt {
		font-size: 150%;
	}
	.ly-block {
		width: 100%
	}
	main{
		width: calc(100% - 30px);
		margin: 0 auto;
	}

	h3.sec_ttl{
		display: block;
		width: 260px;
		margin: 0 auto 20px;
	}
	h3.att_ttl{
		display: block;
		width: 260px;
		margin: 21px auto 15px;
	}
	/* ========== top ==========  */
	.top_date {
		height: 36px;
	}
	.top_date img {
		height: 17px;
	}
	/* ==========  step ==========  */
	.step{
		margin: 10px auto 0;
	}
	.step_list {
		width: 100%;
		margin: 32px auto 45px;
		/* flex-direction: column; */
	}
	.step_icon{
		width: 80px;
		height: 25px;
		font-size: 14px;
		top: -12px;
	}
	.step_inner {
		margin: 24px auto 10px;
		display: block;
		padding: 20px 30px;
	}
	.step_item:nth-of-type(2) .step_inner{
		margin-bottom: 0;
	}
	.step_img{
		width: 100%;
		margin: 0 auto;
	}
	.step_img picture {
		display: block;
		max-width: 350px;
		margin: auto;
	}
	.step_txt {
		width: 100%;
		margin: 0 auto 24px;
		text-align: center;
	}
	.step_item {
		margin-bottom: 40px;
		}

	.step_item:nth-child(2)::after {
	bottom: -52px;
	}

	.step_item.present {
	margin-top: 70px;
	}

	.step_list {
	margin: 32px auto 50px;
	}
	.step_item:first-child .note-txt {
		text-align: center;
	}
	.step_item:nth-child(2) .step_txt p:nth-child(2){
		text-align: left;
		display: inline-block;
	}
	.step_att {
		padding: 0 30px;
		display: inline-block;
	}

/* ============== att =================== */
	.att {
		margin: 15px auto 50px;
	}
	.att_list.step_inner {
		margin: 30px auto;
	}
	.att_item + .att_item {
		margin-top: 40px;
	}
	.att_item_ttl{
		margin-bottom: 10px;
		padding-left: 1.5em;
	}
	.att_item_inner p, .att_list-style {
		margin-top: 5px;
	}
}
@media screen and (max-width: 400px){
	.display-mb {
		display: block;
	}
}