body {
  /* background: #111111; */
  background: #fbfcff;
  color: #5a5a5a;
  margin: 0;
  font-family: 'Noto Sans JP';
  box-sizing: border-box;
}

img {
  max-width: 100%;
  width: 100%;
  vertical-align: bottom;
}

.lp {
  max-width: 750px;
  margin: 0 auto;
  background: #fff;
}

.close-button {
  position: absolute;
  top: 20px;
  right: 5%;
  width: 40px;
  height: 40px;
}

@media screen and (min-width: 751px) {
  .close-button {
    right: calc((100% - 750px) / 2 + 1%);
  }
}

.fix-lp {
  position: relative;
}

.fix-lp .fix-button {
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translatex(-50%);
  max-width: 750px;
  width: 100%;
  z-index: 9999;
}

h1 img {
  border-radius: 10px;
}

h2 {
  font-size: 30px;
  line-height: 32px;
}

h2 span {
  display: block;
  font-size: 14px;
  line-height: 16px;
}

.day {
  text-align: center;
  margin: 40px auto 30px;
  color: #e93c71;
  font-size: 24px;
  font-weight: bold;
  text-decoration: underline;
}

.day span {
  display: inline-block;
  margin-bottom: 5px;
  background: #e93c71;
  color: #fff;
  padding: 7px 20px;
  border-radius: 5px;
  font-weight: normal;
  text-decoration: none;
}

h3 {
  text-align: center;
  margin: 0;
  background: #898989;
  color: #fff;
  padding: 10px;
  border-radius: 5px 5px 0 0;
}

.sub {
  margin: 30px auto;
  font-size: 16px;
}

.btn {
  display: block;
  width: 80%;
  padding: 20px;
  border-radius: 8px;
  background: rgb(255, 0, 121);
  background: linear-gradient(90deg, rgba(255, 0, 121, 1) 0%, rgba(255, 207, 46, 1) 100%);
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  margin: 40px auto;
}

.btn span {
  font-size: 18px;
}

.btn-fixed {
  background: #f00;
  color: #fff;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 750px;
}

ul {
  list-style: none;
  padding: 15px;
  margin: 0;
}

.list1 {
  list-style: decimal outside;
  background: #e8e8e8;
  padding: 15px;
  color: #000;
  margin-bottom: 30px;
  border-radius: 0 0 5px 5px;
}

.list2 {
  list-style: outside;
}

li {
  margin: 10px 0 10px 20px;
}

ul span {
  font-weight: bold;
}

.caution {
  text-align: center;
  margin-top: 30px;
  font-size: 20px;
  font-weight: bold;
}

/* 閉じるボタン */
.header-wrapper .close-button {
  position: fixed;
  top: 6px;
  right: 6px;
  width: 50px;
  height: 50px;
  font-size: 32px;
  color: #ffff;
  cursor: pointer;
  z-index: 100;
  background-color: #0000007b;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
}