@charset "UTF-8";
/* Scss Document */
body {
  color: #000; }
#wrapper {
  background: #f8f8f8; }
    @media screen and (max-width: 991px) {
      #wrapper {
        background: #fff; } }
.main {
  background: #fff; }
  @media screen and (min-width: 992px) {
    .main {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      max-width: 1000px;
      margin: 0 auto;
      padding: 50px 35px 70px; } }
  .index .main {
    padding: 0 0 70px;
    background: none; }
    @media screen and (max-width: 991px) {
      .index .main {
        padding: 0 0 40px; } }
  @media screen and (max-width: 991px) {
    .main {
      padding: 0 10px 35px; } }
  @media screen and (min-width: 992px) {
    .mainPrimary {
      width: 600px; } }
  @media screen and (max-width: 991px) {
    .mainSide {
      margin-top: 10px; } }
  @media screen and (max-width: 991px) {
    .index .mainSide .asideRight {
      margin: 0 10px; } }
  @media screen and (min-width: 992px) {
    .mainSide .asideRight {
      width: 300px; } }
  @media screen and (max-width: 991px) {
    #wrapper:not(.index) .mainSide .asideRight {
      margin-top: 50px;
      padding-top: 35px;
      position: relative; }
      #wrapper:not(.index) .mainSide .asideRight::before {
        content: '';
        display: block;
        height: 2px;
        width: 100vw;
        background: #000;
        position: absolute;
        top: 0;
        left: -10px; } }
  .mainSide .asideRight .asideSection {
    padding-top: 40px; }
    @media screen and (max-width: 991px) {
      .mainSide .asideRight .asideSection {
        padding-top: 30px; } }

.hoverZoomTarget {
  overflow: hidden;
  position: relative; }
  .hoverZoomTarget img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }

/* 
.pagenation {
  margin: 30px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .pagenation a {
    display: block;
    height: 30px;
    width: 30px;
    color: #000;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    text-decoration: none;
    border: 1px solid #000; }
    .pagenation a:hover {
      color: #fff;
      background: #000; }
    @media screen and (max-width: 991px) {
      .pagenation a {
        height: 40px;
        width: 40px;
        line-height: 40px; } }
  .pagenation .pageList {
    margin: 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .pagenation .pageList li {
      margin: 0 5px; }
      .pagenation .pageList li a.current {
        color: #fff;
        background: #000; }

.ex_article_robotics article .pagenation a{
text-decoration: none;
border: 1px solid #EA302C;
}
.ex_article_robotics article .pagenation a:hover{
      color: #fff;
      background: #EA302C; 
}
 */

#wrapper.index {
  position: relative;
  background: none;
  /*
  &::before, &::after {
    content: '';
    display: block;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
  }
  &::before {
    background-image: url(/images/mirakoto/2021/top_bg.png);
    background-size: cover;
    z-index: -10;
    @include mq-below(md) {
      background-image: url(/images/mirakoto/2021/top_bg_sp.png);
    }
  }
  &::after {
    background-image: url(/images/mirakoto/2017/top_ami.png);
    background-repeat: repeat;
    z-index: -9;
  }
  */ }
  #wrapper.index .indexBg_pc, #wrapper.index .indexBg_sp {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0; }
  #wrapper.index .indexBg_pc {
    background-color: #fafeff;
    /* background-image: url(/images/mirakoto/2021/top_bg.jpg); */
    background-size: cover;
    background-position-y: 99px;
    background-repeat: no-repeat;
    z-index: -10; }
  #wrapper.index .indexBg_sp {
    display: none; }
    @media screen and (max-width: 991px) {
      #wrapper.index .indexBg_sp {
        display: block;
        /* background-image: url(/images/mirakoto/2021/top_bg_sp.jpg); */
        background-size: cover;
        z-index: -10; }
      #wrapper.index .indexBg_pc {
        display: none } }
  #wrapper.index .categoryNav {
    padding: 15px 0;
    border-top: 1px solid #fff;
    background-color: rgba(0, 0, 0, 0.4); }
    @media screen and (max-width: 991px) {
      #wrapper.index .categoryNav {
        display: none; } }
    #wrapper.index .categoryNavList {
      margin: 0 auto;
      width: calc(1000px - (20px + 30px));
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      #wrapper.index .categoryNavList li {
        margin: 0 5px; }
        #wrapper.index .categoryNavList li a {
          padding-left: 15px;
          color: #fff;
          font-size: 12px;
          text-decoration: none;
          background: url(/images/mirakoto/2017/common_white_arrow2.png) no-repeat 1px 1px;
          background-size: 8px 14px; }
          #wrapper.index .categoryNavList li a:hover {
            opacity: 0.5; }
  #wrapper.index .siteHead {
    margin-top: 25px;
    text-align: center; }
    @media screen and (max-width: 991px) {
  #wrapper.index .siteHead img {
    width: 210px; } }
  #wrapper.index .siteLead {
    margin: 1em 0 0;
    text-align: center; }
  #wrapper.index .main {
    max-width: 1260px; }
    @media screen and (min-width: 992px) {
      #wrapper.index .main {
        width: 1260px; } }
    @media screen and (min-width: 992px) {
      #wrapper.index .mainPrimary .primary {
        width: 900px; } }
    #wrapper.index .mainPrimary .primary .mainSection {
      padding: 25px;
      background: rgba(255, 255, 255, 0.95); }
      @media screen and (max-width: 991px) {
        #wrapper.index .mainPrimary .primary .mainSection {
          margin: 0 10px;
          padding: 15px; } }
      #wrapper.index .mainPrimary .primary .mainSection:not(:first-child) {
        margin-top: 10px; }
    #wrapper.index .mainSide .asideRight {
      padding: 0; }
      @media screen and (min-width: 992px) {
        #wrapper.index .mainSide .asideRight {
          width: 350px; } }
      #wrapper.index .mainSide .asideRight > * {
        background: rgba(255, 255, 255, 0.95); }
        @media screen and (max-width: 991px) {
          #wrapper.index .mainSide .asideRight > * {
            padding: 20px 15px; }
            #wrapper.index .mainSide .asideRight > *.asideNews {
              padding: 20px 30px; } }
        @media screen and (min-width: 992px) {
          #wrapper.index .mainSide .asideRight > * {
            padding: 40px 25px; }
            #wrapper.index .mainSide .asideRight > *:not(:first-child) {
              padding-top: 0; } }
      @media screen and (min-width: 992px) {
        #wrapper.index .mainSide .asideRight .asideNews {
          margin-top: 20px;
          padding: 25px; } }

.topSlider {
  margin: 20px 0 80px; }
  .topSliderItem a {
    display: block;
    margin: 0 10px;
    position: relative;
    text-decoration: none; }
    .topSliderItem a:hover figure img {
      -webkit-transform: translate(-50%, -50%) scale(1.15);
          -ms-transform: translate(-50%, -50%) scale(1.15);
              transform: translate(-50%, -50%) scale(1.15); }
    @media screen and (max-width: 991px) {
      .topSliderItem a {
        margin: 0; } }
    .topSliderItem a.keyon .vol {
      padding-right: 20px;
      position: relative; }
      .topSliderItem a.keyon .vol::after {
        content: '';
        display: inline-block;
        width: 14px;
        height: 16px;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.87%22%20height%3D%2216%22%20viewBox%3D%220%200%2012.87%2016%22%3E%3Cpath%20d%3D%22M11.24%2C6.28h-.72V4.08a4.09%2C4.09%2C0%2C0%2C0-8.17%2C0v2.2H1.63A1.63%2C1.63%2C0%2C0%2C0%2C0%2C7.91v6.46A1.63%2C1.63%2C0%2C0%2C0%2C1.63%2C16h9.61a1.63%2C1.63%2C0%2C0%2C0%2C1.63-1.63V7.91A1.63%2C1.63%2C0%2C0%2C0%2C11.24%2C6.28ZM3.42%2C4.08a3%2C3%2C0%2C0%2C1%2C6%2C0v2.2h-6ZM12%2C14.37a.74.74%2C0%2C0%2C1-.73.73H1.63a.73.73%2C0%2C0%2C1-.73-.73V7.91a.74.74%2C0%2C0%2C1%2C.73-.73h9.61a.75.75%2C0%2C0%2C1%2C.73.73Z%22%20style%3D%22fill%3A%23363d3f%22%2F%3E%3Crect%20x%3D%220.95%22%20y%3D%226.81%22%20width%3D%2211.56%22%20height%3D%228.89%22%20style%3D%22fill%3A%23363d3f%22%2F%3E%3Cpath%20d%3D%22M6.73%2C8.75a1.44%2C1.44%2C0%2C0%2C0-.66%2C2.71v1.65a.66.66%2C0%2C1%2C0%2C1.32%2C0V11.46a1.44%2C1.44%2C0%2C0%2C0-.66-2.71Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3C%2Fsvg%3E");
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        right: 2px;
        top: 1px; }
        @media screen and (max-width: 991px) {
          .topSliderItem a.keyon .vol::after {
            width: 12px;
            height: 12px; } }
    .topSliderItem a.mirai .topSliderText p {
      background: #ff7300; }
    .topSliderItem a.mirai .topSliderText .heading span {
      background: #ff7300; }
    .topSliderItem a.design .topSliderText p {
      background: #473561; }
    .topSliderItem a.design .topSliderText .heading span {
      background: #473561; }
    .topSliderItem a.buzzword .topSliderText p {
      background: #0095D0; }
    .topSliderItem a.buzzword .topSliderText .heading span {
      background: #0095D0; }
    .topSliderItem a.city .topSliderText p {
      background: #0a4d7d; }
    .topSliderItem a.city .topSliderText .heading span {
      background: #0a4d7d; }
    .topSliderItem a.food .topSliderText p {
      background: #82ca00; }
    .topSliderItem a.food .topSliderText .heading span {
      background: #82ca00; }
    .topSliderItem a.wellness .topSliderText p {
      background: #00c7a5; }
    .topSliderItem a.wellness .topSliderText .heading span {
      background: #00c7a5; }
    .topSliderItem a.robotics .topSliderText p {
      background: #ea302c; }
    .topSliderItem a.robotics .topSliderText .heading span {
      background: #ea302c; }
    .topSliderItem a.sports .topSliderText p {
      background: #d90035; }
    .topSliderItem a.sports .topSliderText .heading span {
      background: #d90035; }
    .topSliderItem a.global .topSliderText p {
      background: #4fadc6; }
    .topSliderItem a.global .topSliderText .heading span {
      background: #4fadc6; }
  .topSliderImage {
    margin: 0;
    width: 800px;
    height: 420px;
    overflow: hidden;
    position: relative; }
    .topSliderImage img {
      width: 100%;
      height: auto;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -webkit-transform-origin: center center;
          -ms-transform-origin: center center;
              transform-origin: center center;
      -webkit-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
    @media screen and (max-width: 991px) {
      .topSliderImage {
        width: 100vw;
        height: 52.26666666667vw; }
        .topSliderImage::before {
          content: '';
          display: block;
          padding-top: 52.26666666667%; } }
  .topSliderText {
    color: #fff; }
    @media screen and (min-width: 992px) {
      .topSliderText {
        max-width: 760px;
        position: absolute;
        bottom: 20px;
        left: 20px; } }
    @media screen and (max-width: 991px) {
      .topSliderText {
        margin: 6px 25px 0; } }
    .topSliderText p {
      display: inline-block;
      margin: 0 0 .25em;
      padding: 0.5em;
      font-size: 13px;
      font-weight: 600; }
      @media screen and (max-width: 991px) {
        .topSliderText p {
          padding: 0 4px;
          line-height: 1.6;
          display: inline; } }
      .topSliderText p .sponsor {
        font-size: 11px;
        font-weight: normal; }
        @media screen and (max-width: 991px) {
          .topSliderText p .sponsor {
            display: inline-block; } }
    .topSliderText .heading {
      font-size: 24px; }
      .topSliderText .heading span {
        line-height: 1.5; }
      @media screen and (max-width: 991px) {
        .topSliderText .heading {
          margin-top: 2px;
          font-size: 16px; }
          .topSliderText .heading br {
            display: none; } }

.topKeyword {
  margin: 0 auto 10px;
  padding: 20px 25px;
  max-width: 1260px;
  background: rgba(255, 255, 255, 0.95); }
  @media screen and (min-width: 992px) {
    .topKeyword {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media screen and (max-width: 991px) {
    .topKeyword {
      padding: 15px;
      text-align: center;
      margin: 0 10px 20px; } }
  .topKeyword h3 {
    font-size: 15px;
    font-weight: bold;
    text-align: center; }
  .topKeywordList {
    margin-left: 15px;
    display: block; }
    @media screen and (max-width: 991px) {
      .topKeywordList {
        margin-top: 10px;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            justify-content: center; } }
    .topKeywordList li {
      display: inline-block;
      margin: 2px 0; }
      @media screen and (max-width: 991px) {
        .topKeywordList li {
          display: block;
          margin: 4px; } }
      .topKeywordList li a {
        display: block;
        padding: 12px 14px;
        color: #333;
        font-size: 14px;
        font-weight: bold;
        text-decoration: none;
        background: #fff;
        border: 1px solid #cccccc;
        border-radius: 1.5em; }
        @media screen and (max-width: 991px) {
          .topKeywordList li a {
            font-size: 12px; } }
        .topKeywordList li a:hover {
          opacity: 0.8; }
  .topKeyword .moreBtn {
    display: inline-block;
    margin-top: 10px;
    padding-left: 10px;
    position: relative;
    color: #333;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none; }
    @media screen and (min-width: 992px) {
      .topKeyword .moreBtn {
        display: none; } }
    .topKeyword .moreBtn::before {
      content: '';
      display: block;
      width: 5px;
      height: 10px;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227.12%22%20height%3D%2211.41%22%20viewBox%3D%220%200%207.12%2011.41%22%3E%3Cpolyline%20points%3D%220.71%200.71%205.71%205.71%200.71%2010.71%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000%3Bstroke-miterlimit%3A10%3Bstroke-width%3A2px%22%2F%3E%3C%2Fsvg%3E");
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }

.mainSection h2 {
  margin: 0 0 15px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.75;
  border-bottom: 3px solid #000; }
  @media screen and (max-width: 991px) {
    .mainSection h2 {
      font-size: 16px; } }

.mainNew .articleListItem:not(:first-child) {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dotted #000; }

.mainNew .articleListLink {
  display: block;
  color: #000;
  text-decoration: none; }
  .mainNew .articleListLink:hover figure img {
    -webkit-transform: translate(-50%, -50%) scale(1.15);
        -ms-transform: translate(-50%, -50%) scale(1.15);
            transform: translate(-50%, -50%) scale(1.15); }
  .mainNew .articleListLink:hover {
    opacity: 0.8; }
    .mainNew .articleListLink:hover .articleTitle {
      color: #39579a;
      text-decoration: underline; }
  @media screen and (min-width: 992px) {
    .mainNew .articleListLinkInner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .mainNew .articleListLink.keyon .articleListText .articleHead .vol {
    padding-right: 20px;
    position: relative; }
    .mainNew .articleListLink.keyon .articleListText .articleHead .vol::after {
      content: '';
      display: inline-block;
      width: 14px;
      height: 16px;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.87%22%20height%3D%2216%22%20viewBox%3D%220%200%2012.87%2016%22%3E%3Cpath%20d%3D%22M11.24%2C6.28h-.72V4.08a4.09%2C4.09%2C0%2C0%2C0-8.17%2C0v2.2H1.63A1.63%2C1.63%2C0%2C0%2C0%2C0%2C7.91v6.46A1.63%2C1.63%2C0%2C0%2C0%2C1.63%2C16h9.61a1.63%2C1.63%2C0%2C0%2C0%2C1.63-1.63V7.91A1.63%2C1.63%2C0%2C0%2C0%2C11.24%2C6.28ZM3.42%2C4.08a3%2C3%2C0%2C0%2C1%2C6%2C0v2.2h-6ZM12%2C14.37a.74.74%2C0%2C0%2C1-.73.73H1.63a.73.73%2C0%2C0%2C1-.73-.73V7.91a.74.74%2C0%2C0%2C1%2C.73-.73h9.61a.75.75%2C0%2C0%2C1%2C.73.73Z%22%20style%3D%22fill%3A%23363d3f%22%2F%3E%3Crect%20x%3D%220.95%22%20y%3D%226.81%22%20width%3D%2211.56%22%20height%3D%228.89%22%20style%3D%22fill%3A%23363d3f%22%2F%3E%3Cpath%20d%3D%22M6.73%2C8.75a1.44%2C1.44%2C0%2C0%2C0-.66%2C2.71v1.65a.66.66%2C0%2C1%2C0%2C1.32%2C0V11.46a1.44%2C1.44%2C0%2C0%2C0-.66-2.71Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3C%2Fsvg%3E");
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      right: 2px;
      bottom: 0px; }
      @media screen and (max-width: 991px) {
        .mainNew .articleListLink.keyon .articleListText .articleHead .vol::after {
          width: 12px;
          height: 12px; } }
  .mainNew .articleListLink.mirai .articleListText .articleHead {
    color: #ff7300; }
  .mainNew .articleListLink.design .articleListText .articleHead {
    color: #473561; }
  .mainNew .articleListLink.buzzword .articleListText .articleHead {
    color: #0095D0; }
  .mainNew .articleListLink.city .articleListText .articleHead {
    color: #0a4d7d; }
  .mainNew .articleListLink.food .articleListText .articleHead {
    color: #82ca00; }
  .mainNew .articleListLink.wellness .articleListText .articleHead {
    color: #00c7a5; }
  .mainNew .articleListLink.robotics .articleListText .articleHead {
    color: #ea302c; }
  .mainNew .articleListLink.sports .articleListText .articleHead {
    color: #d90035; }
  .mainNew .articleListLink.global .articleListText .articleHead {
    color: #4fadc6; }

.mainNew .articleListImage {
  margin: 0;
  -ms-flex-preferred-size: 210px;
      flex-basis: 210px;
  width: 210px;
  height: 175px;
  overflow: hidden;
  position: relative; }
  .mainNew .articleListImage img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
  @media screen and (min-width: 992px) {
    .mainNew .articleListImage {
      margin-right: 20px; } }
  @media screen and (max-width: 991px) {
    .mainNew .articleListImage {
      width: 100%;
      height: 45.3333vw; }
      .mainNew .articleListImage::before {
        content: '';
        display: block;
        padding-top: 45.3333%; } }

@media screen and (min-width: 992px) {
  .mainNew .articleListText {
    -ms-flex-preferred-size: calc(100% - 230px);
        flex-basis: calc(100% - 230px); } }

@media screen and (max-width: 991px) {
  .mainNew .articleListText {
    margin-top: 10px; } }

.mainNew .articleListText .articleHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px; }
  @media screen and (max-width: 991px) {
    .mainNew .articleListText .articleHead {
      font-size: 11px; } }
  .mainNew .articleListText .articleHead .category {
    margin-right: 5px; }
  .mainNew .articleListText .articleHead .vol {
    margin-left: 5px; }
  .mainNew .articleListText .articleHead time {
    margin-left: auto;
    color: #666 !important;
    font-size: 12px; }
    @media screen and (max-width: 991px) {
      .mainNew .articleListText .articleHead time {
        font-size: 11px; } }

.mainNew .articleListText .articleTitle {
  margin-top: 20px;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.5; }

.mainNew .articleListText .articleTitle .sponsor {
    display: block;
    color: #666;
    font-size: 13px;
    white-space: nowrap;
    font-weight:normal;
}
  @media screen and (max-width: 991px) {
    .mainNew .articleListText .articleTitle {
      margin-top: 10px;
      font-size: 14px; } }

.mainNew .articleListText .articleTags {
  margin-top: 20px; }
  @media screen and (max-width: 991px) {
    .mainNew .articleListText .articleTags {
      margin-top: 10px; } }
  .mainNew .articleListText .articleTagsList {
    display: block; }
    .mainNew .articleListText .articleTagsList li {
      margin: 2px;
      display: inline-block; }
      .mainNew .articleListText .articleTagsList li a {
        display: block;
        padding: 12px 15px;
        color: #333;
        font-size: 12px;
        font-weight: bold;
        text-decoration: none;
        background: #fff;
        border: 1px solid #cccccc;
        border-radius: 1.5em; }
        @media screen and (max-width: 991px) {
          .mainNew .articleListText .articleTagsList li a {
            padding: 8px 12px;
            font-size: 12px; } }
        .mainNew .articleListText .articleTagsList li a:hover {
          opacity: 0.8; }

.mainLookback .lead {
  color: #333;
  font-size: 16px;
  line-height: 1.5; }
  @media screen and (max-width: 991px) {
    .mainLookback .lead {
      font-size: 12px; } }

.mainLookback .articleList {
  margin-top: 10px; }
  @media screen and (min-width: 992px) {
    .mainLookback .articleList {
      margin-top: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media screen and (min-width: 992px) {
    .mainLookback .articleListItem {
      -ms-flex-preferred-size: 400px;
          flex-basis: 400px;
      max-width: 400px; } }
  @media screen and (max-width: 991px) {
    .mainLookback .articleListItem:not(:first-child) {
      margin-top: 20px; } }
  .mainLookback .articleListLink {
    display: block;
    color: #000;
    text-decoration: none; }
    .mainLookback .articleListLink:hover figure img {
      -webkit-transform: translate(-50%, -50%) scale(1.15);
          -ms-transform: translate(-50%, -50%) scale(1.15);
              transform: translate(-50%, -50%) scale(1.15); }
    .mainLookback .articleListLink:hover {
      opacity: 0.8; }
      .mainCategoryBlock .articleListLink:hover .articleTitle,
      .mainLookback .articleListLink:hover .articleTitle {
        color: #39579a;
        text-decoration: underline; }
    .mainLookback .articleListLink.keyon .articleListText .articleHead .vol {
      padding-right: 20px;
      position: relative; }
      .mainLookback .articleListLink.keyon .articleListText .articleHead .vol::after {
        content: '';
        display: inline-block;
        width: 14px;
        height: 16px;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.87%22%20height%3D%2216%22%20viewBox%3D%220%200%2012.87%2016%22%3E%3Cpath%20d%3D%22M11.24%2C6.28h-.72V4.08a4.09%2C4.09%2C0%2C0%2C0-8.17%2C0v2.2H1.63A1.63%2C1.63%2C0%2C0%2C0%2C0%2C7.91v6.46A1.63%2C1.63%2C0%2C0%2C0%2C1.63%2C16h9.61a1.63%2C1.63%2C0%2C0%2C0%2C1.63-1.63V7.91A1.63%2C1.63%2C0%2C0%2C0%2C11.24%2C6.28ZM3.42%2C4.08a3%2C3%2C0%2C0%2C1%2C6%2C0v2.2h-6ZM12%2C14.37a.74.74%2C0%2C0%2C1-.73.73H1.63a.73.73%2C0%2C0%2C1-.73-.73V7.91a.74.74%2C0%2C0%2C1%2C.73-.73h9.61a.75.75%2C0%2C0%2C1%2C.73.73Z%22%20style%3D%22fill%3A%23363d3f%22%2F%3E%3Crect%20x%3D%220.95%22%20y%3D%226.81%22%20width%3D%2211.56%22%20height%3D%228.89%22%20style%3D%22fill%3A%23363d3f%22%2F%3E%3Cpath%20d%3D%22M6.73%2C8.75a1.44%2C1.44%2C0%2C0%2C0-.66%2C2.71v1.65a.66.66%2C0%2C1%2C0%2C1.32%2C0V11.46a1.44%2C1.44%2C0%2C0%2C0-.66-2.71Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3C%2Fsvg%3E");
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        right: 2px;
        bottom: 0px; }
        @media screen and (max-width: 991px) {
          .mainLookback .articleListLink.keyon .articleListText .articleHead .vol::after {
            width: 12px;
            height: 12px; } }
    .mainLookback .articleListLink.mirai .articleListText .articleHead {
      color: #ff7300; }
    .mainLookback .articleListLink.design .articleListText .articleHead {
      color: #473561; }
    .mainLookback .articleListLink.buzzword .articleListText .articleHead {
      color: #0095D0; }
    .mainLookback .articleListLink.city .articleListText .articleHead {
      color: #0a4d7d; }
    .mainLookback .articleListLink.food .articleListText .articleHead {
      color: #82ca00; }
    .mainLookback .articleListLink.wellness .articleListText .articleHead {
      color: #00c7a5; }
    .mainLookback .articleListLink.robotics .articleListText .articleHead {
      color: #ea302c; }
    .mainLookback .articleListLink.sports .articleListText .articleHead {
      color: #d90035; }
    .mainLookback .articleListLink.global .articleListText .articleHead {
      color: #4fadc6; }
  .mainLookback .articleListImage {
    margin: 0;
    width: 400px;
    height: 210px;
    overflow: hidden;
    position: relative; }
    .mainLookback .articleListImage img {
      width: 100%;
      height: auto;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -webkit-transform-origin: center center;
          -ms-transform-origin: center center;
              transform-origin: center center;
      -webkit-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
    @media screen and (max-width: 991px) {
      .mainLookback .articleListImage {
        width: 100%;
        height: 45.3333vw; }
        .mainLookback .articleListImage::before {
          content: '';
          display: block;
          padding-top: 52.3333%; } }
  .mainLookback .articleListText {
    margin-top: 10px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
    .mainLookback .articleListText .articleHead {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      color: #666;
      font-size: 12px; }
      .mainLookback .articleListText .articleHead .category {
        margin-right: 5px; }
      .mainLookback .articleListText .articleHead .vol {
        margin-left: 5px; }
      .mainLookback .articleListText .articleHead time {
        margin-left: auto;
        color: #666 !important; }
    .mainLookback .articleListText .articleTitle {
      margin-top: 10px;
      font-size: 16px;
      font-weight: bold;
      line-height: 1.5; }
      @media screen and (max-width: 991px) {
        .mainLookback .articleListText .articleTitle {
          font-size: 14px; } }
      .mainLookback .articleListText .articleTitle .sponsor {
        display: block;
        color: #666;
        font-size: 12px;
        white-space: nowrap;
        font-weight:normal; }

@media screen and (min-width: 992px) {
  .mainCategory {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

@media screen and (min-width: 992px) {
  .mainCategoryBlock {
    -ms-flex-preferred-size: 400px;
        flex-basis: 400px;
    max-width: 400px; }
    .mainCategoryBlock:nth-child(n+3) {
      margin-top: 40px; } }

@media screen and (max-width: 991px) {
  .mainCategoryBlock:not(:first-child) {
    margin-top: 30px; } }

.mainCategoryBlock .categoryHeadingWrap {
  position: relative; }
  .mainCategoryBlock .categoryHeadingWrap h2 {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 3px solid #999;
    position: relative; }
    .mainCategoryBlock .categoryHeadingWrap h2::before {
      content: '';
      display: block;
      width: 50px;
      height: 3px;
      position: absolute;
      left: 0;
      bottom: -3px;
      background: #000; }
  .mainCategoryBlock .categoryHeadingWrap .moreBtn {
    position: absolute;
    top: .75em;
    right: 0;
    z-index: 10; }
    .mainCategoryBlock .categoryHeadingWrap .moreBtn a {
      color: #333;
      font-size: 13px;
      position: relative; }
      .mainCategoryBlock .categoryHeadingWrap .moreBtn a::before {
        content: '';
        display: block;
        width: 6px;
        height: 6px;
        border-top: 2px solid #000;
        border-right: 2px solid #000;
        position: absolute;
        top: 50%;
        left: -20px;
        -webkit-transform: translateY(-50%) rotate(45deg);
            -ms-transform: translateY(-50%) rotate(45deg);
                transform: translateY(-50%) rotate(45deg); }

.mainCategoryBlock .articleListLink {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #333;
  color: #000;
  text-decoration: none; }
  @media screen and (min-width: 992px) {
    .mainCategoryBlock .articleListLink:hover figure img {
      -webkit-transform: translate(-50%, -50%) scale(1.15);
          -ms-transform: translate(-50%, -50%) scale(1.15);
              transform: translate(-50%, -50%) scale(1.15); }
    .mainCategoryBlock .articleListLink:hover {
      color: #39579a; } }
  .mainCategoryBlock .articleListLink.keyon .articleListText .articleHead .vol {
    padding-right: 20px;
    position: relative; }
    .mainCategoryBlock .articleListLink.keyon .articleListText .articleHead .vol::after {
      content: '';
      display: inline-block;
      width: 14px;
      height: 16px;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.87%22%20height%3D%2216%22%20viewBox%3D%220%200%2012.87%2016%22%3E%3Cpath%20d%3D%22M11.24%2C6.28h-.72V4.08a4.09%2C4.09%2C0%2C0%2C0-8.17%2C0v2.2H1.63A1.63%2C1.63%2C0%2C0%2C0%2C0%2C7.91v6.46A1.63%2C1.63%2C0%2C0%2C0%2C1.63%2C16h9.61a1.63%2C1.63%2C0%2C0%2C0%2C1.63-1.63V7.91A1.63%2C1.63%2C0%2C0%2C0%2C11.24%2C6.28ZM3.42%2C4.08a3%2C3%2C0%2C0%2C1%2C6%2C0v2.2h-6ZM12%2C14.37a.74.74%2C0%2C0%2C1-.73.73H1.63a.73.73%2C0%2C0%2C1-.73-.73V7.91a.74.74%2C0%2C0%2C1%2C.73-.73h9.61a.75.75%2C0%2C0%2C1%2C.73.73Z%22%20style%3D%22fill%3A%23363d3f%22%2F%3E%3Crect%20x%3D%220.95%22%20y%3D%226.81%22%20width%3D%2211.56%22%20height%3D%228.89%22%20style%3D%22fill%3A%23363d3f%22%2F%3E%3Cpath%20d%3D%22M6.73%2C8.75a1.44%2C1.44%2C0%2C0%2C0-.66%2C2.71v1.65a.66.66%2C0%2C1%2C0%2C1.32%2C0V11.46a1.44%2C1.44%2C0%2C0%2C0-.66-2.71Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3C%2Fsvg%3E");
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      right: 2px;
      bottom: 0px; }
      @media screen and (max-width: 991px) {
        .mainCategoryBlock .articleListLink.keyon .articleListText .articleHead .vol::after {
          width: 12px;
          height: 12px; } }

@media screen and (min-width: 992px) {
  .mainCategoryBlock .articleListImage {
    overflow: hidden;
    position: relative; }
    .mainCategoryBlock .articleListImage img {
      width: 100%;
      height: auto;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -webkit-transform-origin: center center;
          -ms-transform-origin: center center;
              transform-origin: center center;
      -webkit-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; } }

.mainCategoryBlock .articleListText .articleHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px; }
  .mainCategoryBlock .articleListText .articleHead .vol {
    font-size: 12px; }
  .mainCategoryBlock .articleListText .articleHead time {
    margin-left: auto;
    font-size: 12px; }

.mainCategoryBlock .articleListText .articleTitle {
  min-height: 3em;
  font-size: 16px;
  line-height: 1.5;
  font-weight:bold; }
  @media screen and (max-width: 991px) {
    .mainCategoryBlock .articleListText .articleTitle {
       min-height: 1em;} }
  .mainCategoryBlock .articleListText .articleTitle .sponsor {
    display: inline-block;
    color: #666;
    font-size: 12px;
    white-space: nowrap;
    font-weight: normal; }

.mainCategoryBlock .articleListText .articleTags {
  margin-top: 10px; }
  @media screen and (max-width: 991px) {
    .mainCategoryBlock .articleListText .articleTags {
      margin-top: 10px; } }
  .mainCategoryBlock .articleListText .articleTagsList li {
    margin: 2px;
    display: inline-block; }
    .mainCategoryBlock .articleListText .articleTagsList li object {
      display: block; }
    .mainCategoryBlock .articleListText .articleTagsList li a {
      display: block;
      padding: 12px 15px;
      color: #333;
      font-size: 12px;
      font-weight: bold;
      text-decoration: none;
      background: #fff;
      border: 1px solid #cccccc;
      border-radius: 1.5em; }
      @media screen and (max-width: 991px) {
        .mainCategoryBlock .articleListText .articleTagsList li a {
          padding: 8px 12px;
          font-size: 12px; } }
      .mainCategoryBlock .articleListText .articleTagsList li a:hover {
        opacity: 0.8; }
.mainCategoryBlock .articleListItem:first-child .articleListImage {
  margin: 0 0 10px; }
  @media screen and (min-width: 992px) {
    .mainCategoryBlock .articleListItem:first-child .articleListImage {
      width: 400px;
      height: 210px; } }
  @media screen and (max-width: 991px) {
    .mainCategoryBlock .articleListItem .articleListImage img {
      max-width: 100%;
      height: auto; } }

.mainCategoryBlock .articleListItem:not(:first-child) .articleListLinkInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.mainCategoryBlock .articleListItem:not(:first-child) .articleListImage {
  margin: 0;
  -ms-flex-preferred-size: 150px;
      flex-basis: 150px;
  width: 150px;
  height: 125px; }

.mainCategoryBlock .articleListItem:not(:first-child) .articleListText {
  -ms-flex-preferred-size: calc(100% - 165px);
      flex-basis: calc(100% - 165px);
  max-width: calc(100% - 165px); }

.mainCategoryBlock.mirai .categoryHeadingWrap h2::before {
  background: #ff7300; }

.mainCategoryBlock.mirai .articleList .articleListText .articleHead .vol {
  color: #ff7300; }

.mainCategoryBlock.design .categoryHeadingWrap h2::before {
  background: #473561; }

.mainCategoryBlock.design .articleList .articleListText .articleHead .vol {
  color: #473561; }

.mainCategoryBlock.buzzword .categoryHeadingWrap h2::before {
  background: #0095D0; }

.mainCategoryBlock.buzzword .articleList .articleListText .articleHead .vol {
  color: #0095D0; }

.mainCategoryBlock.city .categoryHeadingWrap h2::before {
  background: #0a4d7d; }

.mainCategoryBlock.city .articleList .articleListText .articleHead .vol {
  color: #0a4d7d; }

.mainCategoryBlock.food .categoryHeadingWrap h2::before {
  background: #82ca00; }

.mainCategoryBlock.food .articleList .articleListText .articleHead .vol {
  color: #82ca00; }

.mainCategoryBlock.wellness .categoryHeadingWrap h2::before {
  background: #00c7a5; }

.mainCategoryBlock.wellness .articleList .articleListText .articleHead .vol {
  color: #00c7a5; }

.mainCategoryBlock.robotics .categoryHeadingWrap h2::before {
  background: #ea302c; }

.mainCategoryBlock.robotics .articleList .articleListText .articleHead .vol {
  color: #ea302c; }

.mainCategoryBlock.sports .categoryHeadingWrap h2::before {
  background: #d90035; }

.mainCategoryBlock.sports .articleList .articleListText .articleHead .vol {
  color: #d90035; }

.mainCategoryBlock.global .categoryHeadingWrap h2::before {
  background: #4fadc6; }

.mainCategoryBlock.global .articleList .articleListText .articleHead .vol {
  color: #4fadc6; }

@media screen and (max-width: 991px) {
  .asideRight {
    padding: 15px; } }

.asideRight h2 {
  margin-bottom: 20px;
  padding: 0.5em;
  font-size: 14px;
  border-left: 4px solid #000;
  border-bottom: 1px solid #000; }

.asideRight .dag_banner * {
  text-align: center; }

.asideRight .dag_banner img {
  width: 100%; }

.asideMessageBlock {
  padding: 20px;
  border-radius: 8px;
  background: #f9f9f9;
  border: 1px solid #ccc; }
  @media screen and (max-width: 991px) {
    .asideMessageBlock {
      padding: 15px; } }
  .asideMessageBlock p {
    margin: 0;
    line-height: 1.667; }
    .asideMessageBlock p a {
      color: #39579a;
      font-weight: bold;
      text-decoration: underline; }
      .asideMessageBlock p a:hover {
        opacity: 0.8;
        text-decoration: none; }
    .asideMessageBlock p.name {
      font-weight: bold; }
      .asideMessageBlock p.name span {
        display: inline-block;
        margin-right: 5px; }

.asideRanking .tabNav {
  margin: 0 0 10px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 2px solid #ccc; }
  .asideRanking .tabNavItem {
    -ms-flex-preferred-size: 33.3%;
        flex-basis: 33.3%;
    max-width: 33.3%; }
    .asideRanking .tabNavItem a {
      display: block;
      padding: 0.5em;
      font-size: 13px;
      color: #4d4d4d;
      text-decoration: none;
      text-align: center;
      position: relative; }
      .asideRanking .tabNavItem a:not(.-active):hover {
        color: #39579a; }
      .asideRanking .tabNavItem a.-active {
        color: #000;
        font-weight: bold; }
        .asideRanking .tabNavItem a.-active::after {
          content: '';
          display: block;
          width: 100%;
          height: 4px;
          background: #333;
          position: absolute;
          left: 0;
          bottom: 0; }

.asideRanking .articleListItem:not(:first-child) {
  margin-top: 15px; }

.asideRanking .articleListLink {
  display: block;
  color: #333;
  font-size: 12px;
  line-height: 1.5;
  text-decoration: none; }
  .asideRanking .articleListLink:hover figure img {
    -webkit-transform: translate(-50%, -50%) scale(1.15);
        -ms-transform: translate(-50%, -50%) scale(1.15);
            transform: translate(-50%, -50%) scale(1.15); }
  .asideRanking .articleListLink:hover {
    color: #39579a;
    text-decoration: underline; }
  .asideRanking .articleListLinkInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .asideRanking .articleListLink.keyon .articleListText .articleHead .category {
    padding-right: 20px;
    position: relative; }
    .asideRanking .articleListLink.keyon .articleListText .articleHead .category::after {
      content: '';
      display: inline-block;
      width: 14px;
      height: 16px;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.87%22%20height%3D%2216%22%20viewBox%3D%220%200%2012.87%2016%22%3E%3Cpath%20d%3D%22M11.24%2C6.28h-.72V4.08a4.09%2C4.09%2C0%2C0%2C0-8.17%2C0v2.2H1.63A1.63%2C1.63%2C0%2C0%2C0%2C0%2C7.91v6.46A1.63%2C1.63%2C0%2C0%2C0%2C1.63%2C16h9.61a1.63%2C1.63%2C0%2C0%2C0%2C1.63-1.63V7.91A1.63%2C1.63%2C0%2C0%2C0%2C11.24%2C6.28ZM3.42%2C4.08a3%2C3%2C0%2C0%2C1%2C6%2C0v2.2h-6ZM12%2C14.37a.74.74%2C0%2C0%2C1-.73.73H1.63a.73.73%2C0%2C0%2C1-.73-.73V7.91a.74.74%2C0%2C0%2C1%2C.73-.73h9.61a.75.75%2C0%2C0%2C1%2C.73.73Z%22%20style%3D%22fill%3A%23363d3f%22%2F%3E%3Crect%20x%3D%220.95%22%20y%3D%226.81%22%20width%3D%2211.56%22%20height%3D%228.89%22%20style%3D%22fill%3A%23363d3f%22%2F%3E%3Cpath%20d%3D%22M6.73%2C8.75a1.44%2C1.44%2C0%2C0%2C0-.66%2C2.71v1.65a.66.66%2C0%2C1%2C0%2C1.32%2C0V11.46a1.44%2C1.44%2C0%2C0%2C0-.66-2.71Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3C%2Fsvg%3E");
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      right: 2px;
      bottom: 1px; }
      @media screen and (max-width: 991px) {
        .asideRanking .articleListLink.keyon .articleListText .articleHead .category::after {
          width: 12px;
          height: 12px; } }
  .asideRanking .articleListLink.mirai .articleListText .articleHead .category {
    color: #ff7300; }
  .asideRanking .articleListLink.design .articleListText .articleHead .category {
    color: #473561; }
  .asideRanking .articleListLink.buzzword .articleListText .articleHead .category {
    color: #0095D0; }
  .asideRanking .articleListLink.city .articleListText .articleHead .category {
    color: #0a4d7d; }
  .asideRanking .articleListLink.food .articleListText .articleHead .category {
    color: #82ca00; }
  .asideRanking .articleListLink.wellness .articleListText .articleHead .category {
    color: #00c7a5; }
  .asideRanking .articleListLink.robotics .articleListText .articleHead .category {
    color: #ea302c; }
  .asideRanking .articleListLink.sports .articleListText .articleHead .category {
    color: #d90035; }
  .asideRanking .articleListLink.global .articleListText .articleHead .category {
    color: #4fadc6; }

.asideRanking .articleListRankingNo {
  margin-right: 8px;
  padding: 0.2em;
  color: #fff;
  font-size: 10px;
  background: #444;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.asideRanking .articleListImage {
  margin: 0;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  overflow: hidden;
  position: relative;
  width: 65px;
  height: 54px;
  -ms-flex-preferred-size: 65px;
      flex-basis: 65px; }
  .asideRanking .articleListImage img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }

.asideRanking .articleListText {
  margin-right: 10px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -ms-flex-preferred-size: calc(100% - 101px);
      flex-basis: calc(100% - 101px); }
  .asideRanking .articleListText .articleTitle {
    line-height: 1.5;
    font-weight: bold;
    font-size: 12px; }
    .asideRanking .articleListText .articleTitle .sponsor {
      font-size: 11px;
      color: #666;
      white-space: nowrap; }

.asideLookback .articleListItem:not(:first-child) {
  margin-top: 15px; }

.asideLookback .articleListLink {
  color: #333;
  line-height: 1.5;
  text-decoration: none; }
  .asideLookback .articleListLink:hover figure img {
    -webkit-transform: translate(-50%, -50%) scale(1.15);
        -ms-transform: translate(-50%, -50%) scale(1.15);
            transform: translate(-50%, -50%) scale(1.15); }
  .asideLookback .articleListLink.mirai .articleListText .articleHead {
    color: #ff7300; }
  .asideLookback .articleListLink.design .articleListText .articleHead {
    color: #473561; }
  .asideLookback .articleListLink.buzzword .articleListText .articleHead {
    color: #0095D0; }
  .asideLookback .articleListLink.city .articleListText .articleHead {
    color: #0a4d7d; }
  .asideLookback .articleListLink.food .articleListText .articleHead {
    color: #82ca00; }
  .asideLookback .articleListLink.wellness .articleListText .articleHead {
    color: #00c7a5; }
  .asideLookback .articleListLink.robotics .articleListText .articleHead {
    color: #ea302c; }
  .asideLookback .articleListLink.sports .articleListText .articleHead {
    color: #d90035; }
  .asideLookback .articleListLink.global .articleListText .articleHead {
    color: #4fadc6; }

.asideLookback .articleListImage {
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 300px;
  height: 157px; }
  .asideLookback .articleListImage img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
  @media screen and (max-width: 991px) {
    .asideLookback .articleListImage {
      width: 100%;
      height: 45.3333vw; }
      .asideLookback .articleListImage::before {
        content: '';
        display: block;
        padding-top: 52.3333%; } }

.asideLookback .articleListText {
  margin-top: 8px;
  font-size: 12px; }
  .asideLookback .articleListText .articleHead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .asideLookback .articleListText .articleHead time {
      margin-left: auto;
      color: #666 !important; }
  .asideLookback .articleListText .articleTitle {
    margin-top: 4px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: bold; }

  .asideLookback .articleListText .articleTitle .sponsor {
    display: block;
    color: #666;
    font-size: 13px;
    font-weight: normal;
}


.asideKeywordList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media screen and (max-width: 991px) {
    .asideKeywordList {
      margin-top: 10px;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .asideKeywordList li {
    margin: 2px; }
    @media screen and (max-width: 991px) {
      .asideKeywordList li {
        margin: 4px; } }
    .asideKeywordList li a {
      display: block;
      padding: 12px 15px;
      color: #333;
      font-size: 14px;
      font-weight: bold;
      text-decoration: none;
      background: #fff;
      border: 1px solid #cccccc;
      border-radius: 1.5em; }
      #wrapper:not(.index) .asideKeywordList li a {
        background: #f2f2f2; }
      .asideKeywordList li a:hover {
        opacity: 0.8; }
      @media screen and (max-width: 991px) {
        .asideKeywordList li a {
          font-size: 12px; } }

@media screen and (max-width: 991px) {
  .asideNews {
    padding: 15px 15px; } }

.asideNewsBanner {
  display: block; }
  .asideNewsBanner figure {
    margin: 0; }
    @media screen and (max-width: 991px) {
      .asideNewsBanner figure img {
        width: 100%;
        height: auto; } }

.asideNewsFb {
  margin-top: 15px;
  padding: 15px;
  background: #fff;
  border: 5px solid #ccc; }
  .asideNewsFb p {
    font-size: 14px;
    line-height: 1.5; }
  .asideNewsFb a {
    padding-left: 15px;
    display: inline-block;
    margin-top: 10px;
    color: #39579a;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    position: relative; }
    .asideNewsFb a::before {
      content: '';
      display: block;
      width: 6px;
      height: 6px;
      background: none;
      border-top: 3px solid #39579a;
      border-right: 3px solid #39579a;
      -webkit-transform: translateY(-50%) rotate(45deg);
          -ms-transform: translateY(-50%) rotate(45deg);
              transform: translateY(-50%) rotate(45deg);
      position: absolute;
      top: 50%;
      left: 0; }
    .asideNewsFb a:hover {
      text-decoration: underline;
      opacity: 0.8; }

.ex_category .categoryHeading {
  padding-bottom: 0.5em;
  font-size: 21px;
  border-bottom: 3px double #000; }
  @media screen and (max-width: 991px) {
    .ex_category .categoryHeading {
      margin-top: 35px; } }

.ex_category .categoryArticleList {
  margin-top: 20px; }
  .ex_category .categoryArticleList .articleListItem:not(:first-child) {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #000; }
    @media screen and (max-width: 991px) {
      .ex_category .categoryArticleList .articleListItem:not(:first-child) {
        padding-top: 10px;
        margin-top: 10px; } }
  .ex_category .categoryArticleList .articleListLink {
    color: #000;
    line-height: 1.5;
    text-decoration: none;
    display: block; }
    @media screen and (min-width: 992px) {
      .ex_category .categoryArticleList .articleListLink:hover figure img {
        -webkit-transform: translate(-50%, -50%) scale(1.15);
            -ms-transform: translate(-50%, -50%) scale(1.15);
                transform: translate(-50%, -50%) scale(1.15); }
      .ex_category .categoryArticleList .articleListLink:hover {
        opacity: 0.8; } }
    @media screen and (min-width: 992px) {
      .ex_category .categoryArticleList .articleListLinkInner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    @media screen and (max-width: 991px) {
      .ex_category .categoryArticleList .articleListLinkInner {
        overflow: hidden; } }
    .ex_category .categoryArticleList .articleListLink.keyon .articleListText .articleHead .vol {
      padding-right: 20px;
      position: relative; }
      .ex_category .categoryArticleList .articleListLink.keyon .articleListText .articleHead .vol::after {
        content: '';
        display: inline-block;
        width: 12px;
        height: 16px;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.87%22%20height%3D%2216%22%20viewBox%3D%220%200%2012.87%2016%22%3E%3Cpath%20d%3D%22M11.24%2C6.28h-.72V4.08a4.09%2C4.09%2C0%2C0%2C0-8.17%2C0v2.2H1.63A1.63%2C1.63%2C0%2C0%2C0%2C0%2C7.91v6.46A1.63%2C1.63%2C0%2C0%2C0%2C1.63%2C16h9.61a1.63%2C1.63%2C0%2C0%2C0%2C1.63-1.63V7.91A1.63%2C1.63%2C0%2C0%2C0%2C11.24%2C6.28ZM3.42%2C4.08a3%2C3%2C0%2C0%2C1%2C6%2C0v2.2h-6ZM12%2C14.37a.74.74%2C0%2C0%2C1-.73.73H1.63a.73.73%2C0%2C0%2C1-.73-.73V7.91a.74.74%2C0%2C0%2C1%2C.73-.73h9.61a.75.75%2C0%2C0%2C1%2C.73.73Z%22%20style%3D%22fill%3A%23363d3f%22%2F%3E%3Crect%20x%3D%220.95%22%20y%3D%226.81%22%20width%3D%2211.56%22%20height%3D%228.89%22%20style%3D%22fill%3A%23363d3f%22%2F%3E%3Cpath%20d%3D%22M6.73%2C8.75a1.44%2C1.44%2C0%2C0%2C0-.66%2C2.71v1.65a.66.66%2C0%2C1%2C0%2C1.32%2C0V11.46a1.44%2C1.44%2C0%2C0%2C0-.66-2.71Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3C%2Fsvg%3E");
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        right: 2px;
        bottom: 4px; }
        @media screen and (max-width: 991px) {
          .ex_category .categoryArticleList .articleListLink.keyon .articleListText .articleHead .vol::after {
            width: 12px;
            height: 12px; } }
    .ex_category .categoryArticleList .articleListLink.mirai .articleListText .articleHead .vol {
      color: #ff7300; }
    .ex_category .categoryArticleList .articleListLink.design .articleListText .articleHead .vol {
      color: #473561; }
    .ex_category .categoryArticleList .articleListLink.buzzword .articleListText .articleHead .vol {
      color: #0095D0; }
    .ex_category .categoryArticleList .articleListLink.city .articleListText .articleHead .vol {
      color: #0a4d7d; }
    .ex_category .categoryArticleList .articleListLink.food .articleListText .articleHead .vol {
      color: #82ca00; }
    .ex_category .categoryArticleList .articleListLink.wellness .articleListText .articleHead .vol {
      color: #00c7a5; }
    .ex_category .categoryArticleList .articleListLink.robotics .articleListText .articleHead .vol {
      color: #ea302c; }
    .ex_category .categoryArticleList .articleListLink.sports .articleListText .articleHead .vol {
      color: #d90035; }
    .ex_category .categoryArticleList .articleListLink.global .articleListText .articleHead .vol {
      color: #4fadc6; }
  @media screen and (min-width: 992px) {
    .ex_category .categoryArticleList .articleListImage {
      margin: 0 20px 0 0;
      width: 150px;
      height: 125px;
      overflow: hidden;
      position: relative; }
      .ex_category .categoryArticleList .articleListImage img {
        width: 100%;
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        -webkit-transform-origin: center center;
            -ms-transform-origin: center center;
                transform-origin: center center;
        -webkit-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out; } }
  @media screen and (max-width: 991px) {
    .ex_category .categoryArticleList .articleListImage {
      margin: 0 0 15px 15px;
      float: right;
     width: 150px; }
      .ex_category .categoryArticleList .articleListImage img {
        width: 100%;
        height: auto;} }
  @media screen and (min-width: 992px) {
    .ex_category .categoryArticleList .articleListText {
      -ms-flex-preferred-size: calc(100% - 170px);
          flex-basis: calc(100% - 170px);
      max-width: calc(100% - 170px); } }
  .ex_category .categoryArticleList .articleListText .articleHead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px; }
    .ex_category .categoryArticleList .articleListText .articleHead .vol {
      font-weight: bold; }
    .ex_category .categoryArticleList .articleListText .articleHead time {
      margin-left: auto; }
      @media screen and (max-width: 991px) {
        .ex_category .categoryArticleList .articleListText .articleHead time {
          display: none; } }
  .ex_category .categoryArticleList .articleListText .articleTitle {
    margin-top: 15px;
    font-size: 18px;
    font-weight: bold; }
    @media screen and (max-width: 991px) {
      .ex_category .categoryArticleList .articleListText .articleTitle {
        margin-top: 10px;
        font-size: 16px; } }
    .ex_category .categoryArticleList .articleListText .articleTitle .sponsor {
      display: block;
      color: #666;
      font-size: 13px;
      font-weight: normal; }
      @media screen and (max-width: 991px) {
        .ex_category .categoryArticleList .articleListText .articleTitle .sponsor {
          font-size: 11px; } }
  .ex_category .categoryArticleList .articleListText .articleTags {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dotted #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 991px) {
      .ex_category .categoryArticleList .articleListText .articleTags {
        clear: both; } }
    .ex_category .categoryArticleList .articleListText .articleTags > span {
      display: inline-block;
      padding: 0.5em;
      font-size: 11px;
      font-weight: bold;
      background: #eee; }
      @media screen and (max-width: 991px) {
        .ex_category .categoryArticleList .articleListText .articleTags > span {
          padding: .2em .6em; } }
    .ex_category .categoryArticleList .articleListText .articleTagsList {
      display: block; }
      .ex_category .categoryArticleList .articleListText .articleTagsList li {
        margin: 4px 5px;
        display: inline-block; }
        .ex_category .categoryArticleList .articleListText .articleTagsList li a {
          color: #000; }
          @media screen and (max-width: 991px) {
            .ex_category .categoryArticleList .articleListText .articleTagsList li a {
              font-size: 13px; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/images/mirakoto/2021/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("/font/mirakoto/2021/slick.eot");
  src: url("/font/mirakoto/2021/slick.eot?#iefix") format("embedded-opentype"), url("/font/mirakoto/2021/slick.woff") format("woff"), url("/font/mirakoto/2021/slick.ttf") format("truetype"), url("/font/mirakoto/2021/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 210px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 100; }
  @media screen and (max-width: 767px) {
    .slick-prev,
    .slick-next {
      top: 90px; } }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 0.75; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background-size: contain; }

.slick-prev {
  left: calc(50% - 800px / 2 - 59px); }
  @media screen and (max-width: 991px) {
    .slick-prev {
      left: calc(50% - 79.427083333333vw / 2 - 59px); } }
  @media screen and (max-width: 767px) {
    .slick-prev {
      left: 0; } }
  .slick-prev:before {
    background: url("/images/mirakoto/2021/arrow_prev.png"); }

.slick-next {
  right: calc(50% - 800px / 2 - 59px); }
  @media screen and (max-width: 991px) {
    .slick-next {
      right: calc(50% - 79.427083333333vw / 2 - 59px); } }
  @media screen and (max-width: 767px) {
    .slick-next {
      right: 0; } }
  .slick-next:before {
    background: url("/images/mirakoto/2021/arrow_next.png"); }

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -30px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .slick-dots {
      bottom: -50px; } }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 10px;
    width: 110px;
    margin: 0;
    padding: 0;
    cursor: pointer; }
    @media screen and (max-width: 767px) {
      .slick-dots li {
        margin: 2px;
        height: 5px;
        width: 62px; } }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 10px;
      width: 100px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer;
      background-color: #ccc; }
      @media screen and (max-width: 767px) {
        .slick-dots li button {
          padding: 0;
          height: 5px;
          width: 62px; } }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 0.75; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 10px;
        height: 100px;
        text-align: center;
        color: #ccc;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
        @media screen and (max-width: 767px) {
          .slick-dots li button:before {
            height: 5px;
            width: 62px; } }
    .slick-dots li.slick-active button {
      background-color: white; }

/*# sourceMappingURL=maps/style.css.map */
