@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #f0f0f0;
  margin: 0px;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}

.wrapper-all {
  background-color: #fff;
}

#matsui * {
  margin: 0px;
  padding: 0px;
}
#matsui span {
  text-align: left;
}
#matsui .small {
  text-align: right;
  font-size: 11px;
  display: block;
  color: #464646;
}
#matsui a {
  color: cornflowerblue;
}
#matsui a:hover {
  text-decoration: none;
}
#matsui .mbnone {
  margin-bottom: 0px !important;
}
#matsui .pb10 {
  padding-bottom: 10px !important;
}
#matsui .mt10 {
  margin-top: 10px !important;
}
#matsui .mt20 {
  margin-top: 20px !important;
}
#matsui .mb20 {
  margin-bottom: 20px !important;
}
#matsui .mb5 {
  margin-bottom: 5px;
}
#matsui .mt30 {
  margin-top: 30px !important;
}
#matsui .mt40 {
  margin-top: 40px !important;
}
#matsui .red {
  color: #FF5952;
}
#matsui .bold {
  font-weight: 600;
}
#matsui img {
  width: 100%;
}
#matsui h2 {
  font-size: 25px;
  color: #007A6A;
  margin-bottom: 17px;
  line-height: 130%;
}
#matsui p {
  font-size: 16px;
  line-height: 150%;
  color: #252525;
  text-align: left;
}
#matsui .wrapper-all {
  width: 100%;
  background-color: #fff;
}
#matsui .mv-wrapper {
  max-width: 500px;
}
#matsui .mv-wrapper img {
  width: 100%;
}
#matsui .wrapper {
  max-width: 500px;
  text-align: center;
  margin: 0px 20px 20px !important;
  text-align: center;
}
#matsui .bg-green {
  background-color: #F3FAF6;
  margin: 26px 0px !important;
  padding-top: 20px;
}
#matsui .recommend {
  display: flex;
  gap: 20px;
  border-radius: 20px;
  border: 2px solid #007A6A;
  background-color: #FEFAD8;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  padding: 29px 20px 22px;
}
#matsui .recommend-point {
  bottom: -29px;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
#matsui .rexommend-cat {
  max-width: 99px;
  width: 36%;
}
#matsui .rexommend-cat img {
  width: 100%;
}
#matsui .worry {
  margin: 0px 0px -30px 0px !important;
}
#matsui .worry .list {
  max-width: 100%;
  padding: 0px 30px 20px;
  box-sizing: border-box;
}
#matsui .worry img.cat-worry {
  width: 160px;
  position: relative;
  top: -47px;
  left: -20px;
}
#matsui .whatis {
  margin: 0px !important;
  padding: 30px 20px !important;
}
#matsui .about-matsui {
  background-image: url("../img/lp/about-matsui-bg.png");
  background-size: cover;
}
#matsui .about-matsui img {
  width: 100%;
}
#matsui .reason-populer {
  border: 1px dotted #222;
  border-radius: 10px;
  padding: 20px;
  margin-top: 30px;
}
#matsui .reason-populer h3 {
  font-size: 20px;
  color: #007A6A;
  margin-bottom: 12px;
}
#matsui .reason-populer img {
  width: calc(100% - 20px);
  margin: 20px 10px 0px;
}
#matsui .banner img {
  width: 100%;
}
#matsui .reason-matsui {
  margin: 30px 20px;
  text-align: center;
}
#matsui .reason-matsui-img {
  max-width: 400px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
#matsui .cat-reason {
  width: 100%;
  margin: 30px 0px;
}
#matsui .cat-reason img {
  width: 100%;
}
#matsui .lpbtn {
  width: 100%;
}
#matsui .lpbtn img {
  width: 100%;
}
#matsui .step {
  padding: 30px 20px;
}
#matsui .step img.step-img {
  width: 100%;
}
#matsui .step .order {
  margin: 20px 10px 10px;
}
#matsui .btn-box {
  margin: 30px 0px;
}
#matsui .btn-box p {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
#matsui .btn-box p::before {
  margin-right: 10px;
  content: "＼";
}
#matsui .btn-box p::after {
  margin-left: 10px;
  content: "／";
}
#matsui .cp {
  margin: 40px 0px;
}
#matsui .footer-wrapper {
  position: sticky;
  bottom: 0px;
  z-index: 100;
}
#matsui .footer-wrapper a {
  text-decoration: none;
}
#matsui footer {
  display: none;
  background-color: #222;
  padding: 14px 10px 10px 10px;
  position: relative;
}
#matsui footer img.footer-pretitle {
  width: 242px;
  position: absolute;
  top: -1px;
  display: block;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
#matsui footer .footer-cat {
  width: 60px;
  position: absolute;
  left: 6%;
  top: 3px;
  z-index: 3;
}
#matsui .footer-btn {
  background-color: #e92132;
  border-radius: 7px;
  padding: 24px 0px 5px;
  position: relative;
  border: 1px solid #F29292;
  border-bottom: 3px solid #9e0707;
}
#matsui .footer-btn span {
  font-size: 26px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  display: block;
}
#matsui .footer-btn .footer-coins {
  width: 56px;
  position: absolute;
  right: 13px;
  top: 12px;
}
@media screen and (max-width: 480px) {
  #matsui .recommend {
    padding: 29px 12px 13px;
  }
  #matsui .recommend ul li {
    font-size: 15px;
  }
  #matsui .recommend ul li::before {
    top: 2px;
  }
}
@media screen and (max-width: 420px) {
  #matsui .worry ul li {
    margin-left: 13%;
  }
  #matsui .rexommend-cat {
    max-width: 77px;
  }
  #matsui .recommend ul li {
    font-size: 15px;
  }
  #matsui .recommend ul li::before {
    top: 3px;
  }
  #matsui footer .footer-cat {
    width: 62px;
    left: 7vw;
    top: -1px;
  }
  #matsui .footer-btn span {
    font-size: 22px;
  }
  #matsui footer img.footer-pretitle {
    width: 215px;
    top: 1px;
  }
}
@media screen and (max-width: 400px) {
  #matsui footer .footer-cat {
    width: 60px;
    left: 4vw;
    top: -2px;
  }
  #matsui .footer-btn span {
    font-size: 18px;
  }
  #matsui .footer-btn .footer-coins {
    width: 53px;
    position: absolute;
    right: 7px;
    top: 8px;
  }
  #matsui footer img.footer-pretitle {
    width: 197px;
    top: 1px;
  }
  #matsui .recommend {
    gap: 34px;
    padding: 29px 10px 15px;
  }
  #matsui .recommend ul li {
    font-size: 14px;
  }
  #matsui .recommend ul li::before {
    top: 1px;
    left: -27px;
  }
  #matsui .worry ul {
    margin: 30px 12px;
    padding: 20px 10px 20px 0px;
  }
  #matsui .worry ul li {
    margin-left: 15%;
  }
}
@media screen and (max-width: 361px) {
  #matsui footer .footer-cat {
    width: 60px;
    left: 11px;
  }
  #matsui .footer-btn span {
    font-size: 20px;
  }
  #matsui .footer-btn .footer-coins {
    width: 52px;
    right: 9px;
    top: 8px;
  }
  #matsui .footer-btn .recommend {
    gap: 27px;
  }
  #matsui footer img.footer-pretitle {
    width: 190px;
    top: 1px;
  }
  #matsui .worry ul li {
    font-size: 14px;
  }
  #matsui .recommend {
    gap: 36px;
  }
  #matsui .recommend ul li {
    font-size: 13px;
  }
  #matsui .rexommend-cat {
    max-width: 71px;
  }
}
@media screen and (max-width: 330px) {
  #matsui footer .footer-cat {
    width: 55px;
    left: 12px;
  }
  #matsui .footer-btn {
    padding: 19px 0px 5px;
  }
  #matsui .footer-btn span {
    font-size: 17px;
  }
  #matsui .footer-btn .footer-coins {
    width: 45px;
    right: 5px;
    top: 8px;
  }
  #matsui footer img.footer-pretitle {
    width: 173px;
    top: 1px;
  }
}
@keyframes shiny {
  0% {
    left: -20%;
  }
  10% {
    left: 130%;
  }
  100% {
    left: 130%;
  }
}
#matsui .shiny {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
}
#matsui .shiny::after {
  content: "";
  position: absolute;
  top: -10%;
  left: -20%;
  width: 40px;
  height: 100%;
  transform: scale(2) rotate(20deg);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0) 0%);
  animation-name: shiny;
  animation-duration: 4s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
#matsui #shake {
  animation: swing 3s infinite;
}
@keyframes swing {
  0%, 100% {
    transform: rotate(0deg);
  }
  4%, 12% {
    transform: rotate(-4deg);
  }
  8%, 16% {
    transform: rotate(4deg);
  }
  20%, 100% {
    transform: rotate(0deg);
  }
}/*# sourceMappingURL=lp.css.map */