@charset "utf-8";
/* CSS Document */

/* ==============================
  ・ 004 発売延期関連
================================= */
.sec-main-img .boxInfo {
  position: absolute;
  bottom: 32%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 1;
  z-index: 10;
}
#page-004 .sec-main-img .boxInfo {
  bottom: 33%;
}
.sec-main-img .boxInfo a {
  cursor: pointer;
  padding-bottom: 2px;
  border-bottom: 1px solid #fff;
}
.sec-main-img .boxInfo a:hover {
  border-bottom: 1px solid rgba(199,0,18,1.00);
}
/*  modal */
.modalInfo004 {
  z-index: 11111;
}
.sec-main-img .modal-content,
.modalInfo004 .modal-content {
  width: 90% ;
  height: 87vh;
  margin: 0 ;
  margin: 3% auto;
  position: fixed ;
  display: none ;
  z-index: 999999 ;
  background: #fff;
  padding: 6%;
  box-sizing: border-box;
  overflow: auto;
}
.sec-main-img .modal-content h2,
.modalInfo004 .modal-content h2 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.75;
  margin-bottom: 1em;
}
.sec-main-img .modal-content p,
.modalInfo004 .modal-content p {
  font-size: 21px;
  line-height: 1.75;
  margin-bottom: 1em;
}