* {
	box-sizing: border-box;
}

html#head-tag{
  margin: 0 !important;
}
body {
	margin: 0;
	font-family: "游ゴシック体", YuGothic,"Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
	color: #222;
	background: #f6f6f6;
	line-height: 1.8;
}

a {
	text-decoration: none;
	color: inherit;
}

img {
	max-width: 100%;
	display: block;
}

.pc {
	display: block;
}

.mini-response{
	display: none;
}
.sp {
	display: none;
}

.pc.feature-head{
	display: block;
}
.sp.feature-head{
	display: none;
}


.container {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 20px;
}

.narrow {
	max-width: 920px;
}

.site-header {
	background: #fff;
	position: sticky;
	top: 0;
	z-index: 100;
}

.header-inner {
	max-width: unset;
	margin: 0 auto;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100px;
}

.logo {
	font-size: 18px;
	font-weight: 700;
	width: 500px;
	margin-left: 3rem;
}

.logo span {
	font-size: 11px;
	margin-left: 8px;
	font-weight: 400;
	letter-spacing: .08em;
}

.header-nav {
	display: flex;
	align-items: stretch;
	gap: 0;
	width: 40%;
	justify-content: flex-end;
}

.insta {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 30px;
	background: #fff;
	font-size: 13px;
}

a.nav-btn.nav-btn-red img,
a.nav-btn.nav-btn-blue img {
	width: 100%;
	padding: 0 25%;
}

.nav-btn {
	width: 250px;
    height: 100px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #333;
	font-weight: 700;
	text-align: center;
	font-size: 14px;
}
li.hamburger-menu.first-hamburger .nav-btn {
	color: #fff;
}

.nav-btn span {
	font-size: 11px;
	font-weight: 400;
	letter-spacing: .08em;
}

.nav-btn-blue {
	background: #262c8e;
}
.text-menu .nav-btn-blue {
	background: unset;
}

.nav-btn-red {
	background: #ff1d1d;
}

.footer-content {
	display: flex;
	height: 100px;
	align-content: center;
	align-items: center;
	justify-content: space-between;
	margin: 0 15rem;
	margin-top: 25px;
}

.footer-content .logo {
	margin-left: 0;
	width: 450px;
}

.footer-content .acces {
    font-weight: 400;
    font-size: 16px;
	text-align: center;
    line-height: 1.6;
}
/* .p-fvSlide__bg.first-fv{
    background-image: url('./images/main-img01.png');
    background-size: cover;
    background-position: top;
    padding: 100px 0px;
    height: 100%;
}
.p-fvSlide__bg.second-fv {
    background-image: url('./images/main-img02.png');
    background-size: cover;
    background-position: top;
    padding: 100px 0px;
    height: 100%;
}
.p-fvSlide__bg.third-fv {
    background-image: url('./images/main-img03.png');
    background-size: cover;
    background-position: top;
    padding: 100px 0px;
    height: 100%;
} */

/* =========================
   Loading Screen
========================= */
#loading-screen {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

#loading-screen.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.loading-screen__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.loading-screen__logo img {
  display: block;
  width: 550px;
  height: auto;
}

.loading-screen__text {
  margin-top: 20px;
  font-size: 14px;
  letter-spacing: 0.12em;
  color: #333;
  line-height: 1;
  animation: loadingBlink 1.5s ease-in-out infinite;
}

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

.fv {
	position: relative;
	height: auto;
	max-height: 50vw;
	overflow: hidden;
	background: #bfe3ef;
}
.p-fvSlide img {
    width: 100%;
}
.fv-bg {
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, #c5e5f0 0%, #a4d2e2 100%);
}

.fv-copy {
	position: absolute;
	right: 120px;
	top: 120px;
	z-index: 2;
	display: flex;
	align-items: center;
	gap: 24px;
}

.fv-copy-en {
	writing-mode: vertical-rl;
	font-size: 12px;
	color: #fff;
	line-height: 1.6;
}

.fv-copy h1 {
	margin: 0;
	margin-top: 50px;
	nav-right: 120px;
}

.fv-copy img {
	width: 100%;
	min-width: 260px;
	height: auto;
}

.concept {
	background: #fefefe;
	padding: 80px 0 22rem;
}

div#topTrack {
	display: flex;
}

.concept-grid {
	max-width: unset;
	padding: 0;
	/* overflow: hidden; */
	position: relative;
}

.p-bac-slide-area {
	overflow: hidden;
}

.concept-photo {
	background: #cfcfcf;
	height: 240px;
}

.concept-photo.small {
	height: 240px;
}

.concept-text {
	padding: 0 50px;
    font-size: 18px;
	font-weight: normal;
	line-height: 2.1;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: #fefefe;
}

.concept-text p {
	margin: 0 0 3rem;
    line-height: 2.7rem;
    letter-spacing: 1px;
}

.happiness {
	background: #fefefe;
	padding: 160px 0 150px;
	text-align: center;
}

.happiness h2 {
	font-size: clamp(30px, 3vw, 40px);
	margin: 0 auto;
	letter-spacing: .03em;
	width: fit-content;
	text-align: center;
}

.container h2 img {
	width: 550px;
	margin: 0;
}

.container h2.feature02-title img {
	width: 450px;
}
.feature-head h2 .feature-title {
    font-size: clamp(30px, 4.5vw, 42px);
}
.sub {
	margin: 0;
	font-size: clamp(14px, 2vw, 20px);
	letter-spacing: .06em;
	width: fit-content;
	margin: 0 auto 0 0;
}
.happiness .sub {
	margin: 0 auto;
}

.white {
	color: #fff;
}

.happiness-cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 25px;
	margin-top: 48px;
}

.happiness-card {
	background: #fff;
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: 700;
}

.happiness-card p {
	width: 100%;
}

.happiness-card .num {
	margin: 0 0 12px;
	font-size: 34px;
	line-height: 1;
	font-weight: 700;
}

.feature {
	padding: 90px 0 110px;
	color: #fff;
}

.feature01 {
	background: url('./images/point01-bg.svg');
	background-size: cover;
}

.feature02 {
	background: url('./images/point02-bg.svg');
	background-size: 100%;
	background-position: bottom;
}

/* .quality, */
.process-section,
/* .fresh, */
.storage,
.contact-section {
	background: linear-gradient(90deg, #d7ddeb 0%, #c2edf3 100%);
}

.feature03 {

	background: url('./images/point03-bg.svg');
	background-size: cover;
}

.feature-head {
	display: flex;
	align-items: flex-start;
	gap: 34px;
	margin-bottom: 42px;
	/* position: relative; */
	left: -5%;
}

.feature-head {
    position: -webkit-sticky; /* Safari対応 */
    position: sticky;
    /* ヘッダーの高さ分だけ下にずらして固定 */
    top: 100px; /* ここを .site-header の高さ（px）と同じにする */
    z-index: 900; /* ヘッダーよりは下、コンテンツよりは上 */
	padding: 15px 0 15px 15%;
}

#feature-one .feature-head {
	/* background-image: url('./images/point01-bg.svg'); */
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	overflow: hidden;
	z-index: 1000;
	background-color: transparent;
	transition: background-color 0.3s ease, box-shadow 0.3s ease;
	backdrop-filter: blur(6px);
}
.feature-head.pc.is-stuck {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}


#feature-twoo .feature-head {
	/* background-image: url('./images/point02-bg.svg'); */
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	overflow: hidden;
	z-index: 1000;
	background-color: transparent;
	transition: background-color 0.3s ease, box-shadow 0.3s ease;
	backdrop-filter: blur(6px);
}
#feature-three .feature-head {
	/* background-image: url('./images/point03-bg.svg'); */
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	overflow: hidden;
	z-index: 1000;
	background-color: transparent;
	transition: background-color 0.3s ease, box-shadow 0.3s ease;
	backdrop-filter: blur(6px);
}

#feature-three .container {
    max-width: 1200px;
}

/* 次の見出しが来たら重なって隠れるように、
   セクション自体に z-index を設定（数字が高い方が上に来る） */
.feature {
    position: relative;
    overflow: visible; /* stickyを効かせるために必要 */
}

.feature01 { z-index: 10; }
.feature02 { z-index: 20; }
.feature03 { z-index: 30; }

.feature-num {
	font-size: 130px;
	line-height: 1;
	margin: 0;
	font-weight: 700;
	color: transparent;
	-webkit-text-stroke: 2px rgba(255, 255, 255, .9);
}

.feature-head h2 {
	margin: 18px 0 6px;
	font-size: 42px;
	color: #fff;
	position: relative;
	display: flex;
	gap: 45px;
	/* left: 150px; */
}

.feature-head h2.feature01-title::before {
	content: '';
	position: absolute;
	top: 50%;
	left: -40%;
	transform: translateY(-50%);
	width: 150px;
	height: 110px;
	background-image: url('./images/point01.svg');
	background-size: contain;
	background-repeat: no-repeat;
}

.feature-head h2.feature02-title::before {
	content: '';
	position: absolute;
	top: 50%;
	left: -45%;
	transform: translateY(-50%);
	width: 150px;
	height: 110px;
	background-image: url('./images/point02.svg');
	background-size: contain;
	background-repeat: no-repeat;
}

.feature-head h2.feature03-title::before {
	content: '';
	position: absolute;
	top: 50%;
	left: -35%;
	transform: translateY(-50%);
	width: 150px;
	height: 110px;
	/* background-image: url('./images/point03.svg'); */
	background-size: contain;
	background-repeat: no-repeat;
}

.feature-head p.sub.white {
	position: absolute;
	top: 55%;
}
h2.feature01-title img ,
h2.feature02-title img ,
h2.feature03-title img {
    width: 550px;
}

.feature01-title p.feature-num img ,
.feature02-title p.feature-num img ,
.feature03-title p.feature-num img {
    width: 150px;
}


.two-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px 50px;
}

/* ============================================
   p- : プロジェクト固有のスタイル
   .two-grid / .media-card
   ※ クラス名変更なし・既存コード破壊なし
   ============================================ */

/* --- レイアウト: 2カラムグリッド --- */
.two-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 70px 70px;
	max-width: 1100px;
	margin: 0 auto;
	padding: 35px 0 40px;
}

/* --- カード本体 --- */
.media-card {
	position: relative;
	/* overflow: hidden; */
}

/* --- 写真エリア --- */
.media-photo {
	width: 100%;
	/* aspect-ratio: 4 / 3; */
	background-color: #c8dce8;
	/* 仮の背景色（画像未設定時の fallback） */
	background-size: cover;
	background-position: center;
	overflow: hidden;
}

/* --- 見出し（写真の下部に重ねる） --- */
.media-card,
.food-card {
  position: relative;
}

.media-text {
  position: relative;
  z-index: 2;
}

.feature01 .media-card h3 {
  position: absolute;
  left: -2.5rem;
  bottom: -0.5rem;
  margin: 0;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.7;
  color: #2e3092;
  letter-spacing: 3px;
  font-feature-settings: "palt";
}

.feature01 .media-card h3 span {
  display: inline;
  background: #fff;
  padding: 0;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.feature02 .media-card h3 {
  position: absolute;
  left: -2.5rem;
  bottom: -0.5rem;
  margin: 0;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.7;
  color: #00aeef;
  letter-spacing: 3px;
  font-feature-settings: "palt";
}

.feature02 .media-card h3 span {
  display: inline;
  background: #fff;
  padding: 0;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}


.food-grid .food-card p {
  /* position: absolute;
  left: -2.5rem;
  bottom: -0.5rem; */
  margin: 0;
  font-weight: 700;
  font-size: 25px;
  line-height: 2;
  color: #ff0000;
}

.food-grid .food-card p span {
  display: inline;
  background: #fff;
  padding: 0;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}


h3.item-three-titele,
h3.item-four-titele,
h3.item-two-titele {
	position: absolute;
	left: -2.5rem;
}

/* .feature02 h3.item-one-titele {
	width: 350px;
}

.feature02 h3.item-two-titele {
	width: 300px;
}

p.food-item01,
p.food-item06 {
	width: 180px;
}

p.food-item02,
p.food-item03,
p.food-item04,
p.food-item05 {
	width: 230px;
} */

/* --- 本文テキスト --- */
.media-card p {
	margin: 12px 0 0;
	padding: 0 4px;
	font-size: 0.875rem;
	line-height: 1.85;
	color: #333;
}

.media-card .mini-text {
	font-size: 13px;
}

.media-card {
	color: #fff;
}

.media-photo {
	background: unset;
	margin-bottom: 18px;
	position: relative;
}

.media-photo::after {
	background: #d8d8d8;
	height: 250px;
	margin-bottom: 18px;
	position: relative;
}


.media-card p {
	margin: 3rem 0 0;
	padding: 0;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.8;
	color: #fff;
	position: relative;
	left: -2.5rem;
	white-space: nowrap;
}

.life-box {
	background: #fff;
	padding: 28px 0;
	margin-top: 60px;
	color: #222;
}

.small-photo-card p {
	font-size: 17px;
	font-weight: normal;
}

.life-box h3 {
	margin: 0 0 24px;
	text-align: center;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
}

.three-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.small-photo-card {
	text-align: center;
}

.small-photo {
	height: auto;

	margin-bottom: 12px;
}

.small-photo img {
	width: 100%;
}


.cta-wrap{
	text-align: center;
	padding: 80px 0;
	background: #fff;
}
.contact-band {
	text-align: center;
	padding: 50px 0;
	background: #fff;
	display: flex;
	justify-content: center;
}

.cta-wrap {
	padding-bottom: 0;
	background: unset;
}

.cta {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	min-width: 490px;
	padding: 0;
	font-size: 17px;
	font-weight: 700;
	position: relative;
}

.cta span {
	font-size: 12px;
	font-weight: 400;
	letter-spacing: .08em;
}

.cta-outline {
	color: #fff;
	background: transparent;
	padding: 0;
	width: 450px;
}

.cta-red {
	color: #fff;
	background: #ff1d1d;
}

.center-title {
	margin: 70px 0 32px;
	text-align: center;
	font-size: 28px;
	color: #111;
}

.three-text,
.three-paragraphs {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 26px;
}

.three-text {
	margin-bottom: 24px;
	color: #111;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
}

.three-paragraphs {
	font-size: 15px;
	color: #111;
	line-height: 2;
}

.intro-text.center {
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 2.1;
	margin: 90px auto;
	letter-spacing: 1.5px;
}

.food-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	margin-top: 30px;
}

.food-card {
	text-align: center;
}

.food-photo {
	width: fit-content;
	margin: 0 auto;
	margin-bottom: 10px;
}

.food-photo img {
    width: 350px;
}

.food-card p {
	margin: 20px auto;
}

.quality {
	padding: 90px 0 80px;
	text-align: center;
	background-color: #fff;
}

.quality h2 {
	font-size: 46px;
	margin: 0 0 8px;
	color: #111;
}

.quality-sub {
	margin: 0 0 40px;
	font-size: 24px;
	font-weight: 700;
}

.quality-text {
	font-size: 16px;
	line-height: 2.2;
	color: #111;
}

.quality-text p {
	margin: 0 0 24px;
}

.cert-logos {
	display: flex;
	justify-content: center;
	gap: 48px;
	margin-top: 48px;
}

.cert-logo {
	width: 160px;
	height: 180px;
	background: #fff;
	border: 2px solid #888;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.4;
}

.process-section {
	padding: 90px 0;
}

.process-section h2,
.fresh h2,
.storage h2 {
	text-align: center;
	font-size: 46px;
	margin: 0 0 46px;
	color: #111;
}

.movie-area {
	height: 420px;
	background: #c8c8c8;
	margin-bottom: 58px;
}

.process-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.process-row {
	display: grid;
	grid-template-columns: 110px 1fr 260px;
	gap: 28px;
	align-items: start;
	margin-bottom: 8px;
}

.step-label {
	border: 1px solid #666;
	background: #fff;
	padding: 20px 10px;
	text-align: center;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.5;
	min-height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.c-step-label {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	padding: 20px 10px;
	background-color: #d6e4f0;
	/* 下辺のみボーダーなし（三角形と接合するため） */
	border-top: 1px solid #8aaec8;
	border-left: 1px solid #8aaec8;
	border-right: 1px solid #8aaec8;
	box-sizing: border-box;
	/* overflow: hidden は絶対に付けない（疑似要素が隠れる） */
	writing-mode: vertical-rl;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.7;
	letter-spacing: 0.05em;
	color: #1a1a1a;
}

/* 三角形：外側（ボーダー色で塗りつぶし） */
/* width: 80px + border 1px × 2 = 82px 分を左右に割り振る → 各 41px */
.c-step-label::before {
	content: '';
	position: absolute;
	bottom: -30px;
	/* 三角の高さ分だけ下へ */
	left: -1px;
	/* 左ボーダーの外縁に揃える */
	width: 0;
	height: 0;
	border-left: 41px solid #8aaec8;
	border-right: 41px solid #8aaec8;
	border-top: 30px solid #8aaec8;
	/* border-bottom は不要（下向き三角なので省略） */
}

/* 三角形：内側（背景色で重ね、1px分だけ外側を露出させボーダーに見せる） */
.c-step-label::after {
	content: '';
	position: absolute;
	bottom: -29px;
	/* 外側より 1px 上（＝底辺に1px分のボーダーを作る） */
	left: 0;
	/* 内縁に揃える */
	width: 0;
	height: 0;
	border-left: 40px solid #d6e4f0;
	/* 80px ÷ 2 */
	border-right: 40px solid #d6e4f0;
	border-top: 29px solid #d6e4f0;
	/* 外側より 1px 小さく */
}

.step-text {
	font-size: 16px;
	line-height: 2;
	color: #111;
	padding-top: 10px;
}

.step-photo {
	height: 150px;
	background: #d1d1d1;
}

.trace-box {
	max-width: 420px;
	margin: 40px 0 0 auto;
	color: #111;
}

.trace-box h3 {
	font-size: 34px;
	margin: 0 0 20px;
}

.storage {
	padding: 90px 0;
}

.center {
	text-align: center;
}

.storage-photo {
	height: 360px;
	background: #d1d1d1;
	margin: 38px 0 36px;
}

.storage-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	font-size: 15px;
	color: #111;
}

.storage-grid h3 {
	font-size: 20px;
	margin: 0 0 12px;
}

.storage-grid ul {
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 2;
}

.contact-section {
	padding: 90px 0 60px;
}

.contact-title-box {
	width: 280px;
	margin: 0 auto 60px;
	padding: 22px 20px;
	border: 3px solid #333;
	text-align: center;
	background: rgba(255, 255, 255, .2);
}

.contact-title-box h2 {
	margin: 0;
	font-size: 28px;
	letter-spacing: .08em;
}

.contact-title-box p {
	margin: 8px 0 0;
	font-size: 16px;
	font-weight: 700;
}

.contact-form {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.form-row {
	display: grid;
	grid-template-columns: 130px 1fr;
	gap: 24px;
	align-items: center;
}

.form-row label {
	font-size: 15px;
	color: #333;
}

.contact-form input,
.contact-form select {
	width: 100%;
	height: 52px;
	border: 1px solid #555;
	border-radius: 999px;
	padding: 0 22px;
	background: #f8f8f8;
	font-size: 15px;
}

.contact-form textarea {
	width: 100%;
	height: 180px;
	border: 1px solid #555;
	border-radius: 28px;
	padding: 20px 22px;
	background: #f8f8f8;
	font-size: 15px;
	resize: vertical;
}

.textarea-row {
	align-items: start;
}

.policy-row {
	align-items: start;
	margin-top: 6px;
}

.policy-box {
	border: 1px solid #555;
	background: #efefef;
	padding: 16px;
	font-size: 13px;
	line-height: 1.8;
	min-height: 180px;
}

.policy-box p {
	margin: 0 0 12px;
}

.submit-wrap {
	text-align: center;
	margin-top: 24px;
}

.submit-wrap button {
	border: none;
	background: #ff1d1d;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	padding: 14px 40px;
	border-radius: 999px;
	cursor: pointer;
}

.map-section {
	background: #fff;
}

.map-placeholder {
	height: 450px;
	background: #cfdce3;
}

.site-footer {
	background: #fff;
	padding: 24px 0;
	border-top: 1px solid #ddd;
}

.footer-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	font-size: 13px;
}

/* top staff slide */

.p-bac-slide_section {
	margin-bottom: 0;
}

.p-bac-slide_wrapper {
	overflow: hidden;
}

.p-bac-slide_track {
	display: flex;
	gap: 0;
	padding: 0 0 90px;
	width: max-content;
	/* GPU加速とカクつき防止 */
	will-change: transform;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.p-bac-slide_item {
	flex-shrink: 0;
	width: 350px;
	height: auto;
	aspect-ratio: 25 / 29;
	background: #e0e0e0;
	cursor: pointer;
	transition: transform 0.3s ease;
	margin-right: 55px;
}

.p-bac-slide_item:last-child {
	margin-right: 55px;
	/* 変更：0 → 20px（ループ時の間隔統一） */
}

.p-bac-slide_item-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.p-bac-slide_item-image a {
	text-decoration: none;
	color: red;
	display: block;
	width: 100%;
	height: 100%;
}

.p-bac-slide_item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.p-bac-slide_item-name-title {
	font-size: 19px;
	color: #ff0000;
}

.p-bac-slide_item-name-subtitle {
	font-size: 12px;
	color: red;
	font-weight: 100;
	font-family: "游ゴシック体", YuGothic;
}

.p-bac-slide_content {
	margin: 50px auto 80px;
}

.p-bac-slide_item-name {
	margin: 15px auto;
}

.p-bac-slide__head {
	text-align: center;
	margin: 30px 0 0;
	color: red;
}

.p-bac-slide__title {
	font-size: 35px;
	letter-spacing: 0.08em;
	text-align: center;
	margin: 0 auto 12px;
	font-weight: 500;
}

.p-bac-slide__subtitle {
	font-size: 17px;
	letter-spacing: 3px;
	opacity: 0.9;
}
nav.menu {
    display: none;
}

.copyright {
    letter-spacing: 1px;
	font-size: 12px;
}


@media (max-width: 1750px) {
	
	.footer-content {
		margin: 0 10rem;
	    margin-top: 25px;
	}
}
@media (max-width: 1300px) {
	.footer-content {
		margin: 0 2rem;
	}
}
@media (max-width: 1560px) {
	.feature-head {
		left: 0;
		padding: 0;
	}
	.footer-content {
		margin: 0 5rem;
	}
	.feature02 {
		background-size: cover;
		background-repeat: no-repeat;
	}
	.feature-head h2 {
		left: 180px;
	}
	.feature-head h2.feature01-title::before {
		left: -35%;
	}
}
@media (max-width: 1450px) {
	.fv-copy {
		top: 0;
	}
	.fv-copy h1 {
		margin: 0;
		margin-top: 2rem;
	}

	.footer-content {
		display: flex;
		height: auto;
		align-content: center;
		align-items: center;
		justify-content: space-around;
		flex-wrap: wrap;
		padding: 0 5%;
		gap: 20px;
		margin: 0 5rem;
	    margin-top: 25px;
	}
}
@media (max-width: 1200px) {
	.media-card p {
		white-space: unset;
	}
	img.p-fvSlide__img {
		max-width: unset;
		width: 100%;
	}
	h3.item-one-titele {
		max-width: 315px;
		width: 100%;
		position: absolute;
		bottom: -3.5rem;
		left: -2rem;
	}
	h3.item-three-titele, h3.item-four-titele, h3.item-two-titele {
		max-width: 480px;
		width: 100%;
		position: absolute;
		bottom: -3.5rem;
		left: -2rem;
	}
	.two-grid {
    	display: flex;
		gap: 40px 7%;
		margin: 0 auto;
		padding: 48px 0;
		flex-wrap: wrap;
		justify-content: center;
	}
	.media-card {
		width: 43%;
	}
}

@media (max-width: 1090px) {
	.fv-copy {
		top: 0;
		right: 0;
	}
	.fv-copy img {
		width: 70%;
		min-width: unset;
		height: auto;
	}
	h3.item-one-titele {
        left: -1rem;
    }
	h3.item-three-titele, h3.item-four-titele, h3.item-two-titele {
        left: -1rem;
    }
	.media-card p {
		left: -2.5rem;
		width: 105%;
	}
	.concept-text p {
		margin: 0 0 28px;
		line-height: normal;
		font-size: 17px;
	}
	.feature-head h2 {
		left: 15px;
	}
}



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

	.mini-response{
		display: none;
	}
	.pc {
		display: none;
	}

	.pc .feature-head{
		display: none;
	}
	.sp .feature-head{
		display: block;
	}


	.fv-copy {
		right: 20px;
		top: 0;
	}
	.container {
		padding: 0 7%;
	}
	.header-inner {
		padding: 0;
	}
	.header-nav {
		width: 50%;
	}
	.logo {
		font-size: 18px;
		font-weight: 700;
		width: 300px;
		margin-left: 0;
	}
	img.p-fvSlide__bgImg {
		height: 100%;
		width: 150%;
		max-width: unset;
	}
	.p-bac-slide_item {
		height: 90%;
		background-color: unset;
	}
	.p-bac-slide_item-image {
		height: 90%;
	}
	.concept-text{
		width: 500px;
	}

	.happiness-cards {
		display: flex;
		grid-template-columns: repeat(3, 1fr);
		gap: 0;
		margin-top: 40px;
		flex-wrap: wrap;
	}
	.happiness-card {
		background: #fff;
		padding: 0;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		font-size: 18px;
		font-weight: 700;
		width: 85%;
		margin: 0 auto;
	}

	.happiness-card p {
		margin: 13px 0;
	}
	
	.pc.feature-head{
		display: none;
	}
	.sp.feature-head{
		display: block;
	}
	.feature-head {
		display: flex;
		align-items: center;
		gap: 0;
		margin-top: 0;
		margin-bottom: 25%;
		position: relative;
		left: 0;
		justify-content: center;
	}

	.feature-num {
		font-size: 130px;
		line-height: 1;
		margin: 0;
		font-weight: 700;
		color: transparent;
		-webkit-text-stroke: 2px rgba(255, 255, 255, .9);
	}

	.feature-head h2 {
		margin: 18px auto 6px;
		font-size: 42px;
		color: #fff;
		position: relative;
		left: 0;
	}

	.feature-head h2.feature01-title::before {
		content: '';
		position: absolute;
		top: 50%;
		left: 47%;
        transform: translateX(-50%);
        width: 100px;
        height: 71px;
		background-image: url('./images/point01.svg');
		background-size: contain;
		background-repeat: no-repeat;
	}

	.two-grid {
		grid-template-columns: 1fr;
		gap: 24px;
		padding: 32px 0;
		flex-direction: column;
		gap: 4rem;
		margin: 35% auto 45px;
	}
	.feature02 .two-grid {
		padding: 25px 0 0;
		margin: 35% auto 0;
	}

	.media-card {
        width: 100%;
    }
	.media-photo{
		width: 95%;
		margin: auto auto 18px;
	}
	.feature01 .media-card h3 {
		left: -1.5rem;
	}
	.media-card h3.item-one-titele,
	h3.item-three-titele,
	h3.item-four-titele,
	h3.item-two-titele {
		margin-top: -2.5em;
		left: -0.5rem;
	}
	.media-card p {
		left: 0;
		font-size: 16px;
		white-space: unset;
        width: 100%;
		letter-spacing: 0;
        font-feature-settings: "palt";
	}
	.life-box h3 {
		margin: 0 0 24px;
		text-align: center;
		font-size: 20px;
	}
	.life-box {
		background: #fff;
		padding: 28px 0 0;
		margin-top: 70px;
		color: #222;
	}
	.food-grid {
		display: flex;
		grid-template-columns: repeat(3, 1fr);
		gap: 30px;
		margin-top: 30px;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
	}

	.food-grid .food-card p{
		font-size: 20px;
	}

	.food-photo img {
		width: 270px;
	}
	.cta {
		min-width: unset;
		width: 86%;
	}
	a.cta.cta-outline {
		min-width: unset;
		width: 100%;
	}
	
	.feature {
		padding: 20px 0 70px;
		color: #fff;
	}
	/* .feature.feature03 {
		padding: 20px 0 70px;
		color: #fff;
	} */
	
	.feature02 {
		background: url('./images/point02-bg.svg');
		background-size: cover;
		background-position: bottom;
	}

	.feature-head h2 {
		margin: 18px auto 6px;
		font-size: 42px;
		color: #fff;
		position: relative;
		left: 0;
	}

	.feature-head h2.feature01-title::before {
		content: '';
		position: absolute;
		top: -150%;
        left: 47%;
        transform: translateX(-50%);
        width: 100px;
        height: 71px;
	}
	.feature-head h2.feature02-title::before {
        top: -200%;
        left: 50%;
        transform: translateX(-50%);
        width: 100px;
        height: 71px;
    }
	.feature-head h2.feature03-title::before {
		top: -200%;
		left: 50%;
		transform: translateX(-50%);
		width: 100px;
		height: 65px;
	}
	.feature-head h2.feature02-title::before {
		content: '';
		position: absolute;
		top: -140%;
        left: 50%;
        transform: translateX(-50%);
        width: 100px;
        height: 65px;
		background-image: url(
		'./images/point02.svg');
		background-size: contain;
		background-repeat: no-repeat;
	}
	.feature-head h2.feature03-title::before {
		content: '';
		position: absolute;
		top: -130%;
        left: 50%;
        transform: translateX(-50%);
        width: 100px;
        height: 65px;
		background-image: url(
		'./images/point03.svg');
		background-size: contain;
		background-repeat: no-repeat;
	}
	.feature02 h3.item-one-titele,
	.feature02 h3.item-two-titele ,
	.feature02 h3.item-three-titele,
	.feature02 h3.item-four-titele{
		left: -1.5rem;
	}


	#feature-one .feature-head {
		background-image: unset;
		overflow: unset;
	}
	#feature-twoo .feature-head {
		background-image: unset;
		overflow: unset;
	}
	#feature-three .feature-head {
		background-image: unset;
		overflow: unset;
	}


	.intro-text.center {
		text-align: left;
		margin: 45px auto;
		line-height: 2;
	}
	.footer-content {
		display: flex;
		height: auto;
		align-content: center;
		align-items: center;
		justify-content: center;
		margin: 0 auto;
		margin-top: 30px;
		margin-bottom: 30px;
		flex-wrap: wrap;
		padding: 0 5%;
		gap: 20px;
	}
	.copyright {
		text-align: center;
	}
	.acces p {
		margin: 0;
	}
	.copyright p {
		margin: 0;
	}
	.logo {
		font-size: 18px;
        font-weight: 700;
        /* max-width: 200px; */
        margin-left: 10px;
        width: 80%;
	}
	.contact-band {
		padding: 50px 0;
	}
	/* ハンバーガーボタンのスタイル */
	.hamburger {
	position: fixed;
	top: 20px;
	right: 20px;
	width: 30px;
	cursor: pointer;
	z-index: 20;
	}

	.hamburger span {
	display: block;
	height: 3px;
	width: 100%;
	background-color: #333;
	margin: 5px 0;
	transition: 0.4s;
	}
	.hamburger span:last-child{
		margin-bottom: 0;
	}
	p.hamburger-text {
		margin: 0 auto;
		font-size: 10px;
	}
	/* バツ印に変化するスタイル */
	.hamburger.active span:nth-child(1) {
	transform: rotate(45deg) translate(5px, 5px);
	}

	.hamburger.active span:nth-child(2) {
	opacity: 0;
	}

	.hamburger.active span:nth-child(3) {
	transform: rotate(-45deg) translate(6px, -6px);
	}

	/* メニューのスタイル */
	.menu {
	position: fixed;
	top: -100%; /* 初期状態でメニューを画面の外に */
	right: 0;
	width: 100%;
	height: 100vh;
	background-color: #fff;
	padding: 20px;
	box-sizing: border-box;
	z-index: 5;
	transition: top 0.3s ease; /* スライドアニメーション */
	}

	/* メニューが表示される時 */
	.menu.open {
	top: 0; /* メニューが表示される位置 */
	}

	.menu.open ul li {
		list-style-type: none;
	}
	.header-inner {
		height: 70px;
	}
	.fv {
		min-height: 125vw;
	}
	.fv-copy img {
		width: 100%;
		/* min-width: 190px; */
		height: auto;
		margin-left: auto;
	}
	.happiness{
		padding: 100px 0 75px;
	}
}

@media (max-width: 580px) {
	.mini-response{
		display: block;
	}
	
	.loading-screen__logo img {
		display: block;
		width: 320px;
		height: auto;
	}
	.fv-copy img {
		width: 40%;
		/* min-width: 190px; */
		height: auto;
		margin-left: auto;
	}
	.feature01 .media-card h3 {
		left: 0;
		font-size: 25px;
		letter-spacing: 1px;
	}
	.feature02 h3.item-one-titele,
	.feature02 h3.item-two-titele ,
	.feature02 h3.item-three-titele,
	.feature02 h3.item-four-titele{
		left: 0;
		letter-spacing: 1px;
        font-size: 25px;
	}
	.feature-head h2.feature01-title::before {
		content: '';
		position: absolute;
		top: -210%;
        left: 47%;
        transform: translateX(-50%);
        width: 100px;
        height: 71px;
	}
	.three-grid {
		display: flex;
		grid-template-columns: repeat(3, 1fr);
		flex-direction: column;
	}
	.concept-text{
		width: 100%;
		position: unset;
        transform: unset;
		margin-top: 0rem;
		padding: 0;
	}
	.feature-head h2.feature03-title::before {
		top: -200%;
	}
	.intro-text.center {
		text-align: left;
		margin: 35% auto 45px;
		line-height: 2;
	}
	.container.concept-grid .concept-text p {
        width: 100%;
        font-size: 16px;
        letter-spacing: 0;
        letter-spacing: 0.5px;
        font-feature-settings: "palt";
	}
	.header-nav {
		width: 50%;
	}
	.concept {
		background: #fefefe;
		padding: 80px 0 1px;
	}
	.copyright {
		letter-spacing: -0.02rem;
		font-size: 12px;
	}
}