@charset "UTF-8";
/******************************************
*******************************************/
/***********
  サイズ変換
************/
/*********
ブレイクポイント
**********/
/*********
ホバー
**********/
@keyframes blinking {
  0% {
    filter: brightness(0.9) drop-shadow(0 0 0vw rgba(139, 94, 42, 0.8));
  }
  100% {
    filter: brightness(1.4) drop-shadow(0 0 1.172vw rgba(139, 94, 42, 0.8));
  }
}
@media (min-width: 1024px) {
  @keyframes blinking {
    0% {
      filter: brightness(0.9) drop-shadow(0 0 clamp(0px, 0vw, 150vw) rgba(139, 94, 42, 0.8));
    }
    100% {
      filter: brightness(1.4) drop-shadow(0 0 clamp(6px, 0.313vw, 150vw) rgba(139, 94, 42, 0.8));
    }
  }
}
@keyframes blinking2 {
  0% {
    filter: brightness(1);
  }
  100% {
    filter: brightness(1.5) drop-shadow(0 0 0.586vw rgba(139, 94, 42, 0.5));
  }
}
@media (min-width: 1024px) {
  @keyframes blinking2 {
    0% {
      filter: brightness(0.9) drop-shadow(0 0 clamp(0px, 0vw, 150vw) #fff1cf);
    }
    100% {
      filter: brightness(1.5) drop-shadow(0 0 clamp(6px, 0.313vw, 150vw) #fff1cf);
    }
  }
}
#contents.movie .bdffhd_contents::before {
  content: "";
  background: url(/bdffhd/assets/img/movie/bg.webp) no-repeat center 11.328vw, url(/bdffhd/assets/img/movie/bg.webp) repeat-y center top;
  background-size: 100vw auto, 100vw auto;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}
#contents.movie .bdffhd_contents::after {
  content: "";
  width: 100%;
  height: 43.652vw;
  background: url(/bdffhd/assets/img/movie/bg02.webp) no-repeat right top/66.895vw 43.652vw;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  pointer-events: none;
}
#contents.movie .bdffhd_contents .secondHeader {
  height: 23.242vw;
}
#contents.movie .bdffhd_contents .movieArchives_item {
  margin: 0 0 12.305vw;
  position: relative;
}
#contents.movie .bdffhd_contents .movieArchives_item a {
  margin: 0 4.883vw 0;
  display: block;
}
#contents.movie .bdffhd_contents .movieArchives_item a::before {
  content: "";
  background: url(/bdffhd/assets/img/movie_frame.webp) no-repeat left top/100% 100%;
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 10;
  width: 90.234vw;
  height: 50.879vw;
  transform: translate(-50%, 0);
}
#contents.movie .bdffhd_contents .movieArchives_item .moviemodal {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 90.234vw;
  height: 50.879vw;
}
#contents.movie .bdffhd_contents .movieArchives_item .moviemodal .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 14.258vw;
  height: 14.258vw;
  z-index: 20;
}
#contents.movie .bdffhd_contents .movieArchives_item .moviemodal .icon::before {
  width: 9.766vw;
  height: 9.766vw;
  border: 0.195vw solid #ecdab6;
  content: "";
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  z-index: 0;
  pointer-events: none;
}
#contents.movie .bdffhd_contents .movieArchives_item .moviemodal .icon::after {
  content: "";
  background: #ecdab6;
  height: 3.2138202734vw;
  width: 4.492vw;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
          clip-path: polygon(50% 0, 100% 100%, 0 100%);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-41.5%, -47.5%) rotate(90deg);
}
@media (hover: hover) and (pointer: fine) {
  #contents.movie .bdffhd_contents .movieArchives_item .moviemodal img,
  #contents.movie .bdffhd_contents .movieArchives_item .moviemodal .icon {
    transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  }
  #contents.movie .bdffhd_contents .movieArchives_item .moviemodal .mask::after {
    transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  }
  #contents.movie .bdffhd_contents .movieArchives_item .moviemodal:hover img {
    transform: scale(1.06);
    filter: brightness(1.2);
    transition: 1s cubic-bezier(0.23, 1, 0.32, 1);
  }
  #contents.movie .bdffhd_contents .movieArchives_item .moviemodal:hover .icon {
    transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    filter: brightness(1.2) drop-shadow(0 0 0.977vw rgba(236, 218, 182, 0.75));
  }
}
#contents.movie .bdffhd_contents .movieArchives_item .mask {
  width: 90.234vw;
  height: 50.879vw;
  display: flex;
  text-align: center;
  padding: 0;
  /*
  &::after{content: ''; background: url(/bdffhd/assets/img/mask_paper.webp) no-repeat center center / cover;
    pointer-events: none; position: absolute; left: 50%; top: 0; z-index: 10; width: 100%; height: 100%;
    transform: translate(-50%,0); opacity: 0;
  }*/
  -webkit-mask-image: url("/bdffhd/assets/img/movie_mask.webp");
  -webkit-mask-mode: alpha;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-position: center center;
  mask-image: url("/bdffhd/assets/img/movie_mask.webp");
  mask-mode: alpha;
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  mask-position: center center;
}
#contents.movie .bdffhd_contents .movieArchives_item .mask img {
  width: 100%;
  height: auto;
  margin: auto;
}
#contents.movie .bdffhd_contents .movieArchives_item p {
  background: url(/bdffhd/assets/img/movie/bg_text.webp) no-repeat center center/100% 100%;
  margin: 3.516vw auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 13.672vw;
}
#contents.movie .bdffhd_contents .movieArchives_item p span {
  display: block;
  text-align: center;
  font-size: clamp(8px, 3.125vw, 32px);
  line-height: 1.625;
  padding: 0.684vw 14.648vw;
  color: #433831;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#contents.movie .bdffhd_contents .secondClose {
  height: 74.414vw;
  background: url(/bdffhd/assets/img/movie/bg_close.webp) no-repeat center top/100vw 100%;
  padding: 14.648vw 4.883vw 0;
}
@media (min-width: 1024px) {
  #contents.movie .bdffhd_contents::before {
    content: "";
    background: url(/bdffhd/assets/img/movie/bg@pc.webp) no-repeat center clamp(35px, 1.823vw, 150vw), url(/bdffhd/assets/img/movie/bg@pc.webp) repeat-y center top;
    background-size: clamp(1920px, 100vw, 150vw) auto, clamp(1920px, 100vw, 150vw) auto;
    left: 50%;
    transform: translate(-50%, 0);
  }
  #contents.movie .bdffhd_contents::after {
    content: "";
    width: clamp(1920px, 100vw, 150vw);
    height: clamp(441px, 22.969vw, 150vw);
    background: url(/bdffhd/assets/img/movie/bg02@pc.webp) no-repeat right top/clamp(820px, 42.708vw, 150vw) clamp(441px, 22.969vw, 150vw);
    left: 50%;
    transform: translate(-50%, 0);
  }
  #contents.movie .bdffhd_contents .secondHeader {
    height: clamp(238px, 12.396vw, 150vw);
    pointer-events: none;
  }
  #contents.movie .bdffhd_contents .secondHeader::after {
    content: "";
    width: clamp(1920px, 100vw, 150vw);
    height: clamp(434px, 22.604vw, 150vw);
    background: url(/bdffhd/assets/img/movie/bg03@pc.webp) no-repeat left top/auto clamp(434px, 22.604vw, 150vw);
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
  }
  #contents.movie .bdffhd_contents .secondHeader img {
    height: clamp(70px, 3.646vw, 150vw);
    width: auto;
  }
  #contents.movie .bdffhd_contents .movieArchives {
    display: flex;
    width: clamp(1170px, 60.938vw, 150vw);
    margin: 0 auto;
    justify-content: space-between;
    flex-wrap: wrap;
    justify-content: center;
  }
  #contents.movie .bdffhd_contents .movieArchives_item {
    margin: 0 clamp(20px, 1.042vw, 150vw) clamp(92px, 4.792vw, 150vw);
    width: clamp(545px, 28.385vw, 150vw);
  }
  #contents.movie .bdffhd_contents .movieArchives_item a::before {
    width: clamp(521px, 27.135vw, 150vw);
    height: clamp(295px, 15.365vw, 150vw);
  }
  #contents.movie .bdffhd_contents .movieArchives_item .moviemodal {
    width: clamp(521px, 27.135vw, 150vw);
    height: clamp(295px, 15.365vw, 150vw);
    margin: 0 auto;
  }
  #contents.movie .bdffhd_contents .movieArchives_item .moviemodal .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: clamp(78px, 4.063vw, 150vw);
    height: clamp(78px, 4.063vw, 150vw);
    z-index: 20;
  }
  #contents.movie .bdffhd_contents .movieArchives_item .moviemodal .icon::before {
    width: clamp(54px, 2.813vw, 150vw);
    height: clamp(54px, 2.813vw, 150vw);
    border: 2px solid #ecdab6;
    content: "";
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    z-index: 0;
    pointer-events: none;
  }
  #contents.movie .bdffhd_contents .movieArchives_item .moviemodal .icon::after {
    content: "";
    background: #ecdab6;
    height: calc(clamp(20px, 1.042vw, 150vw) / 2 * 1.7320508076);
    width: clamp(23px, 1.198vw, 150vw);
    -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
            clip-path: polygon(50% 0, 100% 100%, 0 100%);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-34.5%, -47.5%) rotate(90deg);
  }
}
@media (min-width: 1024px) and (hover: hover) and (pointer: fine) {
  #contents.movie .bdffhd_contents .movieArchives_item .moviemodal:hover .icon {
    transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    filter: brightness(1.25) drop-shadow(0 0 clamp(10px, 0.521vw, 150vw) rgba(236, 218, 182, 0.75));
  }
}
@media (min-width: 1024px) {
  #contents.movie .bdffhd_contents .movieArchives_item .mask {
    width: clamp(521px, 27.135vw, 150vw);
    height: clamp(295px, 15.365vw, 150vw);
    display: flex;
    text-align: center;
    padding: 0;
    -webkit-mask-image: url("/bdffhd/assets/img/movie_mask.webp");
    -webkit-mask-mode: alpha;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    -webkit-mask-position: center center;
    mask-image: url("/bdffhd/assets/img/movie_mask.webp");
    mask-mode: alpha;
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
    mask-position: center center;
  }
  #contents.movie .bdffhd_contents .movieArchives_item .mask img {
    width: 100%;
    height: auto;
    margin: auto;
  }
  #contents.movie .bdffhd_contents .movieArchives_item p {
    background: url(/bdffhd/assets/img/movie/bg_text@pc.webp) no-repeat center center/100% 100%;
    margin: clamp(30px, 1.563vw, 150vw) auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 10;
    min-height: clamp(74px, 3.854vw, 150vw);
    width: clamp(545px, 28.385vw, 150vw);
  }
  #contents.movie .bdffhd_contents .movieArchives_item p span {
    display: block;
    text-align: center;
    font-size: clamp(14px, 0.729vw, 150vw);
    line-height: 1.857;
    padding: clamp(7px, 0.365vw, 150vw) clamp(70px, 3.646vw, 150vw);
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  #contents.movie .bdffhd_contents .movieArchives_item.-pcSizeL {
    margin: 0 auto clamp(92px, 4.792vw, 150vw);
    width: clamp(841px, 43.802vw, 150vw);
    text-align: center;
  }
  #contents.movie .bdffhd_contents .movieArchives_item.-pcSizeL .moviemodal {
    width: clamp(740px, 38.542vw, 150vw);
    height: clamp(418px, 21.771vw, 150vw);
    margin: 0 auto;
  }
  #contents.movie .bdffhd_contents .movieArchives_item.-pcSizeL .moviemodal::before {
    width: clamp(740px, 38.542vw, 150vw);
    height: clamp(418px, 21.771vw, 150vw);
  }
  #contents.movie .bdffhd_contents .movieArchives_item.-pcSizeL .moviemodal .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: clamp(110px, 5.729vw, 150vw);
    height: clamp(110px, 5.729vw, 150vw);
    z-index: 20;
  }
  #contents.movie .bdffhd_contents .movieArchives_item.-pcSizeL .moviemodal .icon::before {
    width: clamp(78px, 4.063vw, 150vw);
    height: clamp(78px, 4.063vw, 150vw);
    border: 2px solid #ecdab6;
    content: "";
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    z-index: 0;
    pointer-events: none;
  }
  #contents.movie .bdffhd_contents .movieArchives_item.-pcSizeL .moviemodal .icon::after {
    content: "";
    background: #ecdab6;
    height: calc(clamp(28px, 1.458vw, 150vw) / 2 * 1.7320508076);
    width: clamp(33px, 1.719vw, 150vw);
    -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
            clip-path: polygon(50% 0, 100% 100%, 0 100%);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-34.5%, -47.5%) rotate(90deg);
  }
  #contents.movie .bdffhd_contents .movieArchives_item.-pcSizeL .mask {
    width: clamp(740px, 38.542vw, 150vw);
    height: clamp(418px, 21.771vw, 150vw);
    display: flex;
    text-align: center;
    padding: 0;
    -webkit-mask-image: url("/bdffhd/assets/img/movie_mask.webp");
    -webkit-mask-mode: alpha;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    -webkit-mask-position: center center;
    mask-image: url("/bdffhd/assets/img/movie_mask.webp");
    mask-mode: alpha;
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
    mask-position: center center;
  }
  #contents.movie .bdffhd_contents .movieArchives_item.-pcSizeL .mask img {
    width: 100%;
    height: auto;
    margin: auto;
  }
  #contents.movie .bdffhd_contents .movieArchives_item.-pcSizeL p {
    background: url(/bdffhd/assets/img/movie/bg_text02@pc.webp) no-repeat center center/100% 100%;
    margin: clamp(30px, 1.563vw, 150vw) auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 10;
    min-height: clamp(50px, 2.604vw, 150vw);
    width: clamp(841px, 43.802vw, 150vw);
  }
  #contents.movie .bdffhd_contents .movieArchives_item.-pcSizeL p span {
    display: block;
    text-align: center;
    font-size: clamp(17px, 0.885vw, 150vw);
    line-height: 1.882;
    padding: clamp(7px, 0.365vw, 150vw) clamp(50px, 2.604vw, 150vw);
  }
  #contents.movie .bdffhd_contents .secondClose {
    height: clamp(528px, 27.5vw, 150vw);
    background: url(/bdffhd/assets/img/movie/bg_close@pc.webp) no-repeat center top/clamp(1920px, 100vw, 150vw) 100%;
    padding: clamp(154px, 8.021vw, 150vw) clamp(0px, 0vw, 150vw) 0;
  }
}

@media (max-width: 1023px) {
  #contents.movie .bdffhd_contents::after {
    opacity: 0;
    filter: brightness(2);
  }
}
@media (min-width: 1024px) {
  #contents.movie .bdffhd_contents::after {
    opacity: 0;
    filter: brightness(2);
  }
}
#contents.movie .bdffhd_contents .movieArchives_item .moviemodal {
  -webkit-mask-image: url("/bdffhd/assets/img/mask_grade.webp");
  -webkit-mask-mode: alpha;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-position: center 500%;
  mask-image: url("/bdffhd/assets/img/mask_grade.webp");
  mask-mode: alpha;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 160%;
          mask-size: 100% 160%;
  mask-position: center 500%;
  filter: sepia(1) brightness(1.5);
}
#contents.movie .bdffhd_contents .movieArchives_item .moviemodal {
  transform: translate(0, 6vw);
}
@media (min-width: 1024px) {
  #contents.movie .bdffhd_contents .movieArchives_item .moviemodal {
    transform: translate(0, 3vw);
  }
}
#contents.movie .bdffhd_contents .movieArchives_item p {
  opacity: 0;
  transform: scale(1);
  -webkit-mask-image: url("/bdffhd/assets/img/mask_grade2.webp");
  -webkit-mask-mode: alpha;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 0% 100%;
  -webkit-mask-position: center center;
  mask-image: url("/bdffhd/assets/img/mask_grade2.webp");
  mask-mode: alpha;
  mask-repeat: no-repeat;
  mask-size: 0% 100%;
  mask-position: center center;
}

@media (max-width: 1023px) {
  .windowloaded.animStart #contents.movie .bdffhd_contents::after {
    filter: brightness(1);
    opacity: 1;
    transition: filter 2s 0s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 2s 0s cubic-bezier(0.25, 0.46, 0.45, 0.94), 2s 0s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}
@media (min-width: 1024px) {
  .windowloaded.animStart #contents.movie .bdffhd_contents::after {
    filter: brightness(1);
    opacity: 1;
    transition: filter 4s 0s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 3s 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), 2s 0s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}
.windowloaded.animStart #contents.movie .bdffhd_contents .movieArchives_item.animated .moviemodal {
  -webkit-mask-position: center 0%;
          mask-position: center 0%;
  filter: sepia(0);
  transform: translate(0);
  transition: 1.5s 0s cubic-bezier(0.215, 0.61, 0.355, 1), filter 1.7s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.windowloaded.animStart #contents.movie .bdffhd_contents .movieArchives_item.animated p {
  opacity: 1;
  transform: scale(1);
  transition: 2s 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1s 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1s 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-mask-size: 220% 100%;
          mask-size: 220% 100%;
}/*# sourceMappingURL=movie.css.map */