.saleDetail {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .saleDetail {
    padding: 120px 0;
  }
  .saleDetail .section__title {
    padding-left: 30px;
  }
}
.saleDetail__fv {
  margin-top: 50px;
  margin-bottom: 80px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .saleDetail__fv {
    margin-bottom: 50px;
  }
}
.saleDetail__fv img {
  width: 100%;
}
.saleDetail__fv {
  position: relative;
}
.saleDetail__fv .icon {
  position: absolute;
  bottom: -40px;
  left: 20%;
  width: 80px;
  border-radius: 50%;
  height: 80px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #504945;
  color: #fff;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.1em;
}
.saleDetail__fv .icon.soldout {
  background: #d2d2d3;
  color: #514945;
}
@media screen and (max-width: 768px) {
  .saleDetail__fv .icon {
    left: 20px;
  }
}
.saleDetail__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .saleDetail__inner {
    padding: 0 30px;
  }
}
.saleDetail__title {
  text-align: center;
  padding-bottom: 20px;
  line-height: 1.5;
  border-bottom: 2px solid #504945;
}
.saleDetail__title span {
  font-size: 16px;
}
.saleDetail__lists {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 80px 0;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .saleDetail__lists {
    flex-direction: column;
    margin-top: 40px;
    gap: 30px 0;
  }
}
.saleDetail__list {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .saleDetail__list {
    width: 100%;
  }
}
.saleDetail__list--title {
  text-align: center;
  width: -moz-max-content;
  width: max-content;
  background: url(../img/saledDetail-title.png) no-repeat;
  background-size: contain;
  background-position: center;
  padding: 12px 10px;
  color: #fff;
  width: 130px;
  font-size: 14px;
  margin: 0 auto 10px;
}
.saleDetail__list--text {
  font-size: 13px;
  text-align: center;
}
.saleDetail .back-btn {
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin: 80px auto 0;
}

.saleList {
  padding: 100px 40px;
}
@media screen and (max-width: 768px) {
  .saleList {
    padding: 120px 30px;
  }
}
.saleList__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.saleList__lists {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 120px 0;
}
@media screen and (max-width: 768px) {
  .saleList__lists {
    flex-direction: column;
    padding: 0 20px;
    gap: 80px 0;
  }
}
.saleList__list {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .saleList__list {
    width: 100%;
  }
}
.saleList__list .img {
  position: relative;
  margin-bottom: 40px;
}
.saleList__list .img::after {
  content: "";
  width: 170px;
  height: 170px;
  display: block;
  background: url(../img/ashirai-sale.png) no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 0;
  bottom: -20px;
}
@media screen and (max-width: 768px) {
  .saleList__list .img::after {
    width: 130px;
    height: 130px;
  }
}
.saleList__list .img .icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  border-radius: 50%;
  height: 80px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #504945;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.1em;
}
.saleList__list .img .icon.soldout {
  background: #d2d2d3;
  color: #514945;
}
@media screen and (max-width: 768px) {
  .saleList__list .img .icon {
    height: 70px;
    width: 70px;
    font-size: 16px;
  }
}
.saleList__list .img .icon.soldout {
  background: #d2d2d3;
  color: #514945;
}
.saleList__list .img img {
  position: relative;
  z-index: 2;
  width: 75%;
  display: block;
}
.saleList__list .contents {
  border-left: 6px solid #504945;
  padding: 4px 0;
  padding-left: 10px;
  letter-spacing: 0.1em;
}
.saleList__list .contents h3 {
  margin-bottom: 10px;
  font-size: 20px;
}
.saleList__list .contents .date {
  font-size: 16px;
}
.saleList__list:nth-of-type(even) {
  transform: translateY(160px);
}
@media screen and (max-width: 768px) {
  .saleList__list:nth-of-type(even) {
    transform: translate(0);
  }
}
.saleList__list:nth-of-type(even) .img img {
  margin-left: auto;
}
.saleList__list:nth-of-type(even) .img::after {
  left: 0;
  right: unset;
}
.saleList__list:nth-of-type(even) .img .icon {
  right: unset;
  left: 0;
}
.saleList .back-btn {
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin: 80px auto 0;
}

.works {
  padding: 100px 40px;
}
@media screen and (max-width: 768px) {
  .works {
    padding: 120px 0 50px;
  }
  .works .section__title {
    padding-left: 20px;
  }
}
.works__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.works__lists {
  display: flex;
  flex-direction: column;
  margin-top: 80px;
  gap: 120px;
}
@media screen and (max-width: 768px) {
  .works__lists {
    margin-top: 50px;
    gap: 50px;
  }
}
.works__list {
  max-width: 650px;
  margin: 0 auto;
  width: 100%;
}
.works__list--title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .works__list--title {
    margin-bottom: 10px;
    gap: 30px;
  }
}
.works__list--title span {
  display: block;
  width: -moz-max-content;
  width: max-content;
  padding: 15px 15px 10px;
  letter-spacing: 0.2em;
  background: url(../img/new-bg.png) no-repeat;
  background-size: 100%;
  background-position: center;
  font-size: 12px;
}
.works__list--main {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .works__list--main {
    width: 90%;
    margin: 0 auto 20px;
  }
}
.works__list--main img {
  width: 45%;
  margin-left: auto;
}
.works__list--main img:first-child {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 55%;
}
.works__list--detail {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 0 30px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .works__list--detail {
    padding: 0 20px;
    gap: 15px;
  }
}
.works__list--detail .item {
  display: flex;
  background: #d2d2d3;
  color: #514945;
}
.works__list--detail .item .title {
  background: #514945;
  color: #fff;
  padding: 10px 10px;
  letter-spacing: 0.1em;
  box-sizing: border-box;
  text-align: center;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .works__list--detail .item .title {
    font-size: 12px;
    padding: 10px 0;
  }
}
.works__list--detail .item .text {
  padding: 10px 20px;
  box-sizing: border-box;
  text-align: center;
  letter-spacing: 0.1em;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .works__list--detail .item .text {
    font-size: 12px;
    padding: 10px 0;
  }
}
.works__list--slider {
  overflow: hidden;
  position: relative;
}
.works__list--slider img {
  aspect-ratio: 1.5;
  -o-object-fit: cover;
     object-fit: cover;
}
.works__list--slider .swiper-button-next,
.works__list--slider .swiper-button-prev {
  text-shadow: #514945;
  color: #fff !important;
}
.works .back-btn {
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin: 80px auto 0;
}

.page__fv {
  position: relative;
}
.page__fv--inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: #fff;
  letter-spacing: 0.15em;
  text-shadow: #504945 0 0 10px;
}
.page__fv--inner h1 {
  font-size: 48px;
}
@media screen and (max-width: 768px) {
  .page__fv--inner h1 {
    font-size: 22px;
  }
}

.about {
  padding: 150px 40px;
}
@media screen and (max-width: 768px) {
  .about {
    padding: 50px 30px;
  }
}
.about__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.about h2 {
  margin: 0 auto 40px;
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .about h2 {
    font-size: 16px;
  }
}
.about h2::after {
  content: "";
  display: block;
  border-radius: 10px;
  height: 4px;
  width: 50px;
  background: #514945;
  margin: 20px auto 0;
}
.about p {
  text-align: center;
  line-height: 2;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .about p {
    font-size: 13px;
    margin-bottom: 25px;
  }
}

.commitment {
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .commitment {
    padding: 40px 30px;
  }
}
.commitment__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.commitment h2 {
  margin: 0 auto 40px;
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .commitment h2 {
    font-size: 16px;
  }
}
.commitment h2::after {
  content: "";
  display: block;
  border-radius: 10px;
  height: 4px;
  width: 50px;
  background: #514945;
  margin: 20px auto 0;
}
.commitment__lists {
  display: flex;
  flex-direction: column;
}
.commitment__list {
  padding: 80px 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .commitment__list {
    padding: 40px 0;
  }
}
.commitment__list::after {
  content: "";
  width: 180px;
  height: 180px;
  display: block;
  position: absolute;
  top: 0;
  left: -40px;
  background: url(../img/ashirai-commitment.png) no-repeat;
  background-size: contain;
  background-position: left;
}
@media screen and (max-width: 768px) {
  .commitment__list::after {
    width: 80px;
    height: 80px;
  }
}
.commitment__list--title {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 20px;
  line-height: 1.4;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .commitment__list--title {
    gap: 30px;
    padding-left: 0;
  }
}
.commitment__list--title span {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .commitment__list--title span {
    font-size: 18px;
  }
}
.commitment__list--box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .commitment__list--box {
    display: block;
  }
}
.commitment__list--img {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .commitment__list--img {
    width: 35%;
    float: left;
    margin-right: 15px;
  }
}
.commitment__list--contents {
  width: 67%;
}
@media screen and (max-width: 768px) {
  .commitment__list--contents {
    width: 100%;
  }
}
.commitment__list--contents p {
  line-height: 2;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .commitment__list--contents p {
    font-size: 13px;
  }
}

.spec {
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .spec {
    padding: 0 30px 50px;
  }
}
.spec__inner {
  max-width: 800px;
  margin: 0 auto;
}
.spec h2 {
  margin: 0 auto 40px;
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .spec h2 {
    font-size: 16px;
  }
}
.spec h2::after {
  content: "";
  display: block;
  border-radius: 10px;
  height: 4px;
  width: 50px;
  background: #514945;
  margin: 20px auto 0;
}
.spec__lists {
  display: flex;
  flex-direction: column;
  gap: 80px;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .spec__lists {
    margin-top: 50px;
    gap: 50px;
  }
}

.hybrid {
  background: url(../img/hybrid-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .hybrid {
    padding: 50px 30px;
  }
}
.hybrid__text {
  margin: 40px auto;
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .hybrid__text {
    font-size: 16px;
  }
}
.hybrid__text::after {
  content: "";
  display: block;
  border-radius: 10px;
  height: 4px;
  width: 50px;
  background: #514945;
  margin: 20px auto 0;
}
.hybrid__point {
  max-width: 700px;
  margin: 60px auto 80px;
}
@media screen and (max-width: 768px) {
  .hybrid__point {
    margin: 50px auto;
  }
}
.hybrid .maintenance {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .hybrid .maintenance {
    padding: 25px;
  }
}
.hybrid .maintenance {
  border-radius: 10px;
}
.hybrid .maintenance__title {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #504945;
  font-size: 20px;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .hybrid .maintenance__title {
    flex-direction: column;
    align-items: flex-start;
    font-size: 18px;
    gap: 10px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.hybrid .maintenance__title span {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .hybrid .maintenance__title span {
    font-size: 14px;
  }
}
.hybrid .maintenance__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .hybrid .maintenance__box {
    display: block;
  }
}
.hybrid .maintenance__box .contents {
  width: 65%;
}
@media screen and (max-width: 768px) {
  .hybrid .maintenance__box .contents {
    width: 100%;
  }
}
.hybrid .maintenance__box .contents p {
  line-height: 1.7;
  font-size: 14px;
}
.hybrid .maintenance__box .img {
  width: 32%;
}
@media screen and (max-width: 768px) {
  .hybrid .maintenance__box .img {
    width: 100%;
    margin-top: 20px;
  }
}
.hybrid .back-btn {
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin: 80px auto 0;
}
@media screen and (max-width: 768px) {
  .hybrid .back-btn {
    margin: 50px auto 0;
  }
}

.news {
  background: url(../img/news-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .news {
    padding: 100px 30px;
  }
}
.news__inner {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}
.news__icon {
  position: absolute;
  right: 20%;
  top: 0;
}
@media screen and (max-width: 768px) {
  .news__icon {
    right: 0;
  }
}
.news__lists {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .news__lists {
    margin-bottom: 30px;
    margin-top: 40px;
  }
}
.news .more {
  margin: 0 auto;
  text-align: center;
  display: block;
  width: -moz-max-content;
  width: max-content;
}
.news .more img {
  margin: 0 auto;
}
.news__list {
  padding: 30px 30px;
}
@media screen and (max-width: 768px) {
  .news__list {
    padding: 20px 15px;
  }
  .news__list:nth-child(3) {
    display: none;
  }
}
.news__list + .news__list {
  border-top: dashed 1px #504945;
}
.news__list--date {
  margin-bottom: 10px;
}
.news__list--title {
  font-weight: 500;
  line-height: 1.5;
}
.news__list--text {
  line-height: 1.5;
  font-size: 13px;
}
.news .back-btn {
  margin: 0 auto;
  text-align: center;
  display: block;
  width: -moz-max-content;
  width: max-content;
}

.news__detail--title {
  margin-bottom: 30px;
}
.news__detail--date {
  font-size: 18px;
}
.news__detail--contents {
  margin-top: 50px;
  margin-bottom: 50px;
}
.news__detail--contents p {
  line-height: 1.8;
}/*# sourceMappingURL=page.css.map */