/* CSS Document */
body.fs-body-category-makai .fs-l-main {
	width: 100% !important;
	max-width: 100% !important;
}
body.fs-body-category-makai .fs-l-pageMain {
	width: 100% !important;
	max-width: 100% !important;
}

body.fs-body-category-makai .fs-l-header{
	display: none;
}

  body.fs-body-category-makai #side_content {
        display: none;
    }


    body.fs-body-category-makai .fs-c-heading--page {
         display: none;
    }


body.fs-body-category-makai .fs-c-breadcrumb{
	display: none;
}

body.fs-body-category-makai .fs-c-subgroup{
	display: none;
}


body.fs-body-category-makai .fs-c-productList{
	width: 1100px;
	margin: 0 auto;
}


#bland-makai h2, #bland-makai h3, #bland-makai h4 {
	font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif !important;
	font-weight: 600;
}
#bland-makai a {
	text-decoration: none;
}
#bland-makai {
	min-width: 1000px;
	background: url("https://www.hizennya.com/bland/makai/images/bg.jpg");
	padding: 0 0 200px;
}
#bland-makai .fv {
	width: 100%;
	/*max-width: 1360px;*/
	margin: 0 auto;
	height: 60vw;
	background: url("https://www.hizennya.com/bland/makai/images/main-pc.png") no-repeat;
	background-size: 100%;
}
#bland-makai .fv-inner {
	width: 80%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	position: relative;
}
#bland-makai .fv-inner ul {
	position: absolute;
	right: 0;
	top: 65px;
}
#bland-makai .fv-inner ul li {
	border-bottom: 1px solid #fff;
}
#bland-makai .fv-inner ul li a {
	display: block;
	color: #fff;
	font-size: 18px;
	padding: 15px 5px 5px;
}
#about-makai {
	text-align: center;
	padding: 75px 0 0;
	position: relative;
	z-index: 1;
}
/* 左背景 */
#about-makai::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 380px;
	height: 1300px;
	background: url("https://www.hizennya.com/bland/makai/images/bg-r.png") no-repeat left top;
	background-size: contain;
	z-index: -1;
}
/* 右背景 */
#about-makai::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 260px;
	height: 470px;
	background: url("https://www.hizennya.com/bland/makai/images/bg-l.png") no-repeat right top;
	background-size: contain;
	z-index: -1;
}
#about-makai h2 {
	font-size: 80px;
	text-align: center;
	margin: 0 0 90px;
	font-weight: 600;
}
#about-makai h2 span {
	display: block;
	font-size: 20px;
	text-align: center;
	padding: 20px 0 0;
	font-weight: 600;
}
#about-makai p {
	display: block;
	font-size: 50px;
	text-align: center;
	font-weight: 600;
	font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif !important;
}
#about-makai p span {
	display: block;
	font-size: 50px;
	color: #CC3333;
	text-align: center;
	font-weight: 600;
	font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif !important;
}
#chart {
	padding: 120px 0 0;
}
#chart h2 {
	font-weight: 600;
	font-size: 50px;
	text-align: center;
	margin: 0 0 30px;
}
#chart p {
	font-weight: 600;
	font-size: 20px;
	text-align: center;
	margin: 0 0 30px;
}
#chart .main-chart {
	text-align: center;
	margin: 0 0 30px;
	position: relative;
}
#chart .main-chart img {
	margin-left: -200px;
}
#chart .bnr {
	text-align: center;
	margin: 60px 0 ;
}
#chart .item-chart {
	width: 1000px;
	margin: 0 auto;
	background: #fff;
	padding: 50px 20px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
	position: relative;
	z-index: 1;
}
#chart .chart-inner {
	position: relative;
	z-index: 1;
}
/* 左背景 */
#chart .chart-inner::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 380px;
	height: 1300px;
	background: url("https://www.hizennya.com/bland/makai/images/bg-r.png") no-repeat left top;
	background-size: contain;
	z-index: -1;
}
/* 右背景 */
#chart .chart-inner::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 260px;
	height: 470px;
	background: url("https://www.hizennya.com/bland/makai/images/bg-l.png") no-repeat right top;
	background-size: contain;
	z-index: -1;
}
#chart .item-chart ul li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 100px;
}
#chart .item-chart ul li .img {
	width: 450px;
}

#chart .item-chart ul li .img .ico{
	display: flex;
	align-items: center;
	gap:10px;
}
#chart .item-chart ul li .txt {
	width: 470px;
}
#chart .item-chart ul li .txt h3 {
	font-size: 34px;
	margin: 0 0 20px;
}
#chart .item-chart ul li .txt h4 {
	font-size: 24px;
	margin: 0 0 20px;
}
#chart .item-chart ul li .txt p {
	font-size: 16px;
	font-weight: 400;
	text-align: left;
}
#chart .item-chart .to-cart {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap:20px;
	width: 100%;
	margin: 40px 0 0;
}
#chart .item-chart .to-cart .btn {
	width: 300px;
	text-align: center;
	
}
#chart .item-chart .to-cart .btn a {
	display: block;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #000;
	font-size: 18px;
	padding: 10px;
	flex-direction: column;

}

#chart .item-chart .to-cart .btn a span{
	display: block;
	font-size: 16px;
	

}

#media {
	padding: 120px 0 0;
	text-align: center;
}
#media h2 {
	font-size: 50px;
	text-align: center;
	margin: 0 0 50px;
}

#media ul {
	display: flex;
	flex-wrap: wrap;
	gap:80px;
	width: 1000px;
	margin: 0 auto;
}

#media ul li{
	width: 430px;
}

#media ul li iframe{
	width: 430px;
	height: 300px;
	object-fit: contain;
}

#media ul li p{
	text-align: center;
	font-size: 14px;
	
}





#point {
	
	margin: 0 auto;
	padding: 120px 0 0;
	text-align: center;
}
#point h2 {
	text-align: center;
	margin: 0 0 120px;
}


#point .img {
	min-width: 1000px;
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
	
}

#point .img img{
	width: 100%;
	
}

#lineup {
	padding: 120px 0 0;
}
#lineup h2 {
	font-size: 80px;
	text-align: center;
	margin: 0 0 90px;
	font-weight: 600;
}
#lineup h2 span {
	display: block;
	font-size: 20px;
	text-align: center;
	padding: 20px 0 0;
	font-weight: 600;
}
#lineup .lineup-inner {
	width: 1000px;
	margin: 0 auto 100px;
}
#lineup .lineup-inner h3 {
	font-size: 50px;
	text-align: center;
	margin: 0 0 15px;
	font-weight: 600;
}
#lineup .lineup-inner h4 {
	font-size: 36px;
	text-align: center;
	margin: 0 0 40px;
	font-weight: 600;
}
#lineup .lineup-inner ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 45px
}
#lineup .lineup-inner ul li {
	width: 430px;
}
#lineup .lineup-inner ul li .img {
	margin: 0 0 40px;
}
#lineup .lineup-inner ul li .img img{
	width: 430px;
}


#lineup .lineup-inner ul li .lead {
	color: #CC3333;
	text-align: center;
	font-size: 20px;
	margin: 0 0 10px;
	
}
#lineup .lineup-inner ul li .itemname {
	text-align: center;
	font-size: 26px;
	margin: 0 0 10px;
	min-height: 3.5em;
}
#lineup .lineup-inner ul li .btn {
	border: 2px solid #223963;
	text-align: center;
	font-size: 18px;
	background: #fff;
	padding: 10px;
	border-radius: 999px;
	margin: 0 0 40px;
}





#lineup .lineup-inner.long-seller ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 45px
}
#lineup .lineup-inner.long-seller ul li {
	width: 300px;
}

#lineup .lineup-inner.long-seller ul li .img img{
	width: 300px;
}









#etc {
	width: 1000px;
	margin: 0 auto;
}
#etc ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px;
}
#etc ul li {
	width: 48%;
}
#etc ul li:last-child {
	width: 100%;
}


#etc ul li img{
	width: 100%;
}




/* ==========================================
   魔界への誘い 専用モーション
  
========================================== */

#bland-makai > div {
	opacity: 1 !important;
	transform: none !important;
	filter: none !important;
}

/* モーション対象 */
#bland-makai .js-motion {
	opacity: 0;
	transform: translateY(24px);
	filter: blur(2px);
	transition:
		opacity 0.65s ease,
		transform 0.65s cubic-bezier(0.22, 1, 0.36, 1),
		filter 0.65s ease;
	will-change: opacity, transform, filter;
}

#bland-makai .js-motion.is-show {
	opacity: 1;
	transform: translateY(0);
	filter: blur(0);
}

/* FVは対象外 */
#bland-makai .fv .js-motion {
	opacity: 1 !important;
	transform: none !important;
	filter: none !important;
}

@media (prefers-reduced-motion: reduce) {
	#bland-makai .js-motion {
		opacity: 1 !important;
		transform: none !important;
		filter: none !important;
		transition: none !important;
	}
}
