#exhibition {
	line-height: 1.5;
}
#exhibition img {
	max-width:100%;
	vertical-align: bottom;
}
#exhibition p {
	font-size:16px;
	margin-bottom: 10px;
}
#exhibition a {
	text-decoration: none;
}
#exhibition ol , ul {
	padding: 0;
}
.pcOnly {
	display: block;
}
.tabOnly {
	display: none;
}
.spOnly {
	display: none;
}
#exhibition .mb20 {
	margin-bottom: 20px;
}
#exhibition .respectContainer {
	background-color: #fff;
}
#exhibition .respectContainer .pageMap {
	background-color: #fafafa;
}
#exhibition .mainvisual {
	max-width: 980px;
	margin: 0 auto;
	padding: 60px 0 120px;
}
#exhibition .mainvisualWrapper {
	position: relative;
	width: 100%;
	padding-top: 60px;
}
#exhibition .sectionWrapper {
	position: relative;
	width: 100%;
}
#exhibition .section {
	max-width: 980px;
	margin:0 auto;
	padding: 80px 0 120px;
}
#exhibition .sectionInner {
	width: 680px;
	margin:0 auto;
}
#exhibition .inner {
	padding:0 60px;;
	margin:0 auto 40px;
}
#exhibition .inner:last-of-type {
	margin-bottom:0;
}
#exhibition .bg-color01 {
	background-color: #FBEBDF;
}
#exhibition .bg-color02 {
	background-color: #FAFAFA;
}
#exhibition .wave {
	position: absolute;
	width: 100%;
	top:-1.4vw;
}
#exhibition .headding01 {
	font-size:30px;
	margin: 0 0 50px;
	text-align: center;
	font-weight: bold;
}
#exhibition .headding02 {
	font-size: 30px;
	margin: 0 0 60px;
	text-align: center;
	font-weight: bold;
}
#exhibition .headding03 {
	font-size: 26px;
	margin:0 auto 20px;
	font-weight: bold;
}
#exhibition .headding04 {
	font-size: 20px;
	margin:0 auto 20px;
	font-weight: bold;
}
#exhibition	.subtitle {
	font-size:14px;
	text-align: center;
}
#exhibition .text-l {
	font-size: 26px;
}
#exhibition .text-s {
	font-size: 14px;
}
#exhibition .text-c {
	text-align: center;
}
#exhibition .image {
	text-align: center;
	margin-bottom: 20px;
}
#exhibition .note {
	list-style:none;
}
#exhibition .note li {
	padding-left: 1rem;
	position: relative;
	font-size: 14px;
}
#exhibition .note li::before {
	position: absolute;
	content:  "";     /* 空の要素作成 */
    width:  5px;               /* 幅指定 */
    height:  5px;              /* 高さ指定 */
    display:  inline-block;     /* インラインブロックにする */
    background-color: #666;  /* 背景色指定 */
    border-radius:  50%;        /* 要素を丸くする */;
	top: 6px;
	left: 6px;
}
#exhibition .hashtag li {
	padding-left: 1rem;
	position: relative;
	font-size: 14px;
}
#exhibition .hashtag li::before {
	position: absolute;
	content:  "#";
  display:  inline-block;
	top: 1px;
	left: 6px;
}
#exhibition .mv {
	max-width: 680px;
	height: auto;
	margin: 0 auto 30px;
}
#exhibition .lead {
	text-align: center;
	margin-bottom: 30px;
}
#exhibition .anchorLinkWrapper {
	width: 680px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
#exhibition .anchorLinkWrapper .ancBtn {
	width: calc(50% - 10px);
	transition: all 0.3s ease-out;
}
#exhibition .anchorLinkWrapper .ancBtn:hover {
	opacity: 0.5;
}
#exhibition .anchorLinkWrapper .ancBtn a {
	position: relative;
	width:100%;
	height: 70px;
	background-color: #000000;
	color:#FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	font-weight: bold;
}
#exhibition .anchorLinkWrapper .ancBtn a::after {
	position: absolute;
	content: "";
	width: 9px;
	height: 16px;
	top: calc(50% - 8px);
	right: 30px;
	background: url(/content/dam/au-com/respect/suzukitoshio-ghibli/exhibition/img/icon_btn_af5d8b20e253ec03.svg) no-repeat;
	transform: rotate( 90deg );
}
#exhibition .anchorLinkWrapper .ancBtn + .ancBtn {
	margin-left: 20px;
}
#exhibition .sentouchihiro .headding02 {
	margin: 0 0 10px;
}
#exhibition .sentouchihiro-note {
	text-align: center;
	font-size:13px;
	margin-bottom: 40px;
}
#exhibition .procedure > li {
	margin-bottom: 60px;
}
#exhibition .procedure_txt {
	padding-left: 1.5rem;
	position: relative;
	font-weight: bold;
}
#exhibition .procedure_txt::before {
	position: absolute;
	top:0;
	left:0;
}
#exhibition .procedure_txt.number01::before{
	content:"①";
}
#exhibition .procedure_txt.number02::before{
	content:"②";
}
#exhibition .procedure_txt.number03::before{
	content:"③";
}
#exhibition .procedure_txt.number04::before{
	content:"④";
}
#exhibition .procedure_txt.number05::before{
	content:"⑤";
}
#exhibition .procedure_txt.number06::before{
	content:"⑥";
}
#exhibition .procedureWrapper {
	margin-top: 40px;
}
#exhibition #guideline .note li {
	font-size: 16px;
}
#exhibition .box {
	padding: 40px;
	background-color: #FFFFFF;
	border:solid 2px #FFC9A0;
	border-radius: 10px;
	text-align: center;
	margin-bottom: 80px;
}
#exhibition .boxTitle {
	font-size: 26px;
	margin:0 auto 20px;
}
#exhibition .box .box-text {
	margin: 0 30px 20px;
}
#exhibition .box .note {
	font-size: 12px;
	margin-bottom: 10px;
}
#exhibition .box .image {
	width: 100px;
	margin: 0 auto 20px;
}
#exhibition .box .col {
	display: flex;
	flex-direction: column;
	margin: 0 15px;
}
#exhibition .box .col3 {
	background-color: #FBEBDF;
	display: flex;
	justify-content: center;
	margin: 0 30px 20px;
	align-items: center;
	border-radius: 10px;
	padding: 20px;
}
#exhibition .box .col .snsHashtag {
	padding: 5px;
	background-color: #FFFFFF;
	font-size: 14px;
	border-radius: 10px;
	margin-bottom: 0;
	}
#exhibition .box .col .snsHashtag + .snsHashtag {
	margin-top: 10px;
}
#exhibition .btn {
	width: 494px;
	margin: 0 auto;
	position: relative;
}
#exhibition .btn a {
	position: relative;
	width: 100%;
	min-height: 52px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFFFFF;
	border-radius: 26px;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
}
#exhibition .btn.red a {
	background-color: #E8410A;
}
#exhibition .btn.black a {
	background-color: #000000;
}
#exhibition .btn a::after {
	position: absolute;
	content: "";
	width: 9px;
	height: 16px;
	top: calc(50% - 8px);
	right: 20px;
	background: url("/content/dam/au-com/respect/suzukitoshio-ghibli/exhibition/img/icon_btn_af5d8b20e253ec03.svg") no-repeat;
}
#exhibition .btn.return a::after {
	left: 20px;
	background: url("/content/dam/au-com/respect/suzukitoshio-ghibli/exhibition/img/icon_btn_af5d8b20e253ec03.svg") no-repeat;
	transform: scale(-1, 1);
}
/* 768px~ For PConly 
=================================*/
@media screen and (min-width: 769px) {
	#exhibition .btn:hover a {
		opacity: 0.5;
		transition: all 0.3s ease-out; 
	}
	#exhibition .accordion-open:hover {
		color: #cccccc;
		transition: all 0.3s ease-out;
	}
}
	/* 768px〜1099px For　タブレット
=================================*/
@media print, screen and (min-width: 768px) and (max-width: 1099px) {
	.pcOnly{
		display: none;
	}
	.spOnly{
		display: none;
	}
	.tabOnly {
		display: block;
	}
	#exhibition .wave {
		top: -2.8vw;
	}
	#exhibition .mainvisual {
		max-width: 720px;
	}
	#exhibition .section {
		max-width: 720px;
	}
}
/* ～767px For SP
=================================*/
@media screen and (max-width: 767px) {
	#exhibition p {
		font-size: 14px;
	}
	.pcOnly{
		display: none;
	}
	.spOnly{
		display: block;
	}
	.tabOnly {
	display: none;
	}
	#exhibition .mainvisual {
		max-width: 100%;
		padding: 60px 20px 100px;
		margin: 0
	}
	#exhibition .mainvisualWrapper {
	padding-top: 0px;
}
	#exhibition .wave {
		top: -6.4vw;
		width: 104%;
		margin: 0 -2%;
	}
	#exhibition .section {
		max-width: 100%;
		padding: 40px 20px 80px;
		margin: 0;
	}
	#exhibition .sectionInner {
    	width: 100%;
	}
	#exhibition .inner {
		margin-bottom: 40px;
		padding: 0 10px;
	}
	#exhibition .headding01 {
		font-size:24px;
		margin: 0 0 30px;
	}
	#exhibition .headding02 {
		font-size: 22px;
		margin: 0 0 30px;
	}
	#exhibition .headding03 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	#exhibition .headding04 {
		font-size: 18px;
		margin-bottom: 20px;
	}
	#exhibition .subtitle {
    	font-size: 14px;
		margin-bottom: 5px;
	}
	#exhibition .image {
		text-align: center;
		margin-bottom: 15px;
	}
	#exhibition .anchorLinkWrapper {
		width: 100%;
	}
	#exhibition .anchorLinkWrapper .ancBtn {
		width: calc(50% - 10px);
		text-align: center;
	}
	#exhibition .anchorLinkWrapper .ancBtn a::after {
		width: 9px;
		height: 16px;
		top: calc(50% - 8px);
		right: 13px;
		background: url(/content/dam/au-com/respect/suzukitoshio-ghibli/exhibition/img/icon_btn_af5d8b20e253ec03.svg) no-repeat;
		transform: rotate( 90deg );
	}
	#exhibition .anchorLinkWrapper .ancBtn p {
		font-size: 14px;
	}

	#exhibition .anchorLinkWrapper .ancBtn + .ancBtn {
		margin-left: 20px;
	}
	#exhibition .procedure > li {
		margin-bottom: 30px;
	}
	#exhibition #guideline .inner {
		width: 100%;
		margin-bottom: 40px;
	}
	#exhibition .box {
		padding: 30px 20px;
		border-radius: 10px;
		margin-bottom: 60px;
	}
	#exhibition .box .note {
		margin-bottom: 5px;
	}
	#exhibition .btn {
		width: 303px;
	}
	#exhibition .btn a {
		min-height: 56px;
		border-radius: 29px;
		font-size: 15px;
	}
	#exhibition .btn a::after {
		width: 9px;
		height: 16px;
		top: calc(50% - 8px);
	}
	#exhibition .box .image {
		width: 60px;
		margin: 0 auto 20px;
	}
	#exhibition .box .col {
		margin: 0 0 10px 0;
	}
	#exhibition .box .col:last-of-type {
		margin-bottom: 0;
	}
	#exhibition .box .col3 {
		flex-direction: column;
		margin: 0 0 20px 0;
		padding: 20px;
	}
	#exhibition .box .box-text {
		margin: 0 0 20px 0;
	}
}