@charset "UTF-8";


@media screen and (min-width: 768px) {
	body.scroll #h-header {
	  display: none;
	}
}

@media screen and (max-width: 768px) {
	body.scroll .h-header__gnav-nav {
	  display: none;
	}
	body.upfixed .h-header__gnav-nav {
	 display: block;
	}
}

body.upfixed #h-header {
display: grid;
}

.c_key{
	color: #B6232A!important;

}
.bg_key{
	 background-color:#B6232A!important;

}
.c_key.btn.btn_sign::after {
  border-top: 1px solid #B6232A1!important;
  border-right: 1px solid #B6232A1!important;

  border-top: 1px solid #B6232A1!important;
  border-right: 1px solid #B6232A!important;

}


.c_sub{
	 color:#8296B9!important;
}
.bg_sub{
	 background-color:#8296B9!important;
}

/*************************************************************
.page-header{}

**************************************************************/
.page-header nav{}



.page-header nav .pickup__list{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
	width: 80%;
	margin: 0 auto;
	margin-top: 60px;
}

.page-header nav .pickup__list h5 {
  width: 100%;
}

.page-header nav .pickup__list__item{
	position: relative;
	width: calc(100% /3 - 10px);
	display: block;
	margin: 5px;
	display: flex;
	align-items: stretch;
	background: #ff78a0;
	padding: 5px;
	background-image: linear-gradient(-45deg, #ffffff 10px, transparent 0);
}
.page-header nav .pickup__list__item__inner{
	font-size: 14px;
	color: #fff;
	text-align: center;
	display: block;
	padding: 15px 5px;
		width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.nav__list{
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
    justify-content: space-between;
  width: 80%;
  margin: 15px auto;
}
.nav__list a{
	position: relative;
	width: calc(90% /2 - 40px);
	margin: 5px 20px;
	display: flex;
	align-items: stretch;
	padding: 15px 0;
	border-bottom: 1px #000 solid;
	text-align: left;
}
.nav__list a > span{
	font-size: 17px;
}
.nav__list a > span span{
	font-size: 60%;
	display: block;
	text-align: left;
}

.nav__btn{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	padding: 20px 150px;
  background:#ff78a0;
	margin: 15px auto;
}


.nav__btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	color: #000!important;
	margin: 0.2rem auto;
	flex-wrap: wrap;
	font-size: 14px;
	width: calc(100% / 4 - 10px);
	text-align: center;
	padding: 20px 10px;
	cursor: pointer;
	background: #fff;
	margin: 5px;
	position: relative;
	border-radius: 6px;
}
.nav__btn a:before {
  content: "";
  width: 36px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
    left: 5px;
}
.nav__btn a.ticket:before {
  background-image: url(/commons/202211/img/common/navi/ticket.svg);
}
.nav__btn a.hotel:before {
  background-image: url(/commons/202211/img/common/navi/hotel.svg);
}
.nav__btn a.fireworks:before {
  background-image: url(/commons/seasonal-guideline/ver1.1/images/mark/fireworks.svg);
}
.nav__btn a.htbtop:before {
  background-image: url(/commons/seasonal-guideline/ver1.1/images/mark/htbtop.svg);
}

.nav__btn a span{
	padding: 0 40px;
}





@media screen and (max-width: 768px) {
	.page-header nav .pickup__list {
		width: 95%;
		margin-top: 60px;
	}
	.page-header nav .pickup__list__item {
	     width: calc(100% / 2 - 10px);
	     width: calc(100% / 1 - 10px);
	         padding: 15px 5px;
	}	
	.page-header nav .pickup__list__item__inner {
	  font-size: 13px;
	  padding: 0px;
	}
	.nav__list a {
	  position: relative;
	  width: 100%;
	  margin: 5px 0px;
	  padding: 10px 0;
	    justify-content: center;
	}
	.nav__list a > span {
	  font-size: 15px;
	  text-align: center;
	}
	.nav__list a > span span {
	  text-align: center;
	}
	.nav__btn {
	  padding: 20px 20px;
	}
	.nav__btn a {
	  width: calc(100% / 2 - 10px);
	    font-size: 12px;
	}
	.nav__btn a span {
	  padding: 0 0 0 40px;
	  text-align: left;
	    width: 100%;
	}
}


/*************************************************************

#page-header-body

**************************************************************/

#page-event .page-header {
	font-size: 0;
	width: 100%;
	height: auto;
	transition: 100ms;
	position: fixed;
	top: 0;
	top: -200px;
	right: 0;
	left:0;
	z-index: 998;
	transition: all 0.4s;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 500;
	background: #ff78a0;
	border-bottom: 1px #fff solid;
}
#page-event .page-header.fixed {
	position: fixed;
	top: 85px;
	top: 0;

	z-index: 10000;
	z-index: 998!important;
	right: 0;
	left:0;
}
body.upfixed #page-event .page-header.fixed {
	top: 85px;
}

#page-event .page-header-body {
	position: relative;
	background: #be0c28;
	background: transparent;
	padding: 10px 0px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	z-index: 4;
	display: grid;
	grid-template-columns:400px 1fr 80px;
	column-gap: 20px;
	justify-content: space-between;
	align-items: center;
}
#page-event .page-header-body{
	font-size: 0;
}


#page-event .page-header-body .page-header-logo {
	position: relative;
	width: auto;
	display: block;
}
#page-event .page-header-body .page-header-logo  img{
	height: 100%;
	margin: 0 auto 0 10px;
	width: 100%;
	display: block;
}


#page-event .page-header.fixed .page-header-body.open .page-logo {
}


@media screen and (max-width: 1365px) {
}
@media screen and (min-width: 1366px) {
}


.nav-.nav-wide {
  position: absolute;
    position: relative;
  width: 90%;
  display: block;
  margin: 20px auto 0;
}

ul.nav-pickup {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
ul.nav-pickup li{
	width: calc(100% / 2);
}

ul.nav-pickup li a{
	display: block;
	padding: 0.2rem 0.2rem;
	line-height: 1.2;
	color: #f8f3cb!important;
	margin: 0.2rem auto;
}
ul.nav-pickup li a:before{
	content:"";
	display: block;
	background-color: #eee;
	border-radius: 99999px;
	width:100%;
	padding-top: 100%;
	margin: 0 auto 0.2rem;
	background-size: cover;
  background-position: center;
}







@media screen and (max-width: 1365px) {
	.nav-.nav-wide,
	#page-event .page-header .page-header-body:before {
	  display: none;
	}
	ul.nav-pickup li {
	    width: calc(90% / 1);
	}
	ul.nav-pickup li a span{
	   display:none;
	}
	ul.nav-ticket li a span {
	  transform: scale(.8);
	  font-size: 0.6rem;
	}
	ul.nav-sns li {
	  width: calc(70% / 1 );
	}
}
@media screen and (min-width: 1366px) {

}

@media screen and (max-width: 768px) {
	#page-event .page-header.fixed {
	  width: 100%;
	  top: 0px;
	}
	body.upfixed #page-event .page-header.fixed{
		top: 120px;
	}
	.htb-pagetop {
	  bottom: 80px!important;
	}
}



@media screen and (max-width: 736px) {
	
	
	.nav-.nav-wide {
		top: 12px;
		width: 100%;
		padding: 0 60px 0 10px;
		position: relative;
	}
	ul.nav-pickup,
	ul.nav-sns {
	  display: none;
	}
	ul.nav-ticket li {
	  width: calc(100% / 3);
	}
	ul.nav-ticket li a {
	  margin: 0.2rem 0.1rem;
	}
	ul.nav-ticket li a span {
	  transform: scale(1);
	  font-size: 0.8rem;
	}
}


.nav-wrap {
	position: absolute;
	position: fixed;
	top: -100%;
	right: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	transition: 600ms;
	opacity: 0;
	background: #F2F2F2;
}
.nav-wrap:before {
    content: "";
}

.nav-wrap.fixed {
	position: fixed;
    background: transparent;
    background: #f6f8f9;


}

.nav-wrap.fixed.open{
	display: block;
	opacity: 1;
	top: 0;
	z-index: 5;
}


.nav-wrap .nav__body {
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	height: 100%;
}
@media screen and (min-width: 736px){

}

#header.header-scroll .nav-wrap.open {
}



/*メニューボタン*/

.nav-button,
.nav-button .nav-button-line span {
	display: block;
	transition: all 0.4s;
	box-sizing: border-box;
}
.nav-button {
	position: relative;
	z-index: 9002;
	width: 80px;
	cursor: pointer;
	opacity: 1;
	display: block;
	margin: 0 auto;
	transform: scale(1);
	overflow: hidden;

}

.nav-button.fixed {
	z-index: 6;
}

.nav-button .nav-button-line {
	position: relative;
	width: 100%;
	text-align: center;
	padding: 15px 0;
}
.nav-button .nav-button-line:after {
	content: "MENU";
	font-size: 14px;
	text-align: center;
	color: #fff;
	display: block;
}

.nav-button .nav-button-line span {
	  position: relative;
	width: 50px;
	height: 2px;
	background-color:#fff;
	border-radius: 0px;
	margin: 0 auto 5px;
	transition: all 0.4s;
}
.nav-button.fixed.active .nav-button-line span{
	background-color:#000;
}
.nav-button.fixed.active .nav-button-line:after {
  content: "CLOSE";
	color: #000;
}

.nav-button .nav-button-line span:nth-of-type(1) {
}
.nav-button .nav-button-line span:nth-of-type(2) {
}
.nav-button .nav-button-line span:nth-of-type(3) {
}
.nav-button.active .nav-button-line span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(5px) rotate(-45deg);
}
.nav-button.active .nav-button-line span:nth-of-type(2) {
	opacity: 0;
}
.nav-button.active .nav-button-line span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	  transform: translateY(-8px) rotate(45deg);
}
.nav-button.active span {
}

.nav-button:hover .nav-button-line span:nth-of-type(2) {
}
@keyframes AnimationNavButton {
  0% {
   transform: translateX(0px);
  }
  50% {
    transform: translateY(10px);
  }
  51% {
    transform: translateY(-10px);
    opacity: 0;
  }
  100% {
   transform: translateX(0px);
   opacity: 1;
  }
}



@media screen and (max-width: 736px) {

	#htb-header-body a  {
	    display: block;
	   padding: 15px 5px;
	}


	#htb-header-body a img{
		    min-width: 150px!important;
	}

	#page-event .page-header-body {
    grid-template-columns:1fr 80px;
	}
	#page-event .page-header-body .page-logo {
    margin: 5px auto;
    width: auto;
	}
	.nav-wrap {
	    transform: translateY(-200%);
	}
	html.scroll-prevent .page-header.fixed{
	  z-index: 10001!important;
	}
	
	.nav-wrap .item-container {
		overflow: scroll;
	    height: 90%;
	    height: 100vh;
	}

	.nav-wrap.open {
	 overflow: scroll;
	}

	.nav-wrap.open, {
	    display: block!important;
	    top: 0;
	    position: fixed;
	    top: 102px;
	}
	.page-header .nav-wrap.open{
	    transform: translateY(60px);
	    transform: unset;
	}
	.page-header.fixed .nav-wrap.open {
	    top: 0px;
	}
	.page-header .nav-wrap.open.logo-large {
	    top: 90px;
	}
	.nav-button span:nth-of-type(1) {
	}

	.nav-button.active {
	    background-color:transparent;
	}
	.nav-button.active span {
	  width: 40px;
	    background-color: #001332;
	  
	}
	.nav-button.active .nav-button-line span:nth-of-type(1) {
	    -webkit-transform: translateY(8px) rotate(-45deg);
	    transform: translateY(8px) rotate(-45deg);
	}
	.nav-button.active .nav-button-line span:nth-of-type(3) {
	    -webkit-transform: translateY(-11px) rotate(45deg);
	    transform: translateY(-6px) rotate(45deg);
	}

	.nav-wrap ul .menuSub {
		position: relative;
	    margin: 0;
	    background: #eee;
	    overflow: hidden;
	}
	.nav-wrap ul .menuSub li {
	    text-align: center;
	}

	.nav-wrap ul {
	    zoom: 0.6;
	}
	.nav-wrap.fixed {
	    top: 7%;
	}
	.nav-button .nav-button-line:after{
		display:none;
	}

}



.nav-cta {
	display: grid;
	grid-template-columns: max-content max-content max-content;
	column-gap: 20px;
	row-gap: 20px;
	justify-items: center;
	align-items: center;
	justify-content: end;
}

.nav-cta .js-cta{
	background: #fff;
	border-radius:6px;
	line-height: 1;
	color: #000!important;
	margin: 0.2rem auto;
	width: 100%;
	min-width: 200px;
	max-width: 220px;
}

.nav-cta .js-cta-btn,
.nav-cta .js-cta-link{
	display: flex;
	align-items: center;
	line-height: 1;
	color: #000!important;
	margin: 0.2rem auto;
	flex-wrap: wrap;
	font-size: 14px;
	width: 100%;
	padding: 20px 10px;
	cursor: pointer;
}
.nav-cta .js-cta-btn:hover{
	opacity: 0.7;
}
.nav-cta .js-cta-btn span{
	position: relative;
	display: block;
	width: calc(100% - 0px);
	padding: 0 15px 0 40px;
}
.nav-cta a span{
	position: relative;
	display: block;
	width: calc(100% - 0px);
	padding: 0 20px 0 40px;
}

.nav-cta .js-cta-btn span:before ,
.nav-cta .js-cta-btn span::after {
  position: absolute;
  right: 0px;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.nav-cta a span::after {
  content: "";
  display: block;
  position: absolute;
  right: 5px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
    transform: translateY(-50%) rotate(45deg);
}


.nav-cta .js-cta-btn:before,
.nav-cta a:before {
	content:"";
	width: 36px;
	height:30px;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
}
.nav-cta .ticket:before {
	background-image: url(/commons/202211/img/common/navi/ticket.svg?20231015);
}
.nav-cta a.hotel:before {
  background-image: url(/commons/202211/img/common/navi/hotel.svg?20231015);
}
.nav-cta  a.fireworks:before {
  background-image: url(/commons/seasonal-guideline/ver1.1/images/mark/fireworks.svg);
}

.js-cta-body {
	display: none;
	padding: 0 15px 15px;
}


.js-cta-body [data-button=basic] {
	min-width: auto;
}
.js-cta-body [data-button=basic] span{
	padding: 13px 15px 13px 15px;
}
.js-cta-body [data-button=basic] > span::after {
  right: 20px;
}

.js-cta-body [data-title=p-small] {
  font-size: 12px;
  line-height: 18px;
}
.js-cta-body [data-button=basic] > span{
	font-size: 13px;
  line-height: 1.4;
}
.cta_sp {
	display:none;
}

@media screen and (max-width: 736px) {

	.page-header .nav-cta,
	.nav-cta a span::after {
		display:none;
	}
	.cta_sp {
			display:grid;
			display: none;
		position: fixed;
		bottom: 0;
		z-index: 9001;
		background: #ff78a0;
		padding:7px 10px;
		grid-template-columns: 1fr 1fr 1fr;
		grid-template-columns: 1fr 1fr;
		column-gap: 10px;
		justify-items: center;
		align-items: stretch;
		justify-content: end;
		font-family: 'Zen Kaku Gothic New', sans-serif;
		font-weight: 500;
		width: 100%;
		border-top: 1px #fff solid;
	}
	.nav-cta .js-cta {
	  min-width: 100%;
	  margin: 0 auto;
	    overflow: hidden;
	}
	.nav-cta .js-cta-btn,
	.nav-cta .js-cta-link {
	  margin: 0 auto;
	  font-size: 12px;
	  padding: 5px 10px 10px;
	   padding: 10px 10px 8px;
	}
	.nav-cta .js-cta-btn:before, .nav-cta a:before {
	  position: relative;
	  margin: 0 auto 4px;
	}
	.nav-cta a span,
	.nav-cta .js-cta-btn span {
	    padding: 0;
	    text-align: center;
	}


	.nav-cta .js-cta-link:before {
    margin: 0 10px 0 0;
	}
	.nav-cta .js-cta-link span {
    width: auto;
    font-size: 14px;
	}
	.nav-cta .js-cta-btn, .nav-cta .js-cta-link {
	}
	.js-cta-link {
	  padding: 13px 10px 2px;
	}

	.nav-cta .js-cta-btn,
	.nav-cta .js-cta-link{
		justify-content: center;
	}

}