@charset "UTF-8";
@import url(./reset.css);

html {
  font-size: 62.5%;
  font-feature-settings: "palt";
}

body {
  margin: 0 auto;
  background-color: #fff;
  color: #484848;
  word-wrap: break-word;
  letter-spacing: 0.1em;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS　Pゴシック", "MS PGothic", Verdana, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a:link,
a:visited,
a:hover,
a:active {
  color: #555;
  text-decoration: none;
}

body {
  background-color: #000000;
}

@media screen and (max-width: 750px) {
  body {
    overflow-x: hidden;
  }
}

@media screen and (max-width: 750px) {
  img {
    width: 100%;
  }
}

::selection {
  background: #ff1f00;
}

.first {
  margin: 0 auto;
  min-width: 1000px;
  height: 960px;
}

@media screen and (max-width: 750px) {
  .first {
    min-width: unset;
    height: 0;
  }
}

.first--noise {
  position: relative;
  top: 0;
  z-index: 1;
  margin: 0 0 -980px;
  height: 980px;
  background-image: url(https://titleimg.spike-chunsoft.co.jp/www.danganronpa.com/sp/en/assets/images/shared/noise.gif);
  background-size: 500px;
  opacity: 0.3;
}

.first--fade {
  position: relative;
  z-index: 1;
  margin-top: -310px;
  width: 100%;
  height: 310px;
  background-image: url(https://titleimg.spike-chunsoft.co.jp/www.danganronpa.com/sp/en/assets/images/shared/bg-grad.png);
}

.first--monokuma {
  position: relative;
  z-index: -1;
  margin-bottom: -960px;
  min-width: 1000px;
  height: 960px;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .first--monokuma {
    min-width: unset;
  }
}

.first--monokuma__bg,
.first--monokuma__bg01,
.first--monokuma__bg02,
.first--monokuma__bg03 {
  height: 1000px;
  background-position: center 0;
  background-repeat: no-repeat;
}

@media screen and (max-width: 750px) {

  .first--monokuma__bg,
  .first--monokuma__bg01,
  .first--monokuma__bg02,
  .first--monokuma__bg03 {
    width: 100vw;
    background-size: 200vw;
  }
}

.first--monokuma__bg01 {
  background-image: url(https://titleimg.spike-chunsoft.co.jp/www.danganronpa.com/sp/en/assets/images/shared/bg-monokuma01.png), url(https://titleimg.spike-chunsoft.co.jp/www.danganronpa.com/sp/en/assets/images/shared/bg-monokuma01.png);
}

.first--monokuma__bg02 {
  background-image: url(https://titleimg.spike-chunsoft.co.jp/www.danganronpa.com/sp/en/assets/images/shared/bg-monokuma02.png);
}

.first--monokuma__bg03 {
  background-image: url(https://titleimg.spike-chunsoft.co.jp/www.danganronpa.com/sp/en/assets/images/shared/bg-monokuma03.png);
}

.first--logo {
  position: relative;
  z-index: 100;
  display: inline-block;
  padding: 22px 0 0 18px;
  position: absolute;
}

@media screen and (max-width: 750px) {
  .first--logo {
    padding: 4vw;
    width: 42.66667vw;
  }
}

.first--v3ban {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}

@media screen and (max-width: 750px) {
  .first--v3ban {
    width: 181px;
  }
}


.first--chara {
  /* margin-top: 6px; */
  text-align: center;
  min-width: 1000px;
}

.first--chara img {
  max-width: 100%;
}

.first--chara-pc {
  display: block;
}

.first--chara-sp {
  display: none;
}

@media screen and (max-width: 750px) {
  .first--chara-pc {
    display: none;
  }

  .first--chara-sp {
    min-width: 100%;
    display: block;
  }
}

@media screen and (max-width: 750px) {
  .first--chara {
    position: absolute;
    top: 0px;
    width: 100%;
  }
}

.main {
  position: relative;
  display: block;
  margin: -520px auto 0;
  /* padding: 0 20px;
  width: 1000px; */
  text-align: center;
}

.container {
  width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .main {
    /* margin-top: -740px; */
    margin-top: 76.6vw;
    padding: 0;
    width: 100%;
  }

  .container {
    width: 100%;
    padding: 0;
  }
}

.titles {
  display: flex;
  position: relative;
  width: 1000px;
  margin: 0 auto 55px;
  justify-content: center;
  /* width: 100%; */
}

.titles::after {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(https://titleimg.spike-chunsoft.co.jp/www.danganronpa.com/sp/en/assets/images/shared/title_bg.png);
  position: absolute;
  width: 800px;
  height: 176px;
  bottom: 0;
  left: 30px;
  right: 0;
  margin: auto;
}

.titles img {
  max-width: 100%;
}

@media screen and (max-width: 750px) {
  .titles {
    margin-bottom: 20px;
    flex-direction: column;
    width: 100%;
  }

  .titles::after {
    width: 100%;
    background-image: url(https://titleimg.spike-chunsoft.co.jp/www.danganronpa.com/sp/en/assets/images/shared/title_bg_sp.png);
    bottom: auto;
    top: 0;
    height: auto;
    left: 0;
    right: 0;
    /* padding-bottom: 42.133%; */
    height: 158px;
    display: none;
  }
}

.title {
  display: flex;
  flex-direction: column;
  /* width: calc(50% - 25px); */
  /* width: 32%; */
  margin: 0 15px;
  width: 33.3333%;
  max-width: 326px;
  position: relative;
  z-index: 2;
}

.title h1 {
  margin-bottom: 20px;
}

@media screen and (max-width: 750px) {
  .title {
    flex-direction: column;
    padding: 0 4vw;
    width: 100%;
    max-width: none;
    margin: 0 0 2.8vw;
  }

  .title h1 {
    margin-bottom: 0;
  }

  .title:nth-child(1) {
    order: 2;
  }

  .title:nth-child(3) {
    order: 3;
  }

  .title:nth-child(2) {
    order: 1;
    position: relative;
    overflow: hidden;
    padding: 3vw 4vw 3vw;
  }

  .title:nth-child(2) h1 {
    width: 78.1vw;
    margin: 0 auto;

  }


  .title:nth-child(2)::after {
    content: "";
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(https://titleimg.spike-chunsoft.co.jp/www.danganronpa.com/sp/en/assets/images/shared/title_bg_sp.png);
    position: absolute;
    width: 100%;
    height: 42.1333vw;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
  }

  .title:last-child {
    margin-bottom: 0;
  }
}

.title--btn {
  display: flex;
  justify-content: space-between;
  /* margin-top: 22px; */
  margin-top: auto;
}

.title--btn a {
  width: calc(50% - 4.5px);
}

@media screen and (max-width: 750px) {
  .title--btn {
    flex-direction: row;
    margin-top: 5.86667vw;
  }

  .title:nth-child(2) .title--btn {
    margin-top: 4vw;
  }

  .title--btn>a {
    width: 100%;
  }

  .title--btn>a:first-child {
    margin-right: 2.93333vw;
  }
}

.pv {
  text-align: left;
}

.pv+.pv {
  margin-top: 4.5vw;
}

@media screen and (max-width: 750px) {
  .pv {
    padding: 0 4vw;
  }

  .pv+.pv {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}

.pv--movie {
  margin-bottom: 34px;
  width: 950px;
  height: 533px;
  border: 1px solid #ff1f00;
  box-shadow: 20px 20px rgba(255, 30, 0, 0.7);
  text-align: left;
}

@media screen and (max-width: 750px) {
  .pv--movie {
    width: 90.26667vw;
    height: 50.66667vw;
    box-shadow: 5px 5px rgba(255, 30, 0, 0.7);
    margin-bottom: 0;
  }
}

.explanation {
  position: relative;
  margin-bottom: -330px;
}

@media screen and (max-width: 750px) {
  .explanation {
    margin-bottom: -60vw;
    width: 100%;
  }
}

.explanation--bg,
.explanation--bg__01,
.explanation--bg__02,
.explanation--bg__03 {
  position: relative;
  margin-top: 20px;
  margin-left: -50px;
  background-size: cover;
  text-align: center;
}

@media screen and (max-width: 750px) {

  .explanation--bg,
  .explanation--bg__01,
  .explanation--bg__02,
  .explanation--bg__03 {
    margin: 0;
    padding: 0 4vw;
    width: 100%;
    background-position: center 0;
    background-size: 150vw;
    background-repeat: no-repeat;
  }
}

.explanation--bg__01 {
  z-index: 2;
  height: 900px;
  background-image: url(https://titleimg.spike-chunsoft.co.jp/www.danganronpa.com/sp/en/assets/images/shared/bg-01.png);
}

@media screen and (max-width: 750px) {
  .explanation--bg__01 {
    height: 140vw;
  }
}

.explanation--bg__02 {
  top: -110px;
  z-index: 4;
  height: 810px;
  background-image: url(https://titleimg.spike-chunsoft.co.jp/www.danganronpa.com/sp/en/assets/images/shared/bg-02.png);
}

@media screen and (max-width: 750px) {
  .explanation--bg__02 {
    height: 126.66667vw;
  }
}

.explanation--bg__03 {
  top: -210px;
  z-index: 5;
  margin-left: -80px;
  height: 1000px;
  background-image: url(https://titleimg.spike-chunsoft.co.jp/www.danganronpa.com/sp/en/assets/images/shared/bg-03.png);
}

@media screen and (max-width: 750px) {
  .explanation--bg__03 {
    margin-left: 0;
    height: 133.33333vw;
  }
}

.explanation--monokuma,
.explanation--monokuma__01,
.explanation--monokuma__02,
.explanation--monokuma__03 {
  position: absolute;
}

.explanation--monokuma__01 {
  top: -20px;
  left: 105px;
  z-index: 1;
}

@media screen and (max-width: 750px) {
  .explanation--monokuma__01 {
    top: -10px;
    left: 0;
    width: 40vw;
  }
}

.explanation--monokuma__02 {
  top: 760px;
  left: 155px;
  z-index: 3;
}

@media screen and (max-width: 750px) {
  .explanation--monokuma__02 {
    top: 106.66667vw;
    left: 20px;
    width: 40vw;
  }
}

.explanation--monokuma__03 {
  top: 1500px;
  left: 115px;
  z-index: 5;
}

@media screen and (max-width: 750px) {
  .explanation--monokuma__03 {
    top: 206.66667vw;
    left: 1.33333vw;
    width: 40vw;
  }
}

.explanation--inner {
  position: relative;
  top: 145px;
  left: 20px;
  display: inline-block;
  width: 690px;
}

@media screen and (max-width: 750px) {
  .explanation--inner {
    top: 22vw;
    left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .explanation--img {
    width: 100%;
  }

  .explanation--img>img {
    width: 100%;
  }
}

.explanation--text {
  margin-top: 20px;
  color: #fff;
  text-align: left;
  text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 3.4rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.3;
  -webkit-filter: drop-shadow(0 5px 0 rgba(0, 0, 0, 0.8));
  -ms-filter: drop-shadow(0 5px 0 rgba(0, 0, 0, 0.8));
  filter: drop-shadow(0 5px 0 rgba(0, 0, 0, 0.8));
  -moz-filter: drop-shadow(0 5px 0 rgba(0, 0, 0, 0.8));
}

@media screen and (max-width: 750px) {
  .explanation--text {
    font-size: 4.53333vw;
  }
}

.explanation--text__color {
  color: #ffea00;
}

.explanation--text__size {
  font-size: 2.4rem;
}

@media screen and (max-width: 750px) {
  .explanation--text__size {
    font-size: 3.2vw;
  }
}

.story {
  margin-bottom: -220px;
  padding-top: 140px;
  min-width: 1000px;
  height: 3756px;
  background-image: url(https://titleimg.spike-chunsoft.co.jp/www.danganronpa.com/sp/en/assets/images/shared/bg-story1-3.png);
  background-position: center 0;
  background-repeat: no-repeat;
}

@media screen and (max-width: 750px) {
  .story {
    margin-bottom: -29.33333vw;
    padding-top: 7.16667vw;
    min-width: unset;
    height: auto;
    background-size: 135vw;
  }
}

.story--wrapper {
  margin: 0 auto;
  width: 690px;
}

@media screen and (max-width: 750px) {
  .story--wrapper {
    padding: 0 4vw;
    width: 100%;
  }
}

.story--title {
  margin-bottom: 52px;
  padding: 10px;
  background-image: url(https://titleimg.spike-chunsoft.co.jp/www.danganronpa.com/sp/en/assets/images/shared/bg-story-title.png);
  color: #fff;
  text-align: center;
  text-shadow: 1.5px 1.5px 0 #000, -1.5px 1.5px 0 #000, 1.5px -1.5px 0 #000, -1.5px -1.5px 0 #000;
  letter-spacing: normal;
  font-weight: bold;
  font-size: 3.4rem;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 750px) {
  .story--title {
    margin-bottom: 4.03333vw;
    padding: 1.33333vw 0 1.86667vw;
    font-size: 4.53333vw;
  }
}

.story--title-02 {
  margin-top: 200px;
}

@media screen and (max-width: 750px) {
  .story--title-02 {
    margin-top: 37vw;
  }
}


.story--text {
  margin-bottom: 24px;
  color: #fff;
  text-shadow: 1.5px 1.5px 0 #000, -1.5px 1.5px 0 #000, 1.5px -1.5px 0 #000, -1.5px -1.5px 0 #000;
  letter-spacing: 0.02em;
  font-weight: bold;
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
}


@media screen and (max-width: 750px) {
  .story--text {
    margin-bottom: 3.2vw;
    font-size: 2.66667vw;
  }
}


.story--title-03 {
  /* font-size: 28px; */
  margin-top: 260px;
}

@media screen and (max-width: 750px) {
  .story--title-03 {
    margin-top: 68vw;
    /* font-size: 3.8vw; */
  }
}


.story--text:last-of-type {
  margin-bottom: 380px;
}

@media screen and (max-width: 750px) {
  .story--text:last-of-type {
    margin-bottom: 31vw;
  }
}

.story--school {
  padding: 30px;
  height: 333px;
  background-image: url(https://titleimg.spike-chunsoft.co.jp/www.danganronpa.com/sp/en/assets/images/shared/bg-school.png);
  background-repeat: no-repeat;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .story--school {
    padding: 4vw;
    background-size: contain;
  }
}

.story--school__name {
  margin-bottom: 20px;
}

@media screen and (max-width: 750px) {
  .story--school__name {
    margin: 0 auto 2.66667vw;
    width: 41.33333vw;
  }
}

.story--school__text {
  margin-bottom: 30px;
  color: #fff;
  text-align: left;
  text-shadow: 1.5px 1.5px 0 #000, -1.5px 1.5px 0 #000, 1.5px -1.5px 0 #000, -1.5px -1.5px 0 #000;
  letter-spacing: 0.06em;
  font-weight: bold;
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
}

@media screen and (max-width: 750px) {
  .story--school__text {
    margin-bottom: 4vw;
    font-size: 2.66667vw;
  }
}

.system {
  min-width: 1000px;
  background: url(https://titleimg.spike-chunsoft.co.jp/www.danganronpa.com/sp/en/assets/images/shared/bg-system.png);
}

@media screen and (max-width: 750px) {
  .system {
    min-width: unset;
  }
}

.system--wrapper {
  display: flex;
  margin: 0 auto;
  padding: 67px 20px 51px;
  width: 1000px;
}

@media screen and (max-width: 750px) {
  .system--wrapper {
    flex-direction: column;
    padding: 8.93333vw 4vw;
    width: auto;
  }
}

.system--img {
  margin-right: 25px;
}

@media screen and (max-width: 750px) {
  .system--img {
    margin-right: 0;
    margin-bottom: 5.06667vw;
  }
}

.system--inner {
  color: #fff;
  text-align: left;
  text-shadow: 1.5px 1.5px 0 #000, -1.5px 1.5px 0 #000, 1.5px -1.5px 0 #000, -1.5px -1.5px 0 #000;
  letter-spacing: 0.06em;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}

.system--title {
  margin-bottom: 24px;
  font-size: 2.6rem;
}

@media screen and (max-width: 750px) {
  .system--title {
    font-size: 3.46667vw;
  }
}

.system--title__color {
  color: #ffea00;
}

.system--text {
  margin-bottom: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
}

@media screen and (max-width: 750px) {
  .system--text {
    font-size: 2.4vw;
  }
}

.system--text:last-of-type {
  margin-bottom: 0;
}

.stores {
  padding: 15px 0 23px;
  min-width: 1000px;
  text-align: center;
  display: flex;
  justify-content: center;
  /* align-content: start; */
  background-color: #fff;
}

.stores img {
  max-width: 100%;
}

@media screen and (max-width: 750px) {
  .stores {
    min-width: 100%;
    flex-direction: column;
  }
}


.store {
  display: flex;
  flex-direction: column;
  margin: 0 15px;
  width: 33.3333%;
  max-width: 326px;
}

@media screen and (max-width: 750px) {
  .store {
    display: flex;
    padding: 4.8vw 4vw;
    min-width: unset;
    margin: 0;
    max-width: none;
    width: 100%;
  }

  .store:nth-child(1) {
    order: 1;
  }

  .store:nth-child(2) {
    order: 3;
  }

  .store:nth-child(3) {
    order: 2;
  }
}

.store--btns {
  margin-top: auto;
  display: flex;
}

.store--logo {
  margin-bottom: 10px;
}

@media screen and (max-width: 750px) {
  .store--logo {
    width: 50vw;
    margin: 0 auto;
  }

  .store--btns {
    display: flex;
    justify-content: space-between;
  }
}

.store a:first-child {
  margin-right: 13px;
}

@media screen and (max-width: 750px) {
  .store a:first-child {
    margin-right: 2.66667vw;
  }
}

.footer {
  padding-top: 33px;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .footer {
    padding-top: 4.4vw;
  }
}

.footer--btn {
  display: block;
  margin-bottom: 31px;
}

@media screen and (max-width: 750px) {
  .footer--btn {
    margin: 0 auto 4.13333vw;
    width: 32vw;
  }
}

.footer--copy {
  margin-bottom: 30px;
  color: #fff;
  font-size: 1.4rem;
}

@media screen and (max-width: 750px) {
  .footer--copy {
    font-size: 1.86667vw;
  }
}