:root {
  --color-font-base: #8c8b86;
  --color-font-base02: #8c8b86;
  --color-font-link: #8c8b86;
  --color-black: #4c4949;
  --color-white: #ffffff;
  --color-green: #49ff0a;
  --color-main: #00a7b4;
  --color-border: #b0e1e8;
  --color-bg: #f8f7fc;
}

/******************
common
******************/
.l-main--streaming {
  padding-top: 145px;
}
@media only screen and (max-width: 767px) {
  .l-main--streaming {
    padding-top: 101px;
  }
}
.l-main--streaming + .p-footer {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .l-main--streaming + .p-footer {
    margin-top: 83px;
  }
}
@media only screen and (min-width: 767px) {
  .l-main--streaming .l-content__foot_deco-item {
    width: 110%;
    top: -40%;
    left: -5%;
  }
}
@media only screen and (max-width: 767px) {
  .l-main--streaming .l-content__foot_deco-item {
    top: -140%;
  }
}

.p-title--streaming {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-title--streaming .p-title__item {
  font-size: 6rem;
  min-width: 0.5em;
  font-weight: 400;
  letter-spacing: 0.09em;
}
@media only screen and (max-width: 767px) {
  .p-title--streaming .p-title__item {
    font-size: 3rem;
    min-width: 0.5em;
    font-weight: 400;
    letter-spacing: 0.09em;
  }
}

@media only screen and (min-width: 767px) {
  .l-section__inner {
    min-width: 940px;
  }
}

/******************
streaming
******************/
.p-streaming {
  margin-bottom: 160px;
}
@media only screen and (max-width: 767px) {
  .p-streaming {
    margin-bottom: 80px;
  }
}
.p-streaming__title {
  text-align: center;
  font-size: 25px;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .p-streaming__title {
    font-size: 1.5rem;
  }
}
.p-streaming__content {
  margin: 78px auto 0;
}
@media only screen and (max-width: 767px) {
  .p-streaming__content {
    margin-top: 55px;
  }
}
.p-streaming__main-item {
  margin-top: 78px;
}
@media only screen and (max-width: 767px) {
  .p-streaming__main-item {
    margin-top: 55px;
  }
}
.p-streaming__lead {
  position: relative;
  width: 100%;
  margin: 0 auto 12px;
  padding-bottom: 12px;
  font-size: 27px;
  color: var(--color-main);
  font-weight: 600;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-streaming__lead {
    font-size: 22px;
  }
}
.p-streaming__lead small {
  font-size: 70%;
  vertical-align: baseline;
}
.p-streaming__lead::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--color-border);
}
.p-streaming__link {
  padding-bottom: 10px;
}
.p-streaming__link .txt {
  text-align: center;
  font-size: 20px;
  margin-top: 30px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .p-streaming__link .txt {
    font-size: 1.6rem;
  }
}
.p-streaming__link .p-in-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 767px) {
  .p-streaming__link .p-in-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-streaming__link .p-in-list .p-in-item {
  position: relative;
  width: 23.5%;
  width: calc((100% - 60px) / 4);
  margin-top: 15px;
}
@media only screen and (min-width: 767px) {
  .p-streaming__link .p-in-list .p-in-item {
    margin-left: 20px;
  }
  .p-streaming__link .p-in-list .p-in-item:nth-child(4n-3) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-streaming__link .p-in-list .p-in-item {
    width: calc(50% - 0.5rem);
  }
  .p-streaming__link .p-in-list .p-in-item:nth-child(even) {
    margin-left: 1rem;
  }
}
.p-streaming__link .p-in-list .p-in-item-link {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  position: relative;
  margin: 0 auto;
  text-align: center;
  font-size: 15px;
  border-radius: 50px;
  height: 60px;
  overflow: hidden;
  color: #06a4bd;
  line-height: 1;
  font-weight: 400;
  text-decoration: none;
  border: 1px solid #06a4bd;
  -webkit-transform: translate(-0.1em, 0.05em);
          transform: translate(-0.1em, 0.05em);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
@media only screen and (min-width: 767px) {
  .p-streaming__link .p-in-list .p-in-item-link:hover {
    opacity: 0.5;
  }
}
@media only screen and (max-width: 767px) {
  .p-streaming__link .p-in-list .p-in-item-link {
    height: 50px;
    font-size: 1.3rem;
  }
}
.p-streaming__link .p-in-list .p-in-item-link .p-in-text {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin: auto;
  padding: 0 1.5rem;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1.1;
}