<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
カラー・フォント定義
*/
/* =========================== 共通 =========================== */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

select::-ms-expand {
  display: none; }

a {
  color: #000;
  text-decoration: none; }
  a:hover {
    color: #000;
    text-decoration: underline; }

ul {
  list-style-type: none; }

body {
  font-family: "Noto Sans JP", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  color: #000;
  background-color: #fff;
  position: relative;
  font-size: 14px;
  line-height: 1;
  padding: 0px;
  overflow: hidden;
  padding: 64px 0px 0px 0px; }
  @media only screen and (max-width: 959px) {
    body {
      padding: 64px 0px 0px 0px; } }
  body.hina {
    padding: 96px 0px 0px 0px; }
    @media only screen and (max-width: 959px) {
      body.hina {
        padding: 64px 0px 0px 0px; } }
  body.no_scroll {
    overflow: hidden !important; }

/* =========================== 汎用スタイル =========================== */
@media only screen and (min-width: 960px) {
  .pc {
    display: block; } }
@media only screen and (max-width: 959px) {
  .pc {
    display: none; } }

@media only screen and (min-width: 960px) {
  .sp {
    display: none; } }
@media only screen and (max-width: 959px) {
  .sp {
    display: block; } }

.mb8 {
  margin-bottom: 8px !important; }

.mb12 {
  margin-bottom: 12px !important; }

.mb16 {
  margin-bottom: 16px !important; }

.mb24 {
  margin-bottom: 24px !important; }

.mb32 {
  margin-bottom: 32px !important; }

.mb48 {
  margin-bottom: 48px !important; }

.mb64 {
  margin-bottom: 64px !important; }

.mb96 {
  margin-bottom: 96px !important; }

.mb128 {
  margin-bottom: 128px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.fadein {
  opacity: 0;
  transform: translate(0, 40px);
  transition: all 1000ms; }

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
  transition-timing-function: ease-in-out; }

img {
  vertical-align: bottom; }

.layout-block2 {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-direction: row;
  /* Safari */
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap; }
  .layout-block2 &gt; div {
    width: 50%; }
    .layout-block2 &gt; div:nth-child(1) {
      padding: 0px 8px 0px 0px; }
    .layout-block2 &gt; div:nth-child(2) {
      padding: 0px 0px 0px 8px; }

.base-btn {
  display: block;
  width: 100%;
  max-width: 320px;
  height: 52px;
  line-height: 52px;
  background-color: #fff;
  text-align: center;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  overflow: hidden;
  border: 1px solid #000;
  margin: 0px auto 0px auto; }
  @media only screen and (max-width: 959px) {
    .base-btn {
      max-width: inherit;
      font-size: 14px;
      text-align: left;
      padding: 0px 0px 0px 16px; } }
  .base-btn::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 52px;
    top: 0px;
    right: 24px;
    transition: 0.3s;
    background-image: url("../img/base/arrow.svg");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 14px 20px; }
    @media only screen and (max-width: 959px) {
      .base-btn::after {
        right: 16px;
        background-size: 10px 14px; } }
  .base-btn:hover {
    transition: 0.3s;
    text-decoration: none; }
    .base-btn:hover::after {
      right: 14px;
      opacity: 1; }
      @media only screen and (max-width: 959px) {
        .base-btn:hover::after {
          right: 10px; } }

.side-base-btn {
  text-align: right; }
  .side-base-btn a {
    display: inline-block;
    background-image: url("../img/base/arrow.svg");
    background-position: right center;
    background-size: 9px 13px;
    padding: 0px 18px 0px 0px;
    font-size: 14px;
    color: #000; }

@keyframes type6-top {
  0% {
    transform: translateX(0px) rotate(0deg); }
  50% {
    transform: translateY(0px) rotate(0deg); }
  100% {
    transform: translateY(0px) rotate(0deg); } }
@keyframes type6-bottom {
  0% {
    transform: translateY(0px) rotate(0deg); }
  50% {
    transform: translateY(0px) rotate(0deg); }
  100% {
    transform: translateY(0px) rotate(0deg); } }
@keyframes type6-top-close {
  0% {
    transform: translateY(0px) rotate(0deg); }
  50% {
    transform: translateY(0px) rotate(0deg); }
  100% {
    transform: translateY(9px) rotate(-45deg); } }
@keyframes type6-bottom-close {
  0% {
    transform: translateY(0px) rotate(0deg); }
  50% {
    transform: translateY(0px) rotate(0deg); }
  100% {
    transform: translateY(-9px) rotate(45deg); } }
@keyframes type7-top {
  0% {
    transform: translateX(0px) rotate(0deg); }
  50% {
    transform: translateY(0px) rotate(0deg); }
  100% {
    transform: translateY(0px) rotate(0deg); } }
@keyframes type7-bottom {
  0% {
    transform: translateY(0px) rotate(0deg); }
  50% {
    transform: translateY(0px) rotate(0deg); }
  100% {
    transform: translateY(0px) rotate(0deg); } }
@keyframes type7-top-close {
  0% {
    transform: translateY(0px) rotate(0deg); }
  50% {
    transform: translateY(0px) rotate(0deg); }
  100% {
    transform: translateY(6px) rotate(-45deg); } }
@keyframes type7-bottom-close {
  0% {
    transform: translateY(0px) rotate(0deg); }
  50% {
    transform: translateY(0px) rotate(0deg); }
  100% {
    transform: translateY(-6px) rotate(45deg); } }
/* --------------------------------------------------------------------------------- */
header {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 64px;
  top: 0;
  left: 0; }
  header .inner {
    position: relative;
    background-color: #fff;
    height: 100%;
    width: 100%; }
    @media only screen and (max-width: 959px) {
      header .inner {
        height: 64px; } }
    header .inner h1 {
      position: absolute;
      left: 32px;
      top: 9px; }
      @media only screen and (max-width: 959px) {
        header .inner h1 {
          left: 20px;
          top: 9px; } }
      header .inner h1 img {
        width: 145px;
        height: auto; }
        @media only screen and (max-width: 959px) {
          header .inner h1 img {
            width: 112px;
            height: auto; } }
    header .inner .menu-btn {
      position: absolute;
      cursor: pointer;
      display: none; }
      @media only screen and (max-width: 959px) {
        header .inner .menu-btn {
          display: block;
          right: 16px;
          top: 11px;
          width: 40px;
          height: 40px;
          background-color: #fff; } }
      header .inner .menu-btn span {
        position: absolute;
        width: 42px;
        height: 1px;
        display: block;
        background-color: #000;
        left: 8px; }
        @media only screen and (max-width: 959px) {
          header .inner .menu-btn span {
            width: 25px; } }
        header .inner .menu-btn span:nth-child(1) {
          animation: type6-top .5s;
          animation-fill-mode: forwards; }
          @media only screen and (max-width: 959px) {
            header .inner .menu-btn span:nth-child(1) {
              top: 13px;
              animation: type7-top .5s; } }
        header .inner .menu-btn span:nth-child(2) {
          transition: .5s opacity;
          opacity: 1; }
          @media only screen and (max-width: 959px) {
            header .inner .menu-btn span:nth-child(2) {
              top: 19px; } }
        header .inner .menu-btn span:nth-child(3) {
          animation: type6-bottom .5s;
          animation-fill-mode: forwards; }
          @media only screen and (max-width: 959px) {
            header .inner .menu-btn span:nth-child(3) {
              animation: type7-bottom .5s;
              top: 25px; } }
      header .inner .menu-btn.on span:nth-child(1) {
        animation: type6-top-close .5s;
        animation-fill-mode: forwards !important; }
        @media only screen and (max-width: 959px) {
          header .inner .menu-btn.on span:nth-child(1) {
            animation: type7-top-close .5s; } }
      header .inner .menu-btn.on span:nth-child(2) {
        opacity: 0;
        transition: .5s opacity; }
      header .inner .menu-btn.on span:nth-child(3) {
        animation: type6-bottom-close .5s;
        animation-fill-mode: forwards !important; }
        @media only screen and (max-width: 959px) {
          header .inner .menu-btn.on span:nth-child(3) {
            animation: type7-bottom-close .5s; } }
    header .inner .main-nav {
      position: absolute;
      right: 32px;
      top: 0px; }
      @media only screen and (max-width: 959px) {
        header .inner .main-nav {
          visibility: hidden;
          opacity: 0;
          left: 0;
          top: 64px;
          width: 100%;
          height: auto;
          background-color: #fff;
          border-top: 1px solid #ccc;
          transition: 0.3s; }
          header .inner .main-nav.on {
            transition: 0.3s;
            visibility: visible;
            opacity: 1;
            height: 100vh; } }
      header .inner .main-nav li {
        display: inline-block;
        margin: 0px 0px 0px 46px;
        position: relative; }
        @media only screen and (max-width: 959px) {
          header .inner .main-nav li {
            display: block;
            width: 100%;
            border-bottom: 1px solid #ccc;
            margin: 0px 0px 0px 0px;
            padding: 16px 16px; } }
        header .inner .main-nav li &gt; a, header .inner .main-nav li &gt; span {
          color: #000;
          font-size: 14px;
          font-weight: 700;
          line-height: 64px;
          position: relative;
          display: block;
          overflow: hidden;
          height: 64px; }
          @media only screen and (max-width: 959px) {
            header .inner .main-nav li &gt; a, header .inner .main-nav li &gt; span {
              height: auto;
              line-height: 1; } }
          header .inner .main-nav li &gt; a::after, header .inner .main-nav li &gt; span::after {
            content: "";
            position: absolute;
            width: 100%;
            height: 1px;
            bottom: 18px;
            left: -100%;
            background-color: #cc0000;
            transition: 0.3s; }
            @media only screen and (max-width: 959px) {
              header .inner .main-nav li &gt; a::after, header .inner .main-nav li &gt; span::after {
                height: 100%;
                width: 1px;
                left: 0;
                bottom: 0;
                visibility: hidden; } }
          header .inner .main-nav li &gt; a:hover, header .inner .main-nav li &gt; span:hover {
            text-decoration: none;
            color: #cc0000; }
            header .inner .main-nav li &gt; a:hover::after, header .inner .main-nav li &gt; span:hover::after {
              left: 0px; }
          @media only screen and (max-width: 959px) {
            header .inner .main-nav li &gt; a.active, header .inner .main-nav li &gt; span.active {
              padding-left: 24px; } }
          header .inner .main-nav li &gt; a.active::after, header .inner .main-nav li &gt; span.active::after {
            bottom: 18px;
            left: 0px; }
            @media only screen and (max-width: 959px) {
              header .inner .main-nav li &gt; a.active::after, header .inner .main-nav li &gt; span.active::after {
                left: 0;
                bottom: 0;
                visibility: visible; } }
          header .inner .main-nav li &gt; a.active::before, header .inner .main-nav li &gt; span.active::before {
            bottom: 0px;
            left: calc(50% - 4px);
            opacity: 1; }
            @media only screen and (max-width: 959px) {
              header .inner .main-nav li &gt; a.active::before, header .inner .main-nav li &gt; span.active::before {
                bottom: calc(50% - 4px);
                left: 8px;
                visibility: visible; } }
        header .inner .main-nav li .sub-menu {
          position: absolute;
          top: calc(100% - 8px);
          left: 0px;
          background-color: #fff;
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
          padding: 16px;
          white-space: nowrap;
          display: none; }
          @media only screen and (max-width: 959px) {
            header .inner .main-nav li .sub-menu {
              position: relative;
              top: inherit;
              left: inherit;
              right: inherit;
              box-shadow: none;
              padding-bottom: 0; } }
          header .inner .main-nav li .sub-menu.right {
            left: inherit;
            right: 0; }
          header .inner .main-nav li .sub-menu a {
            display: block;
            margin: 0px 0px 12px 0px;
            background-image: url("../img/base/arrow.svg");
            background-position: left center;
            background-size: 9px 12px;
            padding: 0px 0px 0px 20px;
            min-height: 12px; }
            header .inner .main-nav li .sub-menu a:last-child {
              margin: 0px 0px 0px 0px; }
          header .inner .main-nav li .sub-menu::after {
            content: "";
            position: absolute;
            width: calc(100%);
            height: 10px;
            top: -10px;
            left: 0px;
            opacity: 0; }
            @media only screen and (max-width: 959px) {
              header .inner .main-nav li .sub-menu::after {
                display: none; } }

footer {
  background-color: #000;
  padding: 64px; }
  @media only screen and (max-width: 959px) {
    footer {
      padding: 32px; } }
  footer .container {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-flex-direction: row;
    /* Safari */
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    /* Safari */
    flex-wrap: wrap;
    padding: 0px 0px 0px 0px; }
    @media only screen and (max-width: 959px) {
      footer .container {
        padding: 0px 0px 0px 0px; } }
    footer .container .left {
      width: 30%; }
      @media only screen and (max-width: 959px) {
        footer .container .left {
          display: block;
          width: 100%;
          margin: 0px 0px 32px 0px; } }
      footer .container .left h2 {
        margin: 0px 0px 32px 0px; }
        footer .container .left h2 img {
          width: 88px;
          height: auto; }
      footer .container .left h3 {
        font-size: 14px;
        line-height: 30px;
        font-weight: 400;
        color: #fff;
        margin: 0px 0px 32px 0px; }
        @media only screen and (max-width: 959px) {
          footer .container .left h3 {
            font-size: 12px;
            line-height: 24px;
            margin: 0px 0px 24px 0px; } }
      @media only screen and (max-width: 959px) {
        footer .container .left ul {
          text-align: center; } }
      footer .container .left ul li {
        display: inline-block;
        margin: 0px 20px 0px 0px; }
        footer .container .left ul li:last-child {
          margin: 0px 0px 0px 0px; }
        footer .container .left ul li a img {
          width: auto;
          height: 32px; }
          @media only screen and (max-width: 959px) {
            footer .container .left ul li a img {
              height: 24px; } }
    footer .container .right {
      width: 70%;
      padding: 0px 0px 0px 0px;
      position: relative; }
      @media only screen and (max-width: 959px) {
        footer .container .right {
          display: block;
          width: 100%;
          padding: 0px 0px 0px 0px;
          text-align: center; } }
      footer .container .right .footer-menu {
        text-align: right; }
        @media only screen and (max-width: 959px) {
          footer .container .right .footer-menu {
            text-align: center;
            font-size: 12px;
            margin: 0px 0px 16px 0px; } }
        footer .container .right .footer-menu li {
          display: inline-block;
          margin: 0px 40px 0px 0px; }
          @media only screen and (max-width: 959px) {
            footer .container .right .footer-menu li {
              margin: 0px 10px 16px 10px; } }
          footer .container .right .footer-menu li:last-child {
            margin: 0px 0px 0px 0px; }
            @media only screen and (max-width: 959px) {
              footer .container .right .footer-menu li:last-child {
                margin: 0px 10px 0px 10px; } }
          footer .container .right .footer-menu li a {
            color: #fff;
            text-decoration: none; }
      footer .container .right .bottom-menu {
        position: absolute;
        bottom: 0px;
        right: 0px;
        text-align: right;
        color: #fff; }
        @media only screen and (max-width: 959px) {
          footer .container .right .bottom-menu {
            position: relative;
            bottom: inherit;
            right: inherit; } }
        footer .container .right .bottom-menu li {
          display: inline-block;
          margin: 0px 30px 0px 0px;
          font-size: 14px;
          line-height: 75px; }
          @media only screen and (max-width: 959px) {
            footer .container .right .bottom-menu li {
              line-height: 1; } }
          footer .container .right .bottom-menu li:last-child {
            margin: 0px 0px 0px 0px; }
            @media only screen and (max-width: 959px) {
              footer .container .right .bottom-menu li:last-child {
                display: none; } }
          footer .container .right .bottom-menu li a {
            color: #fff;
            text-decoration: none; }
          footer .container .right .bottom-menu li smal {
            font-size: 14px; }
          footer .container .right .bottom-menu li img {
            width: auto;
            height: 75px; }

.pankuzu {
  background-color: #ededed;
  padding: 12px 32px;
  line-height: 1;
  margin: 0px 0px 32px 0px; }
  @media only screen and (max-width: 959px) {
    .pankuzu {
      padding: 0px 32px 12px 32px; } }
  .pankuzu ul li {
    display: inline-block; }
    @media only screen and (max-width: 959px) {
      .pankuzu ul li {
        padding-top: 12px; } }
    .pankuzu ul li a {
      display: block;
      margin: 0px 16px 0px 0px;
      padding: 0px 29px 0px 0px;
      background-image: url("../img/base/arrow.svg");
      background-repeat: no-repeat;
      background-position: right center;
      background-size: 9px 12px; }

.main-center-container {
  width: 100%;
  max-width: 1222px;
  margin: 0px auto 0px auto;
  padding: 0px 16px 0px 16px;
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-direction: row;
  /* Safari */
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap; }
  .main-center-container .left-container {
    width: calc(75% - 32px);
    margin: 0px 32px 0px 0px; }
    @media only screen and (max-width: 959px) {
      .main-center-container .left-container {
        width: 100%;
        margin: 0px 0px 0px 0px; } }
  .main-center-container .right-container {
    width: 25%; }
    @media only screen and (max-width: 959px) {
      .main-center-container .right-container {
        width: 100%; } }

.article-base-list {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-direction: row;
  /* Safari */
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  margin: 0px 0px 8px -24px; }
  @media only screen and (max-width: 959px) {
    .article-base-list {
      margin: 0px 0px 8px -16px; } }
  .article-base-list li {
    width: calc(33.3% - 24px);
    margin: 0px 0px 32px 24px; }
    @media only screen and (max-width: 959px) {
      .article-base-list li {
        width: calc(50% - 16px);
        margin: 0px 0px 32px 16px; } }
    .article-base-list li a {
      display: block; }
      .article-base-list li a figure {
        margin: 0px 0px 16px 0px; }
        @media only screen and (max-width: 959px) {
          .article-base-list li a figure {
            margin: 0px 0px 8px 0px; } }
        .article-base-list li a figure img {
          width: 100%;
          height: auto; }
      .article-base-list li a strong {
        display: inline-block;
        color: #fff;
        background-color: #000;
        border-radius: 50px;
        line-height: 1;
        font-size: 12px;
        padding: 5px 24px;
        font-weight: 400;
        margin: 0px 0px 10px 0px; }
        @media only screen and (max-width: 959px) {
          .article-base-list li a strong {
            margin: 0px 0px 6px 0px; } }
      .article-base-list li a p {
        font-size: 12px;
        line-height: 1;
        margin: 0px 0px 6px 0px; }
      .article-base-list li a h3 {
        font-size: 18px;
        font-weight: 400;
        line-height: 24px; }
        @media only screen and (max-width: 959px) {
          .article-base-list li a h3 {
            font-size: 14px;
            line-height: 20px; } }
  .article-base-list.top-page-pickup li:first-child {
    width: 100%;
    margin: 0px 0px 32px 24px; }
    @media only screen and (max-width: 959px) {
      .article-base-list.top-page-pickup li:first-child {
        width: calc(50% - 16px);
        margin: 0px 0px 32px 16px; } }
    .article-base-list.top-page-pickup li:first-child a {
      display: -webkit-flex;
      /* Safari */
      display: flex;
      -webkit-flex-direction: row;
      /* Safari */
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      /* Safari */
      flex-wrap: wrap; }
      @media only screen and (max-width: 959px) {
        .article-base-list.top-page-pickup li:first-child a {
          display: block; } }
      .article-base-list.top-page-pickup li:first-child a figure {
        width: calc(66.6% - 12px);
        margin: 0px 0px 0px 0px; }
        @media only screen and (max-width: 959px) {
          .article-base-list.top-page-pickup li:first-child a figure {
            width: 100%;
            margin: 0px 0px 8px 0px; } }
      .article-base-list.top-page-pickup li:first-child a .text {
        width: calc(33.4% - 12px);
        margin: 0px 0px 0px 24px; }
        @media only screen and (max-width: 959px) {
          .article-base-list.top-page-pickup li:first-child a .text {
            width: 100%;
            margin: 0px 0px 0px 0px; } }
        .article-base-list.top-page-pickup li:first-child a .text strong {
          margin: 0px 0px 16px 0px; }
          @media only screen and (max-width: 959px) {
            .article-base-list.top-page-pickup li:first-child a .text strong {
              margin: 0px 0px 6px 0px; } }
        .article-base-list.top-page-pickup li:first-child a .text h3 {
          font-size: 24px;
          line-height: 32px; }
          @media only screen and (max-width: 959px) {
            .article-base-list.top-page-pickup li:first-child a .text h3 {
              font-size: 14px;
              line-height: 20px; } }

.base-container {
  margin: 0px 0px 64px 0px; }

.base-ttl2 {
  font-size: 30px;
  display: inline-block;
  font-weight: 400;
  background-image: url("../img/base/arrow.svg");
  background-repeat: no-repeat;
  background-position: left top 7px;
  background-size: 14px 20px;
  padding: 0px 0px 0px 24px;
  margin: 0px 0px 32px 0px; }
  @media only screen and (max-width: 959px) {
    .base-ttl2 {
      font-size: 20px;
      background-position: left top 4px;
      background-size: 10px 14px;
      padding: 0px 0px 0px 16px;
      margin: 0px 0px 24px 0px; } }
  .base-ttl2 span {
    display: block;
    font-size: 16px;
    color: #333333;
    font-family: "Roboto";
    font-style: italic;
    border-top: 1px solid #cccccc;
    margin: 20px 0px 0px -24px;
    padding: 16px 0px 0px 8px; }
    @media only screen and (max-width: 959px) {
      .base-ttl2 span {
        font-size: 14px;
        margin: 16px 0px 0px -16px;
        padding: 12px 0px 0px 8px; } }

.side-base-ttl3 {
  font-size: 24px;
  line-height: 1;
  border-bottom: 1px solid #000;
  text-align: right;
  padding: 0px 0px 24px 0px;
  font-weight: 400;
  margin: 0px 0px 24px 0px; }
  @media only screen and (max-width: 959px) {
    .side-base-ttl3 {
      font-size: 18px;
      padding: 0px 0px 12px 0px;
      margin: 0px 0px 12px 0px;
      text-align: left; } }

.side-base-container {
  margin: 0px 0px 32px 0px; }
  .side-base-container.ranking .ranking-list li {
    margin: 0px 0px 24px 0px; }
    .side-base-container.ranking .ranking-list li:last-child {
      margin: 0px 0px 0px 0px; }
    .side-base-container.ranking .ranking-list li a {
      display: -webkit-flex;
      /* Safari */
      display: flex;
      -webkit-flex-direction: row;
      /* Safari */
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      /* Safari */
      flex-wrap: wrap; }
      .side-base-container.ranking .ranking-list li a .left {
        width: 60%;
        padding: 0px 16px 0px 0px; }
        .side-base-container.ranking .ranking-list li a .left strong {
          display: block;
          font-weight: 700;
          color: #333;
          font-size: 12px;
          line-height: 1;
          margin: 0px 0px 8px 0px; }
        .side-base-container.ranking .ranking-list li a .left p {
          font-size: 12px;
          line-height: 18px; }
      .side-base-container.ranking .ranking-list li a figure {
        width: 40%;
        position: relative;
        margin: 0px 0px 0px 0px !important; }
        .side-base-container.ranking .ranking-list li a figure img {
          position: relative;
          width: 100%;
          height: auto;
          z-index: 5; }
        .side-base-container.ranking .ranking-list li a figure p {
          position: absolute;
          display: inline-block;
          right: 0;
          top: 0;
          background-color: #000;
          color: #fff;
          font-size: 11px;
          z-index: 6;
          padding: 3px 6px; }
  .side-base-container.side-add01 {
    max-width: 320px;
    width: 100%;
    text-align: center;
    padding: 0px 0px 0px 0px; }
    @media only screen and (max-width: 959px) {
      .side-base-container.side-add01 {
        max-width: inherit; } }
    .side-base-container.side-add01 a {
      display: block; }
      .side-base-container.side-add01 a img {
        width: 100%; }
  .side-base-container.players .players-list {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-flex-direction: row;
    /* Safari */
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    /* Safari */
    flex-wrap: wrap;
    margin: 0px 0px 0px -20px; }
    @media only screen and (max-width: 959px) {
      .side-base-container.players .players-list {
        margin: 0px 0px 0px -16px; } }
    .side-base-container.players .players-list li {
      width: calc(50% - 20px);
      margin: 0px 0px 20px 20px; }
      @media only screen and (max-width: 959px) {
        .side-base-container.players .players-list li {
          width: calc(50% - 16px);
          margin: 0px 0px 20px 16px; } }
      .side-base-container.players .players-list li a {
        display: block; }
        .side-base-container.players .players-list li a figure {
          margin: 0px 0px 8px 0px; }
          .side-base-container.players .players-list li a figure img {
            width: 100%;
            height: auto; }
        .side-base-container.players .players-list li a p {
          text-align: right;
          font-size: 14px;
          line-height: 1; }
  .side-base-container.technique .technique-list {
    margin: 0px 0px 14px 0px; }
    .side-base-container.technique .technique-list li {
      display: inline-block;
      margin: 0px 8px 10px 0px;
      background-color: #cccccc;
      border-radius: 4px;
      font-size: 14px;
      padding: 4px 6px; }

.index .mv .slider-list li img {
  width: 100%;
  height: auto; }
.index .mv .slick-dots {
  bottom: 32px; }
  @media only screen and (max-width: 959px) {
    .index .mv .slick-dots {
      bottom: 16px; } }
  .index .mv .slick-dots li {
    margin: 0 8px; }
    @media only screen and (max-width: 959px) {
      .index .mv .slick-dots li {
        margin: 0 6px; } }
.index .featured-players .players-list {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-direction: row;
  /* Safari */
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  margin: 0px 0px 40px -20px; }
  @media only screen and (max-width: 959px) {
    .index .featured-players .players-list {
      margin: 0px 0px 20px -16px; } }
  .index .featured-players .players-list &gt; li {
    width: calc(25% - 20px);
    margin: 0px 0px 0px 20px; }
    @media only screen and (max-width: 959px) {
      .index .featured-players .players-list &gt; li {
        width: calc(50% - 16px);
        margin: 0px 0px 20px 16px; } }
    .index .featured-players .players-list &gt; li a {
      display: block; }
    .index .featured-players .players-list &gt; li figure {
      position: relative;
      margin: 0px 0px 8px 0px; }
      .index .featured-players .players-list &gt; li figure img {
        width: 100%;
        height: auto; }
      .index .featured-players .players-list &gt; li figure &gt; ul {
        position: absolute;
        bottom: 0;
        left: 0;
        text-align: left; }
        .index .featured-players .players-list &gt; li figure &gt; ul li {
          display: inline-block;
          color: #fff;
          padding: 2px 6px;
          font-size: 12px; }
          .index .featured-players .players-list &gt; li figure &gt; ul li.ufc {
            background-color: #cc0000; }
          .index .featured-players .players-list &gt; li figure &gt; ul li.shooto {
            background-color: #000; }
    .index .featured-players .players-list &gt; li strong {
      font-size: 16px;
      font-weight: 700; }
.index .shorts .shorts-list {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-direction: row;
  /* Safari */
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  margin: 0px 0px 32px -24px; }
  @media only screen and (max-width: 959px) {
    .index .shorts .shorts-list {
      margin: 0px 0px -32px -16px; } }
  .index .shorts .shorts-list &gt; li {
    width: calc(25% - 24px);
    margin: 0px 0px 32px 24px;
    position: relative;
    padding-top: 56.25%; }
    @media only screen and (max-width: 959px) {
      .index .shorts .shorts-list &gt; li {
        width: calc(50% - 16px);
        margin: 0px 0px 32px 16px; } }
    .index .shorts .shorts-list &gt; li a {
      display: block; }
      .index .shorts .shorts-list &gt; li a img {
        width: 100%; }
    .index .shorts .shorts-list &gt; li iframe {
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%; }
.index .shorts2 .article-base-list li {
  width: calc(50% - 24px); }
.index .movie .article-base-list li {
  width: calc(50% - 24px); }

.hina .ttl {
  width: 100%;
  background-color: #f7f7f7;
  position: relative;
  padding: 100px 0px 100px 128px;
  margin: 0px 0px 96px 0px; }
  @media only screen and (max-width: 959px) {
    .hina .ttl {
      padding: 64px 0px 96px 0px;
      margin: 0px 0px 32px 0px; } }
  .hina .ttl .ttl-inner {
    position: relative;
    z-index: 5; }
    @media only screen and (max-width: 959px) {
      .hina .ttl .ttl-inner {
        text-align: center; } }
    .hina .ttl .ttl-inner h1 {
      font-size: 42px;
      line-height: 1;
      font-weight: 700;
      color: #333333;
      margin: 0px 0px 24px 0px; }
      @media only screen and (max-width: 959px) {
        .hina .ttl .ttl-inner h1 {
          font-size: 36px;
          margin: 0px 0px 16px 0px; } }
    .hina .ttl .ttl-inner span {
      font-size: 24px;
      color: #5a5a5a; }
  .hina .ttl .ttl-photo {
    position: absolute;
    right: 64px;
    bottom: 0px;
    height: 70%;
    width: auto;
    z-index: 4; }
    @media only screen and (max-width: 959px) {
      .hina .ttl .ttl-photo {
        width: 70%;
        height: auto;
        right: -30px; } }
.hina .base-center-container h2 {
  margin: 0px 0px 16px 0px; }
  @media only screen and (max-width: 959px) {
    .hina .base-center-container h2 {
      font-size: 16px; } }
.hina .base-center-container p {
  margin: 0px 0px 32px 0px;
  line-height: 1.6; }

.standard-article {
  margin-bottom: 64px; }
  .standard-article .article-header {
    position: relative;
    margin: 0px 0px 32px 0px; }
    .standard-article .article-header .main-photo {
      margin: 0px 0px 12px 0px; }
      .standard-article .article-header .main-photo img {
        width: 100%;
        height: auto; }
    .standard-article .article-header .article-date {
      font-size: 12px;
      color: #666666;
      margin: 0px 0px 24px 0px;
      line-height: 1; }
    .standard-article .article-header .article-ttl {
      font-size: 24px;
      font-weight: 700;
      line-height: 1.4;
      padding: 0px 0px 24px 0px;
      position: relative; }
      .standard-article .article-header .article-ttl::after {
        content: "";
        position: absolute;
        width: 20%;
        height: 2px;
        bottom: 0px;
        left: 0%;
        background-color: #cc0000; }
      .standard-article .article-header .article-ttl::before {
        content: "";
        position: absolute;
        width: 80%;
        height: 2px;
        bottom: 0px;
        left: 20%;
        background-color: #666666; }
    .standard-article .article-header .article-tag {
      text-align: right;
      margin: 0px 0px 8px 0px; }
      .standard-article .article-header .article-tag li {
        display: inline-block;
        margin: 0px 1px 0px 0px; }
        .standard-article .article-header .article-tag li:last-child {
          margin: 0px 0px 0px 0px; }
        .standard-article .article-header .article-tag li a {
          display: block;
          background-color: #666666;
          color: #fff;
          font-size: 12px;
          padding: 5px 16px;
          line-height: 1; }
    .standard-article .article-header .article-player h5 {
      font-size: 12px;
      color: #666666;
      margin: 0px 0px 8px 0px;
      font-weight: 700; }
      .standard-article .article-header .article-player h5:first-letter {
        color: #cc0000; }
    .standard-article .article-header .article-player li {
      display: inline-block;
      margin: 0px 14px 0px 0px; }
      .standard-article .article-header .article-player li:last-child {
        margin: 0px 0px 0px 0px; }
      .standard-article .article-header .article-player li a {
        position: relative;
        border-radius: 100px;
        background-color: #ececec;
        display: -webkit-flex;
        /* Safari */
        display: flex;
        -webkit-flex-direction: row;
        /* Safari */
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        /* Safari */
        flex-wrap: wrap;
        color: #333333;
        overflow: hidden; }
        .standard-article .article-header .article-player li a::after {
          content: "";
          position: absolute;
          width: 54px;
          height: 54px;
          top: 0px;
          left: 8px;
          z-index: 2;
          background-color: #fff;
          border-radius: 100px; }
        .standard-article .article-header .article-player li a::before {
          content: "";
          position: absolute;
          width: 48px;
          height: 54px;
          top: 0px;
          left: 0px;
          z-index: 1;
          background-color: #fff; }
        .standard-article .article-header .article-player li a figure {
          position: relative;
          display: block;
          width: 54px;
          z-index: 3; }
          .standard-article .article-header .article-player li a figure img {
            border-radius: 100px;
            width: 100%;
            height: auto;
            border: 4px solid #999999; }
        .standard-article .article-header .article-player li a strong {
          display: block;
          width: calc(100% - 54px);
          font-size: 14px;
          font-weight: 700;
          line-height: 54px;
          padding: 0px 20px 0px 20px; }
  .standard-article .main-text-inner {
    line-height: 1.8;
    font-size: 16px;
    color: #333333;
    padding: 0px 0px 54px 0px;
    margin: 0px 0px 16px 0px;
    border-bottom: 1px solid #cccccc; }
    .standard-article .main-text-inner p {
      margin-bottom: 24px; }
  .standard-article .article-footer {
    position: relative;
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-flex-direction: row;
    /* Safari */
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    /* Safari */
    flex-wrap: wrap; }
    .standard-article .article-footer .article-author {
      display: block;
      font-size: 14px;
      line-height: 1;
      color: #333333;
      width: 50%; }
    .standard-article .article-footer .article-sns {
      width: 50%;
      text-align: right; }
      .standard-article .article-footer .article-sns li {
        display: inline-block;
        width: 43px;
        height: 43px;
        margin: 0px 6px 0px 0px; }
        .standard-article .article-footer .article-sns li:last-child {
          margin: 0px 0px 0px 0px; }
        .standard-article .article-footer .article-sns li a {
          width: 100%;
          height: 100%;
          display: block;
          text-align: center;
          line-height: 40px;
          vertical-align: middle;
          border-radius: 4px;
          margin: 0px 0px 0px 0px; }
          .standard-article .article-footer .article-sns li a img {
            vertical-align: middle;
            width: auto;
            height: 21px; }
          .standard-article .article-footer .article-sns li a.social-x {
            background-color: #000; }
          .standard-article .article-footer .article-sns li a.social-facebook {
            background-color: #2f4d91; }
            .standard-article .article-footer .article-sns li a.social-facebook img {
              height: 25px; }
          .standard-article .article-footer .article-sns li a.social-line {
            background-color: #06c755; }
            .standard-article .article-footer .article-sns li a.social-line img {
              height: 25px; }
  .standard-article .movie-container {
    width: 100%;
    margin: 0px auto 32px auto; }
    .standard-article .movie-container .movie-inner {
      position: relative;
      width: 100%;
      padding-top: 56.25%; }
      .standard-article .movie-container .movie-inner iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%; }

.post-navigation .screen-reader-text {
  display: none; }
.post-navigation .nav-links {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-direction: row;
  /* Safari */
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  padding: 32px 0px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc; }
  .post-navigation .nav-links a {
    color: #333;
    font-size: 12px; }
    .post-navigation .nav-links a .meta-nav {
      display: none; }
    .post-navigation .nav-links a br {
      display: none; }
  .post-navigation .nav-links .nav-previous {
    width: 50%;
    text-align: left;
    background-image: url("../img/base/prev-btn.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 10px 9px;
    padding: 0px 0px 3px 16px; }
    @media only screen and (max-width: 959px) {
      .post-navigation .nav-links .nav-previous {
        width: 100%;
        margin: 0px 0px 16px 0px; } }
  .post-navigation .nav-links .nav-next {
    width: 50%;
    text-align: right;
    background-image: url("../img/base/next-btn.svg");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 10px 9px;
    padding: 0px 16px 3px 0px; }
    @media only screen and (max-width: 959px) {
      .post-navigation .nav-links .nav-next {
        width: 100%; } }

.pagination {
  width: 100%;
  text-align: center;
  margin-top: 32px; }
  .pagination .page-numbers {
    border-radius: 4px;
    background-color: #000;
    padding: 8px 12px;
    margin: 0px 1px;
    color: #fff !important; }
    .pagination .page-numbers .svg-icon {
      display: none; }
    .pagination .page-numbers span {
      display: none; }
    .pagination .page-numbers.prev {
      padding: 6px 12px 6px 12px;
      background-image: url("../img/base/prev-btn.svg");
      background-position: center center;
      background-size: 10px 9px;
      background-repeat: no-repeat;
      margin: 0px 4px; }
    .pagination .page-numbers.next {
      padding: 6px 12px 6px 12px;
      background-image: url("../img/base/next-btn.svg");
      background-position: center center;
      background-size: 10px 9px;
      background-repeat: no-repeat;
      margin: 0px 4px; }

.base-page {
  line-height: 1.6; }
  .base-page h1, .base-page h2, .base-page h3, .base-page h4, .base-page h5 {
    line-height: 1; }
  .base-page p {
    margin: 0px 0px 24px 0px; }
  .base-page ul li {
    background-image: url("../img/base/arrow-b.svg");
    background-repeat: no-repeat;
    background-size: 8px 11px;
    padding: 0px 0px 0px 16px;
    background-position: top 6px left;
    margin: 0px 0px 12px 0px; }
</pre></body></html>