/* about */

body.page-about {
  color: #493931;
  font-family: 'Noto Serif JP', serif;
  font-size: 14px;
  line-height: 2em;
}

/* common */
section {
  position: relative;
}
.section-inner {
  width: 92%;
  max-width: 1100px;
  margin: 0 auto;
  z-index: 2;
}
.section-title {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {

}


/* intro */
.intro {
  position: relative;
  padding: 93px 0 0;
  background: #fff url(../img/about/intro_bg_pc.jpg) center bottom no-repeat;
  background-size: 100% auto;
  z-index: 2;
}
.page-title {
  width: 90%;
  margin: 0 auto;
}
.intro-inner {
  padding: 0 0 26%;
}
.intro-title {
  width: 67.81%;
  margin: 0 auto;
}
.intro-filmfes1 {
  width: 66.6%;
  margin: 9% auto 3%;
}
.intro-filmfes2 {
  width: 76.9%;
  margin: 0 auto 7%;
}
.intro-text {
  width: 95%;
  max-width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .intro {
    position: relative;
    padding: 80px 0 0;
    background: #fff url(../img/about/intro_bg_sp.jpg) center bottom no-repeat;
    background-size: 100% auto;
  }
  .page-title {
    width: 98%;
    margin: 0 auto;
  }
  .intro-inner {
    padding: 0 0 65vw;
  }
  .intro-title {
    width: 94%;
    margin: 0 auto;
  }
  .intro-filmfes1 {
    width: 72%;
    margin: 13vw auto 8vw;
  }
  .intro-filmfes2 {
    width: 94%;
    margin: 0 auto 10vw;
  }
}

.photoset {
  position: relative;
  z-index: 2;
}

/* story */
.story {
  padding: 115px 0;
  background: url(../img/about/story_bg.jpg) center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.story-inner {
  position: relative;
  overflow: hidden;
}
.story-inner::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  background-color: rgba(255, 255, 255, .65);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);  
}
.story-inner-inner {
  position: relative;
  padding: 90px;
  z-index: 3;
}
.story-title {
  width: 26%;
}
.story-lead {
  width: 69.81%;
  margin: 65px auto;
}
.story-text {
  text-align: center;
  font-size: 18px;
  line-height: 2em;
  letter-spacing: .25em;
}

@media screen and (max-width: 768px) {
  .story {
    background: none;
  }
  .story::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width:100%;
    height: 100vh;
    background: url(../img/about/story_bg.jpg) center no-repeat;
    background-size: auto 100%;
    z-index: 1;
  }
  .story-inner-inner {
    padding: 70px 4%;
  }
  .story-title {
    width: 40%;
  }
  .story-lead {
    width: 98%;
  }
  .story-text {
    text-align: left;
    font-size: 16px;
  }
}

/* notes */
.notes {
  position: relative;
  padding: 150px 0;
  background: url(../img/about/notes_bg_pc.jpg) center no-repeat;
  background-size: cover;
  z-index: 2;
}
.notes-title {
  width: 86.72%;
  margin: 0 auto 90px;
}
.notes-item-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 800px;
  margin: 0 auto;
}
.notes-item-link {
  position: relative;
  display: block;
  width: 48%;
  margin: 0 0 4%;
}
.notes-item-link-on {
  
}
.notes-item-link-off {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: .75s;
}
.notes-item-link:hover .notes-item-link-off {
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .notes {
    padding: 80px 0;
    background: #514643 url(../img/about/notes_bg_sp.jpg) center top no-repeat;
    background-size: 100% auto;
  }
  .notes-title {
    width: 80%;
    margin: 0 auto 23vw;
  }
}

@media screen and (max-width: 600px) {
  .notes-item-link {
    width: 100%;
    margin: 0 0 6%;
  }
}

.bg-wrap {
  position: relative;
  background: url(../img/about/cast-staff_bg_ptn.jpg) center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .bg-wrap {
    background: url(../img/about/cast-staff_bg_ptn.jpg) center repeat-y;
    background-size: 120% auto;
    background-attachment: scroll;
  }
/*   .bg-wrap::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    background: url(../img/about/cast-staff_bg_ptn.jpg) center no-repeat;
    background-size: cover;
    z-index: 1;
  } */
}

/* cast */
.cast {
  position: relative;
  padding: 180px 0 90px;
  z-index: 2;
}
.cast-title {
  width: 77.45%;
  margin: 0 auto 120px;
}
.cast-item-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cast-item-link {
  display: block;
  width: 21%;
  transition: .75s;
}
.cast-item-link:hover {
  opacity: 0.5;
}
.cast-item-photo {
  margin: 0 0 20px;
}

@media screen and (max-width: 768px) {
  .cast {
    padding: 80px 0 40px;
  }
  .cast-title {
    width: 80%;
    margin: 0 auto 70px;
  }
  .cast-item-wrap {
    width: 88%;
    margin: 0 auto;
  }
  .cast-item-link {
    display: block;
    width: 45%;
    margin: 0 0 50px;
  }
  .cast-item-photo {
    margin: 0 0 15px;
  }
}

@media screen and (max-width: 600px) {
  .cast-item-wrap {
    width: 60%;
    max-width: 360px;
    margin: 0 auto;
  }
  .cast-item-link {
    display: block;
    width: 100%;
    margin: 0 0 8vw;
  }
}



/* staff */
.staff {
  position: relative;
  padding: 60px 0 180px;
  z-index: 2;
}
.staff-inner {
  max-width: 1000px;
  padding: 90px 90px 30px;
  box-sizing: border-box;
  background: rgba(255,255,255,.25);
}
.staff-title {
  width: 24.24%;
  margin: 0 auto 75px;
}
.staff-item {
  margin: 0 0 60px;
}
.staff-item-name {
  margin: 0 0 16px;
}

@media screen and (max-width: 768px) {
  .staff {
    padding: 30px 0 90px;
  }
  .staff-inner {
    padding: 60px 4% 10px;
  }
  .staff-item {
    margin: 0 0 30px;
  }
  .staff-title {
    width: 34%;
    margin: 0 auto 50px;
  }
  .staff-item-text {
    font-size: 13px;
  }
}


