@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Zen+Old+Mincho&display=swap');


@media (prefers-reduced-motion: no-preference) {
html:focus-within {
	scroll-behavior: smooth;
	}
}

* {
	box-sizing: border-box;
}

html {
	color: #333;
	font-family: "Roboto","Noto Sans JP",  sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}

a {
	color: #00A0E9;
	text-decoration: none;
	transition: .3s ease;
	}

a:hover {
	color: #44b0ff;
	}

img {
	display: block;
	width: 100%;
}

.sp {
	display: none;
	}

/* headerここから */
.header {
	display: none;
}
/* headerここまで */

/* footerここから */
footer {
	position: relative;
	display: block;
	padding: 100px 0 30px;
	text-align: center;
	background: #2E9F92;
}

footer .logo {
	width: 312.54px;
	height: 50px;
	margin: 0 auto 70px;
}

footer p {
	margin: 0 0 70px;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
}
/* footerここまで */

/* mainここから */
main {
	position: relative;
	display: block;
}
/* mainここまで */

/* 共通ボタンここから */
a.bt {
	display: block;
	width: 120px;
	margin: 0 auto 20px;
	padding: 8px 0;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	line-height: 1em;
	text-align: center;
	background: #1B9FFF;
	border: 1px solid #1B9FFF;
	border-radius: 15px;
	transition: .3s ease;
}

a.bt:hover {
	color: #1B9FFF;
	background: #fff;
	border: 1px solid #1B9FFF;
}
/* 共通ボタンここまで */

/* CVボタンここから */
.bt_cv {
	margin: 0;
	padding: 50px 4vw;
	background: #fff;
}
.bt_cv a {
	display: block;
	width: 400px;
	margin: 0 auto;
	padding: 28px 0;
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	line-height: 1em;
	text-align: center;
	background: #00A0E9;
	border: 1px solid #00A0E9;
	border-radius: 50px;
	transition: .3s ease;
}
.bt_cv a:hover {
	color: #00A0E9;
	background: #fff;
	border: 1px solid #00A0E9;
}
/* CVボタンここまで */

.pagetop {
	position: fixed;
	right: 30px;
	bottom: 30px;
	height: 40px;
	width: 40px;
	background: #fff;
	border: solid 2px #00A0E9;
	border-radius: 50%;
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 2;
	cursor: pointer;
}
.pagetop__arrow {
	display: block;
	height: 10px;
	width: 10px;
	border-top: 3px solid #00A0E9;
	border-right: 3px solid #00A0E9;
	transform: translateY(20%) rotate(-45deg);
}



/* タブレットここから */
@media screen and (max-width: 1024px) {
}
/* タブレットここまで */



/* スマホここから */
@media screen and (max-width: 767.98px) {

.header {
	position: fixed;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 50px;
	z-index: +9;
	}

.hamburger-menu {
	position: absolute;
	right: 0px;
	top: 0px;
	display: block;
	width: 50px;
	height: 50px;
	border: none;
	background: transparent;
	appearance: none;
	padding: 0;
	cursor: pointer;
	z-index: 99999;
}

.hamburger-menu__bar {
	display: inline-block;
	width: 44%;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 50%;
	box-shadow: 0 1px 1px rgba(0,0,0,.5), 0 0 3px rgba(0,0,0,.25);
	transform: translateX(-50%);
	transition: .5s;
}
.hamburger-menu__bar:first-child {
	top: 16px;
}
.hamburger-menu__bar:nth-child(2) {
	top: 24px;
}
.hamburger-menu__bar:last-child {
	top: 32px;
}
.hamburger-menu--open .hamburger-menu__bar {
	top: 50%;
}
.hamburger-menu--open .hamburger-menu__bar:first-child {
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.hamburger-menu--open .hamburger-menu__bar:last-child {
	transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
	display: none;
}

.navigation {
	display: none;
	background: #00A0E9;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	padding: 0;
	z-index: 9999;
}

.navigation__list {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

.navigation__list li {
	display: block;
	margin: 0;
	padding: 0;
	height: auto;
	border-bottom: solid 1px #ccc;
}

.navigation__list li a {
	display: block;
	color: #fff;
	background: none;
	font-size: 16px;
	font-weight: 400;
	padding: 24px 20px;
	transition: .5s;
}
@media (hover: hover) and (pointer: fine) {
	.navigation__list li a:hover {
		color: #fff;
		background: #1B9FFF;
	}
}

.navigation__list li a i {
	display: inline;
	margin-right: 5px;
}

.subnav_list {
	display: block;
	position: relative;
	left: auto;
	top: auto;
	padding-bottom: 20px;
	opacity: 1;
}

.navigation__list-item:hover .subnav_list {
	top: 0px;
}

.subnav_list-item a {
	display: block;
	margin: 0;
	padding: 10px 24px;
	color: #1B9FFF;
	background: none;
	box-shadow: none;
	font-size: 16px;
	font-weight: 300;
	text-decoration: none;
	white-space: nowrap;
	transition: .3s ease;
}

footer {
	padding: 50px 0 20px;
}

footer ul {
	display: none;
}

footer p {
	margin: 0 0 50px;
	font-size: 14px;
	line-height: 2em;
}

footer p span {
	display: none;
}

.sp {
	display: inline;
	}

/* 共通ボタンここから */
a.bt {
	width: 200px;
	margin: 0 auto 40px;
	padding: 16px 0;
	font-size: 16px;
	border-radius: 30px;
}
/* 共通ボタンここまで */

/* CVボタンここから */
.bt_cv {
	padding: 10vw 4vw;
}
.bt_cv a {
	width: 270px;
	padding: 18px 0;
	font-size: 4vw;
}
/* CVボタンここまで */

}
/* スマホここまで */

#mv {
	position: relative;
	padding: 50px 0;
	background: url(../img/bg_mv.jpg) center center no-repeat;
	background-size: cover;
	}

#mv .logo_phyto {
	position: absolute;
	left: 30px;
	top: 30px;
	width: 300px;
	z-index: +1
	}
@media screen and (max-width: 768px) {
#mv .logo_phyto {
	width: 200px;
	}
}

#mv .logo_bs {
	position: absolute;
	right: 30px;
	top: 30px;
	width: 60px;
	z-index: +1
	}
@media screen and (max-width: 768px) {
#mv .logo_bs {
	right: 12vw;
	top: 12vw;
	width: 40px;
	}
}

#mv h1 {
	display: block;
	width: 100%;
	max-width: 800px;
	margin: 0 auto 10px;
	z-index: +1
	}
@media screen and (max-width: 1024px) {
#mv h1 {
	max-width: 600px;
	}
}
@media screen and (max-width: 767.98px) {
#mv h1 {
	max-width: 100%;
	}
}

#mv h1 img {
	display: block;
	width: 100%;
	margin: 0;
	}

#mv ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding: 0 20px;
	z-index: -1;
	}
#mv li {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 25%;
	padding: 20px;
}
@media screen and (max-width: 767.98px) {
#mv li {
	width: 50%;
	padding: 4vw;
	}
}

#mv li .bottle {
	display: block;
	margin: 0 0 20px;
}

#mv li .bottle_old {
	position: absolute;
	right: -15px;
	bottom: 110px;
	display: block;
	width: content-fit;
	height: 200px;
}

#mv li .bottle_old img {
	display: block;
	width: auto;
	height: 100%;
}
#mv li .bottle_old::before {
	position: absolute;
	right: 0px;
	top: -13px;
	display: block;
	width: 100%;
	color: #fff;
	content: "現行パッケージ";
	font-size: 10px;
	line-height: 1em;
	text-align: center;
	text-shadow: 0 1px 1px rgba(0,0,0,.8);
	white-space: nowrap;
}

#mv li .new {
	position: absolute;
	right: 0;
	top: 70px;
	display: block;
	width: 80px;
	height: 80px;
}
@media screen and (max-width: 768px) {
#mv li .new {
	top: 60px;
	width: 60px;
	height: 60px;
	}
}
@media screen and (max-width: 767.98px) {
#mv li .new {
	top: 70px;
	width: 70px;
	height: 70px;
	}
}
@media screen and (max-width: 375px) {
#mv li .new {
	top: 60px;
	width: 60px;
	height: 60px;
	}
}

#mv li p {
	position: absolute;
	left: 0;
	top: 110px;
	display: block;
	width: 100%;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0,0,0,.8);
	font-size: 30px;
	font-weight: 600;
	text-align: center;
}
@media screen and (max-width: 768px) {
#mv li p {
	top: 90px;
	font-size: 26px;
	}
}
@media screen and (max-width: 767.98px) {
#mv li p {
	top: 105px;
	font-size: 26px;
	}
}
@media screen and (max-width: 375px) {
#mv li p {
	top: 90px;
	font-size: 24px;
	}
}

#mv li span {
	position: relative;
	display: block;
	width: 100%;
	max-width: 450px;
	margin: 0 auto;
	padding: 20px 0;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	text-shadow: 0 1px 5px rgba(0,0,0,.8);
	border-radius: 50px;
	box-shadow: 0 1px 5px rgba(0,0,0,.8);
	transition: .3s ease;
}
@media screen and (max-width: 1024px) {
#mv li span {
	font-size: 22px;
	}
}
@media screen and (max-width: 768px) {
#mv li span {
	font-size: 18px;
	}
}

#mv .nebarukun a span {
	background-image: linear-gradient(#17c957, #00a842);
}
#mv .hanafubuki a span {
	background-image: linear-gradient(#f44aaf, #e4007f);
}
#mv .hanamisaki a span {
	background-image: linear-gradient(#ff9750, #eb6100);
}
#mv .harmozyme a span {
	background-image: linear-gradient(#7157ce, #3b1e87);
}

#mv .nebarukun a span:hover {
	color: #00a842;
	text-shadow: none;
	background-image: linear-gradient(#ffffff, #eaeaea);
}
#mv .hanafubuki a span:hover {
	color: #e4007f;
	text-shadow: none;
	background-image: linear-gradient(#ffffff, #eaeaea);
}
#mv .hanamisaki a span:hover {
	color: #eb6100;
	text-shadow: none;
	background-image: linear-gradient(#ffffff, #eaeaea);
}
#mv .harmozyme a span:hover {
	color: #3b1e87;
	text-shadow: none;
	background-image: linear-gradient(#ffffff, #eaeaea);
}

#mv .nebarukun a span span,
#mv .hanafubuki a span span,
#mv .hanamisaki a span span,
#mv .harmozyme a span span {
	display: inline;
	margin: 0;
	padding: 0;
	font-size: .8em;
	background-image: none;
	box-shadow: none;
}

#mv .nebarukun a span:hover span {
	color: #00a842;
	text-shadow: none;
}
#mv .hanafubuki a span:hover span {
	color: #e4007f;
	text-shadow: none;
}
#mv .hanamisaki a span:hover span {
	color: #eb6100;
	text-shadow: none;
}
#mv .harmozyme a span:hover span {
	color: #3b1e87;
	text-shadow: none;
}

#mv p.notice {
	color: #fff;
	font-size: 10px;
	text-align: center;
	text-shadow: 0 1px 1px rgba(0,0,0,.8);
	}

/* #problem */
#problem {
	padding: 50px 0;
}
@media screen and (max-width: 767.98px) {
#problem {
	padding: 20px 0;
	}
}

#problem h2 {
	display: block;
	margin: 0;
	padding: 30px 0;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.5em;
	text-align: center;
}
@media screen and (max-width: 767.98px) {
#problem h2 {
	font-size: 5vw;
	}
}

#problem .column {
	width: 100%;
	margin: 0;
	padding: 100px 0;
}
@media screen and (max-width: 767.98px) {
#problem .column {
	padding: 20px 4vw;
	}
}

#problem .column h3 {
	display: block;
	margin: 0 0 .5em;
	padding: 0;
	font-size: 28px;
	line-height: 1em;
}

#problem .column h4 {
	display: block;
	margin: 0 0 .5em;
	padding: 0;
	font-size: 20px;
	line-height: 1em;
}

#suito h4 {
	color: #00a842;
}
#daizu h4 {
	color: #e4007f;
}
#azuki h4 {
	color: #eb6100;
}
#toumorokoshi h4 {
	color: #3b1e87;
}

#problem .column h5 {
	display: block;
	margin: 1em 0 .5em 0;
	padding: 0;
	font-size: 18px;
	line-height: 1em;
}

#problem .column p {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 2em;
}
@media screen and (max-width: 768px) {
#problem .column p br {
	display: none;
	}
}

#problem .column ul {
	display: block;
	margin: 0;
	padding: 0;
}

#problem .column li {
	display: block;
	margin: 0;
	padding: 0;
}

#problem .voice {
	position: relative;
	display: block;
	width: 600px;
	margin: 0 auto 20px;
	padding: 20px 200px 20px 20px;
	background-image: linear-gradient(90deg, #ffffffbf, #ffffffbf 70%, transparent 80%);
	z-index: +1;
}
@media screen and (max-width: 768px) {
#problem .voice {
	width: 500px;
	padding: 20px 150px 20px 20px;
	}
}
@media screen and (max-width: 767.98px) {
#problem .voice {
	margin: 0 auto 5px;
	width: 100%;
	}
}

#suito .voice,
#azuki .voice {
	transform: translate(-100px,0);
	}
@media screen and (max-width: 767.98px) {
#suito .voice,
#azuki .voice {
	transform: translate(0,0);
	}
}

#daizu .voice,
#toumorokoshi .voice {
	transform: translate(100px,0);
	}
@media screen and (max-width: 767.98px) {
#daizu .voice,
#toumorokoshi .voice {
	transform: translate(0,0);
	}
}

#problem .nouka {
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translate(0,-50%);
	width: 150px;
	height: 150px;
	border-radius: 50%;
	box-shadow: 0 1px 3px rgba(0,0,0,.5), 0 0 3px rgba(0,0,0,.25);
}

#problem .info {
	position: relative;
	display: block;
	width: 100%;
	max-width: 800px;
	margin: 0 auto 20px;
	padding: 20px 250px 20px 20px;
	background-image: linear-gradient(90deg, #ffffffbf, #ffffffbf 75%, transparent);
}
@media screen and (max-width: 768px) {
#problem .info {
	max-width: 700px;
	}
}
@media screen and (max-width: 767.98px) {
#problem .info {
	width: 100%;
	padding: 10vw 4vw;
	background-image: linear-gradient(90deg, #ffffffbf, #ffffffbf 75% 100%);
	}
}

#daizu .info,
#toumorokoshi .info {
	padding: 20px 20px 20px 230px;
	background-image: linear-gradient(90deg, transparent, #ffffffbf 20% 100%);
}
@media screen and (max-width: 767.98px) {
#daizu .info,
#toumorokoshi .info {
	padding: 10vw 4vw;
	background-image: linear-gradient(90deg, #ffffffbf, #ffffffbf 20% 100%);
	}
}

#suito {
	background: url(../img/bg_suito.jpg) center center no-repeat;
	background-size: cover;
}

#daizu {
	background: url(../img/bg_daizu.jpg) center center no-repeat;
	background-size: cover;
}

#azuki {
	background: url(../img/bg_azuki.jpg) center center no-repeat;
	background-size: cover;
}

#toumorokoshi {
	background: url(../img/bg_toumorokoshi.jpg) center center no-repeat;
	background-size: cover;
}

#problem .bottle {
	position: absolute;
	display: block;
	right: 0px;
	bottom: -10px;
	width: 150px;
	z-index: +1;
}
@media screen and (max-width: 767.98px) {
#problem .bottle {
	position: relative;
	right: 0;
	bottom: 0;
	margin: 0 auto 4vw;
	width: 100px;
	}
}

#daizu .bottle,
#toumorokoshi .bottle {
	right: auto;
	left: 0px;
}

#problem p.bottleinfo {
	position: absolute;
	display: block;
	right: 0px;
	bottom: -5px;
	color: #fff;
	font-size: 7px;
	z-index: +1;
}
@media screen and (max-width: 767.98px) {
#problem p.bottleinfo {
	position: relative;
	right: auto;
	bottom: auto;
	margin: 0 auto 4vw;
	color: #333;
	text-align: center;
	}
}

#daizu p.bottleinfo,
#toumorokoshi p.bottleinfo {
	right: auto;
	left: 3px;
}

#problem a {
	display: block;
	max-width: 550px;
	margin: 0 auto;
	padding: 1em 0;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	background: red;
	border-radius: 50px;
	transition: .3s ease;
}
@media screen and (max-width: 767.98px) {
#problem a {
	font-size: 4vw;
	}
}

#suito a {
	background-image: linear-gradient(#17c957, #00a842);
}
#daizu a {
	background-image: linear-gradient(#f44aaf, #e4007f);
}
#azuki a {
	background-image: linear-gradient(#ff9750, #eb6100);
}
#toumorokoshi a {
	background-image: linear-gradient(#7157ce, #3b1e87);
}

#suito a:hover {
	color: #00a842;
	text-shadow: none;
	background-image: linear-gradient(#ffffff, #eaeaea);
}
#daizu a:hover {
	color: #e4007f;
	text-shadow: none;
	background-image: linear-gradient(#ffffff, #eaeaea);
}
#azuki a:hover {
	color: #eb6100;
	text-shadow: none;
	background-image: linear-gradient(#ffffff, #eaeaea);
}
#toumorokoshi a:hover {
	color: #3b1e87;
	text-shadow: none;
	background-image: linear-gradient(#ffffff, #eaeaea);
}

/* #calendar */
#calendar {
	padding: 50px 0 0;
	}

#calendar h2 {
	display: block;
	margin: 0 0 50px;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.5em;
	text-align: center;
	}
@media screen and (max-width: 767.98px) {
#calendar h2 {
	font-size: 5vw;
	}
}

#calendar .rule {
	display: block;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 50px;
	}
@media screen and (max-width: 768px) {
#calendar .rule {
	width: 90%;
	}
}

#calendar .inner {
	width: 100%;
	margin: 0 auto;
	padding: 50px 0 0 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	overflow: auto;
	}
@media screen and (max-width: 767.98px) {
#calendar .inner {
	padding: 50px 4vw 0;
	}
}

#calendar .inner img {
	display: block;
	width: 100%;
	}
@media screen and (max-width: 767.98px) {
#calendar .inner img {
	width: 200%;
	}
}

#calendar p {
	display: block;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	line-height: 2em;
	text-shadow: 0 1px 3px rgba(0,0,0,.5);
	}
@media screen and (max-width: 767.98px) {
#calendar p {
	font-size: 4vw;
	}
}

/* #lineup */
#lineup {
	padding: 100px 0 0 0;
	}
@media screen and (max-width: 768px) {
#lineup {
	padding: 60px 0 0 0;
	}
}
@media screen and (max-width: 767.98px) {
#lineup {
	padding: 30px 0 0;
	}
}

#lineup h2 {
	display: block;
	margin: 0 0 50px;
	padding: 30px 0;
	font-size: 32px;
	font-weight: 700;
	text-align: center;
}
@media screen and (max-width: 767.98px) {
#lineup h2 {
	margin: 0 0 20px;
	font-size: 5vw;
	}
}

#lineup .column {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 100px 0;
}
@media screen and (max-width: 767.98px) {
#lineup .column {
	padding: 30px 4vw;
	}
}

#lineup .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 700px;
	margin: 0 auto 50px;
}

#hanafubuki .inner,
#harmozyme .inner {
	flex-direction: row-reverse;
	}

#lineup h3 {
	position: relative;
	display: block;
	margin: 0 0 1em;
	padding: 0;
	font-size: 30px;
	font-weight: 700;
	line-height: 1em;
	text-align: center;
}

#lineup h3 span {
	font-size: .7em;
	padding-right: .25em;
}
@media screen and (max-width: 767.98px) {
#lineup h3 span {
	display: block;
	}
}

#lineup ul {
	display: flex;
	margin: 0 0 1em;
	padding: 0;
}
@media screen and (max-width: 767.98px) {
#lineup ul {
	width: fit-content;
	margin: 0 auto 1em;
	}
}

#lineup li {
	display: block;
	margin: 0;
	padding: 10px;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	line-height: 1em;
	background: #ccc;
	margin-right: 5px;
	border-radius: 5px;
}

#lineup dl {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}

#lineup dt {
	display: block;
	margin: 0;
	padding: 10px 0 5px 0;
	font-size: 16px;
	font-weight: 500;
	white-space: nowrap;
}

#lineup dd {
	display: block;
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5em;
}

#lineup li.icon1 {
	background: #8f4c2a;
}

#lineup li.icon2 {
	background: #009944;
}

#lineup .info {
	display: block;
	width: 80%;
	padding: 0 0 0 2em;
}
@media screen and (max-width: 767.98px) {
#lineup .info {
	width: 100%;
	padding: 0;
	}
}

#lineup .info p {
	display: block;
	font-size: 16px;
	line-height: 2em;
}

#lineup .pic {
	display: block;
	width: 20%;
	align-items: flex-end;
}
@media screen and (max-width: 767.98px) {
#lineup .pic {
	display: block;
	width: 30%;
	margin: 0 auto;
	}
}

#lineup .pic img {
	display: block;
	width: 100%;
	margin: 0 auto;
}

#lineup .pic p.bottleinfo {
	display: block;
	width: 100%;
	font-size: 7px;
	line-height: 1em;
	text-align: center;
	white-space: nowrap;
}


#lineup a {
	display: block;
	max-width: 550px;
	margin: 0 auto;
	padding: 1em 0;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	background: red;
	border-radius: 50px;
	transition: .3s ease;
}
@media screen and (max-width: 767.98px) {
#lineup a {
	font-size: 4vw;
	}
}

#nebarukun {
	background: url(../img/logo_nebarukun.svg) left -10% center no-repeat #deffe9;
	background-size: auto 70%;
}
#hanafubuki {
	background: url(../img/logo_hanafubuki.svg) right -10% center no-repeat #f4d3e9;
	background-size: auto 70%;
}
#hanamisaki {
	background: url(../img/logo_hanamisaki.svg) left -10% center no-repeat #fff0e6;
	background-size: auto 70%;
}
#harmozyme {
	background: url(../img/logo_harmozyme.svg) right -10% center no-repeat #dbd6f2;
	background-size: auto 70%;
}

#nebarukun a {
	background-image: linear-gradient(#17c957, #00a842);
}
#hanafubuki a {
	background-image: linear-gradient(#f44aaf, #e4007f);
}
#hanamisaki a {
	background-image: linear-gradient(#ff9750, #eb6100);
}
#harmozyme a {
	background-image: linear-gradient(#7157ce, #3b1e87);
}

#nebarukun a:hover {
	color: #00a842;
	text-shadow: none;
	background-image: linear-gradient(#ffffff, #eaeaea);
}
#hanafubuki a:hover {
	color: #e4007f;
	text-shadow: none;
	background-image: linear-gradient(#ffffff, #eaeaea);
}
#hanamisaki a:hover {
	color: #eb6100;
	text-shadow: none;
	background-image: linear-gradient(#ffffff, #eaeaea);
}
#harmozyme a:hover {
	color: #3b1e87;
	text-shadow: none;
	background-image: linear-gradient(#ffffff, #eaeaea);
}