@charset "utf-8";
/* CSS Document */

div.campaign_int{
	width: 100%;
	height: auto;
	font-family: "kozuka-gothic-pro", sans-serif;
	font-weight: 500;
	font-style: normal;
	line-height: 1.8rem;
}

div.campaign_int .head{
	margin-bottom:65px;
}

div.campaign_int .head img{
	width:100%;
	height:auto;
}

div.campaign_int h1{
	font-weight: 700;
	font-style: normal;
	font-size: 32px;
	margin-bottom:10px;
	color: #F0831E;
	letter-spacing: 0.15rem;
	padding: 5px 10px 5px 10px;
	text-align: center;
	padding:20px 20px 25px;
	line-height:3rem;
	font-family: "kozuka-gothic-pro", sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.2rem;
}

div.campaign_int h2.ribbon{
	display: block;
	font-size: 30px;
	margin: 60px 0 30px 0;
	padding: 0.5em 0 0.5em 50px;
	background-image: url(/img/article/orange/orange_h2icon.png);
	background-position: left 40%;
	background-repeat: no-repeat;
	color: #EF821D;
	border-bottom: #FFCC33 10px solid;
	background-size: 34px auto;
	line-height: 3.0rem;
}

div.campaign_int h3{
	font-weight: 700;
	font-style: normal;
	font-size:22px;
	padding:0 20px 0;
	margin-bottom:10px;
	color: #EE8900;
}

div.campaign_int h3:before{
	content:"●";
}

div.campaign_int p{
	font-size:18px;
	color: #000;
	font-weight:400;
}

div.campaign_int > p{
	padding-left:20px;
	padding-right:20px;
	line-height: 1.95rem;
	letter-spacing: 0.09rem;
}

div.campaign_int > img{
	max-width:720px;
	width:100%;
	height:auto;
	vertical-align:bottom;
	margin: 64px auto 60px;
	display: block;
}

div.campaign_int > img.full{
	max-width:100%;
}

div.campaign_int > img + h2{
	margin-top:80px;
}


div.campaign_int p.name{
	font-size: 22px;
	text-align: center;
	font-weight: 700;
	background: #fff;
	color: #013893;
	padding: 8px 10px;
	line-height: 1.8rem;
	letter-spacing: 0.15rem;
	margin-bottom: 15px;
}

div.campaign_int .mokuji{
	display:flex;
	border:solid 3px #F0831E;
	max-width:760px;
	margin:52px auto -15px;
}

div.campaign_int .mokuji > div{
	padding: 25px 20px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

div.campaign_int .mokuji > div:nth-child(1){
	color:#fff;
	background:#F0831E;
	width:160px;
	font-size:24px;
	-webkit-justify-content: center;
	justify-content: center;
}

div.campaign_int .mokuji > div:nth-child(2){
	width:calc(100% - 160px);
	font-size:20px;
	text-indent: -1.2em;
	padding-left: 3em;
	background:#fff;
}

div.campaign_int .mokuji ul{
	
}

div.campaign_int .mokuji ul li{
	margin: 7px 0 7px;
}

div.campaign_int .mokuji ul li:before{
	content:"";
	display: inline-block;
	vertical-align: middle;
	color: #CB1E1E;
	line-height: 1;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-width: 9px 14px;
	border-left-color: currentColor;
	border-right: 0;
	margin-right:10px;
	position: relative;
	top: -2px;
}

div.campaign_int .mokuji a{
	color:#000;
}

div.orange_box{
	padding:40px 35px 40px;
	background:#FFE8BA;
	border:solid 3px #EF831F;
	margin:45px 0 38px;
}

div.orange_box h3{
	font-weight:700;
	font-size:26px;
	color:#F0831E;
	text-align:center;
	letter-spacing: 0.15rem;
}

div.orange_box h3:before{
	display:none;
}

div.orange_box p{
	font-size:16px;
	font-weight:400;
	line-height:1.75rem;
}

div.orange_box p.sub{
	text-align:center;
	font-size:20px;
	font-weight:700;
	margin-bottom:50px;
	margin: 13px 0 32px;
	letter-spacing: 0.1rem;
}

div.orange_box span.tip{
	font-size: 14px;
	color: #797979;
}

div.campaign_int .link_flex{
	display:flex;
	margin-bottom: 12px;
}

div.campaign_int .link_flex > div{
	width:50%;
	padding:20px;
}

div.campaign_int .link_flex p{
	line-height: 2rem;
	letter-spacing: 0.1rem;
}

.orange_link{
	margin-bottom:40px;
}

.orange_link.end{
	margin:50px auto 80px;
}

.orange_link a{
	width: 100%;
	max-width: 540px;
	font-weight: 700;
	font-size: 26px;
	text-align: center;
	color: #fff;
	background: #ef831f;
	display:block;
	margin:0 auto;
	padding: 20px 20px;
	border-radius: 8px;
}

.orange_link a:after{
	content:"";
	display: inline-block;
	vertical-align: middle;
	color: #CB1E1E;
	line-height: 1;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-width: 10px 17px;
	border-left-color: currentColor;
	border-right: 0;
	position: relative;
	top: -2px;
	margin-left: 10px;
}

div.campaign_int .detail_flex{
	display:flex;
	flex-wrap:wrap;
	margin: 50px 0;
}

div.campaign_int .detail_flex > div{
	margin-bottom:30px;
}

div.campaign_int .detail_flex > div:nth-child(odd){
	width:187px;
	background:#EF831F;
	display:flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	color:#fff;
	font-size:22px;
	font-weight:700px;
	padding: 20px;
}

div.campaign_int .detail_flex > div:nth-child(even){
	width:calc(100% - 187px);
	background:#fff;
	padding: 30px;
}

div.campaign_int .detail_flex > div:nth-child(2) span{
	font-size:24px;
	font-weight:700;
	display: inline-block;
	margin-bottom: 10px;
}

div.campaign_int .detail_flex p.orange{
	font-weight:700;
	font-size:22px;
	color:#EE8900;
	margin-bottom:10px;
}

div.campaign_int .detail_flex p.orange.no01:before{
	content:"";
	display:inline-block;
	width:24px;
	height:24px;
	background-image: url(/img/article/orange/campaign/no01.svg);
	background-repeat:no-repeat;
	background-size:24px 24px;
	position: relative;
	top: 4px;
	margin-right: 9px;
}

div.campaign_int .detail_flex p.orange.no02:before{
	content:"";
	display:inline-block;
	width:24px;
	height:24px;
	background-image: url(/img/article/orange/campaign/no02.svg);
	background-repeat:no-repeat;
	background-size:24px 24px;
	position: relative;
	top: 4px;
	margin-right: 9px;

}

div.campaign_int .detail_flex p.orange.no03:before{
	content:"";
	display:inline-block;
	width:24px;
	height:24px;
	background-image: url(/img/article/orange/campaign/no03.svg);
	background-repeat:no-repeat;
	background-size:24px 24px;
	position: relative;
	top: 4px;
	margin-right: 9px;
}

.detail_flex div.txt > p:nth-child(even){
	margin-bottom:20px;
}

.detail_flex div.txt > p:last-child{
	margin-bottom:0;
}


div.campaign_int div.spot_flex{
	display:flex;
	flex-wrap:wrap;
	margin-top: 40px;
	margin-bottom:40px;
}

div.campaign_int div.spot_flex > div{
	padding-bottom:40px;
	margin-bottom:35px;
	border-bottom:solid 1px #C5C5C5;
}


div.campaign_int div.spot_flex > div:nth-child(odd){
	width:250px;
}

div.campaign_int div.spot_flex > div:nth-child(even){
	width:calc(100% - 250px);
	padding:0 20px 0 40px;
}

div.campaign_int h2.center{
	text-align:center;
	font-size:27px;
	font-weight:700;
	color:#EE8900;
}

div.campaign_int div.spot_flex p{
	font-size:20px;
	line-height:2.2rem;
}

div.campaign_int div.spot_flex span{
	font-weight:900;
}

div.campaign_int div.spot_flex p.area{
	font-size:22px;
	font-weight:700;
	color:#EE8900;
}

div.campaign_int div.spot_flex p.area:before{
	content:"●";
}

div.campaign_int .sub_spot{
	display:flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap:wrap;
	margin-top: 40px;
}

div.campaign_int .sub_spot > div{
	width:calc(33.333% - (60px / 3));
}

div.campaign_int .sub_spot p{
	text-align:center;
	font-size:18px;
	font-weight:700;
	color:#EE8900;
	margin:20px 0 40px;
}


div.orange_box .orange_link{
	margin: 30px 0 20px;
}

div.orange_box p.txt{
	margin-top:30px;
}

div.orange_box p.bottom{
	text-align:center;
	font-size:16px;
}

div.campaign_int .flex_bnr{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 40px 0;
}

div.campaign_int .flex_bnr > div{
	width:calc(50% - 30px);
}

div.campaign_int p.txt_orange{
	font-size:20px;
	color:#EE8900;
	font-weight:700;
	margin:30px 0;
}






div.campaign_int .button{
	margin-bottom:40px;
}

div.campaign_int .button a{
	width: 100%;
	max-width:480px;
	border-radius: 25px;
	background: #ffa500;
	box-shadow: 5px 5px 0px #366ca8;
	font-weight: 500;
	font-size: 22px;
	text-align: center;
	color: #366ca8;
	display:block;
	margin:0 auto;
	padding:7.5px 20px;
}

div.campaign_int .button a:after{
	content:"";
	display: inline-block;
	vertical-align: middle;
	color: #366ca8;
	line-height: 1;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-width: 10px 17px;
	border-left-color: currentColor;
	border-right: 0;
	position: relative;
	top: -2px;
	margin-left: 10px;
}

div.campaign_int .button a:hover{
	opacity:0.75;
}

div.campaign_int p + div.button.end{
	margin-top:60px;
}

div.campaign_int div.button.end{
	margin-top:60px;
}

div.campaign_int div.button.end a{
	color: #fff;
	max-width: 540px;
	font-size: 26px;
	background: #CB1E1E;
	box-shadow: 5px 5px 0px #F0831E;
	padding: 15px 20px;
	font-weight: 700;
	border-radius: 50px;
}

div.campaign_int div.button.end a:after{
	color: #F0831E;
}

div.campaign_int div.button.end.back{
	margin-top:10px;
}

div.campaign_int div.button.end.back a{
	color: #fff;
	max-width: 540px;
	font-size: 26px;
	background: #A2A2A2;
	box-shadow: 5px 5px 0px #717171;
	padding: 15px 20px;
	font-weight: 700;
	border-radius: 50px;
}

div.campaign_int div.button.end.back a:after{
	color: #717171;
}

div.campaign_int .poster{
	margin:60px 0 40px;
}

div.campaign_int .shop{
	border-top:5px solid #EE8900;
	margin-top:100px;
	padding-top:100px;
}

div.campaign_int .here{
	text-align:center;
	font-weight:700;
	font-size:26px;
	color:#013893;
}

div.campaign_int .here:before{
	content:"▼";
}

div.campaign_int .shop_name{
	text-align:center;
	font-size:26px;
	font-weight:700;
	color:#EE8900;
}


div.campaign_int .shop_detail ul{
	display:flex;
	flex-wrap:wrap;
	border:solid 5px #013893;
	max-width:720px;
	margin:20px auto 70px;
}

div.campaign_int .shop_detail ul > li{
	padding:10px 20px;
	font-size:18px;
}

div.campaign_int .shop_detail ul > li:nth-child(-n+2){
	padding-top:25px;
}

div.campaign_int .shop_detail ul > li:nth-last-child(-n+2){
	padding-bottom:25px;
}

div.campaign_int .shop_detail ul > li:nth-child(odd){
	background:#013893;
	color:#fff;
	width:130px;
	text-align:center;
}

div.campaign_int .shop_detail ul > li:nth-child(even){
	background:#fff;
	width:calc(100% - 130px);
	color:#000;
	padding-left:40px;
}

div.campaign_int .shop a{
	color:#EE8900;
}

div.campaign_int .shop img{
	max-width:720px;
	width:100%;
	height:auto;
	vertical-align:bottom;
	display:block;
	margin:30px auto 50px;
}

div.campaign_int p.shop_end{
	text-align:center;
	color:#585858;
	margin-top:-30px;
}

@media screen and (max-width:1000px) {
f
	div.campaign_int .head{
		margin-bottom:40px;
	}

	div.campaign_int h1{
		font-size:24px;
		line-height: 2.0rem;
		padding: 0 0 20px;
	}

	div.campaign_int h3{
		font-size:20px;
	}

	div.campaign_int .link_flex{
		display:block;
	}

	div.campaign_int .link_flex > div{
		width:100%;
		padding-left:0;
		padding-right:0;
	}

	
}






@media screen and (max-width:800px) {
	div.campaign_int .mokuji{
		display:block;
		margin: 30px auto 45px;
	}

	div.campaign_int .mokuji > div:nth-child(1){
		width:100%;
		font-size: 20px;
		padding: 10px 20px;
	}

	div.campaign_int .mokuji > div:nth-child(2){
		width:100%;
		padding-left: 20px;
		font-size: 18px;
		padding:20px 20px 20px 40px;
	}

	div.campaign_int > img{
		margin: 34px auto 40px;
	}

	div.campaign_int > p{
		padding-left:0;
		padding-right:0;
		font-size: 16px;
		line-height: 1.85rem;
	}

	div.campaign_int h3{
		padding:0;
	}

	div.campaign_int .shop{
		margin-top: 50px;
		padding-top: 50px;
	}

	div.campaign_int .here{
		font-size:20px;
	}

	div.campaign_int .shop_name{
		font-size:20px;
	}

	div.campaign_int .shop img{
		margin: 15px auto 30px;
	}

	div.campaign_int h2.ribbon{
		display: block;
		font-size: 20px;
		margin: 20px 0 30px 0px;
		padding: 20px 0 10px 35px;
		background-image: url(/img/article/orange/sp_orange_h2icon.png);
		background-position: 4px 90%;
		background-repeat: no-repeat;
		color: #EF821D;
		border-bottom: #FFCC33 5px solid;
		background-size: 20px auto;
	}

	div.campaign_int h2.center{
		font-size:24px;
	}

}




@media screen and (max-width:480px) {
	
	div.campaign_int .head{
		margin-bottom:20px;
	}

	div.campaign_int{
		margin-bottom:50px;
	}

	div.campaign_int p.name{
		font-size: 18px;
	}

	div.campaign_int h1{
		font-size: 20px;
		margin: 0 0 20px;
		padding-top: 0;
		padding-bottom: 10px;
		line-height: 1.8rem;
	}

	div.campaign_int .mokuji > div:nth-child(1){
		font-size: 18px;
		padding: 5px 20px;
	}

	div.campaign_int .mokuji > div:nth-child(2){
		font-size: 16px;
	}

	div.campaign_int .mokuji ul li:before{
		border-width: 7px 11px;

	}
	

	div.campaign_int .festival .button a{
		font-size:18px;
		margin-bottom: 40px;
	}


	div.campaign_int div.button.end{
		margin-bottom:30px;
	}

	div.campaign_int div.button.end a{
		font-size:18px;
		
	}

	div.campaign_int div.button.end.back{
		margin-bottom:60px;
		margin-top: 30px;
	}

	div.campaign_int div.button.end.back a{
		font-size:20px;
		
	}

	div.orange_box{
		padding: 30px 20px 30px;
		margin: 25px 0 30px;
	}

	div.orange_box p.sub{
		font-size:16px;
		  margin: 10px 0 20px;
	}

	div.campaign_int h2.ribbon{
		font-size: 20px;
		line-height: 1.7rem;
		margin-bottom: 20px;
	}

	div.campaign_int h3{
		font-size:18px;
	}

	div.campaign_int p + div.button.end{
		margin-top:40px;
		margin-bottom:60px;
	}

	div.campaign_int > p{
		line-height:1.85rem;
	}

	div.campaign_int .shop_detail ul{
		display:flex;
		margin-bottom:40px;
	}

	div.campaign_int .shop_detail ul > li{
		padding:10px 20px;
		font-size:16px;
	}

	div.campaign_int .shop_detail ul > li:nth-child(-n+2){
		padding-top:10px;
	}

	div.campaign_int .shop_detail ul > li:nth-last-child(-n+2){
		padding-bottom:10px;
	}

	div.campaign_int .shop_detail ul > li:nth-child(odd){
		width:100%;
		padding: 5px 20px;
	}

	div.campaign_int .shop_detail ul > li:nth-child(even){
		width:100%;
		padding-left:20px;
	}

	div.campaign_int p.shop_end{
		font-size:15px;
		line-height:1.5rem;
		text-align: left;
		margin-top: -50px;
	}

	.orange_link a{
		font-size:18px;
		margin-bottom:30px;
		margin-top:40px;
		margin-bottom:60px;
	}

	div.campaign_int .detail_flex{
		display:block;
	}

	div.campaign_int .detail_flex > div{
		margin-bottom:0px;
	}

	div.campaign_int .detail_flex > div:nth-child(odd){
		width:100%;
		font-size:20px;
		padding: 10px 20px;
	}

	div.campaign_int .detail_flex > div:nth-child(even){
		width:100%;
		padding: 20px;
	}

	div.campaign_int .detail_flex > div:nth-child(2) span{
		font-size:20px;
	}

	div.campaign_int .detail_flex p.orange{
		font-size:18px;
	}

	div.campaign_int .detail_flex p.orange.no01:before{
		width:20px;
		height:20px;
		background-size:20px;
	}

	div.campaign_int .detail_flex p.orange.no02:before{
		width:20px;
		height:20px;
		background-size:20px;
	}

	div.campaign_int .detail_flex p.orange.no03:before{
		width:20px;
		height:20px;
		background-size:20px;
	}

	div.campaign_int h2.center{
		font-size:20px;
	}

	div.campaign_int div.spot_flex{
		display:block;
	}

	div.campaign_int div.spot_flex > div{
		padding-bottom: 30px;
		margin-bottom: 30px;
	}


	div.campaign_int div.spot_flex > div:nth-child(odd){
		width:100%;
		border-bottom: none;
		margin-bottom: -10px;
	}

	div.campaign_int div.spot_flex > div:nth-child(odd) img{
		width:80%;
		display:block;
		margin:0 auto;
	}

	div.campaign_int div.spot_flex > div:nth-child(even){
		width:100%;
		padding:0 0 20px;
	}

	div.campaign_int div.spot_flex p.area{
		font-size:20px;
		margin-bottom: 5px;
	}

	div.campaign_int div.spot_flex p{
		font-size:18px;
		line-height: 1.85rem;
	}

	div.campaign_int .sub_spot > div{
		width:calc(50% - (30px / 2));
	}

	div.campaign_int .sub_spot p{
		margin: 20px 0 20px;
	}

	div.orange_box p.txt{
		margin-top:20px;
	}

	div.orange_box .orange_link a{
		margin:20px 0 20px;
	}

	div.orange_box p.bottom{
		font-size:14px;
	}

	.orange_link a{
		padding:20px 15px;
	}

	div.campaign_int .flex_bnr{
		display:block;
		
	}

	div.campaign_int .flex_bnr > div{
		width:90%;
		margin: 0 auto 30px;
	}

	div.campaign_int p.txt_orange{
		font-size:18px;
	}

	.orange_link.end{
		0px auto -10px
	}

}