@charset "utf-8";
/* CSS Document */


/*グランドトップ-フッター*/

.p-foot-contact {
	width:100%;
	max-width: 340px;
	margin:0 auto;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	background-color:#fff;
}

.p-foot-contact a img {
	transition: all 0.3s;
}

.p-foot-contact a:hover img {
	opacity: 0.6;
}

.p-foot-sankei {
	width:100%;
	background-color:#666666;
	box-sizing: border-box;
	padding:24px;
}

.p-foot-sankei ul {
	width:100%;
	max-width: 340px;
	margin:0 auto;
	display: flex;
	justify-content: center;
	gap:20px;
}

.p-foot-sankei ul li {
	width:160px;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	background-color:#fff;
}

.p-foot-sankei ul li a img {
	transition: all 0.3s;
}

.p-foot-sankei ul li a:hover img {
	opacity: 0.6;
}

.p-snsbt {
	padding:5px 12px;
	border-radius: 5px;
	display: inline-block;
	background:#363636;
}

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

a:hover.p-contact {
	color:#000;
	text-decoration: none;
	background-color:#fff;
}


/*シングル-メインビジュアル*/

/*最新用スライド*/

.swiper-wrapper {
	/* wrapperのサイズを調整 */
	width: 100%;
	max-width: 1920px;
	margin:0 auto;
}

@media screen and (max-width:1024px){
	.swiper-slide {
		/* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
		color: #ffffff;
		width: 100%;
		padding-top:150%;
	}
}

@media screen and (min-width:1025px){

	.swiper-slide {
		/* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
		color: #ffffff;
		width: 100%;
		max-width: 1920px;
		padding-top:56.25%;
	}
	.p1610 {
		padding-top:62.5%!important;
	}
}

.swiper-pagination-bullets {
  position: static;
  margin-top: 16px;
} 

.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  margin: 0 0 0 10px !important;
  background: #A4A4A4 !important;
}

.swiper-pagination-bullet:first-child {
  margin: 0 !important;
}

@media screen and (max-width:1024px){
	
	.p-slide-16a {background:url("../img/slide_sp01.webp") center top no-repeat;background-size: cover;}
	.p-slide-16b {background:url("../img/slide_sp02.webp") center top no-repeat;background-size: cover;}
	.p-slide-16c {background:url("../img/slide_sp03.webp") center top no-repeat;background-size: cover;}
	.p-slide-16d {background:url("../img/slide_sp04.webp") center top no-repeat;background-size: cover;}
}

@media screen and (min-width:1025px){
	
	.p-slide-16a {background:url("../img/slide_pc01.webp") center top no-repeat;background-size: cover;}
	.p-slide-16b {background:url("../img/slide_pc02.webp") center top no-repeat;background-size: cover;}
	.p-slide-16c {background:url("../img/slide_pc03.webp") center top no-repeat;background-size: cover;}
	.p-slide-16d {background:url("../img/slide_pc04.webp") center top no-repeat;background-size: cover;}
}

/*シングル-メニュー*/


@media screen and (max-width:1024px){
	.p-menu-btn {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    height: 60px;
    width: 100%;
    justify-content: center;
    align-items: center;
    z-index: 200;
    background-color: #ffffff;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	}
	.p-menu-btn span,
	.p-menu-btn span:before,
	.p-menu-btn span:after {
		content: '';
		display: block;
		height: 3px;
		width: 25px;
		border-radius: 3px;
		background-color: #393939;
		position: absolute;
	}
	.p-menu-btn span:before {
		bottom: 8px;
	}
	.p-menu-btn span:after {
		top: 8px;
	}

	#p-menu-btn-check:checked ~ .p-menu-btn span {
		background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
	}
	#p-menu-btn-check:checked ~ .p-menu-btn span::before {
		bottom: 0;
		transform: rotate(45deg);
	}
	#p-menu-btn-check:checked ~ .p-menu-btn span::after {
		top: 0;
		transform: rotate(-45deg);
	}

	#p-menu-btn-check {
		display: none;
	}

	.p-menu-wrap {
		width: 100%;
		box-sizing: border-box;
		padding-top:100px;
		position: fixed;
		top: 0;
		right:0;
		z-index: 190;
		background:rgba(0,0,0,0.75);
		transition: all 0.3s;
		backdrop-filter: blur(10px);
		opacity: 0;
		visibility: hidden;
	}

	#p-menu-btn-check:checked ~ .p-menu-wrap {
		right: 0%;/*メニューを画面内へ*/
		opacity: 1;
		visibility: visible;
	}

	.p-menu-wrap ul {
		width: 100%;
		position: relative;
	}
	.p-menu-wrap ul li {
		list-style: none;
	}
	.p-menu-wrap ul li a, .p-menu-wrap ul li em {
		display: block;
		width: 100%;
		box-sizing: border-box;
		padding:6%;
		border-bottom: solid 1px #fff;
		color:#fff;
		text-align: left;
		font-style: normal;
	}
	.p-menu-wrap ul li a p, .p-menu-wrap ul li em p {
		color:#fff;
		text-decoration: none;
		font-size: 2.4rem;
		font-family: futura-pt, sans-serif;
		transform: rotate(0.03deg);
		font-weight: 500;
		display: inline-block;
		margin-bottom:4px;
		margin-right:8px;
	}
	.p-menu-wrap ul li em p {
		color:#878787;
	}

	.p-menu-wrap ul li a span, .p-menu-wrap ul li em span {
		color:#fff;
		text-decoration: none;
		font-size: 1.5rem;
		font-family: 'Noto Serif JP', serif;
		transform: rotate(0.03deg);
		font-weight: 400;
		display: inline-block;
	}
	.p-menu-wrap ul li em span {
		color:#878787;
	}
}

@media screen and (min-width:1025px){
	
	.p-menu-pt {
		background:url("../img/menu-patturn.png") left top repeat;
		width:100%;
		height: 120px;
	}

	#p-menu-btn-check {display: none;}
	.p-menu-btn {display: none;}

	.p-menu-wrap {
		width:100%;
		height:120px;
		box-sizing: border-box;
		padding:20px 0;
	}

	.p-menu-wrap ul {
		display: flex;
		justify-content: center;

	}

	.p-menu-wrap ul li {
		display: flex;
		border-right:1px solid #fff;
		align-items: center;
		height:80px;
		transition: all 0.2s;
		position:relative;
	}
	.p-menu-wrap ul li:after {
		content:"";
		display:block;
		width:0%;
		height:2px;
		background-color:#fff;
		position:absolute;
		bottom:0;
		left:50%;
		opacity:0;
		transition:all 0.3s;
	}
	.p-menu-wrap ul li:hover:after {
		width:80%;
		left:10%;
		opacity:1;
	}
	.p-menu-wrap ul li.nohover:hover:after {
		width:0;
		opacity:0;
	}

	.p-menu-wrap ul li:first-child {
		border-left:1px solid #fff;
	}

	.p-menu-wrap ul li a, .p-menu-wrap ul li em {
		display: block;
		width:126px;
		color:#fff;
		text-decoration: none;
		box-sizing: border-box;
		font-style: normal;
	}
	
	.p-menu-wrap ul li a p, .p-menu-wrap ul li em p {
		color:#fff;
		text-decoration: none;
		font-size: 2.4rem;
		font-family: futura-pt, sans-serif;
		transform: rotate(0.03deg);
		font-weight: 500;
		display: block;
		margin-bottom:4px;
	}
	.p-menu-wrap ul li em p {
		color:#666666;
	}

	.p-menu-wrap ul li a span, .p-menu-wrap ul li em span {
		color:#fff;
		text-decoration: none;
		font-size: 1.5rem;
		font-family: 'Noto Serif JP', serif;
		transform: rotate(0.03deg);
		font-weight: 400;
		display: block;
	}
	.p-menu-wrap ul li em span {
		color:#666666;
	}
}

/*シングル-トピックス*/

.p-topics-group {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	position: relative;
	gap:32px 3.5%;
	text-align: left;
}

.p-topics-box {
	display: block;
	position: relative;
	font-family: 'Noto Serif JP', serif;
	transform: rotate(0.03deg);
	color:#939393;
}

@media screen and (min-width:1025px) {
	.p-topics-box {
		width:31%;
	}
}
@media screen and (max-width:1024px) {
	.p-topics-box {
		width:48.25%;
	}
}
@media screen and (max-width:520px) {
	.p-topics-box {
		width:100%;
	}
}

.p-topics-box img {
	width: 100%;
	display: block;
	position: relative;
	z-index:10;
	transition: all 0.3s;
}

.p-topics-box a img {
	width: 100%;
	display: block;
	position: relative;
	z-index:10;
	transition: all 0.3s;
}

.p-topics-box a:hover img {
	opacity: 0.6;
}

/*グランドトップ-アウトライン*/

.p-grand-outline-over {
	width:100%;
	background-color:rgba(0,0,0,0.5);
	min-height:600px;
	position: relative;
}

.p-grand-outline-block {
	min-height:600px;
	background-color:rgba(0,0,0,0.5);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-family: 'Noto Serif JP', serif;
	color:#fff;
	transform: rotate(0.03deg);
	text-align: left;
	box-sizing: border-box;
}

@media screen and (min-width:769px) {
	.p-grand-outline-block{
		width:50%;
		margin-left:50%;
		padding:60px;
	}
}
@media screen and (max-width:768px) {
	.p-grand-outline-block{
		width:100%;
		margin-left:0;
		padding:40px;
	}
}

.p-grand-outline-title {
	width:100%;
	font-weight: 700;
}

.p-grand-outline-spell {
	width:100%;
	font-weight: 700;
	border-bottom:1px solid #fff;
	padding-bottom:24px;
}

.p-grand-outline-text {
	width:100%;
	font-weight: 400;
	line-height: 1.6;
}

.p-grand-outline-link a {
	display: inline-block;
	padding:12px;
	color:#fff;
	text-decoration: none;
	border:1px solid #fff;
	transition: all 0.3s;
}

.p-grand-outline-link a:hover {
	background-color:#fff;
	color:#000;
	text-decoration: none;
}

/*シングル-アバウト*/


.p-outline-16 {
	background:url("../img/about_bg.webp") center top no-repeat;
	background-size: cover;
}


.p-single-shadow {
	width:100%;
	position: relative;
	padding:64px 0;
	display: flex;
	align-items: flex-end;
	background-color:rgba(0,0,0,0.75);
}

@media screen and (max-width:1024px){
	.p-single-shadow {
		background-color:rgba(0,0,0,75);
	}
}
@media screen and (min-width:1025px){
	.p-single-shadow {
		background-color:rgba(0,0,0,0.75);
	}
}

.p-theme-wrap {
	display: flex;
	justify-content: flex-start;
}

.p-season-number {
	font-family: 'Noto Serif JP', serif;
	transform: rotate(0.03deg);
	font-weight: 700;
	font-size: 3.6rem;
	padding:12px;
	margin-right:2px;
}

.p-season-theme {
	font-family: 'Noto Serif JP', serif;
	transform: rotate(0.03deg);
	font-weight: 700;
	font-size: 3.6rem;
	padding:12px;
	background-color:#fff;
}

@media screen and (max-width:1024px){
	.p-theme-wrap {
		padding-top:0;
		flex-wrap: wrap;
	}
	.p-season-number {
		width:100%;
		text-align: center;
		margin-right:0;
		margin-bottom:2px;
	}
	.p-season-theme {
		width:100%;
		text-align: center;
	}
}
@media screen and (min-width:1025px){
	.p-theme-wrap {
	}
}

.p-single-outline-text {
	color:#fff;
	text-align: justify;
	font-family: 'Noto Serif JP', serif;
	transform: rotate(0.03deg);
	font-weight: 400;
	line-height: 1.8;
}

/*シングル-ディフィニジョンリスト*/

.p-definition {
	display: flex;
	flex-wrap: wrap;
	gap:12px;
	position: relative;
	width:100%;
}

.p-definition dl {
	display: flex;
	justify-content: flex-start;
	position: relative;
	width:100%;
}

.p-definition dt {
	background-color:#bcbcbc;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'Noto Serif JP', serif;
	transform: rotate(0.03deg);
	font-size: 2.4rem;
	font-weight: 700;
	color:#fff;
	box-sizing: border-box;
}

.p-definition dd {
	background-color:#efefef;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	text-align: left;
	box-sizing: border-box;
	padding:24px 12px;
	position: relative;
	color:#4e4e4e;
}

@media screen and (max-width:728px){
	.p-definition dl {
		flex-wrap: wrap;
	}
	.p-definition dt {
		width:100%;
		padding:12px 12px;
	}
	.p-definition dd {
		width:100%;
	}
}
@media screen and (min-width:729px){
	.p-definition dl {
		flex-wrap: nowrap;
	}
	.p-definition dt {
		width:30%;
		padding:24px 12px;
	}
	.p-definition dd {
		width:70%;
	}
}

.p-definition dd p {
	display: block;
	width:100%;
	line-height: 1.8;
}

/*地図*/

.p-map {
	width:100%;
	position: relative;
}

.p-map iframe {
	width:100%;
	height:500px;
}

/*シングル-アーティスト*/

.p-artist-wrap {
	display: flex;
	flex-direction: column;
	gap:36px;
}

.p-artist-block {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap:24px 4%;
}

.p-artist-block div {
	width:22%;
	background-color:#fff;
	text-align: left;
	font-family: 'Noto Serif JP', serif;
	transform: rotate(0.03deg);
	font-size: 1.8rem;
	font-weight: 700;
	box-sizing: border-box;
	padding:0 8px 0 8px;
	min-height:48px;
	display: flex;
	align-items: center;
	position: relative;
	justify-content: space-between;
}
@media screen and (min-width:1500px) {
	.p-artist-block div {
		width:22%;
	}
}
@media screen and (max-width:1280px) {
	.p-artist-block div {
		width:30.65%;
	}
}
@media screen and (max-width:1024px) {
	.p-artist-block div {
		width:48%;
	}
	.p-artist-block div.long {
		width:100%;
	}
}

.p-artist-block div em {
	color:#fff!important;
	font-style: normal;
}

.p-artist-block div i {
	color:#fff!important;
	font-style: normal;
	font-size: 85%;
	margin-left:8px;
}

.p-artist-12>.p-artist-block div {	border-bottom:1px solid #9dc815;}
.p-artist-13>.p-artist-block div {	border-bottom:1px solid #fbb829;}

.p-artist-block div a {
	width:24px;
	height:24px;
	display: block;
	position: relative;
	transition: all 0.3s;
}

.p-artist-block div a:after {
	content: "";
	display: block;
	width:24px;
	height:24px;
	position: absolute;
	background:url("../../img/share-twitter-white.png") left top no-repeat;
	background-size: cover;
}

.p-artist-block div a:hover {
	background-color:#000000!important;
}

/*シングル-ギャラリー*/

.p-gallery-wrap {
	display: flex;
	justify-content: flex-start;
	gap:20px 2%;
	flex-wrap: wrap;
}

.p-gallery-box {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width:49%;
	position: relative;
	background-color:rgba(65,65,65,1.00);
}

@media screen and (max-width:728px){
	.p-gallery-box {
		width:100%;
	}
}
@media screen and (min-width:729px){
	.p-gallery-box {
		width:49%;
	}
}

.p-gallery-img {
	width:25%!important;
	aspect-ratio: 1 / 1 ;
	position: relative;
	background-color:#fff;
}

.p-gallery-img a img {
	width:100%;
	display: block;
	transition: all 0.3s;
}

.p-gallery-img a:hover img {
	opacity: 0.6;
}

.p-gallery-txt {
	width:75%;
	color:#fff;
	text-align: left;
	font-family: 'Noto Serif JP', serif;
	transform: rotate(0.03deg);
	box-sizing: border-box;
	padding:0 12px;
}

.p-gallery-artist {
	font-weight: 700;
	font-size: 2.2rem;
	margin-bottom:8px;
}

.p-gallery-title {
	font-weight: 400;
	font-size: 1.7rem;
}

/*シングル-巡回展*/

.p-travel-wrap {
	display: flex;
	justify-content: flex-start;
	gap:20px 2%;
	flex-wrap: wrap;
}

.p-travel-box {
	width:49%;
	position: relative;
	background-color:rgba(255,255,255,1.00);
	box-sizing: border-box;
	padding:24px;
	text-align: left;
}

@media screen and (max-width:728px){
	.p-travel-box {
		width:100%;
	}
}
@media screen and (min-width:729px){
	.p-travel-box {
		width:49%;
	}
}

.p-travel-title {
	padding-bottom:12px;
	margin-bottom:12px;
	border-bottom: 1px solid #d5d5d5;
}

.p-travel-exp {
	line-height: 1.7;
}

/*お問い合わせ*/

#formPos {
	width:100%;
	margin:0 auto;
	position: relative;
}

.form-wrap {
	width:100%;
	margin:0 auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	color:#555555;
	border:1px solid rgba(221,221,221,1.00);
	padding:32px;
	background-color:rgba(243,243,243,1.00);
	gap:0 4%;
}

.form-wrap dl {
	text-align: left;
	font-size:1.8rem;
	margin-bottom:24px;
}

.form-wrap dt {
	margin-bottom:8px;
}

.form-wrap dl dt p {
	font-weight: normal;
}

.form-wrap dl dt p span {
	font-size: 80%;
}

.form-wrap input[type='text'], .form-wrap select {
	font-size:1.8rem;
	padding:8px;
	box-sizing: border-box;
	border:1px solid rgba(221,221,221,1.00);
	border-radius: 5px;
	transition: all 0.3s;
}

.form-wrap input[type='text']:focus,  .form-wrap select:focus {
	border:1px solid rgba(45,45,45,1.00);
	background-color:rgba(253,240,241,1.00);
}

.cap01, .cap02 {width:48%;}

@media screen and (min-width:1025px) {
	.cap01, .cap02 {width:48%;}
}
@media screen and (max-width:1024px) {
	.cap01, .cap02 {width:100%;}
}

.cap03, .cap04, .cap05, .cap06, .cap07 {width:100%;}

.cap01 input, .cap02 input {width:100%; background-color:#fff;}
.cap03 input, .cap04 select, .cap05 input, .cap06 input {width:100%;background-color:#fff;}

.cap07 textarea {
	width:100%;
	font-size:1.5rem;
	padding:8px;
	border:1px solid rgba(221,221,221,1.00);
	border-radius: 5px;
	text-shadow: h v blur rgba(0, 0, 0, .5);nsition: all 0.3s;
	height: calc( 1.3em * 5 );
	line-height: 1.3;
	background-color:#fff;
}

.cap07 textarea:focus {
	border:1px solid rgba(45,45,45,1.00);
	background-color:rgba(253,240,241,1.00);
}

.subPos {
	width:100%;
	text-align: center;
}

.subPos input {
	display: inline-block;
	width:160px;
	padding:12px;
	border-radius: 5px;
	margin:0 16px;
	font-size:1.8rem;
	border:1px solid rgba(221,221,221,1.00);
	color:#fff;
	transition: all 0.2s;
	cursor: pointer;
}

input.submit {
	background-color:rgba(201,21,30,1.00);
	border:1px solid rgba(237,115,121,1.00);
}

input.submit:hover {
	background-color:rgba(241,62,71,1.00);
}

input.submit:active {
	background-color:rgba(177,20,29,1.00);
}

input.reset {
	background-color:rgba(114,114,114,1.00);
	border:1px solid rgba(168,168,168,1.00);
}

input.reset:hover {
	background-color:rgba(148,148,148,1.00);
}

input.reset:active {
	background-color:rgba(82,82,82,1.00);
}

#formWrap {
	width:100%;
	margin:0 auto;
}

table.formTable {
	width:900px;
	font-size:1.8rem;
	margin:0 auto 72px;
}

table.formTable tr {
	padding:8px 0;
	border-bottom:1px solid #d4d4d4;
}

table.formTable th {
	color:#999999;
	padding:16px 8px;
	box-sizing: border-box;
	width:30%;
}

table.formTable td {
	color:#555555;
	padding:8px;
	box-sizing: border-box;
	width:70%;
	text-align: left;
}

.p-error {
	line-height: 1.7;
}

/*チケット情報*/

.p-ticket-group {
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap:24px 12px;
}

.p-ticket-box {
	background-color:#efefef;
	box-sizing: border-box;
	padding-bottom:12px;
	color:#4e4e4e;
}

.p-shikishi-box {
	background-color:#ffffff;
	box-sizing: border-box;
	color:#4e4e4e;
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
}

@media screen and (min-width:1281px){
	.p-ticket-box, .p-shikishi-box {
		position: relative;
		width:15%;
	}
}
@media screen and (max-width:1280px){
	.p-ticket-box, .p-shikishi-box {
		position: relative;
		width:32%;
	}
}
@media screen and (max-width:728px){
	.p-ticket-box, .p-shikishi-box {
		position: relative;
		width:48%;
	}
}

.p-shikishi-box a img {
	margin-top:auto;
}

@media screen and (min-width:1281px){
	.p-ticket-ohsaka {
		position: relative;
		width:23%!important;
	}
}
@media screen and (max-width:1280px){
	.p-ticket-ohsaka {
		position: relative;
		width:23%!important;
	}
}
@media screen and (max-width:728px){
	.p-ticket-ohsaka {
		position: relative;
		width:48%!important;
	}
}

.p-ticket-box img, .p-shikishi-box a img {
	width:100%;
	transition: all 0.3s;
}

.p-ticket-box p {
	width:100%;
	box-sizing: border-box;
	padding:0 8px;
}

.p-shikishi-box a:hover img {
	opacity: 0.6;
}

.p-shoplist {
	width: 100%;
}

.p-shoplist ul {
	width: 100%;
	position: relative;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap:16px 1.33%;
}

.p-shoplist ul li {
	text-align: left;
	font-size: 1.8rem;
	border-bottom:1px solid #bcbcbc;
	box-sizing: border-box;
	padding:8px 32px 8px 12px;
	background-color:#efefef;
	position: relative;
	color:#4e4e4e;
}

@media screen and (min-width:1500px){
	.p-shoplist ul li {
		position: relative;
		width:24%;
	}
}
@media screen and (max-width:1499px){
	.p-shoplist ul li {
		position: relative;
		width:32.4%;
	}
}
@media screen and (max-width:728px){
	.p-shoplist ul li {
		position: relative;
		width:49.3%;
	}
}

.p-shoplist ul li a span {
	position: absolute;
	display: block;
	right:12px;
	top:0;
	bottom:0;
	margin:auto 0;
	width:18px;
	height:18px;
	transition: all 0.3s;
}

.p-shoplist ul li a:hover span {
	color:deepskyblue!important;
}

/*サイン会*/

.p-sign-block {
	width:100%;
	font-size: 1.8rem;
	border:1px solid #bcbcbc;
	box-sizing: border-box;
}

.p-sign-date {
	box-sizing: border-box;
	padding:12px 8px;
	font-size: 1.8rem;
}

dl.p-sign-artist {
	display: flex;
	justify-content: space-between;
	gap:0 0.5%;
	font-size: 1.8rem;
}

dl.p-sign-artist dd {
	width:33%;
	font-size: 1.8rem;
	box-sizing: border-box;
	padding:12px 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-right:1px dotted #626262;
}

dl.p-sign-artist dd:last-child {
	border-right:0;
}

dd.p-sign-group {
	display: flex;
	flex-direction: column;
}

dd.p-sign-group dl {
	box-sizing: border-box;
	border-bottom:1px solid #bcbcbc;
}

/*
dd.p-sign-group dl:nth-child(2n+1) {
	border-bottom:1px solid #bcbcbc;
	background-color:#efefef;
}*/

dt.p-sign-bt {
	background-color:#efefef;
	box-sizing: border-box;
	padding:16px;
}

dt.p-sign-bt a {
	display: inline-block;
	margin:0 auto;
	box-sizing: border-box;
	padding:12px;
	color:#fff;
	box-shadow:0 3px 2px rgba(0,0,0,0.3);
	border-radius: 10px;
	text-decoration: none;
	transition: all 0.3s;
}

dt.p-sign-bt a:hover {
	opacity: 0.7;
	box-shadow:0 0 2px rgba(0,0,0,0.3);
	transform: translateY(3px);
}

dt.p-sign-bt span {
	display: inline-block;
	margin:0 auto;
	box-sizing: border-box;
	padding:12px;
	background-color:#444444;
	color:rgba(210,210,210,1.00);
	box-shadow:0 5px 2px rgba(0,0,0,0.3);
	border-radius: 10px;
}

/*グッズ*/

.p-gwrap {
	display: flex;
	flex-direction: column;
	gap:24px;
}

.p-gbox {
	width:100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	border:1px solid rgba(181,181,181,1.00);
	box-sizing: border-box;
	border-radius: 10px;
}

.p-gimg {
	box-sizing: border-box;
	position: relative;
}



@media screen and (min-width:901px) {
	.p-gimg {
		width:20%;
		padding:16px;
	}
	.p-gright {
		width:80%;
		padding:16px;
	}
	.p-gimg img {
		width:100%;
	}
}
@media screen and (max-width:900px) {
	.p-gimg {
		width:100%;
		padding:16px 16px 0;
	}
	.p-gright {
		width:100%;
		padding:16px;
	}
	.p-gimg img {
		width:100%;
		max-width: 280px;
		margin:0 auto;
	}
}



.p-gimg a img {
	transition: all 0.3s;
}

.p-gimg a:hover img {
	opacity: 0.6;
}

.p-gright {
	box-sizing: border-box;
	transform:rotate(0.03deg);
	display: flex;
	flex-direction: column;
}

.p-gtitle {
	font-size: 2.5rem;
	text-align: left;
	padding:1% 2%;
	color:#fff;
	font-family: 'Noto Serif JP', serif;
	transform: rotate(0.03deg);
	font-weight: 700;
	border-radius: 5px;
	margin-bottom:12px;
}

.p-gtxt {
	text-align: left;
	font-size:1.7rem;
	color:#555555;
	line-height: 1.7;
	margin-bottom:12px;
}

.p-gtxt span {
	display: inline-block;
	color:#fff;
	padding:0 12px;
	margin-right:6px;
	border-radius: 3px;
	box-sizing: border-box;
}

.p-gartist {
	text-align: left;
	font-size: 1.6rem;
}

.p-gartist span {
	display: inline-block;
	color:#fff;
	padding:4px 12px;
	margin-right:12px;
	margin-bottom:6px;
	border-radius: 3px;
	box-sizing: border-box;
}

.p-gartist span.gnew {
	background-color:rgba(255,174,0,1.00);
}

.p-gprice{
	font-size: 2.8rem;
	text-align: right;
	font-family: 'Noto Serif JP', serif;
	transform: rotate(0.03deg);
	font-weight: 700;
	margin-top:auto;
}

.p-gtxt-add {
	text-align: left;
	font-size:1.5rem;
	color:#555555;
	background-color:rgba(231,231,231,1.00);
	line-height: 1.7;
	margin-bottom:12px;
	border-radius: 5px;
	box-sizing: border-box;
	padding:8px;
}

/*サテライト会場*/

.p-satellite-visual {
	width:100%;
}

.p-satellite-visual img {
	width:100%;
}

.p-satellite-visual a img {
	width:100%;
	transition: all 0.3s;
}

.p-satellite-visual a:hover img {
	opacity: 0.6;
}


.p-satellite-header, .p-satellite-banner {
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.p-satellite-header img {
	display: block;
}

.p-satellite-banner img {
	display: block;
}

@media screen and (min-width:1025px) {
	.p-satellite-header img {
	width:33.33%;
	}

	.p-satellite-banner img {
		width:50%;
	}
}
@media screen and (max-width:1024px) {
	.p-satellite-header img {
	width:100%;
	}

	.p-satellite-banner img {
		width:100%;
	}
}

a.p-satellite-bt {
	display: block;
	width:100%;
	max-width: 1000px;
	margin:0 auto;
	color:#fff;
	text-decoration: none;
	box-sizing: border-box;
	padding:24px;
	box-shadow: 0 5px 2px rgba(0,0,0,0.15);
	transition: all 0.3s;
}


a:hover.p-satellite-bt {
	text-decoration: none;
	opacity: 0.6;
	box-shadow: 0 0px 0px rgba(0,0,0,0.0);
	transform: translateY(5px);
}

/*百ちゃん千ちゃん*/

.p-hakusen {
	display: block;
	margin:0 auto 36px;
	width:100%;
	max-width:1366px;
}

.p-hakusen-13 {
	background:url("../season13/guardian/hakusen.jpg") center top no-repeat;
	aspect-ratio: 3 / 2;
	background-size: cover;
}

.p-hakusen-14 {
	background:url("../season14/guardian/hakusen.jpg") center top no-repeat;
	aspect-ratio: 200 / 142;
	background-size: cover;
}

@media screen and (min-width:961px) { /*PC*/
	.p-hakusen-15 {
		background:url("../season15/guardian/hakusen.jpg") center top no-repeat;
		aspect-ratio: 200 / 145;
		background-size: cover;
	}
}
@media screen and (max-width:960px) { /*MB*/
	.p-hakusen-15 {
		background:url("../season15/guardian/hakusen_mobile.jpg") center top no-repeat;
		aspect-ratio: 140 / 141;
		background-size: cover;
	}
}


/*グッズリスト*/

.p-goodslist-exp {
	margin:0 auto;
	display:inline-block;
	font-size:1.7rem;
	color:#555555;
	text-align: left;
	margin-bottom:36px;
	line-height: 1.6;
}

.p-goodslist-exp p {
	margin-bottom:16px;
}

.p-goodslist-exp ul {
	margin-bottom:16px;
}

.p-goodslist-exp li {
	margin-bottom:8px;
}

.p-goodslist-exp a {
	font-weight: bold;
	color:orange;
}

.p-goodslist-exp strong {
	font-weight: bold;
	font-size:120%;
}

table.p-goods-list {
	width:100%;
	max-width: 1280px;
	margin:0 auto;
}

table.p-goods-list tr.p-listhead th {
	font-size:1.7rem;
	color:#ffffff;
	background-color:#FBB829;
	padding:4px;
	border:1px solid #fff;
	text-align: center;
	font-weight: normal!important;
	
}

#Season15 table.p-goods-list tr.p-listhead th {
	font-size:1.7rem;
	color:#ffffff;
	background-color:#ee869a;
	padding:4px;
	border:1px solid #fff;
	text-align: center;
	
}



.p-goods-credit {
	width:100%;
	max-width: 750px;
	margin:0 auto;
	box-sizing: border-box;
	border:5px solid #DFDFDF;
}

.p-lv1 {
	font-size:1.7rem;
	color:#ffffff;
	background-color:#FBB829;
	font-weight: bold;
	padding:8px;
	box-sizing: border-box;
	border:1px solid #fff;
	text-align: center;
	vertical-align: middle;
	
}



.p-lv2 {
	font-size:1.7rem;
	color:#555555;
	padding:8px;
	box-sizing: border-box;
	background-color:#fff;
	border:1px solid #FBB829;
	text-align:left;
	vertical-align: middle;
	font-weight: normal!important;
}


.p-lv3 {
	font-size:1.7rem;
	color:#555555;
	padding:8px;
	box-sizing: border-box;
	background-color:#fff;
	border:1px solid #FBB829;
	text-align:left;
	vertical-align: middle;
	font-weight: normal!important;
}
#Season14 table.p-goods-list tr.p-listhead th {background-color:#68c3c5!important;}
#Season14 .p-lv1 {background-color:#68c3c5!important;}
#Season14 .p-lv2 {border:1px solid #68c3c5!important;}
#Season14 .p-lv3 {border:1px solid #68c3c5!important;}
#Season14 .p-lv4 {border:1px solid #68c3c5!important;}
#Season14 .p-lv5 {border:1px solid #68c3c5!important;}

#Season15 table.p-goods-list tr.p-listhead th {background-color:#ee869a!important;}
#Season15 .p-lv1 {background-color:#ee869a!important;}
#Season15 .p-lv2 {border:1px solid #ee869a!important;}
#Season15 .p-lv3 {border:1px solid #ee869a!important;}
#Season15 .p-lv4 {border:1px solid #ee869a!important;}
#Season15 .p-lv5 {border:1px solid #ee869a!important;}

.p-lv3 strong {
	color:red;
}

.p-lv4 {
	font-size:1.7rem;
	color:#555555;
	padding:8px;
	box-sizing: border-box;
	background-color:#fff;
	border:1px solid #FBB829;
	text-align:center;
	vertical-align: middle;
	font-weight: normal!important;
}

.p-lv4 strong {
	font-weight:bold;
	color:red;
}

.p-lv5 {
	font-size:1.7rem;
	color:#555555;
	padding:8px;
	box-sizing: border-box;
	background-color:#fff;
	border:1px solid #FBB829;
	text-align:center;
	vertical-align: middle;
	font-weight: normal!important;
}

.p-lv5 span {
	display: inline-block;
	width: 40px;
	text-align: center;
	box-sizing: border-box;
	padding:0 12px;
	border-radius: 5px;
	color:#fff;
	font-size: 1.5rem!important;
	font-weight: normal!important;
	height: 24px;
	line-height: 24px;
}

.p-goodslist-exp span {
	display: inline-block;
	width: 40px;
	text-align: center;
	box-sizing: border-box;
	padding:0 12px;
	border-radius: 5px;
	color:#fff;
	font-size: 1.5rem!important;
	font-weight: normal!important;
}

.p-in-stock {
	background-color:forestgreen;
}

.p-limited-stock {
	background-color:orange;
}

.p-sold-out-otd {
	background-color:blue;
}

.p-sold-out {
	background-color:red;
}

.maru {
	background-color:forestgreen;
}
.maru:after {content: '〇';}

.kaku {
	background-color:orange;
}
.kaku:after {content: '△';}

.batu {
	background-color:blue;
}
.batu:after {content: '×';}

.nasi {
	background-color:red;
}
.nasi:after {content: '―';}

/*地方展*/

.p-travel-visual {
	width:100%;
}

@media screen and (min-width:1025px) {
	.p-travel-visual {
		margin-top:-64px;
	}
}

.p-travel-visual img {
	width:100%;
}

/*アコーディオン*/

.p-acd-check{
    display: none;
}
.p-acd-label{
    color: #fff;
    display: block;
    padding:12px;
	line-height: 24px;
	box-shadow:0 3px 2px rgba(0,0,0,0.3);
	border-radius: 10px;
	font-weight: bold;
	max-width: 800px;
	width:100%;
	margin:0 auto;
	transition: all 0.3s;
	box-sizing: border-box;
	position: relative;
}
.p-acd-label:before {
	content: "";
	position: absolute;
	top:0;
	bottom:0;
	left:27px;
	margin:auto 0;
	display: block;
	background-color:#fff;
	width:6px;
	height:36px;
	border-radius: 3px;
	transition: all 0.3s;
}

.p-acd-label:after {
	content: "";
	position: absolute;
	top:0;
	bottom:0;
	left:12px;
	margin:auto 0;
	display: block;
	background-color:#fff;
	height:6px;
	width:36px;
	border-radius: 3px;
	transition: all 0.3s;
}

.p-acd-check:checked + .p-acd-label:before {
	transform: rotate(45deg);
}
.p-acd-check:checked + .p-acd-label:after {
	transform: rotate(45deg);
}

.p-acd-content{
    height: 0;
    opacity: 0;
    transition: .5s;
    visibility: hidden;
	display: none;
}
.p-acd-on {visibility: hidden; display: none;}
.p-acd-off {visibility: visible; display: inline;}
.p-acd-check:checked + .p-acd-label + .p-acd-content{
	height: auto;
    opacity: 1;
    visibility: visible;
	display: block;
}

.p-acd-check:checked + .p-acd-label {
	height: auto;
    opacity: 1;
	box-sizing: border-box;
}

.p-acd-check:checked + .p-acd-label .p-acd-on {visibility: visible!important; display: inline;}
.p-acd-check:checked + .p-acd-label .p-acd-off {visibility: hidden!important; display: none;}

.p-atc_30th {
	display: inline-block;
	background:url("../season14/img/atc_30th.png") left top no-repeat;
	background-size: contain;
	aspect-ratio:300 / 201;
	width:150px;
}

.p-news-info {
	font-size: 2rem;
	font-weight: bold;
}

.p-news-info a {
	display: block;
	box-sizing: border-box;
	padding:8px;
	border:5px solid red;
	color:red;
	width:100%;
	max-width: 900px;
	margin:0 auto;
}