/****==================================================
----------------------------------
title
----------------------------------

HELAS オンラインマルシェ

----------------------------------
Color
----------------------------------

background: #EFEBE9
main: #66BB6A
text: #263238
sub: #FFA000
shadow: #EBE6E4

----------------------------------
font
----------------------------------
Noto Sans JP　（400,700）
==================================================****/

:root {
	--color-main: #66BB6A;
	--color-sub: #FFA000;
	--color-text: #263238;
	--color-shadow: #EBE6E4;
	--color-brown: #BCAAA4;
}

html {
	font-size: 62.5%;
}

body {
	background: #EFEBE9;
	color: var(--color-text);
	font-size: 1.4rem;
	line-height: 2;
	font-weight: 700;
	font-family: 'Noto Sans Jp', sans-serif;
	min-width: 1200px;
}

/****======================================
*
* header ヘッダー
*
======================================****/

/***----------------
nav
-----------------------------***/

.g-menu {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 45px;
	position: absolute;
	right: 10px;
	padding-top: 40px;
	color: var(--color-main);
}

.menu-area {
	width: 100%;
	height: 100%;
	position: relative;
}

.menu-btn {
	display: block;
	position: relative;
	width: 100%;
	height: 31px;
}

/* 閉じるボタン */
/*×に変化*/
.menu-btn span {
	display: inline-block;
	transition: all .4s;
	/*アニメーションの設定*/
	position: absolute;
	left: 50%;
	margin-left: -18px;
	height: 3px;
	border-radius: 2px;
	background: var(--color-main);
	width: 36px;
}

.menu-btn span:nth-of-type(1) {
	top: 0;
}

.menu-btn span:nth-of-type(2) {
	top: 14px;
}

.menu-btn span:nth-of-type(3) {
	top: 28px;
}

.menu-btn.active span:nth-of-type(1) {
	top: 18px;
	left: 22px;
	transform: translateY(6px) rotate(-45deg);
	width: 80%;
}

.menu-btn.active span:nth-of-type(2) {
	opacity: 0;
}

.menu-btn.active span:nth-of-type(3) {
	top: 30px;
	left: 22px;
	transform: translateY(-6px) rotate(45deg);
	width: 80%;
}

.menu-text {
	writing-mode: vertical-rl;
	margin-top: 40px;
	font-size: 1.6rem;
	font-weight: 400;
}

.close-text,
#g-nav.panelactive .open-text {
	display: none;
}

#g-nav.panelactive .close-text,
.open-text {
	display: block;
	margin-right: -5px;
}

/***----------------
ハンバーガーメニューの中身
-----------------------------***/

#g-nav {
	/*position:fixed;にし、z-indexの数値を大きくして前面へ*/
	position: fixed;
	/*ナビのスタート位置と形状*/
	top: 0;
	left: -370px;
	width: 450px;
	height: 100vh;
	/*ナビの高さ*/
	/*動き*/
	transition: all 0.6s;
	color: var(--color-main);
}

#g-nav.panelactive {
	left: 0;
	background: rgba(239, 235, 233, 0.9);
	transition: all 0.5s;
}

.menu-list {
	/*ナビゲーション天地中央揃え*/
	position: absolute;
	top: 100px;
	left: 45px;
}

.menu-list li:not(:last-of-type) {
	margin-bottom: 20px;
}

.menu-list a {
	display: inline-block;
}

.menu-list li.menu-logo {
	margin-bottom: 30px;
}

.menu-logo img {
	width: 120px;
}


/****======================================
*
* main メイン
*
======================================****/

/***----------------
.marche-logo
-----------------------------***/
.marche-logo {
    display: flex;
    justify-content: center;
}

.marche-logo img{
    height: 300px;
    margin: 0 auto;
}

.main-image h2 {
    text-align: center;
}


/***----------------
#about-marche HELAS(ヘラス)オンラインマルシェって何？
-----------------------------***/

#about-marche {
	margin-top: 100px;
}

#about-marche figure img {
	width: 550px;
}

#about-marche .text {
	padding-top: 20px;
}

#about-marche picture {
	display: block;
	margin-top: 50px;
}

#about-marche picture img {
	width: 1100px;
}

/***----------------
#what-to-purchase どんなものが出品されて購入できるの？
-----------------------------***/

#what-to-purchase {
	margin-top: 100px;
}

#what-to-purchase ul {
    margin-bottom: 20px;
}

#what-to-purchase .annotation {
    color: var(--color-sub);
    font-size: 1.8rem;
}

/***----------------
#fusion スマートフォンアプリ「HELAS」とヤマト運輸「産直サービス」が融合
-----------------------------***/

#fusion {
	margin-top: 100px;
}

/***----------------
#marche-merit ヤマト運輸との業務連携によるスムーズな集荷配送　送料が最大63.3%off に
-----------------------------***/

#marche-merit {
	margin-top: 100px;
}

#marche-merit .flex-box .text-area {
    width: 100%;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}

/***----------------
#seller-nagano-farmers 売り手は長野県内の農業生産者
-----------------------------***/

#seller-nagano-farmers {
	margin-top: 100px;
}

#seller-nagano-farmers figure img {
	width: 550px;
}

#seller-nagano-farmers .text{
    width: 510px;
	padding-top: 20px;
}

#seller-nagano-farmers picture {
	display: block;
	margin-top: 50px;
}

#seller-nagano-farmers picture img {
	width: 1100px;
}

/***----------------
#buyer-app-users 買い手は全国のスマートフォンアプリユーザー
-----------------------------***/

#buyer-app-users {
	margin-top: 100px;
}

#buyer-app-users figure img {
	width: 550px;
}

#buyer-app-users .text{
    width: 510px;
	padding-top: 20px;
}

#buyer-app-users picture {
	display: block;
	margin-top: 50px;
}

#buyer-app-users picture img {
	width: 1100px;
}

/***----------------
#recommendation 飲食店経営の皆様、食品加工製造者の皆様にもご利用をおすすめします
-----------------------------***/

#recommendation {
	margin-top: 100px;
    margin-bottom: 100px;
}

#recommendation figure img {
	width: 550px;
}

#recommendation .text{
    width: 510px;
	padding-top: 20px;
}

#recommendation picture {
	display: block;
	margin-top: 50px;
}

#recommendation picture img {
	width: 1100px;
}
