@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 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 */
}

/**
 * 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: 1em;
  /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  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: 1em;
  /* 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * 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] {
  -webkit-appearance: button;
}

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

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

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

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

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

/****** Elad Shechter's RESET *******/
/*** box sizing border-box for all elements ***/
*,
*::before,
*::after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

button {
  background-color: transparent;
  color: inherit;
  border-width: 0;
  padding: 0;
  cursor: pointer;
}

figure {
  margin: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0;
}

ul, ol, dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

p {
  margin: 0;
}

cite {
  font-style: normal;
}

fieldset {
  border-width: 0;
  padding: 0;
  margin: 0;
}

/*
0 - 600px:      Phone
600 - 900px:    Tablet portrait
900 - 1200px:   Tablet landscape
[1200 - 1800] is where our normal styles apply
1800px + :      Big desktop 

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
body {
  color: #524e4d;
}

.container {
  padding-right: 8vw;
  padding-left: 8vw;
}
@media only screen and (max-width: 767px) {
  .container {
    padding-right: 4vw;
    padding-left: 4vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

@media only screen and (max-width: 767px) {
  .br-pc {
    display: none;
  }
}

.br-sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .br-sp {
    display: block;
  }
}

.heading-primary--pc {
  display: block;
}
@media only screen and (max-width: 767px) {
  .heading-primary--pc {
    display: none;
  }
}
.heading-primary--sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .heading-primary--sp {
    display: block;
  }
}
.heading-primary--sub {
  display: block;
  font-size: 1.317715959vw;
}
.heading-primary--sub::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.heading-primary--sub::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
@media only screen and (max-width: 767px) {
  .heading-primary--sub {
    text-align: left;
    font-size: 18px;
  }
}
.heading-primary--main {
  display: block;
  font-size: 2.635431918vw;
  margin-top: 1.8301610542vw;
}
.heading-primary--main::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.heading-primary--main::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
@media only screen and (max-width: 767px) {
  .heading-primary--main {
    text-align: left;
    font-size: 32px;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .heading-primary {
    font-size: 36px;
    line-height: 1.7;
    text-align: center;
  }
  .heading-primary::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.7) * 0.5em);
    content: "";
  }
  .heading-primary::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.7) * 0.5em);
    content: "";
  }
}
.heading-primary--after {
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .heading-primary--after {
    font-size: 16px;
  }
}

.heading-secondary {
  font-size: 1.756954612vw;
}
.heading-secondary::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.heading-secondary::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
@media only screen and (max-width: 767px) {
  .heading-secondary {
    font-size: 24px;
  }
}
.heading-secondary--accordion {
  border-bottom: 1px solid #524e4d;
  padding-bottom: 10px;
}

.heading-tertiary {
  font-size: 1.317715959vw;
  font-weight: 600;
}
.heading-tertiary::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.heading-tertiary::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}

.u-position-center {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .u-position-center-sp {
    display: flex;
    justify-content: center;
  }
}

.u-position-title-center {
  text-align: center;
}

.u-margin-top-big {
  margin-top: 60px;
}

.u-margin-top-checkred {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .u-margin-top-checkred {
    margin-top: 20px;
  }
}

.u-margin-top-medium {
  margin-top: 40px;
}

.u-margin-top-small {
  margin-top: 35px;
}

.fadeUpTrigger {
  opacity: 0;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes moveBg {
  from {
    background-position: 20000px;
  }
  to {
    background-position: 0px;
  }
}
.btn, .btn:link, .btnvisited {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  width: 267px;
  height: 50px;
  font-size: 24px;
  text-transform: uppercase;
}
.btn--content {
  background-color: #7f0019;
  color: #fff;
  border-radius: 10px;
}
.btn-wrapper--content {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.bar {
  display: flex;
  align-items: center;
  margin-top: 30px;
  border-top: 1px solid #524e4d;
  border-bottom: 1px solid #524e4d;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .bar {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.bar__conditions {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .bar__conditions {
    margin: 0 auto;
  }
}
.bar__display {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .bar__display {
    margin-top: 20px;
  }
}
.bar__bottom {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .bar__bottom {
    width: 100%;
    margin-top: 10px;
    gap: 30px;
  }
}
.bar__number {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .bar__number {
    width: 50%;
  }
}
.bar__stock {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .bar__stock {
    width: 50%;
  }
}
.bar__icon {
  height: 21px;
  width: 21px;
}
.bar__text {
  font-size: 1.17vw;
  padding-left: 1vw;
  margin-right: 1.46vw;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .bar__text {
    font-size: 16px;
    margin-right: 15px;
  }
}
.bar__text--border {
  height: 30px;
  width: 1px;
  background-color: #524e4d;
}
@media only screen and (max-width: 767px) {
  .bar__text--border {
    display: none;
  }
}

select {
  -webkit-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  padding: 6px 40px 6px 10px;
  border-radius: 4px;
  border: 1px solid #524e4d;
  font-size: 1.17vw;
}
@media only screen and (max-width: 767px) {
  select {
    font-size: 16px;
  }
}

.select-wrap {
  position: relative;
  display: block;
}

.select-wrap::after {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #524e4d;
  border-bottom: 2px solid #524e4d;
  transform: rotate(45deg);
  pointer-events: none;
}

/* アコーディオンメニュー全体のサイズ・位置 */
.accordion {
  width: 100%;
  margin: 0 auto;
}
.accordion__section {
  margin-top: 2.19vw;
}
.accordion__title {
  font-size: 1.31vw;
  position: relative;
  cursor: pointer;
  z-index: 100;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 767px) {
  .accordion__title {
    font-size: 18px;
  }
}
.accordion__title--after {
  position: absolute;
  right: 35px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #524e4d;
  border-bottom: 2px solid #524e4d;
  transform: rotate(45deg);
  pointer-events: none;
  transition: 0.3s;
}
.accordion__title--after.accordion-open {
  transform: rotate(225deg);
  transition: 0.3s;
}
.accordion__icon {
  display: block;
  height: 14px;
  width: 14px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.accordion__box {
  display: none;
  background-color: #dedede;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 30px;
  padding-right: 5.49vw;
  position: relative;
  margin-top: 15px;
}
.accordion__item:not(:last-child) {
  margin-bottom: 20px;
}
.accordion__link {
  font-size: 1.17vw;
}
@media only screen and (max-width: 767px) {
  .accordion__link {
    font-size: 16px;
  }
}

.content {
  display: flex;
  justify-content: center;
  gap: 2.2%;
  padding-top: 60px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .content {
    padding-top: 40px;
    gap: 0;
  }
}
.content__main {
  width: 74%;
}
@media only screen and (max-width: 767px) {
  .content__main {
    width: 100%;
  }
}
.content__wrapper {
  display: flex;
  gap: 2.196vw;
  border-bottom: 1px solid #524e4d;
  padding-bottom: 6.2225475842vw;
}
@media only screen and (max-width: 767px) {
  .content__wrapper {
    flex-direction: column;
    gap: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .content__wrapper::after {
    content: "";
    border-bottom: 1px solid #524e4d;
    margin-top: 60px;
    margin-right: -4vw;
    margin-left: -4vw;
  }
}
.content__text-box {
  width: 39.531vw;
}
@media only screen and (max-width: 767px) {
  .content__text-box {
    width: 100%;
  }
}
.content__text {
  display: block;
  font-size: 1.1713030747vw;
  margin-top: 1.4641288433vw;
  line-height: 1.675;
}
@media only screen and (max-width: 767px) {
  .content__text {
    font-size: 16px;
    margin-top: 20px;
  }
}
.content__message-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.4641288433vw;
  font-size: 1.317715959vw;
  width: 12.1522693997vw;
  height: 2.5622254758vw;
  border: 1px solid #1f2774;
}
@media only screen and (max-width: 767px) {
  .content__message-box {
    display: none;
  }
}
.content__price {
  display: flex;
  align-items: flex-end;
  margin-top: 1.4641288433vw;
}
@media only screen and (max-width: 767px) {
  .content__price {
    margin-top: 15px;
  }
}
.content__price--sub {
  display: block;
  font-size: 1.5373352855vw;
}
.content__price--sub::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.content__price--sub::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
.content__price--sub:not(:last-child) {
  margin-right: 0.7320644217vw;
}
@media only screen and (max-width: 767px) {
  .content__price--sub:not(:last-child) {
    margin-right: 10px;
  }
}
.content__price--sub:last-child {
  margin-left: 0.3660322108vw;
}
@media only screen and (max-width: 767px) {
  .content__price--sub:last-child {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .content__price--sub {
    font-size: 21px;
  }
}
.content__price--main {
  display: block;
  font-size: 2.635431918vw;
  font-weight: 700;
}
.content__price--main::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.content__price--main::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
@media only screen and (max-width: 767px) {
  .content__price--main {
    font-size: 36px;
  }
}
.content__price-number {
  display: block;
  font-size: 1.1713030747vw;
  margin-top: 1.4641288433vw;
}
@media only screen and (max-width: 767px) {
  .content__price-number {
    font-size: 16px;
    margin-top: 20px;
  }
}
.content__price-number--1 {
  margin-right: 1.4641288433vw;
}
@media only screen and (max-width: 767px) {
  .content__price-number--1 {
    margin-right: 20px;
  }
}
.content__pagenation {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.2vw;
  margin-top: 4.75vw;
  border-top: 1px solid #524e4d;
  border-bottom: 1px solid #524e4d;
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  color: #1f2774;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .content__pagenation {
    margin-top: 70px;
    gap: 30px;
  }
}

.viewer {
  width: 26.793vw;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .viewer {
    width: 100%;
  }
}
.viewer__main-img {
  display: block;
  width: 26.5007320644vw;
  height: 26.5007320644vw;
}
@media only screen and (max-width: 767px) {
  .viewer__main-img {
    width: 100.2666666667vw;
    height: 100.2666666667vw;
    margin-right: -4vw;
    margin-left: -4vw;
    margin-top: 20px;
  }
}
.viewer__main-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.viewer__img-list {
  display: flex;
  gap: 30px;
  margin-top: 20px;
}
.viewer__img-item {
  display: block;
  width: 70px;
  height: 70px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .viewer__img-item {
    width: 64px;
    height: 64px;
  }
}
.viewer__img-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.counter {
  margin-top: 20px;
  position: relative;
}
.counter__inner {
  display: flex;
  align-items: flex-end;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .counter__inner {
    justify-content: center;
  }
}
.counter__box {
  background-color: #f4f4f4;
  height: 3.1478770132vw;
  width: 3.1478770132vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.074670571vw;
}
@media only screen and (max-width: 767px) {
  .counter__box {
    height: 43px;
    width: 43px;
    font-size: 42px;
  }
}
.counter__box--text {
  position: relative;
}
.counter__box--text::before {
  content: "数量";
  font-size: 1.1713030747vw;
  position: absolute;
  top: -1.8301610542vw;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .counter__box--text::before {
    font-size: 16px;
    top: -25px;
  }
}
.counter__box--number {
  width: 4.9780380673vw;
  height: 4.9780380673vw;
  font-size: 2.3426061493vw;
  outline: none;
  border: none;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .counter__box--number {
    height: 68px;
    width: 68px;
    font-size: 32px;
  }
}

.feture {
  padding-top: 60px;
  padding-bottom: 80px;
  border-bottom: 1px solid #524e4d;
}
@media only screen and (max-width: 767px) {
  .feture {
    padding-top: 40px;
    padding-bottom: 0;
    border-bottom: none;
  }
  .feture::after {
    content: "";
    display: block;
    border-bottom: 1px solid #524e4d;
    margin-top: 60px;
    margin-right: -4vw;
    margin-left: -4vw;
  }
}
.feture__inner {
  max-width: 462px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 15px;
}
.feture__inner:not(:last-child) {
  margin-bottom: 60px;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .feture__inner:not(:last-child) {
    margin-bottom: 40px;
  }
}
.feture__text {
  display: block;
  margin-top: 20px;
  font-size: 1.1713030747vw;
  line-height: 1.6875;
}
.feture__text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.675) * 0.5em);
  content: "";
}
.feture__text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.675) * 0.5em);
  content: "";
}
@media only screen and (max-width: 767px) {
  .feture__text {
    font-size: 16px;
  }
}
.feture__img {
  margin-top: 25px;
  aspect-ratio: 463/309;
}
@media only screen and (max-width: 767px) {
  .feture__img {
    margin-right: -4vw;
    margin-left: -4vw;
  }
}
.feture__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.goods {
  padding-top: 65px;
  padding-bottom: 85px;
  border-bottom: 1px solid #524e4d;
}
@media only screen and (max-width: 767px) {
  .goods {
    padding-top: 40px;
    padding-bottom: 0;
    border-bottom: none;
  }
  .goods:not(:last-child)::after {
    content: "";
    display: block;
    border-bottom: 1px solid #524e4d;
    margin-top: 60px;
    margin-right: -4vw;
    margin-left: -4vw;
  }
}
.goods--latest {
  border-bottom: none;
  padding-bottom: 0;
}

.card {
  display: flex;
  gap: 30px;
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .card {
    flex-direction: column;
  }
}
.card__list {
  display: flex;
  gap: 30px;
}
.card__img {
  width: 13.9092240117vw;
  height: 13.9092240117vw;
}
@media only screen and (max-width: 767px) {
  .card__img {
    width: 42.6666666667vw;
    height: 42.6666666667vw;
  }
}
.card__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card__title-1 {
  display: block;
  font-size: 1.1713030747vw;
  margin-top: 20px;
}
.card__title-1::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.card__title-1::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
@media only screen and (max-width: 767px) {
  .card__title-1 {
    font-size: 16px;
  }
}
.card__title-2 {
  display: block;
  font-size: 1.317715959vw;
  margin-top: 10px;
}
.card__title-2::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.card__title-2::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
@media only screen and (max-width: 767px) {
  .card__title-2 {
    font-size: 18px;
  }
}
.card__price {
  display: block;
  font-size: 1.756954612vw;
  font-weight: 700;
  margin-top: 10px;
}
.card__price::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.card__price::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
@media only screen and (max-width: 767px) {
  .card__price {
    font-size: 24px;
  }
}

.page-number--now {
  color: #7f0019;
}

.page-next {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #524e4d;
  border-bottom: 2px solid #524e4d;
  transform: rotate(315deg);
  pointer-events: none;
}

.header {
  display: flex;
  flex-direction: column;
  padding-top: 15px;
}
@media only screen and (max-width: 767px) {
  .header {
    padding-top: 10px;
  }
}
.header__top {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.header__logo-box {
  display: flex;
  width: 36vw;
  gap: 1.5vw;
}
@media only screen and (max-width: 767px) {
  .header__logo-box {
    flex-direction: column;
    align-items: center;
    gap: 5px;
    width: auto;
  }
}
.header__logo-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header__breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 40px;
  margin-left: 5px;
  text-transform: uppercase;
}
.header__breadcrumb-link::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.header__breadcrumb-link::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
@media only screen and (max-width: 767px) {
  .header__breadcrumb {
    font-size: 12px;
    margin-top: 30px;
  }
}

.search {
  display: flex;
  align-items: center;
  height: 45px;
  border-radius: 10px;
  width: 26.5vw;
}
@media only screen and (max-width: 767px) {
  .search {
    display: none;
  }
}
.search__button {
  width: 5.1vw;
  height: 43px;
  background-color: #f4f4f4;
  border: 1px solid #c7c7c7;
  border-radius: 10px 0 0 10px;
}
.search__icon {
  width: 1.5vw;
  height: 1.5vw;
}
.search__input {
  height: 43px;
  width: 21.96vw;
  padding-left: 2.2vw;
  padding-right: 4vw;
  font-size: 1.3vw;
  color: #c7c7c7;
  border: 1px solid #c7c7c7;
  border-left: none;
  border-radius: 0 10px 10px 0;
}

.hero {
  width: 100%;
  height: 600px;
  position: relative;
  background: linear-gradient(rgba(82, 78, 77, 0.5), rgba(82, 78, 77, 0.5)), url(../img/PC_cover.png);
  animation-name: moveBg;
  animation-duration: 600s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@media only screen and (max-width: 767px) {
  .hero {
    background: linear-gradient(rgba(82, 78, 77, 0.5), rgba(82, 78, 77, 0.5)), url(../img/SP_cover.png);
    height: 375px;
  }
}
.hero__box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 110px;
}
@media only screen and (max-width: 767px) {
  .hero__box {
    gap: 75px;
  }
}
.hero__btn {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 25px;
}
@media only screen and (max-width: 767px) {
  .hero__btn {
    flex-direction: column;
  }
}

.navigation {
  width: 18.3vw;
  position: relative;
}
.navigation__list {
  width: 100%;
  display: flex;
}
.navigation__item {
  padding-left: 2.8vw;
}
.navigation__item--sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .navigation__item--sp {
    display: block;
  }
}
.navigation__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.navigation__icon {
  width: 2.2vw;
  height: 2.2vw;
}
@media only screen and (max-width: 767px) {
  .navigation__icon {
    width: 30px;
    height: 30px;
  }
}
.navigation__text {
  font-size: 1.2vw;
  color: #524e4d;
  white-space: nowrap;
}
.navigation__text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.navigation__text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
@media only screen and (max-width: 767px) {
  .navigation__text {
    display: none;
  }
}

.sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*.nav-btn-box{
    width: 60px;
    @include i.respond(phone){
        position: absolute;
        top: 0;
        right: 0;
    }
}*/
.nav-btn {
  display: none;
  outline: none;
  border: none;
  background-color: none;
  width: 33px;
  height: 30px;
  cursor: pointer;
  color: #1f2774;
  position: absolute;
  top: 5px;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .nav-btn {
    display: block;
  }
}
.nav-btn::before, .nav-btn::after {
  content: "";
  display: block;
  margin: 0 auto;
  height: 5px;
  background-color: currentColor;
  transform: translateY(8px);
}
.nav-btn::before {
  transform: translateY(-7px);
  box-shadow: 0 10px currentColor;
}

.side-bar {
  width: 23%;
}
@media only screen and (max-width: 767px) {
  .side-bar {
    display: none;
  }
}

.topic {
  margin-top: 4.39vw;
}
.topic__list {
  margin-top: 2.19vw;
}
.topic__item {
  font-size: 1.31vw;
}
@media only screen and (max-width: 767px) {
  .topic__item {
    font-size: 18px;
    display: inline-block;
    width: 49%;
  }
}
.topic__item:not(:last-child) {
  margin-bottom: 1.1vw;
}

/* Navigation menu: opened */
html .open,
.open body {
  height: 100%;
  overflow: scroll;
}

.open .side-bar {
  display: block;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  background-color: #f7f7f7;
  z-index: 100;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 60px;
  padding-right: 75px;
}
.open .nav-btn {
  z-index: 1000;
}
.open .nav-btn::before {
  transform: rotate(-45deg) translateY(3px);
  box-shadow: none;
}
.open .nav-btn::after {
  transform: rotate(45deg) translateY(-4px);
  box-shadow: none;
}
.open .banner {
  display: none;
}

.price {
  margin-top: 60px;
  padding-bottom: 80px;
}
.price__text {
  display: block;
  padding-left: 5px;
  font-size: 1.17vw;
}
.price__text--srash {
  padding-right: 5px;
}

.range-input {
  position: relative;
}
.range-input input {
  position: absolute;
  top: -2px;
  height: 2px;
  width: 100%;
  background: none;
  -webkit-appearance: none;
  pointer-events: none;
}

input[type=range]::-webkit-slider-thumb {
  height: 24px;
  width: 24px;
  border: 1px solid #c7c7c7;
  -webkit-appearance: none;
  pointer-events: auto;
  background-color: #fff;
  border-radius: 50%;
}

.slider {
  height: 2px;
  background-color: #c7c7c7;
  margin-top: 30px;
}

.field {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
}

.input-min {
  width: 6.95vw;
  height: 30px;
  border: 1px solid #524e4d;
  border-radius: 5px;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .input-min {
    width: 90px;
    height: 28px;
  }
}

.input-max {
  width: 6.95vw;
  height: 30px;
  border: 1px solid #524e4d;
  border-radius: 5px;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .input-max {
    width: 90px;
    height: 28px;
  }
}

.banner--sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .banner--sp {
    display: flex;
    justify-content: center;
    gap: 8vw;
  }
}
@media only screen and (max-width: 767px) {
  .banner__img {
    width: 42.66vw;
    height: 42.66vw;
  }
}
.banner__img:not(:last-child) {
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .banner__img:not(:last-child) {
    margin-bottom: 0;
  }
}
.banner__img img {
  display: block;
  width: 100%;
  height: 100%;
}

.footer {
  margin-top: 80px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .footer {
    margin-top: 70px;
  }
}
.footer__text {
  display: block;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .footer__text {
    padding-top: 60px;
  }
}
.footer__text--bottom {
  padding-top: 60px;
}
@media only screen and (max-width: 767px) {
  .footer__text--bottom {
    padding-top: 45px;
  }
}
.footer__sns {
  display: flex;
  max-width: 558px;
  justify-content: space-between;
  margin: 0 auto;
  padding-top: 60px;
}
@media only screen and (max-width: 767px) {
  .footer__sns {
    padding-top: 40px;
  }
}
.footer-nav {
  margin-top: 30px;
}
.footer-nav__list {
  display: flex;
  justify-content: space-between;
  /*font-size: 1.2vw;
  gap:9.5vw;*/
}
@media only screen and (max-width: 767px) {
  .footer-nav__list {
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }
}
.footer-nav__item {
  white-space: nowrap;
}
.footer-nav__link::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.footer-nav__link::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
.footer-copy {
  display: block;
  text-align: center;
  font-size: 10px;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .footer-copy {
    margin-top: 30px;
  }
}

/*# sourceMappingURL=style.css.map */
