@charset "UTF-8";
/* HTML: <div class="loader"></div> */
.c-loader {
  width: 20px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 4px solid #21b0f0;
  animation: l20-1 0.8s infinite linear alternate, l20-2 1.6s infinite linear; }

@keyframes l20-1 {
  0% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%); }
  12.5% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%); }
  25% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%); }
  50% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%); }
  62.5% {
    clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%); }
  75% {
    clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%); }
  100% {
    clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%); } }
@keyframes l20-2 {
  0% {
    transform: scaleY(1) rotate(0deg); }
  49.99% {
    transform: scaleY(1) rotate(135deg); }
  50% {
    transform: scaleY(-1) rotate(0deg); }
  100% {
    transform: scaleY(-1) rotate(-135deg); } }
.ext-share {
  position: relative;
  overflow: hidden;
  color: #5a5a5a; }
  .ext-share .overlay {
    width: 120px;
    position: absolute;
    background-color: #fff;
    padding: 10px 14px;
    border-radius: 5px;
    box-shadow: 3px 3px 5px #00000030;
    font-weight: 600;
    font-size: 16px;
    color: #5a5a5a;
    z-index: 50;
    cursor: pointer; }
    @media screen and (max-width: 1500px) {
      .ext-share .overlay {
        left: -110%; } }
    .ext-share .overlay:hover {
      background-color: #e0e0e0; }
  .ext-share.active {
    overflow: visible; }
  .ext-share button {
    border: unset;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: transparent; }
    .ext-share button:focus {
      background-color: #f0f0f0; }
  .ext-share i {
    cursor: pointer;
    padding: 4px; }

.emoticons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 10px; }
  .emoticons .ftb-icon {
    height: 32px;
    display: flex;
    align-items: center;
    gap: 5px;
    border-radius: 16px;
    padding: 0 10px;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer; }
    .emoticons .ftb-icon svg {
      width: 26px;
      height: 26px; }
    .emoticons .ftb-icon.add-emoticon {
      transition: 0.2s ease-in-out; }
      .emoticons .ftb-icon.add-emoticon:hover {
        border: 1px solid #004aad;
        background-color: #fff; }
        .emoticons .ftb-icon.add-emoticon:hover svg {
          fill: #004aad; }
    .emoticons .ftb-icon:hover {
      color: #004aad;
      background-color: rgba(0, 74, 173, 0.4); }
      .emoticons .ftb-icon:hover svg {
        fill: #fff; }
    .emoticons .ftb-icon.owner {
      color: #004aad; }
      .emoticons .ftb-icon.owner svg {
        fill: #004aad; }

.reaction-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2px; }
  .reaction-list .emo-btn {
    display: inline-flex;
    position: relative;
    -webkit-box-align: center;
    align-items: center;
    height: 32px;
    gap: 4px;
    font-size: 11px;
    font-weight: bold;
    color: #6e6e6e;
    margin-right: 0px;
    padding: 0px 6px;
    border-width: 0;
    border-radius: 16px;
    background-color: #f0f0f0;
    z-index: 2;
    cursor: pointer;
    transition: 0.2s ease; }
    .reaction-list .emo-btn:hover, .reaction-list .emo-btn.owner {
      background-color: rgba(0, 74, 173, 0.08);
      box-shadow: inset 0 0 1px 1px #004aad;
      color: #004aad; }
    .reaction-list .emo-btn .count {
      margin-left: 10px; }
    .reaction-list .emo-btn img {
      width: 22px;
      height: 22px; }

.full-loader {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 9999;
  background-color: #00000030;
  backdrop-filter: blur(2px); }
  .full-loader .loader {
    width: 50px;
    padding: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #25b09b;
    --_m: conic-gradient(#0000 10%, #000), linear-gradient(#000 0 0) content-box;
    -webkit-mask: var(--_m);
    mask: var(--_m);
    -webkit-mask-composite: source-out;
    mask-composite: subtract;
    animation: l3 1s infinite linear; }
@keyframes l3 {
  to {
    transform: rotate(1turn); } }
  .full-loader .text {
    margin-top: 10px;
    font-weight: bold; }

.ql-editor::before {
  display: none; }

.ql-editor.ql-blank::before {
  content: attr(data-placeholder);
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
  font-style: normal !important;
  color: #333 !important;
  font-weight: 600 !important;
  font-size: 14px !important; }

.text-center {
  text-align: center; }

.swal2-container {
  z-index: 1000000; }

@media screen and (max-width: 768px) {
  .pc-only {
    display: none; } }

@media screen and (min-width: 769px) {
  .sp-only {
    display: none; } }

@media screen and (max-width: 543px) {
  .sm-up_show {
    display: none; } }

@media screen and (max-width: 768px) {
  .md-up_show {
    display: none; } }

@media screen and (max-width: 768px) {
  body.admin-bar {
    padding-top: 60px !important; }
    body.admin-bar #header {
      top: 0; }
    body.admin-bar #drawer_menu {
      top: 0; }

  #wpadminbar {
    display: none; } }
.s-padding {
  padding: 100px 0; }

.c-container {
  width: 100%;
  max-width: 1024px;
  margin: auto; }

.cc-container {
  width: 100%;
  max-width: 860px;
  margin: auto; }

.line-1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  overflow: hidden; }

.line-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden; }

.blog-navigation {
  width: 100%;
  padding: 16px; }
  @media screen and (max-width: 768px) {
    .blog-navigation {
      padding: 16px 0; } }
  .blog-navigation .cats-list {
    max-width: 1300px;
    width: 100%;
    margin: auto;
    position: relative;
    overflow: hidden; }
    .blog-navigation .cats-list .scroll-btn {
      position: absolute;
      top: 0;
      display: none;
      z-index: 10;
      cursor: pointer; }
      @media screen and (max-width: 543px) {
        .blog-navigation .cats-list .scroll-btn {
          display: flex; } }
      .blog-navigation .cats-list .scroll-btn .inner {
        position: relative;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #f8f8f8;
        z-index: 0;
        overflow: hidden; }
        .blog-navigation .cats-list .scroll-btn .inner::before {
          content: "";
          position: absolute;
          left: 50%;
          top: 50%;
          width: 0;
          height: 0;
          z-index: -1;
          border-radius: 50%;
          transition: 0.4s;
          transition-timing-function: cubic-bezier(0.1, 0.7, 1, 0.1);
          transform: translate(-50%, -50%); }
        .blog-navigation .cats-list .scroll-btn .inner:active::before {
          width: 250%;
          height: 250%;
          background-color: #d0d0d0; }
      .blog-navigation .cats-list .scroll-btn i {
        margin-bottom: 3px; }
      .blog-navigation .cats-list .scroll-btn.left-btn {
        left: 0;
        display: none; }
      .blog-navigation .cats-list .scroll-btn.right-btn {
        right: 0; }
  .blog-navigation .blog-cats {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-x: scroll;
    padding: 0 40px;
    scroll-behavior: smooth; }
    .blog-navigation .blog-cats::-webkit-scrollbar {
      display: none; }
    @media screen and (max-width: 543px) {
      .blog-navigation .blog-cats {
        justify-content: flex-start; } }
    .blog-navigation .blog-cats li {
      position: relative;
      line-height: 1.75;
      max-width: 150px;
      min-width: fit-content;
      font-weight: bold;
      color: #5a5a5a; }
      .blog-navigation .blog-cats li a {
        padding: 6px 12px; }
      .blog-navigation .blog-cats li::before {
        content: "";
        width: calc(100% - 48px);
        left: 50%;
        bottom: 0px;
        height: 2px;
        position: absolute;
        background-color: #004aad;
        transform: translateX(-50%);
        opacity: 0;
        transition: 0.3s ease-in-out; }
      .blog-navigation .blog-cats li:hover {
        background-color: rgba(0, 74, 173, 0.08); }
        .blog-navigation .blog-cats li:hover::before {
          opacity: 1 !important; }
      .blog-navigation .blog-cats li.active {
        background-color: rgba(0, 74, 173, 0.08); }
        .blog-navigation .blog-cats li.active::before {
          opacity: 1 !important; }
      .blog-navigation .blog-cats li.active::before {
        width: 100%; }
  .blog-navigation .top-blog-fv {
    max-width: 1024px;
    margin: 40px auto 0; }
    .blog-navigation .top-blog-fv .fv-wraps {
      width: 100%;
      min-height: 0;
      padding-top: 170px;
      background-image: url("../images/blog-cat-back.jpg");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      border-radius: 14px;
      overflow: hidden; }

.blog-tabs {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 30px 20px; }
  .blog-tabs .css-9erhep {
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
    gap: 8px;
    overflow-x: scroll; }
    .blog-tabs .css-9erhep::-webkit-scrollbar {
      display: none; }
    @media screen and (max-width: 1400px) {
      .blog-tabs .css-9erhep {
        justify-content: flex-start; } }
    .blog-tabs .css-9erhep li {
      width: 250px;
      list-style: none;
      flex-shrink: 0; }
      @media screen and (max-width: 768px) {
        .blog-tabs .css-9erhep li {
          width: 200px; } }
      .blog-tabs .css-9erhep li a {
        display: flex;
        flex-direction: column;
        height: 100%;
        max-height: none;
        overflow: hidden;
        border: 1px solid #eeeeee;
        border-radius: 6px;
        -webkit-box-align: stretch;
        align-items: stretch;
        background: #fff;
        color: #262626;
        transition: 0.3s ease-in-out; }
        .blog-tabs .css-9erhep li a .img-field {
          width: 100%;
          overflow: hidden; }
          .blog-tabs .css-9erhep li a .img-field img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: 0.3s ease-in-out; }
        .blog-tabs .css-9erhep li a .css-10ct4p8 {
          display: flex;
          flex-direction: column;
          -webkit-box-pack: center;
          justify-content: center;
          width: 100%;
          padding: 24px 16px;
          line-height: 1.4;
          text-align: center;
          white-space: pre-wrap; }
          @media screen and (max-width: 768px) {
            .blog-tabs .css-9erhep li a .css-10ct4p8 {
              padding: 16px; } }
          .blog-tabs .css-9erhep li a .css-10ct4p8 .css-sm0ess {
            font-size: 19px;
            line-height: 1.3;
            font-weight: bold; }
        .blog-tabs .css-9erhep li a:hover img {
          filter: brightness(0.7); }

.blog-list {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 100px;
  display: flex;
  gap: 16px;
  padding: 16px; }
  @media screen and (max-width: 768px) {
    .blog-list {
      margin: 0 auto 50px; } }
  .blog-list .main-items {
    width: 100%; }
  .blog-list .simple-reply .title {
    display: inline-block;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.3;
    color: #262626; }
    @media screen and (max-width: 543px) {
      .blog-list .simple-reply .title {
        font-size: 18px; } }
  .blog-list .simple-reply .input-field {
    position: relative;
    margin: 12px auto;
    border: 1px solid #eeeeee;
    border-radius: 6px;
    background-color: #fff;
    padding: 5px 16px 16px;
    box-shadow: 0 4px 4px #d0d0d020; }
    @media screen and (max-width: 543px) {
      .blog-list .simple-reply .input-field {
        padding: 5px 10px 10px; } }
    .blog-list .simple-reply .input-field .description {
      font-size: 14px;
      margin-top: 13px;
      line-height: 1.25;
      font-weight: 600; }
    .blog-list .simple-reply .input-field .quick-list-info {
      display: flex;
      align-items: center;
      gap: 14px;
      margin: 10px 0 5px; }
      .blog-list .simple-reply .input-field .quick-list-info .users {
        display: flex;
        margin: 0 -10px 0 10px; }
        .blog-list .simple-reply .input-field .quick-list-info .users .avatar {
          width: 34px;
          height: 34px;
          background-color: #d0d0d0;
          border: 2px solid #b7b7b7;
          border-radius: 50%;
          overflow: hidden;
          margin-left: -10px; }
          .blog-list .simple-reply .input-field .quick-list-info .users .avatar img {
            width: 100%;
            height: 100%;
            object-fit: cover; }
          .blog-list .simple-reply .input-field .quick-list-info .users .avatar.overcount {
            border-color: #b7b7b7;
            display: flex;
            align-items: center;
            justify-content: center; }
            .blog-list .simple-reply .input-field .quick-list-info .users .avatar.overcount span {
              line-height: 1;
              font-size: 12px;
              font-weight: bold;
              color: #545454; }
      .blog-list .simple-reply .input-field .quick-list-info .total-count a {
        color: #004aad;
        font-weight: bold; }
    .blog-list .simple-reply .input-field .ql-toolbar.ql-snow {
      border: unset; }
    .blog-list .simple-reply .input-field #quick-post-editor {
      border: unset; }
    .blog-list .simple-reply .input-field .ql-editor {
      border: 1px solid #b7b7b7;
      border-radius: 6px;
      min-height: 60px; }
      @media screen and (min-width: 769px) {
        .blog-list .simple-reply .input-field .ql-editor {
          font-size: 16px; } }
      .blog-list .simple-reply .input-field .ql-editor::before {
        display: block;
        font-weight: 300 !important;
        color: #d0d0d0d0 !important; }
      .blog-list .simple-reply .input-field .ql-editor img {
        display: block;
        border: 1px solid #c0c0c0;
        border-radius: 6px;
        width: 70%;
        max-width: 480px;
        margin: 10px auto; }
    .blog-list .simple-reply .input-field .ql-editor-c-bottom {
      margin-top: 12px;
      display: flex;
      justify-content: space-between;
      gap: 12px; }
      @media screen and (max-width: 543px) {
        .blog-list .simple-reply .input-field .ql-editor-c-bottom .submit-btn {
          right: 20px;
          bottom: 20px; } }
      .blog-list .simple-reply .input-field .ql-editor-c-bottom .submit-btn button {
        min-width: 72px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #004aad;
        border: unset;
        border-radius: 4px;
        color: #fff;
        font-size: 12px;
        line-height: 2;
        text-align: center;
        cursor: pointer;
        white-space: nowrap; }
        .blog-list .simple-reply .input-field .ql-editor-c-bottom .submit-btn button:active {
          opacity: 0.8; }
        .blog-list .simple-reply .input-field .ql-editor-c-bottom .submit-btn button .c-loader {
          display: none;
          margin: auto;
          border-color: #fff; }
      .blog-list .simple-reply .input-field .ql-editor-c-bottom .kind-link {
        display: flex;
        flex-wrap: wrap;
        gap: 5px; }
        .blog-list .simple-reply .input-field .ql-editor-c-bottom .kind-link button {
          font-weight: bold;
          background-color: #b8b8b8;
          border: unset;
          border-radius: 4px;
          color: #fff;
          font-size: 12px;
          line-height: 2;
          text-align: center;
          cursor: pointer;
          white-space: nowrap; }
          .blog-list .simple-reply .input-field .ql-editor-c-bottom .kind-link button.active {
            background-color: #004aad; }
  .blog-list .tab-title {
    margin-bottom: 12px;
    display: inline-block;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.3;
    color: #262626; }
    .blog-list .tab-title small {
      font-size: 0.8em; }
    .blog-list .tab-title .new-btn a {
      color: #004aad;
      font-size: 14px; }
  .blog-list .feed-items {
    width: 100%; }
    .blog-list .feed-items__inner {
      border: 1p solid #eeeeee;
      border-radius: 6px; }
      .blog-list .feed-items__inner ul.lists.category-lists {
        column-count: 2;
        gap: 16px; }
      .blog-list .feed-items__inner .no-content {
        text-align: center;
        font-size: 24px;
        font-weight: bold;
        margin-top: 20px; }
  .blog-list .post-sidebar {
    min-width: 220px; }
    @media screen and (max-width: 543px) {
      .blog-list .post-sidebar {
        display: none; } }
    .blog-list .post-sidebar .post-sidebar-item {
      background-color: #fff;
      border: 1px solid #f8f8f8;
      border-radius: 6px;
      overflow: hidden;
      margin-bottom: 10px;
      padding: 16px;
      color: #6e6e6e;
      min-width: 100px; }
      .blog-list .post-sidebar .post-sidebar-item .sidebar-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 16px;
        font-weight: bold;
        line-height: 20px;
        margin-bottom: 16px; }
      .blog-list .post-sidebar .post-sidebar-item .inner .cat-item {
        position: relative;
        margin-bottom: 4px;
        font-size: 16px;
        font-weight: bold;
        cursor: pointer; }
        .blog-list .post-sidebar .post-sidebar-item .inner .cat-item a {
          position: relative;
          display: block;
          color: #6e6e6e;
          padding: 6px 0px 6px 8px;
          z-index: 0; }
          .blog-list .post-sidebar .post-sidebar-item .inner .cat-item a::before {
            content: "";
            position: absolute;
            height: 100%;
            width: 100%;
            top: 0px;
            left: 0px;
            background: #004aad;
            border-radius: 6px;
            opacity: 0;
            z-index: -1; }
        .blog-list .post-sidebar .post-sidebar-item .inner .cat-item:hover, .blog-list .post-sidebar .post-sidebar-item .inner .cat-item.active {
          color: #004aad; }
          .blog-list .post-sidebar .post-sidebar-item .inner .cat-item:hover a, .blog-list .post-sidebar .post-sidebar-item .inner .cat-item.active a {
            color: #004aad; }
            .blog-list .post-sidebar .post-sidebar-item .inner .cat-item:hover a::before, .blog-list .post-sidebar .post-sidebar-item .inner .cat-item.active a::before {
              background-color: #004aad;
              opacity: 0.06; }
  .blog-list .topic-items {
    -webkit-box-flex: 0;
    flex: 0 0 24.473%;
    min-width: 0; }
    @media screen and (max-width: 768px) {
      .blog-list .topic-items {
        flex: 0 0 100px; } }
    .blog-list .topic-items__inner {
      background-color: #fff;
      border: 1p solid #eeeeee;
      border-radius: 6px; }

.col-box-item-1 {
  width: 100%;
  border-top: 1px solid #eeeeee;
  background-color: #fff;
  transition: 0.2s ease; }
  .col-box-item-1:hover {
    background-color: #fdfdfd; }
  .col-box-item-1 .item-inner {
    display: flex;
    padding: 16px;
    gap: 12px; }
    @media screen and (max-width: 543px) {
      .col-box-item-1 .item-inner {
        padding: 10px;
        gap: 5px; } }
    .col-box-item-1 .item-inner .avatar-field {
      flex-shrink: 0; }
      .col-box-item-1 .item-inner .avatar-field a img {
        width: 40px;
        height: 40px;
        border-radius: 50%; }
        @media screen and (max-width: 543px) {
          .col-box-item-1 .item-inner .avatar-field a img {
            width: 30px;
            height: 30px; } }
    .col-box-item-1 .item-inner .post-categories {
      font-size: 14px;
      font-weight: bold;
      color: #5a5a5a; }
    .col-box-item-1 .item-inner .content {
      width: 100%;
      display: flex;
      flex: 1; }
      @media screen and (max-width: 768px) {
        .col-box-item-1 .item-inner .content {
          flex-direction: column;
          align-items: flex-start; } }
      .col-box-item-1 .item-inner .content .content-wraps {
        width: 100%; }
        .col-box-item-1 .item-inner .content .content-wraps .user-info {
          margin-bottom: 16px; }
          .col-box-item-1 .item-inner .content .content-wraps .user-info .username {
            font-size: 14px;
            font-weight: bold;
            color: #101010; }
          .col-box-item-1 .item-inner .content .content-wraps .user-info .updated {
            font-size: 12px;
            color: #262626;
            margin-top: 4px; }
        .col-box-item-1 .item-inner .content .content-wraps .post-content {
          color: #101010; }
          .col-box-item-1 .item-inner .content .content-wraps .post-content .title {
            font-size: 18px;
            font-weight: bold;
            line-height: 1.5;
            margin-bottom: 6px; }
          .col-box-item-1 .item-inner .content .content-wraps .post-content .desc {
            line-height: 1.5;
            display: -webkit-box;
            line-height: 1.5;
            font-weight: 500;
            word-break: break-all; }
            .col-box-item-1 .item-inner .content .content-wraps .post-content .desc img {
              display: block;
              width: 100%;
              max-width: 450px;
              margin: auto; }
          .col-box-item-1 .item-inner .content .content-wraps .post-content.comment-content .desc {
            display: block; }
        .col-box-item-1 .item-inner .content .content-wraps .post-categories {
          margin-top: 12px; }
          .col-box-item-1 .item-inner .content .content-wraps .post-categories .blog-category {
            display: inline-block;
            padding: 4px 0; }
        .col-box-item-1 .item-inner .content .content-wraps .post-footer-tabs {
          display: flex;
          align-items: center;
          gap: 14px;
          margin-top: 12px; }
          .col-box-item-1 .item-inner .content .content-wraps .post-footer-tabs .ftb-icon {
            display: flex;
            align-items: center;
            gap: 5px;
            padding: 4px;
            border-radius: 10px;
            cursor: pointer; }
            .col-box-item-1 .item-inner .content .content-wraps .post-footer-tabs .ftb-icon .follows {
              font-size: 10px;
              font-weight: 900;
              color: #5a5a5a; }
            .col-box-item-1 .item-inner .content .content-wraps .post-footer-tabs .ftb-icon img,
            .col-box-item-1 .item-inner .content .content-wraps .post-footer-tabs .ftb-icon svg {
              width: 22px;
              height: 22px;
              cursor: pointer; }
            .col-box-item-1 .item-inner .content .content-wraps .post-footer-tabs .ftb-icon path,
            .col-box-item-1 .item-inner .content .content-wraps .post-footer-tabs .ftb-icon circle {
              fill: #5a5a5a; }
            .col-box-item-1 .item-inner .content .content-wraps .post-footer-tabs .ftb-icon:hover {
              transition: 0.3s ease;
              background-color: rgba(0, 74, 173, 0.6); }
              .col-box-item-1 .item-inner .content .content-wraps .post-footer-tabs .ftb-icon:hover .follows {
                color: #fff; }
              .col-box-item-1 .item-inner .content .content-wraps .post-footer-tabs .ftb-icon:hover path,
              .col-box-item-1 .item-inner .content .content-wraps .post-footer-tabs .ftb-icon:hover circle {
                fill: #fff;
                transition: 0.3s ease; }
            .col-box-item-1 .item-inner .content .content-wraps .post-footer-tabs .ftb-icon.owner path,
            .col-box-item-1 .item-inner .content .content-wraps .post-footer-tabs .ftb-icon.owner circle {
              fill: #004aad; }
        .col-box-item-1 .item-inner .content .content-wraps .comment-info {
          margin: 10px 0 0 10px; }
          .col-box-item-1 .item-inner .content .content-wraps .comment-info .css-7rsr66 {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            font-size: 14px;
            gap: 10px; }
            .col-box-item-1 .item-inner .content .content-wraps .comment-info .css-7rsr66 .css-egffoq {
              display: flex; }
              .col-box-item-1 .item-inner .content .content-wraps .comment-info .css-7rsr66 .css-egffoq .account-img {
                width: 30px;
                height: 30px;
                flex-shrink: 0;
                border: 2px solid #fff;
                border-radius: 50%;
                margin-left: -10px; }
                .col-box-item-1 .item-inner .content .content-wraps .comment-info .css-7rsr66 .css-egffoq .account-img img {
                  width: 100%;
                  height: 100%;
                  object-fit: cover;
                  border-radius: 50%; }
                .col-box-item-1 .item-inner .content .content-wraps .comment-info .css-7rsr66 .css-egffoq .account-img.over {
                  background-color: #304050; }
                  .col-box-item-1 .item-inner .content .content-wraps .comment-info .css-7rsr66 .css-egffoq .account-img.over span {
                    position: relative;
                    top: 50%;
                    display: block;
                    font-weight: bold;
                    color: #fff;
                    line-height: 1;
                    text-align: center;
                    transform: translateY(-50%); }
            .col-box-item-1 .item-inner .content .content-wraps .comment-info .css-7rsr66 .css-xrqda0 {
              font-weight: bold;
              color: #1d96e7; }
        .col-box-item-1 .item-inner .content .content-wraps .reply-field {
          margin: 16px 0 10px; }
          .col-box-item-1 .item-inner .content .content-wraps .reply-field .reply-btn-area {
            display: flex;
            align-items: center;
            gap: 10px; }
            .col-box-item-1 .item-inner .content .content-wraps .reply-field .reply-btn-area .action-btn {
              border: unset;
              background-color: transparent;
              border-radius: 3px;
              color: #5a5a5a;
              font-size: 14px;
              cursor: pointer; }
              .col-box-item-1 .item-inner .content .content-wraps .reply-field .reply-btn-area .action-btn:hover {
                background-color: #f0f0f0; }
              .col-box-item-1 .item-inner .content .content-wraps .reply-field .reply-btn-area .action-btn span {
                margin-left: 10px; }
              .col-box-item-1 .item-inner .content .content-wraps .reply-field .reply-btn-area .action-btn.reply-cancel-btn {
                display: none; }
          .col-box-item-1 .item-inner .content .content-wraps .reply-field .subreply-comment-field {
            position: relative;
            margin-top: 16px; }
      .col-box-item-1 .item-inner .content .post-thumbnail {
        flex-shrink: 0;
        margin-left: 16px;
        width: 300px;
        height: 200px; }
        @media screen and (max-width: 768px) {
          .col-box-item-1 .item-inner .content .post-thumbnail {
            margin-left: 0;
            width: 100%;
            height: auto;
            margin-top: 16px; } }
        .col-box-item-1 .item-inner .content .post-thumbnail img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          border-radius: 6px; }
  .col-box-item-1.comment-box .item-inner .content .content-wraps .user-info {
    display: flex;
    justify-content: space-between; }

.row-box-item-1 {
  width: 100%;
  background-color: #fff;
  overflow: hidden;
  border: 1px solid #f8f8f8;
  border-radius: 6px;
  margin-bottom: 16px; }
  .row-box-item-1 .img-area {
    border-radius: 4px;
    overflow: hidden; }
    .row-box-item-1 .img-area img {
      max-width: 100%;
      display: block;
      margin: auto; }
  .row-box-item-1 .content-area .post-content {
    padding: 16px 16px 0; }
    .row-box-item-1 .content-area .post-content .post-title {
      font-size: 16px;
      line-height: 1.4;
      font-weight: bold;
      margin-bottom: 0; }
    .row-box-item-1 .content-area .post-content .user-info {
      padding: 6px 0 5px;
      display: flex;
      align-items: center; }
      .row-box-item-1 .content-area .post-content .user-info .user-avatar {
        width: 22px;
        height: 22px;
        flex-shrink: 0;
        border-radius: 50%;
        overflow: hidden; }
        .row-box-item-1 .content-area .post-content .user-info .user-avatar img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .row-box-item-1 .content-area .post-content .user-info .user-name {
        flex: auto;
        color: #262626;
        font-size: 15px;
        line-height: 1;
        word-break: break-all;
        font-weight: normal;
        margin-left: 6px; }
  .row-box-item-1 .content-area .post-follow {
    padding: 12px 16px 16px;
    display: flex;
    align-items: center;
    gap: 10px; }
    .row-box-item-1 .content-area .post-follow .icon {
      font-size: 11px;
      font-weight: bold;
      line-height: 1;
      color: #5a5a5a;
      transition: 0.2s ease;
      cursor: pointer; }
      .row-box-item-1 .content-area .post-follow .icon span {
        display: flex;
        align-items: center;
        gap: 3px; }
      .row-box-item-1 .content-area .post-follow .icon svg {
        width: 20px;
        fill: #5a5a5a;
        transition: 0.2s ease; }
      .row-box-item-1 .content-area .post-follow .icon:hover {
        color: #004aad; }
        .row-box-item-1 .content-area .post-follow .icon:hover svg {
          fill: #004aad; }

.emoticon-list {
  background-color: #fff;
  padding: 10px;
  border-radius: 6px;
  position: fixed;
  width: 320px;
  height: 260px;
  overflow: auto;
  box-shadow: 0 10px 20px #30303040;
  z-index: 99;
  display: none; }
  .emoticon-list .list-wraps {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 8px; }
    .emoticon-list .list-wraps .emoticon-item {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 35px;
      height: 35px;
      border-radius: 4px;
      overflow: hidden;
      padding: 3px;
      cursor: pointer; }
      .emoticon-list .list-wraps .emoticon-item img {
        width: 100%;
        height: 100%; }
      .emoticon-list .list-wraps .emoticon-item:hover {
        border: 1px solid #004aad; }

.emoticon-overlay-back {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 98;
  background-color: transparent;
  display: none; }

#create-post-link::before {
  content: "\e925";
  font-family: design_plus;
  font-size: 14px;
  position: absolute;
  color: #fff; }

.new-blog-page {
  padding: 60px 20px; }
  .new-blog-page .form-field {
    max-width: 860px;
    margin: auto; }
    .new-blog-page .form-field .row {
      margin-bottom: 24px; }
      .new-blog-page .form-field .row label {
        position: relative;
        display: block;
        margin-bottom: 8px;
        font-size: 14px;
        font-weight: bold;
        color: #262626; }
        .new-blog-page .form-field .row label.essential::after {
          content: "必須";
          margin-left: 6px;
          padding: 2px 6px;
          border-radius: 4px;
          font-size: 12px;
          background-color: #004aad;
          color: #fff; }
      .new-blog-page .form-field .row input,
      .new-blog-page .form-field .row select {
        width: 100%;
        padding: 10px 16px;
        border-radius: 5px;
        border: unset;
        box-shadow: 0px 0px 1px 2px #e0e0e0; }
        .new-blog-page .form-field .row input::placeholder,
        .new-blog-page .form-field .row select::placeholder {
          color: #333;
          font-weight: 600;
          font-size: 14px; }
      .new-blog-page .form-field .row .client-editor__submit {
        width: 100%;
        padding: 10px 16px;
        margin-top: 30px;
        background-color: #004aad;
        border: unset;
        border: unset;
        border-radius: 6px;
        color: #fff;
        font-weight: bold;
        cursor: pointer; }
        .new-blog-page .form-field .row .client-editor__submit.sending {
          opacity: 0.4 !important;
          background-color: #004aad !important; }
        .new-blog-page .form-field .row .client-editor__submit .c-loader {
          display: none; }
        .new-blog-page .form-field .row .client-editor__submit:hover {
          background-color: #21c0f0; }
        .new-blog-page .form-field .row .client-editor__submit:active {
          background-color: #1a6a8f; }

.blog-article .breadcrumb {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  gap: 30px; }
  @media screen and (max-width: 1024px) {
    .blog-article .breadcrumb {
      padding: 0 20px; } }
  .blog-article .breadcrumb .breadcrumb-wraps {
    flex: 1;
    padding: 20px 0;
    overflow: hidden; }
    .blog-article .breadcrumb .breadcrumb-wraps ul {
      display: flex;
      align-items: center;
      gap: 20px; }
      .blog-article .breadcrumb .breadcrumb-wraps ul li {
        min-width: 0;
        position: relative;
        font-size: 14px;
        white-space: nowrap;
        padding-right: 10px; }
        .blog-article .breadcrumb .breadcrumb-wraps ul li span {
          width: 100%;
          display: inline-block;
          text-overflow: ellipsis;
          overflow: hidden; }
        .blog-article .breadcrumb .breadcrumb-wraps ul li:not(:last-child) {
          font-weight: bold; }
          .blog-article .breadcrumb .breadcrumb-wraps ul li:not(:last-child):after {
            content: "\e910";
            position: absolute;
            top: 50%;
            margin-left: 5px;
            transform: translateY(-50%);
            line-height: 1;
            font-family: "design_plus";
            font-size: 12px; }
  .blog-article .breadcrumb .create-btn {
    flex-shrink: 0; }
    .blog-article .breadcrumb .create-btn a {
      background-color: #004aad;
      padding: 8px 14px;
      border-radius: 5px;
      color: #fff;
      font-size: 14px;
      font-weight: bold; }
      .blog-article .breadcrumb .create-btn a:hover {
        background-color: #21c0f0; }
      .blog-article .breadcrumb .create-btn a:active {
        background-color: #1a6a8f; }
.blog-article .blog-content {
  width: 100%;
  margin: 30px auto 100px;
  background-color: #fff;
  padding: 40px;
  border-radius: 10px; }
  @media screen and (max-width: 768px) {
    .blog-article .blog-content {
      padding: 20px; } }
  .blog-article .blog-content .header .post-info {
    display: flex;
    justify-content: space-between; }
    .blog-article .blog-content .header .post-info .user-info {
      display: flex;
      gap: 12px; }
      .blog-article .blog-content .header .post-info .user-info .user-avatar {
        width: 40px;
        height: 40px;
        flex-shrink: 0;
        border-radius: 4px;
        overflow: hidden; }
        .blog-article .blog-content .header .post-info .user-info .user-avatar img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .blog-article .blog-content .header .post-info .user-info .user-name {
        color: #262626; }
        .blog-article .blog-content .header .post-info .user-info .user-name .name {
          font-size: 18px;
          font-weight: bold; }
        .blog-article .blog-content .header .post-info .user-info .user-name .publish-date {
          font-size: 14px;
          margin-top: 6px; }
          .blog-article .blog-content .header .post-info .user-info .user-name .publish-date .edited {
            font-size: 12px;
            margin-left: 8px; }
  .blog-article .blog-content .header .title {
    font-size: 32px;
    line-height: 1.5;
    margin-top: 20px; }
  .blog-article .blog-content .post_content {
    margin-top: 32px; }
    .blog-article .blog-content .post_content img {
      margin: auto;
      display: block; }
    .blog-article .blog-content .post_content iframe {
      display: block;
      margin: auto; }
  .blog-article .blog-content .categories {
    margin: 40px 0 30px;
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    flex-wrap: wrap; }
    .blog-article .blog-content .categories .category {
      font-size: 14px;
      font-weight: bold;
      color: #1d96e7; }
      .blog-article .blog-content .categories .category:hover {
        color: #1b5db3; }
  .blog-article .blog-content .comment-area .latest-comment-author {
    color: #5a5a5a;
    margin: 10px 10px 0;
    font-weight: 700; }
  .blog-article .blog-content .comment-area .comment-counter {
    color: #5a5a5a;
    margin: 20px 10px 20px; }
    .blog-article .blog-content .comment-area .comment-counter span {
      margin-left: 10px; }
  .blog-article .blog-content .comment-area .comment-list {
    border-top: 1px solid #d0d0d0; }
  .blog-article .blog-content .comment-area .create-comment {
    position: relative;
    padding: 40px 10px;
    border-top: 1px solid #d0d0d0; }
    .blog-article .blog-content .comment-area .create-comment .wp-editor-container {
      margin-top: 10px; }
    .blog-article .blog-content .comment-area .create-comment .reply-button {
      position: absolute;
      bottom: 50px;
      right: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 10;
      color: #d0d0d0;
      transition: 0.3s ease;
      cursor: not-allowed; }
      .blog-article .blog-content .comment-area .create-comment .reply-button i {
        font-size: 16px;
        padding: 10px;
        border-radius: 50%;
        background-color: #f0f0f0;
        transition: 0.3s ease; }
      .blog-article .blog-content .comment-area .create-comment .reply-button .c-loader {
        display: none; }
      .blog-article .blog-content .comment-area .create-comment .reply-button.active {
        cursor: pointer;
        color: #004aad; }
        .blog-article .blog-content .comment-area .create-comment .reply-button.active:hover {
          color: #fff; }
          .blog-article .blog-content .comment-area .create-comment .reply-button.active:hover i {
            background-color: #004aad; }
      .blog-article .blog-content .comment-area .create-comment .reply-button.sending .send-btn {
        display: none; }
      .blog-article .blog-content .comment-area .create-comment .reply-button.sending .c-loader {
        display: block; }
    .blog-article .blog-content .comment-area .create-comment .notification {
      margin-top: 16px;
      text-align: center; }

.comment-box .sub-reply {
  padding-left: 40px; }
  @media screen and (max-width: 543px) {
    .comment-box .sub-reply {
      padding-left: 10px; } }
  .comment-box .sub-reply .col-box-item-1 {
    border-top: unset; }
  @media screen and (max-width: 543px) {
    .comment-box .sub-reply .item-inner {
      border-left: 2px solid #f0f0f0; } }

.related-blog {
  padding: 30px;
  background-color: #fff; }
  .related-blog .wraps {
    max-width: 1200px;
    margin: auto; }
  .related-blog .title {
    font-size: 21px;
    color: #262626;
    font-weight: bold;
    line-height: 1.7; }
  .related-blog .list {
    margin-top: 30px; }
    .related-blog .list .related-blog-items {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px; }
      @media screen and (max-width: 768px) {
        .related-blog .list .related-blog-items {
          grid-template-columns: 1fr; } }
      .related-blog .list .related-blog-items .item {
        border-radius: 6px;
        border: 1px solid #d0d0d0;
        height: 100%; }
        .related-blog .list .related-blog-items .item:hover {
          background-color: #f0f0f0;
          transition: 0.3s ease-in-out; }
        .related-blog .list .related-blog-items .item .item-inner {
          width: 100%;
          height: 100%;
          justify-content: space-between;
          display: flex;
          align-items: center;
          padding: 10px; }
          .related-blog .list .related-blog-items .item .item-inner .content {
            height: 100%; }
            .related-blog .list .related-blog-items .item .item-inner .content .content-wraps {
              height: 100%;
              display: flex;
              flex-direction: column;
              justify-content: space-between; }
            .related-blog .list .related-blog-items .item .item-inner .content .username {
              display: flex;
              align-items: center;
              gap: 5px; }
              .related-blog .list .related-blog-items .item .item-inner .content .username .name {
                overflow-wrap: break-word;
                word-break: break-word;
                font-size: 18px;
                font-weight: bold;
                line-height: 1.3;
                color: #262626;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 1;
                overflow: hidden; }
            .related-blog .list .related-blog-items .item .item-inner .content .user-info {
              display: flex;
              gap: 5px;
              margin-top: 10px;
              align-items: center; }
            .related-blog .list .related-blog-items .item .item-inner .content .avatar-field {
              width: 20px;
              height: 20px;
              border-radius: 50%;
              overflow: hidden;
              border: 1px solid #fff; }
              .related-blog .list .related-blog-items .item .item-inner .content .avatar-field img {
                width: 100%;
                height: 100%;
                object-fit: cover; }
            .related-blog .list .related-blog-items .item .item-inner .content .title {
              overflow-wrap: break-word;
              word-break: break-word;
              font-size: 20px;
              font-weight: bold;
              line-height: 1.7;
              color: #262626;
              display: -webkit-box;
              -webkit-box-orient: vertical;
              -webkit-line-clamp: 2;
              overflow: hidden; }
            .related-blog .list .related-blog-items .item .item-inner .content .desc {
              overflow-wrap: break-word;
              word-break: break-word;
              font-size: 16px;
              line-height: 1.5;
              margin-top: 10px;
              color: #262626;
              display: -webkit-box;
              -webkit-box-orient: vertical;
              -webkit-line-clamp: 2;
              overflow: hidden; }
          .related-blog .list .related-blog-items .item .item-inner .post-thumbnail {
            width: 30%; }
            .related-blog .list .related-blog-items .item .item-inner .post-thumbnail img {
              width: 100%;
              border-radius: 10px; }

.pagination {
  margin: 40px 0; }
  .pagination .wp-pagenavi {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px; }
    .pagination .wp-pagenavi span,
    .pagination .wp-pagenavi a {
      width: 40px;
      height: 40px;
      flex-shrink: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 16px;
      border: none; }
      .pagination .wp-pagenavi span .page_number,
      .pagination .wp-pagenavi a .page_number {
        background: linear-gradient(180deg, #69ade6, #516ef1);
        background-clip: text;
        color: transparent; }
    .pagination .wp-pagenavi span.current {
      border-bottom: 2px solid #b7b7b7; }
      .pagination .wp-pagenavi span.current .page_number {
        background-color: none;
        color: #fff !important; }

.create-blog-btn {
  position: fixed;
  z-index: 1500;
  bottom: 105px;
  right: 38px; }
  @media screen and (max-width: 1221px) {
    .create-blog-btn {
      bottom: 124px;
      right: 15px; } }
  @media screen and (max-width: 850px) {
    .create-blog-btn {
      bottom: 50px;
      right: 15px; } }
  .create-blog-btn a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #004aad;
    border-color: #fff;
    box-shadow: 1px 2px 4px #00000060;
    color: #fff;
    font-size: 26px;
    cursor: pointer;
    transition: 0.3s ease-in; }
    .create-blog-btn a:hover {
      opacity: 0.8;
      color: #fff; }
    .create-blog-btn a:active {
      box-shadow: unset; }

#create-post-editor {
  font-size: 14px;
  font-weight: 400;
  background-color: #fff; }
  #create-post-editor .ql-editor {
    min-height: 200px;
    padding-bottom: 50px; }
  #create-post-editor img {
    width: 100%;
    display: block;
    max-width: 600px;
    margin: 20px auto; }

#comment-editor {
  font-size: 14px;
  font-weight: 400;
  background-color: #fff; }
  #comment-editor .ql-editor {
    min-height: 200px; }
  #comment-editor img {
    display: block;
    max-width: 600px;
    margin: 20px auto; }

#ql-toolbar .ql-send-btn.sending {
  opacity: 0.3; }

.errors-content {
  display: none;
  font-size: 14px;
  color: red; }

.my-blog-link {
  position: fixed;
  top: 50%;
  right: 10px;
  z-index: 100;
  transform: translateY(-50%); }
  .my-blog-link a {
    display: block;
    margin: 20px 0;
    padding: 20px 20px;
    border-radius: 8px;
    background-color: #000;
    color: #fff;
    font-size: 14px;
    writing-mode: vertical-lr;
    text-orientation: mixed;
    letter-spacing: 2px;
    transition: 0.2s ease; }
    .my-blog-link a.active {
      background-color: #004aad; }
      .my-blog-link a.active:hover {
        color: #fff !important;
        background-color: #234; }
    @media screen and (max-width: 768px) {
      .my-blog-link a {
        margin: 10px 0;
        padding: 10px 10px; } }

.mybloglist-page {
  padding: 60px 20px;
  width: 100%;
  max-width: 820px;
  margin: auto; }
  @media screen and (max-width: 543px) {
    .mybloglist-page {
      padding: 30px 10px; } }
  .mybloglist-page .myblog-header {
    font-size: 28px;
    text-align: center;
    font-weight: bold;
    line-height: 1.75; }
    @media screen and (max-width: 543px) {
      .mybloglist-page .myblog-header {
        font-size: 22px; } }
  .mybloglist-page .list-wraps {
    margin-top: 40px; }
    @media screen and (max-width: 543px) {
      .mybloglist-page .list-wraps {
        margin-top: 20px; } }
    .mybloglist-page .list-wraps .item {
      width: 100%;
      padding: 16px 26px 25px;
      background-color: #fff;
      border-radius: 10px;
      overflow: hidden;
      margin-bottom: 30px;
      box-shadow: 0 4px 4px #33333310; }
      @media screen and (max-width: 543px) {
        .mybloglist-page .list-wraps .item {
          border-radius: 0;
          margin-bottom: 10px; } }
      .mybloglist-page .list-wraps .item .header .date {
        font-size: 14px;
        font-weight: bold;
        line-height: 1.5;
        color: #707070; }
        .mybloglist-page .list-wraps .item .header .date .edited {
          font-size: 12px;
          margin-left: 8px;
          font-weight: 400; }
      .mybloglist-page .list-wraps .item .header .title {
        font-size: 24px;
        font-weight: bold;
        line-height: 2;
        color: #000; }
        .mybloglist-page .list-wraps .item .header .title:hover {
          color: #004aad; }
      .mybloglist-page .list-wraps .item .content-inner {
        margin-top: 22px;
        width: 100%; }
        .mybloglist-page .list-wraps .item .content-inner img {
          display: block;
          max-width: 100%;
          margin: auto;
          border-radius: 5px; }
      .mybloglist-page .list-wraps .item .action-btns {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 12px;
        margin: 10px 0;
        text-align: center; }
        .mybloglist-page .list-wraps .item .action-btns .btn {
          font-size: 14px;
          color: #004aad;
          border: unset;
          background-color: transparent;
          line-height: 1.5;
          cursor: pointer; }
          .mybloglist-page .list-wraps .item .action-btns .btn:hover {
            text-decoration: underline; }
          .mybloglist-page .list-wraps .item .action-btns .btn.remove-myblog-btn, .mybloglist-page .list-wraps .item .action-btns .btn.remove-mycomment-btn {
            color: red; }
      .mybloglist-page .list-wraps .item .post-footer {
        margin-top: 16px;
        padding: 16px;
        border-top: 1px solid #e0e0e0; }
        .mybloglist-page .list-wraps .item .post-footer .reaction-info .reaction-counter {
          margin-bottom: 10px;
          font-size: 14px; }
        .mybloglist-page .list-wraps .item .post-footer .reaction-info .followed-users {
          width: 100%;
          display: inline-flex;
          align-items: baseline;
          gap: 6px; }
          .mybloglist-page .list-wraps .item .post-footer .reaction-info .followed-users .thumbup {
            display: flex;
            gap: 5px;
            align-items: center;
            font-size: 10px;
            padding-top: 10px; }
          .mybloglist-page .list-wraps .item .post-footer .reaction-info .followed-users .reaction-list {
            display: flex;
            align-items: center;
            flex-wrap: wrap; }
        .mybloglist-page .list-wraps .item .post-footer .comment-info {
          margin: 20px 14px 0; }
          .mybloglist-page .list-wraps .item .post-footer .comment-info a {
            font-weight: bold;
            color: #004aad;
            text-decoration: underline; }

.mycommentlist-page .comment-list {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #e0e0e0; }
  .mycommentlist-page .comment-list .comment-item {
    padding: 10px 20px;
    margin: 10px 0;
    border: 1px solid #f0f0f0; }

.mypage #account_content_wrap {
  margin: 10px 0 150px; }
  .mypage #account_content_wrap .mybloglist-page {
    padding: 0; }
    .mypage #account_content_wrap .mybloglist-page .list-wraps {
      margin-top: 0; }
  .mypage #account_content_wrap #account_content_tab li a {
    font-size: 12px; }
  .mypage #account_content_wrap .blog-relation a {
    padding: 10px 20px;
    width: 100%;
    display: block;
    font-size: 14px; }
    .mypage #account_content_wrap .blog-relation a:hover {
      background-color: #f0f0f0; }
.mypage .my-info {
  position: relative;
  margin-top: 50px;
  padding: 30px 0 20px;
  display: flex;
  justify-content: center;
  background-color: #fff;
  border-radius: 20px;
  gap: 30px; }
  @media screen and (max-width: 768px) {
    .mypage .my-info {
      margin-top: 40px;
      margin-bottom: 20px; } }
  @media screen and (max-width: 543px) {
    .mypage .my-info {
      flex-direction: column;
      align-items: center;
      gap: 10px; } }
  @media screen and (max-width: 543px) {
    .mypage .my-info .avatar-group {
      transform: translateX(-40%);
      height: 160px;
      display: flex;
      align-items: center;
      margin-bottom: 30px; } }
  .mypage .my-info .avatar-group .profile-image {
    position: relative;
    width: 160px;
    height: 160px;
    flex-shrink: 0;
    border-radius: 50%;
    border: 2px solid #fff;
    overflow: hidden;
    box-shadow: 0 4px 4px #33333330; }
    @media screen and (max-width: 543px) {
      .mypage .my-info .avatar-group .profile-image {
        width: 140px;
        height: 140px; } }
    .mypage .my-info .avatar-group .profile-image .avatar-icon {
      position: absolute;
      bottom: 5px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 10;
      width: 26px;
      height: 26px;
      background-color: #004aad50;
      border: 1px solid #f0f0f0;
      border-radius: 50%;
      display: grid;
      place-content: center; }
      .mypage .my-info .avatar-group .profile-image .avatar-icon i {
        font-size: 16px;
        color: #fff; }
      .mypage .my-info .avatar-group .profile-image .avatar-icon input {
        display: none; }
    .mypage .my-info .avatar-group .profile-image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .mypage .my-info .other-info {
    text-align: start; }
    @media screen and (max-width: 543px) {
      .mypage .my-info .other-info {
        text-align: center; } }
    .mypage .my-info .other-info .name-area {
      text-align: center; }
      .mypage .my-info .other-info .name-area .display-name {
        font-weight: bold;
        font-size: 20px; }
    .mypage .my-info .other-info .point-area {
      margin-top: 14px; }
      .mypage .my-info .other-info .point-area .point-progress {
        position: relative;
        width: 100%;
        height: 12px;
        border-radius: 6px;
        background-color: #dbdbdb;
        overflow: hidden; }
        @media screen and (max-width: 543px) {
          .mypage .my-info .other-info .point-area .point-progress {
            margin: auto; } }
        .mypage .my-info .other-info .point-area .point-progress .current-value {
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          border-radius: 6px;
          background-color: #004aad;
          opacity: 0.7; }
      .mypage .my-info .other-info .point-area .point-number {
        margin-top: 10px;
        font-size: 18px; }
        .mypage .my-info .other-info .point-area .point-number span {
          font-weight: bold; }
        .mypage .my-info .other-info .point-area .point-number .next-value {
          padding: 10px 0;
          font-size: 15px;
          color: #777; }
      .mypage .my-info .other-info .point-area .point-gain-guide {
        font-size: 16px;
        color: #666;
        cursor: pointer;
        border-radius: 4px;
        padding: 3px; }
        .mypage .my-info .other-info .point-area .point-gain-guide:hover {
          background-color: #f0f0f0; }
      .mypage .my-info .other-info .point-area .login-counter {
        color: #666;
        font-size: 14px;
        margin: 6px 0 0; }
      .mypage .my-info .other-info .point-area .profile-message {
        margin: 12px 0;
        background-color: #f7f9fa;
        border-radius: 8px;
        font-size: 14px;
        text-align: center;
        font-weight: bold;
        color: #333;
        line-height: 1.5;
        padding: 10px; }
  .mypage .my-info .badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-evenly;
    height: fit-content; }
    .mypage .my-info .badges .badge img {
      display: block;
      width: 60px;
      aspect-ratio: 1/1;
      border-radius: 50%;
      border: 2px solid #fff;
      box-shadow: 0 2px 3px #33333330;
      margin: auto; }
    .mypage .my-info .badges .badge .label {
      margin-top: 10px;
      font-size: 12px;
      color: #707070;
      text-align: center;
      font-weight: bold; }
    @media screen and (max-width: 543px) {
      .mypage .my-info .badges {
        flex-direction: column;
        position: absolute;
        top: 75px;
        left: calc(50% + 40px); } }

.recommend-video-track-calendar {
  padding: 20px;
  background-color: #fff;
  border-radius: 20px;
  margin: 20px 0; }
  @media screen and (max-width: 543px) {
    .recommend-video-track-calendar {
      padding: 20px 10px 20px; } }
  .recommend-video-track-calendar .calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .recommend-video-track-calendar .calendar-header .prev-btn a,
    .recommend-video-track-calendar .calendar-header .next-btn a {
      display: grid;
      place-content: center;
      width: 30px;
      aspect-ratio: 1/1;
      background-color: #fff;
      border: 1px solid #004aad;
      border-radius: 50%;
      color: #004aad;
      font-size: 12px; }
      .recommend-video-track-calendar .calendar-header .prev-btn a:hover,
      .recommend-video-track-calendar .calendar-header .next-btn a:hover {
        background-color: #004aad;
        color: #fff; }
    .recommend-video-track-calendar .calendar-header .month-date {
      flex: auto;
      line-height: 1.2;
      font-size: 32px;
      color: #004aad;
      text-align: center;
      font-weight: 600; }
    @media screen and (max-width: 543px) {
      .recommend-video-track-calendar .calendar-header {
        padding: 0 20px; } }
  .recommend-video-track-calendar .table-wrap {
    margin-top: 10px;
    border-radius: 14px;
    border: 1px solid #f0f0f0;
    overflow: hidden; }
    .recommend-video-track-calendar .table-wrap .calendar-skeleton {
      width: 100%;
      height: 285px;
      border-radius: 14px;
      background-image: linear-gradient(to right, #fff, #e0e0e0, #fff);
      background-size: 300% 100%;
      animation: skeleton 2s cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite; }
    .recommend-video-track-calendar .table-wrap table {
      table-layout: fixed;
      background-color: #fff;
      border-collapse: collapse; }
      .recommend-video-track-calendar .table-wrap table th {
        font-weight: bold;
        padding: 0;
        margin: 0;
        text-align: center;
        padding: 10px 0;
        background-color: #f0f0f0;
        border: 1px solid #f0f0f0; }
        .recommend-video-track-calendar .table-wrap table th span {
          font-size: 16px; }
          .recommend-video-track-calendar .table-wrap table th span.sunday {
            color: #c51919; }
          .recommend-video-track-calendar .table-wrap table th span.saturday {
            color: #004aad; }
      .recommend-video-track-calendar .table-wrap table td {
        vertical-align: top;
        text-align: center;
        border-bottom: 1px solid #f0f0f0;
        border-right: 1px solid #f0f0f0; }
        .recommend-video-track-calendar .table-wrap table td:first-child {
          border-left: 1px solid #f0f0f0; }
        .recommend-video-track-calendar .table-wrap table td .cell {
          position: relative;
          width: 100%;
          min-height: 50px;
          height: 100%;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: space-between;
          font-size: 14px;
          color: #333;
          z-index: 0; }
          .recommend-video-track-calendar .table-wrap table td .cell .news-info {
            position: absolute;
            inset: 0;
            z-index: -1;
            cursor: pointer; }
            .recommend-video-track-calendar .table-wrap table td .cell .news-info:hover {
              background-color: #f0f0f0; }
            .recommend-video-track-calendar .table-wrap table td .cell .news-info .news-mark {
              position: absolute;
              display: block;
              right: 3px;
              top: 17px;
              width: 10px;
              height: 10px;
              border-radius: 50%; }
              .recommend-video-track-calendar .table-wrap table td .cell .news-info .news-mark.live {
                background-color: #3b6ed6; }
              .recommend-video-track-calendar .table-wrap table td .cell .news-info .news-mark.event {
                background-color: #41b86b; }
          .recommend-video-track-calendar .table-wrap table td .cell .date {
            width: 100%;
            padding: 0 3px;
            text-align: right;
            pointer-events: none; }
            .recommend-video-track-calendar .table-wrap table td .cell .date span {
              display: block;
              width: 100%;
              padding: 2px 0;
              font-weight: 600; }
          .recommend-video-track-calendar .table-wrap table td .cell .views {
            padding: 4px 0;
            font-size: 11px; }
          .recommend-video-track-calendar .table-wrap table td .cell.filled_views {
            background-color: #7eb5ff90; }
        .recommend-video-track-calendar .table-wrap table td:first-child .cell .date span {
          color: #c51919; }
        .recommend-video-track-calendar .table-wrap table td:last-child .cell .date span {
          color: #004aad; }
  .recommend-video-track-calendar .mark-description {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px; }
    .recommend-video-track-calendar .mark-description .label {
      position: relative;
      font-size: 0.85rem;
      color: #444;
      display: flex;
      gap: 6px;
      align-items: center; }
      .recommend-video-track-calendar .mark-description .label::before {
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 50%; }
      .recommend-video-track-calendar .mark-description .label.live-circle::before {
        background-color: #3b6ed6; }
      .recommend-video-track-calendar .mark-description .label.event-circle::before {
        background-color: #41b86b; }
  .recommend-video-track-calendar .news-detail-modal {
    display: none;
    position: fixed;
    background-color: #00000030;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 999999; }
    .recommend-video-track-calendar .news-detail-modal .modal-container {
      width: 100%;
      height: 100%;
      display: grid;
      place-content: center; }
      .recommend-video-track-calendar .news-detail-modal .modal-container .modal-inner {
        width: 400px;
        height: auto;
        background-color: #fff;
        border-radius: 8px;
        padding: 10px 20px;
        color: #333;
        overflow: hidden; }
        @media screen and (max-width: 543px) {
          .recommend-video-track-calendar .news-detail-modal .modal-container .modal-inner {
            width: 350px; } }
        .recommend-video-track-calendar .news-detail-modal .modal-container .modal-inner .modal-header {
          display: flex;
          justify-content: space-between;
          align-items: center;
          padding: 10px 0;
          border-bottom: 1px solid #f0f0f0;
          font-size: 16px; }
          .recommend-video-track-calendar .news-detail-modal .modal-container .modal-inner .modal-header .header-title {
            display: flex;
            align-items: center;
            gap: 10px; }
            .recommend-video-track-calendar .news-detail-modal .modal-container .modal-inner .modal-header .header-title .category {
              color: #fff;
              padding: 5px 8px;
              border-radius: 3px;
              font-size: 12px; }
              .recommend-video-track-calendar .news-detail-modal .modal-container .modal-inner .modal-header .header-title .category.live {
                background-color: #3b6ed6; }
              .recommend-video-track-calendar .news-detail-modal .modal-container .modal-inner .modal-header .header-title .category.event {
                background-color: #41b86b; }
            .recommend-video-track-calendar .news-detail-modal .modal-container .modal-inner .modal-header .header-title .date {
              font-weight: bold;
              color: #262626; }
          .recommend-video-track-calendar .news-detail-modal .modal-container .modal-inner .modal-header .close-btn i {
            color: #333;
            transition: .3s ease-in;
            cursor: pointer; }
            .recommend-video-track-calendar .news-detail-modal .modal-container .modal-inner .modal-header .close-btn i:hover {
              color: #464646; }
        .recommend-video-track-calendar .news-detail-modal .modal-container .modal-inner .modal-content {
          padding: 10px 0 20px; }
          .recommend-video-track-calendar .news-detail-modal .modal-container .modal-inner .modal-content > div {
            margin-top: 10px;
            font-size: 14px; }
          .recommend-video-track-calendar .news-detail-modal .modal-container .modal-inner .modal-content .event-title {
            font-weight: bold; }
          .recommend-video-track-calendar .news-detail-modal .modal-container .modal-inner .modal-content .content {
            margin-top: 12px;
            line-height: 1.5; }
          .recommend-video-track-calendar .news-detail-modal .modal-container .modal-inner .modal-content .skeleton {
            border-radius: 5px;
            background-image: linear-gradient(to right, #fff, #e0e0e0, #fff);
            background-size: 300% 100%;
            animation: skeleton 3s cubic-bezier(0.19, 1, 0.22, 1) infinite; }
            .recommend-video-track-calendar .news-detail-modal .modal-container .modal-inner .modal-content .skeleton.title {
              width: 80%;
              height: 24px; }
            .recommend-video-track-calendar .news-detail-modal .modal-container .modal-inner .modal-content .skeleton.content {
              width: 100%;
              margin-top: 12px;
              height: 100px; }

.point-tip-modal {
  position: relative;
  display: none;
  z-index: 9999; }
  .point-tip-modal .modal-inner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 30px;
    overflow: auto; }
    .point-tip-modal .modal-inner .modal-back {
      position: fixed;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: #00000030;
      z-index: 0; }
    .point-tip-modal .modal-inner .m-container {
      position: relative;
      background-color: #fff;
      max-width: 920px;
      margin: 2rem auto;
      padding: 40px 0; }
      @media screen and (min-width: 544px) {
        .point-tip-modal .modal-inner .m-container {
          border-radius: 10px;
          box-shadow: 0 4px 4px #00000030; } }
      .point-tip-modal .modal-inner .m-container .close-icon {
        position: absolute;
        top: 20px;
        right: 20px; }
        .point-tip-modal .modal-inner .m-container .close-icon i {
          color: #c0c0c0;
          font-size: 22px;
          transition: 0.2s ease-in;
          cursor: pointer; }
          .point-tip-modal .modal-inner .m-container .close-icon i:hover {
            color: #a0a0a0;
            transform: rotate(90deg); }
      .point-tip-modal .modal-inner .m-container .modal-header {
        margin: 30px auto 20px; }
        .point-tip-modal .modal-inner .m-container .modal-header .title {
          font-size: 24px;
          font-weight: bold;
          color: #454545;
          text-align: center; }
      .point-tip-modal .modal-inner .m-container .modal-content {
        padding: 40px; }
        @media screen and (max-width: 543px) {
          .point-tip-modal .modal-inner .m-container .modal-content {
            padding-inline: 30px 20px; } }
        .point-tip-modal .modal-inner .m-container .modal-content .action-table {
          width: 100%; }
          .point-tip-modal .modal-inner .m-container .modal-content .action-table:not(:first-child) {
            margin-top: 30px; }
          .point-tip-modal .modal-inner .m-container .modal-content .action-table .subtitle {
            font-size: 18px;
            font-weight: 600;
            line-height: 1.5; }
          .point-tip-modal .modal-inner .m-container .modal-content .action-table .table-wrap {
            width: 100%;
            overflow: auto; }
          .point-tip-modal .modal-inner .m-container .modal-content .action-table table {
            width: 100%; }
            .point-tip-modal .modal-inner .m-container .modal-content .action-table table thead tr th {
              padding: 10px;
              background-color: #fff;
              color: #767679;
              font-size: 14px;
              font-weight: bold;
              text-align: center;
              border-bottom: 1px solid #d0d0d0;
              vertical-align: middle;
              white-space: nowrap; }
              @media screen and (min-width: 544px) {
                .point-tip-modal .modal-inner .m-container .modal-content .action-table table thead tr th {
                  min-width: 160px; } }
              .point-tip-modal .modal-inner .m-container .modal-content .action-table table thead tr th:first-child {
                width: 280px;
                position: sticky;
                left: 0;
                text-align: left; }
            .point-tip-modal .modal-inner .m-container .modal-content .action-table table tbody tr {
              color: #232324;
              display: table-row;
              outline: 0;
              vertical-align: middle; }
              .point-tip-modal .modal-inner .m-container .modal-content .action-table table tbody tr td {
                padding: 10px;
                text-align: center;
                background-color: #fafbfe;
                font-size: 14px;
                border-bottom: 1px solid #d0d0d0;
                white-space: nowrap; }
                @media screen and (min-width: 544px) {
                  .point-tip-modal .modal-inner .m-container .modal-content .action-table table tbody tr td {
                    min-width: 160px; } }
                .point-tip-modal .modal-inner .m-container .modal-content .action-table table tbody tr td:first-child {
                  position: sticky;
                  left: 0;
                  text-align: left;
                  font-weight: bold; }
        .point-tip-modal .modal-inner .m-container .modal-content .gift-content {
          margin: 30px 0;
          line-height: 1.75; }
          .point-tip-modal .modal-inner .m-container .modal-content .gift-content .title {
            font-size: 20px;
            line-height: 2;
            font-weight: bold;
            color: #121314; }
          .point-tip-modal .modal-inner .m-container .modal-content .gift-content .desc {
            color: #454545;
            font-size: 14px; }

.mygood-page .list-wraps .main-items .lists .item .header {
  display: flex;
  align-items: center;
  gap: 10px; }
  .mygood-page .list-wraps .main-items .lists .item .header .user-info {
    flex-shrink: 0; }
    .mygood-page .list-wraps .main-items .lists .item .header .user-info .avatar-field {
      width: 50px;
      height: 50px;
      overflow: hidden;
      border: 2px solid #fff;
      border-radius: 50%;
      box-shadow: 0 3px 4px #33333330; }
      .mygood-page .list-wraps .main-items .lists .item .header .user-info .avatar-field img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
  .mygood-page .list-wraps .main-items .lists .item .header .author .author-name {
    font-size: 18px;
    font-weight: bold;
    color: #262626;
    line-height: 1.5; }
.mygood-page .list-wraps .main-items .lists .item .title-field {
  margin-top: 30px; }
  .mygood-page .list-wraps .main-items .lists .item .title-field .title {
    font-size: 28px;
    font-weight: bold; }
.mygood-page .list-wraps .main-items .lists .item .post-footer {
  padding: 20px 0;
  border: unset; }
  .mygood-page .list-wraps .main-items .lists .item .post-footer .reaction-info .followed-users .thumbup.owner path,
  .mygood-page .list-wraps .main-items .lists .item .post-footer .reaction-info .followed-users .thumbup.owner circle {
    fill: #004aad; }
  .mygood-page .list-wraps .main-items .lists .item .post-footer .reaction-info .followed-users .thumbup.owner .follows {
    color: #004aad; }
.mygood-page .list-wraps .main-items .lists .item .comment-info {
  border-top: 1px solid #f0f0f0;
  padding-top: 20px; }
  .mygood-page .list-wraps .main-items .lists .item .comment-info .first-comment {
    margin-top: 16px; }
    .mygood-page .list-wraps .main-items .lists .item .comment-info .first-comment .item-inner .author-info {
      display: flex;
      align-items: center;
      gap: 10px; }
      .mygood-page .list-wraps .main-items .lists .item .comment-info .first-comment .item-inner .author-info .avatar-field {
        flex-shrink: 0;
        width: 40px;
        height: 40px;
        overflow: hidden;
        border-radius: 50%;
        border: 1px solid #fff; }
        .mygood-page .list-wraps .main-items .lists .item .comment-info .first-comment .item-inner .author-info .avatar-field img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .mygood-page .list-wraps .main-items .lists .item .comment-info .first-comment .item-inner .author-info .nameanddate .username {
        font-size: 16px;
        font-weight: bold;
        color: #333;
        line-height: 1.5; }
      .mygood-page .list-wraps .main-items .lists .item .comment-info .first-comment .item-inner .author-info .nameanddate .updated {
        font-size: 14px;
        color: #5a5a5a; }
    .mygood-page .list-wraps .main-items .lists .item .comment-info .first-comment .item-inner .content {
      padding: 30px 20px; }

.mypage #account_content_wrap #account_content_tab li a {
  font-size: 12px;
  white-space: nowrap; }
  .mypage #account_content_wrap #account_content_tab li a i {
    color: #262626; }

.mypage #account_content_wrap #account_content_tab_edit a i {
  font-size: 16px;
  color: #262626; }

.mypage #search_history .search-keyword__list .content-list {
  counter-reset: keyword_index; }
.mypage #search_history .search-keyword__list .keyword {
  counter-increment: keyword_index;
  position: relative;
  margin-bottom: 10px;
  padding: 8px 10px;
  border: 1px solid #e0e4eb;
  border-radius: 5px;
  background: #f6f8fb;
  font-size: 14px;
  color: #222;
  word-break: break-all;
  line-height: 1.5; }
  .mypage #search_history .search-keyword__list .keyword::before {
    content: counter(keyword_index) ". ";
    position: relative;
    display: inline-block;
    padding-right: 4px; }
.mypage #search_history .search-keyword__list .reset-btn {
  margin-top: 20px;
  text-align: right; }
  .mypage #search_history .search-keyword__list .reset-btn #reset-btn {
    font-size: 13px;
    color: #222;
    background-color: #f9f9f9;
    border-radius: 5px;
    border: 1px solid #e0e4eb;
    cursor: pointer;
    padding: 10px 20px;
    margin-left: auto; }
    .mypage #search_history .search-keyword__list .reset-btn #reset-btn:hover {
      background-color: #d0d0d0; }

#article .top-page__link {
  margin-top: 60px; }
  @media screen and (max-width: 543px) {
    #article .top-page__link {
      margin-top: 40px; } }
  #article .top-page__link a {
    display: block;
    width: fit-content;
    padding: 16px 50px;
    border: 1px solid transparent;
    background-color: #004aad;
    color: #fff;
    font-size: 18px;
    margin: auto;
    transition: 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
    @media screen and (max-width: 543px) {
      #article .top-page__link a {
        font-size: 16px;
        width: 100%;
        text-align: center;
        padding: 14px 0; } }
    #article .top-page__link a:hover {
      border-color: #004aad;
      color: #004aad;
      background-color: #fff; }

.front-page {
  background-color: #fff;
  padding: 40px 0 80px; }

.recommend-video-infos {
  max-width: 1200px;
  padding: 0 20px;
  margin: auto; }
  .recommend-video-infos .section-title {
    position: relative;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.3;
    color: #262626;
    display: flex;
    align-items: center; }
    .recommend-video-infos .section-title::before {
      content: "";
      position: relative;
      display: inline-block;
      width: 10px;
      height: 10px;
      flex-shrink: 0;
      background-color: #4c8dff;
      margin-right: 10px; }
    .recommend-video-infos .section-title span.gray-text {
      color: #a0a0a0; }
    @media screen and (max-width: 543px) {
      .recommend-video-infos .section-title {
        text-align: center;
        font-size: 18px; } }
  .recommend-video-infos .search-video-section {
    width: 610px;
    padding-bottom: 20px; }
    @media screen and (max-width: 768px) {
      .recommend-video-infos .search-video-section {
        width: 100%; } }
    .recommend-video-infos .search-video-section .search-video-form {
      margin-top: 15px; }
      .recommend-video-infos .search-video-section .search-video-form .form-inner {
        width: 100%;
        display: flex;
        gap: 5px;
        align-items: center; }
        .recommend-video-infos .search-video-section .search-video-form .form-inner .keyword-field {
          position: relative;
          flex: 1 1 auto; }
          .recommend-video-infos .search-video-section .search-video-form .form-inner .keyword-field .search-input {
            width: 100%;
            border: 1px solid #ddd;
            border-radius: 5px;
            padding: 10px;
            line-height: 1.3;
            transition: .3s ease-in-out;
            font-size: 16px; }
            .recommend-video-infos .search-video-section .search-video-form .form-inner .keyword-field .search-input:focus {
              border-color: #aaa;
              background-color: #fff;
              box-shadow: 0 0 2px 4px #4c8dff25; }
          .recommend-video-infos .search-video-section .search-video-form .form-inner .keyword-field .keyword-history {
            display: none;
            position: absolute;
            width: 100%;
            left: 0;
            background-color: #fff;
            border-radius: 0 0 5px 5px;
            overflow: hidden;
            box-shadow: 0 2px 4px #00000020;
            border: 1px solid #ddd;
            z-index: 20; }
            .recommend-video-infos .search-video-section .search-video-form .form-inner .keyword-field .keyword-history__inner {
              max-height: 300px;
              overflow: auto; }
              .recommend-video-infos .search-video-section .search-video-form .form-inner .keyword-field .keyword-history__inner .history-item {
                padding: 10px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                word-break: break-all;
                -webkit-user-select: none;
                user-select: none; }
                .recommend-video-infos .search-video-section .search-video-form .form-inner .keyword-field .keyword-history__inner .history-item:hover {
                  background-color: #d0d0d0; }
                .recommend-video-infos .search-video-section .search-video-form .form-inner .keyword-field .keyword-history__inner .history-item.active {
                  background-color: #d0d0d0; }
        .recommend-video-infos .search-video-section .search-video-form .form-inner .search-btn {
          flex: 0 0 auto; }
          .recommend-video-infos .search-video-section .search-video-form .form-inner .search-btn button {
            display: flex;
            align-items: center;
            gap: 3px;
            background-color: #4c8dff;
            border-radius: 5px;
            color: #fff;
            padding: 10px;
            line-height: 1.3;
            white-space: nowrap;
            border: 1px solid transparent;
            cursor: pointer;
            transition: .3s ease-in-out; }
            .recommend-video-infos .search-video-section .search-video-form .form-inner .search-btn button:hover {
              background-color: #004aad; }
            .recommend-video-infos .search-video-section .search-video-form .form-inner .search-btn button:active {
              box-shadow: 0 0 2px 4px #4c8dff25; }
      .recommend-video-infos .search-video-section .search-video-form .badge-container {
        display: flex;
        gap: 8px;
        overflow-x: auto;
        padding: 6px 0; }
      .recommend-video-infos .search-video-section .search-video-form .search-badge,
      .recommend-video-infos .search-video-section .search-video-form .badge-skeleton {
        padding: 4px 14px;
        border: 1px solid #004aad;
        border-radius: 30px;
        background: #fff;
        color: #004aad;
        cursor: pointer;
        white-space: nowrap;
        transition: 0.2s;
        font-size: 12px; }
      .recommend-video-infos .search-video-section .search-video-form .search-badge:hover {
        background: #004aad;
        color: #fff; }
      .recommend-video-infos .search-video-section .search-video-form .badge-skeleton {
        width: 54px;
        height: 22px;
        border-color: transparent;
        background: linear-gradient(to right, #fff, #e0e0e0, #fff);
        background-size: 300% 100%;
        animation: skeleton 5s cubic-bezier(0.19, 1, 0.22, 1) infinite; }
    .recommend-video-infos .search-video-section .search-video-result-modal {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100dvh;
      background-color: #00000025;
      z-index: 9999999;
      padding: 20px;
      display: none; }
      .recommend-video-infos .search-video-section .search-video-result-modal .modal-container {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center; }
      .recommend-video-infos .search-video-section .search-video-result-modal .modal-wrapper {
        max-width: 640px;
        width: 100%;
        background-color: #fff;
        box-shadow: 0 2px 4px #00000020;
        border-radius: 10px;
        padding: 32px; }
        @media screen and (max-width: 768px) {
          .recommend-video-infos .search-video-section .search-video-result-modal .modal-wrapper {
            width: 100%;
            padding: 16px; } }
        .recommend-video-infos .search-video-section .search-video-result-modal .modal-wrapper .modal-header {
          display: flex;
          justify-content: space-between;
          align-items: center;
          position: relative;
          border-bottom: 1px solid #ddd;
          padding-bottom: 10px; }
          .recommend-video-infos .search-video-section .search-video-result-modal .modal-wrapper .modal-header .search-result-header-title {
            font-size: 20px;
            font-weight: 700; }
          .recommend-video-infos .search-video-section .search-video-result-modal .modal-wrapper .modal-header .close-btn-wrap button {
            width: 30px;
            height: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            border: unset;
            background-color: transparent;
            padding: 5px;
            cursor: pointer;
            transition: .3s ease-in; }
            .recommend-video-infos .search-video-section .search-video-result-modal .modal-wrapper .modal-header .close-btn-wrap button:hover {
              background-color: #f0f0f0; }
            .recommend-video-infos .search-video-section .search-video-result-modal .modal-wrapper .modal-header .close-btn-wrap button i {
              font-size: 16px;
              color: #333; }
        .recommend-video-infos .search-video-section .search-video-result-modal .modal-wrapper .modal-body {
          padding: 22px 0;
          color: #262626; }
          @media screen and (max-width: 768px) {
            .recommend-video-infos .search-video-section .search-video-result-modal .modal-wrapper .modal-body {
              padding: 16px 0; } }
          .recommend-video-infos .search-video-section .search-video-result-modal .modal-wrapper .modal-body .elapsed_ms {
            font-size: 13px;
            color: #646464;
            margin-bottom: 10px; }
          .recommend-video-infos .search-video-section .search-video-result-modal .modal-wrapper .modal-body .search-result-item {
            border-radius: 10px;
            display: flex;
            overflow: hidden;
            transition: .3s ease-in-out;
            min-height: 70px; }
            .recommend-video-infos .search-video-section .search-video-result-modal .modal-wrapper .modal-body .search-result-item + .search-result-item {
              margin-top: 12px; }
            .recommend-video-infos .search-video-section .search-video-result-modal .modal-wrapper .modal-body .search-result-item .thumbnail {
              width: 33.3%;
              flex-shrink: 0;
              aspect-ratio: 16 / 9;
              background-color: #d0d0d0; }
              .recommend-video-infos .search-video-section .search-video-result-modal .modal-wrapper .modal-body .search-result-item .thumbnail img {
                display: block;
                width: 100%;
                height: 100%;
                object-fit: cover; }
            .recommend-video-infos .search-video-section .search-video-result-modal .modal-wrapper .modal-body .search-result-item .search-detail {
              background-color: #f6f7f8;
              flex: auto;
              padding: 16px 20px;
              display: flex;
              flex-direction: column;
              gap: 6px;
              word-break: break-all; }
              @media screen and (max-width: 768px) {
                .recommend-video-infos .search-video-section .search-video-result-modal .modal-wrapper .modal-body .search-result-item .search-detail {
                  padding: 10px; } }
              .recommend-video-infos .search-video-section .search-video-result-modal .modal-wrapper .modal-body .search-result-item .search-detail .title {
                font-weight: 600;
                font-size: 16px;
                color: #333;
                line-height: 1.5; }
                @media screen and (max-width: 768px) {
                  .recommend-video-infos .search-video-section .search-video-result-modal .modal-wrapper .modal-body .search-result-item .search-detail .title {
                    font-size: 13px; } }
              .recommend-video-infos .search-video-section .search-video-result-modal .modal-wrapper .modal-body .search-result-item .search-detail .content {
                font-size: 14px;
                color: #777;
                line-height: 1.3; }
                @media screen and (max-width: 768px) {
                  .recommend-video-infos .search-video-section .search-video-result-modal .modal-wrapper .modal-body .search-result-item .search-detail .content {
                    font-size: 12px; } }
            .recommend-video-infos .search-video-section .search-video-result-modal .modal-wrapper .modal-body .search-result-item:hover {
              box-shadow: 0 2px 4px #00000020; }
          .recommend-video-infos .search-video-section .search-video-result-modal .modal-wrapper .modal-body .no-data {
            text-align: center;
            font-size: 17px;
            color: #707070;
            font-weight: 600; }
          .recommend-video-infos .search-video-section .search-video-result-modal .modal-wrapper .modal-body .search-skeleton {
            position: relative; }
            .recommend-video-infos .search-video-section .search-video-result-modal .modal-wrapper .modal-body .search-skeleton::before {
              content: "";
              position: absolute;
              top: 50%;
              left: 0;
              width: 100px;
              height: 100px;
              background-image: url("../images/point_images/trouble-character.png");
              background-size: contain;
              transform: translateY(-50%);
              z-index: 10;
              opacity: 1;
              animation: moveRight 10s linear infinite, swingRun 1.4s ease-in-out infinite alternate; }
@keyframes swingRun {
  0% {
    transform: translateY(-50%) translateX(0) scale(0.9); }
  50% {
    transform: translateY(-50%) translateX(8px) scale(1.1); }
  100% {
    transform: translateY(-50%) translateX(0) scale(0.9); } }
@keyframes moveRight {
  0% {
    left: 0; }
  100% {
    left: calc(100% - 100px); }
  /* 好きな移動距離に調整 */ }
            .recommend-video-infos .search-video-section .search-video-result-modal .modal-wrapper .modal-body .search-skeleton .title {
              width: 50%;
              height: 20px; }
            .recommend-video-infos .search-video-section .search-video-result-modal .modal-wrapper .modal-body .search-skeleton .content {
              width: 90%;
              height: 40px; }
            .recommend-video-infos .search-video-section .search-video-result-modal .modal-wrapper .modal-body .search-skeleton .tag {
              width: 35px;
              height: 14px; }
            .recommend-video-infos .search-video-section .search-video-result-modal .modal-wrapper .modal-body .search-skeleton .skeleton {
              border-radius: 5px;
              background-image: linear-gradient(to right, #fff, #e0e0e0, #fff);
              background-size: 300% 100%;
              animation: skeleton 5s cubic-bezier(0.19, 1, 0.22, 1) infinite; }
        .recommend-video-infos .search-video-section .search-video-result-modal .modal-wrapper .modal-footer .btn-group button {
          display: flex;
          align-items: center;
          gap: 3px;
          margin-left: auto;
          font-size: 14px;
          color: #333;
          padding: 6px 10px;
          border-radius: 5px;
          background-color: #fff;
          box-shadow: 0 0 2px #00000020;
          border: 1px solid #ddd;
          cursor: pointer;
          transition: .3s ease-in-out; }
          .recommend-video-infos .search-video-section .search-video-result-modal .modal-wrapper .modal-footer .btn-group button:hover {
            background-color: #f0f0f0; }
  .recommend-video-infos .my-watch-points {
    padding: 20px 30px;
    background-color: #fff;
    border-radius: 10px;
    line-height: 1.5;
    max-width: 600px; }
    @media screen and (max-width: 543px) {
      .recommend-video-infos .my-watch-points {
        padding: 15px 0;
        max-width: 100%; } }
    .recommend-video-infos .my-watch-points .wrap-inner .title-area .title {
      font-size: 26px; }
    .recommend-video-infos .my-watch-points .wrap-inner .title-area .subtitle {
      font-size: 20px; }
      @media screen and (max-width: 543px) {
        .recommend-video-infos .my-watch-points .wrap-inner .title-area .subtitle {
          font-size: 15px; } }
    .recommend-video-infos .my-watch-points .wrap-inner .month-point {
      font-size: 16px;
      color: #004aad;
      display: block;
      width: fit-content; }
      .recommend-video-infos .my-watch-points .wrap-inner .month-point .point-val {
        cursor: pointer; }
    .recommend-video-infos .my-watch-points .wrap-inner .progress-bar {
      display: flex;
      align-items: center;
      gap: 16px;
      margin: 6px 0; }
      @media screen and (max-width: 543px) {
        .recommend-video-infos .my-watch-points .wrap-inner .progress-bar {
          gap: 10px; } }
      .recommend-video-infos .my-watch-points .wrap-inner .progress-bar .bar-inner {
        flex: auto;
        position: relative;
        height: 30px; }
        @media screen and (max-width: 543px) {
          .recommend-video-infos .my-watch-points .wrap-inner .progress-bar .bar-inner {
            height: 10px; } }
        .recommend-video-infos .my-watch-points .wrap-inner .progress-bar .bar-inner .bar {
          width: 100%;
          height: 100%;
          background-image: linear-gradient(to right, #f0f0f0, #004aad);
          border-radius: 40px;
          box-shadow: 0 0 1px 2px #004aad90; }
        .recommend-video-infos .my-watch-points .wrap-inner .progress-bar .bar-inner .current-status {
          position: absolute;
          left: 0;
          top: 50%;
          transform: translate(-50%, -50%);
          transition: left 1.5s ease;
          /* smooth animation */ }
          .recommend-video-infos .my-watch-points .wrap-inner .progress-bar .bar-inner .current-status img {
            width: 60px; }
            @media screen and (max-width: 543px) {
              .recommend-video-infos .my-watch-points .wrap-inner .progress-bar .bar-inner .current-status img {
                width: 40px; } }
      .recommend-video-infos .my-watch-points .wrap-inner .progress-bar .current-percent {
        display: flex;
        align-items: center;
        gap: 5px;
        font-size: 26px;
        font-weight: 700; }
        .recommend-video-infos .my-watch-points .wrap-inner .progress-bar .current-percent img {
          width: 60px; }
        @media screen and (max-width: 543px) {
          .recommend-video-infos .my-watch-points .wrap-inner .progress-bar .current-percent {
            font-size: 20px;
            gap: 0; }
            .recommend-video-infos .my-watch-points .wrap-inner .progress-bar .current-percent img {
              width: 40px; } }
  .recommend-video-infos .recommend-video-wrapper {
    margin-top: 20px; }
    .recommend-video-infos .recommend-video-wrapper .recommend-video {
      width: fit-content; }
      .recommend-video-infos .recommend-video-wrapper .recommend-video:not(:first-child) {
        margin-top: 40px; }
      @media screen and (max-width: 543px) {
        .recommend-video-infos .recommend-video-wrapper .recommend-video {
          width: 100%; } }
    .recommend-video-infos .recommend-video-wrapper .vcard-skeleton {
      flex-shrink: 0;
      width: 295px;
      aspect-ratio: 295 / 220;
      border-radius: 10px;
      background-image: linear-gradient(to right, #fff, #e0e0e0, #fff);
      background-size: 300% 100%;
      animation: skeleton 5s cubic-bezier(0.19, 1, 0.22, 1) infinite; }
      @media screen and (max-width: 543px) {
        .recommend-video-infos .recommend-video-wrapper .vcard-skeleton {
          width: 210px; } }
    .recommend-video-infos .recommend-video-wrapper .video-group {
      width: fit-content;
      width: 100%;
      position: relative;
      margin-top: 14px;
      display: flex;
      gap: 20px;
      overflow: auto; }
      @media screen and (max-width: 543px) {
        .recommend-video-infos .recommend-video-wrapper .video-group {
          padding-bottom: 10px;
          margin: 14px auto 0; } }
      .recommend-video-infos .recommend-video-wrapper .video-group .video-card {
        position: relative;
        width: 100%;
        max-width: 295px;
        flex-shrink: 0; }
        @media screen and (max-width: 543px) {
          .recommend-video-infos .recommend-video-wrapper .video-group .video-card {
            width: 60%; } }
        .recommend-video-infos .recommend-video-wrapper .video-group .video-card a {
          width: 100%;
          height: 100%;
          position: relative;
          display: block;
          background-color: #f9f9f9;
          border-radius: 10px;
          overflow: hidden; }
          @media screen and (max-width: 543px) {
            .recommend-video-infos .recommend-video-wrapper .video-group .video-card a {
              border-radius: 6px; } }
          .recommend-video-infos .recommend-video-wrapper .video-group .video-card a .video-thumbnail {
            position: relative;
            width: 100%;
            aspect-ratio: 16 / 9;
            margin: auto;
            background-color: #e0e0e0;
            overflow: hidden; }
            .recommend-video-infos .recommend-video-wrapper .video-group .video-card a .video-thumbnail::before {
              content: "";
              position: absolute;
              inset: 0;
              background-color: #00000020;
              opacity: 0;
              transition: .3s ease-in; }
            .recommend-video-infos .recommend-video-wrapper .video-group .video-card a .video-thumbnail::after {
              content: "動画ページへ";
              position: absolute;
              top: 50%;
              left: 50%;
              width: fit-content;
              height: fit-content;
              padding: 10px 20px;
              color: #fff;
              border: 1px solid #fff;
              transform: translate(-50%, -50%);
              font-size: 12px;
              opacity: 0;
              background-color: #00000030;
              transition: .3s ease-in;
              border-radius: 5px;
              white-space: nowrap; }
            .recommend-video-infos .recommend-video-wrapper .video-group .video-card a .video-thumbnail .thumbnail {
              width: 100%; }
              .recommend-video-infos .recommend-video-wrapper .video-group .video-card a .video-thumbnail .thumbnail img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                vertical-align: middle; }
          .recommend-video-infos .recommend-video-wrapper .video-group .video-card a .video-info .video-info__inner {
            padding: 10px 20px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 10px; }
            @media screen and (max-width: 543px) {
              .recommend-video-infos .recommend-video-wrapper .video-group .video-card a .video-info .video-info__inner {
                padding: 15px 10px; } }
            .recommend-video-infos .recommend-video-wrapper .video-group .video-card a .video-info .video-info__inner .video-detail .video-title {
              font-size: 13px;
              line-height: 1.3;
              font-weight: 500; }
            .recommend-video-infos .recommend-video-wrapper .video-group .video-card a .video-info .video-info__inner .video-detail .video-tags {
              display: flex;
              flex-wrap: wrap;
              gap: 3px;
              margin-top: 4px; }
              .recommend-video-infos .recommend-video-wrapper .video-group .video-card a .video-info .video-info__inner .video-detail .video-tags span {
                white-space: nowrap;
                display: inline-block;
                padding: 5px 6px;
                background-color: #004aad;
                border-radius: 20px;
                color: #fff;
                font-size: 12px; }
                .recommend-video-infos .recommend-video-wrapper .video-group .video-card a .video-info .video-info__inner .video-detail .video-tags span:not(:first-child) {
                  margin-left: 4px; }
            .recommend-video-infos .recommend-video-wrapper .video-group .video-card a .video-info .video-info__inner .icon {
              width: 30px;
              flex-shrink: 0;
              text-align: right; }
              .recommend-video-infos .recommend-video-wrapper .video-group .video-card a .video-info .video-info__inner .icon span {
                display: block; }
          .recommend-video-infos .recommend-video-wrapper .video-group .video-card a:hover .video-thumbnail::before, .recommend-video-infos .recommend-video-wrapper .video-group .video-card a:hover .video-thumbnail::after {
            opacity: 1; }
          .recommend-video-infos .recommend-video-wrapper .video-group .video-card a:hover .video-info .icon span {
            animation: hoverArrowAnimation 1s cubic-bezier(0.165, 0.84, 0.44, 1); }
@keyframes hoverArrowAnimation {
  0% {
    opacity: 1; }
  48% {
    transform: translateX(40%) scale(0.8);
    opacity: 0; }
  52% {
    transform: translateX(-40%) scale(0.8);
    opacity: 0; }
  100% {
    opacity: 1; } }
      .recommend-video-infos .recommend-video-wrapper .video-group .no-data {
        width: 100%;
        text-align: center; }
    .recommend-video-infos .recommend-video-wrapper .body-trouble-recommend .categories,
    .recommend-video-infos .recommend-video-wrapper .body-shape-recommend .categories {
      margin-top: 14px;
      overflow: auto; }
      .recommend-video-infos .recommend-video-wrapper .body-trouble-recommend .categories ul,
      .recommend-video-infos .recommend-video-wrapper .body-shape-recommend .categories ul {
        width: fit-content;
        display: flex;
        overflow: auto;
        background-color: #f8f8f8;
        border-radius: 50px; }
        @media screen and (max-width: 543px) {
          .recommend-video-infos .recommend-video-wrapper .body-trouble-recommend .categories ul,
          .recommend-video-infos .recommend-video-wrapper .body-shape-recommend .categories ul {
            width: 100%;
            justify-content: space-between; } }
        .recommend-video-infos .recommend-video-wrapper .body-trouble-recommend .categories ul a,
        .recommend-video-infos .recommend-video-wrapper .body-shape-recommend .categories ul a {
          display: block;
          padding: 14px 30px;
          color: #333;
          white-space: nowrap;
          border-radius: 50px; }
          @media screen and (max-width: 543px) {
            .recommend-video-infos .recommend-video-wrapper .body-trouble-recommend .categories ul a,
            .recommend-video-infos .recommend-video-wrapper .body-shape-recommend .categories ul a {
              padding: 10px 15px;
              font-size: 13px; } }
          .recommend-video-infos .recommend-video-wrapper .body-trouble-recommend .categories ul a.active,
          .recommend-video-infos .recommend-video-wrapper .body-shape-recommend .categories ul a.active {
            background-color: #4c8dff;
            color: #fff; }
          .recommend-video-infos .recommend-video-wrapper .body-trouble-recommend .categories ul a:hover:not(.active),
          .recommend-video-infos .recommend-video-wrapper .body-shape-recommend .categories ul a:hover:not(.active) {
            background-color: #4c8dff;
            color: #fff; }
    .recommend-video-infos .recommend-video-wrapper .body-trouble-recommend .video-group,
    .recommend-video-infos .recommend-video-wrapper .body-shape-recommend .video-group {
      counter-reset: ranking; }
      .recommend-video-infos .recommend-video-wrapper .body-trouble-recommend .video-group .video-card,
      .recommend-video-infos .recommend-video-wrapper .body-shape-recommend .video-group .video-card {
        position: relative;
        counter-increment: ranking; }
        .recommend-video-infos .recommend-video-wrapper .body-trouble-recommend .video-group .video-card::after,
        .recommend-video-infos .recommend-video-wrapper .body-shape-recommend .video-group .video-card::after {
          content: counter(ranking);
          position: absolute;
          left: 3px;
          top: 3px;
          width: 30px;
          height: 30px;
          border-radius: 50%;
          background-color: #fff;
          display: flex;
          align-items: center;
          justify-content: center;
          font-weight: bold;
          font-size: 18px;
          color: #262626; }
        .recommend-video-infos .recommend-video-wrapper .body-trouble-recommend .video-group .video-card.rank-1::after,
        .recommend-video-infos .recommend-video-wrapper .body-shape-recommend .video-group .video-card.rank-1::after {
          color: #004aad; }
        .recommend-video-infos .recommend-video-wrapper .body-trouble-recommend .video-group .video-card.rank-2::after,
        .recommend-video-infos .recommend-video-wrapper .body-shape-recommend .video-group .video-card.rank-2::after {
          color: #8faadc; }
        .recommend-video-infos .recommend-video-wrapper .body-trouble-recommend .video-group .video-card.rank-3::after,
        .recommend-video-infos .recommend-video-wrapper .body-shape-recommend .video-group .video-card.rank-3::after {
          color: #c0c0c0; }
    .recommend-video-infos .recommend-video-wrapper .body-trouble-recommend #video-sec2,
    .recommend-video-infos .recommend-video-wrapper .body-trouble-recommend #video-sec3,
    .recommend-video-infos .recommend-video-wrapper .body-shape-recommend #video-sec2,
    .recommend-video-infos .recommend-video-wrapper .body-shape-recommend #video-sec3 {
      position: relative; }
      .recommend-video-infos .recommend-video-wrapper .body-trouble-recommend #video-sec2::before,
      .recommend-video-infos .recommend-video-wrapper .body-trouble-recommend #video-sec3::before,
      .recommend-video-infos .recommend-video-wrapper .body-shape-recommend #video-sec2::before,
      .recommend-video-infos .recommend-video-wrapper .body-shape-recommend #video-sec3::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 100px;
        height: 100px;
        background-image: url("../images/point_images/trouble-character.png");
        background-size: contain;
        transform: translateY(-50%);
        z-index: 10;
        opacity: 0; }
      .recommend-video-infos .recommend-video-wrapper .body-trouble-recommend #video-sec2.loading::before,
      .recommend-video-infos .recommend-video-wrapper .body-trouble-recommend #video-sec3.loading::before,
      .recommend-video-infos .recommend-video-wrapper .body-shape-recommend #video-sec2.loading::before,
      .recommend-video-infos .recommend-video-wrapper .body-shape-recommend #video-sec3.loading::before {
        opacity: 1;
        animation: moveRight 10s linear infinite, swingRun 1.4s ease-in-out infinite alternate; }
        @media screen and (max-width: 543px) {
          .recommend-video-infos .recommend-video-wrapper .body-trouble-recommend #video-sec2.loading::before,
          .recommend-video-infos .recommend-video-wrapper .body-trouble-recommend #video-sec3.loading::before,
          .recommend-video-infos .recommend-video-wrapper .body-shape-recommend #video-sec2.loading::before,
          .recommend-video-infos .recommend-video-wrapper .body-shape-recommend #video-sec3.loading::before {
            animation: moveRight 5s linear infinite, swingRun 1.4s ease-in-out infinite alternate; } }
@keyframes swingRun {
  0% {
    transform: translateY(-50%) translateX(0) scale(0.9); }
  50% {
    transform: translateY(-50%) translateX(8px) scale(1.1); }
  100% {
    transform: translateY(-50%) translateX(0) scale(0.9); } }
@keyframes moveRight {
  0% {
    left: 0; }
  100% {
    left: calc(100% - 100px); }
  /* 好きな移動距離に調整 */ }
    .recommend-video-infos .recommend-video-wrapper .list-link {
      margin-top: 10px; }
  .recommend-video-infos .live-archive-section,
  .recommend-video-infos .grooming-video-section {
    margin-top: 40px; }
    .recommend-video-infos .live-archive-section .content,
    .recommend-video-infos .grooming-video-section .content {
      margin-top: 16px; }
      .recommend-video-infos .live-archive-section .content .card,
      .recommend-video-infos .grooming-video-section .content .card {
        display: block;
        width: 390px;
        border-radius: 10px;
        overflow: hidden; }
        @media screen and (max-width: 543px) {
          .recommend-video-infos .live-archive-section .content .card,
          .recommend-video-infos .grooming-video-section .content .card {
            width: 100%;
            border-radius: 6px;
            margin: auto; } }
        .recommend-video-infos .live-archive-section .content .card .thumbnail,
        .recommend-video-infos .grooming-video-section .content .card .thumbnail {
          position: relative;
          width: 100%; }
          .recommend-video-infos .live-archive-section .content .card .thumbnail a,
          .recommend-video-infos .grooming-video-section .content .card .thumbnail a {
            position: relative;
            display: block; }
            .recommend-video-infos .live-archive-section .content .card .thumbnail a::before,
            .recommend-video-infos .grooming-video-section .content .card .thumbnail a::before {
              content: "";
              position: absolute;
              inset: 0;
              background-color: #00000020;
              opacity: 0;
              transition: .3s ease-in; }
            .recommend-video-infos .live-archive-section .content .card .thumbnail a::after,
            .recommend-video-infos .grooming-video-section .content .card .thumbnail a::after {
              content: "動画ページへ";
              position: absolute;
              top: 50%;
              left: 50%;
              width: fit-content;
              height: fit-content;
              padding: 10px 20px;
              color: #fff;
              border: 1px solid #fff;
              transform: translate(-50%, -50%);
              font-size: 14px;
              opacity: 0;
              background-color: #00000030;
              transition: .3s ease-in;
              border-radius: 5px; }
            .recommend-video-infos .live-archive-section .content .card .thumbnail a img,
            .recommend-video-infos .grooming-video-section .content .card .thumbnail a img {
              width: 100%;
              vertical-align: middle;
              transition: .3s ease-in; }
            .recommend-video-infos .live-archive-section .content .card .thumbnail a:hover::before, .recommend-video-infos .live-archive-section .content .card .thumbnail a:hover::after,
            .recommend-video-infos .grooming-video-section .content .card .thumbnail a:hover::before,
            .recommend-video-infos .grooming-video-section .content .card .thumbnail a:hover::after {
              opacity: 1; }
        .recommend-video-infos .live-archive-section .content .card .card-bottom,
        .recommend-video-infos .grooming-video-section .content .card .card-bottom {
          background-color: #f8f8f8;
          padding: 20px; }
          @media screen and (max-width: 543px) {
            .recommend-video-infos .live-archive-section .content .card .card-bottom,
            .recommend-video-infos .grooming-video-section .content .card .card-bottom {
              padding: 20px 14px; } }
          .recommend-video-infos .live-archive-section .content .card .card-bottom .infos,
          .recommend-video-infos .grooming-video-section .content .card .card-bottom .infos {
            line-height: 1.5;
            color: #262626; }
            .recommend-video-infos .live-archive-section .content .card .card-bottom .infos .title,
            .recommend-video-infos .grooming-video-section .content .card .card-bottom .infos .title {
              font-size: 18px;
              font-weight: bold; }
              .recommend-video-infos .live-archive-section .content .card .card-bottom .infos .title:hover,
              .recommend-video-infos .grooming-video-section .content .card .card-bottom .infos .title:hover {
                color: #004aad; }
          .recommend-video-infos .live-archive-section .content .card .card-bottom .list-link,
          .recommend-video-infos .grooming-video-section .content .card .card-bottom .list-link {
            margin-top: 10px; }
      .recommend-video-infos .live-archive-section .content .skeleton,
      .recommend-video-infos .grooming-video-section .content .skeleton {
        flex-shrink: 0;
        width: 390px;
        border-radius: 10px;
        background-color: #fff;
        overflow: hidden; }
        @media screen and (max-width: 543px) {
          .recommend-video-infos .live-archive-section .content .skeleton,
          .recommend-video-infos .grooming-video-section .content .skeleton {
            width: 100%; } }
        .recommend-video-infos .live-archive-section .content .skeleton .sk-body,
        .recommend-video-infos .grooming-video-section .content .skeleton .sk-body {
          background-image: linear-gradient(to right, #fff, #e0e0e0, #fff);
          background-size: 300% 100%;
          animation: skeleton 5s cubic-bezier(0.19, 1, 0.22, 1) infinite; }
        .recommend-video-infos .live-archive-section .content .skeleton .skeleton-top,
        .recommend-video-infos .grooming-video-section .content .skeleton .skeleton-top {
          width: 100%;
          aspect-ratio: 390 / 215; }
        .recommend-video-infos .live-archive-section .content .skeleton .skeleton-bottom,
        .recommend-video-infos .grooming-video-section .content .skeleton .skeleton-bottom {
          display: flex;
          flex-direction: column;
          gap: 10px;
          padding: 20px; }
          .recommend-video-infos .live-archive-section .content .skeleton .skeleton-bottom .sk-body,
          .recommend-video-infos .grooming-video-section .content .skeleton .skeleton-bottom .sk-body {
            border-radius: 10px;
            height: 30px; }
  .recommend-video-infos a.rounded-link-btn {
    position: relative;
    display: block;
    width: fit-content;
    padding: 10px 30px 8px;
    color: #004aad;
    border-radius: 20px;
    border: 1px solid #004aad;
    background-color: #fff;
    font-weight: bold;
    transition: .3s ease-in;
    line-height: 1; }
    .recommend-video-infos a.rounded-link-btn::after {
      content: "\f054";
      position: relative;
      display: inline;
      font-weight: bold;
      font-family: "Font Awesome 5 Free";
      padding-left: 10px;
      transition: .3s ease-in; }
    .recommend-video-infos a.rounded-link-btn:hover {
      background-color: #004aad;
      color: #fff; }
  .recommend-video-infos .recent-notice-section.blog-list {
    display: block;
    margin: auto;
    margin-top: 40px;
    padding: 0; }
  .recommend-video-infos .recent-notice-section .content {
    margin-top: 14px; }
  .recommend-video-infos .recent-notice-section .list-link {
    margin-top: 10px; }
  .recommend-video-infos .manual-section {
    margin-top: 40px; }
    .recommend-video-infos .manual-section .wrap-inner .content {
      margin-top: 14px;
      display: flex;
      width: 100%;
      background-color: #f8f8f8; }
      @media screen and (max-width: 543px) {
        .recommend-video-infos .manual-section .wrap-inner .content {
          display: block; } }
      .recommend-video-infos .manual-section .wrap-inner .content .img-field {
        width: 400px;
        flex-shrink: 0; }
        @media screen and (max-width: 768px) {
          .recommend-video-infos .manual-section .wrap-inner .content .img-field {
            width: 50%; } }
        @media screen and (max-width: 543px) {
          .recommend-video-infos .manual-section .wrap-inner .content .img-field {
            width: 100%; } }
        .recommend-video-infos .manual-section .wrap-inner .content .img-field img {
          width: 100%; }
      .recommend-video-infos .manual-section .wrap-inner .content .summary {
        flex: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 20px 30px; }
        @media screen and (max-width: 543px) {
          .recommend-video-infos .manual-section .wrap-inner .content .summary {
            padding: 20px 14px; } }
        .recommend-video-infos .manual-section .wrap-inner .content .summary .description {
          margin-top: 16px;
          line-height: 1.5;
          font-size: 14px; }
        .recommend-video-infos .manual-section .wrap-inner .content .summary .list-link {
          width: fit-content;
          margin-top: 10px; }
  .recommend-video-infos .live-categories-vimeo-album {
    margin-top: 40px; }
    .recommend-video-infos .live-categories-vimeo-album .content {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      justify-content: center;
      gap: 30px;
      margin-top: 14px; }
      @media screen and (max-width: 768px) {
        .recommend-video-infos .live-categories-vimeo-album .content {
          grid-template-columns: 1fr;
          gap: 10px; } }
      .recommend-video-infos .live-categories-vimeo-album .content .child {
        margin-top: 26px;
        padding: 16px;
        border-radius: 12px;
        background-color: #fff;
        border: 2px solid #004aad; }
        .recommend-video-infos .live-categories-vimeo-album .content .child .child-title {
          margin-top: -35px; }
          .recommend-video-infos .live-categories-vimeo-album .content .child .child-title a {
            display: block;
            width: fit-content;
            padding: 8px 20px;
            background-color: #004aad;
            border: 2px solid transparent;
            border-radius: 20px;
            font-size: 18px;
            font-weight: bold;
            color: #fff;
            transition: 0.3s cubic-bezier(0.47, 0, 0.745, 0.715); }
            .recommend-video-infos .live-categories-vimeo-album .content .child .child-title a:hover {
              background-color: #fff;
              color: #004aad;
              border-color: #004aad; }
            @media screen and (max-width: 768px) {
              .recommend-video-infos .live-categories-vimeo-album .content .child .child-title a {
                margin: auto; } }
        .recommend-video-infos .live-categories-vimeo-album .content .child .child-category__content {
          margin-top: 10px; }
          .recommend-video-infos .live-categories-vimeo-album .content .child .child-category__content .content-inner ul {
            display: flex;
            flex-wrap: wrap;
            gap: 10px; }
            .recommend-video-infos .live-categories-vimeo-album .content .child .child-category__content .content-inner ul li {
              flex: auto; }
              .recommend-video-infos .live-categories-vimeo-album .content .child .child-category__content .content-inner ul li a {
                display: block;
                padding: 5px 10px;
                border-radius: 5px;
                background-color: #f0f0f0;
                border: 1px solid #d0d0d0;
                text-align: center;
                font-size: 12px;
                line-height: 1.5;
                background: linear-gradient(to right, #f0f0f0, #f0f0f0, #004aad);
                background-size: 300% 100%;
                transition: 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
                .recommend-video-infos .live-categories-vimeo-album .content .child .child-category__content .content-inner ul li a:hover {
                  background-position: 100% 100%;
                  color: #fff; }
                .recommend-video-infos .live-categories-vimeo-album .content .child .child-category__content .content-inner ul li a span {
                  font-size: 15px;
                  font-weight: bold; }
  .recommend-video-infos .vimeo-wrapper {
    width: fit-content; }

.vimeo-like-action-btn {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
  margin-bottom: 10px; }
  .vimeo-like-action-btn button {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
    width: fit-content;
    padding: 10px 20px;
    cursor: pointer;
    transition: .3s ease;
    border: 1px solid #004aad;
    background-color: #fff;
    border-radius: 8px;
    color: #004aad;
    z-index: 2; }
    .vimeo-like-action-btn button span {
      font-size: 14px; }
    .vimeo-like-action-btn button.saved {
      background-color: #004aad;
      color: #fff; }
    .vimeo-like-action-btn button:hover:not(.saved) {
      background-color: #E6F0FA; }

.spinner.is-active {
  display: inline-block;
  flex-shrink: 0;
  margin: 0;
  width: 16px;
  padding: 3px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #25b09b;
  --_m:
      conic-gradient(#0000 10%, #000),
      linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: l3 1s infinite linear; }
  .spinner.is-active.white {
    background-color: #fff; }
@keyframes l3 {
  to {
    transform: rotate(1turn); } }
.single-page-overlay {
  position: fixed;
  top: 0;
  left: 330px;
  width: calc(100% - 330px);
  height: 100%;
  background-color: #00000030;
  backdrop-filter: blur(5px);
  z-index: 9999; }
  @media only screen and (max-width: 1221px) {
    .single-page-overlay {
      left: 0;
      width: 100%; } }
  .single-page-overlay .overlay-inner {
    display: grid;
    place-content: center;
    height: 100%; }
    .single-page-overlay .overlay-inner .overlay-loader {
      display: block;
      width: 100px;
      padding: 8px;
      aspect-ratio: 1;
      border-radius: 50%;
      background: #004aad;
      --_m:
          conic-gradient(#0000 10%, #000),
          linear-gradient(#000 0 0) content-box;
      -webkit-mask: var(--_m);
      mask: var(--_m);
      -webkit-mask-composite: source-out;
      mask-composite: subtract;
      animation: l3 1s infinite linear; }
@keyframes l3 {
  to {
    transform: rotate(1turn); } }
.vimeo-watching__history .total-count {
  margin-bottom: 14px; }
.vimeo-watching__history .item {
  margin-bottom: 16px; }
  @media screen and (max-width: 543px) {
    .vimeo-watching__history .item {
      margin-top: 12px; } }
  .vimeo-watching__history .item .item-inner {
    position: relative;
    background-color: #f6f8fb;
    border: 1px solid #e0e4eb;
    border-radius: 8px;
    overflow: hidden; }
    @media screen and (max-width: 543px) {
      .vimeo-watching__history .item .item-inner {
        border-radius: 5px; } }
    .vimeo-watching__history .item .item-inner a {
      display: flex; }
      .vimeo-watching__history .item .item-inner a .thumbnail {
        width: 100%;
        max-width: 300px;
        flex-shrink: 0;
        background-color: #d0d0d0;
        overflow: hidden;
        aspect-ratio: 16 / 9; }
        @media screen and (max-width: 768px) {
          .vimeo-watching__history .item .item-inner a .thumbnail {
            width: 40%;
            border-radius: 5px; } }
        .vimeo-watching__history .item .item-inner a .thumbnail img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          transition: .3s ease; }
      .vimeo-watching__history .item .item-inner a .content {
        position: relative;
        flex: auto;
        padding: 10px; }
        .vimeo-watching__history .item .item-inner a .content.c2 {
          padding: 30px 40px 10px 10px; }
          @media screen and (max-width: 543px) {
            .vimeo-watching__history .item .item-inner a .content.c2 {
              padding: 10px 35px 10px 10px; } }
        .vimeo-watching__history .item .item-inner a .content .title {
          line-height: 1.5;
          color: #222; }
        @media screen and (max-width: 543px) {
          .vimeo-watching__history .item .item-inner a .content .title {
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden; } }
      .vimeo-watching__history .item .item-inner a:hover {
        background-color: #f8f8f8; }
        .vimeo-watching__history .item .item-inner a:hover .thumbnail img {
          scale: 1.1; }
    .vimeo-watching__history .item .item-inner .btn-wrap {
      position: absolute;
      top: 10px;
      right: 10px; }
      .vimeo-watching__history .item .item-inner .btn-wrap button {
        width: 30px;
        height: 30px;
        flex-shrink: 0;
        display: grid;
        place-content: center;
        background-color: #004aad;
        border-radius: 3px;
        border-color: transparent;
        cursor: pointer; }
        @media screen and (max-width: 543px) {
          .vimeo-watching__history .item .item-inner .btn-wrap button {
            width: 20px;
            height: 20px; } }
        .vimeo-watching__history .item .item-inner .btn-wrap button:hover {
          opacity: .8; }
        .vimeo-watching__history .item .item-inner .btn-wrap button i {
          color: #fff; }
    .vimeo-watching__history .item .item-inner .count_date {
      position: absolute;
      bottom: 10px;
      right: 10px;
      color: #535353;
      font-size: 12px; }
      .vimeo-watching__history .item .item-inner .count_date .date {
        margin-left: 6px; }
      @media screen and (max-width: 543px) {
        .vimeo-watching__history .item .item-inner .count_date {
          position: relative;
          margin-top: 10px;
          bottom: unset;
          right: unset; } }
.vimeo-watching__history .pagination {
  display: flex;
  justify-content: center;
  gap: 3px; }
  .vimeo-watching__history .pagination .page-btn {
    border: unset;
    color: #868686;
    padding: 8px; }
    .vimeo-watching__history .pagination .page-btn:hover:not(.active) {
      background-color: transparent;
      border-bottom: 1px solid #b7b7b7; }
    .vimeo-watching__history .pagination .page-btn.active {
      border-bottom: 1px solid #000;
      color: #000; }
.vimeo-watching__history .skeleton-item .item-inner .thumbnail {
  background-image: linear-gradient(to right, #fff, #e0e0e0, #fff);
  background-size: 300% 100%;
  animation: skeleton 2s cubic-bezier(0.19, 1, 0.22, 1) infinite; }
.vimeo-watching__history .skeleton-item .item-inner .title {
  height: 30px;
  width: 60%;
  border-radius: 5px;
  background-image: linear-gradient(to right, #fff, #e0e0e0, #fff);
  background-size: 300% 100%;
  animation: skeleton 2s cubic-bezier(0.19, 1, 0.22, 1) infinite; }
.vimeo-watching__history .skeleton-item .item-inner .count_date {
  height: 20px;
  width: 100px;
  background-image: linear-gradient(to right, #fff, #e0e0e0, #fff);
  background-size: 300% 100%;
  animation: skeleton 2s cubic-bezier(0.19, 1, 0.22, 1) infinite; }

@keyframes skeleton {
  0% {
    background-position: 100% 100%; }
  100% {
    background-position: 200% 100%; } }
.login-main-col {
  height: 100vh;
  overflow: auto; }
  @media screen and (max-width: 1221px) {
    .login-main-col {
      height: calc(100vh - 60px); } }
  .login-main-col#main_col {
    display: grid;
    background-color: #0f1923;
    width: 100%;
    margin: 0;
    padding: 60px 0; }
  .login-main-col .container {
    max-width: 500px;
    margin: auto; }
    @media screen and (max-width: 543px) {
      .login-main-col .container {
        max-width: 320px;
        padding: 0 20px; } }
    .login-main-col .container #account_content_wrap {
      margin: 30px 0 0;
      border-radius: 14px;
      overflow: hidden; }
      .login-main-col .container #account_content_wrap .login_form_wrap .login_form_area input {
        font-size: 16px; }
      @media screen and (max-width: 543px) {
        .login-main-col .container #account_content_wrap .login_form_wrap .login_form_area {
          padding: 30px 20px; } }
      .login-main-col .container #account_content_wrap .login_form_wrap .headline {
        background-color: #4c8dff; }
      .login-main-col .container #account_content_wrap .login_form_wrap .submit button {
        background-color: #4c8dff;
        height: 50px; }
        @media screen and (max-width: 543px) {
          .login-main-col .container #account_content_wrap .login_form_wrap .submit button {
            height: 40px; } }
  .login-main-col .login-header {
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end; }
    .login-main-col .login-header .logo {
      opacity: 0;
      transform: translateY(10px);
      animation: logoFadeSlide 1.2s ease-out forwards;
      margin-bottom: -35px; }
      @media screen and (max-width: 543px) {
        .login-main-col .login-header .logo {
          margin-bottom: -20px; } }
      .login-main-col .login-header .logo img {
        width: 160px; }
        @media screen and (max-width: 543px) {
          .login-main-col .login-header .logo img {
            width: 90px; } }
@keyframes logoFadeSlide {
  0% {
    opacity: 0;
    transform: translateY(10px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@keyframes logoBreath {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.03); }
  100% {
    transform: scale(1); } }
    .login-main-col .login-header .catch {
      font-size: 24px;
      white-space: nowrap; }
      @media screen and (max-width: 543px) {
        .login-main-col .login-header .catch {
          font-size: 20px; } }

.list-vimeo-thumbnail a {
  display: block;
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden; }
  .list-vimeo-thumbnail a img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .list-vimeo-thumbnail a .title {
    position: absolute;
    bottom: 0;
    padding: 20px;
    background: #00000080;
    color: #fff;
    font-size: 18px;
    width: 100%;
    left: 0; }
    @media screen and (max-width: 543px) {
      .list-vimeo-thumbnail a .title {
        padding: 10px;
        font-size: 14px; } }
  .list-vimeo-thumbnail a::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #00000020;
    opacity: 0;
    transition: .3s ease-in; }
  .list-vimeo-thumbnail a::after {
    content: "動画ページへ";
    position: absolute;
    top: 50%;
    left: 50%;
    width: fit-content;
    height: fit-content;
    padding: 10px 20px;
    color: #fff;
    border: 1px solid #fff;
    transform: translate(-50%, -50%);
    font-size: 12px;
    opacity: 0;
    background-color: #00000030;
    transition: .3s ease-in;
    border-radius: 5px;
    white-space: nowrap; }
  .list-vimeo-thumbnail a:hover::after, .list-vimeo-thumbnail a:hover::before {
    opacity: 1; }

#header_sns {
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 1221px) {
    #header_sns {
      display: none; } }

#mobile_sns {
  margin-top: 20px; }

iframe {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.point-toast-container {
  width: 500px;
  position: fixed;
  bottom: 100px;
  left: 50%;
  background: rgba(0, 0, 0, 0.75);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  z-index: 1000000;
  transform: translateX(-50%);
  background-color: #fff;
  transition: 1s ease;
  opacity: 0;
  pointer-events: none; }
  .point-toast-container img {
    display: block;
    width: 100%;
    height: auto; }
  @media screen and (max-width: 543px) {
    .point-toast-container {
      width: 85%;
      bottom: 60px; } }
  .point-toast-container.active {
    animation: pointToastFadeIn 0.5s ease forwards; }
  .point-toast-container.inactive {
    animation: pointToastFadeOut 1s ease forwards; }

@keyframes pointToastFadeIn {
  from {
    opacity: 0;
    transform: translate(-50%, -10px); }
  to {
    opacity: 1;
    transform: translate(-50%, 0); } }
@keyframes pointToastFadeOut {
  from {
    opacity: 1;
    transform: translate(-50%, 0); }
  to {
    opacity: 0;
    transform: translate(-50%, -10px); } }
#main_content_header {
  position: sticky !important;
  top: 0;
  background-color: #f6f8fb !important;
  color: #333 !important;
  z-index: 999; }
  @media screen and (max-width: 1221px) {
    #main_content_header {
      display: none; } }
  #main_content_header a:hover {
    background-color: #e9eef7 !important; }
  #main_content_header #news_ticker a,
  #main_content_header #header_logout_button a {
    color: #333;
    border-color: #33333330; }
    #main_content_header #news_ticker a::before,
    #main_content_header #header_logout_button a::before {
      color: #333; }
  #main_content_header a.news-slide-a-tag {
    position: relative;
    padding-right: 30px; }
    #main_content_header a.news-slide-a-tag::after {
      content: "\f054";
      position: absolute;
      top: 50%;
      right: 20px;
      display: inline;
      font-weight: bold;
      font-family: "Font Awesome 5 Free";
      padding-left: 10px;
      transform: translateY(-50%);
      transition: .3s ease-in;
      color: #333; }

.custom-header-part {
  flex: 1 1 0%;
  transform: translateY(10px);
  animation: fadeBounce 2s ease-in-out forwards;
  height: 100%; }
  .custom-header-part.sp-header {
    position: absolute;
    right: 60px;
    width: calc(100% - 120px); }
    @media screen and (min-width: 1222px) {
      .custom-header-part.sp-header {
        display: none; } }
@keyframes fadeBounce {
  0% {
    opacity: 0;
    transform: translateY(10px); }
  40% {
    opacity: 1;
    transform: translateY(0); }
  60% {
    transform: translateY(-4px); }
  80% {
    transform: translateY(4px); }
  100% {
    transform: translateY(0); } }
  .custom-header-part .custom-header__inner {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    height: 100%; }
    @media screen and (max-width: 768px) {
      .custom-header-part .custom-header__inner {
        gap: 10px; } }
    .custom-header-part .custom-header__inner .illustrator {
      flex-shrink: 0; }
      .custom-header-part .custom-header__inner .illustrator img {
        height: 45px; }
        @media screen and (max-width: 1024px) {
          .custom-header-part .custom-header__inner .illustrator img {
            height: 30px; } }
    .custom-header-part .custom-header__inner .header-custom-title {
      font-weight: 600;
      font-size: 14px;
      line-height: 1.3; }

#page_header {
  background-color: #f6f8fb;
  height: auto; }
  #page_header.small {
    height: auto !important; }
  #page_header .content {
    position: relative;
    left: unset;
    top: unset !important;
    padding: 32px 0;
    transform: unset;
    margin: auto; }
    @media screen and (max-width: 543px) {
      #page_header .content {
        padding: 24px 0; } }
    #page_header .content .catch {
      color: #004aad; }
  #page_header #bread_crumb {
    position: relative;
    border-color: #ccd4e0;
    margin-bottom: 20px; }
    #page_header #bread_crumb li.home a::before {
      color: #666; }
    #page_header #bread_crumb li.last {
      color: rgba(102, 102, 102, 0.6); }
    #page_header #bread_crumb li::after {
      color: #666; }
    #page_header #bread_crumb li a {
      color: #666;
      font-size: 0.9rem; }
  @media screen and (max-width: 480px) {
    #page_header .content .catch {
      font-size: 1.2rem; }
    #page_header #bread_crumb {
      font-size: 0.8rem;
      margin-bottom: 16px; } }

#mobile_login_button a {
  color: #222;
  text-align: left;
  background-color: #f6f8fb;
  padding: 0 50px 0 20px; }
  #mobile_login_button a::before {
    color: #004aad; }

#mobile_menu a {
  background: #f6f8fb !important;
  color: #222 !important; }
  #mobile_menu a:hover {
    color: #000 !important; }

.tag #archive_blog {
  padding: 0 20px 100px; }

.category #archive_blog {
  padding: 70px 20px 100px; }
  @media screen and (max-width: 543px) {
    .category #archive_blog {
      padding: 30px 20px 100px; } }

.wp-singular #article {
  padding: 0 0 100px !important; }

@media screen and (max-width: 1221px) {
  #mobile_menu .menu-item.open .child_menu_button::after {
    content: "\e910" !important;
    right: 15px !important;
    font-family: "design_plus" !important;
    transform: rotate(90deg) !important;
    transform-origin: center !important; }
  #mobile_menu .child_menu_button::before {
    content: "\e910" !important;
    font-family: "design_plus" !important; } }
.keisan-page {
  padding: 2rem 1rem;
  margin-top: 2rem;
  font-size: 14px; }
  .keisan-page .form-inner {
    max-width: 300px;
    margin: 0 auto;
    padding: 0 1rem; }
    .keisan-page .form-inner .keisan-page__form-item {
      display: flex;
      align-items: center;
      gap: 0.5rem;
      margin-top: 0.5rem; }
      .keisan-page .form-inner .keisan-page__form-item label {
        display: inline-block;
        width: 80px;
        flex-shrink: 0;
        text-align: right; }
      .keisan-page .form-inner .keisan-page__form-item input,
      .keisan-page .form-inner .keisan-page__form-item select {
        width: 150px;
        border: 1px solid #ccc;
        outline: none;
        padding: 0.5rem;
        border-radius: 5px;
        box-sizing: border-box;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px; }
        .keisan-page .form-inner .keisan-page__form-item input:focus,
        .keisan-page .form-inner .keisan-page__form-item select:focus {
          box-shadow: 0 0 5px 0 #21b0f080; }
  .keisan-page .btn-group {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 2rem; }
    .keisan-page .btn-group button {
      padding: 0.5rem 1rem;
      border-radius: 5px;
      cursor: pointer;
      border: none;
      color: #fff;
      transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease; }
      .keisan-page .btn-group button:hover {
        opacity: 0.9;
        box-shadow: 0 2px 5px 0 #00000040; }
      .keisan-page .btn-group button.calc-btn {
        background-color: #059669; }
      .keisan-page .btn-group button.clear-btn {
        background-color: #304050; }
      .keisan-page .btn-group button.print-btn {
        background-color: #004aad; }
  .keisan-page .keisan-result {
    display: flex;
    flex-wrap: wrap;
    column-gap: 1rem;
    max-width: 320px;
    margin: 1rem auto;
    padding-top: 1rem;
    border-top: 1px solid #234; }
    .keisan-page .keisan-result .keisan-result__item {
      width: 100%;
      display: grid;
      grid-template-columns: 1fr 1fr;
      justify-content: center;
      align-items: center;
      column-gap: 0.5rem; }
      .keisan-page .keisan-result .keisan-result__item .keisan-result__item-label {
        text-align: right; }
      .keisan-page .keisan-result .keisan-result__item .value {
        border-radius: 4px;
        border-top: 1px #777 solid;
        border-left: 1px #777 solid;
        border-right: 1px #ddd solid;
        border-bottom: 1px #ddd solid;
        padding: 5px 5px 5px 6px;
        display: inline;
        font-weight: bold;
        margin: 0 2px 2px 4px;
        font-size: 15px;
        line-height: 34px; }
        .keisan-page .keisan-result .keisan-result__item .value.none {
          padding-left: 30px; }

@media print {
  body * {
    visibility: hidden; }

  .keisan-page,
  .keisan-page * {
    visibility: visible; }

  .keisan-page {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5); }
    .keisan-page .btn-group {
      display: none; }

  *::after,
  *::before {
    display: none !important; } }
.onayami-section {
  width: 100%;
  max-width: 700px;
  margin: 0 auto; }
  .onayami-section .title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin: 0 auto; }
  .onayami-section .onayami-section__item {
    margin-top: 30px;
    position: relative; }
    .onayami-section .onayami-section__item button {
      position: relative;
      width: 100%;
      background-color: #ff593c;
      font-size: 24px;
      font-weight: bold;
      color: #fff;
      padding: 14px 0;
      border-radius: 5px;
      border: 1px solid #343434;
      cursor: pointer;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      transition: opacity 0.3s;
      -webkit-transition: opacity 0.3s;
      -moz-transition: opacity 0.3s;
      -ms-transition: opacity 0.3s;
      -o-transition: opacity 0.3s; }
      .onayami-section .onayami-section__item button:hover {
        opacity: 0.8; }
      .onayami-section .onayami-section__item button:active {
        opacity: 1; }
      .onayami-section .onayami-section__item button:disabled::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #ff593c;
        z-index: 1; }
      .onayami-section .onayami-section__item button:disabled::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 60px;
        aspect-ratio: 4;
        transform: translate(-50%, -50%);
        --_g: no-repeat radial-gradient(circle closest-side, #fff 90%, #fff0);
        background: var(--_g) 0% 50%, var(--_g) 50% 50%, var(--_g) 100% 50%;
        background-size: calc(100% / 3) 100%;
        animation: l7 1s infinite linear;
        -webkit-animation: l7 1s infinite linear;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        z-index: 2; }
@keyframes l7 {
  33% {
    background-size: calc(100% / 3) 0%, calc(100% / 3) 100%, calc(100% / 3) 100%; }
  50% {
    background-size: calc(100% / 3) 100%, calc(100% / 3) 0%, calc(100% / 3) 100%; }
  66% {
    background-size: calc(100% / 3) 100%, calc(100% / 3) 100%, calc(100% / 3) 0%; } }
      @media screen and (max-width: 543px) {
        .onayami-section .onayami-section__item button {
          font-size: 14px;
          padding: 10px 0; } }
    .onayami-section .onayami-section__item .choice-groups {
      display: grid;
      grid-template-columns: 1fr 240px 1fr; }
      @media screen and (max-width: 543px) {
        .onayami-section .onayami-section__item .choice-groups {
          grid-template-columns: 1fr 160px 1fr; } }
      .onayami-section .onayami-section__item .choice-groups .img-field {
        max-width: 100%;
        margin: auto;
        z-index: 1; }
        .onayami-section .onayami-section__item .choice-groups .img-field img {
          width: 100%;
          margin: auto;
          transform: scale(1.08);
          -webkit-transform: scale(1.08);
          -moz-transform: scale(1.08);
          -ms-transform: scale(1.08);
          -o-transform: scale(1.08); }
      .onayami-section .onayami-section__item .choice-groups .choice-items {
        position: relative;
        z-index: 2;
        transform: translateY(16px);
        -webkit-transform: translateY(16px);
        -moz-transform: translateY(16px);
        -ms-transform: translateY(16px);
        -o-transform: translateY(16px); }
      .onayami-section .onayami-section__item .choice-groups .choice-item {
        position: relative;
        margin-bottom: 10px;
        z-index: 0; }
      .onayami-section .onayami-section__item .choice-groups .fe-choice .choice-item .line {
        position: absolute;
        top: 50%;
        height: 1px;
        transform-origin: left; }
        .onayami-section .onayami-section__item .choice-groups .fe-choice .choice-item .line::before {
          content: "";
          position: absolute;
          background-color: #333;
          width: 6px;
          height: 6px;
          top: 50%;
          right: 0px;
          background-color: #333;
          border-radius: 50%;
          transform: translate(50%, -50%);
          -webkit-transform: translate(50%, -50%);
          -moz-transform: translate(50%, -50%);
          -ms-transform: translate(50%, -50%);
          -o-transform: translate(50%, -50%); }
          @media screen and (max-width: 543px) {
            .onayami-section .onayami-section__item .choice-groups .fe-choice .choice-item .line::before {
              width: 5px;
              height: 5px; } }
        .onayami-section .onayami-section__item .choice-groups .fe-choice .choice-item .line::after {
          content: "";
          position: absolute;
          top: 0;
          right: 0px;
          width: 100%;
          height: 1px;
          background-color: #333; }
      .onayami-section .onayami-section__item .choice-groups .fe-choice .choice-item:nth-child(1) .line {
        right: -60px;
        width: 60px;
        transform: rotate(48deg);
        -webkit-transform: rotate(48deg);
        -moz-transform: rotate(48deg);
        -ms-transform: rotate(48deg);
        -o-transform: rotate(48deg); }
        @media screen and (max-width: 543px) {
          .onayami-section .onayami-section__item .choice-groups .fe-choice .choice-item:nth-child(1) .line {
            right: -43px;
            width: 43px; } }
      .onayami-section .onayami-section__item .choice-groups .fe-choice .choice-item:nth-child(2) .line {
        right: -70px;
        width: 70px;
        transform: rotate(42deg);
        -webkit-transform: rotate(42deg);
        -moz-transform: rotate(42deg);
        -ms-transform: rotate(42deg);
        -o-transform: rotate(42deg); }
        @media screen and (max-width: 543px) {
          .onayami-section .onayami-section__item .choice-groups .fe-choice .choice-item:nth-child(2) .line {
            right: -50px;
            width: 50px; } }
      .onayami-section .onayami-section__item .choice-groups .fe-choice .choice-item:nth-child(3) .line {
        right: -70px;
        width: 70px;
        transform: rotate(10deg);
        -webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        -o-transform: rotate(10deg); }
        @media screen and (max-width: 543px) {
          .onayami-section .onayami-section__item .choice-groups .fe-choice .choice-item:nth-child(3) .line {
            right: -45px;
            width: 45px; } }
      .onayami-section .onayami-section__item .choice-groups .fe-choice .choice-item:nth-child(4) .line {
        right: -45px;
        width: 45px;
        transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -o-transform: rotate(-15deg); }
        @media screen and (max-width: 543px) {
          .onayami-section .onayami-section__item .choice-groups .fe-choice .choice-item:nth-child(4) .line {
            right: -30px;
            width: 30px; } }
      .onayami-section .onayami-section__item .choice-groups .fe-choice .choice-item:nth-child(5) .line {
        right: -60px;
        width: 60px;
        transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -o-transform: rotate(-15deg); }
        @media screen and (max-width: 543px) {
          .onayami-section .onayami-section__item .choice-groups .fe-choice .choice-item:nth-child(5) .line {
            right: -37px;
            width: 37px; } }
      .onayami-section .onayami-section__item .choice-groups .fe-choice .choice-item:nth-child(6) .line {
        right: -60px;
        width: 60px;
        transform: rotate(-23deg);
        -webkit-transform: rotate(-23deg);
        -moz-transform: rotate(-23deg);
        -ms-transform: rotate(-23deg);
        -o-transform: rotate(-23deg); }
        @media screen and (max-width: 543px) {
          .onayami-section .onayami-section__item .choice-groups .fe-choice .choice-item:nth-child(6) .line {
            right: -38px;
            width: 38px; } }
      .onayami-section .onayami-section__item .choice-groups .fe-choice .choice-item:nth-child(7) .line {
        right: -60px;
        width: 60px;
        transform: rotate(28deg);
        -webkit-transform: rotate(28deg);
        -moz-transform: rotate(28deg);
        -ms-transform: rotate(28deg);
        -o-transform: rotate(28deg); }
        @media screen and (max-width: 543px) {
          .onayami-section .onayami-section__item .choice-groups .fe-choice .choice-item:nth-child(7) .line {
            right: -39px;
            width: 39px;
            transform: rotate(20deg);
            -webkit-transform: rotate(20deg);
            -moz-transform: rotate(20deg);
            -ms-transform: rotate(20deg);
            -o-transform: rotate(20deg); } }
      .onayami-section .onayami-section__item .choice-groups .be-choice .choice-item .line {
        position: absolute;
        top: 50%;
        height: 1px;
        transform-origin: right; }
        .onayami-section .onayami-section__item .choice-groups .be-choice .choice-item .line::before {
          content: "";
          position: absolute;
          background-color: #333;
          width: 6px;
          height: 6px;
          top: 50%;
          left: 0px;
          background-color: #333;
          border-radius: 50%;
          transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%); }
          @media screen and (max-width: 543px) {
            .onayami-section .onayami-section__item .choice-groups .be-choice .choice-item .line::before {
              width: 5px;
              height: 5px; } }
        .onayami-section .onayami-section__item .choice-groups .be-choice .choice-item .line::after {
          content: "";
          position: absolute;
          top: 0;
          left: 0px;
          width: 100%;
          height: 1px;
          background-color: #333; }
      .onayami-section .onayami-section__item .choice-groups .be-choice .choice-item:nth-child(1) .line {
        left: -75px;
        width: 75px;
        transform: rotate(-10deg);
        -webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        -o-transform: rotate(-10deg); }
        @media screen and (max-width: 543px) {
          .onayami-section .onayami-section__item .choice-groups .be-choice .choice-item:nth-child(1) .line {
            left: -50px;
            width: 50px;
            transform: rotate(-7deg);
            -webkit-transform: rotate(-7deg);
            -moz-transform: rotate(-7deg);
            -ms-transform: rotate(-7deg);
            -o-transform: rotate(-7deg); } }
      .onayami-section .onayami-section__item .choice-groups .be-choice .choice-item:nth-child(2) .line {
        left: -62px;
        width: 62px;
        transform: rotate(40deg);
        -webkit-transform: rotate(40deg);
        -moz-transform: rotate(40deg);
        -ms-transform: rotate(40deg);
        -o-transform: rotate(40deg); }
        @media screen and (max-width: 543px) {
          .onayami-section .onayami-section__item .choice-groups .be-choice .choice-item:nth-child(2) .line {
            left: -50px;
            width: 50px;
            transform: rotate(53deg);
            -webkit-transform: rotate(53deg);
            -moz-transform: rotate(53deg);
            -ms-transform: rotate(53deg);
            -o-transform: rotate(53deg); } }
      .onayami-section .onayami-section__item .choice-groups .be-choice .choice-item:nth-child(3) .line {
        left: -100px;
        width: 100px;
        transform: rotate(58deg);
        -webkit-transform: rotate(58deg);
        -moz-transform: rotate(58deg);
        -ms-transform: rotate(58deg);
        -o-transform: rotate(58deg); }
        @media screen and (max-width: 543px) {
          .onayami-section .onayami-section__item .choice-groups .be-choice .choice-item:nth-child(3) .line {
            left: -84px;
            width: 84px;
            transform: rotate(63deg);
            -webkit-transform: rotate(63deg);
            -moz-transform: rotate(63deg);
            -ms-transform: rotate(63deg);
            -o-transform: rotate(63deg); } }
      .onayami-section .onayami-section__item .choice-groups .be-choice .choice-item:nth-child(4) .line {
        left: -100px;
        width: 100px;
        transform: rotate(40deg);
        -webkit-transform: rotate(40deg);
        -moz-transform: rotate(40deg);
        -ms-transform: rotate(40deg);
        -o-transform: rotate(40deg); }
        @media screen and (max-width: 543px) {
          .onayami-section .onayami-section__item .choice-groups .be-choice .choice-item:nth-child(4) .line {
            left: -80px;
            width: 80px;
            transform: rotate(51deg);
            -webkit-transform: rotate(51deg);
            -moz-transform: rotate(51deg);
            -ms-transform: rotate(51deg);
            -o-transform: rotate(51deg); } }
      .onayami-section .onayami-section__item .choice-groups .be-choice .choice-item:nth-child(5) {
        margin-top: 40px; }
        .onayami-section .onayami-section__item .choice-groups .be-choice .choice-item:nth-child(5) .line {
          left: -130px;
          width: 130px;
          transform: rotate(65deg);
          -webkit-transform: rotate(65deg);
          -moz-transform: rotate(65deg);
          -ms-transform: rotate(65deg);
          -o-transform: rotate(65deg); }
        @media screen and (max-width: 543px) {
          .onayami-section .onayami-section__item .choice-groups .be-choice .choice-item:nth-child(5) {
            margin-top: 30px; }
            .onayami-section .onayami-section__item .choice-groups .be-choice .choice-item:nth-child(5) .line {
              left: -107px;
              width: 107px;
              transform: rotate(71deg);
              -webkit-transform: rotate(71deg);
              -moz-transform: rotate(71deg);
              -ms-transform: rotate(71deg);
              -o-transform: rotate(71deg); } }
      .onayami-section .onayami-section__item .choice-groups .be-choice .choice-item:nth-child(6) {
        margin-top: 40px; }
        .onayami-section .onayami-section__item .choice-groups .be-choice .choice-item:nth-child(6) .line {
          left: -76px;
          width: 76px;
          transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -o-transform: rotate(45deg); }
        @media screen and (max-width: 543px) {
          .onayami-section .onayami-section__item .choice-groups .be-choice .choice-item:nth-child(6) {
            margin-top: 30px; }
            .onayami-section .onayami-section__item .choice-groups .be-choice .choice-item:nth-child(6) .line {
              left: -70px;
              width: 70px;
              transform: rotate(60deg);
              -webkit-transform: rotate(60deg);
              -moz-transform: rotate(60deg);
              -ms-transform: rotate(60deg);
              -o-transform: rotate(60deg); } }
  .onayami-section .other-choice {
    margin-top: 50px; }
    .onayami-section .other-choice .other-choice__content {
      display: grid;
      grid-template-columns: 230px 1fr;
      gap: 30px;
      margin-top: 20px; }
      @media screen and (max-width: 543px) {
        .onayami-section .other-choice .other-choice__content {
          grid-template-columns: 1fr 220px; } }
      .onayami-section .other-choice .other-choice__content .other-choice-groups {
        display: flex;
        justify-content: center;
        flex-direction: column;
        gap: 14px; }
        @media screen and (max-width: 543px) {
          .onayami-section .other-choice .other-choice__content .other-choice-groups {
            gap: 10px; } }
        .onayami-section .other-choice .other-choice__content .other-choice-groups .other-choice__item {
          width: 100%; }
      .onayami-section .other-choice .other-choice__content .img-field img {
        display: block; }
  .onayami-section .link-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10000; }
    .onayami-section .link-modal__content {
      position: relative;
      width: 700px;
      max-width: 90%;
      top: 50%;
      left: 50%;
      background-color: #fff;
      padding: 30px;
      border-radius: 10px;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      z-index: 1;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px; }
      @media screen and (max-width: 543px) {
        .onayami-section .link-modal__content {
          top: 55%;
          padding: 20px; } }
      .onayami-section .link-modal__content .close-icon {
        position: absolute;
        top: -20px;
        right: -20px;
        width: 40px;
        height: 40px;
        background-color: #00000060;
        padding: 7px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        cursor: pointer; }
        .onayami-section .link-modal__content .close-icon svg {
          width: 100%;
          height: 100%; }
      .onayami-section .link-modal__content .link-modal__content-item {
        position: relative;
        width: 100%;
        border: 1px solid #004bad;
        background-color: #fff;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
        transition: background-color 0.3s;
        -webkit-transition: background-color 0.3s;
        -moz-transition: background-color 0.3s;
        -ms-transition: background-color 0.3s;
        -o-transition: background-color 0.3s; }
        .onayami-section .link-modal__content .link-modal__content-item:not(:last-child) {
          margin-bottom: 16px; }
        .onayami-section .link-modal__content .link-modal__content-item:hover {
          background-color: #f0f0f0;
          text-decoration: none; }
        .onayami-section .link-modal__content .link-modal__content-item-inner {
          position: relative;
          display: block;
          width: 100%;
          height: 100%;
          padding: 20px;
          color: #333;
          text-decoration: none; }
          .onayami-section .link-modal__content .link-modal__content-item-inner .l-title {
            position: relative;
            width: fit-content;
            z-index: 1;
            outline: 2px solid #ff593c;
            outline-offset: 3px; }
            .onayami-section .link-modal__content .link-modal__content-item-inner .l-title::before {
              content: "";
              position: absolute;
              bottom: -6px;
              left: 30px;
              width: 25px;
              height: 4px;
              background-color: #f0f0f0; }
            .onayami-section .link-modal__content .link-modal__content-item-inner .l-title::after {
              content: "";
              position: absolute;
              top: -6px;
              right: 30px;
              width: 25px;
              height: 4px;
              background-color: #f0f0f0; }
            @media screen and (max-width: 543px) {
              .onayami-section .link-modal__content .link-modal__content-item-inner .l-title {
                width: 140px; } }
            .onayami-section .link-modal__content .link-modal__content-item-inner .l-title span {
              position: relative;
              display: block;
              width: 250px;
              height: 40px;
              display: flex;
              align-items: center;
              justify-content: center;
              padding: 0 30px;
              background-color: #004bad;
              color: #fff;
              z-index: 1;
              font-size: 24px;
              font-weight: bold;
              line-height: 1;
              font-family: "Yu Mincho", "Kozuka Mincho", "Hiragino Mincho Pro", "Noto Sans JP", sans-serif;
              overflow: hidden;
              text-decoration: none; }
              @media screen and (max-width: 543px) {
                .onayami-section .link-modal__content .link-modal__content-item-inner .l-title span {
                  width: 140px;
                  font-size: 20px;
                  height: 34px;
                  padding: 0 0 0 24px; } }
              .onayami-section .link-modal__content .link-modal__content-item-inner .l-title span::before {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                width: 34px;
                height: 100%;
                border-top: 34px solid #ff593c;
                border-right: 34px solid transparent; }
          .onayami-section .link-modal__content .link-modal__content-item-inner .desc {
            position: relative;
            font-size: 18px;
            margin: 40px 0 20px;
            font-family: "Noto Serif JP", sans-serif;
            font-weight: 400;
            line-height: 1.3;
            text-decoration: none !important;
            z-index: 1;
            color: #333; }
            @media screen and (max-width: 543px) {
              .onayami-section .link-modal__content .link-modal__content-item-inner .desc {
                margin: 30px 0 0;
                font-size: 15px;
                width: 70%; } }
          .onayami-section .link-modal__content .link-modal__content-item-inner .top-img {
            position: absolute;
            top: 10px;
            right: 20px;
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 20px;
            font-weight: 500;
            font-family: "Noto Sans Jp"; }
            @media screen and (max-width: 543px) {
              .onayami-section .link-modal__content .link-modal__content-item-inner .top-img {
                flex-direction: column;
                font-size: 15px; } }
            .onayami-section .link-modal__content .link-modal__content-item-inner .top-img .acc-img {
              width: 100px; }
              @media screen and (max-width: 543px) {
                .onayami-section .link-modal__content .link-modal__content-item-inner .top-img .acc-img {
                  width: 60px; } }
            .onayami-section .link-modal__content .link-modal__content-item-inner .top-img .text {
              color: #333;
              text-decoration: none !important; }
              .onayami-section .link-modal__content .link-modal__content-item-inner .top-img .text .t2 {
                display: inline; }
                @media screen and (max-width: 543px) {
                  .onayami-section .link-modal__content .link-modal__content-item-inner .top-img .text .t2 {
                    display: block;
                    text-align: center; } }
                .onayami-section .link-modal__content .link-modal__content-item-inner .top-img .text .t2 img {
                  vertical-align: middle;
                  height: 24px;
                  display: inline; }
                  @media screen and (max-width: 543px) {
                    .onayami-section .link-modal__content .link-modal__content-item-inner .top-img .text .t2 img {
                      font-size: 16px;
                      height: 15px; } }
          .onayami-section .link-modal__content .link-modal__content-item-inner .img-icon {
            position: absolute;
            bottom: 17px;
            right: 30px;
            height: 100px; }
            .onayami-section .link-modal__content .link-modal__content-item-inner .img-icon img {
              max-height: 100%; }
            .onayami-section .link-modal__content .link-modal__content-item-inner .img-icon.img2 {
              height: 80px; }
            .onayami-section .link-modal__content .link-modal__content-item-inner .img-icon.img3 {
              bottom: 30px; }
            @media screen and (max-width: 543px) {
              .onayami-section .link-modal__content .link-modal__content-item-inner .img-icon {
                bottom: 5px;
                right: 10px;
                height: 70px;
                z-index: 0;
                opacity: 0.8; }
                .onayami-section .link-modal__content .link-modal__content-item-inner .img-icon.img2 {
                  height: 50px; }
                .onayami-section .link-modal__content .link-modal__content-item-inner .img-icon.img3 {
                  bottom: 40px;
                  height: 60px; } }
    .onayami-section .link-modal.other-link-modal .link-modal__content .link-modal__content-item .link-modal__content-item-inner {
      display: grid;
      grid-template-columns: 1fr 200px;
      gap: 20px; }
      @media screen and (max-width: 543px) {
        .onayami-section .link-modal.other-link-modal .link-modal__content .link-modal__content-item .link-modal__content-item-inner {
          grid-template-columns: 1fr 140px;
          gap: 10px; }
          .onayami-section .link-modal.other-link-modal .link-modal__content .link-modal__content-item .link-modal__content-item-inner .desc {
            width: 100%; } }
      .onayami-section .link-modal.other-link-modal .link-modal__content .link-modal__content-item .link-modal__content-item-inner .img-icon {
        position: relative;
        height: 170px;
        top: unset;
        bottom: unset;
        right: unset;
        left: unset; }
        .onayami-section .link-modal.other-link-modal .link-modal__content .link-modal__content-item .link-modal__content-item-inner .img-icon img {
          display: block;
          margin: auto !important; }
        @media screen and (max-width: 543px) {
          .onayami-section .link-modal.other-link-modal .link-modal__content .link-modal__content-item .link-modal__content-item-inner .img-icon {
            height: 130px; } }

/*# sourceMappingURL=app.css.map */
