@charset "utf-8";
/* CSS Document */

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");

.yaman {
  font-size: 16px !important;
  font-weight: 400;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  color: #22292b;
  padding-bottom: 160px;
}

.yaman * {
  font-size: 16px;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.yaman span {
  font-size: inherit;
}

.yaman img,
.yaman video {
  max-width: 100%;
  height: auto;
}

.yaman a {
  transition: all 0.3s;
}

.yaman a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.yaman .inner {
  max-width: 1030px;
  margin: 0 auto;
  padding: 0 15px;
}

.sp-only {
  display: none;
}

.t-center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.fz14 {
  font-size: 14px;
}

.fz15 {
  font-size: 15px;
}

.fz18 {
  font-size: 18px;
}

.fz20 {
  font-size: 20px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb100 {
  margin-bottom: 100px;
}

.gold {
  color: #ccc2ac;
}

.btn {
  display: block;
  background-color: #212123;
  border-radius: 4px;
  padding: 20px;
  font-size: 14px;
  text-align: center;
  color: #fff !important;
  position: relative;
  max-width: 350px;
  margin: 30px auto 0;
  font-weight: 500;
}

.btn i {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.hdg {
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
}

.yaman .mv {
  text-align: center;
}

.about {
  background-color: #292f30;
  padding: 40px 0 60px;
  text-align: center;
  color: #fff;
}

.model {
  padding: 60px 0 100px;
}

.item-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px 50px;
}

.item-list__item.new {
  position: relative;
}

.item-list__item.new::before {
  content: "NEW";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #9b9068;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 80px;
  color: #fff;
}
.item-list__item .img,
.item-list__item .tag,
.item-list__item .item-name {
  margin-bottom: 10px;
}

.tag {
  display: flex;
  gap: 5px;
}

.tag__item {
  font-size: 13px;
  color: #fff;
  background-color: #22292b;
  text-transform: uppercase;
  padding: 2px 15px;
  font-weight: 500;
}

.item-name {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}

.step {
  background-color: #292f30;
  padding: 40px 0 60px;
}

.step .fz20 {
  color: #fff;
}

.step-list {
  display: flex;
  flex-direction: column;
  gap: 60px;
  counter-reset: number 0;
}

.step-list__item {
  background-color: #fff;
  padding: 15px;
  text-align: center;
  counter-increment: number 1;
  position: relative;
}

.step-list__item::before {
  content: "step" counter(number);
  display: block;
  text-transform: uppercase;
  color: #22292b;
  background-color: #ccc2ac;
  font-size: 14px;
  width: 70px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translate(-50%, -100%);
}

.step-list__item .txt {
  max-width: 700px;
  margin: 0 auto;
  border: 2px solid #ccc2ac;
  padding: 15px;
  text-align: left;
}

.step-list__item .txt dl {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
}

.step-list__item .txt dl dt {
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .hdg {
    font-size: 20px;
  }
  .item-list {
    grid-template-columns: 1fr;
    max-width: 300px;
    margin: 0 auto;
  }

  .item-list__item.new::before {
    top: 10px;
    left: 10px;
    width: 60px;
    height: 60px;
    font-size: 14px;
    line-height: 60px;
  }
}
