/** Shopify CDN: Minification failed

Line 1010:1 Unexpected "{"

**/
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap');

@font-face {
  font-family: "Gill Sans";
  src: url("./GillSans-Medium.woff") format("woff");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Plantin Light";
  src: url("./Plantin-Light.woff") format("woff");
  font-style: normal;
  font-display: swap;
}

:root {
  /* Colors */
  --black: #111111;
  --grey: #4f4f4f;
  --lighter-grey: #888888;
  --white: #ffffff;
  --off-white: #f0f0f0;
  --primary: #11223d;
  --silver: #bdbdbd;
  --gold: #87754e;
  --headerHeight: 60px;
  /* Transitions */
  --tShort: 50ms ease-out;
  --tMed: 300ms ease-out;
  --tLong: 800ms ease-out;
  --tBase: 500ms cubic-bezier(0.4, 0, 0.2, 1);
  /* Grid */
  --gutter: 20px;
  --margin: 20px;
  --coreGrid: repeat(24, 1fr);
  /* Spacing */
  --pageTop: calc(70px + var(--headerHeight));
  --baseFontSize: 16px;
  --baseFontFamily: "Gill Sans", "Zen Kaku Gothic New", sans-serif;
  --headingFontFamily: "Plantin Light", "Zen Kaku Gothic New", serif;
  --borderRadius: 3px;

  /* PDP Colour options */
  --sable-black: var(--black);
  --lamp-black: var(--black);
  --black-ink: var(--black);
  --black-pearl: var(--black);
  --black-onyx: var(--black);
  --dark-charcoal: var(--black);
  --pure-black: var(--black);
  --true-black: var(--black);
  --basketweave-black: var(--black);
  --sumikuro: #525760;
  --blue: #2a3a5a;
  --suffolk-navy: var(--blue);
  --harbour-blue: var(--blue);
  --tapestry-blue: var(--blue);
  --navy-wool: var(--blue);
  --dark-navy: var(--blue);
  --navy: var(--blue);
  --sky-blue: var(--blue);
  --water-fountain: var(--blue);
  --dark-blue: var(--blue);
  --plum: var(--blue);
  --royal-purple: var(--blue);
  --shadow-sax: var(--blue);
  --pale-aqua: var(--blue);
  --classic-navy: var(--blue);
  --shadow-blue: var(--blue);
  --blue-melange: var(--blue);
  --indigo: #374c81;
  --ash-blue: #7192ce;
  --light-blue: #a2c2eb;
  --taupe: #b69d72;
  --dark-chocolate: #b97a5d;
  --brown: #9d684f;
  --cork: var(--brown);
  --floral-brown: var(--brown);
  --chocolate: var(--brown);
  --penines: var(--brown);
  --breen: var(--brown);
  --tobacco: var(--brown);
  --cumin: var(--brown);
  --dirty-dirty-base: var(--brown);
  --rosin-green: #375c43;
  --lovat: #96a573;
  --heather-green: #809f85;
  --green: #626c63;
  --dark-cedar: var(--green);
  --sage-green: var(--green);
  --olive-green: var(--green);
  --oliver-green: var(--green);
  --green-sward: var(--green);
  --seaspray-green: var(--green);
  --olive: var(--green);
  --dark-olive: var(--green);
  --dark-olive-green: var(--green);
  --dark-lovat: var(--green);
  --army: var(--green);
  --khaki: var(--green);
  --ash-green: var(--green);
  --olive-drab: var(--green);
  --leaf-green: var(--green);
  --khaki-brown: var(--green);
  --bottle-green: var(--green);
  --blackwatch: var(--green);
  --red: #8d343b;
  --brick: var(--red);
  --pink: var(--red);
  --dead-rose: var(--red);
  --tabasco: var(--red);
  --garnet: var(--red);
  --pennines: #7b523f;
  --marrone: #bf7940;
  --yellow: #daa85c;
  --york-yellow: var(--yellow);
  --mustard: var(--yellow);
  --ochre: var(--yellow);
  --dry-turf: var(--yellow);
  --drab: #bea141;
  --sand: #c9ba7e;
  --golden-khaki: #ecbd45;
  --stone: #dfdaa4;
  --light-grey: #c5c5c2;
  --moonbeam-silver: var(--light-grey);
  --charcoal: var(--light-grey);
  --marl: var(--light-grey);
  --grey-marl: var(--light-grey);
  --silver-fog: var(--light-grey);
  --solid-grey: var(--light-grey);
  --ash: var(--light-grey);
  --heather-grey: var(--light-grey);
  --regent-grey: var(--light-grey);
  --dark-grey: var(--light-grey);
  --vulcan: var(--light-grey);
  --neutrals: #f2efe8;
  --beige: var(--neutrals);
  --floral-cream: var(--neutrals);
  --ecru: var(--neutrals);
  --clay: var(--neutrals);
  --natural-clay: var(--neutrals);
  --kinari: var(--neutrals);
  --smoky-beige: var(--neutrals);
  --amber-beige: var(--neutrals);
  --natural-beige: var(--neutrals);
  --white-cliffs: var(--neutrals);
  --ivory: var(--neutrals);
  --optical-white: var(--white);
}

a:link.text--white,
a:visited.text--white,
a:link span.text--white,
a:visited span.text--white,
.text--white {
  color: var(--white);
}

a:link.text--grey,
a:visited.text--grey,
a:link span.text--grey,
a:visited span.text--grey,
.text--grey {
  color: var(--grey);
}

a:link.text--black,
a:visited.text--black,
a:link span.text--black,
a:visited span.text--black,
.text--black {
  color: var(--black);
}

a:link.text-fade,
a:visited.text-fade,
a:link span.text-fade,
a:visited span.text-fade,
a.text-fade,
.text-fade {
  color: var(--lighter-grey);
}

/* Reveal=============================== */
.reveal {
  opacity: 0;
  transition: opacity var(--tLong);
  transition-delay: 0.1s;
}
.reveal.entered {
  opacity: 1;
}
.reveal-up {
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity var(--tLong),
    transform var(--tLong);
  transition-delay: 0.1s;
}
.reveal-up.entered {
  opacity: 1;
  transform: translateY(0);
}
.reveal.stagger .stagger-child {
  opacity: 0;
  transform: translateY(10px);
  transition: var(--tMed);
}
.reveal.stagger.entered .stagger-child {
  transition: var(--tMed) calc(var(--animation-order) * var(--tDelay));
  opacity: 1;
  transform: translateY(0);
}

/* End of reveal */

/* 404 */
.error {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
}

/* Generic pages */
.shopify-policy__title {
  padding: 60px 0 40px;
}

.shopify-policy__body p {
  margin-bottom: 20px;
}

.shopify-policy__body h2 {
  margin-bottom: 22px;
}

.shopify-policy__body h3,
.shopify-policy__body h4,
.shopify-policy__body h5,
.shopify-policy__body h6 {
  margin-bottom: 12px;
}

.shopify-policy__body ul {
  margin-bottom: 24px;
  list-style-type: disc;
  padding-left: 20px;
}

.shopify-policy__body li {
  list-style-type: disc;
  margin-bottom: 8px;
}

.shopify-policy__container {
  padding-bottom: 40px;
}

.rte p,
.rte ul,
.rte ol {
  margin-bottom: 20px;
}

.rte h1,
.rte h2,
.rte h3,
.rte h4,
.rte h5,
.rte ol li {
  margin-bottom: 12px;
}

.rte ol li,
.rte ul li {
  margin-top: 12px;
}

.rte p:last-of-type {
  margin-bottom: 0;
}

.rte ul li {
  list-style-type: disc;
}

.rte ol li {
  list-style-type: decimal;
}

.rte table {
  margin-top: 40px;
  margin-bottom: 40px;
}

.rte img,
.rte video,
.rte iframe,
.richtext img,
.richtext video,
.richtext iframe {
  max-width: 100%;
  height: auto;
}

.rte figure,
.richtext figure {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.rte figure img,
.richtext figure img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* End of Generic pages */

.mobile,
.header.mobile {
  display: none;
}

.container {
  padding: 60px 20px;
}

.richtext-field p {
  margin-bottom: 16px;
}

.swiper-button-prev,
.swiper-button-next {
  width: 44px;
  z-index: 8;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}

/* Root Elements */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

blockquote,
q {
  quotes: none;
}

section {
  scroll-margin-top: calc(20px + var(--pageTop));
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.hidden {
  display: none !important;
}

textarea,
input,
button,
select {
  font-family: inherit;
  font-size: inherit;
  text-align: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  padding: 0;
}

input,
textarea,
input::placeholder,
textarea::placeholder {
  background: inherit;
  color: inherit;
  border: none;
  padding: 0;
  outline: inherit;
  opacity: 1;
}

textarea {
  resize: none;
}

input:not([type="submit"]),
textarea {
  display: block;
  width: 100%;
  border-radius: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

select {
  background: none;
  width: 100%;
  cursor: pointer;
  border: none;
  outline: none;
  border-radius: 0;
  color: var(--fg);
  margin: 0;
  padding: 0;
}

select option {
  color: var(--fg);
  margin: 0;
  padding: 0;
  background: var(--bg);
}

select:focus {
  outline: none;
}

ul,
li {
  text-decoration: none;
  list-style: none;
}

tbody {
  border-top: 1px solid var(--black);
  border-left: 1px solid var(--black);
}

tbody td {
  border-right: 1px solid var(--black);
  text-align: center;
  padding: 7px 2px;
}

tbody tr {
  border-bottom: 1px solid var(--black);
}

/* Input Elements */

button,
input[type="submit"],
input[type="reset"],
div[role="button"] {
  color: inherit;
  cursor: pointer;
  outline: inherit;
  background-color: unset;
  border: unset;
}

input[type="button"],
input[type="button"]:focus {
  outline: none;
}

a:link,
a:visited,
a:link span,
a:visited span {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

/* Details Elements */

summary,
summary:focus {
  outline: none;
  list-style-type: none;
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
}

details summary::marker,
details summary::-webkit-details-marker {
  content: "";
  visibility: hidden;
  position: absolute;
  z-index: -10;
  list-style-type: none;
  display: none;
}

summary > * {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

summary > *::after {
  content: "+";
}

@media (hover: hover) and (pointer: fine) {
  details summary:hover {
    opacity: 0.5;
  }
}

details[open] summary > *::after {
  content: "-";
}

details[open] summary ~ * {
  animation: appear 0.4s ease-in;
  -webkit-animation: appear 0.4s ease-in;
}

details.closing summary ~ * {
  animation: close 0.4s ease-out;
}

@keyframes appear {
  0% {
    opacity: 0;
    max-height: 0;
  }

  100% {
    opacity: 1;
    max-height: 100vh;
  }
}

@keyframes close {
  0% {
    opacity: 1;
    max-height: 100vh;
  }

  100% {
    opacity: 0;
    max-height: 0;
  }
}

/* Image/Video Elements */
.aspectholder > * {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* Universal Elements */
html {
  font-size: var(--baseFontSize);
  font-family: var(--baseFontFamily);
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
  color: var(--primary);
  background: var(--off-white);
}

/* Universal Text Styling */
h1,
h2,
h3,
h4,
p,
a,
input,
button,
span {
  font-size: var(--baseFontSize);
  line-height: 150%;
  letter-spacing: 0.4px;
  font-weight: 400;
}

.h1,
h1 {
  font-family: var(--headingFontFamily);
  font-size: 32px;
  line-height: 150%;
  letter-spacing: 0px;
  font-weight: 400;
}

.h2,
h2,
.shopify-policy__title h1,
.swym-modal-content .swym-title h2 {
  font-family: var(--headingFontFamily);
  font-size: 26px;
  line-height: 150%;
  letter-spacing: 0.2px;
  font-weight: 400;
}

.h3,
h3 {
  font-family: var(--headingFontFamily);
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0px;
  font-weight: 400;
}

.h4,
h4 {
  font-family: var(--baseFontFamily);
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.4px;
  font-weight: 400;
}

.shopify-policy__body h2,
.h6 {
  font-size: 21px;
  line-height: 150%;
  letter-spacing: 0;
  font-weight: 400;
}

.button,
.button span,
.caption,
.product__modal-body h2,
.ge-free-shipping-msg {
  font-size: 13px;
  line-height: 150%;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.text-large {
  font-size: 18px;
  line-height: 150%;
}

.text-base,
p,
.shopify-policy__body h3,
.shopify-policy__body h4,
.shopify-policy__body h5,
.shopify-policy__body h6,
.swym-modal-content .swym-remind-me p.swym-remind-description.swym-sbisa-v2 {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.4px;
  font-style: normal;
}

.text-small {
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.4px;
}

.text-small-wide {
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.8px;
}

.product__modal-body td,
.text-xsmall {
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.2px;
}

.shopify-policy__body h2,
.shopify-policy__body h3,
.shopify-policy__body h4,
.shopify-policy__body h5,
.shopify-policy__body h6,
.text-italic {
  font-style: italic;
}

.generic__button-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
/* End of universal text styling */

/* BUTTON STYLES */
a.link-anchor,
.link-anchor {
  text-decoration: underline;
}

a.button,
.button {
  border-radius: var(--borderRadius);
  padding: 14px 16px;
  height: max-content;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  position: relative;
  background-color: transparent;
  color: var(--black);
  border: 1px solid var(--black);
  transition:
    border var(--tBase),
    color var(--tBase),
    background-color var(--tBase);
}

.button--full-width {
  width: 100%;
}

a.button--outline,
.button--outline {
  border: 1px solid var(--grey);
  color: var(--grey);
  padding: 6px 12px;
  border-radius: 1px;
  height: 32px;
  margin-top: 4px;
}

a.button--outline-white,
.button--outline-white {
  border: 1px solid var(--white);
  color: var(--white);
}

a.button--link,
.button--link {
  background-color: transparent;
  border: none;
  color: var(--black);
  padding: 0;
}

a.button--link-white,
.button--link-white {
  color: var(--white);
}

a.button--large,
.button--large {
  padding: 16px 22px;
}

a.button--black,
.button--black {
  background-color: var(--black);
  color: var(--white);
}

@media (hover: hover) {
  a.button:hover,
  .button:hover {
    background-color: var(--black);
    color: var(--white);
  }

  a.button--link:hover,
  .button--link:hover {
    opacity: 1;
    color: var(--primary);
    background-color: transparent;
  }

  a.button--black:hover,
  .button--black:hover,
  a.button--primary:hover,
  .button--primary:hover {
    background-color: var(--off-white);
    color: var(--black);
  }

  a.button--outline:hover,
  .button--outline:hover {
    border: 1px solid var(--black);
    color: var(--white);
    background-color: var(--black);
  }

  a.button--outline-white:hover,
  .button--outline-white:hover {
    border: 1px solid var(--white);
    color: var(--black);
    background-color: var(--white);
  }
}
/* End of button styles */

/* Main Styling */
body {
  height: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  color: var(--black);
  background-color: var(--off-white);
}

/* body.js-my-cart-open {
  overflow: hidden;
} */

.template--index main,
.template--product main {
  padding-top: 0;
}

main {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: 75px;
}

header,
main section,
footer,
.shopify-policy__container {
  position: relative;
  width: 100%;
  height: min-content;
}

/* Header */
.header {
  position: fixed;
  top: 0;
  z-index: 40;
  width: 100%;
}

/* 追記 */
.article__content strong {
  font-weight: 700 !important;
}
.swym-add-to-wishlist-view-product.swym-added #swym-icon-unfilled, .swym-add-to-wishlist-view-product:not(.swym-added) #swym-icon-filled {
    display: none;
}
 {
    display: none;
}
.swym-add-to-wishlist-view-product, .swym-add-to-wishlist-view-product.swym-added {
  background: unset !important;
  position: absolute;
  z-index: 3;
  right: 2%;
  top: 2%;
}