@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);
}

h1.goods_name_ {
  padding: 0;
  margin: 0;
  color: #041a45;
}
[data-browse-mode=P] h1.goods_name_ {
  font-size: 28px;
}

[data-browse-mode=S] h1.goods_name_ {
  font-size: 22px;
}

.top_comment_ {
  font-size: 14px;
}
[data-browse-mode=P] .top_comment_ {
  margin: 30px 0 0;
}

[data-browse-mode=S] .top_comment_ {
  margin: 25px 0 0;
}

.top_comment_ .icon_ {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 15px;
}
.top_comment_ .icon_ img {
  height: 20px;
}

div.goodsproductdetail_ {
  display: flex;
}
[data-browse-mode=P] div.goodsproductdetail_ {
  gap: 40px;
  margin: 40px 0 0;
}

[data-browse-mode=S] div.goodsproductdetail_ {
  flex-direction: column;
  margin: 30px 0 0;
}

div.goodsproductdetail_ .goodsimg_ {
  display: block;
}
[data-browse-mode=P] div.goodsproductdetail_ .goodsimg_ {
  width: 410px;
}

[data-browse-mode=S] div.goodsproductdetail_ .goodsimg_ {
  width: 100%;
  margin-bottom: 35px;
}

div.goodsproductdetail_ .goodsspec_ {
  flex: 1;
}
[data-browse-mode=P] div.goodsproductdetail_ .goodsspec_ {
  min-width: 450px;
}

div.goodsproductdetail_ .goodsspec_ > .icons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
div.goodsproductdetail_ .goodsspec_ > .icons img {
  height: 21px;
}
div.goodsproductdetail_ .goodsspec_ .price_ {
  display: block;
  font-weight: bold;
  color: #333333;
}
[data-browse-mode=P] div.goodsproductdetail_ .goodsspec_ .price_ .large_ {
  font-size: 28px;
}

[data-browse-mode=S] div.goodsproductdetail_ .goodsspec_ .price_ .large_ {
  font-size: 24px;
}

[data-browse-mode=P] div.goodsproductdetail_ .goodsspec_ .price_ .small_ {
  font-size: 14px;
}

[data-browse-mode=S] div.goodsproductdetail_ .goodsspec_ .price_ .small_ {
  margin-left: 12px;
  font-size: 12px;
}

[data-browse-mode=P] div.goodsproductdetail_ .goodsspec_ .goodscart_quantity_ {
  margin-top: 30px;
}

[data-browse-mode=S] div.goodsproductdetail_ .goodsspec_ .goodscart_quantity_ {
  margin-top: 20px;
}

div.goodsproductdetail_ .goodsspec_ .goodscart_quantity_ .box {
  display: flex;
  gap: 15px;
  align-items: center;
}
div.goodsproductdetail_ .goodsspec_ .goodscart_quantity_ .box .group {
  display: flex;
  gap: 8px;
  align-items: center;
}
div.goodsproductdetail_ .goodsspec_ .goodscart_quantity_ .box .group input {
  display: flex;
  align-items: center;
  width: 84px;
  height: 40px;
  padding-left: 15px;
  border: 1px solid #cccccc;
}
div.goodsproductdetail_ .goodsspec_ .goodscart_quantity_ .box .group input[type=text][disabled] {
  background: #e6e6e6;
}
[data-browse-mode=P] div.goodsproductdetail_ .goodsspec_ .goodscart_quantity_ .box .group span {
  font-size: 16px;
}

[data-browse-mode=S] div.goodsproductdetail_ .goodsspec_ .goodscart_quantity_ .box .group span {
  font-size: 15px;
}

[data-browse-mode=P] div.goodsproductdetail_ .goodsspec_ .goodscart_quantity_ .box span {
  font-size: 24px;
}

[data-browse-mode=S] div.goodsproductdetail_ .goodsspec_ .goodscart_quantity_ .box span {
  font-size: 22px;
}

div.goodsproductdetail_ .goodsspec_ .goodscart_quantity_ .memo {
  margin-top: 15px;
  font-weight: bold;
  color: #c71818;
}
[data-browse-mode=P] div.goodsproductdetail_ .goodsspec_ .goodscart_quantity_ .memo {
  font-size: 16px;
}

[data-browse-mode=S] div.goodsproductdetail_ .goodsspec_ .goodscart_quantity_ .memo {
  font-size: 14px;
}

div.goodsproductdetail_ .goodsspec_ .stock_ {
  font-size: 16px;
}
[data-browse-mode=P] div.goodsproductdetail_ .goodsspec_ .stock_ {
  margin-top: 40px;
}
[data-browse-mode=P] div.goodsproductdetail_ .goodsspec_ .stock_:first-of-type {
  margin-top: 0;
}

[data-browse-mode=S] div.goodsproductdetail_ .goodsspec_ .stock_ {
  margin-top: 16px;
}
[data-browse-mode=S] div.goodsproductdetail_ .goodsspec_ .stock_:first-of-type {
  margin-top: 0;
}

div.goodsproductdetail_ .goodsspec_ .stock_ span {
  font-weight: bold;
}
div.goodsproductdetail_ .goodsspec_ .stock_ b {
  font-weight: normal;
}
div.goodsproductdetail_ .goodsspec_ .cartbox_ {
  text-align: center;
}
[data-browse-mode=P] div.goodsproductdetail_ .goodsspec_ .cartbox_ {
  margin: 40px 0 0;
}

[data-browse-mode=S] div.goodsproductdetail_ .goodsspec_ .cartbox_ {
  margin: 20px 0 0;
}

div.goodsproductdetail_ .goodsspec_ .cartbox_ a {
  width: 100%;
}
div.goodsproductdetail_ .goodsspec_ .cartbox_ a img {
  width: 100%;
}
div.goodsproductdetail_ .goodsspec_ .option_buttons_ {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  justify-content: space-between;
  padding: 0;
}
[data-browse-mode=P] div.goodsproductdetail_ .goodsspec_ .option_buttons_ {
  margin: 20px 0 0;
}

[data-browse-mode=S] div.goodsproductdetail_ .goodsspec_ .option_buttons_ {
  margin: 13px 0 0;
}

div.goodsproductdetail_ .goodsspec_ .option_buttons_ li {
  margin: 0;
}
div.goodsproductdetail_ .goodsspec_ .option_buttons_ li::before {
  display: none;
}
div.goodsproductdetail_ .goodsspec_ .option_buttons_ li:last-child {
  order: initial;
}
div.goodsproductdetail_ .goodsspec_ .option_buttons_ li a img {
  width: 100%;
  height: auto;
}
[data-browse-mode=P] div.goodsproductdetail_ .goodsspec_ .introduction_ {
  margin-top: 20px;
}

[data-browse-mode=S] div.goodsproductdetail_ .goodsspec_ .introduction_ {
  margin-top: 13px;
}

div.goodsproductdetail_ .goodsspec_ .introduction_ a {
  width: 100%;
}
div.goodsproductdetail_ .goodsspec_ .introduction_ a img {
  width: 100%;
}
div.goodsproductdetail_ .goodsspec_ .accordion-area {
  position: relative;
  max-height: 230px;
  padding-bottom: 30px;
  overflow: hidden;
  border-bottom: 1px solid #cccccc;
  transition: max-height 0.3s ease;
}
div.goodsproductdetail_ .goodsspec_ .accordion-area.is-expanded {
  max-height: 1000px;
}
div.goodsproductdetail_ .goodsspec_ .accordion-area.is-expanded .button-area {
  background: none;
}
div.goodsproductdetail_ .goodsspec_ .accordion-area.is-expanded .button-area button.js-accordion::after {
  transform: rotate(180deg);
}
div.goodsproductdetail_ .goodsspec_ .accordion-area table.goodsspec_ {
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 40px 0;
}
div.goodsproductdetail_ .goodsspec_ .accordion-area table.goodsspec_ tbody {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
div.goodsproductdetail_ .goodsspec_ .accordion-area table.goodsspec_ tbody tr {
  display: flex;
  gap: 10px;
}
div.goodsproductdetail_ .goodsspec_ .accordion-area table.goodsspec_ tbody tr th {
  display: flex;
  justify-content: space-between;
  width: 125px;
  padding: 0;
  font-size: 14px;
  color: #333333;
  border: none;
}
div.goodsproductdetail_ .goodsspec_ .accordion-area table.goodsspec_ tbody tr td {
  flex: 1;
  padding: 0;
  font-size: 14px;
  line-height: 1.4;
  color: #333333;
  background: none;
}
div.goodsproductdetail_ .goodsspec_ .accordion-area .button-area {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 60px 0 30px;
  background: linear-gradient(transparent 10%, #fff 30%);
}
div.goodsproductdetail_ .goodsspec_ .accordion-area .button-area button.js-accordion {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  background: none;
  border: none;
  -webkit-appearance: none;
          appearance: none;
}
div.goodsproductdetail_ .goodsspec_ .accordion-area .button-area button.js-accordion::after {
  display: block;
  width: 10px;
  height: 16px;
  content: "";
  background-image: url("../../img/common/arrow_down.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all ease 0.3s;
}
[data-browse-mode=P] div.goodsproductdetail_ .goodsspec_ .goodscomment1_ {
  padding: 40px 0 0;
  margin: 0 0 40px;
}

[data-browse-mode=S] div.goodsproductdetail_ .goodsspec_ .goodscomment1_ {
  padding: 35px 0 0;
  margin: 0 0 35px;
}

div.goodsproductdetail_ .goodsspec_ .togetherlist_ {
  border-top: 1px solid #cccccc;
}
[data-browse-mode=P] div.goodsproductdetail_ .goodsspec_ .togetherlist_ {
  padding: 40px 0 0;
  margin: 40px 0 0;
}

[data-browse-mode=S] div.goodsproductdetail_ .goodsspec_ .togetherlist_ {
  padding: 35px 0 0;
  margin: 35px 0 0;
}

div.goodsproductdetail_ .goodsspec_ .togetherlist_ .title_decoration_.title_block_ {
  padding: 0;
  margin: 0;
  font-weight: bold;
  color: #041a45;
  background: none !important;
}
[data-browse-mode=P] div.goodsproductdetail_ .goodsspec_ .togetherlist_ .title_decoration_.title_block_ {
  font-size: 22px;
}

[data-browse-mode=S] div.goodsproductdetail_ .goodsspec_ .togetherlist_ .title_decoration_.title_block_ {
  font-size: 18px;
}

div.goodsproductdetail_ .goodsspec_ .togetherlist_ .title_decoration_.title_block_::before {
  display: none;
}
[data-browse-mode=P] div.goodsproductdetail_ .goodsspec_ .togetherlist_ .goods_ {
  margin-top: 30px;
}

[data-browse-mode=S] div.goodsproductdetail_ .goodsspec_ .togetherlist_ .goods_ {
  margin-top: 20px;
}

div.goodsproductdetail_ .goodsspec_ .togetherlist_ .goods_ div.StyleP_Frame_ {
  margin: 40px 0 56px;
}
div.goodsproductdetail_ .goodsspec_ .togetherlist_ .goods_ div.StyleP_Line_ {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
div.goodsproductdetail_ .goodsspec_ .togetherlist_ .goods_ div.StyleP_Item_ {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  width: auto;
  padding: 0;
  margin-right: 0;
}
div.goodsproductdetail_ .goodsspec_ .togetherlist_ .goods_ div.StyleP_Item_ div.img_ {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  margin: 0;
  background: #f7f8f9;
  border: none;
}
div.goodsproductdetail_ .goodsspec_ .togetherlist_ .goods_ div.StyleP_Item_ div.img_ a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1/1;
}
div.goodsproductdetail_ .goodsspec_ .togetherlist_ .goods_ div.StyleP_Item_ div.img_ a img {
  object-fit: contain;
}
div.goodsproductdetail_ .goodsspec_ .togetherlist_ .goods_ div.StyleP_Item_ div.desc_ {
  margin-top: 11px;
}
div.goodsproductdetail_ .goodsspec_ .togetherlist_ .goods_ 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.goodsproductdetail_ .goodsspec_ .togetherlist_ .goods_ div.StyleP_Item_ div.desc_ .rank_1 {
  background-image: url("../../img/common/icon_ranking1.png");
}
div.goodsproductdetail_ .goodsspec_ .togetherlist_ .goods_ div.StyleP_Item_ div.desc_ .rank_2 {
  background-image: url("../../img/common/icon_ranking2.png");
}
div.goodsproductdetail_ .goodsspec_ .togetherlist_ .goods_ div.StyleP_Item_ div.desc_ .rank_3 {
  background-image: url("../../img/common/icon_ranking3.png");
}
div.goodsproductdetail_ .goodsspec_ .togetherlist_ .goods_ div.StyleP_Item_ div.desc_ .icon_ {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-content: start;
}
div.goodsproductdetail_ .goodsspec_ .togetherlist_ .goods_ div.StyleP_Item_ div.desc_ .icon_ img {
  height: 18px;
}
div.goodsproductdetail_ .goodsspec_ .togetherlist_ .goods_ div.StyleP_Item_ div.desc_ .brandname_ {
  display: none;
}
div.goodsproductdetail_ .goodsspec_ .togetherlist_ .goods_ div.StyleP_Item_ div.desc_ .name_ {
  margin: 10px 0 0;
}
div.goodsproductdetail_ .goodsspec_ .togetherlist_ .goods_ div.StyleP_Item_ div.desc_ .name_ a {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}
div.goodsproductdetail_ .goodsspec_ .togetherlist_ .goods_ div.StyleP_Item_ div.desc_ .comment_ {
  display: block;
  margin-top: 10px;
}
div.goodsproductdetail_ .goodsspec_ .togetherlist_ .goods_ div.StyleP_Item_ div.desc_ .comment_ .small_ {
  font-size: 13px;
  color: #666666;
}
div.goodsproductdetail_ .goodsspec_ .togetherlist_ .goods_ div.StyleP_Item_ div.desc_ .stock_ {
  margin-top: 8px;
  font-size: 12px;
}
div.goodsproductdetail_ .goodsspec_ .togetherlist_ .goods_ div.StyleP_Item_ div.desc_ .g_price_ {
  margin-top: 13px;
}
div.goodsproductdetail_ .goodsspec_ .togetherlist_ .goods_ div.StyleP_Item_ div.desc_ .g_price_ > span {
  display: block;
}
div.goodsproductdetail_ .goodsspec_ .togetherlist_ .goods_ div.StyleP_Item_ div.desc_ .g_price_ .price_pop_ {
  display: none;
}
div.goodsproductdetail_ .goodsspec_ .togetherlist_ .goods_ 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.goodsproductdetail_ .goodsspec_ .togetherlist_ .goods_ div.StyleP_Item_ div.desc_ .g_price_ .price_ .small_ {
  font-size: 12px;
}
div.goodsproductdetail_ .goodsspec_ .togetherlist_ .goods_ div.StyleP_Item_ div.desc_ .g_price_ .small_ {
  font-size: 12px;
}
div.goodsproductdetail_ .goodsspec_ .togetherlist_ .goods_ div.StyleP_Item_ div.desc_ .g_price_ .price_pop_ + .price_ {
  color: #c71818;
}
div.goodsproductdetail_ .goodsspec_ .togetherlist_ .goods_ div.StyleP_Item_ div.desc_ .cart_ {
  margin-top: 15px;
}
div.goodsproductdetail_ .goodsspec_ .togetherlist_ .goods_ div.StyleP_Item_ div.desc_ .cart_ a {
  width: 100%;
}
div.goodsproductdetail_ .goodsspec_ .togetherlist_ .goods_ div.StyleP_Item_ div.desc_ .cart_ a img {
  width: 100%;
  object-fit: contain;
}
div.goodsproductdetail_ .goodsspec_ .togetherlist_ .goods_ div.StyleP_Frame_ {
  margin: 0;
}
div.goodsproductdetail_ .goodsspec_ .togetherlist_ .goods_ div.StyleP_Frame_ .StyleP_Line_ {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
[data-browse-mode=P] div.goodsproductdetail_ .goodsspec_ .togetherlist_ .goods_ div.StyleP_Frame_ .StyleP_Line_ {
  gap: 30px;
}

[data-browse-mode=S] div.goodsproductdetail_ .goodsspec_ .togetherlist_ .goods_ div.StyleP_Frame_ .StyleP_Line_ {
  gap: 30px 12px;
}

.goods_variation_list_wrap {
  padding: 40px 0 20px;
  background: #f7f8f9;
}
[data-browse-mode=P] .goods_variation_list_wrap {
  margin-top: 80px;
}

[data-browse-mode=S] .goods_variation_list_wrap {
  margin-top: 60px;
}

.goods_variation_list_wrap h2 {
  position: relative;
  padding: 0;
  margin: 0;
  font-weight: bold;
  line-height: 1;
  color: #041a45;
  text-align: center;
  background: none;
}
[data-browse-mode=P] .goods_variation_list_wrap h2 {
  font-size: 22px;
}

[data-browse-mode=S] .goods_variation_list_wrap h2 {
  font-size: 18px;
}

.goods_variation_list_wrap h2::before {
  display: none;
}
.goods_variation_list_wrap .cartvariation_ {
  margin: 40px 0 0;
}
.goods_variation_list_wrap .cartvariation_ table.variation_ {
  display: block;
  width: 100%;
  background: none;
}
[data-browse-mode=P] .goods_variation_list_wrap .cartvariation_ table.variation_ {
  padding: 0 50px;
}

[data-browse-mode=S] .goods_variation_list_wrap .cartvariation_ table.variation_ {
  padding: 0 15px;
}

.goods_variation_list_wrap .cartvariation_ table.variation_ tbody {
  display: block;
  width: 100%;
  vertical-align: middle;
}
[data-browse-mode=P] .goods_variation_list_wrap .cartvariation_ table.variation_ tbody tr {
  display: flex;
  justify-content: start;
  padding: 20px 0;
}

[data-browse-mode=S] .goods_variation_list_wrap .cartvariation_ table.variation_ tbody tr {
  display: grid;
  grid-template-rows: auto auto auto;
  grid-template-columns: auto 1fr;
  padding: 25px 0;
}
[data-browse-mode=S] .goods_variation_list_wrap .cartvariation_ table.variation_ tbody tr td.img_s_,
[data-browse-mode=S] .goods_variation_list_wrap .cartvariation_ table.variation_ tbody tr td.msg_ {
  grid-row: 1;
}
[data-browse-mode=S] .goods_variation_list_wrap .cartvariation_ table.variation_ tbody tr td.goodscart_quantity_ {
  grid-row: 2;
  grid-column: 1/span 2;
}
[data-browse-mode=S] .goods_variation_list_wrap .cartvariation_ table.variation_ tbody tr td.cartbox_ {
  grid-row: 3;
  grid-column: 1/span 2;
}

.goods_variation_list_wrap .cartvariation_ table.variation_ tbody tr:first-child {
  padding-top: 0;
}
.goods_variation_list_wrap .cartvariation_ table.variation_ tbody tr:not(:last-child) {
  border-bottom: 1px solid #cccccc;
}
.goods_variation_list_wrap .cartvariation_ table.variation_ tbody tr td {
  padding: 0;
  border-bottom: none;
}
[data-browse-mode=P] .goods_variation_list_wrap .cartvariation_ table.variation_ tbody tr td.img_s_ {
  width: 120px;
  margin-right: 20px;
}

[data-browse-mode=S] .goods_variation_list_wrap .cartvariation_ table.variation_ tbody tr td.img_s_ {
  width: 110px;
  margin-right: 10px;
}

.goods_variation_list_wrap .cartvariation_ table.variation_ tbody tr td.img_s_ a img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
[data-browse-mode=P] .goods_variation_list_wrap .cartvariation_ table.variation_ tbody tr td.msg_ {
  width: 205px;
  margin-right: 20px;
}

[data-browse-mode=S] .goods_variation_list_wrap .cartvariation_ table.variation_ tbody tr td.msg_ {
  flex: 1;
  width: 100%;
}

.goods_variation_list_wrap .cartvariation_ table.variation_ tbody tr td.msg_ .name_ {
  margin: 0;
  font-size: 14px;
}
.goods_variation_list_wrap .cartvariation_ table.variation_ tbody tr td.msg_ .name_ a {
  display: -webkit-box;
  overflow: hidden;
  font-weight: bold;
  text-align: justify;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
[data-browse-mode=P] .goods_variation_list_wrap .cartvariation_ table.variation_ tbody tr td.msg_ .g_price_ {
  margin-top: 15px;
}

[data-browse-mode=S] .goods_variation_list_wrap .cartvariation_ table.variation_ tbody tr td.msg_ .g_price_ {
  margin-top: 10px;
}

.goods_variation_list_wrap .cartvariation_ table.variation_ tbody tr td.msg_ .g_price_ .price_ {
  color: #333333;
}
[data-browse-mode=P] .goods_variation_list_wrap .cartvariation_ table.variation_ tbody tr td.msg_ .g_price_ .price_ > .large_ {
  font-size: 18px;
}

[data-browse-mode=S] .goods_variation_list_wrap .cartvariation_ table.variation_ tbody tr td.msg_ .g_price_ .price_ > .large_ {
  font-size: 16px;
}

.goods_variation_list_wrap .cartvariation_ table.variation_ tbody tr td.msg_ .g_price_ .price_ > .small_ {
  margin-left: 4px;
}
[data-browse-mode=P] .goods_variation_list_wrap .cartvariation_ table.variation_ tbody tr td.msg_ .g_price_ .price_ > .small_ {
  font-size: 12px;
}

[data-browse-mode=S] .goods_variation_list_wrap .cartvariation_ table.variation_ tbody tr td.msg_ .g_price_ .price_ > .small_ {
  font-size: 10px;
}

[data-browse-mode=P] .goods_variation_list_wrap .cartvariation_ table.variation_ tbody tr td.goodscart_quantity_ {
  width: 230px;
  margin-right: 25px;
}

[data-browse-mode=S] .goods_variation_list_wrap .cartvariation_ table.variation_ tbody tr td.goodscart_quantity_ {
  margin-top: 15px;
}

.goods_variation_list_wrap .cartvariation_ table.variation_ tbody tr td.goodscart_quantity_ .box {
  display: flex;
  gap: 10px;
  align-items: center;
}
[data-browse-mode=P] .goods_variation_list_wrap .cartvariation_ table.variation_ tbody tr td.goodscart_quantity_ .box {
  justify-content: space-between;
}

[data-browse-mode=S] .goods_variation_list_wrap .cartvariation_ table.variation_ tbody tr td.goodscart_quantity_ .box {
  justify-content: flex-end;
}

.goods_variation_list_wrap .cartvariation_ table.variation_ tbody tr td.goodscart_quantity_ .box .group {
  display: flex;
  gap: 6px;
  align-items: center;
}
[data-browse-mode=P] .goods_variation_list_wrap .cartvariation_ table.variation_ tbody tr td.goodscart_quantity_ .box .group:last-child {
  margin-left: auto;
}

.goods_variation_list_wrap .cartvariation_ table.variation_ tbody tr td.goodscart_quantity_ .box .group input {
  display: flex;
  align-items: center;
  width: 78px;
  height: 40px;
  padding-left: 15px;
  border: 1px solid #cccccc;
}
.goods_variation_list_wrap .cartvariation_ table.variation_ tbody tr td.goodscart_quantity_ .box .group input[type=text][disabled] {
  background: #e6e6e6;
}
.goods_variation_list_wrap .cartvariation_ table.variation_ tbody tr td.goodscart_quantity_ .memo {
  margin-top: 15px;
  font-size: 14px;
  font-weight: bold;
  color: #c71818;
}
[data-browse-mode=S] .goods_variation_list_wrap .cartvariation_ table.variation_ tbody tr td.goodscart_quantity_ .memo {
  text-align: right;
}

[data-browse-mode=P] .goods_variation_list_wrap .cartvariation_ table.variation_ tbody tr td.cartbox_ {
  width: 180px;
}

[data-browse-mode=S] .goods_variation_list_wrap .cartvariation_ table.variation_ tbody tr td.cartbox_ {
  margin-top: 18px;
}

.goods_variation_list_wrap .cartvariation_ table.variation_ tbody tr td.cartbox_ .variation_ {
  display: none;
}
.goods_variation_list_wrap .cartvariation_ table.variation_ tbody tr td.cartbox_ .cartbutton_ a {
  display: block;
  width: 100%;
}
.goods_variation_list_wrap .cartvariation_ table.variation_ tbody tr td.cartbox_ .cartbutton_ a img {
  width: 100%;
}

[data-browse-mode=P] .accessory_list_ {
  margin-top: 80px;
}

[data-browse-mode=S] .accessory_list_ {
  margin-top: 60px;
}

.accessory_list_ .title_block_ {
  padding: 0;
  margin: 0;
  font-weight: bold;
  color: #041a45;
  background: none !important;
}
[data-browse-mode=P] .accessory_list_ .title_block_ {
  font-size: 22px;
}

[data-browse-mode=S] .accessory_list_ .title_block_ {
  font-size: 18px;
}

.accessory_list_ .title_block_::before {
  display: none;
}
[data-browse-mode=P] .accessory_list_ .goods_ .StyleP_Frame_ {
  margin: 30px 0 0;
}

[data-browse-mode=S] .accessory_list_ .goods_ .StyleP_Frame_ {
  margin: 20px 0 0;
}

.accessory_list_ .goods_ .StyleP_Frame_ div.StyleP_Frame_ {
  margin: 40px 0 56px;
}
.accessory_list_ .goods_ .StyleP_Frame_ div.StyleP_Line_ {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.accessory_list_ .goods_ .StyleP_Frame_ div.StyleP_Item_ {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  width: auto;
  padding: 0;
  margin-right: 0;
}
.accessory_list_ .goods_ .StyleP_Frame_ div.StyleP_Item_ div.img_ {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  margin: 0;
  background: #f7f8f9;
  border: none;
}
.accessory_list_ .goods_ .StyleP_Frame_ div.StyleP_Item_ div.img_ a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1/1;
}
.accessory_list_ .goods_ .StyleP_Frame_ div.StyleP_Item_ div.img_ a img {
  object-fit: contain;
}
.accessory_list_ .goods_ .StyleP_Frame_ div.StyleP_Item_ div.desc_ {
  margin-top: 11px;
}
.accessory_list_ .goods_ .StyleP_Frame_ 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;
}
.accessory_list_ .goods_ .StyleP_Frame_ div.StyleP_Item_ div.desc_ .rank_1 {
  background-image: url("../../img/common/icon_ranking1.png");
}
.accessory_list_ .goods_ .StyleP_Frame_ div.StyleP_Item_ div.desc_ .rank_2 {
  background-image: url("../../img/common/icon_ranking2.png");
}
.accessory_list_ .goods_ .StyleP_Frame_ div.StyleP_Item_ div.desc_ .rank_3 {
  background-image: url("../../img/common/icon_ranking3.png");
}
.accessory_list_ .goods_ .StyleP_Frame_ div.StyleP_Item_ div.desc_ .icon_ {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-content: start;
}
.accessory_list_ .goods_ .StyleP_Frame_ div.StyleP_Item_ div.desc_ .icon_ img {
  height: 18px;
}
.accessory_list_ .goods_ .StyleP_Frame_ div.StyleP_Item_ div.desc_ .brandname_ {
  display: none;
}
.accessory_list_ .goods_ .StyleP_Frame_ div.StyleP_Item_ div.desc_ .name_ {
  margin: 10px 0 0;
}
.accessory_list_ .goods_ .StyleP_Frame_ div.StyleP_Item_ div.desc_ .name_ a {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}
.accessory_list_ .goods_ .StyleP_Frame_ div.StyleP_Item_ div.desc_ .comment_ {
  display: block;
  margin-top: 10px;
}
.accessory_list_ .goods_ .StyleP_Frame_ div.StyleP_Item_ div.desc_ .comment_ .small_ {
  font-size: 13px;
  color: #666666;
}
.accessory_list_ .goods_ .StyleP_Frame_ div.StyleP_Item_ div.desc_ .stock_ {
  margin-top: 8px;
  font-size: 12px;
}
.accessory_list_ .goods_ .StyleP_Frame_ div.StyleP_Item_ div.desc_ .g_price_ {
  margin-top: 13px;
}
.accessory_list_ .goods_ .StyleP_Frame_ div.StyleP_Item_ div.desc_ .g_price_ > span {
  display: block;
}
.accessory_list_ .goods_ .StyleP_Frame_ div.StyleP_Item_ div.desc_ .g_price_ .price_pop_ {
  display: none;
}
.accessory_list_ .goods_ .StyleP_Frame_ 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;
}
.accessory_list_ .goods_ .StyleP_Frame_ div.StyleP_Item_ div.desc_ .g_price_ .price_ .small_ {
  font-size: 12px;
}
.accessory_list_ .goods_ .StyleP_Frame_ div.StyleP_Item_ div.desc_ .g_price_ .small_ {
  font-size: 12px;
}
.accessory_list_ .goods_ .StyleP_Frame_ div.StyleP_Item_ div.desc_ .g_price_ .price_pop_ + .price_ {
  color: #c71818;
}
.accessory_list_ .goods_ .StyleP_Frame_ div.StyleP_Item_ div.desc_ .cart_ {
  margin-top: 15px;
}
.accessory_list_ .goods_ .StyleP_Frame_ div.StyleP_Item_ div.desc_ .cart_ a {
  width: 100%;
}
.accessory_list_ .goods_ .StyleP_Frame_ div.StyleP_Item_ div.desc_ .cart_ a img {
  width: 100%;
  object-fit: contain;
}
.accessory_list_ .goods_ .StyleP_Frame_ .StyleP_Line_ {
  display: grid;
  gap: 20px;
}
[data-browse-mode=P] .accessory_list_ .goods_ .StyleP_Frame_ .StyleP_Line_ {
  grid-template-columns: repeat(4, 1fr);
}

[data-browse-mode=S] .accessory_list_ .goods_ .StyleP_Frame_ .StyleP_Line_ {
  grid-template-columns: repeat(2, 1fr);
}

[data-browse-mode=P] .accessory_list_ .goods_ .StyleP_Frame_ .StyleP_Line_ .StyleP_Item_ div.desc_ .cart_ {
  display: block;
}

[data-browse-mode=S] .accessory_list_ .goods_ .StyleP_Frame_ .StyleP_Line_ .StyleP_Item_ div.desc_ .cart_ {
  display: none;
}

.detail_slider .splide__slide img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.detail_slider .splide__arrow {
  top: 50%;
  width: 32px;
  height: 48px;
  background: none;
  border-radius: 0;
  opacity: 1;
}
.detail_slider .splide__arrow img {
  width: 100%;
  height: 100%;
}
.detail_slider .splide__arrow--prev {
  left: 0%;
}
.detail_slider .splide__arrow--prev img {
  transform: rotate(180deg);
}
.detail_slider .splide__arrow--next {
  right: 0%;
}

.detail_slider_thumbnail {
  margin-top: 10px;
}
[data-browse-mode=P] .detail_slider_thumbnail {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
[data-browse-mode=P] .detail_slider_thumbnail .box {
  width: 96px;
  height: 96px;
  cursor: pointer;
}
[data-browse-mode=P] .detail_slider_thumbnail .box img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

[data-browse-mode=S] .detail_slider_thumbnail .splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid transparent;
}

.goodscomment2_,
.goodscomment3_,
.goodscomment4_ {
  margin: 40px auto 0;
}
.goodscomment2_ h2,
.goodscomment3_ h2,
.goodscomment4_ h2 {
  position: relative;
  margin: 0 auto;
  font-weight: bold;
  line-height: 1;
  color: #041a45;
  background: none;
}
[data-browse-mode=P] .goodscomment2_ h2 {
  font-size: 20px;
}

[data-browse-mode=P] .goodscomment3_ h2 {
  font-size: 20px;
}

[data-browse-mode=P] .goodscomment4_ h2 {
  font-size: 20px;
}

[data-browse-mode=S] .goodscomment2_ h2 {
  font-size: 18px;
}

[data-browse-mode=S] .goodscomment3_ h2 {
  font-size: 18px;
}

[data-browse-mode=S] .goodscomment4_ h2 {
  font-size: 18px;
}

.goodscomment2_ h3,
.goodscomment3_ h3,
.goodscomment4_ h3 {
  margin-top: 25px;
  font-weight: bold;
}
[data-browse-mode=P] .goodscomment2_ h3 {
  font-size: 18px;
}

[data-browse-mode=P] .goodscomment3_ h3 {
  font-size: 18px;
}

[data-browse-mode=P] .goodscomment4_ h3 {
  font-size: 18px;
}

[data-browse-mode=S] .goodscomment2_ h3 {
  font-size: 16px;
}

[data-browse-mode=S] .goodscomment3_ h3 {
  font-size: 16px;
}

[data-browse-mode=S] .goodscomment4_ h3 {
  font-size: 16px;
}

.goodscomment2_ h4,
.goodscomment3_ h4,
.goodscomment4_ h4 {
  margin-top: 20px;
  font-size: 14px;
  font-weight: bold;
}
.goodscomment2_ p,
.goodscomment3_ p,
.goodscomment4_ p {
  margin-top: 20px;
  font-size: 14px;
}
.goodscomment2_ .links,
.goodscomment3_ .links,
.goodscomment4_ .links {
  display: flex;
  gap: 20px;
  margin-top: 24px;
}
.goodscomment2_ .links .link,
.goodscomment3_ .links .link,
.goodscomment4_ .links .link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  height: 56px;
  padding: 0 50px 0 24px;
  font-weight: bold;
  border: 2px solid #0066cc;
  border-radius: 100vmax;
}
.goodscomment2_ .links .link::after,
.goodscomment3_ .links .link::after,
.goodscomment4_ .links .link::after {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 32px;
  height: 32px;
  content: "";
  background: #0066cc;
  background-image: url("../../img/common/arrow_down.png");
  background-repeat: no-repeat;
  background-position: 52% center;
  background-size: 45%;
  border-radius: 100vmax;
  transform: translateY(-50%);
}
.goodscomment2_ img,
.goodscomment3_ img,
.goodscomment4_ img {
  margin-top: 15px;
}

[data-browse-mode=P] .goodscomment2_ {
  margin-top: 80px;
}

[data-browse-mode=S] .goodscomment2_ {
  margin-top: 60px;
}

.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 40px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  transform: translate3d(calc(var(--scroll-x) * -1), 0, 0);
}
.c-modal.is-active {
  pointer-events: all;
  visibility: visible;
  opacity: 1;
}
.c-modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.85);
}
.c-modal__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: calc(var(--vh, 1vh) * 100 - 80px);
  padding: 50px 0 0 0;
  box-shadow: 0 0 8px rgba(51, 51, 51, 0.1);
}
.c-modal__container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: auto;
  overscroll-behavior-y: none;
  pointer-events: all;
}
.c-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: none;
  border: none;
}
.c-modal__close > img {
  width: 40px;
  height: 40px;
}
.c-modal__container_inner img {
  max-width: 640px;
  margin: 0 auto;
  border-radius: 8px;
}

.is-modalopen .splide__arrows {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
  width: 100%;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #000;
}
.is-modalopen .splide__arrows .splide__arrow {
  top: calc(50% + 25px);
  pointer-events: all;
}
.is-modalopen .splide__arrows .splide__arrow--prev {
  left: 20%;
}
.is-modalopen .splide__arrows .splide__arrow--next {
  right: 20%;
}
@media screen and (max-width: 799px) {
  .u-pc {
    display: none;
  }
}
@media screen and (min-width: 800px) {
  .u-sp {
    display: none;
  }
}