@charset "UTF-8";
html {
	font-size: 62.5%;
	height: 100%;
}
body {
	width: 100vw;
	height: auto;
	font-size: 12px;
	font-size: 1.2rem;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	line-height: 200%;
	color: #000;
	background-color: #fff;
	overflow-x: hidden;
	overflow-y: auto;
}
img[width="1"] {
	position: fixed;
	top: 0;
	left: 0;
}
#contentsWrapper {
	background-image: url("../images/bg.png");
	background-position: left top;
	background-size: auto auto;
}
#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: auto;
}
#includeFooter {
	position: relative;
	z-index: 50;
}
#bgFixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 120vh;
	overflow: hidden;
}
#bgFixed::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	height: 100%;
	background-image: url("../images/_pc/clowdL.png"), url("../images/_pc/clowdR.png");
	background-position: left top, right top;
	background-repeat: no-repeat;
	background-size: 50% auto, 50% auto;
	z-index: 20;
	transform: translateX(-50%);
	pointer-events: none;
}
@media screen and (min-width: 1201px) and (max-width: 1500px) {
	#bgFixed::before {
		width: 1500px;
	}
}
@media screen and (min-width: 801px) and (max-width: 1200px) {
	#bgFixed::before {
		width: 125%;
	}
}
@media screen and (max-width: 800px) {
	#bgFixed::before {
		left: 0;
		background-image: url("../images/_sp/clowd.png");
		background-position: left top;
		background-repeat: no-repeat;
		background-size: 100% auto;
		transform: translateX(0);
	}
}
#contentsWrapper {
	position: relative;
	width: 100%;
	letter-spacing: 0.05em;
	color: #fff;
	box-sizing: border-box;
	overflow: hidden;
	z-index: 10;
}
#contentsWrapper .widthWrapper {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	background-image: url("../images/_pc/bgMoon.png");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	box-sizing: border-box;
	overflow: hidden;
}
@media screen and (max-width: 800px) {
	#contentsWrapper .widthWrapper {
		background-image: url("../images/_sp/bgMoon.png");
	}
}
#contentsWrapper .widthWrapper .kv {
	position: relative;
	z-index: 50;
}
#contentsWrapper .widthWrapper .insideWrapper {
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 0 12.5% 2em;
	background-color: rgba(0,0,0,0.25);
	box-sizing: border-box;
	z-index: 50;
}
@media screen and (max-width: 800px) {
	#contentsWrapper .widthWrapper .insideWrapper {
		padding: 2em 11%;
		background-color: rgba(0,0,0,0.5);
	}
}
#contentsWrapper .copyrightWrapper {
	width: 100%;
	padding: 2em 1em;
	background-color: #000;
}

#contentsWrapper .alignCenter {
	text-align: center;
}
#contentsWrapper .alignRight {
	text-align: right;
}
#contentsWrapper .alignLeft {
	text-align: left;
}
#contentsWrapper .fontJp {
	font-family: 'Midashi Min MA31', sans-serif;;
}
#contentsWrapper .fontBold {
	font-weight: bold;
}
#contentsWrapper .text48 {
	font-size: 48px;
}
#contentsWrapper .text20 {
	font-size: 20px;
}
#contentsWrapper .text12 {
	font-size: 12px;
}
#contentsWrapper .text0 {
	font-size: 0;
}
@media screen and (min-width: 801px) and (max-width: 1280px) {
	#contentsWrapper .text48 {
		font-size: 3.75vw;
	}
	#contentsWrapper .text20 {
		font-size: 1.5625vw;
	}
	#contentsWrapper .text12 {
		font-size: 0.9375vw;
	}
}
@media screen and (max-width: 800px) {
	#contentsWrapper .text48 {
		font-size: 5vw;
	}
	#contentsWrapper .text20 {
		font-size: 3.5vw;
	}
	#contentsWrapper .text12 {
		font-size: 2.4vw;
	}
}
#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;
}
#contentsWrapper .marginTop1em {
	margin-top: 1em!important;
}
#contentsWrapper .marginTop2em {
	margin-top: 2em!important;
}
#contentsWrapper .marginTop3em {
	margin-top: 3em!important;
}
#contentsWrapper .marginTop4em {
	margin-top: 4em!important;
}
#contentsWrapper .marginTopAuto {
	margin-top: auto!important;
}
#contentsWrapper .marginRightHarf {
	margin-right: 0.5em!important;
}
#contentsWrapper a {
	color: #a09943;
	padding-left: 0.25em;
	padding-right: 0.25em;
	background-color: transparent;
	text-decoration: none!important;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
#contentsWrapper a.hover {
	color: #fff;
	background-color: #710213;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#contentsWrapper a.opacity {
	opacity: 1;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
#contentsWrapper a.opacity.hover {
	opacity: 0.75;
	background-color: transparent;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#contentsWrapper .textBlack {
	color: #000;
}
#contentsWrapper .textGray {
	color: #999;
}
#contentsWrapper .textWhite,
#contentsWrapper a .textWhite {
	color: #fff;
}
#contentsWrapper .textGold {
	color: #a09943;
}
#contentsWrapper .textYellow {
	color: #ffe100;
}
#contentsWrapper .textRed {
	color: #f00;
}
a.deactive {
	pointer-events: none;
}
/*footer*/
#specialFooter {
	position: relative;
	margin: 4em 0 0;
	padding: 1em 0;
	background-image: url("../images/bgLine.jpg"), url("../images/bgPattern.png");
	background-position: left top, left top;
	background-repeat: repeat-x, repeat;
}
#specialFooter > .flexBlock {
	position: relative;
	width: 100%;
	max-width: 1280px;
	height: 7.8125vw;
	max-height: 100px;
	margin-left: auto;
	margin-right: auto;
}
#specialFooter > .flexBlock > div {
	height: 7.8125vw;
	max-height: 100px;
}
#specialFooter > .flexBlock > div > a {
	display: block;
	height: 100%;
	padding: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
#specialFooter > .flexBlock > div:nth-child(1) {
	width: 10%;
}
#specialFooter > .flexBlock > div:nth-child(1) > a {
	width: 100%;
	background-image: url("../images/logoKimetsu.png");
}
#specialFooter > .flexBlock > div:nth-child(2) {
	width: 50%;
	height: auto;
	max-height: inherit;
}
#specialFooter > .flexBlock > div:nth-child(3) {
	width: 7.8125%;
}
#specialFooter > .flexBlock > div:nth-child(3) > a {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background-image: url("../images/goToTop.png");
}
/* 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) {
	#specialFooter > .flexBlock {
		height: auto;
		max-height: inherit;
		padding: 2em 0 0;
	}
	#specialFooter > .flexBlock > div {
		width: 100%;
		height: auto;
		max-height: inherit;
	}
	#specialFooter > .flexBlock > div:nth-child(1) {
		width: 100%;
	}
	#specialFooter > .flexBlock > div:nth-child(1) > a {
		width: 100%;
		padding-top: 20%;
		background-size: contain;
		margin: 0 auto;
	}
	#specialFooter > .flexBlock > div:nth-child(2) {
		width: 100%;
	}
	#specialFooter > .flexBlock > div:nth-child(3) {
		position: absolute;
		top: 2em;
		right: 0;
		width: 5em;
		height: 5em;
	}
	#specialFooter > .flexBlock > div:nth-child(3) > a {
		width: 100%;
	}
	#contentsWrapper .snsBlock {
		margin-top: 1em;
	}
}
/*common*/
#contentsWrapper .paddingKv {
	width: 100%;
	padding-top: 230px;
	background-image: url("../images/bgChara.png"), url("../images/bgHeader.png");
	background-position: center top, center top;
	background-repeat: no-repeat, repeat-x;
	background-size: auto auto, auto auto;
}
#contentsWrapper .sectionTitle {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}
#contentsWrapper .textTitle {
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: 2px solid #b7ae38;
}
#contentsWrapper .textAttention,
#contentsWrapper .listText > li {
	text-indent: -1em;
	padding-left: 1em;
}
@media screen and (min-width: 801px) and (max-width: 1280px) {
	#contentsWrapper .paddingKv {
		padding-top: 18%;
	}
}
@media screen and (max-width: 800px) {
	#contentsWrapper .paddingKv {
		padding-top: 80vw;
		background-image: url("../images/bgSp.jpg");
		background-position: center top;
		background-repeat: no-repeat;
		background-size: 100% auto;
	}
	#contentsWrapper .sectionTitle {
		width: 100%;
	}
}
#contentsWrapper .thumbBlock {
	position: relative;
	width: 31%;
	margin-left: 3%;
	padding-bottom: 0.25em;
	background-color: #fff;
	border: 6px solid #a09943;
	box-sizing: border-box;
}
#contentsWrapper .textGray .thumbBlock {
	background-color: #dfdfdf;
	border-color: #dfdfdf;
}
#contentsWrapper .thumbBlock:nth-child(3n + 1) {
	margin-left: 0;
}
#contentsWrapper .thumbBlock:nth-child(n + 4) {
	margin-top: 2em;
}
#contentsWrapper .thumbBlock > a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#contentsWrapper .thumbBlock > span {
	display: block;
}
#contentsWrapper .thumbBlock > 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.itemName {
	padding: 0.5em 0.5em 0;
}
#contentsWrapper .thumbWrapper:not(.textGray) .thumbBlock > span.itemName {
	color: #b1031c;
}
#contentsWrapper .thumbBlock > span.itemPrice {
	padding-top: 0.5em;
}
#contentsWrapper #newRleaseBlock .thumbWrapper + .thumbWrapper {
	margin-top: 2em;
}
@media screen and (max-width: 800px) {
	#contentsWrapper .thumbBlock {
		position: relative;
		width: 48%;
		margin-left: 0;
		border-width: 0.75vw;
	}
	#contentsWrapper .thumbBlock:nth-child(3n + 1) {
		margin-left: 0;
	}
	#contentsWrapper .thumbBlock:nth-child(odd) {
		margin-right: 4%!important;
	}
	#contentsWrapper .thumbBlock:nth-child(n + 3) {
		margin-top: 1em;
	}
	#contentsWrapper #newRleaseBlock .thumbWrapper + .thumbWrapper {
		margin-top: 1em;
	}
}
/* キャンペーン部分 */
#contentsWrapper #special {
	margin-top: 128px;
	background-color: rgba(11, 11, 39, 0.5);
}
#contentsWrapper #special > div {
	padding: 2em 1em;
}
@media screen and (min-width: 801px) and (max-width: 1280px) {
	#contentsWrapper #special {
		margin-top: 10vw;
	}
}
@media screen and (max-width: 800px) {
	#contentsWrapper #special {
		margin-top: 5em;
	}
}

/*top news*/
#contentsWrapper #newsBlock .newsList {
	margin: 0 1em;
	border-top: 1px dotted #fff;
	background-color: rgba(11, 11, 39, 0.5);
}
#contentsWrapper #newsBlock .newsList li {
	padding: 0.5em 0;
	border-bottom: 1px dotted #fff;
}
#contentsWrapper #newsBlock .newsList li > span {
	display: block;
	padding-left: 0.25em;
	padding-right: 0.25em;
}
#contentsWrapper #newsBlock .newsList li .newsDate {
	position: relative;
	display: inline-block;
	padding-right: 2em;
}
#contentsWrapper #newsBlock .newsList li .newsDate::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 1em;
	width: 1px;
	height: 1em;
	background-color: #fff;
	transform: translateY(-50%);
}
@media screen and (max-width: 800px) {
	#contentsWrapper #newsBlock .newsList li .newsDate {
		display: block;
		padding-right: 1em;
	}
	#contentsWrapper #newsBlock .newsList li .newsDate::after {
		display: none;
	}
}

#contentsWrapper #newsBlock.boxWrapper > .boxWrapperContents {
	padding: 0 1.5em;
}
#contentsWrapper #newsBlock.boxWrapper > .boxWrapperContents > li {
	border-bottom: 1px dotted #fff;
}
#contentsWrapper #newsBlock.boxWrapper > .boxWrapperContents > li:first-child {
	border-top: 1px dotted #fff;
}
#contentsWrapper #newsBlock.boxWrapper > .boxWrapperContents > li > a,
#contentsWrapper #newsBlock.boxWrapper > .boxWrapperContents > li > span {
	display: block;
	padding: 0.5em 0.25em;
}
#contentsWrapper #newsBlock.boxWrapper > .boxWrapperContents > li > a > span,
#contentsWrapper #newsBlock.boxWrapper > .boxWrapperContents > li > a > span + span,
#contentsWrapper #newsBlock.boxWrapper > .boxWrapperContents > li > span > span,
#contentsWrapper #newsBlock.boxWrapper > .boxWrapperContents > li > span > span + span {
	display: inline-block;
}
#contentsWrapper #newsBlock.boxWrapper > .boxWrapperContents > li > a > span + span,
#contentsWrapper #newsBlock.boxWrapper > .boxWrapperContents > li > span > span + span {
	position: relative;
	padding-left: 2em;
}
#contentsWrapper #newsBlock.boxWrapper > .boxWrapperContents > li > a > span + span::before,
#contentsWrapper #newsBlock.boxWrapper > .boxWrapperContents > li > span > span + span::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 1em;
	width: 1px;
	height: 1em;
	background-color: #fff;
	transform: translateY(-50%);
}
@media screen and (max-width: 800px) {
	#contentsWrapper #newsBlock.boxWrapper > .boxWrapperContents > li > a > span,
	#contentsWrapper #newsBlock.boxWrapper > .boxWrapperContents > li > a > span + span,
	#contentsWrapper #newsBlock.boxWrapper > .boxWrapperContents > li > span > span,
	#contentsWrapper #newsBlock.boxWrapper > .boxWrapperContents > li > span > span + span {
		display: block;
	}
	#contentsWrapper #newsBlock.boxWrapper > .boxWrapperContents > li > a > span + span,
	#contentsWrapper #newsBlock.boxWrapper > .boxWrapperContents > li > span > span + span {
		padding-left: 1em;
		line-height: 160%;
	}
	#contentsWrapper #newsBlock.boxWrapper > .boxWrapperContents > li > a > span + span::before,
	#contentsWrapper #newsBlock.boxWrapper > .boxWrapperContents > li > span > span + span::before {
		display: none;
	}
}
/*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%;
}