@charset "UTF-8";
/* Scss Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600;900&family=Zen+Maru+Gothic:wght@700&family=Zen+Kurenaido&display=swap");
/*変数(ブレイクポイント)設定(必要に応じて数値を変更)*/
/* 全体設定 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, table, th, td {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
  list-style-type: none;
  -webkit-text-size-adjust: 100%; }

img, a img {
  border: none;
  vertical-align: text-bottom;
  -ms-interpolation-mode: bicubic;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/*画像リンク関連*/
a:active, a:focus {
  outline: none; }

a img {
  border: none; }

img {
  padding: 0px;
  margin: 0px;
  border: none; }

body {
  background-size: cover;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 400;
  min-height: 100vh;
  overflow-x: hidden; }
  @media screen and (max-width: 1024px) {
    body {
      /*引数を省略*/ } }

/*=====================================================================================================================*/
/*折り畳みSPメニュー*/
header {
  display: none; }
  @media screen and (max-width: 1280px) {
    header {
      width: 100%;
      display: block;
      position: fixed;
      overflow-x: hidden;
      height: calc(100vw / 1024 * 80);
      background: rgba(255, 255, 255, 0);
      z-index: 199; } }

#nav-toggle {
  position: fixed;
  right: 2vw;
  left: auto;
  top: calc(100vw / 1024 * 4);
  height: calc(100vw / 1024 * 80);
  width: calc(90 / 1024 * 100vw);
  z-index: 999;
  border-radius: 50%;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }
  @media screen and (max-width: 1280px) {
    #nav-toggle {
      display: block; } }
  @media screen and (max-width: 800px) {
    #nav-toggle {
      height: calc(100vw / 1024 * 130);
      width: calc(130 / 1024 * 100vw); } }

#nav-toggle div {
  position: relative;
  height: calc(100vw / 1024 * 90);
  width: calc(90 / 1024 * 100vw);
  display: flex;
  text-align: center; }
  @media screen and (max-width: 800px) {
    #nav-toggle div {
      height: calc(100vw / 1024 * 130);
      width: calc(130 / 1024 * 100vw); } }

#nav-toggle span {
  display: block;
  position: absolute;
  margin: auto;
  width: calc(50 / 1024 * 100vw);
  height: calc(100vw / 1024 * 6);
  background: #ff0096;
  border-radius: 5px;
  left: 0%;
  right: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out; }
  @media screen and (max-width: 800px) {
    #nav-toggle span {
      width: calc(50 / 1024 * 100vw);
      height: calc(100vw / 1024 * 8); } }
  @media screen and (max-width: 380px) {
    #nav-toggle span {
      width: calc(70 / 1024 * 100vw);
      height: calc(100vw / 1024 * 8); } }

#nav-toggle span:nth-child(1) {
  top: calc(100vw / 1024 * 20); }
  @media screen and (max-width: 650px) {
    #nav-toggle span:nth-child(1) {
      top: calc(100vw / 1024 * 10); } }

#nav-toggle span:nth-child(2) {
  top: calc(100vw / 1024 * 35); }
  @media screen and (max-width: 650px) {
    #nav-toggle span:nth-child(2) {
      top: calc(100vw / 1024 * 30); } }

#nav-toggle span:nth-child(3) {
  top: calc(100vw / 1024 * 50); }
  @media screen and (max-width: 650px) {
    #nav-toggle span:nth-child(3) {
      top: calc(100vw / 1024 * 50); } }

.menu {
  position: fixed;
  /* 開いてないときは画面外に配置 */
  margin: auto;
  top: 0px;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100vh;
  max-height: 100%;
  text-align: center;
  padding: 0px 0;
  transform: translateX(100rem);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  z-index: 500; }
  @media screen and (max-width: 1280px) {
    .menu img {
      display: block;
      max-width: 60%;
      margin: 0 auto; } }

.menu ul {
  position: static;
  right: 0;
  top: 0;
  padding: 0; }

.menu ul li {
  float: none;
  position: static;
  font-size: 25px;
  border-bottom: 2px dotted #ff0096;
  color: #ff0096;
  font-family: "Zen Kurenaido", sans-serif;
  font-weight: bold;
  font-style: normal; }
  @media screen and (max-width: 380px) {
    .menu ul li {
      font-size: 6.5vw; } }

.menu ul li:last-child {
  border-bottom: none; }

.menu ul li a {
  width: 100%;
  display: block;
  color: #ff0096;
  padding: 15px 0; }

/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
  top: 48%;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg); }
  @media screen and (max-width: 650px) {
    .open #nav-toggle span:nth-child(1) {
      top: calc(100vw / 1024 * 40); } }

.open #nav-toggle span:nth-child(2) {
  width: 0;
  left: 50%; }

.open #nav-toggle span:nth-child(3) {
  top: 48%;
  bottom: auto;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-315deg); }
  @media screen and (max-width: 650px) {
    .open #nav-toggle span:nth-child(3) {
      top: calc(100vw / 1024 * 40); } }

/* #global-nav スライドアニメーション */
.open .menu {
  /* #global-nav top + #mobile-head height */
  right: 0px;
  transform: translateX(0rem);
  z-index: 900; }

.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
  opacity: 0; }

@keyframes fadeInAnime {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeIn2 {
  animation-name: fadeInAnime;
  animation-duration: .8s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
  animation-delay: 1.5s;
  opacity: 0; }

@keyframes fadeInAnime {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.top_clogo {
  position: absolute;
  top: calc(100vw / 1920 * 20);
  left: calc(30 / 1920 * 100vw);
  width: calc(120 / 1920 * 100vw);
  z-index: 90; }
  @media screen and (max-width: 1024px) {
    .top_clogo {
      /*引数を省略*/
      top: calc(100vw / 1024 * 30);
      left: calc(30 / 1024 * 100vw);
      width: calc(120 / 1024 * 100vw);
      min-width: 50px; } }

.main_con {
  background: url("../img/back_00.jpg?00") no-repeat bottom;
  background-size: cover;
  position: relative;
  width: 100vw;
  min-width: 100%;
  height: calc(100vw / 1920 * 1080);
  overflow: hidden; }
  @media screen and (max-width: 1920px) {
    .main_con {
      /*引数を省略*/
      width: 100%; } }
  @media screen and (max-width: 1024px) {
    .main_con {
      /*引数を省略*/
      background: none;
      display: block;
      text-align: center;
      position: static;
      height: auto;
      -webkit-mask-image: none;
      mask-image: none; } }

.sp_con {
  width: 100%;
  height: calc(100vw / 1920 * 1024);
  -webkit-mask-image: linear-gradient(180deg, white 80%, transparent);
  mask-image: linear-gradient(180deg, white 80%, transparent);
  overflow: hidden; }
  @media screen and (max-width: 1024px) {
    .sp_con {
      /*引数を省略*/
      position: relative;
      width: 100%;
      height: calc(100vw/ 1024 * 800);
      margin: 0 auto;
      -webkit-mask-image: linear-gradient(180deg, white 80%, transparent);
      mask-image: linear-gradient(180deg, white 80%, transparent); } }
  @media screen and (max-width: 1024px) {
    .sp_con {
      /*引数を省略*/ } }

.title_con {
  position: absolute;
  margin: auto;
  top: calc(100vw / 1920 * 80);
  left: calc(80 / 1920 * 100vw);
  width: calc(670 / 1920 * 100vw);
  z-index: 5; }
  @media screen and (max-width: 1024px) {
    .title_con {
      /*引数を省略*/
      position: static;
      width: 85%;
      margin: 0 auto;
      transform: rotate(0turn); } }

.t_catch {
  display: block;
  margin: 0 auto 1vw;
  width: calc(700 / 1920 *100vw);
  min-width: 150px; }
  @media screen and (max-width: 1024px) {
    .t_catch {
      display: none; } }

.t_logo {
  display: block;
  margin: 0 auto;
  width: calc(670 / 1920 *100vw);
  min-width: 150px; }
  @media screen and (max-width: 1024px) {
    .t_logo {
      display: none; } }

.top_img_sp {
  display: none;
  margin: 0 auto 0; }
  @media screen and (max-width: 1024px) {
    .top_img_sp {
      /*引数を省略*/
      display: block;
      width: 100%;
      -webkit-mask-image: -webkit-linear-gradient(white 80%, transparent);
      mask-image: -o-linear-gradient(white 80%, transparent);
      mask-image: linear-gradient(white 80%, transparent); } }
  @media screen and (max-width: 800px) {
    .top_img_sp {
      /*引数を省略*/
      margin: 0 auto 5vw; } }

.wishlist_link {
  display: block;
  margin: auto;
  position: absolute;
  top: calc(870 / 1920 * 100vw);
  left: calc(200 / 1920 * 100vw);
  width: calc(490 / 1920 * 100vw);
  transition: .3s;
  transform: rotate(-8deg); }
  .wishlist_link:hover {
    transform: rotate(-6deg); }
  @media screen and (max-width: 1024px) {
    .wishlist_link {
      /*引数を省略*/
      display: none; } }

.sp_wishlist {
  display: none; }
  @media screen and (max-width: 1024px) {
    .sp_wishlist {
      /*引数を省略*/
      display: block;
      width: calc(400 / 1024 * 100vw);
      margin: 3vw auto;
      padding: 2vw;
      overflow: hidden;
      color: #FFF; }
      .sp_wishlist a {
        display: block;
        color: #FFF;
        font-weight: bold;
        text-align: center;
        width: 100%;
        overflow: hidden; }
      .sp_wishlist img {
        width: 100%; } }
  @media screen and (max-width: 800px) {
    .sp_wishlist {
      width: 95%; } }

.pc_menu {
  position: absolute;
  margin: auto;
  width: calc(320 / 1920 * 100vw);
  bottom: calc(100vw / 1920 *100);
  right: calc(150 /1920 * 100vw); }
  .pc_menu a {
    width: 100%;
    display: block;
    margin: 1vw auto 3.5vw;
    transition: .1s; }
  .pc_menu a:first-child {
    transform: rotate(5deg); }
    .pc_menu a:first-child:hover {
      transform: rotate(8deg); }
  .pc_menu a:nth-child(2) {
    transform: rotate(-6deg); }
    .pc_menu a:nth-child(2):hover {
      transform: rotate(-4deg); }
  .pc_menu a:nth-child(3) {
    transform: rotate(6deg); }
    .pc_menu a:nth-child(3):hover {
      transform: rotate(8deg); }
  .pc_menu a:nth-child(4) {
    transform: rotate(-6deg); }
    .pc_menu a:nth-child(4):hover {
      transform: rotate(-4deg); }
  @media screen and (max-width: 1024px) {
    .pc_menu {
      display: none; } }

.pc_pv {
  width: calc(450 / 1920 *100vw);
  position: absolute;
  margin: auto;
  left: calc(180 / 1920 * 100vw);
  bottom: calc(100vw / 1920  * 280); }
  .pc_pv img {
    width: 100%; }
  @media screen and (max-width: 1024px) {
    .pc_pv {
      display: none; } }

.pf_list {
  width: calc(620 / 1920 * 100vw);
  min-width: 600px;
  margin: 0.8vw auto;
  color: #1e2f56;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: calc(18 / 1920 * 100vw); }
  .pf_list p {
    background: #1e2f56;
    color: #FFF;
    font-weight: 600;
    width: calc(100 / 1920 * 100vw);
    text-align: center;
    margin-right: 3%;
    border-radius: 3px;
    font-size: calc(16 / 1920 * 100vw); }
  @media screen and (max-width: 1024px) {
    .pf_list {
      width: 90%;
      min-width: auto;
      font-size: calc(20 / 1024 * 100vw);
      justify-content: flex-start;
      margin: 0vw auto .8vw; }
      .pf_list p {
        width: 150px;
        font-size: calc(20 / 1024 * 100vw); } }
  @media screen and (max-width: 800px) {
    .pf_list p {
      width: 120px;
      font-size: calc(20 / 1024 * 100vw); } }
  @media screen and (max-width: 650px) {
    .pf_list {
      flex-wrap: wrap;
      font-size: 3vw; }
      .pf_list p {
        width: 100%;
        font-size: 3vw; } }

.link_list {
  display: flex;
  width: calc(280 / 1920 * 100vw);
  margin: 2rem auto;
  justify-content: space-between;
  align-items: center; }
  .link_list div {
    text-align: center;
    width: 50%; }
  @media screen and (max-width: 800px) {
    .link_list {
      width: calc(280 / 1024 * 100vw); } }
  @media screen and (max-width: 800px) {
    .link_list {
      width: 65%; } }

.kmc {
  height: calc(100vw / 1920 * 40); }
  @media screen and (max-width: 1280px) {
    .kmc {
      /*引数を省略*/
      height: calc(100vw / 1280 * 30); } }
  @media screen and (max-width: 1024px) {
    .kmc {
      /*引数を省略*/
      height: calc(100vw / 1024 * 40); } }
  @media screen and (max-width: 650px) {
    .kmc {
      /*引数を省略*/
      height: calc(100vw / 1024 * 100); } }

.author_icon {
  height: calc(100vw / 1920 * 40);
  max-height: 45px; }
  @media screen and (max-width: 1280px) {
    .author_icon {
      /*引数を省略*/
      height: calc(100vw / 1280 * 40); } }
  @media screen and (max-width: 1024px) {
    .author_icon {
      /*引数を省略*/
      height: calc(100vw / 1024 * 40); } }
  @media screen and (max-width: 800px) {
    .author_icon {
      /*引数を省略*/
      height: calc(100vw / 1024 * 90); } }

.dendo {
  display: block;
  margin: auto;
  position: absolute;
  right: calc(30 / 1920 *100vw);
  top: calc(100vw / 1920 * 80);
  width: calc(200 / 1920 * 100vw);
  z-index: 150; }
  @media screen and (max-width: 1280px) {
    .dendo {
      position: absolute;
      top: calc(500 / 1024 * 100vw);
      width: calc(250 / 1024 * 100vw); } }
  @media screen and (max-width: 800px) {
    .dendo {
      position: absolute;
      top: calc(420 / 1024 * 100vw);
      width: calc(300 / 1024 * 100vw); } }

.hd_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 0 10px 0;
  overflow: hidden;
  opacity: 0;
  transition: .4s;
  z-index: -1; }
  .hd_menu ul {
    width: 70%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    font-family: "Zen Kurenaido", sans-serif;
    font-weight: bold;
    font-style: normal; }
  .hd_menu a {
    color: #ff0096;
    font-size: 1.5vw;
    font-weight: bold; }
  @media screen and (max-width: 1024px) {
    .hd_menu {
      display: none;
      height: 0px; } }

.hd_menu.hd_on {
  opacity: 1;
  z-index: 100;
  background: rgba(0, 0, 0, 0.8); }
  @media screen and (max-width: 1024px) {
    .hd_menu.hd_on {
      height: 0px;
      overflow: hidden;
      display: none; } }

.story_con {
  margin: 5vw auto 0;
  padding: 5vw 0 3vw; }

.st_m {
  width: calc(1500 / 1920 * 100vw);
  margin: 0 auto;
  display: flex;
  align-items: center; }
  @media screen and (max-width: 1024px) {
    .st_m {
      width: 80%;
      display: block; } }

.st_txt img {
  width: calc(756 / 1920 * 100vw); }
  @media screen and (max-width: 1024px) {
    .st_txt img {
      width: 100%; } }

.st_lcon {
  position: relative;
  width: calc(830 / 1920 * 100vw);
  height: calc(100vw / 1920 * 750); }
  .st_lcon img:first-child {
    width: calc(680 / 1920 * 100vw);
    position: absolute;
    margin: auto;
    top: 0;
    left: -4vw;
    transform: rotate(-5deg); }
  .st_lcon img:last-child {
    width: calc(680 / 1920 * 100vw);
    position: absolute;
    margin: auto;
    bottom: 0;
    right: 2vw;
    transform: rotate(5deg); }
  @media screen and (max-width: 1024px) {
    .st_lcon {
      width: 90%;
      margin: 0 auto calc(100vw / 1024 * 50);
      height: calc(100vw / 1024 * 550); }
      .st_lcon img:first-child {
        width: calc(550 / 1024 * 100vw); }
      .st_lcon img:last-child {
        width: calc(550 / 1024 * 100vw);
        right: 0; } }
  @media screen and (max-width: 800px) {
    .st_lcon {
      width: 90%;
      margin: 0 auto calc(100vw / 1024 * 50);
      height: calc(100vw / 1024 * 650); }
      .st_lcon img:first-child {
        width: calc(600 / 1024 * 100vw); }
      .st_lcon img:last-child {
        width: calc(600 / 1024 * 100vw);
        right: 0; } }

.back {
  position: fixed;
  z-index: -1;
  background: url("../img/back_01.jpg") no-repeat top center;
  background-size: cover;
  height: 101vh;
  width: 100vw;
  max-width: 100vw; }

.sys_con {
  padding: 5vw 0;
  overflow: hidden; }

.sys_con1 {
  width: calc(1500 / 1920 * 100vw);
  height: calc(100vw /1920 * 600 );
  margin: 0 auto 10vw;
  position: relative; }
  @media screen and (max-width: 1024px) {
    .sys_con1 {
      position: static;
      width: 90%;
      height: auto;
      overflow: hidden; } }

.sys_con1 img:first-child {
  display: block;
  position: absolute;
  margin: auto;
  width: calc(790 / 1920 * 100vw);
  transform: rotate(3deg);
  top: 0;
  right: 0; }
.sys_con1 img:last-child {
  display: block;
  position: absolute;
  margin: auto;
  bottom: 0;
  left: 0;
  width: calc(790 / 1920 * 100vw); }
@media screen and (max-width: 1024px) {
  .sys_con1 img:first-child {
    display: block;
    position: static;
    margin: 10vw auto 5vw;
    width: calc(790 / 1024 * 100vw);
    transform: rotate(3deg);
    top: 0;
    right: 0; }
  .sys_con1 img:last-child {
    display: block;
    position: static;
    margin: auto;
    bottom: 0;
    left: 0;
    width: calc(790 / 1024 * 100vw); } }
@media screen and (max-width: 800px) {
  .sys_con1 img:first-child {
    display: block;
    position: static;
    margin: 10vw auto 5vw;
    width: calc(790 / 1024 * 100vw);
    transform: rotate(3deg);
    top: 0;
    right: 0; }
  .sys_con1 img:last-child {
    display: block;
    position: static;
    margin: auto;
    bottom: 0;
    left: 0;
    width: 100%; } }

.sys_con2 {
  width: calc(1500 / 1920 * 100vw);
  height: calc(100vw /1920 * 700 );
  margin: 0 auto 5vw;
  position: relative; }
  @media screen and (max-width: 1024px) {
    .sys_con2 {
      position: static;
      width: 80%;
      height: auto;
      overflow: hidden; } }
  @media screen and (max-width: 800px) {
    .sys_con2 {
      position: static;
      width: 90%;
      height: auto;
      overflow: hidden; } }

.sys_con2 .system_txt1 img {
  display: block;
  width: calc(700 / 1920 * 100vw); }
  @media screen and (max-width: 1024px) {
    .sys_con2 .system_txt1 img {
      display: block;
      width: 100%;
      margin: 0 auto; } }

.sys_img1, .sys_img2, .system_txt2 img {
  position: absolute;
  margin: auto; }

.sys_img1 {
  top: 0;
  left: calc(350 / 1920 * 100vw);
  transform: rotate(5deg);
  width: calc(650 / 1920 * 100vw); }
  @media screen and (max-width: 1024px) {
    .sys_img1 {
      top: 2vw;
      left: auto;
      right: 3vw;
      width: calc(450 / 1024 * 100vw); } }
  @media screen and (max-width: 800px) {
    .sys_img1 {
      top: 3vw;
      left: auto;
      right: 3vw;
      width: calc(600 / 1024 * 100vw); } }

.sys_img2 {
  bottom: 0;
  left: 0;
  z-index: 1;
  transform: rotate(-5deg);
  width: calc(650 / 1920 * 100vw); }
  @media screen and (max-width: 1024px) {
    .sys_img2 {
      left: 3vw;
      bottom: 1vw;
      width: calc(450 / 1024 * 100vw); } }
  @media screen and (max-width: 800px) {
    .sys_img2 {
      left: 3vw;
      bottom: 3vw;
      width: calc(600 / 1024 * 100vw); } }

.system_txt2 img {
  bottom: 0;
  right: 0;
  z-index: 2;
  width: calc(790 / 1920 * 100vw); }
  @media screen and (max-width: 1024px) {
    .system_txt2 img {
      position: static;
      width: 100%; } }

@media screen and (max-width: 1024px) {
  .sys_cap {
    position: relative;
    width: 100%;
    height: calc(100vw/ 1024 * 350);
    margin: 0 auto 3vw; } }
@media screen and (max-width: 800px) {
  .sys_cap {
    position: relative;
    width: 100%;
    height: calc(100vw/ 1024 * 650);
    margin: 0 auto 3vw; } }

#chara {
  overflow: hidden; }

.chara_con1 {
  overflow: hidden;
  padding: 5vw 0; }

.t_obi img {
  display: block;
  margin: 3vw auto 5vw;
  width: calc(460 / 1920 * 100vw); }
@media screen and (max-width: 1024px) {
  .t_obi img {
    width: 80%; } }
@media screen and (max-width: 800px) {
  .t_obi img {
    width: 90%; } }

.chara_con {
  width: calc(1500 / 1920 * 100vw);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }
  @media screen and (max-width: 1024px) {
    .chara_con {
      width: 90%; } }
  @media screen and (max-width: 800px) {
    .chara_con {
      width: 100%; } }

.cha_mcon {
  width: calc(420 / 1920 * 100vw); }
  .cha_mcon img {
    display: block;
    width: 100%; }
  .cha_mcon img:nth-child(2) {
    margin: 2vw auto; }
  .cha_mcon img:nth-child(3) {
    margin: 0vw auto 5vw; }
  @media screen and (max-width: 1024px) {
    .cha_mcon {
      width: calc(400 / 1024 * 100vw); } }
  @media screen and (max-width: 800px) {
    .cha_mcon {
      width: calc(400 / 1024 * 100vw); } }

.info_con {
  background-size: cover;
  padding: 5vw 0;
  overflow: hidden;
  margin: 0; }

.info_con .m_con {
  display: flex;
  justify-content: center;
  align-items: center; }
  @media screen and (max-width: 1024px) {
    .info_con .m_con {
      display: block; } }

.info_con2 {
  background: #000 url("../img/back_pro.jpg") center;
  background-size: cover;
  overflow: hidden;
  margin-left: 3vw; }
  @media screen and (max-width: 1024px) {
    .info_con2 {
      width: 90%;
      margin: 0 auto; } }

.info_con3 {
  margin: .5vw;
  padding: 2vw;
  position: relative;
  border: 1px solid #FFF; }
  @media screen and (max-width: 1024px) {
    .info_con3 {
      margin-left: 0rem;
      width: 90%;
      margin: 2rem auto; } }
  @media screen and (max-width: 800px) {
    .info_con3 {
      width: 90%; } }

.ap_icon {
  width: calc(520 / 1920 * 100vw);
  max-width: 520px; }
  @media screen and (max-width: 1280px) {
    .ap_icon {
      display: block;
      width: calc(320 / 1024 * 100vw);
      max-width: 320px; } }
  @media screen and (max-width: 1024px) {
    .ap_icon {
      display: block;
      width: 100%;
      margin: 0 auto 3vw; } }
  @media screen and (max-width: 800px) {
    .ap_icon {
      width: 70%;
      margin: 0 auto 10vw; } }

.game_title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: calc(100vw / 1920 * 10) auto;
  font-family: "Zen Kurenaido", sans-serif;
  font-weight: 400; }
  .game_title p {
    background: #ff0096;
    color: #000;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    padding: 1px 0 2px;
    width: 150px;
    margin-top: 5px;
    margin-right: 1rem;
    letter-spacing: .2em; }
  .game_title span {
    font-weight: bold;
    color: #FFF;
    font-size: 2rem; }
  @media screen and (max-width: 1024px) {
    .game_title {
      margin: calc(100vw / 1024 * 10) auto; }
      .game_title p {
        margin-right: .5rem;
        font-size: .8rem;
        width: 100px; }
      .game_title span {
        font-size: 1.5rem; } }
  @media screen and (max-width: 800px) {
    .game_title {
      margin: calc(100vw / 1024 * 20) auto 1rem; }
      .game_title span {
        font-size: 1.2rem; } }
  @media screen and (max-width: 650px) {
    .game_title span {
      font-size: 1.1rem; } }

.specification {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: "Zen Kurenaido", sans-serif;
  font-weight: 400;
  margin: 1.5vw auto; }
  .specification p {
    background: #ff0096;
    color: #000;
    font-weight: bold;
    font-size: 1rem;
    text-align: center;
    padding: 1px 0 2px;
    width: 150px;
    margin-top: 5px;
    margin-right: 1.2rem;
    letter-spacing: .2em; }
  .specification span {
    color: #FFF;
    font-size: 1.2rem; }
  @media screen and (max-width: 1280px) {
    .specification {
      margin: 1rem auto 1rem; }
      .specification p {
        margin-right: .5rem;
        font-size: .8rem;
        width: 100px; }
      .specification span {
        font-size: 1rem; } }

.sst {
  line-height: auto;
  margin: 0;
  padding: 0; }

.slist_t {
  font-size: .7rem;
  margin: 0;
  padding: 0;
  width: auto;
  margin-right: auto;
  letter-spacing: auto;
  color: #000;
  line-height: 1rem; }

.specification1 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: "Zen Kurenaido", sans-serif;
  font-weight: 400;
  margin: 1.5vw auto; }
  .specification1 p {
    background: #ff0096;
    color: #000;
    font-size: 1rem;
    text-align: center;
    padding: 1px 0 2px;
    width: 150px;
    margin-top: 5px;
    margin-right: 1.2rem;
    letter-spacing: .2em;
    font-weight: bold; }
  .specification1 span {
    color: #FFF;
    font-size: 1.2rem;
    line-height: 2.5rem; }
    .specification1 span dl {
      line-height: 1.5rem;
      margin: .5rem auto 1.2rem; }
    .specification1 span dt {
      font-size: .9rem;
      color: #593805; }
  @media screen and (max-width: 1280px) {
    .specification1 {
      margin: 1rem auto 1rem; }
      .specification1 p {
        margin-right: .5rem;
        font-size: .8rem;
        width: 100px; }
      .specification1 span {
        font-size: .9rem;
        line-height: 1.8rem; }
        .specification1 span dl {
          line-height: 1.5rem;
          margin: 0rem auto 1.2rem; } }

.taiou {
  color: #FFF; }

.rt_icon {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 5% auto 10% 5%; }
  .rt_icon img {
    width: calc(100 / 1920 * 100vw); }
  @media screen and (max-width: 1280px) {
    .rt_icon img {
      width: calc(100 / 1024 * 100vw); } }
  @media screen and (max-width: 800px) {
    .rt_icon img {
      width: calc(200 / 1024 * 100vw); } }

.rt_txt {
  margin-left: 5%; }
  .rt_txt li {
    font-size: 1rem;
    width: calc(300 / 1920 * 100vw);
    text-align: left;
    margin: 0;
    padding: 0;
    color: #FFF; }
  @media screen and (max-width: 1280px) {
    .rt_txt li {
      width: calc(300 / 1024 * 100vw);
      font-size: 1.2vw; } }
  @media screen and (max-width: 800px) {
    .rt_txt li {
      font-size: 3.2vw;
      text-align: left; } }

.cau_s {
  color: #FFF;
  width: calc(380 / 1920 * 100vw);
  font-size: 1rem; }
  @media screen and (max-width: 1280px) {
    .cau_s {
      font-size: 1.3vw;
      width: calc(380 / 1024 * 100vw); } }
  @media screen and (max-width: 800px) {
    .cau_s {
      font-size: 3.3vw;
      width: calc(450 / 1024 * 100vw); } }

/*ガイドライン設定===========================================================================================================*/
.guideline {
  display: block;
  border: 3px solid #ff0096;
  background: #000;
  width: calc(510 / 1920 * 100vw);
  text-align: center;
  font-weight: bold;
  margin: 10vw auto 5vw;
  padding-bottom: 1rem;
  transition: .3s; }
  .guideline a {
    display: block; }
  .guideline div {
    font-size: 3rem; }
  .guideline p {
    margin: 0 auto 1rem; }
  .guideline span {
    position: relative;
    font-size: 1.2rem; }
  .guideline span::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #ff0096;
    border-right: 0;
    position: absolute;
    left: -1rem;
    top: 0;
    bottom: 0;
    margin: auto; }
  .guideline span::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #ff0096;
    border-left: 0;
    position: absolute;
    right: -1rem;
    top: 0;
    bottom: 0;
    margin: auto; }
  @media screen and (max-width: 1280px) {
    .guideline {
      width: 400px; }
      .guideline div {
        font-size: 2rem; }
      .guideline p {
        margin: 0 auto 1rem; }
      .guideline span {
        position: relative;
        font-size: 1.2rem; } }
  @media screen and (max-width: 800px) {
    .guideline {
      width: 300px;
      margin: 18vw auto 15vw; } }
  @media screen and (max-width: 380px) {
    .guideline {
      width: 80%;
      margin: 18vw auto 15vw; }
      .guideline p {
        font-size: 4.5vw; } }

.guideline a {
  transition: .3s; }
  .guideline a div {
    color: #ff0096; }
  .guideline a p {
    color: #ff0096; }
  .guideline a span {
    color: #00ebf2; }

.guideline:hover {
  opacity: .5; }

.sns_btn {
  width: 240px;
  margin: 0 auto 20px;
  display: flex;
  justify-content: space-around;
  align-items: center; }
  .sns_btn li img {
    height: calc(100vw / 1920 *30); }
  @media screen and (max-width: 1920px) {
    .sns_btn li img {
      height: calc(100vw / 1920 *40); } }
  @media screen and (max-width: 1024px) {
    .sns_btn li img {
      height: calc(100vw / 1024 *45); } }
  @media screen and (max-width: 650px) {
    .sns_btn {
      width: 180px; }
      .sns_btn li img {
        height: calc(100vw / 1024 *100); } }

footer {
  width: 100%;
  overflow: hidden;
  position: static;
  bottom: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  background: #098f8f;
  background-image: linear-gradient(180deg, #25ccd1, black 85%); }
  @media screen and (max-width: 1280px) {
    footer {
      /*引数を省略*/
      position: static;
      width: 100vw;
      max-width: 100%;
      text-align-last: center; } }
  @media screen and (max-width: 800px) {
    footer {
      /*引数を省略*/
      position: static;
      bottom: 0;
      width: 100vw;
      max-width: 100%;
      text-align-last: center;
      padding-bottom: calc(100vw/ 1024 * 250); } }

hr {
  border: none;
  height: 1px;
  background: cyan; }

.copy {
  width: 80%;
  text-align: center;
  color: #FFF;
  font-size: 12px;
  margin: 0 auto; }
  .copy a {
    color: #ffde53; }

.copy2 {
  overflow: hidden;
  padding-top: 10px;
  text-align: center;
  color: #FFF;
  font-size: 12px;
  margin: 1vw auto; }

.dlbtn {
  display: block;
  margin: auto;
  position: fixed;
  bottom: calc(100vw / 1920 * 30);
  right: calc(30 / 1920 *100vw);
  z-index: 110; }
  .dlbtn img {
    width: calc(160 / 1920 * 100vw);
    transform: rotate(10deg);
    max-width: 350px;
    min-width: 100px;
    transition: .3s;
    opacity: .6; }
  .dlbtn img:hover {
    opacity: 1;
    transform: rotate(5deg); }
  @media screen and (max-width: 1280px) {
    .dlbtn {
      bottom: calc(100vw / 1024 * 30); }
      .dlbtn img {
        display: block;
        width: calc(100 / 1024 * 100vw);
        max-width: 80px;
        min-width: 50px;
        transition: .3s;
        opacity: .6; } }
  @media screen and (max-width: 800px) {
    .dlbtn {
      left: 0;
      right: 0; }
      .dlbtn img {
        width: 80%;
        max-width: 450px;
        display: block;
        margin: 0 auto;
        opacity: .8;
        transform: rotate(0deg); }
      .dlbtn img:hover {
        opacity: 1;
        transform: rotate(0deg); } }

/*DLモーダルウィンドウ========================================================================================================*/
.open_dl {
  display: none; }
  @media screen and (max-width: 1280px) {
    .open_dl {
      display: block;
      margin: 25px auto;
      text-align: center; }
      .open_dl img {
        max-width: 90%; } }
  @media screen and (max-width: 1024px) {
    .open_dl {
      margin: 10px auto 25px; } }

.modal_wrap input {
  display: none; }

.modal_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
  overflow: hidden; }

.modal_trigger {
  position: absolute;
  width: 100%;
  height: 100%; }

.modal_content {
  align-self: center;
  width: 760px;
  padding: 30px 30px 15px;
  box-sizing: border-box;
  line-height: 1.4em;
  transform: scale(0.3);
  transition: 0.5s; }
  @media screen and (max-width: 800px) {
    .modal_content {
      width: 80%;
      margin: 0 auto; } }
  @media screen and (max-width: 650px) {
    .modal_content {
      padding: 10px 0;
      width: 80%; } }

.modal_content_two {
  align-self: center;
  width: 450px;
  padding: 30px 30px 15px;
  box-sizing: border-box;
  line-height: 1.4em;
  transform: scale(0.3);
  transition: 0.5s; }
  @media screen and (max-width: 800px) {
    .modal_content_two {
      width: 80%;
      margin: 0 auto; } }
  @media screen and (max-width: 650px) {
    .modal_content_two {
      padding: 10px 0;
      width: 80%; } }

.modal_content_zombie {
  align-self: center;
  padding: 30px 30px 15px;
  box-sizing: border-box;
  line-height: 1.4em;
  transition: 0.5s;
  transform: scale(0);
  opacity: 0; }
  @media screen and (max-width: 800px) {
    .modal_content_zombie {
      width: 80%;
      margin: 0 auto; } }
  @media screen and (max-width: 650px) {
    .modal_content_zombie {
      padding: 10px 0;
      width: 80%; } }

.close_button {
  position: absolute;
  top: 14px;
  right: 16px;
  cursor: pointer;
  color: #FFFFFF;
  opacity: 1;
  z-index: 90; }

@media screen and (max-width: 768px) {
  .close_button {
    top: 1%;
    right: 4%;
    color: #FFFFFF; } }
@media screen and (max-width: 420px) {
  .close_button {
    top: -20%;
    right: -10px;
    color: #FFFFFF; } }
.close_button img {
  width: 24px;
  height: 24px; }

.modal_wrap input:checked ~ .modal_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s; }

.modal_wrap input:checked ~ .modal_overlay .modal_content {
  transform: scale(1); }

.modal_wrap input:checked ~ .modal_overlay .modal_content_two {
  transform: scale(1); }

.modal_wrap input:checked ~ .modal_overlay .modal_content_zombie {
  transform: scale(1);
  opacity: 1; }

.open_button {
  text-align: center;
  max-width: 96%;
  margin: 0 auto;
  font-family: 'Noto Sans JP'; }

.dl_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
.dl_list li {
  color: #f4c27b;
  border: 4px  #ff0096 solid;
  border-radius: 5px;
  text-align: center;
  margin: 5px 5px;
  font-size: 12px;
  background: #000;
  box-shadow: 6px 6px rgba(0, 0, 0, 0.8); }

.single {
  width: 150px;
  height: 90px; }
  .single img {
    height: 70px;
    margin-top: 12px; }
  @media screen and (max-width: 800px) {
    .single {
      width: 110px;
      height: 70px; }
      .single img {
        height: 50px;
        margin-top: 10px; } }

.one {
  width: 150px;
  height: 150px; }
  .one img {
    height: 70px;
    margin-top: 38px; }
  @media screen and (max-width: 800px) {
    .one {
      width: 110px;
      height: 70px; }
      .one img {
        height: 50px;
        margin-top: 10px; } }

.double {
  width: 150px;
  height: 150px; }
  .double img {
    height: 70px;
    margin-top: 13px; }
  @media screen and (max-width: 800px) {
    .double {
      width: 120px;
      height: 150px;
      font-size: 8px; } }

.dl_link2 a {
  display: block;
  width: 80%;
  margin: 0 auto 3px;
  padding: 2px 0;
  font-size: 12px;
  border-radius: 2px;
  background: #ff0096;
  color: #000;
  font-weight: bold;
  overflow: hidden;
  border: 2px solid #ff0096; }
.dl_link2 a:hover {
  border: 2px solid #ff0096;
  background: #000;
  color: #ff0096; }
@media screen and (max-width: 800px) {
  .dl_link2 a {
    font-size: 10px;
    padding: 1px 0; } }

.dl_link a {
  display: block;
  width: 80%;
  margin: 0 auto;
  padding: 5px 0;
  font-size: 12px;
  border-radius: 2px;
  background: #FFF;
  color: #092570;
  font-weight: bold;
  overflow: hidden; }
.dl_link a:hover {
  border: 2px solid #FFF;
  background: none;
  color: #FFF; }
