@charset "utf-8";

/*============================================================
         設定

//PCから見る@media screen and (min-width:479px){
}

//スマホから見る@media screen and (max-width:480px) {
}

//PC以上 @media screen and (min-width: 900px) {
}

//タブレット以上 @media screen and (max-width: 899px) {
}

============================================================*/

/*============================================================
         ヘッダー
============================================================*/

 /*
  border:solid 1px red:


}*/

header {
  background: #000;
  margin: 0;
  padding:0;
  width: 100%;
  position: sticky;
  top: 0;
}

header h1 {
  margin: 0;
  padding:10px;

@media screen and (min-width:479px){
  margin: 0;
  padding:10px;
}

}



/*============================================================
             メニュー
============================================================*/

/*============================================================
             フッター
============================================================*/

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

/*============================================================
         コンテンツ
============================================================*/

section {
  margin: 20px 0 50px 0;
  padding: 0;
}

section#ASTRUM {
  margin: 40px 0 50px 0;
}


/*============================================================
           コンテンツ/h1~h3
============================================================*/


/*============================================================
           コンテンツ/ボックス
============================================================*/

.sakuhin {
    width: 100%;
}

.sakuhin ul {
  margin: 0;
  padding: 20px;
    list-style: none;
    display: flex;
    align-items:flex-start;
    flex-wrap: wrap;
}





/*------------------------------------------------------ ------*/

.AST_illsut li::after, .AST_manga li::after, .AST_rakugaki li::after, .AST_novel li::after,
.YSK_illust li::after,.YSK_rakugaki li::after, .YSK_manga li::after, .YSK_novel li::after,
.BLADE_illust li::after,.BLADE_manga li::after,.BLADE_rakugaki li::after,
.SOUSAKU_rakugaki li::after,
.OTHER_illust li::after, .OTHER_rakugaki li::after, .OTHER_novel li::after
{
  content: "｜";
}



.AST_illsut li:last-child:after, .AST_manga li::after, .AST_rakugaki li:last-child:after, .AST_novel li:last-child:after,
.YSK_illust li:last-child:after, .YSK_rakugaki li:last-child:after, .YSK_manga li:last-child:after, .YSK_novel li:last-child:after,
.BLADE_illust li:last-child:after, .BLADE_manga li:last-child:after, .BLADE_rakugaki li:last-child:after,
.SOUSAKU_rakugaki li:last-child:after,
.OTHER_illust li:last-child:after,.OTHER_rakugaki li:last-child:after, .OTHER_novel li:last-child:after

{
  content: "";
}
