@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* Font=========================== */

body {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
}


/* common======================= */

@media screen and (min-width: 960px) {
	.wide90{
	position: relative;
	top: 0;
	right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
	width: 90%;
}
	.wide80{
	position: relative;
	top: 0;
	right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
	width: 80%;
  min-width: 950px;
}
	.wide75{
	position: relative;
	top: 0;
	right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
	width: 75%;
		min-width: 900px;
}
	.wide70{
	position: relative;
	top: 0;
	right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
	width: 70%;
		min-width: 1000px;
}
}

@media screen and (max-width: 960px){
	.wide90{
	position: relative;
	top: 0;
	right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
	width: 90%;
}
	.wide80{
	position: relative;
	top: 0;
	right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
	width: 95%;
}
	.wide70{
	position: relative;
	top: 0;
	right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
	width: 95%;
}
}

@media screen and (max-width: 768px) {
	.sp-wide95 {
	position: relative;
	top: 0;
	right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
	width: 95%;
}
  .sp-wide90 {
	position: relative;
	top: 0;
	right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
	width: 90%;
}
	.sp-wide85 {
	position: relative;
	top: 0;
	right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
	width: 85%;
}
	.sp-wide80 {
	position: relative;
	top: 0;
	right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
	width: 80%;
}
}


/* 改行=========================== */

.no-kaigyou {
	white-space: nowrap;
}

.br-sp {
    display: none;
}

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


/* マージン======================= */

.m-left {
	margin-left: auto;
}

.m-right {
	margin-right: auto;
}

.m-center {
	margin: 0 auto;
}

.mt-20 {
	margin-top: 20px;
}
.mt-30 {
	margin-top: 30px;
}
.mt-40 {
	margin-top: 40px;
}
.mt-50 {
	margin-top: 50px;
}

.ml-10 {
	margin-left: 10px;
}

.ml-20 {
	margin-left: 20px;
}

/*コンテンツ下余白なし*/
#content {
padding-top: 0;
margin-bottom: 0px;
}
.w-beforeFooter{
	margin: 0;
}


/* テーブル========================= */



.c_table th,
.c_table td{
	padding: 20px 0;
}

/* 見出し=========================== */

.sec-title {
	align-items: center;
  display: flex;
  justify-content: center;
}

.sec-title::before,
.sec-title::after{
	background-color: #f27543;
  content: "";
  height: 1px;
  width: 50px;
}

.sec-title::before {
  margin-right: 15px;
}
.sec-title::after {
  margin-left: 15px;
}

.sec-subTitle {
	align-items: center;
  display: flex;
  justify-content: center;
	color: #f27543;
	background: #FCF4D9;
	padding: 8px 15px;
	border-radius: 7px;
}

@media screen and (max-width: 768px) {
	.sec-subTitle {
	align-items: center;
  display: flex;
  justify-content: start;
	color: #f27543;
	background: #FCF4D9;
	padding: 8px 15px;
	border-radius: 7px;
}
}


/* テキスト=============================== */



/* カラーボックス====================== */

.colorBox-orange {
	height: 100%;
	padding: 2.5rem 2rem;
	background-image: url('https://www.mayonnaise.org/wp-content/uploads/2025/12/footer-img.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 10px;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
	font-size: clamp(1rem, 1.2vw, 1.2rem);
	color: #fff;
	text-align: center;
}

/* ボタン========================= */

a.btn_common {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
	text-decoration: none;
	white-space: nowrap;
	height: 3.2rem;
	max-width: 250px;
	padding: 0 4rem;
	border-radius: 100vw;
	background: #f27543;
	background-size: 400%;
	color: #fff;
	font-weight: 500;
	transition: all 0.3s ease;
}
 .header-btn a.btn_common {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
	text-decoration: none;
	white-space: nowrap;
	height: 3.2rem;
	max-width: 170px;
	padding: 0 4rem;
	border-radius: 100vw;
	background: #f27543;
	background-size: 400%;
	color: #fff;
	 letter-spacing: 0.1rem;
	 font-weight: 500;
	 transition: all 0.3s ease;
}
a.btn_common:hover::before {
  transform: scaleX(1);
}
a.btn_common:hover {
	color: #f27543;

}
a.btn_common span {
  position: relative;
  z-index: 1;
}
a.btn_common::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  width: 100%;
  height: inherit;
  border-radius: inherit;
  background: #fbe692;
  transition: all 0.475s;
}

/* お知らせ========================== */

.news-item {
}
.newsList {
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  align-items: flex-start; 
	background-color: #fcf7e8;
}

ul.newsList {
  padding: 1.5rem 0 1.5rem 1rem;
	width: 100%;
	margin: 15px auto;
	border-radius: 10px;
}

ul.newsList li {
  margin: 0 10px;
}

ul.newsList li a {
  color: #333;
	font-size: clamp(1rem, 1.3vw, 1.2rem);
  transition: all 0.3s ease;
  display: inline-block; 
}

ul.newsList li a:hover {
  color: #f27543;
  transform: translateX(5px); 
}

.news_date{
  min-width: 110px;
  font-weight: bold;
  color: #f27543;
  display: inline-flex; 
  align-items: center;
  gap: 8px;
}

/* NEWバッジ */
.news_new{
  display: inline-block;
  padding: 2px 6px;
	margin-left: 7px;
  font-size: 0.72rem;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  background: #e60000;
  border-radius: 4px;
  letter-spacing: .02em;
  transform: translateY(-1px); /* ベースライン微調整（任意） */
}

/* スマホ時の縦並びでも違和感が出ないように（任意） */
@media (max-width: 768px){
  .news_date{ margin-bottom: 4px; }
}

.news_text {
  flex: 1; 
}


@media screen and (max-width: 768px) {
	.top-news-wrapper {
		width: 93%;
		margin: 0 auto;
	}
  .newsList {
    flex-direction: column;
  }
	.news_text p{
    margin-top: 0.8em;
  }
	.scroll {
  max-height: 400px;
}
}

/* news一覧ページ */
.newsArchive {
  padding: 0 0 50px 0;
}

.newsArchive__title {
  margin-bottom: 40px;
  font-size: 2rem;
  font-weight: 700;
}

.newsList {
  display: flex;
  gap: 30px;
  padding: 20px 0;
  list-style: none;
  margin: 0;
}

.news_date {
  flex: 0 0 120px;
}

.news_text {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 12px;
}

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

.news_text p {
  margin: 0;
}

.news_new {
  display: inline-block;
  padding: 2px 8px;
  font-size: 0.75rem;
  line-height: 1.4;
  color: #fff;
  background: #d33;
  border-radius: 999px;
}

.newsArchive__pagination {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

/* ページネーション全体 */
.newsArchive__pagination .page-numbers {
  gap: 8px;
  list-style: none;
  padding: 0;
}

/* 各リンク */
.newsArchive__pagination .page-numbers a,
.newsArchive__pagination .page-numbers span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  font-size: 14px;
  color: #333!important;
  text-decoration: none;
  border: 1px solid #ddd;
  border-radius: 6px;
  transition: all 0.3s ease;
}

/* hover */
.newsArchive__pagination .page-numbers a:hover {
  background: #f27543;
  color: #fff;
  border-color: #f27543;
}

/* 現在のページ */
.newsArchive__pagination .page-numbers .current {
  background: #f27543;
  color: #fff;
  border-color: #f27543;
  pointer-events: none;
}

/* prev / next */
.newsArchive__pagination .page-numbers .prev,
.newsArchive__pagination .page-numbers .next {
  padding: 0 16px;
  font-size: 13px;
}

.newsArchive__empty {
  padding: 30px 0;
}

@media (max-width: 767px) {
  .newsList {
    flex-direction: column;
    gap: 8px;
  }

  .news_date {
    flex: none;
  }

  .news_text {
    align-items: flex-start;
    flex-wrap: wrap;
  }
}


/*news詳細ページ*/
.c-postTitle__ttl{
	display: none;
}

.text_h2{
	font-size: 1.5rem;
	margin-bottom: 10px;
}

.news_date{
		margin-bottom: 20px;
}
.news-box{
	max-width: 1200px;
	margin: 80px 0 80px 0;
}

.news_file {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.5rem;
}

.news-file-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8em 1.6em;
  color: #fff;
  background-color: #e87e39;
  border-radius: 100px;
  text-decoration: none;
  font-size: 0.85rem;
  transition: all 0.3s ease;
  border: 1px solid transparent; 
	margin-top: 30px;
}

.news-file-btn:hover {
  border: 1px solid #e87e39;
  background-color: transparent;
  color: #333;
}

.news_img_top{
	text-align: center;
}

.text_main p{
	margin-bottom: 1.5em;
}

.news-box div + div {
	margin-bottom: 10px;
}

.text_main{
	margin-top: 40px;
	margin-bottom: 30px;
}
@media screen and (max-width: 480px){
  .text_box{
    font-size: 17px;
  }
}

.flex_news_img{
width:100%;
  height:auto;
  display:flex;
  flex-direction:row; /* 記載しなくてもデフォルトで指定されている */
  flex-wrap:wrap; /* 折り返し */
  justify-content:space-between;
	 gap: 10px 4px; /* 余白 */
	margin-top: 60px;
}
.flex_news_img::after{
  content:"";
  display: block;
  width:32%;
}

.news_img{
	width: 32.5%;
}
@media screen and (max-width: 480px){
	.flex_news_img{
    flex-direction: column;
  }
  .news_img{
    width: 100%;
  }
}

/* ヘッダーメニュー=============== */

#header {
	width: 98%;
	background: #fff;
	margin: 20px 20px 0 20px;
	border-radius: 100px;
}
@media screen and (max-width: 959px) {
#header {
	width: 95%;
	border-radius: 100px;
}
}
@media screen and (max-width: 480px) {
#header {
	width: 90%;
}
}

.c-gnav>.menu-item>a .ttl {
  font-size: 15px;
  letter-spacing: .1rem;   /*文字の間隔*/
  font-weight: 500;
}

/* メガメニュー */
.my-parent-menu-pc {
  position : unset !important;
}
.my-parent-menu-pc .sub-menu {
  width: 70vw;
	min-width: 900px;
	background-color: #fffcf7;
	padding: 50px 5% 5%;
}
.my-parent-menu-pc .sub-menu a {
  padding: 0em;
}
.my-parent-menu-pc .sub-menu a:before {
  display : none;
}
.my-parent-menu-pc .sub-menu a:hover {
  background-color : unset;
}
.my-parent-menu-pc .sub-menu .ttl {
  left: 0 !important;
}

/* ==============================
  ナビアイテム
============================== */
.card-arrow--wide .card-arrow-media{
  aspect-ratio: 5 / 2;
}

.sustainability-item .card-arrow--wide .card-arrow-media{
  aspect-ratio: 16 / 9;
}


/* SPメニュー======================= */

/*メニューの内容を消す*/
.p-spMenu__nav{
	display:none;
}
/*メニューのタイトルを消す*/
.c-widget__title.-spmenu{
  display:none;
}


/* メインビジュアル===================== */

.main-text-box {
	position: relative;
	top: 150px;
	left: 5%;
}

.main-text {
	color: #333;
	font-size: clamp(1.2rem, 3.5vw, 3rem);
	font-weight: 500;
}

/* トップページ============== */

.top-about-box {
	position: relative;
	left: clamp(20px, 5vw, 80px);
}

.top-about-text {
	font-size: clamp(1rem, 1.2vw, 1.3rem);
}

@media screen and (max-width: 786px) {
	.top-about-box {
	position: relative;
	left: 0;
}
}

/* 製品案内 */

@media screen and (min-width: 960px) {
	.top-products{
	position: relative;
	top: 0;
	right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
	width: 90%;
	min-width: 950px;
}
}

.top-products {
	border: 1px solid #f27543;
	padding: 4vw ;
	box-shadow: 25px 25px #fcf4d9;
}

.card-arrow-link{
  display: block;
  text-decoration: none;
  color: inherit;
}

.card-arrow-media{
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.card-arrow-media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}

/* 画像はふわっと拡大（お好み） */
.card-arrow-link:hover .card-arrow-media img{
  transform: scale(1.05);
}

.card-arrow-body{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
}

/* タイトル */
.card-arrow-title{
  font-size: 18px;
  font-weight: 600;
  margin: 0;
	line-height: 1.3;
}

/* タイトルと矢印を“同じ高さの中央”に揃える */
.card-arrow-link .card-arrow-body{
  display: flex;
  align-items: center !important;
  justify-content: space-between;
}

/* h3の余白と行の高さを強制的に潰す */
.card-arrow-link .card-arrow-body .card-arrow-title{
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.4 !important;
	font-weight: 500!important;
  display: flex;
  align-items: center;
}

.card-arrow-icon{
  position: relative;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #f27543;
  overflow: hidden;
  flex-shrink: 0;
}

/* 矢印（中央 → 右に抜ける） */
.card-arrow-icon::after{
  content: "➔";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 15px;
  transition: all .35s ease;
}

/* 矢印（左から入ってくる） */
.card-arrow-icon::before{
  content: "➔";
  position: absolute;
  top: 50%;
  left: -40%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 15px;
  opacity: 0;
  transition: all .35s ease;
}

.card-arrow-link:hover .card-arrow-icon::after{
  left: 140%;
  opacity: 0;
}

.card-arrow-link:hover .card-arrow-icon::before{
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
}



/* コンテンツ */

.top-contents-outer {
	border-radius: 0 0 50px 50px;
  background: #fffcf7;
}

.top-contents-item {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.top-contents-link {
  display: block;
  position: relative;
  color: inherit;
  text-decoration: none;
}

.image-wrapper {
  aspect-ratio: 3 / 2;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}

.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
  display: block;
}

/* リンク全体にホバーで効かせる */
.top-contents-link:hover .image-wrapper img {
  transform: scale(1.1);
}

.top-contents-text {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fffcf7;
  border-radius: 0 20px 0 0;
  padding: 10px 30px 0 10px;
  transition: color 0.3s ease;
}

.top-contents-text h3 {
  font-size: clamp(1.5rem, 1.5vw, 1.5rem);
	font-weight: 500;
  line-height: 1.2;
  text-align: left;
  transition: transform 0.3s ease;
  position: relative;
}

/* 下線アニメーション */
.top-contents-text h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: #f27543;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.top-contents-link:hover .top-contents-text h3::after {
  transform: scaleX(1);
}


@media screen and (max-width: 768px) {
	.top-contents-outer {
	border-radius: 20px;
}
}


/* ページ共通========================= */

.pege-hero-outer {
	position: relative;
	top: -105px;
	height: 40vh;
	border-radius: 0 0 30px 30px;
}

.page-hero-title {
	position: relative;
	top: clamp(60px, 11vh, 140px);
	text-shadow: 0 0 18px rgba(0,0,0,0.5)
}

/*----------------------------------
  アーカイブ：フル幅ヒーロー（端から端まで）
----------------------------------*/
.p-archiveHero {
  position: relative;
  width: 100vw;
	top: -105px;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  height: 40vh;
  overflow: hidden;
	border-radius: 0 0 30px 30px;
}

/* 背景画像（ここを差し替え） */
.p-archiveHero__bg{
  position: absolute;
  inset: 0;
  background-image: url("https://www.mayonnaise.org/wp-content/uploads/2025/12/top-about-bg.jpg"); 
  background-size: cover;
  background-position: center;
}

/* 中央配置 */
.p-archiveHero__inner{
  position: relative;
  height: 100%;
  display: grid;
  place-items: center;
  padding: 0 16px;
  text-align: center;
	transform: translateY(40px);
}

/* 上：日本語、下：英語 */
.p-archiveHero__title{
  margin: 0;
  color: #fff;
  line-height: 1.2;
  font-weight: 500;
	text-shadow: 0 0 18px rgba(0,0,0,0.8)
}

.p-archiveHero__jp{
  display:block;
  font-size: 2rem;
  letter-spacing: .02em;
}

.p-archiveHero__en{
  display:block;
  margin-top: 10px;
  font-size: 1rem;
  letter-spacing: .1em;
  text-transform: none;
}



/* 製品案内=========================== */

/* 必要最低限の見た目（後であなたのCSS設計に合わせて移植してOK） */
.p-archiveProducts{
  max-width: 1200px;
  margin: 0 auto 100px;
  padding: 24px 16px;
}

/* サードバー */
.p-archiveProducts__layout{
  display: grid;
  grid-template-columns: 260px 1fr;
	align-items: start;
  gap: 28px;
}
@media (max-width: 960px){
  .p-archiveProducts__layout{ grid-template-columns: 1fr; }
}

/* アコーディオン */
.p-acc{
  border-bottom: 1px solid #ddd;
  padding-bottom: 14px;
  margin-bottom: 14px;
}

.p-acc__head{
  list-style: none;
  cursor: pointer;
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 10px;
}

/* Safari/Chromeでデフォルト三角を消す */
.p-acc__head::-webkit-details-marker{
  display:none;
}

/* + / - を右側に */
.p-acc__head::after{
  content:"+";
  font-size: 15px;
  line-height: 1;
}

/* 開いている時は - */
.p-acc[open] > .p-acc__head::after{
  content:"−";
}

/* 中身 */
.p-acc__body{
  margin-top: 10px;
}

/* 見出しのspanが既存のborderやpaddingの影響を受けないよう微調整したい時用 */
.p-acc .p-filter__label{
  margin-bottom: 0;
}

.p-filter{
  border: 1px solid #ddd;
  padding: 16px;
	background: #fff;
}
.p-filter__row{
	margin-bottom: 14px;
	padding-bottom: 14px;
	border-bottom: 1px solid #ddd;
}
.p-filter__row span{
	font-size: 14px;
}
.p-filter__label{
	font-size: 1rem;
	font-weight: 600;
	margin-bottom: 8px;
	display:block; 
}

/* キーワード */
.p-filter__keyword{
  display:flex; gap:8px;
}
.p-filter__keyword input[type="text"]{
  width: 100%;
  border: 1px solid #bbb;
	background: none;
  padding: 5px 12px;
}
.p-filter__keyword button{
	background: none;
  border: 1px solid #bbb;
  padding: 5px 14px;
  cursor: pointer;
}

/* カテゴリー */

.textLevel-s label span{
	
}

.p-filter__check label{
  display:flex; gap:8px; align-items:center;
  margin: 6px 0;
}
.p-filter__submit{
  margin-top: 16px;
}
.p-filter__submit button{
  width:100%;
  border: none;
  background:#f27543;
  color:#fff;
  padding: 12px 14px;
  cursor:pointer;
  font-weight:500;
}

.p-filter__reset{
  text-align:center;
  margin-top: 10px;
}
.p-filter__reset a{
  color:#555;
  text-decoration: underline;
  font-size: 14px;
}
.p-products__head{
  text-align:center;
  font-weight:700;
  font-size: 20px;
  margin: 8px 0 18px;
}
.p-products__grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
@media (max-width: 1100px){
  .p-products__grid{ grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px){
  .p-products__grid{ grid-template-columns: 1fr; }
}
.p-card{
  
}
.p-card__thumb{
  aspect-ratio: 4 / 3;
  background:#f3f3f3;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
}
.p-card__thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.p-card__meta{
  margin-top: 10px;
  line-height:1.6;
	font-size: 13px;
}
.p-card__name{
	font-size: 1rem;
	font-weight:500; 
}
/* ページャー ===================== */
.p-pagination{
  margin-top: 22px;
}

/* ulの「帯」を消す（SWELL等の背景・影・余白を殺す） */
.p-pagination ul.page-numbers{
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;

  padding: 0 !important;
  margin: 0 !important;

  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 3px;
  flex-wrap: wrap;
}

/* liの余計な背景も念のため */
.p-pagination ul.page-numbers li{
  background: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* ボタン共通（a と current/span） */
.p-pagination ul.page-numbers a,
.p-pagination ul.page-numbers span{
  display: grid;
  place-items: center;

  min-width: 24px;
  height: 34px;
  padding: 0 12px;

  border: 1px solid #f27543;
	color: #333;
  background: #fff !important;
  box-shadow: none !important;

  text-decoration: none;
  line-height: 1;
}

/* hover/focusで「帯」や背景が変わるのを止める */
.p-pagination ul.page-numbers a:hover,
.p-pagination ul.page-numbers a:focus{
  background: #f27543 !important;
  border-color: #f27543 !important;
  color: #fff !important;
}

/* 現在ページ */
.p-pagination ul.page-numbers .current{
  background: #f27543 !important;
  color: #fff !important;
  border-color: #f27543 !important;
}

/* prev/next 文字が折れないように */
.p-pagination ul.page-numbers a{
  white-space: nowrap;
}


/* 現在の検索条件 */
.p-filter__current{
  border: 1px solid #ddd;
  margin-bottom: 18px;
  background: #fff;
}

.p-filter__currentHead{
  display:flex;
  justify-content: space-between;
  align-items:center;
  padding: 10px 12px;
  background: #f27543;
  color:#fff;
  font-weight:500;
}

.p-filter__currentClear{
  color:#fff;
  text-decoration: underline;
  font-weight:500;
  font-size: 12px;
}

.p-filter__chips{
  padding: 10px 12px 12px;
  display:flex;
  flex-wrap: wrap;
  gap: 8px;
}

.p-filter__chip{
  display:inline-flex;
  align-items:center;
  gap: 8px;
  border: 1px solid #ddd;
  padding: 6px 10px;
  border-radius: 5px;
  text-decoration:none;
  color: #111;
  background:#f7f7f7;
  font-size: 12.5px;
}

.p-filter__chipX{
  font-weight:700;
}



/* 協会案内========================== */

.mokuteki-outer {
	border-radius: 100px 0 100px 0;
}

/* インラインボタン改行なし */
table .swl-inline-btn {
	white-space: nowrap;
}


/* 環境自主行動計画==================== */

.swell-block-accordion__title {
	background: #f9ecdc;
}

.is-style-num_circle ol li:before {
	color: #333;
	box-shadow: 0 0 0 0px var(--color_list_num);
	opacity: 1;
	transform: scale(1);
}

.is-style-num_circle ul li:before {
    content: "";
    counter-increment: none;
    -webkit-transform: scale(.15);
    transform: scale(.15);
	background: #fffdf9;
	box-shadow: 0 0 0 0px var(--color_list_num);
}


/* 環境への取組み====================== */

.attempt-img img{
	width: 100%;
	border-radius: 100px 0 100px 0;
}


/* 表示のはなし===================== */

.swell-block-linkList.-border {
    --the-list-padding: .8em .5em;
    --the-gap: 0;
}

.swell-block-linkList a {
	transition: color .2s ease, background-color .2s ease;
}

.swell-block-linkList a:hover {
	color: #fff;
	background-color: #f7f7f7;
}


/* うんちく===================== */

/*無限ループ*/
@keyframes infinity-scroll-left {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-100%);
}
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}

.scroll-infinity__wrap .post_content ol, .post_content ul{
	padding-left: 10px;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: calc(100vw / 3);
	height: 30vw;
}

.scroll-infinity__item>img {
  padding: 5px;
		border-radius: 20px;
}


@media screen and (max-width:767px) {
.scroll-infinity__item {
  width: calc(100vw / 2);
	height: 40vw;
}
	.scroll-infinity__item>img {
  padding: 5px;
		border-radius: 15px;
}
}


/* お問い合わせ===================== */

/* ベース */
.section--contact .section__content,
.form--contact { width: 100%; }

/* グリッド：基本1列 / 860px〜で2列 */
.form__grid {
  display: grid;
  grid-template-columns: 1fr;
	background-color: #fcf8f2;
	padding: 1.5rem;
	border-radius: 10px;
}
@media (min-width: 860px) {
  .form__grid { grid-template-columns: 1fr 1fr; }
}
.form__group { margin-bottom: 20px; }
.form__group--full { grid-column: 1 / -1; }

/* ラベル／コントロール */
.form__label { display:block; font-weight:600; margin: 0 0 .3rem; }
.form__control,
.form__group select {
  width: 100%;
  padding: .3em 1em;
  border: 1px solid var(--c-border, #ddd);
  border-radius: 8px;
  font: inherit;
  background: #fff;
  color: var(--c-text, #333);
  transition: border-color .2s ease, box-shadow .2s ease;
}
.form__control:focus,
.form__group select:focus {
  outline: none;
  border-color: var(--c-brand, #78bee6);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--c-brand, #78bee6) 25%, transparent);
}
.form__control:focus-visible,
.form__group select:focus-visible {
  outline: 2px solid color-mix(in srgb, var(--c-brand, #78bee6) 60%, transparent);
  outline-offset: 2px;
}

/* 必須バッジ */
.form__label.is-required::after {
  content: "必須";
  display: inline-block;
  margin-left: 0.5em;
  padding: 0.2em 0.5em;
  font-size: 0.75rem;
  font-weight: 600;
  color: #fff;
  background-color: #e53935;
  border-radius: 4px;
  line-height: 1;
  vertical-align: middle;
}

/* CF7改行除去（整形のため） */
.wpcf7 br { display: none !important; }

/*-------------------------------------------*/
/* 横並び指定：お名前・ふりがな・メール      */
/*-------------------------------------------*/

/* お名前・ふりがな（姓/名・せい/めい） */
.from_name {
  display: flex;
  gap: 20px;
  flex-wrap: nowrap; /* PCは横並び維持 */
}
.from_name .item-box {
  flex: 1 1 0;
}
.from_name label { margin: 0; display:block; }

/* メール（メール＋確認用） */
.form__group--email-double {
  display: flex;
  gap: 20px;
}
.form__group--email-double .form__group {
  flex: 1 1 0;
  margin-bottom: 0; /* 余白重複を防止 */
}

/* 短い幅 */
/* スマホ（〜768px）は縦に戻す */
@media (max-width: 768px) {
  .from_name { flex-direction: column; gap: 10px; }
  .form__group--email-double { flex-direction: column; gap: 10px; }
}

/* PC(860px〜)では左カラム(1列目)に固定して半幅のまま表示 */
@media (min-width: 860px) {
  .form__group--col1 {
    grid-column: 1 / 2 !important; /* 左カラム固定＝半幅 */
  }
}
/* スマホ側は元々1カラムなので指定不要（念のため書くなら下で全幅に） */
@media (max-width: 859px) {
  .form__group--col1 {
    grid-column: 1 / -1; /* なくてもOK */
  }
}

/*-------------------------------------------*/
/* 電話番号＋FAX番号 横並び                 */
/*-------------------------------------------*/
.form__group--tel-fax {
  display: flex;
  gap: 20px;
  flex-wrap: nowrap;
}

.form__group--tel-fax .item-box {
  flex: 1 1 0;
}

.form__group--tel-fax .form__label {
  margin-bottom: .5rem;
  display: block;
}

/* スマホでは縦並び */
@media (max-width: 768px) {
  .form__group--tel-fax {
    flex-direction: column;
    gap: 10px;
  }
}


/*ラジオボタン） */
.form__radio-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
}

.form__radio-list label {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  cursor: pointer;
  font-size: .95rem;
}

.form__radio-list input[type="radio"] {
  width: 1rem;
  height: 1rem;
}


/*-------------------------------------------*/
/* 送信ボタン                                */
/*-------------------------------------------*/
.form__actions { margin-top: .5rem; text-align: center; }
.wpcf7-submit.btn {
  width: 200px;
  background-color: #232323;
  color: #fff;
  border-radius: 50px;
  padding: 0.8em 2em;
  border: none;
  margin-top: 20px;
  transition: opacity .3s ease, transform .2s ease;
  cursor: pointer;
}
.wpcf7-submit.btn:hover { opacity: .88; }
.wpcf7-submit.btn:active { transform: translateY(1px); }

/*-------------------------------------------*/
/* 個人情報保護方針（スクロール枠）           */
/*-------------------------------------------*/
.contact-scroll {
  overflow: auto;
  height: 250px;
  border-radius: 10px;
  border: 1px solid #d8d8d8;
	background-color: #fff;
	margin: 20px 0;
  padding: 10px;
  scrollbar-width: thin;                 /* Firefox */
  scrollbar-color: #c0c0c0 #eeeeee;      /* Firefox */
}
/* WebKit系スクロールバー */
.contact-scroll::-webkit-scrollbar { width: 10px; height: 10px; }
.contact-scroll::-webkit-scrollbar-track { background-color: #eeeeee; }
.contact-scroll::-webkit-scrollbar-thumb { background-color: #c0c0c0; }

/* 見出しやリストの体裁 */
.privacy-title {
  font-size: 1.2rem;
	margin-bottom: 15px !important;
  padding-bottom: 10px;
  border-bottom: 1px solid #d9d9d9;
}
.contact-privacy-item { 
	margin-bottom: 40px;
}
.contact-privacy-item ul {
  list-style: disc;
  padding-left: 1.5em;
  margin: 0 0 1em 0;
}
.contact-privacy-item ol {
  list-style: decimal;
  padding-left: 1.5em;
  margin: 0 0 1em 0;
}


/*-------------------------------------------*/
/* CF7 メッセージ/エラー                     */
/*-------------------------------------------*/
.wpcf7 form .wpcf7-response-output {
  margin: 1rem 0 0;
  padding: .75rem 1rem;
  border-radius: 8px;
  font-size: .95rem;
}
.wpcf7 form.sent .wpcf7-response-output {
  border: 1px solid #22c55e;
  background: #ecfdf5;
  color: #14532d;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border: 1px solid #ef4444;
  background: #fef2f2;
  color: #7f1d1d;
}

.wpcf7-not-valid-tip {
  margin-top: .35rem;
  font-size: .9rem;
  color: #b91c1c;
}
.email-error,
.zip-error-tip {
  display: block;
  color: #b91c1c;
  font-size: .9rem;
  margin-top: .35rem;
}


/* フッター=================== */

#footer {
	background-image: url('https://www.mayonnaise.org/wp-content/uploads/2025/12/footer-img.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}

.l-footer__widgetArea {
	padding: 80px 0;
}

.footer-nav-col a {
	transition: all 0.3s ease;
	display: inline-block; 
}

.footer-nav-col a:hover {
	color: #333;
	transform: translateX(5px); 
}

.footer-nav-col .swell-block-column {
	border-left: 1px solid #ce5a32;
	padding-left: 15px;
}

/* ベース */
.footer-contact-item {
  position: relative;
	width: 100%;
  text-align: center;
  white-space: nowrap;
  padding: 2rem;
  font-size: 0.8rem;
  background-color: #fbe692;
	color: #333;
	border: 1.5px solid #fbe692;
	border-radius: 10px;
  transition: all 0.3s ease;
}

.footer-contact-item:hover {
  background-color: #f27543; 
	border: 1px solid #f27543;
	color: #fff;
}


.footer-contact-text {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  font-size: clamp(1.5rem, 2vw, 2rem);
	font-weight: 500;
}

.footer-contact-text i {
  font-size: 1.2rem;
}

.pc-none {
	pointer-events: none;
  cursor: default;
}

@media screen and (max-width: 768px) {
	.w-footer__box {
	padding: 0px 0 30px;
}
	.footer-contact-item {
  font-size: 1rem;
}
	.footer-contact-text {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  font-size: 1.8rem;
}
}

/*ぱんクズリスト非表示*/
#breadcrumb {
 display: none;
}

/*reCAPTCHA全面表示*/
.grecaptcha-badge {
	z-index: 1; 
}

/* 「トップへ戻るボタン」の位置調整 */ 
.p-fixBtnWrap { 
	bottom: 85px;
	right: 10px
}