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

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

.omeme {
  font-size: 16px !important;
  font-weight: 400;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  color: #22292b;
  letter-spacing: 0.04em;
}

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

.omeme span {
  font-size: inherit;
}

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

.omeme a {
  transition: all 0.3s;
}

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

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

.f-min {
  font-family: "Noto Serif JP", serif;
}

.sp-only {
  display: none;
}

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

.bg-green {
  background-color: #f5f8f3;
}

.bg-pink {
  background-color: #f3ebf3;
}

.bg-yellow {
  background-color: #f5f5ef;
}

.bg-gray {
  background-color: #f2f2f2;
}

.bg-white {
  background-color: #fff;
}

.blue {
  color: #6e8589;
}

.red {
  color: #ff0000;
}

.bold {
  font-weight: bold;
}

.fz14 {
  font-size: 14px;
}

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

.btn {
  display: block;
  background-color: #22292b;
  border-radius: 4px;
  padding: 20px;
  text-align: center;
  color: #fff !important;
  position: relative;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
}

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

.btn.btn-more {
  margin: 30px auto 20px;
  background-color: #fff;
  border: 1px solid #3c3920;
  color: #3c3920 !important;
}

.hdg {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.04em;
}

.hdg span {
  display: block;
  width: fit-content;
  font-size: 40px;
  text-decoration: underline;
  margin: 0 auto 5px;
}

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

.product {
  padding: 50px 0 160px;
  background-color: #eaecef;
}

.product-item {
  display: flex;
  align-items: center;
  gap: 45px;
  padding: 50px 0;
}

.product-item:not(:last-of-type) {
  border-bottom: 1px dotted #a0a0a0;
}

.product-item:nth-of-type(even),
.product-item.--rev {
  flex-direction: row-reverse;
}

.product-item .img {
  width: 500px;
  flex-shrink: 0;
}

.product-item .txt {
  width: 100%;
}

.product-item .txt h3 {
  font-size: 26px;
  margin: 10px 0 30px;
}

.product-item .txt .btn {
  margin: 60px 0 0;
}

@media (max-width: 768px) {
  .product-item {
    flex-direction: column;
    gap: 30px;
    padding: 30px 0;
  }

  .product-item:nth-of-type(even),
  .product-item.--rev {
    flex-direction: column;
  }

  .product-item .img {
    width: 100%;
    text-align: center;
  }

  .product-item .txt h3 {
    margin-bottom: 20px;
  }

  .product-item .txt .btn {
    margin-top: 20px;
  }
}

.point h2 span,
.graph h2 span {
  font-size: 32px;
}

.point .inner {
  max-width: 730px;
}

.point-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.point-list__item {
  display: flex;
  align-items: center;
  gap: 50px;
  padding: 30px 50px;
  border-radius: 10px;
  border: 1px solid #d5d5d5;
}

.point-list__item .img {
  width: 150px;
  flex-shrink: 0;
}

.point-list__item .txt .fz14 {
  color: #a8b2b5;
  text-decoration: underline;
}

.point-list__item .txt h3 {
  font-weight: 500;
  font-size: 20px;
  margin: 5px 0 10px;
}

.list {
  padding: 30px 50px;
  border-radius: 10px;
  border: 1px solid #d5d5d5;
  display: flex;
  flex-direction: column;
  gap: 0.4em;
}

.list li {
  font-size: 18px;
  padding-left: 1em;
  text-indent: -1em;
}

.list li::before {
  content: "・";
}

.lineup-item {
  border-radius: 10px;
  border: 1px solid #22292b;
  padding: 0 15px;
}

.lineup-item-flex {
  display: flex;
  gap: 50px;
  padding: 50px 0;
  max-width: 800px;
  margin: 0 auto;
}

.lineup-item-flex:first-child {
  border-bottom: 1px dotted #a0a0a0;
}

.lineup-item-flex .img {
  width: 270px;
  flex-shrink: 0;
}

.lineup-item-flex .txt {
  width: 100%;
}

.lineup-item-flex .tag {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}

.lineup-item-flex .tag li {
  display: flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 3px;
  background-color: #d9d9d9;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  height: 24px;
}

.lineup-item-flex .tag li.new {
  background-color: #1d2c6a;
  color: #fff;
}

.lineup-item-flex .txt h3 {
  font-size: 26px;
  margin-bottom: 30px;
}

.lineup-item-flex .txt .fz18 {
  font-weight: 500;
}

.lineup-item-flex .txt .fw500 {
  font-weight: 500;
  font-size: 18px;
}

.lineup-item-flex .txt .fw500 span {
  font-size: 14px;
}

.lineup-item-flex .txt .btn {
  margin: 40px 0 0;
}

.lineup-item-flex .txt dl {
  background-color: #eaecef;
  padding: 15px 20px;
}

.lineup-item-flex .txt dl dt {
  font-weight: bold;
  font-size: 15px;
}

.lineup-item-flex .txt dl dd {
  font-size: 14px;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .point h2 span,
  .graph h2 span {
    font-size: 24px;
  }

  .point-list__item {
    gap: 20px;
    padding: 20px 15px;
  }

  .point-list__item .img {
    width: 100px;
  }

  .list {
    padding: 20px 15px;
  }

  .list li {
    font-size: 16px;
  }

  .lineup-item-flex {
    gap: 20px;
    padding: 30px 0;
    flex-direction: column;
  }

  .lineup-item-flex .img {
    width: 100%;
    text-align: center;
  }
}

/* 20250912 */
