@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700;800&display=swap');

/*----------------------------
	common
------------------------------*/
* {
	box-sizing: border-box;
}
body {
	font-size: 19px;
	line-height: 1.36;
	font-family: "Noto Sans CJK JP", sans-serif;
	font-weight: 500;
}
a {
	color: #333;
	text-decoration: none;
}
a img {
	transition: opacity 0.3s ease-out;
}
a img:hover {
	opacity: 0.7;
}
img {
	max-width: 100%;
	height: auto;
}
img[src$=".svg"] {
	width: 100%;
	height: auto;
}
.wrapper {
	margin: 0 auto;
	max-height: 100%; /*for android*/
}
main {
	margin: 50px auto 50px;
	width: 750px;
}

/* mv */
.mv {
	margin: 0 auto;
	width: 674px;
}

/* anchorBtn */
.anchorBtn {
	margin: 20px auto 0;
	width: 590px;
}
.anchorBtn a {
	display: block;
	padding: 40px 20px;
	background-color: #f37920;
	border-radius: 40px;
	font-size: 42px;
	font-weight: 800;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-style: normal;
	color: #fff;
	text-align: center;
	position: relative;
}
.anchorBtn a::after {
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	top: calc(50% - 10px);
	right: 60px;
	border: solid transparent;
	border-top-color: #fff;
	border-width: 25px 15px 25px 15px;
}

/* block */
.block01 {
	margin-top: 10px;
	padding-top: 40px;
	padding-bottom: 240px;
	background-image: url('/base/pc/store/special/hokkaido/2025aw/img/block01_bg.png');
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.block01 .lead {
	margin-top: -295px;
	font-size: 32px;
	font-weight: 700;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-style: normal;
	line-height: 52px;
	color: #70551e;
	text-align: center;
	letter-spacing: -0.04em;
}
.block01 .lead rt {
	margin-bottom: -6px;
}
.block02 {
	margin-top: -250px;
	padding-top: 60px;
	padding-bottom: 195px;
	background-image: url('/base/pc/store/special/hokkaido/2025aw/img/block02_bg.png');
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: relative;
	z-index: 1;
}
.block02 .lead {
	font-size: 42px;
	font-weight: 700;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-style: normal;
	line-height: 55px;
	color: #c02a35;
	text-align: center;
	letter-spacing: -0.04em;
}
.block03 {
	margin-top: -220px;
	padding-bottom: 230px;
	background-image: url('/base/pc/store/special/hokkaido/2025aw/img/block03_bg.png');
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.block03 .pic {
	position: relative;
	z-index: 2;
}
.block03 .lead {
	margin-top: 40px;
	font-size: 42px;
	font-weight: 700;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-style: normal;
	line-height: 55px;
	color: #e95532;
	text-align: center;
	letter-spacing: -0.04em;
}
.block04 {
	margin-top: -185px;
	padding-top: 20px;
	padding-bottom: 200px;
	background-image: url('/base/pc/store/special/hokkaido/2025aw/img/block04_bg.png');
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: relative;
	z-index: 2;
}
.block04 .lead {
	font-size: 42px;
	font-weight: 700;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-style: normal;
	line-height: 55px;
	color: #84c305;
	text-align: center;
	letter-spacing: -0.04em;
}
.block05 {
	margin-top: -190px;
	padding-top: 160px;
	padding-bottom: 185px;
	background-image: url('/base/pc/store/special/hokkaido/2025aw/img/block05_bg.png');
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.block05 .pic {
	margin: 0 auto;
	width: 341px;
}

/* item */
.itemWrap {
	margin-top: 30px;
	padding: 0 30px;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.item {
	width: 333px;
	font-weight: 600;
}
.item .icons {
	display: inline-block;
	margin-top: 15px;
	padding: 0 10px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
.item .icons.icon01 {
	background-color: #ec0972;
	color: #fff;
}
.item .icons.icon02 {
	background-color: #fff100;
	color: #333;
}
.item .shop {
	margin-top: 5px;
	font-size: 25px;
	font-weight: 800;
}
.item .txt {
	margin-top: 10px;
}
.item .name {
	margin-top: 10px;
	font-size: 22px;
	font-weight: 800;
}
.item .name span {
	display: block;
	font-size: 19px;
}
.item .detail {
	font-size: 22px;
	font-weight: 800;
}
.item .detail .volume {
	font-size: 20px;
	font-weight: 500;
}
.item .detail .icon {
	margin-left: 5px;
	padding: 0 10px 2px;
	font-size: 15px;
	font-weight: 500;
	background-color: #ed1c24;
	border-radius: 15px;
	color: #fff;
	text-align: center;
}
.item .store {
	margin-top: 10px;
	font-size: 16px;
	font-weight: 800;
}
.item .note {
	margin-top: 3px;
	font-size: 14px;
}
.block02 .item .shop,
.block02 .item .txt,
.block02 .item .place {
	color: #c02a35;
}
.block03 .item .shop,
.block03 .item .txt,
.block03 .item .place {
	color: #e95532;
}
.block04 .item .shop,
.block04 .item .txt,
.block04 .item .place {
	color: #6eb405;
}

/* block05 */
.block05 {
	padding-bottom: 40px;
}
.block05 .storeBlock {
	margin-top: 20px;
	padding: 0 15px;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.block05 .storeBox {
	padding: 20px 20px 25px 20px;
	width: 350px;
	font-weight: 600;
	background-color: #fff;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
}
.block05 .storeBox .storeName {
	font-size: 35px;
	font-weight: 800;
	color: #f37920;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-style: normal;
	text-align: center;
}
.block05 .storeBox .date {
	margin-top: 5px;
	padding-top: 10px;
	border-top: 1px solid #000;
	font-size: 22px;
	font-weight: 800;
	line-height: 30px;
	text-align: center;
	letter-spacing: -0.04em;
}
.block05 .storeBox .date span {
	color: #ff0000;
}
.block05 .storeBox .place {
	margin-top: 3px;
	font-size: 22px;
	font-weight: 800;
	line-height: 30px;
	text-align: center;
}
.block05 .storeBox .dateNote {
	font-size: 13px;
	text-align: center;
}
.block05 .storeBox .dateNote span {
	color: #ff0000;
}
.block05 .storeBox .btn {
	margin: auto auto 0;
	padding-top: 25px;
	width: 305px;
}
.block05 .storeBox .btn a {
	display: block;
	padding: 25px 15px;
	background-color: #f37920;
	border-radius: 20px;
	font-size: 20px;
	font-weight: 800;
	color: #fff;
	text-align: center;
	position: relative;
}
.block05 .storeBox .btn a::after {
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	top: 50%;
	right: 25px;
	pointer-events: none;
	border: solid transparent;
	border-left-color: #fff;
	border-width: 10px 0 10px 17.3px;
	margin-top: -8px;
}
.block05 .storeBox .btn.coming a {
	background-color: #939598;
	pointer-events: none;
}
.block05 .note {
	margin-top: 60px;
	font-size: 13px;
	line-height: 24px;
	text-align: center;
}

