:root {
    --ncPremium: #000;
    --menuColor: #777;
    --textColor: #d8168a;
    --footColor: #ccc;
    --FunctionPro: "FunctionsPro", sans-serif;
    --serif: "Noto Serif JP", serif;
}

@keyframes bodyFadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes bodyFadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

body {
    position: relative;
    background-color: #000;
}


body#profileBody {
    position: relative;
}


#allWrap {
    position: relative;
    min-width: 380px;
    width: 100%;
    height: 100%;
    background-color: #000;
    animation: bodyFadeIn 1s ease-in-out 0s 1 normal;
}

#allWrap.topBody {
    position: relative;
}

#allWrap.contentsBody {
    position: relative;
    background-color: #000;
    background-image: url(/img/contents_bg.webp);
    background-position: 50% 0;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

/*
#allWrap.companionBody::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20%;
    min-height: 1000px;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    z-index: 0;
}
*/
#allWrap.profileBody {
    position: relative;
    background-color: #000;
}

#allWrap.systemBody {
    position: relative;
    background-color: #282828;
}

@media only screen and (max-width : 1040px) {}

#wrap-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

#wrap {
    position: relative;
    height: 100%;
    width: 100%;
    z-index: 1;
}

#wrap::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;
    display: none;
}

#wrap::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 500px;
    background: #111;
    background: linear-gradient(0deg, rgba(17, 17, 17, 1) 0%, rgba(17, 17, 17, 0) 100%);
    z-index: -1;
}

#contents {
    position: relative;
    height: 100%;
    width: 100%;
    min-height: 1500px;
    padding-bottom: 50px;
}

/* @media only screen and (min-width:1840px) {
} */

.breadcrumb_list{
    position:relative;
    display:inline-flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    margin:0 auto;
    border-radius:999px;
    overflow:hidden;
    background:rgba(255,255,255,.025);
    border:1px solid rgba(255,255,255,.06);
    backdrop-filter:blur(8px);
    -webkit-backdrop-filter:blur(8px);
}

.breadcrumb_list li{
    position:relative;
    display:flex;
    align-items:center;
}

/* 区切り線は上下まで伸ばさず中央だけ */
.breadcrumb_list li + li::before{
    content:"";
    position:absolute;
    left:0;
    top:25%;
    width:1px;
    height:50%;
    background:rgba(255,255,255,.08);
}

.breadcrumb_list li span{
    display:none;
}

.breadcrumb_list li a,
.breadcrumb_list li b{
    display:block;
    padding:10px 18px;
    font-size:12px;
    line-height:1;
    color:#c8c8c8;
    transition:all .35s ease;
}

/* ホバー */
.breadcrumb_list li a:hover{
    color:#fff;
    background:rgba(255,255,255,.05);
}

/* 現在地 */
.breadcrumb_list li:last-child b{
    color:#d6b16f;
    /* box-shadow:inset 0 -2px 0 #d6b16f; */
}

/* ロゴ */
.breadcrumb_list li.breadLogo a{
    color:#ccc;
    font-weight:600;
}

.breadcrumb_list li.breadLogo a i{
    margin-right:6px;
    color:#d6b16f;
}

#footerWrap {
    position: relative;
    width: 100%;
    background: #111;
    min-width: 780px;
    text-align: center;
    padding: 60px 0 0 0;
    z-index: 99;
}

#footer-inner {
    position: relative;
    z-index: 951;
    /* background: #000; */
}

#footer {
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: 1280px;
    padding: 0 10px 30px 10px;    text-align: center;

}

#footer dt {
    width: 300px;
    /* position: relative;
    margin: -20px auto 0 auto; */
    position: relative;
    margin: 0 auto;
    mix-blend-mode: difference;
}

#footer dt img {
    width: 100%;
}

#footer dd.footerInfo {
    position: relative;
    margin: 50px auto 30px 30%;
    color: var(--footColor);
}

#footer dd.footerInfo ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

#footer dd.footerInfo ul li {
    font-family: "FunctionsPro", sans-serif;
    padding: 0 11px;
    color: var(--footColor);
    display: inline-block;
    font-size: 24px;
}

#footer dd.footerInfo ul li span.infoTitle {
    font-family: "FunctionsPro", sans-serif;
    display: inline-block;
    background: var(--footColor);
    color: #1c1c1c;
    font-size: 24px;
    line-height: 1;
    padding: 2px 10px;
    margin: 0 5px 0 0;
    border-radius: 999px;
}

#footer dd.footerInfo ul li a {
    font-family: "FunctionsPro", sans-serif;
    color: var(--footColor);
    display: inline-block;
    font-size: 24px;
    line-height: 1;
}

#footer dd.footerMenu {
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 2%;
	width: 100%;
	margin: 20px auto 0;

}


#footer dd.footerMenu > ul {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 0;
	min-width: 0;
}

/* 1つ目だけ40% */
#footer dd.footerMenu > ul:first-child {
	flex: 0 0 36%;
	max-width: 36%;

}

/* 残りは均等 */
#footer dd.footerMenu > ul:not(:first-child) {
	flex: 1 1 0;
}

.footerMenu>ul:first-child li.footerLogo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 220px;
}

.footerMenu>ul:first-child li.footerLogo img {
    width: 100%;
    margin-top: -30px;
}


#footer dd.footerMenu ul li {
    position: relative;
    display: block;
    color: var(--footColor);
}

#footer dd.footerMenu ul li a {
    position: relative;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    padding: 0 2px 5px 10px;
    margin: 2px 0;
    color: var(--footColor);
    border-bottom: 1px solid #191919;
}

#footer dd.footerMenu ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    height: 1px;
    width: 100%;
    background-color: #000;
}

#footer dd.footerMenu ul li a.place span {
    color: #B89F73;
}

#footer dd.footerMenu ul li a span {
    font-family: 'FunctionsPro', sans-serif;
    font-size: 1em;
    line-height: 1;
    letter-spacing: 0.05rem;
    font-weight: 300;
    color: var(--footColor);
    transition: 0.3s ease;
}

#footer dd.footerMenu ul li a b {
    font-weight: normal;
    white-space: nowrap;
    font-size: 80%;
    color: var(--footColor);
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(0, calc(-50% - 3px));
    opacity: 0;
    transition: 0.3s ease;

}

#footer dd.footerMenu ul li a:hover span {
    color: #ffb1be;
    opacity: 0;
}

#footer dd.footerMenu ul li a:hover b {
    opacity: 1;
}

.footerMenu li.place>a span {
    color: #fff;
    position: relative;
}

.footerMenu li.place>a span::after {
    content: "";
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translate(-10px, -50%);
    width: 3px;
    height: 80%;
    background: #e4007f;
}

#footer span.footerBorder {
    display: block;
    height: 3px;
    background-color: #191919;
    border-top: 1px solid #2a2a2a;
    width: auto;
    margin: 30px auto 30px auto;
}

#footer dd#copyRight {
    color: var(--footColor);
    font-size: 10px;
    font-family: "FunctionsPro", sans-serif;
    text-align: center;
}

#footer dd#copyRight b {
    display: inline-block;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: 140%;
}

.link-banner {
    width: 400px;
    position: relative;
    margin: 10px 40px 0 auto;
}

.link-banner a {
    display: block;
    background: #1a1a1a;
    padding: 5px;
}

.link-banner a img {
    width: 100%
}

#footerBottomWrap {
    position: relative;
    /*    background: #e5e5e5;*/
    background: #141414;
}

#footerBottom {
    position: relative;
    padding: 10px 6px;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
}

#footerBottom span {
    display: block;
    margin-right: 10px;
    float: left;
    overflow: hidden;
}

#footerBottom span a {
    margin-right: 4px;
    display: block;
}

#footerBottom span img {
    width: 44px;
}

#footerBottom .link {
    font-size: 8px;
    color: #808080;
    display: inline-block;
    margin: 0 5px;
}

#footerBottom .link a {
    font-size: 10px;
    line-height: 10px;
    color: #808080;
    display: inline-block;
    margin: 0 0 0 5px;
}

#footerBottom .link a:hover {
    background: #fff;
}

.back {
    position: fixed;
    bottom: 10px;
    right: 10px;
}

/* ==============================
   FOOT FIX (bottom dock)
================================ */

/* 下固定エリア */
.foot-fixArea {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 900;
    pointer-events: none;
    opacity: 0;
    /* 中だけクリック通す */
}

/* 横並びの全体ラッパー */
.foot-fixWrap {
    /* width: min(320px, calc(100% - 20px)); */
    width: calc(100% - 20px);
    margin: 0 auto;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 10px;
    pointer-events: none;
}

/* ピル本体（メニュー） */
.foot-fix {
    padding: 10px 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 5px;
    border-radius: 9999px;
    background: linear-gradient(180deg, rgba(35, 35, 35, .88), rgba(16, 16, 16, .80));
    border: 1px solid rgba(255, 255, 255, .10);
    /* box-shadow: 0 16px 44px rgba(0, 0, 0, .68), inset 0 1px 0 rgba(255, 255, 255, .08), inset 0 -1px 0 rgba(0, 0, 0, .50); */
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    pointer-events: auto;
}

/* 各ボタン（li） */
.foot-fix>li {
    display: inline-block;
}

/* aを“丸角カード”化 */
.foot-fix li a,
.foot-fix li form button {
    display: block;
    display: grid;
    place-items: center;
    padding: 5px 20px;
    border-radius: 9999px;
    text-decoration: none;
    background: transparent;
    transition: transform .18s ease, background .18s ease, box-shadow .18s ease, filter .18s ease;
    cursor: pointer;

}

/* アイコン（img） */

.foot-fix li img {
    display: block;
    height: 42px;
    object-fit: contain;
    filter: drop-shadow(0 2px 10px rgba(0, 0, 0, .45));
    opacity: .96;
}

/* 押し感・ホバー */
.foot-fix>li>a:hover,
.foot-fix li button:hover {
    transform: translateY(-1px);
    /* background: rgba(255, 255, 255, .08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .10), 0 10px 24px rgba(0, 0, 0, .35); */
}

/* ページトップ（右の丸ボタン） */
.fix-pt {
    pointer-events: auto;
}

.fix-pt .pageTopBtn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    text-decoration: none;
    background: linear-gradient(180deg, rgba(35, 35, 35, .88), rgba(16, 16, 16, .80));
    border: 1px solid rgba(255, 255, 255, .10);
    /* box-shadow: 0 16px 44px rgba(0, 0, 0, .68), inset 0 1px 0 rgba(255, 255, 255, .08), inset 0 -1px 0 rgba(0, 0, 0, .50); */
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    transition: transform .18s ease, filter .18s ease, background .18s ease;
    line-height: 60px;
}

.fix-pt .pageTopBtn img {
    height: 26px;
    object-fit: contain;
    filter: drop-shadow(0 2px 10px rgba(0, 0, 0, .45));
    opacity: .96;
}


.fix-pt .pageTopBtn:hover {
    transform: translateY(-1px);
    filter: brightness(1.06);
}

/* 下の安全域（iPhoneのホームバー） */
@supports (padding: max(0px)) {
    .foot-fixWrap {
        padding-bottom: max(14px, env(safe-area-inset-bottom));
    }
}

.foot-fix>li.place>a {
    position: relative;
    overflow: visible;
}

.foot-fix>li.place>a::before {
    content: "";
    position: absolute;
    width: 160%;
    height: 160%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    pointer-events: none;
    background:
        radial-gradient(circle,
            rgba(255, 255, 255, .35) 0%,
            rgba(255, 255, 255, .15) 40%,
            rgba(255, 255, 255, 0) 70%);
    filter: blur(8px);
}

/* ちょい強調（任意） */
.foot-fix>li.place>a img {
    opacity: 1;
    filter:
        drop-shadow(0 0 10px rgba(255, 255, 255, .45)) drop-shadow(0 0 18px rgba(255, 255, 255, .25));
}

@keyframes spotlightPulse {
    0% {
        opacity: .85;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: .85;
    }
}

.foot-fix>li.place>a::before {
    animation: spotlightPulse 2.4s ease-in-out infinite;
}

/* 背景レイヤー */
#loginArea {
    position: fixed;
    inset: 0;
    background: radial-gradient(circle at center, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.92) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    backdrop-filter: blur(6px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .4s ease, visibility .4s ease;
}

#loginArea.openForm {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.modal-close {
    position: absolute;
    top: 16px;
    right: 18px;
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    cursor: pointer;
    color: #fff;
    /* border: 1px solid rgba(212, 175, 55, 0.22); */
    border-radius: 999px;
    background: #484848;
    transition: transform .25s ease, color .25s ease, border-color .25s ease, background .25s ease;
}

.modal-close:hover {
    color: #d4af37;
    /* border-color: rgba(212, 175, 55, 0.5);
    background: rgba(255, 255, 255, 0.05); */
    transform: scale(1.06);
}

.modal-close:active {
    transform: scale(0.98);
}

.modal-close-svg {
    display: block;
    width: 28px;
    height: 28px;
}

.modal-close-svg path {
    stroke: #f3f3f3;
}

.modal-close:hover .modal-close-svg path {
    color: #bfa043;
}

/* フォーム本体 */
.loginWrap {
    position: absolute;
    background-color: #fff;
    display: flex;
    justify-content: center;
    padding: 50px;
}

.loginForm {
    position: relative;
    max-width: 600px;
    min-width: 400px;
    padding: 55px 45px;
    background: #f2f2f2;
    border: 1px solid #f6f6f6;
}

/* タイトル */
.loginForm dt {
    text-align: center;
    font-size: 22px;
    color: #484848;
    margin-bottom: 40px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    transform: skewX(-6deg);
}

/* 入力欄 */
.formTxtArea {
    margin-bottom: 22px;
}

.formTxtArea .text {
    width: 100%;
    padding: 15px 16px;
    background: #fff;
    border: 1px solid #d4d4d4;
    color: #282828;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: "Roboto", sans-serif;
    transition: 0.3s ease;
}

.formTxtArea .text::placeholder {
    color: rgba(0, 0, 0, 0.3);
}

.formTxtArea .text:focus {
    outline: none;
    border-color: #bfa043;
    box-shadow: 0 0 12px rgba(191, 155, 63, 0.25);
}

.formBtnArea .button {
    display: block;
    width: 70%;
    margin: 0 auto;
    padding: 18px 15px;
    /* background: linear-gradient(135deg, #d9c27c, #bfa043); */
    background: #272727;
    color: #a4a4a4;
    font-size: 18px;
    letter-spacing: 3px;
    font-family: "Roboto", sans-serif;
    cursor: pointer;
    transition: all 0.3s ease;
}

.formBtnArea .button:hover {
    background: linear-gradient(135deg, #e4cf8c, #c8a94a);
    transform: translateY(-2px);
    color: #fff;
    /* box-shadow: 0 8px 25px rgba(191, 155, 63, 0.3); */
}

.loginForm .c-TL {
    display: block;
    position: absolute;
    top: -4px;
    left: -4px;
    width: 70px;
    height: 70px;
    background-image: url(/img/corner_TL.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.loginForm .c-TR {
    display: block;
    position: absolute;
    top: -4px;
    right: -4px;
    width: 70px;
    height: 70px;
    background-image: url(/img/corner_TR.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.loginForm .c-BR {
    display: block;
    position: absolute;
    bottom: -4px;
    right: -4px;
    width: 70px;
    height: 70px;
    background-image: url(/img/corner_BR.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.loginForm .c-BL {
    display: block;
    position: absolute;
    bottom: -4px;
    left: -4px;
    width: 70px;
    height: 70px;
    background-image: url(/img/corner_BL.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.pattern {
    position: absolute;
    width: 100%;
    height: 100%;
    max-height: 100%;
    background: url(/pc/img//pattern.png) repeat;
    top: 0;
    left: 0;
    opacity: 0.2;
    display: block;
    transition-timing-function: ease;
}

@media all {
    .featherlight {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
        text-align: center;
        cursor: pointer;
        overflow: auto;
    }

    .featherlight:last-of-type {
        background: rgba(0, 0, 0, 0.9);
        z-index: 10001;
        cursor: default;
    }

    .featherlight:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    .login-triangle {
        width: 0;
        margin-left: auto;
        border: 12px solid transparent;
        border-bottom-color: #28d;
    }

    .featherlight .featherlight-content {
        position: relative;
        vertical-align: middle;
        display: inline-block;
        padding: 25px;
        width: 100%;
        max-width: 900px;
        margin: 0 auto;
        background: #f9f9f9;
        cursor: auto;
        border-radius: 5px;
        margin: 50px 0;
        padding: 100px 80px;
    }

    .featherlight .featherlight-inner {
        display: block;
    }

    .featherlight .featherlight-close-icon {
        position: absolute;
        top: 5px;
        right: 5px;
        line-height: 60px;
        width: 60px;
        font-size: 40px;
        cursor: pointer;
        text-align: center;
        font: Arial, sans-serif;
        background: none;
        color: #aaa;
        z-index: 2000;
    }

    .featherlight .featherlight-image {
        width: 100%
    }

    .featherlight-iframe .featherlight-content {
        border-bottom: 0;
        padding: 0;
    }

    .featherlight iframe {
        border: 0;
    }
}

.lightbox dl {
    position: relative;
}

.lightbox dl dt {
    border-radius: 50px;
    overflow: hidden;
}

.lightbox dl dt img {
    width: 100%;
}

.lightbox dl dd.disTit {
    position: relative;
    margin: 20px 0;
}

.lightbox dl dd.disTit b {
    font-family: "Noto serif JP", serif;
    font-size: 40px;
    color: #000;
}

.lightbox dl dd.disBody {
    padding: 10px 0 0 0;
    line-height: 140%;
    font-size: 14px;
}

.lightbox dl dd.eventBody {
    padding: 10px 0 0 0;
    line-height: 140%;
    font-size: 14px;
}

table.disTable {
    position: relative;
    border-collapse: separate;
    width: 100%;
    padding: 10px 0 0 0;
}

table.disTable tbody {
    width: 100%;
    height: 100%;
}

table.disTable tr th {
    padding: 20px 0 20px 0;
    font-size: 24px;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    width: 26%;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    background-color: #ececec;
}

table.disTable tr th.tht {
    padding: 10px 0;
    border-top: 1px solid #ccc;
}

table.disTable tr th span {
    /* font-family: "Alice", "Noto sans JP", sans-serif; */
    font-size: 20px;
    display: block;
    line-height: 120%;
    letter-spacing: 0;
}

table.disTable tr td.td1,
table.disTable tr td.td3 {
    text-align: center;
    font-size: 24px;
    padding: 15px 0 15px 0;
    line-height: 140%;
    width: 35%;
    border-bottom: 1px solid #ccc;
}

table.disTable tr td.td1 span {
    display: inline-block;
    font-size: 20px;
}

table.disTable tr td.td3 {
    border-right: 1px solid #ccc;
}

table.disTable tr td.td3 span {
    display: inline-block;
    color: red;
    font-size: 24px;
}

table.disTable tr td.td2 {
    text-align: center;
    font-size: 20px;
    padding: 15px 0 15px 0;
    line-height: 140%;
    width: 4%;
    border-bottom: 1px solid #ccc;
}

table.disTable tr td.tdt {
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}

table.disTable tr td.tdt span {
    font-size: 20px;
}

table.disTable tr td span {
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 120%;
    letter-spacing: 0;
}

table.disTable tr td span.tdeco {
    position: relative;
    text-decoration: line-through red;
}

table.disTable tr td a {
    text-align: left;
    line-height: 1;
    transition: 0.3s ease;
    display: inline-block;
}

.swiper-slide span.ss-inner {
    display: block;
    background: rgb(218, 68, 83);
    background: -moz-linear-gradient(left, rgba(218, 68, 83, 1) 0%, rgba(137, 33, 107, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(218, 68, 83, 1) 0%, rgba(137, 33, 107, 1) 100%);
    background: linear-gradient(to right, rgba(218, 68, 83, 1) 0%, rgba(137, 33, 107, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8bc1', endColorstr='#ffa784', GradientType=1);
    padding: 1px;
    position: relative;
    padding: 2px;
}

.swiper-slide span.tf-TL {
    background-image: url(/pc/img/name_frame_TL.svg);
    width: 40px;
    height: 40px;
    position: absolute;
    top: 4px;
    left: 4px;
    display: block;
    overflow: hidden;
}

.swiper-slide span.tf-TR {
    background-image: url(/pc/img/name_frame_TR.svg);
    width: 40px;
    height: 40px;
    position: absolute;
    top: 4px;
    right: 4px;
    display: block;
    overflow: hidden;
}

.swiper-slide span.tf-BR {
    background-image: url(/pc/img/name_frame_BR.svg);
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 4px;
    right: 4px;
    display: block;
    overflow: hidden;
}

.swiper-slide span.tf-BL {
    background-image: url(/pc/img/name_frame_BL.svg);
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 4px;
    left: 4px;
    display: block;
    overflow: hidden;
}

.swiper-slide span img {
    width: 100%;
}

@keyframes lineIn {
    from {
        opacity: 1;
        width: 0;
    }

    to {
        opacity: 1;
        width: 100%;
    }
}

.lineIn {
    -webkit-animation-name: lineIn;
    animation-name: lineIn;
}

.anime-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    pointer-events: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 0;
    transform: translate3d(0, 0, 0)
}

.anime-bg-item {
    position: absolute;
    transform: rotate(var(--bg-rotate));
    animation-name: bg-rotate;
    animation-play-state: paused;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate
}

.anime-bg-item:nth-of-type(1) {
    --bg-rotate: -30deg;
    animation-duration: 20s;
    animation-direction: alternate-reverse
}

.anime-bg-item:nth-of-type(2) {
    --bg-rotate: 0deg;
    animation-duration: 10s;
    animation-direction: alternate-reverse
}

.anime-bg-item:nth-of-type(3) {
    --bg-rotate: 45deg;
    z-index: 10;
    isolation: isolate;
    transform-origin: center;
    animation-duration: 10s
}

.anime-bg-item:nth-of-type(4) {
    --bg-rotate: 90deg;
    z-index: 10;
    isolation: isolate;
    transform-origin: center;
    animation-duration: 30s
}

.anime-bg.is-bg-loaded {
    opacity: 1
}

.anime-bg.is-bg-active .anime-bg-item {
    animation-play-state: running
}

@keyframes bg-rotate {
    0% {
        transform: translate3d(0, 0, 0) rotate(var(--bg-rotate))
    }

    100% {
        transform: translate3d(0, -5%, 0) rotate(calc(var(--bg-rotate) + 180deg))
    }
}

@media screen and (min-width: 768px) {
    .anime-bg {
        transition: opacity 2000ms
    }

    .anime-bg-item:nth-of-type(1) {
        top: 0;
        left: -45.1rem;
        width: 160rem
    }

    .anime-bg-item:nth-of-type(2) {
        top: -36.3rem;
        left: 34.2rem;
        width: 160rem
    }

    .anime-bg-item:nth-of-type(3) {
        inset: 0;
        width: 120rem;
        margin: auto
    }

    .anime-bg-item:nth-of-type(4) {
        inset: 0;
        width: 160rem;
        margin: auto
    }

}

@media screen and (max-width: 767px) {
    .anime-bg {
        transition: opacity 3000ms
    }

    .anime-bg-item:nth-of-type(1) {
        top: calc(50% - 25rem);
        left: calc(50% - 75rem);
        width: 140rem
    }

    .anime-bg-item:nth-of-type(2) {
        top: calc(50% - 140rem);
        left: calc(50% - 60rem);
        width: 140rem
    }

    .anime-bg-item:nth-of-type(3) {
        top: calc(50% - 70rem);
        left: calc(50% - 60rem);
        width: 150rem
    }
}

.bg-blend {
    position: absolute;
    width: 100%;
    mix-blend-mode: screen;
    transition: opacity 300ms ease;
    transform: translate3d(0, 0, 0);
    min-width: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    pointer-events: none;
}

.bg-blend video {
    display: block;
    width: 100%;
}

@-webkit-keyframes blink {
    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes blink {
    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.blink {
    -webkit-animation: blink 1.5s ease-in-out infinite alternate;
    animation: blink 1.5s ease-in-out infinite alternate;
}

.sta {
    /* animation: kaiten 2s infinite alternate; */
    -webkit-animation-name: titanimation;
    animation-name: titanimation;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

@-webkit-keyframes titanimation {
    0% {
        visibility: hidden;
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes titanimation {
    0% {
        visibility: hidden;
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.offs .effect {
    opacity: 0;
}

.ons .effect {
    opacity: 1;
    transition-duration: 3s;
}

/*遅延の設定*/
.delay-1 {
    transition-delay: 0.2s;
}

.delay-2 {
    transition-delay: 0.3s;
}

.delay-3 {
    transition-delay: 0.4s;
}

.delay-4 {
    transition-delay: 0.5s;
}

.delay-5 {
    transition-delay: 0.6s;
}

.delay-6 {
    transition-delay: 0.7s;
}

.delay-7 {
    transition-delay: 0.8s;
}

.delay-8 {
    transition-delay: 0.9s;
}

.delay-9 {
    transition-delay: 1s;
}

.delay-10 {
    transition-delay: 1.1s;
}

.delay-11 {
    transition-delay: 1.2s;
}

.delay-12 {
    transition-delay: 1.3s;
}

.delay-13 {
    transition-delay: 1.4s;
}

.delay-14 {
    transition-delay: 1.5s;
}

.delay-15 {
    transition-delay: 1.6s;
}

.delay-16 {
    transition-delay: 1.7s;
}

.delay-17 {
    transition-delay: 1.8s;
}

.delay-18 {
    transition-delay: 1.9s;
}

.delay-19 {
    transition-delay: 2s;
}

.delay-20 {
    transition-delay: 2.1s;
}

.animated {
    animation-fill-mode: both;
    visibility: hidden;
}

.animated.infinite {
    animation-iteration-count: infinite;
}

@keyframes trigger-slide {
    0% {
        opacity: 0;
        transform: translate3d(0, 50px, 0);
        transform-origin: center center;
        /* visibility: hidden; */
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
        transform-origin: center center;
        visibility: visible;
    }
}

.trigger-slide {
    position: relative;
    visibility: hidden;
    animation-name: trigger-slide;
    animation-duration: 0.8s;
    animation-delay: 0.3s;
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform-origin: center center;
        visibility: hidden;
    }

    100% {
        opacity: 1;
        transform-origin: center center;
        visibility: visible;
    }
}

.fadeIn {
    animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    animation-delay: 0.6s;
    animation-duration: 1s;
    animation-fill-mode: both;
}

@keyframes trigger-slide2 {
    0% {
        opacity: 0;
        transform: translate3d(0, 50px, 0);
        transform-origin: center center;
        visibility: hidden;
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
        transform-origin: center center;
        visibility: visible;
    }
}

.trigger-slide2 {
    -webkit-animation-name: trigger-slide2;
    animation-name: trigger-slide2;
    animation-delay: 0.6s;
    animation-duration: 1s;
    animation-fill-mode: both;
}


@media (min-width: 1024px) {
    .tdr {
        animation-name: fade;
        animation-duration: 0.6s;
        animation-direction: alternate;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-out;
    }

    @keyframes fade {
        0% {
            opacity: 1;
        }

        100% {
            opacity: 0.3;
        }
    }

    @-webkit-keyframes fade {
        0% {
            opacity: 1;
        }

        100% {
            opacity: 0.3;
        }
    }
}

.toast {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(calc(-50% - 20px));
    opacity: 0;
    z-index: 9999;
    width: 60vw;
    height: 100px;
    max-width: 380px;
    border-radius: 12px;
    font-size: 14px;
    display: flex;
    align-items: center;
    text-align: center gap: 8px;
    justify-content: center;
    /* ガラス風 */
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
    transition: all 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}

.toast.show {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%);
}

.toast.success {
    border: 1px solid rgba(34, 197, 94, 0.4);
}

.toast.error {
    border: 1px solid rgba(239, 68, 68, 0.4);
}