@charset "UTF-8";

/* reset */
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}
dl,
dt,
dd {
  padding: 0;
  margin: 0;
  font-weight: normal;
}

/* common */
body a:hover {
  text-decoration: none!important;
  opacity: .8;
}
.is-pc {
  display: none;
}
@media screen and (min-width: 600px) {
  .is-pc {
    display: block;
  }
}
.is-sp {
  display: block;
}
@media screen and (min-width: 600px) {
  .is-sp {
    display: none;
  }
}
.commonInner {
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  .commonInner {
    max-width: calc(1200px + 40px);
    padding: 0 20px;
  }
}
@media screen and (min-width: 1200px) {
  .commonInner {
    max-width: calc(1200px + 100px);
    padding: 0 50px;
  }
}


/* commonContents */
.commonContents {
  width: 100%;
  padding: 40px 10px 50px;
  margin: 0;
  position: relative;
}
@media screen and (min-width: 600px) {
  .commonContents {
    padding: 45px 0 40px;
  }
}
.commonContents::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 600px) {
  .commonContents::before {
    width: calc(100% + 40px);
    left: -20px;
  }
}
@media screen and (min-width: 1200px) {
  .commonContents::before {
    width: calc(100% + 100px);
    left: -50px;
  }
}
.commonContents.bg-blue::before {
  background: #F2F6F9;
}
.commonContents-inner {
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 2;
}
.commonContents-title {
  width: 100%;
  padding: 0 0 15px;
  margin: 0 0 20px;
  border-bottom: 1px solid #CCCCCC;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.7;
}
.commonContents-mainBlock {
  width: 100%;
  padding: 0;
  margin: 0;
}
.commonContents-btnBlock {
  width: 100%;
  padding: 25px 0 0;
  margin: 0;
}
@media screen and (min-width: 600px) {
  .commonContents-btnBlock {
    padding-top: 45px;
  }
}


/* commonProcutList */
.commonProcutList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  margin: 0 0 -30px;
}
@media screen and (min-width: 600px) {
  .commonProcutList {
    justify-content: flex-start;
    margin-bottom: -70px;
  }
}
.commonProcutList-item {
  display: flex;
  width: calc(50% - 8px);
  padding: 0;
  margin: 0 0 30px;
}
@media screen and (min-width: 600px) {
  .commonProcutList-item {
    width: calc(25% - 20.25px);
    margin: 0 27px 70px 0;
  }
  .commonProcutList-item:nth-child(4n) {
    margin-right: 0;
  }
}
.commonProcutList-item .is-inner {
  display: flex;
  width: 100%;
  color: inherit;
}

/* SP時にスワイプ */
@media screen and (max-width: 599px) {
  .productSpSwipe {
    width: calc(100% + 15px);
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .productSpSwipe::-webkit-scrollbar {
    display: none;
  }
  .productSpSwipe .commonProcutList {
    flex-wrap: nowrap;
    justify-content: flex-start;
    min-width: 580px;
    margin: 0;
  }
  .productSpSwipe .commonProcutList-item {
    width: 32vw;
    margin: 0 10px 0 0;
  }
}

/* 任意商品表示パーツのスライダー外し */
.productSpSwipe .fs-c-productListCarousel {
  width: 100%;
}
.productSpSwipe .fs-c-productListCarousel__ctrl {
  display: none;
}
.productSpSwipe .fs-c-productListCarousel__list {
  width: 100%;
  overflow: visible;
}
.productSpSwipe .fs-c-productListCarousel__list__itemTrack {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  margin: 0 0 -30px;
}
@media screen and (min-width: 600px) {
  .productSpSwipe .fs-c-productListCarousel__list__itemTrack {
    justify-content: flex-start;
    margin-bottom: -70px;
  }
}
.productSpSwipe .fs-c-productListCarousel__list__item {
  display: flex;
  flex-direction: column;
  width: calc(50% - 8px);
  flex-basis: calc(50% - 8px);
  max-width: unset;
  min-width: unset;
  padding: 0;
  margin: 0 0 30px;
  position: relative;
}
@media screen and (min-width: 600px) {
  .productSpSwipe .fs-c-productListCarousel__list__item {
    width: calc(25% - 20.25px);
    flex-basis: calc(25% - 20.25px);
    margin: 0 27px 70px 0;
  }
  .productSpSwipe .fs-c-productListCarousel__list__item:nth-child(4n) {
    margin-right: 0;
  }
}

/* 任意商品表示パーツのスライダー外し SP時にスワイプ */
@media screen and (max-width: 599px) {
  .productSpSwipe .fs-c-productListCarousel {
    width: calc(100% + 10px);
    overflow: visible;
  }
  .productSpSwipe .fs-c-productListCarousel__list__itemTrack {
    flex-wrap: nowrap;
    justify-content: flex-start;
    min-width: 580px;
    margin: 0;
  }
  .productSpSwipe .fs-c-productListCarousel__list__item {
    width: 32vw;
    margin: 0 10px 0 0;
  }
}



/* commonProcutBlock */
.commonProcutBlock {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.commonProcutBlock-head {
  width: 100%;
  padding: 0;
  margin: 0 0 10px;
  font-weight: normal;
}
.commonProcutBlock-head-img {
  display: block;
  width: 100%;
  height: 0;
  padding: 100% 0 0;
  margin: 0;
  position: relative;
  overflow: hidden;
}
.commonProcutBlock-head-img img {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.commonProcutBlock-head-name {
  width: 100%;
  padding: 12px 0 0;
  margin: 0;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.7;
}
@media screen and (min-width: 600px) {
  .commonProcutBlock-head-name {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
.commonProcutBlock-body {
  width: 100%;
  padding: 0;
  margin: 0;
}
.commonProcutBlock-body-price {
  width: 100%;
  padding: 0;
  margin: 0;
  color: #BE0000;
  font-size: 1.6rem;
}
@media screen and (min-width: 600px) {
  .commonProcutBlock-body-price {
    font-size: 1.8rem;
  }
}


/* commonBtn */
.commonBtn {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
.commonBtn .is-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 200px;
  height: 45px;
  padding: 0;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #333333;
  color: #333333;
  font-weight: 700;
  font-size: 14px;
  line-height: normal;
}
.commonBtn .is-text {
  display: inline-block;
  width: calc(100% - 20px);
  max-width: 95px;
  padding: 0 18px;
  text-align: center;
  position: relative;
}
.commonBtn .is-text::before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  background: url(icon/icon_btnArrowList_arrow.svg) no-repeat center center / 100% auto;
  position: absolute;
  top: calc(50% - 9px);
  right: 0;
}




/* header */
.fs-l-header {
  width: 100%;
  padding: 0;
}
.fs-l-header__contents {
  display: block;
  width: 100%;
}
.headerArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  height: 65px;
  padding: 0;
}
@media screen and (min-width: 600px) {
  .headerArea {
    height: 90px;
  }
}
.headerArea.is-simple {
  justify-content: center;
}
.headerArea-logoBlock {
  display: flex;
  align-items: center;
  width: 200px;
  padding: 0 0 0 10px;
}
@media screen and (min-width: 600px) {
  .headerArea-logoBlock {
    width: 200px;
    padding-left: 16px;
  }
}
@media screen and (min-width: 1000px) {
  .headerArea-logoBlock {
    width: 320px;
  }
}
.headerArea-logoBlock-anniversaryImg {
  display: block;
  width: 37px;
  margin: 0 5px 0 0;
}
@media screen and (min-width: 600px) {
  .headerArea-logoBlock-anniversaryImg {
    width: 70px;
    margin-right: 10px;
  }
}
.headerArea-logoBlock-anniversaryImg .is-inner {
  display: block;
  width: 100%;
  height: 0;
  padding: 91.42% 0 0;
  margin: 0;
  background: url(common/logo_21th_Anniversary.png) no-repeat center center / 100% auto;
  text-indent: -1000px;
  overflow: hidden;
}
.headerArea-logoBlock-logoImg {
  display: block;
  width: 136px;
  padding-top: 5px;
}
@media screen and (min-width: 600px) {
  .headerArea-logoBlock-logoImg {
    width: 215px;
  }
}
.headerArea-logoBlock-logoImg .is-inner {
  display: block;
  width: 100%;
  height: 0;
  padding: 25.11% 0 0;
  margin: 0;
  background: url(common/logo.png) no-repeat center center / 100% auto;
  text-indent: -1000px;
  overflow: hidden;
}
.headerArea-infoBlock {
  display: flex;
  align-items: center;
  width: calc(100% - 200px);
  max-width: 175px;
}
@media screen and (min-width: 600px) {
  .headerArea-infoBlock {
    width: calc(100% - 200px - 20px);
    max-width: 1130px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1000px) {
  .headerArea-infoBlock {
    width: calc(100% - 320px - 20px);
  }
}
.headerArea-infoBlock-search {
  display: none;
}
@media screen and (min-width: 600px) {
  .headerArea-infoBlock-search {
    display: block;
    width: calc(100% - 200px);
  }
}
@media screen and (min-width: 1000px) {
  .headerArea-infoBlock-search {
    width: calc(100% - 300px);
  }
}
.headerArea-infoBlock-search .fs-p-inputGroup {
  border: 1px solid #CCCCCC;
}
.headerArea-infoBlock-search .fs-p-searchForm__input {
  width: calc(100% - 45px);
  padding: 0 20px;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.1em;
}
.headerArea-infoBlock-search .fs-p-searchForm__input::placeholder {
  color: #BBBBBB;
}
.headerArea-infoBlock-search .fs-p-inputGroup__button {
  width: 45px;
  height: 45px;
  background: #333 url(icon/icon_search.png) no-repeat center center / 20px auto;
  text-indent: -1000px;
  overflow: hidden;
}
.headerArea-infoBlock-search .fs-p-inputGroup__button::before {
  content: none;
}
.headerArea-infoBlock-navi {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .headerArea-infoBlock-navi {
    width: 200px;
  }
}
@media screen and (min-width: 1000px) {
  .headerArea-infoBlock-navi {
    width: 300px;
  }
}
.headerArea-infoBlock-navi-list {
  list-style: none;
  display: flex;
  width: 100%;
  height: 65px;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 600px) {
  .headerArea-infoBlock-navi-list {
    height: 90px;
    padding: 0 10px;
  }
}
@media screen and (min-width: 1000px) {
  .headerArea-infoBlock-navi-list {
    padding: 0 20px;
  }
}
.headerArea-infoBlock-navi-list-item {
  width: 33.33%;
}
.headerArea-infoBlock-navi-list-item.is-pc {
  display: none!important;
}
@media screen and (min-width: 600px) {
  .headerArea-infoBlock-navi-list-item.is-pc {
    display: block!important;
  }
}
.headerArea-infoBlock-navi-list-item .is-inner {
  display: block;
  width: 100%;
  padding: 40px 0 0;
  color: #000000;
  text-align: center;
  font-size: 12px;
  position: relative;
}
@media screen and (min-width: 600px) {
  .headerArea-infoBlock-navi-list-item .is-inner {
    padding-top: 55px;
    font-size: 11px;
  }
}
@media screen and (min-width: 1000px) {
  .headerArea-infoBlock-navi-list-item .is-inner {
    font-size: 12px;
  }
}
.headerArea-infoBlock-navi-list-item .is-inner.navi-member,
.headerArea-infoBlock-navi-list-item .is-inner.navi-mypage {
  display: none;
}
.headerArea-infoBlock-navi-list-item .is-inner.navi-member.is-loggedIn--false,
.headerArea-infoBlock-navi-list-item .is-inner.navi-mypage.is-loggedIn--true {
  display: block;
}
.headerArea-infoBlock-navi-list-item .is-inner.navi-login,
.headerArea-infoBlock-navi-list-item .is-inner.navi-logout {
  display: none;
}
.headerArea-infoBlock-navi-list-item .is-inner.navi-login.is-loggedIn--false,
.headerArea-infoBlock-navi-list-item .is-inner.navi-logout.is-loggedIn--true {
  display: block;
}
.headerArea-infoBlock-navi-list-item .is-inner:hover {
  text-decoration: none;
  opacity: .8;
}
.headerArea-infoBlock-navi-list-item .is-inner::before {
  content: '';
  display: block;
  width: 100%;
  height: 35px;
  background: no-repeat bottom center / contain;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 600px) {
  .headerArea-infoBlock-navi-list-item .is-inner::before {
    height: 47px;
  }
}
.headerArea-infoBlock-navi-list-item .is-inner.navi-member::before,
.headerArea-infoBlock-navi-list-item .is-inner.navi-mypage::before {
  background-image: url(icon/icon_navi_member.png);
  background-size: 18px auto;
}
.headerArea-infoBlock-navi-list-item .is-inner.navi-login::before {
  background-image: url(icon/icon_navi_login.png);
  background-size: 18px auto;
}
.headerArea-infoBlock-navi-list-item .is-inner.navi-logout::before {
  background-image: url(icon/icon_navi_logout.png);
  background-size: 18px auto;
}
.headerArea-infoBlock-navi-list-item .is-inner.navi-cart::before {
  background-image: url(icon/icon_navi_cart.png);
  background-size: 19px auto;
}
.headerArea-infoBlock-navi-list-item .is-inner.navi-menu::before {
  background-image: url(icon/icon_drawer_open.png);
  background-size: 23px auto;
}
.gnaviArea {
  display: none;
}
@media screen and (min-width: 600px) {
  .gnaviArea {
    display: flex;
    align-items: center;
    width: 100%;
    height: 60px;
    background: #F2F6F9;
  }
}
.gnaviArea-list {
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
}
.gnaviArea-list-item {
  display: inline-block;
  width: auto;
  margin: 0 22px;
}
.gnaviArea-list-item .is-inner {
  color: #0080CC;
  font-weight: 700;
  font-size: 15px;
}
.gnaviArea-list-item .is-inner:hover {
  text-decoration: none;
  opacity: .8;
}

/* drawerArea */
.drawerArea {
  display: block;
  width: 100%;
  min-height: 100vh;
  padding: 0;
  margin: 0;
  background: rgba(0,0,0,.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  transform: translateX(-100%);
  transition: transform .3s ease-in-out;
}
.drawerArea.is-active {
  transform: translateX(0);
}
.drawerArea-inner {
  display: flex;
  width: 100%;
  height: 100vh;
}
.drawerArea-main {
  width: calc(100% - 50px);
  height: 100%;
  background: #fff;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.drawerArea-main::-webkit-scrollbar {
  display:none;
}
.drawerArea-contents {
  width: 100%;
}
.drawerArea-contents .drawerArea-contents-title,
.drawerArea-contents-title {
  display: block;
  width: 100%;
  padding: 8px;
  margin: 0;
  background: #0080CC;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
}
.drawerArea-link .drawerArea-contents-title {
  position: relative;
}
.drawerArea-link .drawerArea-contents-title::before {
  content: '';
  display: block;
  width: 10px;
  height: 12px;
  background: url(icon/icon_arrow_white.svg) no-repeat center center / 100% auto;
  position: absolute;
  top: calc(50% - 6px);
  right: 20px;
  z-index: 1;
  transition: transform .3s ease-in-out;
}
.drawerArea-link .drawerArea-contents-title.is-open::before {
  transform: rotate(90deg);
}
.drawerArea-memberMenu .drawerArea-contents-title {
  background-color: #EE8539;
}
.drawerArea-contents-main {
  width: 100%;
}
.drawerArea-memberMenu-list {
  list-style: none;
  display: flex;
  width: 100%;
  padding: 0;
  margin: 0;
}
.drawerArea-memberMenu-list.fs-clientInfo.is-ready {
  display: flex!important;
}
.drawerArea-memberMenu-item {
  width: 50%;
}
.drawerArea-memberMenu-item.navi-member,
.drawerArea-memberMenu-item.navi-mypage,
.drawerArea-memberMenu-item.navi-login,
.drawerArea-memberMenu-item.navi-logout {
  display: none;
}
.drawerArea-memberMenu-item.navi-member.is-loggedIn--false,
.drawerArea-memberMenu-item.navi-mypage.is-loggedIn--true,
.drawerArea-memberMenu-item.navi-login.is-loggedIn--false,
.drawerArea-memberMenu-item.navi-logout.is-loggedIn--true {
  display: block;
}
.drawerArea-memberMenu-item + .drawerArea-memberMenu-item {
  position: relative;
}
.drawerArea-memberMenu-item + .drawerArea-memberMenu-item::before {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background-color: #EE8539;
  position: absolute;
  top: 0;
  left: -1px;
}
.drawerArea-memberMenu-item .is-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  color: #EE8539;
  font-weight: 700;
  font-size: 14px;
}
.drawerArea-memberMenu-item .is-text {
  padding-left: 36px;
  position: relative;
}
.drawerArea-memberMenu-item .is-text::before {
  content: '';
  display: block;
  width: 18px;
  height: 24px;
  background: no-repeat center center / 100% auto;
  position: absolute;
  top: calc(50% - 12px);
  left: 0;
}
.drawerArea-memberMenu-item .is-text.navi-member::before,
.drawerArea-memberMenu-item .is-text.navi-mypage::before {
  background-image: url(icon/icon_drawer_member.png);
}
.drawerArea-memberMenu-item .is-text.navi-login::before {
  background-image: url(icon/icon_drawer_login.png);
}
.drawerArea-memberMenu-item .is-text.navi-logout::before {
  background-image: url(icon/icon_drawer_logout.png);
  background-size: 100% auto;
}
.drawerArea-category-list {
  width: 100%;
}
.drawerArea-category-item {
  width: 100%;
}
.drawerArea-category-title {
  width: 100%;
  padding: 14px 10px;
  margin: 0;
  background: #E5EDF3;
  color: #333333;
  font-weight: 700;
  font-size: 15px;
}
.drawerArea-category-acd {
  width: 100%;
}
.drawerArea-category-acd + .drawerArea-category-acd {
  border-top: 1px solid #CCCCCC;
}
.drawerArea-category-acd .drawerArea-category-acd-title {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 16px 20px;
  color: #333333;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3;
  position: relative;
}
.drawerArea-category-acd .drawerArea-category-acd-title::before {
  content: '';
  display: block;
  width: 10px;
  height: 12px;
  background: url(icon/icon_arrow.svg) no-repeat center center / 100% auto;
  position: absolute;
  top: calc(50% - 6px);
  right: 20px;
  z-index: 1;
  transition: transform .3s ease-in-out;
}
.drawerArea-category-acd .drawerArea-category-acd-title.is-active::before {
  transform: rotate(90deg);
}
.drawerArea-category-acd-main {
  display: none;
  width: 100%;
  padding: 0 20px;
  border-top: 1px solid #CCCCCC;
}
.drawerArea-category-acd-main.is-open {
  display: block;
}
.drawerArea-category-acd-main-inner {
  width: 100%;
  padding: 5px 0 25px;
}
.drawerArea-category-acd-main-text {
  width: 100%;
  padding: 0;
  margin: 20px 0 0;
  font-size: 1.4rem;
  line-height: 1.71;
}
.drawerArea-category-acd-main-text img {
  display: block;
  width: 100%;
  height: auto;
}
.drawerArea-category-linkList {
  width: 100%;
  padding: 3px 0;
}
.drawerArea-category-linkList-item {
  width: 100%;
}
.drawerArea-category-linkList-item + .drawerArea-category-linkList-item {
  border-top: 1px solid #CCCCCC;
}
.drawerArea-category-linkList-item .is-inner {
  display: block;
  width: 100%;
  padding: 13px 0;
  color: #333333;
  font-size: 14px;
  line-height: 1.4;
}
.drawerArea-guide .drawerArea-category-acd-title {
  background: #F3F3F3;
}
.drawerArea-link + .drawerArea-link {
  border-top: 1px solid #fff;
}
.drawerArea-link .drawerArea-contents-title {
  padding: 13px 8px;
}
.drawerArea-close {
  width: 50px;
  background: transparent;
}
.drawerArea-close .is-inner {
  display: block;
  width: 100%;
  height: 50px;
  background: url(icon/icon_drawer_close.png) no-repeat center center / 20px auto;
  text-indent: -1000px;
  overflow: hidden;
}

/* footer */

.fs-l-footer {
  width: 100%;
  padding: 0;
  margin: 50px 0 0;
  background: transparent;
  border: none;
}
@media screen and (min-width: 600px) {
  .fs-l-footer {
    margin-top: 124px;
  }
}


/* footerTopArea */

.footerTopArea {
  width: 100%;
  padding: 50px 10px 20px;
  border-top: 1px solid #CCCCCC;
}
@media screen and (min-width: 600px) {
  .footerTopArea {
    padding: 124px 0 74px;
  }
}

.footerTopArea-contents {
  width: 100%;
  padding: 0;
  margin: 0;
}
.footerTopArea-contents  + .footerTopArea-contents {
  margin-top: 50px;
}
@media screen and (min-width: 600px) {
  .footerTopArea-contents  + .footerTopArea-contents {
    margin-top: 80px;
  }
}
.footerTopArea-contents-title {
  width: 100%;
  padding: 0 0 20px;
  margin: 0 0 30px;
  border-bottom: 1px solid #333333;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
}
@media screen and (min-width: 600px) {
  .footerTopArea-contents-title {
    padding-bottom: 30px;
    margin-bottom: 50px;
    font-size: 23px;
  }
}
.footerTopArea-contents-main {
  width: 100%;
}

.footerTopArea-1col {
  width: 100%;
  padding: 15px 0 0;
}
.footerTopArea-1col-item + .footerTopArea-1col-item {
  margin-top: 45px;
}
@media screen and (min-width: 600px) {
  .footerTopArea-1col-item + .footerTopArea-1col-item {
    margin-top: 74px;
  }
}

.footerTopArea-2col {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .footerTopArea-2col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 5px;
  }
}
.footerTopArea-2col-item {
  width: 100%;
  padding: 0;
  margin: 0 0 15px;
}
@media screen and (min-width: 600px) {
  .footerTopArea-2col-item {
    width: calc(50% - 10px);
    max-width: 550px;
  }
}

.footerTopArea-3col {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .footerTopArea-3col {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0 5px;
  }
}
.footerTopArea-3col-item {
  width: 100%;
  padding: 5px 0 0;
  margin: 0 0 15px;
}
@media screen and (min-width: 600px) {
  .footerTopArea-3col {
    padding: 0;
    justify-content: space-between;
  }
  .footerTopArea-3col-item {
    width: auto;
  }
  .footerTopArea-3col-item:nth-child(1) {
    width: calc(50% - 15px);
  }
  .footerTopArea-3col-item:nth-child(2) {
    width: calc(50% - 15px);
  }
  .footerTopArea-3col-item:nth-child(3) {
    width: 100%;
  }
}
@media screen and (min-width: 1300px) {
  .footerTopArea-3col-item {
    flex-wrap: nowrap;
    width: auto;
  }
  .footerTopArea-3col-item:nth-child(1) {
    max-width: calc(350px + 10px);
    /* margin-right: 65px; */
  }
  .footerTopArea-3col-item:nth-child(2) {
    max-width: calc(230px + 10px);
    /* margin-right: 65px; */
  }
  .footerTopArea-3col-item:nth-child(3) {
    max-width: 470px;
  }
}

.footerTopArea-subContents {
  width: 100%;
}
.footerTopArea-subContents-title {
  width: 100%;
  padding: 0;
  margin: 0 0 15px;
  font-weight: 700;
  font-size: 16px;
}
@media screen and (min-width: 600px) {
  .footerTopArea-subContents-title {
    font-size: 18px;
  }
}
.footerTopArea-subContents-main {
  width: 100%;
}

.footerTopArea-btnList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.footerTopArea-btnList-item {
  display: flex;
  width: calc(50% - 2.5px);
  padding: 0;
  margin: 0 0 10px;
}
@media screen and (min-width: 600px) {
  .footerTopArea-btnList-item {
    width: calc(50% - 5px);
  }
}
.footerTopArea-btnList-item .is-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 11.5px 5px;
  border: 1px solid #333333;
  font-size: 14px;
  line-height: 1.4;
}

.footerTopArea-3col-item .footerTopArea-btnList {
  justify-content: flex-start;
}
.footerTopArea-3col-item .footerTopArea-btnList-item {
  width: calc(33.3% - 3.33px);
  margin-right: 5px;
}
.footerTopArea-3col-item .footerTopArea-btnList-item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (min-width: 600px) {
  .footerTopArea-3col-item .footerTopArea-btnList-item {
    width: calc(33.3% - 6.66px);
    margin-right: 10px;
  }
  .footerTopArea-3col-item .footerTopArea-btnList-item:nth-child(3n) {
    margin-right: 0;
  }
  .footerTopArea-3col-item:nth-child(3) .footerTopArea-btnList-item {
    width: calc(16.66% - 8.33px);
  }
  .footerTopArea-3col-item:nth-child(3) .footerTopArea-btnList-item:nth-child(3n) {
    margin-right: 10px;
  }
  .footerTopArea-3col-item:nth-child(3) .footerTopArea-btnList-item:nth-child(6n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1300px) {
  .footerTopArea-3col-item .footerTopArea-btnList-item {
    /* width: calc(33.3% - 6.66px); */
    width: 110px;
  }
  .footerTopArea-3col-item:nth-child(3) .footerTopArea-btnList-item {
    width: 110px;
  }
  .footerTopArea-3col-item:nth-child(3) .footerTopArea-btnList-item:nth-child(6n) {
    margin-right: 10px;
  }
  .footerTopArea-3col-item:nth-child(3) .footerTopArea-btnList-item:nth-child(4n) {
    margin-right: 0;
  }
}

.footerTopArea-btnArrowList {
  width: 100%;
  max-width: 355px;
  padding: 0;
  margin: 0 auto;
}
.footerTopArea-btnArrowList-item {
  width: 100%;
  padding: 0;
  margin: 0;
}
.footerTopArea-btnArrowList-item + .footerTopArea-btnArrowList-item {
  margin-top: 20px;
}
.footerTopArea-btnArrowList-item .is-inner {
  display: block;
  width: 100%;
  padding: 11px 0;
  border: 1px solid #333333;
  text-align: center;
  color: #333333;
  font-weight: 700;
  font-size: 14px;
}
.footerTopArea-btnArrowList-item .is-text {
  display: inline-block;
  width: calc(100% - 20px);
  max-width: 134px;
  padding: 0 18px;
  text-align: center;
  position: relative;
}
.footerTopArea-btnArrowList-item .is-text::before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  background: url(icon/icon_btnArrowList_arrow.svg) no-repeat center center / 100% auto;
  position: absolute;
  top: calc(50% - 9px);
  right: 0;
}

.footerTopArea-linkList {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .footerTopArea-linkList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1300px) {
  .footerTopArea-linkList {
    justify-content: flex-start;
  }
}
.footerTopArea-linkList-item {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .footerTopArea-linkList-item {
    width: calc(50% - 7px);
  }
}
@media screen and (min-width: 1300px) {
  .footerTopArea-linkList-item {
    width: calc(33.33% - 26.66px);
    margin-right: 40px;
  }
  .footerTopArea-linkList-item:nth-child(3n) {
    margin-right: 0;
  }
}
.footerTopArea-linkList-item .is-inner {
  display: inline-block;
  width: auto;
  padding: 10px 0 10px 20px;
  font-size: 14px;
  line-height: 1.42;
  position: relative;
}
@media screen and (min-width: 600px) {
  .footerTopArea-linkList-item .is-inner {
    font-size: 15px;
  }
}
.footerTopArea-linkList-item .is-inner::before {
  content: '';
  display: block;
  width: 5px;
  height: 1px;
  background: #333;
  position: absolute;
  top: 50%;
  left: 0;
}

.footerTopArea-model .footerTopArea-linkList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 600px) {
  .footerTopArea-model .footerTopArea-linkList {
    justify-content: flex-start;
  }
}
.footerTopArea-model .footerTopArea-linkList-item {
  width: calc(50% - 7px);
}
@media screen and (min-width: 600px) {
  .footerTopArea-model .footerTopArea-linkList-item {
    width: calc(33.33% - 26.66px);
    margin-right: 40px;
  }
  .footerTopArea-model .footerTopArea-linkList-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1300px) {
  .footerTopArea-model .footerTopArea-linkList-item {
    width: calc(20% - 16px);
    margin-right: 20px;
  }
  .footerTopArea-model .footerTopArea-linkList-item:nth-child(3n) {
    margin-right: 20px;
  }
  .footerTopArea-model .footerTopArea-linkList-item:nth-child(5n) {
    margin-right: 0;
  }
}


/* headerSearchSP */

.headerSearchSP {
  width: 100%;
  padding: 0 10px;
  margin: 0;
}
@media screen and (min-width: 600px) {
  .headerSearchSP {
    display: none;
  }
}
.headerSearchSP .headerArea-infoBlock-search {
  display: block;
}
.headerSearchSP .headerArea-infoBlock-search .fs-p-searchForm__input {
  width: calc(100% - 40px);
}
.headerSearchSP .headerArea-infoBlock-search .fs-p-inputGroup__button {
  width: 40px;
  height: 40px;
}


/* footerBottomArea */

.footerBottomArea {
  width: 100%;
  padding: 0 20px 110px;
}
@media screen and (min-width: 600px) {
  .footerBottomArea {
    padding: 80px 0;
    background: #F2F6F9;
  }
}

.footerBottomArea-wrap {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .footerBottomArea-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1300px) {
  .footerBottomArea-wrap {
    flex-wrap: nowrap;
  }
}
.footerBottomArea-wrap-item {
  width: 100%;
}
@media screen and (max-width: 599px) {
  .footerBottomArea-wrap-item + .footerBottomArea-wrap-item {
    margin-top: 15px;
  }
}
@media screen and (min-width: 600px) {
  .footerBottomArea-wrap-item {
    width: calc(50% - 15px);
  }
}
@media screen and (min-width: 1300px) {
  .footerBottomArea-wrap-item {
    width: calc(33.33% - 20px);
  }
}

.footerBottomArea-contents {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .footerBottomArea-contents {
    padding: 30px;
    background: #fff;
  }
}
.footerBottomArea-contents + .footerBottomArea-contents {
  margin-top: 15px;
}
@media screen and (min-width: 600px) {
  .footerBottomArea-contents + .footerBottomArea-contents {
    margin-top: 30px;
  }
}
.footerBottomArea-contents-title {
  width: 100%;
  padding: 20px 30px 20px 0;
  margin: 0;
  border-bottom: 1px solid #CCCCCC;
  font-weight: 700;
  font-size: 16px;
  position: relative;
}
@media screen and (min-width: 600px) {
  .footerBottomArea-contents-title {
    padding: 0 0 30px;
    font-size: 18px;
  }
}
.footerBottomArea-contents-title::before {
  content: '';
  display: block;
  width: 10px;
  height: 12px;
  background: url(icon/icon_arrow.svg) no-repeat center center / 100% auto;
  position: absolute;
  top: calc(50% - 6px);
  right: 10px;
  z-index: 1;
  transition: transform .3s ease-in-out;
}
.footerBottomArea-contents-title.is-active::before {
  transform: rotate(90deg);
}
@media screen and (min-width: 600px) {
  .footerBottomArea-contents-title::before {
    display: none;
  }
}
.footerBottomArea-contents-main {
  display: none;
  width: 100%;
  padding: 20px 0;
}
.footerBottomArea-contents-main.is-open {
  display: block;
}
@media screen and (min-width: 600px) {
  .footerBottomArea-contents-main {
    display: block!important;
    padding: 30px 0 0;
  }
}
.footerBottomArea-contents-main-text {
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.71;
}
.footerBottomArea-contents-main-text img {
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 15px 0;
}
.footerBottomArea-contents-main-text .is-bold {
  font-weight: 700;
}
.footerBottomArea-contents-main-text .is-red {
  color: #BE0000;
}




/* pageUpBtn */

.pageUpBtn {
  width: 80px;
  height: 80px;
  /* position: absolute; */
  /* top: -80px; */
  position: fixed;
  right: 5px;
  bottom: 5px;
  opacity: 0;
  transition: opacity .3s ease-in-out;
}
@media screen and (min-width: 600px) {
  .pageUpBtn {
    width: 105px;
    height: 105px;
    /* top: -115px; */
    bottom: 22px;
    right: 22px;
  }
}
.pageUpBtn.is-fixed {
  /* position: fixed; */
  opacity: 1;
}
.pageUpBtn-btn {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background: url(common/pageUpBtn_sp.png) no-repeat center center / 100% auto;
  text-indent: -1000px;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (min-width: 600px) {
  .pageUpBtn-btn {
    background-image: url(common/pageUpBtn_pc.png);
  }
  .pageUpBtn-btn:hover {
    opacity: .8;
  }
}



/* footerCopyrightArea */
.footerCopyrightArea {
  width: 100%;
  padding: 0 0 20px;
  margin: 0;
  background: #0080CC;
  color: #fff;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 600px) {
  .footerCopyrightArea {
    padding-bottom: 27px;
  }
}
.footerCopyrightArea-navi {
  width: 100%;
  padding: 28px 0 18px;
}
.footerCopyrightArea-navi-list {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .footerCopyrightArea-navi-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1100px) {
  .footerCopyrightArea-navi-list {
    justify-content: center;
  }
}
.footerCopyrightArea-navi-list-item {
  width: 100%;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 600px) {
  .footerCopyrightArea-navi-list-item {
    width: calc(50% - 15px);
  }
}
@media screen and (min-width: 1100px) {
  .footerCopyrightArea-navi-list-item {
    width: auto;
  }
}
.footerCopyrightArea-navi-list-item .is-inner {
  display: block;
  width: 100%;
  padding: 12px;
  color: #fff;
  font-size: 16px;
}
@media screen and (min-width: 1100px) {
  .footerCopyrightArea-navi-list-item .is-inner {
    display: inline-block;
    width: auto;
  }
}
.footerCopyrightArea-copyright {
  width: 100%;
}
.footerCopyrightArea-copyright-text {
  width: 100%;
  font-size: 12px;
}


/* main */

.fs-l-main {
  width: 100%;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 600px) {
  .fs-l-main {
    width: calc(100% - 20px);
    max-width: 1220px;
    /* max-width: 1250px; */
    margin: 0 auto;
  }
}
#fs_ProductCategory .fs-l-main,
.fs-l-main#topPage {
  max-width: 1250px;
}
.fs-l-pageMain {
  width: 100%;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 599px) {
  #fs_CustomPage .fs-l-pageMain {
    padding: 0 15px;
  }
}
@media screen and (min-width: 600px) {
  .fs-l-pageMain {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-l-pageMain {
    padding: 0 8px;
  }
}


/* sideNavi */

@media screen and (min-width: 1200px) {
  .fs-l-sideArea {
    width: 285px;
    max-width: unset;
    padding: 0;
    margin: 0 24px 0 0;
  }
  .fs-l-sideArea + .fs-l-pageMain,
  .fs-l-pageMain + .fs-l-sideArea {
    width: calc(100% - 285px - 24px);
    max-width: unset;
    padding: 0 50px;
    margin: 0 auto;
  }
}
.fs-l-sideArea .fs-p-drawer__heading {
  display: none;
}
.sideNavi {
  width: 100%;
  padding: 45px 0 0;
  margin: 0;
}
.sideNavi .footerTopArea-contents + .footerTopArea-contents {
  margin-top: 50px;
}
.sideNavi .footerTopArea-contents-title {
  padding-bottom: 20px;
  margin-bottom: 35px;
  border-color: #CCCCCC;
  font-size: 17px;
}
.sideNavi .footerTopArea-contents-main {
  max-width: 255px;
  margin: 0 auto;
}
.sideNavi .footerTopArea-subContents + .footerTopArea-subContents {
  margin-top: 13px;
}
.sideNavi .footerTopArea-subContents-title {
  font-size: 14px;
}
.sideNavi .footerTopArea-btnList-item .is-inner {
  padding: 7px 5px;
  border-color: #DDDDDD;
  border-radius: 70px;
  color: #333333;
  font-size: 14px;
}
.sideNavi .footerTopArea-btnList.type-wide .footerTopArea-btnList-item,
.sideNavi .footerTopArea-btnList-item.type-wide {
  width: 100%;
}



/* topPage */

.topPage-slideArea {
  width: 100%;
  padding: 0;
  margin: 0 0 12.5px;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .topPage-slideArea {
    padding-top: 20px;
    margin-bottom: 15px;
  }
}
.topPage-slideArea-slide {
  width: 100%;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 600px) {
  .topPage-slideArea-slide {
    width: calc(43.229vw + 10px);
    max-width: calc(830px + 10px);
    margin: 0 auto;
  }
}
.topPage-slideArea-slide .slick-list {
  overflow: visible!important;
}
.topPage-slideArea-slide .slick-list .slick-slide {
  width: 100vw;
}
@media screen and (min-width: 600px) {
  .topPage-slideArea-slide .slick-list .slick-slide {
    width: calc(43.229vw + 10px);
    max-width: calc(830px + 10px);
  }
}
.topPage-slideArea-slide .slick-list .slick-slide > div {
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .topPage-slideArea-slide .slick-list .slick-slide > div {
    padding: 0 5px;
  }
}
.topPage-slideArea-slide .slick-list .slick-slide > div figure {
  width: 100%;
  height: 0;
  padding: 57.22% 0 0;
  position: relative;
  overflow: hidden;
}
.topPage-slideArea-slide .slick-list .slick-slide > div figure img {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.topPage-slideArea-slide .slick-list .slick-slide a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 600px) {
  .topPage-slideArea-slide .slick-list .slick-slide a:hover {
    opacity: .8;
  }
}
.topPage-slideArea-slide .slick-dots {
  width: 100%;
  padding: 2.5px 10px 0;
  margin: 0;
}
@media screen and (min-width: 600px) {
  .topPage-slideArea-slide .slick-dots {
    padding-top: 12.5px;
  }
}
.topPage-slideArea-slide .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 7.5px;
}
.topPage-slideArea-slide .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
  text-indent: -1000px;
  line-height: normal;
  overflow: hidden;
  position: relative;
  opacity: 1;
}
.topPage-slideArea-slide .slick-dots li button::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #CCCCCC;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1!important;
}
.topPage-slideArea-slide .slick-dots li.slick-active button:before {
  background: #333333;
}


/* topPage-rankingArea */
@media screen and (min-width: 600px) {
  .topPage-rankingArea .commonContents-title {
    display: flex;
    justify-content: space-between;
  }
}
.topPage-rankingArea .commonContents-title .is-title {
  display: block;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .topPage-rankingArea .commonContents-title .is-title {
    width: 240px;
  }
}
.topPage-rankingArea-tabNavi {
  display: flex;
  width: 100%;
  padding: 15px 0 12px;
  margin: 0;
}
@media screen and (min-width: 600px) {
  .topPage-rankingArea-tabNavi {
    width: calc(100% - 240px);
    max-width: 550px;
    padding: 0 0 10px;
  }
}
.topPage-rankingArea-tabNavi-item {
  width: calc(33.33% - 3.33px);
  padding: 0;
  margin: 0 5px 0 0;
}
.topPage-rankingArea-tabNavi-item:nth-child(3n) {
  margin-right: 0;
}
.topPage-rankingArea-tabNavi-item .is-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 34px;
  background: #fff;
  color: #333333;
  font-weight: normal;
  font-size: 14px;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 600px) {
  .topPage-rankingArea-tabNavi-item .is-inner:hover {
    opacity: .8;
  }
}
.topPage-rankingArea-tabNavi-item .is-inner::before {
  content: '';
  display: block;
  width: 100%;
  height: 7px;
  background: transparent url(icon/icon_ranking_fukidashi.svg) no-repeat center top / auto 100%;
  position: absolute;
  bottom: -6px;
  left: 0;
  z-index: 1;
  opacity: 0;
}
.topPage-rankingArea-tabNavi-item .is-inner.is-active {
  background: #333333;
  color: #fff;
  font-weight: 700;
}
.topPage-rankingArea-tabNavi-item .is-inner.is-active::before {
  opacity: 1;
}
.topPage-rankingArea-tabList-item {
  display: none;
  width: 100%;
  padding: 0;
  margin: 0;
}
.topPage-rankingArea-tabList-item.is-active {
  display: block;
}
.topPage-rankingArea .commonProcutList .commonProcutList-item,
.topPage-rankingArea .fs-c-productListCarousel__list__itemTrack .fs-c-productListCarousel__list__item {
  margin-top: 30px;
  position: relative;
}
.topPage-rankingArea .commonProcutList .commonProcutList-item::before,
.topPage-rankingArea .fs-c-productListCarousel__list__itemTrack .fs-c-productListCarousel__list__item::before {
  content: '';
  display: block;
  width: 100%;
  height: 30px;
  background: transparent no-repeat top left / auto 26.21px;
  position: absolute;
  top: -30px;
  left: 0;
  z-index: 1;
}
.topPage-rankingArea .commonProcutList .slick-slide:nth-child(1) .commonProcutList-item::before,
.topPage-rankingArea .fs-c-productListCarousel__list__itemTrack .slick-slide:nth-child(1) .fs-c-productListCarousel__list__item::before {
  background-image: url(icon/icon_ranking_num01.svg);
}
.topPage-rankingArea .commonProcutList .slick-slide:nth-child(2) .commonProcutList-item::before,
.topPage-rankingArea .fs-c-productListCarousel__list__itemTrack .slick-slide:nth-child(2) .fs-c-productListCarousel__list__item::before {
  background-image: url(icon/icon_ranking_num02.svg);
}
.topPage-rankingArea .commonProcutList .slick-slide:nth-child(3) .commonProcutList-item::before,
.topPage-rankingArea .fs-c-productListCarousel__list__itemTrack .slick-slide:nth-child(3) .fs-c-productListCarousel__list__item::before {
  background-image: url(icon/icon_ranking_num03.svg);
}
.topPage-rankingArea .commonProcutList .slick-slide:nth-child(4) .commonProcutList-item::before,
.topPage-rankingArea .fs-c-productListCarousel__list__itemTrack .slick-slide:nth-child(4) .fs-c-productListCarousel__list__item::before {
  background-image: url(icon/icon_ranking_num04.svg);
}


/* topPage-makerBrandArea */
.topPage-makerBrandArea-brandList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  margin: 0 0 -20px;
}
@media screen and (min-width: 600px) {
  .topPage-makerBrandArea-brandList {
    justify-content: flex-start;
    margin-bottom: -30px;
  }
}
.topPage-makerBrandArea-brandList-item {
  width: calc(50% - 7.5px);
  margin: 0 0 20px;
}
@media screen and (min-width: 600px) {
  .topPage-makerBrandArea-brandList-item {
    width: calc(25% - 34.5px);
    margin: 0 46px 30px 0;
  }
  .topPage-makerBrandArea-brandList-item:nth-child(4n) {
    margin-right: 0;
  }
}
.topPage-makerBrandArea-brandList-item .is-inner {
  display: block;
  width: 100%;
}
.topPage-makerBrandArea-brandImg {
  width: 100%;
}
.topPage-makerBrandArea-brandImg img {
  display: block;
  width: 100%;
  height: auto;
}
.topPage-makerBrandArea-brandName {
  width: 100%;
  text-align: center;
  color: #333333;
  font-weight: normal;
  font-size: 13px;
}


/* topPage-bnrArea */
.topPage-bnrArea-list {
  width: 100%;
  padding: 0;
  margin: 0;
}
.topPage-bnrArea-list-item {
  width: 100%;
  padding: 0;
  margin: 0;
}
.topPage-bnrArea-list-item + .topPage-bnrArea-list-item {
  margin-top: 10px;
}
@media screen and (min-width: 600px) {
  .topPage-bnrArea-list-item + .topPage-bnrArea-list-item {
    margin-top: 20px;
  }
}
.topPage-bnrArea-list-item .is-inner {
  display: block;
  width: 100%;
}
.topPage-bnrArea-list-item img {
  display: block;
  width: 100%;
  height: auto;
}


/* topPage-chouchouKIKIarea" */
.topPage-chouchouKIKIarea .commonContents-title {
  margin-bottom: 0;
  border-bottom: none;
  position: relative;
}
@media screen and (min-width: 600px) {
  .topPage-chouchouKIKIarea .commonContents-title {
    margin-bottom: 20px;
  }
}
.topPage-chouchouKIKIarea .commonContents-title::before {
  content: '';
  display: block;
  width: 106px;
  height: 45px;
  background: transparent url(topPage/chouchouKIKIarea_img.png) no-repeat center center / 100% auto;
  position: absolute;
  top: -25px;
  right: 0;
  z-index: 1;
}
@media screen and (min-width: 600px) {
  .topPage-chouchouKIKIarea .commonContents-title::before {
    width: 161px;
    height: 68px;
    top: -17px;
  }
}
.topPage-chouchouKIKIarea-list {
  width: 100%;
  padding: 0;
  margin: 0 0 -10px;
}
@media screen and (min-width: 600px) {
  .topPage-chouchouKIKIarea-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -27px;
  }
}
.topPage-chouchouKIKIarea-list-item {
  width: 100%;
  padding: 0;
  margin: 0 0 10px;
}
@media screen and (min-width: 600px) {
  .topPage-chouchouKIKIarea-list-item {
    width: calc(50% - 10px);
    margin-bottom: 27px;
  }
}
.topPage-chouchouKIKIarea-list-item .is-inner {
  display: block;
  width: 100%;
}
.topPage-chouchouKIKIarea-list-item img {
  display: block;
  width: 100%;
  height: auto;
}


/* topPage-newsArea */
.topPage-newsArea .commonContents-title {
  padding-bottom: 0;
  border-bottom: none;
}
.topPage-newsArea-main {
  width: 100%;
  padding: 30px 20px;
  margin: 0;
  border: 1px solid #333333;
}
@media screen and (min-width: 600px) {
  .topPage-newsArea-main {
    padding: 50px 20px;
  }
}
.topPage-newsArea-contents {
  width: 100%;
  max-width: 720px;
  padding: 0;
  margin: 0 auto;
  border-bottom: 1px solid #DDDDDD;
}
@media screen and (min-width: 600px) {
  .topPage-newsArea-contents {
    display: flex;
    justify-content: space-between;
  }
}
.topPage-newsArea-contents-date {
  width: 100%;
  padding: 12px 0 0;
  margin: 0;
  color: #707070;
  font-weight: normal;
  font-size: 13px;
}
@media screen and (min-width: 600px) {
  .topPage-newsArea-contents-date {
    display: flex;
    align-items: center;
    width: 120px;
    padding: 20px 0;
  }
}
.topPage-newsArea-contents-text {
  width: 100%;
  padding: 12px 0;
  margin: 0;
  color: #333333;
  font-size: 14px;
}
@media screen and (min-width: 600px) {
  .topPage-newsArea-contents-text {
    display: flex;
    align-items: center;
    width: calc(100% - 120px);
    max-width: 548px;
    padding: 22px 0;
    font-size: 15px;
  }
}
.topPage-newsArea-contents-text-inner {
  width: 100%;
}

/* column */
.topPage-newsArea-main .fs-pt-column {
  width: 100%;
}
.topPage-newsArea-main .fs-pt-column__item {
  width: 100%;
  max-width: 720px;
  padding: 0;
  margin: 0 auto;
  border-bottom: 1px solid #DDDDDD;
}
@media screen and (min-width: 600px) {
  .topPage-newsArea-main .fs-pt-column__item {
    display: flex;
    justify-content: space-between;
  }
}
.topPage-newsArea-main .fs-pt-column__heading {
  width: 100%;
  padding: 12px 0 0;
  margin: 0;
  color: #707070;
  font-weight: normal;
  font-size: 13px;
}
@media screen and (min-width: 600px) {
  .topPage-newsArea-main .fs-pt-column__heading {
    display: flex;
    align-items: center;
    width: 120px;
    padding: 20px 0;
  }
}
.topPage-newsArea-main .fs-pt-column__description {
  width: 100%;
  padding: 12px 0;
  margin: 0;
  color: #333333;
  font-size: 14px;
}
@media screen and (min-width: 600px) {
  .topPage-newsArea-main .fs-pt-column__description {
    display: flex;
    align-items: center;
    width: calc(100% - 120px);
    max-width: 548px;
    padding: 22px 0;
    font-size: 15px;
  }
}
.topPage-newsArea-main a.fs-pt-column__item .fs-pt-column__description {
  text-decoration: underline;
}


/* fs-c-breadcrumb */
.fs-c-breadcrumb {
  width: 100%;
  padding: 20px 10px 10px;
  margin: 0;
  color: #333333;
  font-size: 1.3rem;
}
@media screen and (min-width: 600px) {
  .fs-c-breadcrumb {
    padding-bottom: 0;
  }
}
.fs-c-breadcrumb__list {
  width: 100%;
  max-width: 1200px;
  /* max-width: 1250px; */
  padding: 0;
  margin: 0 auto;
}
#fs_ProductCategory .fs-c-breadcrumb__list {
  max-width: 1250px;
}
.fs-c-breadcrumb a,
.fs-c-breadcrumb a:visited,
.fs-c-breadcrumb a:hover {
  color: #0080CC;
}


/* 下層ページ */
.fs-c-heading--page {
  width: calc(100% - 20px);
  padding: 40px 0 15px;
  margin: 0 auto 20px;
  border-bottom: 1px solid #CCCCCC;
  color: #333333;
  text-align: left;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 600px) {
  .fs-c-heading--page {
    width: 100%;
    padding: 45px 0 20px;
  }
}


/* 商品一覧 */
.fs-c-productList {
  width: 100%;
  padding: 0;
  margin: 0;
}

/* 子カテゴリ一覧 */
.fs-c-subgroup {
  padding: 0 10px;
}
@media screen and (min-width: 600px) {
  .fs-c-subgroup {
    padding: 0;
  }
}
.fs-c-subgroupList {
  width: 100%;
}
.fs-c-subgroupList__item {
  display: flex;
  flex-grow: 0;
  padding: 0;
  margin: 0;
}
.fs-c-subgroupList__item:nth-child(4n) {
  margin-right: 0;
}
.fs-c-subgroupList__item:nth-child(n + 5) {
  margin-top: 6px;
}
.fs-c-subgroupList__link {
  display: flex;
  width: 100%;
}
.fs-c-subgroupList__link::after {
  display: none;
}
.fs-c-subgroupList__label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 799px) {
  .fs-c-subgroupList__item {
    width: calc(50% - 3px);
    flex-basis: calc(50% - 3px);
    margin-right: 6px;
  }
  .fs-c-subgroupList__item:nth-child(2n) {
    margin-right: 0;
  }
  .fs-c-subgroupList__item:nth-child(n + 3) {
    margin-top: 6px;
  }
}
@media screen and (min-width: 800px) {
  .fs-c-subgroupList__item {
    width: calc(25% - 4.5px);
    flex-basis: calc(25% - 4.5px);
    margin-right: 6px;
  }
  .fs-c-subgroupList__item:nth-child(4n) {
    margin-right: 0;
  }
  .fs-c-subgroupList__item:nth-child(n + 5) {
    margin-top: 6px;
  }
}

/* コントローラー */
.fs-c-productList__controller {
  width: calc(100% - 20px);
  padding: 0;
  margin: 0 auto 20px;
}
@media screen and (min-width: 600px) {
  .fs-c-productList__controller {
    width: 100%;
    padding: 16px 0 20px;
    margin: 0;
  }
}
.fs-c-productList__controller .fs-c-pagination {
  display: none;
}
.fs-c-productList__controller .fs-c-sortItems {
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
}
.fs-c-sortItems__label {
  padding: 4px 0;
  margin: 0 10px 0 0;
  border: none;
  color: #333333;
  font-weight: 700;
  font-size: 1.3rem;
}
.fs-c-sortItems__list {
  border: none;
}
.fs-c-sortItems__list > li {
  margin: 0 10px 0 0;
}
.fs-c-sortItems__list .fs-c-sortItems__list__item.is-active {
  background: none;
}
.fs-c-sortItems__list .fs-c-sortItems__list__item__label {
  padding: 4px 0 4px 10px;
  margin: 0;
  color: #333333;
  font-size: 1.3rem;
  position: relative;
}
.fs-c-sortItems__list .fs-c-sortItems__list__item__label::before {
  content: '';
  display: block;
  width: 1px;
  height: 12px;
  background: #333;
  position: absolute;
  top: calc(50% - 6px);
  left: 0;
  z-index: 1;
}
.fs-c-sortItems__list .fs-c-sortItems__list__item.is-active .fs-c-sortItems__list__item__label {
  color: #0080CC;
}
.fs-c-productList__controller .fs-c-listControl {
  width: 100%;
  padding: 10px 0 0;
  margin: 0;
  font-size: 1.3rem;
}
@media screen and (min-width: 600px) {
  .fs-c-productList__controller .fs-c-listControl {
    padding-top: 0;
  }
}
.fs-c-listControl__status__indication__separator {
  padding: 0 4px 0 2px;
}

/* 商品一覧下のコントローラー */
.fs-c-productList__list + .fs-c-productList__controller {
  padding: 0;
}
.fs-c-productList__list + .fs-c-productList__controller .fs-c-sortItems {
  display: none;
}
.fs-c-productList__list + .fs-c-productList__controller .fs-c-listControl .fs-c-listControl__status {
  display: none;
}
.fs-c-productList__list + .fs-c-productList__controller .fs-c-listControl .fs-c-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding: 0;
  margin: 0;
}
.fs-c-pagination__item {
  display: flex;
  flex: unset;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  padding: 0;
  margin: 0 7px 7px;
  border-radius: 100%;
  color: #333333;
  font-weight: normal;
  font-size: 20px;
  line-height: normal;
}
.fs-c-pagination__item.is-active {
  background: #0080CC;
  color: #fff;
}
.fs-c-pagination__item--next::before {
  color: #707070;
  font-weight: 700;
  font-size: 20px;
}


/* 商品一覧本体 */
.fs-c-productList__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .fs-c-productList__list {
    width: calc(100% + 27px);
    margin-left: -13.5px;
  }
}
.fs-c-productList__list__item {
  display: flex;
  margin: 0;
  border: none;
}
@media screen and (max-width: 599px) {
  .fs-c-productList__list__item {
    width: 50%;
    padding: 0 7px 0 10px;
    margin-bottom: 30px;
  }
  .fs-c-productList__list__item:nth-child(2n) {
    padding: 0 10px 0 7px;
  }
}
@media screen and (min-width: 600px) {
  .fs-c-productList__list__item {
    width: 25%;
    padding: 0 13.5px;
    margin-bottom: 65px;
  }
}
.fs-c-productList__list__item form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  position: relative;
}


/* 商品画像拡大ボタン */
.fs-c-productListItem__viewMoreImageButton {
  display: none;
}

/* 商品画像 */
.fs-c-productListItem__imageContainer {
  display: block;
  width: 100%;
  height: 0;
  padding: 100% 0 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.fs-c-productListItem__image {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.fs-c-productListItem__image a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.fs-c-productListItem__image a::before {
  box-sizing: border-box;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #DDDDDD;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}
.fs-c-productListItem__image__image {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

/* 商品名 */
.fs-c-productListItem__productName {
  width: 100%;
  padding: 100% 0 0;
  margin: 0;
}
.fs-c-productListItem__productName a {
  display: block;
  width: 100%;
  padding: 12px 0 0;
  text-align: left;
  color: #333;
  font-size: 1.4rem;
  line-height: 1.7;
}
@media screen and (min-width: 600px) {
  .fs-c-productListItem__productName a {
    padding-top: 22px;
    font-size: 1.5rem;
    line-height: 1.6;
  }
}

/* 商品価格 productPage-priceBlock */
.productPage-priceBlock {
  width: 100%;
}
.productPage-priceBlock::after {
  content: '';
  clear: both;
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.productPage-priceBlock .fs-c-productPrice--listed {
  display: none;
}
.productPage-priceBlock .fs-c-productPrices--productDetail {
  width: auto;
  margin-right: 5px;
  float: left;
}
.fs-c-productListItem__prices {
  display: block;
  width: 100%;
  padding: 0;
  margin: 10px 0 0;
}
.fs-c-productListItem__prices .fs-c-productPrice--listed {
  display: none;
}
.fs-c-productPrice__main__label {
  display: none;
}
.fs-c-productPrice__main__price .fs-c-price__value,
.fs-c-productPrice__addon {
  color: #BE0000;
  font-size: 1.6rem;
}
@media screen and (min-width: 600px) {
  .fs-c-productPrice__main__price .fs-c-price__value,
  .fs-c-productPrice__addon {
    font-size: 1.8rem;
  }
}
.fs-c-productPrice__main__price .fs-c-price__value {
  position: relative;
}
.fs-c-productPrice__main__price .fs-c-price__value::after {
  content: "\5186";
}
.fs-c-price__currencyMark {
  display: none;
}
.fs-c-productListItem__control {
  display: none;
}

.productPage-priceBlock .fs-c-productPostage {
  padding-top: 3px;
  font-size: 14px;
}
@media screen and (min-width: 600px) {
  .productPage-priceBlock .fs-c-productPostage {
    padding-top: 5px;
  }
}


/* 任意商品表示パーツ */
.commonContents-mainBlock .fs-c-productListCarousel {
  width: calc(100% + 10px + 10px);
  padding: 0;
  margin: 0 0 0 -10px;
}
@media screen and (min-width: 600px) {
  .commonContents-mainBlock .fs-c-productListCarousel {
    width: calc(100% + 20px + 20px);
    margin-left: -20px;
  }
}
@media screen and (min-width: 1200px) {
  .commonContents-mainBlock .fs-c-productListCarousel {
    width: calc(100% + 48px + 48px);
    margin-left: -48px;
  }
}
.commonContents-mainBlock .fs-c-productListCarousel .slick-track {
  display: flex;
}
.commonContents-mainBlock .fs-c-productListCarousel .slick-slide {
  float: none;
  display: flex;
  height: auto;
}
.commonContents-mainBlock .fs-c-productListCarousel .slick-slide > div {
  display: flex;
  width: 100%;
  padding-right: 10px;
}
@media screen and (min-width: 600px) {
  .commonContents-mainBlock .fs-c-productListCarousel .slick-slide > div {
    padding-right: 27px;
  }
}
.commonContents-mainBlock .fs-c-productListCarousel__list {
  overflow: visible;
}
.fs-c-productListCarousel__list__item {
  display: flex!important;
  flex-direction: column;
  justify-content: space-between;
  margin: 0;
  position: relative;
}
.commonContents-mainBlock .fs-c-productListCarousel .slick-slide > div .fs-c-productListCarousel__list__item {
  flex-basis: 120px;
  max-width: 120px;
  min-width: 120px;
}
@media screen and (min-width: 600px) {
  .commonContents-mainBlock .fs-c-productListCarousel .slick-slide > div .fs-c-productListCarousel__list__item {
    flex-basis: 190px;
    max-width: 190px;
    min-width: 190px;
  }
}
.commonContents-mainBlock .fs-c-productListCarousel__ctrl {
  flex-basis: 30px;
  max-width: 30px;
  min-width: 30px;
}
@media screen and (min-width: 600px) {
  .commonContents-mainBlock .fs-c-productListCarousel__ctrl {
    flex-basis: 20px;
    max-width: 20px;
    min-width: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .commonContents-mainBlock .fs-c-productListCarousel__ctrl {
    flex-basis: 48px;
    max-width: 48px;
    min-width: 48px;
  }
}
.commonContents-mainBlock .fs-c-productListCarousel__ctrl .fs-c-button--carousel {
  width: 100%;
}
.commonContents-mainBlock .fs-c-productListCarousel__ctrl .fs-c-button--carousel::before {
  display: block;
  background: #0080CC;
  border-radius: 100%;
  color: #fff;
  font-size: 20px;
}
@media screen and (min-width: 600px) {
  .commonContents-mainBlock .fs-c-productListCarousel__ctrl .fs-c-button--carousel::before {
    font-size: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .commonContents-mainBlock .fs-c-productListCarousel__ctrl .fs-c-button--carousel::before {
    font-size: 30px;
  }
}



/* productPage */
/* .fs-body-product .fs-c-breadcrumb__list {
  max-width: 1200px;
} */
.fs-body-product .fs-l-main {
  width: 100%;
  max-width: 1240px;
}
.fs-body-product .fs-l-pageMain {
  max-width: 100%;
  padding: 10px 0 0;
}
@media screen and (min-width: 600px) {
  .fs-body-product .fs-l-pageMain {
    padding: 47px 20px 0;
  }
}
.fs-l-productLayout {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 600px) {
  .fs-l-productLayout {
    display: flex;
    justify-content: space-between;
  }
}
.fs-l-productLayout__item {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
.fs-l-productLayout__item--2 {
  padding: 0 10px;
}
@media screen and (min-width: 600px) {
  .fs-l-productLayout__item--1 {
    width: 50%;
  }
  .fs-l-productLayout__item--2 {
    width: calc(50% - 30px);
    max-width: 545px;
    padding: 0;
  }
}

/* productMainImage */
.fs-l-productLayout .fs-c-productMainImage {
  width: 100%;
}
.fs-l-productLayout .fs-c-productMainImage__image {
  width: 100%;
}
.fs-l-productLayout .fs-c-productMainImage__image img {
  display: block;
  width: 100%;
  height: auto;
}
.fs-l-productLayout .fs-c-productMainImage__expandButton {
  display: none;
}
.fs-l-productLayout .fs-c-productThumbnail {
  width: 100%;
  padding: 10px 5px;
  margin: 0;
}
@media screen and (min-width: 600px) {
  .fs-l-productLayout .fs-c-productThumbnail {
    width: calc(100% + 5px);
    padding: 10px 0 0;
    margin-bottom: 44px;
  }
}
.fs-l-productLayout .fs-c-productThumbnail__image {
  flex-basis: 20%;
  width: 20%;
  min-width: 20%;
  padding: 5px 2.5px;
  margin: 0;
  position: relative;
}
@media screen and (min-width: 600px) {
  .fs-l-productLayout .fs-c-productThumbnail__image {
    flex-basis: 70px;
    width: 70px;
    min-width: 70px;
    padding: 0;
    margin: 5px 5px 0 0;
  }
}
.fs-l-productLayout .fs-c-productThumbnail__image.is-active::before {
  box-sizing: border-box;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border: 3px solid #0080CC;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 599px) {
  .fs-l-productLayout .fs-c-productThumbnail__image.is-active::before {
    width: calc(100% - 5px);
    height: calc(100% - 10px);
    top: 5px;
    left: 2.5px;
  }
}
.fs-l-productLayout .fs-c-productThumbnail__image > img {
  display: block;
  width: 100%;
  height: auto;
}
.fs-l-productLayout .fs-c-productThumbnail__image.is-active > img {
  border: none;
}

/* productDetailPage-detailImageArea */
.productDetailPage-detailImageArea {
  width: 100%;
}
.productDetailPage-detailImageArea-wrap {
  width: 100%;
  font-size: 1.5rem;
}
.productDetailPage-detailImageArea p {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 1.5rem;
}
.productDetailPage-detailImageArea p + p {
  margin-top: 30px;
}
.productDetailPage-detailImageArea-wrap img,
.productDetailPage-detailImageArea p img {
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}


/* productDetailPage-mark */
.productDetailPage-mark {
  width: 100%;
}
.productDetailPage-mark .fs-c-productMark {
  width: 100%;
  padding: 0;
  margin: 0 0 6px;
}
.productDetailPage-mark .fs-c-productMark__item {
  margin: 0 10px 10px 0;
}
.productDetailPage-mark .fs-c-productMark__mark {
  padding: 6px 15px;
  background: #333333;
  border-radius: 5px;
  color: #fff;
  font-size: 13px;
}

/* idBlock */
.productPage-idBlock {
  width: 100%;
}
.productPage_idTitle {
  font-weight: 600;
  font-size: 14px;
}
.productPage-idBlock .fs-c-productNumber {
  display: inline;
  padding: 0;
  border: none;
  font-size: 14px;
}
.productPage-idBlock .fs-c-productNumber__label {
  display: none;
}
.productPage-idBlock .fs-c-productNumber__number {
  font-weight: normal;
}

.fs-c-productPrices--productDetail {
  width: 100%;
  padding: 0;
  margin: 0 0 15px;
}
@media screen and (min-width: 600px) {
  .fs-c-productPrices--productDetail {
    margin-bottom: 20px;
  }
}
.fs-c-productPrices--productDetail .fs-c-productPrice__main__label {
  display: block;
  font-weight: 600;
}
.fs-c-productPrices--productDetail .fs-c-productPrice__main__price {
  font-weight: 700;
  font-size: 18px;
}
.fs-c-productPrices--productDetail .fs-c-productPrice__addon {
  padding-left: 5px;
  font-weight: normal;
  font-size: 14px;
}

.fs-l-productLayout__item .fs-c-productNameHeading {
  width: 100%;
  margin-bottom: 20px;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 600px) {
  .fs-l-productLayout__item .fs-c-productNameHeading {
    margin-bottom: 30px;
  }
}
.fs-l-productLayout__item .fs-c-productNameHeading  .fs-c-productNameHeading__copy {
  display: block;
  margin-bottom: 10px;
  width: 100%;
  font-weight: normal;
  font-size: 1.4rem;
}

/* productPage-pointBlock */
.productPage-pointBlock {
  width: 100%;
  color: #333333;
  font-size: 14px;
  line-height: normal;
}
.fs-l-productLayout__item .fs-c-productPointDisplay {
  display: inline;
  width: 100%;
  padding: 0;
  margin: 0;
  background: none;
  color: #333333;
  font-size: 14px;
  line-height: normal;
}
.fs-l-productLayout__item .fs-c-productPointDisplay .fs-c-productPointDisplay__quantity {
  font-weight: normal;
}
.fs-l-productLayout__item .fs-c-productPointDisplay .fs-c-productPointDisplay__label,
.fs-l-productLayout__item .fs-c-productPointDisplay .fs-c-productPointDisplay__unit {
  display: none;
}

/* productPage-comment1Area */
.productPage-comment1Area {
  width: 100%;
  line-height: 1.71;
}

.fs-l-productLayout__item .fs-c-productSelection {
  width: 100%;
  padding: 0;
  margin: 0 0 30px;
}
.fs-l-productLayout__item .fs-c-productSelection__name {
  width: 100%;
  padding: 15px 0;
  background: none;
  font-weight: 700;
  font-size: 1.3rem;
}
/* デフォルトの「*(必須)」のまま見た目を整える：
.fs-l-productLayout__item .fs-c-productSelection__name .fs-c-requiredMark {
  display: inline;
  width: auto;
  height: auto;
  padding-left: 12px;
  color: #BE0000;
  text-indent: unset;
  font-size: 1.3rem;
}
.fs-l-productLayout__item .fs-c-productSelection__name .fs-c-requiredMark::before {
  display: inline;
  vertical-align: text-top;
  font-size: 1.3rem;
}
*/
.fs-l-productLayout__item .fs-c-productSelection__name .fs-c-productSelection__label {
  padding-right: 50px;
  position: relative;
}
.fs-l-productLayout__item .fs-c-productSelection__name .fs-c-requiredMark {
  display: inline-block;
  width: 50px;
  height: 20px;
  padding: 0;
  text-indent: unset;
  position: absolute;
  top: unset;
  bottom: -4px;
  right: 0;
  overflow: hidden;
}
.fs-l-productLayout__item .fs-c-productSelection__name .fs-c-requiredMark::before {
  display: none;
}
.fs-l-productLayout__item .fs-c-productSelection__name .fs-c-requiredMark::after {
  box-sizing: border-box;
  content: '\203B\5FC5\9808';/* 「※必須」 */
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  text-align: right;
  color: #BE0000;
  font-weight: 700;
  font-size: 1.3rem;
  position: absolute;
  top: 0;
  left: 0;
}
.fs-l-productLayout__item .fs-c-productSelection__selection {
  width: 100%;
  padding: 0;
  margin: 0;
}
.fs-l-productLayout__item .fs-c-productSelection__selection .fs-c-radioGroup,
.fs-l-productLayout__item .fs-c-productSelection__selection .fs-c-checkboxGroup {
  width: 100%;
  padding: 10px;
  border-top: 1px solid #707070;
}
.fs-l-productLayout__item .fs-c-productSelection__selection .fs-c-radio {
  width: 100%;
  border-bottom: 1px solid #CCCCCC;
}
.fs-l-productLayout__item .fs-c-productSelection__selection .fs-c-radio__label {
  width: 100%;
  padding: 20px 0;
}
.fs-l-productLayout__item .fs-c-productSelection__selection .fs-c-radio__radioMark {
  width: 18px;
  height: 18px;
  margin-right: 14px;
  border: 1px solid #707070;
}
.fs-l-productLayout__item .fs-c-productSelection__selection .fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark::before {
  background-color: #0080CC;
}
.fs-l-productLayout__item .fs-c-productSelection__selection .fs-c-radio__radioLabelText {
  padding-top: 3px;
  font-size: 1.5rem;
  line-height: 1.6;
}
.fs-l-productLayout__item .fs-c-productSelection__selection .fs-c-dropdown {
  width: 100%;
}
.fs-l-productLayout__item .fs-c-productSelection__selection .fs-c-dropdown::after {
  background: transparent;
  border: none;
  font-size: 23px;
}
.fs-l-productLayout__item .fs-c-productSelection__selection .fs-c-dropdown .fs-c-dropdown__menu {
  width: 100%;
  padding: 18px 40px 18px 20px;
  border: 1px solid #707070;
  border-radius: 5px;
  font-size: 1.5rem;
}
@media screen and (min-width: 600px) {
  .fs-l-productLayout__item .fs-c-productSelection__selection .fs-c-dropdown .fs-c-dropdown__menu {
    padding: 18px 30px;
  }
}

/* fs-c-productQuantityAndWishlist */
.fs-l-productLayout__item .fs-c-productQuantityAndWishlist {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  margin: 0 0 24px;
}
.fs-l-productLayout__item .fs-c-productQuantityAndWishlist__quantity {
  display: flex;
  align-items: center;
  width: calc(100% - 200px - 10px);
  max-width: 136px;
  padding: 0;
  margin: 0 10px 0 0;
}
@media screen and (min-width: 600px) {
  .fs-l-productLayout__item .fs-c-productQuantityAndWishlist__quantity {
    width: calc(100% - 230px - 10px);
  }
}
.fs-l-productLayout__item .fs-c-productQuantityAndWishlist__quantity::before {
  content: '\6570\91CF';
  display: block;
  width: 36px;
  color: #333333;
  font-weight: 700;
  font-size: 13px;
}
.fs-l-productLayout__item .fs-c-productQuantityAndWishlist__quantity .fs-c-quantity__select {
  display: block;
  width: calc(100% - 36px);
  height: 40px;
  border: 1px solid #CCCCCC;
  border-radius: 0;
  text-align: right;
  color: #333333;
  font-size: 15px;
}
.fs-l-productLayout__item .fs-c-productQuantityAndWishlist__wishlist {
  display: flex;
  align-items: center;
  width: 200px;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 600px) {
  .fs-l-productLayout__item .fs-c-productQuantityAndWishlist__wishlist {
    width: 230px;
  }
}
.fs-l-productLayout__item .fs-c-productQuantityAndWishlist__wishlist .fs-c-button--particular.fs-c-button--addToWishList--detail,
.fs-l-productLayout__item .fs-c-productQuantityAndWishlist__wishlist .fs-c-button--particular.fs-c-button--removeFromWishList--detail {
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  background: #F8F8F8;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  color: #333333;
  font-weight: normal;
  font-size: 13px;
  box-shadow: none;
}
.fs-l-productLayout__item .fs-c-productQuantityAndWishlist__wishlist .fs-c-button--particular.fs-c-button--addToWishList--detail::after,
.fs-l-productLayout__item .fs-c-productQuantityAndWishlist__wishlist .fs-c-button--particular.fs-c-button--removeFromWishList--detail::after {
  color: #333333;
  font-size: 14px;
}

/* fs-c-productActionButton */
.fs-l-productLayout__item .fs-c-productActionButton {
  width: 100%;
  padding: 0;
  margin: 0 0 10px;
}
.fs-l-productLayout__item .fs-c-productActionButton .fs-c-button--addToCart--detail {
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  background: #0080CC;
  border-radius: 5px;
  box-shadow: none;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  line-height: normal;
}

/* fs-c-inquiryAboutProduct */
.fs-l-productLayout__item.fs-c-inquiryAboutProduct {
  width: 100%;
  padding: 0;
  margin: 0 0 30px;
}
@media screen and (min-width: 600px) {
  .fs-l-productLayout__item.fs-c-inquiryAboutProduct {
    margin-bottom: 50px;
  }
}
.fs-l-productLayout__item .fs-c-inquiryAboutProduct .fs-c-button--inquiryAboutProduct {
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  background: #333333;
  border-radius: 5px;
  box-shadow: none;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  line-height: normal;
}


/* productDetailPage-postBlock */
.productDetailPage-postBlock {
  display: none;
  width: 100%;
}
.productDetailPage-postBlock.is-active {
  display: block;
}
.productDetailPage-postBlock-contents {
  display: none;
  padding: 0;
  margin: 0 0 20px;
}
@media screen and (min-width: 600px) {
  .fs-l-productLayout__item--1 .productDetailPage-postBlock-contents {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .fs-l-productLayout__item--2 .productDetailPage-postBlock-contents {
    display: block;
  }
}
.productDetailPage-postBlock-contents-title {
  width: 100%;
  padding: 7px 10px;
  margin: 0;
  background: #BE0000;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
.productDetailPage-postBlock-contents-body {
  width: 100%;
  padding: 20px;
  margin: 0;
  background: #F8F8F8;
}
.productDetailPage-postBlock-contents-body-text {
  width: 100%;
  padding: 0 0 0 1em;
  margin: 0;
  text-indent: -1em;
  font-size: 1.4rem;
  line-height: 1.7;
}
.productDetailPage-postBlock-contents-body-text + .productDetailPage-postBlock-contents-body-text {
  margin-top: 5px;
}
.productDetailPage-postBlock-contents-body-btn {
  width: 100%;
  padding: 20px 0 0;
  margin: 0;
}
.productDetailPage-postBlock-contents-body-btn .is-inner {
  display: block;
  width: 100%;
  padding: 11px 10px;
  margin: 0;
  background: #fff;
  border: 1px solid #333333;
  text-align: center;
  color: #333333;
  font-weight: 700;
  font-size: 14px;
  line-height: normal;
}
.productDetailPage-postBlock-contents-body-btn .is-text {
  position: relative;
}
.productDetailPage-postBlock-contents-body-btn .is-text::after {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  padding: 0;
  margin: 0 0 0 6px;
  background: url(productPage/icon_arrow.svg) no-repeat center center / 100% auto;
  vertical-align: middle;
}
@media screen and (min-width: 600px) {
  .productDetailPage-postBlock-contents-body-btn .is-text::after {
    margin-left: 12px;
  }
}


/* tabArea */
.productDetailPage-tabMenuArea {
  width: 100%;
  padding: 0;
  margin: 20px 0 0;
}
@media screen and (min-width: 600px) {
  .productDetailPage-tabMenuArea {
    margin-top: 40px;
  }
}
.productDetailPage-tabMenuArea-text {
  width: 100%;
  padding: 0;
  margin: 0 0 25px;
  font-size: 1.4rem;
  position: relative;
}
.productDetailPage-tabMenuArea-text::before {
  content: "\e928";
  margin-right: 8px;
  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;
}
.productDetailPage-tabMenuArea-list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 355px;
  padding: 0;
  margin: 0 auto 36px;
}
@media screen and (min-width: 600px) {
  .productDetailPage-tabMenuArea-list {
    max-width: 366px;
    margin: 0 0 26px;
  }
}
.productDetailPage-tabMenuArea-list-item {
  width: calc(50% - 2.5px);
}
.productDetailPage-tabMenuArea-list-item .is-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 34px;
  padding: 1px 0 0;
  margin: 0;
  background: #fff;
  border: 1px solid #333333;
  color: #333333;
  font-weight: normal;
  font-size: 14px;
  line-height: normal;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 600px) {
  .productDetailPage-tabMenuArea-list-item .is-inner:hover {
    opacity: .8;
  }
}
.productDetailPage-tabMenuArea-list-item .is-inner.is-active {
  background: #333333;
  color: #fff;
}
.productDetailPage-tabMenuArea-list-item .is-inner::before {
  content: '';
  display: block;
  width: 100%;
  height: 7px;
  background: transparent url(icon/icon_ranking_fukidashi.svg) no-repeat center top / auto 100%;
  position: absolute;
  bottom: -6px;
  left: 0;
  z-index: 1;
  opacity: 0;
}
.productDetailPage-tabMenuArea-list-item .is-inner.is-active::before {
  opacity: 1;
}
.productDetailPage-tabArea {
  width: 100%;
}
.productDetailPage-tabArea-tab {
  display: none;
  width: 100%;
  padding: 0;
  margin: 0 0 50px;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
.productDetailPage-tabArea-tab.is-active {
  display: block;
}

/* product detail */
.productDetailPage-tabArea-tab#tab01 {
  padding: 15px 0;
}
@media screen and (min-width: 600px) {
  .productDetailPage-tabArea-tab#tab01 {
    padding: 10px 0;
  }
}
.productDetailPage-tabArea-tab#tab01 dl {
  width: 100%;
  padding: 15px 0;
  margin: 0;
  font-size: 1.5rem;
}
@media screen and (min-width: 600px) {
  .productDetailPage-tabArea-tab#tab01 dl {
    display: flex;
    padding: 20px 0;
  }
}
.productDetailPage-tabArea-tab#tab01 dl + dl {
  border-top: 1px solid #CCCCCC;
}
.productDetailPage-tabArea-tab#tab01 dt,
.productDetailPage-tabArea-tab#tab01 dd {
  width: 100%;
  padding: 0;
  margin: 0;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1.73;
}
.productDetailPage-tabArea-tab#tab01 dd {
  padding: 10px 10px 0;
}
@media screen and (min-width: 600px) {
  .productDetailPage-tabArea-tab#tab01 dt {
    width: 180px;
    padding-right: 10px;
  }
  .productDetailPage-tabArea-tab#tab01 dd {
    width: calc(100% - 180px);
    padding: 0;
  }
}
.productDetailPage-tabArea-tab#tab01 dl + div {
  border-top: 1px solid #CCCCCC;
}
.productDetailPage-tabArea-tab#tab01 div {
  width: 100%;
}
.productDetailPage-tabArea-tab#tab01 p {
  font-size: 1.5rem;
  line-height: 1.73;
}

/* review */
.fs-c-aggregateRating {
  width: 100%;
  padding: 26px 0;
}
.fs-c-aggregateRating__rating {
  flex: unset;
  width: calc(100% - 50px);
  max-width: 290px;
}
.fs-c-aggregateRating__rating::before {
  flex: unset;
  content: '\30EC\30D3\30E5\30FC\30FB\53E3\30B3\30DF';
  display: inline-block;
  width: auto;
  margin-right: 15px;
  color: #333333;
  font-weight: 700;
  font-size: 18px;
}
.fs-c-reviewStars {
  width: 80px;
}
.fs-c-reviewStars::before {
  color: #FFEB00;
  font-size: 16px;
}
.fs-c-rating__value {
  margin-left: 14px;
  color: #BE0000;
  font-weight: 700;
  font-size: 15px;
}
.fs-c-aggregateRating__count {
  flex-grow: unset;
  width: auto;
  min-width: 50px;
  color: #333333;
  font-weight: 700;
  font-size: 15px;
}
.fs-c-reviewList__item,
.fs-c-reviewList__item:first-child {
  border-color: #BBBBBB;
}
.fs-c-reviewList__item {
  padding: 20px 0;
}
.fs-c-reviewInfo--productDescription .fs-c-reviewInfo__reviewer {
  width: 100%;
}
.fs-c-reviewer__name a {
  color: #333333;
  font-weight: 700;
  font-size: 15px;
}
.fs-c-reviewer__name__nickname::after {
  margin-left: 5px;
}
.fs-c-reviewer__name__reviewNumber {
  display: none;
}
.fs-c-reviewerStatus {
  min-width: 73px;
  margin: 0 10px;
  background: #fff;
  border: 1px solid #BE0000;
  border-radius: 0;
  color: #BE0000;
  font-weight: normal;
  font-size: 12px;
}
.fs-c-reviewList--productDescription .fs-c-reviewList__item__body {
  width: 100%;
  padding: 0;
  margin: 20px 0 0;
  border: none;
  font-weight: normal;
  font-size: 1.2rem;
}
.fs-c-productReview__allReviews {
  width: 100%;
  padding: 30px 0 0;
  margin: 0 0 10px;
}
.fs-c-productReview__allReviews .fs-c-button--plain,
.fs-c-productReview__addReview .fs-c-button--plain {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  border: 1px solid #333333;
  border-radius: 5px;
  color: #333333;
  font-weight: 700;
  font-size: 15px;
  line-height: normal;
}
.fs-c-productReview__allReviews .fs-c-button--plain::before {
  margin-right: 20px;
  color: #333333;
}
.fs-c-productReview__addReview {
  width: 100%;
  padding: 0 0 40px;
  margin: 0;
}
.fs-c-productReview__addReview .fs-c-button--plain {
  background: #333333;
  color: #fff;
}
.fs-c-productReview__addReview .fs-c-button--plain::before {
  margin-right: 20px;
  content: #fff;
}


/* productDetailPage-topMessageArea */
.productDetailPage-topMessageArea {
  width: 100%;
  padding: 17px 10px 13px;
  margin: 0;
  background: #0080CC;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
@media screen and (min-width: 600px) {
  .productDetailPage-topMessageArea {
    padding: 17px 20px 13px;
    font-size: 18px;
  }
}
.productDetailPage-topMessageArea .is-inner {
  padding-right: 70px;
  font-weight: 600;
  position: relative;
}
@media screen and (min-width: 600px) {
  .productDetailPage-topMessageArea .is-inner {
    padding-right: 80px;
  }
}
.productDetailPage-topMessageArea .is-inner::after {
  content: '';
  display: block;
  width: 62.46px;
  height: 30px;
  background: url(productPage/icon_speedDeliv.png) no-repeat center center / contain;
  position: absolute;
  top: calc(50% - 15px);
  right: 0;
}
.productDetailPage-topMessageArea .is-yellow {
  color: #FFEB00;
}
.productDetailPage-topMessageArea .is-bold {
  font-weight: 700;
}



/* 下層ページ */
/* #freePage .fs-l-pageMain {
  max-width: 100%;
  padding: 0 10px;
}
@media screen and (min-width: 600px) {
  #freePage .fs-l-pageMain {
    padding: 0 25px;
  }
} */
#freePage .fs-l-pageMain .fs-c-heading--page {
  width: 100%;
}
.commonAnchorMenu {
  width: 100%;
  padding: 0;
  margin: 30px 0;
}
@media screen and (min-width: 600px) {
  .commonAnchorMenu {
    margin-top: 40px;
  }
}
.commonAnchorMenu-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  margin: 0 0 -10px;
}
.commonAnchorMenu-list-item {
  width: 100%;
  padding: 0;
  margin: 0 0 10px;
}
@media screen and (min-width: 600px) {
  .commonAnchorMenu-list.pc-3col {
    max-width: 1130px;
    margin: 0 auto -10px;
  }
  .commonAnchorMenu-list.pc-3col .commonAnchorMenu-list-item {
    width: calc(33.3% - 6.66px);
    margin-right: 10px;
  }
  .commonAnchorMenu-list.pc-3col .commonAnchorMenu-list-item:nth-child(3n) {
    margin-right: 0;
  }
  .commonAnchorMenu-list.pc-4col {
    max-width: 1110px;
    margin: 0 auto -10px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1099px) {
  .commonAnchorMenu-list.pc-4col .commonAnchorMenu-list-item {
    width: calc(50% - 5px);
    margin-right: 10px;
  }
  .commonAnchorMenu-list.pc-4col .commonAnchorMenu-list-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1100px) {
  .commonAnchorMenu-list.pc-4col .commonAnchorMenu-list-item {
    width: calc(25% - 7.5px);
    margin-right: 10px;
  }
  .commonAnchorMenu-list.pc-4col .commonAnchorMenu-list-item:nth-child(4n) {
    margin-right: 0;
  }
}
.commonAnchorMenu-list-item .is-inner {
  display: block;
  width: 100%;
  padding: 11px 10px;
  margin: 0;
  border: 1px solid #333333;
  text-align: center;
  color: #333333;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1.6;
}

.freePage-contents {
  width: 100%;
}
.freePage-contents-title {
  width: 100%;
  padding: 0;
  margin: 50px 0 30px;
  text-align: center;
  color: #333333;
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 1.6;
}
@media screen and (min-width: 600px) {
  .freePage-contents-title {
    margin: 60px 0 40px;
  }
}
#freePage .fs-c-documentArticle {
  width: 100%;
  padding: 0;
  margin: 0;
}
#freePage .fs-c-documentArticle + .fs-c-documentArticle {
  margin-top: 40px;
}
@media screen and (min-width: 600px) {
  #freePage .fs-c-documentArticle + .fs-c-documentArticle {
    margin-top: 70px;
  }
}
.fs-c-documentArticle__heading {
  width: 100%;
  padding: 13px 10px 13px 20px;
  margin: 0 0 28px;
  background: #E5EDF3;
  text-align: left;
  color: #0080CC;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.6;
}
.fs-c-documentArticle__content {
  width: 100%;
  padding: 0 10px;
  margin: 0;
  line-height: 1.7;
}
@media screen and (min-width: 600px) {
  .fs-c-documentArticle__content {
    padding: 0 20px;
  }
}
.fs-c-documentArticle__content + .fs-c-documentArticle__content {
  margin-top: 20px;
}
.fs-c-documentArticle__content p {
  margin: 20px 0;
}
.fs-c-documentArticle__content .is-bold {
  font-weight: bold;
}
.fs-c-documentArticle__content .is-red {
  color: #BE0000;
}
.fs-c-documentArticle__content a {
  text-decoration: underline;
  color: #0080CC;
}
.fs-c-explainList {
  grid-column-gap: 0;
  grid-row-gap: 0;
  border: 1px solid #CCCCCC;
}
.fs-c-explainList dt {
  padding: 14px 14px 14px 20px;
  margin: 0;
  background: #F8F8F8;
  font-weight: normal;
  font-size: 1.4rem;
}
@media screen and (max-width: 599px) {
  .fs-c-explainList dt {
    padding: 14px;
    border-bottom: 1px solid #CCCCCC;
    text-align: center;
  }
  .fs-c-explainList dd + dt {
    border-top: 1px solid #CCCCCC;
  }
}
@media screen and (min-width: 600px) {
  .fs-c-explainList dt {
    border-right: 1px solid #CCCCCC;
  }
  .fs-c-explainList dd + dt {
    border-top: 1px solid #CCCCCC;
  }
  .fs-c-explainList dd + dt + dd {
    border-top: 1px solid #CCCCCC;
  }
}
.fs-c-explainList dd {
  padding: 14px 20px;
  margin: 0;
  font-size: 1.4rem;
}
@media screen and (min-width: 600px) {
  .fs-c-explainList dd {
    padding-left: 25px;
  }
}
.fs-c-explainList dd:not(:last-child) {
  margin: 0;
}
.fs-c-note {
  font-size: 1.4rem;
}

.commonTable {
  width: 100%;
  max-width: 500px;
  padding: 0;
  margin: 0;
  border: 1px solid #CCCCCC;
  border-collapse: collapse;
}
.commonTable tr + tr {
  border-top: 1px solid #CCCCCC;
}
.commonTable th,
.commonTable td {
  padding: 14px;
  text-align: center;
  font-weight: normal;
  font-size: 1.4rem;
}
.commonTable th {
  width: 168px;
  background: #F8F8F8;
}
@media screen and (min-width: 600px) {
  .commonTable th {
    width: 200px;
  }
}
.commonTable th + th,
.commonTable th + td,
.commonTable td + td {
  border-left: 1px solid #CCCCCC;
}

.commonArrowBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 335px;
  padding: 10px 0;
  margin: 0;
  border: 1px solid #CCCCCC;
  color: #333333;
  font-size: 14px;
}
.commonArrowBtn .is-text {
  display: inline-block;
  padding: 0 26px;
  text-align: center;
  color: #333333;
  font-weight: 600;
  font-size: 14px;
  position: relative;
}
.commonArrowBtn .is-text::before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  background: url(icon/icon_btnArrowList_arrow.svg) no-repeat center center / 100% auto;
  position: absolute;
  top: calc(50% - 9px);
  right: 0;
}

/* faqPage */
.faqPage-contents {
  width: 100%;
  padding: 0 0 20px;
  margin: 0;
  border-bottom: 1px solid #CCCCCC;
}
@media screen and (min-width: 600px) {
  .faqPage-contents {
    padding-bottom: 30px;
  }
}
.faqPage-contents + .faqPage-contents {
  margin-top: 20px;
}
@media screen and (min-width: 600px) {
  .faqPage-contents + .faqPage-contents {
    margin-top: 27px;
  }
}
.faqPage-contents-title {
  width: 100%;
  padding: 0 0 0 35px;
  margin: 0 0 15px;
  background: url(faqPage/icon_q.svg) no-repeat top 8px left / 18px auto;
  color: #0080CC;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 1.7;
}
@media screen and (min-width: 600px) {
  .faqPage-contents-title {
    margin-bottom: 20px;
  }
}
.faqPage-contents-main {
  width: 100%;
  padding: 0 0 0 35px;
  margin: 0;
  background: url(faqPage/icon_a.svg) no-repeat top 4px left / 18px auto;
  font-size: 1.4rem;
  line-height: 1.7;
}


.fs-c-subSection__title {
  width: 100%;
  padding: 10px 0 12px;
  margin: 10px 0 30px;
  border-color: #707070;
  text-align: center;
  color: #333333;
}

.fs-c-list li::before {
  border-color: #0080CC;
}

@media screen and (max-width: 599px) {
  .fs-body-my-top .fs-p-accountInfo {
    max-width: 270px;
    margin: 0 auto 24px;
  }
  .fs-c-accountService {
    max-width: 270px;
    margin: 0 auto;
  }
}
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label,
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label::before {
  color: #0080CC;
}

.fs-p-announcement__title {
  color: #333333;
  font-weight: 600;
}

.fs-c-orderedList > li::before {
  color: #0080CC;
}

/* fs_Register */
#fs_Register .fs-p-announcement {
  text-align: center;
}
#fs_Register .fs-p-announcement__title {
  margin-bottom: 30px;
}
#fs_Register .fs-c-orderedList {
  margin: 30px 0;
}
#fs_WriteReview #fs_form,
#fs_Register #fs_form {
  margin: 0 0 60px;
}
@media screen and (max-width: 599px) {
  #fs_WriteReview #fs_form,
  #fs_Register #fs_form {
    padding: 0 20px;
  }
}
#fs_WriteReview .fs-c-inputInformation__field,
#fs_Register .fs-c-inputInformation__field {
  max-width: 900px;
  margin: 2rem auto 0;
}
#fs_WriteReview .fs-c-inputTable,
#fs_Register .fs-c-inputTable {
  width: 100%;
  border-collapse: collapse;
}
#fs_WriteReview .fs-c-inputTable > tbody > tr,
#fs_Register .fs-c-inputTable > tbody > tr {
  display: block; border: 1px solid #ddd;
}
@media screen and (max-width: 768px ) {
  #fs_WriteReview .fs-c-inputTable > tbody > tr,
  #fs_Register .fs-c-inputTable > tbody > tr {
    display: flex;
  }
}
#fs_WriteReview .fs-c-inputTable > tbody > tr + tr,
#fs_Register .fs-c-inputTable > tbody > tr + tr {
  border-top: none;
  margin-top: 0;
}
#fs_WriteReview .fs-c-inputTable__headerCell,
#fs_Register .fs-c-inputTable__headerCell {
  width: 28%;
  min-width: 260px;
  padding: 0 7rem 0 2rem;
  background: #f5f5f5;
  vertical-align: middle;
  font-weight: normal;
  font-size: 1.3rem;
  position: relative;
}
@media screen and (max-width: 768px ) {
  #fs_WriteReview .fs-c-inputTable__headerCell,
  #fs_Register .fs-c-inputTable__headerCell {
    width: auto;
    min-width: inherit;
    padding: 1rem;
  }
}
#fs_WriteReview .fs-c-inputTable__headerCell {
  padding: 10px;
}
#fs_WriteReview .fs-c-inputTable__headerCell .fs-c-checkbox__labelText {
  font-size: 12px;
}
#fs_WriteReview .fs-c-inputTable__dataCell,
#fs_Register .fs-c-inputTable__dataCell {
  width: 71%;
  padding: 2rem;
}
@media screen and (max-width: 768px ) {
  #fs_WriteReview .fs-c-inputTable__dataCell,
  #fs_Register .fs-c-inputTable__dataCell {
    width: auto;
    padding: 1rem;
  }
}
#fs_WriteReview .fs-c-inputField__explanation,
#fs_Register .fs-c-inputField__explanation {
  font-size: 1rem;
}
#fs_WriteReview .fs-c-inputDate__year,
#fs_Register .fs-c-inputDate__year {
  width: 8em;
}
#fs_WriteReview .fs-c-inputDate__year + .fs-c-inputDate__month,
#fs_WriteReview .fs-c-inputDate__month + .fs-c-inputDate__date,
#fs_Register .fs-c-inputDate__year + .fs-c-inputDate__month,
#fs_Register .fs-c-inputDate__month + .fs-c-inputDate__date {
  width: 7em;
}
#fs_WriteReview .fs-c-agreementConfirmation__addon__message,
#fs_Register .fs-c-agreementConfirmation__addon__message {
  color: #ea5506;
}
#fs_WriteReview .fs-c-agreementConfirmationArea__message,
#fs_Register .fs-c-agreementConfirmationArea__message {
  font-size: 1.5rem;
  letter-spacing: 0.05rem;
  line-height: 1.4;
}
#fs_WriteReview .fs-c-checkbox__labelText,
#fs_Register .fs-c-checkbox__labelText {
  color: #0080cc;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px ) {
  #fs_WriteReview .fs-c-checkbox__labelText,
  #fs_WriteReview label,
  #fs_WriteReview .fs-c-inputTable__label,
  #fs_WriteReview .fs-c-agreementConfirmationArea__message,
  #fs_WriteReview .fs-c-inputInformation__message p,
  #fs_Register .fs-c-checkbox__labelText,
  #fs_Register label,
  #fs_Register .fs-c-inputTable__label,
  #fs_Register .fs-c-agreementConfirmationArea__message,
  #fs_Register .fs-c-inputInformation__message p {
    font-size: 1.5rem;
    letter-spacing: 0.05rem;
    line-height: 1.7;
  }
}
#fs_WriteReview .fs-c-requiredMark,
#fs_Register .fs-c-requiredMark {
  width: auto;
  text-indent: 0;
  font-size: 0;
  overflow: visible;
}
#fs_WriteReview .fs-c-requiredMark::before,
#fs_Register .fs-c-requiredMark::before {
  content: "必須";
  display: inline-block;
  padding: 0.5rem 1rem;
  margin-left: 0.5rem;
  background: rgb(204, 0, 0);
  color: rgb(255, 255, 255);
  font-size: 1rem;
  line-height: 1;
}
#fs_WriteReview .fs-c-inputTable input[type="text"],
#fs_WriteReview .fs-c-inputTable input[type="email"],
#fs_WriteReview .fs-c-inputTable input[type="tel"],
#fs_WriteReview .fs-c-inputTable textarea,
#fs_WriteReview .fs-c-inputTable select,
#fs_Register .fs-c-inputTable input[type="text"],
#fs_Register .fs-c-inputTable input[type="email"],
#fs_Register .fs-c-inputTable input[type="tel"],
#fs_Register .fs-c-inputTable textarea,
#fs_Register .fs-c-inputTable select {
  box-sizing: border-box;
  font-size: 1.6rem;
  appearance: none;
  box-shadow: none;
  outline: none;
  border-radius: 0px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(204, 204, 204);
  border-image: initial;
}
#fs_WriteReview .fs-c-inputTable .fs-c-dropdown select,
#fs_Register .fs-c-inputTable .fs-c-dropdown select {
  padding-right: 2.4em;
  white-space: normal;
}
@media screen and (min-width: 1025px) {
  #fs_WriteReview .fs-c-inputTable .fs-c-dropdown select,
  #fs_Register .fs-c-inputTable .fs-c-dropdown select {
    padding: 1em;
    border: 1px solid #999;
    border-radius: 6px;
    font-size: 1.4rem;
  }
}
#fs_WriteReview .fs-c-inputTable .fs-c-dropdown::after,
#fs_Register .fs-c-inputTable .fs-c-dropdown::after {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  width: 1em;
  background: none;
  border: none;
  border-radius: 0;
  box-sizing: content-box;
  color: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "\e90f";
  font-family: 'fs-icon' !important;
  font-size: 2rem;
  line-height: 1;
  padding: 8px;
  pointer-events: none;
}
@media screen and (min-width: 1025px) {
  #fs_WriteReview .fs-c-inputTable .fs-c-dropdown::after,
  #fs_Register .fs-c-inputTable .fs-c-dropdown::after {
    font-size: 3rem;
  }
}
#fs_WriteReview .fs-c-checkbox__labelText,
#fs_Register .fs-c-checkbox__labelText {
  font-size: 1.6rem;
}

/* title */
.fs-c-subSection__title,
.fs-c-linkedServiceLogin__title {
  color: #333333;
}


/* formPage */
.formPage {
  width: 100%;
  padding: 0;
  margin: 0;
}
.formPage h1 {
  display: none;
}
.formPage p {
  font-size: 12px;
}
.formPage-formArea {
  width: 100%;
  padding: 20px 0;
}
.formPage-formArea-contents {
  width: 100%;
  border: 1px solid #ccc;
}
@media screen and (min-width: 600px) {
  .formPage-formArea-contents {
    display: flex;
    flex-wrap: wrap;
  }
}
.formPage-formArea-contents + .formPage-formArea-contents {
  border-top: none;
}
.formPage-formArea-contents-title {
  width: 100%;
  padding: 10px;
  margin: 0;
  background: #f2f2f2;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 600px) {
  .formPage-formArea-contents-title {
    display: flex;
    align-items: center;
    width: 30%;
    border-right: 1px solid #ccc;
    border-bottom: none;
  }
}
.formPage-formArea-contents-title-inner {
  width: 100%;
}
.formPage-formArea-contents-title-inner .is-req {
  display: inline-block;
  margin-left: 5px;
  padding: 5px 10px;
  background: #c00;
  color: #fff;
  font-size: 11px;
  line-height: 1;
}
.formPage-formArea-contents-main {
  width: 100%;
  padding: 10px;
  margin: 0;
}
@media screen and (min-width: 600px) {
  .formPage-formArea-contents-main {
    width: 70%;
  }
}
.formPage-formArea-contents-main input,
.formPage-formArea-contents-main textarea,
.formPage-formArea-contents-main select {
  padding: 10px;
  font-weight: bold;
}
.formPage-btnArea {
  width: 100%;
}
.formPage-btnArea input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 400px;
  height: 62px;
  padding: 0;
  margin: 0 auto;
  background: #0080cc;
  border-radius: 10px;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
}
@media screen and (min-width: 600px) {
  .formPage-btnArea input[type="submit"]:hover {
    opacity: .8;
  }
}


/* newsPage */
.newsPage-headArea {
  width: 100%;
  padding: 0;
  margin: 0 0 30px;
}
.newsPage-date {
  width: 100%;
  color: #0080CC;
}
.newsPage-mainArea {
  width: 100%;
  font-size: 14px;
  line-height: 2;
}
.newsPage-mainArea h2,
.newsPage-mainArea h3,
.newsPage-mainArea h4,
.newsPage-mainArea p,
.newsPage-mainArea div {
  margin: 1em 0;
}
.newsPage-mainArea h2,
.newsPage-mainArea h3 {
  font-size: 25px;
}
.newsPage-mainArea .post_information .post_box {
  margin-bottom: 5rem;
}
.newsPage-mainArea .post_information .bold {
  font-weight: bold;
  font-size: 16px;
}
.newsPage-mainArea .post_information h3 {
  width: 100%;
  padding: 1em 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  line-height: 1;
}
.newsPage-mainArea .post_information .post_btn a {
  display: inline-block;
  width: 280px;
  background: #0080cc;
  color: #fff;
  text-align: center;
  line-height: 5rem;
}


/* パスワード再設定 fs_PasswordReminder */
#fs_PasswordReminder .fs-l-main {
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  #fs_PasswordReminder .fs-l-main {
    padding: 0 20px;
  }
}


/* headinfoBlock */
.headinfoBlock {
  width: 100%;
  padding: 12px;
  margin: 0;
  background: #FEF1B6;
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
}
.headinfoBlock a {
  color: #c00;
}


