@charset "utf-8";

:root {
  --font-family: 'Noto Sans JP', sans-serif;
  --fp-box-color-primary: #ffa143;
  --fp-box-color-primary-light: rgba(255,161,67,.35);
  --fp-box-color-secondary: #ffe474;
}

body {
  background-color: #f5f5f5;
}

.wp-oembed-blog-card {
  background-color: #fff;
}

.c-page-header[data-has-image="true"] {
  height: clamp(200px, 30.5vw, 300px);
}
.c-page-header__bgimage > img, .c-page-header__bgimage > picture > img {
  z-index: -2;
}
.c-page-header__bgimage::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.35);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.c-page-header__meta {
  display: none;
}

.l-contents__inner:first-child {
  padding-top: 0;
}
.fp-box {
  border: 0 !important;
  border-radius: 20px !important;
  background-color: #fff !important;
}
.fp-box > .smb-box__background {
  border: 0 !important;
}
body.single-post .c-entry__content > .fp-box:first-child,
body.single-post .c-entry__content > .fp-box:first-child > .smb-box__background {
  background-color: transparent !important;
}
body.single-post .c-entry__content > .fp-box:first-child > .smb-box__background::before {
  content: '';
  width: 100vw;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: -2;
}
body.single-post .c-entry__content > .fp-box:first-child > .smb-box__body {
  padding-top: calc(var(--_padding1) * 0.6);
  padding-bottom: calc(var(--_padding1) * 0.6);
  background-color: transparent;
  position: relative;
}
body.single-post .c-entry__content > .fp-box:first-child > .smb-box__body::before {
  content: '';
  display: block;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: #ffa143;
  opacity: .7;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
}
body.single-post .c-entry__content > .fp-box:first-child > .smb-box__body::after {
  content: '';
  display: block;
  width: 120px;
  height: 120px;
  background-color: #34d590;
  opacity: .7;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(50%, 50%) rotate(30deg);
  z-index: -1;
}
.stars-dummy {
  display: none;
}
.fp-box > .smb-box__body > .stars-dummy:first-child + * {
  margin-top: 0;
}
.fp-box > .smb-box__body > h2:first-child {
  margin: calc(var(--_padding1) * -1) calc(var(--_padding1) * -1) var(--_padding1);
  padding: calc(var(--_padding1) * 0.4) var(--_padding1);
  background-color: var(--fp-box-color-secondary);
  border-radius: 20px 20px 0 0;
  border-bottom: 4px solid var(--fp-box-color-primary);
  color: #000;
  --_font-size-level: 2.4;
}
.fp-box > .smb-box__body > h3 {
  padding: 0 .5em .5em;
  --_font-size-level: 1.3;
}
.fp-box > .smb-box__body > h3::before {
  content: '';
  width: 100%;
  height: 2px;
  background: repeating-linear-gradient(90deg, var(--fp-box-color-primary) 0%, var(--fp-box-color-primary) 29.3%, rgba(150,150,150,.2) 29.3%, rgba(150,150,150,.2) 100%);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  z-index: 0;
}
.fp-box iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
}
.fp-box .fp-box-thumbnail {
  aspect-ratio: 2 / 1;
}
.fp-box .fp-box-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fp-point {
}
.fp-point > .smb-box__background {
  border-color: var(--fp-box-color-primary) !important;
}
.fp-point h4 {
  display: flex;
  align-items: center;
  margin-left: calc(var(--_padding1) * -1);
  margin-right: calc(var(--_padding1) * -1);
  margin-top: calc(var(--_padding1) * -1);
  padding: calc(var(--_padding1) * 0.4) var(--_padding1);
  border-bottom: 1px solid var(--fp-box-color-primary);
  border-radius: var(--smb-box--border-radius) var(--smb-box--border-radius) 0 0;
  background-color: var(--fp-box-color-primary-light);
}
.fp-point h4::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 13.0px;
  border-color: transparent transparent transparent #000;
  margin-right: 15px;
  flex-shrink: 0;
}

.wpco {
  background-color: transparent;
}
.wpco .contents-outline ol {
  border-top-color: #000;
}
.wpco .contents-outline li:not(:first-child) {
  border-top-color: #000;
}
.wpco .contents-outline a::before {
  background-color: var(--fp-box-color-primary);
}

.wp-block-table table {
  border-spacing: 0;
  border-collapse: collapse;
}
.wp-block-table table td>*:first-child {
  margin-top: 0;
}
.wp-block-table table td>*:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .wp-block-table table {
    display: block;
    width: 100%;
  }
  .wp-block-table table thead,
  .wp-block-table table tbody,
  .wp-block-table table tr {
    display: block;
    width: 100%;
  }
  .wp-block-table table th,
  .wp-block-table table td {
    display: block;
    padding: 10px 20px;
  }
  .wp-block-table table td {
    border-bottom: 1px solid rgba(150,150,150,.2);
  }
  .wp-block-table table thead:first-child tr:first-child th:first-child,
  .wp-block-table table thead:first-child tr:first-child td:first-child,
  .wp-block-table table tbody:first-child tr:first-child th:first-child,
  .wp-block-table table tbody:first-child tr:first-child td:first-child {
    border-top: 1px solid rgba(150,150,150,.2);
  }
  .wp-block-table table tbody:first-child tr:last-child td:last-child {
    border-bottom: 1px solid rgba(150,150,150,.2);
  }
  .wp-block-table table td:first-child,
  .wp-block-table table th {
    background-color: rgba(150,150,150,.1);
    font-weight: 700;
  }
}
@media print, screen and (min-width: 1024px) {
  .wp-block-table table {
  }
  .wp-block-table table th,
  .wp-block-table table td {
    border: 1px solid rgba(150,150,150,.2);
    padding: 10px 20px;
    vertical-align: top;
  }
  .wp-block-table table td:first-child {
    white-space: nowrap;
    background-color: rgba(150,150,150,.1);
    font-weight: bold;
  }
}
.wp-block-table table th {
  text-align: left;
}

.table-scroll-wrapper {
  overflow: auto;
  white-space: nowrap;
}
.table-scroll-wrapper::-webkit-scrollbar {
  height: 5px;
}
.table-scroll-wrapper::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}
.table-scroll-wrapper::-webkit-scrollbar-thumb {
  background-color: #bcbcbc;
}
table.ranking-table {
  border-spacing: 0;
  border-collapse: collapse;
  font-size: 12px;
}
table.ranking-table td>*:first-child {
  margin-top: 0;
}
table.ranking-table td>*:last-child {
  margin-bottom: 0;
}
table.ranking-table thead th,
table.ranking-table thead td {
  border: 1px solid var(--fp-box-color-primary);
  border-bottom: 0;
  padding: 10px 15px;
  background-color: var(--fp-box-color-primary-light);
  vertical-align: top;
  font-weight: bold;
}
table.ranking-table tbody tr:nth-child(2n) {
  background-color: rgba(150,150,150,.05);
}
table.ranking-table tbody th,
table.ranking-table tbody td {
  padding: 10px;
  vertical-align: middle;
}
table.ranking-table tbody {
  counter-reset: num-no 0;
}
table.ranking-table tbody tr {
  counter-increment: num-no 1;
}
table.ranking-table tbody tr:nth-child(1) td.no::before,
table.ranking-table tbody tr:nth-child(2) td.no::before,
table.ranking-table tbody tr:nth-child(3) td.no::before {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: .5;
  z-index: 1;
}
table.ranking-table tbody tr:nth-child(1) td.no::before {
  background: url('assets/img/gold.svg') no-repeat center / contain;
}
table.ranking-table tbody tr:nth-child(2) td.no::before {
  background: url('assets/img/silver.svg') no-repeat center / contain;
}
table.ranking-table tbody tr:nth-child(3) td.no::before {
  background: url('assets/img/bronze.svg') no-repeat center / contain;
}
table.ranking-table tbody td.no {
  text-align: center;
  font-family: 'Raleway';
  font-weight: 700;
  font-size: 18px;
  position: relative;
}
table.ranking-table tbody td.no::after {
  content: counter(num-no);
  position: relative;
  z-index: 2;
}
table.ranking-table tbody td.img img {
  min-width: 75px;
  max-width: 75px;
}
table.ranking-table tbody td.rating .fsrs {
  display: flex;
  flex-direction: column;
  align-items: center;
}
table.ranking-table tbody td.rating .fsrs .fsrs-stars svg path {
  fill: #ff7165;
}
table.ranking-table tbody td.rating .fsrs .fsrs-text__hidden {
  display: none;
}
table.ranking-table tbody td.rating .fsrs .fsrs-text__visible {
  order: -1;
  color: #ff7165;
  font-family: 'Raleway';
  font-weight: 500;
  font-size: 18px;
}
table.ranking-table tbody td.point {
  min-width: 240px;
  white-space: normal;
}
table.ranking-table tbody td.item {
  text-align: center;
  font-weight: bold;
}

.c-section.p-section-front-page-content {
  padding-top: var(--_padding1);
}

.fp-new-arrival {
  margin: 80px 0 40px;
}
.fp-new-arrival .swiper-container {
  position: relative;
}
.fp-new-arrival .swiper-container::before {
  content: '';
  display: block;
  width: 164px;
  height: 76px;
  background: url('assets/img/icon-new-arrival.svg') no-repeat center / contain;
  position: absolute;
  left: 35%;
  top: 0;
  transform: translateY(-50%);
  z-index: 10;
}
.fp-new-arrival .swiper-slide {
  height: auto;
  display: flex;
}
.fp-new-arrival__wrapper {
  display: flex;
  flex-direction: column;
  border: 4px solid #000;
  border-radius: 20px;
  background-color: #fff;
}
.fp-new-arrival__thumbnail img {
  width: 100%;
  height: 100%;
  aspect-ratio: 25 / 12;
  object-fit: cover;
  border-radius: 16px 16px 0 0;
}
.fp-new-arrival__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px 40px 40px;
}
.fp-new-arrival__content h3 {
  margin-bottom: 20px;
}
.fp-new-arrival__btn {
  display: block;
  line-height: 40px;
  width: 100%;
  max-width: 320px;
  border: 4px solid #000;
  border-radius: 24px;
  margin: 20px auto 0;
  color: #000;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  box-shadow: 3px 3px 6px rgba(0,0,0,.25);
}
.fp-new-arrival__btn::after {
  content: '';
  width: 20px;
  height: 8px;
  background: url('assets/img/arrow-right-black.svg') no-repeat center / contain;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.fp-new-arrival__btn:hover {
  background-color: #000;
  color: #fff;
}
.fp-new-arrival__btn:hover::after {
  background-image: url('assets/img/arrow-right-white.svg');
}

.fp-box > .smb-box__body > h2.front-page-recommend:first-child {
  padding-left: 150px;
  position: relative;
}
.fp-box > .smb-box__body > h2.front-page-recommend:first-child::before {
  content: '';
  display: block;
  width: 164px;
  height: 76px;
  background: url('assets/img/icon-recommend.svg') no-repeat center / contain;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-50%);
  z-index: 10;
}

.fp-box > .smb-box__body > h2.front-page-about:first-child {
  padding-left: 150px;
  position: relative;
  background-color: #34d590;
  border-bottom: 4px solid #000;
}
.fp-box > .smb-box__body > h2.front-page-about:first-child::before {
  content: '';
  display: block;
  width: 164px;
  height: 76px;
  background: url('assets/img/icon-about-us.svg') no-repeat center / contain;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-50%);
  z-index: 10;
}
h2.front-page-about > span {
  font-family: 'Raleway';
  font-weight: 900;
  font-size: 110%;
}

.fp-box > .smb-box__body > h2.front-page-news:first-child {
  padding-left: 150px;
  position: relative;
  background-color: #54d3e3;
  border-bottom: 4px solid #000;
}
.fp-box > .smb-box__body > h2.front-page-news:first-child::before {
  content: '';
  display: block;
  width: 164px;
  height: 76px;
  background: url('assets/img/icon-news.svg') no-repeat center / contain;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-50%);
  z-index: 10;
}

.c-page-top {
  background-color: var(--fp-box-color-primary);
}

.l-footer {
  background-color: #000;
  color: #fff;
}
.l-footer .fp-footer-logo {
  width: 50%;
  max-width: 300px;
  margin: 0 auto;
}
.l-footer .fp-footer-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.l-footer .fp-footer-nav li a {
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
}
.l-footer .fp-footer-nav li a::before {
  content: '\e5df';
  display: inline-block;
  font-family: 'Material Symbols Outlined';
  margin-right: 5px;
}
.c-copyright {
  border-top: 1px solid #666;
  background-color: #000;
  font-family: 'Raleway';
  font-weight: 700;
}

.fp-front-page-flex .fp-box {
  width: calc((100% - var(--wp--preset--spacing--40)) / 2);
}
@media screen and (max-width: 1023px) {
  .fp-front-page-flex .fp-box {
    width: 100%;
  }
}

.p-global-nav a[href="#sm-overlay-search-box"] span {
  display: none;
}
.p-global-nav a[href="#sm-overlay-search-box"]::before {
  content: '\e8b6';
  display: inline-block;
  font-family: 'Material Symbols Outlined';
  font-size: 20px;
}

ul.local-coworking-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.local-coworking-categories li {
  width: calc((100% - 30px) / 2);
  margin: 0 !important;
}
ul.local-coworking-categories li a {
  display: block;
  padding: 10px 20px;
  border: 4px solid #000;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  font-size: 22px;
  transition: .2s;
}
ul.local-coworking-categories li a:hover {
  background-color: #000;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 1023px) {
  ul.local-coworking-categories li a {
    font-size: 16px;
  }
}

.p-drop-nav .p-global-nav {
  justify-content: flex-end;
}
