html {
  scroll-behavior: smooth;
}
ul {
  padding: 0;
}
ul li {
  list-style: none;
}

#event_lp {
  margin: 137px auto 0;
  line-height: 1.8;
}
#event_lp img {
  width: 100%;
  height: auto;
}
#area-1, #area-2, #area-3, #area-4 {
  margin-top: -137px;
  padding-top: 137px;
  z-index: -1;
}
/* about */
.event_about_bg {
  position: relative;
  padding: 3em 0;
  background: #E2D4B3;
}
.event_about_bg::before, .event_about_bg::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
}
.event_about_bg::before {
  background-image: url("https://file003.shop-pro.jp/PA01425/809/img/winter2025/shape02.webp"), url("https://file003.shop-pro.jp/PA01425/809/img/winter2025/shape04.webp");
  background-size: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-position: top 0 right 0, bottom 0 left 0;
  mix-blend-mode: multiply;
}
.event_about_bg::after {
  background-image: url("https://file003.shop-pro.jp/PA01425/809/img/winter2025/shape01.webp"), url("https://file003.shop-pro.jp/PA01425/809/img/winter2025/shape01.webp");
  background-size: 15%, 15%;
  background-repeat: no-repeat, no-repeat;
  background-position: top 25px left 5%, bottom 25px right 5%;
}
.event_about {
  text-align: left;
}
.event_about_img {
  width: 90%;
  margin: 0 10% 0 0;
}
.event_about_txt {
  width: 80%;
  margin: 1em auto 0;
}
.event_about_txt h2 {
  margin: 1em auto 0.5em;
  color: #C2272D;
  font-size: 35px;
  letter-spacing: 2px;
  line-height: 1.5;
}
/* link */
.event_link_bg {
  position: relative;
  overflow: hidden;
  padding: 2em 0;
  background: url("https://file003.shop-pro.jp/PA01425/809/img/winter2025/bg_vertical.webp") center / cover;
}
.event_link_bg::before, .event_link_bg::after {
  position: absolute;
  content: '';
  display: block;
  width: 200px;
  height: 100px;
  background-image: url("https://file003.shop-pro.jp/PA01425/809/img/winter2025/shape03.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.event_link_bg::before {
  bottom: 10%;
  left: -5%;
  transform: scale(-1, 1);
}
.event_link_bg::after {
  top: 10%;
  right: -5%;
}
.event_link_bg h2 {
  letter-spacing: 2px;
  text-align: center;
}
.event_link_bg h2 span {
  display: block;
  color: #C2272D;
  font-size: 45px;
  line-height: 1.4;
}
.event_link {
  width: 90%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
}
.event_link li {
  margin: 1em 8px 0em;
  width: calc(100% / 2 - 16px);
  text-align: center;
}
.event_link li img {
  border-radius: 10px;
}
.event_link li p {
  margin: 0.5em auto 0.2em;
  font-size: 27px;
}
.event_link li a {
  position: relative;
  text-decoration: none;
  display: inline-block;
  background: #D13000;
  color: #fff;
  padding: 5px 60px 5px 40px;
  border-radius: 50px;
  text-align: center;
  outline: none;
  transition: ease .2s;
}
.event_link li a:hover {
  background: #fff;
  color: #D13000;
}
.event_link li a::after {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0%, -50%);
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  content: '\f078';
  font-family: FontAwesome;
  font-weight: 400;
  font-size: 15px;
  color: #D13000;
  background: #fff;
  transition: all .3s;
}
/* item */
.event_item_bg {
  position: relative;
  padding: 3em 0;
  background: #E2D4B3;
}
.event_item_bg::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
}
.event_item_bg::before {
  background-image: url("https://file003.shop-pro.jp/PA01425/809/img/winter2025/shape02.webp"), url("https://file003.shop-pro.jp/PA01425/809/img/winter2025/shape04.webp");
  background-size: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-position: top 0 right 0, bottom 0 left 0;
  mix-blend-mode: multiply;
}
.event_item {
  position: relative;
  z-index: 1;
  width: 90%;
  margin: auto;
}
.event_item > li:first-child {
  margin: 1em auto 0;
}
.event_item > li {
  position: relative;
  background: url("https://file003.shop-pro.jp/PA01425/809/img/winter2025/bg_vertical.webp") center / cover;
  margin: 3em auto 0;
  padding: 55px 30px 30px;
  border-radius: 10px;
}
.event_item > li h2 {
  position: absolute;
  top: -1.5em;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 60%;
}
.event_item > li h3 {
  margin: 0 auto 0.5em;
  font-size: 33px;
  line-height: 1.5;
}
.event_item > li h3 span {
  display: inline-block;
}
.event_item > li > div {
  width: 90%;
  margin: 1.5em auto 0;
  text-align: left;
}
.event_item > li > div p {
  margin: 1em auto 0;
}
.event_item > li > div p span {
  display: block;
  margin: 0 auto 0.2em;
  color: #C2272D;
  font-size: 30px;
}
.event_item ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0em auto 0em;
  justify-content: center;
}
.event_item ul li {
  text-align: left;
  margin: 1.5em 8px 0em;
  width: calc(100% / 2 - 16px);
}
.event_item ul li p {
  font-family: sans-serif;
  margin: 0.5em auto 0;
  font-size: 18px;
}
.event_item ul li div {
  font-size: 28px;
}
.event_item ul li div small {
  font-size: 15px;
}
/* ------------------------------------ */
/* PC用 */
/* ------------------------------------ */
@media all and (min-width: 768px) {
  #event_lp {
    margin: 0px auto 0;
  }
  #area-1, #area-2, #area-3, #area-4 {
    margin-top: 0px;
    padding-top: 0px;
  }
  /* about */
  .event_about_bg {
    padding: 5em 0;
  }
  .event_about_bg::before {
    background-size: 30%, 30%;
  }
  .event_about_bg::after {
    background-size: 10%, 10%;
    background-position: top 30px left 3%, bottom 30px right 3%;
  }
  .event_about {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0em auto 0em;
    justify-content: space-between;
    align-items: center;
  }
  .event_about_img {
    width: 50%;
    margin: 0;
  }
  .event_about_txt {
    width: 50%;
    margin: 0;
    box-sizing: border-box;
    padding: 0 8% 0 4%;
  }
  .event_about_txt h2 {
    margin: 1em auto 0.5em;
    color: #C2272D;
    font-size: 30px;
  }
  .event_about_txt p {
    font-size: 18px;
  }
  /* link */
  .event_link_bg {
    padding: 4em 0;
    background: url("https://file003.shop-pro.jp/PA01425/809/img/winter2025/bg_horizontal.webp") center / cover;
  }
  .event_link_bg::before, .event_link_bg::after {
    width: 300px;
    height: 100px;
  }
  .event_link_bg::before {
    bottom: 10%;
    left: -10%;
  }
  .event_link_bg::after {
    top: 10%;
    right: -5%;
  }
  .event_link_bg h2 {
    text-align: center;
    font-size: 20px;
  }
  .event_link_bg h2 span {
    font-size: 50px;
    line-height: 1.4;
  }
  .event_link {
    text-align: center;
  }
  .event_link li {
    margin: 1.5em 10px 0em;
    width: 350px;
  }
  .event_link li p {
    margin: 0.5em auto 0.2em;
    font-size: 25px;
  }
  .event_link li a {
    padding: 8px 70px 8px 50px;
  }
  .event_link li a::after {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 17px;
  }
  /* item */
  .event_item_bg {
    padding: 5em 0;
  }
  .event_item_bg::before {
    background-size: 30%, 30%;
  }
  .event_item {
    max-width: 1200px;
  }
  .event_item > li:first-child {
    margin: 2em auto 0;
  }
  .event_item > li {
    border-radius: 30px;
    margin: 6em auto 0;
    padding: 70px 70px 50px;
  }
  .event_item > li h2 {
    top: -2em;
    max-width: 400px;
  }
  .event_item > li h3 {
    font-size: 38px;
    text-align: center;
  }
  .event_item > li > div {
    width: 100%;
    margin: 2em auto 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    align-items: center;
  }
  .event_item > li > div img {
    width: 50% !important;
  }
  .event_item > li > div p {
    margin: 0;
    width: 45%;
    font-size: 18px;
  }
  .event_item > li > div p span {
    font-size: 30px;
  }
  .event_item ul li {
    margin: 3em 15px 0em;
    width: 300px;
  }
  .event_item ul li p {
    font-size: 18px;
  }
  .event_item ul li div {
    font-size: 28px;
  }
  .event_item ul li div small {
    font-size: 15px;
  }
}