.p-streaming__content {
  width: 90%;
  margin: 0 auto;
  max-width: 1078px;
}
@media screen and (max-width: 767px) {
  .p-streaming__content {
    width: 95%;
  }
}

.p-streaming {
  padding-top: 375px;
}
@media screen and (max-width: 767px) {
  .p-streaming {
    padding-top: 38%;
  }
}
.p-streaming__ttl {
  max-width: 810px;
}
@media screen and (max-width: 767px) {
  .p-streaming__ttl {
    width: 77%;
    top: 8px;
  }
}
.p-streaming__ticketbtn {
  z-index: 1;
  width: 25%;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .p-streaming__ticketbtn {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-streaming__ticketbtn {
    width: 74px;
    position: fixed;
    top: auto;
    height: auto;
    z-index: 1;
    left: 20px;
    bottom: 20px;
    margin-top: 0;
    transform: translateY(0);
  }
}
.p-streaming__ticketbtn-inner {
  width: 72%;
  max-width: 215px;
  padding: 0 30px;
}
@media screen and (min-width: 768px) {
  .p-streaming__ticketbtn-inner {
    position: -webkit-sticky;
    position: sticky;
    top: 75%;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-streaming__ticketbtn-inner {
    max-width: none;
    width: 100%;
    padding: 0;
  }
}
.p-streaming__ticketbtn-inner a {
  pointer-events: all;
}
@media screen and (min-width: 768px) {
  .p-streaming__ticketbtn-inner a:hover img {
    animation: hover 0.6s linear;
  }
}

.p-streaming_lead {
  text-align: center;
  font-size: 27px;
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 53px;
  letter-spacing: -1px;
  transform: translateY(30px);
  opacity: 0;
}
.is-active .p-streaming_lead {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.15s, opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0.15s;
}
@media screen and (max-width: 767px) {
  .p-streaming_lead {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 28px;
  }
}

.p-streaming_box {
  background-color: #ffffff;
  position: relative;
  padding: 57px 5.3% 61px;
  transform: translateY(30px);
  opacity: 0;
}
.p-streaming_box.is-active {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s, opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;
}
@media screen and (max-width: 767px) {
  .p-streaming_box {
    padding: 29px 5.3% 30px;
  }
}
.p-streaming_box + .p-streaming_box {
  margin-top: 62px;
}
@media screen and (max-width: 767px) {
  .p-streaming_box + .p-streaming_box {
    margin-top: 30px;
  }
}
.p-streaming_box::before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: -2px 4px 12px 3px #000000;
  opacity: 0.1;
}
.p-streaming_box__ttl {
  text-align: center;
  font-size: 40px;
  color: #E9453B;
  font-weight: 700;
  border-bottom: 1px solid #E0E4E7;
  padding-bottom: 42px;
}
@media screen and (max-width: 767px) {
  .p-streaming_box__ttl {
    font-size: 20px;
    padding-bottom: 20px;
  }
}

.p-streaming_about__info-box {
  padding: 27px 0 19px;
  border-bottom: 1px solid #E0E4E7;
  display: flex;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-streaming_about__info-box {
    display: block;
    padding: 16px 0 10px;
  }
}
.p-streaming_about__info-box:last-of-type {
  border: none;
}
.p-streaming_about__info-ttl {
  flex-shrink: 0;
  font-size: 23px;
  padding-left: 5px;
  letter-spacing: 1px;
  width: 130px;
  margin-right: 13px;
}
@media screen and (max-width: 767px) {
  .p-streaming_about__info-ttl {
    width: 100%;
    font-size: 12.5px;
    margin-bottom: 8px;
    padding-left: 2px;
    width: 100%;
    margin-right: 0;
  }
}
.p-streaming_about__info-detail {
  margin-top: -10px;
  line-height: 1.8;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .p-streaming_about__info-detail {
    font-size: 13px;
    line-height: 1.6;
    margin-top: 0;
  }
}
.p-streaming_about__info-note {
  margin-top: 3px;
}
@media screen and (max-width: 767px) {
  .p-streaming_about__info-note {
    margin-top: 1px;
  }
}
.p-streaming_about__info-note-item {
  font-size: 15px;
  font-weight: 400;
  text-indent: -1rem;
  padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  .p-streaming_about__info-note-item {
    font-size: 10px;
    text-indent: -0.7rem;
    padding-left: 0.7rem;
    line-height: 1.8;
  }
}
.p-streaming_about__info-ticket {
  line-height: 1.6;
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  .p-streaming_about__info-ticket {
    padding-top: 0px;
  }
}
.p-streaming_about__info-ticket dt {
  color: #009a40;
  font-weight: 700;
  font-size: 18.5px;
  letter-spacing: -0.2px;
}
@media screen and (max-width: 767px) {
  .p-streaming_about__info-ticket dt {
    font-size: 12.5px;
  }
}
.p-streaming_about__info-ticket dd {
  font-size: 24px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .p-streaming_about__info-ticket dd {
    font-size: 13px;
    margin-top: 2px;
    margin-bottom: 6px;
  }
}
.p-streaming_about__benefit {
  background-color: #ebf3f6;
  padding: 55px 6.5% 52px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-streaming_about__benefit {
    padding: 26px 7.5% 29px;
  }
}
.p-streaming_about__benefit-ttl {
  text-align: center;
  font-weight: 700;
  display: flex;
  margin: 0 auto 32px;
  max-width: 520px;
}
@media screen and (max-width: 767px) {
  .p-streaming_about__benefit-ttl {
    max-width: 280px;
    margin: 0 auto 15px;
  }
}
.p-streaming_about__benefit-ttl::before, .p-streaming_about__benefit-ttl::after {
  content: "";
  flex-grow: 1;
}
.p-streaming_about__benefit-ttl::before {
  background: url(../img/streaming/icon_matsu01.png) no-repeat center center;
  background-size: 160px;
}
@media screen and (max-width: 767px) {
  .p-streaming_about__benefit-ttl::before {
    background-size: 100%;
  }
}
.p-streaming_about__benefit-ttl::after {
  background: url(../img/streaming/icon_matsu02.png) no-repeat center center;
  background-size: 160px;
}
@media screen and (max-width: 767px) {
  .p-streaming_about__benefit-ttl::after {
    background-size: 100%;
  }
}
.p-streaming_about__benefit-ttl-text {
  word-break: keep-all;
  padding: 0 29px;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .p-streaming_about__benefit-ttl-text {
    padding: 0 22px;
    font-size: 14px;
  }
}
.p-streaming_about__benefit-detail {
  line-height: 1.7;
  font-size: 19px;
  letter-spacing: -1px;
}
.p-streaming_about__benefit-detail .is-green {
  font-weight: 700;
  color: #009a40;
  vertical-align: baseline;
}
@media screen and (max-width: 767px) {
  .p-streaming_about__benefit-detail {
    font-size: 12px;
    letter-spacing: 0.1px;
    line-height: 1.5;
  }
}
.p-streaming_about__benefit-detail a {
  text-decoration: none;
  vertical-align: baseline;
  font-weight: 700;
  color: #48C54F;
}
.p-streaming_about__benefit-note {
  font-size: 15px;
  margin-top: 15px;
  text-indent: -1rem;
  padding-left: 1rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-streaming_about__benefit-note {
    font-size: 10px;
    text-indent: -0.7rem;
    padding-left: 0.7rem;
    line-height: 1.4;
    margin-top: 10px;
  }
}

.p-streaming_ticket__info-box {
  padding: 22px 0 21px;
  border-bottom: 1px solid #E0E4E7;
  display: flex;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-streaming_ticket__info-box {
    padding: 13px 0 9px;
    display: block;
  }
}
.p-streaming_ticket__info-ttl {
  flex-shrink: 0;
  font-size: 24px;
  padding-left: 2px;
  width: 160px;
  line-height: 1.45;
  margin-right: 35px;
}
@media screen and (max-width: 767px) {
  .p-streaming_ticket__info-ttl {
    width: 100%;
    font-size: 13px;
    margin-bottom: 4px;
    margin-right: 0;
  }
}
.p-streaming_ticket__info-detail {
  margin-top: -5px;
  line-height: 1.8;
  font-size: 24px;
}
.p-streaming_ticket__info-detail .is-red {
  color: #E9453B;
}
.p-streaming_ticket__info-detail .is-small {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .p-streaming_ticket__info-detail .is-small {
    font-size: 11.5px;
  }
}
.p-streaming_ticket__info-detail .is-small a {
  text-decoration: none;
  color: #E9453B;
  padding: 0 3px;
}
@media screen and (max-width: 767px) {
  .p-streaming_ticket__info-detail .is-small a {
    padding: 0 2px;
  }
}
@media screen and (min-width: 768px) {
  .p-streaming_ticket__info-detail .is-small a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  .p-streaming_ticket__info-detail {
    font-size: 13px;
    line-height: 1.6;
    margin-top: 0;
  }
}
.p-streaming_ticket__info-note {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-streaming_ticket__info-note {
    margin-top: 2px;
  }
}
.p-streaming_ticket__info-note-item {
  font-size: 15px;
  font-weight: 400;
  text-indent: -1rem;
  padding-left: 1rem;
}
.p-streaming_ticket__info-note-item a {
  color: #E9453B;
  text-decoration: none;
  vertical-align: baseline;
}
@media screen and (min-width: 768px) {
  .p-streaming_ticket__info-note-item a:hover {
    text-decoration: underline;
  }
}
.p-streaming_ticket__info-note-item + .p-streaming_ticket__info-note-item {
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .p-streaming_ticket__info-note-item {
    font-size: 10px;
    text-indent: -0.7rem;
    padding-left: 0.7rem;
    line-height: 1.4;
  }
}
.p-streaming_ticket__info-ticket {
  line-height: 1.6;
}
.p-streaming_ticket__info-ticket dt {
  color: #48C54F;
  font-weight: 700;
  font-size: 15px;
}
.p-streaming_ticket__info-ticket dd {
  font-size: 17px;
  margin-bottom: 15px;
}
.p-streaming_ticket__links {
  margin-top: 54px;
}
@media screen and (max-width: 767px) {
  .p-streaming_ticket__links {
    margin-top: 29px;
  }
}
.p-streaming_ticket__links-ttl {
  text-align: center;
  font-weight: 700;
  font-size: 25px;
  letter-spacing: -0.8px;
  margin-bottom: 41px;
  color: #E9453B;
}
@media screen and (max-width: 767px) {
  .p-streaming_ticket__links-ttl {
    font-size: 13.5px;
    letter-spacing: -0.4px;
    margin-bottom: 21px;
  }
}
.p-streaming_ticket__links-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 97%;
}
@media screen and (max-width: 767px) {
  .p-streaming_ticket__links-list {
    display: block;
    width: 77%;
  }
}
.p-streaming_ticket__links-list-item {
  width: 49%;
  margin-bottom: 2.2%;
}
@media screen and (max-width: 767px) {
  .p-streaming_ticket__links-list-item {
    width: 100%;
    margin-bottom: 5.2%;
  }
}
.p-streaming_ticket__links-list-item:nth-child(2n) {
  margin-left: 2%;
}
@media screen and (max-width: 767px) {
  .p-streaming_ticket__links-list-item:nth-child(2n) {
    margin-left: 0;
  }
}

.p-streaming_step__lead {
  margin-top: 30px;
  margin-bottom: 32px;
  text-align: center;
  line-height: 1.9;
  font-size: 18px;
  letter-spacing: -0.8px;
}
@media screen and (max-width: 767px) {
  .p-streaming_step__lead {
    margin-top: 16px;
    margin-bottom: 17px;
    font-size: 11.5px;
    line-height: 1.7;
    letter-spacing: 0px;
  }
}
.p-streaming_step__lead-top {
  font-size: 23.5px;
  letter-spacing: -1.3px;
  color: #E9453B;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-streaming_step__lead-top {
    margin-bottom: 10px;
    font-size: 13px;
    letter-spacing: 0px;
  }
}
.p-streaming_step__flow {
  margin: 0 auto;
  width: 92%;
  max-width: 590px;
}
@media screen and (max-width: 767px) {
  .p-streaming_step__flow {
    width: 98%;
  }
}
.p-streaming_step__note {
  text-align: center;
  font-size: 18px;
  line-height: 1.9;
  margin-top: 30px;
  letter-spacing: -1px;
}
@media screen and (max-width: 767px) {
  .p-streaming_step__note {
    font-size: 12px;
    letter-spacing: -0.5px;
    line-height: 1.5;
  }
}
.p-streaming_step__btn {
  margin: 34px auto 0;
  width: 70%;
  max-width: 460px;
}
@media screen and (max-width: 767px) {
  .p-streaming_step__btn {
    margin: 29px auto 0;
    width: 77%;
  }
}