@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;
  }
}

.sec-greeting .ly-container, .sec-profile .ly-container {
  padding-top: 13.75rem;
  padding-bottom: 13.75rem;
}
@media screen and (max-width: 767px) {
  .sec-greeting .ly-container, .sec-profile .ly-container {
    padding-top: 8.125rem;
    padding-bottom: 8.125rem;
  }
}

/*------------------------
  main visual
------------------------*/
.mainvisual {
  display: flex;
  max-height: 100vh;
  min-height: 46.875rem;
}
@media screen and (min-width: 1400px) {
  .mainvisual {
    min-height: 50rem;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual {
    flex-direction: row-reverse;
    min-height: 31.25rem;
  }
}
.mainvisual .mv_img {
  order: 2;
  width: auto;
  max-width: 70%;
  z-index: -1;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.mainvisual .mv_img img {
  transform: scale(1.1, 1.1);
  transform: scale(1, 1);
  transform-origin: center center;
}
.mainvisual .mv_left {
  order: 1;
  background-color: #FFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-grow: 100;
  padding-bottom: 3.125rem;
}
.mainvisual .mv_left .mv_left_logo1 {
  max-width: 13.125rem;
  width: 51%;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 767px) {
  .mainvisual .mv_left .mv_left_logo1 {
    width: 70%;
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 576px) {
  .mainvisual .mv_left .mv_left_logo1 {
    margin-bottom: 1.5rem;
  }
}
.mainvisual .mv_left .mv_left_logo2 {
  max-width: 8.125rem;
  width: 31%;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .mainvisual .mv_left .mv_left_logo2 {
    width: 60%;
    margin-top: 0rem;
  }
}
.mainvisual .mv_left .top_nav {
  display: flex;
  flex-direction: column;
}
.mainvisual .mv_left .top_nav a {
  text-align: center;
  padding: 0.75rem 1.25rem;
  border-bottom: 2px dashed #c1c1c1;
  cursor: pointer;
}
.mainvisual .mv_left .top_nav a:first-child {
  border-top: 2px dashed #c1c1c1;
}
.mainvisual .mv_left .top_nav a .main {
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #1c1715;
  font-weight: 900;
  display: block;
  transition: 0.2s;
}
.mainvisual .mv_left .top_nav a .sub {
  font-size: 0.625rem;
  line-height: 0.875rem;
  color: #a8a197;
  display: block;
  letter-spacing: 0.125rem;
  transition: 0.2s;
}
.mainvisual .mv_left .top_nav a:hover .main, .mainvisual .mv_left .top_nav a:hover .sub {
  color: #f2cc2e;
}
@media screen and (max-width: 767px) {
  .mainvisual .mv_left .top_nav {
    display: none;
  }
}

.wrapper:not(.stop) .mainvisual .mv_img img {
  animation-name: mv_zoom;
  animation-duration: 5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
}

@keyframes mv_zoom {
  from {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
/*------------------------
  top / news list
------------------------*/
.news-sec {
  background-color: #5d3f30;
}
.news-sec::before {
  background-image: url(../../images/common/section_flat_brown.svg);
}
.news-sec::after {
  transform: scale(-1, 1);
  background-image: url(../../images/common/section_bottom_brown.svg);
}
.news-sec .sec-title {
  color: #FFF;
}
.news-sec .news-wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .news-sec .news-wrap {
    flex-direction: column;
  }
}
.news-sec .news-wrap .news-body {
  background-color: #FFF;
  border-radius: 0.625rem;
  width: calc(50% - 1.25rem);
  margin-bottom: 0rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.75rem 1.875rem 1.5rem;
}
.news-sec .news-wrap .news-body .btn_line {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .news-sec .news-wrap .news-body {
    width: 100%;
    margin-bottom: 1.5rem;
    padding: 0.75rem 1.25rem 1rem;
    border-radius: 0.5rem;
  }
  .news-sec .news-wrap .news-body .btn_line {
    margin-top: 0.5rem;
  }
}
.news-sec .news-wrap.full {
  flex-direction: column;
}
.news-sec .news-wrap.full .news-body {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .news-sec .news-wrap.full .news-body {
    width: 100%;
    margin-bottom: 0rem;
  }
}
.news-sec .news-wrap.full .news-twitter_btn {
  margin: -1.875rem auto 2.5rem;
  display: block;
  width: 70%;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .news-sec .news-wrap.full .news-twitter_btn {
    margin: -0.625rem auto 1.25rem;
    width: 90%;
  }
}
.news-sec .news-wrap.full .news-twitter_btn:hover {
  opacity: 0.3s;
}
.news-sec .news-wrap .news-twitter {
  position: relative;
  width: calc(50% - 1.25rem);
  overflow: hidden;
  border-radius: 0.625rem;
  max-height: 33.125rem;
}
@media screen and (max-width: 767px) {
  .news-sec .news-wrap .news-twitter {
    width: 100%;
    overflow: auto;
    max-height: none;
  }
}
.news-sec .news-wrap .news-twitter .tw_account {
  display: block;
  line-height: 3.125rem;
  letter-spacing: 0.0625rem;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  width: 100%;
  padding: 0 0;
  background: #77af9a;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .news-sec .news-wrap .news-twitter .tw_account {
    font-size: 1.5rem;
    border-radius: 0.625rem 0.625rem 0 0;
  }
}
.news-sec .news-wrap .news-twitter .tw_timeline_box {
  width: 100%;
  height: 100%;
  min-height: 15.625rem;
  overflow: scroll;
  background: #FFF;
  /*スクロールバー非表示（IE・Edge）*/
  -ms-overflow-style: none;
  /*スクロールバー非表示（Firefox）*/
  scrollbar-width: none;
  /*スクロールバー非表示（Chrome・Safari）*/
}
.news-sec .news-wrap .news-twitter .tw_timeline_box::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 767px) {
  .news-sec .news-wrap .news-twitter .tw_timeline_box {
    border-radius: 0 0 0.625rem 0.625rem;
    max-height: 28.125rem;
  }
}

/*------------------------
  greeting
------------------------*/
.sec-greeting {
  background: #FFF;
  background-image: url(../../images/top/bg_stripe_green.svg);
  background-repeat: repeat;
  background-size: 6.25rem 6.25rem;
  background-attachment: fixed;
  z-index: 1;
}
.sec-greeting .sec-title {
  color: #77af9a;
}
.sec-greeting .ly-container .ly-wrapper {
  display: flex;
  flex-direction: column;
}
.sec-greeting .ly-container .ly-wrapper h2 {
  order: 1;
}
.sec-greeting .ly-container .ly-wrapper p {
  font-size: 1.125rem;
  line-height: 2.5;
  text-align: center;
  margin-bottom: 2.5rem;
  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;
    margin-bottom: 0rem;
    margin-top: 1.25rem;
    order: 4;
  }
}
.sec-greeting .ly-container .ly-wrapper p .green {
  color: #77af9a;
}
.sec-greeting .ly-container .ly-wrapper img {
  order: 3;
  display: block;
  text-align: center;
  width: 100%;
}

/*------------------------
  character
------------------------*/
.sec-character {
  background-color: #eaeae3;
}
.sec-character::before {
  background-image: url(../../images/common/section_top_beige.svg);
}
.sec-character::after {
  background-image: url(../../images/common/section_bottom_beige.svg);
  transform: scale(-1, 1);
}
.sec-character h2 {
  color: #5d3f30;
}
.sec-character .ly-wrapper {
  max-width: unset;
}
.sec-character .character_list {
  height: 36.25rem;
}
@media screen and (max-width: 576px) {
  .sec-character .character_list {
    height: 25rem;
  }
}
.sec-character .character_list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  transform-origin: center center;
  transition: 0.5s;
  cursor: pointer;
}
.sec-character .character_list li img {
  position: relative;
  z-index: 1;
  transition: 0.5s;
  transform: scale(0.9, 0.9);
  filter: brightness(60%) sepia(24%);
  z-index: 2;
}
.sec-character .character_list li .character_text {
  position: relative;
  width: 31.25rem;
  z-index: 1;
  opacity: 0;
  text-align: center;
  padding: 3.75rem 0 3.125rem;
  transition: 0.2s;
  margin-top: -1.5rem;
}
@media screen and (max-width: 576px) {
  .sec-character .character_list li .character_text {
    padding: 3.75rem 0 3.125rem;
    width: 78vw;
  }
}
.sec-character .character_list li .character_text::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../../images/common/round.svg);
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(95deg) brightness(104%) contrast(101%);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.sec-character .character_list li .character_text h3 {
  position: relative;
  font-size: 1.25rem;
  font-weight: 900;
  margin-bottom: 0.75rem;
  z-index: 2;
}
.sec-character .character_list li .character_text p {
  position: relative;
  line-height: 1.5;
  z-index: 2;
}
@media screen and (max-width: 576px) {
  .sec-character .character_list li .character_text p {
    font-size: 0.75rem;
    line-height: 1.3;
  }
}
.sec-character .character_list li .character_text p:not(:last-child) {
  margin-bottom: 0.75rem;
}
.sec-character .character_list li .character_text p.small {
  font-size: 0.875rem;
  font-weight: 700;
  color: #77af9a;
}
@media screen and (max-width: 576px) {
  .sec-character .character_list li .character_text p.small {
    font-size: 0.6875rem;
  }
}
.sec-character .character_list li.slick-current, .sec-character .character_list li.is-active-next {
  cursor: default;
}
.sec-character .character_list li.slick-current img, .sec-character .character_list li.is-active-next img {
  width: 100%;
  filter: brightness(100%) sepia(0%);
  transform: scale(1.2, 1.2);
  margin-top: 1.875rem;
}
.sec-character .character_list li.slick-current .character_text, .sec-character .character_list li.is-active-next .character_text {
  opacity: 1;
  display: block;
}
.sec-character .slick-prev, .sec-character .slick-next {
  top: 33%;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 576px) {
  .sec-character .slick-prev, .sec-character .slick-next {
    width: 30px;
    height: 30px;
  }
}
.sec-character .slick-prev:before, .sec-character .slick-next:before {
  font-size: 40px;
  color: #77af9a;
}
@media screen and (max-width: 576px) {
  .sec-character .slick-prev:before, .sec-character .slick-next:before {
    font-size: 30px;
  }
}

/*------------------------
  profile
------------------------*/
.sec-profile {
  background-color: #77af9a;
  background-image: url(../../images/top/bg_stripe_wh.svg);
  background-repeat: repeat;
  background-size: 6.25rem 6.25rem;
  background-attachment: fixed;
  z-index: 1;
  overflow: hidden;
}
.sec-profile h2 {
  color: #FFF;
}
.sec-profile h2 .main .space {
  letter-spacing: 0.0625rem;
}
.sec-profile .ly-wrapper {
  max-width: 63.75rem;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 576px) {
  .sec-profile .ly-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.sec-profile .profile_wrap figure {
  position: relative;
  width: 40%;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.sec-profile .profile_wrap figure::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../../images/common/round.svg);
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(95deg) brightness(104%) contrast(101%);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.sec-profile .profile_wrap figure img {
  width: 60%;
  position: relative;
  border-radius: 50px;
  z-index: 2;
  margin-left: -1.875rem;
  margin-top: -0.625rem;
}
@media screen and (max-width: 576px) {
  .sec-profile .profile_wrap figure {
    width: 50%;
    margin: 0 auto;
  }
  .sec-profile .profile_wrap figure img {
    width: 60%;
    border-radius: 30px;
    margin-left: -0.5rem;
    margin-top: -0.625rem;
  }
}
.sec-profile .profile_wrap .detail {
  position: relative;
  width: 70%;
  margin: 0 0 0 auto;
  margin-top: -18.75rem;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3.75rem 6.25rem 5rem 6.25rem;
}
@media screen and (max-width: 576px) {
  .sec-profile .profile_wrap .detail {
    padding: 3.125rem 3.125rem 2.5rem 3.125rem;
    width: 100%;
    margin-top: -2.5rem;
  }
}
.sec-profile .profile_wrap .detail::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../../images/common/round.svg);
  filter: invert(99%) sepia(16%) saturate(135%) hue-rotate(358deg) brightness(98%) contrast(87%);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.sec-profile .profile_wrap .detail h3 {
  text-align: center;
  font-size: 1.875rem;
  margin-bottom: 1.25rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 576px) {
  .sec-profile .profile_wrap .detail h3 {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 0.5rem;
  }
}
.sec-profile .profile_wrap .detail p {
  text-align: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 576px) {
  .sec-profile .profile_wrap .detail p {
    font-size: 0.6875rem;
  }
}
.sec-profile .prof_link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .sec-profile .prof_link {
    justify-content: center;
    margin-top: 0.5rem;
  }
}
.sec-profile .prof_link .btn_line {
  margin: 0.25rem;
}
@media screen and (max-width: 767px) {
  .sec-profile .prof_link .btn_line {
    margin: 0.1875rem;
  }
}
.sec-profile .prof_link .btn_line a {
  display: flex;
  align-items: center;
  font-size: 0.8125rem;
  letter-spacing: 0rem;
  padding: 0.375rem 0.625rem;
}
.sec-profile .prof_link .btn_line a i {
  width: 1.875rem;
  height: 1.875rem;
}
.sec-profile .prof_link .btn_line a i.x, .sec-profile .prof_link .btn_line a i.instagram {
  background-size: 80%;
}
@media screen and (max-width: 767px) {
  .sec-profile .prof_link .btn_line a {
    padding: 0;
    width: 2.8125rem;
    height: 2.8125rem;
    padding: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-color: #5d3f30;
  }
  .sec-profile .prof_link .btn_line a:hover {
    background: #f2cc2e;
    border-color: #f2cc2e;
  }
  .sec-profile .prof_link .btn_line a:hover i {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(95deg) brightness(104%) contrast(101%);
  }
  .sec-profile .prof_link .btn_line a span {
    display: none;
  }
  .sec-profile .prof_link .btn_line a i {
    margin: 0;
    filter: invert(23%) sepia(42%) saturate(528%) hue-rotate(336deg) brightness(92%) contrast(86%);
  }
}
@media screen and (max-width: 576px) {
  .sec-profile .prof_link .btn_line a {
    width: 2.25rem;
    height: 2.25rem;
    padding: 0.375rem;
  }
}/*# sourceMappingURL=home.css.map */