@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 .bdffhd_contents [data-zoomMask] span {
  opacity: 1;
  display: block;
  -webkit-mask-image: url("/bdffhd/assets/img/mask_blur.webp");
  -webkit-mask-mode: alpha;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 0% 300%;
  -webkit-mask-position: center center;
  mask-image: url("/bdffhd/assets/img/mask_blur.webp");
  mask-mode: alpha;
  mask-repeat: no-repeat;
  mask-size: 0% 300%;
  mask-position: center center;
  background-repeat: no-repeat;
  transform: scale(1.2);
}
#contents .bdffhd_contents [data-slideIn] {
  opacity: 0;
  transform: scale(1) translate(0, 4vw);
}
#contents .bdffhd_contents [data-zoomIn] {
  opacity: 0;
  transform: scale(1.12);
}
@media (max-width: 1023px) {
  #contents .bdffhd_contents [data-sPslideIn] {
    opacity: 0;
    transform: scale(1) translate(0, 4vw);
  }
  #contents .bdffhd_contents [data-sPzoomIn] {
    opacity: 0;
    transform: scale(1.12);
  }
}
@media (min-width: 1024px) {
  #contents .bdffhd_contents [data-slideIn] {
    opacity: 0;
    transform: scale(1) translate(0, 2vw);
  }
  #contents .bdffhd_contents [data-zoomIn] {
    opacity: 0;
    transform: scale(1.12);
  }
  #contents .bdffhd_contents [data-PcslideIn] {
    opacity: 0;
    transform: scale(1) translate(0, 2vw);
  }
  #contents .bdffhd_contents [data-PczoomIn] {
    opacity: 0;
    transform: scale(1.12);
  }
}

.animStart.windowloaded #contents .bdffhd_contents [data-zoomMask].animated span {
  opacity: 1;
  transform: scale(1);
  -webkit-mask-size: 150% 300%;
          mask-size: 150% 300%;
  transition: opacity 1.2s 0s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 1.5s 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.8s 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94), 1.8s 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.animStart.windowloaded #contents .bdffhd_contents [data-slideIn].animated,
.animStart.windowloaded #contents .bdffhd_contents [data-zoomIn].animated {
  opacity: 1;
  transform: translate(0);
  transition: 1.5s 0.1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (max-width: 1023px) {
  .animStart.windowloaded #contents .bdffhd_contents [data-sPslideIn].animated,
  .animStart.windowloaded #contents .bdffhd_contents [data-sPzoomIn].animated {
    opacity: 1;
    transform: translate(0);
    transition: 1.5s 0.1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
@media (min-width: 1024px) {
  .animStart.windowloaded #contents .bdffhd_contents [data-pCslideIn].animated,
  .animStart.windowloaded #contents .bdffhd_contents [data-pCzoomIn].animated {
    opacity: 1;
    transform: translate(0);
    transition: 1.5s 0.1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .animStart.windowloaded #contents .bdffhd_contents [data-pcZoomIn="0.4"].animated {
    transition: 1.5s 0.1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .animStart.windowloaded #contents .bdffhd_contents [data-pCslideIn="0.4"].animated {
    transition: 1.5s 0.1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}

#contents.system .bdffhd_contents::before {
  content: "";
  background: url(/bdffhd/assets/img/system/bg@768.webp) no-repeat center top/100vw auto;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
#contents.system .bdffhd_contents .secondHeader {
  height: 27.539vw;
}
#contents.system .bdffhd_contents .secondHeader img {
  position: relative;
  top: 0.586vw;
}
#contents.system .bdffhd_contents .sec01 {
  margin: -10.059vw 0 3.418vw;
}
#contents.system .bdffhd_contents .sec01Head {
  position: relative;
}
#contents.system .bdffhd_contents .sec01Head img {
  width: 100%;
  height: auto;
}
#contents.system .bdffhd_contents .sec01Head span {
  display: block;
  position: relative;
}
#contents.system .bdffhd_contents .sec01Head span em {
  position: absolute;
  left: 0;
  top: 0;
}
#contents.system .bdffhd_contents .sec01Head span::after {
  content: "";
  background: url(/bdffhd/assets/img/system/sec01_head_chara.webp) no-repeat center top/100vw auto;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#contents.system .bdffhd_contents .sec01Nav {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 7.227vw 0 2.344vw;
}
#contents.system .bdffhd_contents .sec01Nav a {
  width: 28.711vw;
  display: block;
  margin: 0 0.977vw 1.953vw;
  position: relative;
}
#contents.system .bdffhd_contents .sec01Nav a img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0;
}
@media (hover: hover) and (pointer: fine) {
  #contents.system .bdffhd_contents .sec01Nav a {
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  #contents.system .bdffhd_contents .sec01Nav a:hover {
    transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    filter: brightness(1.4) drop-shadow(0 0 0.977vw rgba(139, 94, 42, 0.75));
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 1024px) {
  #contents.system .bdffhd_contents .sec01Nav a:hover {
    transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    filter: brightness(1.4) drop-shadow(0 0 10px rgba(139, 94, 42, 0.75));
  }
}
#contents.system .bdffhd_contents .sec01Nav a i {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: 20;
  height: 100%;
  opacity: 0;
  transition: opacity 0.4s;
}
#contents.system .bdffhd_contents .sec01Nav a i img {
  z-index: 10;
}
#contents.system .bdffhd_contents .sec01Nav a.-active {
  pointer-events: none;
}
#contents.system .bdffhd_contents .sec01Nav a.-active i {
  opacity: 1;
}
#contents.system .bdffhd_contents .sec01Slide {
  padding-bottom: 6.836vw;
  -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 3%, rgb(0, 0, 0) 97%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-mode: match-source;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-position: center top;
  backface-visibility: hidden;
  perspective: 1000;
  backface-visibility: hidden;
}
#contents.system .bdffhd_contents .sec01Slide h3 {
  padding-bottom: 3.32vw;
}
#contents.system .bdffhd_contents .sec01Slide .swiper-button-prev,
#contents.system .bdffhd_contents .sec01Slide .swiper-button-next {
  width: 6.738vw;
  height: 13.379vw;
  background: none;
  margin: 0;
  z-index: 100;
  top: 26.465vw;
  transform: translate(0, 0);
  left: 4.297vw;
}
#contents.system .bdffhd_contents .sec01Slide .swiper-button-prev::after,
#contents.system .bdffhd_contents .sec01Slide .swiper-button-next::after {
  display: none;
}
#contents.system .bdffhd_contents .sec01Slide .swiper-button-prev::before,
#contents.system .bdffhd_contents .sec01Slide .swiper-button-next::before {
  content: "";
  background: url(/bdffhd/assets/img/btn_prev02.webp) no-repeat center center/100% 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
#contents.system .bdffhd_contents .sec01Slide .swiper-button-prev.swiper-button-disabled,
#contents.system .bdffhd_contents .sec01Slide .swiper-button-next.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
  #contents.system .bdffhd_contents .sec01Slide .swiper-button-prev,
  #contents.system .bdffhd_contents .sec01Slide .swiper-button-next {
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  #contents.system .bdffhd_contents .sec01Slide .swiper-button-prev:hover,
  #contents.system .bdffhd_contents .sec01Slide .swiper-button-next:hover {
    transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    filter: brightness(1.5) drop-shadow(0 0 0.977vw rgba(139, 94, 42, 0.75));
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 1024px) {
  #contents.system .bdffhd_contents .sec01Slide .swiper-button-prev:hover,
  #contents.system .bdffhd_contents .sec01Slide .swiper-button-next:hover {
    transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    filter: brightness(1.5) drop-shadow(0 0 10px rgba(139, 94, 42, 0.75));
  }
}
@media (hover: hover) and (pointer: fine) {
  #contents.system .bdffhd_contents .sec01Slide .swiper-button-prev,
  #contents.system .bdffhd_contents .sec01Slide .swiper-button-next {
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  #contents.system .bdffhd_contents .sec01Slide .swiper-button-prev:hover,
  #contents.system .bdffhd_contents .sec01Slide .swiper-button-next:hover {
    transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0.6;
  }
}
#contents.system .bdffhd_contents .sec01Slide .swiper-button-next {
  left: auto;
  right: 4.297vw;
}
#contents.system .bdffhd_contents .sec01Slide .swiper-button-next::before {
  background-image: url(/bdffhd/assets/img/btn_next02.webp);
}
#contents.system .bdffhd_contents .sec01Slide .swiper-pagination {
  width: 100%;
  left: 0;
  top: auto;
  bottom: 0;
  height: 2.539vw;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}
#contents.system .bdffhd_contents .sec01Slide .swiper-pagination-bullet {
  border: 0.195vw solid #fff8ea;
  width: 1.758vw;
  height: 1.758vw;
  border-radius: 0;
  transform: rotate(45deg);
  background-color: none;
  opacity: 1;
  margin: 0 1.758vw;
  background: none;
}
#contents.system .bdffhd_contents .sec01Slide .swiper-pagination-bullet-active {
  background-color: #fff8ea;
}
#contents.system .bdffhd_contents .sec01Slide_ss {
  position: relative;
  width: 72.266vw;
  height: 40.82vw;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  #contents.system .bdffhd_contents .sec01Slide_ss::before {
    content: "";
    background: url("/bdffhd/assets/img/movie_frame.png") no-repeat center center/100% 100%;
    width: 72.266vw;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    perspective: 1000;
    backface-visibility: hidden;
    will-change: opacity;
  }
}
#contents.system .bdffhd_contents .sec01Slide_ssItem,
#contents.system .bdffhd_contents .sec01Slide_ss span {
  display: block;
  width: 72.266vw;
  height: 40.82vw;
  margin: 0 auto;
  -webkit-mask-image: url("/bdffhd/assets/img/movie_mask.webp");
  -webkit-mask-mode: alpha;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
  -webkit-mask-position: center top;
  mask-image: url("/bdffhd/assets/img/movie_mask.webp");
  mask-mode: alpha;
  mask-repeat: no-repeat;
  mask-size: 100% auto;
  mask-position: center top;
}
@media (max-width: 1023px) {
  #contents.system .bdffhd_contents .sec01Slide_ss::before {
    display: none;
  }
  #contents.system .bdffhd_contents .sec01Slide .sec01Slide_item {
    position: relative;
  }
  #contents.system .bdffhd_contents .sec01Slide .sec01Slide_item::before {
    content: "";
    background: url("/bdffhd/assets/img/movie_frame.png") no-repeat center center/100% 100%;
    width: 72.266vw;
    height: 40.82vw;
    position: absolute;
    left: 50%;
    top: 11.328vw;
    transform: translate(-50%, 0);
    z-index: 110;
    perspective: 1000;
    backface-visibility: hidden;
    will-change: opacity;
  }
}
#contents.system .bdffhd_contents .sec01Slide_movie {
  position: relative;
  z-index: 100;
  width: 72.266vw;
  height: 40.82vw;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  #contents.system .bdffhd_contents .sec01Slide_movie::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: 72.266vw;
    height: 40.82vw;
    transform: translate(-50%, 0);
    z-index: 110;
  }
}
#contents.system .bdffhd_contents .sec01Slide_movie .video-container,
#contents.system .bdffhd_contents .sec01Slide_movie .video-container2 {
  width: 72.266vw;
  height: 40.82vw;
  position: relative;
  z-index: 100;
  -webkit-mask-image: url("/bdffhd/assets/img/movie_mask.webp");
  -webkit-mask-mode: alpha;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
  -webkit-mask-position: center top;
  mask-image: url("/bdffhd/assets/img/movie_mask.webp");
  mask-mode: alpha;
  mask-repeat: no-repeat;
  mask-size: 100% auto;
  mask-position: center top;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
#contents.system .bdffhd_contents .sec01Slide_movie .video-container img,
#contents.system .bdffhd_contents .sec01Slide_movie .video-container video,
#contents.system .bdffhd_contents .sec01Slide_movie .video-container2 img,
#contents.system .bdffhd_contents .sec01Slide_movie .video-container2 video {
  display: block;
  transition: opacity 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  height: 100%;
  width: auto;
}
#contents.system .bdffhd_contents .sec01Slide_movie .video-container video,
#contents.system .bdffhd_contents .sec01Slide_movie .video-container2 video {
  opacity: 1;
  position: absolute;
  top: 0;
}
#contents.system .bdffhd_contents .sec01Slide_movie .video-container.mp4play video,
#contents.system .bdffhd_contents .sec01Slide_movie .video-container2.mp4play video {
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#contents.system .bdffhd_contents .sec01Slide_text {
  width: 90.234vw;
  position: relative;
  z-index: 100;
  margin: 4.492vw auto 0;
  font-size: clamp(8px, 3.125vw, 32px);
  line-height: 1.875;
  color: #433831;
  font-weight: 500;
  letter-spacing: 0.05em;
}
#contents.system .bdffhd_contents .sec01Slide_text::before, #contents.system .bdffhd_contents .sec01Slide_text::after {
  content: "";
  background: url(/bdffhd/assets/img/corner.webp) no-repeat center center/100% 100%;
  width: 3.906vw;
  height: 3.906vw;
  position: absolute;
  z-index: 100;
  pointer-events: none;
}
#contents.system .bdffhd_contents .sec01Slide_text::before {
  left: 0.391vw;
  transform: rotate(-90deg);
  top: 0.391vw;
}
#contents.system .bdffhd_contents .sec01Slide_text::after {
  right: 0.391vw;
  transform: rotate(0deg);
  top: 0.391vw;
}
#contents.system .bdffhd_contents .sec01Slide_text span {
  position: relative;
  padding: 0vw 6.836vw;
  border: 0.195vw solid #3b190c;
  background-color: #faf0db;
  height: 39.063vw;
  display: flex;
  align-items: center;
}
#contents.system .bdffhd_contents .sec01Slide_text span::before, #contents.system .bdffhd_contents .sec01Slide_text span::after {
  content: "";
  background: url(/bdffhd/assets/img/corner.webp) no-repeat center center/100% 100%;
  width: 3.906vw;
  height: 3.906vw;
  position: absolute;
  z-index: 100;
  pointer-events: none;
}
#contents.system .bdffhd_contents .sec01Slide_text span::before {
  left: 0.195vw;
  transform: rotate(-180deg);
  bottom: 0.195vw;
}
#contents.system .bdffhd_contents .sec01Slide_text span::after {
  right: 0.195vw;
  transform: rotate(90deg);
  bottom: 0.195vw;
}
#contents.system .bdffhd_contents .sec01Slide_text span i {
  display: block;
}
#contents.system .bdffhd_contents .sec02Bg {
  background: url(/bdffhd/assets/img/system/sec02_bg.webp) no-repeat center top/100vw auto;
  padding: 14.16vw 0 19.727vw;
  position: relative;
  z-index: 0;
}
@media (max-width: 1023px) {
  #contents.system .bdffhd_contents .sec02Bg_mask {
    -webkit-mask-image: url("/bdffhd/assets/img/system/sec02_bgMask.webp");
    -webkit-mask-mode: alpha;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% auto;
    -webkit-mask-position: center top;
    mask-image: url("/bdffhd/assets/img/system/sec02_bgMask.webp");
    mask-mode: alpha;
    mask-repeat: no-repeat;
    mask-size: 100% auto;
    mask-position: center top;
  }
}
#contents.system .bdffhd_contents .sec02Bg::after {
  content: "";
  width: 100vw;
  height: 108.203vw;
  background: url("/bdffhd/assets/img/system/sec02_bg02.webp") no-repeat center top/100vw auto;
  position: absolute;
  left: 50%;
  bottom: -52.734vw;
  transform: translate(-50%, 0);
  z-index: 0;
  pointer-events: none;
}
#contents.system .bdffhd_contents .sec02ResizeBox {
  position: relative;
  z-index: 200;
  padding: 0 4.883vw 0vw;
}
#contents.system .bdffhd_contents .sec02ResizeBox h2 {
  margin-bottom: -0.195vw;
}
#contents.system .bdffhd_contents .sec02ResizeBox_text {
  background: url("/bdffhd/assets/img/system/sec02_bgText.webp") no-repeat center top/100% auto;
  background-color: #fffbf1;
  border-radius: 0 0 0.977vw 0.977vw;
  position: relative;
  border: 0.195vw solid #3b190c;
  border-top: none;
  overflow: hidden;
  padding: 5.859vw 6.836vw 13.672vw;
  font-size: clamp(7.25px, 2.832vw, 29px);
  line-height: 1.724;
  color: #433831;
  font-weight: 500;
  letter-spacing: 0.05em;
}
#contents.system .bdffhd_contents .sec02ResizeBox_text h3 {
  color: #fff;
  font-size: clamp(8px, 3.125vw, 32px);
  line-height: 1.375;
  font-weight: 600;
  background-color: #af8d61;
  padding: 1.465vw 2.441vw;
}
#contents.system .bdffhd_contents .sec02ResizeBox_text h3 + p {
  margin-top: 2.344vw;
}
#contents.system .bdffhd_contents .sec02ResizeBox_text p + .sec02ResizeBox_text_hide,
#contents.system .bdffhd_contents .sec02ResizeBox_text p + h3 {
  margin-top: 4.492vw;
}
#contents.system .bdffhd_contents .sec02ResizeBox_text::before, #contents.system .bdffhd_contents .sec02ResizeBox_text::after {
  content: "";
  background: url(/bdffhd/assets/img/corner02.webp) no-repeat center center/100% auto;
  width: 5.566vw;
  height: 5.566vw;
  position: absolute;
  z-index: 100;
  pointer-events: none;
}
#contents.system .bdffhd_contents .sec02ResizeBox_text::before {
  left: 0.391vw;
  transform: rotate(0deg);
  top: 100%;
  margin-top: -5.957vw;
}
#contents.system .bdffhd_contents .sec02ResizeBox_text::after {
  right: 0.391vw;
  transform: rotate(-90deg);
  top: 100%;
  margin-top: -5.957vw;
}
#contents.system .bdffhd_contents .sec02ResizeBox_text_hide {
  opacity: 0;
  position: fixed;
  left: -101vw;
  height: 0;
  transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#contents.system .bdffhd_contents .sec02ResizeBox_toggle {
  height: 12.305vw;
  width: 100%;
  cursor: pointer;
  background: url(/bdffhd/assets/img/system/btn_toggle.webp) no-repeat center center/11.426vw auto;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (hover: hover) and (pointer: fine) {
  #contents.system .bdffhd_contents .sec02ResizeBox_toggle {
    transition: background-color 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  #contents.system .bdffhd_contents .sec02ResizeBox_toggle:hover {
    background-color: rgba(175, 141, 97, 0.25);
  }
}
#contents.system .bdffhd_contents .sec02ResizeBox.inShow {
  transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#contents.system .bdffhd_contents .sec02ResizeBox.inShow .sec02ResizeBox_text_hide {
  opacity: 1;
  position: static;
  left: 0;
  height: auto;
}
#contents.system .bdffhd_contents .sec02ResizeBox.inShow .sec02ResizeBox_toggle {
  transform: scale(1, -1);
}
#contents.system .bdffhd_contents .sec03 {
  margin-top: -11.719vw;
  position: relative;
  z-index: 100;
}
#contents.system .bdffhd_contents .sec03Bg {
  background: url(/bdffhd/assets/img/system/sec03_bg@768.webp) no-repeat center top/100vw auto;
  padding: 11.523vw 0 19.727vw;
  height: 179.297vw;
}
#contents.system .bdffhd_contents .sec03_copy {
  margin: -2.148vw 0 -8.691vw;
}
#contents.system .bdffhd_contents .sec03_copy img {
  width: 100%;
}
#contents.system .bdffhd_contents .sec03_copy span {
  display: block;
  position: relative;
}
#contents.system .bdffhd_contents .sec03_copy span::before {
  content: "";
  background: url(/bdffhd/assets/img/system/sec03_copy_text.webp) no-repeat center top/100vw auto;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#contents.system .bdffhd_contents .sec03_copy span i {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
}
#contents.system .bdffhd_contents .sec03_copy span i::before {
  content: "";
  background: url(/bdffhd/assets/img/system/sec03_copy_chara.webp) no-repeat left top/100vw auto;
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#contents.system .bdffhd_contents .sec03_copy span i::after {
  content: "";
  background: url(/bdffhd/assets/img/system/sec03_copy_chara.webp) no-repeat right top/100vw auto;
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
#contents.system .bdffhd_contents .sec03_movie {
  position: relative;
  z-index: 100;
  width: 90.625vw;
  height: 51.172vw;
  margin: 0 auto;
}
#contents.system .bdffhd_contents .sec03_movie::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.625vw;
  height: 51.172vw;
  transform: translate(-50%, 0);
  z-index: 110;
}
#contents.system .bdffhd_contents .sec03_movie .video-container {
  width: 90.625vw;
  height: 51.172vw;
  position: relative;
  z-index: 100;
  -webkit-mask-image: url("/bdffhd/assets/img/movie_mask.webp");
  -webkit-mask-mode: alpha;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
  -webkit-mask-position: center top;
  mask-image: url("/bdffhd/assets/img/movie_mask.webp");
  mask-mode: alpha;
  mask-repeat: no-repeat;
  mask-size: 100% auto;
  mask-position: center top;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
#contents.system .bdffhd_contents .sec03_movie .video-container img,
#contents.system .bdffhd_contents .sec03_movie .video-container video {
  display: block;
  transition: opacity 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  height: 100%;
  width: auto;
}
#contents.system .bdffhd_contents .sec03_movie .video-container video {
  opacity: 0;
  position: absolute;
  top: 0;
}
#contents.system .bdffhd_contents .sec03_movie .video-container.mp4play video {
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#contents.system .bdffhd_contents .sec03_text {
  width: 90.234vw;
  position: relative;
  z-index: 100;
  margin: 6.738vw auto 0;
}
#contents.system .bdffhd_contents .sec03_text::before, #contents.system .bdffhd_contents .sec03_text::after {
  content: "";
  background: url(/bdffhd/assets/img/corner.webp) no-repeat center center/100% 100%;
  width: 3.906vw;
  height: 3.906vw;
  position: absolute;
  z-index: 100;
  pointer-events: none;
}
#contents.system .bdffhd_contents .sec03_text::before {
  left: 0.391vw;
  transform: rotate(-90deg);
  top: 0.391vw;
}
#contents.system .bdffhd_contents .sec03_text::after {
  right: 0.391vw;
  transform: rotate(0deg);
  top: 0.391vw;
}
#contents.system .bdffhd_contents .sec03_text_bg {
  position: relative;
  padding: 5.371vw 6.836vw;
  border: 0.195vw solid #3b190c;
  background-color: #faf0db;
}
#contents.system .bdffhd_contents .sec03_text_bg::before, #contents.system .bdffhd_contents .sec03_text_bg::after {
  content: "";
  background: url(/bdffhd/assets/img/corner.webp) no-repeat center center/100% 100%;
  width: 3.906vw;
  height: 3.906vw;
  position: absolute;
  z-index: 100;
  pointer-events: none;
}
#contents.system .bdffhd_contents .sec03_text_bg::before {
  left: 0.195vw;
  transform: rotate(-180deg);
  bottom: 0.195vw;
}
#contents.system .bdffhd_contents .sec03_text_bg::after {
  right: 0.195vw;
  transform: rotate(90deg);
  bottom: 0.195vw;
}
#contents.system .bdffhd_contents .sec03_text p {
  font-size: clamp(8px, 3.125vw, 32px);
  line-height: 1.875;
  color: #433831;
  font-weight: 500;
  letter-spacing: 0.05em;
}
#contents.system .bdffhd_contents .sec03_text p b {
  font-weight: 700;
  color: #a92b2b;
}
#contents.system .bdffhd_contents .sec04 {
  margin-top: -22.461vw;
  position: relative;
  z-index: 50;
}
#contents.system .bdffhd_contents .sec04Bg {
  background: url(/bdffhd/assets/img/system/bg_sec04.webp) no-repeat center top/100vw auto;
  padding: 28.516vw 0 24.414vw;
}
#contents.system .bdffhd_contents .sec04_andmore {
  position: relative;
  z-index: 100;
}
#contents.system .bdffhd_contents .sec04_copy {
  margin: 6.641vw 0 7.031vw;
  position: relative;
  z-index: 100;
}
#contents.system .bdffhd_contents .sec04_item {
  margin-bottom: 9.18vw;
}
#contents.system .bdffhd_contents .sec04_item_title {
  margin-bottom: 2.93vw;
}
#contents.system .bdffhd_contents .sec04_item.-chara {
  position: relative;
  padding: 0vw 0 0;
  z-index: 100;
}
#contents.system .bdffhd_contents .sec04_item.-chara .sec04_item_title {
  position: relative;
  top: -1.172vw;
  margin-bottom: -9.766vw;
}
#contents.system .bdffhd_contents .sec04_item.-chara .sec04_item_title span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
#contents.system .bdffhd_contents .sec04_item.-chara .sec04_item_title span img {
  opacity: 0;
}
#contents.system .bdffhd_contents .sec04_item.-chara .sec04_item_title span::after, #contents.system .bdffhd_contents .sec04_item.-chara .sec04_item_title span::before {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  background: url(/bdffhd/assets/img/system/sec04_title03_chara.webp) no-repeat left top/100vw 100%;
}
#contents.system .bdffhd_contents .sec04_item.-chara .sec04_item_title span::before {
  left: 0;
}
#contents.system .bdffhd_contents .sec04_item.-chara .sec04_item_title span::after {
  right: 0;
  background-position: right top;
}
#contents.system .bdffhd_contents .sec04_item.-chara .sec04_item_text {
  margin-top: -5.273vw;
}
#contents.system .bdffhd_contents .sec04_item_movie {
  position: relative;
  z-index: 100;
  width: 90.625vw;
  height: 51.172vw;
  margin: 0 auto;
}
#contents.system .bdffhd_contents .sec04_item_movie::before {
  content: "";
  background: url(/bdffhd/assets/img/movie_frame2.webp) no-repeat left top/100% 100%;
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 10;
  width: 90.625vw;
  height: 51.172vw;
  transform: translate(-50%, 0);
  z-index: 110;
}
#contents.system .bdffhd_contents .sec04_item_movie .video-container {
  width: 90.625vw;
  height: 51.172vw;
  position: relative;
  z-index: 100;
  -webkit-mask-image: url("/bdffhd/assets/img/movie_mask.webp");
  -webkit-mask-mode: alpha;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
  -webkit-mask-position: center top;
  mask-image: url("/bdffhd/assets/img/movie_mask.webp");
  mask-mode: alpha;
  mask-repeat: no-repeat;
  mask-size: 100% auto;
  mask-position: center top;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
#contents.system .bdffhd_contents .sec04_item_movie .video-container img,
#contents.system .bdffhd_contents .sec04_item_movie .video-container video {
  display: block;
  transition: opacity 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  height: 100%;
  width: auto;
}
#contents.system .bdffhd_contents .sec04_item_movie .video-container video {
  opacity: 0;
  position: absolute;
  top: 0;
}
#contents.system .bdffhd_contents .sec04_item_movie .video-container.mp4play video {
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#contents.system .bdffhd_contents .sec04_item_text {
  width: 90.234vw;
  position: relative;
  z-index: 100;
  margin: 6.738vw auto 0;
}
#contents.system .bdffhd_contents .sec04_item_text::before, #contents.system .bdffhd_contents .sec04_item_text::after {
  content: "";
  background: url(/bdffhd/assets/img/corner.webp) no-repeat center center/100% 100%;
  width: 3.906vw;
  height: 3.906vw;
  position: absolute;
  z-index: 100;
  pointer-events: none;
}
#contents.system .bdffhd_contents .sec04_item_text::before {
  left: 0.391vw;
  transform: rotate(-90deg);
  top: 0.391vw;
}
#contents.system .bdffhd_contents .sec04_item_text::after {
  right: 0.391vw;
  transform: rotate(0deg);
  top: 0.391vw;
}
#contents.system .bdffhd_contents .sec04_item_text_bg {
  position: relative;
  padding: 5.371vw 6.836vw;
  border: 0.195vw solid #3b190c;
  background-color: rgba(254, 246, 229, 0.93);
}
#contents.system .bdffhd_contents .sec04_item_text_bg::before, #contents.system .bdffhd_contents .sec04_item_text_bg::after {
  content: "";
  background: url(/bdffhd/assets/img/corner.webp) no-repeat center center/100% 100%;
  width: 3.906vw;
  height: 3.906vw;
  position: absolute;
  z-index: 100;
  pointer-events: none;
}
#contents.system .bdffhd_contents .sec04_item_text_bg::before {
  left: 0.195vw;
  transform: rotate(-180deg);
  bottom: 0.195vw;
}
#contents.system .bdffhd_contents .sec04_item_text_bg::after {
  right: 0.195vw;
  transform: rotate(90deg);
  bottom: 0.195vw;
}
#contents.system .bdffhd_contents .sec04_item_text p {
  font-size: clamp(8px, 3.125vw, 32px);
  line-height: 1.875;
  color: #433831;
  font-weight: 500;
  letter-spacing: 0.05em;
}
#contents.system .bdffhd_contents .sec04_item_text p b {
  font-weight: 700;
  color: #a92b2b;
}
#contents.system .bdffhd_contents .sec04_item_slide {
  position: relative;
  z-index: 100;
  width: 90.625vw;
  height: 51.172vw;
  margin: 0 auto;
  margin-bottom: 11.914vw;
}
#contents.system .bdffhd_contents .sec04_item_slide::before {
  content: "";
  background: url(/bdffhd/assets/img/movie_frame2.webp) no-repeat left top/100% 100%;
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 10;
  width: 90.625vw;
  height: 51.172vw;
  transform: translate(-50%, 0);
  z-index: 110;
}
#contents.system .bdffhd_contents .sec04_item_slide_wrap {
  width: 90.625vw;
  height: 51.172vw;
  position: relative;
  z-index: 100;
  -webkit-mask-image: url("/bdffhd/assets/img/movie_mask.webp");
  -webkit-mask-mode: alpha;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
  -webkit-mask-position: center top;
  mask-image: url("/bdffhd/assets/img/movie_mask.webp");
  mask-mode: alpha;
  mask-repeat: no-repeat;
  mask-size: 100% auto;
  mask-position: center top;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
#contents.system .bdffhd_contents .sec04_item_slide_wrap img {
  display: block;
  transition: opacity 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 1;
  height: 100%;
  width: 100%;
}
#contents.system .bdffhd_contents .sec05 {
  margin-top: -22.461vw;
  position: relative;
  z-index: 50;
}
#contents.system .bdffhd_contents .sec05Bg {
  background: url(/bdffhd/assets/img/system/bg_sec05.webp) no-repeat center top/100vw auto;
  padding: 10.742vw 0 68.164vw;
}
#contents.system .bdffhd_contents .sec05_andmore {
  position: relative;
  z-index: 100;
}
#contents.system .bdffhd_contents .sec05_copy {
  margin: 6.641vw 0 7.031vw;
  position: relative;
  z-index: 100;
}
#contents.system .bdffhd_contents .sec05_item {
  margin-bottom: 9.18vw;
}
#contents.system .bdffhd_contents .sec05_item_title {
  margin-bottom: 2.93vw;
}
#contents.system .bdffhd_contents .sec05_item.-chara {
  position: relative;
  padding: 0vw 0 0;
  z-index: 100;
}
#contents.system .bdffhd_contents .sec05_item.-chara .sec05_item_title {
  position: relative;
  top: -8.008vw;
  margin-bottom: -14.648vw;
}
#contents.system .bdffhd_contents .sec05_item.-chara .sec05_item_title span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
#contents.system .bdffhd_contents .sec05_item.-chara .sec05_item_title span img {
  opacity: 0;
}
#contents.system .bdffhd_contents .sec05_item.-chara .sec05_item_title span::after, #contents.system .bdffhd_contents .sec05_item.-chara .sec05_item_title span::before {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  background: url(/bdffhd/assets/img/system/sec05_title02_chara.webp) no-repeat left top/100vw 100%;
}
#contents.system .bdffhd_contents .sec05_item.-chara .sec05_item_title span::before {
  left: 0;
}
#contents.system .bdffhd_contents .sec05_item.-chara .sec05_item_title span::after {
  right: 0;
  background-position: right top;
}
#contents.system .bdffhd_contents .sec05_item.-chara .sec05_item_text {
  margin-top: -5.273vw;
}
#contents.system .bdffhd_contents .sec05_item_movie {
  position: relative;
  z-index: 100;
  width: 90.625vw;
  height: 51.172vw;
  margin: 0 auto;
}
#contents.system .bdffhd_contents .sec05_item_movie::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.625vw;
  height: 51.172vw;
  transform: translate(-50%, 0);
  z-index: 110;
}
#contents.system .bdffhd_contents .sec05_item_movie .video-container {
  width: 90.625vw;
  height: 51.172vw;
  position: relative;
  z-index: 100;
  -webkit-mask-image: url("/bdffhd/assets/img/movie_mask.webp");
  -webkit-mask-mode: alpha;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
  -webkit-mask-position: center top;
  mask-image: url("/bdffhd/assets/img/movie_mask.webp");
  mask-mode: alpha;
  mask-repeat: no-repeat;
  mask-size: 100% auto;
  mask-position: center top;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
#contents.system .bdffhd_contents .sec05_item_movie .video-container img,
#contents.system .bdffhd_contents .sec05_item_movie .video-container video {
  display: block;
  transition: opacity 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  height: 100%;
  width: auto;
}
#contents.system .bdffhd_contents .sec05_item_movie .video-container video {
  opacity: 0;
  position: absolute;
  top: 0;
}
#contents.system .bdffhd_contents .sec05_item_movie .video-container.mp4play video {
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#contents.system .bdffhd_contents .sec05_item_text {
  width: 90.234vw;
  position: relative;
  z-index: 100;
  margin: 6.738vw auto 0;
}
#contents.system .bdffhd_contents .sec05_item_text::before, #contents.system .bdffhd_contents .sec05_item_text::after {
  content: "";
  background: url(/bdffhd/assets/img/corner.webp) no-repeat center center/100% 100%;
  width: 3.906vw;
  height: 3.906vw;
  position: absolute;
  z-index: 100;
  pointer-events: none;
}
#contents.system .bdffhd_contents .sec05_item_text::before {
  left: 0.391vw;
  transform: rotate(-90deg);
  top: 0.391vw;
}
#contents.system .bdffhd_contents .sec05_item_text::after {
  right: 0.391vw;
  transform: rotate(0deg);
  top: 0.391vw;
}
#contents.system .bdffhd_contents .sec05_item_text_bg {
  position: relative;
  padding: 5.371vw 6.836vw;
  border: 0.195vw solid #3b190c;
  background-color: rgba(254, 246, 229, 0.93);
}
#contents.system .bdffhd_contents .sec05_item_text_bg::before, #contents.system .bdffhd_contents .sec05_item_text_bg::after {
  content: "";
  background: url(/bdffhd/assets/img/corner.webp) no-repeat center center/100% 100%;
  width: 3.906vw;
  height: 3.906vw;
  position: absolute;
  z-index: 100;
  pointer-events: none;
}
#contents.system .bdffhd_contents .sec05_item_text_bg::before {
  left: 0.195vw;
  transform: rotate(-180deg);
  bottom: 0.195vw;
}
#contents.system .bdffhd_contents .sec05_item_text_bg::after {
  right: 0.195vw;
  transform: rotate(90deg);
  bottom: 0.195vw;
}
#contents.system .bdffhd_contents .sec05_item_text p {
  font-size: clamp(8px, 3.125vw, 32px);
  line-height: 1.875;
  color: #433831;
  font-weight: 500;
  letter-spacing: 0.05em;
}
#contents.system .bdffhd_contents .sec05_item_text p b {
  font-weight: 700;
  color: #a92b2b;
}
#contents.system .bdffhd_contents .sec05_item_slide {
  position: relative;
  z-index: 100;
  width: 90.625vw;
  height: 51.172vw;
  margin: 0 auto;
  margin-bottom: 11.914vw;
}
#contents.system .bdffhd_contents .sec05_item_slide::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.625vw;
  height: 51.172vw;
  transform: translate(-50%, 0);
  z-index: 110;
}
#contents.system .bdffhd_contents .sec05_item_slide_wrap {
  width: 90.625vw;
  height: 51.172vw;
  position: relative;
  z-index: 100;
  -webkit-mask-image: url("/bdffhd/assets/img/movie_mask.webp");
  -webkit-mask-mode: alpha;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
  -webkit-mask-position: center top;
  mask-image: url("/bdffhd/assets/img/movie_mask.webp");
  mask-mode: alpha;
  mask-repeat: no-repeat;
  mask-size: 100% auto;
  mask-position: center top;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
#contents.system .bdffhd_contents .sec05_item_slide_wrap img {
  display: block;
  transition: opacity 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 1;
  height: 100%;
  width: 100%;
}
#contents.system .bdffhd_contents .secondClose {
  margin-top: -93.75vw;
}
#contents.system .bdffhd_contents .secondClose .and_more {
  position: relative;
  z-index: 100;
}
#contents.system .bdffhd_contents .secondClose_bg {
  padding: 37.109vw 4.883vw 7.813vw;
}
@media (min-width: 1024px) {
  #contents.system .bdffhd_contents::before {
    content: "";
    background: url(/bdffhd/assets/img/system/bg@pc.webp) no-repeat center top/clamp(1920px, 100vw, 150vw) auto;
  }
  #contents.system .bdffhd_contents .secondHeader {
    height: clamp(192px, 10vw, 150vw);
    position: relative;
    z-index: 108;
  }
  #contents.system .bdffhd_contents .secondHeader img {
    position: relative;
    top: clamp(11px, 0.573vw, 150vw);
  }
  #contents.system .bdffhd_contents .sec01 {
    margin: min(-126px, -6.563vw) auto clamp(35px, 1.823vw, 150vw);
    width: clamp(1280px, 66.667vw, 150vw);
    z-index: 100;
  }
  #contents.system .bdffhd_contents .sec01Head img {
    height: clamp(277px, 14.427vw, 150vw);
    width: auto;
  }
  #contents.system .bdffhd_contents .sec01Head span::after {
    content: "";
    background: url(/bdffhd/assets/img/system/sec01_head_chara@pc.webp) no-repeat center top/clamp(1280px, 66.667vw, 150vw) auto;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
  }
  #contents.system .bdffhd_contents .sec01Head span i {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  #contents.system .bdffhd_contents .sec01Head span i::before {
    content: "";
    background: url(/bdffhd/assets/img/system/sec01_head_chara@pc.webp) no-repeat right top/clamp(1280px, 66.667vw, 150vw) auto;
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
  }
  #contents.system .bdffhd_contents .sec01Head span i::after {
    content: "";
    background: url(/bdffhd/assets/img/system/sec01_head_chara@pc.webp) no-repeat left top/clamp(1280px, 66.667vw, 150vw) auto;
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  #contents.system .bdffhd_contents .sec01_mask {
    position: relative;
  }
  #contents.system .bdffhd_contents .sec01_mask::before {
    content: "";
    width: 100vw;
    height: clamp(1750px, 91.146vw, 150vw);
    position: absolute;
    left: 50%;
    top: min(-131px, -6.823vw);
    transform: translate(-50%, 0);
    background: url(/bdffhd/assets/img/system/bg@pc.webp) no-repeat left top/clamp(1920px, 100vw, 150vw) auto;
  }
  #contents.system .bdffhd_contents .sec01Nav {
    padding: clamp(39px, 2.031vw, 150vw) 0 clamp(23px, 1.198vw, 150vw);
    width: clamp(1100px, 57.292vw, 150vw);
    margin: 0 auto;
  }
  #contents.system .bdffhd_contents .sec01Nav a {
    width: clamp(296px, 15.417vw, 150vw);
    display: block;
    margin: 0 clamp(11px, 0.573vw, 150vw) clamp(12px, 0.625vw, 150vw);
  }
  #contents.system .bdffhd_contents .sec01Nav a i {
    width: 100%;
    height: auto;
  }
  #contents.system .bdffhd_contents .sec01Nav a img {
    width: 100%;
    height: auto;
  }
  #contents.system .bdffhd_contents .sec01Slide {
    padding-bottom: clamp(115px, 5.99vw, 150vw);
    width: clamp(1280px, 66.667vw, 150vw);
    margin: 0 auto;
    -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 2%, rgb(0, 0, 0) 98%, rgba(0, 0, 0, 0) 100%);
  }
  #contents.system .bdffhd_contents .sec01Slide_item {
    padding: 0 clamp(40px, 2.083vw, 150vw);
  }
  #contents.system .bdffhd_contents .sec01Slide_flex {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
  }
  #contents.system .bdffhd_contents .sec01Slide h3 {
    padding-bottom: clamp(38px, 1.979vw, 150vw);
    position: relative;
    left: min(-40px, -2.083vw);
  }
  #contents.system .bdffhd_contents .sec01Slide h3 img {
    height: clamp(70px, 3.646vw, 150vw);
    width: auto;
  }
  #contents.system .bdffhd_contents .sec01Slide_nav_wrap {
    position: absolute;
    height: clamp(84px, 4.375vw, 150vw);
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    display: inline-flex;
    align-items: center;
    padding: 0 clamp(114px, 5.938vw, 150vw);
  }
  #contents.system .bdffhd_contents .sec01Slide .swiper-button-prev,
  #contents.system .bdffhd_contents .sec01Slide .swiper-button-next {
    width: clamp(47px, 2.448vw, 150vw);
    height: clamp(84px, 4.375vw, 150vw);
    top: clamp(0px, 0vw, 150vw);
    transform: translate(0, 0);
    left: clamp(0px, 0vw, 150vw);
  }
  #contents.system .bdffhd_contents .sec01Slide .swiper-button-next {
    right: clamp(0px, 0vw, 150vw);
    left: auto;
  }
  #contents.system .bdffhd_contents .sec01Slide .swiper-pagination {
    width: auto;
    left: 0;
    top: auto;
    bottom: clamp(9px, 0.469vw, 150vw);
    height: clamp(26px, 1.354vw, 150vw);
    position: relative;
  }
  #contents.system .bdffhd_contents .sec01Slide .swiper-pagination-bullet {
    border: 1px solid #fff8ea;
    width: 12px;
    height: 12px;
    border-radius: 0;
    transform: rotate(45deg);
    background-color: none;
    opacity: 1;
    margin: 0 9px;
    background: none;
  }
  #contents.system .bdffhd_contents .sec01Slide .swiper-pagination-bullet-active {
    background-color: #fff8ea;
  }
  #contents.system .bdffhd_contents .sec01Slide_ss {
    position: relative;
    width: clamp(660px, 34.375vw, 150vw);
    height: clamp(374px, 19.479vw, 150vw);
  }
  #contents.system .bdffhd_contents .sec01Slide_ss::before {
    width: clamp(660px, 34.375vw, 150vw);
    height: clamp(374px, 19.479vw, 150vw);
  }
  #contents.system .bdffhd_contents .sec01Slide_ssItem,
  #contents.system .bdffhd_contents .sec01Slide_ss span {
    display: block;
    width: clamp(660px, 34.375vw, 150vw);
    height: clamp(374px, 19.479vw, 150vw);
  }
  #contents.system .bdffhd_contents .sec01Slide_ssItem img,
  #contents.system .bdffhd_contents .sec01Slide_ss span img {
    width: 100%;
    height: auto;
  }
  #contents.system .bdffhd_contents .sec01Slide_movie {
    width: clamp(660px, 34.375vw, 150vw);
    height: clamp(374px, 19.479vw, 150vw);
    margin: 0 auto;
  }
  #contents.system .bdffhd_contents .sec01Slide_movie::before {
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 10;
    width: clamp(660px, 34.375vw, 150vw);
    height: clamp(374px, 19.479vw, 150vw);
    transform: translate(-50%, 0);
    z-index: 110;
  }
  #contents.system .bdffhd_contents .sec01Slide_movie .video-container,
  #contents.system .bdffhd_contents .sec01Slide_movie .video-container2 {
    width: clamp(660px, 34.375vw, 150vw);
    height: clamp(374px, 19.479vw, 150vw);
  }
  #contents.system .bdffhd_contents .sec01Slide_movie .video-container img,
  #contents.system .bdffhd_contents .sec01Slide_movie .video-container2 img {
    width: 100%;
    height: auto;
  }
  #contents.system .bdffhd_contents .sec01Slide_text {
    width: clamp(500px, 26.042vw, 150vw);
    position: relative;
    z-index: 100;
    margin: 0;
    font-size: clamp(17px, 0.885vw, 150vw);
    line-height: 1.882;
  }
  #contents.system .bdffhd_contents .sec01Slide_text::before, #contents.system .bdffhd_contents .sec01Slide_text::after {
    width: clamp(28px, 1.458vw, 150vw);
    height: clamp(28px, 1.458vw, 150vw);
  }
  #contents.system .bdffhd_contents .sec01Slide_text::before {
    left: auto;
    right: clamp(4px, 0.208vw, 150vw);
    transform: rotate(0deg);
    top: clamp(4px, 0.208vw, 150vw);
  }
  #contents.system .bdffhd_contents .sec01Slide_text::after {
    right: clamp(4px, 0.208vw, 150vw);
    transform: rotate(90deg);
    top: auto;
    bottom: clamp(4px, 0.208vw, 150vw);
  }
  #contents.system .bdffhd_contents .sec01Slide_text span {
    padding: clamp(30px, 1.563vw, 150vw) clamp(40px, 2.083vw, 150vw) clamp(30px, 1.563vw, 150vw) clamp(40px, 2.083vw, 150vw);
    border: clamp(2px, 0.104vw, 150vw) solid #3b190c;
    height: clamp(270px, 14.063vw, 150vw);
    align-items: flex-start;
  }
  #contents.system .bdffhd_contents .sec01Slide_text span::before, #contents.system .bdffhd_contents .sec01Slide_text span::after {
    width: clamp(28px, 1.458vw, 150vw);
    height: clamp(28px, 1.458vw, 150vw);
  }
  #contents.system .bdffhd_contents .sec01Slide_text span::before {
    left: clamp(3px, 0.156vw, 150vw);
    transform: rotate(-180deg);
    bottom: clamp(4px, 0.208vw, 150vw);
  }
  #contents.system .bdffhd_contents .sec01Slide_text span::after {
    left: clamp(3px, 0.156vw, 150vw);
    transform: rotate(-90deg);
    top: clamp(4px, 0.208vw, 150vw);
  }
  #contents.system .bdffhd_contents .sec02 {
    z-index: 50;
    position: relative;
    margin-top: min(-50px, -2.604vw);
  }
  #contents.system .bdffhd_contents .sec02Bg {
    background: url(/bdffhd/assets/img/system/sec02_bg@pc.webp) no-repeat center top/clamp(1920px, 100vw, 150vw) auto;
    padding: clamp(120px, 6.25vw, 150vw) 0 clamp(202px, 10.521vw, 150vw);
    background-color: #cec29f;
  }
  #contents.system .bdffhd_contents .sec02Bg::after {
    content: "";
    width: 100%;
    height: clamp(615px, 32.031vw, 150vw);
    background: url("/bdffhd/assets/img/system/sec02_bg02@pc.webp") no-repeat center top/clamp(1920px, 100vw, 150vw) auto;
    position: absolute;
    left: 50%;
    bottom: clamp(0px, 0vw, 150vw);
    transform: translate(-50%, 0);
    z-index: 0;
    pointer-events: none;
  }
  #contents.system .bdffhd_contents .sec02Bg_mask {
    -webkit-mask-image: url("/bdffhd/assets/img/system/sec02_bgMask@pc.png");
    -webkit-mask-mode: alpha;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% auto;
    -webkit-mask-position: center top;
    mask-image: url("/bdffhd/assets/img/system/sec02_bgMask@pc.png");
    mask-mode: alpha;
    mask-repeat: no-repeat;
    mask-size: 100% auto;
    mask-position: center top;
  }
  #contents.system .bdffhd_contents .sec02ResizeBox {
    padding: 0 clamp(0px, 0vw, 150vw) clamp(0px, 0vw, 150vw);
    margin: 0 auto;
    width: clamp(940px, 48.958vw, 150vw);
    position: relative;
    z-index: 10000;
  }
  #contents.system .bdffhd_contents .sec02ResizeBox h2 {
    margin-bottom: min(-2px, -0.104vw);
  }
  #contents.system .bdffhd_contents .sec02ResizeBox h2 img {
    width: 100%;
    height: auto;
  }
  #contents.system .bdffhd_contents .sec02ResizeBox_text {
    background: url("/bdffhd/assets/img/system/sec02_bgText@pc.webp") no-repeat center top/100% auto;
    background-color: #fffbf1;
    border-radius: 0 0 clamp(12px, 0.625vw, 150vw) clamp(12px, 0.625vw, 150vw);
    border: clamp(2px, 0.104vw, 150vw) solid #3b190c;
    border-top: none;
    padding: clamp(40px, 2.083vw, 150vw) clamp(70px, 3.646vw, 150vw) clamp(90px, 4.688vw, 150vw);
    font-size: clamp(17px, 0.885vw, 150vw);
    line-height: 1.882;
  }
  #contents.system .bdffhd_contents .sec02ResizeBox_text h3 {
    font-size: clamp(22px, 1.146vw, 150vw);
    line-height: 1.727;
    padding: clamp(12px, 0.625vw, 150vw) clamp(25px, 1.302vw, 150vw);
  }
  #contents.system .bdffhd_contents .sec02ResizeBox_text h3 + p {
    margin-top: clamp(12px, 0.625vw, 150vw);
  }
  #contents.system .bdffhd_contents .sec02ResizeBox_text p + .sec02ResizeBox_text_hide,
  #contents.system .bdffhd_contents .sec02ResizeBox_text p + h3 {
    margin-top: clamp(30px, 1.563vw, 150vw);
  }
  #contents.system .bdffhd_contents .sec02ResizeBox_text::before, #contents.system .bdffhd_contents .sec02ResizeBox_text::after {
    width: clamp(51px, 2.656vw, 150vw);
    height: clamp(51px, 2.656vw, 150vw);
  }
  #contents.system .bdffhd_contents .sec02ResizeBox_text::before {
    left: clamp(1px, 0.052vw, 150vw);
    transform: rotate(0deg);
    top: 100%;
    margin-top: min(-52px, -2.708vw);
  }
  #contents.system .bdffhd_contents .sec02ResizeBox_text::after {
    right: clamp(1px, 0.052vw, 150vw);
    transform: rotate(-90deg);
    top: 100%;
    margin-top: min(-52px, -2.708vw);
  }
  #contents.system .bdffhd_contents .sec02ResizeBox_toggle {
    height: clamp(74px, 3.854vw, 150vw);
    width: 100%;
    cursor: pointer;
    background: url(/bdffhd/assets/img/system/btn_toggle.webp) no-repeat center center/clamp(64px, 3.333vw, 150vw) auto;
  }
  #contents.system .bdffhd_contents .sec03 {
    margin-top: min(-166px, -8.646vw);
  }
  #contents.system .bdffhd_contents .sec03Bg {
    background: url(/bdffhd/assets/img/system/sec03_bg@pc.webp) no-repeat center top/clamp(1920px, 100vw, 150vw) auto;
    padding: clamp(145px, 7.552vw, 150vw) 0 clamp(202px, 10.521vw, 150vw);
    height: clamp(926px, 48.229vw, 150vw);
  }
  #contents.system .bdffhd_contents .sec03_title {
    margin: 0 auto clamp(6px, 0.313vw, 150vw);
    text-align: center;
  }
  #contents.system .bdffhd_contents .sec03_title img {
    height: clamp(84px, 4.375vw, 150vw);
  }
  #contents.system .bdffhd_contents .sec03_copy {
    width: clamp(1100px, 57.292vw, 150vw);
    margin: 0 auto;
  }
  #contents.system .bdffhd_contents .sec03_copy img {
    width: clamp(1100px, 57.292vw, 150vw);
  }
  #contents.system .bdffhd_contents .sec03_copy span {
    display: block;
    position: relative;
  }
  #contents.system .bdffhd_contents .sec03_copy span::before {
    background: url(/bdffhd/assets/img/system/sec03_copy_text@pc.webp) no-repeat center top/clamp(1100px, 57.292vw, 150vw) auto;
  }
  #contents.system .bdffhd_contents .sec03_copy span i::before {
    background: url(/bdffhd/assets/img/system/sec03_copy_chara@pc.webp) no-repeat left top/clamp(1100px, 57.292vw, 150vw) auto;
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  #contents.system .bdffhd_contents .sec03_copy span i::after {
    background: url(/bdffhd/assets/img/system/sec03_copy_chara@pc.webp) no-repeat right top/clamp(1100px, 57.292vw, 150vw) auto;
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
  }
  #contents.system .bdffhd_contents .sec03_flex {
    display: flex;
    align-items: center;
    width: clamp(1200px, 62.5vw, 150vw);
    justify-content: space-between;
    margin: min(-60px, -3.125vw) auto 0;
  }
  #contents.system .bdffhd_contents .sec03_movie {
    width: clamp(660px, 34.375vw, 150vw);
    height: clamp(374px, 19.479vw, 150vw);
    margin: 0 0 0 0;
  }
  #contents.system .bdffhd_contents .sec03_movie::before {
    width: clamp(660px, 34.375vw, 150vw);
    height: clamp(374px, 19.479vw, 150vw);
  }
  #contents.system .bdffhd_contents .sec03_movie .video-container {
    width: clamp(660px, 34.375vw, 150vw);
    height: clamp(374px, 19.479vw, 150vw);
  }
  #contents.system .bdffhd_contents .sec03_movie img {
    width: 100%;
    height: auto;
  }
  #contents.system .bdffhd_contents .sec03_text {
    width: clamp(500px, 26.042vw, 150vw);
    position: relative;
    z-index: 100;
    margin: 0;
  }
  #contents.system .bdffhd_contents .sec03_text::before, #contents.system .bdffhd_contents .sec03_text::after {
    width: clamp(28px, 1.458vw, 150vw);
    height: clamp(28px, 1.458vw, 150vw);
  }
  #contents.system .bdffhd_contents .sec03_text::before {
    left: auto;
    right: clamp(4px, 0.208vw, 150vw);
    transform: rotate(0deg);
    top: clamp(4px, 0.208vw, 150vw);
  }
  #contents.system .bdffhd_contents .sec03_text::after {
    right: clamp(4px, 0.208vw, 150vw);
    transform: rotate(90deg);
    top: auto;
    bottom: clamp(4px, 0.208vw, 150vw);
  }
  #contents.system .bdffhd_contents .sec03_text_bg {
    padding: clamp(30px, 1.563vw, 150vw) clamp(40px, 2.083vw, 150vw) clamp(30px, 1.563vw, 150vw) clamp(40px, 2.083vw, 150vw);
    border: clamp(2px, 0.104vw, 150vw) solid #3b190c;
    height: clamp(270px, 14.063vw, 150vw);
    align-items: flex-start;
  }
  #contents.system .bdffhd_contents .sec03_text_bg::before, #contents.system .bdffhd_contents .sec03_text_bg::after {
    width: clamp(28px, 1.458vw, 150vw);
    height: clamp(28px, 1.458vw, 150vw);
  }
  #contents.system .bdffhd_contents .sec03_text_bg::before {
    left: clamp(3px, 0.156vw, 150vw);
    transform: rotate(-180deg);
    bottom: clamp(4px, 0.208vw, 150vw);
  }
  #contents.system .bdffhd_contents .sec03_text_bg::after {
    left: clamp(3px, 0.156vw, 150vw);
    transform: rotate(-90deg);
    top: clamp(4px, 0.208vw, 150vw);
  }
  #contents.system .bdffhd_contents .sec03_text p {
    font-size: clamp(17px, 0.885vw, 150vw);
    line-height: 1.882;
  }
  #contents.system .bdffhd_contents .sec04 {
    margin-top: min(-132px, -6.875vw);
    position: relative;
    z-index: 50;
    background-color: #d5ceb9;
  }
  #contents.system .bdffhd_contents .sec04Bg {
    background: none;
    padding: clamp(197px, 10.26vw, 150vw) 0 clamp(100px, 5.208vw, 150vw);
  }
  #contents.system .bdffhd_contents .sec04Bg::after {
    content: "";
    background: url(/bdffhd/assets/img/system/bg_close@pc.webp) no-repeat center bottom/clamp(1920px, 100vw, 150vw) auto;
    width: 100%;
    height: clamp(2332px, 121.458vw, 150vw);
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    z-index: 1;
  }
  #contents.system .bdffhd_contents .sec04_title {
    position: relative;
    z-index: 10;
    text-align: center;
    width: clamp(1024px, 53.333vw, 150vw);
    margin: 0 auto;
  }
  #contents.system .bdffhd_contents .sec04_title img {
    height: clamp(84px, 4.375vw, 150vw);
    width: auto;
  }
  #contents.system .bdffhd_contents .sec04_copy {
    margin: clamp(48px, 2.5vw, 150vw) 0 clamp(39px, 2.031vw, 150vw);
    position: relative;
    z-index: 100;
  }
  #contents.system .bdffhd_contents .sec04_copy img {
    width: auto;
    height: clamp(78px, 4.063vw, 150vw);
  }
  #contents.system .bdffhd_contents .sec04_flex {
    width: clamp(1200px, 62.5vw, 150vw);
    justify-content: space-between;
    margin: clamp(45px, 2.344vw, 150vw) auto 0;
  }
  #contents.system .bdffhd_contents .sec04_item {
    width: clamp(1100px, 57.292vw, 150vw);
    margin: 0 auto clamp(71px, 3.698vw, 150vw);
    position: relative;
  }
  #contents.system .bdffhd_contents .sec04_item_title {
    margin-bottom: 0;
  }
  #contents.system .bdffhd_contents .sec04_item.-item01 {
    height: clamp(376px, 19.583vw, 150vw);
  }
  #contents.system .bdffhd_contents .sec04_item.-item01 .sec04_item_movie {
    position: absolute;
    left: 0;
    bottom: min(-14px, -0.729vw);
    z-index: 10;
  }
  #contents.system .bdffhd_contents .sec04_item.-item01 .sec04_item_title {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
  }
  #contents.system .bdffhd_contents .sec04_item.-item01 .sec04_item_title img {
    width: clamp(500px, 26.042vw, 150vw);
    height: auto;
  }
  #contents.system .bdffhd_contents .sec04_item.-item01 .sec04_item_text {
    margin-top: 0;
    z-index: 1;
    background: url(/bdffhd/assets/img/system/sec04_frame01@pc.webp) no-repeat center bottom/clamp(500px, 26.042vw, 150vw) auto;
    height: clamp(376px, 19.583vw, 150vw);
    margin: 0 0 0 auto;
    padding: clamp(166px, 8.646vw, 150vw) clamp(50px, 2.604vw, 150vw) 0 clamp(100px, 5.208vw, 150vw);
  }
  #contents.system .bdffhd_contents .sec04_item.-item02 {
    height: clamp(360px, 18.75vw, 150vw);
  }
  #contents.system .bdffhd_contents .sec04_item.-item02 .sec04_item_movie {
    position: absolute;
    right: 0;
    bottom: min(-14px, -0.729vw);
    z-index: 10;
  }
  #contents.system .bdffhd_contents .sec04_item.-item02 .sec04_item_title {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
  }
  #contents.system .bdffhd_contents .sec04_item.-item02 .sec04_item_title img {
    width: clamp(500px, 26.042vw, 150vw);
    height: auto;
  }
  #contents.system .bdffhd_contents .sec04_item.-item02 .sec04_item_text {
    margin-top: 0;
    z-index: 1;
    background: url(/bdffhd/assets/img/system/sec04_frame02@pc.webp) no-repeat center bottom/clamp(463px, 24.115vw, 150vw) auto;
    height: clamp(360px, 18.75vw, 150vw);
    width: clamp(463px, 24.115vw, 150vw);
    margin: 0 auto 0 0;
    padding: clamp(150px, 7.813vw, 150vw) clamp(50px, 2.604vw, 150vw) 0 clamp(60px, 3.125vw, 150vw);
  }
  #contents.system .bdffhd_contents .sec04_item.-chara {
    position: relative;
    padding: clamp(304px, 15.833vw, 150vw) 0 0;
    width: clamp(1200px, 62.5vw, 150vw);
    height: clamp(588px, 30.625vw, 150vw);
    margin-top: min(-50px, -2.604vw);
  }
  #contents.system .bdffhd_contents .sec04_item.-chara .sec04_item_title {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    margin-bottom: 0;
  }
  #contents.system .bdffhd_contents .sec04_item.-chara .sec04_item_title img {
    width: clamp(1100px, 57.292vw, 150vw);
    height: auto;
  }
  #contents.system .bdffhd_contents .sec04_item.-chara .sec04_item_title span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
  }
  #contents.system .bdffhd_contents .sec04_item.-chara .sec04_item_title span::after, #contents.system .bdffhd_contents .sec04_item.-chara .sec04_item_title span::before {
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    background: url(/bdffhd/assets/img/system/sec04_title03_chara@pc.webp) no-repeat left top/clamp(1100px, 57.292vw, 150vw) 100%;
  }
  #contents.system .bdffhd_contents .sec04_item.-chara .sec04_item_title span::before {
    left: 0;
  }
  #contents.system .bdffhd_contents .sec04_item.-chara .sec04_item_title span::after {
    right: 0;
    background-position: right top;
  }
  #contents.system .bdffhd_contents .sec04_item.-chara .sec04_item_slide {
    position: absolute;
    left: 0;
    bottom: min(0px, 0vw);
    z-index: 10;
  }
  #contents.system .bdffhd_contents .sec04_item.-chara .sec04_item_text {
    margin-top: 0;
    background: url(/bdffhd/assets/img/system/sec04_frame03@pc.webp) no-repeat center bottom/clamp(500px, 26.042vw, 150vw) auto;
    height: clamp(205px, 10.677vw, 150vw);
    padding: clamp(33px, 1.719vw, 150vw) clamp(30px, 1.563vw, 150vw) 0;
    margin: 0 0 0 auto;
  }
  #contents.system .bdffhd_contents .sec04_item_slide {
    width: clamp(660px, 34.375vw, 150vw);
    height: clamp(374px, 19.479vw, 150vw);
    margin: 0 0 0 0;
  }
  #contents.system .bdffhd_contents .sec04_item_slide::before {
    width: clamp(660px, 34.375vw, 150vw);
    height: clamp(374px, 19.479vw, 150vw);
  }
  #contents.system .bdffhd_contents .sec04_item_slide_wrap {
    width: clamp(660px, 34.375vw, 150vw);
    height: clamp(374px, 19.479vw, 150vw);
  }
  #contents.system .bdffhd_contents .sec04_item_slide img {
    width: 100%;
    height: auto;
  }
  #contents.system .bdffhd_contents .sec04_item_movie {
    width: clamp(641px, 33.385vw, 150vw);
    height: clamp(362px, 18.854vw, 150vw);
    margin: 0 0 0 0;
  }
  #contents.system .bdffhd_contents .sec04_item_movie::before {
    width: clamp(641px, 33.385vw, 150vw);
    height: clamp(362px, 18.854vw, 150vw);
  }
  #contents.system .bdffhd_contents .sec04_item_movie .video-container {
    width: clamp(641px, 33.385vw, 150vw);
    height: clamp(362px, 18.854vw, 150vw);
  }
  #contents.system .bdffhd_contents .sec04_item_movie img {
    width: 100%;
    height: auto;
  }
  #contents.system .bdffhd_contents .sec04_item_text {
    width: clamp(500px, 26.042vw, 150vw);
    position: relative;
    z-index: 100;
    margin: 0;
  }
  #contents.system .bdffhd_contents .sec04_item_text::before, #contents.system .bdffhd_contents .sec04_item_text::after {
    width: clamp(28px, 1.458vw, 150vw);
    height: clamp(28px, 1.458vw, 150vw);
    display: none;
  }
  #contents.system .bdffhd_contents .sec04_item_text::before {
    left: auto;
    right: clamp(4px, 0.208vw, 150vw);
    transform: rotate(0deg);
    top: clamp(4px, 0.208vw, 150vw);
  }
  #contents.system .bdffhd_contents .sec04_item_text::after {
    right: clamp(4px, 0.208vw, 150vw);
    transform: rotate(90deg);
    top: auto;
    bottom: clamp(4px, 0.208vw, 150vw);
  }
  #contents.system .bdffhd_contents .sec04_item_text_bg {
    padding: clamp(30px, 1.563vw, 150vw) clamp(40px, 2.083vw, 150vw) clamp(30px, 1.563vw, 150vw) clamp(40px, 2.083vw, 150vw);
    border: clamp(2px, 0.104vw, 150vw) solid #3b190c;
    height: clamp(270px, 14.063vw, 150vw);
    align-items: flex-start;
    background: none;
    border: none;
    padding: 0;
  }
  #contents.system .bdffhd_contents .sec04_item_text_bg::before, #contents.system .bdffhd_contents .sec04_item_text_bg::after {
    width: clamp(28px, 1.458vw, 150vw);
    height: clamp(28px, 1.458vw, 150vw);
    display: none;
  }
  #contents.system .bdffhd_contents .sec04_item_text_bg::before {
    left: clamp(3px, 0.156vw, 150vw);
    transform: rotate(-180deg);
    bottom: clamp(4px, 0.208vw, 150vw);
  }
  #contents.system .bdffhd_contents .sec04_item_text_bg::after {
    left: clamp(3px, 0.156vw, 150vw);
    transform: rotate(-90deg);
    top: clamp(4px, 0.208vw, 150vw);
  }
  #contents.system .bdffhd_contents .sec04_item_text p {
    font-size: clamp(17px, 0.885vw, 150vw);
    line-height: 1.882;
  }
  #contents.system .bdffhd_contents .sec05 {
    margin-top: min(-2px, -0.104vw);
    position: relative;
    z-index: 50;
    background-color: #d5ceb9;
  }
  #contents.system .bdffhd_contents .sec05Bg {
    background: none;
    padding: clamp(50px, 2.604vw, 150vw) 0 clamp(0px, 0vw, 150vw);
  }
  #contents.system .bdffhd_contents .sec05Bg::after {
    content: "";
    background: url(/bdffhd/assets/img/system/bg_sec05@pc.webp) no-repeat center bottom/clamp(1920px, 100vw, 150vw) auto;
    width: 100%;
    height: clamp(1485px, 77.344vw, 150vw);
    position: absolute;
    left: 50%;
    top: -16%;
    transform: translate(-50%, 0);
    z-index: 2;
  }
  #contents.system .bdffhd_contents .sec05_title {
    position: relative;
    z-index: 10;
    text-align: center;
    width: clamp(1024px, 53.333vw, 150vw);
    margin: 0 auto;
  }
  #contents.system .bdffhd_contents .sec05_title img {
    height: clamp(84px, 4.375vw, 150vw);
    width: auto;
  }
  #contents.system .bdffhd_contents .sec05_copy {
    margin: clamp(48px, 2.5vw, 150vw) 0 clamp(39px, 2.031vw, 150vw);
    position: relative;
    z-index: 100;
  }
  #contents.system .bdffhd_contents .sec05_copy img {
    width: auto;
    height: clamp(78px, 4.063vw, 150vw);
  }
  #contents.system .bdffhd_contents .sec05_flex {
    width: clamp(1200px, 62.5vw, 150vw);
    justify-content: space-between;
    margin: clamp(45px, 2.344vw, 150vw) auto 0;
  }
  #contents.system .bdffhd_contents .sec05_item {
    width: clamp(1100px, 57.292vw, 150vw);
    margin: 0 auto clamp(71px, 3.698vw, 150vw);
    position: relative;
  }
  #contents.system .bdffhd_contents .sec05_item_title {
    margin-bottom: 0;
  }
  #contents.system .bdffhd_contents .sec05_item.-chara {
    position: relative;
    padding: clamp(304px, 15.833vw, 150vw) 0 0;
    width: clamp(1200px, 62.5vw, 150vw);
    height: clamp(588px, 30.625vw, 150vw);
    margin-top: min(-80px, -4.167vw);
  }
  #contents.system .bdffhd_contents .sec05_item.-chara .sec05_item_title {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    margin-bottom: 0;
  }
  #contents.system .bdffhd_contents .sec05_item.-chara .sec05_item_title img {
    width: clamp(1100px, 57.292vw, 150vw);
    height: auto;
  }
  #contents.system .bdffhd_contents .sec05_item.-chara .sec05_item_title span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
  }
  #contents.system .bdffhd_contents .sec05_item.-chara .sec05_item_title span::after, #contents.system .bdffhd_contents .sec05_item.-chara .sec05_item_title span::before {
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    background: url(/bdffhd/assets/img/system/sec05_title02_chara@pc.webp) no-repeat left top/clamp(1100px, 57.292vw, 150vw) 100%;
  }
  #contents.system .bdffhd_contents .sec05_item.-chara .sec05_item_title span::before {
    left: 0;
  }
  #contents.system .bdffhd_contents .sec05_item.-chara .sec05_item_title span::after {
    right: 0;
    background-position: right top;
  }
  #contents.system .bdffhd_contents .sec05_item.-chara .sec05_item_slide {
    position: absolute;
    right: 0;
    bottom: min(-40px, -2.083vw);
    z-index: 10;
  }
  #contents.system .bdffhd_contents .sec05_item.-chara .sec05_item_text {
    background: url(/bdffhd/assets/img/system/sec04_frame03@pc.webp) no-repeat center bottom/clamp(500px, 26.042vw, 150vw) auto;
    height: clamp(205px, 10.677vw, 150vw);
    padding: clamp(33px, 1.719vw, 150vw) clamp(30px, 1.563vw, 150vw) 0;
    margin: clamp(40px, 2.083vw, 150vw) 0 0 auto;
    position: absolute;
    left: 0;
  }
  #contents.system .bdffhd_contents .sec05_item_slide {
    width: clamp(660px, 34.375vw, 150vw);
    height: clamp(374px, 19.479vw, 150vw);
    margin: 0 0 0 0;
  }
  #contents.system .bdffhd_contents .sec05_item_slide::before {
    width: clamp(660px, 34.375vw, 150vw);
    height: clamp(374px, 19.479vw, 150vw);
  }
  #contents.system .bdffhd_contents .sec05_item_slide_wrap {
    width: clamp(660px, 34.375vw, 150vw);
    height: clamp(374px, 19.479vw, 150vw);
  }
  #contents.system .bdffhd_contents .sec05_item_slide img {
    width: 100%;
    height: auto;
  }
  #contents.system .bdffhd_contents .sec05_item_movie {
    width: clamp(641px, 33.385vw, 150vw);
    height: clamp(362px, 18.854vw, 150vw);
    margin: 0 0 0 0;
  }
  #contents.system .bdffhd_contents .sec05_item_movie::before {
    width: clamp(641px, 33.385vw, 150vw);
    height: clamp(362px, 18.854vw, 150vw);
  }
  #contents.system .bdffhd_contents .sec05_item_movie .video-container {
    width: clamp(641px, 33.385vw, 150vw);
    height: clamp(362px, 18.854vw, 150vw);
  }
  #contents.system .bdffhd_contents .sec05_item_movie img {
    width: 100%;
    height: auto;
  }
  #contents.system .bdffhd_contents .sec05_item_text {
    width: clamp(500px, 26.042vw, 150vw);
    position: relative;
    z-index: 100;
    margin: 0;
  }
  #contents.system .bdffhd_contents .sec05_item_text::before, #contents.system .bdffhd_contents .sec05_item_text::after {
    width: clamp(28px, 1.458vw, 150vw);
    height: clamp(28px, 1.458vw, 150vw);
    display: none;
  }
  #contents.system .bdffhd_contents .sec05_item_text::before {
    left: auto;
    right: clamp(4px, 0.208vw, 150vw);
    transform: rotate(0deg);
    top: clamp(4px, 0.208vw, 150vw);
  }
  #contents.system .bdffhd_contents .sec05_item_text::after {
    right: clamp(4px, 0.208vw, 150vw);
    transform: rotate(90deg);
    top: auto;
    bottom: clamp(4px, 0.208vw, 150vw);
  }
  #contents.system .bdffhd_contents .sec05_item_text_bg {
    padding: clamp(30px, 1.563vw, 150vw) clamp(40px, 2.083vw, 150vw) clamp(30px, 1.563vw, 150vw) clamp(40px, 2.083vw, 150vw);
    border: clamp(2px, 0.104vw, 150vw) solid #3b190c;
    height: clamp(270px, 14.063vw, 150vw);
    align-items: flex-start;
    background: none;
    border: none;
    padding: 0;
  }
  #contents.system .bdffhd_contents .sec05_item_text_bg::before, #contents.system .bdffhd_contents .sec05_item_text_bg::after {
    width: clamp(28px, 1.458vw, 150vw);
    height: clamp(28px, 1.458vw, 150vw);
    display: none;
  }
  #contents.system .bdffhd_contents .sec05_item_text_bg::before {
    left: clamp(3px, 0.156vw, 150vw);
    transform: rotate(-180deg);
    bottom: clamp(4px, 0.208vw, 150vw);
  }
  #contents.system .bdffhd_contents .sec05_item_text_bg::after {
    left: clamp(3px, 0.156vw, 150vw);
    transform: rotate(-90deg);
    top: clamp(4px, 0.208vw, 150vw);
  }
  #contents.system .bdffhd_contents .sec05_item_text p {
    font-size: clamp(17px, 0.885vw, 150vw);
    line-height: 1.882;
  }
  #contents.system .bdffhd_contents .secondClose {
    margin: clamp(0px, 0vw, 150vw) auto 0;
    position: relative;
  }
  #contents.system .bdffhd_contents .secondClose_bg {
    padding: clamp(90px, 4.688vw, 150vw) clamp(0px, 0vw, 150vw) clamp(46px, 2.396vw, 150vw);
  }
}

@media (max-width: 1023px) {
  #contents.system .bdffhd_contents .sec01Head span em img {
    opacity: 0;
    transform: scale(1.12) translate(0vw, 0);
  }
}
@media (min-width: 1024px) {
  #contents.system .bdffhd_contents .sec01Head span em {
    display: block;
    overflow: hidden;
    -webkit-mask-image: url("/bdffhd/assets/img/mask_blur.webp");
    -webkit-mask-mode: alpha;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 0% 300%;
    -webkit-mask-position: center center;
    mask-image: url("/bdffhd/assets/img/mask_blur.webp");
    mask-mode: alpha;
    mask-repeat: no-repeat;
    mask-size: 0% 300%;
    mask-position: center center;
    background-repeat: no-repeat;
  }
  #contents.system .bdffhd_contents .sec01Head span em img {
    transform: translate(0, 0%);
    opacity: 0;
    transform: scale(1.12) translate(0, 0);
  }
  #contents.system .bdffhd_contents .sec01Head span i::before {
    opacity: 0;
    transform: translate(3vw, 0);
  }
  #contents.system .bdffhd_contents .sec01Head span i::after {
    opacity: 0;
    transform: translate(-3vw, 0);
  }
}
#contents.system .bdffhd_contents .sec01Head span::after {
  transform: translate(5vw, 0);
  opacity: 0;
}
#contents.system .bdffhd_contents .sec03_copy {
  z-index: 10;
  opacity: 0;
  transform: scale(1.2);
}
#contents.system .bdffhd_contents .sec03_copy span i::before {
  opacity: 0;
  transform: translate(-6vw, 0);
}
#contents.system .bdffhd_contents .sec03_copy span i::after {
  opacity: 0;
  transform: translate(6vw, 0);
}
@media (min-width: 1024px) {
  #contents.system .bdffhd_contents .sec03_copy span i::before {
    opacity: 0;
    transform: translate(-3vw, 0);
  }
  #contents.system .bdffhd_contents .sec03_copy span i::after {
    opacity: 0;
    transform: translate(3vw, 0);
  }
}
#contents.system .bdffhd_contents .sec03_flex {
  z-index: 120;
  position: relative;
}
#contents.system .bdffhd_contents .sec04_item.-chara {
  z-index: 10;
}
#contents.system .bdffhd_contents .sec04_item.-chara .sec04_item_title i {
  opacity: 0;
  transform: scale(1.2);
  display: block;
}
#contents.system .bdffhd_contents .sec04_item.-chara .sec04_item_title span::before {
  opacity: 0;
  transform: translate(-6vw, 0);
}
#contents.system .bdffhd_contents .sec04_item.-chara .sec04_item_title span::after {
  opacity: 0;
  transform: translate(6vw, 0);
}
@media (min-width: 1024px) {
  #contents.system .bdffhd_contents .sec04_item.-chara .sec04_item_title span::before {
    opacity: 0;
    transform: translate(-3vw, 0);
  }
  #contents.system .bdffhd_contents .sec04_item.-chara .sec04_item_title span::after {
    opacity: 0;
    transform: translate(3vw, 0);
  }
}
#contents.system .bdffhd_contents .sec04_item.-chara .sec04_item_slide,
#contents.system .bdffhd_contents .sec04_item.-chara .sec04_item_text {
  transform: translate(0, 5vw);
  opacity: 0;
}
@media (min-width: 1024px) {
  #contents.system .bdffhd_contents .sec04_item.-chara .sec04_item_slide,
  #contents.system .bdffhd_contents .sec04_item.-chara .sec04_item_text {
    transform: translate(0, 2vw);
    opacity: 0;
  }
}
@media (min-width: 1024px) {
  #contents.system .bdffhd_contents .sec04_flex {
    position: relative;
    z-index: 1000;
  }
}
#contents.system .bdffhd_contents .sec05_item.-chara {
  z-index: 10;
}
#contents.system .bdffhd_contents .sec05_item.-chara .sec05_item_title i {
  opacity: 0;
  transform: scale(1.2);
  display: block;
}
#contents.system .bdffhd_contents .sec05_item.-chara .sec05_item_title span::before {
  opacity: 0;
  transform: translate(-6vw, 0);
}
#contents.system .bdffhd_contents .sec05_item.-chara .sec05_item_title span::after {
  opacity: 0;
  transform: translate(6vw, 0);
}
@media (min-width: 1024px) {
  #contents.system .bdffhd_contents .sec05_item.-chara .sec05_item_title span::before {
    opacity: 0;
    transform: translate(-3vw, 0);
  }
  #contents.system .bdffhd_contents .sec05_item.-chara .sec05_item_title span::after {
    opacity: 0;
    transform: translate(3vw, 0);
  }
}
#contents.system .bdffhd_contents .sec05_item.-chara .sec05_item_slide,
#contents.system .bdffhd_contents .sec05_item.-chara .sec05_item_text {
  transform: translate(0, 5vw);
  opacity: 0;
}
@media (min-width: 1024px) {
  #contents.system .bdffhd_contents .sec05_item.-chara .sec05_item_slide,
  #contents.system .bdffhd_contents .sec05_item.-chara .sec05_item_text {
    transform: translate(0, 2vw);
    opacity: 0;
  }
}
@media (min-width: 1024px) {
  #contents.system .bdffhd_contents .sec05_flex {
    position: relative;
    z-index: 1000;
  }
}

.animStart.windowloaded #contents.system .bdffhd_contents .sec01Head span em img {
  transform: translate(0, 0%);
  opacity: 1;
  transition: 1.2s 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (min-width: 1024px) {
  .animStart.windowloaded #contents.system .bdffhd_contents .sec01Head span em {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
    -webkit-mask-size: 200% 300%;
            mask-size: 200% 300%;
    transition: opacity 1.2s 0s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 2.4s 0s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 1s 0s cubic-bezier(0.25, 0.46, 0.45, 0.94), 3.2s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .animStart.windowloaded #contents.system .bdffhd_contents .sec01Head span em img {
    transform: translate(0, 0%);
    transition: 0.9s 0s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 1;
  }
}
.animStart.windowloaded #contents.system .bdffhd_contents .sec01Head span::before {
  transform: scale(1) translate(0, 0);
  opacity: 1;
  transition: transform 1.2s 0s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1s 0s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.animStart.windowloaded #contents.system .bdffhd_contents .sec01Head span::after {
  transform: scale(1) translate(0, 0);
  opacity: 1;
  transition: transform 0.8s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.6s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (min-width: 1024px) {
  .animStart.windowloaded #contents.system .bdffhd_contents .sec01Head span i::before,
  .animStart.windowloaded #contents.system .bdffhd_contents .sec01Head span i::after {
    transform: scale(1) translate(0, 0);
    opacity: 1;
    transition: transform 0.8s 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.6s 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}
.animStart.windowloaded #contents.system .bdffhd_contents .sec03_copy.animated {
  transform: scale(1) translate(0, 0);
  opacity: 1;
  transition: transform 1.2s 0s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.6s 0s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.animStart.windowloaded #contents.system .bdffhd_contents .sec03_copy.animated span i::before,
.animStart.windowloaded #contents.system .bdffhd_contents .sec03_copy.animated span i::after {
  transform: scale(1) translate(0, 0);
  opacity: 1;
  transition: transform 0.6s 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.6s 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.animStart.windowloaded #contents.system .bdffhd_contents .sec04_item.-chara.animated .sec04_item_title i {
  opacity: 1;
  transform: scale(1);
  transition: transform 1.2s 0s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.6s 0s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.animStart.windowloaded #contents.system .bdffhd_contents .sec04_item.-chara.animated .sec04_item_title span::before,
.animStart.windowloaded #contents.system .bdffhd_contents .sec04_item.-chara.animated .sec04_item_title span::after {
  transform: scale(1) translate(0, 0);
  opacity: 1;
  transition: transform 0.6s 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.6s 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.animStart.windowloaded #contents.system .bdffhd_contents .sec04_item.-chara.animated .sec04_item_slide,
.animStart.windowloaded #contents.system .bdffhd_contents .sec04_item.-chara.animated .sec04_item_text {
  transform: scale(1) translate(0, 0);
  opacity: 1;
  transition: transform 1.2s 0s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1s 0s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (min-width: 1024px) {
  .animStart.windowloaded #contents.system .bdffhd_contents .sec04_item.-chara.animated .sec04_item_slide,
  .animStart.windowloaded #contents.system .bdffhd_contents .sec04_item.-chara.animated .sec04_item_text {
    transform: scale(1) translate(0, 0);
    opacity: 1;
    transition: transform 0.8s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.8s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}
.animStart.windowloaded #contents.system .bdffhd_contents .sec05_item.-chara.animated .sec05_item_title i {
  opacity: 1;
  transform: scale(1);
  transition: transform 1.2s 0s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.6s 0s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.animStart.windowloaded #contents.system .bdffhd_contents .sec05_item.-chara.animated .sec05_item_title span::before,
.animStart.windowloaded #contents.system .bdffhd_contents .sec05_item.-chara.animated .sec05_item_title span::after {
  transform: scale(1) translate(0, 0);
  opacity: 1;
  transition: transform 0.6s 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.6s 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.animStart.windowloaded #contents.system .bdffhd_contents .sec05_item.-chara.animated .sec05_item_slide,
.animStart.windowloaded #contents.system .bdffhd_contents .sec05_item.-chara.animated .sec05_item_text {
  transform: scale(1) translate(0, 0);
  opacity: 1;
  transition: transform 1.2s 0s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1s 0s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (min-width: 1024px) {
  .animStart.windowloaded #contents.system .bdffhd_contents .sec05_item.-chara.animated .sec05_item_slide,
  .animStart.windowloaded #contents.system .bdffhd_contents .sec05_item.-chara.animated .sec05_item_text {
    transform: scale(1) translate(0, 0);
    opacity: 1;
    transition: transform 0.8s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.8s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}
.animStart.windowloaded #contents.system .bdffhd_contents .sec01Copy span {
  opacity: 1;
  transform: scale(1);
  -webkit-mask-size: 150% 300%;
          mask-size: 150% 300%;
  transition: opacity 1.2s 0s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 1.5s 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.8s 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94), 1.8s 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (min-width: 1024px) {
  .animStart.windowloaded #contents.system .bdffhd_contents .sec01Text.animated {
    opacity: 1;
    filter: blur(0);
    transition: 1s 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .animStart.windowloaded #contents.system .bdffhd_contents .sec01Note.animated {
    opacity: 1;
    filter: blur(0);
    transition: 1s 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .animStart.windowloaded #contents.system .bdffhd_contents .sec01 .bdffhd_btn.animated {
    opacity: 1;
    filter: blur(0);
    transition: 1s 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}
.animStart.windowloaded #contents.system .bdffhd_contents .sec02Head.animated .sec02Copy span,
.animStart.windowloaded #contents.system .bdffhd_contents .sec02Head.animated .sec02Copy span i {
  opacity: 1;
  transform: scale(1);
  -webkit-mask-size: 150% 300%;
          mask-size: 150% 300%;
  transition: opacity 1.2s 0s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 1.5s 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.8s 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94), 1.8s 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.animStart.windowloaded #contents.system .bdffhd_contents .sec02Head.animated .sec02Chara span {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 1.2s 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 1.2s 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.animStart.windowloaded #contents.system .bdffhd_contents .sec02Head.animated .sec02Chara span ~ span {
  transform: translate(0, 0);
}
@media (min-width: 1024px) {
  .animStart.windowloaded #contents.system .bdffhd_contents .sec02PcWrap.animated .sec02Text span {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
    transition: transform 1.2s 0.7s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1.2s 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-mask-size: 220% 100%;
            mask-size: 220% 100%;
  }
}
.animStart.windowloaded #contents.system .bdffhd_contents .sec03Chara.animated {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 1.2s 0s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 1.2s 0s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.animStart.windowloaded #contents.system .bdffhd_contents .sec04pcAnim.animated {
  opacity: 1;
  filter: blur(0);
  transition: 1s 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.animStart.windowloaded #contents.system .bdffhd_contents .sec05pcAnim.animated {
  opacity: 1;
  filter: blur(0);
  transition: 1s 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}/*# sourceMappingURL=system.css.map */