@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

:root {
  scroll-padding-top: 8rem;
}

.pc-only {
  display: none !important;
}

img {
  vertical-align: middle;
}

address {
  font-style: normal;
}

/*-------------
  header
---------------*/
.fs-l-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}

.header_info {
  background-color: #333;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.6;
  padding: 0.8rem 1rem;
}
.header_info a {
  color: #fff;
  display: block;
}
.header_main {
  display: grid;
  grid-template-columns: 1fr 14.5rem 1fr;
  align-items: center;
}
.header_main_btn button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 1.5rem;
}
.header_main_btn button img {
  width: 2rem;
}
.header_main_logo a {
  display: block;
  padding: 1.4rem 0;
}
.header_main_tool {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0 0.5rem 0 0;
}
.header_main_tool img {
  width: 2.2rem;
}
.header_main_tool a {
  display: block;
  padding: 1rem;
}
.header_main_cart a {
  position: relative;
}
.header_pc {
  list-style: none;
  display: flex;
  justify-content: center;
  font-size: 1.4rem;
  margin: 0;
  padding: 0;
  border-top: 1px solid #ccc;
}
.header_pc > li {
  position: relative;
}
.header_pc > li::before {
  content: "";
  width: 100%;
  height: 0.3rem;
  background-color: transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
}
.header_pc > li .fs-pt-menu__link--lv1 {
  display: block;
  padding: 2.6rem 2rem;
  letter-spacing: 0.05em;
  color: #333;
  cursor: pointer;
  white-space: nowrap;
}
.header_pc > li:hover .fs-pt-menu__heading--lv1 + .fs-pt-menu__submenu {
  grid-template-rows: 1fr;
  visibility: visible;
}
.header_pc > li:hover span + .header_pc_sub {
  grid-template-rows: 1fr;
}
.header_pc .fs-pt-menu__submenu {
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  background-color: #fff;
  display: grid;
  grid-template-rows: 0fr;
  transition: 0.3s grid-template-rows ease;
  min-width: 100%;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
  visibility: hidden;
  border: 1px solid #ccc;
  border-top: none;
}
.header_pc .fs-pt-menu__submenu a {
  display: block;
  padding: 0.8rem 2rem;
  white-space: nowrap;
  font-size: 1.3rem;
  color: #333;
}
.header_pc .fs-pt-menu__submenu li {
  min-width: auto;
}
.header_pc .fs-pt-menu__submenu li:first-child a {
  padding-top: 1.6rem;
}
.header_pc .fs-pt-menu__submenu li:last-child a {
  padding-bottom: 1.6rem;
}

.mypageItemNumberWrap {
  width: auto;
  position: absolute;
  top: 0.8rem;
  left: 50%;
  transform: translate(1.4rem, 0);
}
.mypageItemNumberWrap .fs-p-cartItemNumber {
  color: #fff;
  font-size: 1rem;
  background-color: #666;
  border-radius: 50vw;
  line-height: 15px;
  width: 15px;
  height: 15px;
  text-align: center;
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}
.mypageItemNumberWrap .fs-p-cartItemNumber.is-ready {
  display: block;
}
.mypageItemNumberWrap .fs-p-cartItemNumber.fs-client-cart-count--0 {
  display: none !important;
}

.fs-clientInfo .drawer_point.is-loggedIn--false {
  display: none;
}

#overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 20;
  opacity: 0;
  transition: opacity 0.1s;
  pointer-events: none;
}
#overlay.active {
  opacity: 1;
  pointer-events: visible;
}

.drawer {
  display: block;
  position: fixed;
  background-color: #f2f2f2;
  top: 0;
  left: 0;
  width: calc(100% - 50px);
  height: 100%;
  z-index: 30;
  transform: translateX(-10%);
  pointer-events: none;
  transition: transform 0.1s, opacity 0.2s;
  opacity: 0;
}
.drawer.active {
  transform: translateX(0);
  pointer-events: visible;
  opacity: 1;
}
.drawer_inner {
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 5.3333333333vw 4vw;
  overscroll-behavior-y: contain;
}
.drawer_welcome {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 4.8vw 0 3.7333333333vw;
}
.drawer .fs-p-welcomeMsg {
  font-size: 3.7333333333vw;
  color: #333;
}
.drawer_point {
  margin-top: 1.6vw;
}
.drawer .fs-p-memberInfo__points {
  font-size: 4.2666666667vw;
  color: #333;
  margin: 0;
}
.drawer .fs-p-memberInfo__points b {
  font-size: 6.4vw;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  padding-right: 0.1em;
}
.drawer_flex {
  margin-bottom: 8vw;
}
.drawer_tool {
  margin: 0 0 4vw;
  padding: 2.6666666667vw 0 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.drawer_tool li a {
  display: block;
  text-align: center;
  padding: 2.6666666667vw 0;
}
.drawer_tool li a img {
  width: 6.9333333333vw;
}
.drawer_tool li a strong {
  font-size: 2.9333333333vw;
  display: block;
  padding-top: 0.8em;
  font-weight: 400;
}
.search_group {
  display: flex;
  align-items: stretch;
  border-radius: 1.3333333333vw;
  border: 1px solid #333;
  overflow: hidden;
}
.search_input {
  border: none;
  width: calc(100% - 13.3333333333vw);
  flex-grow: 1;
  padding: 1.3333333333vw 0 1.3333333333vw 2.6666666667vw;
  font-size: 3.7333333333vw;
  height: 13.3333333333vw;
  background: #f2f2f2;
}
.search_input:focus {
  border: none;
  box-shadow: none;
}
.search_button {
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  background-color: #f2f2f2;
  width: 13.3333333333vw;
  padding: 0;
}
.search_button img {
  width: 6.9333333333vw;
}

.keywordBox {
  margin-bottom: 9.3333333333vw;
}
.keywordBox_tag {
  overflow-x: scroll;
  margin: 0 -4vw;
}
.keywordBox_tag_in {
  display: inline-flex;
  list-style: none;
  margin: 0;
  padding: 0 4vw 2.6666666667vw;
}
.keywordBox_tag li {
  background-color: #666;
  white-space: nowrap;
}
.keywordBox_tag li + li {
  margin-left: 1.3333333333vw;
}
.keywordBox_tag li a {
  display: block;
  color: #fff;
  font-size: 3.2vw;
  padding: 2.6666666667vw;
  line-height: 1;
  min-width: 24vw;
  text-align: center;
}
.drawer .drawer_menu_ttl, .subnav .drawer_menu_ttl {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 5.3333333333vw;
  letter-spacing: 0.1em;
  line-height: 1;
  margin: 0 0 5.3333333333vw;
}
.drawer .drawer_menu_item, .subnav .drawer_menu_item {
  list-style: none;
  padding: 0;
  margin: 0 0 10.6666666667vw;
  border-top: 1px solid #333;
}
.drawer .drawer_menu_item li, .subnav .drawer_menu_item li {
  border-bottom: 1px solid #999;
}
.drawer .drawer_menu_item a, .subnav .drawer_menu_item a {
  margin: 0;
  padding: 4.8vw 2.6666666667vw;
  display: block;
  font-size: 3.7333333333vw;
  position: relative;
}
.drawer .drawer_menu_item a:after, .subnav .drawer_menu_item a:after {
  content: "";
  width: 2.1333333333vw;
  height: 2.1333333333vw;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  right: 4vw;
  top: 50%;
  pointer-events: none;
}
.drawer .drawer_menu_item .fs-pt-menu__submenu, .subnav .drawer_menu_item .fs-pt-menu__submenu {
  list-style: none;
  padding: 0;
  display: none;
}

.drawer_sns {
  text-align: center;
  margin: 0;
  padding: 0;
}
.drawer_sns dt {
  font-family: "Lato", sans-serif;
  font-size: 4.8vw;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.drawer_sns dd {
  display: flex;
  justify-content: center;
  margin: 0;
}
.drawer_sns dd a {
  display: block;
  padding: 2.6666666667vw;
}
.drawer_sns dd a svg {
  width: 18.6666666667vw;
  height: 18.6666666667vw;
}

.subnav {
  position: fixed;
  background-color: #f2f2f2;
  top: 0;
  left: 0;
  width: calc(100% - 50px);
  height: 100%;
  z-index: 31;
  pointer-events: none;
  transition: opacity 0.2s;
  opacity: 0;
}
.subnav.active {
  opacity: 1;
  pointer-events: visible;
}
.subnav.active .subnav_inner {
  transform: translateX(0);
}
.subnav_inner {
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 5.3333333333vw 4vw;
  overscroll-behavior-y: contain;
  transform: translateX(10%);
  transition: transform 0.1s;
}
.subnav h2 {
  margin: 0;
  font-size: 5.3333333333vw;
  font-weight: 400;
  line-height: 1.4;
  padding-bottom: 4vw;
  border-bottom: 1px solid #333;
}
.subnav .nav_return {
  text-align: left;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  font-size: 3.7333333333vw;
  width: 100%;
  margin: 0;
  padding: 4.8vw 2.6666666667vw;
  display: block;
  position: relative;
  padding-left: 9.3333333333vw;
}
.subnav .nav_return:after {
  content: "";
  width: 2.1333333333vw;
  height: 2.1333333333vw;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  transform: rotate(-45deg) translateY(-50%);
  position: absolute;
  left: 4vw;
  top: 50%;
  pointer-events: none;
}
.subnav-all {
  margin: 0;
  border-top: 1px solid #333;
}
.subnav-all a {
  padding: 4.8vw 2.6666666667vw;
  display: block;
  font-size: 3.7333333333vw;
  position: relative;
}
.subnav-all a:after {
  content: "";
  width: 2.1333333333vw;
  height: 2.1333333333vw;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  right: 4vw;
  top: 50%;
  pointer-events: none;
}
.subnav-all li {
  border-bottom: none;
}
.subnav #subnav-item .drawer_menu_item {
  border-top-color: #999;
}

.nav_close {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-size: 5rem;
  line-height: 1;
  color: #fff;
  position: absolute;
  left: 100%;
  top: 0;
  overflow: hidden;
  width: 5rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 0;
}

/*-------------
  footer
---------------*/

.footer_special {
  background-color: #f2f2f2;
  padding: 3.5rem 0;
}
.footer_special_item {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  row-gap: 1.5rem;
}
.footer_special_item li {
  background-color: #fff;
  padding: 3.5rem 1.5rem 3rem;
  text-align: center;
}
.footer_special_item li img {
  width: 5.6rem;
}
.footer_special_item li h3 {
  font-size: 1.5rem;
  margin-top: 2.5rem;
}
.footer_special_item li p {
  font-size: 1.3rem;
  margin-top: 1.6rem;
  line-height: 1.6;
}
.footer_nav {
  background-color: #333;
  padding: 3.5rem 0 5rem;
}
.footer_nav * {
  color: #ccc;
}
.footer_nav_item {
  display: grid;
  row-gap: 3.5rem;
}
.footer_nav .drawer_menu_item {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.footer_nav .drawer_menu_item li span {
  display: block;
}
.footer_nav .fs-pt-menu__link {
  padding: 1.6rem 1.5rem;
  font-size: 1.2rem;
}
.footer_nav .fs-pt-menu__submenu {
  display: none !important;
}
.footer_sns {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}
.footer_sns a {
  display: block;
  margin: 0 1rem;
}
.footer_sns svg {
  width: 7rem;
  height: 7rem;
}
.footer_sns svg path {
  fill: #fff;
}
.footer_copy {
  font-size: 1rem;
  text-align: center;
  letter-spacing: 0.05em;
  margin: 0;
}

/*-------------
  コンテンツ
---------------*/
.secBlock:not(:last-child) {
  margin-bottom: 7rem;
}

.innerBox {
  padding-left: 4vw;
  padding-right: 4vw;
}

.heading--lv2 {
  text-align: center;
  margin-bottom: 3rem;
}
.heading--lv2 b {
  font-family: "Lato", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.1em;
  font-weight: 400;
  display: block;
}
.heading--lv2 span {
  display: block;
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-top: 0.6rem;
}

.col4-list.fs-c-productListCarousel .slick-slide {
  width: calc(50% + 0.4rem - 1.5rem);
  margin-right: 1.5rem;
  height: auto;
}

.all_btn {
  text-align: center;
  margin-top: 3.5rem;
}
.all_btn a {
  display: block;
  background-color: #fff;
  width: 20rem;
  margin: 0 auto;
  font-size: 1.2rem;
  padding: 1.4rem 0;
  border: 1px solid #333;
  letter-spacing: 0.1em;
  transition: background-color 0.3s, color 0.3s;
}

.__ranking .slick-slide {
  counter-increment: num;
  position: relative;
}
.__ranking .slick-slide:before {
  content: counter(num);
  font-size: 1.2rem;
  line-height: 1;
  color: #333;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #333;
  position: absolute;
  top: 1rem;
  left: 1rem;
  min-width: 1rem;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

.top_category {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  row-gap: 1.3333333333vw;
}
.top_category li {
  overflow: hidden;
}
.top_category a {
  display: block;
  width: 100%;
  height: 48vw;
  position: relative;
  z-index: 0;
}
.top_category a:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.top_category a figure {
  margin: 0;
  height: 100%;
  position: relative;
}
.top_category a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top_category_in {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.top_category_in h3 {
  font-size: 4.2666666667vw;
  margin: 0 0 1.6vw;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.top_category_in p {
  font-size: 3.2vw;
  margin: 0;
  letter-spacing: 0.1em;
  color: #fff;
}
.top_category_in span {
  font-size: 3.2vw;
  margin: 5.3333333333vw 0 0;
  letter-spacing: 0.1em;
  color: #fff;
  display: inline-block;
  border: 1px solid #fff;
  width: 40vw;
  padding: 2.6666666667vw 0;
  transition: background-color 0.3s, color 0.3s;
}

.top_topics {
  overflow: hidden;
}
.top_topics .swiper {
  margin: 0 4vw;
  overflow: initial;
}
.top_topics .fs-pt-column__item {
  width: 21.5rem;
}
.top_topics .fs-pt-column__item:before {
  content: "TOPICS";
  font-size: 1.2rem;
  color: #fff;
  background-color: #333;
  font-family: "Lato", sans-serif;
  padding: 0 1.3rem;
  line-height: 2rem;
  position: absolute;
  top: 0;
  left: 0;
}
.top_topics .fs-pt-column__image {
  display: block;
  margin-bottom: 1.2rem;
}
.top_topics .fs-pt-column__heading {
  font-size: 1.4rem;
  font-weight: bold;
}
.top_topics .fs-pt-column__description {
  font-size: 1.2rem;
  margin-top: 1rem;
}
.top_topics .fs-pt-column__description a {
  text-decoration: underline;
}

/*-------------
  商品一覧
---------------*/
.fs-c-breadcrumb + .fs-l-main {
  margin-top: 0 !important;
}

.fs-c-subgroupList__comment {
  display: none !important;
}

.category_detail {
  background-color: #f3f2f7;
}
.category_detail dt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.category_detail dd {
  padding: 40px 8vw;
  text-align: center;
  margin: 0;
}
.category_detail dd h1 {
  font-size: 2rem;
  font-family: "Lato", "Yu Gothic Medium", "Yu Gothic", "Hiragino Kaku Gothic Pro", verdana, meiryo, sans-serif;
  margin: 0;
}
.category_detail dd p {
  margin: 2rem 0 0;
  font-size: 1.3rem;
}

.fs-c-productListItem__imageContainer {
  order: 1;
  margin-bottom: 0.5rem !important;
}

.fs-c-productListItem__productName {
  order: 3;
  margin: 0 0 0.5rem !important;
  font-weight: 400;
}

.fs-c-productMarks {
  order: 2;
  margin: 0 0 0.5rem !important;
}

.fs-c-productListItem__prices {
  order: 4 !important;
}

.fs-c-productPrice__main {
  font-family: "Lato", sans-serif;
}

.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  font-weight: 400;
}

.fs-c-productListItem__control {
  order: 5 !important;
}

.fs-c-productList__list + .fs-c-productList__controller .fs-c-sortItems {
  display: none !important;
}

.fs-c-listControl {
  flex-direction: row;
  align-items: center;
}
.fs-c-listControl .fs-c-listControl__status {
  margin-bottom: 0;
  margin-right: 1rem;
  font-size: 1.2rem;
}
.fs-c-listControl .fs-c-pagination {
  margin-top: 0;
}

/*-------------
  商品詳細
---------------*/
.fs-c-productMark__mark--1 {
  border: 1px solid #333;
  color: #333;
}

.fs-c-productChooseVariation {
  margin-top: 3rem;
}
.fs-c-productChooseVariation__variation + .fs-c-productChooseVariation__variation {
  margin-top: 3rem;
}

.fs-c-variationPanelList {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.fs-c-variationPanelList__list {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
  width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(9.6em, 1fr));
}
.fs-c-variationPanelList__list > li {
  box-sizing: border-box;
}
.fs-c-variationPanelList__radio {
  display: none;
}
.fs-c-variationPanelList__radio:checked + .fs-c-variationPanelList__panel:where(:not(.fs-c-variationPanelList__panel--outOfStock)) {
  border-color: #999;
}
.fs-c-variationPanelList__radio:checked + .fs-c-variationPanelList__panel .fs-c-variationPanelList__panel__content {
  background: #333;
  color: #fff;
}
.fs-c-variationPanelList__item {
  display: flex;
  flex-direction: column;
}
.fs-c-variationPanelList__panel {
  border: 1px solid #999;
  display: grid;
  grid-template-rows: 1fr auto;
  flex-grow: 1;
  height: 100%;
  overflow: hidden;
}
.fs-c-variationPanelList__panel--outOfStock {
  border-style: dashed;
}
.fs-c-variationPanelList__panel--outOfStock .fs-c-variationPanelList__panel__content {
  opacity: 0.5;
  position: relative;
  overflow: hidden;
}
.fs-c-variationPanelList__panel--outOfStock .fs-c-variationPanelList__panel__content:after {
  content: "";
  width: 105%;
  height: 1px;
  background-color: rgba(51, 51, 51, 0.5);
  transform: rotate(15deg);
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: top left;
  pointer-events: none;
}
.fs-c-variationPanelList__panel__caption {
  font-size: 1.2rem;
  color: #666;
}
.fs-c-variationPanelList__panel__content {
  background: #f2f2f2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  min-height: 45px;
  padding: 8px;
  width: 100%;
  color: #333;
  text-align: center;
}
.fs-c-variationPanelList__panel__image {
  display: none;
}
.fs-c-variationPanelList__panel__price {
  background-color: transparent;
  padding: 8px;
}
.fs-c-variationPanelList__panel__caption, .fs-c-variationPanelList__panel__stock {
  font-size: 1.2rem;
  margin-top: auto;
}
.fs-c-variationPanelList__label .fs-c-variationLabel__label {
  display: block;
  font-weight: bold;
}
.fs-c-variationPanelList__label .fs-c-variationLabel__value {
  display: none;
}

.fs-c-productQuantityAndWishlist {
  display: flex;
  justify-content: flex-end;
  flex-direction: row-reverse;
  align-items: center;
}
.fs-c-productQuantityAndWishlist__quantity {
  margin-right: 2rem;
}

.fs-body-product .fs-c-button--particular.fs-c-button--addToWishList--detail::after,
.fs-body-product .fs-c-button--particular.fs-c-button--removeFromWishList--detail::after {
  font-size: 3rem;
}

.fs-c-productActionButton, .fs-c-productQuantityAndWishlist {
  margin-top: 3rem;
}

#item_accordion {
  margin-top: 5rem;
}

.item_btnBox {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr minmax(190px, 1fr);
  margin: 3rem 0;
}

.item_btnBox_line {
  grid-column: 1/3;
  grid-row: 1/2;
}

.item_btnBox_line a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .4rem 0;
  font-size: 1.2rem;
  line-height: 1.6;
  border: 1px solid #999;
  text-align: center;
}
.item_btnBox_line img {
  margin-right: 1rem;
}
@media screen and (min-width: 900px) {
  .item_btnBox_line a {
      font-size: 1.4rem;
  }
}
.share_wrap {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}

.product_sns_ttl {
  margin: 0;
  font-size: 1.3rem;
}

.product_sns {
  display: grid;
  grid-template-columns: 3rem 3rem 3rem;
  column-gap: 2rem;
  margin-left: 2rem;
}

.itemDetail_ttl {
  text-align: center;
  margin: 0 0 3rem;
  font-size: 2rem;
  font-weight: 400;
}

.acc-wrap:first-of-type {
  border-top: 1px solid #ccc;
}

.review-cnt-copy {
  margin-top: 7rem;
}

.fs-c-coupon__products .fs-c-slick .slick-track {
  display: flex;
}
.fs-c-coupon__products .fs-c-productListItem__productName {
  font-size: 1.4rem;
}
.fs-c-coupon__products .fs-c-productMarks,
.fs-c-coupon__products .fs-c-productPrice__main__label {
  display: none;
}
.fs-c-coupon__products .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  color: #333;
}
.fs-c-coupon__products .fs-c-productListCarousel {
  display: block;
  position: relative;
}
.fs-c-coupon__products .fs-c-productListCarousel__ctrl {
  position: absolute;
  top: 3rem;
  z-index: 1;
}
.fs-c-coupon__products .fs-c-productListCarousel__ctrl--next {
  right: -16px;
}
.fs-c-coupon__products .fs-c-productListCarousel__ctrl--prev {
  left: -16px;
}

.fs-c-productVariationPrice__price.fs-c-price {
  display: inline;
}

.fs-c-productVariationPrice__addon .fs-c-productVariationPrice__addon__label {
  font-size: 1rem;
}

.fs-c-productVariationPrice__addon .fs-c-productVariationPrice__addon__label::before {
  content: "（";
  display: inline;
}

.fs-c-productVariationPrice__addon .fs-c-productVariationPrice__addon__label::after {
  content: "）";
  display: inline;
}

.fs-c-productCarouselMainImage .fs-c-slick.slick-slider,
.slick-list,
.slick-track {
  height: 100% !important;
}

@media screen and (min-width: 640px) {
  :root {
    scroll-padding-top: 12rem;
  }
  .sp-only {
    display: none !important;
  }
  .header_info {
    font-size: 1.4rem;
    padding: 1.6rem 1rem;
  }
  .header_main {
    grid-template-columns: 1fr 29.6rem 1fr;
    max-width: 120rem;
    margin: 0 auto;
  }
  .header_main_btn button img {
    width: 3rem;
  }
  .header_main_logo a {
    padding: 1.8rem 0;
  }
  .header_main_tool li + li {
    margin-left: 1rem;
  }
  .header_main_tool img {
    width: 2.4rem;
  }
  .drawer {
    width: 100%;
    height: 80%;
    transform: translateX(0);
  }
  .drawer_inner {
    padding: 3rem 2rem;
    max-width: 124rem;
    margin: 0 auto;
  }
  .drawer_welcome {
    border-top: none;
    padding: 0 0 1.8rem;
    display: flex;
    align-items: baseline;
  }
  .drawer .fs-p-welcomeMsg {
    font-size: 1.6rem;
  }
  .drawer_point {
    margin-top: 0;
    margin-left: 3rem;
  }
  .drawer .fs-p-memberInfo__points {
    font-size: 1.6rem;
  }
  .drawer .fs-p-memberInfo__points b {
    font-size: 3rem;
  }
  .drawer_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 3rem 0 4rem;
  }
  .drawer_tool {
    margin: 0;
    display: flex;
    padding: 0;
  }
  .drawer_tool li + li {
    margin-left: 1.8rem;
  }
  .drawer_tool li a {
    padding: 1rem;
  }
  .drawer_tool li a img {
    width: 3rem;
  }
  .drawer_tool li a strong {
    font-size: 1.2rem;
    padding-top: 1.2rem;
  }
  .search {
    width: 40rem;
  }
  .search_group {
    border-radius: 1rem;
  }
  .search_input {
    width: calc(100% - 6rem);
    padding: 0.5rem 0 0.5rem 1rem;
    font-size: 1.6rem;
    height: 6rem;
  }
  .search_button {
    width: 6rem;
  }
  .search_button img {
    width: 2.2rem;
  }
  .keywordBox {
    margin-bottom: 3rem;
  }
  .keywordBox_tag {
    margin: 0;
    overflow-x: auto;
  }
  .keywordBox_tag_in {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .keywordBox_tag li {
    margin: 0.5rem;
  }
  .keywordBox_tag li + li {
    margin-left: 0;
  }
  .keywordBox_tag li a {
    font-size: 1.4rem;
    padding: 1.2rem;
    min-width: 14rem;
  }
  .drawer .drawer_menu, .subnav .drawer_menu {
    border-top: 1px solid #666;
    padding: 3rem 0;
  }
  .drawer .drawer_menu_ttl, .subnav .drawer_menu_ttl {
    font-size: 2rem;
    margin: 0 0 2rem;
  }
  .drawer .drawer_menu_item, .subnav .drawer_menu_item {
    margin: 0;
    border-top: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .drawer .drawer_menu_item li, .subnav .drawer_menu_item li {
    border-bottom: none;
  }
  .drawer .drawer_menu_item > li, .subnav .drawer_menu_item > li {
    margin-bottom: 2rem;
  }
  .drawer .drawer_menu_item > li:not(:last-child), .subnav .drawer_menu_item > li:not(:last-child) {
    margin-right: 5rem;
  }
  .drawer .drawer_menu_item a, .subnav .drawer_menu_item a {
    padding: 1rem 0;
    font-size: 1.6rem;
  }
  .drawer .drawer_menu_item a:after, .subnav .drawer_menu_item a:after {
    display: none;
  }
  .drawer .drawer_menu_item .fs-pt-menu__submenu, .subnav .drawer_menu_item .fs-pt-menu__submenu {
    display: block;
  }
  .drawer .drawer_menu_item .fs-pt-menu__submenu .fs-pt-menu__link--lv2, .subnav .drawer_menu_item .fs-pt-menu__submenu .fs-pt-menu__link--lv2 {
    font-size: 1.4rem;
    padding: 0.5rem 0;
  }
  .drawer .drawer_menu--cate {
    display: grid;
    grid-template-columns: repeat(6, auto);
    grid-template-rows: auto 1fr;
  }
  .drawer .drawer_menu--cate li {
    grid-row: 1/3;
  }
  .drawer .drawer_menu--cate li.fs-pt_menu__item--mens, .drawer .drawer_menu--cate li.fs-pt_menu__item--italy {
    grid-row: 1/2;
    margin-bottom: 0;
  }
  .drawer .drawer_menu--cate li.fs-pt_menu__item--ladies, .drawer .drawer_menu--cate li.fs-pt_menu__item--japan {
    grid-row: 2/3;
  }
  .drawer_sns {
    padding: 3rem 0;
    text-align: left;
    border-top: 1px solid #666;
  }
  .drawer_sns dt {
    font-size: 2rem;
    margin: 0 0 2rem;
  }
  .drawer_sns dd {
    justify-content: flex-start;
  }
  .drawer_sns dd a {
    padding: 0;
    margin-right: 1rem;
  }
  .drawer_sns dd a svg {
    width: 6rem;
    height: 6rem;
  }
  .subnav {
    display: none !important;
  }
  .subnav_inner {
    padding: 3rem 2rem;
    max-width: 124rem;
    margin: 0 auto;
  }
  .nav_close {
    font-size: 7rem;
    right: 0;
    left: auto;
    color: #333;
    width: 7rem;
    height: 7rem;
  }
  .fs-l-footer {
    padding-top: 6rem;
  }
  .footer_special {
    padding: 7rem 0;
  }
  .footer_special_item {
    row-gap: 0;
    column-gap: 1.5rem;
    grid-template-columns: repeat(3, 1fr);
  }
  .footer_special_item li img {
    width: 5.5rem;
  }
  .footer_special_item li h3 {
    font-size: 1.8rem;
  }
  .footer_special_item li p {
    font-size: 1.4rem;
  }
  .footer_nav_item {
    display: flex;
    justify-content: space-around;
    row-gap: 0;
  }
  .footer_nav_item .col-1 {
    flex: 1;
  }
  .footer_nav_item .col-2 {
    flex: 1;
  }
  .footer_nav .fs-pt-menu__link {
    font-size: 1.4rem;
    padding: 1rem 0;
    display: inline-block;
  }
  .footer_copy {
    font-size: 1.4rem;
    margin-top: 2rem;
  }
  .secBlock:not(:last-child) {
    margin-bottom: 14rem;
  }
  .heading--lv2 {
    margin-bottom: 5rem;
  }
  .heading--lv2 b {
    font-size: 4rem;
  }
  .heading--lv2 span {
    font-size: 1.2rem;
    margin-top: 0;
  }
  .col4-list.fs-c-productListCarousel .slick-slide {
    width: calc(33.33% + 0.26rem - 1.5rem);
  }
  .all_btn {
    margin-top: 7rem;
  }
  .all_btn a {
    width: 30rem;
    font-size: 1.4rem;
  }
  .__ranking .slick-slide:before {
    font-size: 2rem;
    top: 2rem;
    left: 2rem;
    min-width: 2rem;
  }
  .top_category {
    max-width: 1868px;
    padding-left: 24px;
    padding-right: 24px;
    margin: 0 auto;
    grid-template-columns: 1fr 1fr;
    row-gap: 0.6rem;
    column-gap: 0.6rem;
  }
  .top_category a {
    height: 30rem;
  }
  .top_category_in h3 {
    font-size: 2rem;
    margin: 0 0 0.8rem;
  }
  .top_category_in p {
    font-size: 1.2rem;
  }
  .top_category_in span {
    font-size: 1.4rem;
    margin: 3.5rem 0 0;
    width: 20rem;
    padding: 1.6rem 0;
  }
  .top_topics .swiper {
    max-width: 1868px;
    padding-left: 24px;
    padding-right: 24px;
    margin: 0 auto;
  }
  .top_topics .fs-pt-column__item {
    width: 28rem;
  }
  .top_topics .fs-pt-column__item:before {
    font-size: 1.6rem;
    line-height: 3rem;
    padding: 0 2rem;
  }
  .top_topics .fs-pt-column__image {
    margin-bottom: 1.5rem;
  }
  .top_topics .fs-pt-column__heading {
    font-size: 1.6rem;
  }
  .top_topics .fs-pt-column__description {
    font-size: 1.4rem;
  }
  .category_detail dd {
    padding: 4rem 3rem;
  }
  .category_detail dd h1 {
    font-size: 3rem;
  }
  .category_detail dd p {
    font-size: 1.4rem;
  }
  .fs-c-productListItem__imageContainer {
    margin-bottom: 1.5rem !important;
  }
  .fs-c-productMarks {
    margin: 0 0 1.2rem !important;
  }
  .fs-c-listControl .fs-c-listControl__status {
    margin-right: 2rem;
    font-size: 1.4rem;
  }
  .itemDetail_ttl {
    font-size: 3rem;
    margin: 0 0 4.5rem;
  }
  .review-cnt-copy {
    margin-top: 10rem;
  }
  .fs-c-coupon__products .fs-c-productListCarousel__ctrl {
    top: 50%;
    margin-top: -22px;
  }
}

@media screen and (min-width: 900px) {
  :root {
    scroll-padding-top: 20rem;
  }
  .sptab-only {
    display: none !important;
  }
  .pc-only {
    display: block !important;
  }
  .footer_special_item {
    column-gap: 3rem;
  }
  .footer_special_item li h3 {
    font-size: 2rem;
  }
  .footer_nav_item .col-2 {
    flex: 2;
  }
  .footer_nav_item .col-2 .drawer_menu_item {
    display: flex;
    flex-wrap: wrap;
  }
  .footer_nav_item .col-2 .drawer_menu_item li {
    width: 50%;
  }
  .innerBox {
    max-width: 1248px;
    padding-left: 24px;
    padding-right: 24px;
    margin: 0 auto;
  }
  .col4-list.fs-c-productListCarousel .slick-slide {
    width: calc(25% + 0.4rem - 3rem);
    margin-right: 3rem;
  }
  .top_category a {
    height: 40rem;
  }
  .top_category_in h3 {
    font-size: 2.4rem;
    margin: 0 0 1.2rem;
  }
  .top_category_in span {
    width: 24rem;
    padding: 2rem 0;
  }
  .top_topics .fs-pt-column__item {
    width: auto;
  }
  .category_detail {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .category_detail dd {
    padding: 3rem 0 3rem 5%;
    display: flex;
    flex-direction: column;
    text-align: left;
    align-self: center;
  }
  .category_detail dd h1 {
    max-width: 60rem;
  }
  .category_detail dd p {
    max-width: 60rem;
  }
  #item_accordion {
    grid-column: 1/2;
    grid-row: 2/3;
    margin-top: 0;
  }
}

@media screen and (max-width: 639px) {
  .pctab-only {
    display: none !important;
  }
  .footer_nav .drawer_menu_item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid #999;
  }
  .footer_nav .drawer_menu_item:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #999;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .footer_nav .drawer_menu_item li {
    border-bottom: 1px solid #999;
  }
  .footer_nav .drawer_menu_item li:nth-child(odd) {
    border-right: 1px solid #999;
  }
  .footer_nav .drawer_menu_item li:nth-child(odd) .fs-pt-menu__link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .footer_nav .fs-pt-menu__link {
    display: block;
  }
  .category_detail dt {
    aspect-ratio: 375/250;
  }
}

@media screen and (max-width: 899px) {
  .header_pc {
    display: none;
  }
}

@media (hover) {
  .header_pc > li:hover::before {
    background-color: #333;
  }
  .header_pc .fs-pt-menu__submenu a:hover {
    text-decoration: underline;
  }
  .all_btn a:hover {
    background-color: #333;
    color: #fff;
  }
  .top_category a:hover .top_category_in span {
    background-color: #fff;
    color: #333;
  }
}

@media screen and (min-width: 1000px) {
  .keywordBox {
    margin-bottom: 4.5rem;
  }
  .drawer_col {
    display: grid;
    grid-template-columns: 20rem 1fr;
    column-gap: 3rem;
  }
  .drawer .drawer_menu, .subnav .drawer_menu {
    padding: 3.5rem 0;
  }
  .drawer .drawer_menu_ttl, .subnav .drawer_menu_ttl {
    font-size: 2.4rem;
    margin: 0;
    padding-top: 1rem;
  }
  .drawer_sns {
    display: grid;
    grid-template-columns: 20rem 1fr;
    column-gap: 3rem;
    padding: 3.5rem 0;
  }
  .drawer_sns dt {
    font-size: 2.4rem;
    margin: 0;
    padding-top: 1rem;
  }
}

@media screen and (min-width: 640px) and (hover) {
  .drawer .drawer_menu_item a:hover, .subnav .drawer_menu_item a:hover {
    text-decoration: underline;
  }
  .drawer .drawer_menu_item .fs-pt-menu__submenu .fs-pt-menu__link--lv2:hover, .subnav .drawer_menu_item .fs-pt-menu__submenu .fs-pt-menu__link--lv2:hover {
    text-decoration: underline;
  }
}

@media screen and (min-width: 1200px) {
  .top_topics .fs-pt-column__item:before {
    font-size: 2rem;
    line-height: 4rem;
    padding: 0 2.6rem;
  }
  .category_detail dd h1 {
    font-size: 4rem;
  }
  .category_detail dd p {
    font-size: 1.6rem;
  }
}
/*# sourceMappingURL=kamurogi.css.map */
