#eventCover-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100%;
    min-height: 600px;
    min-width: 320px;
}

.eventCover {
    position: relative;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    background-image: url(/sp/img/top/2023yukata/event_yukata.jpg);
    background-color: #fff;
}

#topCoverWrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100%;
    min-height: 600px;
    min-width: 320px;
    background-color: #000;
}

.topCover {
    position: relative;
    width: 100%;
    height: 100%;
}

.cover-event {
    position: relative;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.cover-halloween2023 {
    position: relative;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 50% 50%;
    background-image: url(/sp/img/top/2023_halloween.gif);
}

.cover-autumn2023 {
    position: relative;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 50% 50%;
    background-image: url(/sp/img/top/2023_autumn.jpg);
}

.cover-heaven2023 {
    position: relative;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 50% 50%;
    background-image: url(/sp/img/top/miss_heaven_2023.jpg);
}

.cover-heaven2023 a{
    display: block;
    position: absolute;
    overflow: hidden;
    height: 100%;
    width: 80%;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.cover-event {
    position: relative;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 50% 50%;
}

.cover-event a{
    display: block;
    position: absolute;
    overflow: hidden;
    height: 100%;
    width: 80%;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}


.cover {
    position: relative;
    width: 100%;
    height: 100svh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    background-image: url(/sp/img/top/top_cover.jpg);
}

.cover2 {
    position: relative;
    width: 100%;
    height: 100svh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    background-image: url(/sp/img/top/top_cover.webp);
}

.discountCover {
    position: relative;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 50% 50%;
    background-image: url(/sp/img/top/discount_cover.jpg);
}

.discountCover a{
    display: block;
    position: absolute;
    overflow: hidden;
}

.discountCover a.a1{
    width: 80%;
    height: 40%;
    top: 5%;
    left: 50%;
    transform: translate(-50%, 0);
}

.discountCover a.a2{
    width: 80%;
    height: 40%;
    top: 5%;
    left: 50%;
    transform: translate(-50%, 0);
}

.cover-text {
    position: absolute;
    bottom: 10%;
    left: 50%;
}

.cover-text span {
    display: block;
    background-image: url(/pc/img/top/cover_text.png);
    width: 100vw;
    height: 30vh;
    background-position: 0% 50%;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.topLogo {
    position: fixed;
    top: 20px;
    left: 10px;
    width: 20%;
    max-width: 170px;
    min-width: 140px;
    z-index: 101;
}

.topLogo a {
    display: block;
    position: relative;
}

.topLogo a img {
    width: 100%;
}

.topLogo a .logoH1 {
    position: absolute;
    top: 52px;
    right: 50px;
    text-align: center;
    line-height: 1;
    font-size: 10px;
    white-space: nowrap;
    width: 220px;
    background: rgb(255, 139, 193);
    background: -moz-linear-gradient(90deg, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    background: linear-gradient(90deg, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8bc1", endColorstr="#ffa784", GradientType=1);
    background-clip: text;
    -webkit-background-clip: text;
    color: rgba(255, 167, 132, 0);
    -webkit-text-fill-color: transparent;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.01);
    overflow: hidden;
    font-family: "Noto Serif JP", serif;
    font-style: italic;
    padding: 0 0 2px 0;
}

#sliderWrap .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;
}

#sliderWrap {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.bxslider {
    position: relative;
}

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

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

#sliderWrap .bxslider li.top-slider {
    position: relative;
}

#topCoverWrap .bx-pager-wrap {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    background-size: cover;
}

.bx-pager {
    position: relative;
    text-align: center;
}

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

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

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

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

.top-shadow {
    position: absolute;
    height: 500px;
    width: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
}

.topTitleWrap {
    position: relative;
    margin: 30px 0 30px 0;
    text-align: center;
    display: inline-block;
    left: 50%;
    transform: translate(-50%, 0);
    top: 0;
}

.topTitleWrap .topTitle {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0 50px;
}

.topTitleWrap .topTitle h2 {
    color: #5c5c5c;
    font-family: 'Sail', cursive;
    font-size: 30px;
    line-height: 1;
    letter-spacing: -2px;
    white-space: nowrap;
}

.topTitleWrap .topTitle h2 span {
    color: #5c5c5c;
    font-family: 'Sail', cursive;
    font-size: 60px;
    line-height: 1;
    letter-spacing: -2px;
    display: inline-block;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}

.topTitleWrap .topTitle h2.tc-title span:nth-child(1),
.topTitleWrap .topTitle h2.tc-title span:nth-child(2),
.topTitleWrap .topTitle h2.tp-title span:nth-child(1),
.topTitleWrap .topTitle h2.tp-title span:nth-child(2) {
    margin-left: -16px;
}

.topTitleWrap .topTitle h2.tm-title span:nth-child(1),
.topTitleWrap .topTitle h2.tm-title span:nth-child(2) {
    margin-left: -16px;
}

.topTitleWrap .topTitle h2.tc-title span:nth-child(6) {
    padding-left: 10px;
}

.topTitleWrap .topTitle h2.nf-title span:nth-child(1) {
    margin-left: -15px;
}

.topTitleWrap .topTitle h2.nf-title span:nth-child(2) {
    margin-left: -5px;
}

.topTitleWrap .topTitle h2.nf-title span:nth-child(4) {
    padding-left: 10px;
}

.topTitleWrap .topTitle h2.ns-title span:nth-child(1),
.topTitleWrap .topTitle h2.ns-title span:nth-child(2) {
    margin-left: -5px;
}

.topTitleWrap .topTitle span b {
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 2px;
    color: #5c5c5c;
    font-weight: bold;
    background: rgb(255, 139, 193);
    background: -moz-linear-gradient(90deg, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    background: linear-gradient(90deg, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8bc1", endColorstr="#ffa784", GradientType=1);
    background-clip: text;
    -webkit-background-clip: text;
    color: rgba(255, 167, 132, 0);
    -webkit-text-fill-color: transparent;
    white-space: nowrap;
}

@media only screen and (max-width:680px) {
    #topLeft {
        position: relative;
        max-width: 480px;
        width: 96%;
        margin: 0 auto;
    }

    #topRight {
        position: relative;
        height: 100%;
        width: auto;
    }
}

@media only screen and (min-width:681px) {
    #topLeft {
        width: 320px;
        position: relative;
        float: left;
    }

    #topRight {
        position: relative;
        margin-left: 340px;
        height: 100%;
        width: auto;
    }
}

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

#topic {
    position: relative;
    margin: 0 auto 50px auto;
}

#topic a.topicPhoto {
    display: block;
    position: relative;
    background: rgb(255, 228, 218);
    background: -moz-linear-gradient(90deg, rgba(255, 228, 218, 1) 0%, rgba(255, 220, 236, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255, 228, 218, 1) 0%, rgba(255, 220, 236, 1) 100%);
    background: linear-gradient(90deg, rgba(255, 228, 218, 1) 0%, rgba(255, 220, 236, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe4da", endColorstr="#ffdcec", GradientType=1);
    padding: 2px;
}

#topic a .topicThumb {
    display: block;
    background: #000;
}

#topic a dl {
    text-align: center;
    position: absolute;
    width: 88%;
    left: 50%;
    bottom: -60px;
    margin-left: -44%;
    z-index: 10;
}

#topic a dl .topic-inner {
    display: block;
    border: 2px solid #eeeae6;
    position: relative;
    background-color: #eeeae6;
    box-shadow: 0 13px 5px -6px rgba(0, 0, 0, 0.05);
}

#topic a dl .topic-inner .topic-name {
    border: 1px solid #ebe6ed;
    display: block;
    padding: 10px 0;
    background: rgb(254, 251, 250);
    background: -moz-linear-gradient(top, rgba(254, 251, 250, 1) 1%, rgba(252, 245, 245, 1) 50%, rgba(250, 242, 243, 1) 51%, rgba(252, 239, 241, 1) 51%, rgba(252, 244, 245, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(254, 251, 250, 1) 1%, rgba(252, 245, 245, 1) 50%, rgba(250, 242, 243, 1) 51%, rgba(252, 239, 241, 1) 51%, rgba(252, 244, 245, 1) 100%);
    background: linear-gradient(to bottom, rgba(254, 251, 250, 1) 1%, rgba(252, 245, 245, 1) 50%, rgba(250, 242, 243, 1) 51%, rgba(252, 239, 241, 1) 51%, rgba(252, 244, 245, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefbfa', endColorstr='#fcf4f5', GradientType=0);
    border-radius: 6px;
}

#topic a img {
    width: 100%;
    opacity: 1;
}

#topic span.topic-catch {
    display: block;
    text-align: center;
    font-size: 13px;
    line-height: 1;
    padding: 5px 5px 10px 5px;
    white-space: nowrap;
    /* font-family: 'Noto Serif JP', serif; */
}

#topic span.topic-nirin {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 60px;
    border-radius: 6px 0 0 0;
    overflow: hidden;
}

#topic span.topicsTime {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    font-size: 10px;
    text-align: right;
    padding: 5px 5px 0 0;
    color: #fff;
    position: absolute;
    right: -10px;
    top: -25px;
}

.topic-sub {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 10px;
    line-height: 1;
    color: #FFA784;
    padding: 4px;
    display: inline-block;
    background: rgb(255, 139, 193);
    background: -moz-linear-gradient(90deg, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    background: linear-gradient(90deg, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8bc1", endColorstr="#ffa784", GradientType=1);
    background-clip: text;
    -webkit-background-clip: text;
    color: rgba(255, 167, 132, 0);
    -webkit-text-fill-color: transparent;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.01);
}

@media all and (-ms-high-contrast: none) {
    .topic-sub {
        color: #FFA784;
        background: none;
    }
}

.topic-cast {
    font-size: 24px;
    line-height: 1;
    color: #b35379;
    padding: 5px 0 6px 0;
    letter-spacing: 0;
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    display: block;
}

#topic a dl small {
    height: 1px;
    width: 30px;
    display: block;
    background: #d56390;
    margin: 5px auto;
    transition: 0.3s ease;
}

.topic-size {
    font-family: 'FunctionsPro', sans-serif;
    font-size: 12px;
    color: #d56390;
    padding-top: 6px;
    display: block;
}

.topic-size b {
    font-family: 'FunctionsPro', sans-serif;
    font-weight: normal;
    font-size: 14px;
    margin-right: 4px;
    color: #b35379;
}

#topicBody {
    margin: 20px 0 0 0;
}

#topicBody h2.topicsTitle {
    color: #5d5d5d;
    text-align: left;
    font-weight: bold;
    font-size: 18px;
    line-height: 140%;
    display: block;
    padding: 0 2px 0 14px;
    text-align: justify;
    position: relative;
    background: rgb(255, 139, 193);
    background: -moz-linear-gradient(90deg, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    background: linear-gradient(90deg, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8bc1", endColorstr="#ffa784", GradientType=1);
    background-clip: text;
    -webkit-background-clip: text;
    color: rgba(255, 167, 132, 0);
    -webkit-text-fill-color: transparent;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.01);
}

#topicBody h2.topicsTitle::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 100%;
    background: rgb(255, 139, 193);
    background: -moz-linear-gradient(0deg, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    background: linear-gradient(0deg, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8bc1", endColorstr="#ffa784", GradientType=1);
    top: 0;
    left: 0;
    opacity: 0.8;
    border-radius: 1px;
}

#topicBody .topicTxt {
    position: relative;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    line-height: 180%;
    color: #8a8a8a;
    padding: 20px 10px 0 10px;
    text-align: justify;
}

#topicBody .topicTxt div {
    display: inline-block !important;
    line-height: 180%;
    font-weight: bold;
    color: inherit;
    font-size: inherit;
    background: inherit;
}

#topicBody .topicTxt div span {
    line-height: inherit;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    background: inherit;
    /* display: inherit; */
}

#topicBody .topicTxt a {
    display: inline-block;
    color: inherit;
}

/*
#topicBody .topicTxt {
    position: relative;
    font-size: 14px !important;
    font-weight: bold;
    text-align: left;
    line-height: 160%;
    color: #8a8a8a !important;
    padding: 20px 10px 0 10px;
    text-align: justify;
    background: rgb(255, 139, 193);
    background: -moz-linear-gradient(90deg, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    background: linear-gradient(90deg, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8bc1", endColorstr="#ffa784", GradientType=1);
    background-clip: text;
    -webkit-background-clip: text;
    color: rgba(255, 167, 132, 0);
    -webkit-text-fill-color: transparent;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.01);
}

#topicBody .topicTxt div,
#topicBody .topicTxt div span {
    display: inline-block;
    font-size: 14px;
    line-height: 180%;
    font-weight: bold;
}

#topicBody .topicTxt a {
    display: inline-block !important;
    color: #fff !important;
}

::-webkit-full-page-media,
:future,
:root #topicBody .topicTxt div {
    color: #a2a2a2;
    background-clip: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: #a2a2a2;
    background: none;
}

::-webkit-full-page-media,
:future,
:root #topicBody .topicTxt div span {
    color: #a2a2a2;
    background-clip: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: #a2a2a2;
    background: none;
}

::-webkit-full-page-media,
:future,
:root #topicBody .topicTxt a {
    color: #fff;
    background-clip: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: #fff;
    background: none;
}
*/

#topicBody .topicTxt img {
    width: 100%;
    text-align: center;
    font-size: 10px;
}

#topicBody .topicTime {
    padding: 10px 5px 0 0;
    text-align: right;
}

.topBorder {
    width: 30%;
    height: 1px;
    background: rgba(0, 0, 0, 0.0);
    margin: 60px auto 30px auto;
}

#top-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    min-width: 320px;
    background-color: #fff;
    margin: 0 auto 0 auto;
    z-index: 101;
    overflow: hidden;
}

#top-inner {
    position: relative;
    z-index: 5001;
    margin: 0 10px 0 10px;
    padding: 0 0 300px 0;
    background-color: #fff;
}

#top {
    position: relative;
    /* margin: 20px 20px 20px 20px; */
    padding: 50px 5px 20px 5px;
    /* background-color: #fff; */
    max-width: 1920px;
    margin: 0 auto;
}

@media screen and (max-width: 800px) {
    .top-companion_list {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }

    .top-companion_list li.thumb-list {
        position: relative;
        text-align: center;
        width: 100%;
    }

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


@media screen and (min-width: 801px) {
    .top-companion_list {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin: 0 auto;
    }

    .top-companion_list li.thumb-list {
        position: relative;
        text-align: center;
        width: 50%;
    }

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

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

@media screen and (min-width: 1340px) {
    .top-companion_list {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }

    .top-companion_list li.thumb-list {
        position: relative;
        text-align: center;
        width: 33.33333%;
    }

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

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

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

@media screen and (min-width: 1660px) {
    .top-companion_list {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }

    .top-companion_list li.thumb-list {
        position: relative;
        text-align: center;
        width: 25%;
    }

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

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

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

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

/******************************************コンパニオン******************************************/

.top-companion {
    position: relative;
    margin: 0 0 50px 0;
}

.top-companion_list li.thumb-list {
    position: relative;
    visibility: hidden;
    position: relative;
    animation-duration: 0.6s;
    animation-timing-function: cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.top-companion_list li.thumb-list a.ca {
    display: block;
    transition: 0.3s ease;
    position: relative;
    text-align: center;
    margin: 5px 5px 15px 5px;
    background-color: #fff;
}

.top-companion_list li.thumb-list a.ca .thumb-inner {
    display: block;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}

.top-companion_list li.thumb-list a span.thumb-photo {
    position: relative;
    display: block;
    overflow: hidden;
    width: 120px;
    height: 120px;
    float: left;
}

.top-companion_list li.thumb-list a span.thumb-wrap {
    position: relative;
    overflow: hidden;
    display: block;
    transition: 0.6s ease;
}

.top-companion_list li.thumb-list a span.thumb-wrap img {
    width: 120px;
    height: 120px;
}

.top-companion_list li.thumb-list a.ca:hover span.thumb-wrap {
    transform: scale(1.1) rotate(-4deg);
}

.companionThumb {
    transition: 0.3s ease;
    width: 100%;
}

.top-companion_list li.thumb-list dl {
    position: relative;
    margin-left: 120px;
    height: 120px;
}

.top-companion_list li.thumb-list dl .name-inner {
    display: block;
    position: relative;
    height: 100%;
}

.top-companion_list li.thumb-list dl .name-inner .name-area {
    display: block;
    background: rgb(254, 251, 250);
    background: -moz-linear-gradient(top, rgba(254, 251, 250, 1) 1%, rgba(252, 245, 245, 1) 50%, rgba(250, 242, 243, 1) 51%, rgba(252, 239, 241, 1) 51%, rgba(252, 244, 245, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(254, 251, 250, 1) 1%, rgba(252, 245, 245, 1) 50%, rgba(250, 242, 243, 1) 51%, rgba(252, 239, 241, 1) 51%, rgba(252, 244, 245, 1) 100%);
    background: linear-gradient(to bottom, rgba(254, 251, 250, 1) 1%, rgba(252, 245, 245, 1) 50%, rgba(250, 242, 243, 1) 51%, rgba(252, 239, 241, 1) 51%, rgba(252, 244, 245, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefbfa', endColorstr='#fcf4f5', GradientType=0);
    position: relative;
    height: 118px;
    padding: 15px 0 20px 0;
}

.top-companion_list li.thumb-list dl dt.name {
    position: relative;
}

.top-companion_list li.thumb-list dl small {
    display: block;
    margin: 5px auto;
    height: 1px;
    width: 100%;
}

.top-companion_list li.thumb-list dl dt.name span.nameR {
    color: #e67799;
    font-size: 11px;
    margin-bottom: 3px;
    font-family: 'FunctionsPro', sans-serif;
    letter-spacing: 2px;
    position: relative;
    z-index: 1;
    display: block;
}


.top-companion_list li.thumb-list dl dt.name span.nameJ {
    font-size: 23px;
    line-height: 1;
    color: #e67799;
    padding: 2px 2px 0 2px;
    letter-spacing: 0;
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    display: block;
    letter-spacing: 0;
    display: inline-block;
}

.top-companion_list li.thumb-list a.ca dl dd.size {
    font-family: 'FunctionsPro', sans-serif;
    font-size: 10px;
    color: #e67799;
    display: inline-block;
    position: relative;
    letter-spacing: 0.6px;
}

.top-companion_list li.thumb-list a.ca dl dd.size b {
    font-family: 'FunctionsPro', sans-serif;
    font-weight: normal;
    font-size: 12px;
    margin-right: 3px;
    color: #e67799;
    letter-spacing: 0.6px;
}

.top-companion_list li.thumb-list dl dd.shift_time {
    color: #c91344;
    font-weight: bold;
    padding: 10px 0;
    font-family: 'FunctionsPro', sans-serif;
    letter-spacing: 2px;
    font-size: 20px;
    text-shadow: 0 0 5px #fff;
    text-align: center;
}

.top-companion_list li.thumb-list .newMark2 {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 12;
}

.top-companion_list li.thumb-list .newMark2 span {
    display: inline-block;
    padding: 3px 5px;
    background: -webkit-linear-gradient(45deg, #54d0ff, #9f92ff 20%, #ff7689 90%);
    background: linear-gradient(45deg, #54d0ff, #9f92ff 20%, #ff7689 90%);
    color: #fff;
    font-size: 12px;
    font-family: 'FunctionsPro', sans-serif;

}

.top-companion_list li.thumb-list .newMark2 img {
    width: 100%;
}

.top-companion_list li.thumb-list .rankingIcon {
    position: absolute;
    width: 100px;
    top: -83px;
    left: -5px;
    transform-origin: center bottom;
}

.top-companion_list li.thumb-list .rankingIcon img {
    width: 100%;
}

.top-companion_list li.thumb-list a.ca .ss-icon {
    position: absolute;
    top: 35px;
    right: 10px;
    text-align: right;
    display: none;
}

.top-companion_list li.thumb-list a.ca .ss-icon li {
    margin: 3px 0;
}

.top-companion_list li.thumb-list a.ca .ss-icon .shameMark span {
    display: inline-block;
    background: rgba(255, 139, 193, 0.7);
    font-family: "Roboto", sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: 10px;
    line-height: 18px;
    padding: 0 8px;
    color: #fff;
    border-radius: 9px;
}

.top-companion_list li.thumb-list a.ca .ss-icon .movieMark span {
    display: inline-block;
    background: rgba(255, 167, 132, 0.7);
    font-family: "Roboto", sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: 10px;
    line-height: 18px;
    padding: 0 8px;
    color: #fff;
    border-radius: 9px;
}

.top-companion_list li.thumb-list a.ca .ss-icon .movieMark span i {
    font-size: 20px;
    vertical-align: middle;
}

.top-companion_list li.thumb-list a.ca .ng-icon {
    position: absolute;
    top: 0;
    right: 5px;
    text-align: right;
}

.top-companion_list li.thumb-list a.ca .ng-icon li {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 -1px;
}

.top-companion_list li.thumb-list a.ca .ng-icon li.electro span {
    padding: 8px 6px 5px 6px;
}

.top-companion_list li.thumb-list a.ca .ng-icon li span {
    display: block;
    padding: 5px;
    overflow: hidden;
}

.top-companion_list li.thumb-list a.ca .ng-icon li span img {
    width: 100%;
}

.top-companion_list li.thumb-list a.ca .type-icon {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10px;
    min-height: 18px;
    display: none;
}

.top-companion_list li.thumb-list a.ca .type-icon li {
    text-align: center;
    display: inline-block;
}

.top-companion_list li.thumb-list a.ca .type-icon li span {
    display: block;
    padding: 3px 10px;
    margin: 0 1px;
    font-size: 10px;
    line-height: 1;
    border-radius: 8px;
    white-space: nowrap;
    color: #fff;
    background: #e67799;
    background: rgb(246, 100, 164);
    background: -moz-linear-gradient(0deg, rgba(246, 100, 164, 1) 0%, rgba(230, 119, 153, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(246, 100, 164, 1) 0%, rgba(230, 119, 153, 1) 100%);
    background: linear-gradient(0deg, rgba(246, 100, 164, 1) 0%, rgba(230, 119, 153, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f664a4", endColorstr="#e67799", GradientType=1);
    font-weight: 500;
}

@-moz-document url-prefix() {
    .top-companion_list li.thumb-list a.ca .type-icon li span {
        padding: 2px 10px 4px 10px;

    }
}

.top-companion_list li.thumb-list a.ca .type-icon li:nth-child(5),
.top-companion_list li.thumb-list a.ca .type-icon li:nth-child(6),
.top-companion_list li.thumb-list a.ca .type-icon li:nth-child(7),
.top-companion_list li.thumb-list a.ca .type-icon li:nth-child(8),
.top-companion_list li.thumb-list a.ca .type-icon li:nth-child(9),
.top-companion_list li.thumb-list a.ca .type-icon li:nth-child(10),
.top-companion_list li.thumb-list a.ca .type-icon li:nth-child(11),
.top-companion_list li.thumb-list a.ca .type-icon li:nth-child(12),
.top-companion_list li.thumb-list a.ca .type-icon li:nth-child(13),
.top-companion_list li.thumb-list a.ca .type-icon li:nth-child(14),
.top-companion_list li.thumb-list a.ca .type-icon li:nth-child(15),
.top-companion_list li.thumb-list a.ca .type-icon li:nth-child(16),
.top-companion_list li.thumb-list a.ca .type-icon li:nth-child(17),
.top-companion_list li.thumb-list a.ca .type-icon li:nth-child(18),
.top-companion_list li.thumb-list a.ca .type-icon li:nth-child(19),
.top-companion_list li.thumb-list a.ca .type-icon li:nth-child(20),
.top-companion_list li.thumb-list a.ca .type-icon li:nth-child(21),
.top-companion_list li.thumb-list a.ca .type-icon li:nth-child(22),
.top-companion_list li.thumb-list a.ca .type-icon li:nth-child(23),
.top-companion_list li.thumb-list a.ca .type-icon li:nth-child(24),
.top-companion_list li.thumb-list a.ca .type-icon li:nth-child(25),
.top-companion_list li.thumb-list a.ca .type-icon li:nth-child(26) {
    display: none;
}

.top-companion_list li.thumb-list a.ca .nirinMark {
    position: absolute;
    top: -60px;
    left: 0;
    width: 60px;
    overflow: hidden;
}

.top-companion_list li.thumb-list a.ca .nirinMark img {
    width: 100%;
}

.top-companion_list li.thumb-list a.ca .rePhoto {
    position: absolute;
    top: -5px;
    right: -7px;
    width: 68px;
}

.top-companion_list li.thumb-list a.ca .rePhoto img {
    width: 100%;
}

.top-companion_list li.thumb-list a.ca dd.iconFlag {
    position: absolute;
    top: 5px;
    left: -122px;
    height: 20px;
    overflow: hidden;
    width: 120px;
}

.top-companion_list li.thumb-list a.ca dd.iconFlag ul.c-sns {
    z-index: 11;
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    float: right;
}

.top-companion_list li.thumb-list a.ca dd.iconFlag ul.c-sns li {
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 0 2px 0 0;
}

.top-companion_list li.thumb-list a.ca dd.iconFlag ul.c-sns li.sns-t {
    background: #2daae1;
}

.top-companion_list li.thumb-list a.ca dd.iconFlag ul.c-sns li.sns-k {
    background: #ff0558;
}

.top-companion_list li.thumb-list a.ca dd.iconFlag ul.c-sns li.sns-i {
    /* background: #2daae1; */
}

.top-companion_list li.thumb-list a.ca dd.iconFlag ul.c-sns li.sns-f {
    background: #4267b2;
}

.top-companion_list li.thumb-list a.ca dd.iconFlag ul.c-sns li.sns-b {
    background: #ef7a2b;
}

.top-companion_list li.thumb-list a.ca dd.iconFlag ul.c-sns li.sns-i {
    background: linear-gradient(45deg, rgba(254, 212, 117, 1) 0%, rgba(229, 61, 93, 1) 50%, rgba(194, 49, 134, 1) 70%, rgba(156, 56, 187, 1) 100%);
    z-index: 1;
}

.top-companion_list li.thumb-list a.ca dd.iconFlag ul.c-sns li.sns-i::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top: 20px;
    left: -15px;
    background: -webkit-linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
    background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
    z-index: 0;
}

.top-companion_list li.thumb-list a.ca dd.iconFlag ul.c-sns li a.snsA {
    position: relative;
    display: block;
}

.top-companion_list li.thumb-list a.ca dd.iconFlag ul.c-sns li a.snsA span {
    display: block;
}

.top-companion_list li.thumb-list a.ca dd.iconFlag ul.c-sns li a.snsA i {
    font-size: 11px;
    line-height: 20px;
    color: #fff;
}

.top-companion_list li.thumb-list a.ca dd.iconFlag ul.c-sns li.sns-t:hover {
    background: #fff;
}

.top-companion_list li.thumb-list a.ca dd.iconFlag ul.c-sns li.sns-t:hover i {
    color: #2daae1;
}

.top-companion_list li.thumb-list a.ca dd.iconFlag ul.c-sns li.sns-k:hover {
    background: #fff;
}

.top-companion_list li.thumb-list a.ca dd.iconFlag ul.c-sns li.sns-k:hover i {
    color: #ff0558;
}

.top-companion_list li.thumb-list a.ca dd.iconFlag ul.c-sns li.sns-i:hover {
    background: #fff;
}

.top-companion_list li.thumb-list a.ca dd.iconFlag ul.c-sns li.sns-i:hover i {
    color: rgba(194, 49, 134, 1);
}

.top-companion_list li.thumb-list a.ca dd.iconFlag ul.c-sns li.sns-f:hover {
    background: #fff;
}

.top-companion_list li.thumb-list a.ca dd.iconFlag ul.c-sns li.sns-f:hover i {
    color: #4267b2;
}

.top-companion_list li.thumb-list a.ca dd.iconFlag ul.c-sns li.sns-b:hover {
    background: #fff;
}

.top-companion_list li.thumb-list a.ca dd.iconFlag ul.c-sns li.sns-b:hover i {
    color: #ef7a2b;
}

.finished span.thumb-wrap {
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
    opacity: 0.6;
}

a.finished:hover span.thumb-wrap {
    opacity: 1 !important;
}

.top-companion_list li.thumb-list .fBorder-T {
    display: block;
    width: calc(100% - 4px);
    height: 2px;
    position: absolute;
    top: 0;
    left: 2px;
    background: #ffdcec;
}

.top-companion_list li.thumb-list .fBorder-R {
    display: block;
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #ffdcec;
}

.top-companion_list li.thumb-list .fBorder-B {
    display: block;
    width: calc(100% - 4px);
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 2px;
    background: #ffe4da;
}

.top-companion_list li.thumb-list .fBorder-L {
    display: block;
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #ffe4da;
}

.top-companion_list li.thumb-list .thumb-shadow {
    display: block;
    background-image: url(/pc/img/thumb_shadow.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: calc(100% - 4px);
    height: 22px;
    position: absolute;
    bottom: -16px;
    left: 2px;
    opacity: 0.65;
}

/* きらん */
.anim-box.flare {
    opacity: 1;
    position: relative;
    display: block;
    z-index: 0;
}

.anim-box.flare::after {
    background-color: #fff;
    content: "";
    display: block;
    position: absolute;
    top: -100px;
    left: 0;
    width: 30px;
    height: 100%;
    opacity: 0;
    transition: cubic-bezier(0.32, 0, 0.67, 0);
    z-index: 0;
}

.top-companion_list li.thumb-list a.ca:hover .anim-box.flare::after {
    animation: flare 0.6s linear 1;
}

/*
.anim-box.flare:hover::after {
    animation: flare 0.6s linear 1;
}
*/

@keyframes flare {
    0% {
        transform: scale(2) rotate(45deg);
        opacity: 0;
    }

    20% {
        transform: scale(20) rotate(45deg);
        opacity: 0.6;
    }

    40% {
        transform: scale(30) rotate(45deg);
        opacity: 0.4;
    }

    80% {
        transform: scale(45) rotate(45deg);
        opacity: 0.2;
    }

    100% {
        transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}

span.shiftMark {
    display: block;
    text-align: center;
    z-index: 11;
    position: absolute;
    width: 100%;
    height: 40px;
    bottom: 0;
    left: 0;
}

span.shiftMark b {
    display: block;
    font-size: 16px;
    line-height: 40px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: italic;
}

span.shiftMark2 {
    display: block;
    text-align: center;
    z-index: 11;
    position: absolute;
    width: 100%;
    height: 40px;
    bottom: 0;
    left: 0;
}

span.shiftMark2 b {
    display: block;
    font-size: 16px;
    line-height: 40px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: italic;
    color: #ffa784;
}

span.shiftMark3 {
    display: block;
    text-align: center;
    z-index: 11;
    position: absolute;
    width: 100%;
    height: 40px;
    bottom: 0;
    left: 0;
}

span.shiftMark3 b {
    display: block;
    font-size: 16px;
    line-height: 40px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: italic;
    color: #ccc;
}

.top-companion_list li.thumb-list a.ca:hover span.shiftMark3 {}

.top-companion_list li.thumb-list a.ca p.shiftTime {
    position: relative;
}

.top-companion_list li.thumb-list a.ca p.shiftTime span {
    font-family: 'FunctionsPro', sans-serif;
    font-size: 20px;
    color: #cdbb84;
    padding: 10px 0 0 0;
    font-weight: bold;
    letter-spacing: 2px;
    display: block;
}

.top-companion_list li.thumb-list a.ca p.shiftTime span i {
    font-size: 20px;
    color: #cdbb84;
    margin-right: 3px;
}

.debutDay {
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 120px;
    text-align: center;
    display: inline-block;
}

.debutDay .debut {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 1;
    color: #fff;
    display: inline-block;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}

.debutDay .debut b {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1;
    color: #ffff00;
    display: block;
    font-weight: 700;
}

.catch_real {
    display: block;
    text-align: center;
    z-index: 11;
    position: absolute;
    width: 100%;
    height: 40px;
    bottom: 0;
    left: 0;
}

.catch_real b {
    display: block;
    font-size: 16px;
    line-height: 40px;
    letter-spacing: 2px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: italic;
    color: #5c5c5c;
    white-space: nowrap;
}

.catch_real2 {
    display: block;
    text-align: center;
    z-index: 11;
    position: absolute;
    width: 100%;
    height: 40px;
    bottom: 0;
    left: 0;
}

.catch_real2 b {
    display: block;
    font-size: 16px;
    line-height: 40px;
    letter-spacing: 2px;
    font-family: "Roboto", source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-style: italic;
    color: #ccc;
}

.newsWrap {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    width: 94%;
    margin: 0 auto;
}

.news-inner {
    width: 48%;
    margin: 0 1%;
}

.newsBoder {
    display: none;
}

@media only screen and (max-width:1480px) {
    .news-inner {
        width: 94%;
        margin: 0 auto;
    }

    .newsBoder {
        display: block;
    }
}

.news {
    width: 100%;
    margin: 0 auto;
}

.news li.news-list {
    border-bottom: 1px dotted #555;
    padding: 0 5px 5px 5px;
    margin-bottom: 25px;
}

.news li.news-list:nth-child(1) {
    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:nth-child(11) {
    animation-delay: 1.3s;
}

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

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

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

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

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

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

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

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

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

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

.news li.news-list table th.dateTitle {
    color: #8a8a8a;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    display: block;
    line-height: 1;
    vertical-align: middle;
}

.news li.news-list table th.dateTitle span {
    display: inline-block;
    vertical-align: middle;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    font-style: italic;
    padding: 2px 6px;
    margin-right: 10px;
    color: #fff;
    border-radius: 2px;
}

.news li.news-list table td.dateName {
    font-size: 14px;
    display: block;
    padding: 5px 0 0 10px;
    color: #8a8a8a;
}

.news li.news-list table td a {
    display: inline-block;
    color: #8a8a8a;
    transition: 0.3s ease;
    line-height: 140%;
}

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

@keyframes title_in {
    from {
        transform: translate3d(0, 10%, 0);
        visibility: hidden;
        opacity: 0;
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.title_in {
    animation-name: title_in;
    animation-delay: 0.3s;
    animation-duration: 0.6s;
    animation-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
    animation-fill-mode: both;
}

@keyframes title_in2 {
    from {
        transform: scale(2);
        visibility: hidden;
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

.title_in2 {
    animation-name: title_in2;
    animation-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
    animation-duration: 0.3s;
    animation-fill-mode: both;

}

@keyframes myBounce {

    from,
    20%,
    53%,
    80%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        transform: translate3d(0, -4px, 0);
    }
}

.myBounce {
    animation-name: myBounce;
    transform-origin: center bottom;
    animation-fill-mode: both;
}


.refresh {
    max-width: 820px;
    margin: 50px auto;
    border: 3px double #ffa784;
}

.refresh dl {
    padding: 40px;
}

.refresh dl dt {
    text-align: center;
    font-size: 24px;
    padding: 0 0 20px 0;
    color: #ffa784;
}

.refresh dl dt span {
    display: inline-block;
    color: #ffa784;
}

.refresh dl dd {
    font-size: 14px;
    line-height: 180%;
    text-align: left;
    color: #8a8a8a;
}

.refresh dl dd.period {
    padding: 20px 0 10px 0;
    text-align: center;
}

.refresh dl dd.period_time {
    text-align: center;
}

.refresh dl dd.period b,
.refresh dl dd.period_time b {
    background-color: #ffa784;
    display: inline-block;
    padding: 5px 10px;
    font-size: 18px;
    line-height: 1;
    margin-right: 10px;
    color: #fff;
}

.refresh dl dd.period span,
.refresh dl dd.period_time span {
    font-size: 18px;
    color: #ff8bc1;
}

.newyearNotice {
    position: relative;
    padding: 10px;
    background-color: #a7161d;
    background-image: url(/notice/newyear_notice_bg.jpg);
    background-repeat: repeat;
    background-size: 300px auto;
    margin: 20px auto 40px auto;
    max-width: 800px;
}

.newyear {}

.newyear dl {
    position: relative;
    background-color: #fff;
    padding: 20px 10px;
}

.newyear dl dt {
    font-size: 28px;
    color: #f66;
    text-align: center;
    padding: 0 0 10px 0;
    font-family: 'Noto Serif JP', serif;
    line-height: 140%;
    font-weight: 700;
}

.newyear dl dt b {
    font-size: inherit;
    color: inherit;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    line-height: inherit;
    font-weight: inherit;
    display: inline-block;
}

.newyear dl dd {
    font-size: 17px;
    text-align: left;
    line-height: 160%;
    color: #333;
    font-family: 'Noto Serif JP', serif;
}

.transferWrap {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 50px auto;
}

.transfer {
    position: relative;
    padding: 50px;
    background: #000;
}

.transfer dt {
    text-align: center;
    font-size: 60px;
    color: #ff3947;
    padding: 0 0 20px 0;
    font-family: 'Noto Serif JP', serif;
}

.transfer dd.transferTxt {
    font-size: 20px;
    line-height: 180%;
    text-align: center;
}

.transfer dd.transferTxt span {
    font-family: 'Noto Serif JP', serif;
    font-size: 30px;
}

.transferWrap span.tf-TL {
    background-image: url(/pc/img/name_frame_TL.svg);
    width: 40px;
    height: 40px;
    position: absolute;
    top: 2px;
    left: 2px;
    display: block;
    overflow: hidden;
}

.transferWrap span.tf-TR {
    background-image: url(/pc/img/name_frame_TR.svg);
    width: 40px;
    height: 40px;
    position: absolute;
    top: 2px;
    right: 2px;
    display: block;
    overflow: hidden;
}

.transferWrap span.tf-BR {
    background-image: url(/pc/img/name_frame_BR.svg);
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 2px;
    right: 2px;
    display: block;
    overflow: hidden;
}

.transferWrap span.tf-BL {
    background-image: url(/pc/img/name_frame_BL.svg);
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 2px;
    left: 2px;
    display: block;
    overflow: hidden;
}

.discount-banner {
    position: relative;
    max-width: 1000px;
    margin: 0 auto 50px auto;
    text-align: center;
}

.discount-banner span {
    display: block;
    background: rgb(218, 68, 83);
    background: -moz-linear-gradient(left, rgba(218, 68, 83, 1) 0%, rgba(137, 33, 107, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(218, 68, 83, 1) 0%, rgba(137, 33, 107, 1) 100%);
    background: linear-gradient(to right, rgba(218, 68, 83, 1) 0%, rgba(137, 33, 107, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8bc1', endColorstr='#ffa784', GradientType=1);
    padding: 1px;
    position: relative;
}

.discount-banner span.tf-TL {
    background-image: url(/pc/img/name_frame_TL.svg);
    width: 40px;
    height: 40px;
    position: absolute;
    top: 4px;
    left: 4px;
    display: block;
    overflow: hidden;
}

.discount-banner span.tf-TR {
    background-image: url(/pc/img/name_frame_TR.svg);
    width: 40px;
    height: 40px;
    position: absolute;
    top: 4px;
    right: 4px;
    display: block;
    overflow: hidden;
}

.discount-banner span.tf-BR {
    background-image: url(/pc/img/name_frame_BR.svg);
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 4px;
    right: 4px;
    display: block;
    overflow: hidden;
}

.discount-banner span.tf-BL {
    background-image: url(/pc/img/name_frame_BL.svg);
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 4px;
    left: 4px;
    display: block;
    overflow: hidden;
}

.discount-banner span img {
    width: 100%;
}

.open_notice_wrap {
    width: 100%;
    margin: 0 0 40px 0;
}

.open_notice {
    position: relative;
    padding: 0 2px 2px 2px;
    max-width: 800px;
    margin: 0 auto;
    background-color: #fff45c;
}

.open_notice dl {
    background: rgba(255, 255, 255, 1);
    text-align: center;
}

.open_notice dl dt {
    background-color: #fff45c;
    padding: 20px 0;
}

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

.open_notice dl dd {
    padding: 20px 10px;
    font-size: 14px;
    line-height: 180%;
    text-align: left;
    color: #5c5c5c;
}

.open_notice dl dd b{
    display: inline-block;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.open_notice dl dd b small{
    position: relative;
    display: inline-block;
    color: #e60000;
    font-size: 18px;
    padding: 0 3px;
    font-weight: 700;
    z-index: 1;
}

.open_notice dl dd b small::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background-color: #fefbc4;
    z-index: -1;
    opacity: 0.6;
}

.open_notice dl dd table.openTable {
    border-collapse: collapse;
    width: 100%;
    text-align: center;
}

.open_notice dl dd table.openTable th.th-top2  {
    border: 1px solid #a0a0a0;
}

.open_notice dl dd table.openTable th.th-top2 span{
    display: block;
    color: #5c5c5c;
    line-height: 50px;
    font-size: 22px;
}

.open_notice dl dd table.openTable td {
    font-size: 26px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    border: 1px solid #a0a0a0;
    color: #5c5c5c;
}

.open_notice dl dd table.openTable td.td-1-2{
    font-size: 20px;
    color: #5c5c5c;
}

.open_notice dl dd table.openTable td span {
    position: relative;
    display: inline-block;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}

.open_notice dl dd table.openTable td.td-1, .open_notice dl dd table.openTable td.td-2{
    width: 30%;
    font-size: 20px;

}
.open_notice dl dd table.openTable td.td-1-2, .open_notice dl dd table.openTable td.td-2-2{
    width: 70%;
}

.open_notice dl dd table.openTable td.td-1, .open_notice dl dd table.openTable td.td-1-2 {
    background-color: #efefef;
}

.open_notice dl dd table.openTable td.td-2, .open_notice dl dd table.openTable td.td-2-1 {
    background-color: #fefbc4;
    color: #e60000;
}
.open_notice dl dd table.openTable td.td-2-1 span {
    color: #e60000;
}
.open_notice dl dd table.openTable td span b {
    display: inline-block;
    font-size: 18px;
    color: inherit;
    font-weight: inherit;
}

.open_notice dl dd table.openTable td.td-1-2 span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #8a8a8a;
}

.open_notice dl dd table.openTable th.th-bottom {}

.open_notice dl dd table.openTable td.td-top1 {
    border-top: 2px solid #a0a0a0;
    background-color: #efefef;
}

.open_notice dl dd table.openTable td.td-top2 {
    border-top: 2px solid #a0a0a0;
    background-color: #fefbc4;
    color: #e60000;
}

.open_notice dl dd table.openTable td.td-bottom1 {
    font-size: 24px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
}

.open_notice dl dd table.openTable td.td-bottom1 {
    background-color: #efefef;
}
.open_notice dl dd table.openTable td.td-bottom2 {
    width: 6%;
    display: none;
}

.open_notice dl dd table.openTable td.td-bottom3 {
    background-color: #fefbc4;
}

.open_notice dl dd table.openTable td.td-bottom3 span {
    color: #e60000;
}

.msHeaven {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.msHeaven li {
    position: relative;
    text-align: center;
}

.msHeaven li a {
    display: block;
    margin: 0 0 10px 0;
    background: rgb(176, 141, 104);
    background: linear-gradient(0deg, rgba(176, 141, 104, 1) 0%, rgba(255, 243, 220, 1) 30%, rgba(188, 162, 113, 1) 70%, rgba(183, 150, 113, 1) 100%);
    padding: 2px;
}

.msHeaven li a img{
    width: 100%;
}