@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');



html {
	overflow: auto;
}


/* Global */
body {
	height: 100%;
    background-color: #222;
	background: url(../images/common/back.jpg) 0 top repeat;
    position: relative;
    color: #d0d0d0;
    overflow-wrap: anywhere;
	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: #249ca1;
	text-decoration: none;
	transition-property: all;
  	transition: 0.2s linear;
	border-style: none;
}

a:visited {
	color: #249ca1;
}

a:hover {
	color: ##249ca1;
	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: 95%;
	max-width: 1000px !important;
	margin: auto;
}

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



/* Navigation */
header {
	margin: 0;
	padding: 0;
	background-color: #222;
}

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

.logo_wrap h1 {
	color: #aaa;
	font-size: 1.3em;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	font-weight: 500;
}

.logo_wrap .logo {
	width: 120px;
}



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

    
/* 画面内に入った状態 */
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}

#fade_effect .fadein:nth-of-type(2) {
	-moz-transition-delay:200ms;
	-webkit-transition-delay:200ms;
	-o-transition-delay:200ms;
	-ms-transition-delay:200ms;
}

#fade_effect .fadein:nth-of-type(3) {
	-moz-transition-delay:400ms;
	-webkit-transition-delay:400ms;
	-o-transition-delay:400ms;
	-ms-transition-delay:400ms;
}

#fade_effect .fadein:nth-of-type(4) {
	-moz-transition-delay:600ms;
	-webkit-transition-delay:600ms;
	-o-transition-delay:600ms;
	-ms-transition-delay:600ms;
}



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

#slide1 {
	position: relative;
	margin: 0;
	padding: 0;
	background-color: rgba(0, 0, 0, 0.4);
}

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



/* ページ読み込みふわっと表示下から */
.css-fade3 {
  width:100%;
  height: 100px;
  line-height: 100px;
  text-align: center;
  opacity: 0;
  animation-name:fade-in3;
  animation-duration:1s;
  animation-timing-function: ease-out;
  animation-delay:1s;
  animation-iteration-count:1;
  animation-direction:normal;
  animation-fill-mode: forwards;
}
@keyframes fade-in3 {
  0% {opacity: 0; transform: translate3d(0,20px,0);}
  100% {opacity: 1; transform: translate3d(0,0,0);}
}


/* Slide2 */ 
#slide2 {
	position: relative;
	text-align: center;
	margin: 0;
	padding: 100px 0;
	background-color: rgba(4, 24, 37, 0.3);
}

#slide2 h1 {
	width: 100%;
	max-width: 600px;
	margin: auto;
}

.news {
	color: #fff;
	font-size: 1.9em;
	line-height: 1.5em;
	margin: 0 0 40px;
	font-weight: 500;
	letter-spacing: 1px;
}

.news span {
	display: inline-block;
}

.lead_title {
	font-size: 2.2em;
	line-height: 1.6em;
	font-weight: 700;
	color: #fa505e;
	display: inline-block;
  background: linear-gradient(90deg, #a38131 0%, #e7c76d 33%, #ffe6c5 62%, #e3c05d 83%, #9d874e 100%);
  background: -webkit-linear-gradient(0deg, #a38131 0%, #e7c76d 33%, #ffe6c5 62%, #e3c05d 83%, #9d874e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	margin: 0;
}

.lead_txt {
	font-size: 1.3em;
	line-height: 2.3em;
	width:100%;
	margin: 60px auto 0;
}

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


/* Slide6 */ 
#slide6 {
	position: relative;
	text-align: center;
	margin: 0;
	padding: 150px 0;
	background: url(../images/nightview.jpg) no-repeat fixed center center /cover ;
	z-index: 1;
}

#slide6::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.about_wrap {
  width:100%;
  margin: 60px auto 50px;
  padding: 5em 3em;
  max-width: 1000px;
  background-color: rgba(0, 0, 0, 0.75);
  position: relative;
  z-index: 100;
  border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
}

.about_wrap h2 {
	font-size: 2em;
	line-height: 1.8em;
	font-weight: 700;
	color: #fa505e;
  text-align: left !important;
  background: linear-gradient(90deg, #a38131 0%, #e7c76d 33%, #ffe6c5 50%, #e3c05d 70%, #9d874e 100%);
  background: -webkit-linear-gradient(0deg, #a38131 0%, #e7c76d 33%, #ffe6c5 50%, #e3c05d 70%, #9d874e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	margin: 0;
  letter-spacing: 3px;
}

.about_wrap p {
	color: #fff;
	font-size: 1.1em;
	line-height: 2.8em;
	text-align: left;
 	text-justify: inter-ideograph;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
}

.alternative_img {
    vertical-align: bottom;
}

.howto_wrap {
	color: #222;
	font-size: 0.95em;
	line-height: 1.8em;
	text-align: left;
	background-color: #fff;
	margin: 30px 0 0;
	padding: 1em 2em;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.arrow_center {
	color: #e3b658;
	font-size: 1.2em;
	line-height: 1;
	text-align: center;
	transform: scaleX(2); /* 水平方向に2倍に拡大 */
	max-width: 100px;
	margin: auto;
}


/* Slide8 */ 
#slide8 {
	position: relative;
	text-align: center;
	margin: 0;
	padding: 100px 0;
	background: url(../images/nightview.jpg) no-repeat fixed center center /cover ;
	z-index: 1;
}

#slide8::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.staff_wrap {
	position: relative;
	z-index: 10;
	padding: 0;
}

.staff_wrap h2 {
    margin: 0 auto;
    padding: 0 0 40px;
}

.p_cast {
	font-size: 1.3em;
	line-height: 2em;
	margin: 50px 0 0;
	letter-spacing: 1px;
}

.p_cast span {
	display: inline-block;
}

.frame01 {
	border: 1px solid #777;
	width: 90%;
	margin: 80px auto 0;
	padding: 2em;
	background-color: rgba(0, 0, 0, 0.3);
}

.staff_wrap h3 {
    margin: 0 auto;
    padding: 0 0 40px;
	font-size: 1.1em;
	line-height: 1em;
	letter-spacing: 3px;
}

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

.dl_staff dt {
	vertical-align: top;
	width: 150px;
	margin: 0;
	padding: 0;
}

.dl_staff dd {
	vertical-align: top;
	margin: -1.8em 0 10px 200px;
	padding: 0;
}



/* Slide3 */ 
#slide3 {
	position: relative;
	text-align: center;
	padding: 100px 0;
	background-color: rgba(3, 18, 28, 0.3);
}

#slide3 h2 {
	margin: 0 auto;
	width: 100%;
	padding: 0 0 40px;
}

table.outline {
	border-collapse: collapse;
	font-size: 0.95em;
	line-height: 1.8em;
	text-align: justify;
 	text-justify: inter-ideograph;
	letter-spacing: 1px;
	width: 100%;
	margin: 60px auto 50px;
}

table.outline th {
	text-align: left;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 1px;
	vertical-align: top;
	width: 26%;
	max-width: 260px;
	padding-top: 18px;
	padding-bottom: 18px;
	padding-left: 30px;
	border: 1px solid #777;
	border-right-style: none;
	border-left-style: none;
}

table.outline td {
	vertical-align: top;
	padding: 18px 10px 10px 50px;
	border: 1px solid #777;
	border-right-style: none;
	border-left-style: none;
}

table.outline a {
    text-decoration: none;
}

.note {
	font-size: 0.85em;
	line-height: 1.8em;
	text-align: left;
}



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

#slide4 h2 {
	margin: 0 auto;
	width: 100%;
	padding: 0 0 40px;
}

.mmk_date {
	color: #fff;
	font-size: 1.6em;
	line-height: 1.5em;
	font-weight: 400;
	margin: 50px;
	letter-spacing: 2px;
}

.mmk_date span {
	font-size: 0.6em;
	letter-spacing: 1px;
}


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



.bg_dark {
	background-color: rgba(255, 255, 255, 0.7) !important;
}

.h3_time_tbl {
	color: #222;
	font-size: 1.2em;
	line-height: 1.6em;
	text-align: center;
	font-weight: 700;
	letter-spacing: 3px;
	background-color: rgba(225, 202, 154, 0.9);
	border: 1px solid #000;
	padding: 10px 5px;
	margin-top: 60px;
	margin-bottom: -2px;
}

.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: 120px;
}

.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);
	vertical-align: top;
}

.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;
	background-color: #060c10;
}

#slide5 h2 {
	margin: 0 auto;
	width: 100%;
	padding: 0 0 40px;
}

/* チケットtble */
table.ticket_list {
	border-collapse: collapse;
	width: 100%;
	margin: 60px auto 30px;
	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;
	background-color: rgba(255, 255, 255, 1);
	width: 200px;
	padding: 10px 5px;
}

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

.slide5_h3 {
	color: #fff;
	font-size: 1.2em;
	line-height: 1.6em;
	text-align: left;
	margin: 70px 0 0;
	padding: 0;
	border-bottom: 2px solid #fff;
	display: inline-block;
}

.slide5_p {
	font-size: 0.85em;
	line-height: 2em;
	text-align: left;
	margin: 0;
	padding: 0;
}

.goto_wrap {
	text-align: left;
	margin: 20px 0 0;
}

.goto_member {
	font-size: 0.85em;
	line-height: 1.6em;
	border: 1px dashed #333;
	display: inline-block;
	padding: 5px 5px 4px;
	background-color: #fff;
}

.goto_member a {
	color: #000;
}

.goto_member a:hover {
	color: #eb0930 !important;
	text-decoration: none;
}

.option_wrap {
	background-color: rgba(255, 255, 255, 0.9);
	margin: 15px 0 0;
	padding: 1.5em 3em;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.option_wrap p {
	color: #222;
	font-size: 0.9em;
    line-height: 1.8em;
    text-align: left;
    margin: 0;
    padding: 0;
}


/* ボタン */
.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: #249ca1;
    text-decoration: none !important;
    height: 40px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

.h4_hotel_plan {
	color: #000;
	font-size: 1.1em;
	line-height: 1.6em;
	text-align: left;
	font-weight: 600;
	border-style: double;
	border-right-style: none;
	border-left: thin none #999;
	margin-top: 50px;
	padding: 10px 0;
}

.h4_hotel_plan span {
	font-size: 0.85em;
	font-weight: 400;
}

.back_frame {
	color: #fff;
	background-color: #333;
	display: inline-block;
	padding: 2px 15px 0;
	margin-top: 20px;
}


/* トップ公演日程 */
.top_schedule {
	margin: 30px 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: 65%;
	text-align: left;
	padding-left: 10em;
}

.top_schedule .td2 {
	width: 30%;
	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;
	background-color: rgba(4, 24, 37, 0.3);
}

#slide7 h2 {
	margin: 0 auto;
	width: 100%;
	padding: 0 0 40px;
}

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

.map_wrap dl {
	width: 65%;
	margin: 0;
	padding: 0;
}

.map_wrap dt {
	text-align: center;
	font-size: 0.95em;
	line-height: 2em;
	width: 110px;
	padding-top: 2px;
	background-color: #03121c;
	color: #F7F2E3;
	margin: 0;
	border: 1px solid #5d6265;
}

.map_wrap dd {
	text-align: left;
	font-size: 0.95em;
	line-height: 1.8em;
	margin-left: 140px;
	margin-top: -2em;
}

.map_wrap dd ul {
	width: 100%;
	margin: 0;
	padding: 0 0 0 20px;
}

.map_wrap dd li {
	width: 100%;
	margin: 0;
	padding: 0 0 10px;
}

.map_wrap figure {
	width: 25%;
	margin: 0;
}

.map_wrap figure img {
	box-shadow: 8px 8px #ddd;
}

.map {
	width: 100%;
	margin: 60px 0 0;
}

.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.ggmap iframe, .ggmap object, .ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}




/* 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;
	background-color: #111;
}

.copyright {
	color: #888;
	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: 1024px) {
.about_wrap {
  margin: 30px auto 50px;
  padding: 3em;
  max-width: 850px;
}
}


@media screen and (max-width: 912px) {
.top_schedule .td1 {
    padding-left: 5em;
}
}


@media screen and (max-width: 820px) {
.about_wrap {
    width: 100%;
    padding: 5em 3em;
    max-width: 700px;
    background-color: rgba(0, 0, 0, 0.65);
}

.ticket_list th {
    width: 150px;
}
}

@media screen and (max-width: 768px) {
.ticket_list th {
    width: 100px;
}

.ticket_list td {
    font-size: 0.95em;
}

.top_schedule .td1 {
    padding-left: 3em;
	width: 70%;
}

.top_schedule .td2 {
    width: 25%;
}
}


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

@media screen and (max-width: 640px) {
body {
    background: url(../images/common/back.jpg) center top repeat;
}

.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: 1em;
    line-height: 1.5em;
    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;
}

.news {
    color: #fff;
    font-size: 1.3em;
    line-height: 1.6em;
    margin: 0 0 30px;
    font-weight: 500;
    letter-spacing: 1px;
}

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

.lead_txt {
    font-size: 1.1em;
    line-height: 2em;
    width: 100%;
    margin: 40px auto 0;
}

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


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

#slide3 h2 {
    padding: 0;
}

table.outline th {
	font-size: 0.9em;
    padding: 15px 0;
}

table.outline td {
	font-size: 0.9em;
    padding: 15px 10px 10px 10px;
}


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

#slide4 h2 {
    padding: 0;
}

.mmk_date {
    color: #fff;
    font-size: 1.6em;
    line-height: 1.5em;
    font-weight: 400;
    margin: 30px;
    letter-spacing: 2px;
}

.h3_time_tbl {
    padding: 10px 0;
}

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

.time_tbl_th02 {
    width: 80px;
}

.time_tbl td {
	padding-right: 5px;
	padding-left: 5px;
}

.time_tbl_td02 {
    padding: 10px 5px 10px 10px !important;
}


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



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

#slide5 h2 {
    padding: 0;
}

.goto_member {
    font-size: 0.8em;
    line-height: 1.6em;
    border: 1px solid #eee;
    display: inline-block;
    padding: 6px 2px 5px;
}

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

.top_schedule .td2 {
    width: 35%;
    text-align: left;
    padding: 0 0 0 10px;
}

.option_wrap {
    padding: 1.5em;
}



/* sp-slide6 */
#slide6 {
    position: relative;
	padding-top: 0;
	padding-bottom: 0;
	background-image: none;
}

.about_wrap {
    width: 90%;
    margin: 0 auto 30px; 
    padding: 3em 1.5em;
    background-color: #333333;
}

.about_wrap h2 {
    font-size: 1.3em;
    line-height: 1.5em;
}

.about_wrap p {
    font-size: 0.95em;
    line-height: 2.1em;
}

.howto_wrap {
    padding: 1em;
}


/* sp-slide8 */
#slide8 {
    position: relative;
	padding-top: 80px;
	padding-bottom: 80px;
	background-image: none;
}

.p_cast {
    font-size: 1.2em;
    line-height: 2em;
    margin: 20px 0 0;
    letter-spacing: 1px;
}

.frame01 {
    width: 100%;
    margin: 50px auto 0;
    padding: 2em 1em 1em;
}

.dl_staff dt {
    width: 100%;
    margin: 0;
    padding: 0;
}

.dl_staff dd {
    vertical-align: top;
    margin: 0 0 20px 1.5em;
    padding: 0;
}



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

#slide7 h2 {
    padding: 0;
}

.map_wrap dl {
    width: 100%;
}

.map_wrap dt {
     width: 100%;
	 padding-top: 5px;
		padding-bottom: 5px;
}

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

.map_wrap figure {
    width: 70%;
    margin: 30px auto 0;
}

.map {
    width: 100%;
}


/* 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;
}
}
