.contentsHeader-wrap {
    position: relative;
    min-width: 780px;
    margin: 0 auto;
    text-align: center;
    z-index: 20;
    overflow: hidden;
    user-select: none;

}

.contentsHeader {
    position: relative;
    margin: auto;
    display: inline-block;
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

/* =============================
   Title
============================= */
.contentsHeader .contentsTitle {
    position: relative;
    z-index: 100;
}

.contentsHeader .contentsTitle p {
    position: relative;
}

.contentsTitle b {
    display: block;
    font-size: 18px;
    line-height: 1;
    color: #555;
    font-weight: 700;
    /* font-family: "Noto Serif JP", sans-serif; */
    letter-spacing: 4px;
    transform: skewX(-4deg) translateY(-10px);
    color: rgba(226, 185, 153, 0);
    background: linear-gradient(0deg, #bfc0c0, #fff 25% 0, #fbfbfb, #fff 75% 0, #bfc0c0);
    background-clip: border-box;
    background-clip: text;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.title-animate {
    display: inline-block;
    /* overflow: hidden; */
}

/*
.title-animate::before {
    content: attr(data-text);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    pointer-events: none;

    font-family: "Cormorant Garamond", sans-serif;
    font-size: 6.5rem;
    font-style: italic;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
    white-space: nowrap;

    background-image: linear-gradient(90deg, rgba(158, 62, 178, 1), rgba(247, 94, 139, 1));
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
    */

.contentsTitle .title-animate .char {
    display: inline-block;
    opacity: 0;
    transform: translateY(5px);
    filter: blur(6px);
    transition:
        opacity 0.6s ease,
        transform 0.6s ease,
        filter 0.6s ease;
    font-family: "Cormorant Garamond", sans-serif;
    font-size: clamp(3rem, 8vw, 6.5rem);
    font-style: italic;
    /* font-size: clamp(2.5rem, -3.333rem + 9.33vw, 11.25rem); */
    color: transparent;
    font-weight: 500;
    letter-spacing: 0;
    padding: 0 0 0.1em 0;
    color: rgba(226, 185, 153, 0);
    background: linear-gradient(0deg, #bfc0c0, #fff 25% 0, #fbfbfb, #fff 75% 0, #bfc0c0);
    background-clip: border-box;
    background-clip: text;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.contentsTitle .title-animate.is-titleShow .char {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
}

#filterCount {
    display: inline-block;
}

#filterCountNum {
    display: inline-block;
    font-size: 150%;
    font-weight: 600;
    vertical-align: baseline;
    color: #c4c7ca;
    font-weight: 400;
    padding-right: 2px;
}

/* =============================
   Search Navi - Opera Gold
============================= */
#searchNaviWrap {
    position: absolute;
    top: 10px;
    right: 120px;
    overflow: hidden;
    z-index: 100;
    padding: 8px 20px;
    background:
        radial-gradient(circle at 50% 0%, rgba(204, 145, 82, .16), transparent 42%),
        linear-gradient(180deg, rgba(20, 18, 16, .96), rgba(7, 8, 9, .98));
    border-top: 1px solid rgba(194, 139, 84, .38);
    border-bottom: 1px solid rgba(194, 139, 84, .38);
    box-shadow: 0 8px 10px rgba(0, 0, 0, .35);
    border-radius: 999px;
    margin-top: 10px;
}

#searchNavi ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#searchNavi li {
    text-align: center;
}

#searchNavi li a {
    position: relative;
    display: block;
    padding: 12px 24px;

    font-size: 22px;
    font-weight: 500;
    font-family: "Cormorant Garamond", sans-serif;
    font-style: italic;
    line-height: 1;

    color: #d8a06a;
    text-decoration: none;

    text-shadow: 0 0 12px rgba(255, 190, 120, .22);
    transition: color .3s ease, text-shadow .3s ease;
}

#searchNavi li a:hover {
    color: #ffe0ad;
    text-shadow:
        0 0 8px rgba(255, 225, 180, .62),
        0 0 18px rgba(202, 132, 66, .42);
}

/* divider */
#searchNavi li a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -1px;

    width: 1px;
    height: 24px;

    background: linear-gradient(to bottom,
            rgba(194, 139, 84, 0),
            rgba(194, 139, 84, .72),
            rgba(194, 139, 84, 0));

    transform: translateY(-50%);
}

#searchNavi li:last-child a::before {
    display: none;
}

/* subtitle */
#searchNavi li a span {
    display: block;
    margin-top: 5px;
    font-size: 11px;
    line-height: 1;
    color: #efd8bd;
    letter-spacing: .12em;
    opacity: .78;
}

/* ----------------------------
   ACTIVE
----------------------------- */
#searchNavi li.active a {
    color: #fff0d2;
    text-shadow:
        0 0 8px rgba(255, 230, 190, .75),
        0 0 18px rgba(214, 148, 80, .55),
        0 0 32px rgba(214, 148, 80, .35);
}

#searchNavi li.active a span {
    color: #fff0d2;
    opacity: 1;
}

/* glow background */
#searchNavi li.active a::after {
    content: "";
    position: absolute;

    width: 72%;
    height: 52%;

    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    border-radius: 50px;

    background: radial-gradient(circle,
            rgba(255, 218, 170, .45) 0%,
            rgba(204, 132, 64, .28) 42%,
            rgba(204, 132, 64, 0) 72%);

    filter: blur(13px);
    pointer-events: none;
    z-index: -1;

    animation: glowPulse 2.4s ease-in-out infinite;
}

@keyframes glowPulse {

    0%,
    100% {
        opacity: .55;
        transform: translate(-50%, -50%) scale(.96);
    }

    50% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.08);
    }
}

/* ----------------------------
   ANIMATION
----------------------------- */
@keyframes glowPulse {

    0% {
        opacity: .6;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: .6;
    }

}

/* =============================
  Filter Bar
============================= */
#filterBar {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 12px 0;
    margin: 0;
    list-style: none;
    align-items: center;
}

/* li は飾りなし */
#filterBar li {
    margin: 0;
    padding: 0;
}

/* =============================
  Base Button (OFF)
============================= */
#filterBar .filterBtn,
#filterBar #filterReset {
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid rgba(255, 255, 255, .35);
    background: rgba(0, 0, 0, .25);
    color: rgba(255, 255, 255, .85);
    font-size: 13px;
    line-height: 1;
    padding: 10px 14px;
    border-radius: 999px;
    cursor: pointer;
    transition:
        transform .12s ease,
        background .25s ease,
        border-color .25s ease,
        color .25s ease,
        box-shadow .25s ease,
        opacity .25s ease;
    user-select: none;
    white-space: nowrap;
}

/* hover = OFFでも押せそうに見せる */
#filterBar .filterBtn:hover {
    background: rgba(0, 0, 0, .35);
    border-color: rgba(255, 255, 255, .55);
    transform: translateY(-1px);
}

/* 押した瞬間 */
#filterBar .filterBtn:active,
#filterBar #filterReset:active {
    transform: translateY(1px) scale(.98);
}

/* =============================
  ON 상태 (active)
============================= */
#filterBar .filterBtn.is-filter-on {
    background: rgba(201, 168, 106, .95);
    /* gold */
    color: #111;
    border-color: rgba(201, 168, 106, 1);
    box-shadow:
        0 8px 18px rgba(201, 168, 106, .25),
        0 0 0 2px rgba(201, 168, 106, .25) inset;
}

/* ONのhoverはさらに気持ちよく */
#filterBar .filterBtn.is-filter-on:hover {
    background: rgba(201, 168, 106, 1);
    transform: translateY(-1px);
}

/* ONの「点灯」マーク（わかりやすい） */
#filterBar .filterBtn.is-filter-on::before {
    content: "●";
    display: inline-block;
    margin-right: 7px;
    font-size: 10px;
    line-height: 1;
    transform: translateY(-1px);
}

/* =============================
  Reset Button
============================= */
#filterBar #filterReset {
    border-color: rgba(255, 255, 255, .25);
    background: rgba(255, 255, 255, .08);
    color: rgba(255, 255, 255, .9);
}

/* Reset は危険色っぽく */
#filterBar #filterReset:hover {
    background: rgba(255, 80, 80, .18);
    border-color: rgba(255, 80, 80, .35);
    color: #fff;
}

/* =============================
  Focus (keyboard)
============================= */
#filterBar .filterBtn:focus,
#filterBar #filterReset:focus {
    outline: none;
    transform: tr;
}

#filterBar .filterBtn:focus-visible,
#filterBar #filterReset:focus-visible {
    box-shadow:
        0 0 0 3px rgba(255, 255, 255, .18),
        0 0 0 6px rgba(201, 168, 106, .18);
}

/* 状態管理系 */
.is-filter-on {}

.is-filter-disabled {
    opacity: .4;
    pointer-events: none;
}

.is-filter-hidden {
    display: none !important;
}

/* =============================
  SP: 少し大きめ
============================= */
@media (max-width: 768px) {
    #filterBar {
        gap: 8px;
    }

    #filterBar .filterBtn,
    #filterBar #filterReset {
        padding: 12px 16px;
        font-size: 14px;
    }
}

.pair-bg {
    position: absolute;
    width: 100%;
    inset: 0;
    background-image: url("/img/bg_pair.webp");
    background-size: 100% auto;
    background-repeat: no-repeat;
    z-index: -1;
}

/******************************************コンパニオンリスト******************************************/
.companionWrap {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 100%;
    padding: 0 0 100px 0;
}

/* .companionWrap {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 100%;
    background-image: url(/img/repeat_bg.webp);
    background-position: 50%;
    background-size: 320px auto;
    z-index: 1;
} */

/* .companionWrap::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 500px;
    background: #191919;
    background: linear-gradient(0deg, rgba(25, 25, 25, 0) 0%, rgba(25, 25, 25, 1) 100%);
    z-index: -1;
} */



.companion {
    position: relative;
    padding: 6px;
}

/* .companion::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    border-radius: 10px;
} */

@media only screen and (max-width:767px) {
    .companion {
        position: relative;
        width: 100%;
        height: 100%;
        min-height: 100%;
        max-width: 90%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
    }

    .companion.is-zigzag {
        margin: 50px auto 0 auto;
    }

    .companion li.thumb-list {
        position: relative;
        text-align: center;
        width: 50%;
    }
}

@media only screen and (min-width:768px) {
    .companion {
        position: relative;
        width: 100%;
        height: 100%;
        min-height: 100%;
        max-width: 96vw;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
    }

    .companion.is-zigzag {
        margin: 50px auto 0 auto;
    }

    .companion li.thumb-list {
        position: relative;
        text-align: center;
        width: 33.333333%;
    }

}

@media only screen and (min-width:1024px) {
    .companion {
        position: relative;
        width: 100%;
        height: 100%;
        min-height: 100%;
        max-width: 1020px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
    }

    .companion.is-zigzag {
        margin: 50px auto 0 auto;
    }

    .companion li.thumb-list {
        position: relative;
        text-align: center;
        width: 25%;
    }
}

@media only screen and (min-width:1300px) {
    .companion {
        position: relative;
        width: 100%;
        height: 100%;
        min-height: 100%;
        max-width: 1230px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
    }

    .companion.is-zigzag {
        margin: 50px auto 0 auto;
    }

    .companion li.thumb-list {
        position: relative;
        text-align: center;
        width: 20%;
    }

}

@media only screen and (min-width:1500px) {
    .companion {
        position: relative;
        width: 100%;
        height: 100%;
        min-height: 100%;
        max-width: 1430px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
    }

    .companion.is-zigzag {
        margin: 50px auto 0 auto;
    }

    .companion li.thumb-list {
        position: relative;
        text-align: center;
        width: 20%;
    }

}

@media only screen and (min-width:1700px) {
    .companion {
        position: relative;
        width: 100%;
        height: 100%;
        min-height: 100%;
        max-width: 1630px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
    }

    .companion li.thumb-list {
        position: relative;
        text-align: center;
        width: 20%;
    }

}

@media only screen and (min-width:1900px) {
    .companion {
        position: relative;
        width: 100%;
        height: 100%;
        min-height: 100%;
        max-width: 1600px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
    }

    .companion.is-zigzag {
        margin: 50px auto 0 auto;
    }

    .companion li.thumb-list {
        position: relative;
        text-align: center;
        width: 20%;
    }
}

@media only screen and (min-width:1900px) {
    .companion {
        position: relative;
        width: 100%;
        height: 100%;
        min-height: 100%;
        max-width: 100%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
    }


    .companion li.thumb-list {
        position: relative;
        text-align: center;
        width: 20%;
    }
}

@media only screen and (min-width:1921px) {
    .companion {
        position: relative;
        width: calc(100% - 12px);
        height: 100%;
        min-height: 100%;
        max-width: 2450px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
    }

    .companion li.thumb-list {
        position: relative;
        text-align: center;
        width: 16.666666%;
    }
}

.companion li.thumb-list {
    position: relative;
}

.companion li.thumb-list {
    opacity: 0;
    transform: scale(.985);
    filter: blur(5px);
    transition:
        opacity .75s ease,
        transform .75s ease,
        filter .75s ease;
    will-change: opacity, transform, filter;
}


.companion li.thumb-list.is-randomFade-show {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
}

.companion li.thumb-list.is-randomFade-done {
    will-change: auto;
}

/* ---------- Slide ---------- */
.companion li.thumb-list.effect-slide {
    transform: translateY(40px);
    filter: blur(5px);
}

.companion li.thumb-list.effect-slide.is-randomFade-show {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
}

/* ---------- Zoom ---------- */
.companion li.thumb-list.effect-zoom {
    transform: scale(.94);
    filter: blur(5px);
}

.companion li.thumb-list.effect-zoom.is-randomFade-show {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
}

.companion li.thumb-list .thumb-inner {
    display: block;
    position: relative;
    background: transparent;
}

.companion li.thumb-list a.ca {
    position: relative;
    display: block;
    transition: 0.3s ease;
    position: relative;
    text-align: center;
    margin: 6px;
    z-index: 1;
    border-radius: 18px;
    overflow: hidden;
    padding: 2px;
    background-blend-mode: lighten;

    /* border-top: 2px solid #353535;
    border-right: 2px solid #1a1a1a;
    border-bottom: 2px solid #1a1a1a;
    border-left: 2px solid #353535; */
}

.companion li.thumb-list.class-regular a.ca {
    background: linear-gradient(0deg,
            #353535 0%,
            #1a1a1a 18%,
            #3a3a3a 50%,
            #1a1a1a 82%,
            #353535 100%),
        linear-gradient(90deg,
            #353535 0%,
            #1a1a1a 18%,
            #3a3a3a 50%,
            #1a1a1a 82%,
            #353535 100%);
}


.companion li.thumb-list.class-exe a.ca {
    background: linear-gradient(0deg,
            #353535 0%,
            #2b2417 18%,
            #c7a45d 42%,
            #fff2c5 50%,
            #c7a45d 58%,
            #2b2417 82%,
            #353535 100%),
        linear-gradient(90deg,
            #353535 0%,
            #2b2417 18%,
            #c7a45d 42%,
            #fff2c5 50%,
            #c7a45d 58%,
            #2b2417 82%,
            #353535 100%);
}

.companion li.thumb-list.class-royal a.ca {
    background: linear-gradient(0deg,
            #353535 0%,
            #222428 18%,
            #bfc4ca 42%,
            #ffffff 50%,
            #bfc4ca 58%,
            #222428 82%,
            #353535 100%),
        linear-gradient(90deg,
            #353535 0%,
            #222428 18%,
            #bfc4ca 42%,
            #ffffff 50%,
            #bfc4ca 58%,
            #222428 82%,
            #353535 100%);
}

.companion li.thumb-list.class-vip a.ca {
    background: linear-gradient(0deg,
            #353535 0%,
            #24172d 18%,
            #7d47b6 42%,
            #e5ccff 50%,
            #7d47b6 58%,
            #24172d 82%,
            #353535 100%),
        linear-gradient(90deg,
            #353535 0%,
            #24172d 18%,
            #7d47b6 42%,
            #e5ccff 50%,
            #7d47b6 58%,
            #24172d 82%,
            #353535 100%);
}



.companion li.thumb-list .today-time,
.companion li.thumb-list .next-time,
.companion li.thumb-list .still-time {
    position: relative;
    display: block;
    background-color: #000;
    border-radius: 18px 18px 0 0;
    overflow: hidden;
}

.companion li.thumb-list .today-time b {
    position: relative;
    display: block;
    color: #f3f3f3;
    font-size: clamp(1.2rem, 0.8rem + 0.8vw, 1.4rem);
    line-height: 36px;
    letter-spacing: 2px;
    white-space: nowrap;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: italic;
    text-shadow:
        1px 1px 1px rgba(0, 0, 0, .5),
        1px 1px 1px rgba(255, 255, 255, .5);
}

.companion li.thumb-list .next-time b {
    position: relative;
    display: block;
    color: #a1a1a1;
    background-color: #191919;
    font-size: clamp(1.075rem, 0.675rem + 0.8vw, 1.275rem);
    line-height: 36px;
    white-space: nowrap;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: italic;
    text-shadow:
        1px 1px 1px rgba(0, 0, 0, .5),
        1px 1px 1px rgba(255, 255, 255, .5);
}

.companion li.thumb-list .still-time b {
    display: block;
    line-height: 36px;
    white-space: nowrap;
    font-size: clamp(1.075rem, 0.675rem + 0.8vw, 1.275rem);
}

.companion li.thumb-list a.ca .flareWrap {
    display: block;
    overflow: hidden;
    /* border-left: 2px solid #404040;
    border-top: 2px solid #404040;
    border-bottom: 2px solid #1a1a1a;
    border-right: 2px solid #111; */
}


.companion li.thumb-list a.ca span.thumb-wrap {
    overflow: hidden;
    position: relative;
    display: block;
}

/*
.companion li.thumb-list a.ca span.thumb-wrap .c-TL {
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 70px;
    height: 70px;
    background-image: url(/img/corner_TL.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
    transition: 0.3s ease;
}

.companion li.thumb-list a.ca:hover .c-TL {
    transform: translate(5px, 5px);
}

.companion li.thumb-list a.ca span.thumb-wrap .c-TR {
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 70px;
    height: 70px;
    background-image: url(/img/corner_TR.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
    transition: 0.3s ease;
}

.companion li.thumb-list a.ca:hover .c-TR {
    transform: translate(-5px, 5px);
}

.companion li.thumb-list a.ca span.thumb-wrap .c-BR {
    display: block;
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 70px;
    height: 70px;
    background-image: url(/img/corner_BR.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
    transition: 0.3s ease;
}

.companion li.thumb-list a.ca:hover .c-BR {
    transform: translate(-5px, -5px);
}

.companion li.thumb-list a.ca span.thumb-wrap .c-BL {
    display: block;
    position: absolute;
    bottom: 5px;
    left: 5px;
    width: 70px;
    height: 70px;
    background-image: url(/img/corner_BL.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
    transition: 0.3s ease;
}

.companion li.thumb-list a.ca:hover .c-BL {
    transform: translate(5px, -5px);
}
*/
.companion li.thumb-list a.ca span.thumb-p {
    position: relative;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
    opacity: 1;
    height: calc(100vh - 16vw);
    min-height: 500px;
    max-height: 700px;
    background-color: #000;
    background-size: auto 100%;
    background-position: 50% 50%;
    transform: scale(1);
    filter: saturate(105%);
    border-radius: 0 0 18px 18px;
}

.companion li.thumb-list a.ca:hover span.thumb-p {
    position: relative;
    transform: scale(1.04);
}

.companion li.thumb-list a.ca span.thumb-p img.companionThumb {
    width: 130%;
    height: auto;
    transition: 0.6s ease;
    margin-left: -15%;
    /* filter: contrast(105%); */
}

.companion li.thumb-list a.ca span.thumb-p img.companionThumb.hoverThumb {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.6s ease;
}

.companion li.thumb-list a.ca:hover span.thumb-p img.companionThumb {
    transform: scale(1.08) rotate(-2deg);
}

.companion li.thumb-list a.ca:hover span.thumb-p img.companionThumb.hoverThumb {
    transform: scale(1.08) rotate(-2deg);
    opacity: 1;
    filter: grayscale(50%) contrast(120%) sepia(20%) hue-rotate(305deg);
}

/* =============================
   Name Area
============================= */
.companion li.thumb-list dl span.nf-TL,
.companion li.thumb-list dl span.nf-TR,
.companion li.thumb-list dl span.nf-BR,
.companion li.thumb-list dl span.nf-BL {
    position: absolute;
    width: 40px;
    height: 40px;
    display: block;
    background-repeat: no-repeat;
    background-size: 100% auto;
    overflow: hidden;
    z-index: 2;
    opacity: 0.6;
    display: none;
}

.companion li.thumb-list dl span.nf-TL {
    background-image: url(/img/name_corner_TL.svg);
    top: 0;
    left: 0;

}

.companion li.thumb-list dl span.nf-TR {
    background-image: url(/img/name_corner_TR.svg);
    top: 0;
    right: 0;
}

.companion li.thumb-list dl span.nf-BR {
    background-image: url(/img/name_corner_BR.svg);
    bottom: 0;
    right: 0;
}

.companion li.thumb-list dl span.nf-BL {
    background-image: url(/img/name_corner_BL.svg);
    position: absolute;
    bottom: 0;
    left: 0;

}

.companion li.thumb-list dl {
    position: absolute;
    left: 50%;
    bottom: 8px;
    width: calc(100% - 16px);
    transform: translate(-50%, 0);
    z-index: 10;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.55);
    border-radius: 18px;
}


.companion li.thumb-list dl::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    background-image: radial-gradient(#111 30%, transparent 31%), radial-gradient(#111 30%, transparent 31%);
    background-size: 4px 4px;
    background-position: 0 0, 2px 2px;
    border-radius: 18px;
}

.companion li.thumb-list dl .name-inner {
    display: block;
    position: relative;
    z-index: 3;
    border-radius: 18px;
    border-top: 2px solid rgba(255, 235, 180, .35);
    border-right: 2px solid rgba(180, 140, 70, .22);
    border-bottom: 2px solid rgba(110, 80, 35, .35);
    border-left: 2px solid rgba(220, 190, 120, .28);
}

.companion li.thumb-list dl .name-inner::before {
    content: "";
    position: absolute;
    inset: 1px;
    border-top: 2px solid rgba(255, 255, 255, .06);
    border-left: 2px solid rgba(255, 255, 255, .04);
    border-right: 2px solid rgba(0, 0, 0, .15);
    border-bottom: 2px solid rgba(0, 0, 0, .25);
    pointer-events: none;
}

.companion li.thumb-list dl .name-inner .name-area {
    position: relative;
    display: block;
    padding: 15px 5%;
}

.companion li.thumb-list dl dt.name {
    position: relative;
    z-index: 10;
}

.companion li.thumb-list dl small {
    position: relative;
    display: block;
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 1) 50%,
            rgba(0, 0, 0, 0) 100%);
    width: 100%;
    height: 1px;
    margin: 8px auto;
}

.companion li.thumb-list dl small::after {
    content: "";
    position: absolute;
    top: 1px;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgb(53, 53, 53);
    background: linear-gradient(90deg,
            rgba(53, 53, 53, 0) 0%,
            rgba(53, 53, 53, 1) 50%,
            rgba(53, 53, 53, 0) 100%);
}

.companion li.thumb-list dl dt.name span.nameR {
    display: inline-block;
    font-size: clamp(0.75rem, 0.7rem + 0.3vw, 0.8rem);
    font-family: var(--FunctionPro);
    letter-spacing: 2px;
    position: relative;
    white-space: nowrap;
    z-index: 1;
    margin-bottom: 3px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #9f9f9f 0%,
            #c7c7c7 25%,
            #dddddd 50%,
            #c7c7c7 75%,
            #9f9f9f 100%);

    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
}

.companion li.thumb-list dl dt.name span.nameJ {
    /*    font-size: 3vmin;*/
    font-size: clamp(1.4rem, 2.5vw, 1.75rem);

    /* font-size: 1.75rem; */
    line-height: 1;
    letter-spacing: 0;
    font-family: var(--serif);
    font-weight: 600;
    display: block;
    transform: scaleY(1.1) skewX(-4deg);
    /* color: var(--textColor); */
    letter-spacing: 0;
    user-select: none;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #9f9f9f 0%,
            #c7c7c7 25%,
            #dddddd 50%,
            #c7c7c7 75%,
            #9f9f9f 100%);

}

.companion li.thumb-list dl dt.name span.nameJ b {
    font-family: var(--FunctionPro);
    display: inline-block;
    font-size: 66%;
    padding: 0 2px;
    color: #c4c7ca;
    font-weight: normal;
}

.companion li.thumb-list a.ca dl dd.size {
    font-family: var(--FunctionPro);
    font-size: 10px;
    display: inline-block;
    position: relative;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #9f9f9f 0%,
            #c7c7c7 25%,
            #dddddd 50%,
            #c7c7c7 75%,
            #9f9f9f 100%);
}

.companion li.thumb-list a.ca dl dd.size b {
    display: inline-block;
    font-family: var(--FunctionPro);
    font-weight: normal;
    font-size: 14px;
    margin-right: 3px;
    color: #9f9f9f;
    font-weight: normal;
}

/* =============================
   Rank / Icons
============================= */
.companion li.thumb-list a.ca .rank-img {
    position: absolute;
    width: auto;
    height: 100%;
    max-height: 100px;
    bottom: 153px;
    left: 10px;
    transform: translate(0%, 0);
    transform-origin: center bottom;
}

.companion li.thumb-list a.ca .rank-img img {
    height: 100%;
}

.companion li.thumb-list a.ca .ss-icon {
    position: absolute;
    top: 2px;
    right: 6px;
    text-align: right;
}

.companion li.thumb-list a.ca .ss-icon li {
    margin: 4px 0;
}

.companion li.thumb-list a.ca .ng-icon {
    position: absolute;
    top: 45px;
    right: 5px;
    text-align: right;
    display: none;
}

.companion li.thumb-list a.ca .ng-icon li {
    margin: 0 2px;
    display: inline-block;
    width: 30px;
    height: 30px;
}

.companion li.thumb-list a.ca .ng-icon li span {
    display: block;
    padding: 4px;
    overflow: hidden;
}

.companion li.thumb-list a.ca .ng-icon li span img {
    width: 100%;
}

.companion li.thumb-list a.ca .type-icon {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 90%;
    margin: 10px auto 0 auto;
    min-height: 46px;
    max-height: 46px;
    z-index: 11;
    white-space: nowrap;
    overflow: hidden;
}

.companion li.thumb-list a.ca .type-icon li {
    text-align: center;
    display: inline-block;
}

/* .companion li.thumb-list a.ca .type-icon li:nth-child(n+4) {
    display: none;
} */

.companion li.thumb-list a.ca .type-icon li.search-hidden {
    display: block;
}

.companion li.thumb-list a.ca .type-icon li span {
    display: block;
    padding: 4px 8px;
    margin: 2px;
    font-size: 11px;
    background: #292929;
    border-radius: 999px;
    white-space: nowrap;
    color: #aaa;
    letter-spacing: 0.1em;
    font-weight: 600;
    border: 1px solid #333;
}

.companion li.thumb-list a.ca .type-icon li.today-icon span {
    background: rgba(171, 0, 0, 1);
    color: #fafafa;
}

.companion li.thumb-list .class-icon li {
    display: block;
    position: absolute;
    pointer-events: none;
    z-index: 5;
}

.companion li.thumb-list .class-icon img {
    position: absolute;
    top: 0;
    right: 0;
    height: 16vh;
    max-height: 180px;
}

.companion li.thumb-list .class-icon .exe-icon {
    left: -25px;
    bottom: 330px;
    width: 50%;
}

.companion li.thumb-list .class-icon .royal-icon {
    left: -25px;
    bottom: 330px;
    width: 50%;
}

.companion li.thumb-list .class-icon .vip-icon {
    left: -25px;
    bottom: 330px;
    width: 50%;
}


/* =============================
   Marks
============================= */
.companion li.thumb-list .newMark2 {
    position: absolute;
    top: -10px;
    left: -70px;
    width: 220px;
    transform: rotate(-14deg);
    z-index: 10;
    display: none;
}

.companion li.thumb-list .newMark2 img {
    width: 100%;
}

.companion li.thumb-list .debut {
    position: absolute;
    top: 50px;
    left: -4px;
    z-index: 10;
    text-align: left;
    pointer-events: none;
}

.companion li.thumb-list .debut li {
    position: relative;
    display: block;
    margin-bottom: 16px;
}

.companion li.thumb-list .debut li.newMark span {
    display: inline-block;
    position: relative;
    background: #cbb891;
    background: linear-gradient(-45deg,
            #f2e7ca 0%,
            #dcc99f 18%,
            #cbb891 50%,
            #b79f73 82%,
            #a48b60 100%);
}

.companion li.thumb-list .debut li.newMark span:before,
.companion li.thumb-list .debut li.newMark span:after {
    position: absolute;
    content: '';
}

.companion li.thumb-list .debut li.newMark span:before {
    bottom: -10px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 10px solid #8f7750;
    border-left: 10px solid transparent;
}

.companion li.thumb-list .debut li.newMark span b {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    font-style: italic;
    font-family: "Roboto", sans-serif;
    color: #000;
    padding: 0 .86em;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.33);
}

.companion li.thumb-list .debut li.rePhoto span {
    display: inline-block;
}

.companion li.thumb-list .debut li.rePhoto span {
    background: rgb(29, 123, 2);
    background: linear-gradient(90deg, rgba(29, 123, 2, 1) 0%, rgba(66, 151, 8, 1) 100%);
}

.companion li.thumb-list .debut li.rePhoto span:before,
.companion li.thumb-list .debut li.rePhoto span:after {
    position: absolute;
    content: '';
}

.companion li.thumb-list .debut li.rePhoto span:before {
    bottom: -10px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 10px solid #165c02;
    border-left: 10px solid transparent;
}

.companion li.thumb-list .debut li.rePhoto span b {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    font-family: "Roboto", sans-serif;
    font-style: italic;
    color: #fff;
    text-shadow: 0 0 3px rgba(255, 255, 255, 0.3);
    padding: 0 14px;
}

.companion li.thumb-list .class-nirin {
    display: block;
    position: absolute;
    top: 50px;
    right: 10px;
    display: none;
}

.companion li.thumb-list .class-nirin .class-name {
    display: block;
    font-size: clamp(1.2rem, 0.8rem + 0.8vw, 1.4rem);
    line-height: 1;
    letter-spacing: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: italic;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #b39855 0%, #fff9e6 50%, #b39855 100%);
    padding: 0 0.25em;

}

.companion li.thumb-list .class-new {
    display: block;
    padding: 0 0 10px 15px;

}

.companion li.thumb-list .class-new .class-name {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}


.companion li.thumb-list .class-new .class-name b {
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    margin-left: 5px;
    display: none;
}

.companion li.thumb-list .class-bust {
    display: block;
    position: absolute;
    top: 40px;
    right: 0;
}

.companion li.thumb-list .class-bust .class-name {
    display: block;
    color: #ff5f99;
    font-size: 5vmax;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #b39855 0%, #fff9e6 50%, #b39855 100%);
    padding: 0 0.25em;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    transform: skewX(-6deg);
}


.companion li.thumb-list .class-bust .class-name b {
    font-size: 50%;
    letter-spacing: -1px;
    font-family: 'Roboto', sans-serif;

}


/* =============================
   SNS Icons
============================= */
.companion li.thumb-list a.ca dd.iconFlag {
    position: absolute;
    top: -40px;
    width: 100%;
    right: 5px;
}

.companion li.thumb-list a.ca dd.iconFlag ul.c-sns {
    z-index: 11;
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    float: right;
}

.companion li.thumb-list a.ca dd.iconFlag ul.c-sns li {
    position: relative;
    margin: 0 3px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    border: 1px solid #3f3f3f 50%;
}

.companion li.thumb-list a.ca dd.iconFlag ul.c-sns li span {
    display: block;
    line-height: 36px;
}


.companion li.thumb-list a.ca dd.iconFlag ul.c-sns li img {
    width: 60%;
}

.companion li.thumb-list a.ca dd.iconFlag ul.c-sns li.sns-t {
    /* background: #2daae1; */
    background: #000;
}

.companion li.thumb-list a.ca dd.iconFlag ul.c-sns li.sns-t span img {
    width: 50%;
}

.companion li.thumb-list a.ca dd.iconFlag ul.c-sns li.sns-i {
    /* background: #2daae1; */
    background: #000;
}

.companion li.thumb-list a.ca dd.iconFlag ul.c-sns li.sns-i span img {
    width: 55%;
}

.companion li.thumb-list a.ca dd.iconFlag ul.c-sns li.sns-l {
    background: #07b53b;
}

.companion li.thumb-list a.ca dd.iconFlag ul.c-sns li.sns-g {
    background: #fff;
    background: #000;
}

.companion li.thumb-list a.ca dd.iconFlag ul.c-sns li.sns-g span img {
    width: 66%;
}

.companion li.thumb-list a.ca dd.iconFlag ul.c-sns li.sns-lit {
    background: #9594fc;
}

.companion li.thumb-list a.ca dd.iconFlag ul.c-sns li.sns-lit span {
    line-height: 36px;
}

.companion li.thumb-list a.ca dd.iconFlag ul.c-sns li.sns-h {
    background: #fff;
    background: #000;
}

.companion li.thumb-list a.ca dd.iconFlag ul.c-sns li.sns-h span img {
    width: 40%;
}

.companion li.thumb-list a.ca dd.iconFlag ul.c-sns li a.snsA {
    position: relative;
    display: block;
}

.companion li.thumb-list a.ca dd.iconFlag ul.c-sns li a.snsA span {
    display: block;
}

.companion li.thumb-list a.ca dd.iconFlag ul.c-sns li a.snsA i {
    font-size: 20px;
    line-height: 36px;
    color: #fff;
}

.companion li.thumb-list a.ca dd.iconFlag ul.c-sns li:hover {
    background: #3f3f3f;
}


/* =============================
   Shift Marks
============================= */
.companion li.thumb-list a.ca span.shiftMark {
    display: block;
    text-align: center;
    position: absolute;
    top: calc(50% - 30px);
    left: 50%;
    width: 318px;
    transform: translate(-50%, 0);
}

.companion li.thumb-list a.ca span.shiftMark b {
    display: block;
    color: #fff;
    font-size: clamp(1.6rem, 1rem + 1.2vw, 1.75rem);
    line-height: 1;
    letter-spacing: 2px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: italic;
    padding: 5px 0 0 0;
    border-radius: 20px;
    text-shadow:
        1px 1px 1px rgba(0, 0, 0, .5),
        1px 1px 1px rgba(255, 255, 255, .5);
}

@media (max-width: 1023px) {
    .shiftMark_txt {
        display: none;
    }
}

@media (min-width: 1024px) {
    .companion li.thumb-list a.ca span.shiftMark .shiftMark_txt {
        display: flex;
        flex-wrap: wrap;
        text-align: center;
        white-space: nowrap;
        justify-content: center;
        width: 80%;
        margin: 0 auto;
        position: relative;
    }

    .companion li.thumb-list a.ca span.shiftMark .shiftMark_txt li {
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        font-size: clamp(1.05rem, 0.95rem + 0.4vw, 1.125rem);
        line-height: 1;
        color: rgba(255, 255, 255, 1);
        font-style: italic;
    }

    .shiftMark_txt li:nth-of-type(1) {
        animation-delay: 0.6s;
    }

    .shiftMark_txt li:nth-of-type(2) {
        animation-delay: 1s;
    }

    .shiftMark_txt li:nth-of-type(3) {
        animation-delay: 1.4s;
    }

    .shiftMark_txt li:nth-of-type(4) {
        animation-delay: 1.8s;
    }

    .shiftMark_txt li:nth-of-type(5) {
        animation-delay: 2.2s;
    }

    .shiftMark_txt li:nth-of-type(6) {
        margin-left: 10px;
        animation-delay: 2.6s;
    }

    .shiftMark_txt li:nth-of-type(7) {
        animation-delay: 3s;
    }

    .shiftMark_txt li:nth-of-type(8) {
        animation-delay: 3.4s;
    }

    .shiftMark_txt li:nth-of-type(9) {
        animation-delay: 3.8s;
    }
}

.companion li.thumb-list a.ca span.shiftMark2 {
    display: block;
    text-align: center;
    position: absolute;
    top: calc(50% - 10px);
    left: 50%;
    width: 318px;
    transform: translate(-50%, 0);
    transition: 0.4s ease-in-out;
    opacity: 0;
}

.companion li.thumb-list a.ca span.shiftMark2 b {
    display: block;
    color: #fff;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 2px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: italic;
    padding: 10px 0;
    text-shadow:
        1px 1px 1px rgba(0, 0, 0, .5),
        1px 1px 1px rgba(255, 255, 255, .5);
}

.companion li.thumb-list a.ca:hover span.shiftMark2 {
    opacity: 1;
    transform: translate(-50%, -50%);
}

.companion li.thumb-list a.ca span.shiftMark3 {
    display: block;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 318px;
    transform: translate(-50%, -40%);
    transition: 0.4s ease-in-out;
    opacity: 0;
}

.companion li.thumb-list a.ca span.shiftMark3 b {
    display: block;
    color: #fff;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 2px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-style: italic;
    padding: 10px 0;
}

.companion li.thumb-list a.ca:hover span.shiftMark3 {
    opacity: 0;
    transform: translate(-50%, -50%);
}

.companion li.thumb-list a.ca p.shiftTime {
    position: relative;
}

.companion li.thumb-list a.ca p.shiftTime span {
    font-family: "FunctionsPro", sans-serif;
    font-size: 20px;
    color: #cdbb84;
    padding: 10px 0 0 0;
    font-weight: bold;
    letter-spacing: 2px;
    display: block;
}

.companion li.thumb-list a.ca p.shiftTime span i {
    font-size: 20px;
    color: #cdbb84;
    margin-right: 3px;
}

/* =============================
   Flare
============================= */
.anim-box.flare {
    opacity: 1;
    position: relative;
    display: block;
}

/* .anim-box.flare::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #542B6D;
    background: linear-gradient(90deg, rgba(84, 43, 109, 0.97) 0%, rgba(0, 0, 0, 1) 50%, rgba(231, 63, 122, 1) 100%);
}
    */

.anim-box.flare::after {
    background-color: rgba(255, 255, 255, 1);
    content: "";
    display: block;
    position: absolute;
    top: -100px;
    left: 0;
    width: 30px;
    height: 100%;
    opacity: 0;
    mix-blend-mode: overlay;
}

.companion li.thumb-list a.ca:hover .anim-box.flare::after {
    animation: flare 0.8s linear 1;
}

.gravure li.thumb-list a.ca:hover .anim-box.flare::after {
    animation: flare 0.8s linear 1;
}

.ranking li.thumb-list a.ca:hover .anim-box.flare::after {
    animation: flare 0.8s linear 1;
}

@media all and (-ms-high-contrast: none) {
    .companion li.thumb-list a.ca:hover .anim-box.flare::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;
    }
}


/******************************************スケジュール******************************************/
#scheduleNavWrap {
    position: relative;
    z-index: 100;
    margin-top: 20px;
}

#scheduleNavWrap ul {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#scheduleNavWrap ul li {
    position: relative;
    display: inline-block;
    text-align: center;

}

#scheduleNavWrap ul li a {
    display: block;
    padding: 5px 1.5em;
    margin: 0 5px;
    /* border-bottom: 1px dotted #8a8a8a; */

    background: #292929;
    border-radius: 999px;
    border: 1px solid #333;
    white-space: nowrap;
    color: #aaa;


}

#scheduleNavWrap ul li a:hover span,
#scheduleNavWrap ul li a:hover span b {
    color: #fafafa;
}

#scheduleNavWrap ul li.active a {
    background-color: rgba(255, 255, 255, 0.8);
}

#scheduleNavWrap ul li.active a span {
    color: #333;

}

#scheduleNavWrap ul li.active a span b {
    color: #333;
}

#scheduleNavWrap ul li a span {
    font-size: 1.25em;
    font-family: "Roboto", sans-serif;
    color: #aaa;
    font-style: italic;
    transition: 0.3s ease;
    letter-spacing: 2px;
}

#scheduleNavWrap ul li a span.sun {
    color: #ff0000;
}

#scheduleNavWrap ul li a span.sat {
    color: #8080ff;
}

#scheduleNavWrap ul li a span b {
    display: block;
    font-family: "Roboto", sans-serif;
    color: #9f9f9f;
    font-size: 12px;
    font-style: italic;
    transition: 0.3s ease;
    letter-spacing: 2px;
}

#scheduleNavWrap ul li a span.sun b {
    color: #ff0000;
    ;
}

#scheduleNavWrap ul li a span.sat b {
    color: #8080ff;
}

#scheduleNavWrap ul li a:hover span.sun,
#scheduleNavWrap ul li a:hover span.sun b,
#scheduleNavWrap ul li a:hover span.sat,
#scheduleNavWrap ul li a:hover span.sat b {
    color: #fafafa;
}

.systemWrap-bg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: difference;
}

.systemWrap-bg span {
    position: relative;
    display: block;
}

.systemWrap-bg img {
    width: 100%;
}

.systemWrap-bg span::after {
    content: "";
    width: 100%;
    height: 100vh;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #282828;
    background: linear-gradient(0deg, rgba(40, 40, 40, 1) 0%, rgba(40, 40, 40, 0) 100%);
}

.systemWrap {
    position: relative;
    width: 100%;
    height: 100%;
    min-width: 1040px;
    padding: 80px 20px 150px 20px;
}

.system {
    position: relative;
    max-width: 1400px;
    min-width: 780px;
    margin: 0 auto;
    z-index: 10;
}

.systemMain {
    position: relative;
    margin: 0 auto 50px auto;
    text-align: center;
    width: 100%;
}

.systemContainer {
    position: relative;
    margin: 0 5% 0 25%;
    width: 70%;
    animation-duration: 0.8s;
    animation-delay: 0.3s;
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

/* .systemContainer::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
} */

.system-inner {
    position: relative;
    padding: 50px 30px;
    z-index: 10;
}

.sysTitle-wrap {
    position: relative;
}

.sysTitle {
    position: relative;
    text-align: left;
    font-style: italic;
    white-space: nowrap;
    left: 10%;
    display: flex;
    align-items: center;
}

.sysTitle-wrap .title-animate .char {
    display: inline-block;
    opacity: 0;
    transform: translateY(30px);
    filter: blur(6px);
    transition:
        opacity 0.6s ease,
        transform 0.6s ease,
        filter 0.6s ease;
    font-family: "Cormorant Garamond", sans-serif;
    font-size: 6.5rem;
    font-style: italic;
    color: transparent;
    font-weight: 400;
    letter-spacing: 0;
    font-size: clamp(1.5rem, 0.25rem + 6vw, 5rem);
    color: #dad5c6;
}

.sysTitle-wrap .title-animate.is-titleShow .char {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
}

.sysTitle-wrap b {
    position: relative;
    color: #dad5c6;
    font-size: 16px;
    display: block;
    line-height: 1;
    letter-spacing: 4px;
    font-weight: bold;
    text-align: center;
    /* 中央寄せ推奨 */
    margin: 20px 0 0 80px;
}

/* 左線 */
.sysTitle-wrap b::before,
.sysTitle-wrap b::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 40px;
    height: 1px;
    background: #dad5c6;
    transform: translateY(-50%);
}

/* 左 */
.sysTitle-wrap b::before {
    left: -50px;
}

/* 右 */
.sysTitle-wrap b::after {
    right: -50px;
}

table.systemTable {
    position: relative;
    border-collapse: separate;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    /*    border-spacing: 0 10px;*/
}

table.systemTable tr th {
    position: relative;
    padding: 20px 20px 20px 20px;
    font-size: 24px;
    color: #dad5c6;
    border-bottom: 1px solid #000;
    width: 30%;
    vertical-align: middle;
    display: table-cell;
    text-align: right;
    font-family: var(--serif);
}

table.systemTable tr th small {
    display: inline-block;
    font-family: var(--serif);
    font-size: 16px;
    color: inherit;
}

table.systemTable tr th.tth {
    width: 40%;
    font-size: 30px;
}

table.systemTable tr td {
    position: relative;
    text-align: left;
    font-size: 24px;
    padding: 20px 0 20px 20px;
    line-height: 140%;
    width: 70%;
    color: #dad5c6;
    border-bottom: 1px solid #000;
    font-family: var(--serif);
}

table.systemTable tr th::after,
table.systemTable tr td::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgb(53, 53, 53);
}

table.systemTable tr td.ttd {
    width: 60%;
}

table.systemTable tr td a {
    position: relative;
    text-align: left;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 140%;
    display: inline-block;
    color: #dad5c6;
    transition: 0.3s ease;
    font-family: var(--serif);
}

table.systemTable tr td a::after {
    content: "";
    background: linear-gradient(90deg, rgba(245, 122, 143, 1) 0%, rgba(255, 96, 137, 1) 30%, rgba(255, 152, 86, 1) 70%, rgba(255, 192, 77, 1) 100%);
    background: #f085b2;
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.2s ease;
    z-index: -1;
}

table.systemTable tr td a:hover::after {
    width: 100%;
    left: 0;
}

table.systemTable tr td a:hover {
    color: #fff;
    padding-left: 5px;
}

table.systemTable tr td b {
    display: block;
    font-size: 13px;
    color: #dad5c6;
    line-height: 140%;
}

table.systemTable tr td dl {
    display: inline-block;
    text-align: left;
}

table.systemTable tr td dl dd span {
    font-size: 60px;
    font-family: var(--serif);
    color: #dad5c6;
    display: inline-block;
    line-height: 1;
    font-weight: 500;
}

table.systemTable tr td dl dd.ddsmall {
    text-align: left;
    font-size: 18px;
    line-height: 140%;
    color: #dad5c6;
}

table.systemTable tr td dl dd span:nth-of-type(1) {
    font-size: 58px;
    margin-left: -5px;
}

table.systemTable tr td dl dd span:nth-of-type(2) {
    margin-left: -5px;
}

table.systemTable tr td dl dd span:nth-of-type(4) {
    font-size: 40px;
    transform: translateY(-2px);
    transform-origin: center 50%;
    margin: 0 3px 0 -7px;
    font-weight: bold;
}

table.systemTable tr td dl dd b {
    font-size: 16px;
    line-height: 180%;
    font-weight: bold;
    letter-spacing: 0;
}

.map {
    /* filter: grayscale(60%) hue-rotate(90deg); */
    filter: grayscale(80%);
    padding-right: 20px;
    margin: 0 auto;
    overflow: hidden;
    transition: 0.8s ease;
}

.map:hover {
    filter: grayscale(0%);
    /* filter: grayscale(0%) invert(0%) contrast(90%); */
}

.rules {
    position: relative;
    text-align: left;
    max-width: 90%;
    margin: 0 auto;
}

.rules li {
    font-size: 20px;
    color: #dad5c6;
    font-family: 'Noto Serif JP', serif;
    padding: 5px 0;
    line-height: 140%;
}

.rules span.banSub {
    color: #dad5c6;
    display: block;
    font-size: 14px;
    line-height: 180%;
    padding: 3px;
}

.hybrid-banner {
    width: 70%;
    margin: 10px auto 0 auto;
}

.hybrid-banner img {
    width: 100%;
}

.noteWrap {
    position: relative;
    text-align: center;
}

.ms-icon {
    max-width: 390px;
    margin: 0 auto 30px auto;
}

.ms-icon a {
    display: block;
    transition: 0.3s ease;
}

.ms-icon a:hover {
    opacity: 0.8;
}

.ms-icon img {
    width: 100%;
}

.note p {
    position: relative;
}

.note p b {
    padding: 50px 0 0 0;
    font-size: 18px;
    line-height: 180%;
    color: #a0a0a0;
    text-align: center;
    font-family: var(--serif);
    display: block;
}

.note span {
    display: block;
    /* background: #000; */
    position: relative;
    z-index: 1;
    line-height: 50px;
}

.note span small {
    display: block;
    color: #fff;
    font-family: var(--serif);
    font-size: 50px;
    white-space: nowrap;
    background: rgb(218, 68, 83);
    background: -moz-linear-gradient(90deg, rgba(218, 68, 83, 1) 0%, rgba(137, 33, 107, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(218, 68, 83, 1) 0%, rgba(137, 33, 107, 1) 100%);
    background: linear-gradient(90deg, rgba(218, 68, 83, 1) 0%, rgba(137, 33, 107, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8bc1", endColorstr="#ffa784", GradientType=1);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    overflow: hidden;
    padding: 1px 50px;
    margin-bottom: -20px;
    text-align: center;
}

@media all and (-ms-high-contrast: none) {
    .note span small {
        background: none;
        color: #e7027f;
    }
}

/******************************************メルマガ******************************************/

.mailMagazineArea {
    position: relative;

}

.mailMagazineInner {
    position: relative;

}

.mailMagazineArea dl {
    text-align: left;
}

.mailMagazineArea dt {
    text-align: center;
    color: #fff;
    padding: 0 0 70px 0;
    display: none;
}

.mailMagazineArea dt span {
    display: block;
    font-family: "Times New Roman", "Noto Serif JP", serif;
    font-size: 18px;
    letter-spacing: .22em;
    color: #e7c98a;
    margin-bottom: 10px;
}

.mailMagazineArea dt b {
    display: block;
    font-family: "Noto Serif JP", serif;
    font-size: 42px;
    letter-spacing: .08em;
    font-weight: 500;
}

.mailMagazineArea dd {
    margin: 0 auto 26px auto;
    color: #3d3336;
}

.mailMagazineArea dd p {
    margin: 0 auto;
    font-size: 16px;
    line-height: 2.1;
    letter-spacing: .04em;
    color: #dad5c6;
}

.mailMagazineBenefits {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 40px !important;
}

.mailMagazineBenefits div {
    position: relative;
    min-height: 150px;
    padding: 34px 20px 24px 20px;
    text-align: center;
    border: 1px solid rgba(231, 201, 138, .7);
    border-radius: 50%;
    background: rgba(255, 255, 255, .72);
    box-shadow: 0 12px 34px rgba(240, 133, 178, .12);
}

.mailMagazineBenefits div>span:first-child {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin: 0 auto 12px auto;
    border-radius: 50%;
    background: #f085b2;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}

.mailMagazineBenefits .tNote {
    display: block;
    font-size: 14px;
    line-height: 1.7;
    color: #4b4043;
}

.mailMagazineForm {
    position: relative;
    margin: 42px auto;
    padding: 36px;
    background: rgba(255, 255, 255, .9);
    border: 1px solid rgba(231, 201, 138, .9);
    box-shadow:
        0 22px 60px rgba(0, 0, 0, .08),
        inset 0 0 0 6px rgba(255, 255, 255, .7);
}

.mailMagazineForm::before {
    content: "";
    position: absolute;
    inset: 8px;
    border: 1px solid rgba(231, 201, 138, .55);
    pointer-events: none;
}

.mailMagazineForm table {
    position: relative;
    width: 100%;
    border-collapse: collapse;
    z-index: 1;
}

.mailMagazineForm tr {
    display: grid;
    grid-template-columns: 1fr 150px 150px;
    gap: 12px;
    align-items: end;
}

.mailMagazineForm th,
.mailMagazineForm td {
    display: block;
    padding: 0;
    text-align: left;
}

.mailMagazineForm th span {
    display: block;
    margin-bottom: 10px;
    color: #f085b2;
    font-size: 12px;
    letter-spacing: .16em;
    font-weight: 700;
}

.mailMagazineForm input[type="text"] {
    width: 100%;
    height: 56px;
    box-sizing: border-box;
    padding: 0 18px;
    border: 1px solid rgba(0, 0, 0, .14);
    border-radius: 10px;
    background: #fff;
    font-size: 16px;
    outline: none;
}

.mailMagazineForm input[type="text"]:focus {
    border-color: #f085b2;
    box-shadow: 0 0 0 4px rgba(240, 133, 178, .14);
}

.mailMagazineForm input[type="submit"] {
    width: 100%;
    height: 56px;
    border: 0;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: .25s ease;
}

.mailMagazineForm input[name="regist"] {
    background: linear-gradient(90deg, #f085b2, #ee5c95);
    box-shadow: 0 10px 24px rgba(240, 133, 178, .28);
}

.mailMagazineForm input[name="reject"] {
    background: linear-gradient(90deg, #3a3a40, #111);
    box-shadow: 0 10px 24px rgba(0, 0, 0, .22);
}

.mailMagazineForm input[type="submit"]:hover {
    transform: translateY(-2px);
}

.mailMagazineNotes {
    padding: 30px;
    background: rgba(255, 247, 249, .85);
    border: 1px solid rgba(240, 133, 178, .22);
}

.mailMagazineNotes>span {
    display: block;
    margin: 22px 0 8px 0;
    color: #f085b2;
    font-size: 16px;
    font-weight: 700;
}

.mailMagazineNotes>span:first-child {
    margin-top: 0;
}

.mailMagazineNotes small {
    display: block;
    font-size: 13px;
    line-height: 1.9;
    color: #5a5053;
}


/* tablet */
@media screen and (max-width:1080px) {

    .mailMagazineArea {
        padding: 70px 18px;
    }

    .mailMagazineArea dt b {
        font-size: 36px;
    }

    .mailMagazineBenefits {
        gap: 14px;
    }

    .mailMagazineForm tr {
        grid-template-columns: 1fr 120px 120px;
    }

}


/* sp */
@media screen and (max-width:768px) {

    .mailMagazineArea {
        padding: 56px 14px;
        background:
            linear-gradient(180deg, #2b2b2f 0%, #2b2b2f 140px, #fff7f9 140px, #fff 100%);
    }

    .mailMagazineArea dt {
        padding-bottom: 44px;
    }

    .mailMagazineArea dt b {
        font-size: 30px;
    }

    .mailMagazineArea dt span {
        font-size: 13px;
    }

    .mailMagazineArea dd p {
        text-align: left;
        font-size: 14px;
        line-height: 1.9;
    }

    .mailMagazineBenefits {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .mailMagazineBenefits div {
        min-height: auto;
        border-radius: 18px;
        padding: 18px;
        display: flex;
        align-items: center;
        text-align: left;
    }

    .mailMagazineBenefits div>span:first-child {
        flex-shrink: 0;
        margin: 0 14px 0 0;
        width: 46px;
        height: 46px;
    }

    .mailMagazineForm {
        padding: 24px 18px;
        margin: 30px auto;
    }

    .mailMagazineForm tr {
        display: block;
    }

    .mailMagazineForm th,
    .mailMagazineForm td {
        margin-bottom: 10px;
    }

    .mailMagazineForm input[type="text"],
    .mailMagazineForm input[type="submit"] {
        height: 52px;
    }

    .mailMagazineNotes {
        padding: 22px 18px;
    }

    .mailMagazineNotes small {
        font-size: 12px;
    }

}

.mailMagazineExample {
    position: relative;
    margin: 50px auto 0 auto;
    padding: 34px 36px 36px 36px;

    border: 1px solid rgba(240, 133, 178, .35);
    border-radius: 22px;

    background: rgba(255, 255, 255, .04);

    box-shadow:
        0 24px 60px rgba(0, 0, 0, .24),
        inset 0 1px 0 rgba(255, 255, 255, .08);
}

.mailMagazineExample h3 {
    position: relative;
    margin: 0 0 28px 0;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    letter-spacing: .08em;
}

.mailMagazineExample h3 span {
    position: relative;
    display: inline-block;
    padding: 0 52px;
}

.mailMagazineExample h3 span::before,
.mailMagazineExample h3 span::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 36px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #d8bc7c);
}

.mailMagazineExample h3 span::before {
    left: 0;
}

.mailMagazineExample h3 span::after {
    right: 0;
    transform: scaleX(-1);
}

.mailMagazineExample ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;

    margin: 0;
    padding: 0;
    list-style: none;
}

.mailMagazineExample li {
    position: relative;
    list-style: none;
    text-align: center;
    padding: 10px 18px;
}

.mailMagazineExample li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 12%;
    width: 1px;
    height: 76%;
    background: rgba(255, 255, 255, .12);
}

.mailMagazineExample li i {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 54px;
    height: 54px;

    margin: 0 auto 14px auto;

    border-radius: 18px;

    color: #f085b2;
    font-size: 24px;

    background: rgba(240, 133, 178, .10);
    border: 1px solid rgba(240, 133, 178, .24);
}

.mailMagazineExample li span {
    display: block;
    margin-bottom: 8px;

    color: #fff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .04em;
}

.mailMagazineExample li b {
    display: block;

    color: rgba(255, 255, 255, .68);
    font-size: 12px;
    line-height: 1.7;
    font-weight: 400;
}


/* white背景版で使う場合 */
.mailMagazineArea:not(.is-dark) .mailMagazineExample {
    background: rgba(255, 255, 255, .82);
    border-color: rgba(240, 133, 178, .35);
    box-shadow: 0 18px 50px rgba(240, 133, 178, .12);
}

.mailMagazineArea:not(.is-dark) .mailMagazineExample h3,
.mailMagazineArea:not(.is-dark) .mailMagazineExample li span {
    color: #3d3336;
}

.mailMagazineArea:not(.is-dark) .mailMagazineExample li b {
    color: #6b5c61;
}

.mailMagazineArea:not(.is-dark) .mailMagazineExample li:not(:last-child)::after {
    background: rgba(240, 133, 178, .22);
}


/* SP */
@media screen and (max-width:768px) {

    .mailMagazineExample {
        margin-top: 34px;
        padding: 26px 18px;
        border-radius: 18px;
    }

    .mailMagazineExample h3 {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .mailMagazineExample h3 span {
        padding: 0 34px;
    }

    .mailMagazineExample h3 span::before,
    .mailMagazineExample h3 span::after {
        width: 24px;
    }

    .mailMagazineExample ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px 0;
    }

    .mailMagazineExample li {
        padding: 8px 12px;
    }

    .mailMagazineExample li:nth-child(2)::after,
    .mailMagazineExample li:last-child::after {
        display: none;
    }

    .mailMagazineExample li i {
        width: 48px;
        height: 48px;
        font-size: 21px;
        border-radius: 16px;
    }

    .mailMagazineExample li span {
        font-size: 14px;
    }

    .mailMagazineExample li b {
        font-size: 11px;
    }

}

.disBanner img {
    width: 100%;
}

#discountArea {
    position: relative;
}

#discountArea .discount {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;

}

#discountArea .discount .boxBanner img {
    width: 100%;
}

#discountArea .discount .boxTitle {
    font-size: 28px;
    font-family: var(--serif);
    padding: 20px 0 10px 0;

}

#discountArea .discount .boxNotice {
    font-size: 14px;
    line-height: 140%;
}

#discountArea .discount .boxNotice span {
    display: inline-block;
    margin: 0 10px;
}

#discountArea .discount .boxNotice span font {
    display: inline-block;
    font-size: 20px;
    color: #c8132e;
}

#discountArea .discount .boxNotice b {
    display: block;
    font-size: 10px;
}

.mask {
    position: absolute;
    width: 100%;
    height: 110%;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 10;
}

.safety {
    position: relative;
    text-align: center;
    padding: 80px 0;
}

.safety dt {
    max-width: 600px;
    width: 80%;
    margin: 0 auto;
}

.safety dd {
    position: relative;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    color: #a2a2a2;
    font-size: 14px;
    line-height: 180%;
}

.safety ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 30px 0;
}

.safety ul li {
    width: 25%;
    padding: 5px;
}

.safety ul li img {
    width: 100%;
}

.safety dd span {
    display: block;
    font-size: 30px;
    line-height: 1;
    color: #ffa784;
    font-family: var(--serif);
    margin-bottom: 10px;
}

.safety dd p {
    line-height: 180%;
}

.safety dd p b {
    display: inline-block;
    line-height: 1;
    color: #ccc;
    background: linear-gradient(transparent 70%, rgba(233, 233, 66, 0.3) 70%);
}

.eEXIT {
    position: relative;

}

.eEXIT img {
    width: 100%;
}

.members {
    position: relative;
    text-align: center;
    padding: 80px 0;
}

.members dt {
    max-width: 390px;
    margin: 0 auto 30px auto;
}

.members dt img {
    width: 100%;
}

.members dd {
    position: relative;
    max-width: 800px;
    width: 100%;
    margin: 0 auto 30px auto;
    color: #a2a2a2;
    font-size: 16px;
    line-height: 180%;
    font-family: var(--serif);
}

.members dd span {
    display: block;
    font-size: 30px;
    line-height: 1;
    color: #ffa784;
    font-family: var(--serif);
    margin-bottom: 10px;
}

.members dd p {
    line-height: 180%;
}

.members dd p b {
    display: inline-block;
    line-height: 1;
    color: #ccc;
    background: linear-gradient(transparent 70%, rgba(233, 233, 66, 0.3) 70%);
}

/*********************************************
GRAVURE PAGE
*********************************************/

.gravureWrap {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 100%;
    padding: 80px 0 100px 0;
}

.gravure {
    position: relative;
    padding: 6px;
}

@media only screen and (max-width:767px) {
    .gravure {
        position: relative;
        width: 100%;
        height: 100%;
        min-height: 100%;
        max-width: 100%%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
    }

    .gravure li.thumb-list {
        position: relative;
        text-align: center;
        width: 50%;
    }

    .gravure li.thumb-list:nth-of-type(2n+1) {
        animation-delay: 0.3s;
    }

    .gravure li.thumb-list:nth-of-type(2n+2) {
        animation-delay: 0.4s;
    }

    .gravure.is-zigzag li.thumb-list:nth-of-type(odd) {
        margin-top: -100px;
    }

    .gravure.is-zigzag li.thumb-list:nth-of-type(even) {
        margin-top: 0;
    }
}

@media only screen and (min-width:768px) {
    .gravure {
        position: relative;
        width: 100%;
        height: 100%;
        min-height: 100%;
        max-width: 100%%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
    }

    .gravure li.thumb-list {
        position: relative;
        text-align: center;
        width: 33.333333%;
    }

    .gravure li.thumb-list:nth-of-type(3n+1) {
        animation-delay: 0.3s;
    }

    .gravure li.thumb-list:nth-of-type(3n+2) {
        animation-delay: 0.4s;
    }

    .gravure li.thumb-list:nth-of-type(3n+3) {
        animation-delay: 0.5s;
    }

    .gravure.is-zigzag li.thumb-list:nth-of-type(3n+1),
    .gravure.is-zigzag li.thumb-list:nth-of-type(3n+3) {
        margin-top: -100px;
    }

    .gravure.is-zigzag li.thumb-list:nth-of-type(3n+2) {
        margin-top: 0;
    }
}

@media only screen and (min-width:1100px) {
    .gravure {
        position: relative;
        width: 100%;
        height: 100%;
        min-height: 100%;
        max-width: 100%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
    }

    .gravure li.thumb-list {
        position: relative;
        text-align: center;
        width: 33.333333%;
    }

    .gravure li.thumb-list:nth-of-type(3n+1) {
        animation-delay: 0.3s;
    }

    .gravure li.thumb-list:nth-of-type(3n+2) {
        animation-delay: 0.4s;
    }

    .gravure li.thumb-list:nth-of-type(3n+3) {
        animation-delay: 0.5s;
    }

    .gravure.is-zigzag li.thumb-list:nth-of-type(3n+1),
    .gravure.is-zigzag li.thumb-list:nth-of-type(3n+3) {
        margin-top: -100px;
    }

    .gravure.is-zigzag li.thumb-list:nth-of-type(3n+2) {
        margin-top: 0;
    }
}

@media only screen and (min-width:1300px) {
    .gravure {
        position: relative;
        width: 100%;
        height: 100%;
        min-height: 100%;
        max-width: 100%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
    }

    .gravure li.thumb-list {
        position: relative;
        text-align: center;
        width: 25%;
    }

    .gravure li.thumb-list:nth-of-type(4n+1) {
        animation-delay: 0.3s;
    }

    .gravure li.thumb-list:nth-of-type(4n+2) {
        animation-delay: 0.4s;
    }

    .gravure li.thumb-list:nth-of-type(4n+3) {
        animation-delay: 0.5s;
    }

    .gravure li.thumb-list:nth-of-type(4n+4) {
        animation-delay: 0.6s;
    }

    .gravure.is-zigzag li.thumb-list:nth-of-type(4n+1),
    .gravure.is-zigzag li.thumb-list:nth-of-type(4n+3) {
        margin-top: -100px;
    }

    .gravure.is-zigzag li.thumb-list:nth-of-type(4n+2),
    .gravure.is-zigzag li.thumb-list:nth-of-type(4n+4) {
        margin-top: 0;
    }
}

@media only screen and (min-width:1500px) {
    .gravure {
        position: relative;
        width: 100%;
        height: 100%;
        min-height: 100%;
        max-width: 100%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
    }

    .gravure li.thumb-list {
        position: relative;
        text-align: center;
        width: 25%;
    }

    .gravure li.thumb-list:nth-of-type(4n+1) {
        animation-delay: 0.3s;
    }

    .gravure li.thumb-list:nth-of-type(4n+2) {
        animation-delay: 0.4s;
    }

    .gravure li.thumb-list:nth-of-type(4n+3) {
        animation-delay: 0.5s;
    }

    .gravure li.thumb-list:nth-of-type(4n+4) {
        animation-delay: 0.6s;
    }

    .gravure.is-zigzag li.thumb-list:nth-of-type(4n+1),
    .gravure.is-zigzag li.thumb-list:nth-of-type(4n+3) {
        margin-top: -100px;
    }

    .gravure.is-zigzag li.thumb-list:nth-of-type(4n+2),
    .gravure.is-zigzag li.thumb-list:nth-of-type(4n+4) {
        margin-top: 0;
    }
}

@media only screen and (min-width:1700px) {
    .gravure {
        position: relative;
        width: 100%;
        height: 100%;
        min-height: 100%;
        max-width: 100%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
    }

    .gravure li.thumb-list {
        position: relative;
        text-align: center;
        width: 25%;
    }

    .gravure li.thumb-list:nth-of-type(4n+1) {
        animation-delay: 0.3s;
    }

    .gravure li.thumb-list:nth-of-type(4n+2) {
        animation-delay: 0.4s;
    }

    .gravure li.thumb-list:nth-of-type(4n+3) {
        animation-delay: 0.5s;
    }

    .gravure li.thumb-list:nth-of-type(4n+4) {
        animation-delay: 0.6s;
    }

    .gravure.is-zigzag li.thumb-list:nth-of-type(4n+1),
    .gravure.is-zigzag li.thumb-list:nth-of-type(4n+3) {
        margin-top: -100px;
    }

    .gravure.is-zigzag li.thumb-list:nth-of-type(4n+2),
    .gravure.is-zigzag li.thumb-list:nth-of-type(4n+4) {
        margin-top: 0;
    }
}

/* @media only screen and (min-width:1900px) {
    .gravure {
        position: relative;
        width: 100%;
        height: 100%;
        min-height: 100%;
        max-width: 100%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
    }

    .gravure li.thumb-list {
        position: relative;
        text-align: center;
        width: 25%;
    }

    .gravure li.thumb-list:nth-of-type(4n+1) {
        animation-delay: 0.3s;
    }

    .gravure li.thumb-list:nth-of-type(4n+2) {
        animation-delay: 0.4s;
    }

    .gravure li.thumb-list:nth-of-type(4n+3) {
        animation-delay: 0.5s;
    }

    .gravure li.thumb-list:nth-of-type(4n+4) {
        animation-delay: 0.6s;
    }

    .gravure.is-zigzag li.thumb-list:nth-of-type(4n+1),
    .gravure.is-zigzag li.thumb-list:nth-of-type(4n+3) {
        margin-top: -100px;
    }

    .gravure.is-zigzag li.thumb-list:nth-of-type(4n+2),
    .gravure.is-zigzag li.thumb-list:nth-of-type(4n+4) {
        margin-top: 0;
    }
} */

/* @media only screen and (min-width:1921px) { */
@media only screen and (min-width:1721px) {
    .gravure {
        position: relative;
        width: calc(100% - 12px);
        height: 100%;
        min-height: 100%;
        max-width: 2450px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
    }

    .gravure li.thumb-list {
        position: relative;
        text-align: center;
        width: 20%;
    }

    .gravure li.thumb-list:nth-of-type(5n+1) {
        animation-delay: 0.3s;
    }

    .gravure li.thumb-list:nth-of-type(5n+2) {
        animation-delay: 0.4s;
    }

    .gravure li.thumb-list:nth-of-type(5n+3) {
        animation-delay: 0.5s;
    }

    .gravure li.thumb-list:nth-of-type(5n+4) {
        animation-delay: 0.6s;
    }

    .gravure li.thumb-list:nth-of-type(5n+5) {
        animation-delay: 0.7s;
    }

    .gravure.is-zigzag li.thumb-list:nth-of-type(5n+1),
    .gravure.is-zigzag li.thumb-list:nth-of-type(5n+3),
    .gravure.is-zigzag li.thumb-list:nth-of-type(5n+5) {
        margin-top: -100px;
    }

    .gravure.is-zigzag li.thumb-list:nth-of-type(5n+2),
    .gravure.is-zigzag li.thumb-list:nth-of-type(5n+4) {
        margin-top: 0;
    }
}

.gravure li.thumb-list {
    position: relative;
    visibility: hidden;
    animation-duration: 0.8s;
    animation-delay: 0.3s;
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    z-index: 100;

}

.gravure.is-zigzag li.thumb-list:nth-of-type(odd) {
    animation-duration: 0.8s;
    animation-delay: 0.3s;
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

.gravure.is-zigzag li.thumb-list:nth-of-type(even) {
    animation-duration: 0.8s;
    animation-delay: 0.4s;
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

.gravure li.thumb-list a.ca {
    position: relative;
    display: block;
    transition: 0.3s ease;
    text-align: center;
    padding: 2px;
    margin: 6px;
    z-index: 1;
    background-color: #333;
    border-radius: 18px;
    overflow: hidden;
}

.gravure li.thumb-list a.ca .flareWrap::after {
    content: "";
    width: 100%;
    height: 250px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: transparent;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    /* ↓ここが本体 */
    -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    transition: 0.8s ease;
    overflow: hidden;
}

/* .gravure li.thumb-list a.ca:hover .flareWrap::after {
    -webkit-mask-image: none;
    mask-image: none;
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
} */

.gravure li.thumb-list a.ca .flareWrap {
    display: block;
    overflow: hidden;
    border-radius: 18px;
}

.gravure li.thumb-list a.ca span.thumb-wrap {
    overflow: hidden;
    position: relative;
    display: block;
}

.gravure li.thumb-list a.ca span.thumb-p {
    position: relative;
}

/*
.gravure li.thumb-list a.ca span.thumb-p {
    position: relative;
    display: block;
    transition: 0.3s ease;
    background-position: 50% 0;
    background-size: cover;
    width: 100%;
    height: 70svh;
    min-height: 500px;
}
 */

.gravure li.thumb-list a.ca span.thumb-p img.gravureThumb {
    width: 120%;
    margin-left: -10%;
    transition: 0.5s ease;
}

.gravure li.thumb-list a.ca:hover span.thumb-p img.gravureThumb {
    transform: scale(1.05) rotate(-1deg);
}

.gravure li.thumb-list dl {
    position: absolute;
    width: 100%;
    z-index: 10;
    left: 0;
    bottom: 0;
}

.gravure li.thumb-list dl .name-inner {
    display: block;
    position: relative;
}

.gravure li.thumb-list dl .name-inner .name-area {
    position: relative;
    display: block;
    padding: 15px 5%;
}

.gravure li.thumb-list dl dt.name {
    position: relative;
    z-index: 10;
}

.gravure li.thumb-list dl small {
    position: relative;
    display: block;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    height: 0.5px;
    margin: 3px auto 8px auto;
}

.gravure li.thumb-list dl small::after {
    content: "";
    position: absolute;
    top: 0.5px;
    left: 0;
    width: 100%;
    height: 0.5px;
    background: rgb(204, 204, 204);
    background: linear-gradient(90deg, rgba(204, 204, 204, 0) 0%, rgba(204, 204, 204, 0.6) 50%, rgba(204, 204, 204, 0) 100%);
}

.gravure li.thumb-list dl dt.name span.nameR {
    display: inline-block;
    font-size: 2.5em;
    margin-bottom: 3px;
    letter-spacing: -0.04em;
    position: relative;
    white-space: nowrap;
    z-index: 1;
    color: #f3f3f3;
    transform: scaleY(1.08);
    font-weight: 300;
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    text-shadow: 0 0 3px rgba(0, 0, 0, .8);
}

.gravure li.thumb-list dl dt.name span.nameR big {
    display: inline-block;
    font-size: 68%;
    color: inherit;
    margin-left: -5px;
    vertical-align: 8%;
}

.gravure li.thumb-list dl dt.name span.nameJ {
    font-size: 1.75rem;
    line-height: 1;
    padding: 2px 0 0 0;
    letter-spacing: 0;
    font-family: var(--serif);
    font-weight: 600;
    display: block;
    letter-spacing: 0;
    color: #f3f3f3;
    display: none;
}

.gravure li.thumb-list dl dt.name span.nameJ b {
    font-family: var(--FunctionPro);
    display: inline-block;
    font-size: 70%;
    padding: 0 0 0 4px;
    color: #f3f3f3;
}

.gravure li.thumb-list a.ca dl dd.size {
    font-family: var(--FunctionPro);
    font-size: 12px;
    display: inline-block;
    position: relative;
    color: #f3f3f3;
    text-shadow: 0 0 3px rgba(0, 0, 0, .8);
}

.gravure li.thumb-list a.ca dl dd.size b {
    display: inline-block;
    font-family: var(--FunctionPro);
    font-weight: normal;
    font-size: 16px;
    margin-right: 3px;
    color: #f3f3f3;
    text-shadow: 0 0 3px rgba(0, 0, 0, .8);
}

.gravure li.thumb-list .today-time,
.gravure li.thumb-list .next-time,
.gravure li.thumb-list .still-time {
    position: relative;
    display: block;
    padding: 1em 0 0 0;
}

.gravure li.thumb-list .today-time b,
.gravure li.thumb-list .next-time b,
.gravure li.thumb-list .still-time bdi {
    position: relative;
    display: block;
    /* color: #e4007f; */
    color: #f3f3f3;
    font-size: clamp(1.2rem, 0.8rem + 0.8vw, 1.4rem);
    line-height: 1;
    letter-spacing: 2px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: italic;
    text-shadow: 0 0 3px rgba(0, 0, 0, .8);
}

.gravure li.thumb-list .gravureSubTitle {
    display: inline-block;
    color: #fff;
    padding: 1% 3% 0.6% 3%;
    font-size: 0.85em;
    border-radius: 999px;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0.15em;
    transform: skewX(-4deg);
    margin: 0 0 3px 0;
}

.gravure li.thumb-list .g-icon {
    position: absolute;
    top: 15px;
    left: 15px;
    text-align: left;
}

.gravure li.thumb-list .g-icon li {
    display: block;
    margin-bottom: 5px;
}

.gravure li.thumb-list .g-icon li span {
    display: inline-block;
    border-radius: 999px;
    font-family: "Roboto", sans-serif;
    transform: skewX(-6deg);
    padding: 4px 10px 2px 10px;
    font-weight: 500;
    font-size: 16px;
}

.gravure li.thumb-list .today-icon span {
    display: inline-block;
    background: rgba(171, 0, 0, 1);
    color: #fafafa;
}

.gravure li.thumb-list .g-icon .g-newMark span {
    background-image: linear-gradient(90deg, rgba(158, 62, 178, 1), rgba(247, 94, 139, 1));
    color: #fafafa;
}

.gravure li.thumb-list .g-icon .member-icon span {
    background: linear-gradient(90deg, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    color: #fff;
}

.gravure li.thumb-list .summer-area,
.gravure li.thumb-list .bubble-area {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    inset: 0;
    pointer-events: none;
}

.sorry {
    position: relative;
    text-align: left;
    width: 90%;
    max-width: 480px;
    margin: 100px auto;
    min-height: 500px;
}

.sorry dt {
    font-size: 24px;
    text-align: center;
    color: #555;
}

.sorry dd {
    line-height: 140%;
    font-size: 16px;
    color: #555;
    padding: 20px 0 0 0;
}

/**********************************************404 error*********************************************/
#errWrap {
    width: 1000px;
    margin: 0 auto 50px auto;
    min-height: 800px;
    text-align: center;
    padding: 300px 0 0 0;
}

#errWrap h4 {
    font-family: 'Oswald', sans-serif;
    font-size: 60px;
    color: #00001f;
}

#errWrap p {
    font-size: 14px;
    color: #00001f;
}

#errWrapSP {
    margin: 150px auto;
    min-height: 400px;
    text-align: center;
}

#errWrapSP h4 {
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    color: #00001f;
}

#errWrapSP p {
    font-size: 14px;
    color: #00001f;
}


/******************/
/*
.controls {
    position: relative;
}

.controls div {
    display: block;
    margin-bottom: 10px;
}

label {
    font-weight: 300;
    margin: 0 .4em 0 0;
}

button {
    display: inline-block;
    padding: 0.4em 0.8em;
    background: #666;
    border: 0;
    color: #ddd;
    border-radius: 4px;
    cursor: pointer;
    margin: 0 5px 5px;
}

button.active {
    background: #1aa;
}

button:focus {
    outline: 0 none;
}

button+label {
    margin-left: 1em;
}
*/

.mix {
    display: none;
}

/*
.mix:after {
    content: attr(data-myorder);
    color: white;
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    padding: 4% 6%;
    font-weight: 700;
}

.mix:before {
    content: '';
    display: inline-block;
}
*/

/**********************************************topics history*********************************************/
.archiveWrap {
    position: relative;
    width: 96%;
    height: 100%;
    min-height: 100%;
    padding: 0 0 100px 0;
    margin: 0 auto;
}

.archive {
    position: relative;
    padding: 15px;
    max-width: 1680px;
    margin: 0 auto;
    border-radius: 10px;
}

.archive::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1a1a1a;
    border-radius: 10px;
}

@media only screen and (max-width:1520px) {
    .archive {
        position: relative;
        max-width: 1040px;
        margin: 0 auto;
    }

    .archive li.thumb-list {
        position: relative;
        width: 100%;
        height: 534px;
        display: inline-block;
        z-index: 100;
    }

    .archive li.thumb-list {
        animation-delay: 0.3s;
    }
}

@media only screen and (min-width:1521px) {
    .archive {
        position: relative;
        max-width: 1680px;
        margin: 0 auto;
    }

    .archive li.thumb-list {
        position: relative;
        width: 50%;
        height: 534px;
        display: inline-block;
        z-index: 100;
    }

    .archive li.thumb-list:nth-of-type(2n+1) {
        animation-delay: 0.3s;
    }

    .archive li.thumb-list:nth-of-type(2n+2) {
        animation-delay: 0.4s;
    }
}

.archive li.thumb-list {
    animation-duration: 0.8s;
    animation-delay: 0.3s;
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    overflow: hidden;
}

.archive li.thumb-list .archive-inner {
    display: block;
    padding: 4px;
    margin: 10px;
    text-align: center;
}

.archive li.thumb-list a {
    display: block;
    position: relative;
    width: 320px;
    float: left;
}

.archive li.thumb-list .class-bg {
    display: block;
    line-height: 36px;
    width: 100%;
}

.archive li.thumb-list .class-bg .class-name img {
    width: 80%;
    transform: skewX(-6deg);
}

.archive .c-TL {
    display: block;
    position: absolute;
    top: 43px;
    left: 5px;
    width: 80px;
    height: 80px;
    background-image: url(/img/corner_TL.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
    transition: 0.3s ease;
}

.archive a:hover .c-TL {
    transform: translate(5px, 5px);
}

.archive .c-TR {
    display: block;
    position: absolute;
    top: 43px;
    right: 5px;
    width: 80px;
    height: 80px;
    background-image: url(/img/corner_TR.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
    transition: 0.3s ease;
}

.archive a:hover .c-TR {
    transform: translate(-5px, 5px);
}

.archive .c-BR {
    display: block;
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 80px;
    height: 80px;
    background-image: url(/img/corner_BR.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
    transition: 0.3s ease;
}

.archive a:hover .c-BR {
    transform: translate(-5px, -5px);
}

.archive .c-BL {
    display: block;
    position: absolute;
    bottom: 5px;
    left: 5px;
    width: 80px;
    height: 80px;
    background-image: url(/img/corner_BL.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
    transition: 0.3s ease;
}

.archive a:hover .c-BL {
    transform: translate(5px, -5px);
}

.archive dl.archive-commentArea {
    position: relative;
    width: auto;
    height: 514px;
    margin-left: 324px;
}

.archive dd {
    position: relative;
    height: 100%;
    margin: 0 0 4px 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 20px;
    background-image: url(/img/name_bg_white.webp);
    background-size: 150px auto;
    background-repeat: repeat;
    background-position: 50%;
}

.archive .topic-inner {
    position: relative;
}

.archive dl.topic-name {
    position: relative;
}

.archive .topic-catch {
    display: block;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    padding: 10px 20px 0 20px;
    white-space: nowrap;
    width: 100%;
    text-overflow: ellipsis;
    /* font-family: 'Noto Serif JP', serif; */
}

.archive .topic-time {
    display: block;
    font-family: 'Oswald', sans-serif;
    font-weight: 800;
    font-size: 2em;
    letter-spacing: 0;
    padding: 5px 5px 0 0;
    opacity: 0.6;
    color: var(--textColor);
}

.archive .topic-catch {
    display: block;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    padding: 20px 0 0 0;
    white-space: nowrap;
    width: 100%;
    font-weight: 700;
    text-overflow: ellipsis;
    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);
    /* font-family: 'Noto Serif JP', serif; */
}

.archive .topic-sub {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    color: #FFA784;
    padding: 20px 0 0 0;
    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);
}

.archive .topic-cast {
    font-size: 1.8rem;
    line-height: 1;
    color: var(--textColor);
    padding: 10px 0 6px 0;
    letter-spacing: 0;
    font-family: var(--serif);
    font-weight: 600;
    display: block;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.archive a dl small {
    height: 1px;
    width: 60%;
    display: block;
    background: rgb(85, 85, 85);
    background: linear-gradient(90deg, rgba(85, 85, 85, 0) 0%, rgba(85, 85, 85, 0.3) 50%, rgba(85, 85, 85, 0) 100%);
    margin: 5px auto;
    transition: 0.3s ease;
}

.archive .topic-size {
    font-family: 'FunctionsPro', sans-serif;
    font-size: 12px;
    color: #d56390;
    padding-top: 6px;
    display: block;
}

.archive .topic-size b {
    font-family: 'FunctionsPro', sans-serif;
    font-weight: normal;
    font-size: 14px;
    margin-right: 4px;
    color: #b35379;
}

.archive .topic-type-icon {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    z-index: 11;
    white-space: nowrap;
    gap: 4px;
}

.archive .topic-type-icon li {
    text-align: center;
    display: inline-block;
}

.archive .topic-type-icon li span {
    display: block;
    padding: 0 8px;
    margin: 0 1px;
    font-size: 12px;
    line-height: 18px;
    background: #808080;
    border-radius: 3px;
    white-space: nowrap;
    color: #fff;
    background: rgb(255, 139, 193);
    background: -moz-linear-gradient(90deg, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    background: linear-gradient(90deg, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
}


.archive .topic-body {
    margin: 20px 0 0 0;
}

.archive .topic-body h2.topic-title {
    color: #5d5d5d;
    text-align: left;
    font-weight: bold;
    font-size: 18px;
    line-height: 140%;
    display: block;
    padding: 0 2px 0 14px;
    text-align: justify;
    position: relative;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, rgba(247, 93, 139, 1), rgba(150, 39, 39, 1));
}

.archive .topic-body h2.topic-title::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 100%;
    background: rgba(247, 93, 139, 1);
    top: 0;
    left: 0;
    opacity: 0.8;
    border-radius: 1px;
}

.archive .topic-body .topic-txt {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    line-height: 180%;
    color: var(--textColor);
    padding: 10px 0 0 0;
    width: 96%;
    margin: 0 auto;
    text-align: left;
}

.archive .topic-body .topic-txt p {
    color: #aaa;
    line-height: 180%
}

.archive .topic-body .topic-txt img {
    width: 100%;
}

.archive .topic-body .topic-txt div {
    line-height: 160%;
}

.subTitle-wrap {
    position: relative;
    text-align: center;
    visibility: hidden;
    animation-duration: 0.8s;
    animation-delay: 0.3s;
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    margin: 50px 0 -10px 0;
}

.subTitle {
    position: relative;
    text-align: center;
    display: inline-block;
    user-select: none;
    padding: 0 20px 30px 20px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, rgba(158, 62, 178, 1), rgba(247, 94, 139, 1));
    transform: skewX(-10deg);

}

.subTitle span {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 4.75rem;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.01);
    color: #9E3EB2;
    font-weight: 500;
    letter-spacing: -1px;
    user-select: none;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, rgba(158, 62, 178, 1), rgba(247, 94, 139, 1));
}

.subTitle b {
    font-size: 1.1em;
    display: block;
    line-height: 1;
    font-weight: 600;
    padding: 8px 0 8px 4px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, rgba(158, 62, 178, 1), rgba(247, 94, 139, 1));
}

.subTitle small {
    position: relative;
    left: 50%;
    display: block;
    background: rgb(158, 62, 178);
    background: linear-gradient(90deg, rgba(158, 62, 178, 0.1) 0%, rgba(247, 94, 139, 1) 50%, rgba(247, 94, 139, 0.1) 100%);
    margin: 5px 0;
    width: 100%;
    height: 2px;
    transform: translateX(-50%) scaleX(120%);
    animation-duration: 1s;
    animation-delay: 0.3s;
    animation-timing-function: cubic-bezier(0.950, 0.050, 0.795, 0.035);
}