@charset "utf-8"; * {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    font: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-size: 14px;
    color: rgb(13, 18, 18);
    font-family: -apple-system,BlinkMacSystemFont,Roboto,Helvetica,arial,sans-serif;
    background-color: rgb(249, 249, 249);
}

h1,h2,h3,h4,h5,h6 {
    font-size: 16px;
}

a {
    text-decoration: none;
    color: rgb(68,68,68);
}

a:focus,a:hover,a:active {
    text-decoration: none;
}

ul,li {
    list-style: none;
}

img {
    border: none;
    vertical-align: middle;
}

.embed-responsive {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0;
    height: 0
}

.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.video {
    background-color: transparent;
}

main {
    margin: 0 auto;
    position: relative;
}

.container {
    width: 100vw;
    position: relative;
}

.web-header {
    display: none;
}

.header {
    padding-top: .375rem;
    background-color: rgb(242,242,242);
    margin-bottom: .375rem;
}

.header-inner {
}

.mobile-header {
    width: 100%;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
}

.mobile-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: .625rem;
}

.logo,.logo a {
    width: 88px;
    height: auto;
    aspect-ratio: 128/42;
}

.logo {
    -ms-grid-row-align: center;
    align-self: center;
    display: -ms-grid;
    display: grid;
    place-content: center;
}

.logo a {
    background: url(../images/test.svg) no-repeat;
    background-size: contain;
    color: transparent;
    height: auto;
    aspect-ratio: 128/42;
    display: block;
}

.logo a span,.logo a span h1 {
    font-size: 0;
    text-indent: -9999em;
    overflow: hidden;
    white-space: nowrap;
}

.header-side-m {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    margin-right: .375rem;
}

.header-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.header-btn svg {
    width: auto;
    height: 18px;
    margin: calc(.375rem/2) auto .375rem;
}

.header-btn path {
}

.header-btn a,.header-btn label {
    display: -ms-grid;
    display: grid;
    place-content: center;
    text-align: center;
    text-shadow: 0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255);
    padding: 0 calc(.875rem/2);
    font-size: 12px;
    letter-spacing: 1px;
}

.guide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0 .625rem;
    position: relative;
    margin: .375rem auto;
}

.nav-toggle {
    display: none;
}

.nav-toggle-label {
    position: absolute;
    top: 0;
    right: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-box-shadow: 1.5px 1.5px 5.5px -3.5px rgb(0,0,0);
    box-shadow: 1.5px 1.5px 5.5px -3.5px rgb(0,0,0);
    text-align: center;
    cursor: pointer;
    background-color: rgb(232,60,138);
    border-radius: 8px;
    aspect-ratio: 1/1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.375rem;
    height: 2.375rem;
}

.nav-toggle-label span {
    position: relative;
}

.nav-toggle-label span,.nav-toggle-label span::before,.nav-toggle-label span::after {
    display: block;
    background: rgb(255,255,255);
    height: .25rem;
    width: 22px;
}

.nav-toggle-label span::before,.nav-toggle-label span::after {
    content: "";
    position: absolute;
    left: 0;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

.nav-toggle-label span::before {
    top: -9px;
}

.nav-toggle-label span::after {
    bottom: -9px;
}

.nav-toggle:checked + .nav-toggle-label {
    background-color: rgb(255,255,255);
    border: calc(.375rem/2) solid rgba(232,60,138,0.5);
}

.nav-toggle:checked + .nav-toggle-label span {
    background-color: transparent;
}

.nav-toggle:checked + .nav-toggle-label span::before {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 0;
}

.nav-toggle:checked + .nav-toggle-label span::after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    bottom: 0;
}

.nav-toggle:checked + .nav-toggle-label span::before,.nav-toggle:checked + .nav-toggle-label span::after {
    background: rgb(253,120,146);
}

.nav-toggle:checked ~ .line-nav {
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    background-color: rgba(251,240,240,0.95);
    border-top: 1px solid rgb(232,60,138);
    border-bottom: 1px solid rgb(232,60,138);
}

.nav-toggle:checked ~ .line-nav ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.nav-toggle:checked ~ .line-nav a {
    opacity: 1;
    -webkit-transition: opacity 150ms ease-in-out 150ms;
    transition: opacity 150ms ease-in-out 150ms;
}

.line-nav {
    position: absolute;
    text-align: left;
    top: 125%;
    left: 0;
    width: 100vw;
    -webkit-transform: scale(1,0);
    -ms-transform: scale(1,0);
    transform: scale(1,0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    z-index: 2;
    background-color: transparent;
}

.line-nav nav {
    padding: .625rem;
}

.line-nav nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.line-nav nav ul li {
    text-align: center;
    padding: calc(.625rem/2.375);
}

.line-nav nav ul li a {
    display: -ms-grid;
    display: grid;
    font-weight: 600;
    letter-spacing: .1em;
    font-size: 15px;
    -webkit-line-clamp: 2;
    aspect-ratio: 1/1;
    place-content: center;
    color: rgb(232,60,138);
    text-shadow: 0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255);
    padding: .375rem .625rem;
    width: 60px;
    border-radius: .625rem;
    background-color: rgb(255,255,255);
}

.line-nav nav ul .active a {
    background-color: rgba(255,255,255,0.5);
    -webkit-box-shadow: 0 0 0 calc(.625rem/6) rgb(255,132,188),inset 0 0 19px 0 rgba(253,101,101,0.5);
    box-shadow: 0 0 0 calc(.625rem/6) rgb(255,132,188),inset 0 0 19px 0 rgba(253,101,101,0.5);
}

.bread-crumb {
    max-width: 100%;
    border-bottom: 1px solid rgba(237,99,161,0.5);
}

.bread-crumb ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 3.375rem;
    max-width: 100vw;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.bread-crumb .home,.bread-crumb .back {
    width: 3.375rem;
    height: inherit;
    display: -ms-grid;
    display: grid;
    place-content: center;
}

.home a,.back a {
    display: grid;
    font-size: 20px;
    text-align: center;
    position: relative;
    aspect-ratio: 1/1;
    border-radius: .5rem;
    background-color: rgba(232,60,138,0.8);
    padding: .5rem;
}

.home a svg {
    width: 17px;
    height: 15px;
}

.home a svg path {
    color: rgb(255,255,255);
}

.current,.belong {
    height: 100%;
}

.belong {
    margin-right: 5px;
    position: relative;
    aspect-ratio: 1/1;
    display: -ms-grid;
    display: grid;
    place-content: center;
}

.belong a {
    display: block;
    text-align: center;
    height: inherit;
    aspect-ratio: inherit;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 0 1px rgb(232,60,138);
    box-shadow: 0 0 0 1px rgb(232,60,138);
    color: rgb(232,60,138);
    overflow: hidden;
    font-size: 13px;
    padding: 3px;
    line-height: 1.3;
    font-weight: 900;
    background-color: rgb(255,255,255);
}

.belong a span {
}

.current {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    text-align: center;
    height: 100%;
    width: 100%;
    max-width: calc(100% - 3.375rem - 2vw);
    padding: .375rem 0;
}

.title-s {
    position: relative;
    width: 100%;
    text-align: left;
    display: -ms-grid;
    display: grid;
    place-content: center;
}

.title-s span {
    font-size: 14px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding-left: 5px;
    position: absolute;
    margin: auto;
    line-height: 1.3;
    word-break: break-all;
    color: rgb(232,60,138);
    text-shadow: 0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255);
}

.talkin {
    text-align: center;
    background-color: rgba(255,174,210,0.05);
}

.talkin p {
    text-shadow: 0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255);
    letter-spacing: .3px;
    line-height: 2;
    -webkit-animation: gradient 10s ease infinite;
    animation: gradient 10s ease infinite;
    width: 100%;
}

.talkin p a {
    color: rgb(232,60,138);
}

.content-box {
    margin: 0 auto;
    position: relative;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 3.375rem 0;
}

.pages {
    text-align: center;
    padding: 1rem;
    background-color: rgba(255,239,239,0.8);
}

.layfun {
    padding: 0 .375rem;
}

.page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: .875rem auto;
    background-color: rgb(255,255,255);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: .625rem;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,0.1);
    box-shadow: 0 3px 6px 0 rgba(0,0,0,0.1);
    overflow: hidden;
}

.page-step {
    display: -ms-grid;
    display: grid;
    place-items: center;
    position: relative;
}

.page-step::before,.page-step::after {
    content: "";
    position: absolute;
    background-color: rgb(255,239,239);
    height: 50%;
    width: 1.5px;
}

.page-step::before {
    left: 0;
}

.page-step::after {
    right: 0;
}

.page-step span {
    background-color: rgb(255,255,255);
    padding: 0 16px;
    font-weight: 600;
    letter-spacing: .1em;
}

.page-btn a,.page-num a {
    font-size: 1rem;
    display: block;
    color: rgb(85,85,85);
    font-weight: bold;
    display: -ms-grid;
    display: grid;
    place-content: center;
    aspect-ratio: 1/1;
    height: 50px;
}

.page-btn {
    background-color: transparent;
}

.page-btn:first-of-type {
    border-right: 1px solid rgb(240,240,240);
}

.page-btn:last-of-type {
    border-left: 1px solid rgb(240,240,240);
}

.page-num {
    display: none;
}

.page-btn a {
    font-size: 1rem;
    font-weight: 600;
    text-shadow: 0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255);
}

.page-btn a:hover {
    background-color: rgb(255,196,206);
}

.page-btn a:hover path {
    color: rgb(255,255,255);
}

.page svg {
    width: 16px;
    height: 16px;
}

.page svg path {
    color: rgb(232,60,138);
}

.page-jump {
    text-align: center;
    margin-bottom: .625rem;
}

.page-count {
    margin-bottom: .5rem;
    display: none;
}

.page-count span {
}

.page-count span log {
}

.go {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 166px;
    margin: 0 auto;
    border: 1px solid rgba(250,127,127,0.3);
    border-radius: 8px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 0 3px rgb(255,255,255);
    box-shadow: 0 0 0 3px rgb(255,255,255);
}

.go input {
    padding-left: 12px;
    width: calc(166px - 2.5rem);
    height: 2.5rem;
}

.go button {
    background-color: rgb(255,196,206);
    border: none;
    width: 2.5rem;
    height: 2.5rem;
    aspect-ratio: 1/1;
}

.go button svg {
    width: 15px;
    height: 15px;
    margin-top: 5px;
}

.go button svg path {
    color: rgb(255,255,255);
}

.nothing {
    display: block;
    margin: .375rem auto;
    text-align: center;
    line-height: 1.875rem;
    font-weight: 900;
    letter-spacing: .1rem;
}

.back-zone {
    padding: .625rem;
}

.zone-box {
    padding: 1.625rem .625rem .625rem;
    border-radius: 3px;
    margin: 0 auto;
    width: 100%;
    background-color: rgb(255, 255, 255);
}

.fanz {
    display: block;
    top: -8px;
    left: 0;
    text-align: center;
    font-size: 18px;
    letter-spacing: .1em;
    background-color: rgb(232,60,138);
    color: rgb(255,255,255);
    line-height: 52px;
    -webkit-box-shadow: 0 0 0 3px rgb(255,255,255);
    box-shadow: 0 0 0 5px rgb(255,255,255);
    width: calc(100% - .625rem);
    margin: 0 auto;
}

.zone-box .fanz-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.zone-box .fanzer {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    text-align: center;
    margin: calc(.625rem/2);
}

.zone-box .fanzer a {
    display: block;
    padding: 0 .875rem;
    font-size: 15px;
    letter-spacing: .3px;
    border: 1px solid rgb(125,125,125);
    line-height: 2.375rem;
    color: rgb(125,125,125);
}

.widget {
    z-index: 100;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 15rem;
    right: 1rem;
    bottom: 130px;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.widget-btn {
    background-color: rgba(255,255,255,0.5);
    border-radius: 20%;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 8px;
    position: fixed;
    position: sticky;
    top: -200px;
    margin-bottom: -5rem;
    -webkit-transform: translateY(100vh);
    -ms-transform: translateY(100vh);
    transform: translateY(100vh);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: inline-block;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: all;
    outline: none;
    overflow: hidden;
    border: 1px solid rgb(232,60,138);
}

.widget-btn a {
    text-decoration: none;
    font-size: 1.25rem;
    font-weight: 300;
    text-transform: uppercase;
    display: block;
    line-height: 2.75rem;
    width: 100%;
    text-align: center;
}

.widget-btn a svg {
    width: 20px;
    height: 20px;
}

.widget-btn a svg path {
    color: rgb(232,60,138);
}

.pop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    width: 100vw;
    height: 100vh;
    bottom: 0;
    right: 0;
    background-color: rgba(1,0,1,0.8);
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: 0.64s ease-in-out;
    transition: 0.64s ease-in-out;
}

.pop-inner {
    -webkit-transition: 0.64s ease-in-out;
    transition: 0.64s ease-in-out;
    border-radius: 12px;
    border: 2px solid rgba(255,255,255,0.9);
    padding: 1.375rem .875rem;
    margin: 0 .875rem;
    background: radial-gradient(circle,transparent 20%,rgb(251,231,239) 20%,rgb(251,231,239) 80%,transparent 80%,transparent),radial-gradient(circle,transparent 20%,rgb(251,231,239) 20%,rgb(251,231,239) 80%,transparent 80%,transparent) 50px 50px,linear-gradient(rgb(255,193,7) 4px,transparent 4px) 0 -2px,linear-gradient(90deg,rgb(255,193,7) 4px,rgb(251,231,239) 4px) -2px 0;
    background-size: auto,auto,auto,auto;
    background-size: 100px 100px,100px 100px,50px 50px,50px 50px;
}

.pop-show {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.modal-state {
    display: none;
}

.modal-state:checked + .pop {
    opacity: 1;
    visibility: visible;
}

.pop-close {
    position: relative;
    width: 2.375rem;
    height: 2.375rem;
    border-radius: 100%;
    background-color: rgb(232,60,138);
    z-index: 8;
    line-height: 2.375rem;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    display: -ms-grid;
    display: grid;
    place-content: center;
    left: 0;
    right: 0;
    bottom: -8px;
    margin: auto;
    -webkit-filter: drop-shadow(0 0 4px rgb(255,255,255));
    filter: drop-shadow(0 0 4px rgb(255,255,255));
}

.pop-close svg {
    width: 16px;
    height: 16px;
}

.pop-close svg path {
    color: rgb(255,255,255);
}

.hellow {
    width: 100%;
    margin-bottom: .625rem;
    background-color: rgba(255,255,255,0.8);
    border-radius: 10px;
    padding: 5% 18px;
}

.hellow p {
    line-height: 1.4;
    font-size: 108%;
    word-break: break-all;
    font-weight: 600;
}

.hellow p:nth-child(3),.hellow p:nth-child(4),.hellow p:nth-child(5) {
    color: rgb(232,60,138);
}

.hellow span {
    color: rgb(232,60,138);
}

.search-bar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 3rem);
    flex: 0 0 calc(100% - 3.375rem);
    border-radius: 6px;
    overflow: hidden;
    background-color: rgb(255,255,255);
}

.search-bar input[type="search"] {
    -webkit-appearance: none !important;
    background-clip: padding-box;
    vertical-align: middle;
    border-radius: 0.25rem;
    width: 100%;
    padding-left: .875rem;
    -webkit-transition: border-color 0.2s;
    transition: border-color 0.2s;
}

.search-bar input[type="search"]:focus {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    outline: none;
}

.search-bar form.search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
}

.search-bar label {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin-bottom: 0;
    position: relative;
}

.search-bar input.search-field {
    margin-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    height: 2.375rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    color: rgb(66,66,66);
    -webkit-appearance: textField;
}

.search-bar .search-submit {
    height: inherit;
    margin: 0;
    padding: 0 .625rem;
    display: -ms-grid;
    display: grid;
    place-content: center;
}

.search-bar button {
    display: inline-block;
    font-size: 0.8rem;
    line-height: 1.2;
    text-transform: uppercase;
    background-color: transparent;
    vertical-align: middle;
    text-shadow: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.search-bar button:hover,.search-bar button:active,.search-bar button:focus {
    cursor: pointer;
    color: #292826;
    outline: 0;
}

.search-bar svg {
    width: 24px;
    height: 18px;
}

.search-bar svg path {
    color: rgb(232,60,138);
}

.search-bar .search-clear {
    background-color: rgb(234,234,234);
    border: none;
    border-radius: 50%;
    color: white;
    cursor: pointer;
    display: block;
    height: 70%;
    padding: 0;
    position: absolute;
    right: .5rem;
    text-align: center;
    width: auto;
    top: 15%;
    aspect-ratio: 1/1;
}

.search-clear svg {
    width: 12px;
    height: 10px;
}

input.search-field:not(:valid) ~ .search-clear {
    display: none;
}

.easy-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: rgba(255,255,255,0.5);
    border-radius: 1rem;
    overflow: hidden;
    border: .375rem solid rgb(255,255,255);
}

.easy-search span {
    background-color: rgb(29,166,181);
    color: rgb(255,255,255);
    padding: .625rem .375rem 0;
    width: 2.875rem;
    text-align: center;
    position: relative;
    font-size: 18px;
    font-family: Arial;
}

.easy-search span:after {
    content: "滑动选取";
    position: absolute;
    bottom: 1rem;
    background-color: rgb(232,60,138);
    left: 0;
    right: 0;
    margin: auto;
    height: auto;
    font-size: 14px;
    display: block;
    border-radius: 6px;
    color: rgb(255,255,255);
    padding: .25rem;
    width: calc(100% - 1.375rem);
    letter-spacing: 1px;
}

.tag-cloud {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background-color: rgb(236,236,236);
}

.tag-cloud span {
    display: block;
    padding: 10px 6px;
    background-color: rgb(0,106,37);
    font-size: 16px;
    font-weight: bold;
    color: rgb(242,242,242);
}

.tag-scroll {
    overflow-x: hidden;
    overflow-y: scroll;
    padding: .25rem;
    margin: 0 auto;
    height: inherit;
    max-height: 222px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tag-scroll .tag {
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin: calc(.375rem/3);
}

.tag a {
    text-transform: uppercase;
    background-color: rgb(255,255,255);
    -webkit-transition: background-color 0.3s,color 0.3s;
    transition: background-color 0.3s,color 0.3s;
    display: block;
    font-size: 14px;
    border-radius: .375rem;
    line-height: 1.875rem;
    padding: 0 .875rem;
}

section {
    position: relative;
    padding-top: .625rem;
    margin: 0 auto;
}

.type-title {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
}

.type-title span {
    letter-spacing: .1em;
    font-size: 1.5rem;
    display: block;
    line-height: 3.5rem;
    width: 100%;
    text-shadow: 0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255);
    position: relative;
    text-indent: 1rem;
    margin: 0 auto;
    background: repeating-linear-gradient(45deg,rgb(243,243,243) 0px,rgb(243,243,243) 2.82843px,rgb(255,255,255) 0px,rgb(255,255,255) 7.07107px);
}

.type-title span:before,.type-title span:after {
    position: absolute;
    width: 100%;
    height: 5px;
    content: "";
    background-image: repeating-linear-gradient(-45deg,rgb(232,60,138),rgb(232,60,138) 2px,transparent 3px,transparent 5px);
    background-size: 7px 7px;
}

.type-title span:before {
    top: 0;
    left: 0;
}

.type-title span:after {
    bottom: 0;
    left: 0;
}

.type-title a {
    position: absolute;
    left: 0;
    right: 0;
    bottom: .625rem;
    width: 222px;
    display: block;
    font-size: 1rem;
    margin: auto;
    text-align: center;
    -webkit-animation: gradient 10s ease infinite;
    animation: gradient 10s ease infinite;
    text-shadow: 1px 1px 3px rgb(255,0,0);
    color: rgb(255,255,255);
    line-height: 2.875rem;
    background: rgb(232,60,138) 0% 0% no-repeat;
    border-radius: .5rem;
    overflow: hidden;
}

.type-title svg {
    width: 24px;
}

.type-title svg path {
    color: rgb(255,255,255);
}

.index-content .vods-layout {
    padding: .375rem 0;
}

.verb {
    content-visibility: auto;
    contain-intrinsic-size: auto calc(100vw * 9/16);
}

.vod-box {
    margin: calc(.625rem/2) 0;
}

.vod {
    display: block;
    position: relative;
    overflow: hidden;
}

.vod-thumb {
    float: none;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: calc(.375rem/2);
    background-color: rgb(255,255,255);
    border-radius: 1rem;
    border: .375rem solid rgb(240, 234, 234);
}

.vod-thumb img {
    position: relative;
    border-radius: .875rem;
    max-width: 100%;
    min-height: 186px;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.vod-name {
    display: -ms-grid;
    display: grid;
    margin: 0 auto;
    overflow: hidden;
    place-content: center;
    min-height: 2.875rem;
    padding: 0 1rem;
    margin-top: .375rem;
}

.vod-name span {
    font-size: 15px;
    display: -webkit-box;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: break-spaces;
    word-break: break-all;
    line-height: calc(2.875rem/2.375);
    color: rgb(233,87,157);
    overflow: hidden;
}

.actor-layout {
    margin: 0 auto;
}

.actor-card {
    width: 100%;
    display: -ms-grid;
    display: grid;
    place-content: center;
    border-radius: 3px;
    background: rgba(255,255,255,0.3);
    -webkit-box-shadow: 0 8px 32px 0 rgba(255,145,166,0.37);
    box-shadow: 0 8px 32px 0 rgba(255,145,166,0.37);
    backdrop-filter: blur( 3px );
    -webkit-backdrop-filter: blur( 3px );
    border: 1px solid rgba( 255,255,255,0.18 );
    padding: .875rem;
}

.actor-card a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    margin: 0 auto;
    border-radius: inherit;
    padding: .625rem;
    background-color: rgb(255,255,255);
}

.actor-thumb {
    float: none;
    width: auto;
    position: relative;
    border-radius: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    overflow: hidden;
    border-radius: inherit;
    -webkit-box-shadow: rgba(0,0,0,0.15) 1.95px 1.95px 2.6px;
    box-shadow: rgba(0,0,0,0.15) 1.95px 1.95px 2.6px;
    margin: 0 auto;
}

.actor-img {
    margin: 0 auto;
    width: auto;
    height: 288px;
}

.actor-name {
    text-align: center;
    margin: 13px auto 0;
}

.actor-name span {
    font-size: 15px;
    display: -webkit-box;
    margin: 0 auto;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-weight: 600;
    white-space: break-spaces;
    line-height: calc(20/14);
    word-break: break-all;
    letter-spacing: .1em;
    color: rgb(253,101,101);
    text-shadow: 0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255);
    padding: 0 2px;
}

.go-ctr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 120px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1rem;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 5px 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}

.go-ctr a {
    display: block;
    padding: 0 .875rem;
    font-size: 14px;
    color: rgb(255,255,255);
    border-radius: .5rem;
    font-weight: 600;
    line-height: 2.625rem;
    overflow: hidden;
    -webkit-animation: Pulse 2000ms infinite ease-out;
    animation: Pulse 2000ms infinite ease-out;
}

.go-ctr svg {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

.go-ctr svg path {
}

.go-ctr .play {
    background-color: rgb(54,170,11);
}

.go-ctr .drop {
    background-color: rgb(238,70,70);
}

.detail-layout {
    margin-top: .375rem;
}

.vod-detail {
    width: 100%;
    background-color: rgb(255,255,255);
    border-radius: 1rem;
    overflow: hidden;
    padding: calc(.375rem/2);
    margin: 0 auto;
}

.vod-detail .thumb {
    margin: 0 auto;
    display: block;
    border-radius: 3px;
    overflow: hidden;
    padding: 1px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    /*! background:rgba(255,255,255,0.3); */
    /*! -webkit-box-shadow:0 8px 32px 0 rgba(255,145,166,0.37); */
    /*! box-shadow:0 8px 32px 0 rgba(255,145,166,0.37); */
    backdrop-filter: blur( 3px );
    -webkit-backdrop-filter: blur( 3px );
    border: calc(.375rem/2) solid rgba( 255,255,255,0.18 );
}

.vod-detail .thumb a {
    height: 100%;
    max-width: 100%;
    min-height: 180px;
    margin: 0 auto;
    display: block;
    border-radius: inherit;
    overflow: hidden;
    background-color: rgb(255,244,246);
}

.vod-detail .thumb a img {
    width: auto;
    max-width: 100%;
    min-height: 180px;
    margin: 0 auto;
    display: block;
    border-radius: inherit;
}

.vod-detail .vod-title {
    text-align: left;
    margin: 0 auto;
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-height: 118px;
    overflow-x: hidden;
    background-color: rgb(255,255,255);
    padding: .625rem .875rem;
    -webkit-box-shadow: 0 0 0 2px rgba(238,238,238,0.9);
    box-shadow: 0 0 0 2px rgba(238,238,238,0.9);
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 90px;
    border-radius: 6px;
    margin-right: .875rem;
}

.vod-title h1 {
    color: rgb(232,60,138);
    text-shadow: 0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255);
    font-size: 15px;
    letter-spacing: .1em;
}

.vod-etc {
    margin: 0 auto;
    padding: .625rem .875rem;
    text-align: center;
    border-radius: 3px;
}

.vod-data {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.vod-data span {
    margin-right: 6px;
    color: rgb(89,89,89);
    -ms-grid-row-align: center;
    -ms-grid-column-align: center;
    place-self: center;
}

.vod-data span svg {
    width: 18px;
    height: 12px;
    margin-right: 3px;
}

.vod-data span svg path {
}

.vod-data a {
    background-color: rgba(0,0,0,0.5);
    font-size: 14px;
    border-radius: .625rem;
    padding: .375rem .625rem;
    margin: 0 2px;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: rgb(255,255,255);
    font-weight: 600;
}

.vod-layout {
    overflow: hidden;
}

.player {
    overflow: hidden;
    margin-top: .375rem;
}

.vod-opt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    margin: 0 auto;
    border-radius: 3px;
    padding: .625rem;
}

.vod-title {
    padding: .75rem;
    background-color: rgb(255,213,213);
    border-radius: 12px;
}

.playing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .875rem 1rem;
    border-radius: 0 0 .375rem .375rem;
    background: rgb(255, 255, 255);
    border: 1px solid rgba( 255,255,255,0.18 );
}

.playing .vod-title {
    padding: .875rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 50%;
    overflow: auto;
    height: 90px;
    background-color: rgb(242,242,242);
    margin-right: .875rem;
}

.vod-qr {
    text-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background: url(data:image/png;base64,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) center center /cover no-repeat;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: -ms-grid;
    display: grid;
    place-content: center;
    aspect-ratio: 1/1;
    background-color: rgb(255,255,255);
    -webkit-box-shadow: 1px 1px 1px 1px rgb(206,206,206);
    box-shadow: 1px 1px 1px 1px rgb(206,206,206);
    margin-bottom: .875rem;
}

.vod-qr a {
    text-align: center;
    display: -ms-grid;
    display: grid;
    margin: 0 auto;
    height: inherit;
    position: relative;
    aspect-ratio: inherit;
    place-content: center;
}

.vod-qr span {
    display: block;
    background-color: rgba(255,255,255,0.9);
    padding: .625rem;
}

.playing .vod-title,.playing .vod-qr {
    border-radius: .375rem;
}

.vod-source {
    padding: 0 8px;
    border-radius: 8px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    background-color: rgba(255,255,255,0.3);
    position: relative;
    min-height: 86px;
    margin: 1.375rem auto 0;
    -webkit-box-shadow: 0 0 1px 1px rgba(237,99,161,0.5);
    box-shadow: 0 0 1px 1px rgba(237,99,161,0.5);
}

.vod-source span {
    display: block;
    text-align: center;
    font-weight: 600;
    line-height: 2.625rem;
    max-width: 230px;
    border-radius: 8px;
    letter-spacing: .1em;
    font-size: 14px;
    position: absolute;
    top: -23px;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-box-shadow: 0 0 1px 1px rgba(237,99,161,0.5);
    box-shadow: 0 0 1px 1px rgba(237,99,161,0.5);
    background-color: rgb(255,255,255);
    color: rgba(237,99,161);
}

.vod-source ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    margin-top: 1.875rem;
    margin-bottom: .375rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.vod-source li {
    text-align: center;
    padding: .375rem;
}

.vod-source li a {
    display: block;
    padding: 0 1rem;
    letter-spacing: .1em;
    color: rgb(117,117,117);
    border-radius: .375rem;
    line-height: 1.875rem;
    -webkit-box-shadow: 0 0 0 1px rgb(117,117,117);
    box-shadow: 0 0 0 1px rgb(117,117,117);
}

.vod-source li .active {
    -webkit-box-shadow: 0 0 0 3px rgb(232,60,138);
    box-shadow: 0 0 0 3px rgb(232,60,138);
    color: rgb(232,60,138);
}

.newpost {
    background-color: rgb(232,60,138);
    border-radius: 3px;
    margin: calc(.375rem/2) auto;
    padding: calc(.375rem/2) 0;
    color: rgb(255,255,255);
    width: calc(100% - .375rem);
}

.newposter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.newpostbtn {
    background-color: rgb(255,255,255);
    padding: 0 .375rem;
    margin-left: calc(.375rem/2);
}

.newpostbtn a {
}

.newpostbtn input {
    background: transparent;
}

.seol {
    margin: 6px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 13px;
}

.seoline {
    background-color: rgb(255,255,255);
    border-radius: 8px;
    margin: 5px 0;
    -webkit-box-shadow: rgb(198,198,198) 1px 1px 1px 1px;
    box-shadow: rgb(198,198,198) 1px 1px 1px 1px;
}

.seoline a {
    padding: 8px 12px;
    display: block;
}

.vods-push {
    margin: 1.375rem auto 0;
}

.push-title {
    font-size: 1.375rem;
    text-align: center;
    text-shadow: 0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 50px;
    background: repeating-linear-gradient(45deg,rgb(255,255,255),rgb(255,255,255) 3px,rgb(231,231,231) 3px,rgb(231,231,231) 30px);
    color: rgb(51,51,51);
    letter-spacing: 0.1em;
    text-decoration: none;
    position: relative;
    max-width: 280px;
    margin: 0 auto;
}

.push-title span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 50px;
    background: rgba(255, 255, 255, 0.75);
    /*! border:1px solid rgb(232,60,138); */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: -6px;
    left: -6px;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    color: rgb(232,60,138);
}

.push-title span:before,.push-title span:after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 6px;
    height: 100%;
}

.push-title span:before {
    left: 0;
    border-left: 1px solid rgb(255, 93, 171);
    border-right: 3px solid rgb(255, 93, 171);
}

.push-title span:after {
    right: 0;
    border-left: 3px solid rgb(255, 93, 171);
    border-right: 1px solid rgb(255, 93, 171);
}

.push-layout {
    margin: 0 auto;
    padding: calc(.375rem/2);
}

.push-layout .vod-box {
    padding: calc(.625rem/2);
}

/*差分*/
.index-only {
    padding: 0 .375rem;
}

.index-only ul {
}

.index-only ul li {
}

.index-only ul li a {
    display: block;
    background-color: rgb(255,255,255);
    -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,0.1);
    box-shadow: 0 3px 6px 0 rgba(0,0,0,0.1);
    padding: 5px 3.5px;
    border-radius: 9px;
    margin-bottom: 3px;
}

.index-only ul img {
    margin: 0 auto;
    height: 100%;
    width: 100%;
    max-height: calc(100vw/2);
    border-radius: 5px;
    aspect-ratio: 26/37;
}

.index-only ul .detail {
    text-align: center;
    color: rgb(232,60,138);
    font-weight: 600;
    background-color: rgba(255,255,255,0.5);
    height: 2.5rem;
    display: -ms-grid;
    display: grid;
    place-content: center;
    margin-top: 3px;
}

.index-only ul .detail h3 {
    color: rgb(68,68,68);
    font-size: 15px;
}

.index-only ul .detail span {
    font-size: 13px;
}

.top-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    border-top: 1px solid rgb(242,121,178);
    border-bottom: 1px solid rgb(242,121,178);
    background: repeating-linear-gradient(-45deg,rgb(254,244,244),rgb(254,244,244) 3px,rgb(255,230,242) 3px,rgb(255,230,242) 7px);
    background-color: rgba(0,0,0,0);
}

.top-links div {
    height: 30px;
    background-color: rgba(255,255,255,0.5);
    border: 1px inset rgba(255,170,170,0.3);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
}

.top-links div span,.top-links div a {
    line-height: 2;
}

#ran {
}

#ran span {
}

#splide01 {
    padding-top: 6px;
}

.splide__arrow {
    width: 3rem !important;
    height: 3rem !important;
    background: rgba(255,181,193,0.7) !important;
}

.splide__arrow svg {
    fill: rgb(255,255,255) !important;
}

.splide__slide {
}

.splide__pagination {
    position: relative !important;
    margin-top: 13px !important;
}

.splide__pagination__page {
    background: rgb(232,60,138) !important;
}

.index-content,.type-content,.search-content,.detail-content,.play-content,.actor-content,.topic-content {
    position: relative;
    margin: 0 auto;
    padding: 0 .375rem;
}

.play-content {
    padding: 0;
}

.type-content .content-box,.search-content .content-box,.detail-content .content-box,.play-content .content-box {
    padding: 0;
}

.type-content .title-s,.search-content .title-s,.actor-content .title-s,.topic-content .title-s {
    display: block;
}

.type-content .title-s span,.search-content .title-s span,.actor-content .title-s span,.topic-content .title-s span {
    font-size: 18px;
    position: unset;
    letter-spacing: .1em;
    display: block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    width: 100%;
    padding: 0;
    font-weight: bold;
}

.detail-content .title-s,.play-content .title-s {
    display: -ms-grid;
    display: grid;
    place-content: center;
}

.detail-content .title-s span,.play-content .title-s span {
    position: relative;
    height: inherit;
    letter-spacing: .03em;
    line-height: 1.4;
}

.topic-content {
}

.topic-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .875rem .625rem;
    background-color: rgb(255,237,237);
}

.topic-box {
    border-radius: calc(.625rem/2);
    padding: calc(.375rem/2);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.333%;
}

.topic-box a {
    background-color: rgba(255,255,255,0.9);
    color: rgba(255,147,147,0.9);
    border-radius: .625rem;
    display: block;
    width: 100%;
    text-align: center;
}

.topic-name {
}

.topic-name span {
    display: block;
    font-size: 16px;
    color: rgb(232,60,138);
    text-shadow: 0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255);
    font-weight: 600;
    line-height: 2.625rem;
}

footer {
    max-width: 100%;
    position: relative;
    background-color: rgb(242,242,242);
}

.footer {
    width: 100%;
    text-align: center;
    border-radius: 20px 20px 0 0;
}

.footer:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    /*! background-image:radial-gradient(50vw 60vw at 50% 70%,rgba(255,255,255,0.08) 0%,rgba(255,255,255,0) 60%),radial-gradient(35% 15% at 50% 85%,rgba(255,255,255,0.09) 0%,rgba(255,255,255,0) 100%); */
}

.footer-inner div {
    position: relative;
}

.ring {
    margin-top: 1.5rem;
}

.ring ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ring ul li {
    width: 2.625rem;
    height: 2.625rem;
    margin: 0 .5rem;
}

.ring a {
    display: block;
    line-height: 2rem;
    font-size: 1.8rem;
    color: rgb(255,155,155);
}

.raid {
    margin-top: 1.5rem;
}

.raid a {
    display: block;
    border-radius: 999rem;
    font-size: 1rem;
    letter-spacing: 2px;
    font-weight: bold;
    padding: 1em 0;
    width: 8em;
    height: 8em;
    margin: 0 auto;
    line-height: 6.25em;
    border: none;
    background-color: rgb(255,243,248);
    -webkit-box-shadow: 0px 2px 15px 15px rgb(255,211,231);
    box-shadow: 0px 2px 15px 15px rgb(255,211,231);
    color: rgb(232,60,138);
}

.contact {
    margin: 1.5rem auto;
}

.contact p {
    line-height: 2.625rem;
    font-style: italic;
    letter-spacing: 2px;
}

.contact p span {
    font-size: 16px;
    font-weight: 600;
}

.contact p x {
    font-size: 13px;
}

.lamb {
}

.lamb svg {
    width: 66px;
}

.lamb svg path {
    -webkit-filter: invert(75%);
    filter: invert(75%);
}

.copy {
    padding: .875rem 0;
    color: rgb(113,113,113);
}

.soul {
    margin: 1.375rem auto;
    max-width: 600px;
    padding: 3% 0 5% .3rem;
    font-size: 16px;
    color: rgb(30,30,30);
    text-shadow: 0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255);
    backdrop-filter: blur( 3px );
    -webkit-backdrop-filter: blur( 3px );
    border: 1px solid rgba( 255,255,255,0.18 );
    background-color: rgba(255,145,166,0.1);
}

.soul .title {
    font-size: 138%;
    margin: 0 auto .625rem;
    font-weight: 600;
    letter-spacing: .1em;
    border-bottom: 2px solid rgb(255,255,255);
    padding-bottom: .625rem;
    max-width: 95%;
    color: rgb(232,60,138);
    text-shadow: 0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255);
}

.soul p {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: .15em;
    line-height: 1.8;
    margin-left: 1rem;
}

.soul p:nth-child(1) {
    font-size: 138%;
}

.soul p span {
    font-size: 95%;
    color: rgb(232,60,138);
    text-shadow: 0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255);
}

.unit-title {
    text-align: center;
}

.unit-title h1 {
    font-size: 1.5rem;
    color: rgb(232,60,138);
    text-shadow: 0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255);
}

.msg-layout {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-bottom: 1rem;
    margin-top: .625rem;
}

.msg-row {
    margin: .375rem .875rem;
    border-radius: 6px;
    background: rgba(255,255,255,0.3);
    backdrop-filter: blur( 3px );
    -webkit-backdrop-filter: blur( 3px );
    border: 1px solid rgba(0,0,0,0.1);
    padding: .875rem;
    background-color: rgba(255,145,166,0.1);
}

.msg-avatar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    color: rgb(85,85,85);
}

avatar img {
    width: 2.625rem;
    height: 2.625rem;
    border-radius: 8px;
}

.msg-body {
    position: relative;
    background-color: rgb(255,255,255);
    margin: .625rem auto 0;
    padding: .875rem;
    border-radius: 6px;
    border: 1px solid rgba(0,0,0,0.1);
}

.msg-meta {
    display: block;
    position: absolute;
    right: 0;
    top: -3.375rem;
    background-color: rgb(255,255,255);
    padding: 0 .375rem;
    border-radius: 3px;
}

.msg-time {
    color: rgb(189,189,189);
}

.msg-content,.reply {
    border-radius: 3px;
    letter-spacing: .1em;
    font-weight: 600;
    line-height: 1.5;
}

.msg-content {
}

.reply {
    margin-top: .875rem;
    color: rgb(232,60,138);
    text-shadow: 0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255),0 0 3px rgb(255,255,255);
    background-color: rgb(244,245,253);
    border-radius: .5rem;
    width: 88%;
    margin-left: auto;
    padding: .625rem .875rem;
}

.msg-count {
    width: 100%;
    text-align: center;
    color: rgb(85,85,85);
}

.msg-white {
    margin: .625rem auto;
    text-align: center;
    max-width: 600px;
}

.mac_msg {
    padding: .875rem;
    border-radius: 6px;
    background: rgba(255,145,166,0.1);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    border: 1px solid rgba( 255,255,255,0.18 );
}

.gbook_content {
    width: 100% !important;
    height: 100px !important;
    padding: 10px;
    border: 1px solid rgb(238,238,238);
    resize: none;
    min-height: 162px;
}

.msg_code {
    margin: .875rem auto;
    border-radius: 10px;
    max-width: 90%;
    background-color: rgba(0,0,0,0.1);
    padding: .875rem;
}

.remaining_w {
}

.msg_code input {
    padding: 8px 6px;
    margin-top: .625rem;
    max-width: 116px;
}

.comm-code {
    margin: 10px;
    width: 100px;
}

.msg_code .submit_btn {
    border: 1px solid transparent;
    border-radius: .375rem;
    width: 100%;
    display: block;
    margin: .375rem auto;
    background-color: rgb(0,160,47);
    font-weight: bold;
    -webkit-box-shadow: 0 0 0 2px rgb(255,255,255);
    box-shadow: 0 0 0 2px rgb(255,255,255);
    color: rgb(255,255,255);
    line-height: 1.375rem;
    font-size: 1rem;
}

.actor-content .content-box,.topic-content .content-box,.unit-content .content-box {
    padding: .375rem;
    margin: 0 auto;
}

.actor-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background-color: rgb(179,176,173);
    padding: 5% 0;
    gap: 12px;
}

.actor-file .actor-thumb {
    width: 50%;
}

.actor-info {
    font-size: 14px;
    font-weight: 600;
    width: 50%;
    padding-right: 5%;
}

.actor-info p {
    line-height: 28px;
}

.actor-info span {
    color: rgb(251,251,251);
    margin-right: 6px;
}

.actor-info div {
    color: rgb(170,64,85);
    font-size: 15px;
    margin-left: 10px;
}

.hero {
    padding: .875rem 0;
    text-align: center;
    border: 1px solid rgb(255, 255, 255);
    border-radius: .5rem;
    background-color: rgb(215, 255, 60);
    opacity: 0.8;
    background: radial-gradient(circle, transparent 20%, rgb(215, 255, 60) 20%, rgb(215, 255, 60) 80%, transparent 80%, transparent), radial-gradient(circle, transparent 20%, rgb(215, 255, 60) 20%, rgb(215, 255, 60) 80%, transparent 80%, transparent) 25px 25px, linear-gradient(rgba(232, 60, 138, 0.25) 2px, transparent 2px) 0 -1px, linear-gradient(90deg, rgba(232, 60, 138, 0.25) 2px, rgb(215, 255, 60) 2px) -1px 0;
    background-size: 50px 50px, 50px 50px, 25px 25px, 25px 25px;
    background-color: rgb(229, 229, 247);
}

.hero-lines h2 {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: .1em;
}

.hero-lines p {
    line-height: 1.625rem;
}

.hero-btn {
    padding: 3px 0;
}

.hero-btn button {
    background: linear-gradient(57.75deg,RGB(223,11,75) 14.44%,RGB(167,54,255) 85.65%);
    width: 100px;
    line-height: 36px;
    color: rgb(255,255,255);
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.hero-btn button:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    border-style: solid;
    -o-border-image: url("data:image/svg+xml,%3c%3fxml version='1.0' encoding='utf-8'%3f%3e %3csvg height='256px' version='1.1' viewBox='0 0 1000 1000' width='256px' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e %3cg fill='%23f7f9fb' stroke='%23f7f9fb' stroke-width='10'%3e %3cpath d='M500%2c0H0v500C0%2c125%2c125%2c0%2c500%2c0z'/%3e %3cpath d='M0%2c500v500h500C125%2c1000%2c0%2c875%2c0%2c500z'/%3e %3cpath d='M500%2c0c375%2c0%2c500%2c125%2c500%2c500V0H500z'/%3e %3cpath d='M500%2c1000h500V500C1000%2c875%2c875%2c1000%2c500%2c1000z'/%3e %3c/g%3e %3c/svg%3e") 127/5rem stretch;
    border-image: url("data:image/svg+xml,%3c%3fxml version='1.0' encoding='utf-8'%3f%3e %3csvg height='256px' version='1.1' viewBox='0 0 1000 1000' width='256px' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e %3cg fill='%23f7f9fb' stroke='%23f7f9fb' stroke-width='10'%3e %3cpath d='M500%2c0H0v500C0%2c125%2c125%2c0%2c500%2c0z'/%3e %3cpath d='M0%2c500v500h500C125%2c1000%2c0%2c875%2c0%2c500z'/%3e %3cpath d='M500%2c0c375%2c0%2c500%2c125%2c500%2c500V0H500z'/%3e %3cpath d='M500%2c1000h500V500C1000%2c875%2c875%2c1000%2c500%2c1000z'/%3e %3c/g%3e %3c/svg%3e") 127/5rem stretch;
}

.splide__container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

.splide__list {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    height: 100%;
    margin: 0!important;
    padding: 0!important
}

.splide.is-initialized:not(.is-active) .splide__list {
    display: block
}

.splide__pagination {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 0;
    pointer-events: none
}

.splide__pagination li {
    display: inline-block;
    line-height: 1;
    list-style-type: none;
    margin: 0;
    pointer-events: auto
}

.splide:not(.is-overflow) .splide__pagination {
    display: none
}

.splide__progress__bar {
    width: 0
}

.splide {
    position: relative;
    visibility: hidden
}

.splide.is-initialized,.splide.is-rendered {
    visibility: visible
}

.splide__slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    list-style-type: none!important;
    margin: 0;
    position: relative
}

.splide__slide img {
    vertical-align: bottom
}

.splide__spinner {
    -webkit-animation: splide-loading 1s linear infinite;
    animation: splide-loading 1s linear infinite;
    border: 2px solid #999;
    border-left-color: transparent;
    border-radius: 50%;
    bottom: 0;
    contain: strict;
    display: inline-block;
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px
}

.splide__sr {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause {
    display: none
}

.splide__toggle.is-active .splide__toggle__pause {
    display: inline
}

.splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0
}

@-webkit-keyframes splide-loading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes splide-loading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.splide__track--draggable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.splide__track--fade>.splide__list>.splide__slide {
    margin: 0!important;
    opacity: 0;
    z-index: 0
}

.splide__track--fade>.splide__list>.splide__slide.is-active {
    opacity: 1;
    z-index: 1
}

.splide--rtl {
    direction: rtl
}

.splide__track--ttb>.splide__list {
    display: block
}

.splide__arrow {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    background: #ccc;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    height: 2em;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2em;
    z-index: 1
}

.splide__arrow svg {
    fill: #000;
    height: 1.2em;
    width: 1.2em
}

.splide__arrow:hover:not(:disabled) {
    opacity: .9
}

.splide__arrow:disabled {
    opacity: .3
}

.splide__arrow:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide__arrow--prev {
    left: 1em
}

.splide__arrow--prev svg {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1)
}

.splide__arrow--next {
    right: 1em
}

.splide.is-focus-in .splide__arrow:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide__pagination {
    bottom: .5em;
    left: 0;
    padding: 0 1em;
    position: absolute;
    right: 0;
    z-index: 1
}

.splide__pagination__page {
    background: #ccc;
    border: 0;
    border-radius: 50%;
    display: inline-block;
    height: 8px;
    margin: 3px;
    opacity: .7;
    padding: 0;
    position: relative;
    -webkit-transition: -webkit-transform .2s linear;
    transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear;
    transition: transform .2s linear,-webkit-transform .2s linear;
    width: 8px
}

.splide__pagination__page.is-active {
    background: #fff;
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
    z-index: 1
}

.splide__pagination__page:hover {
    cursor: pointer;
    opacity: .9
}

.splide__pagination__page:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide.is-focus-in .splide__pagination__page:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide__progress__bar {
    background: #ccc;
    height: 3px
}

.splide__slide {
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

.splide__slide:focus {
    outline: 0
}

@supports(outline-offset: -3px) {
    .splide__slide:focus-visible {
        outline:3px solid #0bf;
        outline-offset: -3px
    }
}

@media screen and (-ms-high-contrast:none) {
    .splide__slide:focus-visible {
        border: 3px solid #0bf
    }
}

@supports(outline-offset: -3px) {
    .splide.is-focus-in .splide__slide:focus {
        outline:3px solid #0bf;
        outline-offset: -3px
    }
}

@media screen and (-ms-high-contrast:none) {
    .splide.is-focus-in .splide__slide:focus {
        border: 3px solid #0bf
    }

    .splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus {
        border-color: #0bf
    }
}

.splide__toggle {
    cursor: pointer
}

.splide__toggle:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide.is-focus-in .splide__toggle:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide__track--nav>.splide__list>.splide__slide {
    border: 3px solid transparent;
    cursor: pointer
}

.splide__track--nav>.splide__list>.splide__slide.is-active {
    border: 3px solid #000
}

.splide__arrows--rtl .splide__arrow--prev {
    left: auto;
    right: 1em
}

.splide__arrows--rtl .splide__arrow--prev svg {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.splide__arrows--rtl .splide__arrow--next {
    left: 1em;
    right: auto
}

.splide__arrows--rtl .splide__arrow--next svg {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1)
}

.splide__arrows--ttb .splide__arrow {
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%)
}

.splide__arrows--ttb .splide__arrow--prev {
    top: 1em
}

.splide__arrows--ttb .splide__arrow--prev svg {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.splide__arrows--ttb .splide__arrow--next {
    bottom: 1em;
    top: auto
}

.splide__arrows--ttb .splide__arrow--next svg {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.splide__pagination--ttb {
    bottom: 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    left: auto;
    padding: 1em 0;
    right: .5em;
    top: 0
}

#disclaimer-dialog {
    display: none;
    position: absolute;
    border-radius: 1.375rem;
    z-index: 2147483603;
    overflow: hidden;
    -webkit-box-shadow: rgba(64,72,191,0.3) 4px 4px 102px 2px;
    box-shadow: rgba(64,72,191,0.3) 4px 4px 102px 2px;
    max-width: 360px;
    min-width: 300px;
    width: calc(100% - 1.375rem);
    margin: 0 auto;
    background-color: rgb(250,62,131);
    padding: 3px;
}

#disclaimer-dialog h1 {
    text-align: center;
    font-size: 22px;
}

#disclaimer-background {
    display: none;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 2147483602;
    background-color: rgb(11,14,19);
}

#disclaimer-dialog .center {
    text-align: center;
    font-size: 15px;
}

#disclaimer-dialog .dialog-head {
    background-color: rgb(250,62,131);
    color: rgb(255,255,255);
    line-height: 3.375rem;
}

#disclaimer-dialog .dialog-inner {
    text-align: center;
    padding: 1rem .875rem;
    background-color: rgb(255,255,255);
    border-radius: 0 0 1.375rem 1.375rem;
}

#disclaimer-dialog .underline {
    text-decoration: underline;
}

#disclaimer-dialog .italic {
    font-size: 14px;
    line-height: calc(20/14);
}

#disclaimer-dialog .italic:nth-of-type(1) span:after {
    content: "成人内容"
}

#disclaimer-dialog .bold {
    font-weight: bold;
    font-size: 20px;
    color: rgb(232,60,138);
    letter-spacing: .1em;
    padding: .625rem 0;
}

#disclaimer-dialog .dialog-btns {
    margin: 6px 0;
}

#disclaimer-dialog .dialog-btns p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 18px;
}

#disclaimer-dialog button {
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    font-weight: 400;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid transparent;
    font-size: 14px;
    border-radius: 8px;
    color: #fff;
    -webkit-box-shadow: inset 0 -3px rgba(0,0,0,0.2);
    box-shadow: inset 0 -3px rgba(0,0,0,0.2);
    padding: 0 16px;
    line-height: 36px;
}

#disclaimer-dialog button.agree {
    background-color: rgb(153,223,77);
    font-weight: 600;
    -webkit-box-shadow: 0 0 0 2px rgb(153,223,77);
    box-shadow: 0 0 0 2px rgb(153,223,77);
    color: rgb(255,255,255);
}

#disclaimer-dialog button.disagree {
    -webkit-box-shadow: 0 0 0 1px rgb(218,68,83);
    box-shadow: 0 0 0 1px rgb(218,68,83);
    background: transparent;
    border-radius: 0;
    color: rgb(38,33,33);
    color: rgb(218,68,83);
}

#disclaimer-dialog .dialog-lines small {
    display: block;
    padding: .625rem 0;
    letter-spacing: .5px;
    font-size: 14px;
}

#disclaimer-dialog .dialog-lines small span {
    color: rgb(153,223,77);
    letter-spacing: 1px;
}

.spo {
    margin: 0 auto;
    background: -webkit-gradient(linear,left top, left bottom,from(rgb(216,248,255)),color-stop(rgb(255,255,255)),to(rgb(255,223,223)));
    background: linear-gradient(to bottom,rgb(216,248,255),rgb(255,255,255),rgb(255,223,223));
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border: 1px solid rgba(0,0,0,0.1);
}

.spop {
    text-align: center;
}

.spopic {
    margin: 0 auto;
    background-color: rgb(255,255,255);
    padding: calc(.375rem/2);
}

.spopic img {
    height: 100%;
    width: 100%;
    margin: 0 auto;
    display: block;
    max-height: 118.75px;
    max-width: 380px;
}

.spop p {
    font-family: Oswald;
    letter-spacing: .1rem;
    font-size: 1rem;
    animation: Color 4s linear infinite;
    -webkit-animation: Color 4s ease-in-out infinite;
    padding: .375rem .625rem;
}

/*responsive*/
@media only screen and (min-width: 768px) {
    .mobile-header,.guide,.index-content,.type-content,.detail-content,.unit-content,.actor-content,.play-content,.vods-push,.newpost,.back-zone {
        width:100%;
    }

    .header-btn a,.header-btn label {
        padding: 0 8px;
    }

    .logo,.logo a {
        width: calc(88px + 1vw);
    }

    .header-side-w {
        width: 15%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .guide {
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin: 0 auto;
        padding: .375rem;
    }

    .line-nav {
        position: relative;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        top: unset;
        left: unset;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        padding: 0;
        width: 100%;
    }

    .nav-toggle-label {
        display: none;
    }

    .search-bar {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
        max-width: 200px;
        border-radius: 6px;
        margin-left: .375rem;
    }

    .search-bar .search-submit {
        aspect-ratio: unset;
    }

    .line-nav nav {
        padding: 0;
    }

    .line-nav nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0;
        border: 0;
        border-radius: 6px;
    }

    .line-nav nav ul li {
        font-size: 14px;
        width: 100%;
        padding: 0 calc(.375rem/3);
        line-height: 2.375rem;
    }

    .line-nav nav ul li a {
        font-size: 14px;
        aspect-ratio: unset;
        padding: 0 calc(.375rem/2);
        width: unset;
    }

    .nav-toggle:checked ~ .line-nav ul {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .talkin {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 auto;
    }

    .bread-crumb ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding: 0 .625rem;
    }

    .zone-box {
        padding: 1.375rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        max-width: 594px;
    }

    .fanz {
        top: 0;
        aspect-ratio: 1/1;
        display: -ms-grid;
        display: grid;
        place-content: center;
        padding: 0 .875rem;
        margin-right: .625rem;
        width: 80px;
        line-height: 1.5;
        letter-spacing: .1em;
    }

    .zone-box .fanz-list {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        width: 100%;
    }

    .zone-box .fanzer {
        width: auto;
        min-width: 15%;
        max-width: 128px;
        margin: .375rem calc(.375rem/2);
    }

    .current {
        max-width: 95%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0;
    }

    .belong {
        aspect-ratio: unset;
        width: 100px;
    }

    .belong a {
        aspect-ratio: inherit;
        letter-spacing: .1em;
        padding: 10px;
    }

    .title-s span {
        position: relative;
        -webkit-line-clamp: 1;
    }

    .type-title span {
    }

    .type-title a {
        max-width: 338px;
        border-radius: .75rem;
        border: calc(.375rem/2) solid rgb(255,255,255);
    }

    .vods-layout {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .vod-box {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        border-radius: .375rem;
        width: calc(33.333% - .375rem);
    }

    .vod {
        height: 100%;
    }

    .vod-thumb {
        height: 178px;
        aspect-ratio: 340 / 178;
        background-color: rgb(6, 0, 4);
    }

    .vod-thumb img {
        width: unset;
        min-width: unset;
        border-radius: 0;
        min-height: unset;
        margin: 0 auto;
        mix-blend-mode: screen;
        -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
        transform: scale(1.02);
    }

    .vod-name {
        margin-top: .375rem;
    }

    .vod-name span {
        text-align: left;
    }

    .pop-inner {
        margin: 0 15%;
        padding: 1.625rem;
    }

    .pop-show {
        -ms-flex-pack: space-around;
        justify-content: space-around;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .hellow {
        width: 70%;
        padding: 1rem;
    }

    .easy-search {
        margin: 6px;
        border-radius: 12px;
    }

    .easy-search span {
        width: 50px;
        padding: .875rem;
        font-size: 17px;
        line-height: 1.15;
    }

    .search {
        width: 50%;
        align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
    }

    .tag-cloud span {
        letter-spacing: .1em;
        padding: 10px 16px;
    }

    .tag-scroll {
        width: 100%;
    }

    .tag-scroll .tag {
    }

    .tag a {
    }

    .pop-close {
        width: 2.625rem;
        height: 2.625rem;
        line-height: 2.625rem;
    }

    .vod-layout {
        padding: 0;
    }

    .player {
    }

    .playing {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 1.5rem .75rem;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    }

    .playing .vod-title {
        max-width: 38%;
        height: unset;
    }

    .vod-qr {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        margin-right: .875rem;
        margin-bottom: 0;
    }

    .playing .vod-source {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: .875rem auto 0;
    }

    .detail-layout {
        max-width: 72%;
        margin: .375rem auto;
    }

    .vod-detail {
        padding: 1rem;
    }

    .vod-detail .thumb {
        padding: .625rem;
    }

    .vod-detail .thumb a img {
        min-width: 396px;
    }

    .vod-title h1 {
        word-break: break-all;
    }

    .vod-etc {
        max-width: 90%;
        text-align: center;
    }

    .push-layout {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .push-layout .vod-box {
        padding: 0;
    }

    .msg-layout {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        padding: 10px;
    }

    .actor-layout {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .index-content section {
    }

    .index-content .vods-layout {
    }

    .type-content .title-s span,.search-content .title-s span,.actor-content .title-s span,.topic-content .title-s span {
    }

    .actor-card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.333%;
    }

    .topic-box {
        width: 12.5%;
    }

    .layfun {
        margin: .375rem auto;
    }

    #disclaimer-dialog {
        min-width: 395px;
    }

    .index-content .layout {
        margin: calc(.625rem/2) auto;
    }
}

@media only screen and (min-width: 992px) {
    .mobile-header,.guide,.index-content,.type-content,.search-content,.detail-content,.topic-content,.unit-content,.actor-content,.play-content,.vods-push,.newpost,.back-zone {
        width:960px;
    }

    .mobile-header {
        height: 68px;
    }

    .mobile-logo {
    }

    .header-btn a,.header-btn label {
        padding: 10px;
    }

    .header-btn a:hover,.header-btn label:hover {
        background: rgba(255,172,172,0.3);
    }

    .logo,.logo a {
    }

    .header-side-w {
        width: 15%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .guide {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding: 0;
    }

    .line-nav {
        position: relative;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        top: unset;
        left: unset;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        padding: 0;
        width: calc(100% - 290px);
    }

    .nav-toggle-label {
        display: none;
    }

    .search-bar {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        max-width: 280px;
        margin-left: .625rem;
    }

    .search-bar .search-submit {
    }

    .line-nav nav {
        padding: 0;
    }

    .line-nav nav ul {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .line-nav nav ul li a {
        aspect-ratio: unset;
        font-size: 15px;
        padding: 0 10px;
    }

    .line-nav nav ul li a:hover {
        /*! /*! background-color:rgba(253,101,101,0.5); */
        -webkit-box-shadow: 0 0 0 1px rgba(253,101,101,0.5),inset 0 0 10px 0 rgba(253,101,101,0.5);
        box-shadow: 0 0 0 1px rgba(253,101,101,0.5),inset 0 0 10px 0 rgba(253,101,101,0.5);
    }

    .talkin {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .talkin p {
        /*! margin:0 1rem; */
    }

    .bread-crumb ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding: 0;
    }

    .current {
        max-width: 95%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .belong {
        aspect-ratio: unset;
        width: 100px;
    }

    .title-s span {
        position: relative;
        -webkit-line-clamp: 1;
    }

    .home,.back {
        width: 2.8rem;
        height: 2.8rem;
    }

    .page {
        margin: 1.375rem auto;
    }

    .page-step {
        display: none;
    }

    .page-num {
        display: block;
    }

    .page-num a {
        font-weight: 700;
        color: rgb(128,128,128);
    }

    .page-num a:hover {
        background-color: rgb(255,196,206);
        color: rgb(255,255,255);
    }

    .page-num.active a {
        background-color: rgb(232,60,138);
        color: rgb(255,255,255);
    }

    .back-zone {
        padding: 1.375rem 0 0;
        margin: 0 auto;
    }

    .zone-box ul li {
        min-width: unset;
        width: auto;
    }

    .type-title {
        margin: 0;
    }

    .pop-inner {
        margin: 0 33%;
        padding: calc(1rem + .5%);
    }

    .pop-show {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }

    .hellow {
        padding: 3% 5%;
    }

    .search {
        width: 50%;
        padding-left: 1rem;
    }

    .tag-cloud {
        display: block;
        max-height: 236px;
    }

    .tag-cloud span {
        letter-spacing: .1em;
        padding: 10px 16px;
    }

    .tag-scroll {
        width: 100%;
        max-height: 238px;
    }

    .pop-close {
    }

    .detail-layout {
        max-width: 60%;
    }

    .index-content .vods-layout {
    }

    .vod-detail {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }

    .vod-title h1 {
        font-size: 16px;
    }

    .play-content,.unit-content {
        margin: 0 auto 1rem;
    }

    .playing {
        margin: 0 auto;
    }

    .playing .vod-title {
        max-width: 50%;
    }

    .vod-box {
        width: calc(33.333% - .5rem);
    }

    .vod-thumb {
        height: 210px;
    }

    .widget {
        right: 1.5rem;
    }

    .msg-layout {
        -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        padding: 1rem;
    }

    .actor-card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }

    .index-only ul li a .actor-img {
        max-height: 236px;
    }

    .index-only {
        margin-bottom: 0;
    }

    .top-links {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 6px;
    }

    .top-links div {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }
}

@media only screen and (min-width: 1200px) {
    .mobile-header,.guide,.talkin,.index-content,.type-content,.search-content,.detail-content,.topic-content,.unit-content,.actor-content,.play-content,.back-zone,.newpost {
    }

    .mobile-header {
        max-width: calc(100vw - 12%);
    }

    .line-nav nav ul li a {
        padding: 0 10px;
    }

    .vod-thumb {
        height: 210px;
    }
}

@media only screen and (min-width: 1400px) {
    .mobile-header,.guide,.talkin,.index-content,.type-content,.search-content,.detail-content,.topic-content,.unit-content,.actor-content,.play-content,.back-zone,.vods-push,.newpost {
        width:1154px;
    }

    .mobile-header {
    }

    .line-nav nav ul li a {
        padding: 0 .875rem;
    }

    .vod-thumb {
        height: 250px;
    }
}

@media only screen and (min-width: 1600px) {
}

@media only screen and (max-width: 320px) {
}

/* Animation */
@-webkit-keyframes Pulse {
    0%,45% {
        -webkit-box-shadow: 0px 0px 0px 0px rgba(219,219,219,0.7);
        box-shadow: 0px 0px 0px 0px rgba(219,219,219,0.7);
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 15px rgba(242,242,242,0.01);
        box-shadow: 0px 0px 0px 15px rgba(242,242,242,0.01);
    }
}

@keyframes Pulse {
    0%,45% {
        -webkit-box-shadow: 0px 0px 0px 0px rgba(219,219,219,0.7);
        box-shadow: 0px 0px 0px 0px rgba(219,219,219,0.7);
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 15px rgba(242,242,242,0.01);
        box-shadow: 0px 0px 0px 15px rgba(242,242,242,0.01);
    }
}

@keyframes Color {
    0% {
        color: #A0D468;
    }

    20% {
        color: #4FC1E9;
    }

    40% {
        color: #FFCE54;
    }

    60% {
        color: #FC6E51;
    }

    80% {
        color: #ED5565;
    }

    100% {
        color: #AC92EC;
    }
}

@-webkit-keyframes Color {
    0% {
        color: #A0D468;
    }

    20% {
        color: #4FC1E9;
    }

    40% {
        color: #FFCE54;
    }

    60% {
        color: #FC6E51;
    }

    80% {
        color: #ED5565;
    }

    100% {
        color: #AC92EC;
    }
}

@-webkit-keyframes gradient {
    0%, to {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }
}

@keyframes gradient {
    0%, to {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }
}
