@charset "utf-8";


/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.pickup-lp .lp-inner {
	max-width: 1200px;
	padding: 40px 15px 0 15px;
	margin: 0 auto;
}

@media all and (max-width: 896px) {
	.pickup-lp .lp-inner {
		padding: 0 28px;
	}
}

.pickup-lp picture {
	max-width: 100%;
	height: auto;
	display: block;
}

.pickup-lp picture img,
.pickup-lp img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pickup-lp .lp-sec-ttl {
	font-size: 20px;
	font-weight: 500;
    letter-spacing: 0.1em;
}

@media (max-width: 896px) {
	.pickup-lp #pagePath {
		margin: 0 30px 30px;
	}
}

/*------------------------------------------------------------
	mainvisual
------------------------------------------------------------*/

.lp-mainvisual {
	position: relative;
}

.lp-mainvisual__media picture img {
	/* aspect-ratio: 1440 / 658; */
	height: 658px;
}

@media all and (max-width: 896px) {
	.lp-mainvisual__media picture img {
		height: 375px;
	}
}

.lp-mainvisual__text {
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: max-content;
	text-align: center;
}

.lp-mainvisual__text .lp-subttl {
	font-size: 24px;
	max-width: 900px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.lp-mainvisual__text .lp-ttl {
	font-size: 30px;
	margin-top: 10px;
	max-width: 900px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

@media all and (max-width: 896px) {
	.lp-mainvisual__text{
		width: 80%;
	}

	.lp-mainvisual__text .lp-subttl {
		font-size: 12px;
		max-width: inherit;
	}

	.lp-mainvisual__text .lp-ttl {
		font-size: 15px;
		margin-top: 5px;
		max-width: inherit;
	}
}


/*------------------------------------------------------------
	textbox
------------------------------------------------------------*/

/* .lp-textbox {
	margin-top: 138px;
} */

.lp-textbox__inner.lp-inner {
	padding-top: 0;
}

.lp-textbox__media picture img {
	aspect-ratio: 1200 / 717;
}

.lp-textbox__body .lp-h1 {
	margin-top: 76px;
	font-size: 32px;
	font-weight: 500;
    letter-spacing: 0.1em;
}

.lp-textbox__body .lp-h2 {
	font-size: 26px;
	font-weight: 500;
    letter-spacing: 0.1em;
	margin-top: 32px;
}

.lp-textbox__body .lp-h3 {
	font-size: 20px;
	font-weight: 500;
    letter-spacing: 0.1em;
	margin-top: 30px;
}

.lp-textbox__body .lp-text {
	margin-top: 32px;
	width: 95%;
}

.lp-textbox__body .lp-text p {
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
    letter-spacing: 0.1em;
}

@media all and (max-width: 896px) {
	/* .lp-textbox {
		margin-top: 68px;
	} */

	.lp-textbox__body .lp-h1 {
		margin-top: 38px;
		font-size: 28px;
	}

	.lp-textbox__body .lp-h2 {
		font-size: 22px;
		margin-top: 16px;
	}

	.lp-textbox__body .lp-h3 {
		font-size: 16px;
		margin-top: 15px;
	}

	.lp-textbox__body .lp-text {
		margin-top: 16px;
		width: 95%;
	}

	.lp-textbox__body .lp-text p {
		font-size: 12px;
		line-height: 1.8;
	}
}

/*------------------------------------------------------------
	ugc
------------------------------------------------------------*/
.lp-ugc {
	margin-top: 118px;
}

.lp-ugc__grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 55px 30px;
	margin-top: 25px;
}

.lp-ugc__item a {
	transition: all .3s;
}

.lp-ugc__item a:hover {
	opacity: 0.7;
}

.lp-ugc__media img {
	aspect-ratio: 380 / 380;
}

.lp-ugc__body {
	margin-top: 28px;
}

.lp-ugc__title {
	font-size: 16px;
	font-weight: 500;
    letter-spacing: 0.1em;
}

.lp-ugc__text {
	margin-top: 10px;
}

.lp-ugc__text p {
	font-size: 14px;
	font-weight: 400;
    line-height: 2;
    letter-spacing: 0.1em;
}

.lp-ugc__meta {
	margin-top: 10px;
}

.lp-ugc__id {
	font-size: 12px;
	display: block;
	font-weight: 400;
    line-height: 2;
    letter-spacing: 0.1em;
}

.lp-ugc__acct {
	font-size: 12px;
	font-weight: bold;
	display: block;
	margin-top: 5px;
	font-weight: 400;
    line-height: 2;
    letter-spacing: 0.1em;
}


.lp-ugc__grid.pc-show-9:not(.is-open) .lp-ugc__item:nth-child(n + 10) {
	display: none;
}

.lp-ugc__collapsible {
	overflow: hidden;
	transition: max-height .5s cubic-bezier(.2, .6, .2, 1);
	will-change: max-height;
}

.lp-ugc__more {
	text-align: center;
	margin-top: 55px;
}

.lp-ugc__moreBtn {
	appearance: none;
	border: none;
	border-radius: 9999px;
	cursor: pointer;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.2em;
	padding: 4px 0 4px 42px;
	background: url(../img/common/icon14.png) no-repeat left center;
	background-size: 23px auto;
	transition: all .3s;
}

.lp-ugc__moreBtn:hover {
	opacity: 0.7;
}

@media all and (max-width: 896px) {
	.lp-ugc {
		margin-top: 60px;
	}

	.lp-ugc__grid {
		grid-template-columns: 1fr 1fr;
		gap: 30px;
		margin-top: 12.5px;
	}

	.lp-ugc__body {
		margin-top: 14px;
	}

	.lp-ugc__title {
		font-size: 14px;
	}

	.lp-ugc__text {
		margin-top: 5px;
	}

	.lp-ugc__text p {
		font-size: 12px;
		line-height: 1.8;
	}

	.lp-ugc__meta {
		margin-top: 5px;
	}

	.lp-ugc__id {
		font-size: 10px;
		line-height: 1.8;
	}

	.lp-ugc__acct {
		font-size: 10px;
		margin-top: 5px;
		line-height: 1.8;
	}

	.lp-ugc__grid.sp-show-6:not(.is-open) .lp-ugc__item:nth-child(n + 7) {
		display: none;
	}

	.lp-ugc__more {
		margin-top: 27.5px;
	}

	.lp-ugc__moreBtn {
		font-size: 12px;
		padding: 2px 0 2px 21px;
		background-size: 11.5px auto;
	}
}



/*------------------------------------------------------------
	recipes
------------------------------------------------------------*/
.lp-recipes {
	margin-top: 198px;
}

.lp-recipes__inner.lp-inner {
	border-bottom: 2px solid #bfbfbf;
	padding-bottom: 260px;
}

.recipe__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 70px 30px;
	margin-top: 25px;
}

.recipe__item a {
	transition: all .3s;
}

.recipe__item a:hover {
	opacity: 0.7;
}

.recipe__item .photo img {
	aspect-ratio: 240 / 240;
}

.recipe__item .ttl {
	font-size: 16px;
	font-weight: bold;
	margin-top: 16px;
	display: inline-block;
	font-weight: 500;
    letter-spacing: 0.1em;
}

.recipe__grid.pc-show-12:not(.is-open) .recipe__item:nth-child(n + 13) {
	display: none;
}

.lp-recipes__collapsible {
	overflow: hidden;
	transition: max-height .5s cubic-bezier(.2, .6, .2, 1);
	will-change: max-height;
}

.lp-recipes__more {
	text-align: center;
	margin-top: 70px;
}

.lp-recipes__moreBtn {
	appearance: none;
	border: none;
	border-radius: 9999px;
	cursor: pointer;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.1em;
	padding: 4px 0 4px 42px;
	background: url(../img/common/icon14.png) no-repeat left center;
	background-size: 23px auto;
	transition: all .3s;
}

.lp-recipes__moreBtn.is-open {
    background-image: url(../img/common/icon15.png);
}

.lp-recipes__moreBtn:hover {
	opacity: 0.7;
}

@media (prefers-reduced-motion: reduce) {
	.lp-recipes__collapsible {
		transition: none;
	}
}

@media all and (max-width: 896px) {
	.lp-recipes {
		margin-top: 100px;
	}

	.lp-recipes__inner.lp-inner {
		padding-bottom: 130px;
	}

	.recipe__grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 30px;
		margin-top: 12.5px;
	}

	.recipe__item .ttl {
		font-size: 12px;
		margin-top: 8px;
	}

	.recipe__grid.sp-show-6:not(.is-open) .recipe__item:nth-child(n + 7) {
		display: none;
	}

	.lp-recipes__more {
		margin-top: 35px;
	}

	.lp-recipes__moreBtn {
		font-size: 12px;
		padding: 2px 0 2px 21px;
		background-size: 11.5px auto;
	}
}


/*------------------------------------------------------------
	cv
------------------------------------------------------------*/
.lp-cv {
	margin-top: 40px;
}

.lp-cv__inner.lp-inner {
	display: flex;
	align-items: center;
	/* justify-content: space-between; */
	gap: 105px;
	padding-bottom: 60px;
	margin-bottom: 90px;
	/* border-bottom: 2px solid #bfbfbf; */
}

.lp-cv__media {
	max-width: 300px;
	width: 100%;
}

.lp-cv__media img {
	aspect-ratio: 300 / 300;
}

.lp-cv__media-large {
	max-width: 300px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.lp-cv__media-medium {
	max-width: 200px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.lp-cv__body {
	max-width: 795px;
	width: 100%;
}

.lp-cv__title {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.1em;
}

.lp-cv__sub {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.1em;
	margin-top: 10px;
}

.lp-cv__text {
	font-size: 16px;
	line-height: 2;
    letter-spacing: 0.1em;
	margin-top: 10px;
}

.lp-cv__btns {
	display: flex;
	gap: 20px;
	margin-top: 70px;
}

.lp-cv__btns a.btn {
	border: 1px solid #000;
	border-radius: 5px;
	max-width: 265px;
	width: 100%;
	text-align: center;
	padding: 12px 0;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.1em;
	transition: all .3s;
}

.lp-cv__btns a.btn:hover {
	opacity: 0.7;
}

@media all and (max-width: 896px) {
	.lp-cv {
		margin-top: 20px;
	}

	.lp-cv__inner.lp-inner {
		gap: 52px;
		padding-bottom: 30px;
		margin-bottom: 45px;
		flex-direction: column;
	}

	.lp-cv__title {
		font-size: 16px;
	}

	.lp-cv__sub {
		font-size: 10px;
		margin-top: 5px;
	}

	.lp-cv__text {
		font-size: 12px;
		margin-top: 5px;
		line-height: 1.8;
	}

	.lp-cv__btns {
		flex-direction: column;
		align-items: center;
		margin-top: 35px;
	}

	.lp-cv__btns a.btn {
		padding: 10px 0;
		font-size: 12px;
	}
}


/*------------------------------------------------------------
	freetext
------------------------------------------------------------*/
.lp-freetext {
	margin: 80px 0;
}

@media all and (max-width: 896px) {
	.lp-freetext {
		margin: 40px 0;
	}
}




/*------------------------------------------------------------
	一覧
------------------------------------------------------------*/
.page-title {
	background: url("/wp-content/themes/siroca_corp/img/magazine/recipe/page_title_bg.jpg") no-repeat center center;
	background-size: cover;
}

.page-title .wrap {
	margin: 0 auto;
	padding: 0 15px;
	box-sizing: border-box;
	width: 100%;
	max-width: 1200px;
	position: relative;
}

.page-title h2 {
	margin: 0 auto;
	max-width: 1200px;
	font-size: 2.8rem;
	font-weight: normal;
	text-align: right;
	color: #ffffff;
}

.page-title .wrap img {
	position: absolute;
	top: 0;
	left: 15px;
}

@media all and (max-width: 896px) {
	.page-title {
		background: url("/wp-content/themes/siroca_corp/img/magazine/recipe/page_title_bg.jpg") no-repeat center center;
		background-size: cover;
	}

	.page-title .wrap {
		margin: 0 auto;
		padding: 0 15px;
		box-sizing: border-box;
		width: 100%;
		max-width: 1200px;
		position: relative;
	}

	.page-title h2 {
		margin: 0 auto;
		max-width: 1200px;
		font-size: 1.9rem;
		font-weight: normal;
		text-align: center;
		color: #ffffff;
	}

	.page-title .wrap img {
		position: relative;
		top: auto;
		left: auto;
		margin: 0 auto 10px auto;
		width: 150px;
		height: auto;
	}
}

.pickup-lp-archive__inner {
	box-sizing: border-box;
	max-width: 1200px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 0 15px;
}

.pickup-lp-archive__title {
	margin-bottom: 48px;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.2em;
}

@media all and (max-width: 896px) {
	.pickup-lp-archive__title {
		margin-bottom: 24px;
		font-size: 1.8rem;
	}
}

.pickup-lp-archive__list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 7rem 2rem;
	margin-bottom: 50px;
}

@media all and (max-width: 896px) {
	.pickup-lp-archive__list {
		grid-template-columns: repeat(2, 1fr);
		gap: 3.5rem 1rem;
		margin-bottom: 25px;
	}
}

.pickup-lp-archive__img {
	margin-bottom: 18px;
}

.pickup-lp-archive__img img {
	width: 100%;
	display: block;
	aspect-ratio: 382 / 200;
	object-fit: cover;
}

.pickup-lp-archive__item-title {
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	padding: 0 18px;
}
@media all and (max-width: 896px) {
	.pickup-lp-archive__item-title {
		font-size: 1.4rem;
		padding: 0 8px;
	}
}

.pickup-lp-archive__item-subtitle {
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	padding: 0 18px;
}
@media all and (max-width: 896px) {
	.pickup-lp-archive__item-subtitle {
		font-size: 1rem;
		padding: 0 8px;
	}
}