@keyframes aruku {
  0%, 100% {
    transform: rotate(-2deg);
  }
  50% {
    transform: rotate(2deg);
  }
}
:root {
  --pc: 1500 * 100vw;
  --sp: 375 * 100vw;
}

#lp {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  color: #3D7BB1;
}
@media screen and (min-width: 768px) {
  #lp {
    margin-top: 31px;
  }
}
#lp .lp-inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  #lp .lp-inner {
    width: 1200px;
    margin-inline: auto;
  }
}
#lp img {
  width: 100%;
}
#lp section {
  position: relative;
  margin: 0;
}
#lp section.kv {
  height: 1150px;
  padding-top: 50px;
  box-sizing: border-box;
  text-align: center;
  background-image: url(../img/kv-pc.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  #lp section.kv {
    height: calc(838 / var(--sp));
    padding-top: calc(30 / var(--sp));
    background-image: url(../img/kv-sp.jpg);
  }
}
#lp section.kv h1 {
  width: 760px;
  margin-bottom: 52px;
  margin-inline: auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #lp section.kv h1 {
    width: 100%;
    margin-bottom: calc(30 / var(--sp));
  }
}
#lp section.kv h2 {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #lp section.kv h2 {
    margin-bottom: calc(10 / var(--sp));
    font-size: calc(18 / var(--sp));
  }
}
#lp section.kv .date {
  margin-bottom: 37px;
}
@media screen and (max-width: 767px) {
  #lp section.kv .date {
    margin-bottom: calc(30 / var(--sp));
  }
}
#lp section.kv .date p {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: baseline;
  margin-top: 10px;
  padding: 0 13px 9px;
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  color: #E20013;
}
@media screen and (max-width: 767px) {
  #lp section.kv .date p {
    flex-direction: column;
    align-items: center;
    gap: calc(5 / var(--sp));
    margin-top: calc(6 / var(--sp));
    padding: 0;
    font-size: calc(22 / var(--sp));
  }
}
@media screen and (min-width: 768px) {
  #lp section.kv .date p::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 20px;
    background: #fff;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #lp section.kv .date p::after {
    height: calc(16 / var(--sp));
  }
}
#lp section.kv .date p span {
  position: relative;
}
@media screen and (max-width: 767px) {
  #lp section.kv .date p span {
    padding-inline: calc(6 / var(--sp));
    padding-bottom: calc(4 / var(--sp));
  }
  #lp section.kv .date p span::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 20px;
    background: #fff;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #lp section.kv .date p span::after {
    height: calc(14 / var(--sp));
  }
}
#lp section.kv .date .notice {
  display: block;
  margin-top: 15px;
  font-style: normal;
  font-size: 14px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #lp section.kv .date .notice {
    margin-top: calc(10 / var(--sp));
    font-size: calc(11 / var(--sp));
    line-height: 1.8;
  }
}
#lp section.kv .shop {
  margin-bottom: 62px;
}
@media screen and (max-width: 767px) {
  #lp section.kv .shop {
    margin-bottom: calc(35 / var(--sp));
  }
}
#lp section.kv .shop p {
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #lp section.kv .shop p {
    font-size: calc(14 / var(--sp));
    line-height: 1.8;
  }
}
#lp section.kv .shop p a {
  text-decoration: underline;
}
#lp section.kv .description {
  margin-bottom: 50px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #lp section.kv .description {
    margin-bottom: calc(25 / var(--sp));
    font-size: calc(14 / var(--sp));
    line-height: 1.8;
  }
}
#lp section.kv .note p {
  font-size: 20px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #lp section.kv .note p {
    font-size: calc(14 / var(--sp));
  }
}

@media (max-width: 767px) {
  .pc {
    display: none;
  }
}
@media (min-width: 768px) {
  .sp {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */