@charset "UTF-8";
#page {
  background-image: url(../../../img/4th/back2.jpg);
  width: 100%;
}

body {
  margin: 0;
  font-family: 'Sawarabi Gothic', sans-serif;
  width: 100%;
}

.main-border {
  border: solid 2px #FCC332;
}

.wrapper {
  width: auto;
  margin: 0 auto;
  background-image: url(../../../img/4th/back2.jpg);
  position: relative;
  z-index: 2;
}

.top_kv_wrapper {
  position: relative;
  width: auto;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 1200px) {
  .top_kv_wrapper {
    flex-wrap: wrap;
  }
}

.dummy {
  width: 330px;
  height: 0px;
}
@media screen and (max-width: 1400px) {
  .dummy {
    height: 100px;
  }
}

.kigyou {
  position: absolute;
  bottom: 0;
  right: 250px;
  width: 250px;
  height: 250px;
}

.top_kv_container {
  width: 1165px;
  height: calc(100vw - 800px);
  margin-top: -160px;
  background-image: url(../../../img/4th/KV/pc.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  align-self: flex-start;
}
@media screen and (max-width: 1200px) {
  .top_kv_container {
    margin-top: 0px;
    height: 700px;
  }
}

.banner_wrapper {
  margin-top: -160px;
  width: 700px;
}
@media screen and (max-width: 1200px) {
  .banner_wrapper {
    margin-top: 50px;
    height: 700px;
  }
}
@media screen and (max-width: 700px) {
  .banner_wrapper {
    margin-top: 50px;
    height: 600px;
  }
}

.banner_area_container {
  width: 330px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1200px) {
  .banner_area_container {
    margin: 0 auto 100px;
  }
}

.banner_area {
  width: 100%;
  height: 135px;
  margin: 0 auto;
  padding-top: 5px;
}
.banner_area img {
  width: 260px;
  height: 130px;
  -moz-transition: -moz-transform 0.2s linear;
  -webkit-transition: -webkit-transform 0.2s linear;
  -o-transition: -o-transform 0.2s linear;
  -ms-transition: -ms-transform 0.2s linear;
  transition: transform 0.2s linear;
  -webkit-transform: scale(0.86);
  -moz-transform: scale(0.86);
  -o-transform: scale(0.86);
  -ms-transform: scale(0.86);
  transform: scale(0.86);
}
.banner_area img:hover {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

@media screen and (max-width: 900px) {
  .banner_area {
    width: 100%;
  }
}
.promotion_video {
  position: relative;
  width: 640px;
  height: 360px;
  margin: 0 auto;
  pointer-events: auto;
}
.promotion_video a {
  margin: 0 auto;
}
.promotion_video .pv-thumb {
  width: 640px;
  border-radius: 10px;
}
.promotion_video .pv-play-button {
  position: absolute;
  top: 130px;
  left: 280px;
  width: 90px;
  z-index: 1;
}

.main_content_area {
  width: 980px;
  margin: 0 auto;
  margin-bottom: 200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 50px;
}
.main_content_area a {
  text-decoration: none;
}

@media screen and (max-width: 1200px) {
  .main_content_area {
    width: 100%;
    flex-direction: column;
    align-content: center;
    margin: 0 auto;
    margin-bottom: 200px;
  }
}
.twitter_area {
  width: 100%;
  border-radius: 40px;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 100px;
}

.container-wrapper {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
.container-wrapper .main-news-table {
  width: 100%;
  margin-bottom: 20px;
}
.container-wrapper .news-date {
  font-size: 30px;
  padding-left: 10px;
  color: #E64040;
}
.container-wrapper .news-desc {
  font-size: 18px;
  border: solid 2px #FCC332;
  border-radius: 5px;
  padding: 20px;
  background-color: white;
}
.container-wrapper .news-desc:hover {
  background-color: #fffce1;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  transform: none;
}
.container-wrapper a {
  text-decoration: none;
  color: #333333;
}

.ribbon-box .title {
  text-align: center;
  margin-bottom: 100px;
}
.ribbon-box .title img {
  margin-bottom: 20px;
}
.ribbon-box .title .title-text {
  font-size: 18px;
}

.more-btn {
  width: 180px;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  color: #767676;
  background-color: #FCC332;
  border-radius: 10px;
  border: solid 1px #FCC332;
  margin-top: 50px;
}
.more-btn:hover {
  background-color: #fffce1;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  transform: none;
  border: solid 1px #FCC332;
}

@media screen and (max-width: 480px) {
  body {
    width: 100vw;
  }

  .kigyou {
    position: absolute;
    top: 630px;
    right: 50px;
    width: 180px;
    height: 150px;
  }
  .kigyou img {
    width: 180px;
    height: 150px;
  }

  .wrapper {
    width: auto;
    margin: 0 auto;
    background-image: url(../../../img/4th/back2.jpg);
    position: relative;
    z-index: 2;
  }

  .top_kv_wrapper {
    position: relative;
    width: auto;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .dummy {
    width: 0px;
    height: 50px;
  }

  .top_kv_container {
    width: 100%;
    height: 100vh;
    margin-top: 0;
    margin-bottom: 0px;
    background-image: url(../../../img/4th/KV/スマホ.png?ver0.06);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    align-self: flex-start;
  }

  .banner_area_container {
    width: 270px;
    margin-bottom: 100px;
  }
  .banner_area_container .banner_area_4th a {
    width: 100%;
  }
  .banner_area_container .banner_area_4th img {
    width: 100%;
  }

  .banner_area {
    width: 100%;
    height: 135px;
    margin: 0 auto;
    padding-top: 5px;
  }
  .banner_area img {
    width: 260px;
    height: 130px;
    -moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;
    -webkit-transform: scale(0.86);
    -moz-transform: scale(0.86);
    -o-transform: scale(0.86);
    -ms-transform: scale(0.86);
    transform: scale(0.86);
  }
  .banner_area img:hover {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .promotion_video {
    position: relative;
    width: 640px;
    height: 360px;
    margin: 0 auto;
    pointer-events: auto;
  }
  .promotion_video a {
    margin: 0 auto;
  }
  .promotion_video .pv-thumb {
    width: 640px;
    border-radius: 10px;
  }
  .promotion_video .pv-play-button {
    position: absolute;
    top: 130px;
    left: 280px;
    width: 90px;
    z-index: 1;
  }

  .main_content_area {
    width: 350px;
    margin: 0 auto;
    margin-bottom: 100px;
    display: block;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
  }
  .main_content_area a {
    text-decoration: none;
  }

  .sp_banner {
    position: absolute;
    top: 0;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .sp_banner .sp_banner_container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    align-content: flex-end;
  }
  .sp_banner img {
    width: 100%;
  }

  .twitter_area {
    width: 330px;
    border-radius: 10px;
    overflow: visible;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 100px;
  }

  .container-wrapper {
    width: 95%;
    margin: 0 auto;
  }
  .container-wrapper .main-news-table {
    width: 100%;
    margin-bottom: 20px;
  }
  .container-wrapper .news-date {
    font-size: 14px;
    padding-left: 10px;
    color: #E64040;
  }
  .container-wrapper .news-desc {
    font-size: 15px;
    border: solid 2px #FCC332;
    border-radius: 5px;
    padding: 20px;
    background-color: white;
  }
  .container-wrapper .news-desc:hover {
    background-color: #fffce1;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    transform: none;
  }
  .container-wrapper a {
    text-decoration: none;
    color: #333333;
  }

  .ribbon-box .title {
    text-align: center;
    margin-bottom: 50px;
  }
  .ribbon-box .title .title-text {
    font-size: 18px;
  }
}
.story-container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  margin-bottom: 200px;
}
.story-container .title {
  text-align: center;
  margin-bottom: 100px;
}
.story-container .title img {
  margin-bottom: 20px;
}
.story-container .title .title-text {
  font-size: 18px;
}
.story-container .story-synopsis-container {
  font-size: 18px;
  line-height: 2.5em;
  word-break: normal;
  text-align: center;
}
.story-container .story-synopsis-container img {
  max-width: 100%;
}
.story-container .story_wrapper {
  width: 100%;
  margin: 30px auto 0;
}
@media screen and (max-width: 1440px) {
  .story-container .story_wrapper {
    width: 100%;
  }
}
.story-container .story_wrapper .story_area_container {
  border: solid 2px #FCC332;
  border-radius: 40px;
  background-color: white;
  padding: 40px 20px;
}
.story-container .story_wrapper .story_area_container .story_4th .slick-dots li button {
  font-size: 28px;
  line-height: 1em;
  color: black;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  background-color: #FCC332;
  border-radius: 15px;
  box-shadow: 0px 0px 5px 5px #FCC332;
}
.story-container .story_wrapper .story_area_container .story_4th .slick-dots li.slick-active button {
  background-color: #ED423E;
  box-shadow: 0px 0px 5px 5px #ED423E;
  color: white;
}
.story-container .story_wrapper .story_area_container .story_4th .slick-dots {
  top: 0px;
  height: 50px;
}
.story-container .story_wrapper .story_area_container .story_4th .slick-dots li {
  width: 35px;
  height: 35px;
}
.story-container .story_wrapper .story_area_container .story_4th .slick-dots li button::before {
  opacity: 1;
  color: transparent;
}
.story-container .story_wrapper .story_area_container .story_4th .slick-dots li.slick-active button::before {
  opacity: 1;
  color: transparent;
}
.story-container .story_wrapper .story_area_container .story_4th .story_inline_container {
  padding: 70px 0px 30px;
}
.story-container .story_wrapper .story_area_container .story_4th .story_inline_container .story_img_wrapper {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
}
@media screen and (max-width: 1440px) {
  .story-container .story_wrapper .story_area_container .story_4th .story_inline_container .story_img_wrapper {
    width: 100%;
  }
}
.story-container .story_wrapper .story_area_container .story_4th .story_inline_container .story_img_wrapper .main_img {
  width: 50%;
  margin-left: 1px;
}
.story-container .story_wrapper .story_area_container .story_4th .story_inline_container .story_img_wrapper .main_img img {
  border-radius: 10px;
  width: 100%;
}
.story-container .story_wrapper .story_area_container .story_4th .story_inline_container .story_img_wrapper .sub_img {
  width: 500px;
  max-width: 48%;
  display: flex;
  flex-wrap: wrap;
}
.story-container .story_wrapper .story_area_container .story_4th .story_inline_container .story_img_wrapper .sub_img img {
  border-radius: 10px;
  width: 220px;
  max-width: 45%;
  margin: 0px 10px 10px;
}
@media screen and (max-width: 1440px) {
  .story-container .story_wrapper .story_area_container .story_4th .story_inline_container .story_img_wrapper .sub_img img {
    width: 40%;
  }
}
.story-container .story_wrapper .story_area_container .story_4th .story_inline_container .story_descrition_container {
  width: 1200px;
  max-width: 100%;
  margin: 20px auto 0;
  margin-left: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (max-width: 1440px) {
  .story-container .story_wrapper .story_area_container .story_4th .story_inline_container .story_descrition_container {
    width: 95%;
  }
}
.story-container .story_wrapper .story_area_container .story_4th .story_inline_container .story_descrition_container .number {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  font-size: 34px;
  background-color: #FCC332;
  border-radius: 40px;
  box-shadow: 0px 0px 10px 10px #FCC332;
  margin-top: 15px;
  margin-left: 10px;
}
.story-container .story_wrapper .story_area_container .story_4th .story_inline_container .story_descrition_container .story_title {
  height: 80px;
  color: #ED423E;
  font-size: 34px;
  margin-left: 50px;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  vertical-align: middle;
}
.story-container .story_wrapper .story_area_container .story_4th .story_inline_container .story_descrition_container .description {
  font-size: 16px;
  color: #6C6969;
  white-space: pre-wrap;
  width: 100%;
}

@media screen and (max-width: 700px) {
  .story-container {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 200px;
  }
}
@media screen and (max-width: 480px) {
  .story-container {
    width: 85%;
    margin: 0 auto;
    margin-bottom: 200px;
  }
  .story-container .title {
    text-align: center;
    margin-bottom: 50px;
  }
  .story-container .title img {
    margin-bottom: 20px;
  }
  .story-container .title .title-text {
    font-size: 18px;
  }
  .story-container .story-synopsis-container {
    font-size: 15px;
    line-height: 2.5em;
    word-break: normal;
    text-align: center;
  }
  .story-container .story_wrapper {
    width: 100%;
    margin: 0 auto;
  }
  .story-container .story_wrapper .story_area_container {
    border: solid 2px #FCC332;
    border-radius: 40px;
    background-color: white;
    padding: 20px 5px 5px;
  }
  .story-container .story_wrapper .story_area_container .story_4th .slick-dots li button {
    font-size: 26px;
  }
  .story-container .story_wrapper .story_area_container .story_4th .story_inline_container {
    padding: 75px 0px 10px;
  }
  .story-container .story_wrapper .story_area_container .story_4th .story_inline_container .story_img_wrapper {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-items: flex-start;
  }
  .story-container .story_wrapper .story_area_container .story_4th .story_inline_container .story_img_wrapper .main_img {
    width: 100%;
  }
  .story-container .story_wrapper .story_area_container .story_4th .story_inline_container .story_img_wrapper .main_img img {
    border-radius: 10px;
    width: 100%;
  }
  .story-container .story_wrapper .story_area_container .story_4th .story_inline_container .story_img_wrapper .sub_img {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .story-container .story_wrapper .story_area_container .story_4th .story_inline_container .story_img_wrapper .sub_img img {
    border-radius: 10px;
    width: 95px;
    margin: 0px 2px 10px;
  }
  .story-container .story_wrapper .story_area_container .story_4th .story_inline_container .story_img_wrapper .sub_img .blank {
    border-radius: 10px;
    width: 95px;
    margin: 0px 2px 10px;
  }
  .story-container .story_wrapper .story_area_container .story_4th .story_inline_container .story_descrition_container {
    margin: 20px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .story-container .story_wrapper .story_area_container .story_4th .story_inline_container .story_descrition_container .number {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    font-size: 18px;
    background-color: #FCC332;
    border-radius: 40px;
    box-shadow: 0px 0px 10px 10px #FCC332;
    margin-top: 0px;
    margin-left: 10px;
  }
  .story-container .story_wrapper .story_area_container .story_4th .story_inline_container .story_descrition_container .story_title {
    height: 20px;
    color: #ED423E;
    font-size: 18px;
    margin-left: 20px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    vertical-align: middle;
  }
  .story-container .story_wrapper .story_area_container .story_4th .story_inline_container .story_descrition_container .description {
    margin-top: 20px;
    font-size: 16px;
  }
}
.character-container {
  margin-bottom: 200px;
}
.character-container .title {
  text-align: center;
  margin-bottom: 100px;
}
.character-container .title .title-text {
  font-size: 18px;
}
.character-container .character-wrapper {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}
.character-container .character-wrapper .character-main-content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.character-container .character-wrapper .character-main-content .content-container {
  margin: 20px 12px;
}
.character-container .character-wrapper .character-main-content .content-container .character_bustup_img {
  cursor: pointer;
}

.colorbox_character {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.colorbox_character .character_part_wrapper {
  width: 90%;
  height: 90vh;
  max-width: 950px;
  margin: 1vh auto;
  border-radius: 40px;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 20px;
  padding-bottom: 20px;
}
.colorbox_character .character_part_wrapper .character_part_inner_container {
  position: relative;
  display: flex;
  justify-content: flex-start;
  height: 100%;
}
.colorbox_character .character_part_wrapper .character_part_inner_container .close_button {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.colorbox_character .character_part_wrapper .character_part_inner_container .close_button img {
  width: 35px;
  height: 35px;
}
.colorbox_character .character_part_wrapper .character_part_inner_container .main_img {
  width: 300px;
  height: 90%;
  max-height: 100%;
  margin: 50px auto;
  text-align: center;
  display: flex;
  align-items: center;
  align-content: center;
}
.colorbox_character .character_part_wrapper .character_part_inner_container .main_img img {
  max-width: 100%;
  max-height: 100%;
}
.colorbox_character .character_part_wrapper .character_part_inner_container .descript_wrapper {
  font-family: 'RocknRoll One', sans-serif;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  margin-top: 50px;
  margin-bottom: 50px;
  width: 500px;
}
.colorbox_character .character_part_wrapper .character_part_inner_container .descript_wrapper .img_box {
  margin-bottom: 30px;
  order: 2;
}
.colorbox_character .character_part_wrapper .character_part_inner_container .descript_wrapper .descript_container {
  width: 60%;
}
.colorbox_character .character_part_wrapper .character_part_inner_container .descript_wrapper .descript_container .name_wrapper {
  width: auto;
  display: flex;
  flex-wrap: wrap;
  color: #FF9400;
}
.colorbox_character .character_part_wrapper .character_part_inner_container .descript_wrapper .descript_container .name_wrapper .name_ruby {
  width: 300px;
  font-size: 24px;
  text-align: center;
}
.colorbox_character .character_part_wrapper .character_part_inner_container .descript_wrapper .descript_container .name_wrapper .name_main {
  width: auto;
  font-size: 56px;
  text-align: left;
}
.colorbox_character .character_part_wrapper .character_part_inner_container .descript_wrapper .descript_container .name_wrapper .name_main rt {
  font-size: 24px;
  padding-bottom: 10px;
  text-align: center;
}
.colorbox_character .character_part_wrapper .character_part_inner_container .descript_wrapper .descript_container .cv {
  margin-bottom: 20px;
}
.colorbox_character .character_part_wrapper .character_part_inner_container .descript_wrapper .descript_container .live {
  width: 100px;
  font-size: 18px;
  text-align: center;
  color: white;
  background-color: #FF9400;
  margin-bottom: 20px;
}
.colorbox_character .character_part_wrapper .character_part_inner_container .descript_wrapper .descript_container .desc {
  white-space: pre-wrap;
}
.colorbox_character .character_part_wrapper .character_part_inner_container .descript_wrapper .descript_container img {
  height: 157px;
  border: solid 1px #FCC332;
}
.colorbox_character .character_part_wrapper .character_part_inner_container .descript_wrapper .text_box {
  order: 1;
  width: 100%;
}
.colorbox_character .character_part_wrapper .character_part_inner_container .descript_wrapper .mb-30 {
  margin-bottom: 30px;
}

.visible {
  display: flex;
  opacity: 1;
  animation: fadeIn 0.3s ease-in 0s forwards;
}

@media screen and (max-width: 480px) {
  .character-container {
    margin-bottom: 100px;
  }
  .character-container .title {
    text-align: center;
    margin-bottom: 40px;
  }
  .character-container .title .title-text {
    font-size: 18px;
  }
  .character-container .character-wrapper {
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
  }
  .character-container .character-wrapper .character-main-content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .character-container .character-wrapper .character-main-content .content-container {
    width: 30%;
    margin: 5px 5px;
  }
  .character-container .character-wrapper .character-main-content .content-container img {
    width: 100%;
    height: auto;
  }

  .colorbox_character {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  .colorbox_character .character_part_wrapper {
    width: 90vw;
    height: 95vh;
    max-width: 950px;
    margin: 10px auto 10px;
    border-radius: 40px;
    background-color: rgba(255, 255, 255, 0.85);
    padding: 20px;
    padding-bottom: 20px;
  }
  .colorbox_character .character_part_wrapper .character_part_inner_container {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
  }
  .colorbox_character .character_part_wrapper .character_part_inner_container .close_button {
    position: absolute;
    top: 0;
    right: 0;
  }
  .colorbox_character .character_part_wrapper .character_part_inner_container .close_button img {
    width: 35px;
    height: 35px;
  }
  .colorbox_character .character_part_wrapper .character_part_inner_container .main_img {
    position: absolute;
    width: 150px;
    height: 400px;
    max-width: 50%;
    max-height: 450px;
    margin: 30px auto;
    text-align: center;
  }
  .colorbox_character .character_part_wrapper .character_part_inner_container .main_img img {
    max-width: 100%;
    max-height: 100%;
  }
  .colorbox_character .character_part_wrapper .character_part_inner_container .descript_wrapper {
    font-family: 'RocknRoll One', sans-serif;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    align-content: space-between;
    margin-top: 50px;
    margin-bottom: 0;
  }
  .colorbox_character .character_part_wrapper .character_part_inner_container .descript_wrapper .img_box {
    height: 430px;
    margin-bottom: 30px;
    order: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .colorbox_character .character_part_wrapper .character_part_inner_container .descript_wrapper .img_box img {
    margin: 0 50px;
  }
  .colorbox_character .character_part_wrapper .character_part_inner_container .descript_wrapper .descript_container {
    width: 60%;
  }
  .colorbox_character .character_part_wrapper .character_part_inner_container .descript_wrapper .descript_container .name_wrapper {
    width: 300px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    color: #FF9400;
  }
  .colorbox_character .character_part_wrapper .character_part_inner_container .descript_wrapper .descript_container .name_wrapper .name_ruby {
    width: 100%;
    font-size: 24px;
    text-align: center;
  }
  .colorbox_character .character_part_wrapper .character_part_inner_container .descript_wrapper .descript_container .name_wrapper .name_main {
    width: 300px;
    font-size: 50px;
    text-align: left;
  }
  .colorbox_character .character_part_wrapper .character_part_inner_container .descript_wrapper .descript_container .name_wrapper .name_main rt {
    font-size: 24px;
    padding-bottom: 10px;
    text-align: center;
  }
  .colorbox_character .character_part_wrapper .character_part_inner_container .descript_wrapper .descript_container .cv {
    margin-bottom: 20px;
  }
  .colorbox_character .character_part_wrapper .character_part_inner_container .descript_wrapper .descript_container .live {
    width: 100px;
    font-size: 18px;
    text-align: center;
    color: white;
    background-color: #FF9400;
    margin-bottom: 20px;
  }
  .colorbox_character .character_part_wrapper .character_part_inner_container .descript_wrapper .descript_container img {
    height: 140px;
    border: solid 1px #FCC332;
  }
  .colorbox_character .character_part_wrapper .character_part_inner_container .descript_wrapper .text_box {
    order: 2;
    width: 100%;
  }
  .colorbox_character .character_part_wrapper .character_part_inner_container .descript_wrapper .mb-30 {
    margin-bottom: 30px;
  }
}
.staffcast-container {
  width: 950px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 100px;
}
.staffcast-container .title {
  text-align: center;
  margin-bottom: 100px;
}
.staffcast-container .title img {
  margin-bottom: 20px;
}
.staffcast-container .title .title-text {
  font-size: 18px;
}
.staffcast-container .staff-wrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  border-radius: 40px;
  background-color: white;
}
.staffcast-container .staff-wrapper .staff-container {
  margin: 20px 40px;
}
.staffcast-container .staff-wrapper .staff-container .staff-title {
  color: #ED423E;
  font-size: 25px;
  margin-bottom: 30px;
}
.staffcast-container .staff-wrapper .staff-container .content-container {
  margin-bottom: 20px;
}
.staffcast-container .staff-wrapper .staff-container .content-container .main-content-title {
  color: #ED423E;
  font-size: 16px;
  margin-bottom: 5px;
}
.staffcast-container .staff-wrapper .staff-container .content-container .main-content-name {
  color: black;
  font-size: 18px;
}
.staffcast-container .staff-wrapper .staff-container .content-container .main-content-subtitle {
  color: black;
  font-size: 15px;
}

.dummy-cast {
  display: none;
}

.ta-right {
  text-align: right;
}

@media screen and (max-width: 1200px) {
  .staffcast-container {
    width: 95%;
    margin: 0 auto;
    margin-bottom: 100px;
  }
  .staffcast-container .title {
    text-align: center;
    margin-bottom: 50px;
  }
  .staffcast-container .title .title-text {
    font-size: 18px;
  }
  .staffcast-container .staff-wrapper {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    border-radius: 40px;
  }
  .staffcast-container .staff-wrapper .staff-container {
    margin: 20px 40px;
  }
  .staffcast-container .staff-wrapper .staff-container .staff-title {
    color: #ED423E;
    font-size: 25px;
    margin-bottom: 30px;
  }
  .staffcast-container .staff-wrapper .staff-container .content-container {
    margin-bottom: 20px;
  }
  .staffcast-container .staff-wrapper .staff-container .content-container .main-content-title {
    color: #ED423E;
    font-size: 16px;
    margin-bottom: 5px;
  }
  .staffcast-container .staff-wrapper .staff-container .content-container .main-content-name {
    color: black;
    font-size: 18px;
  }
  .staffcast-container .staff-wrapper .staff-container .content-container .main-content-subtitle {
    color: black;
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  .dummy-cast {
    display: block;
    height: 100px;
    width: 100px;
  }

  .staffcast-container {
    width: 95%;
    margin: 0 auto;
    margin-bottom: 100px;
  }
  .staffcast-container .title {
    text-align: center;
    margin-bottom: 100px;
  }
  .staffcast-container .title .title-text {
    font-size: 18px;
  }
  .staffcast-container .staff-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: 40px;
    background-color: white;
  }
  .staffcast-container .staff-wrapper .staff-container {
    margin: 20px 40px;
  }
  .staffcast-container .staff-wrapper .staff-container .staff-title {
    color: #ED423E;
    font-size: 25px;
    margin-bottom: 30px;
  }
  .staffcast-container .staff-wrapper .staff-container .content-container {
    margin-bottom: 20px;
  }
  .staffcast-container .staff-wrapper .staff-container .content-container .main-content-title {
    color: #ED423E;
    font-size: 16px;
    margin-bottom: 5px;
  }
  .staffcast-container .staff-wrapper .staff-container .content-container .main-content-name {
    color: black;
    font-size: 18px;
  }
  .staffcast-container .staff-wrapper .staff-container .content-container .main-content-subtitle {
    color: black;
    font-size: 15px;
  }
}

/*# sourceMappingURL=front_page.css.map */
