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

html {
  scroll-behavior: smooth;
}




#hamburger .btn-gNav {
  position: fixed;
  top: 10px;
  right: 15px;
  width: 30px;
  height: 24px;
  z-index: 80;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

#hamburger .btn-gNav span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background: #fff;
  border-radius: 10px;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  box-shadow: 0 0 4px 1px hsl(31, 81%, 30%);
}
#hamburger .btn-gNav span:nth-child(1) {
  top: 0;
}
#hamburger .btn-gNav span:nth-child(2) {
  top: 10px;
}
#hamburger .btn-gNav span:nth-child(3) {
  top: 20px;
}
#hamburger .btn-gNav.open span:nth-child(1) {
  background: hsl(30, 81%, 30%);
  box-shadow: none;
  top: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#hamburger .btn-gNav.open span:nth-child(2),
#hamburger .btn-gNav.open span:nth-child(3) {
  top: 6px;
  background: hsl(30, 81%, 30%);
  box-shadow: none;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
#gNav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 100%, 0.9);
  font-size: 16px;
  box-sizing: border-box;
  z-index: 35;
  /* padding-top: 50px; */
  transition: 0.3s;
}
#gNav.open {
  right: 0px;
}
#gNav .gNav-menu {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  overflow: auto;
  /*justify-content: center;*/
}
#gNav .gNav-menu li {
  display: block;
  padding: 0;
  margin-bottom: 2vh;
}

#gNav .siteid-img {
  margin: 0 auto;
  width: 100%;
  max-width: 60vw;
}

#gNav .gNav-menu li a {
  color: #111;
  text-decoration: none;
  display: inline-block;
}

.siteid_wrap {
  margin-top: 40px;
}
.main-wrapper {
  margin-top: 0;
}

#gNav .gNav-menu .buybtn_wrap    { margin: 4vh auto 0;  }
#gNav .buybtn-img     { width: 90%;  } 
#gNav .gNav-menu .buybtn_wrap a         { display: block;}

.nav-item-tx {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 7vw;
  text-shadow: 0px 0px 4px hsla(57, 100%, 50%, 0.6);
}
#gNav .gNav-menu li a:hover {
  color: hsl(0, 100%, 34%);
  opacity: 1.0;
}

body.dlc .nav-item-dlc,
body.movie .nav-item-movie,
body.system .nav-item-system,
body.product .nav-item-product {
  color: hsl(0, 100%, 34%);
}

.nav-item-tx.inact {
  color: hsl(0, 0%, 55%);
  text-shadow: none;
}

.for_sp {
  display: none;
}


#dm_trgt      { display: none; }


.copyrights     { text-align: center; }
.copyrights img {
  height: 10px;
  width: auto;
  vertical-align: baseline;
}


.siteid-img-sp        { max-height: 60px; }


.update_patch-menu {
  color: #fff;
  background-color: hsl(0, 100%, 36%);
  font-size: 1.2vw;
  border-radius: 0.5em;
  padding: 0.05em 0.75em;

  display: inline-block;
  text-align: center;
  text-indent: 0;
  height: 2.0em;
}

.twinkle {
  animation: flash 4s ease infinite;
}

@keyframes flash {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}



.menu-elm--wrap .menu-btt                       { position: relative; }
.menu-elm--wrap .menu-btt .update_patch-menu         { 
  position: absolute; left: -7.0em; top:50%; bottom: 0; transform: translate(-5%,-30%); font-size: 1.8vw; line-height: 2.0;
   display: flex; justify-content: center; align-items: center; }



.fixed_order_wrap             { position: fixed; z-index: 30; bottom: 10px; right: 10px; }

.fixed_order_wrap a           { display: block;  }
.fixed_buy--img               { width: 28vw;  max-width: 220px; min-width: 100px; }




@media (max-width: 767px) {
  /* min */
  .for_pc {
    display: none;
  }
  .for_sp {
    display: block;
  }

  .siteid-sp.for_sp,
  .siteid-img-sp.for_sp { display: inline-block; }
}

@media screen and (min-width: 768px) {
  .nav-item-tx {
    font-size: 2.8vw;
  }

  .main-wrapper {
    margin-top: 6.2vw;
  }

  .siteid_wrap {
    margin-right: 6vw;
  }

  #gNav .siteid-img {
    margin: 0.4vw 0 0 1.2vw;
    width: auto;
    max-height: 7vw;
  }

  #gNav .gNav-menu .buybtn_wrap    { padding-top: 0.8vw; margin: 0 2vw 0 auto; }
  #gNav .buybtn-img     { width: calc(252 / 1380 * 100vw);  max-width: 230px; } 


  .target_inner {
    padding-top: 6.2vw;
    margin-top: -6.2vw;
  }

  .menu-elm--wrap {
    margin: 0.5vw 3.0vw 0 0;  /* 3.5vw */
  }

  .btn-gNav {
    display: none;
  }
  #gNav {
    background: url("../img/menu_bgbase.webp") center top repeat-x;
    background-size: contain;
    position: fixed;
    top: 0;
    right: 0;
    height: 7.6vw;
    z-index: 80;
  }
  #gNav .gNav-menu {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 0% auto 0;
    overflow: hidden;
    max-width: 1400px;
    /* height: 100%; */
    /* position: fixed; */
    /* top: 0; right: 0; padding-left: 50px; */
  }

  #gNav .gNav-menu li {
    padding-top: 0;
    margin-top: 0px;
  }
  #gNav li.menu-elm--wrap {
    padding-top: 0.7vw;
  }

  .menu-elm--wrap .menu-btt .update_patch-menu         { font-size: 0.9vw; }
  .menu-elm--wrap .menu-btt .update_patch-menu         { left: 50%; bottom:0; top: 40%; transform: translate(-50%,120%); }

}

@media screen and (min-width: 1280px) {
  #gNav {
    height: 97px;
  }
  #gNav .siteid-img {
    margin: 5px 0 0 0;
    max-height: 90px;
  }

  .nav-item-tx {
    font-size: 36px;
  }

  .main-wrapper {
    margin-top: 80px;
  }
  .siteid_wrap                      { margin-right: 77px; }
  #gNav li.menu-elm--wrap           { padding-top: 10px; margin-right: 48px; } 

  #gNav .gNav-menu .buybtn_wrap    { padding-top: 10px;  margin-right: 25px;  }
  .menu-elm--wrap .menu-btt .update_patch-menu         {  font-size: 12px;     line-height: 2; }
}





@media (max-width: 361px) {
  /* #gNav .gNav-menu li img          { max-height: 60px; } */
}

.link_mr {
  content: url(../img/link_mr_right.png);
  width: 1.1em;
  margin-left: 0.5em;
}
.link_ml {
  content: url(../img/link_mr_left.png);
  width: 1.1em;
  margin-right: 0.5em;
}

.slick-prev,
.slick-next {
  transition: all 0.5s;
}

.slick-prev.slick-disabled:hover,
.slick-next.slick-disabled:hover,
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.2;
}

/*// common //*/
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

* {
  margin: 0;
  padding: 0;
  word-break: normal;
  -webkit-font-smoothing: subpixel-antialiased;
}

html {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  background-color: #f5f3ef;
  color: #000;

  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}

footer {
  width: 90%;
  text-align: center;
  font-size: 0.7em;
  padding: 2em 5%;
  margin-top: 10vh;
  background-image: url(../img/white_g.png);
  background-size: contain;
  background-repeat: repeat-x;
}

/*text*/

.textbase {
  color: #000;
  font-weight: normal;
  font-size: 17px;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    Meiryo, "メイリオ", "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
}

.min {
  font-family: "Noto Serif JP", serif;
}

.op0 {
  display: block;
}

p {
  text-align: left;
  text-indent: 1em;
}

.t_center {
  text-align: center;
}

/*link*/

a {
  text-decoration: none;
  outline: none;
  cursor: pointer;
}


a:hover {
  opacity: 0.7;
}

/*images*/

img {
  border: none;
}

.footer_box {
  max-width: 1280px;
    margin: 0 auto 1em;
}


@media screen and (max-width: 769px) {
  body {
    margin: 0;
    padding: 0;
    background-color: #fafafa;
    background-image: none;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .textbase {
    color: #000;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.8;
    -webkit-text-size-adjust: 100%;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3",
      "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", Arial,
      Helvetica, sans-serif;
  }

  .op0 {
    display: none;
  }



}
