@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;600&display=swap");
.t__min {
font-family: "Shippori Mincho", serif !important;
} svg {
fill: currentColor;
}   @keyframes scrollDown {
0% {
transform: translateY(0rem);
}
15% {
transform: translateY(1rem);
}
30% {
transform: translateY(0rem);
}
45% {
transform: translateY(1rem);
}
60% {
transform: translateY(0rem);
}
100% {
transform: translateY(0rem);
}
}
@keyframes loopCl {
from {
transform: translateX(0);
}
to {
transform: translateX(-100%);
}
}
@keyframes loopClRv {
from {
transform: translateX(0);
}
to {
transform: translateX(100%);
}
}
section h1.ttl {
margin-bottom: 1rem;
}
section h1.ttl span#shop_more_title {
line-height: 1;
display: block;
}
@media screen and (min-width: 280px) {
section h1.ttl span#shop_more_title {
text-align: left;
font-size: 1.3rem !important;
padding-left: 1rem;
}
}
@media screen and (min-width: 600px) {
section h1.ttl span#shop_more_title {
text-align: center;
font-size: 1.5rem !important;
padding-left: 1rem;
}
}
@media screen and (min-width: 1025px) {
section h1.ttl span#shop_more_title {
text-align: center;
font-size: 1.6rem !important;
padding-left: 1rem;
}
}
@media screen and (min-width: 1441px) {
section h1.ttl span#shop_more_title {
text-align: center;
font-size: 1.6rem !important;
padding-left: 1rem;
}
}
form select {
font-family: "century-gothic", "Century Gothic", "CenturyGothic", "Noto Sans Japanese", sans-serif !important;
}
#wrapper {
box-sizing: content-box;
position: relative;
}
@media screen and (min-width: 280px) {
#wrapper {
max-width: 100% !important;
}
}
@media screen and (min-width: 600px) {
#wrapper {
max-width: 100% !important;
}
}
@media screen and (min-width: 1025px) {
#wrapper {
max-width: 900px !important;
border-right: 1px solid #eeeeee;
border-left: 1px solid #eeeeee;
}
}
@media screen and (min-width: 1441px) {
#wrapper {
max-width: 900px !important;
border-right: 1px solid #eeeeee;
border-left: 1px solid #eeeeee;
}
}
footer {
z-index: 0;
}
footer .inner {
position: relative;
width: 100%;
padding: 0rem 0 10rem 0 !important;
margin-top: 5rem;
}
footer ul.navigation {
display: flex;
justify-content: center;
flex-wrap: wrap;
align-items: center;
margin: 0 auto;
}
@media screen and (min-width: 280px) {
footer ul.navigation {
width: 90% !important;
}
}
@media screen and (min-width: 600px) {
footer ul.navigation {
width: 80% !important;
}
}
@media screen and (min-width: 1025px) {
footer ul.navigation {
width: 100%;
max-width: 70rem !important;
}
}
@media screen and (min-width: 1441px) {
footer ul.navigation {
width: 100%;
max-width: 70rem !important;
}
}
footer ul.navigation li {
display: flex;
align-items: center;
justify-content: center;
line-height: 1;
margin: 0 auto;
padding: 1.5rem 0;
}
@media screen and (min-width: 280px) {
footer ul.navigation li {
width: 100%;
}
}
@media screen and (min-width: 600px) {
footer ul.navigation li {
width: 33.3333%;
}
}
@media screen and (min-width: 1025px) {
footer ul.navigation li {
width: 33.3333%;
}
}
@media screen and (min-width: 1441px) {
footer ul.navigation li {
width: 33.3333%;
}
}
footer ul.navigation li a {
display: block;
color: #555;
}
@media screen and (min-width: 280px) {
footer ul.navigation li a {
font-size: 1.3rem !important;
}
}
@media screen and (min-width: 600px) {
footer ul.navigation li a {
font-size: 1.2rem !important;
}
}
@media screen and (min-width: 1025px) {
footer ul.navigation li a {
font-size: 1.5rem !important;
}
}
@media screen and (min-width: 1441px) {
footer ul.navigation li a {
font-size: 1.5rem !important;
}
}
footer ul.navigation li a::after {
content: "";
display: block;
position: absolute;
bottom: -3px;
left: 0;
width: 100%;
height: 1px;
background: #555;
transform: scaleX(0);
transform-origin: center right;
transition: transform 400ms ease;
}
footer ul.navigation li a:hover {
opacity: 1;
}
footer ul.navigation li a:hover::after {
transform: scaleX(1);
transform-origin: center left;
}
footer .copyright {
text-align: center;
margin-top: 5rem;
letter-spacing: 0;
font-weight: 600;
line-height: 1;
}
@media screen and (min-width: 280px) {
footer .copyright {
font-size: 1.3rem !important;
}
}
@media screen and (min-width: 600px) {
footer .copyright {
font-size: 1.3rem !important;
}
}
@media screen and (min-width: 1025px) {
footer .copyright {
font-size: 1.5rem !important;
}
}
@media screen and (min-width: 1441px) {
footer .copyright {
font-size: 1.5rem !important;
}
}
.grecaptcha-badge {
box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px !important;
}
.g-recaptcha {
margin-top: 2rem;
display: flex;
align-items: center;
justify-content: center;
}
.err_txt {
background-color: #990000 !important;
} .modaal-inner-wrapper{
-webkit-tap-highlight-color: transparent !important;
}