@charset "UTF-8";
:root {
  --font-color: #594B3A;
  --white-color: #FFFFFF;
  --gray-color: #F2EEE7;
  --background-color: #FBE9E5;
  --accent-color: #E5555D;
  --sp-padding: 1.125rem;
  --pc-padding: 2rem;
  --pc-header-height: 24.3125rem;
  --sp-header-height: 9.4375rem;
  --ff-base: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
}

/* =========================
   Breakpoint variables
========================= */
/* =========================
   Breakpoint map
========================= */
/* =========================
   Media query mixin
========================= */
.page-blog.page-single .blog-single__header {
  margin-bottom: 5.5rem;
}
@media screen and (max-width: 767px) {
  .page-blog.page-single .blog-single__header {
    margin-bottom: 3.375rem;
  }
}
.page-blog.page-single .blog-detail__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.875rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .page-blog.page-single .blog-detail__box {
    gap: 0.625rem;
  }
}
.page-blog.page-single .date__text {
  margin-top: 0;
  font-weight: bold;
  width: 4.0625rem;
  white-space: nowrap;
}
.page-blog.page-single .cat__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.page-blog.page-single .cat-list__item {
  font-size: 0.875rem;
}
.page-blog.page-single .blog-detail__title {
  color: var(--accent-color);
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 2.24px;
  margin-bottom: 2rem;
  padding-bottom: 1.0625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-blog.page-single .blog-detail__title {
    font-size: 1.5rem;
    line-height: 1.25;
    letter-spacing: 2.24px;
  }
}
.page-blog.page-single .blog-detail__title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.125rem;
  left: 0;
  bottom: 0;
  background: repeating-linear-gradient(to right, var(--accent-color), var(--accent-color) 4px, transparent 4px, transparent 8px);
}
@media screen and (max-width: 767px) {
  .page-blog.page-single .blog-item__thumb {
    border-radius: 8vw;
  }
}
.page-blog.page-single .blog-detail__body h1 {
  color: var(--accent-color);
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 2.24px;
  margin-bottom: 2rem;
  padding-bottom: 1.0625rem;
  left: 0;
  bottom: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-blog.page-single .blog-detail__body h1 {
    font-size: 1.5rem;
    line-height: 1.25;
    letter-spacing: 2.24px;
  }
}
.page-blog.page-single .blog-detail__body h1::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.125rem;
  background: repeating-linear-gradient(to right, var(--accent-color), var(--accent-color) 4px, transparent 4px, transparent 8px);
}
.page-blog.page-single .blog-detail__body h2 {
  margin-bottom: 2rem;
  color: var(--white-color);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25;
  border-radius: 0.625rem;
  background: var(--accent-color);
  display: inline-block;
  padding: 0.6875rem 1.3125rem;
}
@media screen and (max-width: 767px) {
  .page-blog.page-single .blog-detail__body h2 {
    font-size: 1.125rem;
  }
}
.page-blog.page-single .blog-detail__body h3 {
  margin-bottom: 2rem;
  color: var(--accent-color);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  padding-left: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .page-blog.page-single .blog-detail__body h3 {
    font-size: 1rem;
  }
}
.page-blog.page-single .blog-detail__body h3::before {
  content: "";
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  background: url("../images/common/icon-h3.webp") no-repeat center center/contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.page-blog.page-single .blog-detail__body h4 {
  margin-bottom: 2rem;
}
.page-blog.page-single .blog-detail__body p {
  margin-bottom: 2rem;
  font-style: normal;
  line-height: 1.875;
}
.page-blog.page-single .blog-detail__body figure {
  margin-bottom: 2rem;
}
.page-blog.page-single .blog-detail__body figure:not(:has(table)) {
  border-radius: 2.08333vw;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page-blog.page-single .blog-detail__body figure:not(:has(table)) {
    border-radius: 8vw;
  }
}
.page-blog.page-single .blog-detail__body ul {
  margin-bottom: 2rem;
  list-style: disc;
  padding-left: 1.5em;
}
.page-blog.page-single p:has(img) {
  border-radius: 2.08333vw;
  overflow: hidden;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .page-blog.page-single p:has(img) {
    border-radius: 8vw;
  }
}
.page-blog.page-single .is-style-info-box-pink {
  padding: 1.75rem;
  border: 0.125rem solid #FF8488;
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .page-blog.page-single .is-style-info-box-pink {
    padding: 1.4375rem 1.75rem;
  }
}
.page-blog .subheader {
  background-image: url(../images/common/img-blog-subheader_pc.webp);
}
@media screen and (max-width: 767px) {
  .page-blog .subheader {
    background-image: url(../images/common/img-blog-subheader_sp.webp);
  }
}
.page-blog .blog-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70rem;
  max-width: 100%;
  margin-inline: auto;
  padding-top: 2.1875rem;
  padding-bottom: calc(11.1111111111vw + 11.4375rem);
}
@media screen and (min-width: 768px) {
  .page-blog .blog-cont {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .page-blog .blog-cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    padding-bottom: calc(11.7333333333vw + 8.5rem);
  }
}
@media screen and (min-width: 768px) {
  .page-blog .blog-main__cont {
    width: 71.07%;
  }
}
.page-blog .blog__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .page-blog .blog__list {
    gap: 2.875rem 4.75rem;
  }
}
@media screen and (max-width: 767px) {
  .page-blog .blog__list {
    gap: 2rem clamp(1.125rem, 10.13333vw, 2.375rem);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .page-blog .blog-list__item {
    width: calc(50% - 2.375rem);
  }
}
@media screen and (max-width: 767px) {
  .page-blog .blog-list__item {
    width: calc(50% - clamp(1.125rem, 10.13333vw, 2.375rem) / 2);
  }
}
.page-blog .blog-item__thumb {
  border-radius: 2.08333vw;
  overflow: hidden;
  aspect-ratio: 360/250;
}
@media screen and (min-width: 768px) {
  .page-blog .blog-item__thumb {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .page-blog .blog-item__thumb {
    border-radius: 5.3333vw;
    aspect-ratio: 150/110;
  }
}
.page-blog .blog-item__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  .page-blog .cat__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5rem;
  }
}
.page-blog .cat__list.is-absolute {
  position: absolute;
  left: 1.125rem;
  top: 1.125rem;
}
@media screen and (max-width: 767px) {
  .page-blog .cat__list.is-absolute {
    display: none;
  }
}
.page-blog .cat-list__item {
  border-radius: 0.3125rem;
  background: var(--accent-color);
  color: var(--white-color);
  text-align: center;
  padding: 0.25rem 0.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-size: 0.75rem;
}
.page-blog .blog-item__body {
  margin-top: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .page-blog .blog-item__body {
    margin-top: 0.75rem;
  }
}
.page-blog .blog-item__title {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page-blog .blog-item__title {
    font-size: 0.875rem;
    margin-top: 0.8125rem;
  }
}
.page-blog .date__text {
  margin-top: 0.375rem;
  text-align: right;
  font-style: normal;
  line-height: normal;
  text-align: left;
}
.page-blog .no-text {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .page-blog .no-text {
    font-size: 0.875rem;
    text-align: center;
  }
}
.page-blog .blog-pagination {
  margin-top: 3.25rem;
}
.page-blog .blog-pagination__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 33.3125rem;
  max-width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-inline: auto;
  position: relative;
}
.page-blog .blog-pagination .page-numbers {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-blog .blog-pagination__inner > ul {
  display: contents;
}
.page-blog .blog-pagination li:has(.page-numbers):not(:has(.prev)):not(:has(.next)) {
  display: none;
}
.page-blog .page-numbers.prev, .page-blog .page-numbers.next {
  color: var(--accent-color);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 0.9375rem 2.5rem;
  border-radius: 4.386vw;
  border: 0.125rem solid currentColor;
  width: 10.0625rem;
  max-width: 100%;
  white-space: nowrap;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .page-blog .page-numbers.prev, .page-blog .page-numbers.next {
    padding: 0.5rem 1.125rem;
    width: 6.25rem;
    border-radius: 13.333vw;
    font-size: 1rem;
  }
}
@media screen and (max-width: 374px) {
  .page-blog .page-numbers.prev, .page-blog .page-numbers.next {
    font-size: 0.875rem;
    padding: 0.5rem 0.8125rem;
    width: 5.625rem;
  }
}
.page-blog ul.page-numbers li:has(.prev) {
  margin-right: auto;
}
.page-blog ul.page-numbers li:has(.next) {
  margin-left: auto;
}
@media (any-hover: hover) {
  .page-blog a.page-numbers.prev:hover,
  .page-blog a.page-numbers.next:hover {
    color: var(--white-color);
    background: var(--accent-color);
    opacity: 1;
  }
}
.page-blog .blog-pagination__status {
  position: absolute;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.875;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .page-blog .blog-pagination__status {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.78571;
  }
}
.page-blog .blog-aside__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .page-blog .blog-aside__cont {
    width: 17.768%;
  }
}
.page-blog .blog-aside__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.3125rem;
}
@media screen and (max-width: 767px) {
  .page-blog .blog-aside__block {
    gap: 1rem;
  }
}
.page-blog .blog-aside__title {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 2.24px;
  padding-bottom: 0.25rem;
  border-bottom: 0.0625rem solid #000;
}
@media screen and (max-width: 767px) {
  .page-blog .blog-aside__title {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .page-blog .blog-aside__list {
    font-size: 0.875rem;
  }
}
.page-blog .blog-aside__list--cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.875;
}
.page-blog .blog-aside__archive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.6875rem;
}
.page-blog .archive-year__summary {
  font-style: normal;
  font-weight: 700;
  line-height: 1.875;
  /* Firefox デフォルトアイコン削除 */
  list-style: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-left: 1.5rem;
  cursor: pointer;
  position: relative;
  /* Chrome / Edge / Safari デフォルトアイコン削除 */
}
.page-blog .archive-year__summary::-webkit-details-marker {
  display: none;
}
.page-blog .archive-year__summary::before {
  content: "+";
  position: absolute;
  font-size: 0.75rem;
  font-weight: 500;
  width: 0.828125rem;
  height: 0.828125rem;
  background: var(--font-color);
  color: var(--white-color);
  border-radius: 0.0625rem;
  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;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  left: 0;
}
.page-blog {
  /* open 状態のとき */
}
.page-blog details[open] > .archive-year__summary::before {
  content: "−";
}
.page-blog .blog-aside__list--archive {
  padding-left: 1.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
}
.page-blog .archive-month__link {
  font-style: normal;
  font-weight: 500;
  line-height: 1.875;
}
.page-blog .archive-month__nolink {
  font-style: normal;
  font-weight: 500;
  line-height: 1.875;
}