.coverWrap {
    position: relative;
    overflow: hidden;
}

.cover {
    position: relative;
}

.season-cover {
    position: relative;
    width: 100%;
    height: calc(100vh - 56px);
    max-width: 680px;
    margin: 0 auto 0 auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    overflow: hidden;
    margin-top: 28px;
}

/******************************************スライダー******************************************/
.bx-loading {
    min-height: 50px;
    background: url(/js/profile/loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
    display: none;
}

.bxslider {
    position: relative;
}

.bxslider li {
    overflow: hidden;

}

.top-slider {
    background-size: cover;
    height: 100vh;
}

.bxslider li a {
    display: block;
    width: 100%;
    height: 100%;
}

.bxslider li.top-slider {
    position: relative;
    background-size: cover;
}

.bx-pager-wrap {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
}

.bx-pager {
    text-align: center
}

.bx-pager li {
    display: inline-block;
}

.bx-pager li a {
    display: block;
    margin: 0 4px;
    border: 1px solid #dddddd;
    opacity: 0.8;
    background: #fff;
    height: 10px;
    width: 10px;
    border-radius: 50%;
}

.bx-pager li a img {
    width: 100%;
}

.bx-pager li a.active {
    opacity: 1;
    border: 1px solid #dddddd;
    padding: 4px;
}

.mainLogo {
    width: 200px;
    position: absolute;
    top: 120px;
    left: 20px;
}

.pattern {
    position: absolute;
    width: 100%;
    height: 100%;
    max-height: 100%;
    background: url(/pc/img/cover/pattern.png) repeat;
    top: 0;
    left: 0;
    opacity: 0.5;
}

#topWrap {
    position: relative;
    width: 100%;
    height: 100%;
}

#top {
    position: relative;
    padding-bottom: 50px;
}

#top-inner {
    position: relative;
}

.topContents {
    position: relative;
    margin: 50px 0 0 0;
}

#topicsWrap {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

#topics-inner {
    position: relative;
    background: #fff;
}

#topics {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
}

#topics dl {
    position: relative;
    text-align: center;
}

#topics dl dt#topicsImg {
    background-color: #fff;
    padding: 10px;
}

#topics dl dt#topicsImg a {
    display: block;
}

#topics dl dt#topicsImg a img {
    opacity: 1;
    width: 100%;
}

#topics dl dd {
    position: relative;
}

#topics dl dd.topicsTitle h3 {
    color: #7a7a7a;
    text-align: left;
    font-size: 20px;
    position: relative;
    margin: 0 10px;
    padding-left: 5px;
}

#topics dl dd.topicsTitle h3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background-color: #7a7a7a;
}

#topics dl dd.topicsBody span {
    display: block;
    /* font-weight: 700;
    text-align: left;
    font-size: 20px;
    color: #aaa; */

    padding: 10px 10px 0 10px;
    font-size: inherit;
    color: inherit;
}

#topics dl dd.topicsTime {
    text-align: right;
}

#topics dl dd.topicsTime small {
    color: #fff;
    font-size: 10px;
}

.banner_thumb {}

.banner_thumb li {
    margin: 10px 0;
}

.banner_thumb li a {
    display: block;
}

.banner_thumb li a span img {
    width: 100%;
}

#newsWrap {
    margin-top: 20px;
    overflow: hidden;
}

.news {
    width: 100%;
    overflow: hidden;
}

.news li.news-list {
    border-bottom: 1px solid #cccccc;
    padding: 20px 10px;
}

.news li.news-list:nth-child(1n) {
    animation-delay: 0.3s;
}

.news li.news-list:nth-child(2) {
    animation-delay: 0.4s;
}

.news li.news-list:nth-child(3) {
    animation-delay: 0.5s;
}

.news li.news-list:nth-child(4) {
    transition-delay: 0.6s;
}

.news li.news-list:nth-child(5) {
    animation-delay: 0.7s;
}

.news li.news-list:nth-child(6) {
    animation-delay: 0.8s;
}

.news li.news-list:nth-child(7) {
    animation-delay: 0.9s;
}

.news li.news-list:nth-child(8) {
    animation-delay: 1s;
}

.news li.news-list:nth-child(9) {
    animation-delay: 1.1s;
}

.news li.news-list:nth-child(10) {
    animation-delay: 1.2s;
}

.news li.news-list table {
    width: 100%;
}

.news li.news-list table th.dateTitle {
    width: 30%;
    color: #808080;
    font-family: "Spectral", sans-serif;
    font-size: 13px;
}

.news li.news-list table th.dateTitle span {
    display: inline-block;
    vertical-align: middle;
    font-family: "Spectral", sans-serif;
    font-size: 10px;
    line-height: 1;
    font-weight: 700;
    padding: 1px;
    margin-right: 10px;
}

.news li.news-list table td.dateName {
    width: 70%;
    font-size: 14px;
}

.news li.news-list table td a {
    display: inline-block;
    font-family: "Noto Sans JP", sans-serif;
    color: #333333;
    transition: 0.3s ease;
    /*    font-family: "Noto Serif JP", "MS P??", serif;*/
}

.news li.news-list table td a:hover {
    color: #808080;
}

.top-companionList li.thumb-list {
    animation-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000);
    visibility: hidden;
}

.top-companion {
    position: relative;
    width: 100%;
}

.top-companion-inner {
    position: relative;
}

.top-companion-wrap {
    width: 100%;
}

.top-companionList {
    position: relative;
}

@media only screen and (max-width:480px) {
    .top-companionList li.thumb-list {
        position: relative;
        float: left;
        width: 50%;
        text-align: center;
    }

    .top-companionList li.thumb-list:nth-child(2n+1) {
        animation-delay: 0.3s;
        animation-duration: 0.8s;
    }

    .top-companionList li.thumb-list:nth-child(2n+2) {
        animation-delay: 0.4s;
        animation-duration: 0.8s;
    }
}

@media only screen and (min-width:481px) {
    .top-companionList li.thumb-list {
        position: relative;
        float: left;
        width: 33.3%;
        text-align: center;
    }

    .top-companionList li.thumb-list:nth-child(3n+1) {
        animation-delay: 0.3s;
        animation-duration: 0.8s;
    }

    .top-companionList li.thumb-list:nth-child(3n+2) {
        animation-delay: 0.4s;
        animation-duration: 0.8s;
    }

    .top-companionList li.thumb-list:nth-child(3n+3) {
        animation-delay: 0.5s;
        animation-duration: 0.8s;
    }
}

@media only screen and (min-width:620px) {
    .top-companionList li.thumb-list {
        position: relative;
        float: left;
        width: 25%;
        text-align: center;
    }

    .top-companionList li.thumb-list:nth-child(4n+1) {
        animation-delay: 0.3s;
        animation-duration: 0.8s;
    }

    .top-companionList li.thumb-list:nth-child(4n+2) {
        animation-delay: 0.4s;
        animation-duration: 0.8s;
    }

    .top-companionList li.thumb-list:nth-child(4n+3) {
        animation-delay: 0.5s;
        animation-duration: 0.8s;
    }

    .top-companionList li.thumb-list:nth-child(4n+4) {
        animation-delay: 0.6s;
        animation-duration: 0.8s;
    }
}

.top-companionList li.thumb-list a {
    display: block;
    margin: 2px;
    transition: 0.3s ease;
    padding: 1px;

}

.top-companionList li.thumb-list a span.timeArea {
    min-height: 28px;
    display: block;
}

.top-companionList li.thumb-list a p.chach {
    color: #7a7a7a;
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    padding: 7px 0 5px 0;
    vertical-align: middle;
    letter-spacing: 0;
    min-height: 28px;
    background-color: #ebeced;
    display: none;
}

.top-companionList li.thumb-list a p.chach2 {
    color: #7a7a7a;
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    padding: 7px 0 5px 0;
    vertical-align: middle;
    letter-spacing: 0;
    min-height: 28px;
    background-color: #ebeced;
}

.top-companionList li.thumb-list a p.chach_real {
    color: #7a7a7a;
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    vertical-align: middle;
    letter-spacing: 0;
    min-height: 28px;
    background-color: #ebeced;
}

.top-companionList li.thumb-list a p.chach span.heart {
    width: 12px;
    display: inline-block;
    vertical-align: middle;
}

.top-companionList li.thumb-list a p.chach span.heart img {
    width: 100%;
}

.top-companionList li.thumb-list a span.thumbWrap {
    position: relative;
    display: block;
    overflow: hidden;
    background: #ebeced;
    padding: 0 5px;
}

.top-companionList li.thumb-list a span.thumbWrap span.thumb-p {
    position: relative;
    display: block;
    background-position: 50% 0;
    background-size: cover;
    width: 100%;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    overflow: hidden;
}

.top-companionList li.thumb-list a span img.top-ct {
    width: 100%;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

/*
@media all and (-ms-high-contrast: none) {
    .top-companionList li.thumb-list a:hover span img.top-ct {
        opacity: 0.6;
    }
}
*/

.top-companionList li.thumb-list a:hover span img.top-ct {}

.top-companionList li.thumb-list .nameArea {
    width: 100%;
    display: block;
    position: relative;
}

.top-companionList li.thumb-list dl {
    background-position: 50% 0;
    background-size: cover;
    text-align: center;
    padding: 10px 0 17px 0;
    background: #ebeced;
}

.top-companionList li.thumb-list dl dt.name {
    font-size: 22px;
    line-height: 1;
    padding: 5px 0 2px 0;
    font-family: "Noto Serif JP", "ＭＳ Ｐ明朝", serif;
    font-weight: 600;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    color: #7a7a7a;
}

@media all and (-ms-high-contrast: none) {
    .top-companionList li.thumb-list dl dt.name {
        color: #aaa16d;
        background: none;
        ;
    }
}

.top-companionList li.thumb-list dl dt.name span {
    display: block;
    color: #7a7a7a;
    font-size: 10px;
    line-height: 1;
    margin-bottom: 3px;
    padding-left: 2px;
    font-family: "gothic", sans-serif;
    letter-spacing: 0;
}

.nameBorder {
    width: 30px;
    height: 1px;
    background: #aaa16d;
    margin: 6px auto;
}

.top-companionList li.thumb-list a dl dd.size {
    font-family: "gothic", sans-serif;
    font-size: 8px;
    color: #7a7a7a;
    letter-spacing: 0;

}

.top-companionList li.thumb-list a:hover dl dd.size {}

.top-companionList li.thumb-list a dl dd.size b {
    font-family: "gothic", sans-serif;
    font-size: 11px;
    color: #7a7a7a;
    padding-right: 1px;
    letter-spacing: 0;
}

.top-companionList li.thumb-list a:hover dl dd.size {}

.top-companionList li.thumb-list a:hover dl dd.size b {}

.top-companionList li.thumb-list a p.newMark2 {
    position: absolute;
    top: 38px;
    right: 10px;
    width: 50px;
}

.top-companionList li.thumb-list a p.newMark2 img {
    width: 100%;
}

div.shiftMark-icon {
    position: absolute;
    left: -20px;
    bottom: 100px;
    transform: rotate(-11deg);
}

div.shiftMark-icon span {
    font-family: "Coral W00 Black";
    color: #4d4d4d;
    font-size: 36px;
    font-style: italic;
    letter-spacing: -2px;
}

div.shiftMark-icon img {
    width: 100%;
}

.top-companionList li.thumb-list a ul.iconFlag {
    min-height: 27px;
    margin: 3px 0 0 0;
    position: relative;
}

.top-companionList li.thumb-list a ul.iconFlag li {
    display: inline-block;
}

.top-companionList li.thumb-list a ul.iconFlag li b {
    background: #4d4d4d;
    margin: 0 2px 0 0;
    line-height: 1;
    font-size: 10px;
    color: #fafafa;
    letter-spacing: 1px;
    padding: 5px;
    display: block;
}

.shiftTime {
    position: absolute;
    top: -30px;
    left: 10px;
    text-align: left;
    width: 100%;
}

.shiftTime span {
    display: inline-block;
    color: #61c1cd;
    font-family: "Oswald", "Noto Sans JP", sans-serif;
    font-size: 24px;
    line-height: 1;
    vertical-align: bottom;
    letter-spacing: 0;
    text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}

.shameMark {
    position: absolute;
    top: 40px;
    left: 5px;
    width: 46px;
}

.shameMark img {
    width: 100%;
}

.smokeMark {
    width: 28px;
    position: absolute;
    bottom: 87px;
    right: 10px;
}

.smokeMark img {
    width: 100%;
}

p.haya,
p.naka,
p.oso {
    position: absolute;
    top: 35px;
    left: 7px;
    line-height: 1;
    font-size: 12px;
    padding: 5px;
    border-radius: 3px;
}

span.dayIcn {
    width: 26px;
    display: block;
    margin: 0 auto 3px auto;
}

span.dayIcn img {
    width: 100%;
}

p.haya {
    background: #fff600;
}

p.naka {
    background: #efae84;
}

p.oso {
    background: #164488;
    color: #fff;
}

.top-companionList li.thumb-list dl dd.icn-wrap {
    position: absolute;
    top: -40px;
    right: 10px;

}

.top-companionList li.thumb-list dl dd.icn-wrap ul {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.top-companionList li.thumb-list dl dd.icn-wrap ul li.icon-list {
    width: 36px;
}

.top-companionList li.thumb-list dl dd.icn-wrap li.icon-list object {
    display: inline-block;
    padding: 2px;
}

.top-companionList li.thumb-list a object.twMark {
    display: block;
}

.top-companionList li.thumb-list a object.twMark a {
    display: block;
    background-color: transparent !important;
    margin: 0;
    padding: 0;
}

.top-companionList li.thumb-list a object.twMark img {
    width: 100%;
}

.top-companionList li.thumb-list dl dd.icn-wrap li.icon-list object.smMark {
    width: 36px;
}

.top-companionList li.thumb-list dl dd.icn-wrap li.icon-list object.twMark img {
    width: 100%;
}

.top-companionList li.thumb-list dl dd.icn-wrap li.icon-list object.smMark img {
    width: 100%;
}


.frameTL {
    position: absolute;
    top: -4px;
    left: -4px;
    width: 80px;
}

.frameTL img {
    width: 100%;
}

.frameBR {
    position: absolute;
    bottom: -4px;
    right: -4px;
    width: 80px;
}

.frameBR img {
    width: 100%;
}

#pageMenu li a:hover {
    color: yellow;
}

.nBanner {
    width: 100%;
    margin: 0 auto;
    max-width: 620px;
}

.nBanner a {
    display: block;
    margin: 0 10px;
}

.nBanner a img {
    width: 100%;
}

.top-systemVisual {
    background-image: url(/pc/img/top_system_visual.png);
    width: 100%;
    height: 209px;
    background-position: 50% 0;
    margin-top: -250px;
    background-size: cover;
}

.top-systemArea {
    position: relative;
    padding: 100px 0 139px 0;
    width: 100%;
    background-position: 50% 0;
    background-repeat: repeat;
}

#priceWrap {
    position: relative;
}

#price-inner {
    position: relative;
    overflow: hidden;
}

.price {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
}

.price li {
    position: relative;
}

.price li span {
    display: block;
    margin: 10px;
}

.price img {
    width: 100%;
}

.newyear_notice {
    background: url(/newyear/newyear_notice_sp_bg.jpg) repeat 50% 0;
    width: 96%;
    max-width: 800px;
    margin: 30px auto 0 auto;
    position: relative;
    border: 4px double #ff2221;
}

.newyear_notice dl {
    padding: 50px 20px 20px 20px;
    text-align: center;
}

.newyear_notice dl dt {
    border-bottom: 1px dotted #f06;
    margin-bottom: 10px;
    padding-bottom: 10px;

}

.newyear_notice dl dt span {
    font-size: 26px;
    display: inline-block;
    line-height: 140%;
    color: #f06;
    text-align: center;
    font-weight: bold;
    font-family: "Noto Serif JP", serif;
}

.newyear_notice dl dd {
    font-size: 16px;
    text-align: left;
    padding: 0 10px;
}

.newyear_notice dl dd span {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
}

.coronaWrap {
    width: 100%;
    max-width: 480px;
    margin: 20px auto 0 auto;
    overflow: hidden;
}

.corona {
    background: #fff;
    padding: 30px 10px 0 10px;
}

.coronaWrap ul {
    position: relative;
    width: 100%;
    overflow: hidden;
    /*    justify-content: space-around;*/
}

.coronaWrap ul li {
    text-align: center;
    width: 25%;
    float: left;
}

.corona li span {
    display: block;
    margin: 2px;
}

.coronaWrap li span img {
    width: 100%;
}

.corona dt {
    text-align: center;
    font-size: 20px;
    color: #7a7a7a;
    text-decoration: underline;
    font-weight: 700;
}

.corona dd {
    padding: 18px 0;
    line-height: 140%;
    font-size: 14px;
}

.noticeWrap {
    width: 100%;
    max-width: 480px;
    margin: 20px auto;
    overflow: hidden;
}

.notice {
    background: #fff;
    padding: 30px 10px 20px 10px;
    border: 3px double #E41378;
}

.notice dt {
    text-align: center;
    font-size: 24px;
    color: #E41378;
    text-decoration: underline;
    font-weight: 700;
}

.notice dd {
    padding: 18px 0;
    line-height: 140%;
    font-size: 16px;
}

.notice dd b {
    color: #E41378;
    font-weight: 600;
}

.notice dd span {
    display: block;
    text-align: center;
    margin: 10px 0;
}

.notice dd span small {
    background: rgba(255, 240, 0, 0.6);
    display: inline-block;
    padding: 2px 10px;
}