@charset "utf-8";

/** ***************************************************************************
 * 共用
 * ************************************************************************* */

#product-list,
#product-list * {
  max-width: 100%;
}

/**
 * パンくず
 */

.contents .nav_area .breadcrumb {
	top: -10px;
}

@media screen and (min-width:737px) {

  .contents .nav_area .breadcrumb {
    top: -20px;
  }

}

/**
 * セクショニング
 */

#product-list .main_area :where(.column) ~ .column {
  margin-top: 30px;
}

@media screen and (min-width:737px) {

  #product-list .main_area :where(.column) ~ .column {
    margin-top: 40px;
  }

}

/**
 * タイトル
 */

#product-list
[class*="title-style-1"] {
  margin-bottom: 20px;
  padding: 0.25em 0.75em 0.25em;
  font-size: 1.286em;
  font-weight: 600;
  border-radius: 6px;
  background-color: #ffe400;
}

#product-list
[class*="title-style-1"]:has(img) {
  padding-left: 0.5em;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#product-list
[class*="title-style-1"]:has(img) img {
  margin-right: 0.5em;
  flex-shrink: 0;
}

@media screen and (min-width:737px) {

  #product-list
  [class*="title-style-1"] {
    margin-bottom: 15px;
    font-size: 1.429em;
  }

}

/**
 * ボタン 1
 */

#product-list
.button-style-1 {
  padding: 10px 2.25em 10px 10px;
  color: #333;
  line-height: 1.4;
  font-size: 1.1875em;
  font-weight: 600;
  text-decoration: none;
  border-radius: 6px;
  border: 1px solid #ccc;
  box-shadow: 3px 3px 0 0 rgba(12, 4, 8, 0.2);
  overflow: hidden;
  background:
    url("../img/_common/icon-arrow-1.png") right 10px center / 1em 1em no-repeat,
    linear-gradient(to bottom, #e9ebf1, #fff);
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 0;
}

#product-list
.button-style-1:hover {
  opacity: 1;
}

#product-list
.button-style-1::after {
  content: '';
  width: 100%;
  height: 100%;
  background:
    url("../img/_common/icon-arrow-1.png") right 10px center / 1em 1em no-repeat,
    linear-gradient(to bottom, #fff, #e9ebf1);
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease-in-out 0.0s;
  opacity: 0;
}

#product-list
.button-style-1:hover::after {
  opacity: 1;
}

#product-list
.button-style-1 img {
  width: 42%;
  margin-bottom: -10px;
  opacity: 1;
}

#product-list
.button-style-1 div.text {
  text-align: right;
  flex-shrink: 0;
}

#product-list
.button-style-1 em {
  color: #d72f20;
  line-height: 1.2;
  font-size: 1.286em;
  font-style: normal;
  font-weight: 900;
  display: inline-block;
}

/**
 * ボタン 2
 */

#product-list
.button-style-2 {
  padding: 10px;
  color: #fff;
  line-height: 1.4;
  font-size: 1.143em;
  font-weight: 600;
  text-decoration: none;
  border-radius: 6px;
  border: 1px solid #1d428b;
  box-shadow: 3px 3px 0 0 rgba(12, 4, 8, 0.2);
  overflow: hidden;
  background-color: #1d428b;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 0;
}

#product-list
.button-style-2:hover {
  opacity: 1;
}

#product-list
.button-style-2::after {
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #2b5dbf, #1d428b);
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease-in-out 0.0s;
  opacity: 0;
}

#product-list
.button-style-2:hover::after {
  opacity: 1;
}

#product-list
.button-style-2 img {
  margin-right: 10px;
  opacity: 1;
}

#product-list
.button-style-2 div.text {
  flex-grow: 1;
  flex-shrink: 0;
}

/**
 * ボタン 3
 */

#product-list
.button-style-3 {
  padding: 10px 10px 10px 30px;
  color: #fff;
  line-height: 1.4;
  font-size: 1.143em;
  font-weight: 600;
  text-decoration: none;
  border-radius: 6px;
  border: 1px solid #d72e20;
  box-shadow: 3px 3px 0 0 rgba(12, 4, 8, 0.2);
  overflow: hidden;
  background-color: #d72e20;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 0;
}

#product-list
.button-style-3:hover {
  opacity: 1;
}

#product-list
.button-style-3::before {
  content: '';
  width: 0.75em;
  height: 0.75em;
  background: url("../img/_common/icon-arrow-2.png") 0 0 / 100% 100% no-repeat;
  position: absolute;
  z-index: 1;
  top: calc(50% - 0.375em);
  left: 10px;
}

#product-list
.button-style-3::after {
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #ff3726, #d72e20);
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease-in-out 0.0s;
  opacity: 0;
}

#product-list
.button-style-3:hover::after {
  opacity: 1;
}

/** ***************************************************************************
 * 商品一覧
 * ************************************************************************* */

#product-list div.item-list div.item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

#product-list div.item-list div.item ~ div.item {
  margin-top: 30px;
}

@media screen and (min-width:737px) {

  #product-list div.item-list {
    max-width: none;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: -40px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
  }

  #product-list div.item-list div.item {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 40px;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
  }

  #product-list div.item-list div.item ~ div.item {
    margin-top: 0;
  }

  #product-list div.item-list[data-column="5"] div.item {
    width: calc(100% / 5 - 10px);
    min-width: 162px;
  }

  #product-list div.item-list[data-column="6"] div.item {
    width: calc(100% / 6 - 10px);
    min-width: 134px;
  }

}

/**
 * 商品写真
 */

#product-list div.image {
  width: 45%;
  border: 1px solid;
  transition: border-color 0.3s ease-in-out 0.0s;
  border-color: #ccc;
}

#product-list div.image:hover {
  border-color: #1d428b;
}

#product-list div.image a {
  opacity: 1;
}

#product-list div.image img {
  opacity: 1;
}

@media screen and (min-width:737px) {

  #product-list div.image {
    width: 100%;
    margin-bottom: 5px;
  }

}

/**
 * 内容
 */

#product-list div.content {
  width: 50%;
}

@media screen and (min-width:737px) {

  #product-list div.content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    flex-grow: 1;
  }

}

/* テキスト */

#product-list div.content div.text {
  margin-bottom: 0.5em;
}

#product-list div.content .item {
  line-height: 1.3;
  font-weight: 600;
  display: inline-block;
}

#product-list div.content .maker {
  margin-bottom: 5px;
  line-height: 1.3;
  font-size: 0.857em;
  font-weight: 600;
  display: inline-block;
}

#product-list div.content .maker:not([href]) {
  color: inherit;
  cursor: text;
  opacity: 1;
}

/* 価格 */

#product-list div.content div.price {
  padding: 0.5em 0;
  font-size: 0.857em;
  text-align: right;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

#product-list div.content div.price s {
  color: #d72e20;
  font-size: 1.167em;
  font-style: normal;
  display: inline-block;
}

#product-list div.content div.price s small {
  font-style: inherit;
}

#product-list div.content div.price em {
  color: #d72e20;
  font-size: 2em;
  font-style: normal;
  font-weight: 900;
  display: inline-block;
}

#product-list div.content div.price em small {
  font-size: 0.583em;
  font-style: inherit;
}

@media screen and (min-width:737px) {

  #product-list div.content div.price {
    margin-top: auto;
    margin-bottom: 0;
  }

}

/** ***************************************************************************
 * ボタン類
 * ************************************************************************* */

#product-list div.button-list div.item ~ div.item {
  margin-top: 15px;
}

#product-list div.button-list div.item a {
  width: 100%;
  height: 100%;
}

@media screen and (min-width:737px) {

  #product-list div.button-list {
    max-width: none;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: -10px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
  }

  #product-list div.button-list div.item {
    margin: 0 5px 10px;
  }

  #product-list div.button-list div.item ~ div.item {
    margin-top: 0;
  }

  #product-list div.button-list[data-column="3"] div.item {
    width: calc(100% / 3 - 10px);
    min-width: 278px;
  }

  #product-list div.button-list[data-column="4"] div.item {
    width: calc(100% / 4 - 10px);
    min-width: 206px;
  }

}

/** ***************************************************************************
 * サイドメニュー
 * ************************************************************************* */

#product-list div.side_area {
  margin-top: 0;
  margin-bottom: 30px;
}

#product-list div.side_area
div.side_menu_container {
  padding: 10px 15px;
}

#product-list div.side_area
div.column-contents {
  padding: 10px 15px;
  border: 2px solid #1d428b;
  border-top-width: 0;
  border-bottom-width: 10px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  box-shadow: 2px 2px 0 0 rgba(12, 4, 8, 0.2);
}

@media screen and (min-width:737px) {

  #product-list div.side_area {
    min-width: 290px;
  }

  #product-list div.side_area
  div.side_menu_container {
    padding: 10px;
  }

  #product-list div.side_area
  div.column-contents {
    padding: 10px;
  }

}

/**
 * アウトレットメニュー（SP用スライドボタン）
 */

#product-list div.side_area
div.side-title {
  padding: 15px 40px;
  line-height: 1;
  font-size: 1.125em;
  font-weight: 600;
  text-align: center;
  border: 1px solid #ccc;
  background-color: #eee;
  position: relative;
  z-index: 0;
}

#product-list div.side_area
div.side-title::after {
  content: '';
  width: 1.125em;
  height: 0.625em;
  background: url("../img/_common/icon-arrow-3.png") 0 0 / 100% 100% no-repeat;
  position: absolute;
  z-index: 1;
  top: calc(50% - 0.3125em);
  right: 15px;
  transition: transform 0.3s ease-in-out 0.6s;
  transform: scaleY(1);
}

#product-list div.side_area
div.side-title.active::after {
  transition: transform 0.3s ease-in-out 0.0s;
  transform: scaleY(-1);
}

@media screen and (min-width:737px) {

  #product-list div.side_area
  div.side-title {
    display: none;
  }

}

/**
 * SP用 開閉要素
 */

@media screen and (max-width:736px) {

  #product-list {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
  }

  #product-list div.side_area {
    order: -1;
  }

  #product-list div.side_area
  div.navi {
    overflow: hidden;
    transition:
      max-height 0.6s ease-in-out 0.0s,
      margin-top 0.0s ease-in-out 0.6s;
    max-height: 0;
    margin-top: 0;
  }

  #product-list div.side_area
  div.navi.active {
    transition:
      max-height 0.6s ease-in-out 0.0s,
      margin-top 0.3s ease-in-out 0.0s;
    max-height: 1000vh;
    margin-top: 18px;
  }

}

/**
 * すべてのアウトレット品を見る
 */

#product-list div.side_area
div.all-products a {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1.075em;
}

/**
 * タイトル
 */

#product-list div.side_area
.column-title {
  padding: 10px;
  color: #fff;
  line-height: 1.4;
  font-size: 1.143em;
  font-weight: 600;
  text-decoration: none;
  border-radius: 6px;
  border: 1px solid #1d428b;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 2px 2px 0 0 rgba(12, 4, 8, 0.2);
  overflow: hidden;
  background-color: #1d428b;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#product-list div.side_area
.column-title:has(a) {
  padding: 0;
  border-radius: 6px;
  display: block;
}

#product-list div.side_area
.column-title a {
  padding: 10px;
  color: inherit;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 0;
}

#product-list div.side_area
.column-title a:hover {
  opacity: 1;
}

#product-list div.side_area
.column-title a::after {
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #2b5dbf, #1d428b);
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease-in-out 0.0s;
  opacity: 0;
}

#product-list div.side_area
.column-title a:hover::after {
  opacity: 1;
}

#product-list div.side_area
.column-title img {
  margin-right: 10px;
  opacity: 1;
}

/**
 * リスト
 */

#product-list div.side_area
ul.menu li a {
  padding: 0.5em 0;
  text-decoration: none;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

#product-list div.side_area
ul.menu li a::before {
	content: '';
	width: 0.875em;
	height: 0.875em;
  margin-top: 0.375em;
  margin-right: 0.375em;
	background: url("../img/_common/icon-arrow-1.png") 0 0 / 100% 100% no-repeat;
  flex-shrink: 0;
}
