@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP&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; }

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; }

/*=====================================================================================================================*/
/*ボディー全体設定*/
html {
  overflow: auto; }

html, body {
  width: 100%; }

body {
  background: #FFF;
  outline: none;
  min-width: 100%;
  overflow: hidden; }

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; }

/*=====================================================================================================================*/
/*ヘッダー(一番上の奴)設定*/
header {
  width: 100vw;
  position: relative;
  top: 0;
  z-index: 99;
  background: #131313; }
  header img {
    text-align: left; }
  header img:hover {
    opacity: 0.7; }
  header p {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 0.3%; }
  @media screen and (max-width: 1024px) {
    header {
      padding: 0; } }

.hd_img {
  width: 80px; }

/*=====================================================================================================================*/
/*折り畳みSPメニュー*/
#navToggle {
  display: none; }
  @media screen and (max-width: 1024px) {
    #navToggle {
      /*引数を省略*/
      display: block;
      position: fixed;
      right: 3%;
      top: 13px;
      width: 30px;
      height: 20px;
      cursor: pointer; }
      #navToggle div {
        position: relative; }
      #navToggle img:hover {
        opacity: 0.5; } }

/*=====================================================================================================================*/
/*折り畳みSPメニュー*/
#nav-toggle {
  display: none;
  position: fixed;
  right: 12px;
  top: 14px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101; }
  @media screen and (max-width: 1024px) {
    #nav-toggle {
      display: block; } }

#nav-toggle div {
  position: relative; }

#nav-toggle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #22af6f;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out; }

#nav-toggle span:nth-child(1) {
  top: 0; }

#nav-toggle span:nth-child(2) {
  top: 11px; }

#nav-toggle span:nth-child(3) {
  top: 22px; }

.menu {
  position: fixed;
  /* 開いてないときは画面外に配置 */
  top: -900px;
  left: 0;
  right: auto;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  text-align: center;
  padding: 0px 0;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  transition: .5s ease-in-out; }
  @media screen and (max-width: 1024px) {
    .menu img {
      display: block;
      max-width: 60%;
      margin: 0 auto; } }

.menu ul {
  position: static;
  right: 0;
  top: 0; }

.menu ul li {
  float: none;
  position: static;
  font-size: 25px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.74); }
  .menu ul li img {
    display: block;
    max-width: 60%;
    margin: 0 auto; }

.menu ul li:last-child {
  border-bottom: none; }

.menu ul li a {
  width: 100%;
  display: block;
  color: #fff;
  padding: 5px 0; }

/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg); }

.open #nav-toggle span:nth-child(2) {
  width: 0;
  left: 50%; }

.open #nav-toggle span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-315deg); }

/* #global-nav スライドアニメーション */
.open .menu {
  /* #global-nav top + #mobile-head height */
  -moz-transform: translateY(900px);
  -webkit-transform: translateY(900px);
  transform: translateY(900px); }

.header {
  background: #000;
  overflow: hidden;
  max-width: 100vw;
  padding: 10px; }
  .header p {
    margin: 10px auto; }
  .header img {
    transition: 0.5s; }
  .header img:hover {
    opacity: 0.5; }
  @media screen and (max-width: 1024px) {
    .header {
      display: block;
      padding: 10px;
      text-align: left; }
      .header p {
        text-align: left;
        max-width: 100%; }
      .header img {
        display: block;
        width: 80px; } }

/*SP折り畳みメニュー終了==================================================================================================*/
/*=====================================================================================================================*/
/*=====================================================================================================================*/
/*各項目固定背景用================================================================================*/
/*固定背景*/
.g_back {
  max-width: 100%;
  width: 100vw;
  max-height: 100%;
  height: 100vh;
  background: url("../img/back.jpg") top center;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  z-index: -6; }

.story_back {
  max-width: 100%;
  width: 100vw;
  max-height: 100%;
  background: url("../img/back_2.jpg") top no-repeat fixed;
  background-size: cover;
  position: static;
  z-index: -4;
  overflow: hidden; }
  @media screen and (max-width: 1024px) {
    .story_back {
      background: url("../img/back_2.jpg") top no-repeat;
      background-size: cover; } }

.sys_back {
  max-width: 100%;
  width: 100vw;
  max-height: 100%;
  background: url("../img/back_3.jpg") top no-repeat fixed;
  position: static;
  overflow: hidden;
  background-size: cover;
  top: 0;
  z-index: -4; }
  @media screen and (max-width: 1024px) {
    .sys_back {
      background: url("../img/back_3sp.jpg") top no-repeat;
      background-size: cover; } }

.fishing_back {
  max-width: 100%;
  width: 100vw;
  max-height: 100%;
  background: url("../img/back_4.jpg") top no-repeat fixed;
  position: static;
  overflow: hidden;
  background-size: cover;
  top: 0;
  z-index: -4; }
  @media screen and (max-width: 1024px) {
    .fishing_back {
      background: url("../img/back_4sp.jpg") top no-repeat;
      background-size: cover; } }

/*横幅固定用*/
.mcon {
  width: 1020px;
  margin: 0 auto; }
  @media screen and (max-width: 1024px) {
    .mcon {
      max-width: 90%;
      margin: 0 auto; } }

/*=====================================================================================================================*/
/*TOPメイン画像関連（パーツ増やしたり減らしたり）================================================================================*/
.main_back {
  background: url("../img/topback.jpg") top center no-repeat;
  background-size: cover;
  overflow: hidden; }
  @media screen and (max-width: 1024px) {
    .main_back {
      display: none; } }

.main_img {
  height: 700px;
  margin: 0 auto;
  position: relative;
  width: 100%; }

.cplogo {
  position: absolute;
  top: 00px;
  right: 0;
  display: flex;
  flex-wrap: nowrap;
  z-index: 20; }
  .cplogo li {
    margin-top: 10px;
    text-align: right; }
  .cplogo img {
    max-width: 80%; }

.t_pv {
  position: absolute;
  z-index: 25;
  margin: 0 auto;
  top: 16.5rem;
  right: -1rem;
  left: 40rem;
  opacity: 0;
  animation-name: catch;
  /*キーフレーム指定*/
  animation-duration: 1s;
  /*アニメーション時間設定（秒）*/
  animation-timing-function: ease;
  /*アニメーションのなんかうにょーんってするやつ*/
  animation-delay: 0.5s;
  /*アニメーション開始するまでのタメ時間*/
  animation-fill-mode: forwards;
  /*アニメーション後の処理（最後のコマで固定）*/ }

.g-title {
  position: absolute;
  top: 0px;
  z-index: 20;
  margin: 0 auto;
  right: 0rem;
  left: 40rem;
  opacity: 0;
  animation-name: titlelogo;
  /*キーフレーム指定*/
  animation-duration: 1.5s;
  /*アニメーション時間設定（秒）*/
  animation-timing-function: ease;
  /*アニメーションのなんかうにょーんってするやつ*/
  animation-delay: 0.5s;
  /*アニメーション開始するまでのタメ時間*/
  animation-fill-mode: forwards;
  /*アニメーション後の処理（最後のコマで固定）*/ }

.t_hero {
  position: absolute;
  z-index: 15;
  margin: 0 auto;
  bottom: 0px;
  left: 10vw;
  opacity: 0;
  width: calc(100% - 50.80%);
  animation-name: hero;
  /*キーフレーム指定*/
  animation-duration: 1s;
  /*アニメーション時間設定（秒）*/
  animation-timing-function: ease;
  /*アニメーションのなんかうにょーんってするやつ*/
  animation-delay: 0.5s;
  /*アニメーション開始するまでのタメ時間*/
  animation-fill-mode: forwards;
  /*アニメーション後の処理（最後のコマで固定）*/ }
  @media screen and (max-width: 1930px) {
    .t_hero {
      width: calc(100% - 31.80%);
      left: calc(0% - 9.5vw); } }
  @media screen and (max-width: 1280px) {
    .t_hero {
      width: calc(100% - 20.80%);
      right: auto;
      left: -13vw; } }

.t_sale {
  position: absolute;
  text-align: center;
  z-index: 30;
  margin: 0 auto;
  bottom: 6.5rem;
  right: 0px;
  left: 42rem;
  opacity: 0;
  display: flex;
  overflow: hidden;
  width: 520px;
  justify-content: space-around;
  animation-name: sale;
  /*キーフレーム指定*/
  animation-duration: 1s;
  /*アニメーション時間設定（秒）*/
  animation-timing-function: ease;
  /*アニメーションのなんかうにょーんってするやつ*/
  animation-delay: 0.5s;
  /*アニメーション開始するまでのタメ時間*/
  animation-fill-mode: forwards;
  /*アニメーション後の処理（最後のコマで固定）*/ }
  .t_sale img {
    width: 200px;
    transition: .2s; }
  .t_sale img:hover {
    opacity: 0.5; }
  @media screen and (max-width: 1280px) {
    .t_sale {
      right: 0;
      left: auto; } }

.t_sale2 {
  position: absolute;
  text-align: center;
  z-index: 30;
  margin: 0 auto;
  bottom: 6.5rem;
  right: 0px;
  left: 41rem;
  opacity: 0;
  display: flex;
  overflow: hidden;
  width: 430px;
  justify-content: space-around;
  animation-name: sale;
  /*キーフレーム指定*/
  animation-duration: 1s;
  /*アニメーション時間設定（秒）*/
  animation-timing-function: ease;
  /*アニメーションのなんかうにょーんってするやつ*/
  animation-delay: 0.5s;
  /*アニメーション開始するまでのタメ時間*/
  animation-fill-mode: forwards;
  /*アニメーション後の処理（最後のコマで固定）*/ }
  .t_sale2 img {
    max-width: 100%;
    transition: .2s; }
  .t_sale2 img:hover {
    opacity: 0.5; }

/*アニメーション設定===================*/
@keyframes sale {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes catch {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes titlelogo {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes hero {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.spmain {
  display: none;
  background: #0b0b0c; }
  .spmain img {
    max-width: 100%; }
  @media screen and (max-width: 1024px) {
    .spmain {
      display: block;
      overflow: hidden; } }

.sp_sale {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .sp_sale img {
    height: 60px;
    margin: 10px; }

/*PCメヌー--------------------------------------------------------------------------------------------------------------*/
.pcmenu {
  background: url("../img/menu_back.png") center top repeat-x rgba(0, 0, 0, 0.68);
  height: 85px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999; }
  .pcmenu ul {
    display: flex;
    justify-content: space-around;
    max-width: 960px;
    margin: 0 auto; }
    .pcmenu ul img {
      transition: .3s; }
    .pcmenu ul img:hover {
      opacity: 0.5; }
  @media screen and (max-width: 1024px) {
    .pcmenu {
      display: none; } }

.pcmenu.hd_fixed {
  position: fixed;
  top: 0px;
  z-index: 9999;
  width: 100%; }
  @media screen and (max-width: 1024px) {
    .pcmenu.hd_fixed {
      display: none; } }

#story, #enagi, #system, #character, #fishing {
  position: relative;
  top: -80px; }
  @media screen and (max-width: 1024px) {
    #story, #enagi, #system, #character, #fishing {
      top: 0; } }

/*PV部分================================================================================*/
.pv {
  text-align: center;
  margin: 80px auto; }
  .pv img {
    max-width: 100%; }
  @media screen and (max-width: 1024px) {
    .pv {
      width: 96%;
      margin: 20px auto 40px; } }

/*=====================================================================================================================*/
/*ストーリー部分================================================================================*/
/*各種おび*/
.t_obi {
  width: 1020px;
  max-width: 100%;
  margin: 3rem auto;
  text-align: left; }
  @media screen and (max-width: 1024px) {
    .t_obi {
      width: 100%; }
      .t_obi img {
        max-width: 100%; } }

.story {
  overflow: hidden;
  height: 400px;
  position: relative;
  margin: 40px auto; }
  @media screen and (max-width: 1024px) {
    .story {
      height: auto; } }

.story_mozi img {
  display: block;
  margin: 0 auto;
  max-width: 100%; }

.s_l1 {
  position: absolute;
  margin: 0 auto;
  bottom: 0px;
  left: 0;
  width: 440px;
  z-index: 3; }
  @media screen and (max-width: 1024px) {
    .s_l1 {
      position: static;
      width: 100%;
      display: block;
      margin: 20px auto 60px; } }

.s_r1 {
  position: absolute;
  margin: 0 auto;
  right: 0;
  top: 0; }
  @media screen and (max-width: 1024px) {
    .s_r1 {
      position: static;
      width: 100%;
      display: block;
      margin: 0 auto; } }

.s_l2 {
  position: absolute;
  margin: 0 auto;
  top: 0px;
  left: 0; }
  @media screen and (max-width: 1024px) {
    .s_l2 {
      position: static;
      width: 100%;
      display: block;
      margin: 0 auto; } }

.s_r2 {
  position: absolute;
  margin: 0 auto;
  right: 0;
  bottom: 0px;
  z-index: 3;
  width: 440px; }
  @media screen and (max-width: 1024px) {
    .s_r2 {
      position: static;
      width: 100%;
      display: block;
      margin: 20px auto 60px; } }

.s_l3 {
  position: absolute;
  margin: 0 auto;
  top: 0px;
  width: 600px; }
  @media screen and (max-width: 1024px) {
    .s_l3 {
      position: static;
      width: 100%;
      display: block;
      margin: 0 auto; } }

.s_r3 {
  position: absolute;
  margin: 0 auto;
  right: 0;
  bottom: 0px;
  z-index: 3; }
  @media screen and (max-width: 1024px) {
    .s_r3 {
      position: static;
      width: 100%; }
      .s_r3 img {
        max-width: 100%;
        display: block;
        margin: 20px auto 60px; } }

.s_l4 {
  position: absolute;
  margin: 0 auto;
  bottom: 0px;
  left: 0;
  z-index: 3; }
  @media screen and (max-width: 1024px) {
    .s_l4 {
      position: static;
      width: 100%; }
      .s_l4 img {
        max-width: 100%;
        display: block;
        margin: 20px auto 60px; } }

.s_r4 {
  position: absolute;
  margin: 0 auto;
  right: 0;
  top: 0;
  width: 600px; }
  @media screen and (max-width: 1024px) {
    .s_r4 {
      position: static;
      width: 100%;
      display: block;
      margin: 0 auto; } }

.story_spcon {
  max-width: 95%;
  margin: 0 auto; }
  .story_spcon img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0;
    border: none; }

.img {
  width: 480px; }
  @media screen and (max-width: 1024px) {
    .img {
      max-width: 96%;
      margin: 20px auto 0; } }

.s_cap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 5px auto 25px;
  width: 1100px;
  max-width: 100%; }
  .s_cap img {
    display: block;
    max-width: 100%;
    margin: 0 auto; }
  @media screen and (max-width: 1024px) {
    .s_cap {
      text-align: center; }
      .s_cap img {
        display: block;
        margin: 10px auto;
        max-width: 98%; } }
  @media screen and (max-width: 800px) {
    .s_cap {
      display: none;
      text-align: center; }
      .s_cap img {
        display: block;
        margin: 10px auto;
        max-width: 98%; } }

/*=====================================================================================================================*/
/*システム部分================================================================================*/
.ena {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 20px auto 40px; }
  .ena img {
    max-width: 100%;
    height: auto; }

.position_n {
  position: relative; }

.ena_main img {
  max-width: 100%; }

.ena_img0 {
  position: relative;
  margin: 25px auto; }

.ena_imgleft {
  position: absolute;
  top: 25px;
  left: -20%;
  z-index: -2; }

.ena_imgright {
  position: absolute;
  top: 25px;
  right: -20%;
  z-index: -2; }

.ena_imgleft2 {
  position: absolute;
  top: -25px;
  left: 3%;
  z-index: -2; }

.ena_imgright2 {
  position: absolute;
  top: 0px;
  right: -1%;
  z-index: -2; }

@media screen and (max-width: 1024px) {
  .ena_imgleft, .ena_imgleft2, .ena_imgright, .ena_imgright2 {
    display: none; } }

.ena_con {
  width: 460px; }
  .ena_con img {
    margin-bottom: 20px; }
  @media screen and (max-width: 1024px) {
    .ena_con {
      max-width: 98%; } }

.ena_lft {
  margin-bottom: 30px; }

/*=====================================================================================================================*/
/*キャラクター部分================================================================================*/
.chara_mcon {
  height: 920px;
  position: relative;
  text-align: center;
  z-index: 3; }
  @media screen and (max-width: 1024px) {
    .chara_mcon {
      width: 98%;
      margin: 0 auto;
      position: static;
      height: auto; } }

#slider {
  width: 1000px;
  height: 400px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 00px;
  text-align: center; }
  #slider ul {
    overflow: hidden; }
    #slider ul li img {
      display: block;
      margin: 0 auto; }
  @media screen and (max-width: 1024px) {
    #slider {
      position: relative;
      width: 100%;
      height: auto;
      bottom: auto; }
      #slider ul {
        width: 100%;
        height: auto; } }

#thumbnail-list {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 180px; }
  #thumbnail-list ul {
    display: flex;
    width: 1000px;
    margin: 0 auto;
    justify-content: space-around;
    flex-wrap: wrap; }
    #thumbnail-list ul li {
      margin-bottom: 0px;
      width: 230px; }
  @media screen and (max-width: 1024px) {
    #thumbnail-list {
      position: static;
      height: auto;
      margin: 20px auto; }
      #thumbnail-list ul {
        width: 100%; }
        #thumbnail-list ul li {
          margin-bottom: 10px;
          width: 140px; } }
  @media screen and (max-width: 640px) {
    #thumbnail-list ul {
      justify-content: space-between; }
      #thumbnail-list ul li {
        width: 200px;
        margin-bottom: 10px; }
        #thumbnail-list ul li img {
          width: 100%; } }
  @media screen and (max-width: 420px) {
    #thumbnail-list ul {
      justify-content: space-between; }
      #thumbnail-list ul li {
        width: 140px; }
        #thumbnail-list ul li img {
          width: 100%; } }

.slide-item picture img {
  margin: 0 auto;
  max-width: 100%; }

.center-mgn {
  margin: 0 5px; }
  @media screen and (max-width: 1024px) {
    .center-mgn {
      margin: auto; } }

.thumb-item {
  box-sizing: border-box;
  position: relative; }
  .thumb-item:after {
    content: '';
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    display: block;
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: .3s opacity linear; }
  .thumb-item.thumbnail-current:after {
    opacity: 0; }
  .thumb-item img {
    width: 100%;
    margin: 0 auto; }

.mfp-arrow-left {
  left: 20%; }
  @media screen and (max-width: 1280px) {
    .mfp-arrow-left {
      left: 0%; } }

.mfp-arrow-right {
  right: 20%; }
  @media screen and (max-width: 1280px) {
    .mfp-arrow-right {
      right: 0%; } }

/*=====================================================================================================================*/
/*ポータル===========================================================================================================*/
.potalbn {
  text-align: center;
  margin: 20px auto;
  transition: .5s;
  width: 760px;
  max-width: 90%; }
  .potalbn:hover {
    opacity: .6; }
  .potalbn img {
    max-width: 100%;
    height: auto; }

/*=====================================================================================================================*/
/*spec系統設定===========================================================================================================*/
.spec {
  width: 100%;
  text-align: center;
  margin: 20px auto 20px;
  overflow: hidden; }
  .spec img {
    max-width: 100%;
    margin: 0px auto 30px; }
  @media screen and (max-width: 640px) {
    .spec {
      margin: 0px auto; }
      .spec img {
        max-width: 95%;
        margin: 0px auto 0px; } }

.pc_spec {
  display: block;
  margin: 0 auto; }
  @media screen and (max-width: 640px) {
    .pc_spec {
      display: none; } }

.sp_spec {
  display: none; }
  @media screen and (max-width: 640px) {
    .sp_spec {
      display: block;
      margin: 0 auto; } }

/*=====================================================================================================================*/
/*SNS系統設定===========================================================================================================*/
.sns_btn {
  display: -webkit-flex;
  display: flex;
  max-width: 300px;
  margin: 20px auto;
  text-align: center; }
  .sns_btn li {
    flex-grow: 2;
    -webkit-flex-grow: 1;
    /* Safari */ }
    .sns_btn li img {
      width: 40px; }

/*footerカスタム=======================================================================================================*/
footer {
  background: #1f1914;
  color: #FFF; }

.terminal {
  max-width: 800px; }

.kmclogo img {
  display: block;
  margin: 5px auto; }

.pf-img img {
  opacity: 1; }

.pflist_long {
  margin-top: 5px; }

hr {
  background: #66584c; }

.tlist-last span {
  font-size: 10px; }

.tlist_sp .pflist_l, .tlist_sps .pflist_l, .tlist-last_sp .pflist_l, .tlist_spss .pflist_l {
  background: #66584c;
  color: white; }

/*各種項目名背景色変更*/
.c-logo {
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  overflow: hidden; }
  @media screen and (max-width: 640px) {
    .c-logo {
      width: 380px;
      max-width: 100%;
      flex-wrap: wrap; } }

.logo_cc img, .kmc img {
  max-width: 100%; }

.logo_cc {
  width: 250px;
  margin-left: 20px; }
  @media screen and (max-width: 640px) {
    .logo_cc {
      max-width: 90%;
      margin-left: 0px;
      margin-right: 0px;
      margin-bottom: 20px; } }

.kmc {
  width: 150px;
  margin-left: 60px;
  margin-right: 40px; }
  @media screen and (max-width: 640px) {
    .kmc {
      margin-top: 30px;
      margin-left: 0px;
      margin-right: 0px;
      margin-bottom: 20px; } }

.game_info p, .download_btn_sp, .download_btn_pc {
  background: #614d38; }

.r-txt1, .r-txt {
  color: #FFF; }

.dwn_bd {
  border-color: #FFF; }

/*上に戻るボタンここから=======================================================================================================*/
.upbtn {
  display: block;
  position: fixed;
  bottom: 140px;
  right: 20px;
  font-size: 77%;
  z-index: 80; }
  .upbtn a {
    background: rgba(60, 44, 37, 0.8);
    color: #2B170E;
    font-weight: bold;
    width: 60px;
    height: 60px;
    text-align: center;
    display: block;
    border-radius: 5px;
    opacity: .5;
    border: outset 2px #ffb414;
    transition: .2s; }
  .upbtn a:hover {
    opacity: 1;
    border: outset 2px #ffb414; }
  .upbtn img {
    max-width: 100%; }
  @media screen and (max-width: 1024px) {
    .upbtn {
      display: none; }
      .upbtn a {
        width: 0px;
        height: 0px;
        border: none; }
      .upbtn a:hover {
        border: none; } }

/*DLモーダルウィンドウ========================================================================================================*/
.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.5);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0); }

.modal_trigger {
  position: absolute;
  width: 100%;
  height: 100%; }

.modal_content {
  align-self: center;
  max-width: 800px;
  padding: 30px 30px 15px;
  box-sizing: border-box;
  line-height: 1.4em;
  transform: scale(0.3);
  transition: 0.5s; }
  @media screen and (max-width: 640px) {
    .modal_content {
      width: 80%;
      margin: 0 auto; } }
  @media screen and (max-width: 420px) {
    .modal_content {
      padding: 10px 0;
      width: 80%; } }

.close_button {
  position: absolute;
  top: 14px;
  right: 16px;
  cursor: pointer;
  color: #FFFFFF;
  opacity: 1; }

@media screen and (max-width: 768px) {
  .close_button {
    top: 1%;
    right: 4%;
    color: #FFFFFF; } }
@media screen and (max-width: 420px) {
  .close_button {
    top: -10px;
    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); }

.open_button {
  text-align: center;
  max-width: 96%;
  margin: 0 auto;
  font-family: 'Montserrat', sans-serif; }

.dl_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
.dl_list li {
  color: #000;
  border: 2px #5bbf96 solid;
  border-radius: 5px;
  text-align: center;
  margin: 5px 5px;
  font-size: 12px;
  background: white;
  background: -moz-linear-gradient(top, white 0%, #9ac478 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(100%, #9ac478));
  background: -webkit-linear-gradient(top, white 0%, #9ac478 100%);
  background: -o-linear-gradient(top, white 0%, #bec8bb 100%);
  background: -ms-linear-gradient(top, white 0%, #bec8bb 100%);
  background: linear-gradient(to bottom, #2d2121 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#282828', endColorstr='#000', GradientType=0 );
  box-shadow: 6px 6px rgba(66, 54, 0, 0.5); }

.one {
  width: 150px;
  height: 160px; }
  .one img {
    height: 70px;
    margin-top: 38px; }
  @media screen and (max-width: 640px) {
    .one {
      width: 110px;
      height: 70px; }
      .one img {
        height: 50px;
        margin-top: 10px; } }

.vnl {
  width: 150px;
  height: 90px; }
  .vnl img {
    height: 70px;
    margin-top: 8px; }
  @media screen and (max-width: 640px) {
    .vnl {
      width: 110px;
      height: 70px; }
      .vnl img {
        height: 50px;
        margin-top: 10px; } }

.double {
  width: 150px;
  height: 160px; }
  .double img {
    height: 70px;
    margin-top: 13px; }
  @media screen and (max-width: 640px) {
    .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: #342f2a;
  color: lightgray;
  font-weight: bold;
  overflow: hidden;
  border: 2px solid rgba(18, 137, 128, 0.8); }
.dl_link2 a:hover {
  border: 2px solid #FFF;
  background: rgba(6, 66, 66, 0.9);
  color: #FFF; }
@media screen and (max-width: 640px) {
  .dl_link2 a {
    font-size: 10px;
    padding: 1px 0; } }
