@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap');

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" rel="stylesheet');

@import url('https://fonts.googleapis.com/css2?family=DotGothic16&display=swap');


#top {
	display: block;
	z-index: 1;
}

html { 
height: 100%;
-webkit-appearance: none;
 -webkit-tap-highlight-color: transparent;
}

body, html {
    margin: 0;
    padding: 0;
}


/* Global */
body {
    color: #eee;
	font-size: 1em;
	letter-spacing: 1px;
	font-family:'Roboto','Noto Sans JP', "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
	overflow-wrap: anywhere;
	height: 100%;
    margin: 0;
	position: relative;
	background-color: #000;
	cursor: none !important;
	cursor: url('../images/soul/soul_red.svg') 16 16, auto;
	}

img {
	max-width: 100%;
	height: auto;
}

.ie8 img {
	width: auto;
}

a:link {
	color: #fa6b47;
	text-decoration: none;
	transition-property: all;
  	transition: 0.2s linear;
	border-style: none;
	}

a:visited {
	color: #fa6b47;
	text-decoration: none;
}

a:hover {
	color: #fa6b47;
	text-decoration: underline;
}


* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}


.container {
	width: 92%;
	max-width: 1000px;
	margin: auto;
	position: relative;
}

.container650 {
	width: 92%;
	max-width: 650px;
	margin: auto;
	position: relative;
}

.container700 {
	width: 92%;
	max-width: 700px;
	margin: auto;
	position: relative;
}

.container800 {
	width: 92%;
	max-width: 800px;
	margin: auto;
	position: relative;
}

.container1000 {
	width: 92%;
	max-width: 1000px;
	margin: auto;
	position: relative;
}

.container1200 {
	width: 92%;
	max-width: 1200px;
	margin: auto;
	position: relative;
}

.wrap {
	top: 0;
    flex: 1;
	position: relative;
	margin: 0;
}


.slide {
	background-attachment: fixed;
	width:100%;
	height:auto;
	position: relative;
	padding:0;
}


/* Slide 1 */
#slide1 {
	position: relative;
    width: 100%;
	overflow: hidden;
	margin: 0;
	background-color: #000;
}

.slide1_kv {
    width: 100%;
    height: auto;
    display: block;
}


/* Slide 2 */ 
#slide2 {
	margin: 0;
	padding: 0 0 100px;
	width: 100%;
	position: relative;
}

/* slide2のコンテンツが星空より前に来るように */
#slide2 .bg_darkgray,
#slide2 .container650,
#slide2 h1,
#slide2 .title,
#slide2 p,
#slide2 .movie_wrap_1,
#slide2 .youtube {
    position: relative;
    z-index: 2;
}

.bg_darkgray {
	/* 旧ブラウザ向けフォールバック */
	background-color: #000;

	background: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 1) 0%,    /* 最上部：黒 */
		rgba(0, 0, 0, 1) 70%,   /* ここまでは黒を維持 */
		rgba(0, 0, 0, 0) 100%   /* 最下部：透明 */
	);
	margin: 0 0 50px;
	padding: 80px 0;
}

.news_wrap {
	display: flex;
	flex-wrap: wrap;
	 justify-content: space-between;
	 align-items: flex-start;
	width: 100%;
	margin: 0;
	padding: 0;
}

.news_tiWrap {
	display: flex;
	flex-direction: column;
	width: 15%;
	max-width: 150px;
	margin: 0;
	padding: 0;
}

.news_wrap .news_title {
	color: #b70000;
    font-size: 1.8em;
	font-family: "DotGothic16", sans-serif;
    font-weight: 400;
	letter-spacing: 3px;
	margin: 0;
	padding: 0 0 20px;
	display: flex;
	align-items: flex-end;
}

.news_wrap .news_title img {
	margin: 0 10px 0 0;
}

.news_btn {
	color: #ccc;
	font-size: 0.8em;
	line-height: 1em;
	margin: 0;
	padding: 0;
	letter-spacing: 1px;
}

.btn002-02 {
    height: 40px;
    position: relative;
    text-decoration: none;
    outline: none;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: all 0.3s ease;
	margin: 0;
}
/* くの字アイコン */
.btn002-02 .arrow {
    width: 15px;
    height: 15px;
    position: relative;
    display: grid;
    place-items: center;
    background-color: #ccc;
    border-radius: 30px;
    overflow: hidden;
}
.btn002-02 .arrow span {
    margin-left: 4px;
    clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%);
    height: 8px;
    aspect-ratio: 1;
    background-color: #000;
}
.btn002-02 .arrow__item02 {
    position: absolute;
    transform: translateX(-400%);
}
/* ホバーアニメーション */
.btn002-02:hover .arrow__item01 {
    transition: transform 0.3s ease-in-out;
    transform: translateX(400%);
}
.btn002-02:hover .arrow__item02 {
    transition: transform 0.3s ease-in-out 0.1s;
    transform: translate(0);
}

.news_btn a {
	text-decoration: none;
	color: #ccc;
}

.news_wrap .news {
	width: 80%;
}

.news dl {
	display: flex;
	flex-wrap: wrap;
	 justify-content: space-between;
	 align-items: flex-start;
	width: 100%;
	margin: 0;
	padding: 10px 0 0;
	border-top: thin dashed #43484d;
}

.news_dl_last {
	border-bottom: thin dashed #43484d;
}

.news dt {
	color: #bbb;
	font-size: 0.85em;
	line-height: 1.8em;
	text-align: left;
	font-family: "DotGothic16", sans-serif;
	letter-spacing: 2px;
	width: 15%;
	max-width: 150px;
	margin: 0 0 7px;
}

.news dd {
	font-size: 0.9em;
	line-height: 1.8em;
	text-align: left;
	width: 80%;
	margin: 0 0 7px;
}



#slide2 h1 {
	color: #ebd6be;
	font-size: 2em;
	line-height: 1.6em;
	text-align: center;
	font-weight: 500;
	margin: 0 0 40px;
	padding: 0;
	letter-spacing: 3px;
}

.greeting .title {
	font-size: 1.3em;
	line-height: 1.6em;
	text-align: left;
	font-weight: 600;
	margin: 25px 0 0;
}

.greeting p {
	font-size: 1em;
	line-height: 2.2em;
	text-align: left;
	margin: 25px 0 0;
	padding: 0;
}

.greeting p span {
	font-size: 1.3em;
}

.greeting p {
  overflow: visible; /* 高さ確保のためvisibleに */
  transform: none;   /* ここ重要：translateなど禁止 */
  opacity: 1;
}

/* SplitTypeが生成するlineだけマスク */
.line {
  overflow: hidden;
  display: block;
}

.movie_wrap_1 {
	width: 100%;
	margin: 80px auto 50px;
	border: thin solid #666;
}


/* 以下共通 */
h2 {
	color: #ebd6be;
	font-size: 3em;
	line-height: 1em;
	text-align: center;
	font-weight: 500;
	letter-spacing: 2px;
	margin: 0;
	padding: 0;
	position: relative;
}

.h2span_move {
	font-size: 0.35em;
	font-weight: 400;
	font-family: "DotGothic16", sans-serif;
	letter-spacing: 2px;
}

h2 img {
	width: 100%;
	max-width: 343px;
}

.h2_sub {
	color: #ebd6be;
	font-size: 1em;
	line-height: 1;
	text-align: center;
	font-weight: 500;
	font-family: "DotGothic16", sans-serif;
	letter-spacing: 2px;
	margin: 0 0 50px 50px;
	padding: 0;
}


/* Slide 3 スケジュール */
#slide3 {
	text-align: center;
	margin: 0;
	padding: 50px 0 120px;
	position: relative;
	background-color: #000;
}

/* 会場リンク */
.place_link ul {
	width: 100%;
    margin: 30px auto 40px;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
    text-align: center;
}

.place_link li {
    width: 22%;
    margin: 0 0.5%;
    padding: 0;
}

.txt_01 {
	font-size: 0.95em;
	line-height: 1.8em;
	text-align: center;
	margin: 0;
}

.ticket_wrap {
	background-color: #1b1d1f;
	padding: 2.5em 2em 1em;
	margin-top: 60px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	 justify-content: space-between;
	width: 100%;
}

.sch_place {
	text-align: left;
	width: 32%;
	margin: 0;
	padding: 0;
}

.sch_place h3 {
	color: #fff;
	font-size: 2.8em;
	line-height: 1;
	margin: 0 0 10px;
	padding: 0;
}

.sch_place .sch_date {
	color: #fff;
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: bold;
	margin: 0 0 20px;
	padding: 0;
}

.sch_place .sch_date span {
	font-size: 0.8em;
}

.sch_place .name {
	color: #fff;
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 0 0 25px;
	padding: 0;
	letter-spacing: 1px;
}

.sch_main {
	width: 60%;
	text-align: left;
	margin: 0;
	padding: 0;
}

table.schedule {
	border-collapse: collapse;
	width: 100%;
	margin: 0 auto 10px;
}

.schedule th,
.schedule td {
	font-size: 0.95em;
	line-height: 1.6em;
	margin: 0;
	padding: 7px 5px;
	border: 1px solid #888;
	width: 13%;
	text-align: center;
}

.schedule td {
	font-feature-settings: "palt";
	font-weight: 400;
}

.schedule .td01 {
	background: #273fad;
}

.schedule .td02 {
	background: #b70000;
}

.sch_flex {
	display: flex;
	align-items: baseline;
}

.sch_flex p {
	font-size: 0.95em;
	line-height: 1.8em;
	margin: 0 0 20px;
}

.flex_2c {
	display: flex;
	flex-wrap: wrap;
	 justify-content: space-between;
	width: 100%;
	margin: -20px 0 0;
	padding: 0;
}

.flex_div {
	width: 48%;
	margin: 0;
	padding: 0;
}

.hr_sch {
	display: none;
}



/* Slide 4 チケット */
#slide4 {
	text-align: center;
	margin: 0;
	padding: 50px 0 120px;
	position: relative;
	background-color: #000;
}

.ticket_flex ul {
	display: flex;
	flex-wrap: wrap;
	 justify-content: center;
	width: 100%;
	margin: 40px 0 0;
	padding: 0;
	list-style-type: none;
}

.ticket_flex ul li {
	color: #222;
	width: 40%;
	margin: 0 0 30px;
	padding: 1em;
	background-color: #ebd6be;
	position: relative;
}

.ticket_flex ul li::before,
.ticket_flex ul li::after {
  position: absolute;
  display: block;
  content: "";
  border-radius: 100%;
  background: #000;
  left: -10px;
  width: 20px;
  height: 20px;
}

.ticket_flex ul li::before {
  top: -10px;
}

.ticket_flex ul li::after {
  bottom: -10px;
}

.ticket_flex .li-inner::before,
.ticket_flex .li-inner::after {
  position: absolute;
  display: block;
  content: "";
  border-radius: 100%;
  background: #000;
  right: -10px;
  width: 20px;
  height: 20px;
}

.ticket_flex .li-inner::before {
  top: -10px;
}

.ticket_flex .li-inner::after {
  bottom: -10px;
}

.ticket_flex4 ul {
	display: flex;
	flex-wrap: wrap;
	 justify-content: space-between;
	width: 100%;
	margin: 20px 0 0;
	padding: 0;
	list-style-type: none;
}

.ticket_flex4 ul li {
	color: #222;
	width: 24.5%;
	margin: 0 0 30px;
	padding: 1em;
	background-color: #ebd6be;
	position: relative;
}

.ticket_flex4 ul li::before,
.ticket_flex4 ul li::after {
  position: absolute;
  display: block;
  content: "";
  border-radius: 100%;
  background: #000;
  left: -10px;
  width: 20px;
  height: 20px;
}

.ticket_flex4 ul li::before {
  top: -10px;
}

.ticket_flex4 ul li::after {
  bottom: -10px;
}

.ticket_flex4 .li-inner::before,
.ticket_flex4 .li-inner::after {
  position: absolute;
  display: block;
  content: "";
  border-radius: 100%;
  background: #000;
  right: -10px;
  width: 20px;
  height: 20px;
}

.ticket_flex4 .li-inner::before {
  top: -10px;
}

.ticket_flex4 .li-inner::after {
  bottom: -10px;
}

.ticket_line {
	border: 2px dashed #9b6300;
	margin: 0;
	padding: 0.7em;
}

.ticket_type {
	font-size: 1.3em;
	line-height: 1.5em;
	font-weight: bold;
	margin: 0;
	letter-spacing: 2px;
}

.ticket_detail {
	font-size: 0.9em;
	line-height: 1.5em;
	margin: 0;
}

.ticket_price {
	font-size: 1.8em;
	line-height: 1;
	font-weight: 700;
	margin: 20px 0 0;
	letter-spacing: 0;
}

.ticket_price span {
	font-size: 0.45em;
	font-feature-settings: "palt";
	font-weight: normal;
	margin-left: 3px;
}

.note_p_01 {
	color: #bbb;
	font-size: 0.8em;
	line-height: 1.8em;
	text-align: left;
	margin: 0;
}


/* プレイガイド */
.playguide_wrap {
    background-color: #1b1d1f;
    padding: 2em 2em 1em;
    margin-top: 60px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    position: relative;
    width: 100%;
}

.playguide {
    width: 100%;
	max-width: 550px;
	margin: auto;
}

.sale_title {
	color: #fff;
	font-size: 1.3em;
	line-height: 1.6em;
	font-weight: 500;
	margin: 0;
	padding: 0 0 10px;
	border-bottom: thin solid #ddd;
	letter-spacing: 2px;
}

.sale_title span {
	font-size: 0.7em;
	margin-right: 10px;
}

.sale_title_mg {
	margin-top: 60px;
}

.sale_date {
	color: #fff;
	font-size: 1.1em;
	line-height: 1.8em;
	text-align: left;
	margin: 0;
	padding: 0;
}

.sale_date_mg {
	margin-top: 30px;
}

.sale_note {
	color: #fff;
	font-size: 0.85em;
	line-height: 1.6em;
	text-align: left;
	margin: 10px 0 0 10px;
	padding: 0;
}

.under_dot {
	border-bottom: 2px dotted #fe5d34;
}

/* チケット注意書き */
.note_title {
	display: flex;
	align-items: center;
	width: 100%;
	margin: 0;
	padding: 0;
}

.note_title figure {
	text-align: left;
	margin: 0;
	padding: 0;
}

.note_title .balloon {
  color: #fbcd2d;
  font: 1.3em "DotGothic16", sans-serif;
  position: relative;
  margin: 2em 0 2em 60px;
  padding: 10px 30px;
  border-radius: 30px;
  border: 2px  solid #fbcd2d;
}

.note_title .balloon:before {  
  content: "";
  position: absolute;
  left: -46px;
  width: 11px;
  height: 11px;
  bottom: 0;
  border-radius: 50%;
  border: 2px  solid #fbcd2d;
}

.note_title .balloon:after {
  content: "";
  position: absolute;
  left: -27px;
  width: 16px;
  height: 16px;
  bottom: 3px;
  border-radius: 50%;
  border: 2px solid #fbcd2d;
}

.note_wrap ul {
	margin: 0 0 30px 20px;
	padding: 0;
}

.note_wrap ul li {
	font-size: 0.82em;
	line-height: 1.9em;
	text-align: left;
	margin: 0 0 12px;
	color: #ddd;
}


/* Slide 5 プログラム */
#slide5 {
	text-align: center;
	margin: 0;
	padding: 50px 0 120px;
	position: relative;
	background-color: #000;
}

.program-table {
    width: 100%;
    max-width: 900px;
    margin: 40px auto;
    border-collapse: collapse;
}

.program-table thead {
    background: none;
}

.program-table th {
    color: #fff;
	font-size: 1.1em;
	line-height: 1;
    text-align: center;
    font-weight: 400;
    padding: 15px;
    width: 50%;
}

.program-table .th_a {
	background-color: #273fad;
    border: 1px solid #273fad;
	border-right-style: solid;
	border-right-color: #000;
}

.program-table .th_b {
	background-color: #b70000;
    border: 1px solid #b70000;
	border-left-style: none;
}

.program-table td {
    color: #eee;
    font-size: 0.85em;
    line-height: 1.7em;
    text-align: left;
	font-family: "DotGothic16", sans-serif;
  font-weight: 400;
    vertical-align: top;
    padding: 15px;
    width: 50%;
}

.program-table .td_a {
	border: 1px solid #2e4cd5;
	border-right-style: solid;
	border-right-color: #444;
}

.program-table .td_b {
	border: 1px solid #b70000;
	border-left-style: none;
}

.program-table td .span_a {
    color: #4461e4;
    font-size: 1.5em;
	border-bottom: 1px solid #4461e4;
}

.program-table td .span_b {
    color: #b70000;
    font-size: 1.5em;
	border-bottom: 1px solid #b70000;
}

.program-intro {
    text-align: center;
    margin-bottom: 30px;
    color: #f0e6d6;
    font-size: 16px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.8;
}

.note_p_02 {
	color: #bbb;
	font-size: 0.8em;
	line-height: 1.8em;
	text-align: left;
	margin: 0 0 0 50px;
}



/* Slide 6 オーケストラ */
#slide6 {
	text-align: center;
	margin: 0;
	padding: 120px 0 80px;
	position: relative;
}

/* 背景画像の見えている高さ */
.parallax {
min-height: 950px;
}
/* 背景画像 */
.parallax::before {
  background-image: url(../images/slide6/bg_img.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
  /* 追加 */
  transform: translateY(var(--parallax-y, 0px));
}

#slide6 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.65); /* ここで暗さを調整 */
  z-index: 1;
  pointer-events: none; /* 背景として動作させたい場合 */
}

#slide6 .container {
  position: relative;
  z-index: 2; /* オーバーレイより前面に出す */
}

.orchestra_name {
	font-size: 1.3em;
	line-height: 1.5em;
	font-weight: 500;
	margin: 40px auto auto;
	letter-spacing: 3px;
}

.orchestra_name img {
	width: 100%;
	max-width: 180px;
	margin: 0;
}

#slide6 .p_01 {
    font-size: 0.95em;
    line-height: 2.2em;
    text-align: left;
    margin: 30px 0 0;
    padding: 0;
}

#slide6 .p_02 {
    font-size: 0.95em;
    line-height: 2.2em;
    text-align: left;
    margin: 20px 0;
    padding: 0;
}

.movie_wrap {
	width: 60%;
	margin: 50px auto;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}



/* Slide 7 公演概要 */
#slide7 {
	text-align: center;
	margin: 0;
	padding: 120px 0 100px;
	position: relative;
	background-color: #000;
}

table.outline { 
	border-collapse: collapse;
	font-size: 0.9em;
	line-height: 1.8em;
	letter-spacing: 1px;
	text-align: left;
	width: 100%;
	margin: 40px auto 0;
}

table.outline th { 
	font-size: 0.9em;
	line-height: 1.8em;
	text-align: left;
	letter-spacing: 1px; 
	vertical-align: top;
	width: 250px;
	padding: 1.8em 10px 1.5em;
	font-weight: normal;
	font-style: normal;
	border: 1px solid #777;
	border-right-style: none;
	border-left-style: none;
}

table.outline td { 
	font-size: 0.95em;
	line-height: 1.8em;
	vertical-align: top; 
	padding: 1.8em 10px 1.5em;
	border: 1px solid #777;
	border-right-style: none;
	border-left-style: none;
}

table.outline dl {
	margin: 0;
	padding: 0;
}

table.outline dt {
	vertical-align: top;
	margin: 0;
	padding: 0;
	width: 100px;
}

table.outline dd {
	vertical-align: top;
	margin: -1.8em 0 5px 100px;
	padding: 0;
}




/* footer */ 
footer {
	margin: 0;
	padding: 120px 0 50px;
	text-align: center;
	background-color: #000;
}

footer .logo {
	margin: auto;
	width: 325px;
}

.sns_wrap {
	display: flex;
	flex-wrap: wrap;
	 justify-content: center;
	width: 100%;
	margin: 40px 0 0;
	padding: 0;
}

.sns_wrap img {
	width: 20px;
	margin: 0 15px;
	padding: 0;
}

.copyright {
	color: #888;
	font-size:0.9em;
    line-height: 1.3em;
	padding: 20px 0 0;
}


/* 中ページ */ 
#slide2_sub {
	margin: 0;
	padding: 100px 0 80px;
	width: 100%;
	position: relative;
}

/* hr ライン */
hr.hr_thin {
	border-top: thin solid #e9e9e9;
}

hr.hr_thin_ccc {
	border-top: thin solid #ccc;
}

hr.hr_thin_bbb {
	border-top: thin solid #bbb;
}

hr.hr_thin_sb {
	border-top: thin solid #e9dac0;
}



/* アンダーライン */
.under {
    background: linear-gradient(transparent 60%, #CED8FF 40%);
}

/*svg　色変更*/
.color_white {
  filter: invert(100%) sepia(5%) saturate(395%) hue-rotate(10deg) brightness(112%) contrast(105%);
}


/*フローティングバナー*/
.floating-banner {
    position: fixed;
    bottom: -5px;
    right: 5px;
    z-index: 999;
    cursor: pointer;
    opacity: 0;
	width: 220px;
}

.floating-banner {
    position: fixed;
    bottom: -5px;
    right: 5px;
    z-index: 999;
    cursor: pointer;
    opacity: 0;
	width: 220px;
}

.floating-banner img {
    -webkit-filter: drop-shadow(0px 0px 5px rgba(255,255,255,.7));
	filter: drop-shadow(0px 0px 2px rgba(255,255,255,.7));
	width: 100%;
	margin-bottom: 10px;
}


/*「PCでは非表示 = hidden_pc」、「スマートフォンでは非表示 = hidden_sp」*/
.hidden_pc {
	display: none;
}
.hidden_sp {
	display: block;
}



@media screen and (max-width: 912px) {
/*#slide4-912*/
.ticket_flex ul li {
    width: 45%;
}

.ticket_flex4 ul {
    width: 100%;
    margin: 20px auto 0;
	max-width: 700px;
}

.ticket_flex4 ul li {
    width: 48%;
}
}


@media screen and (max-width: 820px) {
/*#slide2-820*/
.news_tiWrap {
    max-width: initial;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    padding: 0;
}

.news_title {
    flex-shrink: 0;
}

.news_btn {
    margin-left: auto;
		margin-top: -45px;/* 右端に押し出す */
}

.news_wrap .news {
    width: 100%;
}

/*#slide4-820*/
.ticket_flex ul li {
    width: 50%;
}
}


@media (min-width: 767px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}


@media screen and (max-width: 640px) {
/*container-sp*/
.container,
.container1000 {
    width: 90%;
}

/*#slide2-sp*/
.bg_darkgray {
   padding: 30px 0;
    margin: 0 0 50px;
}

.news dt {
    width: 100%;
	margin: 0 0 3px;
}

.news dd {
    width: 100%;
}

#slide2 h1 {
   font-size: 1.6em;
    line-height: 1.6em;
}

/*#slide3-sp*/
h2 {
    font-size: 2.3em;
}

.h2span_move {
	font-size: 0.45em;
}

.place_link li {
    width: 32%;
    margin: 0 1%;
    padding: 0;
}

.schedule th, .schedule td {
    font-size: 0.95em;
    line-height: 1.4em;
}

.txt_01 {
    text-align: left;
}

.ticket_wrap {
    padding: 2em 1em 0.5em;
}

.sch_flex {
	font-size: 0.9em;
}

.sch_place {
    width: 100%;
}

.sch_main {
    width: 100%;
	margin-top: 10px;
}

.hr_sch {
	border-bottom: thin solid #666;
	display: block;
}


/*#slide4-sp*/
.ticket_flex ul li {
    color: #222;
    width: 100%;
}

.ticket_flex4 ul {
    margin: 0;
}

.ticket_flex4 ul li {
    width: 100%;
}

.ticket_detail {
	font-size: 0.85em;
}

.playguide_wrap {
    padding: 2em 1em 0.5em;
}

.sale_title {
	font-size: 1.2em;
}

.sale_title span {
    font-size: 0.85em;
    margin-right: 0;
}

.sale_date {
    font-size: 0.95em;
    line-height: 1.8em;
    text-align: left;
	margin-bottom: 10px;
}

.none_txt {
	display: none;
}

.sale_note {
margin-left: 0;
}

.note_title .balloon {
    color: #fbcd2d;
    font: 1.1em "DotGothic16", sans-serif;
}


/*#slide5-sp*/
.note_p_02 {
    margin: 0;
}


/*#slide6-sp*/
.orchestra_name img {
    width: 100%;
    max-width: 150px;
    margin: 0;
}

.movie_wrap {
	width: 100%;
	margin: auto auto 40px;
}


/*#slide7-sp*/
table.outline th {
   color: #ebd6be;
   width: 100%;
   display: block;
   padding: 10px 0 5px;
   border-bottom-width: 1px;
   border-top-width: 2px;
   border-bottom-style: dashed;
}

table.outline td {
   padding: 12px 0 20px;
   width: 100%;
   display: block;
   border-top-style: none;
}


/*#footer-sp*/
footer {
    padding: 0 0 50px;
}

footer .logo {
    margin: auto;
    width: 260px;
}

.copyright {
    color: #888;
    font-size: 0.9em;
    line-height: 1.3em;
    padding: 20px 0 0;
}

.hidden_pc {
	display: block;
}
.hidden_sp {
	display: none;
}
}

