@charset "UTF-8";

/* #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# PC・スマホ 共通設定 #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# */

/* L1 ######################################## 文字装飾 ######################################## */

/* L3 ======================================== マージン調整 ======================================== */

.format > *:first-child {
	margin-top: 0 !important;
}

.format > *:last-child {
	margin-bottom: 0 !important;
}

/* L3 ======================================== 文字囲み ======================================== */

.format div.box {
	margin: 1em 0;
	padding: 1em 28px;
	
	border: 2px solid rgba(255, 255, 255, 0.5);
	box-shadow: inset 0 0 20px  rgba(0, 0, 0, 0.1)
}

.format div.box p {
	margin: 0.5em 0;
	color: #444444;
	letter-spacing: 0.1em;
	
	text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
}

.format div.box p.title {
	margin-bottom: 0.2em;
	font-size: 2.0rem;
}

.format div.box *:first-child {
	margin-top: 0;
}
.format div.box *:last-child {
	margin-bottom: 0;
}

/* L3 ======================================== 汎用 p 要素 ======================================== */

.format p {
	margin: 0.5em 0;
}

.format hr + p {
	margin-top: 1.5em;
}

.format p.artist,
.format p.series {
	font-size: 1.6rem;
}

.format p.title {
	color: #ffff00;
	margin: 1em 0;
	font-size: 1.8rem;
	line-height: 1.4;
	
	text-shadow: 3px 3px 0 rgba(51, 102, 153, 0.1);
}
.format p.artist + p.title,
.format p.series + p.title {
	margin-top: -0.2em;
}

.format p.title strong {
	font-size: 3.2rem;
	font-weight: normal;
}

.format p.release {
	margin: 1em 0;
	font-size: 1.6rem;
}
.format p.release::before {
	content: "\f017";
	margin-right: 0.3em;
	color: #333333;
	font-family: "FontAwesome";
}
.format p.title + p.release {
	margin-top: -0.5em;
}

.format p.catch {
	position: relative;
	color: #cc3300;
	font-size: 1.6rem;
}
.format p.catch::before {
	content: "\f005";
	position: absolute;
	top: -0.05em;
	left: -20px;
	margin: 0;
	font-family: "FontAwesome";
}

.format p.feature {
	display: inline-block;
	padding: 0.3em 1em;
	color: #ffff00;
	font-weight: bold;
	border: 1px solid #ffff00;
	background: #ddeeff;
}

.format p.section-L1 {
	position: relative;
	margin: 1em -20px;
	padding: 0.8em 20px 0.8em 50px;
	color: #666600;
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.0;
	
	border: 1px solid rgba(0, 0, 0, 0.15);
	background: rgba(255, 255, 255, 0.5);
	
	border-radius: 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0);
	
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0) 100%);
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0) 100%);
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0) 100%);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0) 100%);
}
.format p.section-L1::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 14px;
	height: 18px;
	width: 18px;
	margin: auto;
	
	background: rgba(255, 255, 255, 0.9);
	border-radius: 50%;
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.format hr + p.section-L1 {
	margin-top: 2em;
}

.format p.section-L2 {
	position: relative;
	margin: 1em -10px;
	padding: 0.3em 40px;
	color: #ffffff;
	font-size: 1.3rem;
	font-weight: bold;
	letter-spacing: 0.2em;
	
	border: 1px solid rgba(255, 255, 255, 0.15);
	
	background: rgba(255, 255, 255, 0.1) -webkit-gradient(linear, left top, left bottom, color-stop(0.00, rgba(0, 0, 0, 0.05)), color-stop(1.00, rgba(0, 0, 0, 0.1)));
	background: rgba(255, 255, 255, 0.1) -webkit-linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.1));
	background: rgba(255, 255, 255, 0.1) -moz-linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.1));
	background: rgba(255, 255, 255, 0.1) -o-linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.1));
	background: rgba(255, 255, 255, 0.1) -ms-linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.1));
	background: rgba(255, 255, 255, 0.1) linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.1));
}
.format p.section-L2::before {
	content: "";
	position: absolute;
	top: 8px;
	left: 14px;
	height: 9px;
	width: 9px;
	
	border: 1px solid rgba(0, 0, 0, 0.2);
	background: rgba(255, 255,255, 0.85);
	border-radius: 50%;
	
	
	-webkit-transform: rotate(15deg);
	-moz-transform: rotate(15deg);
	-o-transform: rotate(15deg);
	transform: rotate(15deg);
}
.format p.section-L2::after {
	content: "";
	position: absolute;
	top: -4px;
	left: 5px;
	height: 15px;
	width: 15px;
	
	border: 1px solid rgba(0, 0, 0, 0.2);
	background: rgba(255, 255,255, 0.85);
	border-radius: 50%;
	
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.format p.section-L3 {
	position: relative;
	margin: 1em -10px;
	padding: 0.2em 15px 0.2em 30px;
	color: #666666;
	font-size: 1.2rem;
	font-weight: bold;
	letter-spacing: 0.2em;
	border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
}
.format p.section-L3::before {
	content: "";
	position: absolute;
	top: 7px;
	left: 10px;
	width: 10px;
	height: 10px;
	background: #666666;
	
	border-radius: 45%;
	
	background-image: -webkit-linear-gradient(top, transparent 20%, rgba(255, 255, 255, 0.1) 20%, rgba(255, 255, 255, 0.1) 40%, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0.6) 80%, rgba(255, 255, 255, 0.6) 100%);
	background-image: -moz-linear-gradient(top, transparent 20%, rgba(255, 255, 255, 0.1) 20%, rgba(255, 255, 255, 0.1) 40%, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0.6) 80%, rgba(255, 255, 255, 0.6) 100%);
	background-image: -o-linear-gradient(top, transparent 20%, rgba(255, 255, 255, 0.1) 20%, rgba(255, 255, 255, 0.1) 40%, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0.6) 80%, rgba(255, 255, 255, 0.6) 100%);
	background-image: linear-gradient(to bottom, transparent 20%, rgba(255, 255, 255, 0.1) 20%, rgba(255, 255, 255, 0.1) 40%, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0.6) 80%, rgba(255, 255, 255, 0.6) 100%);
}
.format p.section-L3::after {
	content: "";
	position: absolute;
	top: 7px;
	left: 10px;
	width: 10px;
	height: 10px;
	
	border-radius: 45%;
	
	background-image: -webkit-linear-gradient(left, transparent 20%, rgba(255, 255, 255, 0.1) 20%, rgba(255, 255, 255, 0.1) 40%, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0.6) 80%, rgba(255, 255, 255, 0.6) 100%);
	background-image: -moz-linear-gradient(left, transparent 20%, rgba(255, 255, 255, 0.1) 20%, rgba(255, 255, 255, 0.1) 40%, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0.6) 80%, rgba(255, 255, 255, 0.6) 100%);
	background-image: -o-linear-gradient(left, transparent 20%, rgba(255, 255, 255, 0.1) 20%, rgba(255, 255, 255, 0.1) 40%, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0.6) 80%, rgba(255, 255, 255, 0.6) 100%);
	background-image: linear-gradient(to right, transparent 20%, rgba(255, 255, 255, 0.1) 20%, rgba(255, 255, 255, 0.1) 40%, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0.6) 80%, rgba(255, 255, 255, 0.6) 100%);
}

.format p.memo {
	color: #666666;
	margin: -0.5em 0 1em 0;
	font-size: 1.2rem;
	text-align: center;
	line-height: 1.4;
}
.format p.memo::before {
	content: "\f0e5";
	position: relative;
	top: 3px;
	margin-right: 0.3em;
	color: #aaaaaa;
	font-family: "FontAwesome";
	font-size: 2.5rem;
}

.format hr + p.memo {
	margin-top: 1em;
}

.format p.link {
	position: relative;
	margin: 1em auto;
	padding: 0.6em 50px;
	color: #666666;
	font-size: 1.1rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.0;
	white-space: nowrap;
	
	border: 2px solid rgba(255, 255, 255, 0.85);
	border-radius: 20px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1), inset 0 5px 15px rgba(0, 0, 0, 0.1);
	
	background: rgba(255, 255, 255, 0.8);
	
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
  	background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0.15) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.15) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0.15) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.15) 75%, transparent 75%, transparent);
	background-image: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.05) 75%, transparent 75%, transparent);
	background-size: 4px 4px;
}

.format div.link-wrapper {
	margin: 1em auto;
	text-align: center;
}

.format div.link-wrapper p.link {
	display: inline-block;
	margin: 0 auto;
}

.format p.coming-soon {
	color: #666666;
	margin: 1em 0;
	font-size: 1.8rem;
	text-align: center;
}

.format p.sample {
	cursor: pointer;
	float: right;
	position: relative;
	top: 0.8em;
	z-index: 100;
	margin: 0 10px;
	color: #ffff00;
	font-size: 1.2rem;
	text-align: center;
	line-height: 1.0;
	border: 1px solid #ffff00;
	background: #ffffff;
	
	border-radius: 5px;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1), inset 0 -5px 5px rgba(0, 0, 0, 0.1);
}

.format p.sample.flat {
	top: 0;
}

.format p.sample a {
	display: block;
	padding: 0.8em 15px;
	color: #ffff00 !important;
	text-decoration: none;
}
.format p.sample a::before {
	content: "\f06b";
	position: relative;
	top: 0.06em;
	margin-right: 0.3em;
	font-family: "FontAwesome";
	font-size: 1.6rem;
}

.format div.link-wrapper + *,
.format p.link + * {
	margin-top: 2em;
}

/* L3 ======================================== リスト関連 ======================================== */

.format ul,
.format ol {
	margin: 0.5em 0 0.5em 25px;
	padding: 0
}

.format ul > li {
	position: relative;
	list-style-type: none;
}
.format ul > li::before {
	content: "\f0da";
	position: absolute;
	top: -0.12em;
	left: -15px;
	color: #666666;
	font-family: "FontAwesome";
	font-size: 1.6rem;
}

.format ul.circle > li::before {
	content: "\f10c";
	top: 0;
	left: -20px;
	font-size: 1.2rem;
}

.format ul.star > li::before {
	content: "\f005";
	top: -1px;
	left: -21px;
	font-size: 1.4rem;
}


.format ul.no-mark > li {
	list-style-type: none;
}
.format ul.no-mark > li::before {
	display: none;
}

.format ul > li.etc {
	margin-top: 0.2em;
	color: #666666;
	font-size: 1.1rem;
}
.format ul > li.etc::before {
	display: none;
}

.format > * > li ul,
.format > * > li ol {
	margin-left: 24px;
	line-height: 1.6;
}

.format > * > li p {
	margin: 0;
	line-height: 1.6;
}

.format > * > li p.note {
	position: relative;
	margin-left: 24px;
	color: #666666;
	font-size: 1.2rem;
}

.format > * > li p.note::before {
	content: "\f044";
	position: absolute;
	top: -4px;
	left: -1.5em;
	color: #999999;
	font-family: "FontAwesome";
	font-size: 1.6rem;
}

.format p.list-section {
	float: left;
	position: relative;
	top: -0.5em;
	left: -26px;
	margin-left: 30px;
	margin-bottom: 0;
	padding: 0.5em 20px;
	color: #666600;
	font-size: 1.1rem;
	line-height: 1.0;
	letter-spacing: 0.2em;
	
	border: 1px solid rgba(0, 0, 0, 0.3);
	background: rgba(255, 255, 255, 0.85);
	
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0) 100%);
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0) 100%);
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0) 100%);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0) 100%);
}
.format p.list-section + ul,
.format p.list-section + ol {
	clear: left;
}

/* L4 ---------------------------------------- フラット設定 ---------------------------------------- */

.format .flat {
	overflow: hidden;
	margin-left: 30px;
}

.format .flat > li {
	float: left;
	list-style-position: inside;
}

.format .flat > li::before {
	display: none;
}

.format .flat > li::after {
	content: "/";
	position: relative;
	top: -0.1em;
	margin: 0 0.8em;
	color: #aaaaaa;
	font-size: 80%;
}

.format .flat > li:last-child::after {
	display: none;
}


/* L4 ---------------------------------------- div.description 専用 ---------------------------------------- */

.format div.description {
	margin-left: 20px;
	margin-right: 20px;
}

.format div.description ul,
.format div.description ol {
	clear: left;
	margin: 1.5em 0 0.5em 40px;
	padding: 0;
	font-size: 1.1rem;
}

.format div.description ul > li {
	position: relative;
	list-style-type: none;
}

.format div.description ul > li::before {
	content: "\f05a";
	position: absolute;
	top: -3px;
	left: -18px;
	color: #666666;
	font-family: "FontAwesome";
	font-size: 1.4rem;
}

/* L3 ======================================== イベント一覧 ======================================== */

.format ul.schedule {
	margin: 1em 0;
	
	border-top: 1px dotted rgba(0, 0, 0, 0.3);
}

.format ul.schedule li {
	overflow: hidden;
	padding: 0.2em 5px;
	border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
}

.format ul.schedule li span.date {
	display: inline-block;
	min-width: 12em;
	margin-right: 5px;
	padding: 0 0.5em;
	text-align: center;
	white-space: nowrap;
	
	border: 1px solid rgba(0, 0, 0, 0.1);
	background: rgba(255, 255, 255, 0.5);
}

.format ul.schedule li span.info {
	float: right;
	position: relative;
	top: 2px;
	font-size: 1.2rem;
	white-space: nowrap;
}

.format ul.schedule li p.note {
	margin-left: 17em;
}

/* L4 ---------------------------------------- イベント詳細 ---------------------------------------- */

.format ul.data {
	margin-left: -10px;
	margin-right: -10px;
	padding: 0.8em 15px;
	
	border: 1px solid rgba(255, 255, 255, 0.5);
	background: rgba(0, 0, 0, 0.04);
}

.format ul.data > li {
	position: relative;
}
.format ul.data > li:before {
	display: none;
}

.format ul.data li span.category {
	display: inline-block;
	position: absolute;
	top: 1px;
	left: 0;
	min-width: 10em;
	padding: 0.3em 1em;
	color: #333333;
	font-size: 1.1rem;
	text-align: center;
	text-indent: 0.2em;
	line-height: 1.0;
	letter-spacing: 0.2em;
	border: 1px solid #cccccc;
	background: rgba(255, 255, 255, 0.8);
	
	border-radius: 5px;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.05);
	
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0) 100%);
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0) 100%);
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0) 100%);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0) 100%);
}

/* L3 ======================================== figure 要素 ======================================== */

/* L4 ---------------------------------------- フロート画像 ---------------------------------------- */

.format div.image-float {
	clear: right;
	float: right;
	position: relative;
	z-index: 100;
	margin: 0 -25px 1em 15px;
}

.format div.image-float-left {
	clear: left;
	float: left;
	position: relative;
	z-index: 100;
	margin: 0 15px 1em 0;
}

.format div[class^="image-float"] figure {
	padding: 15px;
	text-align: center;
	
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.85);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.format div[class^="image-float"] figure.banner {
	padding: 0;
	
	border-radius: 0;
	background: none;
	box-shadow: none;
}

.format div[class^="image-float"] figure + figure {
	margin-top: 10px;
}

.format div[class^="image-float"] figure img {
	border: 1px solid #ffffff;
	
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.format div[class^="image-float"] figure.banner img {
	border: none;
	
	box-shadow: none;
}

/* L4 ---------------------------------------- センタリング画像 ---------------------------------------- */

.format div.image-center {
	margin: 1em 0;
	text-align: center;
}

.format div.image-center figure {
	display: inline-block;
	margin: 0 2px;
	padding: 15px;
	text-align: center;
	
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.85);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.format div.image-center figure img {
	border: 1px solid #ffffff;
	
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/* L4 ---------------------------------------- YouTube ---------------------------------------- */

.format div.youtube {
	margin: 1em 0;
	text-align: center;
}

.format div.youtube figure {
	display: inline-block;
	padding: 15px;
	text-align: center;
	
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.85);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.format div.youtube figure div.movie {
	overflow: hidden;
	width: 840px;
	height: 473px;
	margin: 0 auto;
	border: 1px solid #ffffff;
	
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.format div.youtube.w640 figure div.movie {
	width: 640px;
	height: 350px;
}

/* L4 ---------------------------------------- フロート YouTube ---------------------------------------- */

.format div.youtube-float {
	clear: right;
	float: right;
	position: relative;
	z-index: 100;
	margin: 0 -25px 1em 15px;
}

.format div.youtube-float figure {
	width: 400px;
	padding: 15px;
	text-align: center;
	
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.85);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.format div.youtube-float figure div.movie {
	position: relative;
	width: auto;
	height: auto;
	padding-bottom : 56.25%;
}

.format div.youtube-float iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*  ---------- 汎用キャプション・コピーライト ---------------------------------------- */

.format figcaption {
	overflow: hidden;
	display: block;
	color: #666666;
	margin: 0.3em 0 -0.7em 0;
	font-size: 1.2rem;
	letter-spacing: 0.2em;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.format figcaption::before {
	content: "\f03e";
	position: relative;
	margin-right: 0.5em;
	font-family: "FontAwesome";
}
.format div.youtube figcaption::before,
.format div.youtube-float figcaption::before {
	content: "\f16a";
	top: 1px;
	font-size: 1.6rem;
}

.format figure p.copyright {
	font-size: 0.9rem;
	line-height: 1.2;
}
.format figcaption + p.copyright {
	margin-top: 1.5em;
}
.format figure p.copyright:last-child {
	margin-bottom: -0.7em;
}

.format figure p.copyright img {
	box-shadow: none;
}

/* L3 ======================================== ショップリスト ======================================== */

.format dl.shop-list {
	overflow: hidden;
	margin: 0.5em 30px;
}

.format dl.shop-list dt {
	overflow: hidden;
	clear: both;
	float: left;
	min-width: 7em;
	color: #ffff00;
	font-weight: bold;
	text-align: right;
}

.format dl.shop-list dd {
	overflow: hidden;
}

.format dl.shop-list dd span.area {
	display: inline-block;
	float: left;
	color: #666600;
	width: 7.5em;
	text-align: center;
}

.format dl.shop-list dd ul {
	overflow: hidden;
	clear: none;
	list-style-type: circle;
	margin: 0 15px;
}

.format dl.shop-list dd span.area + ul {
	margin: 0;
}

.format dl.shop-list dd ul li {
	list-style-type: none;
}

.format dl.shop-list.flat dd ul li {
	float: left;
}

.format dl.shop-list.flat dd ul li::before {
	display: none;
}

.format dl.shop-list.flat dd ul li::after {
	content: "/";
	position: relative;
	top: -1px;
	margin: 0 8px;
	color: #aaaaaa;
	font-size: 1.0rem;
}

.format dl.shop-list.flat dd ul li:last-child::after {
	display: none;
}

.format dl.shop-list.flat dd ul.force-line li {
	list-style-type: disc;
	float: none;
	margin-left: 16px;
}
.format dl.shop-list.flat dd ul.force-line li::after {
	display: none;
}

.format dl.shop-list.flat dd ul.force-line li p {
	margin: 0;
}

.format dl.shop-list.flat dd ul.force-line li p.note {
	position: relative;
	margin-left: 24px;
	color: #666666;
	font-size: 1.2rem;
}

.format dl.shop-list.flat dd ul.force-line li p.note::before {
	content: "\f044";
	position: absolute;
	top: -4px;
	left: -1.5em;
	color: #999999;
	font-family: "FontAwesome";
	font-size: 1.6rem;
}

/* #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# PC・スマホ 共通設定 ここまで #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# */
