@charset "UTF-8";
/*====================================================================

	KING & QUEEN共通

====================================================================*/
.section_next_creator .justify p {
  text-align: justify;
  text-justify: inter-ideograph; /*IE*/
}

/* PC小*/
/* for pc(mini) max-width: 1400px */
/* タブレット以下 */
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
/* for SP max-width: 800px */
/*===============================================================

	タイトル

===============================================================*/
.section_next_creator .main_title {
  position: relative;
  width: 100%;
  background: url("../images/next_creator/main_title_bg.svg") no-repeat center;
  background-size: cover;
  overflow: hidden;
}

.section_next_creator .main_title:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 7px;
  left: 0;
  bottom: 0;
  background: url(../images/next_creator/main_title_bottom.png) repeat-x center bottom;
  background-size: auto 7px;
  z-index: 20;
}

.section_next_creator .main_title .content_width {
  position: relative;
  width: 1100px;
  /*padding: 70px 0 40px;
  margin: 0 auto;*/
  padding: 30px 0;
}

.is-loaded .logo_anime {
  animation: logoAnime 0.5s ease-in-out 0.1s forwards;
}

@keyframes logoAnime {
  from {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.is-loaded .flag_anime {
  animation: flagAnime 0.5s ease-in-out 0.1s forwards;
}

@keyframes flagAnime {
  from {
    opacity: 0;
    transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.section_next_creator .main_title .flag {
  position: absolute;
  top: -7.9734219269%;
  left: -10.4%;
  width: 32%;
}

.section_next_creator .main_title .lead {
  position: relative;
  color: #fff;
  font-size: 22px;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
  opacity: 0;
  margin: 30px 0 30px;
  z-index: 50;
}

.is-loaded .section_next_creator .main_title .lead {
  visibility: visible;
  animation: leadAnime 0.5s ease-in-out 0.1s forwards;
}

@keyframes leadAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.section_next_creator .main_title .caption {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0;
  text-align: center;
  opacity: 0;
  margin: 30px 0 30px;
  z-index: 50;
  display: block;
  font-weight: normal;
}

.is-loaded .section_next_creator .main_title .caption {
  visibility: visible;
  animation: captionAnime 0.25s ease-in-out 0.35s forwards;
}

@keyframes captionAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.section_next_creator .main_title .student {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section_next_creator .main_title .student li {
  position: absolute;
  visibility: hidden;
}

.section_next_creator .main_title li.student01 {
  top: 50.8%;
  left: 9.2%;
  width: 16.418182%;
  z-index: 2;
}

.student01_anime {
  opacity: 0;
}

.is-loaded .student01_anime {
  visibility: visible;
  animation: student01Anime 0.5s ease-in-out 0.1s forwards;
}

@keyframes student01Anime {
  from {
    opacity: 0;
    transform: translateX(-10%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.section_next_creator .main_title li.student02 {
  top: 50.928571%;
  left: 19.880374%;
  width: 11.28972%;
}

.student02_anime {
  opacity: 0;
}

.is-loaded .student02_anime {
  visibility: visible;
  animation: student02Anime 0.425s ease-in-out 0.175s forwards;
}

@keyframes student02Anime {
  from {
    opacity: 0;
    transform: translateX(-5%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.section_next_creator .main_title li.student03 {
  top: 47.577922%;
  right: 15.775701%;
  width: 15.453271%;
}

.student03_anime {
  opacity: 0;
}

.is-loaded .student03_anime {
  visibility: visible;
  animation: student03Anime 0.35s ease-in-out 0.25s forwards;
}

@keyframes student03Anime {
  from {
    opacity: 0;
    transform: translateX(10%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.section_next_creator .main_title li.student04 {
  top: 48.406494%;
  right: 7%;
  width: 11.106542%;
}

.student04_anime {
  opacity: 0;
}

.is-loaded .student04_anime {
  visibility: visible;
  animation: student04Anime 0.275s ease-in-out 0.325s forwards;
}

@keyframes student04Anime {
  from {
    opacity: 0;
    transform: translateX(5%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.section_next_creator .main_title li.student05 {
  top: 40.2597402597%;
  right: 6.1818181818%;
  width: 15.3636363636%;
  z-index: 40;
}

.student05_anime {
  opacity: 0;
}

.is-loaded .student05_anime {
  visibility: visible;
  animation: student05Anime 0.2s ease-in-out 0.4s forwards;
}

@keyframes student05Anime {
  from {
    opacity: 0;
    transform: translateX(2.5%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* flag effect */
.inviewfadeInDown {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  transform: translate(0, -60px);
  -webkit-transform: translate(0, -60px);
  transition: 0.8s;
}

.fadeInDown {
  filter: alpha(opacity=100);
  -moz-opacity: 1 !important;
  opacity: 1 !important;
  transform: translate(0, 0) !important;
  -webkit-transform: translate(0, 0) !important;
}

/* PC小*/
/* for pc(mini) max-width: 1400px */
/* タブレット以下 */
@media screen and (max-width: 1070px) {
  .section_next_creator .main_title .content_width {
    width: 100%;
    padding: 3vw 0;
    margin: 0 auto;
  }
  .section_next_creator .main_title .lead {
    font-size: 2.2vw;
    margin: 2vw 0 2vw;
  }
  .section_next_creator .main_title .caption {
    font-size: 1.4vw;
  }
  .section_next_creator .main_title li.student01 {
    top: 48%;
    left: 8.1%;
    width: 17.418182%;
  }
  .section_next_creator .main_title li.student02 {
    top: 54.928571%;
    left: 19.280374%;
    width: 12.28972%;
  }
  .section_next_creator .main_title li.student03 {
    top: 52.577922%;
    right: 14.775701%;
    width: 15.453271%;
  }
  .section_next_creator .main_title li.student04 {
    top: 46.006494%;
    right: 4%;
    width: 12.906542%;
  }
} /* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .section_next_creator .main_title {
    background: url("../images/next_creator/main_title_bg.svg") no-repeat center top #00A196;
    background-size: 100% auto;
  }
  .section_next_creator .main_title .content_width {
    padding: 5vw 0;
  }
  .section_next_creator .main_title .lead {
    font-size: 4.6vw;
    margin: 6vw 0 4vw;
  }
  .section_next_creator .main_title .caption {
    font-size: 3.4vw;
    margin: 3vw auto 8vw;
  }
  .section_next_creator .main_title .student {
    position: relative;
    height: 40.8vw;
    /*background: rgba(255, 0, 0, .5);*/
  }
  .section_next_creator .main_title li.student01 {
    top: 0.6535947712%;
    left: 26.266667%;
    width: 32.466667%;
    z-index: 10;
  }
  .section_next_creator .main_title li.student02 {
    top: -14.0326797386%;
    left: -0.2%;
    width: 23.2%;
  }
  .section_next_creator .main_title li.student03 {
    top: -20.228758%;
    right: -3.666667%;
    width: 30.066667%;
  }
  .section_next_creator .main_title li.student04 {
    top: -0.993464%;
    right: 27%;
    width: 20.4%;
  }
} /* for SP max-width: 800px */
/*===============================================================

	スライダーやめました

===============================================================*/
.next_creator {
  padding-bottom: 50px;
}

.next_creator .nav_wrapper {
  position: relative;
  width: 1070px;
  margin: 30px auto;
}

.next_creator .nav_wrapper .nav_select {
  position: absolute;
  bottom: -14px;
  width: 50%;
  height: 15px;
  transition: 0.3s ease-in-out;
}

.next_creator .nav_wrapper .nav_select.king {
  left: 0;
}

.next_creator .nav_wrapper .nav_select.queen {
  left: 50%;
}

.next_creator .nav_wrapper .nav_arw {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 10px 0 10px;
  border-color: #be0081 transparent transparent transparent;
  margin: 0 auto;
  transition: 0.2s;
  z-index: -1;
}

.next_creator .nav_list {
  display: flex;
  flex-wrap: wrap;
}

.next_creator .nav_list li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  flex-basis: 50%;
}

.next_creator .nav_list li:last-child {
  border-left: 1px solid #fff;
}

.next_creator .nav_list li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  font-family: "open-sans-condensed-bold", sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 1;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  background: #182987;
  padding: 20px 0;
  transition: 0.2s;
}

.next_creator .nav_list li a:hover {
  text-decoration: none;
  background: #be0081;
}

.next_creator .nav_list li.current a {
  background: #be0081;
}

/* PC小*/
/* for pc(mini) max-width: 1400px */
/* タブレット以下 */
@media screen and (max-width: 1070px) {
  .next_creator .nav_slider {
    width: 100%;
    margin: 0;
  }
  .next_creator .nav_slider li {
    width: 14.2857142857%;
  }
  .next_creator .nav_slider li a {
    font-size: 2vw;
    padding: 10px 0;
  }
} /* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .next_creator {
    min-width: 100%;
    padding-bottom: 30px;
  }
  /* Navigation */
  .next_creator .nav_wrapper {
    width: 100%;
    margin: 4vw 0;
  }
  .next_creator .nav_wrapper .nav_select {
    bottom: -2.8vw;
    height: 3vw;
  }
  .next_creator .nav_wrapper .nav_arw {
    border-width: 3vw 2vw 0 2vw;
  }
  .next_creator .nav_list li a {
    font-size: 4vw;
    padding: 4vw 0;
  }
} /* for SP max-width: 800px */
/* メインスライダー */
.next_creator .main_wrapper {
  position: relative;
  margin-top: 30px;
}

.next_creator .next_creator_list li {
  position: relative;
  overflow: hidden;
  background-size: 200px auto;
}

.next_creator .next_creator_list li .frame {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-width: 20px;
  border-style: solid;
  opacity: 0;
  transition: 0.3s;
  z-index: 2;
}

.next_creator .next_creator_list li .photo {
  position: relative;
  height: 1000px;
  z-index: 1;
}

/* 共通 */
.next_creator .next_creator_list li .frame {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-width: 20px;
  border-style: solid;
  opacity: 0;
  transition: 0.3s;
  z-index: 2;
}

.next_creator .next_creator_list li .information {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  width: 25%;
  min-width: 400px;
  height: 960px; /* .photo - 40px; */
  opacity: 0;
  padding-right: 20px;
  z-index: 10;
}

.next_creator .next_creator_list li .information .information_inner {
  position: relative;
  /*background: #f00;*/
}

.next_creator .next_creator_list li .information .flag {
  width: 95%;
  margin: 15px 0 20px;
}

.next_creator .next_creator_list li .award {
  position: relative;
  opacity: 0;
}

.next_creator .next_creator_list li .award img {
  display: inline-block;
  width: 100%;
  height: auto;
}

.next_creator .next_creator_list li .information .name_wrp,
.next_creator .next_creator_list li .information .majo_wrp {
  background: #fff;
  border-radius: 5px;
  opacity: 0;
  padding: 10px;
  margin-top: 15px;
}

.next_creator .next_creator_list li .information .name_wrp .tag,
.next_creator .next_creator_list li .information .majo_wrp .tag {
  display: inline-block;
  font-family: "open-sans-condensed-bold", sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  font-style: italic;
  letter-spacing: 0;
}

.next_creator .next_creator_list li .information .name_wrp .name,
.next_creator .next_creator_list li .information .majo_wrp .name {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
}

.next_creator .next_creator_list li .information .majo_wrp .name.small {
  font-size: 15px;
  letter-spacing: 0;
}

.next_creator .next_creator_list li .information .name_wrp .name .honor {
  font-size: 14px;
}

.next_creator .next_creator_list li .info_head {
  opacity: 0;
  margin-top: 15px;
}

.next_creator .next_creator_list li .info_head .title {
  display: inline;
  color: #fff;
  font-size: 18px;
  line-height: 1.66;
  font-weight: bold;
  border-bottom: 2px dotted #fff;
}

.next_creator .next_creator_list li .info_body {
  opacity: 0;
  margin-top: 15px;
}

.next_creator .next_creator_list li .info_body p {
  color: #fff;
  font-size: 16px;
  line-height: 1.42;
}

/* next_creator_01 */
.next_creator .next_creator_list li.next_creator_01 {
  background: rgba(238, 123, 96, 0.8); /* #601986 */
}

.next_creator .next_creator_list li.next_creator_01 .frame {
  border-color: rgba(238, 123, 96, 0.8); /* #601986 */
}

.next_creator .next_creator_list li.next_creator_01 .information {
  top: 20px;
  right: 20px;
  padding-right: 0;
  padding-left: 20px;
  background: rgba(238, 123, 96, 0.8); /* #601986 */
}

.next_creator .next_creator_list li.next_creator_01 .information .name_wrp .tag,
.next_creator .next_creator_list li.next_creator_01 .information .majo_wrp .tag {
  color: #E60012;
}

/* next_creator_02 */
.next_creator .next_creator_list li.next_creator_02 {
  background: rgba(0, 161, 150, 0.7); /* #00A196 */
}

.next_creator .next_creator_list li.next_creator_02 .frame {
  border-color: rgba(0, 161, 150, 0.7); /* #00A196 */
}

.next_creator .next_creator_list li.next_creator_02 .information {
  top: 20px;
  left: 20px;
  background: rgba(0, 161, 150, 0.7); /* #00A196 */
}

.next_creator .next_creator_list li.next_creator_02 .award {
  width: 92.6470588235%;
}

.next_creator .next_creator_list li.next_creator_02 .information .name_wrp .tag,
.next_creator .next_creator_list li.next_creator_02 .information .majo_wrp .tag {
  color: #00A196;
}

/* next_creator_03 */
.next_creator .next_creator_list li.next_creator_03 {
  background: rgba(0, 160, 233, 0.8); /* #00A0E9 */
}

.next_creator .next_creator_list li.next_creator_03 .frame {
  border-color: rgba(0, 160, 233, 0.8); /* #00A0E9 */
}

.next_creator .next_creator_list li.next_creator_03 .information {
  top: 20px;
  right: 20px;
  padding-right: 0;
  padding-left: 20px;
  background: rgba(0, 160, 233, 0.8); /* #ffd900 */
}

.next_creator .next_creator_list li.next_creator_03 .award {
  width: 92.0588235294%;
}

.next_creator .next_creator_list li.next_creator_03 .information .name_wrp .tag,
.next_creator .next_creator_list li.next_creator_03 .information .majo_wrp .tag {
  color: #00A0E9;
}

/* next_creator_04 */
.next_creator .next_creator_list li.next_creator_04 {
  background: rgba(156, 1, 131, 0.6); /* #c5a4cc */
}

.next_creator .next_creator_list li.next_creator_04 .frame {
  border-color: rgba(156, 1, 131, 0.6); /* # 	 */
}

.next_creator .next_creator_list li.next_creator_04 .information {
  top: 20px;
  left: 20px;
  background: rgba(156, 1, 131, 0.6); /* #c5a4cc */
}

.next_creator .next_creator_list li.next_creator_04 .award {
  width: 80.2941176471%;
}

.next_creator .next_creator_list li.next_creator_04 .information .name_wrp .tag,
.next_creator .next_creator_list li.next_creator_04 .information .majo_wrp .tag {
  color: #9C0183;
}

.next_creator .next_creator_list li.next_creator_01 .information .majo_wrp .work,
.next_creator .next_creator_list li.next_creator_02 .information .majo_wrp .work,
.next_creator .next_creator_list li.next_creator_03 .information .majo_wrp .work,
.next_creator .next_creator_list li.next_creator_04 .information .majo_wrp .work {
  color: #9D8308;
}

/* Animation */
.next_creator .main_slider li.slick-active .lead,
.next_creator .main_slider li.slick-active .information .flag,
.next_creator .main_slider li.slick-active .award,
.next_creator .main_slider li.slick-active .information .name_wrp,
.next_creator .main_slider li.slick-active .information .majo_wrp,
.next_creator .main_slider li.slick-active .info_head,
.next_creator .main_slider li.slick-active .info_body {
  animation: fadeInUp 1s ease-in-out 0.5s forwards;
}

/* controller */
.next_creator .main_wrapper .controller .next,
.next_creator .main_wrapper .controller .prev {
  position: absolute;
  top: 50%;
  width: 37px;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.2s;
}

.next_creator .main_wrapper .controller .next:hover,
.next_creator .main_wrapper .controller .prev:hover {
  opacity: 0.8;
}

.next_creator .main_wrapper .controller .next {
  right: 0;
}

.next_creator .main_wrapper .controller .next img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.next_creator .main_wrapper .controller .prev {
  left: 0;
}

/* PC小*/
/* for pc(mini) max-width: 1400px */
/* タブレット以下 */
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .next_creator .next_creator_list li .frame {
    display: none;
  }
  .next_creator .next_creator_list li .photo {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 2vw 2vw 0;
    z-index: 0;
  }
  .next_creator .next_creator_list li .photo img {
    width: 100%;
    height: auto;
  }
  /* 共通 */
  .next_creator .next_creator_list li .information {
    position: static;
    width: 100%;
    min-width: 100%;
    height: auto;
    padding: 30px 15px;
    z-index: 30;
  }
  .next_creator .next_creator_list li .information .flag {
    width: 85%;
    top: auto;
    bottom: 100%;
    left: 0;
    right: auto;
    margin: 0;
  }
  .next_creator .next_creator_list li .award {
    /*width: 90.133333333333333vw;*/
    height: auto;
    /*height: 9.066666666666667vw;*/
  }
  .next_creator .next_creator_list li .award img {
    width: 100%;
    height: auto;
  }
  .next_creator .next_creator_list li .information .name_wrp,
  .next_creator .next_creator_list li .information .majo_wrp {
    padding: 2vw;
    margin-top: 4vw;
  }
  .next_creator .next_creator_list li .information .name_wrp .tag,
  .next_creator .next_creator_list li .information .majo_wrp .tag {
    font-size: 3.5vw;
  }
  .next_creator .next_creator_list li .information .name_wrp .name,
  .next_creator .next_creator_list li .information .majo_wrp .name {
    font-size: 3.8vw;
  }
  .next_creator .next_creator_list li .information .majo_wrp .name.small {
    font-size: 3.4vw;
  }
  .next_creator .next_creator_list li .information .name_wrp .name .honor {
    font-size: 3.2vw;
  }
  .next_creator .next_creator_list li .info_head {
    margin-top: 4vw;
  }
  .next_creator .next_creator_list li .info_head .title {
    font-size: 3.5vw;
  }
  .next_creator .next_creator_list li .info_body {
    margin-top: 3vw;
  }
  .next_creator .next_creator_list li .info_body p {
    font-size: 3.5vw;
  }
  /* next_creator_01 */
  .next_creator .next_creator_list li.next_creator_01 .information {
    top: 0;
    right: 0;
    padding-right: 15px;
    padding-left: 15px;
  }
  /* next_creator_02 */
  .next_creator .next_creator_list li.next_creator_02 .information {
    top: 0;
    left: 0;
  }
  /* next_creator_03 */
  .next_creator .next_creator_list li.next_creator_03 .information {
    top: 0;
    right: 0;
    background: transparent;
    padding-right: 15px;
    padding-left: 15px;
  }
  /* next_creator_04 */
  .next_creator .next_creator_list li.next_creator_04 .information {
    top: 0;
    left: 0;
    background: transparent;
  }
} /* for SP max-width: 800px */
/*===============================================================

	Plugin

===============================================================*/
.ofi {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center center;
  font-family: "object-fit: cover; object-position: center center;";
}

.ofi.right {
  object-position: center right;
  font-family: "object-fit: cover; object-position: center right;";
}

.ofi.left {
  object-position: center left;
  font-family: "object-fit: cover; object-position: center left;";
}

.ofi.top {
  object-position: top center;
  font-family: "object-fit: cover; object-position: top center;";
}

.ofi.bottom {
  object-position: bottom center;
  font-family: "object-fit: cover; object-position: bottom center;";
}

/* PC小*/
/* for pc(mini) max-width: 1400px */
/* タブレット以下 */
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .ofi {
    width: 100% !important;
    height: auto !important;
    object-fit: cover;
    object-position: center center;
    font-family: "object-fit: cover; object-position: center center;";
  }
} /* for SP max-width: 800px */
/*===============================================================

	新フレーム適用

===============================================================*/
@media screen and (min-width: 801px) and (max-width: 1220px) {
  .next_creator .nav_wrapper {
    width: 100%;
  }
} /* (min-width:801px) and (max-width: 1220px) */
/*===============================================================

	content_flex
	250313/SCSS追加

===============================================================*/
.content_flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.content_flex .title {
  width: 30%;
  margin: auto;
}
.content_flex .student_img {
  width: 38%;
  margin-left: 50px;
  display: none;
}
@media screen and (max-width: 800px) {
  .content_flex .title {
    width: 55%;
  }
  .content_flex .student_img {
    width: 90%;
    margin-left: 0;
    margin-top: 8vw;
  }
}

/*===============================================================
	information
===============================================================*/
.information {
  /*===============================================================
  	next_creator_work
  ===============================================================*/
}
.information .information_inner {
  overflow: scroll;
}
.information .next_creator_icon {
  position: absolute;
  bottom: -5%;
  width: 17%;
  left: 47%;
}
.information .next_creator_work {
  margin-top: 20px;
}
.information .next_creator_work .photo_block {
  width: 100%;
  margin-top: 20px;
}
.information .next_creator_work .txt_block {
  background: url("../images/next_creator/work_bg.svg") no-repeat;
}
@media screen and (max-width: 800px) {
  .information .next_creator_work .photo_block {
    width: 90%;
    margin-top: 10px;
    margin: 5vw auto 0;
  }
}/*# sourceMappingURL=next_creator.css.map */