/* =========================================================
top
========================================================= */
.p-top-mv_carousel .slick-slide {
  padding: 9px;
}
@media screen and (min-width: 768px) {
  .p-top-mv_carousel .slick-slide {
    filter: blur(2px);
    transform: scale(0.9);
    transition-duration: 0ms;
    transition: 0.8s;
  }
}
.p-top-mv_carousel .slick-slide img {
  border: 3px solid #ffffff;
  border-radius: 38px;
  box-shadow: 3px 3px 8px rgba(46, 31, 24, 0.4196078431);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-top-mv_carousel .slick-slide img {
    border-radius: 68px;
  }
}
@media screen and (min-width: 768px) {
  .p-top-mv_carousel .slick-slide.slick-current {
    filter: blur(0);
    transform: scale(1);
    transition-duration: 0ms;
    transition: 0.8s;
  }
}
.p-top-mv_carousel .slick-dots li button:before {
  font-size: 13px;
}
.p-top-mv_text {
  font-size: clamp(16px, 2.4vw, 24px);
  line-height: 2;
  margin: 70px auto 0;
  max-width: 500px;
  width: 94%;
}
@media screen and (min-width: 768px) {
  .p-top-mv_text {
    max-width: 1000px;
  }
}
@media screen and (min-width: 992px) {
  .p-top-mv_text {
    font-size: 24px;
  }
}
.p-top-about {
  padding: 50px 5vw;
}
@media screen and (min-width: 768px) {
  .p-top-about {
    padding: 70px 2vw;
  }
}
.p-top-about--wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: auto;
  max-width: 500px;
}
@media screen and (min-width: 768px) {
  .p-top-about--wrap {
    flex-direction: row;
    max-width: 1000px;
  }
}
.p-top-about_image {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-about_image {
    width: 50%;
  }
}
.p-top-about_image img {
  border-radius: 25px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-top-about_image img {
    border-radius: 50px;
  }
}
.p-top-about_detail {
  padding: 25px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-about_detail {
    width: 50%;
  }
}
.p-top-about_detail .title {
  color: #651901;
  font-size: clamp(18px, 2.4vw, 24px);
}
@media screen and (min-width: 992px) {
  .p-top-about_detail .title {
    font-size: 24px;
  }
}
.p-top-about_detail p {
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: 1.8;
  margin-top: 25px;
}
@media screen and (min-width: 992px) {
  .p-top-about_detail p {
    font-size: 16px;
  }
}
.p-top-about_detail .btn {
  margin-top: 15px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-about_detail .btn {
    text-align: left;
  }
}
.p-top-about_detail .btn a {
  background-image: url(../images/common/bg-btn01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  color: #651901;
  display: inline-block;
  font-size: clamp(15px, 1.8vw, 18px);
  padding: 9px 25px;
  text-align: center;
  transition: 0.4s;
}
@media screen and (min-width: 992px) {
  .p-top-about_detail .btn a {
    font-size: 18px;
  }
}
.p-top-about_detail .btn a:hover {
  opacity: 0.7;
}
.p-top-about_detail .btn a:hover .inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-top-about_detail .btn a:hover .inner::before {
  transform: rotate(15deg);
  transition: 0.4s;
}
.p-top-about_detail .btn a .inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-top-about_detail .btn a .inner::before {
  background-image: url(../images/common/icon-footprints01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  height: 30px;
  width: 30px;
  margin-right: 15px;
  transition: 0.4s;
}
.p-top-about_detail .btn a .inner::after {
  background-image: url(../images/common/icon-arrow01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  height: 15px;
  width: 15px;
  margin-left: 8px;
}
.p-top-menu {
  padding: 50px 5vw;
}
@media screen and (min-width: 768px) {
  .p-top-menu {
    padding: 70px 2vw;
  }
}
.p-top-menu--wrap {
  margin: auto;
  max-width: 500px;
}
@media screen and (min-width: 768px) {
  .p-top-menu--wrap {
    max-width: 1000px;
  }
}
.p-top-menu_title {
  color: #651901;
  display: block;
  font-size: clamp(28px, 4.4vw, 44px);
  letter-spacing: 0.3rem;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-top-menu_title {
    font-size: 44px;
  }
}
.p-top-menu_title .inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-top-menu_title .inner::before {
  background-image: url(../images/common/icon-footprints02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: block;
  height: 70px;
  width: 70px;
  margin-right: 15px;
}
.p-top-menu_list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 0;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-top-menu_list {
    gap: 60px 40px;
    margin-top: 70px;
  }
}
.p-top-menu_list > li {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-menu_list > li {
    width: calc((100% - 40px) / 2);
  }
}
.p-top-menu_list > li picture img {
  border-radius: 25px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-top-menu_list > li picture img {
    border-radius: 50px;
  }
}
@media screen and (min-width: 768px) {
  .p-top-menu_list > li:first-of-type {
    gap: 40px;
    align-items: center;
    flex-direction: row;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-top-menu_list > li:first-of-type picture {
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (min-width: 768px) {
  .p-top-menu_list > li:first-of-type .p-top-menu_detail {
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (min-width: 768px) {
  .p-top-menu_list > li:first-of-type .p-top-menu_detail .title {
    margin-top: 0;
  }
}
.p-top-menu_list > li .title {
  color: #651901;
  font-size: clamp(18px, 2.4vw, 24px);
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .p-top-menu_list > li .title {
    font-size: 24px;
  }
}
.p-top-menu_list > li p {
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: 1.8;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .p-top-menu_list > li p {
    margin-top: 25px;
  }
}
@media screen and (min-width: 992px) {
  .p-top-menu_list > li p {
    font-size: 16px;
  }
}
.p-top-menu_list > li .btn {
  margin-top: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-menu_list > li .btn {
    text-align: right;
  }
}
.p-top-menu_list > li .btn a {
  background-image: url(../images/common/bg-btn01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  color: #651901;
  display: inline-block;
  font-size: clamp(15px, 1.8vw, 18px);
  padding: 9px 25px;
  text-align: center;
  transition: 0.4s;
}
@media screen and (min-width: 992px) {
  .p-top-menu_list > li .btn a {
    font-size: 18px;
  }
}
.p-top-menu_list > li .btn a:hover {
  opacity: 0.7;
}
.p-top-menu_list > li .btn a:hover .inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-top-menu_list > li .btn a:hover .inner::before {
  transform: rotate(15deg);
  transition: 0.4s;
}
.p-top-menu_list > li .btn a .inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-top-menu_list > li .btn a .inner::before {
  background-image: url(../images/common/icon-footprints01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  height: 30px;
  width: 30px;
  margin-right: 15px;
  transition: 0.4s;
}
.p-top-menu_list > li .btn a .inner::after {
  background-image: url(../images/common/icon-arrow01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  height: 15px;
  width: 15px;
  margin-left: 8px;
}
.p-top-news {
  background-color: #eedccb;
  padding: 70px 5vw;
}
@media screen and (min-width: 768px) {
  .p-top-news {
    padding: 70px 2vw;
  }
}
.p-top-news--wrap {
  margin: auto;
  max-width: 1000px;
}
.p-top-news_title {
  color: #651901;
  display: block;
  font-size: clamp(28px, 4.4vw, 44px);
  letter-spacing: 0.3rem;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-top-news_title {
    font-size: 44px;
  }
}
.p-top-news_title .inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-top-news_title .inner::before {
  background-image: url(../images/common/icon-footprints02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: block;
  height: 70px;
  width: 70px;
  margin-right: 15px;
}
.p-top-news_list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-top-news_list {
    flex-direction: row;
  }
}
.p-top-news_list > li {
  margin: auto;
  max-width: 500px;
}
@media screen and (min-width: 768px) {
  .p-top-news_list > li {
    max-width: 306px;
  }
}
.p-top-news_list > li a {
  color: #413734;
  display: block;
  transition: 0.4s;
}
.p-top-news_list > li a:hover .text {
  text-decoration: underline;
}
.p-top-news_list > li .image img {
  border-radius: 25px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-top-news_list > li .image img {
    border-radius: 50px;
  }
}
.p-top-news_list > li .category {
  display: flex;
  margin-top: 15px;
}
.p-top-news_list > li .category > li {
  background-color: #d6b8c3;
  border-radius: 5px;
  display: inline-block;
  font-size: clamp(11px, 1.3vw, 13px);
  margin-right: 8px;
  padding: 3px 15px;
}
@media screen and (min-width: 992px) {
  .p-top-news_list > li .category > li {
    font-size: 13px;
  }
}
.p-top-news_list > li .text {
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: 1.4;
  margin-top: 5px;
}
@media screen and (min-width: 992px) {
  .p-top-news_list > li .text {
    font-size: 16px;
  }
}
.p-top-news_btn {
  margin-top: 40px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-news_btn {
    margin-top: 20px;
    text-align: right;
  }
}
.p-top-news_btn a {
  background-image: url(../images/common/bg-btn02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  color: #651901;
  display: inline-block;
  font-size: clamp(15px, 1.8vw, 18px);
  padding: 9px 25px;
  text-align: center;
  transition: 0.4s;
}
@media screen and (min-width: 992px) {
  .p-top-news_btn a {
    font-size: 18px;
  }
}
.p-top-news_btn a:hover {
  opacity: 0.7;
}
.p-top-news_btn a:hover .inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-top-news_btn a:hover .inner::before {
  transform: rotate(15deg);
  transition: 0.4s;
}
.p-top-news_btn a .inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-top-news_btn a .inner::before {
  background-image: url(../images/common/icon-footprints01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  height: 30px;
  width: 30px;
  margin-right: 15px;
  transition: 0.4s;
}
.p-top-news_btn a .inner::after {
  background-image: url(../images/common/icon-arrow01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  height: 15px;
  width: 15px;
  margin-left: 8px;
}
.p-top-contact {
  padding: 70px 5vw;
}
@media screen and (min-width: 768px) {
  .p-top-contact {
    padding: 70px 2vw;
  }
}
.p-top-contact--wrap {
  margin: auto;
  max-width: 1000px;
}
.p-top-contact_title {
  color: #651901;
  display: block;
  font-size: clamp(28px, 4.4vw, 44px);
  letter-spacing: 0.3rem;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-top-contact_title {
    font-size: 44px;
  }
}
.p-top-contact_title .inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-top-contact_title .inner::before {
  background-image: url(../images/common/icon-footprints02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: block;
  height: 70px;
  width: 70px;
  margin-right: 15px;
}
.p-top-contact_text {
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: 1.8;
  margin-top: 40px;
}
@media screen and (min-width: 992px) {
  .p-top-contact_text {
    font-size: 16px;
  }
}
.p-top-contact_line {
  border-top: 1px dotted #413734;
  display: flex;
  align-items: center;
  margin-top: 2%;
  padding-top: 20px;
}
.p-top-contact_line .image {
  max-width: 210px;
  padding: 15px;
}
.p-top-contact_line .text {
  font-size: clamp(15px, 1.8vw, 18px);
  line-height: 1.8;
}
@media screen and (min-width: 992px) {
  .p-top-contact_line .text {
    font-size: 18px;
  }
}
/*# sourceMappingURL=style-top.css.map */