@charset "UTF-8";
/* ================ loadign ====================== */
#loading {
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  z-index: 999999;
  transition: opacity 0.5s ease; /* フェード用 */
}
#loading.hidden {
  opacity: 0;
  pointer-events: none;
}

.spinner-wrapper {
  position: relative;
  width: 100px;
  height: 100px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

@keyframes fade {
  0%, 20%, 100% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
}
.letter {
  font-family: sans-serif;
  font-size: 14px;
  color: #333;
  opacity: 0.2;
  animation: fade 1.4s infinite;
}

.text-wrapper {
  white-space: nowrap;
}

/* 文字ごとに遅延をつける */
.letter:nth-child(1) {
  animation-delay: 0s;
}

.letter:nth-child(2) {
  animation-delay: 0.2s;
}

.letter:nth-child(3) {
  animation-delay: 0.4s;
}

.letter:nth-child(4) {
  animation-delay: 0.6s;
}

.letter:nth-child(5) {
  animation-delay: 0.8s;
}

.letter:nth-child(6) {
  animation-delay: 1s;
}

.letter:nth-child(7) {
  animation-delay: 1.2s;
}

/* シンプルスピナー */
.spinner {
  width: 50px;
  height: 50px;
  margin: 0 auto 1rem;
  border: 4px solid #ccc;
  border-top-color: #333;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
/* ================ header-design ====================== */
#categoryList {
  background: #FBA008;
  padding: 0.2rem 1.165rem 0.8rem;
  margin-top: -0.2rem;
  border-radius: 0 0 0.5rem 0.5rem;
  font-size: 0.857rem;
}
#categoryList button:hover {
  opacity: 1;
}
#categoryList ul {
  text-align: center;
}

.side-officiall-ink {
  text-align: center;
  display: block;
  margin: 1rem 0 0;
}
.side-officiall-ink figure {
  width: 80%;
  margin: 0 auto;
  text-indent: -1em;
}
.side-officiall-ink span {
  font-size: 11px;
  transition: all 0.3;
  color: #fff7c1;
}
.side-officiall-ink span:hover {
  color: #fff;
  transition: all 0.3;
}

.starblog-logo {
  width: 16.5rem;
  margin: 0;
}

.category-toggle {
  display: flex;
  justify-content: flex-end;
  width: 95vw;
  max-width: 1200px;
  position: relative;
  margin: 0.5rem auto 0;
}

.category-btn {
  position: absolute;
  right: 1rem;
  width: 190px;
}
.category-btn button.btn-primary {
  background: #FBA008;
  color: #fff;
  border: none;
  line-height: 1.8;
  position: relative;
  transition: all 0.3s;
}
.category-btn button.btn-primary i {
  padding-left: 0.5rem;
  position: relative;
}
.category-btn button.btn-primary:hover {
  background-color: #ff780b;
  transition: all 0.3s;
}
.category-btn button.btn-primary:active {
  background-color: #ff780b;
}
.category-btn button[aria-expanded=false] .bi::before {
  content: "\f112";
  position: absolute;
  top: 0.15rem;
}
.category-btn button[aria-expanded=true] .bi::before {
  content: "\f115";
  position: absolute;
  top: 0.15rem;
}

.navbar {
  height: 4.5rem;
}

.navbar-nav li {
  font-size: 0.75rem;
  letter-spacing: -0.025rem;
  width: 6.5rem;
}
.navbar-nav li:last-child {
  letter-spacing: 0.15rem;
  width: 5rem;
}

/* ================ footer-design ====================== */
#footer-wrapper {
  padding: 1.5rem 1rem 1.65rem;
}
#footer-wrapper .grid {
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  padding: 0.5rem;
  box-sizing: border-box;
}

.footer-logo {
  width: 11.5rem;
  text-align: center;
  display: inline-block;
  margin-top: 0.125rem;
}
.footer-logo figure {
  margin-bottom: 0.25rem;
}
.footer-logo p {
  color: #FBA008;
  font-size: 0.714rem;
  line-height: 0.5;
  padding-left: 0.5rem;
}

.footer-nav {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.857rem;
}

.footer-hachu {
  background: #FBA008;
  color: #fff;
  width: 12rem;
  border-radius: 5rem;
  display: flex;
  justify-self: end;
  place-self: flex-start;
  padding: 0.5rem 1.65rem;
  font-size: 1rem;
  grid-column-end: -1;
  transition: all 0.3s;
}
.footer-hachu .hachu-arrow {
  display: flex;
  margin-left: auto;
}
.footer-hachu:hover {
  background: #ff780b;
}

/* ================ blogbase-design ====================== */
.wrapped, .top-wrapped {
  margin-top: 6rem;
}

.wrapper {
  padding-bottom: 3rem;
}

.more-link {
  display: block;
  text-align: center;
  margin-top: 1.5rem;
}
.more-link a {
  display: inline;
  border-bottom: solid 1px;
  padding: 0 0.5rem;
}
.more-link a:hover {
  padding: 0 1.5rem;
}

.contents-inner {
  background: #fff;
  padding: 3.5rem 2.5rem;
  border-radius: 1rem;
  margin: 0 auto;
}
.contents-inner .single-inner p {
  text-align: left;
}
.contents-inner .single-inner h1 {
  font-size: 1.857rem;
  margin-bottom: 0.5rem;
  color: #333;
  letter-spacing: 0.05em;
}
.contents-inner .single-inner h2 {
  font-size: 1.286rem;
  margin-top: 2.5rem;
  color: #555;
}

.home .hd-title-stars {
  font-family: "Karla-B";
  font-size: 1.857rem;
  color: #FBA008;
  background: url(../imgs/stars.svg) no-repeat;
  background-size: 1.65rem;
  line-height: 3;
  background-position: center top;
  letter-spacing: 0.1rem;
  font-weight: bold;
}
.home .hd-title-stars span {
  font-size: 0.857rem;
  letter-spacing: 0.025rem;
  display: block;
  line-height: 1;
  margin-top: -1.25em;
  margin-bottom: 1.5rem;
}

.post-inner {
  width: 1000px;
  margin: 0 auto 5rem;
  min-height: 860px;
  position: relative;
}
.post-inner h1 {
  font-size: 1.286rem;
  color: #333;
  font-weight: bold;
}

.blog-conts figure {
  margin: 0.5rem 0;
}

.text-line {
  min-height: 6rem;
}
.text-line p {
  margin: 0;
  font-size: 0.857rem;
}

.column-list {
  position: relative;
}
.column-list .here-link {
  position: absolute;
  margin: 0;
  width: 5.5rem;
  right: 1rem;
  bottom: 1rem;
}

.single-contents h2 {
  font-size: 1.43rem;
  margin-top: 1.2rem;
  margin-bottom: 1rem;
}
.single-contents h3 {
  font-size: 1.143rem;
  margin-top: 1.2rem;
  margin-bottom: 1rem;
}
.single-contents h4 {
  font-size: 1rem;
  margin-top: 1.35rem;
}
.single-contents p {
  margin: 0 0 0.25rem;
}

.blog-side {
  background: #fff;
  height: 100%;
}
.blog-side h3 {
  font-size: 0.857rem;
}
.blog-side p {
  margin: 0;
}
.blog-side .blog-side-day {
  font-size: 0.857rem;
  margin-bottom: 0.25rem;
  color: #333;
}
.blog-side .here-link {
  margin: 0.65rem 0 0;
  display: block;
  text-align: right;
}
.blog-side .here-link a {
  display: inline;
  padding-left: 0.865rem;
}

.blog-side-title {
  font-size: 1rem;
  border-bottom: solid 0.05rem;
  border-color: #555;
  padding-bottom: 0.5rem;
}
.blog-side-title span {
  font-size: 0.65em;
  margin-left: 0.5rem;
}

.blog-side-thumb {
  width: 100%;
}

.blog-timestamp {
  font-size: 0.857rem;
  color: #333;
  vertical-align: middle;
}
.blog-timestamp dt,
.blog-timestamp dd {
  color: #333;
  display: inline-block;
  line-height: 1;
  margin-right: 0.5rem;
  vertical-align: middle;
}

.fg-flex {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  margin: 1.5rem 0 0.5rem;
}
.fg-flex figure {
  display: block;
  width: 100%;
  height: 230px;
  margin: 0 0.15rem;
}
.fg-flex figure img {
  margin: 0 0.2rem;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  overflow: hidden;
}

.top-interview .here-link {
  width: 100%;
  display: block;
  text-align: right;
}
.top-interview .here-link a {
  display: inline-block;
  padding: 0 0.125rem 0 0.5rem;
}
.top-interview .here-link a:hover {
  padding: 0 0.125rem 0 1.65rem;
}

.top-thumb-mini img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-list-title {
  font-size: 1.143rem;
  line-height: 1.4;
  margin: 0.5rem 0 0;
}

.category-markmini {
  margin: 0;
  color: #555;
  font-size: 0.714rem;
}
.category-markmini a {
  border: solid 0.05rem;
  border-color: #555;
  border-radius: 1rem;
  padding: 0.15rem 0.5rem;
  display: inline-block;
  margin: 0.1rem 0.1rem;
}
.category-markmini a:hover {
  color: #FBA008;
  border-color: #FBA008;
}

.top-card .card-body {
  padding-bottom: 3.5rem;
}

.pagination {
  position: absolute;
  bottom: -1.65rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.857rem;
  white-space: nowrap;
}
.pagination a,
.pagination span {
  border: dashed 0.025rem;
  text-align: center;
  display: block;
  padding: 0 0.5rem;
  margin: 0 0.2rem;
  line-height: 1.2;
}
.pagination .prev,
.pagination .next {
  border: none;
}
.pagination span {
  color: #c6c6c6;
}
.pagination a {
  color: #6c5b59;
}

/* ================ anq-design ====================== */
.enquete {
  margin: 3.5rem 0 0;
}
.enquete h4 {
  color: #FBA008;
}
.enquete dl {
  border-bottom: dotted 2px #ccc;
  padding: 0.6rem 0.8rem;
}
.enquete dl:last-child {
  border: none;
}
.enquete dt {
  color: #6c5b59;
  margin-bottom: 0.65rem;
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.enquete dd {
  color: #555;
  line-height: 2;
}

/* ================ navigation-design & link-color ====================== */
.post-navigation {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 0.857rem;
}
.post-navigation .next-post,
.post-navigation .prev-post {
  width: 35%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.post-navigation .next-post {
  text-align: right;
}

.here-link {
  font-size: 0.857rem;
  color: #6c5b59;
  text-align: right;
  margin: 1rem 1rem 0 0;
}
.here-link a {
  white-space: nowrap;
  display: block;
  border-bottom: solid 1px;
  padding: 0 0.125rem 0 0.5rem;
}
.here-link a:hover {
  padding: 0 0.125rem 0 1.65rem;
}

/* ================ 固定ページ & 一覧 single-design ====================== */
.single-wrapper h1 {
  font-size: 2.6rem;
}
.single-wrapper h2 {
  font-size: 1.43rem;
}
.single-wrapper h3 {
  font-size: 1.286rem;
}
.single-wrapper .archive_ver h1 {
  font-size: 1.286rem;
  color: #FBA008;
  letter-spacing: 0.05rem;
  margin: 0.5rem 0 2rem;
}
.single-wrapper .archive_ver h2 {
  font-size: 1.143rem;
  margin-top: 1.5rem;
}
.single-wrapper .archive_ver figure {
  width: 45vw;
  margin: 0.5rem 0.2rem 1rem;
}
.single-wrapper .archive_ver .infomation-item {
  border-top: dashed 1px #ccc;
  padding: 1rem 1.2rem;
}
@media (max-width: 767px) {
  .single-wrapper .archive_ver figure {
    width: 90%;
    margin: 0.5rem auto 1rem;
  }
  .single-wrapper .archive_ver h1 {
    margin: 1.5rem 0 1rem;
  }
}

.single-wrapper .base-kadomaru {
  padding: 4rem 3rem;
  margin-bottom: 2.5rem;
}

/* ================ 検索レイアウト ====================== */
.header-search {
  position: relative;
  z-index: 9999;
}

.search-form {
  width: 24rem;
  margin: 0 auto;
  position: absolute;
  font-size: 0.85rem;
  border: solid 1px #eee;
  background: #fff;
  border-radius: 10px;
  padding: 0.2rem 0.5rem;
  top: 2.5rem;
  right: 0;
  left: 0;
  margin: auto;
  display: flex;
  align-items: stretch;
}
.search-form :where(button, input, select, textarea) {
  border: none;
  background: #fff;
}
.search-form input.search-field {
  width: 16.5rem;
  font-size: 0.85rem;
  background: #fff;
  color: #555 !important;
}
.search-form input.search-field:focus {
  border: 1px solid #ccc;
  z-index: 10;
  outline: 0;
  border-radius: 6px;
}
.search-form .search-submit {
  background: #333;
  color: #fff;
  right: 0.5rem;
  position: absolute;
  border-radius: 6px;
  font-size: 0.965em;
  width: 5.65rem;
  text-align: center;
  line-height: 1.65;
  transition: all 0.3s;
}
.search-form .search-submit:hover {
  opacity: 0.6;
  transition: all 0.3s;
}

/* inputの自動背景切り替え対処 */
input:-webkit-autofill {
  box-shadow: 0 0 0 1000px rgb(255, 255, 255) inset !important;
  -webkit-text-fill-color: #555 !important;
  border: none;
  color: #333;
}

input:-webkit-autofill:focus {
  caret-color: #fff !important;
}

@media (max-width: 990px) {
  .search-form {
    width: 16.5rem;
  }
  .search-form input.search-field {
    width: 10rem;
  }
}
@media (max-width: 767px) {
  .search-form {
    top: 6rem;
    width: 85vw;
    align-items: center;
  }
  .search-form input.search-field {
    width: initial;
    min-width: 15rem;
  }
  .search-form .search-submit {
    font-size: 1em;
  }
}
/* ================ old-design-import ====================== */
.link_list_no {
  display: flex;
  width: 85%;
  margin: 0 auto 2%;
}
.link_list_no dd,
.link_list_no span {
  margin: 0 0.5%;
}

.attend_text {
  font-size: 0.857rem;
}

.br_sp {
  display: none;
}

.br_pc {
  display: block;
}

/* ================ responsive ====================== */
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm,
  .contents-inner {
    max-width: 1200px;
  }
}
@media (max-width: 990px) {
  .container,
  .container-md,
  .container-sm,
  .contents-inner {
    max-width: inherit;
    width: 96%;
  }
  .p-4 {
    padding: 1.125rem !important;
  }
  .starblog-logo {
    width: 10rem;
  }
  #footer-wrapper .grid {
    display: block;
    text-align: center;
  }
  #footer-wrapper .footer-nav-link {
    margin: 0 0 1rem;
    display: block;
  }
  #footer-wrapper .footer-nav-link a {
    margin: 0.5rem;
  }
  #footer-wrapper .footer-nav-link a:hover {
    opacity: 0.6;
    color: #FBA008;
  }
  .footer-hachu {
    margin: 0 auto;
    font-size: 0.865rem;
    padding: 0.65rem 2rem 0.45rem;
    line-height: 1;
  }
  .post-inner {
    width: 100vw;
  }
  #navbarMenu {
    position: fixed;
    width: 100vw;
    background: #fff;
    left: 0;
    top: 3rem;
    box-sizing: border-box;
    overflow: hidden;
  }
  .navbar {
    height: 3.265rem;
  }
  .navbar-nav {
    position: sticky;
  }
  .navbar-nav li {
    width: 100%;
    padding: 0.5rem 0;
    border-top: solid 1px #eee;
  }
  .navbar-nav li:last-child {
    width: 100%;
    border-top: solid 1px #eee;
  }
  .navbar-nav li a {
    text-align: left;
    padding-left: 2rem;
  }
  .navbar-nav li a:hover {
    color: #FBA008;
    transition: all 0.3s;
  }
  .navbar-nav li a i {
    padding-right: 0.5rem;
  }
  .nav-link {
    font-size: 1rem;
  }
  .nav-link br {
    display: none;
  }
  .navbar-toggler,
  button:focus:not(:focus-visible) {
    border: none;
    box-shadow: none;
  }
  .category-btn {
    width: 205px;
  }
  button.navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
    background-image: none;
    position: relative;
  }
  button.navbar-toggler[aria-expanded=true] .navbar-toggler-icon::before {
    font-family: "bootstrap-icons";
    content: "\f62a";
    font-size: 2.5rem;
    display: block;
    text-align: center;
    position: absolute;
    right: -0.3rem;
    top: -0.25rem;
  }
  .side-officiall-ink figure {
    width: 7.5rem;
  }
  .list-group li {
    font-size: 1.1rem;
    line-height: 1.5;
  }
  .list-group li a {
    font-size: 0.857rem;
    display: block;
  }
  /* 固定ページ限定 */
  .single-wrapper .base-kadomaru {
    padding: 2.5rem 1.25rem 2rem;
    margin: 0 auto;
    margin-bottom: 1rem;
    width: 96%;
  }
  .single-wrapper h1 {
    font-size: 1.857rem;
  }
}
@media (max-width: 767px) {
  .base-kadomaru {
    box-sizing: border-box;
    width: 100%;
  }
  .top-wrapped {
    margin-top: 8rem;
  }
  .starblog-logo {
    width: 10rem;
  }
  .navbar-nav {
    border-bottom: solid 1px #ccc;
    padding-bottom: 0.25rem;
  }
  .navbar-nav li {
    margin: 0 0 0.1rem;
    padding: 0.5rem 0 0;
  }
  .post-inner {
    min-height: initial;
  }
  .text-center {
    margin-top: 1rem;
  }
  .text-center.hd-title-stars {
    font-size: 1.43rem;
    line-height: 3.65;
    margin-bottom: -0.2em;
  }
  .category-btn {
    width: 93.5%;
  }
  .fg-flex figure {
    height: 100%;
  }
  .container.my-5 {
    margin-top: 5.5rem !important;
  }
  .container.my-5 .top-interview {
    margin-top: 5.35rem !important;
  }
  .contents-inner {
    padding: 1rem 1rem;
  }
  .contents-inner .single-inner h1 {
    font-size: 1.265rem;
    margin-bottom: 0.5rem;
  }
  .blog-side {
    width: 94vw;
    margin: 1.5rem auto 0;
  }
  #categoryList {
    padding-top: 1rem;
  }
  .top-thumb-mini img {
    height: 240px;
  }
  .pagination {
    left: 50vw;
    font-size: 1rem;
  }
  main.container.my-5.single-wrapper {
    margin-top: 5.35rem !important;
  }
  /* ================ old-design-import ====================== */
  .link_list_no {
    display: block;
    width: 60%;
  }
  .link_list_no dd,
  .link_list_no span {
    margin-bottom: 1%;
  }
  .br_sp {
    display: block;
  }
  .br_pc {
    display: none;
  }
}
/* ================ reCAPTCHA ====================== */
.grecaptcha-badge {
  visibility: hidden;
}/*# sourceMappingURL=theme.css.map */