@charset "utf-8";
.page_link_flexc{
	display: flex;
	justify-content: space-around;
}
.page_link_flexc li{
	width: 31%;
}
.decoration_contentb {
    position: relative;
    margin: 5% 3% 5%;
    padding: 1% 0;
}
.decoration_contentb::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url(../images/2609/decoration_waku.png) no-repeat;
    background-size: 100% 100%;
    pointer-events: none;
    z-index: 2;
}
.instacp_content {
    position: relative;
    margin: 5% 3% 5%;
    padding: 1% 0;
}
.instacp_content::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url(../images/2609/instacp_waku.png) no-repeat;
    background-size: 100% 100%;
    pointer-events: none;
    z-index: 2;
}
.instacp_content_inner {
    background: #fff;
    border-radius: 55px;
    padding: 3px 0 40px;
    margin: -5px 5px;
	position: relative;
}
.int02area {
    background: #f7ddc6;
}
.instacp_ttl {
	width: 85%;
    margin: auto;
    padding: 35px 0 30px;
}
.instacp_cont_prize{
    margin-top: -20px;
}
.instacp_cont_area {
    margin-top: -3%;
}
.instacp_cont02{
    margin-top: 1%;
}
.instacp_follow_btn {
    width: 80%;
    margin: 3% auto;
}
.instacp_cont03 {
    margin-bottom: 2%;
}
.instacp_hash{
	background: #fff9a7;
    width: 75%;
    margin: auto;
}
.instacp_hash p{
	text-align: center;
    color: #ea5536;
    font-weight: bold;
    font-size: 1.2em;
}
.instacp_cont04{
	margin-top: 3%;
}
.instacp_txt_btn {
    width: 80%;
    margin: -3% auto 0%;
    z-index: 2;
    position: relative;
}
.instacpback {
	position: absolute;
    bottom: 3%;
    margin: auto;
    width: 3%;
    right: 4%;
}
.sealpr_content.end .end_text {
    display: flex;
    position: absolute;
    inset: 0;
    align-items: center;
    justify-content: center;
    z-index: 21;
    color: #fff;
    font-size: 100px;
    font-weight: bold;
    writing-mode: vertical-rl;
    letter-spacing: 15px;
}
.sealpr_content.end::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .5);
    border-radius: 65px;
    z-index: 20;
}
.xcp02_content.end .end_text {
    display: flex;
    position: absolute;
    inset: 0;
    align-items: center;
    justify-content: center;
    z-index: 21;
    color: #fff;
    font-size: 100px;
    font-weight: bold;
    writing-mode: vertical-rl;
    letter-spacing: 15px;
}
.xcp02_content.end::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .5);
    border-radius: 65px;
    z-index: 20;
}
@media screen and (max-width: 700px) {
    .sealpr_content.end::after {
        border-radius: 55px;
    }
    .xcp02_content.end::after {
        border-radius: 55px;
    }
}
@media screen and (max-width: 599px) {
    .instacp_cont_prize {
    	margin-top: -5px;
	}
	.instacp_hash{
		width:90%;
	}
	.instacp_hash p{
		font-size: .8em;
		padding: 1% 0;
	}
	.sealpr_content.end .end_text {
        font-size: 55px;
    }
    .xcp02_content.end .end_text {
        font-size: 55px;
    }
}

@media screen and (max-width: 550px) {
.instacp_content_inner{
	margin: -4px 4px;
	border-radius: 45px;
}
}
@media screen and (max-width: 500px) {
	.instacp_content_inner{
		border-radius: 40px;
	}
    .sealpr_content.end::after {
        border-radius: 35px;
    }
    .xcp02_content.end::after {
        border-radius: 35px;
    }
}
@media screen and (max-width: 450px) {
	.instacp_content_inner{
		border-radius: 30px;
		margin: -3px 3px;
	}
	.instacp_ttl{
	padding: 20px 0 20px;
	}
	.instacp_content_inner {
		padding: 3px 0 20px;
}
}
@media screen and (max-width: 400px) {
	.instacp_hash p{
		font-size: .7em;
		padding: 1% 0;
	}
}
@media screen and (max-width: 360px) {
	.instacp_content_inner{
		border-radius: 26px;
	}
    .sealpr_content.end::after {
        border-radius: 30px;
    }
    .xcp02_content.end::after {
        border-radius: 30px;
    }
}