@charset "UTF-8";

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

/* #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# スマホ 設定 #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# */

/* L1 ######################################## BODY要素 ######################################## */

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

.format div.box {
	padding: 0.8em 4%;
}

.format div.box p {
	letter-spacing: 0;
}

.format div.box p.title {
	font-size: 1.8rem;
}

/* L3 ======================================== img 要素 ======================================== */

.format img:not([class="no-resize"]) {
	width: 100%;
	height: auto;
}

/* L3 ======================================== p 要素 ======================================== */

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

.format p.title {
	font-size: 1.4rem;
}

.format p.title strong {
	font-size: 2.6rem;
}

.format p.release {
	font-size: 1.4rem;
}

.format time {
	font-size: 1.4rem;
}

.format p.catch {
	font-size: 1.4rem;
	margin-left: 20px;
}

.format p.section-L1 {
	margin: 1em -2%;
	padding-top: 0.5em;
	padding-left: 42px;
	padding-bottom: 0.5em;
	font-size: 1.3rem;
	line-height: 1.4;
	letter-spacing: 0;
}

.format p.section-L2 {
	margin-left: 0;
	margin-right: 0;
	padding-left: 35px;
	font-size: 1.2rem;
	letter-spacing: 0;
}

.format p.section-L3 {
	margin-left: 0;
	margin-right: 0;
	letter-spacing: 0;
}

.format p.coming-soon {
	font-size: 1.5rem;
	text-align: left;
}

.format p.memo {
	position: relative;
	margin-top: 1em;
	margin-left: 4%;
	margin-right: 4%;
	padding-left: 2.6em;
	white-space: normal;
	text-align: left;
	line-height: 1.6;
}

.format p.memo::before {
	position: absolute;
	top: -0.5em;
	left: 0;
	padding: 0;
}

.format p.link {
	width: auto;
	padding-left: 10%;
	padding-right: 10%;
	white-space: normal;
	line-height: 1.2;
}

.format p.sample {
	float: none;
	top: 0;
	margin: 0;
	color: #336699;
	line-height: 1.0;
}

.format p.sample a {
	padding: 0.6em 0;
}

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

.format ul,
.format ol {
	margin: 0.5em 4% 0.5% 8%;
}
.format ol {
	margin-left: 10%;
}

.format ul.data {
	margin-left: 2%;
}


.format ul > li::before {
	top: -3px;
}

.format ul.circle > li::before {
	left: -18px;
	font-size: 1.1rem;
}

.format ul.star > li::before {
	top: -1px;
	left: -20px;
	font-size: 1.2rem;
}


.format > * > li ul,
.format > * > li ol {
	margin-left: 8%;
}

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

.format > .flat {
	overflow: hidden;
	margin-left: 4%;
}

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

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

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

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

.format div.description ul,
.format div.description ol {
	margin-left: 4%;
}

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

.format ul.data {
	margin-left: 0;
	margin-right: 0;
	padding: 0.6em 2%;
}

.format ul.data > li {
	padding: 0 4%;
}

.format ul.data > li > ul {
	margin-left: 25px;
}

.format ul.data > li > p.note {
	margin-left: 25px;
}

.format ul.data li span.category {
	display: block;
	position: relative;
	top: 0;	
	min-width: initial;
	min-width: auto;
	margin: 0.2em -4%;
	padding: 0.4em 2%;
	text-indent: 0;
	letter-spacing: 0;
}

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

.format ul.schedule {
	margin: 1em 0;
}

.format ul.schedule li {
	padding-left: 1%;
	padding-right: 1%;
}

.format ul.schedule li span.date {
	display: block;
	width: auto;
	margin-right: 0;
	margin-bottom: 0.3em;
	padding: 0.5em 0;
	line-height: 1.0;
}

.format ul.schedule li span.info {
	float: none;
	display: block;
	top: 0;
}

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

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

/* L4 ---------------------------------------- 画像一般 ---------------------------------------- */

.format div[class^="image"] img:not([class="no-resize"]) {
	width: 100%;
	height: auto;
}

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

.format div.image-float {
	float: none;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0.5em;
	text-align: center;
}

.format div[class^="image-float"] figure {
	display: inline-block;
	width: 100%;
	padding: 8px;
	
	box-sizing: border-box;
}

.format div.image-float.force {
	float: right;
	width: 28%;
	
	margin-left: 4%;
	margin-right: 4%;
	margin-bottom: 0;
}

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

.format div.image-center figure {
	display: inline-block;
	margin: 0;
	padding: 8px;
	
	box-sizing: border-box;
}

.format div.image-center figure + figure {
	margin-top: 10px;
}

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

.format div.youtube figure {
	display: block;
	padding: 8px;
}

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

.format div.youtube[class^="w"] figure div.movie {
	width: auto;
	height: auto;
}

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

#more .format div.youtube figure:nth-last-of-type(2) {
	display: block;
	width: auto;
	margin: 0 auto;
}
#more .format div.youtube figure:nth-of-type(2) {
	display: block;
	width: auto;
	margin: 0.5em auto 0 auto;
}

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

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

.format div.youtube-float figure {
	width: auto !important;
	padding: 8px;
}

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

.format figcaption {
	margin-bottom: -0.3em;
	font-size: 1.1rem;
	letter-spacing: 0;
}
.format div.youtube figcaption::before,
.format div.youtube-float figcaption::before  {
	font-size: 1.4rem;
}

.format figcaption + p.copyright {
	margin-top: 0.8em;
}
.format figure p.copyright:last-child {
	margin-bottom: -0.2em;
}

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

.format dl.shop-list {
	margin-left: 2%;
	margin-right: 2%;
}

.format dl.shop-list dt {
	float: none;
	width: auto;
	margin-top: 1em;
	text-align: left;
}
.format dl.shop-list dt:first-child {
	margin-top: 0;
}

.format dl.shop-list dd span.area {
	display: block;
	float: none;
	width: auto;
	text-align: left;
}

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

/* #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# スマホ 設定 ここまで #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# */
}

@media screen and (max-width: 595px) {
/* #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# 595px以下のコンテンツを調整 #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# */

.format div.description ul,
.format div.description ol {
	margin-left: 21px;
}


/* #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# 595pxをオーバーしているコンテンツを調整 ここまで #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# */
}