@charset "shift_jis";
/* CSS Document */
@import url("page.css");

#t-box h1 {
	background-image: url(../images/gummy/title_sp.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	margin: 0 auto;
	padding-top: 28.85%;
	height: 0;
	width: 100%;
}

.catch02 {
	font-family: 'YakuHanRP', 'Shippori Mincho', serif;
	font-size: 18px;
	text-align: center;
	line-height: 1.8em;
	color: #4C3826;
	margin: 50px auto 30px;
	width: 96%;
	box-sizing: border-box;
}

#bn_kowai {
	display: block;
	margin: 20px auto;
	width: 96%;
}

#bn_kowai a {
	background-image: url(../images/gummy/bn_pe_sp.png);
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0;
	padding-top: 27.92%;
	height: 0;
	width: 100%;
}

#gummy-case {
	display: block;
	margin: 20px auto;
	width: 96%;
}

#gummy-case dd {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	width: 100%;
}

#gummy-case div {
	margin: 2%;
	width: 96%;
	box-sizing: border-box;
}

#gummy-case div img {
	height: auto;
	width: 100%;
}

@media only screen and (min-width: 769px) {
#t-box h1 {
	background-image: url(../images/gummy/title.jpg);
	background-size: auto;
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	margin: 0 auto;
	padding-top: 0;
	height: 150px;
	width: 1015px;
}

.catch02 {
	font-size: 26px;
	margin: 0 auto 50px;
	width: 1000px;
}

#bn_kowai {
	width: 980px;
}

#bn_kowai a {
	background-image: url(../images/gummy/bn_pe.gif);
	background-size: auto;
	padding: 0;
	height: 60px;
	width: 980px;
}
#bn_kowai a:hover {
	opacity: 0.7;
}

#gummy-case {
	width: 1000px;
}

#gummy-case dd {
	width: 900px;
}

#gummy-case div {
	margin: 5px;
	width: 380px;
}


}