@charset "UTF-8";
@media (min-width: 800px) {
  .l-article {
    padding: 12px 0 0 0;
  }
}
.l-article a {
  text-decoration: underline;
  text-underline-offset: 5px;
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.l-article a:hover {
  opacity: 0.5;
}

.l-article__kv {
  position: relative;
}

.l-article__image {
  height: 537px;
  margin-left: -20px;
  margin-right: -20px;
  position: relative;
  width: 100vw;
}
@media (min-width: 800px) {
  .l-article__image {
    height: 640px;
    margin-left: 0;
    width: auto;
  }
}
.l-article__image > img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.l-article__image > .category {
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 24px;
  line-height: calc(24 / 24);
  background: #FFF;
  bottom: 0;
  left: 0;
  letter-spacing: 0.15em;
  padding: 10px 20px;
  position: absolute;
}
@media (min-width: 800px) {
  .l-article__image > .category {
    font-size: 35px;
    line-height: calc(55 / 35);
    bottom: auto;
    left: auto;
    padding: 6px 24px;
    right: 0;
    top: -12px;
  }
}

.l-article__issue-number {
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: calc(16 / 16);
  letter-spacing: 0.075em;
  margin-top: 15px;
}
@media (min-width: 800px) {
  .l-article__issue-number {
    font-size: 28px;
    line-height: calc(28 / 28);
    background: #FFF;
    bottom: 0;
    padding-right: 56px;
    padding-top: 16px;
    position: absolute;
  }
}
.l-article__issue-number > span {
  font-family: "Source Serif 4", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 34px;
  line-height: calc(34 / 34);
  letter-spacing: 0.025em;
}
@media (min-width: 800px) {
  .l-article__issue-number > span {
    font-size: 50px;
    line-height: calc(50 / 50);
  }
}

.l-article__place {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  line-height: calc(20 / 20);
  letter-spacing: 0.175em;
  margin-top: 30px;
}
@media (min-width: 800px) {
  .l-article__place {
    font-size: 25px;
    line-height: calc(38 / 25);
    grid-column: 1/3;
    margin-top: 28px;
  }
}

.l-article__other {
  margin-top: 15px;
}
@media (min-width: 800px) {
  .l-article__other {
    grid-column: 1/3;
    margin-top: 11px;
  }
}

.l-article__other_item {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 11px;
  line-height: calc(18 / 11);
}
@media (min-width: 800px) {
  .l-article__other_item {
    font-size: 16px;
    line-height: calc(28 / 16);
  }
}

.l-article__lead {
  display: grid;
  gap: 20px;
  margin-top: 30px;
  padding: 0 20px;
}
@media (min-width: 800px) {
  .l-article__lead {
    gap: 0;
    max-width: 800px;
    padding-left: 0;
  }
}
.l-article__lead h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: calc(30 / 16);
  letter-spacing: 0.1em;
}
@media (min-width: 800px) {
  .l-article__lead h2 {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 24px;
    line-height: calc(50 / 24);
    letter-spacing: 0.07em;
  }
}
.l-article__lead p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.1em;
}
@media (min-width: 800px) {
  .l-article__lead p {
    font-size: 16px;
    line-height: calc(36 / 16);
    letter-spacing: 0.07em;
    margin-top: 12px;
  }
}

.l-article__index {
  margin-top: 80px;
  padding: 0 20px;
}
@media (min-width: 800px) {
  .l-article__index {
    margin-top: 100px;
    max-width: 800px;
    padding-left: 0;
  }
}
.l-article__index h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: calc(28 / 16);
  letter-spacing: 0.07em;
  position: relative;
}
@media (min-width: 800px) {
  .l-article__index h2 {
    font-size: 24px;
    line-height: calc(36 / 24);
  }
}
.l-article__index h2::before {
  background: #000;
  bottom: 7px;
  content: "";
  height: 1px;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.l-article__index h2 > span {
  background: #FFF;
  padding-right: 4px;
}
.l-article__index nav {
  padding: 9px 0 0;
}
@media (min-width: 800px) {
  .l-article__index nav {
    border-bottom: 1px solid #000;
    padding: 26px 0 32px;
  }
}
.l-article__index li::before {
  content: "・";
}
.l-article__index li > a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  line-height: calc(33 / 13);
  letter-spacing: 0;
}
@media (min-width: 800px) {
  .l-article__index li > a {
    font-size: 18px;
    line-height: calc(42 / 18);
    letter-spacing: 0.05em;
  }
}

.l-article__contents {
  margin-top: 140px;
}
@media (min-width: 800px) {
  .l-article__contents {
    margin-top: 200px;
    max-width: 800px;
  }
}
.l-article__index + .l-article__contents {
  margin-top: 80px;
}
@media (min-width: 800px) {
  .l-article__index + .l-article__contents {
    margin-top: 140px;
  }
}

.l-article__section {
  display: grid;
  margin-top: 140px;
  row-gap: 20px;
  scroll-margin: 60px;
}
@media (min-width: 800px) {
  .l-article__section {
    margin-top: 200px;
    row-gap: 24px;
    scroll-margin: 0;
  }
}
.l-article__section:first-child {
  margin-top: 0;
}
.l-article__section > *:not(.gallery) {
  padding: 0 20px;
}
@media (min-width: 800px) {
  .l-article__section > *:not(.gallery) {
    max-width: 800px;
    padding-left: 0;
  }
}
.l-article__section h3 {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: calc(30 / 16);
  letter-spacing: 0.1em;
}
@media (min-width: 800px) {
  .l-article__section h3 {
    font-size: 22px;
    line-height: calc(44 / 22);
    letter-spacing: 0.1em;
  }
}
.l-article__section figure + h3 {
  margin-top: 30px;
}
@media (min-width: 800px) {
  .l-article__section figure + h3 {
    margin-top: 24px;
  }
}
.l-article__section figure + h3 + p {
  margin-top: 10px;
}
@media (min-width: 800px) {
  .l-article__section figure + h3 + p {
    margin-top: 0;
  }
}
.l-article__section figure {
  margin: 0;
}
.l-article__section .figure img {
  aspect-ratio: 335/280;
}
@media (min-width: 800px) {
  .l-article__section .figure img {
    aspect-ratio: 800/540;
  }
}
.l-article__section .figure-md img {
  aspect-ratio: 335/260;
  width: 100%;
}
@media (min-width: 800px) {
  .l-article__section .figure-md img {
    aspect-ratio: 1/1;
    max-width: 560px;
  }
}
.l-article__section .figure-gallery {
  max-width: calc(100% - 40px);
}
@media (min-width: 800px) {
  .l-article__section .figure-gallery {
    max-width: 620px;
    width: 72.4299065421% !important;
  }
}
.l-article__section .figure-gallery figure {
  aspect-ratio: 320/228;
}
@media (min-width: 800px) {
  .l-article__section .figure-gallery figure {
    aspect-ratio: 620/450;
  }
}
.l-article__section .figure-gallery img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.l-article__section img {
  object-fit: cover;
}
.l-article__section figcaption {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 12px;
  line-height: calc(24 / 12);
  letter-spacing: 0.1em;
  margin-top: 10px;
}
@media (min-width: 800px) {
  .l-article__section figcaption {
    font-size: 14px;
    line-height: calc(28 / 14);
    letter-spacing: 0.07em;
    margin-top: 14px;
    padding-bottom: 10px;
  }
}
.l-article__section .caption {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 12px;
  line-height: calc(24 / 12);
  letter-spacing: 0.1em;
  margin-top: -10px;
}
@media (min-width: 800px) {
  .l-article__section .caption {
    font-size: 14px;
    line-height: calc(28 / 14);
    letter-spacing: 0.07em;
  }
}
.l-article__section .gallery {
  width: 100vw;
}
.l-article__section .gallery figcaption {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.l-article__section .product {
  font-size: 12px;
  line-height: calc(23 / 12);
  letter-spacing: 0.05em;
  margin-top: -10px;
}
@media (min-width: 800px) {
  .l-article__section .product {
    font-size: 14px;
    line-height: calc(30 / 14);
  }
}
.l-article__section .product h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.l-article__section .product p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.l-article__section .product a {
  overflow-wrap: break-word;
  word-break: break-all;
}
.l-article__section .product + .product {
  margin-top: -20px;
}
@media (min-width: 800px) {
  .l-article__section .product + .product {
    margin-top: -24px;
  }
}

.gallery__next,
.gallery__prev {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-100%);
  z-index: 1;
}
.gallery__next > img,
.gallery__prev > img {
  height: 32px;
  width: 32px;
}
@media (min-width: 800px) {
  .gallery__next,
  .gallery__prev {
    display: none;
  }
}
.gallery__next.is-disabled,
.gallery__prev.is-disabled {
  display: none;
}

.gallery__next {
  right: 40px;
}

.gallery__prev {
  transform: translateY(-100%) rotate(180deg);
  right: 74px;
}
.gallery__next.is-disabled + .gallery__prev {
  right: 40px;
}

.l-article__store {
  display: grid;
  gap: 30px;
  margin-top: 100px;
  padding: 0 20px;
}
@media (min-width: 800px) {
  .l-article__store {
    max-width: 800px;
    padding-left: 0;
  }
}
.l-article__store h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: calc(30 / 16);
}
@media (min-width: 800px) {
  .l-article__store h2 {
    font-size: 22px;
    line-height: calc(44 / 22);
    letter-spacing: 0.1em;
  }
}
@media (min-width: 800px) {
  .l-article__store h2 > span {
    background: #FFF;
    padding-right: 8px;
  }
}
.l-article__store ul {
  margin-top: 10px;
}
@media (min-width: 800px) {
  .l-article__store ul {
    column-gap: 1em;
    display: flex;
    flex-wrap: wrap;
    margin-top: 4px;
  }
}
.l-article__store li {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-style: normal;
}
.l-article__store li.url {
  overflow-wrap: break-word;
  word-break: break-all;
}
@media (min-width: 800px) {
  .l-article__store li.url {
    width: 100%;
  }
}

.l-article__contact {
  border-top: 1px solid #000;
  display: grid;
  gap: 20px;
  justify-content: center;
  margin: 40px auto 0;
  max-width: 800px;
  padding-top: 30px;
  width: calc(100% - 40px);
}
@media (min-width: 800px) {
  .l-article__contact {
    justify-content: start;
    margin: 48px 20px 0 0;
    padding: 48px 20px 0 0;
    width: calc(100% - 20px);
  }
}
.l-article__contact p {
  font-size: 14px;
  line-height: calc(28 / 14);
  letter-spacing: 0.1em;
  font-feature-settings: "palt" on;
}
@media (min-width: 800px) {
  .l-article__contact p {
    font-size: 16px;
    line-height: calc(36 / 16);
    letter-spacing: 0.15em;
  }
}
.l-article__contact p > span {
  display: none;
}
@media (min-width: 800px) {
  .l-article__contact p > span {
    display: inline;
  }
}
.l-article__contact a {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: calc(21 / 15);
  align-items: center;
  border: 1px solid #263245;
  color: #263245;
  display: flex;
  height: 40px;
  justify-content: center;
  letter-spacing: 0.25em;
  margin: 0 auto;
  max-width: 309px;
  text-decoration: none;
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 100%;
}
@media (min-width: 800px) {
  .l-article__contact a {
    font-size: 23px;
    line-height: calc(31 / 23);
    height: 66px;
    margin: 0;
    max-width: 444px;
  }
}
.l-article__contact a:hover {
  background: #263245;
  color: #FFF;
  opacity: 1;
}

.l-aside {
  background: rgba(255, 255, 255, 0.8);
  left: 0;
  padding: 20px 10px 46px;
  position: fixed;
  top: 0;
  transition: 0.4s ease;
  width: 94px;
  z-index: 3;
}
@media (min-width: 800px) {
  .l-aside {
    height: fit-content;
    min-width: max-content;
    padding: 40px 30px 40px 40px;
    position: sticky;
    top: 0;
    width: 210px;
  }
}
.error404 .l-aside, .p-new .l-aside, .p-popular .l-aside, .archive .l-aside {
  display: none;
}
@media (min-width: 800px) {
  .error404 .l-aside, .p-new .l-aside, .p-popular .l-aside, .archive .l-aside {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}
.is-article-visible .l-aside {
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 800px) {
  .is-article-visible .l-aside {
    opacity: 1;
    visibility: visible;
  }
}
.is-footer-visible .l-aside {
  opacity: 0;
  visibility: hidden;
}
.is-menu-open .l-aside {
  background: transparent;
}

.l-aside__head {
  width: 75px;
}
@media (min-width: 800px) {
  .l-aside__head {
    width: 135px;
  }
}

.l-aside__title {
  margin-top: 20px;
}
@media (min-width: 800px) {
  .l-aside__title {
    margin-top: 60px;
  }
}

.l-aside__title_link {
  color: #212124;
  display: grid;
  gap: 6px;
  margin: 0 auto;
  position: relative;
  writing-mode: vertical-rl;
}
@media (min-width: 800px) {
  .l-aside__title_link {
    gap: 10px;
    margin-right: 0;
  }
}
.l-aside__title_link::after {
  bottom: -16px;
  content: "";
  height: 16px;
  position: absolute;
  width: 100%;
}
@media (min-width: 800px) {
  .l-aside__title_link::after {
    bottom: -24px;
    height: 24px;
  }
}

.l-aside__title_ja {
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  font-style: normal;
  font-size: 21px;
  line-height: calc(23 / 21);
  letter-spacing: 0.1em;
}
@media (min-width: 800px) {
  .l-aside__title_ja {
    font-size: 34px;
    line-height: calc(36 / 34);
  }
}

.l-aside__title_en {
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-style: italic;
  font-size: 13px;
  line-height: calc(23 / 13);
  height: fit-content;
  letter-spacing: 0.15em;
  margin-bottom: -16px;
  margin-top: auto;
}
@media (min-width: 800px) {
  .l-aside__title_en {
    font-size: 22px;
    line-height: calc(39 / 22);
    margin-bottom: -24px;
  }
}

.l-aside__links {
  display: none;
}
@media (min-width: 800px) {
  .l-aside__links {
    display: block;
    margin-right: -24px;
    margin-top: 84px;
    padding-left: 24px;
  }
}

.l-aside__nav h2 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 10px;
  line-height: calc(24 / 10);
  color: #263245;
  letter-spacing: 0.15em;
  opacity: 1;
}
.l-aside__nav li {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: calc(24 / 13);
  letter-spacing: 0.15em;
}
.l-aside__nav a {
  color: #263245;
}
.l-aside__nav a.is-current {
  pointer-events: none;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.l-aside__nav a:not(.is-current)::before {
  content: "–";
}

.l-aside__nav--sort a.is-active {
  opacity: 1;
}

@media (min-width: 800px) {
  .l-container {
    display: grid;
    gap: 220px;
    grid-template-columns: auto minmax(0, 854px);
    margin: 0 auto;
    max-width: 1500px;
    min-height: 100dvh;
  }
}

.l-footer {
  background: #212124;
  margin-top: 28px;
  padding: 24px 0 8px;
}
@media (min-width: 800px) {
  .l-footer {
    grid-column: repeat(2, auto);
    margin-top: 40px;
    padding: 64px 0 36px;
  }
}

.l-footer__wrapper {
  display: grid;
  margin: 0 auto;
  max-width: 1500px;
}
@media (min-width: 800px) {
  .l-footer__wrapper {
    grid-column: repeat(2, auto);
  }
}

.l-footer__nav {
  display: none;
  margin-left: 64px;
}
@media (min-width: 800px) {
  .l-footer__nav {
    display: grid;
  }
}
.l-footer__nav h2 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: calc(33 / 15);
  color: #95805D;
  letter-spacing: 0.15em;
}
.l-footer__nav li {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: calc(33 / 15);
  letter-spacing: 0.15em;
}
.l-footer__nav a {
  color: #95805D;
}
.l-footer__nav a.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.l-footer__link {
  align-self: start;
  gap: 6px;
  display: grid;
  grid-template-columns: repeat(2, auto);
  margin-left: auto;
  margin-right: 20px;
  width: fit-content;
}
@media (min-width: 800px) {
  .l-footer__link {
    column-gap: 14px;
    grid-column: 2/3;
    margin-right: 44px;
    row-gap: 4px;
  }
}
.l-footer__link > span {
  color: #95805D;
  text-align: right;
}
.l-footer__link > span:first-child {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  line-height: calc(17 / 17);
  letter-spacing: 0.15em;
  padding-top: 6px;
}
@media (min-width: 800px) {
  .l-footer__link > span:first-child {
    font-size: 24px;
    line-height: calc(28 / 24);
    padding-top: 10px;
  }
}
.l-footer__link > span:nth-child(2) {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 13px;
  line-height: calc(19 / 13);
  letter-spacing: 0.15em;
}
@media (min-width: 800px) {
  .l-footer__link > span:nth-child(2) {
    font-size: 16px;
    line-height: calc(30 / 16);
  }
}
.l-footer__link > img {
  grid-column: 2/3;
  grid-row: 1/3;
  width: 23px;
}
@media (min-width: 800px) {
  .l-footer__link > img {
    width: 26px;
  }
}

.l-footer__logo {
  display: grid;
  gap: 24px;
  margin-top: 80px;
}
@media (min-width: 800px) {
  .l-footer__logo {
    gap: 52px;
    grid-column: 1/3;
    margin-top: 160px;
  }
}
.l-footer__logo .mec-g-p {
  margin: 0 auto;
  max-width: 100%;
  width: 375px;
}
@media (min-width: 800px) {
  .l-footer__logo .mec-g-p {
    width: 590px;
  }
}
.l-footer__logo .mec {
  margin: 0 auto;
  width: 100px;
}
@media (min-width: 800px) {
  .l-footer__logo .mec {
    width: 120px;
  }
}

.l-footer__copyright {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 10px;
  line-height: calc(32 / 10);
  color: #95805D;
  letter-spacing: 0.05em;
  margin-top: 16px;
  text-align: center;
}
@media (min-width: 800px) {
  .l-footer__copyright {
    font-size: 12px;
    line-height: calc(32 / 12);
    grid-column: 1/3;
    letter-spacing: 0.1em;
    margin-top: 40px;
  }
}

.l-header {
  background: transparent;
  height: 60px;
  left: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  transition: background 0.4s ease;
  width: 100%;
  z-index: 2;
}
@media (min-width: 800px) {
  .l-header {
    display: none;
  }
}
.is-menu-open .l-header {
  pointer-events: visible;
}
.is-footer-visible .l-header {
  background: #FFF;
  width: 100%;
}
.error404 .l-header {
  background: #FFF;
  width: 100%;
}
.is-article-visible .l-header {
  background: #FFF;
  width: 100%;
}
.is-menu-open .l-header {
  background: transparent;
}

.l-header__logo {
  display: block;
  margin: 20px 0 0 10px;
  position: relative;
  width: 75px;
}

.l-header__nav {
  background: #aaa;
  display: grid;
  gap: 40px;
  height: 100dvh;
  justify-content: center;
  min-height: 100%;
  opacity: 0;
  overflow-y: auto;
  padding: 120px 0;
  pointer-events: none;
  position: fixed;
  transition: 0.4s ease;
  visibility: hidden;
  width: 100%;
}
.is-menu-open .l-header__nav {
  opacity: 1;
  pointer-events: visible;
  visibility: visible;
}
.l-header__nav h2 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 11px;
  line-height: calc(37 / 11);
  text-align: center;
}
.l-header__nav ul {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1em;
}
.l-header__nav li {
  text-align: center;
}
.l-header__nav a {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  line-height: calc(25 / 17);
  color: #212124;
  letter-spacing: 0.1em;
}
.l-header__nav a.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.l-header__hamburger {
  height: 23px;
  pointer-events: visible;
  position: fixed;
  right: 20px;
  top: 20px;
  width: 36px;
  z-index: 2;
}
@media (min-width: 800px) {
  .l-header__hamburger {
    display: none;
  }
}

.l-header__hamburger_button {
  cursor: pointer;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.l-header__hamburger_button span {
  background: #000;
  width: 100%;
  height: 2px;
  left: 0;
  position: absolute;
  transition: ease 0.4s;
}
.is-menu-open .l-header__hamburger_button span {
  background: #000;
}
.l-header__hamburger_button span:first-child {
  top: 0;
}
.is-menu-open .l-header__hamburger_button span:first-child {
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
}
.l-header__hamburger_button span:last-child {
  bottom: 0;
}
.is-menu-open .l-header__hamburger_button span:last-child {
  bottom: 50%;
  transform: rotate(-45deg) translateY(50%);
}

.error404 .l-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 800px) {
  .p-top__kv {
    margin-top: 20px;
    width: 100vw;
  }
}

.p-not-found__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 80dvh;
  text-align: center;
  width: 100%;
}
@media (min-width: 800px) {
  .p-not-found__text {
    width: fit-content;
  }
}
.p-not-found__text h1 {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: calc(30 / 16);
  letter-spacing: 0.1em;
}
@media (min-width: 800px) {
  .p-not-found__text h1 {
    font-size: 22px;
    line-height: calc(44 / 22);
    letter-spacing: 0.1em;
  }
}

.c-article-head {
  margin-top: 12px;
}
@media (min-width: 800px) {
  .c-article-head {
    display: grid;
    grid-template-columns: 1fr auto;
    margin-top: 41px;
    max-width: 800px;
    padding-right: 20px;
  }
}
@media (min-width: 800px) {
  .home .c-article-head {
    grid-template-columns: auto;
  }
}
.single-post .c-article-head {
  padding: 0 20px;
}
@media (min-width: 800px) {
  .single-post .c-article-head {
    padding-left: 0;
  }
}

.c-article-head_title {
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 22px;
  line-height: calc(35 / 22);
  letter-spacing: 0.05em;
}
@media (min-width: 800px) {
  .c-article-head_title {
    font-size: 32px;
    line-height: calc(56 / 32);
    border-bottom: 1px solid #000;
    letter-spacing: 0.07em;
    padding-bottom: 10px;
  }
}
@media (min-width: 800px) {
  .home .c-article-head_title {
    border-bottom: none;
    padding-bottom: 0;
  }
}

.c-article-head__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: calc(28 / 16);
  letter-spacing: 0.1em;
  margin-top: 24px;
}
@media (min-width: 800px) {
  .c-article-head__lead {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 26px;
    line-height: calc(40 / 26);
    margin-top: 13px;
    padding-right: 20px;
  }
}

.c-article-head__year-month {
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  line-height: calc(18 / 18);
  border-bottom: 1px solid #000;
  letter-spacing: 0.1em;
  margin-top: 20px;
  padding-bottom: 8px;
}
@media (min-width: 800px) {
  .c-article-head__year-month {
    font-size: 20px;
    line-height: calc(26 / 20);
    background: #FFF;
    border-bottom: none;
    margin-top: -3px;
    padding: 6px 24px 10px 20px;
    position: absolute;
    right: 0;
    text-align: right;
    top: 67px;
  }
}
@media (min-width: 800px) {
  .home .c-article-head__year-month {
    margin-top: auto;
    padding: 6px 8px 10px 10px;
    top: 52px;
  }
}

.c-articles {
  display: grid;
  gap: 54px;
  margin-top: 140px;
  padding: 0 20px;
}
@media (min-width: 800px) {
  .c-articles {
    gap: 55px;
    margin-left: -7.8125vw;
    margin-top: 220px;
    padding: 0;
  }
}
.home .c-articles {
  margin-top: 165px;
  width: 100%;
}
@media (min-width: 800px) {
  .home .c-articles {
    padding-right: 46px;
    margin-top: 220px;
    width: calc(100% + 7.8125vw);
  }
}
.archive .c-articles, .page:not(.home) .c-articles {
  gap: 0;
  margin-top: 165px;
  width: 100%;
}
@media (min-width: 800px) {
  .archive .c-articles, .page:not(.home) .c-articles {
    padding-right: 46px;
    margin-top: 130px;
    width: calc(100% + 7.8125vw);
  }
}
.single-post .c-articles {
  max-width: calc(800px + 7.8125vw);
}

.c-articles__title {
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  line-height: calc(24 / 20);
  letter-spacing: 0.1em;
  position: relative;
}
@media (min-width: 800px) {
  .c-articles__title {
    font-size: 32px;
    line-height: calc(40 / 32);
  }
}
.archive .c-articles__title, .page:not(.home) .c-articles__title {
  font-size: 23px;
  line-height: calc(24 / 23);
}
@media (min-width: 800px) {
  .archive .c-articles__title, .page:not(.home) .c-articles__title {
    font-size: 32px;
    line-height: calc(40 / 32);
  }
}
.archive .c-articles__title::before, .page:not(.home) .c-articles__title::before {
  border-bottom: 1px solid #212124;
  bottom: 6px;
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
}
@media (min-width: 800px) {
  .archive .c-articles__title::before, .page:not(.home) .c-articles__title::before {
    bottom: 12px;
    width: calc(100% + 46px);
  }
}
.c-articles__title > span {
  background: #FFF;
  position: relative;
  padding-right: 4px;
}
@media (min-width: 800px) {
  .c-articles__title > span {
    padding-right: 8px;
  }
}

.c-articles__description {
  margin-top: 17px;
}
@media (min-width: 800px) {
  .c-articles__description {
    margin-top: 10px;
  }
}

.c-articles__list {
  display: grid;
  gap: 75px;
  transition: opacity 0.3s ease;
}
@media (min-width: 800px) {
  .c-articles__list {
    column-gap: 46px;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 70px;
  }
}
.c-articles__list.is-fading-out {
  opacity: 0.2;
  pointer-events: none;
}
.c-articles__list.is-fading-in {
  opacity: 1;
}
.archive .c-articles__list, .page:not(.home) .c-articles__list {
  margin-top: 34px;
}
@media (min-width: 800px) {
  .archive .c-articles__list, .page:not(.home) .c-articles__list {
    margin-top: 60px;
  }
}

.c-articles__item {
  opacity: 1;
  transition: 0.4s ease;
  visibility: visible;
}
.c-articles__item.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.c-articles__item_link {
  display: grid;
  grid-template-rows: max-content max-content 1fr auto;
  height: 100%;
}

.c-articles__item_image {
  aspect-ratio: 375/270;
  margin-left: -20px;
  margin-right: -20px;
  position: relative;
}
@media (min-width: 800px) {
  .c-articles__item_image {
    margin: 0;
  }
}
.c-articles__item_image .category {
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  line-height: calc(20 / 20);
  background: #FFF;
  color: #212124;
  letter-spacing: 0.15em;
  padding: 2px 18px 8px 14px;
  position: absolute;
  right: 0;
  top: 0;
}
@media (min-width: 800px) {
  .c-articles__item_image .category {
    font-size: 22px;
    line-height: calc(22 / 22);
    padding: 0 0 10px 12px;
  }
}
.c-articles__item_image .issue {
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  line-height: calc(18 / 18);
  align-items: baseline;
  background: #FFF;
  bottom: -3px;
  color: #212124;
  display: flex;
  gap: 4px;
  left: 0;
  letter-spacing: 0.075em;
  padding: 6px 16px 0 20px;
  position: absolute;
}
@media (min-width: 800px) {
  .c-articles__item_image .issue {
    font-size: 22px;
    line-height: calc(22 / 22);
    padding: 6px 12px 0 0;
  }
}
.c-articles__item_image .issue > span {
  font-family: "Source Serif 4", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 34px;
  line-height: calc(34 / 34);
  letter-spacing: 0.025em;
}
@media (min-width: 800px) {
  .c-articles__item_image .issue > span {
    font-size: 40px;
    line-height: calc(40 / 40);
  }
}
.c-articles__item_image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.c-articles__item_title {
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  line-height: calc(35 / 20);
  color: #212124;
  letter-spacing: 0.05em;
  margin-top: 24px;
  overflow-wrap: anywhere;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media (min-width: 800px) {
  .c-articles__item_title {
    font-size: 20px;
    line-height: calc(34 / 20);
  }
}

.c-articles__item_lead {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: calc(30 / 16);
  color: #212124;
  letter-spacing: 0.15em;
  margin-top: 14px;
}
@media (min-width: 800px) {
  .c-articles__item_lead {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    line-height: calc(28 / 18);
    letter-spacing: 0.1em;
    min-height: 52px;
  }
}

.c-articles__item_info {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: calc(18 / 14);
  align-self: flex-end;
  color: #808080;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  letter-spacing: 0.15em;
  margin-top: 20px;
}
@media (min-width: 800px) {
  .c-articles__item_info {
    margin-top: 20px;
  }
}

.c-articles__more {
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  line-height: calc(40 / 18);
  cursor: pointer;
  letter-spacing: 0.1em;
  margin-top: -16px;
  text-align: right;
  transition: 0.4s ease;
}
@media (min-width: 800px) {
  .c-articles__more {
    font-size: 19px;
    line-height: calc(40 / 19);
    letter-spacing: 0.15em;
  }
}
.c-articles__more.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.archive .c-articles__more, .page:not(.home) .c-articles__more {
  margin-top: 30px;
}
@media (min-width: 800px) {
  .archive .c-articles__more, .page:not(.home) .c-articles__more {
    margin-top: 55px;
  }
}

.c-kv {
  position: relative;
}
.single-post .c-kv {
  padding: 0 20px;
}
@media (min-width: 800px) {
  .single-post .c-kv {
    padding: 0;
  }
}

.c-kv__image {
  height: 532px;
  position: relative;
  width: 100vw;
}
@media (min-width: 800px) {
  .c-kv__image {
    height: 640px;
    width: auto;
  }
}
.single-post .c-kv__image {
  margin-left: -20px;
  margin-right: -20px;
}
@media (min-width: 800px) {
  .single-post .c-kv__image {
    margin: 0;
  }
}
.home .c-kv__image {
  margin-left: -20px;
}
@media (min-width: 800px) {
  .home .c-kv__image {
    height: 597px;
    margin-left: 0;
  }
}
.c-kv__image > img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.c-kv__image > .category {
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 24px;
  line-height: calc(24 / 24);
  background: #FFF;
  bottom: 0;
  left: 0;
  letter-spacing: 0.15em;
  padding: 10px 12px 4px 20px;
  position: absolute;
}
@media (min-width: 800px) {
  .c-kv__image > .category {
    font-size: 35px;
    line-height: calc(55 / 35);
    bottom: auto;
    left: auto;
    padding: 9px 24px 0 20px;
    right: 0;
    top: -12px;
  }
}
.home .c-kv__image > .category {
  padding: 10px 14px 4px 20px;
}
@media (min-width: 800px) {
  .home .c-kv__image > .category {
    padding: 9px 2px 6px 16px;
  }
}

.c-kv__issue-number {
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: calc(16 / 16);
  align-items: baseline;
  display: flex;
  gap: 4px;
  letter-spacing: 0.075em;
  margin-top: 15px;
}
@media (min-width: 800px) {
  .c-kv__issue-number {
    font-size: 28px;
    line-height: calc(28 / 28);
    background: #FFF;
    bottom: 0;
    padding-right: 16px;
    padding-top: 10px;
    position: absolute;
  }
}
.c-kv__issue-number > span {
  font-family: "Source Serif 4", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 34px;
  line-height: calc(34 / 34);
  letter-spacing: 0.025em;
}
@media (min-width: 800px) {
  .c-kv__issue-number > span {
    font-size: 50px;
    line-height: calc(50 / 50);
  }
}

.c-mouse-button {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
  line-height: calc(40 / 25);
  align-items: center;
  background: #000;
  border-radius: 50%;
  color: #FFF;
  cursor: pointer;
  display: none;
  height: 150px;
  justify-content: center;
  letter-spacing: 0.15em;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  transform: translate(-50%, -50%) scale(0);
  transition: opacity 0.2s ease, transform 0.4s ease;
  width: 150px;
  z-index: 1;
}
@media (min-width: 800px) {
  .c-mouse-button {
    display: flex;
  }
}
.c-mouse-button.is-visible {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.c-swiper__slide {
  padding: 0 20px;
  position: relative;
}
@media (min-width: 800px) {
  .c-swiper__slide {
    padding: 0;
  }
}
@media (min-width: 800px) {
  .home .c-swiper__slide {
    max-width: 760px;
    width: calc(100% - 92px) !important;
  }
}
.c-swiper__slide:not([data-slide=current]) .c-article-head__year-month,
.c-swiper__slide:not([data-slide=current]) .c-kv__issue-number,
.c-swiper__slide:not([data-slide=current]) .category {
  opacity: 0;
}

.c-swiper__page {
  font-family: "Source Serif 4", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: calc(16 / 16);
  align-items: center;
  display: flex;
  gap: 4px;
  letter-spacing: 0.025em;
  opacity: 0;
  position: absolute;
  right: 20px;
  top: 545px;
}
@media (min-width: 800px) {
  .c-swiper__page {
    right: 0;
    top: 605px;
  }
}
.c-swiper__page.is-visible {
  opacity: 1;
}
.c-swiper__page .slash {
  height: 15px;
  width: 12px;
}

.c-swiper__button-next,
.c-swiper__button-prev {
  cursor: pointer;
  height: 40px;
  position: absolute;
  top: 532px;
  transform: translateY(-100%);
  width: 40px;
  z-index: 1;
}
@media (min-width: 800px) {
  .c-swiper__button-next,
  .c-swiper__button-prev {
    display: none;
  }
}
.c-swiper__button-next.swiper-button-disabled,
.c-swiper__button-prev.swiper-button-disabled {
  display: none;
}

.c-swiper__button-next {
  right: 0;
}

.c-swiper__button-prev {
  transform: translateY(-100%) rotate(180deg);
  right: 42px;
}
.c-swiper__button-next.swiper-button-disabled + .c-swiper__button-prev {
  right: 0;
}

.c-swiper__division {
  background: #FFF;
  content: "";
  display: none;
  height: 100%;
  position: absolute;
  top: 0;
  width: 24px;
  z-index: 1;
}
@media (min-width: 800px) {
  .c-swiper__division {
    display: block;
  }
}

.c-swiper__mask {
  background: #FFF;
  content: "";
  display: none;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
@media (min-width: 800px) {
  .c-swiper__mask {
    display: block;
  }
}

.c-swiper__hover {
  content: "";
  cursor: pointer;
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
@media (min-width: 800px) {
  .c-swiper__hover.is-visible {
    display: block;
  }
}

/***
    The new CSS reset - version 1.11.2 (last updated 15.11.2023)
    GitHub page: https://github.com/elad2412/the-new-css-reset
***/
/*
    Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
    - The "symbol *" part is to solve Firefox SVG sprite bug
    - The "html" element is excluded, otherwise a bug in Chrome breaks the CSS hyphens property (https://github.com/elad2412/the-new-css-reset/issues/36)
 */
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

/* Preferred box-sizing value */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Fix mobile Safari increase font-size on landscape mode */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

/* Reapply the pointer cursor for anchor tags */
a, button {
  cursor: revert;
}

/* Remove list styles (bullets/numbers) */
ol, ul, menu, summary {
  list-style: none;
}

/* For images to not be able to exceed their container */
img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

/* removes spacing between cells in tables */
table {
  border-collapse: collapse;
}

/* Safari - solving issue when using user-select:none on the <body> text input doesn't working */
input, textarea {
  -webkit-user-select: auto;
}

/* revert the 'white-space' property for textarea elements on Safari */
textarea {
  white-space: revert;
}

/* minimum style to allow to style meter element */
meter {
  -webkit-appearance: revert;
  appearance: revert;
}

/* preformatted text - use only for this feature */
:where(pre) {
  all: revert;
  box-sizing: border-box;
}

/* reset default text opacity of input placeholder */
::placeholder {
  color: unset;
}

/* fix the feature of 'hidden' attribute.
 display:revert; revert to element instead of attribute */
:where([hidden]) {
  display: none;
}

/* revert for bug in Chromium browsers
 - fix for the content editable attribute will work properly.
 - webkit-user-select: auto; added for Safari in case of using user-select:none on wrapper element*/
:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

/* apply back the draggable feature - exist only in Chromium and Safari */
:where([draggable=true]) {
  -webkit-user-drag: element;
}

/* Revert Modal native behavior */
:where(dialog:modal) {
  all: revert;
  box-sizing: border-box;
}

/* Remove details summary webkit styles */
::-webkit-details-marker {
  display: none;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 14px;
  line-height: calc(28 / 14);
  background: #FFF;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
}
@media (min-width: 800px) {
  body {
    font-family: "Noto Serif JP", serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    line-height: calc(36 / 16);
  }
}
body.no-scroll {
  height: 100%;
  overflow: hidden;
}
@media (min-width: 800px) {
  body.no-scroll {
    height: auto;
    overflow: visible;
  }
}

img {
  display: block;
}

/*# sourceMappingURL=style.css.map */
