.slider {
  opacity: 0;
  transition: opacity 0.3s linear;
}

.slider.slick-initialized {
  opacity: 1;
}

.pc-child {
  display: none;
}

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

:focus {
  outline: 0;
}

/* 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;
  line-height: 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] {
  text-decoration: underline; /* 2 */
  -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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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;
}

/**
 * 1. 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * 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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

th {
  text-align: left;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --gatter:5%;
  --base-txt:13px;
  --standard:1158px;
  --xs:390px;
  --sm:762px;
  --md:1045px;
  --lg:1568px;
}
@media screen and (min-width: 960px) {
  :root {
    --gatter: 2.5%;
    --base-txt:14px;
  }
}

.inner {
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .inner {
    max-width: var(--standard);
  }
}

.innerS {
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .innerS {
    max-width: var(--sm);
  }
}

.innerM {
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .innerM {
    max-width: var(--md);
  }
}

.innerL {
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .innerL {
    max-width: var(--lg);
  }
}

.dis-b {
  display: block;
}

.dis-ib {
  display: inline-block;
}

.tb-block {
  display: inline;
}

.sp-block {
  display: block;
}

.sp-hide {
  display: none;
}

@media screen and (min-width: 600px) {
  .sp-block {
    display: inline !important;
  }
  .pc-block {
    display: inline !important;
  }
  .tb-block {
    display: block !important;
  }
}
@media screen and (min-width: 960px) {
  .tb-block {
    display: inline !important;
  }
  .pc-block {
    display: block !important;
  }
  .pc-hide {
    display: none !important;
  }
}
body {
  color: #333;
  word-break: normal;
  -webkit-appearance: none;
  font-size: var(--base-txt);
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  color: #333;
  text-decoration: none;
  transition: 0.4s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover {
  text-decoration: none;
  color: #333;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:active {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0;
  cursor: pointer;
}
a:focus {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0;
  cursor: pointer;
}

.linkBtn {
  position: relative;
  display: block;
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
  padding: clamp(15px, 0.9375rem + (1vw - 3.75px) * 0.6061, 20px);
  background: #fff;
  border-radius: 8px;
  border: 1px solid #9E323A;
  font-size: clamp(17px, 0.9375rem + (1vw - 3.75px) * 0.3636, 20px);
  letter-spacing: 0;
  font-weight: bold;
  color: #9E323A;
  text-align: center;
  text-decoration: none;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.linkBtn.sml {
  width: 100%;
  max-width: 330px;
  padding: 12px 20px;
  text-decoration: none;
  font-size: 15px;
  line-height: 1;
}
.linkBtn:hover {
  box-shadow: none;
  color: #9E323A;
}
.linkBtn:hover::after {
  right: 0;
}

p {
  margin-bottom: 2em;
  line-height: 2;
  word-break: normal;
}
p a {
  color: #9E323A;
  text-decoration: underline;
}

@media (hover: hover) and (pointer: fine) {
  a:hover {
    color: #E68A07;
    text-decoration: underline;
  }
}
@media screen and (min-width: 600px) {
  .brsp {
    display: none;
  }
}

.brtb {
  display: none;
}
@media screen and (min-width: 600px) {
  .brtb {
    display: inline;
  }
}
@media screen and (min-width: 960px) {
  .brtb {
    display: none;
  }
}

.brpc {
  display: none;
}
@media screen and (min-width: 960px) {
  .brpc {
    display: inline;
  }
}

.sm {
  font-size: 85%;
}

.xsm {
  font-size: 65%;
}

.marker {
  background: linear-gradient(transparent 0%, #ffff66 0%);
}

th {
  white-space: nowrap;
}

#wrapper {
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  #wrapper {
    overflow: visible;
  }
}

.slick-slide {
  outline: none;
}

/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　　　　　　　メインヘッダー
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
#header {
  position: relative;
  width: 100vw;
  margin: 0 0 8px;
  background: #FFF3E5;
}
#header::before {
  position: absolute;
  bottom: -3px;
  width: 100vw;
  height: 3px;
  background: #75431B;
  content: "";
}
#header::after {
  position: absolute;
  bottom: -8px;
  width: 100vw;
  height: 3px;
  background: #9E323A;
  content: "";
}
#header.is-fixed {
  position: fixed;
  z-index: 1000;
  top: 0;
}
@media screen and (min-width: 960px) {
  #header::after {
    height: 4px;
  }
  #header::before {
    height: 4px;
  }
}

.header-inside {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1198px;
  margin: 0 auto;
  padding: 20px;
  font-size: 16px;
}
@media screen and (min-width: 960px) {
  .header-inside {
    padding: 15px 40px 0 40px;
  }
}

.logo {
  width: clamp(168px, 10.5rem + (1vw - 3.75px) * 13.5758, 280px);
}
@media screen and (min-width: 960px) {
  .logo {
    margin-bottom: 15px;
  }
}
.logo a:hover {
  opacity: 0.7;
}

.header-spcart {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-content: flex-end;
  width: 32px;
  height: 30px;
}
.header-spcart a {
  display: flex;
  justify-content: flex-start;
  align-content: flex-end;
  width: 100%;
  height: 100%;
}
.header-spcart img {
  display: block;
  width: 20px;
  transition: 0.4s;
}
.header-spcart .num {
  position: absolute;
  top: -5px;
  right: 0;
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 9px;
  color: #333;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  line-height: 18px;
  pointer-events: none;
}
@media screen and (min-width: 960px) {
  .header-spcart:hover {
    background: #FF9B0D !important;
  }
  .header-spcart:hover img {
    transform: scale(1.1);
  }
}

.sp-menu-icon {
  display: flex;
  gap: 20px;
}
@media screen and (min-width: 960px) {
  .sp-menu-icon {
    display: none;
  }
}

.modaal-wrapper,
.modaal-outer-wrapper,
.modaal-inner-wrapper {
  height: 100svh !important;
}

.modaal-fullscreen .modaal-container {
  padding: 65px 0 40px;
  background: #FFF3E5;
}

.modaal-content-container {
  max-width: 450px;
  margin: 0 auto;
  padding: 0 !important;
}

.modaal-fullscreen .modaal-close {
  display: block !important;
  width: 30px !important;
  height: 30px !important;
  top: 17px !important;
  left: auto !important;
  right: 17px !important;
  background: transparent !important;
  text-align: center !important;
}

.modaal-close:after, .modaal-close:before {
  display: none !important;
}

.modaal-close span {
  position: relative !important;
  display: block !important;
  width: 30px !important;
  height: 30px !important;
  background: url(https://file001.shop-pro.jp/PA01271/496/template2024/images/header/icon-close.svg) no-repeat center center !important;
  background-size: 30px !important;
  text-indent: -100px !important;
  font-size: 5px !important;
}

.sp-menu {
  margin: 20px 0;
  border-top: 1px solid #D3BDAF;
  font-size: 18px;
}
.sp-menu li {
  border-bottom: 1px solid #D3BDAF;
}
.sp-menu a {
  position: relative;
  display: block;
  padding: 25px 20px;
  font-weight: 500;
}
.sp-menu a::after {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  width: 9px;
  height: 20px;
  background: url(https://file001.shop-pro.jp/PA01271/496/template2024/images/arrow-right.svg) no-repeat;
  background-size: 9px;
  content: "";
  pointer-events: none;
}
.sp-menu span.sp-parent {
  position: relative;
  display: block;
  padding: 25px 20px;
  font-weight: 500;
}
.sp-menu span.sp-parent::after {
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
  width: 20px;
  height: 10px;
  background: url(https://file001.shop-pro.jp/PA01271/496/template2024/images/arrow-down.svg) no-repeat center center;
  background-size: 20px;
  content: "";
  pointer-events: none;
  transition: 0.4s;
}
.sp-menu span.sp-parent.active::after {
  transform: rotate(180deg);
}

.sp-child {
  display: none;
  padding-bottom: 13px;
}
.sp-child li {
  border-bottom: 0;
}
.sp-child a {
  padding: 12px 50px 12px 3em;
  font-weight: 400;
}
.sp-child li:first-child a {
  padding-top: 0;
}

.sp-yt {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  letter-spacing: 0;
}
.sp-yt a {
  padding: 12px 30px;
  color: #E68A07;
  font-weight: 500;
  background: #fff;
  border-radius: 8px;
  text-decoration: none;
}
.sp-yt span {
  display: flex;
  align-items: center;
  gap: 12px;
}
.sp-yt span::before {
  display: block;
  width: 32px;
  height: 22px;
  background: url(https://file001.shop-pro.jp/PA01271/496/template2024/images/header/icon-yt.svg) no-repeat;
  background-size: 32px;
  content: "";
}

.pc-menu-wrap {
  position: relative;
  display: none;
}
@media screen and (min-width: 960px) {
  .pc-menu-wrap {
    display: block;
  }
}
.pc-menu-wrap .upper {
  display: flex;
  justify-content: flex-end;
  gap: 35px;
  margin-bottom: 15px;
}
.is-fixed .pc-menu-wrap .upper {
  display: none;
}
.pc-menu-wrap .upper a:hover {
  opacity: 0.7;
}
.pc-menu-wrap .lower {
  display: flex;
  justify-content: flex-end;
  gap: 35px;
}
.pc-menu-wrap .lower li {
  position: relative;
}
.pc-menu-wrap .lower a {
  display: block;
  padding-bottom: 45px;
  font-weight: 700;
}
.pc-menu-wrap .lower a:hover {
  color: #ED6503;
}

.header-pccart {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-content: flex-end;
  width: 32px;
  height: 30px;
}
.header-pccart a {
  display: flex;
  justify-content: flex-start;
  align-content: flex-end;
  width: 30px;
  height: 100%;
}
.header-pccart img {
  display: block;
  width: 28px;
  height: 36px;
  transition: 0.4s;
}
.header-pccart .num {
  position: absolute;
  top: -10px;
  right: 0;
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 9px;
  color: #333;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  line-height: 18px;
  pointer-events: none;
}

.pc-parent {
  position: relative;
  display: block;
  padding-bottom: 45px;
  font-weight: 700;
  transition: 0.4s;
}
.pc-parent:hover {
  color: #ED6503;
  cursor: pointer;
}
.pc-parent::after {
  position: absolute;
  top: 35px;
  left: 50%;
  margin-left: -10px;
  width: 20px;
  height: 9px;
  background: url(https://file001.shop-pro.jp/PA01271/496/template2024/images/arrow-down.svg) no-repeat;
  background-size: 20px;
  content: "";
  transition: 0.4s;
}
.pc-parent.active::after {
  transform: rotate(180deg);
}

.pc-child {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  background: #FFF3E5;
  z-index: 1000;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.16);
}
.is-fixed .pc-child {
  top: calc(100% + 19px);
}
.pc-child li {
  min-width: 250px;
  border-bottom: 1px solid #D3BDAF;
  padding: 0;
}
.pc-child li:last-child {
  border-bottom: 0;
}
.pc-child a {
  position: relative;
  display: block;
  padding: 15px 50px 15px 25px !important;
  font-weight: 500;
}
.pc-child a::after {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  width: 9px;
  height: 20px;
  background: url(https://file001.shop-pro.jp/PA01271/496/template2024/images/arrow-right.svg) no-repeat;
  background-size: 9px;
  content: "";
  pointer-events: none;
}
.pc-child .pcheader {
  min-width: 340px;
  padding: 20px;
  background: #FFE2C1;
}

/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	　　検索窓
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.search-wrap.sp {
  padding: 0 20px;
}
.search-wrap select {
  position: relative;
  height: 40px;
  padding: 10px 20px;
  background: #fff url(https://file001.shop-pro.jp/PA01271/496/template2024/images/arrow-down.svg) right 15px center no-repeat;
  background-size: 16px;
  border: 1px solid #D3BDAF;
}
.search-wrap select:focus {
  outline: 0;
}

.serarch-container {
  display: flex;
  justify-content: space-between;
  margin: 10px 0 0;
  background: #fff;
  border: 1px solid #D3BDAF;
}
.serarch-container input[type=text] {
  width: calc(100% - 50px);
  height: 40px;
  padding: 10px 20px;
  background: transparent;
  border: 0 !important;
  font-size: 17px;
}
.serarch-container input[type=image] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 40px;
  padding: 12px;
}

/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	　　共通パーツ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.page-ttl {
  position: relative;
  margin-bottom: clamp(50px, 3.125rem + (1vw - 3.75px) * 4.8485, 90px);
  padding: clamp(20px, 1.25rem + (1vw - 3.75px) * 3.6364, 50px);
  background: #F7CA94;
  font-size: clamp(18px, 1.125rem + (1vw - 3.75px) * 0.9697, 26px);
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.2em;
  font-feature-settings: "palt" 1;
  font-kerning: auto;
}
.page-ttl::after {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #F7CA94;
  content: "";
}
.page-ttl .inside {
  max-width: var(--standard);
  margin: 0 auto;
}

.index-line {
  position: relative;
  margin-bottom: clamp(35px, 2.1875rem + (1vw - 3.75px) * 2.303, 54px);
  font-size: clamp(18px, 1.125rem + (1vw - 3.75px) * 0.4848, 22px);
  text-align: center;
  font-weight: 700;
  color: #000;
}
.index-line::after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 33px;
  height: 4px;
  background: #FF9B0D;
  content: "";
}

.contents-row {
  max-width: var(--standard);
  margin: 0 auto;
  padding: 0 var(--gatter);
}
@media screen and (min-width: 1200px) {
  .contents-row {
    padding: 0;
  }
}

/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	     商品一覧・カテゴリ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.product-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(20px, 1.25rem + (1vw - 3.75px) * 2.4242, 40px);
  max-width: 1156px;
  margin: 0 auto;
  margin-bottom: clamp(20px, 1.25rem + (1vw - 3.75px) * 2.4242, 40px);
  padding: 0 clamp(20px, 1.25rem + (1vw - 3.75px) * 2.4242, 40px);
}

.product-unit {
  width: calc(50% - clamp(20px, 1.25rem + (1vw - 3.75px) * 2.4242, 40px) / 2);
  margin-bottom: 10px;
}
.product-unit a {
  position: relative;
  display: block;
}
.product-unit a:hover img {
  opacity: 1.0;
}
.product-unit .img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  transition: 0.4s;
}
.product-unit .ttl {
  margin-bottom: 20px;
  text-align: left;
  text-justify: none;
}
.product-unit p {
  letter-spacing: 0;
  margin-bottom: 0;
  line-height: 1.2;
}
.product-unit .now {
  display: block;
}
.product-unit .old {
  color: #888;
  text-decoration: line-through;
}
.product-unit .sold {
  font-weight: 700;
}
.product-unit .icon {
  position: absolute;
  top: -5px;
  left: -5px;
  width: clamp(90px, 5.625rem + (1vw - 3.75px) * 5.5758, 136px);
  height: clamp(24px, 1.5rem + (1vw - 3.75px) * 1.697, 38px);
  background: #FF9B0D;
  color: #fff;
  font-size: clamp(10px, 0.625rem + (1vw - 3.75px) * 0.6061, 15px);
  font-weight: 700;
}
.product-unit .icon .inside {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding-left: 6px;
  line-height: 1;
}
.product-unit .icon .inside::before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  content: "";
}
.product-unit .icon .inside::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  content: "";
}
@media screen and (min-width: 600px) {
  .product-unit {
    width: calc(25% - clamp(20px, 1.25rem + (1vw - 3.75px) * 2.4242, 40px) / 1.32);
  }
}
@media screen and (min-width: 960px) {
  .product-unit {
    width: calc(25% - clamp(20px, 1.25rem + (1vw - 3.75px) * 2.4242, 40px) / 1.32);
  }
  .product-unit .now {
    display: inline-block;
    margin-right: 0.5em;
  }
}

.cat-free1,
.cat-free2 {
  max-width: 762px;
  margin: 0 auto clamp(60px, 3.75rem + (1vw - 3.75px) * 2.4242, 80px);
  padding: 0 var(--gatter);
  line-height: 2;
}
@media screen and (min-width: 1200px) {
  .cat-free1,
  .cat-free2 {
    padding: 0;
  }
}
.cat-free1 a,
.cat-free2 a {
  color: #9E323A;
  text-decoration: underline;
}
.cat-free1 a:hover,
.cat-free2 a:hover {
  color: #E68A07;
  text-decoration: none;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 50%;
  transform: translateX(50%);
  width: 100%;
  height: 100%;
}

.scat-container {
  max-width: var(--standard);
  margin: 0 auto;
  padding: 0 var(--gatter);
}

.scat-unit {
  margin-bottom: clamp(60px, 3.75rem + (1vw - 3.75px) * 2.4242, 80px);
  border: 1px solid #D3BDAF;
}

.scat-toggle {
  position: relative;
  padding: clamp(20px, 1.25rem + (1vw - 3.75px) * 0.6061, 25px) 60px clamp(20px, 1.25rem + (1vw - 3.75px) * 0.6061, 25px) clamp(20px, 1.25rem + (1vw - 3.75px) * 0.6061, 25px);
  font-size: clamp(15px, 0.9375rem + (1vw - 3.75px) * 0.3636, 18px);
  font-weight: 500;
  text-align: center;
  color: #E68A07;
  line-height: 1;
}
.scat-toggle::after {
  position: absolute;
  top: 50%;
  right: clamp(20px, 1.25rem + (1vw - 3.75px) * 0.6061, 25px);
  width: 20px;
  height: 8px;
  margin-top: -4px;
  background: url(https://file001.shop-pro.jp/PA01271/496/template2024/images/arrow-down.svg) no-repeat;
  background-size: 20px;
  content: "";
  pointer-events: none;
  transition: 0.4s;
}
.scat-toggle:hover {
  cursor: pointer;
}
.scat-toggle.active {
  background: #FFF3E5;
}
.scat-toggle.active::after {
  transform: rotate(180deg);
}

.scat-list {
  display: none;
}
.scat-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px;
}
.scat-list li {
  width: calc(50% - 10px);
}
.scat-list a {
  display: block;
  font-weight: 500;
}
@media screen and (min-width: 960px) {
  .scat-list li {
    width: calc(25% - 30px);
  }
}

.cat-pageorder {
  margin-bottom: clamp(40px, 2.5rem + (1vw - 3.75px) * 2.4242, 60px);
}
.cat-pageorder ul {
  display: flex;
  justify-content: center;
  gap: 4px;
}
.cat-pageorder li {
  position: relative;
  width: 87px;
  border-bottom: 4px solid #D6D6D6;
}
.cat-pageorder li.active {
  padding-bottom: 8px;
  border-bottom: 4px solid #FF9B0D;
  line-height: 1;
  text-align: center;
}
.cat-pageorder a {
  display: block;
  padding-bottom: 8px;
  line-height: 1;
  text-align: center;
}
.cat-pageorder a:hover {
  color: #ED6503;
}

.cat-numlist {
  margin: clamp(60px, 3.75rem + (1vw - 3.75px) * 2.4242, 80px) auto 0;
  text-align: center;
  font-weight: 500;
}

.c-pager-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(5px, 0.3125rem + (1vw - 3.75px) * 2.4242, 25px);
  margin-top: 15px;
  line-height: 1;
  font-size: clamp(15px, 0.8125rem + (1vw - 3.75px) * 0.2424, 17px);
  font-weight: 500;
}
.c-pager-list .is-current {
  padding: 10px clamp(5px, 0.3125rem + (1vw - 3.75px) * 0.6061, 10px);
  color: #E68A07;
  font-weight: 700;
}
.c-pager-list a {
  display: block;
  padding: 10px clamp(5px, 0.3125rem + (1vw - 3.75px) * 0.6061, 10px);
}
.c-pager-list a.is-next:hover {
  opacity: 0.7;
}
.c-pager-list a.isi-perv:hover {
  opacity: 0.7;
}

.cat-none {
  display: block;
  margin: clamp(120px, 7.5rem + (1vw - 3.75px) * 9.697, 200px) auto;
  text-align: center;
  font-weight: 700;
}

/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	     ブランド一覧
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.brand-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(20px, 1.25rem + (1vw - 3.75px) * 2.4242, 40px);
  max-width: 1158px;
  margin: 0 auto;
  margin-bottom: clamp(20px, 1.25rem + (1vw - 3.75px) * 2.4242, 40px);
  padding: 0 clamp(20px, 1.25rem + (1vw - 3.75px) * 2.4242, 40px);
}

.brand-unit {
  width: calc(50% - clamp(20px, 1.25rem + (1vw - 3.75px) * 2.4242, 40px) / 2);
  text-align: center;
  font-size: 15px;
}
.brand-unit img {
  display: block;
  margin-bottom: 3px;
  transition: 0.4s;
}
.brand-unit a:hover img {
  opacity: 1.0;
}
@media screen and (min-width: 600px) {
  .brand-unit {
    width: calc(25% - clamp(20px, 1.25rem + (1vw - 3.75px) * 2.4242, 40px) / 1.32);
  }
}
@media screen and (min-width: 960px) {
  .brand-unit {
    width: calc(20% - clamp(20px, 1.25rem + (1vw - 3.75px) * 2.4242, 40px) / 1.24);
    font-size: 15px;
  }
}

.brand-btn {
  margin: clamp(60px, 3.75rem + (1vw - 3.75px) * 4.8485, 100px) auto 0;
}

/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	　買い物ガイド・よくある質問
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.guide-container {
  max-width: var(--sm);
  margin: 0 auto;
  padding: 0 var(--gatter);
  font-size: 16px;
}
@media screen and (min-width: 1200px) {
  .guide-container {
    padding: 0;
  }
}

.guide-unit {
  margin-bottom: 5px;
  border: 1px solid #D3BDAF;
}

.guide-toggle {
  position: relative;
  padding: clamp(20px, 1.25rem + (1vw - 3.75px) * 0.6061, 25px) 60px clamp(20px, 1.25rem + (1vw - 3.75px) * 0.6061, 25px) clamp(20px, 1.25rem + (1vw - 3.75px) * 0.6061, 25px);
  font-size: clamp(18px, 0.9375rem + (1vw - 3.75px) * 0.3636, 21px);
  font-weight: 500;
  transition: 0.4s;
}
.guide-toggle::after {
  position: absolute;
  top: 50%;
  right: clamp(20px, 1.25rem + (1vw - 3.75px) * 0.6061, 25px);
  width: 20px;
  height: 8px;
  margin-top: -4px;
  background: url(https://file001.shop-pro.jp/PA01271/496/template2024/images/arrow-down.svg) no-repeat;
  background-size: 20px;
  content: "";
  pointer-events: none;
  transition: 0.4s;
}
.guide-toggle.active {
  background: #FFF3E5;
}
.guide-toggle.active::after {
  transform: rotate(180deg);
}
.guide-toggle:hover {
  cursor: pointer;
  color: #FF9B0D;
}

.guide-contents {
  display: none;
  padding: 20px;
}
.guide-contents .index {
  margin-bottom: 1em;
  font-weight: 700;
  color: #FF9B0D;
  font-size: clamp(15px, 0.9375rem + (1vw - 3.75px) * 0.3636, 18px);
}
.guide-contents p {
  text-align: justify;
  text-justify: inter-ideograph;
}
.guide-contents p:last-of-type {
  margin-bottom: 10px;
}
.guide-contents ul, .guide-contents ol {
  margin-bottom: 40px;
}
.guide-contents ul:last-of-type, .guide-contents ol:last-of-type {
  margin-bottom: 10px;
}
@media screen and (min-width: 960px) {
  .guide-contents ul, .guide-contents ol {
    margin: 0 0 1.857em 1em;
  }
}
.guide-contents ul ul, .guide-contents ul ol, .guide-contents ol ul, .guide-contents ol ol {
  margin-top: 15px;
  margin-bottom: 0;
  margin-left: 1em;
}
.guide-contents ul li {
  margin-bottom: 15px;
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.4;
  list-style: disc;
  list-style-position: inside;
}
.guide-contents ol li {
  margin-bottom: 15px;
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.4;
  list-style: decimal;
  list-style-position: inside;
}
.guide-contents table {
  width: 100%;
  margin-bottom: 40px;
  line-height: 1.4;
}
.guide-contents table th {
  padding: 10px;
  border: 1px solid #D3BDAF;
  background: #fafafa;
}
.guide-contents table thead th {
  background: #FFF3E5;
}
.guide-contents table td {
  padding: 10px;
  border: 1px solid #D3BDAF;
  white-space: nowrap;
}

/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	　　DCCについて
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.dcc-container {
  max-width: var(--sm);
  margin: 0 auto;
  padding: 0 var(--gatter);
  font-size: 16px;
}
@media screen and (min-width: 1200px) {
  .dcc-container {
    padding: 0;
  }
}

.dcc-lead {
  margin: 0 auto;
  margin-bottom: clamp(60px, 3.75rem + (1vw - 3.75px) * 2.4242, 80px);
  font-size: clamp(18px, 1.125rem + (1vw - 3.75px) * 0.7273, 24px);
  font-weight: 700;
}

.dcc-index {
  margin: clamp(60px, 3.75rem + (1vw - 3.75px) * 2.4242, 80px) 0 clamp(25px, 1.5625rem + (1vw - 3.75px) * 1.8182, 40px);
  font-size: clamp(18px, 1.125rem + (1vw - 3.75px) * 0.7273, 24px);
  font-weight: 700;
}
.dcc-index::before {
  display: block;
  color: #E68A07;
  font-size: clamp(12px, 0.75rem + (1vw - 3.75px) * 0.4848, 16px);
  content: "Question";
}

.dcc-toggle {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: clamp(27px, 1.6875rem + (1vw - 3.75px) * 2.7879, 50px);
  padding: 5px 0 5px 35px;
  font-weight: 700;
  font-size: 17px;
  text-align: justify;
  text-justify: inter-ideograph;
  transition: 0.4s;
}
.dcc-toggle:hover {
  cursor: pointer;
  color: #FF9B0D;
}
.dcc-toggle::before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background: url(https://file001.shop-pro.jp/PA01271/496/template2024/images/dcc/icon-plus.svg) no-repeat center center;
  background-size: 20px;
  content: "";
  transition: 0.4s;
}
.dcc-toggle.active {
  color: #E68A07;
}
.dcc-toggle.active::before {
  transform: rotate(45deg);
}
@media screen and (min-width: 960px) {
  .dcc-toggle {
    padding-left: 45px;
    font-size: 17px;
  }
  .dcc-toggle::before {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    background-size: 30px;
  }
}

.dcc-contents {
  display: none;
  margin-top: clamp(27px, 1.6875rem + (1vw - 3.75px) * 2.7879, 50px);
  margin-bottom: clamp(40px, 2.5rem + (1vw - 3.75px) * 2.4242, 60px);
}
.dcc-contents p {
  text-align: justify;
  text-justify: inter-ideograph;
}
.dcc-contents p:last-of-type {
  margin-bottom: 0;
}

.dcc-row {
  position: relative;
}

.dcc-trigger {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: -2em;
  z-index: 3;
  width: 100%;
  font-weight: 700;
  color: #E68A07;
  transition: 0.4s;
}
.dcc-trigger:hover {
  opacity: 0.7;
  cursor: pointer;
}
.dcc-trigger::before {
  display: inline-block;
  margin-right: 10px;
  width: 14px;
  height: 14px;
  background: url(https://file001.shop-pro.jp/PA01271/496/template2024/images/icon-plus.svg) no-repeat;
  background-size: 14px;
  content: "";
}

.dcc-item {
  position: relative;
  overflow: hidden;
}
.dcc-item a {
  color: #9E323A;
}

.dcc-item.is-hide {
  height: 280px;
}

.dcc-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 54px;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, #fff 100%);
  z-index: 2;
}

.dcc-trigger.is-show + .dcc-item::before {
  display: none;
}

/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	　　　お気に入り
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.fav-lead {
  max-width: var(--sm);
  margin: 0 auto;
  margin-bottom: clamp(60px, 3.75rem + (1vw - 3.75px) * 2.4242, 80px);
  padding: 0 var(--gatter);
  font-size: 16px;
}
@media screen and (min-width: 960px) {
  .fav-lead {
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  .fav-lead {
    padding: 0;
  }
}

.fav-none {
  display: block;
  margin: 80px auto 120px;
  text-align: center;
  font-weight: 700;
}

.fav-reco-area {
  position: relative;
  width: 100%;
  margin-top: clamp(80px, 5rem + (1vw - 3.75px) * 2.4242, 100px);
  padding: clamp(60px, 3.75rem + (1vw - 3.75px) * 2.4242, 80px) 0 clamp(117px, 7.3125rem + (1vw - 3.75px) * 3.7576, 148px);
  background: #FFF3E5;
}
.fav-reco-area::after {
  position: absolute;
  top: 4px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  content: "";
}
@media screen and (min-width: 1200px) {
  .fav-reco-area {
    padding-right: 0;
    padding-left: 0;
  }
}

/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	　ぱんくず
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.breadcrumb {
  display: flex;
  justify-content: flex-end;
  margin-top: clamp(80px, 5rem + (1vw - 3.75px) * 4.8485, 120px);
  padding: 0 0 clamp(15px, 0.9375rem + (1vw - 3.75px) * 1.2121, 25px);
}
.breadcrumb li {
  position: relative;
}
.breadcrumb li::after {
  display: inline-block;
  margin: 0 0.5em;
  content: ">";
}
.breadcrumb li:last-child::after {
  display: none;
}

/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	特商法　プライバシー
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.terms-container {
  max-width: var(--sm);
  margin: 0 auto clamp(80px, 5rem + (1vw - 3.75px) * 4.8485, 120px);
  padding: 0 var(--gatter);
}

.terms-table {
  display: block;
  width: 100%;
}
.terms-table tbody {
  display: block;
  width: 100%;
}
.terms-table tr {
  display: block;
  width: 100%;
  border-bottom: 1px solid #D3BDAF;
}
.terms-table th {
  display: block;
  padding-top: 15px;
}
.terms-table td {
  padding-bottom: 15px;
}
@media screen and (min-width: 600px) {
  .terms-table tr {
    display: flex;
  }
  .terms-table th {
    display: inline-block;
    width: 30%;
    padding: 15px 0;
  }
  .terms-table td {
    display: inline-block;
    width: 70%;
    padding: 15px 0 15px 20px;
  }
}

.terms-index {
  margin: 60px 0 20px;
  font-size: clamp(18px, 1.125rem + (1vw - 3.75px) * 0.4848, 22px);
  color: #FF9B0D;
  font-weight: 700;
}

/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	　　売れ筋商品
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.rank-area {
  position: relative;
  width: 100%;
  padding: clamp(60px, 3.75rem + (1vw - 3.75px) * 2.4242, 80px) var(--gatter) clamp(117px, 7.3125rem + (1vw - 3.75px) * 3.7576, 148px);
  background: #FFF3E5;
}
.rank-area .inside {
  max-width: var(--standard);
  margin: 0 auto;
}
.rank-area::after {
  position: absolute;
  top: 4px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  content: "";
}
.rank-area .product-unit a {
  margin: 0 15px;
}

/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	最近チェックした商品
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.recent-area {
  max-width: var(--standard);
  margin: 0 auto;
  padding: clamp(60px, 3.75rem + (1vw - 3.75px) * 4.8485, 100px) 0;
}

.recent-track {
  overflow-x: scroll;
  margin-left: var(--gatter);
}
@media screen and (min-width: 960px) {
  .recent-track {
    margin-left: 0;
    padding: 0 var(--gatter);
    overflow: hidden;
  }
}
@media screen and (min-width: 1200px) {
  .recent-track {
    padding: 0;
  }
}

.recent-list {
  display: flex;
  gap: 10px;
}
.recent-list li {
  display: flex;
  align-self: stretch;
  align-items: center;
  justify-content: center;
}
.recent-list a {
  display: flex;
  align-self: stretch;
  align-items: center;
  justify-content: center;
}
.recent-list a:hover img {
  opacity: 0.7;
}
.recent-list img {
  max-width: 35vw;
  transition: 0.4s;
}
@media screen and (min-width: 600px) {
  .recent-list img {
    max-width: 25vw;
  }
}
@media screen and (min-width: 960px) {
  .recent-list {
    justify-content: center;
  }
  .recent-list img {
    max-width: 140px;
  }
}
@media screen and (min-width: 1200px) {
  .recent-list img {
    max-width: 168px;
  }
}

/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	　　フッター
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
#footer {
  position: relative;
  width: 100%;
  background: #41230A;
  margin-top: 9px;
  padding: clamp(30px, 1.875rem + (1vw - 3.75px) * 3.6364, 60px) 0 clamp(43px, 2.6875rem + (1vw - 3.75px) * 2.303, 62px);
  color: #fff;
}
#footer::before {
  position: absolute;
  top: -6px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #9E323A;
  content: "";
}
#footer::after {
  position: absolute;
  top: -12px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #FF9B0D;
  content: "";
}

.footer-inside {
  padding: 0 var(--gatter);
}

.footer-menu {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.footer-menu a {
  color: #fff;
  font-size: 15px;
}
.footer-menu a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 960px) {
  .footer-menu {
    flex-direction: row;
    justify-content: center;
  }
}

.copy {
  display: block;
  margin-top: 40px;
  margin-bottom: 0;
  letter-spacing: 0;
  font-size: 12px;
  text-align: center;
}



