﻿@charset "UTF-8";

:root {
  --ff-yu-gothic: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic";
  --ff-yu-mincho: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho";
  --font-ja: var(--ff-yu-mincho);
  --font-ja-accent: var(--ff-yu-gothic);
  --ff-eb-garamond: "EB Garamond";
  --ff-nunito-sans: "Nunito Sans";
  --font-en: var(--ff-eb-garamond);
  --font-en-accent: var(--ff-nunito-sans);
  --color-primary: #C2A53D;
  --color-secondary: #DECE93;
  --color-tertiary: #80A64B;
  --color-main: #313131;
  --color-danger: #E38282;
}

body {
  color: var(--color-main);
  font-family: var(--font-en-accent), var(--font-ja-accent);
}

.s-header {
  height: auto;
  position: sticky;
  z-index: 20;
  top: calc(-1 * (var(--height-ticker)));
  background-color: var(--color-white);
}
.s-header-ticker {
  position: relative;
  z-index: 11;
  background-color: var(--color-secondary);
  color: var(--color-white);
}
.s-header-ticker__item {
  font-family: var(--font-ja-accent);
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
  padding: 0.9rem;
  overflow: hidden;
  text-overflow: ellipsis;
}

.s-header-wrap {
  position: relative;
  z-index: 1;
  height: 5.6rem;
  width: 100%;
  background: var(--color-white);
}

.s-header-categoryNav {
  padding-top: 0;
}

.s-header-categoryNav__head {
  font-size: 1.4rem;
}

.s-header-categoryNav__head,
.s-header-contentsNav__navLink > a {
  font-family: var(--font-ja-accent);
  letter-spacing: 0.05em;
}

.s-header__cartCnt {
  font-size: 1rem;
  font-family: var(--font-en-accent);
  font-weight: bold;
  letter-spacing: 0;
  background-color: #E38282;
  top: min(-0.2985074627svw,-0.4rem);
  right: min(-0.2985074627svw,-0.4rem);
}
@media screen and (max-width: 991px) {
  .s-header__cartCnt {
    top: -0.4rem;
    right: -0.4rem;
    font-weight: 400;
  }
  .s-header-wrap__nav {
    top: 1.35rem;
    left: 1rem;
  }
}

.s-header-wrap__logo {
  width: 10rem;
}
.s-header-navBlok__nav {
  border-top: none;
}

.s-header[data-state-sticky="inactive"] .s-header-navBlok__nav {
  top: calc(var(--height-header-primary) + var(--height-ticker));
}
.s-header[data-state-sticky="active"] .s-header-navBlok__nav {
  top: calc(var(--height-header-primary));
}

@media screen and (min-width: 992px) {
  .s-header-wrap {
    width: min(100%, 134rem);
    height: 8rem;
    margin-inline: auto;
    border-bottom: none;
    padding: 0 min(2.9850746269svw, 4rem);
    gap: min(2.9850746269svw, 4rem);
  }
  .s-header-wrap__logo {
    width: min(8.9552238806svw, 12rem);
  }

  .s-simple-header .s-header-wrap {
    height: 8rem;
  }

}

.s-header-freeWordSearch .c-freeWordSearchBox {
  border: none;
  border-radius: 0.5rem;
  background-color: #F5F4EF;
  padding: 0.6rem 0.8rem;
}

.s-header-freeWordSearch input[type="text"],
.s-header-freeWordSearch input[type="search"] {
  font-family: var(--font-ja-accent);
  font-size: 1.3rem;
  letter-spacing: 0.02em;
}

@media screen and (min-width: 992px) {
  .s-header-utilityList {
    gap: min(1.1194029851svw, 1.5rem);
  }
  .s-header-contentsNav__navlist {
    gap: min(2.2388059701svw, 3rem);
  }
  .s-header-categoryNav__head::after {
    margin-left: min(0.447761194svw, 0.6rem);
    width: min(1.1194029851svw, 1.5rem);
    transition: scale var(--transition-default);
  }
  .s-header-contentsNavBlock {
    height: min(5.9701492537svw, 8rem);
    gap: 0 min(2.01492537313svw, 2.7rem);
  }
  .s-header-categoryNav__head,
  .s-header-contentsNav__navLink > a {
    font-size: min(1.0447761194svw, 1.4rem);
  }
  .s-header-categoryNav {
    border-bottom: 2px solid transparent !important;
  }
  .s-header-categoryNav:hover {
    border-bottom: 2px solid var(--color-primary) !important;
  }
  .s-header-categoryNav:hover::after {
    content: none;
  }
  .s-header-categoryNav__head:hover {
    opacity: 1;
  }

  .s-header-utilityList__item {
    width: 3rem;
    height: 3rem;
  }
  .s-header-userNav__navLink > a {
    padding: 0 0;
  }

  .s-header-freeWordSearch {
    width: min(16.4179104478svw, 22rem);
  }

  .s-header-freeWordSearch .c-freeWordSearchBox__icon {
    width: min(1.7910447761svw, 2.4rem);
    height: min(1.7910447761svw, 2.4rem);
  }

  .s-header-categoryNav__body {
    top: 100%;
    padding: min(3.7313432836svw, 5rem) min(3.7313432836svw, 5rem) min(5.223880597svw, 7rem);
    background: rgba(255,255,255,0.95);
  }

  .s-header-categoryNav__navlist {
    width: min(100%, 114rem);
    margin-inline: auto; 
  }

  .s-header-categoryNav-list {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: min(2.9850746269svw, 4rem);
  }

  .s-header-categoryNav-column {
    display: flex;
    flex-direction: column;
    row-gap: min(1.4925373134svw, 2rem);
  }

  .s-header-categoryNav-column__head a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #C2A53D;
    font-family: var(--font-en), var(--font-ja);
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }
  .s-header-categoryNav-column__head a::after {
    content: '';
    display: block;
    width: 0.8rem;
    height: 1.4rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.061' height='12.707' viewBox='0 0 7.061 12.707'%3E%3Cpath id='パス_53829' data-name='パス 53829' d='M2555.523,733.711l6,6-6,6' transform='translate(-2555.17 -733.357)' fill='none' stroke='%23c2a53d' stroke-width='1'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    transition: translate var(--transition-default);
  }
  .s-header-categoryNav-sublist {
    display: flex;
    flex-direction: column;
    row-gap: 1.5rem;
  }

  .s-header-wrap__utility {
    column-gap: min(1.8656716418svw, 2.5rem);
  }
}

@media (hover: hover) and (pointer: fine) {
  .s-header-categoryNav:hover .s-header-categoryNav__head::after {
    scale: 1 -1;
  }
  
  .s-header-categoryNav-column__head a:hover::after {
    translate: 0.5rem 0;
  }

  .s-header-categoryNav-sublist__item a {
    transition: opacity var(--transition-default);
  }
  .s-header-contentsNav__navLink > a:hover,
  .s-header-categoryNav-sublist__item a:hover {
    opacity: 0.6;
  }
}

.c-footer {
  background-color: #FCFBF6;
}
.c-footer__inner {
  padding-block: 6rem;
  display: flex;
  flex-direction: column;
  row-gap: 3rem;
}
.c-footer-column.--brand-detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 2rem;
  width: 20rem;
  margin-inline: auto;
}
.c-footer-brandlogo img {
  width: 100%;
}
.c-footer-social {
  display: flex;
  gap: 2rem;
  align-items: center;
}
.c-footer-social__label {
  font-family: var(--font-en);
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
}
.c-footer-social__list li {
  width: 2rem;
  height: 2rem;
}
.c-footer-csinfo {
  display: flex;
  flex-direction: column;
  row-gap: 0.7rem;
}
.c-footer-column dt {
  color: var(--color-primary);
  font-family: var(--font-ja);
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
}
.c-footer-csinfo dd {
  row-gap: 0.7rem;
}

.c-footer-csinfo,
.c-footer-calender {
  width: 100%;
  padding-inline: 1.2rem;
  text-align: center;
}
.c-footer-calender dt {
  margin-bottom: 1.6rem;
}
.c-footer-csinfo dd {
  display: flex;
  flex-direction: column;
  row-gap: 1.6rem;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.75;
  letter-spacing: 0.02em;
}

.c-footer-navigation ul {
  display: flex;
  flex-direction: column;
}
.c-footer-navigation ul li {
  font-family: var(--font-ja-accent);
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
}
.c-footer-copyright {
  margin-top: 2rem;
  font-size: 1.1rem;
  line-height: 1.3636363636;
  letter-spacing: 0.02em;
  color: #888888;
  font-family: var(--font-en-accent);
  font-weight: 400;
  text-align: center;
}

@media (hover: hover) and (pointer: fine) {
  .c-footer a {
    transition: opacity var(--transition-default);
  }
  .c-footer a:hover {
    opacity: 0.6;
  }
}

@media screen and (max-width: 991px) {
  .c-footer {
    margin-top: 3.5rem;
  }
  .c-footer-navigation ul li a {
    display: block;
    padding: 1.2rem 1.5rem 1.1rem;
    font-weight: 500;
    font-size: 1.4rem;
    letter-spacing: 0.02em;
  }
  .c-footer-navigation ul li {
    border-top: 1px solid #F0F0F0;
  }
  .c-footer-navigation ul li:last-of-type {
    border-bottom: 1px solid #F0F0F0;
  }
}
@media screen and (min-width: 992px) {
  .c-footer__inner {
    width: min(85.07462686567svw, 114rem);
    display: grid;
    grid-template-columns: min(18.6567164179svw, 25rem) min(29.8507462687svw, 40rem) 1fr;
    grid-template-rows: auto 1fr;
    gap: min(4.4776119403svw, 6rem);
    margin-inline: auto;
    padding-block: 8rem;
    row-gap: 3.6rem;
  }
  .c-footer-column.--brand-detail {
    width: 100%;
    align-items: flex-start;
    row-gap: 3rem;
    margin-inline: unset;
  }
  .c-footer-column.--calender {
    grid-row: 1 / span 2;
    grid-column: 3 / 4;
  }
  .c-footer-column.--navigation {
    grid-row: 2 / 3;
    grid-column: 1 / span 2;
  }
  .c-footer-brandlogo {
    width: 100%;
  }
  .c-footer-column dt {
    font-size: min(1.2686567164svw, 1.7rem);
  }
  .c-footer-csinfo {
    width: auto;
    padding-inline: unset;
    text-align: left;
  }
  .c-footer-csinfo dd {
    font-size: min(1.0447761194svw, 1.4rem);
  }
  .c-footer-csinfo {
    gap: min(0.7462686567svw, 1rem);
  }
  .c-footer-csinfo dd {
    gap: min(1.4925373134svw, 2rem);
  }
  .c-footer-calender {
    text-align: left;
    padding-inline: unset;
  }
  .c-footer-calender dt {
    margin-bottom: min(1.4925373134svw, 2rem);
  }
  .c-footer-navigation ul {
    flex-direction: row;
    flex-wrap: wrap;
    gap: min(1.4925373134svw, 2rem);
  }
  .c-footer-navigation ul li {
    font-size: min(1.0447761194svw, 1.4rem);
  }
  .c-footer-copyright {
    margin-top: min(1.4925373134svw, 1.4rem);
    font-size: min(0.8208955224svw, 1.1rem);
    text-align: left;
  }
}

.s-header-utilityList__item img {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .s-header-navBlok__openBtn {
    width: 3rem;
    height: 3rem;
  }
  .s-header-navBlok__openBtn::before, .s-header-navBlok__openBtn::after, .s-header-navBlok__openBtn > span {
    height: 1px;
    width: 2rem;
    left: 0.5rem;
  }
  .s-header-navBlok__openBtn::before {
    top: 0.8rem;
  }
  .s-header-navBlok__openBtn::after {
    bottom: 0.9rem;
  }
  .s-header-utilityList {
    gap: 0.6rem;
  }
  .s-header-utilityList__item {
    width: 3rem;
    height: 3rem;
  }
  .s-header-categoryNav__head, .s-header-contentsNav__head {
    background-color: #FCFBF6;
    padding: 1.5rem;
    font-family: var(--font-ja-accent);
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  .s-header-categoryNav__navLink > a, .s-header-contentsNav__navLink > a {
    font-family: var(--font-ja-accent);
    font-weight: 500;
    font-size: 1.4rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
  }
  .s-header-userNav__title {
    font-family: var(--font-ja-accent);
    font-weight: 600;
    font-size: 1.4rem;
  }
  .s-header-userNav__head {
    gap: 0.8rem;
  }
  .s-header-userNav__navLink > a {
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-family: var(--font-ja-accent);
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0.02em;
  }
  .c-footer-brandlogo {
    width: 100%;
  }
    .c-footer-social__list li {
    width: 2.4rem;
    height: 2.4rem;
  }
  .c-footer-social {
    gap: 1.4rem;
  }

  .s-header-navBlok__openBtn.active::before {
    top: 0.6rem;
  }
  .s-header-navBlok__openBtn.active::after {
    bottom: 0.7rem;
  }
}

.s-header-utilityList__item button {
  background: unset;
  padding: 0;
  margin: 0;
  outline: none;
  border: none;
}

.s-header-searchbox {
  position: absolute;
  z-index: 2;
  width: 100%;
  top: calc(100% - 1px);
  padding: 2rem;
  background-color: var(--color-white);
  display: none;
}

.s-header-searchbox-button::before {
  content: '';
  display: block;
  width: 1rem;
  height: 1rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.707' height='10.707' viewBox='0 0 10.707 10.707'%3E%3Cg id='グループ_15459' data-name='グループ 15459' transform='translate(-23.575 -18.146)'%3E%3Cline id='線_1191' data-name='線 1191' x2='14.142' transform='translate(23.929 28.5) rotate(-45)' fill='none' stroke='%23888' stroke-width='1'/%3E%3Cline id='線_1189' data-name='線 1189' x2='14.142' transform='translate(23.929 18.5) rotate(45)' fill='none' stroke='%23888' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
}

.s-header-searchbox-button {
  background: unset;
  padding: 0;
  margin: 0;
  outline: none;
  border: none;
  color: #888888;
  font-family: var(--font-ja-accent);
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 3.2rem;
  margin-inline: auto;
}
.s-header-overlay {
  display: none;
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.2);
  /* Note: currently only Safari supports backdrop-filter */
  backdrop-filter: blur(5px);
  --webkit-backdrop-filter: blur(5px);
  /* (plus shape's fill blended on top as a separate layer with 20% opacity) */
}

.s-header-categoryNav-sublist__item a {
  text-transform: uppercase;
}

.c-productUser-head__picture::before,
.c-product-head__picture::before {
  padding-top: 100%;
}

.c-product-status {
  margin-top: 1.2rem;
}
.c-product-status:not(:has(img)) {
  display: none;
}

.c-returntop-button {
  background: unset;
  padding: 0;
  margin: 0;
  cursor: pointer;
  border: none;
  outline: none;

  position: fixed;
  z-index: 9;
  right: 1.5rem;
  bottom: 1.5rem;
  width: 3.6rem;
  height: 3.6rem;
  transition: opacity var(--transition-default);
}
.c-returntop-button:not(.is-visible) {
  opacity: 0;
  pointer-events: none;
}
@media screen and (min-width: 992px) {
  .c-returntop-button {
    width: min(3.5820895522svw, 4.8rem);
    height: min(3.5820895522svw, 4.8rem);
  }

  .s-header-userNav {
    padding: 2rem 1.5rem;
  }
  .s-header[data-state-sticky="inactive"] .s-header-userNav {
    top: calc(var(--height-header-primary) + var(--height-ticker));
    height: calc(100dvh - (var(--height-header-primary) + var(--height-ticker)));
  }
  .s-header[data-state-sticky="active"] .s-header-userNav {
    top: calc(var(--height-header-primary));
    height: calc(100dvh - (var(--height-header-primary)));
  }
  .s-header-userNav__headIcon {
    width: 3rem;
    height: 3rem;
  }
  .s-header-userNav__head {
    gap: 0.8rem;
  }
  .s-header-userNav__title {
    font-family: var(--font-ja-accent);
    font-weight: 600;
    font-size: 1.4rem;
    letter-spacing: 0.02em;
  }
  .s-header .s-header-userNav__navLink {
    border-bottom: 1px solid #F0F0F0;
  }
  .s-header .s-header-userNav__navLink > a {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    font-family: var(--font-ja-accent);
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0.02em;
  }
  .s-header .s-header-userNav__body {
    padding-top: 0.4rem;
  }
}

.c-productUser-sIcon,
.c-product-sIcon{
  gap: 0.3rem;
}

.c-productUser-sIcon__item:not(:has(img)),
.c-product-sIcon__item:not(:has(img)) {
  display: none;
}

.c-productUser-sIcon__item,
.c-product-sIcon__item {
  height: 1.9rem !important;
}

@media screen and (max-width: 991px) {

  .c-productUser-sIcon__item,
  .c-product-sIcon__item {
    height: 1.8rem !important;
  }
}

@media screen and (min-width: 992px) {
  .c-productUser-sIcon,
  .c-product-sIcon{
    gap: 0.4rem;
  }
}

.c-productUser-sIcon__item img,
.c-product-sIcon__item img {
  width: auto;
  height: 100%;
}

.c-product-sIcon{

}

.delivery-type:not(:has(.delivery-time)){
  display: none;
}

