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: #DFEDF5;
}
.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: #005491;
  font-size: 35px;
  letter-spacing: 2px;
  line-height: 1.5;
}
.event_about_txt p {
  font-size: 28px;
  line-height: 1.5 !important;
}
/* link */
.event_link_bg {
  position: relative;
  overflow: hidden;
  padding: 2em 0;
  background: url("https://file003.shop-pro.jp/PA01425/809/img/father2026/bg.webp") center / cover;
}
.event_link_bg::before, .event_link_bg::after {
  position: absolute;
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  background-image: url("https://file003.shop-pro.jp/PA01425/809/img/father2026/shape02.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.event_link_bg::before {
  top: 0;
  left: 0;
}
.event_link_bg::after {
  bottom: 0;
  right: 0;
  transform: scale(-1, -1);
}
.event_link_bg h2 {
  position: relative;
  letter-spacing: 2px;
  text-align: center;
  color: #fff;
}
.event_link_bg h2 span {
  display: block;
  color: #FFD24A;
  font-size: 45px;
  line-height: 1.4;
}
.event_link_bg h2::before, .event_link_bg h2::after {
  position: absolute;
  content: '';
  display: block;
  top: 10px;
  width: 35px;
  height: 47px;
  background-image: url("https://file003.shop-pro.jp/PA01425/809/img/father2026/shape01.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.event_link_bg h2::before {
  left: calc(50% - 150px);
}
.event_link_bg h2::after {
  right: calc(50% - 150px);
  transform: scale(-1, 1);
}
.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;
  background: #DFEDF5;
  border-radius: 10px;
  padding: 0 0 25px;
}
.event_link li img {
  border-radius: 10px 10px 0 0;
}
.event_link li p {
  margin: 0.5em auto 0.2em;
  font-size: 27px;
  color: #005491;
}
.event_link li a {
  position: relative;
  text-decoration: none;
  display: inline-block;
  background: #005491;
  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: #005491;
}
.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: #005491;
  background: #fff;
  transition: all .3s;
}
/* item */
.event_item_bg {
  position: relative;
  padding: 3em 0;
  background: #DFEDF5;
}
.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: #fff;
  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;
  color: #005491;
  font-weight: 600;
}
.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;
  font-size: 28px;
  line-height: 1.5 !important;
}
.event_item > li > div p span {
  display: block;
  margin: 0 auto 0.2em;
  color: #005491;
  font-size: 35px;
}
.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;
}
.father_package {
  position: relative;
  box-sizing: border-box;
  width: 90%;
  margin: 6em auto 0;
  background: #fff;
  border-radius: 20px;
}
.father_package_ttl {
  position: absolute;
  top: -5em;
  left: -12%;
  width: 70%;
}
.father_package_txt {
  text-align: left;
  padding: 7%;
}
.father_package_txt div {
  margin: 0 auto 1em;
  font-size: 22px;
  letter-spacing: 2px;
}
.father_package_txt div span {
  position: relative;
  display: inline-block;
  color: #284FA7;
  font-size: 35px;
  padding: 0 0 3px;
  margin: 0 auto 10px;
  border-bottom: 2px solid #FFD24A;
  font-weight: 600;
}
.father_package_txt p {
  font-size: 18px;
  margin: 0.8em auto 0;
}
.father_package > img {
  border-radius: 20px;
}
/* ------------------------------------ */
/* 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 {
    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;
    font-size: 30px;
  }
  .event_about_txt p {
    font-size: 18px;
    line-height: 2;
    line-height: 1.8 !important;
  }
  /* link */
  .event_link_bg {
    padding: 3em 0 4em;
  }
  .event_link_bg::before, .event_link_bg::after {
    width: 80px;
    height: 80px;
  }
  .event_link_bg h2 {
    text-align: center;
    font-size: 20px;
  }
  .event_link_bg h2 span {
    font-size: 50px;
    line-height: 1.4;
  }
  .event_link_bg h2::before, .event_link_bg h2::after {
    top: 20px;
  }
  .event_link_bg h2::before {
    left: calc(50% - 170px);
  }
  .event_link_bg h2::after {
    right: calc(50% - 170px);
  }
  .event_link {
    text-align: center;
  }
  .event_link li {
    margin: 1.5em 10px 0em;
    width: 550px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    align-items: center;
    padding: 0;
  }
  .event_link li img {
    width: calc(100% - 300px) !important;
    border-radius: 10px 0 0 10px;
  }
  .event_link li div {
    width: 300px;
  }
  .event_link li p {
    margin: 0 auto 0.2em;
    font-size: 25px;
    color: #005491;
    text-align: left;
    padding: 0 0 0 40px;
  }
  .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: 350px;
  }
  .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;
    line-height: 1.8 !important;
  }
  .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;
  }
  .father_package {
    max-width: 1200px;
    margin: 10em auto 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    justify-content: space-between;
  }
  .father_package_ttl {
    top: -7em;
    left: -8%;
    width: 500px;
  }
  .father_package_txt {
    width: 43%;
    margin: 0;
    padding: 0 0 0 5%;
    box-sizing: border-box;
  }
  .father_package_txt div {
    margin: 0 auto 1em;
    font-size: 22px;
    line-height: 1.5;
  }
  .father_package_txt div span {
    font-size: 35px;
    padding: 0 0 8px;
    margin: 0 auto 15px;
  }
  .father_package_txt p {
    font-size: 16px;
    margin: 0.8em auto 0;
  }
  .father_package > img {
    width: 55% !important;
  }
}