@charset "UTF-8";
.is-desktop {
  display: block !important;
}

.is-mobile {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .is-mobile {
    display: block !important;
  }
  .is-desktop {
    display: none !important;
  }
}
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  min-width: 1200px;
  font-weight: 500;
  color: #000;
}
@media screen and (max-width: 768px) {
  body {
    min-width: auto;
    width: 100%;
  }
  body.noscroll {
    position: fixed;
    top: 0;
    left: 0;
  }
}

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  vertical-align: bottom;
}

.container {
  max-width: 1280px;
  padding: 0 15px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .container {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.container-min {
  max-width: 950px;
  padding: 0 15px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .container-min {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.container-1280 {
  max-width: 1280px;
  padding: 0 15px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .container-1280 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.section + .section {
  margin-top: 110px;
}
@media screen and (max-width: 768px) {
  .section + .section {
    margin-top: 60px;
  }
}

.sec-title {
  font-weight: bold;
  text-align: center;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .sec-title {
    margin-bottom: 30px;
  }
}
.sec-title .title {
  font-size: 4.4rem;
  font-weight: bold;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .sec-title .title {
    font-size: 2.6rem;
  }
}
.sec-title .sub {
  font-size: 1.6rem;
  margin-top: 1em;
}

.black-btn {
  width: 265px;
  margin: 0 auto;
}
.black-btn a,
.black-btn span {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  line-height: 52px;
  background: #000;
}
.black-btn a:hover,
.black-btn span:hover {
  background: #828282;
}

.benefits {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .benefits {
    margin-bottom: 30px;
  }
}
.benefits .benefits-title {
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .benefits .benefits-title {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}
.benefits .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .benefits .wrap {
    display: block;
  }
}
.benefits .wrap .block {
  width: 48.5%;
}
@media screen and (max-width: 768px) {
  .benefits .wrap .block {
    width: 100%;
  }
  .benefits .wrap .block + .block {
    margin-top: 30px;
  }
}
.benefits .wrap .block:nth-child(1) ul li:nth-child(1)::before {
  background-image: url(../images/icon_benefits01.png);
}
.benefits .wrap .block:nth-child(1) ul li:nth-child(2)::before {
  background-image: url(../images/icon_benefits02.png);
}
.benefits .wrap .block:nth-child(1) ul li:nth-child(3)::before {
  background-image: url(../images/icon_benefits03.png);
}
.benefits .wrap .block:nth-child(1) ul li:nth-child(4)::before {
  background-image: url(../images/icon_benefits04.png);
}
.benefits .wrap .block:nth-child(2) ul li:nth-child(1)::before {
  background-image: url(../images/icon_benefits05.png);
}
.benefits .wrap .block:nth-child(2) ul li:nth-child(2)::before {
  background-image: url(../images/icon_benefits06.png);
}
.benefits .wrap .block:nth-child(2) ul li:nth-child(3)::before {
  background-image: url(../images/icon_benefits07.png);
}
.benefits .wrap .block:nth-child(2) .title span::before {
  background: url(../images/icon_benefits_title02.png) no-repeat center center/contain;
}
.benefits .wrap .block .title {
  font-size: 2.5rem;
  color: #5977ba;
  font-weight: bold;
  text-align: center;
  margin-bottom: 22px;
}
@media screen and (max-width: 768px) {
  .benefits .wrap .block .title {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}
.benefits .wrap .block .title span {
  display: inline-block;
}
.benefits .wrap .block .title span::before {
  content: "";
  display: inline-block;
  margin-right: 15px;
  background: url(../images/icon_benefits_title01.png) no-repeat center center/contain;
  width: 40px;
  height: 36px;
  vertical-align: bottom;
  margin-bottom: 1px;
}
@media screen and (max-width: 768px) {
  .benefits .wrap .block .title span::before {
    margin-right: 10px;
    margin-bottom: 0;
  }
}
.benefits .wrap .block .box {
  background: #f6f6f6;
  padding: 35px 11.5%;
}
@media screen and (max-width: 768px) {
  .benefits .wrap .block .box {
    padding: 20px 5.7%;
    height: auto !important;
  }
}
.benefits .wrap .block .box ul li {
  padding: 20px 0;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .benefits .wrap .block .box ul li {
    padding: 10px 0;
    font-size: 1.6rem;
    padding-left: 55px;
    position: relative;
  }
}
.benefits .wrap .block .box ul li::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 53px;
  height: 43px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(../images/icon_benefits01.png);
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .benefits .wrap .block .box ul li::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 45px;
    top: 10px;
  }
}
.benefits .wrap .block .box ul li span {
  color: #5977ba;
}
@media screen and (max-width: 768px) {
  .benefits .wrap .block .box ul li span {
    display: block;
  }
}
.benefits .wrap .block .box ul li + li {
  border-top: 1px dashed #d9d9d9;
}
.benefits .wrap .block .box .btn {
  width: 265px;
  margin: 15px auto 0;
  background: #000;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .benefits .wrap .block .box .btn {
    width: 250px;
  }
}
.benefits .wrap .block .box .btn a {
  display: block;
  font-size: 1.6rem;
  text-align: center;
  line-height: 52px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .benefits .wrap .block .box .btn a {
    font-size: 1.4rem;
  }
}

.app-bnr {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .app-bnr {
    margin-bottom: 40px;
  }
}
.app-bnr img {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .app-bnr img {
    width: 100%;
  }
}

.sns-area {
  background: #edf0f3;
  text-align: center;
}
.sns-area .inner {
  padding: 30px 0 35px;
}
@media screen and (max-width: 768px) {
  .sns-area .inner {
    padding: 20px 0;
  }
}
.sns-area .icons-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sns-area .icons-list li {
  margin: 0 20px;
}
@media screen and (max-width: 768px) {
  .sns-area .icons-list li {
    margin: 0 10px;
  }
}
.sns-area .title {
  font-weight: bold;
  font-size: 3.4rem;
  margin: 0;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .sns-area .title {
    font-size: 2.6rem;
  }
}
.sns-area .text {
  margin-top: 20px;
  margin-bottom: 0;
}
.sns-area .groupsite {
  margin-top: 64px;
  padding: 0 30px;
}
.sns-area .groupsite__title {
  font-size: 2.4rem;
}
.sns-area .groupsite__banner {
  transition: opacity .3s;
}
@media (hover: hover) {
  .sns-area .groupsite__banner:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 768px) {
  .sns-area .groupsite__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  footer {
    margin-top: 40px;
  }
}
footer .backtop {
  position: fixed;
  right: 10px;
  bottom: 10px;
}
@media screen and (max-width: 768px) {
  footer .backtop {
    bottom: 15vw;
  }
}
footer address {
  color: #fff;
  text-align: center;
  font-style: normal;
  background: #000;
  padding: 45px 0;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  footer address {
    padding: 20px 0 60px;
  }
}

.footer-navi {
  padding: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .footer-navi {
    display: block;
    padding: 15px 0;
  }
}

.footer-navi::after {
  content: "";
  display: block;
  width: 21%;
}

.footer-navi .block {
  width: 21%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 1%;
  line-height: 1.67;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .footer-navi .block {
    width: 100%;
    padding-right: 0;
    padding: 0 15px;
    margin: 25px 0;
  }
}

.footer-navi .block .title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.footer-navi .block p,
.footer-navi .block li {
  font-size: 1.2rem;
  margin: 0;
}

/*override*/
.fs-l-main {
  padding: 0 15px;
}

#brand .fs-c-heading {
  display: none;
}

#brand.fs-l-main {
  padding: 0;
  margin-top: 0;
}

.fs-l-main {
  max-width: 1280px;
}

.fs-l-pageMain {
  max-width: 1280px;
}
@media screen and (max-width: 768px) {
  .fs-l-pageMain {
    margin-top: 0;
  }
}

.fs-l-main.fs-l-main_wide {
  max-width: none;
}

.fs-l-pageMain.fs-l-pageMain__wide {
  max-width: none;
}

.fs-c-breadcrumb__list {
  max-width: 1280px;
  padding: 0 15px;
}

@media screen and (max-width: 768px) {
  .fs-p-scrollingCartButton {
    bottom: 36vw;
  }
}

@media screen and (min-width: 769px) {
  .fs-l-product4 .fs-l-productLayout {
    grid-template-columns: calc(44.5% - 8px) calc(51% - 8px);
    grid-gap: 80px;
  }
}
#fs_ProductDetails .fs-c-productNumber {
  border-color: #dddddd;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .fs-c-productCarouselMainImage__expandButton {
    padding: 0;
    position: relative;
    margin-top: -85px;
  }
  #fs_ProductDetails .slick-dotted.slick-slider {
    margin-bottom: 30px;
  }
  #fs_ProductDetails .fs-c-button--viewExtendedImage {
    transform: scale(0.7);
    position: relative;
    right: 8px;
  }
  #fs_ProductDetails .fs-c-productCarouselMainImage__thumbnailList {
    margin-top: 35px;
  }
  #fs_ProductDetails .fs-c-productCarouselMainImage__thumbnail__caption {
    font-size: 1rem;
  }
  #fs_ProductDetails .fs-c-productNumber,
  #fs_ProductDetails .fs-c-productPointDisplay {
    width: fit-content;
  }
  #fs_ProductDetails .fs-c-productNumber ~ p {
    margin: -8px 0 0;
  }
  #fs_ProductDetails .fs-c-productPointDisplay {
    margin-top: -5px;
  }
  #fs_ProductDetails .fs-c-productPrice--selling {
    margin-bottom: 0;
  }
}
#fs_ProductDetails .fs-c-button--primary.fs-c-button--addToCart--variation {
  background: #000;
}
#fs_ProductDetails .fs-c-variationCart--withImage > li {
  -ms-grid-columns: auto 1fr 2em 200px;
  grid-template-columns: auto 1fr 2em 200px;
}
#fs_ProductDetails .fs-c-variationList__item__title {
  background: #d5d5d5;
}
#fs_ProductDetails .fs-c-button--primary.fs-c-button--addToCart--variation {
  border: none;
}
#fs_ProductDetails .fs-c-variationCart--withImage > li + li {
  padding-top: 10px;
  border-top: 1px dashed #d6cfcf;
  margin-bottom: 0;
  margin-top: 10px;
}
#fs_ProductDetails .fs-c-button__label::before {
  content: "";
  background: url(../images/icon_cart2.png) no-repeat center center;
  width: 19px;
  height: 16px;
  display: inline-block;
}
#fs_ProductDetails .fs-c-productThumbnail__image {
  margin: 4px;
}
#fs_ProductDetails .fs-c-productThumbnail__image {
  min-width: 110px;
}
#fs_ProductDetails .item-rimit {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0;
  margin-top: 10px;
}
#fs_ProductDetails .item-rimit span {
  font-size: 2.8rem;
  color: #a20505;
}
#fs_ProductDetails .item-rimit em {
  font-style: normal;
  font-size: 2.8rem;
}
#fs_ProductDetails .item-rimit-sub {
  font-size: 1.4rem;
  font-weight: normal;
  margin: 0;
}
#fs_ProductDetails .item-rimit-sub {
  margin: 0;
}
#fs_ProductDetails .item-rimit-sub2 {
  margin: 0;
  font-weight: bold;
}
#fs_ProductDetails .haisou-link {
  margin: 0;
  margin-top: 1em;
  font-size: 1.6rem;
}
#fs_ProductDetails .ontheday-send {
  border-radius: 5px;
  font-size: 1.4rem;
  font-weight: bold;
  padding-left: 32px;
  margin: 0;
  background: url(../images/icon_timer.png) no-repeat left 5px center #a20505;
  color: #fff;
  display: inline-block;
  padding-right: 10px;
  line-height: 1;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .ontheday-send {
    width: 100%;
  }
}
#fs_ProductDetails .ontheday-send span {
  font-size: 2rem;
}
#fs_ProductDetails .express-send {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .express-send {
    display: block;
    text-align: center;
    border: 1px solid #d5d5d5;
  }
}
#fs_ProductDetails .express-send dt {
  color: #a20505;
  font-weight: bold;
  padding-left: 60px;
  background: url(../images/icon_car.png) no-repeat center left 10px #fff;
  padding-right: 10px;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 44px;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .express-send dt {
    display: inline-block;
    text-align: center;
  }
}
#fs_ProductDetails .express-send dd {
  margin: 0;
  width: 70%;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .express-send dd {
    width: 100%;
    text-align: center;
  }
}
#fs_ProductDetails .express-send dd a {
  background: #1d3563;
  font-size: 1.8rem;
  color: #fff;
  display: block;
  padding: 2% 5%;
  font-weight: bold;
}
#fs_ProductDetails .express-send dd a::before {
  content: "";
  display: inline-block;
  background: url(../images/icon_whitearr.png);
  width: 7px;
  height: 11px;
  vertical-align: middle;
  margin-bottom: 2px;
  margin-right: 1em;
}

#fs_ProductDetails .line-coupon__block {
  margin-bottom: 50px;
  width: 98%;
}

@media screen and (max-width: 768px) {
  #fs_ProductDetails .line-coupon__block {
    width: 100%;
    margin-bottom: 0;
  }
}
/*bridge*/
.warning-banner {
  max-width: 1052px;
  margin: 0 auto;
  padding: 14px 25px;
}
.warning-banner a {
  transition: opacity .2s ease-in-out;
}
.warning-banner a:hover {
  opacity: 0.6;
}
@media (max-width: 768px) {
  .warning-banner {
    text-align: center;
    padding: 24px 32px;
  }
  .common-header {
    border-bottom: 1px solid #e5dede;
  }
}

#bridge {
  display: block;
  padding: 0;
  margin: 0;
  margin-top: -50px;
}
@media screen and (max-width: 768px) {
  #bridge {
    margin-top: 0;
  }
}

.bridge-links {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
}
@media screen and (max-width: 768px) {
  .bridge-links {
    display: block;
    min-width: auto;
  }
}
.bridge-links .box {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .bridge-links .box {
    min-width: auto;
  }
}
.bridge-links .box:nth-child(1) a {
  background-image: url(../images/bg_bridge03.jpg);
  background-position: top center;
}
@media screen and (max-width: 768px) {
  .bridge-links .box:nth-child(1) a {
    background-image: url(../images/bg_bridge03_sp.jpg?250109);
  }
}
.bridge-links .box:nth-child(2) a {
  background-image: url(../images/bg_bridge01.jpg?ver=20250203);
}
.bridge-links .box:nth-child(3) a {
  background-image: url(../images/bg_bridge02.jpg?ver=20250203);
}
/* .bridge-links .box:nth-child(1) a::before {
  opacity: 0.6;
} */
.bridge-links .box-large {
  grid-column: 1/3;
}
.bridge-links .box-large a {
  height: 38vw;
  min-height: 480px;
}
@media screen and (max-width: 768px) {
  .bridge-links .box-large a {
    height: 100vw;
    min-height: auto;
  }
}
.bridge-links .box a {
  height: 45vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 600px;
  background-size: cover;
  background-position: center center;
  background-image: url(../images/bg_bridge01.jpg);
  max-height: 845px;
  /*&::before {
     content: "";
     display: block;
     position: absolute;
     width: 100%;
     height: 100%;
     transition: 0.3s ease-in-out;
     opacity: 0.75;
     background: #000;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
   }
   &:hover {
     &::before {
       opacity: 0.4;
     }
   }*/
}
@media screen and (max-width: 768px) {
  .bridge-links .box a {
    height: 100vw;
    min-height: auto;
    max-height: none;
  }
}
.bridge-links .box a .inner-box {
  width: 386px;
  height: 345px;
  background-image: url(../images/bg_bridge01_text.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 45px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .bridge-links .box a .inner-box {
    width: 90vw;
    height: 45vw;
    padding: 4%;
  }
}
.bridge-links .box a .inner-box::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 11%;
  width: 33px;
  height: 33px;
  background: url(../images/icon_circle_arr.png) no-repeat center center/contain;
  z-index: 3;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .bridge-links .box a .inner-box::before {
    width: 28px;
    height: 28px;
    bottom: 4.5%;
  }
}
.bridge-links .box a .inner-box:hover::before {
  background: url(../images/icon_circle_arr_on.png) no-repeat center center/contain;
}
.bridge-links .box a .inner-box-origin {
  background-image: none;
  background-color: rgba(71, 80, 110, 0.75);
}
.bridge-links .box a .inner-box-origin::before {
  background: url(../images/icon_circle_arr_on.png) no-repeat center center/contain;
}
.bridge-links .box a .inner-box-origin:hover::before {
  background: url(../images/icon_circle_arr.png) no-repeat center center/contain;
}
.bridge-links .box a .inner-box-polo {
  background-image: none;
  background-color: rgba(19, 43, 69, 0.75);
  width: 630px;
  height: 120px;
  padding: 20px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  grid-gap: 10px;
}
@media screen and (max-width: 768px) {
  .bridge-links .box a .inner-box-polo {
    display: block;
    width: 90vw;
    height: 45vw;
    padding: 4%;
  }
}
.bridge-links .box a .inner-box-polo::before {
  left: auto;
  right: 20px;
  top: 50%;
  bottom: auto;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  .bridge-links .box a .inner-box-polo::before {
    left: 50%;
    right: auto;
    top: auto;
    bottom: 4.5%;
    transform: translateX(-50%);
  }
}
.bridge-links .box a .inner-box-polo .text {
  font-size: 3.4rem;
}
.bridge-links .box a .inner-box-polo .text,
.bridge-links .box a .inner-box-polo .sub,
.bridge-links .box a .inner-box-polo .read p {
  text-align: left;
  margin: 0;
}
.bridge-links .box a .inner-box-polo .read p {
  font-size: 1.3rem;
}
.bridge-links .box a .inner-box-polo .read {
  grid-column: 1/3;
}
.bridge-links .box a .text {
  color: #fff;
  font-size: 3.8rem;
  font-weight: bold;
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 3;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .bridge-links .box a .text {
    font-size: 6vw;
  }
}
.bridge-links .box a .sub {
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  position: relative;
  z-index: 3;
  width: 100%;
  margin-bottom: 4%;
}
@media screen and (max-width: 768px) {
  .bridge-links .box a .sub {
    font-size: 4vw;
  }
}
.bridge-links .box a p {
  text-align: center;
  color: #fff;
  font-size: 1.3rem;
  position: relative;
  z-index: 3;
  line-height: 1.62;
}
@media screen and (max-width: 768px) {
  .bridge-links .box a p {
    font-size: 3vw;
  }
}
.bridge-links .box a p.catchphrase {
  font-size: 1.7rem;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .bridge-links .box a p.catchphrase {
    font-size: 4.2vw;
    margin-top: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .bridge-links .box a .inner-box-polo .sub,
  .bridge-links .box a .inner-box .sub {
    margin-bottom: 0.2em;
  }
  .bridge-links .box a .inner-box-polo .text,
  .bridge-links .box a .inner-box-polo .sub,
  .bridge-links .box a .inner-box-polo .read p {
    text-align: center;
  }
  .bridge-links .box a .inner-box-polo .read p,
  .bridge-links .box a .inner-box .read p {
    font-size: 3vw;
    margin: 0;
  }
  .bridge-links .box a .inner-box-polo .text {
    font-size: 6vw;
  }
}

.bridge-footer {
  background: #f8f7f6;
  padding: 25px 30px 25px;
}
@media screen and (max-width: 768px) {
  .bridge-footer {
    margin-top: 0;
    padding: 17px 0 25px;
  }
}
.bridge-footer .inner {
  max-width: 1760px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .bridge-footer .inner {
    display: block;
    min-width: auto;
  }
}
.bridge-footer .logo img {
  max-width: 260px;
}
@media screen and (max-width: 768px) {
  .bridge-footer .logo {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .bridge-footer .logo img {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
}
.bridge-footer .logo .text {
  font-size: 1.4rem;
  margin: 10px 0 0;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .bridge-footer .logo .text {
    font-size: 1.2rem;
  }
}
.bridge-footer .navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .bridge-footer .navi {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 17px;
    border-top: 1px solid #d9d9d9;
  }
}
@media screen and (min-width: 769px) {
  .bridge-footer .navi li:last-child a {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .bridge-footer .navi li {
    width: 50%;
    border-bottom: 1px solid #d9d9d9;
  }
  .bridge-footer .navi li:nth-child(2n) {
    border-left: 1px solid #d9d9d9;
  }
  .bridge-footer .navi li:last-child {
    width: 100%;
  }
}
.bridge-footer .navi li a {
  display: block;
  padding: 0.5em 1em;
  color: #000;
}
@media screen and (max-width: 768px) {
  .bridge-footer .navi li a {
    text-align: center;
    padding: 1.2em 0;
  }
}
.bridge-footer address {
  background: #f8f7f6;
  padding: 0;
  color: #000;
  text-align: right;
  margin-top: 5px;
  border-top: none;
}
@media screen and (max-width: 768px) {
  .bridge-footer address {
    text-align: center;
    padding-top: 25px;
  }
}

#detailCart {
  width: 100%;
}

#detailCart .nypCartImg {
  width: auto;
}

.popup-modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.popup-modal .inner {
  position: absolute;
  z-index: 10001;
  background: #fff;
  border: 4px solid #669acc;
  width: 314px;
  height: 216px;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  border-top: 4px solid #f6bbb8;
  border-right: 4px solid #85cbbe;
  border-bottom: 4px solid #f9c285;
  border-left: 4px solid #669acc;
  font-weight: bold;
  background-size: cover;
  background-position: center center;
  background-image: url(../images/bg_bridge_popup.png);
}
@media screen and (max-width: 768px) {
  .popup-modal .inner {
    width: 86%;
    top: 50%;
    padding-left: 1%;
    padding-right: 1%;
    height: 200px;
    padding-top: 17px;
  }
}
.popup-modal .inner .text {
  font-size: 1.7rem;
  margin: 10px 0 5px;
}
@media screen and (max-width: 768px) {
  .popup-modal .inner .text {
    font-size: 2rem;
    line-height: 1.4;
  }
}
.popup-modal .inner p {
  font-size: 1.2rem;
  margin: 0.5rem 0 1rem;
}
.popup-modal .inner .link {
  border: 1px solid #6699cc;
  width: 177px;
  margin: 0 auto;
}
.popup-modal .inner .link a {
  color: #6699cc;
  font-size: 1.7rem;
  line-height: 47px;
}
.popup-modal .inner .logo img {
  width: 141px;
}
.popup-modal .inner .banner {
  margin-top: 4px;
}
.popup-modal .inner .banner img {
  max-width: 194px;
}
.popup-modal .popup-close-btn {
  position: absolute;
  right: -20px;
  top: -20px;
  cursor: pointer;
}

.popup-close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.base-layer {
  position: relative;
  z-index: 99;
  top: 0;
  left: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #f8f7f6;
}

/*共有ヘッダー*/
.common-header {
  margin-bottom: 50px;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .common-header {
    margin-bottom: 0;
    padding-top: 0;
  }
}
.common-header .inner {
  max-width: 1660px;
  padding: 0 25px;
  margin: 0 auto;
  width: 100%;
}
.common-header .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.common-header .top .logo {
  padding-top: 10px;
  text-align: center;
}
.common-header .top .logo img {
  max-width: 224px;
}
@media screen and (max-width: 768px) {
  .common-header .top {
    display: block;
    width: 100%;
    text-align: center;
    padding: 15px 0;
  }
  .common-header .top .logo {
    padding-top: 0;
  }
  .common-header .top .logo img {
    width: 132px;
  }
}
.common-header .top .text {
  font-size: 1.2rem;
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .common-header .top .text {
    font-size: 1.1rem;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .common-header .left {
    display: none;
  }
}
.common-header .left .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.common-header .left .head .haisou {
  font-size: 1.2rem;
  padding-left: 25px;
  background: url(../images/icon_haisou_black.png) no-repeat center left 0;
}
.common-header .left .head .utility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 15px;
}
.common-header .left .head .utility li {
  border-right: 1px solid #dedede;
}
.common-header .left .head .utility li a {
  color: #000;
  font-size: 1.2rem;
  padding: 0 0.6em;
}
.common-header .left .foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}
.common-header .left .foot .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.common-header .shop-btn {
  width: 249px;
}
.common-header .shop-btn:first-child a {
  background: #373737;
}
.common-header .shop-btn:first-child a:hover {
  background: #6a6767;
}
@media screen and (max-width: 768px) {
  .common-header .shop-btn {
    width: 100%;
    margin-left: 0;
  }
}
.common-header .shop-btn a {
  display: block;
  background: #5977ba;
  color: #fff;
  font-size: 1.2rem;
  line-height: 34px;
  font-weight: bold;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .common-header .shop-btn a {
    font-size: 1.4rem;
    line-height: 46px;
  }
}
.common-header .shop-btn a:hover {
  background: #bdcff6;
}
.common-header .shop-btn a::before {
  content: ">";
  margin-left: -2rem;
  vertical-align: middle;
  font-family: monospace;
  font-size: 1.4rem;
  font-weight: bold;
  margin-right: 0.6rem;
  margin-bottom: 0.1rem;
  display: inline-block;
}
.common-header .g-navi {
  background: #f2f3f5;
  margin: 18px auto 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .common-header .g-navi {
    margin: 0 auto 0;
  }
  .common-header .g-navi .fs-p-headerNavigation__search {
    display: none;
  }
}
.common-header .g-navi .inner {
  max-width: 1660px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.common-header .g-navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .common-header .g-navi ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.common-header .g-navi li {
  width: 14.2857142857%;
}
@media screen and (max-width: 768px) {
  .common-header .g-navi li {
    width: 33.3333333333%;
  }
}
.common-header .g-navi li a {
  display: block;
  text-align: center;
  padding: 19px 0;
  font-weight: bold;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.common-header .g-navi li a:hover {
  color: #5976ba;
}
.common-header .fs-p-inputGroup__button {
  background: none;
}
.common-header .fs-p-searchForm__inputGroup {
  display: inline;
  border: none;
  background: none;
}
@media screen and (max-width: 768px) {
  .common-header .fs-p-searchForm__inputGroup {
    width: 100%;
    height: auto;
  }
}
.common-header .fs-p-headerNavigation__search {
  border-radius: 0;
  width: 500px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .common-header .fs-p-headerNavigation__search {
    width: 100%;
    background: #f2f2f2;
    border-radius: 3px;
    line-height: 38px;
    margin: 0 auto;
  }
  .common-header .fs-p-headerNavigation__search form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}
.common-header .fs-p-searchForm__input {
  width: 260px;
  line-height: 1.4;
  color: #6e6e6e;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width: 768px) {
  .common-header .fs-p-searchForm__input {
    width: 100%;
    background: #f2f2f2;
    border-radius: 20px;
  }
}
.common-header .sp-bottom {
  background: #fff;
  padding: 13px 15px 0;
}
.common-header .sp-bottom .text {
  margin: 0;
  text-align: center;
  margin-bottom: 10px;
}
.common-header .sp-cart {
  position: absolute;
  right: 15px;
  top: 15px;
}
.common-header .toggle-btn {
  position: absolute;
  top: 20px;
  right: 15px;
  width: 27px;
  height: 17px;
  z-index: 999;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.common-header .toggle-btn.is-open span:nth-child(1) {
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.common-header .toggle-btn.is-open span:nth-child(2) {
  opacity: 0;
}
.common-header .toggle-btn.is-open span:nth-child(3) {
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.common-header .toggle-btn span {
  background: #707070;
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.common-header .toggle-btn span:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}
.common-header .toggle-btn span:nth-child(3) {
  top: auto;
  bottom: 0;
}
.common-header .sp-menu-area {
  background: #fff;
  width: 100%;
  position: absolute;
  background: #fff;
  border-bottom: 1px solid #373737;
  left: -100%;
  z-index: 1;
  z-index: 998;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  height: 100vh;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.common-header .sp-menu-area.is-open {
  left: 0;
}
@media screen and (min-width: 769px) {
  .common-header .sp-menu-area {
    display: none !important;
  }
}
.common-header .sp-menu-area-bg {
  position: relative;
  z-index: 998;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.common-header .sp-menu-area-inner {
  text-align: center;
  background: #fff;
  overflow-y: scroll;
  width: 85%;
  padding: 30px 0 50px;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none;
  height: 100vh;
  position: relative;
  z-index: 999;
}
.common-header .sp-menu-area-inner .head {
  padding-bottom: 25px;
}
.common-header .sp-menu-area-inner .head img {
  width: 141px;
}
.common-header .sp-menu-area-inner .shop-btn {
  padding: 2px 20px 2px;
}
.common-header .sp-menu-area-inner .shop-btn:first-of-type(1) a {
  background: #373737;
}
.common-header .sp-menu-area-inner .shop-btn.black a {
  background: #373737;
}
.common-header .g-navi-sp {
  margin-top: 30px;
}
.common-header .g-navi-sp li {
  text-align: left;
  border-top: 1px solid #e8e4e4;
}
.common-header .g-navi-sp li:last-child {
  border-bottom: 1px solid #e8e4e4;
}
.common-header .g-navi-sp li a {
  display: block;
  padding: 1em;
}
.common-header .g-navi-sp li a::before {
  content: ">";
  padding-right: 0.8em;
  font-family: cursive;
}
footer {
  background: #000;
  color: #fff;
}
footer a,
footer a:visited {
  color: #fff;
}
footer address {
  background-color: #000;
  color: #fff;
  border-top: 1px solid #e9e9e9;
}

.common-footer-area {
  margin-top: 90px;
}
.common-footer-area .footer {
  background: #7696cb;
}
.common-footer-area .footer address {
  background: #7696cb;
  border-top: 1px solid #fff;
}

.fix-bnr {
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9999;
  width: 70px;
}
.fix-bnr img {
  image-rendering: -webkit-optimize-contrast;
  -webkit-backface-visibility: hidden;
}
@media screen and (min-width: 769px) {
  .fix-bnr__global a + a {
    margin-top: 10px;
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .fix-bnr__global {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .fix-bnr__global a {
    width: 50%;
  }
}
.fix-bnr a + a {
  margin-top: 10px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .fix-bnr a + a {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .fix-bnr.for-sale {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.fix-bnr .fix-cart {
  display: block;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .fix-bnr .fix-cart {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .fix-bnr {
    width: 100%;
    bottom: 0;
    top: auto;
    -webkit-transform: none;
            transform: none;
    left: 0;
  }
  .fix-bnr img {
    width: 100%;
  }
}

.bottom-bnr {
  padding-bottom: 140px;
  text-align: center;
}
.bottom-bnr a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bottom-bnr a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .bottom-bnr {
    padding-bottom: 70px;
  }
  .bottom-bnr img {
    width: 100%;
  }
}

.company-info__additional {
  font-size: 1rem;
}

.fs-c-productListItem__productDescription {
  border: none;
}

.CategoryBrand h1 {
  margin-top: 0;
}

.CategoryBrandImg {
  margin: 0;
}

.pc h1 {
  text-align: center;
}

.ranking-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .ranking-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.ranking-list__item {
  width: 18.67%;
}
.ranking-list__item:nth-child(n+6) {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .ranking-list__item:nth-child(n+6) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .ranking-list__item {
    width: 46.66%;
    margin-top: 0;
    margin-right: 6.68%;
    margin-bottom: 15px;
  }
}
.ranking-list__item .rank {
  color: #fff;
  background-color: #8a8484;
  width: 35px;
  text-align: center;
  line-height: 35px;
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .ranking-list__item .rank {
    width: 30px;
    line-height: 30px;
    font-size: 1.6rem;
  }
}
.ranking-list__item .image {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .ranking-list__item .image {
    margin-bottom: 5px;
  }
}
.ranking-list__item .text {
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .ranking-list__item .text {
    font-size: 1.2rem;
  }
}
.ranking-list__item .price {
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .ranking-list__item .price {
    font-size: 1.2rem;
  }
}
.ranking-list__item:nth-child(1) .rank {
  background-color: #bcae75;
}
.ranking-list__item:nth-child(2) .rank {
  background-color: #acb0be;
}
.ranking-list__item:nth-child(3) .rank {
  background-color: #bea483;
}
@media screen and (max-width: 768px) {
  .ranking-list__item:nth-child(2n) {
    margin-right: 0;
  }
}

.ranking-wrap {
  margin-bottom: 30px;
}
.ranking-wrap .fs-p-heading--lv2 {
  display: none;
}
.ranking-wrap .fr2-productList--col1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  counter-reset: number 0;
}
.ranking-wrap .fr2-productList--col1 .fr2-listItem {
  width: 18.67%;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .ranking-wrap .fr2-productList--col1 .fr2-listItem {
    width: 46.66%;
  }
  .ranking-wrap .fr2-productList--col1 .fr2-listItem .fr2-listItem__productName,
  .ranking-wrap .fr2-productList--col1 .fr2-listItem .fr2-listItem__productPrice {
    font-size: 1.2rem;
  }
}
.ranking-wrap .fr2-productList--col1 .fr2-listItem__imageContainer {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .ranking-wrap .fr2-productList--col1 .fr2-listItem__imageContainer {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 769px) {
  .ranking-wrap .fr2-productList--col1 .fr2-listItem:nth-child(n+6) {
    margin-top: 60px;
  }
}
.ranking-wrap .fr2-productList--col1 .fr2-listItem:nth-child(1)::before {
  background-color: #bcae75;
}
.ranking-wrap .fr2-productList--col1 .fr2-listItem:nth-child(2)::before {
  background-color: #acb0be;
}
.ranking-wrap .fr2-productList--col1 .fr2-listItem:nth-child(3)::before {
  background-color: #bea483;
}
.ranking-wrap .fr2-productList--col1 .fr2-listItem::before {
  counter-increment: number 1;
  content: counter(number);
  color: #fff;
  background-color: #8a8484;
  width: 35px;
  text-align: center;
  line-height: 35px;
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: bold;
  display: block;
}
@media screen and (max-width: 768px) {
  .ranking-wrap .fr2-productList--col1 .fr2-listItem::before {
    width: 30px;
    height: 30px;
  }
}

.category .tabs input[type="radio"] {
  display: none;
}
.category .tabs input[type="radio"]:checked + .tab_item {
  background-color: #5ab4bd;
  color: #fff;
}
.category .tab_item {
  width: 32.5%;
  background-color: #828282;
  line-height: 52px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (max-width: 768px) {
  .category .tab_item {
    line-height: 33px;
    font-size: 10px;
  }
}
.category .tab_item.is-active {
  background: #000;
}
.category .labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.category .tab_content {
  display: none;
  background: #f8f8f8;
  padding: 25px 10px;
}
.category .tab_content.is-show {
  display: block;
}
.category #ladies:checked ~ #ladies_content,
.category #mens:checked ~ #mens_content,
.category #kids:checked ~ #kids_content {
  display: block;
}
.category .ladies_content {
  display: block;
}

@media screen and (max-width: 768px) {
  #brand .category .tab_item {
    width: 33%;
  }
  #brand .category .tab_item:nth-of-type(1) {
    margin-left: 0;
  }
}

#naigai .category .tabs {
  margin: 0 35px;
}
@media screen and (max-width: 768px) {
  #naigai .category .tabs {
    margin: 0;
  }
}
#naigai .category .tab_content {
  background: #d6d5d8;
}
#naigai .category .tab_content {
  padding: 50px 40px 0;
}
@media screen and (max-width: 768px) {
  #naigai .category .tab_content {
    padding: 30px 15px 10px;
  }
}
#naigai .category .tab_item {
  border-radius: 5px;
  margin-bottom: 8px;
}
@media screen and (min-width: 769px) {
  #naigai .category .category-list li {
    width: 15.24%;
    margin-right: 1.71%;
  }
  #naigai .category .category-list li:nth-child(6n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  #naigai .category .category-list li {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 20px;
  }
  #naigai .category .category-list li:nth-child(2n) {
    margin-right: 0;
  }
}

.category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.category-list li {
  width: 13.6%;
  text-align: center;
  margin-bottom: 60px;
  margin-right: 3.68%;
}
@media screen and (min-width: 769px) {
  .category-list li:nth-child(6n) {
    margin-right: 0;
  }
}
.category-list li a img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.category-list li a:hover img {
  opacity: 0.5;
}
@media screen and (min-width: 769px) {
  .category-list li:nth-child(6n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .category-list li {
    width: 31%;
    margin-right: 3%;
    margin-bottom: 30px;
  }
  .category-list li:nth-child(3n) {
    margin-right: 0;
  }
}
.category-list li p {
  font-size: 1.6rem;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .category-list li p {
    font-size: 1.4rem;
  }
}
.category-list li .text {
  margin-top: 20px;
  font-weight: bold;
  height: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .category-list li .text {
    height: auto;
  }
}
.category-list li .sub {
  font-weight: bold;
  color: #8e8b8b;
  margin-top: 5px;
}

.fs-c-breadcrumb__list {
  display: none;
}

.fs-c-breadcrumb__list:first-child {
  display: block;
}

.fs-c-breadcrumb__list--subgroup:nth-child(-n+4) {
  display: block;
}

.popup-modal .inner.popup-full-image {
  position: absolute;
  z-index: 10001;
  background: #fff;
  border: 4px solid #669acc;
  width: 377px;
  height: 282px;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  border: none;
  font-weight: bold;
  background-size: cover;
  background-position: center center;
  background-image: url(../images/bg_bridge_popup.png);
}

.popup-modal .inner.popup-full-image .banner {
  margin-top: 0;
}

.popup-modal .inner.popup-full-image .banner img {
  max-width: none;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .popup-modal .inner.popup-full-image {
    width: 86%;
    top: 50%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    height: auto;
  }
}
/*top review slide*/
.review-list2 {
  max-width: 1020px;
  margin: 0 auto 30px;
}

.review-list2 .slick-arrow {
  display: block;
  position: absolute;
  margin: auto;
  padding: 0;
  width: 27px;
  height: 75px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.review-list2 .slick-prev {
  left: -30px;
}

.review-list2 .slick-prev::before, .review-list2 .slick-prev::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.review-list2 .slick-prev::after {
  width: 13px;
  height: 13px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  left: 10px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.review-list2 .slick-prev:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

.review-list2 .slick-next {
  right: -30px;
}

.review-list2 .slick-next::before, .review-list2 .slick-next::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.review-list2 .slick-next::after {
  width: 13px;
  height: 13px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  right: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.review-list2 .slick-next:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

.review-list2 .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.review-list2 .slick-slide {
  height: auto !important;
}

.review-list2 .review-block {
  background: #fff;
  width: 473px;
  padding: 20px;
  margin: 0 10px;
}

.review-list2 .review-block .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .review-list2 .review-block .wrap {
    display: block;
  }
}
.review-list2 .review-block .img {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 15px;
  width: 200px;
}

@media screen and (max-width: 768px) {
  .review-list2 .review-block .img {
    width: 100%;
    text-align: center;
  }
  .review-list2 .review-block .img img {
    margin: 0 auto;
    max-width: 200px;
  }
}
.review-list2 .review-block .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  font-size: 1.3rem;
}

.review-list2 .review-block .head dt {
  background: #3d75a7;
  width: 112px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  line-height: 20px;
  font-size: 1.1rem;
  margin-right: 8px;
}

.review-list2 .review-block .head dd {
  margin-left: 0;
}

.review-list2 .review-block .text {
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 5px;
}

.review-list2 .review-block .rank {
  text-align: left;
}

.review-list2 .review-block .p-name {
  font-size: 1.2rem;
  font-weight: bold;
  color: #776d6d;
}

.review-list2 .fs-c-reviewList__item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  position: relative;
  background: #fff;
  border-bottom: none;
  padding: 20px;
  margin: 0 10px;
  padding-left: 240px;
}

.review-list2 .fs-c-reviewList__item:first-child {
  border-top: none;
}

.review-list2 .fs-c-reviewProduct__image {
  position: absolute;
  top: 20px;
  left: 20px;
}

.review-list2 .fs-c-reviewer__profile {
  display: none;
}

.review-list2 .fs-c-reviewList__item__product {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  font-size: 1.2rem;
  font-weight: bold;
  color: #776d6d;
}

.review-list2 .fs-c-reviewList__item__product a {
  color: #776d6d;
}

.review-list2 .fs-c-reviewList__item__body {
  padding: 0;
  border: none;
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 5px;
  color: #3c3c3c;
  margin-top: 5px;
  margin-bottom: 6px;
}

.review-list2 .fs-c-reviewList__item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.review-list2 .fs-c-reviewRating {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-top: 5px;
}

.review-list2 .fs-c-reviewInfo__reviewer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: initial;
  -webkit-box-direction: initial;
  -ms-flex-direction: initial;
  flex-direction: initial;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.review-list2 .fs-c-reviewer__name {
  padding-bottom: 1em;
}

.review-list2 .fs-c-reviewerStatus {
  background: #3d75a7;
  width: 100px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  line-height: 20px;
  font-size: 1.1rem;
  padding: 0;
  margin-right: 8px;
  display: block;
  border-radius: 0;
  min-width: auto;
  margin-right: 7px;
  margin-left: 0;
}

.review-list2 .fs-c-reviewInfo__date {
  position: relative;
}

.review-list2 .fs-c-reviewInfo__date dt {
  display: none;
}

.review-list2 .fs-c-reviewInfo__date dd {
  margin-left: 0;
  top: -15px;
  position: absolute;
  left: 107px;
  font-weight: bold;
  font-size: 1.3rem;
}

@media screen and (max-width: 768px) {
  .review-list2 .fs-c-reviewList__item {
    padding-left: 0;
    padding-top: 200px;
  }
  .review-list2 .fs-c-reviewProduct__image {
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
  }
}
.bnr-block {
  margin: 50px 0;
}
.bnr-block img {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .bnr-block {
    margin: 30px 0;
  }
}

@media screen and (max-width: 768px) {
  .fixed .sp-menu-block {
    display: none !important;
  }
  .sp-menu-block {
    margin-top: 15px;
    margin-bottom: 12px;
  }
  .sp-menu-navi {
    border-top: 1px solid #bebebe;
    border-bottom: 1px solid #bebebe;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sp-menu-navi>li {
    width: 33.3333333333%;
    position: relative;
  }
  .sp-menu-navi>li:nth-child(1)::after {
    display: none;
  }
  .sp-menu-navi>li::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 20%;
    height: 60%;
    width: 1px;
    background: #e5dede;
  }
  .sp-menu-navi>li>a, .sp-menu-navi>li span {
    display: block;
    line-height: 55px;
    font-weight: bold;
    text-align: center;
  }
  .sp-menu-navi>li span::after {
    content: "";
    display: inline-block;
    width: 9px;
    height: 8px;
    background: url(../images/icon_drop.png) no-repeat center center/contain;
    margin-left: 5px;
  }
  .sp-menu-navi_child {
    display: none;
    background: #f4f6fb;
    font-size: 13px;
    padding: 15px 10px;
  }
  .sp-menu-navi_child ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sp-menu-navi_child li a {
    color: #707070;
    font-weight: bold;
    padding: 15px;
    display: block;
    line-height: 1;
  }
  .sp-sub-menu-navi {
    background: #f2f2f2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sp-sub-menu-navi li {
    width: 33.3333333333%;
    position: relative;
  }
  .sp-sub-menu-navi li:nth-child(1)::after {
    display: none;
  }
  .sp-sub-menu-navi li::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 20%;
    height: 60%;
    width: 1px;
    background: #e5dede;
  }
  .sp-sub-menu-navi li a {
    display: block;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
    font-size: 1.2rem;
  }
  .sp-sub-menu-navi li a::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 14px;
    background-image: url(../images/icon_sub_menu01.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin-right: 5px;
    margin-bottom: 3px;
  }
  .sp-sub-menu-navi li:nth-child(2) a::before {
    content: "";
    width: 9px;
    height: 12px;
    background-image: url(../images/icon_sub_menu02.png);
    margin-right: 5px;
  }
  .sp-sub-menu-navi li:nth-child(3) a::before {
    content: "";
    width: 12px;
    height: 16px;
    background-image: url(../images/icon_sub_menu03.png);
    margin-right: 5px;
  }
}

.payment-bnr {
  margin-top: 35px;
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
}
.payment-bnr .title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
.payment-bnr .box {
  border: 3px solid #97afef;
  padding: 25px 10px 18px;
  text-align: center;
  background: #fff;
}
.payment-bnr .box a:hover {
  opacity: 0.7;
  color: #3c3c3c;
}
.payment-bnr .box .head {
  margin: 0 auto 10px;
}
.payment-bnr .box .head dt {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.payment-bnr .box .head dd {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0;
}
.payment-bnr .box .head dd span {
  color: #d50000;
}
.payment-bnr .box .text01 {
  margin: 0;
  font-size: 1.1rem;
}
.payment-bnr .box .price {
  margin: 10px 0;
  padding: 5px 0;
  border-top: 2px solid #d5d5d5;
  border-bottom: 2px solid #d5d5d5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.payment-bnr .box .price dt {
  font-weight: bold;
  font-size: 1.3rem;
}
.payment-bnr .box .price dd {
  font-weight: bold;
  font-size: 2.8rem;
  margin: 0;
}
.payment-bnr .box .text02 {
  font-size: 1.4rem;
  margin: 0;
}
.payment-bnr .box .text02 span {
  font-size: 1.1rem;
}
.payment-bnr .box .btn {
  font-weight: bold;
  font-size: 1.3rem;
  width: 244px;
  margin: 5px auto 0;
  background: #d7d7d7;
  text-align: center;
  line-height: 4rem;
}

#fs_ProductDetails .fs-c-breadcrumb {
  display: none;
}

@media screen and (max-width: 768px) {
  .fs-p-searchForm__button::before {
    content: "";
    font-size: 0;
    background: url(https://naigaiec.itembox.design/item/renewal/images/icon_search.png) no-repeat center center;
  }
  .fs-p-headerNavigation__search form {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .common-header .sp-menu-navi>li {
    width: 50%;
  }
  .common-header-top .inner {
    padding: 0 0 0 15px;
  }
  .common-header-top .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    position: relative;
  }
  .common-header-top .top .logo {
    text-align: left;
    padding: 11px 0;
  }
  .common-header-top .top .text {
    margin-top: 8px;
  }
  .common-header-top .top .login {
    width: 70px;
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    border-left: 1px solid #e5dede;
    background: #f2f2f2;
  }
  .common-header-top .top .login a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 10px;
    padding-top: 40px;
    font-weight: bold;
    background: url(../images/icon_sub_menu01.png) no-repeat top 16px center/10px;
  }
  .fs-c-breadcrumb {
    display: none;
  }
  .fs-p-heading--lv2:not(:first-child) {
    margin-top: 3em;
  }
  .line-coupon__block {
    margin-top: 50px;
  }
  #detailCart .itemPointBox {
    margin: 20px 0;
  }
  #rec_area .fs-p-heading--lv2 {
    margin-top: 0 !important;
  }
}