@import url('https://fonts.googleapis.com/css2?family=Smooch+Sans:wght@300;500;600;700;800&display=swap');

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

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


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


/* Global */
body {
	height: 100%;
    position: relative;
    color: #555;
    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;
	background-color: #171717;}


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

.ie8 img {
	width: auto;
}

a:link {
	text-decoration: none;
	transition-property: all;
  	transition: 0.2s linear;
}

a:visited {
	text-decoration: underline;
}

a:hover {
	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;
	text-align: center;
}

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

.container1400 {
	width: 95%;
	max-width: 1400px !important;
	margin: auto;
	text-align: center;
}

.container_2 {
	width: 100%;
	text-align: center;
	padding-left: 10%;
}


/* Navigation は
jquery.fatNav.css*/



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



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

#slide1 {
	position: relative;
	margin: 0;
	width: 100%;
	background-color: #171717;
	padding-bottom: 0;
}

#slide2 {
	position: relative;
	width: 100%;
	margin: 0;
	padding-top: 80px;
	padding-bottom: 100px;
	background-color: #eee;
}

#slide3 {
	position: relative;
	width: 100%;
	margin: 0;
	padding-top: 80px;
	padding-bottom: 100px;
	background-color: #171717;
}

#slide4 {
	position: relative;
	width: 100%;
	margin: 0;
	padding-top: 80px;
	padding-bottom: 100px;
	background-color: #fff;
}

#slide5 {
	position: relative;
	width: 100%;
	margin: 0;
	padding-top: 80px;
	padding-bottom: 100px;
	background-color: #eee;
}



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

.top_contents {
    margin: 0;
	padding: 0;
    z-index: 2;
	text-align: center;
}


.top_contents_ti {
	color: #fff;
	font-size: 1.8em;
	line-height: 1.6em;
	font-weight: 500;
	letter-spacing: 4px;
	background-color: rgba(255,255,255,0.3);
	margin-top: 0;
	padding: 10px;
}



/* 新着情報 */
.news_wrap {
	width: 95%;
	max-width: 1600px !important;
	margin: 1em auto;
	text-align: center;
	display: flex;
}

.news_wrap .news_title {
	font-size: 0.9em;
	line-height: 2.2em;
	text-align: left;
	width: 170px;
	border-right: 1px solid #666;
	margin: .8em 0;
	color: #ddd;
	letter-spacing: 2px;
	z-index: 10;
}

.news_wrap .news_title span {
	padding: 5px;
	border: 1px solid #666;
	font-size: 0.9em;
}

.news_wrap .news_title a {
	color: #ddd;
	font-size: 0.9em;
	text-decoration: none;
}

.news_wrap .news_title a:hover {
	text-decoration: none !important;
}

.news_wrap .news {
	color: #ddd;
	font-size: 0.85em;
	line-height: 1.8em;
	text-align: left;
	width: 100%;
	padding:0;	font-variant: normal;
	margin: 1.2em 0 1em 2.5em;
}

.news_wrap .news span {
	display: inline-block;
}

.news_wrap .news div {
	margin-bottom: 7px;
}

.news_wrap .news a {
	color: #fff;
	text-decoration: underline;
}

.font_NotoSerif {
    font: italic 0.85em/2em 'Noto Serif JP', serif;
}




/* Slide 2 */ 
#slide2 h2 {
	color: #000;
    font-size: 1.7em;
    line-height: 1.6em;
    margin-top: 10px;
    margin-bottom: 0.5px;
	font-weight: 700;
	z-index: 10;
}

#slide2 h2 span {
	display: inline-block;
}

.sub_title {
	color: #000;
	font-size: 1.15em;
	line-height: 1.8em;
	font-weight: 700;
	text-align: center;
	margin-top: 20px;
}

.sub_title span {
	display: inline-block;
}

#slide2 p {
	color: #333;
	font-size: 1em;
	line-height: 1.8em;
	text-align: justify;
	text-justify: inter-ideograph;
}

.tojitsuken {
	font-size: 0.9em;
	line-height: 2em;
	border: 1px solid #aaa;
	width: 300px;
	margin: 20px auto auto;
	padding: 5px;
	background-color: #f5f5f5;
}

.tojitsuken a {
	color: #01a29b;
}

.banner_wrap {
	margin-top: 40px;
	margin-bottom: 80px;
}

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

.banner_wrap li {
	width: 48%;
	margin: 25px 0 0;
	padding: 0;
}

.slide_anime {
    margin-top: 80px !important;
}

#slide2 .note {
	font-size: 0.85em;
	line-height: 1.8em;
	text-align: right;
	color: #333;
	margin-top: 5px;
	margin-right: 10px;
}



/* Slide 3  Dinosaurs*/ 
#slide3 p {
	color: #ddd;
	font-size: 0.95em;
	line-height: 1.8em;
	text-align: justify;
	text-justify: inter-ideograph;
}

#slide3 p a {
	color: #fff;
	text-decoration: underline;
}

#slide3 p a:hover {
	color: #fff;
	text-decoration: underline;
}

.heading03 {
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-top: 50px;
	font-size: 1.3em;
	line-height: 1.5em;
	font-weight: bold;
}

.heading03::before,
.heading03::after {
	content: '';
	width: 70px;
	height: 1px;
	background-color: #fff;
}

.heading03::before {
	margin-right: 20px;
}
.heading03::after {
	margin-left: 20px;
}


.live-photo {
	margin: 20px auto;
	position: relative;
	max-width: 600px;
}

.live-photo .caption {
	color: #fff;
	font-size: 0.8em;
	line-height: 1.8em;
	position: absolute;
	bottom: -5px;
	right: 15px;
}


/* スポット映像 */ 
.spot_movie ul {
	width: 100%;
	margin: 0;
	padding: 0;
	-js-display: flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	position: relative;
}

.spot_movie li {
	width: 47%;
	padding: 0;
	list-style-type: none;
	margin: 0 1.5% 25px;
}

.movie_cap {
	font-size: 0.85em;
	text-align: center;
	line-height: 2em;
	color: #fff;
	width: 100%;
	background-color: #444;
	margin: 0 0 15px;
	padding: 10px;
}

.move{
	position:relative;
	width:100%;
	padding-top:56.25%;
	border: 1px solid #555;
}

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




/* Slide3以下　共通 */
#slide3 h2,
#slide4 h2,
#slide5 h2,
#slide_sub2 h2 {
	font: 5em 'Smooch Sans', sans-serif;
	letter-spacing: 3px;
	margin: 0;
	padding-bottom: 20px;
	position: relative;
}

#slide3 h2::after,
#slide4 h2::after,
#slide5 h2::after,
#slide_sub2 h2::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%) rotate(30deg);
	width: 1px;
	height: 30px;
	background-color: #999;
}

.h2_sub {
	font-size: 1.2em;
	letter-spacing: 5px;
	margin: 10px 0 50px;
	text-align: center;
}

.txt-black {
	color: #000;
}

.txt-white {
	color: #fff;
}

.under {
    background: linear-gradient(transparent 50%, #ff9 50%);
}

.frame {
	border: 1px solid #dcdcdc;
}



/* Slide 4　Schedule */ 
table.schedule {
	border-collapse: collapse;
	width: 100%;
	margin: 0 0 30px;
	background-color: #fff;
}

.schedule th,
.schedule td{
	font-size: 0.85em;
	line-height: 1.6em;
	margin: 0;
	padding: 10px 5px;
	border: 1px solid #babcbf;
	width: 13%;
}
	
.schedule th{
	font-feature-settings: "palt";
	font-weight: 500;
	background: #eee;
}

.bg_pink {
	background-color: #fff0f5 !important;
}

.bg_blue {
	background-color: rgba(190,222,254,0.5) !important;
}

.bg_f5f5f5 {
	background-color: #f5f5f5 !important;
}

.bg_yellow {
	background-color: #ffffb7 !important;
}

.txt_yellow {
	color: #ffff00;
}

#slide4 h3 {
	color: #000;
	font-size: 1.1em;
	line-height: 1.8em;
	font-weight: 500;
	text-align: left;
	margin: 0;
}

#slide4 p {
	text-align: left;
	font-size: 0.95em;
    line-height: 1.8em;
    text-align: left;
	margin: 0 0 20px 10px;
}



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


/* Slide 5 キャストMC　 */ 
#slide5 h3 {
	color: #000;
	text-align: center;
	font-size: 1.4em;
    line-height: 1.8em;
	font-weight: 500;
	margin: 0;
}

#slide5 p {
	text-align: left;
	font-size: 0.95em;
    line-height: 1.8em;
    text-align: left;
	margin: 25px 0 20px;
}

#slide5 ul {
	width: 100%;
	margin: 0;
	padding: 0 0 30px;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-radius: 8px; 
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
}

#slide5 li {
	width: 30%;
	margin: 0;
	padding: 0;
}

#slide5 li figure {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
}

#slide5 li figure::after {
  content: "";
  position: absolute;
  bottom: -15px;
  right: -15px;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(#999 30%, rgba(0, 0, 0, 0) 31%), radial-gradient(#999 30%, rgba(0, 0, 0, 0) 31%);
  background-size: 6px 6px;
  background-position: 0 0, 3px 3px;
  z-index: -1;
}

.li_bg01 {
	background-image: radial-gradient(#999 30%, rgba(0, 0, 0, 0) 31%), radial-gradient(#999 30%, rgba(0, 0, 0, 0) 31%);
}

#slide5 li p {
	width: 100%;
	font-size: 0.95em;
	line-height: 1.8em;
	text-align: right;
	margin: -35px 0 20px 0;
	position: relative;
	z-index: 20;
	right: 10px;
}





/* SNSボタン配置 */
.sns_link {
	position: fixed;
    z-index: 4000;
    top: 0;
    left: 0;
    width: 100px;
    background-color: #0f0f0f;
	height: 100vh;
}

.sns_link ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	-js-display: flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	height: 100%;
	width: 100%;
}

.sns_link li {
	font-size: 1em;
	line-height: 1.3em;
	text-align: center;
	margin: 15px 0;
}

.sns_link li span {
	font-size: 0.7em;
}

.sns_link li a {
	color: #d3eaf0;
	text-decoration: none;
}

.spUser,
.pcUser {
    display :none;
}


/* 画像hover　範囲内での拡大 */ 
.hover_img {
	overflow: hidden !important;
	max-height: 256.5px;
}

.hover_img2 {
	overflow: hidden !important;
}

.zoomin1 img{
    -webkit-transform: scale(1);
     -moz-transition: scale(1);
    transform: scale(1);
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}

.zoomin1:hover img {
    -webkit-transition: 1.3s ease-in;
    -moz-transition: 1.3s ease-in;
    transition: 1.3s ease-in;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}



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

.footer_line {
	width: 100%;
    object-fit: cover;
	height: 40px;
}

.footer_logo {
	width: 400px;
	text-align: center;
	margin: 0 auto 30px;
}

footer dl {
	padding: 0;
	margin: 0 auto 50px;
	width: 100%;
	text-align: left;
	font-size: 0.75em;
	line-height: 1.8em;
	max-width: 600px;
}

footer dt {
	padding: 0;
	margin: 0;
	color: #666;
	width: 110px;
}

footer dd {
	padding: 0;
	color: #666;
	width: auto;
	margin: -1.8em 0 5px 120px;
}

.width_banner {
	width: 60px;
}


footer p {
	font-size: 0.75em;
	line-height: 1.8em;
	letter-spacing: 1px;
	color: #ccc;
}

footer a {
	color: #ccc;
}



/* 下層ページ */
#slide_sub1 {
	position: relative;
	margin: 0;
	width: 100%;
	background-color: #eee;
	padding-bottom: 0;
}

.slide_sub1_hero {
    width: 100%;
    object-fit: cover;
    object-position: 0 0;
    z-index: 1;
	margin: 0;
	vertical-align: bottom;
}

#slide_sub1 .logo {
	position: absolute;
  	top: 50%;
  	left: 50%;
  	-ms-transform: translate(-50%,-50%);
  	-webkit-transform: translate(-50%,-50%);
  	transform: translate(-50%,-50%);
  	margin:0;
  	padding:0;
}



#slide_sub2 {
	position: relative;
	width: 100%;
	margin: 0;
	padding-top: 60px;
	padding-bottom: 100px;
	background-color: #eee;
}

#slide_sub2 p {
	color: #333;
	font-size: 0.95em;
	line-height: 1.8em;
	text-align: justify;
	text-justify: inter-ideograph;
	margin-bottom: 25px;
	letter-spacing: 1px;
}

#slide_sub2 a {
	color: #01a29b;
}



/* ABOUT page */
.photo_right {
	float: right;
	width: 40%;
	margin: 0 0 1.5em 2em;
}

.photo_left {
	float: left;
	width: 40%;
	margin: 0 2em 1.5em 0;
}

.img_radius10 {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.img_radius_daen1 {
	border-radius: 42% 58% 47% 53% / 52% 37% 63% 48%;
}

.img_radius_daen2 {
	border-radius: 54% 46% 55% 45% / 39% 60% 40% 61%;
}



/* チケット page */
#slide_sub2 h3 {
	color: #000;
	font-size: 1.1em !important;
	line-height: 1.8em;
	font-weight: 500;
	text-align: left;
	margin: 0;
}

.h4_ticket {
	color: #4869b1;
	font-size: 1.3em !important;
	line-height: 1.8em;
	font-weight: bold;
	text-align: center;
	margin: 40px 0 0;
}

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

.price_area ul {
	display: flex;
    justify-content: space-between;
	width: 68%;
	margin: 10px 0 30px;
	padding: 0;
	list-style-type: none;
}

.price_area li {
	width: 48.5%;
	margin: 0;
	padding: 10px 10px 5px;
	color: #000;
	font-size: 1em;
	line-height: 1.6em;
	border-radius: 4px;	/* CSS3草案 */
	-webkit-border-radius: 4px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 4px;
	border: 12px solid #fff;
	background-color: #e7e7e7;
}

.price_area li img {
	width: 120px;
	transform: rotate( -15deg );
    margin-top: -5px;
	margin-bottom: 15px;
}

.price_area dl {
	margin: 5px 0 0;
	padding: 0;
	width: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
	border-top: 1px dotted #7c656a;
}

.price_area dt {
	padding: 5px 0 0 1em;
	letter-spacing: 0;
	font-size: 0.9em;
	text-align: left;
	width: 65%;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
}

.price_area dd {
	margin: 0 auto;
	padding: 10px 1em 0 0;
	width: 35%;
	text-align: right;
	letter-spacing: 0;
}

.price_area figure {
	width: 30%;
	margin: 10px 0 30px;
	padding: 0;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0;
	border-radius: 4px;	/* CSS3草案 */
	-webkit-border-radius: 4px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 4px;
}

.price_area figure .caption {
	color: #222;
	margin-top: 10px;
	font-size: 1em;
	line-height: 1.8em;
	margin-bottom: 10px;
	font-weight: bold;
}

.price_area figure .caption span {
	font-size: 0.8em;
	line-height: 1.6em;
	text-decoration: underline;
}

.price_area figure img {
	width: 100%;
	margin-bottom: 5px;
}

.go_modal {
	position: relative;
	padding: 0;
	margin: 0;
}

#inline {
    display: none;
}


#slide_sub2 .sectTit {
  position: relative;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  font-size: 1.5em;
	color: #4869b1;
	margin-top: 40px;
}

#slide_sub2 .sectTit::before,
#slide_sub2 .sectTit::after {
  position: relative;
  display: inline-block;
  content: "";
  background: #4869b1;
  width: 2px;
  height: 2em;
  margin: 0 1em;
  margin-top: -.2em;
  vertical-align: middle;
}

#slide_sub2 .sectTit:before {
  transform: rotate(-35deg);
}

#slide_sub2 .sectTit:after {
  transform: rotate(35deg);
}



.seat_wrap {
	background-color: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin: 40px 0 0;
	position: relative;
	padding: 1em 2em .3em;
}

.seat_name {
	color: #fff;
	font-size: 1em;
	line-height: 1.5em;
	font-weight: 500;
	text-align: left;
	background-color: #4869b1;
	letter-spacing: 1px;
	margin: 1em 0;
	padding: .5em 1em;
}


.guide_wrap {
	text-align: left;
	background-color: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	position: relative;
	margin: 40px 0 0;
	padding: 1.5em 2em 1.2em;
	display: flex;
	flex-wrap: wrap;
}

.guide_wrap .guide_name {
	width: 18%;
	color: #4869b1;
	font-size: 1em;
	line-height: 1.8em;
	font-weight: bold;
	margin: 0 2% 0 0;
}

.guide_wrap .description {
	font-size: 1em;
	line-height: 1.8em;
	margin: 0;
	width: 78%;
	border-left: 1px dashed #c0c0c0;
	padding-left: 2em;
}

.guide_wrap .description p {
	margin: 0 0 15px !important;
	line-height: 1.6em !important;
	font-size: 1em !important;
}

.flex_plate {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: -10px;
	margin-bottom: 30px;
}

.flex_plate figure {
	width: 60%;
	margin: 0;
}

.flex_plate figure img {
	width: 100%;
}

.flex_plate .description {
	margin-left: 3em;
	border: 1px dashed #aaa;
	padding: 0 2em;
}

.flex_plate .description p {
	margin-bottom: 0 !important;
}

.note_wrap {
	border: 5px double #ccc;
	padding: 10px 20px 0;
	margin-top: 50px;
}

.ticket_note {
	font-size: 0.9em;
	line-height: 1.8em;
	text-align: justify;
 	text-justify: inter-ideograph;
	letter-spacing: 1px;
	margin: -25px 0 0;
	padding: 0;
	color: #333333;
}

.tokuten_img {
	width: 74.786325%;
	margin-bottom: 60px;
}



/*概要 page*/
.table_area {
	margin: 50px 0 100px;
}

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

table.outline th { 
	font-size: 0.9em;
	line-height: 2em;
	text-align: left;
	letter-spacing: 1px; 
	vertical-align: top;
	width: 220px;
	padding-top: 18px;
	padding-bottom: 18px;
	padding-left: 30px;
	font-weight: normal;
	font-style: normal;
	border: 1px solid #c6c8ce;
	border-right-style: none;
	border-left-style: none;
}

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


/* コロナ対策 */
.ｈ2＿measures {
	color: #000 !important;
	font-size: 2em !important;
	line-height: 1.6em !important;
	font-weight: 500 !important;
	margin-top: 10px !important;
}

.ｈ2＿measures::after {
	display: none !important;
}

.measures_ti {
	background-color: #000;
	color: #fff;
	font-size: 1.3em;
	line-height: 1.8em;
	text-align: center;
	margin-top: 50px;
	padding: 6px;
}

.ul_01 {
	width: 100%;
	margin: 25px 0 0;
	padding: 0 0 0 20px;
}

.ul_01 li {
	font-size: 1em;
	line-height: 1.8em;
	text-align: justify;
	text-justify: inter-ideograph;
	margin: 0 0 8px;
	padding: 0;
}

.s1 {
    letter-spacing: 2px;
    font-size: 1.3em;
    line-height: 2.3em;
    display: flex;
    align-items: center;
    color: #000;
}

.s1:before {
    margin-right: 1em;
}

.s1:after {
    margin-left: 1em;
}

.s1:before, .s1:after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background: #999;
    display: block;
}

.notice_area ul {
    margin: 30px 0 0;
    padding: 0;
    list-style-type: none;
}

.notice_area li {
    margin: 0;
    padding: 0 0 2em;
    display: flex;
}

.notice_area figure {
    width: 10%;
    text-align: left;
    margin: 0;
}

.notice_area dl {
    padding: 0;
    text-align: left;
    margin-top: .2em;
    width: 90%;
    margin-left: 1.5em;
}

.notice_area dt {
    color: #00aeb3;
    font-size: 1.2em;
    line-height: 2em;
    font-weight: bold;
    text-align: left;
    margin: 0;
    padding: 0;
}

.notice_area dd {
    padding: 0;
    text-align: left;
    margin: 0 0;
    font-size: 0.9em;
    line-height: 2em;
}


/* Access page */
.dl_access {
    width: 100%;
    margin: 0;
    padding: 0;
}

.dl_access dt {
    text-align: center;
    font-size: 0.95em;
    line-height: 2em;
    color: #fff;
    width: 110px;
	background-color: #222;
}

.dl_access dd {
    text-align: left !important;
    font-size: 0.9em !important;
    line-height: 1.8em;
    margin-left: 140px;
    margin-top: -1.9em;
}

.map {
	margin-top: 40px;
}

.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%;
}

.frame_h3 {
	color: #000 !important;
	font-size: 1.1em !important;
	text-align: center !important;
	margin-top: 80px !important;
	padding: 10px;
	margin-bottom: 30px !important;
	border: 1px solid #000;
}

.map_width80 {
	width: 80%;
}


/* info page */
.info_top_mg {
	margin-top: 180px;
} 

.flip-horizontal {
    transform: scale(-1, 1);
}

.info_wrap h3 {
	border: 1px solid #111;
	border-right-style: none;
	border-left-style: none;
	font-weight: 300;
	padding-top: 6px;
	padding-bottom: 8px;
	border-top-width: 3px;
}

.info_wrap h4 {
	color: #4869b1;
	font-size: 1em;
	line-height: 1.8em;
	font-weight: 500;
	padding-top: 0;
	text-align: left;
	margin-top: 40px;
}

.info_wrap ol {
	font-size: 0.95em;
	line-height: 1.8em;
	margin: 0 0 0 20px;
	padding: 0;
}

.info_wrap ol li {
	margin: 0 0 10px;
	padding: 0;
	text-align: justify;
 	text-justify: inter-ideograph;
}

.info_wrap ol ul {
	margin: 5px 0 0 20px;
	padding: 0;
}

.info_wrap ol ul li {
	margin: 0 0 0 8px !important;
}

.hr_gray {
	border-top: 1px solid #ccc;
	margin-top: 40px;
}

.photo_2row {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.photo_2row img {
	width: 48%;
	margin-bottom: 30px;
}


/* 新着情報一覧 */
.dl_info {
	text-align: justify;
	text-justify: inter-ideograph;
	width: 100%;
	margin: 0;
	padding: 10px 0 100px;
	border-top: 1px solid #ccc;
}

.dl_info dt {
	font-size: 0.8em;
	line-height: 1.8em;
	margin: 0 0 5px;
	padding: 0;
	font-weight: bold;
}

.dl_info dd {
	font-size: 0.9em;
	line-height: 1.8em;
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comment_wrap {
	border-radius: 8px; /* CSS3草案 */  
	-webkit-border-radius: 8px; /* Safari,Google Chrome用 */  
	-moz-border-radius: 8px; /* Firefox用 */
	margin-top: 80px;
	padding: 1em 2em;
	border: 1px solid #AAA;
}

.comment_name {
	color: #000;
	font-size: 1em;
	line-height: 2em;
	font-weight: bold;
	text-align: left;
	margin-top: 1em;
}


/* 出演恐竜 page */
.bg_darkG {
	background-color: #222222 !important;
}

.txt_ddd {
	color: #ddd !important;
}

.dino_warp {
	position: relative;
    width: 100%;
    margin: 0;
}

.dino_warp .back_img {
	width: 100%;
    object-fit: cover;
    object-position: 0 0;
    margin: 50px 0 0;
	position: relative;
}

.dino_eg {
	color: #000;
	text-align: left;
	font: 600 5em/0.7em 'Smooch Sans', sans-serif;
	margin: 0;
	position: absolute;
    top: calc(40/1920*100vw);
    left: 60px;
    width: calc(800/1920*100vw);
}

.dino_jp {
	color: #000;
	font-weight: bold;
	font-size: .4em;
}

.dino_photo {
	position: absolute;
    top: calc(50% - 342.5/1920*100vw);
    left: calc(50% - 660/1920*100vw);
    width: calc(1320/1920*100vw);
    height: calc(685/1920*100vw);
}

.dino_txt {
	text-align: justify;
	text-justify: inter-ideograph;
	background-color: rgba(84,80,67,0.2);
	padding: 1.5em 1.5em 0;
	border: 1px solid #978b78;
	 width: 33%;
	position: absolute;
    bottom: calc(60/1920*100vw);
	right: 60px;
}

.dino_txt h3 {
	color: #000 !important;
	font-size: 1.5em !important;
	line-height: 1.3em !important;
	font-weight: bold !important;
}

.dino_txt p {
	font-size: 1.1em !important;
	line-height: 1.8em !important;
}

.dino_list ul {
	width: 98%;
	margin: 30px auto 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.dino_list li {
	width: 15%;
	margin: 0;
	padding: 0;
}

.dino_list li img {
	border-radius: 8px; /* CSS3草案 */  
	-webkit-border-radius: 8px; /* Safari,Google Chrome用 */  
	-moz-border-radius: 8px; /* Firefox用 */
}

.display_none {
	display: none !important;
}



/* 見どころ情報 */
.pickup_h3 {
	color: #000 !important;
    font-size: 1em !important;
    line-height: 1.6em !important;
    text-align: left !important;
    position: relative;
    overflow: hidden !important;
    border: 1px solid #333 !important;
    margin-top: 50px !important;
    margin-bottom: 50px !important;
    padding: 1rem 0.5rem 1rem 120px !important;
	background-color: #ddd;
}

.pickup_h3:before {
  position: absolute;
  top: -150%;
  left: -100px;
  width: 190px;
  height: 300%;
  content: '';
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
	background-color: #000;
}

.pickup_h3 span {
  font-size: 2.2rem;
  font-family: 'Noto Serif JP', serif;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  padding-top: 13px;
  padding-left: 14px;
  color: #fff;
}

.pickup_ti01 {
	margin-left: auto;
	margin-right: auto;
	width: 280px;
}

.pickup_ti02 {
	margin-left: auto;
	margin-right: auto;
	width: 320px;
}

.gray_wrap {
	padding: 30px 30px 10px;
	border: 1px solid #ccc;
	background-color: rgba(255, 255, 255, 0.5);
}

.flex_photoR {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0;
}

.flex_photoR .description {
	width: 65%;
	margin: 0;
}

.flex_photoR figure {
	width: 30%;
	margin: 0;
}

.flex_photoR figure figcaption {
	text-align: right;
	font-size: 0.85em;
	line-height: 1.6em;
}

.goods_area {
	margin-top: 80px;
}

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

.goods_area li {
	width: 32%;
    background-color: #ddd;
    padding: 20px;
    color: #000;
    font-size: 0.95em;
    line-height: 1.8em;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    margin: 0 0 30px 0;
}

.goods_area li img {
	box-shadow: 0 0 7px rgba(0,0,0,0.1);
}

.goods_area li h4 {
	margin: 5px 0 0;
	font-size: 1em;
	line-height: 1.5em;
	text-align: left;
}

.goods_area li p {
	margin: 5px 0 0 0 !important;
	font-size: 0.95em !important;
}

.dinner_wrap {
	margin: 0 0 40px;
    padding: 30px;
    background-color: #fff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    box-shadow: 0 0 7px rgb(0 0 0 / 8%);
}

.dinner_h4 {
	color: #ffa500;
	font-size: 1.3em;
	line-height: 1.8em;
	letter-spacing: 1px;
	margin: 0;
}
.under_orange {
    background: linear-gradient(transparent 95%, #ffa500 50%);
}

.link_white {
	color: #fff !important;
}

.pickup_red_txt {
	text-align: center;
	font-size: 1.4em;
	line-height: 1.8em;
	color: #d7073a;
	font-weight: bold;
	margin-top: 40px;
}


/*キャスト情報*/
.cast-h3 {
	text-align: center !important;
}

.cast_wrap {
	display: flex;
	justify-content: space-between;
	margin: 0 0 40px;
	padding: 30px;
	background-color: #fff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
	box-shadow: 0 0 7px rgb(0 0 0 / 8%);
}

.cast_wrap figure {
	width: 25%;
	margin: 0;
	padding: 0;
}

.cast_wrap .description {
	text-align: justify;
	text-justify: inter-ideograph;
	width: 70%;
}

.cast_wrap .description h4 {
	color: #000;
	font-size: 1.3em;
	line-height: 1.5em;
	font-weight: 700;
	font-family: 'Noto Serif JP', serif;
	margin: 0 0 10px;
	letter-spacing: 1px;
}

.cast_wrap .prof {
	font: 1.1em 'Noto Serif JP', serif;
	line-height: 1.8em;
	font-style: italic;
	color: #4869b1;
	display: flex;
	align-items: baseline;
}

.cast_wrap .prof::after {
    content: "";
	height: 1px;
	background: #9eb0d7;
	display: block;
	margin-left: 0em;
	width: 100px;
}

.cast_wrap p {
	margin: 5px 0 0 0 !important;
	font-size: 0.9em !important;
}



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




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

/* ashiato */

.zindex {
	z-index: 5;
	position: relative;
}

.ashiato {
	position: absolute;
	top: 5px;
	z-index: 1;
	left:  calc(100/1920*100vw);
	 width: calc(384/1920*100vw);
  height: calc(589/1920*100vw);
}

.ashiato2 {
	position: absolute;
	top: 350px;
	z-index: 2;
	right: 20px;
	 width: calc(384/1920*100vw);
  height: calc(589/1920*100vw);
}

.ashiato7 {
	position: absolute;
	z-index: 2;
	left: 100px;
  width: calc(384/1920*100vw);
  height: calc(589/1920*100vw);
	top: 800px;
}

.ashiato3 {
	position: absolute;
	z-index: 10;
	bottom: calc(100/1920*100vw);
	left: 100px;
  width: calc(384/1920*100vw);
  height: calc(589/1920*100vw);

}

.ashiato4 {
	position: absolute;
	top: 5px;
	z-index: 1;
	left:  calc(100/1920*100vw);
	 width: calc(384/1920*100vw);
  height: calc(589/1920*100vw);
}

.ashiato5 {
	position: absolute;
	top: 350px;
	z-index: 2;
	right: 20px;
	 width: calc(384/1920*100vw);
  height: calc(589/1920*100vw);
}

.ashiato6 {
	position: absolute;
	z-index: 2;
	bottom: calc(100/1920*100vw);
	left: 100px;
	opacity: 0.5;
  width: calc(384/1920*100vw);
  height: calc(589/1920*100vw);

}

.ashiato8 {
	position: absolute;
	top: 20px;
	z-index: 1;
	left:  calc(100/1920*100vw);
		 width: calc(384/1920*100vw);
  height: calc(589/1920*100vw);

}

.ashiato9 {
	position: absolute;
	top: 300px;
	z-index: 1;
	right: 20px;
		 width: calc(384/1920*100vw);
  height: calc(589/1920*100vw);

}

@media screen and (min-width: 1921px) {
.dino_photo {
	position: absolute;
    top: calc(50% - 342px);
    left: calc(50% - 660/1920*100vw);
    width: calc(1320/1920*100vw);
    height: calc(685/1920*100vw);
}}





@media screen and (max-width: 1300px) {
.dino_eg {
    color: #000;
    text-align: left;
    font: 600 4em/0.7em 'Smooch Sans', sans-serif;
    margin: 0;
    position: absolute;
    top: calc(50/1920*100vw);
    left: 60px;
    width: calc(800/1920*100vw);
}

.dino_photo {
    position: absolute;
    top: calc(50% - 342.5/1920*100vw);
    left: 20px;
    width: calc(1320/1920*100vw);
    height: calc(685/1920*100vw);
}

.dino_txt {
    width: 40%;
	right: 30px;
}

.dino_txt h3 {
    font-size: 1.2em !important;
    line-height: 1.3em !important;
}

.dino_txt p {
    font-size: 0.95em !important;
    line-height: 1.8em !important;
}
}




@media screen and (max-width: 1199px) {
.top_contents img {
	width: 80%;
	margin-top: -150px;
}


/* 主演恐竜 */
.dino_name {
	width: 80%;
}

.dino_txt {
    width: 50%;
	right: 30px;
}

.dino_txt p {
    font-size: 0.95em !important;
    line-height: 1.6em !important;
}
}



@media screen and (max-width: 1049px) {
.top_contents_ti {
	color: #fff;
	font-size: 1.5em;
	line-height: 1.5em;
}

/* 出演恐竜 */
.dino_eg {
    color: #000;
    text-align: left;
    font: 600 3em/0.7em 'Smooch Sans', sans-serif;
    margin: 0;
    position: absolute;
    top: calc(50/1920*100vw);
    left: 40px;
    width: calc(800/1920*100vw);
}

.dino_photo {
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%;
    height: 100%;
}

.dino_object1 {
	margin-left: 2em;
	top: 0;
	margin-top: -40px;
}

.dino_object2 {
	margin-left: 6em;
	top: 0;
	margin-top: -20px;
}

.dino_object3 {
	margin-left: 8em;
}

.dino_object4 {
	margin-left: 8em;
}

.dino_object5 {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

.dino_object6 {
	margin-left: 6em;
}

.dino_txt {
    background-color: rgba(84,80,67,1);
    padding: 1.5em 1.5em 0;
    border: 1px solid #978b78;
    width: 98%;
    position: relative;
    bottom: calc(60/1920*100vw);
	left: 0;
	margin-right: auto;
		margin-left: auto;
	margin-top: 40px;
}

.dino_txt h3 {
    color: #fff!important;
}

.dino_txt p {
	color: #fff!important;
}

/* 見どころ */
.flex_photoR .description {
	width: 55%;
	margin: 0;
}

.flex_photoR figure {
	width: 40%;
	margin: 0;
}
}



@media screen and (max-width: 880px) {
/* チケット情報 */
.flexbox {
    display: flex;
    flex-direction: column;
}


.price_area ul {
	display: flex;
    flex-direction: column;
	width: 100%;
}

.price_area li {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.pre_price_area ul {
	display: flex;
    flex-direction: column;
	width: 100%;
	margin: 10px 0 20px;
	padding: 0;
	list-style-type: none;
}

.pre_price_area li {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}

.price_area figure {
    width: 100%;
    margin: 10px auto 50px;
    padding: 0;
}

.flex_plate figure {
	width: 55%;
	margin: 0;
}

.flex_plate .description p {
	margin-bottom: 10px !important;
}

/* アクセス */
.map_width80 {
	width: 100%;
}
}



@media screen and (max-width: 820px) {
.flex_plate figure {
	width: 100%;
	margin: 0;
}

.flex_plate figure img {
	width: 100%;
}

.flex_plate .description {
	margin-top: 10px;
	margin-left: 0;
	padding: 0 2em;
	width: 100%;
}

.flex_plate .description p {
	margin-bottom: 10px !important;
}
}



@media screen and (max-width: 768px) {
.top_contents img {
	width: 90%;
	margin-top: -150px;
}

.top_contents_ti {
	color: #fff;
	font-size: 1.3em;
	line-height: 1.5em;
	margin-top: 20px;
}

/* バナー */
.banner_wrap li {
    width: 100%;
    margin: 15px 0 0;
    padding: 0;
}

/* キャストMC */
.cast_wrap {
	display: flex;
	flex-direction: column;
}

.cast_wrap figure {
	width: 50%;
	margin: 0 auto 25px;
	padding: 0;
}

.cast_wrap .description {
	width: 100%;
}

/* 見どころ */
.flex_photoR .description {
	width: 100%;
	margin: 0;
}

.flex_photoR figure {
	width: 100%;
	margin: 0;
}
}	

	
	
@media screen and (max-width: 640px) {
body {
	font-size: 0.9em;
}

.container {
    width: 100%;
    max-width: none;
    text-align: center;
    margin: auto 0;
    padding-left: 20px;
    padding-right: 20px;
}

.container1200 {
    width: 100%;
    max-width: none;
    text-align: center;
    margin: auto 0;
    padding-left: 20px;
    padding-right: 20px;
}

.container1500 {
    width: 100%;
    max-width: none;
    text-align: center;
    margin: auto 0;
    padding-left: 20px;
    padding-right: 20px;
}

header {
	background-color: #000;
	height: 60px;
	margin: 0;
	padding: 0;
}

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


/* Slide 1 */
#slide1 {
	position: relative;
	margin: 0 0 50px;
	width: 100%;
}

.top_contents img {
	width: 90%;
}

.top_contents_ti {
	color: #fff;
	font-size: 1.3em;
	line-height: 1.5em;
	margin-top: 30px;
	letter-spacing: 2px;
}

.news_wrap {
    width: 95%;
    max-width: 1600px !important;
    margin: 1em auto;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.news_wrap .news {
    margin: 1.2em 0 1em;
	padding: 0 .5em;
}

.news_wrap .news_title {
    font-size: 0.9em;
    line-height: 2.2em;
    text-align: center;
    width: auto;
    border-right: none;
    margin: 0.8em 0 0;
    color: #ddd;
    letter-spacing: 2px;
	border-bottom: 1px solid #444;
	padding-bottom: 10px;
}

.news_wrap .news div {
    margin-bottom: 7px;
	border-bottom: 1px solid #444;
	padding-bottom: 7px;
}



/* slide2 */
#slide2 h2 {
	font-size: 1.5em;
    line-height: 1.5em;
}


/* スポット映像 */ 
.spot_movie ul {
	width: 100%;
	margin: 0;
	padding: 0;
	-js-display: flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	position: relative;
}
 
.spot_movie li {
	width: 100%;
	padding: 0;
	list-style-type: none;
	margin-right: 0;
	margin-top: 0;
	margin-left: 0;
}


#slide3 h2,
#slide4 h2,
#slide_sub2 h2 {
    font: 4em 'Smooch Sans', sans-serif;
    letter-spacing: 3px;
    margin: 0;
    padding-bottom: 20px;
    position: relative;
}


/* slide3 */
.heading03::before {
	margin-right: 15px;
}
.heading03::after {
	margin-left: 15px;
}


/* slide4 */
.price_area ul {
    -js-display: flex;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 10px 0 0;
    padding: 0;
    list-style-type: none;
}

.price_area li {
    width: 100%;
    margin: 0 0 30px;
}

.price_area dt {
    padding: 0;
    letter-spacing: 0;
    font-size: 0.95em;
    text-align: right;
    width: 50%;
    margin-top: 5px;
    margin-right: 0;
    margin-bottom: 0;
}

.price_area dd {
    margin: 0 auto;
    padding: 0;
    width: 44%;
    text-align: center;
    letter-spacing: 0;
}

.hayawari {
    width: 100%;
    margin: 0 auto auto;
}


/* slide5 */



/* ピクアップ情報 */
.goods_area li {
	width: 100%;
    background-color: #ddd;
    padding: 20px;
    color: #000;
    font-size: 0.95em;
    line-height: 1.8em;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    margin: 0 0 30px 0;
}

.pickup_red_txt {
	font-size: 1.1em;
}



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

.footer_line {
	width: 100%;
    object-fit: cover;
	height: 30px
}

.footer_logo {
    width: 200px;
}

footer p {
	text-align: left;
}



/* SNSボタン配置 */
.sns_link_sp ul {
	position: fixed;
	margin: 0;
	padding: 10px 0;
	-js-display: flex;
    display: flex;
	width: 100%;
	height: 60px;
	list-style-type: none;
	bottom: 0;
	left: 0;
	background-color: #fff;
	box-shadow: 0 0 4px #ccc;
	z-index: 100;
}

.sns_link_sp li {
	font-size: 1em;
	line-height: 1.3em;
	text-align: center;
	margin: 0;
	width: 33%;
}

.sns_link_sp li span {
	font-size: 0.7em;
}

.sns_link_sp li a {
	color: #333;
	text-decoration: none;
}


/* 下層ページ */
.slide_sub1_hero {
    width: 1920px;
    object-fit: cover;
    object-position: right 0;
    z-index: 1;
	height: 80px;
}

#slide_sub1 .logo {
	display: none;
}



/*チケット page*/
#slide_sub2 {
	position: relative;
	width: 100%;
	margin: 0;
	padding-top: 40px;
	padding-bottom: 60px;
	background-color: #eee;
}

.go_modal p {
    position: absolute;
    bottom: -10px;
    right: 5px;
    color: #26b9eb;
    font-size: 0.9em;
    line-height: 1.6em;
}


.seat_wrap {
    background-color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin: 40px 0 0;
    position: relative;
    padding: 1em 2em 0.3em;
}


.guide_wrap .guide_name {
    width: 100%;
	text-align: center;
	margin: 0;
}

.guide_wrap .description {
    border-top: 1px dashed #c0c0c0;
    border-left: none;
    padding-left: 0;
	width: 100%;
	margin-top: 20px;
	padding-top: 20px;
}


.tokuten_img {
    width: 100%;
    margin-bottom: 30px;
}



/*outline page*/
.table_area {
    margin: 50px auto 100px;
	width: 95%;
}

table.outline th {
    width: 100%;
	display: block;
	border-bottom-style: none;
	background-color: #fff;
	padding: 5px 10px;
}

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



/* コロナ対策 */
.ｈ2＿measures {
	font-size: 1.3em !important;
	font-weight: 500 !important;
	margin-top: 10px !important;
}

.s1 {
    letter-spacing: 1px;
    font-size: 1em;
    line-height: 2.3em;
}

.notice_area figure {
    width: 20%;
    text-align: left;
    margin: 0;
}

.notice_area dl {
    padding: 0;
    text-align: left;
    margin-top: .2em;
    width: 80%;
    margin-left: 1.5em;
}


/*Access page*/
.dl_access dt {
    width: 100%;;
}

.dl_access dd {
    margin-left: 0;
    margin-top: 20px;
}


/*出演恐竜*/
.dino_eg {
    color: #000;
    text-align: left;
    font: 600 2em/0.7em 'Smooch Sans', sans-serif;
    margin: 0;
    position: absolute;
    top: calc(70/1920*100vw);
    left: 20px;
    width: calc(800/1920*100vw);
}

.dino_photo {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    height: 100%;
}

.dino_txt {
    margin-top: 15px;
}

.dino_list li {
    width: 31%;
    margin: 0 0 10px;
    padding: 0;
}

.dino_object1 {
	top: 0;
	margin-top: -5px;
	margin-left: 3em;
	width: 70%;
}

.dino_object2 {
	top: 0;
	margin-top: -10px;
	width: 75%;
	margin-left: 3em;
}

.dino_object3 {
    object-position: 0 100%;
	top: 0;
	margin-top: -10px;
	width: 80%;
	margin-left: 3em;
}

.dino_object4 {
    object-position: 0 100%;
	top: 0;
	margin-top: -30px;
	width: 90%;
	margin-left: 3em;
}

.dino_object5 {
	margin-top: 20px;
	width: 90%;
}

.dino_object6 {
    top: 0;
	margin-top: -20px;
	width: 90%;
	margin-left: 2em;
}


/*キャストMC*/
.cast_wrap figure {
	width: 100%;
	margin: 0 auto 25px;
	padding: 0;
}

/*見どころ*/
.pickup_h3 {
   padding: 1rem 0.5rem 1rem 100px !important;
 }
	

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

.floating-banner img {
    width: 100%;
	height: auto;
} 


.hidden_pc {
	display: block;
}
.hidden_sp {
	display: none;
}
.ashiato3 {
	position: absolute;
	z-index: 10;
	bottom: calc(700/1920*100vw);
	left: 20px;
	opacity: 0.5;
  width: calc(384/1920*100vw);
  height: calc(589/1920*100vw);

}
}
