@keyframes event-fadeIn {
    from {
        opacity: 0;
        visibility: hidden;
        transform: translate3d(0, 100px, 0);
    }

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

.event-fadeIn {
    animation-name: event-fadeIn;
    animation-duration: 0.3s;
    animation-timing-function: ease-in-out;
}

#eventCover-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    height: 100%;
    min-height: 600px;
    min-width: 1040px;
}

.eventCover {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.tg {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.tg li {
    position: relative;
    width: 25%;
    height: 100%;
    background: #fff;
    overflow: hidden;
}

.tg li span.tgThumb {
    position: relative;
    display: block;
    max-width: 100%;
    max-height: 100vh;
    background-position: 50% 0;
    background-size: cover;
    opacity: 1;
    transition: 1s ease;
}

#topCoverWrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    height: 100%;
    min-height: 600px;
    min-width: 1040px;
    background: #000;
}

.gradient {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 6% 6% 0 6%;
}

.cover-BT {
    width: calc(100% - 40px);
    height: 2px;
    background-color: #000;
    position: absolute;
    top: 40px;
    left: 20px;
    display: none;
}

.cover-BR {
    width: 2px;
    height: calc(100% - 40px);
    background-color: #000;
    position: absolute;
    top: 20px;
    right: 40px;
    display: none;
}

.cover-BB {
    width: calc(100% - 40px);
    height: 2px;
    background-color: #000;
    position: absolute;
    bottom: 40px;
    left: 20px;
    display: none;
}

.cover-BL {
    width: 2px;
    height: calc(100% - 40px);
    background-color: #000;
    position: absolute;
    top: 20px;
    left: 40px;
    display: none;
}

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

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

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

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

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

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

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

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

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

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

.cover-hayawari {
    position: relative;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 50% 50%;
    background-image: url(/pc/img/top/hayawari_discount.jpg);
}

.cover-newface {
    position: relative;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 50% 50%;
    background-image: url(/pc/img/top/newface_discount.jpg);
}


.cover-hayawari a,
.cover-newface a {
    display: block;
    width: 80%;
    height: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cover .cb-a {
    position: absolute;
    border: 2px solid rgb(255, 79, 79, 0.6);
    width: calc(100% - 100px);
    height: calc(100% - 100px);
    top: 50px;
    left: 50px;
    transform: rotate(-2deg);
    transform-origin: center center;
}

.cover .cb-b {
    position: absolute;
    border: 2px solid rgb(255, 255, 0, 0.6);
    width: calc(100% - 100px);
    height: calc(100% - 100px);
    top: 50px;
    left: 50px;
    transform: rotate(-3deg);
    transform-origin: center center;
}

.cover .cb-c {
    position: absolute;
    border: 2px solid rgb(0, 174, 255, 0.6);
    width: calc(100% - 100px);
    height: calc(100% - 100px);
    top: 50px;
    left: 50px;
    transform: rotate(-1deg);
    transform-origin: center center;

}

.right-girls {
    position: absolute;
    top: 0;
    right: 0;
}

.right-girls span {
    display: block;
    background-image: url(/pc/img/top/right_girls.png);
    width: 100vw;
    height: 100vh;
    min-height: 600px;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.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%;
}

.shakeTxt {
    -webkit-animation: squiggly-anim 0.34s linear infinite;
    animation: squiggly-anim 0.34s linear infinite;
}

.shakeTxt {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    outline: none;
    text-align: left;
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translate(0, calc(-50% - 10px));
    transform-origin: top left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}

.shakeTxt span {
    display: block;
    font-weight: 900;
    letter-spacing: -2px;
    font-size: 20vh;
    font-family: "Oswald", sans-serif;
    line-height: 1;
    margin: 30px 0;
    transform: scaleY(130%) scaleX(80%) skewX(-11deg);
    transform-origin: center left;
    position: relative;
    white-space: nowrap;
}

.shakeTxt span.shake1 {
    color: rgba(250, 226, 109, 0.8);
}

.shakeTxt span.shake1::after {
    content: "We";
    position: absolute;
    top: 5px;
    left: 5px;
    color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #000;
}

.shakeTxt span.shake2 {
    color: rgba(212, 106, 147, 0.8);
    color: rgba(250, 226, 109, 0.8);


}

.shakeTxt span.shake2::after {
    content: "Offer You";
    position: absolute;
    top: 5px;
    left: 5px;
    color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #000;
}

.shakeTxt span.shake3 {
    color: rgba(255, 167, 132, 0.8);
    color: rgba(250, 226, 109, 0.8);


}

.shakeTxt span.shake3::after {
    content: "Hospitality";
    position: absolute;
    top: 5px;
    left: 5px;
    color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #000;
}

.shakeTxt span.shake4 {
    color: rgba(255, 167, 132, 0.8);
    color: rgba(250, 226, 109, 0.8);
}

.shakeTxt span.shake4::after {
    content: "Hospitality";
    position: absolute;
    top: 5px;
    left: 5px;
    color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #000;
}

.shakeTxt-s {
    font-size: 0.5em;
}

.shakeTxt-ss {
    font-size: 0.4em;
}

@-webkit-keyframes squiggly-anim {
    0% {
        filter: url("#squiggly-0");
    }

    25% {
        filter: url("#squiggly-1");
    }

    50% {
        filter: url("#squiggly-2");
    }

    75% {
        filter: url("#squiggly-3");
    }

    100% {
        filter: url("#squiggly-4");
    }
}

@keyframes squiggly-anim {
    0% {
        filter: url("#squiggly-0");
    }

    25% {
        filter: url("#squiggly-1");
    }

    50% {
        filter: url("#squiggly-2");
    }

    75% {
        filter: url("#squiggly-3");
    }

    100% {
        filter: url("#squiggly-4");
    }
}


#topCoverWrap .bx-pager-wrap {
    position: absolute;
    left: 50%;
    bottom: 20px;
    width: 80%;
    transition: 0.3s ease;
    transform: translateX(-50%);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

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

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

.bx-pager li a {
    display: block;
    margin: 0 4px;
    border: 2px solid #ccc;
    opacity: 0.6;
    background: rgb(56, 19, 30);
    background: -moz-linear-gradient(left, rgba(56, 19, 30, 1) 0%, rgba(90, 29, 45, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(56, 19, 30, 1) 0%, rgba(90, 29, 45, 1) 100%);
    background: linear-gradient(to right, rgba(56, 19, 30, 1) 0%, rgba(90, 29, 45, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradiex-pager-wrapt(startColorstr='#38131e', endColorstr='#5a1d2d', GradientType=1);

}

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

.bx-pager li a.active {
    opacity: 1;
}


.topLogo {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 22%;
    max-width: 240px;
    min-width: 200px;
    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;
}

.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);
}

/*
.topTitle:before,
.topTitle:after {
    position: absolute;
    top: 0;
    content: '';
    width: 8px;
    height: 100%;
    display: inline-block;
}

.topTitle:before {
    border-left: solid 2px #da4453;
    border-top: solid 2px #da4453;
    border-bottom: solid 2px #da4453;
    left: 0;
}

.topTitle:after {
    border-top: solid 2px #89216b;
    border-right: solid 2px #89216b;
    border-bottom: solid 2px #89216b;
    right: 0;
}
*/
/*
.topTitle:after {
    content: "";
    display: block;
    height: 2px;
    background: -webkit-linear-gradient(to right, rgb(255, 186, 115), #ffb2b2);
    background: linear-gradient(to right, rgb(255, 186, 115), #ffb2b2);
    margin-top: 10px;
}
*/
/*
.topTitle span {
    text-align: center;
    font-family: 'Averia Serif Libre', cursive;
    font-weight: 400;
    font-size: 40px;
    display: inline;
    letter-spacing: 4px;
    color: rgba(0, 0, 0, 0.2);
    background-image: url(/pc/img/text_bg.jpg);
    background-size: 100px auto;
    background-repeat: repeat;
    background-position: 50%;
    -webkit-background-clip: text;
}

.topTitle b {
    background: #da4453;
    background: -webkit-linear-gradient(right, #da4453, #89216b);
    background: linear-gradient(to right, #da4453, #89216b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.01);
    font-size: 16px;
    display: block;
    line-height: 1;
    letter-spacing: 4px;
    padding: 2px 0;
}


.topTitle span:nth-of-type(1) {
    animation-delay: 0.6s;
}

.topTitle span:nth-of-type(2) {
    animation-delay: 0.7s;
}

.topTitle span:nth-of-type(3) {
    animation-delay: 0.8s;
}

.topTitle span:nth-of-type(4) {
    animation-delay: 0.9s;
}

.topTitle span:nth-of-type(5) {
    animation-delay: 1s;
}

.topTitle span:nth-of-type(6) {
    animation-delay: 1.1s;
}

.topTitle span:nth-of-type(7) {
    animation-delay: 1.2s;
}

.topTitle span:nth-of-type(8) {
    animation-delay: 1.3s;
}

.topTitle span:nth-of-type(9) {
    animation-delay: 1.4s;
}

.topTitle span:nth-of-type(10) {
    animation-delay: 1.5s;
}
*/

.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:before,
.topTitleWrap .topTitle:after {
    position: absolute;
    top: 0;
    content: '';
    width: 8px;
    height: 100%;
    display: inline-block;
}

.topTitleWrap .topTitle:before {
    border-left: solid 2px rgba(255, 139, 193, 1);
    border-top: solid 2px rgba(255, 139, 193, 1);
    border-bottom: solid 2px rgba(255, 139, 193, 1);
    left: 0;
}

.topTitleWrap .topTitle:after {
    content: '';
    border-top: solid 2px rgba(255, 167, 132, 1);
    border-right: solid 2px rgba(255, 167, 132, 1);
    border-bottom: solid 2px rgba(255, 167, 132, 1);
    right: 0;
}
*/
.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: 80px;
    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: -20px;
}

.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.tm-title span:nth-child(1),
.topTitleWrap .topTitle h2.tm-title span:nth-child(2) {
    margin-left: -20px;
}

.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;

}

#topLeft {
    width: 320px;
    position: relative;
    float: left;
}

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

#topicWrap {
    position: relative;
    overflow: hidden;
    padding-top: 5px;
}

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

#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%;
    transition: 0.3s ease;
    opacity: 1;
}

#topic a:hover img.topic-img {
    opacity: 0.8;
}

#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: 237.5%;
    font-weight: bold;
    text-align: left;
    line-height: 180%;
    color: #8a8a8a;
    padding: 20px 10px 0 10px;
    text-align: justify;
    letter-spacing: 1px !important
}


#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 !important;
}

::-webkit-full-page-media,
:future,
:root #topicBody .topicTxt div {
    background: inherit;
    display: inline-block !important;

}

::-webkit-full-page-media,
:future,
:root #topicBody .topicTxt div span {
    display: inline-block !important;
    background: inherit;
}

::-webkit-full-page-media,
:future,
:root #topicBody .topicTxt a {
    display: inline-block !important;
    background: inherit;
}




/******CSS NO type******/
/*
#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 !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;
}

.mmBanner {
    background: rgb(237, 59, 75);
    background: -moz-linear-gradient(left, rgba(237, 59, 75, 1) 0%, rgba(76, 59, 146, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(237, 59, 75, 1) 0%, rgba(76, 59, 146, 1) 100%);
    background: linear-gradient(to right, rgba(237, 59, 75, 1) 0%, rgba(76, 59, 146, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed3b4b', endColorstr='#4c3b92', GradientType=1);
    margin: 10px 0;
}

.mmBanner a {
    display: block;
    transition: 0.3s ease;
    padding: 2px;
}

.mmBanner a img {
    width: 100%;
}

.mmBanner a:hover {
    opacity: 0.8;
}

.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: 1040px;
    background-color: #fff;
    margin: 100vh auto 0 auto;
    padding: 20px 0 0 0;
    z-index: 101;

}

/*
#top-wrap::before {
    content: "";
    transform: skewY(-7deg);
    transform-origin: top left;
    background-color: #141414;
    background: #000;
    height: 400px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}
*/
/*
@media only screen and (max-width:1299px) {
    #top-inner {
        max-width: 1000px;
        width: 100%;
        position: relative;
        margin: 0 auto 0 auto;
        padding: 20px 0 0 0;
        overflow: hidden;
        z-index: 5001;
    }

    #top {
        position: relative;
        margin: 20px 20px 40px 20px;
        background: url(/pc/img/comment_bg.png) repeat;
        padding: 50px 19px 20px 19px;
        padding-bottom: 100px;

    }
}
*/

#top-inner {
    /* max-width: 1280px; */
    position: relative;
    z-index: 5001;
    /* background-color: #fff; */
    margin: 0 20px 0 20px;
    padding: 0 0 200px 0;
    background-color: #fff;
}

/*
#top-inner::after {
    content: "";
    position: absolute;
    background-image: url(/pc/img/pattern.png);
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
}
*/

span.tf-TL {
    background-image: url(/pc/img/profile_corner_TL.png);
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    top: -7px;
    left: -7px;
    display: block;
    overflow: hidden;
    background-size: cover;
}

span.tf-TR {
    background-image: url(/pc/img/profile_corner_TR.png);
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    top: -8px;
    right: -8px;
    display: block;
    overflow: hidden;
    background-size: cover;
}

span.tf-BR {
    background-image: url(/pc/img/profile_corner_BR.png);
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: -7px;
    right: -7px;
    display: block;
    overflow: hidden;
    background-size: cover;
}

span.tf-BL {
    background-image: url(/pc/img/profile_corner_BL.png);
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: -7px;
    left: -7px;
    display: block;
    overflow: hidden;
    background-size: cover;
}

span.tf-T {
    background-image: url(/pc/img/profile_frame_border_W.png);
    height: 2px;
    width: calc(100% - 94px);
    position: absolute;
    top: 0;
    left: 47px;
    display: block;
    border-radius: 1px;
    background-size: cover 807px;
    background-repeat: repeat;
}

span.tf-R {
    background-image: url(/pc/img/profile_frame_border_H.png);
    height: calc(100% - 94px);
    width: 2px;
    position: absolute;
    top: 47px;
    right: 0;
    display: block;
    border-radius: 1px;
    background-size: cover 647px;
    background-repeat: repeat;
}

span.tf-B {
    background-image: url(/pc/img/profile_frame_border_W.png);
    height: 2px;
    width: calc(100% - 94px);
    position: absolute;
    bottom: 0;
    left: 47px;
    display: block;
    border-radius: 1px;
    background-size: cover 807px;
    background-repeat: repeat;
}

span.tf-L {
    background-image: url(/pc/img/profile_frame_border_H.png);
    height: calc(100% - 94px);
    width: 2px;
    position: absolute;
    top: 47px;
    left: 0;
    display: block;
    border-radius: 1px;
    background-size: cover 647px;
    background-repeat: repeat;
}

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

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

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

    .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: 1100px) {
    .top-companion_list {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        max-width: 780px;
        margin: 0 auto;
    }

    .top-companion_list li.thumb-list {
        position: relative;
        text-align: center;
        width: 33.3%;
        max-width: 260px;
    }

    .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: 1200px) {
    .top-companion_list {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        max-width: 780px;
        margin: 0 auto;
    }

    .top-companion_list li.thumb-list {
        position: relative;
        text-align: center;
        width: 33.3%;
        max-width: 260px;
    }

    .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: 1300px) {
    .top-companion_list {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        max-width: 840px;
        margin: 0 auto;
    }

    .top-companion_list li.thumb-list {
        position: relative;
        text-align: center;
        width: 33.3%;
        max-width: 280px;
    }

    .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: 1400px) {
    .top-companion_list {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        max-width: 960px;
        margin: 0 auto;
    }

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

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

}

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

    .top-companion_list li.thumb-list {
        position: relative;
        text-align: center;
        max-width: 260px;
        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;
    }
}

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

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

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

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

    .top-companion_list li.thumb-list {
        position: relative;
        text-align: center;
        width: 20%;
        max-width: 240px;
    }

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

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

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

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

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

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

    }

    .top-companion_list li.thumb-list {
        position: relative;
        text-align: center;
        width: 20%;
        max-width: 280px;
    }

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

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

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

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

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

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

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

.top-companion_list li.thumb-list a span.thumb-photo {
    position: relative;
    display: block;
    overflow: hidden;
}

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

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

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

.top-companion_list li.thumb-list .newDiscount {
    display: block;
    position: absolute;
    bottom: 160px;
    left: 50%;
    transform: translate(calc(-50% - 10px), 0%);
    width: 80%;
    max-width: 240px;
    z-index: 10;
}

.top-companion_list li.thumb-list .newDiscount b {
    display: inline-block;
    font-size: 30px;
}

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


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

.top-companion_list li.thumb-list dl::before {
    content: "";
    position: absolute;
    top: -150px;
    left: 0;
    width: 100%;
    height: 150px;
    background: -moz-linear-gradient(top, rgba(254, 251, 250, 0) 0%, rgba(254, 251, 250, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(254, 251, 250, 0) 0%, rgba(254, 251, 250, 1) 100%);
    background: linear-gradient(to bottom, rgba(254, 251, 250, 0) 0%, rgba(254, 251, 250, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00fefbfa', endColorstr='#fefbfa', GradientType=0);
}

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

.top-companion_list li.thumb-list dl .name-inner .name-area {
    display: block;
    padding: 20px 0 15px 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);
    position: relative;
}

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

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

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

.top-companion_list li.thumb-list dl dt.name span.nameR .new {
    position: absolute;
    top: -10px;
    left: -70px;
    max-width: 110px;
    transform: rotate(-20deg);
    transform-origin: left bottom;
    display: block;
}

.top-companion_list li.thumb-list dl dt.name span.nameR .new img {
    width: 100%;
}

.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: block;
    /* background: linear-gradient(45deg, #444 0%, #333 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text; */
    /* background: linear-gradient(45deg, #54d0ff, #9f92ff 20%, #ff7689 90%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text; */
}



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

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

.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: 35px;
    left: -50px;
    width: 180px;
    transform: rotate(-14deg);
    z-index: 12;
    display: none;
}

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

.top-companion_list li.thumb-list .rankingIcon {
    position: absolute;
    display: block;
    width: 100px;
    bottom: 130px;
    left: 50%;
    transform: translate(-50%, 0);
}

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

.top-companion_list li.thumb-list .ranking-icon {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 80%;
    bottom: 130px;
    max-width: 360px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.top-companion_list li.thumb-list .ranking-icon li.ranks {
    width: 48%;
    padding: 0 1%;
}

.top-companion_list li.thumb-list .ranking-icon li.ranks1{
    width: 48%;
    padding: 0 1%;
}

.top-companion_list li.thumb-list .ranking-icon li.ranks2{
    width: 48%;
    padding: 0 1%;
    margin-top: -0.5%;
}


.top-companion_list li.thumb-list .ranking-icon 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: 35px;
    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.ss {
    display: inline-block;
    width: 50px;
    height: 50px;
}


.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: left;
    max-width: 80%;
    margin: 10px auto 0 auto;
    min-height: 40px;
}

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

.top-companion_list li.thumb-list a.ca .type-icon li span {
    display: block;
    margin: 2px;
    font-size: 10px;
    line-height: 1;
    border-radius: 8px;
    padding: 3px 0;
    white-space: nowrap;
    letter-spacing: 0;
    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(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 .marks {
    position: absolute;
    top: 38px;
    left: 7px;
    z-index: 1001;
    text-align: left;
}

.top-companion_list li.thumb-list a.ca .marks li {
    display: block;
    margin-bottom: 5px;
}

.top-companion_list li.thumb-list a.ca .naturalMark2 {
    overflow: hidden;
    display: block;
}

.top-companion_list li.thumb-list a.ca .naturalMark2 span {
    display: block;
    font-size: 12px;
    line-height: 22px;
    font-family: 'FunctionsPro', sans-serif;
    color: #fff;
    padding: 0 10px;
    display: inline-block;
    background: rgb(255, 138, 193);
    background: -moz-linear-gradient(90deg, rgba(255, 138, 193, 1) 0%, rgba(255, 153, 161, 1) 50%, rgba(255, 167, 131, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255, 138, 193, 1) 0%, rgba(255, 153, 161, 1) 50%, rgba(255, 167, 131, 1) 100%);
    background: linear-gradient(90deg, rgba(255, 138, 193, 1) 0%, rgba(255, 153, 161, 1) 50%, rgba(255, 167, 131, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8ac1", endColorstr="#ffa783", GradientType=1);
    border-radius: 11px;
}

.top-companion_list li.thumb-list a.ca .rePhotolMark span {
    display: block;
    font-size: 12px;
    line-height: 22px;
    font-family: 'FunctionsPro', sans-serif;
    color: #fff;
    padding: 0 10px;
    display: inline-block;
    background: rgb(66, 155, 9);
    background: -moz-linear-gradient(90deg, rgba(66, 155, 9, 1) 0%, rgba(76, 179, 10, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(66, 155, 9, 1) 0%, rgba(76, 179, 10, 1) 100%);
    background: linear-gradient(90deg, rgba(66, 155, 9, 1) 0%, rgba(76, 179, 10, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#429b09", endColorstr="#4cb30a", GradientType=1);
    border-radius: 11px;
}


.top-companion_list li.thumb-list a.ca dd.iconFlag {
    position: absolute;
    bottom: 120px;
    width: 100%;
    right: 5px;
    height: 28px;
    overflow: hidden;
}

.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: 28px;
    height: 28px;
    border-radius: 50%;
    margin: 0 2px;
}

.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: 40px;
    height: 40px;
    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: 16px;
    line-height: 28px;
    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.5;
}

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;
    /* background: rgba(255, 167, 133, 0.3); */
}

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

    /* background: -moz-linear-gradient(left, rgba(255, 139, 192, 0.3) 0%, rgba(255, 167, 133, 0.3) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 139, 192, 0.3) 0%, rgba(255, 167, 133, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 139, 192, 0.3) 0%, rgba(255, 167, 133, 0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4dff8bc0', endColorstr='#4dffa785', GradientType=1); */

}

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

    /* background: rgba(255, 139, 192, 0.3); */
}

.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;
}
*/
@media all and (-ms-high-contrast: none) {
    .anim-box.flare:hover::after {
        animation: none;
    }
}

@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;
    position: relative;
    z-index: 11;
    margin: 2px 2px 0 2px;
    width: calc(100% - 4px);
}

span.shiftMark b {
    display: block;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 2px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: italic;
    padding: 8px 0;
    background: #fde6e3;
}

span.shiftMark2 {
    display: block;
    text-align: center;
    position: relative;
    z-index: 11;
    margin: 2px 2px 0 2px;
    width: calc(100% - 4px);
}

span.shiftMark2 b {
    display: block;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 2px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: italic;
    padding: 8px 0;
    background: #fff;
    color: #ffa784;
}

span.shiftMark3 {
    display: block;
    text-align: center;
    position: relative;
    z-index: 11;
    margin: 2px 2px 0 2px;
    width: calc(100% - 4px);
}

span.shiftMark3 b {
    display: block;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 2px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: italic;
    padding: 8px 0;
    color: #ccc;
    background: #fff;
    /* background: -moz-linear-gradient(left, rgba(255, 139, 192, 0.3) 0%, rgba(255, 167, 133, 0.3) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 139, 192, 0.3) 0%, rgba(255, 167, 133, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 139, 192, 0.3) 0%, rgba(255, 167, 133, 0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4dff8bc0', endColorstr='#4dffa785', GradientType=1); */
}

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

p.debutDay {
    font-family: "Roboto", sans-serif;
    display: inline-block;
    font-weight: 700;
    font-size: 34px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, calc(-50% - 60px)) skew(-10deg, 0);
    letter-spacing: 0;
    line-height: 1;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
    white-space: nowrap;
    background: linear-gradient(transparent 60%, rgba(255,255,0,0.6) 40%);
}

p.debutDay b {
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 1;
    color: #EC4B7D;
    padding-left: 4px;
}

.catch_real {
    display: block;
    text-align: center;
    position: relative;
    z-index: 11;
    margin: 2px 2px 0 2px;
    width: calc(100% - 4px);
}

.catch_real b {
    display: block;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 2px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: italic;
    padding: 8px 0;
    color: #5c5c5c;
    background: #fceff1;
    /* background: -moz-linear-gradient(left, rgba(255, 139, 192, 0.3) 0%, rgba(255, 167, 133, 0.3) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 139, 192, 0.3) 0%, rgba(255, 167, 133, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 139, 192, 0.3) 0%, rgba(255, 167, 133, 0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4dff8bc0', endColorstr='#4dffa785', GradientType=1); */
}

.catch_real2 {
    display: block;
    text-align: center;
    position: relative;
    z-index: 11;
    margin: 2 2px 0 2px;
    width: calc(100% - 4px);
}

.catch_real2 b {
    display: block;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 2px;
    font-family: "Roboto", source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-style: italic;
    padding: 8px 0;
    color: #5c5c5c;

}

.catch_real2 {
    position: relative;
    text-align: center;
    z-index: 11;
}


.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: 30px;
    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: 1000px;
}

.newyear {}

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

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

.newyear dl dd {
    font-size: 17px;
    text-align: left;
    line-height: 160%;
    color: #333;
}

.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 {
    margin: 0 10px 40px 10px;
}

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

.open_notice dl {
    padding: 0 0 30px 0;
    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: 34px;
    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: 30px 50px;
    font-size: 15px;
    line-height: 160%;
    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: 99%;
    text-align: center;
}

.open_notice dl dd table.openTable th {
    width: 33%;
    font-size: 24px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    border: 1px solid #a0a0a0;
    color: #5c5c5c;
}

.open_notice dl dd table.openTable th.th-top {
    border: none;
}

.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 {
    width: 33%;
    font-size: 24px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    border: 1px solid #a0a0a0;
    color: #5c5c5c;
}

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

.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-bottom1 {
    background-color: #efefef;
}

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

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

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

.msHeaven {
    position: relative;
    width: 1000px;
    margin: 0 auto;
}

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

.msHeaven li a {
    display: block;
    margin: 0 0 25px 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: 5px;
}

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

.nirin-info {
    position: relative;
    width: 1000px;
    margin: 0 auto;
}

.nirin-info ul{
    position: relative;
}

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

.nirin-info li a {
    display: block;
    margin: 0 0 25px 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: 5px;
}

.nirin-info li a img{
    width: 100%;
}