:before, :after, :root{
  --header__logo-width: 220px;
  --header--height: 6rem;
  --header--offset-top: 1.8rem;
  --font-base__size: 13px;
  --content--max-width: 1216px;
  --input--height: 36px;
  --input-search--max-width: 180px;
  --header-icons--max-width: 170px;
  --nav-offset__items--max-width: calc(var(--input-search--max-width) + var(--header-icons--max-width));
}
.fs-p-drawerButton{ display:flex; }
.fs-c-productImageModal__contents,
.fs-c-productImageModal__close{ margin-top: 100px; }
.fs-pt-carousel img{ padding: 0 5px; }
.slick-track .fs-c-buttonContainer{ display: none; }
.fs-preview-header{
  position: fixed;
  z-index: 10002;
}
.fs-l-page{
  /*padding-top: var(--header--height);*/
  font-size: var(--font-base__size);
}
.fs-l-pageMain {
  margin-top: 18px;
}
.fs-l-header{
  padding: 0;
  margin: 0;
  background-color: #fff;
  position: static;
  top: 0;
  left: 0;
  z-index: 10001;
  width: 100%;
  box-shadow: 0px 3px 2px -2px rgb(0 0 0 / 5%);
}
.fs-l-header__contents{
  display: flex;
  align-items: center;
  /*justify-content: space-between;*/
  justify-content: left;
  height: var(--header--height);
  max-width: var(--content--max-width);
  margin: auto;
  position: relative;
  /*margin: 0 auto;*/
  /*max-width: 1216px;*/
  /*padding: 8px;*/
}
.fs-l-header__leftContainer{
  /*display: none;*/
}
.fs-l-header__logo,.fs-l-header__utility{
  display: flex;
  height: 100%;
}
.fs-l-header__utility{
  margin-left: auto;
  margin-right: 0;
} 
.fs-l-header__utility *:last-child{
  align-self: auto;
}
.fs-p-headerUtilityMenu{ display: none; }
.fs-p-headerNavigation__search,
.fs-p-headerNavigation__listItem:nth-child(2){
  display: none;
}
.fs-l-header__logo{ padding: 8px 0; }
.fs-p-logo{
  flex-direction: inherit;
  padding: 0 0;
}
.fs-p-logo__image{
  width: var(--header__logo-width);
  max-width: 30vw;
  vertical-align: middle;
  /*width: auto;*/
}
.fs-p-headerUtilityMenu__list{
  display: flex;
  font-size: var(--font-base__size);
  padding-top: var(--header--offset-top);
  /*padding-right: var(--nav-offset__items--max-width);*/
  padding-right: 10px;
  height: var(--header--height);
  line-height: var(--input--height);
}
.fs-pt-menu a{
  padding: 0;
  margin: 0;
}
.fs-p-headerNavBar{
  background: unset;
  border: none;
  color: #3c3c3c;
}
.fs-p-headerNavigation{
  flex-flow: nowrap;
  padding-top: var(--header--offset-top);
}
.fs-p-headerNavigation__listItem{
  min-width: auto;
}
.fs-p-headerNavigation__link:link{
  color: #3c3c3c;
}
.fs-p-headerNavigation__link:visited{
  color: #3c3c3c;
}
.fs-p-headerNavigation__link:hover{
  color: #3c3c3c;
}
.fs-p-headerNavigation__link:active{
  color: #3c3c3c;
}
.fs-p-headerNavigation__link{
  font-size: 9px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  padding: 0 5px;
  margin: 0;
}
.fs-p-headerNavigation__link > i{
  font-size: 2.2rem;
}
.fs-p-headerNavigation__viewCartButton__label{
  /*font-size: 9px;*/
  /*padding-top: 2px;*/
}
.fs-p-cartItemNumber{
  top: -5px;
  right: 0;
}
.fs-p-drawer{
  box-shadow: none;
  transition-duration: 0.2s;
  min-width: 90vw;
}
.fs-p-drawer__loginLogout{ margin: 8px 0; }
.fs-p-drawer__myPage__link{
  border: 1px solid #212121;
  border-radius: 20px;
  color: #212121;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  text-decoration: none;
}
.fs-p-drawer__myPage__link:hover {
  background: #2559A8;
  color: #ffffff;
  text-decoration: none;
}
.fs-p-productDescription img{ display: block; }
.c-tit{
  font-weight: bold;
  letter-spacing: .08em;
  margin: 0;
  width: 100%;
}
.c-tit.c-tit--1{
  background-color: #F5EDE2;
  color: #333;
  font-size: 1.8rem;
  padding: 1.5rem 1.5rem 1.2rem;
}
.c-tit.c-tit--1.c-tit--1--1{ background-color: #eeeeee; }
.c-tit.c-tit--1.c-tit--1--2{ background-color: #f5ede2; }
.c-tit.c-tit--1.c-tit--1--3{ background-color: #e9eef3; }
.c-tit.c-tit--1.c-tit--1--4{ background-color: #eae5de; }
.c-tit.c-tit--1.c-tit--1--5{ background-color: #f9efef; }
.c-tit.c-tit--1.c-tit--1--6{ background-color: #cfe9e5; }
.c-tit.c-tit--2 {
  border-bottom: #000 dotted 1px;
  color: #333;
  font-size: 1.6rem;
  margin: 0 auto;
  width: calc(100% - 40px);
}
.c-tit.c-tit--3 {
  background-color: #ffec70;
  text-align: center;
  font-size: 1.8rem;
  padding: 1.5rem 1.5rem 1.2rem;
}
.fs-c-subgroupList__item {
    flex-grow: 0;
    height: 4em;
}
.fs-c-accountService__page{ flex-basis: calc(100vw / 3 - 12px); }
.fs-c-accountService__page--couponList { flex-basis: 100%; }
@media screen and (min-width: 600px) {
  .fs-c-accountService__page{ flex-basis: 128px; }
}
@media screen and (min-width: 960px) {
  .fs-p-drawerButton{ display: none; }
  .fs-pt-carousel img{ max-width: 700px; }
  .fs-p-logo__image {
    max-height: 100px;
  }
  .fs-p-drawer{
    min-width: auto;
  }
  .fs-p-footerNavigationItem.ys-p-footerNavigationItem_x2 {
    grid-column: 2 / 4;
    grid-row: 1 / 2;
  }
  .fs-p-footerNavigationItem.ys-p-footerlogo {
    margin: 10px;
  }
  .box._a {
    order: 1;
  }
  .box._b {
    order: 2;
  }
  .box._c {
    order: 3;
  }
  .fs-l-page{
    padding-top: var(--header--height);
  }
  .fs-l-header{
    position: fixed;
  }
  .fs-l-header__leftContainer{
    display: none;
  }
  .fs-p-headerUtilityMenu{
    display: flex;
  }
  .fs-p-headerNavigation__search{
    display: block;
    padding-right: 10px;
  }
  .fs-p-headerNavigation__listItem:not(:last-child){
    display: flex;
  }
  .fs-p-cartItemNumber{
    /*top: 2px;*/
    right: 2px;
  }
}

/* ドロワーメニューからPCのみ検索窓を消す */
  aside.fs-p-drawer.fs-l-sideArea h2:first-of-type,
  aside.fs-p-drawer.fs-l-sideArea div.fs-p-searchForm {
    display: none;
  }

@media screen and (min-width: 768px) and (max-width: 960px) {
  .fs-pt-carousel img{ max-width: 700px; }
  /* ys-p-footerlogo を1行目1列目に配置 */
  .fs-p-footerNavigationItem.ys-p-footerlogo {
    grid-column: 1 / 3;
    grid-row: 2 / 3;
  }
  .box._a {
    order: 3;
  }
  .box._b {
    order: 1;
  }
  .box._c {
    order: 2;
  }
}
@media screen and (max-width: 768px) {
  .box._a {
    order: 3;
  }
  .box._b {
    order: 1;
  }
  .box._c {
    order: 2;
  }
}
.button01 {
  background-color: #fff;
  border: solid 2px #2f4f4f;
  color: #2f4f4f;
  margin: 10px;
  padding: 10px 30px;
  text-decoration: none;
  font-size: 1em;
}
.button01:hover {
  color: #2f4f4f;
  text-decoration: none;
  background-color: #b0e0e6;
}
.button_attention {
  background-color: rgb(225, 39, 39);
  color: white !important;
  border-radius: 10px;
  padding: 10px 30px;
  text-decoration: none;
  font-size: 1em;
  box-shadow: 0 5px 0 #eee;
  display: block;
  width: 100%;
  text-align:center;
}
.button_attention:hover {
  text-decoration: none;
  color: white;
  opacity: 0.6;
}
.fs-c-productMark__mark {
  line-height: 1.6;
  border-radius: unset;
  padding-left: 1rem;
  padding-right: 1rem;
  opacity: .8;
  margin-right: 5px;
  margin-bottom: 5px;
}
.material-symbols-rounded {
  font-variation-settings:
  'FILL' 0,
  'wght' 300,
  'GRAD' 0,
  'opsz' 24
}
@media screen and (min-width: 1200px) {
  .fs-p-drawer__myPage{ display: none; }
}

