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

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #fafafa;
}

body *,
body *::before,
body *::after {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.font-serif {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.font-sans {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", serif;
}

.l-header,
.l-header *,
.l-nav,
.l-nav *,
.l-footer,
.l-footer * {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", serif;
}

.sp-only {
  display: none;
}

.br-1580-only {
  display: none;
}
@media (max-width: 1580px) and (min-width: 768px) {
  .br-1580-only {
    display: block;
  }
}

.br-1200-only {
  display: none;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .br-1200-only {
    display: block;
  }
}

.br-1000-only {
  display: none;
}
@media (max-width: 1000px) and (min-width: 768px) {
  .br-1000-only {
    display: block;
  }
}

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

@media (max-width: 767px) and (min-width: 744px) {
  .sp-narrow-hide {
    display: none;
  }
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.l-header {
  line-height: 1;
}

.main {
  padding: 90px 0 0;
}

.hero {
  width: 100%;
}
.hero h1 {
  margin: 0;
}
.hero h1 picture {
  display: block;
  width: 100%;
}
.hero h1 img {
  width: 100%;
  height: auto;
  display: block;
}

.period-section {
  z-index: 1;
  position: relative;
  overflow: hidden;
  margin-top: -156px;
  padding-bottom: 50px;
}
@media (min-width: 768px) and (max-width: 1919px) {
  .period-section {
    margin-top: -8.125vw;
  }
}
@media (max-width: 767px) {
  .period-section {
    margin-top: auto;
    font-size: 14px;
    padding: 0;
  }
}
.period-section::before {
  content: "";
  position: absolute;
  top: 156px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #DBC291;
  z-index: -1;
}
@media (min-width: 768px) and (max-width: 1919px) {
  .period-section::before {
    top: 8.125vw;
  }
}
.period-section.info-section {
  margin-top: 0;
}
.period-section.info-section::before {
  content: none;
}
.period-section .period-content {
  max-width: 1140px;
  margin: 0 auto 60px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .period-section .period-content {
    margin: 0 auto 30px;
    padding: 0;
  }
}
.period-section .period-info {
  background: #F5F5E8;
  padding: 32px 90px 40px 90px;
  text-align: center;
  color: #333;
}
@media (max-width: 767px) {
  .period-section .period-info {
    padding: 20px 14px 26px;
  }
}
.period-section .period-title {
  font-size: 28px;
  font-weight: 600;
  color: #333;
  margin-bottom: 24px;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .period-section .period-title {
    font-size: 20px;
    margin-bottom: 9px;
  }
}
.period-section .period-title.notice-title {
  background-color: #5DAEB2;
  color: white;
  padding: 15px 20px;
  margin-bottom: 20px;
}
.period-section .notice-list {
  font-size: 16px;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  margin-bottom: 24px;
  max-width: 600px;
  text-align: left;
}
@media (max-width: 767px) {
  .period-section .notice-list {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.71;
    padding: 0 10px;
  }
}
.period-section .notice-list li {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  position: relative;
  line-height: 1.75;
  padding-left: 1.2em;
}
@media (max-width: 767px) {
  .period-section .notice-list li {
    line-height: 1.71;
  }
}
.period-section .notice-list li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.period-section .notice-section {
  background: #F5F5E8;
  padding-bottom: 32px;
}
@media (max-width: 767px) {
  .period-section .notice-section {
    padding-bottom: 14px;
  }
}
.period-section .notice-section,
.period-section .notice-section * {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", serif;
}
.period-section .notice-section .notice-title {
  font-size: 19px;
  color: white;
  background-color: #5DAEB2;
  padding: 13px 20px;
  margin-bottom: 30px;
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
@media (max-width: 767px) {
  .period-section .notice-section .notice-title {
    font-size: 16px;
    padding: 8px 20px;
    margin-bottom: 12px;
  }
}
.period-section .notice-tel {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.87;
  background-color: #fff;
  margin: 0 auto;
  max-width: 920px;
  padding: 12px 10px;
}
@media (max-width: 767px) {
  .period-section .notice-tel {
    margin-bottom: 0;
    border: 10px solid #f5f5e8;
    font-size: 15px;
    line-height: 1.87;
    padding: 12px 10px;
  }
}
.period-section .reservation-methods {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}
@media (max-width: 1050px) and (min-width: 768px) {
  .period-section .reservation-methods {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .period-section .reservation-methods {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 14px;
  }
}
.period-section .reservation-item {
  padding: 0;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
  border: 3px solid #DED6BC;
}
@media (max-width: 767px) {
  .period-section .reservation-item {
    border: 2px solid #DED6BC;
  }
}
.period-section .reservation-item:first-child .reservation-title {
  background: #CF8F42;
}
.period-section .reservation-item:first-child .reservation-date {
  padding-top: 29px;
}
@media (max-width: 767px) {
  .period-section .reservation-item:first-child .reservation-date {
    padding-top: 15px;
  }
}
.period-section .reservation-item:last-child .reservation-title {
  background: #CB4E63;
}
.period-section .reservation-title {
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  margin: 0 0 0 0;
  padding: 9px 25px 2px;
  letter-spacing: 0.02em;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .period-section .reservation-title {
    height: 32px;
    font-size: 14px;
    padding: 7px 15px 3px;
    letter-spacing: normal;
  }
}
.period-section .reservation-title strong {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.12em;
}
@media (max-width: 767px) {
  .period-section .reservation-title strong {
    font-size: 15px;
  }
}
.period-section .reservation-date {
  font-size: 18px;
  color: #333;
  margin: 0;
  padding: 20px 25px 16px;
}
@media (max-width: 767px) {
  .period-section .reservation-date {
    font-size: 15px;
    padding: 15px 25px;
  }
}
.period-section .reservation-date time {
  font-weight: 600;
  color: #333;
}
.period-section .reservation-date .date-number {
  font-size: 32px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .period-section .reservation-date .date-number {
    font-size: 22px;
  }
}
.period-section .reservation-date .date-separator {
  font-size: 32px;
  font-weight: normal;
}
@media (max-width: 767px) {
  .period-section .reservation-date .date-separator {
    font-size: 21px;
  }
}
.period-section .reservation-date .date-slash {
  font-size: 24px;
}
@media (max-width: 767px) {
  .period-section .reservation-date .date-slash {
    font-size: 17px;
  }
}
.period-section .date-place {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.45;
  display: inline-block;
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .period-section .date-place {
    font-size: 14px;
    margin-bottom: 14px;
  }
}
.period-section .date-place .date-emphasis02 {
  font-size: 19px;
  color: #927432;
}
@media (max-width: 767px) {
  .period-section .date-place .date-emphasis02 {
    font-size: 15px;
    margin-top: 6px;
    display: block;
  }
}
.period-section .date-place .date-emphasis02 a {
  border-bottom: 1px solid #927432;
}
.period-section .reservation-note {
  font-weight: 600;
  font-size: 16px;
  margin-top: 9px;
  line-height: 1;
  display: inline-block;
}
.period-section .date-emphasis {
  color: #C53C53;
}
@media (max-width: 767px) {
  .period-section .date-emphasis {
    font-size: 13px;
  }
}
.period-section .date-emphasis02 a {
  color: #927432;
  background-image: url("../img/bg-arrow-left-online01.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 9px 14px;
  padding-right: 16px;
  display: inline-block;
}
.period-section .period-bottom {
  text-align: center;
  font-size: 25px;
  color: #927432;
  font-weight: 600;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", serif;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .period-section .period-bottom {
    font-size: 17px;
    padding: 0 15px;
  }
}
.period-section .period-note {
  font-size: 18px;
  line-height: 1.57;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .period-section .period-note {
    font-size: 13px;
    margin-bottom: 20px;
    line-height: 1.69;
    padding: 0 20px;
  }
}
.period-section .period-place {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.63;
  color: #927432;
  background-color: #fff;
  padding: 10px;
  max-width: 920px;
}
.period-section .period-place,
.period-section .period-place * {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", serif;
}
@media (max-width: 767px) {
  .period-section .period-place {
    font-size: 16px;
    padding: 5px;
    margin: 0 0 20px 0;
  }
}
.period-section .period-button {
  width: 520px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.period-section .period-button,
.period-section .period-button * {
  font-weight: normal;
}
@media (max-width: 767px) {
  .period-section .period-button {
    width: calc(100% - 20px);
  }
  .period-section .period-button .btn-details {
    width: 100%;
    font-size: 14px;
    border-radius: 5px;
    height: 46px;
    background-size: 11.66px 5.83px;
    background-position: center right 15px;
    width: 100%;
    padding-right: 26px;
  }
}
.period-section .btn-details {
  background-color: #5DAEB2;
  height: 83px;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 17px 30px 13px;
  font-size: 24px;
  letter-spacing: 0.05em;
  background-image: url("../img/icon-arrow-bottom-white01.svg");
  background-repeat: no-repeat;
  background-position: center right 40px;
  background-size: 22.27px 11.14px;
  padding-right: 45px;
  text-decoration: none;
  display: flex;
  transition: all 0.3s ease;
  align-items: center;
  justify-content: center;
}
.period-section .btn-details:hover {
  background-color: #063A37;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(7, 75, 71, 0.4);
}
.period-section .btn-details:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(7, 75, 71, 0.3);
}

.info-section-set .period-section .reservation-item:first-child .reservation-date {
  padding-top: 20px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.featured-pickup-brand .product-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 56px 0;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .featured-pickup-brand .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .featured-pickup-brand .product-grid {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 10px;
    gap: 16px 0;
  }
}

.featured-small-size .product-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 56px 0;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .featured-small-size .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .featured-small-size .product-grid {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 10px;
    gap: 16px 0;
  }
}

.featured-fujisaki-original .product-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 56px 0;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .featured-fujisaki-original .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .featured-fujisaki-original .product-grid {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 10px;
    gap: 16px 0;
  }
}

.category-section .product-grid {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1200px) and (min-width: 768px) {
  .category-section .product-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 56px 0;
  }
}
@media (max-width: 767px) {
  .category-section .product-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 0;
  }
}

.product-card {
  overflow: hidden;
  transition: all 0.3s ease;
  position: relative;
}

.product-image {
  position: relative;
  overflow: hidden;
}
.product-image img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  transform: scale(1);
  transform-origin: center center;
  transition: transform 0.3s ease;
}
.product-image:hover img {
  transform: scale(1.05);
}

.product-badge {
  position: absolute;
  z-index: 3;
}
.product-badge.new {
  left: 14px;
  top: 14px;
  width: 125px;
  height: 121px;
  padding: 0;
  background: none;
  background-image: url("../img/icon-new01.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1920px) and (min-width: 1201px) {
  .product-badge.new {
    width: 6.5104166667vw;
    height: 6.3020833333vw;
    left: 0.7291666667vw;
    top: 0.7291666667vw;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .product-badge.new {
    width: 10.4166666667vw;
    height: 10.0833333333vw;
    left: 1.1666666667vw;
    top: 1.1666666667vw;
  }
}
@media (max-width: 767px) {
  .product-badge.new {
    left: 5px;
    top: 5px;
    width: 53px;
    height: 51.26px;
  }
}

.product-info {
  padding: 32px 15px 0 0;
  display: grid;
  gap: 14px;
  align-items: flex-start;
  transition: transform 0.3s ease;
  grid-template-columns: 56px 1fr;
}
@media (max-width: 767px) {
  .product-info {
    grid-template-columns: 34px 1fr;
    gap: 7px;
    padding: 13px 10px 0 0;
  }
}

.product-id {
  font-size: 1.2rem;
  color: #333;
  min-width: 30px;
  flex-shrink: 0;
}

.product-text {
  flex: 1;
}

.product-name {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.1em;
  color: #805E12;
  margin: 0;
  transition: text-shadow 0.3s ease;
  word-break: break-all;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", serif;
}
@media (max-width: 767px) {
  .product-name {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0;
    margin-left: -41px;
  }
}

.product-price {
  font-size: 1.3rem;
  font-weight: 600;
  color: #CCA963;
  margin-bottom: 15px;
}

.product-details {
  margin-bottom: 20px;
  font-size: 0.9rem;
  color: #666;
}
.product-details > div {
  margin-bottom: 4px;
}

.btn {
  flex: 1;
  min-width: 100px;
  padding: 10px 15px;
  border: none;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  text-align: center;
  display: inline-block;
}
.btn-detail {
  background: #6c757d;
  color: #fff;
  border: none;
  padding: 12px 20px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}
.btn-order {
  background: #CCA963;
  color: #fff;
  border: none;
  padding: 12px 20px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}
.btn-order-day {
  background: #28a745;
  color: #fff;
  border: none;
  padding: 12px 20px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  font-size: 0.8rem;
  flex: 0 1 auto;
}
.btn-back {
  background: #6c757d;
  color: #fff;
  border: none;
  padding: 12px 20px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  padding: 12px 30px;
}
.btn-home {
  background: #6c757d;
  color: #fff;
  border: none;
  padding: 12px 20px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}

.no-products {
  text-align: center;
  padding: 60px 20px;
  color: #666;
  font-size: 1.1rem;
  background: #f8f9fa;
  border-radius: 8px;
}

.special-product-card {
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
}

.special-product-link {
  text-decoration: none;
  color: inherit;
  display: block;
  height: 100%;
}

.special-product-image {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.special-product-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform: scale(1);
  transform-origin: center center;
  transition: transform 0.3s ease;
}
.special-product-image:hover img {
  transform: scale(1.1);
}

.special-product-info {
  padding: 32px 15px 0 0;
  display: grid;
  gap: 14px;
  align-items: flex-start;
  transition: transform 0.3s ease;
  grid-template-columns: 56px 1fr;
}
@media (max-width: 767px) {
  .special-product-info {
    grid-template-columns: 34px 1fr;
    gap: 7px;
    padding: 13px 10px 0 0;
  }
}

.special-product-link:hover .special-product-info,
.special-product-card:hover .special-product-info {
  transform: translateY(-2px);
}

.special-product-link:hover .special-product-brand-place,
.special-product-link:hover .special-product-name,
.special-product-card:hover .special-product-brand-place,
.special-product-card:hover .special-product-name {
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.product-card:hover .product-info {
  transform: translateY(-2px);
}

.product-card:hover .product-brand-place,
.product-card:hover .product-name {
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.special-product-id {
  width: 56px;
  height: 56px;
  color: #A47F07;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  text-align: center;
  box-sizing: border-box;
  flex-shrink: 0;
  letter-spacing: 0.1em;
  border-radius: 8px;
  padding-top: 5px;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", serif;
}
@media (max-width: 767px) {
  .special-product-id {
    font-size: 15px;
    width: 34px;
    height: 34px;
    letter-spacing: 0.1em;
    padding-top: 0;
  }
}

.special-product-text {
  flex: 1;
}

.special-product-brand-place {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #805E12;
  margin-bottom: 10px;
  transition: text-shadow 0.3s ease;
  word-break: break-all;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", serif;
}
@media (max-width: 767px) {
  .special-product-brand-place {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0;
    min-height: 39px;
    margin-bottom: 4px;
  }
}

.special-product-name {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.1em;
  color: #805E12;
  margin: 0;
  transition: text-shadow 0.3s ease;
  word-break: break-all;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", serif;
}
@media (max-width: 767px) {
  .special-product-name {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0;
  }
}

@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
  .product-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .product-buttons {
    flex-direction: column;
  }
  .special-section {
    padding: 20px;
    margin-bottom: 40px;
  }
  .special-section .product-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
  }
  .special-title {
    font-size: 1.8rem;
  }
  .special-copy {
    font-size: 1.1rem;
  }
  .special-product-name {
    font-size: 15px;
    margin-left: -41px;
  }
  .product-name {
    font-size: 15px;
  }
  .product-price {
    font-size: 1.3rem;
  }
  .order-button-wrapper {
    flex-direction: column;
  }
  .btn-order,
  .btn-order-day {
    width: 100%;
    min-width: auto;
  }
  .breadcrumb ul {
    font-size: 0.8rem;
  }
  .breadcrumb li:not(:last-child)::after {
    margin: 0 6px;
  }
}
.section-description {
  font-size: 20px;
  line-height: 2.05;
  letter-spacing: 0.05em;
  color: #6C4423;
}
@media (max-width: 767px) {
  .section-description {
    font-size: 14px;
    line-height: 1.85;
    letter-spacing: normal;
    padding: 0 10px;
  }
}

.featured-section {
  margin-bottom: 0;
  padding: 70px 66px 96px;
  position: relative;
  background-image: url(../img/bg-special01.jpg);
  background-size: auto;
  background-position: center;
  background-repeat: repeat;
  border-radius: 40px;
}
.featured-section::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 18px;
  right: 18px;
  bottom: 18px;
  border: 1px solid #EFE1CD;
  pointer-events: none;
}
.featured-section::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url("../img/icon-round-line01.svg");
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: center;
  top: -4px;
  left: -4px;
  transform: rotate(270deg);
  pointer-events: none;
}
@media (max-width: 767px) {
  .featured-section::after {
    width: 15px;
    height: 15px;
    background-size: 15px 15px;
  }
}
.featured-section .corner-icons {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
}
.featured-section .corner-icons .corner-icon {
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url("../img/icon-round-line01.svg");
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .featured-section .corner-icons .corner-icon {
    width: 15px;
    height: 15px;
    background-size: 15px 15px;
  }
}
.featured-section .corner-icons .corner-icon.corner-top-right {
  top: -4px;
  right: -4px;
  transform: rotate(0deg);
}
.featured-section .corner-icons .corner-icon.corner-bottom-left {
  bottom: -4px;
  left: -4px;
  transform: rotate(180deg);
}
.featured-section .corner-icons .corner-icon.corner-bottom-right {
  bottom: -4px;
  right: -4px;
  transform: rotate(90deg);
}
@media (max-width: 1200px) and (min-width: 768px) {
  .featured-section {
    padding: 70px 50px 96px;
  }
}
@media (max-width: 767px) {
  .featured-section {
    padding: 30px 15px;
    border-radius: 20px;
  }
  .featured-section::before {
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
  }
}
.featured-section .section-header {
  text-align: center;
  margin-bottom: 50px;
  padding: 0 30px;
}
@media (max-width: 1300px) and (min-width: 768px) {
  .featured-section .section-header {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .featured-section .section-header {
    margin-bottom: 20px;
    padding: 0 20px;
  }
}
.featured-section .shoulder-copy {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", serif;
}
.featured-section .section-title {
  font-size: 2.5rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 30px;
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 767px) {
  .featured-section .section-title {
    margin-bottom: 10px;
  }
}
.featured-section .section-button {
  text-align: center;
  margin-top: 96px;
}
@media (max-width: 767px) {
  .featured-section .section-button {
    margin-top: 24px;
    padding: 0 14px;
  }
}
.featured-section .section-content {
  padding: 14px;
  background-color: #fff;
}

.featured-section.featured-fujisaki-original {
  margin-bottom: 60px;
}

.info-section .section-header {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .info-section .section-header {
    margin-bottom: 12px;
  }
}
.info-section .section-title {
  font-size: 48px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #927432;
}
@media (max-width: 767px) {
  .info-section .section-title {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.info-section#purchase-notes {
  text-align: center;
}
.info-section#purchase-notes .section-title {
  font-size: 40px;
  color: #927432;
}
@media (max-width: 767px) {
  .info-section#purchase-notes .section-title {
    font-size: 24px;
  }
}

.featured-inner:has(#featured-pickup-brand)::before, .featured-inner:has(#featured-pickup-brand)::after {
  display: none !important;
}

.featured-pickup-brand::before, .featured-pickup-brand::after {
  display: none !important;
}
.featured-pickup-brand .special-product-id {
  border: 1px solid #A47F07;
}

.fujisaki-online-section {
  background-color: #fff;
  text-align: center;
  margin-bottom: 150px;
}
@media (max-width: 767px) {
  .fujisaki-online-section {
    margin-bottom: 40px;
  }
}
.fujisaki-online-section .section-title {
  font-size: 48px;
  color: #927432;
  font-weight: normal;
}
@media (max-width: 767px) {
  .fujisaki-online-section .section-title {
    font-size: 23px;
  }
}
.fujisaki-online-section .btn-primary.btn-large {
  color: #666666;
  width: 100%;
  height: 180px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #707070;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fujisaki-online-section .btn-primary.btn-large .btn-content {
  display: flex;
  align-items: baseline;
  gap: 0.5em;
}
.fujisaki-online-section .btn-primary.btn-large .btn-title {
  font-size: 59px;
  color: #666666;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media (max-width: 860px) and (min-width: 768px) {
  .fujisaki-online-section .btn-primary.btn-large .btn-title {
    font-size: 54px;
  }
}
@media (max-width: 767px) {
  .fujisaki-online-section .btn-primary.btn-large .btn-title {
    font-size: 23px;
  }
}
.fujisaki-online-section .btn-primary.btn-large .btn-text {
  font-size: 32px;
  color: #666666;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media (max-width: 860px) and (min-width: 768px) {
  .fujisaki-online-section .btn-primary.btn-large .btn-text {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .fujisaki-online-section .btn-primary.btn-large .btn-text {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .fujisaki-online-section .btn-primary.btn-large {
    height: 90px;
    padding: 5px;
  }
}
.fujisaki-online-section .btn-primary.btn-large:hover {
  background-color: #f8f8f8;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  border-color: #595959;
}

.category-wrapper {
  margin-top: 80px;
  margin-bottom: 0;
}

.category-main-title {
  font-size: 56px;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #927432;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}
.category-main-title .category-title-icon {
  --icon-base-width: 340px;
  --icon-base-height: 317px;
  --icon-scale: 1;
  position: absolute;
  top: 110px;
  right: 50px;
  transform: translateY(-50%) scale(var(--icon-scale));
  width: var(--icon-base-width);
  height: var(--icon-base-height);
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: right;
  z-index: 1;
}
@media (max-width: 1580px) and (min-width: 768px) {
  .category-main-title .category-title-icon {
    --icon-base-width: calc(340px * .9 * (100vw / 1580px));
    --icon-base-height: calc(317px * .9 * (100vw / 1580px));
    top: 6.9620253165vw;
    right: 3.164556962vw;
  }
}
@media (max-width: 767px) {
  .category-main-title {
    font-size: 32px;
    font-weight: 900;
    line-height: 1.5;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
  }
  .category-main-title .category-title-icon {
    --icon-scale: 0.2;
    top: 29px;
    right: -5px;
  }
}

.category-section {
  margin-bottom: 32px;
  padding: 70px 66px 96px;
  background: rgba(255, 255, 255, 0.35);
  position: relative;
  border-radius: 40px;
}
.category-section::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 18px;
  right: 18px;
  bottom: 18px;
  border: 1px solid #EFE1CD;
  pointer-events: none;
}
.category-section::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url("../img/icon-round-line01.svg");
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: center;
  top: -4px;
  left: -4px;
  transform: rotate(270deg);
  pointer-events: none;
}
@media (max-width: 767px) {
  .category-section::after {
    width: 15px;
    height: 15px;
    background-size: 15px 15px;
  }
}
.category-section .corner-icons {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
}
.category-section .corner-icons .corner-icon {
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url("../img/icon-round-line01.svg");
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .category-section .corner-icons .corner-icon {
    width: 15px;
    height: 15px;
    background-size: 15px 15px;
  }
}
.category-section .corner-icons .corner-icon.corner-top-right {
  top: -4px;
  right: -4px;
  transform: rotate(0deg);
}
.category-section .corner-icons .corner-icon.corner-bottom-left {
  bottom: -4px;
  left: -4px;
  transform: rotate(180deg);
}
.category-section .corner-icons .corner-icon.corner-bottom-right {
  bottom: -4px;
  right: -4px;
  transform: rotate(90deg);
}
@media (max-width: 1200px) and (min-width: 768px) {
  .category-section {
    padding: 70px 50px 96px;
  }
}
@media (max-width: 767px) {
  .category-section {
    padding: 40px 20px;
    margin-bottom: 40px;
  }
  .category-section::before {
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
  }
}
.category-section .section-header {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .category-section .section-header {
    margin-bottom: 20px;
  }
}
.category-section .section-title {
  font-size: 46px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #6C4423;
  margin-bottom: 30px;
  padding-bottom: 45px;
}
@media (max-width: 767px) {
  .category-section .section-title {
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0.06em;
    margin-bottom: 10px;
    padding-bottom: 20px;
  }
}
.category-section .product-badge.new {
  left: 10px;
  top: 10px;
  width: 95px;
  height: 92px;
}
@media (max-width: 1920px) and (min-width: 1201px) {
  .category-section .product-badge.new {
    width: 4.9479166667vw;
    height: 4.7916666667vw;
    left: 0.5208333333vw;
    top: 0.5208333333vw;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .category-section .product-badge.new {
    width: 10.4166666667vw;
    height: 10.0833333333vw;
    left: 1.1666666667vw;
    top: 1.1666666667vw;
  }
}
@media (max-width: 767px) {
  .category-section .product-badge.new {
    width: 53px;
    height: 51.26px;
  }
}
.category-section .section-button {
  text-align: center;
  margin-top: 80px;
}
@media (max-width: 767px) {
  .category-section .section-button {
    margin-top: 24px;
  }
}
.category-section .section-button a {
  width: 660px;
  font-weight: normal;
  height: 100px;
  font-size: 32px;
  background-color: #CCA963;
  color: white;
  border: none;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  transition: all 0.3s ease;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .category-section .section-button a {
    width: calc(100% - 100px);
  }
}
@media (max-width: 767px) {
  .category-section .section-button a {
    width: 100%;
    height: 75px;
    font-size: 16px;
    border-radius: 4px;
  }
}
.category-section .section-button a:hover {
  background-color: #927432;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(146, 116, 50, 0.4);
}

.btn-primary {
  background: #c41e3a;
  color: #fff;
  border: none;
  padding: 12px 20px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  padding: 15px 30px;
  font-size: 1rem;
  background-image: url("../img/icon-arrow-right-white01.svg");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 16px 16px;
  padding-right: 45px;
}
.btn-secondary {
  background: #CCA963;
  color: #fff;
  border: none;
  padding: 12px 20px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  padding: 12px 25px;
  font-size: 0.9rem;
  background-image: url("../img/icon-arrow-right-white01.svg");
  background-repeat: no-repeat;
  background-position: right 40px center;
  background-size: 15px 30px;
  padding-right: 40px;
}
@media (max-width: 767px) {
  .btn-secondary {
    background-size: 9.5px 17.68px;
    background-position: right 22px center;
  }
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.main {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.product-detail, .info-section-set, .category-wrapper, .featured-pickup-brand, .featured-set {
  width: calc(100vw - (100vw - 100%));
  margin-left: calc(-50vw + 50% + (100vw - 100%) / 2);
}
.product-detail .container, .info-section-set .container, .category-wrapper .container, .featured-pickup-brand .container, .featured-set .container {
  max-width: 1650px;
  margin: 0 auto;
  padding: 4px 20px;
}
@media (max-width: 767px) {
  .product-detail .container, .info-section-set .container, .category-wrapper .container, .featured-pickup-brand .container, .featured-set .container {
    padding: 0 14px;
  }
}

.featured-set {
  background-color: #DBC291;
  padding-bottom: 160px;
}
@media (max-width: 767px) {
  .featured-set {
    padding-bottom: 0;
  }
  .featured-set .container {
    padding: 25px 10px;
  }
}
.featured-set .shoulder-copy {
  color: #fff;
  font-size: 24px;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .featured-set .shoulder-copy {
    font-size: 16px;
  }
}
.featured-set .section-title {
  color: #fff;
  font-size: 58px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.2;
  position: relative;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .featured-set .section-title {
    font-size: 32px;
    line-height: 1.43;
    padding-bottom: 20px;
  }
}
.featured-set .section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 20px);
  transform: translateY(-50%);
  width: 201px;
  height: 195px;
  background-image: url("../img/icon-special01.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .featured-set .section-title::before {
    width: 134px;
    height: 130px;
    top: calc(50% - 80px);
  }
}
@media (max-width: 767px) {
  .featured-set .section-title::before {
    width: 62px;
    height: 62px;
    left: -3px;
    top: 6px;
  }
}
.featured-set .section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 20px;
  background-image: url("../img/icon-decoration03.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .featured-set .section-title::after {
    width: 28.82px;
    height: 10.6px;
  }
}
.featured-set .section-description {
  color: #fff;
}
@media (max-width: 767px) {
  .featured-set .section-description {
    padding: 0;
  }
}
.featured-set .special-product-brand-place {
  color: #fff;
}
.featured-set .special-product-name {
  color: #fff;
}
.featured-set .banner-section {
  margin: 70px 0 -20px;
  text-align: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .featured-set .banner-section {
    margin: 24px 0 0;
    padding: 0 10px;
  }
}
.featured-set .banner-section a {
  display: inline-block;
  transition: all 0.3s ease;
}
.featured-set .banner-section a:hover {
  transform: translateY(-2px);
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.3));
}
.featured-set .banner-section a:hover img {
  opacity: 0.8;
}
.featured-set .banner-section img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.bnr-caption {
  font-size: 20px;
  line-height: 2.05;
  letter-spacing: 0.05em;
  color: #fff;
}
@media (max-width: 767px) {
  .bnr-caption {
    line-height: 1.4;
    font-size: 14px;
  }
}

.featured-pickup-brand {
  background-image: url("../img/bg-pick-up-brand01.jpg");
  background-size: auto;
  background-position: center;
  background-repeat: repeat;
  margin-bottom: 0;
  padding-bottom: 96px;
  padding-top: 96px;
}
@media (max-width: 767px) {
  .featured-pickup-brand {
    padding-bottom: 30px;
    padding-top: 40px;
  }
}
.featured-pickup-brand .container {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  .featured-pickup-brand .section-header {
    margin-bottom: 30px;
  }
}
.featured-pickup-brand .shoulder-copy {
  color: #927432;
  font-size: 24px;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .featured-pickup-brand .shoulder-copy {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.featured-pickup-brand .section-title {
  color: #927432;
  font-size: 56px;
  font-weight: 900;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .featured-pickup-brand .section-title {
    font-size: 32px;
  }
}
.featured-pickup-brand .product-badge.new {
  left: 10px;
  top: 10px;
  width: 95px;
  height: 92px;
}
@media (max-width: 1920px) and (min-width: 1201px) {
  .featured-pickup-brand .product-badge.new {
    width: 4.9479166667vw;
    height: 4.7916666667vw;
    left: 0.5208333333vw;
    top: 0.5208333333vw;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .featured-pickup-brand .product-badge.new {
    width: 10.4166666667vw;
    height: 10.0833333333vw;
    left: 1.1666666667vw;
    top: 1.1666666667vw;
  }
}
@media (max-width: 767px) {
  .featured-pickup-brand .product-badge.new {
    left: 5px;
    top: 5px;
    width: 45px;
    height: auto;
  }
}
.featured-pickup-brand .btn-secondary {
  width: 660px;
  font-weight: normal;
  height: 110px;
  font-size: 32px;
  color: white;
  border: none;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  transition: all 0.3s ease;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .featured-pickup-brand .btn-secondary {
    width: calc(100% - 100px);
  }
}
.featured-pickup-brand .btn-secondary:hover {
  background-color: #927432;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(146, 116, 50, 0.4);
}
@media (max-width: 767px) {
  .featured-pickup-brand .btn-secondary {
    width: 100%;
    height: 75px;
    font-size: 16px;
  }
}

.category-wrapper {
  margin-top: 0;
  background-color: #CCA963;
  padding-top: 130px;
  padding-bottom: 160px;
}
@media (max-width: 1580px) and (min-width: 768px) {
  .category-wrapper {
    padding-bottom: 108px;
  }
}
@media (max-width: 767px) {
  .category-wrapper {
    padding-top: 30px;
  }
}
.category-wrapper .container {
  max-width: 1570px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .category-wrapper .container {
    padding: 0 10px;
  }
}

.info-section-set {
  background-image: url("../img/bg-pick-up-brand01.jpg");
  background-size: auto;
  background-position: center;
  background-repeat: repeat;
  padding: 156px 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .info-section-set {
    padding: 45px 0;
  }
}
.info-section-set .container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .info-section-set .container {
    padding: 0 14px;
  }
}
@media (max-width: 767px) {
  .info-section-set .period-section .period-info {
    padding: 20px 10px;
  }
}
.info-section-set .info-section {
  background-color: transparent;
  width: auto;
  margin-left: 0;
  margin-bottom: 156px;
  padding: 0;
}
@media (max-width: 767px) {
  .info-section-set .info-section {
    margin-bottom: 40px;
  }
}
.info-section-set .info-section:last-child {
  margin-bottom: 0;
}
.info-section-set .info-section .section-title {
  color: white;
  font-size: 48px;
  letter-spacing: 0.1em;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", serif;
}
@media (max-width: 767px) {
  .info-section-set .info-section .section-title {
    font-size: 24px;
  }
}
.info-section-set .info-section#fujisaki-online .section-title {
  color: #927432;
  margin-bottom: 0;
  font-weight: 600;
}
.info-section-set .info-section#purchase-notes {
  text-align: center;
  margin-left: -14px;
  width: calc(100% + 28px);
  margin-right: -14px;
}
@media (max-width: 767px) {
  .info-section-set .info-section#purchase-notes {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.info-section-set .info-section#purchase-notes .section-content {
  border: 5px solid #DED6BC;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .info-section-set .info-section#purchase-notes .section-content {
    border-radius: 10px;
    border-width: 3px;
  }
}
.info-section-set .info-section#purchase-notes .section-title {
  font-size: 40px;
  color: #927432;
}
@media (max-width: 767px) {
  .info-section-set .info-section#purchase-notes .section-title {
    font-size: 24px;
    margin-bottom: 0;
  }
}
.info-section-set a {
  transition: all 0.3s ease;
}
.info-section-set a:hover {
  transform: translateY(-2px);
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.3));
}

.category-section .section-title {
  position: relative;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", serif;
}
.category-section .section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/icon-category-title-h2-bottom01.svg");
}
@media (max-width: 767px) {
  .category-section .section-title::after {
    width: 28.82px;
    height: 10.6px;
  }
}

.category-section.category-tokyo-patisserie .section-title::after {
  background-image: url("../img/icon-category-title-h2-bottom01.svg");
}
.category-section.category-overseas-brand .section-description {
  color: #927432;
}
.category-section.category-overseas-brand .btn-secondary {
  background-color: #CCA963;
  border: none;
}
.category-section.category-overseas-brand .btn-secondary:hover {
  background-color: rgb(189.9130434783, 147.3043478261, 62.0869565217);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(160, 131, 65, 0.4);
}
.category-section.category-standard-brand .section-description {
  color: #927432;
}
.category-section.category-standard-brand .btn-secondary {
  background-color: #CCA963;
  border: none;
}
.category-section.category-standard-brand .btn-secondary:hover {
  background-color: rgb(189.9130434783, 147.3043478261, 62.0869565217);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(160, 131, 65, 0.4);
}
.category-section.category-advent .section-description {
  color: #927432;
}
.category-section.category-advent .btn-secondary {
  background-color: #CCA963;
  border: none;
}
.category-section.category-advent .btn-secondary:hover {
  background-color: rgb(189.9130434783, 147.3043478261, 62.0869565217);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(160, 131, 65, 0.4);
}
.category-section.category-hors-doeuvres .section-description {
  color: #927432;
}
.category-section.category-hors-doeuvres .btn-secondary {
  background-color: #CCA963;
  border: none;
}
.category-section.category-hors-doeuvres .btn-secondary:hover {
  background-color: rgb(189.9130434783, 147.3043478261, 62.0869565217);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(160, 131, 65, 0.4);
}
.category-section.category-brand-list .section-title::after {
  background-image: url("../img/icon-category-title-h2-bottom01.svg");
}
.product-id {
  width: 56px;
  height: 56px;
  color: #A47F07;
  border: 1px solid #A47F07;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  text-align: center;
  box-sizing: border-box;
  border-radius: 8px;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", serif;
}
@media (max-width: 767px) {
  .product-id {
    font-size: 15px;
    width: 34px;
    height: 34px;
    letter-spacing: 0;
    border-radius: 4px;
  }
}

.product-brand-place {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #805E12;
  margin-bottom: 8px;
  transition: text-shadow 0.3s ease;
  word-break: break-all;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", serif;
}
@media (max-width: 767px) {
  .product-brand-place {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0;
    margin-bottom: 4px;
    min-height: 39px;
  }
}

.c-fixed-btns {
  padding-right: 2.5rem;
  padding-bottom: 2.5rem;
  position: sticky;
  bottom: 6rem;
  z-index: 1;
  width: 60px;
  margin-left: auto;
}
@media (max-width: 767px) {
  .c-fixed-btns {
    padding-bottom: 4rem;
    margin-bottom: -1rem;
  }
}

.category-section {
  margin-bottom: 32px;
  background-image: url(../img/bg-category-sub-page01.jpg);
  background-size: auto;
  background-position: center;
  background-repeat: repeat;
}
@media (max-width: 767px) {
  .category-section {
    margin-bottom: 15px;
  }
}

.category-header {
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 2px solid #f0f0f0;
}

.category-page .featured-pickup-brand {
  padding-top: 130px;
  padding-bottom: 200px;
  border-radius: 0;
  background-image: url(../img/bg-category-sub-page01.jpg);
  background-size: auto;
  background-position: center;
  background-repeat: repeat;
}
@media (max-width: 767px) {
  .category-page .featured-pickup-brand {
    padding-bottom: 30px;
    padding-top: 40px;
  }
}
.category-page .featured-pickup-brand .product-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 56px 0;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .category-page .featured-pickup-brand .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .category-page .featured-pickup-brand .product-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 0;
    padding: 0 0;
  }
}
.category-page .featured-pickup-brand .container {
  max-width: 1350px;
}
@media (max-width: 767px) {
  .category-page .featured-pickup-brand .section-header {
    margin-bottom: 15px;
  }
}
.category-page .featured-pickup-brand .product-badge.new {
  left: 14px;
  top: 14px;
  width: 125px;
  height: 121px;
}
@media (max-width: 1920px) and (min-width: 1201px) {
  .category-page .featured-pickup-brand .product-badge.new {
    width: 6.5104166667vw;
    height: 6.3020833333vw;
    left: 0.7291666667vw;
    top: 0.7291666667vw;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .category-page .featured-pickup-brand .product-badge.new {
    width: 10.4166666667vw;
    height: 10.0833333333vw;
    left: 1.1666666667vw;
    top: 1.1666666667vw;
  }
}
@media (max-width: 767px) {
  .category-page .featured-pickup-brand .product-badge.new {
    left: 5px;
    top: 5px;
    width: 45px;
    height: auto;
  }
}
.category-page .section-title {
  position: relative;
  padding-bottom: 50px;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", serif;
}
@media (max-width: 767px) {
  .category-page .section-title {
    font-size: 26px;
    letter-spacing: 0.06em;
    font-weight: 600;
    padding-bottom: 25px;
    margin-bottom: 0;
  }
}
.category-page .section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 20px;
  background-image: url("../img/icon-decoration03.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .category-page .section-title::after {
    width: 28.82px;
    height: 10.6px;
  }
}
.product-detail {
  padding: 170px 0 80px;
  margin-bottom: 0;
  background-image: url(../img/bg-category-sub-page01.jpg);
  background-size: auto;
  background-position: center;
  background-repeat: repeat;
}
@media (max-width: 767px) {
  .product-detail {
    padding: 20px 0 30px;
  }
}
.product-detail .container {
  max-width: 1640px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .product-detail .container {
    padding: 0 14px;
  }
}

.product-detail-category a {
  display: inline-block;
  margin-bottom: 54px;
  background-color: #fff;
  border-radius: 8px;
  color: #A08341;
  font-size: 24px;
  letter-spacing: 0.05em;
  border: 1px solid #A08341;
  padding: 10px 58px 6px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .product-detail-category a {
    margin-bottom: 0px;
    border-radius: 4px;
    font-size: 12px;
    padding: 2px 18px;
  }
}

.product-detail-header {
  display: flex;
  gap: 95px;
  align-items: flex-start;
  margin-bottom: 60px;
}
@media (max-width: 900px) and (min-width: 768px) {
  .product-detail-header {
    gap: 50px;
  }
}
@media (max-width: 767px) {
  .product-detail-header {
    gap: 8px;
    padding: 13px 10px 0 0;
    margin-bottom: 12px;
  }
}

.product-detail-main {
  display: grid;
  gap: 5.9375%;
  margin: 0 auto 100px;
  align-items: flex-start;
  grid-template-columns: 50% 44.0625%;
}
@media (max-width: 900px) and (min-width: 768px) {
  .product-detail-main {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .product-detail-main {
    gap: 10px;
    grid-template-columns: 1fr;
    margin: 0 auto 37px;
  }
}

.product-detail-id {
  width: 160px;
  height: 160px;
  color: #fff;
  background-color: #A08341;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 69px;
  letter-spacing: 0.1em;
  text-align: center;
  box-sizing: border-box;
  flex-shrink: 0;
  padding-top: 6px;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", serif;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .product-detail-id {
    width: 50px;
    height: 50px;
    font-size: 22px;
    padding-top: 0;
    border-radius: 8px;
  }
}

.product-detail-header-right {
  flex: 1;
  text-align: left;
}

.product-detail-brand-place {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #6C4423;
  margin-bottom: 8px;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", serif;
}
.product-detail-brand-place .brand-value {
  font-size: 32px;
  color: #6C4423;
  font-weight: 500;
  text-indent: -0.5em;
  display: inline-block;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", serif;
}
.product-detail-brand-place .place-value {
  font-size: 24px;
  color: #6C4423;
  font-weight: 500;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", serif;
}
@media (max-width: 767px) {
  .product-detail-brand-place {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.1em;
    margin-bottom: 5px;
  }
  .product-detail-brand-place .brand-value {
    font-size: 19px;
  }
  .product-detail-brand-place .place-value {
    font-size: 14px;
  }
}

.product-detail-brand-place {
  border-bottom: 1px solid #A08341;
  padding-bottom: 30px;
  margin-bottom: 24px;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", serif;
}
@media (max-width: 767px) {
  .product-detail-brand-place {
    padding-bottom: 7px;
    margin-bottom: 10px;
  }
}

.product-detail-name {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.1em;
  color: #6C4423;
  margin: 0;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", serif;
}
@media (max-width: 767px) {
  .product-detail-name {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0.05em;
  }
}

.product-detail-price {
  margin-bottom: 20px;
}
.product-detail-price .price-value {
  font-size: 24px;
  letter-spacing: 0.05em;
  color: #6C4423;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", serif;
}
@media (max-width: 767px) {
  .product-detail-price .price-value {
    font-size: 20px;
  }
}
.product-detail-price .price-value .price-amount {
  font-size: 36px;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", serif;
}
@media (max-width: 767px) {
  .product-detail-price .price-value .price-amount {
    font-size: 30px;
  }
}

.product-detail-size-stock {
  letter-spacing: 0.05em;
  color: #6C4423;
  line-height: 2.25;
  font-size: 24px;
}
.product-detail-size-stock span {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", serif;
}
@media (max-width: 767px) {
  .product-detail-size-stock {
    font-size: 14px;
    line-height: 1.85;
  }
}

.product-detail-pickup {
  letter-spacing: 0.05em;
  color: #6C4423;
  line-height: 2.25;
  font-size: 24px;
}
.product-detail-pickup span {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", serif;
}
@media (max-width: 767px) {
  .product-detail-pickup {
    font-size: 14px;
    line-height: 1.85;
  }
}

.product-detail-image {
  position: relative;
  display: block;
}
@media (max-width: 900px) and (min-width: 768px) {
  .product-detail-image {
    width: calc(100% - 25px);
  }
}
.product-detail-image::after {
  content: "";
  display: block;
  width: 100%;
}
.product-detail-image img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.product-detail-image .image-switch-arrow {
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
  z-index: 4;
  cursor: pointer;
  transition: opacity 0.3s ease;
  width: 30px;
  height: 60px;
  display: block;
}
@media (max-width: 767px) {
  .product-detail-image .image-switch-arrow {
    width: 20px;
    height: 30px;
    right: -11px;
  }
}
.product-detail-image .image-switch-arrow:hover {
  opacity: 0.8;
}
.product-detail-image .image-switch-arrow .switch-icon {
  width: 30px;
  height: 60px;
  display: block;
}
@media (max-width: 767px) {
  .product-detail-image .image-switch-arrow .switch-icon {
    width: 20px;
    height: 30px;
  }
}
.product-detail-image .main-product-image {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.product-detail-image .second-product-image {
  width: 100%;
  height: auto;
  position: absolute;
  top: 28px;
  left: 28px;
  z-index: 1;
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (max-width: 767px) {
  .product-detail-image .second-product-image {
    top: 10px;
    left: 10px;
  }
}
.product-detail-image.showing-main .main-product-image {
  z-index: 2;
  transform: translateX(0) translateY(0) rotate(0deg) scale(1);
  opacity: 1;
}
.product-detail-image.showing-main .second-product-image {
  z-index: 1;
  top: 28px;
  left: 28px;
  opacity: 0.58;
  transform: translateX(0) translateY(0) rotate(0deg) scale(1);
}
@media (max-width: 767px) {
  .product-detail-image.showing-main .second-product-image {
    top: 10px;
    left: 10px;
  }
}
.product-detail-image.showing-second .main-product-image {
  z-index: 1;
  top: 28px;
  left: 28px;
  opacity: 0.58;
  transform: translateX(0) translateY(0) rotate(0deg) scale(1);
}
@media (max-width: 767px) {
  .product-detail-image.showing-second .main-product-image {
    top: 10px;
    left: 10px;
  }
}
.product-detail-image.showing-second .second-product-image {
  z-index: 2;
  top: 0;
  left: 0;
  opacity: 1;
  transform: translateX(0) translateY(0) rotate(0deg) scale(1);
}
.product-detail-image.switching .main-product-image,
.product-detail-image.switching .second-product-image {
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform-origin: center bottom;
}
.product-detail-image.switching.showing-main .main-product-image {
  transform: translateX(40px) translateY(20px) rotate(12deg) scale(0.9);
  opacity: 0.3;
}
.product-detail-image.switching.showing-main .second-product-image {
  transform: translateX(-40px) translateY(-20px) rotate(-12deg) scale(1.1);
  opacity: 0.8;
}
.product-detail-image.switching.showing-second .main-product-image {
  transform: translateX(-40px) translateY(-20px) rotate(-12deg) scale(1.1);
  opacity: 0.8;
}
.product-detail-image.switching.showing-second .second-product-image {
  transform: translateX(40px) translateY(20px) rotate(12deg) scale(0.9);
  opacity: 0.3;
}

.product-detail-info {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .product-detail-info {
    margin-top: 10px;
  }
}

.product-detail-brand {
  font-size: 16px;
  font-weight: 600;
  color: #666;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.product-detail-description {
  margin-bottom: 50px;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", serif;
}
@media (max-width: 767px) {
  .product-detail-description {
    margin-bottom: 10px;
  }
}
.product-detail-description p {
  font-size: 24px;
  line-height: 2.08;
  letter-spacing: 0.05em;
  color: #6C4423;
  margin: 0;
}
@media (max-width: 767px) {
  .product-detail-description p {
    font-size: 14px;
    line-height: 1.71;
  }
}

.product-detail-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .product-detail-actions {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.product-detail-actions .btn {
  padding: 15px 20px;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: none;
}
.product-detail-actions .btn.btn-primary {
  background-color: #c41e3a;
  color: white;
  border: 2px solid #c41e3a;
}
.product-detail-actions .btn.btn-primary:hover {
  background-color: rgb(151.7699115044, 23.2300884956, 44.9115044248);
  border-color: rgb(151.7699115044, 23.2300884956, 44.9115044248);
}
.product-detail-actions .btn.btn-secondary {
  background-color: white;
  color: #c41e3a;
  border: 2px solid #c41e3a;
}
.product-detail-actions .btn.btn-secondary:hover {
  background-color: #c41e3a;
  color: white;
}

.badges-container {
  display: flex;
  flex-direction: row;
  gap: 15px;
  margin-top: 45px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .badges-container {
    margin-top: 10px;
  }
}

.alcohol-badge, .original-badge, .badge-new, .badge-pickup, .badge-type3, .badge-type1, .badge-type2, .badge-alcohol, .badge-original {
  padding: 10px 20px;
  font-size: 18px;
  text-align: center;
  height: 42px;
  box-sizing: border-box;
  display: inline-block;
  line-height: 20px;
}
@media (max-width: 767px) {
  .alcohol-badge, .original-badge, .badge-new, .badge-pickup, .badge-type3, .badge-type1, .badge-type2, .badge-alcohol, .badge-original {
    font-size: 12px;
    padding: 5px 12px;
    height: 30px;
    line-height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.badge-original {
  background-color: #C53C53;
  color: #fff;
  border: 1px solid #C53C53;
}
.badge-alcohol {
  background-color: white;
  color: #8D1313;
  border: 1px solid #8D1313;
}
.badge-type1, .badge-type2 {
  background-color: #fff;
  color: #009abf;
  border: 1px solid #009abf;
}
.badge-type3 {
  background-color: #009abf;
  color: #fff;
  border: 1px solid #009abf;
}
.badge-pickup {
  background-color: #996c33;
  color: #fff;
  border: 1px solid #996c33;
}
.badge-new {
  background-color: white;
  color: #8D1313;
  border: 1px solid #8D1313;
}

.product-detail-order-title {
  font-size: 38px;
  color: #333;
  text-align: center;
  margin-bottom: 36px;
  position: relative;
}
@media (max-width: 767px) {
  .product-detail-order-title {
    font-size: 20px;
    margin-bottom: 22px;
  }
  .product-detail-order-title .title-text {
    padding: 0 20px;
  }
}
.product-detail-order-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1.5px;
  background-color: #333;
  transform: translateY(-50%);
}
.product-detail-order-title .title-text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  background-color: #fbf8f3;
  padding: 0 60px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .product-detail-order-title .title-text {
    padding: 0 12px;
  }
}

.order-buttons {
  display: flex;
  flex-wrap: nowrap;
  gap: 50px;
  max-width: 1600px;
  margin: 0 auto;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 1220px) and (min-width: 768px) {
  .order-buttons {
    gap: 30px;
    flex-wrap: wrap;
  }
}
@media (max-width: 1220px) and (min-width: 901px) {
  .order-buttons .order-button {
    flex: 0 1 calc(50% - 15px);
  }
}
@media (max-width: 900px) and (min-width: 768px) {
  .order-buttons .order-button {
    flex: none;
    width: 100%;
    max-width: none;
  }
}
@media (max-width: 767px) {
  .order-buttons {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 0 10px;
  }
  .order-buttons .order-button {
    flex: none;
    width: 100%;
    min-width: auto;
    margin-left: auto;
    margin-right: auto;
  }
}

.order-button {
  flex: 0 1 500px;
  max-width: 500px;
  min-width: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
  margin: 0;
  padding: 0 60px;
  background-color: #C53C53;
  background-image: url("../img/icon-arrow-reserve-right-01.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 40px) center;
  background-size: 16px 32px;
  color: white;
  text-decoration: none;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  border-radius: 8px;
  transition: all 0.3s ease;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .order-button {
    height: 70px;
    padding: 0 50px;
    width: 100%;
    font-size: 16px;
    background-position: calc(100% - 20px) center;
    background-size: 11px 17px;
  }
}
.order-button:hover {
  background-color: #af374a;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(154, 0, 0, 0.4);
}
.order-button:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(154, 0, 0, 0.3);
}

.footer-category-navigation .category-wrapper {
  padding: 100px 20px 150px;
}
@media (max-width: 767px) {
  .footer-category-navigation .category-wrapper {
    padding: 30px 0;
  }
}
.footer-category-navigation .category-wrapper .container {
  max-width: 1620px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 20px;
  padding: 0;
}
@media (max-width: 900px) and (min-width: 768px) {
  .footer-category-navigation .category-wrapper .container {
    grid-template-columns: 1fr;
  }
}
.footer-category-navigation .category-wrapper .category-main-title {
  grid-column: 1/-1;
  margin-bottom: 56px;
}
@media (max-width: 767px) {
  .footer-category-navigation .category-wrapper .category-main-title {
    margin-bottom: 24px;
    padding: 0 50px;
  }
}
.footer-category-navigation .category-wrapper .category-section {
  background-image: url("../img/bg-category-sub-page01.jpg");
  background-size: auto;
  background-position: center;
  background-repeat: repeat;
  border-radius: 40px;
  position: relative;
  margin-bottom: 0;
  padding: 69px 30px;
}
.footer-category-navigation .category-wrapper .category-section::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 18px;
  right: 18px;
  bottom: 18px;
  border: 1px solid #EFE1CD;
  pointer-events: none;
}
.footer-category-navigation .category-wrapper .category-section::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url("../img/icon-round-line01.svg");
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: center;
  top: -4px;
  left: -4px;
  transform: rotate(270deg);
  pointer-events: none;
}
@media (max-width: 767px) {
  .footer-category-navigation .category-wrapper .category-section::after {
    width: 15px;
    height: 15px;
    background-size: 15px 15px;
  }
}
.footer-category-navigation .category-wrapper .category-section .corner-icons {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
}
.footer-category-navigation .category-wrapper .category-section .corner-icons .corner-icon {
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url("../img/icon-round-line01.svg");
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .footer-category-navigation .category-wrapper .category-section .corner-icons .corner-icon {
    width: 15px;
    height: 15px;
    background-size: 15px 15px;
  }
}
.footer-category-navigation .category-wrapper .category-section .corner-icons .corner-icon.corner-top-right {
  top: -4px;
  right: -4px;
  transform: rotate(0deg);
}
.footer-category-navigation .category-wrapper .category-section .corner-icons .corner-icon.corner-bottom-left {
  bottom: -4px;
  left: -4px;
  transform: rotate(180deg);
}
.footer-category-navigation .category-wrapper .category-section .corner-icons .corner-icon.corner-bottom-right {
  bottom: -4px;
  right: -4px;
  transform: rotate(90deg);
}
@media (max-width: 767px) {
  .footer-category-navigation .category-wrapper .category-section {
    border-radius: 20px;
    padding: 30px 15px;
    margin-bottom: 10px;
  }
  .footer-category-navigation .category-wrapper .category-section::before {
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
  }
}
.footer-category-navigation .category-wrapper .category-section .section-header {
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .footer-category-navigation .category-wrapper .category-section .section-header {
    margin-bottom: 20px;
  }
}
.footer-category-navigation .category-wrapper .category-section .shoulder-copy {
  font-size: 28px;
  letter-spacing: 0.05em;
  margin-bottom: 9px;
}
@media (max-width: 767px) {
  .footer-category-navigation .category-wrapper .category-section .shoulder-copy {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
.footer-category-navigation .category-wrapper .category-section .section-title {
  font-size: 49px;
  letter-spacing: 0.02em;
  padding-bottom: 34px;
}
@media (max-width: 767px) {
  .footer-category-navigation .category-wrapper .category-section .section-title {
    font-size: 24px;
    padding-bottom: 19px;
  }
}
.footer-category-navigation .category-wrapper .category-section .section-button {
  text-align: center;
  margin-top: 20px;
}
.footer-category-navigation .category-wrapper .category-section .section-button a {
  width: 100%;
  max-width: 600px;
  font-size: 28px;
}
@media (max-width: 767px) {
  .footer-category-navigation .category-wrapper .category-section .section-button a {
    font-size: 16px;
    height: 70px;
  }
}
@media (max-width: 767px) {
  .footer-category-navigation .category-wrapper .category-section .section-header {
    text-align: center;
  }
  .footer-category-navigation .category-wrapper .category-section .section-button {
    text-align: center;
    padding: 0 12px;
  }
  .footer-category-navigation .category-wrapper .category-section .section-button a {
    max-width: 300px;
    border-radius: 8px;
  }
}
@media (max-width: 767px) {
  .footer-category-navigation .category-wrapper .container {
    grid-template-columns: 1fr;
    gap: 5px;
    padding: 0 10px;
  }
}

.navigation-to-top {
  text-align: center;
  margin: 96px 0 150px;
  padding: 0 20px;
  display: grid;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .navigation-to-top {
    padding: 0 14px;
    margin: 32px 0 50px;
  }
}
.navigation-to-top .btn-back {
  width: 800px;
  height: 120px;
  font-size: 32px;
  background-color: white;
  color: #5D4000;
  border: 1px solid #5D4000;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  transition: all 0.3s ease;
  font-weight: normal;
  margin-bottom: 96px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .navigation-to-top .btn-back {
    width: calc(100% - 200px);
  }
}
@media (max-width: 767px) {
  .navigation-to-top .btn-back {
    margin-bottom: 48px;
  }
}
.navigation-to-top .btn-back:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(93, 64, 0, 0.3);
}
@media (max-width: 767px) {
  .navigation-to-top .btn-back {
    width: 100%;
    height: 50px;
    font-size: 16px;
    max-width: 280px;
    border-radius: 4px;
  }
}
.navigation-to-top .btn-primary.btn-large {
  color: #666666;
  max-width: 1100px;
  width: 100%;
  height: 180px;
  background-color: white;
  background-image: none;
  border: 1px solid #707070;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .navigation-to-top .btn-primary.btn-large {
    width: 100%;
  }
}
.navigation-to-top .btn-primary.btn-large .btn-content {
  display: flex;
  align-items: baseline;
  gap: 0.5em;
}
.navigation-to-top .btn-primary.btn-large .btn-title {
  font-size: 59px;
  color: #666666;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .navigation-to-top .btn-primary.btn-large .btn-title {
    font-size: 23px;
  }
}
.navigation-to-top .btn-primary.btn-large .btn-text {
  font-size: 32px;
  color: #666666;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .navigation-to-top .btn-primary.btn-large .btn-text {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .navigation-to-top .btn-primary.btn-large {
    height: 90px;
    padding: 10px;
  }
}
.navigation-to-top .btn-primary.btn-large:hover {
  background-color: #f8f8f8;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  border-color: #595959;
}
.navigation-to-top a img {
  transition: all 0.3s ease;
}
.navigation-to-top a img:hover {
  transform: translateY(-2px);
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.3));
}

.fixed-button-container {
  position: sticky;
  bottom: 0;
  z-index: 1030;
}

.fixed-bottom-button {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #C53C53;
  color: white;
  border: 3px solid #C53C53;
  padding: 16px 20px 12px;
  font-size: 26px;
  cursor: pointer;
  z-index: 1040;
  text-align: center;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s ease, transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
  box-shadow: inset 0 0 0 3px #C53C53, inset 0 0 0 4px white, inset 0 0 0 10px #C53C53;
  box-sizing: border-box;
  margin-top: auto;
  height: 72px;
  border-radius: 15px;
}
.fixed-bottom-button.show {
  opacity: 0.9;
  transform: translateY(0);
}
.fixed-bottom-button.hide {
  opacity: 0;
  transform: translateY(100%);
}
.fixed-bottom-button:hover {
  background-color: #af374a;
  text-decoration: none;
  box-shadow: inset 0 0 0 3px #af374a, inset 0 0 0 4px white, inset 0 0 0 10px #af374a, 0 4px 15px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}
@media (max-width: 767px) {
  .fixed-bottom-button {
    font-size: 16px;
    padding: 12px 15px;
    height: 70px;
    border-radius: 7px;
  }
}

.category-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  pointer-events: auto;
  transition: opacity 0.3s ease-out, visibility 0.3s ease;
}
.category-menu-overlay.show {
  opacity: 1;
  visibility: visible;
}

.category-menu {
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 430px;
  transform: translateX(-50%) translateY(100%);
  background: white;
  border: 1px solid #C53C53;
  border-bottom: none;
  overflow: visible;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.3s ease-out, visibility 0.3s ease;
  z-index: 1020;
  opacity: 0;
  visibility: hidden;
  pointer-events: auto;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.category-menu.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
@media (max-width: 767px) {
  .category-menu {
    width: 100%;
    max-width: 280px;
  }
  .category-menu.show {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
  }
}

.category-menu-close {
  background: none;
  border: none;
  font-size: 24px;
  color: #666;
  cursor: pointer;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.category-menu-list {
  list-style: none;
  margin-bottom: -1px;
}
.category-menu-list a {
  display: block;
  color: #C53C53;
  padding: 20px 30px 20px 15px;
  text-decoration: none;
  font-size: 22px;
  border-bottom: 1px solid #C53C53;
  background-image: url("../img/icon-arrow-right-red01.svg");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 16px 16px;
  transition: background-color 0.2s ease;
}
.category-menu-list a:hover {
  background-color: #C53C53;
  color: white;
  background-image: url("../img/icon-arrow-right-white01.svg");
}
@media (max-width: 767px) {
  .category-menu-list a {
    font-size: 15px;
    padding: 15px 20px 15px 15px;
    background-position: right 5px center;
    background-size: 14px 14px;
  }
}

.back-button-section {
  margin-top: 70px;
  text-align: center;
}
@media (max-width: 767px) {
  .back-button-section {
    margin-top: 40px;
  }
}

.back-button {
  width: 343px;
  height: 74px;
  border-radius: 5px;
  font-size: 20px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: #fff;
  color: #5D4000;
  border: 1px solid #5D4000;
  padding: 10px 58px 6px;
}
.back-button:hover {
  background-color: #8B6F35;
  transform: translateY(-1px);
}
.back-button:active {
  transform: translateY(0);
}
@media (max-width: 767px) {
  .back-button {
    width: 260px;
    border-radius: 3px;
    border-width: 1px;
    height: 40px;
    font-size: 15px;
  }
}

.detail-more-info-button-section {
  margin-top: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .detail-more-info-button-section {
    display: none;
  }
}

.detail-more-info-button {
  width: 100%;
  height: 40px;
  background-color: #CCA963;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding-left: 22px;
}
.detail-more-info-button .button-text {
  flex: 1;
  text-align: center;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", serif;
}
.detail-more-info-button .button-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  margin-right: 10px;
}
.detail-more-info-button .button-arrow img {
  width: 12px;
  height: 12px;
  transform: rotate(90deg);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  filter: brightness(1);
}
.detail-more-info-button:hover {
  background-color: #8B6F35;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(160, 131, 65, 0.3);
  transition: all 0.3s ease;
}
.detail-more-info-button:hover .button-arrow img {
  filter: brightness(1.1);
}
.detail-more-info-button:active {
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(160, 131, 65, 0.2);
}
.detail-more-info-button.opened .button-arrow img {
  transform: rotate(-90deg);
}

.detail-more-info-content.sp-accordion {
  opacity: 0;
  height: 0;
  transform: translateY(-20px);
  margin-top: 0;
  pointer-events: none;
  overflow: hidden;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out, height 0.3s ease-out, margin 0.3s ease-out;
}
@media (min-width: 768px) {
  .detail-more-info-content.sp-accordion {
    display: none;
  }
}
.detail-more-info-content.sp-accordion.opened {
  opacity: 1;
  height: auto;
  transform: translateY(0);
  margin-top: 15px;
  pointer-events: auto;
  transition: transform 0.4s ease-out, opacity 0.4s ease-out, height 0.4s ease-out, margin 0.4s ease-out;
}
@media (max-width: 767px) {
  .detail-more-info-content.pc-only {
    display: none;
  }
}

/*==================================================
  MVフェードイン効果
==================================================*/
.hero,
.category-page,
.brand-page,
.detail-page {
  opacity: 0;
  animation: fadeIn 2s ease forwards;
  animation-delay: 0.5s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.product-not-found {
  padding: 0 0 90px;
  text-align: center;
}
@media (max-width: 767px) {
  .product-not-found {
    padding: 30px 15px 20px;
  }
}

.not-found-title {
  font-size: 32px;
  font-weight: normal;
  color: #333;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .not-found-title {
    font-size: 16px;
  }
}

.scroll-fade, .top-page .category-section,
.top-page .info-section {
  opacity: 0;
  transform: translateY(150px);
  transition: opacity 1.8s ease, transform 1.8s ease;
}
.scroll-fade.visible, .top-page .visible.category-section,
.top-page .visible.info-section {
  opacity: 1;
  transform: translateY(0);
}

.order-button.disabled {
  background-color: #666 !important;
  color: #ccc !important;
  cursor: not-allowed !important;
  opacity: 0.7;
}
.order-button.disabled:hover {
  background-color: #666 !important;
  transform: none !important;
  box-shadow: none !important;
}

.brand-page .featured-section::before {
  display: none;
}
.brand-page .featured-section.no-padding-top {
  padding-top: 0;
}

.product-detail-image {
  position: relative;
  display: block;
  width: 100%;
}
.product-detail-image img {
  position: relative;
}

.product-image-swiper {
  width: 100%;
  position: relative;
  background: #f8f9fa;
}
.product-image-swiper .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
.product-image-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100% !important;
}
.product-image-swiper .product-image {
  width: 100%;
  height: auto;
  display: block;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-image-swiper .swiper-button-next,
.product-image-swiper .swiper-button-prev {
  background: none;
  border: none;
  width: 30px;
  height: 60px;
  margin-top: -30px;
  color: transparent;
  z-index: 10;
}
.product-image-swiper .swiper-button-next:after,
.product-image-swiper .swiper-button-prev:after {
  display: none;
}
.product-image-swiper .swiper-button-next {
  right: 5px;
}
.product-image-swiper .swiper-button-prev {
  left: 5px;
}
.product-image-swiper .custom-arrow-icon {
  width: 30px;
  height: 60px;
  display: block;
}
.product-image-swiper .custom-arrow-icon.prev-arrow {
  transform: scaleX(-1);
}
.product-image-swiper .swiper-pagination-bullet {
  background: #333;
  opacity: 0.3;
}
.product-image-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

/* Swiper CDN autoheightスタイルの打ち消し */
/* CDNの .swiper-autoheight, .swiper-autoheight .swiper-slide { height: auto; } を上書き */
.product-image-swiper.swiper-autoheight {
  height: 100%;
}

.product-image-swiper.swiper-autoheight .swiper-slide {
  height: 100%;
}

/* より詳細度の高いセレクタでCDNスタイルを確実に上書き */
.product-detail-image .product-image-swiper.swiper-autoheight {
  height: 100%;
}

.product-detail-image .product-image-swiper.swiper-autoheight .swiper-slide {
  height: 100%;
}

@media (max-width: 767px) {
  .product-image-swiper .swiper-button-next,
  .product-image-swiper .swiper-button-prev {
    width: 20px;
    height: 30px;
    margin-top: -15px;
  }
  .product-image-swiper .swiper-button-next {
    right: 5px;
  }
  .product-image-swiper .swiper-button-prev {
    left: 5px;
  }
  .product-image-swiper .custom-arrow-icon {
    width: 20px;
    height: 30px;
  }
  .product-image-swiper .swiper-slide {
    width: 100% !important;
  }
}
.fixed-bottom-button {
  position: relative;
}
.fixed-bottom-button .button-text::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 27px;
  background-image: url("../img/icon-search01.svg");
  background-repeat: no-repeat;
  background-size: 30px 27px;
  background-position: center;
  margin-right: 6px;
  vertical-align: middle;
  margin-top: -5px;
}
@media (max-width: 767px) {
  .fixed-bottom-button .button-text::before {
    width: 25.03px;
    height: 28.5px;
    background-size: 25.03px 28.5px;
    margin-right: 12px;
  }
}
.fixed-bottom-button.close-mode .button-text {
  position: relative;
  padding-left: 35px;
}
.fixed-bottom-button.close-mode .button-text::before, .fixed-bottom-button.close-mode .button-text::after {
  content: "";
  position: absolute;
  left: -13px;
  top: 46%;
  width: 32px;
  height: 2px;
  background-color: white;
  transform-origin: center;
}
@media (max-width: 767px) {
  .fixed-bottom-button.close-mode .button-text::before, .fixed-bottom-button.close-mode .button-text::after {
    width: 16px;
    left: 12px;
  }
}
.fixed-bottom-button.close-mode .button-text::before {
  transform: translateY(-50%) rotate(45deg);
}
.fixed-bottom-button.close-mode .button-text::after {
  transform: translateY(-50%) rotate(-45deg);
}

@media (max-width: 1531px) and (min-width: 768px) {
  .featured-fujisaki-original .section-title picture img {
    height: 149px;
    width: auto;
    margin-top: 13px;
  }
}
@media (max-width: 767px) {
  .featured-fujisaki-original .section-title picture img {
    width: 89%;
    height: auto;
    max-height: 149px;
  }
}

@media (max-width: 1201px) and (min-width: 768px) {
  .featured-small-size .section-title picture img {
    height: 145px;
    width: auto;
    margin-top: 13px;
  }
}
@media (max-width: 767px) {
  .featured-small-size .section-title picture img {
    width: 60%;
    height: auto;
    max-height: 145px;
  }
}

@media (max-width: 767px) {
  .featured-pickup-brand .section-title picture img {
    width: 71%;
    height: auto;
    max-height: 52px;
  }
}

@media (max-width: 767px) {
  .category-main-title picture img {
    width: 56%;
    height: auto;
    max-height: 62px;
  }
}

#category-hors-doeuvres .bottom-icon {
  position: absolute;
  z-index: 5;
}
#category-hors-doeuvres .bottom-icon.bottom-icon-left {
  --icon-base-width: 227px;
  --icon-base-height: 376px;
  --icon-scale: 1;
  --icon-bottom: -170px;
  --icon-left: -105px;
  bottom: var(--icon-bottom);
  left: var(--icon-left);
}
#category-hors-doeuvres .bottom-icon.bottom-icon-left img {
  width: calc(var(--icon-base-width) * var(--icon-scale));
  height: calc(var(--icon-base-height) * var(--icon-scale));
  display: block;
}
@media (max-width: 1580px) and (min-width: 768px) {
  #category-hors-doeuvres .bottom-icon.bottom-icon-left {
    --icon-base-width: calc(227px * .8 * (100vw / 1580px));
    --icon-base-height: calc(376px * .8 * (100vw / 1580px));
    --icon-bottom: calc(-170px * (100vw / 1580px));
    --icon-left: calc(-17px * (100vw / 1580px));
  }
}
#category-hors-doeuvres .bottom-icon.bottom-icon-right {
  --icon-base-width: 376px;
  --icon-base-height: 344px;
  --icon-scale: 1;
  --icon-bottom: -140px;
  --icon-right: -133px;
  bottom: var(--icon-bottom);
  right: var(--icon-right);
}
#category-hors-doeuvres .bottom-icon.bottom-icon-right img {
  width: calc(var(--icon-base-width) * var(--icon-scale));
  height: calc(var(--icon-base-height) * var(--icon-scale));
  display: block;
}
@media (max-width: 1580px) and (min-width: 768px) {
  #category-hors-doeuvres .bottom-icon.bottom-icon-right {
    --icon-base-width: calc(376px * .8 * (100vw / 1580px));
    --icon-base-height: calc(344px * .8 * (100vw / 1580px));
    --icon-bottom: calc(-140px * (100vw / 1580px));
    --icon-right: calc(-10px * (100vw / 1580px));
  }
}
@media (max-width: 767px) {
  #category-hors-doeuvres .bottom-icon.bottom-icon-left {
    --icon-scale: 0.4;
    --icon-bottom: -152px;
    --icon-left: 0;
  }
  #category-hors-doeuvres .bottom-icon.bottom-icon-right {
    --icon-scale: 0.5;
    --icon-bottom: -155px;
    --icon-right: 0;
  }
}/*# sourceMappingURL=style.css.map */