@charset "utf-8";

/*----------------------------------
  appimg
------------------------------------*/

.appimg{
	padding: 2em 0 0;
}

.appimg a {
    border: 2px solid #FFF;
    color: #FFF;
    background-image: url("../../../common_v13/img/icon/svg/arrow/ar_white.svg");
    background-repeat: no-repeat;
    background-position: center right 12px;
    background-size: 18px auto;
	width: 100%;
}

.d-shadow {
    box-shadow: 0 3px 12px rgb(0 0 0 / 20%);
}

.btn_shop{
	display:flex;
	justify-content: center;
	align-items: center;
	color:#FFF;
	font-weight: bold;
	line-height: 1.2;
	padding: 1em 30px !important;
	border-radius: 100px;
	background: url("/common_v13/img/icon/svg/arrow/ar_white.svg") no-repeat right 15px center #00a54f;
	text-align: center;
	cursor: pointer;
}

.btn_w80{
	width: 90% !important;
	margin: 0 auto;
}

/* TAB用768px～（TAB）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 768px) {

	.sp_only{
		display: none;
	}

	.btn_shop{
		font-size: 24px;
		padding: 20px;
		transition: 0.5s;
		background-position: right 25px center;
		max-width: 740px !important;
		margin-left: auto;
		margin-right: auto;
	}
	
	.btn_shop:hover{
		opacity: 0.7;
		text-decoration: none;
	}

}




/* PC用1024px～（NPC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1024px){
	
	.appimg a {
		border: 4px solid #FFF !important;
		background-position: center right 28px !important;
		background-size: 28px auto !important;
	}
	
}




/* PC用1280px～（PC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1280px){



}

/* closeCampaign */
#yokokuText{
	background: #00A73C;
	text-align: center;
	font-weight: bold;
	font-size: 2rem;
	line-height: 1;
	color: #FFFFFF;
	padding: 10px 10px 7px;
    margin-bottom: 1em;
}

/* TAB用768px～（TAB）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 768px) {

	/* closeCampaign */
	#yokokuText{
		padding: 15px 15px 12px;
	}

}




/* iPad pro・ノートPC用1024px～（NPC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1024px) {

	/* title */

	/* closeCampaign */
	#yokokuText{
		font-size: 4rem;
		padding: 20px 20px 17px;
	}

}