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


/* 共通 */
body {
	margin: 0;
}
body.fixed {
	position: fixed;
	left: 0;
	right: 0;
	overflow: hidden;
}
.page-v2{
	overflow-x: visible;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}
.l-container img {
	height: auto;
	max-width: 100%;
	width: auto;
}
.l-container p {
	margin: 0;
}
.l-container ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.l-container {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}
.l-container .heavy {
	font-weight: 900;
}
.l-container .bold {
	font-weight: 700;
}
.l-container.bgc_01 {
	background-color: #FF8F1F;
	position: relative;
	z-index: 0;
}
.l-container .cont_wrap {
	padding: 20px 20px;
}
.l-container .indent1 {
	padding-left: 1em;
	text-indent: -1em;
}
@media screen and (max-width: 767px) {
	.hidden_sp {
		display: none!important;
	}
}
@media only screen and (min-width: 768px) {
	.hidden_pc {
		display: none!important;
	}
}


/* MV */
.l-container .bgc_02 {
	background-color: #F7732C;
	position: relative;
	z-index: -8;
}
.l-container .mv-wrap .logo {
	position: relative;
}
.l-container .mv-wrap .logo::before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 190px 400px 0 0;
	border-color: #eb5505 transparent transparent transparent;
}
.l-container .mv-wrap .logo .top_link:hover {
	opacity: 0.7;
}
.l-container .mv-wrap .logo .top_link img {
	width: 130px;
	height: auto;
	margin: 28px 0 0 28px;
	position: relative;
}
@media screen and (max-width: 767px) {
	.l-container .mv-wrap .logo::before {
		border-width: 33.5vw 43.5vw 0 0;
	}
	.l-container .mv-wrap .logo .top_link img {
		margin: 14px 0 0 10px;
		width: 76px;
		height: auto;
	}
}
.l-container .mv-wrap {
	background: url(/content/dam/au-com/lp/aushop-campaign/images/bg_01.svg),radial-gradient(#fbc648 0%, #f38e27 23%, #f7732c 100%);
	background-repeat:  no-repeat;
	background-position: center, center;
	background-size: 50% auto, 100% auto;
	position: relative;
	z-index: -2;
}
.l-container .mv-wrap h1 {
	text-align: center;
	position: relative;
	z-index: 1;
	margin: 60px 0 0 0;
	padding: 0 10px;
}
@media screen and (max-width: 767px) {
	.l-container .mv-wrap {
		background-size: 110% auto, 100% auto;
		background-position: center 7vh, center -11vh;
	}
}
.l-container .mv-wrap .mv_flex_wrap {
	position: relative;
	z-index: 1;
	margin: 16px auto 0;
	padding: 0 20px 0;
}
@media only screen and (min-width: 768px) {
	.l-container .mv-wrap .mv_flex_wrap {
		max-width: 980px;
	}
}
.l-container .mv-wrap .mv_flex_wrap .mv_flex {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
}
.l-container .mv-wrap .mv_flex_wrap .mv_flex .mv_flex_li {
	width: calc((100% / 6 - 80px / 6));
}
.l-container .mv-wrap .mv_flex_wrap .mv_flex .mv_flex_li img {
	border-radius: 28px;
	box-shadow: 0px 4px 12px -1px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
	.l-container .mv-wrap .mv_flex_wrap .mv_flex {
		flex-wrap: wrap;
	}
	.l-container .mv-wrap .mv_flex_wrap .mv_flex .mv_flex_li {
		width: calc((100% / 3 - 16px / 3));
	}
	.l-container .mv-wrap .mv_flex_wrap .mv_flex .mv_flex_li img {
		border-radius: 14px;
	}
	.l-container .mv-wrap .mv_flex_wrap .mv_flex .mv_flex_li:nth-child(n+4) {
		margin-top: 12px;
	}
}
.l-container .mv-wrap .mv_period_wrap {
	margin-top: 60px;
	background-color: #222222;
	padding: 10px 0;
	position: relative;
}
.l-container .mv-wrap .mv_period_wrap::before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 280px 50vw;
	border-color: transparent transparent #ff8f1f transparent;
	bottom: 58px;
	right: 0;
	z-index: -1;
}
.l-container .mv-wrap .mv_period_wrap::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 220px 40vw 0 0;
	border-color: #f7732c transparent transparent transparent;
	top: 58px;
	left: 0;
	z-index: -1;
}
.l-container .mv-wrap .mv_period_wrap .mv_period {
	color: #ffffff;
	text-align: center;
	font-size: 18px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}
.l-container .mv-wrap .mv_period_wrap .mv_period .colon {
	margin: 0 8px 0 12px;
}
.l-container .mv-wrap .mv_period_wrap .mv_period .date {
	font-family: "din-2014", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 31px;
	margin-top: -2px;
}
@media screen and (max-width: 767px) {
	.l-container .mv-wrap .mv_period_wrap {
		margin-top: 40px;
		padding: 20px 0;
	}
	.l-container .mv-wrap .mv_period_wrap::before {
		border-width: 0 0 16vh 50vw;
		bottom: 68px;
	}
	.l-container .mv-wrap .mv_period_wrap::after {
		border-width: 16vh 40vw 0 0;
		bottom: 44px;
	}
	.l-container .mv-wrap .mv_period_wrap .mv_period {
		font-size: 14px;
	}
	.l-container .mv-wrap .mv_period_wrap .mv_period .colon {
		margin: 0 4px 0 0;
	}
	.l-container .mv-wrap .mv_period_wrap .mv_period .date {
		font-size: 23px;
	}
}


/* キャンペーン条件*/
.l-container .cont_wrap .requirements {
	border-radius: 16px;
	background-color: #FFF5E0;
	padding: 40px 40px 60px;
	position: relative;
	z-index: 1;
}
.l-container .cont_wrap .requirements::after {
	content: "";
	position: absolute;
	background: url(/content/dam/au-com/lp/aushop-campaign/images/img_07.svg) no-repeat;
	background-size: 100% auto;
	width: 175px;
	height: 131px;
	bottom: 60px;
	right: -30px;
}
.l-container .cont_wrap .requirements .ttl {
	font-size: 28px;
	color: #F7732C;
}
.l-container .cont_wrap .requirements .requirements_1 {
	margin-top: 20px;
	counter-reset: listnum;
}
.l-container .cont_wrap .requirements .requirements_1 .requirements_1_li {
	padding-left: 48px;
	font-size: 24px;
	position: relative;
}
.l-container .cont_wrap .requirements .requirements_1 .requirements_1_li::before {
	content: counter(listnum);
	position: absolute;
	counter-increment: listnum;
	background-color: #F7732C;
	color: #ffffff;
	border-radius: 50%;
	width: 28px;
	height: 28px;
	top: 0.25em;
	left: 0;
	text-align: center;
	font-size: 18px;
}
.l-container .cont_wrap .requirements .requirements_1 .requirements_1_li span {
	background: rgba(255,227,89,0.8);
}
.l-container .cont_wrap .requirements .requirements_1 .requirements_1_li + .requirements_1_li {
	margin-top: 12px;
}
.l-container .cont_wrap .requirements .requirements_1_annotation,
.l-container .cont_wrap .requirements .annotation {
	margin-top: 40px;
	font-size: 16px;
	line-height: 1.7;
}
.l-container .cont_wrap .requirements .annotation .w80_pc100 {
	width: 80%;
}
@media screen and (max-width: 767px) {
	.l-container .cont_wrap .requirements {
		border-radius: 8px;
		padding: 30px 20px;
	}
	.l-container .cont_wrap .requirements::after {
		width: 95px;
		height: 71px;
		top: 6px;
		right: -10px;
	}
	.l-container .cont_wrap .requirements .ttl {
		font-size: 18px;
	}
	.l-container .cont_wrap .requirements .requirements_1 {
		margin-top: 30px;
	}
	.l-container .cont_wrap .requirements .requirements_1 .requirements_1_li {
		padding-left: 28px;
		font-size: 14px;
	}
	.l-container .cont_wrap .requirements .requirements_1 .requirements_1_li::before {
		width: 22px;
		height: 22px;
		top: 0.1em;
		left: 0;
		text-align: center;
		font-size: 14px;
	}
	.l-container .cont_wrap .requirements .requirements_1_annotation,
	.l-container .cont_wrap .requirements .annotation {
		margin-top: 30px;
		font-size: 10px;
	}
	.l-container .cont_wrap .requirements .annotation .w80_pc100 {
		width: 100%;
	}
}


/* キャンペーン 対象店舗一覧 */
.l-container .cont_wrap h2 {
	text-align: center;
	margin: 0;
}
.l-container .cont_wrap .ttl_01 {
	max-width: 390px;
	height: auto;
}
@media screen and (max-width: 767px) {
	.l-container .cont_wrap .ttl_01 {
		width: 70%;
	}
}
.l-container .camp_shop_wrap {
	background-color: #fff;
	border-radius: 8px;
	border: solid 4px #FFF5E0;
	padding: 30px 16px 40px;
	position: relative;
	margin-top: 30px;
}
.l-container .camp_shop_wrap::before {
	content: '';
	position: absolute;
	width: 16.667vw;
	height: 16.667vw;
	display: block;
	background: url("/content/dam/au-com/lp/aushop-campaign/images/img_deco_01.svg") no-repeat;
	background-size: 100% auto;
	top: -4px;
	left: -4px;
}
.l-container .camp_shop_wrap::after {
	content: '';
	position: absolute;
	width: 16.667vw;
	height: 16.667vw;
	display: block;
	background: url("/content/dam/au-com/lp/aushop-campaign/images/img_deco_02.svg") no-repeat;
	background-size: 100% auto;
	bottom: -4px;
	right: -4px;
}
.l-container .camp_shop_ttl {
	text-align: center;
	font-size: 18px;
	color: #333333;
	font-weight: 700;
	letter-spacing:0.1em;
}
.l-container .camp_shop_note {
	text-align: center;
	font-size: 10px;
	color: #333333;
	margin-top: 10px;
}
.l-container .camp_shop_txt {
	text-align: center;
	font-size: 14px;
	color: #333333;
	margin-top: 20px;
}
.l-container .btn_wrap {
	margin-top: 40px;
	text-align: center;
}
.l-container .camp_shop_link-btn_wrap {
	background-color: #eb5505;
	display: inline-block;
}
.l-container .camp_shop_link-btn {
	padding: 12px 64px 12px 60px;
	color: #ffffff;
	font-size: 16px;
	text-decoration: none;
	text-align: center;
}
.l-container .camp_shop_area {
	margin-top: 35px;
}
.l-container .camp_shop_area_li + .camp_shop_area_li {
	margin-top: 20px;
}
.l-container .camp_shop_area_ttl {
	color: #F7732C;
	font-size: 14px;
	font-weight: 700;
}
.l-container .camp_shop_btn_wrap {
	display: flex;
	flex-wrap: wrap;
}
.l-container .camp_shop_btn_li {
	margin-top: 12px;
	display: flex;
	flex-direction: column;
	margin-right: 15px;
	width: calc( 100% / 3 - 10px);
}
.l-container .camp_shop_btn_li .camp_shop_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-grow: 1;
	background-color: #FFF5E0;
	font-size: 14px;
	padding: 12px;
	text-decoration: none;
	color: #333333;
	border-radius: 2.5px;
	position: relative;
	cursor: pointer;
}
.l-container .camp_shop_btn_li .camp_shop_btn::before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	display: block;
	border-style: solid;
	border-color: transparent #FF8F1F #FF8F1F transparent;
	border-width: 5px;
	bottom: 0;
	right: 0;
	border-radius: 0px 0px 2.5px 0px;
}
.l-container .camp_shop_btn_li .camp_shop_btn.camp_shop_btn_off {
	background-color: #E5E5E5;
	color: #C3C3C3;
}
.l-container .camp_shop_btn_li .camp_shop_btn.camp_shop_btn_off::before {
	border-color: transparent #C3C3C3 #C3C3C3 transparent;
}
/*モーダル*/
.remodal p {
	margin: 0;
}
.remodal ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.remodal-overlay {
	background: rgba(0, 0, 0, 0.6)!important;
}
.remodal-wrapper{
	padding: 20px;
}
.remodal {
	border-radius: 8px;
	padding: 50px 20px;
	text-align: left;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	letter-spacing: 0.1em;
}
.remodal-close {
	position: absolute;
	top: 13px;
	right: 13px;
	padding: 0;
	cursor: pointer;
	width: 24px;
	height: 24px;
}
.remodal-close::before, .remodal-close::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 4px;
	height: 24px;
	background: #F7732C;
	border-radius: 99px;
}
.remodal-close::before {
	transform: translate(-50%,-50%) rotate(45deg);
}
.remodal-close::after {
	transform: translate(-50%,-50%) rotate(-45deg);
}
.remodal .modal_ttl_1{
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 20px;
}
.remodal .modal_ttl_2{
	font-weight: 700;
	font-size: 14px;
	position:relative;
	padding-bottom: 5px;
	color: #F7732C;
}
.remodal .modal_ttl_2::after{
	content:"";
	display: inline-block;
	width:100%;
	height:1px;
	border-radius: 2px;
	background-color:#C4C4C4;
	position:absolute;
	bottom:0;
	left:0;
}
.remodal .shop_list_wrap{
	margin: 12px 0 35px;
}
.remodal .shop_list_wrap:last-child{
	margin-bottom: 0;
}
.remodal .shop_list_li{
	font-size: 14px;
}
@media screen and (max-width: 767px) {
	.l-container .camp_shop_btn_li:nth-child(3n) {
		margin-right: 0;
	}
	.l-container .camp_shop_link-btn {
		padding: 8px 64px 8px 60px;
		font-size: 14px;
	}
}
@media only screen and (min-width: 768px) {
	.l-container .cont_wrap {
		max-width: 1000px;
		padding: 30px 60px;
		margin: 0 auto;
	}
	.l-container .cont_wrap:last-child {
		padding-bottom: 100px;
	}
	.l-container .camp_shop_wrap {
		border-radius: 16px;
		border: solid 8px #FFF5E0;
		padding: 60px 32px 70px;
		margin-top: 40px;
	}
	.l-container .camp_shop_wrap::before {
		width: 125px;
		height: 125px;
		top: -8px;
		left: -8px;
	}
	.l-container .camp_shop_wrap::after {
		width: 125px;
		height: 125px;
		bottom: -8px;
		right: -8px;
	}
	.l-container .camp_shop_ttl {
		font-size: 28px;
	}
	.l-container .camp_shop_note {
		font-size: 16px;
	}
	.l-container .camp_shop_txt {
		font-size: 20px;
	}
	.l-container .camp_shop_area {
		margin-top: 30px;
	}
	.l-container .camp_shop_area_li + .camp_shop_area_li {
		margin-top: 25px;
	}
	.l-container .camp_shop_area_ttl {
		font-size: 20px;
	}
	.l-container .camp_shop_btn_li {
		margin-top: 16px;
		margin-right: 23px;
		width: calc( 100% / 5 - 19px);
	}
	.l-container .camp_shop_btn_li:nth-child(5n) {
		margin-right: 0;
	}
	.l-container .camp_shop_btn_li .camp_shop_btn {
		font-size: 20px;
		padding: 18px;
		border-radius: 5px;
	}
	.l-container .camp_shop_btn_li .camp_shop_btn::before {
		border-width: 8px;
		border-radius: 0px 0px 5px 0px;
	}
	/*モーダル*/
	.remodal {
		max-width: 800px;
		border-radius: 16px;
		padding: 68px 40px 80px;
	}
	.remodal-wrapper {
		padding: 60px;
	}
	.remodal .modal_ttl_1 {
		font-size: 28px;
		margin-bottom: 25px;
	}
	.remodal .modal_ttl_2 {
		font-size: 20px;
		padding-bottom: 8px;
	}
	.remodal .modal_ttl_2::after {
		height: 2px;
		border-radius: 3px;
	}
	.remodal .shop_list_wrap {
		margin: 20px 0 40px;
	}
	.remodal .shop_list_li {
		display: inline-block;
		padding-right: 20px;
		font-size: 16px;
		position: relative;
	}
	.remodal .shop_list_li::before {
		content:"/";
		display: inline-block;
		width:auto;
		height:auto;
		color: #333;
		position:absolute;
		top: 0;
		right:2px;
	}
	.remodal .shop_list_li:last-child::before {
		content:none;
	}
	.remodal-close {
		top: 30px;
		right: 40px;
		width: 30px;
		height: 30px;
	}
	.remodal-close::before, .remodal-close::after {
		height: 30px;
	}
}
@media print, screen and (min-width: 768px) and (max-width: 999px) {
	.l-container .camp_shop_btn_li .camp_shop_btn {
		font-size: 1.8vw;
	}
}


/* トピックス一覧 */
.l-container .cont_wrap .ttl_02 {
	max-width: 460px;
	height: auto;
}
@media only screen and (min-width: 768px) {
	.l-container .cont_wrap .contents_flex_wrap {
		max-width: 880px;
		margin: 40px auto 0;
	}
	.l-container .cont_wrap .contents_flex {
		display: -webkit-box;
		display: flex;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		justify-content: space-between;
	}
	.l-container .cont_wrap .contents_flex .content_flex_li {
		border: 2px solid #ffffff;
		width: calc((100% / 2 - 80px / 2));
	}
	.l-container .cont_wrap .contents_flex .content_flex_li:nth-child(n+3) {
		margin-top: 40px;
	}
}
.l-container .cont_wrap .contents_flex_wrap {
	padding: 0 40px 0;
}
.l-container .cont_wrap .contents_flex .content_flex_li {
	box-shadow: 0px 3px 12px -1px rgba(0, 0, 0, 0.3);
	background-color: #ffffff;
}
.l-container .cont_wrap .contents_flex .content_flex_li:hover img {
	opacity: 0.7;
}
@media screen and (max-width: 767px) {
	.l-container .cont_wrap .contents_flex_wrap {
		margin: 30px auto 0;
		padding: 0 20px 0;
	}
	.l-container .cont_wrap .ttl_02 {
		width: 80%;
	}
	.l-container .cont_wrap .contents_flex .content_flex_li {
		border: 1px solid #ffffff;
	}
	.l-container .cont_wrap .contents_flex .content_flex_li + .content_flex_li {
		margin-top: 30px;
	}
	.l-container .cont_wrap:last-child {
		padding-bottom: 60px;
	}
}


/* フッター */
.lp_aushop-campaign_footer {
	background-color: #f3f3f3;
}
.lp_aushop-campaign_footer .footer_inner {
	padding: 46px 3% 0;
	text-align: center;
}
.lp_aushop-campaign_footer .footer_inner .footer_link {
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	padding: 0 1em;
	width: auto;
}
.lp_aushop-campaign_footer .footer_inner .footer_link:hover {
	opacity: 0.7;
	text-decoration: none;
}
@media only screen and (min-width: 768px) {
	.lp_aushop-campaign_footer .footer_inner .footer_link:hover::after {
		background-position: -11.5px -100px;
	}
}
@media screen and (max-width: 767px) {
	.lp_aushop-campaign_footer .footer_inner {
		padding: 20px 3% 0;
	}
	.lp_aushop-campaign_footer .footer_inner .footer_link {
		font-size: 12px;
		width: 100%;
		text-align: left;
		padding: 0 1em 0 0;
	}
}
