/*common*/
@media screen and (min-width:869px) {

* {
	padding: 0;
	margin: 0;
}
/*ハンバーガー*/
.header {
	height: 85px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	position: fixed; /* ここに注目! */
	top: 0;
	z-index: 1000;
	align-content: center;
	background-color: rgba(0, 0, 0, 0.7);
}
h1.logo {
	font-weight: 700;
	padding: 10px 0 0 4%;
	margin: 0 0 0 4%;
	max-width: 300px;
}
h1.logo img {
	width: 100%;
}
h1.logo a img:hover {
  opacity: 0.9;
}

.flex_box {
	display: flex;
}
.hamburger-menu {
	width: 100px;
	height: 50px;
	position: relative;
	border: none;
	background: transparent;
	appearance: none;
	padding: 0;
	cursor: pointer;
	right: 3%;
}
.hamburger-menu__bar {
	display: inline-block;
	width: 44%;
	height: 2px;
	background: #FFF;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	transition: .5s;
	filter:drop-shadow(1px 1px 1px #4e4e4e);
}
.hamburger-menu__bar:first-child {
	top: 14px;
}
.hamburger-menu__bar:nth-child(2) {
	top: 22px;
}
.hamburger-menu__bar:last-child {
	top: 30px;
}
.hamburger-menu--open .hamburger-menu__bar {
	top: 50%;
}
.hamburger-menu--open .hamburger-menu__bar:first-child {
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.hamburger-menu--open .hamburger-menu__bar:last-child {
	transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
	display: none;
}
.navigation {
	display: none;
	background-color: rgba(0, 0, 0, 0.8);
	position: absolute;
	top: 85px;
	width: 100%;
	z-index: 9999;
}
.navigation__list {
	text-align: center;
	list-style: none;
	font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
	font-size: 18px;
	padding: 0;
	margin: 0;
}
.navigation__list li {
	border-bottom: solid 1px #474747;
}
.navigation__list li:first-child {
	border-top: solid 1px #474747;
}
.navigation__link {
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	display: block;
	padding: 14px 0;
	transition: .5s;
}
@media (hover: hover) and (pointer: fine) {
	.navigation__link:hover {
		background: #333;
	}
}

/*言語切替*/
.selectbox{
	display: none;
}
/*.flag-icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 23px;
    height: auto;
    pointer-events: none;
}
.selectbox {
	display: block !important;
    position: fixed;
	z-index: 1000;
	top: 38px;
	right: 15%;
}
.selectbox::before,
.selectbox::after {
    position: absolute;
    right: 15px;
    width: 9px;
    height: 6px;
    background-color: #535353;
    content: '';
    pointer-events: none;
}
.selectbox::before {
    top: calc(50% - 8px);
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
.selectbox::after {
    bottom: calc(50% - 8px);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.selectbox select {
    appearance: none;
    width: 143px;
    height: 1.6em;
    padding: .2em calc(.8em + 30px) .2em calc(.8em + 25px);
    border: 1px solid #d0d0d0;
    border-radius: 25px;
    background-color: #eee;
    color: #333333;
    font-size: 15.5px;
    cursor: pointer;
}*/	

/*TOPへ*/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 14px;
	line-height: 1;
	z-index: 500;
	filter:drop-shadow(1px 1px 1px #4e4e4e);
}
#page-top a {
	background: #72C7CA;
	text-decoration: none;
	color: #fff;
	width: 60px;
	padding: 28px 5px;
	text-align: center;
	display: block;
	border-radius: 90px;
	opacity: 0.9;
	transition: all .3s ease;
}
#page-top a:hover {
	text-decoration: none;
	opacity: .7;
}
	
/*共用見出し*/
.common_toptitle{
	width: 100%;
	padding: 200px 0 150px;
	text-align: center;
}
.common_toptitle h2{
	border: 1px solid #FFF;
    display: inline-block;
    font-size: 32px;
    padding: 10px 25px;
}
.common_toptitle_h3{
	text-align: center;
}
.common_toptitle_h3 h3{
	font-size: 25px;
	margin-bottom: 35px;
}

h3.square_title {
    border: 1px solid #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
    font-size: 23px;
    padding: 10px;
	width: 100px;
	height: 100px;
	text-align: center;
    margin: 0 30px 25px 0 !important;
    line-height: 1.2em;
	letter-spacing: -0.05em;
}

/*フェードイン*/
.fadeIn_up {
  opacity: 0;
  transform: translate(0, 80px);
  transition: 2s;
}
.fadeIn_left {
  opacity: 0;
  transform: translate(-50%, 0);
  transition: 2s;
}
.fadeIn_right {
  opacity: 0;
  transform: translate(50%, 0);
  transition: 2s;
}
.fadeIn_up.is-show, .fadeIn_left.is-show, .fadeIn_right.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/*汎用大スライダー*/
.common_topslider {
	position: relative;
}

/*汎用小スライダー*/
.lead-group {
	margin: auto;
	max-width: 1000px;
	width: 100%;
	position: relative;
}
.lead-group h3{
	margin-bottom: 35px;
	font-size: 25px;
}
.lead-group .lead-img {
	width: 40%;
	margin-top: 18px;
}
.lead-group .lead-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-height: calc(100vh - 100px);
}
.lead-group .lead-info {
	margin-top: 14%;
	max-width: 500px;
	padding: 0 30px;
}
/*汎用小スライダードットナビゲーションの設定*/
.common_smallslider .slick-dots {
	position: relative;
	z-index: 3;
	top: 5px;
	text-align:center;
	margin:5px 0 0 0;/*ドットの位置*/

}
.common_smallslider .slick-dots li {
	display:inline-block;
	margin:0 5px;
}
.common_smallslider .slick-dots button {
	color: transparent;
	outline: none;
	width:10px;/*ドットボタンのサイズ*/
	height:10px;/*ドットボタンのサイズ*/
	display:block;
	border-radius:50%;
	background:#aaa;/*ドットボタンの色*/
	padding: 0;
	border: transparent;
}
.common_smallslider .slick-dots .slick-active button{
	background:#fff;/*ドットボタンの現在地表示の色*/
}

.btn-link {
	height: 50px;
	width: 240px;
	margin-left: 5%;
	margin-top: 10%;
    position: relative;
    text-decoration: none;
    outline: none;
    transition: ease .3s;
    box-sizing: border-box;
    cursor: pointer;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
	background-color: transparent;
	color: #fff;
}
.btn-link i {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    transition: all 0.3s;
}
.btn-link:hover i {
    right: 10px;
}

/*flex横並び*/
.df-pc {
	display: flex;
	justify-content: space-between;
}

/*要素下余白*/
.p-bottom{
	padding-bottom: 180px;
}

/* オーガニック原料検索 */
.search_box {
	padding: 0 0 280px;
	margin: auto;
	max-width: 960px;
	width: 100%;
	position: relative;
	align-items: center;
}
.search_box .lead-ttl {
	border-right: 1px solid #fff;
	box-sizing: border-box;
	max-width: 340px;
}
.search_box .lead-ttl .lead-logo {
	max-width: 250px;
	margin: 12px 10%;
}
.search_box .lead-ttl .lead-logo img {
	width: 100%;
}
.search_box .lead-ttl h3 {
	margin: 40px 35% 0 auto;
	font-size: 25px;
	letter-spacing: 0.2em;
	line-height: 70px;
}
.txt-vertical {
	cursor: vertical-text;
	writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	-ms-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-moz-writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	text-orientation: upright;
	word-wrap: break-word;
}
.search_box .lead-info {
	width: 550px;
	margin-left: 20px;
	margin-right: 20px;
	border: 1px solid #fff;
}
.search_box .lead-info a{
	display: block;
	padding: 40px 20px 20px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	box-sizing: border-box;
}
.search_box .lead-info a:hover{
	opacity: 0.9;
	background: rgba(255,255,255,0.1);
}
/*.search_box .lead-info a img{
	width: 100%;
}*/
.search_box .lead-info-title{
	font-size: 24px;
	text-align: center;
	margin: 10px 0;
}
.search_box .lead-info ul{
	border: 1px solid #fff;
	border-radius: 10px;
	padding: 15px;
	margin-bottom: 30px;
	text-align: center;
	background: rgba(255,255,255,0.2);
}
.search_box .lead-info ul li{
	display: inline-block;
	padding: 0 10px;
	font-size: 17px;
}

/*footer*/
footer {
	background-color: #000;
	min-height: 100px;
	color: #FFF;
	text-align: center;
	line-height: 3em;
	padding-top:20px;
	font-size: 12px;
	position: relative;
    z-index: 100 !important;
}
footer li {
	list-style-type: none;
	display:inline-block;
	padding:2px;
	padding-left:20px;
	padding-right:20px;
	border-left:1px solid #FFF;
	line-height: 1em;
}
footer li:first-of-type {
	border:none;
}
footer li a {
	color:#FFF;
	text-decoration:none;
}
footer li a:hover{
	color: #ccc;
}
	
#CONTAINER {
	position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    font-size: 18px;
    z-index: 100;
    background-attachment: fixed;
}
/*専用*/
@keyframes loop {
	0% {
		transform: translateX(100%);
	}
	to {
		transform: translateX(-100%);
	}
}
@keyframes loop2 {
	0% {
		transform: translateX(0);
	}
	to {
		transform: translateX(-200%);
	}
}
.loop_wrap {
	flex: 0 0 auto;
	white-space: nowrap;
	font-size: 0;
}
.loop_wrap img:first-child {
	animation: loop 200s -100s linear infinite;
	font-size: initial;
}
.loop_wrap img:last-child {
	animation: loop2 200s linear infinite;
	font-size: initial;
}

@keyframes loop-y {
	0% {
		transform: translateY(0);
	}
	to {
		transform: translateY(-100%);
	}
}
.loop_wrap-y {
	position: relative;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	height: 100vh; /* 必要に応じて調整 */
}
.loop_wrap-y img {
	display: block;
	width: 100%;
	animation: loop-y 25s linear infinite;
}
.loop_wrap-y::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('img/news_front.png') no-repeat center/cover;
	animation: loop-y 25s linear infinite;
}

.layer_top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -100;
}
.layer_top img {
	width: 100%;
}
.layer {
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 100%;
}
.layer img {
	width: 100%;
}
.main_content_area {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 170px;
}
.main_contents_area {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

section .contents_box {
	width: 90%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 50px;
}

.main_content_area3 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 170px;
}

.main_content_area4 {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 170px;
}
/*===========
.imgBox
===========*/

.imgBox {
  text-align: center;
  margin: 50px 0;
}
.imgBox img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

/*===========
.txtBox
===========*/

.txtBox {
  text-align: center;
}
.txtBox p {
  font-size: 60px;
  font-weight: bold;
  padding: 2em 0;
  margin: 0;
}


	
	
}