@charset "utf-8";

/*
	
共通レイアウト
list_01 ~ list_06
patern_01 ~ patern_03

*/



/* ------------------------------------------------------------ common */
body{ min-width: 1300px; margin: 0 auto; font-family: 'Noto-Sans-JP-Medium'; }
.footer{ margin: 235px 0 0; }
.lp_wrapper{ padding: 0; }

a:hover{ opacity: .8; }
a:link,
a:visited { color: inherit;}

li{ text-decoration: none; list-style:none; }
h3,h4,h5,h6,p,ul,dl{ margin: 0; padding: 0; }
p{ line-height: 190%; }

.SP{ display: none; }
.l_inner{ width: 1300px; margin: 0 auto; }
.inner{ width: 1200px; margin: 0 auto; padding: 0 50px; box-sizing: content-box; }
.s_inner{ width: 1100px; margin: 0 auto; }

.line_deco{ position: relative; padding: 0 0 25px; }
.line_deco:after{ position: absolute; content: ""; width: 60px; height: 4px; bottom: 0; left: 0; background: #fff; }
.line_deco.pink:after{ background: #FFC4C4; }
.line_deco.black:after{ background: #000; }

.futura{ font-family: "futura-pt", sans-serif;
font-weight: 500;
font-style: italic; }

.fs-navigation-overlay-right-nav.fs-navigation-enabled, .fs-navigation-push-right-nav.fs-navigation-enabled {
transform: translate3D(100%,0,0);
}


/* ------------------------------------------------------------ clear Fix */

.cfx:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.cfx { min-height: 0px; }
* html .cfx {
  height: 0px;
}


/* ------------------------------------------------------------ btn */
.link a{ float: left; display: flex; align-items: center; justify-content: center; flex-direction: column; width: calc(100% / 2 - 10px); height: 77px; background: #FFCD00; line-height: 160%; border-radius: 50px; text-align: center; }
.link a:first-of-type{ margin: 0 10px 0 0; }

.link.single a{ float: none; margin: 0 auto; }
.link.single a:first-of-type{ margin: 0 auto; }

.link small{ font-size: 13px; }
.link strong{ font-size: 19px; font-family: 'Noto-Sans-JP-Regular'; }


/* ------------------------------------------------------------ fv */
#fv{ display: flex; align-items: center; width: 100%; /* height: 100vh; */ height: 70vh; min-height: 800px; }
#fv .txt{ margin: 0 0 0 5%; width: 90%; }


/* ------------------------------------------------------------ case */
.case{ padding: 50px 0 0; }
.case .case_ttl{ width: 150px; text-align: center; font-size: 29px; background: url(../images/common/stroke_02.svg) center bottom/140px no-repeat; }

.case .case_slider{ padding: 35px 0 0; }
.case .case_slider .slider_item{ float: left; width: calc(100% / 4 - 12px); margin: 0 15px 0 0; }
.case .case_slider .slider_item:last-of-type{ margin: 0; }

.case .case_slider .slider_item img{ width: 100%; height: auto; }

.case .case_slider .slider_item .description{ padding: 13px 0 0; }
.case .case_slider .slider_item .case_sub{ padding: 0 0 10px; font-size: 20px; text-align: center; }
.case .case_slider .slider_item .txt{ font-size: 14px; font-family: 'Noto-Sans-JP-Regular'; line-height: 200%; }


/* ------------------------------------------------------------ cta */
.cta{ position: relative; z-index: 1; }
.cta .bg{ padding: 50px 0; color: #fff; }
.cta .txt{ width: 500px; margin: 0 0 0 5%; }
.cta .txt h3{ padding: 0 0 20px; font-size: 43px; color: #fff; line-height: 150%; letter-spacing: 0.2em; font-family: 'Noto-Sans-JP-Regular'; }
.cta .txt h3 small{ display: block; padding: 0 0 25px; font-size: 20px; line-height: 1; letter-spacing: 0; }
.cta .txt h3 span{ display: block; padding: 20px 0 0; font-size: 14px; line-height: 230%; letter-spacing: 0.23em; }
.cta .txt a{ width: 300px; height: 65px; border-radius: 50px; display: flex; align-items: center; justify-content: center; text-align: center; background: #FFCD00; font-size: 17px; color: #000; }

.cta.pine .bg{ background: url(../images/common/cta_pin.jpg) center/cover no-repeat; }

.cta.banana .bg{ background: url(../images/common/cta_bnn.jpg) center/cover no-repeat; }
.cta.banana .txt{ width: 545px;}
.cta.banana .txt h3 small{ letter-spacing: 0.2em;}

/* ------------------------------------------------------------ cta_green */
.cta_green{ padding: 85px 0 105px; background: url(../images/common/bg_bnr.jpg) right bottom/cover no-repeat; color: #fff; text-align: center; }
.cta_green h3{ padding: 0 0 35px; font-size: 37px; font-family: 'Noto-Sans-JP-Bold'; }
.cta_green p{ padding: 0 0 50px; font-size: 18px; line-height: 200%; font-family: 'Noto-Sans-JP-Regular'; }
.cta_green a{ display: flex; width: 670px; height: auto; margin: 0 auto; }
.cta_green a img{ width: 100%; height: auto; }


/* ------------------------------------------------------------ interval */
.interval{ width: 100%; padding: 0 0 25px; }
.interval img{ width: 100%; height: auto; }

.space{ width: 1080px; margin: 0 auto; }
.space img{ width: 100%; height: auto; }


/* ------------------------------------------------------------ gloval */
#gloval{ padding: 45px 0 75px; }
#gloval ul{ display: flex; align-items: center; justify-content: space-between; }
#gloval ul li{ margin: 0 0 20px; position: relative; width: 220px; font-size: 17px; text-align: center; z-index: 1;}

#gloval ul li:before,
#gloval ul li:after{ position: absolute; content: ""; z-index: -1;}
#gloval ul li:before{ width: 100%; height: 74px; top: 0; right: 0; border-right: 1px solid #DEDEDE; }
#gloval ul li:first-of-type:before{ border-left: 1px solid #DEDEDE; }

#gloval ul li a{ position: relative; display: flex; height: 74px; display: flex; align-items: center; justify-content: center; padding: 10px 0 30px; }
#gloval ul li a:after{ position: absolute; content: ""; bottom: 0; left: 50%; width: 13px; height: 13px; transform: translate(-50%,0) rotate(45deg); border-right: 2px solid #FDCD01; border-bottom: 2px solid #FDCD01; }


/* ------------------------------------------------------------ list_com */
.mid_bg{ padding: 0 0 145px; background: url(../images/common/bgC_06.png) center bottom no-repeat; }
#list_com{ padding: 110px 0 30px; background: url(../images/common/bgC_04.png) center top no-repeat; }
#list_com h3{ padding: 0 0 50px; font-size: 36px; text-align: center; }

#list_com li{ float: left; width: 580px; margin: 0 40px 70px 0; }
#list_com li:nth-of-type(even){ margin-right: 0; }

#list_com li figure{ margin-bottom: -30px; }
#list_com li figure .item{ width: 100%; height: auto; }
#list_com li figcaption{ position: relative; top: -60px; font-size: 23px; text-align: center; }
#list_com li figcaption img{ width: 85px; height: auto; margin: 0 15px 0 0; vertical-align: sub; }
#list_com li figcaption span{ position: relative; bottom: 15px; }

#list_com .link{ width: 90%; margin: 0 auto; }
#list_com .link.single a{ width: 367px; }


/* ------------------------------------------------------------ nutrition */
#nutrition{ overflow: hidden; padding: 100px 0 0; background: url(../images/common/bgC_05.png) center top/500px no-repeat; }
#nutrition h3{ padding: 0 0 40px; font-size: 40px; text-align: center; }

#nutrition .slider_item{ float: left; width: 350px; height: 300px; margin: 0 40px; background: #fff; filter: drop-shadow(5px 10px 16px rgba(0,0,0,0.2)); }
#nutrition .slider_item img{ width: 100%; height: auto; }
#nutrition .slider_item figcaption{ padding: 18px 0 10px; font-size: 18px; text-align: center; }
#nutrition .slick-slider .slick-track, .slick-slider .slick-list{ padding: 0 0 40px;  }


/* ------------------------------------------------------------ nutrition */
#recipe{ position: relative; z-index: 1; padding: 70px 0 0 ;background: url(../images/common/bgC_04.png) center 0/500px no-repeat; }
#recipe h3{ padding: 0 0 30px; font-size: 40px; text-align: center; }
#recipe .flex{ display: flex; flex-wrap: wrap; }
#recipe .recipe_item{ width: 22.91666667%; max-width: 22.91666667%; min-width: 0; flex: 0 0 22.91666667%;  margin-left: 1.04166667%; margin-right: 1.04166667%; }


.altitude h4{ font-size: 37px; line-height: 150%; padding: 0 0 40px; text-align: center; }

.list_01 li{ display: flex; align-items: center; justify-content: space-between; margin: 0 0 20px; padding: 30px 50px 30px 30px; background: #fff; }
.list_01 li img{ width: 400px; height: auto; }
.list_01 li .detail{ width: 570px; }
.list_01 li .detail h5{ padding: 0 0 20px; font-size: 32px; }
.list_01 li .detail p{ font-size: 15px; line-height: 160%; font-family: 'Noto-Sans-JP-Regular'; }


/* ------------------------------------------------------------ sec01 */
.feature{ color: #fff; }
.feature .ecuador{ background: url(../images/taste/bg_01.jpg) center/cover no-repeat; }
.feature .vietnam{ background: url(../images/taste/bg_02.jpg) center/cover no-repeat; }
.feature .flex{ height: 550px; display: flex; align-items: center; }
.feature .area:nth-of-type(odd) .flex{ justify-content: flex-end; }

.feature .txt{ width: 440px; }
.feature .txt h3{ margin: 0 0 40px; font-size: 32px; }
.feature .txt p{ font-size: 18px; line-height: 180%; }


/* ------------------------------------------------------------ sec02 */
.list_02 li{ display: flex; justify-content: space-between; margin: 0 0 80px; }
.list_02 li .txt{ width: 510px; }
.list_02 li.list_box .txt{ width: 270px; }
.list_02 li .txt h5{ padding: 0 0 10px; font-size: 30px; 0 0 15px; }
.list_02 li .txt h5 span{ display: block; margin: 0 0 5px; width: 90px; height: 90px; background: #fff; border-radius: 50px; color: #EA699C; font-family: "futura-pt", sans-serif; font-weight: 500; font-style: italic; font-size: 40px; text-align: center; padding: 14px 0 0; }
.list_02 li .txt p{ padding: 0 5% 0 0; font-size: 18px; line-height: 180%; font-family: 'Noto-Sans-JP-Regular'; }

.list_02 li figure{ position: relative; width: 570px; }
.list_02 li figure img{ width: 525px; height: auto; padding: 40px 0 0; }
.list_02 li figure figcaption{ top: 0; right: 0; position: absolute; padding: 35px 0 0; width: 120px; height: 120px; color: #fff; background: #000; font-family: "futura-pt", sans-serif; font-weight: 400; font-style: normal; border-radius: 10px; font-size: 32px; text-align: center; }
.list_02 li figure figcaption span{ font-family: 'Noto-Sans-JP-Light'; font-size: 28px; }

.list_02 li .list{ width: 830px;}
.list_02 li .list dl{ /* min-height: 180px; */ padding: 30px 130px 30px 0; border-bottom: 1px solid #A0A0A0; }
.list_02 li .list dl:last-of-type{ border: none; }
.list_02 li .list dl dt{ padding: 0 0 10px; font-size: 26px; }
.list_02 li .list dl dd{ margin: 0; font-size: 18px; line-height: 190%; font-family: 'Noto-Sans-JP-Regular'; }

.list_02 li .list dl.summer{ background: url(../images/taste/bana_01.svg) right center/60px no-repeat; }
.list_02 li .list dl.winter{ background: url(../images/taste/bana_02.svg) right center/60px no-repeat; }
.list_02 li .list dl.nomal{ background: url(../images/taste/bana_03.svg) right center/60px no-repeat; }


/* ------------------------------------------------------------ sec03 */
.patern_01{ margin: 0 0 150px; padding: 90px 0 0; }
.patern_01 li{ display: flex; justify-content: center; align-items: center; }
.patern_01 li:nth-of-type(odd){ flex-direction: row-reverse; }
.patern_01 li .txt{ display: flex; justify-content: center; width: 50%; /* height: 650px; */ height: 50%; padding: 0 8%; flex-direction: column; }
.patern_01 li .txt h4{ font-size: 35px; }
.patern_01 li .txt p{ padding: 32px 0 0; font-size: 18px; }
.patern_01 li img{ width: 50%; /* height: 650px; */ height: 50%; object-fit: cover; object-position: top left; }

.patern_01 li:nth-of-type(even) .txt{ margin: 0 0 0 auto; }


.list_03{ padding: 85px 5%; width: 1300px; margin: 0 auto; background: #FFFAB1; }
.list_03 h4{ padding: 0 0 70px; font-size: 40px; text-align: center; }
.list_03 li{ display: flex; justify-content: space-between; margin: 0 0 60px; }
.list_03 li:last-of-type{ margin: 0; }

.list_03 li .txt{ width: 520px; }
.list_03 li .txt h5{ padding: 0 0 10px; font-size: 32px; 0 0 15px; }
.list_03 li .txt h5 span{ display: block; margin: 0 0 5px; width: 90px; height: 90px; background: #fff; border-radius: 50px; color: #EA699C; font-family: "futura-pt", sans-serif; font-weight: 500; font-style: italic; font-size: 40px; text-align: center; padding: 14px 0 0; }
.list_03 li .txt p{ font-size: 18px; font-family: 'Noto-Sans-JP-Regular'; }

.list_03 li figure{ position: relative; width: 540px; padding: 15px 25px; background: #FFFCE2; }
.list_03 li.ltGy figure{ background: #F4F0C8; }
.list_03 li figure img{ position: absolute; left: 50%; top: 70px; transform: translate(-50%,0); width: 55%; height: auto; }
.list_03 li figcaption{ font-size: 21px; font-family: 'Noto-Sans-JP-Regular'; }
.list_03 li figcaption span{ padding: 0 15px 0 0; vertical-align: middle; line-height: 1; font-size: 42px; font-family: "futura-pt", sans-serif; font-weight: 300; font-style: normal; }

/* ------------------------------------------------------------ sec05 */
.patern_02{ padding: 100px 0 0; }
.patern_02 li{ display: flex; flex-direction: row-reverse; }
.patern_02 li:nth-of-type(odd){ flex-direction: row; }
.patern_02 li .txt{ display: flex; width: 50%; min-height: 995px; padding: 10px 10% 2% 5%; flex-direction: column; }
.patern_02 li .txt h4{ font-size: 35px; }
.patern_02 li .txt h4 small{ display: block; font-size: 16px; font-family: 'Noto-Sans-JP-Regular'; }
.patern_02 li .txt p{ padding: 32px 0 20px; font-size: 18px; line-height: 160%; font-family: 'Noto-Sans-JP-Regular'; }
.patern_02 li img{ width: 50%; height: 995px; object-fit: cover; }

.patern_02 li dl{ margin: 0 0 15px; padding: 15px 18px; border: 1px solid #000; }
.patern_02 li dl dt{ font-size: 20px; padding: 0 0 10px; }
.patern_02 li dl dd{ font-size: 15px; line-height: 180%; font-family: 'Noto-Sans-JP-Regular'; margin: 0; }

.patern_02 li figure{ width: 100%; }
.patern_02 li figure img{ width: 100%; height: auto; }

.patern_02 li:nth-of-type(even) .txt{ justify-content: center; margin: 0 0 0 auto; }


/* ------------------------------------------------------------ sec06 */
.page_link li{ position: relative; float: left; width: calc(100% / 3); height: 600px; }
.page_link li a{ display: block; width: 100%; height: 100%; }
.page_link li p{ position: absolute; bottom: 50px; left: 5%; font-size: 26px; line-height: 160%; color: #fff; }
.page_link li p small{ display: block; padding: 0 0 15px; line-height: 1; font-size: 14px; letter-spacing: 0.23em; font-family: 'Noto-Sans-JP-Regular'; }

.page_link li:first-of-type{ background: url(../images/common/link_01.jpg) center/cover no-repeat; }
.page_link li:nth-of-type(2){ background: url(../images/common/link_02.jpg) center/cover no-repeat; }
.page_link li:nth-of-type(3){ background: url(../images/common/link_03.jpg) center/cover no-repeat; }


.message{ position: relative; padding: 110px 0 150px; z-index: 1; background: url(../images/common/bgC_09.png) center -280px/100% no-repeat; }
.message:after{ position: absolute; content: ""; bottom: -160px; left: calc(50% + 300px); width: 355px; height: 436px; background: url(../images/common/swotio.svg) center/cover no-repeat; z-index: -1; }
.message .flex{ display: flex; align-items: center; }

.message figure{ position: relative; width: 50%; max-width: 800px; /* height: 634px; */ object-fit: cover; z-index: 1; }
.message figure:after{ position: absolute; bottom: -60px; left: 0; content: ""; width: 90%; height: 100%; background-color: #FDCD03; z-index: -1; }
.message img{ width: 100%; height: auto; }

.message .txt{ width: 50%; margin-top: -70px; padding: 0 5%; }
.message .txt h4{ padding: 0 0 80px; font-size: 32px; line-height: 150%; }
.message .txt p{ font-size: clamp(20px,1.5vw,24px); line-height: 200%; }

.list_04{ position: relative; z-index: 1; }
.list_04 article{ padding: 0 0 140px; overflow: hidden; }

.list_04 article:first-of-type .txt{ background: url(../images/common/bgC_08.png) calc(50% - 190px) 120px no-repeat; }
.list_04 article:nth-of-type(2) .txt{ background: url(../images/common/bgC_04.png) calc(50% + 490px) 120px no-repeat; }

.list_04 article .item{ display: block; width: 1300px; height: auto; margin: 0 auto; }
.list_04 article .item.SP{ display: none; }

.list_04 article .txt h5{ width: 1155px; position: relative; left: calc(50% - 654px); top: -70px; margin: 0 0 35px; padding: 70px 10px 10px 50px; font-size: 50px; background: #fff; border-radius: 0 30px 30px 0; }
.list_04 article .txt h5 small{ display: block; font-size: 27px; }

.list_04 article li h6{ font-size: 26px; }
.list_04 article li p{ font-size: 18px; padding: 25px 0 0; font-family: 'Noto-Sans-JP-Regular'; line-height: 180%; }

.list_04 article .listA{ display: flex; justify-content: space-between; align-items: flex-start; padding: 0 0 50px; margin: 0 0 50px; }
.list_04 article .listA img{ width: 500px; height: auto; }
.list_04 article .listA .box{ width: 50%; margin-top: -10px;  }

.list_04 article .listB{ flex-direction: column; }
.list_04 article .listB img{ width: 100%; height: auto; }
.list_04 article .listB .box{ width: 100%; margin: 0; padding: 70px 0 0; }


/* ------------------------------------------------------------ sec07 */
.list_05 article{ }
.list_05 article .pic{ width: 100%; }
.list_05 article .pic .flex{ height: 750px; display: flex; padding-top: 118px; }
.list_05 article:first-of-type .pic .flex{ justify-content: flex-end;  }

.list_05 article .pic .txt{ width: 50%; color: #fff; }
.list_05 article .pic .txt h3{ font-size: 32px; padding: 0 0 40px; letter-spacing: 0.23em; line-height: 150%; font-family: 'Noto-Sans-JP-Regular'; }
.list_05 article .pic .txt h3 small{ display: block; padding: 7px 0 0; font-size: 20px; letter-spacing: initial; line-height: 1; font-family: 'Noto-Sans-JP-Regular'; }
.list_05 article .pic .txt p{ line-height: 220%; font-size: 18px; }

.list_05 article .txt_box{ padding: 75px 0 180px; background: url(../images/common/bgC_11.png) center/cover no-repeat; }
.list_05 article .txt_box .flex{ display: flex; justify-content: space-between; }
.list_05 article .txt_box img{ width: 500px; height: auto; }
.list_05 article .txt_box .txt{ width: 50%; }
.list_05 article .txt_box .txt h4{ font-size: 26px; line-height: 150%; }
.list_05 article .txt_box .txt p{ padding: 30px 0 0; font-size: 18px; font-family: 'Noto-Sans-JP-Regular'; }

.list_05 article .pic .flex.doble{justify-content: space-between; height: 850px; padding-top: 66px; }
.list_05 article .pic .flex.doble h3{ padding: 0 0 55px; font-size: 40px; }

.list_05 article:first-of-type .pic{ background: url(../images/scm/pic_09.jpg) center top/cover no-repeat; }
.list_05 article:nth-of-type(2) .pic{ background: url(../images/scm/pic_11.jpg) center top/cover no-repeat; }


/* ------------------------------------------------------------ sec08 */
.youtube_box{ padding: 40px 0; background: url(../images/common/bg_10.jpg) center/cover no-repeat; }
.yt_frame{ width: 800px; margin: 0 auto; }
.yt_wrapper{ position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; }
.yt_wrapper iframe{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


.patern_03{ padding: 95px 0; }
.patern_03 .number01{ padding: 0 0 80px; }
.patern_03 .number02{ padding: 0 0 125px; }
.patern_03 .number03{ padding: 0 0 100px; }
.patern_03 .number04{ padding: 0 0 105px; }
.patern_03 .number05{ padding: 0 0 110px; }

.patern_03 h4{ display: flex; align-items: center; padding: 0 0 30px; }
.patern_03 h4 span{ font-size: 40px; line-height: 140%; }
.patern_03 h4 img{ margin: 0 20px 0 0; }
.patern_03 h5{ font-size: 26px; line-height: 140%; }
.patern_03 p{ padding: 30px 0 0; font-size: 18px; font-family: 'Noto-Sans-JP-Regular'; }

.patern_03 .top .item img{ width: 100%; height: auto; }
.patern_03 .top h4{ text-align: center; justify-content: center; align-items: center; }

.patern_03 .text01{ display: flex; justify-content: space-between; align-items: flex-start; padding: 30px 0 0; }
.patern_03 .text01 img{ width: 300px; height: auto; padding: 10px 0 0; }
.patern_03 .text01 .txt{ width: 720px; }

.patern_03 .pic_block .box{ display: flex; justify-content: space-between; }
.patern_03 .pic_block .txt{ width: 495px; }
.patern_03 .pic_block .pic{ width: 550px; }
.s_pic{ padding: 5px 0 0; }
.s_pic img{ float: left; margin: 0 2% 0 0; width: 49%; display: block; }
.s_pic img:last-of-type{ margin: 0; }
.s_pic.SP{ display: none; }

.patern_03 .flex{ display: flex; }
.patern_03 .flex figure{ width: 50%; object-fit: cover; }
.patern_03 .flex figure img{ width: 100%; object-fit: cover; height: 508px; }
.patern_03 .flex .txt{ width: 50%; height: 508px; padding: 0 4%; }

.patern_03 .flex_r{ display: flex; flex-direction: row-reverse; }
.patern_03 .flex_r figure{ width: 50%; object-fit: cover; }
.patern_03 .flex_r figure img{ width: 100%; object-fit: cover; height: 508px; }
.patern_03 .flex_r .txt{ width: 50%; padding: 0 4% 0 15%; }

.patern_03 .long .item{ width: 100%; height: auto; }
.patern_03 .text02{ padding: 30px 0 0; } 

.patern_03 .two ul{ display: flex; justify-content: space-between; }
.patern_03 .two ul li{ width: 540px; padding: 0 18px 0 0; }
.patern_03 .two ul li:nth-of-type{ padding-right: 0; }


/* ------------------------------------------------------------ sec09 */
.list_04 article .listC{ display: flex; justify-content: space-between; }
.list_04 article .listC p{ width: 490px; padding: 0; }

.list_04 article .listC .pic{ width: 500px; margin: 0 50px 0 0; }
.list_04 article .listC img{ width: 100%; height: auto; }
.list_04 article .listC .s_pic img{ width: 49%; height: auto; }

.list_04 article .listC .w_box{ position: relative; }
.list_04 article .listC .view{ margin: 75px 0 0; padding: 29px 10px; line-height: 160%; border-radius: 15px; text-align: center; background: #fff; }
.list_04 article .listC .view a{ border-bottom: 1px solid #1680B9; color: #1680B9; }

.list_04 article .all img{ width: 100%; height: auto; }
.list_04 article .all .box{ padding: 50px 0 0; }
.list_04 article .all .box p strong{ display: block; padding: 0 0 25px; font-size: 18px; }
.list_04 article .all .box p span{ display: block; padding: 0 0 70px; }


.list_04 article .example{ width: 480px; padding: 40px 0 0; }
.list_04 article .example dl{ padding: 0 0 20px; display: flex; justify-content: space-between; }
.list_04 article .example dl:last-of-type{ padding: 0; }
.list_04 article .example dt{ width: 207px; }
.list_04 article .example dt img{ width: 100%; height: auto; }
 
.list_04 article .example dd{ width: 250px; font-size: 20px; line-height: 150%; }
.list_04 article .example dd span{ display: inline-block; margin: 0 0 5px; padding: 1px 10px; font-size: 14px; background: #FCD014; }
.list_04 article .example dd small{ font-size: 20px; }

.list_04 #link05 .txt{ background: url(../images/common/bgC_04.png) calc(50% - 100px) bottom/870px no-repeat; }
.list_04 #link06 .txt{ background: url(../images/common/bgC_12.png) 105% 100px/470px no-repeat; }


/* ------------------------------------------------------------ sec10 */
.list_06{ padding: 105px 0 70px; background: url(../images/area/bg_04.png) center/cover no-repeat; }
.list_06 li{ float: left; width: 500px; height: 510px;margin-right: 100px;  }
.list_06 li:nth-of-type(2n){ margin-right: 0; }
 
.list_06 li figure{ margin-bottom: -50px; }
.list_06 li figure img{ width: 100%; height: auto; }
.list_06 li figcaption{ position: relative; display: inline-block; top: -60px; padding: 23px 20px; background: #fff; font-size: 23px; }

.list_06 li p{ font-size: 18px; line-height: 200%; font-family: 'Noto-Sans-JP-Regular'; }





/* ------------------------------------------------------------
	mobile 
------------------------------------------------------------ */
@media only screen and (max-width: 640px) {

	body{ min-width: 100%; }
	.footer{ margin: 50px 0 0; }
	.fs-navigation-overlay-right-nav.fs-navigation-enabled, .fs-navigation-push-right-nav.fs-navigation-enabled{ transform: translate3D(100%,0,0); }
	
	.PC{ display: none; }
	.SP{ display: block; }
	
	.page_wrapper{ grid-auto-columns: 100%; }
	.inner,
	.s_inner{ width: 90%; padding: 0; }
	
	.line_deco:after{ width: 30px; height: 2px; }


/* ------------------------------------------------------------ btn */
	.link a{ float: none; width: 100%; height: 60px; font-size: 14px; text-align: center; }
	.link a:first-of-type{ margin: 0 0 20px; }
	
	.link.single a{ width: 100%; }
	.link small{ font-size: 11px; line-height: 120%; }
	.link strong{ font-size: 14px; }


/* ------------------------------------------------------------ fv */
	#fv { min-height: auto;}


/* ------------------------------------------------------------ case */
	.case{ overflow: hidden; padding: 20px 0 0; }
	.case .case_ttl{ width: 100px; font-size: 20px; background: url(../images/common/stroke_02.svg) center bottom/100px no-repeat; padding: 0 0 5px; }
	
	.case .case_slider{ width: 100vw; padding: 25px 0 0; }
	.case .case_slider .slider_item{ width: 250px; margin: 0 25px 0 0; }
	.case .case_slider .slider_item .description{ padding: 10px 0 0; }
	.case .case_slider .slider_item .case_sub{ padding: 0 0 5px; font-size: 15px; }
	.case .case_slider .slider_item .txt{ font-size: 13px; line-height: 180%; }


/* ------------------------------------------------------------ cta */
	.cta .bg{ background: url(../images/common/cta_pin-sp.jpg) center/cover no-repeat; }
	.cta .txt{ width: 100%; margin: 0; padding: 0 5%; }
	.cta .txt h3{ padding: 0 0 32px; font-size: 30px; }
	.cta .txt h3 small{ padding: 0 0 17px; font-size: 12px; letter-spacing: 0.23em; }
	.cta .txt h3 span{ padding: 10px 0 0; font-size: 11px; line-height: 200%; letter-spacing: 0.2em; }
	.cta .txt a{ width: 100%; height: 60px; font-size: 14px; }
	
	.cta.banana .bg{ background: url(../images/common/cta_bnn-sp.jpg) center/cover no-repeat; }
	.cta.banana .txt{ width: 100%;}
	.cta.banana .txt h3 small{ letter-spacing: 0.23em;}
	.cta .txt h3 span{ letter-spacing: 0.11em;}

/* ------------------------------------------------------------ cta_green */
	.cta_green{ padding: 60px 0; background: url(../images/common/bg_bnr-sp.jpg) center bottom/cover no-repeat; }
	.cta_green h3{ padding: 0 5% 25px; font-size: 20px; }
	.cta_green p{ padding: 0 5% 40vw; font-size: 14px; text-align: left; }
	.cta_green a{ width: 90%; }


/* ------------------------------------------------------------ interval */
	

/* ------------------------------------------------------------ gloval */
	#gloval{ padding: 25px 0; }
	#gloval ul{ flex-wrap: wrap; }
	#gloval ul li{ margin: 0; width: 50%; }
	
	#gloval ul li:before{ width: 100%; height: 60px; }
	#gloval ul li:after{ width: 90%; height: 60px; border-bottom: 1px solid #DEDEDE; bottom: 8px; left: 50%; transform: translate(-50%,0); }
	#gloval ul li:nth-of-type(odd):before{ border-left: 1px solid #DEDEDE; }
/* 	#gloval ul li:nth-last-child(-n+2):after{ border: none; } */
	
	#gloval ul li a{ margin: 0 0 15px; padding: 0; padding: 0 0 20px; font-size: 14px; height: 65px; }
	#gloval ul li a:after{ bottom: 5px; }


/* ------------------------------------------------------------ list_com */
	.mid_bg{ padding: 0 0 55px; background: none; }
	#list_com{ padding: 60px 0 15px; background: url(../images/common/bgC_04.png) center top/40% no-repeat; }



/* ------------------------------------------------------------ nutrition */
	#nutrition{ padding: 70px 0 0; background: url(../images/common/bgC_05.png) center top/80% no-repeat; }
	#nutrition h3{ padding: 0 0 20px; font-size: 20px; }
	
	#nutrition .slider_item{ width: 175px; height: 180px; margin: 0 25px; }
	#nutrition .slider_item figcaption{ padding: 2px 0 7px; font-size: 14px; }


/* ------------------------------------------------------------ recipe */
	#recipe{ padding: 30px 0 0; background: url(../images/common/bgC_04.png) center 0/80% no-repeat; }
	#recipe h3{ padding: 0 0 25px; font-size: 20px; }
	
	#recipe .recipe_item{ width: 47.91666667%; max-width: 47.91666667%; min-width: 0; flex: 0 0 47.91666667%; }


/* ------------------------------------------------------------ sec01 */
	.altitude h4{ font-size: 25px; padding: 0 0 24px; }
	
	.list_01 li{ margin: 0 0 25px; padding: 25px; flex-direction: column; }
	.list_01 li img{ width: 100%; }
	
	.list_01 li .detail{ width: 100%; padding: 15px 0 0; }
	.list_01 li .detail h5{ padding: 0 0 15px; font-size: 17px; text-align: center; }
	.list_01 li .detail p{ font-size: 13px; }
	
	
	.feature .area{ padding: 40px 0; }
	.feature .ecuador{ background: url(../images/taste/bg_01-sp.jpg) center/cover no-repeat; }
	.feature .vietnam{ background: url(../images/taste/bg_02-sp.jpg) center/cover no-repeat; }
	
	.feature .flex{ align-items: flex-end; height: 650px; }
	.feature .txt{ width: 100%; }
	.feature .txt h3{ margin: 0 0 20px; font-size: 20px; }
	.feature .txt p{ font-size: 14px; line-height: 200%; }


/* ------------------------------------------------------------ sec02 */
	.list_02 li{ flex-direction: column; margin: 0 0 35px; }
	.list_02 li .txt{ width: 100%; }
	.list_02 li .txt h5{ display: flex; align-items: center; font-size: 17px; }
	.list_02 li .txt h5 span{ width: 63px; height: 63px; font-size: 28px; padding: 10px 0 0; margin: 0 25px 0 0; }
	.list_02 li .txt h5 strong{ width: 70%; }
	.list_02 li .txt p{ font-size: 13px; }
	
	.list_02 li figure{ width: 100%; }
	.list_02 li figure img{ width: 95%; padding: 20px 0 0; }
	.list_02 li figure figcaption{ padding: 17px 0 0; width: 60px; height: 60px; font-size: 17px; border-radius: 7px; }
	.list_02 li figure figcaption span{ font-size: 15px; }
	
	.list_02 li .list{ width: 100%; }
	.list_02 li .list dl{ min-height: auto; padding: 25px 30% 25px 0; margin: 0; }
	.list_02 li .list dl:first-of-type{ padding-top: 15px; }
	.list_02 li .list dl dt{ font-size: 15px; }
	.list_02 li .list dl dd{ font-size: 13px; }
	
	.list_02 li .list dl.summer,
	.list_02 li .list dl.winter,
	.list_02 li .list dl.nomal{ background-position: calc(50% + 115px) center;}


/* ------------------------------------------------------------ sec03 */
	.patern_01{ margin: 0 0 50px; padding: 0; }
	.patern_01 li,
	.patern_01 li:nth-of-type(odd){ flex-direction: column-reverse; }
	.patern_01 li img{ width: 100%; height: auto; }
	.patern_01 li .txt{ width: 100%; height: auto; padding: 25px 5% 15px; }
	.patern_01 li .txt h4{ font-size: 24px; }
	.patern_01 li .txt h4.line_deco{ padding: 0 0 13px; }
	.patern_01 li .txt p{ padding: 22px 0 0; font-size: 14px; line-height: 200%; font-family: 'Noto-Sans-JP-Regular'; }
	
	
	.list_03_bg{ padding: 0 0 70px; background: url(../images/common/bg_04-sp.jpg) center top/cover no-repeat; }
	.list_03{ padding: 35px 7%; width: 90%; background: rgba(255,255,255,.4); }
	.list_03 h4{ padding: 0 0 25px; font-size: 22px; }
	.list_03 li{ margin: 0 0 25px; flex-direction: column; }
	
	.list_03 li .txt{ width: 100%; }
	.list_03 li .txt h5{ padding: 0 0 15px; font-size: 17px; }
	.list_03 li .txt h5 span{ width: 45px; height: 45px; font-size: 20px; padding: 7px 0 0; }
	.list_03 li .txt p{ font-size: 13px; padding: 0 0 15px; }
	.list_03 li figure{ width: 100%; padding: 15px 10px; height: 200px; }
	.list_03 li figcaption{ font-size: 12px; }
	.list_03 li figcaption span{ padding: 0 10px 0 0; font-size: 22px; }
	.list_03 li figure img{ top: 55%; left: 50%; transform: translate(-50%,-50%); width: 200px; }


/* ------------------------------------------------------------ sec04 */
	#list_com h3{ padding: 0 0 20px; font-size: 20px; }
	#list_com li{ float: none; width: 100%; margin: 0 0 40px; }
	
	#list_com li figure{ margin-bottom: 0px; }
	#list_com li figcaption{ top: -13px; font-size: 17px; text-align: left; font-family: 'Noto-Sans-JP-Bold'; padding: 0 5%; }
	#list_com li figcaption img{ width: 55px; margin: 0 10px 0 0; }
	
	#list_com .link a:first-of-type{ margin: 0 0 10px; }
	#list_com .link.single a{ width: 100%; }
	

/* ------------------------------------------------------------ sec05 */
	.patern_02{ padding: 25px 0 0; }
	.patern_02 li,
	.patern_02 li:nth-of-type(odd){ flex-direction: column; }
	
	.patern_02 li img{ width: 100%; height: auto; }
	
	.patern_02 li .txt{ width: 100%; min-height: auto; padding: 25px 5% 0; margin: 0 0 25px; }
	.patern_02 li:nth-of-type(even) .txt{ margin: 0 0 25px; }
	.patern_02 li .txt h4{ font-size: 25px; }
	.patern_02 li .txt h4 small{ font-size: 14px; }
	.patern_02 li .txt p{ padding: 25px 0; font-size: 14px; line-height: 200%; }
	
	.patern_02 li dl{ margin: 0 0 20px; padding: 25px; }
	.patern_02 li dl dt{ font-size: 17px; padding: 0 0 15px; }
	.patern_02 li dl dd{ font-size: 13px; line-height: 200%; }
	
	.patern_02 li figure{ width: 100%; }

	
/* ------------------------------------------------------------ sec06 */
	.page_link li{ float: none; width: 100%; height: 150px; }
	.page_link li p small{ padding: 0 0 5px; }
	.page_link li p{ bottom: 20px; font-size: 20px; }
	
	.page_link li:first-of-type{ background: url(../images/common/link_01-sp.jpg) center/cover no-repeat; }
	.page_link li:nth-of-type(2){ background: url(../images/common/link_02-sp.jpg) center/cover no-repeat; }
	.page_link li:nth-of-type(3){ background: url(../images/common/link_03-sp.jpg) center/cover no-repeat; }
	
	
	.message{ padding: 40px 0 90px; overflow: hidden; }
	.message:after{ bottom: 380px; left: calc(50% + 70px); width: 120px; height: 153px; }
	.message .flex{ flex-direction: column-reverse; align-items: initial; }
	.message figure{ width: 95%; height: auto; }
	.message figure:after{ bottom: -30px; width: 90%; height: 280px; }
	
	.message .txt{ width: 100%; margin-top: 0; }
	.message .txt h4{ padding: 0 0 15px; font-size: 25px; }
	.message .txt p{ font-size: 15px; padding: 0 0 40px; line-height: 170%; }
	
	
	.list_04 article{ padding: 0 0 10px; }
	.list_04 article .item.PC{ display: none; }
	.list_04 article .item.SP{ display: block; }
	.list_04 article .item{ width: 100%; }
	
	.list_04 article .txt h5{ width: 95%; left: 0; top: -40px; margin-bottom: -10px; padding: 25px 25px 0; font-size: 25px; border-radius: 0 20px 20px 0; line-height: 130%; }
	.list_04 article .txt h5 small{ font-size: 14px; }
	
	.list_04 article li{ padding: 0 0 50px; flex-direction: column; }
	.list_04 article li img{ width: 100%; }
	.list_04 article li .box{ width: 100%; margin-top: 0; padding: 25px 0 0; }
	.list_04 article li h6{ font-size: 18px; }
	.list_04 article li p{ font-size: 13px; }
	
	.list_04 article .listA{ margin: 0; }
	.list_04 article .listA .box{ width: 100%; margin-top: 0; }
	.list_04 article .listA img{ width: 100%; }
	
	.list_04 article .listB .box{ padding: 30px 0 0; }
	
	.list_04 article:first-of-type .txt{ background: url(../images/common/bgC_08.png) center no-repeat; }
	.list_04 article:nth-of-type(2) .txt{ background: url(../images/common/bgC_04.png) calc(50% - 200px) 220px no-repeat; }
	
	.list_04 article.all li .box{ padding: 30px 0 0; }


/* ------------------------------------------------------------ sec07 */
	.list_05 article:first-of-type .pic{ background: url(../images/scm/pic_09-sp.jpg) center top/cover no-repeat; }
	.list_05 article:nth-of-type(2) .pic{ background: url(../images/scm/pic_11-sp.jpg) center bottom/cover no-repeat; }
	
	.list_05 article .pic .flex{ height: auto; min-height: 500px; padding-top: 56px; align-items: initial; }
	.list_05 article .pic .txt{ width: 100%; }
	.list_05 article .pic .txt h3{ font-size: 25px; padding: 0 0 20px; }
	.list_05 article .pic .txt h3 small{ font-size: 15px; }
	.list_05 article .pic .txt p{ font-size: 13px; padding: 0 0 30px; line-height: 190%;  }
	
	.list_05 article .txt_box{ padding: 50px 0 40px; }
	.list_05 article .txt_box .flex{ flex-direction: column; }
	.list_05 article .txt_box img{ width: 100%; }
	
	.list_05 article .txt_box .txt{ width: 100%; padding: 30px 0 0; }
	.list_05 article .txt_box .txt h4{ font-size: 18px; }
	.list_05 article .txt_box .txt p{ font-size: 15px; }
	
	.list_05 article .pic .flex.doble{ flex-direction: column; justify-content: flex-start; padding: 15vw 0 40vw;  }
	.list_05 article .pic .flex.doble img{ width: 100%; height: auto; }


/* ------------------------------------------------------------ sec08 */
	.yt_frame{ width: 90%; }
	
	.patern_03{ padding: 40px 0; }
	.patern_03 .number02{ padding: 0 0 50px; }
	.patern_03 .number01,
	.patern_03 .number03,
	.patern_03 .number05,
	.patern_03 .number04{ padding: 0 0 60px; }
	.patern_03 .number05 h4,
	.patern_03 .number06 h4{ padding: 0 0 45px; }
	
	.patern_03 h4{ padding: 0 0 25px; }
	.patern_03 h4 img{ width: 25px; height: auto; }
	.patern_03 h4 span{ font-size: 25px; text-align: left; }
	.patern_03 h5{ font-size: 18px; }
	.patern_03 p{ font-size: 13px; }
	
	.patern_03 .top h4{ text-align: left; }
	.patern_03 .top .item{ width: 100%; height: auto; }
	
	.patern_03 .text01{ flex-direction: column-reverse; }
	.patern_03 .text01 img{ width: 50%; padding: 30px 0 0; }
	.patern_03 .text01 .txt{ width: 100%; }
	
	.patern_03 .pic_block .box{ flex-direction: column; }
	.patern_03 .pic_block .txt{ width: 100%; }
	.patern_03 .pic_block .pic{ width: 100%; padding: 0 0 15px; }
	.patern_03 .pic_block .pic .pic_top{ width: 100%; height: auto; }
	
	.s_pic.PC{ display: none; }
	.s_pic.SP{ display: block; }
	.s_pic{ padding: 20px 0 0; }
	.s_pic img{ width: 48%; height: auto; margin: 0 3% 0 0; }
	
	.patern_03 .flex{ flex-direction: column-reverse; }
	.patern_03 .flex .txt{ height: auto; padding: 0; width: 90%; margin: 0 auto; }
	.patern_03 .flex figure{ width: 100vw; height: auto; margin: 0 calc(50% - 50vw); padding: 0 0 30px; }
	.patern_03 .flex figure img{ height: auto; }
	
	.patern_03 .flex_r{ flex-direction: column-reverse; }
	.patern_03 .flex_r .txt{ height: auto; padding: 0; width: 90%; margin: 0 auto; }
	.patern_03 .flex_r .item{ width: 100vw; height: auto; margin: 0 calc(50% - 50vw); padding: 0 0 30px; }
	.patern_03 .flex_r figure{ width: 100%; }
	
	.patern_03 .two ul{ flex-direction: column; }
	.patern_03 .two ul li{ width: 100%; padding: 0 0 30px; }
	.patern_03 .two ul li:last-of-type{ padding: 0; }
	.patern_03 .two ul li img{ width: 100%; height: auto; }
	.patern_03 .two ul li p{ padding: 15px 0 0; }


/* ------------------------------------------------------------ sec09 */
	.list_04 article .listC p{ width: 100%; padding: 0 0 30px; }
	.list_04 article .listC .pic{ width: 100%; margin: 0; }
	.list_04 article .listC .s_pic{ padding: 0; }
	.list_04 article .listC .s_pic img{ width: 49%; height: auto; margin: 0 2% 0 0; }
	.list_04 article .listC .s_pic img:last-of-type{ margin: 0; }
	
	.list_04 article .listC .view{ margin: 0 0 30px!important; padding: 15px 10px; border-radius: 10px; font-size: 14px; }
	
	.list_04 article .example{ width: 100%; padding: 0 0 30px; }
	.list_04 article .example dl{ padding: 0 0 25px; }
	.list_04 article .example dt{ width: 45%; }
	.list_04 article .example dd{ width: 50%; font-size: 14px; margin: 0; }
	.list_04 article .example dd span{ display: block; margin: 0 0 10px; padding: 5px 10px; font-size: 12px;  }
	.list_04 article .example dd small{ font-size: 12px; display: block; width: 90%; margin: 0 auto; }

	.list_04 article .all .box{ padding: 20px 0 0; }
	.list_04 article .all .box p strong{ padding: 0 0 10px; font-size: 15px; }
	.list_04 article .all .box p span{ padding: 0 0 30px; }
	

/* ------------------------------------------------------------ sec10 */	
	.list_06{ padding: 30px 0 60px; background: url(../images/area/bg_04-sp.png) center/cover no-repeat; }
	.list_06 li{ float: none; width: 100%; height: auto; margin-right: 0; margin-bottom: 30px; }
	.list_06 li:last-of-type{ margin: 0; }
	.list_06 li figure{ margin-bottom: -10px; }
	.list_06 li figcaption{ display: block; top: -35px; padding: 13px 10px; font-size: 15px; width: 90%; }
	.list_06 li p{ font-size: 13px; }
	


}



