@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*::-moz-selection {
  background-color: color(selection);
}
*::selection {
  background-color: color(selection);
}

html {
  font-size: 62.5%;
}

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

a {
  text-decoration: none;
}
@media (min-width: 769px) {
  a a[href^="tel:"] {
    pointer-events: none;
  }
}

img,
svg,
video {
  width: 100%;
  max-width: 100%;
  height: auto;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

picture img {
  width: 100%;
  height: auto;
}

table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
}
table th,
table td {
  word-break: break-all;
}

input::-ms-clear {
  display: none;
}

[data-js-focus-visible]:focus:not([data-focus-visible-added]) {
  outline: none;
}

/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}
*:focus {
  outline: none;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  height: 0;
  /* Add the correct box sizing in Firefox */
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

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

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
}

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

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  color: inherit;
  cursor: pointer;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
}

::-webkit-file-upload-button {
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
  color: inherit;
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  vertical-align: bottom;
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

ol,
ul {
  list-style: none;
}

input[type=submit],
input[type=button] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

input,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}
input:focus,
textarea:focus {
  outline: none;
}

h1,
h2,
h3,
h4 {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}

p,
input,
textarea,
li,
span {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}

a {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #333;
  text-decoration: none;
}
a.hover-opacity {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
a.hover-opacity:hover {
  opacity: 0.6;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lazyload-img {
  opacity: 0;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}
.lazyload-img.lazyloaded {
  opacity: 1;
}

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

.is-tab {
  display: none;
}
@media screen and (max-width: 768px) {
  .is-tab {
    display: block;
  }
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.js-fade {
  opacity: 0;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.js-fade.is-active {
  opacity: 1;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.scroll-bar {
  padding-bottom: 30px;
}
.scroll-bar::-webkit-scrollbar {
  height: 10px;
}
.scroll-bar::-webkit-scrollbar-track {
  background: #f9f9f43d;
}
.scroll-bar::-webkit-scrollbar-thumb {
  background: #c6c193;
}

.l-footer {
  padding: 50px 0 80px;
  background: #962124;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 40px 0 50px;
  }
}
.l-footer__container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.l-footer__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 25px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .l-footer__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-color: #a64245c0;
  }
}
.l-footer .head__logo {
  width: 100%;
  max-width: 120px;
}
@media screen and (max-width: 768px) {
  .l-footer .head__logo {
    max-width: 150px;
  }
}
.l-footer .head__logo img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-footer .head__sns-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .l-footer .head__sns-box {
    margin-top: 20px;
  }
}
.l-footer .head__icn {
  display: block;
  width: 35px;
  height: 35px;
}
@media screen and (max-width: 768px) {
  .l-footer .head__icn {
    width: 25px;
    height: 25px;
  }
}
.l-footer .head__icn img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-footer__info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .l-footer__info-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-footer .info__txt {
  font-size: 1.6rem;
  line-height: 1.625;
  font-weight: normal;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .l-footer .info__txt {
    font-size: 1.2rem;
    line-height: 1.0833333333;
  }
}
.l-footer .info__link-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .l-footer .info__link-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    margin: 15px auto 0;
  }
}
.l-footer .info__link {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 200px;
  height: 40px;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  border: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .l-footer .info__link {
    font-size: 1.1rem;
    line-height: 1.1818181818;
    font-weight: normal;
    letter-spacing: 0.2em;
    width: 160px;
    height: 30px;
  }
}
.l-footer__nav {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .l-footer__nav {
    margin-top: 25px;
  }
}
.l-footer .nav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 0;
  margin-left: -20px;
}
@media screen and (max-width: 768px) {
  .l-footer .nav__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0 18px;
    height: 210px;
    margin: 0;
  }
}
.l-footer .nav__item {
  position: relative;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .l-footer .nav__item {
    width: calc(50% - 10px);
    padding: 0;
    border-top: 1px solid #a64245c0;
  }
}
.l-footer .nav__item:not(:last-of-type)::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 12px;
  content: "";
  background: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .l-footer .nav__item:not(:last-of-type)::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-footer .nav__item:last-of-type, .l-footer .nav__item:nth-last-of-type(6) {
    border-bottom: 1px solid #a64245c0;
  }
}
@media screen and (max-width: 768px) {
  .l-footer .nav__item::after {
    position: absolute;
    top: 50%;
    right: 4px;
    width: 8px;
    height: 8px;
    content: "";
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
  }
}
.l-footer .nav__link {
  font-size: 1.2rem;
  line-height: 2.6666666667;
  font-weight: normal;
  letter-spacing: 0.1em;
  display: inline-block;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .l-footer .nav__link {
    font-size: 1rem;
    line-height: 1.6;
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 12px 0;
  }
}
.l-footer .copyright {
  font-size: 1rem;
  line-height: 2.6;
  font-weight: normal;
  letter-spacing: 0.1em;
  display: block;
  margin-top: 35px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .l-footer .copyright {
    margin-top: 18px;
    text-align: center;
  }
}

.top-back {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  width: 120px;
  height: 120px;
  pointer-events: none;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
@media screen and (max-width: 768px) {
  .top-back {
    right: 10px;
    bottom: 10px;
    width: 80px;
    height: 80px;
  }
}
.top-back.is-scroll {
  pointer-events: all;
  opacity: 1;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.top-back__btn {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100vw;
  background: transparent;
  -webkit-transition: background 0.6s;
  transition: background 0.6s;
}
.l-header.is-open {
  background: #962124;
  -webkit-transition: background 0.6s;
  transition: background 0.6s;
}
@media screen and (max-width: 768px) {
  .l-header.is-scroll {
    background: #962124;
  }
}
.l-header__container {
  width: 100%;
  height: auto;
  overflow: visible;
  border-bottom: 1px solid #fff;
  -webkit-transition: opacity 0.6s, height 0.6s;
  transition: opacity 0.6s, height 0.6s;
}
.l-header__container.is-over {
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.6s, height 0.6s;
  transition: opacity 0.6s, height 0.6s;
}
@media screen and (max-width: 768px) {
  .l-header__container.is-over {
    display: block;
  }
}
.l-header__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1920px;
  height: 75px;
  padding: 0 60px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-header__wrapper {
    display: none;
  }
}
.l-header__wrapper-sp {
  position: relative;
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 40px;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .l-header__wrapper-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.l-header .s-box__form {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header .s-box__icon {
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.l-header .s-box__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-header .s-box__input {
  font-size: 1.2rem;
  line-height: 1.75;
  font-weight: normal;
  letter-spacing: 0em;
  width: 190px;
  min-height: auto;
  padding: 0 0 3px 0;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
}
.l-header .s-box__input::-webkit-input-placeholder {
  color: #fff;
}
.l-header .s-box__input::-moz-placeholder {
  color: #fff;
}
.l-header .s-box__input:-ms-input-placeholder {
  color: #fff;
}
.l-header .s-box__input::-ms-input-placeholder {
  color: #fff;
}
.l-header .s-box__input::placeholder {
  color: #fff;
}
.l-header .s-box__input:focus {
  padding: 5px 10px;
  background: #fff;
  border-radius: 999px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.l-header .s-box__input:focus::-webkit-input-placeholder {
  color: #333;
}
.l-header .s-box__input:focus::-moz-placeholder {
  color: #333;
}
.l-header .s-box__input:focus:-ms-input-placeholder {
  color: #333;
}
.l-header .s-box__input:focus::-ms-input-placeholder {
  color: #333;
}
.l-header .s-box__input:focus::placeholder {
  color: #333;
}
.l-header .s-box__input:not(:focus) {
  color: #fff;
}
.l-header__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  max-width: 120px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    max-width: 80px;
  }
}
.l-header__logo img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-header__box {
  height: 100%;
}
.l-header__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.l-header .lists__item {
  height: 100%;
}
.l-header .lists__item:first-of-type {
  margin-right: 32px;
}
@media screen and (max-width: 768px) {
  .l-header .lists__item:first-of-type {
    margin-right: 15px;
  }
}
.l-header .lists .item__link {
  font-size: 1.2rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  color: #fff;
}
.l-header .lists .item__link span {
  font-size: 1.2rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
.l-header .lists .item__link .logout.true {
  display: none;
}
.l-header .lists .item__link .login.false {
  display: none;
}
.l-header .lists .item__icon {
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 768px) {
  .l-header .lists .item__icon {
    width: 20px;
    height: 20px;
  }
}
.l-header .lists .item__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-header__nav.is-over {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-header__nav {
    display: none;
  }
}
.l-header .nav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 0;
}
.l-header .nav__link {
  font-size: 1.2rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0em;
  color: #fff;
}
.l-header .nav__link.has-child {
  position: relative;
  cursor: pointer;
}
.l-header .nav__link.has-child::before {
  position: absolute;
  top: 50%;
  right: -12px;
  width: 6px;
  height: 6px;
  content: "";
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.l-header .nav__link.has-child.is-open::before {
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  -webkit-transform: translateY(-50%) rotate(-225deg);
          transform: translateY(-50%) rotate(-225deg);
}
.l-header .nav__toggle {
  position: relative;
  width: 19px;
  height: 100%;
  cursor: pointer;
}
.l-header .nav__menu-line {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  border-radius: 999px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-header .nav__menu-line.menu-line1 {
  top: calc(50% - 6px);
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}
.l-header .nav__menu-line.menu-line2 {
  top: 50%;
}
.l-header .nav__menu-line.menu-line3 {
  top: calc(50% + 6px);
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}
.l-header .nav__toggle.is-open .menu-line1 {
  top: 50%;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.l-header .nav__toggle.is-open .menu-line2 {
  opacity: 0;
}
.l-header .nav__toggle.is-open .menu-line3 {
  top: 50%;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.l-header__megamenu {
  height: 0;
  padding: 0;
  overflow: hidden;
  background: #fff;
  -webkit-transition: height 0.6s, padding 0.6s;
  transition: height 0.6s, padding 0.6s;
}
.l-header__megamenu.is-open {
  height: auto;
  padding: 20px 0;
  overflow: visible;
  -webkit-transition: height 0.6s, padding 0.6s;
  transition: height 0.6s, padding 0.6s;
}
.l-header__sub-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-header .sub-item__link {
  font-size: 1.2rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media screen and (max-width: 850px) {
  .l-header .sub-item__link {
    font-size: 1rem;
    line-height: 1;
  }
}
.l-header .sub-item__img {
  width: 40px;
  height: 40px;
}
.l-header .sub-item__img.rp100 {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
.l-header .sub-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-header .detail-search {
  height: 30px;
  padding: 0 15px;
  background: #434748;
  border-radius: 2px;
}
.l-header .detail-search .sub-item__img {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}
.l-header .detail-search .sub-item__link {
  color: #fff;
}
.l-header__sp-nav {
  position: fixed;
  top: 100px;
  left: 0;
  width: 100vw;
  height: calc(100vh - 40px);
  padding-bottom: 15px;
  overflow: auto;
  pointer-events: none;
  background: #962124;
  opacity: 0;
  -webkit-transition: top 0.6s;
  transition: top 0.6s;
}
.l-header__sp-nav.is-open {
  top: 40px;
  pointer-events: all;
  opacity: 1;
  -webkit-transition: top 0.6s, opacity 0.6s;
  transition: top 0.6s, opacity 0.6s;
}
.l-header .sp-nav__search-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 0;
  background: #fff;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.l-header .sp-nav__search-link span {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: normal;
  letter-spacing: 0.1em;
  color: #962124;
}
.l-header .sp-nav__search-link:hover span,
.l-header .sp-nav__search-link:hover img {
  opacity: 0.6;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.l-header .sp-nav .search-link__img {
  width: 19px;
  height: 19px;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.l-header .sp-nav .search-link__img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-header .sp-nav__lists {
  padding: 0 20px;
}
.l-header .sp-nav__item {
  width: 100%;
  border-bottom: 1px solid #a64245cb;
}
.l-header .sp-nav__link {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: normal;
  letter-spacing: 0.1em;
  position: relative;
  display: block;
  padding: 10px 0;
  color: #fff;
}
.l-header .sp-nav__link::before {
  position: absolute;
  top: 50%;
  right: 4px;
  width: 8px;
  height: 8px;
  content: "";
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.l-header .sp-nav__info-box {
  margin-top: 25px;
}
.l-header .sp-nav__txt {
  font-size: 1.2rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
}
.l-header .sp-nav__info-link {
  font-size: 1.1rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 160px;
  padding: 10px;
  margin: 10px auto 0;
  margin-top: 10px;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  border: 1px solid #fff;
}
.l-header .sp-nav__info-icon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
}
.l-header .sp-nav__info-icon {
  width: 25px;
  height: 25px;
}
.l-header .sp-nav__info-icon img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-header .sp-nav .copyright {
  font-size: 1rem;
  line-height: 1.3;
  font-weight: normal;
  letter-spacing: 0.1em;
  display: block;
  margin-top: 25px;
  color: #fff;
  text-align: center;
}
.l-header__scroll-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 0;
  padding: 0 60px;
  pointer-events: none;
  background: #962125d6;
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .l-header__scroll-header {
    padding: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__scroll-header {
    display: none;
  }
}
.l-header__scroll-header.is-over {
  height: 72px;
  pointer-events: all;
  opacity: 1;
  -webkit-transition: opacity 0.6s, height 0.6s;
  transition: opacity 0.6s, height 0.6s;
}
.l-header__scroll-header .scroll-header__form {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .l-header__scroll-header .scroll-header__form {
    gap: 8px;
  }
}
.l-header__scroll-header .scroll-header__icon {
  width: 32px;
  height: 32px;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .l-header__scroll-header .scroll-header__icon {
    width: 25px;
    height: 25px;
  }
}
.l-header__scroll-header .scroll-header__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-header__scroll-header .scroll-header__input {
  font-size: 1.2rem;
  line-height: 1.75;
  font-weight: normal;
  letter-spacing: 0em;
  width: 140px;
  min-height: auto;
  padding: 0 0 3px 0;
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
}
@media screen and (max-width: 1024px) {
  .l-header__scroll-header .scroll-header__input {
    font-size: 1rem;
    line-height: 1.9;
    width: 120px;
  }
}
.l-header__scroll-header .scroll-header__input::-webkit-input-placeholder {
  color: #fff;
}
.l-header__scroll-header .scroll-header__input::-moz-placeholder {
  color: #fff;
}
.l-header__scroll-header .scroll-header__input:-ms-input-placeholder {
  color: #fff;
}
.l-header__scroll-header .scroll-header__input::-ms-input-placeholder {
  color: #fff;
}
.l-header__scroll-header .scroll-header__input::placeholder {
  color: #fff;
}
.l-header__scroll-header .scroll-header__input:focus {
  padding: 5px 10px;
  background: #fff;
  border-radius: 999px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.l-header__scroll-header .scroll-header__input:focus::-webkit-input-placeholder {
  color: #333;
}
.l-header__scroll-header .scroll-header__input:focus::-moz-placeholder {
  color: #333;
}
.l-header__scroll-header .scroll-header__input:focus:-ms-input-placeholder {
  color: #333;
}
.l-header__scroll-header .scroll-header__input:focus::-ms-input-placeholder {
  color: #333;
}
.l-header__scroll-header .scroll-header__input:focus::placeholder {
  color: #333;
}
.l-header__scroll-header .scroll-header__input:not(:focus) {
  color: #fff;
}
.l-header__scroll-header .scroll-header__nav {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.l-header__scroll-header .scroll-header__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.l-header__scroll-header .scroll-header__icn-box {
  position: relative;
  z-index: 1;
}
.l-header__scroll-header .lists__item:first-of-type {
  margin-right: 0;
}
.l-header__scroll-header .s-nav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1024px) {
  .l-header__scroll-header .s-nav__lists {
    gap: 10px;
  }
}
.l-header__scroll-header .s-nav__link {
  font-size: 1.2rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.2em;
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .l-header__scroll-header .s-nav__link {
    font-size: 1rem;
    line-height: 1;
  }
}
.l-header.under-page {
  background: #fff;
}
@media screen and (max-width: 768px) {
  .l-header.under-page.is-scroll {
    background: #962124;
  }
  .l-header.under-page.is-scroll .close-only {
    display: none;
  }
  .l-header.under-page.is-scroll .open-only {
    display: block;
  }
  .l-header.under-page.is-scroll .nav__menu-line {
    background: #fff;
  }
}
.l-header.under-page .close-only {
  display: block;
}
.l-header.under-page .open-only {
  display: none;
}
.l-header.under-page .l-header__container {
  border-bottom: 0.3px solid #333;
}
.l-header.under-page .l-header__lists .item__link {
  color: #333;
}
.l-header.under-page .l-header__lists .item__link span {
  font-size: 1.2rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0em;
  color: #333;
}
.l-header.under-page .l-header__nav .nav__link {
  color: #333;
}
.l-header.under-page .l-header__nav .has-child::before {
  border-color: #333;
}
.l-header.under-page .nav__menu-line {
  background: #333;
}
.l-header.under-page .s-box__input {
  border-bottom: 1px solid #333;
}
.l-header.under-page .s-box__input::-webkit-input-placeholder {
  color: #333;
}
.l-header.under-page .s-box__input::-moz-placeholder {
  color: #333;
}
.l-header.under-page .s-box__input:-ms-input-placeholder {
  color: #333;
}
.l-header.under-page .s-box__input::-ms-input-placeholder {
  color: #333;
}
.l-header.under-page .s-box__input::placeholder {
  color: #333;
}
.l-header.under-page .s-box__input:focus {
  border: 1px solid #333;
}
.l-header.under-page.is-open {
  background: #962124;
}
.l-header.under-page.is-open .close-only {
  display: none;
}
.l-header.under-page.is-open .open-only {
  display: block;
}
.l-header.under-page.is-open .l-header__container {
  border-bottom: 0.3px solid #fff;
}
.l-header.under-page.is-open .l-header__lists .item__link {
  color: #fff;
}
.l-header.under-page.is-open .l-header__nav .nav__link {
  color: #fff;
}
.l-header.under-page.is-open .l-header__nav .has-child::before {
  border-color: #fff;
}
.l-header.under-page.is-open .nav__menu-line {
  background: #fff;
}
.l-header.under-page.is-open .s-box__input {
  border-bottom: 1px solid #fff;
}
.l-header.under-page.is-open .s-box__input::-webkit-input-placeholder {
  color: #fff;
}
.l-header.under-page.is-open .s-box__input::-moz-placeholder {
  color: #fff;
}
.l-header.under-page.is-open .s-box__input:-ms-input-placeholder {
  color: #fff;
}
.l-header.under-page.is-open .s-box__input::-ms-input-placeholder {
  color: #fff;
}
.l-header.under-page.is-open .s-box__input::placeholder {
  color: #fff;
}

.c-content-width {
  max-width: 1280px;
  margin: auto;
}

.c-content-padding {
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .c-content-padding {
    padding: 0 15px;
  }
}

.fade {
  opacity: 0;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.fade.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.js-banner {
  pointer-events: none;
  opacity: 0;
}
.js-banner.is-active {
  pointer-events: all;
  opacity: 1;
}

.modal-banner {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
}
.modal-banner__wrapper {
  position: relative;
  width: 100%;
  max-width: 500px;
}
@media screen and (max-width: 768px) {
  .modal-banner__wrapper {
    max-width: 300px;
  }
}
.modal-banner__banner {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .modal-banner__banner {
    width: 100%;
    max-width: 300px;
  }
}
.modal-banner__banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.modal-banner__close {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  -webkit-transform: translate(-50% -50%);
          transform: translate(-50% -50%);
}
@media screen and (max-width: 768px) {
  .modal-banner__close {
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
  }
}
.modal-banner__close img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.banner {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 180px;
  margin-bottom: 30px;
  overflow: hidden;
  aspect-ratio: 1920/180;
}
@media screen and (max-width: 768px) {
  .banner {
    aspect-ratio: auto;
  }
}
@media screen and (max-width: 768px) {
  .banner .swiper-button-prev,
.banner .swiper-button-next {
    display: none;
  }
}
.banner .swiper-button-prev::after,
.banner .swiper-button-next::after {
  font-size: 25px;
  color: #fff;
}
.banner .swiper-button-prev {
  right: auto;
  left: 15%;
}
.banner .swiper-button-next {
  right: 15%;
  left: auto;
}

.topic-path {
  width: 100%;
  max-width: 1040px;
  padding: 20px;
  margin: 0 auto;
}
.topic-path__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.topic-path .lists__item {
  position: relative;
}
.topic-path .lists__item::before {
  position: absolute;
  top: 50%;
  right: -15px;
  width: 6px;
  height: 6px;
  content: "";
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.topic-path .lists__item:last-of-type::before {
  display: none;
}
.topic-path .item__link {
  font-size: 1rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.2em;
  display: block;
  width: 100%;
  max-width: 100px;
  overflow: hidden;
  font-family: "Noto Sans JP", sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.p-bordeaux .fv {
  position: relative;
}
.p-bordeaux .fv__img {
  width: 100%;
  min-height: 660px;
}
@media screen and (max-width: 768px) {
  .p-bordeaux .fv__img {
    min-height: auto;
    max-height: 575px;
  }
}
.p-bordeaux .fv__img img {
  width: 100%;
  min-height: 660px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-bordeaux .fv__img img {
    min-height: auto;
    max-height: 575px;
  }
}
.p-bordeaux .fv__container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-bordeaux .fv__ttl {
  font-size: 8.7rem;
  line-height: 1.091954023;
  font-weight: normal;
  letter-spacing: 0.05em;
  font-family: "Cinzel", serif;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-bordeaux .fv__ttl {
    font-size: 5rem;
    line-height: 1.2;
  }
}
.p-bordeaux .fv__txt {
  font-size: 1.4rem;
  line-height: 2.1428571429;
  font-weight: normal;
  letter-spacing: 0.2em;
  margin-top: 27px;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-bordeaux .fv__txt {
    font-size: 1rem;
    line-height: 2;
    margin-top: 15px;
  }
}
.p-bordeaux .lead {
  position: relative;
}
.p-bordeaux .lead__img {
  width: 100%;
  min-height: 440px;
}
@media screen and (max-width: 768px) {
  .p-bordeaux .lead__img {
    min-height: auto;
    max-height: 355px;
  }
}
.p-bordeaux .lead__img img {
  width: 100%;
  min-height: 440px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-bordeaux .lead__img img {
    min-height: auto;
    max-height: 355px;
  }
}
.p-bordeaux .lead__container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-bordeaux .lead__ttl {
  font-size: 2.4rem;
  line-height: 1.6666666667;
  font-weight: normal;
  letter-spacing: 0.2em;
  font-family: "Cinzel", serif;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-bordeaux .lead__ttl {
    font-size: 1.7rem;
    line-height: 1.1764705882;
  }
}
.p-bordeaux .lead__txt {
  font-size: 1.2rem;
  line-height: 2.1666666667;
  font-weight: normal;
  letter-spacing: 0.2em;
  margin-top: 27px;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-bordeaux .lead__txt {
    font-size: 1rem;
    line-height: 2;
    margin-top: 15px;
  }
}
.p-bordeaux .recommend {
  padding: 100px 0;
  background: #3e3837;
}
@media screen and (max-width: 768px) {
  .p-bordeaux .recommend {
    padding: 50px 10px;
  }
}
.p-bordeaux .recommend__container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.p-bordeaux .recommend__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 100px;
}
@media screen and (max-width: 768px) {
  .p-bordeaux .recommend__lists {
    gap: 50px;
  }
}
.p-bordeaux .recommend .lists__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .p-bordeaux .recommend .lists__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-bordeaux .recommend .item__img {
  width: calc(100% - 520px);
  max-width: 480px;
}
@media screen and (max-width: 768px) {
  .p-bordeaux .recommend .item__img {
    width: 100%;
    margin: 0 auto;
  }
}
.p-bordeaux .recommend .item__img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-bordeaux .recommend .item__content {
  width: 520px;
}
@media screen and (max-width: 768px) {
  .p-bordeaux .recommend .item__content {
    width: 100%;
  }
}
.p-bordeaux .recommend .item__ttl {
  font-size: 2.6rem;
  line-height: 1.5384615385;
  font-weight: normal;
  letter-spacing: 0.2em;
  font-family: "Noto Serif JP", serif;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-bordeaux .recommend .item__ttl {
    font-size: 1.7rem;
    line-height: 1.4117647059;
  }
}
.p-bordeaux .recommend .item__txt {
  font-size: 1.2rem;
  line-height: 2.1666666667;
  font-weight: normal;
  letter-spacing: 0.2em;
  margin-top: 27px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-bordeaux .recommend .item__txt {
    font-size: 1rem;
    line-height: 1.8;
    margin-top: 15px;
  }
}
.p-bordeaux .recommend .item__point-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-bordeaux .recommend .item__point-box {
    gap: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 10px;
  }
}
.p-bordeaux .recommend .item__point-item {
  position: relative;
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 768px) {
  .p-bordeaux .recommend .item__point-item {
    width: 40px;
    height: 40px;
  }
}
.p-bordeaux .recommend .item__point-item img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-bordeaux .recommend .item__point-txt {
  font-size: 2.6rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0em;
  position: absolute;
  top: 12px;
  left: 50%;
  display: block;
  font-family: "Cinzel", serif;
  color: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-bordeaux .recommend .item__point-txt {
    font-size: 1.8rem;
    line-height: 1;
    top: 8px;
  }
}
.p-bordeaux .recommend .item__point-txt.has-range {
  font-size: 1.8rem;
  line-height: 1;
  top: 18px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-bordeaux .recommend .item__point-txt.has-range {
    font-size: 1.3rem;
    line-height: 1;
    top: 11px;
  }
}
.p-bordeaux .recommend .item__price-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 64px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100px;
  padding: 0 20px;
  margin-top: 24px;
  border: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .p-bordeaux .recommend .item__price-box {
    gap: 40px;
  }
}
.p-bordeaux .recommend .item__regular-box span {
  font-size: 1.2rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-bordeaux .recommend .item__regular-box span {
    font-size: 1rem;
    line-height: 1;
  }
}
.p-bordeaux .recommend .item__regular-price {
  font-size: 1.2rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.1em;
  position: relative;
  display: inline-block;
  margin-top: 10px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-bordeaux .recommend .item__regular-price {
    font-size: 1rem;
    line-height: 1;
  }
}
.p-bordeaux .recommend .item__regular-price::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 5px;
  content: "";
  background: transparent;
  border-top: 1px solid #c9292b;
  border-bottom: 1px solid #c9292b;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-bordeaux .recommend .item__regular-price strong {
  font-size: 2.2rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-bordeaux .recommend .item__regular-price strong {
    font-size: 1.5rem;
    line-height: 1;
  }
}
.p-bordeaux .recommend .item__special-box {
  position: relative;
}
.p-bordeaux .recommend .item__special-box::before {
  position: absolute;
  top: 50%;
  left: -32px;
  width: 0;
  height: 0;
  content: "";
  border-color: transparent transparent transparent #c9292b;
  border-style: solid;
  border-width: 8.5px 0 8.5px 11px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-bordeaux .recommend .item__special-box::before {
    left: -22px;
    border-width: 7px 0 7px 11px;
  }
}
.p-bordeaux .recommend .item__special-box span {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  color: #c9292b;
}
@media screen and (max-width: 768px) {
  .p-bordeaux .recommend .item__special-box span {
    font-size: 1.2rem;
    line-height: 1;
  }
}
.p-bordeaux .recommend .item__special-price {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.1em;
  display: inline-block;
  margin-top: 5px;
  color: #c9292b;
}
.p-bordeaux .recommend .item__special-price strong {
  font-size: 3.2rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  color: #c9292b;
}
@media screen and (max-width: 768px) {
  .p-bordeaux .recommend .item__special-price strong {
    font-size: 2rem;
    line-height: 1;
  }
}
.p-bordeaux .recommend .item__link {
  font-size: 1.3rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 215px;
  height: 46px;
  margin: 30px 0 0 auto;
  color: #fff;
  background: #962124;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
@media screen and (max-width: 768px) {
  .p-bordeaux .recommend .item__link {
    font-size: 1rem;
    line-height: 1;
    width: 100%;
    height: 30px;
    margin-top: 20px;
  }
}
.p-bordeaux .recommend .item__link:hover {
  opacity: 0.6;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.p-bordeaux .area {
  position: relative;
  padding: 100px 0;
  background: url("https://katsuda.itembox.design/item/bordeaux-area-2x.jpg") center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .p-bordeaux .area {
    padding: 50px 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-bordeaux .area__container {
    position: relative;
  }
}
.p-bordeaux .area__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.p-bordeaux .area__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-bordeaux .area__ttl {
  font-size: 2.4rem;
  line-height: 1.6666666667;
  font-weight: normal;
  letter-spacing: 0.2em;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-bordeaux .area__ttl {
    font-size: 1.7rem;
    line-height: 1.6470588235;
  }
}
.p-bordeaux .area__ttl-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 33px 84px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 1020px;
  margin: 56px auto 0;
}
@media screen and (max-width: 768px) {
  .p-bordeaux .area__ttl-lists {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 35px;
  }
}
.p-bordeaux .area .t-lists__item {
  font-size: 2rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.1em;
  position: relative;
  padding-bottom: 10px;
  font-family: "Cinzel", serif;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-bordeaux .area .t-lists__item {
    font-size: 1.6rem;
    line-height: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 70px;
    padding-bottom: 0;
  }
}
.p-bordeaux .area .t-lists__item.is-active {
  border-bottom: 1px solid #fff;
}
.p-bordeaux .area .t-lists__item::before {
  position: absolute;
  top: 0;
  left: -42px;
  width: 1px;
  height: 100%;
  content: "";
  background: #fff;
}
@media screen and (max-width: 768px) {
  .p-bordeaux .area .t-lists__item::before {
    left: -20px;
  }
}
.p-bordeaux .area .t-lists__item:first-of-type::before {
  display: none;
}
@media screen and (max-width: 895px) {
  .p-bordeaux .area .t-lists__item:nth-of-type(4)::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-bordeaux .area .t-lists__item:nth-of-type(4)::before {
    display: block;
  }
}
@media screen and (max-width: 1092px) {
  .p-bordeaux .area .t-lists__item:nth-of-type(5)::before {
    display: none;
  }
}
@media screen and (max-width: 895px) {
  .p-bordeaux .area .t-lists__item:nth-of-type(5)::before {
    display: block;
  }
}
.p-bordeaux .area .t-lists__item:nth-of-type(6)::before {
  display: none;
}
@media screen and (max-width: 1092px) {
  .p-bordeaux .area .t-lists__item:nth-of-type(6)::before {
    display: block;
  }
}
@media screen and (max-width: 895px) {
  .p-bordeaux .area .t-lists__item:last-of-type::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-bordeaux .area .t-lists__item:last-of-type::before {
    display: block;
  }
}
.p-bordeaux .area .t-lists__item span {
  font-size: 1.2rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.2em;
  display: inline-block;
  margin-top: 5px;
  font-family: "Noto Serif JP", serif;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-bordeaux .area .t-lists__item span {
    font-size: 1rem;
    line-height: 1;
  }
}
.p-bordeaux .area__content-wrapper {
  position: relative;
  width: 100%;
  max-width: 1200px;
  padding: 30px 100px 50px;
  margin: 40px auto 0;
  background: rgba(255, 255, 255, 0.93);
}
@media screen and (max-width: 768px) {
  .p-bordeaux .area__content-wrapper {
    padding: 5px 25px 25px;
  }
}
.p-bordeaux .area__content-box {
  display: none;
}
.p-bordeaux .area__content-box.is-active {
  display: block;
}
.p-bordeaux .area .c-lists__item {
  padding: 20px 0;
  border-bottom: 0.3px solid #000;
}
.p-bordeaux .area .c-lists .item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 15px;
}
@media screen and (max-width: 1024px) {
  .p-bordeaux .area .c-lists .item__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-bordeaux .area .c-lists .item__text-box {
  width: 100%;
  max-width: 305px;
}
@media screen and (max-width: 1024px) {
  .p-bordeaux .area .c-lists .item__text-box {
    max-width: none;
  }
}
.p-bordeaux .area .c-lists .item__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0 0 80px;
}
@media screen and (max-width: 1200px) {
  .p-bordeaux .area .c-lists .item__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 100%;
    max-width: 350px;
    margin: 0 0 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  .p-bordeaux .area .c-lists .item__box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: none;
    margin: 20px auto 0;
  }
}
.p-bordeaux .area .c-lists .item__ttl {
  font-size: 1.8rem;
  line-height: 1.4444444444;
  font-weight: normal;
  letter-spacing: 0.2em;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 1024px) {
  .p-bordeaux .area .c-lists .item__ttl {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .p-bordeaux .area .c-lists .item__ttl {
    font-size: 1.3rem;
    line-height: 1.4615384615;
  }
}
.p-bordeaux .area .c-lists .item__txt {
  font-size: 1.2rem;
  line-height: 2.1666666667;
  font-weight: normal;
  letter-spacing: 0.2em;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 1024px) {
  .p-bordeaux .area .c-lists .item__txt {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .p-bordeaux .area .c-lists .item__txt {
    font-size: 1rem;
    line-height: 1.9;
  }
}
.p-bordeaux .area .c-lists .item__point-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .p-bordeaux .area .c-lists .item__point-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .p-bordeaux .area .c-lists .item__point-box {
    gap: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 18px;
  }
}
.p-bordeaux .area .c-lists .item__point-item {
  position: relative;
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 768px) {
  .p-bordeaux .area .c-lists .item__point-item {
    width: 40px;
    height: 40px;
  }
}
.p-bordeaux .area .c-lists .item__point-item.empty {
  display: none;
}
.p-bordeaux .area .c-lists .item__point-item img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-bordeaux .area .c-lists .item__point-txt {
  font-size: 2.6rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0em;
  position: absolute;
  top: 12px;
  left: 50%;
  display: block;
  font-family: "Cinzel", serif;
  color: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-bordeaux .area .c-lists .item__point-txt {
    font-size: 1.8rem;
    line-height: 1;
    top: 8px;
  }
}
.p-bordeaux .area .c-lists .item__point-txt.has-range {
  font-size: 1.8rem;
  line-height: 1;
  top: 18px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-bordeaux .area .c-lists .item__point-txt.has-range {
    font-size: 1.3rem;
    line-height: 1;
    top: 11px;
  }
}
.p-bordeaux .area .c-lists .item__point-txt.has-range-plus {
  font-size: 1.6rem;
  line-height: 1;
  top: 18px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-bordeaux .area .c-lists .item__point-txt.has-range-plus {
    font-size: 1.1rem;
    line-height: 1;
    top: 12px;
  }
}
.p-bordeaux .area .c-lists .item__price-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-bordeaux .area .c-lists .item__regular-box span {
  font-size: 1.2rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  color: #333;
}
@media screen and (max-width: 768px) {
  .p-bordeaux .area .c-lists .item__regular-box span {
    font-size: 1rem;
    line-height: 1;
  }
}
.p-bordeaux .area .c-lists .item__regular-price {
  font-size: 1.2rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.1em;
  position: relative;
  display: inline-block;
  margin-top: 10px;
  color: #333;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-bordeaux .area .c-lists .item__regular-price {
    font-size: 1rem;
    line-height: 1;
  }
}
.p-bordeaux .area .c-lists .item__regular-price::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 5px;
  content: "";
  background: transparent;
  border-top: 1px solid #c9292b;
  border-bottom: 1px solid #c9292b;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-bordeaux .area .c-lists .item__regular-price strong {
  font-size: 2.2rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  color: #333;
}
@media screen and (max-width: 768px) {
  .p-bordeaux .area .c-lists .item__regular-price strong {
    font-size: 1.5rem;
    line-height: 1;
  }
}
.p-bordeaux .area .c-lists .item__special-box span {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  color: #c9292b;
}
@media screen and (max-width: 768px) {
  .p-bordeaux .area .c-lists .item__special-box span {
    font-size: 1.2rem;
    line-height: 1;
  }
}
.p-bordeaux .area .c-lists .item__special-price {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.1em;
  display: inline-block;
  margin-top: 5px;
  color: #c9292b;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-bordeaux .area .c-lists .item__special-price {
    font-size: 1.2rem;
    line-height: 1;
  }
}
.p-bordeaux .area .c-lists .item__special-price strong {
  font-size: 3.2rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  color: #c9292b;
}
@media screen and (max-width: 768px) {
  .p-bordeaux .area .c-lists .item__special-price strong {
    font-size: 2.1rem;
    line-height: 1;
  }
}
.p-bordeaux .area .c-lists .item__link {
  font-size: 1.3rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 215px;
  height: 46px;
  margin-left: 40px;
  color: #fff;
  background: #962124;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
@media screen and (max-width: 1200px) {
  .p-bordeaux .area .c-lists .item__link {
    width: 100%;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .p-bordeaux .area .c-lists .item__link {
    font-size: 1rem;
    line-height: 1;
    height: 30px;
    margin: 20px auto 0;
  }
}
.p-bordeaux .area .c-lists .item__link:hover {
  opacity: 0.6;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.p-bordeaux .area__link {
  font-size: 1.3rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 215px;
  height: 46px;
  margin: 30px auto 0;
  color: #fff;
  background: #962124;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
@media screen and (max-width: 1200px) {
  .p-bordeaux .area__link {
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .p-bordeaux .area__link {
    font-size: 1rem;
    line-height: 1;
    width: 100%;
    height: 30px;
    margin: 20px auto 0;
  }
}
.p-bordeaux .area__link:hover {
  opacity: 0.6;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.p-bordeaux .area .swiper-area-lists {
  overflow: hidden;
}
.p-bordeaux .area .swiper-controller {
  position: absolute;
  top: 150px;
  width: 100%;
}
.p-bordeaux .area .swiper-button-prev,
.p-bordeaux .area .swiper-button-next {
  top: auto;
  bottom: 0;
  display: none;
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-bordeaux .area .swiper-button-prev,
.p-bordeaux .area .swiper-button-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-bordeaux .area .swiper-button-prev::after,
.p-bordeaux .area .swiper-button-next::after {
  width: 15px;
  height: 15px;
  content: "";
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}
.p-bordeaux .area .swiper-button-prev {
  left: -22px;
}
.p-bordeaux .area .swiper-button-prev::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-bordeaux .area .swiper-button-next {
  right: -22px;
}
.p-bordeaux .area .swiper-button-next::after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.p-bordeaux .area .swiper-button-disabled {
  display: none;
}

.p-company .company {
  margin: 45px 0 90px;
}
.p-company .company__ttl {
  font-size: 3.2rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.2em;
  position: relative;
  font-family: "Cinzel", serif;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-company .company__ttl {
    font-size: 2.1rem;
    line-height: 1;
  }
}
.p-company .company__ttl::before {
  position: absolute;
  bottom: -30px;
  left: 50%;
  width: 80px;
  height: 1px;
  content: "";
  background: #333;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .p-company .company__ttl::before {
    bottom: -12px;
    width: 40px;
  }
}
.p-company .company__sub-ttl {
  font-size: 1.6rem;
  line-height: 1.3125;
  font-weight: normal;
  letter-spacing: 0.2em;
  margin-top: 70px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-company .company__sub-ttl {
    font-size: 1.1rem;
    line-height: 1.1818181818;
    margin-top: 30px;
  }
}
.p-company .company__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  width: 100%;
  max-width: 500px;
  margin: 75px auto 0;
}
@media screen and (max-width: 768px) {
  .p-company .company__data {
    gap: 18px;
    max-width: 400px;
    margin-top: 40px;
  }
}
.p-company .company .data__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-company .company .data__ttl {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: normal;
  letter-spacing: 0.2em;
  width: 180px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  .p-company .company .data__ttl {
    font-size: 1rem;
    line-height: 1.9;
    width: 100px;
  }
}
.p-company .company .data__content {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: normal;
  letter-spacing: 0.2em;
  width: calc(100% - 180px);
}
@media screen and (max-width: 768px) {
  .p-company .company .data__content {
    font-size: 1rem;
    line-height: 1.9;
    width: calc(100% - 100px);
  }
}

.p-concept .fv {
  background: #962124;
}
.p-concept .fv__content {
  width: 100%;
  max-width: 650px;
  padding: 80px 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-concept .fv__content {
    padding: 50px 0;
  }
}
.p-concept .fv__logo {
  width: 200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-concept .fv__logo {
    width: 130px;
  }
}
.p-concept .fv__logo img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-concept .fv__ttl {
  font-size: 2rem;
  line-height: 2;
  font-weight: normal;
  letter-spacing: 0.2em;
  margin-top: 40px;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-concept .fv__ttl {
    font-size: 1.3rem;
    line-height: 1.9230769231;
    margin-top: 20px;
  }
}
.p-concept .fv__txt {
  font-size: 1.2rem;
  line-height: 2.1666666667;
  font-weight: normal;
  letter-spacing: 0.2em;
  margin-top: 20px;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-concept .fv__txt {
    font-size: 1rem;
    line-height: 1.9;
    font-weight: normal;
    letter-spacing: 0.15em;
  }
}
.p-concept .fv__txt:first-of-type {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-concept .fv__txt:first-of-type {
    margin-top: 30px;
  }
}
.p-concept .fv__img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-concept .fv__img {
    height: 500px;
  }
}
.p-concept .fv__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-concept .fv__img img {
    height: 100%;
  }
}
.p-concept .about {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .p-concept .about {
    padding: 40px 0;
  }
}
.p-concept .about__ttl {
  font-size: 2rem;
  line-height: 2;
  font-weight: normal;
  letter-spacing: 0.2em;
  font-family: "Noto Serif JP", serif;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-concept .about__ttl {
    font-size: 1.3rem;
    line-height: 1.9230769231;
  }
}
.p-concept .about__txt {
  font-size: 1.2rem;
  line-height: 2.1666666667;
  font-weight: normal;
  letter-spacing: 0.2em;
  margin-top: 30px;
  font-family: "Noto Serif JP", serif;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-concept .about__txt {
    font-size: 1rem;
    line-height: 1.9;
    font-weight: normal;
    letter-spacing: 0.15em;
    margin-top: 20px;
  }
}
.p-concept .about__lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .p-concept .about__lists {
    grid-template-columns: repeat(1, 1fr);
    padding: 0 15px;
    margin-top: 40px;
  }
}
.p-concept .about .item__img {
  width: 100%;
}
.p-concept .about .item__img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-concept .about .item__ttl {
  font-size: 1.5rem;
  line-height: 1.7333333333;
  font-weight: normal;
  letter-spacing: 0.2em;
  margin-top: 30px;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-concept .about .item__ttl {
    font-size: 1.3rem;
    line-height: 1.9230769231;
    margin-top: 20px;
  }
}
.p-concept .about .item__txt {
  font-size: 1.2rem;
  line-height: 2.1666666667;
  font-weight: normal;
  letter-spacing: 0.2em;
  margin-top: 20px;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-concept .about .item__txt {
    font-size: 1rem;
    line-height: 1.9;
    font-weight: normal;
    letter-spacing: 0.15em;
    margin-top: 15px;
  }
}
.p-concept .message {
  padding-right: 300px;
  padding-left: 120px;
  background: #c5c192;
}
@media screen and (max-width: 1500px) {
  .p-concept .message {
    padding-right: 100px;
    padding-left: 60px;
  }
}
@media screen and (max-width: 1200px) {
  .p-concept .message {
    padding-right: 0;
    padding-left: 0;
  }
}
.p-concept .message__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-concept .message__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-concept .message__img {
  width: 50%;
  max-width: 800px;
}
@media screen and (max-width: 1200px) {
  .p-concept .message__img {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .p-concept .message__img {
    width: 100%;
    max-width: none;
  }
}
.p-concept .message__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-concept .message__img img {
    width: 100%;
    height: auto;
  }
}
.p-concept .message__wrapper {
  width: 50%;
  min-width: 800px;
  padding: 120px 80px;
  background: #c4a82a;
}
@media screen and (max-width: 1500px) {
  .p-concept .message__wrapper {
    min-width: 700px;
    padding: 80px 40px;
  }
}
@media screen and (max-width: 1200px) {
  .p-concept .message__wrapper {
    width: 60%;
    min-width: auto;
    padding: 50px 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-concept .message__wrapper {
    width: 100%;
    min-width: auto;
  }
}
.p-concept .message__ttl {
  color: #fff;
  text-align: center;
}
.p-concept .message__ttl::before {
  background: #fff;
}
.p-concept .message__sub-ttl {
  font-size: 1.8rem;
  line-height: 2.2222222222;
  font-weight: normal;
  letter-spacing: 0.2em;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-concept .message__sub-ttl {
    font-size: 1.3rem;
    line-height: 1.9230769231;
  }
}
.p-concept .message__head {
  font-size: 1.4rem;
  line-height: 2.5714285714;
  font-weight: normal;
  letter-spacing: 0.2em;
  margin-top: 40px;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-concept .message__head {
    font-size: 1.1rem;
    line-height: 2;
    margin-top: 25px;
  }
}
.p-concept .message__txt {
  font-size: 1.2rem;
  line-height: 2.6666666667;
  font-weight: normal;
  letter-spacing: 0.2em;
  margin-top: 40px;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-concept .message__txt {
    font-size: 1rem;
    line-height: 1.9;
    font-weight: normal;
    letter-spacing: 0.15em;
    margin-top: 25px;
  }
}
.p-concept .message__txt .is-tp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .p-concept .message__txt .is-tp {
    display: block;
  }
}
.p-concept .message__link {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 200px;
  height: 40px;
  margin: 60px auto 0;
  color: #fff;
  border: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .p-concept .message__link {
    font-size: 1.1rem;
    line-height: 1.1818181818;
    width: 160px;
    height: 30px;
    margin-top: 35px;
  }
}
.p-concept .message__name {
  font-size: 1.2rem;
  line-height: 2.6666666667;
  font-weight: normal;
  letter-spacing: 0.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px auto 0;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-concept .message__name {
    font-size: 1rem;
    line-height: 1.9;
    font-weight: normal;
    letter-spacing: 0.15em;
  }
}
.p-concept .message__name strong {
  font-size: 2rem;
  line-height: 1.6;
  font-weight: normal;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .p-concept .message__name strong {
    font-size: 1.3rem;
    line-height: 1.9230769231;
  }
}

.p-contact .content {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .p-contact .content {
    padding: 50px 15px;
  }
}
.p-contact .content__ttl {
  font-size: 3.2rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.2em;
  position: relative;
  font-family: "Cinzel", serif;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-contact .content__ttl {
    font-size: 2.1rem;
    line-height: 1;
  }
}
.p-contact .content__ttl::before {
  position: absolute;
  bottom: -30px;
  left: 50%;
  width: 80px;
  height: 1px;
  content: "";
  background: #333;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .p-contact .content__ttl::before {
    bottom: -12px;
    width: 40px;
  }
}
.p-contact .content__form {
  width: 100%;
  max-width: 900px;
  margin: 70px auto 0;
}
@media screen and (max-width: 768px) {
  .p-contact .content__form {
    margin: 30px auto 0;
  }
}
.p-contact .content .form__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .p-contact .content .form__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-contact .content .form__box:first-of-type {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-contact .content .form__box:first-of-type {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-contact .content .form__box:nth-of-type(2) {
  margin-top: 38px;
}
.p-contact .content .form__attention {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.2em;
  width: 215px;
  font-family: "Noto Serif JP", serif;
  color: #962124;
}
@media screen and (max-width: 768px) {
  .p-contact .content .form__attention {
    width: 100%;
    margin-top: 40px;
    font-size: 1rem;
    line-height: 1;
    font-weight: normal;
    letter-spacing: 0.1em;
  }
}
.p-contact .content .form__ttl {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.2em;
  width: calc(100% - 215px);
  max-width: 470px;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-contact .content .form__ttl {
    width: 100%;
    max-width: none;
    font-size: 1.1rem;
    line-height: 1;
    font-weight: normal;
    letter-spacing: 0.1em;
  }
}
.p-contact .content .form__input-ttl {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 215px;
  margin-top: 8px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  .p-contact .content .form__input-ttl {
    width: 100%;
    font-size: 1rem;
    line-height: 1;
    font-weight: normal;
    letter-spacing: 0.1em;
  }
}
.p-contact .content .form__input-ttl strong {
  color: #962124;
}
.p-contact .content .form__input-area {
  width: calc(100% - 215px);
  max-width: 470px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  .p-contact .content .form__input-area {
    width: 100%;
    max-width: none;
    margin-top: 10px;
  }
}
.p-contact .content .form__input-area input {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.2em;
  display: block;
  width: 100%;
  height: 30px;
  padding: 5px 10px;
  font-family: "Noto Serif JP", serif;
  border: 1px solid rgba(67, 71, 72, 0.5);
  border-radius: 2px;
}
@media screen and (max-width: 768px) {
  .p-contact .content .form__input-area input {
    font-size: 1rem;
    line-height: 1;
    font-weight: normal;
    letter-spacing: 0.1em;
  }
}
.p-contact .content .form__example {
  font-size: 1rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.2em;
  display: block;
  margin-top: 10px;
  font-family: "Noto Serif JP", serif;
  color: #c8c8c8;
}
.p-contact .content .form__textarea {
  width: calc(100% - 215px);
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  .p-contact .content .form__textarea {
    width: 100%;
    margin-top: 10px;
  }
}
.p-contact .content .form__textarea textarea {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: normal;
  letter-spacing: 0.2em;
  display: block;
  width: 100%;
  height: 270px;
  padding: 10px;
  overflow: auto;
  font-family: "Noto Serif JP", serif;
  resize: none;
  border: 1px solid rgba(67, 71, 72, 0.5);
  border-radius: 2px;
}
@media screen and (max-width: 768px) {
  .p-contact .content .form__textarea textarea {
    font-size: 1rem;
    line-height: 1;
    font-weight: normal;
    letter-spacing: 0.1em;
    height: 175px;
  }
}
.p-contact .content .form__agreement {
  font-size: 1.2rem;
  line-height: 2.0833333333;
  font-weight: normal;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  .p-contact .content .form__agreement {
    font-size: 1rem;
    line-height: 1;
    font-weight: normal;
    letter-spacing: 0.1em;
  }
}
.p-contact .content .form__link {
  font-size: 1.2rem;
  line-height: 2.0833333333;
  font-weight: normal;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .p-contact .content .form__link {
    font-size: 1rem;
    line-height: 1;
    font-weight: normal;
    letter-spacing: 0.1em;
  }
}
.p-contact .content .form__submit {
  margin-top: 50px;
}
.p-contact .content .form__submit input {
  font-size: 1.2rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 160px;
  height: 30px;
  margin: 0 auto;
  color: #fff;
  background: #434748;
  border-radius: 2px;
}
@media screen and (max-width: 768px) {
  .p-contact .content .form__submit input {
    font-size: 1rem;
    line-height: 1;
    font-weight: normal;
    letter-spacing: 0.1em;
  }
}
.p-contact .content .form .input-area__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-contact .content .form .input-area__wrapper {
    gap: 10px;
  }
}
.p-contact .content .form .input-area__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}
.p-contact .content .form .input-area__ttl {
  font-size: 1.2rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.1em;
  margin-top: 7px;
  font-family: "Noto Serif JP", serif;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-contact .content .form .input-area__ttl {
    font-size: 1rem;
    line-height: 1;
    font-weight: normal;
    letter-spacing: 0.1em;
  }
}
.p-contact .content .form .input-area__select {
  position: relative;
  width: 100%;
  max-width: 140px;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .p-contact .content .form .input-area__select {
    width: calc(100% - 50px);
    max-width: none;
    margin-left: 5px;
  }
}
.p-contact .content .form .input-area__select::before {
  position: absolute;
  top: 25%;
  right: 15px;
  width: 7px;
  height: 7px;
  content: "";
  border-right: 1px solid #434748;
  border-bottom: 1px solid #434748;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.p-contact .content .form .input-area__select select {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.2em;
  width: 100%;
  height: 30px;
  padding: 5px 10px;
  font-family: "Noto Serif JP", serif;
  border: 1px solid rgba(67, 71, 72, 0.5);
  border-radius: 2px;
}
@media screen and (max-width: 768px) {
  .p-contact .content .form .input-area__select select {
    font-size: 1rem;
    line-height: 1;
    font-weight: normal;
    letter-spacing: 0.1em;
  }
}
.p-contact .content .form .input-area__input {
  width: 100%;
  margin-left: 10px;
}
.p-contact .content .form .input-area__addr2 {
  margin-top: 25px;
}

.fs-l-page {
  padding-top: 120px;
}
@media screen and (max-width: 768px) {
  .fs-l-page {
    padding-top: 40px;
  }
}

.fs-body-top .fs-l-page,
.fs-body-cart-login .fs-l-page,
.fs-body-customerDetails .fs-l-page,
.fs-body-linkRegister .fs-l-page,
.fs-body-checkout-amazon .fs-l-page {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .fs-body-top .fs-l-page,
.fs-body-cart-login .fs-l-page,
.fs-body-customerDetails .fs-l-page,
.fs-body-linkRegister .fs-l-page,
.fs-body-checkout-amazon .fs-l-page {
    padding-top: 0;
  }
}

.fs-c-breadcrumb {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .fs-c-breadcrumb {
    display: none;
  }
}

.fs-c-breadcrumb__listItem {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 960px) {
  .fs-p-footerUtilityMenu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .fs-p-footerUtilityMenu__list > li:not(:first-child) a {
    border: none;
  }
  .fs-p-footerUtilityMenu__list a::after {
    display: none;
  }
  .fs-p-footerUtilityMenu__list .fs-pt-menu__link {
    font-size: 12px;
  }
}

.fs-p-footerPageTop {
  bottom: 120%;
}

.fs-p-footerUtilityMenu__list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fs-p-footerCopyright__text {
  color: #fff;
}

.fs-c-mark--coolDelivery.fs-c-mark span {
  color: #fff;
}

.fs-c-productPrice.fs-c-productPrice--selling .fs-c-price__value {
  font-size: 2.2rem;
  line-height: 1.1818181818;
  font-weight: 500;
  letter-spacing: 0.075em;
  font-family: "Noto Serif JP", serif;
}

.fs-c-productListItem__viewMoreImageButton.fs-c-buttonContainer {
  display: none;
}

.p-guide {
  padding: 0 30px;
}
.p-guide__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1000px;
  margin: 80px auto 100px;
}
@media screen and (max-width: 768px) {
  .p-guide__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 30px auto 50px;
  }
}
.p-guide__sidebar {
  position: sticky;
  top: calc(120px + 80px);
  width: 130px;
  height: 250px;
}
@media screen and (max-width: 768px) {
  .p-guide__sidebar {
    position: static;
    width: 100%;
    height: auto;
  }
}
.p-guide__mainarea {
  width: calc(100% - 130px);
  padding-left: 80px;
}
@media screen and (max-width: 768px) {
  .p-guide__mainarea {
    width: 100%;
    padding-left: 0;
    margin-top: 50px;
  }
}
.p-guide .sidebar__ttl {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: normal;
  letter-spacing: 0.1em;
  padding-bottom: 8px;
  border-bottom: 0.3px solid #434748;
}
@media screen and (max-width: 768px) {
  .p-guide .sidebar__ttl {
    padding-bottom: 0;
    border-bottom: none;
  }
}
.p-guide .sidebar__lists {
  margin-top: 20px;
}
.p-guide .sidebar .lists__item {
  margin-top: 12px;
  cursor: pointer;
}
.p-guide .sidebar .lists__item.is-active h3, .p-guide .sidebar .lists__item.is-active span {
  color: #c6c193;
}
.p-guide .sidebar .item__ttl {
  font-size: 1rem;
  line-height: 1.9;
  font-weight: normal;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.p-guide .sidebar__select-box {
  position: relative;
  margin-top: 10px;
  border: 0.5px solid #434748;
  border-radius: 3px;
}
.p-guide .sidebar__select-box::before {
  position: absolute;
  top: 45%;
  right: 15px;
  width: 10px;
  height: 10px;
  pointer-events: none;
  content: "";
  border-right: 1px solid #434748;
  border-bottom: 1px solid #434748;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.p-guide .sidebar__select-box select {
  width: 100%;
  padding: 10px;
}
.p-guide .sidebar__select-box option {
  font-size: 1rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.2em;
}
.p-guide .mainarea .section__ttl {
  font-size: 2.2rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.2em;
  position: relative;
  font-family: "Cinzel", serif;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-guide .mainarea .section__ttl {
    font-size: 1.4rem;
    line-height: 1;
  }
}
.p-guide .mainarea .section__ttl::before {
  position: absolute;
  bottom: -30px;
  left: 50%;
  width: 80px;
  height: 1px;
  content: "";
  background: #333;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .p-guide .mainarea .section__ttl::before {
    bottom: -12px;
    width: 40px;
  }
}
.p-guide .mainarea .section__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 55px;
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .p-guide .mainarea .section__lists {
    gap: 30px;
    margin-top: 45px;
  }
}
.p-guide .mainarea .item__ttl {
  font-size: 1.6rem;
  line-height: 2.5;
  font-weight: normal;
  letter-spacing: 0.2em;
  margin-left: -9px;
}
@media screen and (max-width: 768px) {
  .p-guide .mainarea .item__ttl {
    font-size: 1.1rem;
    line-height: 1.8181818182;
    margin-left: -6px;
  }
}
.p-guide .mainarea .item__txt {
  font-size: 1.2rem;
  line-height: 1.8333333333;
  font-weight: normal;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-guide .mainarea .item__txt {
    font-size: 1rem;
    line-height: 1.9;
    font-weight: normal;
    letter-spacing: 0.08em;
  }
}
.p-guide .mainarea .item__txt.mt {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-guide .mainarea .item__txt.mt {
    margin-top: 20px;
  }
}
.p-guide .mainarea .item__txt strong {
  font-weight: bold;
}
.p-guide .mainarea .js-mainarea {
  display: none;
}
.p-guide .mainarea .js-mainarea.is-active {
  display: block;
}
.p-guide .mainarea .carriage .item__img {
  width: 100%;
  margin-top: 30px;
  overflow: auto;
}
@media screen and (max-width: 768px) {
  .p-guide .mainarea .carriage .item__img {
    margin-top: 20px;
  }
}
.p-guide .mainarea .carriage .item__img picture,
.p-guide .mainarea .carriage .item__img img {
  display: block;
  width: 790px;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-guide .mainarea .service .item__sub-ttl {
  font-size: 1.2rem;
  line-height: 1.75;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-top: 10px;
}
.p-guide .mainarea .service .item__txt .attention {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.p-guide .mainarea .payment__table {
  display: block;
  width: 100%;
  margin-top: 30px;
  border: 1px solid #c6c193;
}
.p-guide .mainarea .payment .table thead,
.p-guide .mainarea .payment .table tbody {
  display: block;
  width: 100%;
}
.p-guide .mainarea .payment .table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.p-guide .mainarea .payment .table td {
  font-size: 1rem;
  line-height: 2.1;
  font-weight: normal;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  padding: 5px 10px;
}
.p-guide .mainarea .payment .table td:first-of-type {
  border-right: 1px solid #c6c193;
}
.p-guide .mainarea .payment .table thead td {
  font-weight: 500;
  background: #eae9d854;
}
.p-guide .mainarea .payment .table tbody td {
  border-top: 1px solid #c6c193;
}
.p-guide .mainarea .payment .item__sub-ttl {
  font-size: 1.2rem;
  line-height: 1.75;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-top: 20px;
}
.p-guide .mainarea .payment .item__img {
  width: 100%;
  margin-top: 10px;
}
.p-guide .mainarea .payment .item__img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-guide .mainarea .cancel .item__sub-lists li {
  font-size: 1.2rem;
  line-height: 1.8333333333;
  font-weight: normal;
  letter-spacing: 0.1em;
  position: relative;
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  .p-guide .mainarea .cancel .item__sub-lists li {
    font-size: 1rem;
    line-height: 1.9;
    font-weight: normal;
    letter-spacing: 0.05em;
  }
}
.p-guide .mainarea .cancel .item__sub-lists li::before {
  font-size: 1.2rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.1em;
  position: absolute;
  top: 6px;
  left: 3px;
  content: "・";
}
@media screen and (max-width: 768px) {
  .p-guide .mainarea .cancel .item__sub-lists li::before {
    top: 4px;
  }
}
.p-guide .mainarea .contact__lists {
  gap: 0;
}
.p-guide .mainarea .contact .item__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #edededaf;
}
.p-guide .mainarea .contact .item__link::before {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0%;
  height: 1px;
  content: "";
  background: #000;
  -webkit-transition: width 0.6s;
  transition: width 0.6s;
}
.p-guide .mainarea .contact .item__link:hover::before {
  width: 100%;
  -webkit-transition: width 0.6s;
  transition: width 0.6s;
}
@media screen and (max-width: 768px) {
  .p-guide .mainarea .contact .item__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-guide .mainarea .contact .item__content {
  width: calc(100% - 260px);
}
@media screen and (max-width: 768px) {
  .p-guide .mainarea .contact .item__content {
    width: 100%;
  }
}
.p-guide .mainarea .contact .item__ttl {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.1em;
  margin-left: 0;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  .p-guide .mainarea .contact .item__ttl {
    font-size: 1.4rem;
    line-height: 1;
    text-align: center;
  }
}
.p-guide .mainarea .contact .item__txt {
  font-size: 1.2rem;
  line-height: 2.1666666667;
  font-weight: normal;
  letter-spacing: 0.1em;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-guide .mainarea .contact .item__txt {
    font-size: 1rem;
    line-height: 1.9;
    text-align: center;
  }
}
.p-guide .mainarea .contact .item__box {
  font-size: 1.8rem;
  line-height: 1.4444444444;
  font-weight: normal;
  letter-spacing: 0.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 260px;
  height: 40px;
  font-family: "Noto Serif JP", serif;
  border: 1px solid #333;
}
@media screen and (max-width: 768px) {
  .p-guide .mainarea .contact .item__box {
    font-size: 1.1rem;
    line-height: 1.1818181818;
    width: 160px;
    height: 30px;
    margin: 10px auto 0;
  }
}

.p-index .section__ttl {
  font-size: 3.2rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.2em;
  position: relative;
  font-family: "Cinzel", serif;
}
@media screen and (max-width: 768px) {
  .p-index .section__ttl {
    font-size: 2.1rem;
    line-height: 1;
  }
}
.p-index .section__ttl::before {
  position: absolute;
  bottom: -30px;
  left: 50%;
  width: 80px;
  height: 1px;
  content: "";
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .p-index .section__ttl::before {
    bottom: -12px;
    width: 40px;
  }
}
.p-index .section__padding {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .p-index .section__padding {
    padding: 50px 0;
  }
}
.p-index .fv {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-index .fv {
    height: 650px;
  }
}
@media screen and (max-width: 768px) {
  .p-index .fv__container {
    height: 100%;
  }
}
@-webkit-keyframes blackFilterOpen {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blackFilterOpen {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes blackFilterClose {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blackFilterClose {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-index .fv .lists__item {
  position: relative;
}
.p-index .fv .lists__item.swiper-slide-active .item__img picture,
.p-index .fv .lists__item.swiper-slide-active .item__img img {
  -webkit-transition: -webkit-transform 10s;
  transition: -webkit-transform 10s;
  transition: transform 10s;
  transition: transform 10s, -webkit-transform 10s;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.p-index .fv .lists__item.swiper-slide-active .item__img::before {
  -webkit-animation: blackFilterOpen 1s ease 0s forwards, blackFilterClose 0.5s ease 8s forwards;
          animation: blackFilterOpen 1s ease 0s forwards, blackFilterClose 0.5s ease 8s forwards;
}
.p-index .fv .item__img {
  position: relative;
}
.p-index .fv .item__img::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  background: #000;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .p-index .fv .item__img {
    height: 100%;
  }
}
.p-index .fv .item__img img {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
}
@media screen and (max-width: 768px) {
  .p-index .fv .item__img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-index .fv__next {
  font-size: 1.2rem;
  line-height: 2.1666666667;
  font-weight: normal;
  letter-spacing: 0.2em;
  position: absolute;
  bottom: 40px;
  left: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-index .fv__next {
    bottom: 20px;
    left: 20px;
  }
}
.p-index .fv__next img {
  width: 22px;
  height: 22px;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-index .news__container {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.p-index .news__wrapper {
  padding-bottom: 24px;
  border-bottom: 1px solid #edededaf;
}
.p-index .news__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.p-index .news .item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-index .news .item__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.p-index .news .item__date, .p-index .news .item__ttl {
  font-size: 1.2rem;
  line-height: 2.1666666667;
  font-weight: normal;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  color: #333;
}
@media screen and (max-width: 768px) {
  .p-index .news .item__date, .p-index .news .item__ttl {
    font-size: 1rem;
    line-height: 1.3;
  }
}
.p-index .news .item__date {
  width: 110px;
}
@media screen and (max-width: 768px) {
  .p-index .news .item__date {
    width: 100%;
  }
}
.p-index .news .item__ttl {
  width: calc(100% - 110px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-index .news .item__ttl {
    width: 100%;
  }
}
.p-index .news__link {
  font-size: 1.3rem;
  line-height: 2;
  font-weight: 600;
  letter-spacing: 0.1em;
  display: block;
  width: 90px;
  padding-bottom: 5px;
  margin: 24px 0 0 auto;
  font-family: "Noto Serif JP", serif;
  color: #333;
  text-align: center;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 768px) {
  .p-index .news__link {
    font-size: 1rem;
    line-height: 1.3;
    width: 70px;
  }
}
.p-index .news__info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .p-index .news__info-box {
    gap: 30px;
  }
}
.p-index .news .info__txt {
  font-size: 1.6rem;
  line-height: 1.625;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  color: #333;
}
@media screen and (max-width: 768px) {
  .p-index .news .info__txt {
    font-size: 1.2rem;
    line-height: 1.6666666667;
  }
}
.p-index .news .info__link-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-index .news .info__link-box {
    gap: 15px;
  }
}
.p-index .news .info__link {
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 768px) {
  .p-index .news .info__link {
    width: 23px;
    height: 23px;
  }
}
.p-index .news .info__link img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-index .feature {
  position: relative;
  background: #e6e6e6;
}
.p-index .feature::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 100%;
  content: "";
  background: #a0a0a0;
}
@media screen and (max-width: 1024px) {
  .p-index .feature::before {
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  .p-index .feature::before {
    display: none;
  }
}
.p-index .feature__ttl {
  text-align: center;
}
.p-index .feature__ttl::before {
  background: #333;
}
.p-index .feature__container {
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .p-index .feature__container {
    padding: 0;
  }
}
.p-index .feature__slider-box {
  margin-left: 460px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .p-index .feature__slider-box {
    margin-left: 150px;
  }
}
@media screen and (max-width: 768px) {
  .p-index .feature__slider-box {
    margin: 0 auto;
  }
}
.p-index .feature__slider {
  margin-top: 70px;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .p-index .feature__slider {
    margin-top: 40px;
  }
}
.p-index .feature__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-index .feature .lists__item {
  width: 360px;
}
.p-index .feature .lists__item:hover .item__img img {
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
@media screen and (max-width: 768px) {
  .p-index .feature .lists__item {
    max-width: none;
  }
}
.p-index .feature .item__img {
  width: 100%;
  overflow: hidden;
}
.p-index .feature .item__img img {
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}
.p-index .feature .item__ttl {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: normal;
  letter-spacing: 0.2em;
  margin-top: 30px;
  font-family: "Noto Serif JP", serif;
}
.p-index .feature .item__txt {
  font-size: 1.2rem;
  line-height: 1.75;
  font-weight: normal;
  letter-spacing: 0.2em;
  margin-top: 30px;
}
.p-index .feature .swiper-controller {
  position: relative;
  height: 65px;
  margin: 30px auto 0;
}
.p-index .feature .swiper-pagination {
  top: 0;
  z-index: 1;
  height: 20px;
}
.p-index .feature .swiper-pagination-bullet-active {
  background: #434748;
}
.p-index .feature .swiper-button__box {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 90px;
  height: 30px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-index .feature .swiper-button-prev,
.p-index .feature .swiper-button-next {
  top: auto;
  bottom: 0;
  color: #fff;
  cursor: pointer;
}
.p-index .feature .swiper-button-prev::after,
.p-index .feature .swiper-button-next::after {
  width: 15px;
  height: 15px;
  content: "";
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}
.p-index .feature .swiper-button-prev {
  left: 0;
}
.p-index .feature .swiper-button-prev::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-index .feature .swiper-button-next {
  right: 0;
}
.p-index .feature .swiper-button-next::after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.p-index .feature .swiper-button-disabled {
  display: none;
}
.p-index .recommend {
  background: #962124;
}
.p-index .recommend__ttl {
  color: #fff;
  text-align: center;
}
.p-index .recommend__ttl::before {
  background: #fff;
}
.p-index .recommend__slider {
  max-width: 980px;
  margin: 130px auto 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-index .recommend__slider {
    margin-top: 65px;
  }
}
.p-index .recommend .lists__item {
  width: calc((100% - 160px) / 5);
}
@media screen and (max-width: 768px) {
  .p-index .recommend .lists__item {
    width: calc((100% - 40px) / 2.1);
  }
}
.p-index .recommend .item__img {
  width: 100%;
  height: 300px;
}
@media screen and (max-width: 768px) {
  .p-index .recommend .item__img {
    height: 570px;
  }
}
@media screen and (max-width: 450px) {
  .p-index .recommend .item__img {
    height: 350px;
  }
}
.p-index .recommend .item__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-index .recommend .item__ttl {
  font-size: 1.2rem;
  line-height: 2.1666666667;
  font-weight: normal;
  letter-spacing: 0.2em;
  color: #fff;
  text-align: center;
}
.p-index .recommend .swiper-controller {
  position: relative;
  height: 65px;
  margin: 30px auto 0;
}
.p-index .recommend .swiper-pagination {
  top: 0;
  z-index: 1;
  height: 20px;
}
.p-index .recommend .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
.p-index .recommend .swiper-pagination-bullet-active {
  background: #434748;
}
.p-index .recommend .swiper-button__box {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 90px;
  height: 30px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-index .recommend .swiper-button-prev,
.p-index .recommend .swiper-button-next {
  top: auto;
  bottom: 0;
  color: #fff;
  cursor: pointer;
}
.p-index .recommend .swiper-button-prev::after,
.p-index .recommend .swiper-button-next::after {
  width: 15px;
  height: 15px;
  content: "";
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}
.p-index .recommend .swiper-button-prev {
  left: 0;
}
.p-index .recommend .swiper-button-prev::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-index .recommend .swiper-button-next {
  right: 0;
}
.p-index .recommend .swiper-button-next::after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.p-index .recommend .swiper-button-disabled {
  display: none;
}
.p-index .wine-list {
  padding: 100px 0;
  background: #e6e6e6;
}
@media screen and (max-width: 768px) {
  .p-index .wine-list {
    padding: 50px 0;
  }
}
.p-index .wine-list__container {
  max-width: 1010px;
  margin: 0 auto;
}
.p-index .wine-list__ttl {
  text-align: center;
}
.p-index .wine-list__ttl::before {
  background: #333;
}
.p-index .wine-list__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .p-index .wine-list__lists {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px 10px;
    margin-top: 35px;
  }
}
@media screen and (max-width: 768px) {
  .p-index .wine-list .lists__item {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 450px) {
  .p-index .wine-list .lists__item:first-of-type {
    min-width: 200px;
  }
  .p-index .wine-list .lists__item:nth-of-type(2) {
    max-width: 130px;
  }
}
.p-index .wine-list .item__ttl {
  font-size: 1.8rem;
  line-height: 1.1666666667;
  font-weight: normal;
  letter-spacing: 0.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  .p-index .wine-list .item__ttl {
    font-size: 1.5rem;
    line-height: 2;
  }
}
.p-index .wine-list .item__ttl img {
  width: 10px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-index .wine-list .item__sub-lists {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-index .wine-list .item__sub-lists {
    margin-top: 20px;
  }
}
.p-index .wine-list .sub-lists__sub-item:not(:first-of-type) {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-index .wine-list .sub-lists__sub-item:not(:first-of-type) {
    margin-top: 16px;
  }
}
.p-index .wine-list .sub-item__link {
  font-size: 1rem;
  line-height: 2.1;
  font-weight: normal;
  letter-spacing: 0.2em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #333;
}
@media screen and (max-width: 768px) {
  .p-index .wine-list .sub-item__link {
    letter-spacing: 0.1em;
  }
}
.p-index .wine-list .sub-item__link span {
  font-size: 1.2rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.2em;
  margin: 4px 5px 0 0;
}
@media screen and (max-width: 768px) {
  .p-index .wine-list .sub-item__link span {
    font-size: 1rem;
    line-height: 1;
    font-weight: normal;
    letter-spacing: 0em;
    margin-right: 2px;
  }
}
.p-index .contact__container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.p-index .contact__ttl {
  text-align: center;
}
.p-index .contact__ttl::before {
  background: #333;
}
.p-index .contact__txt {
  font-size: 1.2rem;
  line-height: 2.1666666667;
  font-weight: normal;
  letter-spacing: 0.2em;
  margin-top: 80px;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-index .contact__txt {
    font-size: 1rem;
    line-height: 1.9;
    margin-top: 50px;
  }
}
.p-index .contact__lists {
  margin-top: 55px;
}
@media screen and (max-width: 768px) {
  .p-index .contact__lists {
    margin-top: 35px;
  }
}
.p-index .contact .item__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #edededaf;
}
.p-index .contact .item__link::before {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0%;
  height: 1px;
  content: "";
  background: #000;
  -webkit-transition: width 0.6s;
  transition: width 0.6s;
}
.p-index .contact .item__link:hover::before {
  width: 100%;
  -webkit-transition: width 0.6s;
  transition: width 0.6s;
}
@media screen and (max-width: 768px) {
  .p-index .contact .item__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-index .contact .item__ttl {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  .p-index .contact .item__ttl {
    font-size: 1.4rem;
    line-height: 1;
    text-align: center;
  }
}
.p-index .contact .item__txt {
  font-size: 1.2rem;
  line-height: 2.1666666667;
  font-weight: normal;
  letter-spacing: 0.1em;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-index .contact .item__txt {
    font-size: 1rem;
    line-height: 1.9;
    text-align: center;
  }
}
.p-index .contact .item__box {
  font-size: 1.8rem;
  line-height: 1.4444444444;
  font-weight: normal;
  letter-spacing: 0.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 260px;
  height: 40px;
  font-family: "Noto Serif JP", serif;
  border: 1px solid #333;
}
@media screen and (max-width: 768px) {
  .p-index .contact .item__box {
    font-size: 1.1rem;
    line-height: 1.1818181818;
    width: 160px;
    height: 30px;
    margin: 25px auto 0;
  }
}
.p-index .member {
  padding-right: 300px;
  background: #c6c193;
}
@media screen and (max-width: 1500px) {
  .p-index .member {
    padding-right: 150px;
  }
}
@media screen and (max-width: 1200px) {
  .p-index .member {
    padding-right: 0;
  }
}
.p-index .member__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-index .member__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.p-index .member__img {
  width: 50%;
  max-width: 800px;
}
@media screen and (max-width: 1200px) {
  .p-index .member__img {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .p-index .member__img {
    width: 100%;
    max-width: none;
  }
}
.p-index .member__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-index .member__img img {
    width: 100%;
    height: auto;
  }
}
.p-index .member__wrapper {
  width: 50%;
  min-width: 800px;
  padding: 100px 145px;
  background: #c4a82a;
}
@media screen and (max-width: 1500px) {
  .p-index .member__wrapper {
    min-width: 700px;
  }
}
@media screen and (max-width: 1200px) {
  .p-index .member__wrapper {
    width: 60%;
    min-width: auto;
    padding: 50px 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-index .member__wrapper {
    width: 100%;
    min-width: auto;
  }
}
.p-index .member__content {
  max-width: 550px;
  margin: 0 auto;
}
.p-index .member__ttl {
  color: #fff;
  text-align: center;
}
.p-index .member__ttl::before {
  background: #fff;
}
.p-index .member__sub-ttl {
  font-size: 1.8rem;
  line-height: 2.2222222222;
  font-weight: normal;
  letter-spacing: 0.2em;
  margin-top: 80px;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-index .member__sub-ttl {
    font-size: 1.2rem;
    line-height: 2;
    margin-top: 45px;
  }
}
.p-index .member__txt {
  font-size: 1.2rem;
  line-height: 2.6666666667;
  font-weight: normal;
  letter-spacing: 0.2em;
  margin-top: 40px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-index .member__txt {
    font-size: 1rem;
    line-height: 1.9;
    margin-top: 25px;
  }
}
.p-index .member__txt .is-tp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .p-index .member__txt .is-tp {
    display: block;
  }
}
.p-index .member__link {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 200px;
  height: 40px;
  margin: 60px auto 0;
  color: #fff;
  border: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .p-index .member__link {
    font-size: 1.1rem;
    line-height: 1.1818181818;
    width: 160px;
    height: 30px;
    margin-top: 35px;
  }
}

.fs-body-newsletter-subscribe select,
.fs-body-newsletter-subscribe-success select,
.fs-body-newsletter-unsubscribe select,
.fs-body-newsletter-unsubscribe-success select {
  border-style: solid;
}
.fs-body-newsletter-subscribe input,
.fs-body-newsletter-subscribe-success input,
.fs-body-newsletter-unsubscribe input,
.fs-body-newsletter-unsubscribe-success input {
  background: #fff;
}
.fs-body-newsletter-subscribe .content__sidebar,
.fs-body-newsletter-subscribe-success .content__sidebar,
.fs-body-newsletter-unsubscribe .content__sidebar,
.fs-body-newsletter-unsubscribe-success .content__sidebar {
  width: 200px;
}
.fs-body-newsletter-subscribe .fs-l-pageMain,
.fs-body-newsletter-subscribe-success .fs-l-pageMain,
.fs-body-newsletter-unsubscribe .fs-l-pageMain,
.fs-body-newsletter-unsubscribe-success .fs-l-pageMain {
  width: calc(100% - 200px);
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  .fs-body-newsletter-subscribe .fs-l-pageMain,
.fs-body-newsletter-subscribe-success .fs-l-pageMain,
.fs-body-newsletter-unsubscribe .fs-l-pageMain,
.fs-body-newsletter-unsubscribe-success .fs-l-pageMain {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .fs-body-newsletter-subscribe .content__sidebar,
.fs-body-newsletter-subscribe-success .content__sidebar,
.fs-body-newsletter-unsubscribe .content__sidebar,
.fs-body-newsletter-unsubscribe-success .content__sidebar {
    display: none;
  }
}

.p-membership .fv__container {
  position: relative;
  min-height: 660px;
}
@media screen and (max-width: 768px) {
  .p-membership .fv__container {
    min-height: 500px;
  }
}
.p-membership .fv__img {
  height: 100%;
}
.p-membership .fv__img picture,
.p-membership .fv__img img {
  height: 100%;
  min-height: 660px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1100px) {
  .p-membership .fv__img picture,
.p-membership .fv__img img {
    -o-object-position: -435px;
       object-position: -435px;
  }
}
@media screen and (max-width: 768px) {
  .p-membership .fv__img picture,
.p-membership .fv__img img {
    -o-object-position: center;
       object-position: center;
    min-height: auto;
  }
}
.p-membership .fv__ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 520px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1100px) {
  .p-membership .fv__ttl {
    left: 45%;
    max-width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .p-membership .fv__ttl {
    top: 100px;
    left: 50%;
    max-width: 300px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-membership .fv__logo {
  width: 100%;
}
.p-membership .fv__logo img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-membership .fv__txt {
  font-size: 2.2rem;
  line-height: 2.4545454545;
  font-weight: normal;
  letter-spacing: 0.2em;
  margin-top: 35px;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-membership .fv__txt {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
.p-membership .about {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .p-membership .about {
    padding: 40px 0;
  }
}
.p-membership .about__ttl {
  font-size: 2rem;
  line-height: 2;
  font-weight: normal;
  letter-spacing: 0.2em;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-membership .about__ttl {
    font-size: 1.3rem;
    line-height: 1.6153846154;
  }
}
.p-membership .about__txt {
  font-size: 1.2rem;
  line-height: 2.1666666667;
  font-weight: normal;
  letter-spacing: 0.2em;
  margin-top: 30px;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-membership .about__txt {
    font-size: 1rem;
    line-height: 1.9;
    margin-top: 25px;
  }
}
.p-membership .about__link {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 200px;
  height: 40px;
  margin: 30px auto 0;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  background: #434748;
}
@media screen and (max-width: 768px) {
  .p-membership .about__link {
    font-size: 1rem;
    line-height: 1;
    width: 150px;
    height: 30px;
  }
}
.p-membership .benefit {
  padding: 80px 0;
  background: #e6e6e6;
}
@media screen and (max-width: 768px) {
  .p-membership .benefit {
    padding: 40px 0;
  }
}
.p-membership .benefit__ttl {
  font-size: 2.2rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.2em;
  position: relative;
  font-family: "Cinzel", serif;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-membership .benefit__ttl {
    font-size: 1.4rem;
    line-height: 1;
  }
}
.p-membership .benefit__ttl::before {
  position: absolute;
  bottom: -30px;
  left: 50%;
  width: 80px;
  height: 1px;
  content: "";
  background: #333;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .p-membership .benefit__ttl::before {
    bottom: -12px;
    width: 40px;
  }
}
.p-membership .benefit__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 1000px;
  margin: 70px auto 0;
}
@media screen and (max-width: 768px) {
  .p-membership .benefit__lists {
    margin: 45px auto 0;
  }
}
.p-membership .benefit .lists__item {
  width: 100%;
  max-width: 310px;
}
.p-membership .benefit .item__img {
  width: 100%;
}
.p-membership .benefit .item__img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-membership .benefit .item__ttl {
  font-size: 1.5rem;
  line-height: 1.7333333333;
  font-weight: normal;
  letter-spacing: 0.2em;
  margin-top: 20px;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-membership .benefit .item__ttl {
    font-size: 1.3rem;
    line-height: 1.9230769231;
  }
}
.p-membership .benefit .item__txt {
  font-size: 1.2rem;
  line-height: 2.1666666667;
  font-weight: normal;
  letter-spacing: 0.2em;
  margin-top: 20px;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-membership .benefit .item__txt {
    font-size: 1rem;
    line-height: 1.9;
    margin-top: 15px;
  }
}
.p-membership .status {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .p-membership .status {
    padding: 40px 0;
  }
}
.p-membership .status__container {
  max-width: 1000px;
  margin: 0 auto;
}
.p-membership .status__ttl {
  font-size: 2.2rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.2em;
  position: relative;
  font-family: "Cinzel", serif;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-membership .status__ttl {
    font-size: 1.4rem;
    line-height: 1;
  }
}
.p-membership .status__ttl::before {
  position: absolute;
  bottom: -30px;
  left: 50%;
  width: 80px;
  height: 1px;
  content: "";
  background: #333;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .p-membership .status__ttl::before {
    bottom: -12px;
    width: 40px;
  }
}
.p-membership .status__img {
  width: 100%;
  margin-top: 80px;
  overflow: auto;
}
.p-membership .status__img picture,
.p-membership .status__img img {
  display: block;
  width: 1000px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}
.p-membership .status__lists {
  counter-reset: number;
}
.p-membership .status .lists__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-top: 30px;
}
.p-membership .status .lists__item::before {
  font-size: 1.2rem;
  line-height: 1.75;
  font-weight: normal;
  letter-spacing: 0.2em;
  content: "※" counter(number);
  counter-increment: number;
}
.p-membership .status .item__txt {
  font-size: 1.2rem;
  line-height: 1.75;
  font-weight: normal;
  letter-spacing: 0.2em;
  margin: 0;
}

/* Future ShopシステムパーツのCSS書き換え */
.fs-body-login select,
.fs-body-login textarea,
.fs-body-wishlist-login select,
.fs-body-wishlist-login textarea,
.fs-body-my-top select,
.fs-body-my-top textarea,
.fs-body-my-wishlist select,
.fs-body-my-wishlist textarea,
.fs-body-my-orders select,
.fs-body-my-orders textarea,
.fs-body-my-orders-detail select,
.fs-body-my-orders-detail textarea,
.fs-body-my-points select,
.fs-body-my-points textarea,
.fs-body-my-reviews select,
.fs-body-my-reviews textarea,
.fs-body-my-cards select,
.fs-body-my-cards textarea,
.fs-body-my-addressbook select,
.fs-body-my-addressbook textarea,
.fs-body-my-addressbook-new select,
.fs-body-my-addressbook-new textarea,
.fs-body-my-addressbook-edit select,
.fs-body-my-addressbook-edit textarea,
.fs-body-my-account-password select,
.fs-body-my-account-password textarea,
.fs-body-my-account-settings select,
.fs-body-my-account-settings textarea,
.fs-body-my-account-settings-edit select,
.fs-body-my-account-settings-edit textarea,
.fs-body-my-account-delete select,
.fs-body-my-account-delete textarea,
.fs-body-cart select,
.fs-body-cart textarea,
.fs-body-customerDetails select,
.fs-body-customerDetails textarea,
.fs-body-my-orders-details select,
.fs-body-my-orders-details textarea,
.fs-body-my-coupons select,
.fs-body-my-coupons textarea,
.fs-body-checkout-success select,
.fs-body-checkout-success textarea {
  border-style: solid;
}

.fs-body-login .content__sidebar,
.fs-body-wishlist-login .content__sidebar,
.fs-body-my-top .content__sidebar,
.fs-body-my-wishlist .content__sidebar,
.fs-body-my-orders .content__sidebar,
.fs-body-my-orders-detail .content__sidebar,
.fs-body-my-points .content__sidebar,
.fs-body-my-reviews .content__sidebar,
.fs-body-my-cards .content__sidebar,
.fs-body-my-addressbook .content__sidebar,
.fs-body-my-addressbook-new .content__sidebar,
.fs-body-my-addressbook-edit .content__sidebar,
.fs-body-my-account-password .content__sidebar,
.fs-body-my-account-settings .content__sidebar,
.fs-body-my-account-settings-edit .content__sidebar,
.fs-body-my-account-delete .content__sidebar,
.fs-body-cart .content__sidebar,
.fs-body-my-orders-details .content__sidebar,
.fs-body-my-coupons .content__sidebar,
.fs-body-checkout-success .content__sidebar {
  width: 200px;
}
.fs-body-login .fs-l-pageMain,
.fs-body-wishlist-login .fs-l-pageMain,
.fs-body-my-top .fs-l-pageMain,
.fs-body-my-wishlist .fs-l-pageMain,
.fs-body-my-orders .fs-l-pageMain,
.fs-body-my-orders-detail .fs-l-pageMain,
.fs-body-my-points .fs-l-pageMain,
.fs-body-my-reviews .fs-l-pageMain,
.fs-body-my-cards .fs-l-pageMain,
.fs-body-my-addressbook .fs-l-pageMain,
.fs-body-my-addressbook-new .fs-l-pageMain,
.fs-body-my-addressbook-edit .fs-l-pageMain,
.fs-body-my-account-password .fs-l-pageMain,
.fs-body-my-account-settings .fs-l-pageMain,
.fs-body-my-account-settings-edit .fs-l-pageMain,
.fs-body-my-account-delete .fs-l-pageMain,
.fs-body-cart .fs-l-pageMain,
.fs-body-my-orders-details .fs-l-pageMain,
.fs-body-my-coupons .fs-l-pageMain,
.fs-body-checkout-success .fs-l-pageMain {
  width: calc(100% - 200px);
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  .fs-body-login .fs-l-pageMain,
.fs-body-wishlist-login .fs-l-pageMain,
.fs-body-my-top .fs-l-pageMain,
.fs-body-my-wishlist .fs-l-pageMain,
.fs-body-my-orders .fs-l-pageMain,
.fs-body-my-orders-detail .fs-l-pageMain,
.fs-body-my-points .fs-l-pageMain,
.fs-body-my-reviews .fs-l-pageMain,
.fs-body-my-cards .fs-l-pageMain,
.fs-body-my-addressbook .fs-l-pageMain,
.fs-body-my-addressbook-new .fs-l-pageMain,
.fs-body-my-addressbook-edit .fs-l-pageMain,
.fs-body-my-account-password .fs-l-pageMain,
.fs-body-my-account-settings .fs-l-pageMain,
.fs-body-my-account-settings-edit .fs-l-pageMain,
.fs-body-my-account-delete .fs-l-pageMain,
.fs-body-cart .fs-l-pageMain,
.fs-body-my-orders-details .fs-l-pageMain,
.fs-body-my-coupons .fs-l-pageMain,
.fs-body-checkout-success .fs-l-pageMain {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .fs-body-login .content__sidebar,
.fs-body-wishlist-login .content__sidebar,
.fs-body-my-top .content__sidebar,
.fs-body-my-wishlist .content__sidebar,
.fs-body-my-orders .content__sidebar,
.fs-body-my-orders-detail .content__sidebar,
.fs-body-my-points .content__sidebar,
.fs-body-my-reviews .content__sidebar,
.fs-body-my-cards .content__sidebar,
.fs-body-my-addressbook .content__sidebar,
.fs-body-my-addressbook-new .content__sidebar,
.fs-body-my-addressbook-edit .content__sidebar,
.fs-body-my-account-password .content__sidebar,
.fs-body-my-account-settings .content__sidebar,
.fs-body-my-account-settings-edit .content__sidebar,
.fs-body-my-account-delete .content__sidebar,
.fs-body-cart .content__sidebar,
.fs-body-my-orders-details .content__sidebar,
.fs-body-my-coupons .content__sidebar,
.fs-body-checkout-success .content__sidebar {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .fs-body-login .fs-l-additionalProduct.fs-l-additionalProduct--wishlist,
.fs-body-wishlist-login .fs-l-additionalProduct.fs-l-additionalProduct--wishlist,
.fs-body-my-top .fs-l-additionalProduct.fs-l-additionalProduct--wishlist,
.fs-body-my-wishlist .fs-l-additionalProduct.fs-l-additionalProduct--wishlist,
.fs-body-my-orders .fs-l-additionalProduct.fs-l-additionalProduct--wishlist,
.fs-body-my-orders-detail .fs-l-additionalProduct.fs-l-additionalProduct--wishlist,
.fs-body-my-points .fs-l-additionalProduct.fs-l-additionalProduct--wishlist,
.fs-body-my-reviews .fs-l-additionalProduct.fs-l-additionalProduct--wishlist,
.fs-body-my-cards .fs-l-additionalProduct.fs-l-additionalProduct--wishlist,
.fs-body-my-addressbook .fs-l-additionalProduct.fs-l-additionalProduct--wishlist,
.fs-body-my-addressbook-new .fs-l-additionalProduct.fs-l-additionalProduct--wishlist,
.fs-body-my-addressbook-edit .fs-l-additionalProduct.fs-l-additionalProduct--wishlist,
.fs-body-my-account-password .fs-l-additionalProduct.fs-l-additionalProduct--wishlist,
.fs-body-my-account-settings .fs-l-additionalProduct.fs-l-additionalProduct--wishlist,
.fs-body-my-account-settings-edit .fs-l-additionalProduct.fs-l-additionalProduct--wishlist,
.fs-body-my-account-delete .fs-l-additionalProduct.fs-l-additionalProduct--wishlist,
.fs-body-cart .fs-l-additionalProduct.fs-l-additionalProduct--wishlist,
.fs-body-my-orders-details .fs-l-additionalProduct.fs-l-additionalProduct--wishlist,
.fs-body-my-coupons .fs-l-additionalProduct.fs-l-additionalProduct--wishlist,
.fs-body-checkout-success .fs-l-additionalProduct.fs-l-additionalProduct--wishlist {
    margin-top: 30px;
  }
}
.fs-body-login .fs-c-wishlistProduct__list.fs-c-productListCarousel.fs-c-slick,
.fs-body-wishlist-login .fs-c-wishlistProduct__list.fs-c-productListCarousel.fs-c-slick,
.fs-body-my-top .fs-c-wishlistProduct__list.fs-c-productListCarousel.fs-c-slick,
.fs-body-my-wishlist .fs-c-wishlistProduct__list.fs-c-productListCarousel.fs-c-slick,
.fs-body-my-orders .fs-c-wishlistProduct__list.fs-c-productListCarousel.fs-c-slick,
.fs-body-my-orders-detail .fs-c-wishlistProduct__list.fs-c-productListCarousel.fs-c-slick,
.fs-body-my-points .fs-c-wishlistProduct__list.fs-c-productListCarousel.fs-c-slick,
.fs-body-my-reviews .fs-c-wishlistProduct__list.fs-c-productListCarousel.fs-c-slick,
.fs-body-my-cards .fs-c-wishlistProduct__list.fs-c-productListCarousel.fs-c-slick,
.fs-body-my-addressbook .fs-c-wishlistProduct__list.fs-c-productListCarousel.fs-c-slick,
.fs-body-my-addressbook-new .fs-c-wishlistProduct__list.fs-c-productListCarousel.fs-c-slick,
.fs-body-my-addressbook-edit .fs-c-wishlistProduct__list.fs-c-productListCarousel.fs-c-slick,
.fs-body-my-account-password .fs-c-wishlistProduct__list.fs-c-productListCarousel.fs-c-slick,
.fs-body-my-account-settings .fs-c-wishlistProduct__list.fs-c-productListCarousel.fs-c-slick,
.fs-body-my-account-settings-edit .fs-c-wishlistProduct__list.fs-c-productListCarousel.fs-c-slick,
.fs-body-my-account-delete .fs-c-wishlistProduct__list.fs-c-productListCarousel.fs-c-slick,
.fs-body-cart .fs-c-wishlistProduct__list.fs-c-productListCarousel.fs-c-slick,
.fs-body-my-orders-details .fs-c-wishlistProduct__list.fs-c-productListCarousel.fs-c-slick,
.fs-body-my-coupons .fs-c-wishlistProduct__list.fs-c-productListCarousel.fs-c-slick,
.fs-body-checkout-success .fs-c-wishlistProduct__list.fs-c-productListCarousel.fs-c-slick {
  padding-top: 20px;
}
.fs-body-login .fs-c-mark__label,
.fs-body-wishlist-login .fs-c-mark__label,
.fs-body-my-top .fs-c-mark__label,
.fs-body-my-wishlist .fs-c-mark__label,
.fs-body-my-orders .fs-c-mark__label,
.fs-body-my-orders-detail .fs-c-mark__label,
.fs-body-my-points .fs-c-mark__label,
.fs-body-my-reviews .fs-c-mark__label,
.fs-body-my-cards .fs-c-mark__label,
.fs-body-my-addressbook .fs-c-mark__label,
.fs-body-my-addressbook-new .fs-c-mark__label,
.fs-body-my-addressbook-edit .fs-c-mark__label,
.fs-body-my-account-password .fs-c-mark__label,
.fs-body-my-account-settings .fs-c-mark__label,
.fs-body-my-account-settings-edit .fs-c-mark__label,
.fs-body-my-account-delete .fs-c-mark__label,
.fs-body-cart .fs-c-mark__label,
.fs-body-my-orders-details .fs-c-mark__label,
.fs-body-my-coupons .fs-c-mark__label,
.fs-body-checkout-success .fs-c-mark__label {
  color: #fff;
}
.fs-body-login .fs-c-productPrice__addon.fs-c-productPrice__addon--listed,
.fs-body-wishlist-login .fs-c-productPrice__addon.fs-c-productPrice__addon--listed,
.fs-body-my-top .fs-c-productPrice__addon.fs-c-productPrice__addon--listed,
.fs-body-my-wishlist .fs-c-productPrice__addon.fs-c-productPrice__addon--listed,
.fs-body-my-orders .fs-c-productPrice__addon.fs-c-productPrice__addon--listed,
.fs-body-my-orders-detail .fs-c-productPrice__addon.fs-c-productPrice__addon--listed,
.fs-body-my-points .fs-c-productPrice__addon.fs-c-productPrice__addon--listed,
.fs-body-my-reviews .fs-c-productPrice__addon.fs-c-productPrice__addon--listed,
.fs-body-my-cards .fs-c-productPrice__addon.fs-c-productPrice__addon--listed,
.fs-body-my-addressbook .fs-c-productPrice__addon.fs-c-productPrice__addon--listed,
.fs-body-my-addressbook-new .fs-c-productPrice__addon.fs-c-productPrice__addon--listed,
.fs-body-my-addressbook-edit .fs-c-productPrice__addon.fs-c-productPrice__addon--listed,
.fs-body-my-account-password .fs-c-productPrice__addon.fs-c-productPrice__addon--listed,
.fs-body-my-account-settings .fs-c-productPrice__addon.fs-c-productPrice__addon--listed,
.fs-body-my-account-settings-edit .fs-c-productPrice__addon.fs-c-productPrice__addon--listed,
.fs-body-my-account-delete .fs-c-productPrice__addon.fs-c-productPrice__addon--listed,
.fs-body-cart .fs-c-productPrice__addon.fs-c-productPrice__addon--listed,
.fs-body-my-orders-details .fs-c-productPrice__addon.fs-c-productPrice__addon--listed,
.fs-body-my-coupons .fs-c-productPrice__addon.fs-c-productPrice__addon--listed,
.fs-body-checkout-success .fs-c-productPrice__addon.fs-c-productPrice__addon--listed {
  display: none;
}
.fs-body-login .fs-c-productListItem__control,
.fs-body-wishlist-login .fs-c-productListItem__control,
.fs-body-my-top .fs-c-productListItem__control,
.fs-body-my-wishlist .fs-c-productListItem__control,
.fs-body-my-orders .fs-c-productListItem__control,
.fs-body-my-orders-detail .fs-c-productListItem__control,
.fs-body-my-points .fs-c-productListItem__control,
.fs-body-my-reviews .fs-c-productListItem__control,
.fs-body-my-cards .fs-c-productListItem__control,
.fs-body-my-addressbook .fs-c-productListItem__control,
.fs-body-my-addressbook-new .fs-c-productListItem__control,
.fs-body-my-addressbook-edit .fs-c-productListItem__control,
.fs-body-my-account-password .fs-c-productListItem__control,
.fs-body-my-account-settings .fs-c-productListItem__control,
.fs-body-my-account-settings-edit .fs-c-productListItem__control,
.fs-body-my-account-delete .fs-c-productListItem__control,
.fs-body-cart .fs-c-productListItem__control,
.fs-body-my-orders-details .fs-c-productListItem__control,
.fs-body-my-coupons .fs-c-productListItem__control,
.fs-body-checkout-success .fs-c-productListItem__control {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.fs-body-login .fs-c-button--viewProductDetail.fs-c-button--plain,
.fs-body-wishlist-login .fs-c-button--viewProductDetail.fs-c-button--plain,
.fs-body-my-top .fs-c-button--viewProductDetail.fs-c-button--plain,
.fs-body-my-wishlist .fs-c-button--viewProductDetail.fs-c-button--plain,
.fs-body-my-orders .fs-c-button--viewProductDetail.fs-c-button--plain,
.fs-body-my-orders-detail .fs-c-button--viewProductDetail.fs-c-button--plain,
.fs-body-my-points .fs-c-button--viewProductDetail.fs-c-button--plain,
.fs-body-my-reviews .fs-c-button--viewProductDetail.fs-c-button--plain,
.fs-body-my-cards .fs-c-button--viewProductDetail.fs-c-button--plain,
.fs-body-my-addressbook .fs-c-button--viewProductDetail.fs-c-button--plain,
.fs-body-my-addressbook-new .fs-c-button--viewProductDetail.fs-c-button--plain,
.fs-body-my-addressbook-edit .fs-c-button--viewProductDetail.fs-c-button--plain,
.fs-body-my-account-password .fs-c-button--viewProductDetail.fs-c-button--plain,
.fs-body-my-account-settings .fs-c-button--viewProductDetail.fs-c-button--plain,
.fs-body-my-account-settings-edit .fs-c-button--viewProductDetail.fs-c-button--plain,
.fs-body-my-account-delete .fs-c-button--viewProductDetail.fs-c-button--plain,
.fs-body-cart .fs-c-button--viewProductDetail.fs-c-button--plain,
.fs-body-my-orders-details .fs-c-button--viewProductDetail.fs-c-button--plain,
.fs-body-my-coupons .fs-c-button--viewProductDetail.fs-c-button--plain,
.fs-body-checkout-success .fs-c-button--viewProductDetail.fs-c-button--plain {
  display: none;
}
.fs-body-login .fs-c-wishlistProduct__footer,
.fs-body-wishlist-login .fs-c-wishlistProduct__footer,
.fs-body-my-top .fs-c-wishlistProduct__footer,
.fs-body-my-wishlist .fs-c-wishlistProduct__footer,
.fs-body-my-orders .fs-c-wishlistProduct__footer,
.fs-body-my-orders-detail .fs-c-wishlistProduct__footer,
.fs-body-my-points .fs-c-wishlistProduct__footer,
.fs-body-my-reviews .fs-c-wishlistProduct__footer,
.fs-body-my-cards .fs-c-wishlistProduct__footer,
.fs-body-my-addressbook .fs-c-wishlistProduct__footer,
.fs-body-my-addressbook-new .fs-c-wishlistProduct__footer,
.fs-body-my-addressbook-edit .fs-c-wishlistProduct__footer,
.fs-body-my-account-password .fs-c-wishlistProduct__footer,
.fs-body-my-account-settings .fs-c-wishlistProduct__footer,
.fs-body-my-account-settings-edit .fs-c-wishlistProduct__footer,
.fs-body-my-account-delete .fs-c-wishlistProduct__footer,
.fs-body-cart .fs-c-wishlistProduct__footer,
.fs-body-my-orders-details .fs-c-wishlistProduct__footer,
.fs-body-my-coupons .fs-c-wishlistProduct__footer,
.fs-body-checkout-success .fs-c-wishlistProduct__footer {
  text-align: left;
}
.fs-body-login .fs-c-button--addToWishList--icon.fs-c-button--particular,
.fs-body-login .fs-c-button--removeFromWishList--icon.fs-c-button--particular,
.fs-body-wishlist-login .fs-c-button--addToWishList--icon.fs-c-button--particular,
.fs-body-wishlist-login .fs-c-button--removeFromWishList--icon.fs-c-button--particular,
.fs-body-my-top .fs-c-button--addToWishList--icon.fs-c-button--particular,
.fs-body-my-top .fs-c-button--removeFromWishList--icon.fs-c-button--particular,
.fs-body-my-wishlist .fs-c-button--addToWishList--icon.fs-c-button--particular,
.fs-body-my-wishlist .fs-c-button--removeFromWishList--icon.fs-c-button--particular,
.fs-body-my-orders .fs-c-button--addToWishList--icon.fs-c-button--particular,
.fs-body-my-orders .fs-c-button--removeFromWishList--icon.fs-c-button--particular,
.fs-body-my-orders-detail .fs-c-button--addToWishList--icon.fs-c-button--particular,
.fs-body-my-orders-detail .fs-c-button--removeFromWishList--icon.fs-c-button--particular,
.fs-body-my-points .fs-c-button--addToWishList--icon.fs-c-button--particular,
.fs-body-my-points .fs-c-button--removeFromWishList--icon.fs-c-button--particular,
.fs-body-my-reviews .fs-c-button--addToWishList--icon.fs-c-button--particular,
.fs-body-my-reviews .fs-c-button--removeFromWishList--icon.fs-c-button--particular,
.fs-body-my-cards .fs-c-button--addToWishList--icon.fs-c-button--particular,
.fs-body-my-cards .fs-c-button--removeFromWishList--icon.fs-c-button--particular,
.fs-body-my-addressbook .fs-c-button--addToWishList--icon.fs-c-button--particular,
.fs-body-my-addressbook .fs-c-button--removeFromWishList--icon.fs-c-button--particular,
.fs-body-my-addressbook-new .fs-c-button--addToWishList--icon.fs-c-button--particular,
.fs-body-my-addressbook-new .fs-c-button--removeFromWishList--icon.fs-c-button--particular,
.fs-body-my-addressbook-edit .fs-c-button--addToWishList--icon.fs-c-button--particular,
.fs-body-my-addressbook-edit .fs-c-button--removeFromWishList--icon.fs-c-button--particular,
.fs-body-my-account-password .fs-c-button--addToWishList--icon.fs-c-button--particular,
.fs-body-my-account-password .fs-c-button--removeFromWishList--icon.fs-c-button--particular,
.fs-body-my-account-settings .fs-c-button--addToWishList--icon.fs-c-button--particular,
.fs-body-my-account-settings .fs-c-button--removeFromWishList--icon.fs-c-button--particular,
.fs-body-my-account-settings-edit .fs-c-button--addToWishList--icon.fs-c-button--particular,
.fs-body-my-account-settings-edit .fs-c-button--removeFromWishList--icon.fs-c-button--particular,
.fs-body-my-account-delete .fs-c-button--addToWishList--icon.fs-c-button--particular,
.fs-body-my-account-delete .fs-c-button--removeFromWishList--icon.fs-c-button--particular,
.fs-body-cart .fs-c-button--addToWishList--icon.fs-c-button--particular,
.fs-body-cart .fs-c-button--removeFromWishList--icon.fs-c-button--particular,
.fs-body-my-orders-details .fs-c-button--addToWishList--icon.fs-c-button--particular,
.fs-body-my-orders-details .fs-c-button--removeFromWishList--icon.fs-c-button--particular,
.fs-body-my-coupons .fs-c-button--addToWishList--icon.fs-c-button--particular,
.fs-body-my-coupons .fs-c-button--removeFromWishList--icon.fs-c-button--particular,
.fs-body-checkout-success .fs-c-button--addToWishList--icon.fs-c-button--particular,
.fs-body-checkout-success .fs-c-button--removeFromWishList--icon.fs-c-button--particular {
  margin-left: 0;
}
.fs-body-login .fs-c-button--removeFromWishList--icon.fs-c-button--particular::before,
.fs-body-wishlist-login .fs-c-button--removeFromWishList--icon.fs-c-button--particular::before,
.fs-body-my-top .fs-c-button--removeFromWishList--icon.fs-c-button--particular::before,
.fs-body-my-wishlist .fs-c-button--removeFromWishList--icon.fs-c-button--particular::before,
.fs-body-my-orders .fs-c-button--removeFromWishList--icon.fs-c-button--particular::before,
.fs-body-my-orders-detail .fs-c-button--removeFromWishList--icon.fs-c-button--particular::before,
.fs-body-my-points .fs-c-button--removeFromWishList--icon.fs-c-button--particular::before,
.fs-body-my-reviews .fs-c-button--removeFromWishList--icon.fs-c-button--particular::before,
.fs-body-my-cards .fs-c-button--removeFromWishList--icon.fs-c-button--particular::before,
.fs-body-my-addressbook .fs-c-button--removeFromWishList--icon.fs-c-button--particular::before,
.fs-body-my-addressbook-new .fs-c-button--removeFromWishList--icon.fs-c-button--particular::before,
.fs-body-my-addressbook-edit .fs-c-button--removeFromWishList--icon.fs-c-button--particular::before,
.fs-body-my-account-password .fs-c-button--removeFromWishList--icon.fs-c-button--particular::before,
.fs-body-my-account-settings .fs-c-button--removeFromWishList--icon.fs-c-button--particular::before,
.fs-body-my-account-settings-edit .fs-c-button--removeFromWishList--icon.fs-c-button--particular::before,
.fs-body-my-account-delete .fs-c-button--removeFromWishList--icon.fs-c-button--particular::before,
.fs-body-cart .fs-c-button--removeFromWishList--icon.fs-c-button--particular::before,
.fs-body-my-orders-details .fs-c-button--removeFromWishList--icon.fs-c-button--particular::before,
.fs-body-my-coupons .fs-c-button--removeFromWishList--icon.fs-c-button--particular::before,
.fs-body-checkout-success .fs-c-button--removeFromWishList--icon.fs-c-button--particular::before {
  color: #962124;
}
@media screen and (max-width: 768px) {
  .fs-body-login .fs-c-listControl__status,
.fs-body-login .fs-c-pagination,
.fs-body-wishlist-login .fs-c-listControl__status,
.fs-body-wishlist-login .fs-c-pagination,
.fs-body-my-top .fs-c-listControl__status,
.fs-body-my-top .fs-c-pagination,
.fs-body-my-wishlist .fs-c-listControl__status,
.fs-body-my-wishlist .fs-c-pagination,
.fs-body-my-orders .fs-c-listControl__status,
.fs-body-my-orders .fs-c-pagination,
.fs-body-my-orders-detail .fs-c-listControl__status,
.fs-body-my-orders-detail .fs-c-pagination,
.fs-body-my-points .fs-c-listControl__status,
.fs-body-my-points .fs-c-pagination,
.fs-body-my-reviews .fs-c-listControl__status,
.fs-body-my-reviews .fs-c-pagination,
.fs-body-my-cards .fs-c-listControl__status,
.fs-body-my-cards .fs-c-pagination,
.fs-body-my-addressbook .fs-c-listControl__status,
.fs-body-my-addressbook .fs-c-pagination,
.fs-body-my-addressbook-new .fs-c-listControl__status,
.fs-body-my-addressbook-new .fs-c-pagination,
.fs-body-my-addressbook-edit .fs-c-listControl__status,
.fs-body-my-addressbook-edit .fs-c-pagination,
.fs-body-my-account-password .fs-c-listControl__status,
.fs-body-my-account-password .fs-c-pagination,
.fs-body-my-account-settings .fs-c-listControl__status,
.fs-body-my-account-settings .fs-c-pagination,
.fs-body-my-account-settings-edit .fs-c-listControl__status,
.fs-body-my-account-settings-edit .fs-c-pagination,
.fs-body-my-account-delete .fs-c-listControl__status,
.fs-body-my-account-delete .fs-c-pagination,
.fs-body-cart .fs-c-listControl__status,
.fs-body-cart .fs-c-pagination,
.fs-body-my-orders-details .fs-c-listControl__status,
.fs-body-my-orders-details .fs-c-pagination,
.fs-body-my-coupons .fs-c-listControl__status,
.fs-body-my-coupons .fs-c-pagination,
.fs-body-checkout-success .fs-c-listControl__status,
.fs-body-checkout-success .fs-c-pagination {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .fs-body-login .fs-c-accountService,
.fs-body-wishlist-login .fs-c-accountService,
.fs-body-my-top .fs-c-accountService,
.fs-body-my-wishlist .fs-c-accountService,
.fs-body-my-orders .fs-c-accountService,
.fs-body-my-orders-detail .fs-c-accountService,
.fs-body-my-points .fs-c-accountService,
.fs-body-my-reviews .fs-c-accountService,
.fs-body-my-cards .fs-c-accountService,
.fs-body-my-addressbook .fs-c-accountService,
.fs-body-my-addressbook-new .fs-c-accountService,
.fs-body-my-addressbook-edit .fs-c-accountService,
.fs-body-my-account-password .fs-c-accountService,
.fs-body-my-account-settings .fs-c-accountService,
.fs-body-my-account-settings-edit .fs-c-accountService,
.fs-body-my-account-delete .fs-c-accountService,
.fs-body-cart .fs-c-accountService,
.fs-body-my-orders-details .fs-c-accountService,
.fs-body-my-coupons .fs-c-accountService,
.fs-body-checkout-success .fs-c-accountService {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.fs-body-login .fs-c-accountService__page--couponList,
.fs-body-wishlist-login .fs-c-accountService__page--couponList,
.fs-body-my-top .fs-c-accountService__page--couponList,
.fs-body-my-wishlist .fs-c-accountService__page--couponList,
.fs-body-my-orders .fs-c-accountService__page--couponList,
.fs-body-my-orders-detail .fs-c-accountService__page--couponList,
.fs-body-my-points .fs-c-accountService__page--couponList,
.fs-body-my-reviews .fs-c-accountService__page--couponList,
.fs-body-my-cards .fs-c-accountService__page--couponList,
.fs-body-my-addressbook .fs-c-accountService__page--couponList,
.fs-body-my-addressbook-new .fs-c-accountService__page--couponList,
.fs-body-my-addressbook-edit .fs-c-accountService__page--couponList,
.fs-body-my-account-password .fs-c-accountService__page--couponList,
.fs-body-my-account-settings .fs-c-accountService__page--couponList,
.fs-body-my-account-settings-edit .fs-c-accountService__page--couponList,
.fs-body-my-account-delete .fs-c-accountService__page--couponList,
.fs-body-cart .fs-c-accountService__page--couponList,
.fs-body-my-orders-details .fs-c-accountService__page--couponList,
.fs-body-my-coupons .fs-c-accountService__page--couponList,
.fs-body-checkout-success .fs-c-accountService__page--couponList {
  -ms-flex-preferred-size: 128px;
      flex-basis: 128px;
}
@media screen and (max-width: 768px) {
  .fs-body-login .fs-c-accountService__page,
.fs-body-wishlist-login .fs-c-accountService__page,
.fs-body-my-top .fs-c-accountService__page,
.fs-body-my-wishlist .fs-c-accountService__page,
.fs-body-my-orders .fs-c-accountService__page,
.fs-body-my-orders-detail .fs-c-accountService__page,
.fs-body-my-points .fs-c-accountService__page,
.fs-body-my-reviews .fs-c-accountService__page,
.fs-body-my-cards .fs-c-accountService__page,
.fs-body-my-addressbook .fs-c-accountService__page,
.fs-body-my-addressbook-new .fs-c-accountService__page,
.fs-body-my-addressbook-edit .fs-c-accountService__page,
.fs-body-my-account-password .fs-c-accountService__page,
.fs-body-my-account-settings .fs-c-accountService__page,
.fs-body-my-account-settings-edit .fs-c-accountService__page,
.fs-body-my-account-delete .fs-c-accountService__page,
.fs-body-cart .fs-c-accountService__page,
.fs-body-my-orders-details .fs-c-accountService__page,
.fs-body-my-coupons .fs-c-accountService__page,
.fs-body-checkout-success .fs-c-accountService__page {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: calc((100% - 20px) / 3);
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .fs-body-login .fs-c-accountService__page--accountDelete,
.fs-body-wishlist-login .fs-c-accountService__page--accountDelete,
.fs-body-my-top .fs-c-accountService__page--accountDelete,
.fs-body-my-wishlist .fs-c-accountService__page--accountDelete,
.fs-body-my-orders .fs-c-accountService__page--accountDelete,
.fs-body-my-orders-detail .fs-c-accountService__page--accountDelete,
.fs-body-my-points .fs-c-accountService__page--accountDelete,
.fs-body-my-reviews .fs-c-accountService__page--accountDelete,
.fs-body-my-cards .fs-c-accountService__page--accountDelete,
.fs-body-my-addressbook .fs-c-accountService__page--accountDelete,
.fs-body-my-addressbook-new .fs-c-accountService__page--accountDelete,
.fs-body-my-addressbook-edit .fs-c-accountService__page--accountDelete,
.fs-body-my-account-password .fs-c-accountService__page--accountDelete,
.fs-body-my-account-settings .fs-c-accountService__page--accountDelete,
.fs-body-my-account-settings-edit .fs-c-accountService__page--accountDelete,
.fs-body-my-account-delete .fs-c-accountService__page--accountDelete,
.fs-body-cart .fs-c-accountService__page--accountDelete,
.fs-body-my-orders-details .fs-c-accountService__page--accountDelete,
.fs-body-my-coupons .fs-c-accountService__page--accountDelete,
.fs-body-checkout-success .fs-c-accountService__page--accountDelete {
    width: 100%;
    height: auto;
  }
}
.fs-body-login .fs-c-dropdown__menu,
.fs-body-wishlist-login .fs-c-dropdown__menu,
.fs-body-my-top .fs-c-dropdown__menu,
.fs-body-my-wishlist .fs-c-dropdown__menu,
.fs-body-my-orders .fs-c-dropdown__menu,
.fs-body-my-orders-detail .fs-c-dropdown__menu,
.fs-body-my-points .fs-c-dropdown__menu,
.fs-body-my-reviews .fs-c-dropdown__menu,
.fs-body-my-cards .fs-c-dropdown__menu,
.fs-body-my-addressbook .fs-c-dropdown__menu,
.fs-body-my-addressbook-new .fs-c-dropdown__menu,
.fs-body-my-addressbook-edit .fs-c-dropdown__menu,
.fs-body-my-account-password .fs-c-dropdown__menu,
.fs-body-my-account-settings .fs-c-dropdown__menu,
.fs-body-my-account-settings-edit .fs-c-dropdown__menu,
.fs-body-my-account-delete .fs-c-dropdown__menu,
.fs-body-cart .fs-c-dropdown__menu,
.fs-body-my-orders-details .fs-c-dropdown__menu,
.fs-body-my-coupons .fs-c-dropdown__menu,
.fs-body-checkout-success .fs-c-dropdown__menu {
  border-style: solid;
}

.fs-c-loginForm input[type=text] {
  background: #fff;
}

.fs-body-my-account-settings .fs-c-inputTable__headerCell,
.fs-body-my-account-delete .fs-c-inputTable__headerCell {
  padding: 5px 3px;
  background: #f5f5f5;
}
.fs-body-my-account-settings .fs-c-inputTable__dataCell,
.fs-body-my-account-delete .fs-c-inputTable__dataCell {
  padding: 5px 3px;
}

@media screen and (max-width: 1100px) {
  .fs-body-cart .fs-l-cart__contentsArea {
    display: block;
  }
}
.fs-body-cart .fs-c-price__price.fs-c-price__price--taxIncl {
  white-space: nowrap;
}
.fs-body-cart .fs-c-continueShopping {
  margin-bottom: 50px;
}
.fs-body-cart .fs-c-featuredProduct {
  display: none;
}
.fs-body-cart td.fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--action {
  width: 80px;
}
@media screen and (max-width: 600px) {
  .fs-body-cart td.fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--action {
    width: auto;
  }
}

.fs-body-checkout-amazon .fs-c-price__price.fs-c-price__price--taxIncl {
  white-space: nowrap;
}

@media screen and (max-width: 1200px) {
  .fs-body-my-orders-details .fs-c-orderPerAddressee {
    display: block;
  }
}
.fs-body-my-orders-details .fs-c-orderDetailList__date .fs-c-string.fs-c-string--label,
.fs-body-my-orders-details .fs-c-orderPerAddressee__headingNumber.fs-c-string.fs-c-string--label,
.fs-body-my-orders-details .fs-c-orderPerAddressee__headingHomeLabel.fs-c-homeLabel {
  color: #fff;
}
.fs-body-my-orders-details .fs-c-price__value {
  white-space: nowrap;
}
.fs-body-my-orders-details .fs-c-button--addReview--detail.fs-c-button--plain {
  position: relative;
}
.fs-body-my-orders-details .fs-c-button--addReview--detail.fs-c-button--plain::before {
  position: absolute;
  top: 3px;
}
.fs-body-my-orders-details .fs-c-button--addReview--detail.fs-c-button--plain .fs-c-button__label {
  padding-left: 20px;
  white-space: nowrap;
}

.fs-body-my-coupons .fs-c-couponName__discount {
  margin-top: 10px;
}
.fs-body-my-coupons .fs-c-couponName__discount__value .fs-c-price__currencyMark,
.fs-body-my-coupons .fs-c-couponName__discount__value .fs-c-price__value,
.fs-body-my-coupons .fs-c-couponName__discount__value .fs-c-couponName__discount__offLabel {
  color: #fff;
}

.fs-body-notfound select,
.fs-body-about-terms select,
.fs-body-about-privacyPolicy select,
.fs-body-about-memberAgreement select,
.fs-body-about-returnPolicy select,
.fs-body-auth select {
  border-style: solid;
}
.fs-body-notfound input,
.fs-body-about-terms input,
.fs-body-about-privacyPolicy input,
.fs-body-about-memberAgreement input,
.fs-body-about-returnPolicy input,
.fs-body-auth input {
  background: #fff;
}
.fs-body-notfound .content__sidebar,
.fs-body-about-terms .content__sidebar,
.fs-body-about-privacyPolicy .content__sidebar,
.fs-body-about-memberAgreement .content__sidebar,
.fs-body-about-returnPolicy .content__sidebar,
.fs-body-auth .content__sidebar {
  width: 200px;
}
.fs-body-notfound .fs-l-pageMain,
.fs-body-about-terms .fs-l-pageMain,
.fs-body-about-privacyPolicy .fs-l-pageMain,
.fs-body-about-memberAgreement .fs-l-pageMain,
.fs-body-about-returnPolicy .fs-l-pageMain,
.fs-body-auth .fs-l-pageMain {
  width: calc(100% - 200px);
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  .fs-body-notfound .fs-l-pageMain,
.fs-body-about-terms .fs-l-pageMain,
.fs-body-about-privacyPolicy .fs-l-pageMain,
.fs-body-about-memberAgreement .fs-l-pageMain,
.fs-body-about-returnPolicy .fs-l-pageMain,
.fs-body-auth .fs-l-pageMain {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .fs-body-notfound .content__sidebar,
.fs-body-about-terms .content__sidebar,
.fs-body-about-privacyPolicy .content__sidebar,
.fs-body-about-memberAgreement .content__sidebar,
.fs-body-about-returnPolicy .content__sidebar,
.fs-body-auth .content__sidebar {
    display: none;
  }
}

/* Future ShopシステムパーツのCSS書き換え */
#fs_ProductDetails .fs-l-productLayout.fs-system-product {
  display: block;
}

.product__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .product__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.product__head-img {
  width: 345px;
}
@media screen and (max-width: 1024px) {
  .product__head-img {
    width: 100%;
  }
}
.product__head-content {
  width: calc(100% - 345px);
}
@media screen and (max-width: 1024px) {
  .product__head-content {
    width: 100%;
  }
}
.product__member-priceBox {
  padding: 20px;
  margin: 15px 0;
  border: 0.5px solid #962124;
  border-radius: 2px;
}
.product__member-priceBox.no-price {
  display: none;
}
.product__member-txtBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .product__member-txtBox {
    gap: 10px;
  }
}
.product__member-img {
  width: 50px;
}
@media screen and (max-width: 768px) {
  .product__member-img {
    width: 45px;
  }
}
.product__member-img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product__count-txt {
  width: 60px;
  white-space: nowrap;
}
.product__favorite-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 5px;
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.p-product-detail .fs-c-dropdown__menu {
  font-family: "Noto Serif JP", serif;
  border-style: solid;
}
.p-product-detail .fs-p-scrollingCartButton {
  display: none;
}
.p-product-detail .slick-slide div {
  width: 345px;
  height: 345px;
}
@media screen and (max-width: 1024px) {
  .p-product-detail .slick-slide div {
    position: relative;
    width: calc(100vw - 130px);
    height: auto;
    padding-top: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-product-detail .slick-slide div {
    width: 100vw;
  }
}
.p-product-detail .slick-slide div figure,
.p-product-detail .slick-slide div img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1024px) {
  .p-product-detail .slick-slide div figure,
.p-product-detail .slick-slide div img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.p-product-detail .fs-c-productNameHeading {
  font-size: 1.6rem;
  line-height: 1.875;
  font-weight: normal;
  letter-spacing: 0.075em;
  padding-bottom: 10px;
  border-bottom: 0.5px solid #434748;
}
.p-product-detail .fs-c-productNumber {
  display: block;
  padding: 0;
  border: none;
}
.p-product-detail .fs-c-productNumber .fs-c-productNumber__label,
.p-product-detail .fs-c-productNumber .fs-c-productNumber__number {
  font-size: 1rem;
  line-height: 2;
  font-weight: normal;
  letter-spacing: 0.2em;
}
.p-product-detail .fs-c-productPointDisplay {
  background: transparent;
}
.p-product-detail .fs-c-productPointDisplay span {
  color: #962124;
}
.p-product-detail .fs-c-productPrices.fs-c-productPrices--productDetail {
  margin-top: 40px;
}
.p-product-detail .fs-c-productPrice.fs-c-productPrice--listed {
  padding-left: 20px;
}
.p-product-detail .fs-c-productPrice.fs-c-productPrice--selling {
  padding-left: 20px;
}
.p-product-detail .fs-c-productPrice.fs-c-productPrice--selling span {
  color: #333;
}
.p-product-detail .fs-c-productPrice.fs-c-productPrice--member span {
  color: #962124;
}
.p-product-detail .fs-c-productPrice.fs-c-productPrice--member .fs-c-price__value {
  font-size: 2.2rem;
  line-height: 1.1818181818;
  font-weight: 500;
  letter-spacing: 0.075em;
  font-family: "Noto Serif JP", serif;
}
.p-product-detail .fs-c-productMembersLoginLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 20px;
  margin-top: 15px;
  background: #962124;
  border-radius: 2px;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
@media screen and (max-width: 768px) {
  .p-product-detail .fs-c-productMembersLoginLink {
    padding: 10px;
  }
}
.p-product-detail .fs-c-productMembersLoginLink:hover {
  opacity: 0.8;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.p-product-detail .fs-c-productMembersLoginLink span {
  font-size: 1rem;
  line-height: 2.1;
  font-weight: normal;
  letter-spacing: 0.1em;
  color: #fff;
}
.p-product-detail .fs-c-productPostage {
  display: none;
}
.p-product-detail .fs-c-productSelection {
  padding: 15px 20px;
  margin: 30px 0 20px;
  background: rgba(242, 242, 242, 0.5);
}
.p-product-detail .fs-c-productSelection__name {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.2em;
  padding: 0;
  font-family: "Cinzel", serif;
  background: transparent;
}
.p-product-detail .fs-c-productSelection__name:not(:first-of-type) {
  margin-top: 10px;
}
.p-product-detail .fs-c-productSelection__selection {
  width: 100%;
  padding: 0;
  margin-top: 5px;
}
.p-product-detail .fs-c-dropdown::before {
  position: absolute;
  top: 45%;
  right: 10px;
  width: 8px;
  height: 8px;
  content: "";
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.p-product-detail .fs-c-dropdown::after {
  display: none;
}
.p-product-detail .fs-c-productSalesPeriod {
  margin-bottom: 15px;
}
.p-product-detail .fs-c-productQuantityAndWishlist__quantity.fs-c-quantity.fs-system-assistTarget {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 170px;
}
.p-product-detail .fs-c-productQuantityAndWishlist__quantity.fs-c-quantity.fs-system-assistTarget::before {
  position: absolute;
  top: 45%;
  right: 20px;
  width: 8px;
  height: 8px;
  content: "";
  border-right: 1px solid #434748;
  border-bottom: 1px solid #434748;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.p-product-detail .fs-c-quantity__select.fs-system-quantity-list {
  padding: 5px 10px;
  border: 0.5px solid #434748;
}
.p-product-detail .fs-c-button--particular.fs-c-button--removeFromWishList--detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.p-product-detail .fs-c-button--particular.fs-c-button--removeFromWishList--detail::after {
  margin: 0 5px 0 0;
  color: #952124;
}
.p-product-detail .fs-c-button--primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 45px;
  background: #000;
}
.p-product-detail .fs-c-button--primary .fs-c-button__label {
  color: #fff;
}
.p-product-detail .fs-c-button--inquiryAboutProduct.fs-c-button--plain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 45px;
  background: #962124;
}
.p-product-detail .fs-c-button--inquiryAboutProduct.fs-c-button--plain span {
  color: #fff;
}
.p-product-detail .fs-c-productReview {
  margin-top: 30px;
}
.p-product-detail .fs-c-aggregateRating__rating::before {
  font-size: 1.2rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}
.p-product-detail .fs-c-reviewStars::before {
  color: #962124;
}
.p-product-detail .fs-c-rating__value {
  color: #962124;
}
.p-product-detail .fs-c-productReview__reviewList.fs-c-reviewList.fs-c-reviewList--productDescription {
  margin-top: 10px;
}
.p-product-detail .fs-c-reviewList__item {
  border: 1px solid #434748;
}
.p-product-detail .fs-c-reviewList__item:not(:first-of-type) {
  margin-top: 20px;
}
.p-product-detail .fs-c-reviewerStatus {
  font-size: 1rem;
  line-height: 1;
  min-width: auto;
  background: #962124;
  border-radius: 2px;
}
.p-product-detail .fs-c-reviewer__name__nickname,
.p-product-detail .fs-c-reviewer__name__reviewNumber {
  color: #962124;
}
.p-product-detail .fs-c-reviewList--productDescription .fs-c-reviewList__item__body {
  padding: 0;
  border: none;
}
.p-product-detail .fs-c-productReview__allReviews.fs-c-buttonContainer.fs-c-buttonContainer--viewAllReviews .fs-c-button--plain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-product-detail .fs-c-button--plain.fs-c-button--viewAllReviews::before {
  display: block;
  width: 15px;
  height: 15px;
  content: "";
  background: url("https://katsuda.itembox.design/item/review-all.svg") center/contain no-repeat;
}
.p-product-detail .fs-c-productReview__addReview.fs-c-buttonContainer.fs-c-buttonContainer--addReview--detail .fs-c-button--plain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 10px;
  background: #f2f2f2;
}
.p-product-detail .fs-c-button--addReview--detail.fs-c-button--plain::before {
  display: block;
  width: 15px;
  height: 15px;
  content: "";
  background: url("https://katsuda.itembox.design/item/review-write.svg") center/contain no-repeat;
}

.p-product-detail .content__container,
.p-product-lists .content__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-product-detail .content__container,
.p-product-lists .content__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-product-detail .content__sidebar,
.p-product-lists .content__sidebar {
  width: 100%;
  max-width: 130px;
}
@media screen and (max-width: 768px) {
  .p-product-detail .content__sidebar,
.p-product-lists .content__sidebar {
    display: none;
  }
}
.p-product-detail .content__main,
.p-product-lists .content__main {
  width: calc(100% - 130px);
  padding-left: 80px;
}
@media screen and (max-width: 768px) {
  .p-product-detail .content__main,
.p-product-lists .content__main {
    width: 100%;
    padding-left: 0;
  }
}

.content__sidebar .form__box:not(:first-of-type) {
  margin-top: 40px;
}
.content__sidebar .form__ttl {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: normal;
  letter-spacing: 0.1em;
  padding-bottom: 8px;
  margin-bottom: 10px;
  border-bottom: 0.5px solid #434748;
}
.content__sidebar .form__select-box {
  position: relative;
}
.content__sidebar .form__select-box::before {
  position: absolute;
  right: 10px;
  bottom: 12px;
  width: 8px;
  height: 8px;
  content: "";
  border-right: 1px solid #434748;
  border-bottom: 1px solid #434748;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.content__sidebar .form select,
.content__sidebar .form input[type=text] {
  font-size: 1rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.2em;
  padding: 8px 10px;
  border: 0.5px solid #434748;
  border-radius: 3px;
}
.content__sidebar .form select::-webkit-input-placeholder, .content__sidebar .form input[type=text]::-webkit-input-placeholder {
  color: #c8c8c8;
}
.content__sidebar .form select::-moz-placeholder, .content__sidebar .form input[type=text]::-moz-placeholder {
  color: #c8c8c8;
}
.content__sidebar .form select:-ms-input-placeholder, .content__sidebar .form input[type=text]:-ms-input-placeholder {
  color: #c8c8c8;
}
.content__sidebar .form select::-ms-input-placeholder, .content__sidebar .form input[type=text]::-ms-input-placeholder {
  color: #c8c8c8;
}
.content__sidebar .form select::placeholder,
.content__sidebar .form input[type=text]::placeholder {
  color: #c8c8c8;
}
.content__sidebar .form select.no-select {
  color: #c8c8c8;
}
.content__sidebar .form__keyword-box {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .content__sidebar .form__keyword-box {
    width: 100%;
  }
}
.content__sidebar .form__keyword {
  width: 100%;
}
.content__sidebar .form__price-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.content__sidebar .form__price-box span {
  margin-left: 5px;
}
.content__sidebar .form__price-box + p {
  font-size: 1rem;
  line-height: 2;
  font-weight: normal;
  letter-spacing: 0.2em;
  text-align: center;
}
.content__sidebar .form__price {
  width: 100%;
}
.content__sidebar .form__vintage {
  width: 100%;
  max-width: 235px;
  margin-top: 40px;
}
.content__sidebar .form__tag {
  width: 100%;
  max-width: 235px;
}
.content__sidebar .form__checkbox-box {
  margin-top: 40px;
}
.content__sidebar .form__label {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: normal;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
}
.content__sidebar .form__checkbox {
  position: relative;
  display: block;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  content: "";
  border: 0.5px solid #434748;
  border-radius: 2px;
}
.content__sidebar .form__checkbox:checked::before {
  position: absolute;
  top: 5px;
  left: 6px;
  width: 8px;
  height: 4px;
  content: "";
  border-bottom: 1px solid #434748;
  border-left: 1px solid #434748;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.content__sidebar .form__button {
  font-size: 1.2rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.2em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 30px;
  margin: 40px auto 0;
  color: #fff;
  background: #434748;
  border-radius: 2px;
}
.content__sidebar .form__button img {
  width: 15px;
  height: 15px;
  -o-object-fit: contain;
     object-fit: contain;
}
.content__sidebar .form__link {
  font-size: 1.2rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.2em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 30px;
  margin: 20px auto 0;
  color: #fff;
  background: #434748;
  border-radius: 2px;
}
.content__sidebar .form__link::before {
  position: absolute;
  top: 52%;
  right: 12px;
  width: 8px;
  height: 8px;
  content: "";
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.content__main .explain {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .content__main .explain {
    padding-top: 40px;
  }
}
.content__main .explain__data {
  margin-top: 10px;
}
.content__main .explain .data__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
  border-bottom: 0.5px solid #434748;
}
@media screen and (max-width: 768px) {
  .content__main .explain .data__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.content__main .explain .data__box:first-of-type {
  border-top: 0.5px solid #434748;
}
.content__main .explain .data__ttl {
  font-size: 1rem;
  line-height: 2.2;
  font-weight: normal;
  letter-spacing: 0.1em;
  width: 105px;
}
@media screen and (max-width: 768px) {
  .content__main .explain .data__ttl {
    width: 100%;
  }
}
.content__main .explain .data__content {
  font-size: 1rem;
  line-height: 2.2;
  font-weight: normal;
  letter-spacing: 0.1em;
  width: calc(100% - 105px);
}
@media screen and (max-width: 768px) {
  .content__main .explain .data__content {
    width: 100%;
  }
}
.content__main .explain .e-head__ttl {
  font-size: 1.6rem;
  line-height: 2.5;
  font-weight: normal;
  letter-spacing: 0.2em;
  font-family: "Noto Serif JP", serif;
  color: #333;
}
@media screen and (max-width: 768px) {
  .content__main .explain .e-head__ttl {
    font-size: 1.4rem;
    line-height: 2.1428571429;
  }
}
.content__main .explain .e-head__txt {
  font-size: 1rem;
  line-height: 2.2;
  font-weight: normal;
  letter-spacing: 0.1em;
}
.content__main .explain__content {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .content__main .explain__content {
    margin-top: 50px;
  }
}
.content__main .explain .e-content__wrapper:not(:first-of-type) {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .content__main .explain .e-content__wrapper:not(:first-of-type) {
    margin-top: 40px;
  }
}
.content__main .explain .e-content__ttl {
  font-size: 2rem;
  line-height: 2;
  font-weight: normal;
  letter-spacing: 0.2em;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  .content__main .explain .e-content__ttl {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.content__main .explain .e-content__box {
  margin-top: 30px;
}
.content__main .explain .e-content__box:first-of-type {
  margin-top: 15px;
}
.content__main .explain .e-content .box__img--full {
  width: 100%;
}
.content__main .explain .e-content .box__img--half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.content__main .explain .e-content .box__img picture,
.content__main .explain .e-content .box__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content__main .explain .e-content .box__txt {
  font-size: 1.2rem;
  line-height: 2;
  font-weight: normal;
  letter-spacing: 0.1em;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .content__main .explain .e-content .box__txt {
    font-size: 1rem;
    line-height: 2;
  }
}
.content__main .explain__bottom {
  margin-top: 65px;
}
@media screen and (max-width: 768px) {
  .content__main .explain__bottom {
    margin-top: 40px;
  }
}
.content__main .recommend,
.content__main .check {
  padding-top: 80px;
}
.content__main .recommend__ttl,
.content__main .check__ttl {
  font-size: 2.2rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.2em;
  position: relative;
  font-family: "Cinzel", serif;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .content__main .recommend__ttl,
.content__main .check__ttl {
    font-size: 2.1rem;
    line-height: 1;
  }
}
.content__main .recommend__ttl::before,
.content__main .check__ttl::before {
  position: absolute;
  bottom: -30px;
  left: 50%;
  width: 80px;
  height: 1px;
  content: "";
  background: #333;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .content__main .recommend__ttl::before,
.content__main .check__ttl::before {
    bottom: -12px;
    width: 40px;
  }
}
.content__main .recommend__slider,
.content__main .check__slider {
  width: 100%;
  margin: 85px auto 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .content__main .recommend__slider,
.content__main .check__slider {
    margin-top: 65px;
  }
}
.content__main .recommend .item__img,
.content__main .check .item__img {
  width: 100%;
  height: 190px;
}
@media screen and (max-width: 450px) {
  .content__main .recommend .item__img,
.content__main .check .item__img {
    height: 150px;
  }
}
.content__main .recommend .item__img img,
.content__main .check .item__img img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.content__main .recommend .item__ttl,
.content__main .check .item__ttl {
  font-size: 1rem;
  line-height: 1.9;
  font-weight: normal;
  letter-spacing: 0.2em;
  color: #333;
  text-align: center;
}
.content__main .recommend .swiper-controller,
.content__main .check .swiper-controller {
  position: relative;
  height: 65px;
  margin: 30px auto 0;
}
.content__main .recommend .swiper-pagination,
.content__main .check .swiper-pagination {
  top: 0;
  z-index: 1;
  height: 20px;
}
.content__main .recommend .swiper-pagination-bullet,
.content__main .check .swiper-pagination-bullet {
  background: #e6e6e6;
  opacity: 1;
}
.content__main .recommend .swiper-pagination-bullet-active,
.content__main .check .swiper-pagination-bullet-active {
  background: #434748;
}
.content__main .recommend .swiper-button__box,
.content__main .check .swiper-button__box {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 90px;
  height: 30px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.content__main .recommend .swiper-button-prev,
.content__main .recommend .swiper-button-next,
.content__main .check .swiper-button-prev,
.content__main .check .swiper-button-next {
  top: auto;
  bottom: 0;
  color: #333;
  cursor: pointer;
}
.content__main .recommend .swiper-button-prev::after,
.content__main .recommend .swiper-button-next::after,
.content__main .check .swiper-button-prev::after,
.content__main .check .swiper-button-next::after {
  width: 15px;
  height: 15px;
  content: "";
  border-bottom: 2px solid #333;
  border-left: 2px solid #333;
}
.content__main .recommend .swiper-button-prev,
.content__main .check .swiper-button-prev {
  left: 0;
}
.content__main .recommend .swiper-button-prev::after,
.content__main .check .swiper-button-prev::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.content__main .recommend .swiper-button-next,
.content__main .check .swiper-button-next {
  right: 0;
}
.content__main .recommend .swiper-button-next::after,
.content__main .check .swiper-button-next::after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.content__main .recommend .swiper-button-disabled,
.content__main .check .swiper-button-disabled {
  display: none;
}

.p-product-lists .fs-c-heading.fs-c-heading--page {
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 1200px) {
  .p-product-lists .fs-c-heading.fs-c-heading--page {
    padding: 0 0 15px 0;
  }
}
.p-product-lists .fs-c-subgroup .fs-c-subgroupList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 0;
}
@media screen and (max-width: 768px) {
  .p-product-lists .fs-c-subgroup .fs-c-subgroupList {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-product-lists .fs-c-subgroup .fs-c-subgroupList > li {
  position: relative;
  border-bottom: 1px solid #d3d3d3;
}
.p-product-lists .fs-c-subgroup .fs-c-subgroupList > li::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 80%;
  content: "";
  background: #d3d3d3;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-product-lists .fs-c-subgroup .fs-c-subgroupList > li:nth-of-type(n - 3)::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 80%;
  content: "";
  background: #d3d3d3;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-product-lists .fs-c-subgroup .fs-c-subgroupList .fs-c-subgroupList__link {
  padding: 15px 0 15px 15px;
  background: transparent;
  border: none;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.p-product-lists .fs-c-subgroup .fs-c-subgroupList .fs-c-subgroupList__link:hover {
  opacity: 0.6;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
@media screen and (max-width: 768px) {
  .p-product-lists .fs-c-subgroup .fs-c-subgroupList .fs-c-subgroupList__link {
    padding: 5px 0 5px 15px;
  }
}
.p-product-lists .fs-c-subgroup .fs-c-subgroupList .fs-c-subgroupList__link::after {
  display: none;
}
.p-product-lists .fs-c-subgroup .fs-c-subgroupList .fs-c-subgroupList__label {
  font-family: "Noto Serif JP", serif;
}
.p-product-lists .fs-c-productList__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 768px) {
  .p-product-lists .fs-c-productList__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 599px) {
  .p-product-lists .fs-c-productList__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-product-lists article.fs-c-productList__list__item.fs-c-productListItem {
  grid-row: auto;
  grid-column: auto;
}
.p-product-lists .fs-c-sortItems__list__item.is-active {
  background: #999;
}
.p-product-lists .fs-c-sortItems__list__item.is-active .fs-c-sortItems__list__item__label {
  color: #fff;
}
.p-product-lists .fs-c-productPrice__addon.fs-c-productPrice__addon--listed {
  display: none;
}
.p-product-lists .fs-c-productPrice.fs-c-productPrice--selling {
  padding-left: 0;
}
.p-product-lists .fs-c-button--plain {
  display: none;
}
.p-product-lists .fs-c-button--addToWishList--icon.fs-c-button--particular,
.p-product-lists .fs-c-button--removeFromWishList--icon.fs-c-button--particular {
  margin-left: 0;
}
.p-product-lists .fs-c-button--removeFromWishList--icon.fs-c-button--particular::before {
  color: #962124;
}
@media screen and (max-width: 768px) {
  .p-product-lists .fs-c-listControl__status,
.p-product-lists .fs-c-pagination {
    margin: 0 auto;
  }
}

.fs-body-reviews select,
.fs-body-reviews textarea,
.fs-body-reviews-reviewer select,
.fs-body-reviews-reviewer textarea,
.fs-body-review-write select,
.fs-body-review-write textarea,
.fs-body-review-success select,
.fs-body-review-success textarea,
.fs-body-review-login select,
.fs-body-review-login textarea,
.fs-body-reviews-product select,
.fs-body-reviews-product textarea {
  border-style: solid;
}
.fs-body-reviews .content__sidebar,
.fs-body-reviews-reviewer .content__sidebar,
.fs-body-review-write .content__sidebar,
.fs-body-review-success .content__sidebar,
.fs-body-review-login .content__sidebar,
.fs-body-reviews-product .content__sidebar {
  width: 200px;
}
.fs-body-reviews .fs-l-pageMain,
.fs-body-reviews-reviewer .fs-l-pageMain,
.fs-body-review-write .fs-l-pageMain,
.fs-body-review-success .fs-l-pageMain,
.fs-body-review-login .fs-l-pageMain,
.fs-body-reviews-product .fs-l-pageMain {
  width: calc(100% - 200px);
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  .fs-body-reviews .fs-l-pageMain,
.fs-body-reviews-reviewer .fs-l-pageMain,
.fs-body-review-write .fs-l-pageMain,
.fs-body-review-success .fs-l-pageMain,
.fs-body-review-login .fs-l-pageMain,
.fs-body-reviews-product .fs-l-pageMain {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .fs-body-reviews .content__sidebar,
.fs-body-reviews-reviewer .content__sidebar,
.fs-body-review-write .content__sidebar,
.fs-body-review-success .content__sidebar,
.fs-body-review-login .content__sidebar,
.fs-body-reviews-product .content__sidebar {
    display: none;
  }
}
.fs-body-reviews .fs-c-reveiwNotes,
.fs-body-reviews-reviewer .fs-c-reveiwNotes,
.fs-body-review-write .fs-c-reveiwNotes,
.fs-body-review-success .fs-c-reveiwNotes,
.fs-body-review-login .fs-c-reveiwNotes,
.fs-body-reviews-product .fs-c-reveiwNotes {
  padding: 20px 0;
}

.p-romaine .section__container {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.p-romaine .fv {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-romaine .fv {
    padding-top: 30px;
  }
}
.p-romaine .outline {
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-romaine .outline {
    padding-top: 20px;
  }
}
.p-romaine .outline__container {
  padding: 40px 50px;
  background: #e6e6e6;
}
@media screen and (max-width: 768px) {
  .p-romaine .outline__container {
    padding: 20px;
  }
}
.p-romaine .outline__ttl {
  font-size: 1.8rem;
  line-height: 1.4444444444;
  font-weight: normal;
  letter-spacing: 0.2em;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  .p-romaine .outline__ttl {
    font-size: 1.2rem;
    line-height: 1.75;
  }
}
.p-romaine .outline__lists {
  margin-top: 40px;
  counter-reset: number;
}
@media screen and (max-width: 768px) {
  .p-romaine .outline__lists {
    margin-top: 15px;
  }
}
.p-romaine .outline .lists__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  padding-bottom: 2px;
  border-bottom: 1px solid #c7c8c8;
}
@media screen and (max-width: 768px) {
  .p-romaine .outline .lists__item {
    padding-bottom: 5px;
  }
}
.p-romaine .outline .lists__item:not(:first-of-type) {
  margin-top: 2px;
}
.p-romaine .outline .lists__item::before {
  font-size: 1.2rem;
  line-height: 1.75;
  font-weight: normal;
  letter-spacing: 0.2em;
  margin-top: 7px;
  font-family: "Noto Serif JP", serif;
  content: counter(number) ".";
  counter-increment: number;
}
@media screen and (max-width: 768px) {
  .p-romaine .outline .lists__item::before {
    font-size: 1rem;
    line-height: 1.9;
    font-weight: normal;
    letter-spacing: 0.1em;
    margin-top: 0;
  }
}
.p-romaine .outline .item__link {
  font-size: 1.2rem;
  line-height: 2.8333333333;
  font-weight: normal;
  letter-spacing: 0.2em;
  display: block;
  width: 100%;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  .p-romaine .outline .item__link {
    font-size: 1rem;
    line-height: 1.9;
    font-weight: normal;
    letter-spacing: 0.1em;
  }
}
.p-romaine .article {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-romaine .article {
    padding-bottom: 50px;
  }
}
.p-romaine .article__container {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.p-romaine .article__box {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-romaine .article__box {
    margin-top: 40px;
  }
}
.p-romaine .article__ttl {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 0.2em;
  padding-bottom: 20px;
  font-family: "Noto Serif JP", serif;
  border-bottom: 1px solid #c8c8c8;
}
@media screen and (max-width: 768px) {
  .p-romaine .article__ttl {
    font-size: 1.4rem;
    line-height: 1.7142857143;
    font-weight: 500;
    letter-spacing: 0.15em;
    padding-bottom: 15px;
  }
}
.p-romaine .article__txt {
  font-size: 1.2rem;
  line-height: 2.3333333333;
  font-weight: normal;
  letter-spacing: 0.2em;
  margin-top: 20px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  .p-romaine .article__txt {
    font-size: 1rem;
    line-height: 1.9;
    font-weight: normal;
    letter-spacing: 0.2em;
    margin-top: 18px;
  }
}
.p-romaine .article__img {
  margin: 30px auto 0;
}
.p-romaine .article__img-01, .p-romaine .article__img-02 {
  width: 300px;
  height: 300px;
}
@media screen and (max-width: 768px) {
  .p-romaine .article__img-01, .p-romaine .article__img-02 {
    width: 225px;
    height: 225px;
  }
}
.p-romaine .article__img-01 picture,
.p-romaine .article__img-01 img, .p-romaine .article__img-02 picture,
.p-romaine .article__img-02 img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-romaine .article__img-03 {
  width: 100%;
  padding-bottom: 10px;
  overflow: auto;
}
.p-romaine .article__img-03 picture,
.p-romaine .article__img-03 img {
  display: block;
  width: 900px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}
@media screen and (max-width: 768px) {
  .p-romaine .article__img-03 picture,
.p-romaine .article__img-03 img {
    width: 675px;
    margin: 0 auto;
  }
}
.p-romaine .article__lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 30px;
  max-width: 800px;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  .p-romaine .article__lists {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 15px;
    margin-top: 20px;
  }
}
.p-romaine .article .lists__item {
  width: 100%;
}
.p-romaine .article .item__link {
  display: block;
  width: 100%;
}
.p-romaine .article .item__link img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-romaine .article__link {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 200px;
  height: 40px;
  margin: 100px auto 0;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  background: #414848;
}
@media screen and (max-width: 768px) {
  .p-romaine .article__link {
    font-size: 1.2rem;
    line-height: 1;
    font-weight: normal;
    letter-spacing: 0.1em;
    width: 180px;
    height: 30px;
    margin: 50px auto 0;
  }
}

.p-search .search {
  margin: 40px 0 100px;
}
.p-search .search__container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.p-search .search__ttl {
  font-size: 2.2rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.2em;
  position: relative;
  font-family: "Cinzel", serif;
  text-align: center;
}
.p-search .search__ttl::before {
  position: absolute;
  bottom: -30px;
  left: 50%;
  width: 80px;
  height: 1px;
  content: "";
  background: #333;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .p-search .search__ttl::before {
    bottom: -12px;
    width: 40px;
  }
}
.p-search .search__sub-ttl {
  font-size: 1.6rem;
  line-height: 1.625;
  font-weight: normal;
  letter-spacing: 0.2em;
  margin-top: 70px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-search .search__sub-ttl {
    font-size: 1.1rem;
    line-height: 1.1818181818;
    margin-top: 35px;
  }
}
.p-search .search .form__button {
  font-size: 1.2rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.2em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 160px;
  height: 30px;
  margin: 40px auto 0;
  color: #fff;
  background: #434748;
}
.p-search .search .form__button img {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 15px;
  height: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -o-object-fit: contain;
     object-fit: contain;
}
.p-search .search .form__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  width: 100%;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-search .search .form__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.p-search .search .form__ttl {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: normal;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.p-search .search .form__select-box {
  position: relative;
}
.p-search .search .form__select-box::before {
  position: absolute;
  right: 15px;
  bottom: 12px;
  width: 10px;
  height: 10px;
  content: "";
  border-right: 1px solid #434748;
  border-bottom: 1px solid #434748;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-search .search .form select,
.p-search .search .form input[type=text] {
  font-size: 1rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.2em;
  padding: 8px 10px;
  border: 0.5px solid #434748;
  border-radius: 3px;
}
.p-search .search .form select::-webkit-input-placeholder, .p-search .search .form input[type=text]::-webkit-input-placeholder {
  color: #c8c8c8;
}
.p-search .search .form select::-moz-placeholder, .p-search .search .form input[type=text]::-moz-placeholder {
  color: #c8c8c8;
}
.p-search .search .form select:-ms-input-placeholder, .p-search .search .form input[type=text]:-ms-input-placeholder {
  color: #c8c8c8;
}
.p-search .search .form select::-ms-input-placeholder, .p-search .search .form input[type=text]::-ms-input-placeholder {
  color: #c8c8c8;
}
.p-search .search .form select::placeholder,
.p-search .search .form input[type=text]::placeholder {
  color: #c8c8c8;
}
.p-search .search .form select.no-select {
  color: #c8c8c8;
}
.p-search .search .form__keyword-box {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-search .search .form__keyword-box {
    width: 100%;
  }
}
.p-search .search .form__keyword {
  width: 100%;
}
.p-search .search .form__price-box {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-search .search .form__price-box {
    width: 100%;
  }
}
.p-search .search .form__price-box span {
  margin-left: 5px;
}
.p-search .search .form .price-box__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-search .search .form .price-box__wrapper span {
  font-size: 1rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.1em;
}
.p-search .search .form__price {
  width: 50%;
  max-width: 200px;
}
.p-search .search .form__price:nth-of-type(2) {
  margin-left: 5px;
}
.p-search .search .form__vintage {
  width: 100%;
  max-width: 235px;
  margin-top: 40px;
}
.p-search .search .form__tag {
  width: 100%;
  max-width: 235px;
}
.p-search .search .form__checkbox-box {
  margin-top: 40px;
}
.p-search .search .form__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .p-search .search .form__lists {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
}
.p-search .search .form .lists__item {
  width: 100%;
  max-width: 205px;
}
@media screen and (max-width: 768px) {
  .p-search .search .form .lists__item {
    width: calc(50% - 15px);
    max-width: none;
  }
}
.p-search .search .form .item__ttl {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: normal;
  letter-spacing: 0.1em;
  padding-bottom: 8px;
  border-bottom: 0.5px solid #434748;
}
.p-search .search .form__label {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: normal;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
}
.p-search .search .form__checkbox {
  position: relative;
  display: block;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  content: "";
  border: 0.5px solid #434748;
  border-radius: 2px;
}
.p-search .search .form__checkbox:checked::before {
  position: absolute;
  top: 5px;
  left: 6px;
  width: 8px;
  height: 4px;
  content: "";
  border-bottom: 1px solid #434748;
  border-left: 1px solid #434748;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.p-search .search .form__manufacturer-ttl {
  font-size: 1.6rem;
  line-height: 1.625;
  font-weight: normal;
  letter-spacing: 0.2em;
  margin-top: 70px;
  text-align: center;
}
.p-search .search .form .m-lists__item {
  width: 100%;
  margin-top: 40px;
}
.p-search .search .form .m-lists .item__ttl {
  position: relative;
  cursor: pointer;
}
.p-search .search .form .m-lists .item__ttl::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 1px;
  content: "";
  background: #434748;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-search .search .form .m-lists .item__ttl::after {
  position: absolute;
  top: 50%;
  right: 4px;
  width: 1px;
  height: 10px;
  content: "";
  background: #434748;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-search .search .form .m-lists .item__ttl.is-active::after {
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.p-search .search .form .m-lists .item__container {
  display: none;
}
.p-search .search .form .m-lists .item__container.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-search .search .form .m-lists .item__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-search .search .form .m-lists .item__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-search .search .form .m-lists .item__box {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-search .search .form .m-lists .item__box {
    width: 100%;
  }
}

.fs-body-register select,
.fs-body-register-success select,
.fs-body-resetPassword select,
.fs-body-forgotPassword select {
  border-style: solid;
}
.fs-body-register input,
.fs-body-register-success input,
.fs-body-resetPassword input,
.fs-body-forgotPassword input {
  background: #fff;
}
.fs-body-register .content__sidebar,
.fs-body-register-success .content__sidebar,
.fs-body-resetPassword .content__sidebar,
.fs-body-forgotPassword .content__sidebar {
  width: 200px;
}
.fs-body-register .fs-l-pageMain,
.fs-body-register-success .fs-l-pageMain,
.fs-body-resetPassword .fs-l-pageMain,
.fs-body-forgotPassword .fs-l-pageMain {
  width: calc(100% - 200px);
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  .fs-body-register .fs-l-pageMain,
.fs-body-register-success .fs-l-pageMain,
.fs-body-resetPassword .fs-l-pageMain,
.fs-body-forgotPassword .fs-l-pageMain {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .fs-body-register .content__sidebar,
.fs-body-register-success .content__sidebar,
.fs-body-resetPassword .content__sidebar,
.fs-body-forgotPassword .content__sidebar {
    display: none;
  }
}