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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

@media screen and (max-width: 1279px) and (min-width: 600px) {
  html {
    font-size: calc(16 / 1280 * 100vw);
  }
}
@media screen and (max-width: 599px) {
  html {
    font-size: calc(16 / 390 * 100vw);
  }
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #524b4b;
  background-color: #a4afa4;
  font-weight: 500;
}
body.is-fixed {
  overflow: hidden;
}

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}

a {
  text-decoration: none;
  transition: 0.3s;
  color: inherit;
  cursor: pointer;
}

picture,
img,
a,
span {
  display: inline-block;
}

video,
img,
svg {
  width: 100%;
  height: 100%;
}

button {
  font: inherit;
  color: inherit;
  background: transparent;
  background: none;
  border: none;
  cursor: pointer;
}

input,
textarea,
select {
  font: inherit;
}

@media screen and (min-width: 1280px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

.hidden-pc {
  display: none;
}
@media screen and (max-width: 599px) {
  .hidden-pc {
    display: inline-block;
  }
}

.hidden-sp {
  display: inline-block;
}
@media screen and (max-width: 599px) {
  .hidden-sp {
    display: none;
  }
}

.hidden-tb-only {
  display: none;
}
@media screen and (max-width: 599px) {
  .hidden-tb-only {
    display: none;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .hidden-tb-only {
    display: inline-block;
  }
}

.hidden-pc-only {
  display: none;
}
@media screen and (max-width: 599px) {
  .hidden-pc-only {
    display: inline-block;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .hidden-pc-only {
    display: inline-block;
  }
}

.inner {
  padding-inline: 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 599px) {
  .inner {
    padding-inline: 1.25rem;
  }
}

.tag {
  border-radius: 30px;
  background-color: transparent;
  color: #524b4b;
  font-weight: 400;
  white-space: nowrap;
}
@media screen and (max-width: 599px) {
  .tag {
    padding-block: 10px;
    padding-inline: 23px;
  }
}
.tag::before {
  content: "#";
  letter-spacing: 0;
  margin-right: -0.3125rem;
}

.button {
  padding-block: 0.625rem;
  padding-inline: 3.59375rem;
  background-color: #d19c9c;
  color: #fff;
  font-size: max(1.875rem, 20px);
  font-weight: 400;
  line-height: 1.4333333333;
  transition: background-color 0.4s cubic-bezier(0.4, 0, 0.2, 1), color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (max-width: 599px) {
  .button {
    padding-block: 10px;
    padding-inline: 38px;
    font-size: 15px;
    line-height: 1.4666666667;
  }
}
@media (any-hover: hover) {
  .button:hover {
    background-color: #fff;
    color: #d19c9c;
  }
}

.preparation {
  padding: 40px 30px 100px;
  font-size: 28px;
  text-align: center;
  line-height: 1.4;
}

.js-top-fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 2.1s ease-out, transform 2.1s ease-out;
  transition-delay: 0s;
}
.js-top-fade-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.js-top-fade-up.left {
  margin-right: auto;
  margin-left: 0;
  display: block;
}
@media screen and (max-width: 599px) {
  .js-top-fade-up.left {
    margin: 0 auto;
  }
}
.js-top-fade-up.right {
  margin-left: auto;
  margin-right: 0;
  display: block;
}
@media screen and (max-width: 599px) {
  .js-top-fade-up.right {
    margin: 0 auto;
  }
}

.js-fade-up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition-delay: 0s;
}
.js-fade-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.title-anim {
  opacity: 0;
  visibility: hidden;
}
.title-anim span {
  display: inline-block;
  opacity: 0;
  clip-path: inset(0 100% 0 0);
  animation: revealChar 0.8s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

@keyframes revealChar {
  to {
    opacity: 1;
    clip-path: inset(0 0% 0 0);
  }
}
.title-anim-category {
  opacity: 0;
  visibility: hidden;
}
.title-anim-category span {
  display: inline-block;
  opacity: 0;
  clip-path: inset(0 100% 0 0);
  animation: revealChar 1s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

.subtitle {
  opacity: 0;
  transform: translateY(10px);
  animation: subtitleFade 0.6s ease-out 1.5s forwards;
}

@keyframes subtitleFade {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: transparent;
  padding-top: 1.75rem;
  color: #524b4b;
  transition: color 0.3s ease;
}
@media screen and (max-width: 599px) {
  .header {
    padding-top: 0.625rem;
  }
}
.header.header--light-text .header__nav-item {
  color: #f4ede6;
}
.header.header--light-text .header__submenu a::before,
.header.header--light-text .submenu-item-inner a::before {
  background-color: #f4ede6;
}
.header.header--light-text .header__nav-search--color {
  stroke: #f4ede6;
}
.header.header--light-text .drawer-icon-bar {
  background-color: #f4ede6;
}
.header.header--dark-text .header__nav-item {
  color: #524b4b;
}
.header.header--dark-text .header__submenu a::before,
.header.header--dark-text .submenu-item-inner a::before {
  background-color: #524b4b;
}
.header.header--dark-text .header__nav-search--color {
  stroke: #524b4b;
}
.header.header--dark-text .drawer-icon-bar {
  background-color: #524b4b;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline: 2.625rem 3.125rem;
  max-width: 1280px;
  margin-inline: auto;
}
@media screen and (max-width: 599px) {
  .header__inner {
    padding-inline: 0.9375rem 1.25rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .header__inner {
    padding-inline: max(1.875rem, 15px) max(2.5rem, 20px);
  }
}

.header__logo-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.header__logo {
  width: max(9.375rem, 97px);
  flex-shrink: 0;
}
@media screen and (max-width: 599px) {
  .header__logo {
    width: 6.0625rem;
  }
}
.header__logo img {
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .header__logo:hover img {
    opacity: 0.6;
  }
}

.header__logo-catch {
  font-size: max(0.6875rem, 8px);
  line-height: 1.4545454545;
  margin-top: -0.5rem;
}
@media screen and (max-width: 599px) {
  .header__logo-catch {
    font-size: min(0.5rem, 11px);
    line-height: 1.5;
    margin-top: -0.5625rem;
  }
}

.header__nav {
  display: flex;
  gap: 1.75rem;
}
@media screen and (max-width: 599px) {
  .header__nav {
    display: none;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .header__nav {
    display: none;
  }
}

.header__nav-search {
  translate: 0 0.1875rem;
}
@media screen and (max-width: 599px) {
  .header__nav-search {
    translate: 0 0;
  }
  .header__nav-search.header__nav-search--sp svg {
    width: 24px;
    height: 24px;
  }
}
.header__nav-search svg {
  width: max(2.625rem, 24px);
  height: max(2.625rem, 24px);
  aspect-ratio: 1/1;
  flex-shrink: 0;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .header__nav-search svg:hover {
    opacity: 0.6;
  }
}

.header__nav-search--color {
  stroke: #524b4b;
}

.header__nav-list {
  display: flex;
  margin-top: 0.4375rem;
}

.header__nav-item {
  position: relative;
  font-size: 1.25rem;
  line-height: 1.45;
  display: flex;
  flex-direction: column;
  padding-bottom: 0.4375rem;
}
.header__nav-item:nth-of-type(1) {
  margin-right: 1.125rem;
}
.header__nav-item:nth-of-type(2) {
  margin-right: 2.125rem;
}
.header__nav-item:nth-of-type(3) {
  margin-right: 1.5625rem;
}
.header__nav-item:nth-of-type(4) {
  margin-right: 1.0625rem;
}
.header__nav-item:nth-of-type(5) {
  margin-right: 1rem;
}
.header__nav-item a {
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .header__nav-item a:hover {
    opacity: 0.6;
  }
}

.header__submenu-wrapper {
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  width: max-content;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.8s ease;
}

.header__nav-item--has-submenu:hover > .header__submenu-wrapper,
.header__nav-item--has-submenu:focus-within > .header__submenu-wrapper,
.header__nav-item--has-submenu > .header__submenu-wrapper:hover {
  pointer-events: auto;
  opacity: 1;
}

.header__submenu {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  position: static;
  width: 100%;
}
.header__submenu li {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 13px;
  line-height: 1.4615384615;
  white-space: nowrap;
  will-change: opacity, transform;
}

.header__nav-item--has-submenu:hover .header__submenu li,
.header__nav-item--has-submenu:focus-within .header__submenu li,
.header__nav-item--has-submenu .header__submenu:hover li {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.header__submenu li {
  overflow: hidden;
}

.header__submenu .submenu-item-inner {
  opacity: 0;
  transform: translateY(-40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  position: relative;
}
.header__submenu .submenu-item-inner a {
  position: relative;
  display: inline-block;
  padding-bottom: 2px;
}
.header__submenu .submenu-item-inner a::before {
  background-color: #524b4b;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease;
}
@media (any-hover: hover) {
  .header__submenu .submenu-item-inner a {
    opacity: 1;
  }
  .header__submenu .submenu-item-inner a:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}

.header__nav-item--has-submenu:hover .header__submenu .submenu-item-inner,
.header__nav-item--has-submenu:focus-within .header__submenu .submenu-item-inner,
.header__nav-item--has-submenu .header__submenu:hover .submenu-item-inner {
  opacity: 1;
  transform: translateY(0);
}

.header__nav--sp {
  display: none;
}
@media screen and (max-width: 599px) {
  .header__nav--sp {
    display: flex;
    gap: 1.1875rem;
    align-items: center;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .header__nav--sp {
    display: flex;
    gap: 1.1875rem;
    align-items: center;
  }
}

.drawer-icon {
  width: 30px;
  height: 20px;
  position: relative;
  border: none;
  z-index: 103;
}
.drawer-icon.is-checked .drawer-icon-bar {
  background-color: #524b4b;
}
.drawer-icon.is-checked .drawer-icon-bar:nth-of-type(1), .drawer-icon.is-checked .drawer-icon-bar:nth-of-type(3) {
  top: 10px;
}
.drawer-icon.is-checked .drawer-icon-bar:nth-of-type(1) {
  transform: rotate(45deg);
}
.drawer-icon.is-checked .drawer-icon-bar:nth-of-type(2) {
  display: none;
}
.drawer-icon.is-checked .drawer-icon-bar:nth-of-type(3) {
  transform: rotate(-45deg);
}

.drawer-icon-bar {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  transition: top 0.4s, transform 0.4s;
  background-color: #524b4b;
}
.drawer-icon-bar:nth-of-type(1) {
  top: 0;
}
.drawer-icon-bar:nth-of-type(2) {
  top: 8px;
}
.drawer-icon-bar:nth-of-type(3) {
  top: 16px;
}

.drawer {
  display: none;
}
@media screen and (max-width: 599px) {
  .drawer {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: min(460px, 95.1282051282%);
    height: 709px;
    z-index: 102;
    transform: translateX(101%);
    border-radius: 25px 0 25px 300px;
    background-color: #fdfcf9;
    box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.25);
    transition: transform 0.4s;
  }
  .drawer.is-checked {
    transform: translateX(0);
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .drawer {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: min(676px, 76.6666666667%);
    height: 709px;
    z-index: 102;
    transform: translateX(101%);
    border-radius: 25px 0 25px 300px;
    background-color: #fdfcf9;
    box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.25);
    transition: transform 0.4s;
  }
  .drawer.is-checked {
    transform: translateX(0);
  }
}

.drawer__content {
  padding-block: 78px 119px;
  padding-inline: 12.8205128205vw 13.8461538462vw;
}

.drawer-menu {
  display: flex;
  gap: 3.8461538462vw;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .drawer-menu {
    gap: 8.3333333333vw;
  }
}

.drawer-menu__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.drawer-menu__item {
  font-size: 20px;
  font-weight: 700;
  color: #524b4b;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
}
.drawer-menu__list--1 .drawer-menu__item:nth-of-type(2) {
  margin-top: 64px;
}
.drawer-menu__list--1 .drawer-menu__item:nth-of-type(3) {
  margin-top: 33px;
}
.drawer-menu__list--2 .drawer-menu__item:nth-of-type(2) {
  margin-top: 12px;
}
.drawer-menu__list--2 .drawer-menu__item:nth-of-type(3) {
  margin-top: 52px;
}
.drawer-menu__list--2 .drawer-menu__item.drawer-menu__sns {
  margin-top: 44px;
}
.drawer-menu__list--2 .drawer-menu__item:nth-of-type(5) {
  margin-top: 159px;
}
.drawer-menu__item.drawer-menu__item--has-submenu {
  gap: 12px;
}
.drawer-menu__item.drawer-menu__item--privacy {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4615384615;
  translate: -2.125rem;
}

.drawer-menu__submenu {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .drawer-menu__submenu {
    gap: 15px;
  }
}

.drawer-menu__submenu-item {
  font-size: 13px;
  font-weight: 700;
  color: #524b4b;
  white-space: nowrap;
}

.drawer-menu__sns-link {
  width: 38px;
  height: 38px;
  translate: -0.25rem;
}

.page-header {
  position: relative;
  width: 100%;
  padding-block: 13.5rem 5.125rem;
  overflow: hidden;
  z-index: 0;
}
@media screen and (max-width: 599px) {
  .page-header {
    padding-block: 78px 76px;
    overflow: visible;
  }
}
.concept-page .page-header {
  padding-block: 11rem 7.625rem;
}
@media screen and (max-width: 599px) {
  .concept-page .page-header {
    padding-block: 78px 69px;
  }
}
.gift-page .page-header {
  padding-block: 10.9375rem 7.75rem;
}
@media screen and (max-width: 599px) {
  .gift-page .page-header {
    padding-block: 78px 77px;
  }
}
.about-page .page-header {
  padding-block: 10.875rem 7.75rem;
}
@media screen and (max-width: 599px) {
  .about-page .page-header {
    padding-block: 78px 76px;
  }
}
.news-page .page-header {
  padding-block: 10.625rem 7.375rem;
}
@media screen and (max-width: 599px) {
  .news-page .page-header {
    padding-block: 78px 77px;
  }
}
.contact-page .page-header {
  padding-block: 10.875rem 7.375rem;
}
@media screen and (max-width: 599px) {
  .contact-page .page-header {
    padding-block: 79px 59px;
  }
}
.privacy-page .page-header {
  padding-block: 10.5625rem 7.4375rem;
}
@media screen and (max-width: 599px) {
  .privacy-page .page-header {
    padding-block: 77px 76px;
  }
}
.all-posts-page .page-header {
  padding-block: 10.875rem 7.75rem;
}
@media screen and (max-width: 599px) {
  .all-posts-page .page-header {
    padding-block: 78px 76px;
  }
}

.page-header__circle {
  position: absolute;
  background-color: #fdfcf9;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  top: -22.6875rem;
  width: 112.109375vw;
  height: min(43.1875rem, 691px);
  z-index: 0;
}
@media screen and (max-width: 599px) {
  .page-header__circle {
    height: min(15.3125rem, 245px);
    background: url("../img/sp/page-header-bg.svg") no-repeat bottom center/cover;
    width: 100%;
    border-radius: 0;
    top: 0;
    left: 0;
    transform: none;
    background-color: transparent;
  }
}

.page-header__tittle-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.3125rem;
}
@media screen and (max-width: 599px) {
  .page-header__tittle-wrapper {
    gap: 10px;
  }
}

.page-header__main-tittle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  width: fit-content;
  margin-inline: auto;
}
.gift-page .page-header__main-tittle {
  padding-left: 0.1875rem;
}
@media screen and (max-width: 599px) {
  .gift-page .page-header__main-tittle {
    padding-left: 3px;
  }
}
.page-header__main-tittle::before {
  content: "";
  position: absolute;
  background: url("../img/page-title-deco-blown.webp") no-repeat center center/contain;
  width: 7.3125rem;
  height: 7.25rem;
  left: -3.5rem;
  top: -0.0625rem;
  z-index: 2;
}
@media screen and (max-width: 599px) {
  .page-header__main-tittle::before {
    width: 70px;
    height: 69px;
    left: -37px;
    top: -1px;
  }
}
.concept-page .page-header__main-tittle::before {
  left: -2.6875rem;
  top: -1.1875rem;
}
@media screen and (max-width: 599px) {
  .concept-page .page-header__main-tittle::before {
    width: 58px;
    height: 58px;
    left: -17px;
    top: 10px;
  }
}
.gift-page .page-header__main-tittle::before {
  background: url("../img/page-title-deco-gray.webp") no-repeat center center/contain;
  left: -1.125rem;
  top: -0.25rem;
}
@media screen and (max-width: 599px) {
  .gift-page .page-header__main-tittle::before {
    width: 85px;
    height: 84px;
    left: -9px;
  }
}
.about-page .page-header__main-tittle::before {
  left: -4.1875rem;
}
@media screen and (max-width: 599px) {
  .about-page .page-header__main-tittle::before {
    left: -42px;
    width: 88px;
    height: 87px;
  }
}
.news-page .page-header__main-tittle::before {
  top: -1.0625rem;
  left: -3.875rem;
  background: url("../img/page-title-deco-yellow.webp") no-repeat center center/contain;
}
@media screen and (max-width: 599px) {
  .news-page .page-header__main-tittle::before {
    width: 79px;
    height: 78px;
    left: -42px;
    top: -6px;
  }
}
.contact-page .page-header__main-tittle::before {
  left: -4rem;
  background: url("../img/page-title-deco-purple.webp") no-repeat center center/contain;
}
@media screen and (max-width: 599px) {
  .contact-page .page-header__main-tittle::before {
    width: 79px;
    height: 78px;
    left: -39px;
    top: 4px;
  }
}
.privacy-page .page-header__main-tittle::before {
  left: -0.875rem;
  top: -0.5rem;
}
@media screen and (max-width: 599px) {
  .privacy-page .page-header__main-tittle::before {
    width: 79px;
    height: 78px;
    left: -5px;
    top: -15px;
  }
}

.page-header__main-tittle--en {
  z-index: 3;
  font-size: 4.375rem;
  letter-spacing: 0.39375rem;
  line-height: 1.4428571429;
}
@media screen and (max-width: 599px) {
  .page-header__main-tittle--en {
    font-size: 50px;
    line-height: 1.44;
    letter-spacing: 0;
  }
}
.concept-page .page-header__main-tittle--en {
  padding-left: 2px;
}
@media screen and (max-width: 599px) {
  .gift-page .page-header__main-tittle--en {
    letter-spacing: 4.5px;
  }
}
.gift-page .page-header__main-tittle--en span:nth-of-type(5) {
  font-size: 3rem;
  font-weight: 500;
  line-height: 2.1041666667;
  letter-spacing: 0.27rem;
}
@media screen and (max-width: 599px) {
  .gift-page .page-header__main-tittle--en span:nth-of-type(5) {
    font-size: 35px;
    line-height: 1.44;
    letter-spacing: 3.15px;
  }
}
.about-page .page-header__main-tittle--en {
  padding-left: 0.1875rem;
}
@media screen and (max-width: 599px) {
  .about-page .page-header__main-tittle--en {
    letter-spacing: 4.5px;
    padding-left: 3px;
  }
}
.news-page .page-header__main-tittle--en {
  text-transform: uppercase;
  padding-left: 0.25rem;
}
@media screen and (max-width: 599px) {
  .news-page .page-header__main-tittle--en {
    font-size: 45px;
    letter-spacing: 4.05px;
    padding-left: 4px;
  }
}
@media screen and (max-width: 599px) {
  .contact-page .page-header__main-tittle--en {
    font-size: 60px;
    letter-spacing: 5.4px;
    line-height: 1.45;
  }
}
.privacy-page .page-header__main-tittle--en {
  padding-left: 0.4375rem;
}
@media screen and (max-width: 599px) {
  .privacy-page .page-header__main-tittle--en {
    letter-spacing: 4.05px;
    font-size: 45px;
    line-height: 1.4444444444;
    padding-left: 7px;
  }
}

.page-header__main-tittle--ja {
  padding-bottom: 0.625rem;
  font-size: 15px;
  line-height: 1.4666666667;
  letter-spacing: 0.084375rem;
  margin-top: -0.5rem;
}
@media screen and (max-width: 599px) {
  .page-header__main-tittle--ja {
    font-size: 11px;
    line-height: 1.4545454545;
    letter-spacing: 0.99px;
    margin-top: -5px;
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 599px) {
  .concept-page .page-header__main-tittle--ja {
    font-size: 15px;
    letter-spacing: 1.35px;
    line-height: 1.4666666667;
    margin-top: -4px;
  }
}
.gift-page .page-header__main-tittle--ja {
  margin-top: -1.1875rem;
}
@media screen and (max-width: 599px) {
  .gift-page .page-header__main-tittle--ja {
    margin-top: -6px;
  }
}
.news-page .page-header__main-tittle--ja {
  margin-top: 0.125rem;
}
@media screen and (max-width: 599px) {
  .news-page .page-header__main-tittle--ja {
    margin-top: 2px;
  }
}
.contact-page .page-header__main-tittle--ja {
  margin-top: -0.1875rem;
}
@media screen and (max-width: 599px) {
  .contact-page .page-header__main-tittle--ja {
    margin-top: -5px;
  }
}
.privacy-page .page-header__main-tittle--ja {
  margin-top: 0.125rem;
}
@media screen and (max-width: 599px) {
  .privacy-page .page-header__main-tittle--ja {
    margin-top: 3px;
  }
}

.page-header__category-tittle {
  font-size: 3.125rem;
  line-height: 1.44;
  white-space: nowrap;
}
@media screen and (max-width: 599px) {
  .page-header__category-tittle {
    font-size: 30px;
    line-height: 1.4333333333;
  }
}
.page-404 .page-header__category-tittle span:nth-of-type(4), .page-404 .page-header__category-tittle span:nth-of-type(8) {
  width: 1.5rem;
}
@media screen and (max-width: 599px) {
  .page-404 .page-header__category-tittle span:nth-of-type(4), .page-404 .page-header__category-tittle span:nth-of-type(8) {
    width: 14px;
  }
}

.top-page .page-header {
  padding-block: 11.1875rem 0;
}
@media screen and (max-width: 599px) {
  .top-page .page-header {
    padding-block: 110px 47px;
  }
}
.top-page .page-header__circle {
  top: -22.6875rem;
}
@media screen and (max-width: 599px) {
  .top-page .page-header__circle {
    height: min(15.3125rem, 245px);
    background: url("../img/sp/page-header-bg.svg") no-repeat bottom center/cover;
    top: 0;
  }
}
.top-page .page-header__tittle-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
  position: relative;
}
.top-page .page-header__tittle-sub {
  color: #524b4b;
  text-shadow: 0px 2px 6px #fff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.45;
}
@media screen and (max-width: 599px) {
  .top-page .page-header__tittle-sub {
    font-size: 14px;
    line-height: 1.4285714286;
  }
}
.top-page .page-header__tittle {
  width: 19.1875rem;
  margin-top: -0.625rem;
}
@media screen and (max-width: 599px) {
  .top-page .page-header__tittle {
    width: 180px;
    margin-top: -16px;
  }
}

.all-posts-page .page-header__main-tittle::before {
  background: url("../img/page-title-deco.webp") no-repeat center center/contain;
}

.category-page .page-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-block: 7.8125rem 6.6875rem;
}
@media screen and (max-width: 599px) {
  .category-page .page-header {
    padding-block: 68px 60px;
  }
}
.category-page .page-header .page-header__tittle-wrapper {
  width: 24.5rem;
}
@media screen and (max-width: 599px) {
  .category-page .page-header .page-header__tittle-wrapper {
    width: 236px;
  }
}
.category-page .page-header .page-header__main-tittle {
  width: 100%;
}
.category-page .page-header .page-header__main-tittle::before {
  background: url("../img/page-title-deco.webp") no-repeat center center/contain;
  width: 3.75rem;
  height: 3.6875rem;
  left: 5.4375rem;
  top: 0.375rem;
}
@media screen and (max-width: 599px) {
  .category-page .page-header .page-header__main-tittle::before {
    width: 43px;
    height: 42px;
    left: 46px;
    top: 1px;
  }
}
.category-page .page-header .page-header__main-tittle::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #d19c9c;
  bottom: 0;
  left: 0;
}
.category-page .page-header .page-header__main-tittle--en {
  font-size: 2.875rem;
  line-height: 1.4565217391;
  letter-spacing: 0.25875rem;
  padding-left: 0.3125rem;
}
@media screen and (max-width: 599px) {
  .category-page .page-header .page-header__main-tittle--en {
    font-size: 30px;
    line-height: 1.4333333333;
    letter-spacing: 2.7px;
    padding-left: 3px;
  }
}
.category-page .page-header .page-header__main-tittle--ja {
  font-size: 13px;
  line-height: 1.4615384615;
  letter-spacing: 1.17px;
  margin-top: -0.5rem;
  padding-bottom: 0.9375rem;
}
@media screen and (max-width: 599px) {
  .category-page .page-header .page-header__main-tittle--ja {
    font-size: 11px;
    line-height: 1.4545454545;
    letter-spacing: 0.99px;
    margin-top: -3px;
    padding-bottom: 7px;
  }
}

.header-search-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-attachment: fixed;
  z-index: 104;
  overflow: hidden;
  display: none;
}
.header-search-drawer::before {
  content: "";
  position: absolute;
  top: -27rem;
  left: 50%;
  translate: -50% 0;
  width: 112.109375vw;
  height: auto;
  aspect-ratio: 1435/1308;
  max-height: 1435px;
  border-radius: 50%;
  background: #fdfcf9;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  .header-search-drawer::before {
    width: 58rem;
    height: 119.5rem;
    top: -32.4375rem;
    max-height: 2000px;
  }
}
@media screen and (min-width: 600px) and (max-width: 800px) {
  .header-search-drawer::before {
    width: 928px;
    height: clamp(820px, 730px + 15vw, 850px);
  }
}
@media screen and (min-width: 801px) and (max-width: 1279px) {
  .header-search-drawer::before {
    height: clamp(854px, 36px + 102.09vw, 1342px);
  }
}
.header-search-drawer.is-checked {
  display: flex;
}

.header-search-drawer__wrapper {
  padding-block: 9rem 6.25rem;
  overflow-y: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .header-search-drawer__wrapper {
    padding-block: 71px 193px;
  }
}

.header-search-drawer__inner {
  max-width: 925px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .header-search-drawer__inner {
    padding-inline: 1.375rem;
    width: 100%;
  }
}

.header-search-drawer__close {
  width: max(2.75rem, 30px);
  position: absolute;
  top: 0;
  right: 4.625rem;
  top: 4.125rem;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 599px) {
  .header-search-drawer__close {
    width: 44px;
    right: 1.5625rem;
    top: 26px;
  }
}
@media (any-hover: hover) {
  .header-search-drawer__close:hover {
    opacity: 0.6;
  }
}

.header-search-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-right: 6.5rem;
}
@media screen and (max-width: 599px) {
  .header-search-form {
    margin-right: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .header-search-form {
    margin-right: 0;
  }
}

.header-search-form__keywords {
  display: flex;
  align-items: center;
  gap: 2.875rem;
  position: relative;
}
@media screen and (max-width: 599px) {
  .header-search-form__keywords {
    flex-direction: column;
    gap: 13px;
    align-items: flex-start;
  }
}

.header-search-form__label {
  color: #756d6d;
  font-size: max(1.125rem, 16px);
  font-weight: 400;
  line-height: 1.4444444444;
  white-space: nowrap;
  letter-spacing: 0.16875rem;
}
@media screen and (max-width: 599px) {
  .header-search-form__label {
    font-size: 15px;
    line-height: 1.4666666667;
  }
}
@media screen and (max-width: 599px) {
  .header-search-form__keywords .header-search-form__label {
    padding-left: 0.5625rem;
  }
}

.header-search-form__input {
  width: 42.3125rem;
  height: 41px;
  padding: 5px 16px;
  font-size: 1rem;
  border-radius: 12px;
  border: 1px solid #d0a471;
  flex-grow: 1;
  background-color: #fff;
  transition: border-width 0.3s ease;
  flex-shrink: 0;
}
@media screen and (max-width: 599px) {
  .header-search-form__input {
    width: 100%;
    height: 42px;
  }
}
@media (any-hover: hover) {
  .header-search-form__input:hover {
    border-width: 3px;
  }
}
.header-search-form__input:focus {
  outline: none;
  border-width: 3px;
}

.header-search-form__submit {
  width: 27px;
  height: 27px;
  z-index: 1;
  cursor: pointer;
  position: absolute;
  right: 1.5625rem;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
@media screen and (max-width: 599px) {
  .header-search-form__submit {
    top: 46px;
    right: 15px;
  }
}
@media (any-hover: hover) {
  .header-search-form__submit:hover {
    transform: scale(1.2);
    opacity: 0.6;
  }
}

.header-search-form__categories {
  margin-top: 5.3125rem;
}
@media screen and (max-width: 599px) {
  .header-search-form__categories {
    display: flex;
    flex-direction: column;
    margin-top: 46px;
    padding-left: 0.625rem;
  }
}

.header-search-form__category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.375rem 0.9375rem;
  margin-top: 1.25rem;
  justify-content: flex-start;
  margin-inline: 6rem -0.5rem;
}
@media screen and (max-width: 599px) {
  .header-search-form__category-list {
    flex-direction: column;
    margin-inline: 0;
    margin-top: 10px;
    gap: 21px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .header-search-form__category-list {
    justify-content: center;
  }
}

.header-search-form__category-item {
  transition: opacity 0.3s ease;
}
.header-search-form__category-item:nth-of-type(4) {
  margin-left: 7.1875rem;
}
@media screen and (max-width: 599px) {
  .header-search-form__category-item:nth-of-type(4) {
    margin-left: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .header-search-form__category-item:nth-of-type(4) {
    margin-left: 0;
  }
}
.header-search-form__category-item:nth-of-type(5) {
  margin-left: 0.5rem;
}
@media screen and (max-width: 599px) {
  .header-search-form__category-item:nth-of-type(5) {
    margin-left: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .header-search-form__category-item:nth-of-type(5) {
    margin-left: 0;
  }
}
@media (any-hover: hover) {
  .header-search-form__category-item:hover {
    color: #fff !important;
  }
  .header-search-form__category-item:hover a::after {
    transform: scaleX(0);
  }
}
.header-search-form__category-item.category__item {
  color: #524b4b !important;
}
.header-search-form__category-item a {
  position: relative;
}
.header-search-form__category-item a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  display: block;
  width: 100%;
  border-bottom: 1px solid #524b4b;
  transition: 0.3s ease transform;
}

.header-search-form__tags {
  margin-top: 32px;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .header-search-form__tags {
    display: flex;
    flex-direction: column;
    margin-top: 75px;
  }
}

.header-search-form__tag-list {
  display: flex;
  gap: 1.25rem 1.125rem;
  justify-content: center;
  margin-inline: 3.75rem 0;
}
@media screen and (max-width: 599px) {
  .header-search-form__tag-list {
    margin-inline: 0;
    gap: 17px 1.0625rem;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .header-search-form__tag-list {
    margin-inline: 0;
    justify-content: center;
  }
}
.header-search-form__tag-list.header-search-form__tag-lists {
  margin-top: 1.375rem;
  flex-direction: column;
}
@media screen and (max-width: 599px) {
  .header-search-form__tag-list.header-search-form__tag-lists {
    margin-top: 15px;
  }
}
.header-search-form__tag-list .tag {
  padding: 0;
}
.header-search-form__tag-list.row-2 {
  margin-left: 8.1875rem;
}
@media screen and (max-width: 599px) {
  .header-search-form__tag-list.row-2 {
    margin-left: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .header-search-form__tag-list.row-2 {
    margin-left: 0;
  }
}
.header-search-form__tag-item {
  font-size: max(1.125rem, 14px);
  line-height: 1.6111111111;
  letter-spacing: 0.175rem;
  transition: opacity 0.3s ease;
  font-weight: 400;
}
@media screen and (max-width: 599px) {
  .header-search-form__tag-item {
    font-size: 15px;
    line-height: 1.4666666667;
    letter-spacing: 2.1px;
  }
}
@media (any-hover: hover) {
  .header-search-form__tag-item:hover {
    opacity: 0.6;
  }
}
.header-search-form__tag-item.tag::before {
  content: "#";
  margin-right: 0;
  letter-spacing: 1.75px;
}

.footer {
  width: 100%;
  background: url("../img/footer-bg.svg") no-repeat top center/cover;
  padding-block: 8.125rem 0.875rem;
  position: relative;
  max-height: 559px;
}
@media screen and (max-width: 599px) {
  .footer {
    background: url("../img/sp/footer-bg.svg") no-repeat top center/cover;
    padding-block: 58px 34px;
    max-height: none;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .footer {
    max-height: none;
  }
}

.footer__inner {
  max-width: 718px;
}
@media screen and (max-width: 599px) {
  .footer__inner {
    padding-inline: 2.5rem;
  }
}

.footer__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-left: -0.5625rem;
}
@media screen and (max-width: 599px) {
  .footer__content {
    margin-left: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .footer__content {
    margin-left: 0;
  }
}

.footer__nav-row {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  .footer__nav-row {
    flex-wrap: wrap;
    flex-direction: row;
    margin-left: 0.375rem;
    justify-content: normal;
    gap: 1.125rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .footer__nav-row {
    flex-wrap: wrap;
    flex-direction: row;
    gap: 1.125rem;
    justify-content: flex-end;
  }
}

.footer__nav-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.375rem;
}
@media screen and (max-width: 599px) {
  .footer__nav-col {
    width: 40%;
    align-items: flex-start;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .footer__nav-col {
    width: 30%;
    align-items: flex-start;
  }
}
.footer__nav-col.footer__nav-col--top {
  margin-right: 1.625rem;
}
@media screen and (max-width: 599px) {
  .footer__nav-col.footer__nav-col--top {
    order: 1;
    margin-right: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .footer__nav-col.footer__nav-col--top {
    order: 1;
    margin-right: 0;
  }
}
.footer__nav-col.footer__nav-col--concept {
  margin-right: 2.4375rem;
}
@media screen and (max-width: 599px) {
  .footer__nav-col.footer__nav-col--concept {
    order: 2;
    margin-right: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .footer__nav-col.footer__nav-col--concept {
    order: 2;
    margin-right: 0;
  }
}
.footer__nav-col.footer__nav-col--article {
  margin-right: 0.9375rem;
}
@media screen and (max-width: 599px) {
  .footer__nav-col.footer__nav-col--article {
    order: 3;
    margin-right: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .footer__nav-col.footer__nav-col--article {
    order: 3;
    margin-right: 0;
  }
}
.footer__nav-col.footer__nav-col--gift {
  margin-right: 2.25rem;
}
@media screen and (max-width: 599px) {
  .footer__nav-col.footer__nav-col--gift {
    order: 4;
    margin-right: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .footer__nav-col.footer__nav-col--gift {
    order: 4;
    margin-right: 0;
  }
}
.footer__nav-col.footer__nav-col--about {
  margin-right: 1.75rem;
}
@media screen and (max-width: 599px) {
  .footer__nav-col.footer__nav-col--about {
    order: 5;
    margin-right: 0;
    margin-top: 1.3125rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .footer__nav-col.footer__nav-col--about {
    order: 5;
    margin-right: 0;
  }
}
@media screen and (max-width: 599px) {
  .footer__nav-col.footer__nav-col--contact {
    order: 6;
    margin-right: 0;
    margin-top: -6rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .footer__nav-col.footer__nav-col--contact {
    order: 6;
    margin-right: 0;
  }
}

.footer__nav-main {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
  white-space: nowrap;
  display: inline-block;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (any-hover: hover) {
  .footer__nav-main:hover {
    transform: rotateX(360deg);
  }
}

.footer__nav-sub {
  display: flex;
  flex-direction: column;
}
.footer__nav-sub li {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4615384615;
  white-space: nowrap;
}
.footer__nav-sub li a {
  position: relative;
  display: inline-block;
  padding-bottom: 2px;
}
.footer__nav-sub li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #524b4b;
  transform: scaleX(0);
  transform-origin: right top;
  transition: transform 0.3s;
}
@media (any-hover: hover) {
  .footer__nav-sub li a:hover::before {
    transform: scaleX(1);
    transform-origin: left top;
  }
}
.footer__nav-col--concept .footer__nav-sub {
  gap: 0.4375rem;
}
.footer__nav-col--article .footer__nav-sub {
  gap: 0.375rem;
}
.footer__nav-col--about .footer__nav-sub {
  gap: 0.375rem;
}

.footer__nav-policy--sp {
  display: none;
}
@media screen and (max-width: 599px) {
  .footer__nav-policy--sp {
    display: flex;
    flex-direction: column;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4615384615;
    gap: 0.5rem;
    white-space: nowrap;
    margin-top: 2.125rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .footer__nav-policy--sp {
    display: flex;
    flex-direction: column;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4615384615;
    gap: 0.5rem;
    white-space: nowrap;
    margin-top: 2.125rem;
  }
}

.footer__policy-list--pc {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 25.125rem;
  right: 12.109375vw;
  gap: 0.375rem;
}
@media screen and (max-width: 599px) {
  .footer__policy-list--pc {
    display: none;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .footer__policy-list--pc {
    display: none;
  }
}

.footer__policy-item {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4444444444;
  white-space: nowrap;
}
.footer__policy-item a {
  position: relative;
  display: inline-block;
  padding-bottom: 2px;
}
.footer__policy-item a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #524b4b;
  transform: scaleX(0);
  transform-origin: right top;
  transition: transform 0.3s;
}
@media (any-hover: hover) {
  .footer__policy-item a:hover::before {
    transform: scaleX(1);
    transform-origin: left top;
  }
}

.footer__logo {
  width: 16.4375rem;
  margin-top: 2.3125rem;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 599px) {
  .footer__logo {
    margin-top: 1.875rem;
  }
}
@media (any-hover: hover) {
  .footer__logo:hover {
    opacity: 0.6;
  }
}

.footer__sns {
  width: max(3.75rem, 40px);
  margin-top: 0.125rem;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .footer__sns:hover {
    opacity: 0.8;
  }
}

.footer__copyright {
  font-size: max(1.25rem, 12px);
  font-weight: 700;
  line-height: 1.45;
  margin-top: 0.875rem;
}
@media screen and (max-width: 599px) {
  .footer__copyright {
    font-size: 20px;
    margin-top: 10px;
  }
}

.pagination {
  display: flex;
  justify-content: center;
}

.page-numbers {
  color: #fff;
  font-size: 2.375rem;
  line-height: 1.4473684211;
  margin-inline: 1.15625rem;
  font-weight: 300;
  transition: color 0.3s ease;
}
@media screen and (max-width: 599px) {
  .page-numbers {
    font-size: 30px;
    line-height: 1.4333333333;
  }
}
.page-numbers:first-child {
  margin-inline: 0 1.15625rem;
}
.page-numbers:last-child {
  margin-inline: 1.15625rem 0;
}
.page-numbers.next, .page-numbers.prev {
  margin-inline: 0;
}
.page-numbers.current {
  color: #d19c9c;
}
@media (any-hover: hover) {
  .page-numbers:hover {
    color: #d19c9c;
  }
}

.pagination__prev svg,
.pagination__next svg {
  width: 2.25rem;
  height: 2.25rem;
  margin-block: 0.8125rem 0.375rem;
}
@media screen and (max-width: 599px) {
  .pagination__prev svg,
  .pagination__next svg {
    width: 36px;
    height: 36px;
    margin-block: 7px 0;
  }
}
@media (any-hover: hover) {
  .pagination__prev:hover .pagination__arrow--color,
  .pagination__next:hover .pagination__arrow--color {
    fill: #d19c9c;
  }
}

.pagination__arrow--color {
  fill: #fff;
  transition: fill 0.3s ease;
}

.category__list {
  display: flex;
  flex-direction: column;
  gap: 1.6875rem;
}
@media screen and (max-width: 599px) {
  .category__list {
    gap: 21px;
  }
}
.article-page__categories .category__list {
  gap: 0.9375rem;
  width: 100%;
  height: 100%;
  justify-content: space-around;
}

.category__item {
  display: flex;
  width: max(14.3125rem, 150px);
  height: auto;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 70px;
  color: #fff;
  font-size: max(0.9375rem, 14px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.175rem;
  white-space: nowrap;
  background-color: transparent;
}
@media screen and (max-width: 599px) {
  .category__item {
    display: flex;
    width: 180px;
    height: 39px;
    padding: 12px 10px;
    justify-content: flex-start;
    align-items: center;
    flex-shrink: 0;
    color: #fff;
    font-size: 15px;
    line-height: 1.4666666667;
    letter-spacing: 2.1px;
  }
}
.article-page__categories .category__item {
  width: 100%;
  font-size: 13px;
  letter-spacing: 1.82px;
  line-height: 1.4615384615;
  justify-content: flex-start;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .article-page__categories .category__item {
    font-size: 12px;
    width: 135px;
    height: 30px;
  }
}
.article-page__categories .category__item:nth-child(even) {
  justify-content: flex-end;
}

.tag__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.5rem;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .tag__list {
    gap: 25px;
  }
}
.all-posts-page__tags-list .tag__list {
  gap: 1.25rem 1.9375rem;
}
@media screen and (max-width: 599px) {
  .all-posts-page__tags-list .tag__list {
    gap: 10px 25px;
  }
}
.article-page__tags .tag__list {
  gap: 0.5625rem 0.9375rem;
}

.tag__item {
  font-size: max(1.125rem, 14px);
  line-height: 1.5;
  letter-spacing: 0.175rem;
  transition: background-color 0.3s cubic-bezier(0.3, 0, 0.2, 1), color 0.3s cubic-bezier(0.3, 0, 0.2, 1);
  font-weight: 400;
  /* @media (any-hover: hover) {
    &:hover {
      background-color: #fff;
      color: $color-pink-d-red;
    }
  } */
}
@media screen and (max-width: 599px) {
  .tag__item {
    font-size: 15px;
    line-height: 1.4666666667;
    letter-spacing: 2.1px;
    padding-inline: 0;
  }
}
.article-page__tags .tag__item {
  padding-block: 0.3125rem;
  font-size: 11px;
  line-height: 1.3636363636;
  letter-spacing: 2.1px;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .article-page__tags .tag__item:nth-of-type(11), .article-page__tags .tag__item:nth-of-type(12), .article-page__tags .tag__item:nth-of-type(13), .article-page__tags .tag__item:nth-of-type(14), .article-page__tags .tag__item:nth-of-type(15), .article-page__tags .tag__item:nth-of-type(16), .article-page__tags .tag__item:nth-of-type(17), .article-page__tags .tag__item:nth-of-type(18), .article-page__tags .tag__item:nth-of-type(20) {
    display: none;
  }
}

.article-list__items {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 599px) {
  .article-list__items {
    display: flex;
    flex-direction: column;
    align-items: center;
    column-gap: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .article-list__items {
    grid-template-columns: repeat(2, 1fr);
  }
}

.article-list__item {
  width: 100%;
  overflow: hidden;
  margin-bottom: 3.4375rem;
  display: grid;
}
@media screen and (max-width: 599px) {
  .article-list__item {
    width: 91.9881305638%;
    margin-bottom: 77px;
  }
  .all-posts-page__main .article-list__item {
    width: 100%;
    margin-bottom: 26px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .article-list__item {
    width: 100%;
  }
}
.article-list__item a {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 5;
}
@media screen and (max-width: 599px) {
  .article-list__item a {
    justify-items: center;
  }
  .all-posts-page__main .article-list__item a {
    display: flex;
    gap: 0.875rem;
    align-items: flex-start;
  }
  .category-page__main .article-list__item a {
    display: flex;
    gap: 0.875rem;
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (any-hover: hover) {
  .article-list__item a:hover .article-list__item-pic {
    opacity: 0.6;
  }
}

.article-list__item-pic {
  width: 87.0967741935%;
  aspect-ratio: 270/228;
  flex-shrink: 0;
  height: auto;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 599px) {
  .article-list__item-pic {
    aspect-ratio: 270/203;
  }
}
.all-posts-page__main .article-list__item-pic {
  width: 100%;
  aspect-ratio: 293/220;
}
@media screen and (max-width: 599px) {
  .all-posts-page__main .article-list__item-pic {
    width: 44.5859872611%;
    aspect-ratio: 140/105;
  }
}
.category-page__main .article-list__item-pic {
  width: 100%;
  aspect-ratio: 293/220;
}
@media screen and (max-width: 599px) {
  .category-page__main .article-list__item-pic {
    aspect-ratio: 16/9;
  }
  .category-page__main .article-list__item-pic img {
    aspect-ratio: 16/9;
    object-fit: cover;
  }
}
@media screen and (max-width: 599px) {
  .category-page__article-list-item-pic .article-list__item-pic {
    width: 100%;
    aspect-ratio: 39/22;
  }
}
.article-list__item-pic img {
  object-fit: cover;
}

.article-list__item-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0.875rem;
}
@media screen and (max-width: 599px) {
  .article-list__item-body {
    margin-top: 39px;
  }
}
.all-posts-page__main .article-list__item-body {
  margin-top: 1.5625rem;
}
@media screen and (max-width: 599px) {
  .all-posts-page__main .article-list__item-body {
    width: 50.9554140127%;
    margin-top: 0;
    gap: 3px;
  }
}
@media screen and (max-width: 599px) {
  .category-page__main .article-list__item-body {
    width: calc(100% - 9.875rem);
    margin-top: 0;
    margin-inline: auto;
    gap: 3px;
  }
}

.article-list__item-title {
  color: #fff;
  font-size: max(0.9375rem, 16px);
  font-weight: 500;
  line-height: 1.4666666667;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 599px) {
  .article-list__item-title {
    font-size: 20px;
  }
  .all-posts-page__main .article-list__item-title {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.6153846154;
  }
  .category-page__main .article-list__item-title {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6153846154;
  }
}

.article-list__item-body-bottom {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 599px) {
  .article-list__item-body-bottom {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 0.625rem;
  }
}

.article-list__item-meta {
  display: flex;
  gap: 2.9375rem;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4666666667;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 599px) {
  .article-list__item-meta {
    gap: 47px;
  }
  .all-posts-page__main .article-list__item-meta {
    flex-direction: column;
    flex-shrink: 0;
    gap: 0;
  }
}

@media screen and (max-width: 599px) {
  .all-posts-page__main .article-list__item-date {
    font-size: 11px;
    line-height: 1.4545454545;
    font-weight: 400;
  }
}

@media screen and (max-width: 599px) {
  .all-posts-page__main .article-list__item-writer {
    font-size: 11px;
    line-height: 1.4545454545;
    font-weight: 400;
  }
  .category-page__main .article-list__item-writer {
    flex-shrink: 0;
    letter-spacing: normal;
  }
}

.article-list__item-tags {
  display: flex;
  gap: 0.625rem;
  margin-top: 0.375rem;
}
@media screen and (max-width: 599px) {
  .article-list__item-tags {
    margin-top: 6px;
  }
  .all-posts-page__main .article-list__item-tags {
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 4px;
  }
}

.article-list__item-tag {
  padding-block: 0.46875rem;
  padding-inline: 0.9375rem;
  font-size: 11px;
  line-height: 1.4545454545;
}
@media screen and (max-width: 599px) {
  .article-list__item-tag {
    padding-block: 7.5px;
    padding-inline: 15px;
  }
  .all-posts-page__main .article-list__item-tag {
    font-size: 10px;
    line-height: 1.4;
    letter-spacing: 1.4px;
    padding-block: 4.5px;
    font-weight: 400;
  }
}
.article-list__item-tag.tag {
  border: 1px solid #756e6d;
}
.article-list__item-tag.tag::before {
  content: none;
}

.pickup__swiper {
  overflow: hidden;
}

.pickup__slide {
  width: 23.875rem !important;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .pickup__slide {
    width: 21.0625rem !important;
  }
  .article-page__pickup .pickup__slide {
    width: 100% !important;
  }
}

.pickup__link {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 5;
  justify-items: center;
}
@media screen and (max-width: 599px) {
  .pickup__link {
    justify-items: normal;
    width: 90%;
    margin-inline: auto;
  }
}
.pickup__link:hover .pickup__pic {
  opacity: 0.6;
}
.pickup__link:hover .pickup__pic img {
  transform: scale(1.07);
}

.pickup__pic {
  width: 100%;
  aspect-ratio: 1/1;
  transition: opacity 0.3s ease;
}
.pickup__pic img {
  border-radius: 50%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 599px) {
  .article-page__pickup .pickup__pic {
    width: 99.0384615385%;
  }
}

.pickup__body {
  width: 81.1518324607%;
  color: #fff;
  margin-top: 2.3125rem;
}
@media screen and (max-width: 599px) {
  .pickup__body {
    padding-left: 1.0625rem;
    margin-top: 25px;
    width: 100%;
  }
  .article-page__pickup .pickup__body {
    padding-left: 0.125rem;
  }
}

.pickup__slide-title {
  font-size: max(1.25rem, 16px);
  font-weight: 400;
  line-height: 1.45;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 599px) {
  .pickup__slide-title {
    font-size: 15px;
  }
}

.pickup__meta {
  display: flex;
  gap: 3rem;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4666666667;
  white-space: nowrap;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .pickup__meta {
    gap: 1.6666666667vw;
  }
}
@media screen and (max-width: 599px) {
  .article-page__pickup .pickup__meta {
    gap: 2.875rem;
  }
}

.pickup__tags {
  display: flex;
  gap: 0.625rem;
  margin-top: 0.375rem;
}
@media screen and (max-width: 599px) {
  .pickup__tags {
    margin-top: 6px;
  }
}

.pickup__tag {
  padding-block: 0.46875rem;
  padding-inline: 0.9375rem;
  font-size: 11px;
  line-height: 1.4545454545;
  letter-spacing: 1.54px;
  font-weight: 400;
}
@media screen and (max-width: 599px) {
  .pickup__tag {
    padding-block: 7.5px;
    padding-inline: 15px;
  }
}
.pickup__tag.tag {
  border: 1px solid #756e6d;
}
.pickup__tag.tag::before {
  content: none;
}

.pickup__button-prev,
.pickup__button-next {
  width: max(3.75rem, 40px);
  height: max(3.75rem, 40px);
  top: 11.1875rem;
}
@media screen and (max-width: 599px) {
  .pickup__button-prev,
  .pickup__button-next {
    width: 60px;
    height: 60px;
    top: 160px;
  }
}
.pickup__button-prev::after,
.pickup__button-next::after {
  display: none;
}

.pickup__button-prev {
  background: url("../img/article/arrow-prev.svg") no-repeat center center/contain;
  left: -0.375rem;
  transition: left 0.3s ease;
}
@media screen and (max-width: 599px) {
  .pickup__button-prev {
    left: -1.625rem;
  }
  .article-page__pickup .pickup__button-prev {
    left: -2.5625rem;
  }
}
@media (any-hover: hover) {
  .pickup__button-prev:hover {
    left: calc(-0.375rem - 2%);
  }
}

.pickup__button-next {
  background: url("../img/article/arrow-next.svg") no-repeat center center/contain;
  right: -0.6875rem;
  transition: right 0.3s ease;
}
@media screen and (max-width: 599px) {
  .pickup__button-next {
    right: -1.5625rem;
  }
  .article-page__pickup .pickup__button-next {
    right: -2.25rem;
  }
}
@media (any-hover: hover) {
  .pickup__button-next:hover {
    right: calc(-0.6875rem - 2%);
  }
}

.breadcrumb {
  padding-block: 19px 19px;
}
.breadcrumb span {
  margin-right: 25px;
  font-size: 10px;
  font-weight: 700;
  line-height: 2.2;
}
.breadcrumb span:last-of-type {
  margin-right: 0;
}
.breadcrumb span:not(:last-of-type) {
  position: relative;
}
.breadcrumb span:not(:last-of-type)::before {
  content: "";
  background: url("../img/article/arrow-bread.svg") no-repeat center center/contain;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  top: 3px;
  position: absolute;
  right: -23px;
}
.breadcrumb span a {
  position: relative;
  display: inline-block;
}
.breadcrumb span a::before {
  background-color: #524b4b;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease;
}
@media (any-hover: hover) {
  .breadcrumb span a {
    opacity: 1;
  }
  .breadcrumb span a:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}

.no-posts-message {
  font-size: 1.875rem;
  line-height: 1.4333333333;
  letter-spacing: 0.2625rem;
  text-align: center;
  margin-block: 6.25rem 5rem;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .no-posts-message {
    font-size: 1.125rem;
    line-height: 1.5;
    letter-spacing: 2.8px;
    margin-block: 50px 80px;
  }
}

.no-posts-button {
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 599px) {
  .no-posts-button {
    margin-bottom: 50px;
  }
}

/* 各記事カテゴリーのリンク */
.category-link {
  padding-block: 4.6875rem 0;
}
@media screen and (max-width: 599px) {
  .category-link {
    padding-block: 39px 0;
  }
}

.category-link__inner {
  max-width: 1274px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .category-link__inner {
    padding-inline: 4.5rem;
  }
}

.category-link__list {
  display: grid;
  grid-template-columns: 30.6875rem 30.6875rem;
  grid-template-rows: 37.6875rem 37.6875rem 37.6875rem;
  gap: 7.875rem 13.25rem;
  width: 100%;
  margin-left: 0.3125rem;
}
@media screen and (max-width: 599px) {
  .category-link__list {
    display: flex;
    flex-direction: column;
    gap: 5.625rem;
    margin-left: 0;
  }
}

.category-link__item {
  width: 30.6875rem;
  height: 37.6875rem;
  animation: shadowPulse 3s ease-in-out infinite;
}
.category-link__item:nth-child(2), .category-link__item:nth-child(4) {
  margin-top: 23.6875rem;
}
@media screen and (max-width: 599px) {
  .category-link__item:nth-child(2), .category-link__item:nth-child(4) {
    margin-top: 0;
  }
}
.category-link__item:nth-child(4) {
  margin-left: -1.3125rem;
}
@media screen and (max-width: 599px) {
  .category-link__item:nth-child(4) {
    margin-left: 0;
  }
}
.category-link__item:nth-child(5) {
  filter: none;
}
@media screen and (max-width: 599px) {
  .category-link__item {
    width: 100%;
    height: auto;
    aspect-ratio: 246/302;
  }
}
.category-link__item a {
  position: relative;
}
.category-link__item a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(83, 74, 51, 0.3);
  z-index: 1;
  transition: background-color 0.3s ease;
}
@media (any-hover: hover) {
  .category-link__item a:hover::before {
    background-color: rgba(83, 74, 51, 0.522);
    transition: background-color 1s ease;
  }
}

@keyframes shadowPulse {
  0%, 100% {
    box-shadow: 4px 6px 16px rgba(0, 0, 0, 0.25);
  }
  50% {
    box-shadow: 4px 8px 18px rgba(0, 0, 0, 0.3);
  }
}
.category-link__scroll {
  position: absolute;
  top: 18.5625rem;
  left: calc(50% + 0.8125rem);
  translate: -50% 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  z-index: 1;
  opacity: 1;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 599px) {
  .category-link__scroll {
    display: contents;
  }
}

.category-link__scroll-fixed {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .category-link__scroll-fixed {
    display: none;
  }
}

.category-link__scroll-catch {
  writing-mode: vertical-rl;
  font-feature-settings: "vert" on;
  font-size: max(1.6875rem, 14px);
  line-height: 1.4444444444;
  letter-spacing: 0.75rem;
  transition: transform 2s ease-in-out;
}

.category-link__scroll-text {
  font-size: 10px;
  font-weight: 700;
  line-height: 1.4;
  writing-mode: vertical-rl;
  rotate: 180deg;
  padding-left: 1.125rem;
  margin-top: 2.25rem;
  position: relative;
}
.category-link__scroll-text::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 18.3125rem;
  background-color: #fff;
  left: 0.9375rem;
  bottom: 0;
  transition: height 0.3s ease;
}
.category-link__scroll-text::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 18.3125rem;
  background-color: #524b4b;
  left: 0.9375rem;
  bottom: 0;
  transform: scaleY(0);
  transform-origin: left top;
  animation: 6s linear 1s infinite reverse both running scrollLine;
}

@keyframes scrollLine {
  0% {
    transform: scaleY(0);
    transform-origin: left top;
  }
  50% {
    transform: scaleX(1);
    transform-origin: left top;
  }
  51% {
    transform: scaleX(1);
    transform-origin: left bottom;
  }
  100% {
    transform: scaleY(0);
    transform-origin: left bottom;
  }
}
.category-link__scroll-catch--sp {
  display: none;
}
@media screen and (max-width: 599px) {
  .category-link__scroll-catch--sp {
    display: block;
    position: absolute;
    top: -1.625rem;
    right: 1.75rem;
    font-size: 20px;
    writing-mode: vertical-rl;
    font-feature-settings: "vert" on;
    letter-spacing: 13px;
    z-index: 1;
  }
}

.category-link__scroll-text--sp {
  display: none;
}
@media screen and (max-width: 599px) {
  .category-link__scroll-text--sp {
    display: block;
    position: absolute;
    top: 10.5625rem;
    left: 0.875rem;
    font-size: 0.625rem;
    font-weight: 700;
    writing-mode: vertical-rl;
    rotate: 180deg;
    padding-left: 1.125rem;
  }
  .category-link__scroll-text--sp::before {
    content: "";
    position: absolute;
    width: 1px;
    height: clamp(293px, 223.956937799px + 17.7033492823vw, 330px);
    background-color: #fff;
    left: 0.9375rem;
    bottom: 0;
  }
  .category-link__scroll-text--sp.is-fixed-text {
    position: fixed !important;
    top: 30px;
    left: 0.875rem;
    z-index: 1;
  }
}

/* 各コンテンツリンク */
.content-link {
  padding-block: 11.875rem 8.75rem;
}
@media screen and (max-width: 599px) {
  .content-link {
    padding-block: 7.5rem 153px;
  }
}

.content-link__inner {
  max-width: 1184px;
}
@media screen and (max-width: 599px) {
  .content-link__inner {
    padding-inline: 0;
  }
}

.content-link__list {
  display: flex;
  flex-direction: column;
  gap: 7.8125rem;
  width: 100%;
  margin-left: 0.3125rem;
}
@media screen and (max-width: 599px) {
  .content-link__list {
    margin-left: 0;
    gap: 4.4375rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .content-link__list {
    margin-left: 0;
  }
}

.content-link__item a {
  width: 100%;
  height: auto;
  aspect-ratio: 1104/389;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 599px) {
  .content-link__item a {
    aspect-ratio: 390/217;
  }
}
.content-link__item a::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  z-index: 2;
}
.content-link__item:nth-of-type(1) a {
  background-color: #d0a471;
}
.content-link__item:nth-of-type(1) a::before {
  background: url("../img/top/article-button-pic.webp") no-repeat center center/cover;
  right: 0;
}
@media screen and (max-width: 599px) {
  .content-link__item:nth-of-type(1) a::before {
    background: url("../img/sp/top/article-button-pic.webp") no-repeat center right/cover;
  }
}
.content-link__item:nth-of-type(1) a::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: transparent;
  z-index: 2;
  transition: background-color 0.4s ease;
}
@media (any-hover: hover) {
  .content-link__item:nth-of-type(1) a:hover::after {
    background-color: rgba(83, 74, 51, 0.242);
    transition: background-color 1s ease;
  }
  .content-link__item:nth-of-type(1) a:hover .content-link__item-text::before {
    right: calc(-3.125rem - 5%);
  }
}
.content-link__item:nth-of-type(1) .content-link__item-text {
  letter-spacing: 0.83125rem;
  padding-right: 2.25rem;
}
@media screen and (max-width: 599px) {
  .content-link__item:nth-of-type(1) .content-link__item-text {
    letter-spacing: 5.7px;
    padding-right: 1.625rem;
  }
}
.content-link__item:nth-of-type(1) .content-link__item-text::before {
  right: -3.125rem;
}
@media screen and (max-width: 599px) {
  .content-link__item:nth-of-type(1) .content-link__item-text::before {
    right: -0.6875rem;
  }
}
.content-link__item:nth-of-type(2) a {
  background-color: #ce9f9f;
}
.content-link__item:nth-of-type(2) a::before {
  background: url("../img/top/contact-button-pic.webp") no-repeat left center/cover;
  left: 0;
}
@media screen and (max-width: 599px) {
  .content-link__item:nth-of-type(2) a::before {
    background: url("../img/sp/top/contact-button-pic.webp") no-repeat center left/cover;
  }
}
.content-link__item:nth-of-type(2) a::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(83, 74, 51, 0.14);
  z-index: 2;
  transition: background-color 0.4s ease;
}
@media (any-hover: hover) {
  .content-link__item:nth-of-type(2) a:hover::after {
    background: rgba(83, 74, 51, 0.242);
    transition: background-color 1s ease;
  }
  .content-link__item:nth-of-type(2) a:hover .content-link__item-text::before {
    right: calc(-0.8125rem - 5%);
    transition: right 1s ease;
  }
}
.content-link__item:nth-of-type(2) .content-link__item-text {
  letter-spacing: 0.56875rem;
  padding-right: 3.6875rem;
}
@media screen and (max-width: 599px) {
  .content-link__item:nth-of-type(2) .content-link__item-text {
    letter-spacing: 0.24375rem;
    padding-right: 1.625rem;
  }
}
.content-link__item:nth-of-type(2) .content-link__item-text::before {
  right: -0.8125rem;
}

.content-link__item-text {
  color: #f4ede6;
  font-size: 4.375rem;
  font-weight: 500;
  line-height: 1.4428571429;
  z-index: 3;
  position: relative;
}
@media screen and (max-width: 599px) {
  .content-link__item-text {
    font-size: 1.875rem;
    line-height: 1.4333333333;
  }
}
.content-link__item-text::before {
  content: "";
  position: absolute;
  background: url("../img/top/button-arrow-icon.svg") no-repeat center center/contain;
  width: 3.75rem;
  height: 3.75rem;
  top: 50%;
  translate: 0 -50%;
  z-index: 4;
  transition: right 0.4s ease;
}
@media screen and (max-width: 599px) {
  .content-link__item-text::before {
    width: 1.625rem;
    height: 1.625rem;
  }
}

.concept-page__brand-story {
  padding-block: 2.75rem 96.5rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .concept-page__brand-story {
    padding-block: 57px 1196px;
  }
}
.concept-page__brand-story::before {
  content: "";
  position: absolute;
  width: 99.125rem;
  height: 96.5rem;
  flex-shrink: 0;
  border-radius: 99.125rem;
  background-color: #ecc8c8;
  top: 2.75rem;
  left: -22.25rem;
}
@media screen and (max-width: 599px) {
  .concept-page__brand-story::before {
    width: 1228px;
    height: 1196px;
    border-radius: 1228px;
    left: -547px;
    top: 58px;
  }
}

.concept-page__guide {
  padding-block: 3.375rem 127.4375rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .concept-page__guide {
    padding-block: 111px 1357px;
  }
}
.concept-page__guide::before {
  content: "";
  position: absolute;
  width: 99.125rem;
  height: 96.5rem;
  flex-shrink: 0;
  border-radius: 99.125rem;
  background-color: #ebebcb;
  top: 3.375rem;
  right: -22.0625rem;
}
@media screen and (max-width: 599px) {
  .concept-page__guide::before {
    width: 1228px;
    height: 1196px;
    border-radius: 1228px;
    top: 111px;
    right: -535px;
  }
}

.all-posts-page__main {
  padding-block: 5.375rem 10.1875rem;
}
@media screen and (max-width: 599px) {
  .all-posts-page__main {
    padding-block: 44px 43px;
  }
}

.all-posts-page__article-list-inner {
  max-width: 1130px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .all-posts-page__article-list-inner {
    padding-inline: 2.375rem;
  }
}

.all-posts-page__article-list-title {
  color: #fdfcf9;
  font-size: max(2.5rem, 20px);
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.375rem;
  padding-left: 0.375rem;
}
@media screen and (max-width: 599px) {
  .all-posts-page__article-list-title {
    font-size: 30px;
    line-height: 1.4333333333;
    letter-spacing: 4.5px;
    padding-left: 3px;
  }
}

.all-posts-page__article-list-items {
  margin-top: 3.3125rem;
  column-gap: 4.0625rem;
}
@media screen and (max-width: 599px) {
  .all-posts-page__article-list-items {
    margin-top: 55px;
    column-gap: 0;
  }
}

.all-posts-page__article-list-pagination {
  margin-top: 0.1875rem;
}
@media screen and (max-width: 599px) {
  .all-posts-page__article-list-pagination {
    margin-top: 21px;
  }
}

.all-posts-page__category-list {
  margin-top: 4.6875rem;
}
@media screen and (max-width: 599px) {
  .all-posts-page__category-list {
    margin-top: 66px;
  }
}

.all-posts-page__category-list-inner {
  max-width: 939px;
}
@media screen and (max-width: 599px) {
  .all-posts-page__category-list-inner {
    padding-inline: 1.9375rem 2rem;
  }
}

.all-posts-page__category-list-items {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 47px;
}
@media screen and (max-width: 599px) {
  .all-posts-page__category-list-items {
    gap: 43px;
  }
}

.all-posts-page__category-list-item:nth-of-type(1) .all-posts-page__category-list-item-link {
  background: url("../img/article/night-button-pic.webp") no-repeat center center/cover;
}
@media screen and (max-width: 599px) {
  .all-posts-page__category-list-item:nth-of-type(1) .all-posts-page__category-list-item-link {
    background: url("../img/sp/article/night-button-pic.webp") no-repeat center center/contain;
    padding-inline: 2.0625rem 1.125rem;
    padding-block: 31px 30px;
  }
}
.all-posts-page__category-list-item:nth-of-type(2) .all-posts-page__category-list-item-link {
  background: url("../img/article/country-button-pic.webp") no-repeat center center/cover;
}
@media screen and (max-width: 599px) {
  .all-posts-page__category-list-item:nth-of-type(2) .all-posts-page__category-list-item-link {
    background: url("../img/sp/article/country-button-pic.webp") no-repeat center center/contain;
    padding-inline: 1.8125rem 1.375rem;
  }
}
.all-posts-page__category-list-item:nth-of-type(3) .all-posts-page__category-list-item-link {
  background: url("../img/article/word-button-pic.webp") no-repeat center center/cover;
}
@media screen and (max-width: 599px) {
  .all-posts-page__category-list-item:nth-of-type(3) .all-posts-page__category-list-item-link {
    background: url("../img/sp/article/word-button-pic.webp") no-repeat center center/contain;
    padding-inline: 3.125rem 2.1875rem;
  }
}
.all-posts-page__category-list-item:nth-of-type(3) .all-posts-page__category-list-item-link::before {
  background-color: rgba(82, 75, 75, 0.5);
}
.all-posts-page__category-list-item:nth-of-type(4) .all-posts-page__category-list-item-link {
  background: url("../img/article/season-button-pic.webp") no-repeat center center/cover;
}
@media screen and (max-width: 599px) {
  .all-posts-page__category-list-item:nth-of-type(4) .all-posts-page__category-list-item-link {
    background: url("../img/sp/article/season-button-pic.webp") no-repeat center center/contain;
    padding-inline: 2.8125rem 2.5rem;
    padding-block: 29px 24px;
  }
}
.all-posts-page__category-list-item:nth-of-type(4) .all-posts-page__category-list-item-link::before {
  background-color: rgba(82, 75, 75, 0.5);
}
.all-posts-page__category-list-item:nth-of-type(5) .all-posts-page__category-list-item-link {
  background: url("../img/article/series-button-pic.webp") no-repeat center center/cover;
}
@media screen and (max-width: 599px) {
  .all-posts-page__category-list-item:nth-of-type(5) .all-posts-page__category-list-item-link {
    background: url("../img/sp/article/series-button-pic.webp") no-repeat center center/contain;
    padding-block: 30px 24px;
  }
}
@media (any-hover: hover) {
  .all-posts-page__category-list-item:hover .all-posts-page__category-list-item-link::before {
    background-color: rgba(83, 74, 51, 0.522);
    transition: background-color 1s ease;
  }
}

.all-posts-page__category-list-item-link {
  width: 100%;
  height: auto;
  aspect-ratio: 859/113;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .all-posts-page__category-list-item-link {
    height: auto;
    aspect-ratio: 327/103;
  }
}
.all-posts-page__category-list-item-link::before {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
  transition: background-color 0.3s ease;
}

.all-posts-page__category-list-item-link-text {
  color: #fff;
  font-family: "Kaisei Decol", serif;
  font-size: 2.375rem;
  font-weight: 400;
  line-height: 1.4473684211;
  letter-spacing: 0.3325rem;
  z-index: 3;
  position: relative;
}
@media screen and (max-width: 599px) {
  .all-posts-page__category-list-item-link-text {
    font-size: 30px;
    line-height: 1.4333333333;
    letter-spacing: 4.2px;
  }
}

.all-posts-page__instagram-icon--sp {
  display: none;
}
@media screen and (max-width: 599px) {
  .all-posts-page__instagram-icon--sp {
    display: block;
    margin-top: 2.6875rem;
    text-align: right;
    padding-right: 0.4375rem;
  }
}

.all-posts-page__instagram-icon-link {
  width: 64px;
}

.all-posts-page__tags {
  margin-top: 7.75rem;
}
@media screen and (max-width: 599px) {
  .all-posts-page__tags {
    margin-top: 62px;
    padding-inline: 1.9375rem 2rem;
  }
}

.all-posts-page__tags-inner {
  position: relative;
  max-width: 838px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .all-posts-page__tags-inner {
    padding-inline: 1.25rem;
    align-items: flex-start;
  }
}
.all-posts-page__tags-inner::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: calc(100% - max(1.875rem, 15px));
  border: 1px solid #fdfcf9;
  border-radius: 25px 0px;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .all-posts-page__tags-inner::before {
    width: calc(100% - 5rem);
    left: 2.5rem;
  }
}
@media screen and (max-width: 599px) {
  .all-posts-page__tags-inner::before {
    height: calc(100% - 25px);
  }
}

.all-posts-page__tags-title {
  color: #fdfcf9;
  font-size: max(2.5rem, 20px);
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.15em;
  background-color: #a4afa4;
}
@media screen and (max-width: 599px) {
  .all-posts-page__tags-title {
    font-size: 30px;
    line-height: 1.4333333333;
    letter-spacing: 4.5px;
  }
}

.all-posts-page__tags-list {
  margin-block: 3.625rem 4.5625rem;
}
@media screen and (max-width: 599px) {
  .all-posts-page__tags-list {
    margin-block: 35px 44px;
  }
}

.category-page__main {
  padding-block: 11.75rem 9.75rem;
}
@media screen and (max-width: 599px) {
  .category-page__main {
    padding-block: 69px 51px;
  }
}

.category-page__latest-article-inner {
  max-width: 1088px;
}
@media screen and (max-width: 599px) {
  .category-page__latest-article-inner {
    padding-inline: 0;
    width: 100%;
  }
}

.category-page__latest-article-body {
  width: 100%;
}

.category-page__latest-article-link {
  width: 100%;
  height: auto;
  aspect-ratio: 1008/311;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .category-page__latest-article-link {
    aspect-ratio: 389/311;
  }
}
.category-page__latest-article-link img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
@media (any-hover: hover) {
  .category-page__latest-article-link:hover img {
    transform: scale(1.05);
    opacity: 0.8;
  }
}

.category-page__article-list {
  margin-top: 15.125rem;
}
@media screen and (max-width: 599px) {
  .category-page__article-list {
    margin-top: 111px;
  }
}

.category-page__article-list-inner {
  max-width: 1130px;
}
@media screen and (max-width: 599px) {
  .category-page__article-list-inner {
    padding-inline: 0;
  }
}

.category-page__article-list-items {
  margin-left: -0.4375rem;
  column-gap: 3.4375rem;
}
@media screen and (max-width: 599px) {
  .category-page__article-list-items {
    margin-left: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .category-page__article-list-items {
    margin-left: 0;
  }
}
@media screen and (max-width: 599px) {
  .category-page__article-list-items li {
    width: 100%;
  }
}

.category-page__article-list-item {
  width: 19.375rem;
}
@media screen and (max-width: 599px) {
  .category-page__article-list-item {
    width: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .category-page__article-list-item {
    width: 100%;
  }
}

.category-page__article-list-item-pagination {
  margin-top: 4.75rem;
}
@media screen and (max-width: 599px) {
  .category-page__article-list-item-pagination {
    margin-top: 50px;
  }
}

.category-page__pickup {
  margin-top: 6.625rem;
}
@media screen and (max-width: 599px) {
  .category-page__pickup {
    margin-top: 104px;
  }
}

.category-page__pickup-inner {
  max-width: 1274px;
  padding-inline: 1.25rem;
}
@media screen and (max-width: 599px) {
  .category-page__pickup-inner {
    padding-inline: 1.4375rem 1.875rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.category-page__pickup-title {
  color: #537088;
  font-size: 2.8125rem;
  font-weight: 400;
  line-height: 1.6;
  padding-left: 5.375rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 599px) {
  .category-page__pickup-title {
    font-size: 30px;
    line-height: 1.4333333333;
    padding-left: 0;
    text-align: center;
  }
}

.category-page__pickup-slider {
  margin-top: 2.8125rem;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 599px) {
  .category-page__pickup-slider {
    margin-top: 45px;
  }
}

.category-page__category-and-tag {
  margin-top: 8.0625rem;
}
@media screen and (max-width: 599px) {
  .category-page__category-and-tag {
    margin-top: 60px;
  }
}

.category-page__category-and-tag-inner {
  position: relative;
  max-width: 718px;
}
@media screen and (max-width: 599px) {
  .category-page__category-and-tag-inner {
    padding-inline: 2.75rem;
  }
}
.category-page__category-and-tag-inner::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: calc(100% - 1.4375rem);
  border: 1px solid #fdfcf9;
  border-radius: 25px 0px;
  pointer-events: none;
}
@media screen and (max-width: 599px) {
  .category-page__category-and-tag-inner::before {
    content: none;
  }
}

.category-page__category-and-tag-content {
  position: relative;
  display: flex;
  width: 100%;
  padding-bottom: 50px;
}
@media screen and (max-width: 599px) {
  .category-page__category-and-tag-content {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    padding-bottom: 0;
    gap: 44px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .category-page__category-and-tag-content {
    margin-left: 0;
  }
}
.category-page__category-and-tag-content::before {
  content: "";
  position: absolute;
  top: 4.0625rem;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: calc(100% - 6.25rem);
  background-color: #fbf5e8;
}
@media screen and (max-width: 599px) {
  .category-page__category-and-tag-content::before {
    content: none;
  }
}

.category-page__category,
.category-page__tag {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.25rem;
  width: 50%;
}
@media screen and (max-width: 599px) {
  .category-page__category,
  .category-page__tag {
    position: relative;
    width: 100%;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .category-page__category::before,
  .category-page__tag::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: calc(100% - 1.4375rem);
    border: 1px solid #fdfcf9;
    border-radius: 25px 0px;
    pointer-events: none;
  }
}

.category-page__category {
  padding-right: 33px;
}
@media screen and (max-width: 599px) {
  .category-page__category {
    gap: 19px;
    padding-right: 0;
  }
}
.category-page__category .category__list {
  margin-left: -0.5rem;
}
@media screen and (max-width: 599px) {
  .category-page__category .category__list {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .category-page__category .category__list {
    margin-left: 0;
  }
}
.category-page__category .category__item {
  width: 250px;
  justify-content: flex-start;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .category-page__category .category__item {
    width: 200px;
  }
}
@media screen and (max-width: 599px) {
  .category-page__category .category__item {
    width: 100%;
    padding-inline: 35px;
  }
}
.category-page__category .category__item:nth-child(even) {
  justify-content: flex-end;
}
.category-page__category .category__item a {
  position: relative;
}
.category-page__category .category__item a::after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  border-bottom: 1px solid #fdfcf9;
  transition: 0.3s ease transform;
}
@media (any-hover: hover) {
  .category-page__category .category__item a:hover::after {
    transform: scaleX(0);
  }
}

.category-page__category-title,
.category-page__tag-title {
  color: #fdfcf9;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.4333333333;
  letter-spacing: 0.15em;
  background-color: #a4afa4;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .category-page__category-title,
  .category-page__tag-title {
    font-size: 30px;
  }
}

.category-page__tag {
  padding-left: 33px;
}
@media screen and (max-width: 599px) {
  .category-page__tag {
    gap: 30px;
    padding-left: 0;
  }
}
.category-page__tag .tag__list {
  gap: 1.5625rem;
}
@media screen and (max-width: 599px) {
  .category-page__tag .tag__list {
    padding-inline: 2.125rem;
    gap: 10px 25px;
  }
}
.category-page__tag .tag__item {
  font-size: max(0.9375rem, 14px);
  line-height: 1.5333333333;
}
@media screen and (max-width: 599px) {
  .category-page__tag .tag__item {
    font-size: 15px;
  }
}

@media screen and (max-width: 599px) {
  .category-page__tag-title {
    padding-right: 0.8125rem;
  }
}

.article-page {
  margin-top: 6.0625rem;
  padding-bottom: 5.125rem;
}
@media screen and (max-width: 599px) {
  .article-page {
    margin-top: calc(3.125rem + 20px);
    padding-bottom: 78px;
  }
}

.article-page__main-inner {
  position: relative;
  background-color: #a4afa4;
  padding-inline: 0 0.625rem;
}
@media screen and (max-width: 599px) {
  .article-page__main-inner {
    padding-inline: 0;
    margin-inline: 0;
  }
}

.article-page__breadcrumb-wrapper {
  padding-inline: 2.5rem;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 599px) {
  .article-page__breadcrumb-wrapper {
    display: none;
  }
}

.article-page__article {
  max-width: 849px;
  padding-left: 5.625rem;
  margin-block: 8.6875rem 6.9375rem;
}
@media screen and (min-width: 1280px) {
  .article-page__article {
    max-width: 970px;
  }
}
@media screen and (max-width: 599px) {
  .article-page__article {
    max-width: 100%;
    width: 100%;
    margin-inline: auto;
    margin-block: 0rem 7.8125rem;
    padding-left: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .article-page__article {
    max-width: 100%;
    width: 79.8333333333vw;
    margin-block: 8.6875rem 6.9375rem;
  }
}

.article-page__article-head {
  display: flex;
  flex-direction: column;
  width: 66%;
  margin-inline: auto;
}
@media screen and (max-width: 599px) {
  .article-page__article-head {
    margin-inline: auto;
    padding-left: 0;
  }
}

.article-page__article-title {
  margin-top: 40px;
  color: #524b4b;
  font-size: max(1.25rem, 15px);
  font-weight: 400;
  line-height: 1.45;
}
@media screen and (max-width: 599px) {
  .article-page__article-title {
    color: #7f8e7e;
    font-size: 20px;
    line-height: 1.45;
  }
}

.article-page__article-date {
  margin-top: 8px;
  font-size: max(0.9375rem, 12px);
  line-height: 1.4;
}
@media screen and (max-width: 599px) {
  .article-page__article-date {
    font-size: 20px;
    margin-top: 7px;
  }
}

.article-page__article-tags {
  display: flex;
  gap: 0.625rem;
  margin-top: 0.5625rem;
}
@media screen and (max-width: 599px) {
  .article-page__article-tags {
    margin-top: 5px;
  }
}

.article-page__article-tag {
  padding-block: 0.4375rem;
  padding-inline: 0.5625rem;
  border: 1px solid #756e6d;
  background-color: transparent;
  font-size: 10px;
  line-height: 1.4;
  color: #756e6d;
}
@media screen and (max-width: 599px) {
  .article-page__article-tag {
    padding-block: 8.5px;
    padding-inline: 16px;
  }
}
.article-page__article-tag::before {
  content: none;
}

.article-page__article-photo-and-writer {
  display: flex;
  gap: 5.125rem;
  font-size: max(0.9375rem, 12px);
  line-height: 1.4;
  margin-top: 7px;
}
@media screen and (max-width: 599px) {
  .article-page__article-photo-and-writer {
    font-size: 15px;
    line-height: 1.4666666667;
    gap: 30px;
    margin-top: 12px;
  }
}

.article-page__article-sns-items {
  display: flex;
  gap: 1.125rem;
  width: calc(100% - 5rem);
  margin-top: 2rem;
  margin-inline: auto;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .article-page__article-sns-items {
    width: 66%;
    margin-top: 16px;
    gap: 18px;
    margin-inline: auto;
  }
}

.article-page__article-sns-item {
  width: 30px;
  transition: opacity 0.3s ease;
}
.article-page__article-sns-item:nth-of-type(2) {
  width: 26px;
}
.article-page__article-sns-item:nth-of-type(4) {
  width: 27px;
}
@media (any-hover: hover) {
  .article-page__article-sns-item:hover {
    opacity: 0.6;
  }
}
.article-page__article-sns-item img {
  filter: brightness(100);
}
@media screen and (max-width: 599px) {
  .article-page__article-sns-item img {
    filter: none;
  }
}

.article-page__article-body {
  margin-top: 2.125rem;
}
@media screen and (max-width: 599px) {
  .article-page__article-body {
    margin-top: 0;
    margin-inline: auto;
  }
}

.article-page__article-thumbnail {
  width: 70.3557312253%;
}
@media screen and (max-width: 599px) {
  .article-page__article-thumbnail {
    width: 100%;
    margin-inline: auto;
  }
}
.article-page__article-thumbnail img {
  aspect-ratio: 16/9;
  object-fit: cover;
}

.article-page__article-content {
  margin-top: 4.1875rem;
}
@media screen and (max-width: 599px) {
  .article-page__article-content {
    margin-top: 51px;
  }
}
.article-page__article-content p {
  font-size: max(0.9375rem, 12px);
  line-height: 2;
  padding-right: 3.25rem;
  font-weight: 400;
}
@media screen and (max-width: 599px) {
  .article-page__article-content p {
    font-size: 13px;
    padding-inline: 1.875rem;
    line-height: 1.5384615385;
  }
}
.article-page__article-content p + p {
  margin-top: 1.875rem;
}
@media screen and (max-width: 599px) {
  .article-page__article-content p + p {
    margin-top: 25px;
  }
}
.article-page__article-content p:has(> iframe) {
  padding-inline: 0;
}
@media screen and (max-width: 599px) {
  .article-page__article-content iframe {
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding-inline: 1.875rem;
    margin-block: 30px;
  }
}
.article-page__article-content p + h2,
.article-page__article-content p + h3 {
  margin-top: 3.125rem;
}
@media screen and (max-width: 599px) {
  .article-page__article-content p + h2,
  .article-page__article-content p + h3 {
    margin-top: 45px;
  }
}
.article-page__article-content p + figure {
  margin-top: 3.75rem;
}
@media screen and (max-width: 599px) {
  .article-page__article-content p + figure {
    margin-top: 45px;
  }
}
.article-page__article-content figure + p {
  margin-top: 4.5rem;
}
@media screen and (max-width: 599px) {
  .article-page__article-content figure + p {
    margin-top: 50px;
  }
}
.article-page__article-content h2 + p,
.article-page__article-content h3 + p {
  margin-top: 2.625rem;
}
@media screen and (max-width: 599px) {
  .article-page__article-content h2 + p,
  .article-page__article-content h3 + p {
    margin-top: 30px;
  }
}
.article-page__article-content h2 + figure,
.article-page__article-content h3 + figure {
  margin-top: 4.375rem;
}
@media screen and (max-width: 599px) {
  .article-page__article-content h2 + figure,
  .article-page__article-content h3 + figure {
    margin-top: 40px;
  }
}
.article-page__article-content p:has(a) {
  margin-top: 0;
}
.article-page__article-content h2 {
  margin-bottom: 4.375rem;
  color: #524b4b;
  font-size: max(1.25rem, 12px);
  font-weight: 500;
  line-height: 2.15;
  padding-inline: 1.75rem;
  padding-bottom: 2rem;
  position: relative;
}
@media screen and (max-width: 599px) {
  .article-page__article-content h2 {
    margin-bottom: 25px;
    font-size: 17px;
    margin-inline: 1.875rem;
    line-height: 1.5294117647;
    padding-bottom: 10px;
    padding-inline: 0.9375rem;
  }
}
.article-page__article-content h2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #524b4b;
  bottom: 0;
  left: 0;
}
.article-page__article-content figure {
  width: 76.0210803689%;
  margin-bottom: 2.5rem;
}
.article-page__article-content figure img {
  aspect-ratio: 16/9;
  object-fit: cover;
}
@media screen and (max-width: 599px) {
  .article-page__article-content figure {
    width: 100%;
    margin-bottom: 57px;
    margin-inline: auto;
  }
}
.article-page__article-content h3 {
  margin-bottom: 4.375rem;
  color: #fff;
  font-size: max(1.25rem, 12px);
  font-weight: 500;
  line-height: 2.15;
  padding-inline: 1.75rem;
  padding-bottom: 0.4375rem;
  position: relative;
  background-color: #a4afa4;
}
@media screen and (max-width: 599px) {
  .article-page__article-content h3 {
    margin-bottom: 25px;
    font-size: 17px;
    margin-inline: 1.875rem;
    line-height: 1.5294117647;
    padding-bottom: 10px;
    padding-inline: 0.9375rem;
  }
}
.article-page__article-content h3::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
  bottom: 6px;
  left: 0;
}
.article-page__article-content .writer_wp {
  width: 100%;
  display: flex;
  gap: 2.125rem;
  border: 1px solid #a4afa4;
  padding-block: 2.6875rem 2.25rem;
  padding-inline: 1.6875rem 2.125rem;
  margin-top: 3.4375rem;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .article-page__article-content .writer_wp {
    width: calc(100% - 38px);
    flex-direction: column;
    margin-top: 23px;
    padding-block: 51px 50px;
    padding-inline: 3rem;
    gap: 29px;
    max-width: 450px;
    margin-inline: auto;
  }
}
.article-page__article-content .writer_wp p {
  margin-block: 0;
  padding-right: 0;
}
@media screen and (max-width: 599px) {
  .article-page__article-content .writer_wp p {
    font-size: 16px;
    margin-block: 0;
    padding-inline: 0;
    line-height: 2.5;
  }
}
.article-page__article-content .writer_image {
  width: 166px;
  height: auto;
  aspect-ratio: 1/1;
  overflow: hidden;
  flex-shrink: 0;
}
@media screen and (max-width: 599px) {
  .article-page__article-content .writer_image {
    width: 270px;
  }
}
.article-page__article-content .writer_image img {
  border-radius: 50%;
  object-fit: cover;
}
.article-page__article-content .writer_cont {
  width: 61.9235836627%;
  font-size: max(1.0625rem, 16px);
  line-height: 2;
  flex-grow: 1;
}
@media screen and (max-width: 599px) {
  .article-page__article-content .writer_cont {
    width: 100%;
    font-size: 16px;
  }
}
.article-page__article-content .writer_profile {
  display: flex;
  align-items: center;
}
.article-page__article-content .writer_name {
  margin-right: 2.1875rem;
  font-weight: 400;
}
@media screen and (max-width: 599px) {
  .article-page__article-content .writer_name {
    margin-right: 2.75rem;
  }
}
.article-page__article-content .writer_sns:not(:last-of-type) {
  margin-right: 1.125rem;
}
@media screen and (max-width: 599px) {
  .article-page__article-content .writer_sns:not(:last-of-type) {
    margin-right: 1rem;
  }
}
.article-page__article-content .writer_sns:nth-of-type(2) i {
  font-size: 20px;
}
.article-page__article-content .fa-brands {
  color: #a4afa4;
  font-size: 22px;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 599px) {
  .article-page__article-content .fa-brands {
    font-size: 25px;
  }
}
@media (any-hover: hover) {
  .article-page__article-content .fa-brands:hover {
    opacity: 0.6;
  }
}
.article-page__article-content .writer_description {
  font-size: 17px;
}

.article-page__main-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 599px) {
  .article-page__main-wrapper {
    flex-direction: column;
    align-items: center;
  }
}

.article-page__fixed-content {
  position: sticky;
  top: 0;
  width: 36%;
  margin-top: -97px;
  padding-top: 97px;
  background-color: #a4afa4;
}
@media screen and (max-width: 599px) {
  .article-page__fixed-content {
    width: 100%;
    position: static;
    background-color: #fdfcf9;
  }
}

.article-page__post-content {
  width: 64%;
  margin-top: -97px;
  padding-top: 97px;
  background-color: #fdfcf9;
}
@media screen and (max-width: 599px) {
  .article-page__post-content {
    width: 100%;
    margin-top: 0;
    padding-top: 29px;
  }
}

.article-page__side-widget {
  width: calc(100% - 5rem);
  position: relative;
  margin-inline: auto;
  margin-top: 38px;
  /* @media screen and (min-width: 1280px) {
    right: calc((100vw - 1280px) / 2 + 10px);
  } */
}
@media screen and (max-width: 599px) {
  .article-page__side-widget {
    display: none;
  }
}
@media screen and (min-width: 600px) and (max-width: 949px) {
  .article-page__side-widget {
    display: none;
  }
}
.article-page__side-widget::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: calc(100% - max(0.75rem, 12px));
  border: 1px solid #fbf5e8;
  border-radius: 25px 0px;
  pointer-events: none;
}

.article-page__side-widget-content {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 36px;
  padding-inline: 24px;
  padding-bottom: 20px;
}
.article-page__side-widget-content::before {
  content: "";
  position: absolute;
  top: 1.875rem;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: calc(100% - 3.125rem);
  background-color: #fbf5e8;
}

.article-page__categories,
.article-page__tags {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8125rem;
}

.article-page__categories-title,
.article-page__tags-title {
  font-size: max(0.9375rem, 12px);
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
  background-color: #a4afa4;
  padding-inline: 0.4375rem;
}

.article-page__categories {
  width: 45%;
}

.article-page__tags {
  width: 45%;
}

.article-page__pickup {
  width: 100%;
  overflow: hidden;
  margin-top: 3.6875rem;
}
@media screen and (max-width: 599px) {
  .article-page__pickup {
    margin-top: 80px;
  }
}

.article-page__pickup-inner {
  max-width: 1280px;
  padding-inline: 1.4375rem;
}
@media screen and (max-width: 599px) {
  .article-page__pickup-inner {
    padding-inline: 2.5625rem 2.3125rem;
  }
}

.article-page__pickup-title {
  color: #d07171;
  font-size: max(2.8125rem, 30px);
  font-weight: 400;
  line-height: 1.6;
  padding-left: 3.4375rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 599px) {
  .article-page__pickup-title {
    padding-left: 0;
    font-size: 30px;
    line-height: 1;
    text-align: center;
  }
}

.article-page__pickup-slider {
  position: relative;
  margin-top: 3.1875rem;
}
@media screen and (max-width: 599px) {
  .article-page__pickup-slider {
    margin-top: 32px;
  }
}

.about-page__editorial-team {
  padding-block: 5.9375rem 12.8125rem;
}
@media screen and (max-width: 599px) {
  .about-page__editorial-team {
    padding-block: 114px 135px;
  }
}

.about-page__editorial-team-inner {
  max-width: 1092px;
}
@media screen and (max-width: 599px) {
  .about-page__editorial-team-inner {
    padding-inline: 2.3125rem 2.375rem;
  }
}

.about-page__section-title {
  color: #f4ede6;
  font-size: 2.8125rem;
  font-weight: 400;
  line-height: 1.4444444444;
  letter-spacing: 0.15em;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .about-page__section-title {
    font-size: 30px;
    line-height: 1.7333333333;
  }
}

@media screen and (max-width: 599px) {
  .about-page__editorial-team-title {
    padding-left: 0.5rem;
  }
}

.about-page__editorial-team-content {
  width: 100%;
  margin-top: 5.375rem;
  margin-left: -0.875rem;
}
@media screen and (max-width: 599px) {
  .about-page__editorial-team-content {
    margin-top: 41px;
    margin-left: 0;
  }
}

.about-page__editorial-team-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4.3125rem 10.75rem;
}
@media screen and (max-width: 599px) {
  .about-page__editorial-team-list {
    display: flex;
    flex-direction: column;
    gap: 52px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .about-page__editorial-team-list {
    gap: 4.3125rem 12vw;
  }
}

.about-page__editorial-team-list-member {
  display: flex;
  gap: 1.375rem;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .about-page__editorial-team-list-member {
    gap: 22px;
  }
}
.about-page__editorial-team-list-member:nth-of-type(1) {
  margin-left: 13.125rem;
}
@media screen and (max-width: 599px) {
  .about-page__editorial-team-list-member:nth-of-type(1) {
    margin-left: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .about-page__editorial-team-list-member:nth-of-type(1) {
    margin-left: 10vw;
  }
}
.about-page__editorial-team-list-member:nth-of-type(4) {
  margin-left: -16.4375rem;
}
@media screen and (max-width: 599px) {
  .about-page__editorial-team-list-member:nth-of-type(4) {
    margin-left: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .about-page__editorial-team-list-member:nth-of-type(4) {
    margin-left: -11.5vw;
  }
}
.about-page__editorial-team-list-member:nth-of-type(5) {
  margin-left: 13.125rem;
}
@media screen and (max-width: 599px) {
  .about-page__editorial-team-list-member:nth-of-type(5) {
    margin-left: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .about-page__editorial-team-list-member:nth-of-type(5) {
    margin-left: 10vw;
  }
}
.about-page__editorial-team-list-member:nth-of-type(6) {
  margin-left: -1.5rem;
}
@media screen and (max-width: 599px) {
  .about-page__editorial-team-list-member:nth-of-type(6) {
    margin-left: 0;
  }
}

.about-page__editorial-team-pic {
  width: max(8.6875rem, 100px);
  height: auto;
  aspect-ratio: 1/1;
  overflow: hidden;
  flex-shrink: 0;
}
@media screen and (max-width: 599px) {
  .about-page__editorial-team-pic {
    width: 139px;
  }
}
.about-page__editorial-team-pic img {
  border-radius: 50%;
  object-fit: cover;
}

.about-page__editorial-team-profile {
  display: flex;
  flex-direction: column;
  gap: 0.4375rem;
}
@media screen and (max-width: 599px) {
  .about-page__editorial-team-profile {
    gap: 7px;
  }
}

.about-page__editorial-team-name {
  color: #fff;
  font-size: max(1.75rem, 20px);
  font-weight: 700;
  line-height: 1.4642857143;
  padding-inline: 0.875rem 1.5rem;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #fff;
  margin-left: 0.25rem;
}
@media screen and (max-width: 599px) {
  .about-page__editorial-team-name {
    font-size: 28px;
    padding-bottom: 4px;
    padding-inline: 14px 24px;
  }
}

.about-page__editorial-team-text {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4375;
  padding-left: 1.625rem;
}

.about-page__editorial-team-sns-icons {
  display: flex;
  align-items: center;
}

.about-page__editorial-team-sns-icon:nth-of-type(1) {
  width: 27px;
  height: 27px;
  margin-right: 0.3125rem;
}
@media screen and (max-width: 599px) {
  .about-page__editorial-team-sns-icon:nth-of-type(1) {
    margin-right: 5px;
  }
}
.about-page__editorial-team-sns-icon:nth-of-type(2) {
  width: 25px;
  height: 25px;
  margin-right: 0.5625rem;
}
@media screen and (max-width: 599px) {
  .about-page__editorial-team-sns-icon:nth-of-type(2) {
    margin-right: 9px;
  }
}
.about-page__editorial-team-sns-icon:nth-of-type(3) {
  width: 20px;
  height: 22px;
}

.about-page__editorial-team-sns-icon-link {
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .about-page__editorial-team-sns-icon-link:hover {
    opacity: 0.6;
  }
}

.about-page__news {
  background-color: #d0a471;
}
@media screen and (max-width: 599px) {
  .about-page__news {
    padding-block: 24px 28px;
  }
}

.about-page__news-inner {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 599px) {
  .about-page__news-inner {
    flex-direction: column;
    align-items: center;
  }
}

.about-page__news-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
  max-width: 10.625rem;
  margin-top: 40px;
  margin-inline: 47px;
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .about-page__news-title {
    gap: 15px;
    max-width: 11.875rem;
    margin-inline: 20px;
  }
}
@media screen and (max-width: 599px) {
  .about-page__news-title {
    align-items: center;
    gap: 10px;
    margin-top: 0;
    margin-inline: 0;
  }
}

.about-page__news-title--en {
  color: #fdfcf9;
  font-size: max(2.8125rem, 30px);
  line-height: 1.5111111111;
  letter-spacing: 0.39375rem;
  font-weight: 400;
}
@media screen and (max-width: 599px) {
  .about-page__news-title--en {
    font-size: 30px;
    line-height: 1.4;
    letter-spacing: 4.5px;
  }
}

.about-page__news-title--ja {
  color: #fdfcf9;
  font-size: max(0.9375rem, 10px);
  line-height: 1.4666666667;
  letter-spacing: max(0.084375rem, 0.9px);
  font-weight: 400;
  margin-top: -1.125rem;
}
@media screen and (max-width: 599px) {
  .about-page__news-title--ja {
    font-size: 10px;
    line-height: 1.4;
    letter-spacing: 0.9px;
    margin-top: -7px;
  }
}

.about-page__news-content {
  width: 100%;
  border-radius: 3.125rem 0px 0px 3.125rem;
  background-color: #fdfcf9;
  padding-block: 4.5rem 2.6875rem;
  padding-inline: 5.375rem 4.8125rem;
}
@media screen and (max-width: 599px) {
  .about-page__news-content {
    margin-top: 23px;
    border-radius: 50px;
    padding-block: 59px 37px;
    padding-inline: 3.6875rem;
    margin-left: 0;
  }
}

.about-page__news-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.9375rem;
}
@media screen and (max-width: 599px) {
  .about-page__news-list {
    gap: 30px;
  }
}

.about-page__news-list-item:not(:last-child) .about-page__news-item-article {
  position: relative;
}
@media screen and (max-width: 599px) {
  .about-page__news-list-item:not(:last-child) .about-page__news-item-article::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-image: repeating-linear-gradient(to right, #d9d9d9, #d9d9d9 10px, transparent 10px, transparent 20px);
  }
}

.about-page__news-list-item-link {
  display: block;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .about-page__news-list-item-link:hover {
    opacity: 0.6;
  }
}

.about-page__news-item-article {
  display: flex;
  gap: 4.75rem;
  padding-bottom: 1.75rem;
  padding-inline: 1.125rem 0.625rem;
}
@media screen and (max-width: 599px) {
  .about-page__news-item-article {
    flex-direction: column;
    gap: 8px;
    padding-bottom: 12px;
    padding-inline: 0;
  }
}

.about-page__news-item-article-date {
  letter-spacing: 0.16875rem;
  font-size: max(1.875rem, 16px);
  line-height: 1.4333333333;
  letter-spacing: 0.41875rem;
}
@media screen and (max-width: 599px) {
  .about-page__news-item-article-date {
    padding-left: 0.525rem;
    font-size: 15px;
    letter-spacing: 3px;
    line-height: 1.4666666667;
    font-weight: 400;
  }
}

.about-page__news-item-article-tittle {
  font-size: max(1.25rem, 13px);
  line-height: 2.15;
}
@media screen and (max-width: 599px) {
  .about-page__news-item-article-tittle {
    padding-inline: 0.94rem 0.98625rem;
    font-size: 13px;
    line-height: 1.5384615385;
    font-weight: 400;
  }
}

.about-page__social-media {
  padding-block: 5.0625rem 13.25rem;
}
@media screen and (max-width: 599px) {
  .about-page__social-media {
    padding-block: 24px 135px;
  }
}

.about-page__social-media-inner {
  max-width: 1274px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .about-page__social-media-inner {
    padding-inline: 1.0625rem;
  }
}

.about-page__social-media-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #f4ede6;
}

.about-page__social-media-title-main {
  font-size: 2.8125rem;
  font-weight: 400;
  line-height: 1.4444444444;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 599px) {
  .about-page__social-media-title-main {
    font-size: 30px;
    line-height: 1.7333333333;
    padding-left: 0.1875rem;
    letter-spacing: normal;
  }
}

.about-page__social-media-title-sub {
  font-size: max(1.25rem, 15px);
  font-weight: 700;
  line-height: 1.45;
}
@media screen and (max-width: 599px) {
  .about-page__social-media-title-sub {
    font-size: 15px;
    line-height: 1.4666666667;
  }
}

.about-page__social-media-content {
  width: 100%;
  margin-top: 3.125rem;
}
@media screen and (max-width: 599px) {
  .about-page__social-media-content {
    margin-top: 31px;
  }
}

#sb_instagram .sb_instagram_header,
.sb_instagram_header {
  padding: 0.9375rem !important;
  background-color: #f7f7f7;
}

#sb_instagram #sbi_images {
  padding: 0.9375rem !important;
  background-color: #f7f7f7;
}
@media screen and (max-width: 599px) {
  #sb_instagram #sbi_images {
    gap: 14px;
  }
}

#sb_instagram .sbi_photo img {
  aspect-ratio: 1/1;
}

#sb_instagram .sbi_type_carousel .fa-clone {
  width: 1em;
}

#sb_instagram #sbi_load .sbi_load_btn,
#sb_instagram .sbi_follow_btn a {
  margin: 0 !important;
}
#sb_instagram #sbi_load .sbi_load_btn video,
#sb_instagram #sbi_load .sbi_load_btn img,
#sb_instagram #sbi_load .sbi_load_btn svg,
#sb_instagram .sbi_follow_btn a video,
#sb_instagram .sbi_follow_btn a img,
#sb_instagram .sbi_follow_btn a svg {
  width: auto;
}

#sb_instagram #sbi_load {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2.5rem;
}
@media screen and (max-width: 599px) {
  #sb_instagram #sbi_load {
    flex-direction: column;
  }
}

#sb_instagram #sbi_load .sbi_load_btn {
  position: relative;
  padding-block: 3px 15px !important;
  padding-right: 50px !important;
  background-color: transparent !important;
  font-size: 1.4375rem !important;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  #sb_instagram #sbi_load .sbi_load_btn {
    padding-right: 0 !important;
    font-size: 18px !important;
    font-weight: 400;
  }
}
@media (any-hover: hover) {
  #sb_instagram #sbi_load .sbi_load_btn:hover {
    background-color: none !important;
    box-shadow: none !important;
  }
}

#sb_instagram .sbi_follow_btn {
  padding-block: 3px 15px;
  position: relative;
  padding-left: 50px;
}
@media screen and (max-width: 599px) {
  #sb_instagram .sbi_follow_btn {
    padding-block: 15px 3px;
    padding-left: 0;
  }
}
#sb_instagram .sbi_follow_btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  width: 2px;
  height: 100%;
  background-color: #fff;
}
@media screen and (max-width: 599px) {
  #sb_instagram .sbi_follow_btn::before {
    height: 2px;
    width: 100%;
  }
}
#sb_instagram .sbi_follow_btn a {
  background-color: transparent !important;
  font-size: 1.4375rem !important;
  font-weight: 700;
  padding: 0 !important;
}
@media screen and (max-width: 599px) {
  #sb_instagram .sbi_follow_btn a {
    font-size: 18px !important;
    font-weight: 400;
  }
}
@media (any-hover: hover) {
  #sb_instagram .sbi_follow_btn a:hover {
    background-color: transparent !important;
    box-shadow: none !important;
  }
}

.about-page__company-info {
  padding-bottom: 10.125rem;
  overflow: hidden;
  position: relative;
  /* &::before,
  &::after {
    content: "";
    position: absolute;
    width: rm(737);
    height: rm(737);
    flex-shrink: 0;
    border-radius: 50%;
    background: rgba(217, 217, 217, 0.3);

    @include mq(sp) {
      width: 737px;
      height: 903px;
      flex-shrink: 0;
      border-radius: 903px;
    }
  }

  &::before {
    top: 0;
    left: rm(-273);

    @include mq(sp) {
      left: 50%;
      translate: -50% 0;
      z-index: -1;
    }
  }

  &::after {
    top: rm(221);
    right: rm(-287);

    @include mq(sp) {
      display: none;
    }
  } */
}
@media screen and (max-width: 599px) {
  .about-page__company-info {
    padding-block: 63px 100px;
    z-index: 1;
    width: 24.375rem;
  }
}

.about-page__company-info-content {
  max-width: 780px;
  width: 100%;
  margin-top: 4.0625rem;
  margin-inline: auto;
  color: #fff;
  font-size: max(1.5rem, 16px);
  line-height: 1.4583333333;
  font-weight: 400;
}
@media screen and (max-width: 599px) {
  .about-page__company-info-content {
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.5;
  }
}

.news-page__main {
  padding-block: 9.1875rem 11.75rem;
}
@media screen and (max-width: 599px) {
  .news-page__main {
    padding-block: 32px 182px;
  }
}

.news-page__main-inner {
  max-width: 1158px;
}
@media screen and (max-width: 599px) {
  .news-page__main-inner {
    padding-inline: 1.4375rem 1.375rem;
  }
}

.news-page__main-content {
  width: 100%;
  border-radius: 57px;
  background: #fdfcf9;
  padding-block: 1.6875rem 3.5rem;
  padding-inline: 2.9375rem 3.125rem;
}
@media screen and (max-width: 599px) {
  .news-page__main-content {
    padding-block: 18px 53px;
    padding-inline: 1.5rem 1.1875rem;
    border-radius: 35px;
  }
}

.news-page__article-list {
  display: flex;
  flex-direction: column;
}

.news-page__article-list-item {
  position: relative;
}
.news-page__article-list-item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-image: repeating-linear-gradient(to right, #c1b1b1, #c1b1b1 10px, transparent 10px, transparent 20px);
}
@media screen and (max-width: 599px) {
  .news-page__article-list-item::before {
    width: 97.6821192053%;
  }
}

.news-page__article-list-item-article.is-open .news-page__article-head-button {
  display: none;
}

.news-page__article-head {
  display: flex;
  align-items: center;
  padding-block: 2.875rem 2.875rem;
  padding-inline: 0.8125rem 3.125rem;
  width: 100%;
  font-size: max(1.75rem, 20px);
  line-height: 1.4642857143;
  letter-spacing: 0.1575rem;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 599px) {
  .news-page__article-head {
    padding-inline: 0 0.0625rem;
    padding-block: 30px 37px;
  }
}
@media (any-hover: hover) {
  .news-page__article-head:hover {
    opacity: 0.6;
  }
}

.news-page__article-head-meta {
  display: flex;
  align-items: center;
  gap: 2.8125rem;
}
@media screen and (max-width: 599px) {
  .news-page__article-head-meta {
    flex-direction: column;
    gap: 13px;
    align-items: flex-start;
  }
}

@media screen and (max-width: 599px) {
  .news-page__article-head-date {
    font-size: 20px;
    line-height: 1.45;
    letter-spacing: 4.8px;
  }
}

.news-page__article-head-title {
  padding-right: 1.875rem;
  text-align: left;
}
@media screen and (max-width: 599px) {
  .news-page__article-head-title {
    font-size: 23px;
    line-height: 1.4347826087;
    letter-spacing: 2.07px;
    padding-inline: 0.5rem 0.625rem;
  }
}

.news-page__article-head-button,
.news-page__article-close-button {
  background: url("../img/news-arrow.svg") no-repeat center center/contain;
  width: max(2.4375rem, 30px);
  height: max(2.375rem, 30px);
  flex-shrink: 0;
}
@media screen and (max-width: 599px) {
  .news-page__article-head-button,
  .news-page__article-close-button {
    width: 30px;
    height: 30px;
  }
}

.news-page__article-head-button {
  margin-left: auto;
}
@media screen and (max-width: 599px) {
  .news-page__article-head-button {
    margin-top: 6px;
  }
}

.news-page__article-body {
  display: none;
}

.news-page__article-body-content {
  display: flex;
  padding-block: 2.125rem 4.125rem;
  padding-inline: 13.5rem 3.125rem;
  align-items: flex-end;
}
@media screen and (max-width: 599px) {
  .news-page__article-body-content {
    padding-block: 0 42px;
    padding-inline: 0.75rem 0;
  }
}

.news-page__article-body-content-text {
  flex-shrink: 0;
  font-size: max(1.25rem, 16px);
  line-height: 1.65;
  letter-spacing: 1.8px;
  display: block;
  padding-bottom: 2.4375rem;
  width: 85.1748251748%;
}
@media screen and (max-width: 599px) {
  .news-page__article-body-content-text {
    font-size: 15px;
    line-height: 2.2;
    letter-spacing: 1.35px;
    width: 90.6896551724%;
    padding-bottom: 31px;
  }
}
.news-page__article-body-content-text p + p {
  margin-top: 2.125rem;
}
@media screen and (max-width: 599px) {
  .news-page__article-body-content-text p + p {
    margin-top: 34px;
  }
}
.news-page__article-body-content-text p + p:last-child {
  margin-top: 0;
}
.news-page__article-body-content-text figure {
  width: 63.2183908046%;
  margin-bottom: 5.25rem;
}
@media screen and (max-width: 599px) {
  .news-page__article-body-content-text figure {
    width: 74.9049429658%;
    margin-bottom: 36px;
  }
}
.news-page__article-body-content-text figure:last-child {
  margin-bottom: 0;
}
.news-page__article-body-content-text p + figure {
  margin-top: 6.3125rem;
}
@media screen and (max-width: 599px) {
  .news-page__article-body-content-text p + figure {
    margin-top: 18px;
  }
}
.news-page__article-body-content-text p + figure:last-child {
  margin-top: 0;
}
.news-page__article-body-content-text figure + p {
  margin-top: 4.5rem;
}
@media screen and (max-width: 599px) {
  .news-page__article-body-content-text figure + p {
    margin-top: 50px;
  }
}
.news-page__article-body-content-text figure + p:last-child {
  margin-top: 0;
}
.news-page__article-body-content-text p:has(a) {
  margin-top: 0;
}

.news-page__article-close-button {
  margin-left: auto;
  transform: rotate(180deg);
  transition: opacity 0.3s ease, translate 0.3s ease;
}
@media (any-hover: hover) {
  .news-page__article-close-button:hover {
    opacity: 0.6;
    translate: 0 -15%;
  }
}

.contact-page__main {
  padding-block: 6.4375rem 8rem;
}
@media screen and (max-width: 599px) {
  .contact-page__main {
    padding-block: 66px 91px;
  }
}

.contact-page__main-inner {
  max-width: 1175px;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .contact-page__main-inner {
    padding-inline: 1.75rem;
  }
}

.contact-page__main-contact-form {
  width: 100%;
  max-width: 100%;
}

.contact-page__main-contact-form-note {
  color: #d07171;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.8666666667;
  padding-left: 0.25rem;
}
@media screen and (max-width: 599px) {
  .contact-page__main-contact-form-note {
    font-size: 16px;
    line-height: 1.4375;
    padding-left: 0.1875rem;
  }
}

.contact-page__main-contact-form-content {
  width: 100%;
  margin-top: 1.6875rem;
  margin-left: 0.1875rem;
}
@media screen and (max-width: 599px) {
  .contact-page__main-contact-form-content {
    margin-top: 17px;
    margin-left: 0;
  }
}

.form_table {
  width: 100%;
  max-width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.form_table th {
  text-align: left;
  color: #f4ede6;
  font-size: 13px;
  font-weight: 400;
  line-height: 2.5384615385;
  padding-left: 0.5625rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 599px) {
  .form_table th {
    padding-left: 0.1875rem;
  }
}
.form_table th .required {
  color: #d07171;
}
.form_table th .title-sub {
  font-size: 14px;
}
.form_table tr:nth-of-type(4) td {
  padding-bottom: 5.9375rem;
}
@media screen and (max-width: 599px) {
  .form_table tr:nth-of-type(4) td {
    padding-bottom: 72px;
  }
}
.form_table tr:last-of-type td {
  padding-block: 0.625rem 0;
}
@media screen and (max-width: 599px) {
  .form_table tr:last-of-type td {
    padding-block: 10px 0;
  }
}
.form_table tr td {
  padding-block: 0.625rem 4.25rem;
}
@media screen and (max-width: 599px) {
  .form_table tr td {
    padding-block: 10px 73px;
  }
}
.form_table tr td input[type=text],
.form_table tr td input[type=email],
.form_table tr td textarea {
  width: 100% !important;
  border-radius: 17px;
  background: #fff;
  border: none;
  padding-block: 7px;
  padding-inline: 25px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8333333333;
}
@media screen and (max-width: 599px) {
  .form_table tr td input[type=text],
  .form_table tr td input[type=email],
  .form_table tr td textarea {
    padding-block: 15px;
    padding-inline: 22px;
  }
}
.form_table tr td input[type=text]::placeholder,
.form_table tr td input[type=email]::placeholder,
.form_table tr td textarea::placeholder {
  color: #c1b1b1;
}
.form_table tr td input[type=text]:focus,
.form_table tr td input[type=email]:focus,
.form_table tr td textarea:focus {
  border: 2px solid #ce9f9f;
  outline: none;
}
.form_table tr td input[type=text],
.form_table tr td input[type=email] {
  height: 43px;
}
@media screen and (max-width: 599px) {
  .form_table tr td input[type=text],
  .form_table tr td input[type=email] {
    height: 52px;
  }
}
.form_table tr td.td_checkbox {
  display: flex;
  gap: 1.875rem 1.4375rem;
  flex-wrap: wrap;
  padding-left: 1.0625rem;
  padding-block: 1.0625rem 3.3125rem;
  height: auto !important;
  position: relative;
}
@media screen and (max-width: 599px) {
  .form_table tr td.td_checkbox {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 40px;
    padding-block: 33px 64px;
    padding-left: 1.6875rem;
  }
}
.form_table tr td.td_checkbox .error {
  position: absolute;
  bottom: 1.5rem;
  left: 0;
}
@media screen and (max-width: 599px) {
  .form_table tr td.td_checkbox .error {
    bottom: 36px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
  .form_table tr td.td_checkbox .error {
    bottom: 0;
  }
}
.form_table tr td .horizontal-item + .horizontal-item {
  margin-left: 0;
}
.form_table tr td input[type=checkbox] {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.form_table tr td input[type=checkbox]:checked + .mwform-checkbox-field-text::after {
  opacity: 1;
}
.form_table tr td input[type=checkbox]:focus + .mwform-checkbox-field-text::before {
  border: 2px solid #ce9f9f;
}
.form_table tr td .mwform-checkbox-field-text {
  color: #f4ede6;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8333333333;
  padding-left: 47px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .form_table tr td .mwform-checkbox-field-text {
    padding-left: 34px;
    padding-top: 0;
  }
}
.form_table tr td .mwform-checkbox-field-text::before, .form_table tr td .mwform-checkbox-field-text::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.form_table tr td .mwform-checkbox-field-text::before {
  width: 34px;
  height: 34px;
  left: 0;
  border-radius: 4px;
  background: #fff;
}
@media screen and (max-width: 599px) {
  .form_table tr td .mwform-checkbox-field-text::before {
    width: 26px;
    height: 27px;
    border-radius: 5px;
  }
}
.form_table tr td .mwform-checkbox-field-text::after {
  opacity: 0;
  background: url("../img/check-contact.svg") no-repeat center center/contain;
  width: 30px;
  height: 30px;
  left: 3px;
}
@media screen and (max-width: 599px) {
  .form_table tr td .mwform-checkbox-field-text::after {
    width: 23px;
    height: 23px;
    left: 2px;
  }
}
.form_table tr td textarea {
  height: 349px;
  resize: vertical;
}

.privacy-area {
  display: flex;
  flex-direction: column;
  margin-top: 1.625rem;
  padding-left: 1.125rem;
  gap: 1rem;
}
@media screen and (max-width: 599px) {
  .privacy-area {
    margin-top: 32px;
    padding-left: 0.4375rem;
    gap: 23px;
  }
}
.privacy-area p {
  color: #fff;
  font-size: max(1.25rem, 17px);
  font-weight: 500;
  line-height: 1.44;
}
@media screen and (max-width: 599px) {
  .privacy-area p {
    font-size: 17px;
    line-height: 1.4705882353;
  }
}
.privacy-area p a {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.privacy-area .mwform-checkbox-field input[type=checkbox] {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.privacy-area .mwform-checkbox-field input[type=checkbox]:checked + .mwform-checkbox-field-text::after {
  opacity: 1;
}
.privacy-area .mwform-checkbox-field input[type=checkbox]:focus + .mwform-checkbox-field-text::before {
  border: 2px solid #ce9f9f;
}
.privacy-area .mwform-checkbox-field .mwform-checkbox-field-text {
  color: #fff;
  font-size: max(1.25rem, 17px);
  font-weight: 500;
  line-height: 2.15;
  padding-left: max(3.6875rem, 31px);
  position: relative;
}
@media screen and (max-width: 599px) {
  .privacy-area .mwform-checkbox-field .mwform-checkbox-field-text {
    font-size: 17px;
    line-height: 1.4705882353;
    padding-left: 35px;
  }
}
.privacy-area .mwform-checkbox-field .mwform-checkbox-field-text::before, .privacy-area .mwform-checkbox-field .mwform-checkbox-field-text::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.privacy-area .mwform-checkbox-field .mwform-checkbox-field-text::before {
  width: max(2.3125rem, 26px);
  height: max(2.3125rem, 26px);
  left: 0;
  border-radius: 4px;
  background: #fff;
}
@media screen and (max-width: 599px) {
  .privacy-area .mwform-checkbox-field .mwform-checkbox-field-text::before {
    width: 26px;
    height: 26px;
  }
}
.privacy-area .mwform-checkbox-field .mwform-checkbox-field-text::after {
  opacity: 0;
  background: url("../img/check-contact.svg") no-repeat center center/contain;
  width: max(1.6875rem, 23px);
  height: max(1.6875rem, 23px);
  left: max(0.1875rem, 2px);
}
@media screen and (max-width: 599px) {
  .privacy-area .mwform-checkbox-field .mwform-checkbox-field-text::after {
    width: 23px;
    height: 23px;
    left: 2px;
  }
}

.button-area {
  margin-top: 6.75rem;
  display: flex;
  justify-content: center;
  margin-right: 0.1875rem;
}
@media screen and (max-width: 599px) {
  .button-area {
    margin-top: 70px;
    margin-right: 0;
  }
}

.submit_button {
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
  font-family: "Kaisei Decol", serif;
  font-size: max(1.875rem, 25px);
  font-weight: 400;
  line-height: 1.4333333333;
  padding-block: max(1.125rem, 11.5px);
  padding-inline: 7.09375rem;
  cursor: pointer;
  transition: background-color 0.4s cubic-bezier(0.4, 0, 0.2, 1), color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (max-width: 599px) {
  .submit_button {
    font-size: 20px;
    line-height: 1.8;
    padding-block: 11.5px;
    padding-inline: 4.0625rem;
  }
}
@media (any-hover: hover) {
  .submit_button:hover {
    background-color: #fff;
    color: #a4afa4;
  }
}

.submit_button,
input[type=submit] {
  appearance: none !important;
  -webkit-appearance: none !important;
  border-radius: 0 !important;
}

.mw_wp_form .error {
  font-size: 16px;
  margin-top: 10px;
}

.privacy-page__privacy-policy {
  padding-block: 6.125rem 16.8125rem;
}
@media screen and (max-width: 599px) {
  .privacy-page__privacy-policy {
    padding-block: 55px 120px;
  }
}

.privacy-page__privacy-policy-inner {
  max-width: 1149px;
}
@media screen and (max-width: 599px) {
  .privacy-page__privacy-policy-inner {
    padding-inline: 2.4375rem;
  }
}

.privacy-page__privacy-policy-content {
  color: #fff;
  font-size: max(1.0625rem, 16px);
  font-weight: 400;
  line-height: 1.7058823529;
  width: 100%;
  margin-left: 0;
}
@media screen and (max-width: 599px) {
  .privacy-page__privacy-policy-content {
    margin-left: 0;
    font-size: 13px;
    line-height: 1.4666666667;
  }
}

.privacy-page__privacy-policy-list {
  margin-top: 1.8125rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 599px) {
  .privacy-page__privacy-policy-list {
    margin-top: 24px;
  }
}

.privacy-page__privacy-policy-list-item:not(:first-child) {
  margin-top: 1.875rem;
}
@media screen and (max-width: 599px) {
  .privacy-page__privacy-policy-list-item:not(:first-child) {
    margin-top: 22px;
  }
}

.privacy-page__privacy-policy-list-item-list {
  padding-left: 0.25rem;
}
.privacy-page__privacy-policy-list-item-list li {
  position: relative;
  padding-left: 1.625rem;
}
@media screen and (max-width: 599px) {
  .privacy-page__privacy-policy-list-item-list li {
    padding-left: 1.125rem;
  }
}
.privacy-page__privacy-policy-list-item-list li::before {
  content: "・";
  position: absolute;
  font-size: max(1.25rem, 16px);
  font-weight: 700;
  line-height: 1.45;
  left: 0;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .privacy-page__privacy-policy-list-item-list li::before {
    font-size: 15px;
    line-height: 1.4666666667;
  }
}

.privacy-page__privacy-policy-list-item-list--contact-info {
  padding-left: 0.25rem;
}

.privacy-page__privacy-policy-button {
  margin-top: 5.25rem;
  display: flex;
  justify-content: center;
  margin-left: 1.875rem;
}
@media screen and (max-width: 599px) {
  .privacy-page__privacy-policy-button {
    margin-left: 0;
    margin-top: 65px;
  }
}

.privacy-page__legal-notice {
  padding-block: 0 26.75rem;
}
@media screen and (max-width: 599px) {
  .privacy-page__legal-notice {
    padding-block: 0 137px;
  }
}

.privacy-page__legal-notice-inner {
  max-width: 1200px;
}
@media screen and (max-width: 599px) {
  .privacy-page__legal-notice-inner {
    padding-inline: 2.4375rem 1.0625rem;
  }
}

.privacy-page__legal-notice-tittle {
  color: #fff;
  font-size: max(1.875rem, 20px);
  font-weight: 400;
  line-height: 1.4333333333;
  margin-left: 0.625rem;
}
@media screen and (max-width: 599px) {
  .privacy-page__legal-notice-tittle {
    margin-left: 0;
    font-size: 20px;
    line-height: 1.45;
    text-align: center;
    padding-right: 1.375rem;
  }
}

.privacy-page__legal-notice-content {
  margin-top: 2.1875rem;
  color: #fff;
  font-size: max(1.625rem, 20px);
  font-weight: 400;
  line-height: 1.73077;
  margin-left: 0.625rem;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .privacy-page__legal-notice-content {
    margin-left: 0;
    font-size: 17px;
    line-height: 2.25;
    margin-top: 27px;
    font-weight: 400;
  }
}

.privacy-page__legal-notice-row {
  display: flex;
  gap: 3.25rem;
}
@media screen and (max-width: 599px) {
  .privacy-page__legal-notice-row {
    flex-direction: column;
    gap: 0;
  }
  .privacy-page__legal-notice-row:nth-of-type(1) {
    gap: 8px;
  }
  .privacy-page__legal-notice-row:nth-of-type(2) {
    margin-top: 1px;
  }
  .privacy-page__legal-notice-row:nth-of-type(3) {
    margin-top: 10px;
  }
  .privacy-page__legal-notice-row:nth-of-type(5) .privacy-page__legal-notice-dd {
    padding-left: 1.3125rem;
  }
  .privacy-page__legal-notice-row:nth-of-type(6) {
    margin-top: 9px;
  }
  .privacy-page__legal-notice-row:nth-of-type(6) .privacy-page__legal-notice-dd {
    padding-left: 1rem;
    margin-top: -0.75rem;
  }
  .privacy-page__legal-notice-row:nth-of-type(7) {
    margin-top: 10px;
  }
  .privacy-page__legal-notice-row:nth-of-type(7) .privacy-page__legal-notice-dd {
    padding-left: 1.0625rem;
    margin-top: -4px;
  }
  .privacy-page__legal-notice-row:nth-of-type(8) {
    margin-top: 4px;
  }
  .privacy-page__legal-notice-row:nth-of-type(8) .privacy-page__legal-notice-dd {
    padding-left: 1.0625rem;
  }
  .privacy-page__legal-notice-row:nth-of-type(9) {
    margin-top: -3px;
  }
  .privacy-page__legal-notice-row:nth-of-type(9) .privacy-page__legal-notice-dd {
    padding-left: 0.5rem;
    margin-top: -4px;
  }
  .privacy-page__legal-notice-row:nth-of-type(10) {
    margin-top: 14px;
    gap: 4px;
  }
  .privacy-page__legal-notice-row:nth-of-type(10) .privacy-page__legal-notice-dd {
    padding-left: 0.6875rem;
  }
  .privacy-page__legal-notice-row:nth-of-type(11) {
    margin-top: 16px;
  }
  .privacy-page__legal-notice-row:nth-of-type(11) .privacy-page__legal-notice-dd {
    padding-left: 0.6875rem;
  }
  .privacy-page__legal-notice-row:nth-of-type(12) {
    margin-top: 16px;
    gap: 3px;
  }
  .privacy-page__legal-notice-row:nth-of-type(12) .privacy-page__legal-notice-dd {
    padding-left: 0.9375rem;
  }
  .privacy-page__legal-notice-row:nth-of-type(13) {
    margin-top: 14px;
    gap: 3px;
  }
  .privacy-page__legal-notice-row:nth-of-type(13) .privacy-page__legal-notice-dd {
    padding-left: 0.125rem;
  }
  .privacy-page__legal-notice-row:nth-of-type(6) .privacy-page__legal-notice-dd, .privacy-page__legal-notice-row:nth-of-type(7) .privacy-page__legal-notice-dd, .privacy-page__legal-notice-row:nth-of-type(9) .privacy-page__legal-notice-dd, .privacy-page__legal-notice-row:nth-of-type(10) .privacy-page__legal-notice-dd, .privacy-page__legal-notice-row:nth-of-type(11) .privacy-page__legal-notice-dd, .privacy-page__legal-notice-row:nth-of-type(12) .privacy-page__legal-notice-dd, .privacy-page__legal-notice-row:nth-of-type(13) .privacy-page__legal-notice-dd {
    line-height: 1.9;
  }
}
@media screen and (min-width: 600px) and (max-width: 825px) {
  .privacy-page__legal-notice-row:nth-of-type(8) {
    flex-wrap: wrap;
    row-gap: 0;
    margin-block: 3.125rem 3.75rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 849px) {
  .privacy-page__legal-notice-row:nth-of-type(12) {
    flex-wrap: wrap;
    row-gap: 0;
    margin-block: 3.125rem 3.75rem;
  }
}
.privacy-page__legal-notice-row:nth-of-type(12) .privacy-page__legal-notice-dd {
  width: 62.9464285714%;
}
@media screen and (max-width: 599px) {
  .privacy-page__legal-notice-row:nth-of-type(12) .privacy-page__legal-notice-dd {
    width: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 849px) {
  .privacy-page__legal-notice-row:nth-of-type(12) .privacy-page__legal-notice-dd {
    width: 100%;
  }
}

.privacy-page__legal-notice-dt {
  white-space: nowrap;
  width: 11em;
  min-width: 17.875rem;
}
@media screen and (max-width: 599px) {
  .privacy-page__legal-notice-dt {
    min-width: 100%;
    position: relative;
    padding-left: 17px;
    margin-left: 0.25rem;
  }
  .privacy-page__legal-notice-dt::before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    background: #ddd;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 599px) {
  .privacy-page__legal-notice-dd {
    padding-left: 2rem;
  }
}
.privacy-page__legal-notice-dd a {
  font-size: max(1.625rem, 20px);
  font-weight: 700;
  line-height: 1.7307692308;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  transition: color 0.3s ease;
}
@media screen and (max-width: 599px) {
  .privacy-page__legal-notice-dd a {
    font-size: 17px;
    line-height: 2.25;
    font-weight: 400;
  }
}
@media (any-hover: hover) {
  .privacy-page__legal-notice-dd a:hover {
    color: #524b4b;
  }
}

.page-404__main {
  padding-block: 6.25rem 9.375rem;
}
@media screen and (max-width: 599px) {
  .page-404__main {
    padding-block: 69px 100px;
  }
}

.page-404__main-inner {
  max-width: 880px;
}
@media screen and (max-width: 599px) {
  .page-404__main-inner {
    padding-inline: 1.25rem;
  }
}

.page-404__main-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.125rem;
}
@media screen and (max-width: 599px) {
  .page-404__main-body {
    gap: 50px;
  }
}

.page-404__main-body-text-main {
  font-size: max(1.875rem, 20px);
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 599px) {
  .page-404__main-body-text-main {
    font-size: 20px;
  }
}

.page-404__main-body-text-sub {
  font-size: max(1.125rem, 16px);
  line-height: normal;
}
@media screen and (max-width: 599px) {
  .page-404__main-body-text-sub {
    font-size: 16px;
  }
}

.page-404__button {
  margin-top: 1.25rem;
}
@media screen and (max-width: 599px) {
  .page-404__button {
    margin-top: 20px;
  }
}

.page-404__button-link {
  background-color: #706262;
  transition: background-color 0.4s cubic-bezier(0.4, 0, 0.2, 1), color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (any-hover: hover) {
  .page-404__button-link:hover {
    background-color: #fff;
    color: #706262;
  }
}/*# sourceMappingURL=style.css.map */