@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:700&display=swap&subset=japanese);
@charset "UTF-8";
@keyframes fadeIn {
	0% {
		display: none;
		opacity: 0;
	}
	1% {
		display: block;
		opacity: 0;
	}
	100% {
		display: block;
		opacity: 1;
	}
}

@keyframes fadeOut {
	0% {
		display: block;
		opacity: 1;
	}
	99% {
		display: block;
		opacity: 0;
	}
	100% {
		display: none;
		opacity: 0;
	}
}

@keyframes fadeOutLoading {
	0% {
		display: block;
		opacity: 1;
		top: 0vh;
	}
	99% {
		display: block;
		opacity: 0;
		top: 0vh;
	}
	100% {
		display: none;
		opacity: 0;
		top: -100vh;
	}
}

@keyframes slideIn {
	0% {
		opacity: 0;
		transform: translateX(4rem);
	}
	100% {
		opacity: 1;
		transform: translateX(0rem);
	}
}

@keyframes slideIn_2 {
	0% {
		opacity: 0;
		transform: translate(-20%, 10%) rotate(10deg);
	}
	100% {
		opacity: 1;
		transform: translate(0%, 0%) rotate(0deg);
	}
}

@keyframes slideInFromL {
	0% {
		opacity: 0;
		transform: translateX(-30%);
	}
	100% {
		opacity: 1;
		transform: translateX(0%);
	}
}

@keyframes slideInFromL_s {
	0% {
		opacity: 0;
		transform: translateX(-5%);
	}
	100% {
		opacity: 1;
		transform: translateX(0%);
	}
}

@keyframes slideInFromR {
	0% {
		opacity: 0;
		transform: translateX(30%);
	}
	100% {
		opacity: 1;
		transform: translateX(0%);
	}
}

@keyframes slideInFromR_s {
	0% {
		opacity: 0;
		transform: translateX(5%);
	}
	100% {
		opacity: 1;
		transform: translateX(0%);
	}
}

@keyframes slideUp {
	0% {
		opacity: 0;
		transform: translateY(4rem);
	}
	100% {
		opacity: 1;
		transform: translateY(0rem);
	}
}

@keyframes slideUp_s {
	0% {
		opacity: 0;
		transform: translateY(2rem);
	}
	100% {
		opacity: 1;
		transform: translateY(0rem);
	}
}

@keyframes zoomfadeIn {
	0% {
		transform: scale(1.1);
		opacity: 0;
	}
	100% {
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes rotatefadeIn {
	0% {
		transform: rotate(-20deg) scale(1.08);
		opacity: 0;
	}
	60% {
		opacity: 1;
	}
	100% {
		transform: rotate(0deg) scale(1);
		opacity: 1;
	}
}

@keyframes rotatefadeIn_rev {
	0% {
		transform: rotate(20deg) scale(1.05);
		opacity: 0;
	}
	60% {
		opacity: 1;
	}
	100% {
		transform: rotate(0deg) scale(1);
		opacity: 1;
	}
}

@keyframes fadeInOut {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes scaleBounceIn {
	0% {
		transform: scale(0.94);
		opacity: 0;
	}
	20% {
		transform: scale(1.15);
		opacity: 0.6;
	}
	40% {
		transform: scale(0.94);
		opacity: 1;
	}
	70% {
		transform: scale(1.05);
		opacity: 1;
	}
	85% {
		transform: scale(0.98);
		opacity: 1;
	}
	96% {
		transform: scale(1.02);
		opacity: 1;
	}
	100% {
		transform: scale(1);
		opacity: 1;
	}
}

/* Base styles: opinionated defaults */
html {
	font-size: 10px;
}

img {
	vertical-align: middle;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {
	border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-weight: normal;
	font-style: normal;
}

ol, ul {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}

a {
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	text-decoration: none;
}

* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	font-feature-settings: "palt";
}

#Container {
	position: relative;
	width: 100%;
}

#Container div[class*="_inner"] {
	max-width: 980px;
	margin: 0 auto;
}

.WrapTop {
	width: 980px;
	margin: 0 auto;
}

.contents * {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #000;
	font-size: 1rem;
}

.contents * p {
	letter-spacing: 0.04em;
}

.contents * a {
	text-decoration: none;
}

.contents * h1, .contents * h2, .contents * h3, .contents * h4, .contents * h5, .contents * p, .contents * a, .contents * li, .contents * span {
	color: #575757;
}

.contents .keyvisual_block {
	position: relative;
	overflow: hidden;
}

.contents .keyvisual_block img {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.nav_block span {
	font-family: 'Noto Sans JP', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.redText {
	color: #e60027;
}

[class*="text--bold"] {
	font-weight: 700;
	padding-left: 0.1em;
	padding-right: 0.1em;
}

[class*="caption"] {
	padding-left: 1em;
	position: relative;
	line-height: 1.4;
	display: block;
}

[class*="caption"] span {
	font-size: inherit;
	font-weight: inherit;
	position: absolute;
	left: 0;
	height: 1.4em;
}

/*
																				loading
----------------------------------------------------- */
#loading {
	direction: ltr;
	position: absolute;
	top: 0;
	z-index: 99999;
	width: 100%;
	height: 100%;
}

#loading .circle {
	display: block;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) !important;
	-ms-transform: translate(-50%, -50%) !important;
	transform: translate(-50%, -50%) !important;
}

#loading .circle span {
	position: relative;
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 20px;
	border: 4px solid #e84472;
	border-left: 4px solid transparent;
	box-sizing: border-box;
	animation-duration: 0.7s;
	animation-timing-function: linear;
	animation-fill-mode: both;
	animation-name: loading;
	animation-iteration-count: infinite;
}

.loaded #loading.loadingHide .circle {
	animation-name: fadeOut;
	animation-duration: 0.3s;
	animation-fill-mode: both;
	animation-timing-function: cubic-bezier(0.09, 0.64, 0.62, 0.99);
}

@keyframes loading {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/*
																				nav
----------------------------------------------------- */
.band_status {
	padding: 1.9rem 0;
	background: #f00;
}
.band_status .txt {
	font-size: 3.2rem;
	line-height: 3.2rem;
	text-align: center;
	color: #fff;
}
.nav_block {
	background: #e84472;
}

.nav_block .nav_inner {
	max-width: 900px !important;
}

.nav_block .nav_inner .nav_items {
	display: flex;
	align-items: center;
	justify-content: center;
}

.nav_block .nav_inner .nav_item {
	position: relative;
}

.nav_block .nav_inner .nav_item a {
	display: block;
	backface-visibility: hidden;
	padding: 0 3.8em;
	text-align: center;
	white-space: nowrap;
}

.nav_block .nav_inner .nav_item a > span {
	position: relative;
	display: inline-block;
	padding-left: 4.5rem;
	color: #fff;
	font-size: 2.2rem;
	line-height: 3.8;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.nav_block .nav_inner .nav_item a > span:after {
	position: absolute;
	top: calc(50% + 0.7em);
	right: 0;
	content: " ";
	display: block;
	width: calc(100% - 4.5rem);
	height: 2px;
	background: #fff;
	opacity: 0;
}

.nav_block .nav_inner .nav_item .nav_item-ico {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	display: block;
	width: 3rem;
	height: 3rem;
	background: #fff;
	border-radius: 50%;
}

.nav_block .nav_inner .nav_item .nav_item-ico:before {
	content: " ";
	display: block;
	width: 0.9rem;
	height: 0.9rem;
	border: solid 0.2rem #e84472;
	border-left: none;
	border-bottom: none;
	position: absolute;
	top: 50%;
	left: 44%;
	transform: translate(-50%, -50%) rotate(45deg);
}

.nav_block .nav_inner .nav_closeBtn {
	display: none;
}

.genen-top + .nav_block .nav_item:nth-of-type(1),
.genen-about + .nav_block .nav_item:nth-of-type(1),
.genen-recipe + .nav_block .nav_item:nth-of-type(2) {
	pointer-events: none;
}

.genen-top + .nav_block .nav_item:nth-of-type(1) .nav_item-ico,
.genen-about + .nav_block .nav_item:nth-of-type(1) .nav_item-ico,
.genen-recipe + .nav_block .nav_item:nth-of-type(2) .nav_item-ico {
	transform: translateY(-50%) rotate(90deg);
}

.genen-top + .nav_block .nav_item:nth-of-type(1) a > span:after,
.genen-about + .nav_block .nav_item:nth-of-type(1) a > span:after,
.genen-recipe + .nav_block .nav_item:nth-of-type(2) a > span:after {
	opacity: 1;
}

.detail_btn-block {
	background: #fff;
	border-radius: 100rem;
}

:not(.detail_btn-block)[class*="detail_btn"] {
	display: block;
	text-align: center;
	position: relative;
	border-radius: 100rem;
	background: #fff;
	border: solid 2px #000;
	line-height: 1.2;
}

:not(.detail_btn-block)[class*="detail_btn"]:after {
	content: " ";
	display: block;
	position: absolute;
	top: 50%;
	right: 1.5rem;
	width: 0.5rem;
	height: 0.5rem;
	border-top: solid 2px #000;
	border-right: solid 2px #000;
	transform: translateY(-50%) rotate(45deg);
}

:not(.detail_btn-block)[class*="detail_btn"] span {
	font-weight: 700;
	letter-spacing: 0.06em;
}

.detail_btn--img {
	width: 84rem;
	max-width: 840px;
	margin: 5.5rem auto;
}

.detail_btn--img a {
	position: relative;
}

.detail_btn--img a:before {
	content: " ";
	display: block;
	position: absolute;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.detail_btn--img a:after {
	display: none;
}

.pageBottom_block {
	border-bottom: 2px solid #41210f;
}

.pageBottom_block .pagetop_block {
	position: relative;
	width: 85rem;
	margin-left: auto;
	margin-right: auto;
	padding: 0 1.5rem;
}

.pageBottom_block .pagetop_btn {
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	width: 10.4rem;
	height: 2.6rem;
	background: url(../img/pagetop_pc.png) no-repeat;
	background-size: 100% auto;
}

.contents section {
	position: relative;
	background-repeat: repeat;
	background-size: 100% auto;
	background-position: center;
}

.contents [class*="--line"] {
	display: inline-block;
	padding-left: 0.2em;
	padding-right: 0.2em;
	padding-bottom: 0.2em;
	background-image: linear-gradient(#fff100, #fff100);
	background-size: 100% 1rem;
	background-position: bottom left;
	background-repeat: no-repeat;
}

/*
																				top
----------------------------------------------------- */
.genen-top section .cont_ttl {
	padding-top: 6rem;
	text-align: center;
}

.genen-top .mainvisual_block {
	position: relative;
	overflow: hidden;
	background: #bbeafe;
}

.genen-top .mainvisual_block .mainvisual_img img {
	width: 200rem;
	display: block;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.genen-top .cont_txt--caption {
	display: inline-block;
	font-size: 1.2rem;
	color: #575757;
}

.genen-top .cont_txt--caption span {
	display: inline-block;
}

.genen-top .cont_block01 {
	background: #fff;
	padding: 5rem 0 6rem;
	overflow: hidden;
}

.genen-top .cont_block01 .cont_inner {
	position: relative;
	z-index: 2;
}

.genen-top .cont_block01 .cont_txt {
	text-align: center;
	margin-bottom: 4rem;
}

.genen-top .cont_block01 .cont_txt img {
	width: 80.1rem;
	max-width: 801px;
}

.genen-top .cont_block01 .cont_link a {
	display: inline-block;
	margin: 0 2rem 0 0;
	width: 479px;
}

.genen-top .cont_block01 .cont_link a:last-child {
	margin: 0;
} 

.genen-top .cont_block01:before, .genen-top .cont_block01:after {
	content: " ";
	display: block;
	position: absolute;
	width: 19.9rem;
	height: 19.9rem;
	background-image: url(../../top/img/cont01_bg.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	z-index: 0;
}

.genen-top .cont_block01:before {
	top: 0;
	left: calc(50% - 72rem);
}

.genen-top .cont_block01:after {
	bottom: 0;
	right: calc(50% - 72rem);
	transform: rotate(180deg);
}

.genen-top .cont_block02 {
	text-align: center;
	padding-bottom: 6rem;
	background-image: url(../img/bg01.png);
}

.genen-top .cont_block02 .cont_ttl {
	padding-top: 9rem;
	padding-bottom: 1rem;
}

.genen-top .cont_block02 .cont_ttl img {
	max-width: 531px;
	width: 53.1rem;
}

.genen-top .cont_block02 .cont_anchor-links {
	display: flex;
	justify-content: space-around;
	box-sizing: border-box;
	width: 98rem;
	padding: 0 10rem;
	position: absolute;
	top: -3rem;
	background: #1b95c7;
	border-radius: 5rem;
	z-index: 2;
}

.genen-top .cont_block02 .cont_anchor-link {
	position: relative;
	display: block;
}

.genen-top .cont_block02 .cont_anchor-link:before {
	content: " ";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 0.8rem;
	height: 0.8rem;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: translateY(-50%) rotate(45deg);
}

.genen-top .cont_block02 .cont_anchor-link span {
	position: relative;
	display: block;
	padding-left: 2.6rem;
	padding-bottom: 0.3rem;
	font-size: 2rem;
	color: #fff;
	font-weight: 700;
	line-height: 5.7rem;
	letter-spacing: 0.04em;
}

.genen-top .cont_block02 .cont_anchor-link span:after {
	content: " ";
	display: block;
	position: absolute;
}

.genen-top .cont_block02 .cont_anchor-link span:after {
	right: -0.8rem;
	bottom: 0.6em;
	width: calc(100% - 1rem);
	height: 3px;
	background: #fff100;
	opacity: 0;
}

.genen-top .cont_block02 .cont_items {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.genen-top .cont_block02 .detail_btn-block {
	display: inline-block;
}

.genen-top .cont_block02 .detail_btn {
	padding: 0.7rem 0 0.8rem;
	width: 24.5rem;
	border-color: #23ac38;
}

.genen-top .cont_block02 .detail_btn > span {
	padding-right: 0.6em;
	font-size: 1.7rem;
	color: #23ac38;
	display: inline-block;
}

.genen-top .cont_block02 .detail_btn > span .pc {
	display: inline;
}

.genen-top .cont_block02 .detail_btn:after {
	border-color: #23ac38;
}

.genen-top .cont_block02 .cont_item {
	padding-left: 4rem;
}

.genen-top .cont_block02 .cont_item img {
	display: block;
	margin-left: -5.4rem;
	margin-bottom: 1rem;
}

.genen-top .cont_block02 .cont_item:nth-of-type(n+4) {
	margin-top: 3.5rem;
}

.genen-top .cont_block02 .cont_item:nth-of-type(n+4) img {
	margin-left: -4.7rem;
}

.genen-top .cont_block02 .cont_item:nth-of-type(1), .genen-top .cont_block02 .cont_item:nth-of-type(4) {
	padding-left: 0;
}

.genen-top .cont_block02 .cont_item:nth-of-type(4) .detail_btn, .genen-top .cont_block02 .cont_item:nth-of-type(5) .detail_btn, .genen-top .cont_block02 .cont_item:nth-of-type(6) .detail_btn, .genen-top .cont_block02 .cont_item:nth-of-type(7) .detail_btn {
	width: 20.5rem;
}

.genen-top .cont_block02 .cont_txt--caption {
	margin: 4rem 0 0;
}

.genen-top .cont_block02 .cont_link {
	display: flex;
	justify-content: space-between;
}

.genen-top .cont_block02 .cont_link a {
	display: inline-block;
	background-image: url(../../top/img/cont02_btn_bg_pc.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.genen-top .cont_block02 .cont_link img {
	width: 47.9rem;
	max-width: 479px;
}

.genen-top .cont_block03,
.genen-top .cont_block04 {
	position: relative;
}

.genen-top .cont_block03:before,
.genen-top .cont_block04:before {
	content: " ";
	display: block;
	position: absolute;
	width: 100%;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center;
}

.genen-top .cont_block03 {
	background: #d5f3ff;
	text-align: center;
}

.genen-top .cont_block03 .cont_ttl {
	position: relative;
	z-index: 2;
	padding-top: 4.5rem;
}

.genen-top .cont_block03 .cont_ttl img {
	max-width: 563px;
	width: 56.3rem;
}

.genen-top .cont_block03 .cont_img {
	margin-top: -4rem;
}

.genen-top .cont_block03 .cont_img img {
	max-width: 981px;
	width: 98.1rem;
}

.genen-top .cont_block03 .cont_txt--caption {
	margin-top: 3rem;
}

.genen-top .cont_block03 .period_block {
	position: relative;
	width: 88rem;
	height: 22.2rem;
	padding-top: 6.5rem;
	box-sizing: border-box;
	margin: 9.5rem auto 0;
	text-align: center;
	background-image: url(../../top/img/cont03_img03_bg_pc.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.genen-top .cont_block03 .period_ttl {
	position: absolute;
	top: -3.5rem;
	width: 100%;
}

.genen-top .cont_block03 .period_ttl img {
	max-width: 297px;
	width: 29.7rem;
}

.genen-top .cont_block03 .period_txt {
	line-height: 1;
}

.genen-top .cont_block03 .period_txt, .genen-top .cont_block03 .period_txt span {
	color: #e84472;
	font-weight: 700;
}

.genen-top .cont_block03 .period_txt span.pc {
	display: inline;
}

.genen-top .cont_block03 .period_txt:nth-of-type(1) {
	font-size: 3.2rem;
	color: #e84472;
	font-weight: 700;
}

.genen-top .cont_block03 .period_txt:nth-of-type(1) span {
	font-size: 2.4rem;
}

.genen-top .cont_block03 .period_txt:nth-of-type(2) {
	margin-top: 1.5rem;
	letter-spacing: 0.08em;
}

.genen-top .cont_block03 .period_txt:nth-of-type(2) span:not(.period_txt--line):not(.pc) {
	display: inline-block;
	box-sizing: border-box;
	width: 18rem;
	padding-bottom: 0.3rem;
	font-size: 1.8rem;
	line-height: 3.7rem;
	border: solid 1px  #e84472;
}

.genen-top .cont_block03 .period_txt:nth-of-type(2) .period_txt--line {
	font-size: 2rem;
	margin-left: 1rem;
}

.genen-top .cont_block03 .period_caption {
	margin-top: 1rem;
	font-size: 1.2rem;
	font-weight: 700;
}

.genen-top .cont_block04 {
	background: #d5f3ff;
	padding-bottom: 6rem;
}

.genen-top .cont_block04 .cont_ttl img {
	max-width: 150px;
	width: 15rem;
}

.genen-top .cont_block04 .tab_wrap {
	margin-top: 2rem;
	border-radius: 2rem;
	overflow: hidden;
	background: #fff;
}

.genen-top .cont_block04 .tab_btns {
	display: flex;
	align-items: flex-start;
}

.genen-top .cont_block04 .tab_btn {
	background: #faf693;
	cursor: pointer;
}

.genen-top .cont_block04 .tab_btn img {
	width: 48rem;
}

.genen-top .cont_block04 .tab_btn--on {
	display: none;
}

.genen-top .cont_block04 .tab_btn--active {
	pointer-events: none;
}

.genen-top .cont_block04 .tab_btn--active img {
	width: 50rem;
}

.genen-top .cont_block04 .tab_btn--active .tab_btn--off {
	display: none;
}

.genen-top .cont_block04 .tab_btn--active .tab_btn--on {
	display: block;
}

.genen-top .cont_block04 .tab_item {
	padding: 0 5rem 5rem;
	display: none;
}

.genen-top .cont_block04 .tab_item--active {
	display: block;
}

.genen-top .cont_block04 .tab_ttl,
.genen-top .cont_block04 .tab_txt {
	padding-left: 12rem;
}

.genen-top .cont_block04 .tab_ttl {
	position: relative;
	padding-top: 4rem;
}

.genen-top .cont_block04 .tab_ttl .tab_ttl--line {
	font-size: 3rem;
	font-weight: 700;
	color: #1b95c7;
}

.genen-top .cont_block04 .tab_ttl:not(:first-child):before {
	content: " ";
	display: block;
	width: 98rem;
	height: 2.6rem;
	margin-left: -17rem;
	padding-bottom: 3rem;
	background-image: url(../../top/img/cont04_line_pc.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.genen-top .cont_block04 .tab_ttl-step {
	position: absolute;
	left: 0;
}

.genen-top .cont_block04 .tab_ttl-step img {
	width: 9.6rem;
	max-width: 96px;
}

.genen-top .cont_block04 .tab_txt {
	margin-top: 2rem;
}

.genen-top .cont_block04 .tab_txt, .genen-top .cont_block04 .tab_txt span {
	font-size: 1.7rem;
	font-weight: 700;
}

.genen-top .cont_block04 .tab_txt span {
	color: #1b95c7;
}

.genen-top .cont_block04 .tab_note {
	margin-top: 3rem;
	padding: 0 3.5rem 2rem;
	background: #fefde7;
}

.genen-top .cont_block04 .tab_note * {
	font-size: inherit;
	font-weight: 700;
}

.genen-top .cont_block04 .tab_note-ttl {
	margin-left: -3.5rem;
	margin-right: -3.5rem;
	font-size: 2.4rem;
	color: #e84472;
	text-align: center;
	line-height: 5rem;
	background: #faf693;
}

.genen-top .cont_block04 .tab_note-list {
	padding-top: 2.5rem;
}

.genen-top .cont_block04 .tab_note-txt {
	font-size: 2rem;
	letter-spacing: 0.1em;
	margin-left: 1.2em;
	text-indent: -0.8em;
}

.genen-top .cont_block04 .tab_note-txt + * {
	margin-top: 1rem;
}

.genen-top .cont_block04 .tab_note-txt--red {
	color: #e84472;
}

.genen-top .cont_block04 .tab_note-caption {
	font-size: 1.7rem;
}

.genen-top .cont_block04 .tab_check {
	position: relative;
	margin-top: 4rem;
	background: #faf693;
	border: solid 2px #1b95c7;
	padding: 1.5rem 0 1.5rem 5.5rem;
	border-radius: 10rem;
}

.genen-top .cont_block04 .tab_check-ttl {
	position: absolute;
	top: -1.8rem;
	left: 3.3rem;
}

.genen-top .cont_block04 .tab_check-ttl img {
	max-width: 95px;
	width: 9.5rem;
}

.genen-top .cont_block04 .tab_check-txt {
	font-size: 1.8rem;
	font-weight: 700;
}

.genen-top .cont_block04 .tab_item + .tab_item .tab_note {
	margin-top: 4rem;
}

.genen-top .cont_block04 .tab_address {
	margin-top: 4rem;
	padding: 2.5rem 3rem;
	background: #fefde7;
}

.genen-top .cont_block04 .tab_address * {
	font-weight: 700;
}

.genen-top .cont_block04 .tab_address-ttl {
	font-size: 2.4rem;
	color: #e84472;
	letter-spacing: 0.15rem;
}

.genen-top .cont_block04 .tab_address-txt {
	margin-top: 1.5rem;
	font-size: 2rem;
	line-height: 1.4;
	letter-spacing: 0.1rem;
}

.genen-top .cont_block04 .tab_img05-txt,
.genen-top .cont_block04 .tab_img05-caption {
	width: 68rem;
	margin-left: auto;
	margin-right: auto;
	font-weight: 700;
}

.genen-top .cont_block04 .tab_img05-caption {
	font-size: 1.4rem;
}

.genen-top .cont_block04 .tab_img05-caption + .tab_img05-caption {
	margin-top: 0.3rem;
}

.genen-top .cont_block04 .tab_img05-txt {
	margin-top: 2rem;
	font-size: 1.7rem;
	line-height: 1;
}

.genen-top .cont_block04 div[class*="tab_img"] {
	position: relative;
	margin-top: 3.5rem;
}

.genen-top .cont_block04 div[class*="tab_img"] img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.genen-top .cont_block04 div.tab_img01 img {
	margin-bottom: 1rem;
	width: 63.7rem;
	max-width: 637px;
}

.genen-top .cont_block04 div.tab_img02 img {
	width: 59rem;
	max-width: 590px;
}

.genen-top .cont_block04 div.tab_img03 {
	margin-top: 11rem;
}

.genen-top .cont_block04 div.tab_img03 img {
	position: absolute;
	top: -21.5rem;
	right: 4.8rem;
	width: 32.3rem;
	max-width: 323px;
}

.genen-top .cont_block04 div.tab_img04 {
	margin-top: 4rem;
}

.genen-top .cont_block04 div.tab_img04 img {
	width: 64.4rem;
	max-width: 644px;
}

.genen-top .cont_block04 div.tab_img05 {
	margin-top: 2rem;
	margin-bottom: 3rem;
}

.genen-top .cont_block05 {
	padding-bottom: 6rem;
	background-image: url(../../top/img/cont05_bg.png);
}

.genen-top .cont_block05 .cont_ttl img {
	max-width: 149px;
	width: 14.9rem;
}

.genen-top .cont_block05 .cont_txt {
	margin: 1.5rem 0 4rem;
	font-size: 1.7rem;
	font-weight: 700;
	text-align: center !important;
}

.genen-top .cont_block05 .terms_ttl, .genen-top .cont_block05 .terms_txt {
	font-weight: 700;
	letter-spacing: 0.1em;
}

.genen-top .cont_block05 .terms_block {
	box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
	padding: 3.5rem 5rem;
	border-radius: 2rem;
	background: #fff;
}

.genen-top .cont_block05 .terms_block-inner {
	height: 21rem;
	overflow: auto;
	margin-top: 2rem;
}

.genen-top .cont_block05 .terms_block li {
	text-indent: -0.8em;
	margin-left: 1.8em;
}

.genen-top .cont_block05 .terms_ttl {
	font-size: 2.4rem;
	color: #1b95c7;
	line-height: 1;
}

.genen-top .cont_block05 .terms_sub-ttl {
	line-height: 1;
	margin: 2rem 0 1rem;
	font-size: 1.6rem;
}

.genen-top .cont_block05 .terms_txt, .genen-top .cont_block05 .terms_txt--caption, .genen-top .cont_block05 .terms_txt--list {
	font-size: 1.6rem;
	line-height: 1.5;
}

.genen-top .cont_block05 .terms_txt a, .genen-top .cont_block05 .terms_txt--caption a, .genen-top .cont_block05 .terms_txt--list a {
	word-break: break-all;
	text-decoration: underline;
}

.genen-top .cont_block05 .terms_txt *, .genen-top .cont_block05 .terms_txt--caption *, .genen-top .cont_block05 .terms_txt--list * {
	font-size: inherit;
	font-weight: inherit;
}

.genen-top .cont_block05 .terms_txt + ul,
.genen-top .cont_block05 .terms_txt + p, .genen-top .cont_block05 .terms_txt--caption + ul,
.genen-top .cont_block05 .terms_txt--caption + p, .genen-top .cont_block05 .terms_txt--list + ul,
.genen-top .cont_block05 .terms_txt--list + p {
	margin-top: 0.5rem;
}

.genen-top .cont_block05 .terms_txt--list {
	text-indent: -0.6em;
	margin-left: 0.6em;
}

.genen-top .cont_block05 .terms_txt--caption {
	text-indent: -1em;
	font-size: 1.3rem !important;
}

.genen-top .cont_block05 .detail_btn-block {
	width: 54rem;
	margin: 4rem auto 0;
	border-radius: 10rem;
	border: none;
	background: #b87505;
}

.genen-top .cont_block05 .detail_btn-block:after {
	display: none;
}

.genen-top .cont_block05 .detail_btn {
	border: none;
	background: #f39800;
	transform: translateY(-5px);
}

.genen-top .cont_block05 .detail_btn span {
	font-size: 2.8rem;
	line-height: 9.5rem;
	padding-bottom: 0.5rem;
	color: #fff;
}

.genen-top .cont_block05 .detail_btn:before {
	content: " ";
	display: block;
	position: absolute;
	top: 50%;
	right: 1.5rem;
	transform: translateY(-50%);
	width: 3.8rem;
	height: 3.8rem;
	border-radius: 3rem;
	background: #fff;
}

.genen-top .cont_block05 .detail_btn:after {
	right: 3rem;
	width: 0.8rem;
	height: 0.8rem;
	border-color: #f39800;
}

.genen-top .cont_block06 {
	padding-bottom: 8rem;
	background: #d5f3ff;
}

.genen-top .cont_block06 .cont_ttl {
	padding-top: 4.5rem;
}

.genen-top .cont_block06 .cont_ttl img {
	max-width: 216px;
	width: 21.6rem;
}

.genen-top .cont_block06 .contact_wrap {
	margin-top: 3rem;
	display: flex;
	justify-content: space-between;
	padding: 4rem 7rem;
	border-radius: 2rem;
	background: #fff;
	box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}

.genen-top .cont_block06 .contact_ttl, .genen-top .cont_block06 .contact_txt {
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.06em;
}

.genen-top .cont_block06 .contact_ttl {
	position: relative;
	margin-bottom: 2rem;
	font-size: 2.4rem;
	color: #1b95c7;
}

.genen-top .cont_block06 .contact_ttl:before {
	position: absolute;
	top: 50%;
	left: 0;
	content: " ";
	display: inline-block;
	height: 3rem;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
	transform: translateY(-50%);
}

.genen-top .cont_block06 .contact_txt {
	font-size: 1.7rem;
}

.genen-top .cont_block06 .contact_txt + .contact_txt {
	margin-top: 1.5rem;
}

.genen-top .cont_block06 .contact_txt * {
	font-size: inherit;
	letter-spacing: inherit;
}

.genen-top .cont_block06 .contact_block--tel .contact_ttl {
	padding-left: 3.5rem;
}

.genen-top .cont_block06 .contact_block--tel .contact_ttl:before {
	width: 2.4rem;
	background-image: url(../../top/img/cont06_ico01_pc.png);
}

.genen-top .cont_block06 .contact_block--tel a {
	pointer-events: none;
}

.genen-top .cont_block06 .contact_block--mail {
	position: relative;
	padding-left: 7rem;
}

.genen-top .cont_block06 .contact_block--mail:before {
	content: " ";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background: #e0e0e0;
}

.genen-top .cont_block06 .contact_block--mail .contact_ttl {
	padding-left: 4.5rem;
}

.genen-top .cont_block06 .contact_block--mail .contact_ttl:before {
	width: 2.9rem;
	background-image: url(../../top/img/cont06_ico02_pc.png);
}

.genen-top .cont_block07 {
	text-align: center;
	padding: 5rem 0 6rem;
	background: #fff;
}

.genen-top .cont_block07 .detail_btn-block {
	display: inline-block;
}

.genen-top .cont_block07 .detail_btn {
	width: 38rem;
	margin: 0 1rem;
	border-color: #e84472;
}

.genen-top .cont_block07 .detail_btn span {
	line-height: 8.5rem;
	padding-bottom: 0.5rem;
	font-size: 2.2rem;
	color: #e84472;
}

.genen-top .cont_block07 .detail_btn:after {
	border-color: #e84472;
}

/*
																				narimono
----------------------------------------------------- */
.genen-about .tips_txt,
.genen-about .cont_txt {
	font-weight: 700;
	letter-spacing: 0.1em;
}

.genen-about .tips_txt *,
.genen-about .cont_txt * {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.genen-about .cont_txt--orange, .genen-about .cont_txt--orange * {
	color: #f37200;
}

.genen-about [class*="_clm2"] {
	display: flex;
	justify-content: space-between;
	align-items: start;
}

.genen-about .keyvisual_block {
	background: #cdf0ec;
}

.genen-about .tips_point-ttl img {
	max-width: 207px;
	width: 20.7rem;
}

.genen-about .cont_block01 {
	padding: 5.3rem 0 3rem;
	background: #fff;
	text-align: center;
	overflow: hidden;
}

.genen-about .cont_block01:before, .genen-about .cont_block01:after {
	position: absolute;
	top: 0;
	content: " ";
	display: block;
	height: 69rem;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.genen-about .cont_block01:before {
	left: calc(50% - 72rem);
	width: 28.4rem;
	background-image: url(../../about/img/cont01_bg01_pc.png);
}

.genen-about .cont_block01:after {
	right: calc(50% - 72rem);
	width: 24.3rem;
	background-image: url(../../about/img/cont01_bg02_pc.png);
}

.genen-about .cont_block01 .sec_inner > * {
	position: relative;
	z-index: 2;
}

.genen-about .cont_block01 .cont_txt {
	text-align: center;
}

.genen-about .cont_block01 .cont_txt:nth-of-type(1) img {
	max-width: 869px;
	width: 86.9rem;
}

.genen-about .cont_block01 .cont_txt:nth-of-type(2) {
	margin: 3rem 0 2rem;
}

.genen-about .cont_block01 .cont_txt + .cont_txt {
	font-size: 1.8rem;
}

.genen-about .cont_block01 .cont_img img {
	max-width: 870px;
	width: 87rem;
}

.genen-about .cont_block02 {
	padding: 6rem 0 9.5rem;
	background-image: url(../img/bg01.png);
}

.genen-about .cont_block02 .cont_ttl {
	text-align: center;
}

.genen-about .cont_block02 .cont_ttl img {
	width: 56.3rem;
	max-width: 563px;
}

.genen-about .cont_block02 .cont_txt {
	font-size: 1.6rem;
	line-height: 1.6;
	letter-spacing: 0.08em;
}

.genen-about .cont_block02 .cont_txt sup {
	display: inline;
	position: relative;
	top: 0.4em;
	line-height: 0.2em;
}

.genen-about .cont_block02 .cont_txt + .cont_txt {
	margin-top: 1rem;
}

.genen-about .cont_block02 .cont_txt-caption {
	margin-top: 1.5rem;
	font-size: 1.2rem;
	color: #777;
}

.genen-about .cont_block02 .cont_clm2 {
	margin-top: 5rem;
}

.genen-about .cont_block02 .cont_clm2 .cont_clm-left {
	width: 51rem;
}

.genen-about .cont_block02 .cont_clm2 img {
	max-width: 418px;
	width: 41.8rem;
}

.genen-about .cont_block03 {
	padding: 14rem 0 11rem;
	background: #d5f3ff;
}

.genen-about .cont_block03 .cont_ttl {
	position: absolute;
	top: -3.5rem;
}

.genen-about .cont_block03 .cont_ttl img {
	width: 100%;
}

.genen-about .cont_block03 .cont_txt {
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.7;
	letter-spacing: 0.12em;
	margin-bottom: 1.5rem;
}

.genen-about .cont_block03 .tips_inner {
	padding: 0 5rem 3rem;
	border: solid 2px #f39800;
	border-top: none;
	border-radius: 0 0 3rem 3rem;
	background: #fff;
	overflow: hidden;
}

.genen-about .cont_block03 .tips_ttl img {
	width: 100%;
}

.genen-about .cont_block03 .tips_txt {
	font-size: 1.8rem;
}

.genen-about .cont_block03 .tips_txt--emphasis {
	color: #e84472;
}

.genen-about .cont_block03 .tips_txt--list {
	padding-left: 1em;
	position: relative;
}

.genen-about .cont_block03 .tips_txt--list:before {
	content: "\30FB";
	position: absolute;
	left: 0;
	color: #f39800;
}

.genen-about .cont_block03 .tips_txt-caption {
	margin-top: 1.5rem;
	font-size: 1.2rem;
	font-weight: 700;
	color: #777777;
}

.genen-about .cont_block03 .tips_txt + .tips_txt {
	margin-top: 2.2rem;
}

.genen-about .cont_block03 .tips_point {
	margin-top: 3rem;
	position: relative;
	background: #fffdbf;
	padding: 2.5rem 3rem;
}

.genen-about .cont_block03 .tips_point-ttl {
	top: -1.4rem;
	position: absolute;
}

.genen-about .cont_block03 .tips_point-txt {
	font-weight: 700;
	font-size: 1.6rem;
	margin-top: 0.5rem;
	letter-spacing: 0.1em;
}

.genen-about .cont_block03 .tips_point-txt-caption {
	font-size: 1.2rem;
	font-weight: 700;
	margin-top: 1rem;
	letter-spacing: 0.1em;
	color: #777;
}

.genen-about .cont_block03 .tips_block:nth-of-type(1) .tips_clm-left {
	margin-top: 1.5rem;
}

.genen-about .cont_block03 .tips_block:nth-of-type(1) .detail_btn-block {
	margin-top: -3.2rem;
}

.genen-about .cont_block03 .tips_block:nth-of-type(3) .tips_clm-left {
	margin-top: 3rem;
}

.genen-about .cont_block03 .tips_block:nth-of-type(3) .tips_point {
	text-align: center;
	margin-top: 2rem;
	padding-top: 2rem;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 1.5rem;
}

.genen-about .cont_block03 .tips_block:nth-of-type(3) .tips_point .tips_point-ttl {
	width: 100%;
}

.genen-about .cont_block03 .tips_block:nth-of-type(3) .tips_point-txt {
	margin-bottom: 1rem;
}

.genen-about .cont_block03 .tips_block:nth-of-type(4) .tips_clm2:nth-of-type(1) .tips_clm-left {
	margin-top: 2rem;
	width: 48rem;
}

.genen-about .cont_block03 .tips_block:nth-of-type(4) .tips_point {
	width: 36rem;
	display: block;
	text-align: center;
	margin-top: 2rem;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 2rem;
}

.genen-about .cont_block03 .tips_block:nth-of-type(4) .tips_point .tips_point-ttl {
	width: 100%;
}

.genen-about .cont_block03 .tips_block:nth-of-type(4) .tips_point-txt {
	letter-spacing: 0.05em;
	text-align: left;
	padding-left: 2rem;
	padding-right: 2rem;
}

.genen-about .cont_block03 .tips_block:nth-of-type(4) .tips_clm2 + .tips_clm2 {
	position: relative;
	padding-top: 7.5rem;
}

.genen-about .cont_block03 .tips_block:nth-of-type(4) .tips_clm2 + .tips_clm2 .tips_sub-ttl img {
	width: 58.1rem;
}

.genen-about .cont_block03 .tips_block:nth-of-type(4) .tips_clm2 + .tips_clm2 .tips_clm-left:before {
	position: absolute;
	top: 0;
	content: " ";
	display: block;
	width: 100%;
	height: 0.2rem;
	margin: 3.5rem 0;
	background-size: 0.4rem 0.2rem;
	background-image: linear-gradient(to right, #969696, #969696 0.2rem, transparent 0.2rem, transparent 0.4rem);
	background-repeat: repeat-x;
}

.genen-about .cont_block03 .tips_block:nth-of-type(4) .tips_clm2 + .tips_clm2 .tips_clm-left .tips_txt {
	letter-spacing: 0.05em;
}

.genen-about .cont_block03 .tips_block:nth-of-type(4) .tips_clm2 + .tips_clm2 .tips_clm-right {
	margin-left: 2.5rem;
	margin-right: 3.5rem;
}

.genen-about .cont_block03 .tips_block:nth-of-type(4) .tips_clm2 + .tips_clm2 .tips_clm-right img {
	max-width: 220px;
	width: 22rem;
}

.genen-about .cont_block03 .tips_block:nth-of-type(4) .tips_clm2 + .tips_clm2 .tips_txt {
	margin-top: 1rem;
}

.genen-about .cont_block03 .tips_block:nth-of-type(4) .tips_clm2 + .tips_clm2 .detail_btn-block {
	display: inline-block;
	margin-top: 1.5rem;
}

.genen-about .cont_block03 .tips_block:nth-of-type(4) .tips_clm2 + .tips_clm2 .detail_btn-block .detail_btn {
	line-height: 1;
	width: auto;
	background: transparent;
}

.genen-about .cont_block03 .tips_block:nth-of-type(4) .tips_clm2 + .tips_clm2 .detail_btn-block .detail_btn:before {
	position: absolute;
	top: 50%;
	content: " ";
	display: block;
	width: 1.8rem;
	height: 1.8rem;
	border-radius: 10rem;
	background: #e84472;
	transform: translateY(-50%);
}

.genen-about .cont_block03 .tips_block:nth-of-type(4) .tips_clm2 + .tips_clm2 .detail_btn-block .detail_btn:after {
	left: 0.4rem;
	width: 0.6rem;
	height: 0.6rem;
	right: auto;
	border-width: 1px;
}

.genen-about .cont_block03 .tips_block:nth-of-type(4) .tips_clm2 + .tips_clm2 .detail_btn-block .detail_btn span {
	letter-spacing: 0.12em;
	padding-left: 3rem;
	font-size: 1.8rem;
	color: #e84472;
}

.genen-about .cont_block03 .tips_block:nth-of-type(4) .tips_clm2 + .tips_clm2 + .detail_btn-block {
	margin-top: 1rem;
}

.genen-about .cont_block03 .tips_img01 {
	padding-left: 7rem;
	margin-right: -5rem;
}

.genen-about .cont_block03 .tips_img01 img {
	max-width: 208px;
	width: 20.8rem;
}

.genen-about .cont_block03 .tips_img02 {
	margin-left: 2.5rem;
	margin-right: 4.5rem;
}

.genen-about .cont_block03 .tips_img03 {
	margin-left: 3rem;
}

.genen-about .cont_block03 .detail_btn {
	display: inline-block;
	width: 30.5rem;
	line-height: 4.4rem;
	padding-bottom: 0.2rem;
	background: #e84472;
	border: none;
}

.genen-about .cont_block03 .detail_btn-block {
	margin-top: 3rem;
	display: block;
	text-align: center;
}

.genen-about .cont_block03 .detail_btn span {
	font-size: 1.7rem;
	color: #fff;
}

.genen-about .cont_block03 .detail_btn:after {
	border-color: #fff;
}

.genen-about .cont_block04 {
	text-align: center;
	padding: 8rem 0 10rem;
	background-image: url(../img/bg01.png);
}

.genen-about .cont_block04 .cont_ttl {
	text-align: center;
	position: absolute;
	top: -3rem;
}

.genen-about .cont_block04 .cont_ttl img {
	width: 100%;
}

.genen-about .cont_block04 .cont_txt {
	font-size: 1.8rem;
	text-align: center;
}

.genen-about .cont_block04 .cont_txt-caption {
	display: inline-block;
	font-size: 1.2rem;
	font-weight: 700;
	color: #777;
	margin-top: 1.5rem;
	margin-bottom: 3.5rem;
}

.genen-about .cont_block04 .product_block {
	position: relative;
	width: 97rem;
	background: #fff;
	border-radius: 1rem;
}

.genen-about .cont_block04 .product_block + .product_block {
	margin-top: 4rem;
}

.genen-about .cont_block04 .product_ribbon {
	position: absolute;
	top: -0.7rem;
	left: -0.7rem;
}

.genen-about .cont_block04 .product_ribbon img {
	width: 17.5rem;
}

.genen-about .cont_block04 .product_items {
	display: flex;
	justify-content: center;
	padding-bottom: 6rem;
	margin-left: 1rem;
}

.genen-about .cont_block04 .product_items .detail_btn-block {
	display: inline-block;
}

.genen-about .cont_block04 .product_items .detail_btn {
	padding: 0.8rem 0;
	width: 23rem;
	box-sizing: border-box;
	border-color: #23ac38;
}

.genen-about .cont_block04 .product_items .detail_btn:after {
	border-color: #23ac38;
}

.genen-about .cont_block04 .product_items .detail_btn span {
	font-weight: 700;
	font-size: 1.7rem;
	font-weight: 700;
	color: #23ac38;
}

.genen-about .cont_block04 .product_item {
	width: 33rem;
}

.genen-about .cont_block04 .product_item img {
	width: auto;
	height: 26rem;
}

.genen-about .cont_block04 .cont_txt-caption + .product_block .product_items {
	padding-top: 4.5rem;
	margin-left: 1rem;
}

.genen-about .cont_block04 .cont_txt-caption + .product_block .product_item {
	margin: 0 2.5rem;
	width: 23rem;
}

.genen-about .cont_block04 .product_block + .product_block .product_items {
	padding-top: 3.5rem;
}

.genen-about .cont_block04 .product_block + .product_block .detail_btn {
	width: 26rem;
}

.genen-about .cont_block04 .product_block + .product_block + .product_block .product_items {
	padding-top: 4.5rem;
}

.genen-about .cont_block04 .product_block + .cont_txt-caption {
	margin: 3rem 0 0;
}

.genen-about .cont_block04 .cont_link {
	margin-top: 4.5rem;
}

.genen-about .cont_block04 .cont_link a {
	display: inline-block;
	background-image: url(../../about/img/cont04_btn_bg_pc.png);
	background-size: 100% auto;
}

.genen-about .cont_block04 .cont_link img {
	width: 79rem;
}

.genen-about .cont_block04 .cont_link + .cont_link {
	margin-top: 4rem;
}

.genen-about .cont_block04 .cont_link + .cont_link a {
	margin-left: -1rem;
	background-image: url(../../about/img/cont04_btn02_bg_pc.png);
	background-size: 100% auto;
}

.genen-about .cont_block04 .cont_link + .cont_link img {
	width: 68.4rem;
	max-width: 684px;
}

/*
.genen-about .cont_block05 {
	padding: 3.5rem 0 10rem;
	background-image: url(../img/bg01.png);
	text-align: center;
}

.genen-about .cont_block05 .detail_btn {
	border-color: #e84472;
}

.genen-about .cont_block05 .detail_btn-block {
	width: 42rem;
	display: inline-block;
	margin: 0 1rem;
}

.genen-about .cont_block05 .detail_btn:after {
	border-color: #e84472;
}

.genen-about .cont_block05 .detail_btn span {
	line-height: 5.5rem;
	padding-bottom: 0.5rem;
	font-size: 2.2rem;
	color: #e84472;
}
*/

/*
																				cooking
----------------------------------------------------- */
.genen-recipe .keyvisual_block {
	background: #ffe3cb;
}

.genen-recipe .cont_block01 {
	overflow: hidden;
	background: #fff;
}

.genen-recipe .cont_block01 .cont_inner {
	position: relative;
	z-index: 2;
}

.genen-recipe .cont_block01 .cont_txt {
	text-align: center;
}

.genen-recipe .cont_block01 .cont_txt img {
	width: 97.5rem;
	max-width: 975px;
}

.genen-recipe .cont_block01:before, .genen-recipe .cont_block01:after {
	content: " ";
	display: block;
	position: absolute;
	width: 19.9rem;
	height: 19.9rem;
	background-image: url(../../recipe/img/cont01_bg.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	z-index: 0;
}

.genen-recipe .cont_block01:before {
	top: 0;
	left: calc(50% - 72rem);
}

.genen-recipe .cont_block01:after {
	bottom: 0;
	right: calc(50% - 72rem);
	transform: rotate(180deg);
}

.genen-recipe .cont_block02 {
	background-image: url(../img/bg01.png);
	padding: 6rem 0 10rem;
}

.genen-recipe .cont_block02 .recipe_items .detail_btn-block {
	text-align: center;
}

.genen-recipe .cont_block02 .recipe_items .detail_btn {
	display: inline-block;
	width: 28rem;
	margin-top: 2rem;
	border-color: #6fba2c;
}

.genen-recipe .cont_block02 .recipe_items .detail_btn:after {
	border-color: #6fba2c;
}

.genen-recipe .cont_block02 .recipe_items .detail_btn span {
	line-height: 4.6rem;
	padding-bottom: 0.4rem;
	font-size: 1.7rem;
	color: #6fba2c;
}

.genen-recipe .cont_block02 .recipe_item-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 1.5rem;
	height: 38.7rem;
	box-sizing: border-box;
	background-image: url(../../recipe/img/cont02_item_bg_pc.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.genen-recipe .cont_block02 .recipe_item + .recipe_item {
	margin-top: 4rem;
}

.genen-recipe .cont_block02 .recipe_item .recipe_item-right {
	padding-bottom: 3rem;
}

.genen-recipe .cont_block02 .recipe_item:nth-of-type(odd) .recipe_item-inner {
	padding-left: 0.3rem;
	padding-right: 6rem;
}

.genen-recipe .cont_block02 .recipe_item:nth-of-type(odd) .recipe_item-inner .recipe_item-right {
	padding-left: 4rem;
}

.genen-recipe .cont_block02 .recipe_item:nth-of-type(even) .recipe_item-inner {
	flex-direction: row-reverse;
	padding-right: 1.2rem;
	padding-left: 5.5rem;
}

.genen-recipe .cont_block02 .recipe_item:nth-of-type(even) .recipe_item-inner .recipe_item-right {
	padding-right: 4rem;
}

.genen-recipe .cont_block02 .recipe_ttl {
	text-align: center;
	margin-left: -1rem;
	margin-right: -1rem;
}

.genen-recipe .cont_block02 .recipe_ttl span {
	padding-bottom: 0;
	margin-left: -1rem;
	margin-right: -1rem;
	display: inline;
	font-weight: 700;
	font-size: 2.8rem;
	line-height: 1.4;
	letter-spacing: 0.1em;
}

.genen-recipe .cont_block02 .recipe_img img {
	width: 46.5rem;
	max-width: 465px;
}

.genen-recipe .cont_block02 .recipe_txt {
	padding-top: 2rem;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
}

.genen-recipe .cont_block02 .recipe_caption {
	margin-top: 2rem;
	text-align: right;
	font-size: 1.2rem;
	color: #828080;
	font-weight: 700;
	line-height: 1;
}

.genen-recipe .cont_block02 .profile_block {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 4rem 5rem;
	margin-top: 5rem;
	background: rgba(255, 255, 255, 0.7);
	border-radius: 2rem;
}

.genen-recipe .cont_block02 .profile_img {
	margin-right: 2.3rem;
}

.genen-recipe .cont_block02 .profile_img img {
	width: 15.7rem;
	max-width: 157px;
}

.genen-recipe .cont_block02 .profile_txt {
	padding-bottom: 2rem;
}

.genen-recipe .cont_block02 .profile_txt img {
	width: 24.1rem;
	max-width: 241px;
}

.genen-recipe .cont_block02 .profile_txt p {
	margin-top: 1rem;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.08em;
	text-align: justify;
}

.genen-recipe .cont_block02 .cont_link {
	margin-top: 6rem;
	text-align: center;
}

.genen-recipe .cont_block02 .cont_link a {
	display: inline-block;
	background-image: url(../../recipe/img/cont02_img08_bg_pc.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.genen-recipe .cont_block02 .cont_link img {
	width: 69.9rem;
	max-width: 699px;
}

/*
.genen-recipe .cont_block03 {
	padding: 3rem 0 10rem;
	background-image: url(../img/bg01.png);
	text-align: center;
}

.genen-recipe .cont_block03 .detail_btn {
	border-color: #e84472;
}
.genen-recipe .cont_block03 .detail_btn-block {
	width: 42rem;
	display: inline-block;
	margin: 0 1rem;
}

.genen-recipe .cont_block03 .detail_btn:after {
	border-color: #e84472;
}

.genen-recipe .cont_block03 .detail_btn span {
	line-height: 6rem;
	padding-bottom: 0.5rem;
	font-size: 2.2rem;
	color: #e84472;
}
*/
/*
															hover

---------------------------------------- */
.contents *:hover *,
.pageBottom_block *:hover * {
	opacity: 1;
}

.hover .tab_btn img,
.hover .pagetop_btn,
.hover :not(.detail_btn-block)[class*="detail_btn"] {
	transition-property: opacity;
	transition-duration: 0.4s;
	transition-timing-function: cubic-bezier(0.21, 0.63, 0.43, 1);
}

.hover .tab_btn img:hover,
.hover .pagetop_btn:hover,
.hover :not(.detail_btn-block)[class*="detail_btn"]:hover {
	opacity: 0.6;
}

.hover .cont_link img {
	transition-property: opacity;
	transition-duration: 0.4s;
	transition-timing-function: cubic-bezier(0.21, 0.63, 0.43, 1);
}

.hover .cont_link a:hover img {
	opacity: 0.7 !important;
}

.hover .genen-top .cont_block05 .detail_btn-block .detail_btn {
	transition-property: transform;
	transition-duration: 0.4s;
	transition-timing-function: cubic-bezier(0.21, 0.63, 0.43, 1);
}

.hover .genen-top .cont_block05 .detail_btn-block .detail_btn:hover {
	opacity: 1;
	transform: translateY(0px);
}

.hover .cont_anchor-link:before,
.hover .cont_anchor-link span:after {
	transition-property: opacity;
	transition-duration: 0.2s;
	transition-timing-function: cubic-bezier(0.21, 0.63, 0.43, 1);
	transition-property: opacity,transform;
}

.hover .cont_anchor-link:hover:before {
	transform: translateY(-80%) rotate(135deg);
}

.hover .cont_anchor-link:hover span:after {
	opacity: 1 !important;
}

.hover .nav_item a > span:after {
	transition-property: opacity;
	transition-duration: 0.2s;
	transition-timing-function: cubic-bezier(0.21, 0.63, 0.43, 1);
}

.hover .nav_item a:hover > span:after {
	opacity: 1;
}

/*
															animation

---------------------------------------- */
.contents {
	opacity: 0;
}

.contents .anim_elm,
.contents .anim_block {
	opacity: 0;
}

.contents .anim_block--active {
	animation-name: slideUp;
	animation-duration: 0.8s;
	animation-fill-mode: both;
	animation-timing-function: cubic-bezier(0.09, 0.64, 0.62, 0.99);
}

.contents .anim_block--active.cont_block01 {
	animation-name: fadeIn;
	animation-duration: 0.8s;
	animation-fill-mode: both;
	animation-timing-function: cubic-bezier(0.09, 0.64, 0.62, 0.99);
}

.contents .anim_block--active:not(.img_block) .anim_elm {
	animation-name: slideUp;
	animation-duration: 0.8s;
	animation-fill-mode: both;
	animation-timing-function: cubic-bezier(0.09, 0.64, 0.62, 0.99);
	animation-delay: 0.4s;
}

.contents .anim_block--active:not(.img_block) .anim_elm + .anim_elm {
	animation-delay: 0.6s;
}

.contents .anim_block--active:not(.img_block) .anim_elm + .anim_elm + .anim_elm {
	animation-delay: 0.8s;
}

/* .contents .anim_block--active:not(.img_block) .anim_elm + .anim_elm + .anim_elm + .anim_elm {
	animation-delay: 1s;
} */

.contents .anim_block--active:not(.img_block) .anim_elm + .anim_elm + .anim_elm + .anim_elm + .anim_elm {
	animation-delay: 1.2s;
}

.contents .anim_block--active:not(.img_block) .anim_elm + .anim_elm + .anim_elm + .anim_elm + .anim_elm + .anim_elm {
	animation-delay: 1.4s;
}

.contents .anim_block--active:not(.img_block) .anim_elm + .anim_elm + .anim_elm + .anim_elm + .anim_elm + .anim_elm + .anim_elm {
	animation-delay: 1.6s;
}

.contents .anim_block--active.cont_block02 .cont_ttl .anim_elm, .contents .anim_block--active.cont_block03 .cont_ttl .anim_elm, .contents .anim_block--active.cont_block04 .cont_ttl .anim_elm, .contents .anim_block--active.cont_block05 .cont_ttl .anim_elm {
	animation-delay: 0.8s;
	animation-name: slideIn_2;
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-timing-function: cubic-bezier(0.09, 0.64, 0.62, 0.99);
}

.contents .anim_block--active.cont_block02 .img_block .anim_elm, .contents .anim_block--active.cont_block03 .img_block .anim_elm, .contents .anim_block--active.cont_block04 .img_block .anim_elm, .contents .anim_block--active.cont_block05 .img_block .anim_elm {
	animation-delay: 2s;
	animation-name: scaleBounceIn;
	animation-duration: 0.8s;
	animation-fill-mode: both;
	animation-timing-function: cubic-bezier(0.09, 0.64, 0.62, 0.99);
}

.contents .anim_block--active.cont_block02 .contImg, .contents .anim_block--active.cont_block03 .contImg, .contents .anim_block--active.cont_block04 .contImg, .contents .anim_block--active.cont_block05 .contImg {
	animation-name: fadeIn;
}

.contents .anim_block--active.cont_block04 .img_block .anim_elm {
	animation-delay: 1s;
	animation-name: rotatefadeIn;
	animation-duration: 1.4s;
	animation-fill-mode: both;
	animation-timing-function: cubic-bezier(0.09, 0.64, 0.62, 0.99);
}

.contents .genen-top .cont_block01 .anim_block--active,
.contents .genen-top .cont_block02 .cont_anchor-links.anim_block--active {
	animation-name: fadeIn;
	animation-duration: 0.8s;
	animation-fill-mode: both;
	animation-timing-function: cubic-bezier(0.09, 0.64, 0.62, 0.99);
}

.nav_btn,
.pageBottom_block {
	opacity: 0;
}

.loaded .contents {
	animation-name: fadeIn;
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-timing-function: cubic-bezier(0.09, 0.64, 0.62, 0.99);
	animation-delay: 0.6s;
}

.loaded .contents .mainvisual_block .mainvisual_img {
	animation-name: zoomfadeIn;
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-timing-function: cubic-bezier(0.09, 0.64, 0.62, 0.99);
}

.loaded .nav_btn,
.loaded .pageBottom_block {
	animation-name: fadeIn;
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-timing-function: cubic-bezier(0.09, 0.64, 0.62, 0.99);
	animation-delay: 0.6s;
}

body.tablet {
	min-width: 100% !important;
}

.sp320 {
	display: none;
}

.sp {
	display: none;
}

.pc {
	display: block;
}

@media screen and (min-width: 1440px) {
	.genen-top .cont_block01:before,
	.genen-recipe .cont_block01:before {
		left: 0;
	}
	.genen-top .cont_block01:after,
	.genen-recipe .cont_block01:after {
		right: 0;
	}
	.genen-about .cont_block01:before {
		left: 0;
		transform: none;
	}
	.genen-about .cont_block01:after {
		right: 0;
		transform: none;
	}
}

@media screen and (max-width: 750px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	html {
		font-size: calc(100vw / 37.5);
	}
	[class*="caption"] {
		font-size: 1.2rem;
	}
	.contents {
		overflow: hidden;
		position: relative;
	}
	.contents .keyvisual_block .cont_inner {
		padding: 0 !important;
	}
	.contents * {
		max-width: none !important;
	}
	.contents p {
		text-align: justify !important;
	}
	.band_status {
		padding: 1.2rem 0;
	}
	.band_status .txt {
		font-size: 1.9rem;
		line-height: 1em;
		text-align: center !important;
	}
	.nav_block {
		width: 100%;
		height: 100%;
	}
	.nav_block .nav_inner .nav_item a {
		padding: 0;
	}
	.nav_block .nav_inner .nav_item a > span {
		padding-left: 2.7rem;
		padding-top: 1.2rem;
		padding-bottom: 1.2rem;
		text-align: center;
		font-size: 1.7rem;
		line-height: 1.2;
		letter-spacing: 0.05em;
	}
	.nav_block .nav_inner .nav_item a > span:after {
		top: calc(50% + 1.3em);
		width: calc(100% - 2.5rem);
	}
	.nav_block .nav_inner .nav_items {
		justify-content: space-around;
	}
	.nav_block .nav_inner .nav_item .nav_item-ico {
		width: 2rem;
		height: 2rem;
	}
	.nav_block .nav_inner .nav_item .nav_item-ico:before {
		width: 0.6rem;
		height: 0.6rem;
	}
	.pageBottom_block {
		text-align: center;
		padding: 2.5rem 0 1rem;
		border: none;
		background: #fff;
	}
	.pageBottom_block .pagetop_block {
		width: auto;
	}
	.pageBottom_block .pagetop_btn {
		position: static;
		width: 11.2rem;
		height: 2rem;
		float: none;
		display: inline-block;
		background-image: url(../img/pagetop_sp.png);
	}
	#Container div[class*="_inner"] {
		max-width: none;
		padding: 0 1.5rem;
	}
	.contents *:hover {
		opacity: 1 !important;
	}
	.contents .cont_ttl,
	.contents .cont_ttl img {
		max-width: 100% !important;
	}
	.contents [class*="--line"] {
		background-size: 100% 0.75rem;
		background-position: bottom 0.05em left 0;
		padding-bottom: 0;
	}
	.contents .keyvisual_block .sec_inner {
		padding: 0 !important;
	}
	.contents .keyvisual_block img {
		width: 100%;
	}
	:not(.detail_btn-block)[class*="detail_btn"] {
		width: 100%;
		max-width: 100%;
	}
	:not(.detail_btn-block)[class*="detail_btn"] span {
		letter-spacing: 0.05em;
	}
	:not(.detail_btn-block)[class*="detail_btn"]:after {
		right: 2.3rem;
		width: 0.9rem;
		height: 0.9rem;
		border-top-width: 0.2rem;
		border-right-width: 0.2rem;
	}
	.genen-top .mainvisual_block .cont_inner {
		padding: 0 !important;
	}
	.genen-top .mainvisual_block .mainvisual_img img {
		width: 100%;
	}
	.genen-top section .text_block {
		text-align: center;
	}
	.genen-top section .cont_ttl {
		padding-top: 4rem !important;
	}
	.genen-top .cont_txt--caption {
		font-size: 1.3rem;
		text-align: left;
	}
	.genen-top .cont_block01 {
		padding: 4rem 0 3rem;
	}
	.genen-top .cont_block01:before, .genen-top .cont_block01:after {
		width: 12rem;
		opacity: 0.5;
	}
	.genen-top .cont_block01:before {
		left: 0;
	}
	.genen-top .cont_block01:after {
		right: 0;
	}
	.genen-top .cont_block01 .cont_txt {
		margin-bottom: 20px;
		padding: 0 1.6rem;
	}
	.genen-top .cont_block01 .cont_txt img {
		width: 100%;
	}
	.genen-top .cont_block01 .cont_link img {
		width: 100%;
	}
	.genen-top .cont_block01 .cont_link a {
		display: block;
		margin: 0 0 1.2rem 0;
		width: auto;
	}
	.genen-top .cont_block01 .cont_link a:last-child {
		margin-bottom: 0;
	}
	.genen-top .cont_block02 {
		padding-bottom: 1.5rem;
		background-size: 250% auto;
	}
	.genen-top .cont_block02 .cont_txt--caption {
		margin: 2rem 1rem 2.5rem;
	}
	.genen-top .cont_block02 .cont_link {
		display: block;
		margin: 0 1rem;
	}
	.genen-top .cont_block02 .cont_link a {
		display: block;
		background: none;
	}
	.genen-top .cont_block02 .cont_link a + a {
		margin-top: 1rem;
	}
	.genen-top .cont_block02 .cont_link img {
		width: 100%;
	}
	.genen-top .cont_block02:before {
		content: " ";
		display: block;
		position: absolute;
		top: 0;
		width: 100%;
		height: 14.8rem;
		background: #fff;
	}
	.genen-top .cont_block02 .cont_anchor-links {
		width: 100vw;
		margin-left: -1.5rem;
		padding: 2rem 1.5rem;
		position: static;
		background: #fff;
		flex-wrap: wrap;
		justify-content: space-between;
		transform: none;
		border-radius: 0;
	}
	.genen-top .cont_block02 .cont_anchor-link {
		position: relative;
		width: 16.8rem;
		background: #1b95c7;
		text-align: center;
		border-radius: 5rem;
	}
	.genen-top .cont_block02 .cont_anchor-link:nth-of-type(n+3) {
		margin-top: 1rem;
	}
	.genen-top .cont_block02 .cont_anchor-link:before {
		left: 1.5rem;
		width: 0.7rem;
		height: 0.7rem;
		border-top-width: 0.2rem;
		border-right-width: 0.2rem;
		transform: translateY(-70%) rotate(135deg);
	}
	.genen-top .cont_block02 .cont_anchor-link span {
		padding-left: 0;
		margin-left: 1.5rem;
		display: inline-block;
		font-size: 1.7rem;
		line-height: 4.6rem;
		letter-spacing: 0.04em;
	}
	.genen-top .cont_block02 .cont_anchor-link span:after {
		right: 0;
		bottom: 1.3rem;
		width: 100%;
		height: 0.2rem;
	}
	.genen-top .cont_block02 .cont_ttl > img {
		width: 14.5rem;
	}
	.genen-top .cont_block02 .cont_item {
		text-align: center;
		padding: 0;
	}
	.genen-top .cont_block02 .cont_item img {
		width: 100%;
		margin-bottom: 0;
		margin-left: 0 !important;
	}
	.genen-top .cont_block02 .cont_item + .cont_item {
		margin-top: 3rem;
	}
	.genen-top .cont_block02 .cont_item .detail_btn {
		padding: 1.7rem 0 1.9rem;
		width: 32.5rem !important;
	}
	.genen-top .cont_block02 .cont_item .detail_btn > span {
		padding-right: 2rem;
	}
	.genen-top .cont_block02 .cont_item .detail_btn > span span {
		display: inline;
	}
	.genen-top .cont_block02 .cont_item .detail_btn > span .pc {
		display: none;
	}
	.genen-top .cont_block02 .cont_item:first-child .detail_btn, .genen-top .cont_block02 .cont_item:last-child .detail_btn {
		padding-top: 0.9rem;
		padding-bottom: 1.1rem;
	}
	.genen-top .cont_block03 .cont_ttl img {
		width: 30.5rem !important;
	}
	.genen-top .cont_block03 .cont_img {
		margin-top: -2rem;
	}
	.genen-top .cont_block03 .cont_img img {
		width: 100%;
	}
	.genen-top .cont_block03 .cont_txt--caption {
		margin: 1.5rem 1rem 0;
	}
	.genen-top .cont_block03 .period_ttl img {
		width: 27.2rem;
	}
	.genen-top .cont_block03 .period_block {
		width: 32.5rem;
		height: 39.6rem;
		margin-top: 6.5rem;
		padding-top: 3.5rem;
		background-image: url(../../top/img/cont03_img03_bg_sp.png);
	}
	.genen-top .cont_block03 .period_txt span.pc {
		display: none;
	}
	.genen-top .cont_block03 .period_txt--line {
		display: inline;
		line-height: 2.8;
		font-size: 2.4rem !important;
		letter-spacing: 0.02em;
		position: relative;
		margin: 0 !important;
	}
	.genen-top .cont_block03 .period_txt--line:before {
		position: absolute;
		top: 42%;
		left: 56%;
		content: " ";
		display: block;
		width: 0.4rem;
		height: 2.5rem;
		background: #e84472;
	}
	.genen-top .cont_block03 .period_txt:nth-of-type(2) {
		text-align: center !important;
	}
	.genen-top .cont_block03 .period_txt:nth-of-type(2) > span:not(.period_txt--line):not(.pc) {
		margin: 0 5rem;
	}
	.genen-top .cont_block03 .period_txt:nth-of-type(2) > span:not(.pc):not(.period_txt--line) {
		width: 23rem;
		border-width: 0.2rem;
		font-size: 2rem;
		line-height: 3.3rem;
		padding-bottom: 0.2rem;
	}
	.genen-top .cont_block03 .period_caption {
		text-align: center !important;
		margin-top: -0.5rem;
	}
	.genen-top .cont_block04 {
		padding-bottom: 4.5rem;
	}
	.genen-top .cont_block04 .cont_ttl {
		padding-top: 5rem !important;
	}
	.genen-top .cont_block04 .cont_ttl img {
		width: 14.1rem !important;
	}
	.genen-top .cont_block04 div[class*="tab_img"] {
		margin-top: 3rem;
	}
	.genen-top .cont_block04 div[class*="tab_img"] img {
		width: 100%;
		margin-bottom: 0 !important;
	}
	.genen-top .cont_block04 .tab_wrap {
		margin-left: 1rem;
		margin-right: 1rem;
		border-radius: 1rem;
	}
	.genen-top .cont_block04 .tab_btn {
		width: 50%;
	}
	.genen-top .cont_block04 .tab_btn img {
		width: 100% !important;
	}
	.genen-top .cont_block04 .tab_item {
		padding: 0 1.5rem 2rem;
	}
	.genen-top .cont_block04 .tab_ttl {
		padding-top: 2rem;
		padding-left: 6.2rem;
	}
	.genen-top .cont_block04 .tab_ttl .tab_ttl--line {
		font-size: 2.3rem;
		display: inline;
		letter-spacing: 0.08em;
		line-height: 1.3;
		padding: 0;
		background-position: bottom 0.12em left 0;
	}
	.genen-top .cont_block04 .tab_ttl-step {
		top: 1rem;
	}
	.genen-top .cont_block04 .tab_ttl-step img {
		width: 5.4rem;
	}
	.genen-top .cont_block04 .tab_ttl:not(:first-child) {
		padding-top: 0;
	}
	.genen-top .cont_block04 .tab_ttl:not(:first-child):before {
		margin-top: 3.5rem;
		width: 32.5rem;
		height: 1rem;
		margin-left: -7.7rem;
		background-image: url(../../top/img/cont04_line_sp.png);
	}
	.genen-top .cont_block04 .tab_ttl:not(:first-child) .tab_ttl-step {
		top: calc(42% + 3rem);
		transform: translateY(-50%);
	}
	.genen-top .cont_block04 .tab_txt {
		padding-left: 0;
		font-size: 1.5rem;
	}
	.genen-top .cont_block04 .tab_note {
		margin-top: 1.5rem;
		padding: 0 1rem 1.5rem;
	}
	.genen-top .cont_block04 .tab_note * {
		letter-spacing: 0.02em;
	}
	.genen-top .cont_block04 .tab_note-ttl {
		line-height: 2.5rem;
		margin-left: -1rem;
		margin-right: -1rem;
	}
	.genen-top .cont_block04 .tab_note-list {
		padding-top: 1rem;
	}
	.genen-top .cont_block04 .tab_note-list * {
		font-size: 1.5rem;
		line-height: 1.4;
	}
	.genen-top .cont_block04 .tab_note-caption {
		margin-top: 0.5rem;
		font-size: 1.3rem;
		line-height: 1.4;
	}
	.genen-top .cont_block04 .tab_check {
		margin-top: 2.5rem;
		padding: 2rem 1.5rem 1.6rem;
		border-radius: 2rem;
	}
	.genen-top .cont_block04 .tab_check-ttl {
		top: -1.2rem;
		left: 1.5rem;
	}
	.genen-top .cont_block04 .tab_check-ttl img {
		width: 7.8rem;
	}
	.genen-top .cont_block04 .tab_check-txt {
		font-size: 1.4rem;
		line-height: 1.4;
		margin-left: 0.5em;
		text-indent: -0.5em;
	}
	.genen-top .cont_block04 .tab_check-txt + * {
		margin-top: 1rem;
	}
	.genen-top .cont_block04 div.tab_img02 {
		margin-top: 1rem;
	}
	.genen-top .cont_block04 .tab_item + .tab_item .tab_note {
		margin-top: 1rem;
	}
	.genen-top .cont_block04 div.tab_img03 {
		margin-top: 1.5rem;
	}
	.genen-top .cont_block04 div.tab_img03 img {
		position: static;
	}
	.genen-top .cont_block04 div.tab_img03 + .tab_ttl:before {
		margin-top: 3rem;
		padding-bottom: 2.5rem;
	}
	.genen-top .cont_block04 div.tab_img03 + .tab_ttl .tab_ttl-step {
		top: calc(42% + 2.5rem);
	}
	.genen-top .cont_block04 div.tab_img04 {
		margin-top: 2rem;
	}
	.genen-top .cont_block04 div.tab_img04 + .tab_ttl:before {
		margin-top: 2rem;
		padding-bottom: 1.5rem;
	}
	.genen-top .cont_block04 div.tab_img04 + .tab_ttl .tab_ttl-step {
		top: calc(42% + 2rem);
	}
	.genen-top .cont_block04 div.tab_img04 + .tab_ttl + .tab_txt {
		margin-top: 1rem;
	}
	.genen-top .cont_block04 .tab_address {
		margin-top: 1rem;
		padding: 1rem 1.3rem;
	}
	.genen-top .cont_block04 .tab_address-ttl {
		font-size: 1.5rem !important;
	}
	.genen-top .cont_block04 .tab_address-txt {
		font-size: 1.5rem;
		letter-spacing: 0;
	}
	.genen-top .cont_block04 .tab_img05-txt {
		margin-top: 2rem;
		font-size: 1.4rem;
		text-align: center !important;
		width: auto;
	}
	.genen-top .cont_block04 .tab_img05 {
		margin-top: 1.5rem !important;
		margin-bottom: 1rem !important;
	}
	.genen-top .cont_block04 .tab_img05-caption {
		width: auto;
		font-size: 1.3rem;
		line-height: 1.3;
		letter-spacing: 0.08em;
	}
	.genen-top .cont_block04 .tab_img05-caption + .tab_img05-caption {
		margin-top: 0.5rem;
	}
	.genen-top .cont_block05 {
		background-size: 250% auto;
		padding-bottom: 5rem;
	}
	.genen-top .cont_block05 .cont_ttl img {
		width: 13.7rem;
	}
	.genen-top .cont_block05 .cont_txt {
		margin: 2.5rem 0 1.5rem;
		font-size: 1.5rem;
	}
	.genen-top .cont_block05 .terms_block {
		padding: 1.8rem 1.5rem;
		border-radius: 1rem;
	}
	.genen-top .cont_block05 .terms_block-inner {
		margin-top: 1rem;
		height: 23rem;
	}
	.genen-top .cont_block05 .terms_ttl {
		font-size: 1.7rem !important;
	}
	.genen-top .cont_block05 .terms_sub-ttl {
		font-size: 1.5rem !important;
	}
	.genen-top .cont_block05 .terms_txt--list, .genen-top .cont_block05 .terms_txt--caption, .genen-top .cont_block05 .terms_txt {
		font-size: 1.5rem;
		letter-spacing: 0.04em;
	}
	.genen-top .cont_block05 .detail_btn-block {
		margin-top: 3rem;
		width: auto;
	}
	.genen-top .cont_block05 .detail_btn {
		padding: 2rem 0;
		transform: translateY(-0.3rem);
	}
	.genen-top .cont_block05 .detail_btn span {
		font-size: 2.5rem;
		line-height: 1.2;
		letter-spacing: 0.05em;
	}
	.genen-top .cont_block06 {
		padding-bottom: 5rem;
	}
	.genen-top .cont_block06 .cont_ttl {
		padding-top: 5rem;
	}
	.genen-top .cont_block06 .cont_ttl img {
		width: 20rem;
	}
	.genen-top .cont_block06 .contact_wrap {
		padding: 3rem 2rem 2rem;
		border-radius: 1rem;
		display: block;
		text-align: center;
	}
	.genen-top .cont_block06 .contact_ttl {
		display: inline-block;
		font-size: 2rem !important;
	}
	.genen-top .cont_block06 .contact_txt {
		letter-spacing: 0.02em;
	}
	.genen-top .cont_block06 .contact_block {
		padding-left: 1.2rem !important;
		padding-right: 1.2rem !important;
	}
	.genen-top .cont_block06 .contact_block--tel .contact_ttl {
		padding-left: 3rem;
		margin-bottom: 1.8rem;
	}
	.genen-top .cont_block06 .contact_block--tel a {
		pointer-events: all;
	}
	.genen-top .cont_block06 .contact_block--mail {
		text-align: left;
	}
	.genen-top .cont_block06 .contact_block--mail .contact_ttl {
		padding-left: 3.5rem;
		margin-left: 0.7rem;
	}
	.genen-top .cont_block06 .contact_block--mail .contact_txt {
		line-height: 1.4;
		text-align: left;
	}
	.genen-top .cont_block06 .contact_block--mail .contact_txt:first-child {
		text-align: center;
	}
	.genen-top .cont_block06 .contact_block--mail .contact_txt + .contact_txt {
		margin-top: 1rem;
	}
	.genen-top .cont_block06 .contact_block--mail .contact_txt:nth-last-child(2) {
		display: inline-block;
	}
	.genen-top .cont_block06 .contact_block--mail .contact_txt:last-child {
		display: inline;
	}
	.genen-top .cont_block06 .contact_block--mail:before {
		position: static;
		margin: 2.2rem 0;
		margin-left: -1.5rem;
		width: calc(100% + 3rem);
		height: 1px;
	}
	.genen-top .cont_block07 {
		padding: 4.5rem 0 0;
	}
	.genen-top .cont_block07 .detail_btn-block + .detail_btn-block {
		margin-top: 2rem;
	}
	.genen-top .cont_block07 .detail_btn {
		margin: 0;
		width: 28rem;
	}
	.genen-top .cont_block07 .detail_btn:after {
		right: 1.5rem;
	}
	.genen-top .cont_block07 .detail_btn-block:nth-of-type(1) span {
		padding-right: 0.5em;
	}
	.genen-top .cont_block07 .detail_btn span {
		font-size: 2rem;
		line-height: 6.6rem;
		padding-bottom: 0.4rem;
	}
	.genen-about .sec_inner {
		padding-left: 2.5rem !important;
		padding-right: 2.5rem !important;
	}
	.genen-about [class*="_clm2"] {
		display: block;
	}
	.genen-about [class*="_clm2"] > * {
		width: auto !important;
	}
	.genen-about .cont_block01 {
		padding: 0;
		height: auto;
	}
	.genen-about .cont_block01:before, .genen-about .cont_block01:after {
		display: none;
	}
	.genen-about .cont_block01 .cont_txt,
	.genen-about .cont_block01 .cont_img {
		margin-left: -2.5rem;
		margin-right: -2.5rem;
	}
	.genen-about .cont_block01 .cont_txt img,
	.genen-about .cont_block01 .cont_img img {
		width: 100% !important;
	}
	.genen-about .cont_block01 .cont_txt + .cont_txt {
		text-align: center !important;
		letter-spacing: 0.07em;
		font-size: 1.5rem;
	}
	.genen-about .cont_block01 .cont_txt:nth-of-type(2) {
		margin: 1rem 0;
	}
	.genen-about .cont_block02 {
		background-size: 250% auto;
		padding-top: 3.5rem;
		padding-bottom: 9.5rem;
	}
	.genen-about .cont_block02 .cont_clm2 {
		margin-top: 2rem;
	}
	.genen-about .cont_block02 .cont_txt {
		font-size: 1.5rem;
		letter-spacing: 0.05em;
	}
	.genen-about .cont_block02 .cont_txt + .cont_txt {
		margin-top: 1.5rem;
	}
	.genen-about .cont_block02 .cont_img {
		margin-top: 2rem;
	}
	.genen-about .cont_block02 .cont_img img {
		width: 100%;
	}
	.genen-about .cont_block03 {
		padding-top: 15.5rem;
	}
	.genen-about .cont_block03 .cont_ttl {
		width: 32.5rem;
		top: -5.5rem;
	}
	.genen-about .cont_block03 .cont_ttl + .contText {
		margin-right: -0.5em;
	}
	.genen-about .cont_block03 .cont_txt {
		text-align: left;
		letter-spacing: 0.07rem;
	}
	.genen-about .cont_block03 [class*="tips_img"] {
		padding: 0 !important;
		margin: 1rem 0 0;
	}
	.genen-about .cont_block03 [class*="tips_img"] img {
		width: 100%;
	}
	.genen-about .cont_block03 .tips_txt {
		font-size: 1.5rem;
	}
	.genen-about .cont_block03 .tips_txt + .tips_txt {
		margin-top: 1.5rem;
	}
	.genen-about .cont_block03 .tips_txt-caption {
		margin-top: 1rem;
		font-size: 1.3rem;
		letter-spacing: 0.12em;
	}
	.genen-about .cont_block03 .tips_inner {
		border-radius: 0 0 1rem 1rem;
		padding: 0 2rem 2rem !important;
	}
	.genen-about .cont_block03 .tips_point {
		margin-top: 1rem;
		padding: 2.5rem 1.5rem 1rem !important;
	}
	.genen-about .cont_block03 .tips_point-ttl {
		top: -1rem;
		left: 5rem;
		width: auto !important;
	}
	.genen-about .cont_block03 .tips_point-ttl img {
		width: 15.2rem;
	}
	.genen-about .cont_block03 .tips_point-txt {
		margin-top: 0;
		margin-left: 0.5rem;
		margin-right: 0.5rem;
		font-size: 1.4rem;
		letter-spacing: 0.08em;
	}
	.genen-about .cont_block03 .tips_point-txt-caption {
		color: #777;
		font-size: 1.3rem;
	}
	.genen-about .cont_block03 .tips_block:nth-of-type(1) .tips_clm-left {
		margin-top: 0.5rem;
	}
	.genen-about .cont_block03 .tips_block:nth-of-type(1) .tips_clm-right .tips_img01 {
		margin-top: 0.5rem !important;
	}
	.genen-about .cont_block03 .tips_block:nth-of-type(1) .detail_btn-block {
		margin-top: 1.75rem;
	}
	.genen-about .cont_block03 .tips_block:nth-of-type(2) .tips_inner > .tips_clm2 .tips_img02 {
		margin-top: 0.5rem;
		margin-bottom: 2rem !important;
	}
	.genen-about .cont_block03 .tips_block:nth-of-type(2) .tips_point .tips_img02 {
		margin-top: 0.5rem;
	}
	.genen-about .cont_block03 .tips_block:nth-of-type(3) .tips_clm-left {
		margin-top: 1rem;
	}
	.genen-about .cont_block03 .tips_block:nth-of-type(3) .tips_clm-left .tips_txt {
		letter-spacing: 0.05em;
	}
	.genen-about .cont_block03 .tips_block:nth-of-type(3) .tips_clm-right {
		margin-top: 2.5rem;
		padding-bottom: 2rem !important;
	}
	.genen-about .cont_block03 .tips_block:nth-of-type(3) .tips_clm-right .tips_point-txt {
		text-align: center !important;
		margin-bottom: 1.5rem;
	}
	.genen-about .cont_block03 .tips_block:nth-of-type(3) .tips_img04 {
		margin-left: -1.5rem;
		margin-right: -1.5rem;
	}
	.genen-about .cont_block03 .tips_block:nth-of-type(4) .tips_clm-left {
		margin-top: 0.5rem !important;
	}
	.genen-about .cont_block03 .tips_block:nth-of-type(4) .tips_point {
		padding-top: 2rem !important;
	}
	.genen-about .cont_block03 .tips_block:nth-of-type(4) .tips_point-txt {
		padding: 0;
	}
	.genen-about .cont_block03 .tips_block:nth-of-type(4) .tips_clm2 + .tips_clm2 {
		padding-top: 5rem;
	}
	.genen-about .cont_block03 .tips_block:nth-of-type(4) .tips_clm2 + .tips_clm2 .tips_clm-left {
		margin-top: 0 !important;
	}
	.genen-about .cont_block03 .tips_block:nth-of-type(4) .tips_clm2 + .tips_clm2 .tips_clm-left:before {
		margin: 2.5rem 0;
	}
	.genen-about .cont_block03 .tips_block:nth-of-type(4) .tips_clm2 + .tips_clm2 .tips_clm-right {
		margin: 0;
	}
	.genen-about .cont_block03 .tips_block:nth-of-type(4) .tips_clm2 + .tips_clm2 .tips_clm-right img {
		width: 100%;
	}
	.genen-about .cont_block03 .tips_block:nth-of-type(4) .tips_clm2 + .tips_clm2 .tips_sub-ttl img {
		width: 100%;
	}
	.genen-about .cont_block03 .tips_block:nth-of-type(4) .tips_clm2 + .tips_clm2 .tips_txt {
		margin-top: 0.5rem;
	}
	.genen-about .cont_block03 .tips_block:nth-of-type(4) .tips_clm2 + .tips_clm2 .detail_btn-block {
		margin-top: 1rem;
	}
	.genen-about .cont_block03 .tips_block:nth-of-type(4) .tips_clm2 + .tips_clm2 .detail_btn-block .detail_btn span {
		font-size: 1.7rem;
	}
	.genen-about .cont_block03 .detail_btn {
		width: 24.5rem;
		line-height: 4.6rem;
		padding-bottom: 0.4rem;
	}
	.genen-about .cont_block03 .detail_btn-block {
		margin-top: 2rem;
	}
	.genen-about .cont_block04 {
		background-size: 250% auto;
		padding: 3rem 2.5rem 4rem;
	}
	.genen-about .cont_block04 .sec_inner {
		padding: 0 !important;
	}
	.genen-about .cont_block04 .cont_ttl {
		margin-top: -4rem;
	}
	.genen-about .cont_block04 .cont_ttl img {
		width: 32.5rem;
	}
	.genen-about .cont_block04 .cont_txt {
		font-size: 1.5rem;
	}
	.genen-about .cont_block04 .cont_txt-caption {
		font-size: 1.3rem;
		margin-bottom: 2.5rem;
	}
	.genen-about .cont_block04 .product_block {
		width: auto;
		padding: 0 2.2rem;
	}
	.genen-about .cont_block04 .product_block + .product_block {
		margin-top: 3rem;
	}
	.genen-about .cont_block04 .product_ribbon {
		top: -0.5rem;
		left: -0.5rem;
	}
	.genen-about .cont_block04 .product_ribbon img {
		width: 24.9rem;
	}
	.genen-about .cont_block04 .product_items {
		margin-left: 0 !important;
		padding: 7rem 0 3.5rem !important;
		display: block;
	}
	.genen-about .cont_block04 .product_items .detail_btn {
		width: 25.5rem;
		padding-right: 0.5rem;
	}
	.genen-about .cont_block04 .product_items .detail_btn:after {
		width: 0.8rem;
		height: 0.8rem;
	}
	.genen-about .cont_block04 .product_item {
		width: auto !important;
		margin: 0 !important;
	}
	.genen-about .cont_block04 .product_item img {
		width: 100%;
		height: auto;
	}
	.genen-about .cont_block04 .product_block + .cont_txt-caption {
		margin-top: 1.5rem;
	}
	.genen-about .cont_block04 .cont_link {
		margin-top: 3.5rem;
	}
	.genen-about .cont_block04 .cont_link a {
		background: none !important;
	}
	.genen-about .cont_block04 .cont_link img {
		width: 100%;
	}
	.genen-about .cont_block04 .cont_link + .cont_link {
		margin-top: 2rem;
	}
	.genen-about .cont_block04 .cont_link + .cont_link a {
		margin-left: 0;
	}
	.genen-about .cont_block04 .cont_link + .cont_link img {
		width: 100%;
	}
	/*
	.genen-about .cont_block05 {
		padding: 1.8rem 0 4rem;
		background-size: 250% auto;
	}
	.genen-about .cont_block05 .detail_btn:after {
		right: 1.5rem;
	}
	.genen-about .cont_block05 .detail_btn-block {
		width: 28rem;
	}
	.genen-about .cont_block05 .detail_btn-block + .detail_btn-block {
		margin-top: 2rem;
	}
	.genen-about .cont_block05 .detail_btn span {
		font-size: 2rem;
		line-height: 4.6rem;
		padding-bottom: 0.4rem;
	}
	*/
	.genen-recipe .cont_block01 .sec_inner {
		padding: 0 !important;
	}
	.genen-recipe .cont_block01 .cont_txt img {
		width: 100%;
	}
	.genen-recipe .cont_block01:before, .genen-recipe .cont_block01:after {
		display: none;
	}
	.genen-recipe .cont_block02 {
		background-size: 250% auto;
		padding: 4rem 0;
	}
	.genen-recipe .cont_block02 .sec_inner {
		padding: 0 2.5rem !important;
	}
	.genen-recipe .cont_block02 .recipe_items .detail_btn {
		margin-top: 1.5rem;
		width: 100%;
		box-sizing: border-box;
	}
	.genen-recipe .cont_block02 .recipe_items .detail_btn:after {
		width: 0.8rem;
		height: 0.8rem;
	}
	.genen-recipe .cont_block02 .recipe_items .detail_btn span {
		font-size: 1.7rem;
	}
	.genen-recipe .cont_block02 .recipe_item {
		position: relative;
	}
	.genen-recipe .cont_block02 .recipe_item-inner {
		position: relative;
		z-index: 2;
		height: auto;
		padding: 2rem 2.3rem 2.3rem !important;
		display: block;
		flex-direction: row;
		border: solid 2px #ccd78e;
		border-radius: 1rem;
		background: #fff;
	}
	.genen-recipe .cont_block02 .recipe_item-inner > * {
		padding: 0 !important;
	}
	.genen-recipe .cont_block02 .recipe_item:before {
		position: absolute;
		z-index: 0;
		content: " ";
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0.5rem;
		left: 0.5rem;
		background-image: url(../../recipe/img/cont02_item_bg_sp.png);
		background-size: 100% auto;
		border-radius: 2rem;
	}
	.genen-recipe .cont_block02 .recipe_item:nth-of-type(1) .recipe_img, .genen-recipe .cont_block02 .recipe_item:nth-of-type(2) .recipe_img {
		position: relative;
	}
	.genen-recipe .cont_block02 .recipe_item:nth-of-type(1) .recipe_img:before, .genen-recipe .cont_block02 .recipe_item:nth-of-type(2) .recipe_img:before {
		content: " ";
		display: block;
		position: absolute;
		z-index: 2;
		top: 0;
		left: -1rem;
		width: 1rem;
		height: 100%;
		background-repeat: no-repeat;
		background-size: 100% auto;
	}
	.genen-recipe .cont_block02 .recipe_item:nth-of-type(1) .recipe_img:before {
		background-image: url(../../recipe/img/cont02_img01_sub_sp.png);
	}
	.genen-recipe .cont_block02 .recipe_item:nth-of-type(2) .recipe_img:before {
		background-image: url(../../recipe/img/cont02_img02_sub_sp.png);
	}
	.genen-recipe .cont_block02 .recipe_ttl span {
		font-size: 2rem;
		background-size: 100% 0.6em;
	}
	.genen-recipe .cont_block02 .recipe_txt {
		padding-top: 1.5rem;
		font-size: 1.5rem;
		text-align-last: center !important;
		letter-spacing: 0.06em;
	}
	.genen-recipe .cont_block02 .recipe_img {
		margin-left: -2.3rem;
		margin-right: -1.8rem;
	}
	.genen-recipe .cont_block02 .recipe_img img {
		width: 100%;
	}
	.genen-recipe .cont_block02 .recipe_caption {
		margin-top: 1.5rem;
		text-align: right !important;
	}
	.genen-recipe .cont_block02 .profile_block {
		margin-top: 3rem;
		display: block;
		padding: 2.5rem;
	}
	.genen-recipe .cont_block02 .profile_img {
		text-align: center;
	}
	.genen-recipe .cont_block02 .profile_img img {
		display: inline-block;
	}
	.genen-recipe .cont_block02 .profile_img img:nth-of-type(1) {
		width: 10.3rem;
	}
	.genen-recipe .cont_block02 .profile_img img:nth-of-type(2) {
		width: 14.3rem;
	}
	.genen-recipe .cont_block02 .profile_txt {
		padding-bottom: 0;
	}
	.genen-recipe .cont_block02 .profile_txt p {
		line-height: 1.55;
		letter-spacing: 0.06em;
	}
	.genen-recipe .cont_block02 .cont_link {
		margin-top: 4rem;
	}
	.genen-recipe .cont_block02 .cont_link a {
		background: none;
	}
	.genen-recipe .cont_block02 .cont_link img {
		width: 100%;
	}
	/*
	.genen-recipe .cont_block03 {
		background-size: 250% auto;
		padding: 1.8rem 0 4rem;
	}
	.genen-recipe .cont_block03 .detail_btn:after {
		right: 1.5rem;
	}
	.genen-recipe .cont_block03 .detail_btn-block {
		width: 28rem;
	}
	.genen-recipe .cont_block03 .detail_btn-block + .detail_btn-block {
		margin-top: 2rem;
	}
	.genen-recipe .cont_block03 .detail_btn-block:nth-of-type(2) span {
		padding-right: 0.5em;
	}
	.genen-recipe .cont_block03 .detail_btn span {
		font-size: 2rem;
		line-height: 5.6rem;
		padding-bottom: 0.4rem;
	}
	*/
	/*
																								lower
	----------------------------------------------------- */
	.contents_inner {
		max-width: 100%;
		padding: 0 2rem;
	}
	main + .pagetop {
		max-width: 100%;
		padding: 0 2rem;
		margin: 4rem auto 2.5rem;
	}
}

