@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: 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; color:#111; 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-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;
    --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*/
}

.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;
}

[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-940 {
    max-width: 940px;
}

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

.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-crimson {
    color: #9E271B
}

.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*/
}

.fsa-30 {
    font-size: 3.0rem;
}

.fsa-28 {
    font-size: 2.8rem;
}

.fsa-24 {
    font-size: 2.4rem;
}

.fsa-22 {
    font-size: 2.2rem;
}

.fsa-20 {
    font-size: 2.0rem;
}

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

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

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

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

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

.fsa-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: 11.9047vw;
}

.mtr-150 {
    margin-top: 8.9285vw;
}

.mtr-120 {
    margin-top: 7.1428vw;
}

.mtr-100 {
    margin-top: 5.9523vw;
}

.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: 1.7857vw;
}

.mtr-20 {
    margin-top: 1.1904vw;
}

.mtr-15 {
    margin-top: 0.8928vw;
}

.mtr-10 {
    margin-top: 0.5952vw;
}

/* 絶対値 */
.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;
}

.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;
}

/* --------------------------------------------------------
	style
-------------------------------------------------------- */

body {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

a {
    color: #111;
}

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

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

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

.loader__inner img {
    width: 5%;
    height: auto;
}

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

/* --------------------------------------------------------
	global navi
-------------------------------------------------------- */
header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: rgba(234, 84, 19, 1.0);
    transform: translate(0, 0);
    z-index: 99;
}

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

header.fixed {
    position: fixed;
    top: 0;
    background: rgba(234, 84, 19, 0.9);
    opacity: 1;
}

.globalNavi {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.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: block;
    position: relative;
    padding:20px 0;
    width:auto;
    height:100%;
    color:#fff;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    transform: translate(0, 8%);
}

.globalNavi a:not(:last-child)::before {
    content:'';
    display: block;
    position: absolute;
    width:1px;
    height:50%;
    top:50%;
    right:0;
    background:#fff;
    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;
    overflow-scrolling: touch;
    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 {
    position: relative;
    padding-top:60px;
    z-index: 1;
}

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

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

.section-container01 {
    background: url(../img/bg-section01.jpg);
    background-size: 100% auto;
}

.section-inner {
    position: relative;
    padding: var(--res-100px) 20px;
    box-sizing: border-box;
}

.section-container01 .section-inner::before {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.35);
    z-index: 0;
    pointer-events: none;
}

.section-inner > .section-contents {
    position: relative;
}

.section-container01 hr {
    margin-top: var(--res-100px);
    padding-top: var(--res-100px);
    margin-right: auto;
    margin-left: auto;
    width: 92%;
    border: none;
    border-top: 2px solid #666;
}

.section-container02 {
    background: url(../img/bg-pattern02.jpg) repeat;
    background-size: 500px 500px;
}

.section-container02::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/bg-pattern01.svg) repeat;
    background-size: 500px 500px;
    mix-blend-mode: multiply;
}

.section-container02 .section-inner::before {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    background: rgba(244, 238, 230, 0.6);
    z-index: 0;
    pointer-events: none;
}

.section__title {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    width: 660px;
    color: #222;
    line-height: 1;
    aspect-ratio: 66/9;
}

.section-container01 .section__title {
    background: url(../img/img-title-ornament01.svg);
    background-size: cover;
}

.section-container02 .section__title, .section-container01 #introduction .section__title {
    background: url(../img/img-title-ornament02.svg);
    background-size: cover;
}

.section__subheading {
    text-align: center;
}

.section__title span {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -52%);
}

.bg-catchcopy {
    position: absolute;
    top: 0;
    left: 50%;
    width: 73.0714%;
    transform: translate(-50%, -5%);
}

.bg-catchcopy img {
    width: 100%;
    height: auto;
}

.catchcopy {
    position: relative;
    color: #444;
    text-align: center;
    z-index: 1;
}

.catchcopy rt {
    font-size: 1.6rem;
}

.lead {
    color: #333;
    text-align: center;
}

#starring {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

[class^="starring__list"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.starring__list--2column {
    gap: 40px 4%;
}

.starring__list--2column li {
    width: 48%;
}

.starring__list--3column {
    gap: 40px 2.75%;
}

.starring__list--3column li {
    width: 31.5%;
}

.starring__role {
    color: #222;
    text-align: center;
}

[class^="starring__list"] li .list-inner {}

[class^="starring__list"] li .name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    width: 100%;
    color: #222;
    text-align: center;
    box-sizing: border-box;
}

[class^="starring__list"] li .profile {}

[class^="starring__list"] li .profile figure {
    font-size: 0;
    line-height: 0;
    border: 8px solid #fff;
    box-sizing: border-box;
}

.toggle__switch {
    cursor: pointer;
    position: relative;
}

.toggle__switch::after {
    content: "\2b";
    pointer-events: none;
    font-family: "Font Awesome 6 Free";
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 50%;
    right: 10px;
    display: inline;
    font-size: 1.8rem;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 0;
    transform: translate(0, -50%);
}

.toggle__switch.active::after {
    content: "\f068";
}

.message__list {
    width: 100%;
}

.message__list li {
    padding: 40px 20px;
    background: rgba(255, 255, 255, 0.85);
}

.message__list li + li {
    margin-top: 40px;
}

#overview + figure {
    width: 100%;
}

.table-list {
    position: relative;
}

.table-list__title {
    padding: 10px 20px;
    display: block;
    color: #fff;
    text-align: center;
    background: #111;
    box-sizing: border-box;
}

.table-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/*.table-list__item.price {
    margin-top:60px;
    padding-top:60px;
    border-top:1px solid #111;
}*/

.table-list__title + .table-list__item {
    margin-top: 30px;
}

.table-list__item + .table-list__title {
    margin-top: 60px;
}

.table-list__item .table-list__term {
    width: 120px;
}

.table-list__item .table-list__description {
    width: calc(100% - 120px);
}

.table-list--ticketschedule .table-list__item {
    flex-direction: column;
}

.table-list--ticketschedule .table-list__item .table-list__term {
    padding:15px;
    width: 100%;
    color:#fff;
    background:#222;
    box-sizing: border-box;
}

.table-list--ticketschedule .table-list__item .table-list__description {
    padding:15px;
    width: 100%;
    background:#fff;
    box-sizing: border-box;
}

.special-benefit {
    width: 100%;
    border: 1px solid #111;
    box-sizing: border-box;
}

.special-benefit__title {
    display: inline-block;
    color: #fff;
    padding: 6px 15px;
    background: #111;
    box-sizing: border-box;
}

.special-benefit__text {
    width: 100%;
    padding: 15px;
    line-height: 1.5;
    box-sizing: border-box;
}

.special-benefit__text img {
    width: 100%;
    height:auto;
    line-height:0;
}

#ticket .section__title, #contact .section__title {
    color: #444;
}

.ticket__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    position: relative;
}

.ticket__price ul {
    display: inline-block;
}

.ticket__price table {
    table-layout: fixed;
    line-height:1.2;
}

.ticket__price table th {
    padding:15px;
    width:50%;
    color:#fff;
    text-align: center;
    vertical-align: middle;
    border-top:1px solid #fff;
    background:#ea5413;
    box-sizing: border-box;
}

.ticket__price table td {
    padding:15px;
    width:50%;
    text-align: center;
    vertical-align: middle;
    border-top:1px solid #ea5413;
    background:#fff;
    box-sizing: border-box;
}

.ticket__price table tr:first-child th, .ticket__price table tr:first-child td {
    border-top:none;
}

.ticket__btn {}

.ticket__btn > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 80px;
    color: #fff;
    text-decoration: none;
    border-radius: 999px;
    background: #ea5413;
    box-sizing: border-box;
    transition: 0.3s;
    box-shadow: 3px 3px 1px 0px rgba(34, 34, 34, 1);
}

.ticket__btn > a:hover {
    background: rgba(121, 105, 84, 1.0);
    transition: 0.3s;
}

.ticket__schedule {
    position: relative;
    color:#212121;
}

.seat-map {
    padding: 20px 40px;
    color: #fff;
    background: rgba(0, 0, 0, 0.75);
    box-sizing: border-box;
}

.seat-map .toggle__switch {
    padding: 10px;
    box-sizing: border-box;
}

.seat-map .toggle__switch + div {
    display: none;
    margin-top: 20px;
    padding-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #fff;
    box-sizing: border-box;
}

.seat-map figcaption {
    width: 100%;
    text-align: center;
}

.international-ticketinfo {
    padding: 20px 40px;
    color: #fff;
    background: rgba(0, 0, 0, 0.75);
    box-sizing: border-box;
}

.international-ticketinfo .toggle__switch {
    padding: 10px;
    box-sizing: border-box;
}

.international-ticketinfo .toggle__switch + div {
    display: none;
    margin-top: 20px;
    padding-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #fff;
    box-sizing: border-box;
}

.international-ticketinfo a {
    color: #fff;
}

.international-ticketinfo .note-list li::before,
.international-ticketinfo .note-list--inline li::before {
    content: '*';
    margin-right: 5px;
}

.btn__ornament--top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
}

.btn__ornament--top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 5px;
    background: url(../img/img-btn__topleft.svg);
    background-size: cover;
    transform: translate(-50%, -50%);
}

.btn__ornament--top::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 5px;
    height: 5px;
    background: url(../img/img-btn__topright.svg);
    background-size: cover;
    transform: translate(50%, -50%);
}

.btn__ornament--bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
}

.btn__ornament--bottom::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 5px;
    height: 5px;
    background: url(../img/img-btn__bottomleft.svg);
    background-size: cover;
    transform: translate(-50%, 50%);
}

.btn__ornament--bottom::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 5px;
    height: 5px;
    background: url(../img/img-btn__bottomright.svg);
    background-size: cover;
    transform: translate(50%, 50%);
}

.subtitle-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.section__subtitle {
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 2px solid #000;
}

.international-ticketinfo .section__subtitle {
    border-bottom: 2px solid #fff;
}

.subtitle-container > p {
    margin-left: 10px;
    color: #ff3333;
    font-weight: 500;
}

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

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

.kadokawa-logo {
    margin-right: auto;
    margin-left: auto;
    width: 200px;
}

.goods__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2vw 1.3333%;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    box-sizing: border-box;
}

.goods__list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 24%;
}

.goods__img {
    width: 100%;
    line-height: 0;
}

.goods__img img {
    width: 100%;
    height: auto;
}

.goods__data {
    flex-grow: 1;
    padding: 15px;
    width: 100%;
    background: #fff;
    box-sizing: border-box;
}

.goods__clearfile {
    width: 50%;
}

#contact .section-contents, #contact .section-contents a {
    color:#333;
}

#contact .section__subtitle {
    display: block;
    border-bottom: 2px solid #333;
}

footer {
    position: relative;
    padding: var(--res-100px) 3%;
    background: url(../img/bg-pattern02.jpg) repeat;
    background-size: 500px 500px;
}
footer::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/bg-pattern01.svg) repeat;
    background-size: 500px 500px;
    mix-blend-mode: multiply;
}
/* --------------------------------------------------------
  ページTOP
-------------------------------------------------------- */
#page-top {
    position: fixed;
    bottom: 100px;
    right: 60px;
    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: #796954;
    border-radius: 999px;
    text-align: center;
    text-decoration: none;
    transition: 0.5s;
}

#page-top a::before {
    pointer-events: none;
    font-family: "Font Awesome 5 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;
    }

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

/* --------------------------------------------------------
	frame__ornament
-------------------------------------------------------- */
.frame__ornament {
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    transform: translate(-50%, -50%);
    z-index: 1;
}

.section__bg--red .frame__ornament {
    mix-blend-mode: color-dodge;
}

.frame__ornament--top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.frame__ornament--center {
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

.frame__ornament--center {
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

.frame__ornament--bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.frame__top--left,
.frame__top--right,
.frame__bottom--left,
.frame__bottom--right {
    font-size: 0;
    line-height: 0;
    box-sizing: border-box;
    aspect-ratio: 1/1;
}

.frame__ornament .frame__top--left,
.frame__ornament .frame__top--right,
.frame__ornament .frame__bottom--left,
.frame__ornament .frame__bottom--right {
    width: 5.3526%;
}

.frame__top--left img,
.frame__top--right img,
.frame__bottom--left img,
.frame__bottom--right img {
    width: 100%;
    height: auto;
}

.frame__top--center,
.frame__bottom--center {
    flex-grow: 1;
}

.frame__ornament .frame__top--center {
    background: url(../img/img-frame-top.png) repeat-x;
    background-size: auto 100%;
}

.frame__ornament .frame__bottom--center {
    background: url(../img/img-frame-bottom.png) repeat-x;
    background-size: auto 100%;
}

.frame__center--left,
.frame__center--right {
    width: 7.3333%;
    font-size: 0;
    line-height: 0;
    box-sizing: border-box;
}

.frame__ornament .frame__center--left,
.frame__ornament .frame__center--right {
    width: 5.3526%;
}

.frame__ornament .frame__center--left {
    background: url(../img/img-frame-left.png) repeat-y;
    background-size: 100% auto;
}

.frame__ornament .frame__center--right {
    background: url(../img/img-frame-right.png) repeat-y;
    background-size: 100% auto;
}

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

@media screen and (max-width: 1440px) {
    .mt-20 {
        margin-top: 20px;
    }

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

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

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

@media screen and (max-width: 1279px) {
    .mtr-200 {
        margin-top: 200px;
    }

    .mtr-150 {
        margin-top: 150px;
    }

    .mtr-100 {
        margin-top: 100px;
    }

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

    .mtr-50 {
        margin-top: 50px;
    }

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

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

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

    .mtr-15 {
        margin-top: 15px;
    }
    
    .mtr-10 {
        margin-top: 10px;
    }

    .nav-tgl-btn {
        display: block;
    }

    header {
        display: none;
    }
    
    .hero {
        padding-top:0;
    }

    .goods__list {
        gap: 2vw 2%;
    }

    .goods__list > li {
        width: 32%;
    }
}

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

@media screen and (max-width: 834px) {
    :root {
        --res-120px: clamp(50px, calc(12.05vw - 18px), 100px);
        --res-100px: clamp(50px, calc(12.05vw - 18px), 100px);
        --res-50px: clamp(20px, calc(12.05vw - 18px), 100px);
        --res-40px: clamp(20px, calc(4.95vw - 1.14px), 40px);
        --res-20px: clamp(10px, calc(2.475vw - 0.63px), 20px);
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .loader__inner img {
        width: 20%;
    }

    .hero figure {
        aspect-ratio: 1/1;
    }

    .hero figure img {
        object-fit: cover;
        height: 100%;
    }
    .section-inner {
        padding: var(--res-100px) 30px;
    }
    
    .catchcopy {
        font-size: 2.4rem;
    }
    
    .catchcopy br {
        display: none;
    }
    
    .lead br {
        display: none;
    }
    
    .frame__ornament {
        width: calc(100% - 20px);
        height: calc(100% - 20px);
    }
    
    .section-container01 hr {
        width: 100%;
    }
    
    .section__title {
        width: 100%;
    }
    
    [class*="max-w-"] {
        width: 100%;
    }
    
    [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;
    }
}

@media screen and (max-width: 768px) {
    .section__title {
        width: 94%;
    }
}

@media screen and (max-width: 640px) {
    .table-list__item {
        flex-direction: column;
    }
    .table-list__item .table-list__term {
        width: 100%;
    }
    .table-list__item .table-list__description {
        margin-top:5px;
        width: 100%;
    }
}

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

@media screen and (max-width: 430px) {
    footer {
        padding-bottom:100px;
        letter-spacing: -0.04em;
    }
}

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

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

    50% {
        opacity: 1.0;
    }

    100% {
        opacity: 0.1;
    }
}

@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;
}
