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

#topCover {
    position: relative;
}

#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-bottom: 2px solid #0a3fbd;
    opacity: 0.6;
    background: rgb(103, 163, 226);
    background: -moz-linear-gradient(-45deg, rgba(103, 163, 226, 1) 0%, rgba(12, 81, 199, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(103, 163, 226, 1) 0%, rgba(12, 81, 199, 1) 100%);
    background: linear-gradient(135deg, rgba(103, 163, 226, 1) 0%, rgba(12, 81, 199, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#67a3e2', endColorstr='#0c51c7', GradientType=1);
    border-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(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
}

.topTitle {
    position: relative;
    margin: 30px 0 30px 0;
    text-align: center;
    display: inline-block;
    left: 50%;
    transform: translate(-50%, 0);
    top: 0;
    padding: 10px 0;
}

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

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

.topTitle:after {
    content: '';
    border-top: solid 2px #ffa784;
    border-right: solid 2px #ffa784;
    border-bottom: solid 2px #ffa784;
    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;
    width: 100%;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 30px;
    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;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.01);
    overflow: hidden;
    padding: 1px 50px;
    letter-spacing: 4px;
}

.topTitle span b {
    color: #a18861;
    font-size: 12px;
    display: block;
    line-height: 1;
    letter-spacing: 4px;
    padding: 2px 0;
}


@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 {
    display: block;
    position: relative;
    /* background: #EEEAE6; */
    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: 4px;
    border-radius: 10px 10px 0 0;

}

#topic a .topicThumb {
    display: block;
    background: #fff;
}

#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.nf-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.nf-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.nf-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.nf-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: 80px 0 0 0;
}

#topicBody h2.topicsTitle {
    color: #5d5d5d;
    text-align: left;
    font-weight: normal;
    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: #5d5d5d;
        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 p {
    font-size: 14px;
    text-align: left;
    line-height: 160%;
    color: #8a8a8a;
    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);
    */
}

.mmBanner {
    background: rgb(255, 255, 255);
    background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(250, 229, 218, 1) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(250, 229, 218, 1) 100%);
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 0%, rgba(250, 229, 218, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fae5da', 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.6;
}

.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%;
    /* background-color: #e5c5ba; */
    min-width: 1080px;
    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);

    /*    margin: calc(100vh + 12.5%) auto 0 auto;*/
    margin: 100vh auto 0 auto;
    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;
    overflow: hidden;
    z-index: 5001;
    background-color: #fff;
    margin: 20px 20px 0 20px;
    padding-bottom: 100px;


}

#top {
    position: relative;
    /* margin: 20px 20px 20px 20px; */
    padding: 50px 20px 20px 20px;
    padding-bottom: 100px;
    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 {
    display: block;
    /*
    background: rgb(176, 141, 104);
    background: -moz-linear-gradient(top, rgba(176, 141, 104, 1) 0%, rgba(255, 243, 220, 1) 30%, rgba(188, 162, 113, 1) 70%, rgba(183, 150, 113, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(176, 141, 104, 1) 0%, rgba(255, 243, 220, 1) 30%, rgba(188, 162, 113, 1) 70%, rgba(183, 150, 113, 1) 100%);
    background: linear-gradient(to bottom, rgba(176, 141, 104, 1) 0%, rgba(255, 243, 220, 1) 30%, rgba(188, 162, 113, 1) 70%, rgba(183, 150, 113, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b08d68', endColorstr='#b79671', GradientType=0);
    */
    transition: 0.3s ease;
    position: relative;
    text-align: center;
    padding: 0 0 70px 0;
    overflow: hidden;
    margin: 0 5px 15px 5px;
}

.top-companion_list li.thumb-list a span.thumb-photo {
    position: relative;
    display: block;
    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: 5px 5px 0 5px;
    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;
}

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

.top-companion_list li.thumb-list dl {
    position: absolute;
    width: 88%;
    left: 50%;
    bottom: -60px;
    transform: translateX(-50%);
    z-index: 10;
}

.top-companion_list li.thumb-list dl .name-inner {
    display: block;
    border: 2px solid #eeeae6;
    position: relative;
    background-color: #eeeae6;
    box-shadow: 0 13px 5px -6px rgba(0, 0, 0, 0.05);
}

.top-companion_list li.thumb-list dl .name-inner .name-area {
    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;
}

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

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

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

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

.top-companion_list li.thumb-list dl dt.name {
    /*    font-size: 3vmin;*/
    font-size: 20px;
    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;
}

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

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


.top-companion_list li.thumb-list dl small {
    height: 1px;
    width: 30px;
    display: block;
    background: #d56390;
    margin: 5px auto;
    transition: 0.3s ease;
}


.top-companion_list li.thumb-list dl dt.name span {
    display: block;
    color: #b35379;
    font-size: 12px;
    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: #d56390;
    padding-top: 6px;
    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: 12px;
    margin-right: 4px;
    color: #b35379;
    letter-spacing: 0;

}

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

.top-companion_list li.thumb-list .newMark2 {
    position: absolute;
    top: 30px;
    left: -30px;
    width: 160px;
    transform: rotate(-14deg);
    z-index: 10;
}

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

.top-companion_list li.thumb-list .rankingIcon {
    position: absolute;
    width: 100px;
    top: -83px;
    left: -5px;
    transform-origin: center bottom;
}

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

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

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

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

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

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

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

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

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

.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:nth-child(5),
.top-companion_list li.thumb-list a.ca .type-icon li:nth-child(6),
.top-companion_list li.thumb-list a.ca .type-icon li:nth-child(7),
.top-companion_list li.thumb-list a.ca .type-icon li:nth-child(8),
.top-companion_list li.thumb-list a.ca .type-icon li:nth-child(9),
.top-companion_list li.thumb-list a.ca .type-icon li:nth-child(10),
.top-companion_list li.thumb-list a.ca .type-icon li:nth-child(11),
.top-companion_list li.thumb-list a.ca .type-icon li:nth-child(12),
.top-companion_list li.thumb-list a.ca .type-icon li:nth-child(13),
.top-companion_list li.thumb-list a.ca .type-icon li:nth-child(14),
.top-companion_list li.thumb-list a.ca .type-icon li:nth-child(15),
.top-companion_list li.thumb-list a.ca .type-icon li:nth-child(16),
.top-companion_list li.thumb-list a.ca .type-icon li:nth-child(17),
.top-companion_list li.thumb-list a.ca .type-icon li:nth-child(18),
.top-companion_list li.thumb-list a.ca .type-icon li:nth-child(19),
.top-companion_list li.thumb-list a.ca .type-icon li:nth-child(20),
.top-companion_list li.thumb-list a.ca .type-icon li:nth-child(21),
.top-companion_list li.thumb-list a.ca .type-icon li:nth-child(22),
.top-companion_list li.thumb-list a.ca .type-icon li:nth-child(23),
.top-companion_list li.thumb-list a.ca .type-icon li:nth-child(24),
.top-companion_list li.thumb-list a.ca .type-icon li:nth-child(25),
.top-companion_list li.thumb-list a.ca .type-icon li:nth-child(26){
    display: none;
}

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

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

.top-companion_list li.thumb-list a.ca .debut li {
    display: inline-block;
}

.top-companion_list li.thumb-list a.ca .debut li .newMark {}

.top-companion_list li.thumb-list a.ca .nirinMark {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 60px;
    border-radius: 6px 0 0 0;
    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: -8px;
    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: 135px;
    width: 100%;
    left: 0;
    height: 28px;
    overflow: hidden;
}

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

.top-companion_list li.thumb-list a.ca dd.iconFlag ul.c-sns li {
    position: relative;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    margin: 0 2px;
}

.top-companion_list li.thumb-list a.ca dd.iconFlag ul.c-sns li.sns-litlink {
    background: #9594fc;
}

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

.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-l {
    background: #07b53b;
}

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

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

.top-companion_list li.thumb-list a.ca dd.iconFlag ul.c-sns li a.snsA span img{
    width: 100%;
    display: inline-block;
}

.top-companion_list li.thumb-list a.ca dd.iconFlag ul.c-sns li.sns-t a.snsA span img{
    width: 90%;
    display: inline-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-litlink:hover {
    background: #8180da;
}

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

.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-l:hover {
    background: #08d646;
}

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

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

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

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

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

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

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

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 3px 0;
    background: #eeeae6;
    border-radius: 10px 10px 0 0;
}

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

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 3px 0;
    background: #eeeae6;
    color: #ffa784;
    border-radius: 10px 10px 0 0;
}

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 3px 0;
    color: #eeeae6;
    background: #eeeae6;
    border-radius: 10px 10px 0 0;

}

.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 {
    text-align: center;
}

.catch_real b {
    display: block;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 2px;
    padding: 8px 0 3px 0;
    background: #eeeae6;
    border-radius: 10px 10px 0 0;
    font-weight: 500;
    font-family: "Roboto", "source-han-sans-japanese", sans-serif;
}

.catch_real2 {
    text-align: center;
}

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

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

.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 solid #fae5da;
    padding: 0 5px 10px 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: url(/pc/img/newyear_notice_bg.jpg);
    background-repeat: repeat;
    background-position: 50%;
    background-size: 800px auto;
    max-width: 800px;
    margin: 20px auto 40px auto;
}

.newyearNotice dl {
    padding: 30px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
}

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

.newyearNotice dl dd {
    font-size: 18px;
    text-align: center;
    line-height: 160%;
    color: #646464;
}

.price_notice_wrap {
    margin: 0 10px 40px 10px;
}

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

.price_notice dl {
    padding: 0 0 30px 0;
    background: rgba(255, 255, 255, 1);
    text-align: center;
}

.price_notice dl dt {
    background-color: #fff45c;
    padding: 20px 0;
}

.price_notice dl dt span {
    font-size: 34px;
    color: #333;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    line-height: 140%;
    font-weight: bold;
    display: inline-block;
}

.price_notice dl dd {
    padding: 30px 50px;
    font-size: 15px;
    line-height: 160%;
    text-align: left;
    color: #8a8a8a;
}

.price_notice dl dd b{
    display: inline-block;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.price_notice dl dd b small{
    position: relative;
    display: inline-block;
    color: #e60000;
    font-size: 18px;
    padding: 0 3px;
    font-weight: 700;
    z-index: 1;
}

.price_notice dl dd b small::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background-color: #fefbc4;
    z-index: -1;
    opacity: 0.6;
}

.price_notice dl dd table.priceTable {
    border-collapse: collapse;
    width: 99%;
    text-align: center;
}

.price_notice dl dd table.priceTable th {
    width: 33%;
    font-size: 24px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    border: 1px solid #a0a0a0;
}

.price_notice dl dd table.priceTable th.th-top {
    border: none;
}

.price_notice dl dd table.priceTable th.th-bottom {}

.price_notice dl dd table.priceTable td.td-top1 {
    border-top: 2px solid #a0a0a0;
    background-color: #efefef;
}

.price_notice dl dd table.priceTable td.td-top2 {
    border-top: 2px solid #a0a0a0;
    background-color: #fefbc4;
    color: #e60000;
}

.price_notice dl dd table.priceTable td {
    width: 33%;
    font-size: 24px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    border: 1px solid #a0a0a0;
}

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

.price_notice dl dd table.priceTable td span {
    position: relative;
    display: inline-block;
    font-size: inherit;
    font-weight: inherit;
}

.price_notice dl dd table.priceTable td.td-bottom1 {
    background-color: #efefef;
}

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

.price_notice dl dd table.priceTable td.td-bottom2 {
    width: 6%;
    display: none;
}

.price_notice dl dd table.priceTable td.td-bottom3 {
    background-color: #fefbc4;
}

.price_notice dl dd table.priceTable td.td-bottom3 span {
    color: #e60000;
}

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

}