body {
    background: #e4dcc5;
}
img {
    width: 100%;
}
header{
    background-image: url('../image/MissNightsPlus_FinalResult__Pc_Header.jpg');
    background-size: 100% auto;
}
main{
    background-image: url('../image/MissNightsPlus_FinalResult_Pc_Background.jpg');
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.header_box_01 {
    padding: 1% 0;
    position: relative;
}
.header_box_01 .logo {
    width: 27%;
    margin: auto;
}
.header_box_01 .right {
    position: absolute;
    right: 14%;
    top: 50%;
    transform: translateY(-50%);
    width: 21.5%;
}
.header_box_01 .left {
    position: absolute;
    left: 14%;
    top: 50%;
    transform: translateY(-50%);
    width: 22%;
}
.message {
    text-align: center;
    margin: 45px 0;
}
.message p {
    font-size: 18px;
    line-height: 1.5;
    font-weight: bold;
    letter-spacing: 0.1em;
}
.message span {
    display: block;
    font-size: 30px;
    margin-bottom: 5px;
    font-family: Bahnschrift;
}
.area.red {
    background: #861111;
}
.area.black {
    background: #000;
}
.footer_logo {
    width: 7%;
    margin: 50px auto 0;
}
.area {
    text-align: center;
    padding: 30px;
}
.area a {
    color: #FFF;
    font-size: 18px;
    text-decoration: none;
}
.area li {
    list-style: none;
}
.area p {
    padding-bottom: 10px;
    font-weight: bold;
    border-bottom: solid 5px #FFF;
    display: inline-block;
    margin-bottom: 25px;
    font-size: 25px;
    letter-spacing: 0.1em;
    color: #FFF;
}
.area.red span:nth-child(1) {
    color: #ffc6f0;
}
.area.black {
    padding-bottom: 50px;
}
.area li {
    margin: 0 10px;
    float: left;
}
.area ul {
    margin: auto;
    display: table;
}
.area a:hover {
    opacity: 0.6;
}
.area.black span {
    color: #c7ad5e;
}
span.grandprix-rankText:after {
    width: 50px;
    height: 50px;
    content: '';
    vertical-align: middle;
    display: inline-block;
    background-size: contain;
    background-image: url('../image/MissNights_Crown.png');
    background-repeat: no-repeat;
}
.tortalRanking-contents {
    min-width: 768px;
    max-width: 990px;
    margin: 0 auto 24px;
}
.tortalRanking-headding {
    text-align: center;
    margin-bottom: 48px;
    width: 100vw;
    position: relative;
    left: 49%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}
.grandprix {
    position: relative;
    display: flex;
    justify-content: center;
    padding-top: 46px;
    margin-bottom: 48px;
}
.grandprix-item {
    position: relative;
    width: 40%;
}
.grandprix-item._rank1 {
    position: relative;
    width: 45%;
    margin-right: 5%;
}
.grandprix-item._rank2 {
    margin-top: 6.5%;
}
.grandprix-link {
    display: block;
    text-decoration: none;
}
.grandprix-rank {
    position: absolute;
    top: -30px;
    left: -20px;
    width: 140px;
    height: 140px;
    object-fit: contain;
    z-index: 1;
}
.grandprix-rankText {
    display: inline-block;
    margin-left: 125px;
    font-size: 35px;
    white-space: nowrap;
    color: #000;
    font-family: serif;
    font-weight: bold;
}
.grandprix-imageWrap {
    width: 100%;
    padding-top: 125%;
    position: relative;
    margin-bottom: 16px;
}

.grandprix-image {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 3px;
}
.grandprix-imageWrap:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(-45deg, #634435, #ffc800);
    border-radius: 8px;
}
.grandprix-information {
    display: flex;
    flex-direction: column;
    color: #555;
    text-align: center;
}

.grandprix-name {
    font-size: 40px;
    line-height: 1.25em;
}
.grandprix-shop {
    font-size: 20px;
    margin-bottom: 4px;
}
.grandprix-area {
    font-size: 20px;
    margin-bottom: 4px;
}
.nominaits-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
}
.nominaits-item:nth-child(-n+4) {
    margin-bottom: 24px;
}
.nominaits-item {
    width: 23%;
}
.nominaits-link {
    display: block;
    position: relative;
    text-align: center;
    text-decoration: none;
}
.nominaits-rank {
    position: absolute;
    top: -8px;
    left: -8px;
    width: 56px;
    height: 56px;
    z-index: 1;
}
.nominaits-imageWrap {
    width: 100%;
    padding-top: 125%;
    position: relative;
}
.nominaits-image {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    border-radius: 10px;
}
.nominaits-information {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    color: #555;
}
.nominaits-area {
    font-size: 14px;
    margin-bottom: 4px;
}
.nominaits-name {
    font-size: 18px;
    margin-bottom: 4px;
}
.nominaits-shop {
    font-size: 12px;
}
.more_btn {
    background: #000;
    width: 540px;
    margin: auto;
    border-radius: 65px;
    border: solid 3px #FFF;
    text-align: center;
}
.more_btn a {
    font-size: 20px;
    color: #FFF;
    font-weight: bold;
    line-height: 1.5;
    text-decoration:none;
    letter-spacing: 0.1em;
    display: block;
    position: relative;
    top: -6px;
}
.more_btn a span {
    color: #FFEB3B;
}
.more_btn a i {
    margin-left: 5px;
}
.more_btn:hover {
    opacity: 0.7;
}
@media (min-width: 768px) and (max-width: 1024px) {
    .tortalRanking-contents {
    padding: 0 25px;
    }
    .tortalRanking-headding {
    left: 50%;
    }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
    .more_btn a {
    position: relative;
    top: -7px;
    }
}