@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&family=Roboto:wght@500&display=swap");
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Helvetica Neue", Arial, "Roboto", Meiryo, sans-serif;
  font-size: 14px;
  line-height: normal;
  color: #333333;
  letter-spacing: 0.03em;
  word-break: break-all;
}

h1,
h2,
h3,
h4 {
  letter-spacing: 0.05em;
}

a,
a:link,
a:visited {
  color: #333333;
}
a:hover,
a:link:hover,
a:visited:hover {
  opacity: 0.6;
}

input[type=text],
textarea,
select,
input[type=password] {
  border: 1px solid transparent;
}
input[type=text]:focus,
textarea:focus,
select:focus,
input[type=password]:focus {
  border: 1px solid #333333 !important;
  outline: none;
}

p {
  line-height: 1.6;
  letter-spacing: 0.05em;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

.u-input,
.u-button,
.u-select,
.u-textarea {
  font: inherit;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
          appearance: none;
}

.u-button,
.u-select,
.u-textarea {
  cursor: pointer;
}

.u-hovershadow {
  box-shadow: rgba(0, 0, 0, 0.16) 3px 3px 28px;
  transition: all ease 0.2s;
}
.u-hovershadow:hover, .u-hovershadow:link:hover {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 14px;
  opacity: 1;
  transform: translateY(1px);
}

div.container_ div.contents_ div.mainframe_ .event_ {
  margin-bottom: 88px;
}
div.container_ div.contents_ div.mainframe_ .event_ .c-sectionttl-banner {
  margin-top: 88px;
}
div.container_ div.contents_ div.mainframe_ .comment_middle_ {
  padding: 0;
  margin: 40px 0 88px;
  font-weight: normal;
  color: #333333;
}

.c-topics {
  margin-top: 60px;
}
.c-topics__main {
  margin-top: 40px;
}
.c-topics__list {
  max-height: 230px;
  overflow-x: hidden;
  overflow-y: scroll;
  /* scrollbar */
}
.c-topics__list::-webkit-scrollbar {
  width: 5px;
}
.c-topics__list::-webkit-scrollbar-track {
  background: #e6e6e6;
}
.c-topics__list::-webkit-scrollbar-thumb {
  background: #2d3132;
  border-radius: 100vmax;
}
.c-topics__item {
  border-bottom: 1px solid #cccccc;
}
[data-browse-mode=P] .c-topics__item {
  padding: 20px 0;
}

[data-browse-mode=S] .c-topics__item {
  padding: 18px 0;
}

[data-browse-mode=P] .c-topics__item:first-child {
  border-top: 1px solid #cccccc;
}

.c-topics__item__header {
  display: flex;
  gap: 8px;
  align-items: center;
}
.c-topics__item__header img {
  height: 18px;
}
.c-topics__item__header .date {
  line-height: 1;
  color: #737f99;
  font-family: Arial, "Roboto", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Helvetica Neue", Meiryo, sans-serif;
}
.c-topics__item__content {
  margin-top: 12px;
}
.category_name_,
.c-sectionttl {
  position: relative;
  display: block;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 32px 0 32px;
  font-weight: bold;
  color: #041a45;
}
[data-browse-mode=P] .category_name_ {
  gap: 12px;
  font-size: 28px;
}

[data-browse-mode=P] .c-sectionttl {
  gap: 12px;
  font-size: 28px;
}

[data-browse-mode=S] .category_name_ {
  gap: 5px;
  font-size: 22px !important;
}

[data-browse-mode=S] .c-sectionttl {
  gap: 5px;
  font-size: 22px !important;
}

.category_name_::before,
.c-sectionttl::before {
  display: block;
  content: "";
  background-image: url("../../img/common/sectionttl-deco.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
[data-browse-mode=P] .category_name_::before {
  width: 24px;
  height: 28px;
}

[data-browse-mode=P] .c-sectionttl::before {
  width: 24px;
  height: 28px;
}

[data-browse-mode=S] .category_name_::before {
  width: 20px;
  height: 24px;
}

[data-browse-mode=S] .c-sectionttl::before {
  width: 20px;
  height: 24px;
}

.c-topics + .category_name_ {
  margin-top: 60px;
}

h1.category_name_ + .category_name_ {
  margin-top: 32px;
}

div.StyleP_Frame_ {
  margin: 40px 0 56px;
}

div.StyleP_Line_ {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

div.StyleP_Item_ {
  //position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  width: auto;
  padding: 0;
  margin-right: 0;
}
div.StyleP_Item_ div.img_ {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  margin: 0;
  background: #f7f8f9;
  border: none;
}
div.StyleP_Item_ div.img_ a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1/1;
}
div.StyleP_Item_ div.img_ a img {
  object-fit: contain;
}
div.StyleP_Item_ div.desc_ {
  margin-top: 11px;
}
div.StyleP_Item_ div.desc_ .rank_ {
  position: absolute;
  top: 34px;
  right: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  font-weight: bold;
  color: #fff;
  background: #666666;
  background-position: 0 0;
  background-size: cover;
  border-radius: 6px;
}
div.StyleP_Item_ div.desc_ .rank_1 {
  background-image: url("../../img/common/icon_ranking1.png");
}
div.StyleP_Item_ div.desc_ .rank_2 {
  background-image: url("../../img/common/icon_ranking2.png");
}
div.StyleP_Item_ div.desc_ .rank_3 {
  background-image: url("../../img/common/icon_ranking3.png");
}
div.StyleP_Item_ div.desc_ .icon_ {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-content: start;
}
div.StyleP_Item_ div.desc_ .icon_ img {
  height: 18px;
}
div.StyleP_Item_ div.desc_ .brandname_ {
  display: none;
}
div.StyleP_Item_ div.desc_ .name_ {
  margin: 10px 0 0;
}
div.StyleP_Item_ div.desc_ .name_ a {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}
div.StyleP_Item_ div.desc_ .comment_ {
  display: block;
  margin-top: 10px;
}
div.StyleP_Item_ div.desc_ .comment_ .small_ {
  font-size: 13px;
  color: #666666;
}
div.StyleP_Item_ div.desc_ .stock_ {
  margin-top: 8px;
  font-size: 12px;
}
div.StyleP_Item_ div.desc_ .g_price_ {
  margin-top: 13px;
}
div.StyleP_Item_ div.desc_ .g_price_ > span {
  display: block;
}
div.StyleP_Item_ div.desc_ .g_price_ .price_pop_ {
  display: none;
}
div.StyleP_Item_ div.desc_ .g_price_ .price_ .large_ {
  font-size: 18px;
  font-family: Arial, "Roboto", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Helvetica Neue", Meiryo, sans-serif;
}
div.StyleP_Item_ div.desc_ .g_price_ .price_ .small_ {
  font-size: 12px;
}
div.StyleP_Item_ div.desc_ .g_price_ .small_ {
  font-size: 12px;
}
div.StyleP_Item_ div.desc_ .g_price_ .price_pop_ + .price_ {
  color: #c71818;
}
div.StyleP_Item_ div.desc_ .cart_ {
  margin-top: 15px;
}
div.StyleP_Item_ div.desc_ .cart_ a {
  width: 100%;
}
div.StyleP_Item_ div.desc_ .cart_ a img {
  width: 100%;
  object-fit: contain;
}

[data-browse-mode=P] div.StyleD_Frame_ {
  margin: 40px 0 56px;
}

[data-browse-mode=S] div.StyleD_Frame_ {
  margin: 30px 0;
}

div.StyleD_Item_ {
  display: flex;
  width: 100%;
  margin: 0;
  border: none;
  border-top: 1px solid #cccccc;
}
[data-browse-mode=P] div.StyleD_Item_ {
  gap: 30px;
  padding: 35px 0;
}

[data-browse-mode=S] div.StyleD_Item_ {
  gap: 15px;
  padding: 22px 0;
}

div.StyleD_Item_:last-child {
  border-bottom: 1px solid #cccccc;
}
[data-browse-mode=P] div.StyleD_Item_ .left {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 180px;
}

[data-browse-mode=S] div.StyleD_Item_ .left {
  width: 130px;
}

div.StyleD_Item_ .left .img_ {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  margin: 0;
  background: #f7f8f9;
  border: none;
}
div.StyleD_Item_ .left .img_ a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1/1;
}
div.StyleD_Item_ .left .img_ a img {
  object-fit: contain;
}
div.StyleD_Item_ .left .cart_ {
  width: 100%;
}
div.StyleD_Item_ .left .cart_ a {
  width: 100%;
}
div.StyleD_Item_ .left .cart_ a img {
  width: 100%;
  object-fit: contain;
}
div.StyleD_Item_ .right {
  flex: 1;
}
div.StyleD_Item_ .right .desc_ {
  width: 100%;
  margin: 0;
}
div.StyleD_Item_ .right .desc_ .icon_ {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
div.StyleD_Item_ .right .desc_ .icon_ img {
  height: 18px;
}
[data-browse-mode=P] div.StyleD_Item_ .right .desc_ .name_ {
  margin-top: 12px;
}

[data-browse-mode=S] div.StyleD_Item_ .right .desc_ .name_ {
  margin-top: 10px;
}

div.StyleD_Item_ .right .desc_ .name_ a {
  font-weight: bold;
}
[data-browse-mode=P] div.StyleD_Item_ .right .desc_ .name_ a {
  font-size: 16px;
}

[data-browse-mode=S] div.StyleD_Item_ .right .desc_ .name_ a {
  font-size: 13px;
}

div.StyleD_Item_ .right .desc_ .comment_ {
  margin-top: 12px;
  font-size: 13px;
}
div.StyleD_Item_ .right .desc_ .number_ {
  margin-top: 10px;
}
[data-browse-mode=P] div.StyleD_Item_ .right .desc_ .stock_ {
  margin-top: 6px;
}

[data-browse-mode=S] div.StyleD_Item_ .right .desc_ .stock_ {
  margin-top: 10px;
  font-size: 11px;
}

[data-browse-mode=P] div.StyleD_Item_ .right .desc_ .price_ {
  margin-top: 10px;
}

[data-browse-mode=S] div.StyleD_Item_ .right .desc_ .price_ {
  margin-top: 15px;
}

div.StyleD_Item_ .right .desc_ .price_ .sale_ span {
  font-size: 12px;
}
[data-browse-mode=S] div.StyleD_Item_ .right .desc_ .price_ .sale_ span {
  display: none;
}

div.StyleD_Item_ .right .desc_ .price_ .sale_ div {
  display: inline-block;
  color: #c71818;
}
div.StyleD_Item_ .right .desc_ .price_ .sale_ div b {
  font-weight: bold;
  font-family: Arial, "Roboto", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Helvetica Neue", Meiryo, sans-serif;
}
[data-browse-mode=P] div.StyleD_Item_ .right .desc_ .price_ .sale_ div b {
  font-size: 20px;
}

[data-browse-mode=S] div.StyleD_Item_ .right .desc_ .price_ .sale_ div b {
  font-size: 16px;
}

div.StyleD_Item_ .right .desc_ .price_ .sale_ div i {
  font-style: normal;
  font-weight: bold;
}
[data-browse-mode=P] div.StyleD_Item_ .right .desc_ .price_ .sale_ div i {
  font-size: 12px;
}

[data-browse-mode=S] div.StyleD_Item_ .right .desc_ .price_ .sale_ div i {
  font-size: 10px;
}

div.StyleD_Item_ .right .desc_ .price_ .default_ {
  font-weight: normal;
  color: #333333;
}
[data-browse-mode=P] div.StyleD_Item_ .right .desc_ .price_ .default_ {
  margin-top: 6px;
  font-size: 12px;
}

[data-browse-mode=S] div.StyleD_Item_ .right .desc_ .price_ .default_ {
  display: flex;
  margin-top: 3px;
  font-size: 11px;
}

div.StyleD_Item_ .right .desc_ .price_ .default_ div {
  display: inline-block;
}
div.StyleD_Item_ .right .desc_ .price_ .default_ div b {
  font-weight: normal;
}
div.StyleD_Item_ .right .desc_ .price_ .default_ div i {
  font-style: normal;
}
div.StyleD_Item_ .right .desc_ .price_ .off_ {
  font-weight: normal;
  color: #333333;
}
[data-browse-mode=P] div.StyleD_Item_ .right .desc_ .price_ .off_ {
  margin-top: 6px;
  font-size: 12px;
}

[data-browse-mode=S] div.StyleD_Item_ .right .desc_ .price_ .off_ {
  margin-top: 3px;
  font-size: 11px;
}

div.StyleD_Item_ .right .desc_ .price_:not(:has(.sale_)) .default_ span {
  font-size: 12px;
}
[data-browse-mode=S] div.StyleD_Item_ .right .desc_ .price_:not(:has(.sale_)) .default_ span {
  display: none;
}

div.StyleD_Item_ .right .desc_ .price_:not(:has(.sale_)) .default_ div {
  display: inline-block;
}
div.StyleD_Item_ .right .desc_ .price_:not(:has(.sale_)) .default_ div b {
  font-weight: bold;
  font-family: Arial, "Roboto", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Helvetica Neue", Meiryo, sans-serif;
}
[data-browse-mode=P] div.StyleD_Item_ .right .desc_ .price_:not(:has(.sale_)) .default_ div b {
  font-size: 20px;
}

[data-browse-mode=S] div.StyleD_Item_ .right .desc_ .price_:not(:has(.sale_)) .default_ div b {
  font-size: 16px;
}

div.StyleD_Item_ .right .desc_ .price_:not(:has(.sale_)) .default_ div i {
  font-style: normal;
  font-weight: bold;
}
[data-browse-mode=P] div.StyleD_Item_ .right .desc_ .price_:not(:has(.sale_)) .default_ div i {
  font-size: 12px;
}

[data-browse-mode=S] div.StyleD_Item_ .right .desc_ .price_:not(:has(.sale_)) .default_ div i {
  font-size: 10px;
}

div.StyleD_Item_ .right .desc_ .comment2_ {
  padding: 20px;
  margin-top: 15px;
  font-size: 13px;
  background: #f7f8f9;
}

div.CategoryStyleG_ {
  overflow: visible;
}
[data-browse-mode=P] div.CategoryStyleG_ {
  margin-top: 35px;
}

div.CategoryStyleG_ div.CategoryStyleG_Line_ {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
[data-browse-mode=P] div.CategoryStyleG_ div.CategoryStyleG_Line_ {
  gap: 60px 30px;
}

[data-browse-mode=S] div.CategoryStyleG_ div.CategoryStyleG_Line_ {
  gap: 30px;
}

div.CategoryStyleG_ div.CategoryStyleG_Line_ div.CategoryStyleG_Item_ {
  width: 100%;
  padding: 0;
  margin: 0;
}
div.CategoryStyleG_ div.CategoryStyleG_Line_ div.CategoryStyleG_Item_ h3.name_ {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #041a45;
  background: none;
  border: none;
}
div.CategoryStyleG_ div.CategoryStyleG_Line_ div.CategoryStyleG_Item_ h3.name_::after {
  display: block;
  width: 7px;
  height: 14px;
  content: "";
  background-image: url("../../img/common/arrow_right--blue2.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
div.CategoryStyleG_ div.CategoryStyleG_Line_ div.CategoryStyleG_Item_ ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  margin-top: 20px;
}
div.CategoryStyleG_ div.CategoryStyleG_Line_ div.CategoryStyleG_Item_ ul li {
  flex: 0 0 auto;
  word-break: break-all;
}
div.CategoryStyleG_ div.CategoryStyleG_Line_ div.CategoryStyleG_Item_ ul li a.category_name_ {
  margin: 0;
  font-size: 14px;
  font-weight: normal;
}
div.CategoryStyleG_ div.CategoryStyleG_Line_ div.CategoryStyleG_Item_ ul li a.category_name_::before {
  display: none;
}
div.CategoryStyleG_ div.CategoryStyleG_Line_ div.CategoryStyleG_Item_ ul li a.category_name_::after {
  display: inline-block;
  width: 1px;
  height: 18px;
  content: "";
  background: none;
  background: #cccccc;
}

div.CategoryStyleP_Line_ {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 20px;
}
div.CategoryStyleP_Line_ div.StyleP_Item_ {
  padding: 0;
  margin: 0;
}
div.CategoryStyleP_Line_ div.StyleP_Item_ div.img_ {
  margin: 0;
  border: none;
}
div.CategoryStyleP_Line_ div.StyleP_Item_ div.img_ a img {
  width: 210px;
  height: 210px;
  object-fit: cover;
}
div.CategoryStyleP_Line_ div.StyleP_Item_ div.desc_ {
  margin-top: 20px;
}
div.CategoryStyleP_Line_ div.StyleP_Item_ div.desc_ div.name_ {
  margin: 0;
}
div.CategoryStyleP_Line_ div.StyleP_Item_ div.desc_ div.name_ .name1_ a {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
  color: #041a45;
  background: none;
  border: none;
}
div.CategoryStyleP_Line_ div.StyleP_Item_ div.desc_ div.name_ .name1_ a::after {
  display: block;
  width: 7px;
  height: 14px;
  content: "";
  background-image: url("../../img/common/arrow_right--blue2.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
div.CategoryStyleP_Line_ div.StyleP_Item_ div.desc_ .comment_ {
  margin-top: 20px;
  font-size: 13px;
}

.navistyle_,
.navisort_ {
  margin: 0;
  border-bottom: none;
}
[data-browse-mode=P] .navistyle_ {
  padding: 20px;
  background: #f7f8f9;
}

[data-browse-mode=P] .navisort_ {
  padding: 20px;
  background: #f7f8f9;
}

[data-browse-mode=S] .navistyle_ {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: flex-end;
  margin-top: 60px;
}

[data-browse-mode=S] .navisort_ {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: flex-end;
  margin-top: 60px;
}

.navistyle_.navistyle_,
.navisort_.navistyle_ {
  padding-bottom: 6px;
  margin-top: 60px;
}
[data-browse-mode=P] .navistyle_ dt {
  width: 115px;
  font-size: 14px;
  color: #333333;
  text-align: left;
}

[data-browse-mode=P] .navisort_ dt {
  width: 115px;
  font-size: 14px;
  color: #333333;
  text-align: left;
}

[data-browse-mode=S] .navistyle_ dt {
  width: unset;
  font-size: 13px;
}

[data-browse-mode=S] .navisort_ dt {
  width: unset;
  font-size: 13px;
}

[data-browse-mode=P] .navistyle_ dd {
  display: flex;
  gap: 15px;
  align-items: center;
}
[data-browse-mode=P] .navistyle_ dd span,
[data-browse-mode=P] .navistyle_ dd a {
  display: inline-flex;
  gap: 15px;
  align-items: center;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
}
[data-browse-mode=P] .navistyle_ dd span::after,
[data-browse-mode=P] .navistyle_ dd a::after {
  display: inline-block;
  width: 1px;
  height: 20px;
  content: "";
  background: #cccccc;
}
[data-browse-mode=P] .navistyle_ dd span:last-child::after,
[data-browse-mode=P] .navistyle_ dd a:last-child::after {
  display: none;
}
[data-browse-mode=P] .navistyle_ dd span {
  color: #0066cc;
}
[data-browse-mode=P] .navistyle_ dd a {
  color: #808080;
}
[data-browse-mode=P] .navistyle_ dd#goods_class_filter_ {
  padding: 24px 0;
}
[data-browse-mode=P] .navistyle_ dd#goods_class_filter_ dd {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
[data-browse-mode=P] .navistyle_ dd#goods_class_filter_ dd .class_filter_ {
  display: block;
  width: 1fr;
  margin: 0;
}
[data-browse-mode=P] .navistyle_ dd#goods_class_filter_ dd .class_filter_ select.class_filter_pulldown_ {
  position: relative;
  width: 100%;
  min-width: auto;
  height: 40px;
  padding: 0 12px;
  margin: 0;
  line-height: normal;
  background-image: url("../../img/common/triangle_down.png");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px 8px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-appearance: none;
          appearance: none;
}

[data-browse-mode=P] .navisort_ dd {
  display: flex;
  gap: 15px;
  align-items: center;
}
[data-browse-mode=P] .navisort_ dd span,
[data-browse-mode=P] .navisort_ dd a {
  display: inline-flex;
  gap: 15px;
  align-items: center;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
}
[data-browse-mode=P] .navisort_ dd span::after,
[data-browse-mode=P] .navisort_ dd a::after {
  display: inline-block;
  width: 1px;
  height: 20px;
  content: "";
  background: #cccccc;
}
[data-browse-mode=P] .navisort_ dd span:last-child::after,
[data-browse-mode=P] .navisort_ dd a:last-child::after {
  display: none;
}
[data-browse-mode=P] .navisort_ dd span {
  color: #0066cc;
}
[data-browse-mode=P] .navisort_ dd a {
  color: #808080;
}
[data-browse-mode=P] .navisort_ dd#goods_class_filter_ {
  padding: 24px 0;
}
[data-browse-mode=P] .navisort_ dd#goods_class_filter_ dd {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
[data-browse-mode=P] .navisort_ dd#goods_class_filter_ dd .class_filter_ {
  display: block;
  width: 1fr;
  margin: 0;
}
[data-browse-mode=P] .navisort_ dd#goods_class_filter_ dd .class_filter_ select.class_filter_pulldown_ {
  position: relative;
  width: 100%;
  min-width: auto;
  height: 40px;
  padding: 0 12px;
  margin: 0;
  line-height: normal;
  background-image: url("../../img/common/triangle_down.png");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px 8px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-appearance: none;
          appearance: none;
}

[data-browse-mode=S] .navistyle_ dd {
  margin: 0;
}
[data-browse-mode=S] .navistyle_ dd .class_filter_ select.class_filter_pulldown_ {
  width: 170px;
  height: 40px;
  padding: 0 15px;
  background-image: url("../../img/common/arrow_down.png");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 10px auto;
  border: 1px solid #cccccc;
  -webkit-appearance: none;
          appearance: none;
}

[data-browse-mode=S] .navisort_ dd {
  margin: 0;
}
[data-browse-mode=S] .navisort_ dd .class_filter_ select.class_filter_pulldown_ {
  width: 170px;
  height: 40px;
  padding: 0 15px;
  background-image: url("../../img/common/arrow_down.png");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 10px auto;
  border: 1px solid #cccccc;
  -webkit-appearance: none;
          appearance: none;
}

[data-browse-mode=P] .navipage_.top_ {
  gap: 10px;
  margin: 30px 0 0;
}

[data-browse-mode=P] .navipage_.bottom_ {
  gap: 10px;
  margin: 30px 0 0;
}

[data-browse-mode=S] .navipage_.top_ {
  gap: 6px;
  margin: 20px 0 0;
}

[data-browse-mode=S] .navipage_.bottom_ {
  gap: 6px;
  margin: 20px 0 0;
}

.navipage_.top_ .navipage_sum_,
.navipage_.bottom_ .navipage_sum_ {
  font-weight: bold;
}
[data-browse-mode=P] .navipage_.top_ .navipage_sum_ {
  margin-right: 20px;
  font-size: 14px;
}

[data-browse-mode=P] .navipage_.bottom_ .navipage_sum_ {
  margin-right: 20px;
  font-size: 14px;
}

[data-browse-mode=S] .navipage_.top_ .navipage_sum_ {
  font-size: 13px;
}

[data-browse-mode=S] .navipage_.bottom_ .navipage_sum_ {
  font-size: 13px;
}

.navipage_.top_ .navipage_sum_ strong,
.navipage_.bottom_ .navipage_sum_ strong {
  margin-right: 5px;
  font-size: 20px;
  font-family: Arial, "Roboto", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Helvetica Neue", Meiryo, sans-serif;
}
.navipage_.top_ .navipage_now_,
.navipage_.bottom_ .navipage_now_ {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  aspect-ratio: 1/1;
  padding: 0;
  line-height: 1;
  color: #333333;
  background-color: #f7f8f9;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 10px;
  border: 1px solid #cccccc;
  color: #fff;
  background: #0066cc;
  border: none;
}
.navipage_.top_ a,
.navipage_.bottom_ a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  aspect-ratio: 1/1;
  padding: 0;
  line-height: 1;
  color: #333333;
  background-color: #f7f8f9;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 10px;
  border: 1px solid #cccccc;
}
.navipage_.top_ .navipage_reverse_,
.navipage_.bottom_ .navipage_reverse_ {
  display: flex;
  align-items: center;
  margin: 0;
}
[data-browse-mode=P] .navipage_.top_ .navipage_reverse_ {
  gap: 10px;
}

[data-browse-mode=P] .navipage_.bottom_ .navipage_reverse_ {
  gap: 10px;
}

[data-browse-mode=S] .navipage_.top_ .navipage_reverse_ {
  gap: 6px;
}

[data-browse-mode=S] .navipage_.bottom_ .navipage_reverse_ {
  gap: 6px;
}

.navipage_.top_ .navipage_reverse_ .navipage_prev_ a,
.navipage_.bottom_ .navipage_reverse_ .navipage_prev_ a {
  background-image: url("../../img/common/pagination_prev.png");
}
.navipage_.top_ .navipage_reverse_ .navipage_first_ a,
.navipage_.bottom_ .navipage_reverse_ .navipage_first_ a {
  background-image: url("../../img/common/pagination_first.png");
}
.navipage_.top_ .navipage_forward_,
.navipage_.bottom_ .navipage_forward_ {
  display: flex;
  align-items: center;
  margin: 0;
}
[data-browse-mode=P] .navipage_.top_ .navipage_forward_ {
  gap: 10px;
}

[data-browse-mode=P] .navipage_.bottom_ .navipage_forward_ {
  gap: 10px;
}

[data-browse-mode=S] .navipage_.top_ .navipage_forward_ {
  gap: 6px;
}

[data-browse-mode=S] .navipage_.bottom_ .navipage_forward_ {
  gap: 6px;
}

.navipage_.top_ .navipage_forward_ .navipage_next_ a,
.navipage_.bottom_ .navipage_forward_ .navipage_next_ a {
  background-image: url("../../img/common/pagination_next.png");
}
.navipage_.top_ .navipage_forward_ .navipage_last_ a,
.navipage_.bottom_ .navipage_forward_ .navipage_last_ a {
  background-image: url("../../img/common/pagination_last.png");
}
@media screen and (max-width: 799px) {
  .u-pc {
    display: none;
  }
}
@media screen and (min-width: 800px) {
  .u-sp {
    display: none;
  }
}