/*!
Theme Name: oatmeal
Theme URI: http://underscores.me/
Author: kaho
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: oatmeal
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

oatmeal is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/




/* reset */
html {
	font-size: 62.5%;
  overflow-x: hidden;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
  font-family: "Zen Kaku Gothic New", serif;;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #514327;
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
  overflow-x: hidden;
}

@keyframes fadeIn {0% {opacity: 0}100% {opacity: 1}}
@-webkit-keyframes fadeIn {0% {opacity: 0}100% {opacity: 1}}


@media (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}


body * {
	box-sizing: border-box;
	position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

p,
ul,
ol,
dl,
dd {
	margin: 0;
	padding: 0;
}

ul,
ol {
	list-style-type: none;
}

figure {
	vertical-align: bottom;
	line-height: 1;
	margin: 0;
}

img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

li {
	list-style: none;
}

a,
input[type='submit'],
input[type='button'] {
	transition: all .3s;
	text-decoration: none;
  color: #3B4043;
}

a:hover,
input[type='submit']:hover,
input[type='button']:hover {
	opacity: .7;
}

input,
select,
button {
	appearance: none;
}
.pc {
	display: none;
}

.sp {
	display: block;
}

@media (min-width:500px) {
	.pc {
		display: block;
	}
	.sp {
		display: none;
	}
}
/* reset ここまで */

/* レイアウト */

body {
	content:"";
	background: url('/oatpia/wp-content/uploads/2025/01/backgroung_body.png') center top / 78px 78px;
	background-attachment: fixed;
  width: 100%;
	z-index: -10;
}

h2 {
	font-size: 1.6rem;
	text-align: center;
}

h3 {
	font-size: 1.8rem;
	text-align: center;
	font-weight: 600;
}

.flex {
	display: flex;
}

@media (max-width:500px) {
	.flex {
		display: none;
	}
}

section,
.page-thumbnail,
footer {
	width: 100%;
	margin: 0 auto;
	max-width: 820px;
}

.container {
	width: 90%;
	margin: 0 auto;
}

.inner {
	width: 90%;
	max-width: 1240px;
	margin: 0 auto;
	padding: 70px 0;
}

span.orange {
	color: #E35E0B;
}

.pc {
	display: block;
}

@media (max-width: 499px) {
	.pc {
		display: none;
	}
}

.sp {
	display: none;
}

@media (max-width: 599px) {
	.sp {
		display: block;
	}
}


/* レイアウト ここまで */

/*　header */

.site-branding {
	width: 100%;
	position: absolute;
}

.branding-inner {
	max-width: 820px;
	margin: 0 auto;
}

.branding-inner-box {
	width: 20%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 1;
}

@media (max-width: 767px) {
	.branding-inner-box {
		align-items: flex-start;
		padding-left: 2%;
	}
}

@media (max-width: 500px) {
	.branding-inner-box {
		display: block;
		padding: 0;
		width: 100%;
	}
}

.custom-logo-link {
	width: 87px;
	height: 108px;
	padding: 5% 0 206%;
	cursor: pointer;
}

.custom-logo-link img {
	width: 87px;
	height: 108px;
}

@media (max-width: 767px) {
	.custom-logo-link {
		padding: 5% 0 223%;
	}
}

@media (max-width: 500px) {
	.custom-logo-link {
		padding-bottom: 0;
		width: 55px;
		height: 72px;
	}

	.custom-logo-link img {
		padding-bottom: 0;
		width: 55px;
		height: 72px;
	}
}

.pc.btn {
	display: block;
}

.sp.btn {
	display: none;
}

.btn {
	width: 120px;
	height: 42px;
	background-color: #E35E0B;
	border-radius: 60px;
}

@media (max-width: 500px) {
	.pc.btn {
		display: none;
	}
	.sp.btn {
		display: block;
	}
	.btn {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top: -70px;
		z-index: 1;
	}
}

.btn a {
	width: 120px;
	height: 42px;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 600;
	padding-left: 40px;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.btn a:before {
	content:"";
	background: url('/oatpia/wp-content/uploads/2025/01/curt_icon.png') no-repeat center /contain;
  width: 17px;
	height: 17px;
  position: absolute;
	left: 15px;
}
/* header ここまで　*/

/* thumbnail */
.page-thumbnail {
	background-color: #fff;
}

.pc.thumbnail-container,
	.pc.thumbnail-container img {
		display: block;
}

.pc.thumbnail-container {
	width: 100%;
	padding: 0 0 0 20%;
}

.sp.thumbnail-container,
.sp.thumbnail-container img  {
	display: none;
}

@media (max-width: 500px) {
	.pc.thumbnail-container,
	.pc.thumbnail-container img {
		display: none;
	}

	.sp.thumbnail-container,
	.sp.thumbnail-container img {
		display: block;
	}
}

.heading {
	font-size: 2.6rem;
	line-height: 1.8;
	position: absolute;
	top: 70%;
	color: #fff;
	font-weight: 600;
	right: 0;
	width: 82.9%;
	padding-right: 9%;
	text-align: right;
}

@media (max-width: 767px) {
	.heading {
		font-size: clamp(2rem, 1vw, 2.6rem);
	}
}

@media (max-width: 500px) {
	.heading {
		bottom: 15%;
		top: auto;
		text-align: center;
		width: 100%;
		padding: 0 9% 0 9%;
	}
}
/*　ここまで　*/

/*　introduction */
#introduction {
	background-color: #fff;
	overflow: hidden;
}

.animation-container {
  width: 100%;
	display: flex;
}

.animation {
	color: #F5F1E9;
	font-size: 110px;
	font-weight: normal;
	animation: move-text 10s linear infinite;
  padding: 0 10px; /* 追加（単語の空き。ご自身で調整してください） */
}

@media (max-width: 500px) {
	.animation {
		font-size: 60px;
	}
}

@keyframes move-text {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.leading-blk {
	max-width: 680px;
	width: 89%;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	padding-left: 5.5%;
	z-index: 1;
}

@media (max-width: 767px) {
	.leading-blk {
		flex-direction: column;
		margin-bottom: 53px;
		padding-left: 0;
	}
}

.leading-text-blk {
	margin: 0 auto;
	width: 47%;
	margin: 0!important;
	padding-right: 3%;
}

@media (max-width: 767px) {
	.leading-text-blk {
		padding-right: 0;
		width: 240px;
		transform: translateX(-50%);
		left: 50%;
	}
}

#introduction h2 {
	font-size: 2.4rem;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 20px;
	text-align: left;
}

@media (max-width: 767px) {
	#introduction h2 {
		font-size: 2rem;
	}
}

.leading-blk p {
	display: inline-block;
	margin-bottom: 15px;
}

.leading-blk p:nth-of-type(3) {
	margin-bottom: 40px;
}

.leading-image-blk {
	width: 287px;
	height: 368px;
	margin: 0!important;
}

@media (max-width: 767px) {
	.leading-image-blk {
		transform: translate(-50%);
		left: 50%;
	}
}

.intro01 img,
.intro02 img {
	border-radius: 10px;
}

.intro01 img {
	width: 200px;
	height: 278px;
}

.intro02 {
	position: absolute;
	right: 0;
	top: 218px;
	z-index: 1;
}

.intro02 img {
	width: 110px;
	height: 152px;
}

.intro-inner {
	background-color: #FBF7EF;
	padding: 0 8.5%;
	margin-top: 120px;
}

@media (max-width: 767px) {
	.intro-inner {
		padding: 0 5%;
	}
}

.intro-inner:before {
	content:"";
	background: url('/oatpia/wp-content/uploads/2025/01/background00.png') no-repeat center bottom /contain;
  width: 100%;
	height: 250px;
	position: absolute;
	top: -200px;
	left: 0;
	z-index: 0;
}

@media (max-width: 767px) {
	.intro-inner:before {
		height: 200px;
	}
}

.worries {
	margin-bottom: 50px;
	width: 70%;
}

@media (max-width: 767px) {
	.worries {
		margin-bottom: 40px;
		width: 100%;
	}
}

.worries-title {
	display: inline-block;
	left: 50%;
	transform: translateX(-50%);
	font-size: 2rem;
	margin-bottom: 40px;
}

@media (max-width: 767px) {
	.worries-title {
		font-size: 1.8rem;
		margin-bottom: 24px;
	}
}

.example {
	display: inline-block;
	position: absolute;
	top: -10px;
	left: -84px;
	font-size: 1.4rem;
}

@media (max-width: 767px) {
	.example {
		top: -45px;
		left: -27px;
	}
}

.example:before {
	content:"";
	background: url('/oatpia/wp-content/uploads/2025/01/circle.png') no-repeat center /contain;
  width: 80px;
	aspect-ratio: 1;
  position: absolute;
	top: -28px;
	left: -18px;
}

@media (max-width: 767px) {
	.example:before {
		width: 64px;
		top: -19px;
		left: -11px;
	}
}

.example:after {
	content:"";
	background: url('/oatpia/wp-content/uploads/2025/01/line.png') no-repeat center /contain;
  width: 53px;
	height: 21px;
  position: absolute;
	top: 6px;
	right: -3px;
	z-index: -1;
}

@media (max-width: 767px) {
	.example:before {
		width: 64px;
	}
}

.check-list li {
	display: flex;
	margin-bottom: 12px;
}

@media (max-width: 767px) {
	.check-list li {
		margin-bottom: 7px;
	}
}

input[type="checkbox"] {
  width: 18px!important;
	height: 18px;
	background-color: #fff;
	border-radius: 2px;
	border: 1px solid #E35E0B!important;
	display: inline-block;
	width: 10%;
	margin: 0!important;
}

input[type="checkbox"]:checked {
	content: "";
	background: url('/oatpia/wp-content/uploads/2025/01/check.png') no-repeat center /contain;
	background-color: #fff!important;
	font-size: 16px;
	text-align: center;
	line-height: 20px;
	z-index: 1;
}

label {
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0.05em;
	padding-left: 10px;
	display: inline-block;
	width: 90%;
}

@media (max-width: 767px) {
	label {
		font-size: 1.4rem;
	}	
}

.resolution {
	margin-bottom: 60px;
}

@media (max-width: 767px) {
	.resolution {
		margin-bottom: 40px;
	}
}

.resolution-title {
	margin-bottom: 30px;
	font-size: 2rem;
}

@media (max-width: 767px) {
	.resolution-title {
		margin-bottom: 24px;
		font-size: 1.8rem;
	}
}

.resolution p {
	margin-bottom: 10px;
	text-align: center;
}

.resolution p:last-child {
	margin-bottom: 0;
}

.cta {
	padding-bottom: 60px;
	display: flex;
	justify-content: center;
}

@media (max-width: 767px) {
	.cta {
		flex-direction: column;
		align-items: center;
	}
}

.cta figure {
	text-align: center;
	margin: 0!important;
}

.cta figure.pc {
	display: block;
	width: 40%;
}

.cta figure.sp {
	display: none;
}

@media (max-width: 767px) {
	.cta figure.pc {
		display: none;
	}
	.cta figure.sp {
		display: block;
	}
}

.cta img {
	width: 100%;
	aspect-ratio: 1;
	border-radius: 10px 0 0 10px;
}

@media (max-width: 767px) {
	.cta img {
		width: 295px;
		height: 163px;
		border-radius: 10px 10px 0 0;
		margin: 0!important;
	}
}

.cta-text-blk {
	width: 60%;
	border-radius: 0 10px 10px 0;
	margin: 0!important;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (max-width: 767px) {
	.cta-text-blk {
		padding: 15px 20px;
		width: 295px;
		border-radius: 0 0 10px 10px;
	}
}

.normal-price-container.flex {
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.normal-price-container:before {
	content: "";
	background-color: #FBDD04;
	width: 12px;
  height: 10px;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
	position: absolute;
	transform: translateX(-50%);
	left: 50%;
	bottom: -10px;
}

.normal-price-text {
	padding-bottom: 7px;
	margin: 0!important;
}

@media (max-width: 767px) {
	.normal-price-text {
		padding-bottom: 7px;
		margin: 0!important;
	}
}

.normal-price {
	font-size: 4rem;
	color: #916F2B;
	margin: 0!important;
}

@media (max-width: 767px) {
	.normal-price {
		font-size: 3rem;
	}
}

.special-price-container.flex {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	margin: 0 0 13px 0!important;
}

.special-price-container:after {
	content:"";
	background: url('/oatpia/wp-content/uploads/2025/01/line02.png') no-repeat center /contain;
  width: 255px;
	height: 2px;
	position: absolute;
	bottom: -1px;
	left: 0;
}

.special-price {
	font-size: 4rem;
	color: #E35E0B;
	margin: 0 auto 0 67.2px!important;
}

@media (max-width: 767px) {
	.special-price {
		font-size: 3rem;
		padding: 0 43.8px 0 58.81px;
		margin: 0!important;
	}
}

.yen {
	font-size: 2rem;
}

@media (max-width: 767px) {
	.yen {
		font-size: 1.8rem;
	}
}

.per-month {
	font-size: 1.6rem;
}

@media (max-width: 767px) {
	.per-month {
		font-size: 1.4rem;
	}
}

.per-bag {
	font-size: 1.8rem;
	display: inline-block;
	z-index: 1;
}

@media (max-width: 767px) {
	.per-bag {
		font-size: 1.6rem;
	}
}

.per-bag:before {
	content:"";
	background: url('/oatpia/wp-content/uploads/2025/01/line-background.png') no-repeat center /contain;
  width: 130px;
	height: 37px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)!important;
	z-index: -1;
}

@media (max-width: 767px) {
	.per-bag:before {
		width: 80px;
		height: 23px;
	}
}

.gram {
	font-size: 2.2rem;
}

@media (max-width: 767px) {
	.gram {
		font-size: 1.8rem;
	}
}

.cta-btn {
	width: 170px;
	height: 35px;
	background-color: #E35E0B;
	border-radius: 50px;
}

@media (max-width: 767px) {
	.cta-btn {
		width: 130px;
		height: 30px;
	}
}

.cta-btn a {
	width: 170px;
	height: 35px;
	color: #fff;
	padding-left: 27px;
	font-size: 1.6rem;
	font-weight: 500;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (max-width: 767px) {
	.cta-btn a {
		width: 130px;
		height: 30px;
	}
}

.cta-btn a:before {
	content:"";
	background: url('/oatpia/wp-content/uploads/2025/01/curt_icon.png') no-repeat center /contain;
  width: 17px;
	height: 16px;
  position: absolute;
	top: 10px;
	left: 40px;
}

@media (max-width: 767px) {
	.cta-btn a:before {
		top: 6px;
		left: 20px;
	}
}

/* feature */
.heading-container figure.pc {
	display: block;
}

.heading-container figure.sp {
	display: none;
}

@media (max-width: 767px) {
	.heading-container figure.sp {
		display: block;
	}
	.heading-container figure.pc {
		display: none;
	}
}

.image-title {
	font-size: 2rem;
	color: #fff;
	line-height: 2;
	letter-spacing: 0.05em;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 8.5%;
	display: block;
}

@media (max-width: 767px) {
	.image-title {
		font-size: 1.8rem;
		left: 5%;
	}
}

.subtitle {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin-bottom: 10px;
}

.subtitle-number {
	color: #E35E0B;
	margin: 0!important;
	font-size: 1.5rem;
	z-index: 0;
}

.text {
	display: block;
	font-size: 1rem;
	position: absolute;
	top: -15px;
	left: -9px
}

.subtitle-number:before {
	content:"";
	background: url('/oatpia/wp-content/uploads/2025/01/shape.png') no-repeat center /contain;
  width: 35px;
	height: 32.5px;
	position: absolute;
  top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}

.subtitle-text {
	color: #E35E0B;
	margin: 0!important;
	padding: 0 0 0 13px;
	font-size: 1.4rem;
	font-weight: 550;
}

#feature h2 {
	color: #E35E0B;
	margin-bottom: 54px;
}

@media (max-width: 767px) {
	#feature h2 {
		margin-bottom: 20px;
	}
}

.main.feature-inner {
	padding: 0;
	text-align: center;
}

.main.feature-inner {
  background-color: #fff;
}

@media (max-width: 767px) {
	.feature-item-blk {
		flex-direction: column;
	}
}

.feature-item {
	padding: 0 8.5% 60px;
	background: url('/oatpia/wp-content/uploads/2025/02/feature_line.png') no-repeat 0px 100px / contain;
	overflow: hidden;
}

@media (max-width: 767px) {
	.feature-item {
		padding: 0 5% 54px;
		background: url('/oatpia/wp-content/uploads/2025/02/feature_line_sp.png') no-repeat 0px 290px / contain;
	}
}

.feature-item.item01 {
	padding-top: 54px;
}

.feature-item.item02 {
	background: url('/oatpia/wp-content/uploads/2025/02/feature_line2.png') no-repeat 0px 100px / contain;
}

@media (max-width: 767px) {
	.feature-item.item02 {
		background: url('/oatpia/wp-content/uploads/2025/02/feature_line2_sp.png') no-repeat 0px 290px / contain;
	}
}

.feature-item.item03 {
	padding-bottom: 80px;
}

@media (max-width: 767px) {
	.feature-item.item03 {
		padding-bottom: 54px;
	}
}

.feature-item.item01:before {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
}

.feature-item.item01.active:before {
	animation: line1 4.0s forwards;
}

@keyframes line1 {
	0% {
		width: 100%;
	}

	50% {
		width: 100%;
	}

	100% {
		width: 0;
	}
}

.feature-item.item02:before {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
}

.feature-item.item02.active:before {
	animation: line2 4.0s forwards;
}

@keyframes line2 {
	0% {
		left: 0;
		width: 100%;
	}

	50% {
		left: 0;
		width: 100%
	}

	100% {
		width: 0;
		left: 100%;
	}
}

.feature-item.item03:before {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
}

.feature-item.item03.active:before {
	animation: line3 6.0s forwards;
}

@keyframes line3 {
	0% {
		width: 100%;
	}

	70% {
		width: 100%;
	}

	100% {
		width: 0;
	}
}


.feature-item.item03{
	margin-bottom: 0;
}

.feature-item-blk {
	display: flex;
}

@media (max-width: 767px) {
	.feature-item-blk {
		flex-direction: column;
	}
}

.feature-item-inner {
	max-width: 300px;
}

.feature-item:nth-of-type(2) .feature-item-inner {
	order:2 ;
}

@media (max-width: 767px) {
	.feature-item:nth-of-type(2) .feature-item-inner {
		order: 0;
	}
}

.feature-item-inner p {
	text-align: left;
}

.feature-image {
	margin-top: -70px;
}

@media (max-width: 767px) {
	.feature-image {
		margin-top: 0;
	}
}

.feature-image img {
	max-width: 350px;
}

@media (max-width: 767px) {
	.feature02-box {
		flex-direction: column;
	}
}

.health-benefits {
	background-color: #FBF7EF;
	width: 48.5%;
	border-radius: 5px;
	margin: 0 3% 30px 0;
}

.health-benefits-inner {
	padding: 46px 17.5px;
}

.health-benefits h3 {
	background-color: #fff;
	width: 89.5%;
	height: 40px;
	text-align: center;
	border-radius: 5px;
	line-height: 40px;
	font-size: 1.6rem;
	margin-bottom: 25px;
}

.benefits-list {
	width: 280px;
	display: flex;
	flex-direction: column;
}

.benefits-list li {
	margin-bottom: 10px;
	display: inline-block;
	text-align: left;
	padding-left: 34px;
}

.benefits-list li:before {
	content:"";
	background: url('/oatpia/wp-content/uploads/2025/01/benefits-list_illust.png') no-repeat center /contain;
  width: 19px;
	height: 17px;
	position: absolute;
  top: 8px;
	left: 0;
	transform: translateY(-50%);
}

.benefits-list li:last-child {
	margin-bottom: 0;
}

.nutrients {
	margin: 0!important;
	width: 48.5%;
}

@media (max-width: 767px) {
	.nutrients {
		margin: 0 auto !important;
	}
}

.nutrients img {
	max-width: 258px;
}

.nutrients figure:after {
	content:"";
	background: url('/oatpia/wp-content/uploads/2025/02/wheat.png') no-repeat center /contain;
  width: 120px;
	height: 120px;
	position: absolute;
  top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.nutrients h3 {
	background-color: #FBF7EF;
	width: 100%;
	height: 50px;
	text-align: center;
	border-radius: 5px;
	font-size: 1.6rem;
	margin-bottom: 25px;
	padding: 5px 3% 0;
}

.note {
	font-size: 1.2rem;
	display: block;
	position: absolute;
	bottom: 4px;
	right: 5%;
}

.sub.feature-inner {
	width: 100%;
	height: 3000px;
}

@media (max-width: 767px) {
	.sub.feature-inner {
		height: 2000px;
	}
}

.parallax-window {
  width: 100%;
	height: 3000px;
	position: absolute;
  top: 0;
	left: 0;
}


.sub.feature-inner {
	padding: 54px 8.5% 0;
}

@media (max-width: 767px) {
	.sub.feature-inner:before {
		height: 2000px;
	}
}

.sub-feature-item {
	max-width: 300px;
	opacity: 0.9;
	margin: 0 0 100px!important;
	padding: 30px 6%;
}

.sub-feature-item:before {
	content: "";
	background-color: #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.8;
	border-radius: 5px;
}

@media (max-width: 767px) {
	.sub-feature-item {
		margin: 0 auto 100px!important;
	}
}

.sub-feature-item:first-child {
	padding-top: 130px;
}


.sub-feature-item-inner p {
	text-align: left;
}

/* recipe */
#recipe:before {
	content:"";
	background: url('/oatpia/wp-content/uploads/2025/02/background_top.png') no-repeat center /cover;
  width: 100%;
	height: 400px;
	position: absolute;
  top: -120px;
	left: 0;
}

@media (max-width: 500px) {
	#recipe:before {
		content:"";
		background: url('/oatpia/wp-content/uploads/2025/02/background_top.png') no-repeat center /cover;
		width: 100%;
		height: 400px;
		position: absolute;
		top: -120px;
		left: 0;
	}
}

#recipe {
	padding: 0 5%;
	background-color: #FBF7EF;
}

#recipe h1 {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	color: #E35E0B;
	margin-bottom: 16px;
}

.subtitle-recipe {
	font-size: 1.5rem;
	display: block;
}

.recipe-item {
	margin-bottom: 80px;
}

@media (max-width: 500px) {
	.recipe-item {
		margin-bottom: -20px;
	}
}

.recipe-item:nth-of-type(4) {
	margin-bottom: 100px;
}

@media (max-width: 500px) {
	.recipe-item:nth-of-type(4) {
		margin-bottom: 0;
	}
}


.recipe-item figure {
	max-width: 590px;
	width: 85.3%;
	border-radius: 5px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.recipe-item img {
	margin: 1.5%;
}

.recipe-item-inner {
	display: block;
	width: 200px;
	padding: 15px;
	position: absolute;
	bottom: -40px;
	right: 0;
}

@media (max-width: 500px) {
	.recipe-item-inner {
		width: 59.7%;
		max-width: 200px;
		position: relative;
		padding: 15px;
		top: -40px;
	}
}

.even.recipe-item-inner {
	left: 0;
	margin: 0!important;
}

@media (max-width: 500px) {
.even.recipe-item-inner {
	left: auto;
	margin: 0 auto!important;
}

}

.recipe-item-inner:before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.8;
}

@media (max-width: 500px) {
	.recipe-item-inner:nth-of-type(4) {
		bottom: 30px;
	}
}

.recipe-item-inner h2 {
	color: #E35E0B;
	font-size: 1.6rem;
	font-weight: 550;
	margin-bottom: 4px;
}

/* faq */

#faq {
	background-color: #fff;
	overflow: hidden;
}

.faq-box {
	padding: 60px 5%;
	overflow: hidden;
	display: flex;
}

@media (max-width: 500px) {
	.faq-box {
		flex-direction: column;
	}
}

#faq h2 {
	text-align: left;
	color: #E35E0B;
	font-size: 2rem;
	font-weight: 600;
	margin: 0 0 30px!important;
	width: 50%;
	z-index: 1;
}

@media (max-width: 500px) {
	#faq h2 {
		width: 100%;
	}	
}

.faq-subtitle {
	display: block;
	font-size: 1.5rem;
}

.faq-subtitle {
	display: block;
	font-size: 1.5rem;
}

.faq.animation-container {
  position: absolute;
	top: 180px;
	left: 0;
}


@media (max-width: 500px) {
	.faq.animation-container {
		top: 50px;
	}
}

.accordion {
	width: 50%;
	margin: 0!important;
	z-index: 1;
}

@media (max-width: 500px) {
	.accordion {
		width: 100%;
	}
}

.accordion-item {
	margin-bottom: 10px;
}

.question, .answer {
	display: flex;
	align-items: center;
	padding: 13px 15px;
	background-color: #FBF7EF;
	border-radius: 5px;
}

.question {
	cursor: pointer;
}

.question:before,
.question:after{
  position:absolute;
  content:'';
  top: 0px;
  right: 15px;
  bottom: 0;
  width: 15px;
  height:2px;
  margin:auto;
  background: #514327;
}

.question::after{
  transform:rotate(-90deg);
	transition:transform 0.3s;
}

.question.active::after{
	transform:rotate(0deg);}

.answer {
	display: none;
}

#faq h3 {
	font-size: 1.6rem;
	margin: 0 !important;
	padding: 0 30px;
	text-align: left;
}

@media (max-width: 767px) {
	#faq h3 {
		font-size: 1.4rem;
	}
}

#faq h3:after {
	content:"Q";
	position: absolute;
  top: 0;
	left: 0;
	color: #E35E0B;
}

.answer:after {
	content:"";
	background: url('/oatpia/wp-content/uploads/2025/01/line02.png') repeat-x center /contain;
  width: 100%;
	height: 2px;
	position: absolute;
	top: 0;
	left: 0;
}

.answer p {
	padding: 0 30px;
}

.answer p:before {
	content:"A";
	position: absolute;
  top: 0;
	left: 0;
	color: #E35E0B;
}

.brand-name {
	display: flex;
	justify-content: center;
	align-items: center;
	background: url('/oatpia/wp-content/uploads/2025/01/background03_sp.png') no-repeat center /cover;
	width: 100%;
	padding: 33px 0;
}

.brand-name-box {
	max-width: 300px;
	width: 90%;
	margin: 0!important;
}

.brand-name-box:before {
	content: "";
	background-color: #fff;
	border-radius: 5px;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.8;
}

.brand-name-box-inner {
	margin: 8%!important;
}

.brand-name-title {
	text-align: center!important;
	margin-bottom: 5%!important;
}

/* footer */

footer {
	width: 100%;
	height: 253px;
	background-color: #FBF7EF;
	padding: 30px 5%;
}

.company-name {
	margin-bottom: 10px;
}

.site-info > p {
	font-size: 2rem;
}

.company-info p {
	font-size: 1.3rem;
	margin-bottom: 7px;
}

