<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ===================================================================
CSS information

file name  : first_load.css
author     : Abilive
style info : 最初に読むCSS
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
.tmp_bw_s {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 1025px) {
  .tmp_bw_s {
    width: calc(1200 / 1440 * 100%);
    max-width: calc(1200px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .tmp_bw_s {
    max-width: calc(1200px * ((16 + 0) / 16));
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tmp_bw_s {
    width: calc(1200 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .tmp_bw_s {
    width: calc(700 / 768 * 100%);
  }
}

.tmp_bw_m {
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 1025px) {
  .tmp_bw_m {
    width: calc(1200 / 1440 * 100%);
    max-width: calc(1200px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .tmp_bw_m {
    max-width: calc(1200px * ((16 + 0) / 16));
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tmp_bw_m {
    width: calc(1200 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .tmp_bw_m {
    width: calc(700 / 768 * 100%);
  }
}

.tmp_bw_l {
  margin-right: auto;
  margin-left: auto;
  max-width: 1860px;
}
@media only screen and (min-width: 1025px) {
  .tmp_bw_l {
    width: calc(1200 / 1440 * 100%);
    max-width: calc(1200px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .tmp_bw_l {
    max-width: calc(1200px * ((16 + 0) / 16));
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tmp_bw_l {
    width: calc(1200 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .tmp_bw_l {
    width: calc(700 / 768 * 100%);
  }
}
@media only screen and (min-width: 1913px) {
  .tmp_bw_l {
    width: 100%;
  }
}

.tmp_bw_max {
  max-width: 2560px;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (min-width: 1441px) {
  html {
    font-size: calc((16 + 2) / 16 * 100%);
  }
}
@media only screen and (min-width: 1441px) and (max-width: 1600px) {
  html {
    font-size: calc((16 + 1) / 16 * 100%);
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  html {
    font-size: calc(16 / 16 * 100%);
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1365px) {
  html {
    font-size: calc((16 - 0) / 16 * 100%);
  }
}
@media only screen and (min-width: 897px) and (max-width: 1024px) {
  html {
    font-size: calc((16 - 1) / 16 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 896px) {
  html {
    font-size: calc((16 - 1) / 16 * 100%);
  }
}

body {
  color: #444;
  -webkit-text-size-adjust: none;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  width: 100%;
  overflow-x: hidden;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 108%;
  }
}
body a {
  color: #ece6e3;
  text-decoration: underline;
}
body a:hover {
  text-decoration: none;
}
body img {
  max-width: 100%;
  -webkit-touch-callout: none;
  line-height: 1;
}

body,
pre,
input,
textarea,
select {
  color: #444;
}

input,
select,
textarea {
  font-size: 100%;
}

* {
  box-sizing: border-box;
}

#abi_page {
  max-width: 2560px;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (min-width: 1025px) {
  body .view_tab-sp,
  body .view_tab {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  body .view_sp {
    display: none !important;
  }
}
@media only screen and (max-width: 1024px) {
  body .view_pc {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  body .view_pc-tab,
  body .view_tab {
    display: none !important;
  }
}

svg {
  width: 1em;
}

img {
  width: 100%;
}
img.lazyload, img.lazyloading {
  opacity: 0;
  visibility: hidden;
}
img.lazyloaded {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease-out;
  height: auto;
}
img[loading=lazy] {
  width: 100%;
  height: auto;
}

.tmp_max_1920 {
  margin-right: auto;
  margin-left: auto;
  max-width: 1920px;
}

#main {
  max-width: 2560px;
  margin-right: auto;
  margin-left: auto;
}
</pre></body></html>