.p-eupho-header h2 {
  text-indent: -9999px;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  background: #4f8cbb url(/brassbandfestival/anime-eupho2026/img/visual_pc.jpg) no-repeat center center;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .p-eupho-header h2 {
    text-indent: -9999px;
    width: 100%;
    height: 0;
    padding-top: 100%;
    background: #4f8cbb url(/brassbandfestival/anime-eupho2026/img/visual_sp.jpg) no-repeat center center;
    background-size: contain;
  }
}
.p-eupho-unit {
  padding: 70px 0;
}
.p-eupho-unit--blue1 {
  background: #01acc6;
}
.p-eupho-unit--blue2 {
  background: #82e3eb;
}
.p-eupho-unit--green {
  background: #20595c;
}
.p-eupho-unit__inner {
  width: 1200px;
  margin: 0 auto;
}
.p-eupho-unit__notes {
  text-align: center;
  margin: 15px 0;
}
.p-eupho-unit__notes li {
  line-height: 1.4;
  text-indent: -1em;
  margin-left: 1em;
  font-size: 16px;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .p-eupho-unit {
    padding: 35px 0;
  }
  .p-eupho-unit__inner {
    width: auto;
    margin: 0 4%;
  }
  .p-eupho-unit__notes {
    text-align: left;
    margin: 10px 0;
  }
  .p-eupho-unit__notes li {
    font-size: 12px;
  }
}
.p-eupho-heading {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 50px;
}
.p-eupho-heading span {
  display: inline-block;
  position: relative;
}
.p-eupho-heading span::before, .p-eupho-heading span::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 54px;
  height: 28px;
  background: url(/brassbandfestival/anime-eupho2026/img/icon_horn.png) no-repeat 0 0;
  background-size: contain;
}
.p-eupho-heading span::before {
  left: -64px;
  right: auto;
}
.p-eupho-heading span::after {
  left: auto;
  right: -64px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.p-eupho-heading--w {
  color: #FFFFFF;
}
.p-eupho-heading--w span::before, .p-eupho-heading--w span::after {
  background: url(/brassbandfestival/anime-eupho2026/img/icon_horn_w.png) no-repeat 0 0;
  background-size: contain;
}

.p-eupho-lead {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.8;
}
.p-eupho-lead--w {
  color: #FFFFFF;
}

.p-eupho-text--cms {
  text-align: center;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 600;
  min-height: 400px;
  line-height: 400px;
}

@media screen and (max-width: 767px) {
  .p-eupho-heading {
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 1.4;
  }
  .p-eupho-heading span::before, .p-eupho-heading span::after {
    width: 36px;
    height: 18px;
  }
  .p-eupho-heading span::before {
    left: -46px;
    right: auto;
  }
  .p-eupho-heading span::after {
    left: auto;
    right: -46px;
  }
  .p-eupho-lead {
    text-align: left;
    font-size: 15px;
  }
  .p-eupho-lead--w {
    color: #FFFFFF;
  }
  .p-eupho-text {
    font-size: 13px;
  }
  .p-eupho-text--cms {
    font-size: 18px;
    min-height: 200px;
    line-height: 200px;
  }
}
.p-eupho-unit__photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 50px auto;
}
.p-eupho-unit__photo img {
  width: 100%;
  height: auto;
}
.p-eupho-unit__photo--single {
  width: 600px;
}
.p-eupho-unit__photo__card {
  width: 460px;
  text-align: center;
}
.p-eupho-unit__photo__card:first-child {
  margin-right: 60px;
}
.p-eupho-unit__photo__file {
  width: 286px;
  margin-right: 60px;
}
.p-eupho-unit__photo__towel {
  width: 600px;
}
.p-eupho-unit__photo li {
  text-align: center;
}
.p-eupho-unit__photo li span {
  display: block;
  font-size: 14px;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .p-eupho-unit__photo {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 20px auto;
  }
  .p-eupho-unit__photo--single {
    width: 100%;
    max-width: 300px;
  }
  .p-eupho-unit__photo__card {
    width: 100%;
    max-width: 300px;
  }
  .p-eupho-unit__photo__card:first-child {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .p-eupho-unit__photo__file {
    width: 150px;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .p-eupho-unit__photo__towel {
    width: 100%;
    max-width: 400px;
  }
  .p-eupho-unit__photo li span {
    display: block;
    font-size: 12px;
    margin-top: 5px;
  }
}
.p-eupho-sales {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}
.p-eupho-sales__block {
  width: 560px;
}
.p-eupho-sales__block:first-child {
  width: 600px;
  padding-right: 40px;
  border-right: 1px solid #999999;
}
.p-eupho-sales__subhead {
  background: #478aba;
  text-align: center;
  line-height: 1;
  padding: 15px 0;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 600;
}
.p-eupho-sales__text {
  line-height: 1.5;
  text-align: center;
}
.p-eupho-sales__text--bold {
  font-size: 18px;
  font-weight: 600;
  margin: 62px 0;
}
.p-eupho-sales__banner {
  margin: 15px auto;
  width: 460px;
}
.p-eupho-sales__banner img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .p-eupho-sales {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 30px;
  }
  .p-eupho-sales__block {
    width: 100%;
  }
  .p-eupho-sales__block:first-child {
    width: 100%;
    padding-right: 0px;
    border-right: none;
    margin-bottom: 30px;
  }
  .p-eupho-sales__subhead {
    font-size: 16px;
    padding: 10px 0;
  }
  .p-eupho-sales__text {
    font-size: 13px;
  }
  .p-eupho-sales__text--bold {
    font-size: 16px;
    margin: 20px 0;
  }
  .p-eupho-sales__banner {
    width: 100%;
    max-width: 400px;
  }
  .p-eupho-sales__banner img {
    width: 100%;
    height: auto;
  }
}
/*# sourceMappingURL=brassbandfestival_anime-eupho2026.css.map */