/* リセット */
button {
  background: none;
  border: none;
  text-align: left;
  padding: 0;
}
/* 既存コンポーネントに追加 */
.c-button-primary {
  text-align: center;
  border-radius: 3px;
}
/*
** アルバムリストページ共通
*/
.p-mypage-picture {
  padding-bottom: 154px;
}
.p-mypage-picture--footer-large {
  padding-bottom: 194px;
}
.p-mypage-picture--no-footer {
  padding-bottom: 50px;
}
/* フッター */
.p-album-list-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 10;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
.p-album-list-footer.hidden {
  opacity: 0;
  pointer-events: none;
}
.p-album-list-footer__inner {
  background: #fff;
}
.p-album-list-footer__link {
  color: #000;
  text-decoration: underline;
  font-size: 14px;
  font-weight: 600;
}
.p-album-list-footer__link:hover {
  color: #000;
  text-decoration: underline;
}
.p-album-list-footer__menu-link {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 10px;
  color: #000;
  font-weight: 600;
}
.p-album-list-footer__menu-link:hover {
  color: #000;
}
.p-album-list-footer__menu-link-badge {
  position: absolute;
  top: -5px;
  right: -5px;
  background: #EB3184;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  padding: 0 5px;
  border-radius: 50px;
}
.p-album-list-footer__menu-link img {
  width: 32px;
}

.p-album-list-fotter__album_list_icon {
  width:32px;
  height:32px;
}

.p-album-list-fotter__top_menu_icon {
  width:18px;
  height:18px;
}

/**
* コンポーネント
*/
.c-album-list {
  display: grid;
  gap: 5px;
  max-width: 1170px;
  margin: auto;
}
/* オーバーレイ */
.c-overlay {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
}
.c-overlay-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
/* カートステータス */
.c-cart-status {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 5px;
  border: 1px solid #000;
}
/* 商品番号 */
.image-code {
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(42, 42, 42, 0.5);
  color: white;
  font-size: 10.5px;
  padding: 5px;
}
/* 横縦サイズ */
.width-height-size {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(42, 42, 42, 0.5);
  color: white;
  font-size: 10.5px;
  padding: 5px;
}
/* 販売画像金額 */
.picture-price {
  width: 55px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  bottom: 8px;
  right: 15px;
  background: #28a745;
  color: white;
  text-align: center;
  border-radius: 3px;
}
/* アクションボタン */
.c-button-secondary {
  position: relative;
  display: flex;
  justify-content: center;
  min-width: 194px;
  background: #fff;
  color: #000;
  border: 1px solid #000;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding: 9px 20px 7px;
  border-radius: 3px;
}
/* アイコン付きボタン（テキスト中央） */
.c-button-with-icon img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -42px;
}
/* 閉じるボタン */
.c-button-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  padding: 0;
  margin: auto;
}
.c-button-close img {
  width: 40px;
  height: 40px;
  margin-right: 0;
  position: static;
}
/* サムネイル画像 */
.c-thumb {
  max-width: 240px;
  max-height: 192px;
  width: 34.7vw;
  height: 27.7vw;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #EAEDF1;
  flex-shrink: 0;
}
.c-thumb-small {
  max-width: 180px;
  max-height: 144px;
  width: 34.7vw;
  height: 27.7vw;
}
.c-thumb-popup {
  max-width: 360px;
  max-height: 288px;
  width: 82.7vw;
  height: 66.1vw;
  margin: auto;
}
.c-thumb-fullfill {
  width: auto;
  height: 80vw;
  max-width: 540px;
  max-height: 432px;
  margin: auto;
}
.c-thumb img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  vertical-align: bottom;
}
.c-thumb__search {
  position: absolute;
  bottom: 5px;
  right: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 50%;
  padding: 2px;
}
/* 名前テーブル */
.c-table-list {
  width: 100%;
}
.c-table-list th {
  width: 25%;
  background: #fafafa;
  border: 1px solid #dde2ef;
  font-weight: normal;
  white-space: nowrap;
  padding: 7px;
}
.c-table-list td {
  color: #000;
  font-size: 14px;
  border: 1px solid #dde2ef;
  padding: 7px;
}
/* 料金テーブル */
.c-table-price {
  width: 100%;
}
.c-table-price tr:last-child td {
  font-weight: bold;
}
.c-table-price td:first-child {
  text-align: left;
  width: 25%;
  background: #fafafa;
}
.c-table-price td {
  text-align: right;
  font-size: 14px;
  color: #000;
  border: 1px solid #dde2ef;
  padding: 7px;
}
/* ナビゲーション */
.c-navigation {
  max-width: 345px;
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  margin: 29px auto 0;
}
.c-navigation a {
  color: #000;
  font-weight: bold;
  text-decoration: underline;
}
/* ページネーション */
.c-pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 35px;
}
.c-pagination a {
  display: block;
  border: 1px solid #979797;
  padding: 5px 10px;
  color: inherit;
}
/* ポップアップ */
.c-alert,
.c-popup {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,0.6);
}
.c-popup.is-open,
.c-alert.is-open {
  display: flex;
}
.c-alert__inner,
.c-popup__inner {
  width: 92%;
  max-width: 600px;
  margin: auto;
}
/* カード */
.c-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background: #fff;
  color: #000;
  background-clip: border-box;
  border-radius: 7px;
  border: 1px solid #c0c0c0;
  margin-bottom: 1.3rem;
  box-shadow: -8px 12px 18px 0 #dadee8;
  padding: 1rem;
  margin-bottom: 1rem;
}
.c-card:hover {
  color: #000;
  /* border-color: "#C2296D" */
}
/* ブロックリンク */
.c-link-el {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*
 * utils
*/
.u-none {
  display: none;
}
.u-filter-white {
  filter: brightness(0) invert(1);
}
.u-w-33 {
  width: 33.3%;
  height: 21.7vw;
}

.c-image-button {
  padding: 12px;
}