/* --------------------
  common
-------------------- */
body {
  margin-top: 0;
}

main {
  background: #000;
}

.sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .sp {
    display: block;
  }
}

.mutenTop {
  background: url(../images/shop-bg.jpg) no-repeat center/cover;
  width: 1400px;
  margin-left: auto;
  margin-right: auto;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-top: 180px;
  flex-direction: column;
}
@media screen and (max-width: 640px) {
  .mutenTop {
    background: url(../images/mutenTop_bg_sp.png), url(../images/shop-bg.jpg);
    background-position: 50% 7%, center;
    background-repeat: no-repeat, repeat;
    background-size: 100%, cover;
    padding-top: 44%;
    width: 100%;
  }
}
.mutenTop:before {
  content: "";
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 1400px;
  height: 724px;
  background: url(../images/mutenTop_bg.png) no-repeat center/cover;
  pointer-events: none;
}
@media screen and (max-width: 640px) {
  .mutenTop:before {
    display: none;
  }
}
.mutenTop_inner {
  max-width: 663px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .mutenTop_inner {
    width: 100%;
  }
}
.mutenTop_btnWrap {
  display: flex;
  gap: 25px;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .mutenTop_btnWrap {
    gap: 0px;
    gap: 4%;
  }
}
.mutenTop_btn {
  position: relative;
  display: block;
  padding: 25px 50px 25px 22px;
  color: #fff;
  border: solid 1px #fff;
  border-radius: 10px;
  line-height: 1.2;
  text-decoration: none;
  font-size: 24px;
  width: 45%;
}
.mutenTop_btn:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto 0;
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/mutenkura-arrow.png) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 640px) {
  .mutenTop_btn:before {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 640px) {
  .mutenTop_btn {
    width: 42%;
    padding: 10px 10px 10px 22px;
    font-size: 18px;
  }
}
.mutenTop_btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.mutenTop_img {
  max-width: 1400px;
  margin-top: -340px;
  pointer-events: none;
  position: relative;
}
.mutenTop_img img {
  vertical-align: bottom;
}
.mutenTop_img .note {
  color: #fff;
  font-size: 14px;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
@media screen and (max-width: 640px) {
  .mutenTop_img .note {
    font-size: 10px;
  }
}
@media screen and (max-width: 640px) {
  .mutenTop_img {
    margin-top: 22%;
  }
}

.page-top #global-footer .gf-btn li a {
  width: 440px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .page-top #global-footer .gf-btn li a {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    line-height: 1.8;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.page-top #global-footer .gf-btn li a:before {
  display: none;
}/*# sourceMappingURL=muten_top.css.map */