/*ヘッダーに背景画像を表示*/
.fs-l-header{
    padding-top:0;

}
.fs-l-header__contents {
    width: 100%;
    height: 0;
    padding-bottom: calc(225 / 1600 * 100%);
    background: url(https://nihonriko.itembox.design/item/TitleLogo_20210719.jpg) center center / cover no-repeat;
    margin-left: auto;
    margin-right: auto;
    background-position: center;
}
.fs-p-headerNavBar{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.fs_p_headerNavigation{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.fs-p-headerNavigation__listItem{
    width: 25%;
    margin: 0;
    padding: 0;
}
.fs-p-headerNavigation__link{
    width: 100%;
    margin: 0;
    padding: 0;
}
.fs-pt-carousel__slide{
    margin-top: 50px;
}

.ticket{
background:url(https://nihonriko.itembox.design/item/p0259_m.jpg);
background-size:cover;
padding:0.3rem;
box-shadow:1px 1px 6px rgba(10,5,0,0.5);
color:#433;
max-width:600px;
border:1px solid rgba(30,5,0,0.12);
}
.ticket-inner{
padding:0 0.7rem;
display:flex;
justify-content:space-between;
align-items:center;
border:2px solid rgba(30,5,0,0.5);
border-radius:2px;
text-align:center;
}
.ticket-left{
width:65%;
border-right:1px dashed #976;
padding:0.7rem 1rem 0.7rem 0;
font-size:80%;
}
.ticket-code{
font-weight:bold;
font-size:2rem;
line-height:1.2;
}
.ticket-name{
border-top:1px solid #666;
padding:0.4em 0 0 0;
line-height:1.2;
font-size:1rem;
}
.ticket-right{
width:30%;
padding:0.7rem 0;
line-height:1.2;
}
.ticket-price{
font-weight:bold;
font-size:150%;
}
.ticket-ppp{
border-bottom:1px solid #666;
padding-bottom:6px;
margin-bottom:6px;
}
/*定価に取消線を入れる*/
.fs-c-productPrice--listed .fs-c-price 
{
text-decoration: line-through;
color:#ff0000;
}