.page--service_livestreaming{
    padding-bottom: 0;
    letter-spacing: 0.1em;
}
.page--service_livestreaming .video{
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.page--service_livestreaming .video iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
.page--service_livestreaming .area--module .btn .btn--main{
  background: transparent;
  border:2px solid #000;
  color:#000;
  font-weight: 700;
}
.page--service_livestreaming .block--title::after {
  mix-blend-mode: unset;
}

.page--service_livestreaming .block--title .page-tit {
  font-size: 2.2vw;
}
.page--service_livestreaming.section--detail .wrap--lead {
  background: #fff;
  position: relative;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
  padding: 0px 0 60px;
  z-index: 10;
}
.page--service_livestreaming.section--detail .block--lead {
  margin: 0 auto 50vh;
  font-size: 24px;
}
.page--service_livestreaming.section--detail .block--lead h3 {
    width: 26%;
    margin: 0 auto 15px;
}

.page--service_livestreaming .area--movie{
    height:100vh;
    height:100dvh;
    width: 100vw;
    position: fixed;
    top:0;
    left:0;
    background: #000;
}

.page--service_livestreaming .area--movie .block--movie{
    width: 65%;
    margin:20vh auto;
}

.page--service_livestreaming .wrap--lower{
    background: #fff;
    position: relative;
    -webkit-clip-path: polygon(0 4%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 4%, 100% 0, 100% 100%, 0% 100%);
    overflow: hidden;
}
.page--service_livestreaming .area--service--point{
    background: linear-gradient(180deg,transparent 0%,rgba(0, 0, 0, 0.8) 20%,rgba(0, 0, 0, 0.8) 80%,transparent 100%);
    color: #fff;
    position: relative;
    padding:30vh 0;
    margin:70vh auto;
}
.page--service_livestreaming .area--service--point .circle{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 18vw;
    height: 18vw;
    max-height:280px;
    max-width: 280px;
    margin-bottom: 20px;
}
.page--service_livestreaming .area--service--point .circle p{
    line-height: 1.6;
}

.page--service_livestreaming .area--service--point .point--detail > li .block--txt{
    display: flex;
    justify-content: center;
}
.page--service_livestreaming .point--txt + .sub_txt {
  text-align: right;
  font-size: 10px;
  line-height: 1.8;
  margin:30px 10% 0;
  letter-spacing: 0.02em;
}
.page--service_livestreaming .area--service--point .area-tit{
    text-align: center;
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 60px;
    line-height: 1.5;
    letter-spacing: 0.1em;
}
.page--service_livestreaming .area--service--point .block--service--function{
    width: 60%;
    max-width: 900px;
    margin: 0 auto;
}
.page--service_livestreaming .area--service--point .block--service--function .point--detail{
    display: flex;
    justify-content: center;
    font-size: 0.8rem;
}
.page--service_livestreaming .area--service--point .block--service--function .point--detail > li{
    width: 33.3%;
}
.page--service_livestreaming .area--service--point .block--service--function .point--detail > li:not(:last-child){
    margin-right: -6%;
}

.page--service_livestreaming .area--service--point .block--service--selling{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
.page--service_livestreaming .area--service--point .block--service--selling .point--detail{
    display: flex;
    justify-content: space-between;
    font-size: 0.8rem;
}
.page--service_livestreaming .area--service--point .block--service--selling .point--detail .contents--logo{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
  height:140px;
}
.page--service_livestreaming .area--service--point .block--service--selling .point--detail .contents--logo > div{
  width: 100%;
}
.page--service_livestreaming .area--service--point .point--detail > li {
  transform: translateY(50px);
  opacity: 0;
}
.page--service_livestreaming .area--service--point .point--detail.started > li {
  transform: translateY(0);
  opacity: 1;
  transition: 1s;
}
.page--service_livestreaming .area--service--point .point--detail.started > li:nth-child(1) {
  transition-delay: 0.4s;
}
.page--service_livestreaming .area--service--point .point--detail.started > li:nth-child(2) {
  transition-delay: 0.8s;
}
.page--service_livestreaming .area--service--point .point--detail.started > li:nth-child(3) {
  transition-delay: 1.2s;
}
.page--service_livestreaming .area--service--point .block--service--selling .point--detail > li{
    width: 30%;
    text-align: center;
}
.page--service_livestreaming .area--service--point .block--service--selling .point--detail li img{
    width: 90%;
    display: block;
    margin: 0 auto;
}
.page--service_livestreaming .area--service--point .block--service--selling .point--detail  > li:first-child img{
    width: 48%;
}
.page--service_livestreaming .area--service--point .block--service--selling .point--detail  > li:nth-child(2) img:first-of-type{
    width: 68%;
    margin-bottom: 10px;
}
.page--service_livestreaming .area--service--point .block--service--selling .point--detail  > li:last-child img{
    width: 80%;
}

.page--service_livestreaming .area--service--point .point--txt{
  display: inline-block;
  border-radius: 3em;
  font-size: 0.8em;
  text-align: center;
  margin: 5px auto 0;
  padding:0.5em 3em;
  border:1px solid #fff;
  line-height: 1.6;
}


.page--service_livestreaming.section--detail .area--knowledege{
    padding-top:45vh;
    width: 78%;
}
.page--service_livestreaming.section--detail .area--knowledege .area-tit{
    font-size: 1.6rem;
}
.page--service_livestreaming .list--knowledege li{
    margin-bottom: 60px;
}
.page--service_livestreaming .list--knowledege li figure{
    width: auto;
    height:100px;
    margin: 0 auto 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page--service_livestreaming .list--knowledege li figure img{
    display: block;
    margin: 0 auto;
    height: 100%;
}
.page--service_livestreaming .list--knowledege li:last-child figure img{
    height: 75%;
}

.page--service_livestreaming .list--knowledege li .tit {
    text-align: left;
    font-size: 1rem;
    font-weight: 700;
}

.page--service_livestreaming .list--knowledege li .txt--basic {
    font-size: .75rem;
    font-weight: 400;
}

.page--service_livestreaming .area-tit {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  margin-bottom: 40px;
}
.page--service_livestreaming .area--works {
  position: relative;
}

.page--service_livestreaming .area--works::before {
  content: "";
  display: block;
  width: 20px;
  height: 100%;
  background: no-repeat center url(/static/fanplus/assets/image/common/bg.png);
  background-size: cover;
  position: absolute;
  right: 0;
}

.page--service_livestreaming .area--works .area-tit{
    font-family: futura-pt-bold, futura-pt, sans-serif;
    font-style: italic;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transform-origin: top;
            transform-origin: top;
    position: absolute;
    right: 0;
    top: 8.5vw;
    font-size: 2.4rem;
    letter-spacing: -0.02em;
}
.page--service_livestreaming .area--works .area-tit::before {
  content: "";
  display: block;
  width: 1px;
  height: 210px;
  background: #111;
  position: absolute;
  left: 350px;
  top: 22px;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.page--service_livestreaming .area--works .list--works {
  padding: 15vh 0 50px;
  width: 78%;
  margin:0 auto 100px;
}
.page--service_livestreaming .area--works .list--works > li{
  width: 48%;
}

.page--service_livestreaming .area--works .list--works > li:nth-child(odd){
    margin:-100px 0 60px;
}

.page--service_livestreaming .area--works .list--works > li:nth-child(even){
  margin: -100px 0 0 auto;
}
.page--service_livestreaming .area--works .list--works > li .block--thumb {
  width: 70%;
  position: relative;
}
.page--service_livestreaming .area--works .list--works > li .tit {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 20px;
}
.page--service_livestreaming .area--works .list--works > li .thumb_txt .tit {
    font-size: 1.2rem;
    line-height: 1.6;
}

.page--service_livestreaming .area--works .list--works > li .date {
    font-size: 0.65rem;
    opacity: 0.5;
    letter-spacing: 0.04em;
    margin-bottom: 8px;
    display: block;
    line-height: 1;
}

.page--service_livestreaming .area--works .list--works .stream_others {
  position: relative;
}
.page--service_livestreaming .area--works .list--works .stream_others:after {
    content: "・・・";
    position: absolute;
    left: -7px;
    bottom:-25px;
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.page--service_livestreaming .area--works .list--works .stream_others li{
    border-left: 1px solid #000;
    padding-left:10px;
}
.page--service_livestreaming .area--works .list--works .stream_others li .tit{
    font-size: 0.8rem;
    line-height: 1.4;
}
.page--service_livestreaming .area--works .list--works > li .block--txt {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  width: 30%;
}
.page--service_livestreaming .area--works .list--works > li:nth-of-type(odd) .block--txt {
  text-align: right;
}

.page--service_livestreaming .area--works .list--works > li:nth-of-type(even) .block--txt{
  justify-content: flex-start;
  text-align: left;
}

.page--service_livestreaming .block--title {
  background-image: url(/static/fanplus/assets/image/common/bg/bg_livestreaming.jpg);
  z-index: 5;
  background-position:center bottom;
}
.page--service_livestreaming .block--title::after {
  mix-blend-mode: unset;
}
.page--service_livestreaming .block--thumb.delighter {
  width: 100%;
  max-width: 800px;
}
.page--service_livestreaming .block--module {
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  opacity: 0;
  transition: 0.8s;
}
.page--service_livestreaming .block--module dl.list--module {
  -webkit-transform: translateY(0);
    transform: translateY(0);
  opacity: 1;
}
.page--service_livestreaming .block--module.started {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.section--detail.page--service_livestreaming .area--module dl.list--module{
    margin-bottom: 120px;
}
@media screen and (min-width: 961px){
  .page--service_livestreaming .area--module .btn .btn--main:hover{
    background: #000;
    color:#fff;
  }
}
@media screen and (min-width: 960px) and (max-width: 1300px) {
  .page--service_livestreaming .block--title .page-tit {
    font-size: 3.2vw;
  }
  .page--service_livestreaming .area--service--point .block--service--function {
    width: 70%;
  }
  .page--service_livestreaming .area--service--point .circle{
      border-radius: 50%;
      height:20vw;
      width: 20vw;
  }
}

@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--service_livestreaming .area--service--point .point--txt{
    padding:0.2em 2em;
  }
.page--service_livestreaming .block--title {
    background-size: cover;
  }
.page--service_livestreaming .block--title .page-tit{
    width: 71%;
    font-size: 5.1vw;
    font-weight: 800;
    line-height: 1.5;
    letter-spacing: -0.05em;
  }

  .page--service_livestreaming.section--detail .block--lead {
    margin: 0 auto 20vh;
    padding-top:8vh;
    font-size: 20px;
  }
  .page--service_livestreaming.section--detail .block--lead h3 {
      width: 70%;
  }
  .page--service_livestreaming .area--movie .block--movie{
      width: 100%;
      margin:38vh auto;
      margin:38dvh auto;
  }

  .page--service_livestreaming .wrap--lower{
      -webkit-clip-path: polygon(0 3%, 100% 0, 100% 100%, 0% 100%);
      clip-path: polygon(0 3%, 100% 0, 100% 100%, 0% 100%);
  }
.page--service_livestreaming .area--service--point .circle{
    border-radius: 70px;
    height:140px;
    width: 140px;
    margin: 0 auto 10px;
}
.page--service_livestreaming .area--service--point .circle p{
    font-size: 0.7rem;
}
.page--service_livestreaming .point--txt + .sub_txt {
  text-align: center;
  margin:10px 0 0;
}

  .page--service_livestreaming .area--service--point .point--detail.started > li:nth-child(1) {
    transition-delay: 1.0s;
  }
  .page--service_livestreaming .area--service--point .point--detail.started > li:nth-child(2) {
    transition-delay: 1.6s;
  }
  .page--service_livestreaming .area--service--point .point--detail.started > li:nth-child(3) {
    transition-delay: 2.2s;
  }
  .page--service_livestreaming .area--service--point .block--service--function,
  .page--service_livestreaming .area--service--point .block--service--selling{
    width: 90%;
  }
  .page--service_livestreaming .area--service--point .block--service--function .point--detail{
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page--service_livestreaming .area--service--point .block--service--function .point--detail > li{
    width: 48%;
    margin-bottom: 30px;
  }
  .page--service_livestreaming .area--service--point .block--service--function .point--detail > li:first-child{
      margin:0 25% 30px; 
  }
  .page--service_livestreaming .area--service--point .point--detail > li .block--txt li{
    margin-bottom: 4px;
    font-size: 0.7rem;
    letter-spacing: 0.02em;
  }
  .page--service_livestreaming .area--service--point .block--service--selling .point--detail{
    display: block;
  }
  .page--service_livestreaming .area--service--point .block--service--selling .point--detail > li{
    width: 100%;
    margin-bottom: 60px;
  }
  .page--service_livestreaming .area--service--point .block--service--selling .point--detail > li:first-child{
      width: 100%;
  }
  .page--service_livestreaming .area--service--point .block--service--selling .point--detail .contents--logo{
    height:auto;
  }
  .page--service_livestreaming .area--service--point .block--service--selling .point--detail li img{
      width: 88%;
  }
  .page--service_livestreaming .area--service--point .block--service--selling .point--detail  > li:first-child img{
      width: 54%;
  }

  .page--service_livestreaming .area--service--point .block--service--selling .point--detail > li:nth-child(2) ul li:first-child img{
      width: 65%;
  }
  .page--service_livestreaming .area--service--point .block--service--selling .point--detail > li:last-child .contents--logo > img{
      width: 74%;
  }
  .page--service_livestreaming .area--service--point .area-tit{
    font-size: 1.8rem;
  }
  .page--service_livestreaming.section--detail .area--knowledege{
      width: 100%;
      padding-top: 25vh;
  }
  .page--service_livestreaming.section--detail .area--knowledege .area-tit{
      font-size: 1.4rem;
      margin-bottom: 50px;
  }
  .page--service_livestreaming .list--knowledege li{
      width: 46%;
      margin-bottom: 40px;
  }
  .page--service_livestreaming .list--knowledege li figure{
      height:80px;
      margin: 0 auto 10px; 
  }
  .page--service_livestreaming .list--knowledege li .tit {
      font-size: 0.9rem;
  }
  .page--service_livestreaming .list--knowledege li .txt--basic {
      font-size: 0.7rem;
  }
  .page--service_livestreaming .area--works {
    padding:0 5%;
    overflow: hidden;
    margin-bottom: 100px;
  }
  .page--service_livestreaming .area--works:before {
    width: 14px;
  }
.page--service_livestreaming .area--works .area-tit {
    top:18vw;
    right:-2vw;
    font-size: 7vw;
  }
.page--service_livestreaming .area--works .area-tit::before {
    height: 59vw;
    left: 85vw;
    top: 3vw;
  }
.page--service_livestreaming .area--works .list--works {
    padding: 0;
    margin:30px auto 0;
    width: 100%;
  }
.page--service_livestreaming .area--works .list--works > li {
    width: 90%;
  }
  .page--service_livestreaming .area--works .list--works > li:nth-child(odd),
  .page--service_livestreaming .area--works .list--works > li:nth-of-type(even) {
    margin:0 0 80px;
  }
  .page--service_livestreaming .area--works .list--works > li:last-child {
    margin:0 0 50px;
  }
.page--service_livestreaming .area--works .list--works > li .tit {
    font-size: 5vw;
    line-height: 1.5;
    margin-bottom: 10px;
  }
.page--service_livestreaming .area--works .list--works > li .thumb {
    margin-bottom: 5px;
  }
  .page--service_livestreaming .area--works .list--works > li .thumb_txt .tit {
      font-size: 1rem;
      margin-bottom: 25px;
  }
  .page--service_livestreaming .area--works .list--works > li .date {
      font-size: 0.5rem;
      margin-bottom: 5px;
  }
  .page--service_livestreaming .area--module .block--thumb.delighter {
    max-width: inherit;
    display: block;
    overflow: hidden;
    margin-bottom: 60px;
  }
  .page--service_livestreaming .area--module .block--thumb.delighter .block--thumb__text {
    width: 100%;
  }
  .page--service_livestreaming .area--module .block--thumb.delighter .block--thumb__text .txt {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .page--service_livestreaming .area--module .block--thumb.delighter .block--thumb__text img {
    display: block;
    width: 100%;
  }
  .page--service_livestreaming .area--module .list--module dt br {
    display: none;
  }
  .section--detail.page--service_livestreaming .area--module dl.list--module{
      margin-bottom: 40px;
  }
}
@media screen and (min-width: 756px) and (max-width: 960px) {
  .page--service_livestreaming.section--detail .block--lead{padding-top: 0;}
  .page--service_livestreaming .area--movie .block--movie{margin:30vh auto; margin:30dvh auto;}
  
  .page--service_livestreaming .area--service--point .circle{
      border-radius: 50%;
      height:25vw;
      width: 25vw;
      max-height:200px;
      max-width: 200px;
  }
  .page--service_livestreaming .area--service--point .point--detail > li .block--txt li{margin-bottom: 0;}
  .page--service_livestreaming .area--service--point .block--service--function .point--detail {justify-content:center;}
  .page--service_livestreaming .area--service--point .block--service--function .point--detail > li:not(:last-child){margin-right:-7.5%;}
  .page--service_livestreaming .area--service--point .block--service--function .point--detail > li:first-child{margin:0 -7.5% 0 0;}
  .page--service_livestreaming .area--service--point .block--service--function .point--detail > li{width:33.3%;}
  .page--service_livestreaming .area--service--point .block--service--selling .point--detail{display: flex;}
  .page--service_livestreaming .area--service--point .block--service--selling .point--detail > li{width: 34%;}
  .page--service_livestreaming .area--service--point .block--service--selling .point--detail > li:first-child{width: 30%;}
  .page--service_livestreaming .area--service--point .block--service--selling .point--detail .contents--logo{height: 100px;}
  .page--service_livestreaming .area--service--point .btn .btn--main{font-size: 0.8rem; min-width: 200px;}
  .page--service_livestreaming .area--works .list--works > li .thumb_txt .tit{font-size: 1.4rem;}
  .page--service_livestreaming .area--works .list--works > li .tit{font-size: 4vw;margin-bottom: 15px;}
  .page--service_livestreaming .block--title .page-tit {
    letter-spacing: 0;
    font-size: 4.5vw;
  }
  .section--detail .area--module dl.list--module dd .list--module_item{display: flex; justify-content: flex-start;}
  .section--detail .area--module dl.list--module dd .list--module_item li{width: auto; margin-right: 22px;}
}
