/* Scss Document */
@media screen and (min-width: 668px) {
	.global-header {
		background: #fff;
	}

	.osae {
		font-size: 1em;
	}

	.weight_b {
		font-weight: bold;
	}



	h3 {
		width: 80%;
		max-width: 700px;
		margin: 5% auto;
		text-align: center;
	}

	h3 img {
		width: 100%;
	}

}

h3 {
	text-align: center;
	position: relative;
}

.bg_top {
	width: 100%;
}

body {
	width: 100%;
	overflow-x: hidden;
	margin: 0 auto;
	background: #F09CA9;
	background: linear-gradient(270deg, rgba(240, 156, 169, 1) 0%, rgba(246, 171, 0, 1) 40%, rgba(255, 217, 0, 1) 70%, rgba(184, 210, 0, 1) 100%);
}



#mothersdayillust img.yume60th {
	text-align: center;
	margin: 20px auto;
	max-width: 100px;
	width: 20%;
}

/*#mothersdayillust {

  color: #000;
  line-height: 1.6;
}*/
#mothersdayillust {
	position: relative;
	background: #ffffff;
	border: #0079c3 solid 10px;
	border-radius: 40px;
	max-width: 960px;
	margin: 5% auto 5%;
	color: #000;
	line-height: 1.6;
	font-family: 'Noto Sans JP', sans-serif;
}

#mothersdayillust img {
	max-width: 100%;
	vertical-align: bottom;
	line-height: 0;
}

#mothersdayillust a {
	color: #000;
}

#mothersdayillust a:hover {
	opacity: 0.7;
	transition: 0.1s;
}

#mothersdayillust h4 {
	margin-bottom: 2rem;
}

.chuui {
	width: 95%;
	margin: 35px auto 0 auto;
	padding: 0 5px;
	text-align: center;
}

@media screen and (max-width: 1160px) {
	#mothersdayillust {
		margin: 15% auto 5%;
	}
}

@media screen and (max-width: 667px) {
	#mothersdayillust {
		width: 95%;
		border: #0079c3 solid 5px;
		margin: 27% auto 5%;
		border-radius: 20px;
	}


	.chuui .flex {
		flex-wrap: wrap;
	}

	.chuui .flex {
		text-align: center;
	}

	.izumi-artmuseum {
		margin: auto;
	}

	.osae {
		font-size: 1em;
	}

	.weight_b {
		font-weight: bold;
	}

	.price_box {
		width: 100%;
	}
}

.award {
	position: relative;
}

.award::before {
	content: "";
	background: url("../img/medal.png") no-repeat center;
	position: absolute;
	display: block;
	background-size: contain;
}

#youmetownaward,
#pentel,
#gold,
#s-pentel,
#izumi,
#tokubetsu {
	width: 90%;
	margin: 1rem auto 4rem;
}

#youmetownaward {
	margin-top: 2rem;
}

#youmetownaward .award {
	background: url("../img/youmetownaward-bg.svg") no-repeat center left;
	background-size: 100% 100%;
}

@media screen and (max-width: 500px) {
	#youmetownaward .award {
		background: url("../img/youmetownaward-bg-sp.svg") no-repeat center left;
		background-size: 100% 100%;
	}
}

#pentel .award {
	background: url("../img/pentelaward-bg.svg") no-repeat center left;
	background-size: 100% 100%;
}

@media screen and (max-width: 500px) {
	#pentel .award {
		background: url("../img/pentelaward-bg-sp.svg") no-repeat center left;
		background-size: 100% 100%;
	}
}

#izumi .award {
	background: url("../img/izumi_haikei.svg") no-repeat center left;
	background-size: 100% 100%;
}

#tokubetsu .award {
	background: url("../img/tokubetsu_haikei.svg") no-repeat center left;
	background-size: 100% 100%;
}

.grandprix {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.grandprix li {
	padding: 30px 20px 40px;
	background: url("../img/frame.png") no-repeat center;
	background-size: contain;
	text-align: center;
	position: relative;
}

.grandprix li img {
	width: 90%;
}

.grandprix li p {
	position: absolute;
	bottom: -1.3em;
	left: 0;
	right: 0;
	margin: auto;
	background: #fff;
	width: 66%;
	border: 1px solid #ba9950;
}

.grandprix li p span {
	display: inline-block;
}

.s-award {
	background: url("../img/yellowline.png") no-repeat bottom left;
	position: relative;
}

.s-award::before {
	content: "";
	background: url("../img/crown.png") no-repeat center;
	position: absolute;
	display: block;
	background-size: contain;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.mention {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	text-align: center;
}

.mention li {
	padding: 5px;
	width: calc(calc(100% - 40px) /4);
	margin-bottom: 3rem;
}

.mention li .winnername {
	margin-top: 0;
}

.mention li span {
	display: inline-block;
}

@media screen and (min-width: 668px) {
	.grandprix li {
		width: calc(calc(100% - 100px) / 2);
	}

	.award {
		padding: 1.3rem 0 0.8rem;
	}

	.award::before {
		width: 7rem;
		height: 7rem;
		left: 0;
		top: -25px;
	}

	.award img {
		margin-left: 8rem;
	}

	.s-award {
		padding: 2rem 0 1rem;
	}

	.s-award::before {
		width: 4rem;
		height: 4rem;
	}

	.s-award img {
		margin-left: 5rem;
	}

	.mention li {
		width: calc(calc(100% - 40px) /4);
	}
}

@media screen and (max-width: 667px) {
	#mothersdayillust ul {
		width: 100%;
		margin: auto;
	}

	.award {
		padding: 0.6rem 0 0.4rem;
	}

	.award::before {
		width: 4rem;
		height: 4rem;
		left: 0;
		top: -20px;
	}

	.award img {
		margin-left: 4rem;
	}

	.s-award {
		padding: 1rem 0;
	}

	.s-award::before {
		width: 3rem;
		height: 3rem;
	}

	.s-award img {
		margin-left: 3.5rem;
	}

	.award img,
	.s-award img {
		height: 1.2rem;
	}

	.mention li {
		width: calc(calc(100% - 20px) /2);
	}

	.mention li p {
		font-size: .9em;
	}

	.mention li .tenpo {
		text-indent: -1em;
	}

	.grandprix {
		width: 100% !important;
	}

	.grandprix li {
		width: 100%;
		margin-bottom: 4rem;
	}

	.winnername {
		font-size: .8rem;
	}

	.grandprix li p {
		bottom: -2.5em;
		padding: 0.5em;
		font-size: .9em;
	}

	.topBtn {
		position: fixed;
		bottom: 0;
		width: 100vw;
	}

	footer {
		padding-bottom: 40px;
	}
}

@media screen and (min-width: 0\0) and (min-resolution: 72dpi) {
	.grandprix li {
		width: 44%;
	}

	.mention li {
		width: 23%;
	}
}

#mothersdayillust .izumibizyutukan {
	color: #fff;
	background: #c70079;
	text-decoration: none;
	padding: 10px 20px;
	border-radius: 50px;
	display: block;
	margin: 20px auto 0;
	width: 60%;
}

@media screen and (max-width: 667px) {
	#mothersdayillust .izumibizyutukan {
		width: calc(100% - 40px);
	}
}

#mothersdayillust img.name_text {
	width: 0.95em;
	vertical-align: middle;
	margin-right: 2px;
	display: inline-block;
	margin-bottom: 4px;
}

.logo {
	position: absolute;
	z-index: 2;
	width: 70px;
	left: 10px;
	top: 10px;
}

@media screen and (max-width: 767px) {
	.logo {
		width: 60px;
	}
}



/*# sourceMappingURL=style.css.map */