@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
@layer foundation, vendor, layout, component, project, page, utilities;
:root {
  --sans-serif: "Noto Sans JP", sans-serif;
  --serif: "Noto Serif JP", serif;
  --en-sans: "", sans-serif;
  --en-serif: "", serif;
  --base: #fff;
  --main01: #0F0F0F;
  --main02: #030303;
  --red01: #E23516;
  --yellow01: #FFF000;
}

@layer foundation {
  body,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  dl,
  dt,
  dd,
  ol,
  ul,
  figure {
    all: unset;
    display: revert;
  }
  body {
    line-height: 1;
  }
  ol,
  ul {
    list-style: none;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  img {
    vertical-align: middle;
  }
}
@layer foundation {
  html {
    height: 100%;
    scroll-behavior: smooth;
  }
  body {
    text-size-adjust: 100%;
    font-family: var(--sans-serif);
    line-height: 1.6;
    min-width: 320px;
    color: var(--main02);
    background: var(--main01);
  }
  @media screen and (max-width: 767px) {
    body.is-main-nav-expanded {
      overflow: hidden;
    }
  }
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }
  :focus-visible {
    outline: 2px solid blue;
  }
  img,
  svg,
  iframe,
  video,
  picture {
    max-width: 100%;
  }
  img {
    letter-spacing: 0;
    font-size: 12px;
    height: auto;
  }
  @media screen and (max-width: 767px) {
    img {
      width: 100%;
    }
  }
  a {
    word-break: break-all;
  }
  @media screen and (min-width: 768px) {
    a[href^="tel:"] {
      display: inline-block;
      pointer-events: none;
    }
  }
  small {
    font-size: 80%;
  }
  button,
  input[type=button],
  input[type=submit] {
    cursor: pointer;
    font: inherit;
  }
  button,
  input,
  select,
  textarea {
    font: inherit;
    color: inherit;
  }
  label {
    cursor: pointer;
    display: inline-block;
  }
}
/*========================================
  サイト共通のフッター
========================================*/
@layer layout {
  .l-footer {
    padding: 8px 10px;
    text-align: center;
  }
  @media screen and (max-width: 767px) {
    .l-footer {
      width: 17.3333333333vw;
      padding: 2.1333333333vw 2.6666666667vw;
      margin-inline: auto;
    }
  }
}
/*========================================
  サイト共通のヘッダー
========================================*/
@layer layout {
  .l-header {
    padding-inline: 23px;
  }
  @media screen and (max-width: 767px) {
    .l-header {
      padding-inline: 6.1333333333vw;
    }
  }
  .l-header__logo {
    width: 171px;
  }
  @media screen and (max-width: 767px) {
    .l-header__logo {
      width: 20.5333333333vw;
    }
  }
}
/*========================================
  ヘッダーのナビゲーション（グローバルナビ）
========================================*/
@layer layout {
  @media screen and (max-width: 767px) {
    .l-nav.is-expanded .l-nav__body {
      visibility: visible;
      right: 0;
    }
  }
  @media screen and (min-width: 768px) {
    .l-nav__btn {
      display: none;
    }
  }
  @media screen and (max-width: 767px) {
    .l-nav__btn {
      -webkit-appearance: none;
      appearance: none;
      background: var(--main01);
      border: none;
      border-radius: 4px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 1.6vw;
      position: fixed;
      right: 4.5333333333vw;
      top: 1.8666666667vw;
      z-index: 100;
    }
  }
  .l-nav__btn[aria-expanded=true] .l-nav__line.is-1 {
    opacity: 0;
  }
  .l-nav__btn[aria-expanded=true] .l-nav__line.is-2 {
    rotate: 45deg;
  }
  .l-nav__btn[aria-expanded=true] .l-nav__line.is-3 {
    opacity: 0;
  }
  .l-nav__btn[aria-expanded=true] .l-nav__line.is-4 {
    rotate: -45deg;
  }
  @media screen and (max-width: 767px) {
    .l-nav__btn svg {
      width: 5.3333333333vw;
      height: 5.3333333333vw;
    }
  }
  .l-nav__line {
    transform-origin: center center;
    transition-property: opacity, rotate;
    transition-duration: 0.25s;
    stroke: var(--base);
    stroke-width: 2px;
  }
  .l-nav__body {
    font-family: var(--serif);
  }
  @media screen and (max-width: 767px) {
    .l-nav__body {
      background: var(--main01);
      width: 100%;
      height: 100%;
      display: grid;
      place-items: center;
      visibility: hidden;
      position: fixed;
      top: 0;
      right: -100%;
      overflow: auto;
      overscroll-behavior-y: contain;
      transition: 0.3s ease-in;
      z-index: 99;
    }
  }
  .l-nav__ttl {
    margin-bottom: 5px;
    font-size: 0.8125rem;
    font-weight: bold;
    color: var(--base);
  }
  @media screen and (max-width: 767px) {
    .l-nav__ttl {
      margin-bottom: 1.3333333333vw;
      font-size: 3.4666666667vw;
    }
  }
  .l-nav__item:nth-child(n+2) {
    margin-top: 5px;
  }
  @media screen and (max-width: 767px) {
    .l-nav__item:nth-child(n+2) {
      margin-top: 1.3333333333vw;
    }
  }
  .l-nav__link {
    font-size: 0.8125rem;
    font-weight: bold;
    color: var(--yellow01);
    text-decoration: none;
    position: relative;
  }
  @media screen and (max-width: 767px) {
    .l-nav__link {
      font-size: 3.4666666667vw;
    }
  }
  .l-nav__link::before {
    background: var(--yellow01);
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    scale: 0 1;
    transform-origin: left;
    transition: 0.3s;
  }
  @media (any-hover: hover) {
    .l-nav__link:hover::before {
      scale: 1 1;
    }
  }
}
/*========================================
  ページ全体のレイアウト
========================================*/
@layer layout {
  @media screen and (min-width: 768px) {
    .l-page {
      display: grid;
      grid-template-columns: minmax(0, 1fr) 375px minmax(0, 1fr);
      align-items: start;
    }
  }
  @media screen and (min-width: 768px) {
    .l-page__header {
      display: contents;
    }
  }
  @media screen and (min-width: 768px) {
    .l-page__left-pc,
    .l-page__right-pc {
      display: grid;
      place-items: center;
      height: 100dvh;
      position: sticky;
      top: 0;
    }
  }
  @media screen and (min-width: 768px) {
    .l-page__left-pc {
      order: 1;
    }
  }
  @media screen and (min-width: 768px) {
    .l-page__content {
      order: 2;
    }
  }
  @media screen and (min-width: 768px) {
    .l-page__right-pc {
      order: 3;
    }
  }
}
@layer component {
  .c-btn {
    width: 100%;
    min-width: 100px;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    position: relative;
    transition: 0.3s;
  }
  .c-btn__yellow {
    background: var(--yellow01);
    border-radius: 100vw;
    padding-block: 6px;
    font-size: 0.9375rem;
    font-weight: bold;
    color: var(--main01);
    line-height: 1;
    position: relative;
  }
  @media screen and (max-width: 767px) {
    .c-btn__yellow {
      padding-block: 1.6vw;
      font-size: 4vw;
    }
  }
  .c-btn__yellow::after {
    border-top: 1px solid var(--main01);
    border-right: 1px solid var(--main01);
    content: "";
    width: 9px;
    height: 9px;
    display: block;
    position: absolute;
    top: calc(50% - 2px);
    right: 9px;
    translate: 0 -50%;
    rotate: 135deg;
  }
  @media screen and (max-width: 767px) {
    .c-btn__yellow::after {
      width: 2.4vw;
      height: 2.4vw;
      top: calc(50% - 0.5333333333vw);
      right: 2.4vw;
    }
  }
  @media (any-hover: hover) {
    .c-btn__yellow:hover {
      background: var(--red01);
    }
  }
}
@layer component {
  .c-container {
    width: 100%;
    margin-inline: auto;
    padding-inline: 23px;
  }
  @media screen and (max-width: 767px) {
    .c-container {
      padding-inline: 6.1333333333vw;
    }
  }
}
@layer component {
  .c-col-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 30px;
  }
  .c-col__item {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 5;
    gap: 0;
  }
}
@layer project {
  .p-bg-washi {
    background: url(../img/bg/bg-washi.webp) no-repeat 50% 0;
    background-size: cover;
  }
}
@layer project {
  .p-hero {
    font-family: var(--serif);
    color: var(--base);
  }
  .p-hero__pict img {
    aspect-ratio: 4/5;
    width: 100%;
    max-width: none;
    object-fit: cover;
  }
  .p-hero__inner {
    margin-block: 18px 20px;
  }
  @media screen and (max-width: 767px) {
    .p-hero__inner {
      margin-block: 4.8vw 5.3333333333vw;
    }
  }
  .p-hero__ttl,
  .p-hero__copy {
    margin-bottom: 20px;
  }
  @media screen and (max-width: 767px) {
    .p-hero__ttl,
    .p-hero__copy {
      margin-bottom: 5.3333333333vw;
    }
  }
  .p-hero__info {
    font-weight: 500;
  }
  @media screen and (max-width: 767px) {
    .p-hero__info {
      font-size: 4.2666666667vw;
    }
  }
}
@layer project {
  .p-point {
    padding-block: 50px 100px;
    font-family: var(--serif);
    color: var(--base);
    position: relative;
  }
  @media screen and (max-width: 767px) {
    .p-point {
      padding-block: 13.3333333333vw 26.6666666667vw;
    }
  }
  .p-point::before, .p-point::after {
    background: url(../img/bg/bg-china.webp) no-repeat 0 0;
    background-size: 100% auto;
    content: "";
    width: calc(100% - 46px);
    height: 14px;
    display: block;
    position: absolute;
    left: 50%;
    translate: -50% 0;
  }
  @media screen and (max-width: 767px) {
    .p-point::before, .p-point::after {
      width: calc(100% - 12.2666666667vw);
      height: 3.7333333333vw;
    }
  }
  .p-point::before {
    top: 50px;
  }
  @media screen and (max-width: 767px) {
    .p-point::before {
      top: 13.3333333333vw;
    }
  }
  .p-point::after {
    bottom: 40px;
  }
  @media screen and (max-width: 767px) {
    .p-point::after {
      bottom: 10.6666666667vw;
    }
  }
  .p-point__container:not(.point-01) {
    margin-top: 60px;
  }
  @media screen and (max-width: 767px) {
    .p-point__container:not(.point-01) {
      margin-top: 16vw;
    }
  }
  .p-point__container.point-01 {
    margin-top: 44px;
  }
  @media screen and (max-width: 767px) {
    .p-point__container.point-01 {
      margin-top: 11.7333333333vw;
    }
  }
  .p-point__copy {
    margin-top: 12px;
  }
  @media screen and (max-width: 767px) {
    .p-point__copy {
      margin: 3.2vw 0 0 auto;
    }
  }
  @media screen and (max-width: 767px) {
    .p-point__copy.copy-01 {
      width: 85.6vw;
    }
  }
  @media screen and (max-width: 767px) {
    .p-point__copy.copy-02 {
      width: 85.8666666667vw;
    }
  }
  @media screen and (max-width: 767px) {
    .p-point__copy.copy-03 {
      width: 83.7333333333vw;
    }
  }
  .p-point__text {
    margin-top: 15px;
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 1.6;
  }
  @media screen and (max-width: 767px) {
    .p-point__text {
      margin-top: 4vw;
      font-size: 4vw;
    }
  }
  .p-point__pict-fade {
    width: calc(100% + 46px);
    margin: 15px 0 0 -23px;
  }
  @media screen and (max-width: 767px) {
    .p-point__pict-fade {
      width: calc(100% + 12.2666666667vw);
      margin: 4vw 0 0 -6.1333333333vw;
    }
  }
  .p-point__link {
    width: 162px;
    margin: 20px auto 0;
  }
  @media screen and (max-width: 767px) {
    .p-point__link {
      width: 43.2vw;
      margin-top: 5.3333333333vw;
    }
  }
}
@layer project {
  .p-shop {
    padding-block: 30px 20px;
  }
  @media screen and (max-width: 767px) {
    .p-shop {
      padding-block: 8vw 5.3333333333vw;
    }
  }
  .p-shop__ttl {
    margin-bottom: 25px;
  }
  @media screen and (max-width: 767px) {
    .p-shop__ttl {
      width: 52.5333333333vw;
      margin: 0 auto 6.6666666667vw;
    }
  }
  .p-shop__item-ttl {
    display: flex;
    justify-content: center;
  }
  .p-shop__item-ttl:not(.ttl-center) {
    align-items: flex-end;
  }
  .p-shop__item-ttl.ttl-center {
    align-items: center;
  }
  .p-shop__item-place {
    margin-top: 15px;
    position: relative;
  }
  @media screen and (max-width: 767px) {
    .p-shop__item-place {
      margin-top: 4vw;
    }
  }
  .p-shop__item-place .place-name {
    background: var(--main02);
    border-radius: 5px;
    font-size: 0.625rem;
    color: var(--base);
    text-align: center;
  }
  @media screen and (max-width: 767px) {
    .p-shop__item-place .place-name {
      font-size: 2.6666666667vw;
    }
  }
  .p-shop__item-place .place-icon {
    position: absolute;
    top: 50%;
    right: -7px;
    translate: 0 -50%;
  }
  @media screen and (max-width: 767px) {
    .p-shop__item-place .place-icon {
      width: 11.2vw;
      right: -1.8666666667vw;
    }
  }
  .p-shop__item-pict:not(.pict-no-mt) {
    margin-block: 10px 5px;
    display: grid;
    place-items: center;
  }
  @media screen and (max-width: 767px) {
    .p-shop__item-pict:not(.pict-no-mt) {
      margin-block: 2.6666666667vw 1.3333333333vw;
    }
  }
  .p-shop__item-pict.pict-no-mt {
    margin-bottom: 5px;
  }
  @media screen and (max-width: 767px) {
    .p-shop__item-pict.pict-no-mt {
      margin-bottom: 1.3333333333vw;
    }
  }
  .p-shop__item-pict.pict-tonmu {
    margin-right: -23px;
  }
  @media screen and (max-width: 767px) {
    .p-shop__item-pict.pict-tonmu {
      margin-right: -6.1333333333vw;
    }
  }
  .p-shop__item-text {
    margin-top: 5px;
    font-family: var(--serif);
    font-size: 0.625rem;
    color: var(--main02);
  }
  @media screen and (max-width: 767px) {
    .p-shop__item-text {
      margin-top: 1.3333333333vw;
      font-size: 2.6666666667vw;
    }
  }
  .p-shop__notes {
    margin-top: 50px;
    font-family: var(--serif);
    font-size: 0.625rem;
    text-align: right;
  }
  @media screen and (max-width: 767px) {
    .p-shop__notes {
      margin-top: 13.3333333333vw;
      font-size: 2.6666666667vw;
    }
  }
}
@layer utilities {
  @media screen and (max-width: 767px) {
    .u-hidden-ltSP {
      display: none;
    }
  }
  @media screen and (max-width: 991px) {
    .u-hidden-ltTAB {
      display: none;
    }
  }
  @media screen and (min-width: 768px) {
    .u-hidden-gtTAB {
      display: none;
    }
  }
  @media screen and (min-width: 992px) {
    .u-hidden-gtPC {
      display: none;
    }
  }
}
@layer utilities {
  .screen-reader-text,
  .u-screen-reader {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
    word-wrap: normal;
  }
}
@layer utilities {
  .u-ta-left {
    text-align: left;
  }
  .u-ta-center {
    text-align: center;
  }
  .u-ta-right {
    text-align: right;
  }
  @media screen and (max-width: 767px) {
    .u-SP-ta-left {
      text-align: left;
    }
    .u-SP-ta-center {
      text-align: center;
    }
    .u-SP-ta-right {
      text-align: right;
    }
  }
}
@layer utilities {
  .u-br {
    display: block;
  }
  @media screen and (min-width: 768px) {
    .u-br-pc {
      display: block;
    }
  }
  @media screen and (max-width: 767px) {
    .u-br-sp {
      display: block;
    }
  }
}
@layer utilities {
  .u-text-upper {
    text-transform: uppercase;
  }
}