.stamp_rally2025 .chara {
  position: relative;
  z-index: 1;
  background: #FDF100;
  padding-bottom: 3.5em; }
  .stamp_rally2025 .chara .head {
    position: relative;
    z-index: 1; }
.stamp_rally2025 h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin: 0 auto 4em auto;
  width: 90%;
  max-width: 340px;
  height: 60px; }
.stamp_rally2025 h2::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #F6931A;
  transform: skewX(-15deg);
  border: 1px solid #1d1d1d;
  box-shadow: 3px 3px 0px 0px #1d1d1d; }
.stamp_rally2025 .detail {
  padding-bottom: 2.5em;
  background: #FDF100; }
  .stamp_rally2025 .detail h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    max-width: 500px;
    margin: 0 auto 1em auto;
    font-size: 16px;
    line-height: 1.2;
    font-weight: bold;
    color: #FFF;
    padding: 0.75em 0; }
  .stamp_rally2025 .detail h3.senmou {
    background: #F160A9; }
  .stamp_rally2025 .detail h3.furano {
    background: #C28DE6; }
  .stamp_rally2025 .detail h3.hanasaki {
    background: #B2D526; }
  .stamp_rally2025 .detail h3.nemuro {
    background: #61D39F; }
  .stamp_rally2025 .detail h3.sekihoku {
    background: #F49F24; }
  .stamp_rally2025 .detail h3.muroran {
    background: #A9A188; }
  .stamp_rally2025 .detail h3.souya {
    background: #5FC0FE; }
  .stamp_rally2025 .detail h3.hidaka {
    background: #F15D56; }
  .stamp_rally2025 .detail ul.chara_list {
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
    padding-top: 1.5em;
    padding-bottom: 1.5em; }
    .stamp_rally2025 .detail ul.chara_list li {
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: center;
      width: 48%;
      padding-bottom: 3em; }
      .stamp_rally2025 .detail ul.chara_list li .area {
        display: flex;
        justify-content: center;
        align-content: center;
        font-size: 18px;
        line-height: 1;
        font-weight: bold;
        color: #FFF;
        background: #1D1D1D;
        width: 100px;
        margin: 0.5em auto;
        padding: 0.5em 0; }
      .stamp_rally2025 .detail ul.chara_list li .name {
        font-size: 16px;
        line-height: 1;
        font-weight: bold; }
  .stamp_rally2025 .detail a.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #838383;
    border-radius: 50rem;
    color: #FFF;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    width: 90%;
    max-width: 665px;
    height: 60px;
    margin: 2em auto 0 auto;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .stamp_rally2025 .detail a.btn .arrow {
      position: relative;
      z-index: 0;
      padding: 0 1.5em; }
    .stamp_rally2025 .detail a.btn .arrow::before,
    .stamp_rally2025 .detail a.btn .arrow::after {
      content: "";
      position: absolute;
      top: calc(50% - 0px);
      left: 0;
      width: 12px;
      height: 2px;
      border-radius: 9999px;
      background-color: #FFF;
      transform-origin: calc(100% - 1px) 50%; }
    .stamp_rally2025 .detail a.btn .arrow::before {
      transform: rotate(135deg); }
    .stamp_rally2025 .detail a.btn .arrow::after {
      transform: rotate(-135deg); }
  @media screen and (min-width: 600px) {
    .stamp_rally2025 .detail a.btn {
      font-size: 20px; } }
  .stamp_rally2025 .detail a.btn:hover {
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0); }
@media screen and (min-width: 600px) {
  .stamp_rally2025 .detail {
    padding-bottom: 4em; } }

/*# sourceMappingURL=character.css.map */
