@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: 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: #414141;
  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: -900px;
  left: 0;
  right: auto;
  background: rgba(255, 255, 255, 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(100, 100, 100, 0.85); }
  .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: #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折り畳みメニュー終了==================================================================================================*/
/*=====================================================================================================================*/
/*=====================================================================================================================*/
/*各項目固定背景用================================================================================*/
/*固定背景*/
.glitch_back {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--glitch-width);
  height: var(--glitch-height);
  overflow: hidden; }

.w_backoverlay {
  max-width: 100%;
  width: 100vw;
  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/top_back.jpg") top center no-repeat;
  background-size: cover; }
  @media screen and (max-width: 1024px) {
    .main_back {
      display: none; } }

.main_img {
  height: 1000px;
  width: 1260px;
  margin: 0 auto;
  position: relative; }
  @media screen and (max-width: 1280px) {
    .main_img {
      height: 1000px; } }

.cplogo {
  position: absolute;
  top: 130px;
  margin: 0 auto;
  left: 0;
  display: flex;
  flex-wrap: nowrap;
  z-index: 10; }

.light {
  position: absolute;
  text-align: center;
  z-index: 4;
  margin: 0 auto;
  bottom: -60px;
  right: 0px;
  left: 0px; }

.catch {
  position: absolute;
  text-align: center;
  z-index: 6;
  margin: 0 auto;
  bottom: 130px;
  right: -50px; }

.main_chara {
  position: absolute;
  bottom: 0px;
  margin: 0 auto;
  left: 80px;
  z-index: 0;
  width: 1030px; }

.sale {
  position: absolute;
  text-align: center;
  z-index: 6;
  margin: 0 auto;
  bottom: 160px;
  left: 0;
  right: 0; }

.sale_bn {
  position: absolute;
  margin: 0 auto;
  bottom: 30px;
  left: 0;
  right: 0;
  z-index: 6; }

.sale_bn1 {
  position: absolute;
  margin: 0 auto;
  bottom: 30px;
  left: 3%;
  z-index: 6;
  height: 100px;
  transition: .5s; }
  .sale_bn1:hover {
    opacity: .5; }

.sale_bn2 {
  position: absolute;
  margin: 0 auto;
  bottom: 30px;
  right: 3%;
  z-index: 6;
  height: 100px;
  transition: .5s; }
  .sale_bn2:hover {
    opacity: .5; }

.genre {
  position: absolute;
  margin: 0 auto;
  bottom: 440px;
  left: -10%;
  right: 0;
  z-index: 6; }

.g-title {
  position: absolute;
  bottom: 230px;
  margin: 0 auto;
  left: 0%;
  right: 0;
  z-index: 5; }

.tokuten_btn {
  position: absolute;
  bottom: 240px;
  margin: 0 auto;
  left: -5%;
  z-index: 5;
  width: 220px;
  transition: 0.3s; }
  .tokuten_btn:hover {
    opacity: 0.6; }
  @media screen and (max-width: 1280px) {
    .tokuten_btn {
      width: 200px;
      left: 2%; } }

.tokuten_btn2 {
  position: absolute;
  bottom: 40px;
  margin: 0 auto;
  left: -5%;
  z-index: 5;
  width: 250px; }
  @media screen and (max-width: 1280px) {
    .tokuten_btn2 {
      width: 200px;
      left: 2%; } }

.gold_bn {
  position: absolute;
  top: 220px;
  margin: 0 auto;
  left: -5%;
  z-index: 5;
  width: 220px; }
  @media screen and (max-width: 1280px) {
    .gold_bn {
      top: 150px;
      width: 200px;
      left: 5%; } }

.sp_main {
  display: none; }
  @media screen and (max-width: 1024px) {
    .sp_main {
      width: 100%;
      display: block; }
      .sp_main img {
        max-width: 100%; } }

/*PCメヌー--------------------------------------------------------------------------------------------------------------*/
.p_menu_back {
  background: url("../img/menu_back.png") center top no-repeat;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  position: fixed;
  z-index: 90; }

.pcmenu {
  height: 101px;
  width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between; }
  .pcmenu img {
    transition: .3s; }
  .pcmenu img:hover {
    opacity: 0.5; }
  @media screen and (max-width: 1024px) {
    .pcmenu {
      display: none; } }

/*PV部分================================================================================*/
.pv_back {
  background: url("../img/pv_back.jpg") top center no-repeat;
  background-size: cover;
  height: 760px;
  position: relative;
  overflow: hidden;
  text-align: center; }
  .pv_back img {
    margin: 60px auto 0;
    max-width: 100%; }
  @media screen and (max-width: 800px) {
    .pv_back {
      height: auto; }
      .pv_back img {
        margin: 0px auto 0;
        max-width: 100%; } }

.sp_sale {
  display: none; }
  @media screen and (max-width: 800px) {
    .sp_sale {
      display: block;
      margin: 20px auto;
      width: 95%; } }

.sp_sale1 {
  display: none; }
  @media screen and (max-width: 800px) {
    .sp_sale1 {
      display: block;
      margin: 0px auto;
      width: 95%; } }

/*共通================================================================================*/
.t_item {
  display: block; }
  @media screen and (max-width: 800px) {
    .t_item {
      padding: 30px 0 0;
      position: relative;
      z-index: 1; } }

.grd_back {
  background: linear-gradient(to right, white 55%, rgba(255, 255, 255, 0) 100%) 100%;
  overflow: hidden;
  max-width: 100vw;
  max-width: 100%; }
  @media screen and (max-width: 800px) {
    .grd_back {
      background: rgba(255, 255, 255, 0.85); } }

.sc_con {
  margin: 80px auto 0;
  text-align: left;
  max-width: 1200px;
  color: #414141;
  font-size: 18px;
  text-shadow: 0px 0px 8px #FFF,0px 0px 8px #FFF,0px 0px 8px #FFF0,0px 0px 8px #FFF,0px 0px 8px #FFF,0px 0px 8px #FFF;
  font-family: ten-mincho, serif;
  font-weight: 400;
  font-style: normal;
  position: relative; }
  .sc_con img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0;
    border: none; }
  @media screen and (max-width: 1024px) {
    .sc_con {
      width: 96%;
      margin: 0 auto; } }

/*=====================================================================================================================*/
/*ストーリー部分================================================================================*/
.story {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 30px auto 50px;
  position: relative;
  z-index: 1; }

.text1 {
  line-height: 230%;
  margin: 20px;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 1024px) {
    .text1 {
      line-height: 150%; } }

.capimg {
  display: flex;
  width: 100%;
  margin: 60px auto;
  justify-content: space-between;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 1024px) {
    .capimg {
      width: 100%;
      overflow: hidden; } }
  @media screen and (max-width: 800px) {
    .capimg {
      display: none; } }

.str_img {
  position: absolute;
  z-index: 0;
  margin: auto;
  top: 15px;
  right: 0; }
  @media screen and (max-width: 1024px) {
    .str_img {
      top: 8vh;
      width: 96%;
      margin: 0 auto;
      opacity: 0.5; } }
  @media screen and (max-width: 800px) {
    .str_img {
      opacity: 0; } }

.crossfade {
  position: relative;
  z-index: 1;
  overflow: visible; }

.crossfade li {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0; }

.sp_cap {
  display: none;
  position: static;
  height: 256px;
  max-height: 100%; }
  @media screen and (max-width: 800px) {
    .sp_cap {
      display: block; } }

/*=====================================================================================================================*/
/*用語部分================================================================================*/
.glossary {
  background: url("../img/back_2.jpg") center top no-repeat;
  background-size: cover; }

.gl_con {
  display: flex;
  justify-content: space-between;
  margin: 60px auto;
  lign-items: flex-start; }
  @media screen and (max-width: 800px) {
    .gl_con {
      display: block; }
      .gl_con img {
        display: block;
        margin: 0 auto; } }

.text2 {
  line-height: 200%;
  margin: 20px 0; }
  .text2 h3 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px; }
  @media screen and (max-width: 770px) {
    .text2 {
      line-height: 180%; }
      .text2 h3 {
        margin-bottom: 15px; } }
  @media screen and (max-width: 640px) {
    .text2 {
      line-height: 160%; }
      .text2 h3 {
        font-size: 20px; } }

/*=====================================================================================================================*/
/*世界部分================================================================================*/
.world {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 80px; }
  .world img {
    margin-bottom: 60px; }
  @media screen and (max-width: 800px) {
    .world {
      display: none; } }

.world_sp {
  display: none;
  justify-content: space-around;
  margin-top: 40px; }
  @media screen and (max-width: 800px) {
    .world_sp {
      flex-wrap: wrap;
      display: flex; }
      .world_sp img {
        width: 150px;
        max-width: 100%;
        margin-bottom: 30px; } }

/*=====================================================================================================================*/
/*キャラクター部分================================================================================*/
.character {
  background: url("../img/back_3.jpg") center top no-repeat;
  background-size: cover; }

.c_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 60px auto 20px; }
  @media screen and (max-width: 800px) {
    .c_list {
      margin: 30px auto 60px; } }

.role_btn {
  position: relative;
  width: 300px;
  height: 69px;
  margin: 0px 0 40px;
  display: block;
  overflow: hidden;
  cursor: pointer; }
  @media screen and (max-width: 800px) {
    .role_btn {
      width: 150px;
      margin: 0px auto 10px;
      height: 50px; } }

.role_btn img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  display: block;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out; }

.role_btn:hover img:nth-of-type(2) {
  opacity: 0; }

.pop_con {
  width: 960px;
  height: 500px;
  margin: 0 auto;
  position: relative;
  font-family: ten-mincho, serif;
  font-weight: 400;
  font-style: normal;
  text-shadow: 0px 0px 8px #FFF,0px 0px 8px #FFF,0px 0px 8px #FFF0,0px 0px 8px #FFF,0px 0px 8px #FFF,0px 0px 8px #FFF;
  position: relative; }
  @media screen and (max-width: 1024px) {
    .pop_con {
      width: 90%; } }
  @media screen and (max-width: 800px) {
    .pop_con {
      width: 90%;
      height: auto; } }

.text_voice {
  position: relative;
  left: 0vw;
  z-index: 1;
  width: 500px;
  height: 500px; }
  .text_voice h4 {
    font-size: 46px;
    margin: -5px;
    padding: 0; }
  .text_voice p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 190%; }
  @media screen and (max-width: 1280px) {
    .text_voice {
      left: 5vw;
      top: 80px; } }
  @media screen and (max-width: 800px) {
    .text_voice {
      width: 80%;
      margin: 0 auto;
      height: auto; }
      .text_voice p {
        line-height: 180%; }
      .text_voice h4 {
        font-size: 40px;
        margin: -5px auto 5px;
        padding: 0;
        line-height: 100%; } }

.voice_btn {
  cursor: pointer;
  display: flex;
  position: absolute;
  justify-content: space-between;
  z-index: 1;
  bottom: 200px;
  width: 75%;
  margin: 00px  auto; }
  .voice_btn img {
    max-width: 80%; }
  @media screen and (max-width: 1280px) {
    .voice_btn {
      bottom: 200px; } }
  @media screen and (max-width: 800px) {
    .voice_btn {
      position: static;
      width: 100%; }
      .voice_btn img {
        max-width: 95%; } }

.chara_img {
  position: absolute;
  margin: 0 auto;
  right: 0px;
  left: auto;
  bottom: 0; }
  @media screen and (max-width: 800px) {
    .chara_img {
      position: static; }
      .chara_img img {
        max-width: 100%; } }

.left_btn {
  padding-left: 250px; }
  @media screen and (max-width: 1024px) {
    .left_btn {
      padding-left: 0px; } }

.right_btn {
  padding-right: 340px; }
  @media screen and (max-width: 1024px) {
    .right_btn {
      padding-right: 0px; } }

.left_btn, .right_btn {
  flex-grow: 2; }

.va_list {
  margin: 0 auto 40px;
  line-height: 200%;
  width: 95%;
  font-size: 14px; }
  .va_list p {
    font-size: 25px;
    border-bottom: 1px #414141 solid;
    padding: 0 0 10px; }
  @media screen and (max-width: 1024px) {
    .va_list {
      font-size: 12px; } }

/*=====================================================================================================================*/
/*商品情報部分================================================================================*/
.name {
  margin: 20px auto 60px;
  line-height: 200%; }
  .name .gr {
    color: #979797; }
  @media screen and (max-width: 800px) {
    .name {
      margin: 30px auto 60px; } }

.tbl {
  position: relative;
  margin: 20px 0;
  z-index: 1; }
  @media screen and (max-width: 800px) {
    .tbl {
      display: block;
      width: 85%;
      margin: 20px auto; } }

.tbl th {
  padding: 10px;
  vertical-align: top;
  width: 120px;
  color: #979797; }
  @media screen and (max-width: 800px) {
    .tbl th {
      display: block;
      width: 100%;
      text-align: left;
      font-size: 20px;
      padding: 10px 0px 0px;
      margin: 0; } }

.tbl td {
  color: #414141;
  padding: 10px; }
  .tbl td p {
    margin-bottom: 10px; }
  @media screen and (max-width: 800px) {
    .tbl td {
      display: block;
      width: 100%;
      padding: 0px 0 10px; }
      .tbl td p {
        margin-bottom: 20px; }
      .tbl td p:last-child {
        margin-bottom: 0px; } }

.package {
  position: absolute;
  z-index: 0;
  margin: auto;
  top: 20vh;
  right: 0;
  text-align: center; }
  .package img {
    margin: 0 auto;
    display: block; }
  @media screen and (max-width: 1024px) {
    .package {
      top: 15vh; } }
  @media screen and (max-width: 800px) {
    .package {
      position: static; }
      .package img {
        margin: 0 auto;
        display: block;
        max-width: 80%; } }

.attn {
  font-size: 12px;
  text-indent: -1em;
  margin: 120px 0;
  border: 1px solid rgba(23, 23, 23, 0.5);
  padding: 10px 20px;
  overflow: hidden; }
  .attn p::before {
    content: "※"; }
  @media screen and (max-width: 640px) {
    .attn {
      width: 85%;
      margin: 40px auto; } }

.syouhyou {
  position: relative;
  top: 5px;
  margin-right: -5px; }

.tenpo_bn {
  width: 400px;
  transition: .3s; }
  .tenpo_bn:hover {
    opacity: 0.5; }

.sml {
  font-size: .8em;
  font-weight: bold; }

.lag {
  font-size: 1.3em;
  font-weight: bold; }

/*SNS系統設定===========================================================================================================*/
.sns_btn {
  display: -webkit-flex;
  display: flex;
  max-width: 300px;
  margin: 20px auto;
  text-align: center; }
  .sns_btn img {
    width: 60px; }
  .sns_btn li {
    flex-grow: 2;
    -webkit-flex-grow: 1;
    /* Safari */ }

/*footerカスタム=======================================================================================================*/
footer {
  background: linear-gradient(to right, #65dbe4 0%, #4a96ad 20%, #4a96ad 80%, #65dbe4 100%) 100%;
  color: #FFF; }
  @media screen and (max-width: 640px) {
    footer {
      background: #4a96ad; } }

.terminal {
  max-width: 800px; }

.kmclogo img {
  display: block;
  margin: 5px auto;
  width: 120px; }

.clogo-d div a {
  transition: .5s; }
  .clogo-d div a:hover {
    opacity: .5; }

.c-logo {
  width: 600px;
  max-width: 100%;
  margin: 0 auto 20px;
  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; } }

.trademark a {
  color: #D3FF00; }

.logo_wp {
  width: 130px;
  margin-left: 120px; }
  .logo_wp img {
    max-width: 100%; }
  @media screen and (max-width: 640px) {
    .logo_wp {
      max-width: 140px;
      margin-left: 5%;
      margin-right: 0px; } }

.pf-img {
  justify-content: center; }

.dllink_pclist {
  margin: 0 auto 0px;
  padding-bottom: 15px;
  display: flex;
  flex-wrap: nowrap;
  width: 800px;
  max-width: 100%;
  justify-content: space-around;
  align-items: flex-start;
  border-bottom: 1px solid #FFF; }
  .dllink_pclist img {
    transition: 0.3s;
    height: 40px; }
  .dllink_pclist a img:hover {
    opacity: 0.5; }
  .dllink_pclist label {
    transition: .3s; }
  .dllink_pclist label:hover {
    opacity: 0.5; }

.dllink_splist {
  display: none; }
  @media screen and (max-width: 1024px) {
    .dllink_splist {
      margin: 0 auto 20px;
      width: 90%;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      border-bottom: 1px solid #FFF; }
      .dllink_splist img {
        height: 40px; } }

.udlist_dlbtn ul {
  width: 800px;
  max-width: 95%;
  margin: 0 auto 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }
  .udlist_dlbtn ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    border: 1px solid #FFF;
    transition: .3s; }
@media screen and (max-width: 1024px) {
  .udlist_dlbtn ul {
    width: 90%;
    flex-wrap: wrap;
    margin: 0 auto 10px; }
    .udlist_dlbtn ul li {
      margin: 0 auto 40px; } }
@media screen and (max-width: 640px) {
  .udlist_dlbtn ul {
    width: 95%;
    flex-wrap: wrap;
    margin: 0 auto 10px; }
    .udlist_dlbtn ul li {
      width: 155px;
      margin: 0 auto 40px; } }

.hover:hover {
  opacity: .5; }

.udlist_dlbtn1 ul li {
  width: 180px; }
  .udlist_dlbtn1 ul li img {
    height: 33px; }
@media screen and (max-width: 1024px) {
  .udlist_dlbtn1 ul li {
    width: 240px; } }

.udlist_dlbtn2 ul li {
  width: 250px;
  margin: 0px auto 2rem; }
  .udlist_dlbtn2 ul li img {
    height: 40px; }
@media screen and (max-width: 640px) {
  .udlist_dlbtn2 ul li {
    width: 240px; } }

.release {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 10;
  height: 120px; }

.release2 {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 10px;
  z-index: 10;
  height: 150px; }

.taikenban {
  background: #FFF;
  text-align: center; }
  .taikenban img {
    height: 110px; }
  @media screen and (max-width: 1024px) {
    .taikenban {
      display: none; } }

/*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;
  width: 150px;
  height: 100px;
  border: 4px white double;
  border-radius: 5px;
  text-align: center;
  margin: 5px 5px;
  font-size: 12px;
  background: #009982;
  box-shadow: 6px 6px rgba(241, 188, 255, 0.4); }
  .dl_list li img {
    height: 70px;
    margin-top: 12px; }
@media screen and (max-width: 640px) {
  .dl_list li {
    width: 110px;
    height: 70px; }
    .dl_list li img {
      height: 50px;
      margin: 8px auto 0px; } }

.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; }

/*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; } }
