@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');

body {
  font-family: 'Noto Sans JP', sans-serif;
}

.-wrapper {
  margin: 0 auto;
}

.-ttl {
  height: 30px;
  text-align: center;
}

.-ttlimg {
  height: 100%;
  width: auto;
}

.-name {

}

.-nameimg {
  height: 100%;
  width: auto;
}

.-readbtn {
  display: block;
  background-color: #EA6DA4;
  color: #fff;
  text-align: center;
  font-size: 20px;
  /* font-size: 1.464vw; */
  line-height: 1.5;
  padding: 1px;
  font-family: source-han-serif-japanese,serif;
  font-weight: bold;
  width: 180px;
  /* width: 13.177vw; */
  /* max-width: 180px; */
  margin: 0 auto;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}


@media screen and (min-width: 769px) {

  .-wrapper {
    max-width: 1000px;
    width: 90%;
  }

  .-readbtn {
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
  }

  .-readbtn:hover {
    background-color: #D3C058;
  }

}

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

  .-wrapper {
    width: 92%;
  }

  .-readbtn {
    font-size: 16px;
    line-height: 1.25;
    width: 165px;
  }

}


/* header */

.header {
  background-image: url(../img/about/header_bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.header-wrapper {
  width: 89.751%;
  margin: 0 auto;
  padding: 148px 0 67px;
}

.header-ttl {
  width: 434px;
  margin: 0 0 0 auto;
}


@media screen and (min-width: 769px) {
}

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

  .header {
    background-image: url(../img/about/header_bg_sp.jpg);
  }
  
  .header-wrapper {
    width: 92%;
    padding: 22.133vw 0 5.333vw;
    background-position: left bottom;
  }
  
  .header-ttl {
    width: 260px;
    margin: 0 0 0 auto;
  }

}


/* intro */

.intro {
  background: #fff;
}

.intro-wrapper {
  padding: 100px 0;
}

.intro-ttl {
  margin-bottom: 40px;
}

.intro-catch {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 40px;
}

.intro-quote {
  color: #E75297;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 4px;
}

.intro-sentence {
  line-height: 1.6;
}

@media screen and (min-width: 769px) {
}

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

  .intro-wrapper {
    padding: 16vw 0;
  }
  
  .intro-ttl {
    margin-bottom: 8vw;
  }
  
  .intro-catch {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 8vw;
  }
  
  .intro-quote {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 2.666vw;
  }

}


/* bg */

.bg01 {
  position: relative;
  /* padding-top: 64%; */
  padding-top: 50%;
  z-index: -1;
}

.bg01-wrapper {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.bg01-img {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url(../img/about/bg_01.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 769px) {

}

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

  .bg01 {
    padding-top: 83.958%;
  }

  .bg01-img {
    background-image: url(../img/about/bg_01_sp.jpg);
  }

}


/* story */

.story {
  background-color: #fff;
  position: relative;
}

.story-wrapper {
  padding: 100px 0;
}

.story-txt {
  width: 48%;

}

.story-txt-ttl {
  text-align-last: left;
  margin-bottom: 40px;
}

.story-txt-sentence {
  line-height: 1.6;
}

.story-img {
  width: 48%;
}

@media screen and (min-width: 769px) {

  .story-wrapper {
    display: flex;
    justify-content: space-between;
  }

}

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

  .story-wrapper {
    padding: 16vw 0;
  }
  
  .story-txt {
    width: 100%;
  
  }
  
  .story-txt-ttl {
    text-align-last: center;
    margin-bottom: 8vw;
  }
  
  .story-txt-sentence {
    line-height: 1.6;
    margin-bottom: 10.666vw;
  }
  
  .story-img {
    width: 100%;
  }

}


/* imgarea */

.imgarea{
}

.imgarea-item.-item01 {
  position: relative;
  width: 100%;
  background-repeat: repeat-x;
  background-position: 0 0;
  background-size: auto 100%;
}

.imgarea-item.-item02 {
  position: relative;
  width: 100%;
  background-repeat: repeat-x;
  background-position: 0 0;
  background-size: auto 100%;
}

@media screen and (min-width: 769px) {

  .imgarea-item.-item01 {
      background-image: url(../img/about/imgarea_01.jpg);
      height: 158px;
      animation: roop_pc_right 35s linear infinite;
      -webkit-animation: roop_pc_right 35s linear infinite;
}

  .imgarea-item.-item02 {
    background-image: url(../img/about/imgarea_02.jpg);
    height: 158px;
    animation: roop_pc_left 35s linear infinite;
    -webkit-animation: roop_pc_left 35s linear infinite;
}

}

@-webkit-keyframes roop_pc_right {
  from {
    background-position: -1659px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes roop_pc_right {
  from {
    background-position: -1659px 0;
  }
  to {
    background-position: 0 0;
  }
}


@-webkit-keyframes roop_pc_left {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1659px 0;
  }
}

@keyframes roop_pc_left {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1659px 0;
  }
}


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

  .imgarea-item.-item01 {
    background-image: url(../img/about/imgarea_01_sp.jpg);
    height: 116px;
    animation: roop_sp_right 24s linear infinite;
    -webkit-animation: roop_sp_right 24s linear infinite;
  }

  .imgarea-item.-item02 {
    background-image: url(../img/about/imgarea_02_sp.jpg);
    height: 116px;
    animation: roop_sp_left 24s linear infinite;
    -webkit-animation: roop_sp_left 24s linear infinite;
  }

  .imgarea-item.-item03 {
    background-image: url(../img/about/imgarea_03_sp.jpg);
    position: relative;
    width: 100%;
    height: 116px;
    background-repeat: repeat-x;
    background-position: 0 0;
    background-size: auto 100%;
    animation: roop_sp_right 24s linear infinite;
    -webkit-animation: roop_sp_right 24s linear infinite;
  }

  .imgarea-item.-item04 {
    background-image: url(../img/about/imgarea_04_sp.jpg);
    position: relative;
    width: 100%;
    height: 116px;
    background-repeat: repeat-x;
    background-position: 0 0;
    background-size: auto 100%;
    animation: roop_sp_left 24s linear infinite;
    -webkit-animation: roop_sp_left 24s linear infinite;
  }

}

@-webkit-keyframes roop_sp_right {
  from {
    background-position: -696px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes roop_sp_right {
  from {
    background-position: -696px 0;
  }
  to {
    background-position: 0 0;
  }
}


@-webkit-keyframes roop_sp_left {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -522px 0;
  }
}

@keyframes roop_sp_left {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -522px 0;
  }
}


/* staff */

.staff {
  background: #fff;
}

.staff-wrapper {
  padding: 100px 0;
}

.staff-ttl {
  margin-bottom: 80px;
}

.staff-list {
  width: 56%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.staff-list-item {
  margin-bottom: 100px;
}

.staff-list-item.-item08 {
  margin-bottom: 0;
}

.staff-list-item.-item01, .staff-list-item.-item02, .staff-list-item.-item07, .staff-list-item.-item08 {
  width: 100%;
  text-align: center;
}

.staff-list-item.-item03, .staff-list-item.-item04, .staff-list-item.-item05, .staff-list-item.-item06 {
  width: 50%;
}

.staff-list-name {
  height: 27px;
  margin-bottom: 20px;
}

.staff-list-item.-item08 .staff-list-name {
  height: 51px;
}

.staff-list-item.-item04 .staff-list-name, .staff-list-item.-item06 .staff-list-name {
  text-align: right;
}

.staff-list-img {
  margin: 0 auto 20px;
}

.staff-list-item.-item02 .staff-list-img {
  width: 53.571%;
}

.staff-list-item.-item08 .staff-list-img {
  width: 35.714%;
}

.staff-list-item.-item03 .staff-list-btn,  .staff-list-item.-item05 .staff-list-btn {
  margin: 0 auto 0 0;
}

.staff-list-item.-item04 .staff-list-btn,.staff-list-item.-item06 .staff-list-btn {
  margin: 0 0 0 auto;
}


@media screen and (min-width: 769px) {

  .staff-list-item.-item07 .staff-list-name {
    height: 26px;
  }
  
}

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

  .staff-wrapper {
    padding: 16vw 0;
  }
  
  .staff-ttl {
    margin-bottom: 10.666vw;
  }
  
  .staff-list {
    width: 100%;
  }
  
  .staff-list-item {
    margin-bottom: 16vw;
  }
  
  .staff-list-item.-item03, .staff-list-item.-item04, .staff-list-item.-item05, .staff-list-item.-item06 {
    width: 47.826%;
  }
  
  .staff-list-name {
    height: 24px;
    margin-bottom: 3.2vw;
  }

  .staff-list-item.-item08 .staff-list-name {
    height: 45px;
  }
  
  .staff-list-img {
    margin: 0 auto 3.2vw;
  }
  
  .staff-list-item.-item02 .staff-list-img {
    width: 67.536%;
  }
  
  /* .staff-list-item.-item07 .staff-list-img {
    width: 35.714%;
  } */

  .staff-list-item.-item08 .staff-list-img {
    width: 44.347%;
  }

}


/* bg02 */

.bg02 {
  position: relative;
  padding-top: 50%;
  z-index: -1;
}

.bg02-wrapper {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.bg02-img {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url(../img/about/bg_02.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 769px) {

}

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

  .bg02 {
    padding-top: 83.958%;
  }

  .bg02-img {
    background-image: url(../img/about/bg_02_sp.jpg);
  }

}


/* cast */

.cast {
  background-color: #fff;
}

.cast-wrapper {
  padding: 100px 0;
}

.cast-ttl {
  margin-bottom: 80px;
}

.cast-list-item {
  width: 21.961%;
  text-align: center;
  margin: 0 1.83% 100px;
}

.cast-list-item.-item01, .cast-list-item.-item02 {
  width: 33.674%;
  margin: 0 2.928% 100px;
}

.cast-list-img {
  margin-bottom: 20px;
}

.cast-list-name {
  height: 45px;
  margin-bottom: 20px;
}

.cast-list-item.-item01 .cast-list-name, .cast-list-item.-item02 .cast-list-name {
  height: 51px;
}

.cast-list-btn.-readbtn{
}
.cast-list-item.-item02{
}
.cast-list-item.-item03{
}
.cast-list-item.-item04{
}
.cast-list-item.-item05{
}
.cast-list-item.-item06{
}
.cast-list-item.-item07{
}
.cast-list-item.-item08{
}
.cast-list-item.-item09{
}
.cast-list-item.-item10{
}
.cast-list-item.-item11{
}
.cast-list-item.-item12{
}
.cast-list-item.-item13{
}

@media screen and (min-width: 769px) {

  .cast-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

}

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

  .cast-wrapper {
    width: 92%;
    margin: 0 auto;
    padding: 16vw 0;
  }
  
  .cast-ttl {
    margin-bottom: 10.666vw;
  }

  
  .cast-list-item {
    width: 67.536%;
    margin: 0 auto 16vw;
  }
  
  .cast-list-item.-item01, .cast-list-item.-item02 {
    width: 100%;
    margin: 0 auto 16vw;
  }
  
  .cast-list-img {
    margin-bottom: 20px;
  }
  
  .cast-list-name {
    height: 41px;
    margin-bottom: 3.2vw;
  }
  
  .cast-list-item.-item01 .cast-list-name, .cast-list-item.-item02 .cast-list-name {
    height: 46px;
  }

}


/* bg03 */

.bg03 {
  position: relative;
  padding-top: 50%;
  z-index: -1;
  background-color: #EA6DA4;
}

.bg03-wrapper {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.bg03-img {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url(../img/about/bg_03.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

@media screen and (min-width: 769px) {
}

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

  .bg03 {
    padding-top: 83.958%;
  }

  .bg03-img {
    background-image: url(../img/about/bg_03_sp.jpg);
    background-position: center center;
  }

}
