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

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

/*
.cover{
    position: relative;
    width: calc(100% - 18vw);
    height: calc(100% - 12vh);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
.coverH{
    position: absolute;
    top: 0;
    right: 0;
    width: 18vw;
    height: 100%;
    background-color: #000;
}

.coverW{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 12vh;
    background-color: #000;
}
*/

.cover {
    position: relative;
    width: calc(100% - 10vw);
    height: calc(100% - 12vh);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.coverH {
    position: absolute;
    top: 0;
    right: 0;
    width: 20vw;
    height: 100%;
}

.coverH::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 20vw;
    height: 100%;
    background-color: #000;
    /* background-image: url(/pc/img/bg.jpg);
    background-size: 400px auto; */
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 10vw 100%);
}

.coverW {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 12vh;
}

.coverW:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 12vh;
    background-color: #000;
    /* clip-path: polygon(0 10vh, 100% 0%, 100% 100%, 0% 100%); */

}

.cover-title {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
}

.cover-title span.ct1 {
    font-size: 150px;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    transform: skewX(-11deg);
    display: block;
    color: #fff;
    line-height: 1;
}

.cover-title span.ct2 {
    font-size: 24px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    display: block;
}

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

#topIMG li {
    position: relative;
}

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

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

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

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

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

#topIMG li span img {
    display: none;
}

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

}

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

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

}

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

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

}

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

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

}

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

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

}

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

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

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

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

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

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

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

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

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

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

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

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

.coverTxt p {
    text-align: center;
    font-family: 'Sorts Mill Goudy', sans-serif;
    font-size: 14vmin;
    display: inline-block;
    background: #da4453;
    color: rgba(226, 185, 153, 0);
    background: linear-gradient(0, #8e6c37, #f6e2b0, #ffe9b7, #a47a3e);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    letter-spacing: 0;
    margin: 0 -4px;
}

.coverTxt span.sta {
    text-align: center;
    font-family: 'Sorts Mill Goudy', sans-serif;
    font-size: 14vmin;
    display: inline-block;
    background: #da4453;
    color: rgba(226, 185, 153, 0);
    background: linear-gradient(0, #8e6c37, #f6e2b0, #ffe9b7, #a47a3e);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    letter-spacing: 0;
    margin: 0 -4px;
}

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

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

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

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

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

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

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

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

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

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

#topIMG li .coverTxt2 {
    position: absolute;
    display: inline-block;
    font-size: 2.4vmin;
    bottom: 16%;
    left: 24%;
    transform: translate(-70%, 0%);
    font-family: 'Oswald', sans-serif;
    width: auto;
    white-space: nowrap;
    transform: rotate(-5deg);
    background: rgb(255, 139, 193);
    background: -moz-linear-gradient(90deg, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    background: linear-gradient(90deg, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8bc1", endColorstr="#ffa784", GradientType=1);
    background-clip: text;
    -webkit-background-clip: text;
    color: rgba(255, 167, 132, 0);
    -webkit-text-fill-color: transparent;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.01);
    padding: 1%;
}


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

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

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

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

}

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

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

}

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

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

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

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

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

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

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

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

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

#sliderWrap .bx-loading {
    /*
  min-height: 50px;
  background: url(/js/profile/loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
 left: 0;
  z-index: 2000;
*/
    display: none;
}

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

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

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

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

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

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

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

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

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

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

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

.inWrap {
    /* transform: skewY(-11deg);
    transform-origin: center center; */
}

.infiniteslide {
    display: flex;
    flex-wrap: wrap;
}

.infiniteslide li.inSlide {
    position: relative;
    width: 480px;
    height: 50vh;
    /* background-size: auto 150%; */
    background-size: cover;
    background-position: 50% 10%;
    background-repeat: no-repeat;
}

.infiniteslide li.inSlide img {
    width: 100%;
}

.infiniteslide li.inSlide:nth-child(1) {
    animation-duration: 0.3s;
    animation-delay: 0.3s;
}

.infiniteslide li.inSlide:nth-child(2) {
    animation-duration: 0.3s;
    animation-delay: 0.5s;
}

.infiniteslide li.inSlide:nth-child(3) {
    animation-duration: 0.3s;
    animation-delay: 0.7s;
}

.infiniteslide li.inSlide:nth-child(4) {
    animation-duration: 0.3s;
    animation-delay: 0.9s;
}

.infiniteslide li.inSlide:nth-child(5) {
    animation-duration: 0.3s;
    animation-delay: 1.1s;
}

.infiniteslide li.inSlide:nth-child(6) {
    animation-duration: 0.3s;
    animation-delay: 1.3s;
}

.inBT {
    position: absolute;
    top: 4%;
    left: 2%;
    width: 96%;
    display: block;
    height: 1px;
    background-color: #fff;
    opacity: 0.6;
}

.inBR {
    position: absolute;
    top: 2%;
    right: 4%;
    width: 1px;
    display: block;
    height: 96%;
    background-color: #fff;
    opacity: 0.6;
}

.inBB {
    position: absolute;
    bottom: 4%;
    left: 2%;
    width: 96%;
    display: block;
    height: 1px;
    background-color: #fff;
    opacity: 0.6;
}

.inBL {
    position: absolute;
    top: 2%;
    left: 4%;
    width: 1px;
    display: block;
    height: 96%;
    background-color: #fff;
    opacity: 0.6;
}

.infiniteslide li .coverName-wrap {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}

.infiniteslide li .coverName-wrap .coverName {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.infiniteslide li dl {
    position: absolute;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.infiniteslide li dl dt.in-name span {
    display: block;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-size: 8vmin;
    white-space: nowrap;
    letter-spacing: -1px;
    line-height: 1;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .7),
        1px 1px 1px rgba(255, 255, 255, .7);
    color: #fff;
    opacity: 0.6;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    /*
    display: block;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-size: 8vmin;
    white-space: nowrap;
    letter-spacing: -1px;
    line-height: 1;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .7),
        1px 1px 1px rgba(255, 255, 255, .7);
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    */
}

.infiniteslide li:nth-child(odd) dl dt.in-name span {
    /* color: #ff8bc1; */
}

.infiniteslide li:nth-child(even) dl dt.in-name span {
    /* color: #ffa784; */
}

.infiniteslide li dl dd.in-size {
    font-family: 'FunctionsPro', sans-serif;
    font-size: 12px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5),
        1px 1px 1px rgba(255, 255, 255, .5);
    white-space: nowrap;
    line-height: 1;
    color: #fff;
    opacity: 0.8;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.infiniteslide li dl dd.in-size b {
    /* font-family: 'Noto Serif JP', serif; */
    font-family: 'FunctionsPro', sans-serif;
    font-size: 18px;
    padding-right: 5px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5),
        1px 1px 1px rgba(255, 255, 255, .5);
    white-space: nowrap;
    line-height: 1;
    color: #fff;
    opacity: 0.8;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}
}

.infiniteslide li:nth-child(odd) dl dd.in-size,
.infiniteslide li:nth-child(odd) dl dd.in-size b {
    /* color: #ff8bc1; */
}

.infiniteslide li:nth-child(even) dl dd.in-size,
.infiniteslide li:nth-child(even) dl dd.in-size b {
    /* color: #ffa784; */
}

.inWrap2 {
    /* transform: skewY(-11deg);
    transform-origin: center center; */
}

.infiniteslide2 {
    display: flex;
    flex-wrap: wrap;
}

.infiniteslide2 li.inSlide {
    position: relative;
    width: 384px;
    height: 50vh;
    background-size: cover;
    background-position: 50% 0%;
    background-repeat: no-repeat;
}

.infiniteslide2 li.inSlide img {
    width: 100%;
}

.infiniteslide2 li.inSlide:nth-child(1) {
    animation-duration: 0.3s;
    animation-delay: 2.1s;
}

.infiniteslide2 li.inSlide:nth-child(2) {
    animation-duration: 0.3s;
    animation-delay: 1.9s;
}

.infiniteslide2 li.inSlide:nth-child(3) {
    animation-duration: 0.3s;
    animation-delay: 1.7s;
}

.infiniteslide2 li.inSlide:nth-child(4) {
    animation-duration: 0.3s;
    animation-delay: 1.5s;
}

.infiniteslide2 li.inSlide:nth-child(5) {
    animation-duration: 0.3s;
    animation-delay: 1.3s;
}

.infiniteslide2 li.inSlide:nth-child(6) {
    animation-duration: 0.3s;
    animation-delay: 1.1s;
}

.infiniteslide2 li.inSlide:nth-child(7) {
    animation-duration: 0.3s;
    animation-delay: 0.9s;
}

.infiniteslide2 li.inSlide:nth-child(8) {
    animation-duration: 0.3s;
    animation-delay: 0.7s;
}

.infiniteslide2 li.inSlide:nth-child(9) {
    animation-duration: 0.3s;
    animation-delay: 0.5s;
}

.infiniteslide2 li.inSlide:nth-child(10) {
    animation-duration: 0.3s;
    animation-delay: 0.3s;
}

.infiniteslide2 li .coverName-wrap {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}

.infiniteslide2 li .coverName-wrap .coverName {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.infiniteslide2 li dl {
    position: absolute;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.infiniteslide2 li dl dt.in-name span {
    display: block;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-size: 8vmin;
    white-space: nowrap;
    letter-spacing: -1px;
    line-height: 1;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .7),
        1px 1px 1px rgba(255, 255, 255, .7);
    color: #fff;
    opacity: 0.6;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

/* .infiniteslide2 li:nth-child(odd) dl dt.in-name span {
    color: #ff8bc1;
}

.infiniteslide2 li:nth-child(even) dl dt.in-name span {
    color: #ffa784;
} */

.infiniteslide2 li dl dd.in-catch {
    width: 96%;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
    padding: 5px;
    margin: 0 auto;
}

.infiniteslide2 li dl dd.in-catch span {
    font-family: 'Noto Serif JP', serif;
    font-size: 1.6vmin;
    letter-spacing: 6px;
    white-space: nowrap;
    display: 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;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

@media all and (-ms-high-contrast: none) {
    .infiniteslide2 li dl dd.in-catch span {
        color: #ffa784;
        background: none;
    }
}

.inNew {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
    max-width: 840px;
    width: 80%;
}

.inNew a {
    display: block;
    padding: 50px 20px 100px 20px;
    position: relative;
    transition: 0.3s ease;
}

.inNew a:after {
    content: "";
    background: rgb(255, 255, 136);
    background: -moz-linear-gradient(left, rgba(255, 255, 136, 1) 0%, rgba(255, 255, 136, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 136, 1) 0%, rgba(255, 255, 136, 1) 100%);
    background: linear-gradient(to right, rgba(255, 255, 136, 1) 0%, rgba(255, 255, 136, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff88', endColorstr='#ffff88', GradientType=1);


    width: 96%;
    height: 15px;
    position: absolute;
    bottom: 100px;
    left: 50%;
    right: 0;
    opacity: 0.8;
    transform: rotate(-12deg) translate(-50%, 0) scaleX(0) skewX(-11deg);
    transform-origin: left bottom;
    display: block;
    transition-duration: 0.4s;
    transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);

}

.inNew a:hover::after {
    opacity: 0.6;
    width: 96%;
    transform: rotate(-12deg) translate(-50%, 0) scaleX(1) skewX(-11deg);
    transform-origin: left bottom;
}

.inNew img {
    width: 100%;
    transform: rotate(-11deg);
    transform-origin: center center;
}

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

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

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

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

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

.col-1 {
    font-size: 1rem;
    width: 33.33333%;
    display: inline-block;
    height: 100%;
    /* background: #CBA1A1; */
    background: #000;
    position: relative;
    overflow: hidden;
}

.col-2 {
    font-size: 1rem;
    width: 33.33333%;
    display: inline-block;
    height: 100%;
    /* background: #B78065; */
    background: #000;
    position: relative;
    overflow: hidden;
}

.col-3 {
    font-size: 1rem;
    width: 33.33333%;
    display: inline-block;
    height: 100%;
    /* background: #e5c5ba; */
    background: #000;
    position: relative;
    overflow: hidden;
}

.intro {
    position: fixed;
    pointer-events: none;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    font-size: 0;
}

.intro .intro-in {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    /* transform: translateY(-33%); */
    transform: translate(-50%, -50%);
}

.intro .intro-in h3 {
    font-size: 30px;
    text-align: center;
    font-family: "Sorts Mill Goudy", "Noto Serif JP", sans-serif;
    font-weight: 900;
    width: 100%;
    white-space: nowrap;
    line-height: 1;
    overflow: hidden;
}

/*
::-webkit-full-page-media,
:future,
:root .intro .intro-in h3 {
    text-align: center;
    width: 100%;
    font-family: "Sorts Mill Goudy", "Noto Serif JP", sans-serif;
    font-weight: 900;
    font-size: 30px;
    overflow: hidden;
    background: none;
    background-clip: unset;
    -webkit-text-fill-color: rgba(255, 255, 255, 1);
}
*/
@media all and (-ms-high-contrast: none) {
    .intro .intro-in h3 {
        background: none;
    }
}

.intro .intro-in h3>span {
    display: inline-block;
    overflow: hidden;
    font-family: "Sorts Mill Goudy", "Noto Serif JP", sans-serif;
    letter-spacing: 30px;
}

.intro .intro-in h3>span>span {
    display: inline-block;
    transition: 1.6s all ease-out;
    overflow: hidden;
    font-family: "Sorts Mill Goudy", "Noto Serif JP", sans-serif;
    letter-spacing: 30px;
}

.intro .intro-in h3 span>span>span {
    display: inline-block;
    transition: 0.8s all ease;
    font-family: "Sorts Mill Goudy", "Noto Serif JP", sans-serif;
    letter-spacing: 30px;
    background: rgb(255, 139, 193);
    background: -moz-linear-gradient(0, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    background: -webkit-linear-gradient(0, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    background: linear-gradient(0, 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;
    padding: 5px;
}

@media all and (-ms-high-contrast: none) {
    .intro .intro-in h3 span>span>span {
        color: #fff;
        background: none;
    }
}

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

.intro span span {
    transform: translateY(100%);
}

.intro.active span span {
    transform: translateY(0);
}

.intro.inactive .intro-in h3 span span span {
    transform: translateX(100%);
    transition-delay: 0s !important;
}

.intro .col-1 {
    transform-origin: right;
}

.intro .col-1 {
    transition: 0.6s all cubic-bezier(1.000, 0.610, 0.165, 1.000) 0.6s;
}

.intro.inactive .col-1 {
    transform: scaleX(0);
}

.coverMain .col-1 .maskBg {
    transform: scale(1);
}

.coverMain.active .col-1 .maskBg {
    transform: scale(1.1);
}

.intro .col-2 {
    transform-origin: right;
}

.intro .col-2 {
    transition: 0.8s all cubic-bezier(1.000, 0.610, 0.165, 1.000) 0.8s;
}

.intro.inactive .col-2 {
    transform: scaleX(0);
}

.coverMain .col-2 .maskBg {
    transform: scale(1);
}

.coverMain.active .col-2 .maskBg {
    transform: scale(1.1);
}

.intro .col-3 {
    transform-origin: right;
}

.intro .col-3 {
    transition: 1s all cubic-bezier(1.000, 0.610, 0.165, 1.000) 1s;
}

.intro.inactive .col-3 {
    transform: scaleX(0);
}

.coverMain .col-3 .maskBg {
    transform: scale(1);
}

.coverMain.active .col-3 .maskBg {
    transform: scale(1.1);
}

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

.coverMain ul {
    height: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background-color: #000;
}

.coverMain ul li {
    width: 33.33333333%;
    height: 100%;
    position: relative;
    /* overflow: hidden; */
}

/* .coverMain ul li a {
    display: block;
} */

.coverMain .maskBg {
    position: relative;
    height: 100%;
    width: 100%;
}

.proj1 .maskBg {
    background-image: url(/pc/img/top/001.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
    transition: opacity 1s ease-out, transform 1.6s ease-out;
}

.proj1 .maskBg a {
    display: block;
    background-color: rgba(255, 139, 193, 0.5);
    /* background-color: rgba(0,0,0,0.5); */
    clip-path: polygon(0% 10%, 95% 5%, 85% 95%, 5% 70%);
    top: 50%;
    left: 50%;
    opacity: 0;
    height: 50vw !important;
    width: 100% !important;
    position: absolute;
    transform: translate(-45%, -50%);
    transition: 0.3s ease-in-out;
}

.proj1 .maskBg a:hover {
    opacity: 1;
}

.proj2 .maskBg {
    background-image: url(/pc/img/top/002.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
    transition: opacity 1s ease-out, transform 1.6s ease-out;
}

.proj2 .maskBg a {
    display: block;
    background-color: rgba(255, 167, 132, 0.5);
    clip-path: polygon(0 20%, 100% 5%, 90% 90%, 5% 85%);
    top: 50%;
    left: 50%;
    opacity: 0;
    height: 50vw !important;
    width: 100% !important;
    position: absolute;
    transform: translate(-50%, -50%);
    transition: 0.3s ease-in-out;
}

.proj2 .maskBg a:hover {
    opacity: 1;
}

.proj3 .maskBg {
    background-image: url(/pc/img/top/003.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
}

.proj3 .maskBg a {
    display: block;
    background-color: rgba(0, 247, 238, 0.5);
    clip-path: polygon(0% 20%, 100% 5%, 90% 80%, 20% 95%);
    top: 50%;
    left: 50%;
    opacity: 0;
    height: 50vw !important;
    width: 100% !important;
    position: absolute;
    transform: translate(-55%, -50%);
    transition: 0.3s ease-in-out;
}

.proj3 .maskBg a:hover {
    opacity: 1;
}

@media all and (-ms-high-contrast: none) {

    .proj1 .maskBg a,
    .proj2 .maskBg a,
    .proj3 .maskBg a {
        background-color: transparent;
    }
}

.coverMain ul li h4 {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    line-height: 1;
    font-size: 2vmax;
    transition: all 0.5s ease-out;
    color: #fff;
    transform-origin: center center;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    text-align: center;
    width: 100%;
}

.coverMain ul li:hover .maskBg {
    /* transform: scale(1.1); */
}

/*
  .coverMain ul li:hover .maskBg {
    opacity: 1;
  }
 .coverMain ul li:hover h4 {
    transform: translateY(-20%);
    line-height: 1.4em;
  } */

.topLogo {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 270px;
    z-index: 101;
}

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

.topLogo a img {
    width: 100%;
}

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

@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;
    margin: 30px 0 30px 0;
    text-align: center;
    display: inline-block;
    left: 50%;
    transform: translate(-50%, 0);
    top: 0;
    padding: 0 50px;
    background: #da4453;
    background: -webkit-linear-gradient(top, #da4453, #89216b);
    background: linear-gradient(to top, #da4453, #89216b);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.01);
}

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

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

.topTitle:after {
    border-top: solid 2px #89216b;
    border-right: solid 2px #89216b;
    border-bottom: solid 2px #89216b;
    right: 0;
}

/*
.topTitle:after {
    content: "";
    display: block;
    height: 2px;
    background: -webkit-linear-gradient(to right, rgb(255, 186, 115), #ffb2b2);
    background: linear-gradient(to right, rgb(255, 186, 115), #ffb2b2);
    margin-top: 10px;
}
*/
.topTitle span {
    text-align: center;
    font-family: "Six Caps", sans-serif;
    font-size: 40px;
    display: inline-block;
    background: #da4453;
    background: -webkit-linear-gradient(top, #da4453, #89216b);
    background: linear-gradient(to top, #da4453, #89216b);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.01);
    overflow: hidden;
    padding: 1px 0;
    letter-spacing: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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


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

#topic a.topicPhoto {
    display: block;
    position: relative;
    background: #da4453;
    /* fallback for old browsers */
    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));
    /*
    background: -moz-linear-gradient(top, rgba(238, 234, 230, 1) 0%, rgba(238, 234, 230, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(238, 234, 230, 1) 0%, rgba(238, 234, 230, 0) 100%);
    background: linear-gradient(to bottom, rgba(238, 234, 230, 1) 0%, rgba(238, 234, 230, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeae6', endColorstr='#00eeeae6', GradientType=0);
    */
    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;
    background: rgb(255, 139, 193);
    background: -moz-linear-gradient(90deg, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    background: linear-gradient(90deg, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8bc1", endColorstr="#ffa784", GradientType=1);
    background-clip: text;
    -webkit-background-clip: text;
    color: rgba(255, 167, 132, 0);
    -webkit-text-fill-color: transparent;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.01);
    /* background: linear-gradient(transparent 80%, rgba(255, 139, 193, 0.15) 0%); */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mmBanner a img {
    width: 100%;
}

.mmBanner a:hover {
    opacity: 0.8;
}

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

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

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

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

    }
}
*/

#top-inner {
    /* max-width: 1280px; */
    position: relative;
    z-index: 5001;
    /* background-color: #fff; */
    margin: 0 20px 0 20px;
    padding: 0 0 100px 0;
    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 20px 20px;
    /* background-color: #fff; */
    max-width: 1920px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    }

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

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

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

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

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

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

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

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

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


.top-companion_list li.thumb-list a.ca {
    display: block;
    transition: 0.3s ease;
    position: relative;
    text-align: center;
    overflow: hidden;
    margin: 0 5px 0 5px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    background: -moz-linear-gradient(top, rgba(119, 119, 119, 1) 0%, rgba(238, 234, 230, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(119, 119, 119, 1) 0%, rgba(238, 234, 230, 0) 100%);
    background: linear-gradient(to bottom, rgba(119, 119, 119, 1) 0%, rgba(238, 234, 230, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeae6', endColorstr='#00eeeae6', GradientType=0);
    /* padding: 0 0 70px 0; */

}

.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;
    background: #000;
    /*
    position: absolute;
    width: 96%;
    left: 50%;
    bottom: -60px;
    transform: translateX(-50%);
    background: #000;
    z-index: 10;
    */
}

.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: 10px 0;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 6px;
}

.top-companion_list li.thumb-list dl .name-inner .name-area::after {
    content: "";
    position: absolute;
    background-image: url(/pc/img/pattern.png);
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
    z-index: -1;
}

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

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

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

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

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

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

.top-companion_list li.thumb-list dl dt.name b {
    font-size: 18px;
    line-height: 1;
    color: #d0d0d0;
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    display: inline-block;
    margin-left: 10px;
}


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


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


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

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

}

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

.top-companion_list li.thumb-list .marks {
    position: absolute;
    top: 40px;
    left: 15px;
    z-index: 1001;
    text-align: left;
}

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

.top-companion_list li.thumb-list .marks li.newMark {
    display: inline-block;
    background: rgb(237, 172, 163);
    background: -moz-linear-gradient(left, rgba(237, 172, 163, 1) 10%, rgba(255, 235, 210, 1) 80%);
    background: -webkit-linear-gradient(left, rgba(237, 172, 163, 1) 10%, rgba(255, 235, 210, 1) 80%);
    background: linear-gradient(to right, rgba(237, 172, 163, 1) 10%, rgba(255, 235, 210, 1) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#edaca3', endColorstr='#ffebd2', GradientType=1);
}

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

.top-companion_list li.thumb-list .marks li.premiumMark {}

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

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

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

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

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

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

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

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

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

.top-companion_list li.thumb-list a.ca .ng-icon {
    position: absolute;
    top: 38px;
    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;
    background: rgba(0, 0, 0, 0.6);
    padding: 5px;
    border-radius: 5px;
    overflow: hidden;
}

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

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

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

}

.top-companion_list li.thumb-list a.ca .type-icon li span {
    display: block;
    padding: 0 10px;
    margin: 0 1px;
    font-size: 10px;
    line-height: 16px;
    background: #591f2e;
    border-radius: 3px;
    white-space: nowrap;
    color: #d0d0d0;
}

.top-companion_list li.thumb-list a.ca .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: 120px;
    width: 100%;
    right: 5px;
    height: 28px;
    overflow: hidden;
}

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

.top-companion_list li.thumb-list a.ca dd.iconFlag ul.c-sns li {
    position: relative;
    width: 28px;
    height: 28px;
    /* background: rgb(255, 139, 193);
    background: -moz-linear-gradient(left, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    background: linear-gradient(to right, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8bc1', endColorstr='#ffa784', GradientType=1); */
    border-radius: 50%;
    margin: 0 2px;
}

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

.top-companion_list li.thumb-list a.ca dd.iconFlag ul.c-sns li.sns-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-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-f:hover {
    background: #fff;
}

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

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

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

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

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

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

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

.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);
    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_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: #000;
    color: #d0d0d0;
}

.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: #eeeae6;
    font-weight: 700;
    font-family: "Roboto", source-han-sans-japanese, sans-serif;
    color: #aaa;
    background: #000;
}

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

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

.newsBoder {
    display: none;
}

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

    .newsBoder {
        display: block;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}

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

}

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

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


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

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

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

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

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

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

}

@keyframes myBounce {

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

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

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

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

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



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

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

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

.animateLogo svg {
    width: 100%;
}

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

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

    }
}

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


    }

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

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

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

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

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

    .animsition-loading {
        display: block;
    }
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.refresh dl {
    padding: 40px;
}

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

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

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

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

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

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

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

.newyearNotice {
    position: relative;
    padding: 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;
}

.notice-list{
    position: relative;
    width: 90%;
    margin: 0 auto 40px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

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

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

.discount-banner2 {
    position: relative;
    text-align: center;
    max-width: 1000px;
}

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

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

.notice-list li a img{
    width: 100%;
}

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

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

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

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

.ms dt a:hover {
    opacity: 0.6;
}

.ms dt small {
    display: inline-block;
}

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

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

}

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

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

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

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

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

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