@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Sans+KR:wght@100..900&family=Noto+Sans+TC:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Gaegu:wght@400;700&display=swap");
/*
language
 _________________________________________________________*/
/*! destyle.css v3.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;
  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 dotted; /* 2 */
}

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

/**
 * 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. Fix font inheritance.
 */
::-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]:focus {
  outline: auto;
}

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

caption {
  text-align: left;
}

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

th {
  text-align: left;
  font-weight: bold;
}

/*
language
 _________________________________________________________*/
/*
var
 _________________________________________________________*/
:root {
  --spacer-1:20px;
  --spacer-2:30px;
  --spacer-3:60px;
  --spacer-4:80px;
  --spacer-5:100px;
  --box-shadow: 0 0 10px rgba(0,0,0,.1);
}

@media screen and (max-width: 599px) {
  :root {
    --spacer-1:10px;
    --spacer-2:20px;
    --spacer-3:40px;
    --spacer-4:60px;
    --spacer-5:80px;
    --box-shadow: 0 0 10px rgba(0,0,0,.1);
  }
}
/*
base
 _________________________________________________________*/
html {
  font-size: 62.5%;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  line-height: 1.6;
  font-family: "Noto Sans JP", "Noto Sans KR", "Noto Sans TC", sans-serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  color: #000000;
  background-color: #fff;
  font-size: 1.6rem;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  height: 100%;
  overflow-x: clip;
}

main {
  overflow: clip;
}

input, textarea, select, button {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

a img:hover {
  opacity: 0.7;
}

em {
  font-style: normal;
}

img {
  max-width: 100%;
  height: auto;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  user-select: none;
}

::selection {
  background-color: #ccc;
  color: #fff;
}

sub {
  bottom: 0;
}

/*
link color
 _________________________________________________________*/
a {
  color: #000000;
  text-decoration: none;
}

a:hover {
  color: #aaa;
  text-decoration: underline;
}

/*
base
 _________________________________________________________*/
.wrapper {
  position: relative;
}

.bg-animation {
  position: fixed;
  top: 0;
  right: 0;
  padding: 0;
  margin: 0;
  width: 50%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
}
@media screen and (max-width: 1000px) {
  .bg-animation {
    width: 100%;
  }
}

.bg-animation__item li {
  position: absolute;
  text-align: center;
  display: inline-block;
  top: -200px;
}
.bg-animation__item li img {
  width: 60px;
  height: auto;
}

.bg-animation__item li:nth-child(1) {
  right: 50%;
  animation: fall-anim1 15s linear infinite;
}
@media screen and (max-width: 1000px) {
  .bg-animation__item li:nth-child(1) {
    right: 90%;
  }
}

.bg-animation__item li:nth-child(2) {
  right: 5%;
  animation: fall-anim2 15s linear infinite;
  animation-delay: 2s;
}

.bg-animation__item li:nth-child(3) {
  right: 35%;
  animation: fall-anim3 15s linear infinite;
  animation-delay: 4s;
}
@media screen and (max-width: 1000px) {
  .bg-animation__item li:nth-child(3) {
    right: 100%;
  }
}

.bg-animation__item li:nth-child(4) {
  right: 10%;
  animation: fall-anim1 15s linear infinite;
  animation-delay: 6s;
}

.bg-animation__item li:nth-child(5) {
  right: 30%;
  animation: fall-anim2 15s linear infinite;
  animation-delay: 8s;
}

.bg-animation__item li:nth-child(6) {
  right: 80%;
  animation: fall-anim3 15s linear infinite;
  animation-delay: 10s;
}
@media screen and (max-width: 1000px) {
  .bg-animation__item li:nth-child(6) {
    right: 90%;
  }
}

.bg-animation__item li:nth-child(7) {
  right: 55%;
  animation: fall-anim1 15s linear infinite;
  animation-delay: 13s;
}
@media screen and (max-width: 1000px) {
  .bg-animation__item li:nth-child(7) {
    right: 100%;
  }
}

.bg-animation__item li:nth-child(8) {
  right: 20%;
  animation: fall-anim2 15s linear infinite;
  animation-delay: 16s;
}

@media screen and (max-width: 599px) {
  .bg-animation__item li:nth-child(1),
  .bg-animation__item li:nth-child(2),
  .bg-animation__item li:nth-child(3),
  .bg-animation__item li:nth-child(4),
  .bg-animation__item li:nth-child(5),
  .bg-animation__item li:nth-child(6),
  .bg-animation__item li:nth-child(7),
  .bg-animation__item li:nth-child(8) {
    animation: none;
    display: none;
  }
}
@keyframes fall-anim1 {
  0% {
    top: -200px;
  }
  15% {
    transform: translateX(5px);
    rotate: -20deg;
  }
  30% {
    transform: translateX(-5px);
  }
  45% {
    transform: translateX(5px);
  }
  60% {
    transform: translateX(-5px);
  }
  75% {
    transform: translateX(13px);
    rotate: 40deg;
  }
  90% {
    transform: translateX(13px);
  }
  100% {
    top: calc(100% + 200px);
    rotate: 0deg;
  }
}
@keyframes fall-anim2 {
  0% {
    top: -200px;
  }
  15% {
    transform: translateX(5px);
    rotate: 20deg;
  }
  30% {
    transform: translateX(-5px);
  }
  45% {
    transform: translateX(5px);
  }
  60% {
    transform: translateX(-5px);
  }
  75% {
    transform: translateX(13px);
    rotate: 60deg;
  }
  90% {
    transform: translateX(13px);
  }
  100% {
    top: calc(100% + 200px);
    rotate: 0deg;
  }
}
@keyframes fall-anim3 {
  0% {
    top: -200px;
  }
  15% {
    transform: translateX(5px);
  }
  30% {
    transform: translateX(-5px);
    rotate: -40deg;
  }
  45% {
    transform: translateX(5px);
  }
  60% {
    transform: translateX(-5px);
  }
  75% {
    transform: translateX(13px);
  }
  90% {
    transform: translateX(13px);
    rotate: 70deg;
  }
  100% {
    top: calc(100% + 200px);
    rotate: 0deg;
  }
}
.container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 1000px) {
  .container {
    padding: 0;
  }
}

.container-main {
  width: 600px;
  overflow: hidden;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 1000px) {
  .container-main {
    margin: 0 auto;
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .container-main {
    box-shadow: none;
  }
}

.container-left {
  width: calc((100% - 600px) / 2);
  height: 100vh;
  top: 0;
  position: sticky;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 1000px) {
  .container-left {
    display: none;
  }
}

.container-right {
  width: calc((100% - 600px) / 2);
  height: 100vh;
  top: 0;
  position: sticky;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 1000px) {
  .container-right {
    display: none;
  }
}

.container-left__content {
  text-align: center;
  padding: 0 var(--spacer-2);
}
.container-left__content img {
  width: 100%;
  max-width: 300px;
  height: auto;
}

.l-header,
.l-main,
.l-footer {
  position: relative;
}

.content {
  margin-top: var(--spacer-3);
  padding: 0 5%;
  min-height: 100px;
}

.content-inner {
  padding: var(--spacer-2);
}

.content-title {
  text-align: left;
  font-size: min(3vw, 24px);
  margin-bottom: var(--spacer-2);
  font-weight: 600;
}
@media screen and (max-width: 599px) {
  .content-title {
    font-size: min(5.3333333333vw, 20px);
  }
}

.content-title__sub {
  font-size: min(2vw, 16px);
  color: #555;
  letter-spacing: 0.1em;
  display: block;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .content-title__sub {
    font-size: min(3.7333333333vw, 14px);
  }
}

.content-title__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content-title__title:after {
  content: "";
  display: block;
  flex-grow: 1;
  height: 2px;
  background-image: url("../images/border.png");
  background-size: 528px 2px;
  margin-left: var(--spacer-1);
}

/*
language
 _________________________________________________________*/
.header {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  gap: 10px;
  align-items: center;
  padding: 10px 5%;
}

.header-logo {
  width: 50%;
  justify-self: start;
  margin-right: auto;
}
.header-logo a {
  display: block;
  padding: 30px 0 35px 0;
}
@media screen and (max-width: 599px) {
  .header-logo {
    max-width: 400px;
  }
  .header-logo a {
    padding: 20px 0 25px 0;
  }
}

.header-calc {
  width: 23%;
  max-width: 90px;
}
.header-calc a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  height: 48px;
  background: rgb(243, 241, 238);
  border-radius: 5px;
}
.header-calc a:hover {
  color: #000000;
  text-decoration: none;
}
.header-calc .icon-calc {
  width: 32px;
  height: 32px;
  margin-left: -5%;
}
.header-calc em {
  display: block;
  font-size: 12px;
  text-align: center;
  line-height: 1.3em;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .header-calc {
    width: 20%;
    max-width: 90px;
  }
  .header-calc a {
    height: 40px;
    gap: 2px;
  }
  .header-calc em {
    font-size: 10px;
  }
  .header-calc .icon-calc {
    width: 28px;
    height: 28px;
  }
}

.header-navbutton {
  z-index: 1000;
  border-radius: 10px;
  text-align: center;
  width: 54px;
  height: 44px;
  padding: 0px;
  cursor: pointer;
}
@media screen and (max-width: 599px) {
  .header-navbutton {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    padding: 0px;
  }
}

.header-navbutton__menu {
  text-align: center;
  font-weight: 500;
  display: block;
  letter-spacing: 0.1em;
  line-height: 1em;
  font-size: min(1.375vw, 11px);
}
@media screen and (max-width: 599px) {
  .header-navbutton__menu {
    font-size: min(2.6666666667vw, 10px);
  }
}
@media screen and (max-width: 599px) {
  .header-navbutton__menu {
    letter-spacing: 0;
  }
}

.header-navbutton__button {
  position: relative;
  width: 36px;
  height: 23px;
}
@media screen and (max-width: 599px) {
  .header-navbutton__button {
    width: 24px;
    height: 18px;
  }
}

.header-navbutton__button span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #000;
  border-radius: 3px;
}
@media screen and (max-width: 599px) {
  .header-navbutton__button span {
    height: 4px;
  }
}

.header-navbutton__button, .header-navbutton__button span {
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
}

.header-navbutton__button span:nth-of-type(1) {
  top: 0;
}

.header-navbutton__button span:nth-of-type(2) {
  top: 9px;
}
@media screen and (max-width: 599px) {
  .header-navbutton__button span:nth-of-type(2) {
    top: 7px;
  }
}

.header-navbutton__button span:nth-of-type(3) {
  bottom: 0;
}

@-webkit-keyframes anm-hedaer-navvutton-bar01 {
  0% {
    -webkit-transform: translateY(9px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(9px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes anm-hedaer-navvutton-bar01 {
  0% {
    transform: translateY(9px) rotate(45deg);
  }
  50% {
    transform: translateY(9px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
.header-navbutton__button span:nth-of-type(2) {
  transition: all 0.25s 0.25s;
  opacity: 1;
}

@-webkit-keyframes anm-hedaer-navvutton-bar03 {
  0% {
    -webkit-transform: translateY(-9px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-9px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes anm-hedaer-navvutton-bar03 {
  0% {
    transform: translateY(-9px) rotate(-45deg);
  }
  50% {
    transform: translateY(-9px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
.header-navbutton__button.is-active span:nth-of-type(1) {
  -webkit-animation: active-anm-hedaer-navvutton-bar01 0.75s forwards;
  animation: active-anm-hedaer-navvutton-bar01 0.75s forwards;
}

@-webkit-keyframes active-anm-hedaer-navvutton-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(10px) rotate(45deg);
    background-color: #fff;
  }
}
@keyframes active-anm-hedaer-navvutton-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(10px) rotate(0);
  }
  100% {
    transform: translateY(10px) rotate(45deg);
  }
}
.header-navbutton__button.is-active span:nth-of-type(2) {
  opacity: 0;
}

.header-navbutton__button.is-active span:nth-of-type(3) {
  -webkit-animation: active-anm-hedaer-navvutton-bar03 0.75s forwards;
  animation: active-anm-hedaer-navvutton-bar03 0.75s forwards;
}

@-webkit-keyframes active-anm-hedaer-navvutton-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-9px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-9px) rotate(-45deg);
  }
}
@keyframes active-anm-hedaer-navvutton-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-9px) rotate(0);
  }
  100% {
    transform: translateY(-9px) rotate(-45deg);
  }
}
@media screen and (max-width: 599px) {
  @keyframes active-anm-hedaer-navvutton-bar03 {
    0% {
      transform: translateY(0) rotate(0);
    }
    50% {
      transform: translateY(-9px) rotate(0);
    }
    100% {
      transform: translateY(-5px) rotate(-45deg);
    }
  }
}
.header-nav {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  height: auto;
  background-color: rgba(243, 241, 238, 0.9);
  z-index: 999;
  padding: 100px 5% 100px 5%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  backdrop-filter: blur(10px);
  color: #000000;
}
.header-nav a {
  color: #000000;
}
@media screen and (max-width: 599px) {
  .header-nav {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.header-nav.is-active {
  display: block;
}

.header-nav__list {
  margin: 0 auto;
  gap: var(--spacer-1);
}
.header-nav__list li {
  display: block;
  font-size: min(2.25vw, 18px);
}
@media screen and (max-width: 599px) {
  .header-nav__list li {
    font-size: min(3.7333333333vw, 14px);
  }
}
.header-nav__list li a {
  display: block;
  text-decoration: none;
  font-weight: 600;
  padding: var(--spacer-1) 0;
  border-bottom: 1px dashed #CDCDCD;
}
.header-nav__list li:last-child a {
  border-bottom: none;
}

.header-nav__content__title {
  margin: 0 auto;
  text-align: left;
  margin-bottom: var(--spacer-1);
  letter-spacing: 0.1em;
  font-weight: 700;
  display: flex;
  align-items: center;
  font-size: min(2.75vw, 22px);
}
@media screen and (max-width: 599px) {
  .header-nav__content__title {
    font-size: min(4.2666666667vw, 16px);
  }
}
@media screen and (max-width: 599px) {
  .header-nav__content__title {
    letter-spacing: 0.05em;
  }
}

.lang {
  display: flex;
  margin: 0;
  margin-bottom: var(--spacer-1);
  width: 100%;
}

.lang-item {
  width: 25%;
  font-size: min(2vw, 16px);
  font-weight: 500;
  border-right: 1px solid #555;
}
@media screen and (max-width: 599px) {
  .lang-item {
    font-size: min(2.9333333333vw, 11px);
  }
}
.lang-item:last-child {
  border-right: none;
}
.lang-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #000000;
  padding: 5px;
  color: #fff;
}
.lang-item a:hover {
  text-decoration: none;
}
@media screen and (max-width: 599px) {
  .lang-item a {
    padding: 3px;
  }
}

.lang-item--selected a {
  background-color: #EDDC44;
  color: #000000;
}

.header-nav__content {
  margin: var(--spacer-3) auto;
  width: 100%;
  padding: var(--spacer-2);
  background-color: #fff;
  border-radius: 5px;
}
@media screen and (max-width: 599px) {
  .header-nav__content {
    width: 100%;
  }
}

.header-nav__calc__price {
  margin: var(--spacer-2) 0;
  text-align: center;
  font-size: min(2.25vw, 18px);
}
@media screen and (max-width: 599px) {
  .header-nav__calc__price {
    font-size: min(3.7333333333vw, 14px);
  }
}
.header-nav__calc__price em {
  font-size: min(4.5vw, 36px);
  font-weight: 500;
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
@media screen and (max-width: 599px) {
  .header-nav__calc__price em {
    font-size: min(6.9333333333vw, 26px);
  }
}

.header-nav__calc__button {
  text-align: right;
}
.header-nav__calc__button a {
  font-weight: 600;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: end;
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid #000000;
  font-weight: 600;
}
@media screen and (max-width: 599px) {
  .header-nav__calc__button a {
    font-size: 12px;
  }
}
.header-nav__calc__button a:hover {
  text-decoration: none;
}

.header-nav__calc .icon-calc {
  width: 36px;
  height: 36px;
  margin-right: 10px;
}
@media screen and (max-width: 599px) {
  .header-nav__calc .icon-calc {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
}

.header-nav__link {
  margin-top: var(--spacer-4);
}

.header-nav__link__title {
  font-size: min(2.75vw, 22px);
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: 700;
  margin-bottom: var(--spacer-3);
}
@media screen and (max-width: 599px) {
  .header-nav__link__title {
    font-size: min(4.2666666667vw, 16px);
  }
}
.header-nav__link__title img {
  width: 70%;
  max-width: 400px;
}

.header-nav__link__list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.header-nav__link__list li {
  width: 100%;
  border-bottom: 1px solid #CDCDCD;
}
.header-nav__link__list li:first-child {
  border-top: 1px solid #CDCDCD;
}
.header-nav__link__list li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: var(--spacer-1) 0;
  font-weight: 600;
  font-size: min(2vw, 16px);
  line-height: 1.4;
}
@media screen and (max-width: 599px) {
  .header-nav__link__list li a {
    font-size: min(3.7333333333vw, 14px);
  }
}

/*
language
 _________________________________________________________*/
.l-footer {
  margin-top: var(--spacer-5);
  background-color: #fff;
  padding: var(--spacer-1) 5% 0 5%;
  text-align: center;
  position: relative;
}

.footer-copyright {
  font-size: 1em;
}

.monogatari {
  margin: var(--spacer-3) 0;
  text-align: center;
}

.monogatari-catch1 {
  font-weight: 900;
  margin-bottom: 10px;
  font-size: min(2.5vw, 20px);
}
@media screen and (max-width: 599px) {
  .monogatari-catch1 {
    font-size: min(3.7333333333vw, 14px);
  }
}

.monogatari-catch2 {
  font-weight: 700;
  font-size: min(2vw, 16px);
}
@media screen and (max-width: 599px) {
  .monogatari-catch2 {
    font-size: min(3.2vw, 12px);
  }
}

.footer-logo {
  text-align: center;
}
.footer-logo img {
  display: block;
  width: 50%;
  max-width: 200px;
  margin: 0 auto;
}

.footer-toplink {
  margin: var(--spacer-2) 0;
}
.footer-toplink ul {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
}
.footer-toplink li {
  width: 50%;
}
.footer-toplink li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: var(--spacer-1);
  font-weight: 600;
  font-size: min(1.75vw, 14px);
  line-height: 1.4;
}
@media screen and (max-width: 599px) {
  .footer-toplink li a {
    font-size: min(2.6666666667vw, 10px);
  }
}

.footer-nav {
  margin-bottom: var(--spacer-3);
  text-align: center;
}
.footer-nav ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex-wrap: wrap;
  border-top: 1px solid #CDCDCD;
}
.footer-nav li {
  width: 100%;
}
.footer-nav li a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: var(--spacer-1);
  border-bottom: 1px solid #CDCDCD;
  font-weight: 600;
  font-size: min(2vw, 16px);
}
@media screen and (max-width: 599px) {
  .footer-nav li a {
    font-size: min(3.7333333333vw, 14px);
  }
}
.footer-nav li a:hover {
  text-decoration: none;
}

.footer-copywrapper {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto;
  gap: 0px 0px;
  align-items: center;
  grid-template-areas: "footer-copyright footer-pagetop";
}

.footer-copyright {
  grid-area: footer-copyright;
}

.footer-pagetop {
  grid-area: footer-pagetop;
}

.footer-copyright {
  text-align: left;
  font-size: 12px;
}

.footer-pagetop a {
  display: inline-block;
  background-color: #000000;
  color: #fff;
  padding: 8px 32px;
  font-size: 12px;
  font-weight: 600;
}
.footer-pagetop a:hover {
  text-decoration: none;
}

.footer-copywrapper {
  display: grid;
}

.fixed-calc {
  opacity: 0;
  transition: opacity 0.2s;
  z-index: 100;
}
.fixed-calc a {
  position: fixed;
  bottom: 5%;
  right: 5%;
  background-color: #124B3C;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 80px;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
}
.fixed-calc a:hover {
  text-decoration: none;
}
@media screen and (max-width: 599px) {
  .fixed-calc a {
    width: 38px;
    height: 50px;
    bottom: 20px;
    right: 20px;
    font-size: 10px;
  }
}

.fixed-calc.is-active {
  opacity: 1;
}

.fixed-calc__icon {
  background: url("../images/icon-calc_white.svg");
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  display: inline-block;
}
@media screen and (max-width: 599px) {
  .fixed-calc__icon {
    width: 25px;
    height: 25px;
  }
}

/*
language
 _________________________________________________________*/
.product {
  margin-top: var(--spacer-3);
  padding: 0 5%;
}

.product-title {
  font-weight: 700;
  color: #000000;
  margin-bottom: var(--spacer-2);
}

.product-title__maker {
  font-size: min(2vw, 16px);
  display: block;
}
@media screen and (max-width: 599px) {
  .product-title__maker {
    font-size: min(4.2666666667vw, 16px);
  }
}

.product-title__title {
  font-size: min(3.75vw, 30px);
}
@media screen and (max-width: 599px) {
  .product-title__title {
    font-size: min(5.3333333333vw, 20px);
  }
}

.product-img {
  margin: var(--spacer-2) auto var(--spacer-3) auto;
  max-width: 600px;
}
.product-img__main {
  margin-bottom: var(--spacer-2);
}

.product-img__thumb .swiper-slide-visible {
  opacity: 0.4;
}

.product-img__thumb .swiper-slide-thumb-active {
  opacity: 1;
}

.product-img .swiper-button-prev:after,
.product-img .swiper-rtl,
.product-img .swiper-button-next:after {
  background: #CDCDCD;
  border-radius: 9999px;
  aspect-ratio: 1/1;
  display: flex;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
.product-img .swiper-button-next,
.product-img .swiper-button-prev {
  color: #fff;
}

.swiper-slide {
  aspect-ratio: 1/1;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-fade .swiper-slide {
  display: flex;
}

.product-price {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: auto auto;
  gap: 0px 0px;
  grid-template-areas: "product-price__price product-price__addcalc" "product-price__note product-price__note";
}

.product-price__price {
  grid-area: product-price__price;
}

.product-price__addcalc {
  grid-area: product-price__addcalc;
}

.product-price__note {
  grid-area: product-price__note;
}

.product-price__price {
  font-size: min(3.75vw, 30px);
  font-weight: 600;
}
@media screen and (max-width: 599px) {
  .product-price__price {
    font-size: min(6.4vw, 24px);
  }
}
.product-price__price small {
  font-size: 0.6em;
}

.product-price__addcalc {
  text-align: right;
  font-size: min(1.75vw, 14px);
}
@media screen and (max-width: 599px) {
  .product-price__addcalc {
    font-size: min(3.2vw, 12px);
  }
}

.product-price__note {
  text-align: right;
  font-size: min(1.75vw, 14px);
}
@media screen and (max-width: 599px) {
  .product-price__note {
    font-size: min(3.2vw, 12px);
  }
}
.product-price__note dt {
  cursor: pointer;
  padding: 8px 0 8px 8px;
  font-weight: 400;
}
.product-price__note dd {
  display: none;
  background: #eee;
  padding: var(--spacer-2);
  text-align: left;
}

.product-label {
  margin: var(--spacer-3) 0;
}
.product-label ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: calc(var(--spacer-1) / 2);
}
.product-label li {
  display: flex;
  width: calc(50% - var(--spacer-1) / 4);
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: min(2.25vw, 18px);
  font-weight: 500;
  padding: 10px;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 599px) {
  .product-label li {
    font-size: min(3.2vw, 12px);
  }
}

.product-label__item--limited {
  background-color: #542B39;
}

.product-label__item--shodoshima {
  background-color: #124B3C;
}

.product-tab__item {
  margin: var(--spacer-3) 0;
}
.product-tab__item iframe {
  width: 100%;
  height: auto;
}

.product-tab {
  position: relative;
  margin-top: var(--spacer-3);
  margin-bottom: var(--spacer-3);
  margin-left: -5%;
  margin-right: -5%;
}

.product-tab__menu {
  display: flex;
}
.product-tab__menu li {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: var(--spacer-1);
  width: 50%;
  background-color: #eee;
  border-bottom: 1px solid #CDCDCD;
  cursor: pointer;
}
.product-tab__menu li.is-selected {
  background-color: #fff;
  font-weight: 500;
  border-top: 1px solid #CDCDCD;
  border-bottom: none;
}
.product-tab__menu li:nth-child(1).is-selected {
  border-right: 1px solid #CDCDCD;
}
.product-tab__menu li:nth-child(2).is-selected {
  border-left: 1px solid #CDCDCD;
}

.product-tab__content {
  padding: 0 5%;
  display: none;
}

.product-tab__content.is-selected {
  display: block;
}

.product-tab__link__maker {
  cursor: pointer;
}

/*
language
 _________________________________________________________*/
.p-list-2column {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacer-1);
}

.p-list-2column__item {
  width: calc(50% - var(--spacer-1) / 2);
  padding: var(--spacer-1);
}
.p-list-2column__item a {
  text-decoration: none;
}
.p-list-2column__item a:hover {
  text-decoration: none;
}

.p-list-2column__item__img {
  text-align: center;
  margin-bottom: var(--spacer-1);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 1/1;
}

.p-list-2column__item__content {
  text-align: left;
}

.p-list-2column__item__content__maker {
  font-size: min(1.75vw, 14px);
}
@media screen and (max-width: 599px) {
  .p-list-2column__item__content__maker {
    font-size: min(2.6666666667vw, 10px);
  }
}

.p-list-2column__item__content__title {
  font-size: min(2.25vw, 18px);
  font-weight: 600;
}
@media screen and (max-width: 599px) {
  .p-list-2column__item__content__title {
    font-size: min(3.7333333333vw, 14px);
  }
}

/*
language
 _________________________________________________________*/
.calc-cart {
  margin-top: var(--spacer-3);
}

.calc-cart__title {
  font-size: min(2.75vw, 22px);
  font-weight: 600;
  margin-bottom: var(--spacer-2);
  display: flex;
  align-items: end;
  width: 100%;
  gap: calc(var(--spacer-1) / 2);
}
@media screen and (max-width: 599px) {
  .calc-cart__title {
    font-size: min(5.3333333333vw, 20px);
  }
}

.calc-cart__list {
  margin: var(--spacer-1) 0;
}
@media screen and (max-width: 599px) {
  .calc-cart__list {
    margin: var(--spacer-2) 0;
  }
}

.calc-cart__item {
  border: 1px solid #CDCDCD;
  border-top: none;
  padding: var(--spacer-1);
  display: grid;
  grid-template-columns: 20% 1fr;
  grid-template-rows: auto auto;
  gap: calc(var(--spacer-1) / 2) var(--spacer-1);
  grid-auto-flow: row;
  grid-template-areas: "calc-cart__item__image calc-cart__item__title" "calc-cart__item__image calc-cart__item__price" "calc-cart__item__image cart-calc__item__value";
}
.calc-cart__item:first-child {
  border-top: 1px solid #CDCDCD;
}

.calc-cart__item__image {
  grid-area: calc-cart__item__image;
}

.calc-cart__item__title {
  grid-area: calc-cart__item__title;
}

.cart-calc__item__value {
  grid-area: cart-calc__item__value;
}

.cart-calc__item__price {
  grid-area: cart-calc__item__price;
}

.calc-cart__item__image a {
  display: block;
}

.cart-calc__item__value {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--spacer-1);
}

.calc-cart__item__price {
  justify-self: left;
  margin-right: auto;
}

.calc-cart__item__title {
  font-weight: 600;
  font-size: min(2.25vw, 18px);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .calc-cart__item__title {
    font-size: min(4.2666666667vw, 16px);
  }
}
.calc-cart__item__title small {
  font-size: min(1.75vw, 14px);
  display: block;
}
@media screen and (max-width: 599px) {
  .calc-cart__item__title small {
    font-size: min(3.2vw, 12px);
  }
}

.calc-cart__item__subtotal {
  font-size: min(2vw, 16px);
  text-align: center;
  display: none;
}
@media screen and (max-width: 599px) {
  .calc-cart__item__subtotal {
    font-size: min(3.2vw, 12px);
  }
}

.calc-cart__item__quantity {
  text-align: center;
  font-size: 0.8em;
  display: flex;
}
.calc-cart__item__quantity .qty-num {
  min-width: 1.5em;
  text-align: center;
  display: inline-block;
  font-size: min(2vw, 16px);
}
@media screen and (max-width: 599px) {
  .calc-cart__item__quantity .qty-num {
    font-size: min(3.2vw, 12px);
  }
}
.calc-cart__item__quantity .qty-controller {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 5px;
  line-height: 1;
}
.calc-cart__item__quantity button {
  background: #eee;
  color: #000000;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  border-radius: 9999px;
  aspect-ratio: 1;
  font-weight: 500;
  font-size: 10px;
}
@media screen and (max-width: 599px) {
  .calc-cart__item__quantity button {
    width: 16px;
    height: 16px;
  }
}

.calc-cart__no-products {
  text-align: center;
  display: none;
  margin: var(--spacer-2) 0;
}

.calc-cart__item__delete {
  font-size: min(1.75vw, 14px);
}
@media screen and (max-width: 599px) {
  .calc-cart__item__delete {
    font-size: min(3.2vw, 12px);
  }
}
.calc-cart__item__delete button {
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 1px solid #000000;
}

.calc-cart__item__delete__icon {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
}

.calc-error {
  font-size: 0.8em;
  color: #e94545;
  font-weight: 600;
  margin: var(--spacer-1) 0;
}

.calc-cart__total {
  font-weight: 600;
  font-size: min(2.75vw, 22px);
  text-align: right;
  margin: var(--spacer-1) 0;
}
@media screen and (max-width: 599px) {
  .calc-cart__total {
    font-size: min(4.8vw, 18px);
  }
}
@media screen and (max-width: 599px) {
  .calc-cart__total {
    margin: var(--spacer-2) 0;
  }
}

.calc-cart__recalculation {
  text-align: right;
  line-height: 1;
  margin: var(--spacer-1) 0;
}
@media screen and (max-width: 599px) {
  .calc-cart__recalculation {
    margin: var(--spacer-2) 0;
  }
}

.calc-cart__update {
  text-align: right;
}

.calc-cart__info {
  color: #e94545;
  font-size: 0.8em;
  margin-bottom: calc(var(--spacer-1) / 2);
  font-weight: 600;
}

.calc-loading {
  width: 100%;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #666;
}
.calc-loading:before {
  content: "";
  background-image: url("../images/loading.gif");
  width: 50px;
  height: 50px;
  background-size: 100%;
  display: block;
  margin-bottom: var(--spacer-1);
}

.calc-cart__empty {
  text-align: center;
  margin: var(--spacer-3) 0;
  display: none;
}

/*
language
 _________________________________________________________*/
.top-mv {
  margin-bottom: var(--spacer-5);
}

.top-mv__img {
  text-align: center;
  margin-bottom: var(--spacer-3);
}
@media screen and (max-width: 599px) {
  .top-mv__img img {
    border-radius: 30px;
  }
}

.top-mv__catch {
  line-height: 2.5;
  text-align: center;
  font-weight: 500;
  font-size: min(2.25vw, 18px);
}
@media screen and (max-width: 599px) {
  .top-mv__catch {
    font-size: min(3.7333333333vw, 14px);
  }
}
@media screen and (max-width: 599px) {
  .top-mv__catch {
    line-height: 2.3;
  }
}

.top-mv__catch__1 {
  margin-bottom: var(--spacer-2);
}

.top-mv__catch__2 {
  margin-bottom: var(--spacer-2);
  font-size: min(2.75vw, 22px);
  line-height: 1.8;
}
@media screen and (max-width: 599px) {
  .top-mv__catch__2 {
    font-size: min(4.8vw, 18px);
  }
}

.top-story__item {
  padding: 0 var(--spacer-1);
  font-size: min(2vw, 16px);
  margin-bottom: var(--spacer-5);
}
@media screen and (max-width: 599px) {
  .top-story__item {
    font-size: min(3.7333333333vw, 14px);
  }
}

.top-story__item__img {
  margin-bottom: var(--spacer-3);
}
.top-story__item__img img {
  border-radius: 60px;
}
@media screen and (max-width: 599px) {
  .top-story__item__img img {
    border-radius: 30px;
  }
}

.top-story__item__title {
  font-weight: 600;
  font-size: min(3.25vw, 26px);
  margin-bottom: var(--spacer-2);
}
@media screen and (max-width: 599px) {
  .top-story__item__title {
    font-size: min(5.3333333333vw, 20px);
  }
}

.top-story__item__subtitle {
  font-weight: 600;
}

/*
language
 _________________________________________________________*/
/* ========================================================
 Module
 ** 汎用クラス
 ======================================================== */
.sp-only {
  display: none;
}
@media screen and (max-width: 599px) {
  .sp-only {
    display: block;
  }
}

.tb-only {
  display: block;
}
@media screen and (max-width: 599px) {
  .tb-only {
    display: none;
  }
}

/*
右寄せ＆左寄せ
_________________________________________________________*/
.m-a-center {
  text-align: center;
}

.m-a-right {
  text-align: right;
}

.m-a-left {
  text-align: left;
}

.m-f-right {
  float: right;
}

.m-r-left {
  float: left;
}

.prewrap {
  white-space: pre-wrap;
}

/*
マージン＆パディング
_________________________________________________________*/
.m-mb-1 {
  margin-bottom: var(--spacer-1);
}

.m-mb-2 {
  margin-bottom: var(--spacer-2);
}

.m-mb-3 {
  margin-bottom: var(--spacer-3);
}

.m-mb-4 {
  margin-bottom: var(--spacer-4);
}

.m-mt-1 {
  margin-top: var(--spacer-1);
}

.m-mt-2 {
  margin-top: var(--spacer-2);
}

.m-mt-3 {
  margin-top: var(--spacer-3);
}

.m-mt-4 {
  margin-top: var(--spacer-4);
}

/*
font-color
_________________________________________________________*/
.m-fc-red {
  color: #e94545;
}

.m-fc-purple {
  color: #7030A0;
}

/*
font-size
_________________________________________________________*/
.small {
  font-size: 0.8em;
}

strong,
.m-txt-bold {
  font-weight: 500;
}

.m-txt-large {
  font-size: 1.12em;
}

.m-txt-xlarge {
  font-size: 1.4em;
}

.m-txt-small {
  font-size: 0.85em;
}

.m-txt-xsmall {
  font-size: 0.6em;
}

/*
button
_________________________________________________________*/
.m-btn {
  border: 1px solid #000000;
  color: #000000;
  padding: var(--spacer-1) var(--spacer-2);
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
  transition: 0.4s;
  font-weight: 500;
  position: relative;
  overflow: hidden;
}
.m-btn:hover {
  background-color: rgba(0, 0, 0, 0.2);
  color: #000000;
}

.m-btn--large {
  font-size: 1.1em;
  padding: 24px 160px;
}
@media screen and (max-width: 599px) {
  .m-btn--large {
    padding: 24px;
    width: 100%;
  }
}

.m-btn--small {
  font-size: 0.8em;
  padding: calc(var(--spacer-1) / 2) var(--spacer-2);
}
@media screen and (max-width: 599px) {
  .m-btn--small {
    padding: var(--spacer-1) var(--spacer-2);
  }
}

.m-btn--black {
  background-color: #000000;
  color: #fff;
}
.m-btn--black:hover {
  color: #fff;
  background-color: #000000;
}

/*
box
 _________________________________________________________*/
.m-box-80 {
  width: 80%;
  clear: both;
  margin-left: auto;
  margin-right: auto;
}

.m-box-gray {
  background: #eee;
  padding: var(--spacer-2);
  border-radius: 4px;
}

.m-box-right {
  float: right;
}

.m-btn-border {
  border: 1px solid #000000;
  display: inline-block;
  padding: 16px 32px;
  color: #000000;
  text-align: center;
}
.m-btn-border:hover {
  text-decoration: none;
}
@media screen and (max-width: 599px) {
  .m-btn-border {
    padding: 8px 16px;
  }
}

.m-btn-100 {
  width: 100%;
  display: block;
  text-align: center;
}

.m-heading-h4 {
  font-size: min(3vw, 24px);
  font-weight: 500;
  margin-bottom: var(--spacer-1);
}
@media screen and (max-width: 599px) {
  .m-heading-h4 {
    font-size: min(4.8vw, 18px);
  }
}

.m-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: var(--spacer-1) auto;
}
.m-table th, .m-table td {
  border: 1px solid #CDCDCD;
  padding: calc(var(--spacer-1) / 2);
}

.m-width30 {
  width: 30%;
}

.m-width100 {
  width: 100%;
}

.m-link-witch {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 500;
  font-size: 0.9em;
}
.m-link-witch img {
  max-width: 55px;
  height: auto;
}

.icon-witch {
  background-image: url("../images/icon_witch.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 55px;
  height: 47px;
  display: inline-block;
}

.icon-souvenir {
  background-image: url("../images/icon_souvenir.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 55px;
  height: 47px;
  display: inline-block;
}

.icon-bag {
  background-image: url("../images/icon-bag.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 55px;
  height: 55px;
  display: inline-block;
}

.icon-calc {
  background-image: url("../images/icon-calc.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 55px;
  height: 55px;
  display: inline-block;
}

.icon--36x36 {
  width: 36px;
  height: 36px;
}

.pagenation {
  display: flex;
  margin: var(--spacer-3) auto;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: calc(var(--spacer-1) / 2);
  color: #555;
  font-size: min(1.75vw, 14px);
}
@media screen and (max-width: 599px) {
  .pagenation {
    font-size: min(3.2vw, 12px);
  }
}

.pagenation-prev,
.pagenation-next {
  letter-spacing: 0.2em;
}
.pagenation-prev a,
.pagenation-next a {
  color: #555;
}
.pagenation-prev a:hover,
.pagenation-next a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.pagenation-prev {
  margin-right: calc(var(--spacer-1) / 2);
}

.pagenation-next {
  margin-left: calc(var(--spacer-1) / 2);
}

.pagenation-item a, .pagenation-item span {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagenation-item a {
  background-color: #d8d1c9;
  color: #000000;
}
.pagenation-item a:hover {
  text-decoration: none;
}
.pagenation-item span {
  background-color: #000000;
  color: #fff;
}

.category-list {
  width: 90%;
  margin: 0 auto;
}
.category-list li {
  width: 100%;
}
.category-list li a {
  display: block;
  padding: var(--spacer-1);
  border-bottom: 1px dashed #CDCDCD;
}