@charset "UTF-8";
html {
	font-size: 62.5%;
	height: 100%;
}
.newRleaseBlock {
	position: relative;
	width: 100%;
	height: auto;
	color: #000;
	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;
	box-sizing: border-box;
	overflow: hidden;
	z-index: 10;
}
img[width="1"] {
	position: fixed;
	top: 0;
	left: 0;
}
.newRleaseBlock .dispWide {
	display: block;
}
.newRleaseBlock .dispNarrow {
	display: none;
}
@media screen and (max-width: 800px) {
	.newRleaseBlock .dispWide {
		display: none;
	}
	.newRleaseBlock .dispNarrow {
		display: block;
	}
}
.newRleaseBlock .cover {
	width: 100%;
	height: auto;
}
.newRleaseBlock .flexBlock,
.newRleaseBlock .flexBlock .thumbBlock {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: row;
	flex-shrink: 0;
	list-style: none;
}
.newRleaseBlock .flexBlock {
	width: 100%;
	margin-left: 0!important;
	margin-right: 0!important;
}
.newRleaseBlock .flexBlock .thumbBlock {
	flex-direction: column;
	align-items: stretch;
	justify-content: space-between;
}
.newRleaseBlock .flexBetween {
	justify-content: space-between;
}
.newRleaseBlock .flexAlignCenter {
	align-items: center;
}
.newRleaseBlock .alignCenter {
	text-align: center;
}
.newRleaseBlock .alignRight {
	text-align: right;
}
.newRleaseBlock .alignLeft {
	text-align: left;
}
.newRleaseBlock a {
	color: #fe4700;
	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;
}
.newRleaseBlock a.hover {
	color: #fff;
	background-color: #710213;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.newRleaseBlock a.opacity {
	opacity: 1;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
.newRleaseBlock a.opacity.hover {
	opacity: 0.75;
	background-color: transparent;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.newRleaseBlock .textBold {
	font-weight: bold;
}
.newRleaseBlock .textBlack {
	color: #000;
}
.newRleaseBlock .textGray {
	color: #999;
}
.newRleaseBlock .textWhite,
.newRleaseBlock a .textWhite {
	color: #fff;
}
.newRleaseBlock .textGold {
	color: #a09943;
}
.newRleaseBlock .textYellow {
	color: #ffe100;
}
.newRleaseBlock .textRed {
	color: #f00;
}
a.deactive {
	pointer-events: none;
}
.newRleaseBlock .text20 {
	font-size: 20px;
}
.newRleaseBlock .text16 {
	font-size: 16px;
}
.newRleaseBlock .text12 {
	font-size: 12px;
}
.newRleaseBlock .text0 {
	font-size: 0;
}
@media screen and (min-width: 801px) and (max-width: 1280px) {
	.newRleaseBlock .text20 {
		font-size: 1.5625vw;
	}
	.newRleaseBlock .text16 {
		font-size: 1.25vw;
	}
	.newRleaseBlock .text12 {
		font-size: 0.9375vw;
	}
}
@media screen and (max-width: 800px) {
	.newRleaseBlock .text20 {
		font-size: 3.5vw;
	}
	.newRleaseBlock .text16 {
		font-size: 3vw;
	}
	.newRleaseBlock .text12 {
		font-size: 2.4vw;
	}
}
.newRleaseBlock .lineHeight160 {
	line-height: 160%;
}
.newRleaseBlock .lineHeight200 {
	line-height: 200%;
}
.newRleaseBlock .lineHeight260 {
	line-height: 260%;
}
.newRleaseBlock .marginTopHarf {
	margin-top: 0.5em!important;
}
.newRleaseBlock .marginTop1em {
	margin-top: 1em!important;
}
.newRleaseBlock .marginTop2em {
	margin-top: 2em!important;
}
.newRleaseBlock .marginTop3em {
	margin-top: 3em!important;
}
.newRleaseBlock .marginTop4em {
	margin-top: 4em!important;
}
.newRleaseBlock .marginTopAuto {
	margin-top: auto!important;
}
.newRleaseBlock .marginRightHarf {
	margin-right: 0.5em!important;
}
/*common*/
.newRleaseBlock .thumbBlock {
	position: relative;
	width: 31%;
	margin-left: 3%;
	padding-bottom: 0.25em;
	background-color: #fff;
	border: 6px solid #fe4700;
	box-sizing: border-box;
}
.newRleaseBlock .thumbBlock:nth-child(3n + 1) {
	margin-left: 0;
}
.newRleaseBlock .thumbBlock:nth-child(n + 4) {
	margin-top: 2em;
}
/*
.newRleaseBlock .thumbBlock > a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
*/
.newRleaseBlock .thumbBlock span {
	display: block;
}
.newRleaseBlock .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;
}
/*
.newRleaseBlock .thumbBlock > span.itemName {
	padding: 0.5em 0.5em 0;
}
.newRleaseBlock .thumbBlock > span.itemPrice {
	padding-top: 0.5em;
}
*/
.newRleaseBlock .thumbWrapper + .thumbWrapper {
	margin-top: 2em;
}
@media screen and (max-width: 800px) {
	.newRleaseBlock .thumbBlock {
		position: relative;
		width: 48%;
		margin-left: 0;
		border-width: 0.75vw;
	}
	.newRleaseBlock .thumbBlock:nth-child(3n + 1) {
		margin-left: 0;
	}
	.newRleaseBlock .thumbBlock:nth-child(odd) {
		margin-right: 4%!important;
	}
	.newRleaseBlock .thumbBlock:nth-child(n + 3) {
		margin-top: 1em;
	}
	.newRleaseBlock .thumbWrapper + .thumbWrapper {
		margin-top: 1em;
	}
}
.newRleaseBlock .flexItemListFavWrapper {
	align-items: stretch;
}
.newRleaseBlock .flexItemListFavWrapper .flexItemListFavText {
	display: block;
	width: 75%;
	padding-left: 0.25em;
	box-sizing: border-box;
}
.newRleaseBlock .flexItemListFavWrapper .flexItemListFavText span {
	display: block;
}
.newRleaseBlock .flexItemListFavWrapper .flexItemListFavIcon {
	display: block;
	width: 24%;
	box-sizing: border-box;
}
.newRleaseBlock a .flexItemListFavWrapper .flexItemListFavIcon > span {
	display: block;
	width: 100%;
	height: 0;
	padding-top: 100%;
	background-image: url("../img/iconFavOff.svg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 94% auto;
	box-sizing: border-box;
	transition: all 0.5s ease-out;
}
.newRleaseBlock a:hover .flexItemListFavWrapper .flexItemListFavIcon > span {
	background-image: url("../img/iconFavOn.svg");
	transition: all 0.15s ease-out;
}