.wrapper {
  overflow: hidden;
  padding-top: 165px;
}
.wrapper .header {
  background-color: rgba(255, 255, 255, 0.85);
  z-index: 100;
  position: fixed;
  padding-bottom: 0;
}
.wrapper .header .header_main > .inner {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  height: 60px;
}
.wrapper .header .header_main > .inner .left {
  position: absolute;
  top: 10px;
  left: 5.5vw;
  display: inline-block;
  z-index: 5;
}
.wrapper .header .header_main > .inner .left .text {
  font-size: 12px;
}
.wrapper .header .header_main > .inner .left .logo_bo {
  width: 100px;
  display: inline-block;
  margin-top: 6px;
}
.wrapper .header .header_main > .inner .left .logo_bo img {
  width: 100%;
}
.wrapper .header .header_main > .inner .center {
  top: 0;
  margin-left: -39px;
  margin-top: 14px;
  width: 102px;
}
.wrapper .header .header_main > .inner .center img {
  width: 100%;
}
.wrapper .header .header_main > .inner .right {
  top: 17px;
}
.wrapper .header .hamburger_area {
  top: 17px;
}
.wrapper .header .main_navi {
  border-bottom: none;
  position: relative;
  margin-top: 14px;
}
.wrapper .header .main_navi nav {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
  text-align: center;
}
.wrapper .header .main_navi nav .bg_l {
  display: none;
}
.wrapper .header .main_navi nav .bg_r {
  display: none;
}
.wrapper .header .main_navi nav .kanazawa {
  margin-right: 16px;
  width: 132px;
  padding: 10px 10px;
  position: relative;
  background-color: transparent;
}
.wrapper .header .main_navi nav .kanazawa .abt {
  font-size: 12px;
  display: block;
}
.wrapper .header .main_navi nav .kanazawa .name {
  margin-top: 5px;
  display: block;
  font-size: 16px;
}
.wrapper .header .main_navi nav .kanazawa .name img {
  display: inline-block;
  vertical-align: middle;
  margin-top: -1px;
  margin-right: 10px;
}
.wrapper .header .main_navi nav .tokyo {
  margin-right: 16px;
  width: 132px;
  padding: 10px 10px;
  position: relative;
  background-color: transparent;
}
.wrapper .header .main_navi nav .tokyo .abt {
  font-size: 12px;
  display: block;
}
.wrapper .header .main_navi nav .tokyo .name {
  margin-top: 5px;
  display: block;
  font-size: 16px;
}
.wrapper .header .main_navi nav .tokyo .name img {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 10px;
}
.wrapper .header .main_navi nav .net {
  margin-right: 16px;
  padding: 10px 20px;
  position: relative;
  background-color: transparent;
}
.wrapper .header .main_navi nav .net .abt {
  font-size: 12px;
  display: block;
}
.wrapper .header .main_navi nav .net .name {
  margin-top: 5px;
  display: block;
  font-size: 16px;
}
.wrapper .header .main_navi nav .net .name img {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 10px;
}
.wrapper .header .main_navi nav .signin {
  margin-right: 16px;
  padding: 0 20px;
  font-size: 16px;
}
.wrapper .header .main_navi nav .signin:hover {
  opacity: 0.8;
}
.wrapper .header .main_navi nav .signup {
  font-size: 16px;
  background-color: #e84e4b;
  color: #ffffff;
  padding: 5px 20px;
  border-radius: 4px;
}
.wrapper .header .main_navi nav .signup:hover {
  opacity: 0.8;
}
.wrapper .contents .key_visual {
  position: relative;
}
.wrapper .contents .key_visual .main_navi {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
}
.wrapper .contents .key_visual .main_navi nav > .inner a {
  border: solid 1px #333;
  border-bottom: none;
  top: 1px;
}
.wrapper .contents .key_visual .main_navi nav > .inner a.signup {
  border: none;
  padding: 15px 25px;
  position: relative;
  top: -10px;
}
.wrapper .contents .key_visual > .inner {
  padding-bottom: 30px;
}
.wrapper .slider-wrap-top-new {
  padding: 0;
}
.wrapper .slider-wrap-top-new .slick-arrow {
  z-index: 1;
}
.wrapper .slider-wrap-top-new .slick-arrow.slick-prev {
  left: 45px;
  width: 50px;
  height: 50px;
}
.wrapper .slider-wrap-top-new .slick-arrow.slick-prev:before {
  font-size: 50px;
}
.wrapper .slider-wrap-top-new .slick-arrow.slick-next {
  left: inherit;
  right: 45px;
  width: 50px;
  height: 50px;
}
.wrapper .slider-wrap-top-new .slick-arrow.slick-next:before {
  font-size: 50px;
}
.wrapper .slider-wrap-top-new .slick-dots {
  bottom: -40px;
}
.wrapper .slider-wrap-top-new .slick-dots li button:before {
  font-size: 13px;
}
.wrapper .slider-wrap-top-new ul li {
  padding: 0 10px;
}
.wrapper .slider-wrap-top-new ul li a:hover {
  opacity: 1;
}
.wrapper .slider-wrap-top-new ul li img {
  width: 100%;
}
.wrapper .block-new .introduce {
  background-color: #f2f2f2;
  background-image: url("https://www.brandauction.jp/reauction/img/new/image_about.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 46svw;
}
.wrapper .block-new .introduce h2 {
  font-weight: 700;
  text-align: center;
  font-size: 3svw;
  line-height: 1.5;
}
.wrapper .block-new .introduce h2 span {
  color: #a37e33;
  font-size: 4svw;
}
.wrapper .block-new .introduce p {
  margin-top: 3svw;
  line-height: 2.1;
  font-weight: 500;
  text-align: center;
}
.wrapper .block-new .point {
  background-color: #f2f2f2;
  padding-bottom: 50px;
}
.wrapper .block-new .point .title {
  padding: 4% 20px;
  text-align: center;
  position: relative;
}
.wrapper .block-new .point .title img {
  height: 8svw;
}
.wrapper .block-new .point .title span {
  display: block;
  width: 100%;
  color: #000;
  font-weight: 700;
  font-size: 3svw;
  line-height: 1.1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wrapper .block-new .point .point_list {
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  gap: 2.65%;
  padding: 0 20px;
}
.wrapper .block-new .point .point_list li {
  background-color: #fff;
  width: 23%;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  overflow: hidden;
  margin-bottom: 2%;
  padding-top: 12%;
  padding-bottom: 2%;
}
.wrapper .block-new .point .point_list li:nth-child(1) {
  background-image: url("https://www.brandauction.jp/reauction/img/new/image_feature01.png");
}
.wrapper .block-new .point .point_list li:nth-child(2) {
  background-image: url("https://www.brandauction.jp/reauction/img/new/image_feature02.png");
}
.wrapper .block-new .point .point_list li:nth-child(3) {
  background-image: url("https://www.brandauction.jp/reauction/img/new/image_feature03.png");
}
.wrapper .block-new .point .point_list li:nth-child(4) {
  background-image: url("https://www.brandauction.jp/reauction/img/new/image_feature04.png");
}
.wrapper .block-new .point .point_list li:nth-child(5) {
  background-image: url("https://www.brandauction.jp/reauction/img/new/image_feature05.png");
}
.wrapper .block-new .point .point_list li:nth-child(6) {
  background-image: url("https://www.brandauction.jp/reauction/img/new/image_feature06.png");
}
.wrapper .block-new .point .point_list li:nth-child(7) {
  background-image: url("https://www.brandauction.jp/reauction/img/new/image_feature07.png");
}
.wrapper .block-new .point .point_list li:nth-child(8) {
  background-image: url("https://www.brandauction.jp/reauction/img/new/image_feature08.png");
}
.wrapper .block-new .point .point_list li:nth-child(9) {
  background-image: url("https://www.brandauction.jp/reauction/img/new/image_feature09.png");
}
.wrapper .block-new .point .point_list li:nth-child(10) {
  background-image: url("https://www.brandauction.jp/reauction/img/new/image_feature10.png");
}
.wrapper .block-new .point .point_list li h3 {
  text-align: center;
  line-height: 1.3;
  font-weight: 700;
}
.wrapper .block-new .point .point_list li h3 span {
  font-size: 180%;
}
.wrapper .block-new .point .point_list li p {
  margin-top: 4%;
  text-align: center;
  font-size: 70%;
  line-height: 1.3;
  font-weight: 700;
}
.wrapper .block-new .auction {
  background-color: #fff;
}
.wrapper .block-new .auction .title {
  padding: 4% 20px;
  text-align: center;
  position: relative;
}
.wrapper .block-new .auction .title img {
  height: 8svw;
}
.wrapper .block-new .auction .title .text {
  display: block;
  width: 100%;
  color: #000;
  font-weight: 700;
  font-size: 3svw;
  line-height: 1.1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wrapper .block-new .auction .title .text span {
  font-size: 4svw;
}
.wrapper .block-new .auction .image_auction .image_auction_inner {
  max-width: 750px;
  margin: 0px auto 40px;
}
.wrapper .block-new .auction .image_auction .image_auction_inner svg {
  width: 100%;
}
.wrapper .block-new .auction .wrap_list_auction .auction_tab {
  margin: 0 auto;
  max-width: 1100px;
  display: flex;
  gap: 1%;
}
.wrapper .block-new .auction .wrap_list_auction .auction_tab .tab {
  width: 32.8%;
  background-color: #a9013d;
  padding: 20px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  border-radius: 10px 10px 0 0;
  font-size: 20px;
  opacity: 0.3;
}
.wrapper .block-new .auction .wrap_list_auction .auction_tab .tab.tokyo {
  background-color: #408ac7;
}
.wrapper .block-new .auction .wrap_list_auction .auction_tab .tab.live {
  background-color: #30a660;
}
.wrapper .block-new .auction .wrap_list_auction .auction_tab .tab.active {
  opacity: 1;
}
.wrapper .block-new .auction .wrap_list_auction .auction_content .box {
  display: none;
  background-color: #f6e6ec;
  padding: 60px 20px 60px;
  border-top: 4px solid #a9013d;
}
.wrapper .block-new .auction .wrap_list_auction .auction_content .box.show {
  display: block;
}
.wrapper .block-new .auction .wrap_list_auction .auction_content .box.tokyo {
  background-color: #e6f0f8;
  border-top: 4px solid #408ac7;
}
.wrapper .block-new .auction .wrap_list_auction .auction_content .box.tokyo .auction_title .name {
  border: solid 1px #408ac7;
  color: #408ac7;
}
.wrapper .block-new .auction .wrap_list_auction .auction_content .box.tokyo .name_wrap .sub_name {
  color: #408ac7;
  white-space: nowrap;
  letter-spacing: -0.04em;
}
.wrapper .block-new .auction .wrap_list_auction .auction_content .box.tokyo .name_wrap .main_name {
  color: #408ac7;
}
.wrapper .block-new .auction .wrap_list_auction .auction_content .box.tokyo .btn {
  background-color: #408ac7;
}
.wrapper .block-new .auction .wrap_list_auction .auction_content .box.tokyo .btn span::after {
  border-left: 10px solid #408ac7;
}
.wrapper .block-new .auction .wrap_list_auction .auction_content .box.tokyo .date_title span {
  background-color: #e6f0f8;
}
.wrapper .block-new .auction .wrap_list_auction .auction_content .box.tokyo .column .date span {
  color: #408ac7;
}
.wrapper .block-new .auction .wrap_list_auction .auction_content .box.live {
  background-color: #e4f3ea;
  border-top: 4px solid #30a660;
}
.wrapper .block-new .auction .wrap_list_auction .auction_content .box.live .auction_title .name {
  border: solid 1px #30a660;
  color: #30a660;
}
.wrapper .block-new .auction .wrap_list_auction .auction_content .box.live .name_wrap .sub_name {
  color: #30a660;
}
.wrapper .block-new .auction .wrap_list_auction .auction_content .box.live .name_wrap .main_name {
  color: #30a660;
}
.wrapper .block-new .auction .wrap_list_auction .auction_content .box.live .btn {
  background-color: #30a660;
}
.wrapper .block-new .auction .wrap_list_auction .auction_content .box.live .btn span::after {
  border-left: 10px solid #30a660;
}
.wrapper .block-new .auction .wrap_list_auction .auction_content .box.live .date_title span {
  background-color: #e4f3ea;
}
.wrapper .block-new .auction .wrap_list_auction .auction_content .box.live .column .date span {
  color: #30a660;
  font-size: 84px;
}
.wrapper .block-new .auction .wrap_list_auction .auction_content .box > .inner {
  margin: 0 auto;
  max-width: 1100px;
  display: flex;
  justify-content: center;
  gap: 6%;
}
.wrapper .block-new .auction .wrap_list_auction .auction_content .box > .inner > .left {
  width: 50%;
}
.wrapper .block-new .auction .wrap_list_auction .auction_content .box > .inner > .right {
  flex: 1;
}
.wrapper .block-new .auction .wrap_list_auction .auction_content .box .auction_title {
  display: flex;
  align-items: center;
  justify-content: right;
}
.wrapper .block-new .auction .wrap_list_auction .auction_content .box .auction_title .name {
  border: solid 1px #a9013d;
  color: #a9013d;
  font-weight: 700;
  font-size: 24px;
  background-color: #fff;
  padding: 5px 20px;
  margin-bottom: 15px;
  display: inline-flex;
  border-radius: 30px;
}
.wrapper .block-new .auction .wrap_list_auction .auction_content .box .auction_title .category {
  width: 210px;
  padding-left: 10px;
}
.wrapper .block-new .auction .wrap_list_auction .auction_content .box .name_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrapper .block-new .auction .wrap_list_auction .auction_content .box .name_wrap .sub_name {
  width: 50%;
  color: #a9013d;
  font-weight: 700;
  font-size: 50px;
  text-align: center;
}
.wrapper .block-new .auction .wrap_list_auction .auction_content .box .name_wrap .sub_name span {
  font-size: 30px;
}
.wrapper .block-new .auction .wrap_list_auction .auction_content .box .name_wrap .main_name {
  flex: 1;
  color: #a9013d;
  font-weight: 700;
  font-size: 50px;
  text-align: center;
}
.wrapper .block-new .auction .wrap_list_auction .auction_content .box .name_wrap .main_name span {
  font-size: 30px;
}
.wrapper .block-new .auction .wrap_list_auction .auction_content .box .discription {
  padding: 20px 0;
  font-weight: 700;
  font-size: 18px;
  min-height: 237px;
}
.wrapper .block-new .auction .wrap_list_auction .auction_content .box .btn {
  width: 100%;
  background-color: #a9013d;
  font-weight: 700;
  color: #fff;
  padding: 25px 70px;
  font-size: 28px;
  position: relative;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.wrapper .block-new .auction .wrap_list_auction .auction_content .box .btn span {
  display: inline-block;
  background-color: #fff;
  width: 30px;
  height: 30px;
  margin-left: 20px;
  border-radius: 15px;
  position: relative;
}
.wrapper .block-new .auction .wrap_list_auction .auction_content .box .btn span::after {
  position: absolute;
  top: 8px;
  left: 12px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid #a9013d;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
.wrapper .block-new .auction .wrap_list_auction .auction_content .box .date_title {
  text-align: center;
  background-image: linear-gradient(#333, #333);
  background-size: 100% 1px;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}
.wrapper .block-new .auction .wrap_list_auction .auction_content .box .date_title span {
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
  background-color: #f6e6ec;
  padding: 0 4px;
}
.wrapper .block-new .auction .wrap_list_auction .auction_content .box .column {
  background-color: #fff;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  padding: 20px;
  min-height: 138px;
}
.wrapper .block-new .auction .wrap_list_auction .auction_content .box .column .caption {
  background-color: #808080;
  color: #fff;
  width: 65px;
  font-size: 16px;
  font-weight: 700;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrapper .block-new .auction .wrap_list_auction .auction_content .box .column .date {
  flex: 1;
  font-weight: 800;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.wrapper .block-new .auction .wrap_list_auction .auction_content .box .column .date span {
  line-height: 1;
  color: #a9013d;
  font-size: 100px;
}
.wrapper .block-new .schedule {
  background-color: #f2f2f2;
  padding-bottom: 50px;
}
.wrapper .block-new .schedule .title {
  padding: 4% 20px;
  text-align: center;
  position: relative;
}
.wrapper .block-new .schedule .title img {
  height: 8svw;
}
.wrapper .block-new .schedule .title span {
  display: block;
  width: 100%;
  color: #000;
  font-weight: 700;
  font-size: 3svw;
  line-height: 1.1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wrapper .block-new .schedule .schedule_area {
  margin: 0 auto;
  max-width: 980px;
  padding: 0 20px;
}
.wrapper .block-new .schedule .link_area {
  margin: 30px auto 0;
  max-width: 1100px;
  padding: 20px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.wrapper .block-new .schedule .link_area .btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 70px;
  border-radius: 2px;
  color: #fff;
}
.wrapper .block-new .schedule .link_area .btn.kanazawa {
  background-color: #a9013d;
}
.wrapper .block-new .schedule .link_area .btn.tokyo {
  background-color: #408ac7;
}
.wrapper .block-new .schedule .link_area .btn.live {
  background-color: #30a660;
}
.wrapper .block-new .pickup {
  background-color: #fff;
  background-image: url("https://www.brandauction.jp/reauction/img/new/bg_pickup.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 115%;
  padding-bottom: 50px;
}
.wrapper .block-new .pickup .title {
  padding: 4% 20px;
  text-align: center;
  position: relative;
}
.wrapper .block-new .pickup .title img {
  height: 8svw;
}
.wrapper .block-new .pickup .title .text {
  display: block;
  width: 100%;
  color: #000;
  font-weight: 700;
  font-size: 3svw;
  line-height: 1.1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wrapper .block-new .pickup .title .text span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 150%);
  font-size: 1.5svw;
  font-weight: 400;
}
.wrapper .block-new .pickup .slider-wrap-low-new {
  padding: 20px 0;
}
.wrapper .block-new .pickup .slider-wrap-low-new .slick-list {
  margin: 0 -15px;
}
.wrapper .block-new .pickup .slider-wrap-low-new .slick-slide {
  margin: 6px 15px;
}
.wrapper .block-new .pickup .slider-wrap-low-new ul li {
  vertical-align: top;
}
.wrapper .block-new .pickup .slider-wrap-low-new ul li .image_container {
  box-shadow: 0 0 6px #ccc;
}
.wrapper .block-new .pickup .slider-wrap-low-new ul li .image_container img {
  width: 100%;
  object-fit: cover;
  height: 219px;
}
.wrapper .block-new .pickup .slider-wrap-low-new ul li .brand {
  overflow: hidden;
  margin-top: 10px;
  font-weight: 700;
  white-space: nowrap;
  font-size: 14px;
  display: block;
}
.wrapper .block-new .pickup .slider-wrap-low-new ul li .name {
  margin-top: 0;
  font-size: 13px;
  line-height: 1.3;
  display: block;
}
.wrapper .block-new .apply {
  background-color: #f2f2f2;
  padding-bottom: 50px;
}
.wrapper .block-new .apply .title {
  padding: 4% 20px;
  text-align: center;
  position: relative;
}
.wrapper .block-new .apply .title img {
  height: 8svw;
}
.wrapper .block-new .apply .title span {
  display: block;
  width: 100%;
  color: #000;
  font-weight: 700;
  font-size: 3svw;
  line-height: 1.1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wrapper .block-new .apply .apply_list {
  margin: 0 auto;
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  gap: 8%;
  padding: 0 20px;
}
.wrapper .block-new .apply .apply_list li {
  width: 28%;
  border-radius: 20px;
}
.wrapper .block-new .apply .apply_list li .image_container img {
  width: 100%;
}
.wrapper .block-new .apply .apply_list li h3 {
  margin-top: 4%;
  text-align: center;
  line-height: 1.3;
  font-weight: 700;
  color: #a37e33;
  font-size: 120%;
}
.wrapper .block-new .apply .apply_list li p {
  margin-top: 4%;
  text-align: center;
  font-size: 70%;
  line-height: 1.3;
  font-weight: 700;
}
.wrapper .block-new .apply .link_area {
  padding: 50px 20px 20px;
  text-align: center;
}
.wrapper .block-new .apply .link_area .btn {
  background-color: #ff0025;
  font-weight: 700;
  color: #fff;
  padding: 25px 70px;
  font-size: 28px;
  position: relative;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
}
.wrapper .block-new .apply .link_area .btn span {
  display: inline-block;
  background-color: #fff;
  width: 30px;
  height: 30px;
  margin-left: 20px;
  border-radius: 15px;
  position: relative;
}
.wrapper .block-new .apply .link_area .btn span::after {
  position: absolute;
  top: 8px;
  left: 12px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid #ff0025;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
.wrapper .block-new .about {
  background-color: #fff;
  padding-bottom: 70px;
}
.wrapper .block-new .about .title {
  padding: 4% 20px;
  text-align: center;
  position: relative;
}
.wrapper .block-new .about .title img {
  height: 8svw;
}
.wrapper .block-new .about .title span {
  display: block;
  width: 100%;
  color: #000;
  font-weight: 700;
  font-size: 3svw;
  line-height: 1.1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wrapper .block-new .about .about_list {
  margin: 0 auto;
  max-width: 1100px;
}
.wrapper .block-new .about .about_list li {
  display: flex;
}
.wrapper .block-new .about .about_list li:nth-child(2) {
  flex-direction: row-reverse;
}
.wrapper .block-new .about .about_list li:nth-child(2) .information {
  padding-right: 0;
  padding-left: 30px;
}
.wrapper .block-new .about .about_list li .information {
  flex: 1;
  padding-top: 30px;
  padding-right: 30px;
}
.wrapper .block-new .about .about_list li .information h3 {
  font-weight: 700;
  line-height: 1.3;
}
.wrapper .block-new .about .about_list li .information .text {
  margin-top: 20px;
}
.wrapper .block-new .about .about_list li .information .text p {
  margin-top: 20px;
}
.wrapper .block-new .about .about_list li .image_container {
  width: 50%;
}
.wrapper .block-new .about .about_list li .image_container img {
  width: 100%;
}
.wrapper .block-new .news {
  background-color: #f2f2f2;
}
.wrapper .block-new .news .title {
  padding: 4% 20px;
  text-align: center;
  position: relative;
}
.wrapper .block-new .news .title img {
  height: 8svw;
}
.wrapper .block-new .news .title span {
  display: block;
  width: 100%;
  color: #000;
  font-weight: 700;
  font-size: 3svw;
  line-height: 1.1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wrapper .block-new .news .list_information {
  background-color: #fff;
  margin: 0 auto;
  max-width: 1100px;
  padding: 10px 20px 0;
}
.wrapper .block-new .news .list_information .info_content {
  padding-bottom: 20px;
}
.wrapper .block-new .news .link_area {
  padding: 50px 20px 70px;
  text-align: center;
}
.wrapper .block-new .news .link_area .btn {
  border: solid 1px #000;
  color: #000;
  padding: 10px 80px;
  font-size: 24px;
  position: relative;
}
.wrapper .block-new .news .link_area .btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translateY(-50%);
  width: 50px;
  border-bottom: solid 1px #000;
  height: 1px;
}

.anc_signup, .anc_signin {
  top: 80%;
}

@media screen and (max-width: 919px) {
  .wrapper .block-new .point .point_list li {
    width: 48.66%;
  }
  .wrapper .block-new .apply .apply_list {
    gap: 0;
    padding: 0 20px;
    max-width: 60%;
  }
  .wrapper .block-new .apply .apply_list li {
    width: 100%;
    margin-bottom: 10%;
  }
}
@media screen and (max-width: 767px) {
  .wrapper {
    padding-top: 60px;
    overflow: hidden;
  }
  .wrapper .header .header_main > .inner .center {
    width: 78px;
  }
  .wrapper .contents .key_visual {
    position: relative;
  }
  .wrapper .contents .key_visual > .inner {
    padding-bottom: 0;
  }
  .wrapper .slider-wrap-top-new {
    padding: 0;
  }
  .wrapper .slider-wrap-top-new .slick-dotted.slick-slider {
    margin-bottom: 50px;
  }
  .wrapper .slider-wrap-top-new .slick-arrow {
    z-index: 1;
  }
  .wrapper .slider-wrap-top-new .slick-arrow.slick-prev {
    top: inherit;
    bottom: -62px;
    left: 10px;
    width: 35px;
    height: 35px;
  }
  .wrapper .slider-wrap-top-new .slick-arrow.slick-prev::before {
    color: #aaa;
    font-size: 35px;
  }
  .wrapper .slider-wrap-top-new .slick-arrow.slick-next {
    top: inherit;
    bottom: -62px;
    right: 10px;
    width: 35px;
    height: 35px;
  }
  .wrapper .slider-wrap-top-new .slick-arrow.slick-next::before {
    color: #aaa;
    font-size: 35px;
  }
  .wrapper .slider-wrap-top-new .slick-dots {
    bottom: -35px;
  }
  .wrapper .slider-wrap-top-new .slick-dots li button:before {
    font-size: 13px;
  }
  .wrapper .slider-wrap-top-new ul li {
    padding: 0;
  }
  .wrapper .slider-wrap-top-new ul li a:hover {
    opacity: 1;
  }
  .wrapper .slider-wrap-top-new ul li img {
    width: 100%;
  }
  .wrapper .block-new .introduce {
    background-size: cover;
    height: 120svw;
    padding: 0 20px;
    background-position: center;
  }
  .wrapper .block-new .introduce h2 {
    font-size: 6svw;
    line-height: 1.5;
  }
  .wrapper .block-new .introduce h2 span {
    font-size: 8svw;
  }
  .wrapper .block-new .introduce p {
    margin-top: 3svw;
    line-height: 1.5;
  }
  .wrapper .block-new .point {
    background-color: #f2f2f2;
    padding-bottom: 40px;
  }
  .wrapper .block-new .point .title {
    padding: 10% 20px;
    text-align: center;
    position: relative;
  }
  .wrapper .block-new .point .title img {
    height: 13svw;
  }
  .wrapper .block-new .point .title span {
    display: block;
    width: 100%;
    color: #000;
    font-weight: 700;
    font-size: 5.5svw;
    line-height: 1.1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .wrapper .block-new .point .point_list {
    gap: 10px;
  }
  .wrapper .block-new .point .point_list li {
    width: calc((100% - 10px) / 2);
    margin-bottom: 0;
    border-radius: 10px;
    padding-top: 27%;
    padding-bottom: 4%;
  }
  .wrapper .block-new .point .point_list li h3 {
    text-align: center;
    line-height: 1.3;
    font-weight: 700;
  }
  .wrapper .block-new .point .point_list li h3 span {
    font-size: 120%;
  }
  .wrapper .block-new .point .point_list li p {
    margin-top: 4%;
    text-align: center;
    font-size: 50%;
    line-height: 1.3;
    font-weight: 700;
  }
  .wrapper .block-new .auction {
    background-color: #fff;
  }
  .wrapper .block-new .auction .title {
    padding: 10% 20px;
    text-align: center;
    position: relative;
  }
  .wrapper .block-new .auction .title img {
    height: 13svw;
  }
  .wrapper .block-new .auction .title .text {
    display: block;
    width: 100%;
    color: #000;
    font-weight: 700;
    font-size: 5.5svw;
    line-height: 1.1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .wrapper .block-new .auction .title .text span {
    font-size: 7svw;
  }
  .wrapper .block-new .auction .wrap_list_auction .auction_tab {
    margin: 0 auto;
    max-width: 1100px;
    display: flex;
    gap: 1%;
  }
  .wrapper .block-new .auction .wrap_list_auction .auction_tab .tab {
    width: 32.8%;
    background-color: #a9013d;
    padding: 20px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    border-radius: 10px 10px 0 0;
    font-size: 16px;
    opacity: 0.3;
  }
  .wrapper .block-new .auction .wrap_list_auction .auction_tab .tab.tokyo {
    background-color: #408ac7;
  }
  .wrapper .block-new .auction .wrap_list_auction .auction_tab .tab.live {
    background-color: #30a660;
  }
  .wrapper .block-new .auction .wrap_list_auction .auction_tab .tab.active {
    opacity: 1;
  }
  .wrapper .block-new .auction .wrap_list_auction .auction_content .box {
    display: none;
    background-color: #f6e6ec;
    padding: 20px;
    border-top: 4px solid #a9013d;
  }
  .wrapper .block-new .auction .wrap_list_auction .auction_content .box.show {
    display: block;
  }
  .wrapper .block-new .auction .wrap_list_auction .auction_content .box.tokyo {
    background-color: #e6f0f8;
    border-top: 4px solid #408ac7;
  }
  .wrapper .block-new .auction .wrap_list_auction .auction_content .box.tokyo .btn {
    background-color: #408ac7;
  }
  .wrapper .block-new .auction .wrap_list_auction .auction_content .box.tokyo .btn span::after {
    border-left: 10px solid #408ac7;
  }
  .wrapper .block-new .auction .wrap_list_auction .auction_content .box.tokyo .column .date span {
    color: #408ac7;
    font-size: 30px;
  }
  .wrapper .block-new .auction .wrap_list_auction .auction_content .box.live {
    background-color: #e4f3ea;
    border-top: 4px solid #30a660;
  }
  .wrapper .block-new .auction .wrap_list_auction .auction_content .box.live .btn {
    background-color: #30a660;
  }
  .wrapper .block-new .auction .wrap_list_auction .auction_content .box.live .btn span::after {
    border-left: 10px solid #30a660;
  }
  .wrapper .block-new .auction .wrap_list_auction .auction_content .box.live .column .date span {
    color: #30a660;
    font-size: 30px;
  }
  .wrapper .block-new .auction .wrap_list_auction .auction_content .box > .inner {
    margin: 0 auto;
    max-width: 1100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0;
  }
  .wrapper .block-new .auction .wrap_list_auction .auction_content .box > .inner > .left {
    width: 100%;
    padding-bottom: 30px;
  }
  .wrapper .block-new .auction .wrap_list_auction .auction_content .box .auction_title {
    flex-direction: column;
    justify-content: center;
    margin-bottom: 10px;
  }
  .wrapper .block-new .auction .wrap_list_auction .auction_content .box .auction_title .name {
    margin-bottom: 4px;
    font-size: 6vw;
  }
  .wrapper .block-new .auction .wrap_list_auction .auction_content .box .auction_title .category {
    width: auto;
  }
  .wrapper .block-new .auction .wrap_list_auction .auction_content .box .name_wrap .sub_name {
    font-size: 8vw;
  }
  .wrapper .block-new .auction .wrap_list_auction .auction_content .box .name_wrap .main_name {
    font-size: 8vw;
  }
  .wrapper .block-new .auction .wrap_list_auction .auction_content .box .discription {
    padding: 20px 0;
    font-weight: 700;
    font-size: 14px;
    min-height: auto;
  }
  .wrapper .block-new .auction .wrap_list_auction .auction_content .box .btn {
    width: 100%;
    background-color: #a9013d;
    font-weight: 700;
    color: #fff;
    padding: 15px 20px;
    font-size: 20px;
    position: relative;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .wrapper .block-new .auction .wrap_list_auction .auction_content .box .btn span {
    display: inline-block;
    background-color: #fff;
    width: 30px;
    height: 30px;
    margin-left: 20px;
    border-radius: 15px;
    position: relative;
  }
  .wrapper .block-new .auction .wrap_list_auction .auction_content .box .btn span::after {
    position: absolute;
    top: 8px;
    left: 12px;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid #a9013d;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
  }
  .wrapper .block-new .auction .wrap_list_auction .auction_content .box .date_title {
    text-align: center;
    background-image: linear-gradient(#333, #333);
    background-size: 100% 1px;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 10px;
  }
  .wrapper .block-new .auction .wrap_list_auction .auction_content .box .date_title span {
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
    background-color: #f6e6ec;
    padding: 0 4px;
  }
  .wrapper .block-new .auction .wrap_list_auction .auction_content .box .column {
    background-color: #fff;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    min-height: auto;
  }
  .wrapper .block-new .auction .wrap_list_auction .auction_content .box .column .caption {
    background-color: #808080;
    color: #fff;
    width: 65px;
    font-size: 16px;
    font-weight: 700;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .wrapper .block-new .auction .wrap_list_auction .auction_content .box .column .date {
    flex: 1;
    font-weight: 800;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: baseline;
  }
  .wrapper .block-new .auction .wrap_list_auction .auction_content .box .column .date span {
    line-height: 1;
    color: #a9013d;
    font-size: 34px;
  }
  .wrapper .block-new .schedule {
    background-color: #f2f2f2;
    padding-bottom: 20px;
  }
  .wrapper .block-new .schedule .title {
    padding: 10% 20px;
    text-align: center;
    position: relative;
  }
  .wrapper .block-new .schedule .title img {
    height: 13svw;
  }
  .wrapper .block-new .schedule .title span {
    display: block;
    width: 100%;
    color: #000;
    font-weight: 700;
    font-size: 5.5svw;
    line-height: 1.1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .wrapper .block-new .schedule .link_area {
    margin: 30px auto 0;
    max-width: 1100px;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  .wrapper .block-new .schedule .link_area .btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 70px;
    border-radius: 2px;
    color: #fff;
  }
  .wrapper .block-new .schedule .link_area .btn.kanazawa {
    background-color: #a9013d;
  }
  .wrapper .block-new .schedule .link_area .btn.tokyo {
    background-color: #408ac7;
  }
  .wrapper .block-new .schedule .link_area .btn.live {
    background-color: #30a660;
  }
  .wrapper .block-new .pickup {
    background-color: #fff;
    background-image: url("https://www.brandauction.jp/reauction/img/new/bg_pickup.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 115%;
    padding-bottom: 30px;
  }
  .wrapper .block-new .pickup .title {
    padding: 10% 20px;
    text-align: center;
    position: relative;
  }
  .wrapper .block-new .pickup .title img {
    height: 13svw;
  }
  .wrapper .block-new .pickup .title .text {
    display: block;
    width: 100%;
    color: #000;
    font-weight: 700;
    font-size: 5.5svw;
    line-height: 1.1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .wrapper .block-new .pickup .title .text span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 150%);
    font-size: 3.5svw;
    font-weight: 400;
  }
  .wrapper .block-new .pickup .slider-wrap-low-new {
    padding: 20px 0;
  }
  .wrapper .block-new .pickup .slider-wrap-low-new .slick-list {
    margin: 0 -15px;
  }
  .wrapper .block-new .pickup .slider-wrap-low-new .slick-slide {
    margin: 6px 15px;
  }
  .wrapper .block-new .pickup .slider-wrap-low-new ul li .image_container {
    box-shadow: 0 0 6px #ccc;
  }
  .wrapper .block-new .pickup .slider-wrap-low-new ul li .image_container img {
    height: 32.7vw;
  }
  .wrapper .block-new .apply {
    background-color: #f2f2f2;
    padding-bottom: 30px;
  }
  .wrapper .block-new .apply .title {
    padding: 10% 20px;
    text-align: center;
    position: relative;
  }
  .wrapper .block-new .apply .title img {
    height: 13svw;
  }
  .wrapper .block-new .apply .title span {
    display: block;
    width: 100%;
    color: #000;
    font-weight: 700;
    font-size: 5.5svw;
    line-height: 1.1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .wrapper .block-new .apply .apply_list {
    margin: 0 auto;
    max-width: 1000px;
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px;
  }
  .wrapper .block-new .apply .apply_list li {
    border-radius: 20px;
  }
  .wrapper .block-new .apply .apply_list li .image_container {
    text-align: center;
  }
  .wrapper .block-new .apply .apply_list li .image_container img {
    width: 70%;
  }
  .wrapper .block-new .apply .apply_list li h3 {
    margin-top: 4%;
    text-align: center;
    line-height: 1.3;
    font-weight: 700;
    color: #a37e33;
    font-size: 120%;
  }
  .wrapper .block-new .apply .apply_list li p {
    margin-top: 4%;
    text-align: center;
    font-size: 80%;
    line-height: 1.3;
    font-weight: 700;
  }
  .wrapper .block-new .apply .link_area {
    padding: 50px 20px 20px;
    text-align: center;
  }
  .wrapper .block-new .apply .link_area .btn {
    background-color: #ff0025;
    font-weight: 700;
    color: #fff;
    padding: 20px 30px;
    font-size: 16px;
    position: relative;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
  }
  .wrapper .block-new .apply .link_area .btn span {
    display: inline-block;
    background-color: #fff;
    width: 30px;
    height: 30px;
    margin-left: 10px;
    border-radius: 15px;
    position: relative;
  }
  .wrapper .block-new .apply .link_area .btn span::after {
    position: absolute;
    top: 8px;
    left: 12px;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid #ff0025;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
  }
  .wrapper .block-new .about {
    background-color: #fff;
    padding-bottom: 70px;
  }
  .wrapper .block-new .about .title {
    padding: 10% 20px;
    text-align: center;
    position: relative;
  }
  .wrapper .block-new .about .title img {
    height: 13svw;
  }
  .wrapper .block-new .about .title span {
    display: block;
    width: 100%;
    color: #000;
    font-weight: 700;
    font-size: 5.5svw;
    line-height: 1.1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .wrapper .block-new .about .about_list {
    margin: 0 auto;
    max-width: 1100px;
  }
  .wrapper .block-new .about .about_list li {
    display: block;
    padding: 0 20px;
  }
  .wrapper .block-new .about .about_list li:nth-child(2) {
    flex-direction: row-reverse;
  }
  .wrapper .block-new .about .about_list li:nth-child(2) .information {
    padding-right: 0;
    padding-left: 0;
  }
  .wrapper .block-new .about .about_list li .information {
    flex: 1;
    padding-top: 30px;
    padding-right: 0;
  }
  .wrapper .block-new .about .about_list li .information h3 {
    font-weight: 700;
    line-height: 1.3;
  }
  .wrapper .block-new .about .about_list li .information .text {
    margin-top: 20px;
  }
  .wrapper .block-new .about .about_list li .information .text p {
    margin-top: 20px;
  }
  .wrapper .block-new .about .about_list li .image_container {
    width: 100%;
  }
  .wrapper .block-new .about .about_list li .image_container img {
    width: 100%;
  }
  .wrapper .block-new .news {
    background-color: #f2f2f2;
  }
  .wrapper .block-new .news .title {
    padding: 10% 20px;
    text-align: center;
    position: relative;
  }
  .wrapper .block-new .news .title img {
    height: 13svw;
  }
  .wrapper .block-new .news .title span {
    display: block;
    width: 100%;
    color: #000;
    font-weight: 700;
    font-size: 5.5svw;
    line-height: 1.1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .wrapper .block-new .news .list_information {
    background-color: #fff;
    margin: 0 auto;
    max-width: 1100px;
    padding: 10px 20px 0;
  }
  .wrapper .block-new .news .list_information .info_content {
    padding-bottom: 20px;
  }
  .wrapper .block-new .news .link_area {
    padding: 50px 20px 70px;
    text-align: center;
  }
  .wrapper .block-new .news .link_area .btn {
    border: solid 1px #000;
    color: #000;
    padding: 10px 60px;
    font-size: 18px;
    position: relative;
  }
  .wrapper .block-new .news .link_area .btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -25px;
    transform: translateY(-50%);
    width: 50px;
    border-bottom: solid 1px #000;
    height: 1px;
  }
  .anc_signup, .anc_signin {
    top: inherit;
  }
}