:root {
  --in-sine: cubic-bezier(.47, 0, .745, .715);
  --out-sine: cubic-bezier(.39, .575, .565, 1);
  --in-out-sine: cubic-bezier(.445, .05, .55, .95);
  --in-quad: cubic-bezier(.55, .085, .68, .53);
  --out-quad: cubic-bezier(.25, .46, .45, .94);
  --in-out-quad: cubic-bezier(.455, .03, .515, .955);
  --in-cubic: cubic-bezier(.55, .055, .675, .19);
  --out-cubic: cubic-bezier(.215, .61, .355, 1);
  --in-out-cubic: cubic-bezier(.645, .045, .355, 1);
  --in-quart: cubic-bezier(.895, .03, .685, .22);
  --out-quart: cubic-bezier(.165, .84, .44, 1);
  --in-out-quart: cubic-bezier(.77, 0, .175, 1);
  --in-quint: cubic-bezier(.755, .05, .855, .06);
  --out-quint: cubic-bezier(.23, 1, .32, 1);
  --in-out-quint: cubic-bezier(.86, 0, .07, 1);
  --in-expo: cubic-bezier(.95, .05, .795, .035);
  --out-expo: cubic-bezier(.19, 1, .22, 1);
  --in-out-expo: cubic-bezier(1, 0, 0, 1);
  --in-circ: cubic-bezier(.6, .04, .98, .335);
  --out-circ: cubic-bezier(.075, .82, .165, 1);
  --in-out-circ: cubic-bezier(.785, .135, .15, .86);
  --in-back: cubic-bezier(.6, -.28, .735, .045);
  --out-back: cubic-bezier(.175, .885, .32, 1.275);
  --in-out-back: cubic-bezier(.68, -.55, .265, 1.55);
}

.l-inheader__ttl-ja {
  margin-top: 0;
}

.p-streaming {
  margin-top: 27px;
}
@media screen and (max-width: 767px) {
  .p-streaming {
    margin-top: 19px;
  }
}
.p-streaming__catch {
  text-align: center;
  font-size: 3rem;
  line-height: 1.4;
  font-family: "Forum", serif;
  font-weight: 400;
  margin-bottom: 48px;
  color: #e08bb5;
  letter-spacing: 0.1rem;
  transform: translateY(35px);
  opacity: 0;
}
.is-active .p-streaming__catch {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.2s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 767px) {
  .p-streaming__catch {
    font-size: 20px;
    letter-spacing: 0.05rem;
    margin-bottom: 31px;
  }
}
.p-streaming__info {
  margin: 0 auto;
  width: 100%;
  max-width: 860px;
  transform: translateY(35px);
  opacity: 0;
}
.is-active .p-streaming__info {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.2s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.25s;
}
.p-streaming__info-box {
  display: flex;
  border-top: 1px solid rgba(138, 129, 177, 0.2);
  padding: 32px 0;
}
@media screen and (max-width: 767px) {
  .p-streaming__info-box {
    display: block;
    padding: 20px 0 22px;
  }
}
.p-streaming__info-box:last-of-type {
  border-bottom: 1px solid rgba(138, 129, 177, 0.2);
}
.p-streaming__info-label {
  flex-shrink: 0;
  color: #e08bb5;
  font-weight: 500;
  width: 23rem;
  padding-right: 1.5rem;
  font-size: 2rem;
  letter-spacing: 1px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-streaming__info-label {
    width: 100%;
    margin-right: 0;
    font-size: 1.4rem;
  }
}
.p-streaming__info-content {
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.5px;
  padding-top: 2px;
}
@media screen and (max-width: 767px) {
  .p-streaming__info-content {
    font-size: 1.3rem;
    padding-top: 10px;
  }
}
.p-streaming__info-content a {
  color: #8a81b1;
}
@media (hover: hover) {
  .p-streaming__info-content a:hover {
    text-decoration: none;
  }
}
.p-streaming__info-content .p-in_large {
  font-size: 2.3rem;
  letter-spacing: 1px;
  position: relative;
  margin-top: -6px;
}
@media screen and (max-width: 767px) {
  .p-streaming__info-content .p-in_large {
    margin-top: -3px;
    font-size: 1.6rem;
  }
}
.p-streaming__info-content .p-in_large .is-small {
  font-size: 1.8rem;
  vertical-align: baseline;
}
@media screen and (max-width: 767px) {
  .p-streaming__info-content .p-in_large .is-small {
    font-size: 1.3rem;
  }
}
.p-streaming__info-content .p-in_large .is-middle {
  font-size: 1.9rem;
  vertical-align: baseline;
}
@media screen and (max-width: 767px) {
  .p-streaming__info-content .p-in_large .is-middle {
    font-size: 1.2rem;
  }
}
.p-streaming__info-content .p-in_text {
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .p-streaming__info-content .p-in_text {
    margin-top: 6px;
  }
}
.p-streaming__info-content .p-in_caution {
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .p-streaming__info-content .p-in_caution {
    margin-top: 7px;
  }
}
.p-streaming__info-content .p-in_caution li {
  font-size: 1.5rem;
  text-indent: -1.5rem;
  padding-left: 1.5rem;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 767px) {
  .p-streaming__info-content .p-in_caution li {
    line-height: 1.3;
    font-size: 1.1rem;
    text-indent: -1rem;
    padding-left: 1rem;
  }
  .p-streaming__info-content .p-in_caution li + li {
    margin-top: 8px;
  }
}
.p-streaming__info-btn {
  width: 39rem;
}
@media screen and (max-width: 767px) {
  .p-streaming__info-btn {
    width: 216px;
  }
}
.p-streaming__info-btn .c-btn {
  margin: 0;
  width: 100%;
}
.p-streaming__info-btn .c-btn__inner {
  padding: 2.1rem 13% 1.7rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-streaming__info-btn .c-btn__inner {
    font-size: 1.2rem;
    padding: 1.1rem 13% 0.8rem;
  }
}
.p-streaming__info-btn .c-btn__inner::before, .p-streaming__info-btn .c-btn__inner::after {
  width: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-streaming__info-btn .c-btn__inner::before, .p-streaming__info-btn .c-btn__inner::after {
    width: 1rem;
  }
}
.p-streaming__attention {
  margin: 0 auto;
  margin-top: 58px;
  width: 100%;
  max-width: 860px;
  transform: translateY(35px);
  opacity: 0;
}
.p-streaming__attention.is-active {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.2s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 767px) {
  .p-streaming__attention {
    margin-top: 44px;
  }
}
.p-streaming__attention-cap {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 1.5px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .p-streaming__attention-cap {
    font-size: 1.3rem;
    margin-bottom: 21px;
  }
}
.p-streaming__attention-list-item {
  line-height: 1.4;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-streaming__attention-list-item {
    font-size: 1.1rem;
    text-indent: -1rem;
    padding-left: 1rem;
  }
}
.p-streaming__attention-list-item + .p-streaming__attention-list-item {
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .p-streaming__attention-list-item + .p-streaming__attention-list-item {
    margin-top: 5px;
  }
}

.p-streaming_data__list {
  padding-left: 21px;
}
@media screen and (max-width: 767px) {
  .p-streaming_data__list {
    padding-left: 16px;
  }
}
.p-streaming_data__list.-no-pd {
  padding: 0;
}
.p-streaming_data__list-ttl {
  position: relative;
  font-size: 1.7rem;
  letter-spacing: 0px;
  margin-bottom: 3px;
  color: #e08bb5;
}
@media screen and (max-width: 767px) {
  .p-streaming_data__list-ttl {
    margin-bottom: 2px;
    font-size: 1.2rem;
  }
}
.p-streaming_data__list-ttl::before {
  content: "";
  width: 0.9rem;
  height: 1.1rem;
  position: absolute;
  top: 50%;
  left: -2.2rem;
  transform: translateY(-50%);
  background: url(../img/icon/icon_notes_pink.png) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-streaming_data__list-ttl::before {
    width: 0.7rem;
    height: 1rem;
    left: -1.5rem;
  }
}
.p-streaming_data__list-txt {
  letter-spacing: 0;
}
.p-streaming_data .p-in_block {
  line-height: 1.5;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 767px) {
  .p-streaming_data .p-in_block {
    font-size: 1.3rem;
  }
}
.p-streaming_data .p-in_block + .p-in_block {
  margin-top: 21px;
}
@media screen and (max-width: 767px) {
  .p-streaming_data .p-in_block + .p-in_block {
    margin-top: 8px;
  }
}
.p-streaming_data .p-in_indent {
  text-indent: -1.5rem;
  padding-left: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-streaming_data .p-in_indent {
    text-indent: -1rem;
    padding-left: 1rem;
  }
}
.p-streaming_data .p-in_indent .p-in_s {
  font-size: 1.6rem;
  vertical-align: baseline;
}
@media screen and (max-width: 767px) {
  .p-streaming_data .p-in_indent .p-in_s {
    font-size: 1.1rem;
  }
}

.p-streaming_box {
  background-color: #fff;
  padding: 30px 30px;
  margin-top: 26px;
}
@media screen and (max-width: 767px) {
  .p-streaming_box {
    margin-top: 13px;
    padding: 20px 21px;
  }
}
.p-streaming_box__cap {
  background-color: #e08bb5;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  line-height: 1.2;
  font-size: 1.5rem;
  padding: 0.6rem 0.8rem;
  letter-spacing: 2.5px;
  font-weight: 500;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .p-streaming_box__cap {
    font-size: 1.2rem;
    margin-bottom: 11px;
    padding: 0.5rem 0.7rem;
    letter-spacing: 1px;
  }
}
.p-streaming_box__cap span {
  vertical-align: baseline;
}
.p-streaming_box__lead {
  padding-left: 2rem;
  position: relative;
  font-size: 1.5rem;
  letter-spacing: 2px;
  margin-bottom: 5px;
  color: #e08bb5;
}
@media screen and (max-width: 767px) {
  .p-streaming_box__lead {
    padding-left: 1.4rem;
    font-size: 1.1rem;
    margin-bottom: 3px;
  }
}
.p-streaming_box__lead::before {
  content: "";
  width: 1rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/icon/icon_notes_pink.png) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-streaming_box__lead::before {
    width: 7px;
  }
}
.p-streaming_box__txt {
  padding-left: 2rem;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-streaming_box__txt {
    font-size: 1.3rem;
    padding-left: 1.1rem;
    margin-bottom: 7px;
  }
}
.p-streaming_box__txt.-no-pd {
  padding: 0;
}
.p-streaming_box__caption li {
  font-size: 1.4rem;
  text-indent: -1rem;
  padding-left: 1rem;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 767px) {
  .p-streaming_box__caption li {
    font-size: 1.1rem;
  }
  .p-streaming_box__caption li + li {
    margin-top: 2px;
  }
}