@charset "UTF-8";
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-padding-top: 18.055vw;
}
@media screen and (min-width: 721px) {
  html {
    scroll-padding-top: 10vw;
  }
}
@media screen and (min-width: 1201px) {
  html {
    scroll-padding-top: 120px;
  }
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.6;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

a {
  color: inherit;
  text-decoration: none;
}

.h2-line {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 721px) {
  .h2-line {
    width: 100%;
    max-width: 37.833vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1201px) {
  .h2-line {
    max-width: 454px;
  }
}
.h2-line::before, .h2-line::after {
  content: "";
  position: absolute;
  top: 50%;
  background-color: #f2b297;
  width: calc((100% - 27.777vw) / 2);
  height: 0.277vw;
  z-index: -1;
}
@media screen and (min-width: 721px) {
  .h2-line::before, .h2-line::after {
    width: calc((100% - 12.5vw) / 2);
    height: 0.083vw;
  }
}
@media screen and (min-width: 1201px) {
  .h2-line::before, .h2-line::after {
    width: calc((100% - 150px) / 2);
    height: 1px;
  }
}
.h2-line::before {
  left: 0;
}
.h2-line::after {
  right: 0;
}

.c-btn {
  display: inline-block;
  background-color: #f2b297;
  border-radius: 13.888vw;
  padding: 2.222vw 4.166vw;
  font-size: 3.75vw;
  line-height: 1;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 721px) {
  .c-btn {
    padding: 0.833vw 2.5vw;
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 1201px) {
  .c-btn {
    padding: 10px 30px;
    font-size: 18px;
  }
}
.c-btn:hover {
  opacity: 0.7;
}

.c-btn-2 {
  display: block;
  background-color: #8fafa3;
  border-radius: 13.888vw;
  padding: 0.833vw 4.166vw;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.75vw;
  line-height: 1;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 721px) {
  .c-btn-2 {
    padding: 0.333vw 0.833vw;
    font-size: 1.333vw;
  }
}
@media screen and (min-width: 1201px) {
  .c-btn-2 {
    padding: 4px 10px;
    font-size: 16px;
  }
}
.c-btn-2:hover {
  opacity: 0.7;
}

.c-btn-tl {
  position: relative;
  display: block;
  background-color: #a18877;
  border-radius: 13.888vw;
  width: 83.333vw;
  margin: 0 auto;
  padding: 2.777vw;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.444vw;
  line-height: 1;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 721px) {
  .c-btn-tl {
    width: 27.166vw;
    padding: 0.833vw;
    font-size: 1.333vw;
  }
}
@media screen and (min-width: 1201px) {
  .c-btn-tl {
    width: 326px;
    padding: 10px;
    font-size: 16px;
  }
}
.c-btn-tl::before {
  content: "≫";
  position: absolute;
  top: 50%;
  right: 11.111vw;
  transform: translateY(-50%);
}
@media screen and (min-width: 721px) {
  .c-btn-tl::before {
    right: 3.333vw;
  }
}
@media screen and (min-width: 1201px) {
  .c-btn-tl::before {
    right: 40px;
  }
}
.c-btn-tl:hover {
  opacity: 0.7;
}

.c-btn-tl-2 {
  position: relative;
  display: block;
  background-color: #a18877;
  border-radius: 13.888vw;
  width: 83.333vw;
  margin: 0 auto;
  padding: 0.6em 2.5em 0.5em 0.9em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.444vw;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 721px) {
  .c-btn-tl-2 {
    width: 27.166vw;
    padding: 0.833vw 2.083vw 0.833vw 0.833vw;
    font-size: 1.333vw;
  }
}
@media screen and (min-width: 1201px) {
  .c-btn-tl-2 {
    width: 326px;
    padding: 10px 25px 10px 10px;
    font-size: 16px;
  }
}
.c-btn-tl-2::before {
  content: "≫";
  position: absolute;
  top: 50%;
  right: 0.9em;
  transform: translateY(-50%);
}
@media screen and (min-width: 721px) {
  .c-btn-tl-2::before {
    right: 3.333vw 1.666vw;
  }
}
@media screen and (min-width: 1201px) {
  .c-btn-tl-2::before {
    right: 20px;
  }
}
.c-btn-tl-2:hover {
  opacity: 0.7;
}

.c-blog-list {
  display: grid;
  grid-auto-flow: row;
  gap: 2.777vw;
}
@media screen and (min-width: 721px) {
  .c-blog-list {
    gap: 1.666vw;
  }
}
@media screen and (min-width: 1201px) {
  .c-blog-list {
    gap: 20px;
  }
}
.c-blog-list--col {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 55.555vw 1fr 9.722vw;
  background-color: #fff;
  border-radius: 2.777vw;
  padding: 3.472vw;
}
@media screen and (min-width: 721px) {
  .c-blog-list--col {
    grid-template-rows: 18.333vw 1fr 2.5vw;
    border-radius: 1.25vw;
    width: 29.5vw;
    padding: 1vw;
  }
}
@media screen and (min-width: 1201px) {
  .c-blog-list--col {
    grid-template-rows: 220px 1fr 30px;
    border-radius: 15px;
    width: 354px;
    padding: 12px;
  }
}
.c-blog-list__img {
  width: 83.333vw;
  height: 55.555vw;
  aspect-ratio: 3/2;
  overflow: hidden;
}
@media screen and (min-width: 721px) {
  .c-blog-list__img {
    width: 27.5vw;
    height: 18.333vw;
  }
}
@media screen and (min-width: 1201px) {
  .c-blog-list__img {
    width: 330px;
    height: 220px;
  }
}
.c-blog-list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.c-blog-list__img:hover img {
  transform: scale3d(1.1, 1.1, 1.1);
  opacity: 0.8;
}
.c-blog-list__txt {
  margin: 1.388vw 0;
  padding: 0 1.388vw;
  font-size: 4.166vw;
  line-height: 1.3;
  overflow-wrap: anywhere;
  transition: color 0.2s ease;
}
@media screen and (min-width: 721px) {
  .c-blog-list__txt {
    margin: 0.833vw 0 1.25vw;
    padding: 0 0.833vw;
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 1201px) {
  .c-blog-list__txt {
    margin: 10px 0 15px;
    padding: 0 10px;
    font-size: 18px;
  }
}
.c-blog-list__txt:hover {
  color: #f2b297;
}
.c-blog-list__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 1.388vw;
  line-height: 1;
}
@media screen and (min-width: 721px) {
  .c-blog-list__meta {
    padding-left: 0.833vw;
  }
}
@media screen and (min-width: 1201px) {
  .c-blog-list__meta {
    padding-left: 10px;
  }
}
.c-blog-list__meta-dt {
  display: inline-block;
  padding-right: 1.388vw;
  font-size: 3.75vw;
}
@media screen and (min-width: 721px) {
  .c-blog-list__meta-dt {
    padding-right: 1.666vw;
    font-size: 1.333vw;
  }
}
@media screen and (min-width: 1201px) {
  .c-blog-list__meta-dt {
    padding-right: 20px;
    font-size: 16px;
  }
}
.c-blog-list__meta-cat {
  display: inline-block;
  border: 1px solid #f2b297;
  border-radius: 4.166vw;
  padding: 1.388vw 4.166vw;
  font-size: 3.888vw;
  box-shadow: 0 0 1.388vw rgba(242, 178, 151, 0.8);
  transition: box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}
@media screen and (min-width: 721px) {
  .c-blog-list__meta-cat {
    border-radius: 2.5vw;
    padding: 0.5vw 1.5vw;
    font-size: 1.5vw;
    box-shadow: 0 0 0.833vw rgba(242, 178, 151, 0.8);
  }
}
@media screen and (min-width: 1201px) {
  .c-blog-list__meta-cat {
    border-radius: 30px;
    padding: 6px 18px;
    font-size: 18px;
    box-shadow: 0 0 10px rgba(242, 178, 151, 0.8);
  }
}
.c-blog-list__meta-cat:hover {
  box-shadow: 0 0 1.388vw #f2b297;
  background-color: #f2b297;
  color: #fff;
}

.c-pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3.472vw;
  background-color: #fff;
  padding: 1.944vw 5.555vw;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.611vw;
}
@media screen and (min-width: 721px) {
  .c-pagination {
    display: inline-flex;
    gap: 0.833vw;
    padding: 1.166vw 3.333vw;
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 1201px) {
  .c-pagination {
    gap: 10px;
    padding: 10px 40px;
    font-size: 14px;
  }
}
.c-pagination .page-numbers {
  padding: 0.555vw 2.083vw;
  color: #da5682;
}
@media screen and (min-width: 721px) {
  .c-pagination .page-numbers {
    padding: 0.333vw 0.833vw;
  }
}
@media screen and (min-width: 1201px) {
  .c-pagination .page-numbers {
    padding: 4px 10px;
  }
}
.c-pagination .page-numbers.current {
  background-color: #da5682;
  color: #fff;
}
.c-pagination .page-numbers:hover {
  background-color: #da5682;
  color: #fff;
}

.c-breadcrumb {
  padding: 4.166vw 5.555vw;
}
@media screen and (min-width: 721px) {
  .c-breadcrumb {
    padding: 2.5vw 4.166vw;
  }
}
@media screen and (min-width: 1201px) {
  .c-breadcrumb {
    padding: 30px 50px;
  }
}
.c-breadcrumb__list {
  display: flex;
}
.c-breadcrumb__item {
  position: relative;
  padding-left: 2.5em;
  font-size: 3.333vw;
  flex-shrink: 0;
}
@media screen and (min-width: 721px) {
  .c-breadcrumb__item {
    font-size: 1.166vw;
  }
}
@media screen and (min-width: 1201px) {
  .c-breadcrumb__item {
    font-size: 14px;
  }
}
.c-breadcrumb__item::before {
  content: "＞";
  position: absolute;
  top: 0;
  left: 0.7em;
}
.c-breadcrumb__item:first-child {
  padding-left: 0;
}
.c-breadcrumb__item:first-child::before {
  display: none;
}
.c-breadcrumb__item:last-child {
  flex-shrink: 1;
  overflow: hidden;
}
.c-breadcrumb__item:last-child span {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.l-404 {
  padding: 8em 0 6em;
}
.l-404__box {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.l-404__box h1 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 2.5em;
}
@media screen and (min-width: 721px) {
  .l-404__box h1 {
    font-size: 4em;
  }
}
.l-404__txt-1 {
  margin-top: 1em;
  font-size: 1.25em;
}
.l-404__link {
  margin-top: 4em;
}

.c-post-author__name {
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 3.75vw;
}
@media screen and (min-width: 721px) {
  .c-post-author__name {
    font-size: 1.166vw;
  }
}
@media screen and (min-width: 1201px) {
  .c-post-author__name {
    font-size: 14px;
  }
}
.c-post-author--row {
  display: grid;
  grid-template-columns: 1fr 23.888vw;
  gap: 2.777vw;
  border: 1px solid #754646;
  width: 62.5vw;
  margin: 2.777vw auto 0;
  padding: 2.777vw 4.861vw;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 721px) {
  .c-post-author--row {
    grid-template-columns: 1fr 9.333vw;
    gap: 0.833vw;
    width: 25vw;
    margin: 2.5vw 0 0;
    padding: 1.25vw 1.666vw;
  }
}
@media screen and (min-width: 1201px) {
  .c-post-author--row {
    grid-template-columns: 1fr 112px;
    gap: 10px;
    width: 300px;
    margin: 30px 0 0;
    padding: 15px 20px;
  }
}
.c-post-author--row:hover {
  opacity: 0.7;
}
.c-post-author__txt h4 {
  font-size: 3.611vw;
  font-weight: normal;
}
@media screen and (min-width: 721px) {
  .c-post-author__txt h4 {
    font-size: 1.416vw;
  }
}
@media screen and (min-width: 1201px) {
  .c-post-author__txt h4 {
    font-size: 17px;
  }
}
.c-post-author__txt-1 {
  display: flex;
  justify-content: center;
  margin-top: 1.388vw;
  font-size: 2.777vw;
  line-height: 1.4;
}
@media screen and (min-width: 721px) {
  .c-post-author__txt-1 {
    font-size: 1.083vw;
  }
}
@media screen and (min-width: 1201px) {
  .c-post-author__txt-1 {
    font-size: 13px;
  }
}
.c-post-author__txt__link {
  margin-top: 4.166vw;
}
@media screen and (min-width: 721px) {
  .c-post-author__txt__link {
    margin-top: 1.666vw;
  }
}
@media screen and (min-width: 1201px) {
  .c-post-author__txt__link {
    margin-top: 20px;
  }
}
.c-post-author__txt__link span {
  display: inline-block;
  background-color: #f2b297;
  border-radius: 2em;
  padding: 0.4em 2em;
  font-size: 2.222vw;
  line-height: 1;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 721px) {
  .c-post-author__txt__link span {
    font-size: 1.083vw;
  }
}
@media screen and (min-width: 1201px) {
  .c-post-author__txt__link span {
    font-size: 13px;
  }
}
.c-post-author__img img {
  width: 100%;
}

.c-related-posts {
  margin-top: 4.166vw;
}
@media screen and (min-width: 721px) {
  .c-related-posts {
    margin-top: 2.5vw;
  }
}
@media screen and (min-width: 1201px) {
  .c-related-posts {
    margin-top: 30px;
  }
}
.c-related-posts__box {
  background-color: rgba(242, 178, 151, 0.2);
  padding: 2.777vw 11.111vw;
}
@media screen and (min-width: 721px) {
  .c-related-posts__box {
    width: 100%;
    max-width: 51.666vw;
    margin: 0 auto;
    padding: 1.25vw 6.666vw;
  }
}
@media screen and (min-width: 1201px) {
  .c-related-posts__box {
    max-width: 620px;
    padding: 15px 80px;
  }
}
.c-related-posts__title {
  display: flex;
  justify-content: center;
  gap: 1em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.75vw;
  font-weight: normal;
}
@media screen and (min-width: 721px) {
  .c-related-posts__title {
    font-size: 1.166vw;
  }
}
@media screen and (min-width: 1201px) {
  .c-related-posts__title {
    font-size: 14px;
  }
}
.c-related-posts__title h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.75vw;
  font-weight: normal;
}
@media screen and (min-width: 721px) {
  .c-related-posts__title h3 {
    font-size: 1.166vw;
  }
}
@media screen and (min-width: 1201px) {
  .c-related-posts__title h3 {
    font-size: 14px;
  }
}
.c-related-posts__list {
  margin-top: 4.166vw;
}
@media screen and (min-width: 721px) {
  .c-related-posts__list {
    margin-top: 2.5vw;
  }
}
@media screen and (min-width: 1201px) {
  .c-related-posts__list {
    margin-top: 30px;
  }
}
.c-related-posts__item {
  margin: 0.6em 0;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.3;
}
.c-related-posts__link:hover {
  text-decoration: underline;
}

.c-floating {
  position: fixed;
  bottom: 2.777vw;
  right: 3.472vw;
  z-index: 999;
  background-color: #fff;
  border-radius: 1.388vw;
  filter: drop-shadow(1px 1px 2px rgba(3, 7, 18, 0.5));
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}
@media screen and (min-width: 721px) {
  .c-floating {
    border-radius: 0.833vw;
  }
}
@media screen and (min-width: 1201px) {
  .c-floating {
    border-radius: 10px;
  }
}
.c-floating.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.c-floating__inner {
  position: relative;
  z-index: 0;
}
.c-floating__btn {
  position: absolute;
  top: -1.388vw;
  right: -1.388vw;
  z-index: 1;
  background-color: #fff;
  border-radius: 50%;
  width: 5.277vw;
  height: 5.277vw;
  padding: 0.833vw 0.972vw;
  cursor: pointer;
}
@media screen and (min-width: 721px) {
  .c-floating__btn {
    left: -0.833vw;
    right: auto;
    width: 2.333vw;
    height: 2.333vw;
    padding: 0.166vw 0.333vw;
  }
}
@media screen and (min-width: 1201px) {
  .c-floating__btn {
    left: -10px;
    width: 28px;
    height: 28px;
    padding: 2px 4px;
  }
}
.c-floating__btn span::before {
  content: "";
  display: block;
  background-color: #754646;
  width: 3.472vw;
  height: 0.416vw;
  transform: translateY(1.666vw) rotate(45deg);
}
@media screen and (min-width: 721px) {
  .c-floating__btn span::before {
    width: 1.666vw;
    height: 0.166vw;
    transform: translateY(0.916vw) rotate(45deg);
  }
}
@media screen and (min-width: 1201px) {
  .c-floating__btn span::before {
    width: 20px;
    height: 2px;
    transform: translateY(11px) rotate(45deg);
  }
}
.c-floating__btn span::after {
  content: "";
  display: block;
  background-color: #754646;
  width: 3.472vw;
  height: 0.416vw;
  transform: translateY(1.25vw) rotate(-45deg);
}
@media screen and (min-width: 721px) {
  .c-floating__btn span::after {
    width: 1.666vw;
    height: 0.166vw;
    transform: translateY(0.75vw) rotate(-45deg);
  }
}
@media screen and (min-width: 1201px) {
  .c-floating__btn span::after {
    width: 20px;
    height: 2px;
    transform: translateY(9px) rotate(-45deg);
  }
}
.c-floating__box {
  display: block;
  position: relative;
  padding: 0.694vw;
}
@media screen and (min-width: 721px) {
  .c-floating__box {
    padding: 0.416vw;
  }
}
@media screen and (min-width: 1201px) {
  .c-floating__box {
    padding: 5px;
  }
}
.c-floating__box:hover {
  opacity: 0.7;
}
.c-floating__box__inner {
  position: absolute;
  top: 2.777vw;
  left: 0;
  right: 0;
}
@media screen and (min-width: 721px) {
  .c-floating__box__inner {
    top: 1.25vw;
  }
}
@media screen and (min-width: 1201px) {
  .c-floating__box__inner {
    top: 15px;
  }
}
.c-floating__title {
  font-size: 3.611vw;
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
}
@media screen and (min-width: 721px) {
  .c-floating__title {
    font-size: 1.666vw;
  }
}
@media screen and (min-width: 1201px) {
  .c-floating__title {
    font-size: 20px;
  }
}
.c-floating__title span {
  font-size: 3.888vw;
}
@media screen and (min-width: 721px) {
  .c-floating__title span {
    font-size: 1.833vw;
  }
}
@media screen and (min-width: 1201px) {
  .c-floating__title span {
    font-size: 22px;
  }
}
.c-floating__txt {
  text-align: center;
  font-size: 2.638vw;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (min-width: 721px) {
  .c-floating__txt {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1201px) {
  .c-floating__txt {
    font-size: 15px;
  }
}
.c-floating__bg img {
  width: 51.111vw;
}
@media screen and (min-width: 721px) {
  .c-floating__bg img {
    width: 24.166vw;
  }
}
@media screen and (min-width: 1201px) {
  .c-floating__bg img {
    width: 290px;
  }
}

.c-popup {
  position: fixed;
  inset: 0;
  background-color: rgba(204, 204, 204, 0.5);
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.c-popup.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.c-popup__inner {
  position: relative;
  width: min(100%, 76.388vw);
  height: 76.388vw;
}
@media screen and (min-width: 721px) {
  .c-popup__inner {
    width: min(100%, 45.833vw);
    height: 45.833vw;
  }
}
@media screen and (min-width: 1201px) {
  .c-popup__inner {
    width: min(100%, 550px);
    height: 550px;
  }
}
.c-popup__btn {
  position: absolute;
  top: 2.777vw;
  right: 2.777vw;
  z-index: 1;
  background-color: #fff;
  border-radius: 50%;
  width: 5.833vw;
  height: 5.833vw;
  padding: 0.833vw 0.972vw;
  cursor: pointer;
}
@media screen and (min-width: 721px) {
  .c-popup__btn {
    top: 1.666vw;
    right: 1.666vw;
    width: 3.5vw;
    height: 3.5vw;
    padding: 0.5vw 0.583vw;
  }
}
@media screen and (min-width: 1201px) {
  .c-popup__btn {
    top: 20px;
    right: 20px;
    width: 42px;
    height: 42px;
    padding: 6px 7px;
  }
}
.c-popup__btn span::before {
  content: "";
  display: block;
  background-color: #754646;
  width: 4.166vw;
  height: 0.555vw;
  transform: translateY(1.805vw) rotate(45deg);
}
@media screen and (min-width: 721px) {
  .c-popup__btn span::before {
    width: 2.5vw;
    height: 0.333vw;
    transform: translateY(1.083vw) rotate(45deg);
  }
}
@media screen and (min-width: 1201px) {
  .c-popup__btn span::before {
    width: 30px;
    height: 4px;
    transform: translateY(13px) rotate(45deg);
  }
}
.c-popup__btn span::after {
  content: "";
  display: block;
  background-color: #754646;
  width: 4.166vw;
  height: 0.555vw;
  transform: translateY(1.25vw) rotate(-45deg);
}
@media screen and (min-width: 721px) {
  .c-popup__btn span::after {
    width: 2.5vw;
    height: 0.333vw;
    transform: translateY(0.75vw) rotate(-45deg);
  }
}
@media screen and (min-width: 1201px) {
  .c-popup__btn span::after {
    width: 30px;
    height: 4px;
    transform: translateY(9px) rotate(-45deg);
  }
}
.c-popup__box {
  position: relative;
  z-index: 0;
}
.c-popup__box__inner {
  position: absolute;
  z-index: 1;
  inset: 0;
  padding: 2.777vw;
  text-align: center;
}
@media screen and (min-width: 721px) {
  .c-popup__box__inner {
    padding: 1.666vw;
  }
}
@media screen and (min-width: 1201px) {
  .c-popup__box__inner {
    padding: 20px;
  }
}
.c-popup__box__link {
  position: absolute;
  bottom: 2.777vw;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
}
@media screen and (min-width: 721px) {
  .c-popup__box__link {
    bottom: 1.666vw;
  }
}
@media screen and (min-width: 1201px) {
  .c-popup__box__link {
    bottom: 20px;
  }
}
.c-popup__box__link a {
  display: inline-block;
  background-color: #d85680;
  border-radius: 2em;
  padding: 0 1.4em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.777vw;
  color: #fff;
  white-space: nowrap;
}
@media screen and (min-width: 721px) {
  .c-popup__box__link a {
    font-size: 1.666vw;
  }
}
@media screen and (min-width: 1201px) {
  .c-popup__box__link a {
    font-size: 20px;
  }
}

body {
  font-family: "Noto Serif JP", serif;
  font-size: 3.75vw;
  line-height: 1.5;
  color: #754646;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 721px) {
  body {
    font-size: 1.166vw;
  }
}
@media screen and (min-width: 1201px) {
  body {
    font-size: 14px;
  }
}

.l-header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #f1b196;
  padding: 1.388vw 1.388vw 0.833vw;
  color: #fff;
  line-height: 1;
}
@media screen and (min-width: 721px) {
  .l-header {
    padding: 0.833vw 1vw 0.5vw 1.666vw;
  }
}
@media screen and (min-width: 1201px) {
  .l-header {
    padding: 10px 12px 6px 20px;
  }
}
.l-header-wrap {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999;
}
.l-header__container {
  display: grid;
  grid-template-columns: 27.777vw 1fr;
}
@media screen and (min-width: 721px) {
  .l-header__container {
    grid-template-columns: 16.666vw 1fr;
    gap: 0.416vw;
  }
}
@media screen and (min-width: 1201px) {
  .l-header__container {
    grid-template-columns: 200px 1fr;
    gap: 5px;
  }
}
.l-header--right {
  justify-self: end;
  display: flex;
  gap: 0.694vw;
  padding-right: 15.694vw;
}
@media screen and (min-width: 721px) {
  .l-header--right {
    gap: 0.416vw;
    padding-right: 8.25vw;
  }
}
@media screen and (min-width: 1201px) {
  .l-header--right {
    gap: 5px;
    padding-right: 99px;
  }
}
.l-header--col {
  display: grid;
  grid-auto-rows: auto;
  gap: 0.555vw;
  border: max(1px, 0.278vw) solid #fff;
  border-radius: 2.5vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 721px) {
  .l-header--col {
    gap: 0.166vw;
    border-width: max(2px, 0.166vw);
    border-radius: 1.333vw;
    font-size: 1.333vw;
  }
}
@media screen and (min-width: 1201px) {
  .l-header--col {
    gap: 2px;
    border-width: 2px;
    border-radius: 16px;
  }
}
.l-header-logo {
  padding-left: 2.777vw;
}
@media screen and (min-width: 721px) {
  .l-header-logo {
    padding-left: 1.333vw;
  }
}
@media screen and (min-width: 1201px) {
  .l-header-logo {
    padding-left: 16px;
  }
}
.l-header-logo img {
  width: 22.222vw;
}
@media screen and (min-width: 721px) {
  .l-header-logo img {
    width: 12.5vw;
  }
}
@media screen and (min-width: 1201px) {
  .l-header-logo img {
    width: 150px;
  }
}
.l-header-form {
  padding: 1.944vw 1.388vw;
  font-size: 2.777vw;
  gap: 0.972vw;
}
@media screen and (min-width: 721px) {
  .l-header-form {
    gap: 0.166vw;
    padding: 1vw 0.666vw 0.5vw;
    font-size: 1.416vw;
  }
}
@media screen and (min-width: 1201px) {
  .l-header-form {
    gap: 2px;
    padding: 12px 8px 6px;
    font-size: 17px;
  }
}
.l-header-form img {
  width: 11.388vw;
}
@media screen and (min-width: 721px) {
  .l-header-form img {
    width: 6.833vw;
  }
}
@media screen and (min-width: 1201px) {
  .l-header-form img {
    width: 82px;
  }
}
.l-header-tel {
  padding: 0.833vw 4.166vw 0;
  font-size: 2.777vw;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 721px) {
  .l-header-tel {
    padding: 0.416vw 2.333vw;
    font-size: 1.416vw;
  }
}
@media screen and (min-width: 1201px) {
  .l-header-tel {
    padding: 5px 28px;
    font-size: 17px;
  }
}
.l-header-tel img {
  width: 5.555vw;
}
@media screen and (min-width: 721px) {
  .l-header-tel img {
    width: 3.333vw;
  }
}
@media screen and (min-width: 1201px) {
  .l-header-tel img {
    width: 40px;
  }
}
.l-header-line {
  padding: 1.805vw 3.611vw 1.111vw;
  font-size: 2.777vw;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 721px) {
  .l-header-line {
    gap: 0.25vw;
    padding: 0.833vw 1.666vw;
    font-size: 1.416vw;
  }
}
@media screen and (min-width: 1201px) {
  .l-header-line {
    gap: 3px;
    padding: 10px 20px;
    font-size: 17px;
  }
}
.l-header-line img {
  width: 7.222vw;
}
@media screen and (min-width: 721px) {
  .l-header-line img {
    width: 4.333vw;
  }
}
@media screen and (min-width: 1201px) {
  .l-header-line img {
    width: 52px;
  }
}
.l-header-nav {
  position: fixed;
  top: 1.388vw;
  right: 1.388vw;
  z-index: 1001;
}
@media screen and (min-width: 721px) {
  .l-header-nav {
    top: 0.833vw;
    right: 1vw;
  }
}
@media screen and (min-width: 1201px) {
  .l-header-nav {
    top: 10px;
    right: 12px;
  }
}
.l-header-nav__btn {
  position: relative;
  z-index: 102;
  border: max(1px, 0.278vw) solid #fff;
  border-radius: 2.222vw;
  width: 14.861vw;
  height: 15vw;
  padding: 3.333vw;
  cursor: pointer;
}
@media screen and (min-width: 721px) {
  .l-header-nav__btn {
    border-width: max(2px, 0.166vw);
    border-radius: 1.333vw;
    width: 7.833vw;
    height: 8vw;
    padding: 1.666vw;
  }
}
@media screen and (min-width: 1201px) {
  .l-header-nav__btn {
    border-width: 2px;
    border-radius: 16px;
    width: 94px;
    height: 96px;
    padding: 20px;
  }
}
.l-header-nav__btn::before, .l-header-nav__btn::after {
  content: "";
  position: absolute;
  left: 50%;
  right: 0;
  background-color: #fff;
  width: 7.638vw;
  height: 0.555vw;
  transform: translateX(-50%);
  transition: transform 0.3s ease;
}
@media screen and (min-width: 721px) {
  .l-header-nav__btn::before, .l-header-nav__btn::after {
    width: 4.166vw;
    height: 0.333vw;
  }
}
@media screen and (min-width: 1201px) {
  .l-header-nav__btn::before, .l-header-nav__btn::after {
    width: 50px;
    height: 4px;
  }
}
.l-header-nav__btn::before {
  top: 4.166vw;
}
@media screen and (min-width: 721px) {
  .l-header-nav__btn::before {
    top: 2vw;
  }
}
@media screen and (min-width: 1201px) {
  .l-header-nav__btn::before {
    top: 24px;
  }
}
.l-header-nav__btn::after {
  bottom: 4.166vw;
}
@media screen and (min-width: 721px) {
  .l-header-nav__btn::after {
    bottom: 2vw;
  }
}
@media screen and (min-width: 1201px) {
  .l-header-nav__btn::after {
    bottom: 24px;
  }
}
.l-header-nav__btn span {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  background-color: #fff;
  width: 7.638vw;
  height: 0.555vw;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 721px) {
  .l-header-nav__btn span {
    width: 4.166vw;
    height: 0.333vw;
  }
}
@media screen and (min-width: 1201px) {
  .l-header-nav__btn span {
    width: 50px;
    height: 4px;
  }
}
.l-header-nav__btn.active::before {
  transform: translate(-50%, 2.777vw) rotate(-45deg);
}
@media screen and (min-width: 721px) {
  .l-header-nav__btn.active::before {
    transform: translate(-50%, 1.666vw) rotate(-45deg);
  }
}
@media screen and (min-width: 1201px) {
  .l-header-nav__btn.active::before {
    transform: translate(-50%, 20px) rotate(-45deg);
  }
}
.l-header-nav__btn.active::after {
  transform: translate(-50%, -2.777vw) rotate(45deg);
}
@media screen and (min-width: 721px) {
  .l-header-nav__btn.active::after {
    transform: translate(-50%, -1.666vw) rotate(45deg);
  }
}
@media screen and (min-width: 1201px) {
  .l-header-nav__btn.active::after {
    transform: translate(-50%, -20px) rotate(45deg);
  }
}
.l-header-nav__btn.active span {
  display: none;
}
.l-header-nav__menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background-color: rgba(242, 178, 151, 0.9);
  min-width: 69.444vw;
  padding: 18.055vw 2.777vw 2.777vw;
  overflow-y: auto;
  transition: transform 0.3s ease;
  transform: translateX(100%);
  color: #030712;
}
@media screen and (min-width: 721px) {
  .l-header-nav__menu {
    min-width: 29.166vw;
    padding: 10vw 1.666vw 1.666vw;
  }
}
@media screen and (min-width: 1201px) {
  .l-header-nav__menu {
    min-width: 350px;
    padding: 120px 20px 20px;
  }
}
.l-header-nav__menu.active {
  transform: translateX(0);
}
.l-header-nav__menu .g-nav {
  display: block;
}
.l-header-nav__menu .g-nav-li {
  display: block;
  border-bottom: 1px solid #030712;
}
.l-header-nav__menu .g-nav-li.current {
  background-color: rgba(255, 255, 255, 0.2);
}
.l-header-nav__menu .g-nav-title {
  position: relative;
  display: block;
  padding: 4.166vw 5.555vw;
}
@media screen and (min-width: 721px) {
  .l-header-nav__menu .g-nav-title {
    padding: 15px 20px;
  }
}
@media screen and (min-width: 1201px) {
  .l-header-nav__menu .g-nav-title {
    padding: 15px 20px;
  }
}
.l-header-nav__menu .g-nav-title:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.l-header-nav__menu .g-nav-wrap {
  display: grid;
  grid-template-columns: auto 40px;
}
.l-header-nav__menu .g-nav-btn {
  position: relative;
}
.l-header-nav__menu .g-nav-btn::before, .l-header-nav__menu .g-nav-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #030712;
}
.l-header-nav__menu .g-nav-btn::before {
  width: 12px;
  height: 1px;
}
.l-header-nav__menu .g-nav-btn::after {
  width: 1px;
  height: 12px;
}
.l-header-nav__menu .g-nav-btn.active::after {
  display: none;
}
.l-header-nav__menu .wp-block-navigation-item {
  border-bottom: 1px solid #030712;
}
.l-header-nav__menu .wp-block-navigation-item__content {
  position: relative;
  display: block;
  padding: 4.166vw 5.555vw;
}
@media screen and (min-width: 721px) {
  .l-header-nav__menu .wp-block-navigation-item__content {
    padding: 15px 20px;
  }
}
@media screen and (min-width: 1201px) {
  .l-header-nav__menu .wp-block-navigation-item__content {
    padding: 15px 20px;
  }
}
.l-header-nav__menu .s-nav {
  padding-bottom: 10px;
}
.l-header-nav__menu .s-nav-panel {
  display: none;
}
.l-header-nav__menu .s-nav-title {
  display: block;
  padding: 4.166vw 5.555vw;
}
@media screen and (min-width: 721px) {
  .l-header-nav__menu .s-nav-title {
    padding: 15px 20px;
  }
}
@media screen and (min-width: 1201px) {
  .l-header-nav__menu .s-nav-title {
    padding: 15px 20px;
  }
}

.l-submain {
  position: relative;
}
.l-submain__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: -moz-max-content;
  width: max-content;
  text-align: center;
}
@media screen and (min-width: 721px) {
  .l-submain__title {
    padding-top: 3.333vw;
  }
}
.l-submain__title h1 {
  font-size: 8.194vw;
  font-weight: normal;
  color: #fff;
}
@media screen and (min-width: 721px) {
  .l-submain__title h1 {
    font-size: 3.5vw;
  }
}
.l-submain__title__img img {
  width: 38.333vw;
}
@media screen and (min-width: 721px) {
  .l-submain__title__img img {
    width: 25.75vw;
  }
}
.l-submain__bg img {
  width: 100%;
}

.l-page-top {
  position: fixed;
  right: 5.555vw;
  bottom: 4.166vw;
  z-index: 99;
}
@media screen and (min-width: 721px) {
  .l-page-top {
    right: 3.333vw;
    bottom: 2.5vw;
  }
}
@media screen and (min-width: 1201px) {
  .l-page-top {
    right: 40px;
    bottom: 30px;
  }
}
.l-page-top a {
  display: block;
  background-color: #f2b297;
  width: 6.944vw;
  height: 6.944vw;
  padding: 0.694vw;
}
@media screen and (min-width: 721px) {
  .l-page-top a {
    width: 4.166vw;
    height: 4.166vw;
    padding: 0.416vw;
  }
}
@media screen and (min-width: 1201px) {
  .l-page-top a {
    width: 50px;
    height: 50px;
    padding: 5px;
  }
}
.l-page-top span {
  display: block;
  background-color: #fff;
  clip-path: polygon(20% 70%, 50% 30%, 80% 70%, 75% 75%, 50% 44%, 25% 75%);
  width: 5.555vw;
  height: 5.555vw;
}
@media screen and (min-width: 721px) {
  .l-page-top span {
    width: 3.333vw;
    height: 3.333vw;
  }
}
@media screen and (min-width: 1201px) {
  .l-page-top span {
    width: 40px;
    height: 40px;
  }
}

.l-footer {
  padding: 4.166vw;
}
@media screen and (min-width: 721px) {
  .l-footer {
    padding: 2.5vw;
  }
}
@media screen and (min-width: 1201px) {
  .l-footer {
    padding: 30px;
  }
}
.l-footer__container {
  display: grid;
  grid-auto-flow: row;
  gap: 8.333vw;
}
@media screen and (min-width: 721px) {
  .l-footer__container {
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    gap: 2.5vw;
    width: 100%;
    max-width: 88.333vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1201px) {
  .l-footer__container {
    max-width: 1060px;
    gap: 30px;
  }
}
.l-footer-logo {
  grid-row: 2/3;
}
@media screen and (min-width: 721px) {
  .l-footer-logo {
    grid-row: 1/2;
    grid-column: 2/3;
  }
}
.l-footer-logo h2 {
  text-align: center;
}
.l-footer-logo h2 img {
  width: 40.277vw;
}
@media screen and (min-width: 721px) {
  .l-footer-logo h2 img {
    width: 14.166vw;
  }
}
@media screen and (min-width: 1201px) {
  .l-footer-logo h2 img {
    width: 170px;
  }
}
.l-footer-sns {
  display: grid;
  grid-auto-flow: row;
  gap: 6.944vw;
  grid-row: 1/2;
}
@media screen and (min-width: 721px) {
  .l-footer-sns {
    grid-row: 1/2;
    grid-column: 3/4;
    grid-auto-flow: column;
    justify-content: right;
    gap: 2.5vw;
  }
}
@media screen and (min-width: 1201px) {
  .l-footer-sns {
    gap: 30px;
  }
}
.l-footer-sns--col {
  text-align: center;
}
.l-footer-instagram img {
  width: 9.861vw;
}
@media screen and (min-width: 721px) {
  .l-footer-instagram img {
    width: 1.833vw;
  }
}
@media screen and (min-width: 1201px) {
  .l-footer-instagram img {
    width: 22px;
  }
}
.l-footer-instagram__txt {
  font-size: 5.277vw;
}
@media screen and (min-width: 721px) {
  .l-footer-instagram__txt {
    margin-top: 0.166vw;
    font-size: 1.166vw;
  }
}
@media screen and (min-width: 1201px) {
  .l-footer-instagram__txt {
    margin-top: 2px;
    font-size: 14px;
  }
}
.l-footer-blog img {
  width: 9.861vw;
}
@media screen and (min-width: 721px) {
  .l-footer-blog img {
    width: 1.833vw;
  }
}
@media screen and (min-width: 1201px) {
  .l-footer-blog img {
    width: 22px;
  }
}
.l-footer-blog__txt {
  font-size: 4.861vw;
}
@media screen and (min-width: 721px) {
  .l-footer-blog__txt {
    margin-top: 0.166vw;
    font-size: 1.083vw;
  }
}
@media screen and (min-width: 1201px) {
  .l-footer-blog__txt {
    margin-top: 2px;
    font-size: 13px;
  }
}
.l-footer-copyright {
  margin-top: 4.166vw;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.75vw;
  text-align: center;
}
@media screen and (min-width: 1201px) {
  .l-footer-copyright {
    margin-top: 1.666vw;
    font-size: 1.166vw;
  }
}
@media screen and (min-width: 721px) {
  .l-footer-copyright {
    margin-top: 20px;
    font-size: 14px;
  }
}

.c-page-content {
  margin-top: 2.777vw;
  padding: 0 5.555vw;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.75vw;
  line-height: 1.4;
}
@media screen and (min-width: 721px) {
  .c-page-content {
    width: 100%;
    max-width: 100vw;
    margin: 0 auto;
    margin-top: 1.666vw;
    padding: 0 3.333vw;
    font-size: 1.166vw;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1201px) {
  .c-page-content {
    max-width: 1200px;
    margin-top: 20px;
    padding: 0 40px;
    font-size: 14px;
  }
}
.c-page-content h1 {
  border-left: 0.555vw solid #cd547b;
  margin: 4.166vw 0;
  padding-left: 0.5em;
  font-size: 5.277vw;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (min-width: 721px) {
  .c-page-content h1 {
    border-left: 0.333vw solid #cd547b;
    margin: 1.666vw 0;
    font-size: 2.666vw;
  }
}
@media screen and (min-width: 1201px) {
  .c-page-content h1 {
    border-left: 4px solid #cd547b;
    margin: 20px 0;
    font-size: 32px;
  }
}
.c-page-content h2 {
  margin: 4.166vw 0;
  font-size: 4.722vw;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (min-width: 721px) {
  .c-page-content h2 {
    margin: 1.666vw 0;
    font-size: 1.916vw;
  }
}
@media screen and (min-width: 1201px) {
  .c-page-content h2 {
    margin: 20px 0;
    font-size: 23px;
  }
}
.c-page-content h3 {
  margin: 2.777vw 0;
  font-size: 4.166vw;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (min-width: 721px) {
  .c-page-content h3 {
    margin: 0.833vw 0;
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 1201px) {
  .c-page-content h3 {
    margin: 10px 0;
    font-size: 18px;
  }
}
.c-page-content h4 {
  display: inline;
  font-size: inherit;
  color: #cd547b;
}
.c-page-content p {
  margin: 1em 0;
}
.c-page-content blockquote {
  position: relative;
  background-color: rgba(242, 178, 151, 0.2);
  border-left: 3px solid #f2b297;
  padding: 1em;
}
.c-page-content blockquote::before {
  content: "“";
  position: absolute;
  top: 0.2em;
  left: 0.2em;
  color: #f2b297;
  font-size: 3em;
  line-height: 1;
}
.c-page-content blockquote p {
  position: relative;
  padding-left: 2em;
}
.c-page-content blockquote cite {
  display: block;
  font-size: 0.8rem;
  color: #f2b297;
  text-align: right;
}
.c-page-content a {
  color: #f2b297;
  text-decoration: underline;
}
.c-page-content a:hover {
  text-decoration: none;
}
.c-page-content code {
  background-color: #f4f4f4;
  padding: 0.1em 0.3em;
  font-family: "Courier New", Courier, monospace;
}
.c-page-content pre {
  background-color: #2d2d2d;
  padding: 1em;
  color: #e0e77e;
  overflow-x: auto;
  white-space: pre-wrap;
}
.c-page-content pre code {
  background-color: transparent;
  padding: 0;
  color: inherit;
}
.c-page-content ul {
  margin: 1em 0;
}
.c-page-content ul > li {
  list-style: disc inside;
}
.c-page-content ul > li ul,
.c-page-content ul > li ol {
  margin: 0.2em 0;
  padding-left: 1.5em;
}
.c-page-content ol {
  margin: 1em 0;
}
.c-page-content ol > li {
  list-style: decimal inside;
}
.c-page-content ol > li ul,
.c-page-content ol > li ol {
  margin: 0.2em 0;
  padding-left: 1.5em;
}
.c-page-content table {
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #99a1af;
  border-left: 1px solid #99a1af;
  margin: 1em 0;
}
.c-page-content th,
.c-page-content td {
  border-right: 1px solid #99a1af;
  border-bottom: 1px solid #99a1af;
  padding: 0.4em 0.8em;
}
.c-page-content th {
  background-color: rgba(242, 178, 151, 0.2);
}
.c-page-content dl {
  margin: 1em 0;
}
.c-page-content dt {
  font-weight: bold;
}
.c-page-content dd {
  margin-left: 2em;
}
.c-page-content figure {
  max-width: 100%;
  height: auto;
}
.c-page-content iframe {
  display: block;
  max-width: 100%;
}
.c-page-content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.c-page-content .alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}
.c-page-content .alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}
