@charset "UTF-8";

/**********************
common
**********************/
#header{
  z-index: 1;
}
body.phantom-u img{
  max-width: 100%;
  height: auto;
}
.pcOn{
  display: block;
}
.spOn{
  display: none;
}
@media only screen and (max-width: 768px){
  #header{
    z-index: auto;
  }
  .pcOn{
    display: none;
  }
  .spOn{
    display: block;
  }
}

/**********************
body
**********************/
body.phantom-u{
  background: url("../img/bg_phantom-u.jpg") center top;
  background-size: 500px 500px;
}
body.phantom-u #main .tit{
  position: relative;
  color: #703F4D;
  margin-bottom: 0;
  z-index: 1;
}
@media only screen and (max-width: 768px){
  body.phantom-u #main .tit{
    font-size: 25px;
  }
}

/**********************
mv
**********************/
.phantom-u .mv{
  position: relative;
  color: #654015;
  text-align: center;
  max-width: 660px;
  margin: 80px auto 0;
  z-index: 0;
}
.phantom-u .mv::before{
  content: '';
  background: url(../img/img_mv-spotlight.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -64.25%);
  width: 1320px;
  height: 1404px;
  z-index: -1;
}
.phantom-u .mv .mv-character{
  max-width: 352px;
  margin: 0 auto;
}
.phantom-u .mv .mv-head{
  font-size: 34px;
  font-weight: 800;
  margin-top: 28px;
}
.phantom-u .mv .mv-head span{
  border-bottom: 5px dotted #703F4D;
}
.phantom-u .mv .mv-tit{
  font-size: 74px;
  font-weight: 900;
  letter-spacing: -0.03em;
  margin-top: 12px;
}
.phantom-u .mv .mv-txt{
  font-size: 30px;
  font-weight: 800;
  line-height: 1.86;
  margin-top: 32px;
}
.phantom-u .mv .mv-txt a{
  color: #EF601A;
  text-decoration: underline;
  text-underline-offset: 5px;
}
@media only screen and (max-width: 768px){
  .phantom-u .mv{
    max-width: none;
    margin: 26px auto 0;
  }
  .phantom-u .mv::before{
    background: url(../img/img_mv-spotlight_sp.png) no-repeat;
    background-size: contain;
    transform: translate(-50%, -56.5%);
    width: 440px;
    height: 728px;
  }
  .phantom-u .mv .mv-character{
    max-width: 260px;
  }
  .phantom-u .mv .mv-head{
    font-size: 18px;
    margin-top: 16px;
  }
  .phantom-u .mv .mv-head span{
    border-bottom: 4px dotted #703F4D;
  }
  .phantom-u .mv .mv-tit{
    font-size: 41px;
    margin-top: 8px;
  }
  .phantom-u .mv .mv-txt{
    font-size: 16px;
    line-height: 2;
    margin-top: 10px;
  }
  .phantom-u .mv .mv-txt a{
    text-underline-offset: 3px;
  }
}
@media only screen and (max-width: 374px){
  .phantom-u .mv .mv-txt{
    font-size: 15px;
  }
}

/**********************
content
**********************/
.phantom-u .content{
  background: #F9F2D4;
  border-radius: 70px;
  max-width: 1000px;
  padding: 164px 50px 80px;
  margin: 0 auto;
}
.phantom-u .content-tit{
  position: relative;
  color: #703F4D;
  font-size: 32px;
  font-weight: 900;
  text-align: center;
}
.phantom-u .schedule-list{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px 22px;
  margin-top: 24px;
}
.phantom-u .schedule-item a{
  background: #fff;
  border-radius: 20px;
  display: block;
  padding: 24px 22px 30px;
}
.phantom-u .schedule-item a:hover{
  opacity: 1;
}
.phantom-u .schedule-item a figure{
  position: relative;
}
.phantom-u .schedule-item a:hover figure{
  animation: bounce 1s linear;
}
.phantom-u .schedule-item a figure::after{
  content: '';
  background: url(/assets/img/common/ico_movie.png) no-repeat center center;
  background-size: 40px 42px;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.phantom-u .schedule-item a figure img{
  position: relative;
  border-radius: 5px;
  z-index: 2;
}
.phantom-u .schedule-item .coming-soon{
  background: #fff;
  border-radius: 20px;
  padding: 24px 22px 30px;
}
.phantom-u .episodes-num{
  color: #fff;
  background: #E3A94C;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  border-radius: 40px;
  display: inline-block;
  padding: 7px 22px 5px;
  margin-top: 8px;
}
.phantom-u .episodes-num .num{
  font-size: 22px;
  padding: 0 0.1875em;
}
@media only screen and (max-width: 768px){
  .phantom-u .content{
    border-radius: 25px;
    padding: 80px 18px 40px;
    margin: 0 auto;
  }
  .phantom-u .content-tit{
    font-size: 22px;
  }
  .phantom-u .schedule-list{
    grid-template-columns: 1fr 1fr;
    gap: 20px 15px;
    margin-top: 20px;
  }
  .phantom-u .schedule-item a{
    border-radius: 10px;
    padding: 10px 10px 20px;
  }
  .phantom-u .schedule-item .coming-soon{
    border-radius: 10px;
    padding: 10px 10px 20px;
  }
  .phantom-u .episodes-num{
    font-size: 10px;
    padding: 2px 12px;
    margin-top: 4px;
  }
  .phantom-u .episodes-num .num{
    font-size: 14px;
    padding: 0 0.1875em;
  }
}

/**********************
schedule
**********************/
.phantom-u .schedule{
  margin-top: 180px;
}
.phantom-u .schedule .content-tit::before{
  content: '';
  background: url(../img/ico_schedule.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: -136%;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
}
.phantom-u .schedule-wrap{
  margin-top: 52px;
}
.phantom-u .schedule-wrap:nth-of-type(1){
  margin-top: 60px;
}
.phantom-u .schedule-wrap .date-tit{
  color: #fff;
  background: #80B6CE;
  font-size: 23px;
  font-weight: 900;
  border-radius: 40px;
  text-align: center;
}
.phantom-u .schedule-wrap .date-tit .num{
  font-size: 33px;
}
.phantom-u .episodes-txt{
  color: #703F4D;
  font-size: 18px;
  font-weight: 900;
  margin-top: 10px;
}
.cmg-soon {
  position: relative;
}
.cmg-soon:before {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.cmg-soon:after {
  content: "お楽しみに！";
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 1.5rem;
  white-space: pre;
  text-align: center;
  display: block;
  position: absolute;
  top: 50%;
  left: calc(50% + 7px);
  transform: translate(-50%, -50%);
  color: #fff;
  letter-spacing: 2px;
  line-height: 1.3;
  font-weight: 700;
}
.cmg-soon img {
  opacity: 0.5;
  position: relative;
  display: block;
}

.cmg-soon2 {
  position: relative;
}
.cmg-soon2:before {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.cmg-soon2:after {
  content: "終了しました";
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 1.5rem;
  white-space: pre;
  text-align: center;
  display: block;
  position: absolute;
  top: 50%;
  left: calc(50% + 7px);
  transform: translate(-50%, -50%);
  color: #c60005;
  letter-spacing: 2px;
  line-height: 1.3;
  font-weight: 700;
}
.cmg-soon2 img {
  opacity: 0.5;
  position: relative;
  display: block;
}



@media only screen and (max-width: 768px){
  .phantom-u .schedule{
    margin-top: 112px;
  }
  .phantom-u .schedule .content-tit::before{
    top: -136%;
    width: 39px;
    height: 39px;
  }
  .phantom-u .schedule-wrap{
    margin-top: 50px;
  }
  .phantom-u .schedule-wrap:nth-of-type(1){
    margin-top: 16px;
  }
  .phantom-u .schedule-wrap:nth-of-type(2){
    margin-top: 30px;
  }
  .phantom-u .schedule-wrap .date-tit{
    font-size: 14px;
  }
  .phantom-u .schedule-wrap .date-tit .num{
    font-size: 24px;
  }
  .phantom-u .episodes-txt{
    font-size: 15px;
    line-height: 1.4;
    margin-top: 8px;
  }
  .cmg-soon:after {
    font-size: 1.1rem;
  }
}

/**********************
all-episodes
**********************/
.phantom-u .all-episodes{
  margin: 96px auto 70px;
}
.phantom-u .all-episodes .content-tit::before{
  content: '';
  background: url(../img/ico_all-episodes.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: -138%;
  left: 50%;
  transform: translateX(-50%);
  width: 55px;
  height: 55px;
}
.phantom-u .all-episodes .schedule-list{
  margin-top: 60px;
}
.phantom-u .all-episodes .episodes-num{
  text-align: center;
  display: block;
}
@media only screen and (max-width: 768px){
  .phantom-u .all-episodes{
    margin: 50px auto 70px;
  }
  .phantom-u .all-episodes .content-tit{
    line-height: 1.3;
  }
  .phantom-u .all-episodes .content-tit .small{
    font-size: 14px;
  }
  .phantom-u .all-episodes .content-tit::before{
    top: -70%;
    width: 36px;
    height: 36px;
  }
  .phantom-u .all-episodes .schedule-list{
    margin-top: 30px;
  }
  .phantom-u .all-episodes .schedule-item a{
    padding: 10px;
  }
  .phantom-u .all-episodes .episodes-num{
    padding: 4px 12px;
  }
}
@media only screen and (max-width: 374px){
  .phantom-u .all-episodes .content-tit{
    font-size: 19px;
  }
}

.op50{opacity:0.3;}