@charset "utf-8";
/* ============================================================
 ▼▼font▼▼
============================================================ */
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,500i,600,600i,700,700i&display=swap');
/* ============================================================
 ▼▼base fonts▼▼
============================================================ */
.en {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.serif {
  font-family: 'YuMincho Medium', '游明朝 Medium', 'Yu Mincho Medium', 'YuMincho', 'Yu Mincho', '游明朝', '游明朝体', serif;
  font-weight: normal;
}
/* ============================================================
 clearfix
============================================================ */
.cf {
  zoom: 1;
}
.cf:after {
  content: "";
  display: block;
  clear: both;
}
#main {
  padding-top: 170px;
}
#main.top {
  padding-top: 30px;
}
.wrap {
  padding-bottom: 100px;
}
.wrap:last-of-type {
  padding-bottom: 0;
}
.fitbox {
  height: calc(100vh - 60px);
}
#pc-header.shrink {
  padding: 40px 80px 0;
  height: 140px;
  background: none;
}
#pc-header {
  padding: 80px 80px 0;
  height: 180px;
}
#pc-header #h-logo h1 {
  width: auto;
  height: 100px;
}
#pc-header #h-logo img {
  width: auto;
  height: 100%;
}
#pc-header #nav,
#pc-header #h-sns {
  display: none;
}
@media (max-width: 1220px) {
  #pc-header #h-logo h1 {
    width: auto;
  }
}
/* ============================================================
 parts
============================================================ */
.btn {
  width: 300px;
}
.ttl-area {
  margin-bottom: 60px;
}
.ttl-area.vertical {
  white-space: nowrap;
  margin-top: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (min-width: 980px) {
  .ttl-area.vertical {
    width: 130px;
    overflow: hidden;
  }
}
/* ============================================================
 mainvisual
============================================================ */
#mv {
  overflow: hidden;
  position: relative;
  height: calc(100vh - 60px);
}
#mv.wrap {
  margin-top: 0;
  padding-bottom: 0;
}
.slider {
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.slider li,
.slider .slick-list,
.slider .slick-track {
  height: 100%!important;
}
.slider li {
  height: 100%!important;
  background-size: cover!important;
}
.slider li.slide01 {
  background: url(../images/family/slide01.jpg) no-repeat center top;
}
.slider li.slide02 {
  background: url(../images/family/slide02.jpg) no-repeat center top;
}
.slider li.slide03 {
  background: url(../images/family/slide03.jpg) no-repeat center top;
}
.slider li a {
  display: block;
  height: 100%;
}
/* SCROLL */
.scroll-wrap {
  position: absolute;
  right: 0;
  bottom: -60px;
  height: 345px;
  z-index: 1000;
}
.scroll-wrap .scroll-inner p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  text-align: end;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.scroll-wrap .scroll-arrow {
  width: 1px;
  height: 240px;
  margin: 30px auto 0;
  background-color: #d3d3d3;
  position: relative;
  overflow: hidden;
}
.scroll-wrap .scroll-arrow:before {
  content: "";
  width: 1px;
  height: 240px;
  margin: 30px auto 0;
  background-color: #fff;
  position: absolute;
  top: -300px;
  left: 0;
  -webkit-animation: arrow 3s linear 0s infinite normal;
  animation: arrow 3s linear 0s infinite normal;
}
@keyframes arrow {
  0% {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 240px, 0);
    transform: translate3d(0, 240px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 600px, 0);
    transform: translate3d(0, 600px, 0);
  }
}
/* mv-copy */
.mv-copy {
  font-family: 'YuMincho Medium', '游明朝 Medium', 'Yu Mincho Medium', 'YuMincho', 'Yu Mincho', '游明朝', '游明朝体', serif;
  font-weight: normal;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-flow: column;
  z-index: 1000;
}
.mv-copy img {
  width: 307px;
}
.mv-copy h2 {
  margin-top: 40px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
}
/* ============================================================
 about
============================================================ */
#about {
  background: url(../images/family/about.jpg) no-repeat center top;
  background-size: cover;
  position: relative;
}
.about-copy {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1000;
  width: 50%;
  height: 100%;
  padding: 0 5%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-copy h2 {
  font-family: 'YuMincho Medium', '游明朝 Medium', 'Yu Mincho Medium', 'YuMincho', 'Yu Mincho', '游明朝', '游明朝体', serif;
  font-weight: normal;
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 3;
}
/* ============================================================
 gallery
============================================================ */
#gallery {
  background: url(../images/family/gallery.jpg) no-repeat center top;
  background-size: cover;
  position: relative;
}
#gallery .ttl-area {
  margin-bottom: 15%;
}
#gallery h2 {
  margin-bottom: 15%;
  font-weight: normal;
}
.gallery-cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  color: #fff!important;
}
/* ============================================================
 plan
============================================================ */
#plan {
  padding-top: 160px;
}
#plan .ttl-area {
  margin-top: 0;
  margin-bottom: 40px;
}
#plan .cont-area {
  width: 38%;
}
#plan .price {
  font-size: 2rem;
}
#plan .price span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 3.6rem;
  font-weight: 700;
}
#plan .pht {
  width: 56%;
  margin-left: 6%;
  float: right;
}
#plan .txt {
  margin-top: 2em;
}
.photographer {
  margin-top: 60px;
  display: flex;
  align-items: center;
}
.photographer dt {
  width: 150px;
  margin-right: 30px;
  overflow: hidden;
  border-radius: 100%;
}
.photographer dd {
  flex: 1;
}
.photographer .part {
  font-size: 1.1rem;
  letter-spacing: 0.1em;
}
.photographer .name {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.photographer .name-en {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  color: #e2aea8;
  letter-spacing: 0.1em;
  margin-left: 1em;
}
/* ============================================================
 contact-top
============================================================ */
#contact-top {
  min-height: 25vw;
  background: url(../images/family/contact.jpg) no-repeat right bottom;
  background-size: cover;
  padding-top: 100px;
}
#contact-top .ttl-area {
  margin-top: 0;
}
@media (max-width: 979px) {
  /* ============================================================
 header
============================================================ */
  #sp-header {
    align-items: flex-end;
    height: 80px;
    padding: 0 35px 0;
  }
  #sp-header #h-logo h1 {
    width: 30%;
  }
  #sp-header #hbg,
  #sp-header #sp-gnav {
    display: none;
  }
  #main {
    padding-top: 60px;
  }
  #main.top {
    padding-top: 15px;
  }
  /* ============================================================
 parts
============================================================ */
  .ttl-area {
    margin-bottom: 30px;
  }
  .ttl-area.vertical {
    display: block;
    text-align: center;
    margin: 0 0 20px 0;
  }
  .wrap {
    padding-bottom: 50px;
  }
  #mv,
  .fitbox {
    height: 70vh;
  }
  .slider li.slide01 {
    background: url(../images/family/slide01_sp.jpg) no-repeat center center;
  }
  .slider li.slide02 {
    background: url(../images/family/slide02_sp.jpg) no-repeat center center;
  }
  .slider li.slide03 {
    background: url(../images/family/slide03_sp.jpg) no-repeat center center;
  }
  .scroll-wrap {
    display: none;
  }
  /* mv-copy */
  .mv-copy {
    padding: 0% 5% 0 5%;
  }
  .mv-copy img {
    width: 200px;
  }
  .mv-copy h2 {
    margin-top: 20px;
    font-size: 1.4rem;
  }
  .about-copy {
    width: 100%;
    padding: 0 5% 10% 5%;
    align-items: flex-end;
  }
  .about-copy h2 {
    font-size: 1.5rem;
    line-height: 2;
  }
  #about {
    background: url(../images/family/about_sp.jpg) no-repeat center center;
    background-size: cover;
  }
  #plan {
    padding-top: 30px;
    padding-bottom: 0;
  }
  #plan .ttl-area {
    margin-bottom: 20px;
  }
  #plan .price {
    font-size: 1.4rem;
  }
  #plan .price span {
    font-size: 2.4rem;
  }
  #plan .cont-area {
    float: none;
    width: 100%;
  }
  #plan .pht {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
    float: none;
  }
  #plan .txt {
    margin-top: 1em;
  }
  .photographer {
    display: block;
  }
  .photographer dt {
    width: 150px;
    margin: 0 auto;
  }
  .photographer dd {
    width: 100%;
  }
  .photographer .part {
    margin-top: 10px;
    text-align: center;
  }
  .photographer .name {
    font-size: 2rem;
    text-align: center;
  }
  .photographer .name-en {
    margin-left: 0;
    display: block;
    text-align: center;
  }
  #contact-top {
    min-height: 310px;
    height: 101.5vw;
    background: url(../images/family/contact_sp.jpg) no-repeat right bottom;
    background-size: cover;
    padding-top: 50px;
    position: relative;
  }
  #contact-top .btn-wrap {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
  }
  .btn-wrap {
    width: 100%;
  }
  .btn {
    min-width: 100%;
  }
}
