@charset "UTF-8";
/*==================================================



====================================================*/
.link:link, .link:active, .link:visited, html.mouseDevice .link:hover {
	color: #eb5528;
}

/***************************************
		ヘッダー部分
****************************************/

#header {
	background: #eb5528;
}

#header .headerInner {
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 960px;
}

#header .headerInner h1 {
	margin: 10px;
	z-index: 10;
	width: 30%;
	min-width: 100px;
}
@media screen and (min-width: 768px) {
	#header .headerInner h1 {
		width: 30%;
		max-width: 150px;
	}
}

#header .headerInner h1 a img {
	width: 100%;
	margin-top: -3%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

html.mouseDevice #header .headerInner h1 a:hover {
	opacity: 0.6;
}
#header .headerInner h1 a,
#header .headerInner h1 a img {
	display: block;
}




/*==================================================

		新規書き込み

====================================================*/

.link:link, .link:active, .link:visited, html.mouseDevice .link:hover {
	color: #eb5528;
}

/***************************************
		ヘッダー部分
****************************************/

#header {
	background: #eb5528;
}

#header .headerInner {
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 960px;
}

#header .headerInner h1 {
	margin: 10px;
	z-index: 10;
	width: 30%;
	min-width: 100px;
}
@media screen and (min-width: 768px) {
	#header .headerInner h1 {
		width: 30%;
		max-width: 150px;
	}
}

#header .headerInner h1 a img {
	width: 100%;
	margin-top: -3%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

html.mouseDevice #header .headerInner h1 a:hover {
	opacity: 0.6;
}
#header .headerInner h1 a,
#header .headerInner h1 a img {
	display: block;
}

/*------------ main-Area ----------*/
main {
	display: block;
}

.main-Area {
	color: #222;
	font-size: 1.3rem;
	background: #f1f1f1;
}

.main-Area img {
	vertical-align: bottom;
	max-width: 100%;
	width: auto;
	height: auto;
}

/* PC表示 */
html.mouseDevice .main-Area a:hover img {
	opacity: 0.7;
}

@media screen and (min-width: 860px) {
.main-Area {
	font-size: 2.4rem;
}
}

/*------------ basic-Wrap ----------*/
.basic-Wrap_01 {
	background: #fff;
	width: 100%;
	overflow: hidden;
}
.basic-Wrap_02 {
	background: repeating-linear-gradient(-45deg, #f1f1f1 0, #f1f1f1 5px, #f4f4f4 5px, #f4f4f4 10px), #f1f1f1;
	width: 100%;
	overflow: hidden;
}
.basic-Wrap_03 {
	background: #222;
	width: 100%;
	overflow: hidden;
	color: #fff;
}
.basic-Wrap_04 {
	background: #222;
	width: 100%;
	overflow: hidden;
	color: #fff;
}

.basic-Area {
	max-width: 860px;
	margin: 0 auto;
}

.basic-Space_01 {
	padding: 0 10px;
}
.basic-Space_02 {
	margin: 0 10px;
}

/*------------ h2Ttl ----------*/
.h2Ttl {
	font-size: 2.0rem;
	line-height: 1.3;
	text-align: center;
	font-weight: bold;
	color: #eb5528;
	padding: 3% 0 5%;
	margin-top: 30px;
	background: url(https://cs1.animestore.docomo.ne.jp/anime_kv/html/BF/img/lp020_icon02.png) no-repeat top center, url(https://cs1.animestore.docomo.ne.jp/anime_kv/html/BF/img/lp020_icon03.png) no-repeat bottom center;
	background-size: contain;
}

/*********** PC表示 ***********/
@media screen and (min-width: 860px) {
.h2Ttl {
	font-size: 3.5rem;
	margin-top: 40px;
}
}



/***************************************
		メインビジュアル
****************************************/
/*------------ mainVisual-Area ----------*/
.mainVisual-Area {
	text-align: center;
	padding: 30px 10px 15px;
}

.mainVisual-Ttl {
	margin-bottom: 10px;
	padding: 0;
}

.mainVisual-Lead {
	font-size: 1.7rem;
	font-weight: bold;
	border-bottom: 3px solid #eb5528;
	display: inline-block;
	line-height: 1.1;
	margin-bottom: 5px;
}
.mainVisual-Lead em {
	font-size: 2.4rem;
	font-weight: bold;
}
.mainVisual-Lead small {
	font-size: 1.3rem;
	font-weight: bold;
}

.mainVisual-Txt {
	box-sizing: border-box;
	color: #eb5528;
	display: inline-block;
	background: #fff;
	letter-spacing: 5px;
	max-width: 500px;
	width: 100%;
	border-radius: 50px;
	padding: 2px;
	margin-bottom: 15px;
	font-weight: bold;
}

.mainVisual-Area .komeList {
	font-size: 1.0rem;
	text-align: left;
	margin-top: 0;
	color: #ccc;
}
#note{
	max-width: 210px;
	text-align: right;
	margin: 0 auto 10px;
}
/*********** PC表示 ***********/
@media screen and (min-width: 640px) {
#note{
	max-width: 490px;
	text-align: right;
	margin: 0 auto 10px;
}
..mainVisual-Area{
	padding: 30px 10px 15px;
}
.mainVisual-Lead {
	font-size: 2.2rem;
	margin-bottom: 10px;
	border-bottom: 5px solid #eb5528;
}
.mainVisual-Lead em {
	font-size: 3.2rem;
}
.mainVisual-Lead small {
	font-size: 2.0rem;
	margin-bottom: 40px;
}

.mainVisual-Txt {
	font-size: 1.6rem;
	padding: 5px 0;
}
}
@media screen and (min-width: 860px) {
#note{
	max-width: 770px;
	text-align: right;
	margin: 0 auto;
}
.mainVisual-Area {
	padding: 30px 20px 15px;
}

.mainVisual-Lead {
	font-size: 3.4rem;
}
.mainVisual-Lead em {
	font-size: 5.6rem;
}
.mainVisual-Lead small {
	font-size: 2.0rem;
}

.mainVisual-Area .komeList {
	font-size: 1.2rem;
	text-align: center;
}
}
/***************************************
		上位作品集
****************************************/
/*------------ worksCollection-Wrap ----------*/
.worksCollection-Wrap {
	max-width: 860px;
	margin: 5px auto 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-webkit-flex-pack: justify;
	-moz-flex-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.worksCollection-Wrap li {
	width: 25%;
	margin-top: 5px;
}

/*********** PC表示 ***********/
@media screen and (min-width: 960px) {
.worksCollection-Wrap {
	margin: 15px auto 0;
}

.worksCollection-Wrap li {
	width: 20%;
}
}

/***************************************
		入会ボタン
****************************************/
/*------------ mainBtn-Area ----------*/
.mainBtn-Area {
	margin: 10px 0 20px;
}

.mainBtn-Block a {
	display: block;
	max-width: 600px;
	box-sizing: border-box;
	margin: 0 auto;
	background: #eb5528;
	padding: 5px 0 8px;
	color: #fff;
	font-weight: bold;
	font-size: 2.0rem;
	text-align: center;
	line-height: 1.3;
	border-bottom: 3px solid #9e3111;
}

.mainBtn-Block .fs-Small {
	font-size: 1.3rem;
	text-align: center;
	margin-top: 5px;
	letter-spacing: 5px;
}

.mainBtn-Txt {
	text-align: center;
	font-weight: bold;
	line-height: 1.2;
}

.mainBtn-Txt em {
	font-size: 1.6rem;
	color: #eb5528;
	font-weight: bold;
}

.mainBtn-Txt strong {
	font-size: 2.0rem;
	color: #eb5528;
	font-weight: bold;
}

.mainBtn-Comments {
	font-size: 1.2rem;
	margin-top: 5px;
	text-align: center;
}

/*********** PC表示 ***********/
html.mouseDevice .mainBtn-Block a:hover {
	background: #f3997e;
	border-bottom: none;
	border-top: 5px solid rgba(0,0,0,0);
	text-decoration: none !important;
	color: #fff !important;
}

@media screen and (min-width: 860px) {
.mainBtn-Area {
	margin: 15px 0 30px;
}

.mainBtn-Block a {
	font-size: 3.6rem;
	padding: 8px 0;
	border-bottom: 5px solid #9e3111;
	max-width: 668px;
}

.mainBtn-Block .fs-Small {
	font-size: 2.4rem;
	letter-spacing: 7px;
}

.mainBtn-Txt {
	font-size: 2.4rem;
}

.mainBtn-Txt em {
	font-size: 3.0rem;
}

.mainBtn-Txt strong {
	font-size: 3.6rem;

}

.mainBtn-Comments {
	font-size: 1.4rem;
}
}
/*********** 320以下表示 ***********/
@media screen and (max-width: 320px) {
.mainBtn-Block a {
	font-size: 1.9rem;
}
}

/***************************************
		アンカーリンク ボタン
****************************************/
/*------------ anchor-Area ----------*/
.anchor-Area {
	padding: 10px;
	font-weight: bold;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-webkit-flex-pack: justify;
	-moz-flex-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;

}

.anchor-Btn {
	width: 32.5%;
	line-height: 1.2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.anchor-Btn a {
	width: 100%;
	position: relative;
	display: block;
	border: 1px solid #eb5528;
	min-height: 70px;
	height: 100%;
	padding: 10px 0 20px;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-pack:center;
	-moz-box-pack:center;
	-webkit-flex-pack:center;
	-moz-flex-pack:center;
	-ms-flex-pack:center;
	-webkit-justify-content:center;
	-moz-justify-content:center;
	justify-content:center;
}

.anchor-Btn a:hover {
	text-decoration: none !important;
}

html.mouseDevice .anchor-Btn a:hover {
	opacity: 0.7;
}

.anchor-Btn a:after {
	content: "";
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -8px;
	width: 8px;
	height: 8px;
	border: 4px solid;
	border-color: transparent transparent #f5aa93 #f5aa93;
	transform: rotate(-45deg);
}

/*********** PC表示 ***********/
@media screen and (min-width: 860px) {
.anchor-Area {
	padding: 20px 0;
}
.anchor-Btn a {
	min-height: 120px;
}

.anchor-Btn a {
	padding: 20px 5px 30px;
}

.anchor-Btn a:after{
	bottom: 15px;
	margin-left: -15px;
	width: 15px;
	height: 15px;
	border: 6px solid;
	border-color: transparent transparent #f5aa93 #f5aa93;
}
}

/***************************************
		人気のアニメをチェック！
****************************************/
/*------------ lineup-Area ----------*/
.lineup-Area {
	padding-bottom: 40px;
}

/*********** PC表示 ***********/
@media screen and (min-width: 860px) {
.lineup-Area {
	padding-bottom: 60px;
}
}

/***************************************
		スワイパー部分
****************************************/
.swiperWrapper {
	width: 100%;
	margin-bottom: 0;
	padding: 20px 0 0;
	height: auto;
}

.swiperWrapper .contentsWrapperIn section {
	overflow: hidden;
	position: relative;
}
.swiperWrapper .contentsWrapperIn section .contentsTitle {
	padding: 0 3.75%;
	margin-bottom: 10px;
	position: relative;
	z-index: 11;
}
.swiperWrapper .contentsWrapperIn section .contentsTitle a {
	display: block;
}
.swiperWrapper .contentsWrapperIn section .contentsTitle span {
	line-height: normal;
	border-left: 5px solid #eb5528;
	padding-left: 8px;
	font-size: 1.7rem;
	font-weight: bold;
}
.swiperWrapper .contentsWrapperIn section .swiper-container {
	padding: 0 3.75%;
	margin-bottom: 0;
}
.swiperWrapper .contentsWrapperIn section .swiper2x4 {
	padding: 0 3.75%;
	height: 169px;
	margin-bottom: 0;
}
.swiperWrapper .contentsWrapperIn section .swiper-container .itemWrapper {
	padding: 0;
}
	.swiperWrapper .contentsWrapperIn section .swiper-container .itemModule {
		width: 209px;
		height: auto;
		margin: 0;
		padding: 0;
		-webkit-box-shadow: none;
		        box-shadow: none;
	}
		.swiperWrapper .contentsWrapperIn section .swiper-container .itemModule section {
			padding: 3px;
			margin: 3px;
		}

.swiperWrapper .contentsWrapperIn section a .line2 {
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	padding-top: 3px;
}

.swiperWrapper .btnSwiperPrevWrap,
.swiperWrapper .btnSwiperNextWrap {
	position: absolute;
	top: 23px;
	bottom: 0;
	width: 36px;
	height: 130px;
	margin: auto;
	z-index: 10;
	cursor: pointer;
}
@media screen and (min-width: 460px) {
	.swiperWrapper .btnSwiperPrevWrap,
	.swiperWrapper .btnSwiperNextWrap {
		height: 169px;
	}
}

.swiperWrapper .btnSwiperPrevWrap {
	right: auto;
	left: 0;
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(241, 241, 241, 0)), color-stop(0.5, #fff), to(#fff));
	background-image: -webkit-linear-gradient(right, rgba(241, 241, 241, 0) 0, #fff 50%, #fff 100%);
	background-image: -webkit-gradient(linear, right top, left top, color-stop(0, rgba(241, 241, 241, 0)), color-stop(50%, #fff), to(#fff));
	background-image: linear-gradient(to left, rgba(241, 241, 241, 0) 0, #fff 50%, #fff 100%);
}
.swiperWrapper .btnSwiperNextWrap {
	right: 0;
	left: auto;
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(241, 241, 241, 0)), color-stop(0.5, #fff), to(#fff));
	background-image: -webkit-linear-gradient(left, rgba(241, 241, 241, 0) 0, #fff 50%, #fff 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(241, 241, 241, 0)), color-stop(50%, #fff), to(#fff));
	background-image: linear-gradient(to right, rgba(241, 241, 241, 0) 0, #fff 50%, #fff 100%);
}
.swiperWrapper .btnSwiperPrevWrap .btnSwiperPrev,
.swiperWrapper .btnSwiperNextWrap .btnSwiperNext {
	top: 50%;
	margin-top: -15px;

}
.swiperWrapper .btnSwiperPrevWrap.swiper-button-disabled,
.swiperWrapper .btnSwiperNextWrap.swiper-button-disabled {
	display: none;
}

.swiperSection {
	margin-bottom: 20px;
}

@media screen and (max-width: 459px) {
	.swiperWrapper:not(.noData) {
		height: 165px;
	}
	.swiperWrapper .contentsWrapperIn section .swiper2x4 {
		height: 130px;
	}
	.swiperWrapper .contentsWrapperIn section .swiper2x4 .itemModule {
		width: 140px;
	}
}

@media screen and (max-width: 959px) {
	.swiperWrapper .btnSwiperPrev,
	.swiperWrapper .btnSwiperNext {
		position: absolute;
		width: 18px;
		height: 30px;
		right: 10px;
		left: auto;
		z-index: 10;
		cursor: pointer;
		background: url(/img/sprite.png) no-repeat;
		background-size: 540px 1000px;
		background-position: -170px -246px;
	}
	.swiperWrapper .btnSwiperPrev {
		background-position: -170px -212px;
		right: auto;
		left: 10px;
	}
}
@media screen and (min-width: 960px) {
	.swiperWrapper {
		padding-top: 40px;
	}

	.swiperWrapper .contentsWrapperIn section .contentsTitle .btnTheme {
		vertical-align: middle;
		display: table-cell;
	}
	.swiperWrapper .contentsWrapperIn section swiper-container {
		width: 860px;
		padding: 0;
	}
	.swiperWrapper .contentsWrapperIn section .swiper2x4 {
		width: 860px;
		height: 168px;
		padding: 0;
	}

	.swiperSection {
		margin-left: -50px !important;
		margin-bottom: 40px;
	}

	.swiperWrapper .contentsWrapperIn section .contentsTitle {
		padding: 0 50px;
	}
	.swiperWrapper .btnSwiperNextWrap {
		background: none;
	}

	.swiperWrapper .btnSwiperPrevWrap {
		background: none;
	}
}

@media screen and (min-width: 860px) {
	.swiperWrapper .contentsWrapperIn section .contentsTitle span {
		font-size: 2.4rem;
	}
}

/***************************************
		作品リスト
****************************************/
.main-Area .itemWrapper {
	padding: 0;
}

.main-Area .itemWrapper .itemModule.small {
	margin-bottom: 0;
}

.main-Area .itemWrapper .itemModule.small section {
	max-width: inherit;
	max-width: auto;
}

.main-Area .line3 {
	padding: 5px 0;
	line-height: 1.5rem;
}

.main-Area .line3 span.webkit3LineClamp {
	font-weight: bold;
}
.main-Area .line3 span {
	color:#333;
	height: 28px;
}
.main-Area .line3 {
	height: 28px;
}

.main-Area .itemModule img {
	width: 100%;
	height: auto;
}

@media screen and (min-width: 800px) {
	.main-Area .itemWrapper .itemModule.small {
		width: 24.10%;
		margin: 10px 1.2% 0 0;
	}

	.main-Area .itemWrapper .itemModule.small:nth-child(4n) {
		margin-right: 0;
	}

	.main-Area .itemWrapper .itemModule.small.even {
		float: left;
	}
}

@media screen and (max-width: 959px) {
	html:not(.nav-about) #about,
	html:not(.nav-lineup) #lineup,
	html:not(.nav-feature) #feature {
		display: block !important;
	}
}
@media screen and (min-width: 960px) {
	html:not(.nav-about) #about:not(.default),
	html:not(.nav-lineup) #lineup:not(.default),
	html:not(.nav-feature) #feature:not(.default) {
		display: block !important;
	}

	html[class*="nav-"]:not(.nav-about) #about.default,
	html[class*="nav-"]:not(.nav-lineup) #lineup.default,
	html[class*="nav-"]:not(.nav-feature) #feature.default {
		display: block !important;
	}
}

/***************************************
		アコーディオン
****************************************/
/*------------ toggle-Wrap ----------*/
.toggle-List {
	position: relative;
	margin-top: 10px;
	border-bottom: 1px solid #C3C3C3;
}

.toggle-Btn {
	position: relative;
	font-weight: bold;
	display: block;
	padding-right: 0;
}

.toggle-Btn a {
	position: relative;
	padding: 10px 50px 10px 20px;
	color: #eb5528;
	font-weight: bold;
	cursor: pointer;
	display: block;
	background-color: #fff;
	font-size: 1.7rem;
}

.toggle-Btn.on a {
	background-color: rgba(255,255,255,0);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(rgba(255,255,255,0)));
	background-image: -webkit-linear-gradient(top,#fff 0,rgba(255,255,255,0) 100%);
	background-image: -moz-linear-gradient(top,#fff 0,rgba(255,255,255,0) 100%);
	background-image: -o-linear-gradient(top,#fff 0,rgba(255,255,255,0) 100%);
	background-image: linear-gradient(to bottom,#fff 0,rgba(255,255,255,0) 100%);
}

.toggle-Btn a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 3.3783%;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: url(/img/sprite.png) no-repeat -41px -66px;
	background-size: 270px 500px;
	vertical-align: top;
	text-indent: 0;
}

.toggle-Btn.on a:after {
	background-position: -41px 0;
}

.lpCloseBtnArea .btnClose {
	border-bottom: none;
}

.toggle-Contents .lpCloseBtnArea .btnClose {
	border-top: none;
}

.toggle-Contents {
	/*display: none;*/
}

/*********** PC表示 ***********/
html.mouseDevice .toggle-Btn a:hover {
	opacity: 0.7;
	text-decoration: none !important;
	color: #eb5528 !important;
}

@media screen and (min-width: 860px) {
.toggle-Btn a {
	padding: 20px 50px 20px 20px;
	font-size: 2.4rem;
}
}

/***************************************
	モーダル内
****************************************/
.modalDialog.attentionDialog {
	/*height: 100%;*/
}
.attentionDialog .generalModal {
	width: 90%;
	max-width: 960px;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
			box-orient: vertical;
	-webkit-flex-direction: column;
		-ms-flex-direction: column;
			flex-direction: column;
	max-height: 80%;
}

.attentionDialog .attention {
	padding: 15px 10px;
	font-size: 1.2rem;
	text-align: left;
	overflow-y: auto;
	position: relative;
	-webkit-box-flex: 1;
	box-flex: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	max-height: calc(100vh - 250px);
}

.attentionDialog .titleArea,
.attentionDialog .btnSingleArea {
	position: relative;
}
.attentionDialog .titleArea:before {
	content: "";
	display: block;
	position: absolute;
	width: auto;
	height: 20px;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 1;
	margin: 1px 10px 0;
	background-image: -webkit-gradient(linear, right bottom, right top, from(rgba(241, 241, 241, 0)), to(#fff));
	background-image: -webkit-linear-gradient(bottom, rgba(241, 241, 241, 0) 0, #fff 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(241, 241, 241, 0)), to(#fff));
	background-image: linear-gradient(to top, rgba(241, 241, 241, 0) 0, #fff 100%);
}
.attentionDialog .btnSingleArea:after {
	content: "";
	display: block;
	position: absolute;
	width: auto;
	height: 20px;
	bottom: 100%;
	left: 0;
	right: 0;
	margin: 0 10px;
	background-image: -webkit-gradient(linear, right top, right bottom, from(rgba(241, 241, 241, 0)), to(#fff));
	background-image: -webkit-linear-gradient(top, rgba(241, 241, 241, 0) 0, #fff 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(241, 241, 241, 0)), to(#fff));
	background-image: linear-gradient(to bottom, rgba(241, 241, 241, 0) 0, #fff 100%);
}

.attentionArea .attention {
	border: 1px solid #8C9C9B;
	border-top-width: 0;
	padding: 10px;
	background: #fff;
	margin: 50px 0;
	font-size: 1.2rem;
	border-radius: 6px;
}
.attentionArea .attention .areaTitle {
	background-color: #8C9C9B;
	margin: -10px -10px 10px;
	text-align: center;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	color: #fff;
}
.attentionArea .attention .areaTitle h3 {
	font-weight: bold;
	font-size: 1.2em;
	line-height: 2em;
}

.attentionArea .attention.notice {
	border-color: #eb5528;
}
.attentionArea .attention.notice .areaTitle {
	background-color: #eb5528;
}

.attentionArea .attention .areaWrap .areaLeft li.margin {
	margin-top: 1em;
	font-weight: bold;
}
.attentionArea .attention .areaWrap .areaLeft li.indent {
	padding-left: 1em;
}
.attentionArea .attention .areaWrap .areaRight img {
	max-width: 385px;
	margin: 10px auto 0;
	display: block;
}
@media screen and (min-width: 960px) {
	.attentionArea .attention .areaTitle h3 {
		font-size: 1.5em;
	}
	.attentionArea .attention .areaWrap {
		display: table;
	}
	.attentionArea .attention .areaWrap .areaLeft {
		display: table-cell;
		vertical-align: top;
	}
	.attentionArea .attention .areaWrap .areaRight {
		display: table-cell;
		width: 46%;
		padding: 10px 10px 10px 20px;
	}
	.attentionArea .attention .areaWrap .areaRight img {
		margin: 0;
	}
}

/***************************************
		dアニメストアにあるかをチェック
****************************************/
/*------------ search-Area ----------*/
.search-Area {
	padding: 20px 10px 10px;
}

@media screen and (min-width: 860px) {
.search-Area {
	padding: 45px 10px;
}
}

/***************************************
		こだわり機能
****************************************/
/*------------ commitment-Area ----------*/
.commitment-Area {
	padding: 0 10px 30px;
}

.commitment-List-Wrap,
.commitment-List-Wrap_02 {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-webkit-flex-pack: justify;
	-moz-flex-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
}

.commitment-List {
	width: 100%;
	max-width: 560px;
	border: 3px solid;
	text-align: center;
	margin: 0 auto 10px;
}

.commitment-List_02 {
	width: 100%;
	max-width: 320px;
	border: 3px solid;
	text-align: center;
	margin: 0 auto 10px;
}

.commitment-List dt,
.commitment-List_02 dt {
	padding: 10px 5px;
}

.commitment-List dd,
.commitment-List_02 dd {
	padding: 5px 5px 0;
}

.commitment-List dd:last-child,
.commitment-List_02 dd:last-child {
	padding-bottom: 5px;
}

.commitment-List_Purple {
	border-color: #ab2cdb;
}
.commitment-List_Purple dt {
	background: #ab2cdb;
}

.commitment-List_Green {
	border-color: #94cc0d;
}
.commitment-List_Green dt {
	background: #94cc0d;
}

.commitment-List_Red {
	border-color: #ff5c7a;
}
.commitment-List_Red dt {
	background: #ff5c7a;
}

.commitment-List_Blue {
	border-color: #47cae2;
}
.commitment-List_Blue dt {
	background: #47cae2;
}

.commitment-Copytxt {
	font-size: 1.0rem;
	line-height: 1.2;
	text-align: left;
	margin:0 auto;
}

/*********** sp表示 ***********/
@media screen and (max-width: 859px) {
.commitment-List_02 dt {
	padding: 5px 30px;
}

.commitment-List_02 dd {
	padding: 5px 30px 0;
}
}

/*********** PC表示 ***********/
@media screen and (min-width: 860px) {
.commitment-Area {
	padding: 0 10px 45px;
}

.commitment-List-Wrap,
.commitment-List-Wrap_02 {
	margin-top: 40px;
}

.commitment-List {
	width: 48.6%;
	margin: 0 0 15px;
}

.commitment-List_02 {
	width: 32%;
	margin: 0 0 15px;
}

.commitment-List_02 dd:last-child {
	padding-bottom: 10px;
}

.commitment-Copytxt {
	font-size: 1.1rem;
	margin: 0;
}
}

/***************************************
		twitter
****************************************/
/*------------ twitter-Area ----------*/
.twitter-Area {
	padding: 0 10px 40px;
}

.twitter-Contets {
	background: #fff;
	padding: 20px 10px;
	margin: 20px 0;
}

/*********** PC表示 ***********/
@media screen and (min-width: 860px) {
.twitter-Area {
	padding: 0 10px 60px;
}

.twitter-Contets {
	background: #fff;
	padding: 40px 30px;
	margin: 40px 0;
}
}

/***************************************
		ご利用までの流れ
****************************************/
/*------------ flow-Area ----------*/
.flow-Area {
	padding: 0 10px 30px;
}

.flow-List {
	position: relative;
	margin-bottom: 30px;
	padding-left: 35px;
	display: table;
}

.flow-List-Contents {
	display: table-cell;
	vertical-align: middle;
}

.flow-List:before {
	position: absolute;
	top: -3px;
	left: 0;
	content: "";
	display: block;
	width: 30px;
	height: 30px;
}

.flow-List:nth-child(1):before {
	background: url(https://cs1.animestore.docomo.ne.jp/anime_kv/html/BF/img/lp020_num-icon01.png) no-repeat left center;
	background-size: contain;
}
.flow-List:nth-child(2):before {
	background: url(https://cs1.animestore.docomo.ne.jp/anime_kv/html/BF/img/lp020_num-icon02.png) no-repeat left center;
	background-size: contain;
}
.flow-List:nth-child(3):before {
	background: url(https://cs1.animestore.docomo.ne.jp/anime_kv/html/BF/img/lp020_num-icon03.png) no-repeat left center;
	background-size: contain;
}
.flow-List:nth-child(4):before {
	background: url(https://cs1.animestore.docomo.ne.jp/anime_kv/html/BF/img/lp020_num-icon04.png) no-repeat left center;
	background-size: contain;
}

.flow-List em {
	font-weight: bold;
}

.flow-Lead {
	font-weight: bold;
	font-size: 1.7rem;
	color: #cc0033;
}

.flow-App {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin-bottom: 2%;
}

.flow-AppIcon {
	display: table-cell;
	width: 10%;
	vertical-align: middle;
}

.flow-AppTxt {
	display: table-cell;
	width: 90%;
	padding-left: 1%;
	vertical-align: middle;
}

/*********** PC表示 ***********/
@media screen and (min-width: 860px) {
.flow-Area {
	padding: 0 10px 60px;
}

.flow-List-Wrap {
	max-width: 720px;
	margin: 0 auto;
}

.flow-List {
	margin-bottom: 80px;
	min-height: 118px;
	padding-left: 138px;
}

.flow-List:before {
	top: 50%;
	margin-top: -59px;
	width: 118px;
	height: 118px;
}

.flow-Lead {
	font-size: 3.2rem;
}
}

/*------------ installBtn-Wrap ----------*/
.installBtn-Wrap {
	display: table;
	table-layout: fixed;
	width: 100%;
	border-collapse: separate;
	border-spacing: 5px 0;
	margin-left: -5px;
}

.installBtn {
	display: table-cell;
	width: 49%;
}

.installBtn:first-child {
	margin-right: 2%;
}

/*********** PC表示 ***********/
@media screen and (min-width: 860px) {
.installBtn-Wrap {
	width: 580px;
}

.installBtn {
	border-spacing: 5px 0;
}
}

/*------------ switch-Area ----------*/
.switch-Area {
	max-width: 560px;
	margin: 20px auto;
}

.switchBtn-Wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
}

.switchBtn {
	width: 48.6%;
	background: #222222;
	border-radius: 10px 10px 0 0;
	padding: 10px 0px 7px;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
	color: #fff;
}

.switchBtn.active {
	background: #eb5528;
}

.switch-contents {
	border: 3px solid #eb5528;
	padding: 20px 5px 0;
}

/*********** PC表示 ***********/
.switchBtn:hover{
	opacity: 0.7;
}

.switchBtn.active:hover {
	opacity: 1;
}

@media screen and (min-width: 860px) {
.switch-Area {
	max-width: 100%;
	margin: 40px auto;
}

.switchBtn {
	width: 48.6%;
	padding: 20px 0px 15px;
}

.switch-contents {
	border: 5px solid #eb5528;
	padding: 40px 10px 0;
}
}

/***************************************
		よくある質問
****************************************/
/*------------ question-Area ----------*/
.question-Area {
	padding: 0 10px 40px;
}

/*********** PC表示 ***********/
@media screen and (min-width: 860px) {
	.question-Area {
		padding: 0 10px 50px;
	}
}

/*------------ lpCloseBtnArea ----------*/
.lpCloseBtnArea{
	padding: 0;
	cursor: default;
}
.questList {
	margin-top: 20px;
}
.questList li.btnList {
	position: relative;
	margin-top: 2px;
	margin-bottom: 10px;
	border-bottom: 1px solid #C3C3C3;
	background: #fff;
}
	.questList li.btnList:first-child {
		margin-top: 0;
	}

.questList li.btnList .question {
	position: relative;
	font-weight: bold;
	display: block;
	text-indent: 2rem;
	padding-right: 0;
}

.questList li.btnList.link a,
.questList li.btnList .question a {
	position: relative;
	padding: 16px 50px 16px 3.3783%;
	margin: 0;
	background: #fff;
	font-size: 1.3rem;
	color: #333333;
	font-weight: bold;
	cursor: pointer;
	display: block;
}
html.mouseDevice .questList li.btnList.link a:hover,
html.mouseDevice .questList li.btnList .question a:hover{
	text-decoration: none;
	background: #f5f5f5;
}

	.questList li.btnList .question a:before {
		content: "Q.";
		color: #eb5528;
		font-weight: bold;
		position: absolute;
		top: inherit;
		left: 3.3783%;
		text-indent: 0;
	}
.questList li.btnList .question a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 3.3783%;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: url(/img/sprite.png) no-repeat -41px -66px;
	background-size: 270px 500px;
	vertical-align: top;
	text-indent: 0;
}
	.questList li.btnList .question.on a:after {
		background-position: -41px 0;
	}

.questList li.btnList.link a i {
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	margin: -4px 3.3783% 0 0;
}

.questList li.btnList .answer {
	position: relative;
	margin: 0 3.3783%;
	border-top: 1px solid #e5e5e5;
	cursor: default;
	display: none;
	font-weight: normal;
	font-size: 1.2rem;
}
	.questList li.btnList .answer:before {
		content: "A.";
		color: #eb5528;
		font-weight: bold;
		position: absolute;
		top: 15px;
		left: 0;
		font-size: 1.3rem;
	}
	.questList li.btnList .answer p {
		margin-top: 36px;
	}
	.questList li.btnList .answer a {
	color: #ea5529;
	font-weight: bold;
	}
.lpCloseBtnArea .btnClose {
	border-bottom: none;
	padding: 15px 0;
	margin-top: 15px;
	border-top: 1px solid #E5E5E5;
}

/* その他お問い合わせはこちら */
.lpCloseBtnArea .btnList a {
	padding: 8px 5% 10px 0;
}
.lpCloseBtnArea .btnPageLinkArrow{
	text-align: left;
}
html.mouseDevice .lpCloseBtnArea .btnPageLinkArrow:hover{
	background: #ffe066;
	text-decoration: none;
}

/* Over write */
.lpCloseBtnArea .btnPageLinkArrow a i {
	margin-top: -12px;
}

.lpCloseBtnArea .btnList a i {
	display: block;
	position: absolute;
	right: 5%;
	left: 0;
	bottom: 0;
	top: 80%;
	margin-top: -5px;
}


.textIndent {
	padding-left: 1em;
	display: inline-block;
}
.border {
	border: 1px solid #d0d0d0;
}
.red {
	color: #f00;
}

.columnImgTxt {
	display: table;
	width: 100%;
}
.columnImgTxt .columnImg {
	display: table-cell;
	width: 35%;
	text-align: center;
}
.columnImgTxt .columnImg img {
	max-width: 240px;
	min-width: 130px;
}
.columnImgTxt .columnTxt {
	display: table-cell;
	width: 100%;
	padding-left: 10px;
}
.columnImgTxt .columnTxt img {
	max-width: 200px;
	margin-top: 10px;
	display: block;
}

.columnImgImg {
	display: table;
	width: 100%;
}

.columnImgImg .columnImg {
	display: table-cell;
	width: 50%;
	text-align: center;
	padding: 0 5px;
}
.columnImgImg .columnImg img {
	max-width: 240px;
	border: 1px solid #d0d0d0;
}

/***************************************
		PCレイアウト定義
****************************************/
@media screen and (min-width: 960px) {
	.main-Area .contentsWrapper {
		width: 960px;
		margin: 0 auto;
		padding-bottom: 0;
	}
	.questList {
		margin-top: 40px;
	}
	.questList ul {
		width: 860px;
		margin: 0 auto;
		overflow: hidden;
	}
	.questList li.btnList {
		background: #fff;
	}
		.questList li.btnList .question {
			width: 100%;
			display: block;
		}

		.questList li.btnList .question a {
			position: relative;
			background: #fff;
			font-size: 1.8rem;
			color: #333333;
			font-weight: bold;
			cursor: pointer;
			display: block;
			padding-top: 25px;
			padding-bottom: 25px;
			padding-left: 34px;
		}
		.questList li.btnList.link a i {
			margin-top: -8px;
		}
		.questList li.btnList .answer {
			font-size: 1.4rem;
			line-height: 1.7;
		}
		.questList li.btnList .answer:before {
			font-size: 1.4rem;
		}

		.btnClose {
			display: none;
		}
	.lpCloseBtnArea{
		width: 860px;
		margin: 0 auto;
	}
		.lpCloseBtnArea .btnList a {
			display: none;
		}
	.lpCloseBtnArea .btnPageBack {
		border-top: none;
		padding: 25px 0 25px 50px;
		margin: 0;
	}

	.questList li.btnList .answer {
		border-top-color: #f1f1f1;
	}

	.lpCloseBtnArea .btnClose {
		border-top-color: #f1f1f1;
	}

	.questList li.btnList .answer .lpCloseBtnArea{
		width: inherit;
	}

	.setting {
		text-align: center;
		padding: 30px 0 10px;
	}
		.lpCloseBtnArea .btnPageLinkArrow{
			display: inline-block;
			width: 320px;
			padding: 17px 15px;
			margin: 0 auto;
			background-color: #ffcc00;
		}
		html.mouseDevice .lpCloseBtnArea .btnPageLinkArrow:hover{
			background: #ffe066;
			text-decoration: none;
		}
}

/***************************************
		訴求
****************************************/
/*------------ about-Area ----------*/
.about-Area {
	padding: 0 10px 40px;
	text-align: center;
}

.about-Block {
	background: repeating-linear-gradient(-45deg, #f1f1f1 0, #f1f1f1 5px, #f4f4f4 5px, #f4f4f4 10px), #f1f1f1;
	padding: 20px 10px;
	margin-top: 20px;
}

.about-LeadWrap {
	display: inline-block;
	margin-bottom: 5px;
}

.about-Lead {
	font-weight: bold;
	font-size: 1.7rem;
	border-bottom: 3px solid #eb5528;
	line-height: 1;
}

.about-Lead em {
	color: #eb5528;
	font-weight: bold;
	font-size: 2.0rem;
}

.about-Lead strong {
	font-size: 3.0rem;
}

.about-Comments {
	font-size: 1.1rem;
	text-align: right;
	margin-top: 5px;
}

.about-Txt {
	margin-bottom: 2%;
}

.about-Txt_Bold {
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 2%;
}

.about-Img {
	text-align: center;
	max-width: 126px;
	margin: 0 auto;
}

/*********** PC表示 ***********/
@media screen and (min-width: 860px) {
.about-Area {
	padding: 0 10px 60px;
}

.about-Block {
	padding: 40px 10px;
	margin-top: 40px;
}

.about-Lead {
	font-size: 3.2rem;
	border-bottom: 5px solid #eb5528;
}

.about-Lead em {
	font-size:5.0rem;
}

.about-Lead strong {
	font-size: 8.0rem;
}

.about-Comments {
	font-size: 1.4rem;
}

.about-Txt_Bold {
	font-size: 2.8rem;
}

.about-Img {
	text-align: center;
	max-width: 100%;
	margin: 0 auto;
}
}
/*********** 320px以下表示 ***********/
@media screen and (max-width: 320px) {
.about-Lead {
	font-size: 1.5rem;
}

.about-Lead em {
	font-size: 1.8rem;

}
.about-Lead strong {
	font-size: 2.8rem;
}
.about-Block .mainBtn-Block a{
	font-size: 1.8rem;
}
}
/***************************************
		フッター部分
****************************************/
#footer .pageFooterIn {
	text-align: center;
}
html:not(.enableJs) #footer .pageFooterIn .footerMenu2 li a {
	border-right: 1px solid #333;
}
html:not(.enableJs) #footer .footerPageTop {
	display: none;
}


/***************************************
	初めての方は初月無料!!
****************************************/
.not-Wrap {
	white-space: nowrap;
	display: inline-block;
}

.txt-Link {
	color: #eb5528 !important;
}

html.mouseDevice .txt-Link:hover {
	color: #eb5528;!important;
}

@media screen and (min-width: 640px) {
.hide_PC {
	display: none;
}
}
@media screen and (max-width: 639px) {
.hide_SP {
	display: none;
}
}

/*----------- LIST ----------*/
.komeList>li,
.dotList>li,
.spaceList>li,
.maruList>li,
.kakkoList>li {
	display: block;
	text-indent: -1em;
	padding-left: 1em;
	line-height: inherit;
}

.komeList {
	font-size: 1.2rem;
	line-height: 1.1;
	margin-top: 5px;
}

@media screen and (min-width: 860px) {
.komeList {
	font-size: 1.4rem;
	}
}

.komeList>li:before {
	content: "※";
	padding-right: 0;
}

.dotList>li:before {
	content: "・";
}

.spaceList>li:before {
	content: " ";
}

.maruList>li:nth-child(1):before {
	content: "①";
}

.maruList>li:nth-child(2):before {
	content: "②";
}

.maruList>li:nth-child(3):before {
	content: "③";
}

.maruList>li:nth-child(4):before {
	content: "④";
}

.maruList>li:nth-child(5):before {
	content: "⑤";
}

.maruList>li:nth-child(6):before {
	content: "⑥";
}

/*----------- ADJUSTMENT ----------*/
.taC{ text-align:center !important;}
.taL{ text-align:left !important;}
.taR{ text-align:right !important;}
.fwB{ font-weight: bold !important;}
.mb00{ margin-bottom: 0% !important;}
.mb01{ margin-bottom: 1% !important;}
.mb02{ margin-bottom: 2% !important;}
.mb03{ margin-bottom: 3% !important;}
.mb04{ margin-bottom: 4% !important;}
.mb05{ margin-bottom: 5% !important;}
.mb06{ margin-bottom: 6% !important;}
.fc-Yellow{ color: #fff281;}
.border-b01 {border-bottom: 1px solid;}

/************* top image *************/
.worksCollection-Wrap img {
	width: 100%;
	max-width: 100%;
}

/************* twitter ***************/
.twitter-timeline { width:100%; height: 300px; }
@media screen and (min-width: 860px) {
.twitter-timeline { width:100%; height: 600px; }
}

/* searchDataWrapper */
.searchDataWrapper{
	color: #333;
}

.searchDataWrapper .contentsWrapperIn{
	position: relative;
}
#searchList .btnSwiperNext,
#searchList .btnSwiperPrev {
	top: 40%;
}
#searchList:not(.swiperInited) .btnSwiperNext,
#searchList:not(.swiperInited) .btnSwiperPrev,
.searchDataWrapper .btnSwiperNext.swiper-button-disabled,
.searchDataWrapper .btnSwiperPrev.swiper-button-disabled {
	display: none;
}
#loader {
	position: absolute;
	top: 24%;
	width: 100%;
	z-index: 100;
	text-align: center;
}
.search-Ttl {
	width: 100%;
	text-align: center;
}
.searchArea {
	padding: 0;
	margin: 32px auto 0;
	font-size: 1.2rem;
}
.searchWrapper {
	display: table;
	width: 100%;
	height: 44px;
	background: #fff;
	margin: 0 auto;
}
#sw-search .itemWrapper .contents1In1.itemModule.small.even {
	margin-top: 8px;
}
#searchList .contentsWrapperIn > section {
	padding: 0 3.75%;
}
#searchList.dataEmpty {
	height: 0px;
}
#searchList.dataEmpty #sw-search {
	height: 0px;
}
#searchList.noData #sw-search .itemWrapper:before {
	content: "お探しの作品は見つかりませんでした。\A※作品の追加リクエストも承ります！";
	color: #fff;
	margin: 0 auto;
	white-space: pre;
}
@media screen and (min-width: 960px) {
.search-Ttl,
.searchArea {
	width: 960px;
}
.searchWrapper {
	width: 860px;
}
.searchDataWrapper .contentsWrapperIn section .searchDataSwiper{
	width: 860px;
	padding: 0;
}
#searchList .contentsWrapperIn > section {
	padding: 0;
}
#searchList .btnSwiperNext,
#searchList .btnSwiperPrev {
	top: 46%;
}
#loader {
	top: 36%;
}
}

/** 最速系の見出し **/
.swiperWrapper#fast .contentsWrapperIn section .swiper2x4 {
	height: 214px;
}

.infoLabel {
	padding: 10px 0;
	color: #fff;
	text-align: center;
}

.swiperWrapper#fast .contentsWrapperIn section .swiper-container .itemModule.fastest {
	border: solid 1px #ff5c7a;
}
.swiperWrapper#fast .contentsWrapperIn section .swiper-container .itemModule.simultaneous {
	border: solid 1px #47cae2;
}
.swiperWrapper#fast .contentsWrapperIn section .swiper-container .itemModule.slow.dasAlone {
    border: solid 1px #ab2cdb;
}
.swiperWrapper#fast .contentsWrapperIn section .swiper-container .itemModule.slow.multipleFastest {
	border: solid 1px #94cc13;
}

.swiperWrapper#fast .contentsWrapperIn section .swiper-container .itemModule {
	box-sizing: border-box;
}

.swiperWrapper#fast .btnSwiperPrevWrap,
.swiperWrapper#fast .btnSwiperNextWrap {
	height: 214px;
	top: -13px;
}

@media screen and (max-width: 459px) {
	.swiperWrapper#fast .contentsWrapperIn section .swiper2x4 {
		height: 168px;
	}
	.swiperWrapper#fast .btnSwiperPrevWrap,
	.swiperWrapper#fast .btnSwiperNextWrap {
		height: 168px;
	}
}

@media screen and (min-width: 860px) {
	.infoLabel {
		font-size: 0.65em;
	}
	.swiperWrapper .btnSwiperPrevWrap,
	.swiperWrapper .btnSwiperNextWrap {
		top: 40px;
	}
}

.fastest .infoLabel {
	background: #ff5c7a;
}
.simultaneous .infoLabel {
	background: #47cae2;
}
.slow.dasAlone .infoLabel {
    background: #ab2cdb;
}
.slow.multipleFastest .infoLabel {
	background: #94cc13;
}

.main-Area .contentsWrapper section {
  padding-top: 4px;
  padding-bottom: 16px;
}
@media screen and (min-width: 960px) {
  .main-Area .contentsWrapper section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

/** 2023冬アニメの見出し **/
.swiperWrapper#winter2023 .contentsWrapperIn section .swiper2x4 {
	height: 214px;
}

.swiperWrapper#winter2023 .contentsWrapperIn section .swiper-container .itemModule.fastest {
	border: solid 1px #ff5c7a;
}
.swiperWrapper#winter2023 .contentsWrapperIn section .swiper-container .itemModule.simultaneous {
	border: solid 1px #47cae2;
}
.swiperWrapper#winter2023 .contentsWrapperIn section .swiper-container .itemModule.slow.dasAlone {
    border: solid 1px #ab2cdb;
}
.swiperWrapper#winter2023 .contentsWrapperIn section .swiper-container .itemModule.slow.multipleFastest {
	border: solid 1px #94cc13;
}

.swiperWrapper#winter2023 .contentsWrapperIn section .swiper-container .itemModule {
	box-sizing: border-box;
}

.swiperWrapper#winter2023 .btnSwiperPrevWrap,
.swiperWrapper#winter2023 .btnSwiperNextWrap {
	height: 214px;
}

#winter2023 .line2 {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

@media screen and (max-width: 459px) {
	.swiperWrapper#winter2023 .contentsWrapperIn section .swiper2x4 {
		height: 168px;
	}
	.swiperWrapper#winter2023 .btnSwiperPrevWrap,
	.swiperWrapper#winter2023 .btnSwiperNextWrap {
		height: 168px;
	}
	#winter2023 {
		height: auto;
	}
}

/***************************************
		検索エリア（search.cssから必要部分のみ取り出し）
****************************************/
.searchWrapper {
	border: 0 !important;
	box-sizing: content-box !important;
}
.searchWrapper input {
	display: table-cell;
	width: 86.25%;
	padding: 12px 10px;
	margin: 0 3.75%;
	font-size: 1.2rem;
	background: 0;
	border: 0;
}
.searchWrapper .btnSearch {
	display: table-cell;
	width: 13.75%;
	vertical-align: middle;
}
.searchWrapper .btnSearch a {
	display: block;
	padding: 13px 0 11px;
	text-align: center;
}


@media screen and (min-width: 960px) {
	.searchWrapper input {
    display: table-cell;
    width: 740px;
    padding: 12px 10px;
    margin: 0 10px;
    font-size: 1.4rem;
    background: 0;
    border: 0;
	}
	.searchWrapper .btnSearch {
    display: table-cell;
    width: 100px;
    vertical-align: middle;
    background: #fff;
    cursor: pointer;
	}
	.searchWrapper .btnSearch i {
    margin-top: 0;
	}
}


/***************************************
		ahamoキャンペーン
****************************************/
.ahamo {
    margin: 0 auto 30px;
    width: 100%;
    max-width: 800px;
    text-align: center;
}
.ahamo > p {
    font-weight: bold;
    font-size: 3.2rem;
    color: #d10000;
}
.ahamo > a > img {
	max-width: 500px;
}

@media screen and (max-width: 600px) {
	.ahamo {
		margin: 0 auto 30px;
		max-width: calc(100% - 100px);
	}
	.ahamo > p {
		font-size: 2rem;
	}
	.ahamo > a > img {
		max-width: 100%;
	}
}

@media screen and (max-width: 350px) {
	.ahamo > p {
		text-align: left;
	}
}
