@media screen and (max-width: 780px) {

	.pc {display: none;}
	.sp {display: block;}

	.cont01 {
		padding: 60px 0;
	}

	h1 img {
		width: 80%;
		height: auto;
	}

	.top_text {
		width: 75%;
		margin: 40px auto 0;
		font-size: 15px;
		line-height: 28px;
		letter-spacing: 2px;
	}

	.popup_inner p:nth-child(2) {
		font-size: 23px;
		line-height: 35px;
	}
	.popup_inner p:nth-child(3) {
		margin-top: 20px;
		font-size: 14px;
		line-height: 27px;
	}

	.cont01_btn {
		width: 90%;
		margin: 50px auto 0;
	}
	.cont01_btn p {
		font-size: 18px;
		line-height: : 23px;
	}

	.cont01_btn2 {
		width: calc(90% - 40px);
		margin: 50px auto 0;
		padding: 10px;
	}
	.cont01_btn2 p {
		font-size: 14px;
		line-height: 28px;
		color: #fff;
	}

	.cont02 {
		padding: 100px 0;
	}

	.cont_title p:nth-child(2) {
		margin-top: 20px;
		font-size: 28px;
		letter-spacing: 3px;
	}
	.cont_title p:nth-child(3) {
		margin-top: 10px;
	}

	.cont03 img {
		width: 90%;
		height: auto;
	}

	.cont04 {
		padding: 20px 0;
	}
	.cont04 p {
		font-size: 13px;
	}

	/* card area ------------------------ */
	.list-wrapper{
		margin: 40px auto 0;
	}

	.share_btn ul {
		width: 60%;
	}

	.share_btn img {
		width: 16vw;
		height: auto;
	}

}
