@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&subset=japanese");
@import url('https://fonts.googleapis.com/css2?family=Sniglet:wght@400;800&display=swap');

html {
	font-size: 62.5%;
	height: 100%;
}
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: auto;
}
#contentsWrapper {
	position: relative;
	width: 100%;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 200%;
	color: #874900;
	background-color: #fff;
	background-image: url("../images/bg.jpg");
	background-attachment: fixed;
	background-size: cover;
	box-sizing: border-box;
	overflow: hidden;
	z-index: 10;
}
#contentsWrapper .widthWrapper {
	position: relative;
	width: 78.125%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	overflow: hidden;
}
@media screen and (max-width: 800px) {
	#contentsWrapper .widthWrapper {
		width: 92%;
	}
}
#contentsWrapper .flexBlock {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: row;
	flex-shrink: 0;
	list-style: none;
}
#newReleaseBlock .flexBlock .thumbBlock {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: row;
	flex-shrink: 0;
	list-style: none;
	border-radius: 10px;
}
#newReleaseBlock .flexBlock .thumbBlock {
	flex-direction: column;
	align-items: stretch;
	justify-content: space-between;
}
#newReleaseBlock .flexBlock .thumbBlock span {
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	margin-left: 1em;
	margin-right: 1em;
}
#contentsWrapper .flexColumn {
	flex-direction: column;
}
#contentsWrapper .flexBetween {
	justify-content: space-between;
}
#contentsWrapper .flexAlignCenter {
	align-items: center;
}
#contentsWrapper .flexBlock .flexList3 {
	width: 33.3333%;
}
@media screen and (max-width: 800px) {
	#contentsWrapper .flexBlock .flexList3 {
		width: 50%;
	}
}

#contentsWrapper .alignCenter {
	text-align: center;
}
#contentsWrapper .alignRight {
	text-align: right;
}
#contentsWrapper .alignLeft {
	text-align: left;
}
#contentsWrapper .fontEn {
	font-family: 'Sniglet', cursive;
}
#contentsWrapper .fontBold {
	font-weight: bold;
}
#contentsWrapper .text80 {
	font-size: 80px;
}
#contentsWrapper .text20 {
	font-size: 20px;
}
#contentsWrapper .text15 {
	font-size: 15px;
}
#contentsWrapper .text0 {
	font-size: 0;
}
@media screen and (min-width: 801px) and (max-width: 1500px) {
	#contentsWrapper .text80 {
		font-size: 5vw;
	}
	#contentsWrapper .text20 {
		font-size: 1.333333vw;
	}
	#contentsWrapper .text15 {
		font-size: 1vw;
	}
}
@media screen and (max-width: 800px) {
	#contentsWrapper .text80 {
		font-size: 10vw;
	}
	#contentsWrapper .text20 {
		font-size: 3.8vw;
	}
	#contentsWrapper .text15 {
		font-size: 3vw;
	}
}
#contentsWrapper .lineHeight100 {
	line-height: 1;
}
#contentsWrapper .lineHeight120 {
	line-height: 1.2;
}
#contentsWrapper .lineHeight140 {
	line-height: 1.4;
}
#contentsWrapper .lineHeight160 {
	line-height: 1.6;
}
#contentsWrapper .lineHeight200 {
	line-height: 2;
}
#contentsWrapper .textList > li {
	text-indent: -1em;
	padding-left: 1em;
}
#contentsWrapper .marginTopHalf {
	margin-top: 0.5em!important;
}
#contentsWrapper .marginTop1 {
	margin-top: 1em!important;
}
#contentsWrapper .marginTop2 {
	margin-top: 2em!important;
}
#contentsWrapper .marginTop3 {
	margin-top: 3em!important;
}
#contentsWrapper .marginTop4 {
	margin-top: 4em!important;
}
#contentsWrapper .marginTop5 {
	margin-top: 5em!important;
}
#contentsWrapper .marginBtm1 {
	margin-bottom: 1em!important;
}
#contentsWrapper .paddingTop4 {
	padding-top: 4em;
}
#contentsWrapper .marginTopAuto {
	margin-top: auto!important;
}
#contentsWrapper .marginRightHarf {
	margin-right: 0.5em!important;
}
#contentsWrapper .paddingHorizontal1 {
	padding-left: 1em;
	padding-right: 1em;
	box-sizing: border-box;
}
#contentsWrapper .paddingVertical1 {
	padding-top: 1em;
	padding-bottom: 1em;
}
#contentsWrapper .paddingVertical2 {
	padding-top: 2em;
	padding-bottom: 2em;
}
#contentsWrapper .paddingVertical3 {
	padding-top: 3em;
	padding-bottom: 3em;
}
@media screen and (max-width: 800px) {
	#contentsWrapper .marginTop5 {
		margin-top: 0!important;
	}
}
#contentsWrapper a {
	color: #f95200;
	text-decoration: none!important;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#contentsWrapper a.hover {
	color: #ee3f91;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
#contentsWrapper a.opacity {
	opacity: 1;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-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.15s ease;
	transition: all 0.15s ease;
}
/*デフォルトカラー*/
#contentsWrapper .textBrown {
	color: #874900;
}
/* sns */
#contentsWrapper .snsBlock {
	position: relative;
	width: 100%;
	height: 20px;
	padding-top: 3em;
	padding-bottom: 2em;
	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 {
		padding-top: 2em;
	}
}
#newReleaseBlock .flexBlock li {
	background-color: #cdeeff;
}
/*footer*/
#specialFooter {
	margin: 4em 0 0;
	padding: 0 0 2em;
	background-color: #ffeda3;
}
/*common*/
#contentsWrapper .sectionTitle {
	width: 71.2%;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 800px) {
	#contentsWrapper .sectionTitle {
		width: 100%;
	}
}
#contentsWrapper .sectionTitle:before,
#contentsWrapper .sectionTitle:after{
	content: '';
	display: inline-block;
	width: 0.9em;
	height: 0.9em;
	margin-left: 0.2em;
	margin-right: 0.2em;
	background-repeat: no-repeat;
	background-image: url("../images/titleIcon.png");
	background-size: contain;
	vertical-align: bottom;
}


.catchVisual {
	padding-bottom: 5em;
}
.catchVisual .slider,
.catchVisual .slider li,
.catchVisual > div {
	height: 100vw;
	max-height: 640px;
}
.catchVisual .slider li {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.catchVisual .slider {
	background-color: #fff;
}
.catchVisual > div {
	width: 100%;
}
.catchVisual .slider li {
	position: relative;
	opacity: 0.4;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.catchVisual .slider li.slick-active,
.catchVisual .slider li.slick-current {
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.catchVisual .slider li > a,
.catchVisual > div > a,
.catchVisual .slider li > span,
.catchVisual > div > span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.catchVisual .slick-list {
	z-index: 1;
}
/* Arrows */
.catchVisual [type='reset'], [type='submit'] {
	-webkit-appearance: button;
}
.catchVisual .slick-prev,
.catchVisual .slick-next,
.catchVisual .slick-prev:hover,
.catchVisual .slick-next:hover {
	display: block;
	position: absolute;
	top: 0;
	width: calc((100vw - 640px)/2);
	height: 80vw;
	max-height: 640px;
	padding: 0;
	font-size: 0;
	line-height: 0;
	border: none;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: auto 100%;
	cursor: pointer;
	outline: none;
	z-index: 2;
}

.catchVisual .slick-prev:hover,
.catchVisual .slick-next:hover {
	opacity: 1;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.catchVisual .slick-dots {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
	flex-shrink: 0;
	list-style: none;
	width: 100%;
	height: 90px;
}
.catchVisual .slick-dots li,
.catchVisual .slick-dots li button {
	width: 30px;
	height: 30px;
	background-color: transparent;
}
.catchVisual .slick-dots li + li {
	margin-left: 15px;
}
.catchVisual .slick-dots li button {
	font-size: 0;
    line-height: 0;
    display: block;
    width: 1.4vw!;
    max-width: 18px;
    height: 1.4vw;
    max-height: 18px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    outline: none;
    background-color: #9b9b9b;
    border: none;
    border-radius: 18px;
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.slick-dots li button:hover, .slick-dots li.slick-active button {
    background-color: #ff003c;
}

.catchVisual .slick-dots li button:hover,
.catchVisual .slick-dots li.slick-active button {
	opacity: 1;
}
.catchVisual .slick-dots li button:hover {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
@media screen and (min-width: 801px) and (max-width: 1500px) {
	/* Arrows */
	.catchVisual .slick-prev,
	.catchVisual .slick-next,
	.catchVisual .slick-prev:hover,
	.catchVisual .slick-next:hover {
		width: 7.333333vw;
		height: 40vw;
	}
	.catchVisual .slick-dots {
		height: 6vw;
	}
	.catchVisual .slick-dots li,
	.catchVisual .slick-dots li button {
		width: 2vw;
		height: 2vw;
	}
	.catchVisual .slick-dots li + li {
		margin-left: 1vw;
	}
}
@media screen and (max-width: 800px) {
	.catchVisual .slick-dots {
		height: 11.25vw;
	}
	.catchVisual .slick-dots li,
	.catchVisual .slick-dots li button {
		width: 3.75vw;
		height: 3.75vw;
	}
	.catchVisual .slick-dots li + li {
		margin-left: 1vw;
	}
}


#contentsWrapper .thumbBlock {
	position: relative;
	width: 30.6%;
	margin-left: 4%;
}
#contentsWrapper .thumbBlock:nth-child(3n + 1) {
	margin-left: 0;
}
#contentsWrapper .thumbBlock:nth-child(n + 4) {
	margin-top: 3em;
}
#contentsWrapper .thumbBlock > a.pageUrl {
	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;*/
    background-size: contain;
	box-sizing: border-box;
}
#contentsWrapper .thumbBlock.hover > span.thumb {
	background-size: 104%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#contentsWrapper .thumbBlock > span.thumb {
	background-size: 100%;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
/* itemArrows */
#contentsWrapper .thumbBlock .arrowL { /*#contentsWrapper .thumbBlock a.arrowL {*/
	position: absolute;
	display: inline-block;
	width: 3em;
	height: 3em;
	z-index: 2;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	top: 14.5em;
	opacity: 0.6;
	transition: 0.3s;
}
#contentsWrapper .thumbBlock .arrowR {
	position: absolute;
	display: inline-block;
	width: 3em;
	height: 3em;
	z-index: 2;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	top: 14.5em;
	right: 0em;
	transform: rotate(0.5turn);
	opacity: 0.6;
	transition: 0.3s;
}
#contentsWrapper .thumbBlock .arrowL:hover,
#contentsWrapper .thumbBlock .arrowR:hover {
	opacity: 1;
	transition: 0.6s;
}

@media screen and (max-width: 800px) {
	#contentsWrapper .thumbBlock {
		position: relative;
		width: 48%;
		margin-left: 0;
	}
	#contentsWrapper .thumbBlock:nth-child(3n + 1) {
		margin-left: 0;
	}
	#contentsWrapper .thumbBlock:nth-child(even) {
		margin-left: 4%!important;
	}
	#contentsWrapper .thumbBlock:nth-child(n + 3) {
		margin-top: 2em;
	}
	#contentsWrapper .thumbBlock .arrowL,
	#contentsWrapper .thumbBlock .arrowR  {
		top: 8.5em;
		background-size: 70%;
		opacity: 1;
	}
	#contentsWrapper .thumbBlock a.arrowL,
	#contentsWrapper .thumbBlock a.arrowR  {
		width:2em;
		height:2em;
	}
}

#goBack {
	position: fixed;
	right: 10px;
	bottom: 45px;
	width: 10vw;
	max-width: 100px;
	z-index: 10;
}

@media screen and (max-width: 800px) {
	#goBack {
		bottom: 60px;
		width: 15vw;
	}
}

img.pageTop {
	width: 60%;
	height: auto;
}



/* 以下お気に入りボタン用記述 */

#contentsWrapper .itemFavWrapper {
	display: block;
	width: 80%;
	max-width: 474px;
	margin-left: auto;
	margin-right: auto;
}
#contentsWrapper .itemFavWrapper > div:nth-child(1) {
	width: auto;
	height: auto;
	text-align: center;
}
#contentsWrapper .itemFavWrapper > div:nth-child(1) > a {
	display: block;
	color: #fff;
	width: 100%;
	height: 3em;
	padding: 0;
	line-height: 3em;
	background-color: #fe4700;
	background-image: url("../images/_svg/iconFavOff.svg");
	background-position: left 1em center;
	background-repeat: no-repeat;
	background-size: auto 2em;
	border: 1px solid #fff;
	border-radius: 3em;
}
#contentsWrapper .itemFavWrapper > div:nth-child(1) > a.hover,
#contentsWrapper .itemFavWrapper > div:nth-child(1) > a.favResult {
	background-image: url("../images/_svg/iconFavOn.svg");
}
#contentsWrapper .itemFavWrapper > div:nth-child(1) > a > span {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0 2em 0 4em;
	box-sizing: border-box;
	transform: none;
}

#contentsWrapper .itemFavWrapper > div:nth-child(1) > a.favResult > span:nth-child(1),
#contentsWrapper .itemFavWrapper > div:nth-child(1) > a > span:nth-child(2) {
	display: none!important;
}
#contentsWrapper .itemFavWrapper > div:nth-child(1) > a.favResult > span:nth-child(2) {
	display: block!important;
}
#contentsWrapper .itemFavWrapper > div:nth-child(1) > a.favResult {
	
}



.favList .favIconList:hover,
.favList .favIconList.favResult {
	background-image: url("/candy/images/iconFavOn.svg");
	transition: all 0.15s ease-out;
}


#contentsWrapper .itemFavWrapper a.hover {
	opacity: 1;
	color: #fff;
	background-color: transparent;
	transition: all 0.5s ease;
}

