@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周年記念こぶしまるグッズ ######################################## */

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

#watch 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: 800px;
	inline-size: 100%;
	block-size: auto;
}

#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 **************************************** グッズ情報 **************************************** */

div.goods {
	padding: 5px 4%;
	margin-block-start: 1em;
	border: 1px solid #eeeeee;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.8);
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.10);
}

div.goods p,
div.goods ul {
	margin-block: 1em;
}

div.goods .item {
	inline-size: fit-content;
	margin: 1em auto;
	padding: 0.2em 1em;
	color: #008ccf;
	font-size: clamp(1.25rem, 0.977rem + 1.36vw, 2rem);
	text-align: center;
	border-radius: 2em;
	text-decoration: underline;
	text-decoration-thickness: 0.4em;
	text-decoration-color: #eeeeee;
	text-underline-offset: -0.2em;
	text-decoration-skip-ink: none;
}

div.goods .item span.br {
	text-decoration: underline;
	text-decoration-thickness: 0.4em;
	text-decoration-color: #eeeeee;
	text-underline-offset: -0.2em;
	text-decoration-skip-ink: none;
}

div.goods .time {
	inline-size: fit-content;
	margin: 1em auto;
	padding: 0.2em 1em;
	font-size: 120%;
	text-align: center;
}

div.goods figure img[width] {
	max-inline-size: 400px;
	inline-size: 100%;
	object-fit: contain;
}

div.goods figure img[height] {
	max-block-size: 600px;
	block-size: 35vw;
	object-fit: contain;
}

@media (max-width: 768px) {
	div.goods figure img[height] {
		max-block-size: none;
		block-size: auto;
		max-inline-size: 400px;
		inline-size: 100%;
	}
}



div.goods ul.shop {
	font-size: 120%;
}

div.goods ul p {
	margin-block: 0;
}

div.goods ul p.note {
	color: #666666;
}

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