@charset "UTF-8";


/* ------------------------------------------------------------------------------------
マージン設定 
------------------------------------------------------------------------------------*/
.mb00{
	margin-bottom: 0px;
}
.mb10{
	margin-bottom: 10px;
}
.mb20{
	margin-bottom: 20px !important;
}
.mb30{
	margin-bottom: 30px;
}
.mb40{
	margin-bottom: 40px;
}


/* 太字 */
.bold {
    font-weight: bold;
}

/* 下線　*/
a:link{
    text-decoration: none;
}
a:hover {
    text-decoration: underline !important;
}
/* 会員のみ追記 */
.splitContent__second{
    margin: 0 auto 20px;
}


/* ------------------------------------------------------------------------------------
h1 ページタイトル
------------------------------------------------------------------------------------*/
.headTitle{
    display: flex;
    display: -webkit-flex; /* Safari */
}
.headTitle .socialInclude{
    margin-left: auto !important;
}
/* ------------------------------------------------------------------------------------
h1見出し調整
------------------------------------------------------------------------------------*/
.mod__heading--1{
    margin: 0;
    padding: 40px 0 40px 120px;
    color: #333;
    background: url(/brand/img/h1_hope.png) no-repeat;
    background-size: 100px;
    background-position: 1% 50%;
}

/* h2 */
.mod__heading--2{
    text-align: center;
    font-size: 2.5em;
    padding-top: 30px;
    color: #333;
}

/* ------------------------------------------------------------------------------------
h3見出し調整 
------------------------------------------------------------------------------------*/
.mod__heading--3{
    padding-top: 30px;
    border: none;
    font-weight: bold;   
    color: #248a00;
    font-size: 1.7em;
    background-size: 50px;
    background-position: 0 50%;
    margin-bottom: 15px;
}
.ic02:before{
    content: url(../img/ic02_project.png);
    position: relative;
    top: 7px;
}
.ic03:before{
    content: url(../img/ic03_eco.png);
    position: relative;
    top: 3px;
}
.ic04:before{
    content: url(../img/ic04_hand.png);
    position: relative;
    top: 5px;
}
.ic05:before{
    content: url(../img/ic08_hito.png);
    position: relative;
    top: 5px;
}
.torikumiBox .mod__heading--3{
    text-align: center;
}

/* 170818_shimada追記 */
.ic06:before{
    content: url(../img/ic10_jigyo.png);
    position: relative;
    top: 5px;
}
.torikumiBox .mod__heading--3{
    text-align: center;
}

/* ------------------------------------------------------------------------------------
h4見出し
------------------------------------------------------------------------------------*/
.h4title{
    font-size: 18px;
    font-weight: normal;
    padding-left: 35px;
    margin: 15px 10px 10px 0;
    background: url(/brand/img/ico_arrow_layer3.png) no-repeat;
    background-position: 0 5px;
}


/* ------------------------------------------------------------------------------------
別ページリンクアイコン
------------------------------------------------------------------------------------*/
.singleLink, toMovie{
    background: url(/common2016/img/main/commonLinkIcon.png) no-repeat;
    background-position: 0% 50%;
    background-size: 19px;
    line-height: 1.99;
    margin: 5px 19px 5px 0px;
    padding: 2px 0px 2px 30px;
}

/* ------------------------------------------------------------------------------------
動画マークアイコン
------------------------------------------------------------------------------------*/
.toMovie{
    background: url(../img/ic01_movie.png) no-repeat;
    background-position: 0% 50%;
    background-size: 19px;
    line-height: 1.99;
    margin: 5px 19px 5px 0px;
    padding: 0 0px 0 30px;
}

/* ------------------------------------------------------------------------------------
産地の想いエリア 
------------------------------------------------------------------------------------*/
.col2{
    display: flex;
    display: -webkit-flex; /* Safari */
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; /* Safari */
    
   
}
.col2 p{
    font-size: 14px;
    margin: 1px 0 15px 0;
    padding: 0 5px;
}
.sanchiLi:nth-child(odd){
    margin-right: 10px;
}
.sanchiLi{
    flex-basis: 49%;
    -webkit-flex-basis: 49%; /* Safari */
}


/* ------------------------------------------------------------------------------------
ボックスデザイン
------------------------------------------------------------------------------------*/
.torikumiBox{
    background-color: #E8F3DD;
    border-radius: 5px;
    box-shadow: 0 2px 6px rgba(0,0,0,.24);
}

/* flexbox */
.col3{
    display: flex;
    display: -webkit-flex; /* Safari */
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; /* Safari */
    justify-content: center;
    -webkit-justify-content: center; /* Safari */
    padding-bottom: 20px;
    margin-bottom: 40px;
}



/*3つならびのボックスの幅*/
.pro4Box, .kankyoBox, .shienBox{
    flex-basis: 30.33%;
    -webkit-flex-basis: 30.33%;
    margin: 10px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
}
.kankyoBox img{
    max-width: 100%;
}
/*　ボックスのサイズを大きく*/
.bigger{
    flex-basis: 62%;
    -webkit-flex-basis: 62%;
}
/*　ボックスのサイズを半分ずつ*/
.medium{
     flex-basis: 46%;
    -webkit-flex-basis: 46%;
}

/* ボックス内画像幅*/
.pro4Box .mod__imgblockImg, .shienBox .mod__imgblockImg{
    margin: 10px;
}
/* ボックス内画像幅　枠線つけたいとき*/
.border01{
    border: 1px solid #ccc;
    box-sizing: border-box;
}

/* ボックス内画像をオンマウスで拡大*/
img.grow {
	-webkit-transition:0.2s ease-in-out;
	-moz-transition:0.2s ease-in-out;
	-ms-transition:0.2s ease-in-out;
	-o-transition:0.2s ease-in-out;
	transition:0.2s ease-in-out;
}

img.grow:hover {
	-webkit-transform:scale(1.2,1.2);
	-moz-transform:scale(1.2,1.2);
	-ms-transform:scale(1.2,1.2);
	-o-transform:scale(1.2,1.2);
	transform:scale(1.1,1.1);
}
.mod__imgblockImg, .kankyoImg{
    overflow: hidden; 拡大したときに枠からはみでないように
}


/* ボックス内文字 */
.pro4Box p, .kankyoBox p, .shienBox p {
    font-size: 14px;
    margin: 10px;
}

/* ボックス内文字が一行の時の調整用 必要に応じて追加しスマホはmb10pxに　PCのみマージン */
.mb2em{
    margin-bottom: 2em !important;
}
/* ボックス内動画タイトル */
.boxTitle{
    font-weight: bold;
}
/* ほぺたんブロック入れるとき　*/
.hopeWrap{
    background: none;
    box-shadow: none;
}
.hope{
    width: 80%;
    margin: 38px 0 0 65px !important;
}

/* ------------------------------------------------------------------------------------
3つの横並びブロックの日付
------------------------------------------------------------------------------------*/
.date{
    font-size: 14px;
    float: right;
}

/* ------------------------------------------------------------------------------------
ソーシャルボタン 
------------------------------------------------------------------------------------*/

.socialInclude > span > a > img,
.socialInclude .fb-share-button,
.socialInclude .twitter-button {
    float: left;
    margin: 0 8px;
}
.socialInclude:last-child {
    margin: 20px 0 0;
}

/* ------------------------------------------------------------------------------------
回り込み回避 
------------------------------------------------------------------------------------*/
.col2, .col3{
    overflow: hidden;
}

/* ------------------------------------------------------------------------------------
slick用 
------------------------------------------------------------------------------------*/

/*左右の矢印の色を変える*/
.slick-prev:before,
.slick-next:before {
    color: #555;
    font-size: 35px;
}
/*左右の矢印の位置を変える*/
.slick-next {
    right: 120px;
    z-index: 99;
}
.slick-prev {
  left: 115px;
    z-index: 100;
}
/*スライド数のドットの色を変える
.slick-dots li.slick-active button:before,
.slick-dots li button:before {
    color: #fff;
}*/
/*スライド画像の横幅可変*/
.center-item img {
    width: 100%;
    height: auto;
}
.centerPadding{
    background-color: aquamarine;
}
/* 左右の画像を透過 */
.center-item .slick-slide:not(.slick-center) {
    -webkit-filter: opacity(50%);
    -moz-filter: opacity(50%);
    -o-filter: opacity(50%);
    -ms-filter: opacity(50%);
    filter: opacity(50%);
    filter: alpha(opacity=50);
    opacity: 0.5;
    transition: 0.2s linear;
}

/* ------------------------------------------------------------------------------------
クリア 
------------------------------------------------------------------------------------*/
.clear{
	clear: both;
}

/* ------------------------------------------------------------------------------------
ボタン双葉 
------------------------------------------------------------------------------------*/
.button{
    display: flex;
    display: -webkit-flex; /* Safari */
    justify-content: center;
    -webkit-justify-content: center; /* Safari */
}
.buttonFutaba,.buttonDeli  {
	display: inline-block;
	font-size: 16px;
	text-align: center;
    background: -webkit-linear-gradient(#009688 , #00796B)!important;
	background: linear-gradient(#009688 , #00796B) !important;
	border: 1px solid #00796B;
	border-radius: 4px;
    padding: 20px 80px !important;
}

.buttonFutaba span, .buttonDeli span {
	position: relative;
	display: inline-block;
	padding-left: 1.6em;
    color: #fff;
    font-weight: bold;
}
.buttonFutaba span::before {
	position: absolute;
	top: 4px;
	left: 0;
	content: url(../img/ic05_futaba.png); /*アイコン画像やアイコンフォント*/
	line-height: 1;
	-webkit-animation: icon 1.5s ease-in-out infinite;
	animation: icon 1.5s ease-in-out infinite;
}
@-webkit-keyframes icon {
	50% { -webkit-transform: scale(1.2); }/* Safari */
}
@keyframes icon {
	50% { transform: scale(1.2); }
}


/* ------------------------------------------------------------------------------------
ボタンデリへ 
------------------------------------------------------------------------------------*/

.btWrap02{
    background: -webkit-linear-gradient(#F57C00 , #E65100);
	background: linear-gradient(#F57C00 , #E65100);
	border: 1px solid #E65100;
	border-radius: 4px;
    padding: 0 4em;
}

.buttonDeli span::before {
	position: absolute;
	top: 4px;
	left: 0;
	content: url(../img/ic06_nabe.png); /*アイコン画像やアイコンフォント*/
	line-height: 1;
	-webkit-animation: icon 1.5s ease-in-out infinite;
	animation: icon 1.5s ease-in-out infinite;
}

.btWrap01:hover, .btWrap02:hover{
    opacity: 0.6;
}
/*------------------------------------------------------------------------------------
------------------------------------------------------------------------------------
スマホ
------------------------------------------------------------------------------------
----------------------------------------------------------------------------------- */

@media screen and (max-width: 640px) {
    /* ------------------------------------------------------------------------------------
    h1 ほぺたんサイズ
    ------------------------------------------------------------------------------------*/
   .mod__heading--1{
        background-size: 80px;
        padding: 35px 0 35px 90px;
    }
    /* ------------------------------------------------------------------------------------
    産地の想い　調整
    ------------------------------------------------------------------------------------*/
    .sanchiLi{
        margin-right: 10px;
    }
    /* ------------------------------------------------------------------------------------
    3つの横並びブロック調整
    ------------------------------------------------------------------------------------*/
    .sanchiLi, .pro4Box, .pro4Box:first-child, .kankyoBox, .shienBox,.left_column{
        flex-basis: 100%;
        -webkit-flex-basis: 100%;
    }
    
    /* ------------------------------------------------------------------------------------
    h3
    ------------------------------------------------------------------------------------*/
    .mod__heading--3{
        padding: 10px 10px 5px;
    }

    /* ------------------------------------------------------------------------------------
    h3を左ぞろえ
    ------------------------------------------------------------------------------------*/
    
    .torikumiBox .mod__heading--3{
        padding-left: 10px;
    }

	.mod__outerLink3col{
		width: auto;
	}
	.socialInclude a{
	    float: left;
	}
    /*ボックス内文字が一行の時PCのみ2行分下に*/
    .mb3-3em, .mb2em{
    margin: 10px !important;
    }
        
    /*スライド画像のサイズ調整
    .center-item img {
        width: 100%;
        height: auto;
    }*/
    
    /* ------------------------------------------------------------------------------------
    上部のSNS
    ------------------------------------------------------------------------------------*/
    
    .headTitle{
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
    

     /* ------------------------------------------------------------------------------------
    PCとスマホで並び準を変える時
    ------------------------------------------------------------------------------------*/
    
    .firstSp{
    -moz-order:1;
    -webkit-order:1;
    -o-order:1;
    -ms-order:1;
    order:1;
    }
    .secondSp{
    -moz-order:2;
    -webkit-order:2;
    -o-order:2;
    -ms-order:2;
    order:2;    
    }
    .thirdSp{
     -moz-order:3;
    -webkit-order:3;
    -o-order:3;
    -ms-order:3;
    order:3;    
    }
    .fourthSp{
     -moz-order:4;
    -webkit-order:4;
    -o-order:4;
    -ms-order:4;
    order:4;    
    }
    .fifthSp{
    -moz-order:5;
    -webkit-order:5;
    -o-order:5;
    -ms-order:5;
    order:5;    
    }
    /* ------------------------------------------------------------------------------------
    slick関連
    ------------------------------------------------------------------------------------*/
    
    /*画像の透過をなくす*/
   .center-item .slick-slide:not(.slick-center) {
        -webkit-filter: opacity(100%);
        -moz-filter: opacity(100%);
        -o-filter: opacity(100%);
        -ms-filter: opacity(100%);
        filter: opacity(100%);
        opacity: 1.0;
    }
    /*左右の矢印を非表示*/
    .slick-prev:before, .slick-next:before{
        display: none;
    }
    /* ------------------------------------------------------------------------------------
    ボタン
    ------------------------------------------------------------------------------------*/
    .button{
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    }
    .buttonFutaba, .buttonDeli{
        padding: 20px 15px !important;
    }
}



