@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; }

.caution {
  text-align: center;
  font-size: 14px;
  margin-bottom: 15px; }
  .caution h3 {
    font-size: 20px;
    color: red;
    font-weight: bold;
    margin: 15px auto; }
  @media screen and (max-width: 800px) {
    .caution {
      width: 80%;
      margin: 0 auto 15px;
      text-align: left; }
      .caution h3 {
        text-align: center; } }

/*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: 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: 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: 550px) {
  .close_button {
    top: 14px;
    right: 20px;
    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 {
  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: #000;
  border: 4px #ad9d6e double;
  border-radius: 5px;
  text-align: center;
  margin: 10px 5px;
  font-size: 12px;
  background: #602400;
  background: linear-gradient(#181056, #060032);
  background: -moz-linear-gradient(#181056, #060032);
  background: -webkit-linear-gradient(#181056, #060032);
  background: -ms-linear-gradient(#181056, #060032);
  box-shadow: 4px 4px; }
@media screen and (max-width: 800px) {
  .dl_list li {
    margin: 5px 5px;
    font-size: 10px; } }

.one {
  width: 150px;
  height: 150px; }
  .one img {
    height: 70px;
    margin-top: 38px; }
  @media screen and (max-width: 800px) {
    .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: 800px) {
    .double {
      width: 120px;
      height: 140px;
      font-size: 8px; } }

.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; }

.dl_link2 a {
  display: block;
  width: 80%;
  margin: 0 auto 3px;
  padding: 2px 0;
  font-size: 12px;
  border-radius: 2px;
  background: #FFF;
  color: #092570;
  font-weight: bold;
  overflow: hidden; }
.dl_link2 a:hover {
  border: 2px solid #FFF;
  background: none;
  color: #FFF; }
@media screen and (max-width: 800px) {
  .dl_link2 a {
    font-size: 10px;
    padding: 1px 0; } }

.name, .tlist, .tlist-last {
  color: #000; }

.trademark {
  color: #000; }

footer {
  background: #FFF;
  color: #000; }
