@charset "utf-8";

.st-Header_Title {
  font-size: calc(90em / 27);
}
@media print, screen and (min-width: 48em) {
  .st-Header_Title {
    font-size: calc(90em / 18);
  }
}


.spo-Container {
  font-size: calc(16em / 20);
  margin-top: calc(43em / 16);
}
.spo-Unit {
  background-color: #f7f7f7;
  padding-top: calc(30em / 16);
  padding-right: calc(24em / 16);
  padding-bottom: calc(34em / 16);
  padding-left: calc(24em / 16);
}
.spo-Unit + .spo-Unit {
  margin-top: calc(40em / 24);
}
.spo-Title {
  color: #ababab;
  font-size: calc(18em / 24 * 2);
  font-weight: 500;
  line-height: 1.77777778;
  line-height: calc(32 / 18);
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
.Silver .spo-Title {
  color: #96a9be;
}
.Gold .spo-Title {
  color: #b39d76;
}
.spo-Title::before {
  content: '';
  display: block;
  margin-bottom: calc(-7em / 18);
}
.spo-Price {
  color: #ac0d0e;
  font-size: calc(28em / 24 * 2);
  font-weight: 500;
  line-height: 1.21428571;
  line-height: calc(34em / 28);
  margin-top: 0;
  margin-bottom: calc(30em / 28);
  position: relative;
  text-align: center;
}
.spo-Price::after {
  content: '';
  display: block;
  margin-bottom: calc(-3em / 28);
}
.spo-Price span {
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: calc(16em / 28);
  font-weight: 300;
  position: absolute;
  right: 0;
  left: 0;
  bottom: calc(-22em / 14);
  text-transform: none;
  -webkit-transform: scale(.875);
  transform: scale(.875);
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
.spo-List {
  border-top: 1px solid #e5e5e5;
  line-height: 1.5;
  line-height: calc(24 / 16);
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: calc(23em / 16);
  padding-left: 0;
}
.spo-List > li {
  padding-left: calc(30em / 16);
  text-indent: calc(-30em / 16);
}
.spo-List > li + li {
  margin-top: calc(24em / 16);
}
.spo-List .icon::before {
  color: #ac0d0e;
  display: inline-block;
  font-size: calc(20em / 16);
  text-indent: 0;
  vertical-align: bottom;
  width: calc(30em / 20);
}
@media print, screen and (min-width: 48em) {
  .spo-Container {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .spo-Unit {
    width: calc(232em / 16);
  }
  .spo-Unit + .spo-Unit {
    margin-top: 0;
  }
  .spo-Title {
    font-size: calc(18em / 16);
  }
  .spo-Price {
    font-size: calc(28em / 16);
  }
  .spo-Caption {
    font-size: calc(13em / 16);
    margin-top: calc(32em / 16);
  }
}

.exh-List {
  list-style: none;
}
.exh-List li a::before {
  margin-right: 1em;
}
