<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
Theme Name: JDLA Portal ver.1.1
Author: SANGAKU
Author URI: 
Description: JDLA Portal ver.1.1
Version: 1.1
*/
body {
  overflow: visible; }
  body.show {
    overflow: hidden; }

#header {
  background: #FFF;
  box-sizing: border-box;
  position: fixed;
  width: 100%;
  z-index: 100; }
  #header h1 {
    position: absolute;
    top: 16px;
    left: 2.5%;
    width: clamp(64px, 6vw, 100px); }
  #header .title {
    position: absolute;
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
    width: clamp(160px, 12.5vw, 240px); }
  #header .bnrBox {
    padding: 0.5em 0;
    transition: all .35s; }
    #header .bnrBox ul {
      box-sizing: border-box;
      display: flex;
      justify-content: flex-end;
      padding-right: 2.5%; }
      #header .bnrBox ul li {
        width: 200px;
        text-align: center; }
        #header .bnrBox ul li a {
          background: #18716B;
          border-radius: 4px;
          box-sizing: border-box;
          color: #FFF;
          display: block;
          font-size: 14px;
          padding: 0.5em 1em; }
          #header .bnrBox ul li a span.small {
            display: block;
            font-size: 8px; }
        #header .bnrBox ul li:first-child {
          margin-right: 0.75%; }
  #header #menu {
    position: fixed;
    top: 0;
    right: 2.5%;
    display: none;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 200; }
    #header #menu span {
      content: "";
      display: block;
      width: 40px;
      height: 1px;
      position: absolute; }
      #header #menu span::before, #header #menu span::after {
        background-color: #000;
        content: "";
        display: block;
        height: 1px;
        position: absolute;
        right: 0;
        transition: all .25s; }
      #header #menu span::before {
        width: 20px;
        top: 5px; }
      #header #menu span::after {
        width: 40px;
        bottom: 5px; }
    #header #menu.show span {
      background: transparent;
      box-shadow: none; }
      #header #menu.show span::before, #header #menu.show span::after {
        background: #FFF;
        box-shadow: none; }
      #header #menu.show span::before {
        width: 40px;
        transform: translateX(0px) translateY(-5.5px) rotate(45deg); }
      #header #menu.show span::after {
        transform: translateX(0px) translateY(5.5px) rotate(-45deg); }
  #header #globalNav {
    width: 100%;
    border-top: 1px solid rgba(112, 112, 112, 0.5);
    border-bottom: 1px solid rgba(112, 112, 112, 0.5);
    position: relative; }
    #header #globalNav ul {
      display: flex;
      justify-content: center; }
      #header #globalNav ul li {
        font-size: 14px;
        line-height: 1.2em;
        position: relative;
        text-align: center; }
        #header #globalNav ul li span {
          display: block; }
        #header #globalNav ul li .small {
          font-size: 8px; }
        #header #globalNav ul li a {
          color: #000;
          display: block;
          padding: 0.5em 1.25em; }
          #header #globalNav ul li a .small {
            color: #18716B; }
        #header #globalNav ul li::after {
          background: rgba(112, 112, 112, 0.5);
          content: '';
          display: block;
          width: 1px;
          height: 1.2em;
          position: absolute;
          top: 50%;
          right: 0;
          transform: translateY(-50%); }
        #header #globalNav ul li:last-child::after {
          display: none; }
      #header #globalNav ul.contact {
        position: absolute;
        top: 0;
        right: 2.5%; }
        #header #globalNav ul.contact li {
          background: no-repeat url("images/icon_contact.png") 0 50%;
          background-size: 24px; }
          #header #globalNav ul.contact li a {
            padding-left: 36px; }
    #header #globalNav .sns {
      display: none;
      margin-top: 2em; }
      #header #globalNav .sns ul {
        flex-wrap: nowrap; }
        #header #globalNav .sns ul li {
          margin-right: 1.5em;
          width: 48px; }
          #header #globalNav .sns ul li:last-child {
            margin-right: 0; }
          #header #globalNav .sns ul li::after {
            display: none; }
          #header #globalNav .sns ul li a {
            padding: 0; }
            #header #globalNav .sns ul li a img {
              width: 100%;
              height: auto; }

#footer {
  text-align: center; }
  #footer .content .inner,
  #footer .links .inner {
    max-width: 1680px; }
  #footer .content {
    background: url("images/footer_bg.jpg") 50% 50%;
    background-size: cover;
    color: #FFF;
    padding: 160px 0 200px; }
    #footer .content .txtBox {
      margin-bottom: 120px; }
      #footer .content .txtBox h3 {
        font-size: 32px;
        margin-bottom: 1em; }
      #footer .content .txtBox p {
        line-height: 1.8em; }
    #footer .content .bnrBox ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      padding: 0 5%; }
      #footer .content .bnrBox ul li {
        margin: 0 1.25%;
        width: 22.5%; }
        #footer .content .bnrBox ul li a {
          color: #FFF; }
          #footer .content .bnrBox ul li a:hover {
            opacity: 1; }
        #footer .content .bnrBox ul li figure img {
          width: 100%;
          height: auto; }
        #footer .content .bnrBox ul li figure figcaption {
          display: block;
          margin-top: 24px; }
  #footer .links {
    background: #FFF;
    padding: 60px 0; }
    #footer .links .txt,
    #footer .links .sns {
      margin-bottom: 60px; }
      #footer .links .txt ul,
      #footer .links .sns ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center; }
    #footer .links .txt ul {
      line-height: 2em; }
      #footer .links .txt ul li {
        font-size: 14px; }
        #footer .links .txt ul li a {
          margin: 0 1.5em; }
        #footer .links .txt ul li::after {
          color: #18716B;
          content: '｜'; }
        #footer .links .txt ul li:last-child::after {
          content: ''; }
    #footer .links .sns ul li {
      margin: 0 1em;
      width: 48px; }
      #footer .links .sns ul li img {
        width: 100%;
        height: auto; }
    #footer .links .logo {
      margin: 0 auto;
      width: clamp(64px, 4.76vw, 120px); }
  #footer .copy {
    background: #18716B;
    color: #FFF;
    font-size: clamp(11px, 0.77vw, 16px);
    padding: 1em; }

.inner {
  margin: 0 auto; }

.contentWrap {
  position: relative; }
  .contentWrap .firstView .inner {
    padding-top: 1vw;
    padding-bottom: 1vw;
    position: relative; }
    .contentWrap .firstView .inner .scroll {
      font-size: 12px;
      font-weight: 500;
      position: absolute;
      left: 50%;
      bottom: 60px;
      transform: translateX(-50%); }
      .contentWrap .firstView .inner .scroll a {
        color: #000;
        padding-bottom: 20px;
        position: relative; }
        .contentWrap .firstView .inner .scroll a:hover {
          opacity: 1;
          padding-bottom: 30px; }
        .contentWrap .firstView .inner .scroll a::after {
          content: '';
          border-top: 1px solid #18716B;
          border-left: 1px solid #18716B;
          width: 16px;
          height: 16px;
          position: absolute;
          bottom: 0;
          left: 50%;
          transform: translateX(-50%) translateY(-20%) rotate(-135deg); }
    .contentWrap .firstView .inner .box {
      display: flex;
      align-items: center;
      justify-content: center; }
      .contentWrap .firstView .inner .box .left .cat,
      .contentWrap .firstView .inner .box .right .cat,
      .contentWrap .firstView .inner .box .center .cat {
        background: #18716B;
        color: #FFF;
        display: block;
        text-align: center;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10; }
        .contentWrap .firstView .inner .box .left .cat::after,
        .contentWrap .firstView .inner .box .right .cat::after,
        .contentWrap .firstView .inner .box .center .cat::after {
          content: '';
          position: absolute;
          top: 0;
          width: 0;
          height: 0;
          border-style: solid;
          border-color: #18716B transparent transparent transparent; }
        .contentWrap .firstView .inner .box .left .cat .small,
        .contentWrap .firstView .inner .box .right .cat .small,
        .contentWrap .firstView .inner .box .center .cat .small {
          display: block; }
      .contentWrap .firstView .inner .box .left a,
      .contentWrap .firstView .inner .box .right a,
      .contentWrap .firstView .inner .box .center a {
        display: block;
        width: 100%;
        height: 0;
        padding-bottom: 56.25%;
        position: relative;
        overflow: hidden; }
        .contentWrap .firstView .inner .box .left a .image,
        .contentWrap .firstView .inner .box .right a .image,
        .contentWrap .firstView .inner .box .center a .image {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translateX(-50%) translateY(-50%);
          width: auto;
          height: 100%; }
      .contentWrap .firstView .inner .box .left,
      .contentWrap .firstView .inner .box .right {
        width: 16vw; }
        .contentWrap .firstView .inner .box .left .cat,
        .contentWrap .firstView .inner .box .right .cat {
          font-size: 12px;
          line-height: 1.1em;
          padding: 0.25em 1.25em 0.35em; }
          .contentWrap .firstView .inner .box .left .cat::after,
          .contentWrap .firstView .inner .box .right .cat::after {
            right: -15px;
            border-width: 35px 15px 35px 0; }
          .contentWrap .firstView .inner .box .left .cat .small,
          .contentWrap .firstView .inner .box .right .cat .small {
            font-size: 8px; }
        .contentWrap .firstView .inner .box .left ul li,
        .contentWrap .firstView .inner .box .right ul li {
          margin-bottom: 1vw;
          position: relative; }
          .contentWrap .firstView .inner .box .left ul li:last-child,
          .contentWrap .firstView .inner .box .right ul li:last-child {
            margin-bottom: 0; }
      .contentWrap .firstView .inner .box .center {
        margin-left: 1vw;
        margin-right: 1vw;
        width: 64vw;
        position: relative; }
        .contentWrap .firstView .inner .box .center .cat {
          line-height: 1em;
          padding: 0.25em 3em 0.35em; }
          .contentWrap .firstView .inner .box .center .cat::after {
            right: -20px;
            border-width: 42px 20px 42px 0; }
          .contentWrap .firstView .inner .box .center .cat .small {
            font-size: 10px; }
        .contentWrap .firstView .inner .box .center a {
          padding-bottom: 61%; }
        .contentWrap .firstView .inner .box .center .recommend {
          background: rgba(34, 113, 107, 0.2);
          box-sizing: border-box;
          display: flex;
          align-items: center;
          padding: 2em;
          position: absolute;
          top: 2.7em;
          left: 0;
          width: 100%;
          z-index: 5; }
          .contentWrap .firstView .inner .box .center .recommend .titleBox {
            border: 1px solid #000;
            margin-left: 2vw;
            margin-right: 4vw;
            padding: 2.25em 1em 2.75em;
            text-align: center; }
            .contentWrap .firstView .inner .box .center .recommend .titleBox .small,
            .contentWrap .firstView .inner .box .center .recommend .titleBox h2 {
              display: block; }
            .contentWrap .firstView .inner .box .center .recommend .titleBox .small {
              font-size: 10px; }
            .contentWrap .firstView .inner .box .center .recommend .titleBox h2 {
              font-size: 14px; }
          .contentWrap .firstView .inner .box .center .recommend .releaseBox ul li {
            border-bottom: 1px solid #B5B5B5;
            margin-bottom: 1em;
            padding-bottom: 1em; }
            .contentWrap .firstView .inner .box .center .recommend .releaseBox ul li:last-child {
              border-bottom: none;
              margin-bottom: 0;
              padding-bottom: 0; }
          .contentWrap .firstView .inner .box .center .recommend .releaseBox .date {
            color: #18716B;
            font-size: 11px;
            margin-bottom: 0.25em; }
          .contentWrap .firstView .inner .box .center .recommend .releaseBox h3 {
            font-size: 14px; }
            .contentWrap .firstView .inner .box .center .recommend .releaseBox h3 a {
              color: #000;
              display: block;
              padding-bottom: 0;
              width: auto;
              height: auto; }
  .contentWrap #about .inner .title,
  .contentWrap .content .inner .title {
    padding-bottom: 48px;
    display: block;
    position: relative; }
    .contentWrap #about .inner .title::after,
    .contentWrap .content .inner .title::after {
      background: #18716B;
      content: '';
      display: block;
      position: absolute;
      bottom: 24px;
      left: 0;
      width: 32px;
      height: 4px; }
    .contentWrap #about .inner .title .small,
    .contentWrap .content .inner .title .small {
      color: #18716B;
      font-size: 12px;
      margin-bottom: 1em; }
    .contentWrap #about .inner .title h2 img,
    .contentWrap .content .inner .title h2 img {
      width: auto;
      height: 32px; }
  .contentWrap #about {
    background: url("images/about_bg.jpg") 50% 50%;
    background-size: cover;
    padding: 200px 0;
    text-align: center; }
    .contentWrap #about .inner .title::after {
      left: 50%;
      transform: translateX(-50%); }
    .contentWrap #about .inner .desc {
      line-height: 2em; }
  .contentWrap .content {
    border-bottom: 1px solid #18716B;
    margin-left: min(2.5%, 40px);
    margin-right: min(2.5%, 40px);
    box-sizing: border-box;
    position: relative; }
    .contentWrap .content::after {
      background: #FFF;
      border-left: 1px solid #18716B;
      content: '';
      width: 28px;
      height: 28px;
      position: absolute;
      left: 50%;
      bottom: -14px;
      transform: translateX(-50%) rotate(-45deg); }
    .contentWrap .content .inner {
      padding: 160px 0;
      position: relative;
      max-width: 1280px; }
      .contentWrap .content .inner .number {
        color: #18716B;
        font-size: 11px;
        position: absolute;
        left: 0; }
        .contentWrap .content .inner .number.top {
          top: 0.5em; }
        .contentWrap .content .inner .number.bottom {
          bottom: 0.5em; }
      .contentWrap .content .inner .desc {
        margin-bottom: 80px;
        line-height: 1.8em; }
      .contentWrap .content .inner .article .hidden {
        display: none; }
      .contentWrap .content .inner .article ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: normal;
        margin-bottom: 36px; }
        .contentWrap .content .inner .article ul li {
          border: 1px solid #000;
          box-sizing: border-box;
          margin-right: 1.333%;
          margin-bottom: 1.25%;
          width: 24%;
          transition: all .35s; }
          .contentWrap .content .inner .article ul li:nth-child(4n) {
            margin-right: 0; }
          .contentWrap .content .inner .article ul li:hover {
            border-color: #18716B; }
          .contentWrap .content .inner .article ul li .imgBox {
            position: relative; }
            .contentWrap .content .inner .article ul li .imgBox .newMark {
              background: #FFF;
              border: 1px solid #18716B;
              border-radius: 100vh;
              color: #18716B;
              display: block;
              font-size: 11px;
              font-weight: 500;
              padding: 0.2em 1.5em 0.25em;
              position: absolute;
              top: 8px;
              left: 8px; }
            .contentWrap .content .inner .article ul li .imgBox img {
              width: 100%;
              height: auto; }
          .contentWrap .content .inner .article ul li .txtBox {
            color: #000;
            font-size: clamp(13px, 1.11vw, 16px);
            min-height: 8em;
            padding: 1em;
            position: relative;
            transition: all .35s; }
            .contentWrap .content .inner .article ul li .txtBox .date {
              font-size: 13px;
              position: absolute;
              left: 16px;
              bottom: 16px; }
          .contentWrap .content .inner .article ul li .btn {
            border: 1px solid #18716B;
            border-radius: 100vh;
            display: none;
            width: 32px;
            height: 32px;
            position: absolute;
            right: 16px;
            bottom: 16px;
            transition: all .35s; }
            .contentWrap .content .inner .article ul li .btn::before, .contentWrap .content .inner .article ul li .btn::after {
              content: '';
              position: absolute;
              top: 50%;
              transition: all .35s; }
            .contentWrap .content .inner .article ul li .btn::before {
              background: #18716B;
              width: 65%;
              height: 1px;
              right: 5px;
              transform: translateY(-50%); }
            .contentWrap .content .inner .article ul li .btn::after {
              width: 12px;
              height: 12px;
              border: 1px solid #18716B;
              border-left: 0;
              border-bottom: 0;
              transform: rotate(45deg);
              transform-origin: top right;
              right: 5px;
              box-sizing: border-box; }
          .contentWrap .content .inner .article ul li a .btn {
            display: block; }
          .contentWrap .content .inner .article ul li a:hover {
            opacity: 1; }
            .contentWrap .content .inner .article ul li a:hover .txtBox {
              color: #18716B; }
            .contentWrap .content .inner .article ul li a:hover .btn {
              background: #18716B; }
              .contentWrap .content .inner .article ul li a:hover .btn::before {
                background: #FFF; }
              .contentWrap .content .inner .article ul li a:hover .btn::after {
                border-color: #FFF; }
      .contentWrap .content .inner .article .btnBox {
        background: #18716B;
        border: 1px solid #18716B;
        border-radius: 100vh;
        box-sizing: border-box;
        color: #FFF;
        cursor: pointer;
        display: block;
        margin: 0 auto;
        padding: 1em;
        position: relative;
        text-align: center;
        width: 480px; }
        .contentWrap .content .inner .article .btnBox::after {
          content: '';
          border-top: 2px solid #FFF;
          border-left: 2px solid #FFF;
          width: 8px;
          height: 8px;
          position: absolute;
          top: 48%;
          right: 28%;
          transform: translateX(-50%) translateY(-50%) rotate(-135deg); }
        .contentWrap .content .inner .article .btnBox:hover {
          background: transparent;
          color: #18716B;
          opacity: 1; }
          .contentWrap .content .inner .article .btnBox:hover::after {
            border-color: #18716B; }
  .contentWrap #withai.content .inner .title h2 img {
    height: 40px; }
  .contentWrap #movie.content {
    border-bottom: none; }
    .contentWrap #movie.content::after {
      display: none; }
  .contentWrap .backtoTop {
    font-size: 10px;
    padding-bottom: 44px;
    position: fixed;
    right: 2.5%;
    bottom: 20px;
    transition: all .35s; }
    .contentWrap .backtoTop a {
      color: #000; }
    .contentWrap .backtoTop span {
      background: #FFF;
      border: 1px solid #18716B;
      border-radius: 100vh;
      display: block;
      width: 36px;
      height: 36px;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%); }
      .contentWrap .backtoTop span::after {
        content: '';
        border-top: 1px solid #18716B;
        border-left: 1px solid #18716B;
        width: 8px;
        height: 8px;
        position: absolute;
        top: 55%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%) rotate(45deg); }

.single .contentWrap .article .inner {
  max-width: 1280px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 120px 0; }
  .single .contentWrap .article .inner .imgBox {
    width: 60%; }
  .single .contentWrap .article .inner .txtBox {
    font-size: 14px;
    width: 35%; }
    .single .contentWrap .article .inner .txtBox ul {
      border-top: 1px solid #B5B5B5; }
      .single .contentWrap .article .inner .txtBox ul li {
        border-bottom: 1px solid #B5B5B5;
        padding: 1em 0; }

.archive .contentWrap .article .inner {
  font-size: 14px;
  max-width: 800px;
  padding: 120px 0; }
  .archive .contentWrap .article .inner ul.list {
    border-top: 1px solid #B5B5B5; }
    .archive .contentWrap .article .inner ul.list li {
      border-bottom: 1px solid #B5B5B5; }
      .archive .contentWrap .article .inner ul.list li .date {
        margin-right: 2em; }
      .archive .contentWrap .article .inner ul.list li a {
        display: flex;
        color: #000;
        padding: 1.5em 1em; }
  .archive .contentWrap .article .inner .pagination {
    margin-top: 60px;
    text-align: center; }
    .archive .contentWrap .article .inner .pagination ul.page-numbers {
      display: flex;
      align-items: center;
      justify-content: center; }
      .archive .contentWrap .article .inner .pagination ul.page-numbers li {
        padding: 0 0.5em; }
        .archive .contentWrap .article .inner .pagination ul.page-numbers li .current {
          background: #18716B;
          color: #FFF;
          display: block;
          padding: 0.5em 1em; }
        .archive .contentWrap .article .inner .pagination ul.page-numbers li a {
          padding: 0.5em 1em; }

.error404 .contentWrap .article .inner {
  box-sizing: border-box;
  max-width: 800px;
  padding: 120px 5%;
  text-align: center; }
  .error404 .contentWrap .article .inner h1 {
    font-size: 32px;
    margin-bottom: 0.5em; }
  .error404 .contentWrap .article .inner .btn {
    font-size: 13px;
    margin-top: 4em; }
    .error404 .contentWrap .article .inner .btn a {
      background: #18716B;
      border-radius: 4px;
      color: #FFF;
      padding: 1em 3em; }

.tab {
  display: none; }
</pre></body></html>