@charset "UTF-8";

.lead {
	margin-bottom: 65px;
	letter-spacing: 0.1em;
}

.hd-voice-1 {
	font: 600 30px "Noto Serif JP", serif;
	letter-spacing: 0.06em;
	line-height: 1.4;
}

.hd-voice-1 span {
	margin-top: 11px;
	display: block;
	font: 400 16px "Noto Serif JP", serif;
	color: #9b9b9b;
	letter-spacing: 0.1em;
	line-height: 1.125;
}

.hd-voice-1--deco {
	position: relative;
}

.hd-voice-1--deco::after {
	content: "";
	display: block;
	width: 251px;
	height: 182px;
	background: url(../img/about_oishisa/img_wave.png) no-repeat center/contain;
	position: absolute;
	top: 16px;
	right: -125px;
}

.voice-category {
	margin-top: 42px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 81px;
}

.voice-category__item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: calc(25% - 25.5px);
	margin-bottom: 30px;
	min-height: 84px;
	border-radius: 8px;
	border: 1px solid #222;
	padding: 14px 35px 17px 19px;
	font: 700 18px "Noto Serif JP", serif;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.voice-category__item:not(:nth-child(4n)) {
	margin-right: 34px;
}

.voice-category__item::after {
	position: absolute;
	content: "";
	background: url(../img/common/icon_btn_arrow_pink.svg) no-repeat center/contain;
	width: 14px;
	height: 14px;
	right: 17px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.voice-category__item:hover {
	background: #f8e0dd;
}

.voice-message {
	text-align: center;
	background: url(../img/voice/bg_wave_pc.png) no-repeat center/clamp(1920px, 100%, 100%) 100%;
	padding-top: 300px;
	padding-bottom: 324px;
}

.voice-message__text {
	color: #db6557;
	font-size: 18px;
	font-weight: 700;
	line-height: 2;
	letter-spacing: 0.1em;
}

.voice-message__text::after {
	content: "";
	position: absolute;
	background: url(../img/voice/img_voice_message_02.png) no-repeat center/contain;
	width: 441px;
	height: 373px;
	top: 44%;
	right: 4%;
}

.voice-message__mini-cmnt {
	width: 362px;
	bottom: 26%;
	left: 4%;
	position: absolute;
}

.voice-message__mini-cmnt img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.voice-message__mini-cmnt::before {
	content: "";
	display: block;
	padding-top: 78.17%;
}

.voice-list {
	margin-top: 36px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 66px;
}

.voice-list__item {
	position: relative;
	z-index: 10;
	width: calc(50% - 20px);
	margin-bottom: 53px;
}

.voice-list__item:not(:nth-child(2n)) {
	margin-right: 40px;
}

.voice-list__item img {
	display: block;
}

.voice-list__name {
	margin-bottom: 18px;
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 1.3333;
	font-weight: 700;
}

@media screen and (max-width: 1140px) {

.voice-message__text::after {
	width: 396px;
	height: 335px;
	top: 90%;
	right: -2%;
}

.voice-message__mini-cmnt {
	width: 34vw;
	left: -20px;
	bottom: 38%;
}

}

@media screen and (max-width: 767px) {

.lead { /* sp */
	margin-bottom: 50px;
}

.hd-voice-1 span { /* sp */
	margin-top: 4px;
	font-size: 13px;
}

.hd-voice-1--deco::after { /* sp */
	display: none;
}

.hd-voice-1 { /* sp */
	font-size: 19.5px;
}

.voice-category { /* sp */
	margin-top: 33px;
	margin-bottom: 44px;
}

.voice-category__item:not(:nth-child(4n)) { /* sp */
	margin-right: 0;
}

.voice-category__item::after { /* sp */
	width: 9px;
	height: 9px;
	right: 9px;
}

.voice-category__item { /* sp */
	margin-bottom: 10px;
	font-size: 13px;
	border-radius: 4px;
	min-height: 60px;
	padding: 5px 21px 5px 8px;
	width: calc(50% - 7.5px);
}

.voice-category__item:not(:nth-child(2n)) {
	margin-right: 15px;
}

.voice-message { /* sp */
	background-image: url(../img/voice/bg_wave_sp.png);
	background-size: 100% 100%;
	padding-top: 252px;
	padding-bottom: 137px;
	margin-bottom: 66px;
}

.voice-message__text::after { /* sp */
	background: url(../img/voice/img_voice_message_02_sp.png) no-repeat center/contain;
	min-width: auto;
	min-height: auto;
	max-width: 222px;
	max-height: 222px;
	right: 0;
	width: 59vw;
	height: 47vw;
	right: 0;
	top: calc(100% + 7px);
}

.voice-message__text { /* sp */
	font-size: 14px;
}

.voice-message__mini-cmnt { /* sp */
	width: 55vw;
	left: 0;
	bottom: calc(100% + 14px);
}

.voice-message__mini-cmnt::before { /* sp */
	padding-top: 72%;
}

.voice-list { /* sp */
	margin-top: 29px;
	margin-bottom: 0;
}

.voice-list__item:not(:nth-child(2n)) { /* sp */
	margin-right: 0;
}

.voice-list__item { /* sp */
	margin-bottom: 26px;
}

.voice-list__item:last-child {
	margin-bottom: 0;
}

.voice-list__item { /* sp */
	width: 100%;
}

.voice-list__name { /* sp */
	margin-bottom: 10px;
	font-size: 14px;
}

}

@media screen and (min-width: 375px) and (max-width: 767px) {
	.voice-message {
		padding-top: 67.2vw;
	}
}

.voice_text_box {
	width:100%;
	background: url(../img/common/voice_base.png) no-repeat center top;
	background-size: contain;
	height: 34vw;
	padding: 0.5em 7vw;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.voice_text_box .text{
	width: 100%;
	font-size: 3.2vw!important;
	line-height: 1.9!important;
	letter-spacing: -.02em!important;
	/*font-family: "hot-gyoshokk", sans-serif;*/
	font-family:"Noto Serif JP", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-style: normal;
	font-weight: 600;
	font-feature-settings: "palt";
}
@media screen and (min-width: 400px) and (max-width: 767px) {
	.voice_text_box .text{
		line-height: 1.95!important;
		letter-spacing: -.02em!important;
	}
}
@media screen and (min-width: 768px) {
	.voice_text_box {
		
		max-height:212px;
	}
	.voice_text_box .text{
		line-height: 1.85!important;
	}
}
@media screen and (min-width: 768px) and (max-width:1279px) {
	.voice_text_box {
		max-height: 16vw;
		padding: 1vw 3.5vw;
	}
	.voice_text_box .text{
		font-size:1.5vw!important;
		line-height: 2.8vw!important;
		letter-spacing: -.02em!important
	}
}
@media screen and (min-width: 1280px) {
	.voice_text_box {
		padding: 1em 3em;
	}
	.voice_text_box .text{
		font-size:19px!important;
		line-height: 1.9!important;
		letter-spacing: -.02em!important;
	}
}