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

/* =========================================================
PAGE COMMON
========================================================= */
a {}
a:link {}
a:visited {}
a:hover {}
a:active {}

body {
}

#allWrap {
}

main {
}

main > .lead {
	margin-bottom: 40px;
	background: rgba(255,255,255,0.8);
	padding: 5px;
	border-radius: 12px;
	display: inline-block;
}

main > .lead p {
	font-family: urw-din, a-otf-midashi-go-mb31-pr6n, sans-serif;
	font-weight: 700;
	font-size: 2rem;
}

@media screen and (max-width: 768px) {
	main > .lead p {
		max-width: 640px;
		margin: 0 auto;
		text-align: left;
		padding: 0 20px;
		font-size: 1.8rem;
	}
}

article {
}

/* ==================================================
PROFILE
================================================== */
#profArea {
	max-width: 940px;
	margin: 0 auto 40px;
}

#profArea .borderBox {
}

#profArea .borderBox .inner {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	flex-direction: row;
	padding: 30px 10px 25px 25px;
}

#profArea .borderBox .inner > div {
	margin: 0 15px
}

#profArea .borderBox .pct {
	width: 260px;
	padding-top: 30px;
}

#profArea .borderBox .pct img {
	border-radius: 500px;
}

#profArea .borderBox .txt {
	width: calc(100% - 320px);
	text-align: left;
	font-size: 1.6rem;
}

@media screen and (max-width: 900px) {
	#profArea .borderBox .pct {
		width: calc(36% - 30px);
	}
	
	#profArea .borderBox .txt {
		width: calc(64% - 30px);
	}
}

#profArea .borderBox .txt .name {
	font-size: 2.2rem;
	margin-bottom: 10px;
}

#profArea .borderBox .txt .name .kana {
	font-size: 70%;
}

#profArea .borderBox .txt .position {
	margin-bottom: 30px;
}

#profArea .borderBox .txt .position i {
}

#profArea .borderBox .txt .comment {
	font-size: 90%;
	margin-bottom: 30px;
}

#profArea .borderBox .txt .links {
}

#profArea .borderBox .txt .links li {
	margin-bottom: 20px;
	position: relative;
	padding-left: 20px;
}

#profArea .borderBox .txt .links li::before {
	content: "";
	display: block;
	width: 6px;
	height: 100%;
	background: #000;
	border-radius: 10px;
	position: absolute;
	top: 0;
	left: 0;
}

#profArea .borderBox .txt .links li a.linkBtn {
	display: inline-block;
	background: #009444;
	color: #fff;
	font-size: 1.5rem;
	margin-top: 8px;
	padding: 3px 12px;
	border-radius: 50px;
}

#profArea .borderBox .txt .links li a.linkBtn::before {
	content: "";
	display: inline-block;
	background: url(../img/icon_arrow_white.svg) no-repeat center center;
	background-size: 100%;
	width: 14px;
	height: 14px;
	margin-right: 8px;
	transform: translateY(-1px);
	vertical-align: middle;
}

#profArea .borderBox .txt .links li a.linkBtn::after {
	content: "";
	display: inline-block;
	background: url(../img/icon_window.svg) no-repeat center center;
	background-size: 100%;
	width: 11px;
	height: 8px;
	margin-left: 6px;
	transform: translateY(-1px);
}

#profArea .borderBox .txt .links li a.linkUrl {
	color: #009444;
	text-decoration: underline;
	font-size: 1.5rem;
}

#profArea .borderBox .txt .links li a.linkUrl::after {
	content: "";
	display: inline-block;
	background: url(../img/icon_window_black.svg) no-repeat center center;
	background-size: 100%;
	width: 11px;
	height: 8px;
	margin-left: 8px;
}


/* ############ ↓↓↓ MEDIAQUERY ↓↓↓ ############ */ @media screen and (max-width: 640px) {
#profArea {
}

#profArea .borderBox {
}

#profArea .borderBox .inner {
	padding: 25px 6% 10px;
}

#profArea .borderBox .inner > div {
	width: 100%;
	margin: 0 auto;
}

#profArea .borderBox .pct {
	padding: 0;
	margin-bottom: 20px !important;
}

#profArea .borderBox .pct img {
	width: 50%;
	min-width: 180px;
}

#profArea .borderBox .txt {
	font-size: 1.4rem;
}

#profArea .borderBox .txt .name {
	font-size: 1.8rem;
}

#profArea .borderBox .txt .name .kana {
}

#profArea .borderBox .txt .position {
}

#profArea .borderBox .txt .position i {
}

#profArea .borderBox .txt .comment {
}

#profArea .borderBox .txt .links {
}

#profArea .borderBox .txt .links li {
}

#profArea .borderBox .txt .links li::before {
}

#profArea .borderBox .txt .links li a.linkBtn {
	font-size: 1.4rem;
}

#profArea .borderBox .txt .links li a.linkBtn::before {
}

#profArea .borderBox .txt .links li a.linkBtn::after {
}

#profArea .borderBox .txt .links li a.linkUrl {
	font-size: 1.4rem;
}

#profArea .borderBox .txt .links li a.linkUrl::after {
}
} /* ############ ↑↑↑ MEDIAQUERY ↑↑↑ ############ */


/* ==================================================
GOODS LIST
================================================== */
#goodslistArea {
	max-width: 960px;
	margin: 0 auto;
}

#goodslistArea .note {
	text-align: right;
	font-size: 1.3rem;
	padding: 0 20px;
	margin-bottom: 15px;
}

#goodslistArea .listWrap {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	flex-direction: row;
}

#goodslistArea .list {
	border-color: #ffe400;
	text-align: left;
	padding: 30px 20px;
	font-size: 1.5rem;
	width: calc(50% - 20px);
	margin-bottom: 30px;
}

#goodslistArea .list.wide {
	width: calc(100% - 20px);
}

#goodslistArea #ticketGoods .list {
	border-color: #e3001a;
}

#goodslistArea .list h3 {
	font-size: 2.2rem;
	margin-bottom: 5px;
}

#goodslistArea .list .price {
	font-size: 2.2rem;
	margin-bottom: 15px;
}

#goodslistArea .list .price.red {
	color: #e3001a;
	font-size: 1.6rem;
}

#goodslistArea .list .credit {
	margin-bottom: 20px;
	min-height: 18px;
}

#goodslistArea .list .credit i {
}

#goodslistArea .list .pct {
	margin-bottom: 5px;
}

#goodslistArea .list .pct img {
	border-radius: 12px;
	border: 2px solid #000;
	margin-bottom: 15px;
}

#goodslistArea .list.wide .pct {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
}

#goodslistArea .list.wide .pct img {
	width: calc(50% - 10px);
}

#goodslistArea .list .comment {
}

#goodslistArea .supplier {
	margin: 30px auto 50px;
}

#goodslistArea .supplier h4 {
	font-size: 2.4rem;
	margin-bottom: 15px;
}

#goodslistArea .supplier a {
	display: inline-block;
	margin: 0 auto;
	background: rgba(255,255,255,0.85);
	padding: 10px;
	border-radius: 12px;
}

#goodslistArea .supplier a figure {
}

#goodslistArea .supplier a figure img {
	transition: all 0.4s ease-out 0s;
}

#goodslistArea .supplier a figure figcaption {
	margin-top: 25px;
}

#goodslistArea .supplier a figure figcaption span {
	display: inline-block;
	background: #000;
	color: #fff;
	margin-top: 8px;
	padding: 2px 12px;
	border-radius: 50px;
	min-width: 160px;
	transition: all 0.4s ease-out 0s;
}

#goodslistArea .supplier a figure figcaption span::after {
	content: "";
	display: inline-block;
	background: url(../img/icon_window.svg) no-repeat center center;
	background-size: 100%;
	width: 11px;
	height: 8px;
	margin-left: 6px;
	transform: translateY(-1px);
}

/*
#goodslistArea .supplier a:hover {
	opacity: 1;
}

#goodslistArea .supplier a:hover figure img {
	opacity: 0.6;
}

#goodslistArea .supplier a:hover figure figcaption span {
	transform: scale(1.1);
	background: #666;
}
*/


/* ############ ↓↓↓ MEDIAQUERY ↓↓↓ ############ */ @media screen and (max-width: 640px) {
#goodslistArea {
}

#goodslistArea .note {
	padding: 0 3%;
}

#goodslistArea .listWrap {
}

#goodslistArea .list {
	width: 100%;
	font-size: 1.4rem;
	padding: 20px 6%;
	margin-bottom: 20px;
}

#goodslistArea .list.wide {
	width: 100%;
}

#goodslistArea #ticketGoods .list {
}

#goodslistArea .list h3 {
	font-size: 2rem;
}

#goodslistArea .list .price {
	font-size: 1.8rem;
}

#goodslistArea .list .price.red {
}

#goodslistArea .list .credit {
	min-height: 0;
}

#goodslistArea .list .credit i {
}

#goodslistArea .list .pct {
	text-align: center;
}

#goodslistArea .list .pct img {
	max-width: 420px;
	margin: 0 auto 15px;
	width: 100%;
}

#goodslistArea .list.wide .pct {
}

#goodslistArea .list.wide .pct img {
	width: 100%;
}

#goodslistArea .list .comment {
}

#goodslistArea .supplier {
}

#goodslistArea .supplier h4 {
	font-size: 1.8rem;
}

#goodslistArea .supplier a {
}

#goodslistArea .supplier a figure {
}

#goodslistArea .supplier a figure img {
	width: 90px;
}

#goodslistArea .supplier a figure figcaption {
}

#goodslistArea .supplier a figure figcaption span {
}

#goodslistArea .supplier a figure figcaption span::after {
}
} /* ############ ↑↑↑ MEDIAQUERY ↑↑↑ ############ */


/* #ticketGoods (※#goodslistAreaの内包ID)
------------------------------ */
#ticketGoods {
	margin-top: -100px;
	padding-top: 100px;
}

#ticketGoods::before {
	content: "";
	display: block;
	width: 100%;
	height: 10px;
	border-radius: 20px;
	background: #000;
}

@media screen and (max-width: 768px) {
	#ticketGoods::before {
		height: 6px;
	}
}

#ticketGoods h2 {
	font-size: 3rem;
	color: #e3001a;
	margin: 50px auto 20px;
}

#ticketGoods h2 em {
	display: inline-block;
	background: #e3001a;
	color: #fff;
	margin-bottom: 8px;
	padding: 2px 25px;
	border-radius: 50px;
	min-width: 160px;
}

#ticketGoods h2 i {
}

#ticketGoods ul.attention {
	font-size: 1.6rem;
	background: rgba(255,255,255,0.85);
	display: inline-block;
	margin: 0 auto 30px;
	padding: 5px 15px;
	border-radius: 12px;
}

#ticketGoods ul.attention li {
	padding-left: 16px;
	text-indent: -16px;
	margin-bottom: 3px;
}

#ticketGoods ul.attention li::before {
	content: "※";
	display: inline-block;
	width: 16px;
	text-indent: 0;
}


/* ############ ↓↓↓ MEDIAQUERY ↓↓↓ ############ */ @media screen and (max-width: 640px) {
#ticketGoods {
}

#ticketGoods::before {
}

#ticketGoods h2 {
	font-size: 2rem;
}

#ticketGoods h2 em {
}

#ticketGoods h2 i {
}

#ticketGoods ul.attention {
	font-size: 1.35rem;
	padding: 5px 8px;
	text-align: left;
	margin-bottom: 15px;
}

#ticketGoods ul.attention li {
}

#ticketGoods ul.attention li::before {
}
} /* ############ ↑↑↑ MEDIAQUERY ↑↑↑ ############ */


/* #################################################################################################### */
/* #################################################################################################### */
/* #################################################################################################### */
/* #################################################################################################### */
/* #################################################################################################### */
/* ##########　MEMO　################################################################################## */
/* #################################################################################################### */
/* #################################################################################################### */

/* ==================================================
大見出し
================================================== */

/* 中見出し（他、説明など）
------------------------------ */

/* ### 小見出し 1 ### */
/* ### ----- ### */

/* 小見出し 2 */
/* ----- */

/* ############ ↓↓↓ MEDIAQUERY ↓↓↓ ############ */ @media screen and (max-width: 768px) {

} /* ############ ↑↑↑ MEDIAQUERY ↑↑↑ ############ */

