@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,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:#fff; font-weight:400; line-height:1; background:#000;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
-------------------------------------------------------- */
body.en {
    overflow-wrap: anywhere;
}
: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-44px: clamp(3.3rem, -0.2208rem + 2.75vw, 4.4rem);
    /*1680-1280 76.1904% 44-33*/
    --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*/
    --rfs-28px: clamp(2.2rem, 0.28rem + 1.5vw, 2.8rem);
    /*1680-1280 76.1904% 28-22*/
    --rfs-24px: clamp(1.8rem, -0.12rem + 1.5vw, 2.4rem);
    /*1680-1280 76.1904% 24-18*/
    --rfs-22px: clamp(1.8rem, 0.52rem + 1vw, 2.2rem);
    /*1680-1280 22-18*/
    --rfs-20px: clamp(1.8rem, 1.16rem + 0.5vw, 2.0rem);
    /*1680-1280 20-18*/
    --rfs-18px: 1.8rem;
    --rfs-16px: 1.6rem;
    --rfs-14px: 1.4rem;
    --rfs-12px: 1.2rem;
    --rfs-11px: 1.1rem;
    --rfs-10px: 1.0rem;

    --keycolor: #90ff00;
    --keycolor02: #ff189f;
}

.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-1680 {
    max-width: 1680px;
}

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

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

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

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

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

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

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

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

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

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

.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-600 {
    max-width: 600px;
}

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

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

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

.max-w-360 {
    max-width: 300px;
}

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

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

.fc-white {
    color: #fff;
}

.fc-black {
    color: #231815;
}

.fc-gold {
    color: #EBD397;
}

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

.fc-keycolor {
    color: var(--keycolor);
}

.fc-keycolor02 {
    color: var(--keycolor02);
}

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

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

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

.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: var(--rfs-28px);
}

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

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

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

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

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

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

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

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

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

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

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

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

body.en .note-list li::before,
body.en .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;
}

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

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

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

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

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

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

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

header a {
    color: #fff;
    text-decoration: none;
}

header a:hover {
    color: var(--keycolor);
}

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

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

.header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.site-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.site-logo figure {
    height:40px;
}

.site-logo figure img {
    width:auto;
    height:100%;
}

.site-logo p {
    display: inline-block;
    margin-top:5px;
    font-size: 1.2rem;
    font-weight: 400;
}

.globalNavi {}

.globalNavi a + a {
    margin-left: var(--res-40px);
}

.gnavi__x {}

.gnavi__x::before {
    pointer-events: none;
    font-family: "Font Awesome 5 brands";
    content: "\e61b";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
}

.gnavi__en {}

.gnavi__en::before {
    pointer-events: none;
    font-family: "Font Awesome 5 free";
    content: "\f0ac";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    margin-right: 5px;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
}

/* --------------------------------------------------------
  ハンバーガーナビ
-------------------------------------------------------- */
#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: 60px;
    height: 60px;
    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(-10px);
}

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

.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 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-top: 80px;
}

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

.hero figure img {
    width: 100%;
    height: auto;
}*/

.hero figure {
    width: 100%;
    height: auto;
    background-image: url('../images/img-kv.jpg');
    background-size: cover;
    aspect-ratio: 1920/1357;
}

/* --------------------------------------------------------
  main
-------------------------------------------------------- */
main {
    min-height: calc(100vh - 300px);
    box-sizing: border-box;
    overflow: hidden;
}

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

section > .en-title {
    color:#666 !important;
    mix-blend-mode: screen;
    opacity: 1;
}

.outline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: var(--res-100px);
}

.outline__schedule {
    display: inline-grid;
    /* コンテンツに応じて幅が決まる */
    grid-auto-flow: row;
    /* dt→dd の順で縦に流す */
    grid-template-columns: auto 1fr;
    /* 1列目はdtの最大幅に合わせる */
    column-gap: var(--res-60px);
    /* 列間の余白 */
    row-gap: var(--res-40px);
    /* 行間（dt+ddブロック間） */
    /*align-items: center;*/
}

body.en .outline__schedule {
    align-items: flex-start;
}

.outline__schedule dt {
    font-weight: 700;
}

.outline__schedule dd {
    margin: 0;
    /* dlの初期marginをリセット */
}

.section__title {
    color: var(--keycolor);
}

.section__title .title__note {
    margin-left:10px;
    color:#fff;
}

.news .section__title {
    color: #fff;
}

.highlight .section__title {
    color: #000;
}

.venue .section__title {
    color: #fff;
}

.outline__ticket {
    display: flex;
    flex-direction: column;
    
}

.outline .section__title {
    text-align: center;
}

.outline .section__title .title__border, .subpage .section__title .title__border {
    display: inline-block;
    padding-top: var(--res-20px);
    border-top: 2px solid var(--keycolor);
    box-sizing: border-box;
}

.outline__lead p + p {
    margin-top: var(--res-40px);
}

[class*="ticket-"] {
    padding-bottom:40px;
    border:1px solid var(--keycolor);
    border-top:none;
    box-sizing: border-box;
}

.ticket__title {
    display: flex;
    gap:0 40px;
    position: relative;
    width:100%;
    box-sizing: border-box;
}

.ticket__title span {
    transform: translate(0,-50%);
}

.ticket__title::before, .ticket__title::after {
    content: '';
    flex: 1;
    height: 1px;
    background: var(--keycolor);
}

.ticket__info {
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 0;
    margin-inline:auto;
    width:calc(100% - 80px);
}

.ticket__info li {
    display: contents;
}

.ticket__info li a {
    color:#fff;
}

.ticket__info li a:hover {
    color:var(--keycolor);
}

.ticket__info li .data__head {
    padding: 20px 40px 20px 0;
    border-right: 1px solid var(--keycolor);
    white-space: nowrap;
}

.ticket__info li .data__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*align-items: center;*/
    gap:0 40px;
    padding: 20px 0 20px 40px;
    word-break: break-word;
}

.ticket__info li:first-child .data__head, .ticket__info li:first-child .data__text {
    padding-top:0;
}

.ticket__info li:last-child .data__head, .ticket__info li:last-child .data__text {
    padding-bottom:0;
}

.ticket__info li .data__text.advance__salesperiod {
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 0 20px;
}

.advance__salesperiod > .salesperiod__row {
    display: contents;
}

.ticket__info .buy-button {
    padding:8px 40px 6px;
    color:#000;
    text-decoration: none;
    border-radius: 5px;
    background: var(--keycolor);
    box-sizing: border-box;
}

.ticket__info .buy-button:hover {
    background: var(--keycolor02);
}

.notice-international {
    
}

.notice-international a {
    display: inline-block;
}
.notice-international a:hover {
    color: var(--keycolor);
}

.news {
    position: relative;
    padding-top: var(--res-100px);
    padding-bottom: var(--res-100px);
    color:#fff;
    /*background: #fff;*/
    background: var(--keycolor02);
}

.news .en-title {
    position: absolute;
    top: -0.5em;
    left: 1.8vw;
    writing-mode: vertical-rl;
    white-space: nowrap;
    color: #fff;
}

.news__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    color:#fff;
}

.news__list {
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 0;
}

.news__list li {
    display: contents;
}

.news__list li .data__head {
    padding: 20px 40px 20px 0;
    border-right: 1px solid #fff;
    white-space: nowrap;
}

.news__list li .data__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    gap:0 40px;
    padding: 20px 0 20px 40px;
    word-break: break-word;
}

.news__list li .data__text a {
    color:#fff;
}

.news__list li .data__text a:hover {
    color:#000;
}

.news__list li:first-child .data__head, .news__list li:first-child .data__text {
    padding-top:0;
}

.news__list li:last-child .data__head, .news__list li:last-child .data__text {
    padding-bottom:0;
}

.creator {
    position: relative;
    padding-top: var(--res-100px);
    padding-bottom: var(--res-100px);
    background: #000;
}

.creator .en-title {
    position: absolute;
    top: -0.5em;
    right: 1.8vw;
    writing-mode: vertical-rl;
    white-space: nowrap;
    color: #fff;
}

.creator__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.creator__inner .section__subtitle, .subpage .section__subtitle {
    display: flex;
    align-items: center;
    position: relative;
    gap:0 20px;
    width: 100%;
}

.creator__inner .section__subtitle::before, .subpage .section__subtitle::before {
    content:'';
    display:block;
    width:50px;
    height:1px;
    background:#666;
}

.creator__inner .section__subtitle::after, .subpage .section__subtitle::after {
    content:'';
    flex:1;
    display:block;
    height:1px;
    background:#666;
}

.creator__inner .section__subtitle span, .subpage .section__subtitle span {
    color:var(--keycolor);
}

.top-creator__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap:20px;
}

.detail-button {
    display: inline-block;
    padding:20px 40px 18px;
    min-width: 60%;
    color:#000;
    text-align: center;
    text-decoration: none;
    border-radius: 999px;
    background:var(--keycolor);
    box-sizing: border-box;
    transition: 0.2s;
}

.detail-button::before {
    pointer-events: none;
    font-family: "Font Awesome 5 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%);
}

.detail-button:hover {
    color:#fff;
    background:var(--keycolor02);
    transition: 0.2s;
}

.highlight {
    position: relative;
    padding-top: var(--res-100px);
    padding-bottom: var(--res-100px);
    background: var(--keycolor);
}

.highlight .en-title {
    position: absolute;
    top: -0.5em;
    left: 1.8vw;
    writing-mode: vertical-rl;
    white-space: nowrap;
    color: #fff;
}

.highlight__inner {
    display: flex;
    flex-direction: column;
    color:#222;
}

.highlight__inner .highlight__inner--left {
    /*width: 60%;*/
    width: 100%;
}

.highlight__inner .highlight__inner--left .highlight__heading {
    display: inline-block;
    padding:3px 2px 0;
    color:#fff;
    /*background:var(--keycolor);*/
    background:#000;
    line-height:1.2;
}

.highlight__inner .highlight__image {
    display: flex;
    width: 100%;
    gap:20px;
}
.highlight__inner .highlight__image figure {
    flex: 1;
}

.message {
    position: relative;
    padding-top: var(--res-100px);
    padding-bottom: var(--res-100px);
    background: #000;
}

.message .en-title {
    position: absolute;
    top: -0.5em;
    right: 1.8vw;
    writing-mode: vertical-rl;
    white-space: nowrap;
    color: #fff;
}

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

.message__inner .inner__left {
    padding-right:var(--res-20px);
    min-width: 600px;
    box-sizing: border-box;
}

body.en .message__inner .inner__left {
    min-width: 500px;
}

.message__inner .inner__left p {}

.message__inner .inner__left p span {
    display: inline;
    padding: 1px 4px 0;
    color: #000;
    line-height: 2.0;
    background: linear-gradient(transparent 0%, #fff 0%);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    box-sizing: border-box;
}

.message__inner .inner__left p + p {
    margin-top: var(--res-40px);
}

.message__inner .inner__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    position: relative;
}

.profile__image {
    position: relative;
    flex-grow: 1;
    width: 100%;
}

.profile__image img {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: 125%;
}

.profile {
    padding: var(--res-60px) var(--res-20px) var(--res-20px);
    background: #222;
    box-sizing: border-box;
}

.profile__name {
    color: #dfff4a;
}

.profile__sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
}

.profile__sns a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    color:#fff;
    text-decoration: none;
}

.profile .x-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-right:4px;
    width:30px;
    height:30px;
    border-radius: 999px;
    background:#fff;
}

.profile .x-icon::before {
    pointer-events: none;
    font-family: "Font Awesome 5 brands";
    content: "\e61b";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    color:#000;
    font-size:2.0rem;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
}

.contest {
    position: relative;
    padding-top: var(--res-100px);
    padding-bottom: var(--res-100px);
}

.subpage .contest {
    padding-top: 0;
    padding-bottom: 0;
}

.venue {
    position: relative;
    padding-top: var(--res-100px);
    padding-bottom: var(--res-100px);
    background: var(--keycolor02);
}

.venue .en-title {
    position: absolute;
    top: -0.5em;
    left: 1.8vw;
    writing-mode: vertical-rl;
    white-space: nowrap;
    color: #fff;
}

.venue__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap:0 5%;
    color:#222;
}

.venue__info .venue__info--left {
    width: 45%;
    color: #fff;
}

.venue__subtitle {
    padding-left:10px;
    border-left:3px solid #fff;
}

.venue__inner .venue__info--right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    gap:20px 0;
    width: 50%;
}

.venue__info .venue__info--right figure {
    width:100%;
    height:auto;
}

.map-container {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 60%;
    position: relative;
    background-color: #e5e7eb;
}

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

.notes {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding-top: var(--res-100px);
    padding-bottom: var(--res-100px);
}

.notes a {
    color:#fff;
}

.special-profile__items {
    display: flex;
    gap:40px;
}

.special-profile__items > li {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.special-profile__items > li figure {
    line-height: 0;
}

.special-profile__items .special-profile__data {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding:20px;
    color:#fff;
    border-radius: 0 0 12px 12px;
    background:#000;
    box-sizing: border-box;
}

.special-profile__text {
    box-sizing: border-box;
}

.special-profile__items a {
    color:#fff;
}

.schedule-container {
    display: inline-block;
    padding:30px;
    border-radius: 12px;
    background:#fff;
    box-sizing: border-box;
}

.autograph__schedule {
    display: inline-grid;
    grid-auto-flow: row;
    grid-template-columns: auto 1fr;
    column-gap: var(--res-20px);
    row-gap: var(--res-30px);
    text-align: left;
}

.contest__hero {
    display: flex;
    align-items:flex-start;
    gap:0;
}

.contest__hero figure, .contest__hero figure img {
    margin:0;
    padding:0;
    font-size: 0;
    line-height:0;
}

.contest .en-title {
    position: absolute;
    top: -0.5em;
    right: 1.8vw;
    writing-mode: vertical-rl;
    white-space: nowrap;
    color: #666;
}

.contest .section__title span {
    display: inline-block;
}

.contest__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

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

.contest__list li::before {
    content: '';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    width: 50px;
    color: #000;
    font-weight: 700;
    background: #fff;
}

.contest__list li:first-child::before {
    content: '①';
}

.contest__list li:last-child::before {
    content: '②';
}

.contest__list .data {
    width: calc(100% - (50px + 20px));
}

.contest hr {
    margin-top: var(--res-20px);
    margin-bottom: var(--res-20px);
    border: none;
    width: 100%;
    height: 1px;
    background: var(--keycolor);
}

.subpage .contest hr {
    margin-top: var(--res-50px);
    margin-bottom: var(--res-50px);
}

.contest .link-banner {
    display: block;
    width:100%;
    transition: 0.5s;
}

.contest .link-banner:hover {
    opacity: 0.8;
    transition: 0.5s;
}

.contest .link-banner img {
    width:100%;
    height:auto;
}

.award__list {
    display: inline-grid;
    grid-auto-flow: row;
    grid-template-columns: auto 1fr;
    column-gap: var(--res-20px);
    row-gap: var(--res-20px);
}

.winners__list {
    padding:0;
    box-sizing: border-box;
}

.contest__title {
    padding:20px;
    color:#000;
    background:var(--keycolor);
    box-sizing: border-box;
}

.winners__container {
    padding:40px;
    border:1px solid var(--keycolor);
    border-top:0;
    box-sizing: border-box;
}

.winners__item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

[class*="award-badge"] {
    padding:8px 50px 5px;
    color:#fff;
    letter-spacing: 0.04em;
}

.award-badge--grand {
    background:#a68f58;
}

.award-badge--excellent {
    background:#747e80;
}

.winners__name {
    color:var(--keycolor);
}

.excellent-container {
    display: flex;
    justify-content: center;
    gap:30px;
    width:100%;
}

.illusttotanka .excellent-container {
    flex-direction: column;
    justify-content: flex-start;
}

.img--horizon {
    
}

.img--vertical {
    margin-inline:auto;
    width:70.266%;    
}

.contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: var(--res-100px);
    padding-bottom: var(--res-100px);
    color: #000;
    background: #eee;
}

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

body.en .credit:nth-of-type(1) {
    display: inline-block;
    grid-auto-flow:inherit;
    grid-template-columns:inherit;
    column-gap: 0;
    row-gap: 0;
    align-items: inherit;
}

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

.x-button::before {
    pointer-events: none;
    font-family: "Font Awesome 5 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%);
}

.x-button:hover {
    color: #000;
    background: var(--keycolor);
    transition: 0.5s;
}

.musashinokairo {
    padding-top: var(--res-100px);
    padding-bottom: var(--res-100px);
    color: #000;
    background: #fff;
}

.musashinokairo .jce {
}

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

.musashinokairo__outline figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.musashinokairo__outline div {
    width: calc(100% - 220px);
}

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

.musashinokairo__banner figure:first-child {
    display: block;
    width: 57.5%;
}

.musashinokairo__banner figure:last-child {
    display: block;
    width: 35%;
}

footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: var(--res-100px);
    padding-bottom: var(--res-100px);
    background: #222;
}

.sns-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    gap:0 40px;
}

.sns-share a {
    display: inline-block;
    width:60px;
}

.sns-share a img {
    width:100%;
    height:auto;
}

.sakuratown-button {
    padding:20px 40px;
    color:#fff;
    text-decoration: none;
    border:1px solid #fff;
    border-radius: 999px;
    box-sizing: border-box;
    transition: 0.2s;
}

.sakuratown-button:hover {
    color:#000;
    font-weight: 500;
    border:1px solid #222;
    background:var(--keycolor);
    transition: 0.2s;
}

/* --------------------------------------------------------
  サブページ
-------------------------------------------------------- */
.subpage {
    padding-top:80px;
}
.subpage main {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: var(--res-100px);
    padding-bottom: var(--res-100px);
}
.subpage .en-title {
    position: absolute;
    top: 130px;
    right: 1.8vw;
    writing-mode: vertical-rl;
    white-space: nowrap;
    color: #666;
    mix-blend-mode: screen;
    opacity: 1;
}

.subpage [class*="page-navi"] {
    padding-inline:20px;
    display: grid;
    grid-template-columns: repeat(2, max-content);
    justify-content: start;
    gap: var(--res-20px) var(--res-60px);
    box-sizing: border-box;
}

.subpage.special.en [class*="page-navi"] {
    grid-template-columns: 1fr;
}

.subpage .page-navi > div {
    display: flex;
}

.subpage .page-navi > div::before {
    pointer-events: none;
    font-family: "Font Awesome 6 Free";
    content: "\f13a";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    margin-right: 10px;
    color:#fff;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    text-decoration: none;
}
.subpage .page-navi a {
    color:#fff;
    text-decoration: none;
}
.subpage .page-navi > div:hover::before, .subpage .page-navi > div:hover a {
    color:var(--keycolor);
}

.subpage [id*="special__"] {
    padding-block:var(--res-100px);
    width:100%;
    box-sizing: border-box;
}

.subpage #special__contest {
    padding-bottom:0;
}

.subpage .autograph {
    color:#000;
    background:var(--keycolor);
}

.subpage .tour a {
    color:#fff;
    overflow-wrap: anywhere;
}

.subpage .tankaroad {
    background:var(--keycolor02);
}

.subpage .tankaroad a {
    color: #fff;
}

.creator-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap:40px 2%;
}
.creator-list li {
    width:15%;
}
.creator-list li .name {
    text-align: center;
}

.creator-list li .sns {
    display: flex;
    justify-content: center;
    gap:0 10px;
}

.creator-list li .sns a {
    text-decoration: none;
}

.creator-list li .x-icon, .creator-list li .instagram-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 24px;
    height: 24px;
    border:1px solid #fff;
    border-radius: 999px;
    background: none;
}

.creator-list li .x-icon::before {
    pointer-events: none;
    font-family: "Font Awesome 5 brands";
    content: "\e61b";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
}

.creator-list li .instagram-icon::before {
    pointer-events: none;
    font-family: "Font Awesome 5 brands";
    content: "\f16d";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
}

.creator-list li a:hover .x-icon, .creator-list li a:hover .instagram-icon {
    border:1px solid var(--keycolor);
}

.creator-list li a:hover .x-icon::before {
    color: var(--keycolor);
}

.creator-list li a:hover .instagram-icon::before {
    color: var(--keycolor);
}

.subpage .goods {
    padding-block:var(--res-100px);
    width:100%;
    color:#000;
    background:var(--keycolor);
    box-sizing: border-box;
}

.subpage .goods .goods__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.subpage .goods .goods__items {
    display: flex;
    flex-direction: column;
    gap:40px;
}

.goods__list {
    display: grid;
    /* align-items: center; ← これがあると高さが揃わないので削除します */
    align-items: stretch; /* 明示的に書くならこれ（デフォルト値なので書かなくてもOK） */
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 0;
    list-style: none;
}

@media (min-width: 768px) {
    .goods__list {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
}

.goods__item {
    display: flex;
    justify-content: space-between;
    align-items: center; /* 中身（テキストと価格）は天地中央揃えのまま */
    gap: 30px;
    padding: 14px 16px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    height: 100%; /* ← 追加：グリッドのセルいっぱいに高さを確保 */
    box-sizing: border-box; /* paddingを含めて高さを計算 */
}

/* ▼ 以下は変更なし */
.goods__info {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.goods__name {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.4;
}

.goods__variety {
    font-size: 1.2rem;
    color: #777;
}

.goods__price {
    font-size: 1.4rem;
    font-weight: 600;
    white-space: nowrap;
    flex-shrink: 0;
}

@media (max-width: 480px) {
    .goods__item {
        padding: 12px 14px;
    }
    .goods__name {
        font-size: 1.4rem;
    }
    .goods__price {
        font-size: 1.3rem;
    }
}



.subpage .kadocafe {
    padding-top:var(--res-100px);
    width:100%;
    box-sizing: border-box;
}

/* --------------------------------------------------------
  ページTOP
-------------------------------------------------------- */
#page-top {
    position: fixed;
    bottom: 100px;
    right: 60px;
    z-index: 1;
    /*transition: 0.5s;*/
}

#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: #000;
    font-size: 1.4rem;
    line-height: 110%;
    font-weight: bold;
    background: var(--keycolor02);
    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;
    background: var(--keycolor);
    transition: 0.5s;
}

@media screen and (max-width: 540px) {
    #page-top {
        bottom: 20px;
        right: 20px;
    }

    #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) {
    .en-title {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .globalNavi {
        display: none;
    }
    
     .nav-tgl-btn {
        display: block;
    }
    
    header {
        height: 60px;
    }
    
    .site-logo figure {
        height: 30px;
    }
    
    .site-logo p {
        font-size: 1.0rem;
    }

    .message__inner {
        flex-direction: column;
    }
    
    .message__inner .inner__left {
        padding-right:0;
    }

    .message__inner .inner__left p {
        text-align: center;
    }

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

    .profile__image {
        flex-grow: 0;
        text-align: center;
    }

    .profile__image img {
        position: relative;
        top: auto;
        right: auto;
        width: 200px;
        height: auto;
    }

    .profile {
        margin-top: calc(var(--res-60px) * -1);
    }
    
    .contest__hero {
        flex-direction: column;;
    }
    
    .tankatoillust .excellent-container {
        gap: 0 20px;
    }
    
    .subpage [class*="page-navi"] {
        grid-template-columns: 1fr;
    }
}

@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);
        /*--res-50px: 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: 10px;
        --res-5px: 5px;
        
        --rfs-28px:clamp(2.1rem, 1.4rem + 1.68vw, 2.8rem);
        /*834-417 28-21*/
        --rfs-18px:clamp(1.4rem, 1.0rem + 0.96vw, 1.8rem);
        /*834-417 18-14*/
        --rfs-16px:clamp(1.4rem, 1.2rem + 0.48vw, 1.6rem);
        /*834-417 16-14*/
    }

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

    .loader__inner img {
        width: 15%;
    }
    
    .creator__inner .section__subtitle::before, .subpage .section__subtitle::before {
        flex:1;
        width:auto;
    }

    .outline {
        margin-right: auto;
        margin-left: auto;
        width: 94%;
    }
    
    .outline__schedule {
        grid-template-columns: 1fr;
        column-gap: 0; 
        row-gap: var(--res-20px);
        text-align: center;
    }
    
    .outline__schedule dd + dt {
        margin-top: var(--res-40px);
    }
    
    body.en .outline__schedule dd {
        line-height:1.2;
    }
    
    .ticket__info {
        grid-template-columns: 1fr;
        width: calc(100% - 40px);
    }

    .ticket__info li .data__head {
        padding: 0 0 10px 0;
        color:var(--keycolor);
        border-right: none;
    }

    .ticket__info li .data__text {
        padding: 0 0 20px 0;
        align-items: flex-start;
    }
    
    .ticket__info li:last-child .data__head {
        padding-bottom: 10px;
    }

    .ticket__info li .data__text.advance__salesperiod {
        grid-template-columns: 1fr;
        gap: 10px 0;
    }

    .advance__salesperiod > .salesperiod__row {
        display: grid;
        grid-template-columns: max-content 1fr;
        gap: 0 12px;
    }
    
    .advance__salesperiod > .salesperiod__row .mtr-20 {
        margin-top:0;
    }
    
    .top-creator__list {
        gap: 20px 20px;
    }
    
    .highlight__inner .highlight__image {
        flex-direction: column;
        gap:10px;
    }

    .message__inner .inner__left {
        min-width: auto;
    }
    
    body.en .message__inner .inner__left {
        min-width: auto;
    }
    
    .contest__list li::before {
        margin-right: 10px;
    }
    
    .contest__list .data {
        width: calc(100% - (50px + 10px));
    }
    
    .award__list {
        column-gap: var(--res-10px);
    }
    
    body.en .award__list {
        grid-template-columns: 1fr;
        column-gap: 0;
        row-gap: var(--res-10px);
    }
    
    body.en .award__list dd + dt {
        margin-top:var(--res-20px);
    }
    
    .credit {
        grid-template-columns: 1fr;
        column-gap: 0; 
        row-gap: var(--res-10px);
        text-align: center;
    }
    
    .credit dt {
      margin-top: var(--res-20px);
    }

    .credit dt:first-of-type {
      margin-top: 0;
    }
    
    .musashinokairo__outline {
        flex-direction: column;
        align-items: center;
    }

    .musashinokairo__outline div {
        margin-top:var(--res-20px);
        width: 100%;
    }
    
    .contest__lead br {
        display: none;
    }
    
    .winners__container {
        padding: 40px 20px;
    }
    
    .subpage {
        padding-top: 60px;
    }
    
    .special-profile__items {
        flex-direction: column;
    }
}

@media screen and (max-width: 768px) {
    .schedule-container {
        padding: 20px 12px;
    }
}

@media screen and (max-width: 640px) {
    .creator-list {
        gap:30px 4%;
    }
    .creator-list li {
        width:22%;
    }
}

@media screen and (max-width: 540px) {
    .dsp-inline--pc {
        display: none;
    }
    
    .dsp-inline--sp {
        display: inline;
    }
    
    .br--pc {
        display: none;
    }
    
    .br--sp {
        display: block;
    }
    
    .hero {
        padding-top: 60px;
    }
    
    .hero figure {
        width: 100%;
        height: auto;
        background-image: url('../images/img-kv-sp.jpg');
        background-size: cover;
        aspect-ratio: 15/44;
    }
    
    .section__title .title__note {
        display: block;
        margin-top:10px;
        margin-left:0;
    }
    
    .news__list li .data__head {
        padding: 15px 15px 15px 0;
        line-height:1.2;
    }

    .news__list li .data__text {
        padding: 15px 0 15px 15px;
        line-height:1.2;
    }
    
    .message {
        background: #333;
    }
    
    .venue__info {
        flex-direction: column;
        gap:20px 0;
    }

    .venue__info .venue__info--left {
        width: 100%;
    }

    .venue__inner .venue__info--right {
        width: 100%;
    }
    
    #page-top.at-bottom {
        bottom: 200px;
        transition: 0.5s;
    }
    
    .winners__container {
        padding: 20px 10px;
    }
    
    .winners__title {
        font-size: 1.8rem;
        letter-spacing: -0.02em;
    }
    
    .excellent-container .winners__title {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 430px) {
    .advance__salesperiod > .salesperiod__row {
        grid-template-columns: 1fr;
    }
    
    .creator-list {
        gap:20px 6%;
    }
    .creator-list li {
        width:44%;
    }
    
    .detail-button::before {
        right: 20px;
    }
    
    .map-container {
        width: 100%;
        padding-top: 100%;
    }
}

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





/* glitch */
.glitch {
    background: #000 no-repeat center;
    background-size: 0;
    position: relative;
    overflow: hidden;
}

.glitch::before,
.glitch::after,
.glitch .channel {
    background: inherit;
    background-size: cover;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.glitch.animate::before {
    content: "";
    animation: glitch-before 3s linear 1 alternate both;
}

.glitch.animate::after {
    content: "";
    animation: glitch-after 3s linear 1 alternate both;
}

.glitch .channel {
    mix-blend-mode: screen;
}

.glitch .channel::before {
    bottom: 0;
    content: "";
    display: block;
    mix-blend-mode: multiply;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

/* RGB shift animations */
.glitch.animate .r {
    animation: rgb-shift-r 3s steps(1, jump-end) 1 forwards;
}

.glitch .r::before {
    background: #f00;
}

.glitch.animate .g {
    animation: rgb-shift-g 3s steps(1, jump-end) 1 forwards;
}

.glitch .g::before {
    background: #0f0;
}

.glitch.animate .b {
    animation: rgb-shift-b 3s steps(1, jump-end) 1 forwards;
}

.glitch .b::before {
    background: #00f;
}

/* ====== Example keyframes ====== */
/* rgb-shift (fixed instead of random) */
@keyframes rgb-shift-r {
    0% {
        transform: translate(1%, 0.2%);
    }

    2% {
        transform: translate(-1%, -0.2%);
    }

    4% {
        transform: translate(2%, 0.3%);
    }

    6% {
        transform: translate(-2%, 0%);
    }

    8% {
        transform: translate(0.5%, -0.3%);
    }

    20%,
    100% {
        transform: none;
    }
}

@keyframes rgb-shift-g {
    0% {
        transform: translate(-1%, 0.1%);
    }

    2% {
        transform: translate(1%, -0.2%);
    }

    4% {
        transform: translate(-2%, 0.2%);
    }

    6% {
        transform: translate(1.5%, -0.1%);
    }

    8% {
        transform: translate(-0.5%, 0.3%);
    }

    20%,
    100% {
        transform: none;
    }
}

@keyframes rgb-shift-b {
    0% {
        transform: translate(1%, -0.1%);
    }

    2% {
        transform: translate(-1.5%, 0.2%);
    }

    4% {
        transform: translate(2%, -0.2%);
    }

    6% {
        transform: translate(-0.5%, 0.1%);
    }

    8% {
        transform: translate(0.8%, -0.3%);
    }

    20%,
    100% {
        transform: none;
    }
}

/* glitch slices (fixed values for demo) */
@keyframes glitch-before {
    0% {
        clip-path: polygon(0% 10%, 100% 10%, 100% 15%, 0% 15%);
        transform: translate(3%, 0.2%);
    }

    2% {
        clip-path: polygon(0% 30%, 100% 30%, 100% 35%, 0% 35%);
        transform: translate(-2%, -0.1%);
    }

    4% {
        clip-path: polygon(0% 50%, 100% 50%, 100% 55%, 0% 55%);
        transform: translate(4%, 0%);
    }

    20%,
    100% {
        clip-path: none;
        transform: none;
    }
}

@keyframes glitch-after {
    0% {
        clip-path: polygon(0% 20%, 100% 20%, 100% 25%, 0% 25%);
        transform: translate(-3%, -0.2%);
    }

    2% {
        clip-path: polygon(0% 40%, 100% 40%, 100% 45%, 0% 45%);
        transform: translate(2%, 0.1%);
    }

    4% {
        clip-path: polygon(0% 70%, 100% 70%, 100% 75%, 0% 75%);
        transform: translate(-4%, 0%);
    }

    20%,
    100% {
        clip-path: none;
        transform: none;
    }
}
