@charset "utf-8";
/* ここからLP共通 */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.p-page_content__inner {
  max-width: 600px !important;
  width: 100%;
  padding: 0 !important;
}


html {
  scroll-behavior: smooth;
}

a {
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.5;
}

.breadcrumb {
  background-color: #ebedeb;
  padding: 5px 0 10px;
}

h1 {
  margin: 0 !important;
}

img {
  display: block;
  width: 100%;
}

/* ここまでLP共通 */

.luckybag-main {
  display: flex;
  background-image: url("../img/luckybag_bg.webp");
  background-repeat: repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}

.luckybag-header,
.luckybag-products,
.luckybag-info {
  width: 100%;
}


.luckybag-products__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.buy-btn {
  width: 100%;
  margin: 0 auto 3em;
}

.luckybag-comment {
  font-size: 0.8em !important;
  line-height: 1.5em !important;
  padding: 1.5em;
}

.luckybag-tel {
  margin-top: 90px;
}

@media screen and (max-width: 767px) {
  .buy-btn {
    width: 72%;
    margin: 0 auto;
  }
}
