@charset "UTF-8";

/* 1. Reset tags
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, textarea, button,
table, caption,
article, aside, address, section, video, audio {
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
  font-weight: inherit;
  font-style: inherit;
  outline: 0;
  -ms-word-wrap: normal;
  word-wrap: normal;
}

applet, object, iframe, video, audio,
fieldset, form, label, legend, input, textarea, button,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
}

html {
  font-size: 100%;
                			/* Corrects text resizing oddly in IE6/7 when body font-size is set using em units
									   http://clagnut.com/blog/348/#c790 */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
                                	/* www.456bereastreet.com/archive/201012/
									   controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow-y: scroll !important;
  overflow-x: hidden;
  height: 100%;
}


/* 2. Default tag's settings
-------------------------------------------------------------- */
html {
  font-size: 14px;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Next rule make text bolder in Mozilla on MacOS */
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  hyphens: initial;
}

li > ol, li > ul, dl > dd {
  margin-bottom: 0;
}

li > p {
  margin-bottom: 0;
}

li > p + p {
  margin-top: 0.5em;
}

ol, ul {
  padding-left: 1.5em;
}

/* Links */
a {
  text-decoration: none;
  background: transparent;
}

a,
a:hover,
a:focus,
a:active {
  outline: 0 !important;
}

a img {
  border: none;
}

a,
input[placeholder]::placeholder,
textarea[placeholder]::placeholder,
button,
input[type="button"],
input[type="submit"] {
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

input[type="submit"]:not([disabled]):hover {
  cursor: pointer;
}

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
  display: block;
}

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a,
h1 > a b, h2 > a b, h3 > a b, h4 > a b, h5 > a b, h6 > a b,
h1 > a em, h2 > a em, h3 > a em, h4 > a em, h5 > a em, h6 > a em {
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

:active, :focus {
  outline: 0 !important;
}

a[href="javascript:void(0)"] {
  cursor: default;
}

/* Tables */
table {
  border-collapse: collapse;
}

table th + th, table th + td, table td + th, table td + td {
  border-left: 1px solid #ddd;
}

table > p {
  margin: 0 !important;
}

table td, table th {
  padding: 1.8em 1em;
}

table th {
  font-size: 1em;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
}

caption {
  font-weight: 700;
  text-align: center;
}

/* Blockquotes*/
blockquote[class*="wp-block-quote"][class*="is-style-"],
blockquote[class*="wp-block-quote"][class*="is-"],
blockquote{
  position: relative;
  text-align: center;
  padding: 6.6em 6.2em 4.75em 6.4em;
  margin-left: 0;
  margin-right: 0;
  background-image: url(images/lightblue_bg-nocopyright.png);
}

blockquote:before {
  content: '“';
  display: block;
  font-size: 5.6em;
  position: absolute;
  z-index: 1;
  top: 1.05em;
  left: 50%;
  transform: translateX(-50%);
}

blockquote:after,
q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

blockquote p {
  margin: 0;
  font-size: 1.4286em;
  line-height: 1.35em;
  font-weight: 200;
}

blockquote > cite, blockquote > p > cite {
  display: block;
  font-size: 1.4286rem;
  font-weight: 400;
  line-height: 1em;
}

blockquote h5 {
  margin-top: 0;
}

/* Other tags */
dd {
  margin-left: 1.5em;
}

dt, b, strong {
  font-weight: bold;
}

dfn, em, i {
  font-style: italic;
}

pre, code, kbd, tt, var, samp {
  font-family: "Courier New", Courier, monospace;
  font-size: 1em;
  letter-spacing: 0;
}

pre {
  overflow: auto;
  max-width: 100%;
}

code {
  overflow: auto;
  max-width: 100%;
  padding: 0 1em;
  border: 1px solid #888;
  background-color: #f7f7f7;
  display: inline-block;
  vertical-align: middle;
  word-wrap: normal;
}

pre > code {
  display: block;
  vertical-align: top;
  padding: 1em;
}

abbr, acronym {
  border-bottom: 1px dotted;
  cursor: help;
}

mark, ins {
  background-color: transparent;
  text-decoration: none;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

small {
  font-size: 80%;
}

big {
  font-size: 120%;
}

[hidden], template {
  display: none;
}

hr {
  height: 0;
  border: none;
  border-top: 1px solid #eee;
  margin: 6.7857em 0;
  -webkit-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
}

/* Images */
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

figure{
  border: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  max-width: 100%;
}



figure figcaption{
  position: absolute;
  z-index: 1;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
  font-style: normal;
  -webkit-transition: margin-bottom 0.3s ease;
  -ms-transition: margin-bottom 0.3s ease;
  transition: margin-bottom 0.3s ease;
  margin-bottom: 0 !important;
  text-align: center;
  text-transform: uppercase;
  padding: 22px 10px !important;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 50%	!important;
  overflow-y: auto !important;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

figure:hover > figcaption{
  opacity: 0;
}

figure figcaption:hover{
  opacity: 1;
}

svg:not(:root) {
  overflow: hidden;
}

/* Audio and Video */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

iframe, video, embed {
  max-width: 100%;
  min-height: 100px;
  vertical-align: top;
}

/* Fontello icons */
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-size: inherit;
  line-height: inherit !important;
  font-weight: inherit;
  font-style: inherit;
  display: inline-block;
  vertical-align: top;
  width: auto;
  margin: 0;
}

/* 3. user css
-------------------------------------------------------------- */


body {
    font-family: "Overpass",sans-serif;
    font-size: 1.4286rem;
    font-weight: 300;
    font-style: normal;
    line-height: 1.4em;
    text-decoration: none;
    text-transform: none
}

a{
  color: #FFFFFF;
}
a:hover{
  color: #e7111b;
}

a:hover img{
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

header a,
footer a{
  color: #e7111b;
}
header a:hover,
footer a:hover{
  opacity: 0.7;
}

.body_wrap{
  background-color: #171717;
}

header{
  background-color: #FFFFFF;

}
.header_wrap{
  display: flex;
/*  gap: 1.5rem;*/
  padding : 30px 25px;
box-sizing: border-box;
  margin: 0 auto;

  width: 1441px;
  max-width: 100%;
align-content: center;
justify-content: space-between;
}
.header_inner{
  display: flex;
  gap: 2.5rem;
/*  margin-left:auto;*/
margin-left:25px;
}
header .logo img{
  width: 249px;
  height: 69px;
  max-width: inherit;
}

header nav{
}

header nav ul {
  display: flex;
  gap: 1.2rem;
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: "Garage Gothic FB", sans-serif;
  font-size: 1.4em;
  line-height: 1em;
  align-content: center;
  flex-wrap: wrap;
  height:100%;
}

header nav ul li a{
  color: #171717;
}

header nav ul li a:hover,
header nav ul li.current a{
  color: #e7111b;
}
header .copy{
  text-align:center;
  background-color: #E7111B;
  padding: 7px 0 5px 0;
  color: #ffffff;
  margin:0;
}

.btns ul{
  display: flex;
  justify-content: center;
  gap: 13rem;
  list-style: none;
  margin: 0;
  padding: 20px 0 0 0;
}
.btns ul li img{
    width: 350px;
    height: auto;
    max-width: 100%;
    vertical-align: top;
}
.content{
  margin: 0 auto;
  width: 1100px;
  padding : 70px 25px;
  color: #FFFFFF;
  max-width: 100%;
box-sizing: border-box;
}

footer{
  background-color: #FFFFFF;
  padding : 70px 25px;
box-sizing: border-box;
}

.footer_wrap{
  margin: 0 auto;
  width: 1100px;

  max-width: 100%;
  position: relative;
}

footer address{
  font-size: 0.9em;
  font-style: normal;
  text-align: right;
  color: #6d6964;
  line-height: 2em;
margin: 50px 0 0 0;
}
footer a{
  color: #171717;
}
footer .privacy{
  text-align: right;
}
.archive-news {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 50px -15px 0 -15px;
  padding: 0;
}

.archive-news article {
  box-sizing: border-box;
  width: calc(100% / 3);    /* 3分割 = 33.333...% */
  padding: 15px;
}
.archive-news article .title a{
  color: #FFFFFF;
}
.archive-news article .title a:hover{
  color: #FFFFFF;
  opacity: 0.7;
}

article.news time{
    font-family: "Overpass", sans-serif;
    font-size: 1em;
    line-height: 1.5em;
    font-weight: 400;
    font-style: italic;
    text-transform: none;
    letter-spacing: 0;


  color: #e7111b;
  margin-top: 20px;
  display:block;

}
article.news h2{
  margin-top: 10px;
}
/*article.news h2 a{
  color: #ffffff;
}
*/
.content-title{
  color: #e7111b;
  line-height: 1em;
  font-size: 3em;
  letter-spacing: 1px;
  font-family: "Garage Gothic FB", sans-serif;
  border-bottom:1px solid #E7111B;
  margin:0;
}

h3.content-title{
  font-size: 4em;
  border:none;
  font-family: "Roboto", sans-serif;
  margin-top: 120px;
}



.socials{
  display: flex;
  gap: 10px;
  margin: 0;
  padding: 0;
  line-height: 1em;
  align-content: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.socials a{
  color: #171717;
  width: 54px;
  height: 54px;
  line-height: 54px;
  display: block;
  text-align:center;
}
.socials a span{
  text-indent: -5000px;
  display: inline-block;
}
.socials a:hover{
  background-color: #e7111b;
}

.languages p{
  width: 70px;
  padding-top: 3px;
}

.news_wrap{
 position: relative;
}

.btn_more{
  position: absolute;
  top: 0;
  right: 0;
}

.btn_more a{
  position: relative;
  display: inline-block;
  vertical-align: middle;

  padding: 0.8em 1.6em;
  font-family: "Garage Gothic FB", sans-serif;
  font-size: 1.5em;
  line-height: 1em;
  font-style: normal;

}
.btn_more a:after{
  content: '\e956';
  font-family: fontello;
  font-size: 14px;
  right: 1.7em;
  line-height: 1em;
  top: 50%;
  transform: translateY(-50%);

  margin: 0;

  position: absolute;
/*  z-index: 1;*/

  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0;
}

.btn_more a:hover{
  color: #FFFFFF;
}
.btn_more a:hover::after {
  transform: translateY(-50%) translateX(20px);  /* 右へ6px */
}

footer .socials{
  text-align:right;
}

footer .socials a{
  color: #FFFFFF;
  background-color: #171717;
}

footer .socials a:hover{
  color: #171717;
}

footer .contact{
  position: absolute;
  top: 0;
  right: 0;
  margin: 34px 0 0 0;
}

footer .copyright{
  color: #6d6964;
  position: absolute;
  left:0;
  bottom:0;
  margin: 0;
  font-size: 0.9em;
  line-height:0.5;
}
footer .privacy{
  font-size: 0.9em;
  margin:30px 0;
}

.post_content{
  line-height: 1.5;
  margin-top: 70px;
}

table{
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  background-color: #FFFFFF;
  color: #171717;
}
table caption{
  padding: 10px 2.4rem;
  text-align: left;
  color: #ffffff;
  background-color: #E7111B;
  font-size: 80%;
}

tr{
  font-size: 90%;
  line-height: 1.0;
  margin:0;
}
table td, table th{
  border: 1px solid #5d5d5d;
  padding: 1em;
}
table td{
  font-size: 80%;
  line-height: 2;
}

.round-btn a{
  font-size: 14px;
  display: inline-block;
  padding: 14px 40px;
  background-color: #E7111B;
  color: #FFFFFF;
  border-radius: 2em;
  width: auto;
  text-align: center;
}
.round-btn a:hover{
  opacity:0.7;
}

hr {
  border-top: 1px solid #4c4c4c;
  display: block;
  height: 1px;
  position: relative;
  top: 1px;
  width: 100%;
  margin: 3em 0;
}

hr.red{
  border-color: #E7111B;
}

.faq-title{
  font-size: 1em;
  color: #E7111B;
  text-align: left;
  font-family: Roboto;
  font-weight: 700;
  font-style: normal;
  padding-left: 24.2px;
  position: relative;
  padding-left: 1.6em;       /* アイコン分の余白 */
  cursor: pointer;           /* クリックできる見た目 */
  user-select: none;

}

.faq-list{
  padding-left: 24.2px;
  font-size: 0.8em;
  overflow: hidden;
  max-height: 0;             /* 閉 */
  opacity: 0;
  transition: max-height .35s ease, opacity .25s ease;
  will-change: max-height, opacity;
}

.faq-list dt{
  margin-top: 1.5em;
}
.faq-list dd{
  margin-top: 5px;
}


.faq-title::before {
  content: '+';              /* 閉じてる時 */
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 700;
  font-size: 1.2em;
  line-height: 1;
  color: #959390;
}
.faq-title.is-open::before {
  content: '\2212';              /* 開いてる時 */
}


/* 開いてる時の見た目（JSが inline-style もセットします） */
.faq-list.is-open {
  opacity: 1;
}


.scroll_to_top {
  display: block;
  background-color: #e7111b;   /* ベースは赤 */
  cursor: pointer;
  opacity: 0;
  position: fixed;
  z-index: 100001;
  bottom: -4em;
  right: 2em;
  width: 3em;
  height: 3em;
  line-height: 3em;
  text-align: center;
  overflow: hidden;            /* はみ出しを隠す（重要） */
  transition: opacity .2s ease, bottom .2s ease; /* 既存の挙動用 */
}

/* アイコンは上に来るように */
.scroll_to_top::before {
  position: relative;
  z-index: 1;
  font-family: "trx_addons_icons";
  font-style: normal;
  margin: 0 !important;
  content: '\e85a';
  speak: none;
  display: inline-block;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  color: #FFFFFF;              /* 初期は白アイコン（赤地に映える） */
  transition: color .2s ease;  /* 色も滑らかに */
}

/* 白いスライド用オーバーレイ */
.scroll_to_top::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #FFFFFF;
  transform: translateX(-100%);     /* 左外からスタート */
  transition: transform .2s ease;   /* 横スライドのアニメーション */
  z-index: 0;                       /* アイコンより下に */
}

/* 表示状態（既存） */
.scroll_to_top.show {
  opacity: 1;
  bottom: 2em;
}

/* ホバーで白が左→右にスライドイン */
.scroll_to_top:hover::after {
  transform: translateX(0);
}

/* 白地に変わるのでアイコン色も黒へ */
.scroll_to_top:hover::before {
  color: #171717;
}


.aligncenter{
  margin:0 auto;
  display: block;
}


.single-news h1.content-title,
.single-program h1.content-title{
  font-family: "Roboto", sans-serif;
  font-size: 1.2em;
  font-weight: 200;
  font-style: normal;
  color: #FFFFFF;
  margin-top: 0.4em;
}

.single-news .post_content,
.single-program .post_content{
  font-size: 80%;
  font-weight: 400;
}
.single-program .post_content{
margin-top:15px;
}
.single-news .post_content p,
.single-program .post_content p{
  margin-top: 0em;
  margin-bottom: 1.5em;
  line-height:1.8;
}
.single-program .post_content p{
margin-top:1.5em;
margin-bottom:0;
}
.single-program .post_content p.no-margin,
.single-program p.no-margin{
margin-top:0.5em;
}
.single-program .post_content .copyright{
display:inline-block;
margin-top:15px;
font-size: 11px;
    line-height: 1.3em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.single-news a strong,
.single-program a strong{
  color:#e7111b;
}

.single-news .post_content h4,
.single-program h4,
.single-program .post_content h4{
  font-weight:bold;
  font-size: 1.4rem;
  margin-bottom: 1.5em;
  line-height:1.4em;
}
.single-program .post_content h4{
margin-bottom:0;
}
.single-program .program-cat{
    /*font-family: "Overpass", sans-serif;*/
    font-size: 1em;
    line-height: 1.5em;
    font-weight: 400;
    font-style: italic;
    text-transform: none;
    letter-spacing: 0;


  color: #e7111b;
  margin-top: 20px;
  display:block;

}
.single-program h3{
font-weight:bold;
font-size:90%;
margin:0;
}
.single-program .schedule-box{
margin-top:60px;
}
/* index */

/* news */

/* page */

/*.mobile_menu_overlay*/

.mobile_menu{
  display: none;
}
body.no-scroll {
    position: fixed;   /* 画面を固定 */
    inset: 0;          /* top/right/bottom/left: 0 */
    width: 100%;
    overflow: hidden;
}





/* program */

.archive-program{
    display:flex;
/*    gap:3rem;
    align-items:start;*/
justify-content: space-between;
    min-width:0;
    margin-top:80px;
}
.program-inner{
width:80%;
margin-top:-150px;
}
.archive-program aside{
  margin-right:30px;
}

.archive-program aside ul{
    list-style:none;
    padding:0;
    margin:-22px 0 0 0;
}


.archive-program aside ul li{
    margin-top: 22px;
}
.archive-program aside ul li a{
  display:block;
  font-size: 16px;
  padding: 18px 25px;
  border-radius: 2em;
  background-color: #E7111B;
  color: #FFFFFF;
  box-sizing: border-box;
  text-align:center;
  letter-spacing:0;
}
.archive-program aside ul li.spacing a{
  letter-spacing: 0.2em;
}

.archive-program h2{
    color: #e7111b;
    border-bottom: 1px solid #e7111b;
    text-align: right;
    font-weight: bold;
    line-height:0.7;
    margin-top:150px;
    padding-top:0.3em;
}

.program-grid{
  display:grid;
  grid-template-columns	:1fr 1fr;
  gap:5rem 3rem;
  margin-top:50px;
}

.film-card{min-width:0}
.film-card figure{margin:0}

.film-thumb{max-width:100%;overflow:hidden;aspect-ratio:16/9}
.film-thumb img{width:100%;height:100%;display:block;object-fit:cover}

/* テキスト */
.film-credit{
    text-align: right;
    font-size: .8rem;
    font-weight: 700;
    margin: 10px 0 0 0;
    letter-spacing: 1px;
    height: 1em;
    line-height: 1;
}
.film-title{font-size:1.375rem;line-height:1.3;margin:20px 0 0 0;word-break:keep-all;overflow-wrap:anywhere}

.film-title a{color:#fff;text-decoration:none}

.film-title a:hover{
  color: #e7111b;
}

.film-desc{font-size:1.2rem;line-height:1.7;margin:15px 0 0 0;overflow-wrap:anywhere}

.film-desc a.more{
  text-decoration: underline;
}

.guest-list{
}
.guest-list ul{
list-style: none;
margin:0;
padding:0;
}
.guest-list ul li{
display:flex;

justify-content: space-between;
}
.guest-list ul li figure{
  width:24%;
margin-right:30px;
}
.guest-list ul li .guest-inner{
width:73%;
}
.guest-list ul li h4{
margin:0;
}
.guest-list ul li .guest-inner p{
font-size: 85%;
font-weight: 400;
margin:1.5em 0 0 0;
}
.guest-list ul li .guest-inner p.guest-name{
font-weight:bold;
margin-top:10px;
}
.guest-list ul li .guest-content{
margin-top:0;
font-size:95%;
}
.guest-list ul li .guest-content p{
margin-top:0.5em;
}
.guest-list ul li p.copyright{
display:block;
margin-top:15px;
font-size: 11px;
    line-height: 1.3em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;

}
.guest-list ul li{
margin-top:50px;
}

/* access */



.body_access .post_content{
    font-size: 80%;
}
.map-box p.bold{
font-weight:bold;
line-height: 1.8;
}
.map-box{
display: flex;
margin-top:40px;
gap: 1rem 3rem;


}
.map-box p.no-margin{
margin-top:0;
}
.map-box figure{
width:85%;
}
.map-box ul{
list-style: none;
margin:0;
padding:0;

font-size: 80%;

}
.map-box ul li{
position:relative;
padding-left: 1.3em;
margin-top:10px;
    line-height: 2em;
/*
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.3em;
*/
}
.map-box ul li:before{
position:absolute;
content: "●";
top:0;
left:0;
}
.body_access h5{
margin:0 0 0 0;
padding: 12px 2.4rem 10px 2.4rem;
background-color: #FFFFFF;
color: #000000;
font-weight: bold;
vertical-align:top;
}
.map{
  width: 100%;
  aspect-ratio: 16 / 9;
margin-top:10px;
}

/* sponsor */
.body_sponsor .post_content{
background-color: #FFFFFF;
    padding: 2rem 2.4rem;
}
.body_sponsor .post_content ul{
display:flex;
justify-content: center;
list-style:none;
margin:15px 0 0 0;
padding:0;
}

.body_sponsor .post_content ul li{
text-align:center;
}
.body_sponsor .post_content h3{
    font-weight: bold;
    text-decoration:underline;
    color: #000000;
    text-align: center;
}

.body_sponsor hr{
margin:1.5em 0;
border-color: #2c2c2c;
}
@media (max-width: 767px) {
.body_sponsor .post_content{
    padding: 1.5rem 2.4rem;
}

.body_sponsor .post_content ul{
display:block;
}
.map-box{
display:block;
}
.map-box figure{
width:100%;
}
.map-box-inner{
margin-top:20px;

}
  .guest-list ul li{
    display:block;
  }
.guest-list ul li figure{
width:100%;
margin-right:0;
}
.guest-list ul li .guest-inner{
width:100%;
}
.guest-list ul li p.copyright{
text-align:right;
}
  .header_wrap {
    padding: 15px 15px 15px 10px
  }
  .copy{
font-size: 80%;
  }
  .archive-news {
    display: block;
    margin-top:0;
    font-size:80%;
  }
  .archive-news article{
    width:100%;
  }
  .btns ul {
    display: block;
  }

  .btns ul li{
    margin-top:30px;
    text-align:center;
  }

  .btns ul li img {
    width: 100%;
  }

  .content{
    width:440px;
    padding-top:35px;
    padding-bottom:35px;
  }
  h3.content-title{
    font-size: 2em;
    line-height:2em;
    margin-top:60px;
  }

  footer{
    padding-top: 40px;
  }
  .footer_wrap{
    width: 440px;
    font-size: 80%;
  }

  .footer_wrap .contact{
    position: relative;
  }
  .footer_wrap .privacy{
    margin: 15px 0 20px 0;
    text-align:left;
  }

  .footer_wrap address{
    margin-top: 25px;
    text-align:left;
  }
  .footer_wrap .socials{
    justify-content: flex-start;
  }
  .footer_wrap .copyright {
    border-top: 1px solid #d0cecc;
    line-height: 1.5;
    position: relative;
    text-align: center;
    margin-top: 30px;
    padding-top: 30px;
  }
  .round-btn a {
    width: 100%;
    box-sizing: border-box;
  }



 .table-ticket thead {
    display: none;              /* 見出し行は隠す */
  }
  .table-ticket,
  .table-ticket tbody,
  .table-ticket tr,
  .table-ticket td {
    display: block;             /* ブロック化して縦積み */
    width: 100%;
    box-sizing: border-box;
  }
  .table-ticket tr {
   /* border: 1px solid #ddd;*/     /* 行ごとにカード風 */
    margin-bottom: 12px;
  }
  .table-ticket td {
    /* 見出し(左) + 値(右) の2列レイアウトに */
    display: grid;
    grid-template-columns: 7em 1fr;  /* 左ラベル幅は調整可 */
    gap: 8px;

    border: 1px solid #eee;
padding: 0;
 align-items: center;
  }


  /* 見出しラベルを擬似要素で差し込む（theadを隠した代わり） */
  .table-ticket td::before {
    content: "";
    font-weight: 600;
    color: #666;
    border-right: 1px solid #eee;
height: 100%;
padding: 15px;
    box-sizing: border-box;
  }
  .table-ticket td:nth-child(1)::before { content: "券種"; }
  .table-ticket td:nth-child(2)::before { content: "日時"; }
  .table-ticket td:nth-child(3)::before { content: "会場"; }
  .table-ticket td:nth-child(4)::before { content: "席種"; }
  .table-ticket td:nth-child(5)::before { content: "金額"; }
  .table-ticket td:nth-child(6)::before { content: "Pコード"; }

  .en .table-ticket td:nth-child(1)::before { content: "Ticket Type"; }
  .en .table-ticket td:nth-child(2)::before { content: "Date"; }
  .en .table-ticket td:nth-child(3)::before { content: "Venue"; }
  .en .table-ticket td:nth-child(4)::before { content: "Seating Type"; }
  .en .table-ticket td:nth-child(5)::before { content: "Price"; }
  .en .table-ticket td:nth-child(6)::before { content: "P-Code"; }

  .table-ticket caption {
    width:100%;
    display:block;
    box-sizing: border-box;
  }



  header .logo img{
    width: auto;
    max-height: 50px;
  }
  header nav,
  .socials{
    display:none;
  }
  .languages p {
    padding-top: 0;;
    display: inline-block;
    font-size:80%;
    margin-left:15px;
  }
/*
  .mobile_menu_overlay {
    display: none !important;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 100000;
  }
*/
  .mobile_menu{
    display:block;
    color: #959390;
    position: fixed;
    z-index: 100002;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    -webkit-transition: height 0.3s ease;
    -ms-transition: height 0.3s ease;
    transition: height 0.3s ease;
  }

  .mobile_menu.opened{
    height: 100%;
  }
  .mobile_menu_open:before{
    font-size:1.2em;
    color: #e7111b;
    line-height: 1.2em;
    margin: 0;
    width: auto;
    font-family: "trx_addons_icons";
    content: '\e8bc';
    font-style: normal;
    text-align: center;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    font-variant: normal;
    text-transform: none;
    vertical-align: middle;
  }


  .mobile_menu_wrap{
    overflow-y: auto;
    color: #959390;
    background-color: #171717;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    overflow: hidden;
  }

  .mobile_menu_close{
    color: #fff;                 /* × の色（currentColorを使う） */
    display: block;
    width: 3em;
    height: 3em;
    line-height: 3em;
    cursor: pointer;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
  }

  /* 線2本（擬似要素） */
  .mobile_menu_close::before,
  .mobile_menu_close::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    /* 線の長さ・太さはここで調整 */
    width: 1em;                /* × の横幅 */
    border-top: 2px solid currentColor;  /* 線の太さ/色 */
    transform-origin: center;
    transform: translate(-50%, -50%);
    transition: transform .2s ease;
  }

  /* 斜め／ */
  .mobile_menu_close::before{
    transform: translate(-50%, -50%) rotate(45deg);
  }

  /* 斜め＼ */
  .mobile_menu_close::after{
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  /* お好み：ホバーで少し縮めてフィードバック */
  .mobile_menu_close:hover::before,
  .mobile_menu_close:hover::after{
    transform: translate(-50%, -50%) scale(.9) rotate(45deg);
  }
  .mobile_menu_close:hover::after{
    transform: translate(-50%, -50%) scale(.9) rotate(-45deg);
  }

  .mobile_menu_inner{
    width: 280px;
    margin: 50px auto 0 auto;
  }

  .mobile_logo img{
    max-height: 50px;
  }
  .mobile_menu_inner nav {
    margin-top: 30px;
  }
  .mobile_menu_inner nav ul {
    font-family: "Garage Gothic FB", sans-serif;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    width: auto;
    line-height: 1.5em;
    text-align:left;
  }
  .mobile_menu_inner ul li a{
    font-size: 1.1em;
    line-height: 1.6em;
    width:100%;
    display:block;

  }

  .mobile_menu_inner ul li a:hover,
  .mobile_menu_inner ul li.current a{
    color: #e7111b;
  }

  .socials_mobile{
    margin-top:25px;
  }

  .socials_mobile a{
    color: #e7111b;
    display: inline-block;
    font-size: 1em;
    width: 1em;
    height: 1em;
    line-height: 1em;
    text-align: center;
    padding:8px;
  }
  .socials_mobile a span{
    text-indent: -5000px;
    display: inline-block;
  }

  .main_image{
    background: url("../images/main_image_sp.jpg") center/cover no-repeat;
    width: 100%;
    aspect-ratio: 1355 / 2560; /* または固定の高さ */
  }
  .main_image img{
    display:none;
  }

  .content-title {
    font-size: 2em;
  }

  .scroll_to_top {
    right: 1em;
    width: 2em;
    height: 2em;
    line-height: 2em;
  }
  .scroll_to_top.show {
    bottom: 1em;
  }

  /* program */
  .archive-program{
    display:block;
    margin-top:30px;
  }
  .archive-program aside{
    margin-right:0;
  }
  .program-grid{
      grid-template-columns:1fr;
    gap: 3rem 3rem;
  }

  .program-inner{
    margin-top:50px;
    width:100%;
  }
  .archive-program h2{
    margin-top:50px;
  }

  .film-title{font-size:90%;}
  .film-desc{font-size:85%;}

  .archive-program aside ul{
    margin:0;
  }

  .archive-program aside ul li{
    margin-top: 15px;
  }
  .archive-program aside ul li a{
    padding: 9px 15px;
    font-size:90%;
  }
  .post_content{
    margin-top:35px;
  }
}

@media (max-width: 479px) {
  .content{
     font-size: 80%;
  }
  .content,
  .footer_wrap {
    width: 320px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .single-news h1.content-title {
    line-height:1.2;
  }
/*
  .single-news .post_content{
    margin-top:35px;
  }
*/

  .btns ul{
    padding-top:0;
    padding-bottom:0;
    margin-top:-30px;
  }
}


