@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 2;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

a img {
  border: none;
}

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

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  overflow-wrap: break-word;
  word-break: break-word;
}

html, body {
  font-weight: 400;
  font-style: normal;
  line-height: 1.7;
  font-size: 10px;
}

a {
  display: inline-block;
  color: black;
  cursor: pointer;
  font-size: 100%;
  color: inherit;
  font-weight: inherit;
}

a, a:hover {
  text-decoration: none;
}

button {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}

img {
  display: block;
  width: 100%;
}

.italic {
  font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  letter-spacing: 0;
}

/*
p, dt, dd {
  overflow-wrap: break-word;
}
*/
body {
  margin: auto;
}

small {
  font-size: 70%;
  color: grey;
}

/*--------------------------responsive ---------------------*/
.clearfix::before,
.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.pci {
  display: inline-block !important;
}

.spi {
  display: none !important;
}

.pcf {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.spf {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .pci {
    display: none !important;
  }
  .spi {
    display: inline-block !important;
  }
  .pcf {
    display: none !important;
  }
  .spf {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    font-size: 100%;
    pointer-events: none;
    text-decoration: none;
    cursor: default;
    color: inherit;
  }
}
.opacity {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
}
.opacity:hover {
  opacity: 0.8;
}

.disable {
  pointer-events: none !important;
}

/*--------------------------------------------------------------------------*/
/* Common
---------------------------------------------------------------------------------*/
body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  padding-top: 9rem;
}

p, label, div, strong, input {
  display: block;
}

main {
  position: relative;
}

@media screen and (max-width: 1440px) {
  html, body {
    font-size: 0.6944444444vw;
  }
}
@media screen and (max-width: 767px) {
  html, body {
    font-size: 2.5641025641vw;
  }
  body {
    padding-top: 7rem;
  }
}
:root {
  --font-serif: "Noto Serif JP", serif;
  --font-roboto: "Roboto", sans-serif;
  --font-en: "EB Garamond", serif;
}

/*--------------------------------------------------------------------------*/
/* content
---------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  body {
    position: static;
  }
  body.is-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
  }
}
#header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  width: 100%;
  height: 9rem;
  z-index: 100;
  background: #fff;
}
#header .logo {
  margin-top: 2rem;
  margin-left: 6rem;
  width: 15.7rem;
}

@media screen and (min-width: 767px) {
  #header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #header #menu_content {
    margin-left: auto;
  }
  #header .menu_trigger {
    display: none;
  }
  #header .menu {
    width: 52.5rem;
    height: 9rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #header .menu li {
    list-style: none;
    height: 100%;
  }
  #header .menu li + li {
    margin-left: 4.5rem;
  }
  #header .menu li > a {
    font-size: 1.5rem;
    line-height: 1.3333333333;
    font-weight: 500;
    letter-spacing: 0.01em;
    padding-bottom: 0.6rem;
    position: relative;
    text-align: center;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #header .menu li > a:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #B90079;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #header .menu li > a:hover, #header .menu li > a.is-current {
    color: rgba(0, 0, 0, 0.6);
  }
  #header .menu li > a:hover:after, #header .menu li > a.is-current:after {
    opacity: 1;
  }
  #header .menu li.menu_parent {
    position: relative;
  }
  #header .menu li.menu_parent > a {
    padding-right: 1.8rem;
  }
  #header .menu li.menu_parent > a:before {
    content: "";
    width: 1.2rem;
    height: 0.7rem;
    background: url(../images/menu_arrow.svg) center center no-repeat;
    background-size: 100% auto;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.35rem;
  }
  #header .menu li.menu_parent > a:after {
    display: none;
  }
  #header .menu li.menu_parent:hover:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 0.7rem solid transparent;
    border-left: 0.7rem solid transparent;
    border-top: 1rem solid #fff;
    border-bottom: 0;
    position: absolute;
    left: 50%;
    margin-left: -0.5rem;
    top: 100%;
  }
  #header .menu li.menu_parent:hover a:before {
    opacity: 0.6;
  }
  #header .menu li.menu_parent:hover .menu_child {
    opacity: 1;
    pointer-events: auto;
  }
  #header .menu li .menu_child {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 9rem;
    left: 0;
    background: #260F0F;
    width: 100vw;
    padding: 3rem;
  }
  #header .menu li .menu_child .menu_child_inner {
    width: 100rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: -2rem;
  }
  #header .menu li .menu_child .menu_child_item {
    width: 50%;
    margin-top: 2rem;
  }
  #header .menu li .menu_child .menu_child_item a {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #header .menu li .menu_child .menu_child_item a .date {
    font-family: var(--font-serif);
    font-size: 1.5rem;
    line-height: 1;
    width: 11.5rem;
  }
  #header .menu li .menu_child .menu_child_item a .date .year {
    font-family: var(--font-en);
    font-weight: 700;
    font-size: 1.8rem;
    display: block;
    margin-bottom: 0.6rem;
  }
  #header .menu li .menu_child .menu_child_item a .date .num {
    font-family: var(--font-en);
    font-weight: 700;
    font-size: 3.2rem;
  }
  #header .menu li .menu_child .menu_child_item a .desc {
    width: calc(100% - 11.5rem);
    font-size: 1.7rem;
    line-height: 1.7647058824;
  }
  #header .sns {
    width: 21rem;
    margin-right: 6rem;
    margin-left: 10rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #header .sns li {
    list-style: none;
  }
  #header .sns li svg path {
    fill: #000;
  }
  #header .sns li .icon_youtube {
    width: 3rem;
  }
  #header .sns li .icon_x {
    width: 2.62rem;
  }
  #header .sns li .icon_facebook {
    width: 2.68rem;
  }
  #header .sns li .icon_insta {
    width: 2.68rem;
  }
  #header .sns li .icon_line {
    width: 2.7rem;
  }
  #header .sns li + li {
    margin-left: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  /*
  .is-open{
  	#header{
  		.logo{
  			background:url(../images/logo_w.png) 0 0 no-repeat;
  			background-size:100% auto;
  			img{
  				opacity:0;
  			}
  		}
  	}
  }*/
  #header {
    height: 7rem;
  }
  #header.toppage, #header.performance_header {
    background: #260F0F;
  }
  #header.toppage.is-fixed, #header.performance_header.is-fixed {
    background: #fff;
  }
  #header .logo {
    margin: 0;
    position: absolute;
    top: 1.5rem;
    left: 1.6rem;
    width: 11.1rem;
    z-index: 101;
  }
  #header .menu_trigger {
    position: absolute;
    right: 1rem;
    top: 1.5rem;
    width: 4rem;
    height: 4rem;
    cursor: pointer;
    z-index: 101;
  }
  #header .menu_trigger .line {
    position: relative;
    display: block;
    width: 100%;
    height: 2.6rem;
    background-color: #6A1111;
    border-radius: 0.4rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #header .menu_trigger .line:before, #header .menu_trigger .line:after {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    width: 1.8rem;
    height: 1px;
    background: #fff;
    left: 1.15rem;
  }
  #header .menu_trigger .line:before {
    top: 0.9rem;
  }
  #header .menu_trigger .line:after {
    bottom: 0.9rem;
  }
  #header .menu_trigger .txt {
    display: block;
    font-family: var(--font-en);
    font-size: 1.1rem;
    font-weight: 600;
    color: #6A1111;
    text-align: center;
  }
  #header .menu_trigger.is-open .line {
    /*background-color:#fff;*/
  }
  #header .menu_trigger.is-open .line:before, #header .menu_trigger.is-open .line:after {
    top: 1.2rem;
    /*background:#6A1111;*/
  }
  #header .menu_trigger.is-open .line:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #header .menu_trigger.is-open .line:after {
    bottom: auto;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #header .menu_trigger.is-open .txt {
    /*color:#fff;*/
  }
  #header .sns {
    display: none;
  }
  #header #menu_content {
    width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: #260F0F;
    color: #fff;
    height: 100vh;
    height: 100dvh;
    display: none;
  }
  #header #menu_content:before {
    content: "";
    width: 100%;
    height: 7rem;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
  }
  #header #menu_content .menu_content_inner {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  #header #menu_content .menu_logo {
    width: 31rem;
    margin: 0 auto;
    margin-bottom: 4.5rem;
  }
  #header #menu_content .menu_sns {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #header #menu_content .menu_sns li {
    list-style: none;
    margin-left: 1.5rem;
  }
  #header #menu_content .menu_sns li path {
    fill: #fff;
  }
  #header #menu_content .menu_sns li .icon_youtube {
    width: 3.7rem;
  }
  #header #menu_content .menu_sns li .icon_x {
    width: 3.2rem;
  }
  #header #menu_content .menu_sns li .icon_facebook {
    width: 3.3rem;
  }
  #header #menu_content .menu_sns li .icon_insta {
    width: 3.3rem;
  }
  #header #menu_content .menu_sns li .icon_line {
    width: 3.3rem;
  }
  #header .menu {
    position: static;
    top: 0;
    right: 0;
    display: block;
    padding: 11.5rem 4.5rem 21rem;
  }
  #header .menu li {
    font-family: var(--font-serif);
    margin-left: 0;
    margin-bottom: 2.5rem;
    display: block;
  }
  #header .menu li:last-child {
    margin-bottom: 0;
  }
  #header .menu li .sp-hide {
    display: none;
  }
  #header .menu li > a {
    font-size: 1.8rem;
    font-weight: 500;
    text-align: left;
    position: relative;
  }
  #header .menu li > a.is-current:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #B90079;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #header .menu li .menu_child {
    display: none;
    padding-left: 1.5rem;
  }
  #header .menu li .menu_child .menu_child_item {
    width: 100%;
    margin-top: 1.5rem;
  }
  #header .menu li .menu_child .menu_child_item a .date {
    font-size: 1.2rem;
    font-family: var(--font-serif);
  }
  #header .menu li .menu_child .menu_child_item a .date .year {
    font-size: 1.8rem;
    margin-bottom: 0;
    font-family: var(--font-en);
    font-weight: 700;
  }
  #header .menu li .menu_child .menu_child_item a .date .num {
    font-size: 2.8rem;
    font-weight: 700;
    font-family: var(--font-en);
  }
  #header .menu li .menu_child .menu_child_item a .desc {
    display: block;
    font-size: 1.7rem;
    line-height: 1.7647058824;
    font-family: "Noto Sans JP", sans-serif;
  }
}
#footer {
  text-align: center;
}
#footer .footer_sns .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 3.5rem;
}
#footer .footer_sns .sns li {
  list-style: none;
}
#footer .footer_sns .sns li a {
  width: 4rem;
}
#footer .footer_sns .sns li svg {
  width: 100%;
  height: auto;
}
#footer .footer_sns .sns li + li {
  margin-left: 2rem;
}
#footer .footer_sns .sns path {
  fill: #000;
}
#footer .chukyo_logo {
  width: 24.6rem;
  margin: 0 auto;
  margin-top: 5rem;
  margin-bottom: 5rem;
}
#footer .copyright {
  display: block;
  font-size: 1.2rem;
  background: #311F12;
  color: #fff;
  padding: 3rem 0;
}

@media screen and (max-width: 767px) {
  #footer .chukyo_logo {
    margin-top: 3.5rem;
    margin-bottom: 3rem;
  }
  #footer .copyright {
    padding: 2rem 0;
  }
}
#pagetop {
  display: none;
  cursor: auto;
  width: 3.5rem;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 100;
}

@media screen and (max-width: 767px) {
  #pagetop {
    right: 1rem;
  }
}
.kv {
  color: #fff;
  padding: 6.7rem 0;
}
.kv .kv_inner {
  width: 134rem;
  margin: 0 auto;
  position: relative;
}
.kv .eyecatch_pic {
  width: 18.4rem;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6.3rem;
}
.kv .kv_ttl span {
  display: block;
  line-height: 1;
  text-align: center;
  font-family: var(--font-serif);
}
.kv .kv_ttl .jp {
  font-size: 3rem;
  font-weight: 600;
}
.kv .kv_ttl .en {
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 0.6rem;
}

@media screen and (max-width: 767px) {
  .kv {
    padding: 3rem 0;
  }
  .kv .kv_inner {
    width: 100%;
  }
  .kv .eyecatch_pic {
    width: 15.7rem;
    position: static;
    left: 0;
    top: 0;
    margin: 0 auto;
  }
  .kv .kv_ttl {
    margin-top: 2rem;
  }
}
.btn {
  width: 40rem;
  height: 8rem;
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  position: relative;
  color: #fff;
  background: #6A1111;
}
.btn:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1.9rem;
  width: 1rem;
  height: 1.75rem;
  background: url(../images/myseat/arrow.svg) 0 0 no-repeat;
  background-size: 100% auto;
}
.btn.disable {
  opacity: 0.7;
  pointer-events: none;
}
.btn:hover {
  opacity: 0.8;
}
.btn.pdf-btn:after {
  right: 4.5rem;
  width: 2.2rem;
  height: 2.5rem;
  background: url(../images/myseat/icon_pdf.svg) 0 0 no-repeat;
  background-size: 100% auto;
}
.btn:visited {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .btn {
    width: 36.9rem;
  }
}
.bnr {
  background: #311F12;
  padding-top: 6rem;
  padding-bottom: 8rem;
}
.bnr .bnr_inner {
  width: 100rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bnr .bnr_item {
  width: 46rem;
}
.bnr .bnr_item p {
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  padding-bottom: 1.6rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .bnr {
    padding: 3.5rem 0 4rem;
  }
  .bnr .bnr_inner {
    width: 37rem;
  }
  .bnr .bnr_item {
    width: 100%;
  }
}
/*--------------------------top ---------------------*/
.top .news {
  padding: 7.5rem 0;
}
.top .news .inner {
  width: 134rem;
  margin: 0 auto;
}
.top .news .news_ttl {
  font-size: 5rem;
  font-family: var(--font-en);
  font-weight: 500;
  margin-bottom: 3rem;
}
.top .news .news_ttl span {
  font-size: 2rem;
  margin-left: 2rem;
  font-family: var(--font-serif);
  font-weight: 700;
}
.top .news .news_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.top .news .news_list ul {
  width: 88rem;
}
.top .news .news_list ul li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.7rem;
  line-height: 1.7647058824;
}
.top .news .news_list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.top .news .news_list ul li .date {
  width: 13.5rem;
}
.top .news .news_list ul li .txt {
  width: calc(100% - 13.5rem);
}
.top .news .news_list ul li + li {
  margin-top: 2.5rem;
}
.top .news .news_list .btn_wrap {
  width: 34rem;
  margin-left: auto;
}
.top .news .news_list .btn_wrap a {
  width: 100%;
  height: 6.6rem;
  font-size: 1.6rem;
}
.top .news .news_list .btn_wrap a:after {
  right: 3rem;
}
@media screen and (max-width: 767px) {
  .top .news {
    padding: 5rem 2rem 6rem;
  }
  .top .news .inner {
    width: 100%;
  }
  .top .news .news_ttl {
    font-size: 3.6rem;
    margin-bottom: 3rem;
  }
  .top .news .news_ttl span {
    font-size: 2rem;
    margin-left: 0;
    display: block;
    line-height: 1;
  }
  .top .news .news_list {
    display: block;
  }
  .top .news .news_list ul {
    width: 100%;
  }
  .top .news .news_list ul li {
    font-size: 1.6rem;
    line-height: 1.875;
  }
  .top .news .news_list ul li .date {
    width: 100%;
    font-size: 1.5rem;
  }
  .top .news .news_list ul li .txt {
    width: 100%;
  }
  .top .news .news_list ul li + li {
    margin-top: 2.5rem;
  }
  .top .news .news_list .btn_wrap {
    width: 34rem;
    margin: 6rem auto 0;
  }
}
.top .news_pop {
  width: 100rem;
  background: #fff;
  margin: 0 auto;
  position: relative;
  border-radius: 2rem;
  padding: 2.5rem 5rem;
}
.top .news_pop .mfp-close {
  display: none;
}
.top .news_pop .popup-modal-dismiss {
  cursor: pointer;
  width: 3.5rem;
  height: 3.5rem;
  position: absolute;
  top: 1.8rem;
  right: 1.8rem;
  background: url(../images/icon_close.svg) 0 0 no-repeat;
  background-size: 100% auto;
}
.top .news_pop .pop_ttl {
  font-family: var(--font-serif);
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 4rem;
  color: #3B1515;
}
.top .news_pop .pop_ttl span {
  font-size: 1.6rem;
  margin-left: 2rem;
}
.top .news_pop .news_pop_content .date {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 2rem;
}
.top .news_pop .news_pop_content .news_ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 4rem;
}
.top .news_pop .news_pop_content h5 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7777777778;
  margin-bottom: 3rem;
}
.top .news_pop .news_pop_content img {
  max-width: 49rem;
  margin-top: 4.5rem;
  margin-bottom: 6rem;
}
.top .news_pop .news_pop_content p {
  font-size: 1.5rem;
  line-height: 2.1333333333;
  margin-bottom: 4.5rem;
}
.top .news_pop .news_pop_content a {
  font-size: 100%;
  color: #FF007D;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .top .news_pop {
    width: calc(100% - 4rem);
    border-radius: 1rem;
    padding: 2.5rem 2rem;
  }
  .top .news_pop .popup-modal-dismiss {
    width: 3rem;
    top: 1.5rem;
    right: 1.5rem;
  }
  .top .news_pop .pop_ttl {
    margin-bottom: 3rem;
  }
}
.top .movie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top .movie .movie_inner {
  background: url(../images/bg_movie.png) 0 0 no-repeat;
  background-size: 100% 100%;
  padding: 6rem 0;
  margin: 0 auto;
  position: relative;
  width: 85%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.top .movie .movie_ttl {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 15%;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 12rem;
  font-family: var(--font-en);
  font-weight: 500;
  color: #D9D9D9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1;
  padding-left: 1.5rem;
}
.top .movie .youtube_wrap {
  width: 90rem;
  margin: 0 auto;
}
.top .movie .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.top .movie .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .top .movie .movie_inner {
    padding: 4rem 1rem;
    width: 100%;
  }
  .top .movie .movie_ttl {
    display: none;
  }
  .top .movie .youtube_wrap {
    width: 36.9rem;
    margin: 0 auto;
  }
}
.top .top_ttl {
  margin-bottom: 6rem;
}
.top .top_ttl span {
  display: block;
  line-height: 1;
  text-align: center;
}
.top .top_ttl .en {
  font-family: var(--font-en);
  font-size: 5rem;
  font-weight: 500;
}
.top .top_ttl .jp {
  font-family: var(--font-serif);
  font-size: 2rem;
  font-weight: 700;
  margin-top: 0.3rem;
}
@media screen and (max-width: 767px) {
  .top .top_ttl {
    margin-bottom: 5rem;
  }
  .top .top_ttl .en {
    font-size: 3.6rem;
  }
}
.top .performance {
  background-color: #fff;
  padding-top: 9.5rem;
  padding-bottom: 15rem;
}
.top .performance .performance_inner {
  width: 136rem;
  margin: 0 auto;
}
.top .performance .performance_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -2rem;
  margin-left: -1.5rem;
}
.top .performance .performance_item {
  width: calc(33.333% - 1.5rem);
  margin-left: 1.5rem;
  margin-top: 2rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#d6bb7e), color-stop(25.12%, #dbc89d), color-stop(59.11%, #fffbf0), to(#f2ecd3));
  background: linear-gradient(#d6bb7e 0%, #dbc89d 25.12%, #fffbf0 59.11%, #f2ecd3 100%);
  padding: 2rem;
}
.top .performance .performance_item .date {
  margin-top: 1.4rem;
  margin-bottom: 0.7rem;
  color: #16538C;
  font-size: 1.7rem;
  font-weight: 700;
}
.top .performance .performance_item .date span {
  font-size: 2.1rem;
}
.top .performance .performance_item .txt01 {
  color: #16538C;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.5238095238;
}
.top .performance .performance_item .txt02 {
  font-size: 1.8rem;
}
.top .performance .performance_item .link {
  margin-top: 3.5rem;
  text-align: right;
}
.top .performance .performance_item .link span {
  color: #6A1111;
  font-size: 1.6rem;
  padding-right: 2rem;
  display: inline-block;
  position: relative;
}
.top .performance .performance_item .link span:after {
  content: "";
  width: 1rem;
  height: 1.8rem;
  background: url(../images/arrow.png) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.9rem;
}
@media screen and (max-width: 767px) {
  .top .performance {
    padding: 5rem 1rem;
  }
  .top .performance .performance_inner {
    width: 100%;
  }
  .top .performance .performance_list {
    margin-top: -2rem;
    margin-left: 0;
  }
  .top .performance .performance_item {
    width: 100%;
    margin-left: 0;
    margin-top: 2rem;
  }
  .top .performance .performance_item .date {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    font-size: 1.4rem;
  }
  .top .performance .performance_item .date span {
    font-size: 1.8rem;
  }
  .top .performance .performance_item .txt01 {
    font-size: 2rem;
    line-height: 1.3333333333;
  }
  .top .performance .performance_item .txt01 span {
    font-size: 1.8rem;
  }
  .top .performance .performance_item .txt02 {
    font-size: 1.5rem;
  }
  .top .performance .performance_item .link {
    margin-top: 1.2rem;
  }
  .top .performance .performance_item .link span {
    font-size: 1.3rem;
    padding-right: 1.6rem;
  }
  .top .performance .performance_item .link span:after {
    width: 0.8rem;
    height: 1.4rem;
    margin-top: -0.7rem;
  }
}
.top .ticket {
  padding-bottom: 13rem;
}
.top .ticket .ticket_inner {
  width: 122rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top .ticket .ticket_item {
  width: 58rem;
  padding: 4rem 5.6rem 5rem;
  background: url(../images/ticket_icon.png) right 2rem top 2rem no-repeat;
  background-size: 7.5rem auto;
}
.top .ticket .ticket_item h3 {
  text-align: center;
  line-height: 1;
  font-size: 2.8rem;
  font-weight: 700;
  font-family: var(--font-serif);
  color: #16538C;
  margin-bottom: 2.5rem;
}
.top .ticket .ticket_item dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.top .ticket .ticket_item dl dt {
  width: 11.3rem;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1;
  font-weight: 700;
  font-family: var(--font-serif);
  padding: 0.7rem 0;
}
.top .ticket .ticket_item dl dd {
  margin-top: -0.5rem;
  width: calc(100% - 11.3rem);
  padding-left: 2.5rem;
  font-family: var(--font-serif);
  font-size: 2.2rem;
  font-weight: 700;
}
.top .ticket .ticket_item dl dd span {
  font-size: 1.6rem;
}
.top .ticket .ticket_item dl + dl {
  margin-top: 1.6rem;
}
.top .ticket .ticket_item01 {
  background-color: #FFFCF2;
  border: 1px solid #D6C79F;
  position: relative;
}
.top .ticket .ticket_item01 dl dt {
  background: #766540;
  color: #fff;
}
.top .ticket .ticket_item01 .ticket_btn {
  width: 9rem;
  position: absolute;
  bottom: 2rem;
  right: 1.8rem;
}
.top .ticket .ticket_item02 {
  background-color: #F8F8F8;
  border: 1px solid #D6C79F;
}
.top .ticket .ticket_item02 dl dt {
  background: #fff;
  color: #6A1111;
  border: 1px solid #D6C79F;
}
.top .ticket .ticket_item02 p {
  width: calc(100% - 11.3rem);
  padding-left: 2.5rem;
  margin-left: auto;
  margin-top: 1.5rem;
  font-size: 1.5rem;
  line-height: 1.6;
}
.top .ticket .ticket_item02 p span {
  display: block;
  color: #6A1111;
  font-weight: 700;
}
.top .ticket .ticket_bottom {
  margin-top: 4rem;
  text-align: center;
  font-size: 1.8rem;
}
.top .ticket .ticket_bottom b {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .top .ticket {
    padding: 0 1rem 4rem;
  }
  .top .ticket .ticket_inner {
    width: 100%;
  }
  .top .ticket .ticket_item {
    width: 100%;
    padding: 4rem 2rem;
    background-position: right 1.3rem top 2rem;
  }
  .top .ticket .ticket_item h3 {
    line-height: 1.5;
    margin-bottom: 2rem;
  }
  .top .ticket .ticket_item dl {
    display: block;
  }
  .top .ticket .ticket_item dl dt {
    margin: 0 auto;
  }
  .top .ticket .ticket_item dl dd {
    width: 100%;
    margin-top: 0.5rem;
  }
  .top .ticket .ticket_item dl + dl {
    margin-top: 1.6rem;
  }
  .top .ticket .ticket_item01 {
    padding-bottom: 6rem;
  }
  .top .ticket .ticket_item01 .ticket_btn {
    width: 9rem;
    right: 1rem;
    bottom: 5rem;
  }
  .top .ticket .ticket_item02 {
    margin-top: 4rem;
  }
  .top .ticket .ticket_item02 p {
    width: 24.5rem;
    margin: 1.5rem auto 0;
    padding-left: 0;
  }
  .top .ticket .ticket_bottom {
    margin-top: 3.5rem;
    font-size: 1.5rem;
    line-height: 2.1333333333;
  }
}
.top .sponsorship {
  background: url(../images/bg_sponsorship.png) center center no-repeat;
  background-size: cover;
  padding-top: 4rem;
  padding-bottom: 10.5rem;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.top .sponsorship .inner {
  width: 120rem;
  margin: 0 auto;
}
.top .sponsorship .sponsorship_ttl {
  color: #9D7F1C;
  font-size: 2.2rem;
  font-weight: 700;
  font-family: var(--font-serif);
  line-height: 1;
  width: 18.2rem;
  height: 9.4rem;
  background: url(../images/sponsorship_ttl.png) center center no-repeat;
  background-size: 100% auto;
  margin: 0 auto;
  text-align: center;
  padding-top: 5.5rem;
}
.top .sponsorship .sponsorship_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -3rem;
}
.top .sponsorship .sponsorship_ul li {
  list-style: none;
  width: calc(33.333% - 3rem);
  margin-left: 3rem;
  margin-top: 2.6rem;
  position: relative;
}
.top .sponsorship .sponsorship_ul li:before {
  content: "";
  width: 3.7rem;
  height: 2.5rem;
  background: url(../images/crown.png) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -2.4rem;
  left: 0;
}
.top .sponsorship .sponsorship_subttl {
  margin-top: 5.5rem;
  color: #9D7F1C;
  font-size: 2.2rem;
  letter-spacing: 0.03em;
  font-weight: 700;
  font-family: var(--font-serif);
  line-height: 1;
  text-align: center;
  position: relative;
  background: url(../images/kyosan.png) center center no-repeat;
  background-size: 14.8rem auto;
  padding: 0.4rem 0;
}
.top .sponsorship .sponsorship_subttl:before, .top .sponsorship .sponsorship_subttl:after {
  content: "";
  width: 51.5rem;
  height: 1px;
  background: #9D7F1C;
  position: absolute;
  top: 50%;
}
.top .sponsorship .sponsorship_subttl:before {
  left: 0;
}
.top .sponsorship .sponsorship_subttl:after {
  right: 0;
}
.top .sponsorship .sponsorship_ul02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -2.7rem;
}
.top .sponsorship .sponsorship_ul02 li {
  list-style: none;
  width: calc(25% - 2.7rem);
  margin-left: 2.7rem;
  margin-top: 4rem;
}
.top .sponsorship .notice {
  text-align: right;
  margin-top: 1.6rem;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .top .sponsorship {
    background: url(../images/bg_sponsorship_sp.png) center center no-repeat;
    background-size: cover;
    padding: 4rem 1rem 6.3rem;
  }
  .top .sponsorship .inner {
    width: 100%;
    margin: 0 auto;
  }
  .top .sponsorship .sponsorship_ul {
    margin-left: auto;
    margin-right: auto;
    width: 35rem;
  }
  .top .sponsorship .sponsorship_ul li {
    list-style: none;
    width: 100%;
    margin-left: 0;
    margin-top: 4.5rem;
  }
  .top .sponsorship .sponsorship_subttl {
    margin-top: 5rem;
    margin-bottom: 3.7rem;
    font-size: 1.9rem;
  }
  .top .sponsorship .sponsorship_subttl:before, .top .sponsorship .sponsorship_subttl:after {
    width: 10.2rem;
  }
  .top .sponsorship .sponsorship_ul02 {
    margin-left: auto;
    margin-right: auto;
    width: 25.8rem;
  }
  .top .sponsorship .sponsorship_ul02 li {
    list-style: none;
    width: 100%;
    margin-left: 0;
    margin-top: 2rem;
  }
  .top .sponsorship .notice {
    margin-left: auto;
    margin-right: auto;
    width: 25.8rem;
    text-align: right;
    margin-top: 1.6rem;
    font-size: 1.3rem;
  }
}

/*--------------------------myseat ---------------------*/
.myseat {
  overflow: hidden;
}
.myseat .kv {
  background: #901515;
}
.myseat .inner {
  width: 134rem;
  margin: 0 auto;
}
.myseat .sec01 {
  padding: 6.5rem 0;
  text-align: center;
}
.myseat .sec01 .sec01_inner {
  width: 120rem;
  margin: 0 auto;
  background: #F4F4F4;
  position: relative;
  padding-top: 10.8rem;
  padding-bottom: 7rem;
}
.myseat .sec01 .sec01_inner:before {
  content: "";
  width: 100%;
  height: 10.8rem;
  position: absolute;
  top: 2rem;
  left: 0;
  background: url(../images/myseat/sec01_top.png) center 0 no-repeat;
  background-size: 45.3rem auto;
}
.myseat .sec01 .sec01_inner:after {
  content: "";
  width: 100%;
  height: 1.5rem;
  position: absolute;
  bottom: 2.7rem;
  left: 0;
  background: url(../images/myseat/sec01_bottom.png) center 0 no-repeat;
  background-size: 23.5rem auto;
}
.myseat .sec01 h2 {
  color: #16538C;
  font-family: var(--font-serif);
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
  line-height: 1;
}
.myseat .sec01 p {
  font-size: 2rem;
  line-height: 2.2;
}
.myseat .sec02 {
  background: #3B1616;
  color: #fff;
  padding-top: 5.5rem;
  padding-bottom: 12rem;
}
.myseat .sec02 .sec02_inner {
  width: 134rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.myseat .sec02 h3 {
  width: 100%;
  text-align: center;
  font-family: var(--font-serif);
  font-size: 3.6rem;
  font-weight: 700;
  padding-bottom: 4.6rem;
  line-height: 1;
  background: url(../images/myseat/sec02_ttl.svg) center bottom no-repeat;
  background-size: 31.2rem auto;
}
.myseat .sec02 .sec02_left {
  width: 67rem;
  padding-top: 5.4rem;
  padding-left: 9.5rem;
}
.myseat .sec02 .sec02_left ul li {
  font-size: 2.8rem;
  font-family: var(--font-serif);
  font-weight: 700;
  list-style: none;
  position: relative;
  padding-left: 4rem;
  margin-bottom: 3.5rem;
}
.myseat .sec02 .sec02_left ul li:last-child {
  margin-bottom: 0;
}
.myseat .sec02 .sec02_left ul li:before {
  content: "";
  width: 2.6rem;
  height: 3.8rem;
  background: url(../images/myseat/sec02_icon.svg) center bottom no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1.9rem;
}
.myseat .sec02 .sec02_right {
  width: 52.9rem;
  margin-left: auto;
  margin-right: 4rem;
}
.myseat .myseat_ttl {
  font-size: 3.6rem;
  font-family: var(--font-serif);
  font-weight: 700;
  color: #16538C;
  text-align: center;
  width: 100%;
  margin-bottom: 5rem;
}
.myseat .myseat_ttl .myseat_ttl_inner {
  display: inline-block;
  padding: 0 13rem;
  position: relative;
}
.myseat .myseat_ttl .myseat_ttl_inner:before {
  content: "";
  width: 9.9rem;
  height: 3.7rem;
  background: url(../images/myseat/myseat_ttl_left.png) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.myseat .myseat_ttl .myseat_ttl_inner:after {
  content: "";
  width: 9.9rem;
  height: 3.7rem;
  background: url(../images/myseat/myseat_ttl_right.png) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.myseat .myseat_ttl .myseat_ttl_inner span {
  font-size: 2.6rem;
}
.myseat .sec03 {
  background: #FFF5E2;
  color: #000000;
}
.myseat .sec03 .sec03_inner {
  position: relative;
  padding-top: 6.5rem;
  padding-bottom: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}
.myseat .sec03 .sec03_ttl {
  padding: 0;
  margin: 0;
  color: #16538C;
  font-size: 2.8rem;
  font-weight: 700;
  font-family: var(--font-serif);
  line-height: 1;
  padding-bottom: 1.5rem;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid #CCA21A;
}
.myseat .sec03 .sec03_ttl02 {
  margin-top: 7.5rem;
}
.myseat .sec03 .sec03_ttl03 {
  margin-top: 3.8rem;
}
.myseat .sec03 .sec03_ttl04 {
  margin-top: 7rem;
}
.myseat .sec03 p {
  font-size: 1.6rem;
  line-height: 1.8888888889;
}
.myseat .sec03 .sec03_left {
  width: 55rem;
}
.myseat .sec03 .sec03_right {
  margin-left: 6rem;
  width: 55rem;
}
.myseat .sec03 .sec03_pic {
  width: 50.2rem;
  margin: 0 auto;
}
.myseat .sec04 {
  background: url(../images/myseat/bg_sec04.png) center center no-repeat;
  background-size: cover;
  padding-top: 9rem;
  padding-bottom: 11rem;
  position: relative;
}
.myseat .sec04:before, .myseat .sec04:after {
  content: "";
  width: 23rem;
  height: 2rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.myseat .sec04:before {
  top: 3rem;
  background: url(../images/myseat/sec04_top.png) 0 0 no-repeat;
  background-size: 100% auto;
}
.myseat .sec04:after {
  bottom: 3rem;
  background: url(../images/myseat/sec04_bottom.png) 0 0 no-repeat;
  background-size: 100% auto;
}
.myseat .sec04 .sec04_inner {
  width: 116.4rem;
  margin: 0 auto;
}
.myseat .sec04 .sec04_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.myseat .sec04 .sec04_item + .sec04_item {
  margin-top: 4rem;
}
.myseat .sec04 .sec04_item_head {
  width: 26rem;
  color: #16538C;
  font-size: 2.6rem;
  font-weight: 700;
  font-family: var(--font-serif);
  padding-left: 4.2rem;
  position: relative;
}
.myseat .sec04 .sec04_item_head:before {
  content: "";
  width: 3.2rem;
  height: 2.3rem;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../images/myseat/sec04_icon.svg) 0 0 no-repeat;
  background-size: 100% auto;
}
.myseat .sec04 .sec04_item_content {
  width: calc(100% - 26rem);
}
.myseat .sec04 .sec04_item_content.price_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.myseat .sec04 .txt1 {
  font-weight: 700;
  font-family: var(--font-serif);
  line-height: 1;
  font-size: 2.4rem;
  line-height: 2.2727272727;
}
.myseat .sec04 .txt1 .small {
  font-size: 1.4rem;
}
.myseat .sec04 .txt2 {
  font-weight: 700;
  font-family: var(--font-serif);
  line-height: 1;
  font-size: 2.2rem;
  line-height: 2.2727272727;
}
.myseat .sec04 .txt2 .small {
  font-size: 1.8rem;
}
.myseat .sec04 .txt2 a {
  color: #6A1111;
  text-decoration: underline;
}
.myseat .sec04 ul {
  margin-top: 3rem;
}
.myseat .sec04 ul li {
  list-style: none;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.5rem;
  line-height: 2.1333333333;
}
.myseat .sec04 .end {
  font-weight: 700;
  font-family: var(--font-serif);
  line-height: 1;
  font-size: 2.4rem;
  line-height: 2.2727272727;
  padding-left: 1em;
}
.myseat .sec05 {
  padding-top: 7rem;
  padding-bottom: 17rem;
}
.myseat .sec05 .sec05_inner {
  width: 109.2rem;
  margin: 0 auto;
}
.myseat .sec05 p {
  margin-top: 3rem;
  margin-bottom: 6rem;
  font-size: 1.5rem;
  line-height: 2.1333333333;
}
.myseat .sec05 .btn_wrap {
  margin-top: 6rem;
}
.myseat .sec05 .btn {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .myseat .inner {
    width: 100%;
  }
  .myseat .sec01 {
    padding: 5rem 0;
  }
  .myseat .sec01 .sec01_inner {
    width: 36.9rem;
    padding-top: 8rem;
    padding-bottom: 5.5rem;
  }
  .myseat .sec01 .sec01_inner:before {
    height: 3.7rem;
    top: 1.8rem;
    left: 0;
    background: url(../images/myseat/sec01_top.png) center 0 no-repeat;
    background-size: 31.8rem auto;
  }
  .myseat .sec01 .sec01_inner:after {
    height: 1.65rem;
    bottom: 2.4rem;
    background: url(../images/myseat/sec01_bottom.png) center 0 no-repeat;
    background-size: 16.5rem auto;
  }
  .myseat .sec01 h2 {
    font-size: 2.5rem;
    margin-bottom: 1.6rem;
    line-height: 1.68;
  }
  .myseat .sec01 p {
    font-size: 1.6rem;
    line-height: 2;
  }
  .myseat .sec02 {
    padding: 4.5rem 3rem 5.5rem;
  }
  .myseat .sec02 .sec02_inner {
    width: 100%;
  }
  .myseat .sec02 h3 {
    font-size: 2.8rem;
  }
  .myseat .sec02 .sec02_left {
    width: 100%;
    padding-top: 3.5rem;
    padding-left: 0;
  }
  .myseat .sec02 .sec02_left ul li {
    font-size: 1.9rem;
    padding-left: 4rem;
    margin-bottom: 2rem;
  }
  .myseat .sec02 .sec02_left ul li:before {
    width: 1.9rem;
    height: 2.9rem;
    margin-top: 0;
    top: 0.5rem;
  }
  .myseat .sec02 .sec02_right {
    margin-top: 2rem;
    width: 30.4rem;
    margin-left: auto;
    margin-right: 0;
  }
  .myseat .myseat_ttl {
    font-size: 3.2rem;
    margin-bottom: 4rem;
  }
  .myseat .myseat_ttl .myseat_ttl_inner {
    display: block;
    padding: 0;
  }
  .myseat .myseat_ttl .myseat_ttl_inner:before {
    background: url(../images/myseat/myseat_ttl_left_sp.png) 0 0 no-repeat;
    background-size: 100% auto;
  }
  .myseat .myseat_ttl .myseat_ttl_inner:after {
    background: url(../images/myseat/myseat_ttl_right_sp.png) 0 0 no-repeat;
    background-size: 100% auto;
  }
  .myseat .myseat_ttl .myseat_ttl_inner span {
    font-size: 2rem;
    display: block;
  }
  .myseat .sec03 .sec03_inner {
    padding: 5.5rem 3rem 4rem;
  }
  .myseat .sec03 .sec03_ttl {
    line-height: 1.5;
    font-size: 2.4rem;
  }
  .myseat .sec03 .sec03_ttl02 {
    margin-top: 2.2rem;
  }
  .myseat .sec03 .sec03_ttl03 {
    margin-top: 2.6rem;
  }
  .myseat .sec03 .sec03_ttl04 {
    margin-top: 2.6rem;
  }
  .myseat .sec03 .sec03_left {
    width: 100%;
  }
  .myseat .sec03 .sec03_right {
    margin-left: 0;
    margin-top: 2.6rem;
    width: 100%;
  }
  .myseat .sec03 .sec03_pic {
    width: 33rem;
  }
  .myseat .sec04 {
    background: url(../images/myseat/bg_sec04_sp.png) center center no-repeat;
    background-size: cover;
    padding: 5rem 1rem 5rem;
  }
  .myseat .sec04 .sec04_inner {
    width: 100%;
  }
  .myseat .sec04 .sec04_item {
    padding: 0 1rem;
  }
  .myseat .sec04 .sec04_item + .sec04_item {
    margin-top: 3rem;
  }
  .myseat .sec04 .sec04_item_head {
    width: 100%;
  }
  .myseat .sec04 .sec04_item_content {
    width: 100%;
    margin-top: 1.5rem;
  }
  .myseat .sec04 .btn_wrap {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .myseat .sec04 .txt1 {
    font-size: 2rem;
    line-height: 1.6666666667;
  }
  .myseat .sec04 .txt1 span {
    font-size: 1.5rem;
    line-height: 1.6666666667;
  }
  .myseat .sec04 .txt2 {
    font-size: 1.9rem;
    line-height: 1.7272727273;
  }
  .myseat .sec04 .txt2 .small {
    font-size: 1.3rem;
  }
  .myseat .sec04 .txt2 + .txt2 {
    margin-top: 1.5rem;
  }
  .myseat .sec04 ul {
    margin-top: 1.7rem;
  }
  .myseat .sec04 ul li {
    font-size: 1.4rem;
    line-height: 2;
  }
  .myseat .sec04 .end {
    font-size: 2.2rem;
  }
  .myseat .sec05 {
    padding: 5rem 2rem 12rem;
  }
  .myseat .sec05 .sec05_inner {
    width: 100%;
  }
  .myseat .sec05 p {
    margin-top: 2.6rem;
    margin-bottom: 3rem;
    line-height: 2;
  }
  .myseat .sec05 .sec05_pic {
    padding: 0 1rem;
  }
  .myseat .sec05 .btn_wrap {
    margin-top: 6.4rem;
  }
  .myseat .sec05 .btn_wrap a {
    width: 100%;
  }
}
.l_ttl {
  position: relative;
  font-size: 2.8rem;
  font-weight: 700;
  font-family: var(--font-serif);
  padding-left: 2rem;
  color: #16538C;
}
.l_ttl:before {
  content: "";
  width: 0.5rem;
  height: 2.5rem;
  background: #3B1515;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .l_ttl {
    font-size: 2.6rem;
  }
}
/*--------------------------ambassador ---------------------*/
.ambassador {
  overflow: hidden;
}
.ambassador .kv {
  background: #eab233;
}
.ambassador .inner {
  width: 134rem;
  margin: 0 auto;
  position: relative;
}
.ambassador .sec01 {
  text-align: center;
}
.ambassador .sec01 .sec01_inner {
  padding-top: 9.5rem;
  padding-bottom: 10.5rem;
  position: relative;
}
.ambassador .sec01 h2 {
  font-size: 3.6rem;
  font-weight: 700;
  font-family: var(--font-serif);
  margin-bottom: 3.6rem;
  line-height: 1;
}
.ambassador .sec01 p {
  font-size: 2rem;
  line-height: 2;
}
.ambassador .sec01 .deco01 {
  width: 31.2rem;
  position: absolute;
  top: 2.5rem;
  left: 4.5rem;
}
.ambassador .sec01 .deco02 {
  width: 25.8rem;
  position: absolute;
  top: 9rem;
  right: 5rem;
}
.ambassador .profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 102rem;
  margin: 0 auto;
}
.ambassador .profile_left {
  width: 35.5rem;
  margin-top: 9rem;
}
.ambassador .profile_right {
  width: 58.5rem;
  margin-left: auto;
}
.ambassador .profile_right .label {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.44;
  font-family: var(--font-serif);
  margin-bottom: 1rem;
}
.ambassador .profile_right .profile_ttl {
  color: #B7913C;
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
  margin-bottom: 2rem;
  font-family: var(--font-serif);
}
.ambassador .profile_right .name {
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  margin-bottom: 1.2rem;
  font-family: var(--font-serif);
}
.ambassador .profile_right .name_en {
  font-size: 1.6rem;
  font-family: var(--font-serif);
  margin-bottom: 1.3rem;
  letter-spacing: 0.1em;
}
.ambassador .profile_right .pos {
  font-size: 1.6rem;
  font-family: var(--font-serif);
  font-weight: 700;
  margin-bottom: 6.5rem;
}
.ambassador .profile_right .comment {
  font-size: 1.6rem;
  line-height: 2.375;
}
.ambassador .profile_right .hobby {
  margin-top: 2rem;
  font-size: 1.8rem;
  font-weight: 700;
}
.ambassador .sec02 {
  background: #FFFAF7;
}
.ambassador .sec02 .inner {
  padding: 6rem 0;
}
.ambassador .sec02 .deco03 {
  width: 26.8rem;
  position: absolute;
  bottom: -16rem;
  left: -4rem;
}
.ambassador .sec03 .inner {
  padding: 6rem 0 34rem;
}
.ambassador .sec03 .deco04 {
  width: 43.4rem;
  position: absolute;
  bottom: 0rem;
  right: -7rem;
}
.ambassador .sec04 {
  position: relative;
  padding-top: 8rem;
  padding-bottom: 9rem;
  margin-bottom: 8rem;
  background: rgba(255, 249, 230, 0.6);
}
.ambassador .sec04 .sec04_inner {
  width: 108.6rem;
  margin: 0 auto;
}
.ambassador .sec04 .youtube_wrap {
  width: 90rem;
  margin: 0 auto;
  margin-top: 6rem;
}
.ambassador .sec04 .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.ambassador .sec04 .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.ambassador .sec04 dl {
  margin-top: 2rem;
}
.ambassador .sec04 dl dt {
  font-size: 2rem;
  font-weight: 700;
}
.ambassador .sec04 dl dd {
  font-size: 2.2rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .ambassador .inner {
    width: 100%;
  }
  .ambassador .sec01 .sec01_inner {
    padding-top: 4rem;
    padding-bottom: 7rem;
  }
  .ambassador .sec01 h2 {
    font-size: 2.8rem;
    margin-bottom: 3rem;
    line-height: 1.4285714286;
  }
  .ambassador .sec01 p {
    font-size: 1.7rem;
    line-height: 1.7647058824;
    text-align: left;
    padding-left: 9.8rem;
    padding-right: 3rem;
  }
  .ambassador .sec01 .deco01 {
    width: 18.5rem;
    top: auto;
    bottom: -3rem;
    left: -6rem;
  }
  .ambassador .sec01 .deco02 {
    width: 12.9rem;
    position: absolute;
    top: 2rem;
    right: -4rem;
  }
  .ambassador .profile {
    width: 100%;
  }
  .ambassador .profile_left {
    width: 26.1rem;
    margin-top: 0;
    margin-left: 5.3rem;
  }
  .ambassador .profile_right {
    width: 100%;
    padding: 4rem 3.3rem 0;
  }
  .ambassador .profile_right .label {
    font-size: 2.1rem;
    margin-bottom: 1rem;
  }
  .ambassador .profile_right .profile_ttl {
    font-size: 3.4rem;
    margin-bottom: 2.5rem;
  }
  .ambassador .profile_right .name {
    font-size: 3.6rem;
    margin-bottom: 1rem;
  }
  .ambassador .profile_right .name_en {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
  }
  .ambassador .profile_right .pos {
    font-size: 1.6rem;
    margin-bottom: 4.5rem;
  }
  .ambassador .profile_right .comment {
    font-size: 1.6rem;
    line-height: 2.125;
  }
  .ambassador .sec02 .inner {
    padding: 4.5rem 0 7rem;
  }
  .ambassador .sec02 .deco03 {
    width: 9.7rem;
    position: absolute;
    bottom: -5rem;
    left: -2.8rem;
  }
  .ambassador .sec03 .inner {
    padding: 7rem 0 19.5rem;
  }
  .ambassador .sec03 .deco04 {
    width: 18.9rem;
    bottom: 0rem;
    right: -0.5rem;
  }
  .ambassador .sec04 {
    padding: 0 1rem 7rem;
    margin-bottom: 0;
  }
  .ambassador .sec04 .sec04_inner {
    width: 100%;
  }
  .ambassador .sec04 .l_ttl {
    margin-left: 1rem;
  }
  .ambassador .sec04 .youtube_wrap {
    width: 100%;
    margin: 0 auto;
    margin-top: 3.8rem;
  }
  .ambassador .sec04 dl {
    margin-top: 2rem;
    padding: 0 1rem;
  }
  .ambassador .sec04 dl dt {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
  .ambassador .sec04 dl dd {
    font-size: 1.9rem;
    line-height: 2;
  }
}
.performance {
  background: #FFFCF0;
}
.performance .performance_article {
  width: 120rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 9rem;
  padding-bottom: 10rem;
  margin-bottom: 8.5rem;
}
.performance .performance_article .bg_white {
  background: #fff;
  -webkit-box-shadow: 0px 0px 0.6rem rgba(62, 62, 62, 0.12);
          box-shadow: 0px 0px 0.6rem rgba(62, 62, 62, 0.12);
}
.performance .performance_article .performance_ttl {
  padding-left: 1rem;
  border-left: 0.5rem solid #8B1717;
  margin-bottom: 2rem;
}
.performance .performance_article .performance_ttl span {
  font-family: var(--font-serif);
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding-right: 6rem;
}
.performance .performance_article .performance_ttl span:after {
  content: "";
  width: 5.5rem;
  height: 3.3rem;
  background: url(../images/performance/ttl_deco.png) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 0;
  top: 0;
}
.performance .performance_article .btn {
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-weight: 700;
  color: #fff;
  background: #6A1111;
}
.performance .performance_article .btn:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0.85rem;
  width: 1rem;
  height: 1.8rem;
  background: url(../images/performance/arrow.svg) 0 0 no-repeat;
  background-size: 100% auto;
}
.performance .performance_main {
  width: 80.2rem;
}
.performance .performance_main .bg_white {
  padding-top: 1.5rem;
}
.performance .performance_main .performance_main_head {
  background: #530707;
  color: #fff;
  border-left: 1rem solid #F8DC7E;
  margin-bottom: 4rem;
  padding: 8rem 4rem 5rem;
  height: 29.4rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.performance .performance_main .performance_main_head * {
  font-family: var(--font-serif);
  font-weight: 700;
}
.performance .performance_main .performance_main_head .performance_main_head_01 {
  position: absolute;
  left: 4rem;
  top: 2rem;
  font-size: 1.9rem;
  letter-spacing: 0.02em;
  padding: 0 1rem;
  margin-bottom: 0.5rem;
  background: #fff;
  color: #530707;
}
.performance .performance_main .performance_main_head .performance_main_head_01 span {
  font-size: 1.7rem;
}
.performance .performance_main .performance_main_head .performance_main_head_01_wrap {
  position: absolute;
  top: 2rem;
  left: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.performance .performance_main .performance_main_head .performance_main_head_01_wrap .performance_main_head_01 {
  position: static;
  top: 0;
  left: 0;
  display: inline-block;
}
.performance .performance_main .performance_main_head .performance_main_head_01_wrap .performance_main_head_01.add {
  font-size: 1.7rem;
  margin-left: 1rem;
}
.performance .performance_main .performance_main_head .performance_main_head_02 {
  font-size: 2.2rem;
}
.performance .performance_main .performance_main_head .performance_main_head_daiwa {
  width: 28rem;
  margin-top: 0.8rem;
  margin-bottom: 0.2rem;
}
.performance .performance_main .performance_main_head .meitetsu {
  width: 28.6rem;
  margin-bottom: 1.4rem;
}
.performance .performance_main .performance_main_head .performance_main_head_03 {
  font-size: 3.6rem;
  line-height: 1.5555555556;
}
.performance .performance_main .performance_main_head .performance_main_head_03 span {
  font-size: 2.4rem;
}
.performance .performance_main .performance_main_head .performance_main_head_03 rt {
  font-size: 1rem;
}
.performance .performance_main .performance_main_head .performance_main_head_04 {
  margin-top: 0.8rem;
  font-size: 2.8rem;
}
.performance .performance_main .performance_main_item {
  padding: 0 3rem 4rem 4rem;
}
.performance .performance_main .performance_main_item h3 {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  font-family: var(--font-serif);
  padding-left: 1.6rem;
  margin-bottom: 3.2rem;
}
.performance .performance_main .performance_main_item h3:before {
  content: "";
  width: 3.7rem;
  height: 2.5rem;
  background: url(../images/myseat/ttl_deco.png) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: -4rem;
  top: 0.4rem;
}
.performance .performance_main .performance_main_item h3 span {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  padding-left: 2rem;
  letter-spacing: 0.03em;
}
.performance .performance_main .performance_main_item h4 {
  font-size: 2rem;
  letter-spacing: 0.03em;
  line-height: 2;
  font-weight: 700;
  margin-bottom: 2.5rem;
}
.performance .performance_main .performance_main_item h4.serif {
  font-size: 2.6rem;
  line-height: 1.9230769231;
  font-family: var(--font-serif);
  font-weight: 700;
  margin-bottom: 2.5rem;
}
.performance .performance_main .performance_main_item p {
  font-size: 1.6rem;
  line-height: 2;
}
.performance .performance_main .performance_main_item .photo_wrap {
  margin-top: 6.5rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
}
.performance .performance_main .performance_main_item .photo_wrap:before {
  content: "";
  width: 77.2rem;
  height: 29.4rem;
  background: #FFD64B;
  position: absolute;
  top: 0;
  left: -4rem;
  z-index: 1;
}
.performance .performance_main .performance_main_item .photo_wrap:after {
  content: "";
  width: 77.2rem;
  height: 29.4rem;
  background: #EBEBEB;
  position: absolute;
  bottom: 0;
  right: -3rem;
  z-index: 1;
}
.performance .performance_main .performance_main_item .photo_wrap img {
  position: relative;
  z-index: 2;
  width: 72.2rem;
  margin-left: auto;
  margin-right: auto;
}
.performance .performance_main .performance_main_item .photo_wrap img.vertical {
  width: 56rem;
}
.performance .performance_main .performance_main_item .photo_wrap img + img {
  margin-top: 1rem;
}
.performance .performance_main .performance_main_item .youtube {
  margin-top: 6.5rem;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.performance .performance_main .performance_main_item .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.performance .performance_main .performance_main_item .pdf_btn {
  width: 34rem;
  height: 6.6rem;
  font-size: 1.6rem;
  margin: 0 auto;
  margin-top: 3.5rem;
}
.performance .performance_main .performance_main_item .pdf_btn:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 3rem;
  width: 1.9rem;
  height: 2.2rem;
  background: url(../images/performance/icon_pdf.svg) 0 0 no-repeat;
  background-size: 100% auto;
}
.performance .performance_main .performance_main_detail .performance_main_detail_ttl {
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
.performance .performance_main .performance_main_detail .performance_main_detail_ttl span {
  padding-bottom: 0.5rem;
  display: inline-block;
}
.performance .performance_main .performance_main_detail .performance_main_detail_note {
  font-size: 1.4rem;
  letter-spacing: 0.03em;
}
.performance .performance_main .performance_main_detail table {
  margin-top: 4rem;
  width: 100%;
  border-top: 1px solid #B7913C;
}
.performance .performance_main .performance_main_detail table th {
  border-bottom: 1px solid #B7913C;
  padding: 2rem 0;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  width: 19%;
}
.performance .performance_main .performance_main_detail table th span {
  font-size: 1.2rem;
}
.performance .performance_main .performance_main_detail table td {
  border-bottom: 1px solid #B7913C;
  font-size: 1.6rem;
  line-height: 2;
  padding: 1.2rem 0;
  width: 71%;
}
.performance .performance_main .performance_main_detail table td .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.performance .performance_main .performance_main_detail table td .performance_main_detail_td_note {
  font-size: 1.4rem;
}
.performance .performance_main .performance_main_detail table td .btn {
  width: 21.8rem;
  height: 4.2rem;
  font-size: 1.4rem;
  font-weight: 400;
}
.performance .performance_main .performance_main_detail table td .chukyo_logo {
  width: 20rem;
}
.performance .performance_main .performance_main_detail table td .daiwa_logo {
  width: 23.5rem;
}
.performance .performance_main .performance_main_detail .performance_main_pdf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.performance .performance_main .performance_main_detail .performance_main_pdf li {
  margin: 0 1rem;
}
.performance .performance_main .performance_main_u26 {
  background: #FAF3CD;
  margin-bottom: 3.6rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.performance .performance_main .performance_main_u26 h4 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1.7rem;
}
.performance .performance_main .performance_main_u26 p {
  font-size: 1.6rem;
  line-height: 2;
}
.performance .performance_main .performance_main_u26 p.bold {
  font-weight: 700;
}
.performance .performance_main .performance_main_u26 p + p {
  margin-top: 2rem;
}
.performance .performance_main .performance_main_ticket {
  padding-bottom: 7.5rem;
}
.performance .performance_main .performance_main_ticket h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.performance .performance_main .performance_main_ticket h3 span {
  padding-top: 0.5rem;
}
.performance .performance_main .performance_main_ticket p {
  margin-top: 1rem;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
}
.performance .performance_main .performance_main_ticket p span {
  font-size: 1.2rem;
}
.performance .performance_main .performance_main_ticket .performance_main_ticket_01 .btn {
  height: 8rem;
  font-size: 2rem;
}
.performance .performance_main .performance_main_ticket .performance_main_ticket_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -2.2rem;
}
.performance .performance_main .performance_main_ticket .performance_main_ticket_02 li {
  width: calc(50% - 2.2rem);
  margin-left: 2.2rem;
  margin-top: 3rem;
  list-style: none;
}
.performance .performance_main .performance_main_ticket .performance_main_ticket_02 li .btn_b {
  font-size: 1.8rem;
  width: 100%;
  height: 8rem;
}
.performance .performance_main .performance_main_ticket .performance_main_ticket_02 li .performance_main_ticket_tel {
  margin-top: 0;
  text-align: center;
  padding: 1.4rem 0;
  border-radius: 1rem;
  font-size: 1.8rem;
  font-weight: 700;
  /*
  background:#E2DCCF;
  color:#6A1111;
  */
  color: #fff;
  background: #6A1111;
  letter-spacing: 0.03em;
  line-height: 1.6666666667;
  display: block;
}
.performance .performance_main .performance_main_ticket .performance_main_ticket_02 li .performance_main_ticket_tel span {
  font-size: 2rem;
}
.performance .performance_side {
  width: 36rem;
  margin-left: auto;
}
.performance .performance_side .bg_white {
  padding: 1.5rem 1.5rem 15rem;
}
.performance .performance_side .performance_side_myseat {
  margin-bottom: 3rem;
}
.performance .performance_side .performance_side_item a {
  display: block;
}
.performance .performance_side .performance_side_item .performance_side_item_date {
  border: 1px solid #B7923C;
  margin-bottom: 2rem;
  position: relative;
  font-size: 1.6rem;
  font-family: var(--font-serif);
  font-weight: 700;
  padding: 0.7rem 1.5rem;
  line-height: 1;
}
.performance .performance_side .performance_side_item .performance_side_item_date span {
  font-size: 2.8rem;
  margin-left: 1.2rem;
}
.performance .performance_side .performance_side_item .performance_side_item_date:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1.5rem;
  width: 1rem;
  height: 1.8rem;
  background: url(../images/performance/arrow.svg) 0 0 no-repeat;
  background-size: 100% auto;
}
.performance .performance_side .performance_side_item .performance_side_item_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.performance .performance_side .performance_side_item .performance_side_item_content img {
  width: 9.8rem;
}
.performance .performance_side .performance_side_item .performance_side_item_content p {
  padding-left: 2rem;
  width: calc(100% - 9.8rem);
  font-size: 1.6rem;
  font-family: var(--font-serif);
  font-weight: 700;
  line-height: 1.75;
}
.performance .performance_side .performance_side_item .performance_side_item_content p .sans {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
}
.performance .performance_side .performance_side_item .performance_side_item_content p span {
  font-size: 1.3rem;
}
.performance .performance_side .performance_side_item + .performance_side_item {
  margin-top: 4rem;
}
.performance .performance_side .performance_side_ambassador {
  margin-top: 6rem;
}
.performance .performance_side .performance_side_ambassador p {
  font-size: 2.2rem;
  font-family: var(--font-serif);
  font-weight: 700;
  text-align: center;
}
.performance .performance_side .performance_side_ambassador p span {
  font-size: 1.8rem;
}
.performance .performance_side .performance_side_ambassador img {
  margin-top: -2rem;
  margin-bottom: 1.5rem;
}
.performance .performance_side .performance_side_ambassador .btn {
  margin: 0 auto;
  width: 29rem;
  height: 5.2rem;
  font-size: 1.6rem;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  .performance {
    background: #FFFCF0;
  }
  .performance .performance_article {
    width: 100%;
    padding: 3rem 1rem 4rem;
  }
  .performance .performance_article .btn:after {
    right: 1.8rem;
  }
  .performance .performance_main {
    width: 100%;
  }
  .performance .performance_main .bg_white {
    padding-top: 2rem;
  }
  .performance .performance_main .performance_main_head {
    margin-bottom: 2rem;
    padding: 2rem;
    height: auto;
    display: block;
  }
  .performance .performance_main .performance_main_head .performance_main_head_01 {
    font-size: 1.4rem;
    line-height: 1.5384615385;
    position: static;
    padding: 0 0.7rem;
  }
  .performance .performance_main .performance_main_head .performance_main_head_01 span {
    font-size: 1.2rem;
  }
  .performance .performance_main .performance_main_head .performance_main_head_01_wrap {
    position: static;
  }
  .performance .performance_main .performance_main_head .performance_main_head_01_wrap .performance_main_head_01.add {
    font-size: 1.3rem;
    margin-left: 0.8rem;
    text-align: center;
    line-height: 1.5384615385;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 7rem;
  }
  .performance .performance_main .performance_main_head .performance_main_head_02 {
    font-size: 1.7rem;
    line-height: 1.6470588235;
  }
  .performance .performance_main .performance_main_head .performance_main_head_daiwa {
    width: 16.6rem;
    margin-top: 0.8rem;
    margin-bottom: 0.2rem;
  }
  .performance .performance_main .performance_main_head .meitetsu {
    width: 25.1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .performance .performance_main .performance_main_head .performance_main_head_03 {
    font-size: 2rem;
    line-height: 1.5;
  }
  .performance .performance_main .performance_main_head .performance_main_head_03 span {
    font-size: 1.6rem;
  }
  .performance .performance_main .performance_main_head .performance_main_head_04 {
    margin-top: 0.6rem;
    font-size: 1.6rem;
  }
  .performance .performance_main .performance_main_item {
    padding: 0 2rem 2.5rem 2rem;
  }
  .performance .performance_main .performance_main_item h3 {
    font-size: 2rem;
    margin-bottom: 2.8rem;
    padding-left: 3rem;
  }
  .performance .performance_main .performance_main_item h3:before {
    left: -2rem;
  }
  .performance .performance_main .performance_main_item h4 {
    font-size: 2rem;
    line-height: 1.6;
    margin-bottom: 2rem;
  }
  .performance .performance_main .performance_main_item h4.serif {
    line-height: 1.6153846154;
    margin-bottom: 2rem;
  }
  .performance .performance_main .performance_main_item p {
    font-size: 1.6rem;
    line-height: 2;
  }
  .performance .performance_main .performance_main_item .photo_wrap {
    margin-top: 3rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .performance .performance_main .performance_main_item .photo_wrap:before {
    width: 35.5rem;
    height: 13.5rem;
    left: -2rem;
  }
  .performance .performance_main .performance_main_item .photo_wrap:after {
    width: 35.5rem;
    height: 9.1rem;
    right: -2rem;
  }
  .performance .performance_main .performance_main_item .photo_wrap img {
    width: 100%;
  }
  .performance .performance_main .performance_main_item .photo_wrap img.vertical {
    width: 80%;
  }
  .performance .performance_main .performance_main_item .photo_wrap img + img {
    margin-top: 0.5rem;
  }
  .performance .performance_main .performance_main_item .youtube {
    margin-top: 3rem;
  }
  .performance .performance_main .performance_main_item .pdf_btn {
    margin-top: 3.5rem;
  }
  .performance .performance_main .performance_main_detail .performance_main_detail_ttl {
    line-height: 1.6;
  }
  .performance .performance_main .performance_main_detail .performance_main_detail_note {
    line-height: 1.8571428571;
  }
  .performance .performance_main .performance_main_detail table {
    margin-top: 3rem;
  }
  .performance .performance_main .performance_main_detail table th {
    display: block;
    border-bottom: none;
    width: 100%;
  }
  .performance .performance_main .performance_main_detail table td {
    display: block;
    width: 100%;
    font-size: 1.6rem;
    line-height: 2;
    padding: 0 0 2.5rem;
  }
  .performance .performance_main .performance_main_detail table td .flex {
    display: block;
  }
  .performance .performance_main .performance_main_detail table td .btn {
    margin: 2.5rem auto 0;
  }
  .performance .performance_main .performance_main_detail .performance_main_pdf {
    display: block;
  }
  .performance .performance_main .performance_main_detail .performance_main_pdf li {
    margin: 0;
  }
  .performance .performance_main .performance_main_u26 {
    margin-bottom: 3rem;
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
  .performance .performance_main .performance_main_ticket {
    padding-bottom: 4.5rem;
  }
  .performance .performance_main .performance_main_ticket h3 {
    display: block;
  }
  .performance .performance_main .performance_main_ticket h3 span {
    display: block;
    font-size: 1.6rem;
    line-height: 1.75;
    margin-left: -4.6rem;
  }
  .performance .performance_main .performance_main_ticket p {
    letter-spacing: 0;
  }
  .performance .performance_main .performance_main_ticket .performance_main_ticket_01 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .performance .performance_main .performance_main_ticket .performance_main_ticket_01 .btn {
    font-size: 1.8rem;
  }
  .performance .performance_main .performance_main_ticket .performance_main_ticket_02 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .performance .performance_main .performance_main_ticket .performance_main_ticket_02 li {
    width: 100%;
    margin-left: 0;
    margin-top: 2rem;
  }
  .performance .performance_main .performance_main_ticket .performance_main_ticket_02 li .performance_main_ticket_tel {
    padding: 1.4rem 0;
  }
  .performance .performance_side {
    padding-top: 3.5rem;
    width: 100%;
  }
  .performance .performance_side .bg_white {
    padding: 1.5rem 2rem 10rem;
  }
  .performance .performance_side .performance_side_ambassador img {
    width: 34rem;
  }
}
/*============================
202406 add
============================*/
/* .support */
/* .support {} */
.support-mv {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 36rem;
  padding-top: 4rem;
}

.support-mv__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.support-mv__bg * {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.support-mv__content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 1330px;
  padding-inline: 1.5rem;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .support-mv__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.support-mv__catch {
  width: 14rem;
}
@media (min-width: 768px) {
  .support-mv__catch {
    width: 28rem;
  }
}

.support-mv__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  font-family: "Noto Serif JP";
  color: #fff;
}
@media (min-width: 768px) {
  .support-mv__title {
    text-align: right;
  }
}

.support-mv__title-main {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 144%;
  letter-spacing: 0.216rem;
}
@media (min-width: 768px) {
  .support-mv__title-main {
    font-size: 3.6rem;
  }
}

.support-mv__title-sub {
  font-weight: 400;
  letter-spacing: 0.14rem;
}
@media (min-width: 768px) {
  .support-mv__title-sub {
    padding-right: 9rem;
    font-size: 1.4rem;
  }
}

.support-mv__title-illust {
  position: absolute;
  inset: auto auto -2rem 13rem;
  width: 10.7rem;
}
@media (min-width: 768px) {
  .support-mv__title-illust {
    inset: auto -3rem -3rem auto;
  }
}

/* .support-intro */
.support-intro {
  padding-block: 3rem;
  background: #fffcf0;
}
@media (min-width: 768px) {
  .support-intro {
    padding-block: 4rem;
  }
}

.support-container {
  --container-width: 1140px;
  --container-padding: 2rem;
  width: 100%;
  max-width: calc(var(--container-width) + var(--container-padding) * 2);
  padding-inline: 2rem;
  margin-inline: auto;
}

.support-intro__container {
  --container-width: 1200px;
}

.support-intro__lead {
  font-family: "Noto Serif JP";
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 200%;
  text-align: center;
}
@media (min-width: 768px) {
  .support-intro__lead {
    font-size: 2.2rem;
  }
}

.support-intro__list {
  display: -ms-grid;
  display: grid;
  gap: 1rem 0;
  width: 100vw;
  margin-inline: -2rem;
  margin-top: 4rem;
}
@media (min-width: 768px) {
  .support-intro__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: unset;
    min-height: 45rem;
    margin-inline: unset;
    margin-top: 5rem;
  }
}

.support-intro__link {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  aspect-ratio: 39/32;
  text-align: center;
}
@media (min-width: 768px) {
  .support-intro__link {
    aspect-ratio: 13/9;
  }
}

.support-intro__link.-kodomogeijutsu {
  --content-color: #85aa61;
}

.support-intro__link.-u26 {
  --content-color: #4283ba;
}

@media (min-width: 768px) {
  .support-intro__link-bg {
    scale: 1.083;
  }
}
.support-intro__link-bg * {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.support-intro__link-bg:where(.support-intro__link:first-of-type *) {
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

.support-intro__link-bg:where(.support-intro__link:not(:first-of-type) *) {
  -webkit-transform-origin: top right;
          transform-origin: top right;
}

.support-intro__link-content {
  position: absolute;
  inset: 0 0 auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .support-intro__link-content {
    gap: 4rem;
  }
}

.support-intro__link-catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 33rem;
  aspect-ratio: 330/88;
  color: #fff;
  text-align: center;
  background: var(--content-color);
  border-radius: 0rem 0rem 1.6rem 1.6rem;
}
@media (min-width: 768px) {
  .support-intro__link-catch {
    gap: 2rem;
    width: 39.3rem;
    aspect-ratio: 393/125;
  }
}

.support-intro__link-lead {
  font-size: 2.2rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .support-intro__link-lead {
    font-size: 2.6rem;
  }
}

.support-intro__link-icon img {
  width: 2rem;
  height: 2rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.support-intro__text {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 160%;
  color: #fff;
}
@media (min-width: 768px) {
  .support-intro__text {
    font-size: 2rem;
  }
}

.support-intro__title {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 147%;
  color: #fff;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
  .support-intro__title {
    font-size: 3.4rem;
  }
}

.support-intro__title:where(.support-intro__link.-u26 *) {
  font-size: 3.8rem;
}
@media (min-width: 768px) {
  .support-intro__title:where(.support-intro__link.-u26 *) {
    font-size: 5rem;
  }
}

/* .support-kodomogeijutsu */
.support-kodomogeijutsu {
  padding: 4rem 0 8rem;
  background: #f8fff0;
}

.support__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 15.4rem;
  padding-block: 2rem;
  margin-bottom: 5rem;
  background: #fff;
  border: 1px solid var(--content-color);
  border-radius: 1rem;
}
@media (min-width: 768px) {
  .support__title {
    min-height: 17.8rem;
  }
}

.support__title::before {
  position: absolute;
  inset: auto 0 0 0;
  width: 10rem;
  height: 0.6rem;
  margin-inline: auto;
  content: "";
  background: var(--content-color);
}

.support__title__main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  font-size: 2.6rem;
  font-style: normal;
  font-weight: 700;
  color: var(--content-color);
  text-align: center;
}
@media (min-width: 768px) {
  .support__title__main {
    width: auto;
    font-size: 3.6rem;
  }
}

.support__title__main::before,
.support__title__main::after {
  display: inline-block;
  width: 10rem;
  height: auto;
  aspect-ratio: 100/35;
  vertical-align: middle;
  content: "";
  background: url(../../wp-content/themes/cte/assets_add_43cf/images/support/title_illust.svg) no-repeat center/contain;
}
@media (max-width: 767px) {
  .support__title__main::before,
  .support__title__main::after {
    position: absolute;
  }
}

.support__title__main::before {
  scale: -1 1;
}
@media (max-width: 767px) {
  .support__title__main::before {
    top: -0.5rem;
    left: 0;
  }
}

@media (max-width: 767px) {
  .support__title__main::after {
    top: -0.5rem;
    right: 0;
  }
}

.support__title__sub {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 768px) {
  .support__title__sub {
    font-size: 1.8rem;
  }
}

.support-kodomogeijutsu__title {
  --content-color: #85aa61;
}

.support__lead {
  font-size: 2rem;
  font-weight: 500;
  line-height: 190%;
  text-align: center;
}
@media (min-width: 768px) {
  .support__lead {
    font-size: 1.6rem;
  }
}

/* .support-kodomogeijutsu__lead {} */
.support-kodomogeijutsu__content {
  display: -ms-grid;
  display: grid;
  gap: 3rem;
  justify-items: center;
  max-width: 74rem;
  margin-inline: auto;
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .support-kodomogeijutsu__content {
    gap: 3.5rem;
    margin-top: 4.5rem;
  }
}

.support-kodomogeijutsu__content-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 161%;
  text-align: center;
}
@media (min-width: 768px) {
  .support-kodomogeijutsu__content-title {
    font-size: 2.6rem;
  }
}

.support-kodomogeijutsu__image {
  width: 17.9rem;
}

.support-kodomogeijutsu__text {
  font-size: 1.5rem;
  line-height: 213%;
}

.support-lineup {
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .support-lineup {
    margin-top: 7.5rem;
  }
}

.support-lineup__title {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  text-align: center;
}

.support-lineup__main {
  font-size: 3.8rem;
  font-weight: 700;
}

.support-lineup__sub {
  font-size: 1.8rem;
  font-weight: 500;
}

.support-lineup-list {
  --gap: 5rem;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5rem var(--gap);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3rem 2.5rem 0;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .support-lineup-list {
    padding: 3rem 7rem 0;
    margin-top: 4rem;
  }
}

.support-lineup-list::before,
.support-lineup-list::after {
  position: absolute;
  z-index: -1;
  content: "";
}

.support-lineup-list::before {
  inset: 0 auto auto -2rem;
  width: 37rem;
  height: 20rem;
  background: #ffd64b;
}
@media (min-width: 768px) {
  .support-lineup-list::before {
    inset: 0 auto auto 0;
    width: 75%;
    height: 24rem;
  }
}

.support-lineup-list::after {
  inset: auto -2rem 17rem auto;
  width: 37rem;
  height: 12rem;
  background: #ebebeb;
}
@media (min-width: 768px) {
  .support-lineup-list::after {
    inset: 32rem 0 auto auto;
    width: 95%;
    height: 12rem;
  }
}

.support-lineup-list:where(.support-u26 *)::after {
  background: #e0e0e0;
}
@media (min-width: 768px) {
  .support-lineup-list:where(.support-u26 *)::after {
    width: 82%;
  }
}

.support-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .support-card {
    -ms-flex-preferred-size: calc(33.3333333333% - var(--gap) * 2 / 3);
        flex-basis: calc(33.3333333333% - var(--gap) * 2 / 3);
  }
}

.support-card__image {
  aspect-ratio: 3/4;
}

.support-card__image figure {
  position: relative;
}

.support-card__image figcaption {
  position: absolute;
  inset: auto 1rem 1rem auto;
  font-family: "Noto Serif JP";
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  text-align: right;
}

.support-card__date {
  font-size: 1.7rem;
  font-weight: 700;
  color: #6a1111;
  text-align: center;
  letter-spacing: 0.03rem;
}

.support-card__text {
  display: -ms-grid;
  display: grid;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  place-items: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 152%;
  text-align: center;
  letter-spacing: 0.051rem;
}

.support-card__button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 27rem;
  min-height: 6rem;
  padding: 1rem 3rem;
  font-size: 1.6rem;
  color: #fff !important;
  text-align: center;
  background: #6a1111;
  border-radius: 1rem;
}

.support-card__button-icon {
  position: absolute;
  top: 50%;
  right: 1rem;
  translate: 0 -50%;
}
.support-card__button-icon img {
  width: 2rem;
  height: auto;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
}

.support-dl {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .support-dl {
    margin-top: 5rem;
  }
}

.support-dl__dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 233%;
  text-align: center;
}

.support-dl__dt.-lg {
  font-size: 3.2rem;
}

.support-dl__dt:not(:first-of-type) {
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .support-dl__dt:not(:first-of-type) {
    margin-top: 6rem;
  }
}

.support-dl__dt::after {
  display: inline-block;
  width: 23rem;
  height: auto;
  aspect-ratio: 23/2;
  vertical-align: middle;
  content: "";
  background: url(../../assets_add_43cf/images/support/dl_dt-illust.svg) no-repeat center/contain;
}

.support-dl__dd {
  margin-top: 1rem;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 177%;
  text-align: center;
  letter-spacing: 0.054rem;
}
@media (min-width: 768px) {
  .support-dl__dd {
    margin-top: 5rem;
  }
}

.support-dl__dd:has(.support-remarks) {
  width: 100%;
}

.support-dl__dd small {
  display: block;
  font-size: 0.8333333333em;
  font-weight: 400;
  letter-spacing: 0.045rem;
}

.support-remarks {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3rem 2rem;
  background: #faf3cd;
  border-radius: 1rem;
}

.support-remarks li {
  position: relative;
  padding-left: 1em;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 200%;
  text-align: start;
  letter-spacing: 0.045rem;
}
@media (min-width: 768px) {
  .support-remarks li {
    font-size: 1.5rem;
  }
}

.support-remarks li::before {
  position: absolute;
  left: 0;
  content: "※";
}

/* .support-u26 */
.support-u26 {
  padding: 4rem 0 8rem;
  margin-bottom: 8rem;
  background: #eaf1f4;
}

.support-u26__title {
  --content-color: #4283ba;
}

.support-u26__subtitle {
  margin-bottom: 1rem;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) {
  .support-u26__subtitle {
    font-size: 2.8rem;
  }
}

/*============================
202406 add end
============================*/
/*20250901 add*/
.performance .performance_article .performance_main_u26 .btn {
  width: 100%;
  margin: 2rem auto 0;
  padding: 2rem 0;
  background: #85aa61;
  font-size: 1.5rem;
}

.performance .performance_article .performance_main_u26 .btn.blue {
  background: #4283ba;
}

@media (min-width: 768px) {
  .performance .performance_article .performance_main_u26 .btn {
    width: 50%;
    font-size: 1.6rem;
  }
}
.performance .performance_article .performance_main_u26 .btn:after,
.performance .performance_article .performance_main_u26 .btn:before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0.85rem;
  width: 12px;
  height: 3px;
  border-radius: 9999px;
  background-color: #ffffff;
  -webkit-transform-origin: calc(100% - 1px) 50%;
          transform-origin: calc(100% - 1px) 50%;
}

.performance .performance_article .performance_main_u26 .btn::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.performance .performance_article .performance_main_u26 .btn::after {
  background-image: none;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.line {
  text-decoration: line-through;
}

.news_caution {
  text-align: center;
  font-size: 1.5rem;
  margin-top: 2rem;
  padding: 0 3.5rem;
}

@media (min-width: 768px) {
  .news_caution {
    text-align: center;
    font-size: 1.6rem;
  }
}