@charset "UTF-8";

/* html5doctor.com Reset v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/) - http://cssreset.com */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote::before,blockquote::after,q::before,q::after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
ol,ul {list-style:none;}

body{font-family: 'YakuHanJP', 'IBM Plex Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; color:#222; font-weight:400; line-height:1; background:#fff;font-feature-settings: "palt";}
html{font-size: 62.5%;}
ul{list-style: none; }
a, input{outline:none;}

/**** Start of "Micro cf" ****/

.cf { zoom: 1; }
.cf::before,
.cf::after { content: ""; display: table; }
.cf::after { clear: both; }
/* --------------------------------------------------------
	site setting
-------------------------------------------------------- */
:root {
    --res-200px: 11.9047vw;
    --res-150px: 8.9285vw;
    --res-120px: 7.1428vw;
    --res-100px: 5.9523vw;
    --res-80px: 4.7619vw;
    --res-70px: 4.1666vw;
    --res-60px: 3.5714vw;
    --res-50px: 2.9761vw;
    --res-40px: 2.3809vw;
    --res-30px: 1.7857vw;
    --res-20px: 1.1904vw;
    --res-15px: 0.8928vw;
    --res-10px: 0.5952vw;
    --res-5px: 0.2976vw;

    --rfs-100px: clamp(7.6rem, -0.08rem + 6vw, 10.0rem);
    /*1680-1280 76.1904% 72-54*/
    --rfs-72px: clamp(5.4rem, -0.36rem + 4.5vw, 7.2rem);
    /*1680-1280 76.1904% 72-54*/
    --rfs-48px: clamp(3.6rem, -0.24rem + 3vw, 4.8rem);
    /*1680-1280 76.1904% 48-36*/
    --rfs-40px: clamp(3.0rem, -0.2rem + 2.5vw, 4.0rem);
    /*1680-1280 76.1904% 40-30*/
    --rfs-36px: clamp(2.743rem, 2.14vw, 3.6rem);
    /*1680-1280 76.1904% 36-27.43*/
    --rfs-32px: clamp(2.4rem, -0.16rem + 2vw, 3.2rem);
    /*1680-1280 76.1904% 32-24*/
}

.dsp-inline--pc {
    display: inline;
}

.dsp-inline--sp {
    display: none;
}

.br--pc {
    display: block;
}

.br--sp {
    display: none;
}

.ff-notoserif {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.ff-bebas {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.ff-roboto {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth"100;
}

.ff-oswald {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

[class*="max-w-"] {
    margin-right: auto;
    margin-left: auto;
    width: 94%;
}

.max-w-1500 {
    max-width: 1500px;
}

.max-w-1400 {
    max-width: 1400px;
}

.max-w-1240 {
    max-width: 1240px;
}

.max-w-1200 {
    max-width: 1200px;
}

.max-w-1000 {
    max-width: 1000px;
}

.max-w-960 {
    max-width: 960px;
}

.max-w-840 {
    max-width: 840px;
}

.max-w-820 {
    max-width: 820px;
}

.max-w-800 {
    max-width: 800px;
}

.max-w-700 {
    max-width: 700px;
}

.max-w-660 {
    max-width: 660px;
}

.max-w-500 {
    max-width: 500px;
}

.fc-white {
    color: #fff;
}

.fc-black {
    color: #231815;
}

.fc-gold {
    color: #EBD397;
}

.fc-brown {
    color: #8D5524;
}

.fc-keycolor {
    color: #ff00a0
}

.fsr-48 {
    font-size: var(--rfs-48px);
}

.fsr-40 {
    font-size: var(--rfs-40px);
}

.fsr-36 {
    font-size: var(--rfs-36px);
}

.fsr-32 {
    font-size: var(--rfs-32px);
}

.fsr-28 {
    font-size: clamp(2.2rem, 0.28rem + 1.5vw, 2.8rem);
    /*1680-1280 76.1904% 28-22*/
}

.fsr-24 {
    font-size: clamp(1.8rem, -0.12rem + 1.5vw, 2.4rem);
    /*1680-1280 76.1904% 24-18*/
}

.fsr-22 {
    font-size: clamp(1.8rem, 0.52rem + 1vw, 2.2rem);
    /*1680-1280 22-18*/
}

.fsr-20 {
    font-size: clamp(1.8rem, 1.16rem + 0.5vw, 2.0rem);
    /*1680-1280 20-18*/
}

.fsr-18 {
    font-size: 1.8rem;
}

.fsr-16 {
    font-size: 1.6rem;
}

.fsr-14 {
    font-size: 1.4rem;
}

.fsr-12 {
    font-size: 1.2rem;
}

.fsr-11 {
    font-size: 1.1rem;
}

.fsr-10 {
    font-size: 1.0rem;
}

.fw-900 {
    font-weight: 900;
}

.fw-700 {
    font-weight: 700;
}

.fw-600 {
    font-weight: 600;
}

.fw-500 {
    font-weight: 500;
}

.fw-400 {
    font-weight: 400;
}

.lh-200 {
    line-height: 2.0;
}

.lh-150 {
    line-height: 1.5;
}

.lh-130 {
    line-height: 1.3;
}

.lh-120 {
    line-height: 1.2;
}

.lh-100 {
    line-height: 1.0;
}

.ta-center {
    text-align: center;
}

/* 相対値 */
.mtr-200 {
    margin-top: var(--res-200px);
}

.mtr-150 {
    margin-top: var(--res-150px);
}

.mtr-120 {
    margin-top: var(--res-120px);
}

.mtr-100 {
    margin-top: var(--res-100px);
}

.mtr-80 {
    margin-top: var(--res-80px);
}

.mtr-70 {
    margin-top: var(--res-70px);
}

.mtr-60 {
    margin-top: var(--res-60px);
}

.mtr-50 {
    margin-top: var(--res-50px);
}

.mtr-40 {
    margin-top: var(--res-40px);
}

.mtr-30 {
    margin-top: var(--res-30px);
}

.mtr-20 {
    margin-top: var(--res-20px);
}

.mtr-15 {
    margin-top: var(--res-15px);
}

.mtr-10 {
    margin-top: var(--res-10px);
}

/* 絶対値 */
.mta-100 {
    margin-top: 100px;
}

.mta-80 {
    margin-top: 80px;
}

.mta-60 {
    margin-top: 60px;
}

.mta-40 {
    margin-top: 40px;
}

.mta-30 {
    margin-top: 30px;
}

.mta-20 {
    margin-top: 20px;
}

.mta-10 {
    margin-top: 10px;
}

.mba-100 {
    margin-bottom: 100px;
}

.mba-80 {
    margin-bottom: 80px;
}

.mba-60 {
    margin-bottom: 60px;
}

.mba-40 {
    margin-bottom: 40px;
}

.mba-30 {
    margin-bottom: 30px;
}

.mba-20 {
    margin-bottom: 20px;
}

.mba-10 {
    margin-bottom: 10px;
}

.mla-20 {
    margin-left: 20px;
}

.mla-10 {
    margin-left: 10px;
}

.text-indent {
    text-indent: 0;
    padding-left: 1em;
    text-indent: -1em;
}

.text--negative-indent {
    text-indent: -0.5em;
}

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

.jc-center {
    justify-content: center;
}

.fc-aice {
    align-items: center;
}

.fc-aife {
    align-items: flex-end;
}

.note-list {
    position: relative;
    list-style-type: none;
}

.note-list--inline {
    list-style-type: none;
    display: inline-flex;
    flex-direction: column;
}

.note-list > li,
.note-list--inline > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.4;
    text-align: left;
}

.note-list li::before,
.note-list--inline li::before {
    content: '※';
    margin-right: 2px;
}

.note-list li + li,
.note-list--inline li + li {
    margin-top: 8px;
}

.note-list li a {
    color: inherit;
}

.disk-list {
    list-style-type: disc;
    margin-left: 20px;
}

.disk-list li {
    line-height: 1.5;
}

.disk-list li + li {
    margin-top: 5px;
}

.decimal-list {
    list-style-type: decimal;
    margin-left: 20px;
}

.decimal-list li {
    line-height: 1.5;
}

.decimal-list li + li {
    margin-top: 10px;
}

.number-list {
    list-style-type: none;
}

.number-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.5;
}

.number-list li + li {
    margin-top: 10px;
}

.number-list li:first-child::before {
    content: '①';
    display: inline;
    margin-right: 2px;
}

.number-list li:nth-child(2)::before {
    content: '②';
    display: inline;
}

.number-list li:nth-child(3)::before {
    content: '③';
    display: inline;
}

.hanging-indent {
    padding-left: 1.0em;
    text-indent: -1.0em;
    box-sizing: border-box;
}

.mbm-multiply {
    mix-blend-mode: multiply;
}

.mbm-overlay {
    mix-blend-mode: overlay;
}

.mbm-colorburn {
    mix-blend-mode: color-burn;
}

.ofw-anywhere {
    overflow-wrap: anywhere;
}
/* --------------------------------------------------------
	style
-------------------------------------------------------- */
a {
    color: #111;
}

figure img {
    width: 100%;
    height: auto;
}

.loader {
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1000;
}

.loaded .loader {
    opacity: 0;
    transition: 0.75s;
    transition-delay: 1.0s;
}

.loader__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
}

.loader__inner img {
    width: 15%;
    height: auto;
    animation: blink 1.5s infinite;
}

.scroll-animate {
    opacity: 0.0;
    transform: translate(0, var(--res-50px));
}

.scroll-animate.onScreen {
    opacity: 1.0;
    transform: translate(0, 0);
    transition: 1.0s;
}

/* --------------------------------------------------------
	global navi
-------------------------------------------------------- */
header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: rgba(255, 255, 255, 0.95);
    transform: translate(0, 0);
    z-index: 99;
}

.header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-right:auto;
    margin-left:auto;
    width: 90%;
    height: 100%;
}

.loaded header {
    transform: translate(0, 0);
    transition: 0.75s;
    /*transition-delay: 1.5s;*/
}

header.fixed {
    position: fixed;
    top: 0;
    background: rgba(255, 255, 255, 0.95);
    opacity: 1;
}

.site-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.site-logo figure {
    width:90px;
}

.globalNavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    height: 100%;
}

.globalNavi__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 100%;
}

.globalNavi a {
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 20px var(--res-40px);
    width: auto;
    height: 100%;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
}

.globalNavi a:first-child {
    padding-left:0;
}

.globalNavi a:last-child {
    padding-right:0;
}

.globalNavi a:not(:last-child)::before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 40%;
    top: 50%;
    right: 0;
    background: #222;
    transform: translate(0, -50%);

}

/* --------------------------------------------------------
  ハンバーガーナビ
-------------------------------------------------------- */
#nav-tgl {
    display: none;
}

.nav__bg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 80%;
    background: #fff;
    border-radius: 999px;
    transform: translate(-50%, -50%);
}

.scroll-prevent {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.nav-tgl-btn {
    display: none;
    cursor: pointer;
    position: fixed;
    top: 0;
    right: 0;
    margin: 0;
}

.drawer-open {
    z-index: 999;
    width: 80px;
    height: 80px;
    transition: background .6s, transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.drawer-open::before,
.drawer-open::after {
    content: "";
}

.drawer-open span,
.drawer-open::before,
.drawer-open::after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    right: 30%;
    width: 40%;
    border-bottom: 4px solid #000;
    transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: 1;
}

.drawer-open::before {
    transform: translateY(-12px);
}

.drawer-open::after {
    transform: translateY(12px);
}

.drawer-close {
    z-index: 998;
    width: 100%;
    height: 100%;
    pointer-events: none;
    transition: background .6s;
}

#nav-tgl:checked + .drawer-open {
    transform: translateX(0);
}

#nav-tgl:checked + .drawer-open span {
    transform: scaleX(0);
}

#nav-tgl:checked + .drawer-open::before {
    border-color: #000;
    transform: rotate(45deg);
}

#nav-tgl:checked + .drawer-open::after {
    border-color: #000;
    transform: rotate(-45deg);
}

#nav-tgl:checked ~ .drawer-close {
    pointer-events: auto;
    background: rgba(0, 0, 0, .5);
}

.content-wrapper {
    transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#nav-tgl:checked ~ .content-wrapper {
    transform: translateX(-250px);
}

.drawer-menu {
    z-index: 999;
    position: fixed;
    top: 80px;
    right: 0;
    width: 80%;
    height: calc(100vh - (80px));
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    background: #fff;
    transform: translateX(100%);
    transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#nav-tgl:checked ~ .drawer-menu {
    transform: none;
}

.drawer-menu > ul {
    padding-bottom: 80px;
    box-sizing: border-box;
}

.drawer-menu > ul > li {
    width: 100%;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
}

.drawer-menu > ul > li a {
    display: block;
    position: relative;
    padding: 20px;
    color: #333;
    text-decoration: none;
    font-size: 1.6rem;
    box-sizing: border-box;
}

.drawer-menu > ul > li a::after {
    pointer-events: none;
    font-family: "Font Awesome 6 Free";
    content: "\f054";
    -webkit-font-smoothing: antialiased;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    transform: translate(-20px, -50%);
}

/* --------------------------------------------------------
  hero
-------------------------------------------------------- */
.hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-top: 0;
    z-index: 1;
}

.hero figure {
    width: 100%;
    font-size: 0;
    line-height: 0;
}

/* --------------------------------------------------------
  main
-------------------------------------------------------- */
section {
    position: relative;
    padding: var(--res-100px) 0;
}

.section-container01 {
    position: relative;
    background: #fff;
}

.section-container01:before {
    content:'';
    display: block;
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:url('../images/bg-pattern01.png') center center;
    background-size: 480px 240px;
}

.section-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items:center;
    position: relative;
    box-sizing: border-box;
}

.section-container01 .section__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width:100%;
    height:100px;
    background:url('../images/bg-staff02.svg');
    background-size: auto 100%;
}

.section-container01 .section__title::before {
    content:'';
    display: block;
    position: absolute;
    top:0;
    left:0;
    width:auto;
    height:100%;
    background:url('../images/bg-staff01.svg') no-repeat;
    background-size: cover;
    aspect-ratio:1/1;
}

.section-container01 .section__title span {
    background-image: url('../images/bg-sectiontitle01.png');
    background-size: cover;
    background-position: center;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    line-height:1.1;
}

.news {
    display: inline-grid;
    grid-auto-flow: row;
    grid-template-columns: auto 1fr;
    column-gap: var(--res-40px);
    row-gap: var(--res-40px);
    align-items: center;
}

.section-container02 {
    position: relative;
    color:#fff;
    background-image: 
        url(../images/bg-section02.webp),
        linear-gradient(to right, #6a377f, #74237f);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.section-container02:before {
    content:'';
    display: block;
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:url('../images/bg-pattern02.png') center center;
    background-size: 4px 4px;
}

.section-container02 .section-inner {
    padding:var(--res-50px) 0;
    background:rgba(0,0,0,0.75);
    box-sizing: border-box;
}

.section-container02 .section__title span {
    background-image: url('../images/bg-sectiontitle02.png');
    background-size: cover;
    background-position: center;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    line-height:1.1;
}

.border__ornament {
    pointer-events: none;
    display: block;
    position: absolute;
    top:50%;
    left:50%;
    width:calc(100% + 40px);
    height:calc(100% + 40px);
    transform: translate(-50%,-50%);
}

.border__ornament::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 5px; /* 枠の太さ */
    background: url('../images/bg-border.webp') no-repeat center/cover;
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.schedule-table {
    table-layout: fixed;
    width:100%;
    border-collapse: separate;
    border-spacing: 1px;
}

.schedule-table th {
    height:40px;
    color:#fff;
    text-align: center;
    vertical-align: middle;
    background:#ff00a0;
}

.schedule-table th:nth-child(3) {
    width:40%;
}

.schedule-table td {
    height:80px;
    color:#000;
    text-align: center;
    vertical-align: middle;
    background:#fff;
}

.schedule-table td .date {
    display: inline-block;
    text-align: right;
    line-height:1.5;
}

#overview hr {
    margin-top:var(--res-50px);
    margin-bottom:var(--res-50px);
    height:1px;
    background:#fff;
}

.performer-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    gap:0 2%;
}

.performer-list li {
    width:32%;
}

.performer-list li figure {
    width:100%;
    font-size: 0;
    line-height:0;
    border:5px solid #fff;
    box-sizing: border-box;
}

.performer-list li .name {
    
}

.promotional-video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

.promotional-video .title {
    display: inline-flex;
    justify-content: center;
    align-items: flex-start;
    width:12%;
}

.promotional-video .title h3 {
    display: inline-block;
    position: relative;
    padding-top:30px;
    padding-left:30px;
    writing-mode: vertical-rl;
    text-orientation: upright;
    border-top:2px solid #fff;
    border-left:2px solid #fff;
    box-sizing: border-box;
}

.bg-video-container {
    cursor: pointer;
    position: relative;
    width:88%;
    aspect-ratio:25/8;
    overflow: hidden;
}

.bg-video-container::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bg-pattern02.png) center center;
    background-size: 4px 4px;
    z-index: 1;
}

.bg-video-container:hover::before {
    background: rgba(255,255,255,0.75);
    background-size:auto;
}

.bg-video-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12%;
    background: url(../images/ico-play.svg) center center;
    background-size: cover;
    aspect-ratio:1/1;
    transform: translate(-50%,-50%);
    z-index: 1;
    transition: 0.5s;
}

.bg-video-container:hover::after {
    background: url(../images/ico-play-hover.svg) center center;
    background-size: cover;
    transition: 0.5s;
}

.bg-video-container .youtube01 {
    position: absolute;
    top:50%;
    left:50%;
    width: 100%;
    aspect-ratio:16/9;
    transform: translate(-50%,-50%);
}

.bg-video-container .youtube01 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#youtube02.modal {
    position: absolute;
    top:50%;
    left:50%;
    width:60%;
    max-width: 1920px;
    max-height:none;
    line-height:0;
    background:none;
    transform: translate(-50%,-50%);
}

#youtube02.modal .modal__inner {
    width: 100%;
    aspect-ratio:16/9;
}

#youtube02 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#youtube02.modal .mfp-close {
    color: #fff;
    font-size:48px;
}

.highlights__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding:15px 20px;
    width: 100%;
    color:#fff;
    text-align: left;
    background:#ff00a0;
    box-sizing: border-box;
}

.highlights__item + .highlights__item {
    margin-top:var(--res-20px);
}

.highlights__item .number {
    margin-right:5px;
}

.highlights__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap:0 2%;
    width: 100%;
}

.highlights__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32%;
    color:#fff;
    background:#000;
    aspect-ratio:16/9;
}

.youtube__list {
    
}

.youtube__list .video-container {
    position: relative;
    width: 100%;
    aspect-ratio:16/9;
}

.youtube__list .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#youtube hr {
    margin-right:auto;
    margin-left:auto;
    width:80%;
    max-width:500px;
}

.form-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-top: 2px;
    width: 100%;
    height: 60px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 999px;
    background: #ff00a0;
    box-sizing: border-box;
    transition: 0.3s;
}

.form-button::after {
    pointer-events: none;
    font-family: "Font Awesome 6 Free";
    content: "\f105";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 30px;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    transform: translate(0, -50%);
}

#youtube .form-button:hover {
    color: #ff00a0;
    background: #fff;
    transition: 0.5s;
}

footer .form-button:hover {
    color: #ff00a0;
    background: #000;
    transition: 0.5s;
}

.form-button.sns-x {
    color: #fff;
    background: #000;
}

.form-button.sns-x:hover {
    color: #fff;
    background: #ff00a0;
}

.form-button.sns-x::before {
    pointer-events: none;
    font-family: "Font Awesome 6 brands";
    content: "\e61b";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    margin-right:10px;
    font-size:2.0rem;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
}

.banner-tvanime a {
    display: block;
    transition: 0.2s;
}

.banner-tvanime a:hover {
    opacity: 0.75;
    transition: 0.2s;
}

.banner-tvanime a img {
    width:100%;
    height:auto;
}

footer {
    padding: var(--res-100px) 0;
}

.character {
    position: absolute;
    z-index: 2;
}

#ticket .character {
    bottom:var(--res-20px);
    left:var(--res-50px);
    width:22.8571%;
}

#highlights .character {
    bottom:var(--res-20px);
    right:var(--res-50px);
    width:16.5476%;
}

#youtube .character {
    bottom:var(--res-120px);
    right:calc((100% - 1000px) / 2);
    width:14.9404%;
    transform: translate(50%,0);
}

/* --------------------------------------------------------
  ページTOP
-------------------------------------------------------- */
#page-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 1;
}

#page-top a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    width: 80px;
    height: 80px;
    color: #fff;
    font-size: 1.4rem;
    line-height: 110%;
    font-weight: bold;
    background: #ff00a0;
    border-radius: 999px;
    text-align: center;
    text-decoration: none;
    transition: 0.5s;
}

#page-top a::before {
    pointer-events: none;
    font-family: "Font Awesome 6 Free";
    content: "\f077";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    margin-top: -8px;
    margin-bottom: 2px;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
}

#page-top a:hover {
    text-decoration: none;
}

@media screen and (max-width: 540px) {
    #page-top {
        bottom: 20px;
        right: 20px;
        transition: 0.5s;
    }
    
    #page-top.at-bottom {
        bottom: 80px;
        transition: 0.5s;
    }

    #page-top a {
        width: 60px;
        height: 60px;
        font-size: 1.2rem;
    }
}

/* --------------------------------------------------------
	responsive
-------------------------------------------------------- */
@media screen and (max-width: 1680px) {}

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

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

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

@media screen and (max-width: 1279px) {
    .nav-tgl-btn {
        display: block;
    }

    header {
        display: none;
    }

    .hero {
        padding-top: 0;
    }

    .character {
        display: none;
    }
}

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

@media screen and (max-width: 834px) {
    :root {
        --res-200px: clamp(50px, calc(12.38vw - 3.2px), 100px);
        /*834-430 100-50*/
        --res-150px: clamp(50px, calc(12.38vw - 3.2px), 100px);
        /*834-430 100-50*/
        --res-120px: clamp(50px, calc(12.38vw - 3.2px), 100px);
        /*834-430 100-50*/
        --res-100px: clamp(50px, calc(12.38vw - 3.2px), 100px);
        /*834-430 100-50*/
        --res-80px: clamp(40px, calc(9.901vw - 2.57px), 80px);
        /*834-430 80-40*/
        --res-60px: clamp(30px, calc(7.426vw - 1.931px), 60px);
        /*834-430 60-30*/
        --res-50px: clamp(25px, calc(6.190vw - 2.634px), 50px);
        /*834-430 50-25*/
        --res-40px: clamp(20px, calc(4.952vw - 2.105px), 40px);
        /*834-430 40-20*/
        --res-30px: clamp(20px, calc(2.476vw + 9.447px), 30px);
        /*834-430 30-20*/
        /*--res-20px: clamp(10px, calc(2.475vw - 0.643px), 20px);*//*834-430 20-10*/
        --res-20px: clamp(15px, calc(1.2376vw + 9.68px), 20px);
        /*834-430 20-15*/
        --res-15px: clamp(10px, calc(1.238vw + 4.677px), 15px);
        /*834-430 15-10*/
        --res-10px: clamp(5px, calc(1.238vw - 0.323px), 10px);
        /*834-430 10-5*/
        --res-5px: 5px;

        --rfs-48px: clamp(3.0rem, 2.4rem + 1.44vw, 3.6rem);
        /*834-417 36-30*/
        --rfs-44px: clamp(2.8rem, 2.3008rem + 1.2vw, 3.3rem);
        /*834-417 33-28*/
        --rfs-40px: clamp(2.6rem, 2.2rem + 0.96vw, 3.0rem);
        /*834-417 30-26*/
        --rfs-36px: clamp(2.4rem, 2rem + 0.96vw, 2.8rem);
        /*834-417 28-24*/
        --rfs-32px: clamp(2.2rem, 2rem + 0.48vw, 2.4rem);
        /*834-417 24-22*/
    }

    .fsr-24 {
        font-size: 2.0rem;
    }

    .fsr-22 {
        font-size: 1.9rem;
    }

    .fsr-20 {
        font-size: 1.8rem;
    }

    .fsr-18 {
        font-size: 1.6rem;
    }

    .fsr-16 {
        font-size: 1.4rem;
    }

    .fsr-14 {
        font-size: 1.2rem;
    }

    .fsr-12 {
        font-size: 1.1rem;
    }

    .fsr-11 {
        font-size: 1.0rem;
    }

    .fsr-10 {
        font-size: 1.0rem;
    }

    .lh-200 {
        line-height: 1.8;
    }

    .loader__inner img {
        width: 30%;
    }

    .catchcopy {
        font-size: 2.4rem;
    }

    .catchcopy br {
        display: none;
    }
    
    .catchcopy rt {
        font-size: 1.2rem;
    }

    .lead br {
        display: none;
    }
    
    .section-container02 {
        background-size: 100% auto;
    }

    .section-container01 hr {
        width: 100%;
    }

    .section__title {
        width: 100%;
    }

    [class*="max-w-"] {
        width: 100%;
    }
    
    .section-inner[class*="max-w-"] {
        width: 94%;
    }

    [class^="starring__list"] {
        flex-direction: column;
        justify-content: flex-start;
        gap: 20px 0;
    }

    [class^="starring__list"] li {
        width: 100%;
    }

    [class^="starring__list"] li .name {
        margin-top: 0;
        padding: 0 10px 10px;
        color: #C2390D;
        background: #fff;
        mix-blend-mode: normal;
    }
    
    .section-contents {
        padding:0 var(--res-20px);
        box-sizing: border-box;
    }
    
    .border__ornament {
        /*display: none;*/
        width: 100%;
        height: 100%;
    }
    
    .border__ornament::before {
        padding: 3px;
    }
    
    .table-container {
        width: 100%;
        overflow: auto;
    }
    
    .schedule-table {
        width: 150%;
    }
    
    .schedule-table .venue {
        line-height:1.5;
    }
    
    .performer-list li .name {
        margin-top:var(--res-20px);
    }
    
    .footer-inner {
        padding:0 var(--res-20px);
        box-sizing: border-box;
    }
}

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

@media screen and (max-width: 640px) {
    .dsp-inline--pc {
        display: none;
    }
    
    .dsp-inline--sp {
        display: inline;
    }
    
    .br--pc {
        display: none;
    }
    
    .br--sp {
        display: block;
    }
    
    .section-container01 .section__title {
        height: 60px;
    }

    .promotional-video {
        flex-direction: column;
        justify-content:flex-start;
        margin-top:var(--res-100px);
    }
    
    .promotional-video .title {
        display: block;
        width: 100%;
    }

    .promotional-video .title h3 {
        display: block;
        padding-top: 0;
        padding-left: 0;
        width: 100%;
        text-align: center;
        writing-mode: inherit; 
        text-orientation: inherit; 
        border-top: none;
        border-left: none;
    }
    
    .bg-video-container {
        margin-top:var(--res-20px);
        width: 100%;
    }
    
    .bg-video-container::before {
        background: url(../images/bg-pattern02.png) center center;
        background-size: 2px 2px;
    }
    
    .sns {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: var(--res-20px) 0;
    }
    
    .sns .inner-left {
        width: 100%;
    }
    
    .sns .inner-right {
        width: 60%;
    }
}

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

@media screen and (max-width: 430px) {
    .performer-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        gap: var(--res-20px) 0;
    }
    
    .performer-list li {
        width: 100%;
    }
}

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

/* --------------------------------------------------------
	animation
-------------------------------------------------------- */
@keyframes blink {
    0% {
        opacity: 0.25;
    }

    50% {
        opacity: 1.0;
    }

    100% {
        opacity: 0.25;
    }
}

@keyframes scaleUp {
    0% {
        transform: translate(-50%, 0) scale(1.0);
    }

    50% {
        transform: translate(-50%, 0) scale(1.2);
    }

    100% {
        transform: translate(-50%, 0) scale(1.0);
    }
}

@keyframes fadeInFromTop {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.animated {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
}

.fadeInFromTop {
    animation-name: fadeInFromTop;
}