.bold {
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  article .wrapper {
    width: 910px;
  }
}

.hero-area .hero-photo {
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .hero-area .hero-photo {
    height: 105vw;
  }
}
@media only screen and (max-width: 767px) {
  .hero-area .hero-photo img {
    height: 100%;
    max-width: none;
    margin-left: -23%;
  }
}
.hero-area .hero-photo .caption {
  text-align: right;
  position: absolute;
  bottom: 70px;
  left: 50%;
  width: 10em;
}
@media print, screen and (min-width: 768px) {
  .hero-area .hero-photo .caption {
    margin-left: -16em;
  }
}
@media only screen and (max-width: 767px) {
  .hero-area .hero-photo .caption {
    bottom: 20px;
    left: 20px;
    text-shadow: 0 0 1px #fff,0 0 1px #fff;
  }
}

.contents-1 {
  background: url("../feeling/img/bg-img01.jpg") no-repeat;
  background-position: -300px -40px;
}
@media only screen and (max-width: 767px) {
  .contents-1 {
    background-position: center 300px;
  }
}

.contents-2 {
  background: url("../feeling/img/bg-img02.jpg") center no-repeat;
}
@media print, screen and (min-width: 768px) {
  .contents-2 .inner {
    width: 45%;
  }
}

.contents-3 {
  background: url("../feeling/img/bg-img03.png") center top no-repeat;
  z-index: 10;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .contents-3 {
    background-size: 150%;
  }
}
.contents-3 .title-sec3 {
  color: #444444;
}
@media print, screen and (min-width: 768px) {
  .contents-3 .image-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.contents-4 {
  overflow: hidden;
  z-index: -1;
  position: relative;
  padding-top: 50px;
  padding-bottom: 80px;
  margin-top: -70px;
  margin-bottom: 70px;
}
@media print, screen and (min-width: 768px) {
  .contents-4 {
    background: url("../feeling/img/bg-img04.jpg") center top no-repeat;
  }
}
@media only screen and (max-width: 767px) {
  .contents-4 {
    padding-top: 70px;
    padding-bottom: 40px;
    margin-bottom: 30px;
  }
}
.contents-4 .title-sec4 {
  color: #444444;
}
@media print, screen and (min-width: 768px) {
  .contents-4 .l-wrap {
    width: 620px;
  }
}

/*# sourceMappingURL=page_feeling.css.map */
