@-webkit-keyframes fadeIn2 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn2 {
    from {
        opacity: 0;
        transform: translate3d(0, 100px, 0);
    }

    to {
        opacity: 1;
    }
}

.fadeIn2 {
    -webkit-animation-name: fadeIn2;
    animation-name: fadeIn2;
    animation-delay: 1s;
    animation-duration: 1s;
    animation-fill-mode: both;
}

.coverLine {
    background-image: url(/pc/img/top_visual_f.svg);
    background-size: 100% 100%;
    width: 100%;
    height: 100px;
    margin-top: -200px;
    position: absolute;
    top: 0;
    left: 0;
}

.season-cover{
    position: relative;
}

.xmas-visual{
    position: absolute;
    bottom: 0;
    left: 0;
    background-position: 50% 100%;
    background-size: cover;
    width: 100%;
    height: 100vh;
}

.coverWrap {
    position: relative;
    width: 100%;
    min-height: 100%;
    height: 100vh;
    overflow: hidden;
    background: #fff;
}

.cover {
    position: relative;
    height: 100%;
    background-size: cover;
}

.tg-Cover {
    position: relative;
}

.tg {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.tg li {
    position: relative;
    float: left;
    width: 33.3333%;
}

.tg li a {
    display: block;
}

.tg li span.tgThumb {
    position: relative;
    display: block;
    max-height: 100vh;
    background-position: 50% 0;
    overflow: hidden;
    background-size: cover;
    width: 100%;
}


/******************************************スライダー******************************************/
.bx-loading {
    display: none;
}

.bxslider {
    position: relative;
}

.bxslider li {
    overflow: hidden;
}

.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: 130px;
    width: 100%;
}

.bx-pager {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

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

.bx-pager li a {
    display: block;
    margin: 0 2px;
    border: 1px solid #dddddd;
    opacity: 0.8;
    background: #fff;
    padding: 4px;
}

.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%;
    padding: 0 0 100px 0;
    transition: 0.3s ease;
    /* background: #fff; */

}

#top {
    position: relative;
}

#top-inner {
    position: relative;
}

.topLeft {
    position: relative;
    width: 380px;
    float: left;
}

.topRight {
    position: relative;
    margin-left: 430px;
    max-width: 960px;
}

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

.topicsView {
    position: absolute;
    top: -100px;
    left: -100px;
    width: 200px;
    height: 200px;
    background: #000;
    transform: rotate(-45deg);
    text-align: center;
    line-height: 340px;

}

.topicsView a {
    display: block;
}

.topicsView span {
    font-family: 'Oswald', sans-serif;
    font-size: 40px;
}

#topicsWrap {
    width: 600px;
    margin: 0 auto;
}

#topics {
    position: relative;
    overflow: hidden;
}

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

#topics dl dt#topicsImg {
    background-color: #ccc;
    background-size: cover;
    padding: 10px;
    max-width: 400px;
    margin: 0 auto;
}

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

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

#topics dl dt#topicsImg a:hover img {
    opacity: 0.8;

}

#topics dl dd.tpTitle {
    padding: 10px 0 0 0;
}

#topics dl dd.tpTitle h3 {
    color: #E41378;
    font-size: 20px;
}

#topics dl dd.tpBody {
    padding: 20px;
}

#topics dl dd.tpBody span {
    display: block;
    font-size: inherit;
    color: inherit;
    /* line-height: 180%;
    color: #444444;
    font-size: 14px; */
}

#topics dl dd.tpTime {
    text-align: right;
    font-size: 10px;
    padding: 10px 20px 0 0;
    display: none;
}

.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: "gothic", sans-serif;
    font-size: 13px;
}

.news li.news-list table th.dateTitle span {
    display: inline-block;
    vertical-align: middle;
    font-family: "gothic", 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;
}

.companionTitle {
    text-align: center;
    padding: 0 0 0 20px;
    display: inline-block;
    position: relative;
}

.companionTitle span {
    font-family: 'Coral W00 Black', sans-serif;
    color: #7a7a7a;
    font-size: 50px;
    line-height: 1;
    display: block;
    font-weight: 200;
    letter-spacing: -1px;
    padding-top: 46px;
}

.companionTitle h1 {
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    color: #7a7a7a;
    padding: 2px;
    display: inline-block;
    position: absolute;
    top: 40px;
    right: 0;
    text-align: right;
}

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

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

.top-companionList {
    background: #fff;
    padding: 20px;
    margin: 20px auto 0 auto;
}

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

@media only screen and (max-width:1099px) {
    .top-companionList {
        position: relative;
        max-width: 1080px;
    }

    .top-companionList li.thumb-list {
        position: relative;
        float: left;
        width: 208px;
        text-align: center;
    }

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

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

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

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

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

@media only screen and (min-width:1100px) {
    .top-companionList {
        position: relative;
        max-width: 1080px;
    }

    .top-companionList li.thumb-list {
        position: relative;
        float: left;
        width: 208px;
        text-align: center;
    }

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

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

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

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

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

}

@media only screen and (min-width:1300px) {
    .top-companionList {
        position: relative;
        max-width: 1240px;
    }

    .top-companionList li.thumb-list {
        position: relative;
        float: left;
        width: 200px;
        text-align: center;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (min-width:1700px) {
    .top-companionList {
        position: relative;
        max-width: 1636px;
    }

    .top-companionList li.thumb-list {
        position: relative;
        float: left;
        width: 228px;
        text-align: center;
    }

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

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

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

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

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

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

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

}

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

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

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

}

.top-companionList li.thumb-list a p.chach_time {
    color: #7a7a7a;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0;
    position: absolute;
    left: 0;
    bottom: 150px;
    z-index: 100;
}

.top-companionList li.thumb-list a p.chach_real {
    color: #7a7a7a;
    font-weight: 700;
    font-size: 14px;
    line-height: 28px;
    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 {
    display: block;
    margin: 3px;
    transition: 0.3s ease;
    background-position: 50%;
    background-size: cover;
    padding: 2px;
    background: #ebeced;
}

.top-companionList li.thumb-list a:hover span.thumbWrap span.thumb-p img {
    /* transform: scale(1.08) rotate(2deg); */
    opacity: 0.5;
}

.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;
    transform: scale(1) rotate(0);
    overflow: hidden;
    background-color: #444444;
}

.top-companionList li.thumb-list a span img.top-ct {
    width: 100%;
    -webkit-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;
    background: #ebeced;
    padding: 10px 0 17px 0;
}

.top-companionList li.thumb-list dl {
    background-position: 50% 0;
    background-size: cover;
    text-align: center;
}

.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;
    transition: 0.3s ease;
    color: #7a7a7a;
}

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

.top-companionList li.thumb-list dl dt.name span:first-letter {
    color: #595959;
}

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

.top-companionList li.thumb-list a dl dd.size {
    font-family: "gothic", sans-serif;
    /*    border-top: 1px solid #353535;*/
    font-size: 8px;
    color: #7a7a7a;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;

}

.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;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    padding-right: 1px;
}

.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: 37px;
    right: 13px;
    width: 50px;
}

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

.top-companionList li.thumb-list a p.newPhoto {
    position: absolute;
    top: 40px;
    right: 20px;
    width: 40px;
}

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

.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: -32px;
    left: 14px;
    text-align: left;
    width: 100%;
}

.shiftTime span {
    display: inline-block;
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    line-height: 1;
    vertical-align: bottom;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}

.shiftTime_end {
    position: absolute;
    top: 5px;
    left: 0;
    text-align: center;
    transform: rotate(-11deg);
    width: 100%;
}

.shiftTime_end span {
    /*    font-family: "Coral W00 Black", sans-serif;*/
    display: inline-block;
    color: #EC4371;
    font-family: "Coral W00 Black", sans-serif;
    font-style: italic;
    font-size: 28px;
    line-height: 1;
    vertical-align: bottom;
}

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

.shameMark img {
    width: 100%;
}

.smokeMark {
    width: 28px;
    position: absolute;
    top: -32px;
    right: 10px;
    display: none;
}

.smokeMark img {
    width: 100%;
}

p.haya,
p.naka,
p.oso {
    position: absolute;
    top: 7px;
    left: 10px;
    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: -2px;
    left: -2px;
    width: 80px;
}

.frameTL img {
    width: 100%;
}

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

.frameBR img {
    width: 100%;
}

#pageMenuWrap {
    position: fixed;
    top: 0;
    left: -300px;
    width: 300px;
    z-index: 9200;
    height: 100%;
    transition-duration: 0.3s;
    transition-delay: 0.1s;
    transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
}

#pageMenuWrap:hover {
    position: fixed;
    left: 0;
    top: 0;
}

#pageMenu-inner {
    position: relative;
    height: 100%;
    background: url(/pc/img/top_sub_bg.png) 100% 50% no-repeat;
}

.pageMenu-btn {
    position: absolute;
    background: #000;
    height: 200px;
    width: 50px;
    top: 50%;
    left: 300px;
    margin: -100px 0 0 0;
    transition-duration: 0.3s;
    transition-delay: 0.1s;
    transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
    opacity: 1;
    border-radius: 0 10px 10px 0;
    padding: 74px 0 0 0;
}

.pageMenu-btn span {
    display: block;
    color: #d71d7b;
    transform: rotate(90deg);
    font-family: "gothic", sans-serif;
    font-weight: 500;
    font-size: 24px;
}

.pageMenu-btn:hover {
    cursor: pointer;
}

#pageMenu-inner:hover .pageMenu-btn {
    opacity: 0;
}

#pageMenu {
    position: absolute;
    height: 400px;
    top: 50%;
    left: 0;
    margin: -130px 0 0 0;
}

#pageMenu li {
    position: relative;
}

#pageMenu li a {
    color: #d71d7b;
    font-family: "gothic", sans-serif;
    font-size: 24px;
    font-weight: 700;
    padding: 3px 0 3px 20px;
    transition: 0.3s ease;
    display: inline-block;
    line-height: 1;
}

#pageMenu li a span {
    display: none;
}

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

.nBanner {
    position: relative;
    width: 800px;
    margin: 50px auto 0 auto;
}

.nBanner a {
    display: block;
}

.nBanner a span{
    display: block;
    width: 60px;
    position: absolute;
    top: 10px;
    left: 10px;
}
.topTitle {
    position: relative;
    text-align: center;
}

.topTitle span {
    color: #7a7a7a;
    font-size: 40px;
    line-height: 1;
    display: block;
    font-weight: 900;
    letter-spacing: 0;
}

.topTitle h1 {
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    color: #7a7a7a;
    padding-top: 5px;
}

.top-contents {
    padding: 50px 0 50px 0;
}

.top-area {
    position: relative;
    width: 1080px;
    margin: 0 auto;
    padding: 40px 0 0 0;
}

.topMap {
    position: relative;

}

#m-maga {
    position: relative;
    border: 3px double #ebeced;
    background-color: #fff;
}

#m-maga-inner {
    position: relative;
    text-align: center;
}

.m-icon {
    width: 100px;
    margin: 0 auto;
}

.m-icon img {
    width: 100%;
}

#m-maga form table#m-table {
    text-align: center;
    width: 90%;
    margin: 0 auto 10px auto;
}

#m-maga form table#m-table tr th {
    display: block;
}

#m-maga form table#m-table tr th span {
    color: #141414;
    font-family: 'gothic', serif;
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
}

#m-maga form table#m-table tr th input.mailmag_text {
    padding: 5px 10px;
    border-radius: 3px;
    border: 1px solid #141414;
    display: block;
    width: 60%;
    height: 50px;
    margin: 0 auto 10px auto;
    letter-spacing: 2px;
}

#m-maga form table#m-table tr th input.mailmag_text:focus {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

#m-maga form table#m-table tr td {
    display: inline-block;
    margin: 0 5px 0 5px
}

#m-maga form table#m-table tr td span input.mailmag_btn {
    padding: 10px 20px;
    border-radius: 3px;
    cursor: pointer;

    border: 1px solid #333;
    vertical-align: middle;
    font-size: 12px;
}

#m-maga form table#m-table tr td span {}

#m-maga form table#m-table tr td span input.mailmag_btn:hover {
    background: #131313;
    color: #fff;
}

#m-maga dl {
    position: relative;
    padding: 30px 0 10px 0;
}

#m-maga dl dt {
    font-size: 34px;
    text-align: center;
    border-bottom: 2px dotted #7a7a7a;
    padding: 0 0 20px 0;
    margin: 0 0 30px 0;
}


#m-maga dl dd {
    text-align: center;
    font-size: 16px;
    line-height: 140%;
    font-weight: bold;
    padding: 0 30px 10px;
}

#m-maga dl dd b {
    color: #c8132e;
}

#m-maga dl dl dd.notice_bottom {}

#m-maga dl dd p {
    font-size: 16px;
    margin: 0 0 30px 0;
    line-height: 180%;
    text-align: left;
}

#m-maga dl dd p span.note {
    position: relative;
    display: inline-block;
    background-color: #c8132e;
    padding: 5px 10px;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}

#m-maga dl dd p small {
    display: block;
    line-height: 180%;
}

.newyear_notice {
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}

.newyear_notice dl {
    background: url(/newyear/newyear_notice_bg.jpg) repeat 50%;
    width: 800px;
    height: 250px;
    margin: 0 auto;
    padding: 55px 30px 0 30px;
}

.newyear_notice dl dt {
    font-size: 32px;
    line-height: 1;
    color: #f06;
    text-align: center;
    font-weight: bold;
    border-bottom: 1px dotted #f06;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-family: "Noto Serif JP", serif;
}

.newyear_notice dl dd {
    font-size: 18px;
    padding: 0 20px;
    line-height: 160%;
}

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

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

.corona {
    padding: 30px 20px 20px 20px;
    border: 3px double #ebeced;
    background-color: #fff;
}

.coronaWrap ul {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.coronaWrap ul li {
    text-align: center;
    width: 12.5%;
}

.coronaWrap li img {
    width: 100%;
    padding: 5px;
}

.corona dt {
    text-align: center;
    font-size: 30px;
    text-decoration: underline;
    font-weight: 700;
}

.corona dd {
    padding: 20px;
    line-height: 140%;
    font-size: 16px;
}

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

.notice {
    background: url(/pc/img/system_bg.jpg) 50% 0;
    padding: 30px 20px 20px;
    border: 3px double #E41378;
}

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

.notice dd {
    padding: 20px 50px;
    line-height: 160%;
    font-size: 20px;
}

.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;
    font-weight: 600;
}