#topCoverWrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100vh;
    min-height: 480px;
    /* background-color: #FF5885; */
    /* background-image: url(/img/thumb_bg.webp);
    background-position: 50% 0;
    background-repeat: repeat;
    background-size: 200px auto; */
    z-index: 5050;
    background-color: #f85c82;
    background-image: url(/img/top/cover_bg.webp);
    background-position: 50%;
    background-size: cover;
}

#topCoverWrap::before,
#topCoverWrap::after {
    content: "";
    position: absolute;
}

#topCoverWrap::before {
    width: 100%;
    height: 110px;
    background-color: #ffb1ce;
    top: -100px;
    left: 0;
    transform: skewY(-2deg);
    transform-origin: bottom right;
    z-index: 5060;
}

#topCoverWrap::after {
    width: 100%;
    height: 110px;
    background-color: #35cbf6;
    background-color: #ffb1ce;
    background-color: #fff;
    bottom: -100px;
    left: 0;
    transform: skewY(-2deg);
    transform-origin: bottom left;
    z-index: 5080;
}


/* #topCoverWrap::before{
    width: 100%;
    height: 50px;
    background-color: #ffb1ce;
    top: 0;
    left: 0;
    transform-origin: bottom right;
    z-index: 5060;
}

#topCoverWrap::after{
    width: 100%;
    height: 50px;
    background-color: #35cbf6;
    bottom: 0;
    left: 0;
    transform-origin: bottom left;
    z-index: 5080;
} */

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

.main-girl-wrap {
    position: absolute;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    z-index: 5080;
    overflow: visible;
    pointer-events: none;
}

.main-girl {
    position: relative;
}

.main-girl::after {
    content: "";
    top: 0;
    right: 0;
    position: absolute;
    background-image: url(/img/top/girl_right.webp);
    background-position: 100% 0%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 45vw;
    height: 100vh;
}

.coverTitle {
    position: absolute;
    height: 37vh;
    width: 100%;
    left: 50%;
    bottom: 1vh;
    transform: translate(-50%, 0);
    z-index: 6000;
    pointer-events: none;
    text-align: center;
    background-position: 50% 0;
}

.coverTitle img {
    height: 100%;
}

.cm-video-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 6001;
    mix-blend-mode: screen;
    pointer-events: none;
    opacity: 0.5;
}

.cm-video-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: calc(100vh - 20px);
}

.cm-video {
    position: absolute;
    bottom: 0;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    transform-origin: center center;
    background-size: cover;
    object-position: 50% 20%;
    -o-object-fit: cover;
    object-fit: cover;
}

/* Main layout */

.flex-sliderWrap {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 64%;
    height: 100%;
    padding: 0 10px;
    transform-origin: 80% top;
    transform: skewY(-2deg);
}

/* Articles */

.flex-sliderWrap li {
    flex: initial;
    display: inline-block;
    width: 33.3333333%;
    height: calc(100vh - 110px);
    /* height: 90vh; */
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* Big Headings */

/*
body > div:first-child {
  position: fixed;
  bottom: 8vh;
  background: #fff;
  width: 100%;
  text-align: center;
 padding: .5rem;
  z-index: 2;
}

body > div:first-child h1, body > div:first-child h2 {
  margin: 0;
  padding: 0;
}
*/

/* Hover interaction */

.flex-sliderWrap:hover li {
    flex: initial;
    width: 33.3333333%;

}

.flex-sliderWrap li a {
    display: block;
    width: calc(100% - 15px);
    height: 100%;
    position: relative;
}

/*
.flex-sliderWrap li:nth-of-type(1) a{
    clip-path: polygon(0 0, 96% 1%, 100% 100%, 1% 94%);
}

.flex-sliderWrap li:nth-of-type(2) a{
    clip-path: polygon(0 6%, 100% 0, 100% 91%, 0 100%);
}

.flex-sliderWrap li:nth-of-type(3) a{
    clip-path: polygon(9% 0, 100% 0, 96% 100%, 0 93%);
}
*/
.flex-sliderWrap li .c-TL {
    display: block;
    position: absolute;
    top: 1%;
    left: 10px;
    width: 100px;
    height: 100px;
    background-image: url(/img/corner_TL.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
    transition: 0.3s ease;
}

.flex-sliderWrap li a:hover .c-TL {
    transform: translate(0, 1%);
}

.flex-sliderWrap li .c-TR {
    display: block;
    position: absolute;
    top: 1%;
    right: 10px;
    width: 100px;
    height: 100px;
    background-image: url(/img/corner_TR.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
    transition: 0.3s ease;
}

.flex-sliderWrap li a:hover .c-TR {
    transform: translate(0, 1%);
}

.flex-sliderWrap li .c-BR {
    display: block;
    position: absolute;
    bottom: 1%;
    right: 10px;
    width: 100px;
    height: 100px;
    background-image: url(/img/corner_BR.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
    transition: 0.3s ease;
}

.flex-sliderWrap li a:hover .c-BR {
    transform: translate(0, 1%);
}

.flex-sliderWrap li .c-BL {
    display: block;
    position: absolute;
    bottom: 1%;
    left: 10px;
    width: 100px;
    height: 100px;
    background-image: url(/img/corner_BL.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
    transition: 0.3s ease;
}

.flex-sliderWrap li a:hover .c-BL {
    transform: translate(0, 1%);
}

/*
.flex-sliderWrap li:nth-of-type(1) a{
    padding: 0 5px 0 10px;
}

.flex-sliderWrap li:nth-of-type(2) a{
    padding: 0 5px 0 5px;
}

.flex-sliderWrap li:nth-of-type(3) a{
    padding: 0 10px 0 5px;
}
    */


.flex-sliderWrap li:hover {
    width: 90%;
    overflow: hidden;
}

.flex-sliderWrap li dl.cover-nameWrap {
    position: absolute;
    top: 50%;
    left: 5%;
    opacity: 0;
    text-align: left;
    opacity: 0;
    transition: 0.6s ease;
    transform: skewX(-8deg) translateY(-50%);
}

.flex-sliderWrap li:hover dl.cover-nameWrap {
    opacity: 1;
    left: 10%;
}

.flex-sliderWrap li dl.cover-nameWrap dt.cover-name span {
    display: inline-block;
    font-size: 5vh;
    font-weight: 600;
    color: #fff;
    background-color: #ffb1ce;
}

.flex-sliderWrap li:nth-of-type(2) dl.cover-nameWrap dt.cover-name span {
    background-color: #35cbf6;
}

.flex-sliderWrap li dl.cover-nameWrap dd.cover-size {
    padding: 10px 0 0 10px;
    font-family: "Roboto", sans-serif;
    font-size: 2.5vh;
    color: #fff;
}

.flex-sliderWrap li dl.cover-nameWrap dd.cover-size b {
    font-family: "Roboto", sans-serif;
    display: inline-block;
    font-size: 1.5vh;
    color: #fff;
}

/* navigation */

.flex-sliderWrap li a h2 {
    position: relative;
    width: 100%;
    margin: 0;
    font-size: 3vh;
}

/* Article layouts */

.flex-sliderWrap li div.flex-img {
    position: relative;
    text-align: left;
    width: 100%;
    height: calc(100vh - 110px);
    background-position: 50% 0;
    background-size: cover;
    background-repeat: no-repeat;
    transition: 0.8s ease;
    transform: skewY(2deg) scale(1.02);
}

.flex-sliderWrap li:hover div.flex-img {
    opacity: 0;
}

.flex-sliderWrap li div.flex-img2 {
    opacity: 0;
    transition: 0.8s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 15px);
    height: calc(100vh - 110px);
    background-position: 50% 0;
    background-size: cover;
    background-repeat: no-repeat;
    transform: skewY(2deg) scale(1.05);
}

.flex-sliderWrap li:hover div.flex-img2 {
    opacity: 1;
}

.flex-sliderWrap li p {
    width: 40vw;
}

.flex-title {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    height: 40px;
    transform: translate(-50%, -50%) skew(-11deg, -4deg);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    width: 100%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: 50% 0;
    mix-blend-mode: overlay;
}

.flex-sliderWrap li:hover .flex-title {
    opacity: 0;
    top: 50%;
}

@media screen and (max-width: 768px) {
    .flex-title {
        transform: rotate(0deg) !important;
    }
}

.topLogo {
    position: fixed;
    top: 10px;
    left: 20px;
    width: 22%;
    max-width: 240px;
    min-width: 180px;
    z-index: 6000;
    mix-blend-mode: difference;
}

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

@media all and (-ms-high-contrast: none) {
    .topLogo a .logoH1 {
        color: #e7027f;
        overflow: hidden;
        background: none;
    }
}

.top-shadow {
    position: absolute;
    height: 1000px;
    width: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}
.topTitle-wrap {
    position: relative;
    text-align: center;
    visibility: hidden;
    animation-duration: 0.8s;
    animation-delay: 0.3s;
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

.topTitle {
    position: relative;
    text-align: center;
    display: inline-block;
    user-select: none;
    padding: 0 20px 30px 20px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, rgba(158, 62, 178, 1), rgba(247, 94, 139, 1));

}

.topTitle span {
    font-family: "Newsreader", sans-serif;
    font-style: italic;
    font-size: 4.75rem;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.01);
    color: #9E3EB2;
    font-weight: 500;
    letter-spacing: 0;
    user-select: none;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, rgba(158, 62, 178, 1), rgba(247, 94, 139, 1));
}

.topTitle b {
    font-size: 1.1em;
    display: block;
    line-height: 1;
    font-weight: 600;
    padding: 8px 0 8px 4px;
    font-style: italic;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, rgba(158, 62, 178, 1), rgba(247, 94, 139, 1));
}

.topTitle small {
    position: relative;
    left: 50%;
    display: block;
    background: rgb(158, 62, 178);
    background: linear-gradient(90deg, rgba(158, 62, 178, 0.1) 0%, rgba(247, 94, 139, 1) 50%, rgba(247, 94, 139, 0.1) 100%);
    margin: 5px 0;
    width: 100%;
    height: 2px;
    transform: translateX(-50%) scaleX(120%);
    animation-duration: 1s;
    animation-delay: 0.3s;
    animation-timing-function: cubic-bezier(0.950, 0.050, 0.795, 0.035);
}

.title-border {
    position: relative;
    text-align: center;
    font-size: 18px;
    display: block;
}

.title-border:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 0;
    height: 2px;
    background: rgb(158, 62, 178);
    background: linear-gradient(90deg, rgba(158, 62, 178, 0.3) 0%, rgba(247, 94, 139, 1) 50%, rgba(247, 94, 139, 0.3) 100%);
    transform: translateX(-50%);
    animation-name: border_anim;
    animation-duration: 0.6s;
    animation-delay: 0.5s;
    animation-timing-function: cubic-bezier(0.950, 0.050, 0.795, 0.035);
    animation-fill-mode: forwards;
}

@keyframes border_anim {
    0% {
        width: 0%;
    }

    100% {
        width: 120%;
    }
}

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

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

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

#topic {
    position: relative;
    margin: 0 0 50px 0;
    visibility: hidden;
    animation-duration: 0.8s;
    animation-delay: 0.3s;
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

#topic a.topicPhoto {
    display: block;
    position: relative;
    padding: 2px;
    text-align: center;
}

#topic a img {
    width: 100%;
    transition: 0.3s ease;
    opacity: 1;
}

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

#topic a.topicPhoto.class-milky {
    background-image: var(--bgMilky);
    background-size: 200px auto;
    background-repeat: repeat;
    background-position: 50%;
}

#topic a.topicPhoto.class-white {
    background-image: var(--bgWhite);
    background-size: 200px auto;
    background-repeat: repeat;
    background-position: 50%;
}

#topic a.topicPhoto.class-pink {
    background-image: var(--bgPink);
    background-size: 200px auto;
    background-repeat: repeat;
    background-position: 50%;
}

#topic a.topicPhoto.class-platinum {
    background-image: var(--bgPlatinum);
    background-size: 200px auto;
    background-repeat: repeat;
    background-position: 50%;
}

#topic a.topicPhoto.class-gold {
    background-image: var(--bgGold);
    background-size: 200px auto;
    background-repeat: repeat;
    background-position: 50%;
}

#topic a.topicPhoto.class-black {
    background-image: var(--bgBlack);
    background-size: 200px auto;
    background-repeat: repeat;
    background-position: 50%;
}

#topic a.topicPhoto .class-name {
    display: block;
    line-height: 40px;
    padding-bottom: 2px;
}

#topic a.topicPhoto .class-name img {
    width: 80%;
    transform: skewX(-6deg);
    transform-origin: center center;
}

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

#topic .c-TL {
    display: block;
    position: absolute;
    top: 48px;
    left: 5px;
    width: 80px;
    height: 80px;
    background-image: url(/img/corner_TL.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
    transition: 0.3s ease;
}

#topic a:hover .c-TL {
    transform: translate(5px, 5px);
}

#topic .c-TR {
    display: block;
    position: absolute;
    top: 48px;
    right: 5px;
    width: 80px;
    height: 80px;
    background-image: url(/img/corner_TR.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
    transition: 0.3s ease;
}

#topic a:hover .c-TR {
    transform: translate(-5px, 5px);
}

#topic .c-BR {
    display: block;
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 80px;
    height: 80px;
    background-image: url(/img/corner_BR.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
    transition: 0.3s ease;
}

#topic a:hover .c-BR {
    transform: translate(-5px, -5px);
}

#topic .c-BL {
    display: block;
    position: absolute;
    bottom: 5px;
    left: 5px;
    width: 80px;
    height: 80px;
    background-image: url(/img/corner_BL.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
    transition: 0.3s ease;
}

#topic a:hover .c-BL {
    transform: translate(5px, -5px);
}

#topic .topic-inner {
    position: relative;
    text-align: center;
    background-image: url(/img/name_bg_white.webp);
    background-size: 150px auto;
    background-repeat: repeat;
    background-position: 50%;
    padding: 0 0 25px 0;
}

#topic .topic-inner::after {
    content: "";
    background-image: url(/img/thumb_name_visual_white.png);
    background-repeat: repeat-x;
    background-size: 150px auto;
    background-position: 50% 100%;
    width: 100%;
    height: 200px;
    position: absolute;
    top: -199px;
    left: 0;
}

#topic dl {
    position: relative;
}

#topic dl.topic-name {}


#topic .topic-catch {
    display: block;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    padding: 10px 20px 0 20px;
    white-space: nowrap;
    width: 100%;
    text-overflow: ellipsis;
    /* font-family: 'Noto Serif JP', serif; */
}


#topic .topicTime {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    font-size: 10px;
    text-align: right;
    padding: 5px 5px 0 0;
    color: var(--textColor);
}

.topic-sub {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    color: #FFA784;
    padding: 0 4px;
    font-style: italic;
    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);
}

.topic-cast {
    font-size: 1.8rem;
    line-height: 1;
    color: var(--textColor);
    padding: 10px 0 6px 0;
    letter-spacing: 0;
    font-family: var(--serif);
    font-weight: 600;
    display: block;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

#topic a dl small {
    height: 1px;
    width: 60%;
    display: block;
    background: rgb(85, 85, 85);
    background: linear-gradient(90deg, rgba(85, 85, 85, 0) 0%, rgba(85, 85, 85, 0.3) 50%, rgba(85, 85, 85, 0) 100%);
    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;
}

.topic-type-icon {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    z-index: 11;
    white-space: nowrap;
}

.topic-type-icon li {
    text-align: center;
    display: inline-block;
}

.topic-type-icon li span {
    display: block;
    padding: 0 8px;
    margin: 0 1px;
    font-size: 12px;
    line-height: 18px;
    background: #808080;
    border-radius: 3px;
    white-space: nowrap;
    color: #fff;
    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%);
}

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

#topicBody h2.topicTitle {
    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;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, rgba(247, 93, 139, 1), rgba(150, 39, 39, 1));
}

#topicBody h2.topicTitle::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 100%;
    background: rgba(247, 93, 139, 1);
    top: 0;
    left: 0;
    opacity: 0.8;
    border-radius: 1px;
}

#topicBody .topicTxt {
    position: relative;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    line-height: 180%;
    color: var(--textColor);
    padding: 20px 10px 20px 10px;
    text-align: justify;
    width: 96%;
    margin: 0 auto 0 auto;

}

/*
#topicBody .topicTxt::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    border-image-source: repeating-linear-gradient(45deg, rgba(139, 139, 139, 0.3) 0, rgba(250, 250, 250, 0.3) 3px, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 6px);
    border-width: 6px;
    border-image-slice: 10;
    border-image-repeat: round;
    border-style: solid;
}
*/

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

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

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

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

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

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

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

#topic-list {
    position: relative;
}

#topic-list li {
    width: 100%;
    height: 124px;
    visibility: hidden;
    animation-duration: 0.6s;
    animation-delay: 0.3s;
    margin-bottom: 10px;
}

#topic-list li a {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 2px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

#topic-list li a::after {
    content: "";
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    position: absolute;
    background-image: url(/img/name_bg_white.webp);
    background-size: 150px auto;
    background-repeat: repeat;
    background-position: 50%;
}

#topic-list li.class-milky a {
    background-image: var(--bgMilky);
    background-size: 150px auto;
    background-repeat: repeat;
    background-position: 50%;
}

#topic-list li.class-white a {
    background-image: var(--bgWhite);
    background-size: 150px auto;
    background-repeat: repeat;
    background-position: 50%;
}

#topic-list li.class-pink a {
    background-image: var(--bgPink);
    background-size: 150px auto;
    background-repeat: repeat;
    background-position: 50%;
}

#topic-list li.class-platinum a {
    background-image: var(--bgPlatinum);
    background-size: 150px auto;
    background-repeat: repeat;
    background-position: 50%;
}

#topic-list li.class-gold a {
    background-image: var(--bgGold);
    background-size: 150px auto;
    background-repeat: repeat;
    background-position: 50%;
}

#topic-list li.class-black a {
    background-image: var(--bgBlack);
    background-size: 150px auto;
    background-repeat: repeat;
    background-position: 50%;
}


#topic-list .topicThumb {
    position: relative;
    display: block;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    margin: 5px 0 0 5px;
    z-index: 10;
}

#topic-list .topicThumb img {
    width: 100%;
}

#topic-list .topic-inner {
    display: block;
    position: relative;
    margin-left: 117px;
    height: 120px;
    overflow: hidden;
    padding: 10px;
    text-align: center;
    z-index: 11;
}

#topic-list .topic-inner .topicTime {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    font-size: 10px;
    color: var(--textColor);
    padding: 5px 0 0 0;
}

#topic-list .c-TL {
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 30px;
    height: 30px;
    background-image: url(/img/corner_TL.png);
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.3s ease;
    z-index: 10;
}

#topic-list .c-TR {
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    background-image: url(/img/corner_TR.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
    transition: 0.3s ease;
}

#topic-list .c-BR {
    display: block;
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    background-image: url(/img/corner_BR.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
    transition: 0.3s ease;
}

#topic-list .topic-cast {
    font-size: 1.4rem;
    line-height: 1;
    color: var(--textColor);
    padding: 6px 0 0 0;
    letter-spacing: 0;
    font-family: var(--serif);
    font-weight: 600;
    display: block;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

#topic-list .topic-cast b {
    display: inline-block;
    color: var(--textColor);
    font-size: 70%;
    font-family: var(--FunctionPro);
    padding-left: 4px;
}

#topic-list a dl small {
    height: 1px;
    width: 60%;
    display: block;
    background: rgb(85, 85, 85);
    background: linear-gradient(90deg, rgba(85, 85, 85, 0) 0%, rgba(85, 85, 85, 0.3) 50%, rgba(85, 85, 85, 0) 100%);
    margin: 8px auto;
    transition: 0.3s ease;
}

#topic-list .topic-size {
    font-family: var(--FunctionPro);
    font-size: 10px;
    color: var(--textColor);
    display: block;
}

#topic-list .topic-size b {
    font-family: var(--FunctionPro);
    font-weight: normal;
    font-size: 12px;
    margin-right: 4px;
    color: var(--textColor);
}

#topic-list .topicTitle {
    overflow: hidden;
    font-size: 16px;
    white-space: nowrap;
    width: 100%;
    text-overflow: ellipsis;
}

#topic-list .c-BL {
    display: block;
    position: absolute;
    bottom: 5px;
    left: 5px;
    width: 30px;
    height: 30px;
    background-image: url(/img/corner_BL.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
    transition: 0.3s ease;
}

.history-btn{
    display: block;
    text-align: right;
    visibility: hidden;
    animation-duration: 0.8s;
    animation-delay: 0.3s;
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

.history-btn a{
    display: inline-block;
    font-size: 14px;
    margin-right: 5px;
    padding: 3px 10px;
    text-decoration: underline;
}

#top-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url(/img/bg.jpg);
    background-position: 50% 0;
    background-repeat: repeat;
    background-size: 300px auto;
    background-color: #f8f6f5;
    z-index: 5002;
    padding: 50px 20px 130px 20px;
    overflow: hidden;
}

.c-TL {
    display: block;
    position: absolute;
    top: 15px;
    left: 15px;
    width: 130px;
    height: 130px;
    background-image: url(/img/corner_TL.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
}

.c-TR {
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 130px;
    height: 130px;
    background-image: url(/img/corner_TR.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
}

.c-BR {
    display: block;
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 130px;
    height: 130px;
    background-image: url(/img/corner_BR.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
}

.c-BL {
    display: block;
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: 130px;
    height: 130px;
    background-image: url(/img/corner_BL.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
}

.c-TL-L {
    display: block;
    position: absolute;
    top: -20px;
    left: -20px;
    width: 260px;
    height: 260px;
    background-image: url(/img/corner_TL_L.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
}

.c-TR-L {
    display: block;
    position: absolute;
    top: -20px;
    right: -20px;
    width: 260px;
    height: 260px;
    background-image: url(/img/corner_TR_L.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
}

.c-BR-L {
    display: block;
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 260px;
    height: 260px;
    background-image: url(/img/corner_BR_L.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
}

.c-BL-L {
    display: block;
    position: absolute;
    bottom: -20px;
    left: -20px;
    width: 260px;
    height: 260px;
    background-image: url(/img/corner_BL_L.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
}

/*
#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 {
    position: relative;
    max-width: 1640px;
    margin: 0 auto;
    /* background: rgba(255, 255, 255, 1); */
    background-image: url(/img/thumb_bg.webp);
    background-position: 50% 0;
    background-repeat: repeat;
    background-size: 200px auto;
    padding: 4px;
    z-index: 5001;

}

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

#top {
    position: relative;
    padding: 100px 20px 80px 20px;
    background: rgba(255, 255, 255, 0.8);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    }

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

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

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

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

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

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

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

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

.top-companion li.thumb-list {
    position: relative;
    visibility: hidden;
    animation-duration: 0.8s;
    animation-delay: 0.3s;
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

.top-companion li.thumb-list a.ca {
    display: block;
    transition: 0.3s ease;
    position: relative;
    text-align: center;
    margin: 5px 5px 10px 5px;
    background-image: url(/img/thumb_bg.webp);
    background-position: 50%;
    background-size: 150px auto;
    background-repeat: repeat;
    padding: 2px;
}

/*
    .top-companion li.thumb-list a.ca {
        display: block;
        transition: 0.3s ease;
        position: relative;
        text-align: center;
        margin: 5px 5px 10px 5px;
        padding: 2px;
    }


.top-companion li.thumb-list.class-milky a.ca {
    background-image: var(--bgMilky);
    background-size: 150px auto;
    background-repeat: repeat;
    background-position: 50%;
}

.top-companion li.thumb-list.class-white a.ca {
    background-image: var(--bgWhite);
    background-size: 150px auto;
    background-repeat: repeat;
    background-position: 50%;
}

.top-companion li.thumb-list.class-pink a.ca {
    background-image: var(--bgPink);
    background-size: 150px auto;
    background-repeat: repeat;
    background-position: 50%;
}

.top-companion li.thumb-list.class-platinum a.ca {
    background-image: var(--bgPlatinum);
    background-size: 150px auto;
    background-repeat: repeat;
    background-position: 50%;
}

.top-companion li.thumb-list.class-gold a.ca {
    background-image: var(--bgGold);
    background-size: 150px auto;
    background-repeat: repeat;
    background-position: 50%;
}

.top-companion li.thumb-list.class-black a.ca {
    background-image: var(--bgBlack);
    background-size: 150px auto;
    background-repeat: repeat;
    background-position: 50%;
}
    */

.top-companion li.thumb-list .class-bg {
    position: relative;
    display: block;
    /* margin: 2px 0; */
}

.top-companion li.thumb-list.class-milky .class-bg {
    background-image: var(--bgMilky);
    background-size: 150px auto;
    background-repeat: repeat;
    background-position: 50%;
}

.top-companion li.thumb-list.class-white .class-bg {
    background-image: var(--bgWhite);
    background-size: 150px auto;
    background-repeat: repeat;
    background-position: 50%;
}

.top-companion li.thumb-list.class-pink .class-bg {
    background-image: var(--bgPink);
    background-size: 150px auto;
    background-repeat: repeat;
    background-position: 50%;
}

.top-companion li.thumb-list.class-platinum .class-bg {
    background-image: var(--bgPlatinum);
    background-size: 150px auto;
    background-repeat: repeat;
    background-position: 50%;
}

.top-companion li.thumb-list.class-gold .class-bg {
    background-image: var(--bgGold);
    background-size: 150px auto;
    background-repeat: repeat;
    background-position: 50%;
}

.top-companion li.thumb-list.class-black .class-bg {
    background-image: var(--bgBlack);
    background-size: 150px auto;
    background-repeat: repeat;
    background-position: 50%;
}

.top-companion li.thumb-list .class-bg .class-name {
    display: block;
    line-height: 30px;
}

.top-companion li.thumb-list .class-bg .class-name img {
    width: 70%;
    transform: skewX(-6deg);
}

.top-companion li.thumb-list .thumb-shadow {
    display: block;
    background-image: url(/img/thumb_shadow.png);
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: calc(100% - 6px);
    height: 16px;
    position: absolute;
    bottom: -16px;
    left: 3px;
    opacity: 0.3;
    filter: blur(1px);
}

.top-companion li.thumb-list .flareWrap {
    display: block;
    overflow: hidden;
    background: #fff;
}

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

.top-companion li.thumb-list a span.thumb-photo {
    position: relative;
    display: block;
    background-color: #000;
    overflow: hidden;
    /* box-shadow: 0 13px 5px -6px rgba(0,0,0,0.2); */
}

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

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

.top-companion li.thumb-list a span.thumb-wrap img {
    transition: 0.8s ease;
}

.top-companion li.thumb-list a:hover span.thumb-wrap img {
    transform: scale(1.1) rotate(-2deg);
}

.top-companion .c-TL {
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 60px;
    height: 60px;
    background-image: url(/img/corner_TL.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
    transition: 0.3s ease;
}

.top-companion li.thumb-list a.ca:hover .c-TL {
    transform: translate(5px, 5px);
}

.top-companion .c-TR {
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 60px;
    height: 60px;
    background-image: url(/img/corner_TR.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
    transition: 0.3s ease;
}

.top-companion a.ca:hover .c-TR {
    transform: translate(-5px, 5px);
}

.top-companion .c-BR {
    display: block;
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 60px;
    height: 60px;
    background-image: url(/img/corner_BR.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
    transition: 0.3s ease;
}

.top-companion li.thumb-list a.ca:hover .c-BR {
    transform: translate(-5px, -5px);
}

.top-companion .c-BL {
    display: block;
    position: absolute;
    bottom: 5px;
    left: 5px;
    width: 60px;
    height: 60px;
    background-image: url(/img/corner_BL.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
    transition: 0.3s ease;
}

.top-companion li.thumb-list a.ca:hover .c-BL {
    transform: translate(5px, -5px);
}


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

.top-companion li.thumb-list dl {
    position: relative;
    z-index: 10;
    text-align: center;
    background-image: url(/img/name_bg_white.webp);
    background-size: 150px auto;
    background-repeat: repeat;
    background-position: 50%;
}

.top-companion li.thumb-list dl .name-inner {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.top-companion li.thumb-list dl .name-inner .name-area {
    display: block;
    padding: 5px 5% 10px 5%;
}

.top-companion li.thumb-list dl dt.name {
    /*    font-size: 3vmin;*/
    font-size: 20px;
    line-height: 1;
    color: #555;
    letter-spacing: 0;
    font-weight: 600;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    padding: 0 0 0 5px;
}

.top-companion li.thumb-list dl dt.name b {
    font-size: 18px;
    line-height: 1;
    color: #555;
    font-weight: 600;
    display: inline-block;
    margin-left: 10px;
}

.top-companion li.thumb-list dl small {
    position: relative;
    display: block;
    background: rgb(85, 85, 85);
    background: linear-gradient(90deg, rgba(85, 85, 85, 0) 0%, rgba(85, 85, 85, 0.3) 50%, rgba(85, 85, 85, 0) 100%);
    width: 80%;
    height: 1px;
    margin: 6px auto;
}

.top-companion li.thumb-list dl small::after {
    content: "";
    position: absolute;
    top: 1px;
    left: 0;
    width: 80%;
    height: 1px;
    background: rgb(204, 204, 204);
    background: linear-gradient(90deg, rgba(204, 204, 204, 0) 0%, rgba(204, 204, 204, 0.3) 50%, rgba(204, 204, 204, 0) 100%);
}

.top-companion li.thumb-list dl dt.name span.nameR {
    display: inline-block;
    font-size: 0.8rem;
    margin-bottom: 3px;
    font-family: var(--FunctionPro);
    letter-spacing: 2px;
    position: relative;
    white-space: nowrap;
    z-index: 1;
    padding: 0 0 3px 0;
    color: var(--textColor);
}

.top-companion li.thumb-list dl dt.name span.nameJ {
    /*    font-size: 3vmin;*/
    /* font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem); */
    font-size: 1.4rem;
    line-height: 1;
    padding: 2px 0 0 0;
    letter-spacing: 0;
    font-family: var(--serif);
    font-weight: 600;
    display: block;
    letter-spacing: 0;
    color: var(--textColor);
    white-space: nowrap;
}

.top-companion li.thumb-list dl dt.name span.nameJ b {
    font-family: var(--FunctionPro);
    display: inline-block;
    font-size: 70%;
    color: var(--textColor);
    font-weight: normal;
    margin-left: 2px;
}

.top-companion li.thumb-list a.ca dl dd.size {
    font-family: var(--FunctionPro);
    font-size: 12px;
    display: inline-block;
    position: relative;
    color: var(--textColor);
}

.top-companion li.thumb-list a.ca dl dd.size b {
    display: inline-block;
    font-family: var(--FunctionPro);
    font-weight: normal;
    font-size: 15px;
    margin-right: 3px;
    color: var(--textColor);
}

.top-companion 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 li.thumb-list a.ca .debut {
    position: absolute;
    top: 44px;
    left: -10px;
    z-index: 1001;
    text-align: left;
}

.top-companion li.thumb-list a.ca .debut li {
    position: relative;
    display: block;
    margin-bottom: 10px
}

.top-companion li.thumb-list .debut li.newMark span {
    display: inline-block;
}

.top-companion li.thumb-list .debut li.newMark span {
    background: rgb(171, 0, 0);
    background: linear-gradient(90deg, rgba(171, 0, 0, 1) 0%, rgba(219, 0, 0, 1) 100%);
}

.top-companion li.thumb-list .debut li.newMark span:before,
.top-companion li.thumb-list .debut li.newMark span:after {
    position: absolute;
    content: '';
}

.top-companion li.thumb-list .debut li.newMark span:before {
    bottom: -10px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 10px solid #6c0000;
    border-left: 10px solid transparent;
}

.top-companion li.thumb-list .debut li.newMark span b {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    font-style: italic;
    font-family: "Roboto", sans-serif;
    color: #fff;
    text-shadow: 0 0 3px rgba(255, 255, 255, 0.3);
    padding: 0 14px;
}

.top-companion li.thumb-list .debut li.rePhoto span {
    display: inline-block;
}

.top-companion li.thumb-list .debut li.rePhoto span {
    background: rgb(29, 123, 2);
    background: linear-gradient(90deg, rgba(29, 123, 2, 1) 0%, rgba(66, 151, 8, 1) 100%);
}

.top-companion li.thumb-list .debut li.rePhoto span:before,
.top-companion li.thumb-list .debut li.rePhoto span:after {
    position: absolute;
    content: '';
}

.top-companion li.thumb-list .debut li.rePhoto span:before {
    bottom: -10px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 10px solid #165c02;
    border-left: 10px solid transparent;
}

.top-companion li.thumb-list .debut li.rePhoto span b {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    font-family: "Roboto", sans-serif;
    font-style: italic;
    color: #fff;
    text-shadow: 0 0 3px rgba(255, 255, 255, 0.3);
    padding: 0 14px;
}

.top-companion li.thumb-list .rankingIcon {
    position: absolute;
    width: 100px;
    top: -90px;
    left: 50%;
    transform: translate(-50%, 0);
    transform-origin: center bottom;
    display: none;
}

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

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

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

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

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

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

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

.top-companion li.thumb-list a.ca .type-icon li span {
    display: block;
    padding: 0 6px;
    margin: 0 1px;
    font-size: 11px;
    line-height: 16px;
    border-radius: 3px;
    white-space: nowrap;
    color: #fff;
    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%);
}

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

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

.top-companion li.thumb-list a.ca .ss-icon {
    display: none;
}

.top-companion li.thumb-list a.ca dd.iconFlag {
    position: absolute;
    bottom: 155px;
    width: 100%;
    right: 5px;
    height: 28px;
    overflow: hidden;
    text-align: center;
}

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

.top-companion 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 li.thumb-list a.ca dd.iconFlag ul.c-sns li.sns-t {
    background: #000;
}

.top-companion li.thumb-list a.ca dd.iconFlag ul.c-sns li.sns-t span {
    line-height: 28px;
}

.top-companion li.thumb-list a.ca dd.iconFlag ul.c-sns li.sns-t span img {
    width: 60%;
}

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

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

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

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


.top-companion 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 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 li.thumb-list a.ca dd.iconFlag ul.c-sns li a.snsA {
    position: relative;
    display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

.finished .thumb-wrap {
    background-color: #1a1a1a;
}

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

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

.top-companion li.thumb-list a.finished:hover img.companionThumb {
    opacity: 1;
}

/* きらん */
.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 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 {
    position: relative;
    display: block;
    text-align: center;
    overflow: hidden;
    z-index: 11;
    background: #1a1a1a;

}

span.shiftMark b {
    display: block;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 2px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: italic;
    color: #fafafa;
    line-height: 36px;
}

span.shiftMark2 {
    position: relative;
    display: block;
    text-align: center;
    position: relative;
    z-index: 11;
    background: #1a1a1a;
}

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

span.shiftMark3 {
    position: relative;
    display: block;
    text-align: center;
    background: #1a1a1a;
    z-index: 11;
}

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;
    color: #ccc;
    line-height: 36px;
}

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

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

.top-companion 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 li.thumb-list a.ca p.shiftTime span i {
    font-size: 20px;
    color: #cdbb84;
    margin-right: 3px;
}

.thumb-shadow {
    display: block;
    margin-top: -8px;
}

.thumb-shadow img {
    width: 100%;
}

p.debutDay {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -30px);
    letter-spacing: 0;
    line-height: 1;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: 0.3s ease;
}

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

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

.catch_real {
    position: relative;
    text-align: center;
    z-index: 11;
    background-color: #1a1a1a;
}

.catch_real b {
    display: block;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    color: #fafafa;
    line-height: 36px;
}

.catch_real2 {
    position: relative;
    text-align: center;
    z-index: 11;
    background-color: #1a1a1a;
}

.catch_real2 b {
    display: block;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    color: #aaa;
    line-height: 36px;
}

.catch_real b big,
.catch_real2 b big {
    font-size: 20px;
    color: #fafafa;
    display: inline-block;
}

.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;
    animation-duration: 0.8s;
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);

}

.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: #555;

}

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

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

.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(/img/notice/newyear_notice_bg.jpg);
    background-position: 50%;
    background-repeat: repeat;
    background-size: 200px auto;
    margin: 0 auto 80px auto;
    max-width: 1000px;
}

.newyear {
    position: relative;
}

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

.newyear dl dt {
    text-align: center;
    padding: 0 0 20px 0;
}

.newyear dl dt b{
    font-size: 40px;
    color: #d00000;
    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: 1.25em;
    text-align: left;
    line-height: 180%;
    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%;
}

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