*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

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

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

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

body {
  color: #3B3F39;
  font-family: "Shippori Mincho", serif;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

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

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

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

input,
textarea,
select {
  font: inherit;
}

@media (min-width: px(768)) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.l-inner {
  padding-inline: 20px;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .l-inner {
    max-width: 1240px;
    padding-inline: 20px;
    margin-inline: auto;
  }
}

.l-main {
  overflow: hidden;
}

.c-section-title {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .c-section-title {
    gap: 0;
  }
}

.c-section-title_en {
  font-family: "EB Garamond", serif;
  color: #136335;
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.96px;
}
@media screen and (max-width: 767px) {
  .c-section-title_en {
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.64px;
  }
}

.c-section-title_jp {
  font-size: 44px;
  font-weight: 600;
  line-height: 130%;
}
@media screen and (max-width: 767px) {
  .c-section-title_jp {
    font-size: 28px;
    font-weight: 600;
    line-height: 150%;
  }
}

.c-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-btn a {
  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;
  width: 100%;
  max-width: 400px;
  border-radius: 80px;
  background: #136335;
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
  padding: 22px;
  text-align: center;
}
.c-btn a::after {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 14px;
  background: url(../img/icon-arrow-white.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .c-btn a {
    font-size: 20px;
  }
  .c-btn a::after {
    right: 24px;
  }
}

.p-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 104px;
  background-color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 1120px) {
  .p-header {
    height: 62px;
  }
}

.p-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
  height: 100%;
  padding-left: 40px;
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 1120px) {
  .p-header__inner {
    gap: 20px;
    padding-left: 20px;
    padding-right: 78px;
  }
}

.p-header__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 222px;
  height: 50px;
}
@media (max-width: 1120px) {
  .p-header__logo {
    height: 32px;
    width: 141px;
  }
}

.p-header__logo a {
  display: block;
  width: 100%;
  height: 100%;
}

.p-header__content {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 6px;
  margin-left: auto;
  margin-right: 42px;
}
@media (max-width: 1120px) {
  .p-header__content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 0;
    margin-right: 0;
  }
}

.p-header__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (max-width: 1120px) {
  .p-header__info {
    gap: 12px;
  }
}

.p-header__info-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

@media (max-width: 1120px) {
  .p-header__info-link:not(.p-header__info-link--arrow) {
    -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;
    gap: 2px;
    height: 46px;
    border-left: 1px solid #d9d9d9;
    padding-left: 16px;
  }
}

.p-header__info-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 24px;
  height: 24px;
}
@media (max-width: 1120px) {
  .p-header__info-icon {
    width: 16px;
    height: 16px;
  }
}

.p-header__info-icon img {
  width: 100%;
  height: 100%;
}

.p-header__info-number {
  display: block;
  color: #3B3F39;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 1120px) {
  .p-header__info-number {
    display: none;
  }
}

@media (max-width: 1120px) {
  .p-header__info-link:not(.p-header__info-link--arrow)::after {
    content: "TEL";
    color: #3B3F39;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.48px;
  }
}

.p-header__info-link--arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (max-width: 1120px) {
  .p-header__info-link--arrow {
    display: none;
  }
}

.p-header__info-link--arrow:nth-child(2) {
  padding-left: 28px;
}
.p-header__info-link--arrow:nth-child(2)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 23px;
  background-color: #d9d9d9;
}

.p-header__info-text {
  color: #777777;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.6px;
}

.p-header__info-link--arrow::after {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 19px;
  height: 19px;
  background: url(../img/icon-chevron-right.svg) no-repeat center/contain;
}

.p-header__nav {
  display: block;
}
@media (max-width: 1120px) {
  .p-header__nav {
    display: none;
  }
}

.p-header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 28px;
}

.p-header__nav-link {
  color: #3B3F39;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.68px;
}

.p-header__cart {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 100%;
}
@media (max-width: 1120px) {
  .p-header__cart {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: auto;
    height: auto;
  }
}

.p-header__cart-link {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  height: 100%;
  width: 146px;
  background-color: #136335;
  color: #ffffff;
}
@media (max-width: 1120px) {
  .p-header__cart-link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2px;
    height: 46px;
    width: auto;
    background-color: transparent;
    color: #3B3F39;
    border-left: 1px solid #d9d9d9;
    padding-left: 16px;
  }
}

.p-header__cart-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 35px;
  height: 32px;
  color: #ffffff;
}
@media (max-width: 1120px) {
  .p-header__cart-icon {
    width: 21px;
    height: 18px;
    color: #136335;
  }
}

.p-header__cart-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.p-header__cart-text {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.68px;
}
@media (max-width: 1120px) {
  .p-header__cart-text {
    font-size: 12px;
    font-weight: 500;
  }
}

.p-drawer__icon {
  position: fixed;
  z-index: 102;
  top: 0;
  right: 0;
  width: 62px;
  height: 62px;
  background-color: #136335;
  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;
  gap: 4px;
}
@media (min-width: 1120px) {
  .p-drawer__icon {
    display: none;
  }
}

.p-drawer__icon--bar {
  width: 20px;
  height: 2px;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(1) {
  rotate: 45deg;
  translate: 0 3px;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(2) {
  display: none;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(3) {
  rotate: -45deg;
  translate: 0 -3px;
}

.p-drawer {
  font-family: "Noto Sans JP", sans-serif;
  background: #136335;
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  overflow-y: scroll;
  translate: 0 -101%;
  -webkit-transition: translate 0.5s ease;
  transition: translate 0.5s ease;
}
.p-drawer.js-show {
  translate: 0 0;
}

.p-drawer__body {
  padding: 92px 30px 20px 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

.p-drawer__item {
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  border-bottom: 1px solid #C4CCD7;
  position: relative;
}
.p-drawer__item::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 7px;
  height: 12px;
  background: url("/assets/img/icon-arrow-white.svg") no-repeat center;
  background-size: contain;
  z-index: 102;
}
.p-drawer__item a {
  padding-block: 24px;
  width: 100%;
}

.p-drawer__info {
  opacity: 0.8;
}

.p-drawer__info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-drawer__info-item {
  color: var(--color-white-solid, #FFF);
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.56px;
}

.p-fv {
  -webkit-margin-before: 103px;
          margin-block-start: 103px;
}
@media (max-width: 1120px) {
  .p-fv {
    -webkit-margin-before: 62px;
            margin-block-start: 62px;
  }
}

.p-fv__inner {
  aspect-ratio: 1440/688;
}
@media screen and (max-width: 767px) {
  .p-fv__inner {
    aspect-ratio: 800/1192;
  }
}

.p-fv__content {
  inset: 0;
}

.p-fv__image {
  display: block;
  width: 100%;
  height: 100%;
}

.p-fv__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-fv-link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  max-width: 1320px;
  padding-inline: 20px;
  margin-inline: auto;
  -webkit-margin-before: -160px;
          margin-block-start: -160px;
  width: 100%;
}
@media (max-width: 1120px) {
  .p-fv-link-wrapper {
    -webkit-margin-before: -100px;
            margin-block-start: -100px;
  }
}
@media screen and (max-width: 767px) {
  .p-fv-link-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    -webkit-margin-before: -55px;
            margin-block-start: -55px;
  }
}

.p-fv-link {
  display: block;
  width: 100%;
}
@media (max-width: 1000px) {
  .p-fv-link {
    max-width: 400px;
    width: 100%;
    margin-inline: auto;
  }
}

.p-fv-link__inner {
  display: block;
  padding: 6px;
  background-color: #ffffff;
  border-top-left-radius: 28px;
  border-bottom-right-radius: 28px;
  -webkit-box-shadow: 0px 4px 32px 0px rgba(130, 107, 47, 0.16);
          box-shadow: 0px 4px 32px 0px rgba(130, 107, 47, 0.16);
}
@media (max-width: 1000px) {
  .p-fv-link__inner {
    padding: 4px;
    border-top-left-radius: 16px;
    border-bottom-right-radius: 16px;
  }
}

.p-fv-link__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 28px;
  padding: 35px 24px 35px 45px;
  background-color: #f7f6f2;
  border-top-left-radius: 24px;
  border-bottom-right-radius: 24px;
  overflow: hidden;
}
@media (max-width: 1000px) {
  .p-fv-link__content {
    padding: 26px 16px 27px;
    gap: 12px;
    border-top-left-radius: 12px;
    border-bottom-right-radius: 12px;
  }
}

.p-fv-link__content::before,
.p-fv-link__content::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.p-fv-link__content::before {
  left: 0;
  width: 210px;
  background-image: url(../img/bg_leaf-left.svg);
}
.p-fv-link__content::after {
  right: 0;
  width: 229px;
  background-image: url(../img/bg_leaf-right.svg);
}
@media (max-width: 1000px) {
  .p-fv-link__content::after {
    width: 133px;
  }
}

.p-fv-link__icon {
  position: relative;
  z-index: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background-color: #136335;
}
@media (max-width: 1000px) {
  .p-fv-link__icon {
    width: 56px;
    height: 56px;
  }
}

.p-fv-link__icon-img {
  width: 40px;
  height: 36px;
}
@media (max-width: 1000px) {
  .p-fv-link__icon-img {
    width: 29px;
    height: 26px;
  }
}

.p-fv-link__body {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

.p-fv-link__title {
  font-family: "Shippori Mincho", serif;
  color: #136335;
  font-size: 30px;
  font-weight: 600;
  line-height: 130%;
}
@media (max-width: 1000px) {
  .p-fv-link__title {
    font-size: 20px;
  }
}

.p-fv-link__text {
  color: #3B3F39;
  font-size: 17px;
  font-weight: 600;
  line-height: 150%;
}
@media (max-width: 1000px) {
  .p-fv-link__text {
    font-size: 14px;
  }
}

.p-fv-link__arrow {
  position: absolute;
  z-index: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.7);
  width: 44px;
  height: 44px;
  bottom: 13px;
  right: 13px;
}
.p-fv-link__arrow-icon {
  width: 26px;
  height: 26px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 1000px) {
  .p-fv-link__arrow-icon {
    width: 20px;
    height: 20px;
  }
}

.p-fv-link--story .p-fv-link__icon {
  background-color: #B8963F;
}
.p-fv-link--story .p-fv-link__title {
  color: #3B3F39;
  font-size: 26px;
}
@media (max-width: 1000px) {
  .p-fv-link--story .p-fv-link__title {
    font-size: 20px;
  }
}
.p-fv-link--story .p-fv-link__content {
  padding: 20px 24px 21px 45px !important;
}
@media (max-width: 1000px) {
  .p-fv-link--story .p-fv-link__content {
    padding: 12px 17px 15px 17px !important;
  }
}
.p-fv-link--story .p-fv-link__content::before {
  background-image: url(../img/bg_beige-left.svg);
}
@media (max-width: 1000px) {
  .p-fv-link--story .p-fv-link__content::before {
    left: -26px;
  }
}
.p-fv-link--story .p-fv-link__content::after {
  background-image: url(../img/bg_beige-right.svg);
}
@media (max-width: 1000px) {
  .p-fv-link--story .p-fv-link__content::after {
    width: 229px;
    right: -26px;
  }
}

.p-news-pickup {
  -webkit-padding-before: 50px;
          padding-block-start: 50px;
}
@media screen and (max-width: 767px) {
  .p-news-pickup {
    -webkit-padding-before: 40px;
            padding-block-start: 40px;
  }
}

.p-news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .p-news-list {
    max-width: 400px;
    margin-inline: auto;
  }
}

.p-news-item__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  padding: 18px 64px 18px 24px;
  background-color: #ffffff;
  border: 1px solid #e1dcd4;
  border-radius: 999px;
}
@media screen and (max-width: 767px) {
  .p-news-item__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 8px;
    padding: 20px 40px 20px 20px;
    border-radius: 20px;
  }
}

.p-news-item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 28px;
}
@media screen and (max-width: 767px) {
  .p-news-item__head {
    gap: 8px;
  }
}

.p-news-item__tag {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
  width: 122px;
  height: 46px;
  background-color: #136335;
  border-radius: 999px;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.64px;
}
@media screen and (max-width: 767px) {
  .p-news-item__tag {
    width: 82px;
    height: 24px;
    font-size: 13px;
    letter-spacing: 0.52px;
  }
}

.p-news-item__date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #3B3F39;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.68px;
}
@media screen and (max-width: 767px) {
  .p-news-item__date {
    font-size: 14px;
    letter-spacing: 0.56px;
  }
}

.p-news-item__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  color: #3B3F39;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.68px;
}
@media screen and (max-width: 767px) {
  .p-news-item__title {
    font-size: 14px;
    letter-spacing: 0.56px;
  }
}

.p-news-item__arrow {
  position: absolute;
  top: 50%;
  right: 28px;
  width: 26px;
  height: 26px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-news-item__arrow {
    right: 16px;
    width: 20px;
    height: 20px;
  }
}

.p-lineup {
  position: relative;
  -webkit-padding-before: 80px;
          padding-block-start: 80px;
}
.p-lineup::before {
  position: absolute;
  content: "";
  display: block;
  width: 300px;
  height: 280px;
  top: 25px;
  right: 0;
  background: url("../img/deco-1.png") no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .p-lineup {
    -webkit-padding-before: 54px;
            padding-block-start: 54px;
  }
  .p-lineup::before {
    width: 179px;
    height: 134px;
    top: -27px;
    right: -12px;
  }
}

.p-lineup__inner {
  max-width: 1240px;
  padding-inline: 20px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-lineup__inner {
    padding-inline: 0px;
    margin-inline: auto;
  }
}

.p-lineup__slider {
  position: relative;
  -webkit-margin-before: 21px;
          margin-block-start: 21px;
}

.p-lineup__swiper {
  max-width: 1200px;
  padding-top: 12px;
}

.p-lineup__card-item {
  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;
}
.p-lineup__card-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  border-radius: 18px;
}

.deco1 {
  margin-top: -12px;
  border-radius: 0 !important;
}

.p-lineup__item-title {
  -webkit-margin-before: 22px;
          margin-block-start: 22px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
}

.p-lineup__item-price {
  -webkit-margin-before: 6px;
          margin-block-start: 6px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.p-lineup__slider .swiper-pagination {
  position: static;
  margin-top: 19px;
}

.p-lineup__slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #ccc;
  opacity: 1;
  margin: 0 6px !important;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.p-lineup__slider .swiper-pagination-bullet-active {
  background: #136335;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.p-lineup__inner .swiper-button-prev::after,
.p-lineup__inner .swiper-button-next::after {
  content: "";
}

.p-lineup__inner .swiper-button-prev,
.p-lineup__inner .swiper-button-next {
  top: 35%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  background: url("../img/icon-arrow-lineup.svg") no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .p-lineup__inner .swiper-button-prev,
  .p-lineup__inner .swiper-button-next {
    width: 75px;
    height: 75px;
    margin-top: -41px;
    background-size: 75px;
  }
}

.p-lineup__inner .swiper-button-prev {
  left: clamp(-94px, -20px - (100vw - 1200px) / 2, -4px);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.p-lineup__inner .swiper-button-next {
  right: clamp(-95px, -20px - (100vw - 1200px) / 2, -4px);
}

.p-cta {
  -webkit-margin-after: 124px;
          margin-block-end: 124px;
}
@media (max-width: 1210px) {
  .p-cta {
    -webkit-margin-after: 80px;
            margin-block-end: 80px;
  }
}

.p-cta__card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 205px;
  padding: 24px 60px 24px 176px;
  background-color: #f6f8f1;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
}
@media (max-width: 1210px) {
  .p-cta__card {
    display: block;
    padding: 32px 24px 28px;
    border-top-left-radius: 32px;
    border-bottom-right-radius: 32px;
  }
}

.p-cta__deco-leaf {
  position: absolute;
  z-index: 1;
  top: -42px;
  left: -32px;
  width: 178px;
  height: 267px;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
@media (max-width: 1210px) {
  .p-cta__deco-leaf {
    display: none;
  }
}

.p-cta__body {
  position: relative;
  z-index: 2;
  max-width: 880px;
}
@media (max-width: 1210px) {
  .p-cta__body {
    max-width: none;
  }
}

.p-cta__title {
  font-family: "Shippori Mincho", serif;
  color: #136335;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.5;
}
@media (max-width: 1210px) {
  .p-cta__title {
    font-size: 22px;
  }
}

.p-cta__text {
  -webkit-margin-before: 16px;
          margin-block-start: 16px;
  color: #3B3F39;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.68px;
}
@media (max-width: 1210px) {
  .p-cta__text {
    -webkit-margin-before: 24px;
            margin-block-start: 24px;
    -webkit-padding-before: 16px;
            padding-block-start: 16px;
    border-top: 1px solid #e1dcd4;
    font-size: 14px;
    letter-spacing: 0.56px;
  }
}

.p-cta__deco-berry {
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 199px;
  width: 141px;
  height: 176px;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
@media (max-width: 1210px) {
  .p-cta__deco-berry {
    display: none;
  }
}

.p-cta__arrow {
  position: absolute;
  z-index: 3;
  top: 50%;
  right: 60px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  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;
  width: 84px;
  height: 84px;
}
.p-cta__arrow img {
  width: 100%;
  height: 100%;
  rotate: 90deg;
}
@media (max-width: 1210px) {
  .p-cta__arrow {
    top: 32px;
    right: 24px;
    -webkit-transform: none;
            transform: none;
    width: 49px;
    height: 49px;
  }
}

.p-cta__arrow-icon {
  width: 40px;
  height: 40px;
}
@media (max-width: 1210px) {
  .p-cta__arrow-icon {
    width: 24px;
    height: 24px;
  }
}

.p-footer {
  position: relative;
  z-index: 4;
}
.p-footer::before {
  position: absolute;
  content: "";
  top: -292px;
  right: 0;
  width: 167px;
  height: 342px;
  background: url("../img/deco-10.png") no-repeat center/cover;
  pointer-events: none;
}
@media (max-width: 860px) {
  .p-footer::before {
    width: 102px;
    height: 208px;
    top: -200px;
  }
}

.p-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  padding-block: 80px 81px;
}
@media (max-width: 860px) {
  .p-footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    padding-block: 60px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-footer__info {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 32px;
}
@media (max-width: 860px) {
  .p-footer__info {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 18px;
  }
}

.p-footer__logo {
  display: block;
}
.p-footer__logo img {
  width: 258px;
  height: 58px;
}
@media screen and (max-width: 767px) {
  .p-footer__logo img {
    width: 220px;
    height: 50px;
  }
}

.p-footer__address {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-size: 17px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.68px;
  -webkit-margin-before: 8px;
          margin-block-start: 8px;
}
@media screen and (max-width: 767px) {
  .p-footer__address {
    font-size: 14px;
    text-align: center;
    -webkit-margin-before: 8px;
            margin-block-start: 8px;
  }
}

.p-footer__map-link {
  font-size: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  -webkit-margin-before: 4px;
          margin-block-start: 4px;
  text-decoration: underline;
}
.p-footer__map-link svg {
  width: 18.118px;
  height: 22px;
}
.p-footer__map-link fill {
  color: #136335;
}

.p-footer__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 860px) {
  .p-footer__number {
    text-align: center;
  }
}

.p-footer__tel,
.p-footer__fax {
  font-family: "Noto Sans JP", sans-serif;
  color: #3B3F39;
  font-size: 17px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.68px;
}
@media screen and (max-width: 767px) {
  .p-footer__tel,
  .p-footer__fax {
    font-size: 14px;
  }
}

.p-footer-nav__wrap {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.p-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
}
@media (max-width: 860px) {
  .p-footer__nav {
    display: none;
  }
}

.p-footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 22px;
}

.p-footer__nav-list a {
  position: relative;
  color: rgba(59, 63, 57, 0.6);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  letter-spacing: 0.64px;
}
.p-footer__nav-list a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background: #136335;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  scale: 0 1;
  -webkit-transition: scale 0.3s ease;
  transition: scale 0.3s ease;
}

.p-footer__copyright {
  -webkit-margin-before: 32px;
          margin-block-start: 32px;
  color: rgba(59, 63, 57, 0.6);
  font-family: "EB Garamond", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .p-footer__copyright {
    -webkit-margin-before: 0;
            margin-block-start: 0;
    text-align: center;
    font-size: 12px;
  }
}

.p-products {
  -webkit-margin-before: 100px;
          margin-block-start: 100px;
}
@media screen and (max-width: 767px) {
  .p-products {
    -webkit-margin-before: 68px;
            margin-block-start: 68px;
  }
}

.p-products__tab-item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-block: 48px 55px;
  gap: 8px;
  font-size: 26px;
  font-weight: 600;
  line-height: 130%;
}
.p-products__tab-item li {
  cursor: pointer;
  position: relative;
  border-radius: 16px;
  border: 1px solid #E1DCD4;
  color: #136335;
  padding: 26px;
  display: grid;
  place-content: center;
}
.p-products__tab-item li.is-active {
  background: #136335;
  border-color: #136335;
  color: #ffffff;
}
.p-products__tab-item li.is-active::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #136335;
}
@media screen and (max-width: 767px) {
  .p-products__tab-item {
    font-size: 16px;
    margin-block: 29px 55px;
  }
  .p-products__tab-item li {
    border-radius: 8px;
    text-align: center;
    max-height: 64px;
  }
}

.p-products__content {
  display: none;
  gap: 24px;
}
@media (max-width: 1210px) {
  .p-products__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.p-products__content.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-item-card {
  position: relative;
  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-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
  border-radius: 16px;
  border: 2px solid #E1DCD4;
  background: #ffffff;
  padding: 37px 24px 32px;
}
@media (max-width: 1210px) {
  .p-item-card {
    width: 100%;
    max-width: 700px;
    margin-inline: auto;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-item-card {
    text-align: left;
  }
}
.p-item-card.first {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 440px;
          flex: 0 0 440px;
  border: 2px solid #136335;
  width: 440px;
  padding: 37px 32px 32px;
}
@media (max-width: 1210px) {
  .p-item-card.first {
    width: 100%;
    max-width: 700px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-item-card.first {
    -webkit-margin-start: auto;
            margin-inline-start: auto;
  }
}

.p-item-card__tag {
  font-size: 18px;
  font-weight: 600;
  line-height: 130%;
  width: 244px;
  height: 39px;
  border-radius: 46px;
  background: #136335;
  color: #ffffff;
  display: grid;
  place-content: center;
  position: absolute;
  top: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-item-card__tag {
    font-size: 14px;
    width: 205px;
  }
}

.p-item-card__label {
  font-size: 18px;
  font-weight: 600;
  line-height: 130%;
  -webkit-margin-after: 12px;
          margin-block-end: 12px;
}
@media screen and (max-width: 767px) {
  .p-item-card__label {
    font-size: 14px;
  }
}

.p-item-card__title {
  font-size: 28px;
  font-weight: 600;
  line-height: 150%;
  -webkit-margin-after: 16px;
          margin-block-end: 16px;
}
@media screen and (max-width: 767px) {
  .p-item-card__title {
    font-size: 20px;
  }
}

.p-item-card__note {
  color: #136335;
  font-size: 18px;
  font-weight: 600;
  line-height: 148%;
  border-radius: 6px;
  background: #F8F7F2;
  padding: 8px 16px;
  max-width: 378px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-margin-after: 75px;
          margin-block-end: 75px;
}
@media (max-width: 1210px) {
  .p-item-card__note {
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-item-card__note {
    -webkit-margin-start: auto;
            margin-inline-start: auto;
    font-size: 14px;
  }
}

.p-item-card__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-margin-after: 30px;
          margin-block-end: 30px;
}
.p-item-card__image img {
  width: 100%;
  height: auto;
}

.p-product__spec {
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  -webkit-margin-after: 26px;
          margin-block-end: 26px;
}
@media screen and (max-width: 767px) {
  .p-product__spec {
    font-size: 18px;
  }
}

.p-products__detail-link {
  font-size: 22px;
  font-weight: 600;
  line-height: 150%;
  border-radius: 12px;
  border: 1px solid #136335;
  background: #ffffff;
  color: #136335;
  padding: 17px 20px 20px;
  width: 376px;
  max-width: 100%;
  display: grid;
  place-content: center;
  -webkit-margin-before: auto;
          margin-block-start: auto;
}
@media (max-width: 1210px) {
  .p-products__detail-link {
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-products__detail-link {
    font-size: 20px;
  }
}

.small-text {
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}

.p-item-card.first .p-item-card__note {
  -webkit-margin-after: 17px;
          margin-block-end: 17px;
}
.p-item-card.first .p-item-card__image {
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
}
.p-item-card.first .p-product__spec {
  font-size: 24px;
  -webkit-margin-after: 24px;
          margin-block-end: 24px;
}
.p-item-card.first .p-products__detail-link {
  background: #136335;
  color: #ffffff;
}
.p-item-card.first .small-text {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .p-item-card.first {
    padding: 37px 18px 32px;
  }
  .p-item-card.first .p-product__spec {
    font-size: 18px;
  }
}

.p-products__btn {
  margin-block: 48px;
}
@media screen and (max-width: 767px) {
  .p-products__btn {
    margin-block: 32px 40px;
  }
}

.p-lifestyle {
  -webkit-margin-before: 100px;
          margin-block-start: 100px;
  background: url("../img/lifestyle-bg.webp") no-repeat center/cover;
  border-radius: 80px 0 0 0;
}
@media screen and (max-width: 767px) {
  .p-lifestyle {
    -webkit-margin-before: 68px;
            margin-block-start: 68px;
    border-radius: 40px 0 0 0;
  }
}

.p-lifestyle__inner {
  max-width: 1240px;
  padding-inline: 20px;
  padding-block: 89px 100px;
  margin-inline: auto;
  position: relative;
}
.p-lifestyle__inner::before {
  position: absolute;
  content: "";
  top: 0;
  right: -106px;
  background: url("../img/deco-4.png") no-repeat center/cover;
  width: 369px;
  height: 246px;
  z-index: 0;
}
.p-lifestyle__inner::after {
  position: absolute;
  content: "";
  bottom: -158px;
  left: -100px;
  background: url("../img/deco-5.png") no-repeat center/cover;
  width: 420px;
  height: 471px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-lifestyle__inner {
    padding-inline: 0px;
    margin-inline: auto;
  }
  .p-lifestyle__inner::before {
    width: 159px;
    height: 106px;
    top: 0;
    right: 0px;
  }
  .p-lifestyle__inner::after {
    background: url("../img/deco-5-sp.png") no-repeat center/cover;
    width: 240px;
    height: 195px;
    bottom: -120px;
    left: 0px;
  }
}

.p-lifestyle__title {
  padding-inline: 20px;
  position: relative;
}

.p-lifestyle__note {
  text-align: center;
  -webkit-margin-before: 25px;
          margin-block-start: 25px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  padding-inline: 20px;
}

.p-lifestyle__slider {
  position: relative;
  margin-block: 40px;
}
@media screen and (max-width: 767px) {
  .p-lifestyle__slider {
    margin-block: 20px 40px;
  }
}

.p-lifestyle__swiper {
  max-width: 1200px;
  padding-top: 12px;
}

.p-lifestyle__card {
  background-color: #ffffff;
  border-radius: 16px;
  border: 1px solid #E1DCD4;
  padding: 27px;
}

.p-lifestyle__card-item {
  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;
}
.p-lifestyle__card-item img {
  width: 100%;
  aspect-ratio: 844/610;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
  border-radius: 18px;
}

.p-lifestyle__item-title {
  -webkit-margin-before: 36px;
          margin-block-start: 36px;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  min-height: 54px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: center;
}

.p-lifestyle__item-price {
  -webkit-margin-before: 6px;
          margin-block-start: 6px;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

.p-lifestyle__inner .swiper-button-prev::after,
.p-lifestyle__inner .swiper-button-next::after {
  content: "";
}

.p-lifestyle__inner .swiper-button-prev,
.p-lifestyle__inner .swiper-button-next {
  top: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  background-image: url("../img/swiper-arrow.svg");
  background-size: 100px;
  background-repeat: no-repeat;
  background-position: center;
}

.p-lifestyle__inner .swiper-button-prev {
  left: clamp(-100px, -20px - (100vw - 1200px) / 2, -20px);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.p-lifestyle__inner .swiper-button-next {
  right: clamp(-100px, -20px - (100vw - 1200px) / 2, -20px);
}

.p-lifestyle__btn {
  width: 100%;
  padding-inline: 20px;
}

.p-guarantee {
  padding-block: 100px 108px;
  background: rgba(248, 247, 242, 0.6);
  position: relative;
}
.p-guarantee::after {
  content: "";
  position: absolute;
  bottom: -175px;
  right: 0;
  width: 395px;
  height: 354px;
  background: url("../img/deco-6.png") no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .p-guarantee {
    -webkit-padding-before: 68px;
            padding-block-start: 68px;
  }
  .p-guarantee::after {
    width: 260px;
    height: 104px;
    bottom: 0;
    right: -50px;
  }
}

.p-guarantee__inner {
  max-width: 1240px;
  padding-inline: 20px;
  margin-inline: auto;
}

.p-guarantee__note {
  text-align: center;
  -webkit-margin-before: 32px;
          margin-block-start: 32px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.p-guarantee__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-margin-before: 64px;
          margin-block-start: 64px;
}
@media (max-width: 1000px) {
  .p-guarantee__content {
    -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-margin-before: 40px;
            margin-block-start: 40px;
    gap: 61px;
  }
}

.p-guarantee__step {
  position: relative;
  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;
  width: 100%;
  text-align: center;
}
.p-guarantee__step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 29%;
  right: -10px;
  width: 16px;
  height: 30px;
  background-color: #136335;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media (max-width: 1000px) {
  .p-guarantee__step {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-guarantee__step:not(:last-child)::after {
    top: auto;
    right: 50%;
    bottom: -35px;
    width: 24px;
    height: 16px;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
}
@media screen and (max-width: 767px) {
  .p-guarantee__step {
    max-width: 700px;
  }
  .p-guarantee__step:not(:last-child)::after {
    right: calc(50% + 80px);
  }
}

.p-guarantee__step-label {
  position: absolute;
  top: -15px;
  left: -15px;
  font-family: "EB Garamond", serif;
  color: #136335;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #136335;
}
.p-guarantee__step-label .big-text {
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1.12px;
  -webkit-margin-start: 3px;
          margin-inline-start: 3px;
}
@media (max-width: 1000px) {
  .p-guarantee__step-label {
    top: -15px;
    left: 0;
  }
}

.p-guarantee__step-card {
  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;
  width: 100%;
  aspect-ratio: 1/1;
  max-width: 211px;
  background-color: #ffffff;
  border-radius: 28px 0;
}
.p-guarantee__step-card img {
  max-width: 60%;
  max-height: 60%;
  width: auto;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-guarantee__step-card {
    max-width: 140px;
    border-radius: 24px 0 23px 0;
  }
}

.p-guarantee__step-title {
  -webkit-margin-before: 24px;
          margin-block-start: 24px;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
}
.p-guarantee__step-title::after {
  content: "";
  display: block;
  width: 44px;
  height: 4px;
  margin-block: 20px 16px;
  margin-inline: auto;
  background: url("../img/icon-dot.png") no-repeat;
}

.p-guarantee__step-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 0.68px;
}

.p-grid-bg {
  background: url("../img/faq-bg1.png");
}

.p-faq {
  padding-block: 103px 120px;
  position: relative;
}
.p-faq::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 372px;
  height: 248px;
  background: url("../img/deco-7.png") no-repeat center/cover;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-faq {
    padding-block: 80px;
  }
  .p-faq::after {
    bottom: -50px;
    left: 0;
    width: 192px;
    height: 128px;
    z-index: 4;
  }
}

.p-faq__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-margin-before: 45px;
          margin-block-start: 45px;
}
@media screen and (max-width: 767px) {
  .p-faq__list {
    -webkit-margin-before: 32px;
            margin-block-start: 32px;
  }
}

.p-faq__item {
  background-color: #ffffff;
  border: 1px solid #E4E4E4;
  border-radius: 20px;
}

.p-faq__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 20px 32px 32px;
  cursor: pointer;
  list-style: none;
}
.p-faq__question::-webkit-details-marker {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-faq__question {
    padding: 20px;
  }
}

.p-faq__label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "EB Garamond", serif;
  color: #136335;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.96px;
}
@media screen and (max-width: 767px) {
  .p-faq__label {
    font-size: 20px;
    letter-spacing: 0.8px;
  }
}

.p-faq__q-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .p-faq__q-text {
    font-size: 16px;
  }
}

.p-faq__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 35px;
  height: 35px;
  background: url("../img/faq-arrow.svg") no-repeat center/cover;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  border: 1px solid #136335;
  border-radius: 50%;
}
.p-faq__item.is-opened .p-faq__icon {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
@media screen and (max-width: 767px) {
  .p-faq__icon {
    width: 32px;
    height: 32px;
  }
}

.p-faq__answer {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.3s ease;
  transition: grid-template-rows 0.3s ease;
  transition: grid-template-rows 0.3s ease, -ms-grid-rows 0.3s ease;
  margin-inline: 32px;
}
.p-faq__item.is-opened .p-faq__answer {
  grid-template-rows: 1fr;
}
@media screen and (max-width: 767px) {
  .p-faq__answer {
    margin-inline: 20px;
  }
}

.p-faq__answer-inner {
  overflow: hidden;
}

.p-faq__answer-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  padding-block: 24px 28px;
  border-top: 1px solid #E4E4E4;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 0.68px;
}
@media screen and (max-width: 767px) {
  .p-faq__answer-text {
    padding-block: 16px 20px;
    font-size: 14px;
    letter-spacing: 0.56px;
  }
}

.p-faq__btn {
  -webkit-margin-before: 36px;
          margin-block-start: 36px;
}
@media screen and (max-width: 767px) {
  .p-faq__btn {
    -webkit-margin-before: 40px;
            margin-block-start: 40px;
  }
}

.link-blue {
  -webkit-transition: color 0.2s ease, text-decoration-color 0.2s ease;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.link-blue:hover {
  color: blue;
  text-decoration: underline;
}

.p-news {
  padding-block: 77px 80px;
  background-color: #F8F7F2;
  border-radius: 80px 0 100px 0;
  max-width: 1320px;
  padding-inline: 66px 88px;
  margin-inline: auto;
  position: relative;
  z-index: 3;
}
.p-news::before {
  position: absolute;
  content: "";
  bottom: -20px;
  right: 36px;
  background: url("../img/deco-8.png") no-repeat center/cover;
  width: 135px;
  height: 169px;
}
@media screen and (max-width: 767px) {
  .p-news {
    padding-block: 72px;
    padding-inline: 0;
    border-radius: 32px 0;
  }
  .p-news::before {
    display: none;
  }
}

.p-news__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 85px;
}
@media screen and (max-width: 767px) {
  .p-news__inner {
    -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;
    gap: 12px;
  }
}

.p-news__title {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-margin-before: 29px;
          margin-block-start: 29px;
}
@media screen and (max-width: 767px) {
  .p-news__title {
    -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;
    gap: 4px;
  }
}

.p-news__title-jp {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 44px;
  font-weight: 600;
  line-height: 114%;
}
@media screen and (max-width: 767px) {
  .p-news__title-jp {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    font-size: 24px;
  }
}

.p-news__title-en {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: "EB Garamond", serif;
  color: #136335;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.96px;
}
@media screen and (max-width: 767px) {
  .p-news__title-en {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    font-size: 14px;
  }
}

.p-news__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.p-news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-news__item {
  border-bottom: 1px solid #DDDAD1;
}

.p-news__item-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  padding-block: 35px 38px;
  -webkit-padding-end: 36px;
          padding-inline-end: 36px;
}
@media screen and (max-width: 767px) {
  .p-news__item-link {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px 16px;
    padding-block: 19px;
    -webkit-padding-end: 30px;
            padding-inline-end: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-news__item-date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Noto Sans JP", sans-serif;
  color: #3B3F39;
  font-size: 17px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.68px;
}
@media screen and (max-width: 767px) {
  .p-news__item-date {
    font-size: 14px;
    letter-spacing: 0.56px;
  }
}

.p-news__item-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  font-family: "Noto Sans JP", sans-serif;
  color: #3B3F39;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  -webkit-padding-end: 10px;
          padding-inline-end: 10px;
}
@media screen and (max-width: 767px) {
  .p-news__item-title {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.p-news__item-arrow {
  position: absolute;
  top: 50%;
  right: 26px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  .p-news__item-arrow {
    right: 10px;
  }
}

.p-news__btn {
  -webkit-margin-before: 38px;
          margin-block-start: 38px;
}
@media screen and (max-width: 767px) {
  .p-news__btn {
    -webkit-margin-before: 5px;
            margin-block-start: 5px;
    padding-inline: 20px;
  }
}

.p-contact {
  position: relative;
  -webkit-margin-before: -295px;
          margin-block-start: -295px;
  padding-block: 376px 120px;
  background-color: #136335;
}
.p-contact::before {
  position: absolute;
  content: "";
  top: 280px;
  left: 5px;
  width: 173px;
  height: 399px;
  background: url("../img/deco-9.png") no-repeat center/cover;
}
@media (max-width: 1160px) {
  .p-contact {
    padding-block: 367px 76px;
  }
  .p-contact::before {
    display: none;
  }
}

.p-contact__leaf--left {
  top: 40px;
  left: 0;
}

.p-contact__leaf--right {
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.p-contact__inner {
  position: relative;
  text-align: center;
}

.p-contact .c-section-title_en {
  color: #ffffff;
}

.p-contact .c-section-title_jp {
  color: #ffffff;
}

.p-contact__note {
  -webkit-margin-before: 25px;
          margin-block-start: 25px;
  font-family: "Noto Sans JP", sans-serif;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.p-contact__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-margin-before: 48px;
          margin-block-start: 48px;
  padding: 48px 0;
  background-color: #ffffff;
  border-radius: 32px;
}
@media (max-width: 1160px) {
  .p-contact__content {
    -webkit-margin-before: 40px;
            margin-block-start: 40px;
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 32px 24px 46px;
    max-width: 700px;
    margin-inline: auto;
    position: relative;
    z-index: 50;
  }
}

.p-contact__item {
  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;
  padding-inline: 24px;
  border-right: 1px solid #E1DCD4;
}
.p-contact__item:last-child {
  border-right: none;
}
@media (max-width: 1160px) {
  .p-contact__item {
    padding-inline: 0;
    -webkit-padding-before: 30px;
            padding-block-start: 30px;
    border-right: none;
    border-top: 1px solid #E1DCD4;
  }
  .p-contact__item:first-child {
    -webkit-padding-before: 0;
            padding-block-start: 0;
    border-top: none;
  }
}

.p-contact__icon {
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(19, 99, 53, 0.05);
}
.p-contact__icon img {
  width: 52px;
  height: 48px;
}
@media screen and (max-width: 767px) {
  .p-contact__icon {
    width: 68px;
    height: 68px;
  }
  .p-contact__icon img {
    width: 32px;
    height: 30px;
  }
}

.p-contact__icon--sm img {
  width: 48px;
  height: 48px;
}
@media screen and (max-width: 767px) {
  .p-contact__icon--sm img {
    width: 30px;
    height: 30px;
  }
}

.p-contact__icon--mail img {
  width: 52px;
  height: 35px;
}
@media screen and (max-width: 767px) {
  .p-contact__icon--mail img {
    width: 34px;
    height: 23.095px;
  }
}

.p-contact__item-label {
  -webkit-margin-before: 16px;
          margin-block-start: 16px;
  color: #3B3F39;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
}

.p-contact__item-divider {
  display: block;
  width: 44px;
  height: 4px;
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
  background: url("../img/icon-dot.png") no-repeat center;
}

.p-contact__item-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  -webkit-margin-before: 8px;
          margin-block-start: 8px;
  font-size: 40px;
  font-weight: 500;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .p-contact__item-value {
    font-size: 32px;
  }
}

.p-contact__item-value-label {
  font-family: "EB Garamond", serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 150%;
}

.p-contact__item-note {
  border-radius: 4px;
  background: #F8F7F2;
  padding: 6px 16px;
  max-width: 320px;
  width: 100%;
  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;
  gap: 6px;
  -webkit-margin-before: 12px;
          margin-block-start: 12px;
  font-family: "Noto Sans JP", sans-serif;
  color: #3B3F39;
  font-size: 14px;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 0.56px;
}
.p-contact__item-note img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.p-contact__item-download {
  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;
  gap: 6px;
  -webkit-margin-before: 16px;
          margin-block-start: 16px;
  color: #136335;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.68px;
  text-decoration: underline;
}
.p-contact__item-download svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 16px;
  height: 16px;
  position: relative;
  bottom: -2px;
  left: 5px;
}

.p-contact__btn {
  max-width: 320px;
  -webkit-margin-before: 16px;
          margin-block-start: 16px;
  width: 100%;
}
.p-contact__btn a {
  font-size: 22px;
  padding: 20px;
}
.p-contact__btn a::after {
  right: 25px;
}

.u-hidden-pc {
  display: block;
}
@media (min-width: 768px) {
  .u-hidden-pc {
    display: none;
  }
}

.u-v-tab {
  display: none;
}
@media (min-width: 768px) and (max-width: 999px) {
  .u-v-tab {
    display: block;
  }
}

.u-hidden-sp-lg {
  display: block;
}
@media (min-width: 400px) {
  .u-hidden-sp-lg {
    display: none;
  }
}

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