@charset "UTF-8";
/*-------------------------------------------------*/
/* color
/*-------------------------------------------------*/
/*-------------------------------------------------*/
/* font family
/*-------------------------------------------------*/
/*-------------------------------------------------*/
/* break point
/*-------------------------------------------------*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/
/*基本HTMLタグ
/*-------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  margin: 0;
  font-size: 16px;
  font-family: 'Poppins', 'Noto Sans JP', sans-serif;
  line-height: 1.6;
  color: #111515;
  overflow-x: hidden; }

h1, h2, h3, h4, h5, h6, h7, p {
  font-weight: normal;
  margin: 0;
  padding: 0; }

a {
  color: #006D4B;
  text-decoration: none;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear; }
  a:visited, a:active {
    text-decoration: none; }
  a:hover {
    text-decoration: underline; }

img {
  border: 0; }

ul, ol, dl {
  margin: 0;
  padding: 0;
  list-style: none; }

li, dt, dd, form {
  margin: 0;
  padding: 0; }


th {
  text-align: left; }

input[type="text"], textarea {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ddd;
  border-radius: 0;
  background: #fff;
  padding: 0;
  width: 100%; }

select::-ms-expand {
  display: none; }

input[type="submit"],
input[type="button"],
input[type="image"],
button,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
  font-family: 'Poppins', 'Noto Sans JP', sans-serif;
  font-size: 16px;
  padding: 0;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

input[type="submit"]:not(.button-border):hover,
input[type="image"]:hover,
select:hover {
  opacity: .7; }

textarea {
  resize: none; }

input[type="submit"]:not(.button-border),
button:not(.button-border) {
	border-radius:10px;
  padding: 0 10px; }
  input[type="submit"]:not(.button-border):hover,
  button:not(.button-border):hover {
    opacity: .7; }

/*-------------------------------------------------*/
/*基本レイアウトタグ(変更不可）
/*-------------------------------------------------*/
.clear {
  clear: both; }

.red {
  color: #006D4B; }

.blue {
  color: #0066FF; }

.green {
  color: #009900; }

.orange {
  color: #FF6600; }

.clearfix {
  display: inline-block;
  display: block; }
  .clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 0; }

.block {
  display: block; }

.border {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #BBBBBB;
  padding-top: 3px;
  padding-bottom: 3px; }

.small {
  font-size: 9px;
  line-height: 12px; }

.inner {
  width: 1200px;
  margin-left: auto;
  margin-right: auto; }

.icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: .7em;
  width: 20px;
  height: 20px; }
  .icon img {
    width: 20px; }

/*-------------------------------------------------*/
/*基本左右セット(変更不可）
/*-------------------------------------------------*/
.left {
  float: left; }

.right {
  float: right; }

.a-left {
  text-align: left; }

.a-right {
  text-align: right; }

.a-center {
  text-align: center; }

.icon {
  vertical-align: top; }

/*-------------------------------------------------*/
/*結果メッセージ出力(変更不可）
/*-------------------------------------------------*/
.no-cart,
.msg {
  margin: 40px 0; }

.msg {
  background-color: #f8f8f8;
  border: 1px solid #adb1b8;
  padding: 4px 4px 4px 25px; }

.msg_error {
  background-image: url(../images/stop.gif);
  background-repeat: no-repeat;
  background-position: 5px center;
  padding: 4px 4px 4px 25px;
  margin: 40px 0; }

.msg_success {
  background-image: url(../images/check.gif);
  background-repeat: no-repeat;
  background-position: 5px center;
  padding: 4px 4px 4px 25px;
  margin: 40px 0; }

.msg_worning {
  background-image: url(../images/alert.gif);
  background-repeat: no-repeat;
  background-position: 5px center;
  padding: 4px 4px 4px 25px;
  margin: 40px 0; }

.msg_hint {
  background-image: url(../images/light.png);
  background-repeat: no-repeat;
  background-position: 5px center;
  margin: 40px 0; }

/*-------------------------------------------------*/
/*ページ幅
/*-------------------------------------------------*/
#page {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  padding: 130px 70px 0;
  background: none;
  text-align: left;
  overflow-x: hidden; }
  #page.checkout-page {
    padding-top: 100px; }

/*-------------------------------------------------*/
/*共通ヘッダー
/*-------------------------------------------------*/
#header {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 130px;
  margin: 0 auto;
  text-align: left; }
  #header.checkout__ {
    height: auto;
    padding: 20px 0; }
  #header a {
    display: block; }
  #header .header-fix a,
  #header .header-tool-area a {
    color: #dddddd;
    font-size: 14px;
    font-style: Italic;}
    #header .header-fix a:hover,
    #header .header-tool-area a:hover {
      opacity: .5;
      text-decoration: none; }
  #header .header-fix {
        background: #006D4B;
    font-weight: 500;
    position: absolute;
    top: 40px;
    right: 0;
    left: 0;
    width: 100%;
    height: 90px;
    padding: 15px 0;
    z-index: 100;
    -webkit-transition: height 0.2s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: height 0.2s cubic-bezier(0.23, 1, 0.32, 1);
    transition: height 0.2s cubic-bezier(0.23, 1, 0.32, 1); }
    #header .header-fix.scroll {
      top: 0;
      position: fixed;
      height: 80px;
      padding: 10px 0; }
      #header .header-fix.scroll h1 {
        width: 179px;
        height: 60px;
        -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
        -o-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
        transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1); }
    #header .header-fix h1 {
    width: 268px;
    height: 60px;
    margin: 0 0 0 60px;
    float: left;}
      #header .header-fix h1 img {
       width: 179px;
    height: 60px;}
    #header .header-fix #usernavi {
      position: absolute;
      top: 50%;
      right: 60px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      #header .header-fix #usernavi ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      #header .header-fix #usernavi li + li {
        margin-left: 10px; }
      #header .header-fix #usernavi a {
        display: block;
        padding: 10px; }
        #header .header-fix #usernavi a img {
          vertical-align: middle; }
        #header .header-fix #usernavi a span {
          display: inline-block;
          line-height: 1;
          padding: 0 5px; }
  #header.checkout__ .header-fix {
    top: 0; }

#header .header-tool-area {
  background-color: #00825A;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 40px;
  z-index: 999; }
  #header .header-tool-area > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    margin: 0 auto;
    height: 40px;
    letter-spacing: .07em; }
  #header .header-tool-area .country_flg_wrap {
    position: absolute;
    top: 18px;
    left: 60px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  #header .header-tool-area .country_flg_wrap img {    vertical-align: bottom;}
  #header .header-tool-area .welcome {
    margin-right: 40px; }
  #header .header-tool-area .select_lang,
  #header .header-tool-area .currency {
    position: relative;
    margin-right: 30px; }
    #header .header-tool-area .select_lang::after,
    #header .header-tool-area .currency::after {
      display: block;
      content: "";
      border-top: 5px solid #fff;
      border-left: 3px solid transparent;
      border-right: 3px solid transparent;
      width: 0;
      height: 0;
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  #header .header-tool-area select {
    border: none;
    background: none;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-weight: 200;
    letter-spacing: .07em;
    padding: 5px 10px 5px 0;
    height: 32px; }
  #header .header-tool-area option {
    color: #111515; }
  #header .header-tool-area .search {
    background: #2E8B6E;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 62px;
    padding: 0 20px; }
    #header .header-tool-area .search p.textarea {
      float: left;
      margin-top: 5px; }
    #header .header-tool-area .search p input.text {
      border: none;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 14px;
      -ms-font-feature-settings: "normal";
      width: 0px;
      height: 30px;
      padding: 0;
      -webkit-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
    #header .header-tool-area .search p.btn {
      float: left;
      width: 35px;
      height: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    #header .header-tool-area .search p img {
      vertical-align: top; }

/*-------------------------------------------------*/
/*共通ヘッダーテキストメニュー
/*-------------------------------------------------*/
/*-------------------------------------------------*/
/*共通ヘッダーグローバルナビゲーション（メニュー）
/*-------------------------------------------------*/
#globalnavi {    position: absolute;
    top: 5px;
    height: 70px;
    padding: 10px 0;
    right: 250px;
    width: 500px; }

/*-------------------------------------------------*/
/*共通コンテンツ本文
/*-------------------------------------------------*/
#contents {
  width: 1200px;
  margin: 0 auto; }
  #contents.page-contents {
    width: 100%; }
  #contents .category-title {
    color: #fff;
    position: relative; }
    #contents .category-title span {
      font-size: 36px;
      letter-spacing: .1em;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    #contents .category-title img {
      width: 100%; }
  #contents .topiclist {
    font-size: 14px;
    font-weight: 200;
    width: 1200px;
    margin: auto;
    padding: 20px 0 0; }
    #contents .topiclist li {
      display: inline-block;
      line-height: 2;
      margin-right: 5px; }
  #contents .contents-section + .contents-section {
    margin-top: 150px; }
  #contents .contents-section p {
    margin: 1em 0; }
  #contents .checkout__ {
    height: 130px;
    border-bottom: 1px solid #e7e7e7; }
  #contents .subFrame {
    float: left;
    width: 216px; }
    #contents .subFrame.itemtable {
      float: left;
      width: 202px; }
  #contents .mainFrame {
    float: left;
    display: inline; }
    #contents .mainFrame .main_banner {
      padding-bottom: 15px; }
    #contents .mainFrame .menu {
      float: left;
      display: inline;
      width: 200px;
      margin-right: 26px;
      _margin-right: 23px; }
    #contents .mainFrame .contents {
      float: left;
      display: inline; }
  #contents .menuFrame {
    float: left;
    display: inline;
    width: 260px;
    margin-top: 60px; }
  #contents .detailFrame,
  #contents .contentsFrame {
    float: right; 
    display: inline;
    width: 890px;
    margin-top: 60px;
    padding-bottom: 20px; }
  #contents .fullFrame {
    clear: both; }
  #contents #mainSide {
    display: inline;
    margin: 0 25px 0 15px; }

.brand-wrap {
  background: #ddd;
  margin: 0 calc(50% - 50vw);
  padding: 0 70px; }

/*.fullFrame {
  ul {
    margin-left: 5px;
  }
  li {
    margin-left: 20px;
    list-style-type: disc;
    ul li {
      list-style-type: circle;
    }
  }
}*/
.section-title {
  border-bottom: 1px solid #00825A;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 60px;
  padding-bottom: 20px; }
  .recently-view .section-title,
  .title_recommend_user .section-title {
    font-size: 26px;
    margin-bottom: 50px;
    padding-bottom: 20px; }

.subtitle {
  margin-bottom: 20px; }

.category-excerpt p {
  line-height: 1.8; }

#contents {
  /*.detailFrame .categoryFrame h2 {
    padding-bottom: 3px;
  }*/ }
  #contents .mainFrame .contents #rss_feed {
    margin-bottom: 20px;
    height: 80px;
    overflow: auto; }
    #contents .mainFrame .contents #rss_feed li {
      padding-bottom: 3px;
      padding-left: 20px;
      background-image: url(../images/page.png);
      background-repeat: no-repeat;
      background-position: left top;
      list-style-type: none; }
    #contents .mainFrame .contents #rss_feed .rssDate {
      color: #666666; }
    #contents .mainFrame .contents #rss_feed .rssDescription {
      color: #999999; }

/*-------------------------------------------------*/
/*共通フッター
/*-------------------------------------------------*/
#footer {
  background: #00825A;
  color: #fff;
  font-weight: 300;
  position: relative;
  width: 100%;
  min-width: 1200px;
  padding: 0 70px 80px; }
  #footer .contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 1200px;
    padding: 60px 0;
    margin: auto; }
    #footer .contents a {
      display: inline-block;
      color: #fff; }
      #footer .contents a:hover {
        opacity: .7; }
  #footer .newsletter h2 {
    font-size: 22px;
    font-weight: 300;
    line-height: 60px; }
  #footer .newsletter form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  #footer .newsletter input[type="text"] {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border: none;
    font-family: "Poppins", sans-serif;
    padding: 10px 20px;
    width: 463px;
    height: 60px; }
  #footer .newsletter input[type="submit"] {
    background: #87B829;
    color: #fff;
    font-size: 21px;
    width: 166px;
    height: 60px; }
  #footer .company {
    font-size: 14px;
    line-height: 1.8;
    margin-top: .5em; }
    #footer .company dt {
      margin-bottom: 20px; }
  #footer .footer-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #006D4B;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    min-width: 1200px;
    height: 80px;
    padding: 0 70px; }
    #footer .footer-bar > * {
      width: calc(100% / 3);
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 3);
      flex: 0 0 calc(100% / 3); }
    #footer .footer-bar a {
      display: inline-block;
      color: #fff; }
  #footer .copyright {
    font-size: 12px; }
  #footer .footer-navi {
    font-size: 14px;
    text-align: center; }
  #footer .sns {
    text-align: right; }
    #footer .sns a {
      vertical-align: middle; }
      #footer .sns a + a {
        margin-left: 15px; }
      #footer .sns a:hover {
        opacity: .7; }

/*-------------------------------------------------*/
/*listing default
/*-------------------------------------------------*/
/*----- STYLE NAVI---*/
.categoryFrame .user_navi .style_navi li {
  border: 1px solid #bbb; }
  .categoryFrame .user_navi .style_navi li.current#list {
    background: url("../images/list-hover.png") no-repeat center;
    background-size: 15px;
    display: block;
    float: left;
    width: 26px;
    height: 26px;
    background-color: #BBBBBB; }
  .categoryFrame .user_navi .style_navi li.current#grid {
    background: url("../images/grid-hover.png") no-repeat center;
    background-size: 15px;
    display: block;
    float: left;
    width: 26px;
    height: 26px;
    background-color: #BBBBBB; }
  .categoryFrame .user_navi .style_navi li#grid {
    background: url("../images/grid.png") no-repeat center;
    background-size: 15px;
    display: block;
    float: left;
    width: 26px;
    height: 26px; }
    .categoryFrame .user_navi .style_navi li#grid:hover {
      background: url("../images/grid-hover.png") no-repeat center;
      background-color: #BBBBBB;
      background-size: 15px; }
  .categoryFrame .user_navi .style_navi li#list {
    background: url("../images/list.png") no-repeat center;
    display: block;
    background-size: 15px;
    float: left;
    width: 26px;
    height: 26px; }
    .categoryFrame .user_navi .style_navi li#list:hover {
      background: url("../images/list-hover.png") no-repeat center;
      background-color: #BBBBBB;
      background-size: 15px; }

/*table.num tbody tr td {
  padding: 15px 30px;
}*/

#subscription{
	display: inline-block;
    background: url("../images/subscription.png") no-repeat top 13px left 25px #87B829;
    border: none;
    color: #fff !important;
    font-size: 16px;
    line-height: 50px;
    min-width: 200px;
    height: 50px;
    padding: 13px 20px;
    cursor: pointer;
    text-align: center !important;
}
.benefits_text{text-align:center; color:#006d4d; font-size:36px; margin-top:100px;}
.benefits_sub{    margin: 30px auto 10px;
    width: 650px;}
.benefits_img{     display: block;
    overflow: hidden;
    margin: 0 auto;
    width: 650px;
}
.hikaku_column{margin:50px auto;    width: 660px;
}
.movie.soybean{ width: 100%;
    text-align: center;
    padding: 50px;}
.in01{width:49%; float:left; font-size:12px; padding-left:15px;}
@media only screen and (max-width: 1200px) {
  #sdgs-html-page {
    width: 750px;
  }
} 

@media only screen and (max-width: 1000px) {
  #sdgs-html-page {
    width: 500px;
  }
} 

/*------recommend----------------------------------*/
.recommend_text{
	background-image: linear-gradient(to right, #ffecd2 0%, #f6d365 100%);
    width: 99.5%;
}

#contents .detailFrame_recommend,
#contents .contentsFrame_recommend {
    display: inline;
    width: 890px;
    margin-top: 60px;
    padding-bottom: 20px; }

.categoryFrame_recommend h1 {
    color: #87B829;
    font-weight: 300;
    font-size: 40px;
    margin: 60px 0 20px;
    line-height: 1;
}

.recommend_text_catch{
	font-size: 30px;
	font-weight: bold;
	text-align: center; 
    color: #f50806;
	padding: 40px 0 20px;
 
}

.recommend_text_content{
	font-size: 20px;
	text-align: center; 
	line-height: 200%;
	padding-bottom: 30px;
	color: #333;
}

.recommend_text_content1{
	font-weight: bold;
	background: #fff7d7;
	padding: 3px;
	font-size: 21px;
    color: #000;
	font-family: auto;
}

.slider .slick-slide .text .price {
	color:#FF0000;
}
.itemlist_img .product_item{
	display: inline-block;
	text-align: center;
	width: 30%;
	height: 500px;
}
.product_item .price{
	color:#FF0000;
}

.product_item .text {
    width:300px;
	margin: 20px auto;
}	

.product_item .text h3 {
	height: 90px;
	overflow:hidden;
}	

.item_text{
	width: 100%;
	margin: 10px;
	color: #87B829;
	font-weight: bold;
	text-align: center;
	font-size: 30px;
	margin-bottom: 30px;
}

.benefits_text_pc {
    text-align: center;
    color: #006d4d;
    font-size: 36px;
    margin-top: -50px;
}

.Benefits_text{
    text-align:center;
	margin-bottom: 50px;
}	
	
.benefits_sub_pc{
   margin: 30px auto 10px;
   width: 650px;
   text-align: center;
}
/*------recommend end----------------------------*/