<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*common*/
.footer-wrapper {
  background: #D9D9D9;
}
.footer-store-three ul{
  /*display: flex;*/
  /*flex-wrap: wrap;*/
}
.footer-store-three ul li{
  /*width: 50%;*/
}
.footer-item-title {
  font-family: GeographMedium;
}
.modules-footer-copy{
  text-align: center;
  margin: 1.2rem 0 1.2rem;
  color: #666;
}
/*pc*/
@media only screen and (min-width: 1200px) {
  .mobile-share {
    display: none;
  }
  .footer-wrapper {
    padding: 124px 0;
  }
  .footer-content {
    display: flex;
    width: 78%;
    margin: auto;
    font-size: 15px;
  }
  .footer-content a {
    color: #040706;
  }
  .footer-content img {
    width: 317px;
    height: 52px;
    margin-bottom: 35px;
  }
  .footer-item ul li{
    margin-bottom: 15px;
  }
  .footer-item-title {
    font-size: 22px;
    margin-bottom: 35px;
  }
  .footer-store-info, .footer-item-second {
    width: 30%;
    border-right: 1px solid #080102;
    margin-right: 60px;
    padding-right: 20px;
  }
  .footer-store-three {
    width: 40%;
  }
}
/*ç‰¹æ®Šå°ºå¯¸å¤„ç†*/
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .footer-content img {
    width: 204px;
    height: 34px;
  }
}
/*mobile*/
@media only screen and (max-width: 1199px) {
  .footer-wrapper {
    padding-bottom: 120px;
  }
  .footer-content {
    padding: 159px 35px 20px 35px;
    font-size: 10px;
  }
  .footer-content ul li {
    margin-bottom: 15px;
  }
  .footer-content img {
    width: 204px;
    height: 34px;
    margin-bottom: 30px;
  }
  .footer-item-second ul{
    display: flex;
    flex-wrap: wrap;
  }
  .footer-item-second ul li{
    width: 50%;
  }
  .footer-store-three, .footer-item-second {
    margin-top: 50px;
  }
  .footer-item-title {
    margin-bottom: 30px;
    font-size: 13px;
  }
  .mobile-share {
    padding-left: 35px;
  }
  .mobile-share img{
    height: 18px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 750px) {}
</pre></body></html>