@charset "UTF-8";

.-wrapper {
  margin: 0 auto;
  padding: 120px 0;
}

.-ttl {
  font-size: 36px;
  font-weight: 500;
  font-family: 'Jost', sans-serif;
  letter-spacing: 0.02em;
  line-height: 1.4;
  text-align: center;
  color: #C3A75F;
  padding-bottom: 40px;
}

.-copy {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  color: #657F9A;
  padding-bottom: 24px;
}

.-sentence {
  width: 80%;
  margin: 0 auto;
  line-height: 1.875;
}

br.forSp {
  display: none;
}

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

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

}

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

  .-wrapper {
    padding: 17.066vw 0;
  }
  
  .-ttl {
    font-size: 28px;
    padding-bottom: 8.533vw;
  }
  
  .-copy {
    font-size: 18px;
    line-height: 1.388;
    padding-bottom: 6.4vw;
  }

  .-copy .-item01 {
    display: block;
    padding-bottom: 2.133vw;
  }

  .-copy .-item02 {
    display: block;
  }
  
  .-sentence {
    width: 92%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.714;
  }

  br.forSp {
    display: inline;
  }

}


/* ttl */

.ttl {
  position: relative;
  height: 45vw;
  z-index: 0;
}
.ttl::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(../img/about/about_bg_pc.jpg) center no-repeat;
  background-size: cover;
  z-index: 0;
}

.ttl-copy {
  position: absolute;
  top: 4.685vw;
  left: 13.396vw;
  width: 3.66%;
}

.ttl-about {
  color: #fff;
  font-size: 60px;
  font-weight: 500;
  font-family: 'Jost', sans-serif;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: center;
  position: absolute;
  bottom: -10px;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 2;
}

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

}

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

  .ttl {
    height: 135vw;
  }
  .ttl::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url(../img/about/about_bg_sp.jpg) center no-repeat;
    background-size: cover;
    z-index: 0;
  }
  .ttl-copy {
    top: 6.4vw;
    left: 4vw;
    width: 9.066%;
  }
  .ttl-about {
    font-size: 35px;
    bottom: -6px;
  }

}



/* intro */

.intro{
  position: relative;
  background-color: #fff;
  z-index: 1;
}
/* .intro-wrappper{
}
.intro-ttl{
}

.intro-txt{
} */

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

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

}


/* story */

.story {
  position: relative;
  z-index: 1;
  background-color: #F5F8FA;
}
/* .story-wrappper{
}
.story-ttl{
}
.story-copy{
}
.story-txt{
} */

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

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


/* photoset */
.photoset {
  position: relative;
  margin: 0;
  overflow: hidden;
  z-index: 2;
}
.photoset1 .photoset_img {
  background: url("../img/about/photoset1_pc.jpg");
  -webkit-background-size: auto 26.35vw;
  background-size: auto 26.35vw;
  background-repeat: repeat-x;
  animation: bgscroll-1 50s linear infinite;
  height: 26.35vw;
  width: 110%;
}
.photoset2 .photoset_img {
  background: url("../img/about/photoset2_pc.jpg");
  -webkit-background-size: auto 25.18vw;
  background-size: auto 25.18vw;
  background-repeat: repeat-x;
  animation: bgscroll-2 50s linear infinite;
  height: 25.18vw;
  width: 110%;
  border-bottom: 2px solid #F5F8FA;
}
@-webkit-keyframes bgscroll-1 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100vw 0;
  }
}
@keyframes bgscroll-1 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100vw 0;
  }
}

@-webkit-keyframes bgscroll-2 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -100vw 0;
  }
}
@keyframes bgscroll-2 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -100vw 0;
  }
}

@-webkit-keyframes bgscroll-1s {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 136.5vw 0;
  }
}
@keyframes bgscroll-1s {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 136.5vw 0;
  }
}

@-webkit-keyframes bgscroll-2s {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -136.5vw 0;
  }
}
@keyframes bgscroll-2s {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -136.5vw 0;
  }
}

@media screen and (max-width: 768px) {
  .photoset1 .photoset_img {
    background: url("../img/about/photoset1_sp.jpg");
    -webkit-background-size: auto 108.26vw;
    background-size: auto 108.26vw;
    background-repeat: repeat-x;
    animation: bgscroll-1s 18s linear infinite;
    height: 108.26vw;
    width: 136.5vw;
    border-bottom: 2px solid #fff;
  }
  .photoset2 .photoset_img {
    background: url("../img/about/photoset2_sp.jpg");
    -webkit-background-size: auto 108.26vw;
    background-size: auto 108.26vw;
    background-repeat: repeat-x;
    animation: bgscroll-2s 18s linear infinite;
    height: 108.26vw;
    width: 136.5vw;
    border-bottom: 2px solid #F5F8FA;
  }
}


/* staff */

.staff{
  position: relative;
  background-color: #fff;
  z-index: 1;
}
.staff-wrappper {
  padding-bottom: 40px;
}

.staff-ttl {
  padding-bottom: 48px;
}

.staff-headline {
  color: #C3A75F;
  font-size: 28px;
  font-weight: 500;
  font-family: 'Jost', sans-serif;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-align: center;
  padding-bottom: 24px;
}
.staff-list {
  width: 88%;
  margin: 0 auto;
}
.staff-list.centering {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.staff-list.between {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.staff-list-item {
  margin-bottom: 80px;
}
.centering .staff-list-item {
  margin: 0 3% 80px;
}

.staff-list-name {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.25;
  text-align: center;
  color: #657F9A;
  padding-bottom: .35em;
}

.staff-list-name-en {
  font-size: 24px;
  font-weight: 400;
  font-family: 'Jost', sans-serif;
  line-height: 1em;
  text-align: center;
  color: #657F9A;
}

.staff-list-name-small {
  font-size: 24px;
}

.staff-list-role {
  font-style: italic;
  text-align: center;
  padding-bottom: 32px;
}

.staff-list-role-name {
  font-size: 18px;
  line-height: 1.6;
  color: #657F9A;
  padding-bottom: 10px;
}

.staff-list-role-txt {
  font-size: 16px;
  line-height: 1.875;
}

.staff-list-history {
  padding-bottom: 32px;
}

/* .staff-list-comment{
} */
.staff-list-comment-ttl {
  font-size: 24px;
  font-family: 'Jost', sans-serif;
  letter-spacing: 0.02em;
  line-height: 1.45;
  text-align: center;
  padding-bottom: 8px;
}
/* .staff-list-comment-txt{
}
.staff-list-name-small{
} */

.staff_btn_read {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 40px;
  margin: 20px auto 0;
  font-family: 'Jost', sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #657F9A;
  border: 1px solid #657F9A;
  background-color: #fff;
  overflow: hidden;
  transition: .25s;
}
.staff_btn_read:hover {
  color: #fff;
  background-color: #657F9A;
}
.staff_btn_read::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right,rgba(255,255,255,0)0%, rgba(255,255,255,0.3)100%);
  transform: skewX(-25deg);
  -webkit-transform: skewX(-25deg);
  -moz-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  -o-transform: skewX(-25deg);
}

.staff_btn_read:hover::before {
  animation: shine 0.5s;
  -webkit-animation: shine 0.5s;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

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

  .staff-list.-last {
    width: 100%;
  }

}

@media screen and (max-width: 1040px) {
  .staff-list {
    width: 100%;
    margin: 0 auto;
  }
  .staff-list-name {
    font-size: 24px;
    line-height: 1.33;
  }
  
  .staff-list-name-en {
    font-size: 20px;
  }

  .staff-list-name-small {
    font-size: 20px;
    line-height: 1.6;
  }
  
  .staff-list-role {
    padding-bottom: 6.4vw;
  }
  
  .staff-list-role-name {
    font-size: 16px;
    line-height: 1.5;
    padding-bottom: 1.6vw;
  }

  .staff-list-role-txt {
    font-size: 14px;
    line-height: 1.714;
  }
  .staff_btn_read {
    margin: .5em auto 0;
  }
}

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

  .staff-wrappper {
    padding-bottom: 16vw;
  }
  
  .staff-ttl {
    padding-bottom: 12.8vw;
  }
  
  .staff-headline {
    font-size: 24px;
    padding-bottom: 4.266vw;
  }

  .staff-list.between {
    justify-content: center;
  }
  
  .staff-list-item {
    width: 100%;
    margin-bottom: 12vw;
  }
  .centering .staff-list-item {
    margin: 0 0 12vw;
  }
  .staff-list-item.finish {
    margin-bottom: 0;
  }  
  .staff-list-name {
    font-size: 24px;
    line-height: 1.33;
    padding-bottom: 2vw;
  }
  
  .staff-list-name-en {
    font-size: 20px;
  }

  .staff-list-name-small {
    font-size: 20px;
    line-height: 1.6;
  }
  
  .staff-list-role {
    padding-bottom: 6.4vw;
  }
  
  .staff-list-role-name {
    font-size: 16px;
    line-height: 1.5;
    padding-bottom: 1.6vw;
  }

  .staff-list-role-txt {
    font-size: 14px;
    line-height: 1.714;
  }
  
  .staff-list-history {
    padding-bottom: 8.533vw;
  }
  
  /* .staff-list-comment{
  } */

  .staff-list-comment-ttl {
    font-size: 20px;
    padding-bottom: 2.133vw;
  }

  /* .staff-list-comment-txt{
  }
  .staff-list-name-small{
  } */

}

.cast_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cast_wrap.centering {
  justify-content: center;
}
.cast_wrap.finish {
  margin-bottom: 5%;
}
.cast_item {
  width: 30.8%;
  margin: 0 0 8%;
}
.centering .cast_item {
  margin: 0 2% 8%;
}
.cast_item.large {
  width: 48%;
}
.cast_photo_set {
  position: relative;
  margin: 0 0 20px;
  overflow: hidden;
}
.cast_photo {
  transition: .5s;
}
.cast_item:hover .cast_photo {
  transform: scale(1.1);
}
.cast_photo_icon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 46px;
  height: 46px;
  transition: .3s;
}
.cast_photo_icon svg{
  display: block;
  width: 100%;
  height: 100%;
}
.cast_photo_icon svg{
  fill:#aaa;
  transition: fill .3s;
}
.cast_photo_icon svg use {
  display: block;
  width: 100%;
  height: auto;
  transition: fill .3s;
}
.cast_photo_icon svg use.base {
  fill: #657F9A;
  stroke: #657F9A;
}
.cast_item:hover .cast_photo_icon svg use.base {
  fill:#fff;
}
.cast_photo_icon svg use.plus {
  fill: #fff;
}
.cast_item:hover .cast_photo_icon svg use.plus {
  fill:#657F9A;
}

@media screen and (max-width: 1040px) {
  .cast_photo_set {
    margin: 0 0 1.5vw;
  }
  .cast_photo_icon {
    width: 36px;
    height: 36px;
  }
}

@media screen and (max-width: 768px) {
  .cast_wrap {
    width: 92%;
    margin: 0 auto;
  }
  .cast_item {
    width: 100%;
    margin: 0 0 8vw;
  }
  .centering .cast_item {
    margin: 0 0 8vw;
  }
  .cast_item.large {
    width: 100%;
  }
}


/* last */

.last {
  position: relative;
  z-index: 1;
  background-color: #F5F8FA;
}

/* .last-wrappper {
} */

.last-ttl {
  width: 54%;
  margin: 0 auto 32px;
}

.last-roadshow {
  width: 13%;
  margin: 0 auto 40px;
}

.last-billing {
  width: 62.8%;
  margin: 0 auto 72px;
}

.last-btn {
  /* display: block;
  font-size: 28px;
  font-weight: 500;
  font-family: 'Jost', sans-serif;
  line-height: 1.464;
  text-align: center;
  color: #D3B467;
  padding: 11px 0 8px;
  width: 36%;
  margin: 0 auto;
  border: 2px solid #D3B467; */
}

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

  /* .last-btn {
    letter-spacing: 0.02em;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
  }

  .last-btn:hover {
    background-color: #D3B467;
    color: #fff;
  } */

}

@media screen and (max-width: 768px) {
  
  .last-wrappper {
    width: 92%;
    padding: 21.333vw 0;
  }
  
  .last-ttl {
    width: 94.202%;
    margin: 0 auto 6.4vw;
  }
  
  .last-roadshow {
    width: 23.73%;
    margin: 0 auto 8.533vw;
  }
  
  .last-billing {
    width: 100%;
    margin: 0 auto 14.933vw;
  }
  
  .last-btn {
    /* font-size: 24px;
    line-height: 1.458;
    padding: 12px 0 9px; */
    width: 99.71%;
  }

}

footer {
  position: relative;
  z-index: 1;
}

.svg_symbol {
  display: none;
}

.modalWrap {
  display: none;
  z-index: 2;
}

.modal {
  padding: 8%;
  /* background-color: #fff; */
}
.modal_photo {
  width: 58%;
  margin: 0 auto 1em;
}
.modal .-sentence {
  width: 100%;
}
.modal_name {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.modal_name_ja {
  margin: 0 .5em 0 0;
}
.modal_chara_name {
  margin: 2em 0 .5em;
  font-size: 18px;
  font-style: oblique;
  color: #657F9A;
  text-align: center;
}
.modal_chara_outline {
  text-align: center;
  font-style: oblique;
}
.modal_profile {
  margin: 2em 0 0;
}
.modal_comment_title {
  margin: 2em 0 0;
  font-family: 'Jost', sans-serif;
  font-size: 24px;
  text-align: center;
}
.mocal_comment_text {
  margin: 1em 0 0;
}

.profModal #cboxLoadedContent {
  background-color: #fff;
}
.profModal #cboxClose {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	background: url(../../common/img/icon_close.svg) center no-repeat;
	background-size: 100% auto;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	transition: 0.2s all;
	z-index: 200;
}

@media screen and (max-width: 768px) {
  .profModal #cboxLoadedContent {
    width: calc(100% - 8vw);
    height: calc(100vh - 8vw);
    margin: 4vw;
    box-sizing: border-box;
    background-color: transparent;
  }
  .profModal #cboxClose {
    top: 4vw;
    right: 4vw;
    width: 40px;
    height: 40px;
  }
  .modal {
    min-height: calc(100vh - 8vw);
    padding: 4vw;
    background-color: #fff;
  }
  .modal_photo {
    width: 100%;
    margin: 0 auto 1em;
  }
  .modal_name_ja,
  .modal_name_en {
    width: 100%;
    margin: 0;
    padding: 0 0 1vw;
  }
}