@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700;800;900&family=Noto+Serif+JP:wght@200..900&display=swap');

.text-white {
    color: #fff !important;
}
.text-white a {
    color: #fff !important;
}
.momo-h {
    font-size: 3rem !important;
    font-family: "M PLUS 1p", sans-serif !important;
    font-weight: 900;
    font-style: normal;
}
.momo-pt-s {
    font-size: 1.3rem !important;
}
.momo-bga {
    background-color: #fab5b5 !important;
}
.momo-tex a {
    font-size: 1.1rem;
    color: #570137;
}
.momo-tex a:hover {
    color: #ffa200;
}
@media (width < 600px) {
    .product__item__pic {
	height: 500px;
	position: relative;
	overflow: hidden;
}
}
.momo-pt-t {
    font-size: 1.2rem;
    font-weight: bold;
}
.momo-pt-e {
    font-size: 1.2rem;
    font-weight: bold;
}
@media (width < 600px) {
    .momo-pt-e {
    font-size: 0.8rem;
    font-weight: bold;
    margin: 0 20px;
}
}
.sakagura {
    width: 80%;
    border-radius: 5px;
    border: 1px solid #bc0e7c;
    margin-inline: auto;
    margin-bottom: 2rem;
    padding: .6rem;
}
.momomo-h2 {
    font-size: 1.2rem !important;
    font-weight: bold;
}
/* トップに戻るボタン */
.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #fff;
    border: solid 2px #000;
    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 #000;
    border-right: 3px solid #000;
    transform: translateY(20%) rotate(-45deg);
}
.momo_form {
    margin-left: 60px !important;
    margin-bottom: 30px;
}
@media (width < 600px) {
    .momo_form {
    margin-left: 10px !important;
    margin-right: 10px !important;
}
}