/*------------------------
  main visual
------------------------*/
.mainvisual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1050px) {
  .mainvisual {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual .mv_pc {
    display: none;
  }
}
.mainvisual .mv_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .mainvisual .mv_sp {
    display: block;
  }
}
.mainvisual img.mv_logo {
  max-width: 50rem;
  width: 100%;
  margin-top: -8.125rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .mainvisual img.mv_logo {
    width: 80%;
    margin-top: -27vw;
  }
}

/*------------------------
  main contents
------------------------*/
.sec-greeting, .sec-works, .sec-anime, .sec-prof {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .sec-greeting, .sec-works, .sec-anime, .sec-prof {
    width: 80%;
  }
}
@media screen and (max-width: 576px) {
  .sec-greeting, .sec-works, .sec-anime, .sec-prof {
    width: calc(100% - 2.5rem);
  }
}
.sec-greeting .ly-container, .sec-works .ly-container, .sec-anime .ly-container, .sec-prof .ly-container {
  clip-path: polygon(0 9.375rem, 100% 0, 100% calc(100% - 9.375rem), 0 100%);
  padding: 15rem 11% 15rem;
}
@media screen and (max-width: 767px) {
  .sec-greeting .ly-container, .sec-works .ly-container, .sec-anime .ly-container, .sec-prof .ly-container {
    padding: 9.375rem 3.75rem 9.375rem;
    clip-path: polygon(0 5rem, 100% 0, 100% calc(100% - 5rem), 0 100%);
  }
}
@media screen and (max-width: 576px) {
  .sec-greeting .ly-container, .sec-works .ly-container, .sec-anime .ly-container, .sec-prof .ly-container {
    padding: 8.125rem 2.25rem 6.25rem !important;
  }
}
.sec-greeting .ly-wrapper, .sec-works .ly-wrapper, .sec-anime .ly-wrapper, .sec-prof .ly-wrapper {
  padding: 0;
}

.section_chara_wrap {
  position: absolute;
  height: 50vw;
  width: auto;
  max-height: 62.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .section_chara_wrap {
    height: 70vw;
  }
}
@media screen and (max-width: 576px) {
  .section_chara_wrap {
    height: 100vw;
  }
}
.section_chara_wrap .section_chara {
  height: 100%;
  position: relative;
}
.section_chara_wrap .section_chara:last-child {
  margin-top: 68%;
}
@media screen and (min-width: 2250px) {
  .section_chara_wrap .section_chara:last-child {
    margin-top: 30%;
  }
}
@media screen and (max-width: 767px) {
  .section_chara_wrap .section_chara:last-child {
    margin: 0;
  }
}
.section_chara_wrap .section_chara .section_chara_main, .section_chara_wrap .section_chara .section_chara_s {
  display: block;
  height: 100%;
  width: auto;
  max-width: none;
}
.section_chara_wrap .section_chara .section_chara_main {
  z-index: 2;
  position: relative;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.section_chara_wrap .section_chara .section_chara_s {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.sec-greeting {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0rem;
}
@media screen and (max-width: 767px) {
  .sec-greeting {
    margin-bottom: 50vw;
  }
}
@media screen and (max-width: 576px) {
  .sec-greeting {
    margin-bottom: 80vw;
  }
}
.sec-greeting .ly-container {
  padding: 15rem 2.5rem 15rem;
  clip-path: polygon(0 13.5rem, 100% 0, 100% calc(100% - 13.5rem), 0 100%);
}
@media screen and (max-width: 767px) {
  .sec-greeting .ly-container {
    clip-path: polygon(0 5.5625rem, 100% 0, 100% calc(100% - 5.5625rem), 0 100%);
  }
}

.sec-works {
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .sec-works {
    margin-bottom: 50vw;
  }
}
@media screen and (max-width: 576px) {
  .sec-works {
    margin-bottom: 80vw;
  }
}
.sec-works .ly-container {
  padding-bottom: 12.5rem;
}
@media screen and (max-width: 767px) {
  .sec-works .ly-container {
    padding-bottom: 8.125rem;
  }
}
.sec-works .section_chara_wrap {
  left: -41%;
  bottom: 22%;
}
@media screen and (max-width: 767px) {
  .sec-works .section_chara_wrap {
    top: -55vw;
    right: 40%;
    bottom: auto;
    left: auto;
  }
}
@media screen and (max-width: 576px) {
  .sec-works .section_chara_wrap {
    top: -79vw;
    right: 0%;
  }
}
@media screen and (min-width: 2250px) {
  .sec-works .section_chara_wrap {
    left: -36%;
    bottom: 24%;
  }
}
.sec-works .section_chara_wrap .section_chara:last-child {
  margin-left: -19%;
}
@media screen and (max-width: 767px) {
  .sec-works .section_chara_wrap .section_chara:last-child {
    margin-left: -3%;
  }
}
@media screen and (min-width: 2250px) {
  .sec-works .section_chara_wrap .section_chara:last-child {
    margin-left: -3%;
  }
}
.sec-works .section_chara_wrap .section_chara .section_chara_s {
  top: 2%;
  left: 6%;
  opacity: 0.3;
  mix-blend-mode: multiply;
}

.sec-prof {
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .sec-prof {
    margin-bottom: -1.25rem;
  }
}
.sec-prof .section_chara_wrap {
  bottom: 33%;
  right: -42%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .sec-prof .section_chara_wrap {
    top: -55vw;
    right: -26%;
    bottom: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (max-width: 576px) {
  .sec-prof .section_chara_wrap {
    top: -79vw;
    right: -18%;
  }
}
@media screen and (min-width: 2250px) {
  .sec-prof .section_chara_wrap {
    bottom: 15%;
    right: -36%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.sec-prof .section_chara_wrap .section_chara:last-child {
  margin-left: auto;
  margin-right: -22%;
}
@media screen and (max-width: 767px) {
  .sec-prof .section_chara_wrap .section_chara:last-child {
    margin-right: auto;
    margin-left: -3%;
  }
}
@media screen and (min-width: 2250px) {
  .sec-prof .section_chara_wrap .section_chara:last-child {
    margin-right: -3%;
    margin-left: 0;
  }
}
.sec-prof .section_chara_wrap .section_chara .section_chara_s {
  top: 2%;
  left: -6%;
  opacity: 0.3;
  mix-blend-mode: multiply;
}

/*------------------------
  top / news list
------------------------*/
.news-sec .ly-container {
  padding-bottom: 7.5rem;
  padding-top: 12.5rem;
}
@media screen and (max-width: 767px) {
  .news-sec .ly-container {
    padding-top: 11.25rem;
  }
}
@media screen and (max-width: 576px) {
  .news-sec .ly-container {
    padding-top: 5rem;
    padding-bottom: 3.75rem;
  }
}
.news-sec .news-wrap .news-body {
  height: 100%;
}
.news-sec .news-wrap .news-body .news-list {
  border-top: 2px dotted #BBBBBB;
  position: relative;
  width: 100%;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 576px) {
  .news-sec .news-wrap .news-body .news-list {
    margin-bottom: 1.25rem;
  }
}
.news-sec .news-wrap .news-body .btn_common {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .news-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .news-wrap .news-body {
    width: 100%;
    min-height: auto;
    margin-bottom: 0;
  }
  .news-list {
    line-height: 1.6;
    margin-bottom: 1.5rem;
  }
  .news-list__item {
    padding: 1rem 0rem;
    border-bottom: 0.125rem solid #121B1E;
  }
  .news-list__item .time {
    font-size: 0.625rem;
    letter-spacing: 0rem;
  }
  .news-list__item .block {
    font-size: 0.8125rem;
    letter-spacing: 0.0625rem;
  }
}
.x_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 576px) {
  .x_link {
    margin-bottom: 1.25rem;
  }
}
.x_link p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.75rem;
  letter-spacing: 0.125rem;
}
@media screen and (max-width: 576px) {
  .x_link p {
    font-size: 1rem;
    letter-spacing: 0.0625rem;
  }
}
.x_link p img {
  width: 1.75rem;
  -webkit-filter: invert(47%) sepia(95%) saturate(298%) hue-rotate(168deg) brightness(94%) contrast(92%);
          filter: invert(47%) sepia(95%) saturate(298%) hue-rotate(168deg) brightness(94%) contrast(92%);
  margin-right: 0.375rem;
  margin-top: 0.25rem;
}
@media screen and (max-width: 576px) {
  .x_link p img {
    width: 1rem;
    margin-right: 0.125rem;
    margin-top: 0.0625rem;
  }
}
.x_link p span {
  letter-spacing: -0.0625rem;
}

/*------------------------
  greeting
------------------------*/
.sec-greeting .ly-container {
  background-color: rgba(0, 166, 207, 0.5);
}
.sec-greeting .ly-wrapper {
  max-width: 75rem;
}
.sec-greeting .sec-title {
  color: #FFF;
}
.sec-greeting .text {
  color: #FFF;
  line-height: 2.3;
  text-align: center;
  font-size: 1rem;
  text-shadow: 0px 0px 1rem rgba(0, 90, 134, 0.4);
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .sec-greeting .text {
    line-height: 2;
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 576px) {
  .sec-greeting .text {
    font-size: 0.8125rem;
    text-align: left;
    letter-spacing: 0;
  }
}
.sec-greeting .text .tab-br {
  display: none;
}
@media screen and (max-width: 767px) {
  .sec-greeting .text .tab-br {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .sec-greeting .text .tab-br {
    display: none;
  }
}

/*------------------------
  works
------------------------*/
.sec-works .ly-container {
  background-color: rgba(255, 255, 255, 0.6);
}
.sec-works .works_inner figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3.125rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec-works .works_inner figure {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 576px) {
  .sec-works .works_inner figure {
    margin-bottom: 1.25rem;
  }
}
.sec-works .works_inner figure img {
  width: calc(50% - 1.25rem);
}
@media screen and (max-width: 767px) {
  .sec-works .works_inner figure img {
    width: calc(50% - 1rem);
  }
}
@media screen and (max-width: 576px) {
  .sec-works .works_inner figure img {
    width: calc(50% - 0.375rem);
  }
}
.sec-works .works_inner .detail {
  text-align: center;
}
.sec-works .works_inner .detail h3 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 576px) {
  .sec-works .works_inner .detail h3 {
    font-size: 1.375rem;
  }
}
.sec-works .works_inner .detail .btn_common a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.875rem;
}
@media screen and (max-width: 576px) {
  .sec-works .works_inner .detail .btn_common a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 1.25rem;
  }
}

/*------------------------
  prof
------------------------*/
.sec-prof {
  margin-bottom: 18.75rem;
}
@media screen and (max-width: 767px) {
  .sec-prof {
    margin-bottom: 10rem;
  }
}
@media screen and (max-width: 576px) {
  .sec-prof {
    margin-bottom: 7.5rem;
  }
}
.sec-prof .ly-container {
  background-color: rgba(21, 105, 181, 0.6);
}
.sec-prof .sec-title {
  color: #FFF;
}
.sec-prof .sec-title img {
  opacity: 0.6;
}
.sec-prof .detail {
  text-align: center;
  color: #FFF;
}
.sec-prof .detail h3 {
  font-size: 1.875rem;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 576px) {
  .sec-prof .detail h3 {
    font-size: 1.375rem;
  }
}