@charset "UTF-8";

body {
  padding-top: 0;
  padding-bottom: 0;
}

.heart-live li {
  list-style: none;
}

.heart-live body {
  line-height: 1;
}

.heart-live article,
.heart-live aside,
.heart-live details,
.heart-live figcaption,
.heart-live figure,
.heart-live footer,
.heart-live header,
.heart-live hgroup,
.heart-live menu,
.heart-live nav,
.heart-live section {
  display: block;
}

.heart-live nav ul {
  list-style: none;
}

.heart-live blockquote,
.heart-live q {
  quotes: none;
}

.heart-live blockquote:after,
.heart-live blockquote:before,
.heart-live q:after,
.heart-live q:before {
  content: "";
  content: none;
}

.heart-live * {
  color: #8fa6ab;
}

.heart-live .ls-300 {
  letter-spacing: 0.3em;
}

.heart-live .fw-bold {
  font-weight: bold;
}

.heart-live .fc-pink {
  color: #f09696;
}

.heart-live .fv {
  padding: 48px;
  background: url(../../../images/static/heart-live/fv-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (min-width: 1920x) {
  .heart-live .fv {
    background-size: 100% auto;
  }
}

.heart-live .fv-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
  height: 330px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  text-align: center;
  border-radius: 10px;
  background: #fff;
  position: relative;
  z-index: 1;
}

.heart-live .fv-inner:after {
  content: "";
  display: block;
  position: absolute;
  top: -24px;
  right: -26px;
  background: url(../../../images/static/heart-live/fv-deco01.png);
  width: 241px;
  height: 245px;
  background-size: cover;
  z-index: 10;
}

@media screen and (max-width: 1100px) {
  .heart-live .fv-inner:after {
    width: 20%;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}

.heart-live .fv-inner:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: url(../../../images/static/heart-live/fv-deco02.png);
  width: 56px;
  height: 53px;
  background-size: cover;
  z-index: 10;
}

.heart-live .fv-inner h1 {
  max-width: 282px;
}
.heart-live .fv-inner h2 {
  font-size: 22px;
}

.heart-live .fv-inner p {
  font-size: 18px;
  margin-top: 1em;
}

.heart-live .archive-btn {
  display: block;
  max-width: 479px;
  margin-left: auto;
  margin-right: auto;
}

.heart-live .about {
  width: 100%;
  padding-top: 58px;
  padding-bottom: 80px;
  background: url(../../../images/static/heart-live/about-bg.png);
  background-size: 1980px auto;
  background-repeat: no-repeat;
  background-position: center top;
}

.heart-live .about-icn {
  width: 46px;
  margin: 0 auto;
}

.heart-live .about h3 {
  text-align: center;
  font-size: 30px;
  line-height: 1;
  margin-top: 18px;
}

.heart-live .about-step-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 0px;
  margin-top: 60px;
}

.heart-live .about-step-list {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.heart-live .about-step_number picture {
  width: 30%;
}

.heart-live .about-step_number {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
}

.heart-live .about-step_number:after,
.heart-live .about-step_number:before {
  content: "";
  display: block;
  height: 2px;
  width: 28%;
  background: #f09696;
}

.heart-live .about-step_txt {
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.075em;
}

.heart-live .about-step_caption {
  font-size: 12px;
  letter-spacing: 0.12em;
}

.heart-live .voice {
  padding: 77px 40px 40px;
  background: url(../../../images/static/heart-live/voice-bg.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (min-width: 1920x) {
  .heart-live .voice {
    background-size: 100% auto;
  }
}

.heart-live .voice-inner {
  max-width: 1120px;
  margin: 0 auto 38px;
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 50px;
  text-align: center;
  border-radius: 10px 80px 10px 80px;
  background: #fff;
  position: relative;
  z-index: 1;
}

.heart-live .voice-inner:after {
  content: "";
  display: block;
  position: absolute;
  top: 55px;
  right: 18px;
  background: url(../../../images/static/heart-live/fv-deco02.png);
  width: 101px;
  height: 96px;
  background-size: cover;
  z-index: 10;
}

@media screen and (max-width: 1100px) {
  .heart-live .voice-inner:after {
    width: 5%;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}

.heart-live h3 {
  font-size: 24px;
}

.heart-live .voice h3:before {
  content: "";
  display: block;
  margin: 0 auto;
  background: url(../../../images/static/heart-live/icon-voice.png);
  width: 67px;
  height: 54px;
  background-size: cover;
  z-index: 10;
  margin-bottom: 15px;
}

.heart-live .voice-txt {
  font-size: 18px;
  letter-spacing: 0.12em;
}

.heart-live .voice-btn {
  width: 478px;
}

.heart-live .voice-icn {
  width: 226px;
  margin: 0 auto;
}

.heart-live .live-hero {
  padding: 50px 0;
}

.heart-live #archive h3 {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  #archive-wrapper * {
    font-size: 16px !important;
  }

  .heart-live .fv {
    padding: calc(44 * 100vw / 750) 20px;
    background: url(../../../images/static/heart-live/fv-bg_sp.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
  }

  .heart-live .fv-inner {
    height: auto;
    flex-direction: column;
    gap: calc(20 * 100vw / 750);
    padding: calc(40 * 100vw / 750) 0;
  }

  .heart-live .fv-inner:after {
    top: calc(-75 * 100vw / 750);
    right: calc(-88 * 100vw / 750);
    width: calc(265 * 100vw / 750);
    height: calc(292 * 100vw / 750);
  }

  .heart-live .fv-inner:before {
    bottom: calc(22 * 100vw / 750);
    left: calc(22 * 100vw / 750);
    width: calc(56 * 100vw / 750);
    height: calc(53 * 100vw / 750);
  }

  .heart-live .fv-inner h1 {
    width: calc(290 * 100vw / 750);
  }
  .heart-live .fv-inner h2 {
    font-size: calc(30 * 100vw / 750);
    line-height: 1.4;
  }

  .heart-live .fv-inner p {
    margin-top: 0.5em;
    font-size: calc(26 * 100vw / 750);
    line-height: 1.4;
  }

  .heart-live .about {
    padding-top: calc(126 * 100vw / 750);
    padding-bottom: calc(56 * 100vw / 750);
    background: url(../../../images/static/heart-live/about-bg_sp.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
  }

  .heart-live .about-icn {
    width: calc(67 * 100vw / 750);
  }

  .heart-live .about h3 {
    font-size: calc(38 * 100vw / 750);

    margin-top: calc(30 * 100vw / 750);
  }

  .heart-live .about-step-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: 1fr;
    grid-row-gap: calc(80 * 100vw / 750);
    margin-top: calc(80 * 100vw / 750);
    padding: 0 5%;
  }

  .heart-live .about-step-list {
    gap: calc(22 * 100vw / 750);
  }

  .heart-live .about-step_number picture {
    width: calc(122 * 100vw / 750);
  }

  .heart-live .about-step_number {
    padding-bottom: calc(20 * 100vw / 750);
  }

  .heart-live .about-step_number:after,
  .heart-live .about-step_number:before {
    width: 34%;
  }

  .heart-live .about-step_txt {
    font-size: calc(28 * 100vw / 750);
    line-height: 1.75;
  }

  .heart-live .about-step_caption {
    font-size: calc(20 * 100vw / 750);
  }

  .heart-live .about-step_img {
    display: none;
  }

  .heart-live .voice {
    padding: calc(108 * 100vw / 750) 20px calc(60 * 100vw / 750);
    background: url(../../../images/static/heart-live/voice-bg_sp.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
  }

  .heart-live .voice-inner {
    margin: 0 auto calc(44 * 100vw / 750);
    padding: calc(100 * 100vw / 750) calc(35 * 100vw / 750) calc(85 * 100vw / 750);
    gap: calc(40 * 100vw / 750);
    border-radius: calc(10 * 100vw / 750) calc(80 * 100vw / 750) calc(10 * 100vw / 750) calc(80 * 100vw / 750);
  }

  .heart-live .voice-inner:after {
    top: calc(15 * 100vw / 750);
    right: calc(15 * 100vw / 750);
    background: url(../../../images/static/heart-live/fv-deco02.png);
    width: calc(49 * 100vw / 750);
    height: calc(4 * 100vw / 750);
    background-size: cover;
  }

  .heart-live h3 {
    font-size: calc(38 * 100vw / 750);
  }

  .heart-live h3 br {
    display: none;
  }

  .heart-live .voice h3:before {
    background: url(../../../images/static/heart-live/icon-voice.png);
    width: calc(67 * 100vw / 750);
    height: calc(54 * 100vw / 750);
    background-size: cover;
    margin-bottom: calc(30 * 100vw / 750);
  }

  .heart-live .voice-txt {
    font-size: calc(22 * 100vw / 750);
  }

  .heart-live .voice-btn {
    width: 100%;
  }

  .heart-live .voice-icn {
    width: calc(304 * 100vw / 750);
  }

  .heart-live #archive h3 {
    margin-bottom: calc(80 * 100vw / 750);
  }
}
