@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,800;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,600;1,600&display=swap');
html, body, a, p, ul, li, h1, h2, h3, h4, h5, h6, figure, dl, dt, dd {
    margin: 0;
    padding: 0;
}
* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    font-feature-settings: "palt";
    
}
:root { --maincolor: #a40027; --accentcolor: #ffffff; --accentcolor2: #f1af00; }

html {
    cursor: none !important;
    overflow-x: clip;
}
body {
    cursor: none !important;
    overflow-x: clip;
    -webkit-touch-callout: none;
    font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    background: var(--maincolor);
    color: var(--accentcolor);
    min-height: 100svh;
    font-weight: 500;
}
::-webkit-scrollbar {
    width: 8px;
    background-color: var(--maincolor);
}
::-webkit-scrollbar-thumb {
    background: var(--accentcolor2);
    width: 8px;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
    background: var(--accentcolor2);
}
::selection {
    background-color: var(--accentcolor2);
    color: var(--maincolor);
}
button,
.modal-video {
    cursor: none !important;
}
#cursor {
    width: 32px;
    height: 47px;
    position: fixed;
    top: -60px;
    left: -60px;
    z-index: 99999999;
    background: url(/images/2025/cursor.png) no-repeat;
    background-size: 100% auto;
    opacity: 0;
    pointer-events: none;
}
#cursor.pointer {
    width: 42px;
    height: 63px;
    background: url(/images/2025/cursor2.png) no-repeat;
    background-size: 100% auto;
    transform: translate(-11px, 0px);
}
img {
    width: 100%;
    height: auto;
    display: block;
    font-size: 0;
    pointer-events: none;
    user-select: none;
}
a {
    color: inherit;
    text-decoration: none;
    cursor: none !important;
}
li {
    list-style-type: none;
}
.youtube {
    width: 100%;
    aspect-ratio: 16 / 9;
    position: relative;
}
.youtube iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    right: 0;
}
.sp {
    display: none;
}
@media screen and (max-width: 896px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
}
.wrap {
    opacity: 1;
    overflow-x: clip;
}
header {
    width: 100%;
    height: 72px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    font-family: swiss-721-bt, sans-serif;
    font-weight: 800;
    overflow: hidden;
    padding: 0 28px 0 20px;
    transition-duration: 0.2s;
}
.toppage.pagetop header:not(.menu-on) {
    height: 90px;
    mix-blend-mode: difference;
}
header:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    background: var(--maincolor);
    opacity: 1;
}
.toppage.pagetop header {}
.toppage.pagetop header:not(.menu-on):before {
    display: none;
    opacity: 0;
}
.toppage.pagetop header h1 path {
    fill: #fff;
}
.fanclubpage.pagetop header path {
    fill: #fff;
}
.logo {
    width: 400px;
    position: relative;
    transition-duration: 0.4s;
}
.toppage.pagetop .logo {
    width: 540px;
}
nav {
    font-size: 18px;
}
nav ul {
    display: flex;
    align-items: flex-end;
    gap: 24px;
}
nav ul li {
    display: flex;
    align-items: flex-end;
}
nav ul li a {
    position: relative;
    display: inline-block;
    color: var(--accentcolor);
    line-height: 1;
}
nav ul li a.hover span {
    color: var(--accentcolor2);
    transition-duration: 0.2s;
}
nav ul li a.hover path {
    fill: var(--accentcolor2) !important;
}
nav.open {
    display: block;
}
nav::-webkit-scrollbar {
    display: none;
}
.nav-inner {}
nav a span {
    position: relative;
    display: flex;
    align-items: flex-start;
}
nav i {
    width: 10px;
    height: 10px;
    position: relative;
    display: block;
    font-size: 13px;
    margin-top: -2px;
    margin-left: 1px;
}
@media screen and (min-width: 897px) {
    .toppage.pagetop header {
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }
    .toppage.pagetop header nav a {
        color: #fff !important;
    }
    .toppage.pagetop header nav a.hover {
        opacity: 0.5;
    }
    .toppage.pagetop header nav a.hover span {
        color: #fff !important;
        transition-duration: 0.2s;
    }
    .toppage.pagetop header nav a.hover path {
        fill: var(--accentcolor) !important;
    }
}
@media screen and (max-width: 1380px) {
    .toppage.pagetop .logo {
        width: 400px;
    }
}
@media screen and (max-width: 1280px) {
    .logo {
        width: 320px !important;
    }
    nav {
        font-size: 14px;
    }
    nav ul li {
        gap: 16px;
    }
}
@media screen and (max-width: 1080px) {
    .logo {
        width: 280px !important;
    }
    nav {
        font-size: 13px;
    }
}
@media screen and (max-width: 896px) {
    header {
        align-items: center;
    }
    .nav-btn {
        width: 56px;
        height: 56px;
        position: fixed;
        top: 0px;
        right: 0;
        z-index: 1000;
        transition-duration: 0.2s;
    }
    .nav-btn span {
        width: 24px;
        height: 2px;
        position: absolute;
        left: 16px;
        background: var(--accentcolor);
        transition-duration: 0.2s;
    }
    .nav-btn span:nth-of-type(1) {
        top: 22px;
    }
    header.menu-on .nav-btn span:nth-of-type(1) {
        top: calc(50% - 1px);
        transform: rotate(45deg);
    }
    .nav-btn span:nth-of-type(2) {
        top: 50%;
        margin-top: -1px;
    }
    header.menu-on .nav-btn span:nth-of-type(2) {
        opacity: 0;
        transform: translateX(-20%);
    }
    .nav-btn span:nth-of-type(3) {
        bottom: 22px;
    }
    header.menu-on .nav-btn span:nth-of-type(3) {
        bottom: calc(50% - 1px);
        transform: translateY(0) rotate(-45deg);
    }
    .toppage.pagetop header:not(.menu-on) .nav-btn {}
    .toppage.pagetop header:not(.menu-on) .nav-btn span {
        background: #fff;
    }
    .nav-btn .dots span:nth-child(1) {
        transform: translateX(-12px);
    }
    .nav-btn .dots span:nth-child(3) {
        transform: translateX(12px);
    }
    header.menu-on .nav-btn .dots span {
        width: 40px;
        height: 2px;
        top: calc(50% - 1px);
        left: calc(50% - 20px);
    }
    header.menu-on .nav-btn .dots span:nth-child(1) {
        transform: rotate(45deg);
    }
    header.menu-on .nav-btn .dots span:nth-child(2) {
        opacity: 0;
    }
    header.menu-on .nav-btn .dots span:nth-child(3) {
        transform: rotate(-45deg);
    }
    header {
        height: 56px;
        overflow: visible;
        padding-left: 20px;
    }
    .toppage.pagetop header:not(.menu-on) {
        height: 56px;
    }
    .toppage.pagetop .logo {
        width: 240px !important;
    }
    header .logo,
    .toppage.pagetop header.menu-on .logo {
        width: 200px !important;
    }
    .toppage.pagetop header.menu-on .logo path {
        fill: var(--accentcolor);
    }
    nav {
        width: 100%;
        height: 100dvh;
        position: fixed;
        top: 0px;
        left: 0;
        z-index: -1;
        display: none;
        font-size: 18px;
        background: var(--maincolor);
        opacity: 1;
        overflow-y: scroll;
        overscroll-behavior-y: contain;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    header.menu-on nav {
        display: block;
    }
    nav .nav-inner {
        min-height: 100vh;
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        padding: 100px 0;
    }
    nav ul {
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        gap: 28px;
    }
}
path, rect {
    fill: var(--accentcolor);
}
.pc .sns {
    width: 48px;
    height: 300px;
    position: fixed;
    top: 140px;
    right: 0;
    z-index: 99;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    color: var(--accentcolor);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
.fanclubpage.pagetop .pc .sns {
    color: #fff;
}
.toppage.pagetop .pc .sns {
    color: #000;
}
.pc .sns a {
    position: relative;
    z-index: 2;
    font-size: 18px;
    margin: 6px 0;
}
.pc .sns:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    background: var(--maincolor);
    opacity: 0.8;
    transition: opacity 0.2s ease;
    border: solid 1px var(--accentcolor);
    border-right: none;
    border-radius: 16px 0px 0 16px;
}
.toppage.pagetop .pc .sns {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}
.toppage.pagetop .pc .sns:before {
    opacity: 0;
}
.sns ul {
    position: relative;
    z-index: 2;
}
.sns li {
    width: 20px;
    margin-bottom: 18px;
}
.sns li a {
    display: flex;
    justify-content: center;
}
.sns li:last-child {
    margin-bottom: 0;
}
.sns svg path {
    fill: var(--accentcolor);
}
@media screen and (max-width: 896px) {
    nav .sns {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 16px;
        font-size: 18px;
        margin-top: 36px;
    }
}

.lity-content img {
    width: 100vw;
    max-width: 100dvh;
    object-fit: contain;
}
.lity-close {
    width: 60px;
    height: 60px;
}
.video-back {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: -1;
    background: #000;
    transition-duration: 0.6s;
}
.video-back:after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.3);
    background-image: radial-gradient(#111 30%, transparent 31%), radial-gradient(#111 30%, transparent 31%);
    background-size: 4px 4px;
    background-position: 0 0, 2px 2px;
}
.video-back iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}
@media (min-aspect-ratio: 16/9) {
    .video-back iframe {
        /* height = 100 * (9 / 16) = 56.25 */
        height: 56.25vw;
    }
}
@media (max-aspect-ratio: 16/9) {
    .video-back iframe {
        /* width = 100 / (9 / 16) = 177.777777 */
        width: 177.78vh;
    }
}
.hero {
    width: 100%;
    height: calc(100dvh + 1.5px);
    position: relative;
    background: #fff;
    overflow: hidden;
}
.hero:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    content: "";
    display: block;
    background: #000;
    opacity: 0.1;
}
.hero:after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    content: "";
    display: block;
    background: #fff;
}
.fanclubpage .hero:before,
.fanclubpage .hero:after {
    display: none;
}
.hero img {
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: scale(1.05);
    object-fit: cover;
    object-position: center 20%;
}
.hero.on:before {
    transform: translateX(100%);
    transition-duration: 0.6s;
    transition-delay: 0.1s;
}
.hero.on:after {
    transform: translateX(100%);
    transition-duration: 0.3s;
    transition-delay: 0s;
}
.hero.on img {
    animation: hero-anime2 1.4s forwards cubic-bezier(0, .3, .3, 1);
}
@keyframes hero-anime2 {
    0% {
        opacity: 0;
        transform: scale(1.6);
        filter: brightness(1.6) blur(10px);
    }
    100% {
        opacity: 1;
        transform: scale(1.05);
        filter: brightness(1) blur(0px);
    }
}
@media screen and (max-width: 896px) {
    .hero {
        height: 70vh;
        min-height: 360px;
    }
}
.content-ttl {
    font-family: century-old-style-std, serif;
    font-size: 64px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.02em;
    margin-bottom: 100px;
}
@media screen and (max-width: 896px) {
    .content-ttl {
        font-size: 32px;
        margin-bottom: 40px;
    }
}
section {
    background: var(--maincolor);
}
.top-bnr {
    padding: 200px 0;
}
.swiper-container {
    position: relative;
}
.swiper-pagination {
    bottom: -28px !important;
}
.swiper-pagination-bullet {
    background: none;
    opacity: 1;
    border-radius: 100px;
    transition-duration: 0.2s;
}
.top-bnr .swiper-pagination-bullet {
    border: solid 1.5px var(--accentcolor);
}
.video .swiper-pagination-bullet {
    border: solid 1.5px #fff;
}
.swiper-pagination-bullet-active {
    width: 20px;
}
.top-bnr .swiper-pagination-bullet-active {
    background: var(--accentcolor);
}
.video .swiper-pagination-bullet-active {
    background: #fff;
}
.swiper-slide {
    width: 680px !important;
    margin: 0 40px;
}
.swiper-slide a {
    display: block;
    background: #000;
    overflow: hidden;
}
.swiper-slide a img {
    transition-duration: 0.2s;
}
.swiper-slide a.hover img {
    opacity: 0.7;
    transform: scale(1.05);
}
.video .swiper-slide a {}
@media screen and (max-width: 896px) {
    .top-bnr {
        padding: 60px 0 80px;
    }
    .swiper-pagination {
        bottom: -28px !important;
    }
    .swiper-slide {
        width: 64vw !important;
        margin: 0 2vw;
    }
    .swiper-slide a {
        display: block;
        background: #000;
        overflow: hidden;
    }
    .swiper-slide a img {
        transition-duration: 0.2s;
    }
    .swiper-slide a.hover img {
        opacity: 0.7;
        transform: scale(1.05);
    }
    .video .swiper-slide a {}
}
.top-news {
    display: flex;
    padding-bottom: 200px;
}
.top-news .top-news-ttl {
    width: 320px;
}
.top-news .common-btn {
    width: 150px;
    height: 20px;
    font-size: 13px;
}
.top-news .top-news-ttl .content-ttl {
    margin-bottom: 20px;
}
.news-list {
    width: 100%;
    border-top: solid 1px;
}
.news-list li {
    border-bottom: solid 1px;
    padding: 28px 0px;
}
.news-list li a {
    display: flex;
    align-items: center;
}
.news-list li a.hover {
    transform: translateX(10px);
    transition-duration: 0.2s;
}
.news-list li .date {
    width: 100px;
    flex-shrink: 0;
    font-size: 14px;
}
.news-list li .date-inner {
    width: fit-content;
    display: flex;
    flex-flow: column;
    line-height: 1.3;
}
.news-list li .date-inner span {
    display: block;
    font-family: swiss-721-bt, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
}
.news-list li .date span:nth-child(2) {
    font-size: 160%;
}
.news-list li .date span:nth-child(3) {
    font-size: 90%;
}
.news-link-txt {
    display: flex;
}
.news-list .category {
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: swiss-721-bt, sans-serif;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    border: solid 1px;
    border-radius: 100px;
    margin-right: 40px;
    padding: 0.1em 0.8em;
}
.news-list li .news-ttl {
    font-size: 16px;
    line-height: 1.6;
}
@media screen and (max-width: 896px) {
    .news {
        display: flex;
    }
    .top-news {
        display: flex;
        flex-flow: column;
        padding-bottom: 80px;
    }
    .top-news .top-news-ttl {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
    }
    .top-news .common-btn {
        width: 100px;
        height: 20px;
        font-size: 13px;
    }
    .top-news .top-news-ttl .content-ttl {
        margin-bottom: 0px;
    }
    .news-list li {
        padding: 20px 0px;
    }
    .news-list li a {
        display: flex;
        align-items: center;
    }
    .news-list li .date {
        width: 72px;
        font-size: 13px;
    }
    .news-link-txt {
        flex-flow: column;
    }
    .news-list .category {
        width: 80px;
        font-size: 11px;
        margin-right: 0px;
        margin-bottom: 8px;
    }
    .news-list li .news-ttl {
        font-size: 13px;
        line-height: 1.6;
    }
}
.common-btn {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    font-family: helvetica-neue-lt-pro-cond, sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.1em;
    border: solid 1px;
}
.common-btn:after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    content: "";
    display: block;
    background: #000;
    opacity: 0.1;
}
.common-btn.hover {
    color: var(--maincolor);
}
.common-btn.hover:after {
    background: var(--accentcolor);
    opacity: 1 !important;
}
.common-btn span {
    position: relative;
    z-index: 2;
}
.video {
    position: relative;
    padding: 160px 0;
}
.video .inner {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-bottom: 0;
}
.video .inner .content-ttl {
    margin-bottom: 0;
}
@media screen and (max-width: 896px) {
    .video {
        position: relative;
        padding: 80px 0;
    }
    .video .inner .content-ttl {
        font-size: 32px;
        margin-bottom: 0;
    }
}
.fans {
    padding: 200px 0 100px;
    padding-bottom: 100px;
}
.fans ul {
    display: grid;
    gap: 80px;
    grid-template-columns: 1fr 1fr;
}
.fans li {}
.fans li figure {
    overflow: hidden;
    border-radius: 16px;
    margin-bottom: 20px;
}
.fans li h3 {
    width: 70%;
    letter-spacing: 0.16em;
    margin: 0 auto 28px;
}
.fans li p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 60px;
}
.fans .common-btn {
    width: 250px;
    height: 32px;
    margin: 0 auto;
}
@media screen and (max-width: 896px) {
    .fans {
        padding: 100px 0 6px;
        padding-bottom: 100px;
    }
    .fans .content-ttl {
        font-size: 32px;
    }
    .fans ul {
        display: grid;
        gap: 40px;
        grid-template-columns: 1fr;
    }
    .fans li h3 {
        width: 70%;
        max-width: 360px;
        margin: 0 auto 28px;
    }
    .fans li p {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .fans .common-btn {
        width: 100%;
        height: 32px;
        margin: 0 auto;
    }
}
.footer-nav {
    background: var(--maincolor);
    border-top: solid 1.5px var(--accentcolor);
    padding: 40px 0;
}
.footer-nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 40px;
    padding: 0 30px;
}
.footer-nav li {
    font-size: 14px;
}
footer {
    font-family: swiss-721-bt, sans-serif;
    font-weight: 700;
    font-size: 12px;
    font-style: normal;
    text-align: center;
    background: var(--maincolor);
    border-top: solid 1.5px var(--accentcolor);
    padding: 40px 0;
}
footer a {
    display: inline-block;
    color: var(--maincolor);
    background: var(--accentcolor);
    border: solid 1.5px var(--accentcolor);
    border-radius: 100px;
    margin-bottom: 16px;
    padding: 0.4em 1.6em;
}
footer a.hover {
    color: var(--accentcolor);
    background: none;
}
.up-button {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 97;
    display: block;
    transition: all 0.3s ease;
    margin: auto;
}
.up-button img {
    display: inline-block;
}
.hako {
    width: 100px;
    position: relative;
    transition-duration: 0.2s;
}
.pagetop .hako {
    opacity: 0;
    pointer-events: none;
}
.eye {
    display: flex;
    justify-content: center;
    align-items: center;
}
.eye-box {
    width: 50%;
    position: absolute;
    top: 45%;
    left: 18%;
    display: block;
}
.eye-close {
    width: 50%;
    position: absolute;
    top: 45%;
    left: 18%;
    display: none;
}
.eye-black {
    width: 70%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: transform 0.1s ease-out;
    margin: auto;
}
@media screen and (max-width: 896px) {
    .footer-nav {
        background: var(--maincolor);
        padding: 28px 0;
    }
    .footer-nav ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px 20px;
    }
    .footer-nav li {
        font-size: 12px;
    }
    footer {
        font-size: 10px;
        padding: 28px 0;
    }
    .hako {
        width: 80px;
    }
    .eye-black {
        top: -20%;
    }
}
body.lowerpage section {
    padding-top: 200px;
    padding-bottom: 120px;
}
.inner {
    width: calc(100% - 120px);
    max-width: 1200px;
    margin: 0 auto;
}
@media screen and (max-width: 896px) {
    body.lowerpage section {
        padding-top: 120px;
        padding-bottom: 80px;
    }
    .inner {
        width: calc(100% - 60px);
        max-width: 1200px;
        margin: 0 auto;
    }
}
.filter {
    display: flex;
    justify-content: center;
    gap: 8px 24px;
    font-family: swiss-721-bt, sans-serif;
    font-weight: 800;
    font-size: 18px;
    font-style: normal;
    margin-bottom: 80px;
}
.filter li {}
.filter li.active a {
    color: var(--accentcolor2);
}
.filter li a {}
.filter li a.hover {
    color: var(--accentcolor2);
    transition-duration: 0.2s;
}
@media screen and (max-width: 896px) {
    .filter {
        width: 80%;
        flex-wrap: wrap;
        gap: 8px 16px;
        font-family: swiss-721-bt, sans-serif;
        font-weight: 800;
        font-size: 14px;
        margin: 0 auto 40px;
    }
    .filter li {
        text-align: center;
    }
    .filter li.active a {
        color: var(--accentcolor2);
    }
    .filter li a {}
    .filter li a.hover {
        color: var(--accentcolor2);
        transition-duration: 0.2s;
    }
}
.pager {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-top: 60px;
}
.pager * {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: swiss-721-bt, sans-serif;
    font-weight: 800;
    font-size: 14px;
    transition: all .3s ease-in-out;
    border: solid 1px;
    border-radius: 100px;
}
.pager span {
    background: var(--accentcolor2);
    border: solid 1px var(--accentcolor2);
}
@media screen and (max-width: 896px) {
    .pager {
        margin-top: 40px;
        gap: 6px;
    }
    .pager * {
        width: 36px;
        height: 36px;
        font-size: 13px;
    }
}
.back-link {
    font-family: swiss-721-bt, sans-serif;
    font-weight: 800;
    font-size: 20px;
    text-align: center;
    margin-top: 60px;
}
.back-link a {
    transition-duration: 0.2s;
}
.back-link a.hover {
    color: var(--accentcolor2);
}
@media screen and (max-width: 896px) {
    .back-link {
        font-size: 16px;
        margin-top: 40px;
    }
}
.news-detail h1 {
    font-size: 24px;
    font-weight: 700;
    border-bottom: solid 1px var(--accentcolor);
    margin-bottom: 60px;
    padding-bottom: 60px;
}
.news-detail .date {
    font-family: swiss-721-bt, sans-serif;
    font-weight: 700;
    margin-bottom: 12px;
}
.news-detail-txt {
    font-weight: 400;
    line-height: 1.8;
}
.news-detail-txt strong {
    font-weight: 700;
    color: var(--accentcolor2);
}
.news-detail-txt h2 strong,
.news-detail-txt h3 strong {
    font-weight: 900;
}
.news-detail-txt a {
    text-decoration: underline;
}
.news-detail-txt h2 {
    font-size: 20px;
    font-weight: 900;
    border-bottom: solid 1px var(--accentcolor);
    margin-bottom: 16px;
    padding-bottom: 16px;
}
.news-detail-txt h3 {
    font-size: 18px;
    font-weight: 900;
}
.news-detail-txt img {
    max-width: 800px;
    display: inline-block;
}
.news-detail-txt .youtube {
    max-width: 800px;
    margin: 0 auto;
}
@media screen and (max-width: 896px) {
    .news-detail h1 {
        font-size: 18px;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .news-detail .date {
        font-family: swiss-721-bt, sans-serif;
        font-weight: 700;
        font-size: 13px;
        margin-bottom: 12px;
    }
    .news-detail-txt {
        font-size: 13px;
    }
    .news-detail-txt h2 {
        font-size: 16px;
        margin-bottom: 8px;
        padding-bottom: 8px;
    }
    .news-detail-txt h3 {
        font-size: 14px;
    }
}
.media-inner>li {
    border: solid 2px;
    border-radius: 12px;
    margin-bottom: 80px;
    padding: 60px;
}
.media-inner>li:last-child {
    margin-bottom: 0;
}
.media-inner h2 {
    font-family: swiss-721-bt, sans-serif;
    font-weight: 800;
    font-size: 42px;
    margin-bottom: 20px;
}
.media-inner small {
    display: block;
    font-size: 13px;
    line-height: 1.4;
    text-align: center;
    margin-top: 20px;
}
.media-list {
    border-top: solid 1px;
}
.media-list li {
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: solid 1px;
    padding: 28px 0px;
}
.media-list li {}
.media-list li .date {
    width: 100px;
    flex-shrink: 0;
    font-size: 14px;
}
.media-list li .date-inner {
    width: fit-content;
    display: flex;
    flex-flow: column;
    line-height: 1.3;
}
.media-list li .date-inner span {
    display: block;
    font-family: swiss-721-bt, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
}
.media-list li .date span:nth-child(2) {
    font-size: 160%;
}
.media-list li .date span:nth-child(3) {
    font-size: 90%;
}
.media-list li p:nth-child(2) {
    line-height: 1.6;
}
.media-list li a {
    text-decoration: underline;
}
.media-none {
    font-size: 16px;
    text-align: center;
}
@media screen and (max-width: 896px) {
    .media-inner h2 {
        font-size: 24px;
    }
    .media-inner small {
        font-size: 11px;
    }
    .media-inner>li {
        border-radius: 8px;
        margin-bottom: 40px;
        padding: 40px 20px;
    }
    .media-list li {
        padding: 20px 0px;
    }
    .media-list li .date {
        width: 72px;
        font-size: 13px;
    }
    .media-list li p:nth-child(2) {
        font-size: 13px;
        line-height: 1.6;
    }
    .media-none {
        font-size: 13px;
        text-align: center;
    }
}
.live-inner {
    position: relative;
    display: flex;
    align-items: flex-start;
}
.live-inner:after {
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 360px;
    content: "";
    display: block;
    background: var(--accentcolor);
}
.live-detail-wrap {
    width: calc(100% - 320px);
}
.live-detail {
    font-size: 14px;
    line-height: 1.6;
    transition-duration: 0.2s;
}
.live-detail-content:not(:last-child) {
    margin-bottom: 40px;
}
.live-thumb {
    margin-bottom: 60px;
}
.live-detail h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 40px;
}
.live-detail a:not(.common-btn) {
    text-decoration: underline;
}
.live-detail h3 {
    font-family: swiss-721-bt, sans-serif;
    font-weight: 800;
    font-size: 20px;
    margin-bottom: 8px;
}
.ticket-price {
    font-size: 140%;
    font-weight: 700;
    margin-bottom: 8px;
}
.ticket-info {
    margin: 20px 0;
}
.ticket-info li {
    border: solid 1px;
    margin-bottom: 20px;
}
.ticket-info li:last-child {
    margin-bottom: 0;
}
.ticket-info li h4 {
    font-size: 18px;
    color: var(--maincolor);
    background: var(--accentcolor);
    border-bottom: solid 1px;
    padding: 8px 20px;
}
.ticket-info li.soldout {
    opacity: 0.5;
}
.ticket-info li .ticket-info-detail {
    padding: 20px;
}
.ticket-info-term {
    font-size: 16px;
}
.ticket-link {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin: 20px 0;
}
.ticket-link:last-child {
    margin-bottom: 0;
}
.ticket-link .common-btn {
    width: 33.33%;
    font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 13px;
    padding: 12px 0;
}
.live-detail table {
    width: 100%;
    border-top: solid 1px var(--accentcolor);
}
.live-detail table thead {}
.live-detail table thead th {
    font-size: 13px;
    text-align: center;
    padding: 8px 0;
}
.live-detail table tr {
    border-bottom: solid 1px var(--accentcolor);
}
.live-detail table td {
    position: relative;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    padding: 16px 12px;
}
.live-detail table .day {
    width: 20%;
}
.live-detail table .area-venue {
    width: 35%;
    padding: 0;
}
.live-detail table .area-venue .area-venue-inner {
    display: flex;
    align-items: center;
}
.live-detail table th.area-venue p {
    padding: 8px 0;
}
.live-detail table td.area-venue p {
    padding: 16px 12px;
}
.live-detail table .area-venue .area {
    width: 35%;
}
.live-detail table .area-venue .venue {
    width: 65%;
}
.live-detail table .time {
    width: 15%;
}
.live-detail table .info {
    width: 25%;
}
.live-detail table td.info {
    font-size: 13px;
}
.live-back {
    display: none;
}
.select-box-wrap {
    display: flex;
    gap: 10px;
    margin-bottom: 40px;
}
@media screen and (max-width: 896px) {
    .select-box-wrap {
        gap: 8px;
        margin-bottom: 28px;
    }
}
.selectbox {
    width: 100%;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    border: 1px solid var(--accentcolor);
    margin: 0;
}
.selectbox select {
    width: 100%;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    background: var(--maincolor);
    background-image: none;
    cursor: none;
    outline: none;
    appearance: none;
    border: none;
    box-shadow: none;
    padding-right: 1em;
    -webkit-appearance: none;
}
.selectbox::before {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 14px;
    bottom: 0;
    z-index: 10;
    content: '';
    pointer-events: none;
    border-top: 6px solid var(--accentcolor);
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    margin: auto;
    padding: 0;
}
.live-inner .selectbox select {
    height: 36px;
    font-family: swiss-721-bt, sans-serif;
    font-weight: 700;
    font-size: 13px;
    padding-left: 1em;
}
.live-list {
    width: 280px;
    position: sticky;
    top: 120px;
    flex-shrink: 0;
    font-weight: 700;
    margin-right: 160px;
}
.live-list p {
    font-family: swiss-721-bt, sans-serif;
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 4px;
}
.live-list li {
    font-size: 14px;
    margin-bottom: 28px;
}
.live-list li:last-child {
    margin-bottom: 0;
}
.live-batch {
    display: inline-block;
    font-size: 14px;
    animation: floating-y 1s ease-in-out infinite alternate-reverse;
    border: solid 1px;
    border-radius: 100px;
    margin-bottom: 8px;
    padding: 0.1em 1em;
}
@keyframes floating-y {
    0% {
        transform: translateY(-15%);
    }
    100% {
        transform: translateY(5%);
    }
}
@media screen and (min-width: 897px) {
    .live-list li.active {
        color: var(--accentcolor2);
    }
}
@media screen and (max-width: 896px) {
    .livepage .inner {
        max-width: none;
    }
    .live-inner {
        width: 200vw;
        position: relative;
        display: flex;
        transform: translateX(0%);
        transition-duration: 0.4s;
    }
    .live-inner.live-detail-show {}
    .live-inner:after {
        display: none;
    }
    .live-list {
        width: 100vw;
        position: static;
        flex-shrink: 0;
        color: var(--accentcolor);
        overflow: hidden;
        margin-right: 0;
        padding: 0 30px;
        transition-duration: 0s;
    }
    .live-detail-show .live-list {
        height: 0;
        position: sticky;
        top: 0;
        left: 0;
    }
    .live-list li {
        font-size: 14px;
        margin-bottom: 28px;
    }
    .live-batch {
        font-size: 13px;
        margin-bottom: 8px;
    }
    .live-detail-wrap {
        width: 100vw;
        z-index: 99;
        flex-shrink: 0;
        background: var(--maincolor);
        overflow-y: scroll;
        overscroll-behavior: none;
        padding: 0px 20px;
        transition-duration: 0.4s;
    }
    .live-detail {
        font-size: 13px;
    }
    .live-thumb {
        margin-bottom: 40px;
    }
    .live-detail h2 {
        font-size: 18px;
        margin-bottom: 28px;
    }
    .live-inner.live-detail-show .live-list {}
    .live-inner.live-detail-show .live-detail-wrap {
        transform: translateX(0%);
    }
    .live-detail a:not(.common-btn) {
        text-decoration: underline;
    }
    .live-detail h3 {
        font-family: swiss-721-bt, sans-serif;
        font-weight: 800;
        font-size: 16px;
        margin-bottom: 8px;
    }
    .ticket-info {
        margin: 20px 0;
    }
    .ticket-info li {
        border: solid 1px;
        margin-bottom: 20px;
    }
    .ticket-info li:last-child {
        margin-bottom: 0;
    }
    .ticket-info li h4 {
        font-size: 14px;
        color: var(--maincolor);
        background: var(--accentcolor);
        border-bottom: solid 1px;
        padding: 8px 12px;
    }
    .ticket-info li.soldout {
        opacity: 0.5;
    }
    .ticket-info li .ticket-info-detail {
        padding: 14px;
    }
    .ticket-info-term {
        font-size: 14px;
    }
    .ticket-link {
        display: flex;
        flex-flow: column;
        gap: 12px;
        margin: 20px 0;
    }
    .ticket-link:last-child {
        margin-bottom: 0;
    }
    .ticket-link .common-btn {
        width: 100%;
        font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
        font-size: 11px;
        padding: 8px 0;
    }
    .live-detail table {
        width: 100%;
    }
    .live-detail table thead {
        display: none;
    }
    .live-detail table tr {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding: 16px 0;
    }
    .live-detail table td {
        text-align: left;
        padding: 0;
    }
    .live-detail table .day {
        width: 100%;
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 8px;
    }
    .live-detail table .area-venue {
        width: 100%;
        margin-bottom: 4px;
    }
    .live-detail table td.area-venue p {
        padding: 0;
    }
    .live-detail table .area-venue .area {
        width: auto;
        flex-shrink: 0;
        font-size: 14px;
        font-weight: 700;
    }
    .live-detail table .area-venue .venue {
        width: auto;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.2;
        border-left: solid 1px;
        margin-left: 16px;
        padding-left: 16px;
    }
    .live-detail table .time {
        width: 100%;
        display: flex;
        font-size: 13px;
    }
    .live-detail table .info {
        width: 100%;
        font-size: 13px;
        margin-top: 8px;
    }
    .live-back {
        font-family: swiss-721-bt, sans-serif;
        font-weight: 800;
        font-size: 16px;
        margin-top: 40px;
    }
    .live-detail-show .live-back {
        display: inline-block;
    }
}
.grid-list .list-img {
    transition-duration: 0.2s;
}
.grid-list a.hover .list-img {
    transform: scale(0.95);
}
.grid-list a.hover {
    color: var(--accentcolor2);
    transition-duration: 0.2s;
}
.disco-list {
    display: grid;
    gap: 120px 100px;
    grid-template-columns: 1fr 1fr 1fr;
}
.disco-list .list-img {
    margin-bottom: 30px;
}
.disco-list h2 {
    font-family: "Noto Serif JP", serif;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-optical-sizing: auto;
    line-height: 1.7;
}
.disco-list p {
    display: flex;
}
.disco-list p span {
    display: block;
    font-size: 11px;
    line-height: 1;
    margin-bottom: 6px;
}
.disco-list p span:nth-child(1) {
    font-family: helvetica-neue-lt-pro, sans-serif;
    font-weight: 300;
    border-right: solid 1px;
    margin-right: 4px;
    padding-right: 4px;
}
.disco-list p span:nth-child(2) {
    font-family: helvetica-neue-lt-pro, sans-serif;
    font-weight: 700;
}
@media screen and (max-width: 896px) {
    .disco-list {
        gap: 32px 20px;
        grid-template-columns: 1fr 1fr;
    }
    .disco-list .list-img {
        margin-bottom: 20px;
        transition-duration: 0.2s;
    }
    .disco-list h2 {
        font-size: 14px;
        line-height: 1.4;
    }
    .disco-list p {
        display: flex;
    }
    .disco-list p span {
        display: block;
        font-size: 11px;
        line-height: 1;
        margin-bottom: 6px;
    }
    .disco-list p span:nth-child(1) {
        font-family: helvetica-neue-lt-pro, sans-serif;
        font-weight: 300;
        border-right: solid 1px;
        margin-right: 4px;
        padding-right: 4px;
    }
    .disco-list p span:nth-child(2) {
        font-family: helvetica-neue-lt-pro, sans-serif;
        font-weight: 700;
    }
}
.disco-detail {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}
.disco-detail .disco-detail-img {
    flex: 1;
}
.disco-detail-right {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.disco-detail .disco-detail-img figure:not(:last-child) {
    margin-bottom: 40px;
}
.disco-detail .disco-detail-img-inner {
    width: 100%;
    max-width: 320px;
    position: sticky;
    top: 120px;
    margin: 0 auto;
}
.disco-detail .disco-detail-img figcaption {
    font-family: "Noto Serif JP", serif;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-optical-sizing: auto;
    line-height: 1.6;
    margin-top: 10px;
}
.disco-detail .disco-detail-img figcaption span {
    display: block;
    font-size: 13px;
}
.disco-detail-head {
    flex: none;
}
.disco-detail-contents {
    flex: none;
}
.disco-detail-head .category {
    font-family: helvetica-neue-lt-pro, sans-serif;
    font-weight: 700;
    font-size: 16px;
    margin-top: 3px;
    margin-bottom: 18px;
}
.disco-detail-head h1 {
    font-family: "Noto Serif JP", serif;
    font-size: 36px;
    font-weight: 500;
    font-style: normal;
    font-optical-sizing: auto;
    margin-bottom: 48px;
}
.disco-detail-head .date {
    font-family: helvetica-neue-lt-pro, sans-serif;
    font-weight: 700;
    font-size: 23px;
    margin-bottom: 64px;
}
.disco-detail-link a {
    height: 56px;
    position: relative;
    font-size: 18px;
    margin-bottom: 20px;
}
.disco-detail-link {
    margin-bottom: 60px;
}
.priduct-buy-link {
    display: flex;
    gap: 10px;
}
.tracklist h2 {
    font-weight: 700;
    line-height: 1.2;
    border-bottom: solid 1px;
    margin-bottom: 16px;
    padding-bottom: 16px;
}
.tracklist ol {
    counter-reset: listnum;
    /* カウンターをリセット */
    margin-bottom: 60px;
}
.tracklist ol:last-child {
    margin-bottom: 0;
}
.tracklist li {
    position: relative;
    margin-bottom: 24px;
    padding-left: 28px;
}
.tracklist li span.song-ttl {
    display: flex;
    align-items: center;
}
.tracklist li a {
    display: inline-block;
    font-size: 18px;
    line-height: 0;
    margin-left: 8px;
}
.tracklist li a span {
    display: inline-block;
    line-height: 0;
}
.tracklist li:last-child {
    margin-bottom: 0;
}
.tracklist ol li::before {
    position: absolute;
    left: 0;
    content: counter(listnum) ".";
    counter-increment: listnum;
}
.tracklist span.credit {
    display: block;
    font-size: 11px;
    margin-top: 4px;
}
.tracklist .entryMusic {
    margin: 0;
}
.tracklist .entryMusic h4 {
    font-weight: 700;
    line-height: 1.2;
    border-bottom: solid 1px;
    margin-bottom: 16px;
    padding-bottom: 16px;
    font-size: inherit;
}
.tracklist .entryMusic h5 {
    font-weight: 700;
    line-height: 1.2;
    border-bottom: solid 1px;
    margin-top: 60px;
    margin-bottom: 16px;
    padding-bottom: 16px;
    font-size: inherit;
}
.tracklist .entryMusic h5:first-of-type {
    margin-top: 0;
}
.tracklist table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 60px;
}
.tracklist table:last-child {
    margin-bottom: 0;
}
.tracklist table tr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.tracklist table tr:last-child {
    border-bottom: none;
}
.tracklist table th {
    text-align: right;
    padding: 12px 12px 12px 0;
    font-weight: 700;
    font-size: inherit;
    width: 40px;
    vertical-align: top;
}
.tracklist table td {
    padding: 12px 0;
    vertical-align: top;
}
.tracklist table td dl {
    margin: 0;
    padding: 0;
}
.tracklist table td dt {
    font-weight: 400;
    margin: 0;
    padding: 0;
    display: inline;
}
.tracklist table td dd {
    font-size: 11px;
    margin: 4px 0 0 0;
    padding: 0;
    color: rgba(255, 255, 255, 0.8);
}
.tracklist table td a {
    display: inline-block;
    margin-left: 8px;
    vertical-align: middle;
}
.tracklist table td a img {
    display: block;
}
.tracklist ul {
    list-style: none;
    padding: 0;
    margin: 0 0 60px 0;
    counter-reset: listnum;
}
.tracklist ul:last-child {
    margin-bottom: 0;
}
.tracklist ul li {
    position: relative;
    margin-bottom: 24px;
    padding-left: 28px;
}
.tracklist ul li:last-child {
    margin-bottom: 0;
}
.tracklist ul li::before {
    position: absolute;
    left: 0;
    content: counter(listnum) ".";
    counter-increment: listnum;
}
.tracklist p {
    margin-bottom: 16px;
    line-height: 1.6;
}
.tracklist p:last-child {
    margin-bottom: 0;
}
.flgPc {
    display: block;
}
.flgSp {
    display: none;
}
@media screen and (max-width: 896px) {
    .disco-detail {
        flex-direction: column;
        gap: 0;
    }
    .disco-detail .disco-detail-img {
        width: 100%;
        margin-bottom: 40px;
    }
    .disco-detail-right {
        flex: none;
    }
    .disco-detail .disco-detail-img figure:not(:last-child) {
        margin-bottom: 28px;
    }
    .disco-detail .disco-detail-img-inner {
        width: 100%;
        max-width: 100%;
        position: static;
        margin: 0 auto;
    }
    .disco-detail .disco-detail-img figcaption {
        font-size: 13px;
    }
    .disco-detail .disco-detail-img figcaption span {
        font-size: 11px;
    }
    .disco-detail-head {
        flex: none;
    }
    .disco-detail-contents {
        flex: none;
    }
    .disco-detail-head .category {
        font-size: 14px;
        margin-top: 0px;
        margin-bottom: 16px;
    }
    .disco-detail-head h1 {
        font-size: 24px;
        margin-bottom: 24px;
    }
    .disco-detail-head .date {
        font-size: 18px;
        margin-bottom: 40px;
    }
    .disco-detail-link a {
        height: 48px;
        font-size: 14px;
    }
    .disco-detail-link {
        margin-bottom: 40px;
    }
    .tracklist h2 {
        font-size: 14px;
        margin-bottom: 12px;
        padding-bottom: 12px;
    }
    .tracklist ol {
        counter-reset: listnum;
        /* カウンターをリセット */
        margin-bottom: 40px;
    }
    .tracklist li {
        position: relative;
        font-size: 13px;
        margin-bottom: 16px;
        padding-left: 24px;
    }
    .tracklist li a {
        font-size: 16px;
    }
    .flgPc {
        display: none;
    }
    .flgSp {
        display: block;
    }
}
.blocker {
    z-index: 9999;
    padding: 100px 0;
}
.modal {
    max-width: 1000px;
    font-size: 16px;
    line-height: 2;
    background: var(--maincolor);
    border-radius: 0;
    padding: 80px 80px 60px;
}
.modal a.close-modal {
    display: none;
}
.close-modal-link {
    font-family: swiss-721-bt, sans-serif;
    font-weight: 800;
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
}
@media screen and (max-width: 896px) {
    .modal {
        font-size: 13px;
        padding: 40px 20px 28px;
    }
    .close-modal-link {
        font-size: 16px;
    }
}
.bio-img {
    margin-bottom: 100px;
}
.biography-list>li {
    display: flex;
    align-items: flex-start;
}
.biography-list .year {
    width: 200px;
    position: sticky;
    top: 120px;
    font-family: swiss-721-bt, sans-serif;
    font-weight: 800;
    font-size: 56px;
}
.biography-list .year .anchor {
    position: absolute;
    top: -72px;
}
.biography-list .timeline {
    width: calc(100% - 200px);
}
.biography-list>li:first-child .timeline {
    border-top: solid 1px;
}
.biography-list .timeline li {
    border-bottom: solid 1px;
    padding: 28px 0;
}
.biography-list dl {
    display: flex;
}
.biography-list dl dt {
    width: 180px;
    font-family: swiss-721-bt, sans-serif;
    font-weight: 700;
}
.biography-list dl dd {
    width: calc(100% - 180px);
    font-size: 14px;
    line-height: 1.6;
}
@media screen and (max-width: 896px) {
    .bio-img {
        margin-bottom: 60px;
    }
    .biography-list .year {
        width: 48px;
        font-size: 32px;
    }
    .biography-list .year p {
        width: fit-content;
        position: absolute;
        top: 0;
        right: 100%;
        transform: rotate(-90deg);
        transform-origin: right top;
    }
    .biography-list .year .anchor {
        position: absolute;
        top: -72px;
    }
    .biography-list .timeline {
        width: calc(100% - 38px);
    }
    .biography-list>li:first-child .timeline {
        border-top: solid 1px;
    }
    .biography-list .timeline li {
        border-bottom: solid 1px;
        padding: 28px 0;
    }
    .biography-list dl {
        display: flex;
    }
    .biography-list dl dt {
        width: 80px;
        font-family: swiss-721-bt, sans-serif;
        font-weight: 700;
        font-size: 11px;
    }
    .biography-list dl dd {
        width: calc(100% - 80px);
        font-size: 13px;
        line-height: 1.6;
    }
}
.online-store-head {
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 80px;
}
.online-store-head-btn {
    display: flex;
    justify-content: center;
    gap: 8px 24px;
    font-family: swiss-721-bt, sans-serif;
    font-weight: 800;
    font-size: 18px;
    font-style: normal;
    margin-bottom: 40px;
}
.online-store-head-btn a {
    position: relative;
}
.online-store-head-btn a.hover {
    color: var(--accentcolor2);
    transition-duration: 0.2s;
}
.online-store-head-btn a span {
    width: 20px;
    height: 20px;
    position: absolute;
    top: -10px;
    right: -18px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 12px;
    font-weight: 900;
    color: var(--maincolor);
    line-height: 1;
    background: var(--accentcolor);
    border: solid 1px;
    border-radius: 100px;
}
.online-store-head-btn a.hover span {
    background: var(--accentcolor2);
    transition-duration: 0.2s;
}
.online-store-head .selectbox select {
    height: 36px;
    font-size: 14px;
    font-weight: 700;
    padding-left: 1em;
}
.tour-logo {
    max-width: 600px;
    display: flex;
    justify-content: center;
    margin: 0 auto 60px;
}
.goods-list {
    display: grid;
    gap: 80px 80px;
    grid-template-columns: 1fr 1fr 1fr;
}
.goods-list li {
    text-align: center;
}
.goods-list li .list-img {
    margin-bottom: 20px;
}
.goods-list li h2 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
}
.goods-list li h2 .new {
    display: inline-block;
    font-family: swiss-721-bt, sans-serif;
    font-weight: 700;
    font-size: 80%;
    color: var(--accentcolor2);
    animation: floating-y 1s ease-in-out infinite alternate-reverse;
    margin-right: 0.4em;
}
@media screen and (max-width: 896px) {
    .online-store-head {
        margin: 0 auto;
        margin-bottom: 40px;
    }
    .online-store-head-btn {
        gap: 8px 16px;
        font-size: 14px;
        margin-bottom: 28px;
    }
    .online-store-head-btn a.hover {
        color: var(--accentcolor2);
        transition-duration: 0.2s;
    }
    .online-store-head-btn a span {
        width: 16px;
        height: 16px;
        position: absolute;
        top: -8px;
        right: -14px;
        font-size: 10px;
    }
    .online-store-head .selectbox select {
        height: 36px;
        font-size: 13px;
    }
    .tour-logo {
        margin-bottom: 40px;
    }
    .goods-list {
        display: grid;
        gap: 20px 20px;
        grid-template-columns: 1fr 1fr;
    }
    .goods-list li {
        text-align: center;
    }
    .goods-list li .list-img {
        margin-bottom: 12px;
    }
    .goods-list li h2 {
        font-size: 13px;
    }
    .goods-price {
        font-size: 11px;
    }
}
.item-wrap {
    display: flex;
}
.item-image-main {
    width: 50%;
    margin-right: 80px;
}
.slider-area {
    margin-bottom: 8px;
}
.thumb-item-nav .slide-item {
    margin: 0 4px;
}
.slide-item {
    width: 100%;
}
.item-details-wrap {
    width: 50%;
}
.item-category {
    margin-bottom: 8px;
}
.item-category span {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
}
.item-category span:not(:last-child) {
    border-right: solid 1px;
    margin-right: 8px;
    padding-right: 8px;
}
.item-details-wrap h1 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 16px;
}
.item-details-wrap .price {
    font-size: 24px;
    margin-bottom: 8px;
}
.item-code {
    font-size: 13px;
    margin-bottom: 40px;
}
.item-spec {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 40px;
}
.modal-video-body {
    max-width: 1200px;
}
.item-details-wrap .common-btn {
    width: 100%;
    height: 56px;
    margin-bottom: 20px;
}
.item-details-wrap .common-btn.soldout {
    opacity: 0.4;
    pointer-events: none;
}
.item-details-wrap .selectbox {
    width: 50%;
    height: 36px;
}
.item-details-wrap .selectbox select {
    height: 36px;
    font-size: 13px;
    padding-left: 1em;
}
.item-details-wrap aside {
    font-size: 11px;
    line-height: 1.6;
}
@media screen and (max-width: 896px) {
    .item-wrap {
        flex-flow: column;
    }
    .item-image-main {
        width: 100%;
        margin: 0 auto 40px;
    }
    .slide-item {}
    .item-details-wrap {
        width: 100%;
    }
    .item-category {
        margin-bottom: 8px;
    }
    .item-category span {
        font-size: 13px;
    }
    .item-details-wrap h1 {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 16px;
    }
    .item-details-wrap .price {
        font-size: 20px;
    }
    .item-code {
        font-size: 11px;
        margin-bottom: 28px;
    }
    .item-spec {
        font-size: 13px;
        margin-bottom: 28px;
    }
    .modal-video-body {
        max-width: 1200px;
    }
    .item-details-wrap .select-box-wrap {
        margin-bottom: 28px;
    }
    .item-details-wrap .common-btn {
        width: 100%;
        height: 48px;
        margin-bottom: 20px;
    }
    .item-details-wrap aside {
        font-size: 11px;
        line-height: 1.6;
    }
}
.policy-notice-intro {
    width: 100%;
    max-width: 800px;
    border: solid 1px;
    margin: 0 auto 60px;
    padding: 40px;
}
.policy-notice-intro strong {
    display: block;
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 16px;
}
.policy-notice a {
    text-decoration: underline;
}
.policy-notice {
    font-size: 14px;
    line-height: 2;
}
.policy-notice h2,.faq h2 {
    font-size: 28px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 28px;
}
.policy-notice h3 {
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 16px;
}
.policy-notice h4 {
    font-weight: 900;
}
.policy-notice>dl:not(:last-child) {
    border-bottom: solid 1px;
    margin-bottom: 60px;
    padding-bottom: 60px;
}
.note li {
    position: relative;
    padding-left: 1.2em;
}
.note.brackets-num li {
    padding-left: 2em;
}
.note .mark {
    position: absolute;
    top: 0;
    left: 0;
}
.note.flow .mark {
    font-weight: 900;
}
.note.flow>li {
    margin-bottom: 0.5em;
}
.policy-notice>dl>dt {
    font-size: 18px;
    font-weight: 900;
}
.policy-notice table {
    width: 100%;
    max-width: 600px;
    border-collapse: collapse;
    margin: 0 auto;
    background:rgba(0,0,0,.5);
	backdrop-filter:blur(8px);
	-webkit-backdrop-filter:blur(8px);
}
.policy-notice th {
    width: 200px;
}
.policy-notice td {
    width: calc(100% - 200px);
}
.policy-notice th,
.policy-notice td {
    line-height: 1.4;
    vertical-align: middle;
    border: solid 1px;
    padding: 20px;
}
@media screen and (max-width: 896px) {
    .policy-notice-intro {
        font-size: 13px;
        margin: 0 auto 60px;
        padding: 28px;
    }
    .policy-notice-intro strong {
        font-size: 16px;
        line-height: 1.6;
    }
    .policy-notice {
        font-size: 13px;
        line-height: 2;
    }
    .policy-notice h2,.faq h2 {
        font-size: 20px;
        margin-bottom: 16px;
    }
    .policy-notice h3 {
        font-size: 17px;
        margin-bottom: 8px;
    }
    .policy-notice>dl:not(:last-child) {
        border-bottom: solid 1px;
        margin-bottom: 40px;
        padding-bottom: 40px;
    }
    .note li {
        position: relative;
        padding-left: 1.2em;
    }
    .note .mark {
        position: absolute;
        top: 0;
        left: 0;
    }
    .note.flow>li {
        margin-bottom: 0.5em;
    }
    .policy-notice>dl>dt {
        font-size: 15px;
    }
    .policy-notice th {
        width: 100px;
    }
    .policy-notice td {
        width: calc(100% - 100px);
    }
    .policy-notice th,
    .policy-notice td {
        font-size: 12px;
        vertical-align: middle;
        border: solid 1px;
        padding: 20px 12px;
    }
}
.faq a {
	text-decoration:underline;
}
.policy-notice-list > li,.faq-list > li {
	background:rgba(0,0,0,.5);
	backdrop-filter:blur(8px);
	-webkit-backdrop-filter:blur(8px);
	border-radius:12px;
	margin-bottom:28px;
	padding:60px;
}
.faq-list h3 {
	font-size:24px;
	font-weight:900;
	margin-bottom:16px;
}
.faq-list dl {
	font-size:14px;
	line-height:1.6;
}
.faq-list dl {
	position:relative;
	border-top:solid 1px var(--accentcolor);
	margin-top:40px;
	padding-top:40px;
}
.faq-list dt,
.faq-list dd {
	position:relative;
	padding-left:2em;
}
.faq-list dt {
	margin-bottom:20px;
}
.faq-list dd {
	font-weight:normal;
}
.faq-list dt:before,
.faq-list dd:after {
	width:1.6em;
	height:1.6em;
	position:absolute;
	top:0;
	left:0;
	display:flex;
	justify-content:center;
	align-items:center;
	font-family:swiss-721-bt, sans-serif;
	font-weight:700;
	color:var(--maincolor);
	background:var(--accentcolor);
	border-radius:100px;
}
.faq-list dt:before {
	content:"Q";
}
.faq-list dd:after {
	content:"A";
}
.faq-bottom-txt {
	line-height:1.4;
	text-align:center;
}


@media screen and (max-width: 896px){
    
.policy-notice-list > li,.faq-list > li {
	border-radius:8px;
	margin-bottom:28px;
	padding:40px 20px;
}
.faq-list h3 {
	font-size:17px;
}
.faq-list dl {
	font-size:12px;
}
.faq-list dl {
	margin-top:28px;
	padding-top:28px;
}
.faq-list dt {
	margin-bottom:14px;
}
.faq-bottom-txt {
	font-size:14px;
}
                
}
.video-list {
    display: grid;
    gap: 60px 40px;
    grid-template-columns: 1fr 1fr 1fr;
}
.video-list .list-img {
    aspect-ratio: 16 / 9;
    margin-bottom: 20px;
}
.video-list .list-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video-list h2 {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
}
@media screen and (max-width: 1080px) {
    .video-list {
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (max-width: 896px) {
    .video-list {
        display: grid;
        gap: 40px 40px;
        grid-template-columns: 1fr;
    }
    .video-list .list-img {
        margin-bottom: 12px;
    }
    .video-list h2 {
        font-size: 14px;
    }
}
.playlist-list {
    display: grid;
    gap: 120px 100px;
    grid-template-columns: 1fr 1fr 1fr;
}
.playlist-list .list-img {
    margin-bottom: 20px;
}
.playlist-list h2 {
    font-size: 14px;
    font-weight: 700;
}
@media screen and (max-width: 896px) {
    .playlist-list {
        gap: 32px 20px;
        grid-template-columns: 1fr 1fr;
    }
    .playlist-list .list-img {
        margin-bottom: 12px;
    }
    .playlist-list h2 {
        font-size: 13px;
    }
}

.notfound{
    text-align: center;
    line-height: 1.6;
}

.notfound h1{
    font-family: century-old-style-std, serif;
    font-size: 40px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.02em;
    margin-bottom: 20px;
}
@media screen and (max-width: 896px) {
    .notfound{
        font-size: 12px;
    }
    .notfound h1 {
        font-size: 32px;
       
    }
}