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

/* 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 {
  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;
  font-weight: bold;
}

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

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

.p-body.top .p-header,
.p-body.top .sp-global-header,
.p-body.top .p-drawer-nav,
.p-body.top .p-footer {
  display: none;
}

.p-body:not(.top) .common-header,
.p-body:not(.top) .common-footer,
.p-body:not(.top) .common-info,
.p-body:not(.top) .common-pagetop,
.p-body:not(.top) .common-sp-header,
.p-body:not(.top) .top-wrapper {
  display: none;
}

.p-page-content.top,
.p-layout-container.top {
  max-width: 100%;
  padding: 0;
}

.AQ_Favorites_Product {
  display: none !important;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
}
html.-opened {
  height: 100%;
  overflow: hidden;
}

body {
  font-family: "Hiragino Sans Pr6N", sans-serif;
  font-size: 1.4rem;
  line-height: 1.75;
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 1.5rem;
  }
}

p {
  font-size: inherit;
}

a {
  transition: 0.2s;
}
a:hover {
  opacity: 0.7;
}

picture,
img {
  max-width: 100%;
}

.p-body.top {
  padding-top: 0;
}

.common-sp-header-user-btn-label,
.common-sp-header-cart-btn-label,
.common-sp-header-snstoggle-label::before,
.common-sp-header-toggle-label::before,
.top-common-header-user-btn-label,
.top-common-header-cart-btn-label,
.top-common-header-toggle-label::before {
  font-family: "Montserrat", serif;
  font-weight: medium;
}

.common-sp-header-cart-btn-num,
.common-sp-header-nav-link::before,
.ranking-grid::before,
.top-common-header-cart-btn-num,
.top-common-header-nav-link::before,
.product-soldout,
.product-discount,
[data-en]::before {
  font-family: "Montserrat", serif;
  font-weight: bold;
}

@media screen and (min-width: 1025px) {
  .is-pc {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .is-pc {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .is-sp {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .is-sp {
    display: block;
  }
}

.page-width {
  display: flex;
  justify-content: center;
  padding-right: 4rem;
  padding-left: 4rem;
}
@media screen and (max-width: 800px) {
  .page-width {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .page-width {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
.page-width-inner {
  max-width: 1024px;
  width: 100%;
}

.section-inner {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 1024px) {
  .section-inner {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media screen and (max-width: 800px) {
  .section-inner {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.bg-gray {
  background-color: #f5f5f5;
}

[data-en]::before {
  content: attr(data-en);
  letter-spacing: 2px;
}

.section-header {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
}
.section-header.-flex {
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .section-header.-flex {
    justify-content: center;
  }
}
.section-header.-center {
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .section-header.-left {
    justify-content: center;
  }
}
@media screen and (max-width: 800px) {
  .section-header .more-btn {
    display: none;
  }
}

.section-heading {
  display: flex;
  font-weight: bold;
  color: #0c1a3a;
  line-height: 1;
}
.section-heading::before {
  font-size: 3rem;
  font-weight: SemiBold;
}
.-flex .section-heading {
  align-items: flex-end;
  gap: 2rem;
}
@media screen and (max-width: 640px) {
  .-flex .section-heading {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
}
.-flex .section-heading::before {
  position: relative;
  top: 0.4rem;
}
.-center .section-heading,
.-left .section-heading {
  flex-direction: column;
  gap: 1rem;
}
.-center .section-heading {
  align-items: center;
}
@media screen and (max-width: 800px) {
  .-left .section-heading {
    align-items: center;
  }
}

.more-btn {
  display: flex;
  justify-content: center;
}
.more-btn a {
  display: inline-flex;
  background-color: #0c1a3a;
  padding: 1.7rem 3.7rem;
  color: #fff;
  line-height: 1;
}
.more-btn a::after {
  background: url(https://img07.shop-pro.jp/PA01337/709/etc/arrow-right-white.png?cmsp_timestamp=20220521011912)
    50% 50% / contain no-repeat;
  display: block;
  width: 1.2em;
  height: 1.2rem;
  margin-left: 0.8rem;
  content: "";
}
.more-btn-sp {
  margin-top: 3rem;
}
@media screen and (min-width: 801px) {
  .more-btn-sp {
    display: none;
  }
}

.product {
  display: block;
}
.product-thumb {
  background-color: #ddd;
  aspect-ratio: 1/1;
}
.product-thumb img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50%;
  object-position: 50%;
}
.product-title {
  margin-top: 1.6rem;
  color: #0c1a3a;
  font-weight: bold;
}
.product-data {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.8rem;
}
@media screen and (max-width: 640px) {
  .product-data {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.7rem;
    margin-top: 0.7rem;
  }
}
.product-price {
  color: #666;
  letter-spacing: 1px;
}
.product-price-num.-discount {
  color: #f00;
  font-weight: bold;
}
.product-discount {
  margin-top: -1rem;
  color: #f00;
  letter-spacing: 2px;
}
.product-soldout {
  color: #f00;
  letter-spacing: 2px;
}
.product-favorite button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid #e3e3e3;
  border-radius: 2em;
  color: #ccc;
}
.product-favorite button.is-added {
  color: #ff7373;
}
.product-favorite button svg {
  position: relative;
  top: 1px;
  width: 1.1rem;
  height: 1.1rem;
  line-height: 1;
  fill: currentColor;
}

@media screen and (max-width: 640px) {
  .slick-box {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  .slick-box .slick-slide {
    width: calc(261px + 2rem) !important;
    padding-left: 2rem !important;
  }
  .slick-box .slick-arrow.slick-disabled {
    display: none !important;
  }
  .slick-box .slick-arrow {
    background: 50% 50% / contain no-repeat;
    display: block;
    width: 44px;
    height: 44px;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    z-index: 100;
    text-indent: -9999px;
    overflow: hidden;
  }
  .slick-box .slick-arrow.slick-next {
    background-image: url(https://img07.shop-pro.jp/PA01337/709/etc/slick-next.png?cmsp_timestamp=20220521015425);
    right: 1rem;
  }
  .slick-box .slick-arrow.slick-prev {
    background-image: url(https://img07.shop-pro.jp/PA01337/709/etc/slick-prev.png?cmsp_timestamp=20220521015453);
    left: 1rem;
  }
}

.top-common-header {
  background-color: #fff;
  display: flex;
  width: 100%;
  z-index: 100;
}
@media screen and (min-width: 1025px) {
  .top-common-header {
    justify-content: space-between;
    align-items: center;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .top-common-header {
    background: #fff
      url(https://img07.shop-pro.jp/PA01337/709/etc/scroll.png?cmsp_timestamp=20220521015232)
      50% 100% no-repeat;
    background-size: 14px 172px;
    flex-direction: column;
    gap: 1px;
    position: absolute;
    top: 0;
    right: 0;
    width: 8rem;
    height: 100vh;
  }
}
@media screen and (max-width: 640px) {
  .top-common-header {
    background-size: 11px 136px;
    width: 5.6rem;
  }
}
.top-common-header-logo {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media screen and (max-width: 1280px) {
  .top-common-header-logo {
    width: 280px;
  }
}
.top-common-header-toggle {
  display: none;
}
@media screen and (max-width: 1024px) {
  .top-common-header-toggle {
    background-color: #0c1a3a;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 8rem;
    height: 8rem;
    color: #fff;
    gap: 0.6rem;
  }
}
@media screen and (max-width: 640px) {
  .top-common-header-toggle {
    width: 5.6rem;
    height: 5.6rem;
    gap: 0.3rem;
  }
}
.top-common-header-toggle-ico {
  background: url(https://img07.shop-pro.jp/PA01337/709/etc/toggle-open.png?cmsp_timestamp=20220521015857)
    50% 50% / contain no-repeat;
  content: "";
  width: 3rem;
  height: 3rem;
}
@media screen and (max-width: 640px) {
  .top-common-header-toggle-ico {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.-active .top-common-header-toggle-ico {
  background-image: url(https://img07.shop-pro.jp/PA01337/709/etc/toggle-close.png?cmsp_timestamp=20220521020213);
}
.top-common-header-toggle-label::before {
  content: "MENU";
  letter-spacing: 1px;
}
@media screen and (max-width: 640px) {
  .top-common-header-toggle-label::before {
    font-size: 1rem;
  }
}
.-active .top-common-header-toggle-label::before {
  content: "CLOSE";
}
.top-common-header-menu {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .top-common-header-menu {
    flex-direction: column;
    gap: 1px;
  }
}
.top-common-header-nav {
  display: flex;
  margin-right: 3rem;
}
@media screen and (max-width: 1280px) {
  .top-common-header-nav {
    margin-right: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .top-common-header-nav {
    display: none;
    position: fixed;
    left: 0%;
    top: 0%;
  }
  .-active .top-common-header-nav {
    background-color: #0c1a3a;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% - 80px);
    height: 100%;
    border-right: 1px solid;
    color: #fff;
  }
}
@media screen and (max-width: 640px) {
  .-active .top-common-header-nav {
    width: calc(100% - 56px);
  }
}
.top-common-header-nav-lists {
  display: flex;
  gap: 2em;
  font-size: 1.3rem;
}
@media screen and (min-width: 1025px) {
  .top-common-header-nav-lists {
    min-height: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .top-common-header-nav-lists {
    flex-direction: column;
    gap: 3vh;
  }
}
.top-common-header-nav-list {
  min-height: 100%;
}
@media screen and (max-width: 1024px) {
  .top-common-header-nav-list {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .top-common-header-nav-list:nth-child(n + 2)::before {
    background-color: #fff;
    display: block;
    width: 1.9rem;
    height: 1px;
    margin-bottom: 3vh;
    content: "";
  }
}
.top-common-header-nav-link {
  display: flex;
  align-items: center;
  color: #0c1a3a;
  min-height: 100%;
}
@media screen and (max-width: 1024px) {
  .top-common-header-nav-link {
    flex-direction: column;
    color: #fff;
  }
}
.top-common-header-nav-link::before {
  font-size: 2.6rem;
}
@media screen and (min-width: 1025px) {
  .top-common-header-nav-link::before {
    display: none;
  }
}
.top-common-header-nav-list:hover .top-common-header-nav-child {
  display: flex;
}
.top-common-header-nav-child {
  justify-content: center;
  background-color: #0c1a3a;
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .top-common-header-nav-child {
    display: none;
    position: fixed;
    left: 0;
    top: 7rem;
    width: 100%;
    padding: 1rem;
  }
}
@media screen and (max-width: 1024px) {
  .top-common-header-nav-child {
    display: flex;
    margin-top: 2rem;
  }
}
.top-common-header-nav-child-lists {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .top-common-header-nav-child-lists {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.top-common-header-nav-child-lists a {
  display: inline-flex;
  padding: 1rem 2rem;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .top-common-header-nav-child-lists a {
    padding: 1rem;
  }
}
.top-common-header-nav-child-lists a::before {
  background: url(https://img07.shop-pro.jp/PA01337/709/etc/arrow-right-white.png?cmsp_timestamp=20220521011912)
    50% 50% / contain no-repeat;
  display: block;
  width: 1.2em;
  height: 1.2rem;
  margin-right: 0.8rem;
  content: "";
}
.top-common-header-sns {
  margin-right: 2rem;
}
@media screen and (max-width: 1280px) {
  .top-common-header-sns {
    margin-right: 1rem;
  }
}
@media screen and (max-width: 1024px) {
  .top-common-header-sns {
    margin-right: 0;
    margin-top: 2.4rem;
    order: 4;
  }
}
@media screen and (max-width: 640px) {
  .top-common-header-sns {
    margin-top: 1.4rem;
  }
}
.top-common-header-sns-lists {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 100%;
}
@media screen and (max-width: 1280px) {
  .top-common-header-sns-lists {
    gap: 0.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .top-common-header-sns-lists {
    gap: 1.4rem;
    flex-direction: column;
  }
}
.top-common-header-sns-link {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0c1a3a;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 2em;
}
@media screen and (max-width: 1024px) {
  .top-common-header-sns-link {
    width: 4rem;
    height: 4rem;
  }
}
@media screen and (max-width: 640px) {
  .top-common-header-sns-link {
    width: 3.2rem;
    height: 3.2rem;
  }
}
.top-common-header-sns-link img {
  width: 1.4rem;
}
@media screen and (max-width: 1024px) {
  .top-common-header-sns-link img {
    width: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .top-common-header-sns-link img {
    width: 1.4rem;
  }
}
.top-common-header-user,
.top-common-header-cart {
  line-height: 1;
}
.top-common-header-user-btn,
.top-common-header-cart-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 7rem;
  color: #fff;
}
.top-common-header-user-btn-label,
.top-common-header-cart-btn-label {
  letter-spacing: 1px;
}
.top-common-header-user-btn {
  gap: 12px;
  background-color: #0c1a3a;
  width: 14rem;
}
@media screen and (max-width: 1280px) {
  .top-common-header-user-btn {
    width: 12rem;
  }
}
@media screen and (max-width: 1024px) {
  .top-common-header-user-btn {
    flex-direction: column;
    width: 8rem;
    height: 8rem;
    gap: 8px;
  }
}
@media screen and (max-width: 640px) {
  .top-common-header-user-btn {
    width: 5.6rem;
    height: 5.6rem;
  }
}
.top-common-header-user-btn-ico {
  display: block;
  width: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .top-common-header-user-btn-ico {
    width: 2.4rem;
  }
}
@media screen and (max-width: 640px) {
  .top-common-header-user-btn-ico {
    width: 1.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .top-common-header-user-btn-label {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .top-common-header-user-btn-label {
    font-size: 1rem;
  }
}
.top-common-header-cart-btn {
  position: relative;
  gap: 8px;
  background-color: #0e3387;
  flex-direction: column;
  width: 7rem;
}
@media screen and (max-width: 1024px) {
  .top-common-header-cart-btn {
    width: 8rem;
    height: 8rem;
  }
}
@media screen and (max-width: 640px) {
  .top-common-header-cart-btn {
    width: 5.6rem;
    height: 5.6rem;
  }
}
.top-common-header-cart-btn-ico {
  display: block;
  width: 2.6rem;
}
@media screen and (max-width: 1024px) {
  .top-common-header-cart-btn-ico {
    width: 4rem;
  }
}
@media screen and (max-width: 640px) {
  .top-common-header-cart-btn-ico {
    width: 2.6rem;
  }
}
.top-common-header-cart-btn-num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  right: 1.4rem;
  top: 0.7rem;
  background-color: #fff;
  border-radius: 2em;
  color: #0e3387;
  font-size: 1rem;
}
@media screen and (max-width: 1024px) {
  .top-common-header-cart-btn-num {
    right: 1.4rem;
    top: 0.7rem;
  }
}
@media screen and (max-width: 640px) {
  .top-common-header-cart-btn-num {
    right: 0.5rem;
    top: 0.4rem;
  }
}
.top-common-header-cart-btn-label {
  font-size: 1.2rem;
}
@media screen and (max-width: 1024px) {
  .top-common-header-cart-btn-label {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .top-common-header-cart-btn-label {
    font-size: 1rem;
  }
}

.top-mv {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .top-mv {
    margin-right: 56px;
  }
}
.top-mv .common-header-logo-sp {
  position: absolute;
  left: 4vw;
  top: 4vh;
  z-index: 50;
  width: 5rem;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 480px) {
  .top-mv .common-header-logo-sp {
    left: 4vw;
    top: 4vw;
  }
}
.top-mv a:hover .top-mv-bg img {
  transform: scale(1.1);
  opacity: 0.8;
}
.top-mv-wrapper {
  background-color: #fff2e6;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .top-mv-wrapper {
    height: 100vh;
  }
}
.top-mv-contents {
  position: relative;
  z-index: 20;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .top-mv-contents {
    display: flex;
    justify-content: center;
    top: -5%;
    height: 70%;
  }
}
@media screen and (max-width: 640px) {
  .top-mv-contents {
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  .top-mv-contents {
    top: 0%;
  }
}
.top-mv-contents img {
  height: 100% !important;
}
@media screen and (max-width: 640px) {
  .top-mv-contents img {
    height: auto;
  }
}
.top-mv-bg {
  position: absolute;
  right: 0;
  z-index: 10;
  flex: 1 0 0%;
  width: calc(100% - 700px);
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1500px) {
  .top-mv-bg {
    width: calc(100% - 534px);
  }
}
@media screen and (min-width: 1025px) {
  .top-mv-bg {
    top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .top-mv-bg {
    bottom: 0;
    width: 100%;
    height: 45%;
  }
}
.top-mv-bg::before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(270deg, rgba(255, 242, 230, 0) 80%, #fff2e6 100%);
}
@media screen and (max-width: 1024px) {
  .top-mv-bg::before {
    background: linear-gradient(0deg, rgba(255, 242, 230, 0) 80%, #fff2e6 100%);
  }
}
.top-mv-bg img {
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50%;
  object-position: 50%;
  width: 100%;
  height: 100% !important;
  transition: 0.3s;
}

.slider-wrapper {
  display: block;
  position: relative;
  height: 100%;
}

.slick-list,
.slick-track {
  height: 100%;
}

.slider-box {
  width: 100%;
  height: 100%;
}

.slider-item {
  height: 100%;
}
.slider-item a {
  display: block;
  height: 100%;
}
.slider-item a picture {
  display: block;
  height: 100%;
}
.slider-item img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .slider-item img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 20%;
    object-position: 50% 20%;
  }
}

.slider-dot {
  position: absolute;
  bottom: 3rem;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1025px) {
  .slider-dot {
    right: 3rem;
  }
}
@media screen and (max-width: 1024px) {
  .slider-dot {
    left: 50%;
    transform: translateX(-50%);
  }
}
.slider-dot button {
  position: relative;
  width: 30px;
  height: 30px;
  border: none;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
}

.slider-inner-dot {
  position: absolute;
  top: calc(50% - 5px);
  left: calc(50% - 5px);
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
}

.slick-active .slider-inner-dot {
  background-color: #0c1a3a;
}

.top-category-inner {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 640px) {
  .top-category-inner {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.category-nav-grids {
  display: grid;
  gap: 2rem;
}
.category-nav-grids + .category-nav-grids {
  margin-top: 2rem;
}
.-grid-2 {
  grid-template-columns: repeat(2, 1fr);
}
.-grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
.-grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

@media screen and (max-width: 800px) {
  .category-nav-grids {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.4rem;
  }
}
.category-nav-link {
  display: block;
  position: relative;
  overflow: hidden;
}
.category-nav-link::before {
  position: absolute;
  right: 1.7rem;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background: url(https://img07.shop-pro.jp/PA01337/709/etc/arrow-right-white.png?cmsp_timestamp=20220521011912)
    50% 50% / contain no-repeat;
  width: 12px;
  height: 12px;
  z-index: 50;
}
@media screen and (max-width: 800px) {
  .category-nav-link::before {
    right: 2.7rem;
  }
}
.category-nav-link:hover .category-nav-bg img {
  transform: scale(1.1);
}
.category-nav-bg {
  overflow: hidden;
}
.category-nav-bg img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50%;
  object-position: 50%;
  transition: 0.3s;
}
@media screen and (max-width: 800px) {
  .category-nav-bg img {
    height: 90px;
  }
}
.category-nav-label {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .category-nav-label {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 480px) {
  .category-nav-label {
    font-size: 1.4rem;
  }
}

.top-banner-inner {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 640px) {
  .top-banner-inner {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.banner-grids {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
}
@media screen and (max-width: 640px) {
  .banner-grids {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}

@media screen and (max-width: 800px) {
  .news-grids {
    gap: 2.5rem;
  }
}
@media screen and (min-width: 641px) {
  .news-grids {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem;
  }
}

@media screen and (max-width: 640px) {
  .news-grid {
    width: calc(261px + 2rem);
    padding-left: 2rem;
  }
}
.news-grid-thumb img {
  width: 100%;
  aspect-ratio: 312/195;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50%;
  object-position: 50%;
}
.news-grid-category {
  margin-top: 2rem;
}
.news-grid-category-tag {
  background-color: #0c1a3a;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.8rem 1.6rem;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1;
}
.news-grid-title {
  margin-top: 1rem;
}

.ranking-grids {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(2, auto);
  grid-template-areas: "rank1 rank1 rank1 rank2 rank2 rank2" "rank3 rank3 rank4 rank4 rank5 rank5";
  gap: 4rem;
}
@media screen and (max-width: 800px) {
  .ranking-grids {
    gap: 1.5rem;
  }
}

.ranking-grid {
  position: relative;
}
.ranking-grid::before {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #0c1a3a;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.6rem;
  height: 2.6rem;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
}
.ranking-grid:nth-child(1) {
  grid-area: rank1;
}
.ranking-grid:nth-child(1)::before {
  background-color: #bf912a;
  content: "1";
}
.ranking-grid:nth-child(2) {
  grid-area: rank2;
}
.ranking-grid:nth-child(2)::before {
  background-color: #5b6666;
  content: "2";
}
.ranking-grid:nth-child(3) {
  grid-area: rank3;
}
.ranking-grid:nth-child(3)::before {
  background-color: #8c4c15;
  content: "3";
}
.ranking-grid:nth-child(4) {
  grid-area: rank4;
}
.ranking-grid:nth-child(4)::before {
  content: "4";
}
.ranking-grid:nth-child(5) {
  grid-area: rank5;
}
.ranking-grid:nth-child(5)::before {
  content: "5";
}
@media screen and (min-width: 641px) {
  .ranking-grid .product {
    display: flex;
    align-items: center;
    gap: 3rem;
  }
}
@media screen and (max-width: 800px) {
  .ranking-grid .product {
    gap: 1.5rem;
  }
}
@media screen and (min-width: 641px) {
  .ranking-grid .product-thumb {
    width: 50%;
  }
}
.ranking-grid .product-data {
  flex-direction: column;
  align-items: flex-start;
  gap: 1.2rem;
  margin-top: 1rem;
}
@media screen and (max-width: 800px) {
  .ranking-grid .product-data {
    gap: 0.7rem;
    margin-top: 0.7rem;
  }
}
@media screen and (min-width: 641px) {
  .ranking-grid:nth-child(1) .product-title,
  .ranking-grid:nth-child(2) .product-title {
    font-size: 1.8rem;
  }
}

.recommend-grids {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4rem;
}
@media screen and (max-width: 1024px) {
  .recommend-grids {
    gap: 2rem;
  }
}
@media screen and (max-width: 800px) {
  .recommend-grids {
    gap: 1.5rem;
  }
}

.search-form {
  position: relative;
}
.search-form input {
  background-color: #fff;
  width: 100%;
  padding: 2rem;
  border: 1px solid #ccc;
}
.search-form-btn {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0c1a3a;
  width: 7rem;
  height: 100%;
  color: #fff;
}
.search-form-btn svg {
  width: 2.4rem;
  height: 2.4rem;
  fill: currentColor;
}

.search-category {
  margin-top: 3rem;
  color: #0c1a3a;
}
@media screen and (max-width: 800px) {
  .search-category {
    margin-top: 2rem;
  }
}
.search-category-row {
  display: flex;
}
@media screen and (max-width: 800px) {
  .search-category-row {
    flex-direction: column;
    gap: 1rem;
  }
}
.search-category-row:nth-child(n + 2) {
  margin-top: 2rem;
}
@media screen and (max-width: 800px) {
  .search-category-row:nth-child(n + 2) {
    margin-top: 1.5rem;
  }
}
.search-category-label {
  position: relative;
  top: 0.3rem;
  width: 14.5rem;
  font-weight: bold;
}
@media screen and (min-width: 801px) {
  .search-category-label::after {
    content: "¡§";
  }
}
.search-category-tag-lists {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  flex: 1 0 0%;
}
@media screen and (max-width: 800px) {
  .search-category-tag-lists {
    gap: 1rem;
  }
}
.search-category-tag {
  display: inline-flex;
  padding: 0.6rem 2.4rem;
  line-height: 1;
  border: 1px solid #0c1a3a;
}

.top-other-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 800px) {
  .top-other-columns {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (min-width: 801px) {
  .top-other-column {
    padding: 0 3rem;
    border-right: 1px solid #0c1a3a;
  }
  .top-other-column:nth-child(1) {
    border-left: 1px solid #0c1a3a;
  }
}
@media screen and (max-width: 800px) {
  .top-other-column:nth-child(1) {
    padding-bottom: 4rem;
  }
  .top-other-column:nth-child(2) {
    padding-top: 4rem;
    border-top: 1px solid #0c1a3a;
  }
}

.other-grids {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
@media screen and (max-width: 1024px) {
  .other-grids {
    gap: 2rem;
  }
}
@media screen and (max-width: 800px) {
  .other-grids {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 640px) {
  .other-grids {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .other-grids {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 480px) {
  .other-grid:nth-child(n + 5) {
    display: none;
  }
}
.other-grid .product-title {
  margin-top: 1rem;
}

.top-other-nav {
  margin-top: 8rem;
}
.top-other-nav-lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 800px) {
  .top-other-nav-lists {
    grid-template-columns: repeat(1, 1fr);
  }
}
.top-other-nav-link {
  display: block;
  position: relative;
  overflow: hidden;
}
.top-other-nav-link[target="_blank"]::before {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  content: "";
  background: url(https://img07.shop-pro.jp/PA01337/709/etc/blank-white.png?cmsp_timestamp=20220521012525)
    50% 50% / contain no-repeat;
  width: 14px;
  height: 14px;
  z-index: 50;
}
.top-other-nav-link:hover .top-other-nav-link-bg img {
  transform: scale(1.1);
}
.top-other-nav-link-bg {
  overflow: hidden;
}
.top-other-nav-link-bg img {
  width: 100%;
  height: 100%;
  aspect-ratio: 341/226;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50%;
  object-position: 50%;
  transition: 0.3s;
}
@media screen and (max-width: 800px) {
  .top-other-nav-link-bg img {
    aspect-ratio: 341/86;
  }
}
@media screen and (max-width: 640px) {
  .top-other-nav-link-bg img {
    aspect-ratio: 341/156;
  }
}
@media screen and (max-width: 480px) {
  .top-other-nav-link-bg img {
    aspect-ratio: 341/206;
  }
}
.top-other-nav-link-title {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: bold;
}
.top-other-nav-link-title::before {
  font-size: 2.6rem;
}

.common-info {
  border-top: 1px solid #ccc;
}
.common-info-inner {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.common-info-grids {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 640px) {
  .common-info-grids {
    grid-template-columns: repeat(1, 1fr);
  }
}
.common-info-grid:nth-child(1) {
  border-right: 1px solid #ccc;
  padding-right: 7rem;
}
@media screen and (max-width: 800px) {
  .common-info-grid:nth-child(1) {
    padding-right: 4rem;
  }
}
@media screen and (max-width: 640px) {
  .common-info-grid:nth-child(1) {
    padding-right: 0;
    padding-bottom: 4rem;
    border-right: 0;
    border-bottom: 1px solid #ccc;
  }
}
.common-info-grid:nth-child(2) {
  padding-left: 7rem;
}
@media screen and (max-width: 800px) {
  .common-info-grid:nth-child(2) {
    padding-left: 4rem;
  }
}
@media screen and (max-width: 640px) {
  .common-info-grid:nth-child(2) {
    padding-left: 0;
    padding-top: 4rem;
  }
}
.common-info-label {
  margin-bottom: 3rem;
  font-size: 1.6rem;
  font-weight: bold;
}
.common-info-label::after {
  background-color: #0c1a3a;
  content: "";
  display: block;
  width: 3.5rem;
  height: 1px;
  margin-top: 1.6rem;
}
.common-info-description p {
  margin-top: 2rem;
}

.common-footer {
  background-color: #0c1a3a;
  color: #fff;
}
.common-footer-inner {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 1024px) {
  .common-footer-inner {
    padding-bottom: 11rem;
  }
}
@media screen and (max-width: 640px) {
  .common-footer-inner {
    padding-bottom: 8.6rem;
  }
}
.common-footer-columns {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
}
@media screen and (min-width: 641px) {
  .common-footer-columns {
    align-items: center;
  }
}
@media screen and (max-width: 640px) {
  .common-footer-columns {
    flex-direction: column;
  }
}
.common-footer-column {
  flex: 1 0 0%;
}
.common-footer-column:nth-child(1) {
  flex: 1.2 0 0%;
}
.common-footer-sns {
  margin-top: 2rem;
}
.common-footer-sns-lists {
  display: flex;
  gap: 1.6rem;
}
.common-footer-sns-list {
  width: 2.2rem;
}
.common-footer-nav {
  overflow: hidden;
}
.common-footer-nav-lists {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-right: -1.5em;
}
@media screen and (max-width: 640px) {
  .common-footer-nav-lists {
    justify-content: flex-start;
    margin-right: 0;
    margin-left: -1.5em;
  }
}
@media screen and (max-width: 640px) {
  .common-footer-nav-list::before {
    content: "|";
    margin-right: 0.5em;
    margin-left: 0.5em;
  }
}
@media screen and (min-width: 641px) {
  .common-footer-nav-list::after {
    content: "|";
    margin-right: 0.5em;
    margin-left: 0.5em;
  }
}

.copyright {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px solid;
  text-align: center;
  font-size: 1.2rem;
}
@media screen and (max-width: 640px) {
  .copyright {
    font-size: 0.8rem;
  }
}

.common-pagetop {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
}
.common-pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0c1a3a;
  width: 6rem;
  height: 6rem;
}
.common-pagetop a img {
  width: 2.1rem;
}

.common-sp-header {
  display: none;
  background-color: #fff;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8rem;
  border-top: 1px solid;
  color: #fff;
  line-height: 1;
  z-index: 300;
}
@media screen and (max-width: 640px) {
  .common-sp-header {
    height: 5.6rem;
  }
}
.common-sp-header-inner {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  height: 100%;
}
.common-sp-header-toggle {
  display: none;
}
@media screen and (max-width: 1024px) {
  .common-sp-header-toggle {
    background-color: #0c1a3a;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #fff;
    gap: 0.6rem;
  }
}
@media screen and (max-width: 640px) {
  .common-sp-header-toggle {
    gap: 0.3rem;
  }
}
.common-sp-header-toggle-ico {
  background: url(https://img07.shop-pro.jp/PA01337/709/etc/toggle-open.png?cmsp_timestamp=20220521015857)
    50% 50% / contain no-repeat;
  content: "";
  width: 3rem;
  height: 3rem;
}
@media screen and (max-width: 640px) {
  .common-sp-header-toggle-ico {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.-active .common-sp-header-toggle-ico {
  background-image: url(https://img07.shop-pro.jp/PA01337/709/etc/toggle-close.png?cmsp_timestamp=20220521015930);
}
.common-sp-header-toggle-label {
  line-height: 1;
}
.common-sp-header-toggle-label::before {
  content: "MENU";
  letter-spacing: 1px;
}
@media screen and (max-width: 640px) {
  .common-sp-header-toggle-label::before {
    font-size: 1rem;
  }
}
.-active .common-sp-header-toggle-label::before {
  content: "CLOSE";
}
.common-sp-header-snstoggle {
  display: none;
}
@media screen and (max-width: 1024px) {
  .common-sp-header-snstoggle {
    background-color: #0c1a3a;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #fff;
    gap: 1rem;
  }
}
@media screen and (max-width: 640px) {
  .common-sp-header-snstoggle {
    gap: 0.9rem;
  }
}
.common-sp-header-snstoggle-ico {
  background: url(https://img07.shop-pro.jp/PA01337/709/etc/sns.png?cmsp_timestamp=20220521015516)
    50% 50% / contain no-repeat;
  content: "";
  width: 2.4rem;
  height: 2.4rem;
}
@media screen and (max-width: 640px) {
  .common-sp-header-snstoggle-ico {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.-active .common-sp-header-snstoggle-ico {
  background-image: url(https://img07.shop-pro.jp/PA01337/709/etc/toggle-close.png?cmsp_timestamp=20220521015833);
}
.common-sp-header-snstoggle-label {
  line-height: 1;
}
.common-sp-header-snstoggle-label::before {
  content: "SNS";
  letter-spacing: 1px;
}
@media screen and (max-width: 640px) {
  .common-sp-header-snstoggle-label::before {
    font-size: 1rem;
  }
}
.-active .common-sp-header-snstoggle-label::before {
  content: "CLOSE";
}
.common-sp-header-nav,
.common-sp-header-sns {
  display: none;
}
.common-sp-header-nav {
  position: fixed;
  left: 0%;
  top: 0%;
}
.common-sp-header-nav.-active {
  background-color: #0c1a3a;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: calc(100% - 8rem);
  border-right: 1px solid;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .common-sp-header-nav.-active {
    height: calc(100% - 5.6rem);
  }
}
.common-sp-header-nav-lists {
  display: flex;
  flex-direction: column;
  gap: 4vh;
}
.common-sp-header-nav-list {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.common-sp-header-nav-list:nth-child(n + 2)::before {
  background-color: #fff;
  display: block;
  width: 1.9rem;
  height: 1px;
  margin-bottom: 4vh;
  content: "";
}
.common-sp-header-nav-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.75;
}
.common-sp-header-nav-link::before {
  font-size: 2.6rem;
}
.common-sp-header-sns.-active {
  display: block;
  position: fixed;
  left: 0;
  bottom: 8rem;
  background-color: #f5f5f5;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .common-sp-header-sns.-active {
    bottom: 5.6rem;
  }
}
.common-sp-header-sns-lists {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  padding: 2rem;
}
.common-sp-header-sns-link {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0c1a3a;
  width: 6rem;
  height: 6rem;
  border-radius: 6em;
}
@media screen and (max-width: 640px) {
  .common-sp-header-sns-link {
    width: 4rem;
    height: 4rem;
  }
}
.common-sp-header-sns-link img {
  width: 3rem;
}
@media screen and (max-width: 640px) {
  .common-sp-header-sns-link img {
    width: 2rem;
  }
}
.common-sp-header-user,
.common-sp-header-cart {
  line-height: 1;
}
.common-sp-header-user-btn,
.common-sp-header-cart-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 7rem;
  color: #fff;
}
.common-sp-header-user-btn-label,
.common-sp-header-cart-btn-label {
  letter-spacing: 1px;
}
.common-sp-header-user-btn {
  gap: 12px;
  background-color: #0c1a3a;
  flex-direction: column;
  height: 100%;
  gap: 8px;
}
.common-sp-header-user-btn-ico {
  display: block;
  width: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .common-sp-header-user-btn-ico {
    width: 2.4rem;
  }
}
@media screen and (max-width: 640px) {
  .common-sp-header-user-btn-ico {
    width: 1.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .common-sp-header-user-btn-label {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .common-sp-header-user-btn-label {
    font-size: 1rem;
  }
}
.common-sp-header-cart-btn {
  position: relative;
  gap: 8px;
  background-color: #0e3387;
  flex-direction: column;
  height: 100%;
}
.common-sp-header-cart-btn-ico {
  display: block;
  width: 2.6rem;
}
@media screen and (max-width: 1024px) {
  .common-sp-header-cart-btn-ico {
    width: 4rem;
  }
}
@media screen and (max-width: 640px) {
  .common-sp-header-cart-btn-ico {
    width: 2.6rem;
  }
}
.common-sp-header-cart-btn-num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  right: 30%;
  top: 0.7rem;
  background-color: #fff;
  border-radius: 2em;
  color: #0e3387;
  font-size: 1rem;
}
@media screen and (max-width: 640px) {
  .common-sp-header-cart-btn-num {
    right: 20%;
    top: 0.4rem;
  }
}
.common-sp-header-cart-btn-label {
  font-size: 1.2rem;
}
@media screen and (max-width: 1024px) {
  .common-sp-header-cart-btn-label {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .common-sp-header-cart-btn-label {
    font-size: 1rem;
  }
}
.common-sp-header-pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0c1a3a;
  height: 100%;
}
.common-sp-header-pagetop a img {
  width: 2.6rem;
}
@media screen and (max-width: 640px) {
  .common-sp-header-pagetop a img {
    width: 2rem;
  }
}
/*# sourceMappingURL=top.css.map */

.recipe {
  background-color: #f2f2f2;
  margin-top: 100px;
  padding: 40px 0;
}
@media screen and (max-width: 800px) {
  .recipe {
    margin-top: 60px;
  }
}
.recipe-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1132px;
  width: 100%;
  margin-top: -80px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px;
  gap: 40px;
}
@media screen and (max-width: 640px) {
  .recipe-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}
.recipe-header .section-heading {
  margin-bottom: 0;
}
.recipe-grids {
  margin-top: 36px;
}
.recipe-grid {
  padding: 0 12px;
}
.recipe-grid img {
  width: 100%;
}
.recipe-section-heading {
  display: flex;
  align-items: center;
  gap: 36px;
  margin-bottom: 26px;
}
@media screen and (max-width: 1024px) {
  .recipe-section-heading {
    gap: 26px;
  }
}
@media screen and (max-width: 800px) {
  .recipe-section-heading {
    gap: 16px;
  }
}
@media screen and (max-width: 480px) {
  .recipe-section-heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.recipe-section-heading:not(:first-child) {
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  .recipe-section-heading:not(:first-child) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 800px) {
  .recipe-section-heading:not(:first-child) {
    margin-top: 40px;
  }
}
.recipe-section-heading-en {
  font-family: "Montserrat", serif;
  font-size: 80px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .recipe-section-heading-en {
    font-size: 60px;
  }
}
@media screen and (max-width: 800px) {
  .recipe-section-heading-en {
    font-size: 40px;
  }
}
.recipe-section-heading-ja {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .recipe-section-heading-ja {
    font-size: 20px;
  }
}
@media screen and (max-width: 800px) {
  .recipe-section-heading-ja {
    font-size: 16px;
  }
}
.recipe-sns-lists {
  display: flex;
  align-items: center;
  gap: 9px;
}
.recipe-sns-list {
  width: 70px;
}
@media screen and (max-width: 1024px) {
  .recipe-sns-list {
    width: 60px;
  }
}
@media screen and (max-width: 800px) {
  .recipe-sns-list {
    width: 40px;
  }
}
/*# sourceMappingURL=index.css.map */
