@charset "UTF-8";

/* ==================================================
PAGE COMMON
================================================== */



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


/* ==================================================
HEADER
================================================== */



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


/* ==================================================
LEAD AREA
================================================== */
#leadArea {
	padding-bottom: 40px !important;
	border-bottom: none !important;
}

.noboriBlock #leadArea {
	padding-bottom: 0 !important;
	border-bottom: none !important;
}

#leadArea .supported {
	width: 80%;
	margin: 0 auto 50px;
}

#leadArea .leadBox {
	background: url(/special/guitarjamboree2022/asset/img/bg01.png) repeat center center;
	padding: 40px 3%;
}

#leadArea .leadBox .inner {
	background: #fff;
	color: #45194a;
	max-width: 1000px;
	margin: 0 auto;
	padding: 40px 3%;
	text-align: left;
}

#leadArea .leadBox .inner p {
}

#leadArea .bannerblock {
	margin: 40px auto 30px;
}


@media screen and (max-width: 900px) {
	#leadArea {
	}
	
	#leadArea .supported {
	}
	
	#leadArea .leadBox {
		padding: 40px 3%;
	}
	
	#leadArea .leadBox .inner {
		padding: 30px 2%;
	}
	
	#leadArea .leadBox .inner p {
	}
}


/* ==================================================
INFO AREA
================================================== */
#infoArea {
}

#infoArea .bannerblock {
}

#infoArea .bannerblock .banner {
}

#infoArea .bannerblock .banner + .banner {
	margin-top: 30px;
}


@media screen and (max-width: 900px) {
	#infoArea {
	}
	
	#infoArea .bannerblock {
	}
	
	#infoArea .bannerblock .banner {
	}
}


/* ==================================================
LINEUP AREA
================================================== */
#lineupArea {
	
}

#lineupArea .areaTitle {
	margin-bottom: 0;
}

#lineupArea .lineupBlock {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	flex-direction: row;
}

#lineupArea .lineupBlock .lineupSet {
	width: calc(50% - 20px);
	position: relative;
	/*padding-bottom: 60px;*/
}

#lineupArea .lineupBlock #lineupDay1.lineupSet {
}

#lineupArea .lineupBlock #lineupDay2.lineupSet {
}

#lineupArea .lineupBlock #lineupDay2.lineupSet::after {
	content: "";
	position: absolute;
	top: 0;
	left: -23px;
	width: 6px;
	height: 100%;
	background: #45194a;
	z-index: 1;
}

#lineupArea .lineupBlock .lineupSet .head {
	margin-bottom: 20px;
}

#lineupArea .lineupBlock .lineupSet .head .pct {
	position: relative;
}

#lineupArea .lineupBlock #lineupDay2.lineupSet .head .pct::after {
	content: "";
	position: absolute;
	top: 0;
	left: -24px;
	width: 8px;
	height: 100%;
	background: #f2dc6d;
	z-index: 2;
}

#lineupArea .lineupBlock .lineupSet .head .pct img {
	max-width: 180px;
	margin: 0 auto;
	transform: translateY(5px);
}

#lineupArea .lineupBlock .lineupSet .head .date {
	background: #45194a;
}

#lineupArea .lineupBlock .lineupSet .head .date img {
	max-width: 400px;
	margin: 0 auto;
	width: 100%;
}

#lineupArea .lineupBlock .lineupSet ul {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	flex-direction: row;
	margin-bottom: 60px;
}

#lineupArea .lineupBlock .lineupSet ul li {
	width: calc(50% - 9px);
	margin: 0 0 36px 0;
	position: relative;
	background: #5ac0b5;
	border: 2px solid #45194a;
	padding: 4px;
}

#lineupArea .lineupBlock #lineupDay2.lineupSet ul li {
	background: #f4b7c6;
}

#lineupArea .lineupBlock .lineupSet ul li .pct {
	padding: 4px;
	background: #fff;
}

#lineupArea .lineupBlock .lineupSet ul li .pct.separate {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
}

#lineupArea .lineupBlock .lineupSet ul li.new .name {
}

#lineupArea .lineupBlock .lineupSet ul li.new .name::before {
	content: "NEW";
	z-index: 10;
	position: absolute;
	top: -20px;
	left: -28px;
	width: 80px;
	height: 30px;
	background: #f14737;
	color: #fff;
	text-align: center;
	font-family: cinder, sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 1;
	letter-spacing: 0.1em;
	border: 2px solid #000;
	padding: 1px 0 0 2px;
	transform: rotate(-20deg);
}

#lineupArea .lineupBlock .lineupSet ul li .pct a {
	display: block;
	overflow: hidden;
	position: relative;
}

#lineupArea .lineupBlock .lineupSet ul li .pct.separate a {
	width: 50%;
}

#lineupArea .lineupBlock .lineupSet ul li .pct a img {
	transition: all 0.4s ease-out 0s;
	position: relative;
}

#lineupArea .lineupBlock .lineupSet ul li .pct a:hover img {
	transform: scale(1.06);
	filter: brightness(110%) contrast(110%) saturate(120%);
	z-index: 2;
}

#lineupArea .lineupBlock .lineupSet ul li .name {
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 1;
	width: 80%;
	background: #5ac0b5;
	border: 2px solid #45194a;
	padding: 4px;
	z-index: 10;
}

#lineupArea .lineupBlock #lineupDay2.lineupSet ul li .name {
	background: #f4b7c6;
}

#lineupArea .lineupBlock .lineupSet ul li .name img {
	border: 2px solid #45194a;
}

#lineupArea .lineupBlock .lineupSet .and {
	width: 60%;
	max-width: 160px;
	margin: 0 auto;
}

#lineupArea .lineupBlock .lineupSet .and img {
}

#lineupArea .lineupBlock .lineupSet .foot {
	margin: 80px auto 0;
	background-color: #f8e99f;
}

#lineupArea .lineupBlock .lineupSet .foot img {
	width: 80%;
	max-width: 380px;
	margin: 0 auto;
}


@media screen and (max-width: 900px) {
	#lineupArea {}

	#lineupArea .areaTitle {
		margin-bottom: 40px;
	}

	#lineupArea .lineupBlock {
		display: block;
	}

	#lineupArea .lineupBlock .lineupSet {
		width: 100%;
		padding-bottom: 60px;
	}

	#lineupArea .lineupBlock #lineupDay1.lineupSet {
		margin-bottom: 30px;
	}

	#lineupArea .lineupBlock #lineupDay2.lineupSet {}

	#lineupArea .lineupBlock #lineupDay2.lineupSet::after {
		display: none;
	}

	#lineupArea .lineupBlock .lineupSet .head {
	}

	#lineupArea .lineupBlock .lineupSet .head .pct {
	}

	#lineupArea .lineupBlock #lineupDay2.lineupSet .head .pct::after {
		display: none;
	}

	#lineupArea .lineupBlock .lineupSet .head .pct img {
		max-width: 120px;
		margin: 0 auto;
		transform: translateY(3px);
	}

	#lineupArea .lineupBlock .lineupSet .head .date {
	}

	#lineupArea .lineupBlock .lineupSet .head .date img {
		max-width: 300px;
		width: 60%;
	}

	#lineupArea .lineupBlock .lineupSet ul {
		margin-bottom: 40px;
	}

	#lineupArea .lineupBlock .lineupSet ul li {
	}

	#lineupArea .lineupBlock .lineupSet ul li .pct {
	}

	#lineupArea .lineupBlock .lineupSet ul li .pct.separate {
	}

	#lineupArea .lineupBlock .lineupSet ul li .pct a {
	}

	#lineupArea .lineupBlock .lineupSet ul li .pct.separate a {
	}

	#lineupArea .lineupBlock .lineupSet ul li .pct a img {}

	#lineupArea .lineupBlock .lineupSet ul li .name {
		width: 86%;
	}

	#lineupArea .lineupBlock .lineupSet ul li .name img {
	}

	#lineupArea .lineupBlock .lineupSet .and {
		/*max-width: 220px;
		margin: 0 auto;*/
	}

	#lineupArea .lineupBlock .lineupSet .and img {}
}

@media screen and (max-width: 420px) {
	#lineupArea .lineupBlock .lineupSet ul li.new .name::before {
		top: -16px;
		left: -24px;
		width: 58px;
		height: 25px;
		font-size: 18px;
		line-height: 1;
		padding: 1px 0 0 2px;
		transform: rotate(-20deg);
	}
}

/* ==================================================
TICKET AREA
================================================== */
#ticketArea {
	border-bottom: none !important;
	padding-bottom: 0 !important;
}

#ticketArea .areaTitle {
}

#ticketArea .ticketHead {
	max-width: 1000px;
	background: #fff;
	padding: 40px 3%;
	margin: 0 auto 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
}

#ticketArea .ticketHead .txt {
	width: 60%;
	order: 2;
	padding: 40px 3%;
	text-align: left;
}

#ticketArea .ticketHead .txt p {
	
}

#ticketArea .ticketHead .pct {
	width: 40%;
	order: 1;
}

#ticketArea .ticketHead .pct .map {
	margin: 0 auto;
}

#ticketArea .ticketHead .pct .map img {
	
}

@media screen and (max-width: 900px) {
	#ticketArea .ticketHead {
		padding: 30px 3%;
		display: block;
	}
	
	#ticketArea .ticketHead .txt {
		width: 100%;
		padding: 0 3%;
		text-align: left;
		margin-bottom: 30px;
	}
	
	#ticketArea .ticketHead .txt p {
		
	}
	
	#ticketArea .ticketHead .pct {
		width: 100%;
	}
	
	#ticketArea .ticketHead .pct .map {
		max-width: 360px;		
	}
	
	#ticketArea .ticketHead .pct .map img {
		
	}
}


/* フロアガイド
------------------------------ */
#floorGuide {
	max-width: 1000px;
	margin: 0 auto 60px;
	position: relative;
	background: #fff;
	padding: 40px 0 0;
}

#floorGuide .bg {
	padding: 0 3%;
}

#floorGuide .bg.vip {
	padding: 40px 3%;
	background: url(../img/vip_bg.jpg) no-repeat center center;
	background-size: cover;
}

#floorGuide .commentBlock {
	text-align: left;
	margin-bottom: 30px;
}

#floorGuide .commentBlock p {
}

#floorGuide .sheetTable {
	margin-bottom: 30px;
}

#floorGuide .sheetTable li {
}

#floorGuide .sheetTable li em {
}


/*#floorGuide .img {
	width: 420px;
}

#floorGuide .img img {
}

#floorGuide .img .map {
	margin-bottom: 80px;
}

#floorGuide .img .yunomi {
	border: 2px solid #000;
	border-radius: 8px;
}

#floorGuide .img .map img {
}

#floorGuide .img .yunomi img {
	max-width: 240px;
}

#floorGuide .txt {
	width: calc(100% - 460px);
	text-align: left;
	padding: 0;
}

#floorGuide .txt .yunomi {
}

#floorGuide .txt .yunomi img {
}

#floorGuide .yunomi.pcImg {
}

#floorGuide .yunomi.spImg {
	display: none;
}

#floorGuide .txt p {
	line-height: 1.5;
}

#floorGuide .txt p.red {
	color: #eb2828;
	font-size: 1.8rem;
	font-weight: 900;
}*/

ul#sheetVariation {
}

ul#sheetVariation li {
	text-indent: -30px;
	padding: 0 0 0 30px;
	margin-bottom: 25px;
	font-size: 1.5rem;
	line-height: 1.5;
	text-align: left;
}

ul#sheetVariation li:last-child {
	margin-bottom: 0;
}

ul#sheetVariation li::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 18px;
	text-indent: 0;
	vertical-align: middle;
	transform: translateY(-1px);
}

ul#sheetVariation li em {
	display: inline-block;
	text-indent: 0;
	border: 2px solid #0069b8;
	border-radius: 6px;
	line-height: 1;
	padding: 2px 6px;
	margin: 0 3px 8px;
}

/* typeA */
ul#sheetVariation li.typeA {
}

ul#sheetVariation li.typeA::before {
	background: url(../img/ticket_icon_point1.png) no-repeat left center;
}

ul#sheetVariation li.typeA em {
	border: 2px solid #f6aa00;
}

/* typeB */
ul#sheetVariation li.typeB {
}

ul#sheetVariation li.typeB::before {
	background: url(../img/ticket_icon_point2.png) no-repeat left center;
}

ul#sheetVariation li.typeB em {
	border: 2px solid #6fb92c;
}

/* typeC */
ul#sheetVariation li.typeC {
}

ul#sheetVariation li.typeC::before {
	background: url(../img/ticket_icon_point3.png) no-repeat left center;
}

ul#sheetVariation li.typeC em {
	border: 2px solid #1dade5;
}

/* typeD */
ul#sheetVariation li.typeD {
}

ul#sheetVariation li.typeD::before {
	background: url(../img/ticket_icon_point4.png) no-repeat left center;
}

ul#sheetVariation li.typeD em {
	border: 2px solid #f2a7c8;
}
/**/

/* typeE */
ul#sheetVariation li.typeE {
}

ul#sheetVariation li.typeE::before {
	background: url(../img/ticket_icon_point5.png) no-repeat left center;
}

ul#sheetVariation li.typeE em {
	border: 2px solid #934e9b;
}
/**/

ul#sheetVariation li.soldout {
	position: relative;
	z-index: 1;
	color: rgba(0,0,0,0.6);
	font-weight: 400;
}

ul#sheetVariation li.soldout::after {
	content: "";
	position: absolute;
	width: calc(100% + 10px);
	height: calc(100% + 10px);
	background-color: #cecece;
	top: -5px;
	left: -5px;
	z-index: -1;
	border-radius: 8px;
}

ul#sheetVariation li.soldout .tag {
	font-weight: 900;
	color: #f14736;
	transform: translateX(-10px) translateY(-1px);
	display: inline-block;
	text-indent: 0;
	margin-left: 6px;
}

ul#sheetVariation li.soldout em {
}


/* #sheetVip */
#sheetVip {
	border: 6px solid #45194a;
	padding: 6px;
	text-align: left;
	background: #ccb36e;
	position: relative;
}

#sheetVip::after {
	content: "";
	position: absolute;
	width: 200px;
	height: 200px;
	bottom: -5px;
	right: 30px;
	z-index: 1;
	background: url(../img/vip_pct.png) no-repeat left center;
	background-size: contain;
}

#sheetVip .inner {
	padding: 30px 3% 80px;
	background: rgba(255, 255, 255, 0.9);
}

@media screen and (max-width: 900px) {
	#sheetVip::after {
		width: 120px;
		height: 120px;
		bottom: -3px;
		right: 40px;
	}
	
	#sheetVip .inner {
		padding: 30px 3% 120px;
	}
}

#sheetVip .sheetBlock {
}

#sheetVip .sheetBlock .typeVip {
	text-indent: -30px;
	padding: 0 0 0 30px;
	margin-bottom: 25px;
	font-size: 1.5rem;
	line-height: 1.5;
	text-align: left;
}

#sheetVip .sheetBlock .typeVip::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 18px;
	text-indent: 0;
	vertical-align: middle;
	transform: translateY(-1px);
	background: url(../img/ticket_icon_point6.png) no-repeat left center;
}

#sheetVip .sheetBlock .typeVip em {
	display: inline-block;
	text-indent: 0;
	border: 2px solid #ccb36e;
	border-radius: 6px;
	line-height: 1;
	padding: 2px 6px;
	margin: 0 3px 8px;
}

#sheetVip .vipPrivilege,
#vipStyle .vipPrivilege {
	margin-top: 20px;
}

#sheetVip .vipPrivilege .label,
#vipStyle .vipPrivilege .label {
	display: inline-block;
	margin-bottom: 12px;
	/*border: 2px solid #ccb36e;*/
	padding: 2px 20px;
	background: #ccb36e;
	color: #fff;
	font-size: 90%;
	font-weight: 600;
}

#sheetVip .vipPrivilege ul,
#vipStyle .vipPrivilege ul {
}

#sheetVip .vipPrivilege ul li,
#vipStyle .vipPrivilege ul li {
	margin-bottom: 5px;
	padding-left: 30px;
	text-indent: -30px;
	position: relative;
}

#sheetVip .vipPrivilege ul li:nth-of-type(n+4) {
	width: calc(100% - 220px);
}

@media screen and (max-width: 900px) {
	#sheetVip .vipPrivilege ul li:nth-of-type(n+4) {
		width: 100%;
	}
}

#sheetVip .vipPrivilege ul li *,
#vipStyle .vipPrivilege ul li * {
	text-indent: 0;
}

#sheetVip .vipPrivilege ul li::before,
#vipStyle .vipPrivilege ul li::before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 18px;
	background: url(../img/obj4.png) no-repeat center center;
	background-size: contain;
	transform: translateY(3px);
}

#sheetVip .vipPrivilege ul li em,
#vipStyle .vipPrivilege ul li em {
}

#sheetVip .vipPrivilege ul li b,
#vipStyle .vipPrivilege ul li b {
}
/* */


@media screen and (max-width: 900px) {
	#floorGuide {
		display: block;
		padding: 40px 0 0;
	}

	#floorGuide .img {
		width: 100%;
		margin-bottom: 40px;
	}

	#floorGuide .img img {
	}

	#floorGuide .img .map {
	width: 90%;
	margin: 0 auto;
	}

	#floorGuide .img .yunomi {
	}
	
	#floorGuide .yunomi.pcImg {
		display: none;
	}

	#floorGuide .yunomi.spImg {
		display: block;
	}

	#floorGuide .img .map img {
	}

	#floorGuide .img .yunomi img {
	}

	#floorGuide .txt {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	}

	#floorGuide .txt .yunomi {
	border: 2px solid #000;
	border-radius: 8px;
	max-width: 320px;
	margin: 40px auto 0;
	padding: 10px 30px;
	width: 70%;
	}

	#floorGuide .txt .yunomi img {
	}

	#floorGuide .txt p {
	}

	#floorGuide .txt p.red {
	font-size: 1.6rem;
	}

	#floorGuide .txt ul {
	}

	#floorGuide .txt ul li {
	font-size: 1.4rem;
	line-height: 1.4;
	}

	#floorGuide .txt ul li:last-child {
	}

	#floorGuide .txt ul li::before {
	}

	#floorGuide .txt ul li em {
	}

	/* typeA */
	#floorGuide .txt ul .typeA {
	}

	#floorGuide .txt ul .typeA::before {
	}

	#floorGuide .txt ul .typeA em {
	}

	/* typeB */
	#floorGuide .txt ul .typeB {
	}

	#floorGuide .txt ul .typeB::before {
	}

	#floorGuide .txt ul .typeB em {
	}

	/* typeC */
	#floorGuide .txt ul .typeC {
	}

	#floorGuide .txt ul .typeC::before {
	}

	#floorGuide .txt ul .typeC em {
	}

	/* typeD */
	#floorGuide .txt ul .typeD {
	}

	#floorGuide .txt ul .typeD::before {
	}

	#floorGuide .txt ul .typeD em {
	}
	/**/

	#floorGuide .txt ul .soldout {
	}

	#floorGuide .txt ul .soldout::after {
	}

	#floorGuide .txt ul .soldout .tag {
	}

	#floorGuide .txt ul .soldout em {
	}
}


@media screen and (max-width: 640px) {
	#floorGuide {
	}

	#floorGuide .img {
	}

	#floorGuide .img img {
	}

	#floorGuide .img .map {
	}

	#floorGuide .img .yunomi {
	}
	
	#floorGuide .yunomi.pcImg {
		display: none;
	}

	#floorGuide .yunomi.spImg {
		display: block;
	}

	#floorGuide .img .map img {
	}

	#floorGuide .img .yunomi img {
	}

	#floorGuide .txt {
	}

	#floorGuide .txt .yunomi {
	}

	#floorGuide .txt .yunomi img {
	}

	#floorGuide .txt p {
	}

	#floorGuide .txt p.red {
	}

	#floorGuide .txt ul {
	}

	#floorGuide .txt ul li {
	}

	#floorGuide .txt ul li:last-child {
	}

	#floorGuide .txt ul li::before {
	}

	#floorGuide .txt ul li em {
	}

	/* typeA */
	#floorGuide .txt ul .typeA {
	}

	#floorGuide .txt ul .typeA::before {
	}

	#floorGuide .txt ul .typeA em {
	}

	/* typeB */
	#floorGuide .txt ul .typeB {
	}

	#floorGuide .txt ul .typeB::before {
	}

	#floorGuide .txt ul .typeB em {
	}

	/* typeC */
	#floorGuide .txt ul .typeC {
	}

	#floorGuide .txt ul .typeC::before {
	}

	#floorGuide .txt ul .typeC em {
	}

	/* typeD */
	#floorGuide .txt ul .typeD {
	}

	#floorGuide .txt ul .typeD::before {
	}

	#floorGuide .txt ul .typeD em {
	}
	/**/

	#floorGuide .txt ul .soldout {
	}

	#floorGuide .txt ul .soldout::after {
	}

	#floorGuide .txt ul .soldout .tag {
	}

	#floorGuide .txt ul .soldout em {
	}
}


/* 料金表
------------------------------ */
.priceTable {
	max-width: 1000px;
	margin: 0 auto 40px;
}

.priceTable .bg {
	padding: 0 3%;
}

.priceTable .bg.vip {
	padding: 40px 3%;
	background: url(../img/vip_bg.jpg) no-repeat center center;
	background-size: cover;
}

.priceTable .title {
	margin-bottom: 30px;
	/*padding: 0 3%;*/
}

.priceTable .title h3 {
	/*font-size: 3rem;
	font-weight: 600;*/
	min-height: 56px;
	background: url(../img/bg03.png) repeat center center;
	padding: 5px 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
	position: relative;
}

.priceTable .title h3::before,
.priceTable .title h3::after {
	content: "";
	position: absolute;
	width: 50px;
	height: 50px;
	background: url(../img/obj5.png) repeat center center;
	background-size: contain;
	top: calc(50% - 25px);
}

.priceTable .title h3::before {
	left: 20px;
}

.priceTable .title h3::after {
	right: 20px;
}

@media screen and (max-width: 900px) {
	.priceTable .title h3 {
		padding: 5px 16%;
	}
	
	.priceTable .title h3::before,
	.priceTable .title h3::after {
		width: 40px;
		height: 40px;
		top: calc(50% - 20px);
	}
	
	.priceTable .title h3::before {
		left: 10px;
	}
	
	.priceTable .title h3::after {
		right: 10px;
	}
}

#regularStyle.priceTable .title h3 {
}

#regularStyle.priceTable .title h3::before,
#regularStyle.priceTable .title h3::after {
	background: url(../img/obj1.png) repeat center center;
	background-size: contain;
}

#premiumStyle.priceTable .title h3 {
}

#premiumStyle.priceTable .title h3::before,
#premiumStyle.priceTable .title h3::after {
	background: url(../img/obj2.png) repeat center center;
	background-size: contain;
}

#vipStyle.priceTable .title h3 {
	background: url(../img/bg02.png) repeat center center;
}

#vipStyle.priceTable .title h3::before,
#vipStyle.priceTable .title h3::after {
	background: url(../img/obj3.png) repeat center center;
	background-size: contain;
}

.priceTable .title .note {
	margin-top: 15px;
}

.priceTable .table {
	background: #fff;
	padding: 2px;
}

#vipStyle.priceTable .table {
	/*background: #ccb36e;*/
}

.priceTable .tableCaption {
	margin-top: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
}

.priceTable .tableCaption li {
	color: #fff;
	margin: 0 10px;
	font-size: 1.3rem;
}

/**/
.priceTable .col1 {
	margin: 0 0 2px;
	width: 280px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
}

.priceTable .col2 {
	margin: 0 2px 2px;
	width: 140px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
}

.priceTable .col2 b {
	font-size: 70%;
	letter-spacing: 0.08em;
}

.priceTable .col3 {
	margin: 0 0 2px;
	width: calc(100% - 424px);
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
}

.priceTable .rowGroup.typeSoldout .row:last-child .col1,
.priceTable .rowGroup.typeSoldout .row:last-child .col2,
.priceTable .rowGroup.typeSoldout .row:last-child .col3 {
	margin-bottom: 0;
}

.priceTable .rowGroup:last-child .row:last-child .col1,
.priceTable .rowGroup:last-child .row:last-child .col2,
.priceTable .rowGroup:last-child .row:last-child .col3 {
	margin-bottom: 0;
}

/**/
.priceTable .head {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	flex-direction: row;
	color: #fff;
}

/*.priceTable.onlineStyle .head {
	color: #000;
}*/

.priceTable .head div {
	background: #45194a;
	padding: 6px 10px;
	line-height: 1;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	letter-spacing: 0.6em;
}

.priceTable .head .col2 {
	justify-content: center;
	padding-left: 20px;
}

.priceTable.premiumStyle .head div {
	/*background: #f2a7c8;*/
}

.priceTable.onlineStyle .head div {
	/*background: #8a2e1b;*/
}

.priceTable .head div img {
	display: block;
	margin: 0 auto;
}


/**/
.priceTable .rowGroup {
}

.priceTable .rowGroup.typeSoldout {
	border-bottom: none;
}

.priceTable .rowGroup .row {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
	flex-direction: row;
	line-height: 1.4;
	text-align: left;
}

.priceTable .rowGroup .row .col1 {
	font-size: 1.6rem;
}

.priceTable .rowGroup .row .col1 span {
	padding: 10px 15px;
}

.priceTable .rowGroup .row .col1 b {
	font-size: 80%;
}

.priceTable .rowGroup .row .col1 strong {
	font-size: 1.2rem;
	font-weight: 700;
	display: inline-block;
	background: #45194a;
	color: #fff;
	border-radius: 30px;
	padding: 3px 12px;
	line-height: 1;
	margin-bottom: 4px;
}

.priceTable .rowGroup.typeOnline .row .col1 strong {
	font-size: 1.3rem;
	border-radius: 30px;
	padding: 4px 15px;
	margin: 2px 2px 2px 0;
}

.priceTable .rowGroup.typeOnline .row .col1 i {
	margin: 2px 0 2px 2px;
}

.priceTable .rowGroup .row .col1 strong.color {
	background: #f29c7c;
}

.priceTable .rowGroup .row .col1 em {
}

.priceTable .rowGroup .row .col1 em::after {
	content: "・";
}

.priceTable .rowGroup .row .col2 {
	font-size: 1.8rem;
}

.priceTable .rowGroup .row .col2 span {
	padding: 10px;
	text-align: center;
}

.priceTable .rowGroup .row .col2 s {
}

.priceTable .rowGroup .row .col2 b {
	font-size: 80%;
}

.priceTable .rowGroup .row .col2 b.red {
	color: #f29c7c;
	font-weight: 700;
}

.priceTable .rowGroup .row .col2 b.white {
	color: #fff;
	font-weight: 900;
}

.priceTable .rowGroup .row .col3 {
	font-size: 1.4rem;
	font-weight: 400;
}

.priceTable .rowGroup .row .col3 span {
	padding: 10px 15px;
}

.priceTable .rowGroup .row .col3 i {
	display: inline-block;
	border-bottom: 2px solid rgba(255, 255, 255, 0.2);
	padding: 0 2px;
}

/* ### .typeA ### */
.priceTable .rowGroup.typeA .row .col1,
.priceTable .rowGroup.typeA .row .col2,
.priceTable .rowGroup.typeA .row .col3 {
	background-color: rgb(251, 246, 198);
}

.priceTable .rowGroup.typeA .row .col1 {
	border-left: 14px solid #f6aa00;
}

/* ### .typeB ### */
.priceTable .rowGroup.typeB .row .col1,
.priceTable .rowGroup.typeB .row .col2,
.priceTable .rowGroup.typeB .row .col3 {
	background-color: rgba(223, 240, 207, 1);
}

.priceTable .rowGroup.typeB .row .col1 {
	border-left: 14px solid #6fb92c;
}

/* ### .typeC ### */
.priceTable .rowGroup.typeC .row .col1,
.priceTable .rowGroup.typeC .row .col2,
.priceTable .rowGroup.typeC .row .col3 {
	background-color: rgba(218, 237, 243, 1);
}


.priceTable .rowGroup.typeC .row .col1 {
	border-left: 14px solid #1dade5;
}

/* ### .typeD ### */
.priceTable .rowGroup.typeD .row .col1,
.priceTable .rowGroup.typeD .row .col2,
.priceTable .rowGroup.typeD .row .col3 {
	background-color: rgba(242, 167, 200, 0.2);
}

.priceTable .rowGroup.typeD .row .col1 {
	border-left: 14px solid #f2a7c8;
}

/* ### .typeE ### */
/*.priceTable .rowGroup.typeE .row .col1,
.priceTable .rowGroup.typeE .row .col2,
.priceTable .rowGroup.typeE .row .col3 {
	background-color: #f6dbff;
}

.priceTable .rowGroup.typeE .row .col1 {
	border-left: 14px solid #b549d8;
}*/

/* ### .typeVip ### */
.priceTable .rowGroup.typeVip .row .col1,
.priceTable .rowGroup.typeVip .row .col2,
.priceTable .rowGroup.typeVip .row .col3 {
	background-color: #f9ecc9;
}

.priceTable .rowGroup.typeVip .row .col1 {
	border-left: 14px solid #ccb36e;
}

/* ### .typeOnline ### */
.priceTable .rowGroup.typeOnline .row .col1,
.priceTable .rowGroup.typeOnline .row .col2,
.priceTable .rowGroup.typeOnline .row .col3 {
	background-color: #efdacd;
	/*background-color: #ffe245;*/
}

.priceTable .rowGroup.typeOnline .row .col1 {
	border-left: 14px solid #d95336;
}

/* ### .typeSoldout ### */
.priceTable .rowGroup.typeSoldout .row .col1,
.priceTable .rowGroup.typeSoldout .row .col2,
.priceTable .rowGroup.typeSoldout .row .col3 {
	background-color: #8a8a8a;
	color: #d9d9d9;
}

.priceTable .rowGroup.typeSoldout .row .col1 {
	border-left: 14px solid #828282;
}


@media screen and (max-width: 900px) {
	.priceTable {
	}

	.priceTable .title {
	}

	.priceTable .table {
	}

	.priceTable .tableCaption {
	}

	.priceTable .tableCaption li {
	}

	/**/
	.priceTable .col1 {
	width: calc(100% - 92px);
	}

	.priceTable .col2 {
	margin: 0 0 2px 2px;
	width: 90px;
	}

	.priceTable .col2 b {
		transform: translateY(1px);
	}

	.priceTable .col3 {
	width: 100%;
	margin-bottom: 8px;
	}

	.priceTable .rowGroup.typeSoldout .row:last-child .col1,
	.priceTable .rowGroup.typeSoldout .row:last-child .col2 {
	margin-bottom: 2px;
	}
	
	.priceTable .rowGroup.typeSoldout .row:last-child .col3 {
	margin-bottom: 0;
	}


	.priceTable .rowGroup:last-child .row:last-child .col1,
	.priceTable .rowGroup:last-child .row:last-child .col2 {
	margin-bottom: 2px;
	}
	
	.priceTable .rowGroup:last-child .row:last-child .col3 {
	margin-bottom: 0;
	}

	
	.priceTable .rowGroup.typeE .row:last-child .col3 {
	margin-bottom: 0;
	}

	/**/
	.priceTable .head {
	margin-bottom: 6px;
	}

	.priceTable.onlineStyle .head {
	}

	.priceTable .head div {
	}

	.priceTable .head .col2 {
		letter-spacing: 0;
		padding-left: 10px;
	}
	
	.priceTable .head .col3 {
	display: none;
	}

	.priceTable.premiumStyle .head div {
	}

	.priceTable.onlineStyle .head div {
	}

	.priceTable .head div img {
	}


	/**/
	.priceTable .rowGroup {
	}

	.priceTable .rowGroup.typeSoldout {
	}

	.priceTable .rowGroup .row {
	}

	.priceTable .rowGroup .row .col1 {
	font-size: 1.4rem;
	}

	.priceTable .rowGroup .row .col1 span {
	width: 100%;
	text-align: left;
	padding: 10px;
	}

	.priceTable .rowGroup .row .col1 b {
	}

	.priceTable .rowGroup .row .col1 strong {
	font-size: 1.1rem;
	padding: 3px 6px;
	}

	.priceTable .rowGroup .row .col1 strong.color {
	}

	.priceTable .rowGroup .row .col1 em {
	width: 100%;
	display: inline-block;
	}

	.priceTable .rowGroup .row .col1 em::after {
	display: none;
	}

	.priceTable .rowGroup .row .col2 {
	font-size: 1.4rem;
	}

	.priceTable .rowGroup .row .col2 span {
	}

	.priceTable .rowGroup .row .col2 s {
	}

	.priceTable .rowGroup .row .col2 b {
	}

	.priceTable .rowGroup .row .col2 b.red {
	}

	.priceTable .rowGroup .row .col2 b.white {
	}

	.priceTable .rowGroup .row .col3 {
	font-size: 1.3rem;
	letter-spacing: 0.05em;
	}

	.priceTable .rowGroup .row .col3 span {
	width: 100%;
	text-align: left;
	padding: 5px 5px 5px 10px;
	}

	.priceTable .rowGroup .row .col3 i {
	}

	/* ### .typeA ### */
	.priceTable .rowGroup.typeA {
	}
	.priceTable .rowGroup.typeA .row .col1,
	.priceTable .rowGroup.typeA .row .col2,
	.priceTable .rowGroup.typeA .row .col3 {
	}

	.priceTable .rowGroup.typeA .row .col1 {
	border-left: 8px solid #f6aa00;
	}

	/* ### .typeB ### */
	.priceTable .rowGroup.typeB {
	}
	.priceTable .rowGroup.typeB .row .col1,
	.priceTable .rowGroup.typeB .row .col2,
	.priceTable .rowGroup.typeB .row .col3 {
	}

	.priceTable .rowGroup.typeB .row .col1 {
	border-left: 8px solid #6fb92c;
	}

	/* ### .typeC ### */
	.priceTable .rowGroup.typeC {
	}
	.priceTable .rowGroup.typeC .row .col1,
	.priceTable .rowGroup.typeC .row .col2,
	.priceTable .rowGroup.typeC .row .col3 {
	}

	.priceTable .rowGroup.typeC .row .col1 {
	border-left: 8px solid #1dade5;
	}

	/* ### .typeE ### */
	.priceTable .rowGroup.typeE .row .col1,
	.priceTable .rowGroup.typeE .row .col2,
	.priceTable .rowGroup.typeE .row .col3 {
	}

	.priceTable .rowGroup.typeE .row .col1 {
	border-left: 8px solid #b549d8;
	}

	/* ### .typeSoldout ### */
	.priceTable .rowGroup.typeSoldout .row .col1,
	.priceTable .rowGroup.typeSoldout .row .col2,
	.priceTable .rowGroup.typeSoldout .row .col3 {
	}

	.priceTable .rowGroup.typeSoldout .row .col1 {
	border-left: 8px solid #828282;
	}
}



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


/* ==================================================
OMIYAGE AREA
================================================== */
#omiyageArea {
	border-bottom: none !important;
	padding-top: 0 !important;
}

#omiyageArea .areaTitle {
}

#omiyageArea .omiyageBlock {
	margin-bottom: 60px;
}

#omiyageArea .omiyageBlock .omiyage {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
	max-width: 1000px;
	margin: 0 auto;
	background: #fff;
	padding: 40px 3%;
}

#omiyageArea .omiyageBlock .pct {
	width: 300px;
}

#omiyageArea .omiyageBlock .pct img {
}

#omiyageArea .omiyageBlock .txt {
	width: calc(100% - 300px);
	text-align: left;
}

#omiyageArea .omiyageBlock .txt p {
}

#omiyageArea .omiyageBlock .txt .note {
}

#omiyageArea .omiyageBlock .txt .note a {
}

#omiyageArea .bannerblock {
}

#omiyageArea .bannerblock .banner {
}

#omiyageArea.area .bannerblock .banner + .banner {
	margin-top: 30px;
}


@media screen and (max-width: 900px) {
	#omiyageArea {
	}
	
	#omiyageArea .areaTitle {
	}
	
	#omiyageArea .omiyageBlock {
	}
	
	#omiyageArea .omiyageBlock .omiyage {
		display: block;
		padding: 30px 3%;
	}
	
	#omiyageArea .omiyageBlock .pct {
		width: 60%;
		max-width: 300px;
		margin:  0 auto 30px;
	}
	
	#omiyageArea .omiyageBlock .pct img {
	}
	
	#omiyageArea .omiyageBlock .txt {
		width: 100%;
	}
	
	#omiyageArea .omiyageBlock .txt p {
	}
	
	#omiyageArea .omiyageBlock .txt .note {
	}
	
	#omiyageArea .omiyageBlock .txt .note a {
	}
	
	#omiyageArea .bannerblock {
	}
	
	#omiyageArea .bannerblock .banner {
	}
}


/* ==================================================
ONLINE AREA
================================================== */
#onlineArea {
	border-top: 6px solid #45194a;
	border-bottom: none !important;
	/*padding-bottom: 60px !important;*/
}

.noboriBlock #onlineArea {
	border-top: 6px solid #45194a;
	border-bottom: none !important;
	padding-bottom: 30px !important;
}

#onlineArea .areaTitle {
	/*! margin-bottom: 20px; */
	line-height: 0.9;
	letter-spacing: -0.02em;
}

#onlineStyle {
}

#onlineStyle .note {
	display: inline-block;
	margin: 0 auto 40px;
}

#onlineStyle .note .noteHead {
	font-size: 2.2rem;
	font-weight: 600;
	margin-bottom: 40px;
	line-height: 1.4;
}

#onlineStyle .note p {
	text-align: left;
	font-size: 1.6rem;
}

#onlineStyle .period {
	margin-bottom: 40px;
	padding: 0 3%;
}

#onlineStyle .period .label {
	background: #45194a;
	color: #f2dc6d;
	display: inline-block;
	padding: 5px 20px;
	font-size: 1.6rem;
	line-height: 1;
	margin-bottom: 15px;
}

#onlineStyle .period .txt {
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: 0;
}

#onlineStyle .period .txt .box {
	border: 4px solid #45194a;
	padding: 10px 15px;
	line-height: 1.6;
	margin: 15px auto 0;
	/*! display: inline-block; */
	max-width: 540px;
}

#onlineStyle .period .txt .box b {
	font-size: 2.2rem;
	line-height: 1.4;
	margin-bottom: 6px;
	display: inline-block;
}

#onlineStyle .period .txt .box i {
	margin: 0 3px;
}

@media screen and (max-width: 480px) {
	#onlineStyle .period .txt .box {
		font-size: 1.4rem;
		padding: 10px 2%;
	}
	
	#onlineStyle .period .txt .box b {
		font-size: 1.8rem;
	}
	
	#onlineStyle .period .txt .box i {
	}
}

#onlineStyle .onlineAttention {
	padding: 0 3%;
	margin-top: 20px;
}

#onlineStyle .onlineAttention ul {
	border: 2px solid #fff;
	text-align: left;
	padding: 20px 2%;
	background: rgba(255,255,255,0.2);
}

#onlineStyle .onlineAttention li {
	padding-left: 30px;
	text-indent: -30px;
	margin-bottom: 5px;
}

#onlineStyle .onlineAttention li:last-child {
	margin-bottom: 0;
}

#onlineStyle .onlineAttention li::before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 16px;
	background: url(../img/obj5.png) no-repeat center center;
	background-size: contain;
	transform: translateY(2px);
	text-indent: 0;
}


/* ==================================================
ATTENTION AREA（新型コロナ対策とご注意）
================================================== */
#attentionArea {
	border-bottom: none !important;
}

#attentionArea .attentionBlock {
  position: relative;
  margin: 0 auto;
  max-width: 1000px;
  padding: 40px 3%;
	background: #fffdc6;
}

#attentionArea .attentionBlock+.attentionBlock {
  margin-top: 30px;
}

#attentionArea .attentionBlock .areaTitle {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 40px;
  background: #45194a;
  color: #fff;
  padding: 8px 16px;
}

#attentionArea .attentionBlock .lead {
  margin-bottom: 40px;
}

#attentionArea .attentionBlock .lead p {
	display: inline-block;
	margin: 0 auto;
	text-align: left;
}

#attentionArea .attentionBlock .box {
  margin: 0 auto 40px;
}

#attentionArea .attentionBlock .box:last-child {
  margin-bottom: 0;
}

#attentionArea .attentionBlock .box h3 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  border-bottom: 4px solid #f2c572;
  display: inline-block;
  padding: 0 15px 10px;
  margin-bottom: 30px;
}

#attentionArea .attentionBlock .box .guide {
  text-align: left;
  margin-bottom: 30px;
}

#attentionArea .attentionBlock .box .guide:last-child {
  margin-bottom: 0;
}

#attentionArea .attentionBlock .box .guide p {}

#attentionArea .attentionBlock .box .guide p b {
  font-weight: 600;
}

#attentionArea .attentionBlock .box>.attention {
  text-align: left;
  margin-bottom: 30px;
}

#attentionArea .attentionBlock .box>.attention:last-child {
  margin-bottom: 0;
}

#attentionArea .attentionBlock .box>.attention li {
  text-indent: -16px;
  padding-left: 16px;
  margin-bottom: 0.6em;
}

#attentionArea .attentionBlock .box>.attention li * {
  text-indent: 0;
}

#attentionArea .attentionBlock .box>.attention li::before {
  content: "※";
  text-indent: 0;
  display: inline-block;
  width: 16px;
}

#attentionArea .attentionBlock .box>.attention li b {
  font-weight: 600;
}

#attentionArea .attentionBlock .box>.attention li strong {
  font-weight: 600;
  color: #da4855;
}

#attentionArea .attentionBlock .box>.pct {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  border: 2px solid #45194a;
  padding: 16px 8px 0;
}

#attentionArea .attentionBlock .box>.pct li {
  width: calc(100% / 3 - 16px);
  margin: 0 8px 16px;
  position: relative;
}

#attentionArea .attentionBlock .box>.pct li span {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  /*width: 296px;
	height: 228px;*/
  width: 100%;
  height: 0;
  padding: 77.027% 0 0 0;
  background-color: transparent;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

#attentionArea .attentionBlock .box>.attention li .attention.child {
  margin: 1em 0;
  padding: 0.8em 0.8em 0.4em 1.2em;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

#attentionArea .attentionBlock .box>.attention li .attention.child li {
	text-indent: -16px;
	padding-left: 16px;
	margin-bottom: 0.6em;
}

#attentionArea .attentionBlock .box>.attention li .attention.child li::before {
  content: "・";
}

#attentionArea .attentionBlock .box h3 i {}


@media screen and (max-width: 900px) {
  #attentionArea {}

  #attentionArea .attentionBlock {

    padding: 40px 3% 50px;
  }

  #attentionArea .attentionBlock h2 {
    font-size: 2.2rem;
  }

  #attentionArea .attentionBlock .lead {}

  #attentionArea .attentionBlock .lead p {}

  #attentionArea .attentionBlock .box {}

  #attentionArea .attentionBlock .box {}

  #attentionArea .attentionBlock .box:last-child {}

  #attentionArea .attentionBlock .box h3 {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }

  #attentionArea .attentionBlock .box>.attention {}

  #attentionArea .attentionBlock .box>.attention:last-child {}

  #attentionArea .attentionBlock .box>.attention li {}

  #attentionArea .attentionBlock .box>.attention li::before {}

  #attentionArea .attentionBlock .box>.pct {
    padding: 6px 3px 0;
  }

  #attentionArea .attentionBlock .box>.pct li {
    width: calc(100% / 2 - 6px);
    margin: 0 3px 6px;
  }

  #attentionArea .attentionBlock .box>.pct li span {}

  #attentionArea .attentionBlock .box>.attention li .attention.child {
		padding: 0.8em 0.8em 0.4em 0.8em;
	}

  #attentionArea .attentionBlock .box>.attention li .attention.child li {}

  #attentionArea .attentionBlock .box>.attention li .attention.child li::before {}

  #attentionArea .attentionBlock .box h3 i {}
}


/* ==================================================
ABOUT AREA
================================================== */
#aboutArea {}

#aboutArea .areaTitle {}

#aboutArea .areaTitle img {}


/* .table
------------------------------ */
#aboutArea .table {
	max-width: 900px;
	margin: 0 auto;
	border: 2px solid #45194a;
	background: #45194a;
}

#aboutArea .table .ttl {
	background: #45194a;
	color: #fff;
	max-width: 1100px;
	margin: 0 auto 2px;
	padding: 10px;
	text-align: center;
	font-size: 2.6rem;
	letter-spacing: 0.08em;
}

#aboutArea .table .ttl em {margin: 0 3px;}

#aboutArea .table .ttl em b {
}

#aboutArea .table .ttl span {
	display: inline-block;
	margin: 0 5px;
}

/* ### .credit ### */
#aboutArea .credit {}

#aboutArea .credit dl {
	background: #81366e;
	margin: 0 auto 2px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
}

#aboutArea .credit dl:last-child {
	margin-bottom: 0;
}

#aboutArea .credit dl dt {
	width: 140px;
	font-weight: 700;
	font-size: 1.6rem;
	color: #fff;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	flex-direction: column;
}

#aboutArea .credit dl dt span {
	display: inline-block;
	font-size: 80%;
	margin-top: 5px;
}

#aboutArea .credit dl dt img {
	display: block;
	margin: 0 auto;
}

#aboutArea .credit dl dd {
	font-size: 1.4rem;
	width: calc(100% - 140px);
	text-align: left;
	border-left: 2px solid #000;
	padding: 10px 3%;
	background: #fff;
	line-height: 1.4;
}

#aboutArea .credit dl dd a {}

#aboutArea .credit dl dd em {
	font-size: 86%;
}

#aboutArea .credit dl dd .group {
	padding: 10px 0;
}

#aboutArea .credit dl dd .group:first-child {
	border-bottom: 2px dotted #000;
	margin-bottom: 10px;
	padding-bottom: 20px;
}

#aboutArea .credit dl dd .date {
	display: inline-block;
	border: 1px solid #a276b0;
	padding: 5px 10px;
	line-height: 1.4;
	margin-bottom: 8px;
	font-weight: 700;
	font-size: 1.3rem;
}

#aboutArea .credit dl dd .artist {}

#aboutArea .credit dl dd .artist em {}

#aboutArea .credit dl dd .artist b {
	display: inline-block;
	font-size: 90%;
}

#aboutArea .credit dl dd .artist a {
	display: inline-block;
	transition: all 0.4s ease-out 0s;
}

#aboutArea .credit dl dd .artist a:hover {
	color: #d95336;
}

#aboutArea .credit dl dd .cast {
	margin-top: 15px;
}

#aboutArea .credit dl dd .cast em {}

#aboutArea .credit .info {}

#aboutArea .credit .info dt {}

#aboutArea .credit .info dt img {}

#aboutArea .credit .info dd {}

#aboutArea .credit .info dd .box {
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
	border: 1px solid #81366e;
	padding: 5px 10px;
}

#aboutArea .credit .info dd .box strong {
	display: inline-block;
	background: #81366e;
	color: #fff;
	line-height: 1.2;
	font-size: 1.4rem;
	padding: 2px 10px;
}

#aboutArea .credit .info dd .box span {
	padding: 0 0 0 15px;
}

#aboutArea .credit .info dd .box span i {
	font-size: 86%;
}

@media screen and (max-width: 900px) {
	#aboutArea {}

	#aboutArea .areaTitle {}

	#aboutArea .areaTitle img {}

	#aboutArea .closeInfo {}


	/* .table
	------------------------------ */
	#aboutArea .table {}

	#aboutArea .table .ttl {}

	#aboutArea .table .ttl em {}

	#aboutArea .table .ttl em b {}


	/* ### .credit ### */
	#aboutArea .credit {}

	#aboutArea .credit dl {}

	#aboutArea .credit dl:last-child {}

	#aboutArea .credit dl dt {}

	#aboutArea .credit dl dt img {}

	#aboutArea .credit dl dd {}

	#aboutArea .credit dl dd a {}

	#aboutArea .credit dl dd em {}

	#aboutArea .credit dl dd .group {}

	#aboutArea .credit dl dd .group:first-child {}

	#aboutArea .credit dl dd .date {}

	#aboutArea .credit dl dd .artist {}

	#aboutArea .credit dl dd .artist em {}

	#aboutArea .credit dl dd .artist b {}

	#aboutArea .credit dl dd .artist a {}

	#aboutArea .credit dl dd .artist a:hover {}

	#aboutArea .credit dl dd .cast {}

	#aboutArea .credit dl dd .cast em {}

	#aboutArea .credit .info {}

	#aboutArea .credit .info dt {}

	#aboutArea .credit .info dt img {}

	#aboutArea .credit .info dd {}

	#aboutArea .credit .info dd .box {}

	#aboutArea .credit .info dd .box strong {}

	#aboutArea .credit .info dd .box span {}

	#aboutArea .credit .info dd .box span i {}
}


@media screen and (max-width: 640px) {
	#aboutArea {}

	#aboutArea .areaTitle {}

	#aboutArea .areaTitle img {}

	#aboutArea .closeInfo {}


	/* .table
	------------------------------ */
	#aboutArea .table {}

	#aboutArea .table .ttl {
		font-size: 1.8rem;
	}

	#aboutArea .table .ttl em {}

	#aboutArea .table .ttl em b {}


	/* ### .credit ### */
	#aboutArea .credit {}

	#aboutArea .credit dl {
		display: block;
		padding: 15px 3%;
		background: #fff;
	}

	#aboutArea .credit dl:last-child {}

	#aboutArea .credit dl dt {
		width: 100%;
		padding: 0 2% 10px 28px;
		border-bottom: 1px dotted #000;
		text-align: left;
		display: block;
		margin-bottom: 10px;
		font-size: 1.4rem;
		color: #45194a;
		position: relative;
	}
	
	#aboutArea .credit dl dt span {
		margin-top: 0;
		margin-left: 5px;
	}

	#aboutArea .credit dl dt::before {
		content: "";
		width: 24px;
		height: 24px;
		background: url(../img/obj6.png) repeat center center;
		background-size: contain;
		margin-right: 5px;
		transform: translateY(4px);
		position: absolute;
		left: 0;
		top: -8px;
	}

	#aboutArea .credit dl dt img {}

	#aboutArea .credit dl dd {
		border: none;
		width: 100%;
		padding: 0 2%;
		font-size: 1.3rem;
		font-weight: 400;
	}

	#aboutArea .credit dl dd a {}

	#aboutArea .credit dl dd em {}

	#aboutArea .credit dl dd .group {
		padding: 5px 0 0;
	}

	#aboutArea .credit dl dd .group:first-child {
		border-bottom: none;
		margin-bottom: 15px;
		padding-bottom: 0;
	}

	#aboutArea .credit dl dd .date {}

	#aboutArea .credit dl dd .artist {}

	#aboutArea .credit dl dd .artist em {}

	#aboutArea .credit dl dd .artist b {}

	#aboutArea .credit dl dd .artist a {}

	#aboutArea .credit dl dd .artist a:hover {}

	#aboutArea .credit dl dd .cast {}

	#aboutArea .credit dl dd .cast em {}

	#aboutArea .credit .info {}

	#aboutArea .credit .info dt {}

	#aboutArea .credit .info dt img {}

	#aboutArea .credit .info dd {}

	#aboutArea .credit .info dd .box {
		display: block;
		padding: 8px;
	}

	#aboutArea .credit .info dd .box strong {
		font-size: 1.3rem;
		padding: 2px 8px;
		margin-bottom: 3px;
	}

	#aboutArea .credit .info dd .box span {
		display: block;
		padding: 0;
	}

	#aboutArea .credit .info dd .box span i {
	}
}


/* ==================================================
ARCHIVE AREA
================================================== */
#archiveArea {
	border-bottom: none !important;
}

#archiveArea .areaTitle {}

#archiveArea .areaTitle img {}

#archiveArea .bnr {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
	max-width: 840px;
	margin: 0 auto;
}

#archiveArea .bnr li {
	width: calc(50% - 20px);
	margin: 0 10px 20px;
}

#archiveArea .bnr li:first-child {
	margin: 0 20px 20px;
}

#archiveArea .bnr li a {
	display: block;
	max-width: 400px;
	border: 3px solid #fff;
	margin: 0 auto;
	transition: all 0.4s ease-out 0s;
}

#archiveArea .bnr li a:hover {
	border: 3px solid #45194a;
}

#archiveArea .bnr li a img {
	transition: all 0.4s ease-out 0s;
}

#archiveArea .bnr li a:hover img {
	filter: brightness(105%) contrast(115%) saturate(115%);
}


@media screen and (max-width: 640px) {
	#archiveArea {}

	#archiveArea h2 {}

	#archiveArea h2 img {}

	#archiveArea .bnr {}

	#archiveArea .bnr li {
		width: 100%;
		max-width: 100%;
		margin: 0 auto 20px;
	}

	#archiveArea .bnr li:first-child {
		margin: 0 auto 20px;
	}

	#archiveArea .bnr li a {}

	#archiveArea .bnr li a::after {}

	#archiveArea .bnr li a img {}

	#archiveArea .bnr li a:hover img {}
}