/* 共通 */
[href^="tel:"] {
  cursor: default;
}
[href^="tel:"]:hover {
  color: #666 !important;
  opacity: 1.0 !important;
}

/* ランフェス */
.logo-img {
  text-align: center;
}
.icon {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-ja-bold);
}
.inline-link {
  display: flex;
  align-items: center;
  gap: 10px;
}
.inline-link__title {
  font-family: var(--font-ja-bold);
}
.badgesContent {
  display: flex;
  justify-content: center;
  gap: 40px;
}
.badge_new {
  width: 200px;
}
.badges {
  max-width: 440px;
}
.badges ul {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}
.badges ul li {
  width: 100px;
}
.badges ul li img {
  width: 100%;
  height: auto;
}
.badge_dummy {
  height: 193px;
  width: 200px;
  border-radius: 50%;
  background-color: #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 110%;
}
.event-img-list {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
.event-img-list-img {
  width: calc(100% / 4 - 10px * 3 / 4);
}
.event-img-list-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 225/168;
  object-fit: cover;
  display: block;
}
.running-fes-enmusubi-caption {
  font-size: 13px;
  text-align: center;
}
.running-fes-enmusubi-img img {
  display: block;
  margin: 0 auto;
}
.running-fes-enmusubi-box {
  flex: 1;
}

@media screen and (max-width: 1023px) {
  .page-event-festa .logo-img {
    width: 253px;
    margin: 0 auto;
  }
  .badgesContent {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .badge_new {
    width: 200px;
    margin-bottom: 20px;
  }
  .badges ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 8px;
  }
  .badges ul li {
    width: 65px;
  }
  .event-img-list {
    align-items: start;
    flex-flow: column;
    gap: 8px;
    text-align: center;
  }
  .event-img-list-img {
    width: auto;
    margin: 0 auto;
  }
  .event-img-list img {
    max-width: 500px;
    width: 100%;
    display: block;
  }
  .title_indent_01 {
    display: inline-block;
    text-indent: 10px;
    margin-left: -8px;
  }
  .running-fes-enmusubi {
    display: block;
  }
  .running-fes-enmusubi-img {
    width: 100%;
  }
  .running-fes-enmusubi-caption {
    font-size: 12px;
  }
}

/* ランフェス缶バッジ　特典＆サービス */
.running-fes-img img {
  height: auto;
  width: 100%;
}

.running-fes-img-flex {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.running-fes-table {
  border: 1px solid #777;
  table-layout: fixed;
  width: 100%;
  word-wrap: break-word;
}

.running-fes-table thead {
  background-color: #0bccef;
  color: #fff;
}

.running-fes-table thead th,
.running-fes-table thead td,
.running-fes-table tbody th,
.running-fes-table tbody td {
  font-size: 13px;
  padding: 10px 5px;
}

.running-fes-table thead td:not(:last-child) {
  border: 1px solid #777;
  border-right: 1px solid #fff;
}

.running-fes-table thead,
.running-fes-table tbody tr,
.running-fes-table tbody td {
  border: 1px solid #777;
}

.running-fes-table-sns-img {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

.running-fes-table-head-one th:first-child {
  width: 18%;
}

.running-fes-table-head-two th:first-child {
  max-width: 100px;
  width: 10%;
}

.running-festa-imgs {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  /* max-width: 670px; */
  width: 100%;
}

.running-fes-table-sp,
.running-fes-table-ttl-sp {
  display: none;
}

.text-shape:before {
  content: "◆";
  margin-right: 5px;
}

.text-triangle:before {
  content: "▲";
  margin-right: 5px;
}

.text-back-triangle:before {
  content: "▼";
  margin-right: 5px;
}

.running-fes-logo,
.running-fes-logo-right-top,
.running-fes-logo-right-bottom {
  display: flex;
  justify-content: center;
}

.running-fes-logo {
  gap: 50px;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
}

.running-fes-logo-left,
.running-fes-logo-right {
  text-align: center;
}

.running-fes-logo-left .text-triangle,
.running-fes-logo-right .text-triangle {
  margin-top: 10px;
}

.running-fes-logo-left {
  width: min(calc(310 / 1023 * 100vw), 310px);
}

.running-fes-logo-left img {
  width: 100%;
  height: auto;
}

.running-fes-logo-right-top,
.running-fes-logo-right-bottom {
  gap: 20px;
}

.running-fes-logo-right-top div,
.running-fes-logo-right-bottom div {
  width: min(calc(140 / 1023 * 100vw), 140px);
}
.running-fes-logo-right-top img,
.running-fes-logo-right-bottom img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .running-fes-table thead th,
  .running-fes-table thead td,
  .running-fes-table tbody th,
  .running-fes-table tbody td {
    font-size: 12px;
  }

  .running-fes-img-flex {
    margin-top: 10px;
  }

  .running-festa-imgs {
    justify-content: center;
  }

  .running-festa-img {
    max-width: 280px;
  }

  .running-fes-table-head-one th:first-child {
    width: 14%;
  }

  td.running-fes-table-pc,
  thead.running-fes-table-pc {
    display: none !important;
  }

  .running-fes-table-sp {
    display: block;
  }

  .running-fes-table thead,
  .running-fes-table tbody tr {
    border: none;
  }

  .running-fes-table {
    margin: 0 auto;
    max-width: 500px;
  }

  .running-fes-table tbody td {
    border-bottom: 1px solid #777;
  }

  .running-fes-table-ttl-sp {
    background-color: #0bccef;
    color: #fff;
    display: block;
  }

  .running-fes-table td {
    display: flex !important;
  }

  .running-fes-table_sp_title {
    flex-shrink: 0;
    margin-right: 10px;
    width: 74px;
  }

  .running-fes-table thead,
  .running-fes-table tbody tr,
  .running-fes-table tbody td {
    border: none;
  }

  .running-fes-table tbody td:not(:last-child) {
    border-bottom: 1px solid #777;
  }

  .running-fes-table tbody tr:not(:first-child) {
    border-top: 1px solid #777;
  }

  .btn-flex {
    gap: 30px;
  }

  .running-fes-logo {
    display: block;
  }

  .running-fes-logo-left {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: calc(10 / 375 * 100vw);
    padding: 0 calc(80 / 375 * 100vw);
    margin-bottom: 20px;
  }

  .running-fes-logo-right-top,
  .running-fes-logo-right-bottom {
    gap: 10px;
  }
  .running-fes-logo-right-top div,
  .running-fes-logo-right-bottom div {
    flex: 0 0 calc((100% - 10px * 3) / 4);
  }
}


/* ランフェス缶バッジ 配付イベント（distributions） */
.distributions-first-text {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.14px;
  line-height: 1.8;
  margin-top: 22px;
}

.running-fes-img img {
  height: auto;
  width: 100%;
}

.running-fes-table {
  border: 1px solid #777;
  font-weight: 500;
  table-layout: fixed;
  width: 100%;
  word-wrap: break-word;
}

.running-fes-table thead {
  background-color: #0bccef;
  color: #fff;
}

.running-fes-table thead th,
.running-fes-table thead td,
.running-fes-table tbody th,
.running-fes-table tbody td {
  font-size: 13px;
  padding: 10px 5px;
}

.running-fes-table-head th:first-child {
  width: 10%;
}

.running-fes-table-head td:nth-child(5) {
  width: 16%;
}

.running-fes-table thead td:not(:last-child) {
  border: 1px solid #fff;
  border-bottom: 1px solid #777;
  border-top: 1px solid #777;
}

.running-fes-table thead,
.running-fes-table tbody tr,
.running-fes-table tbody td {
  border: 1px solid #777;
}

.running-fes-table-body th {
  display: flex;
  flex-flow: column;
}

.running-fes-table-sns-img {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

.running-festa-imgs {
  align-items: flex-start;
  display: flex;
  justify-content: flex-start;
}

.running-fes-table-sp,
.running-fes-table-ttl-sp {
  display: none;
}

.distributions-main-title {
  font-size: 30px;
  font-weight: 700;
}

@media screen and (max-width: 1023px) {
  .running-festa-img  {
    margin-left: 10px;
  }

  .image01 img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .distributions-first-text {
    font-size: 16px;
    font-weight: 500;
    /* letter-spacing: 0.14px; */
    line-height: 1.8;
    margin-top: 22px;
  }

  .running-fes-table thead th,
  .running-fes-table thead td,
  .running-fes-table tbody th,
  .running-fes-table tbody td {
    font-size: 12px;
  }

  .running-festa-imgs {
    justify-content: center;
  }

  .running-festa-img {
    max-width: 280px;
  }

  .running-fes-table {
    margin: 0 auto;
    max-width: 500px;
  }

  .running-fes-table_sp_title {
    flex-shrink: 0;
    margin-right: 10px;
    width: 74px;
  }

  .running-fes-table-pc {
    display: none;
  }

  .running-fes-table-sp {
    display: block;
  }

  .running-fes-table-body tr {
    display: grid;
  }

  .running-fes-table-ttl-sp {
    background-color: #0bccef;
    color: #fff;
    display: block;
  }

  .running-fes-table td {
    display: flex;
  }

  .running-fes-table thead,
  .running-fes-table tbody tr,
  .running-fes-table tbody td {
    border: none;
  }

  .running-fes-table tbody td:not(:last-child) {
    border-bottom: 1px solid #777;
  }

  .running-fes-table tbody tr:not(:first-child) {
    border-top: 1px solid #777;
  }
}