@charset "utf-8";
/* CSS Document */


/* 固定 */
html { scroll-behavior: smooth;}
body {
  margin: 0;
  padding: 0;
  position: relative;
-webkit-text-size-adjust: 100%; 
font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
line-height: 140%;
}

header{
    display:flex;
	height: 50px;
	width: 100%;
}
 
header div{
    display:flex;
	margin: 0 auto;
}
 
header div img{
    width: 50px;
	padding: 15px;
	margin-right: 10px;
	box-sizing: content-box;
}

		#main_wrap{
			width: 100%;
		}
		
		.cp{
			margin-top: 100px;
			font-size: 10px;
			color: #A2A2A2;
}
		.smp_haikei{
			display: none;
		}

.pagetop a {
  color: #333;
  position: fixed;
  bottom: 24px;
  right: 80px;
  text-decoration: none;
  display: block;
  width: 100px;
  padding: 16px 20px;
  text-align: right;
  transform: rotate(90deg);
  transform-origin: bottom right;
	font-size: 15px;
}

.pagetop .arrow1 {
width: 48px;
height: 1px;
background: #333;
position: absolute;
top: 50%;
right: 62px;
}

.pagetop .arrow2 {
width: 1px;
height: 12px;
background: #333;
position: absolute;
top: calc(50% + 1px);
right: 109px;
transform: rotate(-130deg);
transform-origin: top left;
}


/* 固定 */




/* ここから編集 */
.mv_item{
			width: 100%;
			position: relative;
			z-index: -9999;
		}
.haikei img{
	width: 100%;
	height: 100%;
}
		.mv_item_maintitle{
			position: absolute;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
			margin: auto;
			z-index: 999;
		}
	.item_area{
		height: 100%;
		display: block;
		margin: 0 auto;
		max-width: 1200px;
		padding: 2rem 0 3rem;
		}
		.item_area img{
			display: block;
			width: 100%;
		}
		.mv_item_text_2{
			text-align: center;
			color: #2F2F2F;
  			font-size: 2.5rem;
  			font-weight: 600;
  			line-height: 2em;
		padding: 5rem 0;
		}

.center_item{
	text-align: center;
}
		.item_center{
		position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
		z-index: 9999;
		}
		
	.pc_none{
		display: none;
	}
	.pc_block{
	display: block;
	}
		.smp_haikei{
			display: none;
		}



/* --------------------------
スマホ
---------------------------- */

@media screen and (max-width: 640px) {

			.haikei{
				display: none;
			}
			.smp_haikei{
				display: block;
				width: 100%;
			}
			.smp_haikei img{
				display: block;
				width: 100%;
			}

	.smp_none{
		display: none;
	}
	.smp_block{
	display: block;
	}
	.mv_item_maintitle {
			top: 0%;
			}
			
	.mv_item_maintitle img {
		width: 100vw;
			}
		
	.cosme_icon{
		display: block;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
	}
		.mv_item_text_2{
  			font-size: 1.8rem;
  			line-height: 3.5rem;
		padding: 3rem 0;
		}

}

/* --------------------------
スマホ　END
---------------------------- */


/* オーガニックナチュラル用 */
    /* ==========================================
       全体・スマホ版ベース
       ========================================== */
    .item_area_wrap {
      margin: 0;
      padding: 0;

        background-image: url('https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u40439387/pc/topics/organicnatural/common/css/../img/organic_bg.jpeg');
        
        /* スクロールしても背景画像をその場に固定（固定背景） */
        background-attachment: fixed;
        
        /* 画面全体にきれいにフィットさせる設定 */
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        
        /* コンテンツの上下にゆとりを持たせて背景を覗かせる */
      }

    /* ==========================================
       ブランド全体のコンテナ（背景は以前のグリーンを維持）
       ========================================== */
    .brand-section {
      width: 100%;
      max-width: 900px; /* 900px */
      margin: 0 auto;
      background-color: #d2ded4; /* 以前のままの薄いグリーン */
      padding: 1rem 1rem;
      font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
      
      /* 固定背景の上にコンテンツが綺麗に浮き出るよう、PC時のみわずかにコンテナに影を付けます */
      box-shadow: 0 4px 30px rgba(0, 0, 0, 0.08);
      border-radius: 4px;
      box-sizing: border-box;
    }
		@media (max-width: 900px) {
		  .brand-section {
      background-color: rgba(210, 222, 212, 0.7);
			}
		}

    /* ボックスの共通リセット */
    .brand-section *, 
    .brand-section *::before, 
    .brand-section *::after {
      box-sizing: border-box;
    }

    /* タイトルエリア */
		.section-lead{
		  font-size: 13px;
      line-height: 1.6;
      margin: 0;
      text-align: center;
			padding: 3%;

		}
		
    .section-title {
      background-color: #7b6255; /* テーマカラーのブラウン */
      text-align: center;
      padding: 2.5%;
      margin-bottom: 15px;
      color: #fff;
    }
    .section-title h2 {
      margin: 0;
      font-size: 1.6rem;
      letter-spacing: 0.2em;
      font-weight: normal;
    }
    @media (max-width: 480px) {
		    .section-title h2 {
      font-size: 1rem;
    }
		}
		

    /* グリッドレイアウト（PC時は2列、スマホ時は自動で1列） */
    .brand-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
      gap: 20px;
    }

    @media (max-width: 480px) {
      .brand-grid { 
        grid-template-columns: 1fr; 
      }
      .brand-section {
        box-shadow: none;
        border-radius: 0;
      }
    }

    /* 各ブランドカード */
    .brand-card {
      background: #fff;
      display: flex;
      flex-direction: column;
      padding: 20px;
      color: #333;
      transition: 0.3s;
    }
    .brand-card:hover {
      box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }

/* ==========================================
       上段：ロゴと説明文（横長ロゴ対応・縦並び）
       ========================================== */
    .card-top-row {
      display: flex;
      flex-direction: column; /* 横並びから縦並びに変更 */
      align-items: center;    /* ロゴを中央に配置（左寄せなら flex-start） */
      gap: 10px;              /* ロゴと下のタグ・文章との間の隙間 */
      margin-bottom: 15px;
      border-bottom: 1px dashed #eee;
      padding-bottom: 15px;
    }

    /* ロゴエリア */
    .brand-logo-box {
      width: 100%;
      max-width: 250px;       /* ★ロゴが大きくなりすぎないよう上限を設定 */
      text-align: center;
    }
    .brand-logo-link {
      display: block;
      transition: opacity 0.2s;
    }
    .brand-logo-link:hover {
      opacity: 0.7;
    }
    .brand-logo {
      width: 100%;
      height: auto;
      object-fit: contain;
    }

    /* 説明文エリア */
    .brand-content-box {
      width: 100%;
    }
/* コンパクトなカテゴリタグ */
    .card-tags {
      display: flex;
      flex-wrap: wrap;        /* ★タグが溢れたら、タグごとに綺麗に改行させる */
      justify-content: flex-start; /* 中央寄せ（左寄せにするなら削除か flex-start に） */
      gap: 6px;               /* 横だけでなく、改行された時の「縦の隙間」も自動で入ります */
      margin-bottom: 8px;
    }
    .tag {
      background: #f0f0f0;
      color: #666;
      font-size: 10px;
      padding: 2px 8px;
      border-radius: 2px;
      white-space: nowrap;    /* ★念のため、タグ内の文字自体が途中で改行されるのを防ぐ */
    }

    /* 説明文 */
    .brand-desc {
      font-size: 13px;
      line-height: 1.6;
      margin: 0;
      text-align: justify;
    }

    /* ==========================================
       下段：最大3商品の幅いっぱいギャラリー & リンク（縦並び）
       ========================================== */
    .card-bottom-row {
      display: flex;
      flex-direction: column;
      gap: 15px;
      margin-top: auto;
    }

    /* 商品ギャラリー（カードの幅いっぱいに配置） */
    .mini-gallery {
      display: flex;
      gap: 10px;
      width: 100%;
    }
    
    /* 商品個別リンク。常に3個で割ったサイズ */
    .mini-item-link {
      flex: 1;
      max-width: calc((100% - 20px) / 3); 
      aspect-ratio: 1 / 1;
      background: #f9f9f9;
      border: 1px solid #eee;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      transition: opacity 0.2s, border-color 0.2s;
    }
    .mini-item-link:hover {
      opacity: 0.8;
      border-color: #999;
    }
    .mini-item-link img {
      max-width: 90%;
      max-height: 90%;
      object-fit: contain;
    }

    /* 一覧へのリンク（独立した下の行） */
    .view-more {
      display: block;
      font-weight: bold;
      font-size: 14px;
      color: #444;
      text-align: right;
      width: 100%;
      margin: 0;
      text-decoration: none;
      transition: color 0.2s;
    }
    .view-more:hover {
      color: #7b6255;
    }
    .view-more::after {
      content: ' >>';
    }




/* ロゴグリッド全体のコンテナ */
.org-brand-footer-grid {
  width: 100%;
  max-width: 1200px;
  margin: 40px auto;
  padding: 20px 10px 0;
  box-sizing: border-box;
}

/* 小見出しタイトル */
.org-grid-title {
  font-size: 22px;
	line-height: 160%;
  font-weight: bold;
  color: #555555;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  text-align: center;
}

/* 横並び・折り返しの設定 */
.org-logo-flex-wrapper {
	background: #ffffff;
	padding: 20px;
}

.org-sub-group {
  width: 100%;
}

.org-sub-logo-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; /* 左詰め */
  gap: 12px; /* ロゴ同士の隙間（PC時） */
}

.org-sub-title {
  font-size: 16px;
  font-weight: bold;
  color: #555555;
  margin: 10px 0 0 0;
  text-align: center;
	letter-spacing: 2px;
  
  /* 左右に線を伸ばすための設定 */
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

/* 小見出しの左右につく線のデザイン */
.org-sub-title::before,
.org-sub-title::after {
  content: "";
  flex-grow: 1;
  max-width: 40px;
  height: 1px;
  background-color: #dddddd;
}

/* ===================================================
   【PC時の設定】1列に4つ並ぶように計算
   （隙間12px×3つ分＝36pxを引いて、4等分する）
   =================================================== */
.org-logo-item {
  display: flex;
  width: calc((100% - 36px) / 4); 
  box-sizing: border-box;
  transition: opacity 0.3s ease, border-color 0.3s ease;
  align-items: center;
  justify-content: center;
}

/* マウスホバー時のエフェクト */
.org-logo-item:hover {
  opacity: 0.7;
  border-color: #bbbbbb;
}

/* ロゴ画像そのもののリサイズ設定（枠からはみ出さない） */
.org-logo-item img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain; /* 縦横比を維持したまま枠内に収める */
}

/* ===================================================
   【タブレット時の設定】1列に3つ並び
   =================================================== */
@media screen and (max-width: 850px) {
  .org-logo-item {
    width: calc((100% - 24px) / 3); /* 隙間12px×2つ分＝24pxを引いて3等分 */
  }
}

/* ===================================================
   【スマホ時の設定】1列に2つ並び
   =================================================== */
@media screen and (max-width: 560px) {
.org-sub-logo-row {
    gap: 8px; 
  }
  .org-logo-item {
    width: calc((100% - 8px) / 2); /* 隙間8px×1つ分を引いて2等分 */
  }
  .org-grid-title {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.m-bottom-30 {
  margin-bottom: 40px;
}

@media screen and (max-width: 560px) {
  .m-bottom-30 {
    margin-bottom: 25px; /* スマホの時は余白を少し狭く */
  }
}



/*==================================================
動き自体の指定：今回は「ふわっ」
===================================*/

.fadeUp {
animation-name:fadeUpAnime;
animation-duration:1.5s;
animation-fill-mode:forwards;
opacity: 0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}


.fadeDown {
animation-name:fadeDownAnime;
animation-duration:1.5s;
animation-fill-mode:forwards;
opacity: 0;
}
@keyframes fadeDownAnime{
  from {
    opacity: 0;
	transform: translateY(0px);
  }

  to {
    opacity: 1;
	transform: translateY(-100px);
  }
}
