/*---------------------------
 base
--------------------------*/
html {
scroll-behavior: smooth;
}

body {
margin: 0;
padding: 0;
background-color: #FFF7E1;
font-size: 14px;
line-height:1.8;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 400;
letter-spacing:0.1em;
/*letter-spacing:0.15em;*/
position: relative;
box-sizing: border-box;
}


ul,ol {
	padding:0px;
	margin:0;
	list-style:none;
}

ul.indent li,
ol.indent li {
	text-indent:-1em;
	padding-left:1em;
}

dt {
	font-weight:normal;
}

td,dl,dd,p {
	margin:0;
	padding:0;
}

.red {
	color: #ff0000;
}
.blue {
	color: #0000FF;
}
.pink {
	color: #ff00ff;
}

.bold {
	font-weight: bold;
}

a {
color: inherit;
text-decoration:underline;
word-wrap:break-word;
word-break: break-all;
transition: opacity 0.3s;
scroll-behavior: smooth;
}

a:hover {
color: inherit;
text-decoration:underline;
opacity: 0.5;
}
 
a:focus {
outline: 0;
-webkit-box-shadow: none;
box-shadow: none;
}

/*
a.btn {
background-color: #000;
color: #fff;
opacity: 1;
text-decoration: none;
}


@media ( any-hover: hover ) {
a.btn:hover {
color: #fff;
background-color: #000;
opacity: 1;
}
}
*/



img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
}


@media screen and (max-width: 768px) {
body {
font-size: 12px;
}

}

/*---------------------------
 header
---------------------------*/
header {
	position: fixed;
	background:#4650AA;
	color: #fff;
	width: 100%;
	height: 48px;
	z-index: 999;
}

header a {
	color:#fff;
}

header a:hover {
	color:#fff;
}

header h1 {
	line-height: 1;
	margin-bottom: 0;
	font-size: 16px;
}
header h1 a,
header h1 a:hover {
	text-decoration: none;
	color: #C7E9E4;
}


#header_innner {
	padding: 16px 19px;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#header_innner .menuarea {
	display: none;
}

#header_innner .menuarea ul {
	display: flex;
	gap: 20px;
}

#header_innner .menuarea li,
#header_innner .menucover-content li {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 600;
}

#header_innner .menuarea li a,
#header_innner .menucover-content li a {
	text-decoration: none;
}

#header_innner .menuarea li {
	font-size: 28px;
}

#header_innner .menucover-content li {
	font-size: 28px;
}

#header_innner .menucover-content li:not(:last-child) {
	margin-bottom: 4px;
}

nav.menucover {
	display: none;
	position: fixed;
	background-color: #4650AA;
	background-image: url("https://s3-ap-northeast-1.amazonaws.com/pf-web/fanclubs/223/assets/341/statics/peach_blossom/images/bg_nav-sp.webp");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom;
	color: #fff;
	inset: 0;
	height: 100dvh;
	width: 100%;
}
div.menucover-content {
	height: 100dvh;
	/*margin: 48px auto 0;*/
	margin: 0 auto;
	width: 91.4%;
	display: grid;
	align-content: center;
	justify-content: normal;
}

.menucover-content .link {
	text-align: center;
}
.menucover-content .link a {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 3.1vw;
	display: inline-block;
	text-decoration: none;
	position: relative;
}

.menucover-content .link a .material-symbols-outlined {
	font-size: 20px;
	font-weight: 600;
	position: relative;
	bottom: -6px;
}

div.menucover-content .rogo-l {
	margin: 0 auto 24px;
	width: 120px;
}

div.menucover-content ul {
	border-top: 1px solid #ffffff80;
	border-bottom: 1px solid #ffffff80;
	padding-top: 14px;
	padding-bottom: 14px;
	text-align: center;
	width: 100%;
}

@media ( any-hover: hover ) {
	header a:hover {
		color:#fff;
		opacity: 0.5;
	}
}


@media (min-width: 992px) {
	header {
		height: 64px;
	}
	#header_innner {
        padding: 4px 60px 4px 20px;
	}
	header h1 {
		font-size: 28px;
	}

	#header_innner .menuarea {
		display: block;
	}

	nav.menucover {
		background-image: url("https://s3-ap-northeast-1.amazonaws.com/pf-web/fanclubs/223/assets/341/statics/peach_blossom/images/bg_nav-pc-l.webp"), url("https://s3-ap-northeast-1.amazonaws.com/pf-web/fanclubs/223/assets/341/statics/peach_blossom/images/bg_nav-pc-r.webp");
		background-position: left,right 40px;
	}

	div.menucover-content {
		/*margin-top: 64px;*/
		width: 780px;
		grid-auto-flow: column;
		align-items: center;
		justify-content: stretch;
		grid-template-columns: 200px 1fr;
		column-gap: 40px;
	}

div.menucover-content ul {
	padding-top: 14px;
	padding-bottom: 14px;
}

	#header_innner .menucover-content li {
		font-size: 36px;
	}

	.menucover-content .link a {
		font-size: 16px;
	}
	.menucover-content .link a .material-symbols-outlined {
		bottom: -6px;
	}

	div.menucover-content .rogo-l {
		width: 200px;
		max-width: 200px;
	}
}



header .hamburger {
	top: 50%;
	right:20px;
	transform: translateY(-50%);
	position:absolute;
	display: block;
	width: 20px;
	height: 14px;
	z-index: 99999;
	transition: all .4s;
	box-sizing: border-box;
	cursor:pointer;
}
header .hamburger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	margin: 0 auto;
	background-color: #fff;
}

header .hamburger  span:nth-of-type(1) {
	top: 0;
}

header .hamburger  span:nth-of-type(2) {
	top: 6px;
}

header .hamburger  span:nth-of-type(3) {
	bottom: 0;
}

header .hamburger.active  span:nth-of-type(1) {
	transform: translateY(6px) rotate(45deg);
}

header .hamburger.active  span:nth-of-type(2) {
	opacity: 0;
}

header .hamburger.active  span:nth-of-type(3) {
	transform: translateY(-6px) rotate(-45deg);
}

/*---------------------------
 footer
---------------------------*/
footer {
	background-color: #4650AA;
	color: #fff;
	padding-top: 36px;
	padding-bottom: 36px;
}

footer a.btn {
	position: relative;
	border: 1px solid #fff;
	background-color: initial;
	padding: 8px 30px;
	color: #fff;
	text-decoration: none;
	display: block;
	margin: auto;
	max-width: 293px;
	font-size: 10px;
	text-decoration: none;
}

footer a.btn:after {
	font-family: 'material symbols outlined';
	position: absolute;
	content: "\e5df";
	font-size: 24px;
	top: -2px;
}


@media ( any-hover: hover ) {
	footer a.btn:hover {
		color: #000;
		border: 1px solid #fff;
		background-color: #fff;
		opacity: 1;
	}
}

footer p.copy {
	margin-top: 16px;
	font-size: 10px;
	text-align: center;
margin-bottom: 36px;
}


@media (min-width: 768px) {
	footer a.btn {
		font-size: 16px;
		max-width: 352px;
	}

	footer a.btn:after {
		top: 2px;
	}

	footer p.copy {
		font-size: 12px;
	}
}

.hbj-footer-supplementary {
	border-top:1px solid #fff;
}

.hbj-footer-supplementary .breadcrumb li:last-child::before {
content: none;
}

.breadcrumb {
background-color: inherit;
}

.hbj-footer-supplementary .breadcrumb li a,
.hbj-footer-supplementary .term > a,
.hbj-footer-supplementary .copy {
color: #fff;
}

/*---------------------------
 content
---------------------------*/
main {
	display: block;
	width: 100%;
	padding-top: 64px;
}


section {
	padding-top: 64px;
	padding-bottom: 64px;
}

h2 {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 36px;
	text-align: center;
	margin-bottom: 36px;
}

@media (min-width: 991px) {
	main {
		display: table;
		padding-top: 48px;
	}
	.contents-left {
		width: 40%;
		display: table-cell;
		position: relative;
	}
	.contents-right {
		width: 60%;
		display: table-cell;
		position: relative;
	}

}

@media (max-width: 767px) {
	main {
		display: table;
		padding-top: 48px;
	}
}

/*---------------------------
 mainvisual
---------------------------*/
.mainvisual {
	position: inherit;
	width: 100%;
	height: fit-content;
	padding-bottom: 0;
	top: auto;
	left: auto;
}

@media (min-width: 991px) {
	.mainvisual {
		width: 40%;
		position: fixed;
		height: 100dvh;
		padding-top: 64px;
		overflow-y: auto;
		top: 0;
		left: 0;
		-ms-overflow-style: none;
		scrollbar-width: none;
	}

	.mainvisual img {
		object-fit: cover;
		object-position: center;
		width: 100%;
		aspect-ratio: 1000 / 1333;
	}
}

/*---------------------------
 news
---------------------------*/
#news .inner {
	padding-left: 16px;
	padding-right: 16px;
}

#news .inner .news_list {
	overflow-y: scroll;
	height: 350px;
	border: 1px solid #ccc;
	padding: 10px;
}

#news .post-item a {
	display: block;
	text-decoration: none;
	padding-bottom: 8px;
	border-bottom: 1px solid rgba(68,68,68,0.25);
	margin-bottom: 8px;
}

#news .post-title {
	font-size: 16px;
	font-weight: normal;
}


#news .inner a.btn.more {
	display: block;
	background-color: #000;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	margin-top: 36px;
	margin-left: auto;
	margin-right: auto;
	width: 200px;
	height: 44px;
	transition: opacity 0.3s;
}

@media (min-width: 768px) {
	#news .inner {
		padding-left: 58px;
		padding-right: 58px;
	}

	#news .inner a.btn.more {
		margin-top: 48px;
		width: 356px;
	}

	#news .post-title {
		font-size: 14px;
	}

	#news .post-option {
		font-size: 14px;
	}
}


@media ( any-hover: hover ) {
#news .inner a.btn.more:hover {
color: #fff;
background-color: #000;
opacity: 0.5;
}
}



/*---------------------------
 schedule
---------------------------*/
#schedule {
	background-color: #fff;
}

#schedule .inner {
	padding-left: 16px;
	padding-right: 16px;
}

.schedule-item {
	display: block;
	gap: 20px;
	padding-bottom: 30px;
	/*border-bottom: 1px solid #5d5d5d;*/
	margin-bottom: 30px;
}

.schedule-location {
	width: 100%;
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 16px;
}

.schedule-location span {
	font-size: 16px;
	display: block;
}

.schedule-datetime {
	display: grid;
	gap: 8px;
}

.schedule-details  {
	width: 67%;
}

.schedule-details dl dt {
	font-size: 24px;
	font-weight: 700;
}
.schedule-details dl dt span {
	font-size: 16px;
	margin-left: 8px;
}

.schedule-details dl dd {
	font-size: 20px;
	font-weight: 700;
}

.schedule-details dl:last-child {
	margin-bottom: 16px;
}

.schedule-contact {
	padding: 12px;
	background-color: #FFF7E1;
	color:#000;
}

@media (min-width: 768px) {
	.schedule-item {
		display: flex;
		justify-content: space-between;
	}

	#schedule .inner {
		padding-left: 58px;
		padding-right: 58px;
	}
	.schedule-location {
		width: 280px;
		margin-bottom: 0;
	}
	.schedule-contact {
		margin: 0;
	}
}

@media (max-width: 767px) {
	.schedule-details {
		width: 100%;
	}
}


/*---------------------------
 ticket
---------------------------*/
#ticket .inner {
	padding-left: 56px;
	padding-right: 56px;
}

.ticket-info {
  display: grid;
  justify-items: center;
  margin-bottom: 8px;
  margin-right: auto;
  margin-left: auto;
  max-width: 520px;
  width: 100%;
  background-color: #4650AA;
  color: #fff;
  padding: 16px;
  text-align: center;
}

.ticket-info dt,
.ticket-info dl {
  font-size: 20px;
  font-weight: 600;
}

.ticket-info .small {
  font-size: 12px;
  font-weight: 400;
}

.ticket-info dt.type {
font-size: 20px;
}

.ticket-info .price {
font-size: 20px;
font-weight: 700;
}
.ticket-info .price span {
font-size: 60%;
}

#ticket p.small {
margin-bottom: 3rem;
}


#ticket .annotation {
  margin-top: 52px;
  margin-bottom: 40px;
  padding: 16px;
  border: 1px solid #000;
  background-color: #fff;
}
#ticket .annotation dl:not(:last-child) {
  margin-bottom: 20px;
}
#ticket .annotation dt {
  font-weight: 700;
}


.ticket_summary {
border:solid 1px #000;
background-color: #fff;
margin-bottom:1em;
position:relative;
scroll-margin-top: 140px;
}

.ticket_summary .md-fs-18 {
font-size: 18px;
}

.ticket_summary .title {
padding:16px 90px 20px 16px;
cursor: pointer;
position: relative;
font-size: 16px;
}


.ticket_summary.accept .ttl:after {
color: #fff;
background-color: #E00000;
content: '受付中';
position: absolute;
right: 110px;
top:15px;
padding: 0.2rem 1rem 0.3rem;
width: 120px;
display: inline-block;
text-align: center;
}

.ticket_summary:not(:has(.txt)) {
pointer-events: none;
}

.ticket_summary:not(:has(.txt)) .title {
padding: 16px 40px 20px 16px;
}
.ticket_summary:not(:has(.txt)) .title:before,
.ticket_summary:not(:has(.txt)) .title:after {
content: none;
}

.ticket_summary .txt {
border-top:solid 1px #000;
margin:0 20px ;
padding:20px 0;
}

.ticket_summary.attention {
border:solid 1px #000;
}
.ticket_summary.attention .title {
color: #fff;
background-color: #EF323F;
}

.ticket_summary.attention .txt {
border-top:none;
margin:0;
padding:30px 28px 60px;
border-right: solid 1px #fff;
border-bottom: solid 1px #fff;
border-left: solid 1px #fff;
}

/*チケット グレーアウト*/
.ticket_summary.disables {
pointer-events: none;
cursor: none;
opacity: 0.4;
}

.ticket_summary.disables::after {
content: "";
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: -1;
}

/*チケット グレーアウト+開く+受付終了表示*/
.ticket_summary.lottery.disables {
pointer-events: auto;
cursor: auto;
}

.ticket_summary.lottery.disables .ttl::after {
color: #000;
background-color: #fff;
content: '受付終了';
position: absolute;
right: 60px;
top:50%;
translate: 0 -50%;
padding: 0.2rem 1rem 0.3rem;
width: 120px;
display: inline-block;
text-align: center;
}

.ticket_summary.lottery.disables .title {
padding:20px 200px 20px 16px;
}

.ticket_summary .title:before,
.ticket_summary .title:after {
  display: block;
  content: "";
  position: absolute;
  top:0; 
  right:20px;
  bottom:0;
  left:auto;
  margin:auto;
  width: 20px;
  height: 3px;
  background-color:#000;
}

.ticket_summary .title:before{
  transition: .2s;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.ticket_summary.attention .title:before,
.ticket_summary.attention .title:after {
background-color:#000;
}


.ticket_summary .title.select:before{
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
.ticket_summary .title.select:after{
  background-color: transparent;
}


#ticket .ticket_summary .txt dl {
  margin-bottom:30px;
}

#ticket .ticket_summary .txt dt {
  font-weight:bold;
}


@media screen and (max-width: 991px) {
#ticket .inner {
	padding-left: 16px;
	padding-right: 16px;
}

.ticket-info dt.type {
font-size: 16px;
}

.ticket_summary .md-fs-18 {
font-size: 17px;
}

.ticket_summary {
scroll-margin-top: 60px;
}

.ticket_summary .title{
padding: 20px 35px 20px 15px;
font-size: 15px;
}

.ticket_summary.lottery.disables .title {
padding: 20px 35px 60px 15px;
}
.ticket_summary.lottery.disables .ttl::after {
top:auto;
bottom: 0;
left: 15px;
right: auto;
}


.ticket_summary.accept .ttl {
padding-bottom: 2.5rem;
}
.ticket_summary.accept .ttl:after {
left:15px;
top: auto;
bottom: 20px;
}


.ticket_summary .txt {
margin: 0 15px 20px;
padding:20px 0;
}

.ticket_summary.attention .txt {
margin: 0;
padding:20px 15px 40px;
}

.ticket_summary .title:before,
.ticket_summary .title:after {
  right: 15px;
}
}

/* modal */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.9);
  justify-content: center;
  align-items: center;
}
.modal.show {
  display: flex;
}
.modal-content {
  background: #000;
border: solid 1px #494949;
  padding: 20px;
  width: 90%;
  max-width: 800px;
  height: 84%;
  border-radius: 6px;
  position: relative;
  animation: fadeIn .3s ease;
}
.modal-content-inner {
  overflow-y: scroll;
}

.modal-content-inner dl {
  margin-bottom:40px;
}

.modal-content-inner dt {
  font-weight:bold;
  padding: 8px 24px;
  background-color: #EF323F;
  text-align: center;
  margin-bottom: 12px;
}

.close {
  position: absolute;
  right: auto;
  top: auto;
  bottom: 20px;
  cursor: pointer;
  font-size: 24px;
  background-color: #fff;
  border-radius: 9999px;
  padding: 7px 8px 9px 8px;
  opacity: 1;
  text-shadow: none;
}

a.btn,
#ticket .ticket_summary .txt button.open-modal {
display: block;
color: #fff;
background-color: #4650AA;
font-weight: 700;
text-align: center;
text-decoration: none;
width: 100%;
max-width: 480px;
margin: 0 auto;
padding: 10px;
transition: opacity 0.3s;
}

@media ( any-hover: hover ) {
a.btn:hover,
#ticket .ticket_summary .txt button.open-modal:hover {
opacity: 0.5;
}
}

.modal-content a.btn {
  margin-top: 20px!important;
  width: 100%;
}

.ticket_summary.disables .txt button.open-modal {
pointer-events: none;
}

@media (min-width: 768px) {
  .close {
    right: 10px;
    top: 10px;
    bottom: auto;
    font-size: 32px;
    padding: 6px 6px 10px 8px ;
}

.modal-content {
  height: 90%;
}


.modal-content-inner dl {
  margin-bottom:32px;
}

.modal-content-inner dt {
  font-size:16px;
  font-weight:bold;
}

.modal-content a.btn {
  margin-top: 20px!important;;
}
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-10px); }
  to   { opacity: 1; transform: translateY(0); }
}

.no-scroll {
  overflow: hidden;
}

/*---------------------------
 attention
---------------------------*/
#attention .inner {
	padding-left: 16px;
	padding-right: 16px;
}

#attention .attention_box {
	margin-bottom:1em;
	border: 1px solid;
	background-color: #fff;
}

#attention .attention_box .title {
	padding: 16px 20px 16px 16px;
	position:relative;
	cursor:pointer;
	display: flex;
	flex-direction: column;
	background-color: #DB504A;
	color: #fff;
}

#attention .attention_box .title:after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -5px;
	transition-property: all;
	transition-duration: .3s;
	transition-timing-function: ease-out;
	transition-delay: .1s;
}

#attention .attention_box .title.select:after {
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}

#attention .attention_box .title .attention_ttl {
	font-size:110%;
	font-weight:bold;
}

#attention .attention_box .txt {
	margin: 0 auto 18px;
	padding-top: 12px;
	padding-left: 16px;
	padding-right: 16px;
}

#attention .attention_box .txt dl {
	margin-bottom: 21px;
}

#attention .attention_box .txt dt {
	font-weight:bold;
}

#attention .attention_box .txt .notes {
	display: block;
	margin: 16px 0;
	border: 1px solid;
	padding: 8px;
}




@media (min-width: 768px) {
	#attention .inner {
		padding-left: 56px;
		padding-right: 56px;
	}

	#attention .attention_box .title {
		flex-direction: column;
	}

#attention .attention_box .title:after {
	margin-top: -10px;
}

#attention .attention_box .title.select:after {
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	top: 50%;
}

#attention .attention_box .title .attention_ttl {
	font-size:18px;
	font-weight:bold;
}

#attention .attention_box .title .status {
	position:absolute;
	top: -1px;
	right:40px;
	padding: 2px 0;
	margin-top: 0px;
}

#attention .attention_box .txt dl {
	margin-bottom:21px;
}

#attention .attention_box .txt dt {
	font-size:16px;
	font-weight:bold;
}

#attention .attention_box .txt .notes {
	margin: 16px;
}

}