@charset "UTF-8";
.home .p-header {
  display: none;
}
@media screen and (max-width: 767px) {
  .home .p-header {
    display: block;
  }
  .home .p-header .p-header__logo {
    display: none;
  }
}

/*------------------------
  main visual
------------------------*/
.mainvisual {
  display: flex;
  padding: 6.25rem 3.125rem 8.125rem;
  background-color: #18AEDB;
  background-image: url(../../images/common/confe_l.png);
  background-size: 100% 100%;
  background-position: center bottom 50px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .mainvisual {
    flex-direction: column-reverse;
    padding: 2.5rem 2.5rem 5rem;
    background-size: contain;
    background-position: center top;
    background-image: url(../../images/common/confe_s.png);
  }
}
@media screen and (max-width: 576px) {
  .mainvisual {
    padding: 2.5rem 0.875rem 2.5rem 1.125rem;
  }
}
.mainvisual .mv_img {
  order: 2;
  width: auto;
  display: flex;
  justify-content: center;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .mainvisual .mv_img {
    width: 100%;
    max-width: 31.25rem;
    margin: 0 auto 2.5rem;
  }
}
@media screen and (max-width: 576px) {
  .mainvisual .mv_img {
    margin: 0 auto 1rem;
  }
}
.mainvisual .mv_left {
  order: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-grow: 100;
  padding: 0 1.875rem;
  margin-right: 1.25rem;
}
@media screen and (max-width: 767px) {
  .mainvisual .mv_left {
    max-width: 37.5rem;
    padding: 0 0.5rem;
    width: 100%;
    margin: 0 auto 2.5rem;
  }
}
.mainvisual .mv_left .mv_left_logo {
  max-width: 37.5rem;
  margin-bottom: 5rem;
  margin-top: -1.25rem;
}
@media screen and (max-width: 767px) {
  .mainvisual .mv_left .mv_left_logo {
    width: 100%;
    margin-top: 0;
    margin-bottom: 2.5rem;
  }
}
.mainvisual .mv_left .top_nav {
  display: flex;
}
.mainvisual .mv_left .top_nav a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mainvisual .mv_left .top_nav a:not(:last-child) {
  margin-right: 2.5rem;
}
@media screen and (max-width: 576px) {
  .mainvisual .mv_left .top_nav a:not(:last-child) {
    margin-right: 1.5rem;
  }
}
.mainvisual .mv_left .top_nav a .chara_icon {
  display: block;
  width: 5.375rem;
  height: 5.375rem;
  transition: 0.3s;
}
@media screen and (max-width: 576px) {
  .mainvisual .mv_left .top_nav a .chara_icon {
    width: 3.75rem;
    height: 3.75rem;
  }
}
.mainvisual .mv_left .top_nav a .text {
  z-index: 2;
  position: absolute;
  bottom: -1rem;
  display: block;
  min-width: 6.25rem;
  font-size: 0.9375rem;
  background: #000;
  color: #FFF;
  font-weight: 600;
  letter-spacing: 0.125rem;
  text-align: center;
  border-radius: 1.875rem;
  padding: 0 0.25rem 0.125rem;
  line-height: 1.875rem;
}
@media screen and (max-width: 576px) {
  .mainvisual .mv_left .top_nav a .text {
    min-width: 4rem;
    font-size: 0.625rem;
    line-height: 1.25rem;
    padding: 0 0.25rem 0;
  }
}
.mainvisual .mv_left .top_nav a:hover .chara_icon {
  transform: scale(1.1, 1.1);
}

/*------------------------
  top / news list
------------------------*/
.news-sec {
  background-color: #FFE63D;
}
.news-sec .ly-container {
  padding-bottom: 8.75rem;
}
@media screen and (max-width: 767px) {
  .news-sec .ly-container {
    padding-bottom: 5.625rem;
  }
}
@media screen and (max-width: 576px) {
  .news-sec .ly-container {
    padding-bottom: 4.375rem;
  }
}
.news-sec .sec-title .main {
  color: #000;
  -webkit-text-stroke: 4px #000;
  -webkit-text-fill-color: #FFE63D; /* （順序に関係なく）色を上書きする */
}
.news-sec .sec-title .sub {
  color: #FFF;
}
.news-sec .news-wrap .news-twitter_btn {
  background-color: #000;
  display: flex;
  color: #FFF;
  justify-content: center;
  position: relative;
  border-radius: 2.5rem;
  max-width: 40.625rem;
  margin: 0 auto;
  margin-bottom: 2.875rem;
  padding: 1.875rem 1.25rem;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .news-sec .news-wrap .news-twitter_btn {
    margin-bottom: 1.5rem;
    padding: 1.25rem 1rem;
    border-radius: 1.5rem;
    max-width: 34.375rem;
  }
}
@media screen and (max-width: 576px) {
  .news-sec .news-wrap .news-twitter_btn {
    margin-bottom: 1.5rem;
    padding: 1rem 0.75rem;
    border-radius: 1.875rem;
  }
}
.news-sec .news-wrap .news-twitter_btn .x_btn_x {
  display: block;
  width: 2.5rem;
  margin-right: 0.75rem;
}
@media screen and (max-width: 767px) {
  .news-sec .news-wrap .news-twitter_btn .x_btn_x {
    width: 2rem;
  }
}
.news-sec .news-wrap .news-twitter_btn p {
  font-weight: 700;
  font-size: 1.625rem;
  letter-spacing: 0.1875rem;
}
@media screen and (max-width: 767px) {
  .news-sec .news-wrap .news-twitter_btn p {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 576px) {
  .news-sec .news-wrap .news-twitter_btn p {
    display: block;
    font-size: 1rem;
  }
}
.news-sec .news-wrap .news-twitter_btn p br {
  display: none;
}
@media screen and (max-width: 576px) {
  .news-sec .news-wrap .news-twitter_btn p br {
    display: block;
  }
}
.news-sec .news-wrap .news-twitter_btn .x_btn_pamos {
  position: absolute;
  right: 0;
  width: 6.875rem;
  top: -3.125rem;
  transition: 0.3s;
  transition-delay: 0.1s;
}
@media screen and (max-width: 767px) {
  .news-sec .news-wrap .news-twitter_btn .x_btn_pamos {
    width: 5.625rem;
    top: -2.5rem;
  }
}
@media screen and (max-width: 576px) {
  .news-sec .news-wrap .news-twitter_btn .x_btn_pamos {
    width: 4.375rem;
    top: -1.875rem;
  }
}
.news-sec .news-wrap .news-twitter_btn:hover {
  color: #18AEDB;
}
.news-sec .news-wrap .news-body {
  background-color: #FFF;
  border-radius: 3.75rem;
  width: 100%;
  max-width: 62.5rem;
  margin: 0 auto;
  margin-bottom: 0rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.5rem 3.125rem;
}
.news-sec .news-wrap .news-body .btn_common {
  text-align: center;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .news-sec .news-wrap .news-body {
    width: 100%;
    padding: 1rem 1.5rem;
    border-radius: 2.5rem;
  }
  .news-sec .news-wrap .news-body .btn_common {
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 576px) {
  .news-sec .news-wrap .news-body {
    border-radius: 1.875rem;
  }
}

/*------------------------
  greeting
------------------------*/
.sec-greeting {
  background: #FFF;
  background-image: url(../../images/common/bg_dot.svg);
  background-repeat: repeat;
  background-size: 3rem 1.5rem;
  background-attachment: fixed;
  z-index: 1;
}
.sec-greeting .ly-container {
  padding-top: 11.875rem;
}
@media screen and (max-width: 767px) {
  .sec-greeting .ly-container {
    padding-top: 5.625rem;
  }
}
@media screen and (max-width: 576px) {
  .sec-greeting .ly-container {
    padding-top: 4.375rem;
  }
}
.sec-greeting .sec-title .main {
  color: #565656;
  -webkit-text-stroke: 4px #565656;
  -webkit-text-fill-color: #FFF; /* （順序に関係なく）色を上書きする */
}
.sec-greeting .sec-title .sub {
  color: #FFE63D;
}
.sec-greeting .ly-container .comic_slider01 img, .sec-greeting .ly-container .comic_slider02 img {
  margin: 0 0.625rem;
}
@media screen and (max-width: 767px) {
  .sec-greeting .ly-container .comic_slider01 img, .sec-greeting .ly-container .comic_slider02 img {
    margin: 0 0.375rem;
    height: 6.25rem;
  }
}
@media screen and (max-width: 576px) {
  .sec-greeting .ly-container .comic_slider01 img, .sec-greeting .ly-container .comic_slider02 img {
    margin: 0 0.25rem;
    height: 3.75rem;
  }
}
.sec-greeting .ly-container .ly-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 5.625rem;
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .sec-greeting .ly-container .ly-wrapper {
    margin-top: 3.75rem;
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 576px) {
  .sec-greeting .ly-container .ly-wrapper {
    margin-top: 2.25rem;
    margin-bottom: 2.5rem;
  }
}
.sec-greeting .ly-container .ly-wrapper h2 {
  order: 1;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 576px) {
  .sec-greeting .ly-container .ly-wrapper h2 {
    margin-bottom: 1.5rem;
  }
}
.sec-greeting .ly-container .ly-wrapper p {
  font-size: 1.125rem;
  line-height: 2.5;
  text-align: center;
  order: 2;
}
@media screen and (max-width: 767px) {
  .sec-greeting .ly-container .ly-wrapper p {
    font-size: 0.875rem;
    text-align: left;
    line-height: 2;
  }
}

/*------------------------
  character
------------------------*/
.sec-character {
  background-color: #18AEDB;
}
.sec-character .sec-title .main {
  color: #FFF;
  -webkit-text-fill-color: #18AEDB; /* （順序に関係なく）色を上書きする */
  -webkit-text-stroke: 3px #FFF;
}
.sec-character .sec-title .sub {
  color: #FFF;
}
.sec-character .ly-wrapper {
  max-width: unset;
  padding: 0;
}
.sec-character .character_list {
  margin-top: -3.75rem;
}
@media screen and (max-width: 767px) {
  .sec-character .character_list {
    margin-top: 0rem;
  }
}
.sec-character .character_list .slick-track {
  display: flex;
}
.sec-character .character_list li {
  position: relative;
  width: 18.75rem;
  margin: 0 0.875rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  height: auto !important;
}
@media screen and (max-width: 767px) {
  .sec-character .character_list li {
    margin: 0 0.625rem;
  }
}
@media screen and (max-width: 576px) {
  .sec-character .character_list li {
    margin: 0 0.5rem;
  }
}
.sec-character .character_list li img {
  width: 80%;
  margin-bottom: -9.375rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec-character .character_list li img {
    width: 70%;
  }
}
@media screen and (max-width: 576px) {
  .sec-character .character_list li img {
    margin-bottom: -6.875rem;
    width: 60%;
  }
}
.sec-character .character_list li .character_text {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-color: #FFF;
  border-radius: 3.125rem;
  padding: 10.625rem 1.875rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .sec-character .character_list li .character_text {
    padding: 10.625rem 1.5rem 1.5rem;
  }
}
@media screen and (max-width: 576px) {
  .sec-character .character_list li .character_text {
    padding: 7.5rem 1.25rem 1.25rem;
    border-radius: 2.5rem;
  }
}
.sec-character .character_list li .character_text h3 {
  text-align: center;
  font-weight: 600;
  font-size: 1.125rem;
  display: block;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .sec-character .character_list li .character_text h3 {
    font-size: 0.9375rem;
    margin-bottom: 0.5rem;
  }
}
.sec-character .character_list li .character_text p {
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .sec-character .character_list li .character_text p {
    font-size: 0.75rem;
  }
}
.sec-character .character_list li.slick-current, .sec-character .character_list li.is-active-next {
  cursor: default;
}
.sec-character .character_list li:nth-child(2n+1) {
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .sec-character .character_list li:nth-child(2n+1) {
    margin-bottom: 1.875rem;
  }
}
.sec-character .prev-arrow, .sec-character .next-arrow {
  position: absolute;
  top: 0;
  z-index: 3;
  cursor: pointer;
  background-image: url(../../images/top/slide_arrow.svg);
  width: 3.125rem;
  height: 2.9375rem;
}
@media screen and (max-width: 576px) {
  .sec-character .prev-arrow, .sec-character .next-arrow {
    width: 1.625rem;
    height: 1.4375rem;
  }
}
.sec-character .prev-arrow {
  left: 1.875rem;
}
@media screen and (max-width: 576px) {
  .sec-character .prev-arrow {
    left: 1.5625rem;
  }
}
.sec-character .next-arrow {
  right: 1.875rem;
  transform: scale(-1, 1);
}
@media screen and (max-width: 576px) {
  .sec-character .next-arrow {
    right: 1.5625rem;
  }
}

/*------------------------
  profile
------------------------*/
.sec-profile {
  background-color: #EFEFEF;
}
.sec-profile .sec-title .main {
  color: #565656;
  -webkit-text-stroke: 4px #565656;
  -webkit-text-fill-color: #EFEFEF; /* （順序に関係なく）色を上書きする */
}
.sec-profile .sec-title .sub {
  color: #CE4343;
}
.sec-profile .profile_wrap {
  display: flex;
  background: #FFF;
  margin: 0 auto;
  max-width: 62.5rem;
  border-radius: 3.75rem;
  padding: 5.625rem 4.25rem;
}
@media screen and (max-width: 767px) {
  .sec-profile .profile_wrap {
    border-radius: 2.5rem;
    padding: 2.5rem 3.125rem;
  }
}
@media screen and (max-width: 576px) {
  .sec-profile .profile_wrap {
    border-radius: 1.875rem;
    flex-direction: column;
    align-items: center;
    padding: 1.5rem 1.875rem;
  }
}
.sec-profile .profile_wrap .profile_img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 35%;
  margin-right: 3.125rem;
}
@media screen and (max-width: 767px) {
  .sec-profile .profile_wrap .profile_img {
    width: 30%;
    margin-right: 1.5rem;
  }
}
@media screen and (max-width: 576px) {
  .sec-profile .profile_wrap .profile_img {
    width: 6.875rem;
    margin-right: 0rem;
    margin-bottom: 0.75rem;
  }
}
.sec-profile .profile_wrap .profile_img img {
  position: relative;
  border-radius: 50px;
  z-index: 2;
}
.sec-profile .profile_wrap .profile_text {
  position: relative;
  margin: 0 0 0 auto;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sec-profile .profile_wrap .profile_text h3 {
  font-size: 1.625rem;
  margin-bottom: 0.5rem;
  position: relative;
  letter-spacing: 0.125rem;
  color: #565656;
}
@media screen and (max-width: 767px) {
  .sec-profile .profile_wrap .profile_text h3 {
    font-size: 1.25rem;
    margin-bottom: 0.375rem;
    letter-spacing: 0.0625rem;
  }
}
@media screen and (max-width: 576px) {
  .sec-profile .profile_wrap .profile_text h3 {
    text-align: center;
    font-size: 1.125rem;
  }
}
.sec-profile .profile_wrap .profile_text p {
  position: relative;
  font-size: 0.9375rem;
}
@media screen and (max-width: 576px) {
  .sec-profile .profile_wrap .profile_text p {
    font-size: 0.75rem;
  }
}
.sec-profile .prof_link {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.75rem;
}
@media screen and (max-width: 576px) {
  .sec-profile .prof_link {
    justify-content: center;
    margin-top: 0.625rem;
  }
}
.sec-profile .prof_link a {
  background: #18AEDB;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  transition: 0.3s;
}
@media screen and (max-width: 576px) {
  .sec-profile .prof_link a {
    width: 2rem;
    height: 2rem;
  }
}
.sec-profile .prof_link a:not(:last-child) {
  margin-right: 0.625rem;
}
.sec-profile .prof_link a i {
  margin: 0;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(50deg) brightness(104%) contrast(104%);
}
.sec-profile .prof_link a:hover {
  opacity: 0.5;
}/*# sourceMappingURL=home.css.map */