/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 27 2022 | 05:32:11 */
#page-top {
    position: fixed;
    right: 10px;
    bottom: 150px;
    z-index: 99999;
    transform: translateY(55px);
    transition: transform 0.2s ease-out;
}
@media only screen and (max-width: 768px) {
	#page-top {
		bottom: 120px;
	}
}

a.foot-model-icon {
    position: fixed;
    display: block;
    width: 30vw;
    max-width: 200px;
    height: 20vw;
    max-height: 130px;
    bottom: 10px;
    right: 10px;
    background-image: url(https://love-gala.org/wp-content/uploads/2022/07/mb-model-touroku1.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 5;
}
@media only screen and (max-width: 768px) {
	a.foot-model-icon {
		width: 40vw;
		height: 26vw;
		bottom: 5px;
    	right: 5px;
	}
}

.pickup_content__link {
	color: black;
}
.pickup_content__link:hover {
  color: #ccc;
}
.pickup_content__text {
    background: rgba(0,0,0, 0.2);
}
.pickup_content__text__label {
	padding: 10px 0;
	border-radius: 0;
	border: none;
	max-width: 100%;
	min-width: 100%;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: linear-gradient(to left, rgba(255,255,255,0), rgba(255,255,255,.9) 20%, rgba(255,255,255,.9) 80%, rgba(255,255,255,0));
	text-shadow: none;
	line-height: 1.5;
}
li.pickup_content__li:last-child .pickup_content__link::after {
    position: absolute;
    content: "NEW !";
    display: block;
    width: fit-content;
    height: fit-content;
    padding: 7px 15px;
    background-color: #fc772d;
    color: white;
    font-size: 14px;
    line-height: 1;
    font-weight: 900;
    top: 10px;
    right: 5px;
    margin: 0 auto;
    border: 1px solid white;
    border-radius: 9999px;
    box-shadow: 2px 2px 2px rgb(0 0 0 / 40%);
	transform: rotate(8deg);
}
@media only screen and (min-width: 768px) {
  .pickup_content__link:hover {
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
            box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
  }
  .pickup_content__link:hover .pickup_content__text__label {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 5px  rgba(0, 0, 0, 0.15);
  }
}

@media only screen and (max-width: 768px) {
	li.pickup_content__li:last-child .pickup_content__link::after {
    padding: 5px 10px;
    font-size: 12px;
    top: 7px;
    border: 0 solid white;
	}
}

#footer {
    box-shadow: 0 -2px 2px rgba(0,0,0,.3);
    margin-top: 80px;
}
#footer a.foot-mb-logo {
	display: block;
	width: 150px;
	margin: 0 auto 40px;
}
#footer .foot-mb-logo img {
	display: block;
	width: 100%;
}
#footer-bottom .footer-links ul {
    width: 50%;
    margin: 0 auto 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
#footer-bottom .footer-links ul li {
	display: block;
    margin: 0;
    text-align: left;
    width: 40%;
    padding: 10px 0;
}
.copyright {
	font-size: 10px;
}
@media only screen and (max-width: 768px) {
	#footer a.foot-mb-logo {
		width: 120px;
		margin: 20px auto;
	}
	#footer-bottom .footer-links ul {
    	width: 100%;
	}
	#footer-bottom .footer-links ul li {
		display: block;
		width: 50%;
		font-size: 12px;
	}
}