@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&display=swap);
@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

body {
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
  width: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 20px;
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ";
  }
}

* {
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
*::after, *::before {
  box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

a[href^="tel:"] {
  pointer-events: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}
i,
em,
strong,
address {
  font-style: normal;
}

input {
  font-family: inherit;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
}

button {
  background-color: inherit;
  padding: 0;
  bottom: 0;
  margin: 0;
  border: none;
}

.ly_container {
  max-width: 860px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: block;
}
@media (max-width: 999px) {
  .ly_container {
    padding-left: 10.6666666667vw;
    padding-right: 10.6666666667vw;
  }
}

.ly_contents {
  position: relative;
  z-index: 3;
}

.ly_footer {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  height: min(10vw, 140px);
}
@media (max-width: 999px) {
  .ly_footer {
    height: 18.6666666667vw;
  }
}
.ly_footer small {
  display: block;
  width: min(39.5vw, 553px);
}
@media (max-width: 999px) {
  .ly_footer small {
    width: 73.8666666667vw;
  }
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.ly_header {
  position: absolute;
  top: 0;
  left: 0;
}
.ly_header p {
  padding: 14px;
}
.ly_header p picture {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 999px) {
  .ly_header p {
    padding: 2.6666666667vw;
  }
  .ly_header p img {
    width: 24.9333333333vw;
  }
}

.ly_main {
  position: relative;
  overflow: hidden;
}

.ly_wrap {
  position: relative;
  height: 100%;
}
@media (max-width: 999px) {
  .ly_wrap {
    overflow: hidden;
  }
}

.bl_about_wrap {
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #000;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 37.4285714286vw;
}
@media (max-width: 999px) {
  .bl_about_wrap {
    height: auto;
    padding-top: 14.9333333333vw;
    padding-bottom: 18.6666666667vw;
  }
}
.bl_about_wrap.lazyloaded {
  background-image: url(https://titleimg.spike-chunsoft.co.jp/www.danganronpa.com/happy/assets/images/about_bg.png);
}
@media (max-width: 999px) {
  .bl_about_wrap.lazyloaded {
    background-image: url(https://titleimg.spike-chunsoft.co.jp/www.danganronpa.com/happy/assets/images/sp/about_bg.png);
  }
}
.bl_about_text {
  position: relative;
  z-index: 2;
  font-weight: 700;
  margin: 0 auto;
  width: 100%;
  padding-top: min(2vw, 28px);
}
@media (max-width: 999px) {
  .bl_about_text {
    padding-top: 5.3333333333vw;
  }
}
.bl_about_text p {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: min(2.2857142857vw, 32px);
  text-shadow: 2.5px 2.5px 0 #000, -2.5px 2.5px 0 #000, 2.5px -2.5px 0 #000, -2.5px -2.5px 0 #000;
  line-height: 1.875;
}
@media (max-width: 999px) {
  .bl_about_text p {
    font-size: 4.2666666667vw;
    text-shadow: 1.25px 1.25px 0 #000, -1.25px 1.25px 0 #000, 1.25px -1.25px 0 #000, -1.25px -1.25px 0 #000;
  }
}
.bl_about_text p span {
  color: #fff;
}
.bl_about_text p em {
  color: #00b5ff;
}
.bl_about_bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  height: 100%;
}
.bl_about_bg_wrap {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  opacity: 0.2;
}
.bl_about_bg_item {
  display: block;
  width: 33.3333333333%;
  height: min(18.7142857143vw, 262px);
}
.bl_about_bg span {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.bl_about_bg span picture,
.bl_about_bg span img {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.bl_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99;
  top: 0;
  left: 0;
  display: none;
}
.bl_modal_wrap {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bl_modal_mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  top: 0;
  left: 0;
  cursor: pointer;
}
.bl_modal_contents {
  max-width: 700px;
  width: 100%;
  height: 400px;
  position: relative;
  z-index: 2;
}
@media (max-width: 999px) {
  .bl_modal_contents {
    max-width: 93.3333333333vw;
    height: 53.3333333333vw;
  }
}
.bl_modal_yt {
  width: 100%;
  height: 100%;
  position: relative;
}
.bl_modal_yt iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

.bl_mv {
  width: 100%;
  height: 900px;
  z-index: 2;
  overflow: hidden;
  background-image: url(https://titleimg.spike-chunsoft.co.jp/www.danganronpa.com/happy/assets/images/mv_bgcolor.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 999px) {
  .bl_mv {
    height: 153.6vw;
    background-image: url(https://titleimg.spike-chunsoft.co.jp/www.danganronpa.com/happy/assets/images/sp/mv_bgcolor.png);
  }
}
.bl_mv_wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.bl_mv_item {
  position: absolute;
  width: 1400px;
  height: 900px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}
@media (max-width: 999px) {
  .bl_mv_item {
    width: 100%;
    height: 100%;
  }
}
.bl_mv_item-ttl {
  z-index: 4;
  width: 768px;
  height: 208px;
  top: 568px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 999px) {
  .bl_mv_item-ttl {
    width: 89.6vw;
    height: 23.8666666667vw;
    top: 76vw;
  }
}
.bl_mv_item-bg {
  z-index: 1;
}
.bl_mv_item-effect {
  z-index: 3;
}
.bl_mv_item-chara {
  z-index: 2;
}
.bl_mv_item span {
  display: block;
  width: 100%;
  height: 100%;
}
.bl_mv_item span img,
.bl_mv_item span picture {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.bl_mv_video {
  position: absolute;
  z-index: 5;
  top: 100px;
  left: 100px;
}
@media (max-width: 999px) {
  .bl_mv_video {
    top: 116vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.bl_mv_video_item {
  opacity: 0;
  width: min(20.7142857143vw, 290px);
}
@media (max-width: 999px) {
  .bl_mv_video_item {
    width: 66.1333333333vw;
    margin-right: 2.6666666667vw;
  }
}
.bl_mv_video_item a {
  cursor: pointer;
  transition: cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s opacity;
}
@media (min-width: 1000px) {
  .bl_mv_video_item a:hover {
    opacity: 0.7;
  }
}

.bl_spec {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.bl_spec.lazyloaded {
  background-image: url(https://titleimg.spike-chunsoft.co.jp/www.danganronpa.com/happy/assets/images/spec_bg.jpg);
}
@media (max-width: 999px) {
  .bl_spec.lazyloaded {
    background-image: url(https://titleimg.spike-chunsoft.co.jp/www.danganronpa.com/happy/assets/images/sp/spec_bg.jpg);
  }
}
.bl_spec_wrap {
  height: 44.5714285714vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 999px) {
  .bl_spec_wrap {
    height: auto;
    padding-top: 14.9333333333vw;
    padding-bottom: 11.2vw;
  }
}
.bl_spec_text {
  font-size: min(1.4285714286vw, 20px);
  line-height: 2;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
  padding-top: min(1.7857142857vw, 25px);
}
@media (max-width: 999px) {
  .bl_spec_text {
    font-size: 2.9333333333vw;
    padding-top: 4.8vw;
  }
}
.bl_spec dl {
  display: flex;
  flex-direction: column;
}
.bl_spec dl div {
  display: flex;
}
.bl_spec dl dt {
  width: 8em;
}
.bl_spec dl dd {
  flex: 1;
  text-indent: -1em;
  margin-left: 1em;
}
.bl_ttl {
  position: relative;
  padding-bottom: min(0.5714285714vw, 8px);
  z-index: 4;
  width: 100%;
}
@media (max-width: 999px) {
  .bl_ttl {
    padding-bottom: 1.0666666667vw;
  }
}
.bl_ttl_line {
  position: absolute;
  display: block;
  background-color: #00b5ff;
  border-radius: min(0.1428571429vw, 2px);
  left: 0;
  bottom: 0;
  height: min(0.2857142857vw, 4px);
  width: 100%;
}
@media (max-width: 999px) {
  .bl_ttl_line {
    border-radius: 0.2666666667vw;
    height: 0.5333333333vw;
  }
}
.bl_ttl_deco {
  position: absolute;
  width: min(6.7857142857vw, 95px);
  height: min(4.6428571429vw, 65px);
  top: min(-1.2857142857vw, -18px);
  left: min(-2.6428571429vw, -37px);
}
@media (max-width: 999px) {
  .bl_ttl_deco {
    width: 12.8vw;
    height: 8.8vw;
    top: -2.4vw;
    left: -5.3333333333vw;
  }
}
.bl_ttl_deco span {
  display: block;
}
.bl_ttl_text {
  padding-left: min(0.2857142857vw, 4px);
  position: relative;
  overflow: hidden;
}
@media (max-width: 999px) {
  .bl_ttl_text {
    padding-left: 0.8vw;
  }
}
.bl_ttl_text span {
  display: block;
}
.bl_ttl_text-about span {
  width: min(16vw, 224px);
}
@media (max-width: 999px) {
  .bl_ttl_text-about span {
    width: 29.8666666667vw;
  }
}
.bl_ttl_text-spec span {
  width: min(11.6428571429vw, 163px);
}
@media (max-width: 999px) {
  .bl_ttl_text-spec span {
    width: 21.8666666667vw;
  }
}

.hp_db {
  display: block;
}

.hp_db-pc {
  display: block;
}
@media (max-width: 999px) {
  .hp_db-pc {
    display: none;
  }
}

.hp_db-sp {
  display: none;
}
@media (max-width: 999px) {
  .hp_db-sp {
    display: block;
  }
}

.hp_dib-db {
  display: inline-block;
}
@media (max-width: 999px) {
  .hp_dib-db {
    display: block;
  }
}

@media (max-width: 999px) {
  .hp_dn-sp {
    display: none !important;
  }
}

@media (min-width: 1001px) {
  .hp_dn-pc {
    display: none !important;
  }
}

.hp_dn-di {
  display: none;
}
@media (max-width: 999px) {
  .hp_dn-di {
    display: inline;
  }
}

.hp_dib {
  display: inline-block;
}

.hp_dib-pc {
  display: inline-block;
}
@media (max-width: 999px) {
  .hp_dib-pc {
    display: none;
  }
}

.hp_dib-sp {
  display: none;
}
@media (max-width: 999px) {
  .hp_dib-sp {
    display: inline-block;
  }
}

.hp_db-dib {
  display: block;
}
@media (max-width: 999px) {
  .hp_db-dib {
    display: inline-block;
  }
}

.hp_db-di {
  display: block;
}
@media (max-width: 999px) {
  .hp_db-di {
    display: inline;
  }
}

.hp_dib-di {
  display: inline-block;
}
@media (max-width: 999px) {
  .hp_dib-di {
    display: inline;
  }
}

.hp_dib-db {
  display: inline-block;
}
@media (max-width: 999px) {
  .hp_dib-db {
    display: block;
  }
}

.hp_di {
  display: inline;
}

.hp_di-pc {
  display: inline;
}
@media (max-width: 999px) {
  .hp_di-pc {
    display: none;
  }
}

.hp_di-sp {
  display: none;
}
@media (max-width: 999px) {
  .hp_di-sp {
    display: inline;
  }
}

.hp_df {
  display: flex;
}

.hp_df-pc {
  display: flex;
}
@media (max-width: 999px) {
  .hp_df-pc {
    display: none;
  }
}

.hp_df-sp {
  display: none;
}
@media (max-width: 999px) {
  .hp_df-sp {
    display: flex;
  }
}

.hp_dif {
  display: inline-flex;
}

.hp_dif-pc {
  display: inline-flex;
}
@media (max-width: 999px) {
  .hp_dif-pc {
    display: none;
  }
}

.hp_dif-sp {
  display: none;
}
@media (max-width: 999px) {
  .hp_dif-sp {
    display: inline-flex;
  }
}

.hp_font-mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.hp_indent {
  text-indent: -1em;
  margin-left: 1em;
}

.hp_op0 {
  opacity: 0;
}

.hp_tar {
  text-align: right;
}

.hp_tac {
  text-align: center;
}

.hp_tal {
  text-align: left;
}

.hp_tac-tal {
  text-align: center;
}
@media (max-width: 999px) {
  .hp_tac-tal {
    text-align: left;
  }
}
