@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);
  max-width: 100%; }

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: 100%;
  height: 50px;
  position: absolute;
  top: 0;
  z-index: 99; }
  header img {
    text-align: left; }
  header img:hover {
    opacity: 0.7; }
  header p {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 0.3%; }

/*=====================================================================================================================*/
/*折り畳み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メニュー*/
header {
  position: fixed;
  top: 0;
  height: auto;
  display: none;
  width: 100%; }
  @media screen and (max-width: 1024px) {
    header {
      display: block; } }

#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: #FFF;
  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: absolute;
  /* 開いてないときは画面外に配置 */
  top: -800px;
  left: 0;
  right: auto;
  background: rgba(10, 10, 10, 0.83);
  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: 18px 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(800px);
  -webkit-transform: translateY(800px);
  transform: translateY(800px); }

.header {
  background: #260040;
  padding: 20px auto;
  overflow: hidden; }
  .header p {
    max-width: 1280px;
    margin: 10px auto; }
  .header img {
    transition: 0.5s; }
  .header img:hover {
    opacity: 0.5; }
  @media screen and (max-width: 1024px) {
    .header {
      padding: 20px auto;
      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_1.jpg") bottom #011166;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  z-index: -6; }

.g_backoverlay {
  max-width: 100%;
  width: 100vw;
  max-height: 100%;
  height: 100vh;
  background: url("../img/overley_0.gif") top;
  position: fixed;
  top: 0;
  z-index: -3; }

.overlay_1 {
  background: url("../img/overley_0.gif");
  width: 100%;
  height: auto;
  overflow: hidden; }

.g_backoverlay2 {
  max-width: 100%;
  width: 100vw;
  max-height: 100%;
  background: url("../img/back.png") top;
  position: static;
  overflow: hidden;
  top: 0;
  z-index: -3; }

.system_back {
  max-width: 100%;
  width: 100vw;
  max-height: 100%;
  background: url("../img/overley_0.gif") top;
  z-index: -4;
  overflow: hidden; }

/*横幅固定用*/
.mcon {
  width: 1200px;
  margin: 0 auto; }
  @media screen and (max-width: 1024px) {
    .mcon {
      max-width: 98%;
      margin: 0 auto; } }

/*=====================================================================================================================*/
/*TOPメイン画像関連（パーツ増やしたり減らしたり）================================================================================*/
.main_back {
  background: url("../img/back.jpg") bottom center no-repeat;
  background-size: cover;
  overflow: hidden; }
  @media screen and (max-width: 1024px) {
    .main_back {
      display: none; } }

.main_img {
  height: 1000px;
  width: 1200px;
  margin: 0 auto;
  position: relative; }

.t_sale {
  position: absolute;
  text-align: center;
  z-index: 30;
  margin: 0 auto;
  bottom: 150px;
  left: auto;
  right: 0;
  transition: .5s; }
  .t_sale:hover {
    bottom: 160px; }

.g-title {
  position: absolute;
  top: 5px;
  z-index: 20;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 5; }

.t_img {
  position: absolute;
  margin: 0 auto;
  top: 200px;
  right: 0;
  left: 0; }

.pv {
  position: absolute;
  bottom: 130px;
  left: 2em;
  z-index: 5;
  text-align: center;
  margin: 0px auto; }
  @media screen and (max-width: 1024px) {
    .pv {
      width: 96%;
      margin: 0 auto 40px; } }

.pv_sp {
  margin: 0 auto 40px;
  max-width: 80%;
  text-align: center; }

.pc_menu {
  background: url("../img/menu_back.png") center top no-repeat;
  position: absolute;
  bottom: 30px;
  margin: 0 auto;
  width: 1200px;
  height: 81px;
  left: 0;
  right: 0; }
  .pc_menu div {
    width: 80%;
    display: flex;
    justify-content: space-around;
    margin: 0 auto; }

.spmain {
  display: none; }
  .spmain img {
    max-width: 100%; }
  @media screen and (max-width: 1024px) {
    .spmain {
      display: block; } }

/*PCメヌー--------------------------------------------------------------------------------------------------------------*/
.pcmenu {
  justify-content: space-around; }
  .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; } }

/*PV部分================================================================================*/
/*=====================================================================================================================*/
/*ストーリー部分================================================================================*/
/*各種おび*/
.obi {
  overflow: hidden; }
  .obi p {
    width: 1200px;
    max-width: 100%;
    margin: 30px auto 0px;
    padding: 0 auto;
    text-align: center; }
    .obi p img {
      max-width: 100%; }

.story_back {
  background: url("../img/back_2.jpg") no-repeat center top;
  background-size: cover; }

.story {
  overflow: hidden;
  margin: 30px auto 50px; }

.story_con {
  text-align: center;
  max-width: 950px;
  margin: 0 auto 50px; }
  .story_con img {
    max-width: 100%; }
  @media screen and (max-width: 1024px) {
    .story_con {
      width: 96%;
      margin: 0 auto; } }

.story_capimg {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 20px auto 0; }
  .story_capimg img {
    width: 300px; }
  @media screen and (max-width: 1024px) {
    .story_capimg {
      display: none; } }

.chgimg {
  margin: 80px auto; }

/*=====================================================================================================================*/
/*システム部分================================================================================*/
.sys {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 20px auto 0px; }
  .sys img {
    max-width: 100%;
    height: auto; }

.position_n {
  position: relative; }

.sys_main img {
  max-width: 100%; }

.sys_con1 {
  margin-bottom: 40px; }

@media screen and (max-width: 1024px) {
  .sys_imgleft, .sys_imgleft2, .sys_imgright, .sys_imgright2 {
    display: none; } }

.sys_con {
  width: 550px;
  margin: 0 auto; }
  .sys_con img {
    border-style: none;
    margin: 0 auto; }
  @media screen and (max-width: 1024px) {
    .sys_con {
      max-width: 98%; } }

.sys_lft {
  margin-bottom: 0px; }

.sys_mcon {
  font-family: 'Noto Serif JP';
  margin: 25px auto 0;
  text-shadow: 0px 0px 8px #FFF,0px 0px 8px #FFF,0px 0px 8px #FFF,0px 0px 8px #FFF,0px 0px 8px #FFF,0px 0px 8px #FFF,0px 0px 8px #FFF,0px 0px 8px #FFF;
  text-align: center;
  font-size: 22px;
  font-weight: bold; }

.sys_img2 {
  text-align: center;
  margin: 30px auto 80px;
  max-width: 100%; }
  .sys_img2 img {
    max-width: 100%; }
  @media screen and (max-width: 800px) {
    .sys_img2 img {
      max-width: 90%;
      margin: 0 auto; } }

/*用語部分*/
.word_back {
  background: url("../img/back_3.jpg") top center no-repeat;
  background-size: cover;
  overflow: hidden; }

.word_con1 {
  position: relative;
  height: 600px;
  margin: 40px auto 0; }
  @media screen and (max-width: 1024px) {
    .word_con1 {
      display: none; } }

.kings {
  position: absolute;
  margin: 0 auto;
  left: auto;
  right: -20px;
  top: 0;
  bottom: auto; }
  @media screen and (max-width: 1024px) {
    .kings {
      position: static; } }

.w_cap1 {
  position: relative;
  margin: 0 auto;
  right: auto;
  left: 0px;
  top: 0;
  bottom: auto; }
  @media screen and (max-width: 1024px) {
    .w_cap1 {
      position: relative; } }

.w_img1 {
  position: absolute;
  margin: 0 auto;
  right: auto;
  left: 0px;
  top: auto;
  bottom: -10px;
  z-index: 10; }
  @media screen and (max-width: 1024px) {
    .w_img1 {
      position: static; } }

.word_con2, .word_con3 {
  display: flex;
  margin: 30px auto;
  justify-content: center;
  align-items: flex-start; }
  .word_con2 img, .word_con3 img {
    height: auto;
    align-items: flex-start; }
  @media screen and (max-width: 1024px) {
    .word_con2, .word_con3 {
      flex-wrap: wrap; } }

.word_con3 {
  justify-content: space-around;
  align-items: flex-start; }
  @media screen and (max-width: 1024px) {
    .word_con3 {
      justify-content: center; } }
  @media screen and (max-width: 640px) {
    .word_con3 img {
      margin-bottom: 20px; } }

.crossfade {
  position: relative;
  z-index: 1;
  overflow: visible; }

.crossfade li {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0; }
  .crossfade li img {
    min-width: 100%;
    min-height: auto; }

.sp_word1 {
  display: none;
  overflow: hidden;
  margin: 0 auto;
  max-width: 95%;
  min-height: auto;
  align-items: flex-start; }
  .sp_word1 img {
    height: auto;
    align-items: flex-start; }
  @media screen and (max-width: 1024px) {
    .sp_word1 {
      display: block; }
      .sp_word1 img {
        display: block;
        margin: 0 auto; } }

.sp_word2 {
  display: none; }
  @media screen and (max-width: 1024px) {
    .sp_word2 {
      text-align: center;
      max-width: 95%;
      overflow: hidden;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      margin: 0px auto 10px;
      align-items: flex-start; }
      .sp_word2 img {
        display: block;
        margin: 10px auto;
        height: auto;
        align-items: flex-start; } }

/* =======================================
    ClearFixElements
======================================= */
.viewer ul:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden; }

.viewer ul {
  display: inline-block;
  overflow: hidden; }

/*=====================================================================================================================*/
/*キャラクター部分================================================================================*/
.character_back {
  background: url("../img/overley_1.gif");
  overflow: hidden;
  width: 100%; }

.chara_con {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 30px auto; }
  .chara_con ul {
    display: flex;
    margin: 0 auto 40px; }
  .chara_con li {
    margin: 0 5px; }
  .chara_con img {
    max-width: 100%; }
  @media screen and (max-width: 1024px) {
    .chara_con {
      display: none; } }

.chara_consp {
  display: none; }
  @media screen and (max-width: 1024px) {
    .chara_consp {
      display: flex;
      justify-content: center;
      margin: 10px auto 40px; }
      .chara_consp ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around; }
      .chara_consp li {
        margin: 10px 5px; }
      .chara_consp img {
        max-width: 100%; } }
  @media screen and (max-width: 800px) {
    .chara_consp {
      max-width: 100%; }
      .chara_consp ul {
        width: 800px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around; }
      .chara_consp img {
        max-width: 180px; }
      .chara_consp li {
        margin: 0px auto 20px; } }
  @media screen and (max-width: 360px) {
    .chara_consp img {
      max-width: 140px; } }

@media screen and (max-width: 800px) {
  .c_dwn {
    max-width: 80%;
    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%; } }

/*=====================================================================================================================*/
/*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 img {
    width: 50px; }
  .sns_btn li {
    flex-grow: 2;
    -webkit-flex-grow: 1;
    /* Safari */ }

/*footerカスタム=======================================================================================================*/
footer {
  background: #287f6e;
  color: #FFF; }

.terminal {
  max-width: 800px; }

.kmclogo img {
  display: block;
  margin: 5px auto; }

.pf-img img {
  opacity: 1; }

.pflist_long {
  margin-top: 5px;
  padding-left: 3px;
  display: flex;
  justify-content: center; }
  .pflist_long img {
    height: 80px; }
  @media screen and (max-width: 1024px) {
    .pflist_long {
      flex-wrap: wrap; }
      .pflist_long img {
        height: 60px; } }

.tlist_sp {
  margin-right: 0; }

hr {
  background: #dddddd;
  border: none; }

.tlist-last span {
  font-size: 10px; }

.game_info p {
  background: #6fd2be;
  color: #090023;
  font-weight: bold; }

/*各種項目名背景色変更*/
.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; } }

.r-txt, .r-txt1 {
  color: #FFF; }

.r-txt1 p, .r-txt p {
  font-size: 10px; }

.dwn_bd {
  border-color: #FFF; }

.yl {
  color: #fff300; }

.download_btn_pc, .download_btn_sp {
  background: #6fd2be;
  color: #143524; }

hr {
  background: #FFF;
  height: 1px; }

.trademark a {
  color: aqua; }

/*上に戻るボタンここから=======================================================================================================*/
.upbtn {
  display: block;
  position: fixed;
  bottom: 30px;
  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: 640px) {
    .upbtn a {
      width: 40px;
      height: 40px; } }

/*上に戻るボタンここまで=======================================================================================================*/
/*=====================================================================================================================*/
/*DLモーダルウィンドウ========================================================================================================*/
.open_dl {
  display: none; }
  @media screen and (max-width: 1024px) {
    .open_dl {
      display: block;
      margin: 25px auto;
      text-align: center; }
      .open_dl img {
        max-width: 90%; } }
  @media screen and (max-width: 800px) {
    .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.7);
  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;
  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: 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: #FFF;
  border: 4px white double;
  border-radius: 5px;
  text-align: center;
  margin: 5px 5px;
  font-size: 12px;
  background: #4a3733;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFF', endColorstr='#e8d19b', GradientType=0 );
  box-shadow: 6px 6px rgba(241, 188, 255, 0.4); }

.one {
  width: 150px;
  height: 150px; }
  .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; } }

.double {
  width: 150px;
  height: 150px; }
  .double img {
    height: 70px;
    margin-top: 13px; }
  @media screen and (max-width: 640px) {
    .double {
      width: 120px;
      height: 120px;
      font-size: 8px;
      overflow: hidden; }
      .double img {
        height: 40px;
        margin-top: 13px; } }

.dl_link2 a {
  display: block;
  width: 80%;
  margin: 0 auto 3px;
  padding: 2px 0;
  font-size: 12px;
  border-radius: 2px;
  background: #302520;
  color: white;
  font-weight: bold;
  overflow: hidden;
  border: 2px solid black; }
.dl_link2 a:hover {
  border: 2px solid #FFF;
  background: #7b573d;
  color: #FFF; }
@media screen and (max-width: 640px) {
  .dl_link2 a {
    font-size: 10px;
    padding: 1px 0; } }

/*YOUTUBE*/
.youtube_sp {
  display: none; }
  @media screen and (max-width: 640px) {
    .youtube_sp {
      display: block; } }
  @media screen and (max-width: 420px) {
    .youtube_sp {
      display: none; } }

.youtube_ssp {
  display: none; }
  @media screen and (max-width: 420px) {
    .youtube_ssp {
      display: block; } }
