@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&subset=japanese");
html {
	font-size: 62.5%;
	height: 100%;
}
body {
	width: 100vw;
	height: auto;
	font-size: 12px;
	font-size: 1.2rem;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 200%;
	background-color: #fff;
	overflow-x: hidden;
	overflow-y: auto;
}
img[width="1"] {
	position: fixed;
	top: 0;
	left: 0;
}
#contentsWrapper .dispWide {
	display: block;
}
#contentsWrapper .dispNarrow {
	display: none;
}
@media screen and (max-width: 800px) {
	#contentsWrapper .dispWide {
		display: none;
	}
	#contentsWrapper .dispNarrow {
		display: block;
	}
}
#contentsWrapper .cover {
	width: 100%;
  height: 100%;
}
#contentsWrapper .bannerWithBorder {
	display: block;
	padding: 0;
	border: 1px solid #a09943;
	box-sizing: border-box;
}
#includeFooter {
	position: relative;
	z-index: 50;
}
#contentsWrapper {
	position: relative;
	width: 100%;
	letter-spacing: 0.05em;
	color: #000;
	padding-top: 48px;
	background-color: #fff;
	box-sizing: border-box;
	overflow: hidden;
	z-index: 10;
}
#contentsWrapper .widthWrapper {
	position: relative;
	width: 100%;
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	overflow: hidden;
}
#contentsWrapper .widthWrapper .innerWrapper {
	position: relative;
	width: 72%;
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}
@media screen and (min-width: 801px) and (max-width: 1280px) {
	#contentsWrapper {
		padding-top: 3.8vw;
	}
}
@media screen and (max-width: 800px) {
	#contentsWrapper {
		padding-top: 15vw;
		background-attachment: inherit;
		background-color: transparent;
		background-image: none;
	}
	#contentsWrapper .widthWrapper .innerWrapper {
		width: 86%;
	}
}
#contentsWrapper .flexBlock {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: row;
	flex-shrink: 0;
	list-style: none;
}
#contentsWrapper .flexAround {
	justify-content: space-around;
}
#contentsWrapper .flexBetween {
	justify-content: space-between;
}
#contentsWrapper .flexStart {
	justify-content: flex-start;
}
#contentsWrapper .flexAlignCenter {
	align-items: center;
}
#contentsWrapper .flexAlignStrech {
	align-items: stretch;
}
#contentsWrapper .flexBlock .flexList5 {
	width: 17%;
	margin: 2em 1.5% 0;
}
@media screen and (max-width: 800px) {
	#contentsWrapper .flexBlock .flexList5 {
		width: 27.5%;
		margin: 2em 2.9% 0;
	}
}
#contentsWrapper .alignCenter {
	text-align: center;
}
#contentsWrapper .alignRight {
	text-align: right;
}
#contentsWrapper .alignLeft {
	text-align: left;
}
#contentsWrapper .fontBold {
	font-weight: bold;
}
#contentsWrapper .fontJp {
	font-family: vdl-linegr, sans-serif;
	font-weight: 400;
	font-style: normal;
}
#contentsWrapper .text36 {
	font-size: 36px;
}
#contentsWrapper .text30 {
	font-size: 30px;
}
#contentsWrapper .text24 {
	font-size: 24px;
}
#contentsWrapper .text20 {
	font-size: 20px;
}
#contentsWrapper .text18 {
	font-size: 18px;
}
#contentsWrapper .text15 {
	font-size: 15px;
}
#contentsWrapper .text0 {
	font-size: 0;
}
@media screen and (min-width: 801px) and (max-width: 1500px) {
	#contentsWrapper .text36 {
		font-size: 2.4vw;
	}
	#contentsWrapper .text30 {
		font-size: 2vw;
	}
	#contentsWrapper .text24 {
		font-size: 1.6vw;
	}
	#contentsWrapper .text20 {
		font-size: 1.333333vw;
	}
	#contentsWrapper .text18 {
		font-size: 1.2vw;
	}
	#contentsWrapper .text15 {
		font-size: 1vw;
	}
}
@media screen and (max-width: 800px) {
	#contentsWrapper .text36 {
		font-size: 3.6vw;
	}
	#contentsWrapper .text30 {
		font-size: 3vw;
	}
	#contentsWrapper .text24 {
		font-size: 2.4vw;
	}
	#contentsWrapper .text20 {
		font-size: 2vw;
	}
	#contentsWrapper .text18 {
		font-size: 1.8vw;
	}
	#contentsWrapper .text15 {
		font-size: 1.5vw;
	}
}
#contentsWrapper .lineHeight100 {
	line-height: 1;
}
#contentsWrapper .lineHeight125 {
	line-height: 1.25;
}
#contentsWrapper .lineHeight160 {
	line-height: 1.6;
}
#contentsWrapper .lineHeight200 {
	line-height: 2;
}
#contentsWrapper .lineHeight260 {
	line-height: 2.6;
}
@media screen and (max-width: 800px) {
	#contentsWrapper #aboutBlock .lineHeight260 {
		line-height: 2;
	}
}
#contentsWrapper .marginTopHarf {
	margin-top: 0.5em!important;
}
#contentsWrapper .marginTop1 {
	margin-top: 1em!important;
}
#contentsWrapper .marginTop1half {
	margin-top: 1.5em!important;
}
#contentsWrapper .marginTop2 {
	margin-top: 2em!important;
}
#contentsWrapper .marginTop3 {
	margin-top: 3em!important;
}
#contentsWrapper .marginTop4 {
	margin-top: 4em!important;
}
#contentsWrapper .marginTopAuto {
	margin-top: auto!important;
}
#contentsWrapper .marginRightHarf {
	margin-right: 0.5em!important;
}
#contentsWrapper a {
	color: #bf9b31;
	background-color: transparent;
	text-decoration: none!important;
	transition: all 0.5s ease;
}
#contentsWrapper a.hover {
	color: #f8bb08;
	transition: all 0.15s ease;
}
#contentsWrapper a.diactive {
	color: #fff;
	pointer-events: none;
}
#contentsWrapper a.opacity {
	opacity: 1;
	transition: all 0.15s ease;
}
#contentsWrapper a.opacity.hover {
	opacity: 0.75;
	background-color: transparent;
	transition: all 0.5s ease;
}
#contentsWrapper a.deactive {
	pointer-events: none;
}
#contentsWrapper .btn {
	width: 45%;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #bf9b31;
}
#contentsWrapper .btn > a {
	display: block;
	width: 100%;
	padding: 0.25em 1em;
	color: #bf9b31;
	background: linear-gradient(120deg, #bf9b31 0%, #bf9b31 50%, transparent 50%, transparent 100%);
	background-size: 220% auto;
	background-position: right center;
	box-sizing: border-box;
}
#contentsWrapper .btn > a.hover {
	color: #fff;
	background-position: left center;
}
@media screen and (max-width: 800px) {
	#contentsWrapper .btn {
		width: 100%;
	}
}
#contentsWrapper .textWhite,
#contentsWrapper a .textWhite {
	color: #fff;
}
#contentsWrapper .titleSub {
	position: relative;
	padding-bottom: 1em;
}
#contentsWrapper .titleSub::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 3em;
	height: 4px;
}
#contentsWrapper .titleSub.alignCenter::before {
	left: 50%;
	transform: translateX(-50%);
}
#contentsWrapper .titleSub.textNavy::before,
#contentsWrapper .textNavy .titleSub::before {
	background-color: #1d262c;
}
/*header*/
#contentsHeader {
	position: relative!important;
	width: 100%;
	height: 6vw;
	max-height: 90px;
	margin: 0;
	background-color: #000;
	background-image: url("../images/header.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	border-bottom: 3px solid #bf9b31;
}
#contentsHeader a {
	display: block;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 800px) {
	#contentsHeader {
		height: 12vw;
		max-height: inherit;
		background-size: cover;
	}
}
/*footer*/
#contentsFooter {
	margin: 0;
	color: #fff;
	background-color: #000;
	border-top: 3px solid #bf9b31;
}
#contentsFooter .copyright {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding: 1.5em;
	box-sizing: border-box;
}
#contentsFooter .copyright li {
	display: inline-block;
}
/* sns */
#contentsWrapper .snsBlock {
	position: relative;
	width: 100%;
	height: 20px;
	margin: 0 auto;
	padding: 8px 0;
	overflow: visible;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	flex-shrink: 0;
}
#contentsWrapper .snsBlock .snsBtn {
	height: 20px;
	margin: 0 4px 0 0;
	line-height: 100%;
	display: block;
}
@media screen and (max-width: 800px) {
	#contentsWrapper .snsBlock {
		margin-top: 1em;
	}
}
/*.slider*/
#contentsWrapper .slider {
	line-height: 0;
	background-color: #000;
	border-bottom: 3px solid #bf9b31;
}
#contentsWrapper .slider,
#contentsWrapper .slider .slick-slide {
	height: 55.3125vw;
	max-height: 700px;
	overflow: hidden;
}
#contentsWrapper .slider .slick-slide {
	opacity: 0.5;
	transition: all 0.5s ease;
}
#contentsWrapper .slider .slick-slide.slick-active {
	opacity: 1;
	transition: all 0.5s ease;
}
@media screen and (max-width: 800px) {
	#contentsWrapper .slider,
	#contentsWrapper .slider .slick-slide {
		height: 70.8vw;
		max-height: inherit;
	}
}
/*common*/
#contentsWrapper .sectionTitle > span {
	display: inline-block;
	position: relative;
	padding: 0 1.5em;
}
#contentsWrapper .sectionTitle > span::before,
#contentsWrapper .sectionTitle > span::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	width: 1em;
	height: 1em;
	background-image: url("../images/pattern.png");
	background-position: left top;
	transform: translateY(-50%);
}
#contentsWrapper .sectionTitle > span::before {
	left: 0;
}
#contentsWrapper .sectionTitle > span::after {
	right: 0;
}
#contentsWrapper .textAttention,
#contentsWrapper .listText > li {
	text-indent: -1em;
	padding-left: 1em;
}
@media screen and (min-width: 801px) and (max-width: 1280px) {
}
@media screen and (max-width: 800px) {
	#contentsWrapper .sectionTitle > span::before,
	#contentsWrapper .sectionTitle > span::after {
		background-size: 50% auto;
	}
}
/*select*/
#contentsWrapper #select {
	padding-bottom: 1em;
}
#contentsWrapper #select .innerWrapper {
	position: relative;
	z-index: 1;
}
#contentsWrapper #select .innerWrapper::before,
#contentsWrapper #select .innerWrapper::after {
	content: "";
	display: block;
	position: absolute;
	width: 3vw;
	height: 3vw;
	max-width: 45px;
	max-height: 45px;
	background-color: #bf9b31;
	z-index: 1;
}
#contentsWrapper #select .innerWrapper::before {
	top: -2px;
	left: -2px;
}
#contentsWrapper #select .innerWrapper::after {
	right: -2px;
	bottom: -2px;
}
#contentsWrapper #select #selectWrapper {
	position: relative;
	width: 100%;
	padding: 1em;
	background-image: url("../images/bg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;
	z-index: 5;
}
#contentsWrapper #select #selectWrapper > li {
	display: inline-block;
	padding-left: 2em;
	padding-right: 2em;
	color: #000;
	box-sizing: border-box;
	transition: all 0.5s ease;
}
#contentsWrapper #select #selectWrapper > li.hover,
#contentsWrapper #select #selectWrapper > li.selected {
	color: #bf9b31;
	transition: all 0.15s ease;
}
#contentsWrapper #select #selectWrapper > li.wide {
	width: 100%;
}
#contentsWrapper #lineup {
	padding-bottom: 2em;
}
/*thumbBlock*/
#contentsWrapper .thumbBlock {
	position: relative;
	box-sizing: border-box;
}
#contentsWrapper .itemsGundam > .thumbBlock,
#contentsWrapper .itemsGintama > .thumbBlock,
#contentsWrapper .itemsChainsaw > .thumbBlock,
#contentsWrapper .itemsUma > .thumbBlock,
#contentsWrapper .itemsUltraman > .thumbBlock,
#contentsWrapper .itemsKimetsu > .thumbBlock,
#contentsWrapper .itemsJujutsukaisen > .thumbBlock,
#contentsWrapper .itemsDB > .thumbBlock,
#contentsWrapper .itemsHH > .thumbBlock,
#contentsWrapper .itemsHololive > .thumbBlock,
#contentsWrapper .itemsHeroaca > .thumbBlock,
#contentsWrapper .itemsOP > .thumbBlock,
#contentsWrapper .itemsJojo > .thumbBlock,
#contentsWrapper .itemsYuyu > .thumbBlock,
#contentsWrapper .itemsConan > .thumbBlock,
#contentsWrapper .itemsNaruto > .thumbBlock,
#contentsWrapper .itemsShingeki > .thumbBlock,
#contentsWrapper .itemsSandland > .thumbBlock,
#contentsWrapper .itemsRider > .thumbBlock,
#contentsWrapper .itemsKingdom > .thumbBlock {
	display: none!important;
}
#contentsWrapper .itemsAll > .thumbBlock {
	display: block!important;
}
#contentsWrapper .itemsGundam > .thumbBlock.itemGundam {
	display: block!important;
}
#contentsWrapper .itemsGintama > .thumbBlock.itemGintama {
	display: block!important;
}
#contentsWrapper .itemsKingdom > .thumbBlock.itemKingdom {
	display: block!important;
}
#contentsWrapper .itemsRider > .thumbBlock.itemRider {
	display: block!important;
}
#contentsWrapper .itemsSandland > .thumbBlock.itemSandland {
	display: block!important;
}
#contentsWrapper .itemsChainsaw > .thumbBlock.itemChainsaw {
	display: block!important;
}
#contentsWrapper .itemsUma > .thumbBlock.itemUma {
	display: block!important;
}
#contentsWrapper .itemsUltraman > .thumbBlock.itemUltraman {
	display: block!important;
}
#contentsWrapper .itemsKimetsu > .thumbBlock.itemKimetsu {
	display: block!important;
}
#contentsWrapper .itemsJujutsukaisen > .thumbBlock.itemJujutsukaisen {
	display: block!important;
}
#contentsWrapper .itemsDB > .thumbBlock.itemDB {
	display: block!important;
}
#contentsWrapper .itemsHH > .thumbBlock.itemHH {
	display: block!important;
}
#contentsWrapper .itemsHololive > .thumbBlock.itemHololive {
	display: block!important;
}
#contentsWrapper .itemsHeroaca > .thumbBlock.itemHeroaca {
	display: block!important;
}
#contentsWrapper .itemsOP > .thumbBlock.itemOP {
	display: block!important;
}
#contentsWrapper .itemsJojo > .thumbBlock.itemJojo {
	display: block!important;
}
#contentsWrapper .itemsYuyu > .thumbBlock.itemYuyu {
	display: block!important;
}
#contentsWrapper .itemsConan > .thumbBlock.itemConan {
	display: block!important;
}
#contentsWrapper .itemsNaruto > .thumbBlock.itemNaruto {
	display: block!important;
}
#contentsWrapper .itemsShingeki > .thumbBlock.itemShingeki {
	display: block!important;
}
#contentsWrapper .thumbBlock::after {
	content: "";
	display: block;
	position: absolute;
	right: -2px;
	bottom: -2px;
	width: 3vw;
	height: 3vw;
	max-width: 45px;
	max-height: 45px;
	background-color: #bf9b31;
	z-index: 1;
}
#contentsWrapper .thumbBlock.thumbOthers::after {
	background-color: #3e74e4;
}
#contentsWrapper .thumbBlock > span {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	color: #000;
	background-color: #fff;
	z-index: 5;
}
#contentsWrapper .thumbBlock > span > span {
	display: block;
	margin-top: 0.5em;
}
#contentsWrapper .thumbBlock > span > span.thumb {
	position: relative;
	width: 100%;
	padding-top: 100%;
	line-height: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	box-sizing: border-box;
}
#contentsWrapper .thumbBlock > span > span.itemName {
	padding: 0 1em 1em 0;
}
#contentsWrapper .thumbBlock > span > span.itemDate {
	display: inline-block;
	padding: 0 0.5em;
	color: #fff;
	background-color: #bf9b31;
}
#contentsWrapper .thumbBlock.thumbOthers > span > span.itemDate {
	background-color: #3e74e4;
}
/*popup*/
#contentsWrapper .popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0.5em;
	box-sizing: border-box;
	background-image: url("../images/patternPopup.png");
	z-index: -1;
	opacity: 0;
	pointer-events: none;
	transition: all 0.5s ease;
}
#contentsWrapper .popup.open {
	z-index: 120;
	opacity: 1;
	pointer-events: all;
	transition: all 0.5s ease;
}
#contentsWrapper .popup .tabContentWrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50%;
	max-width: 750px;
	height: 70vh;
	padding: 2em 0;
	background-color: rgba(0,0,0,0.75);
	border: 1px solid #bf9b31;
	box-sizing: border-box;
	transform: translate(-50%, -50%);
	overflow: hidden;
}
#contentsWrapper .popup .tabContentWrapper .tabScrollWrapper {
	width: 100%;
	height: calc(70vh - 4em);
	padding: 0 2em;
	box-sizing: border-box;
	overflow-y: auto;
}
#contentsWrapper .popup .tabContentWrapper h2 {
	margin-bottom: 0.5em;
	padding-bottom: 0.25em;
	border-bottom: 2px solid #fff;
}
#contentsWrapper .popup .tabContentWrapper .btnClose {
	position: absolute;
	top: 0;
	right: 0;
	width: 6.5%;
	cursor: pointer;
}
#contentsWrapper .popupBtn {
	cursor: pointer;
}
@media screen and (max-width: 800px) {
	#contentsWrapper .popup .tabContentWrapper {
		width: 90%;
		height: 80vh;
	}
	#contentsWrapper .popup .tabContentWrapper .tabScrollWrapper {
		height: calc(80vh - 4em);
		padding: 0 4em;
		overflow: hidden;
	}
}
.tabContentWrapper .tabContent > li:not(:nth-child(1)) {
	display: none;
}
.tabContent > li > span,
.tab li > span {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.tabContent,
.tabContent > li,
.tabContent > li > span {
	width: 100%;
	height: 50vh;
	overflow: hidden;
}
.itemSpec {
	width: 33vw;
	max-width: 495px;
	margin-right: 0!important;
}
.tab {
	width: 100%;
}
.tab li {
	position: relative;
	width: 8.8%;
}
.tab li + li {
	margin-left: 0.32%;
}
.tab li > span {
	display: block;
	width: 100%;
	height: 0;
	padding-top: 100%;
}
/* キャンペーン部分 */
#contentsWrapper #special {
	position: relative;
	padding-bottom: 6em;
	background-attachment: fixed;
	background-image: url("../images/bgPatternWhite.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	border-top: 1px solid #a09943;
}
#contentsWrapper #special .kv {
	padding-bottom: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#contentsWrapper #special #camp210719.kv {
	width: 100%;
	height: auto;
	padding-top: 52.666666%;
}
#contentsWrapper .scrollBox {
	height: 30vh;
	padding: 1em 2em;
	background-color: rgba(160,153,67,0.1);
	border: 1px solid #a09943;
	box-sizing: border-box;
	overflow-y: scroll;
}
@media screen and (min-width: 801px) and (max-width: 1280px) {
	#contentsWrapper #special {
		margin-top: 10vw;
	}
}
@media screen and (max-width: 800px) {
	#contentsWrapper #special #camp210719.kv {
		padding-top: 58%;
	}
	#contentsWrapper #special {
		margin-top: 5em;
	}
	#contentsWrapper .scrollBox {
		height: 40vh;
	}
}
/*movie*/
#contentsWrapper .movieWrapper {
	position: relative;
	width: 100%;
	height: 0;
	margin: 0 auto;
	padding-top: 56.25%;
	overflow: hidden;
}
#contentsWrapper .movieWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#contentsWrapper li.btnMore {
	width: 100%;
	margin: 0;
	border-bottom: none;
}
#contentsWrapper li.btnMore a {
	display: block;
	width: 31.5%;
	margin: 2em auto;
	padding: 0.5em 1em;
	color: #a09943;
	border: 2px solid #a09943;
	border-radius: 30px;
}
#contentsWrapper li.btnMore a.hover {
	color: #fff;
	background-color: #a09943;
}
@media screen and (max-width: 800px) {
	#contentsWrapper li.btnMore a {
		width: 100%;
		box-sizing: border-box;
	}
}
#contentsWrapper li.btnMore a span {
	padding-left: 1.8em;
	background-image: url("../images/arrowMore.svg");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 1.2em;
}
#contentsWrapper li.btnMore a.hover span {
	background-image: url("../images/arrowMoreHover.svg");
}

#archives {
	display:none !important;
}
