.newsContents .contentInner {
	width: 100%;
}
#contentsHeader {
	display: none;
}
.innerWrap{
	width: 93%;
	margin: auto;
}
.productArea{
	background: #f7f6d4;
	padding: 16px 0 37px;
}
.productArea .innerWrap>div:first-child{
	margin: 0 0 25px;
}
.productArea .innerWrap>div:first-child p{
	font-size: 13px;
	letter-spacing: 0.05em;
	line-height: 1.79;
	font-weight: bold;
}
.titleLine{
	border-bottom: 4px dotted #f44b00;
	text-align: center;
	display: block;
	width: 88%;
	margin: auto auto 20px;
}
.titleLine h1{
	color: #f44b00;
	font-weight: bold;
	font-size: 23px;
	letter-spacing: 0.05em;
	line-height: 1.3;
	margin-bottom: 9px;
}
.titleLine h1 span{
	font-weight: bold;
	font-size: 23px;
}
.titleLine.type02{
	border-bottom: 1px solid #4c2900;
	width: 100%;
	margin: auto auto 10px;
}
.titleLine.type02 h2{
	color:#4c2900;
	font-size: 20px;
	letter-spacing: 0.05em;
	line-height: 1.2;
	font-weight: bold;
	background-color: transparent;
	margin: 0 0 6px;
	padding: 0;
	text-align: center;
}
.titleLine.type03{
	border-bottom: 4px dotted #4c2900;
	text-align: center;
	width: 89%;
	margin: auto auto 37px;
}
.titleLine.type03 h1{
	font-size: 23px;
	color: #4c2900;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.3;
}
.titleLine.type03 h1 span{
	font-weight: bold;
	font-size: 23px;
}
.productArea .img{
	margin-bottom: 20px;
}
.contentInner p{
	font-size: 13px;
	letter-spacing: 0.05em;
	line-height: 1.76;
	color: #000;
}
.recipeArea{
	background: url(/news/topics/img/2021/20210824/bg_sp.png) center/contain;
	padding: 30px 0 36px;
}
.recipe{
	background: #fff;
	border-radius: 10px;
	margin-bottom: 39px;
}
.recipe:last-child{
	margin-bottom: 0;
}
.recipe .recipeInner{
	width: 90%;
	margin:auto;
	padding: 27px 0 20px;
	box-sizing: border-box;
}
.titleLine.type04{
	border-bottom: 1px solid #705433;
	width: 100%;
	margin: auto auto 5px;
}
.titleLine.type04 h3{
	font-weight: bold;
	font-size: 17px;
	color: #f44b00;
	letter-spacing: 0.05em;
	line-height: 1.5;
	border-left: none;
	margin: 0 0 10px;
	padding: 0;
}
.recipe .recipeInner .img{
	margin-bottom: 20px;
	min-height: 30px;
}
.recipeText{
	min-height: 30px;
}
.productBox{
	background: #f7f6d4;
	margin: 15px 0 20px;
}
.flexBox{
	display: flex;
	flex-direction: column;
}
.productBox>.flexBox{
	flex-direction: row;
	padding: 6px 12px 13px;
}
.productBox>.flexBox .use{
	position: relative;
	padding-left: 9px;
	font-size: 8px;
	letter-spacing: 0.05em;
	line-height: 1.7;
	margin-left: 2px;
}
.productBox>.flexBox .productName{
	color: #4c2900;
	font-weight: bold;
	letter-spacing: 0.03em;
}
.productBox>.flexBox .img{
	max-width: 83px;
	width: 100%;
	margin-right: 15px;
	margin-bottom:0;
}
.productBox>.flexBox .text{
	width: 60%;
}
.productBox>.flexBox .use:before{
	content:"";
	position: absolute;
	border-radius: 50px;
	width: 5px;
	height: 5px;
	top:0;
	bottom:0;
	margin:auto;
	left: 0;
	background: #6eba3a;
}
.detailWrap .accordion .accordionTrigger{
	background: #f44b00;
	text-align: center;
	display: block;
	color:#fff;
	font-size: 12px;
	letter-spacing: 0.03em;
	line-height: 1.7;
	position: relative;
	font-weight: bold;
	padding: 8px;
	cursor: pointer;
}
.detailWrap .accordion .accordionTrigger:before{
	content:"";
	position: absolute;
	background: url("/news/topics/img/2021/20210824/arrow_icon.png") no-repeat center/contain;
	width: 12px;
	height: 12px;
	top:0;
	bottom:0;
	margin:auto;
	right: 33%;
}
.recipeLabel{
	margin-bottom: 0;
	padding: 39px 0 0;
}
.recipeitem{
	margin-bottom: 11px;
}
.recipeLabel ul{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 4px;
}
.recipeLabel li{
	width: 47%;
	max-width: 100%;
	margin: 0 14px 11px 0;
	padding: 4px 7px 4px 5px;
	border-radius: 2px;
	box-sizing: border-box;
}
.recipeLabel li:last-child{
	margin: 0;
}
.recipeLabel li.sp_mb_0{
	margin-bottom:0;
}
.recipeLabel li.time{
	background: #fdeab4;
}
.recipeLabel li.kcal{
	background: #ffe1e1;
}
.recipeLabel li.salt{
	background: #e6e6e6;
}
.recipeLabel li.sugar{
	background: #ebeeff;
}
.recipeLabel li.dietary_fiber{
	background: #d1f0d1;
}
.recipeLabel li dl{
	display: flex;
	justify-content: space-between;
	position: relative;
	padding-left: 21px;
}
.recipeLabel li:nth-child(2n){
	margin-right: 0;
}
.recipeLabel .recipeitem dl:before{
	content:"";
	position: absolute;
	width: 11px;
	height: 13px;
	left: 0px;
	margin:auto;
	top: 0;
	bottom: 0;
	background: url('/news/topics/img/2021/20210824/icon_time.png') no-repeat center/contain;
}
.recipeLabel li.kcal dl:before{
	width: 8px;
	height: 19px;
	left: 4px;
	top: 0;
	background-image: url('/news/topics/img/2021/20210824/icon_kcal.png');
}
.recipeLabel li.salt dl:before{
	width: 21px;
	height: 12px;
	top: 3px;
	background-image: url('/news/topics/img/2021/20210824/icon_salt.png');
}
.recipeLabel li.sugar dl:before{
	width: 10px;
	height: 11px;
	left: 2px;
	background-image: url('/news/topics/img/2021/20210824/icon_sugar.png');
}
.recipeLabel li.dietary_fiber dl:before{
	width: 10px;
	height: 11px;
	left: 2px;
	background-image: url('/news/topics/img/2021/20210824/icon_dietary_fiber.png');
}
.recipeLabel li.kcal dl{
	padding-left: 23px;
}
.recipeLabel li dt,
.recipeLabel li dd{
	font-size: 11px;
	letter-spacing: 0.05em;
	line-height: 1.9;
}
.recipeLabel li.time dt,
.recipeLabel li.time dd{
	color: #d0890e;
}
.recipeLabel li.kcal dt,
.recipeLabel li.kcal dd{
	color: #bd1515;
}
.recipeLabel li.salt dt,
.recipeLabel li.salt dd{
	color: #6c6c6c;
}
.recipeLabel li.sugar dt,
.recipeLabel li.sugar dd{
	color: #6d7395;
}
.recipeLabel li.dietary_fiber dt,
.recipeLabel li.dietary_fiber dd{
	color: #009944;
}
.contentsTemplate .textSmall{
	font-size: 8px;
	letter-spacing: 0.05em;
	line-height: 1.5;
	color: #000;
}
.material .recipeItem,
.making .recipeItem{
	font-weight: bold;
	font-size: 17px;
	letter-spacing: 0.05em;
	line-height: 1.2;
	color: #4c2900;
	border-left: 3px solid #6eba3a;
	padding-left: 5px;
}
.material .flexBox{
	margin: 15px 0;
}
.material dl dt span{
	display: block;
	padding-bottom: 9px;
	font-size: 11px;
	font-weight: 500;
}
.Ingredients{
	margin-bottom: 18px;
}
.Ingredients dl,
.seasoning dl{
	display: flex;
	justify-content: space-between;
	border-bottom: 1px dotted #d0d0d0;
	align-items: flex-end;
	padding-bottom: 5px;
	margin-bottom: 4px;
}
.Ingredients dl.borderNone,
.seasoning dl.borderNone{
	border-bottom: none;
}
.Ingredients dl:first-child,
.seasoning dl:first-child{
	display: flex;
	border-bottom: 1px solid #d0d0d0;
	padding-bottom: 3px;
	margin-bottom: 9px;
}
.Ingredients dl:first-child dt,
.Ingredients dl:first-child dd,
.seasoning dl:first-child dt,
.seasoning dl:first-child dd{
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1.3;
}
.Ingredients dl dt,
.Ingredients dl dd,
.seasoning dl dt,
.seasoning dl dd{
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 1.3;
}
.Ingredients dl dt a{
	color:#e60019;
}
.making .recipeItem{
	margin-bottom: 13px;
}
.making dl {
	display: flex;
	border-bottom: 1px dotted #d0d0d0;
	margin: 0 0 3px;
	padding-bottom: 8px;
}
.making dl.mode_pc{
	display: none;
}
.making dt,
.making dd {
	font-size: 14px;
	letter-spacing: 0.05em;
	color: #000;
	line-height: 1.7;
}
.making dt{
	width: 5%;
	margin-right: 5px;
}
.making dd{
	width: 92%;
}
.making .preparation {
	line-height: 1.7;
	padding-bottom: 6px;
	margin-bottom: 3px;
	border-bottom: 1px dotted rgb(208, 208, 208);
	font-size: 14px;
}
.advice {
	border: 4px solid #ffcccc;
	padding: 21px 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 20px auto 0;
}
.advice .adviceTitle{
	text-align: center;
	border-left: 0;
	vertical-align: middle;
	padding: 2px 0;
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 0px;
	color: #b41e32;
}
.advice .adviceTitle:before {
	content: "";
	background: url("/recipe/img/detail/icon_point01.png") no-repeat center/contain;
	vertical-align: middle;
	width: 8px;
	height: 18px;
	display: inline-block;
	margin-right: 10px;
}
.advice .flexBox > div{
	min-height: 30px;
}
.advice .adviceTitle:after {
	content: "";
	background: url("/recipe/img/detail/icon_point02.png") no-repeat center/contain;
	vertical-align: middle;
	width: 8px;
	height: 18px;
	display: inline-block;
	margin-left: 10px;
}
.recipe .advice .img{
	width: 50%;
	text-align: center;
	margin: 10px auto 0;
}
.advice .advice_text p {
	line-height: 2.0;
	font-size: 14px;
	font-size: 1.4rem;
	padding-left: 1rem;
	text-indent: -1rem;
}
.advice .advice_text p span{
	font-size: 14px;
	font-size: 1.4rem;
}
.bannerArea{
	background: #90c31f;
	padding: 35px 0 25px;
}
.bannerArea .img{
	margin: auto auto 10px;
	width: 91%;
}
.bannerArea .img a{
   display:block;
}
.bannerArea p{
	display: block;
	width: 91%;
	margin: auto;
	font-size: 14px;
}
.bannerArea p span{
	font-size: 14px;
}
.productKind{
	background: #f7f6d4;
	padding: 32px 0;
}
.productList h2{
	font-size: 21px;
	font-weight: bold;
	letter-spacing: 0.05rem;
	color: #4c2900;
	background-color: transparent;
	padding: 0;
	text-align: center;
	margin: 0 0 15px 0;
}
.productLinkArea{
	margin: 35px 0 0;
}
.productList{
	width: 93%;
	margin: auto auto 60px;
	min-height: 30px;
}
.productList:last-child{
	margin:auto;
}
.productList .img{
	margin: auto auto 13px;
	text-align: center;
}
.productList:nth-child(2) .img{
	width: 93%;
}
.productList:nth-child(3) .img{
	width: 86.5%%;
}
.productList .btn {
	width: 100%;
	max-width: 265px;
	margin: auto;
}
.productList .btn a{
	position: relative;
	color: #fff;
	letter-spacing: 0.03em;
	background: #90c31f;
	display: block;
	text-decoration: none;
	border-radius: 5px;
	padding: 5px;
}
.productList .btn a p{
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
}
.productList .btn a::before{
	content: "";
	position: absolute;
	background: url("/news/topics/img/2021/20210824/arrow_icon_type02.png") no-repeat center/contain;
	width: 12px;
	height: 12px;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 29%;
}
.btn-movie {
	display: block;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	font-size: 0.71429em;
	margin-bottom: 25px;
}
.btn-movie i {
	display: block;
	text-align: center;
}
.btn-movie:hover {
	opacity: 0.8;
}
.btn-gallery {
	display: block;
	margin: 0 auto;
	border: 1px solid #fff;
	text-decoration: none;
	font-size: 0.92857em;
	text-align: center;
	padding: 0 0 0 0;
	position: relative;
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
	color: #fff;
}
#daizu_labo-movie .btn-gallery{
	text-decoration: none;
}
.btn-gallery:after {
	content: "";
	display: inline-block;
	background: url("/news/topics/img/2021/20210824/icon-gallery.png") no-repeat center/17.5px 17.5px;
	width: 17.5px;
	height: 0;
	padding: 17.5px 0 0;
	position: absolute;
	top: 50%;
	right: 10px;
	margin: -8.75px 0 0 0;
}
.btn-gallery:hover {
	color: #e60019;
	border-color: #e60019;
}
.btn-gallery:hover:after {
	background: url("/news/topics/img/2021/202108724/icon-arrow-red.png");
}
.movie-block {
	height: 258px;
	padding: 34px 10px 0;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
	background: url("/news/topics/img/2021/20210824/movie2.jpg") #666666 center/cover;
}
.movie-block .headline {
	font-size: 1.07143em;
	text-align: center;
	margin: 0 0 22px;
	background-color: transparent;
	padding: 0;
	line-height: 1;
}
.movie-block .lead {
	font-size: 0.71429em;
	text-align: center;
	margin-bottom: 10px;
	color: #fff;
	line-height: 1;
}
@media screen and (max-width: 340px) {
	.detailWrap .accordion .accordionTrigger:before{
		right: 30%;
	}
}
@media screen and (min-width: 769px) {
	.mainImage div {
		height: 34.1vw;
		background: url(/news/topics/img/2021/20210824/main_pc.jpg) no-repeat center/cover;
		min-height: 398px;
	}
	.innerWrap{
		max-width: 960px;
		width: 100%;
		margin: auto;
	}
	.productArea {
		overflow: hidden;
		padding: 40px 0 88px;
		position: relative;
	}
	.productArea:before {
		content: "";
		position: absolute;
		background: url(/news/topics/img/2021/20210824/bg_refe.png) no-repeat center/cover;
		width: 100%;
		height: 938px;
		margin: auto;
		top: -50px;
		left: 0;
		right: 0;
	}
	.productArea .innerWrap>div:first-child{
		text-align: center;
		margin: 0 0 54px;
	}
	.productArea .innerWrap>div:first-child p{
		font-size: 19px;
		line-height: 1.73;
	}
	.titleLine {
		width: 100%;
		max-width: 440px;
		border-bottom: none;
		background: url(/news/topics/img/2021/20210824/dotted.png) no-repeat contain/bottom;
		margin: auto auto 50px;
	}
	.titleLine h1{
		font-size: 36px;
		line-height: 1.1;
		display: inline-block;
		margin-bottom: 11px;
	}
	.titleLine h1 span{
		font-size: 36px;
	}
	.titleLine.type02{
		margin: auto auto 16px;
		max-width: 100%;
		background: none;
	}
	.titleLine.type02 h2{
		font-size: 30px;
		line-height: 1.33;
		margin: 0 0 10px;
	}
	.titleLine.type03{
		max-width: 598px;
		background: url(/news/topics/img/2021/20210824/dotted02.png) no-repeat bottom/520px ;
		border-bottom: none;
		margin: auto auto 57px;
	}
	.titleLine.type03 h1{
		font-size: 36px;
		line-height: 1.52;
	}
	.titleLine.type03 h1 span{
		font-size: 36px;
	}
	.titleLine.type04{
		margin: auto auto 12px;
		max-width: 100%;
		background: none;
	}
	.titleLine.type04 h3{
		font-size: 26px;
	}
	.contentInner p{
		font-size: 16px;
		line-height: 1.875;
	}
	.flexBox{
		flex-direction: row;
	}
	.productArea .img {
		width: 94%;
		margin: auto auto 26px;
		}
	.productArea  p {
		text-align:center ;
	}
	.productBox{
		margin: 17px 0 17px;
	}
	.productBox>.flexBox{
		padding: 15px 12px 7px;
	}
	.recipe .productBox>.flexBox .img{
		max-width: 143px;
		width: 100%;
		margin-right: 15px;
		margin-bottom:0;
	}
	.productBox>.flexBox .text{
		width: 67%;
	}
	.productBox>.flexBox .use{
		padding-left: 15px;
		font-size: 16px;
	}
	.productBox>.flexBox .use:before{
		width: 8px;
		height: 8px;
	}
	.productBox>.flexBox .productName{
		font-size: 21px;
	}
	.recipeLabel{
		margin-bottom: 10px;
	}
	.recipeLabel li{
		width: calc(100% /4);
		margin-right: 7px;
		max-width: 180px;
		box-sizing: border-box;
		padding: 4px 10px;
	}
	.recipeArea {
		background: url(/news/topics/img/2021/20210824/bg_pc.jpg);
		padding: 55px 0 71px;
	}
	.recipe .recipeInner{
		width: 100%;
		padding: 38px 0 22px;
		max-width: 930px;
	}
	.recipe .recipeInner>.flexBox{
		margin-bottom: 35px;
	}
	.recipe .recipeInner .img{
		margin-bottom: 0;
		max-width: 410px;
		margin-right: 30px;
	}
	.recipeText{
		width: 490px;
	}
	.detailWrap .accordion .accordionTrigger{
		font-size: 19px;
		padding: 9px;
	}
	.detailWrap .accordion .accordionTrigger:before{
		width: 21px;
		height: 21px;
		right: 41%;
	}
	.recipeitem {
		margin-bottom: 21px;
	}
	.recipeLabel{
		padding: 26px 0 0;
	}
	.recipeLabel ul{
		margin-bottom: 5px;
	}
	.recipeLabel li{
		margin-bottom: 0;
	}
	.recipeLabel li:nth-child(2n){
		margin-right: 7px;
	}
	.recipeLabel li dl{
		padding-left: 30px;
	}
	.recipeLabel .recipeitem dl:before{
		width: 14px;
		height: 16px;
		left: -5px;
	}
	.recipeLabel li.kcal dl:before{
		width: 14px;
		height: 21px;
		left: -2px;
		top: 0px;
	}
	.recipeLabel li.salt dl:before{
		width: 25px;
		height: 16px;
		top: 0px;
		left: -1px;
	}
	.recipeLabel li.sugar dl:before{
		width: 16px;
		height: 16px;
		left: 1px;
	}
	.recipeLabel li.dietary_fiber dl:before {
		width: 15px;
		height: 22px;
		left: 2px;
	}
	.recipeLabel li.kcal dl{
		padding-left: 23px;
	}
	.recipeLabel li dt,
	.recipeLabel li dd{
		font-size: 14px;
	}
	.contentsTemplate .textSmall{
		font-size: 13px;
	}
	.material .flexBox {
		margin: 12px 0;
	}
	.making dl.mode_pc{
		display: flex;
	}
	.making dl.mode_sp{
		display: none;
	}
	.material .recipeItem,
	.making .recipeItem{
		font-size: 21px;
		padding-left: 8px;
		border-left: 5px solid #6eba3a;
	}
	.Ingredients,
	.seasoning{
		width: 48%;
		margin-right: 35px;
	}
	.seasoning{
		margin-right: 0;
	}
	.Ingredients dl:first-child dt,
	.Ingredients dl:first-child dd,
	.seasoning dl:first-child dt,
	.seasoning dl:first-child dd{
		font-size: 18px;
	}
	.Ingredients dl:first-child,
	.seasoning dl:first-child {
		padding-bottom: 8px;
	}
	.Ingredients dl,
	.seasoning dl{
		padding-bottom: 8px;
		margin-bottom: 11px;
	}
	.Ingredients dl dt,
	.Ingredients dl dd,
	.seasoning dl dt,
	.seasoning dl dd {
		font-size: 15px;
	}
	.making .recipeItem{
		margin-bottom: 12px;
	}
	.making dl.mode_pc dt{
		width: 11%;
	}
	.making dl {
		margin: 0 auto 6px;
		width: 99%;
	}
	.making dt {
		width: 3%;
	}
	.making dd {
		width: 90%;
	}
	.making dt, .making dd{
		font-size: 15px;
	}
	.material dl dt span{
		font-size: 15px;
		font-weight: 500;
	}
	.advice{
		padding: 32px 37px 26px;
	}
	.advice .adviceTitle{
		text-align: left;
		font-size: 16px;
		padding-left: 11px;
		margin-bottom: 8px;
	}
	.advice .advice_text p{
		font-size: 16px;
	}
	.advice .advice_text p span{
		font-size: 16px;
	}
	.recipe .advice .img{
		max-width: 250px;
		width: 100%;
	}
	.advice .adviceTitle:before{
		width: 11px;
		height: 29px;
		margin-right: 16px;
	}
	.advice .adviceTitle:after {
		width: 8px;
		height: 29px;
		margin-left: 21px;
	}
	.bannerArea {
		padding: 44px 0 25px;
	}
	.bannerArea .img{
		width: 100%;
	}
	.bannerArea .img img{
		border-radius: 10px;
	}
	.bannerArea p{
		width: 100%;
		font-size: 22px;
	}
	.bannerArea p span{
		font-size: 22px;
	}
	.productKind {
		padding: 62px 0 0;
		position: relative;
	}
	.productKind:before {
		content: "";
		position: absolute;
		background: url(/news/topics/img/2021/20210824/bg_refe02.png) no-repeat center/cover;
		width: 100%;
		height: 938px;
		margin: auto;
		top: 60px;
		left: 0;
		right: 0;
	}
	.productKind .innerWrap{
		max-width: 1130px;
	}
	.productKind .titleLine{
		max-width: 573px;
		background: url(/news/topics/img/2021/20210824/dotted03.png) no-repeat bottom/563px;
	}
	.productKind .titleLine h1{
		line-height: 1.3;
	}
	.productKind .flexBox{
		flex-wrap: wrap;
	}
	.productList{
		width: 48%;
		max-width: 550px;
		margin-right: 30px;
		margin-bottom:71px;
		z-index: 1;
	}
	.productList:nth-child(even){
		margin-right: 0;
	}
	.productList:last-child{
		margin: 41px auto 71px;
	}
	.productList .img{
		margin: auto auto 33px;
		text-align: center;
	}
	.productList:nth-child(2) .img{
		width: 100%;
	}
	.productList h2{
		font-size: 30px;
		margin: 0 0 25px 0;
	}
	.productList .btn {
		width: 100%;
		max-width: 450px;
		margin: auto;
	}
	.productList .btn a{
		padding: 7px;
	}
	.productList .btn a::before{
		width: 21px;
		height: 21px;
		right: 29%;
	}
	.productList .btn a p{
		font-size: 19px;
	}
	.btn-movie {
		display: block;
		color: #FFF;
		text-decoration: none;
		text-align: center;
		font-size: 1em;
		margin-bottom: 58px;
	}
	.btn-movie i {
		display: block;
		text-align: center;
	}
	.btn-movie i img {
		display: none;
	}
	.btn-movie i:before {
		content: "";
		display: inline-block;
		background: url("/news/topics/img/2021/20210824/icon-play.png") no-repeat center/75px 100px;
		width: 75px;
		height: 0;
		padding: 100px 0 0;
	}
	.btn-movie i2 img {
		display: none;
	}
	.btn-movie i2:before {
		content: "";
		display: inline-block;
		background: url("/news/topics/img/2021/20210824/icon-play2_pc.png") no-repeat center/75px 100px;
		width: 75px;
		height: 0;
		padding: 100px 0 0;
	}
	.btn-gallery {
		width: 260px;
		display: block;
		border: 1px solid #fff;
		text-decoration: none;
		font-size: 1.14286em;
		text-align: center;
		padding: 0 0 0 0;
		position: relative;
		height: 52px;
		line-height: 50px;
		box-sizing: border-box;
		color: #fff;
	}
	.btn-gallery:after {
		content: "";
		display: inline-block;
		background: url("/news/topics/img/2021/20210824/icon-gallery_pc.png") no-repeat center/21px 21px;
		width: 21px;
		height: 0;
		padding: 21px 0 0;
		position: absolute;
		top: 50%;
		right: 10px;
		margin: -10.5px 0 0 0;
	}
	.btn-gallery:hover:after {
		background: url("/news/topics/img/2021/20210824/icon-arrow-red_pc.png");
	}
	.movie-block {
		height: 465px;
		padding: 56px 10px 25px;
		color: #fff;
		text-align: center;
		background: url(/news/topics/img/2021/20210824/movie2.jpg) #48433f center/auto 465px no-repeat;
	}
	.movie-block .headline {
		font-size: 1.71429em;
		margin: 0 0 62px;
	}
	.movie-block .lead {
		font-size: 1.42857em;
		margin-bottom: 32px;
	}
}
@media all and (-ms-high-contrast: none) {
	.productKind .titleLine {
		max-width: 610px;
	}
	.titleLine.type03{
		max-width: 660px;
	}
	.titleLine {
		max-width: 460px;
	}
}
/*--------------------
youtubeArea
---------------------*/
.youtubeArea{
	max-width: 760px;
	margin: auto auto 20px;
}
.youtube{
	position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.youtube iframe{
	position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
@media screen and (min-width: 769px) {
	.youtubeArea{
		margin: auto auto 35px;
	}
}
