@charset "utf-8";

/* MV */
.mv {
  overflow: hidden;
}
.mv__slide {
  position: relative;
}
.mv__title {
  font-size: 4.5rem;
  font-family: "Noto Serif JP", serif;
  color: #4c4948;
  position: absolute;
  top: 49.723%;
  left: 8.854%;
  opacity: 0;
  transition: opacity 1.8s 2s;
  font-weight: normal;
}
.is-active .mv__title {
  opacity: 1;
}

.mv-txt__en {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 22%;
  width: 100%;
}
.mv__desc {
  font-size: min(1.2vw, 1.8rem);
  font-weight: bold;
  position: absolute;
  top: 40%;
  right: 19%;
  opacity: 0;
  transition: opacity 2s 2.5s;
}
.mv-txt-en__img {
  width: 80%;
  opacity: 0;
  transition: opacity 1.5s 1.5s;
}
.is-active .mv__desc {
  opacity: 1;
}
.is-active .mv-txt-en__img {
  opacity: 1;
}

.slick-dots li {
  border-radius: 50%;
  background: #cdcecd;
}
.slick-dots li:hover {
  opacity: 0.7;
}
.slick-dots li.slick-active {
  background: #656766;
}
.slick-dots li button::before {
  content: "";
  width: 11px;
  height: 11px;
}
.slick-dots {
  bottom: 2.6%;
}
.mv__banner {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 4.5%;
  max-width: 325px;
  width: 63%;
  height: 135px;
  background: rgba(255, 255, 255, 0.7);
  padding: 30px 15px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.2s linear;
}

.mv__banner:hover {
  background: #ffffff;
  cursor: pointer;
}
.mv-banner__txt {
  text-align: center;
}

.btn__more {
  width: 130px;
  height: 40px;
  display: block;
  margin: 0 auto;
  border: 1px solid #424242;
  position: relative;
  transition: 0.2s linear;
}
.btn__more:hover {
  background: #ffffff;
}
.btn__more::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 8px solid #000000;
  border-bottom: 5px solid transparent;
  position: absolute;
  bottom: 7px;
  right: 7px;
}
.btn__more > span {
  font-size: 1.8rem;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 10px;
}
@media (max-width: 768px) {
  .mv__banner {
    height: 100px;
    padding: 17px;
    bottom: 6.5%;
  }
  .mv__title {
    font-size: 6.5vw;
    left: 25px;
    top: 21%;
  }
  .btn__more {
    width: 100px;
    height: 30px;
  }
  .btn__more > span {
    font-size: 1.3rem;
    left: 5px;
  }
  .slick-dots li {
    width: 6px !important;
    height: 6px !important;
  }
  .mv-txt__en {
    top: min(23vw, 140px);
  }
  .mv__desc {
    position: relative;
    right: 0;
    font-size: min(3vw, 1.3rem);
    margin-top: 30px;
  }
}

/* Banner */
.banner {
  margin: 80px 0;
}
.banner__title {
  text-align: center;
  margin-bottom: 29px;
}
.banner__more .btn__more {
  width: 175px;
  height: 54px;
  border: 2px solid #aac1d2;
}
.banner__more .btn__more > span {
  color: #5f8aab;
  font-size: 2.4rem;
}
.banner__more .btn__more::after {
  border-top: 0.5em solid transparent;
  border-left: 0.9em solid #5f8aab;
  border-bottom: 0.5em solid transparent;
  bottom: 0.5em;
  right: 0.6em;
}
.banner__more .btn__more:hover {
  background: #5f8aab;
}
.banner__more .btn__more:hover span {
  color: #ffffff;
}
.banner__more .btn__more:hover::after {
  border-left: 0.9em solid #ffffff;
}
@media (max-width: 768px) {
  .banner {
    margin: 42px 0 50px;
  }
  .banner__more .btn__more {
    width: 100%;
    height: 40px;
  }
  .banner__more .btn__more > span {
    font-size: 1.8rem;
    left: 23px;
  }
}
/* Banner */
.bnr_area{ background: #333333; }
.bnr__wrap{ width: calc(100% - 50px); margin: 0 auto; padding: 80px 0; border-top: 1px solid #ffffff;  text-align: center;}
.bnr__wrap figure{ max-width: 550px; margin: 0 auto;}
.bnr__wrap a:hover{ opacity: 0.8;}
@media (max-width: 768px) {
  .bnr_area{ padding: 35px 0;}
}

/* Work */
.work {
  padding: 50px 0 80px;
  background: #333333;
}
.work__wrap {
  max-width: 780px;
  width: calc(100% - 50px);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.work__wrap .item {
  flex-basis: calc((100% - 7.69%) / 2);
  margin-top: 40px;
}
.work__wrap p {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 10px;
}
.work__wrap p a{
  text-decoration: underline;
}

.work__wrap .tit {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  margin-top: 10px;
  position: relative;
}

.work__wrap .btn_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.work__wrap .btn_list li {
  margin-top: 10px;
  width: calc((100% - 24px) / 2);
}

.work__wrap .btn_list li .btn__more {
  width: 100%;
  color: #ffffff;
  border: 1px solid #ffffff;
  height: 50px;
}

.work__wrap .btn_list li .btn__more > span {
  top: 10px;
}

.work__wrap .btn_list li .btn__more:hover {
  background: #ffffff;
  color: #333333;
}

.work__wrap .btn__more::after {
  border-left: 8px solid #fff;
  bottom: 7px;
  right: 7px;
}
.work__wrap .btn__more:hover {
  background: #fff;
  color: #000;
}
.work__wrap .btn__more:hover::after {
  border-left: 8px solid #333;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

/* .js-work-slider .slick-dots{
    bottom: -7%;
}
.work__slide a img{
    margin: 0 auto;
} */

.summary-new {
  position: absolute;
  right: 0;
  top: 1px;
  font-size: 1.8rem;
  line-height: 1;
  background: #990000;
  padding: 2px 6px 5px;
  text-align: center;
}

@media (min-width: 768px) {
  .work__wrap .item:nth-of-type(2n) {
    margin-left: 7.69%;
  }
}
@media (max-width: 768px) {
  .work {
    padding-bottom: 60px;
  }

  .work__wrap {
    gap: 40px;
  }

  .work__wrap .item {
    flex-basis: 100%;
    max-width: 360px;
    margin: 0 auto;
  }
  .work__wrap figure {
    text-align: center;
  }
  .summary-new {
    font-size: 1.4rem;
    top: 4px;
  }
}
/* Work */

/* MANSION GALLERY */
.mansion_gallery {
  background: #333333;
  padding-bottom: 80px;
}
.mansion_gallery__outer {
  border-top: 1px solid #fff;
  padding-top: 70px;
  color: #ffffff;
}
.mansion_gallery__content {
  margin: 0 min(10vw, 125px) 0 0;
  margin: 0 auto;
}
.mansion_gallery__content .main-title {
  line-height: 1;
  text-align: center;
  font-size: 7.2rem;
  max-width: 685px;
  text-align: left;
  margin: 0 auto 25px;
}

.mansion_gallery__item {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.mansion_gallery__item .txtBox {
  padding-left: 20px;
}

.mansion_gallery__item figure a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.mansion_gallery .btn__more {
  width: 226px;
  height: 54px;
  margin: 35px 0 0 0;
  border: 1px solid #fff;
}
.mansion_gallery .btn__more > span {
  top: 8px;
}
.mansion_gallery .btn__more::after {
  border-top: 8px solid transparent;
  border-left: 14px solid #fff;
  border-bottom: 8px solid transparent;
  bottom: 7px;
  right: 7px;
}
.mansion_gallery .btn__more:hover {
  background: #fff;
  color: #000;
}
.mansion_gallery .btn__more:hover::after {
  border-left-color: #000;
}
@media (max-width: 768px) {
  .mansion_gallery {
    padding-bottom: 45px;
  }
  .mansion_gallery__content .main-title {
    font-size: min(9vw, 4.6rem);
    text-align: left;
  }
  .mansion_gallery__box {
    flex-direction: column;
    padding-top: 45px;
  }
  .mansion_gallery__item {
    display: block;
  }
  .mansion_gallery__item .txtBox {
    padding-left: 0;
  }
  .mansion_gallery__item figure {
    margin: 0 0 20px 0;
    width: 100%;
    text-align: center;
  }
  .mansion_gallery .btn__more {
    width: 170px;
    height: 40px;
    margin: 25px 0 0 0;
  }
  .mansion_gallery .btn__more > span {
    top: 5px;
  }
  .mansion_gallery .btn__more::after {
    border-top: 6px solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 6px solid transparent;
  }
  .mansion_gallery .btn__more:hover::after {
    border-left-width: 10px;
  }
}
/* Information */

/* Information */
.information {
  background: #333333;
  padding-bottom: 80px;
}
.infor__outer {
  border-top: 1px solid #ffffff;
  padding-top: 70px;
  color: #ffffff;
  display: flex;
}
.infor__content {
  width: 210px;
  margin: 0 min(10vw, 125px) 0 0;
}
.infor__content .main-title {
  line-height: 1;
}
.infor__list {
  width: 66.67%;
}
.infor__item {
}
.infor-item__title {
  font-size: 2.1rem;
  font-weight: bold;
  border-bottom: 2px solid #ffffff;
  margin-bottom: 10px;
}
.infor-item__content:not(:last-of-type) {
  margin-bottom: 12px;
}
.infor__link {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 3px;
}
.infor__link:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .information {
    padding-bottom: 60px;
  }
  .infor__outer {
    padding-top: 35px;
    flex-direction: column;
  }
  .infor__content {
    margin: 0 0 20px 0;
    width: 100%;
  }
  .infor__list {
    width: 100%;
  }
  .infor-item__title {
    font-size: 1.8rem;
  }
}
/* Information */

/* Topic */
.topic__wrap {
  padding: 0 0 50px;
  background: #333333;
}
.topic__outer {
  padding-top: 95px;
  border-top: 1px solid #ffffff;
  color: #ffffff;
  display: flex;
  overflow: hidden;
}
.topic__content {
  width: 210px;
  margin: 0 min(10vw, 125px) 0 0;
}
.topic__content .btn__base {
  margin-top: 25px;
}
.topic__content .main-title {
  line-height: 1;
}
.topic__list {
  width: 66.67%;
}
.topic__item a {
  display: flex;
}
.topic-item__img img {
  transition: 0.3s ease-in-out;
}
.topic__item:hover .topic-item__img img {
  transform: scale(1.1);
}
.topic__item:not(:last-child) {
  margin-bottom: 30px;
}
.topic-item__img {
  margin-right: min(2.5vw, 35px);
  overflow: hidden;
}
.topic-item__content {
}
.topic-item__date {
  width: 100%;
  max-width: 165px;
  font-size: 1.4rem;
  margin-bottom: 15px;
  position: relative;
}
.topic-item__name p {
  font-size: 1.8rem;
}
.topic-new {
  position: absolute;
  right: 0;
  top: 2px;
  font-size: 1.8rem;
  line-height: 1;
  background: #990000;
  padding: 2px 6px 5px;
  text-align: center;
}
@media (max-width: 768px) {
  .topic__outer {
    padding-top: 35px;
    flex-direction: column;
  }
  .topic__content {
    max-width: 385px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 40px 0;
  }
  .topic__content .btn__base {
    margin: 0;
    max-width: 160px;
    font-size: 1.2rem;
  }
  .topic-item__img {
    margin-right: 25px;
    min-width: 140px;
  }
  .topic-item__date {
    font-size: 1.1rem;
    max-width: 125px;
    margin-bottom: 8px;
    top: -7px;
  }
  .topic-item__name p {
    font-size: 1.4rem;
  }
  .topic-new {
    font-size: 1.4rem;
    top: -1px;
  }
  .topic__item:not(:last-child) {
    margin-bottom: 20px;
  }
  .topic__list {
    width: 100%;
  }
}
/* Topic */

/* widget */
.widget__wrap {
  padding-bottom: 180px;
}
.widget__box {
  display: flex;
  justify-content: space-between;
  padding-top: 70px;
}
.widget__box:not(:first-of-type) {
  border-top: 1px solid #0f070a;
  margin-top: 80px;
}
.widget__title {
  width: 29.167%;
}
.main-title {
}
.widget__inner {
  width: 65.834%;
}
.main-title__lg {
  font-size: min(6vw, 7.2rem);
  font-weight: bold;
  line-height: 1;
}
.widget__desc {
  margin-top: 18px;
  font-size: 1.8rem;
  min-height: 94px;
}
.widget__btn {
}
.widget__inner .btn__more {
  width: 226px;
  height: 54px;
  margin: 35px 0 0 0;
}
.widget__inner .btn__more > span {
  top: 8px;
}
.widget__inner .btn__more::after {
  border-top: 8px solid transparent;
  border-left: 14px solid #000000;
  border-bottom: 8px solid transparent;
  bottom: 7px;
  right: 7px;
}
.widget__inner .btn__more:hover {
  background: #000000;
  color: #ffffff;
}
.widget__inner .btn__more:hover::after {
  border-left-color: #ffffff;
}
.font-optima {
  font-family: "optima", sans-serif;
  font-weight: normal;
}
@media (max-width: 768px) {
  .main-title__lg {
    font-size: min(9vw, 4.6rem);
  }
  .widget__box {
    flex-direction: column;
    padding-top: 45px;
  }
  .widget__box:not(:first-of-type) {
    margin-top: 50px;
  }
  .widget__title {
    width: 100%;
    margin-bottom: 8px;
  }
  .widget__title .main-title {
    font-size: 1.5rem;
  }
  .widget__inner {
    width: 100%;
  }
  .widget__desc {
    font-size: 1.2rem;
    min-height: auto;
  }
  .widget__inner .btn__more {
    width: 170px;
    height: 40px;
    margin: 25px 0 0 0;
  }
  .widget__inner .btn__more > span {
    top: 5px;
  }
  .widget__inner .btn__more::after {
    border-top: 6px solid transparent;
    border-left: 10px solid #000000;
    border-bottom: 6px solid transparent;
  }
  .widget__inner .btn__more:hover::after {
    border-left-width: 10px;
  }
  .widget__wrap {
    padding-bottom: 90px;
  }
}
/* widget */
