@charset "utf-8";

/** Override **/

.pj-page { min-width:320px; }
.pj-contents { margin-top:0; }

@media screen and ( max-width:800px ) {}
@media screen and ( max-width:667px ) {}

/** sc-contents **/

.sc-contents *::before,
.sc-contents *::after,
.sc-contents * { box-sizing:inherit;    }
.sc-contents   { box-sizing:border-box; }

.sc-contents {
	margin:auto;
	padding:0;
	position:relative;
}
.sc-contents__header { position:relative; }
.sc-contents__body   { position:relative; }
.sc-contents__footer {
	padding-top:40px;
	padding-bottom:40px;
	background-color:#000;
	position:relative;
}

.sc-contents a {
	text-decoration:none;/*
	color:#000;*/
}
.sc-contents a[href*="mailto:"] { color:#664C40; }

@media screen and ( max-width:800px ) {}
@media screen and ( max-width:667px ) {}

/** sc-visual **/

.sc-visual {
	position:relative;
	display:block;
}
.sc-visual__title {
	margin:0 auto;
	position:relative;
	z-index:2;
	display:block;
}
.sc-visual__title > img {
	display:block;
	width:100%;
}
.sc-visual__slider {
	position:absolute;
	top:0;
	left:0;
	right:0;
	z-index:1;
	display:block;
}
.sc-visual__slider img {
	display:block;
	width:100%;
}

@media screen and ( max-width:800px ) {}
@media screen and ( max-width:667px ) {}

/** sc-section **/

.sc-section {
	padding-top:4.0em;
	padding-bottom:4.0em;
	position:relative;
	display:block;
	font-family:"Noto Serif JP", serif;
	color:#000;
}
.sc-section__inner {
	margin-left:auto;
	margin-right:auto;
	padding-left:calc( 50 / 1300 * 100% );
	padding-right:calc( 50 / 1300 * 100% );
	display:block;
	max-width:1300px;
}
.sc-section__body + .sc-section__head { margin-top:3.0em; }
.sc-section__head {
	margin-bottom:2.0em;
	position:relative;
	display:block;
	text-align:center;
}
.sc-section__head > h2,
.sc-section__head > p {
	margin-top:0;
	margin-bottom:0;
	font-weight:bold;
}
.sc-section__head > h2 { font-size:3.0rem; }
.sc-section__body {
	position:relative;
	display:block;
}

.sc-section--gray-light { background-color:#F3F0F0; }
.sc-section--gray-light .sc-section__head { color:#6A3906; }

.sc-section--green-light { background-color:#E5E9DD; }
.sc-section--green-light .sc-section__head { color:#6A3906; }

.sc-section--wool-knit-a { background:#E9C776 url( "../img/index/bg_wool_knit_a.jpg" ) center top repeat; }
.sc-section--wool-knit-b { background:#E9C776 url( "../img/index/bg_wool_knit_b.jpg" ) center top repeat; }

@media screen and ( max-width:800px ) {
	.sc-section {
		padding-top:40px;
		padding-bottom:40px;
	}
	.sc-section__body + .sc-section__head { margin-top:30px; }
	.sc-section__head { margin-bottom:20px; }
	.sc-section__head > h2 { font-size:2.0rem; }
}
@media screen and ( max-width:667px ) {
	.sc-section__inner {
		padding-left:1.5em;
		padding-right:1.5em;
	}
}

/** sc-button **/

.sc-button {
	padding:0.5em 1.0em;
	border:2px solid #6A3906;
	border-radius:10px;
	background-color:#FFE555;
	box-shadow:2px 2px 0 #3A2F23;
	display:flex;
	justify-content:center;
	align-items:center;
	text-align:center;
	line-height:1.3;
	font-weight:bold;
	font-size:2.0rem;
	color:#6A3906;
}
.sc-button:hover {
	color:#6A3906;
	opacity:0.9;
}

@media screen and ( max-width:800px ) {
	.sc-button { font-size:1.8rem; }
}
@media screen and ( max-width:667px ) {
	.sc-button { font-size:1.6rem; }
}

/** sc-intro **/

.sc-intro {
	background:#F3F0F0 url( "../img/index/intro_illust.png" ) center center no-repeat;
	color:#6A3906;
}
.sc-intro__lead {
	margin:0 auto;
	position:relative;
	display:block;
	text-align:center;
	line-height:2.0;
	font-weight:bold;
	font-size:2.2rem;
}
.sc-intro__lead em {
	font-weight:bold;
	font-size:110%;
	color:#CE2217;
}
.sc-intro__pork\@sp { display:none; }

@media screen and ( min-width:961px ) and ( max-width:1500px ) {
	.sc-intro { background-size:96%; }
}
@media screen and ( min-width:1201px ) and ( max-width:1500px ) {
	.sc-intro__lead { font-size:2.0rem; }
}
@media screen and ( min-width:961px ) and ( max-width:1200px ) {
	.sc-intro__lead { font-size:1.7rem; }
}
@media screen and ( min-width:801px ) and ( max-width:960px ) {
	.sc-intro__lead { font-size:2.0rem; }
}
@media screen and ( max-width:960px ) {
	.sc-intro { background-image:none; }
	.sc-intro__pork\@sp {
		margin:2.0em auto 0;
		display:block;
		max-width:420px;
	}
	.sc-intro__pork\@sp::after {
		padding-top:calc( 490 / 690 * 100% );
		background:url( "../img/index/intro_illust@sp.png" ) center top / contain no-repeat;
		display:block;
		width:100%;
		height:0;
		content:"";
	}
}
@media screen and ( max-width:800px ) {
	.sc-intro__lead {
		margin-left:auto;
		margin-right:auto;
		max-width:640px;
		font-size:1.8rem;
	}
}
@media screen and ( max-width:667px ) {
	.sc-intro .sc-section__inner {
		padding-left:1.0em;
		padding-right:1.0em;
	}
}
@media screen and ( max-width:480px ) {
	.sc-intro__lead {
		max-width:480px;
		font-size:1.6rem;
	}
}
@media screen and ( max-width:420px ) {
	.sc-intro__lead { font-size:1.5rem; }
}

/** sc-entry **/

.sc-entry {}
.sc-entry .sc-section__head {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:1.0em;
}

@media screen and ( min-width:801px ) and ( max-width:1000px ) {
	.sc-entry .sc-section__head { max-width:280px; }
}
@media screen and ( max-width:800px ) {
	.sc-entry .sc-section__head { max-width:240px; }
}
@media screen and ( max-width:667px ) {}

/** sc-entryCardList **/

.sc-entryCardList { padding-top:5.0em; }

@media screen and ( max-width:800px ) {
	.sc-entryCardList { padding-top:6.0em; }
	.sc-entryCardList.bs-grid\@Sp--col1.bs-grid--gap_M > :nth-child(n+2) { padding-top:8.0em; }
}
@media screen and ( max-width:667px ) {}

/** sc-entryCard **/

.sc-entryCardList .sc-entryCard {
	margin:0 auto;
	width:100%;
	height:100%;
	max-width:380px;
}
.sc-entryCard {
	padding:10px;
	border:solid #6D3D0D;
	border-width:0 1px 1px 0;
	background-color:#FFF;
	position:relative;
	display:flex;
	flex-flow:column;
	justify-content:flex-start;
	align-items:center;
	color:#512B06;
}
.sc-entryCard__number {
	position:absolute;
	top:calc( 64 / 380 * -100% );
	left:calc( 16 / 380 * -100% );
	z-index:1;
	display:block;
	width:calc( 200 / 380 * 100% );
}
.sc-entryCard__image {
	display:block;
	flex:none;
}
.sc-entryCard__body {
	padding:0.6em 0;
	display:block;
	width:100%;
	line-height:1.5;
}
.sc-entryCard__desc {
	display:block;
	width:100%;
	color:#CE2217;
}
.sc-entryCard__name {
	display:block;
	width:100%;
	font-size:2.0rem;
}
.sc-entryCard:hover { color:#512B06; }
.sc-entryCard:hover > :not(.sc-entryCard__number) { opacity:0.9; }

@media screen and ( max-width:800px ) {
	.sc-entryCard__name { font-size:1.8rem; }
}
@media screen and ( max-width:667px ) {}

/** sc-flow **/

.sc-flow {}
.sc-flow .sc-section__head {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:4.0em;
	max-width:480px;
}

@media screen and ( max-width:1000px ) {
	.sc-flow .sc-section__head { max-width:420px; }
}
@media screen and ( max-width:800px ) {
	.sc-flow .sc-section__head { max-width:360px; }
}
@media screen and ( max-width:667px ) {
	.sc-flow .sc-section__head { margin-bottom:40px; }
	
	.sc-flow .bs-grid\@Sp--col1.bs-grid--gap_M > :nth-child(n+2) { padding-top:2.0em; }
}

/** sc-flowStep **/

.bs-grid > * > .sc-flowStep { height:100%; }
.sc-flowStep {
	padding:0 calc( 20 / 460 * 100% ) calc( 20 / 460 * 100% );
	background-color:#FFF;
	position:relative;
	display:block;
	text-align:center;
	font-weight:bold;
	color:#6A3906;
}
.sc-flowStep__head {
	position:relative;
	display:block;
}
.sc-flowStep__body {
	margin-left:auto;
	margin-right:auto;
	position:relative;
	display:block;
	max-width:460px;
}
.sc-flowStep__head > h3 {
	margin:0 auto;
	display:block;
	width:calc( 180 / 460 * 100% );
	min-width:100px;
	max-width:240px;
}
.sc-flowStep__head > h3 + p { margin-top:1.5em; }
.sc-flowStep__head > p {
	margin:0;
	display:block;
	text-align:center;
	line-height:1.5;
	font-size:2.4rem;
}
.sc-flowStep__body > p {
	line-height:1.5;
	font-size:1.8rem;
}
.sc-flowStep__body > p + .sc-button {
	margin-top:1.5em;
	margin-bottom:1.5em;
	font-family:"Kosugi Maru", sans-serif;
}
.sc-flowStep__body > .sc-flowTweetExample:first-child {
	margin-top:1.5em;
	margin-bottom:1.5em;
}

@media screen and ( min-width:801px ) and ( max-width:960px ) {
	.sc-flowStep__head > p { font-size:2.0rem; }
}
@media screen and ( max-width:800px ) {
	.sc-flowStep__body { max-width:400px; }
	.sc-flowStep__head > h3 {
		width:calc( 260 / 780 * 100% );
		min-width:120px;
	}
	.sc-flowStep__head > p { font-size:2.1rem; }
	.sc-flowStep__body > p { font-size:1.6rem; }
}
@media screen and ( max-width:667px ) {
	.sc-flowStep__head > p { font-size:1.8rem; }
	.sc-flowStep__body > p { font-size:1.5rem; }
}
@media screen and ( max-width:420px ) {
	.sc-flowStep__head > p { font-size:1.6rem; }
	.sc-flowStep__body > p { font-size:1.4rem; }
}

/** sc-flowTweetExample **/

.sc-flowTweetExample {
	margin:0 auto;
	position:relative;
	display:block;
	max-width:360px;
}
.sc-flowTweetExample > img { display:block; }

@media screen and ( max-width:800px ) {
	.sc-flowTweetExample { max-width:320px; }
}
@media screen and ( max-width:667px ) {}

/** sc-flowTweetNotice **/

.sc-flowTweetNotice {
	margin:0 auto;
	position:relative;
	display:block;
	max-width:380px;
}
.sc-flowTweetNotice > img { display:block; }
* + .sc-flowTweetNotice { margin-top:2.0em; }

@media screen and ( max-width:800px ) {}
@media screen and ( max-width:667px ) {
	.sc-flowTweetNotice { max-width:240px; }
	* + .sc-flowTweetNotice { margin-top:1.0em; }
}

/** sc-prize **/

.sc-prize {
	color:#6A3906;
}
.sc-prize .sc-section__head {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:4.0em;
	max-width:480px;
}
.sc-prize__image {
	margin:0 auto;
	position:relative;
	display:block;
	max-width:1080px;
}
.sc-prize__image > img { display:block; }

@media screen and ( max-width:1000px ) {
	.sc-prize .sc-section__head { max-width:420px; }
}
@media screen and ( max-width:800px ) {
	.sc-prize .sc-section__head { max-width:360px; }
	.sc-prize__image {
		margin-top:3.0em;
		max-width:480px;
	}
}
@media screen and ( max-width:667px ) {
	.sc-prize .sc-section__head { margin-bottom:40px; }
}

/** sc-recipe **/

.sc-recipe {}
.sc-recipe .sc-section__head {
	margin-left:auto;
	margin-right:auto;
	position:relative;
	max-width:580px;
}
.sc-recipe .sc-section__head::before {
	background:url( "../img/index/recipe_pork_illust.png" ) center center / contain no-repeat;
	padding-top:45%;
	position:absolute;
	right:-30%;
	bottom:-60%;
	display:block;
	width:35%;
	content:"";
}

@media screen and ( min-width:801px ) and ( max-width:1000px ) {
	.sc-recipe .sc-section__head { max-width:520px; }
	.sc-recipe .sc-section__head::before {
		padding-top:40%;
		bottom:-50%;
	}
}
@media screen and ( max-width:800px ) {
	.sc-recipe .sc-section__head {
		margin-bottom:50px;
		max-width:480px;
	}
	.sc-recipe .sc-section__head::before {
		margin:auto;
		top:100%;
		left:0;
		right:0;
		bottom:auto;
	}
}
@media screen and ( max-width:667px ) {
	.sc-recipe .sc-section__head {
		padding:0 20px;
		max-width:400px;
	}
}

/** sc-recipeSet **/

.sc-recipeSet + .sc-recipeSet { margin-top:40px; }
.sc-recipeSet {
	position:relative;
	display:block;
}
.sc-recipeSet__body {
	margin:0 auto;
	padding:20px;
	position:relative;
	display:block;
	max-width:1500px;
}

.sc-recipeSet__slider {
	margin:0 auto;
	padding-left:20px;
	padding-right:20px;
	position:relative;
	max-width:1500px;
	overflow:hidden;
}
.sc-recipeSet__slider .swiper-button-next,
.sc-recipeSet__slider .swiper-button-prev {
	margin-top:-16px;
	background-size:20px 32px;
	width:20px;
	height:32px;
}
.sc-recipeSet__slider .swiper-button-prev {
	background-image:url( "data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E" );
	left:0;
}
.sc-recipeSet__slider .swiper-button-next {
	background-image:url( "data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E" );
	right:0;
}
.sc-recipeSet__slider.swiper-disabled {
	padding-left:0;
	padding-right:0;
	padding-bottom:20px;
	overflow-x:scroll;
}
.sc-recipeSet__slider.swiper-disabled .swiper-button-next,
.sc-recipeSet__slider.swiper-disabled .swiper-button-prev { display:none; }

@media screen and ( max-width:800px ) {
	.sc-recipeSet__body { padding:50px 0 30px; }
	
	.sc-recipeSet__slider .swiper-button-prev { left:10px; }
	.sc-recipeSet__slider .swiper-button-next { right:10px; }
}
@media screen and ( max-width:667px ) {}

/** sc-recipeCardList **/

.sc-recipeCardList {
	margin:0;
	padding-left:0;
	display:flex;
	flex-wrap:nowrap;
	justify-content:flex-start;
	list-style:none;
}
.sc-recipeCardList > * {
	padding:0 0 1px;
	position:relative;
	height:auto;
}

@media screen and ( min-width:801px ) {
	.sc-recipeCardList > * {
		padding-left:20px;
		padding-right:20px;
		width:calc( 1 / 4 * 100% );
	}
}
@media screen and ( max-width:800px ) {
	.sc-recipeCardList > * {
		padding-left:20px;
		padding-right:20px;
	}
}
@media screen and ( max-width:667px ) {}

/** sc-recipeCard **/

.sc-recipeCardList .sc-recipeCard {
	margin:0 auto;
	width:100%;
	height:100%;
	max-width:380px;
}
.sc-recipeCard {
	padding:10px;
	border:solid #6D3D0D;
	border-width:0 1px 1px 0;
	background-color:#FFF;
	display:flex;
	flex-flow:column;
	justify-content:flex-start;
	align-items:center;
	color:#512B06;
}
.sc-recipeCard__image {
	display:block;
	flex:none;
}
.sc-recipeCard__name {
	padding:0.6em 0;
	display:block;
	width:100%;
	line-height:1.5;
	font-size:1.6rem;
}
.sc-recipeCard:hover { color:#512B06; }
.sc-recipeCard:hover > * { opacity:0.9; }

@media screen and ( max-width:800px ) {}
@media screen and ( max-width:667px ) {}

/** sc-period **/

.sc-period {
	text-align:center;
	font-weight:bold;
	color:#FFF;
}
.sc-period .sc-section__body .bs-list {
	margin-left:auto;
	margin-right:auto;
}
.sc-period .sc-section__body .bs-list--custom { text-align:left; }

@media screen and ( max-width:800px ) {}
@media screen and ( max-width:667px ) {}

/** sc-panel **/

.sc-panel {
	padding:30px 20px;
	position:relative;
	display:block;
	background-color:#FFF;
	color:#664C40;
}
.sc-panel__head {
	margin:0 auto 20px;
	position:relative;
	display:block;
	text-align:center;
	font-weight:bold;
	font-size:2.4rem;
}
.sc-panel__body {
	position:relative;
	display:block;
}
.sc-panel__body > :first-child { margin-top:0; }
.sc-panel__body > :last-child { margin-bottom:0; }

@media screen and ( min-width:1200px ) {
	.sc-panel { padding:30px 60px; }
}
@media screen and ( min-width:801px ) {
	.sc-accordion\@Tablet-lt { border:1px solid #4E420B; }
	
	.sc-accordion\@Tablet-lt .sc-panel__body { overflow-y:auto; }
	.sc-accordion\@Tablet-lt .sc-panel__body > * { padding-right:1.0em; }
	
	.sc-accordion\@Tablet-lt [id="accordion1"] ~ .sc-panel__body { height:30.0em; }
	.sc-accordion\@Tablet-lt [id="accordion2"] ~ .sc-panel__body { height:30.0em; }
}
@media screen and ( max-width:800px ) {
	.sc-panel { padding:20px 10px; }
	
	.sc-accordion\@Tablet-lt { padding:0; }
	.sc-accordion\@Tablet-lt .sc-panel__head {
		margin-bottom:0;
		background-color:#6A3906;
		color:#FFF;
		font-size:1.8rem;
	}
	.sc-accordion\@Tablet-lt .sc-panel__head .sc-accordion\@Tablet-lt__label { padding:0.8em 10px; }
	.sc-accordion\@Tablet-lt .sc-panel__head::after {
		margin:auto 0;
		background:url( "../img/index/icon_angle_down_white.png" ) center center / contain no-repeat;
		position:absolute;
		top:0;
		bottom:0;
		right:10px;
		display:block;
		width:1.0em;
		height:1.0em;
		content:"";
	}
	.sc-accordion\@Tablet-lt__input:checked ~ .sc-panel__head::after { transform:rotateZ( 180deg ); }
	.sc-accordion\@Tablet-lt .sc-panel__body { padding:20px 10px; }
}
@media screen and ( max-width:667px ) {}

/** sc-accordion@Tablet-lt **/

.sc-accordion\@Tablet-lt {}
.sc-accordion\@Tablet-lt__input { display:none; }
.sc-accordion\@Tablet-lt__label {
	display:block;
	pointer-events:none;
}
.sc-accordion\@Tablet-lt__content {}

@media screen and ( max-width:800px ) {
	.sc-accordion\@Tablet-lt__label {
		cursor:pointer;
		pointer-events:auto;
	}
	.sc-accordion\@Tablet-lt__content { display:none; }
	.sc-accordion\@Tablet-lt__input:checked ~ .sc-accordion\@Tablet-lt__content { display:block; }
}
