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

@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=Noto+Serif+JP:wght@300;400;500;700&display=swap');

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


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

:root {
--main-bg: #0c0f08;
--submain-bg: #261c12;
--main-color: #fff;
--color-ochre-yellow: #c16f1d;
--color-orange: #fa8007;
--color-light-orange: #dd9c5a;
}

html {
overflow: auto;
}

/* Global */
body {
	height: 100%;
	background: var(--main-bg);
	position: relative;
    color: var(--main-color);
    word-break: break-all;
	font-size: 1em;
	font-family:'Roboto','Noto Sans JP', "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
	letter-spacing: 1px;
	display: flex;
  	flex-flow: column;
  	min-height: 100vh;
}


#wrap {
	flex: 1;
}

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

a:hover img {
opacity:0.85;
filter: alpha(opacity=85);
-ms-filter: "alpha(opacity=85)";
}

.ie8 img {
	width: auto;
}

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

a:visited {
	color: #cf85d0;
}

a:hover {
	text-decoration: underline;
}

/* ふわっと表示 */
/* 画面外にいる状態 */
.fadein {
    opacity : 0;
    transform : translate(0, 45px);
    transition : all 700ms;
}
  
/* 画面内に入った状態 */
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}

.container {
	width: 95%;
	max-width: 1000px !important;
	margin: auto;
}

.container1200 {
	width: 95%;
	max-width: 1200px !important;
	margin: auto;
}

/* Navigation */
header {
	margin: 0;
	padding: 0;
}

.logo_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin: 0;
	padding: 15px 15px 20px;
}

.logo_wrap h1 {
	color: var(--color-ochre-yellow);
	font-size: 1.3em;
	line-height: 1em;
	font-weight: 600;
	margin: 0;
	padding: 0;
}

.logo_wrap h1 span {
	font-size: 0.7em;
	font-weight: 500;
}

.logo_wrap .logo {
	width: 120px;
}

rt {
	margin: 0 0 -5px;
}


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

#slide1 {
	position: relative;
	margin: 0;
	padding: 0;
}

.slide1_hero {
    width: 100%;
    object-fit: cover;
    object-position: 0 0;
    z-index: 1;
	position: relative;
}


/* Slide2 */ 
#slide2 {
	position: relative;
	text-align: center;
	margin: 0;
	padding: 100px 0;
}

#slide2 h1 {
	width: 100%;
	max-width: 350px;
	margin: 0 auto 40px;
}

.lead_title {
	font-size: 1.8em;
	line-height: 1.8em;
	font-weight: 700;
	color: #afacac;
	display: inline-block;
  background: -webkit-linear-gradient(0deg, #666664 0%, #a9a9a9 28.1%, #f2f2f2 57.7%, #9b9999 83%, #717171 100%);
	background: linear-gradient(90deg, #666664 0%, #a9a9a9 28.1%, #f2f2f2 57.7%, #9b9999 83%, #717171 100%);
	-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	margin: 0;
}

.lead_title_01 {
	color: #eee;
	font-size: 1.2em;
	line-height: 1.9em;
	margin: 40px 0 0;
}

.move_wrap {
    width: 80%;
    margin: 20px auto 50px;
    position: relative;
    z-index: 100;
}

.common_p {
	font-size: 1em;
	line-height: 2em;
	text-align: justify;
 	text-justify: inter-ideograph;
	margin: 40px 0 20px;
	padding: 0;
}


.about_wrap {
  border:1px solid #ddd;
  width:100%;
  margin: 60px auto 50px;
  padding: 1em 2em 1.5em;
}

.lead_txt {
  position:relative;
  width:100%;
  margin: 100px auto 50px;
  padding: 1.5em 2em;
  border:1px solid #666;
}

.lead_txt h2 {
	font-size: 1.3em;
	line-height: 1.8em;
	text-align: left;
	color: #fff;
}

.lead_txt:after {
  content:"About M3";
  position:absolute;
  top: -22px;
  left: 20px;
  background-color:#645a4f;
  font: italic 20px 'Noto Serif JP', serif;
  padding:7px 50px;
  color: #e8d5bf;
  transform: rotate(-7deg);
}

.lead_txt p {
	font-size: 1.1em;
	line-height: 2.3em;
	text-align: justify;
 	text-justify: inter-ideograph;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
}



/* Slide6 */ 
#slide6 {
	position: relative;
	text-align: center;
	margin: 0;
	padding: 15rem 0;
	background: url(../images/slide6/main_2.jpg) no-repeat fixed center center / cover;
	overflow: hidden;
}

#slide6::before{
  /* 透過した黒を上から重ねるイメージ */
  background-color: rgba(0,0,0,0.62);
  /* 自由に位置指定 */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ' ';
  z-index: 10;
}

#slide6 h2 {
	margin: 0 auto;
    width: 100%;
    max-width: 400px;
	z-index: 20;
	position: relative;
}

#slide6 p {
	color: var(--color-light-orange);
	font-size: 1.3em;
	line-height: 2.5em;
	text-align: left;
	margin: 80px auto -20px;
	padding: 0;
	z-index: 20;
	position: relative;
	width: 100%;
	max-width: 900px;
}




/* Slide3 */ 
#slide3 {
	position: relative;
	text-align: center;
	padding: 100px 0;
}

#slide3 h2 {
	margin: 0 auto;
	width: 100%;
	max-width: 400px;
}

#slide3 p {
	font-size: 1.1em;
	line-height: 2em;
	margin-top: 40px;
	letter-spacing: 2px;
}



/* Slide4 */ 
#slide4 {
	position: relative;
	text-align: center;
	margin: 0;
	padding: 120px 0;
}

#slide4 h2 {
	margin: 0 auto;
	width: 100%;
	max-width: 400px;
}

#slide4 .h2_sub {
	font-size: 1em;
	line-height: 1.8em;
}

#slide4 p {
	font-size: 0.95em;
	line-height: 2em;
	text-align: justify;
 	text-justify: inter-ideograph;
	margin: 30px 0 0;
	padding: 0;
}

/* チケットtble */
table.ticket_list {
	border-collapse: collapse;
	width: 100%;
	margin: 0 auto 40px;
	color: #222;
}

.ticket_list th {
	font-size: 0.95em;
	line-height: 1.6em;
	text-align: center;
	font-weight: 500;
	letter-spacing: 1px;
	border: 1px solid #000;
	padding: 10px 5px;
	background-color: rgba(255, 255, 255, 0.9);
	width: 200px;
}

.ticket_list td {
	font-size: 1em;
	line-height: 1.6em;
	text-align: center;
	letter-spacing: 0;
	padding: 10px;
	border: 1px solid #000;
	background-color: rgba(255, 255, 255, 1);
}

.bg_dark {
	background-color: #ddd !important;
}

.h3_time_tbl {
	color: #fff;
	font-size: 1.2em;
	line-height: 1.6em;
	text-align: center;
	font-weight: 700;
	letter-spacing: 3px;
	border: 1px solid #000;
	padding: 10px 5px;
	margin-top: 60px;
	margin-bottom: -2px;
	background-color: #999;
}

.h3_time_tbl span {
	font-weight: normal;
	font-style: normal;
	font-size: 0.8em;
	letter-spacing: 1px;
}

table.time_tbl {
	border-collapse: collapse;
	color: #222;
	width: 100%;
	margin: 0 auto 40px;
}

.time_tbl th {
	line-height: 1.6em;
	text-align: center;
	border: 1px solid #000;
	padding: 10px 5px;
}

.time_tbl_th02 {
	font-size: 0.95em;
	font-weight: 500;
	background-color: rgba(255, 255, 255, 0.85);
	width: 150px;
}

.time_tbl_th03 {
	font-weight: 500;
	background-color: rgba(255, 255, 255, 0.85);
	width: auto;
}

.time_tbl td {
	padding: 10px;
	border: 1px solid #000;
	background-color: rgba(255, 255, 255, 1);
}

.time_tbl_td01 {
	font-size: 0.95em;
	line-height: 1.8em;
	text-align: center;
	letter-spacing: 1px;
}

.time_tbl_td02 {
	font-size: 0.9em;
	line-height: 1.8em;
	text-align: left;
	letter-spacing: 1px;
	padding: 10px 10px 10px 20px !important;
}


/* Slide5 */ 
#slide5 {
	position: relative;
	text-align: center;
	margin: 0;
	padding: 100px 0 120px;
}

#slide5 h2 {
	margin: 0 auto;
	width: 100%;
	max-width: 400px;
}

.price_wrap {
	font-size: 1.2em;
    line-height: 2em;
    text-align: center;
	margin-top: 60px;
	margin-bottom: 60px;
    padding: 20px;
	background-color: rgba(0, 0, 0, 0.2);
    border: 1px solid #999;
	position: relative; 
	z-index: 10;
}

.price_wrap::before, 
.price_wrap::after, 
.price_wrap .corner-bottom-left, 
.price_wrap .corner-bottom-right {
    content: '';
    display: block;
    position: absolute;
    width: 6px;   /* 四角の幅 */
    height: 6px;  /* 四角の高さ */
    background-color: #888; /* 四角の塗りの色 */
    z-index: 20;
}

/* 左上 */
.price_wrap::before {
    top: -1px;
    left: -1px;
}

/* 右上 */
.price_wrap::after {
    top: -1px;
    right: -1px;
}

/* 左下 */
.price_wrap .corner-bottom-left {
    bottom: -1px;
    left: -1px;
}

/* 右下 */
.price_wrap .corner-bottom-right {
    bottom: -1px;
    right: -1px;
}


.price_wrap p {
	color: #fff;
	font-size: 0.9em;
	line-height: 2.2em;
	text-align: center;
	letter-spacing: 1px;
}

.price_wrap .note {
	color: #fff;
	font-size: 0.7em;
	line-height: 1.8em;
	text-align: center;
	letter-spacing: 1px;
	font-weight: 300;
}

.price_wrap .span01 {
	font-size: 1.2em;
	font-weight: 500;
	padding-right: 5px;
	letter-spacing: 2px;
}

.price_wrap .span02 {
	font-size: 1.8em;
	font-weight: 500;
	padding-right: 5px;
}

.p_wrap {
	background-color: var(--submain-bg);
	padding: 5px 10px;
	margin: 30px 0 0;
}

.slide5_p {
	font-size: 0.95em;
	line-height: 2em;
	text-align: left;
	margin: 0;
	padding: 0;
	letter-spacing: 1px;
}

.priceList {
	width: 100%;
	margin: 80px auto 0;
	padding: 40px 20px;
	background-color: var(--submain-bg);
	border-radius: 8px; /* CSS3草案 */  
	-webkit-border-radius: 8px; /* Safari,Google Chrome用 */  
	-moz-border-radius: 8px; /* Firefox用 */
}

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

.priceList li {
	color: #222;
	width: 47%;
	margin: 0 0 40px;
	background-color: #fff;
	border-radius: 6px; /* CSS3草案 */  
	-webkit-border-radius: 6px; /* Safari,Google Chrome用 */  
	-moz-border-radius: 6px; /* Firefox用 */
	padding: 20px 20px 10px;
}

.priceList li .date {
	color: #444;
	font-size: 1.3em;
	line-height: 1.3em;
	font-weight: 600;
	margin: 0 0 10px;
	letter-spacing: 0;
}

.priceList li .date span {
	display: inline-block;
}

.priceList li .ticket_type {
	color: #000;
	font-size: 1.1em;
	line-height: 1.3em;
	font-weight: 400;
	margin: 0 0 5px;
	border-top: 2px dotted #999;
	padding: 15px 0 0;
}

.priceList li .price {
	color: #000;
	font-size: 1.1em;
	line-height: 1.3em;
	font-weight: 500;
	margin: 0 0 10px;
	padding: 0;
	letter-spacing: 0;
}

.note_ul {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: disc;
}

.note_ul li {
	font-size: 0.9em;
    line-height: 1.8em;
    text-align: justify;
	margin: 10px 0 15px 20px;
	padding: 0;
	list-style-type: disc;
}


/* トップ公演日程 */
.top_schedule {
	margin: 100px auto 30px;
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	border: 1px solid #444;
	border-right-style: none;
	border-left-style: none;
	background-color: rgba(255, 255, 255, 0.9);
	color: #222;
}

.top_schedule th {
	font-size: 1.1em;
	line-height: 1.8em;
	letter-spacing: 3px;
	border: 1px solid #444;
	border-right-style: none;
	border-left-style: none;
	padding: 10px;
}

.top_schedule td {
	font-size: 0.9em;
	line-height: 1.8em;
	vertical-align: middle;
	border: 1px solid #444;
	border-right-style: none;
	border-left-style: none;
	padding: 10px;
}

.top_schedule .td1 {
	width: 55%;
	text-align: left;
	padding-left: 18em;
}

.top_schedule .td2 {
	width: 45%;
	text-align: left;
	padding-left: 2em;
}

.top_schedule .td2 span {
	font-size: 8px;
	margin-left: 5px;
}

.txt_blue {
	color: rgb(36, 112, 188);
}

.txt_red {
	color: rgb(217, 62, 116);
}




/* Slide7　アクセス */ 
#slide7 {
	position: relative;
	text-align: center;
	padding: 100px 0 120px;
}

#slide7 h2 {
	margin: 0 auto;
	width: 100%;
	max-width: 400px;
}

.table_area {
	margin: 0;
}

#slide7 dl {
	width: 100%;
	margin: 60px auto 0;
	padding: 0;
}

#slide7 dt {
	text-align: center;
	font-size: 0.95em;
	line-height: 1.8em;
	width: 130px;
	padding-top: 2px;
	color: #F7F2E3;
	border: 1px solid #999;
}

#slide7 dd {
	text-align: left;
	font-size: 0.95em;
	line-height: 2.2em;
	margin-left: 180px;
	margin-top: -2em;
}

#slide7 dd ul {
	margin: 0;
	padding: 0 0 0 20px;
}

#slide7 dd ul li {
	margin: 0 0 10px;
	padding: 0;
}



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

.map_wrap .photo {
	width: 66%;
	margin: 0;
	background-color: #eee;
	padding: 1em;
}

.map_wrap .photo img {
	width: 100%;
}

.map_wrap .photo p {
	color: #202020;
	font-size: 0.95em;
	line-height: 1.8em;
	text-align: left;
	margin: 20px 0 0;
}

.map_wrap .photo p span {
	font-size: 1.4em;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 600;
}

.map_wrap .map {
	width: 32%;
	margin: 0;
	background-color: #eee;
	padding: 1em;
}

.map_wrap .map img {
	width: 100%;
}

/* ボタン */
.buy_btn02 {
    width: 230px;
    text-align: center;
    margin: 20px 20px 20px 0;
    position: relative;
}

.buy_btn02 .link {
    position: absolute;
    right: 10px;
    top: 15px;
}

.buy_btn02 a {
    color: #fff;
    font-size: 0.9em;
    line-height: 1.5em;
    padding: 10px 10px;
    display: block;
    background-color: #717171;
    text-decoration: none !important;
    height: 40px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}



/* overlay */
.overlay1 {
	position: relative;
	padding: 0 0 100px;
}

.overlay1::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}



/* FOOTER */
footer {
	text-align: center;
	margin: 0;
	padding: 30px 0 40px;
}

.copyright {
	color: #fff;
	font-size: 0.95em;
	line-height: 1.8em;
	letter-spacing: 1px;
	margin: 20px 0 0;
}

.no_link {
	pointer-events: none;
}


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

/*フローティングバナー*/
.floating-banner {
    position: fixed;
    bottom: 10px;
    right: 15px;
    z-index: 9999;
    cursor: pointer;
    opacity: 0;
	-webkit-filter: drop-shadow(0px 0px 2px rgba(237, 48, 36,.5));
	filter: drop-shadow(0px 0px 2px rgba(237, 48, 36,.5));
	width: 120px;
}

.floating-banner a:hover img {
	opacity:0.95;
	filter: alpha(opacity=95);
	-ms-filter: "alpha(opacity=95)";
}


/*font*/
.f_zenkaku_g_new {
	font-family: 'Zen Kaku Gothic New', sans-serif;
}

.f_shippori {
	font-family: 'Shippori Mincho', serif;

}




/*view point 切り替え*/
@media screen and (max-width: 912px) {
.top_schedule .td1 {
    width: 55%;
    padding-left: 12em;
}
}

@media screen and (max-width: 768px) {
.price_wrap {
	padding: 15px 10px;
}

.top_schedule .td1 {
    width: 55%;
    padding-left: 10em;
}

.top_schedule .td2 {
    width: 45%;
    padding-left: 4em;
}
}


@media screen and (min-width: 751px) {
a[href^="tel:"]{
    pointer-events: none;
}
}

@media screen and (max-width: 640px) {
.logo_wrap {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 15px;
}

.logo_wrap .logo {
    width: 80px;
	margin-bottom: 15px;
}

.logo_wrap h1 {
    font-size: 1.2em;
    margin: 0;
    padding: 0;
	text-align: center;
}


.container {
	width: 90%;
	max-width: 1000px !important;
	margin: auto;
}


/* sp-slide2 */
#slide2 {
    position: relative;
	padding-top: 50px;
	padding-bottom: 80px;
}

#slide2 h1 {
    width: 100%;
    max-width: 220px;
    margin: 0 auto 20px;
}

.lead_title {
    font-size: 1.3em;
    line-height: 1.6em;
}

.lead_title_01 {
    color: #eee;
    font-size: 1em;
    line-height: 1.9em;
    margin: 40px 0 0;
}

.lead_txt p {
    font-size: 1em;
    line-height: 2em;
}

.common_p {
    font-size: 0.95em;
    line-height: 2em;
    margin: 40px 0 0;
}


/* sp-slide6 */
#slide6 {
    position: relative;
    text-align: center;
    margin: 0;
    padding: 100px 0 0;
	background: #000;
}

#slide6 h2 {
    width: 90%;
}

#slide6 p {
    color: #eee;
    font-size: 1.1em;
    line-height: 2.4em;
    text-align: left;
    margin: 60px auto 0;
	padding: 0 .5em;
}


/* sp-slide3 */
#slide3 {
    position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
}

#slide3 h2 {
    width: 90%;
}


/* sp-slide4 */
#slide4 {
    position: relative;
	padding-top: 100px;
	padding-bottom: 80px;
}

#slide4 h2 {
    width: 90%;
}

.ticket_list th {
    font-size: 0.85em;
    line-height: 1.6em;
    text-align: center;
    font-weight: 500;
    letter-spacing: 1px;
    border: 1px solid #000;
    padding: 10px 5px;
    background-color: rgba(255, 255, 255, 0.9);
    width: 80px;
}

.ticket_list td {
    font-size: 0.9em;
    line-height: 1.6em;
    text-align: center;
    letter-spacing: 0;
    padding: 10px 5px;
    border: 1px solid #000;
    background-color: rgba(255, 255, 255, 1);
}

.h3_time_tbl {
    padding: 10px 0;
}

.h3_time_tbl span {
	font-weight: normal;
	font-style: normal;
	font-size: 0.7em;
	letter-spacing: 1px;
}

table.time_tbl {
	width: 720px;
}

.time_tbl_th02 {
    width: 100px;
}

.table-scroll {
overflow: auto;
}
.table-scroll table {
table-layout: fixed;
}


/*sp-slide5 */
#slide5 {
    position: relative;
	padding-top: 100px;
	padding-bottom: 70px;
}

#slide5 h2 {
    width: 90%;
}

.price_wrap p {
    font-size: 0.9em;
    line-height: 2em;
}

.top_schedule .td1 {
    width: 60%;
	padding-left: 1.5em;
}

.top_schedule .td2 {
	width: 40%;
    padding-left: 1em;
}

.priceList li {
	width: 100%;
}

/*sp-slide7 */
#slide7 {
    position: relative;
	padding-top: 50px;
	padding-bottom: 80px;
}

#slide7 h2 {
    width: 90%;
}

#slide7 dt {
     width: 100%;
	 padding-top: 5px;
	padding-bottom: 5px;
	border-right-style: none;
	border-left-style: none;
}

#slide7 dd {
    text-align: left;
    font-size: 0.95em;
    line-height: 1.8em;
    margin-left: 0;
    margin-top: 1em;
}

.map_wrap .photo {
	width: 100%;
}

.map_wrap .map {
	width: 100%;
	padding-top: 50px;
}


/* sp-FOOTER */
footer {
	text-align: center;
	margin: 0;
	padding: 0 0 20px;
}

.copyright {
    font-size: 0.8em;
}



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