@charset "UTF-8";
html {
-webkit-text-size-adjust: 100%;
}
body {
  background-color: #10100E;
  color: #cccccc;
  margin:0px;
  font-family: 'Meiryo UI','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
  font-size: 16px;
}
h1 {
  font-size: 1.125em;
}
a:link, a:visited, a:hover, a:active {
  color: #cccccc;
  text-decoration: none;
}
.abs-header{
  position: relative;
  padding:0px;
  height: 100px;
}
.abs-logo{
  position: absolute;
  height: 100px;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.abs-menu{
  position: absolute;
  display: flex;
  top: 0px;
  right: 0px;
}
.icon-archive{
  margin: 0px 0px 0px 5px;
}
.abs-title {
  margin: 0px;
  font-size: 2rem;
  color: #ffb000;
  font-weight: bold;
  display: flex;
  justify-content: flex-end;

}
.title-text {
  margin-right: auto;
}
.icon-facebook{
  margin: 20px 8px;
}
.icon-twitter{
  margin: 20px 8px;
}
.abs-ranking {
  margin: 0px 0px 5px 0px;
  font-size: 3rem;
  color: #cccccc;
}
.vertical-list {
  display: flex;
  flex-wrap: wrap;
}
.boxart-image {
  width: 300px;
  height: 300px;
  margin: 0px;
}
.item-box {
  margin: 0px 1px 15px 1px;
  position: relative;/*相対配置*/
  vertical-align: top;
  width: 300px;
}
.item-box p {
  display: block;  
  margin-block-start: 0px;
  margin-block-end: 0px;
  position: absolute;/*絶対配置*/
  color: #808080;
  font-size: 1.2rem;
  top: 0;
  left: 0;
}
.item-title {
  font-size: 1.6rem;
  color: #cccccc;
}
.item-price {
  font-size: 1.6rem;
  color: #cccccc;
}
.archive {
  margin: 0px 0px 10px 0px;
  font-size: 2em;
}
.select {
  background: #cfcedb;
  height: 50px;
  width: 150px;
  margin: 0px 0px 15px 0px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  
  &::after {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    z-index: -1;
  }
}
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  color: #000;
  font-size: 2em;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  position: relative;
}
.dateb {
columns: 3;
}