@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;
}

.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;
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: bold;
}

.fz14 {
  font-size: 14px;
}

.fz15 {
  font-size: 15px;
}

.fz18 {
  font-size: 18px;
}

.fz20 {
  font-size: 20px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.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: #b2841c;
}

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

.btn i {
  position: absolute;
  right: 32px;
  top: 50%;
  font-size: 14px;
  transform: translateY(-50%);
}

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

.hdg2 {
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
}

.label {
  width: fit-content;
  padding: 5px 30px;
  background-color: #b22a25;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
}

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

.about {
  padding-bottom: 80px;
}

.info {
  padding: 60px 0 100px;
  background-color: #f2f2f2;
}

.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;
}

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

.present-item {
  display: flex;
  align-items: center;
  gap: 50px;
}

.present-item .img {
  width: 450px;
  flex-shrink: 0;
}

.box {
  padding: 40px 50px;
  background-color: #fff;
}

.box__flex {
  display: flex;
  align-items: center;
  gap: 20px;
}

.box__flex .img {
  width: 400px;
  flex-shrink: 0;
}

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

.mode-list__item {
  position: relative;
}

.mode-list__item:not(:last-child)::after {
  content: "";
  width: 14px;
  height: 18px;
  background-color: #22292b;
  position: absolute;
  right: -55px;
  top: 100px;
  clip-path: polygon(0 0, 100% 50%, 0% 100%);
}

@media screen and (max-width: 768px) {
  .hdg {
    font-size: 20px;
  }
  .hdg2 {
    font-size: 18px;
  }
  .label {
    font-size: 14px;
    padding: 5px 20px;
  }
  .present-item {
    flex-direction: column;
    gap: 20px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .present-item .img {
    width: 100%;
    text-align: center;
  }
  .box {
    padding: 20px 15px;
  }
  .box.t-center {
    text-align: left;
  }
  .box__flex {
    flex-direction: column;
  }
  .box__flex.--rev {
    flex-direction: column-reverse;
  }
  .box__flex .img {
    width: 100%;
    text-align: center;
  }
  .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;
  }

  .mode-list {
    grid-template-columns: 1fr;
    gap: 60px;
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
  }
  .mode-list__item:not(:last-child)::after {
    width: 18px;
    height: 16px;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    right: 50%;
    top: unset;
    bottom: -35px;
    transform: translateX(50%);
  }
}
