fs-c-productPrice__main__label@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

ul,
ol {
  list-style: none;
  padding: 0;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

img,
picture {
  max-width: 100%;
  display: block;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
body {
  font-family: "noto-sans-cjk-jp", sans-serif;
  color: #2C2C2C;
}

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover,
button:hover {
  cursor: pointer;
}

h3 {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 25px;
  font-weight: 500;
  color: #13337B;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 19px;
  }
}

h4 {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
  font-size: 22px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 17px;
  }
}

p {
  font-size: 18px;
  line-height: 2.2222222222;
  margin-top: 1em;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 14px;
  }
}

.l-drop-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2C2C2C;
  -webkit-transform: translateX(110%);
          transform: translateX(110%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 60;
}
.l-drop-menu.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.l-drop-menu__inner {
  padding: 60px 45px 60px 35px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .l-drop-menu__inner {
    padding: 60px 35px 60px 35px;
  }
}

.l-drop-menu__contents {
  overflow-y: auto;
  height: 100%;
}

.l-drop-menu__menu li a {
  display: inline-block;
  padding: 18px 6px;
  width: 100%;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: "minion-pro", serif;
}
.l-drop-menu__menu li a:hover, .l-drop-menu__menu li a:focus {
  background: #EBEBEB;
  color: #2C2C2C;
}

.l-drop-menu__sns {
  margin-top: 100px;
  max-width: 380px;
  margin-right: auto;
  margin-left: auto;
}
.l-drop-menu__sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-drop-menu__sns li a {
  display: block;
  width: 23px;
  height: 23px;
  padding: 6px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.l-drop-menu__sns li a:hover, .l-drop-menu__sns li a:focus {
  background: #EBEBEB;
  color: #2C2C2C;
}

.l-footer {
  background: #2C2C2C url(../images/common/bg_footer.jpg) center center/cover;
  color: #fff;
}

.l-footer__inner {
  padding-top: 120px;
  padding-bottom: 22px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    padding-top: 75px;
    padding-bottom: 22px;
  }
}

.l-footer__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-footer__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.l-footer__pagetop {
  position: absolute;
  top: -58px;
  right: 28px;
}
@media screen and (max-width: 767px) {
  .l-footer__pagetop {
    right: 0;
  }
}

.l-footer__header {
  width: 31.4%;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .l-footer__header {
    padding-right: 0;
    display: contents;
  }
}

@media screen and (max-width: 767px) {
  .l-footer__logo {
    text-align: center;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.l-footer__logo img {
  width: 100%;
  max-width: 170px;
}
@media screen and (max-width: 767px) {
  .l-footer__logo img {
    margin: 0 auto;
    max-width: 148px;
  }
}

.l-footer__socials {
  margin-top: 24px;
  margin-left: 4px;
}
@media screen and (max-width: 767px) {
  .l-footer__socials {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 28px;
    margin-left: auto;
    margin-right: auto;
  }
}

.l-footer__body {
  width: 56.4%;
  -ms-flex-preferred-size: 678px;
      flex-basis: 678px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 46px;
     -moz-column-gap: 46px;
          column-gap: 46px;
  row-gap: 53px;
}
@media screen and (max-width: 767px) {
  .l-footer__body {
    width: 100%;
    margin-top: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 24px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.l-footer__container.l-footer__container--contact {
  grid-column: 1/3;
}
@media screen and (max-width: 767px) {
  .l-footer__container.l-footer__container--contact {
    grid-column: 1/2;
  }
}

.l-footer__copy {
  margin-top: 118px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    margin-top: 39px;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

.l-footer__copy .text {
  font-size: 10px;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .l-footer__copy .text {
    font-size: 11px;
  }
}

.l-header {
  height: 95px;
  margin-bottom: 78px;
  background: #fff;
  border-bottom: 1px solid #DDDDDD;
  z-index: 50;
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .l-header {
    height: 60px;
    margin-bottom: 15px;
    background: #fff;
    position: static;
  }
}

.fs-body-top .l-header {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .fs-body-top .l-header {
    background: transparent;
    border-bottom: none;
    position: absolute;
  }
}

.l-header__inner {
  height: inherit;
  padding: 0 0 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .l-header__inner {
    padding: 0 45px 0 15px;
  }
}

.l-header__logo img {
  max-width: 95px;
}
@media screen and (max-width: 1024px) {
  .l-header__logo img {
    max-width: 77px;
  }
}

@media screen and (max-width: 1024px) {
  .fs-body-top .l-header__logo {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
}

.l-header__menu {
  display: block;
  margin-left: 40px;
}
@media screen and (max-width: 1024px) {
  .l-header__menu {
    display: none;
  }
}
.l-header__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-header__menu li a {
  padding: 15px 24px;
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 1;
  font-family: "minion-pro", serif;
  text-transform: uppercase;
  white-space: nowrap;
  color: #2C2C2C;
}

@media screen and (max-width: 1024px) {
  .fs-body-top .l-header__menu li a {
    color: #fff;
  }
}

.l-header__nav {
  margin-left: auto;
  margin-right: 35px;
}
@media screen and (max-width: 767px) {
  .l-header__nav {
    margin-right: 28px;
    width: 47%;
    max-width: 200px;
  }
}

.l-header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .l-header__nav ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.l-header__nav li a {
  padding: 20px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  color: #2C2C2C;
}
@media screen and (max-width: 767px) {
  .l-header__nav li a {
    padding: 4px;
  }
}

@media screen and (max-width: 767px) {
  .fs-body-top .l-header__nav li a {
    color: #fff;
  }
}

.l-header__nav li a .icon {
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 1024px) {
  .l-header__nav li a .icon {
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__nav li a .icon {
    width: 15px;
    height: 15px;
  }
}

@media screen and (max-width: 1024px) {
  .l-header__nav li a .icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media screen and (max-width: 1024px) {
  .fs-body-top .l-header__nav li a .icon img {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
}

.l-header__nav li a .text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: "minion-pro", serif;
}
@media screen and (max-width: 1024px) {
  .l-header__nav li a .text {
    margin-top: 6px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__nav li a .text {
    margin-top: 4px;
    font-size: 10px;
    letter-spacing: normal;
  }
}

@media screen and (max-width: 1024px) {
  .fs-body-top .l-header__nav li a .text {
    color: #fff;
  }
}

.l-header__tel {
  width: 260px;
  height: 100%;
  color: #fff;
  background: -webkit-gradient(linear, right top, left bottom, from(#454545), color-stop(14.78%, #000), to(#5c5c5c));
  background: linear-gradient(top right, #454545 0%, #000 14.78%, #5c5c5c 100%);
}
@media screen and (max-width: 1024px) {
  .l-header__tel {
    display: none;
  }
}

.l-header__tel a {
  width: 100%;
  height: 100%;
  padding: 10px;
  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;
}

.l-header__tel a img {
  width: 166px;
  max-width: 100%;
}

.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1250px;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-right: 2.1875rem;
    padding-left: 2.1875rem;
  }
}

.l-product-description {
  grid-column: 1/3;
}

@media screen and (min-width: 768px) {
  .l-product-description h3 {
    font-size: 32px;
    font-weight: normal;
    color: #C19E62;
  }
}

.l-section {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .l-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.l-top__products {
  padding: 132px 0 130px;
}
@media screen and (max-width: 767px) {
  .l-top__products {
    padding: 75px 0 81px;
  }
}

.l-top__works {
  padding: 132px 0 130px;
}
@media screen and (max-width: 767px) {
  .l-top__works {
    padding: 75px 0 81px;
  }
}

.l-top__news {
  padding: 132px 0 130px;
}
@media screen and (max-width: 767px) {
  .l-top__news {
    padding: 75px 0 81px;
  }
}

.c-accordion {
  padding: 5px 24px;
  background: #EBEBEB;
  border-radius: 6px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-accordion {
    padding: 5px 19px;
  }
}

.c-accordion + .c-accordion {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .c-accordion + .c-accordion {
    margin-top: 25px;
  }
}

.c-accordion__inner {
  position: relative;
}

.c-accordion__button {
  position: absolute;
  right: 0;
  top: 8px;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  .c-accordion__button {
    top: 10px;
    width: 15px;
    height: 15px;
  }
}

.c-accordion__button span {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.c-accordion__button span:nth-child(2) {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.c-accordion.is-active .c-accordion__button span:nth-child(1) {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.c-accordion.is-active .c-accordion__button span:nth-child(2) {
  opacity: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.c-accordion__title {
  padding-right: 75px;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 2.2222222222;
}
@media screen and (max-width: 767px) {
  .c-accordion__title {
    font-size: 14px;
    letter-spacing: 0.12em;
  }
}

.c-accordion__text {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.875;
  opacity: 0;
  visibility: hidden;
  height: 0;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-accordion__text {
    font-size: 14px;
    line-height: 2.1428571429;
    letter-spacing: inherit;
  }
}

.c-accordion.is-active .c-accordion__text {
  opacity: 1;
  visibility: visible;
  height: auto;
  padding: 0;
  padding: initial;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .c-accordion.is-active .c-accordion__text {
    margin-top: 18px;
  }
}

.c-button {
  display: inline-block;
  min-width: 272px;
  padding: 1em 0.5em;
  text-align: center;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.1em;
  color: #000;
  border: 3px solid #000;
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .42);
          box-shadow: 0 3px 6px rgba(0, 0, 0, .42);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 767px) {
  .c-button {
    border-width: 2px;
    min-width: 200px;
    font-size: 12px;
    line-height: 1.7083333333;
    padding: 11px 6px;
  }
}

.c-button:hover {
  color: #fff;
  background: #2c2c2c;
  border-color: #fff;
}

.c-button.c-button--black {
  color: #fff;
  background: #2c2c2c;
  border: 3px solid #2c2c2c;
}

.c-button.c-button--black:hover {
  color: #2c2c2c;
  border-color: #2c2c2c;
  background: #fff;
}

.c-button.c-button--cart {
  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: 640px;
  padding: 16px 10px;
  font-size: 17px;
  line-height: 1.5294117647;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #000;
}
@media screen and (max-width: 767px) {
  .c-button.c-button--cart {
    padding: 12px 8px;
    font-size: 12px;
    line-height: 1.7083333333;
  }
}

.c-button.c-button--cart::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 26px;
  margin-right: 10px;
  background: url(../images/common/icon_cart.png) center center/contain no-repeat;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .c-button.c-button--cart::before {
    width: 23px;
    height: 21px;
    margin-right: 14px;
  }
}

.c-button.c-button--cart:hover {
  color: #fff;
  background: #2c2c2c;
  border-color: #fff;
}

.c-button.c-button--cart:hover::before {
  background-image: url(../images/common/icon_cart_white.png);
}

.c-cart-button {
  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: 640px;
  padding: 16px 10px;
  background: #fff;
  border: 3px solid #000;
  border-radius: 8px;
  font-size: 17px;
  line-height: 1.5294117647;
  letter-spacing: 0.1em;
  font-weight: 500;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .42);
          box-shadow: 0 3px 6px rgba(0, 0, 0, .42);
  color: #000;
}
@media screen and (max-width: 767px) {
  .c-cart-button {
    padding: 12px 8px;
    font-size: 12px;
    line-height: 1.7083333333;
    border-width: 2px;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
            box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
  }
}

.c-cart-button:hover {
  color: #000;
  opacity: 0.7;
}

.c-cart-button::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 26px;
  margin-right: 10px;
  background: url(../images/common/icon_cart.png) center center/contain no-repeat;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .c-cart-button::before {
    width: 23px;
    height: 21px;
    margin-right: 14px;
  }
}

.c-category {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  -webkit-column-gap: 18px;
     -moz-column-gap: 18px;
          column-gap: 18px;
  row-gap: 38px;
}
@media screen and (max-width: 767px) {
  .c-category {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 30px;
  }
}

.c-category__link {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-category__img {
  width: 100%;
  aspect-ratio: 1/1;
}

.c-category__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-category__title {
  margin-top: 10px;
  text-align: center;
  font-size: 15px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .c-category__title {
    margin-top: 5px;
    font-size: 14px;
    line-height: 1.6785714286;
  }
}

.c-float-tel {
  display: none;
}
@media screen and (max-width: 1024px) {
  .c-float-tel {
    display: block;
    position: fixed;
    top: 80px;
    max-width: 40px;
    right: 0;
    z-index: 65;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .42);
            box-shadow: 0 3px 6px rgba(0, 0, 0, .42);
  }
}
@media screen and (max-width: 767px) {
  .c-float-tel {
    max-width: 30px;
  }
}

.c-footer-container__header {
  padding: 7px 0;
  font-size: 13px;
  line-height: 2.1538461538;
  letter-spacing: 0.1em;
  font-weight: normal;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .c-footer-container__header {
    font-size: 13px;
    line-height: 2.1153846154;
  }
}

.c-footer-container.c-footer-container--contact .c-footer-container__header {
  border-top: none;
}
@media screen and (max-width: 767px) {
  .c-footer-container.c-footer-container--contact .c-footer-container__header {
    border-top: 1px solid #fff;
  }
}

.c-footer-container.c-footer-container--contact .c-footer-container__body {
  border-bottom: 1px solid #fff;
}

.c-footer-links__item {
  font-size: 13px;
  line-height: 2.1538461538;
  letter-spacing: 0.1em;
  list-style: disc inside;
}
@media screen and (max-width: 767px) {
  .c-footer-links__item {
    font-size: 13px;
    line-height: 2.1153846154;
  }
}

a.c-footer-links__link {
  color: #fff;
}

.c-footer-links__link:hover {
  text-decoration: underline;
}

.c-fotter-contact__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .c-fotter-contact__item {
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
  }
}

.c-fotter-contact__item:nth-child(n+2) {
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .c-fotter-contact__item:nth-child(n+2) {
    margin-top: 40px;
  }
}

.c-fotter-contact__name {
  width: 28%;
  font-size: 13px;
  line-height: 2.1538461538;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-fotter-contact__name {
    margin-top: 2px;
    width: 25%;
  }
}

.c-fotter-contact__info {
  display: contents;
}
@media screen and (max-width: 767px) {
  .c-fotter-contact__info {
    display: block;
  }
}

.c-fotter-contact__tel {
  width: 35%;
  font-size: 21px;
  line-height: 1.9523809524;
  letter-spacing: 0.05em;
  font-family: "Outfit", sans-serif;
}
@media screen and (max-width: 767px) {
  .c-fotter-contact__tel {
    width: 100%;
    font-size: 20px;
    line-height: 1.5;
  }
}

.c-fotter-contact__tel a {
  color: #fff;
}

.c-fotter-contact__time {
  width: 27%;
  font-size: 13px;
  line-height: 2.1538461538;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-fotter-contact__time {
    width: 100%;
    margin-top: 4px;
    line-height: 1.5;
  }
}

.c-fotter-contact__social {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.c-fotter-contact__social a {
  display: block;
  width: 100%;
  max-width: 40px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .c-fotter-contact__social a {
    margin-top: 2px;
    margin-left: auto;
    max-width: 36px;
  }
}

/* モーダル */
.modal-overlay {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, .6);
  bottom: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
@media screen and (max-width: 1024px) {
  .modal-overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.modal-container {
  background-color: #fff;
  max-height: 60vh;
  max-width: 300px;
  overflow-y: auto;
  padding: 12px;
  margin-top: 95px;
  margin-left: auto;
  margin-right: 255px;
  width: 80%;
}
@media screen and (max-width: 1024px) {
  .modal-container {
    margin: 0;
  }
}

.modal-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal-close {
  background: transparent;
  border: 0;
  margin-left: auto;
}

.modal-header .modal-close::before {
  content: "✕";
}

.modal-content {
  margin-top: 4px;
}

.box01 {
  background-color: #ccc;
  height: 200px;
  margin: 0 auto;
  width: 80%;
}

.box02 {
  background-color: #ccc;
  height: 200px;
  margin: 0 auto;
  width: 80%;
}

/* モーダルアニメーション */
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal-overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal-container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal-overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal-container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal-container,
.micromodal-slide .modal-overlay {
  will-change: transform;
}

.c-news-card__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .c-news-card__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
  }
}

.c-news-card__link:hover {
  text-decoration: underline;
}

.c-news-card__img {
  width: 35%;
  margin-right: 4%;
  aspect-ratio: 131/107;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-news-card__img {
    width: 43.59%;
    margin-right: 6.41%;
    aspect-ratio: 245/200;
    width: 100%;
    margin-top: 20px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.c-news-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.c-news-card__link:hover .c-news-card__img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.c-news-card__contens {
  width: 61%;
}
@media screen and (max-width: 767px) {
  .c-news-card__contens {
    width: 50%;
    display: contents;
  }
}

.c-news-card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .c-news-card__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    row-gap: 4px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.c-news-card__category {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.1em;
  padding: 0.3em 0.75em;
  background: #e5e7e8;
  margin-right: 20px;
}

.c-news-card__date {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .c-news-card__date {
    font-size: 13px;
  }
}

h3.c-news-card__title {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.05em;
  color: #2C2C2C;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767px) {
  h3.c-news-card__title {
    font-size: 14px;
    line-height: 1.4642857143;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media screen and (max-width: 767px) {
  .c-news-card__text {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

.c-pagetop {
  width: 100%;
  max-width: 74px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .c-pagetop {
    max-width: 81px;
  }
}

.c-pagetop a img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="6" /><feOffset dx="1" dy="4" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.42)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, .42));
          filter: drop-shadow(0 3px 6px rgba(0, 0, 0, .42));
}
@media screen and (max-width: 767px) {
  .c-pagetop a img {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="5" /><feOffset dx="1" dy="3" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.42)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
    -webkit-filter: drop-shadow(0 2px 5px rgba(0, 0, 0, .42));
            filter: drop-shadow(0 2px 5px rgba(0, 0, 0, .42));
  }
}

.c-product-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 640px;
  padding: 8px 26px;
  background: #ebebeb;
  min-height: 52px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.7142857143;
}
@media screen and (max-width: 767px) {
  .c-product-button {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 12px;
    line-height: 1.4166666667;
  }
}

a.c-product-button,
button.c-product-button {
  color: #2C2C2C;
}

.c-product-button.c-product-button--diactive {
  border: 2px solid #ebebeb;
  background: #fff;
}

.c-product-button.c-product-button--favorite::after {
  display: none;
}

.c-product-button.c-product-button--contact::before {
  background-image: url(../images/common/icon_mail.png);
}

.c-product-button.c-product-button--video::before {
  width: 32px;
  height: 32px;
  background-image: url(../images/common/icon_video.png);
}
@media screen and (max-width: 767px) {
  .c-product-button.c-product-button--video::before {
    width: 19px;
    height: 19px;
  }
}

.c-product-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 640px;
  font-size: 14px;
  line-height: 1.7142857143;
}
@media screen and (max-width: 767px) {
  .c-product-link {
    font-size: 12px;
    line-height: 1.4166666667;
  }
}

a.c-product-link,
button.c-product-link {
  color: #2C2C2C;
}

.c-product-link::before {
  content: "";
  display: inline-block;
  width: 43px;
  height: 43px;
  margin-right: 11px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .c-product-link::before {
    width: 39px;
    height: 39px;
    margin-right: 13px;
  }
}

.c-product-link.c-product-link--postage::before {
  background-image: url(../images/common/icon_track_black.png);
}

.c-product-link.c-product-link--follow::before {
  background-image: url(../images/common/icon_follow_black.png);
}

.c-product-link.c-product-link--syuuhuku::before {
  background-image: url(../images/common/icon_syuuhuku_black.png);
}

.c-product-link.c-product-link--raiten::before {
  background-image: url(../images/common/icon-tentou-uketori.png);
}

.c-product-link.c-product-link--musyou-syuuhuku::before {
  background-image: url(../images/common/icon-musyou.png);
}

.c-shops {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 125px;
}
@media screen and (max-width: 767px) {
  .c-shops {
    grid-template-columns: 1fr;
    gap: 62px;
  }
}

.c-shops__item {
  width: 100%;
}

.c-shops__img {
  width: 100%;
}
.c-shops__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-shops__name {
  margin-top: 24px;
  font-size: 18px;
  line-height: 1.4444444444;
  letter-spacing: 0.05em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .c-shops__name {
    font-size: 15px;
    line-height: 1.28125;
  }
}

.c-shops__info {
  margin-top: 14px;
  font-size: 17px;
  line-height: 1.7647058824;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-shops__info {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.7857142857;
  }
}

.c-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-socials__link {
  display: block;
  width: 100%;
  max-width: 44px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .c-socials__link {
    max-width: 41px;
  }
}

.c-socials__link:nth-child(n+2) {
  margin-left: 9px;
}

.c-socials__link img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

h1.c-title,
h2.c-title {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px 0;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #2C2C2C;
}
@media screen and (max-width: 767px) {
  h1.c-title,
  h2.c-title {
    margin: 40px 0;
    font-size: 13px;
  }
}

h1.c-title.c-title--top,
h2.c-title.c-title--top {
  margin: 30px 0;
}

h1.c-title.c-title--top::before,
h2.c-title.c-title--top::before {
  font-size: 53px;
}
@media screen and (max-width: 767px) {
  h1.c-title.c-title--top::before,
  h2.c-title.c-title--top::before {
    font-size: 45px;
  }
}

h1.c-title::before,
h2.c-title::before {
  content: attr(data-en);
  font-size: 63px;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-family: "minion-pro", serif;
  font-weight: 500;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  h1.c-title::before,
  h2.c-title::before {
    margin-bottom: 8px;
    font-size: 38px;
  }
}

h1.c-title.c-title--white,
h2.c-title.c-title--white {
  color: #fff;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 2.3rem;
}

.c-works-card {
  background: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.c-works-card:has(.c-works-card__link:hover) {
  background: #EBEBEB;
}

.c-works-card__link {
  display: block;
  height: 100%;
}

.c-works-card__inner {
  padding: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .c-works-card__inner {
    padding: 15px 15px 24px;
  }
}

.c-works-card__images {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .c-works-card__images {
    gap: 10px;
  }
}

.c-works-card__img {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.c-works-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.c-works-card__img .text {
  position: absolute;
  top: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, .5);
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 24px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-works-card__img .text {
    top: 2px;
    font-size: 21px;
  }
}

.c-works-card__link:hover .c-works-card__img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.c-works-card__contens {
  width: 100%;
}

.c-works-card__title {
  margin-top: 17px;
  padding-bottom: 20px;
  border-bottom: 1px solid #BFBFBF;
  font-size: 15px;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-works-card__title {
    padding-bottom: 8px;
    font-size: 13px;
    line-height: 1.4642857143;
  }
}

.c-works-card__data {
  margin-top: 27px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .c-works-card__data {
    margin-top: 21px;
    font-size: 13px;
  }
}

.c-works-card__data-title {
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  color: #13337B;
}
@media screen and (max-width: 767px) {
  .c-works-card__data-title {
    display: none;
  }
}

.c-works-card__data-price {
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .c-works-card__data-price {
    margin-top: 0;
  }
}

.c-works-card__data-price .price {
  font-size: 18px;
  letter-spacing: 0.1em;
  font-family: "Outfit", sans-serif;
}
@media screen and (max-width: 767px) {
  .c-works-card__data-price .price {
    font-size: 13px;
  }
}

.c-works-card__data-price .unit {
  font-size: 15px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-works-card__data-price .unit {
    font-size: 12px;
  }
}

/*ヘッダー*/
.fs-l-header,
.fs-l-footer {
  display: contents;
}

/*商品ページ*/
.product_midashi {
  display: block;
  font-weight: bold;
}

/* メイン */
.fs-l-main {
  max-width: 1270px;
  padding-left: 35px;
  padding-right: 35px;
}

/* パンクズ */
.fs-c-breadcrumb {
  max-width: 1270px;
  padding: 0 35px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
}

/* 商品画像 */
.fs-c-productMainImage {
  border: 1px solid #DDDDDD;
  padding-top: 44px;
  margin-bottom: 22px !important;
}

.fs-c-productMainImage__image {
  padding: 0 44px;
}

.fs-c-productMainImage__image img {
  aspect-ratio: 1/1;
}

.fs-c-button--plain.fs-c-button--viewExtendedImage::before {
  color: #2c2c2c;
}

/* 商品画像 SP */
@media screen and (max-width: 767px) {
  .fs-c-slick.slick-slider {
    padding: 20px 20px 0 20px;
    border: 1px solid #DDDDDD;
    border-bottom: none;
  }
}

@media screen and (max-width: 767px) {
  .fs-c-slick.slick-slider + .fs-c-buttonContainer {
    border: 1px solid #DDDDDD;
    border-top: none;
  }
}

/* 商品画像　サムネ */
.fs-c-productThumbnail {
  gap: 20px;
}

.fs-c-productThumbnail__image {
  margin: 0;
  -ms-flex-preferred-size: 90px;
      flex-basis: 90px;
}

.fs-c-productThumbnail__image > img {
  aspect-ratio: 1/1;
}

/* 商品画像　サムネ SP */
@media screen and (max-width: 767px) {
  .fs-c-productCarouselMainImage__thumbnailList {
    margin-top: 16px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .fs-c-productCarouselMainImage__thumbnail {
    aspect-ratio: 1/1;
  }
}

@media screen and (max-width: 767px) {
  .fs-c-productCarouselMainImage__thumbnail__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media screen and (max-width: 767px) {
  .fs-c-productMainImage {
    padding-top: 39px;
    margin-bottom: 15px !important;
  }
  .fs-c-productMainImage__image {
    padding: 0 39px;
  }
  .fs-c-buttonContainer {
    padding-bottom: 3px;
  }
  .fs-c-productThumbnail {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-y: auto;
    padding-bottom: 21px;
    gap: 21px;
  }
  .fs-c-productThumbnail__image {
    -ms-flex-preferred-size: 51px;
        flex-basis: 51px;
  }
}
.fs-c-productNumber {
  border: none;
}

@media screen and (max-width: 767px) {
  .fs-p-productDescription--full,
  .fs-p-productDescription--short,
  #product_store,
  #product_materials,
  #product_size,
  #product_age {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #DDDDDD;
  }
}

@media screen and (max-width: 767px) {
  .fs-p-productDescription--full {
    padding-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .fs-p-productDescription--short,
  #product_materials,
  #product_size,
  #product_age {
    display: none;
  }
}
.fs-c-productPrice__main {
  display: contents;
}

.fs-c-productPrice__main__label {
	
  font-size: 12px;
  line-height: 1.7142857143;
   margin-right: 5px;
　color: #C19E62;　	

}
@media screen and (max-width: 767px) {
  .fs-c-productPrice__main__label {
    margin-right: 5px;
    display: inline-block;
    font-size: 10px;
  }
}

.fs-c-productPrice__main__price {
  font-family: "Outfit", sans-serif;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .fs-c-productPrice__main__price {
    font-size: 16px;
  }
}

.fs-c-productPrice__addon {
  font-size: 11px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .fs-c-productPrice__addon {
    font-size: 11px;
  }
}

.fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed)::before {
  content: "（";
}

.fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed)::after {
  content: "）";
}

.fs-p-snsArea {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media screen and (max-width: 767px) {
  .fs-p-snsArea {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-hamburger {
  display: none;
}
@media screen and (max-width: 1024px) {
  .p-hamburger {
    display: block;
    width: 30px;
    height: 30px;
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 70;
  }
}

.p-hamburger span {
  width: 26px;
  height: 1px;
  background: #000;
  position: absolute;
}

.fs-body-top .p-hamburger span {
  background: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
}

.p-hamburger.is-active span {
  background: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
}

.p-hamburger span {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p-hamburger span:first-child {
  top: 10px;
}

.p-hamburger span:last-child {
  bottom: 10px;
}

.p-hamburger.is-active span:first-child {
  top: 50%;
  -webkit-transform: translateX(-50%) rotate(30deg);
          transform: translateX(-50%) rotate(30deg);
}

.p-hamburger.is-active span:last-child {
  top: 50%;
  -webkit-transform: translateX(-50%) rotate(-30deg);
          transform: translateX(-50%) rotate(-30deg);
}

.p-news-list {
display:block !important;
  padding: 44px;
}
@media screen and (max-width: 767px) {
  .p-news-list {
    grid-template-columns: 1fr;
    padding: 28px 22px;
  }
}

.p-news-list__item {
  padding: 28px 0;
}
@media screen and (max-width: 767px) {
  .p-news-list__item {
    padding: 17px 0;
  }
}

.p-news-list__item:nth-child(-n+2) {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .p-news-list__item:nth-child(-n+2) {
    padding-top: 17px;
  }
}

.p-news-list__item:nth-last-child(-n+2) {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-news-list__item:nth-last-child(-n+2) {
    padding-bottom: 17px;
  }
}

@media screen and (max-width: 767px) {
  .p-news-list__item:nth-child(-n+1) {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-news-list__item:nth-last-child(-n+1) {
    padding-bottom: 0;
  }
}

.p-news-list__item:nth-child(n+3) {
  border-top: 1px solid #CBCBCB;
}

@media screen and (max-width: 767px) {
  .p-news-list__item:nth-child(n+2) {
    border-top: 1px solid #CBCBCB;
  }
}

.p-product-tabs {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  width: 100%;
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .p-product-tabs {
    grid-template-columns: repeat(3, 1fr);
    gap: 17px;
    margin-bottom: 36px;
  }
}

.p-product-tabs__item {
  cursor: pointer;
  display: inline-block;
  padding: 15px 4px;
  text-align: center;
  font-size: 14px;
  border: 1px solid #C19E62;
  position: relative;
  color: #3e3a39;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-product-tabs__item {
    font-size: 16px;
    padding: 16px 10px;
  }
}

.p-product-tabs__item span {
  display: inline-block;
}

.p-product-tabs__item.is-active {
  background: #C19E62;
  color: #fff;
}

.p-product-tabs__item.is-active::before {
  content: "";
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 10px solid #C19E62;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}

.p-sale-info {
  width: 53.7vw;
  max-width: 403px;
  height: 97px;
  background: -webkit-gradient(linear, left top, right top, from(#2c2c2c), color-stop(14.78%, #000), to(#6c6c6c));
  background: linear-gradient(to right, #2c2c2c 0%, #000 14.78%, #6c6c6c 100%);
}

.p-sale-info__inner {
  padding: 20px 14px;
}

.p-sale-info__inner,
.swiper.p-sale-info__swiper,
.p-sale-info__swiper .swiper-wrapper {
  height: 100%;
}

.p-sale-info__link {
  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;
}

.p-sale-info__link:hover {
  text-decoration: underline;
}

.p-sale-info__date {
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  color: #fff;
}

h3.p-sale-info__title {
  margin-top: 6px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.5769230769;
  letter-spacing: 0.1em;
  color: #fff;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.p-top-about__title {
  padding: 86px 0;
  background: url(../images/top/bg_section.jpg) center center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .p-top-about__title {
    padding: 60px 0;
    background-image: url(../images/top/bg_section_sp.jpg);
  }
}

.p-top-about__contents {
  padding: 47px 0 292px;
  background-image: url(../images/top/bg_about_products.png), url(../images/top/bg_about.png);
  background-position: left -78px bottom 36px, center center;
  background-size: 1611px 167px, cover;
  background-repeat: repeat-x, no-repeat;
}
@media screen and (max-width: 767px) {
  .p-top-about__contents {
    padding: 43px 0 210px;
    background-image: url(../images/top/bg_about_products_sp.png), url(../images/top/bg_about_sp.png);
    background-position: left -43px bottom 29px, center center;
    background-size: 470px 131px, cover;
  }
}

.p-top-about__text {
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 17px;
  line-height: 2.8235294118;
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-top-about__text {
    font-size: 13px;
    line-height: 2.6153846154;
  }
}

.p-top-about__button {
  margin-top: 46px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-about__button {
    margin-top: 28px;
  }
}

.p-top-about__separate {
  min-height: 250px;
  background: url(../images/top/bg_section.jpg) center center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .p-top-about__separate {
    background-image: url(../images/top/bg_section_sp.jpg);
    min-height: 118px;
  }
}

@-webkit-keyframes anime {
  0% {
    opacity: 0;
  }
  8% { /* (3s / 36s * 100%) */
    opacity: 1;
  }
  17% { /* (6s / 36s * 100%) */
    opacity: 1;
  }
  25% { /* (9s / 36s * 100%) */
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1); /* 拡大率 */
    z-index: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes anime {
  0% {
    opacity: 0;
  }
  8% { /* (3s / 36s * 100%) */
    opacity: 1;
  }
  17% { /* (6s / 36s * 100%) */
    opacity: 1;
  }
  25% { /* (9s / 36s * 100%) */
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1); /* 拡大率 */
    z-index: 1;
  }
  100% {
    opacity: 0;
  }
}
.p-top-mainview__hero {
  height: 670px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-top-mainview__hero {
    max-height: 100vh;
  }
}

.p-top-mainview__img {
  z-index: 2;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: anime 36s 0s infinite;
  animation: anime 36s 0s infinite;
}
.p-top-mainview__img:nth-of-type(2) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
.p-top-mainview__img:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}
.p-top-mainview__img:nth-of-type(4) {
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}
.p-top-mainview__img:nth-of-type(5) {
  -webkit-animation-delay: 24s;
  animation-delay: 24s;
}
.p-top-mainview__img:nth-of-type(6) {
  -webkit-animation-delay: 30s;
  animation-delay: 30s;
}

.p-top-mainview__copy {
  background: url(../images/top/bg_copy.jpg) center center/cover no-repeat;
  padding: 0 20px;
  position: relative;
  min-height: 320px;
  display: grid;
  place-content: center;
}
@media screen and (max-width: 767px) {
  .p-top-mainview__copy {
    background-image: url(../images/top/bg_copy_sp.jpg);
    min-height: 260px;
  }
}

.p-top-mainview__sale-info {
  position: absolute;
  bottom: 42px;
  right: 0;
  z-index: 10;
}

.p-top-mainview__text {
  color: #fff;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 17px;
  line-height: 2.8235294118;
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-top-mainview__text {
    font-size: 13px;
    line-height: 2.6153846154;
  }
}

.p-top-news {
  background: url(../images/top/bg_news.jpg) center center/cover;
}
@media screen and (max-width: 767px) {
  .p-top-news {
    background-position: 10% center;
  }
}

.p-top-news__contens {
  margin-top: 40px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-top-news__contens {
    margin-top: 26px;
  }
}

.p-top-news__button {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-news__button {
    margin-top: 27px;
  }
}

.p-top-products {
  background: url(../images/top/bg_products.png) center center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .p-top-products {
    background-image: url(../images/top/bg_products_sp.png);
  }
}

.p-top-products__categorys {
  margin-top: 55px;
  max-width: 1017px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-top-products__categorys {
    margin-top: 38px;
    margin-right: -13px;
    margin-left: -13px;
  }
}

.p-top-products__button {
  margin-top: 35px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-products__button {
    margin-top: 50px;
  }
}

.p-top-shop {
  padding: 132px 0 130px;
  background: url(../images/top/bg_shop.jpg) center center/cover;
}
@media screen and (max-width: 767px) {
  .p-top-shop {
    padding: 75px 0 81px;
    background-image: url(../images/top/bg_shop_sp.jpg);
  }
}

.p-top-shop__contens {
  margin-top: 60px;
  max-width: 890px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-top-shop__contens {
    margin-top: 34px;
  }
}

.p-top-works {
  background: url(../images/top/bg_works.jpg) center center/cover;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top-works {
    background-image: url(../images/top/bg_works_sp.jpg);
  }
}

.p-top-works__slide {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-top-works__slide {
    margin-top: 33px;
  }
}

.p-top-works__button {
  margin-top: 76px;
  text-align: center;
}

.swiper.p-works-swiper {
  overflow: visible;
}

.p-works-swiper .swiper-slide {
  width: 544px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-works-swiper .swiper-slide {
    width: 270px;
  }
}

.p-works-swiper .swiper-slide > * {
  height: 100%;
}

.p-works-swiper.swiper-horizontal > .swiper-scrollbar,
.p-works-swiper .swiper-scrollbar.swiper-scrollbar-horizontal {
  width: 217px;
  height: 1px;
  background: #fff;
  bottom: -38px;
}
@media screen and (max-width: 767px) {
  .p-works-swiper.swiper-horizontal > .swiper-scrollbar,
  .p-works-swiper .swiper-scrollbar.swiper-scrollbar-horizontal {
    width: 180px;
    bottom: -33px;
  }
}

.p-works-swiper .swiper-scrollbar-drag {
  top: -3px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 7px;
  background: #9d9d9d;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .p-works-swiper .swiper-scrollbar-drag {
    height: 6px;
  }
}

.img-center {
  margin: 0 auto;
  text-align: center;
}

.txt-left {
  text-align: left;
}

.txt-right {
  text-align: right;
}

.u-border {
  border: 1px solid #DDDDDD;
}

.u-border--top {
  border-bottom: 1px solid #DDDDDD;
}

.u-border--bottom {
  border-bottom: 1px solid #DDDDDD;
}

.u-display--ib {
  display: inline-block;
}

/* フォント */
.u-font--en {
  font-family: "minion-pro", serif;
}

.u-font--bold {
  font-weight: bold;
}

.u-font--red {
  color: #BC491E;
}

.u-font--navy {
  color: #13337B;
}

/* margin-top */
.u-mt-120 {
  margin-top: 120px;
}

.u-mt-100 {
  margin-top: 100px;
}

.u-mt-80 {
  margin-top: 80px;
}

.u-mt-60 {
  margin-top: 60px;
}

.u-mt-40 {
  margin-top: 40px;
}

.u-mt-20 {
  margin-top: 20px;
}

.u-mt-0 {
  margin-top: 0;
}

/* margin-bottom */
.u-mb-120 {
  margin-bottom: 120px;
}

.u-mb-100 {
  margin-bottom: 100px;
}

.u-mb-80 {
  margin-bottom: 80px;
}

.u-mb-60 {
  margin-bottom: 60px;
}

.u-mb-40 {
  margin-bottom: 40px;
}

.u-mb-20 {
  margin-bottom: 20px;
}

.u-mb-0 {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .u-pc-only {
    display: none;
  }
}

.u-sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp-only {
    display: block;
  }
}

.fs-c-productPrice__main__price {
    font-family: "Outfit", sans-serif;
    font-size: 1.8rem;
}


/*# sourceMappingURL=styles.css.map */
