@charset "UTF-8";
:root {
  --mb-padding: 0 1.25rem;
  --blog-white: #f2f2f2;
  --blog-black: #222;
  --blog-navy: #223144;
  --blog-gray: #666;
  --blog-red: #9e1717;
  --blogo-brown: #604f32;
  --gold-gradient: linear-gradient(
      90deg,
      #cb9b51,
      #f6e27a 45%,
      #f6f2c0 50%,
      #f6e27a 55%,
      #cb9b51
  );
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-small {
  font-size: 13px;
}

.m-20 {
  margin: 20px;
}

.m-40 {
  margin: 40px;
}

.m-80 {
  margin: 80px;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.my-40 {
  margin-top: 40px;
  margin-right: 0;
  margin-bottom: 40px;
  margin-left: 0;
}

.mx-40 {
  margin-top: 0;
  margin-right: 40px;
  margin-bottom: 0;
  margin-left: 40px;
}

.p-20 {
  padding: 20px;
}

.p-40 {
  padding: 40px !important;
}

.p-80 {
  padding: 80px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-80 {
  padding-bottom: 80px;
}

.py-24 {
  padding-top: 24px;
  padding-right: 0;
  padding-bottom: 24px;
  padding-left: 0;
}

.py-40 {
  padding-top: 40px;
  padding-right: 0;
  padding-bottom: 40px;
  padding-left: 0;
}

.px-40 {
  padding-top: 0;
  padding-right: 40px;
  padding-bottom: 0;
  padding-left: 40px;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.align-item-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.text-bounce {
  -webkit-animation: bounce 1s infinite;
          animation: bounce 1s infinite;
}

.btn-fat a {
  padding: 24px 0 !important;
}

.heart-both {
  position: relative;
  padding: 0 40px;
}
@media (min-width: 768px) {
  .heart-both {
    padding: 0 54px;
  }
}
.heart-both::before, .heart-both::after {
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/heart_bit.gif);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 768px) {
  .heart-both::before, .heart-both::after {
    width: 48px;
    height: 48px;
  }
}
.heart-both::before {
  left: 0px;
}
.heart-both::after {
  right: 0px;
}

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

@keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
header.global-header {
  -webkit-box-shadow: 0 0 8px #848484;
          box-shadow: 0 0 8px #848484;
}
@media (min-width: 1024px) {
  header.global-header {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0 4px;
    margin: 6px 0;
  }
}
header.global-header .navbar {
  width: 100%;
  height: 44px;
  min-height: 4rem;
  min-height: inherit;
  color: #fff;
  background: rgba(255, 255, 255, 0.431);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px;
  position: relative;
}
@media (min-width: 1024px) {
  header.global-header .navbar {
    height: 54px;
    background: rgba(35, 49, 69, 0.8);
    -webkit-box-shadow: 0px 0px 12px black, inset 0px 0.5px 0px rgba(255, 255, 255, 0.4);
            box-shadow: 0px 0px 12px black, inset 0px 0.5px 0px rgba(255, 255, 255, 0.4);
    border-bottom: none;
    border-radius: 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 16px;
  }
}
header.global-header .navbar.menu-open {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}
header.global-header .navbar .navbar-hamburger {
  position: absolute;
  left: 8px;
  top: 0;
  bottom: 0;
}
@media (min-width: 1024px) {
  header.global-header .navbar .navbar-hamburger {
    display: none;
  }
}
header.global-header .navbar .navbar-hamburger .navbar-menu.hidden {
  display: none;
}
header.global-header .navbar .navbar-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1024px) {
  header.global-header .navbar .navbar-logo {
    margin-left: 8px;
  }
}
@media (min-width: 1200px) {
  header.global-header .navbar .navbar-logo {
    margin-left: 48px;
  }
}
header.global-header .navbar .navbar-logo img {
  width: 98px;
  -webkit-filter: brightness(0);
          filter: brightness(0);
}
@media (min-width: 1024px) {
  header.global-header .navbar .navbar-logo img {
    width: 141px;
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}
header.global-header .navbar .navbar-menu-lg {
  height: 100%;
  display: none;
}
@media (min-width: 1024px) {
  header.global-header .navbar .navbar-menu-lg {
    display: block;
  }
}
header.global-header .navbar .navbar-menu-lg ul {
  height: 100%;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header.global-header .navbar .navbar-menu-lg ul li {
  height: 100%;
  padding: 0 8px;
}
header.global-header .navbar .navbar-menu-lg ul li a {
  height: 100%;
  font-family: "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "Meiryo UI", メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
  color: white;
  font-size: 14px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  position: relative;
}
header.global-header .navbar .navbar-menu-lg ul li a::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  bottom: -3px;
  left: 0;
}
header.global-header .navbar .navbar-menu-lg ul li a:hover::after {
  bottom: 0;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header.global-header .navbar .navbar-menu-lg ul li a.active::after {
  bottom: 0;
  left: 0;
}
header.global-header .navbar .navbar-btn-wrapper {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
header.global-header .navbar .navbar-btn-wrapper:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
header.global-header .navbar .navbar-btn-wrapper svg {
  width: 20px;
  height: 20px;
}

.navbar-menu {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.77) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.239);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.239);
  z-index: 50;
}
.navbar-menu.hidden {
  opacity: 0;
  pointer-events: none;
}
.navbar-menu .navbar-menu-content {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  padding: 48px 24px;
}
.navbar-menu .navbar-menu-content .navbar-menu-close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 8px;
  color: white;
  z-index: 999;
}
.navbar-menu .navbar-menu-content .navbar-menu-close svg {
  width: 26px;
  height: 26px;
}
.navbar-menu .navbar-menu-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.navbar-menu .navbar-menu-content ul li a {
  width: 100%;
  height: 36px;
  color: white;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
}
.navbar-menu .navbar-menu-content ul li a.active {
  background-color: rgba(255, 255, 255, 0.16);
  border-radius: 0.5rem;
}

html,
body {
  font-size: 16px;
  line-height: 1.6;
  font-family: "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
  font-weight: 400;
  background-color: var(--blog-white);
}

body.dark-mode #page {
  /* This styling targets your main page wrapper */
  background-color: #222;
  color: #f0f0f0;
}
body.dark-mode #page .site-content {
  background-color: #222;
}
body.dark-mode #page .site-content h1,
body.dark-mode #page .site-content h2,
body.dark-mode #page .site-content h3,
body.dark-mode #page .site-content h4,
body.dark-mode #page .site-content h5,
body.dark-mode #page .site-content h6 {
  color: #f0f0f0;
}

*::-moz-selection {
  color: var(--blog-black);
  background: #ffe500;
}

*::selection {
  color: var(--blog-black);
  background: #ffe500;
}

*::-moz-selection {
  color: var(--blog-black);
  background: #ffe500;
}

.tool-tip {
  width: 25px;
  height: 25px;
  background-image: url(../images/box.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin-top: 2px;
  margin-left: 10px;
}
.tool-tip:hover .tool-tip-content {
  opacity: 1;
  visibility: visible;
}

.tool-tip-content {
  width: 180px;
  color: #000;
  position: absolute;
  top: 0;
  left: 30px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.breadcrumbs {
  font-size: 14px;
  color: #666;
  border-bottom: 1px solid var(--blog-black);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
}
.breadcrumbs a {
  color: #0073aa;
  text-decoration: none;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .current {
  color: #333;
  font-weight: bold;
}

.front-header {
  margin-bottom: 2.5rem;
  padding: 0;
}
@media (min-width: 1024px) {
  .front-header {
    margin-bottom: 4rem;
  }
}
@container site-main (min-width: 1240px) {
  .front-header {
    padding: 0;
  }
}
.front-header h1 {
  font-size: 1.5rem;
}
.front-header .top-message {
  text-align: center;
  margin-top: 1rem;
  padding: 0;
}
@media (min-width: 1024px) {
  .front-header .top-message {
    margin-top: 1.5rem;
  }
}
.front-header .top-message p {
  color: var(--blog-white);
  font-size: 0.875rem;
  background-color: var(--blog-navy);
  margin: 0;
  padding: 0.5rem;
}
.front-header .top-message p a {
  color: var(--blog-white);
}
.front-header .top-message p a:hover {
  text-decoration: underline;
}

.top-message {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 2.5rem;
  padding: var(--mb-padding);
}
@container site-main (min-width: 1240px) {
  .top-message {
    margin-top: 1.5rem;
    margin-bottom: 4rem;
    padding: 0;
  }
}
.top-message p {
  color: var(--blog-white);
  font-size: 0.875rem;
  background-color: var(--blog-navy);
  margin: 0;
  padding: 0.5rem;
}
.top-message p a {
  color: var(--blog-white);
}
.top-message p a:hover {
  text-decoration: underline;
}

.dxblog {
  background-color: transparent;
}
.dxblog.ast-narrow-container .ast-container {
  max-width: none !important;
}
.dxblog.ast-narrow-container .ast-container .post {
  max-width: 780px;
  margin: 0 auto;
}
.dxblog .ast-container {
  max-width: none;
  padding: var(--mb-padding) !important;
}
@media (min-width: 768px) {
  .dxblog .ast-container {
    padding: 0 2.5rem !important;
  }
}
@media (min-width: 1200px) {
  .dxblog .ast-container {
    max-width: 1600px;
    padding: 0 4rem !important;
  }
}
.dxblog .ast-container .post {
  background-color: transparent !important;
  padding: 0 !important;
}

.ast-header-break-point .site-below-footer-wrap {
  border-top-color: transparent;
  background: #242933;
}
.ast-header-break-point .site-below-footer-wrap p {
  color: #bbb;
  font-size: 14px;
}

.ast-blog-layout-4-grid .ast-row {
  display: grid;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

#ast-scroll-top {
  border-radius: 50%;
}

.site-main {
  container-type: inline-size;
  container-name: site-main;
}

.site-below-footer-wrap {
  margin-bottom: 2em;
  margin-left: -1em;
  margin-top: -1em;
  margin-bottom: 2em;
  margin-left: -1em;
  margin-top: -1em;
  font-size: 14px;
  border: none !important;
  background-color: var(--blog-white) !important;
}

.sec-title {
  margin-bottom: 1.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  position: relative;
}
.sec-title::before {
  width: 100%;
  height: 1px;
  content: "";
  display: block;
  background: var(--blog-navy);
  position: absolute;
  top: -1px;
  left: 0;
}
.sec-title h2 {
  color: var(--blog-white);
  font-size: 1rem;
  background-color: var(--blog-navy);
  display: inline;
  padding: 0.25rem 0.75rem;
}

.home-top-sec {
  display: grid;
}
@container site-main (min-width: 640px) {
  .home-top-sec {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    grid-column-gap: 2rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: repeat(3, 1fr);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@container site-main (min-width: 1000px) {
  .home-top-sec {
    grid-template-columns: repeat(4, 1fr);
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    position: relative;
    margin-bottom: 2.5rem;
  }
}
.home-top-sec .link-special {
  grid-row: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding: 2rem 0;
}
@container site-main (min-width: 640px) {
  .home-top-sec .link-special {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-column: 1/-1;
    margin-bottom: 40px;
    padding: 1.25rem 0;
  }
}
@container site-main (min-width: 1000px) {
  .home-top-sec .link-special {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    grid-column: 1;
    grid-row: 1;
    background-color: transparent;
    margin-bottom: 0;
    padding: 0;
  }
  .home-top-sec .link-special::after {
    content: " ";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.15);
    display: block;
    top: 0;
    right: -1rem;
    left: auto;
    bottom: auto;
    width: 1px;
    height: 100%;
  }
}
@container site-main (min-width: 1240px	) {
  .home-top-sec .link-special {
    padding: 0;
  }
}
.home-top-sec .link-special p:last-child {
  display: none;
}
.home-top-sec .latest-post {
  grid-row: 1;
  position: relative;
  padding: 0;
}
.home-top-sec .latest-post::before {
  color: var(--blog-black);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3em;
  position: absolute;
  content: "最新のニュース";
  background-image: var(--gold-gradient);
  -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.3);
  display: block;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 0.25rem 0.75rem;
}
@container site-main (min-width: 1000px) {
  .home-top-sec .latest-post::before {
    left: 0;
  }
}
@container site-main (min-width: 640px) {
  .home-top-sec .latest-post {
    grid-column: 1/span 2;
    grid-row: 1;
  }
  .home-top-sec .latest-post::after {
    content: " ";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.15);
    display: block;
    top: 0;
    right: -1rem;
    left: auto;
    bottom: auto;
    width: 1px;
    height: 100%;
  }
}
@container site-main (min-width: 1000px) {
  .home-top-sec .latest-post {
    width: 100%;
    grid-column: 1/span 3;
    grid-row: 1;
  }
}
@container site-main (min-width: 1000px) {
  .home-top-sec:has(.link-special) .latest-post {
    grid-column: 2/span 2;
  }
}
.home-top-sec .recent-posts {
  grid-row: 3;
  margin-bottom: 40px;
  padding: 0;
}
@container site-main (min-width: 640px) {
  .home-top-sec .recent-posts {
    grid-column: 3/span 1;
    grid-row: 1;
    margin-bottom: 0;
  }
}
@container site-main (min-width: 1000px) {
  .home-top-sec .recent-posts {
    grid-column: 4/span 1;
    grid-row: 1;
  }
}
.home-top-sec .recent-posts .post-container {
  display: grid;
  grid-template-columns: 1fr;
  padding: 1.5rem 0 0;
}
@container site-main (min-width: 640px) {
  .home-top-sec .recent-posts .post-container {
    padding: 0;
  }
}

.page h1,
.page h h2,
.page h3,
.page h4,
.page h5,
.page h6 {
  line-height: 1.5 !important;
}

.page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  margin-bottom: 30px;
}
.page-header::before, .page-header::after {
  content: "";
  min-width: 20%;
  max-width: 38%;
  height: 5px;
  border-radius: 5px;
}
.page-header::before {
  margin-right: 15px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(13, 22, 32, 0)), to(rgba(255, 255, 255, 0.502)));
  background: linear-gradient(90deg, rgba(13, 22, 32, 0), rgba(255, 255, 255, 0.502));
}
.page-header::after {
  margin-left: 15px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.502)), to(rgba(13, 22, 32, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.502), rgba(13, 22, 32, 0));
}
.page-header h1 {
  color: rgba(255, 255, 255, 0.502);
  font-size: 17px;
}

.home .ast-container .content-area {
  margin-top: 2.5rem !important;
}
@media (min-width: 1024px) {
  .home .ast-container .content-area {
    margin-top: 4rem !important;
  }
}

.latest-post-item {
  position: relative;
  margin-bottom: 0;
}
.latest-post-item a:hover .latest-post-item-image img {
  filter: brightness(1.05);
  -webkit-filter: brightness(1.05);
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
.latest-post-item a:hover .entry-title {
  text-decoration: underline;
}
.latest-post-item::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #d3a859;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.latest-post-item .latest-post-item-inner {
  position: relative;
}
.latest-post-item .latest-post-item-inner .latest-post-item-image {
  width: 100%;
  height: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
@container site-main (min-width: 640px) {
  .latest-post-item .latest-post-item-inner .latest-post-item-image {
    height: 400px;
  }
}
@container site-main (min-width: 1000px) {
  .latest-post-item .latest-post-item-inner .latest-post-item-image {
    height: 460px;
  }
}
.latest-post-item .latest-post-item-inner .latest-post-item-image img {
  width: 100%;
  max-width: none;
  height: 100%;
}
@media (min-width: 592px) {
  .latest-post-item .latest-post-item-inner .latest-post-item-image img {
    width: auto;
  }
}
.latest-post-item .latest-post-item-inner .latest-post-item-meta {
  width: 100%;
  padding: 20px 16px;
}
@container site-main (min-width: 640px) {
  .latest-post-item .latest-post-item-inner .latest-post-item-meta {
    padding: 32px 24px 24px;
  }
}
.latest-post-item .latest-post-item-inner .latest-post-item-meta .entry-title {
  font-size: 1.25rem;
  color: var(--blog-navy);
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .latest-post-item .latest-post-item-inner .latest-post-item-meta .entry-title {
    font-size: 1.725rem;
  }
}
.latest-post-item .latest-post-item-inner .latest-post-item-meta .entry-content {
  font-size: 0.95rem;
  color: var(--blog-black);
  text-align: center;
  margin-bottom: 8px;
}
.latest-post-item .latest-post-item-inner .latest-post-item-meta .entry-meta {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
.latest-post-item .latest-post-item-inner .latest-post-item-meta .entry-meta .entry-date {
  font-size: 14px;
  font-weight: 400;
  color: #666;
}

.daily-camp-slider-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  gap: 20px;
  padding: 20px 0;
}
.daily-camp-slider-sec .daily-camp-item {
  min-width: 262px;
  background: #f9f9f9;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px;
  position: relative;
}
.daily-camp-slider-sec .daily-camp-item.is_today::before {
  content: "本日のイベント";
  width: 150px;
  height: 30px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: -1.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0.5rem 1rem;
  z-index: 1;
}
.daily-camp-slider-sec .daily-camp-item::after {
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #ccc;
  border-radius: 0 10px 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 0;
  top: 0;
}
.daily-camp-slider-sec .daily-camp-item.dc-for-monday::after {
  content: "月";
}
.daily-camp-slider-sec .daily-camp-item.dc-for-tuesday::after {
  content: "火";
}
.daily-camp-slider-sec .daily-camp-item.dc-for-wednesday::after {
  content: "水";
}
.daily-camp-slider-sec .daily-camp-item.dc-for-thursday::after {
  content: "木";
}
.daily-camp-slider-sec .daily-camp-item.dc-for-friday::after {
  content: "金";
}
.daily-camp-slider-sec .daily-camp-item.dc-for-saturday::after {
  content: "土";
}
.daily-camp-slider-sec .daily-camp-item.dc-for-sunday::after {
  content: "日";
}

.link-special-item a {
  color: var(--blog-black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.link-special-item a figure {
  margin-bottom: 16px;
}
.link-special-item a figure figcaption {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  margin-top: 0.5rem;
}

.category-filters {
  width: 100%;
  max-width: 360px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: inherit;
  margin: 20px auto 32px;
}
@media (min-width: 768px) {
  .category-filters {
    margin: 20px auto 40px;
  }
}
.category-filters .filter-button {
  width: 50%;
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
  text-align: center;
  border-radius: 0;
  background: rgba(204, 204, 204, 0.2);
  -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.4);
          box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.category-filters .filter-button:first-child {
  border-radius: 50px 0 0 50px;
}
.category-filters .filter-button:last-child {
  border-radius: 0 50px 50px 0;
}
.category-filters .filter-button.active {
  color: #fff;
  font-weight: 600;
  background: rgba(204, 204, 204, 0.439);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.category-filters .filter-button .notification-icon {
  background-color: #d90000;
  font-size: 13px;
  color: white;
  font-weight: 600;
  padding: 2px 4px;
  border-radius: 0.25em;
  position: absolute;
  top: -5px;
  right: -12px;
}

.post-item {
  position: relative;
  margin-bottom: 40px;
}
@container site-main (min-width: 640px) {
  .post-item:last-child {
    margin-bottom: 20px;
  }
  .post-item:last-child::after {
    display: none;
  }
}
.post-item::after {
  content: " ";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.15);
  display: block;
  left: 0;
  bottom: -20px;
  right: auto;
  top: auto;
  height: 1px;
  width: 100%;
}
.post-item .post-link {
  width: 100%;
  height: 100%;
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.post-item .post-link:hover .entry-title {
  text-decoration: underline;
}
.post-item .post-link .post-thumbnail {
  width: 80px;
  height: 80px;
  border-radius: 2px;
  overflow: hidden;
}
.post-item .post-link .post-thumbnail img {
  width: auto;
  height: 100%;
}
.post-item .post-link .post-thumbnail:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.post-item .post-link .entry-header {
  width: calc(100% - 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0;
  padding-right: 16px;
}
.post-item .post-link .entry-header .entry-title {
  color: var(--blog-navy);
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}
.post-item .post-link .entry-header .entry-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.post-item .post-link .entry-header .entry-meta span {
  font-size: 14px;
  font-weight: 400;
  color: #666;
}
.post-item .post-link .entry-header .entry-meta span.entry-date {
  margin-right: 16px;
}
.post-item .post-link .entry-header .entry-meta span.entry-campaign {
  font-weight: 666;
  background-image: linear-gradient(108deg, #0090f7 0, #ba62fc 34%, #f2416b 68%, #f55600 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.post-item .post-link .entry-header .entry-meta span.entry-event {
  color: black;
}
.post-item .post-link .entry-content {
  padding: 0 24px 16px;
  display: none;
}
.post-item .post-link .entry-content .readmore {
  color: #009fc6;
  font-size: 14px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.post-category-campaign .custom-single-header .custom-post-title {
  background-image: linear-gradient(108deg, #0090f7 0, #ba62fc 34%, #f2416b 68%, #f55600 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.custom-single-header {
  text-align: center;
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .custom-single-header {
    margin-bottom: 3rem;
  }
}
@media (min-width: 1200px) {
  .custom-single-header {
    margin-bottom: 4rem;
  }
}
.custom-single-header .custom-category {
  font-weight: 600;
  margin-bottom: 16px;
}
.custom-single-header .custom-post-title {
  margin-bottom: 12px;
}

.custom-content .intro-text {
  font-weight: 600;
}
.custom-content .wp-block-group img {
  border-radius: 6px;
}

.ast-article-single img {
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (min-width: 768px) {
  .ast-article-single .wp-block-image img {
    border-radius: 10px;
  }
}

.content-single-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0%;
  margin: 0 auto 2rem;
  padding: 0.5rem 0;
}
.content-single-controls.nav-sticky-top {
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  position: fixed;
  top: 0;
  left: 0;
  padding: 0.5rem 1.25rem;
  z-index: 1000;
}
.content-single-controls .nav-controls-inner {
  width: 100%;
  max-width: 780px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content-single-controls .nav-previous a::before,
.content-single-controls .nav-next a::after {
  color: var(--blog-navy);
  font-family: "Font Awesome 6 Pro";
  font-size: 3rem;
  font-weight: 200;
  /* Regular weight */
  position: absolute;
}
.content-single-controls .nav-previous a {
  color: var(--blog-navy);
  font-size: 0.8rem;
  position: relative;
  padding-left: 1.5rem;
}
.content-single-controls .nav-previous a::before {
  content: "";
  /* Unicode for arrow-left */
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.content-single-controls .nav-previous .empty {
  width: 80px;
  display: inline-block;
}
.content-single-controls .nav-next a {
  color: var(--blog-navy);
  font-size: 0.8rem;
  position: relative;
  padding-right: 1.5rem;
}
.content-single-controls .nav-next a::after {
  content: "";
  /* Unicode for arrow-right */
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.content-single-controls .nav-next .empty {
  width: 80px;
  display: inline-block;
}
.content-single-controls .link-home {
  text-decoration: none;
  color: var(--blog-navy);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.125rem;
  position: relative;
}
.content-single-controls .link-home i {
  font-size: 1.325rem;
}
.content-single-controls .link-home span {
  font-size: 0.625rem;
}

.archive .ast-archive-description {
  text-align: center !important;
  background-color: transparent !important;
  padding-top: 1rem !important;
  padding-bottom: 0 !important;
}

.post-tags {
  border-top: 1px dotted var(--blog-black);
  margin-top: 4rem;
  padding: 2rem 0;
}
@media (min-width: 1200px) {
  .post-tags {
    margin-top: 6rem;
  }
}
/*# sourceMappingURL=blog.css.map */