@charset "UTF-8";
.omoide_main_ttl {
  display: block;
  font-size: 22px;
}
@media all and (max-width: 767px) {
  .omoide_main_ttl {
    display: none;
  }
}
.omoide_lead {
}
@media all and (max-width: 767px) {
  .omoide_lead {
  }
}
.omoide_lead_txt {
  margin-bottom: 50px;
  text-align: center;
}
@media all and (max-width: 767px) {
  .omoide_lead_txt {
    text-align: left;
  }
}
.omoide_lead_img img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.omoide_section {
  background: #F3EFEF;
}
@media all and (max-width: 767px) {
  .omoide_section {
    padding: 40px 0;
  }
}
.omoide_txt {
  margin-bottom: 50px;
  text-align: center;
}
@media all and (max-width: 767px) {
  .omoide_txt {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 767px) {
  .omoide_ttl {
    padding: 22px 45px 22px 25px;
    font-size: 16px;
    line-height: 1.5;
  }
}
.omoide_body {
  padding-bottom: 60px;
  border-top: 1px solid #ccc;
}
@media all and (max-width: 767px) {
  .omoide_body {
    padding: 25px;
  }
}
.omoide_body p:not(:last-child) {
  margin-bottom: 50px;
}
.omoide_body p {
  line-height: 2.125;
}
.omoide_body img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.omoide_about {
}
@media all and (max-width: 767px) {
  .omoide_about {
  }
}
.omoide_work {
}
@media all and (max-width: 767px) {
  .omoide_work {
  }
}
.omoide_work_lead {
  margin-bottom: 60px;
  text-align: center;
}
@media all and (max-width: 767px) {
  .omoide_work_lead {
    text-align: left;
  }
}
.omoide_movie {
  margin-bottom: 60px;
  text-align: center;
}
@media all and (max-width: 767px) {
  .omoide_movie {
    position: relative;
    padding-top: 54.5%;
    margin-bottom: 40px;
  }
}
.omoide_movie iframe {
  display: block;
  width: 750px;
  margin: 0 auto;
}
@media all and (max-width: 767px) {
  .omoide_movie iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
.omoide_member {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 767px) {
  .omoide_member {
    display: block;
  }
}
.omoide_member_txt {
  min-width: 320px;
  font-size: 24px;
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "HiraginoMincho Pro", "游明朝","Yu Mincho", serif;
  font-weight: 600;
  line-height: 2.375;
  text-align: center;
}
@media all and (max-width: 767px) {
  .omoide_member_txt {
    font-size: 20px;
    line-height: 2.4;
  }
}
.omoide_member_img img {
  display: block;
  max-width: 100%;
}
