@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&family=Noto+Sans+JP:wght@100..900&display=swap');
/* -----------------------------------------------
reset
----------------------------------------------- */
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}*,body{margin:0;box-sizing:border-box}a{text-decoration:none}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-size:1em;font-family:monospace,serif}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:"\201C""\201D""\2018""\2019"}small{font-size:80%}sub,sup{position:relative;vertical-align:baseline;font-size:75%;line-height:0}sup{top:-.5em}sub{bottom:-.25em}img{height:auto;border:0;vertical-align:bottom;max-width:100%;}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{margin:0 2px;padding:.35em .625em .75em;border:1px solid silver}legend{padding:0;border:0}button,input,select,textarea{margin:0;font-size:100%;font-family:inherit}button,input{line-height:normal}button,html input[type="button"],input[type=reset],input[type=submit]{cursor:pointer;-webkit-appearance:button}button[disabled],input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content;-box-webkit-appearance:textfield}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}textarea{overflow:auto;vertical-align:top}table{border-spacing:0;border-collapse:collapse}ul{margin:0;padding:0;list-style:none}em{font-style:normal}a:focus,*:focus{outline:none;}*::before,*::after{box-sizing:border-box;}

/* -----------------------------------------------
common
----------------------------------------------- */
html,
body {
  width: 100%;
  overflow-x: hidden;
}
html {
  font-size: 62.5%;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #000;
}
i,
em {
  font-style: normal;
}
picture {
  display: block;
  font-size: 0;
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
a {
  color: inherit;
}
.inner__wrap {
  margin: 0 auto;
}
.fs-c-price__currencyMark,
.fr3-item__productPrice__currencyMark {
  display: none;
}
.fs-c-price::after,
.fr3-item__productPrice__value::after {
  content: "円";
}
.fs-c-productPrice__addon__label::before,
.fs-c-productPrice__main__addon__label::before,
.fs-c-productVariationPrice__addon__label::before {
  content: '（';
}
.fs-c-productPrice__addon__label::after,
.fs-c-productPrice__main__addon__label::after,
.fs-c-productVariationPrice__addon__label::after {
  content: '）';
}
.parts_hidden {
  display: none;
}


@media screen and (max-width: 767px) {
  .pc__only {
    display: none!important;
  }
  .inner__wrap {
    width: 94.66%;
  }
  .fx__container {
    margin-top: 14px;
  }
}

@media screen and (min-width: 768px) {
  a {
    cursor: pointer;
  }
  a[href] {
    transition: all .3s;
  }
  a[href]:hover {
    opacity: .7;
  }
  .sp__only {
    display: none!important;
  }
  .inner__wrap {
    max-width: calc(1200px + 40px);
    padding: 0 20px;
  }
  .fx__container {
    margin-top: 50px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .fx__container .side__wrap {
    /* width: 240px; */
    width: 20%;
    margin-right: 5%;
  }
  .fx__container main {
    flex: 1;
  }
}

/* -----------------------------------------------
header
----------------------------------------------- */
header {
  background-color: #202020;
}
.header__inner {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.header__top__fx {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.header__logo__wrap strong {
  width: 100%;
  display: block;
}
.header__logo__wrap strong a {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.header__logo__wrap span {
  color: #000000;
  background-color: #FFFFFF;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.header__top__fx .buy__link a {
  width: 100%;
  background-color: #C90000;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.header__top__fx .buy__link a span {
  font-weight: 700;
  color: #fff;
  position: relative;
}
.header__top__fx .buy__link a span::after {
  content: '';
  aspect-ratio: 1/1;
  background-image: url(../img/common/icon_buy.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.header__cat__link__wrap ul {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}
.header__cat__link__wrap li a {
  font-weight: 700;
  color: #333333;
  background-color: #FFFFFF;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.header__cat__link__wrap li a span {
  position: relative;
}
.header__cat__link__wrap li a span::before {
  content: '';
  aspect-ratio: 1/1;
  background-color: #333333;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.header__cat__link__wrap li a span::after {
  content: '';
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.header__login__wrap {
  display: -webkit-flex!important;
  display: flex!important;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.header__login__wrap .cart {
  background-color: #005ED2;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.header__login__wrap .cart span.text {
  font-weight: 700;
  color: #fff;
  position: relative;
}
.header__login__wrap .cart span.text::before {
  content: '';
  aspect-ratio: 1/1;
  background-image: url(../img/common/icon_cart.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.header__login__wrap .cart .fs-client-cart-count {
  aspect-ratio: 1/1;
  background-color: #C90000;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
.header__login__wrap .login {
  background-color: #202020;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.header__login__wrap .login span {
  font-weight: 700;
  color: #fff;
  position: relative;
  text-decoration: underline;
}
.header__login__wrap .login__mypage {
  background-color: #EDEDED;
}
.header__login__wrap .login__mypage span {
  color: #000000;
}

/* ログイン時：ログインボタン非表示 */
.header__login__wrap .login:not(.login__mypage).true {
  display: none;
}
/* 非ログイン時：マイページボタン非表示 */
.header__login__wrap .login__mypage.false {
  display: none;
}

.header__nav__wrap .search__window__wrap,
.header__nav__wrap .side__banner__wrap,
.header__nav__wrap .side__twitter__wrap {
  display: none!important;
}

@media screen and (max-width: 767px) {
  .header__inner {
    width: 94.66%;
    padding: 13px 0 10px;
  }
  .header__top__fx {
    /* padding-right: 30px; */
    padding-right: 35px;
    width: 100%;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    position: relative;
    /* -webkit-flex-wrap: wrap;
    flex-wrap: wrap; */
  }
  .header__logo__wrap {
    width: 177px;
    /* margin-right: 23px; */
    margin-right: min(4.8vw, 18px);
  }
  .header__logo__wrap picture {
    width: 124px;
    margin-right: 9px;
  }
  .header__logo__wrap span {
    width: 44px;
    height: 22px;
    font-size: 1.12rem;
    line-height: 1;
    letter-spacing: 0.15em;
  }
  .header__top__fx .buy__link {
    /* width: 110px; */
    width: 80px;
  }
  .header__top__fx .buy__link a {
    height: 25px;
    border-radius: 73px;
  }
  .header__top__fx .buy__link a span {
    font-size: 1.1rem;
    line-height: 1;
    letter-spacing: 0.15em;
    padding-right: 23px;
  }
  .header__top__fx .buy__link a span::after {
    width: 18px;
  }
  .header__cat__link__wrap {
    margin-top: 11px;
    padding-bottom: 13px;
    width: 100%;
    overflow-x: auto;
  }
  .simplebar-track.simplebar-horizontal {
    background: #B1B1B1;
    height: 6px;
  }
  .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    top: 0;
  }
  .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    background: #fff;
    border-radius: 0;
    opacity: 1;
    left: 0;
    right: 0;
  }
  .header__cat__link__wrap li {
    margin-right: 5px;
    min-width: fit-content;
  }
  .header__cat__link__wrap li a {
    font-size: 1rem;
    line-height: 1.39;
    letter-spacing: 0.05em;
    padding: 4px 12px;
  }
  .header__cat__link__wrap li a span {
    padding-right: 25px;
  }
  .header__cat__link__wrap li a span::before {
    width: 14px;
  }
  .header__cat__link__wrap li a span::after {
    width: 4px;
    right: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }

  /* ハンバーガー */
  html:has(body.menu__open),
  body.menu__open {
    height: 100%;
    overflow: hidden;
  }
  #nav__toggle {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 13px;
    right: 0;
    transform: translateY(-50%);
    z-index: 3;
    background: none;
    border: none;
    padding: 0;
  }
  #nav__toggle span {
    width: 22px;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    background: #fff;
    position: absolute;
    transition: transform .6s ease-in-out, top .5s ease;
  } 
  #nav__toggle span:nth-child(1) {
    top: 5px;
  }
  #nav__toggle span:nth-child(2) {
    top: 11px;
    transition: left .3s ease-in-out;
  }
  #nav__toggle span:nth-child(3) {
    top: 18px;
  }
  body.menu__open #nav__toggle span {
    background: #000;
  }
  body.menu__open #nav__toggle span:nth-child(1) {
    top: 11px;
    transform: translateX(-50%) rotate(-135deg);
  }
  body.menu__open #nav__toggle span:nth-child(2) {
    display: none;
  }
  body.menu__open #nav__toggle span:nth-child(3) {
    top: 11px;
    transform: translateX(-50%) rotate(135deg);
  }
  .header__nav__wrap{
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transition: all 0.5s;
    width: 335px;
    max-width: 100%;
    height: 100vh;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: -2.82%;
    padding: 50px min(8.95%, 30px) 100px;
    overflow-y: scroll;
    z-index: 2;
  }
  body.menu__open .header__nav__wrap{
    transform: translateX(0);
    -webkit-transform: translateX(0);
    background-color: #fff;
  }
  .hamburger_close_area {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .7);
    position: absolute;
    top: 0;
    right: -2.82%;
    z-index: 1;
  }
  body.menu__open .hamburger_close_area {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }

  /* ハンバーガーメニュー内 header__login__wrap */
  .header__login__wrap {
    width: 100%;
    height: 48px;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-bottom: 37px;
  }
  .header__login__wrap .cart {
    width: min(47.27%, 130px);
    height: 100%;
  }
  .header__login__wrap .cart span.text {
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 0.15em;
    padding-left: 35px;
  }
  .header__login__wrap .cart span.text::before {
    width: 26px;
  }
  .header__login__wrap .cart .fs-client-cart-count {
    width: 2em;
    font-size: 1rem;
    line-height: 1;
    top: 4px;
    right: 4px;
  }
  .header__login__wrap .login {
    width: min(47.27%, 130px);
    height: 100%;
  }
  .header__login__wrap .login span {
    font-size: 1.3rem;
    line-height: 1;
    letter-spacing: 0.05em;
  }
}

@media screen and (min-width: 768px) {
  .header__inner {
    max-width: 1440px;
    height: 100%;
    padding-top: 17px;
    padding-bottom: 16px;
    padding-left: 30px;
    padding-right: 240px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
  }
  .header__top__fx {
    width: 392px;
    margin-right: 54px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .header__logo__wrap {
    width: 237px;
    margin-right: 23px;
  }
  .header__logo__wrap picture {
    width: 166px;
    margin-right: 12px;
  }
  .header__logo__wrap span {
    width: 59px;
    height: 29px;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 0.15em;
  }
  .header__top__fx .buy__link {
    width: 132px;
  }
  .header__top__fx .buy__link a {
    height: 34px;
    border-radius: 100px;
  }
  .header__top__fx .buy__link a span {
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 0.15em;
    padding-right: 27px;
  }
  .header__top__fx .buy__link a span::after {
    width: 21px;
  }
  .header__cat__link__wrap {
    flex: 1;
  }
  .header__cat__link__wrap li {
    margin-right: 10px;
  }
  .header__cat__link__wrap li a {
    font-size: 1.3rem;
    line-height: 1.36;
    letter-spacing: 0.05em;
    padding: 0.4em 16px;
  }
  .header__cat__link__wrap li a span {
    padding-right: 33px;
  }
  .header__cat__link__wrap li a span::before {
    width: 18px;
  }
  .header__cat__link__wrap li a span::after {
    width: 6px;
    right: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  .header__login__wrap {
    position: absolute;
    top: 0;
    right: 0;
    width: 240px;
    height: 67px;
  }
  .header__login__wrap .cart {
    width: 129px;
    height: 100%;
  }
  .header__login__wrap .cart span.text {
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 0.15em;
    padding-left: 35px;
  }
  .header__login__wrap .cart span.text::before {
    width: 26px;
  }
  .header__login__wrap .cart .fs-client-cart-count {
    width: 2em;
    font-size: 1rem;
    line-height: 1;
    top: 8px;
    right: 6px;
  }
  .header__login__wrap .login {
    width: 129px;
    height: 100%;
  }
  .header__login__wrap .login span {
    font-size: 1.3rem;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  .header__nav__wrap .search__nav__wrap {
    display: none;
  }
}

@media screen and (min-width: 767px) and (max-width: 1440px) {
  .header__inner {
    padding-right: 0;
  }
  .header__cat__link__wrap {
    width: 100%;
    flex: none;
    margin-top: 25px;
  }
  .header__login__wrap .login {
    border-bottom: 1px solid #666;
  }
}

/* -----------------------------------------------
search__nav__wrap
----------------------------------------------- */
/* search__window__wrap */
.search__window__wrap form {
  width: 100%;
  display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
}
.search__window__wrap button {
  aspect-ratio: 1/1;
  background-color: #292929;
  border: none;
  background-image: url(../img/common/icon_search.svg);
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .search__window__wrap input {
    flex: 1;
    height: 38px;
    font-size: 1.3rem;
    padding: 9px 14px 10px;
  }
  .search__window__wrap button {
    width: 38px;
    background-size: 17px 17px;
    margin-left: 5px;
  }
}

@media screen and (min-width: 768px) {
  .fs-l-main .search__window__wrap {
    margin-left: auto;
    width: 240px;
    height: 38px;
  }
  .side__wrap .search__window__wrap {
    margin-bottom: 42px;
  }
  .search__window__wrap input {
    flex: 1;
    height: 38px;
    font-size: 1.3rem;
    padding: 9px 14px 10px;
  }
  .search__window__wrap button {
    width: 38px;
    background-size: 17px 17px;
    margin-left: 5px;
  }
}

/* search__nav */
.search__nav strong {
  display: block;
  font-weight: 700;
}
.search__nav .search__nav__list > li {
  border-bottom: 0.5px solid #000000;
}
.search__nav .search__nav__list > li > a {
  display: block;
  position: relative;
  font-weight: 500;
}
.search__nav .search__nav__list > li > a::after {
  content: '';
  aspect-ratio: 1/1;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
}
.search__nav .search__nav__list > li > a > span {
  color: #000000;
}
.search__nav .acc__nav__list > li > a {
  display: block;
  font-weight: 500;
}
.search__nav .acc__nav__list > li > a > span {
  color: #5A5A5A;
}
.search__nav .pack__list__item img,
.search__nav .brand__list__item img {
  display: none;
}
.search__nav .type__list__item a {
  background: none!important;
}
/* アコーディオン */
.search__nav .acc__nav__list {
  display: none;
}
.search__nav .acc__open .acc__nav__list {
  display: block;
}
.search__nav .search__nav__list > li.acc__wrap > a::after {
  transform: translateY(-50%) rotate(135deg);
}
.search__nav .search__nav__list > li.acc__open > a::after {
  transform: translateY(-50%) rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .search__nav strong {
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
  .search__nav .search__nav__list > li > a {
    padding: 21px 14px 20px 0;
    font-size: 1.3rem;
    line-height: 1.44;
    letter-spacing: 0.03em;
  }
  .search__nav .search__nav__list > li > a::after {
    width: 7px;
  }
  .search__nav .acc__nav__list {
    margin-top: -10px;
    padding-bottom: 15px;
  }
  .search__nav .acc__nav__list > li > a {
    padding: 0.3em 1em;
    margin: 0.2em 0;
    font-size: 1.3rem;
    line-height: 1.44;
    letter-spacing: 0.03em;
  }
}

@media screen and (min-width: 768px) {
  .search__nav strong {
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
  .search__nav .search__nav__list > li > a {
    padding: 21px 14px 20px 0;
    font-size: 1.3rem;
    line-height: 1.44;
    letter-spacing: 0.03em;
  }
  .search__nav .search__nav__list > li > a::after {
    width: 7px;
  }
  .search__nav .acc__nav__list {
    margin-top: -10px;
    padding-bottom: 15px;
  }
  .search__nav .acc__nav__list > li > a {
    padding: 0.3em 1em;
    margin: 0.2em 0;
    font-size: 1.3rem;
    line-height: 1.44;
    letter-spacing: 0.03em;
  }
}

/* -----------------------------------------------
side__banner__wrap
----------------------------------------------- */
.side__banner__wrap li strong {
  font-weight: 700;
  display: block;
}
.side__banner__wrap li a {
  display: block;
}

@media screen and (min-width: 768px) {
  .side__banner__wrap {
    margin-top: 60px;
  }
  .side__banner__wrap li strong {
    font-size: 14px;
    line-height: 1.42;
    letter-spacing: 0.05em;
  }
  .side__banner__wrap li + li {
    margin-top: 40px;
  }
  .side__banner__wrap li strong + a {
    margin-top: 8px;
  }
}

/* -----------------------------------------------
side__twitter__wrap
----------------------------------------------- */
@media screen and (min-width: 768px) {
  .side__twitter__wrap {
    margin-top: 40px;
    height: 504px;
  }
  .side__twitter__wrap > div {
    height: 100%;
    overflow-y: scroll;
  }
}

/* -----------------------------------------------
footer
----------------------------------------------- */
footer .insert__search__form {
  display: none;
}
footer {
  background-color: #333333;
}
.footer__inner {
  margin: 0 auto;
}
.footer__cat__nav__wrap {
  color: #fff;
}
.footer__cat__nav__wrap dt {
  font-weight: 500;
}
.footer__cat__nav__wrap dd ul {
  display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.footer__cat__nav__wrap dd li a {
  font-weight: 500;
  color: #CCCCCC;
  display: block;
}
.footer__nav__wrap {
  color: #fff;
}
.footer__nav__main ul {
  display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.footer__nav__main li {
  font-weight: 500;
}
.footer__nav__main li a {
  display: block;
}
.footer__nav__sub ul {
  display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.footer__nav__sub li {
  font-weight: 400;
  color: #CCCCCC;
}
.footer__nav__sub li a {
  display: block;
}
.footer__logo a {
  display: block;
}
footer .sns__link__wrap ul {
  display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
footer .sns__link__wrap li a {
  display: block;
}
footer .copyright {
  text-align: center;
}
footer .copyright small {
  font-weight: 400;
  color: #888888;
}

@media screen and (max-width: 767px) {
  footer {
    margin-top: 46px;
    padding: 45px 0 53px;
  }
  .footer__inner {
    width: 89.33%;
  }
  .footer__cat__nav__wrap div + div {
    margin-top: 22px;
  }
  .footer__cat__nav__wrap dt {
    font-size: 1.5rem;
    line-height: 1.44;
    letter-spacing: 0.05em;
  }
  .footer__cat__nav__wrap dd {
    margin-top: 10px;
  }
  .footer__cat__nav__wrap dd ul {
    gap: 2px 13px;
  }
  .footer__cat__nav__wrap dd li a {
    font-size: 13px;
    line-height: 1.44;
    letter-spacing: 0.05em;
  }
  .footer__nav__wrap {
    margin-top: 32px;
  }
  .footer__nav__main ul {
    gap: 20px 15px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer__nav__main li {
    font-size: 1.3rem;
    line-height: 1.44;
    letter-spacing: 0.05em;
  }
  .footer__nav__sub {
    margin-top: 20px;
  }
  .footer__nav__sub li {
    font-size: 1.3rem;
    line-height: 1.48;
    letter-spacing: 0.05em;
  }
  .footer__nav__sub ul {
    gap: 14px 20px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer__logo {
    margin: 50px auto 0;
    width: 166px;
  }
  footer .sns__link__wrap {
    margin-top: 50px;
  }
  footer .sns__link__wrap li {
    width: 20px;
  }
  footer .sns__link__wrap li + li {
    margin-left: 20px;
  }
  footer .copyright {
    margin-top: 50px;
  }
  footer .copyright small {
    font-size: 1.1rem;
    line-height: 1;
    letter-spacing: 0.05em;
  }
}

@media screen and (min-width: 768px) {
  footer {
    margin-top: 118px;
    padding: 70px 0 57px;
  }
  .footer__inner {
    max-width: calc(1141px + 40px);
    padding: 0 20px;
  }
  .footer__cat__nav__wrap div + div {
    margin-top: 22px;
  }
  .footer__cat__nav__wrap dt {
    font-size: 1.5rem;
    line-height: 1.44;
    letter-spacing: 0.05em;
  }
  .footer__cat__nav__wrap dd {
    margin-top: 11px;
  }
  .footer__cat__nav__wrap dd ul {
    gap: 2px 13px;
  }
  .footer__cat__nav__wrap dd li a {
    font-size: 13px;
    line-height: 1.44;
    letter-spacing: 0.05em;
  }
  .footer__nav__wrap {
    margin-top: 97px;
  }
  .footer__nav__main ul {
    gap: 0 50px;
  }
  .footer__nav__main li {
    font-size: 1.5rem;
    line-height: 1.48;
    letter-spacing: 0.05em;
  }
  .footer__nav__sub {
    margin-top: 20px;
  }
  .footer__nav__sub li {
    font-size: 1.3rem;
    line-height: 1.48;
    letter-spacing: 0.05em;
  }
  .footer__nav__sub ul {
    gap: 0 50px;
  }
  .footer__logo {
    margin: 50px auto 0;
    width: 166px;
  }
  footer .sns__link__wrap {
    margin-top: 50px;
  }
  footer .sns__link__wrap li {
    width: 20px;
  }
  footer .sns__link__wrap li + li {
    margin-left: 20px;
  }
  footer .copyright {
    margin-top: 50px;
  }
  footer .copyright small {
    font-size: 1.1rem;
    line-height: 1;
    letter-spacing: 0.05em;
  }
}

/* -----------------------------------------------
add__area
----------------------------------------------- */
.add__area a {
  display: block;
}

@media screen and (max-width: 767px) {
  .add__area {
    width: 100vw;
    margin: 97px calc(50% - 50vw) 0;
  }
  .add__area .add__item + .add__item {
    margin-top: 16px;
  }
}

@media screen and (min-width: 768px) {
  .add__area {
    margin-top: 90px;
  }
  .add__area .add__item + .add__item {
    margin-top: 40px;
  }
}

/* -----------------------------------------------
line__head　「見出し」　｜見出し
----------------------------------------------- */
.line__head {
  position: relative;
  font-weight: 700;
}
.line__head.tr {
  border-top: 1px solid #000;
}
.line__head.bl {
  border-bottom: 1px solid #000;
}
.line__head.tr:after,
.line__head.bl:before {
  content: "";
  width: 1px;
  background-color: #000;
  position: absolute;
}
.line__head.bl:before {
  bottom: 0;
  left: 0;
}
.line__head.tr:after {
  top: 0;
  right: 0;
}
.line__head.l:before {
  content: '';
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/* ｜見出し */
.line__head.l-only {
  border-left: 2px solid #000;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.48;
  padding-left: 1em;
}

.head__fx {
  display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
}
.head__fx a {
  background-color: #393939;
  color: #fff;
  position: relative;
  border-radius: 4px;
  text-align: center;
}
.head__fx a:after {
  content: '';
  aspect-ratio: 1 / 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.head__fx a span {
  padding-right: .5em;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {

  .line__head.tr.bl {
    font-size: 1.8rem;
    line-height: 1.4488;
    letter-spacing: 0.02em;
    padding: 9px 0 8px 1em;
    margin-bottom: 14px;
  }
  .line__head.bl:before,
  .line__head.tr:after {
    height: calc(100% - 12px);
  }
  .line__head.l {
    font-size: 1.7rem;
    line-height: 1.448;
    letter-spacing: 0.02em;
    padding-left: 18px;
  }
  .line__head.l:before {
    width: 2px;
    height: calc(100% - 0.08em);
  }

  .line__head.l-only {
    font-size: 1.7rem;
    line-height: 1.448;
  }
  .head__fx {
    margin-bottom: 23px;
  }
  .head__fx a {
    font-size: 1rem;
    width: 23.73%;
    height: 30px;
  }
  .head__fx a:after {
    right: .8em;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    width: 6px;
  }



}

@media screen and (min-width: 768px) {

  .line__head.tr.bl {
    font-size: 1.8rem;
    line-height: 1.4488;
    letter-spacing: 0.02em;
    padding: 7px 0 9px 20px;
    margin-bottom: 18px;
  }
  .line__head.bl:before,
  .line__head.tr:after {
    height: calc(100% - 12px);
  }
  .line__head.l {
    font-size: 1.7rem;
    line-height: 1.448;
    letter-spacing: 0.02em;
    padding-left: 18px;
  }
  .line__head.l:before {
    width: 2px;
    height: calc(100% - 0.08em);
  }


  .line__head.l-only {
    font-size: 1.7rem;
    line-height: 1.448;
  }
  .head__fx {
    margin-bottom: 23px;
  }
  .head__fx a {
    font-size: 1.3rem;
    width: 120px;
    height: 30px;
  }
  .head__fx a:after {
    right: 1em;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 8px;
  }

}

/* -----------------------------------------------
tag_ タグ
----------------------------------------------- */
.fs-l-main .fs-c-productMark__mark,
.fs-c-featuredProduct .fs-c-productMark__mark {
  line-height: 1;
}
.fs-l-main .fs-c-productMark__mark.tag_fcdb00,
.fs-c-featuredProduct .fs-c-productMark__mark.tag_fcdb00 {
  background-color: #fcdb00;
  color: #fff;
}
.fs-l-main .fs-c-productMark__mark.tag_f9ca10,
.fs-c-featuredProduct .fs-c-productMark__mark.tag_f9ca10 {
  background-color: #f9ca10;
  color: #fff;
}
.fs-l-main .fs-c-productMark__mark.tag_f8a80e,
.fs-c-featuredProduct .fs-c-productMark__mark.tag_f8a80e {
  background-color: #f8a80e;
  color: #fff;
}
.fs-l-main .fs-c-productMark__mark.tag_fa9811,
.fs-c-featuredProduct .fs-c-productMark__mark.tag_fa9811 {
  background-color: #fa9811;
  color: #fff;
}
.fs-l-main .fs-c-productMark__mark.tag_fa880e,
.fs-c-featuredProduct .fs-c-productMark__mark.tag_fa880e {
  background-color: #fa880e;
  color: #fff;
}
.fs-l-main .fs-c-productMark__mark.tag_ff6e01,
.fs-c-featuredProduct .fs-c-productMark__mark.tag_ff6e01 {
  background-color: #ff6e01;
  color: #fff;
}
.fs-l-main .fs-c-productMark__mark.tag_fe5e02,
.fs-c-featuredProduct .fs-c-productMark__mark.tag_fe5e02 {
  background-color: #fe5e02;
  color: #fff;
}
.fs-l-main .fs-c-productMark__mark.tag_fd4d01,
.fs-c-featuredProduct .fs-c-productMark__mark.tag_fd4d01 {
  background-color: #fd4d01;
  color: #fff;
}
.fs-l-main .fs-c-productMark__mark.tag_f63016,
.fs-c-featuredProduct .fs-c-productMark__mark.tag_f63016 {
  background-color: #f63016;
  color: #fff;
}
.fs-l-main .fs-c-productMark__mark.tag_ed0210,
.fs-c-featuredProduct .fs-c-productMark__mark.tag_ed0210 {
  background-color: #ed0210;
  color: #fff;
}
.fs-l-main .fs-c-productMark__mark.tag_d10000,
.fs-c-featuredProduct .fs-c-productMark__mark.tag_d10000 {
  background-color: #d10000;
  color: #fff;
}
.fs-l-main .fs-c-productMark__mark.tag_96000f,
.fs-c-featuredProduct .fs-c-productMark__mark.tag_96000f {
  background-color: #96000f;
  color: #fff;
}
.fs-l-main .fs-c-productMark__mark.tag_63001a,
.fs-c-featuredProduct .fs-c-productMark__mark.tag_63001a {
  background-color: #63001a;
  color: #fff;
}
.fs-l-main .fs-c-productMark__mark.tag_231815,
.fs-c-featuredProduct .fs-c-productMark__mark.tag_231815 {
  background-color: #231815;
  color: #fff;
}

/* -----------------------------------------------
商品一覧
----------------------------------------------- */
/* 任意商品パーツ */
.fs-c-productListCarousel .fs-c-productListCarousel__ctrl {
  display: none!important;
}
.fs-c-productListCarousel .fs-c-productListCarousel__list {
  overflow: visible;
  width: 100%;
}
.fs-c-productListCarousel__list__item {
  display: -webkit-flex!important;
	display: flex!important;
  -webkit-flex-direction: column;
	flex-direction: column;
}
.fs-c-productListCarousel__list__item .fs-c-productListItem__imageContainer {
  order: 1;
}
.fs-c-productListCarousel__list__item .fs-c-productListItem__productName {
  order: 4;
  color: #727272;
}
.fs-c-productListCarousel__list__item .fs-c-productMarks {
  order: 3;
}
.fs-c-productListCarousel__list__item .fs-c-productListItem__prices {
  order: 2;
}
.fs-c-productListCarousel__list__item .fs-c-productListItem__numberOfStock {
  display: none;
}
.fs-c-productListCarousel__list__item .fs-c-productListItem__control {
  order: 5;
}

/* 商品一覧 */
div.fs-c-productList__list,
.fs-c-productListCarousel .fs-c-productListCarousel__list__itemTrack {
  display: grid;
  /* display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; */
}
.fs-c-productList__list article,
.fs-c-productListCarousel__list .fs-c-productListCarousel__list__item {
  background: #fff;
  box-shadow: 0px 0px 10px 1px #98989840;
  border-radius: 5px;
  /* overflow: hidden; */
  position: relative;
  height: auto;
}
.fs-c-productListItem__image.fs-c-productImage a {
  aspect-ratio: 1 / 1;
  display: block;
  overflow: hidden;
  position: relative;
}
.fs-c-productListItem__image.fs-c-productImage img {
  object-fit: contain;
  width: auto;
  height: 100%;
  margin-inline: auto;
  aspect-ratio: 1 / 1;
}

/* 価格 */
.fs-c-productListItem__prices .fs-c-productPrice.fs-c-productPrice--selling {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: baseline;
	align-items: baseline;
  -webkit-flex-wrap: wrap;
	flex-wrap: wrap;
  color: #C90000;
  font-weight: bold;
  margin-bottom: 3px;
}
.fs-c-productListItem__prices .fs-c-productPrice__main {
  display: -webkit-flex;
	display: flex;
  -webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	/* -webkit-justify-content: flex-start;
	justify-content: flex-start; */
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
.fs-c-productListItem__prices .fs-c-productPrice__main .fs-c-price__value {
  font-family: "Lato", sans-serif;
}

/* タグ  */
.fs-c-productMark {
  display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: stretch;
	align-items: stretch;
}

/* 販売価格非表示 */
.fs-c-productListItem__prices .fs-c-productPrice__main .fs-c-productPrice__main__label {
  display: none;
}
/* .fs-c-productListItem__prices .fs-c-productPrice__main .fs-c-price__currencyMark {
  display: block;
} */

/* 最小価格非表示 */
.fs-c-productPrice__main__price--from {
  display: none;
}
.fs-c-productPrice__main__joint {
  display: none;
}

/* 商品名 */
.fs-c-productListItem__productName {
  line-height: 1.25;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* カートに入れるボタン */
.fs-c-button--addToCart--list.fs-c-button--plain {
  background: linear-gradient(180deg, #1D9BF0 0%, #004192 109.37%);
  width: 100%;
  border: 0;
  position: relative;
}
.fs-c-button--addToCart--list.fs-c-button--plain::after {
  content: '';
  aspect-ratio: 1 / 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.fs-c-button--addToCart--list.fs-c-button--plain span {
  color: #fff;
  position: relative;
}
.fs-c-button--addToCart--list.fs-c-button--plain span:before {
  content: '';
  aspect-ratio: 1 / 1;
  background-image: url(../img/common/icon_cart.svg);
  background-image: url(https://pricebase.itembox.design/item/assets/img/common/icon_cart.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.fs-c-button--addToWishList--icon.fs-c-button--particular {
  display: none;
}

/* 商品詳細を見る */
.fs-c-button--viewProductDetail {
  background: linear-gradient(180deg, #A3D6CC 0%, #00AC9A 109.37%);
  width: 100%;
  border: 0;
  position: relative;
  display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
.fs-c-button--viewProductDetail::after {
  content: '';
  aspect-ratio: 1 / 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.fs-c-button--viewProductDetail span {
  color: #fff;
  position: relative;
}

/* お気に入り非表示 */
.fs-c-productListItem__control .fs-c-button--particular {
  display: none;
}

/* 在庫切れ */
.fs-c-productListItem__outOfStock {
  margin-top: 1px;
  margin-left: 1px;
  background-color: #6A6A6A;
  color: #fff;
  height: 14px;
  width: 50px;
  max-width: 100%;
  border-radius: 50vh;
  font-size: 8px;
  line-height: 1;
  font-weight: 500;
  display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

@media screen and (max-width: 767px) {
  /* 商品一覧 */
  div.fs-c-productList__list,
  .fs-c-productListCarousel .fs-c-productListCarousel__list__itemTrack {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px 2.54%;
  }
  .fs-c-productList__list article {
    padding-top: 10px;
    padding-bottom: 3px;
  }
  .fs-c-productListCarousel__list article {
    padding-top: 10px;
  }

  /* 価格 */
  .fs-c-productListItem__prices {
    margin-top: 4px;
  }
  .fs-c-productListItem__prices .fs-c-productPrice__main .fs-c-price__currencyMark,
  .fs-c-productPrice__addon .fs-c-productPrice__addon {
    font-size: 1rem;
  }
  .fs-c-productListItem__prices .fs-c-productPrice__main .fs-c-price__value {
    font-size: 1.2rem;
  }
  .fs-c-productListItem__prices .fs-c-productPrice__addon .fs-c-productPrice__addon__label {
    font-size: 1rem;
  }

  /* タグ */
 .fs-c-productList__list .fs-c-productMark__mark,
 .fs-c-productListCarousel__list .fs-c-productMark__mark {
    padding: 2px 6px;
    border-radius: 50vh;
    font-size: 1rem;
    margin: 0 .25em .5em;
  }

  /* 商品名 */
  .fs-c-productListItem__productName {
    font-size: min(2.5vw,1rem);
    padding: 0 .8em;
    margin-bottom: 4px;
  }

  /* カートに入れるボタン */
  .fs-c-button--addToCart--list.fs-c-button--plain {
    height: 32px;
    border-radius: 5px;
    transition: all .3s;
  }
  .fs-c-button--addToCart--list.fs-c-button--plain:hover {
    opacity: .8;
  }
  .fs-c-button--addToCart--list.fs-c-button--plain span {
    font-size: min(2.4vw,1rem);
    padding-left: .5em;
  }
  .fs-c-button--addToCart--list.fs-c-button--plain span:before {
    width: 1.6em;
    right: calc(100% + .2em);
  }
  .fs-c-button--addToCart--list.fs-c-button--plain::after {
    right: 1em;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    width: .6em;
  }

  /* 商品詳細を見る */
  .fs-c-button--viewProductDetail {
    height: 32px;
    border-radius: 5px;
    transition: all .3s;
  }
  .fs-c-button--viewProductDetail span {
    font-size: min(2.4vw,1rem);
    /* padding-left: .5em; */
  }
  .fs-c-button--viewProductDetail::after {
    right: 1em;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    width: .6em;
  }

  /* sp__scroll */
  .sp__scroll .fs-c-productListCarousel {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    overflow-x: scroll;
    overflow-y: visible;
    width: 100vw;
    padding: 10px;
    margin-left: -10px;
    margin-top: -10px;
  }
  .sp__scroll .fs-c-productListCarousel .fs-c-productListCarousel__list__itemTrack {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  .sp__scroll .fs-c-productListCarousel__list .fs-c-productListCarousel__list__item {
    min-width: 140px;
    width: 140px;
  }
  .sp__scroll .fs-c-productListCarousel__list .fs-c-productListCarousel__list__item:last-child {
    position: relative;
  }
  .sp__scroll .fs-c-productListCarousel__list .fs-c-productListCarousel__list__item:last-child:before {
    content: '';
    width: 10px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 100%;
  }
  .sp__scroll .fs-c-productListCarousel__list .fs-c-productListItem__productName {
    font-size: 1.2rem;
  }
  .sp__scroll .fs-c-productListCarousel__list .fs-c-price__currencyMark {
    font-size: 1.2rem;
  }
  .sp__scroll .fs-c-productListCarousel__list .fs-c-price__value {
    font-size: 1.6rem;
  }
  .sp__scroll .fs-c-productListCarousel__list .fs-c-productPrice__addon {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 768px) {
  /* 商品一覧 */
  div.fs-c-productList__list,
  .fs-c-productListCarousel .fs-c-productListCarousel__list__itemTrack {
    grid-template-columns: repeat(6, 1fr);
    /* grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); */
    gap: 20px 1.328%;
  }
  .fs-c-productList__list article {
    padding-top: 13px;
    padding-bottom: 3px;
  }
  .fs-c-productListCarousel__list article {
    padding-top: 13px;
  }

  /* 価格 */
  .fs-c-productListItem__prices {
    margin-top: 5px;
  }
  .fs-c-productListItem__prices .fs-c-productPrice__main .fs-c-price__currencyMark,
  .fs-c-productListItem__prices .fs-c-productPrice__addon .fs-c-productPrice__addon {
    font-size: 1.2rem;
  }
  .fs-c-productListItem__prices .fs-c-productPrice__main .fs-c-price__value {
    font-size: 1.6rem;
  }
  .fs-c-productListItem__prices .fs-c-productPrice__addon .fs-c-productPrice__addon__label {
    font-size: 1rem;
  }

  /* タグ */
 .fs-c-productList__list .fs-c-productMark__mark,
 .fs-c-productListCarousel__list .fs-c-productMark__mark {
    padding: 2px 6px;
    border-radius: 50vh;
    font-size: 1rem;
    margin: 0 .25em .5em;
  }

  /* 商品名 */
  .fs-c-productListItem__productName {
    font-size: 1.2rem;
    padding: 0 .8em;
    margin-bottom: 4px;
  }

  /* カートに入れるボタン */
  .fs-c-button--addToCart--list.fs-c-button--plain {
    min-height: 32px;
    border-radius: 5px;
    transition: all .3s;
    padding: 0 20px;
  }
  .fs-c-button--addToCart--list.fs-c-button--plain:hover {
    opacity: .8;
  }
  .fs-c-button--addToCart--list.fs-c-button--plain span {
    font-size: 1rem;
    padding-left: .8em;
  }
  .fs-c-button--addToCart--list.fs-c-button--plain span:before {
    width: 1.6em;
    right: calc(100% + .2em);
  }
  .fs-c-button--addToCart--list.fs-c-button--plain::after {
    right: 1em;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 8px;
  }

  /* 商品詳細を見る */
  .fs-c-button--viewProductDetail {
    min-height: 32px;
    border-radius: 5px;
    transition: all .3s;
    padding: 0 20px;
  }
  .fs-c-button--viewProductDetail:hover {
    opacity: .8;
  }
  .fs-c-button--viewProductDetail span {
    font-size: 1rem;
    /* padding-left: .8em; */
  }
  .fs-c-button--viewProductDetail::after {
    right: 1em;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 8px;
  }

}

/* -----------------------------------------------
レコメンド
----------------------------------------------- */
.flywheel-recommend__frame .fr3-productListStatic__responsive_4 {
  padding: 0;
}
.flywheel-recommend__frame .fs-p-heading--lv2 {
  display: none;
}
.flywheel-recommend__frame article a {
  display: block;
}
.flywheel-recommend__frame img {
  aspect-ratio: 1 / 1;
  width: auto;
  height: 100%;
  max-width: none;
  object-fit: contain;
}
.flywheel-recommend__frame .fr3-item__productName {
  font-weight: 700;
  color: #727272;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.flywheel-recommend__frame .fr3-item__productPrice {
  color: #C90000;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  -webkit-justify-content: center;
	justify-content: center;
}
.recommend__history + .no-product__text {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
}
main:not(.free_history) .recommend__history article:nth-child(n + 7) {
  display: none;
}

@media screen and (max-width: 767px) {
  .flywheel-recommend__frame .fr3-productListStatic__responsive_4 {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px 9px;
    margin-top: 23px;
  }
  .flywheel-recommend__frame article {
    box-shadow: 0px 0px 10px 1px #98989840;
    border-radius: 5px;
    /* padding: 10px 4.5% 10px; */
    padding: 10px 0 10px;
  }
  .flywheel-recommend__frame .fr3-item__productName {
    margin-top: 5px;
    font-size: 1rem;
    line-height: 1.25;
    letter-spacing: 0;
    padding: 0 .8em;
  }
  .flywheel-recommend__frame .fr3-item__productPrice {
    margin-top: 5px;
  }
  .flywheel-recommend__frame .fr3-item__productPrice__currencyMark {
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0;
  }
  .flywheel-recommend__frame .fr3-item__productPrice__value {
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0;
  }
  .flywheel-recommend__frame .fr3-item__productPrice__addon {
    font-size: 0.8rem;
    line-height: 1;
    letter-spacing: 0;
  }

  /* sp__scroll */
  .sp__scroll:has(.flywheel-recommend__frame) {
    overflow-x: scroll;
    overflow-y: visible;
    width: 100vw;
    padding: 10px;
    margin-left: -10px;
    margin-top: -10px;
  }
  .sp__scroll .fr3-productListStatic {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  .sp__scroll .flywheel-recommend__frame .fr3-productListStatic__responsive_4 {
    margin-top: 0;
  }
  .sp__scroll .fr3-productListStatic article {
    min-width: 140px;
    width: 140px;
  }
  .sp__scroll .fr3-productListStatic article:last-child {
    position: relative;
  }
  .sp__scroll .fr3-productListStatic article:last-child:before {
    content: '';
    width: 10px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 100%;
  }
  .sp__scroll .flywheel-recommend__frame .fr3-item__productName {
    font-size: 1.2rem;
  }
  .sp__scroll .flywheel-recommend__frame .fr3-item__productPrice__currencyMark {
    font-size: 1.2rem;
  }
  .sp__scroll .flywheel-recommend__frame .fr3-item__productPrice__value {
    font-size: 1.6rem;
  }
  .flywheel-recommend__frame .fr3-item__productPrice__value::after{
    font-size: 1.2rem;
  }
  .sp__scroll .flywheel-recommend__frame .fr3-item__productPrice__addon {
    font-size: 1.2rem;
  }

}

@media screen and (min-width: 768px) {
  .flywheel-recommend__frame .fr3-productListStatic__responsive_4 {
    grid-template-columns: repeat(6, 1fr);
    /* grid-template-columns: repeat(auto-fill, minmax(140px,1fr) ) ; */
    gap: 20px 1.328%;
    margin-top: 23px;
  }
  .flywheel-recommend__frame article {
    box-shadow: 0px 0px 10px 1px #98989840;
    border-radius: 5px;
    padding: 13px 0 10px;
  }
  .flywheel-recommend__frame .fr3-item__productName {
    margin-top: 5px;
    font-size: 1.2rem;
    line-height: 1.25;
    letter-spacing: 0;
    padding: 0 .8em;
  }
  .flywheel-recommend__frame .fr3-item__productPrice {
    margin-top: 5px;
  }
  .flywheel-recommend__frame .fr3-item__productPrice__currencyMark {
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0;
  }
  .flywheel-recommend__frame .fr3-item__productPrice__value {
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0;
  }
  .flywheel-recommend__frame .fr3-item__productPrice__value::after{
    font-size: 1.2rem;
  }
  .flywheel-recommend__frame .fr3-item__productPrice__addon {
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0;
  }
}

/* -----------------------------------------------
お知らせ
----------------------------------------------- */
.info__list .fs-pt-list__item {
  border-bottom: 1px solid #000;
}
.fs-pt-list__item a {
  display: block;
  position: relative;
  height: 100%;
}
.fs-pt-list__item a:after {
  content: '';
  aspect-ratio: 1 / 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.fs-pt-list__link time,
.fs-pt-list__link p {
  font-weight: 500;
  line-height: 1.48;
  letter-spacing: 0.03em;
}



@media screen and (max-width: 767px) {

  .info__wrap h2 {
    margin-bottom: 25px;
  }
  .info__list .fs-pt-list__item {
    margin-top: 0;
    margin-bottom: 25px;
  }
  .fs-pt-list__item a {
    padding-bottom: 10px;
    padding-right: 15px;
    transition: all .3s;
  }
  .fs-pt-list__item a:hover p {
    text-decoration: underline;
  }
  .fs-pt-list__link time {
    font-size: 1.3rem;
  }
  .fs-pt-list__link p {
    font-size: 1.7rem;
  }
  .fs-pt-list__item a:after {
    right: 0.2em;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    width: 12px;
  }

}

@media screen and (min-width: 768px) {

  .info__wrap h2 {
    margin-bottom: 25px;
  }
  .info__wrap ul.info__list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  .info__list .fs-pt-list__item {
    width: 48.23%;
    max-width: 434px;
    margin-top: 0;
    margin-bottom: 25px;
  }
  .fs-pt-list__item a {
    padding-bottom: 10px;
    padding-right: 15px;
    transition: all .3s;
  }
  .fs-pt-list__item a:hover p {
    text-decoration: underline;
  }
  .fs-pt-list__link time {
    font-size: 1.3rem;
  }

  .fs-pt-list__link p {
    font-size: 1.7rem;
  }
  .fs-pt-list__item a:after {
    right: 0.2em;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    width: 12px;
  }

}

.recommend__history + .no-product__text {
  display: block;
}
.recommend__history:has(.fr3-productListStatic) + .no-product__text {
  display: none;
}
.product__list__wrap__recommend + .no-product__text {
  display: block;
}
.product__list__wrap__recommend:has(.fs-c-wishlistProduct__list) .no-product__text {
  display: none;
}


/* -----------------------------------------------
ブランドから探す
----------------------------------------------- */
.fs-l-main .brand__wrap li.brand__list__item {
  overflow: hidden;
}
.fs-l-main .brand__list .brand__list__item a {
  display: block;
}
.fs-l-main .brand__list .brand__list__item a span {
  display: none;
}

@media screen and (max-width: 767px) {

  .fs-l-main .brand__wrap {
    margin-top: 54px;
  }
  .fs-l-main .brand__list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  .fs-l-main .brand__wrap li.brand__list__item {
    border-radius: 3px;
    box-shadow: 0px 0px 10px 1px #98989840;
    width: 22.6%;
    margin-bottom: 3%;
  }
  .fs-l-main .brand__wrap .brand__list__item:not(:nth-child(4n)) {
    margin-right: 3.2%;
  }

}

@media screen and (min-width: 768px) {

  .fs-l-main .brand__wrap {
    margin-top: 96px;
  }
  .fs-l-main .brand__list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  .fs-l-main .brand__wrap li.brand__list__item {
    border-radius: 3px;
    box-shadow: 0px 0px 10px 1px #98989840;
    width: 10%;
    margin-bottom: 1%;
  }
  .fs-l-main .brand__wrap .brand__list__item:not(:nth-child(9n)) {
    margin-right: 1.25%;
  }

}




/* -----------------------------------------------
ページャーエリア
----------------------------------------------- */
.pager__wrap .fs-c-sortItems,
.pager__wrap .fs-c-listControl__status {
  display: none;
}
.pager__wrap .fs-c-pagination {
  margin-right;
  margin-left: auto;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
} 
.pager__wrap .fs-c-pagination > * {
  aspect-ratio: 1 / 1;
   display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1ch;
  height: auto;
}
.pager__wrap .fs-c-pagination__item.is-active {
  background: #333;
  color: #fff;
  border-radius: 50vh;
}
.pager__wrap .fs-c-pagination__item {
	flex: initial;
  line-height: 1;
}
.pager__wrap .fs-c-pagination__item--prev,
.pager__wrap .fs-c-pagination__item--next {
	font-size: 2.4rem !important;
  margin: 0 .3em -.1em;
}

@media screen and (max-width: 767px) {
  .pager__wrap .fs-c-pagination > * {
    font-size: 1.4rem;
    width: 42px;
    margin: 0 .4em;
  }
  .fs-body-my-top .fs-c-accountService__page {
    flex-basis: 48%;
  }
}

@media screen and (min-width: 768px) {
  .pager__wrap .fs-c-pagination > * {
    font-size: 1.6rem;
    width: 36px;
    margin: 0 .4em;
  }
  .pager__wrap .fs-c-pagination a {
    transition: all .3s;
  }
  .pager__wrap .fs-c-pagination a:hover {
    background: #ececec;
    border-radius: 50vh;
  }

}

/* -----------------------------------------------
エラー表示
----------------------------------------------- */
.fs-c-panel {
  background: #ffffff;
  border-radius: 3px;
  border-width: 2px;
  border-style: solid;
  padding: 8px 8px 8px 32px;
  margin-bottom: 24px;
  position: relative;
  text-align: center;
}
.fs-c-panel::before {
  font-family: "fs-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.4em;
  position: absolute;
  top: 8px;
  left: 8px;
}
.fs-c-panel__contentList {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0 8px;
}
.fs-c-panel__contentList > li {
  box-sizing: border-box;
}
.fs-c-panel__contentList + .fs-c-panel__contentList {
  margin-top: 4px;
  padding-top: 4px;
  border-top: 1px solid #ccc;
}
.fs-c-panel__contentList__item {
  display: flex;
  justify-content: center;
}
.fs-c-panel__contentList__item + .fs-c-panel__contentList__item {
  margin-top: 4px;
  padding-top: 4px;
  border-top: 1px solid #ccc;
}
.fs-c-panel__contentList__content {
  text-align: left;
}
.fs-c-panel--error {
  color: #da4453;
  border-color: #da4453;
}
.fs-c-panel--error::before {
  content: "\e915";
  color: #da4453;
}
.fs-c-panel--info {
  color: #006db8;
  border-color: #006db8;
}
.fs-c-panel--info::before {
  content: "\e914";
  color: #006db8;
}
.fs-c-panelContainer {
  margin: 0 auto;
  min-width: auto;
  max-width: calc(1200px + 40px);
  padding: 0 20px;
}
.fs-c-panelContainer:has(*) {
  margin: 24px auto;
  min-width: auto;
  max-width: calc(1200px + 40px);
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .fs-c-panelContainer {
    margin: 24px auto;
    min-width: auto;
    max-width: none;
    width: 94.66%;
    padding: 0;
  }
}

/* -----------------------------------------------
パンくず
----------------------------------------------- */
.fs-c-breadcrumb__list {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 5px;
}
.fs-c-breadcrumb__list > li {
  box-sizing: border-box;
}
.fs-c-breadcrumb__listItem {
  display: inline-block;
  word-break: break-all;
}
.fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem::before {
  content: " > ";
}
.fs-c-breadcrumb {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.5;
}
.fs-c-breadcrumb a {
  color: #3572b0;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .fs-c-breadcrumb {
    max-width: none;
    min-width: auto;
    width: 94.66%;
    margin: 24px auto 0;
  }
}

@media screen and (min-width: 768px) {
  .fs-c-breadcrumb {
    max-width: calc(1200px + 40px);
    padding: 0 20px;
    margin: 24px auto 0;
  }
  .fs-c-breadcrumb a:hover {
    text-decoration: underline;
  }
}

/* -----------------------------------------------
ヘッダー spカート（追加）
----------------------------------------------- */
@media screen and (max-width: 767px) {
  .header__top__cart__wrap {
    width: 26px;
    margin-left: min(2.66vw, 10px);
  }
  .header__top__cart__wrap .header__top__cart {
    position: relative;
    display: block;
  }
  .header__top__cart__wrap .header__top__cart picture {
    display: block;
  }
  .header__top__cart__wrap .header__top__cart .fs-client-cart-count {
    aspect-ratio: 1 / 1;
    background-color: #C90000;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 15px;
    font-size: 1rem;
    line-height: 1;
    top: -5px;
    right: -8px;
  } 
}



/* -----------------------------------------------
「トップページへ」ボタン
----------------------------------------------- */
.gotop__link a {
  background: #ebebeb;
  border: 1px solid #bbbbbb;
  border-radius: 0px;
  color: #3c3c3c;
  cursor: pointer;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  padding: 0.8em 1.6em 0.6em;
  box-shadow: 0 0 2px #b2b2b2;
}

@media screen and (max-width: 767px) {
  .gotop__link a {
    min-width: 100%;
  }
}

/* -----------------------------------------------
banner__1col
----------------------------------------------- */
@media screen and (max-width: 767px) {
  .banner__1col {
    margin-bottom: 28px;
  }
}

@media screen and (min-width: 768px) {
  .banner__1col {
    margin-bottom: 73px;
  }
}