body {
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "ヒラギノ";
	font-size: 16px;
	line-height: 1.7;
	color: #000;
	-webkit-text-size-adjust: none;
	background-image: url(../../images/background2.jpg);
	background-size: 120% auto;
	background-position: center top;
	background-attachment: fixed;
}

body#recipe,
body#movie {
	background-image: url(../../images/background2.jpg);
}

* {
	box-sizing: border-box;
}

@media (max-width:767px) {
	body {
		background-size: 180% auto;
	}
}

/** ***************************************************************************
 * 共用
 * ************************************************************************* */
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	max-width: 100%;
}

strong {
	font-weight: bold;
}

a {
	color: #000;
	outline: none;
}

strong,
.bold {
	font-weight: bold;
}

.center {
	text-align: center;
	margin: 0 auto;
}

.right {
	text-align: right;
}

.f11 {
	font-size: 11px;
	line-height: 1.4em;
}

.f14 {
	font-size: 14px;
	line-height: 1.5em;
}

.f15 {
	font-size: 15px;
}

.f16 {
	font-size: 16px;
}

.f18 {
	font-size: 18px;
}

.f19 {
	font-size: 19px;
	line-height: 1.65em;
}

.f20 {
	font-size: 20px;
	line-height: 1.65em;
}

.f21 {
	font-size: 21px;
	line-height: 1.65em;
}

.m20 {
	margin-bottom: 20px;
}

.m30 {
	margin-bottom: 30px;
}

.m40 {
	margin-bottom: 40px;
}

.m50 {
	margin-bottom: 50px;
}

.flex {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}

.flexL {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}

.flexC {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.sp_block {
	display: none;
}

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

	.sp_block,
	.sp_flexBlock {
		display: block;
	}

	.sp_none {
		display: none
	}
}

.clear {
	clear: both;
}

.block:after,
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0
}

@media (min-width: 768px) {
	.col-sm-offset-15 {
		margin-left: 12.5%;
	}
}

hr {
	display: none;
}

/* ---------------------------------------------- /*
 * Transition elsements
/* ---------------------------------------------- */


.navbar a,
.form-control {
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

a,
.btn {
	-webkit-transition: all 0.125s ease-in-out 0s;
	-moz-transition: all 0.125s ease-in-out 0s;
	-ms-transition: all 0.125s ease-in-out 0s;
	-o-transition: all 0.125s ease-in-out 0s;
	transition: all 0.125s ease-in-out 0s;
}

a.btn {
	display: block;
	width: 96%;
	background-color: #00A73C;
	border-radius: 12px;
	color: #fff !important;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	padding: 12px 0;
	margin: 0 auto;
	box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
}

a.btn:hover,
a.btn:active {
	color: #fff;
	opacity: 0.8;
}

a.btn.stop {
	background: #bbb;
	cursor: auto;
	pointer-events: none;
	position: relative;
}

a.btn.stop:hover,
a.btn.stop:active {
	color: #fff;
	opacity: 1;
}

/* ---------------------------------------------- /*
 * Typography
/* ---------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
	letter-spacing: 1px;
	margin: 5px 0 5px;
}

h2 {
	font-size: 32px;
	margin: 0 0 30px;
}

h3 {
	font-size: 24px;
	letter-spacing: 1px;
	margin: 0 0 5px;
}

h4 {
	font-size: 20px;
	letter-spacing: 1px;
}

h5 {
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: 400;
}

h6 {
	font-size: 11px;
	letter-spacing: 1px;
	font-weight: 400;
}

@media (max-width: 767px) {
	h1 {
		font-size: 24px;
	}

	h2 {
		font-size: 24px;
		margin: 0 0 30px;
	}

	h3 {
		font-size: 20px;
		letter-spacing: 1px;
		margin: 0 0 5px;
	}

	h4 {
		font-size: 16px;
		letter-spacing: 1px;
	}

	h5 {
		font-size: 14px;
		letter-spacing: 1px;
		font-weight: 400;
	}

}

/* ---------------------------------------------- /*
 * General Styles
/* ---------------------------------------------- */
div[class^="col-sm-"] {
	margin-bottom: 20px;
}

.pfblock {
	padding: 50px 0;
	overflow: hidden;
}

.pfblock2 {
	padding: 0 0 25px;
	overflow: hidden;
}


.pfblock-header {
	text-align: center;
	position: relative;
	z-index: 10;
}


.pfblock-title {
	font-weight: bold;
}

.pfblock-title span {
	font-size: 0.7em;
}

.pfblock-subtitle {
	font-style: normal;
	font-size: 16px;
}

.pfblock-subtitle h3 {
	margin-bottom: 1em;
}

.pfblock-line {
	background: #C41424;
	width: 80%;
	height: 1px;
	margin: 0 auto;
}

.pfblock-icon {
	font-size: 32px;
}

.long-down {
	margin-bottom: 40px;
}

@media (max-width: 767px) {
	.pfblock {
		padding: 25px 0;
		overflow: hidden;
	}

	.pfblock2 {
		padding: 0;
		overflow: hidden;
	}

}

@media (min-width: 751px) {
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
}



/** ***************************************************************************
 * レイアウト
 * ************************************************************************* */


.box2 {
	width: calc(100% / 2 - 2%);
	padding-left: 1%;
	padding-right: 1%;
	margin-bottom: 20px;
}

.box3 {
	width: calc(100% / 3 - 4%);
	padding-left: 2%;
	padding-right: 2%;
	margin-bottom: 20px;
}

.box4 {
	width: calc(100% / 4 - 4%);
	padding-left: 2%;
	padding-right: 2%;
	margin-bottom: 20px;
}

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

	.box2,
	.sp_box1 {
		width: calc(100% / 1);
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 20px;
	}

	.box3 {
		width: calc(100% / 1);
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 20px;
	}

	.box4,
	.sp_box2 {
		width: calc(100% / 2 - 4%);
		padding-left: 2%;
		padding-right: 2%;
		margin-bottom: 20px;
	}
}

.text_left {
	text-align: left;
}

.text_center {
	text-align: center;
}



#home {
	padding: 0;
	position: relative;
	min-height: 640px;
}

#home .title {
	width: 1024px;
	margin: 30px auto 20px;
	position: relative;
	z-index: 100;
}

#home a img {
	transition: transform .15s;
}

#home a:hover img {
	transform: scale(1.08);
}

#home .link_recipe {
	width: 512px;
}

#home .link_movie {
	width: 512px;
}

#home .prize {
	width: 240px;
	position: absolute;
	right: -30px;
	bottom: -20px;
	z-index: 101;
	animation-duration: 1s;
}

#home .title-box {
	width: 1024px;
	margin: 0 auto;
	position: relative;
	background-color: #fff;
	border: 1px solid #fff;
	box-shadow: 0 0 20px rgba(255, 255, 255, 1);
}

#home .flex {
	width: 1024px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 100;
}

@media (max-width:767px) {
	#home {
		min-height: 0;
	}

	#home .title {
		width: auto;
		margin: 30px auto;
	}

	#home .link_logo {
		width: 62%;
		position: absolute;
		left: 50%;
		top: 48%;
		transform: translateX(-50%);
		z-index: 102;
	}

	#home .link_recipe {
		width: auto;
	}

	#home .link_movie {
		width: auto;
	}

	#home .prize {
		width: 23%;
		position: absolute;
		right: -3%;
		bottom: 0px;
	}

	#home .title-box {
		width: auto;
	}

	#home .flex {
		width: auto;
		margin: 0 auto;
		display: block;
	}
}

@keyframes animation-left {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-100%);
	}
}

.scroll-infinity__wrap {
	display: flex;
	overflow: hidden;
}

.scroll-infinity__list {
	display: flex;
	list-style: none;
	padding: 0
}

#introduction {
	color: #40220f;
	font-weight: bold;
	margin-bottom: 25px;
	text-align: center;
}

#introduction span {
	color: #c24500;
	background-color: #FFF;
}

#introduction span.notes {
	font-size: 14px;
}

#introduction a {
	display: block;
	color: #00A73C;
	text-align: center;
	background-color: #fff;
	padding: 8px;
	border-radius: 8px;
	box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.3);
}

#introduction a:hover {
	text-decoration: none;
	opacity: 0.8;
}

#recipe h2 {
	text-align: center;
	color: #f08300;
	font-size: 32px;
	line-height: 1.4;
}

#movie h2 {
	text-align: center;
	color: #00a040;
	font-size: 32px;
	line-height: 1.4;
}


#recipe h2 span,
#movie h2 span {
	font-size: 0.7em;
}

#application {
	margin-bottom: 60px;
}

#recipe #application h3 {
	background-color: #f08300;
	color: #fff;
	padding: 12px 18px;
	margin-bottom: 16px;
	border-radius: 8px;
}


#movie #application h3 {
	background-color: #00a040;
	color: #fff;
	padding: 12px 18px;
	margin-bottom: 16px;
	border-radius: 8px;
}


#application table {
	border-collapse: collapse;
}

#recipe #application table th,
#recipe #application table td {
	border: 1px solid #f08300;
	padding: 8px;
	font-size: 14px;
	background-color: #fff;
}

#recipe #application table th {
	vertical-align: top;
	width: 12em;
	color: #f08300;
	font-size: 18px;
	background-color: #fff6e4;
}

#movie #application table th,
#movie #application table td {
	border: 1px solid #00a040;
	padding: 8px;
	font-size: 14px;
	background-color: #fff;
}

#movie #application table th {
	vertical-align: top;
	width: 12em;
	color: #00a040;
	font-size: 18px;
	background-color: #d9ffe8;
}

#application table td ul {
	margin-left: 0;
	padding-left: 2em;
}

#application table td a {
	text-decoration: underline;
}

#menu h3 {
	background-color: #006026;
	color: #fff;
	padding: 12px 18px;
	margin-bottom: 16px;
	border-radius: 8px;
}

#menu ul {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
	list-style-type: square;
}

#menu ul li {
	font-size: 18px;
	margin-bottom: .25em;
	padding-left: .5em;
	color: #006026;
	border-bottom: 1px dotted #006026;
}

#menu ul li a {
	color: #36972A;
}

#download {
	margin-bottom: 60px;
}

@media (max-width:767px) {

	#recipe h2 {
		font-size: 5.2vw;
		line-height: 1.4;
	}

	#movie h2 {
		font-size: 5.2vw;
		line-height: 1.4;
	}

	#recipe h2 span,
	#movie h2 span {
		font-size: 0.7em;
	}


	#introduction p {
		font-size: 2.9vw;
	}

	#application {
		margin-bottom: 40px;
	}

	#recipe #application table th,
	#movie #application table th {
		width: auto;
		border-bottom: none;
	}

	#recipe #application table th,
	#movie #application table th,
	#recipe #application table td,
	#movie #application table td {
		display: block;
		width: 100%;
	}

	#application table th {
		border-bottom: none;
	}

	#download {
		margin-bottom: 40px;
	}
}


/* ---------------------------------------------- /*
 * Footer
/* ---------------------------------------------- */

#footer {
	background-color: #FFF;
	text-align: center;
	padding: 40px 0 10px 0;
}

#footer h3 {
	border-radius: 13px;
	padding: 5px;
	width: 100%;
	max-width: 375px;
	margin: 0 auto 10px auto;
}

#footer a {
	color: #000;
	font-weight: bold;
}

#footer .hakko {
	display: inline-block;
}

.copyright {
	margin: 0;
	padding: 10px;
	text-align: center;
}

@media (max-width:767px) {
	#footer h3 {
		max-width: 230px;
	}
}

table {
	width: 100%;
	border-collapse: collapse;
}

td {
	padding: 5px;
}

th {
	padding: 5px;
}