@charset "UTF-8";

.sp-only{
	display: none;
}

.about{
	margin: 30px auto 27px auto;
	height: 42px;
	position:relative;
}
.about img{
	vertical-align: bottom;
}
.about .themeBtn{
	margin-left: -182px;
}
.about .listsBtn{
	margin-left: 7px;
}
.about .campaignBtn{
	margin:70px 0 0 -360px;
	position: absolute;
	left: 50%;
}
.about .addMovie{
	margin-left:178px;
	position:absolute;
	top:4px;
	left:50%;
}
.about .themeBtn,
.about .listsBtn{
	position: absolute;
	left: 50%;
}
.about .listsBtn a,
.about .themeBtn a{
	position: relative;
	display: inline-block;
	text-align: center;
	width: 170px;
	line-height: 40px;
	height: 40px;
	padding: 0 0 0 0;
	border-radius: 8px;
	color: #FFF;
	background: url(../common/css/img/bg_pattern.png) 0 0;
	overflow: hidden;
	text-decoration: none;
	font-size: 10px;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.about .themeBtn a:before,
.about .listsBtn a:before{
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(../common/css/img/arrow_w12.png) 0 0 no-repeat;
	vertical-align: middle;
	position: absolute;
	left: 10px;
	top: 14px;
}
.about .listsBtn a:hover,
.about .themeBtn a:hover{
	opacity: 0.75;
	filter: alpha(opacity=75);
}

.about .themeBtn a .themeBtn_text{
	width: 95px;
	height: 14px;
	display: block;
	position: absolute;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	background: url(img/themeBtn_text.png) 0 0 no-repeat;
	left: 50%;
	margin-left: -39px;
	top: 13px;
}

.about .listsBtn a .listsBtn_text{
	width: 127px;
	height: 14px;
	display: block;
	position: absolute;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	background: url(img/listBtn_text.png) 0 0 no-repeat;
	left: 50%;
	margin-left: -56px;
	top: 13px;
}

.about .update{
	position: absolute;
	right: -85px;
	top: -18px;
}


#limited{
	margin:0 auto;
	text-align:center;
}

#limited .inside{
	margin:20px auto 30px auto;
	position:relative;
}
#limited .inside a.btn01{
	position:absolute;
	top:10px;
	left:10px;
}
#limited .inside a.btn03{
	position:absolute;
	top:-2px;
	left:326px;
}




.content{
	overflow:hidden;
}

.content img{
	vertical-align: bottom;
}

.contentheader{
	text-align: center;
	margin: 0 auto 40px auto;
	padding-top: 30px;
}
.contentheader h2:after{
	content: "";
	background: #ff9001;
	width: 26px;
	height: 4px;
	display: block;
	border-radius: 2px;
	margin: 15px auto 0 auto;
}

.contentheader p{
	font-size: 11px;
	line-height: 1;
	margin-top: 25px;
	margin-bottom: 15px;
}
.contentheader h2{
	font-size: 18px;
	letter-spacing: 0.07em;
	line-height: 1.2;
	font-weight:bold;
}

.content h2{
	margin: 0 0 13px 0;
	text-align: center;
}




p.note {
text-align: center;
margin-bottom: 24px;
font-size: 12px;
}

p.note br{
	display: none;
}

p.note span{
	display: inline-block;
	padding: 5px 15px 4px 15px;
	margin: 3px 3px;
	background: #ce181e;
	color: #FFF;
	-webkit-border-radius: 15px;
	        border-radius: 15px;
}

div#bnrSaleWrap{
    width: 880px;
    margin: 25px auto 25px;
}

p#bnrSale img{
    transition: opacity 0.2s;
}

p#bnrSale img:hover {
    opacity: 0.7;
    transition: opacity 0.2s;
}





#filter-container{
	width: 960px;;
	position: relative;
	margin: 0 auto 60px auto;
}

#filter-container .filter_keywordblock{
	border:#d6d6d6 1px solid;
	width: 958px;
	display: table;
}
#filter-container .filter_keyword{
}
#filter-container .filter_keyword::after{
	content: "";
	display: block;
	clear: both;
}
#filter-container .filter_defaultbtn a{
	padding: 0 20px;
	font-size: 12px;
	line-height: 40px;
	background: #FFF;
	display: block;
	-webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	font-weight:bold;
	color: #5E5E5E;

	display: none;
}
#filter-container .filter_defaultbtn a:after{
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(../archive/common/css/img/arrow_dropdown.png) 0 0 no-repeat;
	vertical-align: middle;
	position: absolute;
	right: 10px;
	top: 8px;
}
#filter-container .filter_defaultbtn a:hover{
	opacity: 0.75;
	filter: alpha(opacity=75);
}

#filter-container .filter_title{
	display: table-cell;
	vertical-align: top;
	font-size: 18px;
	font-weight: bold;
	font-family: "ncommonJp",YuGothic,sans-serif;
	text-align: center;
	margin: 0;
	margin-block-start: 0;
  margin-block-end: 0;
}
#filter-container .filter_title span{
	display: inline-block;
	padding: 48px 0 0 0;
	position: relative;
}
#filter-container .filter_title span::before{
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	background: #ce181e;
	position: absolute;
	top: -1px;
	left: 0;
}
#filter-container .filter_title br{
	display: none;
}

#filter-container .filter_keyword{
	display: table-cell;
	vertical-align: top;
	width: 600px;
	padding-bottom: 30px;
	padding-top: 10px;
}
#filter-container .filter_item{
	margin: 0;
	/*display: none;*/
	float: left;
	padding: 20px 0 0 0;
}

#filter-container .filter_item:nth-child(3n + 1){
	clear: left;
}

#filter-container .filter_item a{
	width: 180px;
	display: block;
	background: #FFF;
	text-decoration: none;
	box-sizing: border-box;
	margin-left: 20px;
}
#filter-container .filter_item a{
	display: inline-block;
	position: relative;
	font-weight: bold;
	font-family: "ncommonJp",YuGothic,sans-serif;
	transition: border-color 150ms linear, color 150ms linear;
	padding-left: 18px;
	margin-top: -3px;
	margin-bottom: -3px;
	font-size: 14px;
	line-height: 20px;
	color: #000;
}
#filter-container .filter_item:nth-child(1),
#filter-container .filter_item:nth-child(4){
	width: 160px;
}
#filter-container .filter_item:nth-child(2),
#filter-container .filter_item:nth-child(5){
	width: 220px;
}
#filter-container .filter_item a:hover{
	color: #ce181e;
	text-decoration: none;
}
#filter-container .filter_item a i{
	position: absolute;
  top: 3px;
	left: 0;
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
}
#filter-container .filter_item a i::before{
	content: "";
	position: absolute;
  top: 0;
	left: 0;
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #fff;
	background-image: url(../../../../common/v2/img/ncommon/_common/icon/right-fill-3ds.svg);
	background-size: 14px;
}


#filter-container .filter_item a img{
	display: none;
}

#filter-container .filter_reset a{
	font-weight:bold;
	padding-bottom: 5px;
}

#filter-container .filter_submitbtn{
	margin-bottom: 10px;
	height: 40px;
}
#filter-container .filter_submitbtn a{
	position: relative;
	display: inline-block;
	line-height: 40px;
	height: 40px;
	padding: 0 25px 0 40px;
	border-radius: 20px;
	color: #FFF;
	background: url(../../../common/css/img/bg_pattern.png) 0 0;
	overflow: hidden;
	text-decoration: none;
	font-size: 12px;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#filter-container .filter_submitbtn a:before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(../../../common/css/img/arrow_w12.png) 0 0 no-repeat;
	vertical-align: middle;
	position: absolute;
	left: 14px;
	top: 14px;
}
#filter-container .filter_submitbtn a:hover{
	opacity: 0.75;
	filter: alpha(opacity=75);
}
#filter-container .filter_resetbtn{
	height: 24px;
}
#filter-container .filter_resetbtn a{
	position: relative;
	display: inline-block;
	line-height: 20px;
	height: 20px;
	padding: 0 10px 0 25px;
	border-radius: 12px;
	background: #FFF;
	border:#8e8e8e 2px solid;
	overflow: hidden;
	text-decoration: none;
	font-size: 10px;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#filter-container .filter_resetbtn a:before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background: url(../../../common/css/img/arrow_gray10.png) 0 0 no-repeat;
	vertical-align: middle;
	position: absolute;
	left: 7px;
	top: 5px;
}


#filter-container .filter_keywordinput{
	width: 291px;
	height: 40px;
	background: #FFF;
	border-radius: 20px;
	padding: 0 0 0 14px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.1) inset;
	border:#bebebe 1px solid;
	position: absolute;
	left: 260px;
	top: 0;
	display: none;
}
#filter_input{
	-moz-box-sizing: border-box;
		 box-sizing: border-box;
	border: 0;
	vertical-align: middle;
	outline: none;
	padding: 8px;
	height: 34px;
	margin: 0 0;
	border-radius: 0;
	background: #ffffff;
	box-shadow: none;
	font-size: 85.71429%;
	width: 249px;
	background-color:#ffffff;
}
#filter_input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

#filter_submit{
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 0;
	vertical-align: middle;
	outline: none;
	width: 34px;
	height: 34px;
	margin: 3px 3px 3px 0px;
	border-radius: 17px;
	background: #ff9001 url(./img/icon_search_01.png) 50% 50% no-repeat;
	cursor: pointer;
}


.listBox{
	width: 960px;
	margin: 0 auto 40px auto;
}
.themeList{
	margin-left: -7px;
	width: 980px;
	/*overflow:hidden;*/
}
.themeList:after{
	content:'';
	display:block;
	clear:both;
}
.themeList img{
	vertical-align: bottom;
}
.themeList > li{
	margin: 0 2px 9px 7px;
	float: left;
	width: 478px;
	-webkit-box-shadow:0px 0px 3px 1px rgba(0,0,0,0.1);
	box-shadow:0px 0px 3px 1px rgba(0,0,0,0.1);
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border:#fff 5px solid;
}
.themeList > li .themeitem-body{
	background: #fcfcfc;
	background: -webkit-linear-gradient(top,  #fcfcfc 0%,#f5f5f5 100%);
	background: linear-gradient(to bottom,  #fcfcfc 0%,#f5f5f5 100%);
	width: 468px;
	margin: 0 auto;
	padding: 0;
	display: block;
	height: 100%;
	position: relative;
}
.themeList > li .themeitem-body:after{
	content:'';
	display:block;
	clear:both;
}
.themeList .image{
	width: 190px;
	float: left;
}
.themeList .image span{
	display: block;
	margin: 7px 0 7px 7px;
}
.themeList .image span img{
	vertical-align: top;
}
.themeList .title{
	margin: 10px 0 11px 0;
	font-size: 85.71429%;
	color: #222222;
	line-height: 1.5;
	font-weight:bold;
	width: 276px;
	float: right;
}


.themeList .info{
	padding-left: 16px;
	margin-bottom: 8px;
	width: 260px;
	float: right;
}
.themeList .info li{
	position: relative;
	font-size: 10px;
}

.themeList .info li:after{
	content:'';
	display:block;
	clear:both;
}
.themeList .info .point{
	color: #666666;
	display: table-cell;
	width: 5.7em;
	overflow: hidden;
}
.themeList .info .desc{
	display: table-cell;
}
.themeList .info li .circle{
	position: absolute;
	top: 2px;
	left: -16px;
}
.themeList .info li .circle img {
	vertical-align: top;
}
.themeList .noteblock{
	width: 276px;
	float: right;
	padding-bottom: 37px;
}
.themeList .caution,
.themeList .note,
.themeList .link{
	margin-bottom: 11px;
	line-height: 1.4;
	padding-right: 12px;
}
.themeList .caution:after{
	content: "";
	display: block;
	clear: both;
}
.themeList .caution .caution-icon{
	display: block;
	width: 12px;
	float: left;
	font-size: 10px;
}
.themeList .caution .caution-text{
	display: block;
	font-size: 10px;
	margin-left: 12px;
}
.themeList .note .note-text{
	display: block;
	font-size: 10px;
	margin-left: 0;
}
.themeList .link a{
	font-size: 11px;
	color: #ff9001;
	text-decoration: underline;
}
.themeList .link a:before{
	content: "";
	display: inline-block;
	width: 11px;
	height: 11px;
	background: url(../archive/common/css/img/ico-item-link.png) 0 0 no-repeat;
	margin: 0 8px -1px 0;
}
.themeList .link a:hover{
	color: #ffb24e;
}
.themeList .movie-btn{
	position: absolute;
	left: 192px;
	bottom: 12px;
}
.themeList .movie-btn a:hover{
	opacity: 0.75;
}
.themeList .movie-btn img{
	vertical-align: bottom;
}


#overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 11000;
	min-width: 980px;
	min-height: 580px;
	display: none;
}

.open {
	width: 100%;
	height: 100%;
}
.open #overlay {
	display: block;
}
#overlay .background{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: black;
}
#overlay .content{
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#overlay .movie{
	margin: 0 auto;
	padding: 7px;
	width: 598px;
	height: 336px;
	position: absolute;
	background: white;
	top: 50%;
	left: 50%;
	margin-left: -299px;
	margin-top: -176px;
}

#overlay .movie .playing{
	position: absolute;
	width: 598px;
	height: 336px;
	background: white;
}

#overlay .movie .tab{
	position: absolute;
	top: -25px;
	right: 0px;
}
#overlay .movie .tab .tabimg{
	display: block;
	width: 128px;
	height: 25px;
	background: url(../img/movie/movi_tab.png) 0 0 no-repeat;
}

#overlay .close{
	margin-left: 265px;
	position: absolute;
	top: 0px;
	right: 30px;
	cursor: pointer;
	width: 50px;
	height: 50px;
	background: url(../img/movie/btn_close.png) 0 0 no-repeat;
}

.theme-hero{
		background: url(../img/hero_bg.png) 0 -30px repeat-x;
		margin-bottom: 24px;
		padding-bottom: 4px;
		position: relative;
}
.theme-hero__inner{
	position: relative;
}
.theme-hero-header{
	padding: 28px 0 0 0;
}
.theme-hero__title{
	width: 100%;
	max-width: 720px;
	background: url(../img/hero_txt_pc.png) 50% 50% no-repeat;
	background-size: cover;
	margin: 0 auto 20px auto;
}
.theme-hero__title::before{
	content: "";
	display: block;
	padding-top:4.6511628%;
}
.theme-hero__title span{
	display: none;
}
.theme-hero__text{
	text-align: center;
	font-weight: bold;
	font-family: "ncommonJp",YuGothic,sans-serif;
	color: #000;
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 1.65;
}
.theme-hero__text-btn{
	text-align: center;
	margin-top: 4px;
}
.theme-hero__text-btn a{
	display: inline-block;
	position: relative;
	font-weight: bold;
	font-family: "ncommonJp",YuGothic,sans-serif;
	transition: border-color 150ms linear, color 150ms linear;
	padding-left: 18px;
	margin-top: -3px;
	margin-bottom: -3px;
	font-size: 14px;
	line-height: 20px;
	color: #000;
}
.theme-hero__text-btn a:hover{
	color: #ce181e;
	text-decoration: none;
}
.theme-hero__text-btn a i{
	position: absolute;
  top: 3px;
	left: 0;
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
}
.theme-hero__text-btn a i::before{
	content: "";
	position: absolute;
  top: 0;
	left: 0;
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #fff;
	background-image: url(../../../../common/v2/img/ncommon/_common/icon/right-fill-3ds.svg);
	background-size: 14px;
}
.theme-hero-slide{
	margin-top: 8px;
	height: 300px;
	overflow: hidden;
	width: 100%;
	position: relative;
}
.theme-hero-slide__item{
	width: 292px;
	padding: 0 4px;
	float: left;
}
.theme-hero-slide__item img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
	backface-visibility: hidden;
}


.theme-index-btn{
	text-align: center;
	margin-bottom: 24px;
}
.theme-index-btn a{
	color: #FFF;
	font-family: "ncommonJp",YuGothic,sans-serif;
	background-color: #ce181e;
	position: relative;
	display: block;
	outline: none;
	cursor: pointer;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	padding: 0;
	border-style: solid;
	font-weight: bold;
	text-align: center;
	text-decoration: none !important;
	width: auto;
	margin: 0 auto;
	padding-right: 44px;
	padding-left: 42px;
	border-radius: 2px;
	padding-top: 8px;
	display: inline-block;
	height: 58px;
	border-width: 2px;
	font-size: 18px;
	line-height: 38px;
	border-color: #ce181e;
	transition: color 150ms linear,background-color 150ms linear,color 150ms linear;
}
.theme-index-btn a:hover{
	color: #ce181e;
	background-color:#FFF;
}
.theme-index-btn .ncommon-bt > i {
	position: relative;
	display: inline-block;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	background-color: currentColor;
	top: 10px;
	margin-right: .5em;
	vertical-align: top;
}
.theme-index-btn .ncommon-bt > i > i {
	position: absolute;
    left: 0;
		top: 0;
		display: inline-block;
		width: 100%;
    height: 100%;
		background-image: url(../../../../common/v2/img/ncommon/_common/icon/right-stroke-3ds.svg);
		background-size: cover;
}
.theme-index-btn .ncommon-bt:hover > i > i {
		background-image: url(../../../../common/v2/img/ncommon/_common/icon/right-stroke-white.svg);
		background-size: cover;
}
.theme-index-btn a span{
	vertical-align: top;
}
.content .list-title{
	padding-bottom: 30px;
	font-family: "ncommonJp",YuGothic,sans-serif;
	text-align: center;
	font-weight: bold;
	color: #3c3c3c;
}
.content .list-title em{
	font-size: 24px;
	line-height: 1.5;
	display: inline-block;
	vertical-align: middle;
}
.content .list-title span{
	font-size: 14px;
	line-height: 1.5;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	color: #ce181e;
}

.badge-bottom-btn{
	width: 480px;
	margin: 0 auto 16px auto;
}
.badge-bottom-btn a{
	display: block;
	opacity: 1;
	transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.badge-bottom-btn a:hover{
	opacity: .75;
}
.badge-bottom-btn--pc{

}
.badge-bottom-btn--sp{
	display: none;
}
