.home .p-header .container {
  justify-content: center;
}
.home .p-header .p-header__logo {
  display: none;
}
.home .p-header .p-header-menu__list::after, .home .p-header .p-header-menu__list::before {
  content: "";
  display: block;
  height: 0.25rem;
  width: 7.5rem;
  border-top: 0.25rem #FFF dotted;
  margin: 0 20px;
}
/*------------------------
  main visual
------------------------*/
.mainvisual {
  display: flex;
  background-color: #FFF;
  justify-content: center;
  margin-top: 2.5rem;
}
.mainvisual .mv_img {
  order: 2;
  width: auto;
  display: flex;
  justify-content: left;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .mainvisual .mv_img {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.mainvisual .mv_img img.mv {
  width: 67%;
  max-width: inherit;
  height: 100%;
  aspect-ratio: 2218/1888;
}
@media screen and (max-width: 767px) {
  .mainvisual .mv_img img.mv {
    width: 100%;
    -o-object-position: left;
       object-position: left;
  }
}
.mainvisual .mv_img img.logo {
  width: 38%;
  margin-left: -9%;
  margin-top: -3%;
}
@media screen and (max-width: 767px) {
  .mainvisual .mv_img img.logo {
    width: 70%;
    margin-left: 0;
    margin-top: 4.375rem;
  }
}
/*------------------------
  top / news list
------------------------*/
.news-sec {
  background: #FFF;
  background-image: url(../../images/common/bg_cross.svg);
  background-repeat: repeat;
  background-size: 8.125rem 8.125rem;
  background-attachment: fixed;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .news-sec {
    background-size: 4.375rem 4.375rem;
  }
}
@media screen and (max-width: 576px) {
  .news-sec {
    background-size: 3.125rem 3.125rem;
  }
}
.news-sec::before {
  content: "";
  position: absolute;
  background-image: url(../../images/top/wave_mv.svg);
  z-index: 2;
  left: 0;
  right: 0;
  top: -3.125rem;
  height: 6.25rem;
  background-repeat: repeat-x;
  background-size: auto 100%;
}
@media screen and (max-width: 767px) {
  .news-sec::before {
    top: -2.1875rem;
    height: 4.375rem;
  }
}
@media screen and (max-width: 576px) {
  .news-sec::before {
    top: -1.25rem;
    height: 2.5rem;
  }
}
.news-sec .sec-title .sub {
  color: #d71317;
}
@media screen and (max-width: 576px) {
  .news-sec .ly-wrapper {
    margin-top: -1.25rem;
  }
}
.news-sec .news-wrap .news-twitter_btn {
  background-color: #5a4333;
  display: flex;
  color: #FFF;
  justify-content: center;
  position: relative;
  border-radius: 1.25rem;
  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;
    max-width: 34.375rem;
  }
}
@media screen and (max-width: 576px) {
  .news-sec .news-wrap .news-twitter_btn {
    margin-bottom: 0.75rem;
    padding: 1rem 0.75rem;
    border-radius: 1rem;
  }
}
.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:hover {
  background-color: #8e705b;
}
.news-sec .news-wrap .news-body {
  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 {
  z-index: 2;
  margin-top: -8vw;
  margin-bottom: -8vw;
  background: #d71317;
  -webkit-clip-path: polygon(0 0, 100% 8vw, 100% 100%, 0 calc(100% - 8vw));
          clip-path: polygon(0 0, 100% 8vw, 100% 100%, 0 calc(100% - 8vw));
}
.sec-greeting .sec-title img {
  height: 9.125rem;
  margin-bottom: 0rem;
}
@media screen and (max-width: 576px) {
  .sec-greeting .sec-title img {
    height: 4.5625rem;
    margin-bottom: -0.25rem;
  }
}
.sec-greeting .sec-title .sub {
  color: #FFF;
}
.sec-greeting .ly-container .ly-wrapper {
  display: flex;
  flex-direction: column;
}
.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 {
  color: #FFF;
  font-size: 1.125rem;
  line-height: 2.2;
  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: #FFF;
  background-image: url(../../images/common/bg_dot.svg);
  background-repeat: repeat;
  background-size: 3rem 1.5rem;
  background-attachment: fixed;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec-character {
    padding: 5%;
  }
}
@media screen and (max-width: 576px) {
  .sec-character {
    padding: 0;
    background-size: 1.5rem 0.75rem;
  }
}
.sec-character .sec-title {
  margin-bottom: 3.125rem;
}
.sec-character .sec-title img {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .sec-character .sec-title {
    margin-bottom: 1.875rem;
    margin-top: -1.875rem;
  }
}
@media screen and (max-width: 576px) {
  .sec-character .sec-title {
    margin-top: -0.625rem;
  }
}
.sec-character .character_wrap {
  display: flex;
  position: relative;
  background: #d71317;
  margin: 0 auto;
  max-width: 50rem;
  border-radius: 1.875rem;
  padding: 3.125rem 8.75rem;
  color: #FFF;
  margin-bottom: -2.5rem;
}
@media screen and (max-width: 767px) {
  .sec-character .character_wrap {
    padding: 3.125rem 7.5rem;
    margin-bottom: -3.125rem;
  }
}
@media screen and (max-width: 576px) {
  .sec-character .character_wrap {
    padding: 1.875rem 3.75rem 3.75rem;
    margin-bottom: 0rem;
  }
}
.sec-character .character_wrap .character_text {
  position: relative;
  margin: 0 0 0 auto;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sec-character .character_wrap .character_text h3 {
  font-size: 2.25rem;
  margin-bottom: 0.75rem;
  position: relative;
  letter-spacing: 0.125rem;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec-character .character_wrap .character_text h3 {
    font-size: 1.375rem;
    margin-bottom: 0.75rem;
    letter-spacing: 0.0625rem;
  }
}
.sec-character .character_wrap .character_text p {
  border-top: 4px dotted #FFF;
  position: relative;
  font-size: 1rem;
  padding-top: 0.75rem;
}
@media screen and (max-width: 576px) {
  .sec-character .character_wrap .character_text p {
    font-size: 0.75rem;
  }
}
.sec-character .character_wrap .character_text .character_link {
  display: flex;
  margin-top: 0.75rem;
  flex-wrap: wrap;
}
.sec-character .character_wrap .character_text .character_link a {
  display: block;
  background: #FFF;
  padding: 0.5rem 0.75rem;
  border-radius: 3.125rem;
  color: #d71317;
  transition: 0.3s;
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
  letter-spacing: 0.0625rem;
}
@media screen and (max-width: 576px) {
  .sec-character .character_wrap .character_text .character_link a {
    font-size: 0.6875rem;
    padding: 0.375rem 0.5rem;
  }
}
.sec-character .character_wrap .character_text .character_link a:hover {
  opacity: 0.5;
}
.sec-character .character_wrap .character_text .character_link a:not(:last-child) {
  margin-right: 0.5rem;
}
.sec-character .character_wrap .character_text .character_link a i {
  filter: invert(13%) sepia(99%) saturate(4372%) hue-rotate(351deg) brightness(89%) contrast(97%);
}
.sec-character .character_wrap .character_img {
  position: absolute;
  left: -24%;
  right: -24%;
  bottom: -45%;
  display: flex;
  pointer-events: none;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sec-character .character_wrap .character_img {
    left: -17%;
    right: -17%;
    bottom: -52%;
  }
}
@media screen and (max-width: 576px) {
  .sec-character .character_wrap .character_img {
    left: -16%;
    right: -16%;
    bottom: -33%;
  }
}
.sec-character .character_wrap .character_img img {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .sec-character .character_wrap .character_img img {
    width: 34%;
  }
}
@media screen and (max-width: 576px) {
  .sec-character .character_wrap .character_img img {
    width: 41%;
  }
}/*# sourceMappingURL=home.css.map */