@charset "UTF-8";

.header {
  position: relative;
  width: 100%;
  text-align: center;
}

.mainvisual {
  width: 100%;
  margin: 0 auto;
}

.contents {
  position: relative;
  padding: 10vw 4vw 18vw;
  background: url(./sp/bg_sp.jpg) center top / cover;
}

.footprints {
  position: absolute;
  width: 8vw;
  top: -5vw;
  left: 0;
  right: 0;
  margin: auto;
}

.info img {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.campaign {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin-top: -29vw;
  padding: 8vw 0;
  text-align: center;
  background: #fff;
}

.cats_flower {
  display: block;
  width: 67vw;
  margin: 30vw auto 0;
  text-align: center;
}

.cats {
  position: absolute;
  width: 48.5vw;
  top: -21vw;
  left: 0;
  right: 0;
  margin: auto;
}

.campaign_title {
  width: 55vw;
  margin-bottom: 5vw;
}

dl {
  position: relative;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

dl::before {
  content: '';
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  transform: translateY(-50%);
  background-image: radial-gradient(circle, currentColor 1px, transparent 1px);
  background-size: 6px 100%;
  background-repeat: repeat-x;
  color: #F07000;
}

dt {
  position: relative;
  width: 150px;
  height: 24px;
  margin: 30px auto 16px;
  line-height: 24px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #F07000;
  border-radius: 12px;
}

dl:first-of-type dt {
  margin-top: 16px;
}

dd {
  text-align: left;
}

.dog {
  position: absolute;
  width: 26vw;
  bottom: -14vw;
  right: 5vw;
}

@media not screen and (min-width: 768px) {
  .pc_only {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp_only {
    display: none !important;
  }

  .mainvisual {
    position: relative;
    height: 27vw;
    max-height: 516px;
    background: url(./pc/mv_bg.jpg) center / cover no-repeat;
  }

  .mv_pc {
    position: absolute;
    width: 100%;
    max-width: 1920px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }

  .mv_flower_left {
    position: absolute;
    height: 100%;
    width: auto;
    top: 0;
    left: 0;
  }

  .mv_flower_right {
    position: absolute;
    height: 100%;
    width: auto;
    top: 0;
    right: 0;
  }

  .message {
    position: relative;
    height: 13vw;
    min-height: 140px;
    max-height: 242px;
  }

  .mv_message {
    position: absolute;
    height: 32%;
    width: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }

  .footprints {
    width: 40px;
    top: -26px;
  }

  .contents {
    padding: 66px 4vw 120px;
    background: url(./pc/bg_pc.jpg) center top / auto 100% repeat-x;
  }

  .cats_flower {
    width: 450px;
    margin-top: 160px;
  }

  .cats {
    width: 320px;
    top: -140px;
  }

  .campaign {
    margin: -224px auto 0;
    padding: 66px 0 46px;
  }

  .campaign_title {
    width: 270px;
    margin-bottom: 30px;
  }

  dl {
    display: flex;
    padding: 22px 0;
    align-items: center;
  }

  dl:first-of-type dt {
    margin-top: 0;
  }

  dl::before {
    top: auto;
    bottom: 0;
  }

  dt {
    width: 174px;
    height: 34px;
    margin: 0 28px 0 0;
    line-height: 34px;
    font-size: 20px;
  }

  dd {
    width: calc(100% - 208px);
  }

  .dog {
    max-width: 260px;
    right: -4vw;
    bottom: -7vw;
  }
}

@media screen and (min-width: 1080px) {
  .dog {
    bottom: -60px;
  }
}

@media screen and (min-width: 1921px) {
  .dog {
    right: -120px;
  }
}