@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul {
  list-style-type: none;
}

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

ul,
ol,
div {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: dnp-shuei;
  src: url("../public/fonts/DNPShueiMinPr6N-L.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: dnp-shuei;
  src: url("../public/fonts/DNPShueiMinPr6N-M.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: dnp-shuei;
  src: url("../public/fonts/DNPShueiMinPr6N-B.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: dnp-shuei-b-subset;
  src: url("../public/fonts/DNPShueiMinPr6N-B-subset.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: garamond-premier;
  src: url("../public/fonts/Garamond-Premier-Pro-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: garamond-premier;
  src: url("../public/fonts/Garamond-Premier-Pro-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: garamond-premier;
  src: url("../public/fonts/Garamond-Premier-Pro-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
html {
  font-family: dnp-shuei, sans-serif;
  font-size: 10px;
  font-weight: 500;
  color: #004f6c;
  background: #fafafa;
  scroll-behavior: smooth;
}
@media screen and (min-width: 767px) and (max-width: 1600px) {
  html {
    font-size: 8.5px;
  }
}

picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

button {
  cursor: pointer;
}

.image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.image--100 {
  height: 100%;
}
.image--auto {
  width: auto;
}
.image--contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.imgBg {
  position: relative;
}
.imgBg__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.imgBg__content {
  position: relative;
  z-index: 1;
}

.text-en {
  font-family: garamond-premier, serif;
  font-style: italic;
  font-weight: 400;
}
.text-en--brown {
  color: #bf953f;
}

.text-vert {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
}
.text-vert--upright {
  text-orientation: upright;
}

.text-hor {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
}

.text-no-posts {
  font-size: 2rem;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .text-no-posts {
    font-size: 14px;
  }
}

.button {
  border: 1px solid #004f6c;
  display: block;
  color: #004f6c;
  text-align: center;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  overflow: hidden;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #fafafa;
}
.button:hover {
  color: #fff;
  background: #004f6c;
}
.button:hover .button__arrow svg path {
  stroke: #fff;
}
.button__arrow svg {
  width: 100%;
  height: 100%;
}
.button__arrow svg path {
  stroke: #004f6c;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.to-top {
  position: absolute;
  top: -140px;
  right: 100px;
  background: transparent;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .to-top {
    display: none;
  }
}
.to-top:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.container {
  padding-inline: 11%;
  margin-inline: auto;
  max-width: calc(1320px + 22%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 980px) {
  .container {
    padding-inline: 4%;
  }
}
@media screen and (max-width: 767px) {
  .container {
    max-width: 100%;
    padding-inline: 8%;
  }
}
@media screen and (max-width: 380px) {
  .container {
    padding-inline: 5%;
  }
}

.footer {
  border-top: 1px solid #e6e5e5;
  padding-block: 1.8rem 4.6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-block: 8px 12px;
  }
}
.footer__copyright {
  display: block;
  font-size: 1.4rem;
  color: #707070;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  .footer--sp-white {
    background: #fff;
  }
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.header__container {
  padding: 5rem 5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .header__container {
    padding: 28px 24px 0;
  }
}
.header__button {
  border-radius: 20px;
  padding: 0.8rem 3.3rem 1.2rem;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: dnp-shuei-b-subset, sans-serif;
  letter-spacing: 0.02em;
  line-height: 1em;
}
.header__ig-icon {
  position: relative;
  width: 3.1rem;
  height: 3.1rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header__ig-icon:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.news-item__img {
  width: 100%;
  overflow: hidden;
}
.news-item__img img {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.news-item__img--has-logo {
  background: #004f6c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news-item__info {
  color: #707070;
}
.news-item__title {
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .news-item__title {
    -webkit-line-clamp: 3;
  }
}
.news-item:hover .news-item__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.news-item:hover .news-item__title {
  color: #004f6c;
}
.news-item__img-logo {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .news-item__img-logo {
    width: 36%;
  }
}

.lpage {
  margin-top: 15.6rem;
}
@media screen and (max-width: 767px) {
  .lpage {
    margin-top: 94px;
  }
}

.form__item-list {
  padding-block: 2rem 4rem;
}
@media screen and (max-width: 767px) {
  .form__item-list {
    padding-bottom: 30px;
  }
}
.form__item:not(:last-child) {
  margin-bottom: 2.2rem;
}
@media screen and (max-width: 767px) {
  .form__item:not(:last-child) {
    margin-bottom: 15px;
  }
}
.form__label {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .form__label {
    font-size: 14px;
  }
}
.form__input {
  margin-top: 0.8rem;
  width: 100%;
  min-height: 1em;
  font-size: 2rem;
  line-height: 1.75em;
}
@media screen and (max-width: 767px) {
  .form__input {
    margin-top: 0;
    font-size: 14px;
  }
}
.form__input textarea,
.form__input input[type=text],
.form__input input[type=email] {
  padding: 1.1rem 1.6rem;
  border: none;
  width: 100%;
  font: inherit;
  line-height: inherit;
  background: #f0f0f0;
}
@media screen and (max-width: 767px) {
  .form__input textarea,
  .form__input input[type=text],
  .form__input input[type=email] {
    padding: 6px 8px;
  }
}
.form__input textarea:focus,
.form__input input[type=text]:focus,
.form__input input[type=email]:focus {
  outline: 2px solid #004f6c;
}
.form__input--textarea {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.form__input--textarea textarea {
  height: 32.3rem;
  resize: none;
}
@media screen and (max-width: 767px) {
  .form__input--textarea textarea {
    height: 196px;
  }
}
.form__button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6rem;
}
@media screen and (max-width: 767px) {
  .form__button-group {
    gap: 40px;
  }
}
.form__button {
  border: 1px solid #707070;
  border-radius: 12px;
  margin: auto;
  padding: 0.6rem 1.8rem 0.9rem;
  font-family: inherit;
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  color: #707070;
  background: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .form__button {
    border-radius: 18px;
    padding: 0 16px 3px;
    font-size: 14px;
  }
}
.form__button:hover {
  color: #fff;
  background: #707070;
}
.form__button-back {
  border: none;
  font-size: 1.9rem;
  font-family: inherit;
  color: #707070;
  background: transparent;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .form__button-back {
    font-size: 13px;
  }
}
.form__button-back::before {
  content: "◀";
  display: inline-block;
  margin-right: 1rem;
  font-size: 1.8rem;
  font-weight: 700;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .form__button-back::before {
    font-size: 12px;
  }
}
.form__button-back:hover::before {
  -webkit-transform: translateX(-1rem);
          transform: translateX(-1rem);
}

.top-mv {
  display: grid;
  grid-template-columns: max(32.3%, 380px) 1fr;
  height: 100svh;
}
@media screen and (max-width: 767px) {
  .top-mv {
    position: relative;
    grid-template-columns: 1fr;
  }
}
.top-mv__info-wrap {
  padding-bottom: 12.2580645161vh;
  padding-inline: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-height: 900px) {
  .top-mv__info-wrap {
    padding-bottom: 6vh;
  }
}
@media screen and (max-width: 767px) {
  .top-mv__info-wrap {
    position: relative;
    z-index: 1;
    padding-block: 10px 0;
  }
}
.top-mv__info {
  margin: auto auto 0;
  max-height: 640px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-height: 820px) {
  .top-mv__info {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
}
@media screen and (max-height: 720px) {
  .top-mv__info {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@media screen and (max-height: 620px) {
  .top-mv__info {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}
@media screen and (max-width: 767px) {
  .top-mv__info {
    -webkit-transform: scale(1);
            transform: scale(1);
    height: 100%;
    max-height: unset;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.top-mv__tgl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .top-mv__tgl {
    gap: 30px;
  }
}
.top-mv__tgl-line {
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  opacity: 0;
  -webkit-animation: fade-up 1.8s ease forwards;
          animation: fade-up 1.8s ease forwards;
}
.top-mv__tgl-line:first-child {
  width: 52px;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
@media screen and (max-width: 767px) {
  .top-mv__tgl-line:first-child {
    width: 37px;
  }
}
.top-mv__tgl-line:nth-child(2) {
  width: 54px;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
@media screen and (max-width: 767px) {
  .top-mv__tgl-line:nth-child(2) {
    width: 37px;
  }
}
.top-mv__tgl-line:nth-child(3) {
  width: 45px;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
@media screen and (max-width: 767px) {
  .top-mv__tgl-line:nth-child(3) {
    width: 31px;
  }
}
.top-mv__logo-wrap {
  margin: 10.7834101382vh auto 3.4101382488vh;
}
@media screen and (max-width: 767px) {
  .top-mv__logo-wrap {
    margin-block: 77px 25px;
  }
}
.top-mv__logo {
  width: 120px;
  height: 109px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .top-mv__logo {
    width: 94px;
    height: 81px;
  }
}
.top-mv__logo-snowflake {
  width: 120px;
  max-width: 0;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 50%;
  pointer-events: none;
  -webkit-transition: 1s cubic-bezier(0.55, 0.03, 0.31, 0.99);
  transition: 1s cubic-bezier(0.55, 0.03, 0.31, 0.99);
  position: absolute;
  inset: 0;
  margin: auto;
  -webkit-animation: snowflake-transition 1s cubic-bezier(0.55, 0.03, 0.31, 0.99) forwards;
          animation: snowflake-transition 1s cubic-bezier(0.55, 0.03, 0.31, 0.99) forwards;
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}
@media screen and (max-width: 767px) {
  .top-mv__logo-snowflake {
    width: 94px;
  }
}
.top-mv__logo-snowflake img {
  position: absolute;
  inset: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-block: auto;
  width: 111.8px;
  aspect-ratio: 112/109;
}
@media screen and (max-width: 767px) {
  .top-mv__logo-snowflake img {
    width: 83px;
    height: auto;
  }
}
.top-mv__logo-snowflake-text {
  max-width: 130px;
  -webkit-mask-image: conic-gradient(#fff 0deg, #fff calc(var(--angle) - 10deg), transparent calc(var(--angle) + 10deg), transparent 360deg), conic-gradient(transparent 340deg, #fff 360deg);
          mask-image: conic-gradient(#fff 0deg, #fff calc(var(--angle) - 10deg), transparent calc(var(--angle) + 10deg), transparent 360deg), conic-gradient(transparent 340deg, #fff 360deg);
  -webkit-animation: snowflake-text-transition 1s cubic-bezier(0.55, 0.03, 0.31, 0.99) forwards 2.7s;
          animation: snowflake-text-transition 1s cubic-bezier(0.55, 0.03, 0.31, 0.99) forwards 2.7s;
}
@media screen and (max-width: 767px) {
  .top-mv__logo-snowflake-text {
    max-width: 84px;
  }
}
.top-mv__logo-text-group {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .top-mv__logo-text-group {
    gap: 5px;
  }
}
.top-mv__logo-text-jp img, .top-mv__logo-text-en img {
  -webkit-animation: logo-text-transition 1s cubic-bezier(0.55, 0.03, 0.31, 0.99) forwards;
          animation: logo-text-transition 1s cubic-bezier(0.55, 0.03, 0.31, 0.99) forwards;
  -webkit-animation-delay: calc(2.2s + 1.2s);
          animation-delay: calc(2.2s + 1.2s);
}
.top-mv__logo-text-jp {
  width: 91px;
  aspect-ratio: 91/30;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top-mv__logo-text-jp {
    width: 100%;
    max-width: 68px;
  }
}
.top-mv__logo-text-jp img {
  -webkit-transform: translateY(105%);
          transform: translateY(105%);
}
.top-mv__logo-text-en {
  width: 90px;
  aspect-ratio: 90/15;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top-mv__logo-text-en {
    width: 100%;
    max-width: 70px;
  }
}
.top-mv__logo-text-en img {
  -webkit-transform: translateY(-105%);
          transform: translateY(-105%);
}
.top-mv__tgl-en {
  display: block;
  font-size: 1.3rem;
  line-height: 1.1538461538em;
  text-align: center;
  opacity: 0;
  -webkit-animation: reveal 1s linear forwards;
          animation: reveal 1s linear forwards;
  -webkit-animation-delay: calc(2.2s + 2s);
          animation-delay: calc(2.2s + 2s);
}
@media screen and (max-width: 767px) {
  .top-mv__tgl-en {
    color: #fff;
  }
}
.top-mv__slider-wrap, .top-mv__slider, .top-mv__slider-track {
  height: 100% !important;
}
.top-mv__slider-wrap .splide__list,
.top-mv__slider-wrap .splide__slide, .top-mv__slider .splide__list,
.top-mv__slider .splide__slide, .top-mv__slider-track .splide__list,
.top-mv__slider-track .splide__slide {
  height: 100% !important;
}
.top-mv__slider-wrap .splide__list img,
.top-mv__slider-wrap .splide__slide img, .top-mv__slider .splide__list img,
.top-mv__slider .splide__slide img, .top-mv__slider-track .splide__list img,
.top-mv__slider-track .splide__slide img {
  height: 100vh;
}
.top-mv__slider-wrap {
  position: relative;
}
.top-mv__slider-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .top-mv__slider-bg {
    display: none;
  }
}
.top-mv__slide-img {
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top-mv__bg-sp {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .top-mv__bg-sp::after {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: #7e7e7e;
    mix-blend-mode: multiply;
  }
}

.top-intro {
  border-bottom: 1px solid #e6e5e5;
  padding-block: 29.7rem 25.5rem;
}
@media screen and (max-width: 767px) {
  .top-intro {
    padding-block: 83px 66px;
  }
}
.top-intro__title {
  padding-block: 0.9rem 1.8rem;
  position: relative;
  font-size: 3.4rem;
  letter-spacing: 0.1em;
  line-height: 1.2058823529em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-intro__title {
    font-size: 25px;
  }
}
.top-intro__title::before, .top-intro__title::after {
  content: "";
  margin: auto;
  left: 0;
  right: 0;
  position: absolute;
  width: 20px;
  height: 0.4rem;
  background: #004f6c;
}
.top-intro__title::before {
  top: -2rem;
}
@media screen and (max-width: 767px) {
  .top-intro__title::before {
    top: -24px;
  }
}
.top-intro__title::after {
  bottom: -2rem;
}
.top-intro__par {
  margin-top: 6.2rem;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 2.0833333333em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-intro__par {
    font-size: 15.5px;
    line-height: 1.935483871em;
  }
}

.top-menu {
  padding-block: 25.5rem 40.6rem;
}
@media screen and (max-width: 767px) {
  .top-menu {
    padding-block: 66px 40px;
  }
}
.top-menu__title {
  font: italic 400 5rem garamond-premier, serif;
  letter-spacing: 0.06em;
  line-height: 1.36em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-menu__title {
    font-size: 30px;
    line-height: 1.3666666667em;
  }
}
.top-menu__list {
  margin-top: 6.2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22.8rem 7.35%;
}
@media screen and (max-width: 767px) {
  .top-menu__list {
    margin-top: 40px;
    gap: 42px 9.1%;
  }
}
.top-menu__item-img {
  width: 100%;
  aspect-ratio: 61/46;
}
.top-menu__item-info {
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .top-menu__item-info {
    margin-top: 12px;
  }
}
.top-menu__item-name {
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  line-height: 1.1428571429em;
}
@media screen and (max-width: 767px) {
  .top-menu__item-name {
    font-size: 16px;
    line-height: 2em;
    text-align: center;
  }
}
.top-menu__item-desc {
  margin-top: 3rem;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  line-height: 1.7272727273em;
}
@media screen and (max-width: 767px) {
  .top-menu__item-desc {
    margin-top: 5px;
    font-size: clamp(11.6px, 3.455px + 2.545vw, 13px);
    letter-spacing: 0.02em;
    line-height: 1.5384615385em;
  }
}

.top-ingr {
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-ingr {
    padding-bottom: 65px;
  }
}
.top-ingr__header-content {
  padding-block: 20.2rem 11.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .top-ingr__header-content {
    padding-block: 72px 20px;
  }
}
.top-ingr__title {
  margin: auto;
  font-size: 5.6rem;
  font-weight: 500;
  line-height: 1.75em;
}
@media screen and (max-width: 767px) {
  .top-ingr__title {
    font-size: 32px;
  }
}
.top-ingr__title-col {
  display: block;
}
.top-ingr__title-col--1 > span:nth-child(1) {
  letter-spacing: 0.15em;
}
.top-ingr__title-col--1 > span:nth-child(2) {
  margin-top: -0.15em;
  letter-spacing: -0.15em;
}
.top-ingr__title-col--2 > span:nth-child(2) {
  margin-top: 0.15em;
  letter-spacing: 0.2em;
}
.top-ingr__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
@media screen and (max-width: 1100px) {
  .top-ingr__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .top-ingr__list {
    margin: auto;
    padding-inline: 3%;
    grid-template-columns: 1fr 1fr;
    gap: 35px;
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
    max-width: 500px;
  }
}
@media screen and (max-width: 1100px) {
  .top-ingr__item {
    height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .top-ingr__item {
    height: auto;
  }
}
.top-ingr__item:nth-child(1), .top-ingr__item:nth-child(2) {
  aspect-ratio: 96/60;
}
@media screen and (max-width: 1100px) {
  .top-ingr__item:nth-child(1), .top-ingr__item:nth-child(2) {
    aspect-ratio: unset;
  }
}
@media screen and (max-width: 767px) {
  .top-ingr__item:nth-child(1), .top-ingr__item:nth-child(2) {
    aspect-ratio: unset;
  }
}
.top-ingr__item:nth-child(3), .top-ingr__item:nth-child(4), .top-ingr__item:nth-child(5) {
  aspect-ratio: 64/60;
}
@media screen and (max-width: 1100px) {
  .top-ingr__item:nth-child(3), .top-ingr__item:nth-child(4), .top-ingr__item:nth-child(5) {
    aspect-ratio: unset;
  }
}
@media screen and (max-width: 767px) {
  .top-ingr__item:nth-child(3), .top-ingr__item:nth-child(4), .top-ingr__item:nth-child(5) {
    aspect-ratio: unset;
  }
}
.top-ingr__item:nth-child(1) {
  grid-column: 1/4;
}
@media screen and (max-width: 1100px) {
  .top-ingr__item:nth-child(1) {
    grid-column: unset;
  }
}
@media screen and (max-width: 767px) {
  .top-ingr__item:nth-child(1) {
    grid-column: unset;
  }
}
.top-ingr__item:nth-child(2) {
  grid-column: 4/7;
}
@media screen and (max-width: 1100px) {
  .top-ingr__item:nth-child(2) {
    grid-column: unset;
  }
}
@media screen and (max-width: 767px) {
  .top-ingr__item:nth-child(2) {
    grid-column: unset;
  }
}
.top-ingr__item:nth-child(3) {
  grid-column: 1/3;
}
@media screen and (max-width: 1100px) {
  .top-ingr__item:nth-child(3) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 767px) {
  .top-ingr__item:nth-child(3) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 767px) {
  .top-ingr__item:nth-child(3) .top-ingr__item-desc {
    margin-top: 4px;
  }
}
.top-ingr__item:nth-child(4) {
  grid-column: 3/5;
}
@media screen and (max-width: 1100px) {
  .top-ingr__item:nth-child(4) {
    grid-column: unset;
  }
}
@media screen and (max-width: 767px) {
  .top-ingr__item:nth-child(4) {
    grid-column: unset;
  }
}
.top-ingr__item:nth-child(5) {
  grid-column: 5/7;
}
@media screen and (max-width: 1100px) {
  .top-ingr__item:nth-child(5) {
    grid-column: unset;
  }
}
@media screen and (max-width: 767px) {
  .top-ingr__item:nth-child(5) {
    grid-column: unset;
  }
}
.top-ingr__item:hover .top-ingr__item-content {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.top-ingr__item-content {
  padding: 20px;
  background: rgba(255, 255, 255, 0.75);
  height: 100%;
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .top-ingr__item-content {
    padding: 0;
    -webkit-clip-path: unset;
            clip-path: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    background: none;
  }
}
.top-ingr__item-info {
  position: relative;
  z-index: 2;
  text-align: center;
}
.top-ingr__item-name-en {
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.35em;
}
.top-ingr__item-name-jp {
  font-weight: 500;
  font-size: 5rem;
}
.top-ingr__item-desc {
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .top-ingr__item-desc {
    font-size: 14px;
    line-height: 1.4285714286em;
    letter-spacing: 0.02em;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .top-ingr__item-bg {
    display: none;
  }
}
.top-ingr__item-img {
  display: none;
}
@media screen and (max-width: 767px) {
  .top-ingr__item-img {
    display: block;
  }
}

.top-news {
  margin-block: 35rem 30rem;
}
@media screen and (max-width: 767px) {
  .top-news {
    margin-block: 64px 80px;
  }
}
@media screen and (max-width: 767px) {
  .top-news__container {
    padding-inline: 11.7%;
  }
}
.top-news__main {
  display: grid;
  grid-template: auto 1fr/auto 1fr;
  gap: 0 5.68%;
}
@media screen and (max-width: 767px) {
  .top-news__main {
    grid-template-columns: 1fr;
  }
}
.top-news__title {
  font-size: 5rem;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-news__title {
    font-size: 30px;
    letter-spacing: 0.06em;
  }
}
@media screen and (max-width: 767px) {
  .top-news__button-wrap {
    margin-top: -5px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.top-news__button {
  border-radius: 40px;
  border-width: 1.5px;
  padding-block: 11px;
  width: 28rem;
  font-size: 2rem;
  letter-spacing: 0.06em;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-news__button {
    width: 100%;
  }
}
.top-news__button-arrow {
  margin: auto;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  bottom: 0;
  right: 24px;
  width: 31px;
  height: 4px;
}
.top-news__button-arrow svg {
  width: 100%;
  height: 100%;
}
.top-news__button-arrow svg path {
  stroke: #004f6c;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.top-news__list {
  grid-row: 1/3;
  grid-column: 2/3;
}
@media screen and (max-width: 767px) {
  .top-news__list {
    margin-top: 42px;
    grid-row: unset;
    grid-column: unset;
  }
}
.top-news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .top-news__item {
    display: grid;
    grid-template-columns: auto 1fr;
  }
}
.top-news__item:hover .top-news__item-title-wrap::before {
  left: 0;
  width: 100%;
  right: auto;
}
.top-news__item:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .top-news__item:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .top-news__item:nth-child(3) .top-news__item-title-wrap::after {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .top-news__item:nth-child(4), .top-news__item:nth-child(5) {
    display: none;
  }
}
.top-news__item-date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font: 400 2.2rem garamond-premier, serif;
  letter-spacing: 0.02em;
  color: #000;
}
.top-news__item-cat-list {
  margin-left: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
}
.top-news__item-cat {
  padding: 2.5px 8.5px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.3333333333em;
  color: #fff;
  background: rgba(112, 112, 112, 0.49);
}
.top-news__item-title-wrap {
  margin-left: 20px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top-news__item-title-wrap {
    margin-top: 20px;
    margin-left: 0;
    padding-bottom: 25px;
    grid-column: 1/3;
  }
}
.top-news__item-title-wrap::before, .top-news__item-title-wrap::after {
  content: "";
  position: absolute;
  height: 1px;
  right: 0;
  bottom: 5px;
}
@media screen and (max-width: 767px) {
  .top-news__item-title-wrap::before, .top-news__item-title-wrap::after {
    bottom: 0;
  }
}
.top-news__item-title-wrap::before {
  width: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  background: #004f6c;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top-news__item-title-wrap::before {
    content: none;
  }
}
.top-news__item-title-wrap::after {
  width: 100%;
  background: #d9d9d9;
}
@media screen and (max-width: 767px) {
  .top-news__item-title-wrap::after {
    background: #004f6c;
    opacity: 0.5;
  }
}
.top-news__item-title {
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 767px) {
  .top-news__item-title {
    font-size: 14px;
    line-height: 1.5714285714em;
    -webkit-line-clamp: 2;
    color: #000;
  }
}
@media screen and (max-width: 767px) {
  .top-news__no-posts {
    margin-bottom: 60px;
  }
}

.top-stores {
  padding-block: 14rem 12.8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-stores {
    padding-block: 85px;
  }
}
.top-stores__title-en {
  font-size: 2rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .top-stores__title-en {
    font-size: 14px;
  }
}
.top-stores__title-jp {
  margin-block: 2rem 3.8rem;
  font-size: 4.3rem;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .top-stores__title-jp {
    margin-bottom: 26px;
    font-size: 27px;
    line-height: 1.1851851852em;
  }
}
.top-stores__par {
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .top-stores__par {
    font-size: 14px;
    line-height: 1.7857142857em;
  }
}
.top-stores__bg::before, .top-stores__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.top-stores__bg::after {
  background: rgba(112, 112, 112, 0.9);
  mix-blend-mode: multiply;
}
.top-stores__bg::before {
  background: rgba(255, 255, 255, 0.2);
}

.top-contact {
  padding-block: 39.5rem 27.8rem;
}
@media screen and (max-width: 767px) {
  .top-contact {
    padding-block: 56px 70px;
  }
}
.top-contact__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top-contact__container {
    padding-inline: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.top-contact__form {
  width: 100%;
  max-width: 738px;
  margin-left: 50px;
  color: #707070;
}
@media screen and (max-width: 767px) {
  .top-contact__form {
    border-bottom: 1px solid #e6e5e5;
    margin-left: 0;
    padding: 0 11.7% 70px;
    max-width: unset;
  }
}
.top-contact__form-title {
  font-weight: 300;
  font-size: 2.8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-contact__form-title {
    font-size: 20px;
  }
}
.top-contact__form-content {
  margin-top: -0.9rem;
}
@media screen and (max-width: 767px) {
  .top-contact__form-content {
    margin-top: 0;
  }
}
.top-contact__item-list {
  margin-block: 2rem 4rem;
}
@media screen and (max-width: 767px) {
  .top-contact__item-list {
    margin-bottom: 30px;
  }
}
.top-contact__info {
  padding-top: 3.6rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .top-contact__info {
    padding: 70px 11.7% 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.top-contact__info-content {
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-contact__info-content {
    padding-block: 16px;
    width: 100%;
    max-width: 320px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-contact__info-subtitle {
  font-size: 2.5rem;
  line-height: 1em;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  .top-contact__info-subtitle {
    font-size: clamp(15px, 1.849px + 4.11vw, 18px);
  }
}
.top-contact__info-subtitle > span:nth-child(2) {
  margin-top: 0.08em;
}
.top-contact__info-title {
  -webkit-margin-start: -0.1rem;
          margin-inline-start: -0.1rem;
  margin-block: 3rem 5.2rem;
  display: inline-block;
  font-size: 4.4rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .top-contact__info-title {
    margin-block: 5% auto;
    font-size: clamp(28px, 10.466px + 5.479vw, 32px);
  }
}
.top-contact__info-text-col {
  display: block;
  font-size: 2.8rem;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .top-contact__info-text-col {
    font-size: clamp(17px, 3.849px + 4.11vw, 20px);
  }
}
.top-contact__info-text-col .dash {
  position: relative;
  top: 1px;
}
@media screen and (max-width: 767px) {
  .top-contact__info-text-col .tilde {
    height: 18px;
    position: relative;
    top: 1px;
  }
}
.top-contact__info-text-col--zip {
  letter-spacing: -0.01em;
  line-height: 1em;
}
.top-contact__info-text-col--zip > span:first-child {
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .top-contact__info-text-col--zip > span:first-child {
    font-size: clamp(15px, 1.849px + 4.11vw, 18px);
  }
}
.top-contact__info-text-col--zip > span:nth-child(2) {
  margin-top: -0.12em;
}
.top-contact__info-text-col--zip > img {
  margin-inline: 0.17em 0.3em;
}
.top-contact__info-text-col--addr {
  margin-block: 1rem 0.8rem;
}
@media screen and (max-width: 767px) {
  .top-contact__info-text-col--addr {
    margin-block: 2.67% 2%;
  }
}
.top-contact__info-text-col--addr > span:nth-child(2) {
  margin-bottom: -0.1em;
}
.top-contact__info-text-col--addr > span:nth-child(4) {
  margin-bottom: 0.1em;
  line-height: 1em;
}
.top-contact__info-text-col--tel {
  letter-spacing: -0.15em;
  line-height: 1em;
}
.top-contact__info-text-col--tel > span:nth-child(2) {
  margin-top: -0.2em;
  margin-bottom: 0.4em;
}
.top-contact__info-text-col--tel .top-contact__a-tel span {
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .top-contact__info-text-col--tel .top-contact__a-tel span {
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) {
  .top-contact__info-text-col--tel .top-contact__a-tel span:nth-child(1) {
    letter-spacing: 0.03em;
  }
}
@media screen and (max-width: 767px) {
  .top-contact__info-text-col--tel .top-contact__a-tel span:nth-child(3) {
    margin-top: -2px;
  }
}
@media screen and (max-width: 767px) {
  .top-contact__info-text-col--tel .top-contact__a-tel span:nth-child(5) {
    letter-spacing: -0.02em;
  }
}
.top-contact__info-text-col--tel .dash {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}
@media screen and (max-width: 767px) {
  .top-contact__info-text-col--tel .dash {
    margin-top: 3px;
    margin-bottom: 3px;
    top: 0;
  }
}
.top-contact__info-text-col--tel .dash:nth-child(2) {
  top: -1px;
}
.top-contact__info-text-col--time {
  margin-block: 1.2rem;
}
@media screen and (max-width: 767px) {
  .top-contact__info-text-col--time {
    margin-block: 2.67% 3.33%;
  }
}
.top-contact__info-text-col--time > span:nth-child(2) {
  margin-top: 0.2em;
  margin-bottom: 0.4em;
  position: relative;
  left: 7px;
  top: 3px;
}
@media screen and (max-width: 767px) {
  .top-contact__info-text-col--time > span:nth-child(2) {
    left: 5px;
  }
}
.top-contact__info-text-col--time > span:nth-child(3) {
  margin-bottom: 0.2em;
}
.top-contact__info-text-col--time > span:nth-child(5) {
  margin-top: 0.25em;
}
.top-contact__info-text-col--time > span:nth-child(9) {
  line-height: 1.25em;
}
@media screen and (max-width: 767px) {
  .top-contact__info-text-col--time > span:nth-child(9) {
    line-height: 1.5em;
  }
}
.top-contact__info-text-col--time .tilde:nth-child(8) {
  position: relative;
  top: 2px;
}
@media screen and (max-width: 767px) {
  .top-contact__info-text-col--time .tilde:nth-child(8) {
    top: 4px;
  }
}
.top-contact__info-note {
  font-size: 1.9rem;
  font-weight: 300;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .top-contact__info-note {
    font-size: clamp(10px, -3.151px + 4.11vw, 13px);
  }
}
.top-contact__info-note .bullet {
  margin-bottom: 2px;
}
@media screen and (max-width: 767px) {
  .top-contact__info-note .bullet {
    width: 7px;
  }
}
.top-contact__info-note > span:nth-child(3) {
  margin-top: -0.1em;
}
@media screen and (max-width: 767px) {
  .top-contact__info-note > span:nth-child(3) {
    margin-top: 0;
  }
}
.top-contact__info-note > span:nth-child(4) {
  letter-spacing: -0.1em;
}
@media screen and (max-width: 767px) {
  .top-contact__info-note > span:nth-child(4) {
    letter-spacing: -0.03em;
  }
}
.top-contact__info-link {
  margin: 6.8rem auto 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  font-size: 2.2rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.5909090909em;
  text-align: center;
  position: relative;
  width: 100%;
  max-width: 340px;
  aspect-ratio: 340/256;
  background: none;
  border: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .top-contact__info-link {
    margin-top: 44px;
    max-width: 265px;
    font-size: 18px;
    line-height: 1.3888888889em;
  }
}
.top-contact__info-link:hover {
  color: #fff;
}
.top-contact__info-link:hover .top-contact__link-arrow svg path {
  stroke: #fff;
}
.top-contact__info-link:hover .top-contact__link-img--bg {
  opacity: 1;
}
.top-contact__link-img {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: -1;
}
.top-contact__link-img--bg {
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.top-contact__link-arrow {
  margin-top: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 3.5rem;
  aspect-ratio: 35/9;
}
@media screen and (max-width: 767px) {
  .top-contact__link-arrow {
    margin-top: 6px;
  }
}
.top-contact__link-arrow svg {
  width: 100%;
  height: 100%;
}
.top-contact__link-arrow svg path {
  stroke: #004f6c;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.news-archive {
  padding-block: 10.7rem 11.5rem;
  margin-bottom: 12rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .news-archive {
    padding-block: 50px 80px;
    margin-bottom: 0;
  }
}
.news-archive__container {
  padding-inline: 11%;
  margin-inline: auto;
  max-width: calc(1377px + 22%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 980px) {
  .news-archive__container {
    padding-inline: 4%;
  }
}
@media screen and (max-width: 767px) {
  .news-archive__container {
    max-width: 100%;
    padding-inline: 8%;
  }
}
@media screen and (max-width: 767px) {
  .news-archive__container {
    padding-inline: 9.9%;
  }
}
.news-archive__title {
  font-family: garamond-premier, serif;
  font-style: italic;
  font-size: 5rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .news-archive__title {
    font-size: 30px;
    letter-spacing: 0.06em;
  }
}
.news-archive__list {
  margin-block: 7.5rem 17rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 11.4rem 4.25%;
}
@media screen and (max-width: 767px) {
  .news-archive__list {
    margin-block: 58px 100px;
    grid-template-columns: repeat(2, 1fr);
    gap: 75px 10.12%;
  }
}
.news-archive__pagenavi {
  margin-bottom: 15rem;
}
@media screen and (max-width: 767px) {
  .news-archive__pagenavi {
    margin-bottom: 80px;
  }
}
.news-archive__item-img {
  margin-bottom: 3.2rem;
  aspect-ratio: 420/319;
}
@media screen and (max-width: 767px) {
  .news-archive__item-img {
    margin-bottom: 10px;
    aspect-ratio: 142/119;
  }
}
.news-archive__item-info {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 1.6666666667em;
}
@media screen and (max-width: 767px) {
  .news-archive__item-info {
    font-size: 13px;
    color: #323232;
  }
}
@media screen and (max-width: 767px) {
  .news-archive__item-date {
    font-family: garamond-premier, serif;
    font-weight: 400;
    line-height: 1em;
  }
}
@media screen and (max-width: 767px) {
  .news-archive__item-title {
    margin-top: 5px;
    font-weight: 700;
    line-height: 1.8em;
  }
}
.news-archive__button {
  border: 1px solid #707070;
  border-radius: 2rem;
  padding: 0.3rem 3.1rem 0.7rem;
  margin: auto;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  color: #707070;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .news-archive__button {
    padding-bottom: 6px;
    padding-inline: 24px;
    font-size: 15px;
  }
}
.news-archive__button:hover {
  border-color: #004f6c;
  background: #004f6c;
  color: #fff;
}
.news-archive__no-posts {
  margin-block: 4rem 6rem;
}

.news-detail__main {
  padding-bottom: 16.4rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .news-detail__main {
    padding-bottom: 75px;
  }
}
.news-detail__main-container {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28rem 6rem;
  padding-inline: 11%;
  margin-inline: auto;
  max-width: calc(1420px + 22%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 980px) {
  .news-detail__main-container {
    padding-inline: 4%;
  }
}
@media screen and (max-width: 767px) {
  .news-detail__main-container {
    max-width: 100%;
    padding-inline: 8%;
  }
}
@media screen and (max-width: 767px) {
  .news-detail__main-container {
    grid-template-columns: 1fr;
    padding-inline: 9.9%;
    gap: 100px;
  }
}
.news-detail__content {
  padding-top: 17rem;
  padding-left: 2.8rem;
  color: #323232;
}
@media screen and (max-width: 767px) {
  .news-detail__content {
    padding-top: 65px;
    padding-left: 0;
  }
}
.news-detail__content-wrap {
  width: 100%;
  max-width: 87.7%;
}
@media screen and (max-width: 767px) {
  .news-detail__content-wrap {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .news-detail__header {
    margin-inline: auto;
    width: 92%;
  }
}
@media screen and (max-width: 767px) {
  .news-detail__date {
    margin-bottom: 26px;
    font-family: garamond-premier, serif;
    font-weight: 400;
    font-size: 15px;
  }
}
.news-detail__title {
  margin-bottom: 5.8rem;
  font-size: 4.4rem;
  line-height: 1.2045454545em;
}
@media screen and (max-width: 767px) {
  .news-detail__title {
    margin-bottom: 32px;
    font-size: 17px;
    line-height: 1.8em;
  }
}
.news-detail__content-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6rem;
}
@media screen and (max-width: 767px) {
  .news-detail__content-body {
    gap: 30px;
  }
}
.news-detail__content-img img.yoko {
  width: 100%;
  height: auto;
  margin: 7px 0;
}
.news-detail__content-img img.tate {
  width: auto;
  height: 300px;
  margin: 7px;
}
.news-detail__content-par {
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 2.6em;
}
@media screen and (max-width: 767px) {
  .news-detail__content-par {
    margin-inline: auto;
    width: 92%;
    font-size: 12px;
    line-height: 2em;
  }
}
.news-detail__pagi {
  grid-column: 1/3;
  color: #004f6c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 575px;
  margin: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .news-detail__pagi {
    padding-inline: 3.5px;
    grid-column: unset;
  }
}
.news-detail__pagi-link {
  font-family: garamond-premier, serif;
  font-weight: 600;
  font-size: 1.9rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .news-detail__pagi-link {
    font-size: 12px;
    font-weight: 400;
  }
}
.news-detail__pagi-link::after, .news-detail__pagi-link::before {
  display: inline-block;
  font-family: dnp-shuei, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .news-detail__pagi-link::after, .news-detail__pagi-link::before {
    font-size: 12px;
  }
}
.news-detail__pagi-link--prev::before {
  margin-right: 5px;
  content: "◀";
}
.news-detail__pagi-link--prev:hover::before {
  -webkit-transform: translateX(-1rem);
          transform: translateX(-1rem);
}
.news-detail__pagi-link--next::after {
  margin-left: 5px;
  content: "▶";
}
.news-detail__pagi-link--next:hover::after {
  -webkit-transform: translateX(1rem);
          transform: translateX(1rem);
}
.news-detail__pagi-link--disabled {
  pointer-events: none;
  color: #707070;
  opacity: 0.6;
}
.news-detail__pagi-link:hover {
  opacity: 0.7;
}
.news-detail__pagi-home {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .news-detail__pagi-home {
    font-size: 13px;
  }
}
.news-detail__pagi-home:hover {
  opacity: 0.7;
}
.news-detail__archive {
  padding-top: 18rem;
  font-family: garamond-premier, serif;
  font-weight: 600;
  min-width: 135px;
}
.news-detail__archive-title {
  margin-bottom: 4.2rem;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
}
.news-detail__archive-li:not(:last-child) {
  margin-bottom: 2.2rem;
}
.news-detail__archive-li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.3rem;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.news-detail__archive-li a:hover {
  opacity: 0.8;
}
.news-detail__archive-li a::before {
  content: "";
  margin-top: -3px;
  display: block;
  width: 0.5rem;
  height: 2.3rem;
  background: #004f6c;
}
.news-detail__archive-link-text {
  -webkit-transition: inherit;
  transition: inherit;
}
.news-detail__latest {
  padding-block: 10rem 15.8rem;
  padding-inline: 11%;
  margin-inline: auto;
  max-width: calc(1560px + 22%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 980px) {
  .news-detail__latest {
    padding-inline: 4%;
  }
}
@media screen and (max-width: 767px) {
  .news-detail__latest {
    max-width: 100%;
    padding-inline: 8%;
  }
}
@media screen and (max-width: 767px) {
  .news-detail__latest {
    border-top: 1px solid #e6e5e5;
    padding: 62px 9.9% 55px;
    background: #fff;
  }
}
.news-detail__latest-title {
  margin-bottom: 10rem;
  font-size: 3rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .news-detail__latest-title {
    margin-bottom: 32px;
    font-size: 16px;
  }
}
.news-detail__latest-list {
  margin-bottom: 14rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5.78%;
}
@media screen and (max-width: 767px) {
  .news-detail__latest-list {
    margin-bottom: 100px;
    grid-template-columns: repeat(2, 1fr);
    gap: 65px 10.1%;
  }
}
.news-detail__latest-item-img {
  aspect-ratio: 323/290;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
  .news-detail__latest-item-img {
    aspect-ratio: 142/119;
  }
}
.news-detail__latest-item-info {
  color: #323232;
}
.news-detail__latest-item-date {
  font-size: 1.9rem;
}
@media screen and (max-width: 767px) {
  .news-detail__latest-item-date {
    font-family: garamond-premier, serif;
    font-weight: 400;
    line-height: 1em;
    font-size: 13px;
  }
}
.news-detail__latest-item-title {
  margin-top: 0.5rem;
  font-size: 2rem;
  line-height: 1.7em;
}
@media screen and (max-width: 767px) {
  .news-detail__latest-item-title {
    margin-top: 5px;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.8em;
  }
}

.contact {
  padding-block: 10.7rem 11.5rem;
  margin-bottom: 12rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .contact {
    padding-block: 50px 80px;
    margin-bottom: 0;
  }
}
.contact__container {
  padding-inline: 11%;
  margin-inline: auto;
  max-width: calc(1000px + 22%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 980px) {
  .contact__container {
    padding-inline: 4%;
  }
}
@media screen and (max-width: 767px) {
  .contact__container {
    max-width: 100%;
    padding-inline: 8%;
  }
}
.contact__title {
  font-size: 5rem;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact__title {
    font-size: 30px;
    letter-spacing: 0.06em;
  }
}
.contact__complete-par {
  margin-block: 8rem 10rem;
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 2.6em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact__complete-par {
    font-size: 14px;
    line-height: 2em;
  }
}

@property --angle {
  syntax: "<angle>";
  inherits: true;
  initial-value: -10deg;
}
@-webkit-keyframes reveal {
  to {
    opacity: 1;
  }
}
@keyframes reveal {
  to {
    opacity: 1;
  }
}
@-webkit-keyframes reveal-y {
  to {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes reveal-y {
  to {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-up {
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
@keyframes fade-up {
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
@-webkit-keyframes snowflake-text-transition {
  to {
    --angle: 370deg;
  }
}
@keyframes snowflake-text-transition {
  to {
    --angle: 370deg;
  }
}
@-webkit-keyframes snowflake-transition {
  to {
    max-width: 130px;
  }
}
@keyframes snowflake-transition {
  to {
    max-width: 130px;
  }
}
@-webkit-keyframes logo-text-transition {
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes logo-text-transition {
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
[data-aos=reveal-up] {
  opacity: 0;
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
}

[data-aos=reveal-down] {
  opacity: 0;
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
}

[data-aos=reveal-up].aos-animate,
[data-aos=reveal-down].aos-animate {
  -webkit-animation: 1.2s reveal-y cubic-bezier(0.55, 0.03, 0.31, 0.99) forwards;
          animation: 1.2s reveal-y cubic-bezier(0.55, 0.03, 0.31, 0.99) forwards;
}

[data-aos=fade-up] {
  -webkit-transform: translate3d(0, 50px, 0);
          transform: translate3d(0, 50px, 0);
}

.aos-fade-up-y20[data-aos=fade-up] {
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
}

[data-aos=zoom-out] {
  opacity: 1 !important;
}

.overflow {
  overflow: hidden;
}

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

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

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

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

.nowrap {
  white-space: nowrap;
}

.anchor {
  position: relative;
  top: -15rem;
}
@media screen and (max-width: 767px) {
  .anchor {
    top: -100px;
  }
}

.none {
  display: none;
}

.wp-pagenavi {
  gap: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wp-pagenavi button {
  padding-bottom: 2px;
}
.wp-pagenavi .page,
.wp-pagenavi .current,
.wp-pagenavi .extend,
.wp-pagenavi .first,
.wp-pagenavi .last {
  display: block;
  font-size: 2.4rem;
  letter-spacing: 0.02em;
  color: #323232;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi .page,
  .wp-pagenavi .current,
  .wp-pagenavi .extend,
  .wp-pagenavi .first,
  .wp-pagenavi .last {
    font-size: 16px;
  }
}
.wp-pagenavi .current {
  border-bottom: 1px solid #004f6c;
  color: #004f6c;
}
.wp-pagenavi .page {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.wp-pagenavi .page:hover {
  opacity: 0.5;
}

.mw_wp_form_confirm .form__item-list {
  padding-block: 8rem 10rem;
}
@media screen and (max-width: 767px) {
  .mw_wp_form_confirm .form__item-list {
    padding-block: 30px 50px;
  }
}
.mw_wp_form_confirm .form__item {
  border-bottom: 1px solid #e6e5e5;
  padding-bottom: 2.2rem;
}
.mw_wp_form_confirm .form__input {
  font-size: 2.2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .mw_wp_form_confirm .form__input {
    font-size: 16px;
  }
}
.mw_wp_form_confirm .form__button {
  border-radius: 26px;
  padding: 1rem 7rem 1.4rem;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .mw_wp_form_confirm .form__button {
    padding: 6px 30px;
    font-size: 15px;
  }
}