@charset "UTF-8";
html {
  width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
html.noscroll {
  overflow-y: hidden;
}

body {
  width: 100%;
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 2em;
}
body.noscroll {
  overflow-y: hidden;
}

.lora-regular {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.pn-pr {
  background: #26241F;
  color: #fff;
  width: 100%;
  height: 40px;
  position: relative;
  overflow: hidden;
}
.pn-pr__track {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.pn-pr__item span, .pn-pr__item a {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 12px;
  line-height: 1em;
  font-weight: 500;
  color: #fff;
}
.pn-pr__item span:link, .pn-pr__item span:visited, .pn-pr__item span:hover, .pn-pr__item span:active, .pn-pr__item a:link, .pn-pr__item a:visited, .pn-pr__item a:hover, .pn-pr__item a:active {
  text-decoration: none;
  color: #fff;
}

.pn-header {
  position: relative;
  z-index: 99999;
  width: 100%;
}
.pn-header--fixed {
  position: absolute;
  left: 0;
  top: 0;
}
.pn-header--fixed .pn-logo {
  filter: brightness(0) invert(1);
}
.pn-header--fixed .pn-nav__item > a:link, .pn-header--fixed .pn-nav__item > a:visited, .pn-header--fixed .pn-nav__item > a:hover, .pn-header--fixed .pn-nav__item > a:active {
  text-decoration: none;
  color: #fff;
}
.pn-header--fixed .pn-nav__item > a img {
  filter: brightness(0) invert(1);
}
.pn-header--fixed .pn-utility__item {
  filter: brightness(0) invert(1);
}
.pn-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 0 60px;
  height: 100px;
  transition: background-color 0.3s;
}
@media screen and (max-width: 768px) {
  .pn-header__inner {
    padding: 0 20px;
  }
}
.pn-header__inner.active {
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(20px);
}
.pn-header__inner.active .pn-logo {
  filter: inherit !important;
}
.pn-header__inner.active .pn-nav__item > a:link, .pn-header__inner.active .pn-nav__item > a:visited, .pn-header__inner.active .pn-nav__item > a:hover, .pn-header__inner.active .pn-nav__item > a:active {
  color: #151515;
}
.pn-header__inner.active .pn-nav__item > a img {
  filter: inherit !important;
}
.pn-header__inner.active .pn-utility__item {
  filter: inherit !important;
}

.pn-nav {
  flex: 1;
  order: 1;
  display: flex;
  justify-content: flex-start;
  gap: 32px;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media screen and (max-width: 1024px) {
  .pn-nav {
    gap: 16px;
  }
}
@media screen and (max-width: 768px) {
  .pn-nav {
    display: none;
  }
}
.pn-nav__item {
  position: relative;
}
.pn-nav__item > a {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  line-height: 1em;
  display: flex;
  align-items: center;
  gap: 4px;
  width: 100%;
  height: 60px;
  letter-spacing: 1px;
}
.pn-nav__item > a:link, .pn-nav__item > a:visited, .pn-nav__item > a:hover, .pn-nav__item > a:active {
  text-decoration: none;
  color: #151515;
}
@media (hover: none) {
  .pn-nav__item > a img {
    display: none;
  }
}
@media (hover: hover) {
  .pn-nav__item:hover .pn-megamenu {
    opacity: 1;
    pointer-events: inherit;
  }
  .pn-nav__item:hover .pn-megamenu-nav__item {
    opacity: 1;
    transform: translateY(0);
  }
  .pn-nav__item:hover .pn-megamenu-bnr__image img {
    transform: scale(1);
  }
  .pn-nav__item:hover .pn-megamenu-bnr__text {
    opacity: 1;
  }
}

.pn-megamenu {
  background: #fff;
  position: absolute;
  left: -60px;
  top: 100%;
  width: 100vw;
  box-sizing: border-box;
  padding: 40px 60px;
  display: flex;
  gap: 60px;
  justify-content: flex-start;
  align-items: center;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
}
.pn-megamenu-nav {
  flex: 1;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px 0;
}
.pn-megamenu-nav__item {
  width: 50%;
  font-size: 0;
  line-height: 0;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.2s, transform 0.2s;
}
.pn-megamenu-nav__item:nth-of-type(2), .pn-megamenu-nav__item:nth-of-type(3) {
  transition-delay: 0.1s;
}
.pn-megamenu-nav__item:nth-of-type(4), .pn-megamenu-nav__item:nth-of-type(5) {
  transition-delay: 0.2s;
}
.pn-megamenu-nav__item:nth-of-type(6), .pn-megamenu-nav__item:nth-of-type(7) {
  transition-delay: 0.3s;
}
.pn-megamenu-nav__item:nth-of-type(8), .pn-megamenu-nav__item:nth-of-type(9) {
  transition-delay: 0.4s;
}
.pn-megamenu-nav__item a {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 1em;
  display: block;
}
.pn-megamenu-nav__item a:link, .pn-megamenu-nav__item a:visited, .pn-megamenu-nav__item a:hover, .pn-megamenu-nav__item a:active {
  text-decoration: none;
  color: #151515;
}
.pn-megamenu-nav__item:first-child {
  width: 100%;
}
.pn-megamenu-nav__item:first-child a {
  font-weight: 600;
}
.pn-megamenu-bnr {
  flex: 1;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
  line-height: 0;
}
.pn-megamenu-bnr__item {
  position: relative;
  width: 100%;
  min-height: 240px;
  display: flex;
  align-items: flex-end;
}
.pn-megamenu-bnr__item:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  top: 0;
  z-index: 2;
}
.pn-megamenu-bnr__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.pn-megamenu-bnr__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s;
  transform: scale(1.2);
}
.pn-megamenu-bnr__text {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-sizing: border-box;
  padding: 30px;
  width: 100%;
  opacity: 0;
  transition: opacity 1s;
}
.pn-megamenu-bnr__title {
  color: #fff;
  font-family: "Lora", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  line-height: 0.95em;
  letter-spacing: -0.6px;
}
.pn-megamenu-bnr__desc {
  color: #fff;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 2px;
}
.pn-megamenu-bnr__btn {
  padding-top: 8px;
}

img, object, video {
  max-width: 100%;
  height: auto;
}

.pn-logo {
  flex: 1;
  font-size: 0;
  line-height: 0;
  order: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .pn-logo {
    flex: inherit;
    justify-content: flex-start;
    width: 140px;
    height: auto;
    box-sizing: border-box;
  }
}

.pn-utility {
  flex: 1;
  order: 3;
  font-size: 0;
  line-height: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media screen and (max-width: 1024px) {
  .pn-utility {
    gap: 16px;
  }
}
@media screen and (max-width: 768px) {
  .pn-utility {
    gap: 8px;
  }
}

.pn-pickup-list {
  width: calc(100% + 32px);
  transform: translateX(-16px);
}
@media screen and (max-width: 768px) {
  .pn-pickup-list {
    width: calc(100% + 16px);
    transform: translateX(-8px);
  }
}

.pn-btn--primary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
  width: 100%;
  min-height: 40px;
  max-width: 220px;
  background: #151515;
  position: relative;
  box-sizing: border-box;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 1em;
  color: #fff;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4);
  border-radius: 100px;
}
.pn-btn--primary:link, .pn-btn--primary:visited, .pn-btn--primary:hover, .pn-btn--primary:active {
  text-decoration: none;
  color: #fff;
}
@media (hover: hover) {
  .pn-btn--primary:hover:after {
    animation: arrow 0.6s ease-in-out;
  }
}
.pn-btn--primary:before {
  content: "";
  width: 14px;
  height: 14px;
  box-sizing: border-box;
  border: 1px solid #fff;
  position: absolute;
  right: 16px;
  top: calc(50% - 7px);
  border-radius: 50%;
}
.pn-btn--primary:after {
  content: "";
  width: 14px;
  height: 14px;
  box-sizing: border-box;
  background: url(../icon-arrow01.svg) no-repeat center center;
  filter: brightness(0) invert(1);
}
.pn-btn--standard {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
  width: 100%;
  min-height: 40px;
  max-width: 220px;
  background: #fff;
  position: relative;
  box-sizing: border-box;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  line-height: 1em;
  color: #151515;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4);
  border-radius: 100px;
}
.pn-btn--standard:link, .pn-btn--standard:visited, .pn-btn--standard:hover, .pn-btn--standard:active {
  text-decoration: none;
  color: #151515;
}
@media (hover: hover) {
  .pn-btn--standard:hover:after {
    animation: arrow 0.6s ease-in-out;
  }
}
.pn-btn--standard:before {
  content: "";
  width: 14px;
  height: 14px;
  box-sizing: border-box;
  border: 1px solid #151515;
  position: absolute;
  right: 16px;
  top: calc(50% - 7px);
  border-radius: 50%;
}
.pn-btn--standard:after {
  content: "";
  width: 14px;
  height: 14px;
  box-sizing: border-box;
  background: url(../icon-arrow01.svg) no-repeat center center;
}
.pn-btn--small {
  display: inline-block;
  padding: 8px 16px;
  font-size: 12px;
  line-height: 1em;
  background: #000;
  border: 1px solid #BE9757;
  border-radius: 3px;
  color: #BE9757;
  background: #F5F1ED;
}
.pn-btn--small:link, .pn-btn--small:visited, .pn-btn--small:hover, .pn-btn--small:active {
  text-decoration: none;
  color: #BE9757;
}

@keyframes arrow {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  50% {
    transform: translateX(8px);
    opacity: 0;
  }
  51% {
    transform: translateX(-8px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes arrowDown {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(6px);
    opacity: 0;
  }
  51% {
    transform: translateY(-6px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
.pn-icon--cart {
  width: 32px;
  height: 32px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1em;
  position: relative;
}
.pn-icon--cart:after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  left: calc(50% - 12px);
  top: calc(50% - 12px);
  border: 1px solid #151515;
  border-radius: 50%;
  box-sizing: border-box;
}
.pn-icon--cart:link, .pn-icon--cart:visited, .pn-icon--cart:hover, .pn-icon--cart:active {
  text-decoration: none;
  color: #151515;
}
.pn-icon--menu {
  width: 32px;
  height: 32px;
  position: relative;
  display: block;
  font-size: 0;
  line-height: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}
.pn-icon--menu:before {
  content: "";
  width: 24px;
  height: 1px;
  background: #151515;
  display: block;
  position: absolute;
  left: calc(50% - 12px);
  top: calc(50% - 4px);
}
.pn-icon--menu:after {
  content: "";
  width: 20px;
  height: 1px;
  background: #151515;
  display: block;
  position: absolute;
  left: calc(50% - 8px);
  top: calc(50% + 4px);
}

.pn-mv {
  position: relative;
}
.pn-mv .slick-dots {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 12px;
  position: absolute;
  right: 60px;
  bottom: 24px;
  z-index: 9999;
}
@media screen and (max-width: 768px) {
  .pn-mv .slick-dots {
    right: auto;
    left: 30px;
  }
}
.pn-mv .slick-dots > li button {
  box-sizing: border-box;
  background: none;
  display: block;
  font-size: 0;
  line-height: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 6px;
  height: 6px;
  border: 1px solid #fff;
  padding: 0;
  border-radius: 50%;
  opacity: 0.2;
  transition: opacity 0.3s, background 0.3s;
  background: #fff;
}
.pn-mv .slick-dots > li.slick-active button {
  background: #fff;
  opacity: 1;
  transform: scale(1.2);
}
.pn-mv__item {
  width: 100%;
  height: 100svh !important;
  position: relative;
  display: flex !important;
  justify-content: flex-start;
  align-items: flex-end;
  box-sizing: border-box;
  padding: 60px 60px;
}
@media screen and (max-width: 768px) {
  .pn-mv__item {
    padding: 60px 30px;
  }
}
.pn-mv__item:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  z-index: 2;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.9));
}
.pn-mv__text {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  max-width: 800px;
  gap: 8px;
}
.pn-mv__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  line-height: 0;
  z-index: 1;
}
.pn-mv__image video, .pn-mv__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pn-mv__title {
  color: #fff;
  font-family: "Lora", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 90px;
  line-height: 1em;
  letter-spacing: -0.6px;
  margin: 0;
  transform: translateX(-4px);
}
@media screen and (max-width: 1024px) {
  .pn-mv__title {
    font-size: 80px;
    line-height: 1em;
  }
}
@media screen and (max-width: 430px) {
  .pn-mv__title {
    font-size: 56px;
    line-height: 1.1em;
    transform: translateX(0px);
  }
}
.pn-mv__desc {
  color: #fff;
  max-width: 500px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .pn-mv__desc {
    font-size: 12px;
    line-height: 2em;
  }
}
.pn-mv__btn {
  padding-top: 16px;
}

.pn-inner {
  width: 100%;
  max-width: 1280px;
  padding: 100px 60px;
  box-sizing: border-box;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .pn-inner {
    padding: 100px 30px;
  }
}

.pn-title {
  color: #151515;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: -0.6px;
  margin: 0;
  padding: 0;
}
.pn-title:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .pn-title:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .pn-title {
    font-size: 24px;
    line-height: 1.2em;
  }
}
.pn-title--en {
  font-family: Lora;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 1em;
  margin: 0;
}

.pn-group-title,
.pn-search-title {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .pn-group-title,
  .pn-search-title {
    margin-bottom: 40px;
  }
}
.pn-group-title--image,
.pn-search-title--image {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  margin-top: -60px;
}
@media screen and (max-width: 768px) {
  .pn-group-title--image,
  .pn-search-title--image {
    margin-top: -40px;
  }
}
.pn-group-title--image .pn-group-title__en,
.pn-search-title--image .pn-group-title__en {
  color: #fff;
}
.pn-group-title--image .pn-group-title__jp,
.pn-search-title--image .pn-group-title__jp {
  color: #F5F1ED;
}
.pn-group-title--image .pn-group-title__desc,
.pn-search-title--image .pn-group-title__desc {
  color: #F5F1ED;
}
.pn-group-title--image .pn-btn--primary,
.pn-search-title--image .pn-btn--primary {
  background: #fff;
}
.pn-group-title--image .pn-btn--primary:link, .pn-group-title--image .pn-btn--primary:visited, .pn-group-title--image .pn-btn--primary:hover, .pn-group-title--image .pn-btn--primary:active,
.pn-search-title--image .pn-btn--primary:link,
.pn-search-title--image .pn-btn--primary:visited,
.pn-search-title--image .pn-btn--primary:hover,
.pn-search-title--image .pn-btn--primary:active {
  text-decoration: none;
  color: #151515;
}
.pn-group-title--image .pn-btn--primary:before,
.pn-search-title--image .pn-btn--primary:before {
  border-color: #151515;
}
.pn-group-title--image .pn-btn--primary:after,
.pn-search-title--image .pn-btn--primary:after {
  filter: inherit;
}
.pn-group-title__en,
.pn-search-title__en {
  color: #151515;
  font-family: Lora;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 1em;
  margin: 0;
}
.pn-group-title__en:empty,
.pn-search-title__en:empty {
  display: none;
}
.pn-group-title__en:empty + .pn-group-title__jp,
.pn-search-title__en:empty + .pn-group-title__jp {
  color: #151515;
  font-size: 40px;
  line-height: 1.3em;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .pn-group-title__en:empty + .pn-group-title__jp,
  .pn-search-title__en:empty + .pn-group-title__jp {
    font-size: 24px;
    line-height: 1.3em;
  }
}
.pn-group-title__jp,
.pn-search-title__jp {
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 1em;
  color: #66625C;
  font-weight: 400;
  letter-spacing: 1px;
}
.pn-group-title__desc,
.pn-search-title__desc {
  margin-top: 24px;
  width: 100%;
  max-width: 60%;
}
@media screen and (max-width: 768px) {
  .pn-group-title__desc,
  .pn-search-title__desc {
    max-width: 100%;
  }
}
.pn-group-title__desc:empty,
.pn-search-title__desc:empty {
  display: none;
}
.pn-group-title__form,
.pn-search-title__form {
  margin-top: 24px;
  width: 100%;
  max-width: 60%;
}
@media screen and (max-width: 768px) {
  .pn-group-title__form,
  .pn-search-title__form {
    max-width: 100%;
  }
}
.pn-group-title__form form,
.pn-search-title__form form {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.pn-group-title__form form input[type=text],
.pn-search-title__form form input[type=text] {
  background: none;
  border: none;
  flex: 1;
  padding: 3px 0;
  font-size: 16px;
  line-height: 1em;
  outline: none;
}
.pn-group-title__form form input[type=text]:focus,
.pn-search-title__form form input[type=text]:focus {
  outline: none;
}
.pn-group-title__form form button,
.pn-search-title__form form button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.pn-group-title__btn:empty,
.pn-search-title__btn:empty {
  display: none;
}
.pn-group-title__image,
.pn-search-title__image {
  font-size: 0;
  line-height: 0;
  position: absolute;
  width: 100vw;
  height: 100%;
  z-index: -1;
  left: calc(50% - 50vw);
  top: 0;
  overflow: hidden;
}
.pn-group-title__image:before,
.pn-search-title__image:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.pn-group-title__image img,
.pn-search-title__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center center;
  z-index: 1;
  filter: brightness(0.4);
}
.pn-group-title__image:empty,
.pn-search-title__image:empty {
  display: none;
}

.pn-featured-title {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .pn-featured-title {
    margin-bottom: 40px;
    margin-top: -32px;
  }
}
.pn-featured-title__image {
  width: 50%;
  font-size: 0;
  line-height: 0;
}
@media screen and (max-width: 1080px) {
  .pn-featured-title__image {
    width: calc(40% - 60px);
  }
}
@media screen and (max-width: 768px) {
  .pn-featured-title__image {
    width: calc(100vw - 30px);
    transform: translateX(-30px);
  }
  .pn-featured-title__image img {
    max-width: calc(100vw - 30px);
  }
}
.pn-featured-title__text {
  width: calc(50% - 60px);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 1080px) {
  .pn-featured-title__text {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .pn-featured-title__text {
    width: 100%;
  }
}
.pn-featured-title__en {
  color: #151515;
  font-family: Lora;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 1em;
  margin: 0;
  max-width: 620px;
}
.pn-featured-title__en:empty {
  display: none;
}
.pn-featured-title__en:empty + .pn-group-title__jp {
  color: #151515;
  font-size: 40px;
  line-height: 1.3em;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .pn-featured-title__en:empty + .pn-group-title__jp {
    font-size: 24px;
    line-height: 1.3em;
  }
}
.pn-featured-title__jp {
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 1em;
  color: #66625C;
  font-weight: 400;
  letter-spacing: 1px;
}
.pn-featured-title__subtitle {
  font-size: 24px;
  line-height: 1.5em;
  font-weight: 500;
  margin: 24px 0 0;
  color: #151515;
}
@media screen and (max-width: 768px) {
  .pn-featured-title__subtitle {
    font-size: 18px;
    line-height: 1.5em;
  }
}
.pn-featured-title__desc {
  margin-top: 24px;
  width: 100%;
  max-width: 520px;
}
@media screen and (max-width: 768px) {
  .pn-featured-title__desc {
    max-width: 100%;
  }
}
.pn-featured-title__desc:empty {
  display: none;
}
.pn-featured-title__desc p {
  margin: 0;
}
.pn-featured-title__desc p:not(:last-child) {
  margin-bottom: 2em;
}

.pn-desc {
  padding: 0;
  margin: 0;
}
.pn-desc:not(:last-child) {
  margin-bottom: 24px;
}

.pn-cat {
  background: #E9E5E2;
}
@media screen and (max-width: 1024px) {
  .pn-cat {
    background: none;
  }
}
.pn-cat-list {
  width: 100%;
  max-width: 1200px;
  padding: 100px 60px;
  box-sizing: border-box;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  .pn-cat-list {
    gap: 1px;
    padding: 0 0 1px;
  }
}
@media screen and (max-width: 768px) {
  .pn-cat-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.pn-cat-list__item {
  position: relative;
  aspect-ratio: 1/1;
  object-fit: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  cursor: pointer;
}
.pn-cat-list__item:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
  left: 0;
  top: 0;
  z-index: 2;
}
@media (hover: hover) {
  .pn-cat-list__item:hover .pn-cat-list__image img {
    transform: scale(1);
  }
}
.pn-cat-list__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.pn-cat-list__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s;
}
@media (hover: hover) {
  .pn-cat-list__image img {
    transform: scale(1.1);
  }
}
.pn-cat-list__text {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-sizing: border-box;
  padding: 30px;
  width: 100%;
  transition: opacity 1s;
}
@media screen and (max-width: 768px) {
  .pn-cat-list__text {
    padding: 20px;
  }
}
.pn-cat-list__title {
  color: #fff;
  font-family: "Lora", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  line-height: 0.95em;
  letter-spacing: -0.6px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .pn-cat-list__title {
    font-size: 24px;
    line-height: 1em;
  }
}
.pn-cat-list__desc {
  color: #fff;
  font-size: 11px;
  line-height: 1.5em;
  letter-spacing: 1px;
  margin: 0;
}
.pn-cat-list__btn {
  padding-top: 8px;
}
@media screen and (max-width: 1024px) {
  .pn-cat-list__btn {
    display: none;
  }
}

.pn-catalog {
  position: relative;
  padding: 90px 60px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .pn-catalog {
    aspect-ratio: 7/3;
    padding: 30px;
    align-items: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .pn-catalog {
    aspect-ratio: 4/3;
    padding: 20px;
  }
}
.pn-catalog:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  top: 0;
  z-index: 2;
}
.pn-catalog__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.pn-catalog__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s;
}
@media (hover: hover) {
  .pn-catalog__image img {
    transform: scale(1.1);
  }
}
.pn-catalog__text {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 24px;
  box-sizing: border-box;
  width: 100%;
  max-width: 1160px;
  transition: opacity 1s;
}
@media screen and (max-width: 1024px) {
  .pn-catalog__text {
    gap: 8px;
  }
}
.pn-catalog__title {
  color: #fff;
  font-family: "Lora", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: -0.6px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .pn-catalog__title {
    font-size: 32px;
    line-height: 0.95em;
  }
}
@media screen and (max-width: 768px) {
  .pn-catalog__title {
    font-size: 24px;
    line-height: 1em;
  }
}
.pn-catalog__desc {
  color: #fff;
  letter-spacing: 2px;
  margin: 0;
  max-width: 580px;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .pn-catalog__desc {
    font-size: 11px;
    line-height: 2em;
  }
}
@media screen and (max-width: 1024px) {
  .pn-catalog__btn {
    padding-top: 8px;
  }
}

.pn-footer__inner {
  width: 100%;
  max-width: 1280px;
  padding: 60px 60px 40px;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .pn-footer__inner {
    padding: 40px 30px 0;
    flex-direction: column;
    gap: 60px;
  }
}
.pn-footer__logo {
  font-size: 0;
  line-height: 0;
  width: 280px;
  padding: 12px 0 0;
}
@media screen and (max-width: 768px) {
  .pn-footer__logo {
    width: 100%;
  }
}
.pn-footer__nav {
  width: calc(100% - 280px);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .pn-footer__nav {
    width: 100%;
  }
}
.pn-footer-link {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
}
.pn-footer-link > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 60px;
  align-items: center;
  padding: 0 16px;
}
@media screen and (max-width: 1280px) {
  .pn-footer-link > li {
    gap: 0;
  }
}
.pn-footer-link > li > a {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  line-height: 1em;
  display: flex;
  align-items: center;
  gap: 4px;
  height: 50px;
  letter-spacing: 1px;
}
@media screen and (max-width: 1280px) {
  .pn-footer-link > li > a {
    height: 40px;
  }
}
.pn-footer-link > li > a:link, .pn-footer-link > li > a:visited, .pn-footer-link > li > a:hover, .pn-footer-link > li > a:active {
  text-decoration: none;
  color: #151515;
}
.pn-footer-link > li ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 24px;
}
@media screen and (max-width: 1280px) {
  .pn-footer-link > li ul {
    width: 100%;
    gap: 0;
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 1280px) {
  .pn-footer-link > li ul li {
    width: 50%;
  }
  .pn-footer-link > li ul li:first-child {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .pn-footer-link > li ul li {
    width: 50%;
  }
}
.pn-footer-link > li ul li a {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  line-height: 1em;
  gap: 4px;
}
.pn-footer-link > li ul li a:link, .pn-footer-link > li ul li a:visited, .pn-footer-link > li ul li a:hover, .pn-footer-link > li ul li a:active {
  text-decoration: none;
  color: #151515;
}
.pn-footer-sublink {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 24px;
  font-size: 11px;
  line-height: 1em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  padding: 0 16px;
  box-sizing: border-box;
}
.pn-footer-sublink:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1280px) {
  .pn-footer-sublink {
    padding: 16px;
    gap: 16px;
  }
}
@media screen and (max-width: 1280px) {
  .pn-footer-sublink > li {
    width: 100%;
  }
}
.pn-footer-sublink > li a {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  line-height: 1em;
  display: flex;
  align-items: center;
  gap: 4px;
  height: 50px;
}
@media screen and (max-width: 1280px) {
  .pn-footer-sublink > li a {
    height: auto;
  }
}
.pn-footer-sublink > li a:link, .pn-footer-sublink > li a:visited, .pn-footer-sublink > li a:hover, .pn-footer-sublink > li a:active {
  text-decoration: none;
  color: #151515;
}
.pn-footer-sns {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  gap: 16px;
  font-size: 0;
  line-height: 0;
  padding: 32px 16px;
  box-sizing: border-box;
}
.pn-footer-copyright {
  font-size: 11px;
  line-height: 1em;
}

.pn-totop {
  display: block;
  font-size: 0;
  line-height: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 40px;
  height: 40px;
  position: fixed;
  z-index: 999;
  right: 30px;
  bottom: 30px;
  background: rgba(0, 0, 0, 0.4);
  transition: background 0.3s;
  transform: translateY(100px);
  border-radius: 50%;
}
@media (hover: hover) {
  .pn-totop:hover {
    background: rgba(0, 0, 0, 0.7);
  }
}
.pn-totop:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  left: calc(50% - 5px);
  top: calc(50% - 3px);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(-45deg);
  cursor: pointer;
}

.pn-news {
  background: #E9E5E2;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.8em;
  color: #151515;
  position: relative;
}
.pn-news a:link, .pn-news a:visited, .pn-news a:hover, .pn-news a:active {
  text-decoration: none;
  color: #151515;
}
.pn-news__open {
  width: 24px;
  height: 24px;
  box-sizing: border-box;
  background: url(https://pinetti.itembox.design/item/icon-plus.svg) center center #fff no-repeat;
  display: block;
  border-radius: 50%;
  right: 60px;
  position: absolute;
  top: calc(50% - 12px);
  font-size: 0;
  line-height: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  transition: transform 0.3s;
}
@media screen and (max-width: 768px) {
  .pn-news__open {
    right: 30px;
  }
}
.pn-news__open.active {
  transform: rotate(45deg);
}
.pn-news .fs-pt-list__item {
  padding: 30px 80px 30px 60px;
  margin: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .pn-news .fs-pt-list__item {
    padding: 30px 80px 30px 30px;
  }
}
.pn-news .fs-pt-list__item:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  display: none;
}

.pn-drawer {
  background: #fff;
  box-sizing: border-box;
  width: 100%;
  max-width: 300px;
  height: 100dvh;
  padding: 0 0 60px;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  box-shadow: -1px 0 0 rgba(0, 0, 0, 0.05);
  z-index: 999999;
  transform: translateX(110%);
  transition: transform 0.3s;
}
@media screen and (max-width: 430px) {
  .pn-drawer {
    max-width: calc(100vw - 60px);
  }
}
.pn-drawer.active {
  transform: translateX(0);
}
.pn-drawer.active + .pn-drawer-bg {
  opacity: 1;
  pointer-events: inherit;
}
.pn-drawer__logo {
  font-size: 0;
  line-height: 0;
  padding: 30px 16px 16px;
}
.pn-drawer__logo img {
  width: 120px;
  height: auto;
}
.pn-drawer-utility {
  padding: 16px 24px 24px;
  font-size: 12px;
  line-height: 1.5em;
}
.pn-drawer-utility__message {
  margin-bottom: 8px;
}
.pn-drawer-utility ul {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  gap: 8px;
  padding: 0;
  margin: 0;
}
.pn-drawer-utility ul li {
  flex: 1;
}
.pn-drawer-utility ul li a {
  display: block;
  text-align: center;
}
.pn-drawer-utility__item--login.true {
  display: none;
}
.pn-drawer-utility__item--mypage.false {
  display: none;
}
.pn-drawer-utility__item--logout.false {
  display: none;
}
.pn-drawer-nav {
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.pn-drawer-nav > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
}
.pn-drawer-nav > li > a {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 1em;
  display: flex;
  align-items: center;
  gap: 4px;
  width: 100%;
  height: 60px;
  letter-spacing: 1px;
  box-sizing: border-box;
  padding: 0 24px;
}
@media screen and (max-width: 1280px) {
  .pn-drawer-nav > li > a {
    height: 60px;
  }
}
.pn-drawer-nav > li > a:link, .pn-drawer-nav > li > a:visited, .pn-drawer-nav > li > a:hover, .pn-drawer-nav > li > a:active {
  text-decoration: none;
  color: #151515;
}
.pn-drawer-nav > li ul {
  list-style: none;
  padding: 8px 0 0;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 24px;
  padding-bottom: 30px;
}
.pn-drawer-nav > li ul li {
  width: 100%;
}
.pn-drawer-nav > li ul li a {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 1em;
  display: block;
  padding: 0 16px 0 32px;
}
.pn-drawer-nav > li ul li a:link, .pn-drawer-nav > li ul li a:visited, .pn-drawer-nav > li ul li a:hover, .pn-drawer-nav > li ul li a:active {
  text-decoration: none;
  color: #151515;
}
.pn-drawer-subnav {
  list-style: none;
  padding: 30px 32px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.pn-drawer-subnav > li {
  font-size: 0;
  line-height: 0;
}
.pn-drawer-subnav > li a {
  font-size: 12px;
  line-height: 1em;
}
.pn-drawer-subnav > li a:link, .pn-drawer-subnav > li a:visited, .pn-drawer-subnav > li a:hover, .pn-drawer-subnav > li a:active {
  text-decoration: none;
  color: #151515;
}
.pn-drawer-sns {
  padding: 0 32px;
  list-style: none;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  gap: 16px;
}
.pn-drawer-sns li {
  font-size: 0;
  line-height: 0;
}

.pn-drawer-bg {
  cursor: pointer;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100dvh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99998;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}

.fs-c-slick .slick-list {
  overflow: inherit;
}
.fs-c-slick .slick-list .slick-track {
  margin-left: 0;
  margin-right: 0;
}

.fs-c-productListCarousel__list {
  overflow: inherit;
  width: 100%;
}
.fs-c-productListCarousel__list__itemTrack {
  width: 100%;
}
.fs-c-productListCarousel__list__item {
  flex-basis: inherit;
  max-width: inherit;
  min-width: inherit;
  margin: 0 16px;
}
@media screen and (max-width: 768px) {
  .fs-c-productListCarousel__list__item {
    margin: 0 8px;
  }
}

.fs-c-productList {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.fs-c-productList__list {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 32px;
}
@media screen and (max-width: 768px) {
  .fs-c-productList__list {
    gap: 32px 10px;
  }
}
.fs-c-productList__list__item {
  padding: 0;
  width: 100%;
  max-width: calc(20% - 26px);
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .fs-c-productList__list__item {
    max-width: calc(50% - 5px);
  }
}

.fs-c-productListItem__image {
  font-size: 0;
  line-height: 0;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .fs-c-productListItem__image {
    margin-bottom: 16px;
  }
}
.fs-c-productListItem__image img {
  aspect-ratio: 1/1;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.fs-c-productListItem__productName {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .fs-c-productListItem__productName {
    padding-right: 16px;
  }
}
.fs-c-productListItem__productName > a {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.fs-c-productListItem__productName > a:link, .fs-c-productListItem__productName > a:visited, .fs-c-productListItem__productName > a:hover, .fs-c-productListItem__productName > a:active {
  text-decoration: none;
  color: #151515;
}
.fs-c-productListItem__viewMoreImageButton {
  display: none;
}
.fs-c-productListItem__productDescription {
  display: none;
}
.fs-c-productListItem__prices {
  margin-top: 8px;
  line-height: 1.5em;
}
.fs-c-productListItem__control {
  display: none;
}

@media screen and (min-width: 769px) {
  .pn-contact-form input[type=text],
  .pn-contact-form select {
    max-width: 50%;
  }
}

.pn-video {
  width: 100%;
  height: 100svh;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  box-sizing: border-box;
  padding: 60px 60px;
}
@media screen and (max-width: 768px) {
  .pn-video {
    padding: 60px 30px;
  }
}
.pn-video:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  z-index: 1;
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
.pn-video video, .pn-video img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.pn-video__text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
  z-index: 3;
}
.pn-video__title {
  color: #fff;
  font-family: "Lora", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 64px;
  line-height: 1em;
  letter-spacing: -0.6px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .pn-video__title {
    font-size: 40px;
  }
}
.pn-video__desc {
  color: #fff;
  max-width: 500px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .pn-video__desc {
    font-size: 12px;
    line-height: 2em;
  }
}

.pn-about {
  width: 100%;
  padding: 100px 60px;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .pn-about {
    padding: 60px 30px;
  }
}
.pn-about--bg {
  background: #E9E5E2;
}
.pn-about__inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1280px;
  gap: 60px;
}
@media screen and (max-width: 1024px) {
  .pn-about__inner {
    align-items: flex-start;
  }
}
.pn-about__inner .pn-about__image {
  width: calc(50% - 30px);
  font-size: 0;
  line-height: 0;
}
@media screen and (max-width: 1024px) {
  .pn-about__inner .pn-about__image {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .pn-about__inner .pn-about__image {
    width: 100%;
    max-width: 28%;
    position: absolute;
    right: 30px;
    top: 30px;
    order: 2;
    z-index: 1;
  }
}
.pn-about__inner .pn-about__text {
  width: calc(50% - 30px);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .pn-about__inner .pn-about__text {
    width: calc(70% - 60px);
  }
}
@media screen and (max-width: 768px) {
  .pn-about__inner .pn-about__text {
    width: 100%;
    order: 1;
  }
}
.pn-about__inner .pn-about__desc {
  max-width: 520px;
}
@media screen and (max-width: 768px) {
  .pn-about__inner .pn-about__desc {
    max-width: 100%;
  }
}
.pn-about__image {
  font-size: 0;
  line-height: 0;
}
.pn-about__image img {
  aspect-ratio: 4/5;
  object-fit: cover;
}
.pn-about__text {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.pn-about__title {
  color: #151515;
  font-family: "Lora", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 64px;
  line-height: 1em;
  letter-spacing: -0.6px;
  margin: 0;
  transform: translateX(-4px);
}
@media screen and (max-width: 1024px) {
  .pn-about__title {
    font-size: 40px;
    line-height: 1em;
  }
}
@media screen and (max-width: 768px) {
  .pn-about__title {
    font-size: 32px;
    line-height: 1em;
  }
}
.pn-about__title--center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .pn-about__title--center {
    text-align: left;
    width: 100%;
  }
}
.pn-about__title-jp {
  font-size: 24px;
  line-height: 1.5em;
  font-weight: 500;
  margin-bottom: 16px;
  color: #151515;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .pn-about__title-jp {
    font-size: 18px;
    line-height: 1.5em;
    width: 100%;
  }
}
.pn-about__title-jp--center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .pn-about__title-jp--center {
    text-align: left;
  }
}
.pn-about__desc {
  width: 100%;
  max-width: 680px;
}
.pn-about__btn {
  width: 100%;
  display: flex;
}
.pn-about__btn--center {
  justify-content: center;
}

.fs-c-productName a:link, .fs-c-productName a:visited, .fs-c-productName a:hover, .fs-c-productName a:active {
  text-decoration: none;
  color: #151515;
}
.fs-c-productName__copy {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
}
.fs-c-productPrice--listed {
  text-decoration: line-through;
}
.fs-c-productPrice__addon {
  font-size: 8px;
}

.fs-c-price {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.fs-c-breadcrumb {
  padding: 0 60px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .fs-c-breadcrumb {
    padding: 0 30px;
  }
}
.fs-c-breadcrumb__list {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .fs-c-breadcrumb__list {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.fs-c-breadcrumb__listItem {
  color: #151515;
}
@media screen and (max-width: 768px) {
  .fs-c-breadcrumb__listItem {
    font-size: 10px;
    line-height: 1.5em;
    display: inline;
  }
}
.fs-c-breadcrumb__listItem:before {
  color: #66625C;
}
.fs-c-breadcrumb__listItem a:link, .fs-c-breadcrumb__listItem a:visited, .fs-c-breadcrumb__listItem a:hover, .fs-c-breadcrumb__listItem a:active {
  color: #66625C;
}

.fs-l-main {
  margin: 60px auto;
  padding: 0 60px;
  box-sizing: border-box;
  max-width: 1400px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .fs-l-main {
    padding: 0 30px;
    margin: 40px auto;
  }
}

.fs-l-pageMain {
  max-width: 100%;
}

.fs-preview-header {
  display: none;
}

.fs-c-subgroup {
  margin: 60px 0;
}
@media screen and (max-width: 768px) {
  .fs-c-subgroup {
    margin: 32px 0;
  }
}
.fs-c-subgroup .fs-c-listControl {
  display: none;
}

.fs-c-subgroupList {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  box-sizing: border-box;
  list-style: none;
  margin: 8px 0;
  padding: 0;
  gap: 16px 24px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .fs-c-subgroupList {
    gap: 1px;
  }
}
.fs-c-subgroupList:before {
  content: "";
  width: 100vw;
  height: calc(100% + 32px);
  display: block;
  position: absolute;
  left: calc(50% - 50vw);
  top: -16px;
  background-color: #fff;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .fs-c-subgroupList:before {
    display: none;
  }
}
.fs-c-subgroupList__item {
  flex-basis: calc(25% - 18px);
  flex-grow: 0;
  margin-top: 0;
}
@media screen and (max-width: 1080px) {
  .fs-c-subgroupList__item {
    flex-basis: calc(50% - 12px);
  }
}
@media screen and (max-width: 768px) {
  .fs-c-subgroupList__item {
    flex-basis: 100%;
  }
}
.fs-c-subgroupList__link {
  border: none;
  background: none;
  display: flex;
  padding: 0;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  background: #E9E5E2;
  padding-right: 16px;
  box-sizing: border-box;
  min-height: 60px;
}
@media screen and (max-width: 768px) {
  .fs-c-subgroupList__link {
    min-height: 40px;
  }
}
.fs-c-subgroupList__link:after {
  display: none;
}
.fs-c-subgroupList__link:link, .fs-c-subgroupList__link:visited, .fs-c-subgroupList__link:hover, .fs-c-subgroupList__link:active {
  text-decoration: none;
  color: #151515;
}
@media (hover: hover) {
  .fs-c-subgroupList__link:hover, .fs-c-subgroupList__link:active {
    background: #F5F1ED;
  }
  .fs-c-subgroupList__link:hover .fs-c-subgroupList__image img, .fs-c-subgroupList__link:active .fs-c-subgroupList__image img {
    transform: scale(1);
  }
}
.fs-c-subgroupList__label {
  padding-left: 16px;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  .fs-c-subgroupList__label {
    font-size: 12px;
    line-height: 1.5em;
    padding-left: 12px;
  }
}
.fs-c-subgroupList__image {
  margin-right: 0;
  max-width: 60px;
  aspect-ratio: 1/1;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .fs-c-subgroupList__image {
    max-width: 40px;
  }
}
.fs-c-subgroupList__image img {
  aspect-ratio: 1/1;
  object-fit: cover;
  transform: scale(1.1);
  transition: transform 1s;
}
.fs-c-subgroupList__comment {
  display: none;
}

.fs-body-category-featured .fs-c-productList {
  display: none;
}
.fs-body-category-featured .fs-c-subgroupList {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  box-sizing: border-box;
  list-style: none;
  margin: 8px 0;
  padding: 0;
  gap: 24px 40px;
}
@media screen and (max-width: 768px) {
  .fs-body-category-featured .fs-c-subgroupList {
    gap: 40px;
  }
}
.fs-body-category-featured .fs-c-subgroupList__item {
  flex-basis: calc(50% - 20px);
  flex-grow: 0;
  margin-top: 0;
}
@media screen and (max-width: 1080px) {
  .fs-body-category-featured .fs-c-subgroupList__item {
    flex-basis: 100%;
  }
}
.fs-body-category-featured .fs-c-subgroupList__link {
  background: none;
  display: block;
  zoom: 1;
  overflow: hidden;
  padding: 0;
}
.fs-body-category-featured .fs-c-subgroupList__link:link, .fs-body-category-featured .fs-c-subgroupList__link:visited, .fs-body-category-featured .fs-c-subgroupList__link:hover, .fs-body-category-featured .fs-c-subgroupList__link:active {
  text-decoration: none;
  color: #151515;
}
.fs-body-category-featured .fs-c-subgroupList__link:hover, .fs-body-category-featured .fs-c-subgroupList__link:active {
  background: none;
}
.fs-body-category-featured .fs-c-subgroupList__label {
  padding-left: 0;
  font-size: 24px;
  line-height: 1.5em;
  font-weight: 500;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .fs-body-category-featured .fs-c-subgroupList__label {
    font-size: 18px;
    line-height: 1.5em;
    padding-left: 0;
    orphans: 0;
  }
}
.fs-body-category-featured .fs-c-subgroupList__image {
  width: 100%;
  max-width: calc(40% - 24px);
  margin-right: 24px;
  aspect-ratio: 4/5;
  float: left;
}
@media screen and (max-width: 768px) {
  .fs-body-category-featured .fs-c-subgroupList__image {
    max-width: calc(40% - 24px);
  }
}
.fs-body-category-featured .fs-c-subgroupList__image img {
  aspect-ratio: 4/5;
  object-fit: cover;
}
.fs-body-category-featured .fs-c-subgroupList__comment {
  display: block;
  zoom: 1;
  overflow: hidden;
  padding-right: 16px;
}
@media screen and (max-width: 1080px) {
  .fs-body-category-featured .fs-c-subgroupList__comment {
    padding-right: 0;
  }
}
.fs-body-category-featured .fs-c-subgroupList__comment:after {
  content: "View Detail";
  color: #BE9757;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1em;
  margin: 16px 0 0;
  display: block;
}

.fs-c-sortItems {
  border: none;
}
.fs-c-sortItems__label {
  display: none;
}
.fs-c-sortItems__list {
  border: none;
  gap: 8px;
}
.fs-c-sortItems__list__item.is-active {
  background: #26241F;
}
.fs-c-sortItems__list__item.is-active .fs-c-sortItems__list__item__label {
  padding-left: 8px;
  padding-right: 8px;
  color: #fff;
}
.fs-c-sortItems__list__item__label {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 1.5em;
  padding-left: 0;
  padding-right: 0;
  color: #151515;
}
.fs-c-sortItems__list__item__label:link, .fs-c-sortItems__list__item__label:visited, .fs-c-sortItems__list__item__label:hover, .fs-c-sortItems__list__item__label:active {
  text-decoration: none;
  color: #151515;
}

@media screen and (max-width: 768px) {
  .fs-c-listControl {
    align-items: flex-start;
    width: 100%;
  }
}
.fs-c-listControl__status {
  font-size: 10px;
  line-height: 1em;
}

.fs-c-pagination__item {
  font-size: 12;
  line-height: 1em;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 6px 8px;
}
.fs-c-pagination__item.is-active {
  background: #26241F;
}
.fs-c-pagination__item:link, .fs-c-pagination__item:visited, .fs-c-pagination__item:hover, .fs-c-pagination__item:active {
  text-decoration: none;
  color: #151515;
}

.fancybox__container {
  z-index: 999999;
}
.pn-products {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 120px 60px;
  width: 100%;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .pn-products {
    gap: 40px;
  }
}
.pn-products__image {
  width: 100%;
  max-width: calc(50% - 60px);
}
@media screen and (max-width: 768px) {
  .pn-products__image {
    max-width: 100%;
  }
}
.pn-products__text {
  width: 100%;
  max-width: 50%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .pn-products__text {
    max-width: 100%;
  }
}
.pn-products__bottom {
  width: 100%;
  max-width: 100%;
}
.pn-products__slider {
  font-size: 0;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  .pn-products__slider .slick-list {
    overflow: inherit;
  }
}
@media screen and (max-width: 768px) {
  .pn-products__slider .slick-track {
    overflow: inherit;
  }
}
.pn-products__slider .slick-dots {
  padding: 16px 0 0;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  list-style: none;
  font-size: 0;
  line-height: 0;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .pn-products__slider .slick-dots {
    gap: 4px;
  }
}
.pn-products__slider .slick-dots li {
  margin: 0;
  padding: 0;
  width: calc(20% - 7px);
}
@media screen and (max-width: 768px) {
  .pn-products__slider .slick-dots li {
    width: calc(10% - 4px);
  }
}
.pn-products__slider .slick-dots li:first-child:last-child {
  display: none;
}
.pn-products__slider .slick-dots li img {
  aspect-ratio: 1/1;
  object-fit: cover;
  transition: opacity 0.3s;
}
.pn-products__slider .slick-dots li.slick-active img {
  opacity: 0.5;
}
.pn-products__tagline {
  font-size: 18px;
  line-height: 1.5em;
  margin: 0;
  color: #151515;
  margin-top: 24px;
}
.pn-products__tagline:empty {
  display: none;
}
.pn-products__size:empty {
  display: none;
}
.pn-products__toggledown {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
}
.pn-products__toggledown dl {
  padding: 0;
  margin: 0;
}
.pn-products__toggledown dl:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.pn-products__toggledown dl dt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  gap: 8px;
  padding: 24px 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .pn-products__toggledown dl dt {
    padding: 24px 0;
  }
}
.pn-products__toggledown dl dt img {
  margin-left: auto;
  transition: transform 0.3s;
}
.pn-products__toggledown dl dt span:first-child {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  font-size: 16px;
  line-height: 1em;
  color: #151515;
}
.pn-products__toggledown dl dt span:nth-of-type(2) {
  font-size: 10px;
  line-height: 1em;
  letter-spacing: 1px;
}
.pn-products__toggledown dl dt.active img {
  transform: rotate(45deg);
}
.pn-products__toggledown dl dd {
  padding: 8px 16px 32px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .pn-products__toggledown dl dd {
    padding: 8px 0 32px;
  }
}

.fs-c-productPlainImage {
  font-size: 0;
  line-height: 0;
}
.fs-c-productPlainImage:empty {
  display: none;
}
.fs-c-productPlainImage img {
  width: 100%;
  height: auto;
}

.fs-c-button--primary {
  padding: 16px 16px;
  box-shadow: none;
}
.fs-c-button--secondary {
  padding: 16px 16px;
  box-shadow: none;
}
.fs-c-button--particular {
  padding: 8px 16px;
  box-shadow: none;
  white-space: nowrap;
}
.fs-c-button--standard {
  padding: 8px 16px;
  box-shadow: none;
}
.fs-c-button--plain {
  box-shadow: none;
}
.fs-c-button--addToCart--detail {
  transition: background 0.3s;
  background: #BE9757;
}
.fs-c-button--addToCart--detail:hover, .fs-c-button--addToCart--detail:active {
  opacity: 1;
  background: #D9AC63;
}
.fs-c-button--addToCart--variation {
  transition: background 0.3s;
  background: #BE9757;
}
.fs-c-button--addToCart--variation:hover, .fs-c-button--addToCart--variation:active {
  opacity: 1;
  background: #D9AC63;
}

.fs-c-productNameHeading {
  margin: 0;
}
.fs-c-productNameHeading__copy {
  display: block;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  font-size: 14px;
  line-height: 1em;
  margin-bottom: 8px;
}
.fs-c-productNameHeading__name {
  display: block;
  font-size: 32px;
  line-height: 1.5em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .fs-c-productNameHeading__name {
    font-size: 24px;
    line-height: 1.5em;
  }
}

.fs-p-productDescription--full {
  max-width: 580px;
  margin-bottom: 24px;
}
.fs-p-productDescription--full:empty {
  display: none;
}
.fs-p-productDescription--short:empty {
  display: none;
}

.fs-c-variationAndActions__variationLabel {
  margin-bottom: 16px;
}

.fs-c-variationLabel {
  font-weight: 400;
  color: #151515;
}

.fs-c-variationList__item__body {
  margin-top: 0;
}
.fs-c-variationList__item__cart {
  padding: 0;
}
.fs-c-variationList__item__cart > li {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 16px 8px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .fs-c-variationList__item__cart > li {
    padding: 16px 0;
    gap: 8px 0;
  }
}
.fs-c-variationList__item__cart > li:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.fs-c-variationList__item__cart > li + li {
  margin-top: 0;
}

.fs-c-variationCart__variationName__name {
  color: #151515;
}
.fs-c-variationCart__wishlist {
  width: 3em;
}
.fs-c-variationCart__cartButton {
  width: 130px;
}
.fs-c-variationCart__cartButton button {
  min-width: 130px;
}
@media screen and (max-width: 768px) {
  .fs-c-variationCart__cartButton {
    width: 100%;
    order: 10;
    text-align: center;
  }
  .fs-c-variationCart__cartButton button {
    max-width: 320px;
    min-width: 0;
  }
}
.fs-c-variationCart--withImage .fs-c-variationCart__image {
  margin-right: 0;
  font-size: 0;
  line-height: 0;
}
.fs-c-variationCart--withImage .fs-c-variationCart__image:empty {
  display: none;
}
.fs-c-variationCart--withImage .fs-c-variationCart__image img {
  margin-right: 8px;
}

.fs-c-productActionButton {
  justify-content: flex-start;
}

.pn-selectcolor {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 4px;
  color: #151515;
  font-weight: 500;
  font-size: 12px;
  line-height: 1em;
  padding-top: 8px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .pn-selectcolor {
    padding-top: 0;
  }
}
.pn-selectcolor img {
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  transition: transform 0.3s;
}
.pn-selectcolor.active img {
  transform: rotate(45deg);
}
.pn-selectcolor strong + span {
  display: none;
}
.pn-selectcolor span {
  color: #BE9757;
  font-weight: bold;
}
.pn-selectcolor span:before {
  content: "選択したカラー「 ";
  color: #151515;
}
.pn-selectcolor span:after {
  content: " 」";
  color: #151515;
}

.pn-color {
  display: none;
  padding-top: 16px;
}
.pn-color__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.pn-color__item {
  width: calc(16.6% - 7px);
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.pn-color__item.active .pn-color__image {
  border-color: #151515;
}
.pn-color__image {
  font-size: 0;
  line-height: 0;
  aspect-ratio: 1/1;
  box-sizing: border-box;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  overflow: hidden;
}
.pn-color__image img {
  box-sizing: border-box;
  border: 2px solid #fff;
  border-radius: 50%;
}
.pn-color__text {
  font-size: 10px;
  line-height: 1.3em;
  color: #151515;
}

.fs-c-featuredProduct + .fs-c-featuredProduct,
.fs-c-wishlistProduct + .fs-c-featuredProduct {
  margin-top: 60px;
}
.fs-c-featuredProduct + .fs-c-wishlistProduct,
.fs-c-wishlistProduct + .fs-c-wishlistProduct {
  margin-top: 60px;
}
.fs-c-featuredProduct__header,
.fs-c-wishlistProduct__header {
  margin-bottom: 24px;
}
.fs-c-featuredProduct__title,
.fs-c-wishlistProduct__title {
  border: none;
  margin: 0;
  color: #151515;
  letter-spacing: -0.6px;
  margin: 0;
  padding: 0;
  font-family: Lora;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 1em;
  margin: 0;
}
.fs-c-featuredProduct__title:not(:last-child),
.fs-c-wishlistProduct__title:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .fs-c-featuredProduct__title,
  .fs-c-wishlistProduct__title {
    font-size: 24px;
    line-height: 1.2em;
  }
}
.fs-c-featuredProduct__list .fs-c-productListCarousel__list__itemTrack,
.fs-c-wishlistProduct__list .fs-c-productListCarousel__list__itemTrack {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 32px;
}
@media screen and (max-width: 768px) {
  .fs-c-featuredProduct__list .fs-c-productListCarousel__list__itemTrack,
  .fs-c-wishlistProduct__list .fs-c-productListCarousel__list__itemTrack {
    gap: 32px 10px;
  }
}
.fs-c-featuredProduct__list .fs-c-productListCarousel__list__item,
.fs-c-wishlistProduct__list .fs-c-productListCarousel__list__item {
  padding: 0;
  width: 100%;
  max-width: calc(20% - 26px);
  border-bottom: none;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .fs-c-featuredProduct__list .fs-c-productListCarousel__list__item,
  .fs-c-wishlistProduct__list .fs-c-productListCarousel__list__item {
    max-width: calc(50% - 5px);
  }
}

.fs-c-documentColumn__heading {
  border-bottom: none;
}

.fs-c-documentArticle {
  padding: 0;
}
.fs-c-documentArticle__heading {
  text-align: left;
  padding: 8px 16px;
  background: #66625C;
  margin-bottom: 24px;
}
.fs-c-documentArticle__content {
  padding: 0;
}

.fs-c-subSection__title {
  padding-bottom: 16px;
}

.fs-c-linkedServiceLogin__title {
  padding-bottom: 16px;
}

.fs-c-newUsers__message {
  margin-bottom: 24px;
}

.fs-c-inputInformation__link {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .fs-body-product .fs-l-main {
    margin-top: 0;
  }
}

.fs-body-login .fs-c-inputInformation__field,
.fs-body-cart-login .fs-c-inputInformation__field,
.fs-body-forgotPassword .fs-c-inputInformation__field,
.fs-body-merge .fs-c-inputInformation__field,
.fs-body-membershipCardAuth .fs-c-inputInformation__field {
  padding: 32px;
}
@media screen and (max-width: 768px) {
  .fs-body-login .fs-c-inputInformation__field,
  .fs-body-cart-login .fs-c-inputInformation__field,
  .fs-body-forgotPassword .fs-c-inputInformation__field,
  .fs-body-merge .fs-c-inputInformation__field,
  .fs-body-membershipCardAuth .fs-c-inputInformation__field {
    padding: 24px;
  }
}

.fs-body-forgotPassword .pn-title,
.fs-body-register .pn-title,
.fs-body-customerDetails .pn-title,
.fs-body-newsletter-unsubscribe .pn-title,
.fs-body-newsletter-subscribe .pn-title {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .fs-body-forgotPassword .pn-title,
  .fs-body-register .pn-title,
  .fs-body-customerDetails .pn-title,
  .fs-body-newsletter-unsubscribe .pn-title,
  .fs-body-newsletter-subscribe .pn-title {
    text-align: left;
  }
}

[type=hidden], [type=text], [type=search], [type=tel], [type=url], [type=email], [type=password], [type=datetime], [type=date], [type=month], [type=week], [type=time], [type=datetime-local], [type=number], select, textarea {
  padding: 8px;
}

.fs-p-announcement {
  margin: 60px 0;
}
@media screen and (max-width: 768px) {
  .fs-p-announcement {
    margin: 40px 0;
  }
}

.fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark {
  background: #BE9757;
  border-color: #BE9757;
}

.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark {
  background: #BE9757;
  border-color: #BE9757;
}
.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark:before {
  background: #fff;
}
