@charset "UTF-8";
.secMv {
  padding: 0 0 50px
}
.secMv__container {
  position: relative
}
.secMv__bg {
  padding: 0 0 0 70px
}
.secMv__bg img {
  width: 100%;
  height: auto
}
.secMv__head {
  position: absolute;
  bottom: 50px;
  left: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 63px;
  padding: 0 35px
}
.secMv__head::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  content: "";
  background: #238184;
  mix-blend-mode: multiply;
  width: 0
}
.secMv__head .mvHeading {
  position: relative;
  font-family: "Shippori Mincho",serif;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  letter-spacing: .2rem
}
.secMv__typograpy {
  position: relative;
  font-family: "EB Garamond",serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .01em;
  white-space: nowrap;
  opacity: 0;
  -webkit-transform: translate3d(0,10px,0);
  transform: translate3d(0,10px,0)
}
.secMv__bg,
.secMv__head .mvHeading {
  opacity: 0
}
.secMv.is-active .secMv__bg {
  opacity: 1;
  transition: opacity .6s cubic-bezier(.39,.575,.565,1)
}
.secMv.is-active .secMv__head::before {
  width: 100%;
  transition: width .5s cubic-bezier(.39,.575,.565,1) .4s
}
.secMv.is-active .secMv__head .mvHeading {
  opacity: 1;
  transition: opacity .4s cubic-bezier(.39,.575,.565,1) .9s
}
.secMv.is-active .secMv__typograpy {
  opacity: 1;
  transition: opacity .5s cubic-bezier(.39,.575,.565,1) 1.2s,transform .5s cubic-bezier(.39,.575,.565,1) 1.2s,-webkit-transform .5s cubic-bezier(.39,.575,.565,1) 1.2s;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0)
}
.sectionHeading {
  display: flex;
  flex-direction: column
}
.sectionHeading__sub {
  font-family: "EB Garamond",serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .1em
}
.sectionHeading__sub + .sectionHeading__main {
  margin: 15px 0 0
}
.sectionHeading__main {
  font-family: "Yu Mincho","游明朝体",serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: .08em
}
@media (min-width:768px) {
  .secMv {
    padding: 0 0 90px
  }
  .secMv__container {
    max-width: 1440px;
    margin: 0 auto
  }
  .secMv__bg {
    padding: 0 0 0 420px
  }
  .secMv__head {
    bottom: 55px;
    justify-content: center;
    width: 570px;
    height: 144px
  }
  .secMv__head .mvHeading {
    font-size: 26px
  }
  .secMv__typograpy {
    max-width: 1200px;
    padding: 0 80px;
    margin: 0 auto;
    font-size: 78px
  }
  .sectionHeading__sub {
    font-size: 18px
  }
  .sectionHeading__sub + .sectionHeading__main {
    margin: 15px 0 0
  }
  .sectionHeading__main {
    margin: 15px 0 0;
    font-size: 30px
  }
}