@charset "utf-8";
/* /////////////////////////////
TOP
///////////////////////////// */
/* .mv{
  background: url(../img/top/mv.jpg) no-repeat center top / cover;
  height: 900px;
  width: 100%;
} */
video{
  width: 100%;
}
.mv .abs{
  color: #fff;
  font-family: Cambria,Georgia,serif;
  text-shadow: 0 0 10px rgb(0 0 0 / 0.3);
  letter-spacing: 2px;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.top h2{
  font-family: Cambria,Georgia,serif;
}
.info li{
  border-bottom: 1px dashed #D0D0D0;
  box-sizing: border-box;
  padding: 10px 0;
}
.info_day{
  align-items: center;
  display: flex;
}
.info_day::after{
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid #333333;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  margin-left: 10px;
}
.more_btn a{
  background: #617180;
  color: #fff;
  font-family: Cambria,Georgia,serif;
  display: block;
  letter-spacing: 3px;
  margin: auto;
  padding: 3px 0;
  text-align: center;
  width: 90px;
}
.content_list .bg_whith{
  background: rgba(255 , 255, 255, 0.9);
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .3);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 60px 40px 20px;
  position: absolute;
  top: 0;
  width: 400px;
}
.sell .bg_whith,.contact .bg_whith{
  right: 40px;
}
.about .bg_whith{
  left: 40px;
}
.list_item01::after{
  content: "";
  background: #000;
  display: block;
  height: 2px;
  width: 30px;
  margin: 30px auto;
}
.list_item02{
  align-items: center;
  display: flex;
  justify-content: flex-end;
  margin-right: -20px;
  margin-top: auto;
}
.list_item02::after{
  content: "";
  border: 1px solid;
  border-color: #333 #333 transparent transparent;
  transform: rotate(45deg);
  height: 8px;
  width: 8px;
  margin-left: 6px;
}
.sell,.about,.contact{
  max-width: 1200px;
  position: relative;
  height: 500px;
  width: 100%;
}
.sell{
  background: url(../img/top/sell-bg.jpg) no-repeat left / cover ;
}
.about{
  background: url(../img/top/about-us-bg.jpg) no-repeat right / cover ;
  margin-left: auto;
}
.contact{
  background: url(../img/top/contact-bg.jpg) no-repeat left / cover ;
}

@media screen and (max-width: 768px) {
  .mv .abs{
    white-space: nowrap;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .sell,.about,.contact{
    background: none;
    height: auto;
  }
  .sell img,.about img,.contact img{
    box-sizing: border-box;
    display: block;
    width: 100%;
  }
  .content_list .bg_whith{
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 30%);
    min-height: auto;
    padding: 20px;
    position: static;
    width: 100%;
  }
  .list_item02{
    margin-right: 0;
  }
}
