.sp-header, .header-links, .sp-menu, .breadcrumb-section, #pageTop, .footer-sitemap {
  /* display: none !important; */
}
.page-heading-block, aside.template-area {
  display: none !important;
}
.footer-information {
  padding-bottom: 20px !important;
  padding-top: 20px !important;
}
@media print and (max-width: 499px), screen and (max-width: 1024px) {
  .footer-information {
    padding-bottom: 23px !important;
    padding-top: 23px !important;
  }
}

#contents {
  background-image: url("../images/lp_bg.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 150px;
}
#main {
  margin-bottom: 0 !important;
}
.breadcrumb-section .section-inner > .breadcrumb-list,
#main .component-area .section-inner > h2,
#main .component-area .section-inner > h3,
#main .component-area .section-inner > h4,
#main .component-area .section-inner > h5,
#main .component-area .section-inner > h6,
#main .component-area .section-inner > p,
#main .component-area .section-inner > .button-wrapper,
#main .component-area .section-inner > .column-box-wrapper,
#main .component-area .section-inner > hr,
#main .component-area .section-inner > .freehtml hr {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1170px + 20px + 20px);
  padding-left: 20px;
  padding-right: 20px;
}
#main .component-area .section-inner > hr:not(.margin-utility) {
  border-color: transparent;
  position: relative;
  display: block;
  overflow: visible;
}
#main .component-area .section-inner > hr:not(.margin-utility)::before {
  content: "";
  display: block;
  width: 100%;
  margin: 0 auto;
  height: 1px;
  background-color: #e6e6e6;
}
#main .component-area .section-inner > .freehtml hr {
  border-color: transparent;
  position: relative;
  display: block;
  overflow: visible;
  margin-top: 90px;
}
#main .component-area .section-inner > .freehtml hr::before {
  content: "";
  display: block;
  width: 780px;
  margin: 0 auto;
  max-width: 80%;
  height: 1px;
  background-color: #e6e6e6;
}
#main .component-area .section-inner > .freehtml hr::after {
  content: "";
  position: absolute;
  width: 48px;
  height: 48px;
  background-color: #fff;
  background-size: 80% auto;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/ic_seed_gray.svg");
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.section-margin {
  margin-bottom: 0 !important;
}
.freehtml {
  margin-bottom: 0 !important;
}
.section-inner {
  padding: 0 !important;
  max-width: 100% !important;
}

@media print and (max-width: 499px), screen and (max-width: 1024px) {
  #contents {
    background-size: auto 200px;
    padding-bottom: 100px;
  }
  #main .component-area .section-inner > hr::after {
    width: 36px;
    height: 36px;
  }
  #main .component-area .section-inner > hr {
    margin-top: 65px;
    margin-bottom: 65px;
  }
}
.teaser {
  min-height: calc(100vh - 108px);
  min-height: calc(100dvh - 108px);
  /* background-color: #484937; */
  display: flex;
}
.teaser-textArea {
  background-image: url('../images/teaser_bg.png');
  background-position: center;
  background-repeat: repeat;
  display: flex;
  flex-direction: column;
  padding: max(66px, 5.4375vw);
  justify-content: center;
  max-width: 640px;
  min-width: 400px;
  width: 33.3%;
}
.teaser-textArea-logo {
  text-align: center;
  margin-bottom: 80px;
}
.teaser-textArea-logo img {
  vertical-align: top;
}
.teaser-textArea-text {
  font-size: 1.9rem;
  font-size: max(1.4rem, 1.15vw);
  line-height: 2;
}
.teaser-textArea-text > *:last-child {
  margin-bottom: 0 !important;
}
.teaser-photoArea {
  display: flex;
  flex-grow: 1;
  overflow: hidden;
  position: relative;
}
.teaser-photoArea::before {
  position: absolute;
  top: -35px;
  left: -35px;
  right: -35px;
  bottom: -35px;
  background-image: url('../images/teaser_photo.jpg');
  background-size: cover;
  background-position: center;
  filter: blur(20px) brightness(75%);
  content: '';
  z-index: -1;
}
.teaser-photoArea .photo-block {
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  height: 100%;
}
.teaser-photoArea .photo {
  position: absolute;
  top: -40px;
  left: -40px;
  right: -40px;
  bottom: -40px;
  margin: auto;
  max-width: calc(100% + 80px);
  max-height: calc(100% + 80px);
}
.teaser-photoArea .caption {
  font-size: 1.4rem;
  line-height: 1.4286;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
}
.teaser-photoArea .caption:not(.show) {
  display: none;
}
@media print and (max-width: 499px), screen and (max-width: 1024px) {
  .teaser {
    min-height: calc(100vh - 57px);
    min-height: calc(100dvh - 57px);
    flex-direction: column;
  }
  .teaser-textArea {
    order: 2;
    width: 100%;
    padding: 20px 32px 40px;
    max-width: 100%;
    min-width: 0;
    flex-grow: 1;
  }
  .teaser-textArea-logo {
    text-align: center;
    margin-bottom: 20px;
  }
  .teaser-textArea-logo img {
    height: 100px;
  }
  .teaser-textArea-text {
    font-size: 1.6rem;
    text-align: center;
  }
  .teaser-photoArea {
    flex-grow: 0;
  }
  .teaser-photoArea .photo-block {
  }
  .teaser-photoArea .photo {
    position: static;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin: auto;
    width: 100%;
    max-height: auto;
  }
  .teaser-photoArea .caption {
    font-size: 1rem;
    line-height: 1.4;
    padding: 10px;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    text-align: center;
  }
}