@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
/*変数(ブレイクポイント)設定(必要に応じて数値を変更)*/
.pc {
  display: block; }
  @media screen and (max-width: 800px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 800px) {
    .sp {
      display: block; }
      .sp img {
        display: block;
        margin: 0 auto; } }

.ssp {
  display: none; }
  @media screen and (max-width: 800px) {
    .ssp {
      display: block; }
      .ssp img {
        display: block;
        margin: 0 auto; } }

/*下部タイトルカスタム用*/
.tcs img {
  margin-top: 30px; }

/*DLボタン位置========================================================================================================*/
.dlbtn {
  position: absolute;
  left: 130px;
  top: 450px;
  z-index: 60;
  animation-name: dlbtn;
  /*キーフレーム指定*/
  animation-duration: 0.5s;
  /*アニメーション時間設定（秒）*/
  animation-timing-function: ease-in;
  /*アニメーションのなんかうにょーんってするやつ*/
  animation-delay: 0s;
  /*アニメーション開始するまでのタメ時間*/
  animation-iteration-count: infinite;
  /*最後の処理*/
  animation-direction: alternate; }
  .dlbtn:hover {
    opacity: 0.6; }

@keyframes dlbtn {
  0% {
    top: 440px; }
  100% {
    top: 450px; } }
/**/
.sp_list {
  background: #000 url(../img/back_dl.png);
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  overflow: hidden; }
  .sp_list li {
    margin: 10px auto; }

.cha01 li {
  text-align: center; }

/*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.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: 90%;
  max-width: 750px;
  padding: 30px 30px 15px;
  box-sizing: border-box;
  line-height: 1.4em;
  transform: scale(0.3);
  transition: 0.5s; }
  @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: 14px;
    right: 100px;
    color: #FFFFFF; } }
@media screen and (max-width: 600px) {
  .close_button {
    top: 0px;
    right: 100px;
    color: #FFFFFF; } }
@media screen and (max-width: 420px) {
  .close_button {
    top: -15px;
    right: -0px;
    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 {
  margin: auto; }

.dl_list ul {
  display: -webkit-box;
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  justify-content: center; }
.dl_list li {
  color: #FFF;
  width: 150px;
  height: 100px;
  border: 4px #c4d1ff solid;
  border-radius: 5px;
  text-align: center;
  margin: 10px 5px;
  font-size: 12px;
  background: #5d4bc0;
  background: linear-gradient(#5d4bc0, #28256e);
  background: -moz-linear-gradient(#5d4bc0, #28256e);
  background: -webkit-linear-gradient(#5d4bc0, #28256e);
  background: -ms-linear-gradient(#5d4bc0, #28256e);
  box-shadow: 6px 6px rgba(0, 0, 0, 0.4); }
  .dl_list li img {
    height: 70px;
    margin-top: 12px; }
@media screen and (max-width: 800px) {
  .dl_list li {
    width: 110px;
    height: 70px;
    margin: 5px; }
    .dl_list li img {
      height: 50px;
      margin: 8px auto 0px; } }

.name, .tlist, .tlist-last {
  color: #FFF; }

.dl_btn img {
  display: block;
  margin: 10px auto;
  transition: 0.3s; }
.dl_btn img:hover {
  transform: scale(0.95); }
@media screen and (max-width: 420px) {
  .dl_btn img {
    max-width: 90%; } }

/*footerカスタム==========================================================================================================*/
#footer {
  background: #FFF; }

.copy {
  margin: 10px auto; }

.footer-in {
  text-align: center; }

.s-title img {
  margin-top: 0px; }
  @media screen and (max-width: 800px) {
    .s-title img {
      margin-top: 0px; } }

/*=====================================================================================================================*/
/*その他バナー設定(ポータルとか)*/
.other_link {
  margin: 20px 0;
  text-align: center; }
  .other_link img {
    margin: 0 auto;
    transition: 0.2s;
    border-radius: 15px; }
  .other_link img:hover {
    transform: scale(0.98);
    -webkit-transform: scale(0.98); }
  @media screen and (max-width: 800px) {
    .other_link img {
      max-width: 95%; } }
