@charset 'UTF-8';
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700&display=swap');
/***********
common
************/
.inner{
	max-width: 960px;
	margin: auto;
	width: 90%;
}
.inner02{
	padding: 0 2% 0 3%;
	position: relative;
	z-index: 1;
}
.inner03{
    padding: 0 4% 0 5%;
	position: relative;
	z-index: 1;
}
.fontSerif{
	font-family: 'Noto Serif JP', serif;
}
@media screen and (min-width: 769px) {
	.inner02{
		padding: 0;
	}
	.inner03{
		padding: 0;
	}
}
/***********
mv
************/
@media screen and (min-width: 769px) {
	.mainCont{
		background-image: url(/komoda-daizu/img/bk_mv.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}
	.mv{
		max-width: 618px;
		margin: auto;
		padding: 139px 158px 171px 0;
	}
}
/***********
daizulaboArea
************/
.daizulaboArea .contWrap{
	background-image: url(/komoda-daizu/img/daizulabo_bk_sp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    padding: 54px 0 53px;
}
.daizulaboArea dl{
	position: relative;
    padding: 6px 0 30px;
	margin-bottom: 9px;
}
.daizulaboArea dl:after{
	content: '';
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	width: 88%;
	height: 100%;
	background-image: url('/komoda-daizu/img/daizulabo_title_bk_sp.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
}
.daizulaboArea dt{
	width: 31%;
	margin: auto auto 20px;
}
.daizulaboArea dd p{
	color: #fff;
	text-align: center;
}
.daizulaboArea dd p:first-of-type{
	font-size: 25px;
	font-weight: 600;
	letter-spacing: 0.03em;
	margin-bottom: 18px;
}
.daizulaboArea dd span{
	font-weight: 600;
}
.daizulaboArea dd .name{
	font-size: 36px;
	letter-spacing: 0.06em;
}
.daizulaboArea dd .small{
	font-size: 10px;
	letter-spacing: 0.06em;
}
.daizulaboArea dd p:last-of-type{
	font-weight: 400;
	font-size: 18px;
	letter-spacing: 0.12em;
	line-height: 1.2888;
}
.daizulaboArea .flexBox{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: center;
	row-gap: 60px;
	margin-bottom: 36px;
}
.daizulaboArea li{
	width: 46%;
	box-sizing: border-box;
}
.daizulaboArea li.mark_on{
	position:relative;
}
.daizulaboArea li.mark_on:before{
	position:absolute;
	content:'';
	display:block;
	width:40px;
	height:40px;
	background:url(/komoda-daizu/img/icon-new.png) no-repeat center center / contain;
	left:6px;
	top:-28px;
}
.daizulaboArea li.mark_on.renew:before{
	background-image:url(/komoda-daizu/img/icon-renew.png);
}
.daizulaboArea li:nth-of-type(odd){
	margin-right: 2%;
}
.daizulaboArea li.mark_on a{
	position:relative;
}
.daizulaboArea li .img{
	width: 100%;
	max-width: 131px;
	margin: auto auto 18px;
}
.daizulaboArea li p{
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.14em;
	height: 3em;
	line-height:1.5;
}
@media screen and (max-width: 320px) {
	.daizulaboArea dd .name{
		font-size: 30px;
	}
}
@media screen and (min-width: 500px) {
	.daizulaboArea li:last-of-type .img {
		max-width: 250px;
	}
	.daizulaboArea li .img{
		max-width: 200px;
	}
}
@media screen and (min-width: 769px) {
	.daizulaboArea .contWrap{
		background-image: url(/komoda-daizu/img/daizulabo_bk.jpg);
		padding: 50px 0 122px;
	}
	.daizulaboArea dl{
		display: flex;
		max-width: 981px;
		margin: auto auto 0;
		padding: 100px 0 98px 20px;
	}
	.daizulaboArea dl:after{
		background-image: url(/komoda-daizu/img/daizulabo_title_bk.png);
		width: 100%;
		max-width: 946px;
		left: -21px;
		background-size: 100%;
	}
	.daizulaboArea dt{
		max-width: 248px;
		width: 100%;
		margin: 0 50px 0 0;
	}
	.daizulaboArea dd{
		width: calc(100% - 298px);
	}
	.daizulaboArea dd p{
		text-align: left;
		margin-top: 15px;
	}
	.daizulaboArea dd p:first-of-type{
		font-size: 51px;
		margin-bottom: 15px;
	}
	.daizulaboArea dd .name{
		font-size: 72px;
	}
	.daizulaboArea dd .small{
		font-size: 22px;
	}
	.daizulaboArea dd p:last-of-type{
		font-size: 32px;
		line-height: 1.4718;
	}
	/* .daizulaboArea .flexBox{
		align-items: flex-start;
	} */
	.daizulaboArea .flexBox{
		max-width: 1160px;
		margin: auto;
		justify-content: center;
		column-gap: 40px;
		margin-bottom: 0;
	}
	.daizulaboArea li{
		max-width: 170px;
		/* max-width: 282px; */
		width: 100%;
		position: relative;
		margin-right: 0;
		transition: 0.3s ease;
		padding: 0 7px 0 5px;
		margin-bottom: 0;
	}
	.daizulaboArea li.mark_on:before{
		width:45px;
		height:45px;
		left:-9px;
		top:-34px;
	}
	_::-webkit-full-page-media, _:future, :root .daizulaboArea li{
		transition: none;
	}
	.daizulaboArea li:nth-of-type(odd) {
		margin-right: 0;
	}
	.daizulaboArea li .img{
		max-width: 100%;
		width: 100%;
		margin-bottom: 55px;
		filter: drop-shadow(5px 19px 20px rgba(50, 3, 3, 0.50));
	}
	.daizulaboArea li:hover .img{
		filter:drop-shadow(5px 19px 20px rgba(50, 3, 3, 0.50)) opacity(80%);
	}
	.daizulaboArea li:hover {
		filter:opacity(80%);
	}
	.daizulaboArea li:last-of-type .img{
		max-width: 100%;
		width: 100%;
		margin-bottom: 55px;
	}
	.daizulaboArea li p{
		font-size: 20px;
		white-space:nowrap;
		margin: 0 -1em;
	}
}
/***********
movieArea
************/
.movieArea .contWrap{
	background-image: url(/komoda-daizu/img/movie_bk_sp.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 82px 0 100px;
}
.movieArea h2{
	text-align: center;
	font-size: 22px;
	letter-spacing: 0.3em;
	line-height: 2.4;
	margin-bottom: 28px;
	color: #fff;
}
.movieArea .mvArea .movie_bg{
	background-image: url(/komoda-daizu/img/movie.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
@media screen and (min-width: 769px) {
	.movieArea .contWrap{
		padding: 82px 0 140px;
	}
	.movieArea .contWrap{
		background-image: url(/komoda-daizu/img/movie_bk.jpg);
	}
}
/***********
profile
************/
.profile .contWrap{
	position: relative;
}
.profile .contWrap::before{
	content: '';
	position: absolute;
	right: 0;
	left: 0;
	top: -71px;
	margin: auto;
	width: 100%;
	height: 100%;
	background-image: url('/komoda-daizu/img/name.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position:  top;
}
.story{
	background: #A41D1D;
	color: #fff;
	padding: 30px 6% 35px;
}
.story h2{
	font-size: 30px;
	letter-spacing: 0.1em;
	line-height: 1.53;
	max-width: 462px;
    margin: auto auto 22px;
}
.story p{
	line-height: 1.8;
	font-size: 14px;
	letter-spacing: 0.1em;
	max-width: 370px;
	margin: auto;
}
.profile dl{
	background: #000;
	color: #fff;
    padding: 20px 7% 34px;
}
.profile dt{
	text-align: center;
	display: flex;
	align-items: center;
	max-width: 400px;
	margin: auto auto 12px;
}
.profile dt p:first-of-type{
    font-size: 14px;
    letter-spacing: 0.08em;
    border: 1px solid #fff;
    /* line-height: 3.2; */
	max-width: 78px;
    border-radius: 40px;
    width: 100%;
	padding: 6px 0 8px;
    margin-right: 14px;
}
.profile dt p:last-of-type{
	font-weight: 400;
	font-size: 20px;
	line-height: 2.3;
	letter-spacing: 0.3em;
	margin-right: 3px;
}
.profile dt span{
	font-size: 14px;
	letter-spacing: 0.2em;
	line-height: 3.83;
}
.profile dd p{
	font-size: 12px;
	letter-spacing: 0.08em;
	line-height: 1.66;
	text-align: left;
	max-width: 380px;
	margin: auto;
}
@media screen and (max-width: 320px) {
	.profile dl{
		padding: 36px 6% 29px;
	}
	.story h2{
		font-size: 25px;
	}
	.story p{
		font-size: 12px;
	}
	.profile dt p:first-of-type{
		margin-right: 5px;
	}
	.profile dt p:last-of-type{
		font-size: 18px;
	}
	.profile dt span {
		font-size: 12px;
	}
}
@media screen and (min-width: 769px) {
	.profile{
		position: relative;
	}
	.profile .contWrap{
		background-image: url(/komoda-daizu/img/profile.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center top;
		z-index: 2;
		display: block;
		background-color: #000;
		padding-bottom: 840px;
	}
	.profile .contWrap::before{
		background-position: left;
		width: 900px;
		height: 525px;
		margin: 0;
		top: -152px;
		left: -7px;
		z-index: 2;
	}
	.profile .textArea{
		position: absolute;
		max-width: 700px;
		bottom: 0;
		width: 100%;
		right: 0;
		left: 0;
		margin: auto auto 0 0;
		height: 100%;
	}
	.story{
		padding: 36px 25px 38px 0;
		position: absolute;
		width: 100%;
		right: 0;
		bottom: 223px;
		box-sizing: border-box;
		margin: auto 0 0 auto;
		margin-bottom: 0;
	}
	.story:after{
		content: '';
		position: absolute;
		left: -100%;
		bottom: 0;
		top: 0;
		margin: auto;
		width: 100%;
		height: 100%;
		background-color: #A41D1D;
		display: block;
		z-index: 0;
		overflow: auto;
		box-sizing: border-box;
	}
	.story h2{
		text-align: center;
		max-width: 458px;
		margin-left: auto;
		margin-right: 0;
		font-size: 28px;
		margin-bottom: 24px;
	}
	.story p{
		max-width: 441px;
		margin: 0;
		margin-left: auto;
		letter-spacing: 0.22em;
		line-height: 1.875;
	}
	.profile dl{
		background: transparent;
		padding: 0;
		max-width: 960px;
		position: absolute;
		bottom: 25px;
		right: 80px;
		width: 55%;
	}
	.profile dt{
		display: flex;
		/* align-items: flex-end; */
		margin-bottom: 8px;
	}
	.profile dt p:first-of-type{
		margin-right: 21px;
		max-width: 82px;
		padding: 7px 0px 7px 8px;
		box-sizing: border-box;
	}
	.profile dt p:last-of-type{
		margin-right: 7px;
	}
	.profile dt span{
		line-height: 3.28;
	}
	.profile dd p{
		letter-spacing: 0.1em;
		max-width: 100%;
	}
}
/***********
profile
************/
.cook{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
    padding: 94px 0 57px;
}

.cook01{
	background-image: url('/komoda-daizu/img/cook_bk_color01_sp.jpg');
	padding: 95px 0 46px;
}
.cook02{
	background-image: url('/komoda-daizu/img/cook_bk_color02_sp.jpg');
    padding: 96px 0 29px;
}
.cook03{
	background-image: url('/komoda-daizu/img/cook_bk_color03_sp.jpg');
	padding: 92px 0 36px;
}
.cook04{
	background-image: url('/komoda-daizu/img/cook_bk_color04_sp.jpg');
}
.cook:after{
	content: '';
	position: absolute;
	right: 0;
	left: 0;
	top: 36px;
	margin: auto;
	width: 100%;
	height: 100%;
	background-image: url('/komoda-daizu/img/cook_bk_sp.png');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: top;
}
.cook.cook02:after,
.cook.cook04:after{
	background-image: url('/komoda-daizu/img/cook_bk02_sp.png');
}
.cookName{
	text-align: center;
	color: #fff;
	margin-bottom: 30px;
}
.cookName span{
	font-size: 20px;
	letter-spacing: 0.3em;
	/* line-height: 2.7; */
	font-weight: 400;
	margin-bottom: 8px;
	display: block;
}
.cookName h2{
	font-size: 40px;
	letter-spacing: 0.2em;
	line-height: 1.4;
	font-weight: 600;
}
.recipeImg{
	margin-bottom: 40px;
	position: relative;
	z-index: 1;
}
.mvArea{
	max-width: 500px;
	margin: auto auto 47px;
}
.mvArea .movie_wrap{
	position: relative;
    width: 100%;
    padding-top: 56.25%;
	overflow: hidden;
}
.mvArea .movie_wrap:before{
	content: '';
	position: absolute;
	left: 9px;
	bottom: 8px;
	margin: auto;
	width: 79px;
	height: 79px;
	background-image: url('/komoda-daizu/img/play_btn.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 1;
}
.mvArea .movie_wrap.play_none:before{
	display: none;
}
.mvArea .allsize_wrap::after{
    content: '';
    background: rgb(164 29 29);
    width: 100%;
    display: block;
    height: 100%;
    left: 5px;
    position: absolute;
    bottom: -8px;
    z-index: -1;
}
.mvArea .allsize_wrap{
	max-width: 500px;
    width: 100%;
    margin: auto;
    position: relative;
}
.mvArea .movie_bg{
    top: 0;
    width: 100%;
    height: 100%;
	min-height: 246px;
    min-height: auto;
    background-position: top 0 center;
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	transition: all .3s ease-out;
	background-color: transparent;
}
.mvArea .movie_bg:hover{
	transform: scale(1.2);
}
.mvArea .movie_image{
	background: transparent;
}
.btn{
	max-width: 284px;
	margin: auto auto 32px;
}
.btn p{
	text-align: center;
	font-size: 14px;
	color: #fff;
	line-height: 1.857;
	letter-spacing: 0.1em;
	border: 2px solid #fff;
	border-radius: 30px;
    padding: 12px 0;
	min-width: 100%;
	box-sizing: border-box;
	transition: 0.4s ease;
}
.btn a:hover p{
	background: #296A1F;
	border: 2px solid #296A1F;
}
.cook02 .btn a:hover p{
	background: #512F7C;
	border: 2px solid #512F7C;
}
.cook03 .btn a:hover p{
	background: #8B600D;
	border: 2px solid #8B600D;
}
.cook04 .btn a:hover p{
	background: #a41d1d;
	border: 2px solid #a41d1d;
}
.materialArea p{
	text-align: center;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 1.8;
	width: 96%;
	margin: auto auto 30px;
	display: block;
}
.cook04 .materialArea p{
	margin: auto auto 17px;
}
.material{
	text-align: center;
}
.material > .img{
	position: relative;
	max-width: 153px;
	width: 42%;
    margin: auto auto 20px;
}
.material > .img > a{
	transition: all 0.2s ease-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.material > .img > a:hover{
	filter: opacity(80%);
}
.cook01 .material > .img{
	width: 60%;
	margin-bottom: 17px;
}
/*
.cook04 .material > .img{
	position: relative;
	max-width: 224px;
	width: 60%;
	margin: auto auto 7px;
}
*/
.material .imgArea{
	width: 56%;
	margin: auto;
	max-width: 254px;
}
.cook03 .material .imgArea{
	width: 50%;
}
.mvArea .movie_bg a{
	position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
	background: transparent;
    background-color: transparent;
}
.mvArea iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
	background: transparent;
    background-color: transparent;
}
.material .imgArea .img{
	width: 100%;
	max-width: 177px;
	position: relative;
	margin: auto;
	margin-left: 0;
}
.cook01 .material .imgArea .img{
	width: 100%;
	max-width: 176px;
	margin-left: 0;
}
.cook03 .material .imgArea .img{
	max-width: 150px;
}
.cook04 .material .imgArea .img{
	max-width: 168px;
    /* margin: auto 0px auto 34px; */
	margin: auto;
	margin-left: 0;
}
.material .plus{
    position: relative;
    width: 50px;
    height: 50px;
    display: block;
    margin: auto auto 7px;
}
.cook01 .material .plus{
	margin: auto auto -7px;
}
.material .plus::before,
.material .plus::after {
    content: '';
    display: inline-block;
    position: absolute;
	width: 11px;
	height: 50px;
    background-color: #296A1F;
	right: 0;
	left: 0;
	margin: auto;
}
.material .plus::after {
    transform: rotate(90deg);
}
.cook02 .material .plus::before,
.cook02 .material .plus::after {
	background-color: #512F7C;
}
.cook03 .material .plus::before,
.cook03 .material .plus::after {
	background-color: #8B600D;
}
.cook04 .material .plus::before,
.cook04 .material .plus::after {
	background-color: #A41D1D;
}
.material .img span{
    color: #fff;
    text-align: center;
    width: 100px;
    height: 99px;
    background-image: url(/komoda-daizu/img/speech_bubble.png);
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 16px;
    display: flex;
    letter-spacing: 0.1em;
    position: absolute;
	right: -46%;
    top: -18%;
    align-items: center;
    justify-content: center;
	line-height: 1.3;
}
.cook04 .material .img span{
    font-size: 26px;
	right: -52%;
    top: -8%;
	letter-spacing: 0.2em;
}
.cook02 .material .img span {
    right: -45%;
    top: -26%;
}
.cook03 .material .img span{
    right: -55%;
    top: -27%;
}
@media screen and (max-width: 320px) {
	.cookName h2{
		font-size: 33px;
	}
	.material .img span{
		width: 90px;
		height: 89px;
		right: -35%;
		top: -25%;
	}
	.cook03 .material .img span {
		right: -45%;
	}
	.cook04 .material .img span{
		right: -39%;
		font-size: 22px;
	}
	.cook02 .material .img span {
		right: -41%;
		top: -5%;
	}
}
@media screen and (min-width: 769px) {
	.cook{
		padding: 122px 0 62px;
	}
	.cook01{
		background-image: url('/komoda-daizu/img/cook_bk_color01.jpg');
	}
	.cook02{
		background-image: url('/komoda-daizu/img/cook_bk_color02.jpg');
	}
	.cook03{
		background-image: url('/komoda-daizu/img/cook_bk_color03.jpg');
	}
	.cook04{
		background-image: url('/komoda-daizu/img/cook_bk_color04.jpg');
	}
	.cook02,
	.cook03{
		padding: 96px 0 60px;
	}
	.cook04{
		padding: 96px 0 77px;
	}
	.cook:after{
		background-image: url(/komoda-daizu/img/cook_bk.png);
		max-width: 1195px;
		top: 110px;
		background-position: top right;
	}
	.cook.cook02:after,
	.cook.cook04:after{
		background-image: url(/komoda-daizu/img/cook_bk02.png);
		top: 117px;
	}
	.cookName{
		margin-bottom: 48px;
	}
	.cookName span{
		font-size: 22px;
		margin-bottom: 0;
	}
	.cookName h2{
		font-size: 48px;
	}
	.recipeImg{
		margin-bottom: 0;
	}
	.mvArea{
		max-width: 960px;
		margin: auto auto 66px;
	}
	.mvArea .allsize_wrap{
		max-width: 960px;
		width: 100%;
	}
	.mvArea .movie_wrap{
		max-width: 950px;
		width: 100%;
		margin: auto 0 auto auto;
		padding-top: 55.25%;
	}
	.mvArea .movie_wrap:before{
		width: 140px;
		height: 140px;
		left: 40px;
		bottom: 39px;
	}
	.mvArea .allsize_wrap::after{
		left: 22px;
		bottom: -24px;
		width: 99%;
	}
	.material{
		display: flex;
		justify-content: flex-start;
		align-items: center;
		max-width: 720px;
		margin: 40px auto 54px;
		flex-direction: row-reverse;
		position: relative;
	}
	.cook02 .material,
	.cook04 .material{
		flex-direction: row;
	}
	.cook03 .material{
		margin: 16px auto 41px;
		max-width: 744px;
	}
	.cook04 .material{
		margin: 30px auto 40px;
	}
	.material > .img{
		width: 100%;
		max-width: 300px;
		margin: 0 0 10px 0;
		position: absolute;
		bottom: 0;
	}
	.cook01 .material > .img{
		right: 6px;
		margin-bottom: 13px;
	}
	.cook01 .material .imgArea{
		max-width: 280px;
		width: 280px;
	}
	.cook03 .material .imgArea{
		width: 283px;
	}
	.cook04 .material .imgArea{
		max-width: 280px;
		width: 283px;
	}
	/*
	.cook04 .material > .img{
		max-width: 402px;
		width: 100%;
		margin: auto auto 0;
		position: absolute;
		left: -14%;
	}
	*/
	.material .plus,
	.cook01 .material .plus{
		height: 60px;
		width: 60px;
		margin: 0 auto auto;
		position: absolute;
		right: 0;
		left: 0;
	}
	.cook03 .material .plus{
		margin: 15px auto auto;
	}
	.cook04 .material .plus{
		margin: 11px auto auto;
	}
	.material .plus::before,
	.material .plus::after  {
		height: 60px;
		width: 14px;
	}
	.material .img span{
		width: 91px;
		height: 91px;
		right: -43px;
		top: 2px;
		letter-spacing: 0.01em;
	}
	.material .img span::before{
		content: '';
		position: absolute;
		right: 0;
		left: -2px;
		top: -20px;
		margin: auto;
		width: 96px;
		height: 100%;
		background-image: url(/komoda-daizu/img/speech_bubble_after.svg);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: top;
	}
	.cook01 .material .img span{
		right: -13%;
		top: 0px;
	}
	.cook03 .material .img span{
		right: -52px;
		top: 20px;
	}
	.cook04 .material .img span{
		right: -99px;
		top: 17px;
		font-size: 20px;
	}
	.material .imgArea{
		width: 283px;
		margin: 0 auto 0 0;
		position: relative;
		max-width: 283px;
	}
	.cook02 .material .imgArea{
		width: 270px;
		margin: 0 38px 0 auto;
	}
	.cook04 .material .imgArea{
		width: 301px;
		margin: 0 20px 0 auto;
	}
	.cook02 .material > .img{
		left: -5px;
	}
	.cook03 .material > .img{
		right: 20px;
		margin: 0 0 20px 0;
	}
	.material .imgArea .img{
		width: 100%;
		max-width: 280px;
		margin: 0;
	}
	.cook01 .material .imgArea .img{
		width: 100%;
		margin: 0 0 0 5px;
		max-width: 283px;
	}
	.cook03 .material .imgArea .img{
		width: 100%;
		max-width: 304px;
		margin: 0;
	}
	.cook04 .material .imgArea .img{
		margin: 0;
		width: 100%;
		max-width: 268px;
	}
	.cook02 .material .img span {
		right: -25%;
		top: 7%;
	}
	.btn{
		margin: auto auto 26px;
	}
}
@media screen and (min-width: 1195px) {
	.cook:after{
		right: -21px;
	}
	.cook.cook02:after,
	.cook.cook04:after{
		right: -40px;
	}
}
/***********
articleArea
************/
.articleArea .contWrap{
	background-image: url('/komoda-daizu/img/article_bk_sp.png');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: top;
	padding: 55px 0 43px;
	position: relative;
}
.articleArea .contWrap:after{
	content: '';
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	background: #000;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	z-index: -1;
}
.article {
	width: 77%;
	margin: auto;
	background: #fff;
	padding: 30px 0 32px;
	box-sizing: border-box;
}
.article ul{
	padding: 0 13%;
}
.article ul li:first-of-type{
	margin-bottom: 35px;
}
.article > .img {
	margin-bottom: 20px;
	width: 74%;
	margin: auto 18% 18px;
}
.article .flexBox .img{
	margin-bottom: 13px;
}
.article dt p{
	font-size: 16px;
	line-height: 1.625;
	letter-spacing: 0.02em;
	text-align: center;
	margin-bottom: 3px;
	color: #000;
}
.article dd p{
	font-size: 12px;
	line-height: 1.833;
	letter-spacing: 0.02em;
	display: block;
    width: 90%;
    margin: auto;
	color: #000;
}
@media screen and (max-width: 320px) {
	.article ul{
		padding: 0 10%;
	}
}
@media screen and (min-width: 500px) {
	.article > .img{
		max-width: 290px;
		margin: auto auto 18px;
	}
	.article .flexBox .img{
		max-width: 400px;
		margin: auto auto 13px;
	}
}
@media screen and (min-width: 769px) {
	.articleArea .contWrap{
		background-image: url('/komoda-daizu/img/article_bk.png');
		padding: 161px 0 159px;
	}
	.article{
		max-width: 800px;
		width: 100%;
		padding: 61px 0;
	}
	.article ul{
		padding: 0 100px;
	}
	.article ul li a{
		display: block;
	}
	.article > .img{
		max-width: 250px;
		width: 100%;
		margin: auto auto 55px;
	}
	.article .flexBox{
		display: flex;

	}
	.article .flexBox .img{
		max-width: 260px;
		width: 100%;
		margin: 5px 40px 0 0;
	}
	.article dt p{
		font-size: 18px;
		margin-bottom: 22px;
	}
	.article dd p{
		width: 100%;
		font-size: 14px;
		letter-spacing: 0.01em;
	}
}
