@charset "UTF-8";

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

.lead-image img {
	display: block;
}

.img-parallax {
	overflow: hidden;
	height: 500px;
	position: relative;
}

.img-parallax img {
	display: block;
	will-change: transform;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.article-oishisa {
	padding: 110px 0;
	position: relative;
}

.article-oishisa::before {
	content: "";
	display: block;
	width: 251px;
	height: 182px;
	background: url(../img/about_oishisa/img_wave.png) no-repeat center/contain;
	position: absolute;
	top: 120px;
	right: -125px;
}

.sec-oishisa {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.sec-oishisa:not(:last-child) {
	margin-bottom: 65px;
}

.sec-oishisa--pc-reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.sec-oishisa--pc-reverse .sec-oishisa__main {
	width: 50%;
}

.sec-oishisa__main {
	width: 48.5%;
}

.sec-oishisa__image {
	width: 48.5%;
	border-radius: 8px;
	overflow: hidden;
}

.sec-oishisa__image img {
	display: block;
}

.sec-oishisa__col-1 {
	text-align: center;
	width: 100%;
	margin-top: 10px;
}

.hd-oishisa-1 {
	font: 700 28px "Noto Serif JP", serif;
	letter-spacing: 0.1em;
	margin-bottom: 35px;
}

.hd-oishisa-2 {
	font: 700 24px "Noto Serif JP", serif;
	letter-spacing: 0.1em;
	color: #db6557;
	margin-top: -6px;
	margin-bottom: 20px;
}

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

.message-oishisa__text {
	color: #db6557;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.75;
	letter-spacing: 0.1em;
	margin-bottom: 67px;
}

.message-oishisa__text-img {
	width: 346px;
	margin: 40px auto;
}

.gallery-oishisa {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: clamp((100vw - 80px) * 0.02933333, (100vw - 80px) * 0.02933333, 35px) 2.933333%;
}

.gallery-oishisa__item {
	position: relative;
	width: 22.8%;
	border-radius: 8px;
	overflow: hidden;
}

.gallery-oishisa__item::before {
	content: "";
	display: block;
	width: 100%;
	padding-top: 100%;
}

.gallery-oishisa__item img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.image-area img {
	display: block;
}

@media screen and (min-width: 768px) {

.img-parallax__sp-image { /* pc */
	display: none !important;
}

}

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

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

.img-parallax { /* sp */
	height: 52vw;
}

.img-parallax__pc-image { /* sp */
	display: none !important;
}

.article-oishisa { /* sp */
	padding: 54px 0;
}

.article-oishisa::before { /* sp */
	width: 125px;
	height: 90px;
	top: 60px;
	right: -4vw;
}

.sec-oishisa:not(:last-child) { /* sp */
	margin-bottom: 26px;
}

.sec-oishisa { /* sp */
	display: block;
}

.sec-oishisa--pc-reverse .sec-oishisa__main { /* sp */
	width: 100%;
}

.sec-oishisa__main { /* sp */
	width: 100%;
}

.sec-oishisa__image { /* sp */
	width: 100%;
	margin-bottom: 22px;
}

.sec-oishisa__col-1 { /* sp */
	margin-top: 50px;
}

.hd-oishisa-1 { /* sp */
	font-size: 19px;
	margin-bottom: 25px;
}

.hd-oishisa-2 { /* sp */
	font-size: 17px;
	margin-bottom: 12px;
}

.message-oishisa { /* sp */
	background-image: url(../img/about_oishisa/bg_wave_sp.png);
	background-size: 100% 100%;
	padding-top: 20px;
	padding-bottom: 65px;
	margin-top: -20px;
	margin-bottom: 15px;
}

.message-oishisa__text { /* sp */
	font-size: 14px;
	margin-bottom: 50px;
}

.message-oishisa__text-img { /* sp */
	width: 250px;
	margin: 30px auto;
}

.gallery-oishisa { /* sp */
	gap: 18px;
}

.gallery-oishisa__item { /* sp */
	width: calc(50% - 9px);
}

}

