@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;600;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/css2?family=Shippori+Mincho:wght@400;500;700;800&display=swap');

html {
	overflow: auto;
}



/* パララックス用のスタイル - 追加 */
.cd-fixed-bg {
    position: relative;
    min-height: 100vh;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Global */
body {
    color: #fff;
	font-size: 1em;
	font-family:'Roboto','Noto Sans JP', "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
    overflow-wrap: anywhere;
	letter-spacing: 1px;
	display: flex;
  	flex-flow: column;
    position: relative;
	height: 100%;
  	min-height: 100vh;
	background-color: #1a1b1d;
}


#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: #ddd29c;
	text-decoration: none;
	transition-property: all;
  	transition: 0.2s linear;
	border-style: none;
}

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

a:visited {
	color: #ddd29c;
}


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

.menu {
	position:fixed;
	top: 0;
	width:100%; 
	height: auto; 
	z-index: 9900;
	 display: none;
	background-color: #1a1b1d;
	overflow: hidden;
	-webkit-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
	 transition:  all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.menu_wrap {
	display: flex;
	justify-content: space-between !important;
	width: 100%;
}

.menu_wrap h1 {
	margin-top: 15px;
	margin-left: 30px;
	margin-bottom: 0;
	padding: 0;
	width: 110px;
}

.menu_wrap #nav {
	margin: 30px 60px 0 0;
}

ul.navigation {
	display: flex;
	margin: 0;
	padding: 0;
}

.navigation li {
	color: #999;
	font-size: 0.85em;
	line-height: 2em;
	font-weight: 500;
	padding: 0 2em 0 0;
	list-style: none;
	letter-spacing: 0.5px;
}

.navigation li:last-child {
	margin-right: 0;
}

.pointer_none {
	pointer-events: none;
}

.sp_none {
	display: block;
}

.menu_nolink {
	pointer-events: none;
	color: rgba(245, 165, 161, 0.85) !important;
}

.menu a {
	color: #fff;
}

.arilink {
	text-decoration: underline !important;
	color: red !important;
}

a:hover {
  
  }


 .box_moji {
    display: inline-block;
    width: 60px;
    border: 1px solid black;
    margin: 10px;
    text-align: center;
    line-height: normal;
  }
  .text-container {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
  }
/* ふわっと表示 */
/* 画面外にいる状態 */
.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;
}



/* ページ読み込みふわっと表示下から */
.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);}
}



/* 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;
	vertical-align: bottom;
}
/* Slide2 パララックス対応 - 変更 */ 
.cd-fixed-bg.cd-bg-slide2 {
    background-image: url('../images/bg.jpg');
    padding: 100px 0;
}

/* Slide2 */ 
#slide2 {
	position: relative;
	text-align: center;
	margin: 0;
	
	background: url(../images/bg.jpg) top center repeat;
	background-size: cover;
  position: relative;
  height:100%;
}

#slide2 .container {
    position: relative;
	text-align: center;
    z-index: 10;
	margin: 0;
	padding: 0;
	height:100%;
    max-width: 1000px;
    margin: auto;
}

#slide2 h1 {
	color: #fff;
	font-size: 1.9em;
	line-height: 1.8em;
	font-weight: 800;
	font-family: "Shippori Mincho", serif;
	margin: auto;
}

#slide2 h1 span {
    background: -webkit-linear-gradient(white 0%, #79b0e8 100%);
	background: linear-gradient(white 0%, #79b0e8 100%);
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.event_duration {
	color: #fff;
	font-size: 2.4em;
	line-height: 1.8em;
	font-weight:400;
	font-feature-settings: "palt";
	margin: 20px auto auto;
	letter-spacing: 2px;
}

.event_duration span {
	font-size: 0.65em;
}

.top_notes {
	color: #d1aca9;
	font-size: 0.85em;
	line-height: 1.7em;
	text-align: left;
	font-weight: 500;
	width: 100%;
	max-width: 860px;
	margin: 30px auto auto;
}

.lead_area {
  position:relative;
  border: 1px solid #949aab;
  width:100%;
  margin: 50px auto;
  padding: 2em;
}

.lead_area p {
	font-size: 1em;
	line-height: 2.1em;
	text-align: left;
	margin: 0;
	padding: 0;
}

.lead_area h2 {
	font-size: 1.5em;
	line-height: 1.8em;
	font-weight: 300;
	text-align: left;
	margin: 0 0 30px;
	display: inline-block;
	background-color: #000;
	padding: 2px 1em 0;
}

.lead_area h3 {
	font-size: 1.1em;
	line-height: 1.8em;
	font-weight: 300;
	text-align: left;
	margin: 40px 0 10px;
	display: inline-block;
	background-color: #000;
	padding: 2px 1em 0;
}

.lead_area .p_small {
	font-size: 0.9em;
	line-height: 1.8em;
}

.common_p {
	font-size: 0.95em;
	line-height: 1.9em;
	text-align: left;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 20px;
	padding: 0;
}

#slide2 figure {
	margin: 30px 0 0;
}

#slide2 figure figcaption {
	font-size: 0.7em;
	line-height: 1.5em;
	text-align: right;
	margin: 3px 0 0;
}


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

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

#slide3 p {
	font-size: 1.1em;
	line-height: 2.5em;
	text-align: justify;
 	text-justify: inter-ideograph;
	margin: 50px 0 0;
	padding: 0;
}



table.outline {
	color: #ccc;
	border-collapse: collapse;
	font-size: 0.9em;
	line-height: 1.8em;
	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 #666;
	border-right-style: none;
	border-left-style: none;
}

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

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

#slide9 dl {
	font-size: 0.95em;
	line-height: 1.8em;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	max-width: 650px;
}

#slide9 dt {
	width: 50%;
}

#slide9 dd {
	margin-left: 55%;
	margin-top: -1.8em;
	margin-bottom: 10px;
	text-align: center;
}

#slide9 p {
	font-size: 0.85em;
	line-height: 1.8em;
	text-align: left;
	margin: 30px auto 0;
	padding: 0;
	width: 100%;
	max-width: 650px;
	color: #ddd;
}

/* Slide4 */


/* Slide4 パララックス対応 - 変更 */ 
.cd-fixed-bg.cd-bg-slide4,
.cd-fixed-bg.cd-bg-slide6 {
    background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.4)), 
                      url('../images/slide2/hoseki.png');
    padding: 100px 0;  /* 統一 */
}

#slide4 .container {
    position: relative;
	text-align: center;
    z-index: 10;
   margin: 0;

}




.story_wrap {
position:relative;
margin: auto;
}

.title_h2 {
position:relative;
margin: 0 auto 60px;
}

.title_h2 h2 {
	font-size: 1.4em;
	line-height: 1;
	font-weight: 500;
	font-family: "Shippori Mincho", serif;
	margin: 0;
	position: absolute;
	top: 47%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  letter-spacing: 2px;
}

.story_wrap p {
	font-size: 1em;
	line-height: 2.1em;
	text-align: left;
	margin: 0;
	padding: 0;
}

p.note {
	font-size: 0.8em;
	line-height: 1.8em;
	text-align: left;
	margin: 20px 0 0;
	padding: 0;
	color: #ccc;
}

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

.event_photo img {
	width: 100%;
}


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

.price_wrap {
	font-size: 1.2em;
    line-height: 2em;
    text-align: center;
    letter-spacing: 0;
	margin-top: 40px;
	margin-bottom: 0;
}

.tokuten_info {
	margin: 50px 0 0;
}

.tokuten dl {
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
}

.tokuten dt {
	color: #231300;
	font-size: 0.95em;
    line-height: 1.8em;
    text-align: left;
	margin: 0 20px 0 0;
	background: linear-gradient(25deg, #b39855 0%, #fff9e6 50%, #b39855 100%);
	padding: 5px 20px;
	width: 85px;
}

.tokuten dd {
	font-size: 0.95em;
    line-height: 1.8em;
    text-align: left;
	margin: -2.7em 0 0 120px;
}


.pre-sale {
	margin-top: 60px;
	margin-bottom: 0;
    padding: 2em;
    border: 1px solid #6a7288;
}

.sale_title {
	color: #a4c9ef;
	font-size: 1.2em;
    line-height: 2em;
	margin: 0;
}

.pre-sale h3 {
	color: #a4c9ef;
	font-size: 1em;
    line-height: 1.8em;
	margin: 40px 0 20px;
	border-bottom: thin solid #a4c9ef;
	padding-bottom: 3px;
	text-align: left;
}



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

.flow_design ul {
  list-style-type: none;
  margin: 40px 0;
  padding: 0;
}

.flow_design li {
  border-radius: 8px;
  background: #f2f4f9;
  position: relative;
  margin: 0 0 15px;
  padding: 22px;
  color: #222;
}

.flow_design li::after {
  content: '';
  position: absolute;
  bottom: -10px; /* 矢印の位置調整 */
  left: 20%;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #a4c9ef; /* 三角形の色 */
}

.flow_design li:last-child::after {
  display: none;
}

.flow_design dl {
  display: flex;
	width: 100%;
  font-size: 0.95em;
  line-height: 1.7em;
  margin: 0;
  padding: 0;
}

.flow_design dl dt {
color: #79b0e8;
  font-size: 1.3em;
  font-weight: 500;
text-align: center;
  width: 15%;
  min-width: 3em;
margin: 0;
padding: 0;
}

.flow_design dl dd {
  text-align: left;
  width: 85%;
margin: 0;
padding: 0;
}

.dl_badge {
	margin: 10px 0 0;
}

.dl_badge img {
	width: auto;
	height: 40px;
	margin: 0 10px 0 0;
}



/* 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: 2em;
	width: 110px;
	padding-top: 2px;
	border: thin solid #999;
}

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

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



/* Slide8　キャスト */ 
#slide8 {
	position: relative;
	text-align: center;
	padding: 100px 0 120px;
}


#slide8 p {
	color: #fff;
	font-size: 1.1em;
	line-height: 2.5em;
	text-align: left;
	margin: 40px 0 0 3em;
}

#slide8 p span {
	display: inline-block;
}



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

.footer_txt {
	color: #aaa;
	font-size: 0.8em;
	line-height: 1.8em;
	text-align: left;
	width: 100%;
	max-width: 660px;
	margin: auto;
}

.copyright {
	color: #888;
	font-size: 0.95em;
	line-height: 1.8em;
	letter-spacing: 1px;
	margin: 40px 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: 1250px) {
.sp_none {
    display: none;
}
}


@media screen and (max-width: 1024px) {
.container {
	width: 92%;
	max-width: 1000px !important;
	margin: auto;
}

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


@media screen and (max-width: 912px) {
.cast_flex figure {
	width: 23.5%;
	margin: 0 2% 50px 0;
	padding: 0;
}
}


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

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

.menu_wrap h1 {
	margin-top: 5px;
	margin-left: 10px;
	text-align: left;
}

.menu_wrap h1 img {
	width: 120px;
}

.menu_wrap #nav {
    margin: 20px 60px 0 0;
}

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


/* sp-slide1 */
.top-pre-sale {
    color: #fff;
    font-size: 1.3em;
   padding: .5em;
   letter-spacing: 1px;
   line-height: 1.6em;
}

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

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

.event_duration {
    font-size: 2em;
    line-height: 1.3em;
}

.lead_area h2 {
    font-size: 1.4em;
    line-height: 1.5em;
    padding: 8px 1em;
}

.lead_area {
    padding: 2em 1em;
}

.title_h2 {
    position: relative;
    margin: 0 auto 40px;
}

.title_h2 h2 {
	font-size: 1.2em;
}


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

/* sp-slide9 */
#slide9 {
    position: relative;
    text-align: center;
    margin: 0;
	background: none;
    padding: 80px 0 60px;	
}

#slide9 dl {
    margin: 0 auto 0 10px;
}

#slide9 dt {
    width: 100%;
}

#slide9 dd {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 15px;
    text-align: left;
}


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

.event_photo img {
    width: 100%;
	margin-bottom: 20px;
}


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

.tokuten dl {
    margin: 0 0 20px 5px;
}

.tokuten dd {
    font-size: 0.95em;
    line-height: 1.8em;
    text-align: left;
    margin: 10px 0 0;
}

.pre-sale {
    padding: 2em 1em;
}

.sale_title {
    font-size: 1.1em;
    line-height: 2em;
}

/* sp-slide6 */
#slide6 {
    padding: 30px 0 0;
	
}

.flow_design li {
  padding: 15px;
}

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

#slide7 h2 {
    width: 85%;
}

#slide7 h2 img {
	margin-bottom: 5px;
}

table.outline th {
			color: #222;
			width: 100%;
			display: block;
			padding: 5px 10px 3px;
			max-width: auto;
			max-width:initial;
			border-top-style: none;
			background-color: #ccc;
}

table.outline td {
		padding: 8px 10px 20px 0;
		width: 100%;
		display: block;
		border-style: none;
	}
	
	#slide7 dl {
		padding: 0 2.5%;
	}
	
	#slide7 dt {
    width: 100%;
}
	
	#slide7 dd {
		margin-left: 0;
		margin-top: 15px;
}

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

#slide8 p {
	font-size: 1em;
    line-height: 2em;
	margin-left: 0.5em;
}

.cast_flex {
    margin: 60px 0 0;
}

.cast_flex figure {
	width: 48%;
	margin: 0 4% 30px 0;
	padding: 0;
}

.cast_flex figure:nth-child(2n)  {
	margin: 0 0 30px !important;
}

.cast_flex figure figcaption {
	font-size: 0.9em;
}

.cast_frame {
    margin: 0;
    border: 1px solid rgba(218, 217, 202, 0.3);
    padding: 1em;
}

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

.footer_wrap {
	width: 95%;
	max-width: 1000px !important;
	margin: auto;
	display: flex;
	flex-direction: column;
}

.copyright {
    font-size: 0.8em;
}


/*sp-フローティングバナー*/
.floating-banner {
    width: 80px;
	right: 0;
	bottom: 0px;
}


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

/* パララックス効果をスマホでは無効化 */
    .cd-fixed-bg {
        background-attachment: scroll;
    }
    
    .cd-fixed-bg.cd-bg-slide2 {
        padding: 50px 0 80px;
    }
    
   @media screen and (max-width: 640px) {
   .cd-fixed-bg.cd-bg-slide4,
.cd-fixed-bg.cd-bg-slide6 {
        background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.4)), 
                          url('../images/slide2/hoseki_sp.png');
        background-size: contain; /* 画像全体を表示 */
        background-position: center center;
        background-repeat: no-repeat;
        padding: 100px 0 80px;
        min-height: 100vh; /* 画面の高さに合わせる */
    }
}	
}
