@charset "UTF-8";
/*
.zen-kaku-gothic-new-medium {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.zen-kaku-gothic-new-bold {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.young-serif-regular {
    font-family: "Young Serif", serif;
    font-weight: 400;
    font-style: normal;
}
  */
/* =========================================================
reset
========================================================= */
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  border-style: solid;
  border-width: 0;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  /* border-color: inherit; */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

/* td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
} */
/* =========================================================
style
========================================================= */
@media (max-width: 768px) {
  .pc-br {
    display: none;
  }
}
@media (min-width: 769px) {
  .pc-br {
    display: inline;
  }
}

@media (max-width: 768px) {
  .sp-br {
    display: inline;
  }
}
@media (min-width: 769px) {
  .sp-br {
    display: none;
  }
}

:focus-visible {
  outline: 3px solid #005fcc;
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
img {
  max-width: 100%;
}

@media (hover: hover) {
  .link-opacity {
    transition: opacity 0.3s;
  }
  .link-opacity:hover {
    opacity: 0.6;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  color: #4D4D4D;
  background: #176550 url(../images/bg-pc.png) repeat 0 0/375px auto;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  word-break: break-word;
}

.container {
  padding-top: 10.6666666667vw;
  container-type: inline-size;
  background: #176550;
}
@media (min-width: 769px) {
  .container {
    position: relative;
    z-index: 2;
    width: 35.8711566618vw;
    margin: 0 auto 0 15.7393850659%;
    padding-top: 2.9282576867vw;
    border: 1.4641288433vw solid #B38147;
    border-top: none;
    border-bottom: none;
  }
}

.pc-ornament {
  display: none;
}
@media (min-width: 769px) {
  .pc-ornament {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 72.6207906296vw;
    height: 13.616398243vw;
  }
  .pc-ornament::before, .pc-ornament::after {
    content: "";
    position: absolute;
    display: block;
    background: no-repeat 0 0/100% 100%;
  }
  .pc-ornament::before {
    left: -1.0980966325vw;
    bottom: -1.9765739385vw;
    width: 14.074670571vw;
    height: 13.6149341142vw;
    background-image: url(../images/pc-illust1.svg);
  }
  .pc-ornament::after {
    right: -1.0980966325vw;
    bottom: -1.0980966325vw;
    width: 17.6061493411vw;
    height: 9.0043923865vw;
    background-image: url(../images/pc-illust2.svg);
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 10.6666666667vw;
  background: #fff;
  z-index: 110;
}
@media (min-width: 769px) {
  .header {
    height: 2.9282576867vw;
  }
}
.header__logo {
  width: 45.1706666667vw;
  line-height: 0;
}
@media (min-width: 769px) {
  .header__logo {
    width: 170px;
  }
  .header__logo img {
    width: 100%;
  }
}
.header__menubtn {
  position: absolute;
  top: 0;
  right: 0;
  width: 10.6666666667vw;
  aspect-ratio: 1/1;
  background: #BA3A37;
}
@media (min-width: 769px) {
  .header__menubtn {
    display: none;
  }
}
.header__menubtn img {
  width: 100%;
}
.header .menu-bg {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100vh;
}
@media (max-width: 768px) {
  .header .menu-bg {
    display: block;
    opacity: 0;
    transition: opacity 0.3s;
    background: rgba(0, 0, 0, 0.5);
    pointer-events: none;
  }
  .header .menu-bg.is-active {
    opacity: 1;
    pointer-events: initial;
  }
}
@media (min-width: 769px) {
  .header .menu-bg {
    display: none;
  }
}
.header .menu {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  width: 87.7333333333vw;
  height: 100vh;
}
@media (max-width: 768px) {
  .header .menu {
    display: block;
    background: url(../images/wave-sp.svg) repeat-y 0 100%/100% auto;
    transform: translateX(100%);
    transition: transform 0.4s;
  }
  .header .menu.is-active {
    transform: none;
  }
}
@media (min-width: 769px) {
  .header .menu {
    display: block;
    top: 2.9282576867vw;
    width: 30.4538799414vw;
    height: calc(100vh - 2.9282576867vw);
    background: url(../images/wave-pc.svg) repeat-y 0 100%/100% auto;
  }
}
.header .menu__close {
  position: absolute;
  right: 5.3333333333vw;
  top: 5.3333333333vw;
  color: #E6C856;
  font-family: "Young Serif", serif;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 3.7333333333vw;
}
@media (min-width: 769px) {
  .header .menu__close {
    display: none;
  }
}
@media (hover: hover) {
  .header .menu__close {
    transition: opacity 0.3s;
  }
  .header .menu__close:hover {
    opacity: 0.6;
  }
}
.header .menu__navs {
  width: 60vw;
  margin: 32.8vw 0 0 16.3466666667vw;
  background: url(../images/dot-line3.svg) repeat-x 0 0/auto 1.0666666667vw;
}
@media (min-width: 769px) {
  .header .menu__navs {
    width: 20.3513909224vw;
    margin: 10.102489019vw 0 0 5.710102489vw;
    background-size: auto 0.2928257687vw;
  }
}
@media (min-width: 769px) and (min-aspect-ratio: 16/7.8) {
  .header .menu__navs {
    margin-top: 2.9282576867vw;
  }
}
.header .menu__navs__title {
  padding-top: 8vw;
  color: #FFB3CD;
  font-family: "Young Serif", serif;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 5.8666666667vw;
}
@media (min-width: 769px) {
  .header .menu__navs__title {
    margin-left: 1.0980966325vw;
    padding-top: 2.196193265vw;
    font-size: 1.9033674963vw;
  }
}
@media (min-aspect-ratio: 16/7.8) {
  .header .menu__navs__title {
    padding-top: 1.4641288433vw;
    font-size: 1.6105417277vw;
  }
}
.header .menu__navs__list {
  display: flex;
  flex-direction: column;
  gap: 2.6666666667vw 0;
  margin-top: 2.6666666667vw;
  padding: 0 0 9.0666666667vw;
  background: url(../images/dot-line3.svg) repeat-x 0 100%/auto 1.0666666667vw;
  color: #fff;
  font-size: 4.8vw;
}
@media (min-width: 769px) {
  .header .menu__navs__list {
    gap: 0.7320644217vw 0;
    margin-top: 0.7320644217vw;
    padding: 0 0 2.196193265vw 1.0980966325vw;
    font-size: 1.5373352855vw;
    background-size: auto 0.2928257687vw;
  }
}
@media (min-aspect-ratio: 16/7.8) {
  .header .menu__navs__list {
    gap: 0.439238653vw 0;
    margin-top: 0.439238653vw;
    padding: 0 0 1.4641288433vw 1.0980966325vw;
    font-size: 1.2445095168vw;
  }
}
.header .menu .ornament {
  position: absolute;
}
.header .menu .ornament--star1 {
  top: 10.6666666667vw;
  left: 14.6666666667vw;
}
@media (min-width: 769px) {
  .header .menu .ornament--star1 {
    width: 6.7349926794vw;
    top: 3.2210834553vw;
    left: 3.5871156662vw;
  }
}
@media (min-aspect-ratio: 16/7.8) {
  .header .menu .ornament--star1 {
    display: none;
  }
}
.header .menu .ornament--star2 {
  top: 157.0666666667vw;
  left: 52vw;
}
@media (min-width: 769px) {
  .header .menu .ornament--star2 {
    width: 5.0512445095vw;
    top: 50.439238653vw;
    left: 21.8887262079vw;
  }
}
.header .menu .ornament--illust {
  top: 164.2666666667vw;
  left: 17.6vw;
}
@media (min-width: 769px) {
  .header .menu .ornament--illust {
    display: none;
  }
}

.links {
  position: sticky;
  top: 10.6666666667vw;
  left: 0;
  z-index: 100;
  height: 0;
}
@media (min-width: 769px) {
  .links {
    top: 2.635431918vw;
  }
}
.links.is-fixed .links__in {
  transform: none;
}
.links__in {
  display: flex;
  gap: 0 4.2666666667vw;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 375/49.84;
  background: url(../images/links-bg.svg) no-repeat 0 100%/cover;
  transform: translateY(-120%);
  transition: transform 0.5s;
}
@media (min-width: 769px) {
  .links__in {
    gap: 0 1.4055636896vw;
    width: 33.1185944363vw;
    margin-left: -0.0878477306vw;
  }
}
.links a {
  display: flex;
  gap: 0 2.1333333333vw;
  align-items: center;
}
@media (min-width: 769px) {
  .links a {
    gap: 0 0.7027818448vw;
  }
}
@media (hover: hover) {
  .links a {
    transition: opacity 0.3s;
  }
  .links a:hover {
    opacity: 0.6;
  }
}
.links a img {
  width: 8.5333333333vw;
  aspect-ratio: 1/1;
}
@media (min-width: 769px) {
  .links a img {
    width: 2.8111273792vw;
  }
}
.links a span {
  color: #fff;
  font-family: "Young Serif", serif;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 3.4666666667vw;
}
@media (min-width: 769px) {
  .links a span {
    font-size: 1.1420204978vw;
  }
}

.pagetop {
  display: block;
  position: fixed;
  right: 2.6666666667vw;
  bottom: 2.6666666667vw;
}
@media (min-width: 769px) {
  .pagetop {
    right: 0;
    left: 45.3879941435vw;
    bottom: 4.7584187408vw;
    height: 0;
  }
}
.pagetop a {
  display: block;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
}
@media (min-width: 769px) {
  .pagetop a {
    width: 3.513909224vw;
    height: 3.513909224vw;
  }
}
@media (hover: hover) {
  .pagetop a {
    transition: opacity 0.3s;
  }
  .pagetop a:hover {
    opacity: 0.6;
  }
}
.pagetop a img {
  width: 100%;
}

.footer {
  padding: 10.6666666667vw 7.4666666667vw;
  background: #145745;
  color: #fff;
  font-size: 3.2vw;
  letter-spacing: 0.08em;
}
@media (min-width: 769px) {
  .footer {
    padding: 3.513909224vw 2.4597364568vw;
    font-size: 1.0541727672vw;
  }
}
.footer__logo {
  display: block;
  width: 200px;
  margin: 0 auto;
}
.footer__logo img {
  width: 100%;
}
.footer__access {
  margin-top: 9.3333333333vw;
}
@media (min-width: 769px) {
  .footer__access {
    margin-top: 3.074670571vw;
  }
}
.footer__copyright {
  margin-top: 6.9333333333vw;
}
@media (min-width: 769px) {
  .footer__copyright {
    margin-top: 2.2840409956vw;
  }
}

body.under .main {
  padding-bottom: 6.6666666667vw;
}
@media (min-width: 769px) {
  body.under .main {
    padding-bottom: 1.8301610542vw;
  }
}

.mv img {
  width: 100%;
}

.home-intro {
  position: relative;
  height: 124.2666666667vw;
  padding: 19.2vw 0 28.5333333333vw;
  background: url(../images/intro-bg.svg) no-repeat 0 0/100% auto;
}
@media (min-width: 769px) {
  .home-intro {
    height: 34.1142020498vw;
    padding: 5.270863836vw 0 7.8330893119vw;
  }
}
.home-intro::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 10.6666666667vw;
  background: url(../images/bottom1.svg) no-repeat 0 0/104% auto;
}
@media (min-width: 769px) {
  .home-intro::after {
    height: 2.9282576867vw;
  }
}
.home-intro__messege {
  width: 74.9333333333vw;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .home-intro__messege {
    width: 20.5710102489vw;
  }
}
.home-intro__messege img {
  width: 100%;
}
.home-intro__ornament1, .home-intro__ornament2, .home-intro__santa {
  position: absolute;
}
.home-intro__ornament1 {
  width: 18.4693333333vw;
  top: 4.48vw;
  right: 7.4666666667vw;
}
@media (min-width: 769px) {
  .home-intro__ornament1 {
    width: 5.0702781845vw;
    top: 1.2298682284vw;
    right: 2.0497803807vw;
  }
}
.home-intro__ornament2 {
  width: 15.448vw;
  top: 89.8933333333vw;
  left: 17.36vw;
}
@media (min-width: 769px) {
  .home-intro__ornament2 {
    width: 4.2408491947vw;
    top: 24.6778916545vw;
    left: 4.7657393851vw;
  }
}
.home-intro__santa {
  width: 42.2346666667vw;
  top: 87.4666666667vw;
  left: 34.1333333333vw;
}
@media (min-width: 769px) {
  .home-intro__santa {
    width: 11.5944363104vw;
    top: 24.0117130307vw;
    left: 9.3704245974vw;
  }
}

#gift, #gourmet {
  position: absolute;
  top: -26.6666666667vw;
}
@media (min-width: 769px) {
  #gift, #gourmet {
    top: -100px;
  }
}

.home-category {
  position: relative;
  padding: 0 6.9333333333vw;
}
@media (min-width: 769px) {
  .home-category {
    padding: 0 1.9033674963vw;
  }
}
.home-category--1 {
  position: relative;
  padding-bottom: 23.2vw;
  background: #145745;
}
@media (min-width: 769px) {
  .home-category--1 {
    padding-bottom: 6.3689604685vw;
  }
}
.home-category--1::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10.6666666667vw;
  background: url(../images/bottom2.svg) no-repeat 0 0/104% auto;
}
@media (min-width: 769px) {
  .home-category--1::after {
    height: 2.9282576867vw;
  }
}
.home-category--1 .home-category__subtitle .in {
  background: #145745;
}
.home-category--1 .home-category__list .men {
  grid-row: 1/2;
  grid-column: 1/2;
}
.home-category--1 .home-category__list .kids {
  grid-row: 2/3;
  grid-column: 1/2;
}
.home-category--1 .home-category__list .women {
  grid-row: 1/3;
  grid-column: 2/3;
}
.home-category--2 {
  padding-bottom: 16vw;
  background: #BA3A37;
}
@media (min-width: 769px) {
  .home-category--2 {
    padding-bottom: 4.39238653vw;
  }
}
.home-category--2 .home-category__subtitle .in {
  background: #BA3A37;
}
.home-category__title {
  color: #FFB3CD;
  font-family: "Young Serif", serif;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 10.1333333333vw;
  line-height: 1.1;
  letter-spacing: 0.04em;
  text-align: center;
}
@media (min-width: 769px) {
  .home-category__title {
    font-size: 2.7818448023vw;
  }
}
.home-category__title::before {
  content: "";
  display: block;
  width: 5.7333333333vw;
  height: 9.92vw;
  margin: 0 auto;
  background: url(../images/star.svg) no-repeat 0 0/100% auto;
}
@media (min-width: 769px) {
  .home-category__title::before {
    width: 1.5739385066vw;
    height: 2.7232796486vw;
  }
}
.home-category__subtitle {
  margin-top: 2.1333333333vw;
  background: url(../images/bg-text.svg) repeat-x 0 50%/auto 4px;
  color: #E6C856;
  text-align: center;
}
@media (min-width: 769px) {
  .home-category__subtitle {
    margin-top: 0.5856515373vw;
  }
}
.home-category__subtitle .in {
  display: inline-block;
  font-size: 4.8vw;
  padding: 0 2.1333333333vw;
}
@media (min-width: 769px) {
  .home-category__subtitle .in {
    font-size: 1.317715959vw;
    padding: 0 0.5856515373vw;
  }
}
.home-category__list {
  display: grid;
  grid-template-columns: 50% 50%;
  margin-top: 8vw;
}
@media (min-width: 769px) {
  .home-category__list {
    margin-top: 2.196193265vw;
  }
}

.js-anim.a-fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.js-anim.a-fadein.is-visible {
  opacity: 1;
  transform: none;
}
.js-anim.a-santa {
  transform: translateY(100%);
}
.js-anim.a-santa.is-visible {
  animation: santa 0.6s forwards alternate;
}

.a-blink {
  animation: blink 2s infinite alternate;
}
.a-blink--2 {
  animation-delay: 0.4s;
}

@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.1;
  }
}
@keyframes santa {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.items {
  padding: 8vw 6.9333333333vw 0;
}
@media (min-width: 769px) {
  .items {
    padding: 2.196193265vw 1.9033674963vw 0;
  }
}

.main-note {
  margin-top: 16vw;
  font-size: 3.2vw;
  color: #fff;
  text-align: center;
}
@media (min-width: 769px) {
  .main-note {
    margin-top: 4.39238653vw;
    font-size: 1.0248901903vw;
  }
}

.items-header {
  position: relative;
  padding-bottom: 5.3333333333vw;
  background: url(../images/dot-line1.svg) no-repeat 0 100%/100% auto;
  text-align: center;
}
@media (min-width: 769px) {
  .items-header {
    margin-top: 1.0980966325vw;
    padding-bottom: 1.4641288433vw;
  }
}
.items-header::before {
  content: "";
  display: block;
  width: 4.92vw;
  height: 9.528vw;
  margin: 0 auto;
  background: url(../images/star.svg) no-repeat 0 0/contain;
}
@media (min-width: 769px) {
  .items-header::before {
    width: 1.350658858vw;
    height: 2.6156661786vw;
  }
}
.items-header .cat-title {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 0;
}
.items-header .cat-title__main {
  color: #FFB3CD;
  font-family: "Young Serif", serif;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 10.1333333333vw;
  line-height: 1.1;
}
@media (min-width: 769px) {
  .items-header .cat-title__main {
    font-size: 2.7818448023vw;
  }
}
.items-header .cat-title__sub {
  width: 100%;
  margin-top: 4vw;
  color: #E6C856;
  font-family: "Young Serif", serif;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 7.4666666667vw;
  line-height: 1.4;
}
@media (min-width: 769px) {
  .items-header .cat-title__sub {
    margin-top: 1.0980966325vw;
    font-size: 2.0497803807vw;
  }
}
.items-header .items-note {
  margin-top: 4vw;
  color: #fff;
  font-size: 2.9333333333vw;
  text-align: center;
}
@media (min-width: 769px) {
  .items-header .items-note {
    margin-top: 1.0980966325vw;
    font-size: 0.9516837482vw;
  }
}

.product-list-page {
  margin-top: 10.6666666667vw;
}
@media (min-width: 769px) {
  .product-list-page {
    margin-top: 2.9282576867vw;
  }
}

.filter-tabs {
  display: flex;
  gap: 0 1px;
}
.filter-tabs .filter-tab {
  flex: 1;
  padding: 3.4666666667vw 0;
  color: #fff;
  background: #278D71;
  font-weight: 700;
  font-size: 3.7333333333vw;
  line-height: 1;
  text-align: center;
}
@media (min-width: 769px) {
  .filter-tabs .filter-tab {
    padding: 0.9516837482vw 0;
    font-size: 1.0248901903vw;
  }
}
@media (hover: hover) {
  .filter-tabs .filter-tab {
    transition: background-color 0.3s;
  }
  .filter-tabs .filter-tab:hover {
    background-color: #B38147;
  }
}
.filter-tabs .filter-tab:first-child {
  border-top-left-radius: 5.3333333333vw;
  border-bottom-left-radius: 5.3333333333vw;
}
@media (min-width: 769px) {
  .filter-tabs .filter-tab:first-child {
    border-top-left-radius: 1.4641288433vw;
    border-bottom-left-radius: 1.4641288433vw;
  }
}
.filter-tabs .filter-tab:last-child {
  border-top-right-radius: 5.3333333333vw;
  border-bottom-right-radius: 5.3333333333vw;
}
@media (min-width: 769px) {
  .filter-tabs .filter-tab:last-child {
    border-top-right-radius: 1.4641288433vw;
    border-bottom-right-radius: 1.4641288433vw;
  }
}
.filter-tabs .filter-tab.is-active {
  background: #B38147;
}

.filter-group {
  display: flex;
  flex-direction: column;
  gap: 1.3333333333vw 0;
  margin-top: 5.3333333333vw;
}
@media (min-width: 769px) {
  .filter-group {
    gap: 0.3660322108vw 0;
    margin-top: 1.4641288433vw;
  }
}
.filter-group.is-hidden {
  display: none;
}
.filter-group label {
  width: 100%;
  padding: 3.4666666667vw 0;
  color: #fff;
  background: #278D71;
  border-radius: 1.3333333333vw;
  font-weight: 700;
  font-size: 3.7333333333vw;
  line-height: 1;
  text-align: center;
}
@media (min-width: 769px) {
  .filter-group label {
    padding: 0.9516837482vw 0;
    border-radius: 0.3660322108vw;
    font-size: 1.0248901903vw;
  }
}
@media (hover: hover) {
  .filter-group label {
    cursor: pointer;
    transition: background-color 0.3s;
  }
  .filter-group label:hover {
    background-color: #B38147;
  }
}
.filter-group label.is-selected {
  background: #B38147;
}

.filter-controls {
  display: flex;
  justify-content: space-between;
  margin-top: 5.3333333333vw;
}
@media (min-width: 769px) {
  .filter-controls {
    margin-top: 1.4641288433vw;
  }
}
.filter-controls button {
  padding: 3.4666666667vw 0;
  border-radius: 5.3333333333vw;
  color: #fff;
  font-weight: 700;
  font-size: 3.7333333333vw;
  line-height: 1;
  text-align: center;
}
@media (min-width: 769px) {
  .filter-controls button {
    padding: 0.9516837482vw 0;
    border-radius: 1.4641288433vw;
    font-size: 1.0248901903vw;
  }
}
@media (hover: hover) {
  .filter-controls button {
    transition: opacity 0.3s;
  }
  .filter-controls button:hover {
    opacity: 0.6;
  }
}
.filter-controls #btn-apply {
  width: 61.0666666667vw;
  background: #BA3A37;
}
@media (min-width: 769px) {
  .filter-controls #btn-apply {
    width: 20.6830161054vw;
  }
}
.filter-controls #btn-clear {
  width: 22.4vw;
  background: #278D71;
}
@media (min-width: 769px) {
  .filter-controls #btn-clear {
    width: 7.5863836018vw;
  }
}

#results {
  margin-top: 5.8666666667vw;
}
@media (min-width: 769px) {
  #results {
    margin-top: 1.6105417277vw;
  }
}

.list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 5.3333333333vw 2.6666666667vw;
}
@media (min-width: 769px) {
  .list {
    gap: 1.4641288433vw 0.7320644217vw;
  }
}
.list .card {
  display: flex;
  flex-direction: column;
  width: calc((100% - 2.6666666667vw) / 2);
  padding-top: 2.6666666667vw;
  background: #fff;
  border-radius: 1.3333333333vw;
  font-size: 3.2vw;
  overflow: hidden;
}
@media (min-width: 769px) {
  .list .card {
    width: calc((100% - 0.7320644217vw) / 2);
    padding-top: 0.7320644217vw;
    border-radius: 0.3660322108vw;
    font-size: 0.878477306vw;
  }
}
.list .card.is-hidden {
  display: none;
}
.list .card-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  /* 重要：カード全体を埋めるようにして、子要素で伸縮を制御 */
  flex: 1 1 auto;
  text-decoration: none;
  color: inherit;
}
@media (hover: hover) {
  .list .card-link {
    transition: opacity 0.3s;
  }
  .list .card-link:hover {
    opacity: 0.6;
  }
}
.list .card-media {
  padding: 0 2.6666666667vw;
}
@media (min-width: 769px) {
  .list .card-media {
    padding: 0 0.7320644217vw;
  }
}
.list .card-media img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 1.3333333333vw;
}
@media (min-width: 769px) {
  .list .card-media img {
    border-radius: 0.3660322108vw;
  }
}
.list .card-main {
  margin-top: 2.6666666667vw;
  padding: 0 2.6666666667vw;
  flex: 1 1 auto;
}
@media (min-width: 769px) {
  .list .card-main {
    margin-top: 0.7320644217vw;
    padding: 0 0.7320644217vw;
  }
}
.list .card-main .title {
  line-height: 1.5;
}
.list .card-main .price {
  color: #176550;
  line-height: 1.5;
}
.list .card-sub {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-top: 2.6666666667vw;
  padding: 2.6666666667vw;
  background: #FFF6D6;
}
@media (min-width: 769px) {
  .list .card-sub {
    margin-top: 0.7320644217vw;
    padding: 0.7320644217vw;
  }
}
.list .card-sub::before {
  content: "";
  position: absolute;
  top: -0.2666666667vw;
  left: 2.6666666667vw;
  display: block;
  width: 36.8506666667vw;
  height: 0.5333333333vw;
  background: url(../images/dot-line2.svg) no-repeat 0 0/100% 100%;
}
@media (min-width: 769px) {
  .list .card-sub::before {
    top: -0.0878477306vw;
    left: 0.878477306vw;
    width: 12.1396778917vw;
    height: 0.1756954612vw;
  }
}
.list .card-sub .shoplogo {
  width: 14.9333333333vw;
}
@media (min-width: 769px) {
  .list .card-sub .shoplogo {
    width: 4.9194729136vw;
  }
}
.list .card-sub .shoplogo img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 1.3333333333vw;
}
@media (min-width: 769px) {
  .list .card-sub .shoplogo img {
    border-radius: 0.439238653vw;
  }
}
.list .card-sub .shopname {
  width: 19.4666666667vw;
  font-size: 2.6666666667vw;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .list .card-sub .shopname {
    width: 6.4128843338vw;
    font-size: 0.878477306vw;
  }
}
.list .no-item {
  color: #fff;
}

#btn-more {
  display: block;
  width: 61.0666666667vw;
  margin: 5.3333333333vw auto 0;
  padding: 3.4666666667vw 0;
  background: #BA3A37;
  border-radius: 5.3333333333vw;
  color: #fff;
  font-weight: 700;
  font-size: 3.7333333333vw;
  line-height: 1;
  text-align: center;
}
@media (min-width: 769px) {
  #btn-more {
    width: 16.7642752562vw;
    margin: 1.4641288433vw auto 0;
    padding: 0.9516837482vw 0;
    border-radius: 1.4641288433vw;
    font-size: 1.0248901903vw;
  }
}
@media (hover: hover) {
  #btn-more {
    transition: background-color 0.3s;
  }
  #btn-more:hover {
    background-color: #B38147;
  }
}
#btn-more.is-hidden {
  display: none;
}

/* Modal basic styles */
.product-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1000;
}
.product-modal[aria-hidden=false] {
  display: block;
}
.product-modal.is-open {
  display: block;
}
.product-modal__bg {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}
.product-modal__panel {
  position: fixed;
  left: 50%;
  top: 21.3333333333vw;
  transform: translateX(-50%);
  background: #fff;
  border-radius: 1.3333333333vw;
  padding: 0;
}
@media (max-width: 768px) {
  .product-modal__panel {
    width: 86.1333333333vw;
    height: 85dvh;
    overflow-y: scroll;
  }
}
@media (min-width: 769px) {
  .product-modal__panel {
    display: grid;
    grid-template-columns: 350px 436px;
    grid-template-rows: 110px auto;
    gap: 0 30px;
    width: 936px;
    padding: 38px 60px;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 0.3660322108vw;
  }
}
.product-modal__close-sp {
  position: fixed;
  right: 6.9333333333vw;
  top: 8vw;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  cursor: pointer;
}
@media (min-width: 769px) {
  .product-modal__close-sp {
    display: none;
  }
}
.product-modal__close-pc {
  position: absolute;
  right: 0;
  top: -50px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .product-modal__close-pc {
    display: none;
  }
}
@media (hover: hover) {
  .product-modal__close-pc {
    transition: opacity 0.3s;
  }
  .product-modal__close-pc:hover {
    opacity: 0.6;
  }
}
.product-modal__header {
  position: relative;
  display: flex;
  gap: 5.3333333333vw;
  padding: 5.3333333333vw;
  background: #FFF6D6;
  align-items: center;
}
@media (min-width: 769px) {
  .product-modal__header {
    grid-column: 2/3;
    grid-row: 1/2;
    gap: 20px;
    padding: 20px;
    border-radius: 5px;
  }
}
.product-modal__header::after {
  content: "";
  position: absolute;
  bottom: -0.2666666667vw;
  left: 2.6666666667vw;
  display: block;
  width: 75.304vw;
  height: 0.5333333333vw;
  background: url(../images/dot-line1.svg) no-repeat 0 0/100% 100%;
}
@media (min-width: 769px) {
  .product-modal__header::after {
    display: none;
  }
}
.product-modal__thumb {
  background: #fff;
  border-radius: 1.3333333333vw;
  overflow: hidden;
}
@media (min-width: 769px) {
  .product-modal__thumb {
    border-radius: 5px;
  }
}
.product-modal__thumb img {
  display: block;
  width: 24vw;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 769px) {
  .product-modal__thumb img {
    width: 70px;
  }
}
.product-modal__shop {
  flex: 1;
  font-size: 4vw;
  line-height: 1.47;
}
@media (min-width: 769px) {
  .product-modal__shop {
    font-size: 16px;
    line-height: 1.625;
  }
}
.product-modal__img {
  padding: 5.3333333333vw 5.3333333333vw 0;
  background: #fff;
}
@media (min-width: 769px) {
  .product-modal__img {
    grid-column: 1/2;
    grid-row: 1/3;
    padding: 0;
  }
}
.product-modal__img .modal-main-image {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.3333333333vw;
  background: #eee;
}
@media (min-width: 769px) {
  .product-modal__img .modal-main-image {
    border-radius: 5px;
  }
}
.product-modal__body {
  padding: 5.3333333333vw;
  background: #fff;
  color: #222;
}
@media (min-width: 769px) {
  .product-modal__body {
    margin-top: 15px;
    padding: 0;
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
.product-modal__body .modal-period {
  background: #176550;
  color: #fff;
  padding: 1.0666666667vw 2.6666666667vw 2.1333333333vw;
  border-radius: 1.3333333333vw;
  font-size: 4.8vw;
  line-height: 1.2;
  letter-spacing: 0.07em;
  text-align: center;
}
@media (min-width: 769px) {
  .product-modal__body .modal-period {
    padding: 4px 10px 6px;
    border-radius: 5px;
    font-size: 20px;
  }
}
.product-modal__body .modal-title {
  margin-top: 2.6666666667vw;
  font-size: 4.8vw;
  line-height: 1.44;
}
@media (min-width: 769px) {
  .product-modal__body .modal-title {
    margin-top: 10px;
    font-size: 20px;
    line-height: 1.5;
  }
}
.product-modal__body .modal-price {
  margin-top: 1.3333333333vw;
  color: #176550;
  font-size: 4.8vw;
  line-height: 1.2;
}
@media (min-width: 769px) {
  .product-modal__body .modal-price {
    margin-top: 10px;
    font-size: 20px;
  }
}
.product-modal__body .modal-desc {
  margin-top: 2.6666666667vw;
  font-size: 3.7333333333vw;
  line-height: 1.7;
}
@media (min-width: 769px) {
  .product-modal__body .modal-desc {
    margin-top: 10px;
    font-size: 14px;
  }
}
.product-modal__body .modal-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 2.6666666667vw 2.6666666667vw;
  margin-top: 4vw;
}
@media (min-width: 769px) {
  .product-modal__body .modal-meta {
    gap: 10px 10px;
    margin-top: 15px;
  }
}
.product-modal__body .modal-meta dt {
  width: 15.2vw;
  padding: 0.8vw 0 1.0666666667vw;
  border: 1px solid;
  color: #BA3A37;
  font-size: 3.2vw;
  line-height: 1;
  text-align: center;
}
@media (min-width: 769px) {
  .product-modal__body .modal-meta dt {
    width: 57px;
    padding: 3px 0 4px;
    font-size: 12px;
  }
}
.product-modal__body .modal-meta dd {
  width: calc(100% - 17.8666666667vw);
  font-size: 3.2vw;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .product-modal__body .modal-meta dd {
    width: calc(100% - 67px);
    font-size: 12px;
  }
}
.product-modal__body .modal-notes {
  margin-top: 4vw;
  font-size: 3.2vw;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .product-modal__body .modal-notes {
    margin-top: 15px;
    font-size: 12px;
  }
}

/* bodyロック（任意） */
body.is-modal-open {
  overflow: hidden;
}
/*# sourceMappingURL=../css/maps/layout.css.map */
