#topCoverWrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    height: 100%;
    min-height: 480px;
    min-width: 320px;
}

#topCover {
    position: relative;
}

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

#topIMG {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

#topIMG li {
    position: relative;
}

#topIMG li .coverBG {
    background: url(/pc/img/top/bg.jpg) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    bottom: 0;
    position: absolute;
    width: 120%;
    height: 120%;
    left: -10%;
    top: -10%;
    z-index: 0;
}

#topIMG li .cfA {
    background: url(/pc/img/top/flare1.png) no-repeat;
    background-size: cover;
    bottom: 0;
    position: absolute;
    width: 120%;
    height: 120%;
    left: -10%;
    top: -10%;
}

#topIMG li .cfB {
    background: url(/pc/img/top/flare2.png) no-repeat;
    background-size: cover;
    position: absolute;
    width: 120%;
    height: 120%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#topIMG li .img {
    text-align: center;
}

#topIMG li .image1 {
    background: url(/pc/img/top/photo1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0;
    position: absolute;
    max-width: 28vw;
    max-height: 80vh;
    width: 100%;
    height: 100%;
    min-width: 240px;
    min-height: 350px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-5deg);
    z-index: 100;
    box-shadow: 10px 10px 0 rgba(127, 0, 0, 0.5);
}

#topIMG li .image1 span {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 20vh;
    transform: translate(-50%, -50%);
}

#topIMG li span img {
    width: 100%;
}

#topIMG li .image2 {
    background: url(/pc/img/top/photo2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0;
    position: absolute;
    max-width: 24vw;
    max-height: 40vh;
    width: 100%;
    height: 100%;
    min-width: 180px;
    min-height: 263px;
    left: 65%;
    top: 10%;
    z-index: 100;
    transform: rotate(-5deg);
    box-shadow: 10px 10px 0 rgba(127, 0, 0, 0.5);

}

#topIMG li .image2 span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20vh;
    transform: translate(-50%, -50%);
}

#topIMG li .image3 {
    background: url(/pc/img/top/photo3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0;
    position: absolute;
    max-width: 14vw;
    max-height: 48vh;
    width: 100%;
    height: 100%;
    min-width: 180px;
    min-height: 263px;
    right: 10%;
    bottom: 5%;
    transform: rotate(-5deg);
    box-shadow: 10px 10px 0 rgba(127, 0, 0, 0.5);

}

#topIMG li .image3 span {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 20vh;
    transform: translate(-50%, -50%);
}

#topIMG li .image4 {
    background: url(/pc/img/top/photo4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: absolute;
    max-width: 16vw;
    max-height: 50vh;
    width: 100%;
    height: 100%;
    min-width: 180px;
    min-height: 263px;
    left: 12%;
    bottom: 5%;
    transform: rotate(-5deg);
    box-shadow: 10px 10px 0 rgba(127, 0, 0, 0.5);

}

#topIMG li .image4 span {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20vh;
    transform: translate(-50%, 50%);
}

#topIMG li .image5 {
    background: url(/pc/img/top/photo5.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0;
    position: absolute;
    max-width: 16vw;
    max-height: 46vh;
    width: 100%;
    height: 100%;
    min-width: 180px;
    min-height: 263px;
    width: 100%;
    height: 100%;
    left: 20%;
    top: 5%;
    transform: rotate(-5deg);
    box-shadow: 10px 10px 0 rgba(127, 0, 0, 0.5);

}

#topIMG li .image5 span {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 20vh;
    transform: translate(50%, -50%);
}

#topIMG li .borderT {
    display: block;
    height: 2px;
    width: calc(100% - 20px);
    position: absolute;
    top: 20px;
    left: 10px;
    background: rgba(255, 255, 255, 0.3);
}

#topIMG li .borderR {
    display: block;
    height: calc(100% - 20px);
    width: 2px;
    position: absolute;
    top: 10px;
    right: 20px;
    background: rgba(255, 255, 255, 0.3);
}

#topIMG li .borderB {
    display: block;
    height: 2px;
    width: calc(100% - 20px);
    position: absolute;
    bottom: 20px;
    left: 10px;
    background: rgba(255, 255, 255, 0.3);
}

#topIMG li .borderL {
    display: block;
    height: calc(100% - 20px);
    width: 2px;
    position: absolute;
    top: 10px;
    left: 20px;
    background: rgba(255, 255, 255, 0.3);
}

#topIMG li .text1 {
    position: absolute;
    left: 60%;
    top: 50%;
    transform: translate(0%, -50%);
    width: 12vh;
}

#topIMG li .text1 img {
    width: 100%;
}

#topIMG li .text2 {
    position: absolute;
    right: 2%;
    top: 50%;
    transform: translate(0%, -50%);
    width: 24vh;
}

#topIMG li .text2 img {
    width: 100%;
}

#topIMG li .text3 {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-5%, -50%);
    width: 48vh;
}

#topIMG li .text3 img {
    width: 100%;
}

#topIMG li .coverTxt {
    position: absolute;
    color: #e5307f;
    display: inline-block;
    font-size: 14vmin;
    top: 0%;
    left: 50%;
    transform: translate(-70%, 0%);
    font-family: 'Oswald', sans-serif;
    width: auto;
    white-space: nowrap;
    transform: rotate(-5deg);
    letter-spacing: -4px;
}

.coverTxt span.sta {
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-size: 14vmin;
    display: inline-block;
    background: #da4453;
    background: -webkit-linear-gradient(top, #da4453, #89216b);
    background: linear-gradient(to top, #da4453, #89216b);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.01);
    overflow: hidden;
    letter-spacing: 0;
    margin: 0 -4px;
}

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

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

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

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

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

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

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

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

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

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

#topIMG li .coverTxt2 {
    position: absolute;
    display: inline-block;
    font-size: 2.4vmin;
    bottom: 16%;
    left: 24%;
    transform: translate(-70%, 0%);
    font-family: 'Oswald', sans-serif;
    width: auto;
    white-space: nowrap;
    transform: rotate(-5deg);
    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);
    padding: 1%;
}


@media all and (-ms-high-contrast: none) {
    #topIMG li .coverTxt2 {
        background: none;
        color: #fff;
        background-clip: unset;
        -webkit-background-clip: unset;
        color: rgba(255, 167, 132, 0);
        -webkit-text-fill-color: white;
    }
}

@-moz-document url-prefix() {
    #topIMG li .coverTxt2 {
        background: none;
        color: #fff;
        background-clip: unset;
        -webkit-background-clip: unset;
        color: rgba(255, 167, 132, 0);
        -webkit-text-fill-color: white;
    }
}

.topLink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.topLink li.link1 {
    position: absolute;
    max-width: 24vw;
    max-height: 70vh;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;

}

.topLink li.link1 a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(138, 0, 0, 0.5);
    clip-path: polygon(0 20%, 100% 5%, 90% 90%, 5% 85%);
}

.topLink li.link2 {
    position: absolute;
    max-width: 24vw;
    max-height: 40vh;
    min-width: 180px;
    min-height: 263px;
    left: 63%;
    top: 10%;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.topLink li.link2 a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(138, 0, 0, 0.5);
    clip-path: polygon(10% 0%, 95% 5%, 90% 100%, 0% 90%);
}

.topLink li.link3 {
    position: absolute;
    max-width: 14vw;
    max-height: 48vh;
    min-width: 180px;
    min-height: 263px;
    right: 10%;
    bottom: 5%;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.topLink li.link3 a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(138, 0, 0, 0.5);
    clip-path: polygon(10% 0%, 95% 5%, 90% 100%, 0% 90%);
}

.topLink li.link4 {
    position: absolute;
    max-width: 16vw;
    max-height: 50vh;
    min-width: 180px;
    min-height: 263px;
    left: 12%;
    bottom: 5%;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.topLink li.link4 a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(138, 0, 0, 0.5);
    clip-path: polygon(10% 0%, 95% 5%, 90% 100%, 0% 90%);
}

.topLink li.link5 {
    position: absolute;
    max-width: 16vw;
    max-height: 46vh;
    min-width: 180px;
    min-height: 263px;
    left: 20%;
    top: 5%;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.topLink li.link5 a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(138, 0, 0, 0.5);
    clip-path: polygon(10% 0%, 95% 5%, 90% 100%, 0% 90%);
}

.topLink li a {
    display: block;
    opacity: 0;
    transition: 0.3s ease;
}

.topLink li a:hover {
    opacity: 1;
}

#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%;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

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

.bxslider li {
    height: 100%;
    width: 100%;
    position: relative;
    background-size: cover;
    /* overflow: hidden; */
}

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

#sliderWrap .bxslider li.top-slider {
    position: relative;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-width: 1080px;
    background-repeat: no-repeat;
}

#topCoverWrap .bx-pager-wrap {
    position: absolute;
    left: 50%;
    bottom: 20px;
    width: 80%;
    transition: 0.3s ease;
    /* transition-delay: 5s; */
    transform: translateX(-50%);
}

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

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

.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.gradient( startColorstr='#38131e', endColorstr='#5a1d2d',GradientType=1 );
    /*
    background: rgb(103, 163, 226);
    background: -moz-linear-gradient(-45deg, rgba(103, 163, 226, 1) 0%, rgba(12, 81, 199, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(103, 163, 226, 1) 0%, rgba(12, 81, 199, 1) 100%);
    background: linear-gradient(135deg, rgba(103, 163, 226, 1) 0%, rgba(12, 81, 199, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#67a3e2', endColorstr='#0c51c7', GradientType=1);
    border-bottom: 2px solid #0a3fbd;
    */
    border-radius: 50%;
    width: 16px;
    height: 16px;
    padding: 5px;
}

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

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

@-webkit-keyframes fadeTxt {
    from {
        opacity: 0;
        filter: blur(4px);
        margin-bottom: 50px;
    }

    to {
        opacity: 1;
        filter: blur(0);
        margin-bottom: 0;
    }
}

@keyframes fadeTxt {
    from {
        opacity: 0;
        filter: blur(4px);
    }

    to {
        opacity: 1;
        filter: blur(0);
    }
}

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

.topTitle {
    position: relative;
    margin: 30px 0 20px 0;
    text-align: center;
    display: inline-block;
    left: 50%;
    transform: translate(-50%, 0);
    top: 0;
    padding: 0 50px;
    background: #da4453;
    background: -webkit-linear-gradient(top, #da4453, #89216b);
    background: linear-gradient(to top, #da4453, #89216b);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.01);
}

.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 span {
    text-align: center;
    font-family: "Six Caps", sans-serif;
    font-size: 40px;
    display: inline-block;
    overflow: hidden;
    padding: 1px 0;
    letter-spacing: 4px;
    background: #da4453;
    background: -webkit-linear-gradient(top, #da4453, #89216b);
    background: linear-gradient(to top, #da4453, #89216b);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.01);
}

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

@media all and (-ms-high-contrast: none) {
    .topTitle span {
        text-align: center;
        width: 100%;
        font-family: "Roboto", sans-serif;
        font-weight: 700;
        font-size: 30px;
        display: block;
        color: #e7027f;
        overflow: hidden;
        background: none;
    }

    .topTitle span b {
        color: #e7027f;
    }
}

#topLeft {
    max-width: 320px;
    margin: 0 auto;
    position: relative;
}

#topRight {
    position: relative;
}


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

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

#topic a.topicPhoto {
    display: block;
    position: relative;
    background: #da4453;
    background: -webkit-linear-gradient(bottom, rgba(218, 68, 83, 1), rgba(133, 33, 107, 0.3));
    background: linear-gradient(to bottom, rgba(218, 68, 83, 1), rgba(133, 33, 107, 0.3));
    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 dl span.tf-TL {
    background-image: url(/pc/img/name_frame_TL.png);
    width: 34px;
    height: 24px;
    position: absolute;
    top: -4px;
    left: -4px;
    display: block;
    overflow: hidden;
}

#topic a dl span.tf-TR {
    background-image: url(/pc/img/name_frame_TR.png);
    width: 34px;
    height: 24px;
    position: absolute;
    top: -4px;
    right: -4px;
    display: block;
    overflow: hidden;
}

#topic a dl span.tf-BR {
    background-image: url(/pc/img/name_frame_BR.png);
    width: 34px;
    height: 24px;
    position: absolute;
    bottom: -4px;
    right: -4px;
    display: block;
    overflow: hidden;
}

#topic a dl span.tf-BL {
    background-image: url(/pc/img/name_frame_BL.png);
    width: 34px;
    height: 24px;
    position: absolute;
    bottom: -4px;
    left: -4px;
    display: block;
    overflow: hidden;
}

#topic a img {
    width: 100%;
    transition: 0.3s ease;
    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: 8px 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);
    /* background: linear-gradient(transparent 80%, rgba(255, 139, 193, 0.15) 0%); */
}

@media all and (-ms-high-contrast: none) {
    #topicBody h2.topicsTitle {
        color: #8a8a8a;
        background: none;
    }

    #topicBody .topicTxt {
        color: #8a8a8a;
        background: none;
    }

    #topicBody .topicTxt div,
    #topicBody .topicTxt div span {
        color: #8a8a8a;
        background: none;
    }
}

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

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

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

#topicBody .topicTime{
    padding: 10px 5px 0 0;
    text-align: right;
    font-size: 10px;
}
.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 auto;
    max-width: 320px;
}

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

.mmBanner a img {
    width: 100%;
}

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

#top-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    min-width: 320px;
    background-image: url(/pc/img/bg.jpg);
    background-position: 50% 0;
    background-repeat: repeat;
    background-size: 300px auto;
    background-color: #000;
    margin: 100vh auto 0 auto;
    padding: 10px 0 100px 0;
    z-index: 101;
    overflow: hidden;
}

#top-inner {
    position: relative;
    width: 96%;
    margin: 0 auto;
    max-width: 900px;
    z-index: 5001;
    padding: 0 0 10px 0;
    background: rgba(0, 0, 0, 0.4);
}

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: 20px 20px 20px 20px;
    /* background-color: #fff; */
    max-width: 1920px;
    margin: 0 auto;
}

@media screen and (max-width: 680px) {
    .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: 100%;
    }

    .top-companion_list li.thumb-list:nth-of-type(1) {
        animation-delay: 0.3s;
    }

    .top-companion_list li.thumb-list:nth-of-type(2) {
        animation-delay: 0.4s;
    }

    .top-companion_list li.thumb-list:nth-of-type(3) {
        animation-delay: 0.5s;
    }

    .top-companion_list li.thumb-list:nth-of-type(4) {
        animation-delay: 0.6s;
    }

    .top-companion_list li.thumb-list:nth-of-type(5) {
        animation-delay: 0.7s;
    }

    .top-companion_list li.thumb-list:nth-of-type(6) {
        animation-delay: 0.8s;
    }

    .top-companion_list li.thumb-list:nth-of-type(7) {
        animation-delay: 0.9s;
    }

    .top-companion_list li.thumb-list:nth-of-type(8) {
        animation-delay: 1s;
    }

    .top-companion_list li.thumb-list:nth-of-type(9) {
        animation-delay: 1.1s;
    }

    .top-companion_list li.thumb-list:nth-of-type(10) {
        animation-delay: 1.2s;
    }

    .top-companion_list li.thumb-list:nth-of-type(11) {
        animation-delay: 1.3s;
    }

    .top-companion_list li.thumb-list:nth-of-type(12) {
        animation-delay: 1.4s;
    }

    .top-companion_list li.thumb-list:nth-of-type(13) {
        animation-delay: 1.5s;
    }

    .top-companion_list li.thumb-list:nth-of-type(14) {
        animation-delay: 1.6s;
    }

    .top-companion_list li.thumb-list:nth-of-type(15) {
        animation-delay: 1.7s;
    }

    .top-companion_list li.thumb-list:nth-of-type(16) {
        animation-delay: 1.8s;
    }

    .top-companion_list li.thumb-list:nth-of-type(17) {
        animation-delay: 1.9s;
    }

    .top-companion_list li.thumb-list:nth-of-type(18) {
        animation-delay: 2s;
    }

    .top-companion_list li.thumb-list:nth-of-type(19) {
        animation-delay: 2.1s;
    }

    .top-companion_list li.thumb-list:nth-of-type(20) {
        animation-delay: 2.2s;
    }
}

@media screen and (min-width: 681px) {
    .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-of-type(2n+1) {
        animation-delay: 0.3s;
    }

    .top-companion_list li.thumb-list:nth-of-type(2n+2) {
        animation-delay: 0.4s;
    }
    .top-companion_list li.thumb-list a.ca {
    }
}
/******************************************コンパニオン******************************************/

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

.top-companion_list li.thumb-list {
    position: relative;
    visibility: hidden;
    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;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    background: #333;
    background: -webkit-linear-gradient(top, rgba(218,68,83,0.4), rgba(137,33,107,0.4));
    background: linear-gradient(to top, rgba(218,68,83,0.4), rgba(137,33,107,0.4));
    padding: 1px;
    margin: 5px;
}

.top-companion_list li.thumb-list a.ca .thumb-inner {
    display: block;
    overflow: hidden;
    padding: 10px;
    background: #000;
}

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

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

.top-companion_list li.thumb-list a.ca:hover span.thumb-wrap {
    filter: saturate(30%) grayscale(30%);
}

.top-companion_list li.thumb-list a span.thumb-wrap img {
    transition: 0.8s ease;
    border-radius: 50%;
    overflow: hidden;
}

.top-companion_list li.thumb-list a:hover span.thumb-wrap img {
    /* transform: scale(1.06); */
}

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

.top-companion_list li.thumb-list dl {
    position: relative;
    z-index: 10;
    margin: 0 0 0 110px;
    height: 100px;
    width: auto;
}

.top-companion_list li.thumb-list dl .name-inner {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

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

.top-companion_list li.thumb-list span.cf-TL {
    background-image: url(/pc/img/name_frame_TL.svg);
    width: 24px;
    height: 24px;
    position: absolute;
    top: -2px;
    left: -2px;
    display: block;
    overflow: hidden;
}

.top-companion_list li.thumb-list span.cf-TR {
    background-image: url(/pc/img/name_frame_TR.svg);
    width: 24px;
    height: 24px;
    position: absolute;
    top: -2px;
    right: -2px;
    display: block;
    overflow: hidden;
}

.top-companion_list li.thumb-list span.cf-BR {
    background-image: url(/pc/img/name_frame_BR.svg);
    width: 24px;
    height: 24px;
    position: absolute;
    bottom: -2px;
    right: -2px;
    display: block;
    overflow: hidden;
}

.top-companion_list li.thumb-list span.cf-BL {
    background-image: url(/pc/img/name_frame_BL.svg);
    width: 24px;
    height: 24px;
    position: absolute;
    bottom: -2px;
    left: -2px;
    display: block;
    overflow: hidden;
}

.top-companion_list li.thumb-list dl dt.name {
    /*    font-size: 3vmin;*/
    font-size: 20px;
    line-height: 1;
    color: #d0d0d0;
    letter-spacing: 0;
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

@media all and (-ms-high-contrast: none) {
    .top-companion_list li.thumb-list dl dt.name {}
}

.top-companion_list li.thumb-list dl dt.name b {
    font-size: 13px;
    line-height: 1;
    color: #d0d0d0;
    /* font-family: 'FunctionsPro', sans-serif; */
    font-family: 'Noto Serif JP', serif;
    display: inline-block;
    margin-left: 4px;
}

.top-companion_list li.thumb-list dl small {
    display: block;
    background-image: url(/pc/img/name_roma_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 90%;
    height: 1px;
    margin: 5px auto;
    opacity: 0.4;
}

.top-companion_list li.thumb-list dl dt.name span {
    display: block;
    color: #d0d0d0;
    font-size: 8px;
    margin-bottom: 2px;
    font-family: 'FunctionsPro', sans-serif;
    letter-spacing: 2px;
}

.top-companion_list li.thumb-list a.ca dl dd.size {
    font-family: 'FunctionsPro', sans-serif;
    font-size: 10px;
    color: #d0d0d0;
    letter-spacing: 0;
    padding-left: 2px;
}

.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: 2px;
    color: #d0d0d0;
}

.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 .newMark{
    position: absolute;
    top: 5px;
    left: -5px;
    width: 80px;
}

.top-companion_list li.thumb-list .newMark img{
    width: 100%;
    transform: rotate(-3deg) skewY(-4deg);
}
.top-companion_list li.thumb-list .newMark2 {
    position: absolute;
    top: 35px;
    left: 15px;
    background: rgb(237, 172, 163);
    background: -moz-linear-gradient(left, rgba(237, 172, 163, 1) 10%, rgba(255, 235, 210, 1) 80%);
    background: -webkit-linear-gradient(left, rgba(237, 172, 163, 1) 10%, rgba(255, 235, 210, 1) 80%);
    background: linear-gradient(to right, rgba(237, 172, 163, 1) 10%, rgba(255, 235, 210, 1) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#edaca3', endColorstr='#ffebd2', GradientType=1);
    border-radius: 3px;
    z-index: 10;
}

.top-companion_list li.thumb-list .newMark2 span {
    display: block;
    font-size: 12px;
    font-family: 'FunctionsPro', sans-serif;
    color: rgba(226, 185, 153, 0);
    background: linear-gradient(90deg, #1f1f1f, #8b8b8b);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    letter-spacing: 2px;
    padding: 3px 10px;
}

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

.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 .reviewMark span {
    display: inline-block;
    background: rgba(0, 208, 239, 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 .shameMark span i {
    font-size: 18px;
    vertical-align: middle;
}

.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 .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: 0 10px;
    margin: 0 1px;
    font-size: 10px;
    line-height: 16px;
    background: #591f2e;
    border-radius: 3px;
    white-space: nowrap;
    color: #d0d0d0;
}

.top-companion_list li.thumb-list a.ca .debut {
    position: absolute;
    top: 42px;
    left: 7px;
    z-index: 1001;
    display: flex;
    flex-wrap: wrap;
}


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

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

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

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

.top-companion_list li.thumb-list a.ca dd.iconFlag {
    position: absolute;
    bottom: 135px;
    width: 100%;
    left: 0;
    height: 28px;
    overflow: hidden;
    display: none;
}

.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;
    /* background: rgb(255, 139, 193);
    background: -moz-linear-gradient(left, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    background: linear-gradient(to right, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8bc1', endColorstr='#ffa784', GradientType=1); */
    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-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: 18px;
    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-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 .thumb-wrap {
    background-color: #000;
}

.top-companion_list li.thumb-list a.finished:hover span.thumb-wrap {
    filter: none;
    opacity: 1;
}

.finished .thumb-wrap img.companionThumb {
    opacity: 0.6;
}

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

.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;
    padding: 8px 0 0 0;
}

span.shiftMark b {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: italic;
    white-space: nowrap;
    line-height: 20px;
    background: #591f2e;
    border-radius: 3px;
    white-space: nowrap;
    color: #d0d0d0;
    padding: 0 10px;

}

span.shiftMark2 {
    display: block;
    text-align: center;
    position: relative;
    padding: 8px 0 0 0;
}

span.shiftMark2 b {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: italic;
    white-space: nowrap;
    line-height: 20px;
    background: #591f2e;
    border-radius: 3px;
    white-space: nowrap;
    color: #8a8a8a;
    padding: 0 10px;
}

span.shiftMark3 {
    position: relative;
    display: block;
    text-align: center;
    padding: 8px 0 0 0;
}

span.shiftMark3 b {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: italic;
    white-space: nowrap;
    line-height: 20px;
    border-radius: 3px;
    white-space: nowrap;
    color: #d0d0d0;
    padding: 0 10px;
    /* background: #591f2e;
    min-width: 120px; */
}

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

p.debutDay {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 26px;
    letter-spacing: 0;
    line-height: 1;
    color: #ccc;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
    transition: 0.3s ease;
    margin: 10px 0 -3px 0;
}

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

.top-companion_list li.thumb-list a:hover p.debutDay {
    opacity: 1;
}

.catch_real {
    position: relative;
    text-align: center;
    padding: 8px 0 0 0;
    z-index: 11;
}

.catch_real b {
    display: block;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    font-family: "Roboto", source-han-sans-japanese, sans-serif;
    line-height: 20px;
    background: #591f2e;
    border-radius: 3px;
    white-space: nowrap;
    color: #d0d0d0;
    padding: 0 10px;
}

.catch_real2 {
    position: relative;
    text-align: center;
    padding: 8px 0 0 0;
    z-index: 11;
}

.catch_real2 b {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 2px;
    font-weight: 700;
    font-family: "Roboto", source-han-sans-japanese, sans-serif;
    line-height: 20px;
    background: #591f2e;
    border-radius: 3px;
    white-space: nowrap;
    color: #aaa;
    padding: 0 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.news li.news-list:nth-of-type(11) {
    animation-delay: 1.3s;
}

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

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

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

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

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

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

.news li.news-list:nth-of-type {
    animation-delay: 2.0s;
}

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

.news li.news-list:nth-of-type(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 5px;
    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;
}

.animateLogoWrap {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 10000;
    background-color: #000;
    display: none;
}

.animateLogo-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.animateLogo {
    width: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, calc(-50% - 55px));
}

.animateLogo svg {
    width: 100%;
}

@-webkit-keyframes logoOut {
    from {
        opacity: 1;
        overflow: hidden;
        /* transform: translate3d(0,0,0) transform: scale(1); */
    }

    to {
        opacity: 0;
        visibility: hidden;
        /* transform: translate3d(0,-100%,0) transform: scale(1.05); */

    }
}

@keyframes logoOut {
    from {
        opacity: 1;
        /* transform: translate3d(0,0,0) transform: scale(1); */
        overflow: hidden;


    }

    to {
        opacity: 0;
        visibility: hidden;
        /* transform: translate3d(0,-100%,0) transform: scale(1.05); */
    }
}

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

@media all and (-ms-high-contrast: none) {
    .animateLogoWrap {
        display: none;
    }

    .animateLogo {
        background-image: url(/pc/img/footer_logo.svg);
        background-size: cover;
        background-repeat: no-repeat;
        width: 500px;
        height: 341px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

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

    .animsition-loading {
        display: block;
    }
}



/***************************************************
   * Generated by SVG Artista on 5/14/2021, 4:24:22 PM
   * MIT license (https://opensource.org/licenses/MIT)
   * W. https://svgartista.net
   **************************************************/

@-webkit-keyframes animate-svg-stroke-1 {
    0% {
        stroke-dashoffset: 24.532020568847656px;
        stroke-dasharray: 24.532020568847656px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 24.532020568847656px;
    }
}

@keyframes animate-svg-stroke-1 {
    0% {
        stroke-dashoffset: 24.532020568847656px;
        stroke-dasharray: 24.532020568847656px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 24.532020568847656px;
    }
}

@-webkit-keyframes animate-svg-fill-1 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

@keyframes animate-svg-fill-1 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

.svg-elem-1 {
    -webkit-animation: animate-svg-stroke-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both,
        animate-svg-fill-1 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
    animation: animate-svg-stroke-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both,
        animate-svg-fill-1 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
}

@-webkit-keyframes animate-svg-stroke-2 {
    0% {
        stroke-dashoffset: 1988.1282958984375px;
        stroke-dasharray: 1988.1282958984375px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 1988.1282958984375px;
    }
}

@keyframes animate-svg-stroke-2 {
    0% {
        stroke-dashoffset: 1988.1282958984375px;
        stroke-dasharray: 1988.1282958984375px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 1988.1282958984375px;
    }
}

@-webkit-keyframes animate-svg-fill-2 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

@keyframes animate-svg-fill-2 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

.svg-elem-2 {
    -webkit-animation: animate-svg-stroke-2 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both,
        animate-svg-fill-2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
    animation: animate-svg-stroke-2 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both,
        animate-svg-fill-2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
}

@-webkit-keyframes animate-svg-stroke-3 {
    0% {
        stroke-dashoffset: 1510.597412109375px;
        stroke-dasharray: 1510.597412109375px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 1510.597412109375px;
    }
}

@keyframes animate-svg-stroke-3 {
    0% {
        stroke-dashoffset: 1510.597412109375px;
        stroke-dasharray: 1510.597412109375px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 1510.597412109375px;
    }
}

@-webkit-keyframes animate-svg-fill-3 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

@keyframes animate-svg-fill-3 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

.svg-elem-3 {
    -webkit-animation: animate-svg-stroke-3 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s both,
        animate-svg-fill-3 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
    animation: animate-svg-stroke-3 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s both,
        animate-svg-fill-3 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}

@-webkit-keyframes animate-svg-stroke-4 {
    0% {
        stroke-dashoffset: 179.04794311523438px;
        stroke-dasharray: 179.04794311523438px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 179.04794311523438px;
    }
}

@keyframes animate-svg-stroke-4 {
    0% {
        stroke-dashoffset: 179.04794311523438px;
        stroke-dasharray: 179.04794311523438px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 179.04794311523438px;
    }
}

@-webkit-keyframes animate-svg-fill-4 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

@keyframes animate-svg-fill-4 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

.svg-elem-4 {
    -webkit-animation: animate-svg-stroke-4 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s both,
        animate-svg-fill-4 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
    animation: animate-svg-stroke-4 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s both,
        animate-svg-fill-4 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
}

@-webkit-keyframes animate-svg-stroke-5 {
    0% {
        stroke-dashoffset: 67.58793640136719px;
        stroke-dasharray: 67.58793640136719px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 67.58793640136719px;
    }
}

@keyframes animate-svg-stroke-5 {
    0% {
        stroke-dashoffset: 67.58793640136719px;
        stroke-dasharray: 67.58793640136719px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 67.58793640136719px;
    }
}

@-webkit-keyframes animate-svg-fill-5 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

@keyframes animate-svg-fill-5 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

.svg-elem-5 {
    -webkit-animation: animate-svg-stroke-5 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s both,
        animate-svg-fill-5 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s both;
    animation: animate-svg-stroke-5 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s both,
        animate-svg-fill-5 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s both;
}

@-webkit-keyframes animate-svg-stroke-6 {
    0% {
        stroke-dashoffset: 37.843109130859375px;
        stroke-dasharray: 37.843109130859375px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 37.843109130859375px;
    }
}

@keyframes animate-svg-stroke-6 {
    0% {
        stroke-dashoffset: 37.843109130859375px;
        stroke-dasharray: 37.843109130859375px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 37.843109130859375px;
    }
}

@-webkit-keyframes animate-svg-fill-6 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

@keyframes animate-svg-fill-6 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

.svg-elem-6 {
    -webkit-animation: animate-svg-stroke-6 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s both,
        animate-svg-fill-6 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both;
    animation: animate-svg-stroke-6 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s both,
        animate-svg-fill-6 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both;
}

@-webkit-keyframes animate-svg-stroke-7 {
    0% {
        stroke-dashoffset: 20.387557983398438px;
        stroke-dasharray: 20.387557983398438px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 20.387557983398438px;
    }
}

@keyframes animate-svg-stroke-7 {
    0% {
        stroke-dashoffset: 20.387557983398438px;
        stroke-dasharray: 20.387557983398438px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 20.387557983398438px;
    }
}

@-webkit-keyframes animate-svg-fill-7 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

@keyframes animate-svg-fill-7 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

.svg-elem-7 {
    -webkit-animation: animate-svg-stroke-7 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s both,
        animate-svg-fill-7 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s both;
    animation: animate-svg-stroke-7 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s both,
        animate-svg-fill-7 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s both;
}

@-webkit-keyframes animate-svg-stroke-8 {
    0% {
        stroke-dashoffset: 57.36148452758789px;
        stroke-dasharray: 57.36148452758789px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 57.36148452758789px;
    }
}

@keyframes animate-svg-stroke-8 {
    0% {
        stroke-dashoffset: 57.36148452758789px;
        stroke-dasharray: 57.36148452758789px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 57.36148452758789px;
    }
}

@-webkit-keyframes animate-svg-fill-8 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

@keyframes animate-svg-fill-8 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

.svg-elem-8 {
    -webkit-animation: animate-svg-stroke-8 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s both,
        animate-svg-fill-8 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s both;
    animation: animate-svg-stroke-8 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s both,
        animate-svg-fill-8 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s both;
}

@-webkit-keyframes animate-svg-stroke-9 {
    0% {
        stroke-dashoffset: 40.310997009277344px;
        stroke-dasharray: 40.310997009277344px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 40.310997009277344px;
    }
}

@keyframes animate-svg-stroke-9 {
    0% {
        stroke-dashoffset: 40.310997009277344px;
        stroke-dasharray: 40.310997009277344px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 40.310997009277344px;
    }
}

@-webkit-keyframes animate-svg-fill-9 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

@keyframes animate-svg-fill-9 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

.svg-elem-9 {
    -webkit-animation: animate-svg-stroke-9 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s both,
        animate-svg-fill-9 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s both;
    animation: animate-svg-stroke-9 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s both,
        animate-svg-fill-9 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s both;
}

@-webkit-keyframes animate-svg-stroke-10 {
    0% {
        stroke-dashoffset: 16.601428985595703px;
        stroke-dasharray: 16.601428985595703px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 16.601428985595703px;
    }
}

@keyframes animate-svg-stroke-10 {
    0% {
        stroke-dashoffset: 16.601428985595703px;
        stroke-dasharray: 16.601428985595703px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 16.601428985595703px;
    }
}

@-webkit-keyframes animate-svg-fill-10 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

@keyframes animate-svg-fill-10 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

.svg-elem-10 {
    -webkit-animation: animate-svg-stroke-10 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s both,
        animate-svg-fill-10 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7000000000000002s both;
    animation: animate-svg-stroke-10 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s both,
        animate-svg-fill-10 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7000000000000002s both;
}

@-webkit-keyframes animate-svg-stroke-11 {
    0% {
        stroke-dashoffset: 47.721160888671875px;
        stroke-dasharray: 47.721160888671875px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 47.721160888671875px;
    }
}

@keyframes animate-svg-stroke-11 {
    0% {
        stroke-dashoffset: 47.721160888671875px;
        stroke-dasharray: 47.721160888671875px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 47.721160888671875px;
    }
}

@-webkit-keyframes animate-svg-fill-11 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

@keyframes animate-svg-fill-11 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

.svg-elem-11 {
    -webkit-animation: animate-svg-stroke-11 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both,
        animate-svg-fill-11 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s both;
    animation: animate-svg-stroke-11 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both,
        animate-svg-fill-11 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s both;
}

@-webkit-keyframes animate-svg-stroke-12 {
    0% {
        stroke-dashoffset: 32.10365295410156px;
        stroke-dasharray: 32.10365295410156px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 32.10365295410156px;
    }
}

@keyframes animate-svg-stroke-12 {
    0% {
        stroke-dashoffset: 32.10365295410156px;
        stroke-dasharray: 32.10365295410156px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 32.10365295410156px;
    }
}

@-webkit-keyframes animate-svg-fill-12 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

@keyframes animate-svg-fill-12 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

.svg-elem-12 {
    -webkit-animation: animate-svg-stroke-12 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3199999999999998s both,
        animate-svg-fill-12 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9000000000000001s both;
    animation: animate-svg-stroke-12 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3199999999999998s both,
        animate-svg-fill-12 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9000000000000001s both;
}

@-webkit-keyframes animate-svg-stroke-13 {
    0% {
        stroke-dashoffset: 37.81349182128906px;
        stroke-dasharray: 37.81349182128906px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 37.81349182128906px;
    }
}

@keyframes animate-svg-stroke-13 {
    0% {
        stroke-dashoffset: 37.81349182128906px;
        stroke-dasharray: 37.81349182128906px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 37.81349182128906px;
    }
}

@-webkit-keyframes animate-svg-fill-13 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

@keyframes animate-svg-fill-13 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

.svg-elem-13 {
    -webkit-animation: animate-svg-stroke-13 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s both,
        animate-svg-fill-13 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s both;
    animation: animate-svg-stroke-13 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s both,
        animate-svg-fill-13 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s both;
}

@-webkit-keyframes animate-svg-stroke-14 {
    0% {
        stroke-dashoffset: 11.887938499450684px;
        stroke-dasharray: 11.887938499450684px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 11.887938499450684px;
    }
}

@keyframes animate-svg-stroke-14 {
    0% {
        stroke-dashoffset: 11.887938499450684px;
        stroke-dasharray: 11.887938499450684px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 11.887938499450684px;
    }
}

@-webkit-keyframes animate-svg-fill-14 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

@keyframes animate-svg-fill-14 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

.svg-elem-14 {
    -webkit-animation: animate-svg-stroke-14 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.56s both,
        animate-svg-fill-14 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s both;
    animation: animate-svg-stroke-14 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.56s both,
        animate-svg-fill-14 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s both;
}

@-webkit-keyframes animate-svg-stroke-15 {
    0% {
        stroke-dashoffset: 11.83261775970459px;
        stroke-dasharray: 11.83261775970459px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 11.83261775970459px;
    }
}

@keyframes animate-svg-stroke-15 {
    0% {
        stroke-dashoffset: 11.83261775970459px;
        stroke-dasharray: 11.83261775970459px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 11.83261775970459px;
    }
}

@-webkit-keyframes animate-svg-fill-15 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

@keyframes animate-svg-fill-15 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

.svg-elem-15 {
    -webkit-animation: animate-svg-stroke-15 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.68s both,
        animate-svg-fill-15 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s both;
    animation: animate-svg-stroke-15 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.68s both,
        animate-svg-fill-15 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s both;
}

@-webkit-keyframes animate-svg-stroke-16 {
    0% {
        stroke-dashoffset: 15.107019424438477px;
        stroke-dasharray: 15.107019424438477px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 15.107019424438477px;
    }
}

@keyframes animate-svg-stroke-16 {
    0% {
        stroke-dashoffset: 15.107019424438477px;
        stroke-dasharray: 15.107019424438477px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 15.107019424438477px;
    }
}

@-webkit-keyframes animate-svg-fill-16 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

@keyframes animate-svg-fill-16 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

.svg-elem-16 {
    -webkit-animation: animate-svg-stroke-16 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7999999999999998s both,
        animate-svg-fill-16 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s both;
    animation: animate-svg-stroke-16 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7999999999999998s both,
        animate-svg-fill-16 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s both;
}

@-webkit-keyframes animate-svg-stroke-17 {
    0% {
        stroke-dashoffset: 14.999459266662598px;
        stroke-dasharray: 14.999459266662598px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 14.999459266662598px;
    }
}

@keyframes animate-svg-stroke-17 {
    0% {
        stroke-dashoffset: 14.999459266662598px;
        stroke-dasharray: 14.999459266662598px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 14.999459266662598px;
    }
}

@-webkit-keyframes animate-svg-fill-17 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

@keyframes animate-svg-fill-17 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

.svg-elem-17 {
    -webkit-animation: animate-svg-stroke-17 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.92s both,
        animate-svg-fill-17 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4000000000000004s both;
    animation: animate-svg-stroke-17 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.92s both,
        animate-svg-fill-17 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4000000000000004s both;
}

@-webkit-keyframes animate-svg-stroke-18 {
    0% {
        stroke-dashoffset: 41.81072998046875px;
        stroke-dasharray: 41.81072998046875px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 41.81072998046875px;
    }
}

@keyframes animate-svg-stroke-18 {
    0% {
        stroke-dashoffset: 41.81072998046875px;
        stroke-dasharray: 41.81072998046875px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 41.81072998046875px;
    }
}

@-webkit-keyframes animate-svg-fill-18 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

@keyframes animate-svg-fill-18 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

.svg-elem-18 {
    -webkit-animation: animate-svg-stroke-18 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.04s both,
        animate-svg-fill-18 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s both;
    animation: animate-svg-stroke-18 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.04s both,
        animate-svg-fill-18 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s both;
}

@-webkit-keyframes animate-svg-stroke-19 {
    0% {
        stroke-dashoffset: 56.19336700439453px;
        stroke-dasharray: 56.19336700439453px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 56.19336700439453px;
    }
}

@keyframes animate-svg-stroke-19 {
    0% {
        stroke-dashoffset: 56.19336700439453px;
        stroke-dasharray: 56.19336700439453px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 56.19336700439453px;
    }
}

@-webkit-keyframes animate-svg-fill-19 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

@keyframes animate-svg-fill-19 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

.svg-elem-19 {
    -webkit-animation: animate-svg-stroke-19 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.16s both,
        animate-svg-fill-19 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s both;
    animation: animate-svg-stroke-19 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.16s both,
        animate-svg-fill-19 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s 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: 32px;
    color: #d00000;
    text-align: center;
    padding: 0 0 20px 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: 800px;
    margin: 50px auto 50px auto;
}

.transfer{
    position: relative;
    padding: 50px 10px;
    background: #000;
    text-align: center;
}

.transfer dt{
    padding: 0 0 20px 0;
}

.transfer dt span{
    font-size: 30px;
    color: #ff3947;
    font-family: 'Noto Serif JP', serif;
    display: inline-block;
    white-space: nowrap;
}

.transfer dd.transferTxt{
    font-size: 16px;
    line-height: 180%;
    text-align: center;
}
.transfer dd.transferTxt b{
    display: inline-block;
    font-size: 16px;
    line-height: 180%;
}
.transfer dd.transferTxt span{
    font-family: 'Noto Serif JP', serif;
    font-size: 24px;
    display: inline-block;
    line-height: 180%;

}

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

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

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

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

.notice-list{
    position: relative;
    max-width: 480px;
    margin: 0 auto 20px auto;
    width: 96%;
}

.discount-banner{
    position: relative;
    text-align: center;
}

.discount-banner a{
    position: relative;
    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;
    margin-bottom: 10px;
}

/*
.discount-banner:nth-of-type(even) a{
    margin-top: 20px;
}
    */

.discount-banner span.tf-TL {
    background-image: url(/pc/img/name_frame_TL.svg);
    width: 20px;
    height: 20px;
    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: 20px;
    height: 20px;
    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: 20px;
    height: 20px;
    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: 20px;
    height: 20px;
    position: absolute;
    bottom: 4px;
    left: 4px;
    display: block;
    overflow: hidden;
}

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

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

.ms dt {
    display: block;
    /* background: #000; */
    position: relative;
    z-index: 1;
    line-height: 214px;
    width: 460px;
    height: 214px;
    margin: 0 auto;
    position: relative;
    z-index: 100;
}

.ms dt a{
    display: block;
    transition: 0.5s ease;
}

.ms dt a img{
    width: 100%;
}

.ms dt a:hover{
    opacity: 0.6;
}
.ms dt small{
    display: inline-block;
}

.ms dd {
    position: relative;
    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;
    z-index: 0;
    margin: -107px 0 0 0;
}

.ms dd .msBody{
    display: block;
    padding: 110px 30px 40px 30px;
    background-color: #000;

}
.ms dd b {
    font-size: 16px;
    line-height: 180%;
    color: #a0a0a0;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    display: inline-block;
}

.ms span.ms-B{
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 50%;
    height: 2px;
    background-color: #000;
}
.ms 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;
}

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

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

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

.ms-icon {
    max-width: 480px;
    margin: 10px auto 0 auto;
    width: 96%;
}
.ms-icon a{
    display: block;
    transition: 0.5s ease;
}

.ms-icon a:hover{
    opacity: 0.6;
}
.ms-icon a img{
    width: 100%;
}
