﻿@charset "utf-8";
/* CSS Document */
img {
  vertical-align: bottom;
}
p {
}
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  color: #666;
}
a:hover {
  color: #666;
  text-decoration: none;
}
a:visited {
  color: #666;
}
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: #4e4c4c;
}
.mincyo {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 400;
}
.title-sec {
  font-size: 3.5rem;
  text-align: center;
  margin-bottom: 2%;
  color: #000;
  font-weight: bold;
}
.pc-only {
  display: block;
}
.sp-only {
  display: none;
}
.col-wrap--4 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.col-wrap--4 li {
  margin: 0 0.4%;
  width: 22.4%;
  max-width: 280px;
}
.section {
  margin-top: 5%;
}
.fs-l-main {
  max-width: 1266px;
}
.fs-l-pageMain {
  max-width: 1250px;
  width: 100%;
}
.fs-c-breadcrumb {
  max-width: 1250px;
  margin: 0 auto;
}
.fs-c-breadcrumb li,
.fs-c-breadcrumb a {
  font-size: #000;
  font-size: 1.2rem;
}
.fs-c-heading--page {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  border-bottom: none;
  font-size: 3.5rem;
  color: #000;
  padding: 1.2em 0;
  font-weight: 400;
}
.fs-c-slick .slick-prev,
.fs-c-slick .slick-next {
  height: 57px;
  width: 17px;
  background: none;
}
.fs-c-slick .slick-prev {
  background: url(../icon_slick_prev.png) no-repeat center center / contain;
}
.fs-c-slick .slick-next {
  background: url(../icon_slick_next.png) no-repeat center center / contain;
}
.fs-c-slick .slick-next:before,
.fs-c-slick .slick-prev:before {
  content: none;
}
.fs-c-button--carousel {
}
.fs-l-page {
  margin-top: 0;
  padding-top: 130px;
}
@media screen and (min-width: 1200px) {
  .fs-l-sideArea + .fs-l-pageMain,
  .fs-l-pageMain + .fs-l-sideArea {
    max-width: 1250px;
  }
}
@media screen and (min-width: 769px) {
  .fs-l-sideArea {
    display: none;
  }
  .fs-l-header__drawerOpener {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .title-sec {
    font-size: 2.3rem;
  }
  .section {
    margin-top: 10%;
  }
  .col-wrap--4 li {
    margin: 1% 2% 1% 0;
    width: 49%;
    max-width: none;
  }
  .col-wrap--4 li:nth-child(2n) {
    margin-right: 0;
  }
  .col-wrap--4 li img {
    width: 100%;
  }
  .fs-c-breadcrumb {
    display: none;
  }
  .fs-c-heading--page {
    font-size: 2.6rem;
    padding: 0 0 1.2em;
    margin-bottom: 0;
  }
  .fs-l-page {
    padding-top: calc(100px + 12.27vw);
  }
}
/*-------------------------------------
header
--------------------------------------*/
.fs-l-header {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px;
  padding-top: 0;
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 999;
  top: 0;
  left: 0;
}
.header_cashless {
  text-align: center;
  background: #eee;
  padding: 5px 0;
}
.fs-l-header__logo {
  padding: 0;
  width: 14%;
  max-width: 152px;
  max-width: 152px;
  padding-bottom: 20px;
  margin-right: 3%;
}
.fs-l-header__contents {
  display: flex;
  align-items: center;
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
}
.header-l-content {
  display: flex;
  align-items: center;
  padding: 0;
  margin-right: 0;
}
.header-l-content__btn {
  text-align: center;
  width: 125px;
  margin-right: 9px;
}
.header-l-content__btn a {
  display: block;
  border: 1px solid #eee;
  line-height: 3rem;
}
.header-l-content__icon {
  width: 20px;
  margin-right: 10px;
}
.header-l-content__icon--search {
  margin-left: 10px;
  cursor: pointer;
}
.header-l-content__icon--search img {
  width: 16px;
}
.fs-p-headerNavigation__search {
}
.header-l-content__icon--cart {
  margin-left: 2%;
  position: relative;
}
.header-l-content .fs-client-cart-count {
  position: absolute;
  right: -5px;
  bottom: 0;
  color: #fff;
  font-weight: bold;
  background: #000;
  border: 2px solid #ccc;
  border-radius: 50%;
  text-align: center;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: -8px;
  right: -8px;
  font-size: 13px;
  text-align: center;
  line-height: 18px;
}
.header_search_wrap {
  display: none;
  position: absolute;
  top: 100%;
  z-index: 999;
  width: 100%;
  left: 0;
  padding: 20px 50px;
  /* max-width: 50px; */
  background: #f5f5f5;
}
.fs-l-header .fs-p-searchForm {
  max-width: 1000px;
  margin: 0 auto;
}
.fs-l-header .fs-p-inputGroup {
  border: 1px solid #e5e5e5;
  background: #e5e5e5;
  color: #000;
}
.fs-l-header .fs-p-inputGroup__button {
  background: #e5e5e5;
  border: none;
  color: #333;
  width: 3em;
}
.fs-l-header .fs-p-searchForm__input {
  line-height: 2.3;
}
.fs-l-header .fs-p-searchForm__button {
  width: 45px;
  height: 40px;
}
.fs-l-header .fs-p-searchForm__button::before {
  top: 8px;
}
.header-nav {
  padding: 0;
  margin-right: 1%;
}
.header-nav ul {
  display: flex;
}
.header-nav ul li {
  text-align: center;
}
.header-nav ul li:nth-child(5) {
  border-right: 1px solid #e5e5e5;
}
.header-nav ul li a {
  display: block;
  padding: 0 15px;
  color: #000;
  font-size: 1.7rem;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media screen and (max-width: 1150px) {
  .fs-l-header__logo {
    padding: 0;
    width: 12%;
    max-width: 152px;
    padding-bottom: 20px;
    margin-right: 0;
  }
  .header-l-content {
    margin-right: 0;
  }
  .header-l-content__btn {
    width: 80px;
    margin-right: 5px;
  }
  .header-nav ul li:nth-child(5) {
  }
  .header-nav ul li a {
    padding: 0 0.7vw;
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  .fs-p-drawer {
    z-index: 1000;
    transition-duration: 0.2s;
    width: 70%;
    padding: 15px;
  }
  .fs-l-header {
    margin-bottom: 0;
    border-bottom: none;
  }
  .header_search_wrap {
    padding: 2% 5%;
  }
  .fs-l-header__contents {
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .fs-l-header__logo {
    padding: 0;
    width: 30%;
    max-width: 152px;
    padding-bottom: 0;
    margin-right: 0%;
    position: absolute;
    left: 52%;
    transform: translateX(-50%);
  }
  .fs-p-logo {
    padding: 0;
  }
  .header-nav {
    display: none;
    margin-right: 0;
    margin-top: 15px;
  }
  .header-nav ul {
    display: block;
  }
  .header-nav ul li {
    text-align: left;
    border-bottom: 1px solid #000;
  }
  .header-nav ul li:nth-child(5) {
    padding-left: 0;
    border-left: 0;
  }
  .header-nav ul li a {
    line-height: 2.8;
    padding: 0;
    font-size: 16px;
  }
  .fs-l-sideArea .header-nav {
    display: block;
  }
  .header-l-content__btn {
    display: none;
  }
  .fs-p-drawer__loginLogout + .fs-p-drawer__loginLogout {
    margin-top: 10px;
  }
  .fs-p-drawerButton .border {
    display: block;
    width: 30px;
    height: 2px;
    background: #030303;
  }
  .fs-p-drawerButton .border + .border {
    margin-top: 10px;
  }
  .fs-p-drawer__loginLogout__logout,
  .fs-p-drawer__loginLogout__login {
    border: none;
    background: none;
    border-radius: 0;
    color: #666;
    display: block;
    height: auto;
    padding-left: 20px;
    background: url(../icon_lock.png) no-repeat center left;
  }
  .fs-p-drawer__loginLogout__logout:hover,
  .fs-p-drawer__loginLogout__login:hover {
    background: url(../icon_lock.png) no-repeat center left;
    color: #666;
  }

  .fs-clientInfo.is-ready {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 15px;
  }
  .fs-p-drawer__welcomeMsg {
    margin: 0;
  }
  .fs-p-drawer .fs-p-inputGroup {
    border: 1px solid #8e8e8e;
    background: #fff;
  }
  .fs-p-drawer .fs-p-inputGroup__button {
    background: #fff;
  }
  .fs-p-drawer .fs-p-searchForm__button::before {
    color: #000;
  }
  .fs-p-drawer .sns_icon_area {
    margin-top: 28px;
  }
  .fs-p-drawer .sns_icon_area a {
    width: 25px;
  }
  .drawer-nav {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 13px;
  }
  .drawer-nav li {
    padding: 10px;
    text-align: center;
  }
  .drawer-nav li:nth-child(n + 3) {
    width: 100%;
  }
  .new-menber {
    text-align: center;
    margin-top: 10px;
    background: #ccc;
    display: block;
    padding: 15px;
  }
  .spCatNavi  {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }
  .spCatNavi  li {
    width: 20%;
  }
  .spCatNavi  li + li {
    border-left: 1px solid #eee;
  }
  .spCatNavi  li a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.2;
    text-align: center;
    font-size: 3.3vw;
    height: 12.27vw;
    color: #000;
  }
}
/*-------------------------------------
footer
--------------------------------------*/
#fs_Top .footer-pickup {
  display: none;
}
.footer-pickup {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
}
.footer-pickup li {
  width: calc(100% / 3);
}
.footer-pickup li:nth-child(n + 4) {
  width: 50%;
}
.footer-pickup li:nth-child(n + 4) a {
  border-top: none;
}
.footer-pickup li a {
  display: block;
  border: 3px solid #eee;
  padding: 15px 15px 15px 35px;
  font-size: 2.8rem;
  position: relative;
}
.footer-pickup li a span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 1.2rem;
  display: block;
}
.footer-pickup li a:after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  border-left: #575757 13px solid;
  border-top: transparent 9px solid;
  border-bottom: transparent 9px solid;
}
.fs-l-footer {
  position: relative;
}
.fs-p-footerPageTop {
  top: auto;
  right: 10px;
  left: auto;
  width: 60px;
  height: 60px;
  padding: 0;
}
.fs-p-footerPageTop__link {
  width: 60px;
  height: 60px;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fs-p-footerPageTop__link::before {
  content: url(../pagetop.png);
}
.fs-l-footer {
  border-top: none;
  background: #fff;
}
.footer-navi {
  background: #f0f0f0;
  padding: 60px 0;
}
.footer-navi__wrap {
  max-width: 990px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.footer-navi__box {
  width: 33.33%;
  padding-left: 3%;
  padding-bottom: 3%;
  border-left: #d2d2d2 1px solid;
}
.footer-navi__title {
  font-size: 2.4rem;
}
.footer-navi__box li a {
  line-height: 2.5;
}
.footer-navi__box:last-child {
  border-right: #d2d2d2 1px solid;
}
.sns_icon_area {
  display: flex;
  justify-content: center;
}
.sns_icon_area a + a {
  margin-left: 20px;
}
.fs-p-footerCopyright {
  padding: 30px 0;
  color: #fff;
  background: #767676;
}
.fs-p-footerCopyright__list {
  text-align: center;
  margin-bottom: 10px;
}
.fs-p-footerCopyright__list li {
  display: inline-block;
  padding: 0 1em;
}
.fs-p-footerCopyright__list li a {
  color: #fff;
  font-size: 1.2rem;
}
.footer-logo {
  text-align: center;
  padding-bottom: 40px;
}
.fs-l-footer .sns_icon_area {
  margin-bottom: 35px;
}
.fs-l-footer .sns_icon_area a {
  width: 25px;
}
.footer_link {
  width: 500px;
  margin: 0 auto;
  margin-top: 20px;
  text-align: center;
}
.footer_link li {
  display: inline-block;
}
.footer_link li a {
  display: block;
  padding: 0 2em;
}
@media screen and (max-width: 768px) {
  .footer-pickup li {
    width: 100%;
  }
  .footer-pickup li:nth-child(n + 4) {
    width: 100%;
  }
  .footer-pickup li:nth-child(n + 4) a {
    border-top: 2px solid #eee;
  }
  .footer-pickup li:nth-child(5) a {
    border-bottom: 2px solid #eee;
  }
  .footer-pickup li a {
    display: block;
    border-top: 2px solid #eee;
    border-left: none;
    border-right: none;
    border-bottom: none;
    padding: 10px 20px;
    font-size: 2.4rem;
    position: relative;
  }
  .footer-pickup li a span {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 1.2rem;
    display: block;
  }
  .footer-pickup li a:after {
    content: none;
  }
  .fs-p-footerPageTop__link {
    width: 40px;
    height: 40px;
  }
  .footer-logo {
    text-align: center;
    padding-bottom: 10%;
  }
  .footer-logo img {
    width: 40%;
    max-width: 186px;
  }
  .footer-navi {
    padding: 5% 0;
  }
  .footer-navi__wrap {
    display: block;
  }
  .footer-navi__box {
    width: 100%;
    padding: 4%;
    border-left: none;
  }
  .footer-navi__box + .footer-navi__box {
    border-top: 1px solid #d2d2d2;
  }
  .footer-navi__title {
    font-size: 2rem;
  }
  .footer-navi__box li a {
    line-height: 2;
  }
  .footer-navi__box:last-child {
    border-right: none;
  }
  .fs-p-footerCopyright__list {
    margin-bottom: 20px;
  }
  .fs-p-footerCopyright__list li {
    display: block;
  }
}
/*-------------------------------------
TOP
--------------------------------------*/
.more-btn {
  position: relative;
  text-align: center;
}
.more-btn:after {
  content: "";
  display: block;
  width: 100%;
  border-top: 1px solid #c9c9c9;
  position: absolute;
  top: 50%;
  z-index: 0;
}
.more-btn a {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  font-size: 1.6rem;
  line-height: 46px;
  border: 2px solid #c9c9c9;
  position: relative;
  z-index: 1;
  background: #fff;
}
.more-btn a:before {
  content: "";
  border-left: 30px solid #fff;
  position: absolute;
  left: -32px;
  height: 100%;
}
.more-btn a:after {
  content: "";
  border-right: 30px solid #fff;
  position: absolute;
  right: -32px;
  height: 100%;
}
.more-btn--item {
  margin-top: 5%;
}
.more-btn--info {
  margin-top: 5%;
}
/*--slider--*/
.top-slider {
  width: 1150px;
  margin: 0 auto;
}
.top-slider.fs-c-slick .slick-next {
  right: -50px;
}
.top-slider.fs-c-slick .slick-prev {
  left: -50px;
}
.top-slider .fs-pt-carousel__slide img {
  width: 1150px;
}
/*--news--*/
.top-bnr {
  text-align: center;
}
.section--news {
  margin-top: 3%;
}
.section--news .title-sec {
  margin-bottom: 0;
}
.fs-p-dateList {
  text-align: center;
}
.fs-p-dateList > li {
  border: none;
  text-align: center;
  color: #4e4c4c;
  padding-bottom: 8px;
  margin-top: 0 !important;
}
.fs-p-dateList > li a {
  color: #4e4c4c;
}
.fs-p-dateList > li a:after {
  content: url(../icon_link_arr.png);
  margin-left: 1em;
  vertical-align: text-top;
}
.fs-p-dateList > li time:first-child {
  background: none;
  color: #4e4c4c;
  line-height: 1.2;
  padding: 0;
}
.fs-p-dateList > li time {
  margin-right: 20px;
}
.fs-p-dateList > li:first-child {
  border-top: none;
}
/*--item--*/
.section--item-list {
}
.item-list {
  display: flex;
  flex-wrap: wrap;
}
.item-list__box {
  width: 24.5%;
  text-align: center;
  margin-right: 0.666%;
  margin-bottom: 3%;
  flex-shrink: 0;
}
.item-list__box a {
  color: #000;
}
.item-list__box a:hover {
  text-decoration: none;
}
.item-list__box:nth-child(4n) {
  margin-right: 0;
}
.item-list__box .item__img {
  margin-bottom: 5%;
  /*max-height: 304px;
  height: 22vw;*/
  /*  justify-content: center;
  display: flex;
  align-items: flex-end;*/
  flex-shrink: 0;
}
.item-list__box .item__name {
  font-size: 2.1rem;
  font-weight: bold;
  color: #000;
}
.item-list__box p {
  font-size: 1.6rem;
  line-height: 1.25;
  height: 2.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2% 0;
}
.item-list__box .item__color {
  margin-top: 0;
  margin-bottom: 10px;
}
.item-list__box .item__color img {
  height: 15px;
}
/*--category-navi--*/
.category-navi__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.category-navi__list li {
  text-align: center;
  margin: 0 10px;
  width: 19%;
}
.category-navi__list li a {
  display: block;
  background: #eee;
  border: 1px solid #c9c9c9;
  color: #333;
  padding: 10px;
}
/*--Ranking--*/
.section--topics-ranking {
}
.ranking-list {
  counter-reset: number 0;
}
.ranking-list .slick-slide:before {
  counter-increment: number 1;
  content: "No." counter(number);
  color: #000;
  display: block;
  text-align: center;
  font-size: 1.8rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: bold;
}
.ranking-list .fs-c-productListItem__productName {
  text-align: center;
  margin-bottom: 0;
}
.ranking-list .fs-c-productName__copy {
  display: none;
}
.ranking-list .fs-c-productListItem__prices {
  padding-right: 0;
  margin-top: 0;
  margin-left: 0;
  margin-left: 0;
}
.ranking-list .fs-c-productPrice {
  justify-content: center;
}
.ranking-list .fs-c-productPrice__addon {
  display: none;
}

.ranking-list .fs-c-price__currencyMark {
  display: none;
}
.ranking-list .fs-c-price__value {
  font-weight: normal !important;
}
.ranking-list .fs-c-productPrice__main:after {
  content: "円";
}
.ranking-list .fs-c-productListCarousel__list__item .fs-c-button--addToWishList--icon {
  display: none;
}

@media screen and (max-width: 768px) {
  .ranking-list .fs-c-productListCarousel__list__item {
    flex-basis: 32vw;
    max-width: 32vw;
    min-width: 32vw;
    margin: 0;
  }
  .ranking-list .fs-c-productName__name {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 375px) {
  .ranking-list .fs-c-productListCarousel__list__item {
    flex-basis: 30vw;
    max-width: 30vw;
    min-width: 30vw;
  }
}
/*.ranking-list .slick-slide:nth-child(1):before {
 background-color: gold;
}
.ranking-list .slick-slide:nth-child(2):before {
  background-color: silver;
}
.ranking-list .slick-slide:nth-child(3):before {
  background-color: #815a2b;
}*/
.more-btn--ranking {
  margin-top: 5%;
}
/*--Feature's--*/
.top-feature__list li {
  text-align: center;
}
.top-feature__list--title {
  text-align: center;
  margin-bottom: 0;
}
/*--Shop Information--*/
.section--shop-info {
}
/*--instagram--*/
.instagram__title {
  text-align: center;
}
.instagram__title span {
  position: relative;
  display: inline-block;
  font-size: 3.5rem;
  text-align: center;
  padding-left: 70px;
  background: url(../icon_instagram_title.png) no-repeat left center;
}
.instagram__title span a {
  display: block;
  width: 50px;
  height: 52px;
  position: absolute;
  left: 0;
  top: 0;
}
.instagram__list {
  max-width: 1184px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4%;
}
.instagram__list li {
  margin-bottom: 0.8%;
}
@media screen and (max-width: 768px) {
  .fs-body-top .fs-l-main {
    margin-top: 0;
  }
  .more-btn a {
    width: 180px;
    line-height: 40px;
  }
  .more-btn:after {
    content: none;
  }
  .section--topics-news {
    margin-top: 0;
  }
  .fs-p-dateList > li time {
    margin-right: 0;
    display: block;
    text-align: center;
  }
  .item-list__box {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 4%;
  }
  .item-list__box:nth-child(4n) {
    margin-right: 2%;
  }
  .item-list__box:nth-child(2n) {
    margin-right: 0;
  }
  .item-list__box .item__img {
    margin-bottom: 5%;
    max-height: none;
    /*height: 50vw;*/
  }
  .item-list__box .item__name {
    font-size: 1.7rem;
    font-weight: 400;
    color: #000;
  }
  .item-list__box .item__color img {
    height: 14px;
  }
  .item-list__box p {
    font-size: 1.2rem;
  }
  .category-navi__list li {
    text-align: center;
    margin: 0 1%;
    width: 48%;
  }
  .category-navi__list li:nth-child(n + 3) {
    margin-top: 2%;
  }
  .instagram__list li {
    margin-bottom: 1%;
  }
  .instagram__title span {
    font-size: 2.5rem;
    padding-left: 1.5em;
    background-size: 1em;
  }
}
/*-------------------------------------
商品一覧
--------------------------------------*/
.item_catalog__list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto;
}
.item_catalog__list li {
  width: 25%;
  padding: 0 1%;
  text-align: center;
  margin-bottom: 3%;
}
.item_catalog__list li .img {
  margin-bottom: 1%;
}
.item_catalog__list li a {
  color: #120e0e;
  font-size: 1.8rem;
  line-height: 1.4;
}
.item_catalog__pager {
}
.item_catalog__pager ul {
  display: flex;
  justify-content: center;
}
.item_catalog__pager li {
  width: 48px;
  height: 48px;
  text-align: center;
  margin: 0 10px;
}
.item_catalog__pager li a,
.item_catalog__pager li span {
  line-height: 48px;
  color: #fff;
  display: block;
  background: #a0a0a0;
}
.item_catalog__pager li span {
  background: #535353;
}
@media screen and (max-width: 768px) {
  .item_catalog__list li {
    width: 50%;
    padding: 0 3%;
    text-align: center;
    margin-bottom: 6%;
  }
  .item_catalog__list li a {
    font-size: 1.4rem;
  }
  .item_catalog__pager {
    margin-top: 6%;
  }
  .item_catalog__pager li {
    width: 36px;
    height: 36px;
    margin: 0 3px;
  }
  .item_catalog__pager li a,
  .item_catalog__pager li span {
    line-height: 36px;
  }
}
/*-------------------------------------
商品詳細
--------------------------------------*/
.fs-l-product2 .fs-l-productLayout {
  max-width: 1080px;
  margin: 0 auto;
}
.fs-body-product .fs-c-slick .slick-prev,
.fs-body-product .fs-c-slick .slick-next {
  height: 36px;
  width: 10px;
}
.fs-body-product .fs-c-slick .slick-prev {
  left: -80px;
}
.fs-body-product .fs-c-slick .slick-next {
  right: -80px;
}
.fs-c-productMainImage__expandButton {
  display: none;
}
.fs-c-productCarouselMainImage__thumbnailList {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  overflow-x: auto;
}
@media screen and (min-width: 960px) {
  .fs-l-product2 .fs-l-productLayout {
    display: grid;
    grid-template-columns: calc(55% - 44px / 2) calc(45% - 44px / 2);
    grid-gap: 44px;
    align-items: start;
  }
}
*::-ms-backdrop,
.fs-l-product2 .fs-l-productLayout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
*::-ms-backdrop,
.fs-l-productLayout__item--1 {
  width: 55%;
}
*::-ms-backdrop,
.fs-l-productLayout__item--2 {
  width: 40%;
}
@media all and (-ms-high-contrast: none) {
  /*.fs-l-product2 .fs-l-productLayout {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }*/
  .productDetailContents {
  }
}
.fs-c-productCarouselMainImage__carousel {
  max-width: 400px;
  margin: 0 auto;
}
.slick-active .fs-c-productCarouselMainImage__thumbnail__img {
  border: none;
}
.fs-c-productThumbnail__image.is-active > img {
  border: none;
}
.fs-c-productCarouselMainImage__image__caption {
  display: none;
}
.fs-c-productCarouselMainImage__thumbnail__caption {
  font-size: 1.2rem;
}
.fs-c-productCarouselMainImage__expandButton {
  display: none;
}
.fs-c-productCarouselMainImage__thumbnailList > li {
  flex-basis: 106px;
  min-width: 106px;
  margin: 0;
  text-align: center;
  margin-right: 10px;
  margin-bottom: 10px;
}
.fs-c-productCarouselMainImage__thumbnailList > li:nth-child(5n) {
  margin-right: 0;
}
.fs-c-productCarouselMainImage__image > img {
  max-width: 400px;
  height: auto;
}
.fs-c-productThumbnail__image {
  flex-basis: 106px;
  min-width: 106px;
  margin: 0;
  border: 1px solid #f2f2f2;
  margin-right: 10px;
  margin-bottom: 10px;
}
.fs-c-productThumbnail__image:nth-child(5n) {
  margin-right: 0;
}
.fs-system-product .fs-c-productNameHeading__name {
  font-size: 3.2rem;
  font-weight: normal;
}
.fs-system-product .fs-c-productPrice,
.fs-system-product .fs-c-productPrice__addon {
  font-size: 2.2rem;
}
.fs-c-productNumber {
  border: none;
  padding: 0;
}
.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  color: #4e4c4c;
  font-weight: bold;
}
.fs-system-product .fs-c-productPointDisplay {
  background: none;
  color: #c85f6b;
  font-size: 1.8rem;
  padding: 0;
}
.fs-system-product .fs-c-productPointDisplay__quantity {
  font-weight: normal;
}
.fs-c-variationLabel {
  display: none;
}
.fs-c-variationCart--withImage > li {
  border-top: 1px solid #eee;
  padding: 15px 0;
  margin-top: 0;
}
.fs-c-variationCart--withImage > li:last-child {
  border-bottom: 1px solid #eee;
}
.fs-c-variationCart--withImage > li {
  -ms-grid-columns: auto 1fr 194px 3em;
  grid-template-columns: auto 1fr 194px 3em;
  grid-auto-flow: column;
}
.fs-c-button--primary {
  background: #626262;
  border: none;
  border-radius: 7px;
  padding: 1em 1.6em 1em;
  box-shadow: none;
  min-width: 240px;
}
.fs-c-button--primary.fs-c-button--addToCart--variation {
  font-size: 1.4rem;
  min-width: 100%;
  padding: 1em 2em 1em 3em;
  background: url(../icon_cart_btn.png) no-repeat center left 1.5em #626262;
}
.fs-c-button--particular.fs-c-button--addToWishList--icon::before {
  font-size: 3.1rem;
}
.fs-c-variationCart--withImage .fs-c-variationCart__wishlist {
  -ms-grid-column: 4;
  grid-column: 4;
}
.fs-c-variationCart--withImage .fs-c-variationCart__cartButton {
  -ms-grid-column: 3;
  grid-column: 3;
}
.detail__cash-btn {
  width: 100%;
  background: #eee;
  text-align: center;
  display: block;
  font-size: 1.6rem;
  padding: 0.72em;
}
.detail__tel-btn {
  width: 100%;
  background: #e5e5e5;
  text-align: center;
  display: block;
  font-size: 1.6rem;
  padding: 1em;
}
.product-delivery {
  margin: 20px 0 10px;
}
.product-delivery span {
  color: #aa0d0d;
}
.detail__link {
  padding-top: 8px;
}
.detail__tel-btn a {
  display: block;
  color: #4e4c4c;
}
.detail__link a {
  color: #4e4c4c;
}
.detail__link a:before,
.fs-c-button--inquiryAboutProduct .fs-c-button__label:before {
  content: "";
  font-size: 1.6rem;
  display: inline-block;
  font-weight: bold;
  margin-right: 1em;
  vertical-align: middle;
  background: url(../icon_arr_right.png) no-repeat;
  height: 14px;
  width: 8px;
}
.fs-c-button--inquiryAboutProduct {
  color: #4e4c4c;
}
.fs-c-wishlistProduct__title,
.fs-c-featuredProduct__title {
  border-bottom: 1px solid #484849;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 2em;
  color: #484849;
  padding-bottom: 10px;
}
.productDetailContents {
  -ms-grid-column: 1/3;
  grid-column: 1/3;
  width: 860px;
  margin: 0 auto 4%;
}
.product_tabs {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #dcdcdc;
}
.product_tabs li {
  width: 33.333%;
  text-align: center;
  border: 1px solid #dcdcdc;
  cursor: pointer;
}
.product_tabs li.is-active {
  background: #dcdcdc;
}
.product_tabs li + li {
  border-left: none;
}
.product_tabs li a {
  display: block;
  font-size: 1.8rem;
  padding: 0.7em 0;
  color: #434343;
  pointer-events: none;
}
.productDetailContents .product-panel {
  display: none;
  padding-top: 5%;
}
.productDetailContents .product-images.is-on {
  display: block;
}
.productDetailContents .product-size.is-on {
  display: block;
}
.productDetailContents .fs-c-productReview.is-on {
  display: block;
}
.productDetailContents .product-panel .catch {
  font-size: 2.4rem;
  color: #4e4c4c;
}
.productDetailContents .product-panel .catch + p {
  margin-top: 3%;
}
.productDetailContents .product-panel p {
  line-height: 1.7;
  color: #000;
}
.productDetailContents .product-panel .img {
  margin-top: 3.4%;
}
.warranty-box {
  margin-top: 3.4%;
  padding: 3.2% 0 2%;
  border: 2px solid #7d7d7d;
  text-align: center;
}
.productDetailContents .warranty-box p {
  line-height: 2;
}
.productDetailContents .warranty-box p a {
  color: #4e4c4c;
}
.warranty-box__title {
  font-size: 2.4rem;
  margin-bottom: 2%;
  font-weight: bold;
}
.warranty-box--return {
  background: #eee;
  border: none;
}
table.item_shosai {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
table.item_shosai tr th {
  width: 20%;
  padding: 15px;
  border-collapse: collapse;
  border-style: solid;
  border-color: #dcdcdc;
  border-width: 1px;
  background-color: #efefef;
  font-weight: bold;
  border-right: none;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}
table.item_shosai tr td {
  width: 80%;
  padding: 15px;
  border-collapse: collapse;
  border-style: solid;
  border-color: #dcdcdc;
  border-width: 1px;
  vertical-align: top;
}
.fs-body-product .fs-c-featuredProduct {
  width: 860px;
  margin: 0 auto;
}
.fs-c-productListCarousel {
  position: relative;
}
.fs-c-productListCarousel__ctrl--prev {
  position: absolute;
  left: -50px;
}
.fs-c-productListCarousel__ctrl--next {
  position: absolute;
  right: -50px;
}
.fs-c-productListItem__prices {
  padding-right: 30px;
}
.fs-c-productListCarousel__list__item {
  position: relative;
}
.fs-c-productListCarousel__list__item .fs-c-button--addToWishList--icon {
  position: absolute;
  right: 0;
  bottom: 30px;
}
.fs-c-aggregateRating__rating {
  font-size: 1.4rem;
  flex: none;
}
.fs-c-aggregateRating__count {
  display: none;
}
.fs-c-aggregateRating__rating::before {
  content: "平均評価";
  flex: none;
  font-size: 1.4rem;
}
.fs-c-reviewList__item:first-child {
  border-top: 4px solid #d2d2d2;
  margin-top: 12px;
}
.fs-c-reviewList__item {
  padding: 0;
  border-bottom: 4px solid #d2d2d2;
  padding-bottom: 20px;
}
.fs-c-reviewList__item__body {
  padding: 0;
  border: none;
}
.fs-c-reviewList__item__info {
  border-top: 2px solid #fff;
}
.fs-c-reviewInfo__date {
  justify-content: flex-end;
  margin-right: 1em;
}
.fs-c-reviewInfo__stars {
  margin-bottom: 10px;
}
.fs-c-reviewInfo__reviewer {
  background: #eee;
  padding: 30px 20px;
}
.fs-c-rating__value {
  color: #4e4c4c;
  margin-left: 0;
}
.fs-c-reviewStars::before {
  color: #4e4c4c;
  font-size: 1.6rem;
}
.fs-c-button--plain:hover {
  color: inherit;
  opacity: 0.8;
  text-decoration: none;
}
.fs-c-productReview__allReviews {
}
.fs-c-button--plain.fs-c-button--viewAllReviews::before {
  content: ">";
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif !important;
}
.fs-c-productReview__addReview {
  position: relative;
}
.fs-c-button--plain.fs-c-button--addReview--detail::before {
  content: ">";
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif !important;
}
.switch-pull:first-child {
  border-top: 1px solid #dcdcdc;
}
.switch-pull,
.switch-link a {
  display: block;
  font-size: 18px;
  padding: 15px;
  border-bottom: 1px solid #dcdcdc;
  cursor: pointer;
}
.switch-pull::before,
.switch-link a::before {
  content: url(../icon_pulldown.png);
  display: inline-block;
  margin-right: 15px;
  transition: 0.3s;
}
.switch-pull.on::before {
  transform: rotate(-180deg);
}
#productPullDown.productDetailContents .product-panel {
  display: none;
}
.img-block .product-images {
  display: block !important;
}
.img-block {
  margin-top: 5%;
}
.img-block .img {
  margin-top: 3.4%;
}
.img-block .catch {
  font-size: 2.4rem;
  color: #4e4c4c;
}
.img-block p {
  line-height: 1.7;
}
#productPullDown.productDetailContents .product-panel {
  padding-top: 15px;
}
.fs-c-productReview {
  display: block !important;
}
#reviewBlock {
  padding-top: 10%;
}
#reviewBlock .review-title {
  font-size: 1.8rem;
  padding: 15px;
  background: #d2d2d2;
  margin-bottom: 3%;
}
@media screen and (max-width: 768px) {
  .fs-l-productLayout {
    display: block;
  }
  .fs-body-product .fs-c-slick .slick-prev {
    left: 0;
  }
  .fs-body-product .fs-c-slick .slick-next {
    right: 0;
  }
  .fs-c-productNumber,
  .fs-c-productNameHeading,
  .fs-p-productDescription,
  .fs-c-productPrices,
  .fs-c-productPointDisplay {
    margin-left: 10px;
  }
  *::-ms-backdrop,
  .fs-l-productLayout__item--1 {
    width: 100%;
  }
  *::-ms-backdrop,
  .fs-l-productLayout__item--2 {
    width: 100%;
  }
  .fs-c-productCarouselMainImage__thumbnailList > li {
    width: 19.2%;
    flex-basis: 19.2%;
    min-width: auto;
    margin-right: 1%;
    margin-bottom: 1%;
  }
  .fs-c-productCarouselMainImage__thumbnailList > li:nth-child(5n) {
    margin-right: 0%;
  }
  .fs-c-productCarouselMainImage__thumbnailList > li:nth-child(3n) {
    margin-right: 0%;
  }
  .fs-c-productThumbnail__image {
    width: 32%;
    flex-basis: 32%;
    min-width: auto;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .fs-c-productThumbnail__image:nth-child(5n) {
    margin-right: 2%;
  }
  .fs-c-productThumbnail__image:nth-child(3n) {
    margin-right: 0;
  }
  .fs-system-product .fs-c-productNameHeading__name {
    font-size: 2.4rem;
    font-weight: normal;
  }
  .fs-system-product .fs-c-productPointDisplay {
    font-size: 1.5rem;
  }
  .fs-system-product .fs-c-productPrice {
    font-size: 1.6rem;
  }
  .fs-system-product .fs-c-productPrice__addon {
    font-size: 1.2rem;
  }
  .fs-c-variationCart--withImage > li {
    -ms-grid-columns: 18% 1fr 40% 2em;
    grid-template-columns: 18% 1fr 40% 2em;
    grid-auto-flow: column;
    padding: 2% 0;
  }
  .fs-c-variationCart--withImage .fs-c-variationCart__image {
    margin-top: 2%;
  }
  .fs-c-button--primary.fs-c-button--addToCart--variation {
    font-size: 1.2rem;
    min-width: 100%;
    padding: 1em 2em 1em 3em;
    background: url(../icon_cart_btn.png) no-repeat center left 1.5em #626262;
    background-color: white;
  }
  .fs-c-button--primary.fs-c-button--addToCart--variation {
    font-size: 1.2rem;
    min-width: 100%;
    background: url(../icon_cart_btn.png) no-repeat center left 1em #626262 / 1.5em;
    padding: 1em 0 1em 2em;
  }
  .fs-c-productListCarousel__ctrl--prev {
    left: 0;
    z-index: 1;
  }
  .fs-c-productListCarousel__ctrl--next {
    right: 0;
  }
  .detail__tel-btn {
    font-size: 1.3rem;
  }
  .productDetailContents {
    width: 100%;
  }
  .product_tabs li a {
    font-size: 1.2rem;
    padding: 0.5em 0;
  }
  .productDetailContents .product-panel .catch {
    font-size: 1.8rem;
    margin-top: 0;
  }
  .productDetailContents .product-panel .movie iframe {
    width: 100%;
  }
  .warranty-box {
    padding: 6% 0 3%;
    text-align: center;
  }
  .warranty-box__title {
    font-size: 2.1rem;
  }
  .table.item_shosai tr th {
    width: 30%;
  }
  .fs-body-product .fs-c-featuredProduct {
    width: 100%;
    width: 100%;
    margin: 0 auto;
  }
  .fs-c-productListCarousel__list__item {
    flex-basis: 48vw;
    max-width: 48vw;
    min-width: 48vw;
    margin: 0 4px;
  }
  .fs-c-reviewInfo__reviewer {
    padding: 1em;
  }
  .fs-c-reviewInfo__stars {
    margin-bottom: 0;
  }
  .fs-c-productReview__allReviews {
    margin-top: 10px;
    position: relative;
  }
  #productDetailContents .fs-c-button--plain {
    display: block;
    background: #e5e5e5;
    text-align: center;
    font-size: 1.3rem;
    display: block;
    position: relative;
    padding: 1em;
    width: 100%;
  }
  .fs-c-button--plain.fs-c-button--viewAllReviews::before {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -0.5em;
  }
  .fs-c-button--plain.fs-c-button--addReview--detail::before {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -0.5em;
  }
  table.item_shosai tr th {
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px;
    border-bottom: none;
  }
  table.item_shosai tr td {
    width: 100%;
    display: block;
    padding: 10px;
  }
  table.item_shosai tr:not(:last-child) td {
    border-bottom: none;
  }
}
@media screen and (max-width: 375px) {
  .fs-c-productListCarousel__list__item {
    flex-basis: 45.2vw;
    max-width: 45.2vw;
    min-width: 45.2vw;
    margin: 0 4px;
  }
}
/*-------------------------------------
ご利用ガイド
--------------------------------------*/
.guide-wrap {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2%;
}
.guide-wrap .box {
  width: 32%;
  margin-bottom: 20px;
}
.guide-wrap .box .title {
  border: 1px solid #ddd;
  color: #000;
  font-size: 1.6rem;
  line-height: 1;
  padding: 20px 20px 20px 50px;
  background: url(../icon_guide01.png) no-repeat left 15px center;
  margin-bottom: 10px;
}
.guide-wrap .box:nth-child(2) .title {
  background: url(../icon_guide02.png) no-repeat left 15px center;
}
.guide-wrap .box:nth-child(3) .title {
  background: url(../icon_guide03.png) no-repeat left 15px center;
}
.guide-wrap .box:nth-child(4) .title {
  background: url(../icon_guide04.png) no-repeat left 15px center;
}
.guide-wrap .box:nth-child(5) .title {
  background: url(../icon_guide05.png) no-repeat left 15px center;
}
.guide-wrap .box:nth-child(6) .title {
  background: url(../icon_guide06.png) no-repeat left 15px center;
}
.guide-wrap .box ul {
  margin-left: 1em;
  padding-left: 1em;
  text-indent: -1em;
}
.guide-wrap .box li a {
  line-height: 2.3;
  font-size: 1.3rem;
  color: #333;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .guide-wrap .box {
    width: 100%;
  }
}
/*-------------------------------------
サブページフォーマット
--------------------------------------*/
.documentWrap {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}
.fs-c-documentArticle__heading {
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 2.2;
  border-bottom: 2px solid #000;
  background: none;
  color: #333;
  text-align: left;
  padding: 0;
  margin: 5px 0 20px 0;
}
.fs-c-documentColumn__heading {
  font-size: 1.9rem;
  border-left: none;
  line-height: 2.2;
  padding: 0;
  padding-left: 0.5em;
  border-bottom: none;
  background: #eee;
  color: #383839;
  font-weight: bold;
  margin: 5px 0 20px 0;
}
.fs-c-documentArticle {
  padding: 0;
}
* + .fs-c-documentColumn {
  margin-top: 20px;
}
.fs-c-documentArticle__content,
.fs-c-documentColumn__content,
.fs-c-documentPoint__content {
  padding: 0;
  font-size: 1.3rem;
  line-height: 2;
  margin: 0;
}
.fs-c-documentArticle p {
  margin: 0;
  font-size: 1.3rem;
  line-height: 2;
}
.commonText--red {
  color: #b20000;
}
.commonImg {
  margin: 15px;
}
* + .fs-c-documentPoint {
  margin-top: 15px;
}
.fs-c-documentPoint__heading {
  font-size: 1.6rem;
  color: #333;
  font-weight: bold;
  line-height: 2.2;
  margin-top: 5px;
  margin-bottom: 15px;
  line-height: 1.2;
}
.documentGreyBox {
  background: #eee;
  padding: 1em;
  margin: 15px;
}
.documentFlow {
  margin-top: 15px;
  margin-bottom: 15px;
}
.documentFlow__heading {
  padding: 1em;
  border: 1px solid #eee;
  margin-bottom: 15px;
}
.documentFlow__content {
  position: relative;
  padding-left: 70px;
  padding-bottom: 20px;
}
.documentFlow__content:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 30px;
  width: 10px;
  height: 100%;
  background: #eee;
}
.documentFlow__content:after {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 21px;
  border-top: 18px solid #eee;
  border-left: 14px solid #fff;
  border-right: 14px solid #fff;
}
.documentStep {
  margin-top: 15px;
  margin-bottom: 15px;
}
.documentStep__box {
  display: flex;
  border: 1px solid #ccc;
  padding: 15px;
}
.documentStep__box dl,
.documentStep__boxdt,
.documentStep__box dd {
  margin: 0;
}
.documentStep__box + .documentStep__box {
  margin-top: 10px;
}
.documentStep__box .documentStep__number {
  text-align: center;
  background: #444;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  width: 74px;
  height: 74px;
  margin-right: 17px;
  line-height: 1.2;
  padding-top: 20px;
}
.documentStep__number dt {
  font-size: 1.2rem;
}
.documentStep__number dd {
  font-size: 2rem;
}
.documentStep__text {
  width: 90%;
}
.documentStep__text dt {
  font-size: 1.9rem;
  font-weight: bold;
  color: #333;
}
.documentStep__text dd {
  font-size: 1.2rem;
}
.documentTable table {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
  font-size: 1.3rem;
  border-collapse: collapse;
  border-spacing: 0;
}
.documentTable table tr:nth-child(odd) {
  background: #eee;
}
.documentTable table th {
  padding: 10px 15px;
  width: 25%;
  text-align: left;
  font-weight: normal;
}
.documentTable table td {
  padding: 10px 15px;
}
.documentTable2 {
  max-width: 720px;
}
.documentTable2 table {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 1.3rem;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.documentTable2 table th {
  width: 50%;
  text-align: center;
  border: 1px solid #ccc;
  font-weight: normal;
  background: #eee;
  padding: 10px;
}
.documentTable2 table td {
  text-align: center;
  border: 1px solid #ccc;
  padding: 10px;
}
.documentTable3 table {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 1.3rem;
  border-collapse: collapse;
  border-spacing: 0;
}
.documentTable3 table th {
  width: 150px;
  border: 1px solid #ccc;
  font-weight: normal;
  background: #eee;
  padding: 10px 15px;
  text-align: left;
}
.documentTable3 table td {
  width: 210px;
  border: 1px solid #ccc;
  padding: 10px 15px;
}
.documentTable + .documentTable2,
.documentTable2 + .documentTable3 {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .documentWrap {
    padding: 0 8px;
  }
  .documentGreyBox {
    margin: 15px 10px;
  }
  .documentFlow__content {
    position: relative;
    padding-left: 30px;
    padding-bottom: 20px;
  }
  .documentFlow__content:before {
    left: 10px;
  }
  .documentFlow__content:after {
    left: 1px;
  }
  .documentStep__box {
    display: block;
  }
  .documentStep__text {
    width: 100%;
  }
  .documentStep__box .documentStep__number {
    margin: 0 auto 10px;
  }
  .commonImg {
    margin: 15px 0;
  }
}
.img_cart-flow {
  text-align: center;
  margin-bottom: 5%;
  margin-top: -24px;
}
@media screen and (max-width: 768px) {
  .img_cart-flow {
    margin-top: 0;
  }
}

/*よくあるご質問*/

.faq-content {
  max-width: 800px;
  margin: 0 auto;
}

.faq-navi {
  background: #eee;
  padding: 60px 45px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 12%;
}

.faq-navi li {
  width: 48%;
  border-bottom: 1px solid #dbdbdb;
}
.faq-navi li a {
  display: block;
  padding: 15px 10px;
  position: relative;
}
.faq-navi li a::after {
  content: "";
  display: block;
  right: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border-left: 2px solid #a5a5a5;
  border-bottom: 2px solid #a5a5a5;
  transform: translateY(-50%) rotate(-45deg);
  position: absolute;
}

.faq-box__title {
  color: #000;
  font-weight: bold;
  background: #eee;
  font-size: 22px;
  padding: 15px 0 15px 40px;
}
.faq-box {
  position: relative;
  margin-bottom: 12%;
}
.faq-box .back-navi {
  display: block;
  position: absolute;
  right: 0;
  bottom: -70px;
  background: #aeaeae;
  width: 34px;
  height: 34px;
}
.faq-box .back-navi::after {
  position: absolute;
  top: 55%;
  left: 50%;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.faq-box + .faq-box {
}
.faq-box__item {
  margin-top: 7.5%;
  margin-bottom: 0;
  margin-left: 0;
}

.faq-box__item dt {
  position: relative;
  font-size: 18px;
  padding-bottom: 25px;
  padding-left: 7.5%;
  border-bottom: #eee 1px solid;
  font-weight: bold;
  color: #333;
}
.faq-box__item dt:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -5px;
  background: url(../icon_faq.png) no-repeat center center/contain;
  max-width: 42px;
  max-height: 42px;
  width: 4vw;
  height: 4vw;
}
.faq-box__item dd {
  padding-top: 25px;
  padding-left: 7.5%;
  margin-left: 0;
  line-height: 1.9;
}

.faq-box__item dd a {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .faq-navi {
    padding: 8% 6% 10%;
  }
  .faq-navi li a {
    font-size: 13px;
    padding: 10px 0px;
  }
  .faq-box__title {
    font-size: 20px;

    padding: 10px 0 10px 6%;
  }
  .faq-box__item dt {
    padding-bottom: 4%;
    padding-left: 30px;
  }
  .faq-box__item dd {
    padding-top: 4%;
    padding-left: 30px;
    padding-right: 5%;
  }
  .faq-box__item dt:before {
    background: url(../icon_faq.png) no-repeat center center;
    width: 25px;
    height: 25px;
    background-size: contain;
    top: 1px;
  }
  .faq-box {
    margin-bottom: 15%;
  }
  .faq-box .back-navi {
    bottom: -11vw;
    width: 28px;
    height: 28px;
  }
  .faq-box .back-navi::after {
    top: 63%;
  }
}

.bnr_area {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}

.bnr_area a {
  display: block;
  margin: 0 15px;
}
.news-bnr {
  margin-top: 30px;
    display: flex;
    justify-content: space-between;
}
.news-bnr .img{
  width: 48%;
}
.news-bnr .img img{
  width: 100%;
}
@media screen and (max-width: 768px) {
  .bnr_area {
    margin-top: 10%;
    display: block;
  }
  .bnr_area a {
    margin: 0;
  }
  .bnr_area a + a {
    margin-top: 4%;
  }
  .news-bnr {
    margin-top: 3%;
    display: block;

  }
  .news-bnr .img{
    width: 100%;
  }
  .news-bnr .img + .img{
    margin-top: 4%;
  }
}

.lp_cart table{
  width: 400px;
  border: none;

}
.lp_cart tr{
  border: none;
}
.lp_cart form > table > tbody > tr:last-child{
  display: none;
}
.lp_cart td:first-child{
  width: 200px;
  padding: 10px;
  border: none;
}
.lp_cart td{
  padding: 10px;
  border: none;

}
.lp_cart input[type="submit"] {
  font-size: 1.4rem;
  min-width: 100%;
  padding: 1em 2em 1em 3em;
  background: url(../icon_cart_btn.png) no-repeat center left 1.5em #626262;
  width: 200px;
  color: #fff;
  border: none;
  border-radius: 25px;
  width: 200px;
  min-width: 200px;
}
.fs-body-product-147594298 .fs-c-variationList__item{
  display: none;
}


