@charset "UTF-8";
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

		home基本設定用

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*-------------------------------------------------------------------------------------------
	初期設定
-------------------------------------------------------------------------------------------*/
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, 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-size: 15px;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

* {
  box-sizing: border-box;
}

body, a {
  color: #505050;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.8em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  letter-spacing: 0.1em;
}

body {
  overflow-x: hidden;
}

/* font */
.copper {
  font-family: Copperplate, Copperplate Gothic Light, fantasy;
}

.yu-min {
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.pink {
  color: #e37796;
}

a:hover {
  transition: all 0.3s;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

.w1000 {
  width: 1000px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w1100 {
  width: 1100px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w680 {
  width: 680px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w860 {
  width: 860px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w800 {
  width: 800px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.txt_center {
  text-align: center;
}

h1.h1_ttl {
  font-size: 30px;
  line-height: 1.8em;
}

h2 {
  font-size: 20px;
}

h2 span {
  font-size: 11px;
  display: block;
}

/* プレースホルダー */
input::-webkit-input-placeholder {
  color: #ccc;
}

input:-moz-placeholder {
  color: #ccc;
}

input::-moz-placeholder {
  color: #ccc;
}

input:-ms-input-placeholder {
  color: #ccc;
}

select::-webkit-input-placeholder {
  color: #ccc;
}

select:-moz-placeholder {
  color: #ccc;
}

select::-moz-placeholder {
  color: #ccc;
}

select:-ms-input-placeholder {
  color: #ccc;
}

textarea::-webkit-input-placeholder {
  color: #ccc;
}

textarea:-moz-placeholder {
  color: #ccc;
}

textarea::-moz-placeholder {
  color: #ccc;
}

textarea:-ms-input-placeholder {
  color: #ccc;
}

.red {
  color: #ff0000;
}

@media screen and (max-width: 1120px) {
  .w1000 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
/****************************************************************************************************************************
	共通
****************************************************************************************************************************/
.more_btn {
  text-align: center;
}

.more_btn > a {
  border: 1px solid #505050;
  display: inline-block;
  padding: 5px 70px;
}

/****************************************************************************************************************************
	ヘッダー
****************************************************************************************************************************/
header {
  width: 100%;
  padding: 5px 0 20px 0;
}

header .logo img {
  width: 280px;
}

header p.sns {
  display: flex;
  justify-content: flex-end;
  margin-top: 25px;
}

header p.sns a.twitter img {
  width: 25px;
  margin-right: 12px;
}

header p.sns_sp {
  display: none;
}

header .flex {
  display: flex;
  justify-content: flex-end;
  margin-top: 5px;
}

header .flex div:first-child {
  margin-right: auto;
}

header nav ul {
  display: flex;
  justify-content: space-around;
  margin-right: 80px;
}

header nav ul li a {
  font-size: 16px;
  color: #505050;
  margin: 0 15px 0 15px;
  display: block;
  text-align: center;
  font-weight: 700;
}

header nav ul li:first-child a:before {
  content: "";
  display: block;
  background: url(../img/navi01.png) no-repeat;
  background-position: 50% 50%;
  background-size: 40px;
  height: 40px;
}

header nav ul li:nth-child(2) a:before {
  content: "";
  display: block;
  background: url(../img/navi05.png) no-repeat;
  background-position: 50% 50%;
  background-size: 40px;
  height: 40px;
}

header nav ul li:nth-child(3) a:before {
  content: "";
  display: block;
  background: url(../img/navi02.png) no-repeat;
  background-position: 50% 50%;
  background-size: 40px;
  height: 40px;
}

header nav ul li:nth-child(4) a:before {
  content: "";
  display: block;
  background: url(../img/navi04.png) no-repeat;
  background-position: 50% 50%;
  background-size: 40px;
  height: 40px;
}

header nav ul li > ul.event, header nav ul li > ul.about {
  display: none;
  margin: 0 5px;
  position: absolute;
  z-index: 2;
}

header nav ul li:hover > ul.event, header nav ul li:hover > ul.about {
  display: block;
}

header nav ul li > ul.event li a:before, header nav ul li > ul.about li a:before {
  content: none;
}

header nav ul li > ul.event {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00b557+0,0d9aab+100 */
  background: #00b557; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #00b557 0%, #0d9aab 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00b557", endColorstr="#0d9aab",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

header nav ul li > ul.event li a, header nav ul li > ul.about li a {
  text-align: left;
  font-weight: normal;
  color: #fff;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 10px;
  font-size: 12px;
  letter-spacing: 0;
}

header nav ul li > ul.event li, header nav ul li > ul.about li {
  border-bottom: 1px solid #fff;
}

header nav ul li > ul.about {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f1ed47+0,dd9652+88 */
  background: #f1ed47; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #f1ed47 0%, #dd9652 88%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f1ed47", endColorstr="#dd9652",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

header nav ul li > ul.event li a:hover, header nav ul li > ul.about li a:hover {
  background: #fff;
}

header nav ul li > ul.event li a:hover {
  color: #00a68f;
}

header nav ul li > ul.about li a:hover {
  color: #dd9652;
}

header div.trigger {
  display: block;
  width: 50px;
  height: 50px;
  padding-top: 28px;
  padding-bottom: 10px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f490c7+0,eb846c+100 */
  background: #f490c7; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #f490c7 0%, #eb846c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f490c7", endColorstr="#eb846c",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  cursor: pointer;
  position: absolute;
  z-index: 200;
}

header div.trigger div:nth-of-type(1) {
  border-bottom: 2px solid #fff;
}

header div.trigger div:nth-of-type(2) {
  margin-top: 8px;
  border-bottom: 2px solid #fff;
}

header div.trigger div:nth-of-type(3) {
  margin-top: 8px;
  border-bottom: 2px solid #fff;
}

header div.trigger div {
  width: 65%;
  margin: -17px auto 0 auto;
}

header div.trigger span img {
  width: 30px;
  color: #fff;
  font-size: 10px;
  text-align: center;
  display: block;
  margin: 5px auto;
}

header div.fixed {
  position: fixed;
  top: 40px;
  right: 70px;
}

/****************************************************************************************************************************
	フッター
****************************************************************************************************************************/
footer {
  position: relative;
}

footer .illust {
  align-items: center;
  display: flex;
  justify-content: center;
  background-image: url(../img/footer_illust.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 600px;
  margin-bottom: -30px;
  position: relative;
  z-index: 1;
}

footer .illust > .img_txt {
  margin-top: -70px;
}

footer .illust > .img_txt img {
  display: block;
  margin: 40px auto;
  width: 50%;
}

footer .illust .img_txt .sp {
  display: none;
}

footer .information {
  padding: 50px 0 0px 0;
  background: #e37796;
}

footer .toplink {
  position: relative;
}

footer .toplink a {
  position: fixed;
  right: 80px;
  bottom: 50px;
  z-index: 101;
}

footer .logo img {
  width: 464px;
  margin-bottom: 10px;
}

footer .flex {
  display: flex;
  justify-content: space-between;
}

footer p {
  color: #fff;
}

footer nav {
  background: #e37796;
}

footer nav ul {
  margin: 0px auto 10px auto;
  padding: 0 0 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer nav ul li:last-child a {
  border-right: none;
}

footer nav ul li a {
  padding: 0 20px;
  border-right: 1px solid #fff;
  font-size: 14px;
  color: #fff;
}

footer p.copyright {
  text-align: center;
  font-size: 11px;
  color: #e37796;
  background: #fff;
}

footer .map a {
  color: #fff;
}

/* カーテン */
footer .foot_carten_left {
  display: flex;
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

footer.on .foot_carten_left {
  width: 153px;
  transition: all 0.8s;
}

footer .foot_carten_left:after {
  content: "";
  background-image: url(../img/curtain-cl-left.png);
  background-position: right 50px center;
  background-repeat: no-repeat;
  width: 153px;
  height: 600px;
}

footer .foot_carten_left:before {
  content: "";
  background-image: url(../img/curtain-cl-repeat.png);
  background-position: right center;
  background-repeat: repeat;
  height: 600px;
  flex: 1;
}

footer .foot_carten_right {
  display: flex;
  width: 50%;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  z-index: 100;
}

footer.on .foot_carten_right {
  width: 153px;
  transition: all 0.8s;
}

footer .foot_carten_right:before {
  content: "";
  background-image: url(../img/curtain-cl-right.png);
  background-position: left 50px center;
  background-repeat: no-repeat;
  width: 153px;
  height: 600px;
}

footer .foot_carten_right:after {
  content: "";
  background-image: url(../img/curtain-cl-repeat2.png);
  background-position: left center;
  background-repeat: repeat;
  height: 600px;
  flex: 1;
}

footer .foot_carten_right {
  display: flex;
  width: 50%;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  z-index: 100;
}

@media screen and (max-width: 768px) {
  footer .foot_carten_right,
  footer.on .foot_carten_right,
  footer .foot_carten_left,
  footer.on .foot_carten_left {
    display: none;
  }
}
/****************************************************************************************************************************
		サイドナビ
****************************************************************************************************************************/
.sidenaviArea {
  background: #f490c7;
  background: linear-gradient(135deg, #f490c7 0%, #eb846c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f490c7", endColorstr="#eb846c",GradientType=1 );
  display: inline-flex;
  justify-content: center;
  position: fixed;
  top: 0;
  left: auto;
  right: -750px;
  z-index: -1;
  width: 750px;
  transform: translate(0px, 0);
  transition: all 0.5s;
  opacity: 0;
}

.sidenaviArea.open {
  transform: translate(-750px, 0);
  transition: all 0.5s;
  opacity: 1;
  z-index: 1000;
}

.sidenaviArea .in_conts {
  padding: 100px 0px 80px;
  display: inline-block;
}

.sidenaviArea .in_conts .menu {
  display: flex;
  flex-wrap: wrap;
  width: 600px;
}

.sidenaviArea .in_conts .menu li {
  width: 50%;
  padding: 10px 20px;
}

.sidenaviArea .in_conts .menu li a {
  display: flex;
  align-items: center;
  position: relative;
  color: #fff;
  border-bottom: dotted 1px #fff;
  padding: 10px 30px 10px 0;
  font-weight: normal;
  font-size: 14px;
}

.sidenaviArea .in_conts .menu li a:after {
  font-family: fontawesome;
  content: "\f105";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: auto;
  right: 0px;
  bottom: 0;
  margin: auto;
  font-size: 14px;
  font-weight: normal;
}

/* close */
.sidenaviArea .in_conts .closeBtn {
  width: 41px;
  height: 41px;
  z-index: 1005;
  position: absolute;
  top: 20px;
  left: auto;
  right: 20px;
  cursor: pointer;
}

.sidenaviArea .in_conts .closeBtn:before {
  content: "";
  width: 31px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(-45deg);
}

.sidenaviArea .in_conts .closeBtn:after {
  content: "";
  width: 1px;
  height: 31px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(-45deg);
}

@media screen and (max-width: 920px) {
  .sidenaviArea {
    position: fixed;
    top: 0px;
    left: auto;
    right: -920px;
    width: 100%;
    height: 100%;
    background-color: rgba(37, 36, 56, 0.9);
  }
  .sidenaviArea.open {
    transform: translate(-920px, 0);
  }
  .sidenaviArea .in_conts {
    width: 100%;
    padding: 50px 0px 0px;
    display: block;
    overflow-y: scroll;
    height: 100%;
    text-align: center;
    position: relative;
    right: -17px;
  }
  .sidenaviArea .in_conts .menu {
    display: inline-flex;
    padding-right: 17px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .sidenaviArea .in_conts .closeBtn {
    position: fixed;
    width: 80px;
    height: 80px;
    top: 0px;
    left: auto;
    right: 0px;
  }
  /*.sidenaviArea .in_conts .closeBtn:before{
  	background-color: #fff;
  }
  .sidenaviArea .in_conts .closeBtn:after{
  	background-color: #fff;
  }*/
}
@media screen and (max-width: 640px) {
  .sidenaviArea .in_conts .closeBtn {
    width: 70px;
    height: 70px;
  }
  .sidenaviArea .in_conts {
    padding: 40px 0px 0px;
  }
  .sidenaviArea .in_conts .menu {
    width: 100%;
  }
  .sidenaviArea .in_conts .menu li {
    width: 50%;
    padding: 0;
    text-align: left;
  }
  .sidenaviArea .in_conts .menu li a {
    padding: 0px 40px 0px 20px;
    height: 60px;
    line-height: 1.3em;
    border-bottom: dotted 1px #fff;
  }
  .sidenaviArea .in_conts .menu li a:after {
    right: 10px;
  }
  .sidenaviArea .in_conts .menu li:nth-child(1) {
    border-top: dotted 1px #fff;
  }
  .sidenaviArea .in_conts .menu li:nth-child(2) {
    border-top: dotted 1px #fff;
  }
}
@media screen and (max-width: 500px) {
  .sidenaviArea .in_conts .closeBtn {
    width: 60px;
    height: 60px;
  }
  .sidenaviArea .in_conts {
    padding: 30px 0px 0px;
  }
}
/****************************************************************************************************************************
	下層共通
****************************************************************************************************************************/
article.tmp h1 {
  font-size: 37px;
}

article.tmp h2 {
  font-size: 28px;
  font-weight: 900;
  margin: 40px auto 15px auto;
}

article.tmp h3 {
  font-size: 21px;
  font-weight: 900;
  margin: 30px auto 10px auto;
}

article.tmp p {
  margin-bottom: 10px;
}

article.tmp strong {
  font-weight: bold;
}

article.tmp ul {
  margin: 10px auto;
}

article.tmp h2 {
  line-height: 1.5em;
}

/**************************
ページネーション
***************************/
.pagination {
  margin-top: 80px;
  text-align: center;
}

.pagination .page-numbers {
  border: 1px solid #e37796;
  padding: 15px 10px;
  color: #e37796;
}

.pagination a.page-numbers {
  background: #e37796;
  color: #fff;
}

/****************************************************************************************************************************
	レスポンシブ　1000px
****************************************************************************************************************************/
@media screen and (max-width: 1000px) {
  header .flex {
    display: block;
  }
  header .logo img {
    width: 280px;
    max-width: 50%;
    display: block;
  }
  header nav ul {
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    margin: 30px auto;
    padding: 20px 0;
  }
  header nav ul li a {
    font-size: 16px;
    padding: 0;
  }
  header nav ul li:hover > ul.event, header nav ul li:hover > ul.about {
    display: none;
  }
  header div.trigger {
    top: 20px;
    right: 20px;
    z-index: 1000;
  }
  header p.sns {
    display: none;
  }
  header p.sns_sp {
    display: block;
    position: absolute;
    top: 20px;
    right: 90px;
  }
  header p.sns_sp img {
    width: 45px;
  }
  footer .information .map {
    font-size: 12px;
    padding: 2px 10px;
    background: #fff;
    color: #e37796;
    border-radius: 10px; /* CSS3草案 */
    -webkit-border-radius: 10px; /* Safari,Google Chrome用 */
    -moz-border-radius: 10px; /* Firefox用 */
  }
  footer .information .map a {
    color: #e37796;
  }
  footer .information {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    padding-bottom: 20px;
    padding-top: 80px;
  }
  footer .logo img {
    max-width: 100%;
  }
  footer .flex {
    display: block;
  }
  footer nav ul {
    margin-top: 20px;
    display: block;
  }
  footer nav ul li:first-child {
    border-top: 1px solid #fff;
  }
  footer nav ul li {
    background: #eb9fb4;
    width: 100%;
    position: relative;
  }
  footer nav ul li:after {
    font-family: FontAwesome;
    content: "\f105";
    position: absolute;
    color: #fff;
    right: 10px;
    top: 50%;
    margin-top: -15px;
  }
  footer nav ul li a {
    padding: 10px;
    border-bottom: 1px solid #fff;
    height: 100%;
    border-right: none;
    display: block;
  }
  footer .toplink a {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    z-index: 5;
    top: 30px;
  }
  footer .toplink a img {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}
/****************************************************************************************************************************
	レスポンシブ　768px
****************************************************************************************************************************/
@media screen and (max-width: 768px) {
  header {
    padding: 5px 0 0;
  }
  header nav ul {
    padding: 20px 0 10px;
  }
  header nav ul li {
    width: 45%;
  }
  header nav ul li:nth-child(odd) {
    width: 55%;
  }
  header nav ul li a {
    font-size: 16px;
    color: #505050;
    margin: 0 0 15px 0;
    display: block;
    font-weight: 700;
    position: relative;
    text-align: left;
    padding: 10px 0 0 45px;
    letter-spacing: -0.05em;
  }
  header nav ul li:nth-child(odd) a {
    padding: 10px 0 0 40px;
  }
  header nav ul li:first-child a:before {
    content: "";
    display: block;
    background: url(../img/navi01.png) no-repeat;
    background-position: left center;
    background-size: 40px;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
  }
  header nav ul li:nth-child(2) a:before {
    content: "";
    display: block;
    background: url(../img/navi05.png) no-repeat;
    background-position: left center;
    background-size: 40px;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
  }
  header nav ul li:nth-child(3) a:before {
    content: "";
    display: block;
    background: url(../img/navi02.png) no-repeat;
    background-position: left center;
    background-size: 40px;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
  }
  header nav ul li:nth-child(4) a:before {
    content: "";
    display: block;
    background: url(../img/navi04.png) no-repeat;
    background-position: left center;
    background-size: 40px;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
  }
}
/****************************************************************************************************************************
	レスポンシブ　480px
****************************************************************************************************************************/
@media screen and (max-width: 480px) {
  header nav ul {
    flex-wrap: wrap;
  }
  header nav ul li {
    width: 45%;
  }
  header nav ul li a {
    font-size: 14px;
  }
  footer .illust {
    background-image: url(../img/footer_illust_sp.png);
    background-size: auto 580px;
  }
  footer .illust .img_txt .sp {
    display: block;
    width: auto;
  }
  footer .illust .img_txt .sp img {
    width: 55%;
  }
  footer .illust .img_txt .pc {
    display: none;
  }
  footer .illust .more_btn > a {
    width: 50%;
    padding: 0;
  }
}
@media screen and (max-width: 320px) {
  header nav ul li a {
    font-size: 12px;
  }
}
/*----------------------------------
2021-05-20 改修
----------------------------------*/
body header nav ul li > ul.event li:last-child,
body header nav ul li > ul.about li:last-child {
  border-bottom: none;
}

/*----------------------------------
2021-08-20 ticket改修
----------------------------------*/
body .under .ticket_page .bnr_Area {
  padding-top: 35px;
  position: relative;
}
@media screen and (max-width: 920px) {
  body .under .ticket_page .bnr_Area {
    padding-top: 0;
  }
}
body .under .ticket_page .bnr_Area:before {
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  top: 0px;
  background: #506ebd;
  background: linear-gradient(to right, #506ebd 0%, #7b3991 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#506ebd", endColorstr="#7b3991",GradientType=1 );
}
@media screen and (max-width: 920px) {
  body .under .ticket_page .bnr_Area:before {
    display: none;
  }
}
body .under .ticket_page .bnr_Area a {
  display: block;
}
body .under .ticket_page .bnr_Area a img {
  margin: 0 auto 30px;
  display: block;
}
@media screen and (max-width: 920px) {
  body .under .ticket_page .bnr_Area a img {
    width: 94.67vw;
    margin-bottom: 20px;
  }
}
body .under .ticket_page .ticket_ttl:before {
  display: none;
}

/*----------------------------------
2021-12-27 ticket改修
----------------------------------*/
.youtube {
  width: 100%;
  aspect-ratio: 16/9;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

/*----------------------------------
2024-06-28 TOPに戻るボタン修正
----------------------------------*/
footer .toplink a img {
  width: inherit !important;
}/*# sourceMappingURL=base.css.map */