@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font: inherit;
}

::-ms-expand {
  display: none;
}

html, body {
  width: 100%;
  min-height: 100%;
  height: auto;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 3.2rem;
  letter-spacing: 1px;
  color: #2C2C2C;
  position: relative;
  height: 100vh;
  -webkit-text-size-adjust: 100%;
}

a {
  color: #2C2C2C;
  text-decoration: none;
  -webkit-transition: opacity ease 0.3s, color ease 0.3s, border-color ease 0.3s, background-color ease 0.3s, background-image ease 0.3s;
  transition: opacity ease 0.3s, color ease 0.3s, border-color ease 0.3s, background-color ease 0.3s, background-image ease 0.3s;
}

a img {
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.lotPage {
  position: relative;
}

.lotPage .lot__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  height: 7rem;
  background-color: #fff;
  padding: 0 0 0 2.1%;
}

.lotPage .lot__head .logo {
  width: 22.093rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.lotPage .lot__head .logo img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .lotPage .lot__head .logo:hover {
    opacity: 0.7;
  }
}

.lotPage .lot__head .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 20rem;
  height: 7rem;
  color: #fff;
  background-color: #DA291C;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2rem;
  background-image: url(../img/icon_home.svg);
  background-repeat: no-repeat;
  background-position: left 25% center;
  background-size: 2.114rem auto;
  padding-left: 4rem;
  letter-spacing: 2px;
}

@media screen and (min-width: 768px) {
  .lotPage .lot__head .btn:hover {
    opacity: 0.7;
  }
}

.lotPage .lot__body {
  background: url(../img/lot/bg.jpg) no-repeat center;
  background-size: cover;
  height: calc( 100vh - 7rem);
  min-height: 65rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.lotPage .lot__inner {
  padding: 0 3rem;
  width: 100%;
  min-height: 0%;
}

.lotPage .lot__title {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 3.4rem;
  color: #DA291C;
  letter-spacing: 5px;
  margin-bottom: 4.5rem;
}

.lotPage .lot__read {
  text-align: center;
  line-height: 2.8rem;
  color: #151515;
  letter-spacing: 2px;
}

.lotPage .lot__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 5.5rem;
}

.lotPage .lot__btn li:not(:last-of-type) {
  margin-right: 4.5rem;
}

.lotPage .lot__btn li a,
.lotPage .lot__btn li button {
  display: block;
  color: #151515;
  border-bottom: 1px solid #151515;
  cursor: pointer;
  -webkit-transition: none;
  transition: none;
}

.lotPage .lot__btn li a.blank::after,
.lotPage .lot__btn li button.blank::after {
  content: "";
  display: block;
  background-image: url("../img/icon_blank_red.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 9px 7.61538px;
  width: 9px;
  height: 7.61538px;
  -webkit-transition: background-image ease 0.3s;
  transition: background-image ease 0.3s;
  display: inline-block;
  margin-left: 0.5rem;
}

@media screen and (min-width: 768px) {
  .lotPage .lot__btn li a:hover,
  .lotPage .lot__btn li button:hover {
    border-color: transparent;
  }
}

.lotPage .lot__bottom {
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 1.4rem;
  width: 100%;
}

.lotPage .lot__bottom small {
  font-family: "Gill Sans", gill-sans-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 1;
  color: #151515;
  letter-spacing: 2px;
}

.lotPage .search {
  margin: 3.5rem auto 0;
  max-width: 80rem;
  width: 100%;
}

.lotPage .search__input--text {
  width: 100%;
  background: #fff url(../img/icon_search_red.svg) no-repeat left 2.5rem center;
  background-size: 2.355rem auto;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.8px;
  padding: 0 1rem 0 8.2rem;
  border-radius: 6px;
  height: 7rem;
}

.lotPage .search__input--submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 28rem;
  height: 7rem;
  border-radius: 7rem;
  cursor: pointer;
  position: relative;
  font-size: 1.8rem;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  background: #DA291C url(../img/arrow_right_white.svg) no-repeat right 7.2rem center;
  background-size: 1.5rem auto;
  -webkit-transition: background-position ease 0.3s;
  transition: background-position ease 0.3s;
  margin: 4rem auto 0;
  letter-spacing: 2.5px;
}

@media screen and (min-width: 768px) {
  .lotPage .search__input--submit:hover {
    background-position: right 6.2rem center;
  }
}

.modal__box {
  position: fixed;
  z-index: 2;
  display: none;
  width: 90vw;
  max-width: 105rem;
  margin: 0;
  padding: 2.5rem;
}

.modal__main {
  position: relative;
  text-align: center;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4rem;
  width: 100%;
  height: 100%;
  max-height: 85vh;
  overflow: auto;
  border-radius: 4px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.modal__main::-webkit-scrollbar {
  display: none;
}

.modal__close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 5rem;
  height: 5rem;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  background: #151515;
  cursor: pointer;
}

.modal__bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
  width: 100%;
  height: 120%;
  background-color: rgba(112, 115, 114, 0.85);
}

.about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.about__image {
  background: #F5F5F5;
  width: 47.8%;
  height: 24.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.about__image img {
  width: 24.2rem;
  max-width: 24.2rem;
}

.about__text {
  width: 47.8%;
  text-align: left;
  padding-bottom: 5rem;
}

.about__text p {
  line-height: 2.8rem;
  letter-spacing: 0.7px;
}

.about__text p.title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #DA291C;
  line-height: 2.6rem;
  margin-bottom: 1.5rem;
}

.lotError .lot__inner {
  padding: 0 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 41rem;
}

.lotError .lot__inner > * {
  min-height: 0%;
}

.lotError .lot__title {
  margin-bottom: 6.5rem;
}

.lotSearchResults .lot__body {
  min-height: 73rem;
}

.lotSearchResults .lot__inner {
  max-width: 106rem;
  width: 100%;
  margin: 0 auto;
}

.lotSearchResults .lot__title {
  margin-bottom: 3.5rem;
}

.lotSearchResults .lot__num {
  text-align: center;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 3.4rem;
  color: #151515;
  margin-bottom: 4.5rem;
}

.lotSearchResults .lot__num span {
  margin-left: 3rem;
}

.lotSearchResults .lot__searchBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 28rem;
  height: 7rem;
  border-radius: 7rem;
  font-size: 1.8rem;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  background: #DA291C url(../img/icon_blank_white.svg) no-repeat right 5rem center;
  background-size: 1.5rem auto;
  margin: 4rem auto 0;
  letter-spacing: 2.5px;
  padding-right: 2.6rem;
}

@media screen and (min-width: 768px) {
  .lotSearchResults .lot__searchBtn:hover {
    opacity: 0.7;
  }
}

.lotSearchResults .lot__btn {
  margin-top: 1.4rem;
}

.lotSearchResults .numBox__title {
  border-radius: 4px 4px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  height: 5rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.6rem;
  color: #fff;
  background-color: #DA291C;
  letter-spacing: 2.5px;
}

.lotSearchResults .numBox__details {
  border-radius: 0 0 4px 4px;
  background-color: #fff;
  width: 100%;
  padding: 1rem;
}

.lotSearchResults .numBox__details .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  max-height: 15rem;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.lotSearchResults .numBox__details .inner::-webkit-scrollbar {
  width: 0.5rem;
  background: #DBDBDB;
}

.lotSearchResults .numBox__details .inner::-webkit-scrollbar:horizontal {
  height: 100%;
}

.lotSearchResults .numBox__details .inner::-webkit-scrollbar-button {
  display: none;
}

.lotSearchResults .numBox__details .inner::-webkit-scrollbar-thumb {
  background: #DA291C;
}

.lotSearchResults .numBox__details .inner::-webkit-scrollbar-corner {
  display: none;
}

.lotSearchResults .numBox__details ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 78.5rem;
  padding: 1.3rem 0 0;
  width: 100%;
}

.lotSearchResults .numBox__details ul li {
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: #151515;
  letter-spacing: 1.5px;
  margin-bottom: 1.6rem;
  width: 13rem;
}

@media screen and (min-width: 768px) {
  .lotSearchResults .numBox__details ul li:not(:nth-child(4n)) {
    margin-right: calc( (100% - 13rem * 4) / 3);
  }
}

@media screen and (max-width: 767px) {
  body {
    min-width: auto;
  }
  img {
    width: 100%;
    height: auto;
  }
  input, textarea, select {
    font-size: 1.6rem !important;
  }
  .pc {
    display: none !important;
  }
  .lotPage .lot__head {
    padding: 0 0 0 5.3%;
  }
  .lotPage .lot__head .logo {
    width: 16.65rem;
  }
  .lotPage .lot__head .btn {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 7rem;
    font-size: 1rem;
    line-height: 1;
    background-position: center top 16px;
    padding: 0 0 1.5rem;
    letter-spacing: 0;
  }
  .lotPage .lot__body {
    background: url(../img/lot/bgSP.jpg) no-repeat center;
    background-size: cover;
    min-height: 55rem;
    padding-bottom: 3rem;
  }
  .lotPage .lot__inner {
    width: 84%;
    margin: 0 auto;
    padding: 0;
  }
  .lotPage .lot__title {
    font-size: 2.2rem;
    letter-spacing: 2px;
    margin-bottom: 1.7rem;
  }
  .lotPage .lot__read {
    line-height: 2.4rem;
    letter-spacing: 0;
    width: 100%;
  }
  .lotPage .lot__btn {
    display: block;
    margin-top: 3rem;
  }
  .lotPage .lot__btn li {
    width: 100%;
    text-align: center;
  }
  .lotPage .lot__btn li:not(:last-of-type) {
    margin: 0 0 1rem;
  }
  .lotPage .lot__btn li a,
  .lotPage .lot__btn li button {
    display: inline-block;
    letter-spacing: 1.5px;
  }
  .lotPage .lot__btn li a.blank::after,
  .lotPage .lot__btn li button.blank::after {
    content: "";
    display: block;
    background-image: url("../img/icon_blank_red.svg");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 13px 11px;
    width: 13px;
    height: 11px;
    -webkit-transition: background-image ease 0.3s;
    transition: background-image ease 0.3s;
    display: inline-block;
    margin-left: 0.5rem;
  }
  .lotPage .lot__bottom {
    width: 100%;
  }
  .lotPage .lot__bottom small {
    font-size: 1rem;
    letter-spacing: 1.7;
  }
  .lotPage .search {
    margin: 3rem auto 0;
  }
  .lotPage .search__input--text {
    width: 100%;
    background-position: left 1.7rem center;
    letter-spacing: 0.8px;
    padding: 0 1rem 0 5.2rem;
    border-radius: 6px;
  }
  .lotPage .search__input--submit {
    width: 24rem;
    height: 6rem;
    background-position: right 5rem center;
    background-size: 1.5rem auto;
    margin: 3rem auto 0;
    letter-spacing: 4px;
    padding-right: .4rem;
  }
  .modal__box {
    width: 95vw;
  }
  .modal__main {
    padding: 2rem;
  }
  .about {
    display: block;
  }
  .about__image {
    width: 100%;
    height: auto;
    display: block;
    padding: 2rem;
    margin-bottom: 1.6rem;
  }
  .about__image img {
    width: 100%;
  }
  .about__text {
    width: 100%;
    padding-bottom: 0;
  }
  .about__text p {
    line-height: 2.2rem;
    letter-spacing: 0.7px;
  }
  .lotError .lot__body {
    min-height: 35rem;
  }
  .lotError .lot__inner {
    height: 23.5rem;
  }
  .lotError .lot__title {
    margin-bottom: 3.5rem;
  }
  .lotSearchResults .lot__body {
    min-height: 58rem;
  }
  .lotSearchResults .lot__title {
    margin-bottom: 1rem;
  }
  .lotSearchResults .lot__num {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .lotSearchResults .lot__num span {
    margin-left: 2rem;
  }
  .lotSearchResults .lot__searchBtn {
    width: 24rem;
    height: 6rem;
    background: #DA291C url(../img/icon_blank_white.svg) no-repeat;
    background-position: right 2.6rem center;
    margin: 3rem auto 0;
    letter-spacing: 1.5px;
    padding-right: 1rem;
  }
  .lotSearchResults .lot__btn {
    margin-top: 1.4rem;
  }
  .lotSearchResults .numBox__title {
    letter-spacing: 2.5px;
  }
  .lotSearchResults .numBox__details {
    padding: 1rem 1rem 1rem 2rem;
  }
  .lotSearchResults .numBox__details .inner {
    max-height: 13rem;
  }
  .lotSearchResults .numBox__details ul {
    padding: .6rem 0 0;
  }
  .lotSearchResults .numBox__details ul li {
    width: 50%;
    letter-spacing: 1px;
    margin-bottom: .5rem;
  }
}
