@charset "UTF-8";
/* CSS Document */
.section-about {
  padding: 110px 45px 0px;
}
.section-about__title {
  max-width: 300px;
  margin: 0 auto;
  position: relative;
}
.section-about__title img {
  width: 80%;
}
.section-about__title h2 {
  font-size: 4.0rem;
  font-family: Cormorant Garamond;
  color: #9CA2A8;
  font-weight: 300;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media(min-width: 960px) {
  .section-about {
    padding-top: 150px;
  }
  .section-about__title {
    margin: 0;
    text-align: left;
    max-width: 400px;
  }
  .section-about__title h2 {
    font-size: 5.0rem;
    left: 45%;
  }
}
.section-about__contents {
  padding-bottom: 100px;
  width: 100%;
}
.section-about__contents p {
  padding: 30px 0;
  margin: 0 auto;
  text-align: left;
  font-size: 1.6rem;
  line-height: 2.5;
  max-width: 530px;
}
.section-about_imgBox {
  width: 100%;
  height: 250px;
  margin: 0 auto;
  text-align: left;
  overflow: hidden;
  position: relative;
  max-width: 530px;
}
.section-about_img {
  z-index: 10;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: anime 16s 0s infinite;
  animation: anime 16s 0s infinite;
}
.section-about_img:nth-of-type(2) {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.section-about_img:nth-of-type(3) {
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
}
.section-about_img:nth-of-type(4) {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}
@keyframes anime {
  0% {
    opacity: 0;
  }
  12% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  37% {
    opacity: 0;
    z-index: 9;
  }
  100% {
    opacity: 0
  }
}
@media(min-width: 960px) {
  .section-about__contents {
    display: flex;
  }
  .section-about__contents p {
    padding: 60px 30px 20px 40px;
  }
  .section-about_imgBox {
    width: 50%;
    height: 350px;
  }
  .section-about_img {
    max-width: 500px;
    max-height: 400px;
  }
}
.section-photographer {
  padding: 0;
  font-weight: 100;
}
.section-photograoher__profile {
  padding: 30px 0 90px;
}
.section-photograoher__profile img {
  width: 100%;
  max-width: 450px;
}
.section-photographer hr {
  max-width: 300px;
  border: 0;
  border-top: 0.5px solid #707070;
  margin: 0 auto;
  padding: 0;
  transform: rotate(160deg);
}
.section-photograoher__profile-content__text {
  max-width: 300px;
  margin: 0 auto;
}
.section-photograoher__profile-name {
  padding: 30px 0 0;
  font-size: 3.0rem;
  font-family: Cormorant Garamond;
  text-align: left;
  white-space: pre;
}
.section-photograoher__profile-name span {
  font-size: 4.5rem;
}
.section-photograoher__profile-japanese-name {
  padding: 40px 0 0 70px;
  font-size: 1.4rem;
  line-height: 2;
  text-align: left;
}
.section-photograoher__profile-japanese-name02 {
  padding: 30px 0 0 110px;
  font-size: 1.4rem;
  line-height: 2;
  text-align: left;
}
.section-photograoher__profile-text {
  padding: 40px 0 40px 0;
  text-align: left;
  line-height: 2;
}
#sae-name {
  padding-bottom: 20px;
}
#starrysky {
  display: block;
  margin: 0 auto 0 0;
  width: 80%;
  max-width: 400px;
}
#tree {
  display: block;
  margin: 15px 0 0 auto;
  width: 80%;
  max-width: 400px;
}
#snow {
  display: block;
  margin: 15px auto 0 0;
  width: 80%;
  max-width: 400px;
}
.section-about__instagram {
  text-align: right;
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
}
.s-film {
  margin-top: 0;
}
.instagram-button {
  padding: 15px 25px 20px;
  border: solid 0.5px #707070;
  border-radius: 100px;
  width: 180px;
  margin-top: 20px;
  margin-left: auto;
  font-family: Cormorant Garamond;
  font-size: 2.0rem;
  text-decoration: none;
  color: #5A5E62;
  text-align: left;
  display: inline-block;
  outline: none;
  position: relative;
}
/*矢印と下線の形状*/
.instagram-button::before {
  content: '';
  /*絶対配置で下線の位置を決める*/
  position: absolute;
  bottom: 10px;
  left: 15%;
  /*下線の形状*/
  width: 70%;
  height: 0.5px;
  background: #333;
  /*アニメーションの指定*/
  transition: all .3s;
}
.instagram-button::after {
  content: '';
  /*絶対配置で矢印の位置を決める*/
  position: absolute;
  bottom: 14px;
  right: 25px;
  /*矢印の形状*/
  width: 15px;
  height: 0.5px;
  background: #333;
  transform: rotate(35deg);
  /*アニメーションの指定*/
  transition: all .3s;
}
/*hoverした際の移動*/
.instagram-button:hover::before {
  left: 20%;
}
.instagram-button:hover::after {
  right: 8%;
}
.section-menu {
  display: none;
}
#bicycle {
  display: block;
  margin: 0 auto 0 0;
  width: 70%;
  max-width: 300px;
}
#basket {
  display: block;
  margin: 15px 0 0 auto;
  width: 70%;
  max-width: 300px;
}
#rose {
  display: block;
  margin: 15px auto 0 0;
  width: 70%;
  max-width: 300px;
}
#boat {
  display: block;
  margin: 15px 0 0 auto;
  width: 70%;
  max-width: 300px;
}
@media(min-width: 960px) {
  .section-photographer {
    max-width: 930px;
    margin: 0 auto;
  }
  .section-photograoher__profile-content {
    display: flex;
  }
  .section-photograoher__profile-content02 {
    display: flex;
    flex-flow: row-reverse;
  }
  .section-photograoher__profile-content__text {
    max-width: 400px;
  }
  .section-photograoher__profile-photo {
    margin: 0 auto;
  }
  .section-photographer hr {
    max-width: 400px;
  }
  .section-photograoher__profile-name {
    padding-top: 20px;
  }
  .section-photograoher__profile-japanese-name {
    padding: 50px 0 0 120px;
  }
  .section-photograoher__profile-photo01 {
    display: flex;
    justify-content: space-between;
    margin: 100px auto 0;
  }
  #starrysky, #tree, #snow {
    width: 30%;
    margin: 0;
  }
  .section-photograoher__profile-photo02 {
    display: flex;
    justify-content: space-between;
    margin: 100px auto 0;
  }
  #bicycle, #boat, #rose, #basket {
    width: 22%;
    margin: 0;
  }
  .section-photograoher__profile-japanese-name02 {
    padding: 40px 0 0 140px;
  }
}