@charset "UTF-8";
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  color: #000000;
  position: relative; }

a {
  text-decoration: none; }

.body-inner {
  width: 1040px;
  margin: 0 auto; }

.sp-invisible {
  display: block; }

.sp-visible {
  display: none; }

.page-navigation ul {
  display: flex; }
  .page-navigation ul li {
    height: 50px; }
    .page-navigation ul li:first-child a {
      padding-left: 0; }
    .page-navigation ul li:last-child a {
      border-right: none; }
    .page-navigation ul li a {
      font-size: 12px;
      border-right: #ffffff 1px solid;
      display: inline-block;
      height: 12px;
      padding: 0 14px; }

.category-navigation ul {
  display: flex;
  justify-content: start; }
  .category-navigation ul li {
    line-height: 50px;
    height: 50px;
    box-sizing: border-box; }
    .category-navigation ul li a, .category-navigation ul li span {
      display: inline-block;
      vertical-align: top;
      padding: 0 24px;
      font-size: 14.4px;
      font-weight: 700; }
    .category-navigation ul li span {
      color: #606060; }
    .category-navigation ul li a {
      color: #ffffff; }

.link-button {
  font-size: 14.4px;
  line-height: 44px;
  color: #ffffff;
  font-weight: 700;
  display: inline-block;
  border-radius: 2px;
  text-align: center; }

.sp-menu {
  display: none; }

.sp-menu-button {
  display: none; }

.global-header .site-title-outer {
  display: flex;
  justify-content: space-between; }
  .global-header .site-title-outer .site-title h1 a {
    color: #000000;
    display: inline-block;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    padding-top: 33px;
    padding-bottom: 25px;
    vertical-align: top; }
  .global-header .site-title-outer .site-title .site-title-description {
    font-size: 14.4px;
    line-height: 17px;
    padding-bottom: 18px; }
  .global-header .site-title-outer .page-navigation {
    padding-top: 38px; }
    .global-header .site-title-outer .page-navigation ul li a {
      color: #606060;
      border-color: #606060; }
.global-header .category-navigation {
  background: #0A489D;
  display: flex;
  justify-content: space-between;
  height: 50px; }
  .global-header .category-navigation ul {
    height: 50px; }
    .global-header .category-navigation ul li span {
      background: #F5F5F5; }
    .global-header .category-navigation ul li a {
      background: #0A489D; }
.global-header .search-box {
  height: 50px;
  width: 336px;
  padding: 0 16px;
  box-sizing: border-box; }
  .global-header .search-box input {
    border-radius: 2px;
    padding: 2px 2px 2px 42px;
    background: url(../image/search@2x.png) no-repeat 10px 10px #ffffff;
    background-size: 14px;
    margin-top: 8px;
    width: 100%;
    height: 34px;
    line-height: 34px;
    box-sizing: border-box;
    border: none; }

.twitter-box {
  background-image: url("../image/カルマバナー@2x.png");
  background-color: rgba(0, 0, 0, 0.45);
  background-blend-mode: darken;
  background-size: cover;
  border-radius: 2px;
  margin-bottom: 10px;
  padding: 10px 16px 0;
  box-sizing: border-box; }
  .twitter-box p {
    color: #ffffff;
    font-size: 14.4px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 16px;
    line-height: 24px; }

.twitter-link-button {
  height: 68px;
  width: 100%;
  display: block;
  background: url("../image/Twitter_Social_Icon_Circle_Color@2x.png") #1DA1F2 no-repeat top 4px center;
  background-size: 32px;
  padding-top: 26px;
  box-sizing: border-box;
  box-shadow: 0 4px #307AB2;
  position: relative; }
  .twitter-link-button .right-arrow {
    width: 6px;
    height: 12px;
    position: absolute;
    top: 27px;
    right: 22px;
    background: url("../image/chevron-right@2x.png") no-repeat top right;
    background-size: 6px; }

.index-content .pager {
  position: relative;
  height: 112px;
  width: 728px; }
  .index-content .pager ul {
    position: absolute;
    top: 32px;
    left: 32px;
    width: 664px;
    display: flex; }
    .index-content .pager ul li .next-link, .index-content .pager ul li .previous-link {
      width: 144px; }
    .index-content .pager ul li > .page-numbers {
      font-size: 16px;
      line-height: 48px;
      padding: 0 20px;
      box-sizing: border-box; }
  .index-content .pager .pager-previous-next {
    z-index: 1; }
  .index-content .pager > .page-numbers {
    justify-content: center;
    width: 336px;
    margin-left: 144px;
    z-index: 2; }
    .index-content .pager > .page-numbers li {
      width: 45px; }
      .index-content .pager > .page-numbers li a {
        color: #0A3272;
        font-weight: 700; }
  .index-content .pager .pager-previous-next {
    justify-content: space-between; }
.index-content .not-found-search {
  padding: 32px;
  background: #ffffff; }
  .index-content .not-found-search h2 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700; }
  .index-content .not-found-search p {
    font-size: 16px;
    line-height: 32px; }

.single-content ul li .next-link, .single-content ul li .previous-link {
  width: 304px; }
.single-content .twitter-box {
  margin-bottom: 16px; }
  .single-content .twitter-box .link-button {
    width: 512px;
    margin: 0 auto; }
.single-content .not-found-article h2 {
  font-size: 24px;
  color: #0A3272;
  margin-bottom: 30px; }
.single-content .not-found-article p {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px; }
.single-content .pager ul {
  display: flex;
  justify-content: space-between; }

.single-current-article, .not-found-article {
  padding: 32px;
  background: #ffffff; }
  .single-current-article ul, .not-found-article ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .single-current-article ul li, .not-found-article ul li {
      width: 304px;
      margin-bottom: 16px; }
  .single-current-article h2, .not-found-article h2 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 16px; }
  .single-current-article .article-meta, .not-found-article .article-meta {
    margin: 8px 0 16px 0; }
  .single-current-article h3 a, .not-found-article h3 a {
    color: #0A489D;
    font-size: 16px;
    line-height: 24px; }

.main-content {
  background: #F5F5F5;
  padding-top: 16px;
  padding-bottom: 40px; }
  .main-content .body-inner {
    display: flex;
    justify-content: space-between;
    position: relative; }
    .main-content .body-inner .social-button {
      width: 72px;
      height: 292px;
      background: #ffffff;
      margin-left: -88px;
      box-sizing: border-box; }
      .main-content .body-inner .social-button ul li {
        width: 56px;
        height: 56px;
        margin: 8px 8px 16px 8px; }
        .main-content .body-inner .social-button ul li a {
          display: inline-block;
          width: 100%;
          height: 100%;
          border-radius: 2px; }
        .main-content .body-inner .social-button ul li .social-button-twitter {
          background: url("../image/Twitter_Social_Icon_Circle_Color@2x.png") #1DA1F2 no-repeat center center;
          background-size: 40px;
          box-shadow: 0 4px #307AB2; }
        .main-content .body-inner .social-button ul li .social-button-facebook {
          background: url("../image/f_logo_RGB-Blue_58@2x.png") #1877F2 no-repeat center center;
          background-size: 34px;
          box-shadow: 0 4px #1457AD; }
        .main-content .body-inner .social-button ul li .social-button-hatena {
          background: url("../image/hatenabookmark-logomark@2x.png") #00A4DE no-repeat center center;
          background-size: 42px;
          box-shadow: 0 4px #00729A; }
        .main-content .body-inner .social-button ul li .social-button-line {
          background: url("../image/LINE_SOCIAL_Circle@2x.png") #00B900 no-repeat center center;
          background-size: 44px;
          box-shadow: 0 4px #0D930D; }
    .main-content .body-inner .social-button-fixed {
      position: fixed;
      top: 0; }
    .main-content .body-inner main {
      width: 688px; }
      .main-content .body-inner main .article-meta {
        display: flex;
        height: 28px;
        line-height: 28px; }
        .main-content .body-inner main .article-meta .article-category a {
          display: inline-block;
          font-size: 12px;
          color: #0A489D;
          background: #ECF2FB;
          padding: 0 8px;
          border-radius: 2px;
          margin-right: 12px; }
        .main-content .body-inner main .article-meta .article-date {
          font-size: 12px;
          color: #808080;
          background: url("../image/time@2x.png") no-repeat left center;
          background-size: 10px;
          padding-left: 19px; }
      .main-content .body-inner main .pickup-article, .main-content .body-inner main .current-article {
        background: #ffffff;
        margin-bottom: 16px; }
        .main-content .body-inner main .pickup-article section, .main-content .body-inner main .current-article section {
          position: relative;
          display: flex;
          justify-content: space-between;
          padding: 16px;
          border-bottom: #F5F5F5 2px solid; }
          .main-content .body-inner main .pickup-article section:last-child, .main-content .body-inner main .current-article section:last-child {
            border: none; }
          .main-content .body-inner main .pickup-article section .article-new-label, .main-content .body-inner main .current-article section .article-new-label {
            width: 44px;
            height: 44px;
            line-height: 44px;
            border-radius: 50%;
            position: absolute;
            top: 8px;
            left: 8px;
            background: #FA8343;
            color: #ffffff;
            text-align: center;
            font-size: 12px; }
          .main-content .body-inner main .pickup-article section .article-thumbnail, .main-content .body-inner main .current-article section .article-thumbnail {
            width: 216px;
            height: 150px; }
            .main-content .body-inner main .pickup-article section .article-thumbnail img, .main-content .body-inner main .current-article section .article-thumbnail img {
              width: 100%;
              height: auto; }
          .main-content .body-inner main .pickup-article section .pickup-pin, .main-content .body-inner main .current-article section .pickup-pin {
            position: absolute;
            top: 16px;
            right: 16px;
            width: 16px;
            height: 16px;
            background-image: url("../image/PinClipart.com_acute-triangle-clipart_1812006@2x.png");
            background-position: right top;
            background-repeat: no-repeat;
            background-size: 16px; }
          .main-content .body-inner main .pickup-article section .article-meta, .main-content .body-inner main .current-article section .article-meta {
            margin-bottom: 8px; }
          .main-content .body-inner main .pickup-article section .article-title-outer, .main-content .body-inner main .current-article section .article-title-outer {
            width: 408px; }
            .main-content .body-inner main .pickup-article section .article-title-outer .article-title a, .main-content .body-inner main .current-article section .article-title-outer .article-title a {
              font-size: 18px;
              font-weight: 700;
              color: #0A3272;
              line-height: 27px; }
              .main-content .body-inner main .pickup-article section .article-title-outer .article-title a:visited, .main-content .body-inner main .current-article section .article-title-outer .article-title a:visited {
                color: #7D26A8; }
        .main-content .body-inner main .pickup-article .pager ul, .main-content .body-inner main .current-article .pager ul {
          justify-content: center; }
          .main-content .body-inner main .pickup-article .pager ul li .next-link, .main-content .body-inner main .current-article .pager ul li .next-link {
            width: 512px; }
      .main-content .body-inner main .pickup-article {
        border-radius: 2px; }
      .main-content .body-inner main .pager {
        background: #ffffff; }
        .main-content .body-inner main .pager .link-button {
          background: #0A489D;
          box-shadow: 0 4px #0A3272; }
        .main-content .body-inner main .pager li .next-link {
          background: url(../image/chevron-right@2x.png) no-repeat #0A489D right 14px center;
          background-size: 6px;
          padding-right: 5px; }
        .main-content .body-inner main .pager li .previous-link {
          background: url(../image/chevron-left@2x.png) no-repeat #0A489D left 14px center;
          background-size: 6px;
          padding-left: 5px; }
      .main-content .body-inner main article {
        background: #ffffff;
        padding: 32px;
        margin-bottom: 16px; }
        .main-content .body-inner main article .article-header-category {
          height: 62.66px;
          width: 624px;
          margin-bottom: 16px; }
          .main-content .body-inner main article .article-header-category img {
            width: 100%;
            height: auto; }
        .main-content .body-inner main article .article-main-visual {
          margin-bottom: 16px; }
          .main-content .body-inner main article .article-main-visual img {
            width: 624px;
            height: auto; }
        .main-content .body-inner main article h2 {
          font-size: 24px;
          font-weight: 700;
          line-height: 29px;
          margin-bottom: 16px; }
        .main-content .body-inner main article .article-meta {
          border-bottom: 2px #F5F5F5 solid;
          padding-bottom: 16px; }
        .main-content .body-inner main article .article-body p {
          font-size: 16px;
          line-height: 32px;
          margin: 40px 0; }
        .main-content .body-inner main article .article-body h3 {
          font-size: 18px;
          line-height: 45px;
          background: #F5F5F5;
          padding: 0 16px;
          margin-bottom: 16px; }
    .main-content .body-inner .sidebar {
      width: 336px; }
      .main-content .body-inner .sidebar .sidebar-parts {
        padding: 16px;
        background: #ffffff;
        margin-bottom: 16px; }
        .main-content .body-inner .sidebar .sidebar-parts h2 {
          line-height: 26px;
          font-size: 18px;
          font-weight: 700; }
      .main-content .body-inner .sidebar .profile h2 {
        line-height: 74px;
        height: 74px;
        display: flex;
        justify-content: start;
        margin-bottom: 16px; }
        .main-content .body-inner .sidebar .profile h2 .profile-image {
          width: 74px;
          height: 74px;
          background: url("../image/karumaサイトバナー3@2x.png") top -28px center;
          background-size: 74px;
          border-radius: 50%; }
        .main-content .body-inner .sidebar .profile h2 .profile-name {
          display: inline-block;
          margin-left: 16px; }
      .main-content .body-inner .sidebar .profile .profile-body {
        font-size: 14.4px;
        line-height: 22px;
        margin-bottom: 20px; }
      .main-content .body-inner .sidebar .popular-post h2, .main-content .body-inner .sidebar .popular-book h2, .main-content .body-inner .sidebar .amazon-gift h2 {
        border-bottom: #F5F5F5 2px solid;
        padding-bottom: 16px; }
      .main-content .body-inner .sidebar .popular-post a {
        color: #0A3272; }
      .main-content .body-inner .sidebar .popular-post li {
        display: flex;
        justify-content: space-between;
        padding: 16px 0; }
        .main-content .body-inner .sidebar .popular-post li .article-category a {
          color: #606060; }
        .main-content .body-inner .sidebar .popular-post li:nth-of-type(1) .rank {
          color: #B7A51D; }
          .main-content .body-inner .sidebar .popular-post li:nth-of-type(1) .rank:after {
            content: "1"; }
        .main-content .body-inner .sidebar .popular-post li:nth-of-type(2) .rank {
          color: #808080; }
          .main-content .body-inner .sidebar .popular-post li:nth-of-type(2) .rank:after {
            content: "2"; }
        .main-content .body-inner .sidebar .popular-post li:nth-of-type(3) .rank {
          color: #B55D36; }
          .main-content .body-inner .sidebar .popular-post li:nth-of-type(3) .rank:after {
            content: "3"; }
        .main-content .body-inner .sidebar .popular-post li .rank {
          font-size: 24px;
          font-weight: 700;
          width: 20px; }
        .main-content .body-inner .sidebar .popular-post li .article-title-outer {
          width: 196px;
          font-size: 14.4px;
          line-height: 22px; }
          .main-content .body-inner .sidebar .popular-post li .article-title-outer .article-title a {
            max-height: 88px;
            overflow: hidden;
            margin-bottom: 19px;
            color: #000000; }
          .main-content .body-inner .sidebar .popular-post li .article-title-outer .article-meta {
            display: flex;
            font-size: 12px;
            line-height: 20px;
            color: #606060; }
        .main-content .body-inner .sidebar .popular-post li .article-thumbnail {
          width: 64px;
          height: 64px; }
      .main-content .body-inner .sidebar .popular-book h2 {
        margin-bottom: 16px; }
      .main-content .body-inner .sidebar .popular-book ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        .main-content .body-inner .sidebar .popular-book ul li {
          width: 90px; }
          .main-content .body-inner .sidebar .popular-book ul li .popular-book-image {
            height: 128px;
            width: 90px;
            margin-bottom: 8px; }
            .main-content .body-inner .sidebar .popular-book ul li .popular-book-image img {
              width: 100%;
              height: auto; }
          .main-content .body-inner .sidebar .popular-book ul li .popular-book-title {
            font-size: 12px;
            line-height: 18px;
            color: #0A3272;
            height: 54px;
            overflow: hidden; }
      .main-content .body-inner .sidebar .amazon-gift h2 {
        margin-bottom: 16px; }
      .main-content .body-inner .sidebar .amazon-gift p {
        font-size: 14.4px;
        line-height: 22px;
        color: #0A3272;
        margin-bottom: 16px; }
      .main-content .body-inner .sidebar .amazon-gift .amazon-gift-table {
        width: 304px;
        height: auto;
        margin-bottom: 16px; }
        .main-content .body-inner .sidebar .amazon-gift .amazon-gift-table img {
          width: 100%;
          height: auto; }
      .main-content .body-inner .sidebar .amazon-gift .link-button {
        width: 100%;
        color: #000000;
        background: url(../image/chevron-right-black@2x.png) #FDC036 no-repeat right 22px center;
        background-size: 6px;
        box-shadow: 0 4px #E3B628; }

.global-footer {
  background: #0A3272; }
  .global-footer .body-inner {
    position: relative; }
    .global-footer .body-inner .category-navigation ul li:first-child a {
      padding-left: 0; }
    .global-footer .body-inner .page-navigation ul li:first-child {
      padding-left: 0; }
    .global-footer .body-inner .page-navigation ul li a {
      color: #ffffff; }
    .global-footer .body-inner .top-page-button {
      position: absolute;
      top: 20px;
      right: 0;
      padding-right: 27px;
      background: url(../image/chevron-up@2x.png) no-repeat right center;
      background-size: 11px; }
      .global-footer .body-inner .top-page-button a {
        color: #ffffff; }
    .global-footer .body-inner .copyright {
      color: #ffffff;
      font-size: 10px;
      position: absolute;
      right: 0;
      bottom: 24px; }

.fixed-top-page-button {
  position: fixed;
  bottom: 24px;
  right: calc(50% - 540px - 56px - 24px);
  width: 56px;
  height: 56px;
  background: url(../image/chevron-up@2x.png) no-repeat center center rgba(0, 0, 0, 0.55);
  background-size: 20px;
  border-radius: 50%;
  z-index: 3;
  cursor: pointer; }

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