#topCoverWrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100vh;
    min-height: 480px;
    background-color: #fff;
    background-image: url(/img/top/sprite.png), url(/img/top/pc_top_cover.webp);
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: 3px 3px, cover;
}
/*
#topCoverWrap2 {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100vh;
    min-height: 480px;
    background-color: #fff;
    background-image: url(/img/top/sprite.png), url(/img/top/pc_top_cover2.webp);
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: 3px 3px, cover;
}
    */

#topCoverWrap2 {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100vh;
    min-height: 480px;
    background-color: #fff;
    background-image: url(/img/top/pc_top_cover2.webp);
    background-position: 90% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

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

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

.coverTitle {
    position: absolute;
    width: 100%;
    max-width: 1000px;
    right: 10%;
    top: 50%;
    transform: translate(0%, -50%);
}

.coverTitle2 {
    position: absolute;
    width: 10.5vw;
    max-width: 250px;
    min-width: 150px;
    left: 2%;
    top: 55%;
    transform: translate(0%, -50%);
}

.coverTitle3 {
    position: absolute;
    width: 60%;
    max-width: 800px;
    min-width: 500px;
    right: 5%;
    top: 50%;
    transform: translate(0%, -50%);
    mix-blend-mode: overlay
}

.coverTitle img,
.coverTitle2 img,
.coverTitle3 img {
    width: 100%;
}

/* Main layout */

.flex-sliderWrap {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    padding: 0 0.5vw;
}

/* Articles */

.flex-sliderWrap li {
    flex: initial;
    width: 25vw;
    height: calc(100vh - 4vh);
    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: 25vw;
}

.flex-sliderWrap li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0 0.5vw;

}

.flex-sliderWrap li:hover {
    width: 60%;
}

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

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

}

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

.flex-sliderWrap li:hover 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:hover 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: 100vh;
    background-position: 50% 0;
    background-size: cover;
    background-repeat: no-repeat;
    transition: 0.8s ease;
}

.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: 100%;
    height: 100vh;
    background-position: 50% 0;
    background-size: cover;
    background-repeat: no-repeat;
}

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


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

.flex-sliderWrap li:hover p {}

.flex-title {
    position: absolute;
    text-align: center;
    top: 0;
    right: 1vw;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-family: "Roboto", sans-serif;
    width: 60px;
    height: 100vh;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 50%;
    mix-blend-mode: difference;

}

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

}

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

.topLogo {
    position: absolute;
    top: 4%;
    left: 3%;
    width: 22%;
    max-width: 280px;
    min-width: 180px;
    z-index: 101;
    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: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 05, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
    display: none;
}

.topTitle {
    position: relative;
    text-align: left;
    display: inline-block;
    user-select: none;
    padding: 0 0 10px 0;
}

.topTitle.titleA {
    /* margin-left: 4%; */
}

.topTitle span {
    /* font-family: "Roboto", sans-serif; */
    font-family: serif;
    display: inline-block;
    font-style: italic;
    color: #4a3f3c;
    font-size: clamp(4.375rem, 3.906rem + 2.34vw, 6.25rem);
    letter-spacing: 0.1rem;
}

.topTitle b {
    font-size: 2.4em;
    display: block;
    line-height: 1;
    color: #4a3f3c;
    font-weight: 600;
    padding: 8px 0 8px 0;
    font-style: italic;
    font-family: "Noto Serif JP", serif;
    text-align: center;
}

.topTitle small {
    display: block;
    background: #4a3f3c;
    margin: 10px 0;
    width: 100%;
    height: 1px;
    border-radius: 1px;
    animation-duration: 0.6s;
    animation-timing-function: cubic-bezier(0.950, 0.050, 0.795, 0.035);
}

.information-wrap {
    position: relative;
    max-width: 1000px;
    margin: 0 auto 100px auto;
    text-align: center;
}

#topLeft {
    width: 320px;
    position: relative;
    float: left;
    text-align: center;
}

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

#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 a:hover img.topic-img {
    opacity: 0.8;
}

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

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

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

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

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

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

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

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

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

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

#topicBody h2.topicsTitle {
    color: #5d5d5d;
    text-align: left;
    font-weight: bold;
    font-size: 18px;
    line-height: 140%;
    display: block;
    padding: 0 2px 0 14px;
    text-align: justify;
    position: relative;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, rgba(247, 93, 139, 1), rgba(150, 39, 39, 1));
}

@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: 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: 160%;
    color: #555;
    padding: 20px 10px 0 10px;
    text-align: justify;

}

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

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

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

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

.mmBanner a img {
    width: 100%;
}

.mmBanner a:hover {
    opacity: 0.8;
}

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

#top-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    min-width: 1040px;
    /* background-image: url(/pc/img/bg.jpg);
    background-position: 50% 0;
    background-repeat: repeat;
    background-size: 400px auto;
    background-color: #fff; */
    background-color: #f6f4f0;
    margin: 0 auto 0 auto;
    padding: 20px 0 0 0;
    z-index: 101;
}

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

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

    }
}
*/

#top-inner {
    /* max-width: 1280px; */
    position: relative;
    z-index: 5001;
    /* background-color: #fff; */
    margin: 0 20px 0 20px;
    /* background: rgba(0, 0, 0, 0.4); */
}

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

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

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

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

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

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

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

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

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

#top {
    position: relative;
    /* margin: 20px 20px 20px 20px; */
    padding: 50px 20px 120px 20px;
    background-color: #eee;
    border-radius: 30px;
    max-width: 1920px;
    margin: 0 auto;

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    }

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

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

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

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

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

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

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

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

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

.top-companion_list li.thumb-list a.ca {
    display: block;
    transition: 0.3s ease;
    position: relative;
    text-align: center;
    margin: 5px 5px 10px 5px;
    border: 1px solid #ccc;
    /* padding: 0 0 70px 0; */

}

.top-companion_list 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_list li.thumb-list .flareWrap {
    display: block;
    overflow: hidden;
    background: #fff;
}

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

.top-companion_list 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_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;
}

.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 .name-inner {
    display: block;
    position: relative;
}

.top-companion_list li.thumb-list dl {
    position: relative;
    z-index: 10;
    text-align: left;
}

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

.top-companion_list li.thumb-list dl .name-inner .name-area {
    display: block;
    padding: 15px 5%;
    background: #fff;
    background: linear-gradient(0deg, rgba(205, 205, 205, 1) 0%, rgba(235, 235, 235, 1) 100%);
}

.top-companion_list li.thumb-list dl dt.name {
    /*    font-size: 3vmin;*/
    font-size: 24px;
    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;
    font-family: "Noto Serif JP", serif;
    letter-spacing: -0.5px;
    transform: scaleY(1.08) skewX(-4deg);
}

@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: 18px;
    line-height: 1;
    color: #555;
    font-weight: 600;
    display: inline-block;
    margin-left: 3px;
}

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

.top-companion_list li.thumb-list dl dt.name span {
    display: block;
    color: #555;
    font-size: 1.4rem;
    margin-bottom: 3px;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0;
    position: relative;
    white-space: nowrap;
    z-index: 1;
    font-style: italic;
    padding: 0 0 3px 0;
}

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

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

}

.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 .marks {
    position: absolute;
    top: 45px;
    left: -5px;
    z-index: 1001;
}

.top-companion_list li.thumb-list .marks li {
    position: relative;
    display: block;
    margin-bottom: 6px
}

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

.top-companion_list li.thumb-list .marks li.newMark:before,
.top-companion_list li.thumb-list .marks li.newMark:after {
    position: absolute;
    content: '';
}

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

.top-companion_list li.thumb-list .marks li.newMark span {
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    font-style: italic;
    font-family: "Roboto", sans-serif;
    color: #fff;
    padding: 0 16px;
}

.top-companion_list li.thumb-list .debut {
    position: relative;
    transform: skew(-10deg, -6deg) translate(0px, 0);
    white-space: nowrap;
    background: linear-gradient(transparent 60%, rgba(255, 255, 0, 0.6) 40%);
}

.top-companion_list li.thumb-list .debut span {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 38px;
    letter-spacing: -1px;
    line-height: 1;
    color: #d40000;
    display: inline-block;
}

.top-companion_list li.thumb-list .debut b {
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 1;
    color: #d40000;
    padding-left: 4px;
}


.top-companion_list li.thumb-list .marks li.premiumMark {
    display: none;
}

.top-companion_list li.thumb-list .marks li.premiumMark span {
    display: inline-block;
    width: 100%;
    max-width: 80px;
    margin: 0 auto;
}

.top-companion_list li.thumb-list .marks li.premiumMark span img {
    width: 100%;
}

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

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

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

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

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

.top-companion_list li.thumb-list a.ca .ss-icon .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 .ng-icon {
    position: absolute;
    top: 35px;
    right: 5px;
    text-align: right;
}

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

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

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

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

.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: 11px;
    line-height: 16px;
    background: #555;
    border-radius: 8px;
    white-space: nowrap;
    color: #fff;
}

.top-companion_list li.thumb-list a.ca .type-icon li.esthetic span {
    background: rgb(236, 138, 108);
    background: linear-gradient(90deg, rgba(236, 138, 108, 1) 0%, rgba(237, 112, 157, 1) 100%);
    color: #fff;
}

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

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

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

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

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

.top-companion_list li.thumb-list a.ca dd.iconFlag ul.c-sns {
    z-index: 11;
    display: flex;
    flex-wrap: wrap;
    justify-content: 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: #000;
}

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

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

.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-k {
    background: #ff0558;
}


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

.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-k:hover i {
    color: #ff0558;
}

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

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

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

.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: absolute;
    top: 10px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 318px; */
    display: block;
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 11;
}

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

}

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

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

span.shiftMark3 {
    display: block;
    text-align: center;
}

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

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

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

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

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

.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);
    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_list li.thumb-list a:hover p.debutDay {
    opacity: 1;
}

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

.catch_real b {
    display: block;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 2px;
    padding: 8px 0;
    font-weight: 500;
    font-family: "Roboto", source-han-sans-japanese, sans-serif;
    background: #555;
    color: #fff;
}

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

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

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

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

.newsBoder {
    display: none;
}

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

    .newsBoder {
        display: block;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}

.news li.news-list table td.dateName {
    font-size: 14px;
    display: block;
    padding: 5px 0 0 10px;
    color: #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(/notice/newyear_notice_bg.jpg);
    background-repeat: repeat;
    background-size: 300px auto;
    margin: 20px auto 40px auto;
    max-width: 1000px;
}

.newyear {}

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

.newyear dl dt {
    font-size: 40px;
    color: #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: 17px;
    text-align: left;
    line-height: 160%;
    color: #333;
    font-family: 'Noto Serif JP', serif;
}


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

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

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

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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