@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
/* -----------------------------------------------
common
----------------------------------------------- */
html,
body {
  width: 100%;
  overflow-x: hidden;
  position: relative;
}
body {
  color: #000;
  /* font-family: "yu-gothic-pr6n", sans-serif; */
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
.font__oswald {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.font__shuei {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.parts__hidden {
  display: none!important;
}
.inner__wrap {
  margin-inline: auto;
}
.sec__heading h2 {
  text-align: center;
  font-weight: bold;
}
.sec__heading h2.font__oswald,
.sec__heading h2 .font__oswald {
  font-weight: normal;
}
.link__btn {
  background-color: #fff;
  border: 1px solid #000;
  display: flex;
	justify-content: center;
	align-items: center;
  margin: 0 auto;
  position: relative;
}
.link__btn::after {
  content: '';
  aspect-ratio: 6/8;
  background-color: #000;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}

.fs-p-heading--lv2 {
  display: none;
}
button {
  color: inherit;
}

@media (max-width: 767px) {
  .pc__only {
    display: none;
  }
  .inner__wrap {
    width: 89.33%;
  }
  .sec__heading h2 {
    font-size: 28px;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .sec__heading h2.font__oswald,
  .sec__heading h2 .font__oswald {
    font-size: 28px;
    letter-spacing: 0.1em;
  }
  .sec__heading.small h2 {
    font-size: 20px;
  }
  .link__btn {
    width: 74.62%;
    height: 50px;
    padding-inline: 30px;
  }
  .link__btn span {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  .link__btn::after {
    width: 6px;
    right: 15px;
  }
}

@media (min-width: 768px) {
  .sp__only {
    display: none;
  }
  .inner__wrap {
    width: 100%;
    max-width: calc(1120px + 40px);
    padding: 0 20px;
  }
  .page__top__wrap {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap-reverse;
  }
  .sec__heading h2 {
    font-size: 30px;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .sec__heading h2.font__oswald,
  .sec__heading h2 .font__oswald {
    font-size: 30px;
    letter-spacing: 0.1em;
  }
  .sec__heading.small h2 {
    font-size: 24px;
  }
  .link__btn {
    width: 280px;
    max-width: 100%;
    height: 60px;
    padding-inline: 30px;
  }
  .link__btn span {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  .link__btn::after {
    width: 6px;
    right: 21px;
  }
}

@media (any-hover: hover) {
  a,
  button {
    transition: all .3s;
  }
  a:hover,
  button:hover {
    opacity: 0.8;
  }
}

/* -----------------------------------------------
important__news
----------------------------------------------- */
.important__news {
  background-color: #000000;
}
.important__news .inner__wrap {
  height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.important__news p {
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  .important__news .inner__wrap {
    min-height: 25px;
  }
  .important__news p {
    font-size: 12px;
    line-height: 1.55;
  }
}

@media (min-width: 768px) {
  .important__news {
    order: -1;
  }
  .important__news .inner__wrap {
    min-height: 40px;
  }
  .important__news p {
    font-size: 18px;
    line-height: 1.55;
  }
}

/* -----------------------------------------------
header
----------------------------------------------- */
header {
  background-color: #fff;
}
header a {
  display: block;
}
.header__nav__top {
  display: flex;
	justify-content: flex-end;
	align-items: center;
}
.header__nav__top ul {
  display: flex;
	justify-content: flex-start;
	align-items: center;
}
.header__nav__top .search__form__wrap form {
  position: relative;
}
.header__nav__top .search__form__wrap input {
  background-color: #EEEEEE;
  border-radius: 50vh;
  border: none;
  display: block;
}
.header__nav__top .search__form__wrap input::placeholder {
  color: #888888;
}
.header__nav__top .search__form__wrap input:focus {
  box-shadow: none;
}
.header__nav__top .search__form__wrap button {
  aspect-ratio: 18/32;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  background: url(../img/common/icon_search.svg) center / contain no-repeat;
  border: none;
}
.header__nav__top .cart a {
  position: relative;
  z-index: 1;
}
.header__nav__top .cart .fs-client-cart-count {
  aspect-ratio: 1 / 1;
  background-color: #B49266;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
}
.header__nav__wrap .nav__acc__content__wrap {
  display: none;
}
.header__nav__wrap button {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
}

@media (max-width: 767px) {
  /* スクロール */
  body {
    padding-top: 46px;
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    transition: transform 0.5s;
  }
  header.hide {
    transform: translateY(-100%);
  }
  

  .header__inner {
    height: 100%;
  }
  .header__inner .header__top {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header__logo {
    width: 102px;
    margin-left: -7px;
  }
  .header__nav__top .search {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .header__nav__top .search__button {
    background: none;
    border: none;
    padding: 6px 3px;
  }
  .header__nav__top .search__button img {
    height: 28px;
  }
  .header__nav__top .search__form__wrap {
    display: none;
  }
  .header__serach__open .header__nav__top .search__form__wrap {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 10;
    background: rgba(0, 0, 0, .5);
    padding: 10px 0;
  }
  .header__nav__top .search__form__wrap input {
    width: 89.33%;
    height: 35px;
    font-size: 14px;
    line-height: 1;
    padding-inline: 20px 40px;
    display: block;
    margin-inline: auto;
  }
  .header__nav__top .search__form__wrap button {
    width: 16px;
    right: 32px;
  }
  .header__nav__top ul {
    margin-inline: 4px 32px;
    gap: 0 4px;
  }
  /* .header__nav__top li:last-child {
    margin-left: -10px;
  } */
  .header__nav__top li a {
    padding: 6px 3px;
  }
  .header__nav__top li img {
    height: 18px;
  }
  .header__nav__top .cart .fs-client-cart-count {
    width: 16px;
    font-size: 10px;
    line-height: 1;
    top: -4px;
    right: -5px;
  }

  /* ハンバーガー */
  header {
    /* position: relative; */
    width: 100%;
    height: 46px;
  }
  html:has(body.menu__open),
  body.menu__open {
    height: 100%;
    overflow: hidden;
  }
  #nav__toggle {
    width: 46px;
    height: 46px;
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 10;
    background: none;
    border: none;
    padding: 0;
  }
  #nav__toggle span {
    width: 22px;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    background: #000000;
    position: absolute;
    transition: transform .6s ease-in-out, top .5s ease;
  }
  #nav__toggle span:nth-child(1) {
    top: 15px;
  }
  #nav__toggle span:nth-child(2) {
    top: 23px;
  }
  #nav__toggle span:nth-child(3) {
    top: 31px;
  }
  body.menu__open #nav__toggle span:nth-child(1) {
    top: 23px;
    transform: translateX(-50%) rotate(45deg);
  }
  body.menu__open #nav__toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  body.menu__open #nav__toggle span:nth-child(3) {
    top: 23px;
    transform: translateX(-50%) rotate(-45deg);
  }
  .header__nav__wrap {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transition: all 0.5s;
    width: 77.33%;
    height: calc(100svh - 46px);
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0 calc(50% - 50vw);
    /* padding: 30px 6.9% 150px; */
    overflow-y: scroll;
    z-index: 9;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  .header__nav__wrap > nav {
    overflow-x: hidden;
    padding: 30px 6.9% 150px;
  }
  .header__nav__close {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    width: 100vw;
    height: calc(100svh - 46px);
    position: absolute;
    top: 100%;
    left: 0;
    background: rgba(0, 0, 0, .4);
    z-index: 8;
  }
  body.menu__open .header__nav__wrap,
  body.menu__open .header__nav__close {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }


  .header__nav__wrap li  + li {
    border-top: 1px solid #EAEAEA;
  }
  .header__nav__wrap li button {
    display: block;
    width: 100%;
    text-align: left;
  }
  .header__nav__wrap li :is(button, a) {
    padding: 15px 16px 16px 0;
    line-height: 1;
    position: relative;
    color: #000;
  }
  .header__nav__wrap li:has(.font__oswald) :is(button, a) {
    padding: 17px 20px 18px 0;
  }
  .header__nav__wrap li a::after {
    content: '';
    width: 6px;
    height: 8px;
    background-color: #000;
    clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
    position: absolute;
    top: 50%;
    right: 0;
    translate: 0 -50%;
  }
  .header__nav__wrap li button::before {
    content: '';
    width: 1px;
    height: 18px;
    background-color: #000;
    position: absolute;
    top: 50%;
    right: 9px;
    translate: 0 -50%;
  }
  .header__nav__wrap li.nav__acc__open button::before {
    content: none;
  }
  .header__nav__wrap li button::after {
    content: '';
    width: 18px;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 50%;
    right: 0;
    translate: 0 -50%;
  }
  .header__nav__wrap li i {
    font-style: normal;
  }

  /* user__contents */
  .header__nav__wrap .user__name {
    font-size: 14px;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
  }
  .header__nav__wrap .login {
    margin-top: 17px;
  }
  .header__nav__wrap .login a {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #000;
  }
  .header__nav__wrap .login span {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .header__nav__wrap .login span::before {
    content: '';
    width: 16px;
    height: 19px;
    background: url(../img/common/icon_mypage.svg) center / contain no-repeat;
    margin-right: 20px;
  }
  .header__nav__wrap .login .text__login.true {
    display: none;
  }
  .header__nav__wrap .login .text__mypage.false {
    display: none;
  }
  .header__nav__wrap .user__contents ul {
    margin-top: 15px;
  }
  .header__nav__wrap .user__contents li span {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .header__nav__wrap .user__contents li span::before {
    content: '';
    width: 22px;
    height: 19px;
    margin-right: 15px;
  }
  .header__nav__wrap .cart span::before {
    background: url(../img/common/icon_cart_width.svg) center / contain no-repeat;
  }
  .header__nav__wrap .recommend span::before {
    background: url(../img/common/icon_recommend_width.svg) center / contain no-repeat;
  }
  .header__nav__wrap .history span::before {
    background: url(../img/common/icon_history_width.svg) center / contain no-repeat;
  }

  /* header__nav */
  .header__nav {
    margin-top: 24px;
  }
  .header__nav strong {
    position: relative;
    height: 30px;
    font-size: 14px;
    letter-spacing: 0.05em;
    font-weight: normal;
    color: #888888;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .header__nav strong::after {
    content: '';
    width: 100vw;
    height: 100%;
    background: #F5F5F5;
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50% 0;
    z-index: -1;
  }
  .header__nav ul + strong {
    margin-top: 26px;
  }
  .nav__acc__open .nav__acc__content__wrap {
    padding-left: 1em;
    display: block;
  }
  .header__nav .nav__acc__open  button {
    border-bottom: 1px solid #EAEAEA;
  }
  .header__nav .nav__acc__content li br {
    display: none;
  }
}

@media (min-width: 768px) {
  /* .header__inner {
    position: relative;
  } */
  .header__top {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    height: 100px;
  }
  .header__logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: -7px;
    width: 240px;
  }
  .header__nav__top {
    flex: 1;
  }
  .header__nav__top .search__form__wrap input {
    width: 250px;
    height: 42px;
    font-size: 14px;
    line-height: 1;
    padding-inline: 20px 40px;
  }
  .header__nav__top .search__form__wrap button {
    width: 16px;
    right: 19px;
  }
  .header__nav__top ul {
    margin-inline: 23px 8px;
    gap: 0 6px;
  }
  .header__nav__top li:last-child {
    margin-left: -10px;
  }
  .header__nav__top li a {
    padding: 6px;
  }
  .header__nav__top li img {
    height: 32px;
  }
  .header__nav__top .cart .fs-client-cart-count {
    width: 20px;
    font-size: 12px;
    line-height: 1;
    top: -5px;
    right: -7px;
  }

  /* スクロール */
  header {
    min-height: 180px;
  }
  body.scroll .header__nav__wrap.pc__only {
  position: fixed;
  background: #fff;
  width: 100vw;
  top: 0;
  left: 50%;
  translate: -50% 0;
  box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
  }

  .header__nav__wrap.pc__only {
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 10;
  }
  .header__nav__wrap.pc__only nav {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: relative;
  }
  .header__nav__wrap.pc__only nav > ul {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: min(1.38vw, 16px);
    line-height: 1.5;
    letter-spacing: 0.03em;
  }
  .header__nav__wrap.pc__only nav > ul:first-child {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
  }
  .header__nav__wrap.pc__only nav > ul:last-child {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
  }
  .header__nav__wrap.pc__only nav ul:not(.nav__acc__content) > li {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header__nav__wrap.pc__only nav ul:not(.nav__acc__content) > li > :is(a, button) {
    padding: 0.5em 1.25em;
    margin-inline: 1.25em;
    position: relative;
    line-height: 1;
  }
  .header__nav__wrap.pc__only nav ul:not(.nav__acc__content) > li:hover > :is(a, button) {
    background-color: #000;
    color: #fff;
  }
  .header__nav__wrap.pc__only nav ul:not(.nav__acc__content) > li > :is(a, button)::before {
    content: '';
    width: 1px;
    height: 24px;
    background-color: #AAAAAA;
    position: absolute;
    top: 50%;
    left: -1.25em;
    translate: 0 -50%;
  }
  .header__nav__wrap.pc__only nav > ul:not(.nav__acc__content):first-child li:first-child :is(a, button)::before {
    content: none;
  }

  /* メガメニュー */
  .header__nav__wrap .nav__acc__wrap:hover .nav__acc__content__wrap {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    /* translate: -50% 0; */
    /* width: calc(100vw - 15px); */
    /* height: min(59.31vw, 688px); */
    max-height: calc(100vh - 100px - 80px - 40px);
    z-index: 1;
    overflow-y: auto;
    background-color: #fff;
    padding: 0 5px;
  }
  .scroll .header__nav__wrap .nav__acc__wrap:hover .nav__acc__content__wrap {
    max-height: calc(100vh - 80px);
  }
  .header__nav__wrap .nav__acc__wrap:hover .nav__acc__content {
    width: 100%;
    max-width: calc(1000px + 40px);
    padding: 0 20px;
    margin-inline: auto;
    display: grid;
    grid-template-columns: repeat(3, min(18.96vw, 220px));
    grid-template-rows: repeat(3, 1fr);
    gap: 5px min(0.43vw, 5px);
    padding: 10px 0 5px;
    border-top: 5px solid #000;
  }
  /* .header__nav__wrap .nav__acc__wrap:hover .nav__acc__content__wrap::before {
    content: '';
    width: 100%;
    height: 5px;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
  }
  .header__nav__wrap .nav__acc__wrap:hover .nav__acc__content__wrap::after {
    content: '';
    width: 100vw;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50% 0;
    z-index: -1;
  } */
  .header__nav__wrap .nav__acc__wrap:hover .nav__acc__content li {
    position: relative;
  }
  .header__nav__wrap .nav__acc__wrap:hover .nav__acc__content li a {
    display: block;
  }
  .header__nav__wrap .nav__acc__wrap:hover .nav__acc__content li picture {
    position: relative;
  }
  .header__nav__wrap .nav__acc__wrap:hover .nav__acc__content li picture::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    position: absolute;
    top: 0;
    left: 0;
  }
  .header__nav__wrap .nav__acc__wrap:hover .nav__acc__content li span {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    translate: 0 -50%;
    color: #fff;
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: 0.05em;
    font-weight: bold;
  }
}

/* -----------------------------------------------
to__top
----------------------------------------------- */
.to__top a {
  background-color: #000;
  display: flex;
	justify-content: center;
	align-items: center;
}
.to__top a span {
  color: #fff;
  display: flex;
	justify-content: center;
	align-items: center;
}
.to__top a span::after {
  content: '';
  aspect-ratio: 1/1;
  rotate: -45deg;
}

@media (max-width: 767px) {
  .to__top a {
    height: 50px;
  }
  .to__top a span {
    font-size: 14px;
    line-height: 1;
  }
  .to__top a span::after {
    width: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    margin-left: 13px;
    margin-top: 5px;
  }
}

@media (min-width: 768px) {
  .to__top a {
    height: 48px;
  }
  .to__top a span {
    font-size: 14px;
    line-height: 1;
  }
  .to__top a span::after {
    width: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    margin-left: 13px;
    margin-top: 5px;
  }
}

/* -----------------------------------------------
footer
----------------------------------------------- */
.footer__fx a {
  display: block;
}
.footer__nav dt {
  position: relative;
}
.footer__nav dt::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: -1;
}
.footer__nav dt span {
  background-color: #fff;
  padding-right: 0.5em;
  display: inline-block;
}

@media (max-width: 767px) {
  .footer__fx {
    padding: 34px 0 18px;
  }
  .footer__nav div + div {
    margin-top: 48px;
  }
  .footer__nav dt {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  .footer__nav dd {
    margin-top: 16px;
    font-size: 12px;
    line-height: 1.5;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0 25px;
  }
  .footer__nav dd ul:first-child {
    width: 120px;
  }
  .footer__nav dd li + li {
    margin-top: 0.3em;
  }
  .footer__nav dd li a {
    padding: 0.5em 0;
  }
  .footer__logo {
    margin-top: 30px;
  }
  .footer__logo a {
    width: 120px;
    margin-inline: auto;
  }
  footer .copyright {
    text-align: center;
    margin-top: 8px;
  }
  footer .copyright small {
    font-size: 10px;
    line-height: 1.5;
  }
}

@media (min-width: 768px) {
  footer {
    padding-bottom: 20px;
  }
  .footer__fx {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 50px 20px;
    padding: 44px 0 0;
  }
  .footer__nav {
    width: 742px;
  }
  .footer__nav dl {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0 20px;
  }
  .footer__nav dl > div:first-child {
    width: 256px;
  }
  .footer__nav dl > div:nth-child(2) {
    width: 406px;
  }
  .footer__nav dt {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  .footer__nav dd {
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.5;
  }
  .footer__nav dl > div:nth-child(2) dd {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0 15px;
  }
  .footer__nav dl > div:nth-child(1) dd ul + ul {
    margin-top: 1.5em;
  }
  .footer__nav dd li + li {
    margin-top: 1.5em;
  }
  .footer__nav dd li a {
    padding: 0.5em 0;
  }
  .footer__logo {
    width: 240px;
  }
  footer .copyright {
    text-align: center;
    margin-top: 10px;
  }
  footer .copyright small {
    font-size: 12px;
    line-height: 1.5;
  }
}

/* -----------------------------------------------
recommend
----------------------------------------------- */


@media (max-width: 767px) {
  .fr3-productListStatic__responsive_4 {
    padding: 0!important;
  }
  .fr3-item__productName {
    font-size: 14px!important;
    line-height: 1.28!important;
    overflow: hidden!important;
    display: -webkit-box!important;
    -webkit-box-orient: vertical!important;
    -webkit-line-clamp: 3!important;
  }
  .fr3-item__productPrice__price {
    font-size: 14px!important;
    line-height: 1!important;
    gap: 0!important;
  }
  .fr3-item__productPrice__addon {
    font-size: 14px!important;
  }
}

@media (min-width: 768px) {
  .fr3-productListStatic__responsive_4 {
    padding: 0!important;
  }
  .fr3-item__productName {
    font-size: 14px!important;
    line-height: 1.85!important;
    overflow: hidden!important;
    display: -webkit-box!important;
    -webkit-box-orient: vertical!important;
    -webkit-line-clamp: 3!important;
  }
  .fr3-item__productPrice__price {
    font-size: 14px!important;
    line-height: 1!important;
    gap: 0!important;
  }
  .fr3-item__productPrice__addon {
    font-size: 14px!important;
  }
}

/* -----------------------------------------------
category__wrap
----------------------------------------------- */
.category__tab__btn {
  position: relative;
}
.category__tab__btn::after {
  content: '';
  width: 100%;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
}
.category__tab__btn button {
  border: 1px solid #000;
  background: #fff;
  padding: 0;
}
.category__tab__btn button.tab__active {
  background: #000;
  color: #fff;
}
.category__content:not(.tab__active) {
  display: none;
}
.category__content ul {
  display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
}
.category__content li {
  position: relative;
}
.category__content li a {
  display: block;
}
.category__content li picture {
  position: relative;
}
.category__content li picture::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .4);
  position: absolute;
  top: 0;
  left: 0;
}
.category__content li strong {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  color: #fff;
  font-weight: bold;
}

@media (max-width: 767px) {
  .category__wrap {
    padding: 82px 0 0;
  }
  .category__content__wrap {
    margin: 28px auto 0;
  }
  .category__tab__btn {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
  }
  .category__content ul {
    gap: 5px 1.49%;
  }
  .category__tab__btn li {
    width: 31.34%;
    max-width: 105px;
  }
  .category__tab__btn li + li {
    margin-left: 10px;
  }
  .category__tab__btn button {
    width: 100%;
    height: 40px;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  .category__content {
    margin-top: 10px;
    aspect-ratio: 1 / 1;
  }
  .category__content li {
    width: 32.23%;
  }
  .category__content li strong {
    font-size: 3.73vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }

  /* 商品ページ、グループページ */
  :is(.fs-body-product, .fs-body-category) .category__wrap {
    padding-bottom: 100px;
  }
}

@media (min-width: 768px) {
  .category__wrap {
    padding: 149px 0 100px;
  }
  .category__content__wrap {
    margin: 60px auto 0;
    width: 900px;
    max-width: 100%;
  }
  .category__tab__btn {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
  }
  .category__tab__btn li + li {
    margin-left: 10px;
  }
  .category__tab__btn button {
    width: 130px;
    height: 40px;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  .category__content {
    margin-top: 15px;
    aspect-ratio: 1 / 1;
  }
  .category__content ul {
    gap: 10px 1.11%;
  }
  .category__content li {
    width: 32.55%;
  }
  .category__content li strong {
    font-size: min(2.06vw, 24px);
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  /* 商品ページ、グループページ */
  :is(.fs-body-product, .fs-body-category) .category__wrap {
    padding-bottom: 203px;
  }
  :is(.fs-body-product, .fs-body-category) .category__content__wrap {
    margin: 50px auto 0;
    width: 100%;
  }
  :is(.fs-body-product, .fs-body-category) .category__content {
    height: min(38.45vw, 446px);
    aspect-ratio: auto;
  }
  :is(.fs-body-product, .fs-body-category) .category__content ul {
    gap: 5px 0.45%;
  }
  :is(.fs-body-product, .fs-body-category) .category__content li {
    width: 19.64%;
  }
  :is(.fs-body-product, .fs-body-category) .category__content li strong {
    font-size: min(1.72vw, 20px);
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}

/* -----------------------------------------------
パンくず
----------------------------------------------- */
.fs-c-breadcrumb {
  position: relative;
}
.fs-c-breadcrumb::before {
  content: '';
  width: 100vw;
  height: 1px;
  background-color: #EAEAEA;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
}
.fs-c-breadcrumb::after {
  content: '';
  width: 100vw;
  height: 1px;
  background-color: #EAEAEA;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
}
.fs-c-breadcrumb .fs-c-breadcrumb__list {
  padding: 0;
  display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
.fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem {
  position: relative;
}
.fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem::before {
  content: '';
  aspect-ratio: 6/8;
  background-color: #CCCCCC;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}

@media (max-width: 767px) {
  .fs-c-breadcrumb {
    padding: 4px 0 4px;
  }
  .fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem {
    padding-left: 16px;
    margin-left: 10px;
  }
  .fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem::before {
    width: 6px;
  }
  .fs-c-breadcrumb__listItem,
  .fs-c-breadcrumb__listItem > * {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0;
  }
}

@media (min-width: 768px) {
  .fs-c-breadcrumb {
    padding: 5px 0 5px;
  }
  .fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem {
    padding-left: 16px;
    margin-left: 10px;
  }
  .fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem::before {
    width: 6px;
  }
  .fs-c-breadcrumb__listItem,
  .fs-c-breadcrumb__listItem > * {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0;
  }
}

/* -----------------------------------------------
ai-recommend__list
----------------------------------------------- */
@media (max-width: 767px) {
  .history__wrap + .recommend__wrap {
    margin-top: 67px;
  }
  .ai-recommend__list {
    margin-top: 14px;
  }
  .ai-recommend__list .fr3-productListStatic__responsive_4 {
    grid-template-columns: repeat(6, 105px);
    gap: 10px 2.98%;
    overflow-x: scroll;
    padding-bottom: 5px!important;
  }
}

@media (min-width: 768px) {
  .history__wrap + .recommend__wrap {
    margin-top: 142px;
  }
  .ai-recommend__list {
    margin-top: 42px;
  }
  .ai-recommend__list .fr3-productListStatic__responsive_4 {
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
  }
}

/* -----------------------------------------------
商品関係
----------------------------------------------- */
.fs-c-productMark__mark {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tag__new {
  background-color: #8BC9D7;
  color: #fff;
}
.tag__sale {
  background-color: #FF3E3E;
  color: #fff;
}
.tag__souryoumuryou {
  background-color: #3E90FF;
  color: #fff;
}
.tag__men {
  background-color: #333333;
  color: #fff;
}
.tag__women {
  background-color: #333333;
  color: #fff;
}
.tag__gift {
  background-color: #009CA2;
  color: #fff;
}
.fs-c-productPrice {
  display: flex;
	justify-content: flex-start;
	align-items: flex-end;
}
.fs-c-productListItem__prices .fs-c-productPrice__addon__label::before,
.fs-body-product .content__fx .fs-c-productPrice__addon__label::before {
  content: '(';
}
.fs-c-productListItem__prices .fs-c-productPrice__addon__label::after,
.fs-body-product .content__fx .fs-c-productPrice__addon__label::after {
  content: ')';
}
.fs-c-button--addToWishList--icon,
.fs-c-button--removeFromWishList--icon {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
}

@media (max-width: 767px) {
  .fs-c-productMark {
    gap: 10px 10px;
  }
  .fs-c-productMark__mark {
    margin-right: 0;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0;
    padding: 0 11px;
    height: 26px;
  }
}

@media (min-width: 768px) {
  .fs-c-productMark {
    gap: 10px 10px;
  }
  .fs-c-productMark__mark {
    margin-right: 0;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0;
    padding: 0 11px;
    height: 26px;
  }
}

/* -----------------------------------------------
mail__wrap
----------------------------------------------- */
.mail__wrap {
  background: #FCFCF3;
  position: relative;
}
.mail__wrap::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
}
.mail__wrap::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
}
.mail__wrap .inner__wrap {
  position: relative;
  z-index: 1;
}
.mail__wrap .sec__heading span {
  font-weight: normal;
}
.mail__wrap .sec__heading i {
  font-style: normal;
}
.mail__content .form__fx {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
.mail__content .form__fx input {
  font-weight: bold;
  border: 1px solid #000;
  border-radius: 0;
}
.mail__content .form__fx input::placeholder {
  color: #CCCCCC;
}
.mail__content .form__fx button {
  background-color: #000;
  display: flex;
	justify-content: center;
	align-items: center;
  border: 1px solid #000;
}
.mail__content .form__fx button span {
  color: #fff;
  font-weight: bold;
  position: relative;
}
.mail__content .form__fx button span::after {
  content: '';
  aspect-ratio: 6/8;
  background-color: #fff;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
}
.mail__content .check {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .mail__wrap {
    padding: 60px 0 66px;
    margin-top: 46px;
  }
  .mail__wrap::before {
    background: url(../img/common/flower_deco_right_sp.png) top right / contain no-repeat;
    width: 40%;
    aspect-ratio: 150 / 125;
  }
  .mail__wrap::after {
    background: url(../img/common/flower_deco_left_sp.png) bottom left / contain no-repeat;
    width: 32%;
    aspect-ratio: 120 / 61;
  }
  .mail__wrap .sec__heading i {
    font-size: 24px;
  }
  .mail__content p {
    font-size: 14px;
    line-height: 2;
    margin-top: 24px;
  }
  .mail__content .form__fx {
    height: 50px;
    margin-top: 32px;
  }
  .mail__content .form__fx input {
    width: 68.35%;
    height: 100%;
    font-size: 14px;
    padding-inline: 15px;
  }
  .mail__content .form__fx button {
    width: 31.65%;
    height: 100%;
  }
  .mail__content .form__fx button span {
    font-size: 14px;
    padding-right: 21px;
  }
  .mail__content .form__fx button span::after {
    width: 6px;
  }
  .mail__content .check {
    font-size: 14px;
    margin-top: 14px;
  }
  .mail__content .check input {
    width: 1em;
    margin-right: 0.5em;
  }
}

@media (min-width: 768px) {
  .mail__wrap {
    padding: 60px 0 57px;
    margin-top: 46px;
  }
  .mail__wrap::before {
    background: url(../img/common/flower_deco_right_pc.png) top right / contain no-repeat;
    width: min(23.61%, 340px);
    aspect-ratio: 340/283;
  }
  .mail__wrap::after {
    background: url(../img/common/flower_deco_left_pc.png) bottom left / contain no-repeat;
    width: min(22.91%, 330px);
    aspect-ratio: 330/260;
  }
  .mail__wrap .sec__heading i {
    font-size: 24px;
  }
  .mail__content p {
    font-size: 16px;
    line-height: 2.125;
    text-align: center;
    margin-top: 32px;
  }
  .mail__content .form__fx {
    width: 720px;
    max-width: 100%;
    height: 60px;
    margin: 50px auto 0;
  }
  .mail__content .form__fx input {
    width: 570px;
    height: 100%;
    font-size: 20px;
    padding-inline: 20px;
  }
  .mail__content .form__fx button {
    width: 150px;
    height: 100%;
  }
  .mail__content .form__fx button span {
    font-size: 20px;
    padding-right: 30px;
  }
  .mail__content .form__fx button span::after {
    width: 6px;
  }
  .mail__content .check {
    justify-content: center;
    font-size: 16px;
    margin-top: 24px;
  }
  .mail__content .check input {
    width: 1em;
    margin-right: 0.5em;
  }
}

/* -----------------------------------------------
guide__wrap
----------------------------------------------- */
.guide__wrap .link__btn__wrap {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}


@media (max-width: 767px) {
  .guide__wrap {
    padding: 82px 0 100px;
  }
  .guide__wrap .link__btn__wrap {
    flex-wrap: wrap;
    gap: 15px 4.47%;
    margin-top: 28px;
  }
  .guide__wrap .link__btn {
    width: 47.76%;
    padding-inline: 10px 20px;
  }
  .guide__wrap .link__btn::after {
    right: 11px;
  }
  .shipping__free__banner {
    margin-top: 80px;
  }
}

@media (min-width: 768px) {
  .guide__wrap {
    padding: 88px 0 200px;
  }
  .guide__wrap .link__btn__wrap {
    gap: 0 2.23%;
    margin-top: 40px;
  }
  .guide__wrap .link__btn {
    width: 23.21%;
  }
  .shipping__free__banner {
    width: 500px;
    max-width: 100%;
    margin: 100px auto 0;
  }
}

/* -----------------------------------------------
page__title
----------------------------------------------- */
.page__title {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  text-align: center;
  background: #F7FAFB;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}
.page__title::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.page__title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.page__title h1 {
  font-weight: bold;
}
.page__title h1.font__oswald {
  font-weight: normal;
}

@media (max-width: 767px) {
  .page__title {
    min-height: 100px;
  }
  .page__title::before {
    background: url(../img/common/flower_deco_right_small_sp.png) top right / contain no-repeat;
    width: 29.33%;
    aspect-ratio: 110/90;
  }
  .page__title::after {
    background: url(../img/common/flower_deco_left_small_sp.png) bottom left / contain no-repeat;
    width: 25.6%;
    aspect-ratio: 96/49;
  }
  .page__title h1 {
    font-size: 22px;
    line-height: 1.63;
  }
}

@media (min-width: 768px) {
  .page__title {
    min-height: 200px;
  }
  .page__title.large {
    min-height: 300px;
  }
  .page__title::before {
    background: url(../img/common/flower_deco_right_pc.png) top right / contain no-repeat;
    width: min(14.3%, 206px);
    aspect-ratio: 340/283;
  }
  .page__title::after {
    background: url(../img/common/flower_deco_left_pc.png) bottom left / contain no-repeat;
    width: min(14.16%, 204px);
    aspect-ratio: 330/260;
  }
  .page__title.large::before {
    width: min(23.61%, 340px);
  }
  .page__title.large::after {
    width: min(22.91%, 330px);
  }
  .page__title h1 {
    font-size: 42px;
    line-height: 1.52;
    letter-spacing: 0.03em;
  }
}

/* -----------------------------------------------
news__wrap
----------------------------------------------- */
.news__content .news__item strong {
  font-weight: normal;
  display: block;
}

@media (max-width: 767px) {
  .news__wrap {
    padding: 80px 0 0;
  }
  .news__content__wrap {
    margin-top: 30px;
  }
  .news__content + .news__content {
    margin-top: 24px;
  }
  .news__content__wrap .news__item {
    width: 100%;
  }
  .news__content__wrap .news__content__large .news__item + .news__item {
    margin-top: 24px;
  }
  .news__content__wrap .news__item strong {
    font-size: 14px;
    line-height: 2;
    margin-top: 8px;
  }
  .news__content__small {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    gap: 0 4vw;
    overflow-x: auto;
    padding-bottom: 10px;
    /* width: calc(100vw - 5.33vw); */
  }
  .news__content__small .news__item {
    min-width: 64vw;
  }
  .news__wrap .link__btn__wrap {
    margin-top: 34px;
  }
}

@media (min-width: 768px) {
  .news__wrap {
    padding: 150px 0 150px;
  }
  .news__content__wrap {
    margin-top: 50px;
  }
  .news__content {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
  }
  .news__content__large {
    gap: 0 3.57%;
  }
  .news__content__small {
    gap: 0 3.125%;
    margin-top: 50px;
  }
  .news__content__large .news__item {
    width: 48.21%;
  }
  .news__content__small .news__item {
    width: 31.25%;
  }
  .news__content .news__item strong {
    font-size: 16px;
    line-height: 2.125;
    margin-top: 13px;
  }
  .news__wrap .link__btn__wrap {
    margin-top: 90px;
  }
}