@charset "UTF-8";
.tokkaichi_item {
  display: flex;
  justify-content: space-between;
  max-width: 96rem;
  margin: 0 auto;
  border-top: 1px solid #bcbcbc;
  padding: 3rem 0;
  gap: 1rem;
}
.tokkaichi_item:first-child {
  margin-top: 3rem;
}
@media screen and (max-width: 768px ) {
  .tokkaichi_item {
    display: block;
    text-align: center;
    margin: 0 1.5rem;
  }
}
.tokkaichi_item__detail {
  width: 680px;
  display: grid;
  grid-template-columns: 180px auto;
  grid-template-rows: auto;
  text-decoration: none;
  color: var(--color_font_mid);
}
@media screen and (max-width: 768px ) {
  .tokkaichi_item__detail {
    width: 100%;
    grid-template-columns: auto;
  }
}
.no-link.is_set .tokkaichi_item__detail {
  pointer-events: none;
  cursor: default;
}
.tokkaichi_item:not(.is_set) .tokkaichi_item__detail:hover h2 {
  color: #007dce;
}
.tokkaichi_item:not(.is_set) .tokkaichi_item__detail:hover .tokkaichi_item__thumb img {
  opacity: 0.8;
}
.tokkaichi_item:not(.is_set) .tokkaichi_item__detail:hover .detail_link {
  background: #f2f7fc;
}
.tokkaichi_item__thumb {
  width: 15rem;
  height: 15rem;
  grid-column: 1/2;
  grid-row: 1/5;
}
.tokkaichi_item__thumb .a__img {
  width: 100%;
}
.tokkaichi_item__thumb a {
  transition: all 0.3s;
}
.tokkaichi_item__thumb a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.3s;
}
.tokkaichi_item__thumb a:hover img {
  opacity: 0.8;
  transition: all 0.3s;
}
@media screen and (max-width: 768px ) {
  .tokkaichi_item__thumb {
    grid-column: auto;
    grid-row: 2/3;
    margin: 0 auto 20px;
  }
}
.tokkaichi_item__text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 769px ) {
  .tokkaichi_item__text {
    min-width: 50rem;
  }
}
.tokkaichi_item__text h2,
.tokkaichi_item__text .comment1,
.tokkaichi_item__text .company_name {
  max-width: 50rem;
}
.tokkaichi_item__text h2 {
  font-size: 2rem;
  margin: 0 0 0.2rem;
}
@media screen and (max-width: 768px ) {
  .tokkaichi_item__text h2 {
    grid-row: 1/2;
  }
}
.tokkaichi_item__text h2 a {
  text-decoration: none;
  color: var(--color_font_mid);
}
.tokkaichi_item__text h2 a:hover {
  color: #007dce;
}
.tokkaichi_item__text .comment1 {
  font-size: 1.4rem;
  margin: 0 0 1rem;
}
@media screen and (max-width: 768px ) {
  .tokkaichi_item__text .comment1 {
    grid-row: 3/4;
  }
}
.tokkaichi_item__text .company_name {
  display: flex;
  font-size: 1.1rem;
  margin: 0 0 0.2em;
}
@media screen and (max-width: 768px ) {
  .tokkaichi_item__text .company_name {
    grid-row: 4/5;
    margin: 0 auto 1rem;
    flex-direction: column;
  }
}
.tokkaichi_item__text .company_name dl {
  display: flex;
  margin: 0 1.5rem 0 0;
}
.tokkaichi_item__text .company_name dl dt,
.tokkaichi_item__text .company_name dl dd {
  margin: 0;
}
.is_set .tokkaichi_item__text .company_name {
  display: none;
}
.tokkaichi_item__text .detail_link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  font-size: 1.3rem;
  margin: 0;
  border: 1px solid #e6e6e8;
  border-radius: 5px;
}
.tokkaichi_item__text .detail_link a {
  padding: 1rem 2.2rem 1rem 1.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  transition: all 0.3s;
  text-decoration: none;
  color: var(--color_font_mid);
}
.tokkaichi_item__text .detail_link a::before {
  content: "";
  border: none;
  background: url("/~/media/img/common/icon/icon_link_circle_fill.svg") no-repeat;
  background-size: contain;
  transform: none;
  width: 1.2rem;
  height: 1.2rem;
}
.tokkaichi_item__text .detail_link a::after {
  margin: 0 0 0 0.4rem;
  padding: 0;
  width: auto;
  height: auto;
  transform: none;
  border: none;
  content: "詳細";
}
.tokkaichi_item__text .detail_link a:hover {
  background: #f2f7fc;
}
.tokkaichi_item__text .detail_link::after {
  content: none;
}
@media screen and (max-width: 768px ) {
  .tokkaichi_item__text .detail_link {
    grid-row: 5/6;
    margin: 0 auto 0.2rem;
    padding: 0;
    border: none;
  }
}
.no-link .tokkaichi_item__text .detail_link {
  display: none;
}
.tokkaichi_item__text .set_child_items {
  margin: 1rem 0 0;
}
@media screen and (max-width: 768px ) {
  .tokkaichi_item__text .set_child_items {
    margin: 1rem 1rem 3rem;
  }
}
.tokkaichi_item__text .set_child_items h3 {
  font-size: 1.3rem;
  margin: 0 0 0.5rem;
}
@media screen and (max-width: 768px ) {
  .tokkaichi_item__text .set_child_items__item_list {
    background: var(--color_ui_light);
    border-radius: 10px;
    padding: 0.5rem 1rem;
  }
}
.tokkaichi_item__text .set_child_items__item_list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tokkaichi_item__text .set_child_items__item_list ul li {
  margin: 0 0 0.3rem;
  padding: 0;
  line-height: 1.2;
}
@media screen and (max-width: 768px ) {
  .tokkaichi_item__text .set_child_items__item_list ul li {
    margin: 0;
    padding: 0.8rem 1rem;
    border-bottom: 1px solid #ddd;
    text-align: left;
  }
}
.tokkaichi_item__text .set_child_items__item_list ul li a {
  font-size: 1.3rem;
  text-decoration: none;
  color: var(--color_font_mid);
  align-items: center;
  background: url(/~/media/img/common/icon/icon_link_circle_fill.svg) left center no-repeat;
  background-size: 1.2rem;
  padding-left: 1.7rem;
}
.tokkaichi_item__text .set_child_items__item_list ul li a:hover {
  color: var(--color_link);
}
.tokkaichi_item__text .set_child_items__item_list ul:last-child li:last-child {
  border-bottom: none;
}
.tokkaichi_item__text .set_child_items__item_list details summary {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  color: var(--color_link);
  cursor: pointer;
}
@media screen and (max-width: 768px ) {
  .tokkaichi_item__text .set_child_items__item_list details summary {
    justify-content: center;
    padding: 0.5rem 0;
  }
}
.tokkaichi_item__text .set_child_items__item_list details summary::before {
  display: block;
  content: "";
  width: 6px;
  height: 10px;
  background: url("/~/media/img/common/icon/icon_link.svg") no-repeat;
  background-size: contain;
  transform: rotate(90deg);
  margin-right: 0.5rem;
  margin-top: 0.2rem;
}
.tokkaichi_item__text .set_child_items__item_list details[open] summary {
  display: none;
}
.tokkaichi_item__cart {
  margin: 0 0 0 0px;
}
@media screen and (max-width: 768px ) {
  .tokkaichi_item__cart {
    margin: 0 auto;
    width: 90%;
    padding: 1.5rem 0;
    border-radius: 1rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background: #fbfbfb;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.16));
  }
}
.tokkaichi_item__cart .cart_item__button {
  margin: 1rem auto;
}
.tokkaichi_item__cart .cart_item__button--quote {
  display: none;
}
.tokkaichi_item__cart .cart_item__button_fav-wrap {
  margin: 0;
}

/* コンパクト */
.tokkaichi_layout_tile {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(38rem, 1fr));
  gap: 2rem;
}
@media screen and (max-width: 768px ) {
  .tokkaichi_layout_tile {
    display: block;
  }
}
.tokkaichi_layout_tile .tokkaichi_item {
  display: grid;
  grid-template-columns: 150px 1fr;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 0;
  border: 1px solid #bcbcbc;
  padding: 1.5rem;
  box-sizing: border-box;
}
@media screen and (max-width: 768px ) {
  .tokkaichi_layout_tile .tokkaichi_item {
    display: block;
    border: none;
    border-top: 1px solid #bcbcbc;
    padding: 1.5rem 0;
  }
}
.tokkaichi_layout_tile .tokkaichi_item__detail {
  width: 100%;
  display: contents;
}
@media screen and (max-width: 768px ) {
  .tokkaichi_layout_tile .tokkaichi_item__detail {
    display: flex;
    justify-content: space-between;
  }
}
.tokkaichi_layout_tile .tokkaichi_item__detail:hover .tokkaichi_item__thumb img {
  opacity: 1;
  width: 100%;
}
.tokkaichi_layout_tile .tokkaichi_item__thumb {
  grid-column: 1/2;
  grid-row: 1/2;
}
.tokkaichi_layout_tile .tokkaichi_item__thumb a {
  display: block;
  width: 15rem;
  height: 15rem;
}
.tokkaichi_layout_tile .tokkaichi_item__thumb a:hover {
  opacity: 0.8 !important;
}
.tokkaichi_layout_tile .tokkaichi_item__cart {
  grid-column: 2/3;
  grid-row: 1/2;
  margin: 0 0 0 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 768px ) {
  .tokkaichi_layout_tile .tokkaichi_item__cart {
    width: 19rem;
    overflow-x: hidden;
  }
}
.tokkaichi_layout_tile .tokkaichi_item__text {
  display: grid;
  grid-template-rows: subgrid;
  grid-column: 1/3;
  grid-row: span 3;
}
@media screen and (max-width: 768px ) {
  .tokkaichi_layout_tile .tokkaichi_item__text {
    grid-template-rows: auto;
  }
}
.tokkaichi_layout_tile .tokkaichi_item__text h2 {
  grid-column: 1/3;
  grid-row: 1/2;
  font-size: 1.9rem;
  text-align: left;
}
.tokkaichi_layout_tile .tokkaichi_item__text .comment1 {
  grid-column: 1/3;
  grid-row: 2/3;
  font-size: 1.4rem;
  margin: 0 0 2rem;
  text-align: left;
}
.tokkaichi_layout_tile .tokkaichi_item__text .company_name {
  grid-column: 1/2;
  grid-row: 3/4;
  margin: 0;
}
.tokkaichi_layout_tile .tokkaichi_item__text .company_name dl:nth-of-type(2) {
  display: none; /* サポートの方を非表示 */
}
.tokkaichi_layout_tile .tokkaichi_item__text .detail_link {
  grid-column: 2/3;
  grid-row: 3/4;
  display: flex;
  justify-content: end;
  width: 100%;
  margin: 0 !important;
}
.tokkaichi_layout_tile .tokkaichi_item__text .detail_link::before, .tokkaichi_layout_tile .tokkaichi_item__text .detail_link::after {
  content: none;
}
.tokkaichi_layout_tile .tokkaichi_item__text .detail_link a {
  text-decoration: none;
  color: var(--color_link);
}
.tokkaichi_layout_tile .tokkaichi_item__text .detail_link a:hover {
  text-decoration: underline;
}
.tokkaichi_layout_tile .tokkaichi_item__text .detail_link a::before {
  content: "製品の詳細";
}

/* 決済情報を下に移動 */
BODY.is_tokka main, BODY.is_multibuy_choice main, BODY.is_multibuy_choice_compact main {
  display: flex;
  flex-wrap: wrap;
}
BODY.is_tokka main > *, BODY.is_multibuy_choice main > *, BODY.is_multibuy_choice_compact main > * {
  max-width: none;
  width: 100%;
}
BODY.is_tokka main #api_product__profile_short,
BODY.is_tokka main #api_product__information,
BODY.is_tokka main #api_product__system, BODY.is_multibuy_choice main #api_product__profile_short,
BODY.is_multibuy_choice main #api_product__information,
BODY.is_multibuy_choice main #api_product__system, BODY.is_multibuy_choice_compact main #api_product__profile_short,
BODY.is_multibuy_choice_compact main #api_product__information,
BODY.is_multibuy_choice_compact main #api_product__system {
  display: none;
}
BODY.is_tokka .cart_wrapper, BODY.is_multibuy_choice .cart_wrapper, BODY.is_multibuy_choice_compact .cart_wrapper {
  background: none;
  max-width: none;
  order: 1;
}
BODY.is_tokka .cart_wrapper div#app-cart:empty, BODY.is_multibuy_choice .cart_wrapper div#app-cart:empty, BODY.is_multibuy_choice_compact .cart_wrapper div#app-cart:empty {
  display: none;
  background: none;
  padding: 0;
  margin: 0;
  width: 0;
  height: 0;
}
@media screen and (min-width: 769px ) {
  BODY.is_tokka .cart_inner, BODY.is_multibuy_choice .cart_inner, BODY.is_multibuy_choice_compact .cart_inner {
    max-width: var(--width_max_pc_m);
    padding: 1em;
  }
}
@media screen and (max-width: 768px ) {
  BODY.is_tokka .cart_inner, BODY.is_multibuy_choice .cart_inner, BODY.is_multibuy_choice_compact .cart_inner {
    margin: 0 1em;
  }
}
BODY.is_tokka #cm_v_cart_detail, BODY.is_multibuy_choice #cm_v_cart_detail, BODY.is_multibuy_choice_compact #cm_v_cart_detail {
  order: 0;
}
BODY.is_tokka .cart_settlement, BODY.is_multibuy_choice .cart_settlement, BODY.is_multibuy_choice_compact .cart_settlement {
  margin: 3rem 0 0;
}
BODY.is_tokka .cart_settlement #api-settlement-biz, BODY.is_multibuy_choice .cart_settlement #api-settlement-biz, BODY.is_multibuy_choice_compact .cart_settlement #api-settlement-biz {
  display: none;
}
BODY.is_tokka .cart_item.is_cp_stock_limit .cart_item__price .cp_limit_countdown, BODY.is_multibuy_choice .cart_item.is_cp_stock_limit .cart_item__price .cp_limit_countdown, BODY.is_multibuy_choice_compact .cart_item.is_cp_stock_limit .cart_item__price .cp_limit_countdown {
  display: block;
  margin: 1rem auto;
}
BODY.is_tokka .recommend_unit__wrapper, BODY.is_multibuy_choice .recommend_unit__wrapper, BODY.is_multibuy_choice_compact .recommend_unit__wrapper {
  order: 2;
}

.tokkaichi_item__text .comment {
  display: none;
  grid-column: 1/3;
  grid-row: 2/3;
  font-size: 1.4rem;
  margin: 0 0 2rem;
  text-align: left;
  max-width: 50rem;
}

@media screen and (max-width: 768px ) {
  .tokkaichi_item .tokkaichi_item__text .company_name {
    padding-inline: 0.8rem;
  }
  .tokkaichi_item .tokkaichi_item__text .company_name dt {
    flex-shrink: 0;
  }
  .tokkaichi_item .tokkaichi_item__text .company_name dd {
    white-space: normal;
    word-break: break-all;
    overflow-wrap: break-word;
    text-align: left;
  }
}
.cart_item__price_lower {
  margin: 0.8rem 0 1.65rem;
}
.cart_item__price_lower .cp_price_rate {
  display: inline-block;
}

.cart_group_wrapper .cart_item.is_battery--sold_out,
.cart_group_wrapper .cart_item.is_limit--over {
  background: initial !important;
}