@charset "UTF-8";
@font-face {
  font-family: at_m;
  src: url("https://bagmania.itembox.design/item/assets/font/AT_Sackers_Gothic_Medium.woff2") format("woff2"), url("https://bagmania.itembox.design/item/assets/font/AT_Sackers_Gothic_Medium.woff") format("woff");
}
@font-face {
  font-family: at_b;
  src: url("https://bagmania.itembox.design/item/assets/font/AT_Sackers_Heavy_Gothic.woff2") format("woff2"), url("https://bagmania.itembox.design/item/assets/font/AT_Sackers_Heavy_Gothic.woff") format("woff");
}
/*
html {
  scroll-behavior: smooth;
}
*/
.mid-only {
  display: none !important;
}

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

img {
  vertical-align: middle;
}

.blockInner {
  padding-left: 4vw;
  padding-right: 4vw;
  margin: 0 auto;
}

hr {
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-color: #c8c8c8;
  margin: 50px 0;
}

ul {
  list-style: none;
}

/*---------------------
  ヘッダー
-----------------------*/
.fs-l-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
}
.fs-l-header button {
  padding: 0;
  background-color: transparent;
  border: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: #666;
}

.header {
  border-bottom: 3px solid #000;
  background-color: #fff;
}
.header_main {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 48vw 1fr;
  padding: 1.3333333333vw 0 1.3333333333vw;
}
.header_main_free {
  grid-column: 1/4;
  grid-row: 1/2;
  margin: 0 0 0 4vw;
}
.header_main_free span {
  font-size: 3.2vw;
  border: 1px solid #000;
  padding: 1.3333333333vw 4vw;
  line-height: 1;
  display: inline-block;
  letter-spacing: 0.05em;
}
.header_logo a {
  display: block;
  text-align: center;
}
.header_logo img {
  width: 36vw;
}
.header_button {
  list-style: none;
  padding: 0 2.6666666667vw 0 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  text-align: center;
}
.header_button li > a, .header_button li > button {
  display: block;
  padding: 2.1333333333vw;
  position: relative;
}
.header_button li > a span, .header_button li > button span {
  display: none;
}
.header_button li > a img, .header_button li > button img {
  width: 5.3333333333vw;
}
.header_member {
  margin: 0;
  position: relative;
}
.header_member dt {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 0;
}
.header_member dt span {
  margin-right: 2rem;
}
.header_member dt:after {
  content: "";
  width: 8px;
  height: 14px;
  background: url(https://bagmania.itembox.design/item/assets/img/chevron_right_bk.svg) no-repeat center/100% auto;
  transform: rotate(90deg);
  margin-left: 3rem;
}
.header_member dt.active:after {
  transform: scale(1, -1) rotate(90deg);
}
.header_member dt.active + dd {
  display: block;
}
.header_member dd {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  margin: 0;
  width: 280px;
  padding: 0 20px;
  position: absolute;
  left: 0;
  top: 100%;
  display: none;
}
.header_member dd p {
  margin: 0;
}
.header_member dd p + p {
  border-top: 1px solid #999;
}
.header_member dd a {
  display: block;
  padding: 18px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1;
}
.header_member dd a:after {
  content: "";
  width: 8px;
  height: 14px;
  background: url(https://bagmania.itembox.design/item/assets/img/chevron_right_bk.svg) no-repeat center/100% auto;
}
.header_help {
  position: relative;
}
.header_help_item {
  position: absolute;
  top: 100%;
  right: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  padding: 0 1rem;
  display: none;
}
.header_help_item a {
  font-size: 1.4rem;
  display: block;
  width: 100%;
  white-space: nowrap;
  text-align: left;
  padding: 0.8rem 0.5rem;
}
.header_help_item a + a {
  border-top: 1px solid #999;
}

.mypageItemNumberWrap {
  width: auto;
  position: absolute;
  top: 1.3333333333vw;
  left: 50%;
  transform: translate(4vw, 0);
}
.mypageItemNumberWrap .fs-p-cartItemNumber {
  color: #fff;
  font-size: 2.6666666667vw;
  background-color: #000;
  border-radius: 50%;
  line-height: 4vw;
  width: 4vw;
  height: 4vw;
  text-align: center;
  display: inline-block;
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  font-style: normal;
}
.mypageItemNumberWrap .fs-p-cartItemNumber.fs-client-cart-count--0 {
  display: none !important;
}
.mypageItemNumberWrap .fs-p-cartItemNumber.is-ready {
  display: block;
}

.megamenu #brand_list .menu_list-ttl,
.drawer .menu_list-ttl {
  display: none !important;
}

#drawerBtn {
  width: 14.6666666667vw;
}

#overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 11;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}

body.show-nav {
  position: fixed;
  height: 100%;
  width: 100%;
}
body.show-nav #overlay {
  opacity: 1;
  pointer-events: visible;
}

/****メガメニュー*****/
.megamenu {
  position: absolute;
  width: 100%;
  left: 0;
  background: #fff;
  border-top: 5px solid #000;
  display: none;
}

.megamenu_item {
  display: flex;
  justify-content: center;
  max-width: 1240px;
  margin: 0 auto;
  padding: 4rem 0 5rem;
}

.menu_list {
  margin: 0 min(3.3vw, 5.5rem);
  padding: 0;
  list-style: none;
}
.menu_list li {
  font-size: 1.4rem;
  font-feature-settings: "palt";
}
.menu_list li a {
  display: block;
  color: #646464;
  line-height: 1.3;
  padding: 1.2rem 0;
}
.menu_list li.menu_list-ttl {
  font-weight: bold;
  padding: 1.2rem 0;
  line-height: 1.3;
}
.menu_list-col2 {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: min(3.5vw, 6rem);
  grid-template-rows: repeat(auto-fit, minmax(10px, -webkit-max-content));
  grid-template-rows: repeat(auto-fit, minmax(10px, max-content));
}
.menu_list-col2 li.menu_list-ttl {
  grid-column: 1/3;
}
.menu_list-col3 {
  display: grid;
  grid-template-columns: auto auto 1fr;
  column-gap: min(3.5vw, 6rem);
  grid-template-rows: repeat(auto-fit, minmax(10px, -webkit-max-content));
  grid-template-rows: repeat(auto-fit, minmax(10px, max-content));
}
.menu_list-col3 li.menu_list-ttl {
  grid-column: 1/4;
}
.menu_list:not(.menu_list-link) a {
  padding-left: 1em;
}
.menu_list:not(.menu_list-link) a:before {
  content: "-";
  display: inline-block;
  text-indent: -1em;
}

/****drawer*****/
#drawer_close {
  position: absolute;
  top: 1.3333333333vw;
  left: 86.6666666667vw;
}
#drawer_close img {
  width: 10.6666666667vw;
}

.drawer {
  width: 100%;
  height: 100%;
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12;
  pointer-events: none;
  transform: translateX(-100%);
  transition: transform 0.1s;
}
.drawer.active {
  transform: translateX(0);
  pointer-events: visible;
}
.drawer_inner {
  width: 85.3333333333vw;
  height: 100%;
  z-index: 100;
  background-color: #fff;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  padding-bottom: 8vw;
}
.drawer_member {
  border-bottom: 1px solid #c7c7c7;
  padding: 3.2vw 4vw;
  display: flex;
  align-items: center;
}
.drawer_member .is-loggedIn--false {
  display: none;
}
.drawer_member_stage {
  margin: 0 4.2666666667vw 0 0;
  width: 14.6666666667vw;
  text-align: center;
}
.drawer_member_stage strong {
  display: block;
  font-size: 2.6666666667vw;
  font-feature-settings: "palt";
  line-height: 1.8;
}
.drawer_member_stage-icon {
  display: inline-block;
  width: 7.2vw;
  height: 10.6666666667vw;
  vertical-align: middle;
}
.drawer_member_stage-1 {
  background: url(https://bagmania.itembox.design/item/assets/img/icon_regular.png) no-repeat center/100% auto;
}
.drawer_member_stage-2 {
  background: url(https://bagmania.itembox.design/item/assets/img/icon_bronz.png) no-repeat center/100% auto;
}
.drawer_member_stage-3 {
  background: url(https://bagmania.itembox.design/item/assets/img/icon_silver.png) no-repeat center/100% auto;
}
.drawer_member_stage-4 {
  background: url(https://bagmania.itembox.design/item/assets/img/icon_gold.png) no-repeat center/100% auto;
}
.drawer_member_stage-5 {
  background: url(https://bagmania.itembox.design/item/assets/img/icon_platinum.png) no-repeat center/100% auto;
}
.drawer_member_detail {
  flex: 1;
}
.drawer_member_detail p {
  margin: 0;
  font-size: 3.7333333333vw;
  line-height: 1.3;
  font-feature-settings: "palt";
}
.drawer_member_detail p small {
  font-size: 3.2vw;
}
.drawer_member_detail p strong {
  font-size: 5.3333333333vw;
  line-height: 1;
}
.drawer_button {
  display: grid;
  grid-template-columns: repeat(auto-fit, 33.333%);
  padding: 3.2vw 4vw;
  list-style: none;
  margin: 0;
  text-align: center;
}
.drawer_button a {
  display: block;
  padding: 2.6666666667vw 0;
}
.drawer_button a img {
  width: 6.6666666667vw;
}
.drawer_button a span {
  display: block;
  font-size: 3.2vw;
  line-height: 1;
  padding-top: 1.3333333333vw;
}
.drawer_bar {
  background-color: #000;
  color: #fff;
  font-size: 3.2vw;
  line-height: 1;
  padding: 3.2vw 0;
  margin: 0 4vw 6.6666666667vw;
  text-align: center;
}
.drawer_menu {
  margin: 0 4vw 9.3333333333vw;
}
.drawer_menu_ttl {
  font-weight: normal;
  margin: 0;
  color: #fff;
  background-color: #646464;
  font-size: 3.7333333333vw;
  font-family: at_b, sans-serif;
  line-height: 1;
  padding: 3.7333333333vw 4vw;
  letter-spacing: 0.05em;
}
.drawer_menu_list {
  margin: 0;
}
.drawer_menu_list:not(:last-child) {
  border-bottom: 1px solid #c7c7c7;
}
.drawer_menu_list dt {
  font-size: 3.7333333333vw;
  padding: 4.2666666667vw 4vw;
  line-height: 1.3;
  position: relative;
}
.drawer_menu_list dt.active::before {
  opacity: 0;
}
.drawer_menu_list dt::after {
  content: "";
  width: 2.9333333333vw;
  height: 1px;
  background-color: #000;
  position: absolute;
  right: 2.6666666667vw;
  top: 50%;
}
.drawer_menu_list dt::before {
  content: "";
  height: 2.9333333333vw;
  width: 1px;
  background-color: #000;
  position: absolute;
  right: 4vw;
  top: 50%;
  margin-top: -1.3333333333vw;
}
.drawer_menu_list dd {
  margin: 0;
  display: none;
}
.drawer_menu_sub {
  list-style: none;
  margin: 0;
  padding: 0 0 3.2vw;
}
.drawer_menu_sub a {
  font-size: 3.7333333333vw;
  padding: 3.2vw 2.6666666667vw 3.2vw 4vw;
  line-height: 1.3;
  display: grid;
  grid-template-columns: 1em 1fr 4.8vw;
  align-items: center;
}
.drawer_menu_sub a::before {
  content: "-";
  width: 1em;
}
.drawer_menu_sub a:after {
  content: "";
  width: 2.1333333333vw;
  height: 3.7333333333vw;
  background: url(https://bagmania.itembox.design/item/assets/img/chevron_right_bk_thin.svg) no-repeat center/100% auto;
  margin-left: auto;
}
.drawer_menu_link {
  margin: 0;
  border-bottom: 1px solid #c7c7c7;
}
.drawer_menu_link a {
  display: block;
  font-size: 3.7333333333vw;
  padding: 4.2666666667vw 4vw;
  line-height: 1.3;
  position: relative;
}
.drawer_menu_link a:after {
  content: "";
  width: 2.1333333333vw;
  height: 3.7333333333vw;
  background: url(https://bagmania.itembox.design/item/assets/img/chevron_right_bk_thin.svg) no-repeat center/100% auto;
  position: absolute;
  right: 2.6666666667vw;
  top: 50%;
  margin-top: -1.8666666667vw;
}

_::-webkit-full-page-media, _:future, :root .drawer_menu_ttl {
  padding: 5.3333333333vw 4vw 2.6666666667vw;
  letter-spacing: 0.05em;
}

/****SNSボタン*****/
.shop_sns_ttl {
  text-align: center;
  font-size: 3.7333333333vw;
  letter-spacing: 0.05em;
  color: #646464;
  margin: 0;
}
.shop_sns_button {
  list-style: none;
  display: flex;
  justify-content: space-around;
  padding: 0;
  margin: 0 4vw;
}
.shop_sns_button img {
  width: 16vw;
}

.searchBox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.searchBox.active {
  opacity: 1;
  z-index: 13;
}
.searchBox.active .searchBox_inner {
  pointer-events: visible;
}
.searchBox_inner {
  background-color: #fff;
  width: 90vw;
  padding: 12vw 4vw 8vw;
  position: relative;
  overflow-y: auto;
  max-height: 90vh;
}
.searchBox_ttl {
  font-weight: bold;
  font-size: 3.7333333333vw;
  margin: 0 0 2.6666666667vw;
}
.searchBox_search {
  margin: 0 0 6.6666666667vw;
}
.searchBox_search_group {
  display: flex;
  align-items: stretch;
  background-color: #fff;
  height: 45px;
  border: 1px solid #646464;
}
.searchBox_search_input {
  font-size: 16px;
  height: 100%;
  flex: 1;
  padding: 5px 0 5px 10px;
  border: none;
}
.searchBox_search_button {
  width: 45px;
  height: 100%;
  text-align: center;
}
.searchBox_search_button img {
  width: 28px;
}
.searchBox_filter_cate {
  list-style: none;
  margin: 0 0 6.6666666667vw;
  padding: 0;
  display: flex;
  justify-content: space-between;
  font-size: 3.4666666667vw;
  font-weight: bold;
}
.searchBox_filter_cate label {
  display: block;
  padding: 0 2.6666666667vw;
}
.searchBox_filter_cate span {
  display: block;
  padding: 2.6666666667vw 0;
}
.searchBox_filter_cate input {
  display: none;
}
.searchBox_filter_cate input:checked + span {
  border-bottom: 2px solid #000;
}
.searchBox_filter_detail {
  display: grid;
  grid-template-columns: 18.6666666667vw 1fr;
  column-gap: 3.2vw;
  row-gap: 4.2666666667vw;
  margin: 4.2666666667vw 0 9.3333333333vw;
}
.searchBox_filter_detail dt {
  text-align: right;
  font-size: 3.4666666667vw;
  font-weight: bold;
  line-height: 1.2;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: end;
}
.searchBox_filter_detail dd {
  margin: 0;
}
.searchBox_filter_detail dd select {
  padding: 10px 0px 10px 10px;
  border-radius: 0;
  border-color: #646464;
}
.searchBox_filter_color {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.6666666667vw;
}
.searchBox_filter_color li {
  display: flex;
  flex-direction: column;
}
.searchBox_filter_color li > span {
  font-size: 1rem;
  line-height: 1.2;
  padding-top: 0.5em;
  font-feature-settings: "palt";
  text-align: center;
}
.searchBox_filter_color svg {
  display: block;
  width: 100%;
  height: 100%;
}
.searchBox_filter_color input {
  display: none;
}
.searchBox_filter_color input:checked + svg {
  border: 5px solid #646464;
}
.searchBox_filter_btn input {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  color: #fff;
  background-color: #000;
  width: 100%;
  font-size: 3.7333333333vw;
  padding: 2.6666666667vw 0;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.searchBox_filter_select {
  font-size: 16px;
}

#searchBox_close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4vw;
}
#searchBox_close svg {
  width: 6.6666666667vw;
  height: 6.6666666667vw;
  vertical-align: middle;
}

/*---------------------
  フッター
-----------------------*/
.fs-l-footer {
  border-top: 1px solid #c8c8c8;
}

.footer {
  background-color: #f0eef1;
  padding: 0 0 8vw;
}
.footer_service {
  padding: 9.3333333333vw 4vw 14.6666666667vw;
}
.footer_service_ttl {
  text-align: center;
  font-size: 4.8vw;
  font-family: Georgia, serif;
  font-weight: normal;
  letter-spacing: 0.05em;
  margin: 0 0 6.6666666667vw;
  line-height: 1;
  color: #000;
}
.footer_service_item {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 4vw;
}
.footer_service_item li {
  border: 1px solid #646464;
  padding: 4vw;
}
.footer_service_item h3 {
  font-size: 4.2666666667vw;
  margin: 0 0 5.3333333333vw;
  text-align: center;
  padding-bottom: 3.2vw;
  position: relative;
  color: #000;
}
.footer_service_item h3::after {
  content: "";
  width: 19.7333333333vw;
  height: 1px;
  background-color: #646464;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -9.8666666667vw;
}
.footer_service_item p {
  margin: 0;
  font-size: 3.7333333333vw;
  line-height: 1.5;
  padding-left: 18.6666666667vw;
  position: relative;
}
.footer_service_item p::before {
  content: "";
  width: 14.6666666667vw;
  height: 14.6666666667vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 1.0666666667vw;
  left: 0;
}
.footer_service_item p a {
  text-decoration: underline;
}
.footer_service-ec p:before {
  background-image: url(https://bagmania.itembox.design/item/assets/img/service_ec.svg);
}
.footer_service-free p:before {
  background-image: url(https://bagmania.itembox.design/item/assets/img/service_freeshipping.svg);
}
.footer_service-id p:before {
  background-image: url(https://bagmania.itembox.design/item/assets/img/service_amazon.svg);
}
.footer_service-shop p:before {
  background-image: url(https://bagmania.itembox.design/item/assets/img/service_shop.svg);
}
.footer_service-point p:before {
  background-image: url(https://bagmania.itembox.design/item/assets/img/service_point.svg);
}
.footer_service-mile p:before {
  background-image: url(https://bagmania.itembox.design/item/assets/img/service_mile.svg);
}
.footer_top .menu_list {
  margin: 0;
}
.footer_menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #646464;
}
.footer_menu li {
  border-bottom: 1px solid #646464;
}
.footer_menu li:nth-child(odd) {
  border-right: 1px solid #646464;
}
.footer_menu li a {
  display: block;
  font-size: 3.2vw;
  padding: 4vw 2.6666666667vw 4vw 4.8vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-feature-settings: "palt";
  line-height: 1.3;
}
.footer_menu li a::after {
  content: "";
  width: 1.3333333333vw;
  height: 2.4vw;
  background: url(https://bagmania.itembox.design/item/assets/img/chevron_right_bk_thin.svg) no-repeat center/100% auto;
  margin-left: 2.6666666667vw;
}
.footer_link {
  display: none;
}
.footer_link#item_list .menu_list-col2 {
  display: block;
}
.footer_link#item_list .menu_list:nth-child(1) {
  grid-row: 1/4;
  grid-column: 1/2;
}
.footer_link#item_list .menu_list:nth-child(2) {
  grid-row: 1/4;
  grid-column: 2/3;
}
.footer_link#item_list .menu_list:nth-child(3) {
  grid-row: 1/2;
  grid-column: 3/4;
}
.footer_link#item_list .menu_list:nth-child(4) {
  grid-row: 2/3;
  grid-column: 3/4;
  margin-top: 2rem;
}
.footer_link#item_list .menu_list:nth-child(5) {
  grid-row: 3/4;
  grid-column: 3/4;
  margin-top: 2rem;
}
.footer_link#item_list .menu_list li a {
  padding: 1rem 0 1rem 1em;
}
.footer_link#item_list .menu_list-ttl {
  padding: 1rem 0;
}
.footer_link#brand_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer_link#brand_list li {
  font-size: 1.4rem;
  font-feature-settings: "palt";
}
.footer_link#brand_list .menu_list-ttl {
  font-weight: bold;
  padding: 1rem 0;
  line-height: 1.3;
}
.footer_link#brand_list a {
  display: block;
  color: #646464;
  line-height: 1.3;
  padding: 1rem 0 1rem 1em;
}
.footer_link#brand_list a:before {
  content: "-";
  display: inline-block;
  text-indent: -1em;
}
.footer_bottom {
  padding: 9.3333333333vw 4vw 0;
}
.footer_sns {
  margin-bottom: 8vw;
}
.footer_copy {
  text-align: center;
  font-size: 3.2vw;
  margin: 0;
  line-height: 1.8;
}

/*---------------------
  トップページ
-----------------------*/
.sec__topSlider figure {
  margin: 0;
  vertical-align: middle;
}
.sec__topSlider .slick-dots {
  width: 100%;
  padding: 0;
  transform: translateY(-4.2666666667vw);
}
.sec__topSlider .slick-dots li {
  width: 8vw;
  margin: 0 2px;
  padding: 5px 0;
}
.sec__topSlider .slick-dots li.slick-active button {
  background-color: #000;
}
.sec__topSlider .slick-dots li button {
  width: 100%;
  height: 2px;
  background-color: #e3e3e3;
  padding: 0;
}
.sec__topSlider .slick-dots li button::before {
  display: none;
}

.fs-body-top .fs-l-pageMain {
  padding-left: 4vw;
  padding-right: 4vw;
  margin: 0 auto;
}

.no_slider.fs-c-slick {
  display: block;
}
.no_slider .fs-c-productListCarousel__ctrl {
  display: none !important;
}
.no_slider .fs-c-productListCarousel__list {
  display: block;
}
.no_slider .slick-track {
  display: grid !important;
  width: 100% !important;
  transform: none !important;
}
.no_slider .slick-track::before {
  content: none !important;
}
.no_slider .fs-c-productListCarousel__list__item.fs-c-productListItem {
  min-width: 100%;
  margin: 0;
}

.sec_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 2rem;
}
.sec_head_ttl {
  margin: 0;
  font-size: 1.8rem;
  font-family: Georgia, serif;
  letter-spacing: 0.05em;
  font-weight: normal;
}
.sec_head_btn {
  background-color: #000;
  color: #fff;
  line-height: 1;
  padding: 1.2rem 2.4rem;
  font-family: Georgia, serif;
  letter-spacing: 0.05em;
  position: relative;
  font-size: 1.3rem;
  border-radius: 50px;
}
.sec_head_btn:after {
  content: "";
  width: 6px;
  height: 11px;
  background: url(https://bagmania.itembox.design/item/assets/img/chevron_right_wh.svg) no-repeat center/100% auto;
  margin-left: auto;
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -5px;
}

.top_sec {
  padding: 2.5rem 0;
}
#information.top_sec {
  padding: 0 0 1.6rem 0;
}

#newarrival .slick-track {
  grid-template-columns: 1fr 1fr;
  gap: 2rem 1.5rem;
}
#newarrival .slick-slide {
  border: 1px solid #c8c8c8;
}
#newarrival .slick-slide:nth-child(1) {
  background-color: #e2e2e2;
  grid-column: 1/3;
}
#newarrival .slick-slide:nth-child(1) .fs-c-productListItem__productName {
  font-size: 1.4rem;
  padding: 15px 15px 0;
}
#newarrival .fs-c-productListItem__imageContainer {
  padding: 15px;
  background-color: #fff;
}
#newarrival .fs-c-productListItem__imageContainer img {
  width: 100%;
}
#newarrival .fs-c-productListItem__productName, #newarrival .fs-c-productListItem__prices {
  margin: 0;
  font-size: 1.3rem;
}
#newarrival .fs-c-productListItem__productName {
  padding: 0 15px;
}
#newarrival .fs-c-productListItem__prices {
  padding: 0 15px 15px;
}
#newarrival .fs-c-productMarks, #newarrival .fs-c-productListItem__control {
  display: none !important;
}
#newarrival .fs-c-productPrice__main__price .fs-c-price__currencyMark {
  display: none;
}
#newarrival .fs-c-productPrice__main__price:after {
  content: "円";
}
#newarrival .fs-c-productPrice__addon {
  font-size: 1.2rem;
}

#pickup .pickup {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.topbrand {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  border-top: 1px solid #c7c7c7;
  z-index: 0;
}
.topbrand::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #c7c7c7;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.topbrand::before {
  content: "";
  height: 100%;
  width: 1px;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.topbrand li a {
  display: block;
  position: relative;
  padding: 1rem;
}
.topbrand li a::before {
  content: "";
  height: 1px;
  width: calc(100% - 2rem);
  background-color: #c7c7c7;
  position: absolute;
  bottom: 0;
  left: 1rem;
}
.topbrand li a::after {
  content: "";
  width: 1px;
  height: calc(100% - 2rem);
  background-color: #c7c7c7;
  position: absolute;
  top: 1rem;
  right: 0;
}
.topbrand li img {
  width: 100%;
}

.top_bottom_bnr {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
.top_bottom_bnr li img {
  width: 100%;
}

.pt_top_info {
  max-height: 300px;
  overflow-y: auto;
  position: relative;
  margin: 0;
  padding: 0 0 1rem;
}
.pt_top_info::-webkit-scrollbar-track {
  background-color: #f0eef1;
  border-radius: 10px;
}
.pt_top_info::-webkit-scrollbar {
  width: 6px;
  background-color: #f0eef1;
}
.pt_top_info::-webkit-scrollbar-thumb {
  background-color: #000000;
  border-radius: 10px;
}
.pt_top_info li {
  padding: 2rem 0 2rem 0;
  margin: 0 2rem 0 0 !important;
  border-bottom: 1px solid #c8c8c8;
  position: relative;
}
.pt_top_info li:first-child {
  padding-top: 0;
}
.pt_top_info li time {
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  display: block;
  line-height: 1;
  margin-bottom: 1.2rem;
}
.pt_top_info li h3 {
  font-size: 1.4rem;
  margin: 0;
  position: relative;
}
.pt_top_info li h3 + p {
  margin-top: 1rem;
}
.pt_top_info li p {
  font-size: 1.4rem;
  margin: 0;
}
.pt_top_info .fs-pt-list__link {
  display: block;
}
.pt_top_info .fs-pt-list__link::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.pt_top_info .fs-pt-list__link h3 {
  position: relative;
  padding-right: 2.5rem;
}
.pt_top_info .fs-pt-list__link h3:after {
  content: "";
  width: 8px;
  height: 14px;
  background: url(https://bagmania.itembox.design/item/assets/img/chevron_right_bk_thin.svg) no-repeat center/100% auto;
  position: absolute;
  left: 440px;
  top: 50%;
  margin-top: -7px;
}

/*ranking*/
.top_ranking_item {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem 1.5rem;
}
.top_ranking_item li {
  border: 1px solid #c8c8c8;
  counter-increment: rank;
  position: relative;
  z-index: 0;
}
.top_ranking_item li:before {
  content: "0" counter(rank);
  position: absolute;
  top: 15px;
  left: 20px;
  font-family: at_b, sans-serif;
  letter-spacing: 0.05em;
  line-height: 100%;
  color: #646464;
  font-size: 1.6rem;
  z-index: 2;
  pointer-events: none;
}
.top_ranking_item li:nth-child(1) {
  background-color: #e2e2e2;
  grid-column: 1/3;
}
.top_ranking_item li:nth-child(1) .name {
  font-size: 1.4rem;
  padding: 15px;
}
.top_ranking_item li:nth-child(1):before {
  font-size: 2rem;
  border-bottom: 1px solid #000;
  color: #000;
  padding-bottom: 0.1em;
}
.top_ranking_item li figure {
  margin: 0;
  padding: 15px;
  background-color: #fff;
  text-align: center;
}
.top_ranking_item li .name {
  font-size: 1.3rem;
  padding: 0 15px 15px;
  margin: 0;
  line-height: 1.25;
}
.top_ranking_item a {
  display: block;
  height: 100%;
  position: relative;
  z-index: 0;
}
.top_ranking_item a img:hover, .top_ranking_item a img:active, .top_ranking_item a img:focus {
  opacity: 1 !important;
}
.top_ranking_item + .list_ranking {
  margin-top: 2rem !important;
}

.list_ranking {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem 1.5rem;
}
.list_ranking li {
  border: 1px solid #c8c8c8;
}
.list_ranking figure {
  margin: 0;
  padding: 15px;
  background-color: #fff;
}
.list_ranking figure img:hover, .list_ranking figure img:active, .list_ranking figure img:focus {
  opacity: 1 !important;
}
.list_ranking .name {
  font-size: 1.3rem;
  padding: 0 15px 15px;
  margin: 0;
  line-height: 1.25;
}
.list_ranking a {
  display: block;
  height: 100%;
}

_::-webkit-full-page-media, _:future, :root .top_ranking_item li:not(:first-child):before {
  line-height: 2;
}

_::-webkit-full-page-media, _:future, :root .top_ranking_item li:first-child:before {
  padding-bottom: 0;
  padding-top: 1rem;
}
.fs-body-category .list_ranking li {
  background-color: #fff;
  border: none;
  counter-increment: num;
  position: relative;
}
.fs-body-category .list_ranking li:before {
  content: "0" counter(num);
  position: absolute;
  top: 15px;
  left: 20px;
  font-family: at_b, sans-serif;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #000;
  font-size: 1.5rem;
}

/*recommend*/
.recommenditem_index .heading {
  margin: 0;
  font-size: 1.8rem;
  font-family: Georgia, serif;
  letter-spacing: 0.05em;
  font-weight: normal;
  margin: 0 0 1rem;
}

.list_recommenditem_index {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.5rem 1.5rem;
}
.list_recommenditem_index .image {
  margin: 0 0 1.5rem;
}
.list_recommenditem_index a {
  display: block;
}
.list_recommenditem_index .name {
  font-size: 1.2rem;
  margin: 0;
  line-height: 1.5;
}
.list_recommenditem_index .price {
  font-size: 1.2rem;
  margin: 0;
  line-height: 1.5;
}
.list_recommenditem_index .price:before, .list_recommenditem_index .price:after {
  display: none !important;
}

/*checked item*/
.checkeditem_index .heading {
  margin: 0;
  font-size: 1.8rem;
  font-family: Georgia, serif;
  letter-spacing: 0.05em;
  font-weight: normal;
  margin: 0 0 1rem;
}
.checkeditem_index .heading img {
  display: none;
}

/*---------------------
  商品詳細
-----------------------*/

.fs-l-productLayout__item--tab {
  margin-top: 8rem;
}
.fs-l-productLayout__item--tab a {
  color: #3B51C8;
}

.fs-body-product .fs-c-variationCart--withImage > li {
  grid-template-columns: auto 1fr 128px 2em;
  column-gap: 8px;
}
.fs-body-product .fs-c-variationCart--withImage .fs-c-variationCart__image {
  grid-column: 1/2;
  grid-row: 1/2;
  margin-right: 0;
}
.fs-body-product .fs-c-variationCart__variationName {
  grid-column: 2/3;
  grid-row: 1/2;
  font-size: 1.4rem;
  color: #000;
}
.fs-body-product .fs-c-variationCart__wishlist {
  grid-column: 4/5;
  grid-row: 1/2;
}
.fs-body-product .fs-c-variationCart__cartButton {
  grid-column: 3/4;
  grid-row: 1/2;
}
.fs-body-product .fs-c-variationCart__cartButton .fs-c-button--addToCart--variation {
  min-width: 1px;
}
.fs-body-product .fs-c-productCarouselMainImage .fs-c-productCarouselMainImage__expandButton.fs-c-buttonContainer {
  margin-top: -40px;
  position: relative;
  text-align: right;
  display: block;
  margin-right: 10px;
}
.fs-body-product .fs-c-productOption__option .fs-c-dropdown__menu {
  border-radius: 0;
  font-size: 1.4rem;
  padding: 10px 35px 10px 10px;
  border-color: #646464;
}
.fs-body-product .fs-c-productOption__option .fs-c-dropdown::after {
  background-color: transparent;
  height: 100%;
  border-radius: 0;
  padding-top: 1rem;
  border: none;
  box-sizing: border-box;
  width: 4rem;
}
.fs-body-product .fs-c-button--particular.fs-c-button--addToWishList--icon::before,
.fs-body-product .fs-c-button--particular.fs-c-button--removeFromWishList--icon::before {
  font-size: 3rem;
}
.fs-body-product .fs-c-inquiryAboutProduct.fs-c-buttonContainer.fs-c-buttonContainer--inquiryAboutProduct {
  margin-top: 4rem;
  border: 1px solid #646464;
}
.fs-body-product .fs-c-inquiryAboutProduct.fs-c-buttonContainer.fs-c-buttonContainer--inquiryAboutProduct .fs-c-button--inquiryAboutProduct {
  padding: 1rem 0;
  width: 100%;
  font-size: 1.3rem;
}
.fs-body-product .fs-c-inquiryAboutProduct.fs-c-buttonContainer.fs-c-buttonContainer--inquiryAboutProduct .fs-c-button__label {
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fs-body-product .fs-c-inquiryAboutProduct.fs-c-buttonContainer.fs-c-buttonContainer--inquiryAboutProduct .fs-c-button__label::after {
  display: none;
}
.fs-body-product .fs-c-inquiryAboutProduct.fs-c-buttonContainer.fs-c-buttonContainer--inquiryAboutProduct .fs-c-button__label::before {
  content: "";
  width: 8vw;
  height: 8vw;
  background: url(https://bagmania.itembox.design/item/assets/img/icon_contact.svg) no-repeat center/100% auto;
  margin: 0 3% 0 0;
}
.fs-body-product .tab-panel .item-article {
  padding: 3.5rem 0 0;
}
.fs-body-product .tab-panel .item-article dl,
.fs-body-product .tab-panel .item-article dt,
.fs-body-product .tab-panel .item-article dd,
.fs-body-product .tab-panel .item-article table,
.fs-body-product .tab-panel .item-article tr,
.fs-body-product .tab-panel .item-article th,
.fs-body-product .tab-panel .item-article td {
  color: #000;
}
.fs-body-product .tab-panel .tgl-2-cnt dl {
  margin: 0;
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  line-height: 1.4;
  column-gap: 0.5em;
  color: #000;
}
.fs-body-product .tab-panel .tgl-2-cnt dl dt {
  padding: 0.5em 1.5em 0.5em 0;
  position: relative;
}
.fs-body-product .tab-panel .tgl-2-cnt dl dt:after {
  content: "：";
  position: absolute;
  right: 0;
  top: 0.5em;
}
.fs-body-product .tab-panel .tgl-2-cnt dl dd {
  margin: 0;
  padding: 0.5em 0;
}
.fs-body-product .tab-panel .size_data {
  width: 100%;
  border-top: 1px solid #bebebe;
  border-bottom: 1px solid #bebebe;
  margin: 2rem 0;
  border-collapse: collapse;
}
.fs-body-product .tab-panel .size_data th {
  font-weight: normal;
  padding: 0.5rem;
  font-size: 1.4rem;
  border-bottom: 1px dotted #bebebe;
}
.fs-body-product .tab-panel .size_data td {
  font-size: 1.4rem;
  text-align: center;
  padding: 0.5rem;
}
.fs-body-product .tab-panel .other_data {
  border-collapse: collapse;
}
.fs-body-product .tab-panel .info_link {
  /* border-top: 1px dotted #C8C8C8; */
  border-top: 1px solid #bebebe;
  padding-top: 7px;
  margin-top: 2rem;
}
.fs-body-product .tab-panel .info_link ul {
  list-style: none;
  padding: 0;
  margin: 2rem 0;
  display: flex;
  flex-wrap: wrap;
}
.fs-body-product .tab-panel .info_link ul li {
  margin-right: 1.2rem;
}
.fs-body-product .brand_name {
  margin-top: 4rem;
}
.fs-body-product .brand_name a {
  display: inline-block;
  margin: 0.5rem 0;
}
.fs-body-product .brand_name a img {
  width: 163px;
}
.fs-body-product .brand_link {
  text-align: right;
  text-decoration: underline;
}
.fs-body-product .item_cat {
  margin-top: 1rem;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #c8c8c8;
}
.fs-body-product .item_cat th {
  background: #E3E3E3;
  padding: 0.5em;
  border: 1px solid #c8c8c8;
  text-align: left;
  font-weight: normal;
}
.fs-body-product .item_cat td {
  padding: 0.5em;
  font-weight: normal;
  border: 1px solid #c8c8c8;
}

.fs-c-featuredProduct, .fs-c-coupon__products {
  margin-top: 50px;
}
.fs-c-featuredProduct .fs-c-productListItem__productName, .fs-c-coupon__products .fs-c-productListItem__productName {
  font-size: 1.2rem;
  margin: 12px 0 0;
}
.fs-c-featuredProduct .fs-c-productMarks, .fs-c-featuredProduct .fs-c-productListItem__control, .fs-c-coupon__products .fs-c-productMarks, .fs-c-coupon__products .fs-c-productListItem__control {
  display: none !important;
}
.fs-c-featuredProduct .fs-c-productPrice__main__price.fs-c-price,
.fs-c-featuredProduct .fs-c-price__currencyMark:before,
.fs-c-featuredProduct .fs-c-productPrice__addon, .fs-c-coupon__products .fs-c-productPrice__main__price.fs-c-price,
.fs-c-coupon__products .fs-c-price__currencyMark:before,
.fs-c-coupon__products .fs-c-productPrice__addon {
  font-size: 1.2rem !important;
}

.product_cautionary {
  background-color: #f2f2f2;
  padding: 2rem 1.5rem;
  margin: 2rem 0 0;
}
.product_cautionary p {
  font-size: 1.4rem;
  line-height: 1.7;
  margin: 0;
}
.product_cautionary a {
  text-decoration: underline;
  text-underline-offset: 0.3em;
}
.product_cautionary #product_finished {
  border-top: 1px solid #999;
  margin-top: 2rem;
  padding-top: 2rem;
  display: none;
}

.product_linkbtn {
  margin: 3rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 1.5rem;
}
.product_linkbtn li a {
  border: 1px solid #646464;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 0;
}
.product_linkbtn li a img {
  width: 18.2%;
}
.product_linkbtn li a p {
  margin: 0 0 0 3%;
  font-size: 1.3rem;
  color: #000;
  text-decoration: underline;
  text-underline-offset: 0.3em;
  line-height: 1.8;
}

.product_memberregistration {
  font-size: 1.4rem;
  text-align: center;
  border: 1px solid #c60001;
  color: #c60001;
  margin: 0 0 1.5rem;
}
.product_memberregistration a {
  color: #c60001;
  padding: 0.6rem 0;
  display: block;
}
.product_memberregistration span {
  display: inline-block;
}

.product_paybnr {
  margin: 0 0 3rem;
}
.product_paybnr img {
  width: 80%;
  max-width: 350px;
}

.product_sns {
  margin: 4rem 0;
  display: flex;
  justify-content: center;
}
.product_sns a {
  padding: 0 1rem;
}

.product_topics a {
  border: 5px solid #f2f2f2;
  padding: 2rem 1.5rem;
  display: grid;
  grid-template-columns: 26.2% 1fr;
  grid-template-rows: -webkit-max-content 1fr;
  grid-template-rows: max-content 1fr;
  column-gap: 4.9%;
}
.product_topics img {
  grid-column: 1/2;
  grid-row: 1/3;
  width: 100%;
}
.product_topics h3 {
  grid-column: 2/3;
  grid-row: 1/2;
  margin: 0;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.6;
  color: #646464;
}
.product_topics p {
  grid-column: 2/3;
  grid-row: 2/3;
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.6;
}

.fs-c-slick .slick-prev, .fs-c-slick .slick-next {
  background: transparent;
  width: 25px;
  height: 25px;
}

.fs-c-slick .slick-prev:before, .fs-c-slick .slick-next:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(https://bagmania.itembox.design/item/assets/img/btn_slider.svg) no-repeat center/100% auto;
  display: block;
}

.fs-c-slick .slick-prev:before {
  transform: scale(-1, 1);
}

.close_btn {
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  background-color: transparent;
  border: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.close_btn svg {
  vertical-align: middle;
  width: 25px;
  height: 25px;
}

.displayArea {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.displayArea.active {
  opacity: 1;
  z-index: 13;
}
.displayArea.active .displayArea_inner {
  pointer-events: visible;
}
.displayArea_inner {
  position: relative;
  background-color: #fff;
  width: 90vw;
  position: relative;
}
.displayArea_contents {
  overflow-y: auto;
  max-height: 90vh;
  padding: 12vw 4vw 8vw;
}
.displayArea .page_itemdelivery .delivery_four_box {
  display: block !important;
}
.displayArea .page_itemdelivery .four_calendar {
  width: 100% !important;
}
.displayArea .page_itemdelivery .calendar_text {
  width: 100% !important;
  margin-top: 20px;
}
.displayArea .page_itemdelivery .third_text_area .delivery_area {
  width: 100% !important;
}
.displayArea .page_itemdelivery .third_text_area .delivery_table .delivery_map_sub,
.displayArea .page_itemdelivery.sp .third_text_area .delivery_table .delivery_map_sub {
  top: 0;
  left: 0;
}
.displayArea .page_itemdelivery .third_text_area .delivery_table .delivery_map_sub .delivery_color01,
.displayArea .page_itemdelivery .third_text_area .delivery_table .delivery_map_sub .delivery_color02,
.displayArea .page_itemdelivery .third_text_area .delivery_table .delivery_map_sub .delivery_color03 {
  font-size: 1.4rem;
}
.displayArea .page_itemdelivery .delivery_area_second {
  width: auto;
}
.displayArea .page_itemdelivery.sp {
  padding: 0;
}
.displayArea .page_itemdelivery .third_text_area .delivery_table {
  margin-top: 3em;
}

.fs_recommend {
  padding-bottom: 50px;
}
.fs_recommend .sec_head {
  margin-top: 50px;
}

.fs-c-photoswipe.pswp--supports-fs .pswp__button--fs {
  display: none !important;
}

.fs-c-photoswipe .pswp__button, .fs-c-photoswipe .pswp__button--arrow--left:before, .fs-c-photoswipe .pswp__button--arrow--right:before {
  background-image: url(https://bagmania.itembox.design/item/assets/img/photoswipe-default-skin.svg) !important;
}

.fs-c-photoswipe .pswp__button--arrow--right:before {
  right: 0;
  background-position: -88px -44px;
}

.fs-c-photoswipe .pswp__button--arrow--left:before {
  left: 0;
  background-position: -132px -44px;
}

.fs-c-photoswipe .pswp__button--arrow--left, .fs-c-photoswipe .pswp__button--arrow--right {
  background: none !important;
  width: 44px;
  height: 44px;
  margin-top: -22px;
}

.fs-c-photoswipe .pswp__button--arrow--left:before, .fs-c-photoswipe .pswp__button--arrow--right:before {
  top: 0;
  width: 44px;
  height: 44px;
}

.option_note {
  color: #000;
  display: none;
}

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

/*お届け日表示*/
.fs-c-estimatedDeliveryDate {
  /* background-color: #F2F2F2; */
  font-size: 1.4rem;
  line-height: 1.7;
  color: #000000;
  padding: 1rem 2.7rem;
  margin: 4rem 0 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  background-color: #fff;
}
.fs-c-estimatedDeliveryDate__info {
  font-size: 0;
}
.fs-c-estimatedDeliveryDate__info__date {
  font-size: 1.4rem;
}
.fs-c-estimatedDeliveryDate__info__shippingCarrier {
  font-size: 1.4rem;
  display: inline-block;
  white-space: nowrap;
}
.fs-c-estimatedDeliveryDate__info__date::before {
  content: "最短で";
}
.fs-c-estimatedDeliveryDate__info__date::after {
  content: "にお届け予定です。";
}
.fs-c-estimatedDeliveryDate__info__shippingCarrier::before {
  content: "（お届け方法：";
}
.fs-c-estimatedDeliveryDate__info__shippingCarrier::after {
  content: "）";
}
@media screen and (max-width: 767px) {
  .fs-c-estimatedDeliveryDate {
    padding: 1rem 1.5rem;
  }
}

.fs-c-button--changeLocation .fs-c-button__label {
  color: #3B51C8;
}

/*お届け日表示 ご注文手続きページ*/
.fs-c-deliveryDateInfo__info {
  font-size: 0;
}
.fs-c-deliveryDateInfo__info__date {
  font-size: 1.4rem;
}
.fs-c-deliveryDateInfo__info__date::before {
  content: "最短で";
}
.fs-c-deliveryDateInfo__info__date::after {
  content: "にお届け予定です";
}

/*---------------------
  商品一覧
-----------------------*/
.category_brandinfo {
  position: relative;
  z-index: 0;
}
.category_brandinfo + .category_ranking {
  margin-top: 50px;
}
.category_brandinfo_sns {
  display: flex;
  justify-content: flex-end;
  z-index: 1;
}
.category_brandinfo_sns a img {
  width: 45px;
}
.category_brandinfo_img {
  margin: 0;
}
.category_brandinfo_img img {
  width: 100%;
}
.category_brandinfo_block {
  border-bottom: 1px solid #646464;
  border-right: 1px solid #646464;
  border-left: 1px solid #646464;
}
.category_brandinfo_ttl {
  margin: 0;
  padding: 15px 30px 15px 15px;
  color: #000;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
.category_brandinfo_ttl strong {
  font-size: 1.6rem;
}
.category_brandinfo_ttl span {
  font-size: 1.3rem;
  padding-left: 0.5em;
  color: #646464;
}
.category_brandinfo_detail {
  padding: 0 15px 15px;
  font-size: 1.4rem;
}
.category_brandinfo_detail p {
  margin: 0;
  line-height: 1.5;
}
.category_brandinfo_detail p + p {
  margin-top: 1em;
}
.category_brandinfo_detail a.btn {
  display: inline-block;
  color: #fff;
  background-color: #000;
  padding: 1.2rem 2.4rem;
  letter-spacing: 0.05em;
  position: relative;
  font-size: 1.4rem;
  line-height: 1;
  min-width: 150px;
  margin-top: 1em;
}
.category_brandinfo_detail a.btn:not(:last-child) {
  margin-bottom: 1em;
}
.category_brandinfo_detail a.btn:after {
  content: "";
  width: 6px;
  height: 11px;
  background: url(https://bagmania.itembox.design/item/assets/img/chevron_right_wh.svg) no-repeat center/100% auto;
  margin-left: auto;
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -5px;
}

.category_info {
  margin: 30px 0;
}
.category_info .info_banner {
  text-align: center;
}
.category_info .info_banner a {
  display: block;
}

.category_pickup h2 {
  font-size: 1.8rem;
  font-family: Georgia, serif;
  letter-spacing: 0.05em;
  font-weight: normal;
  margin: 0 0 10px;
  line-height: 1;
}
.category_pickup_item {
  border-bottom: 1px solid #f2f2f2;
  border-top: 1px solid #f2f2f2;
}
.category_pickup_item a {
  padding: 0.5em 0;
  display: block;
  position: relative;
}
.category_pickup_item a + a {
  border-top: 1px dotted #f2f2f2;
}
.category_pickup_item a:after {
  content: "";
  width: 8px;
  height: 14px;
  background: url(https://bagmania.itembox.design/item/assets/img/chevron_right_bk_thin.svg) no-repeat center/100% auto;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -7px;
}
.category_pickup_item time {
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
.category_pickup_item p {
  font-size: 1.4rem;
  margin: 0.2em 0 0;
  line-height: 1.5;
}

.category_ranking {
  background-color: #f2f2f2;
}

.category_gloup_ttl {
  font-size: 1.6rem;
  margin: 0 0 16px;
  color: #000;
  font-weight: bold;
}

.fs-c-productList__list .fs-c-productListItem .fs-c-productName__name {
  font-size: 1.4rem;
}

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

.fs-c-productList__list .fs-c-productListItem .fs-c-productListItem__productName {
  margin: 0 0 1rem;
}

.fs-c-productList__list .fs-c-productListItem .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price:after {
  content: "円";
}
.fs-c-productList__list .fs-c-productListItem .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price .fs-c-price__currencyMark {
  display: none;
}
.fs-c-productList__list .fs-c-productListItem .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price .fs-c-price__value {
  font-weight: normal;
}

.fs-c-button--particular.fs-c-button--addToWishList--icon::before,
.fs-c-productList__list .fs-c-productListItem .fs-c-button--particular.fs-c-button--removeFromWishList--icon::before {
  font-size: 2.2rem;
}

.category_topics {
  margin-top: 100px;
}
.category_topics_ttl {
  margin: 0 0 20px;
  font-size: 1.8rem;
  font-family: Georgia, serif;
  letter-spacing: 0.05em;
  font-weight: normal;
}
.category_topics ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 15px;
}
.category_topics ul a {
  display: block;
}
.category_topics ul figure {
  margin: 0;
}
.category_topics ul figure img {
  width: 100%;
}
.category_topics ul figure figcaption {
  font-size: 1.2rem;
  color: #646464;
  text-decoration: underline;
  text-underline-offset: 3px;
  margin: 0.5em 0 0;
  line-height: 1.5;
}
.category_topics ul figure time {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  color: #646464;
}
.category_topics_bnr {
  text-align: center;
  margin: 2em 0 0;
}

.category_sort {
  margin-top: 3rem;
  position: relative;
}
.category_sort .fs-c-pagination {
  display: none !important;
}

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

/*filter*/
.category_filter_btn {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.5em 1em;
  line-height: 1;
  background-color: #fff;
  border: 1px solid #000;
  font-size: 1.2rem;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: #000;
  transition: 0.3s;
}

.targeted {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  margin: 0 !important;
}
.targeted.active {
  opacity: 1;
  z-index: 13;
}
.targeted.active .targeted_inner {
  pointer-events: visible;
}
.targeted_inner {
  background-color: #fff;
  width: 90vw;
  position: relative;
}
.targeted_box {
  padding: 12vw 4vw 8vw;
  max-height: 90vh;
  overflow-y: auto;
}
.targeted_box::-webkit-scrollbar-track {
  background-color: #f0eef1;
  border-radius: 10px;
}
.targeted_box::-webkit-scrollbar {
  width: 6px;
  background-color: #f0eef1;
}
.targeted_box::-webkit-scrollbar-thumb {
  background-color: #000000;
  border-radius: 10px;
}
.targeted_ttl {
  margin: 0 0 15px;
  font-size: 1.4rem;
  color: #000;
  font-weight: bold;
}
.targeted_item {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 15px;
  margin: 0 0 50px;
}
.targeted_item + .targeted_item {
  margin-top: -35px;
}
.targeted_item a {
  display: block;
}
.targeted_item h2 {
  margin: 5px 0;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: bold;
}
.targeted_item p {
  line-height: 1.4;
  font-size: 1.3rem;
  margin: 0;
}
.targeted_item_link {
  margin: 0;
  text-align: center;
}
.targeted_item_link a {
  padding: 3px 0;
}
.targeted_card {
  list-style: none;
  margin: 0 0 50px;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.targeted_card a {
  display: block;
  border: 1px solid #646464;
  padding: 10px;
  transition: opacity 0.3s;
}
.targeted_card h2 {
  margin: 5px 0;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: bold;
}
.targeted_card p {
  line-height: 1.4;
  font-size: 1.3rem;
  margin: 0;
}
.targeted_sex {
  list-style: none;
  margin: 0 0 50px;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 15px;
}
.targeted_sex a {
  display: block;
  text-align: center;
  padding: 10px 0;
  font-size: 1.4rem;
  border: 1px solid #646464;
  position: relative;
}
.targeted_sex li:first-child a {
  color: #bb1634;
  border-color: #bb1634;
}
.targeted_sex-anchor a:after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1px solid #bb1634;
  border-bottom: 1px solid #bb1634;
  transform: rotate(45deg);
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -3px;
}
.targeted_sex-anchor li:last-child a:after {
  border-color: #646464;
}
.targeted_color {
  list-style: none;
  margin: 0 0 50px;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.targeted_color a {
  display: block;
  text-align: center;
  padding: 28px 0;
  font-size: 1.4rem;
  line-height: 1;
  transition: opacity 0.3s;
}
.targeted_color .c1 {
  background-color: #fff;
  color: #000;
  position: relative;
}
.targeted_color .c1:after {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  position: absolute;
  top: 0;
  left: 0;
}
.targeted_color .c2 {
  background-color: #000;
  color: #fff;
}
.targeted_color .c3 {
  background-color: #a9a4a0;
  color: #fff;
}
.targeted_color .c4 {
  background-color: #a24407;
  color: #fff;
}
.targeted_color .c5 {
  background-color: #4c88d0;
  color: #fff;
}
.targeted_color .c6 {
  background-color: #05b455;
  color: #fff;
}
.targeted_color .c7 {
  background-color: #e70012;
  color: #fff;
}
.targeted_color .c8 {
  background-color: #ffbcc5;
  color: #000;
}
.targeted_color .c9 {
  background-color: #7024a0;
  color: #fff;
}
.targeted_color .c10 {
  background-color: #ca9f20;
  color: #fff;
}
.targeted_color .c11 {
  background-color: #fff100;
  color: #000;
}
.targeted_brand {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  border-top: 1px solid #c7c7c7;
  z-index: 0;
}
.targeted_brand::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #c7c7c7;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.targeted_brand::before {
  content: "";
  height: 100%;
  width: 1px;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.targeted_brand li a {
  display: block;
  position: relative;
  padding: 1rem;
  transition: opacity 0.3s;
}
.targeted_brand li a::before {
  content: "";
  height: 1px;
  width: calc(100% - 2rem);
  background-color: #c7c7c7;
  position: absolute;
  bottom: 0;
  left: 1rem;
}
.targeted_brand li a::after {
  content: "";
  width: 1px;
  height: calc(100% - 2rem);
  background-color: #c7c7c7;
  position: absolute;
  top: 1rem;
  right: 0;
}
.targeted_brand li img {
  width: 100%;
}
.targeted_brand_note {
  display: grid;
  grid-template-columns: 1fr 1fr;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  gap: 15px;
}
.targeted_brand_note li {
  border: 1px solid #c7c7c7;
}
.targeted_brand_note a {
  display: block;
}
.targeted_brand_note a p {
  margin: 0;
  background-color: #000;
  color: #fff;
  font-size: 1.4rem;
  padding: 3px 5px;
  line-height: 1.2;
}
.targeted_bar {
  list-style: none;
  margin: 0 0 50px;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  text-align: center;
}
.targeted_bar a {
  display: block;
  color: #fff;
  background-color: #c37101;
  padding: 3px 10px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
.targeted_allbtn {
  text-align: center;
  max-width: 300px;
  margin: 30px auto 0;
}
.targeted_allbtn a {
  display: block;
  padding: 20px;
  color: #fff;
  transition: 0.3s;
  letter-spacing: 0.1em;
}
.targeted_allbtn-ladies {
  background-color: #bb1634;
}
.targeted_allbtn-mens {
  background-color: #646464;
}

#ladies_wallet,
#mens_wallet {
  text-align: center;
  text-align: center;
  font-family: at_m, sans-serif;
  font-size: 3rem;
  letter-spacing: 0.05em;
}

#ladies_wallet {
  color: #bb1634;
  margin: 0 0 30px;
}

#mens_wallet {
  color: #646464;
  margin: 100px 0 30px;
}

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

.fs-c-productList__list__item {
  position: relative;
}

.fs-c-productList__list .fs-c-productListItem .fs-c-productMarks {
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}

.fs-c-productList__list .fs-c-productListItem__imageContainer:not(.fs-c-coupon__products .fs-c-productList__list .fs-c-productListItem__imageContainer) {
  padding-top: 2.5rem;
}
/*---------------------
  サイドメニュー
-----------------------*/
.sidemenu {
  width: 250px;
}
.sidemenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidemenu ul + h3 {
  margin-top: 7rem;
}
.sidemenu_ttl {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #000;
}
.sidemenu_item > li {
  position: relative;
  transition: background-color 0.3s;
}
.sidemenu_item > li:hover {
  background: #f2f2f2;
}
.sidemenu_item > li:hover .sidemenu_popup {
  opacity: 1;
  pointer-events: visible;
}
.sidemenu_item span {
  font-size: 1.4rem;
  padding: 1.8rem 4rem 1.8rem 2rem;
  cursor: pointer;
  display: block;
}
.sidemenu_item span:after {
  content: "";
  width: 8px;
  height: 14px;
  background: url(https://bagmania.itembox.design/item/assets/img/chevron_right_bk.svg) no-repeat center/100% auto;
  position: absolute;
  top: 50%;
  right: 2rem;
  margin-top: -7px;
}
.sidemenu_popup {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
}
.sidemenu_popup a {
  display: block;
  font-size: 1.4rem;
  padding: 1rem 4rem 1rem 2rem;
  white-space: nowrap;
  position: relative;
  transition: background-color 0.3s;
}
.sidemenu_popup a:after {
  content: "";
  width: 8px;
  height: 14px;
  background: url(https://bagmania.itembox.design/item/assets/img/chevron_right_bk.svg) no-repeat center/100% auto;
  position: absolute;
  top: 50%;
  right: 2rem;
  margin-top: -7px;
}
.sidemenu_brand {
  padding-top: 1rem !important;
}
.sidemenu_brand a {
  display: block;
  padding: 1rem 2rem;
  font-size: 1.4rem;
}
.sidemenu_color {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 3rem !important;
}
.sidemenu_color a {
  display: block;
  position: relative;
  transition: opacity 0.3s;
}
.sidemenu_color svg {
  vertical-align: middle;
  width: 100%;
  height: auto;
}
.sidemenu_color span {
  display: block;
  text-align: center;
  font-size: 1rem;
  font-feature-settings: "palt";
  line-height: 1.2;
  padding-top: 0.5em;
}
.sidemenu_price {
  padding-top: 1rem !important;
}
.sidemenu_price a {
  display: block;
  padding: 1rem 2rem;
  font-size: 1.4rem;
}
.sidemenu_bnr {
  margin-top: 7rem;
}
.sidemenu_bnr a {
  display: block;
}
.sidemenu_bnr a + a {
  margin-top: 1rem;
}

/*---------------------
  フリーページ
-----------------------*/

.topics_list {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 15px;
}
.topics_list a {
  display: block;
}
.topics_list a img {
  width: 100%;
  border: 1px solid #efefef;
}
.topics_list h2 {
  margin: 5px 0 0;
  font-size: 1.4rem;
}

.pageLink {
  margin: 5rem 0 0;
  text-align: right;
  font-size: 1.4rem;
}
.pageLink a {
  display: inline-block;
  color: #000;
  position: relative;
  padding-right: 3.5rem;
}
.pageLink a:hover {
  color: #000;
}
.pageLink a:after {
  content: "";
  width: 8px;
  height: 14px;
  background: url(https://bagmania.itembox.design/item/assets/img/chevron_right_bk_thin.svg) no-repeat center/100% auto;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -7px;
}

/*---------------------
  インフォメーション詳細
-----------------------*/
.news {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .news {
    padding-top: 26vw;
    margin-top: -26vw;
  }
}
.news h3 {
  margin: 0 0 2rem;
  font-size: 1.4rem;
  background: #f0f0f0;
  padding: 10px;
}
.news time {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 1em;
}
.news p {
  font-size: 1.4rem;
  margin: 0 0 1em;
}
.news p a {
  text-decoration: underline;
}

.table_wrap {
  overflow-x: auto;
}

.timetable {
  border: 1px solid #efefef;
  border-collapse: collapse;
  margin: 1em 0;
  white-space: nowrap;
  width: 100%;
}
.timetable .notice .tdbg_hl {
  background: #ffffcc;
}
.timetable .tdbg_w {
  background: #f0f0f0;
}
.timetable .tdbg_h {
  background: #ffd9df;
}
.timetable td, .timetable th {
  border: 1px solid #efefef;
  padding: 0.5em;
  white-space: nowrap;
}

/* インフォメーション 24/12/27改修分 */
.table_wrap .infoTable01 {
  width: 100%;
  margin: 10px 0;
  border-collapse: collapse;
}
.table_wrap .infoTable01 th {
  font-size: 14px;
  padding: 7px 0;
  text-align: center;
  vertical-align: middle;
  color: #646464;
  border: solid 1px #dcdcdc;
}
.table_wrap .infoTable01 tr:first-of-type th {
  padding: 0.5rem;
}
.table_wrap .infoTable01 td {
  padding: 0 0.5rem;
  border: solid 1px #dcdcdc;
  text-align: center;
  vertical-align: middle;
}
.table_wrap .annotation {
  position: relative;
  padding-left: 1.3em;
  line-height: 1.3;
}
.table_wrap .annotation::before {
  content: '※';
  position: absolute;
  left: 0;
}
@media screen and (min-width: 1024px) {
  .table_wrap .infoTable01 .oSP {
    display: none;
  }
}
.table_wrap .annotation.ann01,
.table_wrap .annotation.ann02, 
.table_wrap .annotation.ann03, 
.table_wrap .annotation.ann04, 
.table_wrap .annotation.ann05 {
  padding-left: 2.2em;
}
.table_wrap .annotation.ann01::before {content: '※1';}
.table_wrap .annotation.ann02::before {content: '※2';}
.table_wrap .annotation.ann03::before {content: '※3';}
.table_wrap .annotation.ann04::before {content: '※4';}
.table_wrap .annotation.ann05::before {content: '※5';}

/* ---------------------------------------*/
/* awoo    　　　　　　　　　　　　　　　 */
/* ---------------------------------------*/
.awooArea .popular-tags-wrapper {
  background-color: inherit;
}

/*TOPページ*/
.awooAreaTop .popular-tags-wrapper {
  padding: 25px 0 30px;
}
.awooAreaTop .popular-tags-title {
  padding: 0 0 20px;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  color: #646464;
}

.awooArea {
  padding-left: 4vw;
  padding-right: 4vw;
}
.awooArea .awooTitle {
  padding: 0 0 20px;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  color: #646464;
}
.awooArea .awoo-product-tags::before {
  display: none;
}
.awooArea .awooTitle {
  display: none;
}
.fs-l-page .awooArea .awoo-tag-wrapper .awoo-tag {
  padding: 5px 15px;
  background-color: #f0eef1 !important;
  border: solid 1px #b9b9b9;
  text-decoration: none;
  font-size: 12px;
  color: #000000;
  border-radius: 30px;
  display: flex;
}
.awooArea .awoo-tag-wrapper .awoo-tag:nth-of-type(n+11) {
  display: none;
}
.awooArea .awoo-tag-wrapper .awoo-tag span {
  white-space: nowrap;
}
.awooArea .awoo-tag-wrapper .awoo-tag:hover {
  background-color: #b9b9b9;
}

.awooArea .awoo-product-tags > div.awoo-tag-wrapper > a.awoo-tag,
.fs-body-top #awoo-keyword-popular-tags .awoo-tag-wrapper .awoo-tag {
  background-color: #f0eef1 !important;
}

.awooArea.awooAreaTop .awoo-tag-wrapper:has(.awoo-tag)::before {
  content: none;
}

.fs-body-top .awooArea .awoo-tag-wrapper,
.fs-body-category .awooArea .awoo-tag-wrapper,
.fs-body-search .awooArea .awoo-tag-wrapper,
.fs-body-product .awooArea .awoo-tag-wrapper {
  padding: 0;
}

.fs-body-search .awooArea:has(.awoo-tag)::before,
.fs-body-category .awooArea:has(.awoo-tag)::before,
.fs-body-product .awooArea:has(.awoo-tag)::before {
  content: "注目キーワード";
  display: block;
  width: 100%;
  padding: 0 0 20px;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  color: #646464;
}

.awoo-product-tags::before {
  color: #646464;
}

.fs-body-top .awooArea .awoo-tag-wrapper .awoo-tag span::before {
  content: "#";
}

.awooAreaProducts {
  width: 960px;
  margin: 0 auto;
  padding: 5em 0 85px;
  clear: both;
}

.awooAreaProductsC {
  padding: 30px 0 80px;
}

#awoo-category-page .awoo-tag-filter-wrapper {
  flex-wrap: wrap;
}
#awoo-category-page .bKdPlA .awoo-tag-filter {
  font-size: 12px;
}

.awoo-favorite-related-products,
.awoo-no-result-products {
  margin-top: 5rem;
}
.awoo-favorite-related-products .related-title,
.awoo-no-result-products .related-title {
  font-size: 1.7rem !important;
  font-weight: bold;
}

/*awoo more*/
input[type="checkbox"]#awoo_trigger{
  display: none;
}
.awoo_more {
  display: block;
  text-align: center;
  font-size: 1.2rem;
  padding-top: 1rem;
  position: relative;
  z-index: 0;
  background: #fff;
}
.awoo_more:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: -10px;
  left: 0;
  filter: blur(5px);
  z-index: -1;
  pointer-events: none;
}
.awoo_more:after {
  content: "";
  width: 5px;
  height: 5px;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
  display: block;
  margin: 0 auto;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .awooAreaTop .popular-tags-wrapper {
    padding: 0;
  }
  .awooArea .awoo-tag-wrapper {
    height: 100px;
    overflow: hidden;
  }
  .awooArea input[type="checkbox"]#awoo_trigger:checked  ~ #awoo-keyword-popular-tags .awoo-tag-wrapper,
  .awooArea input[type="checkbox"]#awoo_trigger:checked  ~ .awoo-product-tags .awoo-tag-wrapper,
  .awooArea input[type="checkbox"]#awoo_trigger:checked  ~ .awoo-classify .awoo-tag-wrapper {
    height: 100%;
  }
  .awooArea input[type="checkbox"]#awoo_trigger:checked  ~ .awoo_more {
    display: none;
  }
  .awooArea .awoo-product-tags {
    margin-bottom: 0;
  }
  #awoo-keyword-popular-tags:empty + .awoo_more,
  .awoo-classify:empty + .awoo_more,
  .awoo-product-tags:empty + .awoo_more,
  #awoo-keyword-popular-tags:blank + .awoo_more,
  .awoo-classify:blank + .awoo_more,
  .awoo-product-tags:blank + .awoo_more {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .awoo_more {
    display: none;
  }
}

/*---------------------
  カート
-----------------------*/
.fs-body-cart .fs-c-featuredProduct {
  margin-top: 50px;
}
.fs-body-cart .fs-c-wishlistProduct {
  display: none !important;
}

/* ---------------------------------------*/
/* マイページ */
/* ---------------------------------------*/
.fs-body-my-top .fs-c-wishlistProduct {
  display: none !important;
}

/* ---------------------------------------*/
/* SHOPLISTページ */
/* ---------------------------------------*/
#shoplist {
  max-width: 800px;
  margin: 0 auto;
  width: auto;
}

.ym-contents {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif !important;
}

.sel-hide {
  display: none !important;
}

.fs-body-my-wishlist .fs-l-main {
  margin-top: 3.2rem;
}

.fs-body-search .fs-c-heading.fs-c-heading--page {
  text-transform: uppercase;
}

/*カラーチップ*/
.img_val {
  margin: 0 !important;
}
.img_val > ul {
  list-style: none;
  padding: 0;
  margin: 0.5rem 0;
  display: grid;
  /* grid-template-columns: repeat(6, 1fr); */
  grid-template-columns: repeat(7, 1fr);
  gap: 0.5rem;
}
.img_val > ul li {
  width: 100%;
}
.img_val > ul li:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.tip_00::before, .tip_01::before, .tip_03::before, .tip_04::before, .tip_05::before {
  border: 1px solid #efefef;
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
  .fs-l-header {
    position: static;
  }
  .header {
    border-bottom-width: 5px;
  }
  .header_main {
    grid-template-columns: 1fr 300px 1fr;
    padding: 20px 20px 30px;
    max-width: 1200px;
    margin: 0 auto;
  }
  .header_main_free {
    margin: 0 0 20px;
    text-align: right;
  }
  .header_main_free span {
    text-align: center;
    font-size: 1.4rem;
    padding: 12px 10px;
  }
  .header_logo img {
    width: 270px;
  }
  .header_button {
    padding: 0;
  }
  .header_button li {
    margin-left: 10px;
  }
  .header_button li > a, .header_button li > button {
    padding: 8px 0;
    width: 60px;
  }
  .header_button li > a span, .header_button li > button span {
    display: block;
    font-size: 1rem;
    font-feature-settings: "palt";
    margin-top: 4px;
  }
  .header_button li > a img, .header_button li > button img {
    width: 25px;
  }
  .mypageItemNumberWrap {
    transform: translate(1.6rem, 0);
    top: 5px;
  }
  .mypageItemNumberWrap .fs-p-cartItemNumber {
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 1rem;
  }
  #drawerBtn {
    width: 55px;
  }
  #drawer_close {
    top: 1rem;
    left: 39rem;
  }
  #drawer_close img {
    width: 6rem;
  }
  .drawer_inner {
    width: 38.4rem;
    padding-bottom: 3.6rem;
  }
  .drawer_member {
    padding: 2.1rem 1.8rem;
  }
  .drawer_member_stage {
    margin: 0 1.9rem 0 0;
    width: 6.6rem;
  }
  .drawer_member_stage strong {
    font-size: 1.2rem;
  }
  .drawer_member_stage-icon {
    width: 3.2rem;
    height: 4.8rem;
  }
  .drawer_member_detail p {
    font-size: 1.6rem;
  }
  .drawer_member_detail p small {
    font-size: 1.4rem;
  }
  .drawer_member_detail p strong {
    font-size: 2.4rem;
  }
  .drawer_button {
    padding: 1.4rem 1.8rem;
  }
  .drawer_button a {
    padding: 1.2rem 0;
  }
  .drawer_button a img {
    width: 3rem;
  }
  .drawer_button a span {
    font-size: 1.4rem;
    padding-top: 0.6rem;
  }
  .drawer_bar {
    font-size: 1.4rem;
    padding: 1.4rem 0;
    margin: 0 1.8rem 3rem;
  }
  .drawer_menu {
    margin: 0 1.8rem 4.2rem;
  }
  .drawer_menu_ttl {
    font-size: 1.6rem;
    padding: 1.6rem 1.8rem;
  }
  .drawer_menu_list dt {
    font-size: 1.6rem;
    padding: 1.9rem 1.8rem;
  }
  .drawer_menu_list dt::after {
    width: 1.3rem;
    right: 1.2rem;
  }
  .drawer_menu_list dt::before {
    height: 1.3rem;
    right: 1.8rem;
    margin-top: -0.6rem;
  }
  .drawer_menu_sub {
    padding: 0 0 1.4rem;
  }
  .drawer_menu_sub a {
    font-size: 1.6rem;
    padding: 1.4rem 1.2rem 1.4rem 1.8rem;
    grid-template-columns: 1em 1fr 5.6vw;
  }
  .drawer_menu_sub a:after {
    width: 0.9rem;
    height: 1.6rem;
  }
  .drawer_menu_link a {
    font-size: 1.6rem;
    padding: 1.9rem 1.8rem;
  }
  .drawer_menu_link a:after {
    width: 0.9rem;
    height: 1.6rem;
    right: 1.2rem;
    margin-top: -0.8rem;
  }
  _::-webkit-full-page-media, _:future, :root .drawer_menu_ttl {
    font-size: 1.6rem;
    padding: 1.6rem 1.8rem;
  }
  .shop_sns_ttl {
    font-size: 1.6rem;
  }
  .shop_sns_button {
    margin: 0 1.8rem;
  }
  .shop_sns_button img {
    width: 6.2rem;
  }
  .searchBox_inner {
    width: 600px;
    padding: 50px 30px 30px;
  }
  .searchBox_ttl {
    font-size: 1.8rem;
    margin: 0 0 18px;
  }
  .searchBox_search {
    margin: 0 0 45px;
  }
  .searchBox_search_group {
    height: 50px;
  }
  .searchBox_search_input {
    padding: 10px 0 10px 10px;
  }
  .searchBox_search_button {
    width: 50px;
  }
  .searchBox_search_button img {
    width: 30px;
  }
  .searchBox_filter_cate {
    margin: 0 0 30px;
    font-size: 1.8rem;
  }
  .searchBox_filter_cate label {
    padding: 0 25px;
  }
  .searchBox_filter_cate span {
    padding: 0 0 10px;
  }
  .searchBox_filter_detail {
    grid-template-columns: 135px 1fr;
    column-gap: 30px;
    row-gap: 20px;
    margin: 20px 0 40px;
  }
  .searchBox_filter_detail dt {
    font-size: 1.6rem;
  }
  .searchBox_filter_color {
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
  }
  .searchBox_filter_color li > span {
    font-size: 1.1rem;
  }
  .searchBox_filter_btn input {
    font-size: 1.8rem;
    padding: 20px 0;
  }
  #searchBox_close {
    padding: 20px;
  }
  #searchBox_close svg {
    width: 50px;
    height: 50px;
  }
  .footer {
    padding: 5rem 2rem;
  }
  .footer_service {
    padding: 7rem 2rem 10rem;
    max-width: 124rem;
    margin: 0 auto;
  }
  .footer_service_ttl {
    font-size: 2.6rem;
    margin: 0 0 5rem;
  }
  .footer_service_item {
    grid-template-columns: 1fr 1fr;
    row-gap: 3rem;
    column-gap: 3rem;
  }
  .footer_service_item li {
    padding: 3.5rem 2.2rem 2.4rem;
  }
  .footer_service_item h3 {
    font-size: 2rem;
    margin: 0 0 2.5rem;
    padding-bottom: 1.8rem;
  }
  .footer_service_item h3::after {
    width: 15rem;
    height: 0.2rem;
    margin-left: -7.5rem;
  }
  .footer_service_item p {
    font-size: 1.4rem;
    padding-left: 9rem;
    line-height: 1.6;
  }
  .footer_service_item p::before {
    width: 7rem;
    height: 7rem;
    top: 0.5rem;
  }
  .footer_inner {
    max-width: 120rem;
    margin: 0 auto;
  }
  .footer_menu {
    display: flex;
    flex-wrap: wrap;
    border-top: none;
    max-width: 720px;
    margin: 0 auto;
  }
  .footer_menu li {
    border-bottom: none;
    width: 33.333%;
  }
  .footer_menu li:nth-child(odd) {
    border-right: none;
  }
  .footer_menu li a {
    font-size: 1.4rem;
    padding: 1rem 0;
  }
  .footer_menu li a::after {
    display: none;
  }
  .footer_bottom {
    padding: 5rem 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footer_sns {
    margin-bottom: 0;
    display: flex;
    align-items: center;
  }
  .footer_copy {
    text-align: right;
    font-size: 1.4rem;
  }
  .sec__topSlider .slick-dots {
    max-width: 120rem;
    margin: 0 auto;
    padding-right: 2rem;
    justify-content: flex-end;
    transform: translateY(-2rem);
  }
  .sec__topSlider .slick-dots li {
    width: 7rem;
    height: 0.5rem;
    margin: 0 5px;
    padding: 5px 0;
  }
  .sec__topSlider .slick-dots li button {
    height: 5px;
  }
  .sec_head {
    margin: 0 0 5rem;
  }
  .sec_head_ttl {
    font-size: 2.6rem;
  }
  .sec_head_btn {
    font-size: 1.4rem;
  }
  .top_sec {
    padding: 5rem 0;
  }
  #information.top_sec {
    padding: 0.5rem 0 1.6rem 0;
  }
  #newarrival .slick-slide:nth-child(1) .fs-c-productListItem__productName {
    font-size: 1.6rem;
    padding: 40px 15px 0;
  }
  #newarrival .slick-slide:nth-child(1) .fs-c-productListItem__prices {
    font-size: 1.6rem;
    padding: 0 15px 40px;
  }
  #newarrival .fs-c-productListItem__productName, #newarrival .fs-c-productListItem__prices {
    font-size: 1.4rem;
  }
  #newarrival .fs-c-productPrice__addon {
    font-size: 1.3rem;
  }
  .topbrand {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  }
  .top_bottom_bnr {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1rem;
  }
  .pt_top_info {
    max-height: 360px;
  }
  .pt_top_info li {
    padding: 4rem 0 4rem 0;
    position: relative;
    margin: 0 5rem 0 0 !important;
  }
  .pt_top_info li:first-child time {
    top: 0;
  }
  .pt_top_info li time {
    position: absolute;
    top: 4rem;
    left: 0;
    width: 125px;
  }
  .pt_top_info li h3 {
    padding-left: 125px;
  }
  .pt_top_info li h3 + p {
    padding-left: 125px;
  }
  .top_ranking_item li:before {
    font-size: 3rem;
  }
  .top_ranking_item li:nth-child(1) .name {
    font-size: 1.6rem;
    padding: 40px 15px;
  }
  .top_ranking_item li:nth-child(1):before {
    font-size: 4rem;
  }
  .top_ranking_item li .name {
    font-size: 1.4rem;
  }
  .list_ranking .name {
    font-size: 1.4rem;
  }
  .fs-body-category .list_ranking li:before {
    font-size: 2rem;
  }
  .recommenditem_index .heading {
    font-size: 2.6rem;
    margin: 0 0 5rem;
  }
  .list_recommenditem_index {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 4rem 3rem;
  }
  .list_recommenditem_index .image {
    margin: 0 0 2rem;
  }
  .list_recommenditem_index .name {
    font-size: 1.4rem;
  }
  .list_recommenditem_index .price {
    font-size: 1.4rem;
  }
  .checkeditem_index .heading {
    font-size: 2.6rem;
    margin: 0 0 5rem;
  }
  .fs-body-product .fs-c-variationCart__variationName {
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
  }
  .fs-body-product .fs-c-variationCart__variationName .fs-c-variationCart__variationName__stock::before {
    content: "/";
    margin: 0 5px;
  }
  .fs-body-product .fs-c-inquiryAboutProduct.fs-c-buttonContainer.fs-c-buttonContainer--inquiryAboutProduct .fs-c-button--inquiryAboutProduct {
    font-size: 1.6rem;
  }
  .fs-body-product .fs-c-inquiryAboutProduct.fs-c-buttonContainer.fs-c-buttonContainer--inquiryAboutProduct .fs-c-button__label::before {
    width: 60px;
    height: 60px;
    margin: 0 3.3% 0 0;
  }
  .fs-body-product .tab-panel .item-article {
    padding: 5rem 0 0;
    font-size: 1.6rem;
  }
  .fs-body-product .tab-panel .size_data th {
    font-size: 1.6rem;
  }
  .fs-body-product .tab-panel .size_data td {
    font-size: 1.6rem;
  }
  .fs-c-featuredProduct .fs-c-productListItem__productName, .fs-c-coupon__products .fs-c-productListItem__productName {
    font-size: 1.4rem;
  }
  .fs-c-featuredProduct .fs-c-productPrice__main__price.fs-c-price,
  .fs-c-featuredProduct .fs-c-price__currencyMark:before,
  .fs-c-featuredProduct .fs-c-productPrice__addon, .fs-c-coupon__products .fs-c-productPrice__main__price.fs-c-price,
  .fs-c-coupon__products .fs-c-price__currencyMark:before,
  .fs-c-coupon__products .fs-c-productPrice__addon {
    font-size: 1.4rem !important;
  }
  .product_cautionary {
    padding: 2rem 7%;
  }
  .product_linkbtn {
    gap: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  }
  .product_linkbtn li a {
    padding: 2rem 0;
  }
  .product_linkbtn li a img {
    width: min(23.5%, 60px);
  }
  .product_linkbtn li a p {
    font-size: 1.6rem;
    margin: 0 0 0 7%;
  }
  .product_memberregistration {
    font-size: 1.8rem;
    margin: 0 0 3rem;
  }
  .product_memberregistration a {
    padding: 1.5rem 0;
  }
  .product_paybnr {
    margin: 0 0 5rem;
  }
  .product_sns {
    margin: 6rem 0;
  }
  .product_topics a {
    border-width: 1rem;
  }
  .product_topics h3 {
    font-size: 1.6rem;
  }
  .product_topics p {
    font-size: 1.6rem;
  }
  .fs-c-slick .slick-prev, .fs-c-slick .slick-next {
    width: 50px;
    height: 50px;
  }
  .close_btn {
    padding: 20px;
  }
  .close_btn svg {
    width: 30px;
    height: 30px;
  }
  .displayArea_inner {
    width: 600px;
  }
  .displayArea_contents {
    padding: 50px 30px 30px;
  }
  .category_brandinfo {
    display: grid;
    grid-template-columns: 345px 1fr;
    column-gap: 30px;
  }
  .category_brandinfo + .category_ranking {
    margin-top: 70px;
  }
  .category_brandinfo_sns {
    position: absolute;
    top: -6px;
    right: 0;
  }
  .category_brandinfo_block {
    border: none;
  }
  .category_brandinfo_ttl {
    padding: 0 0 2rem 0;
    display: block;
  }
  .category_brandinfo_ttl strong {
    font-size: 2.6rem;
    display: block;
    padding-right: 140px;
  }
  .category_brandinfo_ttl span {
    display: block;
    font-size: 1.4rem;
    margin-top: 10px;
  }
  .category_brandinfo_detail {
    padding: 0;
  }
  .category_brandinfo_detail p + p {
    margin-top: 1.5rem;
  }
  .category_brandinfo_detail a.btn {
    margin-top: 1.5rem;
  }
  .category_brandinfo_detail a.btn:not(:last-child) {
    margin-top: 1.5rem;
  }
  .category_info {
    margin: 50px 0;
  }
  .category_pickup h2 {
    font-size: 2.6rem;
  }
  .category_pickup_item a {
    display: grid;
    grid-template-columns: -webkit-max-content 1fr;
    grid-template-columns: max-content 1fr;
    column-gap: 20px;
    padding: 1em 0;
  }
  .category_pickup_item time {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .category_pickup_item p {
    margin: 0;
  }
  .category_ranking {
    margin: 0 0 80px;
    padding: 30px 25px 45px;
  }
  .category_gloup_ttl {
    font-size: 1.8rem;
    margin: 0 0 30px;
  }
  .category_topics {
    margin-top: 50px;
  }
  .category_topics_ttl {
    font-size: 2.6rem;
    margin: 0 0 40px;
  }
  .category_topics ul {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px 30px;
  }
  .category_topics ul figure figcaption {
    font-size: 1.4rem;
  }
  .category_topics_bnr {
    margin: 3em 0 0;
  }
  .fs-c-productList__list + .fs-c-productList__controller {
    margin-top: 10rem;
  }
  .targeted_sex-anchor a:after {
    right: 20px;
  }
  #ladies_wallet,
  #mens_wallet {
    font-size: 3.8rem;
  }
  #mens_wallet {
    margin: 80px 0 30px;
  }
  .topics_list {
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 50px 20px;
  }
  .pageLink {
    font-size: 1.6rem;
  }
  .news {
    max-width: 700px;
    margin: 0 auto 5rem;
    padding-bottom: 5rem;
  }
  .news h3 {
    font-size: 1.6rem;
  }
  .awooAreaTop {
    border: 1px solid #c8c8c8;
  }
  .awooAreaTop .popular-tags-wrapper {
    padding: 25px 33px 50px;
  }
  .fs-body-top .awooArea .awoo-tag-wrapper,
  .fs-body-category .awooArea .awoo-tag-wrapper,
  .fs-body-search .awooArea .awoo-tag-wrapper,
  .fs-body-product .awooArea .awoo-tag-wrapper {
    justify-content: center;
  }
  .fs-body-cart .fs-c-featuredProduct {
    margin-top: 80px;
  }
  .img_val > ul {
    gap: 0.5rem;
    margin: 0.5rem 0;
  }
  .awoo-favorite-related-products,
  .awoo-no-result-products {
    margin-top: 8rem;
  }
}

@media screen and (min-width: 960px) {
  .sptab-only {
    display: none !important;
  }
  .pc-only {
    display: block !important;
  }
  .header_main {
    padding-bottom: 0;
  }
  .header_pc_menu {
    display: flex !important;
    justify-content: center;
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
  }
  .header_pc_menu li.active span:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 12px 10px;
    border-color: transparent transparent #000 transparent;
    margin-left: -10px;
  }
  .header_pc_menu span {
    font-family: at_b, sans-serif;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    padding: 20px 15px 25px;
    display: block;
    cursor: pointer;
    position: relative;
    color: #000;
    transform: rotate(0.03deg);
  }
  .footer {
    padding: 7rem 2rem 7.5rem;
  }
  .footer_service_item {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .footer_top {
    display: grid;
    grid-template-columns: 20% 60% 20%;
  }
  .footer_menu {
    display: block;
  }
  .footer_menu li {
    width: auto;
  }
  .footer_link {
    display: block;
  }
  .footer_link#item_list {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-template-rows: -webkit-max-content -webkit-max-content -webkit-max-content;
    grid-template-rows: max-content max-content max-content;
  }
}

@media screen and (max-width: 767px) {
  .pctab-only {
    display: none !important;
  }
  .category_brandinfo_ttl.hide:after {
    transform: rotate(90deg);
  }
  .category_brandinfo_ttl:after {
    content: "";
    width: 6px;
    height: 11px;
    background: url(https://bagmania.itembox.design/item/assets/img/chevron_right_bk_thin.svg) no-repeat center/100% auto;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -5px;
    transform: rotate(-90deg);
  }
  .category_ranking {
    margin: 0 -4vw 40px;
    padding: 20px 4vw 30px;
  }
  .awooAreaTop {
    margin: 0 -4vw;
  }
  .awooAreaTop .popular-tags-list-container {
    display: block;
  }
  .fs-body-top .awooArea .awoo-tag-wrapper {
    justify-content: center;
  }
  .fs-body-category .awoo-classify,
  .fs-body-search .awoo-classify,
  .fs-body-product .awoo-product-tags {
    display: block;
    position: relative;
    margin-top: 0;
  }
}

@media screen and (min-width: 900px) {
  .mid-only {
    display: block !important;
  }
  #newarrival .slick-track {
    grid-template-columns: 1fr 1fr 48.8%;
    grid-template-rows: 1fr 1fr;
    gap: 3rem;
  }
  #newarrival .slick-slide:nth-child(1) {
    grid-column: 3/4;
    grid-row: 1/3;
  }
  #newarrival .slick-slide:nth-child(2) {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  #newarrival .slick-slide:nth-child(3) {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  #newarrival .slick-slide:nth-child(4) {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  #newarrival .slick-slide:nth-child(5) {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  #pickup .pickup {
    grid-template-columns: repeat(4, 1fr);
  }
  .top_bottom_bnr {
    gap: 3rem;
  }
  .top_ranking_item {
    grid-template-columns: 48.8% 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 3rem;
  }
  .top_ranking_item li:nth-child(1) {
    grid-column: 1/2;
    grid-row: 1/3;
  }
  .top_ranking_item li:nth-child(2) {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .top_ranking_item li:nth-child(3) {
    grid-column: 3/4;
    grid-row: 1/2;
  }
  .top_ranking_item li:nth-child(4) {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .top_ranking_item li:nth-child(5) {
    grid-column: 3/4;
    grid-row: 2/3;
  }
  .top_ranking_item + .list_ranking {
    margin-top: 3rem !important;
  }
  .list_ranking {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr 1fr;
    gap: 3rem;
  }
  .fs-body-category .list_ranking {
    grid-template-columns: 1fr 1fr;
  }
  .fs-body-product .fs-c-inquiryAboutProduct.fs-c-buttonContainer.fs-c-buttonContainer--inquiryAboutProduct {
    margin-top: 2rem;
  }
  .product_paybnr img {
    width: 100%;
  }
  .category_brandinfo {
    grid-template-columns: 37.6% 1fr;
    column-gap: 3.3%;
  }
  .fs-body-custom .fs-c-heading.fs-c-heading--page {
    margin-top: 3.2rem;
  }
}

@media screen and (min-width: 640px) {
  .blockInner {
    max-width: 1248px;
    padding-left: 24px;
    padding-right: 24px;
  }
  hr {
    margin: 70px 0;
  }
  .fs-body-top .fs-l-pageMain {
    max-width: 1248px;
    padding-left: 24px;
    padding-right: 24px;
    margin: 0 auto;
  }
  .fs-c-featuredProduct, .fs-c-coupon__products {
    margin-top: 80px;
  }
  .fs_recommend {
    padding-bottom: 80px;
  }
  .fs_recommend .sec_head {
    margin-top: 80px;
  }
  .category_filter_btn {
    font-size: 1.4rem;
  }
  .targeted + .fs-c-productList__controller .fs-c-sortItems {
    padding-right: 150px;
  }
  .targeted_inner {
    max-width: 900px;
  }
  .targeted_box {
    padding: 50px 30px 60px;
  }
  .targeted_ttl {
    font-size: 1.8rem;
    margin: 0 auto 30px;
    max-width: 765px;
  }
  .targeted_item {
    max-width: 765px;
    margin: 0 auto 80px;
    grid-template-columns: repeat(auto-fit, minmax(167px, 1fr));
    gap: 0 30px;
    margin: 0 auto 80px;
  }
  .targeted_item + .targeted_item {
    margin-top: -50px;
  }
  .targeted_item h2 {
    font-size: 1.6rem;
    margin: 5px 0 10px;
  }
  .targeted_item p {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .targeted_card {
    max-width: 765px;
    margin: 0 auto 80px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
  }
  .targeted_card a {
    padding: 15px 20px 20px;
  }
  .targeted_card h2 {
    font-size: 1.6rem;
    margin: 5px 0 10px;
  }
  .targeted_card p {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .targeted_sex {
    max-width: 765px;
    margin: 0 auto 80px;
    gap: 30px;
  }
  .targeted_sex a {
    font-size: 1.6rem;
    padding: 20px 0;
  }
  .targeted_color {
    max-width: 765px;
    margin: 0 auto 80px;
    grid-template-columns: repeat(auto-fit, minmax(167px, 1fr));
    gap: 30px;
  }
  .targeted_color a {
    font-size: 1.6rem;
    padding: 20px 0;
  }
  .targeted_brand {
    max-width: 765px;
    margin: 0 auto;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  }
  .targeted_brand_note {
    max-width: 765px;
    margin: 0 auto;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  }
  .targeted_bar {
    max-width: 765px;
    margin: 0 auto 80px;
    grid-template-columns: repeat(auto-fit, minmax(167px, 1fr));
  }
  .fs-body-category .fs-c-productList__list .fs-c-productList__list__item.fs-c-productListItem, .fs-body-search .fs-c-productList__list .fs-c-productList__list__item.fs-c-productListItem, .fs-body-bundle .fs-c-productList__list .fs-c-productList__list__item.fs-c-productListItem, .fs-body-couponProduct .fs-c-productList__list .fs-c-productList__list__item.fs-c-productListItem {
    margin-top: 8rem;
  }
  .awooArea {
    max-width: 1248px;
    padding-left: 24px;
    padding-right: 24px;
    margin: 0 auto;
  }
}

@media (hover) {
  .menu_list li a:hover {
    text-decoration: underline;
  }
  .category_filter_btn:hover {
    background-color: #000;
    color: #fff;
  }
  .targeted_item_link a:hover {
    text-decoration: underline;
  }
  .targeted_card a:hover {
    opacity: 0.7;
  }
  .targeted_sex a:hover {
    opacity: 0.7;
  }
  .targeted_color a:hover {
    opacity: 0.7;
  }
  .targeted_brand li a:hover {
    opacity: 0.7;
  }
  .targeted_allbtn a:hover {
    opacity: 0.7;
  }
  .sidemenu_popup a:hover {
    background: #f2f2f2;
  }
  .sidemenu_brand a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
    color: inherit;
  }
  .sidemenu_color a:hover {
    opacity: 0.7;
  }
  .sidemenu_price a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
    color: inherit;
  }
  .footer a:hover {
    text-decoration: underline;
  }
  .pagetop a {
    transition: opacity .3s;
  }
  .pagetop a:hover {
    opacity: 0.7;
  }
}

@media screen and (min-width: 1100px) {
  .fs-body-category .list_ranking {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    gap: 0 2rem;
  }
  .fs-body-product .fs-c-variationCart--withImage > li {
    grid-template-columns: auto 1fr 36% 2em;
  }
  .fs-body-product .fs-c-variationCart__variationName {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 899px) {
  .fs-l-productLayout__item--1 {
    order: 1;
  }
  .fs-l-productLayout__item--2 {
    order: 2;
  }
  .fs-l-productLayout__item--tab {
    order: 3;
    margin-top: 4rem;
  }
  .fs-l-productLayout__item--sub {
    order: 4;
  }
  .fs-body-product .fs-c-productCarouselMainImage .fs-c-productCarouselMainImage__expandButton.fs-c-buttonContainer {
    margin-right: 0;
  }
  .displayArea .third_text_area .delivery_table .delivery_map_sub .delivery_color01::before,
  .displayArea .third_text_area .delivery_table .delivery_map_sub .delivery_color02::before,
  .displayArea .third_text_area .delivery_table .delivery_map_sub .delivery_color03::before {
    width: 15px;
    height: 15px;
  }
  .displayArea .page_itemdelivery.sp .third_text_area .delivery_area {
    margin-top: 2em;
  }
  .displayArea .page_itemdelivery.sp .delivery_area_first table th, .displayArea .page_itemdelivery.sp .delivery_area_second table th, .displayArea .page_itemdelivery.sp .delivery_area_third table th {
    width: 60px;
  }
  .fs-body-my-wishlist .fs-l-main {
    margin-top: 2.4rem;
  }
}
.pagetop {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  display: none;
  width: 5.5rem;
}
.pagetop a {
  display: block;
}
@media screen and (min-width: 640px) {
  .pagetop {
    width: 7rem;
  }
}


/* トップ 注目のキーワード スタイル調整 */
@media screen and (max-width: 767px) {
  .awooAreaTop {
    border: 1px solid #c8c8c8;
    padding: 20px 10px;
    margin: 0;
  }
}
/* トップ Information スタイル調整 */
.pt_top_info {
  background-color: #f0eef1;
  padding-bottom: 0;
}
.pt_top_info li:first-child {
  border-bottom: none;
}
.pt_top_info li {
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .pt_top_info {
    padding-left: 4rem;
  }
  .pt_top_info li {
    padding: 3rem 0 3rem 0;
  }
  .pt_top_info li time {
    top: 0;
  }
  .pt_top_info li:first-child {
    padding-top: 3rem;
  }
  .pt_top_info li:first-child time {
    top: 3rem;
  }  
  .pt_top_info li + li {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .pt_top_info li {
    margin: 0 2rem 0 2rem !important;
  }
  .pt_top_info li:first-child {
    padding-top: 2rem;
  }
  .pt_top_info li + li {
    padding-top: 1rem;
  }
  .pt_top_info .fs-pt-list__link h3:after {
    left: calc(100% - 1vw);
  }
}

@media screen and (max-width: 899px) {
  .fs-l-main {
    padding-top: 0;
    margin-top: 0.5rem !important;
    margin-bottom: 6.5rem;
  }
}

/*product sizeguide ranking*/
.info_link_size {
  display: none !important;
}

.productpage_ranking + .productpage_ranking {
  display: none !important;
}
.fs-body-product .awooArea {
  position: relative;
  margin: 50px 0;
  padding-top: 50px;
}
.fs-body-product .awooArea:after {
  content: "";
  width: calc(100% + 8vw);
  height: 1px;
  background-color: #646464;
  position: absolute;
  left: -4vw;
  top: 0;
}
@media screen and (min-width: 900px) {
  .fs-body-product .fs-l-main {
    overflow: hidden;
  }
  .productpage_ranking,.fs-body-product .awooArea {
    grid-column: 1 / 3;
  }
}
@media screen and (max-width: 899px) {
  .fs-body-product .awooArea {
    order: 5;
    padding-left: 0;
    padding-right: 0;
  }
  .productpage_ranking {
    order: 6;
  }
}
.productpage_ranking .fr3-item__rank {
  font-family: at_b, sans-serif;
  background-color: transparent;
  letter-spacing: 0.05em;
  line-height: 100%;
  width: auto;
  height: auto;
  color: #646464;
  font-size: 1.6rem;
}
.productpage_ranking .fr3-item__rank:before {
  content: "0";
}
@media screen and (min-width: 600px) {
  .productpage_ranking .fr3-item__rank {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 640px) {
  .fs-body-product .awooArea {
    margin: 70px 0;
    padding-top: 70px;
  }
  .fs-body-product .awooArea:after {
    width: 100vw;
    left: calc((100vw - 100%) / 2 * -1);
  }
  .productpage_ranking .fr3-item__rank {
    font-size: 3rem;
  }
}

.blockInner.fs_recommend .fs-c-featuredProduct {
  display: none !important;
}
.jp {
  font-family: yugothic, "Yu Gothic Medium", "Yu Gothic", "Hiragino Kaku Gothic Pro", verdana, meiryo, sans-serif;
}
.sec_head_ttl small.jp {
  font-size: 75%;
}

