@charset "UTF-8";

@font-face {
  font-family: "matissem";
  font-display: swap;
  src: url("/common/font/matisse-m.woff") format("woff"), url("/common/font/matisse-m.otf") format("truetype");
}

@font-face {
  font-family: "rodinb";
  font-display: swap;
  src: url("/common/font/rodin-b.woff") format("woff"), url("/common/font/rodin-b.otf") format("truetype");
}

/*-------------------------------- */
/*共通
  ---------------------------------- */
.intend {
  display: block;
}

@media screen and (max-width: 768px) {
  .intend {
    /*display: inline-block;*/
  }
}

.section_title {
  text-align: center;
  margin-bottom: 66px;
}

.section_title h2 img {
  display: inline-block;
  margin-bottom: 19px;
}

.section_title span {
  font-size: 2.0rem;
  font-weight: lighter;
}

section {
  margin-bottom: 100px;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 480px) {
  .section_title {
    margin-bottom: 30px;
  }

  section {
    margin-bottom: 120px;
  }

  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}

/*-------------------------------- */
/*FV
  ---------------------------------- */
.mainimg {
  position: relative;
}

.bgimg {
  width: 79%;
  margin-left: auto;
}


@media screen and (min-width: 1300px) {
  .bgimg {
    width: 77%;
  }
}

@media screen and (min-width: 1500px) {
  .bgimg {
    width: 70%;
  }
}

.mainimg .bgimg img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
}

.mainimg .front {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 1000px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.title_wrap {
  margin-left: 50px;
}

@media screen and (max-width: 768px) {
  .mainimg .bgimg img {
    height: 220px;
  }

  .title_wrap {
    margin-left: 30px;
  }
}

@media screen and (max-width: 480px) {
  .mainimg .bgimg img {
    height: 200px;
  }

  .bgimg {
    width: 80%;
  }

  .title_wrap {
    margin-left: 0px;
  }

  .mainimg {
    margin-bottom: 60px;
  }
}


/*-------------------------------- */
/*メイン
  ---------------------------------- */
.renewal_info {
  background-image: url(image/bgimg@2x.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 80px;
  padding-top: 95px;
}

.event_info {
  position: relative;
  margin-bottom: 76px
}

.bubble_block {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.bubble_block img {
  display: block;
  margin-right: -50px;
  margin-top: -80px;
}

section {
  margin-bottom: 0px;
}

footer {
  margin-top: 0px;
}

.maxWid.event {
  max-width: 1064px;
}

@media screen and (max-width: 768px) {
  .bubble_block img {
    display: block;
    margin-right: -10px;
    margin-top: -70px;
    width: 20%;
  }
}

@media screen and (max-width: 480px) {
  .bubble_block img {
    display: block;
    margin-right: -10px;
    margin-top: -40px;
    width: 23%;
  }

  .renewal_info {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .event_info {
    margin-bottom: 20px;
  }
}