@charset "utf-8";
/* CSS Document */


/*------*/
.lineup_box {
    
}
.lineup_box_wh {
    border-top: 1px solid #ddd;
}
.lineup_box ul,
.lineup_box_wh ul{
    display: table;
    margin: 0px auto;
}
.lineup_box ul li,
.lineup_box_wh ul li{
    display: table-cell;
    vertical-align: top;
    text-align: left;
	padding:10px 0;
}
.lineup_box ul li.left,
.lineup_box_wh ul li.left{
    width: 20%;
    text-align: left;
}
.lineup_box ul li.right,
.lineup_box_wh ul li.right{
    vertical-align: middle;
}
.lineup_box ul li.right p.name,
.lineup_box_wh ul li.right p.name{
    
}
.lineup_box ul li.right p.detail_price,
.lineup_box_wh ul li.right p.detail_price{
    
}
.lineup_box ul li.right p.detail_price span.s_line,
.lineup_box_wh ul li.right p.detail_price span.s_line{
    text-decoration: line-through;
}
.lineup_box ul li.right p.detail_price span.member_price1,
.lineup_box_wh ul li.right p.detail_price span.member_price1{
    color: red;
}
.lineup_box ul li img,
.lineup_box_wh ul li img{
    width: 90%;
    height: auto;
}
/*--------*/

#lpwrap{
    background-image: url(https://www.coinpalace.jp/special/70th/mainback.jpg);
    background-position: center top;
    background-repeat: repeat-x;
    background-size:  600px auto;
    clear: both;
    margin: 0 0 0 0;
    padding: 0px;
    background-color: #46293e;
}
#main{
    clear: both;
    margin: 0px 0 0 0;
    text-align: center;
    color: white;
    padding: 250px 0 50px 0;
}
#main img{
    width: 100%;
    height: auto;
}
#main h1{
    font-family: "ＭＳ Ｐ明朝";
    font-size: 16px;
    line-height: 160%;
    text-align: center;
    opacity:0.7;
}
#main h2{
    font-family: "ＭＳ Ｐ明朝";
    font-size: 30px;
    margin: 10px auto 0 auto;
    width: 80%;
    line-height: 140%;
}
#main h2 span{
    display: none;
}
#main h3{
    font-family: "ＭＳ Ｐ明朝";
    font-size: 20px;
    font-family: 'Dancing Script', cursive;
    font-weight: normal;
    color: #d4c18d;
    margin: 10px auto 20px auto;
    opacity:0.8;
}
#main p{
    width: 85%;
    margin: 0px auto;
    text-align: left;
    line-height: 200%;
}
.lineup{
    text-align: center;
    margin: auto;
    width: 100%;
    clear: both;
    overflow: hidden;
    background-color: #46293e;
}
.lineup p{
    left: -50%;
}
.lineup img{
    margin: auto;
    height: auto;
}
.lineup span{
    display: block;
    width: 100%;
    text-align: center;
    font-weight: bold;
    display: flex;
    align-items: center;
    color: #da28a6;
}
.lineup span:before,
.lineup span:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #a36290;
}
.lineup span:before {
    margin-right: 1rem;
}
.lineup span:after {
    margin-left: 1rem;
}
.lineup span br{
    display: none;
}
/*----------------*/
.lineup p.p2000_g img{
    width: 40%;
}
/*----------------*/
.lineup p.p500_s img{
    width: 35%;
}
/*----------------*/
.lineup p.p1000_g img{
    width: 35%;
}
/*----------------*/
.lineup p.p10_s img{
    width: 26%;
}
/*----------------*/
.lineup p.p500_g img{
    width: 23%;
}
/*----------------*/
.lineup p.p5_s img{
    width: 16%;
}
/*----------------*/
.lineup p.p5_p img{
    width: 16%;
}
/*----------------*/
.lineup p.p5_g img{
    width: 19%;
}
/*----------------*/
.lineup p.p50_p img{
    width: 13%;
}
#toplinenup,
#btmlineup{
    display: none;
}
#blueback{
    background-color: #ebf8ff;
    padding: 0 0 100px 0;
    margin: 0 0 -7px 0;
}
#blueback div{
    width: 85%;
    margin: 20px auto;
}
#blueback img{
    width: 100%;
    height: auto;
}