@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500&display=swap");
/*ブレイクポイント設定*/
@media screen and (min-width: 900px) {
  .pcnone {
    display: none !important;
  }
}

@media screen and (max-width: 900px) {
  .spnone {
    display: none !important;
  }
}

body {
  font-style: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.6em;
}

@media screen and (min-width: 900px) {
  body {
    font-size: 16px;
  }
}

a {
  transition: 0.3s;
}

a:hover, a:focus, a:active {
  opacity: 0.7;
}

img {
  max-width: 100%;
}

/*アスペクト比固定用*/
.saleRed {
  color: #a72626;
}

h2 {
  font-size: 1.1em;
  font-weight: 500;
  border-top: solid 1px #e4e4e4;
  border-bottom: solid 1px #e4e4e4;
  padding: 0.6em 0;
}

#itemDetailText .detailWrap h2 {
  cursor: pointer;
  background-image: url(https://anchic.itembox.design/item/img/openCollapse.png);
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: center;
}

#itemDetailText .detailWrap div {
  height: 0;
  overflow: hidden;
}

#itemDetailText .detailWrap.open h2 {
  background-image: url(https://anchic.itembox.design/item/img/closeCollapse.png);
}

#itemDetailText .detailWrap.open div {
  height: auto;
}

#itemDetailText .sizeText .heading {
  display: inline-block;
  font-weight: 600;
  margin-top: 1.5em;
}

#itemDetailText .sizeText .heading:first-child {
  margin-top: 0;
}

.itemShare {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.itemShare a {
  padding: 0 0.1em;
}

.itemShare a img {
  max-width: 120px;
}

.itemShare div:nth-child(1) {
  text-align: center;
}

.itemShare div:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: right;
}

.itemStaffCoordinate h2 {
  text-align: center;
  font-family: "Noto Serif JP";
  border-top: 0;
  border-bottom: 0;
  font-size: 1.8em;
  letter-spacing: 0.1em;
}

span.fs-c-reviewer__profile__ageGroup {
  display: none;
}

/*=============================================================================
ログイン状態制御
=============================================================================*/
.login-false {
  display: none;
}

.logout-true {
  display: none;
}

/*=============================================================================
商品詳細
=============================================================================*/
div#openVariation {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

@media screen and (min-width: 900px) {
  div#openVariation {
    display: none;
  }
}

button.slick-next.slick-arrow,
button.slick-prev.slick-arrow {
  display: none !important;
}

.slick-list.draggable {
  overflow-y: hidden;
}

.fs-c-productCarouselMainImage__image__caption {
  color: #333;
  background: none;
  bottom: 0;
}

figure.fs-c-productCarouselMainImage__image:after {
  content: "";
  display: block;
  height: 2em;
  position: relative;
}

figcaption.fs-c-productCarouselMainImage__thumbnail__caption {
  text-align: center;
  font-size: 0.8em;
}

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

.fs-c-productNameHeading {
  margin-top: 0;
}

.fs-c-productNameHeading .fs-c-productNameHeading__copy {
  display: block;
  font-weight: 400;
}

.fs-c-productNameHeading .fs-c-productNameHeading__name {
  font-weight: 500;
}

.fs-c-productPrices--productDetail
.fs-c-productPrice:not(.fs-c-productPrice--listed)
.fs-c-productPrice__main__price {
  color: inherit;
}

.fs-c-productNumber {
  border: none;
  padding: 0;
}

.fs-c-productNumber span {
  font-weight: 400;
}

.fs-c-variationList__item__title,
.fs-c-variationAndActions__variationLabel.fs-c-variationLabel,
span.fs-c-variationCart__variationName__name {
  font-weight: 500;
}

.fs-c-variationAndActions {
  display: none;
  padding-top: 2em;
  padding-bottom: 2em;
}

@media screen and (min-width: 900px) {
  .fs-c-variationAndActions {
    display: block;
  }
}

@media screen and (max-width: 900px) {
  .fs-c-productList__list__item .fs-c-variationAndActions {
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.fs-c-productSalesPeriod {
  border-color: #e4e4e4;
  margin-top: 1em;
}

.fs-c-breadcrumb {
  max-width: 1216px;
  margin: 0 auto;
}

.fs-c-breadcrumb:first-child {
  padding-top: 1em;
}

@media screen and (min-width: 900px) {
  .fs-l-productLayout.fs-system-product {
    display: flex;
    flex-wrap: wrap;
  }
  .fs-l-productLayout.fs-system-product .contentWrap {
    width: 50%;
    box-sizing: border-box;
    padding: 1em;
  }
  .fs-l-productLayout .slick-list .fs-c-productCarouselMainImage__image > img {
    max-width: 580px;
    max-height: none;
  }
  main.fs-l-main.fs-l-product {
    margin-top: 0em;
  }
}

.fs-c-productNotice.fs-c-productNotice--outOfStock {
  margin-bottom: 1em;
}

/*=============================================================================
ヘッダー
=============================================================================*/
#sphead {
  background-color: #eae4dc;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.2em 1em;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
}

#sphead .logo img {
  max-width: 9em;
}

#sphead .icons {
  display: flex;
  align-items: center;
}

#sphead .icons a {
  padding: 0.3em;
}

#sphead .icons a img {
  max-width: 2em;
}

#sphead .icons a:first-child {
  padding-left: 0;
}

#hambMenu {
  transition: 0.3s;
  position: fixed;
  z-index: 3;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100vh;
  width: 100%;
}

#hambMenu.open {
  left: 0;
}

#hambMenu .inner {
  height: 100vh;
  background: #eae4dc;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  max-width: 280px;
  padding: 0.8em;
  overflow-y: auto;
}

#hambMenu .topBtn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#hambMenu .topBtn a {
  width: 48%;
  text-align: center;
  padding: 0.2em;
  margin-bottom: 0.9em;
  color: #fff;
  font-size: 0.9em;
  background-color: #403533;
}

#hambMenu .searchBlock {
  padding-bottom: 1em;
}

#hambMenu .searchBlock form {
  position: relative;
  align-items: center;
  display: flex;
}

#hambMenu .searchBlock form input {
  padding: 0.4em;
}

#hambMenu .searchBlock form button {
  position: absolute;
  right: 0;
  background: none;
  border: none;
  display: flex;
  align-items: center;
}

#hambMenu .fs-pt-menu__item--lv1 {
  background: #fff;
  padding: 0.3em;
  margin-bottom: 0.2em;
}

#hambMenu .fs-pt-menu__item--lv1 .fs-pt-menu__heading--lv1 {
  background-image: url(https://anchic.itembox.design/item/img/closeCollapse.png);
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: center;
}

#hambMenu .fs-pt-menu__item--lv1 .fs-pt-menu__heading--lv1 a {
  pointer-events: none;
  display: inline;
}

#hambMenu .fs-pt-menu__item--lv1.single .fs-pt-menu__heading--lv1 {
  background-image: none;
}

#hambMenu .fs-pt-menu__item--lv1.single .fs-pt-menu__heading--lv1 a {
  pointer-events: all;
  display: block;
}

#hambMenu .fs-pt-menu__item--lv1.single.open .fs-pt-menu__heading--lv1 {
  background-image: none;
}

#hambMenu .fs-pt-menu__item--lv1.single.open .fs-pt-menu__heading--lv1 a {
  pointer-events: all;
}

#hambMenu .fs-pt-menu__item--lv1 .fs-pt-menu--lv2 {
  height: 0;
  overflow: hidden;
}

#hambMenu .fs-pt-menu__item--lv1.open .fs-pt-menu__heading--lv1 {
  background-image: url(https://anchic.itembox.design/item/img/openCollapse.png);
}

#hambMenu .fs-pt-menu__item--lv1.open .fs-pt-menu__heading--lv1 a {
  pointer-events: all;
}

#hambMenu .fs-pt-menu__item--lv1.open .fs-pt-menu--lv2 {
  height: auto;
  font-size: 0.9em;
}

#hambMenu .fs-pt-menu__item--lv1.open .fs-pt-menu--lv2 > li {
  margin-top: 0.5em;
  border-bottom: solid 1px #e4e4e4;
  padding: 0.5em;
}

#hambMenu .fs-pt-menu__item--lv1.open .fs-pt-menu--lv2 > li:first-child {
  margin-top: 0.5em;
}

#hambMenu .fs-pt-menu__item--lv1.open .fs-pt-menu--lv2 > li:last-child {
  margin-bottom: 0.5em;
  border-bottom: 0;
}

#hambMenu .fs-pt-menu * {
  transition-property: all;
  transition-duration: 0s;
  transition-timing-function: linear;
  transition-delay: 0s;
}

.menuToggle {
  cursor: pointer;
}

#infoLinker {
  display: block;
  width: 100%;
  text-align: center;
  background: #eae4dc;
  padding: 0.2em 0;
  text-decoration: none;
}

#delivery {
  display: block;
  width: 100%;
  text-align: center;
  background: #403533;
  color: #fff;
  padding: 0.2em 0;
  text-decoration: none;
}

/*=============================================================================
フッタ－
=============================================================================*/
.fs-l-footer {
  border-top: 0;
}

#footer {
  background-color: #eae4dc;
  padding-top: 3em;
  padding-bottom: 1em;
  overflow: hidden;
  box-sizing: border-box;
}

#footer .inner {
  max-width: 900px;
  margin: 0 auto;
}

#footer .inner .logo {
  text-align: center;
}

#footer .inner .logo a img {
  width: 15em;
}

#footer .inner .sns {
  display: flex;
  justify-content: center;
  margin-top: 3em;
  margin-bottom: 2em;
}

#footer .inner .sns a {
  padding: 0.2em;
  width: 2em;
}

#footer .inner .sns a img {
  max-width: 100%;
}

#footer .inner .menuList {
  color: #333;
  padding: 1em 1em;
}

#footer .inner .menuList ul.fs-pt-menu.fs-pt-menu--lv1 {
  width: 100%;
}

#footer .inner .menuList ul.fs-pt-menu.fs-pt-menu--lv1 li {
  border-top: solid 1px #505050;
  padding: 0.9em;
}

#footer .inner .menuList ul.fs-pt-menu.fs-pt-menu--lv1 li:last-child {
  border-bottom: solid 1px #505050;
}

@media screen and (min-width: 900px) {
  #footer .inner .menuList ul.fs-pt-menu.fs-pt-menu--lv1 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #footer .inner .menuList ul.fs-pt-menu.fs-pt-menu--lv1 li {
    border: none;
  }
  #footer .inner .menuList ul.fs-pt-menu.fs-pt-menu--lv1 li:last-child {
    border: none;
  }
}

#footer .copyright {
  text-align: center;
  color: #333;
  font-size: 0.7em;
}

/*=============================================================================
PCヘッダー
=============================================================================*/
#pchead {
  background-color: #eae4dc;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
  padding: 0.7em 0;
  z-index: 3;
}

#pchead .logo img {
  max-width: 10em;
}

#pchead .menuarea {
  position: absolute;
  display: flex;
  align-items: center;
  right: 0;
  top: 0;
  height: 100%;
}

#pchead .menuarea > a,
#pchead .menuarea #pcSearch {
  padding: 0.4em;
  width: 2.8em;
}

#pchead .menuarea .borderBox {
  border-left: solid 1px #333;
  margin-left: 0.7em;
  height: 1.5em;
}

#pchead .categoryLink {
  position: relative;
}

#pchead .categoryLink > span {
  display: block;
  background-image: url(https://anchic.itembox.design/item/img/closeCollapse_br.png);
  background-repeat: no-repeat;
  background-position: right center;
  padding: 0.8em;
  padding-right: 1.7em;
  padding-left: 1em;
  margin-left: 0.4em;
  margin-right: 0.7em;
  cursor: pointer;
  font-size: 0.9em;
}

#pchead .categoryLink .categoryList {
  display: none;
}

#pchead .categoryLink:hover > span {
  background-image: url(https://anchic.itembox.design/item/img/openCollapse_br.png);
}

#pchead .categoryLink:hover .categoryList {
  display: block;
  position: absolute;
  width: 12em;
  right: 0;
  background: #eae4dc;
  padding: 1em;
}

#pchead .fs-pt-menu__item--lv1 {
  position: relative;
  background-image: url(https://anchic.itembox.design/item/img/leftCollapse_br.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 1.6em;
  margin-left: 0.3em;
  background-size: 0.3em;
}

#pchead .fs-pt-menu__item--lv1.single {
  background-image: none;
}

#pchead .fs-pt-menu__item--lv1 > ul {
  display: none;
}

#pchead .fs-pt-menu__item--lv1:hover > ul {
  display: block;
  position: absolute;
  left: -120%;
  top: 0;
  background: #eae4dc;
  width: 120%;
  padding: 1em;
  box-sizing: border-box;
}

#pchead #pcSearch {
  position: relative;
  cursor: pointer;
}

#pchead #pcSearch.open .sb {
  display: flex;
}

#pchead #pcSearch .sb {
  position: absolute;
  width: 15em;
  right: 0;
  background-color: #eae4dc;
  display: none;
  justify-content: center;
  align-items: center;
  padding: 0.5em;
  box-sizing: border-box;
}

#pchead #pcSearch .sb input {
  padding: 0.3em;
}

#pchead #pcSearch .sb button {
  cursor: pointer;
  background: none;
  border: none;
}

/*=============================================================================
トップページコンテンツ
=============================================================================*/
.topSlider {
  max-width: 1000px;
  margin: 0 auto;
}

.topSlider .slick-slide {
  height: auto;
  transform: scale(0.85);
  transition: opacity 0.5s, transform 0.3s;
  width: 100%;
}

@media screen and (max-width: 900px) {
  .topSlider .slick-slide {
    transform: scale(1);
    padding: 0;
  }
}

.topSlider .slick-center {
  transform: scale(1);
}

#topContent {
  max-width: 1000px;
  margin: 0 auto;
}

#topContent .btnArea {
  text-align: center;
  margin-top: 4em;
  margin-bottom: 6em;
}

#topContent .btnArea a {
  border: solid 1px #333;
  padding: 0.7em 1.7em;
  letter-spacing: 0.2em;
  color: #333;
}

#topContent .btnArea a:hover, #topContent .btnArea a:focus, #topContent .btnArea a:active {
  text-decoration: none;
}

#topContent .itemList {
  width: 100%;
}

#topContent h2 {
  text-align: center;
  font-family: "Noto Serif JP";
  border-top: 0;
  border-bottom: 0;
  font-size: 1.8em;
  letter-spacing: 0.1em;
}

#topContent h2.fs-p-heading--lv2 {
  display: none;
}

#topContent span.fr3-item__productPrice__value {
  font-size: 1.4em;
}

#coordinate-container {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 8em;
}

#coordinate-container > div {
  width: 25%;
  padding: 0.5em;
  box-sizing: border-box;
  position: relative;
}

@media screen and (max-width: 900px) {
  #coordinate-container > div {
    width: calc(100% / 3);
    font-size: 0.6em;
    line-height: 1.8em;
  }
  #coordinate-container > div:last-child {
    display: none;
  }
}

#coordinate-container > div img {
  display: block;
  margin-bottom: 0.5em;
}

#coordinate-container > div a {
  text-decoration: none;
  color: #333;
}

#coordinate-container > div a p {
  margin-top: 0;
  margin-bottom: 0;
}

#coordinate-container > div div .btnArea {
  margin-top: 2em;
  margin-bottom: 0;
  font-size: 0.8em;
  position: absolute;
  bottom: -3em;
  width: 100%;
  box-sizing: border-box;
  left: 0;
}

@media screen and (max-width: 900px) {
  article.fr3-item:nth-child(10) {
    display: none;
  }
}

/*=============================================================================
商品一覧制御
=============================================================================*/
h2.fs-c-productListItem__productName.fs-c-productName {
  border-top: 0;
  border-bottom: 0;
}

span.fs-c-productName__copy {
  display: none;
}

span.fs-c-sortItems__list__item__label {
  background: #666;
}

body#fs_ProductCategory .fs-c-productPrice.fs-c-productPrice--listed {
  display: none;
}

body#fs_ProductCategory .salePrice .fs-c-productPrice.fs-c-productPrice--listed {
  font-size: 0.9em;
  text-decoration: line-through;
  display: block;
}

body#fs_ProductCategory .salePrice .fs-c-productPrice.fs-c-productPrice--selling {
  color: #a72626;
}

body#fs_ProductCategory .salePrice .fs-c-productPrice.fs-c-productPrice--selling:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  color: #a72626;
}

/*=============================================================================
検索一覧制御尾
=============================================================================*/
body#fs_ProductSearch .fs-c-productPrice.fs-c-productPrice--listed {
  display: none;
}

body#fs_ProductSearch .salePrice .fs-c-productPrice.fs-c-productPrice--listed {
  font-size: 0.9em;
  text-decoration: line-through;
  display: block;
}

body#fs_ProductSearch .salePrice .fs-c-productPrice.fs-c-productPrice--selling {
  color: #a72626;
}

body#fs_ProductSearch .salePrice .fs-c-productPrice.fs-c-productPrice--selling:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  color: #a72626;
}

/*=============================================================================
商品ページコーディネート
=============================================================================*/
#cordinateBox {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

#cordinateBox .cordContent {
  display: flex;
  justify-content: center;
  margin-bottom: 3em;
  padding: 1em 0 0;
}

@media screen and (min-width: 900px) {
  #cordinateBox .cordContent {
    width: 50%;
    box-sizing: border-box;
    padding-bottom: 2em;
  }
}

#cordinateBox .cordContent > div {
  box-sizing: border-box;
  padding: 0.2em;
}

@media screen and (max-width: 900px) {
  #cordinateBox .cordContent > div {
    width: 50%;
  }
}

#cordinateBox .cordContent p {
  margin-top: 0;
  margin-bottom: 0;
}

#cordinateBox .cordContent .mainBox img {
  max-width: 250px;
  width: 100%;
}

#cordinateBox .cordContent .item {
  background: #fafafa;
  margin-bottom: 0.5em;
}

#cordinateBox .cordContent .item:last-child {
  margin-bottom: 0;
}

#cordinateBox .cordContent .item a {
  display: flex;
  align-items: center;
}

#cordinateBox .cordContent .item a img {
  max-width: 130px;
  width: 100%;
}

@media screen and (max-width: 900px) {
  #cordinateBox .cordContent .item a img {
    max-width: 80px;
  }
}

#cordinateBox .cordContent .item a p {
  padding: 0.4em;
}

#cordinateBox .btnArea {
  text-align: center;
  margin-top: 4em;
  margin-bottom: 6em;
}

#cordinateBox .btnArea a {
  border: solid 1px #333;
  padding: 0.7em 1.7em;
  letter-spacing: 0.2em;
  color: #333;
}

#cordinateBox .btnArea a:hover, #cordinateBox .btnArea a:focus, #cordinateBox .btnArea a:active {
  text-decoration: none;
}

/*=============================================================================
特集・スペシャルページ
=============================================================================*/
#specialPage {
  max-width: 760px;
  margin: 0 auto;
  /* CSS */
}

#specialPage img {
  width: 100%;
  max-width: 100%;
}

#specialPage .itemBlock > div {
  padding: 1em 0;
  box-sizing: border-box;
}

#specialPage .itemBlock .itemImg01 {
  width: 80%;
  margin: 0 auto;
}

#specialPage .itemBlock .itemImg02 {
  width: 65%;
  margin-left: auto;
  margin-top: -18%;
}

#specialPage .itemImg03 {
  width: 55%;
  padding-top: 0px !important;
}

#specialPage .btnImg {
  max-width: 65%;
  text-align: center;
  margin: 2em auto 3em;
}

#specialPage .animate {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

#specialPage .animate.visible {
  opacity: 1;
  transform: translateY(0);
}
