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