@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sawarabi+Mincho&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%;
  border: none;
  font-family: ‘Noto Serif Japanese’, serif; }

img, a img {
  border: none;
  vertical-align: text-bottom;
  -ms-interpolation-mode: bicubic;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0); }

a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
  border: none; }

/*画像リンク関連*/
a:active, a:focus {
  outline: none;
  border: none; }

a img {
  border: none;
  outline: none; }

img {
  padding: 0px;
  margin: 0px;
  border: none;
  outline: none; }

/*スクロールバー装飾*/
::-webkit-scrollbar {
  width: 10px;
  height: 10px; }

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px #000 inset; }

::-webkit-scrollbar-thumb {
  background: #505050;
  border-radius: 5px; }

/*=====================================================================================================================*/
/*ボディー全体設定*/
html {
  overflow: auto;
  scroll-behavior: smooth; }

html, body {
  width: 100%; }

body {
  min-width: 100%;
  outline: none;
  overflow: hidden;
  background: black; }

area {
  border: none;
  outline: none; }

a.modal {
  outline: none;
  border: none; }

a {
  text-decoration: none;
  outline: none;
  border: none; }

input[type="text"]:focus {
  outline: 0;
  border-color: orange; }

@media screen and (max-width: 1024px) {
  .pc {
    display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 1024px) {
    .sp {
      display: block; } }

/*フォント設定*/
.red {
  color: #FF0000; }

.redB {
  color: #FF0000;
  font-weight: bold; }

.blue {
  color: #0000FF; }

.blueB {
  color: #0000FF;
  font-weight: bold; }

.yellow {
  color: #FFB730; }

.yellowB {
  color: #FFB730;
  font-weight: bold; }

.container {
  max-width: 100%;
  width: 100vw;
  max-height: 100%;
  height: 100vh;
  background: url("../img/top_back00.jpg") top center;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  z-index: -6; }

#particles-js {
  max-width: 100%;
  width: 100vw;
  max-height: 100%;
  height: 100vh;
  background-color: #000000;
  position: fixed;
  z-index: -1;
  background: url("../img/top_back00.jpg") top center;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  z-index: -6; }

/*=====================================================================================================================*/
/*header設定*/
.logo {
  height: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: auto; }
  @media screen and (max-width: 1024px) {
    .logo {
      height: 30px;
      display: block;
      margin: 0 auto; } }

/*共通*/
.history, .character, .overview {
  position: relative; }

/*=====================================================================================================================*/
/*top設定*/
.main_top {
  height: calc(100vw / 1920 * 930 );
  width: 100%;
  position: relative;
  display: flex;
  opacity: 0;
  -webkit-animation: display 0.5s ease 0.5s 1 forwards;
  animation: display 0.5s ease 0.5s 1 forwards;
}
  @media screen and (max-width: 1024px) {
    .main_top {
      display: none; } }

@-webkit-keyframes display {
  100% {
    opacity: 1; 
	} 
}

.top_text {
  position: absolute;
  top: -50vh;
  right: 5vw;
  text-align: center;
  -webkit-animation: display_k 2s ease 0.5s 1 forwards;
  animation: display_k 2s ease 0.5s 1 forwards;
  width: 15vw; }
  .top_text img {
    max-width: 100%; }
  @media screen and (max-width: 1024px) {
    .top_text {
      top: 0vh;
      right: 1vw;
      width: 30vw; }
}

@-webkit-keyframes display_k {
  100% {
    top: 1.5vh; 
	}
  @media screen and (max-width: 1024px) {
    100% {
      top: 3vh; } 
	} 
}
.top_text div {
  width: 100%;
  top: 60%;
  font-weight: bold;
  font-size: 12pt;
  position: absolute; }

.top_text div span {
  font-size: 2vw;
  color: #dc143c; }

.potal_logo {
  position: absolute;
  top: 8vh;
  left: 5vw;
}
  .potal_logo img {
    height: 25vh; }

.series_btn, .History_btn, .character_btn {
  color: #FFF;
  font-weight: bold;
  margin: auto;
  position: absolute;
  width: 25vw;
  height: 25vh;
  font-family: ‘Noto Serif Japanese’, serif;
  transform: scale(0.95); }
  .series_btn p, .History_btn p, .character_btn p {
    position: absolute;
    top: 55%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  @media screen and (max-width: 1024px) {
    .series_btn, .History_btn, .character_btn {
      position: static; }
      .series_btn p, .History_btn p, .character_btn p {
        position: static; } }

.series_btn {
  top: 15vh;
  left: 45%;
  background: url("../img/enagi_star_1.png") no-repeat;
  background-size: contain;
  animation-name: series;
  animation-duration: 5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  transition: .3s; }
  .series_btn:hover {
    opacity: .7; }
  @media screen and (max-width: 1024px) {
    .series_btn {
      width: 45vw; } }

@keyframes series {
  0%, 100% {
    transform: scale(1) translate(0px, 0px); }
  50% {
    transform: scale(0.95) translate(0px, 10px); } }

.History_btn {
  top: 37vh;
  left: 25%;
  background: url("../img/enagi_star_2.png") no-repeat;
  background-size: contain;
  animation-name: history;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  transition: .3s; }
  .History_btn:hover {
    opacity: .7; }
  @media screen and (max-width: 1024px) {
    .History_btn {
      width: 45vw; } }

@keyframes history {
  0%, 100% {
    transform: scale(1) translate(0px, -10px); }
  50% {
    transform: scale(0.95) translate(0px, 0px); } }

.character_btn {
  width: 30vw;
  height: 30vh;
  top: 40vh;
  left: 65%;
  background: url("../img/enagi_star_3.png") no-repeat;
  background-size: contain;
  animation-name: history;
  animation-duration: 6.5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  transition: .3s; }

  .character_btn:hover {
    opacity: .7; }

  @media screen and (max-width: 1024px) {
    .character_btn {
      width: 45vw; } }

@keyframes character {
  0%, 100% {
    transform: scale(1) translate(0px, 0px); }
  50% {
    transform: scale(0.95) translate(0px, 10px); }
  100% {
    transform: scale(1) translate(0px, 0px); } }
.series_btn p, .History_btn p, .character_btn p {
  position: absolute; }

.main_con {
  width: 100%;
  position: relative;
  height: 100vh;
  max-height: 100%; }

.right_bn {
  width: calc(100% / 3);
  position: relative;
  overflow: hidden;
  right: 0;
  left: auto; }

.over_ray {
  width: 100%;
  position: absolute;
  bottom: 0;
  top: auto;
  color: #FFF;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  padding: 7% 5%; }
  .over_ray p:nth-child(2n) {
    font-size: 175%;
    font-weight: bold; }

.main_nwbn {
  width: 100%;
  height: 100vh;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  position: relative;
  z-index: 0;
  transition: .3s; }
  .main_nwbn:hover {
    opacity: .7; }

.main_con_left_top {
  position: relative;
  height: 70vh; }

.pickup {
  position: absolute;
  right: auto;
  bottom: 1em;
  width: 100%;
  top: 60vh;
  min-height: 30vh; }

.p_con {
  width: 85%;
  margin: 3% auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0 2.5%; }
  .p_con img {
    width: 99%;
    border: solid 1px #FFF; }
  .p_con h3 {
    color: #FFF;
    width: 100%;
    margin-bottom: 2vh;
    font-size: 30px;
    font-family: 'Sawarabi Mincho', serif; }
    .p_con h3 img {
      border: none;
      width: 25vw;
      max-width: 100%; }
  .p_con div {
    margin: 0 auto 10px;
    transition: .5s;
    position: relative;
    overflow: hidden;
    width: 19%; }
    .p_con div p {
      background: rgba(0, 0, 0, 0.7);
      width: 100%;
      height: 100%;
      text-align: center;
      overflow: hidden;
      font-size: 110%;
      color: #FFF;
      position: absolute;
      z-index: 1;
      top: 105%;
      -webkit-transition: all 0.6s ease;
      transition: all 0.6s ease;
      display: flex;
      align-items: center;
      justify-content: center; }
    .p_con div:hover p {
      top: 0; }

/*=====================================================================================================================*/
/*携帯用設定*/
.sp_top {
  display: none; }
  @media screen and (max-width: 1024px) {
    .sp_top {
      display: block; } }

.splogo_img {
  position: relative;
  height: 35vh; }
  .splogo_img img {
    max-width: 100%;
    height: auto; }
  @media screen and (max-width: 640px) {
    .splogo_img {
      height: 30vh; } }

.splogo {
  width: 100vw;
  height: auto;
  position: absolute;
  margin: 0 auto;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.badge {
  width: 30vw;
  height: auto;
  margin: 0 auto;
  position: absolute;
  margin: auto;
  top: 15vh;
  left: 0; }
  @media screen and (max-width: 640px) {
    .badge {
      top: 10.5vh; } }

.sp_topmenu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }

.sp_pup {
  margin: 0 auto 2vh; }
  .sp_pup img {
    max-width: 100%; }
  .sp_pup div {
    margin: 0 auto 2vh;
    width: 98vw;
    text-align: center;
    transition: .3s; }
    .sp_pup div:hover {
      opacity: .5; }

/*=====================================================================================================================*/
/*概要設定*/
.overview {
  height: auto;
  margin: 0px auto 30px;
  position: relative;
  background-size: cover;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.64);
  border-bottom: 1px solid rgba(255, 255, 255, 0.64); }

.overview .mcon {
  width: 1000px;
  max-width: 100%;
  border: double 6px #FFF;
  border-radius: 3em 0;
  background-color: rgba(0, 0, 0, 0.7);
  background-image: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 9px, transparent 0, transparent 14px);
  color: #FFF;
  max-width: 100%;
  margin: 5em auto;
  overflow: hidden;
  letter-spacing: 0.3em; }
  .overview .mcon h2 {
    margin: 0 auto 3.5%;
    padding: 0;
    width: 100%;
    font-weight: bold;
    font-family: 'Sawarabi Mincho', serif;
    text-align: center; }
    .overview .mcon h2 img {
      width: 35vw; }
  .overview .mcon div {
    font-size: 1.05em;
    padding: 2% 5% 5% 5%;
    width: 95%;
    margin: 25px auto;
    line-height: 180%;
    font-family: 'Noto Serif JP', serif; }
  @media screen and (max-width: 1024px) {
    .overview .mcon {
      width: 80%; }
      .overview .mcon h2 {
        margin: 0 auto 1rem; }
        .overview .mcon h2 img {
          width: 100vw;
          max-width: 100%; }
      .overview .mcon div {
        font-size: .9em;
        padding: 0;
        width: 85%;
        margin: 25px auto; } }

.overview .mask {
  position: absolute;
  z-index: -2;
  margin: auto;
  width: 100vw;
  max-width: 100%;
  height: 150vh;
  max-height: 100%;
  top: 0;
  left: 0;
  right: 0;

  background: url("../img/top_back01.jpg") no-repeat;
  background-size: cover;
  opacity: .5; }

.overview .mask2 {
  position: absolute;
  z-index: -1;
  margin: auto;
  width: 100vw;
  max-width: 100%;
  height: 150vh;
  max-height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: url("../img/back_ads.png") repeat-x center;
  background-size: contain;
  opacity: .5; }
  @media screen and (max-width: 1024px) {
    .overview .mask2 {
      background: url("../img/back_ads.png") repeat-y center; } }

/*=====================================================================================================================*/
/*ヒストリー用設定*/
.history {
  width: 100vw;
  max-width: 100%; }
  .history h2 {
    color: #FFF;
    font-size: 3em;
    margin: 2% auto 5%;
    padding: 0;
    width: 100%;
    font-weight: bold;
    font-family: 'Sawarabi Mincho', serif;
    overflow: hidden;
    width: 1000px;
    max-width: 100%;
    letter-spacing: 0.2em;
    padding: 20px 0px 0px; }
    .history h2 img {
      width: 35vw; }
    @media screen and (max-width: 1024px) {
      .history h2 {
        text-align: center; }
        .history h2 img {
          width: 100%;
          max-width: 100%;
          display: block; } }

.history_con {
  width: 890px;
  max-width: 100%;
  margin: 0 auto 50px;
  padding-left: 8em; }
  @media screen and (max-width: 1024px) {
    .history_con {
      padding-left: 2.5vw; } }
  @media screen and (max-width: 640px) {
    .history_con {
      padding-left: 3.5vw; } }

.hako {
  position: relative;
  display: flex; }
  @media screen and (max-width: 1024px) {
    .hako {
      flex-wrap: wrap; } }

.fukidasi {
  position: relative;
  padding: 3em 1em;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: .5em .5em .5em .5em;
  /* 左上 | 右上 | 右下 | 左下 */
  width: 100%;
  margin: 0 0 10em 7.5em; }
  .fukidasi .s_con {
    position: relative;
    height: auto;
    display: flex;
    align-items: flex-start;
    z-index: 1; }
  @media screen and (max-width: 1024px) {
    .fukidasi {
      width: 80%;
      margin: 0 0 5em 4.5em; }
      .fukidasi .s_con {
        position: static;
        display: block;
        flex-wrap: wrap; } }
  @media screen and (max-width: 1024px) and (max-width: 640px) {
    .fukidasi {
      padding: 3em 0em;
      margin: 0 0 5em 1.5em;
      width: 85%; }
      .fukidasi .s_con {
        flex-wrap: wrap;
        text-align: center; } }

/* beforeで三角を表現 */
.fukidasi::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 42px;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid rgba(255, 255, 255, 0.9); }
  @media screen and (max-width: 1024px) {
    .fukidasi::before {
      content: "";
      position: absolute;
      top: -15px;
      left: 6.5%;
      margin-left: -15px;
      border: 15px solid transparent;
      border-bottom: 15px solid rgba(255, 255, 255, 0.9); } }

.release_data {
  position: relative;
  font-size: 2em;
  font-weight: bold;
  margin-left: -4.0em;
  top: .6em;
  color: #fff; }
  @media screen and (max-width: 1024px) {
    .release_data {
      width: 100vw;
      max-width: 100%;
      position: static;
      margin-left: 6vw;
      margin-bottom: 3rem; } }

.title_img {
  width: 250px;
  margin-left: 0em; }
  @media screen and (max-width: 1024px) {
    .title_img {
      display: block;
      max-width: 100%;
      margin: 0 auto 1rem; } }

.txt {
  font-family: 'Noto Sans JP', sans-serif;
  width: 100%;
  margin: 0 30px 0;
  text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.7), -2px 2px 2px rgba(255, 255, 255, 0.7), 2px -2px 2px rgba(255, 255, 255, 0.7), -2px -2px 2px rgba(255, 255, 255, 0.7);
  letter-spacing: 0.1em;
  line-height: 180%;
  text-align: left;
  overflow: hidden; }
  .txt h4 {
    font-size: 1.5em;
    font-weight: bold;
    font-family: 'Sawarabi Mincho', serif;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.85), -1px 1px 1px rgba(255, 255, 255, 0.85), 1px -1px 1px rgba(255, 255, 255, 0.85), -1px -1px 1px rgba(255, 255, 255, 0.85);
    margin-bottom: 10px;
    text-align: center; }
  .txt p {
    font-size: small;
    padding-bottom: 2em;
    font-family: 'Noto Sans JP', sans-serif;
    margin-top: 2rem;
    line-height: 180%;
    color: rgba(67, 67, 67, 0.85); }
  @media screen and (max-width: 1024px) {
    .txt {
      width: 85%;
      margin: 0 auto; }
      .txt p {
        text-align: left;
        margin-top: 3rem; } }

.web_linkbtn a {
  text-shadow: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  font-family: 'Sawarabi Mincho', serif;
  margin-top: 2em;
  margin-right: 1.5em;
  padding: 1em 1em;
  width: 200px;
  color: #FFAF35;
  font-size: 18px;
  font-weight: 600;
  background: linear-gradient(#2d1712, black) #000;
  border-radius: 1px;
  transition: .3s;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transform: skew(-15deg);
  border-top: 6px double #e49d40;
  border-bottom: 6px double #e49d40; }
  @media screen and (max-width: 1024px) {
    .web_linkbtn a {
      width: 70%;
      margin: 2em auto 0;
      position: relative;
      z-index: 3; } }
  @media screen and (max-width: 360px) {
    .web_linkbtn a {
      font-size: .8em; } }

.web_linkbtn a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  transform: rotate(45deg);
  transition: .3s; }

.web_linkbtn a:hover {
  text-decoration: none;
  background: #320000; }
  .web_linkbtn a:hover::after {
    transform: rotate(45deg) translate(3px, -3px); }

.border-line {
  /*線の位置*/
  position: absolute;
  left: 0.15em;
  top: 35px;
  width: 5px;
  /*線の太さ*/
  height: 0;
  /*はじめは高さを0に*/
  background: white; }

.timeline {
  width: 100%;
  margin: 50px auto;
  padding: 0 00px; }
  .timeline li {
    width: 100%;
    position: relative;
    list-style: none;
    padding: 0 0 10px 0; }

.timeline li::after {
  content: '';
  position: absolute;
  top: 33px;
  left: -8px;
  width: 25px;
  height: 25px;
  background: #FFF;
  border-radius: 50%; }
  @media screen and (max-width: 1024px) {
    .timeline li::after {
      top: 10px; } }

.timeline li:nth-child(n+2) .fukidasi {
  opacity: 0; }

.ad1bk, .ad2bk, .ad3bk, .ad4bk, .ad5bk, .ad6bk, .ad7bk, .ad8bk,.ad9bk  {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100vh;
  max-height: 100%;
  width: 100vw;
  max-width: 100%;
  border-radius: .4em .4em .5em .5em;
  /* 左上 | 右上 | 右下 | 左下 */
  background-size: cover;
  -webkit-mask-image: linear-gradient(-90deg, rgba(0, 0, 0, 0.25) 40%, rgba(0, 0, 0, 0) 80%);
  mask-image: linear-gradient(-90deg, rgba(0, 0, 0, 0.25) 40%, rgba(0, 0, 0, 0) 80%); }
  @media screen and (max-width: 1024px) {
    .ad1bk, .ad2bk, .ad3bk, .ad4bk, .ad5bk, .ad6bk, .ad7bk, .ad8bk, .ad9bk {
      -webkit-mask-image: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0) 80%);
      mask-image: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0) 80%);
      height: 150vh;
      background-size: auto; } }

.ad1bk {
  background: url("../img/back_ad1.jpg") no-repeat 0em -30em;
  opacity: .5; }
  @media screen and (max-width: 1024px) {
    .ad1bk {
      background: url("../img/back_ad1.jpg") no-repeat bottom left;
      opacity: 1; } }

.ad2bk {
  background: url("../img/back_ad2.jpg") no-repeat 0em -35em;
  opacity: .5; }
  @media screen and (max-width: 1024px) {
    .ad2bk {
      background: url("../img/back_ad2.jpg") no-repeat bottom center; } }

.ad3bk {
  background: url("../img/back_ad3.jpg") no-repeat -30em -75em; }
  @media screen and (max-width: 1024px) {
    .ad3bk {
      background: -0em -0em bottom; } }

.ad4bk {
  background: url("../img/back_ad4.jpg") no-repeat 0em -35em;
  opacity: .5; }
  @media screen and (max-width: 1024px) {
    .ad4bk {
      background: url("../img/back_ad4.jpg") no-repeat bottom center;
      opacity: .4; } }

.ad5bk {
  background: url("../img/back_00.jpg") no-repeat -10em -10em; }

.ad6bk {
  background: url("../img/top_back01.jpg") no-repeat -20em -20em; }
  @media screen and (max-width: 1024px) {
    .ad6bk {
      background: url("../img/top_back01.jpg") top no-repeat; } }

.ad7bk {
  background: url("../img/back_adg2.jpg") no-repeat -20em -20em;
  opacity: .6; }
  @media screen and (max-width: 1024px) {
    .ad7bk {
      background: url("../img/back_adg2.jpg") center bottom no-repeat;
      opacity: 1; } }

.ad8bk {
  background: url("../img/back_adn.jpg") no-repeat -40em -10em;
  opacity: .7; }
  @media screen and (max-width: 1024px) {
    .ad8bk {
      background: url("../img/back_adn.jpg") no-repeat bottom;
      opacity: 1; } }

.ad9bk {
  background: url("../img/back_ad12.jpg") no-repeat -25em -10em;
  opacity: 1; }
  @media screen and (max-width: 1024px) {
    .ad9bk {
      background: url("../img/back_ad12.jpg") no-repeat bottom;
      opacity: 1; } }

/*=====================================================================================================================*/
/*キャラクター用設定*/
.character {
  height: auto;
  max-height: 100%;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.65); }
  .character h2 {
    color: #FFF;
    font-size: 3em;
    margin: 50px auto 0px;
    padding: 0;
    font-weight: bold;
    font-family: 'Sawarabi Mincho', serif;
    overflow: hidden;
    width: 1000px;
    max-width: 100%; }
    .character h2 img {
      width: 35vw; }
  @media screen and (max-width: 1024px) {
    .character {
      width: 100vw;
      height: auto;
      overflow: hidden; }
      .character h2 {
        margin: 0em auto 0px; }
        .character h2 img {
          width: 100%;
          max-width: 100%; } }

.chara_con {
  width: 1000px;
  max-width: 100%;
  height: auto;
  position: relative;
  margin: 0 auto;
  overflow: hidden; }
  @media screen and (max-width: 1024px) {
    .chara_con {
      position: static;
      width: 95vw;
      height: auto; }
}

.ad_img {
  margin: 4rem auto 0;
  position: relative;
  top: 8vh;
  bottom: auto;
  height: 500px; }
  .ad_img li img {
    max-width: 100%;
    margin: 0 auto; }
  @media screen and (max-width: 1024px) {
    .ad_img {
		margin: 0 auto;
 		position: static;
		height: auto;
		width: 100%;
       } 
}

.chara_list {
  margin: 3vh auto 5vh;
  position: absolute;
  top: 2.5rem;
  right: 0;
  left: 0;
  display: block;
  width: 100%; }
  .chara_list img {
    width: 110px;
    opacity: .3;
    transition: .5s;
    display: block;
    margin: 0 auto; }
  @media screen and (max-width: 1024px) {
    .chara_list {
      position: static;
      width: 95%;
      display: block;
      margin: 3vh auto 15vh; } }

.chara_list .slick-current img {
  opacity: 1; }

.character .mask {
  position: absolute;
  z-index: -1;
  margin: auto;
  width: 100vw;
  max-width: 100%;
  height: 400vh;
  max-height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: url("../img/back_adn.jpg") no-repeat;
  background-size: cover;
  opacity: .3; }

.slick-prev {
  left: 4vw;
  top: auto;
  bottom: 10rem;
  z-index: 5; }

.slick-next {
  right: 4vw;
  top: auto;
  bottom: 10rem;
  z-index: 5; }

.slick-dots2 {
  position: static;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 2rem auto 5rem;
  width: 100%; }
  @media screen and (max-width: 1024px) {
    .slick-dots2 {
      margin: 2rem auto 3rem; } }

.slick-dots2 li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots2 li.slick-active
button::before {
  color: #FFF; }

.slick-dots2 li button {
  background: transparent;
  border: 0;
  font-size: 0pt; }

.slick-dots2 li button::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: rgba(175, 125, 20, 0.4);
  opacity: 1; }

/*=====================================================================================================================*/
/*タブキャラ切替用設定*/
.tab-list {
  margin: 3vh auto 5vh;
  position: absolute;
  top: .5rem;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%; }
  .tab-list li {
    transition: .3s; }
  .tab-list img {
    width: 110px;
    opacity: .8;
    transition: .5s;
    display: block;
    margin: 0 auto; }
  @media screen and (max-width: 1024px) {
    .tab-list {
      width: 70%;
      margin: 0vh auto 8vh;
      position: static;
      flex-wrap: wrap; }
      .tab-list li {
        margin: 1vh auto; }
      .tab-list img {
        width: 150px;
        opacity: .8;
        transition: .5s;
        display: block;
        margin: 0 auto; } }
  @media screen and (max-width: 640px) {
    .tab-list {
      width: 90%;
      margin: 0vh auto 8vh;
      position: static;
      flex-wrap: wrap; }
      .tab-list li {
        margin: 1vh auto; }
      .tab-list img {
        width: 100px;
        opacity: .8;
        transition: .5s;
        display: block;
        margin: 0 auto; } }

.tab-area {
  display: none;
  max-width: 980px;
  margin: 13% auto;
  position: relative;
  overflow: hidden;
  height: 500px;
text-align: center;}
  .tab-area img {
    max-width: 100%; }
  @media screen and (max-width: 1024px) {
    .tab-area {
      margin: 5% auto 8%;
      height: auto; }
}

.tab-area.current {
  display: block;}

.chara_con .tab-list img{
  opacity:0.5;
  cursor: pointer;
}

.chara_con .tab-list img.tg , .chara_con .tab-list img.tg:hover{
  opacity:1;
  cursor: default;
}


/*=====================================================================================================================*/
/*スマホ用設定*/
.sp_con {
  display: none; }
  @media screen and (max-width: 1024px) {
    .sp_con {
      display: block; } }

/*=====================================================================================================================*/
/*footer設定*/
footer {
  border-top: 1px solid #d48d28;
  background: #000;
  color: #FFF;
  padding: 10px 0px;
  text-align: center;
  font-size: 10px;
  width: 100%;
  margin: auto auto 0;
  bottom: 0; }

.ud_link {
  display: flex;
  justify-content: space-around;
  margin: 0 auto 3em;
  width: 60vw; }
  .ud_link img {
    width: 340px;
    max-width: 100%;
    transition: .3s; }
    .ud_link img:hover {
      opacity: .5; }
  @media screen and (max-width: 1024px) {
    .ud_link {
      width: 95%;
      flex-wrap: wrap; }
      .ud_link img {
        margin-bottom: 3vh; } }

hr {
  background: #d48d28;
  height: 1px;
  margin: 0 0 3em;
  padding: 0;
  border: none; }

.sns_btn {
  display: flex;
  width: 250px;
  margin: 0 auto;
  justify-content: space-around; }
  .sns_btn img {
    width: 50px; }

.klogo img {
  width: 80px; }

.copy {
  color: #d0d0d0;
  margin: 20px auto;
  border-bottom: 1px solid #d48d28; }

#page-top {
  display: block;
  width: 80px;
  height: 80px;
  position: relative;
  top: -5vh;
  margin: 0 auto;
  transition: .5s;
  background: url("../img/pagetop.png") no-repeat center;
  background-size: contain; }
  #page-top img {
    width: 100%;
    height: 100%; }
  #page-top:hover {
    opacity: .9;
    transform: translate(0px, -5px); }
