@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset PC
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button,
body {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 16px;
}

html {
  color: #000;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  word-break: break-all;
}

body {
  background: #fff;
  margin: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
}

p {
  margin: 0;
  padding: 0;
  overflow-wrap: break-word;
  word-break: normal !important;
  word-wrap: break-word;
}

a {
  color: #333;
  text-decoration: none;
}

input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  width: 100%;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

.outer-block {
  min-width: 1080px;
}

.inner-block {
  position: relative;
  max-width: 1200px;
  padding: 0 30px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

#wrapper {
  position: relative;
}

dl,
dt,
dd {
  padding: 0;
  margin: 0;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("https://sakanagumiec.itembox.design/item/sakanagumi/font/NotoSansJP-Medium.woff2") format("woff2"), url("https://sakanagumiec.itembox.design/item/sakanagumi/font/NotoSansJP-Medium.woff") format("woff"), url("https://sakanagumiec.itembox.design/item/sakanagumi/font/NotoSansJP-Medium.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("https://sakanagumiec.itembox.design/item/sakanagumi/font/NotoSansJP-Bold.woff2") format("woff2"), url("https://sakanagumiec.itembox.design/item/sakanagumi/font/NotoSansJP-Bold.woff") format("woff"), url("https://sakanagumiec.itembox.design/item/sakanagumi/font/NotoSansJP-Bold.otf") format("opentype");
}
@font-face {
  font-family: "Noto serif JP";
  font-style: normal;
  font-weight: 500;
  src: url("https://sakanagumiec.itembox.design/item/sakanagumi/font/NotoSerifJP-Medium.woff") format("woff");
}
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  src: url("https://sakanagumiec.itembox.design/item/sakanagumi/font/Barlow-Regular.ttf") format("ttf"), url("https://sakanagumiec.itembox.design/item/sakanagumi/font/Barlow-Regular.woff") format("woff");
}
.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

.fs-p-sideMenu .fs-pt-menu__item:nth-child(n+6) {
  display: none;
}

.fs-c-productPrice__main__price {
  font-family: "Barlow", sans-serif;
}

.serif {
  font-family: "Noto serif JP", serif;
}

.c-blue {
  color: #104097;
}

.c-yellow {
  color: #da9f00;
}

.none {
  display: none;
}

.ib {
  display: inline-block;
}

/*------------------------------------------------------------------------------
  reset SP
------------------------------------------------------------------------------*/
/* --------------------------------
c-header
----------------------------------- */
.c-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
}
.c-header .fs-pt-menu a {
  padding: 0;
  margin: 0;
}
.c-header .p-header-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 24px;
  padding-bottom: 6px;
}
.c-header .p-header-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-header .fs-l-header__leftContainer {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.c-header .fs-l-header__welcomeMsg {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.c-header .fs-p-headerUtilityMenu .fs-pt-menu__link {
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.c-header .fs-p-headerUtilityMenu .fs-pt-menu__link::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-bottom: auto;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.c-header .fs-p-headerUtilityMenu__list {
  font-size: 0;
}
.c-header .fs-pt-menu__heading {
  height: 100%;
}
.c-header .fs-p-headerUtilityMenu__register a::before, .c-header .fs-p-headerUtilityMenu__mypage a::before {
  width: 20px;
  height: 23px;
  background-image: url("https://sakanagumiec.itembox.design/item/sakanagumi/img/common/icon-register.svg");
}
.c-header .fs-p-headerUtilityMenu__login a::before {
  width: 18px;
  height: 23px;
  background-image: url("https://sakanagumiec.itembox.design/item/sakanagumi/img/common/icon-login.svg");
}
.c-header .fs-p-headerUtilityMenu__logout a::before {
  width: 18px;
  height: 23px;
  background-image: url("https://sakanagumiec.itembox.design/item/sakanagumi/img/common/icon-logout.svg");
}
.c-header .fs-p-headerUtilityMenu__wish a::before {
  width: 22px;
  height: 18px;
  background-image: url("https://sakanagumiec.itembox.design/item/sakanagumi/img/common/icon-favo.svg");
}
.c-header .fs-p-headerUtilityMenu__cart a::before {
  width: 22px;
  height: 20px;
  background-image: url("https://sakanagumiec.itembox.design/item/sakanagumi/img/common/icon-cart.svg");
}
.c-header .fs-p-searchForm__input {
  padding: 12px 10px 12px 20px;
  -webkit-box-shadow: 0 0 0 1000px white inset;
          box-shadow: 0 0 0 1000px white inset;
}
.c-header .p-header-nav .fs-pt-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-header .p-header-nav .fs-pt-menu__item + .fs-pt-menu__item {
  margin-left: 50px;
}
.c-header .p-header-nav .fs-pt-menu__link {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.7px;
  padding: 30px 0;
  line-height: 1;
}
.c-header .p-header-logo a {
  display: block;
}

.p-footer-content01 {
  background-image: url("https://sakanagumiec.itembox.design/item/sakanagumi/img/common/footer-content01-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 0;
}
.p-footer-content01 .p-footer-content01-item01-button {
  max-width: inherit;
  font-size: 18px;
  margin-top: 20px;
  padding: 22px 20px;
  letter-spacing: 0.9px;
}

.p-footer-content01-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-footer-content01-item {
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
  width: 50%;
  padding: 30px 60px 35px;
}

.p-footer-content01-item-head {
  font-weight: bold;
  letter-spacing: 0.8px;
  line-height: 1;
}

.p-footer-content01-item01-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
.p-footer-content01-item01-list .list {
  border-radius: 10px;
  background-color: #e7edf6;
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
  padding: 16px 4px;
  width: 100%;
  max-width: 143px;
}
.p-footer-content01-item01-list .list b {
  font-size: 16px;
  color: #104097;
}
.p-footer-content01-item01-list .list + .list {
  margin-left: 10px;
}

.p-footer-content01-item02-button {
  border-radius: 10px;
  background-color: #da9f00;
  color: #fff;
  width: 100%;
  max-width: 400px;
  display: block;
  margin: 40px auto auto;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.9px;
  height: 136px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-footer-content01-item02-button::before {
  content: "";
  display: block;
  width: 30px;
  height: 25px;
  background-image: url("https://sakanagumiec.itembox.design/item/sakanagumi/img/common/icon-mail.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-bottom: 12px;
}

.p-footer-content02 {
  padding: 80px 0;
  background-color: #104097;
}

.p-footer-content02-list-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-footer-content02-list-top .list {
  border-radius: 10px;
  width: 100%;
  height: 75px;
  padding: 11px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-footer-content02-list-top .list::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 20px;
}
.p-footer-content02-list-top .list01 {
  color: #104097;
  background-color: #e7edf6;
  line-height: 1.4;
}
.p-footer-content02-list-top .list01::before {
  width: 27px;
  height: 31px;
  background-image: url("https://sakanagumiec.itembox.design/item/sakanagumi/img/common/icon-register.svg");
}
.p-footer-content02-list-top .list01 .large {
  font-size: 24px;
  letter-spacing: 0.1em;
}
.p-footer-content02-list-top .list02 {
  color: #fff;
  background-color: #06c755;
  line-height: 1.56;
}
.p-footer-content02-list-top .list02::before {
  width: 31px;
  height: 29px;
  background-image: url("https://sakanagumiec.itembox.design/item/sakanagumi/img/common/icon-line.svg");
}
.p-footer-content02-list-top .list02 .large {
  font-size: 18px;
  letter-spacing: 0.1em;
}
.p-footer-content02-list-top .list03 {
  color: #104097;
  background-color: #e7edf6;
  line-height: 1.4;
}
.p-footer-content02-list-top .list03::before {
  width: 31px;
  height: 24px;
  background-image: url("https://sakanagumiec.itembox.design/item/sakanagumi/img/common/icon-car.svg");
}
.p-footer-content02-list-top .list03 .large {
  font-size: 18px;
  letter-spacing: 0.1em;
}

.p-footer-content02-list-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 60px;
}
.p-footer-content02-list-bottom .list {
  border-radius: 10px;
  background-color: #fff;
  width: 100%;
  height: 370px;
  max-width: 380px;
  text-align: center;
  padding: 30px;
}
.p-footer-content02-list-bottom .list-head {
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 1.6px;
}
.p-footer-content02-list-bottom .list-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #e7edf6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 15px auto;
}
.p-footer-content02-list-bottom .list-text {
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: 0.7px;
  text-align: left;
  margin-top: 20px;
}
.p-footer-content02-list-bottom .list-text a {
  color: #104097;
  padding-bottom: 4px;
  border-bottom: 1px solid #104097;
}

.p-footer-nav {
  background-color: #104097;
  border-top: 1px solid #fff;
  padding: 80px 0;
}

.p-footer-nav-inner {
  width: 100%;
}

.p-footer-nav-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}
.p-footer-nav-item a {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.57;
  padding: 4px;
  display: inline-block;
}
.p-footer-nav-item .open-new {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-footer-nav-item .open-new::after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background-image: url("https://sakanagumiec.itembox.design/item/sakanagumi/img/common/open-new.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 10px;
}

.p-footer-nav-list {
  width: 50%;
}

.p-footer-info {
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-footer-info-logo a {
  display: inline-block;
}

.p-footer-info-text {
  margin-top: 20px;
}
.p-footer-info-text li {
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 1.2px;
}

.p-footer-info-sns-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.p-footer-info-sns-link li + li {
  margin-left: 30px;
}
.p-footer-info-sns-link a {
  display: block;
}

.p-footer-info-copyright {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #fff;
  margin-top: 40px;
  display: inline-block;
}

.c-title01 {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}
.c-title01::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-color: #104097;
  margin-top: 24px;
}

.c-title02 {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  line-height: 1.2;
  margin-bottom: 50px;
  padding: 3px 0 1px 24px;
}
.c-title02::before {
  background: #104097;
  content: "";
  display: block;
  height: 100%;
  width: 5px;
  position: absolute;
  left: 0;
  top: 2px;
}

.c-title03 {
  color: #104097;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #da9f00;
  padding-bottom: 13px;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
.c-title03 + .text + .c-title03 {
  margin-top: 50px;
}

.c-category-lists a {
  display: inline-block;
  padding: 28px 20px 28px 30px;
  background-color: #e7edf6;
  position: relative;
  width: 380px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: none;
  transition: none;
}
.c-category-lists a::before {
  content: "";
  display: block;
  width: 5px;
  height: 100%;
  background-color: #104097;
  position: absolute;
  top: 0;
  left: 0;
}
.c-category-lists a::after {
  content: "";
  display: block;
  width: 7px;
  height: 13px;
  background-image: url("https://sakanagumiec.itembox.design/item/sakanagumi/img/common/arrow-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.c-button-wrap {
  text-align: center;
}

.c-button01 {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  background-color: #104097;
  color: #fff;
  border-radius: 10px;
  width: 100%;
  max-width: 380px;
  padding: 20px;
  text-align: center;
  margin: 0 auto;
}

.c-pagetop {
  position: fixed;
  right: 70px;
  bottom: 20px;
  z-index: 10;
}
.c-pagetop a {
  display: block;
  border-radius: 10px;
  background-color: #104097;
  width: 60px;
  height: 60px;
  position: relative;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1;
}
.c-pagetop a::before {
  content: "";
  display: block;
  width: 15px;
  height: 10px;
  background-image: url("https://sakanagumiec.itembox.design/item/sakanagumi/img/common/arrow-top-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-bottom: 10px;
}

/* -----------------------------------------------
* breadcrumb Module
* breadcrumbページ用
-------------------------------------------------- */
.fs-c-breadcrumb {
  background: #e7edf6;
  padding: 19px 30px 25px;
}
.fs-c-breadcrumb .fs-c-breadcrumb__list {
  padding: 0;
  max-width: 1200px;
  margin: auto;
}
.fs-c-breadcrumb .fs-c-breadcrumb__list li {
  font-size: 12px;
}
.fs-c-breadcrumb .fs-c-breadcrumb__list li + li {
  position: relative;
  margin-left: 23px;
}
.fs-c-breadcrumb .fs-c-breadcrumb__list li + li::before {
  background: url(../img/common/breadcrumb-arrow.svg) no-repeat center center;
  content: "";
  display: block;
  height: 7px;
  width: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -14px;
  margin: auto;
}
.fs-c-breadcrumb .fs-c-breadcrumb__list a {
  color: #104097;
}
.fs-c-breadcrumb.outer {
  margin-top: -80px;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
body {
  padding-top: 159px;
}

.p-mv .slick-arrow {
  display: none !important;
}
.p-mv .slick-slider {
  font-size: 0;
  position: relative;
}
.p-mv .slick-dots {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
}
.p-mv .slick-dots li {
  height: 10px;
  width: 10px;
  margin: 0;
}
.p-mv .slick-dots li + li {
  margin-left: 20px;
}
.p-mv .slick-dots li button {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.p-mv .slick-dots li button::before {
  width: 10px;
  height: 10px;
  font-size: 10px;
  line-height: 10px;
  opacity: 1 !important;
  color: #fff !important;
}
.p-mv .slick-dots .slick-active button::before {
  color: #104097 !important;
}

.p-mv-sp {
  display: none;
}

.fs-l-main {
  padding-top: 80px;
  padding-bottom: 80px;
  padding: 80px 0;
}

.p-information {
  margin-bottom: 50px;
}

.p-information-inner {
  border: solid 1px #104097;
  background-color: #e7edf6;
  padding: 32px 20px;
}

.p-information-text {
  font-size: 16px;
  color: #104097;
  line-height: 1.88;
  letter-spacing: 0.1em;
  text-align: center;
}

.p-banner01 .p-banner01-item {
  display: block;
  text-align: center;
}
.p-banner01 .p-banner01-item + .p-banner01-item {
  margin-top: 30px;
}

.fs-c-button--addToWishList--icon::before,
.fs-c-button--removeFromWishList--icon::before {
  color: #da9f00 !important;
}

.p-section-popular {
  margin-top: 80px;
}
.p-section-popular a {
  display: block;
}
.p-section-popular .slick-slide {
  margin: 0 15px;
  height: 100%;
}
.p-section-popular .fs-c-productListItem__image a {
  padding-top: 100%;
  position: relative;
}
.p-section-popular .fs-c-productListItem__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-section-popular .fs-c-productListCarousel__list__item {
  position: relative;
}
.p-section-popular .fs-c-productImage__image {
  width: 100%;
}
.p-section-popular .fs-c-buttonContainer {
  position: absolute;
  bottom: 4px;
  right: 0;
  padding: 0;
}
.p-section-popular .fs-c-productListItem__productName {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.63;
  letter-spacing: 0.8px;
  margin-top: 16px;
  margin-bottom: 10px;
}
.p-section-popular .fs-c-productPrice__main__price {
  font-size: 20px;
  font-weight: normal;
  color: #333;
  letter-spacing: 0.2px;
}
.p-section-popular .fs-c-productPrice__addon {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.p-section-popular .fs-c-productListItem__prices {
  margin-top: auto;
}
.p-section-popular .fs-c-productListCarousel__ctrl {
  display: none;
}
.p-section-popular .fs-c-productListCarousel__list {
  overflow: inherit;
}
.p-section-popular .slick-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent;
}
.p-section-popular .slick-arrow::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 11px;
  height: 20px;
  display: block;
  opacity: 1;
}
.p-section-popular .slick-prev {
  left: -55px;
}
.p-section-popular .slick-prev::before {
  background-image: url("https://sakanagumiec.itembox.design/item/sakanagumi/img/common/arrow-left.svg");
}
.p-section-popular .slick-next {
  right: -55px;
}
.p-section-popular .slick-next::before {
  background-image: url("https://sakanagumiec.itembox.design/item/sakanagumi/img/common/arrow-right.svg");
}
.p-section-popular .c-button-wrap {
  margin-top: 50px;
}
.p-section-popular .fs-c-productListItem__control {
  display: block;
}
.p-section-popular .fs-c-button--removeFromWishList--icon.fs-c-button--particular {
  bottom: 0;
}

.p-section-set {
  margin-top: 80px;
}
.p-section-set .p-section-lead-text {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
}
.p-section-set .p-set-lists a {
  display: block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-section-set .p-set-lists .fs-c-productListItem__image > a {
  position: relative;
}
.p-section-set .p-set-lists .fs-c-productListItem__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-section-set .p-set-lists .fs-c-productListItem__productName {
  margin-top: 16px;
  margin-bottom: 12px;
}
.p-section-set .p-set-lists .fs-c-productName__name {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.44;
}
.p-section-set .p-set-lists .product-contentlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -15px;
  margin-top: -10px;
}
.p-section-set .p-set-lists .product-contentlist li {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-left: 15px;
  padding-right: 15px;
  margin-top: 10px;
  position: relative;
}
.p-section-set .p-set-lists .product-contentlist li:last-child::after {
  content: none;
}
.p-section-set .p-set-lists .product-contentlist li::after {
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  background-color: #104097;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.p-section-set .p-set-lists .fs-c-productPrice__main__price {
  font-size: 20px;
  letter-spacing: 0.1em;
}
.p-section-set .p-set-lists .fs-c-productPrice__addon {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.p-section-set .p-set-lists .fs-c-productListItem__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 15px;
}
.p-section-set .p-set-lists .fs-c-buttonContainer {
  padding: 0;
  padding-bottom: 4px;
}
.p-section-set .fs-c-button--removeFromWishList--icon.fs-c-button--particular {
  bottom: 0;
}

.p-section-category {
  margin-top: 80px;
}
.p-section-category .fs-p-sideMenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -30px;
  margin-top: -30px;
}
.p-section-category .fs-pt-menu__item {
  margin-left: 30px;
  margin-top: 30px;
}

.p-banner02 {
  margin-top: 80px;
  text-align: center;
}

.p-banner02-item {
  display: block;
}

/* -----------------------------------------------
* first Module
* firstページ用
-------------------------------------------------- */
.p-section-first {
  background: #fff;
}
.p-section-first .c-title01 {
  margin-bottom: 0;
}
.p-section-first .inner-block {
  padding: 80px 30px 0;
}
.p-section-first .about-wrap {
  padding-top: 82px;
  overflow: hidden;
}
.p-section-first .about-wrap .inn {
  background: #da9f00;
  position: relative;
  text-align: center;
}
.p-section-first .about-wrap .inn::before {
  background: url("https://sakanagumiec.itembox.design/item/sakanagumi/img/first/logo-bg.png") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  height: 550px;
  width: 530px;
  position: absolute;
  top: 90px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.p-section-first .about-wrap .inn::after {
  background: url("https://sakanagumiec.itembox.design/item/sakanagumi/img/first/cloud-bg.png") no-repeat center center;
  background-size: contain;
  content: "";
  height: 525px;
  width: 1920px;
  position: absolute;
  top: -82px;
  left: 0;
  z-index: 1;
}
.p-section-first .about-wrap .inner-block {
  padding: 60px 30px;
}
.p-section-first .about-title {
  color: #fff;
  font-size: 42px;
  text-align: center;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 2;
}
.p-section-first .about-list {
  margin: 42px auto 0;
  max-width: 610px;
  text-align: left;
  padding-left: 83px;
  position: relative;
  z-index: 2;
}
.p-section-first .about-list li + li {
  margin-top: 11px;
}
.p-section-first .about-list li img {
  max-height: 70px;
}

.p-section-info .inner-block {
  padding-top: 80px;
}
.p-section-info .text {
  margin-bottom: 60px;
  letter-spacing: 0.05em;
  line-height: 1.875;
}
.p-section-info .note-list {
  counter-reset: number 0;
}
.p-section-info .note-list li {
  color: #104097;
  font-size: 12px;
  position: relative;
  padding-left: 32px;
}
.p-section-info .note-list li + li {
  margin-top: 2px;
}
.p-section-info .note-list li::before {
  counter-increment: number 1;
  content: "※" counter(number);
  position: absolute;
  top: 0;
  left: 0;
}
.p-section-info .c-button-wrap {
  margin-top: 80px;
  margin-bottom: 82px;
}
.p-section-info .image-wrap {
  text-align: center;
}
.p-section-info .flex-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 50px;
  margin-bottom: 60px;
}
.p-section-info .flex-box .image {
  text-align: center;
  width: 630px;
}
.p-section-info .flex-box .text-wrap {
  background: #f4e2b2;
  padding: 73px 56px 73px 60px;
  width: calc(100% - 630px);
}
.p-section-info .flex-box .text-wrap .text {
  line-height: 2.25;
  margin-bottom: 0;
}
.p-section-info .staff-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.p-section-info .staff-list li {
  position: relative;
  width: calc((100% - 201px) / 4);
}
.p-section-info .staff-list li .image {
  position: relative;
  text-align: center;
}
.p-section-info .staff-list li .num {
  display: block;
  position: absolute;
  bottom: -20px;
  right: 6px;
  color: #da9f00;
  font-size: 60px;
}
.p-section-info .staff-list li .text {
  text-align: center;
  margin-top: 12px;
  margin-bottom: 0;
}

/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.fs-c-accountService__page {
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  margin: 0;
  width: calc((100% - 45px) / 4);
}
.fs-c-accountService__page:not(:nth-child(4n+1), :last-child) {
  margin-left: 15px;
}
.fs-c-accountService__page:nth-child(n+5) {
  margin-top: 15px;
}
.fs-c-accountService__page .fs-c-string--label {
  color: #fff;
}

.fs-c-string--label {
  color: #104097;
  font-size: 16px;
}

.fs-c-accountService__page--accountDelete {
  margin-left: 0;
  width: 100%;
}
.fs-c-accountService__page--accountDelete a {
  position: relative;
}
.fs-c-accountService__page--accountDelete a::before {
  background: #104097;
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -2px;
  left: 0;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.fs-c-accountService__page--accountDelete .fs-c-string--label {
  color: #104097;
}

.fs-body-my-top .fs-c-wishlistProduct {
  margin-top: 80px;
}
.fs-body-my-top .fs-c-slick .slick-next:before, .fs-body-my-top .fs-c-slick .slick-prev:before {
  background: url(../img/common/arrow-right.svg);
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 11px;
  height: 20px;
  display: block;
  opacity: 1;
}
.fs-body-my-top .fs-c-slick .slick-prev:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.fs-body-my-top .fs-c-slick .slick-prev, .fs-body-my-top .fs-c-slick .slick-next {
  background: transparent;
  height: auto;
  width: auto;
}
.fs-body-my-top .fs-c-slick .slick-prev {
  left: -55px;
}
.fs-body-my-top .fs-c-slick .slick-next {
  right: -55px;
}
.fs-body-my-top .fs-c-button__label {
  display: none;
}
.fs-body-my-top .fs-c-productListCarousel__list {
  overflow: inherit;
}

.fs-c-button--carousel .fs-c-button__label {
  font-size: 0;
}
.fs-c-button--carousel .fs-c-button__label::before {
  background: url("../img/common/arrow-right.svg");
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 11px;
  height: 20px;
  display: block;
  opacity: 1;
}

.fs-c-productListCarousel__ctrl--prev .fs-c-button--carousel .fs-c-button__label::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.fs-c-productListCarousel {
  position: relative;
}
.fs-c-productListCarousel .fs-c-productListCarousel__ctrl--prev {
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  min-width: auto;
  position: absolute;
  left: -55px;
  z-index: 10;
}
.fs-c-productListCarousel .fs-c-productListCarousel__ctrl--next {
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  min-width: auto;
  position: absolute;
  right: -55px;
  z-index: 10;
}
.fs-c-productListCarousel .fs-c-productListItem__productName {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.63;
  letter-spacing: 0.8px;
  margin-top: 16px;
  margin-bottom: 10px;
}

.fs-c-wishlistProduct__viewAllProducts {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  background-color: #104097;
  color: #fff;
  border-radius: 10px;
  width: 100%;
  max-width: 380px;
  padding: 20px;
  text-align: center;
  margin: 50px auto 0;
}

.fs-c-productListCarousel__list__itemTrack .slick-slide {
  margin: 0 15px;
  z-index: 1;
}
/* -----------------------------------------------
* favorite Module
* favoriteページ用
-------------------------------------------------- */
.fs-c-productListItem__productName.fs-c-productName {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.63;
  letter-spacing: 0.8px;
  margin-top: 16px;
  margin-bottom: 10px;
}

.fs-c-productPrice__main__price.fs-c-price {
  font-size: 20px;
  font-weight: normal;
  color: #333;
  letter-spacing: 0.2px;
}

.fs-c-productPrice__addon {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.fs-c-button--plain {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  background-color: #104097;
  color: #fff;
  border-radius: 10px;
  width: 100%;
  max-width: 380px;
  padding: 20px;
  text-align: center;
  margin: 0 auto;
}
.fs-c-button--plain.fs-c-button--myPageTop {
  background-color: #da9f00;
  max-width: 280px;
}

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

.fs-c-button--removeFromWishList--icon.fs-c-button--particular {
  position: absolute;
  bottom: 4px;
  right: 0;
  padding: 0;
}

.fs-c-productListItem__image a {
  position: relative;
  padding-top: 100%;
}
.fs-c-productListItem__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fs-c-productListItem__image__image {
  width: 100%;
}

.fs-c-wishlistProduct__title {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}
.fs-c-wishlistProduct__title::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-color: #104097;
  margin-top: 24px;
}

/* -----------------------------------------------
* login Module
* loginページ用
-------------------------------------------------- */
.fs-c-inputTable__headerCell {
  color: #104097;
  padding-bottom: 10px;
}

.fs-c-newUsers__message {
  text-align: center;
}

.fs-c-buttonContainer--memberRegister {
  margin: 30px auto 0;
}

.fs-c-dropdown__menu {
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 3px;
  padding: 15px;
  min-width: 150px;
}

.fs-c-inputInformation__field a {
  text-decoration: underline;
}
.fs-c-inputInformation__field fieldset:not(.fs-c-additionalCheckField) + .fs-c-additionalCheckField {
  margin-top: 0;
}

.fs-c-dropdown::after {
  padding: 5px;
}

.fs-c-dropdownGroup > .fs-c-dropdown:not(:first-of-type) {
  margin-left: 10px;
}

.fs-c-button--confirmLeave {
  max-width: 280px;
}

.fs-c-addressBookCount__count {
  font-size: 24px;
  color: #da9f00;
  padding: 0 5px;
}

.fs-c-continueShopping {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 100px;
}
.fs-c-continueShopping .fs-c-button--standard {
  background: #da9f00;
}
.fs-c-continueShopping .fs-c-button--standard .fs-c-button__label {
  color: #fff;
}

.fs-c-cartTable__row .fs-c-button--plain {
  padding: 12px;
}

.fs-c-button--cancel--cart {
  background: #fff;
  border: 1px solid #104097;
  color: #104097;
}
.fs-c-button--cancel--cart .fs-c-cartTable__dataCell--point, .fs-c-button--cancel--cart .fs-c-cartTable__dataCell--quantity, .fs-c-button--cancel--cart .fs-c-cartTable__dataCell--subtotal {
  text-align: center;
}
.fs-c-button--cancel--cart .fs-c-price {
  text-align: center;
}

.fs-c-orderTotalTable__itemPriceSummary .fs-c-string--label {
  font-size: 14px;
}
.fs-c-orderTotalTable__itemPriceSummary .fs-c-price {
  font-size: 24px;
  white-space: nowrap;
}

.fs-c-agreementConfirmation__addon {
  margin-left: 0;
}
/* ご注文手続き */
.fs-c-checkout-preview .fs-c-button--standard {
  background: #104097;
  color: #fff;
  max-width: 150px;
  min-width: 150px;
  padding: 15px;
}
.fs-c-checkout-preview .fs-c-button--standard .fs-c-button__label {
  color: #fff;
}
.fs-c-checkout-preview .fs-c-button--standard.fs-c-button--chooseDestination {
  background: #fff;
  border: 1px solid #104097;
}
.fs-c-checkout-preview .fs-c-button--standard.fs-c-button--chooseDestination .fs-c-button__label {
  color: #104097;
}
.fs-c-checkout-preview .fs-c-checkout-customerInfo__name {
  font-size: 24px;
  margin-bottom: 15px;
}
.fs-c-checkout-preview .fs-c-checkout-destination__name {
  font-size: 24px;
  margin-bottom: 15px;
}

.fs-c-checkout-destination__name {
  padding: 10px;
}

.fs-c-checkout-paymentMethodList > li {
  margin-top: 20px;
}

.fs-c-checkout-paymentMethodList > li + li {
  margin-top: 10px;
}

.fs-c-buttonContainer--confirmOrder {
  max-width: 280px;
  margin: 20px auto 0;
}

.fs-c-returnedSpecialContract {
  margin: 20px;
}
.fs-c-returnedSpecialContract a {
  color: #104097;
  position: relative;
}
.fs-c-returnedSpecialContract a::before {
  background: #104097;
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: -4px;
  left: 0;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.fs-c-inputInformation__field .fs-c-checkbox__checkMark {
  bottom: -2px;
}

.fs-c-checkout-deliveryMethod__title {
  padding: 10px;
}

.fs-c-checkout-deliveryMethod__body > * {
  margin: 12px 0;
}

.fs-c-checkout-destination__destination .fs-c-checkout-destination__control {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fs-c-modal__contents .fs-c-checkout-customerInfo__name {
  font-size: 20px;
}
.fs-c-modal__contents .fs-c-checkout-checkoutMethod {
  margin-bottom: 25px;
}

.fs-c-checkout-checkoutMethod__title {
  padding: 10px;
}

.fs-c-checkout-checkoutMethod__body > * {
  margin: 15px 0;
}

.fs-c-checkout-addresseeList .fs-c-checkout-addressee__control {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.fs-c-checkout-addresseeList .fs-c-checkout-addressee__control :not(:first-child) {
  margin-right: auto;
}
.fs-c-checkout-addresseeList .fs-c-button--standard {
  background: #104097;
  color: #fff;
}
.fs-c-checkout-addresseeList .fs-c-button--standard .fs-c-button__label {
  color: #fff;
}
.fs-c-checkout-addresseeList .fs-c-button--standard.fs-c-button--edit {
  background: #fff;
  border: 1px solid #104097;
  color: #104097;
}
.fs-c-checkout-addresseeList .fs-c-button--standard.fs-c-button--edit .fs-c-button__label {
  color: #104097;
}
.fs-c-checkout-addresseeList .fs-c-button--standard.fs-c-button--cancel {
  background: #e7edf6;
}
.fs-c-checkout-addresseeList .fs-c-button--standard.fs-c-button--cancel .fs-c-button__label {
  color: #104097;
}

.fs-c-button--addAddressee {
  background: #104097;
  color: #fff;
}
.fs-c-button--addAddressee .fs-c-button__label {
  color: #fff;
}

.fs-c-checkoutSuccess__message {
  text-align: center;
  line-height: 1.8;
}
.fs-c-history__listContainer .fs-c-noResultMessage {
  margin-top: 0;
}

.fs-c-textarea {
  border: 1px solid #eee !important;
  padding: 10px;
}

.fs-c-orderedList > li + li {
  margin-top: 10px;
}

.fs-c-sortItems__list__item {
  position: relative;
}
.fs-c-sortItems__list__item:not(:last-child) {
  position: relative;
}
.fs-c-sortItems__list__item:not(:last-child)::before {
  background: #104097;
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.fs-c-sortItems__list__item .fs-c-sortItems__list__item__label {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.fs-c-listControl__status {
  font-size: 14px;
}

.fs-body-category .fs-c-productListItem__control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
}
.fs-body-category .fs-c-productListItem__viewMoreImageButton {
  display: block;
  margin-left: auto;
  text-align: right;
}
.fs-body-category .fs-c-button--plain {
  font-size: 14px;
  padding: 15px;
}
.fs-body-category .fs-c-button--plain.fs-c-button--addToCart--list {
  position: relative;
}
.fs-body-category .fs-c-button--plain.fs-c-button--addToCart--list::before {
  content: "";
  display: block;
  background-image: url("https://sakanagumiec.itembox.design/item/sakanagumi/img/common/icon-cart-white.svg");
  height: 20px;
  width: 22px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
}
.fs-body-category .fs-c-button--plain.fs-c-button--viewMoreImage {
  background: transparent;
  position: relative;
  width: 15px;
  height: 15px;
  padding: 0;
}
.fs-body-category .fs-c-button--plain.fs-c-button--viewMoreImage::before {
  content: "";
  display: block;
  background-image: url("https://sakanagumiec.itembox.design/item/sakanagumi/img/common/icon-plus.svg");
  height: 13px;
  width: 13px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.fs-body-category .fs-c-button--plain.fs-c-button--viewProductDetail {
  display: none;
}
.fs-body-category .fs-c-button--addToWishList--icon {
  position: absolute;
  right: 0;
  top: -36px;
}
.fs-body-category .fs-c-button--removeFromWishList--icon {
  top: -36px;
  bottom: inherit;
}
.fs-body-category .fs-c-productListItem__productName.fs-c-productName {
  padding-right: 25px;
}
.fs-body-category .fs-c-productListItem__prices.fs-c-productPrices {
  padding-right: 25px;
}
.fs-body-category .fs-c-productListItem__productName.fs-c-productName {
  margin-top: 0;
}
.fs-body-category .fs-c-productListItem__notice + .fs-c-buttonContainer {
  padding: 0;
  margin-top: 0;
}
.fs-body-category .fs-c-productListItem__notice + .fs-c-buttonContainer .fs-c-button--addToWishList--icon {
  top: -82px;
}
.fs-body-category .fs-c-productListItem__notice + .fs-c-buttonContainer .fs-c-button--removeFromWishList--icon {
  top: -82px;
  bottom: inherit;
}
.fs-body-category .fs-c-productListItem__control {
  margin-top: 15px;
  padding: 0;
}
.fs-body-category .fs-c-productImageModalCarousel__figure {
  height: 100%;
  position: absolute;
  margin: auto;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.fs-c-checkbox__checkMark {
  margin-right: 14px;
}

.fs-c-checkout-couponStatus {
  width: 100%;
  font-size: 16px;
}

.fs-c-checkout-confirmationList > dd {
  font-size: 36px;
}
.fs-c-checkout-confirmationList > dd .fs-c-checkout-pointInfo__usePoint__number {
  font-size: 36px;
}
.fs-c-checkout-confirmationList > dd .fs-c-checkout-pointInfo__usePoint__label {
  font-size: 14px;
}

.fs-c-checkout-pointSetting + .fs-c-checkout-pointSetting {
  margin-top: 10px;
}

.fs-c-checkout-couponList__control {
  -webkit-flex-basis: 200px;
      -ms-flex-preferred-size: 200px;
          flex-basis: 200px;
}

.fs-c-checkout-couponStatus.is-inactive {
  font-size: 13px;
  width: 100%;
}

.fs-c-agreementConfirmation__addon__message {
  margin-bottom: 15px;
}
.fs-c-checkout-couponCodeInput {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.fs-c-inputField__explanation, .fs-c-inputTable__comment {
  margin-bottom: 10px;
}

.fs-body-review-write .fs-c-inputInformation__field .fs-c-checkbox__checkMark {
  bottom: 0;
}

.fs-c-anotherLogin__button--amazon.fs-c-buttonContainer {
  margin: 20px auto 0;
  max-width: 290px;
}

.fs-body-forgotPassword .fs-c-inputInformation__field {
  background: transparent;
  padding: 0;
}

.fs-c-quantity__number {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 5px;
  border-radius: 0;
}

/* -----------------------------------------------
* addressee Module
* addresseeページ用
-------------------------------------------------- */
.fs-c-addressBookList__list .fs-c-button--secondary {
  background: #104097;
  color: #fff;
  min-width: 140px !important;
  max-width: 140px;
}
.fs-c-addressBookList__list .fs-c-button--standard {
  background: #fff;
  border: 1px solid #104097;
  min-width: 140px !important;
  max-width: 140px;
}
.fs-c-addressBookList__list .fs-c-buttonContainer--deleteChange {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* -----------------------------------------------
* item Module
* itemページ用
-------------------------------------------------- */
.fs-body-product .fs-c-button--plain {
  background: transparent;
}
.fs-body-product .fs-c-button--plain.fs-c-button--viewExtendedImage {
  position: relative;
  width: 24px;
  height: 24px;
  margin: 0 0 0 auto;
}
.fs-body-product .fs-c-button--plain.fs-c-button--viewExtendedImage::before {
  content: "";
  display: block;
  font-size: 0;
  background-image: url("https://sakanagumiec.itembox.design/item/sakanagumi/img/common/icon-plus.svg");
  background-size: contain;
  height: 24px;
  width: 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.fs-body-product .fs-c-button--plain.fs-c-button--addReview--detail {
  background: #fff;
  border: 1px solid #104097;
  color: #104097;
  position: relative;
}
.fs-body-product .fs-c-button--plain.fs-c-button--addReview--detail::before {
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  font-size: 19px;
  margin: auto;
  width: 19px;
  height: 19px;
}
.fs-body-product .fs-c-button--plain.fs-c-button--viewAllReviews {
  background: #fff;
  border: 1px solid #104097;
  color: #104097;
  position: relative;
}
.fs-body-product .fs-c-button--plain.fs-c-button--viewAllReviews::before {
  position: absolute;
  left: 15px;
  font-size: 19px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 19px;
  height: 19px;
}
.fs-body-product .fs-c-productThumbnail__image {
  width: calc((100% - 40px) / 5);
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  margin: 0;
  min-width: auto;
  max-width: 106px;
  height: 106px;
}
.fs-body-product .fs-c-productThumbnail__image:not(:nth-child(5n+1)) {
  margin-left: 10px;
}
.fs-body-product .fs-c-productThumbnail__image:nth-child(n+6) {
  margin-top: 10px;
}
.fs-body-product .fs-c-productThumbnail__image.is-active > img {
  border-color: #da9f00;
}
.fs-body-product .fs-c-productThumbnail__image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  display: block;
}
.fs-body-product .fs-c-reviewStars::before {
  font-size: 20px;
}
.fs-body-product .fs-c-rating__value {
  font-family: "Barlow";
  font-weight: bold;
  font-size: 18px;
}
.fs-body-product .fs-c-reviewer__name {
  font-size: 16px;
}
.fs-body-product .fs-c-reviewInfo__stars {
  font-size: 20px;
}
.fs-body-product .fs-c-reviewList {
  margin-bottom: 50px;
}
.fs-body-product .fs-c-reviewList__item {
  padding: 27px 0;
  border-color: #e7edf6;
}
.fs-body-product .fs-c-reviewList__item .fs-c-reviewList__item__body {
  text-align: left;
}
.fs-body-product .fs-c-productReview {
  margin-top: 50px;
  text-align: center;
}
.fs-body-product .fs-c-productReview__allReviews {
  display: inline;
}
.fs-body-product .fs-c-productReview__addReview {
  display: inline;
  margin-left: 30px;
}
.fs-body-product .fs-c-productMainImage__image {
  height: 570px;
  overflow: hidden;
}
.fs-body-product .fs-c-productMainImage__image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  display: block;
}

.flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.flex-wrap .item-image {
  width: 570px;
}
.flex-wrap .item-info {
  margin-left: 60px;
  width: calc(100% - 630px);
}
.item-info .fs-c-productNameHeading {
  font-size: 30px;
}
.item-info .fs-c-productNumber {
  border: none;
  font-size: 14px;
  padding: 0;
  margin-top: 40px;
  margin-bottom: 12px;
}
.item-info .fs-c-productPrice__main__price.fs-c-price {
  font-size: 36px;
}
.item-info .fs-c-productPrice__addon {
  font-size: 18px;
}
.item-info .fs-p-productDescription {
  margin-top: 14px;
}
.item-info .fs-c-productPointDisplay {
  display: none;
}
.item-info .fs-c-button--particular {
  border: none;
  background: transparent;
  font-size: 14px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.item-info .fs-c-quantity {
  background: #fff;
  border: 1px solid #ccc;
  position: relative;
  margin-left: 55px;
  margin-top: 46px;
}
.item-info .fs-c-quantity::before {
  content: "数量";
  font-size: 16px;
  position: absolute;
  top: 9px;
  bottom: 0;
  left: -43px;
  margin: auto;
}
.item-info .fs-c-quantity .fs-c-quantity__select {
  font-size: 18px;
  padding: 7px 8px 8px 21px;
}
.item-info .fs-c-button--particular.fs-c-button--addToWishList--detail::after, .item-info .fs-c-button--particular.fs-c-button--removeFromWishList--detail::after {
  font-size: 16px;
  color: #da9f00 !important;
}
.item-info .fs-c-button--inquiryAboutProduct {
  color: #104097;
}
.item-info .fs-c-returnedSpecialContract {
  margin: 0;
}
.item-info .fs-c-inquiryAboutProduct {
  padding: 0;
  margin-left: auto;
}
.item-info .fs-c-inquiryAboutProduct .fs-c-button--inquiryAboutProduct {
  padding: 0 15px 0 0;
  position: relative;
}
.item-info .fs-c-inquiryAboutProduct .fs-c-button--inquiryAboutProduct::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #104097 transparent transparent transparent;
  border-width: 6px 6px 0 6px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.item-info .fs-c-button--addToCart--detail {
  max-width: 100%;
  margin: 22px 0 8px;
  position: relative;
}
.item-info .fs-c-button--addToCart--detail::before {
  content: "";
  display: block;
  background-image: url("https://sakanagumiec.itembox.design/item/sakanagumi/img/common/icon-cart-white.svg");
  height: 20px;
  width: 22px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
}
.item-info table {
  margin-top: 50px;
  width: 100%;
}
.item-info table, .item-info th, .item-info td {
  border: 1px solid #cccccc;
  font-size: 14px;
}
.item-info th, .item-info td {
  line-height: 1.5;
  padding: 19px 20px 20px;
}
.item-info th {
  background: #f4f4f4;
  font-weight: bold;
  width: 200px;
}
.item-info td {
  background: #fff;
}

.set-item-mv {
  background: url("https://sakanagumiec.itembox.design/item/sakanagumi/img/set/set-item-mv.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
  height: 520px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.set-item-mv::before {
  background: linear-gradient(86deg, rgba(244, 244, 244, 0) 0%, rgba(238, 238, 238, 0.6) 15%, white 50%, rgba(238, 238, 238, 0.6) 85%, rgba(255, 255, 255, 0) 100%);
  content: "";
  width: 100%;
  height: 244px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.set-item-mv .inner-block {
  width: 1200px;
}
.set-item-mv .text-wrap {
  text-align: center;
  position: relative;
  padding: 50px 0;
}
.set-item-mv .text-wrap::before {
  background: url("https://sakanagumiec.itembox.design/item/sakanagumi/img/set/mv-deco01.png") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 55px;
  margin: auto;
  height: 294px;
  width: 182px;
}
.set-item-mv .text-wrap::after {
  background: url("https://sakanagumiec.itembox.design/item/sakanagumi/img/set/mv-deco02.png") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 328px;
  width: 210px;
}
.set-item-mv .mv-title {
  font-size: 48px;
  font-weight: bold;
  color: #104097;
  letter-spacing: 0.2em;
}
.set-item-mv .text {
  line-height: 2.25;
  margin: 20px auto 0;
  max-width: 42vw;
  font-size: 1.1vw;
}

.p-section-set .fs-c-productListItem__productName.m-0 {
  margin-bottom: 0;
}
.p-section-set .fs-c-productName__name.serif {
  font-size: 30px;
}
.p-section-set .product-info {
  font-size: 16px;
  line-height: 1.6;
  margin: 20px 0 30px;
}
.p-section-set .fs-c-button--plain {
  max-width: 100%;
  margin-top: 25px;
  position: relative;
}
.p-section-set .fs-c-button--plain.fs-c-button--addToCart--list::before {
  position: absolute;
  left: 30px;
  content: "";
  display: block;
  background: url("https://sakanagumiec.itembox.design/item/sakanagumi/img/common/icon-cart-white.svg") no-repeat center center;
  background-size: contain;
  display: block;
  height: 22px;
  width: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-section-set .fs-c-productListItem {
  position: relative;
  padding-bottom: 50px;
  margin-top: 50px;
}
.p-section-set .fs-c-productListItem::before {
  background: #e7edf6;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-section-set .fs-c-productListItem:nth-child(2n+2)::before {
  left: -60px;
  width: calc(100% + 60px);
}
.p-section-set .fs-c-productListItem:nth-last-child(-n+2)::before {
  background: #104097;
}
.p-section-set .fs-c-button--removeFromWishList--icon.fs-c-button--particular {
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.p-section-set .p-set-lists .product-contentlist li {
  font-size: 14px;
  padding-right: 13px;
}
.p-section-set .fs-body-custom .fs-c-productListItem__control {
  display: block;
}
.p-section-set .fs-body-custom .fs-c-productListItem__control .fs-c-button__label {
  display: block;
  font-size: 14px;
}
.p-section-set .fs-body-custom .fs-c-productListItem__control .fs-c-button--addToWishList--icon {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-section-set .fs-c-productListItem__control {
  display: block;
}
.p-section-set .fs-c-productListItem__bottom {
  display: block;
}

.fs-c-productImageModal__inner {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fs-c-explainList {
  width: 100%;
  margin: auto;
  display: table;
  margin-top: 20px;
}
.fs-c-explainList th, .fs-c-explainList td {
  border: 1px solid #cccccc;
  padding: 18px;
  font-size: 14px;
}
.fs-c-explainList th {
  background: #f4f4f4;
  width: 200px;
}
.fs-c-explainList td {
  background: #fff;
}

.circle-list li {
  color: #104097;
  position: relative;
  padding-left: 19px;
}
.circle-list li::before {
  background: #104097;
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 9px;
}
.circle-list li + li {
  margin-top: 5px;
}
.circle-list.m-top30 {
  margin-top: 20px;
}
.circle-list + p {
  margin-top: 15px;
}

.fs-c-subgroup .fs-c-listControl {
  display: none;
}

.fs-c-productList__list__item form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.fs-c-productList__list__item .fs-c-productListItem__control {
  margin-top: auto;
}

.fs-c-productList__list__item .fs-c-productListItem__prices {
  margin-bottom: 15px;
}

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

.fs-c-productImage__image {
  width: 100%;
}

.fs-body-my-reviews .fs-c-reviewStars {
  margin-top: 10px;
}

.fs-body-my-orders .fs-c-orderHistoryItem__header__button {
  margin-top: 0;
}

.fs-c-reviewList__item__editButton {
  width: 100%;
}

.fs-body-search .fs-c-button--viewProductDetail {
  display: none;
}
.fs-body-search .fs-c-button--plain {
  font-size: 14px;
  padding: 15px;
}
.fs-body-search .fs-c-button--addToWishList--icon {
  position: absolute;
  right: 0;
  top: -36px;
}
.fs-body-search .fs-c-productListItem__notice + .fs-c-buttonContainer {
  padding: 0;
  margin-top: 0;
}
.fs-body-search .fs-c-productListItem__notice + .fs-c-buttonContainer .fs-c-button--addToWishList--icon {
  top: -82px;
}
.fs-body-search .fs-c-productListItem__notice + .fs-c-buttonContainer .fs-c-button--removeFromWishList--icon {
  top: -82px;
  bottom: inherit;
}
.fs-body-search .fs-c-button--plain {
  font-size: 14px;
  padding: 15px;
}
.fs-body-search .fs-c-button--plain.fs-c-button--addToCart--list {
  position: relative;
}
.fs-body-search .fs-c-button--plain.fs-c-button--addToCart--list::before {
  content: "";
  display: block;
  background-image: url("https://sakanagumiec.itembox.design/item/sakanagumi/img/common/icon-cart-white.svg");
  height: 20px;
  width: 22px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
}
.fs-body-search .fs-c-button--plain.fs-c-button--viewMoreImage {
  background: transparent;
  position: relative;
  width: 15px;
  height: 15px;
  padding: 0;
}
.fs-body-search .fs-c-button--plain.fs-c-button--viewMoreImage::before {
  content: "";
  display: block;
  background-image: url("https://sakanagumiec.itembox.design/item/sakanagumi/img/common/icon-plus.svg");
  height: 13px;
  width: 13px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.fs-body-search .fs-c-button--plain.fs-c-button--viewProductDetail {
  display: none;
}
.fs-body-search .fs-c-productListItem__control {
  display: block;
  position: relative;
  padding: 0;
}
.fs-body-search .fs-c-button--removeFromWishList--icon {
  top: -36px;
  bottom: inherit;
}
.fs-body-search .product-contentlist {
  height: 100% !important;
}
.fs-body-search .fs-c-productListItem__notice {
  margin-top: auto;
}

.fs-c-cartTable__quantity .fs-c-quantity__select {
  border: 1px solid #ccc;
  padding: 5px;
}

.delivery-text {
  background: #fff;
  color: #104097;
  border: 2px solid #104097;
  padding: 20px;
  text-align: center;
  font-size: 15px;
  margin-bottom: 10px;
}

.table-wrap {
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.table-wrap::-webkit-scrollbar {
  display: none;
}

.fs-c-specTable.table-left {
  text-align: left;
  margin-top: 15px;
  margin-bottom: 50px;
}

/* -----------------------------------------------
* ingenuity Module
* ingenuityページ用
-------------------------------------------------- */
.p-section-ingenuity {
  background: #fff;
}
.p-section-ingenuity .inner-block {
  padding: 77px 0 0;
}
.p-section-ingenuity .c-title01 {
  margin-bottom: 0;
}
.p-section-ingenuity .mv-wrap {
  overflow: hidden;
  padding-top: 82px;
}
.p-section-ingenuity .mv-wrap .inner-block {
  padding: 50px 20px;
}
.p-section-ingenuity .mv-wrap .inn {
  background: #e7edf6;
  text-align: center;
  position: relative;
  z-index: 2;
}
.p-section-ingenuity .mv-wrap .inn::after {
  background: url("https://sakanagumiec.itembox.design/item/sakanagumi/img/first/cloud-bg.png") no-repeat center center;
  background-size: contain;
  content: "";
  height: 525px;
  width: 1920px;
  position: absolute;
  top: -82px;
  left: 0;
  z-index: -1;
}

.p-section-item-wrap .inner-block {
  padding: 80px 30px;
}
.p-section-item-wrap .line-title {
  color: #104097;
  font-size: 36px;
  font-weight: bold;
  display: inline-block;
  line-height: 1.5;
  text-align: center;
  width: 100%;
}
.p-section-item-wrap .line-title .inn {
  position: relative;
  display: inline-block;
  padding: 0px 33px 0 40px;
}
.p-section-item-wrap .line-title .inn::before, .p-section-item-wrap .line-title .inn::after {
  background: #dea819;
  content: "";
  display: block;
  height: 60px;
  width: 2px;
  position: absolute;
  bottom: 0;
}
.p-section-item-wrap .line-title .inn::before {
  left: 0;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.p-section-item-wrap .line-title .inn::after {
  right: 0;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.p-section-item-wrap .anchor-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 51px;
}
.p-section-item-wrap .anchor-link li {
  border-radius: 10px;
  width: calc((100% - 40px) / 5);
}
.p-section-item-wrap .anchor-link li a {
  background: #104097;
  border-radius: 10px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  padding: 16px 30px 17px 10px;
  height: 100%;
  position: relative;
}
.p-section-item-wrap .anchor-link li a::before {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  height: 6px;
}
.p-section-item-wrap .item-box {
  background: #fff;
  border: 5px solid #deb545;
  padding: 35px 55px;
  position: relative;
  margin-top: 100px;
}
.p-section-item-wrap .flex-wrap .image {
  max-width: 420px;
  position: relative;
}
.p-section-item-wrap .band {
  position: absolute;
  top: -5px;
  left: 40px;
  z-index: 1;
}
.p-section-item-wrap .band .inn {
  color: #fff;
  font-size: 20px;
  line-height: 1.8;
  display: block;
  text-align: center;
  padding: 44px 12px 0;
}
.p-section-item-wrap .band::before {
  background: url("https://sakanagumiec.itembox.design/item/sakanagumi/img/ingenuity/band.png");
  content: "";
  display: block;
  height: 164px;
  width: 105px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.p-section-item-wrap .catch-text {
  color: #000;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 24px;
}
.p-section-item-wrap .rank-ico {
  position: absolute;
  bottom: 20px;
  left: -20px;
}
.p-section-item-wrap .text-wrap {
  margin-left: 50px;
  width: calc(100% - 470px);
}
.p-section-item-wrap .item-title {
  color: #db0000;
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 29px;
}
.p-section-item-wrap .c-title03 {
  color: #deb545;
  border-width: 2px;
  padding-bottom: 9px;
}
.p-section-item-wrap .circle-list li {
  color: #104097;
  position: relative;
  padding-left: 19px;
}
.p-section-item-wrap .circle-list li::before {
  background: #104097;
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 9px;
}
.p-section-item-wrap .circle-list li + li {
  margin-top: 5px;
}
.p-section-item-wrap .star-list {
  margin-top: 16px;
}
.p-section-item-wrap .star-list li {
  line-height: 1.5;
  position: relative;
  padding-left: 21px;
  word-break: normal !important;
  word-wrap: break-word;
}
.p-section-item-wrap .star-list li::before {
  color: #db0000;
  content: "★";
  font-size: 12px;
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
}
.p-section-item-wrap .star-list li + li {
  margin-top: 5px;
}
.p-section-item-wrap .star-list .bold {
  font-weight: bold;
}
.p-section-item-wrap .btn-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 37px;
}
.p-section-item-wrap .btn-link .button {
  border-radius: 10px;
  width: calc((100% - 10px) / 2);
}
.p-section-item-wrap .btn-link .button + .button {
  margin-left: 10px;
}
.p-section-item-wrap .btn-link .c-buttn-yellow {
  background: #deb545;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 31px 20px;
  line-height: 1;
  letter-spacing: 0.05em;
}
.p-section-item-wrap .btn-link .cart-button td:first-child {
  display: none;
}
.p-section-item-wrap .btn-link .cart-button .fs-c-button--primary {
  font-size: 18px;
  max-width: 100%;
  min-width: 100%;
  letter-spacing: 0.05em;
  padding: 31px 20px 31px 40px;
  position: relative;
}
.p-section-item-wrap .btn-link .cart-button .fs-c-button--primary::before {
  content: "";
  display: block;
  background-image: url("https://sakanagumiec.itembox.design/item/sakanagumi/img/common/icon-cart-white.svg");
  background-size: contain;
  height: 27px;
  width: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  margin: auto;
}
.p-section-item-wrap .note {
  font-size: 15px;
  position: relative;
  padding-left: 20px;
  margin-top: 15px;
}
.p-section-item-wrap .note::before {
  content: "※";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.p-section-item-wrap .deco {
  position: absolute;
  width: 100%;
  display: block;
}
.p-section-item-wrap .deco.left.top {
  top: -5px;
  left: -5px;
}
.p-section-item-wrap .deco.left.top::before {
  content: "";
  position: absolute;
  border: solid #deb545;
  border-width: 24px 24px 0 0;
  border-bottom-right-radius: 100px;
  position: absolute;
  top: 0;
  left: 0;
}
.p-section-item-wrap .deco.left.bottom {
  bottom: -5px;
  left: -5px;
}
.p-section-item-wrap .deco.left.bottom::before {
  content: "";
  position: absolute;
  border: solid #deb545;
  border-width: 24px 24px 0 0;
  border-top-right-radius: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-section-item-wrap .deco.right.top {
  top: -5px;
  right: -5px;
}
.p-section-item-wrap .deco.right.top::before {
  content: "";
  position: absolute;
  border: solid #deb545;
  border-width: 24px 24px 0 0;
  border-bottom-left-radius: 100px;
  position: absolute;
  top: 0;
  right: 0;
}
.p-section-item-wrap .deco.right.bottom {
  bottom: -5px;
  right: -5px;
}
.p-section-item-wrap .deco.right.bottom::before {
  content: "";
  position: absolute;
  border: solid #deb545;
  border-width: 24px 24px 0 0;
  border-top-left-radius: 100px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.p-section-item-wrap .c-button-wrap {
  margin-top: 80px;
}
.p-section-item-wrap .anchor {
  position: relative;
  top: -100px;
}

/* -----------------------------------------------
* ingenuity Module
* ingenuityページ用
-------------------------------------------------- */
.p-section-campaign-mv {
  background: url("https://sakanagumiec.itembox.design/item/sakanagumi/img/campaign/mv_bg.jpg") no-repeat center center;
  background-size: cover;
  height: 520px;
  margin-top: 1px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-section-campaign-mv .mv-wrap .inner-block {
  padding: 0;
  height: 100%;
}
.p-section-campaign-mv .mv-wrap .mv-title {
  color: #104097;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.p-section-campaign-mv .mv-wrap .mv-title .sub {
  display: block;
  font-size: 1.25vw;
  display: inline-block;
  position: relative;
  padding: 0 5px 0 10px;
  letter-spacing: 0.1em;
}
.p-section-campaign-mv .mv-wrap .mv-title .sub::before, .p-section-campaign-mv .mv-wrap .mv-title .sub::after {
  background: #104097;
  content: "";
  display: block;
  height: 15px;
  width: 1px;
  position: absolute;
  bottom: 3px;
}
.p-section-campaign-mv .mv-wrap .mv-title .sub::before {
  left: 0;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.p-section-campaign-mv .mv-wrap .mv-title .sub::after {
  right: 0;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.p-section-campaign-mv .mv-wrap .mv-title .main {
  display: block;
  font-size: 76px;
  letter-spacing: 0.05em;
  margin-top: 20px;
}
.p-section-campaign-mv .mv-wrap .white-box {
  background: #fff;
  margin-top: 32px;
  padding: 26px 15px;
  border-radius: 5px;
}
.p-section-campaign-mv .mv-wrap .white-box .text {
  color: #104097;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.25;
  letter-spacing: 0.1em;
}
.p-section-campaign-mv .mv-wrap .white-box .text .c-yellow {
  font-size: 32px;
}
.p-section-campaign-mv::before {
  background: url("https://sakanagumiec.itembox.design/item/sakanagumi/img/campaign/week.png") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  height: 229px;
  width: 278px;
  position: absolute;
  top: 0;
  right: 15.729vw;
  margin: auto;
}

.p-section-campaign-period .inner-block {
  padding: 70px 30px 75px;
}
.p-section-campaign-period .intro {
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 2;
}
.p-section-campaign-period .intro .c-yellow {
  font-size: 24px;
  font-weight: bold;
}
.p-section-campaign-period .period-wrap {
  background: #da9f00;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  letter-spacing: 0.1em;
  margin: 40px 0 16px;
  padding: 8px 0 9px;
}
.p-section-campaign-period .period-wrap .text {
  font-size: 18px;
  font-weight: bold;
  vertical-align: baseline;
}
.p-section-campaign-period .period-wrap .day {
  vertical-align: baseline;
  font-size: 18px;
  margin-left: 80px;
}
.p-section-campaign-period .period-wrap .day .en {
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  font-size: 32px;
}
.p-section-campaign-period .note {
  color: #104097;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.1em;
}

.p-section-campaign-participation .flow-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.p-section-campaign-participation .flow-list li {
  background: #e7edf6;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc((100% - 60px) / 2);
  padding: 40px 30px 41px;
}
.p-section-campaign-participation .flow-list li + li {
  margin-left: 60px;
  position: relative;
}
.p-section-campaign-participation .flow-list li + li::before {
  content: "";
  display: block;
  display: inline-block;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #da9f00;
  position: absolute;
  height: 10px;
  top: 0;
  bottom: 0;
  left: -33px;
  margin: auto;
}
.p-section-campaign-participation .flow-list .step {
  background: #fff;
  border-radius: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 110px;
  width: 110px;
  position: relative;
}
.p-section-campaign-participation .flow-list .num {
  color: #da9f00;
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  font-size: 16px;
  position: absolute;
  top: -17px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.p-section-campaign-participation .flow-list .num .large {
  font-size: 24px;
}
.p-section-campaign-participation .flow-list .text-wrap {
  margin-left: 20px;
  width: calc(100% - 130px);
}
.p-section-campaign-participation .flow-list .text-wrap .title {
  color: #104097;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
.p-section-campaign-participation .flow-list .text-wrap .text {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.p-section-campaign-participation .flow-list .text-wrap .note {
  color: #104097;
  font-size: 12px;
  text-align: left;
}
.p-section-campaign-participation .flow-list .text-wrap .c-yellow {
  font-size: 18px;
}
.p-section-campaign-participation .c-button01 {
  position: relative;
  font-size: 18px;
  padding: 31px;
  max-width: 570px;
  margin-top: 50px;
}
.p-section-campaign-participation .c-button01::before {
  content: "";
  display: block;
  background: url("https://sakanagumiec.itembox.design/item/sakanagumi/img/common/ico_review.svg") no-repeat center center;
  height: 30px;
  width: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  margin: auto;
}
.p-section-campaign-participation .note {
  color: #104097;
  text-align: center;
  font-size: 12px;
  margin-top: 16px;
  letter-spacing: 0.05em;
}
.p-section-campaign-participation .write-review {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background: #f4e2b2;
  padding: 40px 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 46px;
}
.p-section-campaign-participation .write-review .image {
  width: 600px;
}
.p-section-campaign-participation .write-review .text-wrap {
  margin-right: 50px;
  width: calc(100% - 650px);
}
.p-section-campaign-participation .write-review .text-wrap .text {
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.p-section-campaign-participation .write-review .c-title02 {
  margin-bottom: 43px;
}

.p-section-campaign-info .inner-block {
  padding: 80px 30px 0;
}
.p-section-campaign-info .c-button01 {
  position: relative;
  font-size: 18px;
  padding: 31px;
  max-width: 570px;
  margin-top: 50px;
}
.p-section-campaign-info .c-button01::before {
  content: "";
  display: block;
  background: url("https://sakanagumiec.itembox.design/item/sakanagumi/img/common/ico_review.svg") no-repeat center center;
  height: 30px;
  width: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  margin: auto;
}
.p-section-campaign-info .note {
  color: #104097;
  text-align: center;
  font-size: 12px;
  margin-top: 16px;
  letter-spacing: 0.05em;
}
.p-section-campaign-info table {
  max-width: 962px;
  margin: auto;
}
.p-section-campaign-info table th, .p-section-campaign-info table td {
  border: 1px solid #cccccc;
  padding: 18px;
  font-size: 14px;
}
.p-section-campaign-info table th {
  background: #f4f4f4;
  width: 200px;
}
.p-section-campaign-info table td {
  background: #fff;
}

/* -----------------------------------------------
* first Module
* firstページ用
-------------------------------------------------- */
.contact-wrap .note {
  font-size: 14px;
  color: #da9f00;
}
.contact-wrap .label-ttl {
  color: #104097;
  margin: 15px 0 10px;
}
.contact-wrap .half {
  width: calc((100% - 20px) / 2);
  display: inline-block;
}
.contact-wrap .half + .half {
  margin-left: 20px;
}
.contact-wrap .three {
  display: inline-block;
  width: 100%;
  position: relative;
}
.contact-wrap .three + .three {
  margin-left: 16px;
}
.contact-wrap .three.half {
  max-width: 150px;
}
.contact-wrap .four {
  width: 100%;
  max-width: 200px;
  margin-left: 20px;
}
.contact-wrap .four.deco::before {
  content: "-";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10px;
  margin: auto;
}
.contact-wrap .wrap {
  position: relative;
  width: calc((100% - 40px) / 3);
}
.contact-wrap .wrap + .wrap {
  margin-left: 20px;
}
.contact-wrap .wrap + .wrap::before {
  background: #333;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -11px;
  width: 5px;
  height: 1px;
  margin: auto;
}
.contact-wrap select {
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 3px;
  padding: 15px;
}
.contact-wrap textarea {
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 3px;
  padding: 15px;
}
.contact-wrap .center {
  text-align: center;
  margin-top: 50px;
}
.contact-wrap .center .fs-c-button--primary {
  font-size: 16px;
}
.contact-wrap .marker {
  display: inline-block;
  margin-right: 10px;
}

.maintenance-message {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.maintenance-message .title {
  color: #104097;
  display: inline-block;
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  position: relative;
  padding: 0 20px;
  margin-bottom: 25px;
}
.maintenance-message .title::before, .maintenance-message .title::after {
  background: #104097;
  content: "";
  display: block;
  position: absolute;
  height: 40px;
  width: 2px;
  bottom: 0;
}
.maintenance-message .title::before {
  left: 0;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
.maintenance-message .title::after {
  right: 0;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
.maintenance-message .text {
  text-align: center;
}

/* -----------------------------------------------
* ingenuity Module
* ingenuityページ用
-------------------------------------------------- */
.faq-wrap .head-wrap {
  background: #104097;
  position: relative;
  padding: 25px 20px 25px 55px;
  color: #fff;
}
.faq-wrap .head-wrap::before {
  content: "Q.";
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  display: block;
  font-family: "Barlow";
  position: absolute;
  top: 16px;
  left: 20px;
}
.faq-wrap .body-wrap {
  padding: 25px 20px 25px 55px;
  position: relative;
  border-bottom: 1px solid #eee;
  line-height: 1.8;
}
.faq-wrap .body-wrap::before {
  content: "A.";
  color: #104097;
  font-size: 26px;
  font-weight: bold;
  display: block;
  font-family: "Barlow";
  position: absolute;
  top: 16px;
  left: 20px;
}
.faq-wrap .faq + .faq {
  margin-top: 40px;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */

@media only screen and (min-width: 769px) {
  .inner-block {
    margin: 0 auto;
  }
  .inner-block.m-top {
    padding-top: 55px;
  }
  .sp {
    display: none !important;
  }

  a[href^="tel:"] {
    pointer-events: none;
  }

  a,
a::before,
a::after,
button {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }

  a:hover {
    opacity: 0.8;
  }
  .c-header .fs-pt-menu a:hover {
    color: #333;
    opacity: 0.8;
  }
  .c-header .fs-p-headerUtilityMenu__list > li {
    height: 42px;
  }
  .c-button01 {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .c-button01:hover {
    opacity: 0.8;
  }
  .fs-l-main {
    background-image: url("https://sakanagumiec.itembox.design/item/sakanagumi/img/common/cloud-bg.png");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left 255px;
  }
  .fs-l-main.under {
    background-position: left 290px;
  }
  .p-section-popular .slick-slide:hover > * {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    opacity: 0.8;
  }
  .p-section-set .p-set-lists {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: -60px;
    margin-top: -35px;
  }
  .p-section-set .p-set-lists a:hover {
    opacity: 0.8;
  }
  .p-section-set .p-set-lists .fs-c-productListItem__image > a {
    padding-top: 63.1578947368%;
  }
  .p-section-set .p-set-lists .fs-c-productListItem {
    width: calc(50% - 60px);
    margin-left: 60px;
    margin-top: 35px;
  }
  .p-section-info .staff-list li:not(:nth-child(4n+1)) {
    margin-left: 67px;
  }
  .p-section-info .staff-list li:nth-child(n+5) {
    margin-top: 54px;
  }
  .fs-c-accountService__page--accountDelete a:hover::before {
    bottom: -5px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .fs-c-button--plain:hover {
    color: #fff;
    opacity: 0.8;
    text-decoration: none;
  }
  .fs-c-productImage a:hover {
    opacity: 0.8;
  }
  .fs-c-inputInformation__field a:hover {
    text-decoration: none;
  }
  .fs-c-button--cancel--cart.fs-c-button--plain:hover {
    opacity: 0.8;
    color: #104097;
  }
  .fs-c-cartTable__headerCell--quantity, .fs-c-cartTable__dataCell--quantity {
    width: 70px;
  }

  .fs-c-cartTable__headerCell--subtotal, .fs-c-cartTable__dataCell--subtotal {
    width: 80px;
  }
  .fs-c-checkout-paymentMethodList > li {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .fs-c-checkout-paymentMethodList > li:hover {
    opacity: 0.8;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .fs-c-returnedSpecialContract a:hover::before {
    bottom: -8px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .fs-c-sortItems__list__item .fs-c-sortItems__list__item__label:hover {
    background: #e7edf6;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .item-info .fs-c-inquiryAboutProduct .fs-c-button--inquiryAboutProduct:hover {
    color: #104097;
  }
  .p-section-item-wrap .anchor-link li:not(:nth-child(5n+1)) {
    margin-left: 10px;
  }
  .p-section-item-wrap .anchor-link li a:hover {
    opacity: 0.8;
  }
  .contact-wrap .center .fs-c-button--primary {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .contact-wrap .center .fs-c-button--primary:hover {
    opacity: 0.8;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .contact-wrap .flex-wrap.column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .contact-wrap .flex-wrap.column .three {
    width: calc((100% - 20px) / 3);
  }
  .contact-wrap .flex-wrap.column .three + .three {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 1023px) {
  .pc-1024 {
    display: none !important;
  }
  .c-header .p-header-top {
    padding: 0px 0px 0 15px;
  }
  .c-header .fs-l-header__welcomeMsg {
    font-size: 16px;
    margin-top: 30px;
  }
  .c-header .sk-l-header__utility {
    margin-top: 25px;
  }
  .c-header .fs-p-headerUtilityMenu .fs-pt-menu__link::before {
    margin-bottom: 0;
    margin-right: 14px;
  }
  .c-header .fs-p-headerUtilityMenu__register a::before, .c-header .fs-p-headerUtilityMenu__mypage a::before {
    width: 17px;
    height: 19px;
  }
  .c-header .fs-p-headerUtilityMenu__login a::before {
    width: 14px;
    height: 18px;
  }
  .c-header .fs-p-headerUtilityMenu__logout a::before {
    width: 14px;
    height: 18px;
  }
  .c-header .fs-p-headerUtilityMenu__wish a::before {
    width: 17px;
    height: 14px;
  }
  .c-header .fs-p-headerUtilityMenu__cart a::before {
    width: 17px;
    height: 15px;
  }
  .c-header .fs-p-searchForm__input {
    padding: 11px 10px 11px 15px;
  }
  .c-header .p-header-logo img {
    width: 150px;
  }
  .c-header .p-header-sp-1023-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-header .p-header-sp-1023-item .fs-p-headerUtilityMenu__cart a {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-header .p-header-sp-1023-item .fs-p-headerUtilityMenu__cart a::before {
    width: 14px;
    height: 12px;
    margin: 0;
    margin-bottom: 3px;
  }
  .c-header .p-hamburger-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 17px 15px 17px 5px;
    margin-left: 10px;
  }
  .c-header .p-hamburger-menu .line {
    display: inline-block;
    width: 25px;
    height: 1px;
    background-color: #104097;
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  }
  .c-header .p-hamburger-menu .line + .line {
    margin-top: 7px;
  }
  .c-header .p-hamburger-menu.is-active .line:nth-child(1) {
    -webkit-transform: translateY(7px) rotate(45deg);
            transform: translateY(7px) rotate(45deg);
  }
  .c-header .p-hamburger-menu.is-active .line:nth-child(2) {
    opacity: 0;
  }
  .c-header .p-hamburger-menu.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-9px) rotate(-45deg);
            transform: translateY(-9px) rotate(-45deg);
  }
  .c-header .p-header-hamburger-content {
    position: fixed;
    top: 51px;
    left: 0;
    width: 100%;
    z-index: 100;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    height: calc(100vh - 51px);
    overflow-y: auto;
    padding-bottom: 100px;
  }
  .c-header .p-header-hamburger-content.is-active {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }
  .c-header .p-header-hamburger-content > .inner-block {
    background-color: #fff;
    padding: 20px 15px 30px;
    z-index: 50;
  }
  .c-header .p-header-hamburger-content01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-header .p-header-hamburger-content01 .fs-p-searchForm {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .c-header .p-header-hamburger-content01 .fs-p-searchForm__button {
    width: 30px;
  }
  .c-header .p-header-hamburger-content01 .fs-p-searchForm__button::before {
    font-size: 21px;
    line-height: 15px;
  }
  .c-header .p-header-hamburger-content01 .fs-p-headerUtilityMenu__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  .c-header .p-header-hamburger-content01 .fs-p-headerUtilityMenu__list .fs-pt-menu__heading {
    height: 100%;
  }
  .c-header .p-header-hamburger-content01 .fs-p-headerUtilityMenu__list .fs-pt-menu__link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 14px;
    letter-spacing: 0.1em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px;
    min-height: 50px;
  }
  .c-header .p-header-hamburger-content01 .fs-p-headerUtilityMenu__list > li {
    width: 50%;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
  .c-header .p-header-hamburger-content01 .fs-p-headerUtilityMenu__list > li + li {
    margin-left: 0;
  }
  .c-header .p-header-hamburger-content02 {
    margin-top: 25px;
  }
  .c-header .p-header-hamburger-content02 .fs-pt-menu__link {
    background-color: #104097;
    font-size: 14px;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #fff;
    opacity: 1;
    padding: 16px 20px 16px 15px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .c-header .p-header-hamburger-content02 .fs-pt-menu__link::after {
    content: "";
    display: block;
    width: 6px;
    height: 10.5px;
    background-image: url("https://sakanagumiec.itembox.design/item/sakanagumi/img/common/arrow-right.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .c-header .p-header-hamburger-content02 .category-list .category-head {
    padding-right: 15px;
  }
  .c-header .p-header-hamburger-content02 .category-list .category-head::after {
    content: none;
  }
  .c-header .p-header-hamburger-content02 .category-list .category-head.is-active .aco::after {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  .c-header .p-header-hamburger-content02 .category-list .aco {
    width: 15px;
    height: 15px;
    position: relative;
    display: inline-block;
  }
  .c-header .p-header-hamburger-content02 .category-list .aco::before, .c-header .p-header-hamburger-content02 .category-list .aco::after {
    content: "";
    display: block;
    width: 15px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .c-header .p-header-hamburger-content02 .category-list .aco::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .c-header .p-header-hamburger-content02 .category-list .fs-p-sideMenu {
    display: none;
  }
  .c-header .p-header-hamburger-content02 .category-list .fs-p-sideMenu .fs-pt-menu__link {
    background-color: #fff;
    color: #333;
    border-bottom: 1px solid #ccc;
  }
  .c-header .p-header-hamburger-content02 .p-header-nav-menu-list .fs-pt-menu__link::after {
    background-image: url("https://sakanagumiec.itembox.design/item/sakanagumi/img/common/arrow-right-white.svg");
  }
  .c-header .p-header-hamburger-content02 .p-header-nav-menu-list li + li {
    margin-top: 1px;
  }
  .c-header .p-header-hamburger-sns-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
  }
  .c-header .p-header-hamburger-sns-link li + li {
    margin-left: 24px;
  }
  .c-header .p-header-hamburger-sns-link .icon-facebook {
    width: 25.5px;
    height: 25.5px;
  }
  .c-header .p-header-hamburger-sns-link .icon-twitter {
    width: 25.5px;
    height: 21px;
  }
  .c-header .p-header-hamburger-sns-link .icon-insta {
    width: 25px;
    height: 25.5px;
  }
  .c-header .p-header-hamburger-sns-link .icon-line {
    width: 25.5px;
    height: 24px;
  }
  .c-header .js-overlay {
    background-color: #000;
    position: fixed;
    top: 51px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
  .c-header .js-overlay.is-active {
    opacity: 0.4;
    pointer-events: auto;
    visibility: visible;
  }
  body {
    padding-top: 51px;
  }
}

@media only screen and (min-width: 1024px) {
  .sp-1023 {
    display: none !important;
  }
  .c-header .sk-l-header__utility {
    margin-left: 32px;
  }
  .c-header .fs-p-searchForm {
    margin-left: 26px;
  }
}

@media only screen and (max-width: 768px) {
  body {
    font-size: 14px;
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }

  .outer-block {
    min-width: 320px;
  }

  .inner-block {
    padding: 0 15px;
    width: auto;
  }
  .inner-block.m-top {
    padding-top: 55px;
  }

  #wrapper {
    min-width: 320px;
    position: relative;
    overflow: hidden;
  }

  input[type=submit] {
    -webkit-text-size-adjust: 100%;
  }

  input,
select,
textarea {
    font-size: 16px !important;
  }

  .pc {
    display: none !important;
  }
  .p-footer-content01 {
    background-image: url("https://sakanagumiec.itembox.design/item/sakanagumi/img/common/sp/footer-content01-bg.jpg");
    padding: 50px 0;
  }
  .p-footer-content01 .p-footer-content01-item01-button {
    letter-spacing: 0.7px;
    margin-top: 15px;
  }
  .p-footer-content01-item-head {
    font-size: 16px;
  }
  .p-footer-content01-item01-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-footer-content01-item01-list .list {
    max-width: inherit;
    font-size: 11px;
    letter-spacing: 0.55px;
    line-height: 1.4;
    padding: 6px;
  }
  .p-footer-content01-item01-list .list b {
    letter-spacing: 0.8px;
  }
  .p-footer-content01-item01-list .list + .list {
    margin-left: 0;
    margin-top: 5px;
  }
  .p-footer-content01-item02-button {
    border-radius: 5px;
    height: auto;
    font-size: 14px;
    letter-spacing: 0.7px;
    height: 88px;
    margin-top: 20px;
  }
  .p-footer-content01-item02-button::before {
    width: 25px;
    height: 20.5px;
    margin-bottom: 15px;
  }
  .p-footer-content02 {
    padding: 50px 0;
  }
  .p-footer-content02-list-top .list::before {
    margin-right: 16px;
  }
  .p-footer-content02-list-top .list01 {
    line-height: 1.71;
  }
  .p-footer-content02-list-top .list01::before {
    width: 20.5px;
    height: 23.5px;
  }
  .p-footer-content02-list-top .list01 .large {
    font-size: 18px;
    line-height: 1;
  }
  .p-footer-content02-list-top .list02::before {
    width: 20.5px;
    height: 19.5px;
  }
  .p-footer-content02-list-top .list02 .large {
    font-size: 15px;
    line-height: 1;
  }
  .p-footer-content02-list-top .list03 {
    line-height: 1.71;
  }
  .p-footer-content02-list-top .list03::before {
    width: 22.5px;
    height: 17.5px;
  }
  .p-footer-content02-list-top .list03 .large {
    font-size: 15px;
    line-height: 1;
  }
  .p-footer-content02-list-bottom .list-icon .icon-yen {
    width: 24px;
    height: 35px;
  }
  .p-footer-content02-list-bottom .list-icon .icon-car {
    width: 40.5px;
    height: 30px;
  }
  .p-footer-content02-list-bottom .list-icon .icon-change {
    width: 30.5px;
    height: 36.5px;
  }
  .p-footer-content02-list-bottom .list-text {
    line-height: 1.43;
  }
  .p-footer-nav {
    padding: 50px 0;
  }
  .p-footer-nav-item a {
    font-size: 12px;
    line-height: 1.67;
  }
  .p-footer-nav-item .open-new::after {
    width: 10px;
    height: 10px;
  }
  .p-footer-info-logo a {
    width: 200px;
  }
  .p-footer-info-text li {
    line-height: 1.67;
  }
  .p-footer-info-text .sp-indent {
    padding-left: 4.8em;
    text-indent: -4.8em;
  }
  .p-footer-info-sns-link li + li {
    margin-left: 25px;
  }
  .p-footer-info-sns-link .icon-facebook {
    width: 30px;
    height: 30px;
  }
  .p-footer-info-sns-link .icon-twitter {
    width: 31px;
    height: 25px;
  }
  .p-footer-info-sns-link .icon-insta {
    width: 30px;
    height: 30px;
  }
  .p-footer-info-sns-link .icon-line {
    width: 30.5px;
    height: 28.5px;
  }
  .p-footer-info-right {
    width: 100%;
  }
  .c-title01 {
    font-size: 21px;
    margin-bottom: 30px;
  }
  .c-title01::after {
    width: 20px;
    margin-top: 15px;
  }
  .c-title02 {
    font-size: 18px;
    margin-bottom: 30px;
    padding: 3px 0 3px 24px;
  }
  .c-title03 {
    font-size: 16px;
    padding-bottom: 8px;
    margin-bottom: 15px;
  }
  .c-title03 + .text + .c-title03 {
    margin-top: 25px;
  }
  .c-category-lists a::after {
    width: 6px;
    height: 10.5px;
  }
  .c-button01 {
    font-size: 14px;
    border-radius: 5px;
    padding: 14px;
  }
  .c-pagetop {
    right: 15px;
    bottom: 10px;
  }
  .c-pagetop a {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    font-size: 11px;
    letter-spacing: 0.55px;
  }
  .c-pagetop a::before {
    width: 11.5px;
    height: 7.5px;
  }
  .fs-c-breadcrumb {
    padding: 7px 15px 15px;
  }
  .fs-c-breadcrumb.outer {
    margin-top: -50px;
  }
  .p-mv .slick-dots {
    bottom: 20px;
  }
  .p-mv .slick-dots li + li {
    margin-left: 15px;
  }
  .fs-l-main {
    padding: 50px 0;
  }
  .p-information-inner {
    padding: 16px 15px;
  }
  .p-information-text {
    font-size: 14px;
    line-height: 1.7;
    text-align: left;
  }
  .p-banner01 .p-banner01-item + .p-banner01-item {
    margin-top: 20px;
  }
  .fs-c-button--addToWishList--icon::before,
.fs-c-button--removeFromWishList--icon::before {
    font-size: 20px !important;
  }
  .p-section-popular {
    margin-top: 50px;
  }
  .p-section-popular .fs-c-productListCarousel__list__itemTrack {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: -10px;
    margin-top: -30px;
  }
  .p-section-popular .fs-c-productListCarousel__list__item {
    -webkit-flex-basis: inherit;
        -ms-flex-preferred-size: inherit;
            flex-basis: inherit;
    max-width: inherit;
    min-width: inherit;
    margin-left: 10px;
    margin-top: 30px;
    width: calc(50% - 10px);
  }
  .p-section-popular .fs-c-productListItem__productName {
    font-size: 14px;
    letter-spacing: 0.7px;
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .p-section-popular .fs-c-productPrice__main__price {
    letter-spacing: 2px;
  }
  .p-section-popular .fs-c-productPrice__addon {
    font-size: 11px;
  }
  .p-section-popular .c-button-wrap {
    margin-top: 30px;
  }
  .p-section-set {
    margin-top: 50px;
  }
  .p-section-set .p-section-lead-text {
    text-align: left;
    margin-bottom: 30px;
  }
  .p-section-set .p-set-lists .fs-c-productListItem__image > a {
    padding-top: 63.1034482759%;
  }
  .p-section-set .p-set-lists .fs-c-productListItem + .fs-c-productListItem {
    margin-top: 30px;
  }
  .p-section-set .p-set-lists .fs-c-productListItem__productName {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .p-section-set .p-set-lists .fs-c-productName__name {
    font-size: 16px;
  }
  .p-section-set .p-set-lists .fs-c-productPrice__addon {
    font-size: 11px;
  }
  .p-section-category {
    margin-top: 50px;
  }
  .p-banner02 {
    margin-top: 50px;
  }
  .p-section-first .c-title01 {
    margin-bottom: 30px;
  }
  .p-section-first .inner-block {
    padding: 50px 15px 0;
  }
  .p-section-first .about-wrap .inn::before {
    height: 280px;
    width: 270px;
    top: 40px;
  }
  .p-section-first .about-wrap .inn::after {
    content: none;
  }
  .p-section-first .about-wrap .inner-block {
    padding: 24px 15px 28px;
  }
  .p-section-first .about-wrap {
    padding-top: 0;
  }
  .p-section-first .about-title {
    font-size: 21px;
  }
  .p-section-first .about-list li img {
    max-height: 32px;
  }
  .p-section-first .about-list {
    padding-left: 23px;
    margin-top: 20px;
  }
  .p-section-info .inner-block {
    padding-top: 47px;
  }
  .p-section-info .text {
    font-size: 14px;
    line-height: 1.5;
    word-break: normal !important;
    word-wrap: break-word;
    margin-bottom: 33px;
  }
  .p-section-info .note-list li {
    padding-left: 28px;
  }
  .p-section-info .c-button-wrap {
    margin-top: 47px;
    margin-bottom: 48px;
  }
  .p-section-info .flex-box .image {
    width: 100% !important;
  }
  .p-section-info .flex-box .text-wrap .text {
    line-height: 1.5;
    font-size: 14px;
  }
  .p-section-info .flex-box .text-wrap {
    padding: 24px 20px;
    max-width: 580px;
    width: 100% !important;
  }
  .p-section-info .flex-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-section-info .staff-list li .num {
    font-size: 40px;
    right: -3px;
    bottom: -13px;
  }
  .p-section-info .staff-list li .text {
    font-size: 14px;
  }
  .p-section-info .staff-list li {
    width: calc((100% - 10px) / 2);
  }
  .p-section-info .staff-list li:nth-child(2n+2) {
    margin-left: 10px;
  }
  .p-section-info .staff-list li:nth-child(n+3) {
    margin-top: 26px;
  }
  .fs-c-string--label {
    font-size: 14px;
  }
  .fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink {
    padding: 10px 5px 20px;
  }
  .fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label::before {
    font-size: 25px;
    width: 40px;
    height: 30px;
  }
  .fs-c-productListCarousel .fs-c-productListItem__productName {
    font-size: 14px;
    letter-spacing: 0.7px;
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .fs-c-productListCarousel__list__itemTrack .slick-slide {
    margin: 0 10px 0 0;
  }
  .fs-c-productListCarousel__list__item {
    -webkit-flex-basis: 160px;
        -ms-flex-preferred-size: 160px;
            flex-basis: 160px;
    max-width: 160px;
    min-width: 160px;
  }
  .fs-c-productListItem__productName.fs-c-productName {
    font-size: 14px;
    letter-spacing: 0.7px;
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .fs-c-productPrice__main__price.fs-c-price {
    letter-spacing: 2px;
  }
  .fs-c-productPrice__addon {
    font-size: 11px;
  }
  .fs-c-button--plain {
    font-size: 14px;
    border-radius: 5px;
    padding: 14px;
  }
  .fs-c-wishlistProduct__title {
    font-size: 21px;
    margin-bottom: 30px;
  }
  .fs-c-wishlistProduct__title::after {
    width: 20px;
    margin-top: 15px;
  }
  .fs-c-inputTable__headerCell {
    padding-bottom: 5px;
  }
  .fs-c-buttonContainer--memberRegister {
    margin: 15px auto 0;
  }
  .fs-c-dropdown__menu {
    padding: 10px;
    min-width: 75px;
  }
  .fs-c-dropdown::after {
    padding: 3px;
    width: 15px;
  }
  .fs-c-addressBookCount__count {
    font-size: 18px;
  }
  .fs-c-continueShopping {
    margin-bottom: 60px;
  }
  .fs-c-checkout-preview .fs-c-button--standard {
    min-width: 200px !important;
    max-width: 200px;
  }
  .fs-c-checkout-preview .fs-c-checkout-customerInfo__name {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .fs-c-checkout-preview .fs-c-checkout-destination__name {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .fs-c-returnedSpecialContract {
    margin: 10px;
  }
  .fs-l-checkout__mainColumn .fs-c-checkout-destination__control {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .fs-c-buttonContainer--guestPurchase .fs-c-button--plain {
    max-width: 280px;
  }
  .fs-body-my-reviews .fs-c-button--plain {
    max-width: 280px;
  }
  .fs-body-category .fs-c-button--plain.fs-c-button--addToCart--list::before {
    background-size: contain;
    width: 12px;
    height: 11px;
    left: 10px;
  }
  .fs-body-category .fs-c-button--plain.fs-c-button--viewMoreImage::before {
    height: 12px;
    width: 12px;
  }
  .fs-body-category .fs-c-button--plain.fs-c-button--viewMoreImage {
    width: 13px;
    height: 13px;
  }
  .fs-body-category .fs-c-button--plain {
    font-size: 10px;
    padding: 9px 10px 10px;
  }
  .fs-body-category .fs-c-button--addToWishList--icon {
    top: -32px;
  }
  .fs-body-category .fs-c-button--removeFromWishList--icon {
    top: -32px;
  }
  .fs-body-category .fs-c-productListItem__prices.fs-c-productPrices {
    padding-right: 22px;
  }
  .fs-body-category .fs-c-productListItem__notice + .fs-c-buttonContainer .fs-c-button--addToWishList--icon {
    top: -64px;
  }
  .fs-body-category .fs-c-productListItem__notice + .fs-c-buttonContainer .fs-c-button--removeFromWishList--icon {
    top: -64px;
  }
  .fs-body-category .fs-c-productListItem__viewMoreImageButton {
    font-size: 10px;
  }
  .fs-c-checkbox__checkMark {
    margin-right: 8px;
  }
  .fs-c-checkout-couponStatus {
    font-size: 14px;
  }
  .fs-c-checkout-confirmationList > dd .fs-c-checkout-pointInfo__usePoint__number {
    font-size: 30px;
  }
  .fs-c-checkout-orderInfo__body .fs-c-cartTable__dataCell--quantity {
    grid-row: 4;
  }

  .fs-c-orderTotalTable .fs-c-orderTotalTable__grandTotal > td {
    padding-left: 0;
    font-size: 20px;
  }
  .item-info .fs-c-productPrice__main__price.fs-c-price {
    font-size: 28px;
  }
  .item-info .fs-c-productPrice__addon {
    font-size: 16px;
  }
  .item-info .fs-c-button--addToCart--detail::before {
    background-size: contain;
    width: 22px;
    height: 20px;
    left: 10px;
  }
  .item-info .fs-c-button--addToCart--detail {
    padding: 20px;
  }
  .item-info tr:last-child td {
    border-bottom: 0;
  }
  .set-item-mv::before {
    background: linear-gradient(86deg, rgba(244, 244, 244, 0) 0%, rgba(238, 238, 238, 0.6) 6%, white 50%, rgba(238, 238, 238, 0.6) 94%, rgba(255, 255, 255, 0) 100%);
    height: 300px;
    bottom: inherit;
    top: 50px;
  }
  .set-item-mv .inner-block {
    width: 100%;
    padding-top: 80px;
  }
  .set-item-mv .text-wrap::before {
    width: 91px !important;
    height: 147px !important;
    left: 25px;
    top: 272px !important;
  }
  .set-item-mv .text-wrap::after {
    height: 165px !important;
    width: 105px !important;
    top: 273px !important;
    right: 25px;
  }
  .set-item-mv .text-wrap {
    padding: 0 0 80px;
  }
  .set-item-mv .mv-title {
    font-size: 26px !important;
    line-height: 1.2;
  }
  .set-item-mv .text {
    font-size: 14px;
    margin-top: 15px;
    line-height: 1.7;
    text-align: justify;
    width: 100%;
    max-width: 550px;
    padding: 0 15px;
  }
  .set-item-mv {
    background: url("https://sakanagumiec.itembox.design/item/sakanagumi/img/set/set-item-mv_sp.jpg") no-repeat center center;
    background-size: cover;
    height: 450px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-section-set .fs-c-productListItem__productName.m-0 {
    margin-bottom: 0;
  }
  .p-section-set .fs-c-productName__name.serif {
    font-size: 21px;
  }
  .p-section-set .product-info {
    font-size: 14px;
    line-height: 1.6;
    margin: 10px 0 15px;
  }
  .p-section-set .fs-c-productListItem {
    padding-bottom: 30px;
  }
  .p-section-set .fs-c-productListItem:nth-child(2n+2)::before {
    left: 0;
    width: 100%;
  }
  .p-section-set .fs-body-custom .fs-c-productListItem__control {
    margin-top: 15px;
  }
  .fs-c-explainList th, .fs-c-explainList td {
    display: block;
    border-right: none;
    border-left: none;
    padding: 14px 17px;
  }
  .fs-c-explainList th {
    width: 100%;
  }
  .fs-c-explainList td {
    border: none;
  }
  .fs-c-explainList {
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
  }
  .circle-list li::before {
    top: 5px;
  }
  .circle-list li + li {
    margin-top: 7px;
  }
  .circle-list.m-top30 {
    margin-top: 15px;
  }
  .fs-body-search .fs-c-button--addToWishList--icon {
    top: -32px;
  }
  .fs-body-search .fs-c-productListItem__notice + .fs-c-buttonContainer .fs-c-button--addToWishList--icon {
    top: -64px;
  }
  .fs-body-search .fs-c-productListItem__notice + .fs-c-buttonContainer .fs-c-button--removeFromWishList--icon {
    top: -64px;
  }
  .fs-body-search .fs-c-button--plain.fs-c-button--addToCart--list::before {
    background-size: contain;
    width: 12px;
    height: 11px;
    left: 10px;
  }
  .fs-body-search .fs-c-button--plain.fs-c-button--viewMoreImage::before {
    height: 12px;
    width: 12px;
  }
  .fs-body-search .fs-c-button--plain.fs-c-button--viewMoreImage {
    width: 13px;
    height: 13px;
  }
  .fs-body-search .fs-c-button--plain {
    font-size: 10px;
    padding: 9px 10px 10px;
  }
  .fs-body-search .fs-c-button--removeFromWishList--icon {
    top: -32px;
  }
  .delivery-text {
    padding: 15px;
    font-size: 13px;
  }
  .fs-c-specTable.table-left {
    margin-bottom: 25px;
  }
  .p-section-ingenuity .inner-block {
    padding: 47px 0 30px;
  }
  .p-section-ingenuity .mv-wrap .inner-block {
    padding: 25px 15px;
  }
  .p-section-ingenuity .mv-wrap .inn::after {
    content: none;
  }
  .p-section-ingenuity .mv-wrap {
    padding-top: 0;
  }
  .p-section-item-wrap .inner-block {
    padding: 30px 15px;
  }
  .p-section-item-wrap .line-title .inn::before, .p-section-item-wrap .line-title .inn::after {
    height: 30px;
    width: 2px;
  }
  .p-section-item-wrap .line-title .inn {
    padding: 0 7px 0 16px;
  }
  .p-section-item-wrap .line-title {
    font-size: 18px;
  }
  .p-section-item-wrap .anchor-link li a {
    font-size: 12px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
    padding: 20px 28px 20px 19px;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
  }
  .p-section-item-wrap .anchor-link li {
    width: calc((100% - 10px) / 2);
  }
  .p-section-item-wrap .anchor-link li:nth-child(2n+2) {
    margin-left: 10px;
  }
  .p-section-item-wrap .anchor-link li:nth-child(n+3) {
    margin-top: 10px;
  }
  .p-section-item-wrap .anchor-link {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-section-item-wrap .item-box {
    padding: 16px 20px 20px;
    margin-top: 50px;
  }
  .p-section-item-wrap .flex-wrap .image {
    width: 100%;
  }
  .p-section-item-wrap .band .inn {
    font-size: 12px;
    padding: 40px 8px 0;
  }
  .p-section-item-wrap .band::before {
    background: url("https://sakanagumiec.itembox.design/item/sakanagumi/img/ingenuity/band_sp.png") no-repeat center center;
    background-size: contain;
    height: 110px;
    width: 65px;
  }
  .p-section-item-wrap .band {
    left: 30px;
  }
  .p-section-item-wrap .catch-text {
    font-size: 14px !important;
    padding-left: 90px !important;
    text-align: left !important;
    margin-bottom: 11px !important;
  }
  .p-section-item-wrap .rank-ico {
    max-width: 100px !important;
    left: -10px !important;
    bottom: -20px !important;
    height: auto !important;
    top: inherit !important;
  }
  .p-section-item-wrap .text-wrap {
    width: 100%;
    margin-left: 0;
  }
  .p-section-item-wrap .item-title {
    font-size: 30px;
    margin: 15px 0 20px;
  }
  .p-section-item-wrap .circle-list li::before {
    top: 5px;
  }
  .p-section-item-wrap .circle-list li + li {
    margin-top: 7px;
  }
  .p-section-item-wrap .star-list li::before {
    font-size: 10px;
    top: 3px;
  }
  .p-section-item-wrap .star-list li {
    padding-left: 18px;
  }
  .p-section-item-wrap .btn-link .button + .button {
    margin-left: 0;
    margin-top: 10px;
  }
  .p-section-item-wrap .btn-link .button {
    border-radius: 5px;
    width: 100%;
  }
  .p-section-item-wrap .btn-link .c-buttn-yellow {
    font-size: 16px;
    padding: 20px 20px 19px;
  }
  .p-section-item-wrap .btn-link .cart-button .fs-c-button--primary::before {
    width: 22px;
    height: 20px;
    left: 20px;
  }
  .p-section-item-wrap .btn-link .cart-button .fs-c-button--primary {
    font-size: 16px;
    padding: 20px 20px 19px 20px;
  }
  .p-section-item-wrap .btn-link .cart-button .fs-c-button--primary:hover {
    opacity: 1;
  }
  .p-section-item-wrap .btn-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 26px;
  }
  .p-section-item-wrap .note {
    font-size: 12px;
  }
  .p-section-item-wrap .deco.left.top::before {
    border-width: 25px 25px 0 0;
  }
  .p-section-item-wrap .deco.left.bottom::before {
    border-width: 25px 25px 0 0;
  }
  .p-section-item-wrap .deco.right.top::before {
    border-width: 25px 25px 0 0;
  }
  .p-section-item-wrap .deco.right.bottom::before {
    border-width: 25px 25px 0 0;
  }
  .p-section-item-wrap .c-button-wrap {
    margin-top: 50px;
  }
  .p-section-item-wrap .anchor {
    top: -50px;
  }
  .p-section-campaign-mv .mv-wrap .inner-block {
    padding: 0 15px;
  }
  .p-section-campaign-mv .mv-wrap .mv-title .sub::before, .p-section-campaign-mv .mv-wrap .mv-title .sub::after {
    height: 20px;
    bottom: 2px;
  }
  .p-section-campaign-mv .mv-wrap .mv-title .sub {
    font-size: 3.75vw !important;
    line-height: 1.333;
  }
  .p-section-campaign-mv .mv-wrap .mv-title .main {
    font-size: 29px;
    letter-spacing: 0;
    margin-top: 6px;
  }
  .p-section-campaign-mv .mv-wrap .white-box .text .c-yellow {
    font-size: 26px;
  }
  .p-section-campaign-mv .mv-wrap .white-box .text {
    font-size: 4.375vw;
  }
  .p-section-campaign-mv .mv-wrap .white-box {
    padding: 5vw 3.125vw 3.75vw;
    margin-top: 4.063vw;
  }
  .p-section-campaign-mv .mv-wrap {
    padding-bottom: 25px;
  }
  .p-section-campaign-mv {
    background: #e7edf6;
    background-size: cover;
    height: 147.813vw;
    margin-top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
  }
  .p-section-campaign-mv::before {
    background: url("https://sakanagumiec.itembox.design/item/sakanagumi/img/campaign/mv_bg-sp01.png") no-repeat center center;
    background-size: cover;
    height: 37.5vw !important;
    width: 100% !important;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  .p-section-campaign-mv::after {
    background: url("https://sakanagumiec.itembox.design/item/sakanagumi/img/campaign/mv_bg-sp02.png") no-repeat center center;
    background-size: cover;
    height: 43.75vw;
    width: 100%;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .p-section-campaign-period .inner-block {
    padding: 40px 15px 45px;
  }
  .p-section-campaign-period .intro .c-yellow {
    font-size: 26px;
    line-height: 1.1;
  }
  .p-section-campaign-period .intro {
    font-size: 16px;
    text-align: justify;
  }
  .p-section-campaign-period .period-wrap .text {
    font-size: 16px;
  }
  .p-section-campaign-period .period-wrap .day .en {
    font-size: 26px;
  }
  .p-section-campaign-period .period-wrap .day {
    font-size: 16px;
    margin-left: 0;
    margin-top: 5px;
  }
  .p-section-campaign-period .period-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 19px 0 18px;
    margin: 17px 0 11px;
  }
  .p-section-campaign-period .note {
    line-height: 1.6;
  }
  .p-section-campaign-participation .flow-list li + li::before {
    left: 0;
    right: 0;
    bottom: inherit;
    border-width: 10px 10px 0 10px;
    border-color: #da9f00 transparent transparent transparent;
    width: 20px;
    top: -24px;
  }
  .p-section-campaign-participation .flow-list li + li {
    margin-left: 0;
    margin-top: 40px;
  }
  .p-section-campaign-participation .flow-list li {
    border-radius: 5px;
    width: 100%;
    padding: 30px 20px;
  }
  .p-section-campaign-participation .flow-list .step {
    height: 100px;
    padding: 33px;
    width: 100px;
  }
  .p-section-campaign-participation .flow-list .num .large {
    font-size: 24px;
  }
  .p-section-campaign-participation .flow-list .num {
    font-size: 14px;
    top: -19px;
  }
  .p-section-campaign-participation .flow-list .text-wrap .title {
    margin-bottom: 5px;
  }
  .p-section-campaign-participation .flow-list .text-wrap .text {
    font-size: 1.5;
  }
  .p-section-campaign-participation .flow-list .text-wrap .note {
    text-align: justify;
    margin-top: 2px;
  }
  .p-section-campaign-participation .flow-list .text-wrap {
    margin-top: 14px;
    margin-left: 0;
    width: 100%;
  }
  .p-section-campaign-participation .flow-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-section-campaign-participation .c-button01::before {
    background-size: contain;
    height: 23px;
    width: 22px;
    left: 20px;
  }
  .p-section-campaign-participation .c-button01 {
    font-size: 16px;
    padding: 20px 20px 20px 48px;
    margin-top: 30px;
  }
  .p-section-campaign-participation .note {
    margin-top: 10px;
  }
  .p-section-campaign-participation .write-review .image {
    width: 100%;
    text-align: center;
  }
  .p-section-campaign-participation .write-review .text-wrap .text {
    font-size: 14px;
  }
  .p-section-campaign-participation .write-review .text-wrap {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
  .p-section-campaign-participation .write-review .c-title02 {
    margin-bottom: 26px;
  }
  .p-section-campaign-participation .write-review {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 26px 20px 30px;
  }
  .p-section-campaign-info .inner-block {
    padding: 50px 15px 0;
  }
  .p-section-campaign-info .c-button01::before {
    background-size: contain;
    height: 23px;
    width: 22px;
    left: 20px;
  }
  .p-section-campaign-info .c-button01 {
    font-size: 16px;
    padding: 20px 20px 20px 48px;
    margin-top: 30px;
  }
  .p-section-campaign-info table th, .p-section-campaign-info table td {
    display: block;
    border-right: none;
    border-left: none;
    padding: 14px 17px;
  }
  .p-section-campaign-info table th {
    width: 100%;
  }
  .p-section-campaign-info table td {
    border: none;
  }
  .p-section-campaign-info table {
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
  }
  .contact-wrap .three.half {
    max-width: 80px;
  }
  .contact-wrap .four {
    margin-left: 10px;
    max-width: 150px;
  }
  .contact-wrap select {
    padding: 9px 15px 11px;
  }
  .contact-wrap .center {
    margin-top: 25px;
  }
  .contact-wrap .center .fs-c-button--primary {
    font-size: 14px;
  }
  .contact-wrap .flex-wrap.column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact-wrap .flex-wrap.column .three + .three {
    margin-left: 0;
    margin-top: 10px;
  }
  .faq-wrap .head-wrap::before {
    font-size: 24px;
    left: 15px;
    top: 5px;
  }
  .faq-wrap .head-wrap {
    padding: 15px 15px 15px 45px;
  }
  .faq-wrap .body-wrap::before {
    font-size: 24px;
    left: 15px;
    top: 5px;
  }
  .faq-wrap .body-wrap {
    padding: 15px 15px 15px 45px;
  }
  .faq-wrap .faq + .faq {
    margin-top: 25px;
  }
}

@media only screen and (max-width: 1300px) {
  .p-footer-content01-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-footer-content01-item {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    width: 80%;
  }
  .p-footer-content01-item + .p-footer-content01-item {
    margin-top: 30px;
  }
  .p-footer-content01-item02-button {
    max-width: inherit;
  }
  .p-footer-content02-list-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-footer-content02-list-top .list {
    max-width: inherit;
    width: 50%;
  }
  .p-footer-content02-list-top .list + .list {
    margin-top: 20px;
  }
  .p-footer-content02-list-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-footer-content02-list-bottom .list {
    max-width: inherit;
    width: 50%;
    height: auto;
  }
  .p-footer-content02-list-bottom .list + .list {
    margin-top: 20px;
  }
  .p-footer-nav-item {
    margin: 0 auto;
  }
  .p-footer-nav-item + .p-footer-nav-item {
    margin-top: 40px;
  }
  .p-footer-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-footer-info-sns-link {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 40px;
  }
  .p-footer-info-copyright {
    margin-top: 20px;
  }
  .c-category-lists a {
    width: 100%;
  }
  .p-section-category .fs-p-sideMenu {
    margin-left: -20px;
    margin-top: -20px;
  }
  .p-section-category .fs-pt-menu__item {
    margin-left: 20px;
    margin-top: 20px;
    width: calc(50% - 20px);
  }
}

@media only screen and (max-width: 1300px) and (max-width: 768px) {
  .p-footer-content01-item {
    width: 100%;
    padding: 20px 15px;
    border-radius: 5px;
  }
  .p-footer-content01-item + .p-footer-content01-item {
    margin-top: 20px;
  }
  .p-footer-content02-list-top .list {
    border-radius: 5px;
    width: 100%;
    text-align: left;
    font-size: 14px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 11px 8px 11px 16px;
    height: auto;
  }
  .p-footer-content02-list-top .list + .list {
    margin-top: 15px;
  }
  .p-footer-content02-list-bottom {
    margin-top: 30px;
  }
  .p-footer-content02-list-bottom .list {
    border-radius: 5px;
    width: 100%;
    padding: 20px 15px;
  }
  .p-footer-nav-item {
    width: 100%;
  }
  .p-footer-info {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-footer-info-copyright {
    width: 100%;
    text-align: center;
    font-size: 11px;
  }
  .c-category-lists a {
    padding: 17px 20px 17px 30px;
  }
  .p-section-category .fs-p-sideMenu {
    margin-left: 0;
    margin-top: -10px;
  }
  .p-section-category .fs-pt-menu__item {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}

@media only screen and (min-width: 1301px) {
  .p-footer-content01-item + .p-footer-content01-item {
    margin-left: 60px;
  }
  .p-footer-content02-list-top .list + .list {
    margin-left: 28px;
  }
  .p-footer-content02-list-bottom .list + .list {
    margin-left: 28px;
  }
  .p-footer-nav-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .p-footer-info {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media only screen and (max-width: 1340px) {
  .p-section-popular .slick-prev {
    left: 0;
  }
  .p-section-popular .slick-next {
    right: 0;
  }
  .fs-body-my-top .fs-c-slick .slick-prev {
    left: 10px;
  }
  .fs-body-my-top .fs-c-slick .slick-next {
    right: 10px;
  }
  .fs-c-productListCarousel .fs-c-productListCarousel__ctrl--prev {
    left: 0;
  }
  .fs-c-productListCarousel .fs-c-productListCarousel__ctrl--next {
    right: 0;
  }
}

@media only screen and (max-width: 1278px) {
  .p-section-info .flex-box .image {
    width: 100%;
  }
  .p-section-info .flex-box .text-wrap {
    width: 630px;
  }
  .p-section-info .flex-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 800px) {
  .fs-c-accountService__page {
    width: calc((100% - 10px) / 2);
  }
  .fs-c-accountService__page:not(:nth-child(4n+1), :last-child) {
    margin-left: 0;
  }
  .fs-c-accountService__page:nth-child(n+5) {
    margin-top: 0;
  }
  .fs-c-accountService__page:not(:nth-child(2n+1), :last-child) {
    margin-left: 10px;
  }
  .fs-c-accountService__page:nth-child(n+3) {
    margin-top: 10px;
  }
  .fs-c-accountService__page--accountDelete {
    width: 100%;
  }
}

@media only screen and (min-width: 600px) {
  .fs-c-productListCarousel__ctrl {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    min-width: auto;
  }
}

@media only screen and (max-width: 960px) {
  .fs-c-listTable > tbody > tr {
    padding-bottom: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    border: 1px solid #b2b2b2;
  }

  .fs-c-pointListTable__dataDetail {
    font-size: 14px;
  }

  .fs-c-pointListTable td[aria-label=獲得・利用ポイント] {
    font-size: 16px;
  }

  .fs-c-pointListTable.fs-c-listTable > tbody > tr td::before {
    width: 126px;
    padding-right: 19px;
    text-align: left;
    font-size: 14px;
  }

  .fs-c-listTable > tbody > tr > th::before, .fs-c-listTable > tbody > tr td::before {
    font-size: 16px;
    content: attr(aria-label);
    display: block;
    font-weight: bold;
  }

  .fs-c-pairList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .fs-c-listTable > thead {
    display: none;
  }

  .fs-c-pointListTable.fs-c-listTable > tbody > tr td {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .fs-c-listTable > tbody > tr + tr {
    margin-top: 24px;
  }

  .fs-c-listTable > tbody > tr:nth-child(even) {
    background: transparent;
  }

  .fs-c-listTable th:last-child, .fs-c-listTable td:last-child {
    width: auto;
  }
}

@media only screen and (max-width: 684px) {
  .fs-c-couponCodeInput__button {
    margin-top: 0;
  }
}

@media only screen and (max-width: 683px) {
  .fs-c-couponCodeInput__button {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 599px) {
  .fs-c-checkout-couponCodeInput__input {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}

@media only screen and (max-width: 1200px) {
  .fs-c-checkout-couponList {
    display: block;
  }
  .fs-c-checkout-couponList .fs-c-checkout-couponList__item + .fs-c-checkout-couponList__item {
    margin-top: 10px;
  }
  .p-section-campaign-mv .mv-wrap .mv-title .sub {
    font-size: 24px;
  }
  .p-section-campaign-mv .mv-wrap .mv-title .main {
    font-size: 6.333vw;
  }
  .p-section-campaign-mv::before {
    right: 0;
    height: 19.083vw;
    width: 23.167vw;
  }
}

@media only screen and (max-width: 600px) {
  .fs-c-addressBookList__list .fs-c-button--secondary {
    min-width: 120px !important;
    max-width: 120px;
  }
  .fs-c-addressBookList__list .fs-c-button--standard {
    min-width: 120px !important;
    max-width: 120px;
  }
  .fs-c-addressBookList__list .fs-c-buttonContainer--deleteChange {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .fs-c-addressBookList__list .fs-c-button--secondary {
    margin-top: 0 !important;
    margin-left: 10px;
  }
}

@media only screen and (max-width: 900px) {
  .fs-c-addressBookList__list .fs-c-button--secondary {
    margin-top: 10px;
  }
  .fs-c-addressBookList__list .fs-c-buttonContainer--deleteChange {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .fs-c-addressBookList__list .fs-c-buttonContainer--deleteChange > * + * {
    margin: 0;
  }
}

@media only screen and (max-width: 1090px) {
  .fs-body-product .fs-c-button--plain.fs-c-button--viewExtendedImage::before {
    width: 20px;
    height: 20px;
  }
  .fs-body-product .fs-c-button--plain.fs-c-button--viewExtendedImage {
    width: 20px;
    height: 20px;
  }
  .fs-body-product .fs-c-productThumbnail {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .fs-body-product .fs-c-productThumbnail__image {
    width: calc((100% - 4.688vw) / 4);
    max-width: 21.25vw;
    height: 21.25vw;
  }
  .fs-body-product .fs-c-productThumbnail__image:not(:nth-child(5n+1)) {
    margin-left: 0;
  }
  .fs-body-product .fs-c-productThumbnail__image:not(:nth-child(4n+1)) {
    margin-left: 1.563vw;
  }
  .fs-body-product .fs-c-productThumbnail__image:nth-child(n+6) {
    margin-top: 0px;
  }
  .fs-body-product .fs-c-productThumbnail__image:nth-child(n+5) {
    margin-top: 1.563vw;
  }
  .fs-body-product .fs-c-reviewer__name {
    font-size: 14px;
  }
  .fs-body-product .fs-c-reviewList {
    margin-bottom: 22px;
  }
  .fs-body-product .fs-c-reviewList__item {
    padding: 20px 0;
  }
  .fs-body-product .fs-c-productReview__allReviews {
    display: block;
    text-align: center;
  }
  .fs-body-product .fs-c-productReview__addReview {
    margin-left: 0;
    display: block;
    text-align: center;
  }
  .fs-body-product .fs-c-productMainImage__image {
    height: 90.625vw;
  }
  .flex-wrap .item-image {
    width: 100%;
  }
  .flex-wrap .item-info {
    margin-left: 0;
    width: 100%;
  }
  .flex-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .item-info {
    margin-top: 30px;
  }
  .item-info .fs-c-productQuantityAndWishlist {
    grid-template-columns: auto 1fr;
  }
  .item-info .fs-c-returnedSpecialContract__link {
    font-size: 12px;
  }
  .item-info .fs-c-productNameHeading {
    font-size: 21px;
  }
  .item-info .fs-c-productNumber {
    font-size: 12px;
    margin-top: 23px;
    margin-bottom: 7px;
  }
  .item-info .fs-c-productPrice__main__price.fs-c-price {
    font-size: 28px;
  }
  .item-info .fs-c-productPrice__addon {
    font-size: 16px;
  }
  .item-info .fs-p-productDescription {
    margin-top: 4px;
  }
  .item-info .fs-c-button--particular {
    font-size: 12px;
  }
  .item-info .fs-c-quantity::before {
    font-size: 14px;
  }
  .item-info .fs-c-quantity {
    margin-top: 26px;
    margin-left: 43px;
    padding: 3px 7px 3px 11px;
  }
  .item-info .fs-c-returnedSpecialContract {
    padding: 0;
  }
  .item-info .fs-c-inquiryAboutProduct {
    margin-left: inherit;
    margin-top: 16px;
  }
  .item-info table {
    margin-top: 28px;
  }
  .item-info th, .item-info td {
    display: block;
    border: none;
    border-bottom: 1px solid #cccccc;
    padding: 16px 20px;
  }
  .item-info th {
    width: 100%;
  }
  .p-section-item-wrap .catch-text {
    padding-left: 100px;
    text-align: justify;
  }
  .p-section-item-wrap .rank-ico {
    position: absolute;
    bottom: -15px;
    left: -20px;
    margin: auto;
  }
  .p-section-item-wrap .text-wrap {
    margin-left: 0;
    margin-top: 30px;
    width: 100%;
  }
  .contact-wrap .flex-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media only screen and (max-width: 1280px) {
  .set-item-mv .text-wrap::before {
    height: 22.969vw;
    width: 14.219vw;
    top: 14.844vw;
  }
  .set-item-mv .text-wrap::after {
    height: 25.625vw;
    width: 16.406vw;
    top: 12.109vw;
  }
  .set-item-mv .mv-title {
    font-size: 3.429vw;
  }
}

@media only screen and (max-width: 1130px) {
  .p-section-campaign-participation .write-review .image {
    width: 100%;
    text-align: center;
  }
  .p-section-campaign-participation .write-review .text-wrap {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
  .p-section-campaign-participation .write-review {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/*# sourceMappingURL=style.css.map */