@charset "utf-8";
/* /////////////////////////////
      TOP
///////////////////////////// */
.mv_slider {
  margin-top: 40px;
  position: relative;
  width: calc(100% - 200px);
  height: 100vh;
  background: url(../img/top/mv.jpg) no-repeat center / cover;
}
.scroll {
  position: absolute;
  bottom: 80px;
  left: 20px;
}
.scroll_txt {
  font-size: 12px;
  font-weight: bold;
  transform: rotate(90deg);
  transform-origin: top right;
}
.scroll_img {
  width: 12px;
  margin-top: -10px;
  padding-left: 25px;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
}
.mv_catch {
  position: absolute;
  top: 50%;
  width: 358px;
  transform: translateY(-50%);
  left: 60px;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
  }
  20% {
    -webkit-transform: translate(0, 10px);
  }
  40% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(0, 10px);
  }
  40% {
    transform: translate(0, 0);
  }
}

.information {
  padding-top: 220px;
}
/* .information_wrap {
  max-width: 680px;
} */
.information_wrap h2 {
  display: flex;
  align-items: center;
}
.information_wrap h2::after {
  display: inline-block;
  content: "";
  width: 160px;
  height: 1px;
  margin-left: 20px;
  background-color: #000;
}
.information_wrap ul {
  width: 340px;
}
.information_wrap ul li {
  margin-bottom: 20px;
}
.information_wrap ul li .date {
  margin-right: 80px;
}

.event_list li.ev_cs {
  height: 300px;
}

.sales_wrap .more_btn{
  background: #000;
  color: #fff;
}
.sales_wrap .more_btn::before,.sales_wrap .more_btn::after{
  background: #fff;
}
.sales_wrap li {
  padding: 20px 0 30px;
  border-bottom: 1px solid #5a5a5a;
}
.sales_wrap li:first-of-type,.sales_wrap li:nth-child(2) {
  border-top: 1px solid #5a5a5a;
}
.sales_wrap li figure {
  min-height: 200px;
}
.sales_wrap li .txt_area {
  display: flex;
  flex-direction: column;
}
.sales_wrap li .txt_area .btn_area {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sales_wrap li .txt_area .btn_area a {
  width: 49%;
  padding: 5px 0;
  text-align: center;
  background-color: #787878;
  color: #fff;
  box-sizing: border-box;
}
.sales_wrap li h3 {
  margin: 5px 0;
}
.sales_wrap li .tag p {
  color: #fff;
  padding: 0 10px;
}
.sales_wrap li .tag p:first-child {
  background-color: #000;
}
.sales_wrap li .tag p:nth-child(2) {
  margin-left: 5px;
  background-color: #a8002b;
}
.btn_unpublish {
  cursor: pointer;
  display: inline-block;
  max-width: 500px;
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  background-color: #e0dfd5;
  color: #5a5a5a;
}
.btn_unpublish .inner {
  padding: 10px;
  border: 4px solid #fff;
}
.neststyle figure {
  width: 52%;
  height: 760px;
  background: url(../img/top/top_img01.jpg) left bottom / cover no-repeat;
}
.neststyle .txt_area {
  width: 42%;
  padding-right: 20px;
}

.kodawari li {
  width: 33%;
  position: relative;
}
.kodawari li:first-child {
  margin-top: 120px;
}
.kodawari li:nth-child(2) {
  margin-top: 220px;
}
.kodawari li .ttl_area {
  position: absolute;
  width: 100%;
  padding:  0 20px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  box-sizing: border-box;
}
.kodawari li .hv_area {
  position: absolute;
  display: flex;
  align-items: center;
  padding: 0 20px;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f4f3e9;
  z-index: -1;
  opacity: 0;
  transition: .5s;
}
.kodawari li:hover .hv_area {
  opacity: 1;
  z-index: 1;
}
.kodawari li .hv_area a {
  max-width: 100%;
}

.kodawari_home figure {
  width: 50%;
  height: 550px;
  background: url(../img/top/top_img05.jpg) right bottom / cover no-repeat;
}
.kodawari_home .txt_area {
  padding-top: 40px;
  width: 42%;
  padding-right: 20px;
}
.facility figure {
  background: url(../img/top/top_img06.jpg) right bottom / cover no-repeat;
  height: 540px;
  margin-right: auto;
  margin-top: -40px;
  width: 35%;
}
.facility .txt_area {
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  padding: 20px 80px;
  width: 50%;
}
.facility .txt_area .inner {
  max-width: 425px;
  width: 100%;
}
.facility .link_box {
  border: 1px solid #5a5a5a;
  color: #5a5a5a;
  display: flex;
}
.facility .link_box h3 {
  width: 52%;
  background-color: #e0dfd5;
  padding: 5px 10px;
}
.facility .link_box a {
  position: relative;
  width: 48%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  box-sizing: border-box;
  padding: 0 50px 0 10px;
  text-align: right;
  font-size: 13px;
}
.facility .link_box a::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  background-color: #5a5a5a;
  right: 10px;
  top: calc(50% + 3px);
  transition: .3s;
}
.facility .link_box a::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  transform: rotate(45deg);
  transform-origin: bottom right;
  background-color: #5a5a5a;
  right: 10px;
  top: calc(50% + 3px);
  transition: .3s;
}
.facility .link_box a:link:hover {
  opacity: 1;
}
.facility .link_box a:hover::before,.facility .link_box a:hover::after {
  right: 5px;
}

.voice {
  padding: 100px 0;
  background-color: #f4f3e9;
}
.voice .bx-wrapper{
  padding: 0 50px;
  max-width: 1040px !important;
}
.voice li {
  position: relative;
}

.voice li figure {
  height: 600px;
}
.voice li .txt_area {
  position: relative;
  background-color: #fff;
}
.voice li .txt_area .catch {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 75%;
  font-family: "メイリオ", Meiryo;;
  transform: translate(-50%,-50%);
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.voice li .txt_area .ttl_area {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.concept .more_btn02 {
  padding: 12px 34px;
  line-height: 1;
  color: #5a5a5a;
  border: 5px solid #e0dfd5;
  text-align: center;
}
.concept_content {
  height: 660px;
  background: url(../img/top/top_img08.jpg) left center / cover no-repeat;
}
.concept_content .txt_area {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 20px;
  box-sizing: border-box;
  color: #fff;
}

.event .font48 {
  color: #bebebe;
}
@media screen and (max-width: 1000px) {
  .information_wrap h2::after {
    width: 90px;
  }
  .information_wrap ul {
    width: 420px;
  }
  .sales_wrap li figure {
    min-height: 180px;
  }
  .neststyle figure {
    height: 560px;
  }
  .kodawari_home .txt_area,.facility .txt_area {
    width: 44%;
  }
  .voice li figure,.concept_content {
    height: 520px;
  }
}
@media screen and (max-width: 767px) {
  .mv_slider {
    width: 86%;
    height: 86vw;
  }
  .scroll {
    bottom: 60px;
    left: -10px;
  }
  .mv_catch {
    width: 196px;
    left: 50px;
  }
  .information {
    padding-top: 70px;
  }
  .information_wrap ul li {
    margin-bottom: 30px;
  }
  .information_wrap ul li .date {
    margin-right: 30px;
  }
  .sales_wrap li {
    padding: 20px 0;
  }
  .sales_wrap li figure {
    width: 180px;
    margin-bottom: 20px;
  }
  .sales_wrap li h3 {
    width: 100%;
  }
  .neststyle figure,.kodawari_home figure,.facility figure {
    width: 100%;
    height: 84vw;
    order: -1;
    margin-bottom: 20px;
  }
  .facility figure {
    margin-top: 40px;
  }
  .neststyle .txt_area {
    width: 100%;
    padding-left: 20px;
  }
  /* .kodawari li {
    width: 100%;
  } */
  .kodawari li:first-child {
    margin-top: 0;
    margin-bottom: 30px
  }
  .kodawari li:nth-child(2) {
    margin-top: 0;
    margin-bottom: 30px
  }
  .kodawari_home .txt_area, .facility .txt_area {
    width: 100%;
    padding: 0 20px;
  }
  .voice {
    padding: 70px 0;
  }
  .voice li figure, .concept_content {
    height: 90vw;
  }
  .voice li .txt_area {
    padding: 30px 20px 20px;
  }
  .voice li .txt_area .catch {
    height: auto;
    position: static;
    transform: translate(0,0);
    -ms-writing-mode: unset;
    -o-writing-mode: unset;
    writing-mode: unset;
  }
  .voice li .txt_area .ttl_area {
    position: static;
    text-align: right;
  }
  .voice li::after{
    font-size: 38px;
    line-height: 1;
    top: 36%;
  }
  .concept .more_btn02 {
    margin: 30px auto 0;
    width:200px;
    box-sizing: border-box;
  }
}



/* 20221221 */
.mv_banner{
  position: absolute;
  width: 400px;
  display: block;
  bottom: 30px;
  right: 20px;
}

.mv_banner img{
  width: 100%;
}

.sales_tab{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px auto;
}

.area_btn{
  border: 1px solid #000;
  font-size: 24px;
  text-align: center;
  width: 49%;
  line-height: 50px;
  cursor: pointer;
}

.area_btn.active{
  background: #000;
  color: #fff;
}

#sales-kanto{
  display: none;
}

@media screen and (max-width: 768px) {
  .mv_banner{
    position: absolute;
    width: 200px;
    display: block;
    bottom: 10px;
    right: 10px;
  }
  
  .mv_banner img{
    width: 100%;
  }

  .area_btn{
    border: 1px solid #000;
    font-size: 18px;
    text-align: center;
    width: 49%;
    line-height: 40px;
    cursor: pointer;
  }
  
  .area_btn.active{
    background: #000;
    color: #fff;
  }
}