@charset "utf-8";
/* CSS Document */
::-moz-selection {
    background: #ffd305;
	color: #000000;
}
::selection {
    background: #ffd305;
	color: #000000;
}

body {
	font-family:"yu-gothic-pr6n","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック";
	font-size:15px;
	line-height: 1.8;
	font-weight: 500;
	text-align: center;
	color: #333333;
	
}
*{vertical-align: top; box-sizing: border-box; /*word-break: break-all;*/}

a{color: #333333; display: inline-block; text-indent: 0; text-decoration: underline;}
a:hover{opacity: 0.6; text-decoration: none;}

.en_t{
	font-family: "acumin-variable","Noto Sans JP",sans-serif;
	font-variation-settings: 'wght' 100, 'wdth' 100, 'slnt' 0;
}
.min_t{
	font-family:"Zen Old Mincho","Zen Kaku Gothic New","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック";
}

.sp{display: none;}

.animated{opacity: 0;}

#wrapper .lang-btn { display: none; }
#main_contents{position: relative; z-index: 5;}

.fadeIn_up {
  opacity: 0;
  transform: translate(0, 50%);
  transition: 2s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

body.no-scroll {overflow: hidden;}

/*=====================================================================================
***************************************************************************************

　　PCの時のみの設定
		
***************************************************************************************
=====================================================================================*/
.pc_bg{
	width: 100%;
	height: 100vh;
	overflow: hidden;
	background: url("../img/common/bg.jpg") center bottom no-repeat;
	background-size: cover;
	position: fixed;
	top: 0;
}

.pc_bg .left_box{
	width: 315px;
	text-align: justify;
	
	position: fixed;
	top: 55%;
    left: calc((100% - 400px) / 4);
    transform: translateY(-70%) translateX(-50%);
	z-index: 2;
}

.pc_bg .left_box img{width: 100%;}

.pc_bg .left_box ul{margin-top: 40px;}
.pc_bg .left_box li{margin-bottom: 10px;}
.pc_bg .left_box li a{
	display: block;
	width: 100%;
	line-height: 1;
	background: #FFFFFF;
	padding: 10px 10px 10px 30px;
	text-align: justify;
	color: #ce4286;
	font-size: 21px;
	text-decoration: none;
	font-variation-settings: 'wght' 500, 'wdth' 100, 'slnt' 0;
}


.pc_bg .right_box{
	width: 315px;
	text-align: justify;
	
	position: fixed;
	top: 50%;
    right: calc((100% - 400px) / 4);
    transform: translateY(-60%) translateX(50%);
	z-index: 2;
}

.pc_bg .right_box .box{
	display: block;
	text-decoration: none;
	font-size: 12px;
	line-height: 1.2;
	margin-bottom: 20px;
}
.pc_bg .right_box .box .title{
	font-size: 40px;
	line-height: 1;
	color: #ce4286;
	font-variation-settings: 'wght' 200, 'wdth' 100, 'slnt' 0;
	margin-bottom: 10px;
}

.pc_bg .right_box img{
	width: 100%;
	border-radius: 10px;
	margin-top: 10px;
}

.pc_bg .right_box .bt_btn{
	display: block;
	width: 100%;
	background: #ce4286;
	color: #FFFFFF;
	line-height: 30px;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	border-radius: 15px;
}

#ticket_btn{
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 20;
	display: block;
}
#ticket_btn img{
	width: 180px;
	height: 180px;
}
#ticket_btn .sp{display: none;}

.pc_bg .hanabira{
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	transition: transform 0.3s ease-out;
}

@media screen and (max-height: 650px){
	.pc_bg .left_box{top: 62%;}
}



@media screen and (max-width: 1200px){
	.pc_bg .left_box,
	.pc_bg .right_box{
		width: 25%;
	}
	.pc_bg .left_box li a{font-size: 18px;}
	.pc_bg .right_box .box .title{font-size: 30px;}
}

@media screen and (max-width: 900px){
	.pc_bg .left_box,
	.pc_bg .right_box{display: none;}
	#ticket_btn img{width: 140px;height: 140px;}
}

@media screen and (max-width: 500px){
	#ticket_btn {
		opacity: 0;
		transition: 0.4s ease;
	}

	#ticket_btn.show {
		opacity: 1;
	}

	
	#ticket_btn img{display: none;}
	#ticket_btn .sp{display: block;}
	#ticket_btn{
		right: 0;
		bottom: 30px;
		background: #fff100;
		color: #ce4286;
		font-weight: 900;
		writing-mode: vertical-rl;
		text-decoration: none;
		padding: 10px 5px;
		border-radius: 5px 0 0 5px;
	}
}

/*=====================================================================================
***************************************************************************************

　　メインコンテンツ
		
***************************************************************************************
=====================================================================================*/
#wrapper {padding: 40px 0;}
#main_contents{
	max-width: 400px;
	width: 100%;
	margin: 0 auto;
	position:relative;
	z-index: 10;
	border-radius: 20px;
	overflow: hidden;
	background: #FFFFFF;
	/*padding-top: 70px;*/
}

@media screen and (max-width: 500px){
	#wrapper {padding: 0;}
	#main_contents{max-width: 100%; border-radius: 0;}
}


/*=====================================================================================
***************************************************************************************

　　header
		
***************************************************************************************
=====================================================================================*/

header{
	background: #FFFFFF;
	width: 400px;
	height: 70px;
	display: flex;
	align-items: center;
	padding: 0 10px;
	border-radius: 20px 20px 0 0;	
	position: fixed;
	top: 40px;
	z-index: 10;
	transition: top 0.3s ease;
}

header.scrolled {
    top: 0;
	border-radius: 0;	
}


header h1{margin-right: 10px;}
header h1 *{vertical-align: middle;}
header img.f_next{width: 90px;}
header img{width: 120px;}

header .right{
	position: absolute;
	right: 10px;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	display: flex;
	align-items: center;
}
header .right a{text-decoration: none; display: inline-block;}
header .right > span{color: #ce4186;}

header .hamburger{
	width: 35px;
	height: 35px;
	padding-top: 9px;
	border-radius: 50%;
	background: #ce4186;
	margin-left: 10px;
	position: relative;
	z-index: 50;
	cursor: pointer;
}

.hamburger span {
	display: block;
	height: 2px;
	background: #FFFFFF;
	margin: 3px auto;
	border-radius: 2px;
	transition: 0.4s;
	width: 50%;
}

/* × に変化 */
.hamburger.active span:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}

/* メニュー */
.global-nav {
	position: fixed;
	top: 40px;
	left: 50%;
	transform: translateX(-50%);
	width: 400px;
	height: 100vh;
	background: rgba(246, 242, 230,0.9);
	opacity: 0;
	visibility: hidden;
	transition: 0.4s;
	
  overflow-y: auto; /* 内容が増えた時だけスクロール */
  -webkit-overflow-scrolling: touch; /* SPの慣性スクロール */
}
.global-nav.scrolled{top: 0;}

.global-nav ul {
	padding: 70px 0;
	text-align: center;
}

.global-nav li{border-top: 1px solid #ce4186;}
.global-nav li:last-child{border-bottom: 1px solid #ce4186;}

.global-nav li a {
	padding: 10px 20px;
	font-size: 18px;
	display: block;
	color: #ce4186;
	text-align: left;
	position: relative;
}
.global-nav li.naka{
	width: 80%;
	font-size: 16px;
	margin: 0 auto;
	border-top:none;
}
.global-nav li.naka a{padding: 3px 20px;}
.global-nav li.naka.last-child a{margin-bottom: 20px;}
.global-nav li.naka a::before{
	content: "";
	display: block;
	width: 10px;
	height: 2px;
	background: #ce4186;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

/* フェードイン／アウト */
.global-nav.show {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 500px){
	header{top: 0; border-radius: 0; width: 100%;}
	.global-nav {width: 100%; top: 0;}
}


/*=====================================================================================
***************************************************************************************

　　中ページFV
		
***************************************************************************************
=====================================================================================*/
#fv {
	background:
		url("../img/common/fv_bg.png") bottom center no-repeat,
		linear-gradient(to bottom, #ce4186 0 100px, transparent 100px); /* ← 上100pxだけ黒 */
	background-size: 100%, 100%;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 1;
	padding: 120px 0 185px; /*header70＋*/
	position: relative;
}
#fv h2{letter-spacing:0.1em; font-size: 35px; margin-bottom: 10px;}
#fv img{
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

@media screen and (max-width: 500px){
	#fv{padding: 120px 0 205px;}
}
@media screen and (max-width: 400px){
	#fv{padding: 120px 0 185px;}
}


/*=====================================================================================
***************************************************************************************

　　footer
		
***************************************************************************************
=====================================================================================*/
footer{
	padding: 20px 25px; 
	font-size: 12px;
	background: #ce4186;
	color: #FFFFFF;
	text-align: justify;
}

footer a{color: #FFFFFF;}

footer > div{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	border-bottom: 1px solid #FFFFFF;
	padding: 15px 0;
}

footer .sns a{margin-right: 10px;}
footer .sns a img{width: 30px; height: 30px;}

footer .pagetop img{width: 95px;}

footer small{
	display: block;
	text-align: center;
	padding-top: 10px;
	color: #FFFFFF;
}

@media screen and (max-width: 700px){
	
}


