/*------------------------
  main visual
------------------------*/
.mainvisual {
  background-color: #FFF;
}
.mainvisual .mv_logo {
  width: 70%;
  display: block;
  margin: -2.5rem auto 0;
}
@media screen and (max-width: 767px) {
  .mainvisual .mv_logo {
    margin: -1.25rem auto 0;
  }
}
@media screen and (max-width: 576px) {
  .mainvisual .mv_logo {
    margin: -0.625rem auto 0;
  }
}
.mainvisual .ly-container {
  padding: 3.75rem 0 6.875rem;
}
@media screen and (max-width: 767px) {
  .mainvisual .ly-container {
    padding: 2.5rem 0 5rem;
  }
}
@media screen and (max-width: 576px) {
  .mainvisual .ly-container {
    padding: 2.5rem 0 3.125rem;
  }
}

/*------------------------
  top / news list
------------------------*/
.news-sec {
  background-color: #fcf5ca;
}
.news-sec .sec-title .main {
  color: #f3b0a6;
  border-color: #f3b0a6;
}
.news-sec .sec-title .sub {
  color: #f3b0a6;
}
.news-sec .news-wrap .news-twitter_btn {
  background-color: #2e4a72;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #FFF;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border-radius: 6.25rem;
  max-width: 40.625rem;
  margin: 0 auto;
  margin-bottom: 2.875rem;
  padding: 1.875rem 1.25rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .news-sec .news-wrap .news-twitter_btn {
    margin-bottom: 2.25rem;
    padding: 1.25rem 1rem;
    max-width: 34.375rem;
  }
}
@media screen and (max-width: 576px) {
  .news-sec .news-wrap .news-twitter_btn {
    max-width: 15.625rem;
    margin-bottom: 1.25rem;
    padding: 0.875rem 1rem;
  }
}
.news-sec .news-wrap .news-twitter_btn .x_btn_x {
  display: block;
  width: 2.25rem;
  margin-right: 0.5rem;
}
@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.5625rem;
  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: 0.9375rem;
    line-height: 1.5;
  }
}
.news-sec .news-wrap .news-twitter_btn p span {
  letter-spacing: -0.03125rem;
}
.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_img {
  position: absolute;
  height: 10rem;
  top: -3.3125rem;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
@media screen and (max-width: 767px) {
  .news-sec .news-wrap .news-twitter_btn .x_btn_img {
    height: 7.5rem;
  }
}
@media screen and (max-width: 576px) {
  .news-sec .news-wrap .news-twitter_btn .x_btn_img {
    height: 5.625rem;
  }
}
.news-sec .news-wrap .news-twitter_btn .x_btn_img.right {
  right: -2.5rem;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
@media screen and (max-width: 767px) {
  .news-sec .news-wrap .news-twitter_btn .x_btn_img.right {
    right: -1.875rem;
  }
}
@media screen and (max-width: 576px) {
  .news-sec .news-wrap .news-twitter_btn .x_btn_img.right {
    top: -1rem;
  }
}
.news-sec .news-wrap .news-twitter_btn .x_btn_img.left {
  left: -5rem;
  -webkit-transform-origin: 70% 80%;
          transform-origin: 70% 80%;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
@media screen and (max-width: 767px) {
  .news-sec .news-wrap .news-twitter_btn .x_btn_img.left {
    left: -3.75rem;
  }
}
@media screen and (max-width: 576px) {
  .news-sec .news-wrap .news-twitter_btn .x_btn_img.left {
    left: -3.125rem;
    top: -2.0625rem;
  }
}
.news-sec .news-wrap .news-twitter_btn:hover .x_btn_img.right {
  -webkit-transform: rotate(-10deg) !important;
          transform: rotate(-10deg) !important;
}
.news-sec .news-wrap .news-twitter_btn:hover .x_btn_img.left {
  -webkit-transform: rotate(8deg) !important;
          transform: rotate(8deg) !important;
}
.news-sec .news-wrap .news-body {
  background-color: #FFF;
  border-radius: 1.25rem;
  width: 100%;
  max-width: 62.5rem;
  margin: 0 auto;
  margin-bottom: 0rem;
  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-pack: justify;
      -ms-flex-pack: justify;
          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-introduction {
  background: #FFF;
}
.sec-introduction .sec-title {
  position: relative;
}
.sec-introduction .sec-title .sec-title_img {
  width: 130%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: -2.875rem;
}
.sec-introduction .sec-title .sec-title_img.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sec-introduction .sec-title .sec-title_img {
    width: 140%;
  }
  .sec-introduction .sec-title .sec-title_img.sp {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .sec-introduction .sec-title .sec-title_img {
    width: 120%;
    top: -1.625rem;
  }
  .sec-introduction .sec-title .sec-title_img.sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sec-introduction .sec-title .sec-title_img.pc {
    display: none;
  }
}
.sec-introduction .sec-title .sec-title_img img {
  height: 7.75rem;
}
@media screen and (max-width: 767px) {
  .sec-introduction .sec-title .sec-title_img img {
    height: 6.25rem;
  }
}
@media screen and (max-width: 576px) {
  .sec-introduction .sec-title .sec-title_img img {
    height: 4.375rem;
  }
}
.sec-introduction .sec-title .main {
  color: #45679b;
  border-color: #c1bfb8;
  position: relative;
}
.sec-introduction .sec-title .sub {
  color: #c1b071;
}
.sec-introduction .ly-container .ly-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sec-introduction .ly-container .ly-wrapper p {
  font-size: 1rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec-introduction .ly-container .ly-wrapper p {
    font-size: 0.875rem;
    line-height: 2;
  }
}
@media screen and (max-width: 576px) {
  .sec-introduction .ly-container .ly-wrapper p {
    font-size: 0.875rem;
    text-align: left;
    line-height: 2;
  }
}
.sec-introduction .ly-container .ly-wrapper .intro_chara {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  width: 70%;
  display: block;
  margin: 4rem auto -1.875rem;
}
@media screen and (max-width: 767px) {
  .sec-introduction .ly-container .ly-wrapper .intro_chara {
    margin: 2.5rem auto -1.25rem;
  }
}
@media screen and (max-width: 576px) {
  .sec-introduction .ly-container .ly-wrapper .intro_chara {
    width: 100%;
  }
}

/*------------------------
  profile
------------------------*/
.sec-profile {
  background-color: #45679b;
}
.sec-profile::after {
  content: "";
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
  top: -1.8125rem;
  bottom: 0;
  background-image: url(../../images/common/bg_chara.png);
  background-size: 43.75rem;
  background-repeat: repeat;
  background-attachment: fixed;
}
.sec-profile .sec-title {
  z-index: 2;
}
.sec-profile .sec-title .main {
  color: #FFF;
}
.sec-profile .sec-title .sub {
  color: #FFF;
}
.sec-profile .ly-container {
  position: relative;
  z-index: 3;
}
.sec-profile .profile_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background: #fbe8eb;
  margin: 0 auto;
  max-width: 62.5rem;
  border-radius: 2.5rem;
  padding: 2.875rem 3.75rem;
}
.sec-profile .profile_wrap::before {
  content: "";
  position: absolute;
  display: block;
  border: 0.3125rem solid #FFF;
  pointer-events: 0;
  left: 1.25rem;
  right: 1.25rem;
  top: 1.25rem;
  bottom: 1.25rem;
  border-radius: 2rem;
}
@media screen and (max-width: 767px) {
  .sec-profile .profile_wrap {
    border-radius: 1.875rem;
    padding: 2.5rem 3.125rem;
  }
  .sec-profile .profile_wrap::before {
    left: 0.75rem;
    right: 0.75rem;
    top: 0.75rem;
    bottom: 0.75rem;
    border-radius: 1.25rem;
  }
}
@media screen and (max-width: 576px) {
  .sec-profile .profile_wrap {
    border-radius: 1.25rem;
    -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;
    padding: 1.5rem 1.875rem;
  }
  .sec-profile .profile_wrap::before {
    border: 0.1875rem solid #FFF;
    left: 0.5rem;
    right: 0.5rem;
    top: 0.5rem;
    bottom: 0.5rem;
    border-radius: 0.75rem;
  }
}
.sec-profile .profile_wrap .profile_img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 30%;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sec-profile .profile_wrap .profile_text h3 {
  font-family: "Jua", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.625rem;
  position: relative;
  letter-spacing: 0.125rem;
  color: #3f2222;
}
@media screen and (max-width: 767px) {
  .sec-profile .profile_wrap .profile_text h3 {
    font-size: 2.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.875rem;
  }
}
.sec-profile .profile_wrap .profile_text p {
  position: relative;
  font-size: 0.875rem;
}
@media screen and (max-width: 576px) {
  .sec-profile .profile_wrap .profile_text p {
    font-size: 0.75rem;
  }
}
.sec-profile .profile_wrap .prof_chara {
  position: absolute;
  width: 12.5rem;
  top: -6.5625rem;
  right: 1.25rem;
  -webkit-animation: swing 3s infinite ease-in-out;
          animation: swing 3s infinite ease-in-out;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
@media screen and (max-width: 576px) {
  .sec-profile .profile_wrap .prof_chara {
    width: 7.5rem;
    top: -4.0625rem;
    right: -0.625rem;
  }
}
.sec-profile .prof_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0.75rem;
}
@media screen and (max-width: 576px) {
  .sec-profile .prof_link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0.625rem;
  }
}
.sec-profile .prof_link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 2.25rem;
  height: 2.25rem;
  position: relative;
}
.sec-profile .prof_link a img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.sec-profile .prof_link a img:first-child {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@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:hover img:first-child {
  opacity: 1;
}
@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
}
@keyframes swing {
  0% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
}