@charset "UTF-8";

/* *******************************************************************************************
* 
*	こまめ40th スペシャルコンテンツ
*
******************************************************************************************* */

html,body{
	width: 100%;
	height: 100%;
}
html{
	overflow: auto;
}
html.fixed{
	overflow: hidden;
}
body.fixed{
	overflow: hidden;
}

/* ----------------------------- 共通 ----------------------------- */

.contents_header_inner{
	padding-bottom: 15px;
}
.contents_header_bread{
	margin-bottom: 0;
}
#cont .pc{ display: block;}
#cont .sp{ display: none;}
#cont .pcInline{ display: inline-block;}
#cont .spInline{ display: none;}
#cont img{
	width: 100%;
	height: auto;
	vertical-align: top;
	border: none;
}
sup{
	position: relative;
	bottom: 0ex;
	height: 0;
	font-size: 100%;
	line-height: 1;
	vertical-align: baseline;
}
@media screen and (max-width: 736px) {
	#cont .pc{ display: none;}
	#cont .sp{ display: block;}
	#cont .pcInline{ display: none;}
	#cont .spInline{ display: inline-block;}
	.contents_header_inner{
		padding-bottom: 0;
	}
}

/* ----------------------------- アニメーション ----------------------------- */

.animated{
	animation-duration: .6s;
	/*animation-fill-mode: both;*/
	animation-fill-mode: forwards;
	animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	transition: all .6s;
}
.section-fadeIn{
	opacity: 0;
}
.anime-fadeIn{
	opacity: 0;
}
.anime-slideIn{
	opacity: 0;
}
.fadeIn{
	animation-name: fadeIn;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
	animation-duration: 2s;
}
@keyframes fadeIn{
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.fadeOut{
	animation-name: fadeOut;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
	animation-duration: 1s;
}
@keyframes fadeOut{
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
.slideIn{
	animation: slideIn .6s ease-in;
	animation-fill-mode: both;
}
@keyframes slideIn{
	from {
		transform: translateY(20px);
		opacity: 0;
	}
	to {
		transform: translateY(0);
		opacity: 1;
	}
}
.anime-topIn,
.anime-topIn-slow{
	transform: translate(0, -100%);
	overflow: hidden;
}
.anime-topIn.active,
.anime-topIn-slow.active{
	transform: translate(0, 0);
}
.anime-topIn .masked,
.anime-topIn-slow .masked{
	transform: translate(0, 100%);
}
.anime-topIn.active .masked,
.anime-topIn-slow.active .masked{
	transform: translate(0, 0);
}
.anime-btmIn{
	transform: translate(0, 100%);
	overflow: hidden;
}
.anime-btmIn.active{
	transform: translate(0, 0);
}
.anime-btmIn .masked{
	transform: translate(0, -100%);
}
.anime-btmIn.active .masked{
	transform: translate(0, 0);
}
.anime-leftIn,
.anime-leftIn-1,
.anime-leftIn-2,
.anime-leftIn-3{
	transform: translate(-100%, 0);
	overflow: hidden;
}
.anime-leftIn.active,
.anime-leftIn-1.active,
.anime-leftIn-2.active,
.anime-leftIn-3.active{
	transform: translate(0, 0);
}
.anime-leftIn .masked,
.anime-leftIn-1 .masked,
.anime-leftIn-2 .masked,
.anime-leftIn-3 .masked{
	transform: translate(100%, 0);
}
.anime-leftIn.active .masked,
.anime-leftIn-1.active .masked,
.anime-leftIn-2.active .masked,
.anime-leftIn-3.active .masked{
	transform: translate(0, 0);
}
.anime-rightIn,
.anime-rightIn-1,
.anime-rightIn-2{
	transform: translate(100%, 0);
	overflow: hidden;
}
.anime-rightIn.active,
.anime-rightIn-1.active,
.anime-rightIn-2.active{
	transform: translate(0, 0);
}
.anime-rightIn .masked,
.anime-rightIn-1 .masked,
.anime-rightIn-2 .masked{
	transform: translate(-100%, 0);
}
.anime-rightIn.active .masked,
.anime-rightIn-1.active .masked,
.anime-rightIn-2.active .masked{
	transform: translate(0, 0);
}

/* ----------------------------- コンテンツ ----------------------------- */

.comame40th{
	padding-bottom: 80px;
	color: #000;
	overflow: hidden;
}
.comame40th .inner{
	margin: 0 auto;
	width: 980px;
}

@media screen and (max-width: 736px) {
	.comame40th{
		/*padding-bottom: 40px;*/
		padding-bottom: 0px; /*202503change*/
	}
	.comame40th .inner{
		padding: 0 15px;
		width: 100%;
		box-sizing: border-box;
	}
}


/* みんなの声 */
.comame40th_voice{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	min-width: 980px;
	border-bottom: 1px solid #f2f2f2;
}
.voice_item{
	position: relative;
	/*width: 25%;*/
	width: 33.3333%;
}
.voice_item a{
	position: relative;
	display: block;
	overflow: hidden;
}
.voice_item_img{
	position: relative;
	z-index: 5;
	transition: all .4s ease;
}
/* hover */
@media screen and (min-width : 737px){
	a:hover .voice_item_img{
		transform: scale(1.05);
	}
}
.voice_item_img_cover{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 10;
	transition: all .4s ease;
}
.voice_item_img_cover.cover-01{
	background: rgba(0,147,23,.3);
}
.voice_item_img_cover.cover-02{
	background: rgba(163,33,53,.3);
}
.voice_item_img_cover.cover-03{
	background: rgba(16,78,120,.3);
}
/* hover */
@media screen and (min-width : 737px){
	a:hover .voice_item_img_cover{
		opacity: 1;
	}
}
.voice_item_inner{
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background: rgba(0,0,0,.3); 202503change*/
	z-index: 15;
}
.voice_item_tag{
	position: absolute;
	top: 0;
	left: 0;
	/*width: 104px;
	height: 32px;*/
	width: 212px; /*202503change*/
	height: 42px; /*202503change*/
	color: #fff;
	/*font-size: 16px;*/
	font-size: 22px;
	line-height: 42px; /*202503change*/
	text-align: center;
	font-weight: 600;
}
.voice_item_tag.tag-01{
	background: url(../img/bg_tag_01.png) 0 0 no-repeat;
	/*background-size: 104px auto;*/
	background-size: 212px auto; /*202503change*/
}
.voice_item_tag.tag-02{
	background: url(../img/bg_tag_02.png) 0 0 no-repeat;
	background-size: 104px auto;
}
.voice_item_tag.tag-03{
	background: url(../img/bg_tag_03.png) 0 0 no-repeat;
	background-size: 104px auto;
}
.voice_item_ttl{
	color: #fff;
	/*font-size: 20px;
	line-height: 36px;*/
	font-size: 32px; /*202503change*/
	line-height: 44px; /*202503change*/
	font-weight: 600;
	letter-spacing: 0.12em;
	text-align: center;
	text-shadow : 5px 5px 3px rgba(0, 0, 0, 0.8);
}

.voice_item_link{
	position: absolute;
	bottom: 0;
	right: 0;
	/*width: 36px;
	height: 36px;*/
	width: 72px; /*202503change*/
	height: 72px; /*202503change*/
	transition: all .2s ease;
	transform-origin: bottom right;
}
/* hover */
@media screen and (min-width : 737px){
	a:hover .voice_item_link{
		transform: scale(1.2);
	}
}
.voice_item_overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 15;
}
.voice_item_overlay.overlay-01{
	background: #009317;
}
.voice_item_overlay.overlay-02{
	background: #a32135;
}
.voice_item_overlay.overlay-03{
	background: #104e78;
}

@media screen and (max-width: 736px) {
	.comame40th_voice{
		display: block;
		min-width: 320px;
		border-bottom: 0;
	}
	.comame40th_voice.borderBottom{
		border-bottom: 1px solid #f2f2f2;
	}
	.voice_item{
		width: 100%;
	}
	.voice_item a{
		display: flex;
	}
	.voice_item_img{
		width: 38%;
		transition: unset;
	}
	.voice_item_inner{
		justify-content: flex-start;
		position: relative;
		padding: 0 15px;
		width: 62%;
		height: auto;
		background: none;
		border-top: 1px solid #f2f2f2;
		box-sizing: border-box;
	}
	.voice_item_tag{
		top: -1px;
		/*width: 88px;
		height: 27px;
		font-size: 14px;
		line-height: 27px;*/
		width: 121px; /*202503change*/
		height: 24px; /*202503change*/
		font-size: 12px; /*202503change*/
		line-height: 24px; /*202503change*/
	}
	.voice_item_tag.tag-01{
		/*background-size: 88px auto;*/
		background-size: 121px auto; /*202503change*/
	}
	.voice_item_tag.tag-02{
		background-size: 88px auto;
	}
	.voice_item_tag.tag-03{
		background-size: 88px auto;
	}
	.voice_item_ttl{
		color: #000;
		/*font-size: 16px;
		line-height: 24px;*/
		font-size: 14px; /*202503change*/
		line-height: 22px; /*202503change*/
		letter-spacing: 0.12em;
		text-align: left;
		text-shadow: none; /*202503add*/
		padding-top: 10px; /*202503add*/
	}

	.voice_item_link{
		width: 18px;
		height: 18px;
	}
	.comame40th_voice_more a{
		position: relative;
		display: block;
		padding: 19px 0;
		color: #fff;
		font-size: 14px;
		line-height: 22px;
		font-weight: 600;
		letter-spacing: 0.06em;
		text-align: center;
		background: #a32135;
	}
	.comame40th_voice_more a:after{
		position: absolute;
		content: '';
		top: 50%;
		right: 15px;
		margin-top: -6px;
		width: 12px;
		height: 12px;
		background: url(../img/icon_plus.png) 0 0 no-repeat;
		background-size: 12px auto;
	}
}





/*202503add*/
#cont .title_usersvoice {
	font-size: 33px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 15px;
}

@media screen and (max-width: 736px) {
	#cont .title_usersvoice {
		font-size: 28px;
		margin-bottom: 5px;
	}
}

#cont .mv_usersvoice {
	margin-bottom: 100px;
}

@media screen and (max-width: 736px) {
	#cont .mv_usersvoice {
		margin-bottom: 60px;
	}
}

#cont .leadcopy_usersvoice {
	font-size: 28px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}

@media screen and (max-width: 736px) {
	#cont .leadcopy_usersvoice {
		font-size: 18px;
		margin-bottom: 10px;
	}
}