@charset "UTF-8";
html {
  font-family: 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 9999;
  display: none;
  justify-content: center;
  align-items: center;
}

.modal-content {
  background: #fff;
  padding: 10px;
  width: 100%;
  height: 100%;
  max-width: 1000px;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  position: relative;
}
@media screen and (max-width: 575px) {
  .modal-content {
    max-width: 95%;
    padding: 5px;
    max-height: 85vh;
  }
}
.modal-content .modal-content-inner {
  padding: 70px;
  border: 1px solid #c1aa7f;
}
@media screen and (max-width: 575px) {
  .modal-content .modal-content-inner {
    padding: 35px 10px;
  }
}
.modal-content .img {
  max-width: 260px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 575px) {
  .modal-content .img {
    max-width: 180px;
  }
}
.modal-content .modal-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #333;
  text-align: center;
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  letter-spacing: 0.1em;
}
.modal-content .modal-title span {
  font-size: 38px;
  font-weight: bold;
}
@media screen and (max-width: 575px) {
  .modal-content .modal-title span {
    font-size: 30px;
  }
}
.modal-content .tokuten-top {
  text-align: center;
}
.modal-content .tokuten-top .tokuten {
  background: #000;
  color: #fff;
  width: 100px;
  text-align: center;
  padding: 4px 0;
  border-radius: 14px;
  margin: 0 auto 4px;
}
@media screen and (max-width: 575px) {
  .modal-content .tokuten-top .tokuten {
    margin: 0 auto 10px;
    font-size: 14px;
  }
}
.modal-content .tokuten-top h3 {
  display: inline-flex;
  align-items: center;
  font-size: 28px;
  font-weight: bold;
  justify-content: center;
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 0 6px 0 12px;
}
@media screen and (max-width: 575px) {
  .modal-content .tokuten-top h3 {
    font-size: 22px;
    line-height: 1.3;
    text-align: left;
  }
}
.modal-content .tokuten-top h3 img {
  margin-right: 10px;
  height: 24px;
  width: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 575px) {
  .modal-content .tokuten-top h3 img {
    height: 45px;
  }
}
.modal-content .tokuten-top h3 img.icon-sale {
  width: 48px;
  height: 48px;
}
.modal-content .tokuten-bottom {
  border: 1px solid #000;
  padding: 28px 0;
  text-align: center;
  margin-top: -26px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 575px) {
  .modal-content .tokuten-bottom {
    padding: 36px 18px 28px;
  }
}
.modal-content .tokuten-bottom p {
  line-height: 1.5;
  height: 26px;
}
@media screen and (max-width: 575px) {
  .modal-content .tokuten-bottom p {
    height: auto;
    font-size: 13px;
  }
}
.modal-content .tokuten-bottom h4 {
  font-size: 20px;
  font-weight: bold;
  padding: 0 16px 4px;
  border-bottom: 2px dotted #000;
  display: inline-block;
  margin-top: 20px;
}
@media screen and (max-width: 575px) {
  .modal-content .tokuten-bottom h4 {
    line-height: 1.3;
    margin-top: 14px;
  }
}
.modal-content .tokuten-bottom h4 span {
  font-family: century-gothic, sans-serif;
  font-size: 50px;
}
.modal-content .tokuten-bottom h5 {
  font-size: 12px;
  margin: 10px 0 16px;
}
.modal-content .tokuten-bottom h5 span {
  font-size: 24px;
  font-family: century-gothic, sans-serif;
  font-weight: bold;
  display: inline-block;
  margin-left: 4px;
}
.modal-content .tokuten-bottom h5 span small {
  font-size: 20px;
}
.modal-content .tokuten-bottom .small {
  font-size: 10px;
  line-height: 1.5;
  max-width: 580px;
  margin: 0 auto;
  text-align: left;
}
.modal-content .annotation {
  text-align: center;
  font-size: 10px;
  margin-top: 10px;
}

.modal-tokuten-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.modal-tokuten-content {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}
.modal-tokuten-content:not(:first-child) {
  width: 48%;
}
@media screen and (max-width: 575px) {
  .modal-tokuten-content:not(:first-child) {
    width: 100%;
  }
}
.modal-tokuten-content:not(:first-child) .tokuten-top h3 {
  font-size: 20px;
}
.modal-tokuten-content:not(:first-child) .tokuten-bottom {
  margin-top: -19px;
}
.modal-tokuten-content:not(:first-child) .tokuten-bottom p {
  font-size: 13px;
}

.modal-close {
  position: absolute;
  top: 15px;
  right: 20px;
  background: none;
  border: none;
  font-size: 30px;
  cursor: pointer;
  color: #999;
  transition: color 0.3s;
}
@media screen and (max-width: 575px) {
  .modal-close {
    top: 10px;
    right: 10px;
    font-size: 24px;
  }
}
.modal-close:hover {
  color: #333;
}

.modal-description {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 40px;
  text-align: center;
}

.members-lead + ul li .img {
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}
.members-lead + ul li .img:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

body.modal-open {
  overflow: hidden;
}

section.intro ul {
  overflow: visible;
}
section.intro ul li .cap {
  height: 54px;
}
@media screen and (max-width: 575px) {
  section.intro ul li .cap {
    height: auto;
  }
}
section.intro ul li .button {
  text-align: center;
  font-size: 14px;
  height: 35px;
  border-radius: 18px;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  margin: 10px auto 0;
  font-weight: bold;
  letter-spacing: 0.12em;
  width: 90%;
  transition: opacity 0.3s;
}
@media screen and (max-width: 575px) {
  section.intro ul li .button {
    width: 56%;
  }
}
section.intro ul li .button:hover {
  opacity: 0.7;
}
section.intro ul li .button span {
  position: absolute;
  width: 21px;
  height: 21px;
  background: #ebebea;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
section.intro ul li .button span::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  top: 50%;
  left: 47%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
section.intro ul li:not(:first-child) .button span::before {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
section.intro ul li:nth-child(2) .button span {
  background: #8e5d31;
}
section.intro ul li:nth-child(3) .button span {
  background: #a29e9c;
}
section.intro ul li:nth-child(4) .button span {
  background: #c69f21;
}
section.intro ul li:nth-child(5) .button span {
  background: #000000;
}