@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;
}
html {
	font-size: 10px;
	color: #333;
}
@media (max-width: 768px) {
	html {
		font-size: 1.3333vw;
	}
}
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*/
}
.hokaido {
	font-size: 1.9rem;
	line-height: 1.36;
	font-family: "Noto Sans CJK JP", sans-serif;
	font-weight: 500;
	margin: 0 auto;
	max-width: 75rem;
}

/* cont */
.cont {
	margin-top: -1rem;
	background: url("/base/pc/store/special/hokkaido/2026ss/img/lead_bg.png") no-repeat;
	background-size: contain;
	background-position: center bottom;
	padding-bottom: 15rem;
}
.cont .lead {
	font-size: 2.6rem;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 800;
	line-height: 1.6;
	text-align: center;
	color: #50B748;
}

/* anchorBtn */
.anchorBtn {
	margin: 2rem auto 0;
	width: 59.2rem;
}
.anchorBtn a {
	display: block;
	padding: 4rem 2rem;
	background-color: #50B748;
	border-radius: 4rem;
	font-size: 4.2rem;
	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% - 1rem);
	right: 6rem;
	border: solid transparent;
	border-top-color: #fff;
	border-width: 2.5rem 1.5rem 2.5rem 1.5rem;
}

/* block */
.block01 {
	margin-top: 2.5rem;
}
.block01 .leadWrap {
	padding-top: 4rem;
	text-align: center;
	background-color: #F9BBA7;
}
.block01 .lead {
	display: inline-block;
	font-size: 3.2rem;
	font-weight: 700;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-style: normal;
	line-height: 1.5;
	text-align: left;
	color: #E84821;
	letter-spacing: -0.04em;
	padding-left: 16rem;
	position: relative;
}
.block01 .lead::before {
	content: "";
	width: 14.4rem;
	height: 24rem;
	background: url("/base/pc/store/special/hokkaido/2026ss/img/block01_sub.png") no-repeat;
	background-size: contain;
	position: absolute;
	top: -7.5rem;
	left: 0;
}

.block02 {
	margin-top: -11rem;
}
.block02 .lead {
	padding-top: 4rem;
	font-size: 3.2rem;
	font-weight: 700;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-style: normal;
	line-height: 1.5;
	color: #E7373D;
	text-align: center;
	background-color: #F6C8D6;
}

.block03 {
	margin-top: -11rem;
}
.block03 .lead {
	font-size: 3.2rem;
	font-weight: 700;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-style: normal;
	line-height: 1.5;
	color: #009D3C;
	text-align: center;
	background-color: #D7E597;
}

/* item */
.itemWrap {
	padding: 2.1rem 3rem 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 2rem;
}
.item {
	width: 48.116%;
	font-weight: 600;
}
.item .txtBox {
	padding: 1.5rem 1rem 0;
}
.item .icons {
	display: inline-block;
	padding: 0 1rem;
	font-size: 1.4rem;
	text-align: center;
}
.item .icons.icon01 {
	background-color: #A68137;
	color: #fff;
}
.item .shop {
	font-size: 2.5rem;
	font-weight: 700;
}
.item .icons + .shop {
	margin-top: 0.5rem;
}
.item .txt {
	margin-top: 1rem;
}
.item .name {
	margin-top: 1rem;
	font-size: 2.2rem;
	font-weight: 700;
}
.item .detail {
	display: flex;
	align-items: center;
	font-size: 2.2rem;
	font-weight: 700;
}
.item .detail .volume {
	font-size: 2rem;
	font-weight: 500;
}
.item .detail .icon {
	margin-left: 0.2rem;
	padding: 0 1rem 0.2rem;
	font-size: 1.4rem;
	font-weight: 500;
	background-color: #EC1C24;
	color: #fff;
	text-align: center;
}
.item .store {
	margin-top: 1rem;
	font-size: 1.6rem;
	font-weight: 700;
}
.item .note {
	margin-top: 0.3rem;
	font-size: 1.3rem;
	text-indent: -1em;
	padding-left: 1em;
}
.block01 .itemWrap {
	background-color: #FABBA6;
	padding-bottom: 16rem;
}
.block02 .itemWrap {
	background-color: #F6C8D6;
	padding-bottom: 16rem;
}
.block03 .itemWrap {
	background-color: #D7E597;
	padding-bottom: 16rem;
	position: relative;
}
.block03 .itemWrap::after {
	content: "";
	width: 100%;
	height: 13.9rem;
	background: url("/base/pc/store/special/hokkaido/2026ss/img/block03_bottom.png") no-repeat;
	background-size: contain;
	position: absolute;
	bottom: -1rem;
	left: 0;
}
.block01 .item .shop,
.block01 .item .txt,
.block01 .item .place {
	color: #E84821;
}
.block02 .item .shop,
.block02 .item .txt,
.block02 .item .place {
	color: #E7373D;
}
.block03 .item .shop,
.block03 .item .txt,
.block03 .item .place {
	color: #009D3C;
}

/* block04 */
.block04 {
	background-color: #50B748;
	padding-bottom: 4rem;
	position: relative;
}
.block04 .pic {
	width: 34.1rem;
	margin: 0 auto;
}
.block04 .storeBlock {
	margin-top: 2rem;
	padding: 0 1.5rem 2.5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 2rem 0;
}
.block04 .storeBox {
	padding: 2rem 2rem 2.5rem 2rem;
	width: 48.613%;
	font-weight: 600;
	background-color: #fff;
	border-radius: 2rem;
	display: flex;
	flex-direction: column;
}
.block04 .storeBox .storeName {
	font-size: 3.5rem;
	font-weight: 800;
	color: #50B748;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-style: normal;
	text-align: center;
}
.block04 .storeBox .date {
	margin-top: 0.5rem;
	padding-top: 1rem;
	border-top: 1px solid #000;
	font-size: 2.2rem;
	font-weight: 800;
	font-feature-settings: "palt";
	text-align: center;
}
.block04 .storeBox .date span {
	color: #FF0000;
}
.block04 .storeBox .place {
	font-size: 2.2rem;
	font-weight: 800;
	text-align: center;
}
.block04 .storeBox .storeNote {
	margin-top: 1rem;
	font-size: 1.37rem;
}
.block04 .storeBox .btn {
	margin: auto auto 0;
	padding-top: 2.5rem;
	width: 30.6rem;
}
.block04 .storeBox .btn a {
	display: block;
	padding: 2.5rem 1.5rem;
	background-color: #50B748;
	border-radius: 2.5rem;
	font-size: 2rem;
	font-weight: 800;
	color: #fff;
	text-align: center;
	position: relative;
}
.block04 .storeBox .btn a::after {
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	top: 50%;
	right: 2.5rem;
	pointer-events: none;
	border: solid transparent;
	border-left-color: #fff;
	border-width: 1rem 0 1rem 1.73rem;
	margin-top: -0.8rem;
}
.block04 .storeBox .btn.coming a {
	background-color: #939598;
	pointer-events: none;
}
.block04 .online {
	background-color: #fff;
	padding: 7rem 0;
}
.block04 .online h2 {
	font-size: 3.9rem;
	font-weight: 800;
	color: #50B748;
	font-family: "M PLUS Rounded 1c", sans-serif;
	text-align: center;
}
.block04 .online .onlineNote {
	font-size: 1.5rem;
	font-weight: 600;
	text-align: center;
}
.block04 .online .onlineLink {
	margin: 3.5rem auto 0;
	text-align: center;
}
.block04 .note {
	margin-top: 1.5rem;
	font-size: 1.4rem;
	line-height: 1.5;
	color: #fff;
	text-align: center;
}

/* present */
.present {
	width: 100%;
	background-color: #fff;
	border-radius: 4rem;
	padding-bottom: 3rem;
}
.present .presentTtl {
	background-color: #e7373d;
	padding: 2.5rem 0 1.5rem;
	border-radius: 4rem 4rem 0 0;
	font-size: 3.55rem;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 700;
	text-align: center;
	color: #fff;
}
.present .presentTxt {
	margin-top: 2rem;
	font-size: 2.35rem;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 700;
	color: #e7373d;
	text-align: center;
	position: relative;
}
.present .presentTxt::before {
	content: "";
	width: 11.7rem;
	height: 15.6rem;
	background: url("/base/pc/store/special/hokkaido/2026ss/img/rose.png") no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 0;
	left: 3.5rem;
}
.present .presentNote {
	margin-top: 1rem;
	font-size: 1.6rem;
	font-weight: 600;
	text-align: center;
	color: #e7373d;
}