@charset "utf-8";
/* Modern CSS reset */
*,*::before,*::after{box-sizing:border-box}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}ul[role="list"],ol[role="list"]{list-style:none}html:focus-within{scroll-behavior:smooth}body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5}a:not([class]){text-decoration-skip-ink:auto}img,picture{max-width:100%;display:block}input,button,textarea,select{font:inherit}@media(prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}}

/* 全体設定 */
html{
  font-size: 14px;
}

body{
  color: #ccc;
  font-size: 100%;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 300;
}

strong{
  font-weight: bold;
}

ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

table, th, tr, td{
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1;
}


/* 汎用flexコンテナ */
.row{
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  width: 100%;
}

.col{
  display: block;
  flex: 1 1 auto;
  width: auto;
}

/* コラボトップページ */
/*  装飾クラス */
span.discontinued{
  color: #f33;
  display: block;
  padding-left: 40px;
  width: 100%;
}

/* コンテンツ */

#wrapper{
  background-color: #2b190a;
  border: 1px solid #704b00;
  width: 824px;
  height: auto;
  margin: 0 auto;
  padding: 10px;
}

/* コンテンツ左側：商品リスト */
#col_prods{
  background-color: #362b27;
}
#col_prods h1 img{
  margin: 80px 0 40px;
}
#col_prods ul:last-child{
  margin-bottom: 1rem;
}

/* フッター部分 */
#col_foot{
  margin-top: 8px;
}
#col_foot .container{
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
}
#col_foot a, .info_comp{display: block;}

#col_foot a{
  width: 180px;
}
.info_comp{
  flex: 1 1 auto;
  font-size: 0.7rem;
  text-align: left;
  margin: 4px 0 0 4px;
}