/************************************************

@PC - style.css v5.0.0

(c) ULM Co.,Ltd. - https://www.ulm-design.com
************************************************/
/*-------------------------------

#main

-------------------------------*/
#wrapper {
  background: url(../img/bg_pc.jpg) center center repeat fixed;
  background-size: cover;
}

#wrapper:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100vh;
  background: url(../img/bg_sp.jpg) center center no-repeat;
  background-size: cover;
}

@media screen and (min-width: 960px) {
  #wrapper:before {
    display: none;
  }
}

/*-------------------------------

digital

-------------------------------*/
#digital {
  width: 90%;
  margin: 0 auto;
  padding: 30px 0;
  position: relative;
}
@media screen and (min-width: 960px) {
  #digital {
    max-width: 980px;
    padding: 60px 0;
  }
}

.logo {
  width: 40%;
  max-width: 200px;
  margin: 0 auto 30px;
}

@media screen and (min-width: 960px) {
  .logo {
    margin: 0 auto 40px;
  }
}

.heading {
  font-family: "Noto Serif JP", serif;
  font-size: 1.5em;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 2px;
  color: #000;
}

.heading-text {
  color: #fff;
  background: #000;
  padding: 3px 10px;

}

@media screen and (min-width: 960px) {
  .heading1 {
    padding: 40px 0 0;
  }
}

/* .digital-list {
  padding: 20px 0;
}
.digital-list:last-child {
  padding: 50px 0 0;
} */

.digital-ttl {
  text-align: center;
  font-size: 1.4em;
  letter-spacing: 2px;
  background: #facf01;
  border-radius: 50px;
  padding: 10px 0;
  font-weight: 400;
  font-weight: bold;
}
.digital-ttl span {
  font-weight: normal;
  font-size: 0.8em;
}
@media screen and (min-width: 960px) {
  .digital-ttl {
    max-width: 400px;
    margin: 0 auto;
    padding: 14px;
    font-size: 1.1em;
  }
}

.digital-lead {
  text-align: center;
  padding: 20px 0;
  font-size: 1.1em;
  line-height: 1.5;
  font-weight: 400;
  font-weight: bold;
  letter-spacing: 0;
}

.digital-txt {
  margin: 1em auto;
  word-break: normal;
  word-wrap: normal;
  font-size: 1em;
  line-height: 2;
  text-align: justify;
}
@media screen and (min-width: 960px) {
  .digital-txt {
    font-size: 0.9em;
    max-width: 860px;
  }
}

.digital-trailer {
  margin: 0 auto 30px;
  width: 95%;
  aspect-ratio: 16/9;
  max-width: 750px;
}
.movie {
  width: 100%;
  height: 100%;
  margin-top: 30px;
}
.delivery-heading {
  font-family: "Noto Serif JP", serif;
  font-size: 1.3em;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 2px;
  letter-spacing: -1px;
  margin-bottom: 10px;
  color: #000;
}

.c-delivery {
  width: 100%;
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: 30px 0 30px;
  margin: 30px 0 0 0;
}
@media screen and (min-width: 960px) {
  .c-delivery {
    width: 80%;
    margin: 30px auto;
  }
}

.delivery-top {
  width: 80%;
  max-width: 1500px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
  

#streaming-bnr-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 950px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 10px;
  list-style: none;
}

.streaming-bnr {
  margin: 8px 0;
  width: 100%;
  box-sizing: border-box;
  flex: 0 0 80%;
}

.streaming-bnr a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  border: 1px solid #dd4073;
  border-radius: 6px;
  text-decoration: none;
  color: #fff;
  background: #dd4073;
  transition: all 0.3s;
  font-size: 0.95em;
  font-weight: bold;
  width: 100%;
  box-sizing: border-box;
  min-height: 44px;
}

.streaming-bnr a span {
  font-weight: bold;
}

.streaming-bnr a i {
  font-size: 10px;
  opacity: 0.9;
}

.streaming-bnr a svg.svg-inline--fa.fa-up-right-from-square {
  font-size: xx-small;
}

.streaming-bnr a:hover {
  opacity: 0.9;
  color: #dd4073;
  background: #fff;
  border: 1px solid #dd4073;
}

@media screen and (min-width: 960px) {
  .streaming-bnr {
    width: calc(43% - 20px);
    margin: 10px;
    flex: 0 0 calc(43% - 20px);
  }
  
  .streaming-bnr a {
    padding: 14px 24px;
    font-size: .9em;
  }
}

@media only screen and (max-width: 1024px) {
  #streaming {
    padding: 5vw;
  }

  #streaming-bnr-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .streaming-bnr {
    position: relative; 
  }

  .back-link {
  font-size: 1em;
  }
}

.delivery-ttl {
  padding: 10px 25px;
  font-weight: bold;
  font-size: 1.2em;
  width: 200px;
  text-align: center;
  margin: 20px auto;
}
 .back-link {
  display: block;
   width: 100%;
   position: relative;
   display: inline-block;
   padding: 1rem 4.4rem;
   border-radius: 50px;
   color: #fff;
   font-size: .8em;
   text-align: center;
   text-decoration: none;
   font-weight: bold;
   transition: 0.3s;
   background: #000;
 }

 .back-link:hover {
  opacity: .8;

 }

 .top-btn-container {
   text-align: center;
   padding: 20px 0;
   width: 300px;
   margin: 0 auto;
 }

 .top-btn-container a:hover{
  opacity: 0.6;
 }

.billing {
   width: 90%;
   margin: 0 auto;
   padding: 30px 0 50px;
   text-align: center;
   font-size: x-small;
   line-height: 1.5;
   color: #fff;
  }


/* PC */
@media screen and (min-width: 1024px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  #trailer {
    margin: 0 auto;
    padding: 60px 0;
    width: 90%;
    max-width: 1440px;
  }
  .pc-modal-movie {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
  }
  .youtube {
    pointer-events: none;
  }
}
@media screen and (min-width: 960px) and (max-width: 1024px) {
  .main-img {
    width: 50%;
  }
  .top-link {
    display: inline !important;
  }
  .top-link a {
    margin: 10px 5px;
  }
}