@charset "UTF-8";
.blur-translateY {
  filter: blur(12px);
  opacity: 0;
  transform: translateY(20px);
}

.blur-translateY.show {
  filter: blur(0);
  opacity: 1;
  transform: translateY(0);
  transition: filter cubic-bezier(0.215, 0.61, 0.355, 1) 1s, opacity cubic-bezier(0.39, 0.575, 0.565, 1) 1s, transform cubic-bezier(0.39, 0.575, 0.565, 1) 1s;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  position: relative;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.08em;
  font-family: "FOT-セザンヌ Pro M";
  font-size: 16px;
  line-height: 1.5;
}

a {
  transition: all 0.3s;
}

a:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
  height: auto;
}

video {
  vertical-align: bottom;
}

.sp-ele {
  display: none;
}

.fix {
  position: fixed;
  right: 0;
  bottom: 20%;
  z-index: 99;
}
.fix__btn-link {
  font-size: 0.9em;
  writing-mode: vertical-rl;
  color: #fff;
  letter-spacing: 0.5em;
  background: #868686;
  padding: 1em 0.9em 1em 1.1em;
  border-radius: 1em 0 0 1em;
}
.fix__btn-link::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 17px;
  background: url(../images/ico_mail.svg) no-repeat center center/contain;
}

.common__inner {
  width: 960px;
  padding: 80px 0;
  margin: auto;
}
.common__title {
  font-family: "FOT-セザンヌ Pro DB";
  font-size: 2em;
  letter-spacing: 0.1em;
}
.common__movie {
  position: relative;
}
.common__movie::before, .common__movie::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.common__movie::before {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  z-index: 2;
}
.common__movie::after {
  width: 48px;
  height: 48px;
  background: url(../images/ico_movie.svg) no-repeat center center/contain;
  z-index: 3;
}

.ourworks,
.service,
.flow,
.about,
.price,
.inquiry {
  scroll-margin-top: 70px;
}

.header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
}
.header__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  background: #fff;
}
.header__logo {
  width: 20%;
  max-width: 250px;
}
.header-spmenu {
  display: none;
}
.header__nav {
  white-space: nowrap;
}
.header__nav-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header__nav-item {
  text-align: center;
  padding: 0 2%;
}
.header__nav-link {
  display: block;
  color: #000;
  white-space: nowrap;
  padding: 0 2%;
}

.mv__inner {
  position: relative;
}
.mv__movie {
  position: relative;
  z-index: 1;
}
.mv__movie::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mv__movie-top {
  width: 100%;
}
.mv__title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5%;
  z-index: 2;
}
.mv__title-logo {
  padding: 3% 0;
}
.intro__title {
  width: 103px;
  margin: auto;
}
.intro__text {
  margin-top: 2em;
  text-align: center;
}

.ourworks__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.ourworks__item {
  width: 31.5%;
  margin: 2.5% 2.75% 0 0;
}
.ourworks__item:nth-of-type(3n), .ourworks__item:last-of-type {
  margin-right: 0;
}
.ourworks__item--vertical {
  width: 22%;
}

.service__inner {
  width: 960px;
  margin: auto;
}
.service__list {
  list-style: none;
  counter-reset: service;
}
.service__item {
  counter-increment: service;
  padding-bottom: 4em;
  margin-bottom: 4em;
  position: relative;
}
.service__item::after {
  content: "";
  width: 30%;
  height: 1px;
  background: #707070;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.service__item:last-of-type {
  margin-bottom: 0;
}
.service__item:last-of-type::after {
  display: none;
}
.service__no {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 900px;
  margin: auto;
}
.service__no::before {
  content: counter(service, decimal-leading-zero);
  flex: none;
  font-family: "DINNextLTPro-Medium";
  font-size: 9em;
  line-height: 1;
  letter-spacing: -0.05em;
  color: #B9B9B9;
}
.service__info {
  flex: auto;
  margin-left: 2em;
}
.service__info-title {
  font-family: "FOT-セザンヌ Pro DB";
  font-size: 1.4em;
}
.service__info-text {
  margin-top: 1em;
}
.service__img {
  width: 340px;
  flex: none;
  margin-left: 2em;
}
.service__example {
  background: #F2F2F2;
}
.service__example-inner {
  width: 900px;
  padding: 4% 0;
  margin: 1em auto 0;
}
.service__example-subtitle {
  margin-top: 1em;
}
.service__example-item {
  margin-bottom: 3em;
}
.service__example-item:last-of-type {
  margin-bottom: 0;
}
.service__example-movie {
  display: flex;
  justify-content: space-between;
  margin-top: 0.5em;
}
.service__example-movie-a {
  width: 220px;
}
.service__example-movie-b {
  width: 663px;
}

.flow__list {
  width: 75%;
  margin: 3em auto 0;
  list-style: none;
  counter-reset: flow;
}
.flow__item {
  counter-increment: flow;
  display: flex;
  align-items: center;
  padding-bottom: 5.5em;
  position: relative;
}
.flow__item::before {
  display: flex;
  justify-content: center;
  align-items: center;
  content: counter(flow, decimal-leading-zero);
  width: 7rem;
  height: 7rem;
  font-family: "DINNextLTPro-Medium";
  font-size: 3.5em;
  letter-spacing: -0.1em;
  padding: 0.15em 0.15em 0px 0px;
  color: #6C6C6C;
  border: 1px solid #707070;
  border-radius: 50%;
  box-sizing: border-box;
}
.flow__item::after {
  content: "";
  width: 1px;
  height: 4.5em;
  background: #707070;
  margin: auto;
  position: absolute;
  bottom: 0.5em;
  left: 3.5em;
}
.flow__item:last-of-type {
  padding-bottom: 0;
}
.flow__item:last-of-type::after {
  display: none;
}
.flow__info {
  width: calc(100% - 7em - 2em);
  margin-left: 2em;
}
.flow__info-title {
  font-family: "FOT-セザンヌ Pro DB";
  font-size: 1.4em;
  font-weight: 300;
}
.flow__info-text {
  margin-top: 1em;
  font-weight: 300;
}

.schedule__title {
  font-size: 1.5em;
}
.schedule__note {
  margin-top: 0.3em;
}
.schedule__list {
  display: flex;
  justify-content: center;
  width: 75%;
  font-size: 1.1em;
  margin: 3em auto 0;
  list-style: none;
}
.schedule__item {
  padding-right: 5em;
  position: relative;
}
.schedule__item::after {
  content: "";
  width: 4em;
  height: 1px;
  background: #707070;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.5em;
}
.schedule__item:last-of-type {
  padding-right: 0;
}
.schedule__item:last-of-type::after {
  display: none;
}
.schedule__item-circle {
  display: flex;
  align-items: center;
  width: 3em;
  height: 100%;
  text-align: center;
  padding: 3em 1em;
  border: 1px solid #707070;
  border-radius: 2em;
}
.schedule__item-sub {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 1.4em;
  font-size: 0.9em;
  color: #707070;
  background: #fff;
  margin: auto;
  padding: 0 0.2em;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2em;
  z-index: 3;
}
.schedule__time {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.1em;
  margin: 3em auto 0;
  list-style: none;
}
.schedule__time-list {
  padding: 0.75em 2.5em 0.75em 3em;
  background: #A8A8A8;
  position: relative;
}
.schedule__time-list::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1.49em;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  border-left: 1.5em solid #A8A8A8;
  border-right: 0;
}
.schedule__time-list:nth-of-type(1) {
  background: #A8A8A8;
  z-index: 4;
}
.schedule__time-list:nth-of-type(1)::after {
  border-left-color: #A8A8A8;
}
.schedule__time-list:nth-of-type(2) {
  background: #C9C9C9;
  z-index: 3;
}
.schedule__time-list:nth-of-type(2)::after {
  border-left-color: #C9C9C9;
}
.schedule__time-list:nth-of-type(3) {
  background: #E5E5E5;
  z-index: 2;
}
.schedule__time-list:nth-of-type(3)::after {
  border-left-color: #E5E5E5;
}
.schedule__time-list:nth-of-type(4) {
  background: #F4F4F4;
  z-index: 1;
}
.schedule__time-list:nth-of-type(4)::after {
  border-left-color: #F4F4F4;
}
.schedule__total {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 63%;
  font-size: 1.1em;
  margin: 1em auto 0;
  position: relative;
}
.schedule__total::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #707070;
  position: absolute;
  z-index: 1;
}
.schedule__total-in {
  background: #fff;
  margin: auto;
  padding: 0 0.5em;
  position: relative;
  z-index: 2;
}
.schedule__meno {
  color: #707070;
  text-align: center;
  margin-top: 0.5em;
}

.about {
  background: #F2F2F2;
}
.about__head {
  display: flex;
  align-items: center;
}
.about__title {
  width: 50%;
}
.about__lead {
  width: 50%;
  font-size: 1.2em;
  line-height: 2;
}
.about__list {
  display: flex;
  flex-wrap: wrap;
  width: 95%;
  margin: 2em auto 0;
}
.about__item {
  width: 50%;
}
.about__info {
  width: 95%;
  margin: 3em auto 0;
}
.about__info-title {
  font-size: 1.2em;
}
.about__info-text {
  font-size: 0.9em;
  margin-top: 1em;
}

.price__content {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 2em auto 0;
}
.price__movie {
  width: 42%;
  margin-top: 2em;
}
.price__info {
  width: 54%;
}
.price__info-title {
  font-family: "FOT-セザンヌ Pro DB";
}
.price__info-list {
  margin-bottom: 2em;
}
.price__info-item {
  position: relative;
  padding-left: 1.1em;
  margin-top: 0.7em;
}
.price__info-item::before {
  content: "";
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  border: 1px solid #000;
  border-radius: 1em;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.price__info-text {
  margin-top: 0.7em;
}
.price__sample {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1em;
}
.price__sample-title, .price__sample-range {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid;
  height: 75px;
}
.price__sample-title {
  width: 55%;
}
.price__sample-range {
  width: 45%;
  font-family: "DINNextLTPro-Medium";
  font-size: 1.3em;
  line-height: 1;
  border-left: none;
}
.price__sample-yen {
  font-size: 0.7em;
}

.inquiry {
  background: #F2F2F2;
}
.inquiry__btn {
  width: 582px;
  margin: auto;
}
.inquiry__btn-link {
  display: block;
  font-size: 1.3em;
  letter-spacing: 0.5em;
  text-align: center;
  color: #fff;
  background: #6C6C6C;
  padding: 1.5em;
  border-radius: 4em;
  position: relative;
}
.inquiry__btn-link::before, .inquiry__btn-link::after {
  content: "";
  display: block;
}
.inquiry__btn-link::before {
  width: 70px;
  height: 2px;
  margin: auto;
  border-radius: 9999px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15%;
}
.inquiry__btn-link::after {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: calc(15% + 5px);
  width: 2px;
  height: 15px;
  border-radius: 9999px;
  background-color: #fff;
  transform: rotate(-45deg) translate(10px, 0px);
  transform-origin: 50% calc(100% - 0px);
}
.inquiry__minira {
  width: 90%;
  margin: 4em auto 0;
}
.inquiry__minira-link {
  display: block;
  text-align: center;
  background: #fff;
  padding: 4em;
  border: 1px solid #707070;
}

.footer {
  color: #fff;
  background: #A3A3A3;
}
.footer__inner {
  width: 80%;
  padding: 9% 0 8%;
  margin: auto;
}
.footer__address, .footer__phone {
  font-size: 0.9em;
}
.footer__address {
  margin-top: 2em;
}
.footer__phone {
  margin-top: 1em;
}
.footer__copyright {
  text-align: right;
  margin-top: 4em;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 13px;
  }
  .pc-ele {
    display: none;
  }
  .sp-ele {
    display: inherit;
  }
  .common__inner {
    width: 94%;
    padding: 50px 0;
    margin: auto;
  }
  .header__wrap {
    padding: 7px 14px;
  }
  .header__logo {
    width: 50%;
  }
  .header__nav {
    width: 60%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: fixed;
    top: 0;
    right: 0;
    background: #fff;
    transition: all 0.3s;
    transform: translateX(100%);
    opacity: 0;
  }
  .header__nav-list {
    flex-direction: column;
    align-items: flex-end;
    margin-top: 90px;
  }
  .header__nav-item {
    text-align: right;
    padding: 0 12% 0 2%;
    font-size: 1.2em;
    margin-top: 2em;
  }
  .header__nav-logo {
    width: 60%;
    text-align: right;
    padding: 0 12% 0 2%;
    margin: 0 0 4em auto;
  }
  .header__nav.open {
    transform: translateX(0);
    opacity: 1;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  }
  .header-spmenu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 0;
    height: 40px;
    width: 40px;
    text-align: center;
    box-sizing: border-box;
    z-index: 3;
    cursor: pointer;
  }
  .header-spmenu__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 12.5vw;
    height: 12.5vw;
    font-size: 1.5rem;
    position: relative;
    z-index: 1001;
  }
  .header-spmenu__button.open .header-spmenu-top {
    transform: rotate(-45deg);
    transform-origin: center center;
    margin: auto;
  }
  .header-spmenu__button.open .header-spmenu-middle {
    left: 100%;
    opacity: 0;
    display: none;
  }
  .header-spmenu__button.open .header-spmenu-bottom {
    width: 50%;
    transform: rotate(45deg);
    transform-origin: center center;
    margin: auto;
  }
  .header-spmenu-top, .header-spmenu-middle, .header-spmenu-bottom {
    position: absolute;
    top: 50%;
    left: 25%;
    width: 50%;
    height: 1px;
    background: #000;
    transition: all 0.3s ease;
  }
  .header-spmenu-top {
    margin-top: -17%;
  }
  .header-spmenu-bottom {
    margin-top: 17%;
  }
  .mv__title {
    width: 46%;
    font-size: 1em;
    text-align: center;
    letter-spacing: 0.3em;
    top: 10%;
    left: 0;
    right: 0;
  }
  .intro__title {
    width: 22%;
  }
  .ourworks,
  .service,
  .flow,
  .about,
  .price,
  .inquiry {
    scroll-margin-top: 20px;
  }
  .ourworks__list {
    display: block;
  }
  .ourworks__item {
    width: 100%;
    margin: 5% auto 0;
  }
  .ourworks__item:last-of-type {
    margin-right: auto;
  }
  .ourworks__item--vertical {
    width: 75%;
  }
  .service__inner {
    width: 94%;
    padding: 50px 0 0;
  }
  .service__no {
    flex-wrap: wrap;
    width: 94%;
    margin: auto;
    position: relative;
  }
  .service__no::before {
    display: none;
  }
  .service__info {
    margin: 0;
  }
  .service__info-title {
    display: flex;
    justify-content: left;
    align-items: center;
  }
  .service__info-title::before {
    content: counter(service, decimal-leading-zero);
    flex: none;
    font-family: "DINNextLTPro-Medium";
    font-size: 5em;
    line-height: 1;
    letter-spacing: -0.05em;
    color: #B9B9B9;
    margin-right: 0.2em;
  }
  .service__img {
    width: 100%;
    margin: 2em 0 0 0;
  }
  .service__example-inner {
    width: 94%;
  }
  .service__example-list {
    margin: auto;
  }
  .service__example-movie {
    display: block;
  }
  .service__example-movie-a {
    width: 100%;
  }
  .service__example-movie-b {
    width: auto;
    margin: 1em 0 0;
    overflow: scroll;
  }
  .service__example-movie-b a {
    width: 663px;
  }
  .flow__list {
    width: 94%;
  }
  .flow__info {
    width: calc(100% - 6em - 1em);
    margin-left: 1em;
  }
  .flow__item {
    padding-bottom: 4em;
  }
  .flow__item::before {
    width: 5rem;
    height: 5rem;
    font-size: 3em;
    padding: 0.15em 0.05em 0px 0px;
  }
  .flow__item::after {
    height: 34%;
    bottom: 3%;
    left: 3em;
  }
  .schedule__list {
    width: 90%;
    margin-top: 1.5em;
  }
  .schedule__item {
    padding-right: 15%;
  }
  .schedule__item::after {
    width: 2.25em;
  }
  .schedule__item-circle {
    width: 2em;
    padding: 3em 0em;
  }
  .schedule__item-sub {
    right: 1em;
  }
  .schedule__time {
    width: 96%;
    justify-content: flex-start;
    margin-top: 1em;
  }
  .schedule__time-list {
    padding: 0.75em 2% 0.75em 9%;
  }
  .schedule__time-list:first-of-type {
    padding-left: 1.6em;
  }
  .schedule__total {
    width: 96%;
  }
  .about__head {
    display: block;
  }
  .about__title, .about__lead {
    width: 100%;
  }
  .about__lead {
    margin-top: 1em;
  }
  .about__list {
    display: block;
  }
  .about__item {
    width: 100%;
  }
  .price__content {
    display: block;
  }
  .price__movie, .price__info {
    width: 100%;
  }
  .price__info {
    margin-top: 1em;
  }
  .price__sample-title {
    padding: 1.5em 0;
  }
  .inquiry__btn {
    width: 90%;
  }
  .inquiry__btn-link {
    padding: 1em;
  }
  .inquiry__btn-link::before {
    width: 10%;
    right: 10%;
  }
  .inquiry__btn-link::after {
    right: calc(10% + 5px);
  }
  .inquiry__minira-link {
    padding: 2em;
  }
  .inquiry__minira-in {
    display: block;
    width: 45%;
    margin: auto;
  }
  .footer {
    text-align: center;
  }
  .footer__logo {
    width: 50%;
    margin: auto;
  }
}/*# sourceMappingURL=style.css.map */