
/* Special Footer ==================== */

#contentsWrapper #specialFooter {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	line-height: 1.5;
	margin: 4em 0 0;
	padding: 0 0 1em;
	background-color: #000;
	border-top: 1px solid #808080;
}
#contentsWrapper #specialFooter > .flexBlock {
	position: relative;
}
#contentsWrapper #specialFooter > .flexBlock > div {
	width: 20%;
	height: 7em;
}
#contentsWrapper #specialFooter > .flexBlock > div > a {
	display: block;
	height: 100%;
	padding: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
#contentsWrapper #specialFooter > .flexBlock > div:nth-child(1) > a {
	width: 100%;
	background-image: url("../images/logoDbs.png");
}
#contentsWrapper #specialFooter > .flexBlock > ul.flexBlock + div {
	transform: translateY(-50%);
}
#contentsWrapper #specialFooter > .flexBlock > ul.flexBlock + div > a {
	width: 7em;
	height: 100%;
	margin: 0 auto;
	background-image: url("../images/btnPageTop.png");
}
#contentsWrapper #specialFooter > .flexBlock > ul.flexBlock {
	width: 60%;
}
#contentsWrapper #specialFooter ul.flexBlock li > a,
#contentsWrapper #specialFooter ul.flexBlock li > a:hover {
	display: block;
	position: relative;
	color: #fff;
	padding: 1em 2em;
	background-color: transparent;
	border-bottom: none;
	text-decoration: none;
}
#contentsWrapper #specialFooter ul.flexBlock li:not(:nth-child(1)) > a::before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 1em;
	background-color: #fff;
	transform: translateY(-50%);
}
#contentsWrapper #specialFooter ul.flexBlock li > a::after {
	display: block;
	content: "";
	position: absolute;
	bottom: 0.75em;
	left: 50%;
	width: 0;
	height: 1px;
	background-color: #fff;
	transform: translateX(-50%);
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#contentsWrapper #specialFooter ul.flexBlock li > a:hover::after {
	width: 75%;
}

@media screen and (max-width: 800px) {
	#contentsWrapper #specialFooter > .flexBlock {
		padding: 0;
	}
	#contentsWrapper #specialFooter > .flexBlock > div {
		width: 100%;
		height: 5em;
	}
	#contentsWrapper #specialFooter > .flexBlock > div:nth-child(1) > a {
		width: 50%;
		background-size: auto 125%;
		margin: 0 auto;
	}
	#contentsWrapper #specialFooter > .flexBlock > ul.flexBlock {
		width: 100%;
		margin-top: 0;
		flex-direction: column;
	}
	#contentsWrapper #specialFooter > .flexBlock > ul.flexBlock + div {
		position: absolute;
		top: 0;
		right: 0;
		width: 5em;
		height: 5em;
	}
	#contentsWrapper #specialFooter > .flexBlock > ul.flexBlock + div > a {
		width: 100%;
	}
	#contentsWrapper #specialFooter ul.flexBlock li > a::before {
		display: none!important;
	}
	#contentsWrapper #specialFooter ul.flexBlock .text12 {
		font-size: 3.2vw;
	}
}

/* sns */
#contentsWrapper #specialFooter .snsBlock {
	position: relative;
	width: 100%;
	height: 20px;
	margin: 8px auto;
	overflow: visible;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	flex-shrink: 0;
}
#contentsWrapper #specialFooter .snsBlock .snsBtn {
	height: 20px;
	margin: 0 4px 0 0;
	line-height: 100%;
	display: block;
}
@media screen and (max-width: 800px) {
	#contentsWrapper #specialFooter .snsBlock {
		margin-top: 1em;
	}
}

/* Common ==================== */

.popupContents .flexBlock,
#contentsWrapper .flexBlock,
#contentsWrapper .flexBlock .thumbBlock {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: row;
	flex-shrink: 0;
	list-style: none;
}
#contentsWrapper .flexBlock .thumbBlock {
	flex-direction: column;
	align-items: stretch;
	justify-content: space-between;
}
.popupContents .flexBetween,
#contentsWrapper .flexBetween {
	justify-content: space-between;
}
#contentsWrapper .flexAlignCenter {
	align-items: center;
}
.popupContents .alignCenter,
#contentsWrapper .alignCenter {
	text-align: center;
}
#contentsWrapper .alignRight {
	text-align: right;
}
#contentsWrapper .alignLeft {
	text-align: left;
}
#contentsWrapper .fontBold {
	font-weight: bold;
}
#specialHeader .fontJp,
#contentsWrapper .fontJp {
	font-family: 'G2サンセリフ-B', 'GSanSerif-B', sans-serif;
}
#contentsWrapper .text36 {
	font-size: 36px;
}
#contentsWrapper .text22,
.popupContents .text22 {
	font-size: 22px;
}
#contentsWrapper .text20,
.popupContents .text20 {
	font-size: 20px;
}
#contentsWrapper .text16,
.popupContents .text16 {
	font-size: 16px;
}
#contentsWrapper .text12 {
	font-size: 12px;
}
#contentsWrapper .text0 {
	font-size: 0;
}
@media screen and (min-width: 801px) and (max-width: 1280px) {
	#contentsWrapper .text36 {
		font-size: 2.8125vw;
	}
	#contentsWrapper .text22,
	.popupContents .text22 {
		font-size: 1.71875vw;
	}
	#contentsWrapper .text20,
	.popupContents .text20 {
		font-size: 1.5625vw;
	}
	#contentsWrapper .text16,
	.popupContents .text16 {
		font-size: 1.25vw;
	}
	#contentsWrapper .text12 {
		font-size: 0.9375vw;
	}
}
@media screen and (max-width: 800px) {
	#contentsWrapper .text36 {
		font-size: 2.4vw;
	}
	#contentsWrapper .text22,
	.popupContents .text22 {
		font-size: 4.8vw;
	}
	#contentsWrapper #aboutBlock .text22 {
		font-size: 2vw;
	}
	#contentsWrapper .text20,
	.popupContents .text20 {
		font-size: 4vw;
	}
	#contentsWrapper .text20 .dateWrapper,
	#contentsWrapper .text16,
	.popupContents .text16 {
		font-size: 3.2vw;
	}
	#contentsWrapper .text12 {
		font-size: 2.4vw;
	}
	#contentsWrapper #specialFooter ul.flexBlock .text12 {
		font-size: 3.2vw;
	}
}
.popupContents .lineHeight160,
#contentsWrapper .lineHeight160 {
	line-height: 160%;
}
#contentsWrapper .lineHeight200 {
	line-height: 200%;
}
#contentsWrapper .lineHeight260 {
	line-height: 260%;
}
@media screen and (max-width: 800px) {
	#contentsWrapper #aboutBlock .lineHeight260 {
		line-height: 200%;
	}
}
#contentsWrapper .marginTopHarf {
	margin-top: 0.5em!important;
}
.popupContents .marginTop1em,
#contentsWrapper .marginTop1em {
	margin-top: 1em!important;
}
#contentsWrapper .marginTop2em {
	margin-top: 2em!important;
}
#contentsWrapper .marginTop3em {
	margin-top: 3em!important;
}
#contentsWrapper .marginTop4em {
	margin-top: 4em!important;
}
.popupContents .marginTopAuto,
#contentsWrapper .marginTopAuto {
	margin-top: auto!important;
}
#contentsWrapper .marginRightHarf {
	margin-right: 0.5em!important;
}
