@charset "UTF-8";
body {
  font-size: 1.6rem;
  color: #3A4145;
  background-color: #E2DFDD;
  margin: 0;
  padding: 0;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  position: relative;
  padding-top: 28px;
}

main {
  width: 100%;
  text-align: left;
}

img {
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 26px;
  }
  main {
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 232px;
    margin-top: 0;
    margin-left: 0;
  }
}
.fs-l-main {
  margin-top: 158px;
  margin-top: 190px;
  padding-left: 0;
  padding-right: 0;
  max-width: 1178px;
}

@media screen and (max-width: 767px) {
  .fs-l-main {
    margin-top: 228px;
    padding: 0 3%;
  }
}
.tb-show {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc-only,
  .tb-hide {
    display: none !important;
  }
  .tb-show {
    display: block;
  }
}
@media screen and (min-width: 767px) {
  .sp-only {
    display: none !important;
  }
}
.login_toggle_true {
  display: none;
}

.mypage_toggle_false {
  display: none;
}

.gun_header_mess {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 28px;
  background: white;
  color: black;
  padding: 0 10px;
  font-size: 14px;
  z-index: 99;
  text-align: center;
}

.gun_heade_close {
  position: absolute;
  top: 3px;
  right: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.gun_heade_close span {
  position: absolute;
  width: 100%;
  height: 2px;
  background: black;
  transition: all 0.3s ease-in-out;
}

.gun_heade_close span:nth-child(1) {
  top: 50%;
  left: 0;
  transform: rotate(45deg);
}

.gun_heade_close span:nth-child(2) {
  top: 50%;
  left: 0;
  transform: rotate(-45deg);
}

.gun_header {
  width: 100%;
  position: fixed;
  top: 28px;
  left: 0;
  background-color: #E2DFDD;
  z-index: 102;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  .gun_header {
    display: none;
  }
  .gun_header_mess {
    display: none;
  }
}
.gun_header_inner {
  padding-top: 0px;
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-bottom: 28px;
}

.gun_header_inner_top {
  display: flex;
  justify-content: flex-start;
}

.gun_header_logo {
  width: 134px;
  margin-right: 48px;
}
.gun_header_logo img {
  width: 100%;
  height: auto;
}

.gun_header_shortcut {
  justify-content: flex-start;
  padding-top: 28px;
}
.gun_header_shortcut a {
  color: #3A4145;
  margin-right: 40px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.1;
  padding-left: 25px;
  position: relative;
}
.gun_header_shortcut a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -7px;
  width: 15px;
  height: 15px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.gun_header_shortcut a:hover {
  color: #875D45;
  text-decoration: none;
}

a.gun_icon_login:before {
  background-image: url(../img/global/icon_login.svg);
}

a.gun_icon_fav:before {
  background-image: url(../img/global/icon_fav.svg);
}

a.gun_icon_cart:before {
  background-image: url(../img/global/icon_cart.svg);
}

.gun_header_search {
  padding-top: 28px;
  position: relative;
  width: 312px;
  height: 26px;
}
.gun_header_search form {
  position: relative;
  width: 312px;
  height: 26px;
}
.gun_header_search input[type=text] {
  width: 312px;
  height: 26px;
  border-radius: 13px;
  padding-left: 30px;
  font-size: 13px;
}
.gun_header_search button {
  position: absolute;
  top: 0;
  left: 5px;
  height: 0;
  border: 0;
  width: 26px;
  height: 28px;
  background-color: transparent;
  background-image: url(../img/global/icon_search.svg);
  background-position: center center;
  background-size: 16px auto;
  background-repeat: no-repeat;
}

.gun_header_contact {
  padding-top: 28px;
  flex: 1;
  text-align: right;
}

.gun_header_contact_tel {
  font-size: 24px;
  font-weight: 700;
  vertical-align: center;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.gun_header_contact_tel span {
  padding-top: 0.2em;
  font-size: 13px;
  margin-right: 1em;
  font-weight: 400;
}

.gun_header_contact_time {
  font-size: 11px;
}

.gun_header_nav {
  display: flex;
  /* dlを横並びにする */
  /* dlの間隔を調整 */
  position: absolute;
  top: 95px;
  left: 182px;
  width: 1100px;
  justify-content: space-between;
  align-items: center;
  z-index: 1100;
}

.gun_header_nav dl {
  position: relative;
  /* ドロップダウンの基準位置 */
  margin: 0;
  padding: 0;
  flex: 1;
}
.gun_header_nav dl a {
  display: block;
  color: #3A4145;
  text-decoration: none;
  position: relative;
}
.gun_header_nav dl a:hover {
  color: #875D45;
  text-decoration: none;
}

.gun_header_nav dt {
  font-size: 1.9rem;
  margin: 0;
  padding: 10px;
  text-align: center;
  cursor: pointer;
  width: 100%;
  background: transparent;
  /* 初期状態 */
  transition: background 0.3s ease;
  /* 背景色の変更をスムーズに */
}
.gun_header_nav dt a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  width: 5px;
  height: 5px;
  margin-top: -4px;
  border-bottom: 2px #3A4145 solid;
  border-right: 2px #3A4145 solid;
  transform: rotate(45deg);
}
.gun_header_nav dt a:hover:after {
  border-bottom: 2px #875D45 solid;
  border-right: 2px #875D45 solid;
}

.gun_header_nav dl:hover {
  background-color: #fff;
}

.gun_header_nav dl.gun_header_nav_other dt a {
  font-size: 13px;
}
.gun_header_nav dl.gun_header_nav_other dt a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-bottom: 0;
  border-right: 0;
  transform: rotate(0deg);
  background-image: url(../img/global/icon_line.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.gun_header_nav dd {
  font-size: 1.6rem;
  display: none;
  /* 初期状態では非表示 */
  position: absolute;
  /* dt の下に表示 */
  top: 100%;
  /* 親要素(dl)の直下に配置 */
  left: 0;
  background: white;
  border-top: 1px solid #ccc;
  margin: 0;
  padding: 0;
  min-width: 150px;
  width: 100%;
}

.gun_header_nav dl.gun_header_nav_other dd {
  top: 100%;
  /* 親要素(dl)の直下に配置 */
  left: auto;
  right: 0;
  width: 100%;
  white-space: nowrap;
}

.gun_header_nav dd ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

.gun_header_nav dd li {
  padding: 0;
  margin: 0;
  width: 100%;
}

.gun_header_nav dd li.gun_nav_end {
  border-top: 2px rgba(0, 0, 0, 0.1) dotted;
  margin-top: 5px;
}

.gun_header_nav dd li a {
  padding: 5px 1em;
  text-decoration: none;
  color: #333;
  display: block;
}

.gun_header_nav dd li.gun_nav_end a {
  padding-top: 10px;
  padding-bottom: 10px;
}

.gun_sp_header_mess {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 26px;
  background: white;
  color: black;
  font-size: 14px;
  z-index: 104;
  text-align: left;
  white-space: nowrap;
  overflow-x: scroll;
}

.gun_sp_heade_close {
  position: absolute;
  top: 3px;
  right: 10px;
  width: 15px;
  height: 15px;
  cursor: pointer;
}

.gun_sp_heade_close span {
  position: absolute;
  width: 100%;
  height: 2px;
  background: black;
  transition: all 0.3s ease-in-out;
}

.gun_sp_heade_close span:nth-child(1) {
  top: 50%;
  left: 0;
  transform: rotate(45deg);
}

.gun_sp_heade_close span:nth-child(2) {
  top: 50%;
  left: 0;
  transform: rotate(-45deg);
}

.gun_sp_header {
  position: fixed;
  top: 26px;
  left: 0;
  width: 100%;
  height: 180px;
  z-index: 102;
  background-color: #E2DFDD;
}

.gun_sp_header_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  height: 70px;
}

/*pc*/
@media screen and (min-width: 767px) {
  .gun_sp_header {
    display: none;
  }
  .gun_sp_header_mess {
    display: none;
  }
}
.gun_sp_header_logo {
  width: 70px;
}
.gun_sp_header_logo img {
  width: auto;
  height: 70px;
  vertical-align: bottom;
}
.gun_sp_header_logo a {
  display: block;
}

.gun_sp_header_top_nav {
  padding-top: 10px;
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.menu-btn {
  width: 30px;
  height: 25px;
  position: relative;
  z-index: 9800;
  cursor: pointer;
}

.menu-btn span {
  position: absolute;
  width: 100%;
  height: 3px;
  background: #3A4145;
  transition: all 0.3s ease-in-out;
}

.menu-btn span:nth-child(1) {
  top: 0;
}

.menu-btn span:nth-child(2) {
  top: 10px;
}

.menu-btn span:nth-child(3) {
  top: 20px;
}

.menu-btn.open span:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}

.menu-btn.open span:nth-child(2) {
  opacity: 0;
}

.menu-btn.open span:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}

.gun_sp_header_search {
  padding-top: 16px;
  padding-bottom: 5px;
  position: relative;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.gun_sp_header_search form {
  position: relative;
  width: 100%;
  height: 40px;
}
.gun_sp_header_search input[type=text] {
  width: 100%;
  height: 40px;
  border-radius: 20px;
  padding-left: 30px;
  font-size: 20px;
}
.gun_sp_header_search button {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  border: 0;
  width: 40px;
  height: 40px;
  background-color: transparent;
  background-image: url(../img/global/icon_search.svg);
  background-position: center center;
  background-size: 16px auto;
  background-repeat: no-repeat;
}

.gun_sp_header_nav {
  display: flex;
  /* dlを横並びにする */
  /* dlの間隔を調整 */
  width: 100%;
  justify-content: space-between;
  align-items: center;
  z-index: 110;
  position: relative;
}

.gun_sp_header_nav dl {
  /* ドロップダウンの基準位置 */
  margin: 0;
  padding: 0;
  flex: 1;
}
.gun_sp_header_nav dl a {
  display: block;
  color: #3A4145;
  text-decoration: none;
  position: relative;
}
.gun_sp_header_nav dl a:hover {
  color: #875D45;
  text-decoration: none;
}

.gun_sp_header_nav dt {
  font-size: 1.9rem;
  margin: 0;
  padding: 10px;
  text-align: center;
  cursor: pointer;
  width: 100%;
  background: transparent;
  /* 初期状態 */
  transition: background 0.3s ease;
  /* 背景色の変更をスムーズに */
}
.gun_sp_header_nav dt a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  width: 5px;
  height: 5px;
  margin-top: -4px;
  border-bottom: 2px #3A4145 solid;
  border-right: 2px #3A4145 solid;
  transform: rotate(45deg);
}
.gun_sp_header_nav dt a:hover:after {
  border-bottom: 2px #875D45 solid;
  border-right: 2px #875D45 solid;
}

.gun_sp_header_nav dl:hover {
  background-color: #fff;
}

.gun_sp_header_nav dl.gun_sp_header_nav_other dt a {
  font-size: 13px;
}
.gun_sp_header_nav dl.gun_sp_header_nav_other dt a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-bottom: 0;
  border-right: 0;
  transform: rotate(0deg);
  background-image: url(../img/global/icon_line.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.gun_sp_header_nav dd {
  font-size: 1.6rem;
  display: none;
  /* 初期状態では非表示 */
  position: absolute;
  /* dt の下に表示 */
  top: 100%;
  /* 親要素(dl)の直下に配置 */
  left: 0;
  background: white;
  border-top: 1px solid #ccc;
  margin: 0;
  padding: 0;
  min-width: 150px;
  width: 100%;
}

.gun_sp_header_nav dl.gun_sp_header_nav_other dd {
  top: 100%;
  /* 親要素(dl)の直下に配置 */
  left: auto;
  right: 0;
  width: auto;
  white-space: nowrap;
}

.gun_sp_header_nav dd ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

.gun_sp_header_nav dd li {
  padding: 0;
  margin: 0;
  width: 100%;
}

.gun_sp_header_nav dd li.gun_nav_end {
  border-top: 1px rgba(0, 0, 0, 0.1) solid;
}

.gun_sp_header_nav dd li a {
  padding: 5px 1em;
  text-decoration: none;
  color: #333;
  display: block;
}

/*ナび*/
.gun_sp_header_nav dt.active,
.gun_sp_header_nav dt.active a {
  background-color: #fff;
  color: #875D45;
}

.gun_sp_header_nav dl:hover {
  background-color: transparent;
}

.gun_sp_menu {
  position: fixed;
  top: 0;
  left: -850vw;
  width: 85vw;
  height: 100vh;
  background: #fff;
  color: #3A4145;
  padding-top: 180px;
  transition: left 0.3s ease-in-out;
  z-index: 9000;
}

.gun_sp_menu ul {
  list-style: none;
  padding: 0;
}

.gun_sp_menu ul li {
  padding: 15px;
  border-bottom: 1px solid #555;
}

.gun_sp_menu ul li a {
  color: white;
  text-decoration: none;
  display: block;
}

.gun_sp_menu.open {
  left: 0;
}

.gun_sp_menu {
  top: 0;
  padding-top: 100px;
}

.gun_sp_header_for_nav {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9800;
  display: none;
  background-color: #E2DFDD;
}

.gun_sp_header_for_nav_inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  height: 70px;
}

.TopicPath,
.fs-c-breadcrumb {
  background-color: #fff;
  position: fixed;
  top: 190px;
  left: 0;
  width: 100%;
  z-index: 101;
}
.TopicPath ul,
.TopicPath ol.fs-c-breadcrumb__list,
.fs-c-breadcrumb ul,
.fs-c-breadcrumb ol.fs-c-breadcrumb__list {
  margin: 0;
  padding: 0;
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 4px;
  padding-top: 4px;
}
.TopicPath li,
.TopicPath ol li.fs-c-breadcrumb__listItem,
.fs-c-breadcrumb li,
.fs-c-breadcrumb ol li.fs-c-breadcrumb__listItem {
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  display: inline;
  margin-right: 2em;
  line-height: 1.1;
}
.TopicPath li:before,
.TopicPath ol li.fs-c-breadcrumb__listItem:before,
.fs-c-breadcrumb li:before,
.fs-c-breadcrumb ol li.fs-c-breadcrumb__listItem:before {
  display: none;
}
.TopicPath li a,
.TopicPath ol li.fs-c-breadcrumb__listItem a,
.fs-c-breadcrumb li a,
.fs-c-breadcrumb ol li.fs-c-breadcrumb__listItem a {
  color: #3A4145;
  text-decoration: none;
}
.TopicPath li a:after,
.TopicPath ol li.fs-c-breadcrumb__listItem a:after,
.fs-c-breadcrumb li a:after,
.fs-c-breadcrumb ol li.fs-c-breadcrumb__listItem a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -1em;
  width: 5px;
  height: 5px;
  margin-top: 0px;
  border-top: 1px #3A4145 solid;
  border-right: 1px #3A4145 solid;
  transform: rotate(45deg);
}
.TopicPath li.this:after,
.fs-c-breadcrumb li.this:after {
  display: none;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  .TopicPath,
  .fs-c-breadcrumb {
    background-color: #fff;
    top: 206px;
    left: 0;
    max-width: 100vw;
  }
  .TopicPath ul,
  .TopicPath ol.fs-c-breadcrumb__list,
  .fs-c-breadcrumb ul,
  .fs-c-breadcrumb ol.fs-c-breadcrumb__list {
    margin: 0;
    padding: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 4px;
    padding-left: 18px;
    padding-right: 18px;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
  }
  .TopicPath li,
  .TopicPath ol li.fs-c-breadcrumb__listItem,
  .fs-c-breadcrumb li,
  .fs-c-breadcrumb ol li.fs-c-breadcrumb__listItem {
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none;
    display: inline-block;
    margin-right: 2em;
    font-size: 14px;
    line-height: 26px;
    white-space: nowrap;
  }
  .TopicPath li:before,
  .TopicPath ol li.fs-c-breadcrumb__listItem:before,
  .fs-c-breadcrumb li:before,
  .fs-c-breadcrumb ol li.fs-c-breadcrumb__listItem:before {
    display: none;
  }
  .TopicPath li a,
  .TopicPath ol li.fs-c-breadcrumb__listItem a,
  .fs-c-breadcrumb li a,
  .fs-c-breadcrumb ol li.fs-c-breadcrumb__listItem a {
    color: #3A4145;
    text-decoration: none;
  }
  .TopicPath li:after,
  .TopicPath ol li.fs-c-breadcrumb__listItem:after,
  .fs-c-breadcrumb li:after,
  .fs-c-breadcrumb ol li.fs-c-breadcrumb__listItem:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -1em;
    width: 5px;
    height: 5px;
    margin-top: 0px;
    border-top: 1px #3A4145 solid;
    border-right: 1px #3A4145 solid;
    transform: rotate(45deg);
  }
  .TopicPath ol li.fs-c-breadcrumb__listItem:last-of-type,
  .fs-c-breadcrumb ol li.fs-c-breadcrumb__listItem:last-of-type {
    display: inline-block;
    max-width: 150px;
    /* ←表示幅に応じて調整 */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: bottom;
  }
  .TopicPath li.this:after,
  .fs-c-breadcrumb li.this:after {
    display: none;
  }
}
/*パンクズ*/
.fs-c-breadcrumb__listItem:last-child::after {
  display: none;
}

.fs-c-breadcrumb {
  max-width: 100%;
  margin-top: 0;
  padding-left: 0;
}

.btn-link,
.btn-all {
  max-width: 600px;
  color: #3A4145 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-radius: 3px;
  padding: 20px 20px 20px 30px;
  transition: 0.2s;
}
.btn-link::after,
.btn-all::after {
  content: "";
  display: inline-block;
}
.btn-link:hover,
.btn-all:hover {
  background: #fafafa;
  color: #875D45 !important;
  text-decoration: none;
}

.btn-all {
  max-width: 335px;
  padding: 15px 20px 15px 30px;
  border: 1px solid transparent;
}
.btn-all::after {
  width: 5px;
  height: 5px;
  border-top: 1px solid #3A4145;
  border-right: 1px solid #3A4145;
  transform: rotate(45deg);
  transition: 0.2s;
}
.btn-all:hover {
  border-color: #875D45;
}
.btn-all:hover::after {
  border-color: #875D45;
  margin-right: 4px;
}

.btn-link::after {
  content: "";
  width: 12px;
  aspect-ratio: 11/9;
  background: url("../img/global/icon_link.png") no-repeat center/contain;
}

.fs-c-button-productListItem__addToCart {
  background: #875D45;
  padding: 5px 10px;
}
.fs-c-button-productListItem__addToCart:hover {
  color: #fff;
  text-decoration: none;
}

.fs-p-scrollingCartButton {
  bottom: 3%;
}
.fs-p-scrollingCartButton a:hover {
  background: #000;
}

@media screen and (max-width: 767px) {
  .btn-all {
    max-width: 100%;
  }
}
.gun_sp_menu {
  width: 100%;
  height: 100vh;
  bottom: 0;
  top: auto;
  background: #F6F5F5;
  overflow-y: scroll;
  padding: 0;
}
.gun_sp_menu ul li a {
  color: #3A4145;
}
.gun_sp_menu .gun_sp_header_top {
  background: #E2DFDD;
  position: sticky;
  top: 0;
  z-index: 10;
}
.gun_sp_menu .footer-end_navi li {
  border: none;
  padding: 0;
}
.gun_sp_menu .footer-end_navi a {
  display: inline-block;
}

.gun_sp_menu_inner {
  padding: 20px;
  padding-top: 160px;
}

.gun_sp_menu .gun_sp_menu_top {
  font-size: 1.9rem;
  font-weight: 700;
  margin: 0;
}
.gun_sp_menu .gun_sp_menu_top li {
  border: none;
  padding: 13px 0;
}

.gun_sp_menu .gun_sp_menu_category {
  border-bottom: 1px solid #CCCACA;
  padding: 20px 0;
  font-weight: 700;
}
.gun_sp_menu .gun_sp_menu_category summary {
  font-size: 1.9rem;
  display: block;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gun_sp_menu .gun_sp_menu_category summary::-webkit-details-marker {
  display: none;
}
.gun_sp_menu .gun_sp_menu_category summary::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #3A4145;
  border-right: 2px solid #3A4145;
  transition: 0.2s;
  transform: rotate(135deg);
}
.gun_sp_menu .gun_sp_menu_category[open] summary::after {
  transform: rotate(-45deg);
}
.gun_sp_menu .gun_sp_menu_category ul {
  margin: 26px 0;
}
.gun_sp_menu .gun_sp_menu_category ul li {
  border-bottom: 1px solid #CCCACA;
  padding: 0;
}
.gun_sp_menu .gun_sp_menu_category ul a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
}
.gun_sp_menu .gun_sp_menu_category ul a::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #3A4145;
  border-right: 2px solid #3A4145;
  transform: rotate(45deg);
}
.gun_sp_menu .gun_sp_menu_category .btn-all {
  margin-bottom: 19px;
}

a.gun_sp_menu_tel {
  display: block;
  text-align: center;
  font-weight: 700;
  background: #fff;
  color: #3A4145;
  text-decoration: none;
  border-radius: 5px;
  border: 7px solid #E8E8E8;
  transition: 0.2s;
  margin-top: 26px;
}

.gun_sp_menu_tel_ttl {
  font-size: 1.9rem;
  padding: 25px;
  border-bottom: 1px solid #E8E8E8;
}

.gun_sp_menu_tel_content {
  padding: 20px 15px;
}

.gun_sp_menu_tel_no {
  font-size: 4rem;
  line-height: 1;
}

.gun_sp_menu_tel_txt {
  font-size: 1.5rem;
  margin-top: 1em;
}

#fs_Top .fs-l-main {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
#fs_Top .fs-l-pageMain {
  max-width: 100%;
}

/* 共通 */
.idx_slider {
  padding-top: 162px;
}

.idx_slider .swiper {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.idx_slider .swiper-slide {
  text-align: center;
  position: relative;
  overflow: hidden;
}

/* PC */
@media screen and (min-width: 768px) {
  .idx_slider {
    padding-top: 162px;
  }
  .idx_slider .swiper-slide {
    width: 884px !important;
    height: 589px !important;
  }
  .idx_slider .swiper .swiper-wrapper {
    align-items: center;
  }
  .idx_slider .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .idx_slider .swiper-slide a {
    display: block;
    position: relative;
  }
  .idx_slider .swiper-slide .label {
    position: absolute;
    left: 0;
    bottom: 60px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
  }
}
/* スマホ */
@media screen and (max-width: 767px) {
  .idx_slider {
    padding-top: 180px;
  }
  .idx_slider .swiper-slide {
    width: 100vw !important;
    height: 100vw !important;
  }
  .idx_slider .swiper-slide img {
    width: auto !important;
    height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .idx_slider .swiper-slide a {
    width: 100% !important;
    height: 100% !important;
    display: block;
    position: relative;
  }
  .idx_slider .swiper-slide .label {
    position: absolute;
    left: 0;
    bottom: 60px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
  }
}
.fs-pt-carousel {
  margin-top: 128px;
}
.fs-pt-carousel .slick-initialized .slick-slide {
  margin-right: 16px;
}

.fs-c-slick .slick-prev,
.fs-c-slick .slick-next {
  background: transparent;
}

.fs-c-slick .slick-prev::before,
.fs-c-slick .slick-next::before {
  color: transparent;
}

.fs-c-slick .slick-dots {
  bottom: 20px;
  gap: 3px;
}

.fs-c-slick .slick-dots li button::before {
  font-size: 10px;
  color: #fff;
  opacity: 1;
}
.fs-c-slick .slick-dots li.slick-active button::before {
  background: #875D45;
}

@media screen and (max-width: 767px) {
  .slick-initialized .slick-slide {
    margin: 0 10px;
  }
  .fs-c-slick .slick-prev,
  .fs-c-slick .slick-next {
    width: 30px;
    height: 30px;
  }
}
.sec-wrapper {
  padding: 84px 0;
}

.sec-inner {
  width: 90%;
  max-width: 1184px;
  margin: 0 auto;
}

.sec-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 42px;
}
.sec-title h2 {
  margin: 0;
}
.sec-title a {
  color: #3A4145;
  display: flex;
  align-items: center;
  gap: 14px;
}
.sec-title a::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #3A4145;
  border-right: 1px solid #3A4145;
  transform: rotate(45deg);
}
.sec-title a:hover {
  color: #3A4145;
  opacity: 0.9;
}

.sec-title_list,
.top-sp-link {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.sec-title_list a,
.top-sp-link a {
  color: #3A4145;
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.sec-title_list a:visited,
.top-sp-link a:visited {
  color: #3A4145;
}
.sec-title_list a::after,
.top-sp-link a::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #3A4145;
  border-right: 1px solid #3A4145;
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .sec-wrapper {
    padding: 65px 0;
  }
  .sec-title {
    margin-bottom: 39px;
    flex-direction: column;
    align-items: flex-start;
  }
  .top-sp-link {
    flex-wrap: wrap;
    row-gap: 15px;
    margin-top: 39px;
  }
}
.tokusyu_list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 80px;
  list-style: none;
  margin-top: 0;
  padding-left: 0;
}

.tokusyu_link {
  display: block;
  color: #3A4145;
  transition: 0.2s;
}
.tokusyu_link:visited {
  color: #3A4145;
}
.tokusyu_link:hover {
  color: #875D45;
  text-decoration: none;
}
.tokusyu_link:hover .tokusyu_thumb img {
  opacity: 0.8;
}

.tokusyu_thumb {
  text-align: center;
  background-color: #000;
}
.tokusyu_thumb img {
  aspect-ratio: 96/65;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.2s;
}

.tokusyu_ttl {
  font-size: 1.9rem;
  margin: 28px 0;
  font-weight: 700;
  line-height: 1.4;
}

.tokusyu_txt {
  margin: 0;
}

.tokusyu_btn {
  text-align: center;
  margin-top: 84px;
}
.tokusyu_btn button {
  display: inline-block;
  padding-top: 20px;
  border: none;
  background: transparent;
  position: relative;
  transition: 0.2s;
}
.tokusyu_btn button::before, .tokusyu_btn button::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 1px;
  background: #3A4145;
  position: absolute;
  top: 0;
  transition: 0.2s;
}
.tokusyu_btn button::before {
  left: 50%;
  transform: translateX(calc(-100% + 1px)) rotate(20deg);
}
.tokusyu_btn button::after {
  right: 50%;
  transform: translateX(calc(100% - 1px)) rotate(-20deg);
}
.tokusyu_btn button:hover {
  color: #875D45;
}
.tokusyu_btn button:hover::before, .tokusyu_btn button:hover::after {
  background: #875D45;
}
.tokusyu_btn button.close::before {
  left: 50%;
  transform: translateX(calc(-100% + 1px)) rotate(-20deg);
}
.tokusyu_btn button.close::after {
  right: 50%;
  transform: translateX(calc(100% - 1px)) rotate(20deg);
}

@media screen and (max-width: 767px) {
  .tokusyu_list {
    row-gap: 39px;
  }
  .tokusyu_ttl {
    margin: 26px 0;
  }
  .tokusyu_btn {
    display: none;
  }
}
.gun_top_fs_parts {
  padding: 84px 0;
  background: #EBE9E8;
}

#fs_Top .fs-c-productListCarousel {
  width: 94%;
  max-width: 1276px;
  margin: 0 auto;
}

.fs-c-productListCarousel__list__item {
  display: flex !important;
  flex-direction: column;
  margin-left: 0;
  margin-right: 16px;
}
.fs-c-productListCarousel__list__item .fs-c-productMarks {
  order: 4;
  margin-top: 14px;
}
.fs-c-productListCarousel__list__item .fs-c-productMark {
  gap: 8px;
}
.fs-c-productListCarousel__list__item .fs-c-productListItem__prices {
  order: 3;
  margin-top: 0;
}
.fs-c-productListCarousel__list__item .fs-c-productListItem__control {
  display: none;
}

.fs-c-productPrice {
  font-size: 16px;
  gap: 10px;
}

.fs-c-productPrice.fs-c-productPrice--selling .fs-c-productPrice__main {
  font-size: 19px;
}

.fs-c-productPrices .fs-c-productPrice__main__label {
  display: none;
}

.fs-c-price__currencyMark,
.fs-c-price__value {
  color: #3A4145;
}

.label_status {
  background: transparent;
  border: 1px solid #3A4145;
  color: #3A4145;
  padding: 5px 8px;
}

.select-type_list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.select-type_item {
  display: flex;
  gap: 80px;
}
.select-type_item:nth-child(even) {
  flex-direction: row-reverse;
}
.select-type_item:nth-child(even) .select-type_layout {
  flex-direction: row-reverse;
}
.select-type_item:not(:first-child) {
  margin-top: 168px;
}

.select-type_copy {
  writing-mode: vertical-rl;
  position: relative;
  display: flex;
  align-items: center;
}
.select-type_copy::before, .select-type_copy::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #9B9B9B;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.select-type_copy::before {
  top: 0;
}
.select-type_copy::after {
  bottom: 0;
}
.select-type_copy p {
  height: 100%;
  margin: 0;
  position: relative;
}
.select-type_copy p::before {
  content: "";
  display: block;
  width: 1px;
  height: 90%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: linear-gradient(to bottom, #9B9B9B 3px, transparent 3px);
  background-size: 1px 6px;
}
.select-type_copy span {
  display: inline-block;
  background: #e2dfdd;
  margin-top: 21px;
  padding-bottom: 0.5em;
  position: relative;
}

.select-type_layout {
  display: flex;
  -moz-column-gap: 116px;
       column-gap: 116px;
  row-gap: 39px;
}

.select-type_content {
  width: 335px;
  flex-shrink: 0;
}
.select-type_content p {
  margin: 0;
  line-height: 1.8;
}

.select-type_ttl {
  font-size: 3.6rem;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 28px;
}

.select-type_links {
  list-style: none;
  margin-top: 0;
  padding-left: 0;
  margin-bottom: 42px;
  margin-top: 28px;
}
.select-type_links a {
  display: block;
  padding: 9px 0;
  color: #3A4145;
  transition: 0.2s;
  position: relative;
  border-bottom: 1px solid #CCCACA;
}
.select-type_links a::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #3A4145;
  border-right: 1px solid #3A4145;
  transform: rotate(45deg);
  transition: 0.2s;
  position: absolute;
  top: 19px;
  right: 4px;
}
.select-type_links a:hover {
  color: #875D45;
  text-decoration: none;
  opacity: 0.9;
  border-color: #875D45;
}
.select-type_links a:hover::after {
  right: 8px;
  border-color: #875D45;
}

@media screen and (max-width: 767px) {
  .select-type_item {
    gap: 28px;
  }
  .select-type_item:nth-child(even) .select-type_layout {
    flex-direction: column-reverse;
  }
  .select-type_item:not(:first-child) {
    margin-top: 90px;
  }
  .select-type_layout {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .select-type_content {
    width: 100%;
  }
  .select-type_ttl {
    font-size: 3rem;
    margin-bottom: 0;
    margin-top: 21px;
  }
  .select-type_links {
    margin-top: 26px;
    margin-bottom: 39px;
  }
  .select-type_links a {
    padding: 8px 0;
  }
}
.select-series_list {
  list-style: none;
  margin: 0;
  padding-left: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 42px;
}
.select-series_list a {
  color: #3A4145;
  transition: 0.2s;
}
.select-series_list a:hover {
  text-decoration: none;
  color: #3A4145;
  opacity: 0.9;
}
.select-series_list a:hover .select-series_ttl::after {
  margin-right: 0;
}

.select-series_item {
  border-bottom: 1px solid #CCCACA;
}

.select-series_img {
  text-align: center;
}

.select-series_ttl {
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 14px 0;
  font-size: 1.9rem;
}
.select-series_ttl::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #3A4145;
  border-right: 1px solid #3A4145;
  transform: rotate(45deg);
  transition: 0.2s;
  margin-right: 3px;
}

@media screen and (max-width: 767px) {
  .select-series_list {
    grid-template-columns: 1fr;
    row-gap: 39px;
  }
  .select-series_ttl {
    padding: 13px 0;
  }
}
.favorite_inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 80px;
       column-gap: 80px;
  row-gap: 26px;
}

.favorite_ttl {
  font-size: 1.9rem;
  margin-bottom: 28px;
  margin-top: 0;
}

.favorite_detail {
  margin-top: 28px;
  margin-bottom: 39px;
}

.favorite_detail_item {
  display: flex;
  align-items: center;
}
.favorite_detail_item dt {
  width: 6.5em;
  flex-shrink: 0;
}
.favorite_detail_item dd {
  margin: 0;
}

.favorite_img {
  height: 100%;
  background: url("../img/global/favorite.jpg") no-repeat center/cover;
}

@media screen and (max-width: 767px) {
  .favorite_inner {
    grid-template-columns: 1fr;
  }
  .favorite_img {
    aspect-ratio: 3/2;
  }
  .favorite_ttl {
    margin-bottom: 26px;
  }
  .favorite_detail {
    margin-top: 26px;
  }
  .favorite_detail_item {
    align-items: flex-start;
  }
}
body.fs-body-category-satoyamapalette .fs-l-main {
  margin: 42px auto;
}

.satoyama-header {
  height: 80dvh;
  max-height: 800px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../img/satoyama/main.jpg") no-repeat center/cover;
  margin-top: 100px;
}

.satoyama-header__inner {
  color: #fff;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
}
.satoyama-header__inner img {
  width: 80px;
  height: auto;
}

.satoyama-header_txt {
  font-size: 2rem;
  letter-spacing: 0.15em;
  writing-mode: vertical-rl;
  margin-right: 26px;
}

.satoyama-lead {
  background: #EBE9E8;
}

.satoyama-lead_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.satoyama-lead_ttl {
  font-size: 2.4rem;
  width: 47%;
  margin: 0;
}

.satoyama-lead_content {
  width: 47%;
}

.satoyama-lead_links {
  display: grid;
  gap: 20px;
  margin-top: 42px;
  padding-top: 42px;
  border-top: 1px solid #CCCACA;
}
.satoyama-lead_links a {
  color: #3A4145;
}
.satoyama-lead_links a:hover {
  color: #3A4145;
  text-decoration: none;
  opacity: 0.9;
}
.satoyama-lead_links a::after {
  content: "";
  display: inline-block;
  width: 14px;
  aspect-ratio: 11/9;
  background: url("../img/global/icon_link.png") no-repeat center/contain;
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  body.fs-body-category-satoyamapalette .fs-l-main {
    margin: 23px auto;
  }
  .satoyama-header {
    height: 50dvh;
    margin-top: 193px;
  }
  .satoyama-header__title img {
    width: 50px;
  }
  .satoyama-header_txt {
    font-size: 1.6rem;
  }
  .satoyama-lead_ttl {
    width: 100%;
  }
  .satoyama-lead_content {
    width: 100%;
    margin-top: 26px;
  }
  .satoyama-lead_links {
    margin-top: 39px;
    margin-top: 39px;
  }
}
.point-header img {
  height: auto;
}

.point-header_ttl {
  font-size: 2.4rem;
  margin: 0;
  padding: 42px 0;
  display: flex;
  gap: 5px;
}

.point-header_txt {
  margin-top: 42px;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  body.fs-body-category-satoyama_okurimono .fs-l-main {
    margin-top: 210px;
  }
  .point-header_ttl {
    padding: 39px 0;
    gap: 13px;
    flex-direction: column;
  }
  .point-header_ttl span {
    font-size: 1.6rem;
  }
  .point-header_txt {
    margin-top: 26px;
  }
}
.point-exchange {
  width: 100%;
  padding: 84px 0;
}

.point-exchange_detail {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  gap: 16px;
  margin: 0;
}

.point-exchange_detail_item dt {
  font-size: 1.9rem;
}
.point-exchange_detail_item dd {
  background: #EBE9E8;
  padding: 28px;
  margin-top: 28px;
  margin-left: 0;
}
.point-exchange_detail_item dd p {
  margin-top: 0;
  margin-bottom: 42px;
}

.satoyama_gift_cate .login_flex .box h4 {
  color: #3A4145 !important;
  font-size: 1.9rem !important;
  background: #E2DFDD !important;
  text-align: left !important;
}

.satoyama_gift_cate .login_flex .box .white {
  background: #EBE9E8 !important;
  padding: 28px;
}

.satoyama_gift_cate .login_flex .box .btn a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: none !important;
  font-size: 16px !important;
  color: #3A4145 !important;
  text-align: left !important;
  background: #fff !important;
  padding: 15px 30px !important;
  border-radius: 3px;
  margin-left: 0 !important;
}
.satoyama_gift_cate .login_flex .box .btn a::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #3A4145;
  border-right: 2px solid #3A4145;
}

.point-exchange_notice {
  margin-top: 42px;
}
.point-exchange_notice h3 {
  margin-top: 0;
  margin-bottom: 28px;
  font-size: 1.9rem;
}
.point-exchange_notice p:not(.point-exchange_notice_imp) {
  margin: 0;
}
.point-exchange_notice a {
  font-weight: 700;
  display: inline-block;
  color: #3A4145;
  position: relative;
  padding-right: 1em;
}
.point-exchange_notice a::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #3A4145;
  border-right: 2px solid #3A4145;
  position: absolute;
  right: 0;
  top: calc(50% - 2px);
  transform: rotate(45deg);
}

.point-exchange_notice_imp {
  color: #862800;
  font-size: 1.2rem;
  margin-top: 8px;
  margin-bottom: 28px;
}

@media screen and (max-width: 767px) {
  .point-exchange {
    padding: 39px 0;
  }
  .point-exchange_detail_item dt {
    font-size: 1.6rem;
  }
  .point-exchange_detail_item dd {
    margin-top: 26px;
    padding: 20px 15px;
  }
  .point-exchange_detail_item p {
    margin-bottom: 26px;
  }
  .point-exchange_detail {
    gap: 39px;
    grid-template-columns: 1fr;
  }
  .point-exchange_notice h3 {
    font-size: 1.6rem;
  }
}
.gift-gallary {
  width: 100%;
}

.gift-gallary_search {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 16px;
}
.gift-gallary_search li {
  border-bottom: 1px solid #CCCACA;
}
.gift-gallary_search a {
  display: block;
  padding: 10px 0;
  color: #3A4145;
  transition: 0.2s;
  position: relative;
}
.gift-gallary_search a::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #3A4145;
  border-right: 1px solid #3A4145;
  position: absolute;
  right: 3px;
  top: calc(50% - 2px);
  transform: rotate(45deg);
  transition: 0.2s;
}
.gift-gallary_search a:hover {
  color: #3A4145;
  text-decoration: none;
  opacity: 0.8;
}
.gift-gallary_search a:hover::after {
  right: 0;
}

@media screen and (max-width: 767px) {
  .gift-gallary_search {
    grid-template-columns: repeat(2, 1fr);
    gap: 13px;
  }
}
.gift-gallary_list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 42px;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 42px;
}

.gift-gallary_list_item a {
  color: #3A4145;
  display: block;
  transition: 0.2s;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.gift-gallary_list_item a:hover {
  color: #3A4145;
  text-decoration: none;
  opacity: 0.8;
}

.gift-gallary_list_img {
  margin: 0 auto;
  display: block;
}

.gift-gallary_list_point {
  margin-top: 28px;
  margin-bottom: 0;
  line-height: 1.5;
}

.gift-gallary_list_ttl {
  font-size: 1.9rem;
  margin-top: 10px;
}

.gift-gallary_list_tag {
  font-size: 1rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: auto;
}
.gift-gallary_list_tag span {
  display: inline-block;
  padding: 3px 8px;
  border-radius: 3px;
  border: 2px solid #707070;
}
.gift-gallary_list_tag span.red {
  color: #fff;
  background: #862800;
  border-color: #862800;
}

@media screen and (max-width: 767px) {
  .gift-gallary_list {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 13px;
         column-gap: 13px;
    row-gap: 39px;
  }
  .gift-gallary_list_point {
    margin-top: 26px;
  }
  .gift-gallary_list_ttl {
    margin-top: 13px;
  }
  .gift-gallary_list_tag span {
    width: 100%;
  }
}
.gift-gallary_pager {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 80px;
}
.gift-gallary_pager .prev,
.gift-gallary_pager .next {
  position: relative;
  color: #3A4145;
  padding: 0 15px;
}
.gift-gallary_pager .prev::before,
.gift-gallary_pager .next::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #3A4145;
  border-right: 1px solid #3A4145;
  position: absolute;
  top: calc(50% - 2px);
}
.gift-gallary_pager .prev::before {
  transform: rotate(-135deg);
  left: 0;
}
.gift-gallary_pager .next::after {
  transform: rotate(45deg);
  right: 0;
}

.gift-gallary_pager_nums {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.gift-gallary_pager_nums a {
  color: #3A4145;
  display: inline-block;
  width: 42px;
  line-height: 42px;
  border-radius: 50%;
  text-align: center;
}
.gift-gallary_pager_nums a:hover, .gift-gallary_pager_nums a.current {
  background: #fff;
  color: #862800;
  text-decoration: none;
}
.gift-gallary_pager_nums a.current {
  pointer-events: none;
}
.gift-gallary_pager_nums .skip {
  display: inline-block;
  width: 42px;
  height: 2px;
  background: #CCCACA;
  border-left: 3px solid #707070;
  border-right: 3px solid #707070;
}

@media screen and (max-width: 767px) {
  .gift-gallary_pager {
    flex-wrap: wrap;
  }
  .gift-gallary_pager .prev {
    order: 2;
  }
  .gift-gallary_pager .next {
    order: 3;
  }
  .gift-gallary_pager_nums {
    gap: 6px;
    width: 100%;
    order: 1;
    margin-bottom: 35px;
  }
}
.page-footer-recommend-wrapper {
  margin-bottom: 84px;
}

.flywheel-recommend__frame .fs-p-heading--lv2 {
  width: 90%;
  max-width: 1184px;
  margin: 0 auto;
  padding-bottom: 1em;
}
.flywheel-recommend__frame .fr3-productListCarousel {
  width: 94%;
  max-width: 1248px;
  margin: 28px auto 0;
}

@media screen and (max-width: 767px) {
  .page-footer-recommend-wrapper {
    margin-bottom: 65px;
  }
  .flywheel-recommend__frame .fr3-productListCarousel {
    width: 100%;
  }
}
.fs-l-footer {
  border: none;
}

.fs-l-footer {
  margin-top: 0;
}

.infomation {
  color: #3A4145;
  background: #F6F5F5;
}

.point-gift {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 80px;
       column-gap: 80px;
}

.point-gift_group h2 {
  font-size: 2.4rem;
  margin-top: 0;
  margin-bottom: 21px;
}
.point-gift_group h3 {
  font-size: 1.9rem;
  margin-top: 12px;
  margin-bottom: 18px;
}

.point-gift_banner {
  display: block;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  transition: 0.2s;
}
.point-gift_banner img {
  height: auto;
}
.point-gift_banner:hover {
  opacity: 0.85;
}

@media screen and (max-width: 767px) {
  .point-gift {
    grid-template-columns: 1fr;
    row-gap: 39px;
  }
  .point-gift_group h2 {
    margin-bottom: 26px;
  }
  .point-gift_group h3 {
    margin: 26px 0;
  }
}
.support {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
  -moz-column-gap: 56px;
       column-gap: 56px;
  row-gap: 28px;
  list-style: none;
  padding: 0;
  margin-top: 42px;
  padding-top: 42px;
  margin-bottom: 0;
  border-top: 1px solid #CCCACA;
}

.support_item {
  font-size: 1.9rem;
  background: #fff;
}
.support_item a {
  color: #3A4145;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
  border: 7px solid #E8E8E8;
  border-radius: 5px;
  transition: 0.2s;
}
.support_item a:hover {
  color: #875D45;
  text-decoration: none;
  border-color: rgba(135, 93, 69, 0.2);
}
.support_item a:hover::after {
  border-color: #875D45;
  margin-right: -3px;
}
.support_item a::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #3A4145;
  border-right: 1px solid #3A4145;
  transform: rotate(45deg);
  transition: 0.2s;
}

.support_tel {
  background: #fff;
  grid-row: span 2;
}
.support_tel a {
  display: block;
  height: 100%;
  color: #3A4145;
  border-radius: 5px;
  border: 7px solid #E8E8E8;
  transition: 0.2s;
}
.support_tel a:hover {
  color: #875D45;
  text-decoration: none;
  border-color: rgba(135, 93, 69, 0.2);
}

.support_tel_ttl {
  font-size: 1.9rem;
  text-align: center;
  padding: 35px;
  border-bottom: 1px solid #E8E8E8;
}

.support_tel_content {
  text-align: center;
  padding: 20px 15px;
}

.support_tel_no {
  font-size: 4rem;
  line-height: 1;
}

.support_tel_txt {
  font-size: 1.5rem;
  margin-top: 1em;
}

@media screen and (max-width: 767px) {
  .support {
    grid-template-columns: 1fr;
    row-gap: 26px;
    margin-top: 65px;
    padding-top: 65px;
  }
  .support_tel {
    order: 5;
  }
  .support_tel_ttl {
    padding: 25px;
  }
  .support_tel_no {
    font-size: 3.6rem;
  }
  .support_tel_txt {
    font-size: 1.3rem;
  }
}
.fs-c-sortItems {
  display: none;
}

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

.fs-c-heading.fs-c-heading--page {
  font-size: 36px;
  color: #3A4145;
  text-align: left;
  border-bottom: none;
  padding: 0;
  margin: 42px 0;
}

.fs-c-productList__controller:first-of-type {
  display: none;
}

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

.fs-c-listControl:first-of-type {
  display: none;
}

.fs-c-listControl {
  justify-content: center;
}

.fs-c-subgroupList {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  margin: 39px auto;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  -moz-column-gap: 16px;
       column-gap: 16px;
}

.fs-c-subgroupList__item {
  border: none;
  border-bottom: 1px solid #CCCACA;
}

.fs-c-subgroupList__link {
  display: block;
  padding: 10px 0;
  margin: 0;
  border: none;
  background: transparent;
  color: #3A4145;
  transition: 0.2s;
  position: relative;
}
.fs-c-subgroupList__link::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #3A4145;
  border-right: 1px solid #3A4145;
  position: absolute;
  right: 3px;
  top: calc(50% - 2px);
  transform: rotate(45deg);
  transition: 0.2s;
}
.fs-c-subgroupList__link:hover {
  color: #3A4145;
  text-decoration: none;
  opacity: 0.8;
}
.fs-c-subgroupList__link:hover::after {
  right: 0;
}

.fs-c-productList__list {
  margin-bottom: 20px;
}

.fs-c-productList__list__item {
  padding: 20px 8px;
  border: 0;
}
.fs-c-productList__list__item .fs-c-productMarks {
  margin-top: 14px;
}
.fs-c-productList__list__item .fs-c-productMark {
  gap: 8px;
}
.fs-c-productList__list__item .fs-c-productListItem__prices {
  margin-top: 0;
}
.fs-c-productList__list__item .fs-c-productListItem__control {
  display: none;
}

#fs_MyWishList .fs-c-productList__list__item .fs-c-productListItem__control {
  display: block;
}
#fs_MyWishList .fs-c-productList__list__item .fs-c-button--subscribeToArrivalNotice--list {
  display: none;
}

.fs-c-productMark__mark {
  font-size: 10px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  padding: 5px 7px;
  border-radius: 2px;
}

.label_sale,
.fs-c-productMark__mark--38 {
  background: #862800;
}

.fs-c-productListItem__productName {
  font-size: 16px;
  margin-top: 14px;
  margin-bottom: 1em;
  line-height: 1.3;
}
.fs-c-productListItem__productName .fs-c-productName__name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fs-c-productListItem__productName a {
  color: #3A4145;
}
.fs-c-productListItem__productName a:hover {
  color: #875D45;
}

.fs-c-productListItem__image.fs-c-productImage:hover {
  filter: brightness(0.9);
}

.fs-c-productListItem__viewMoreImageButton {
  display: none;
}

.fs-c-productList__controller {
  display: none;
}

.fs-c-pagination:first-of-type {
  display: none;
}

@media screen and (max-width: 767px) {
  .fs-c-heading.fs-c-heading--page {
    font-size: 30px;
  }
  .fs-c-subgroupList {
    grid-template-columns: repeat(2, 1fr);
  }
}
.fs-c-listControl__status {
  display: none;
}

.fs-c-productList__controller {
  display: block;
}

/*商品一覧　並べ替え*/
.fs-c-sortItems__label {
  display: none;
}

.fs-c-sortItems {
  border: 0;
}

.fs-c-sortItems__list {
  border: 0;
}

.fs-c-sortItems__list__item {
  font-size: 16px;
  margin-right: 2em;
}

.fs-c-sortItems__list__item.is-active {
  background-color: #875D45;
  color: #fff;
}

.fs-c-pagination__item {
  color: #3a4145;
  text-decoration: none;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  margin-left: 8px;
  margin-right: 8px;
}

.fs-c-pagination__item.is-active {
  background-color: #fff;
  border-radius: 15px;
  color: #3a4145;
}

.fs-l-product2 .fs-l-productLayout {
  display: flex !important;
  justify-content: space-between !important;
  padding-top: 42px !important;
  margin-bottom: 84px;
  gap: 25px;
}

.fs-l-product2 .fs-l-productLayout__item hr {
  margin: 42px 0 !important;
  color: #cccaca;
}
.fs-l-product2 .fs-l-productLayout__item .fs-c-productNameHeading {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 42px;
}
.fs-l-product2 .fs-l-productLayout__item .fs-c-productPointDisplay {
  color: #875D45;
  font-size: 16px;
  background: transparent;
  padding: 0;
  margin-bottom: 42px;
}
.fs-l-product2 .fs-l-productLayout__item a:hover {
  text-decoration: underline;
  color: #875D45;
}

.fs-c-variationCart--withImage > li {
  grid-template-columns: auto 1fr 2em 160px !important;
  gap: 8px;
}

.fs-c-variationCart__image {
  margin-right: 0 !important;
}

.fs-c-variationCart__variationName__name {
  font-size: 19px;
}

.fs-c-variationCart {
  padding: 0;
}

.fs-c-button--addToCart--variation {
  border-radius: 3px;
  padding: 15px;
  width: 100%;
  height: 100%;
}
.fs-c-button--addToCart--variation .fs-c-button__label {
  font-size: 16px !important;
}

@media screen and (max-width: 767px) {
  .fs-l-product2 .fs-l-productLayout {
    display: block !important;
    padding-top: 0 !important;
    margin-bottom: 65px;
  }
  .fs-l-product2 .fs-l-productLayout__item hr {
    margin: 39px 0 !important;
  }
  .fs-l-product2 .fs-l-productLayout__item .fs-c-productNameHeading,
  .fs-l-product2 .fs-l-productLayout__item .fs-c-productPointDisplay {
    margin-bottom: 24px;
  }
  .fs-c-variationCart__variationName__name {
    font-size: 16px;
  }
  .fs-c-button--addToCart--variation .fs-c-button__label {
    font-size: 12px !important;
  }
}
.fs-p-heading--lv2,
.fs-c-featuredProduct__title {
  color: #3A4145;
  font-size: 19px;
  margin-top: 0;
  border-bottom: 1px solid #CCCACA;
  margin-bottom: 40px;
  padding-bottom: 28px;
}

.fr3-item {
  padding-bottom: 20px;
}

.fr3-item__link {
  color: #3A4145;
}
.fr3-item__link:hover {
  color: #875D45;
}

.fr3-item__productPrice {
  margin-top: 12px;
}

.fr3-item__productPrice {
  gap: 10px;
}

@media screen and (min-width: 600px) {
  .fr3-item__productName {
    font-size: 16px !important;
  }
  .fr3-item__productPrice__price {
    font-size: 19px !important;
  }
}
.new_item_ai {
  margin-top: 84px;
}

.gun_cart_dummy {
  width: 100%;
  height: auto;
}

.gun_detail_col2 {
  display: flex;
  justify-content: space-between;
  padding-top: 42px;
}

.gun_detail_col_photo,
.fs-l-productLayout__item--1 {
  width: 584px;
}
.gun_detail_col_photo img,
.fs-l-productLayout__item--1 img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.gun_detail_col_txt,
.fs-l-productLayout__item--2 {
  width: 534px;
  padding-top: 28px;
  position: sticky;
  align-self: flex-end;
  bottom: 15px;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  .gun_detail_col2 {
    display: block;
    padding-top: 0;
  }
  .gun_detail_col_photo,
  .fs-l-productLayout__item--1 {
    width: 100%;
  }
  .gun_detail_col_photo img,
  .fs-l-productLayout__item--1 img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  .gun_detail_col_txt,
  .fs-l-productLayout__item--2 {
    width: 100%;
    padding-top: 15px;
    position: relative;
    bottom: auto;
  }
}
.gun_detail_desc {
  border-bottom: 1px solid #CCCACA;
  margin-bottom: 40px !important;
  padding-bottom: 40px;
}
.gun_detail_desc h2 {
  font-size: 2.4rem;
  line-height: 1.8;
  margin-bottom: 20px;
  margin-top: 0;
}
.gun_detail_desc h3 {
  font-size: 1.9rem;
  margin-bottom: 1em;
}
.gun_detail_desc p {
  font-size: 1.6rem;
  line-height: 1.87;
  margin-bottom: 1.8em;
}
.gun_detail_desc .img-100 {
  width: 100%;
  height: auto;
}
.gun_detail_desc .img-50 {
  width: 50%;
  height: auto;
}

a.gun_detail_more {
  color: #875D45;
  text-decoration: none;
  font-size: 16px;
  position: relative;
  display: inline-block;
}
a.gun_detail_more:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -1em;
  width: 5px;
  height: 5px;
  margin-top: 0px;
  border-top: 1px #3A4145 solid;
  border-right: 1px #3A4145 solid;
  transform: rotate(45deg);
}

.gun_detail_price h2 {
  font-size: 2.4rem;
  line-height: 1.45;
  margin-bottom: 20px;
  margin-top: 0;
}
.gun_detail_price h3 {
  margin-top: 0;
  font-size: 1.9rem;
  margin-bottom: 1em;
}
.gun_detail_price p {
  font-size: 1.6rem;
  line-height: 1.87;
  margin-bottom: 1.8em;
}
.gun_detail_price .img-100 {
  width: 100%;
  height: auto;
}
.gun_detail_price .img-50 {
  width: 100%;
  height: auto;
}

.detail_label {
  display: inline-block;
  border: 1px #3A4145 solid;
  padding: 4px;
  margin-bottom: 14px;
}

.detail_num {
  font-size: 1.6rem;
  margin-bottom: 14px;
}

.detail_price {
  font-size: 2.4rem;
  margin-bottom: 14px;
}
.detail_price span {
  font-size: 1.6rem;
}

.detail_point {
  color: #875D45;
  font-size: 1.6rem;
  margin-bottom: 42px;
}

.detail_coution {
  font-size: 1.3rem;
  margin-bottom: 2.5em;
}

.gun_size_image {
  margin-bottom: 42px;
}

.gun_size_wrap {
  overflow-x: auto;
  margin-bottom: 42px;
}

.gun_size {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.3);
}
.gun_size td,
.gun_size th {
  min-width: 100px;
  white-space: nowrap;
  border-bottom: rgba(0, 0, 0, 0.1) 1px solid;
  padding: 8px;
}

@media screen and (max-width: 767px) {
  .gun_detail_desc h2 {
    font-size: 2.4rem;
    line-height: 1.45;
    margin-bottom: 20px;
    margin-top: 0;
  }
  .gun_detail_desc p {
    margin-bottom: 1em;
    margin-bottom: 20px;
    line-height: 1.85;
    margin-top: 0;
  }
  .gun_detail_price h2 {
    font-size: 2.4rem;
    line-height: 1.45;
    margin-bottom: 20px;
    margin-top: 0;
  }
  .detail_label {
    display: inline-block;
    border: 1px #3A4145 solid;
    padding: 4px;
    margin-bottom: 14px;
  }
  .detail_num {
    font-size: 1.6rem;
    margin-bottom: 14px;
  }
  .detail_price {
    font-size: 2.4rem;
    margin-bottom: 14px;
  }
  .detail_price span {
    font-size: 1.6rem;
  }
  .detail_point {
    color: #875D45;
    font-size: 1.6rem;
    margin-bottom: 42px;
  }
}
.gun_deatil_photo a {
  position: relative;
}
.gun_deatil_photo a span {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  left: 20px;
  bottom: 20px;
}
.gun_deatil_photo a span::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 1px;
  background-color: #000;
  top: 50%;
  left: 7px;
}
.gun_deatil_photo a span::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 1px;
  background-color: #000;
  top: 50%;
  left: 7px;
  transform: rotate(90deg);
}

.gun_sp_deatil_photo a {
  position: relative;
}
.gun_sp_deatil_photo a span {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  left: 20px;
  bottom: 20px;
}
.gun_sp_deatil_photo a span::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 1px;
  background-color: #000;
  top: 50%;
  left: 7px;
}
.gun_sp_deatil_photo a span::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 1px;
  background-color: #000;
  top: 50%;
  left: 7px;
  transform: rotate(90deg);
}

.gun_sp_slider .swiper-pagination {
  bottom: 40px !important;
}

/*メイン写真 */
.modal_main {
  opacity: 0;
  /* 完全に透明 */
  visibility: hidden;
  /* 非表示 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  /* 水平方向の中央 */
  align-items: center;
  /* 垂直方向の中央 */
  display: flex;
  /* Flexboxを有効にする */
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* モーダルを開くときのスタイル */
.modal_main.show {
  opacity: 1;
  visibility: visible;
}

/* モーダルのコンテンツ */
.modal_main-content {
  background: #3A4145;
  color: #fff;
  padding: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-radius: 10px;
  width: 80%;
  text-align: left;
  position: relative;
  text-align: center;
}
.modal_main-content h3 {
  text-align: center;
}

.modal {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  /* 水平方向の中央 */
  align-items: center;
  /* 垂直方向の中央 */
  display: flex;
  /* Flexboxを有効にする */
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 2000;
}

.modal.show {
  opacity: 1;
  visibility: visible;
}

.modal-content {
  background: #3A4145;
  color: #fff;
  padding: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-radius: 10px;
  width: 80%;
  text-align: left;
  position: relative;
}
.modal-content h3 {
  text-align: center;
}

.gun_modal_seiper img {
  display: block;
  width: 100%;
  max-height: 68dvh;
  -o-object-fit: cover;
     object-fit: cover;
}
.gun_modal_seiper p {
  text-align: center;
  margin-top: 1em;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 20px !important;
}

/* 閉じるボタン */
.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
}

.swiper-slide {
  padding-bottom: 30px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  color: white !important;
  /* Swiperの矢印アイコンの色を変更 */
}

/* 通常の DOT の色 */
.swiper-pagination-bullet {
  background-color: #fff !important;
  opacity: 1 !important;
  /* 透明度を完全に設定 */
  transition: background-color 0.3s, opacity 0.3s;
}

/* アクティブな DOT の色 */
.swiper-pagination-bullet-active {
  background-color: #875D45 !important;
  opacity: 1 !important;
  /* アクティブ時の透明度も1に設定 */
}

/* 不透明度の変化を滑らかにする */
.swiper-pagination-bullet {
  transition: opacity 0.3s ease, background-color 0.3s ease;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  /* モーダルのコンテンツ */
  .modal-content {
    width: 95%;
  }
  .modal-content h3 {
    text-align: left;
    font-size: 18px;
  }
}
.fs-c-productNumber {
  font-size: 14px;
  border: none;
  padding: 0;
  margin: 0;
}

.gun_item_detail_bottom {
  margin: 0 !important;
}
.gun_item_detail_bottom h3 {
  font-size: 1.9rem;
  margin-bottom: 28px;
  margin-top: 0;
}
.gun_item_detail_bottom p {
  margin-bottom: 1em;
}
.gun_item_detail_bottom img + p {
  margin-top: 28px;
}
.gun_item_detail_bottom .img-100 {
  width: 100%;
  height: auto;
}
.gun_item_detail_bottom .img-50 {
  width: 50%;
  height: auto;
}

.gun_model {
  padding-bottom: 20px;
}

.gun_model dl {
  display: flex;
  min-width: 200px;
}

.gun_model dt {
  margin-right: 15px;
  width: 100px;
  white-space: nowrap;
}

.gun_model dd {
  flex: 1;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .gun_item_detail_bottom h3 {
    margin-top: 0;
    font-size: 1.9rem;
    margin-bottom: 1em;
  }
  .gun_item_detail_bottom p {
    font-size: 1.6rem;
    line-height: 1.87;
    margin-bottom: 1.8em;
  }
  .gun_item_detail_bottom .img-100 {
    width: 100%;
    height: auto;
  }
  .gun_item_detail_bottom .img-50 {
    width: 100%;
    height: auto;
  }
  .gun_model {
    display: block;
    /* 上下に並べる */
  }
  .gun_model dl {
    display: block;
    /* dlをブロック要素として上下に並べる */
    width: 100%;
    /* dlの幅を100%に */
  }
  .gun_model dt,
  .gun_model dd {
    width: 100%;
    margin-right: 0;
  }
  .gun_model dd {
    margin-bottom: 10px;
    /* ddの間にスペースを追加 */
  }
}
/* PC 用（通常の表形式表示） */
table.gun_detail {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  margin-bottom: 10px;
}
table.gun_detail th {
  white-space: nowrap;
  vertical-align: top;
  font-weight: 400;
}
table.gun_detail th,
table.gun_detail td {
  border-bottom: rgba(0, 0, 0, 0.1) 1px solid;
  padding: 8px;
  vertical-align: top;
}

/* スマホ用（縦並び表示） */
@media screen and (max-width: 768px) {
  .gun_detail {
    width: 100%;
  }
  .gun_detail th,
  .gun_detail td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 8px;
    border: none;
    text-align: left;
  }
  .gun_detail th {
    background-color: #CCCACA;
    font-weight: 700;
  }
  .gun_detail td {
    background-color: rgba(255, 255, 255, 0.3);
  }
}
.gun_caption {
  display: flex;
  /* dt と dd の間にスペースを追加 */
  padding: 0;
  margin: 0;
  justify-content: flex-start;
  font-size: 12px;
}

.gun_caption dt {
  /* dt と dd の間のスペース */
  font-weight: 700;
  /* ※の部分を強調 */
  width: 2.5em;
}

.gun_caption dd {
  margin: 0;
  padding: 0;
  flex: 1;
  /* dd が残りのスペースを埋めるように */
}

.gun_detail_2col {
  display: flex;
  justify-content: space-between;
}

.gun_detail_2col_ph {
  width: 25%;
  margin-right: 2%;
}
.gun_detail_2col_ph img {
  width: 100%;
}

.gun_detail_2col_txt {
  width: 73%;
}
.gun_detail_2col_txt h3,
.gun_detail_2col_txt h4 {
  margin-top: 0;
  font-size: 1.9rem;
  margin-bottom: 1em;
}

.fs-c-variationLabel {
  display: none;
}

.fs-c-button--primary {
  background-color: #875D45;
  border-color: #875D45;
}

.fs-c-button--particular.fs-c-button--addToWishList--icon::before {
  content: "♥";
  color: #3A4145 !important;
}

.fs-c-variationList__item__image {
  width: 200px;
}

.fs-c-variationList__item__image > img {
  max-width: 120px;
}

.fs-c-variationList__item__title {
  background-color: #fff;
}

.fs-c-variationList__item {
  margin-bottom: 20px;
}

.fs-c-variationList__item__body {
  margin-top: 28px;
}

.fs-c-variationList__item {
  margin-bottom: 28px;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  .fs-c-variationList__item__image {
    width: 90px;
  }
  .fs-c-variationList__item__image > img {
    max-width: 90px;
  }
}
/* ドットナビ */
.dot-navi-box {
  position: sticky;
  left: 0px;
  top: 300px;
}

.dot-navi-count {
  font-size: 13px;
  position: absolute;
  left: -60px;
  top: 0px;
  width: 15px;
  text-align: center;
}
.dot-navi-count strong {
  font-weight: 700;
  color: #875D45;
}
.dot-navi-count span.separator {
  border-top: 1px #3A4145 solid;
  width: 15px;
  transform: rotate(-30deg);
  display: block;
  margin-top: 6px;
  margin-bottom: 6px;
}

.dot-navi {
  position: fixed;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: absolute;
  left: -60px;
  top: 100px;
  margin: 0;
  padding: 0;
}

.dot-navi li {
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  list-style: none;
  transition: background 0.3s;
  margin: 0;
  padding: 0;
  margin-bottom: 6px;
}

.dot-navi .active {
  background: #875D45;
}

.page-footer {
  height: 546px;
  background: url("../img/global/footer_bg.jpg") no-repeat center/cover;
  position: relative;
}

.page-footer_inner {
  height: 100%;
  background: #000;
  color: #fff;
  padding: 42px;
  position: absolute;
  left: 0;
  top: 0;
}

.page-footer_txt {
  font-size: 1.4rem;
  line-height: 1.7;
}
.page-footer_txt p {
  margin: 0;
}
.page-footer_txt p + p {
  margin-top: 1.5em;
}

.page-footer_logo {
  display: inline-block;
  margin: 84px 0;
}
.page-footer_logo:hover {
  opacity: 0.85;
}

.footer-end {
  background: #fff;
  color: #3A4145;
  font-size: 1.3rem;
  padding: 39px 0;
}

.footer-end_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 65px;
}

.footer-end_navi {
  line-height: 2;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.footer-end_navi a {
  color: #3A4145;
}
.footer-end_navi li:not(:first-child)::before {
  content: "|";
  display: inline-block;
  margin: 0 1em;
}

.footer-end_sns {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer-end_sns li {
  flex-shrink: 0;
}
.footer-end_sns a {
  display: block;
  transition: 0.2s;
}
.footer-end_sns a:hover {
  opacity: 0.85;
}
.footer-end_sns img {
  width: 35px;
  height: 35px;
}

.footer-end_copy {
  margin-top: 39px;
}

@media screen and (max-width: 767px) {
  .page-footer {
    height: auto;
    padding-top: 375px;
    background-size: auto 375px;
    background-position: top;
  }
  .page-footer_inner {
    position: static;
    padding: 39px 5%;
  }
  .page-footer_logo {
    margin-top: 65px 0;
  }
  .footer-end_inner {
    flex-direction: column;
  }
  .footer-end_navi {
    justify-content: center;
  }
  .footer-end_copy {
    text-align: center;
  }
}
.fs-body-register .fs-c-heading.fs-c-heading--page {
  text-align: center;
}
.fs-body-register .fs-c-inputInformation {
  max-width: 590px;
  margin: 0 auto 60px;
}

.fs-c-subSection__title,
.fs-c-linkedServiceLogin__title {
  color: #3A4145;
  border: none;
  margin: 0;
}

.fs-c-fsLogin.fs-c-inputInformation {
  background: #F6F5F5;
  padding: 20px 35px;
  margin-top: 28px;
}

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

.fs-c-inputTable__dataCell {
  margin-top: 12px;
}

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

.fs-c-otherServiceLogin {
  padding: 42px 0;
  margin-top: 42px !important;
  margin-bottom: 0 !important;
  border-top: 1px solid #CCCACA;
  border-bottom: 1px solid #CCCACA;
}

.fs-c-anotherLogin__message {
  margin-top: 28px;
}

.fs-c-newUsers .fs-c-newUsers__message,
.fs-c-newUsers .fs-c-buttonContainer {
  margin-top: 28px;
}

@media screen and (max-width: 767px) {
  .fs-c-fsLogin.fs-c-inputInformation {
    padding: 15px 20px;
  }
  .fs-c-inputTable__dataCell {
    margin-top: 0;
  }
  .fs-c-otherServiceLogin {
    padding: 39px 0;
    margin-top: 39px !important;
  }
  .fs-c-anotherLogin__message {
    margin-top: 26px;
  }
  .fs-c-newUsers .fs-c-newUsers__message,
  .fs-c-newUsers .fs-c-buttonContainer {
    margin-top: 26px;
  }
  .fs-c-subSection {
    margin-bottom: 0;
  }
}
#fs_MyPageTop .fs-l-pageMain h1 {
  font-size: 24px;
}

.fs-body-my-top .fs-c-accountService {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-top: 39px;
  margin-bottom: 41px;
}

.fs-c-accountService__page {
  flex-basis: unset;
  height: auto;
  aspect-ratio: 1/1;
  margin: 0;
}

.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label {
  font-size: 16px;
}
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label::before {
  width: 80px;
  height: auto;
  aspect-ratio: 1/1;
  font-size: 75px;
}

.fs-c-accountService__page--couponList {
  flex-basis: unset;
}

.fs-c-accountService__pageLink {
  border: none !important;
  box-shadow: none !important;
}

.fs-c-accountService__page--accountDelete {
  background: #f7f7f7;
  border-radius: 3px;
}
.fs-c-accountService__page--accountDelete a {
  color: #3A4145;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.fs-c-accountService__page--accountDelete a:hover {
  text-decoration: none;
}

.my_page_hnb {
  background: #F6F5F5;
  padding: 25px;
}
.my_page_hnb .my_area {
  margin: 0 auto;
}
.my_page_hnb .my_area .name {
  text-align: left;
}
.my_page_hnb .btn a {
  width: 100%;
  border-radius: 3px;
}

@media screen and (min-width: 960px) {
  #fs_MyPageTop .fs-l-pageMain h1 {
    font-size: 24px;
  }
  .fs-body-my-top .fs-l-account {
    justify-content: space-between;
    margin-bottom: 60px;
  }
  .fs-body-my-top .fs-c-accountService {
    grid-template-columns: repeat(4, 1fr);
    width: 49%;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    gap: 10px;
  }
  .fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label {
    font-size: 12px;
  }
  .fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label::before {
    width: 68px;
    font-size: 56px;
  }
  .my_page_hnb {
    width: 49%;
  }
  .my_page_hnb .my_area .box table {
    width: 90%;
  }
  .my_page_hnb h2.ttl {
    width: 90%;
    margin: 20px auto;
  }
  .my_page_hnb .fr3-productListStatic {
    padding: 0;
    width: 90%;
    margin: 0 auto;
  }
}
.my_page_hnb a.under_line:hover {
  text-decoration: underline;
}

.fs-c-button--myPageTop.fs-body-login,
.fs-c-button--myPageTop.fs-c-button--plain {
  display: block;
  background: #fff;
  border-radius: 3px;
  padding: 10px 20px;
  color: #875D45;
}
.fs-c-button--myPageTop.fs-body-login:hover,
.fs-c-button--myPageTop.fs-c-button--plain:hover {
  color: #875D45;
  text-decoration: none;
}

.fs-body-my-addressbook-new .fs-c-heading.fs-c-heading--page {
  text-align: center;
}

.fs-c-inputInformation__button {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.fs-c-buttonContainer--myPageTop {
  justify-content: center;
}

@media screen and (max-width: 600px) {
  .fs-c-inputInformation__button {
    margin-top: 26px;
  }
  .fs-c-addressBookList__list td {
    padding: 0;
  }
  .fs-c-addressBookList__list tr {
    gap: 10px;
    padding: 15px 15px 5px;
  }
  .fs-c-addressBookList__list .fs-c-buttonContainer {
    padding: 0;
    margin-top: 8px;
  }
}
.fs-l-cart__contentsArea {
  margin-top: 42px;
}

.fs-c-cartTableContainer {
  border: none !important;
  padding: 0;
}

.fs-c-cartTable {
  border-top: 1px solid #CCCACA;
}

.fs-c-cartTable__headerCell {
  background: transparent;
  text-align: center;
}

.fs-c-cartTable__headerCell,
.fs-c-cartTable__dataCell {
  padding: 20px 8px;
  border: none;
  border-bottom: 1px solid #CCCACA;
}

.fs-c-cartTable__product {
  grid-template-columns: 120px 1fr;
  align-items: center;
  gap: 35px;
}

.fs-c-cartTable__product > .fs-c-cartTable__productImage {
  aspect-ratio: 1/1;
}
.fs-c-cartTable__product > .fs-c-cartTable__productImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fs-c-cartTable__product > .fs-c-cartTable__productImage {
  padding: 0;
}

.fs-c-listedProductName__name {
  color: #3A4145;
  text-decoration: underline;
  margin-bottom: 10px;
}
.fs-c-listedProductName__name:hover {
  opacity: 0.8;
  color: #3A4145;
}

.fs-c-listedProductName__variation,
.fs-c-listedProductName__selection {
  font-size: 14px;
}

.fs-c-cartTable__unitPrice {
  display: none;
}

.fs-c-cartTable__actionButton button {
  font-size: 13px;
  background: #fff;
  display: inline-block;
  border-radius: 30px;
  padding: 3px 10px;
  color: #3A4145;
}
.fs-c-cartTable__actionButton button:hover {
  color: #3A4145;
  text-decoration: none;
}

.fs-c-cartDiscountInfo__info__current {
  color: #00395D;
}

.fs-p-announcement {
  margin: 42px 0;
}

.fs-p-announcement__title {
  color: #3A4145;
  margin-bottom: 1em;
  font-weight: 700;
}

.fs-c-continueShopping {
  margin-top: 40px;
  padding-bottom: 42px;
  border-bottom: 1px solid #CCCACA;
}

.fs-c-button--standard {
  width: 100%;
  max-width: 300px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border: none;
  font-size: 16px;
  padding: 15px 30px;
  border-radius: 3px;
}
.fs-c-button--standard::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #3A4145;
  border-right: 1px solid #3A4145;
  transform: rotate(45deg);
  transition: 0.2s;
}
.fs-c-button--standard:hover {
  opacity: 0.9;
  border-color: #875D45;
}
.fs-c-button--standard:hover::after {
  border-color: #875D45;
  margin-right: -4px;
}

.fs-body-cart .fs-l-cart__sideColumn {
  background: rgba(255, 255, 255, 0.3);
}

.fs-c-button--primary,
.fs-c-button--secondary {
  text-align: left;
  padding: 1em 1.5em;
  border-radius: 3px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fs-c-button--primary::after,
.fs-c-button--secondary::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  transition: 0.2s;
}

.fs-c-orderTotalTable > tbody > tr th,
.fs-c-orderTotalTable > tbody > tr td {
  border-top: none;
  border-bottom: 1px solid #CCCACA;
}

.fs-c-payWithAmazon__button {
  margin-top: 24px;
}

@media screen and (max-width: 600px) {
  .fs-c-cartTable__headerCell,
  .fs-c-cartTable__dataCell {
    padding: 20px 8px;
    border-bottom: none;
  }
  .fs-c-cartTable__productImage__image {
    padding: 0;
  }
  .fs-c-cartTable__product {
    grid-template-columns: 84px 1fr;
    gap: 15px;
  }
  .fs-p-announcement {
    margin: 39px 0;
  }
  .fs-c-cartTable__unitPrice {
    display: block;
    margin-top: 14px;
  }
  .fs-c-cartTable__dataCell--subtotal,
  .fs-c-cartTable__dataCell--unitPrice {
    display: none;
  }
  .fs-c-cartTable__dataCell--quantity {
    background: #EBE9E8;
    padding: 10px;
  }
  .fs-c-cartTable__dataCell--point::before,
  .fs-c-cartTable__dataCell--quantity::before,
  .fs-c-cartTable__dataCell--subtotal::before {
    font-size: 13px;
  }
  .fs-c-cartTable__actionButton button {
    padding: 8px;
  }
  .fs-c-continueShopping {
    margin-top: 39px;
    padding-bottom: 39px;
  }
  .fs-body-cart .fs-l-cart__sideColumn {
    padding: 20px 15px;
  }
}
a.gun_link {
  display: inline-block;
  position: relative;
  color: #3A4145;
  text-decoration: none;
}
a.gun_link:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -1em;
  width: 5px;
  height: 5px;
  margin-top: 0px;
  border-top: 1px #3A4145 solid;
  border-right: 1px #3A4145 solid;
  transform: rotate(45deg);
}

.margin_bot_42 {
  margin-bottom: 42px;
}
.margin_bot_42:hover {
  color: #875D45;
}

/*# sourceMappingURL=gungendo.css.map */