@charset "UTF-8";

/* L1 ########################################  ######################################## */
/* L2 ****************************************  **************************************** */
/* L3 ========================================  ======================================== */
/* L4 ----------------------------------------  ---------------------------------------- */

/* L1 ######################################## particle js ######################################## */

#particles::before {
	content: "";
	position: fixed;
	z-index: 0;
	inset-block-start: 0;
	inset-inline-start: 0;
	inline-size: 100%;
	block-size: 100%;
	background: rgba(255, 255, 255, 0.8)
}

/* L1 ######################################## 90周年記念こぶしまるグッズ ######################################## */

#goods {
	max-inline-size: 1200px;
    margin: 3em auto;
}

#goods section {
	
}

/* L2 **************************************** イントロダクション **************************************** */

#intro {

}

#intro div.title {
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
}

#intro div.title .main {
	color: #008ccf;
	font-size: clamp(1.4rem, 0.891rem + 2.55vw, 2.8rem);
	text-shadow: 2px 2px 0 #ffffff, -2px -2px 0 #ffffff, -2px 2px 0 #ffffff, 2px -2px 0 #ffffff, 0px 2px 0 #ffffff,  0 -2px 0 #FFF, -2px 0 0 #ffffff, 2px 0 0 #ffffff;
}

#intro div.title .main,
#intro div.title .main span.br {
	text-decoration: underline;
	text-decoration-thickness: 0.4em;
	text-decoration-color: #eeeeee;
	text-underline-offset: -0.2em;
	text-decoration-skip-ink: none;
}

#intro div.title .sub {
	font-size: 130%;
}

#intro .main-image {
	inline-size: fit-content;
	margin: 2em auto;
}

#intro .main-image figure {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#intro .main-image img {
	max-inline-size: 750px;
	inline-size: 100%;
	block-size: auto;
}

#intro .shop {
	margin-block: 3em;
	
	text-align: center;
}

#intro .shop p:first-child  {
	font-size: 150%;
}

#intro .shop .url  {
	font-size: 150%;
	text-align: center;
}


#intro ul {
	position: relative;
	inset-inline-start: -15px;
	inline-size: fit-content;
	margin: 2em auto;
}

#intro ul img {
	inline-size: 1.5em;
	block-size: 1.5em;
}

/* L2 **************************************** キャンペーン情報 **************************************** */

#campaign {
    max-inline-size: 1200px;
    margin: 3em auto;
}

#campaign ul p {
	margin-block: 0;
}

#campaign ul p.note {
	color: #666666;
}

#campaign ul p.note::before {
	content: "\f044";
	margin-inline-end: 0.3em;
	font-family: "Font Awesome 6 Free";
	font-weight: 800;
}