@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-title **/

.sc-title {
	margin:auto;
	position:relative;
	display:block;
	text-align:center;
}
.sc-title > * {
	width:100%;
	height:auto;
	vertical-align:top;
}

@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;
	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--pink-light { background-color:#FADBD9; }
.sc-section--pink-light .sc-section__head { color:#6A3906; }

.sc-section--flesh-stripe { background:#FDE98D linear-gradient( to right, #FCDFC0, #FCDFC0 25%, #FAD0A4 25%, #FAD0A4 50%, #FCDFC0 50%, #FCDFC0 75%, #FAD0A4 75%, #FAD0A4 ) top center / 60px 60px repeat; }
.sc-section--flesh-stripe .sc-section__head { color:#654B3F; }

@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:url( "../img/index/bg_intro.png" ) center center / 90% no-repeat; }
.sc-intro__lead {
	margin:0 auto;
	position:relative;
	display:block;
	text-align:center;
	font-family:"Kosugi Maru", sans-serif;
	font-weight:bold;
	font-size:2.4rem;
	color:#6A3906;
}
.sc-intro__lead > p:nth-child(2) > em:first-child {
	font-size:100%;
	color:#E50012;
}
.sc-intro__lead em {
	position:relative;
	font-weight:bold;
	font-size:120%;
}
.sc-intro__lead .sc-intro__number {
	line-height:1.2;
	font-size:160%;
}
.sc-intro__lead .sc-intro__w2x {
	display:inline-block;
	letter-spacing:0.5em;
	transform:scaleX( 2.0 );
	transform-origin:left;
}
.sc-intro__pork\@sp { display:none; }

@media screen and ( min-width:801px ) and ( max-width:1200px ) {
	.sc-intro { background-size:98%; }
}
@media screen and ( min-width:801px ) and ( max-width:1000px ) {
	.sc-intro__lead { font-size:1.8rem; }
}
@media screen and ( max-width:800px ) {
	.sc-intro { background:none; }
	.sc-intro__lead { font-size:2.0rem; }
	.sc-intro__pork\@sp {
		margin:2.0em auto 0;
		padding:0 1.0em;
		display:block;
		max-width:420px;
	}
	.sc-intro__pork\@sp::after {
		padding-top:calc( 424 / 600 * 100% );
		background:url( "../img/index/bg_intro@sp.png" ) center top / contain no-repeat;
		display:block;
		width:100%;
		height:0;
		content:"";
	}
}
@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 { font-size:1.7rem; }
}

/** sc-flow **/

.sc-flow {}
.sc-flow .sc-section__head {
	margin-left:auto;
	margin-right:auto;
	max-width:540px;
}

@media screen and ( max-width:1000px ) {
	.sc-flow .sc-section__head { max-width:480px; }
}
@media screen and ( max-width:800px ) {}
@media screen and ( max-width:667px ) {
	.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:calc( 20 / 460 * 100% );
	border:2px solid #6A3906;
	background-color:#FFF;
	position:relative;
	display:block;
	text-align:center;
	font-family:"Kosugi Maru", sans-serif;
	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;
	padding-top:calc( 20 / 460 * 100% );
	display:block;
	width:calc( 140 / 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__head > p em {
	font-weight:bold;
	color:#E50012;
}
.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;
}
.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( 180 / 780 * 100% ); }
	.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; }
}

/** 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 ) {}
@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 {
	background:#FFFDE9 url( "../img/index/bg_prize.png" ) center top / contain no-repeat;
	color:#6A3906;
}
.sc-prize .sc-section__head {
	margin-left:auto;
	margin-right:auto;
	max-width:540px;
}
.sc-prize__image {
	margin:0 auto;
	position:relative;
	display:block;
	max-width:960px;
}
.sc-prize__image > img { display:block; }

@media screen and ( max-width:1000px ) {
	.sc-prize .sc-section__head { max-width:480px; }
}
@media screen and ( max-width:800px ) {
	.sc-prize { background-image:none; }
	.sc-prize__image {
		margin-top:3.0em;
		max-width:480px;
	}
}
@media screen and ( max-width:667px ) {}

/** sc-recipe **/

.sc-recipe {}
.sc-recipe .sc-section__head {
	margin-left:auto;
	margin-right:auto;
	max-width:680px;
}
.sc-recipe__slider {
	margin:0 auto;
	padding-left:27px;
	padding-right:27px;
	position:relative;
	max-width:1200px;
	overflow:hidden;
}
.sc-recipe__slider::before,
.sc-recipe__slider::after {
	position:absolute;
	top:0;
	bottom:0;
	z-index:2;
	display:block;
	width:37px;
	height:100%;
	content:"";
}
.sc-recipe__slider::before {
	background:linear-gradient( to right, rgba( 255, 255, 255, 1.0 ), rgba( 255, 255, 255, 0.0 ) ) left center repeat;
	left:0;
}
.sc-recipe__slider::after {
	background:linear-gradient( to left, rgba( 255, 255, 255, 1.0 ), rgba( 255, 255, 255, 0.0 ) ) right center repeat;
	right:0;
}
.sc-recipe__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'%236a3906'%2F%3E%3C%2Fsvg%3E" );
	left:0;
}
.sc-recipe__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'%236a3906'%2F%3E%3C%2Fsvg%3E" );
	right:0;
}

@media screen and ( max-width:800px ) {
	.sc-recipe .sc-section__head { max-width:480px; }
}
@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 15px;
	position:relative;
	height:auto;
}

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

/** sc-recipeCard **/

.sc-recipeCardList .sc-recipeCard {
	margin:0 auto;
	width:100%;
	height:100%;
	max-width:372px;
}
.sc-recipeCard {
	padding:5px 15px;
	background-color:#FFF;
	display:flex;
	flex-flow:column;
	justify-content:flex-start;
	align-items:center;
	color:#6A3906;
}
.sc-recipeCard__image {
	margin-bottom:10px;
	display:block;
	flex:none;
}
.sc-recipeCard__name {
	margin-bottom:10px;
	display:block;
	width:100%;
	line-height:1.5;
	text-align:center;
}
.sc-recipeCard__button {
	margin-top:auto;
	padding:0.1em 2.0em;
	border:1px solid #6A3906;
	border-radius:2.0em;
	display:inline-flex;
	justify-content:center;
	align-items:center;
	text-align:center;
}
.sc-recipeCard__button::after {
	margin-left:0.5em;
	border:solid #6A3906;
	border-width:1px 1px 0 0;
	display:block;
	width:0.5em;
	height:0.5em;
	transform:rotateZ( 45deg );
	content:"";
}
.sc-recipeCard:hover {
	color:#6A3906;
	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:#6A3906;
}
.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; }
}
