@media print {
     body {
        -webkit-print-color-adjust: exact;
        width: 100%;
    }
    

    
a[href]:after {
  content: "" !important;
}
abbr[title]:after {
  content: "" !important;
}
  
}

/*@page {
size: A4;
margin: 12.7mm 9.7mm;
}*/


/* カスタマイズ用CSS */
/*--------------------------------
共通
--------------------------------*/
.ec-blockBtn--action:focus {
  background-color: #fff !important;
  color: #d96d00 !important;
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #d96d00 !important;
}
body {
  background-color: #fff;
  color: #000;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, button {
  font-family: Roboto, "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
}
@media (min-width: 1200px){
.container {
    width: 1200px;
}}
/*@media (max-width: 768px){
.container {
    width: 738px;
}}*/
p {
  letter-spacing: .04em;
  line-height: 1.8;
  font-size: 15px;
}
a {
  color: #d96d00;
  text-decoration: none;
}
a:hover {
  color: #d96d00;
}
a:active, a:hover {
  text-decoration: none;
}
li {
  line-height: 1.8;
  font-size: 15px;
}
/*会社概要・プライバシーポリシーの表*/
.ec-borderedDefs {
  border-top: none;
}
.ec-borderedDefs dl {
  border-bottom: solid 1px #ccc;
}
@media only screen and (min-width: 768px){
.ec-borderedDefs dl {
    padding: 8px 0 8px;
}}
/*---------------------------*/
/*パンくずリスト*/
.l-breadcrumb {
  font-size: 1.2rem;
  line-height: 175%;
  background-color: #76655d;
  border-top: 0;
  border-bottom: 0;
  height: 50px;
}
.l-breadcrumb ul {
  list-style: none;
  font-size: 15px;
}
.l-breadcrumb li {
  display: inline;
  color: #fff;
}
.l-breadcrumb li:before {
  display: inline;
  content: "　>　";
  color: #fff;
}
.l-breadcrumb li:first-child:before {
  display: none;
}
.c-wrap {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: content-box;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 13px;
}
.l-breadcrumb li:before {
  color: #fff;
}
.l-breadcrumb li a {
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .l-breadcrumb {
    padding-top: 7px;
  }
  .ec-layoutRole__contentTop, .ec-layoutRole__contents {
    padding-top: 56px;
  }
  .l-breadcrumb ul {
    margin: 10px 0 0 0;
  }
  .pt56 {
    padding-top: 56px;
  }
  .c-wrap {
    padding-top: 0px;
    padding-bottom: 5px;
  }
}
@media only screen and (max-width: 500px) {
  .l-breadcrumb {
    height: auto;
    padding-top: 4px;
  }
  .l-breadcrumb ul {
    margin: 2px 0 0 0;
    font-size: 12px;
  }
}
/*---------------------------*/
/*カートへ進むボタン*/
.ec-inlineBtn--action {
  background-color: #d96d00;
  border: solid 1px #d96d00;
}
.ec-inlineBtn--action:hover {
  background-color: #fff;
  border: solid 1px #d96d00;
  color: #d96d00;
}
.ec-inlineBtn--action:active {
  background-color: #fff;
  border: solid 1px #d96d00;
  color: #d96d00;
}
.ec-inlineBtn--action:active:hover, .ec-inlineBtn--action:active:focus, .ec-inlineBtn--action:active.focus, .ec-inlineBtn--action.active:hover, .ec-inlineBtn--action.active:focus, .ec-inlineBtn--action.active.focus, .open > .ec-inlineBtn--action.dropdown-toggle:hover, .open > .ec-inlineBtn--action.dropdown-toggle:focus, .open > .ec-inlineBtn--action.dropdown-toggle.focus {
  background-color: #fff;
  border: solid 1px #d96d00;
  color: #d96d00;
}
/*---------------------------*/
/*お買い物を続ける*/
.ec-inlineBtn--cancel {
  background-color: #76655d;
  border: solid 1px #76655d;
}
.ec-inlineBtn--cancel:hover {
  background-color: #fff;
  border: solid 1px #76655d;
  color: #76655d;
}
.ec-inlineBtn--cancel:active {
  background-color: #fff;
  border: solid 1px #76655d;
  color: #76655d;
}
.ec-cartNavi--cancel {
  background-color: #76655d;
  border: solid 1px #76655d;
  color: #fff;
}
.ec-cartNavi--cancel:hover {
  background-color: #fff;
  border: solid 1px #76655d;
  color: #76655d;
}
.ec-cartNavi--cancel:active {
  background-color: #fff;
  border: solid 1px #76655d;
  color: #76655d;
}
.ec-inlineBtn--cancel:active:hover, .ec-inlineBtn--cancel:active:focus, .ec-inlineBtn--cancel:active.focus, .ec-inlineBtn--cancel.active:hover, .ec-inlineBtn--cancel.active:focus, .ec-inlineBtn--cancel.active.focus, .open > .ec-inlineBtn--cancel.dropdown-toggle:hover, .open > .ec-inlineBtn--cancel.dropdown-toggle:focus, .open > .ec-inlineBtn--cancel.dropdown-toggle.focus {
  background-color: #fff;
  border: solid 1px #76655d;
  color: #76655d;
}
/*-------------------------*/
/*PC表示・スマホ非表示設定*/
.pc {
  display: block;
}
.sp {
  display: none;
}
.pc_w991 {
  display: block;
}
.sp_w991 {
  display: none;
}
@media only screen and (max-width: 991px) {
  .sp_w991 {
    display: block;
  }
  .pc_w991 {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
/*-------------------------*/
/*改行*/
.br {
  display: inline-block;
}
/*ボタン*/
.button {
  margin: 0px auto 60px;
  display: block;
  padding: 17px 51px;
  background-color: #d96d00;
  color: #fff;
  border: solid 1px #d96d00;
  width: 20%;
  text-align: center;
  float: none;
  position: relative;
  font-size: 17px;
  letter-spacing: 1px;
  font-weight: normal;
}
.button2 {
  margin: 0 auto;
  display: block;
  padding: 17px 51px;
  background-color: #d96d00;
  color: #fff;
  border: solid 1px #d96d00;
  width: 20%;
  text-align: center;
  float: none;
  position: relative;
  font-size: 17px;
  letter-spacing: 1px;
  font-weight: normal;
}
/*ボタン矢印*/
.arrow {
  position: absolute;
  top: 19px;
  right: 35px;
  width: 7%;
}
@media only screen and (max-width: 991px) {
  .arrow {
    position: absolute;
    top: 19px;
    right: 45px;
    width: 6%;
  }
  .button, .button2 {
    margin: 0px auto 50px;
    width: 60%;
  }
}
@media only screen and (max-width: 500px) {
  .button, .button2 {
    width: 85%;
  }
}
/*--------------------------------
おすすめ商品
--------------------------------*/
/*おすすめ商品_ボタン*/
.button_inner {
  background-color: #fafaf8;
  margin: 0 auto;
  padding: 25px 20px 48px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.4;
  color: #525263;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 100%;
}
.button_inner .button {
  width: 20%;
}
.button_inner .arrow {
  position: absolute;
  top: 19px;
  right: 35px;
  width: 6%;
}
@media only screen and (max-width: 1300px) {
  .button_inner .button, .button_inner .button2 {
    width: 30%;
  }
  .ec-shelfGrid {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .button_inner {
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .button_inner .button {
    width: 50%;
  }
}
@media only screen and (max-width: 500px) {
  .button_inner .button, .button_inner .button2 {
    width: 95%;
  }
}
/*-------------------------*/
#message p, #corageno p, #powder p, #chocorageno p, #drink p {
  margin-bottom: 35px;
  letter-spacing: -0.05px;
}
.pl30 {
  padding-left: 0px;
}
.px0 {
  padding: 0;
}
.pt30 {
  padding-top: 30px;
}
.pt80 {
  padding-top: 80px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mb20 {
  margin-bottom: 20px;
}
.mt40 {
  margin-top: 40px;
}
.mb40 {
  margin-bottom: 40px;
}
.mt60 {
  margin-top: 60px;
}
.mt80 {
  margin-top: 80px;
}
.mt100 {
  margin-top: 110px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb100 {
  margin-bottom: 100px;
}
.mb110 {
  margin-bottom: 110px;
}
.mt150 {
  margin-top: 150px;
}
.mb150 {
  margin-bottom: 150px;
}
.pb20 {
  padding-bottom: 20px;
}
.p_0 {
  padding: 0px;
}
.pl_0 {
  padding-left: 0;
}
.sp_pl_56 {
  padding-top: 0;
}
/*スライドを全幅にする*/
.ec-sliderRole {
  max-width: none;
  padding: 0;
  margin-bottom: 0;
}
.px0_w1200 {
  padding: 0 15px;
}
@media only screen and (min-width: 1200px) {
  .px0_w1200 {
    padding: 0;
  }
  .pl30 {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .sp_pl_56 {
    padding-top: 56px;
  }
}
@media only screen and (max-width: 500px) {
  .mt80 {
    margin-top: 40px;
  }
  .mt150 {
    margin-top: 65px;
  }
  .mt100 {
    margin-top: 20px;
  }
  .mb80 {
    margin-bottom: 40px;
  }
  .pl30 {
    padding-left: 15px;
  }
  #message p, #corageno p, #powder p, #chocorageno p, #drink p {
    margin-bottom: 35px;
    letter-spacing: 0px;
  }
}
/*-------------------------*/
.title {
  text-align: center;
  margin-bottom: 0;
  padding-top: 0px;
  margin-top: 0;
  color: #848472;
  font-weight: 300;
  font-size: 50px;
}
.title_bottom {
  text-align: center;
  margin: 5px 0 25px 0;
  font-size: 15px;
  color: #959595;
}
.ec-layoutRole .ec-layoutRole__contents {
  max-width: 100%;
}
img {
  width: 100%;
}
/*デフォルトハンバーガーメニューアイコン非表示*/
.fa-bars:before, .fa-shopping-cart:before, .fa-times:before {
  content: none;
}
@media only screen and (max-width: 991px) {
  .ec-sliderRole {
    max-width: none;
    padding: 0 0 0 0;
  }
  /*カテゴリナビ*/
  .ec-categoryNaviRole {
    display: none;
  }
  /*ハンバーガーメニュー*/
  .ec-headerNavSP {
    display: block;
    background-color: #76655d;
    border-radius: 0;
    top: 0px;
    right: 0px;
    left: auto;
    width: 56px;
    height: 56px;
    background-image: url(/html/user_data/assets/img/icon/hamburger.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 80%;
    z-index: 101;
    position: absolute;
  }
  .have_curtain .ec-overlayRole, .ec-drawerRole.is_active {
    display: block;
  }
  .ec-drawerRoleClose.is_active {
    display: block;
  }
  .ec-headerNaviRole__search {
    display: none;
  }
  /*ログインナビ（共通）アイコン*/
  .ec-headerNaviRole__right {
    display: none;
  }
  /*.button{
    margin: 20px auto;
       width: 60%;
}*/
}
@media only screen and (max-width: 500px) {
  .ec-sliderRole {
    max-width: none;
    padding: 0 0 0 0;
  }
  .title_sp {
    text-align: left;
    font-size: 40px;
  }
  .title_bottom_sp {
    text-align: left;
  }
  .title {
    font-size: 40px;
  }
  .title_bottom {
    font-size: 12px;
  }
}
/*--------------------------------
ヘッダー
--------------------------------*/
.headerNav {
  margin-top: 0px;
}
/*商品検索*/
.ec-headerSearch {
  max-width: 100%;
  margin-top: 15px;
}
@media (max-width: 1775px) {
  .headerNav .col-lg-4 .col-lg-3 {
    width: 100%;
  }
  .headerNav .col-lg-4 .col-lg-9 {
    width: 100%;
  }
}
@media (min-width: 1600px) {
  .headerNav .col-lg-3 {
    width: 25%;
  }
}
@media only screen and (min-width: 991px) {
  .ec-headerSearch .ec-headerSearch__category {
    float: left;
    width: 100px;
  }
  .ec-headerSearch .ec-headerSearch__keyword {
    float: left;
    width: 164px;
    border: none;
  }
  .ec-headerSearch .ec-headerSearch__category .ec-select select {
    font-size: 13px;
    height: 34px;
    font-family: Roboto, "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
  }
  .ec-headerSearch .ec-headerSearch__keyword input[type="search"] {
    font-size: 13px;
    font-weight: normal;
    padding: 0.5em 36px 0.5em 1em;
    font-family: Roboto, "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .headerNav .col-md-3 {
    width: 31%;
  }
  .headerNav .col-md-4 {
    width: 38%;
  }
  .headerNav .col-md-5 {
    width: 31%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .headerNav .col-lg-4 {
    width: 35%;
  }
  .headerNav .col-lg-5 {
    width: 34%;
  }
  .headerNav .col-md-4 {
    width: 37%;
  }
  .headerNav .col-md-5 {
    width: 38%;
  }
}
@media only screen and (min-width: 1401px) {
  .header_left{
    float: left;
  }
  .header_right{
    float: right;
  }
  .headerNav .col-md-5,.headerNav .col-md-5 {
    width: auto;
    display: inline-block;
    float: none;
    position: absolute;
    left: calc(50% - 157px);
}
}

.ec-headerNaviRole__left {
  margin-top: 10px;
}
/*▼矢印*/
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search::before {
  top: 1em;
}
/*虫眼鏡*/
headerSearch .ec-headerSearch__keyword .ec-icon img {
  width: 22px;
}
.ec-headerSearch .ec-headerSearch__keyword .ec-icon {
  margin: 6px;
}
/*ロゴ*/
.logo01 {
  width: 35%;
  margin: auto;
}
/*PC_ヘッダーロゴ*/
.headerNav .top_logo {
  width: 80%;
    margin: 27px auto 0;
}
/*top画像*/
.main_img {
  position: relative;
  overflow: hidden;
}
/*上に重なっているロゴ*/
.parts01 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16%;
}
/*上に重なっている文字*/
.parts02 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.parts02 h1 {
  text-align: center;
  color: #fff;
  font-size: 3em;
}
/*カート*/
.ec-cartNavi {
  border-radius: 0px;
  max-width: 180px;
  margin: 0 0 0 auto;
  padding: 23px 17px 10px;
  height: 70px;
  min-width: auto;
}
/*カート_アイコン*/
.headerNav .cart_icon, .headerNav_sp .cart_icon {
  font-size: 20px;
  display: inline-block;
  opacity: 1;
  visibility: visible;
  animation: fadeIn 200ms linear 0s;
  position: relative;
}
.headerNav .cart_icon img {
  margin: 0 0 5px;
}
.headerNav_sp .cart_icon img {
  margin: 0 0 5px;
  width: 30px;
}
/*カート 商品数*/
.ec-cartNavi .ec-cartNavi__badge {
  display: inline-block;
  min-width: 17px;
  position: absolute;
  left: 24px;
  top: 1px;
}
/*カート 全ての商品*/
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
  background: #777777;
}
.ec-headerRole__cart {
  margin-top: 0px;
}
@media only screen and (max-width: 991px) {
  /*カート*/
  .ec-headerRole__cart {
    margin-top: 0px;
  }
  /*カート 商品数*/
  .ec-cartNavi .ec-cartNavi__badge {
    left: 33px;
  }
}
/*ナビゲーションカート幅*/
@media only screen and (max-width: 500px) {
  .ec-cartNaviNull, .ec-cartNaviIsset {
    width: 300px;
  }
  /*カート 商品数*/
  .ec-cartNavi .ec-cartNavi__badge {
    left: 19px;
    top: -5px;
  }
  /*▼矢印*/
  .ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search::before {
    top: 0.8em;
  }
}
/*ログインナビ（共通）アイコン*/
.headerNav img {
  width: 22px;
  margin: 13px auto 8px;
  display: block;
}
.ec-headerNaviRole__right {
  margin-top: 0px;
}
.headerNav .headerNav__itemLink {
  margin: 0 6px;
  font-size: 12px;
  color: #a0a0a0;
}
.ec-headerNav .ec-headerNav__item {
  border-left: dotted 1px #ccc;
}
.ec-headerNav .ec-headerNav__rakuten {
  background-color: #D96D00;
  padding: 5px;
  width: 200px;
  display: inline-block;
  margin: 0 -5px 0 0;
  height: 72px;
  font-size: 0;
  line-height: 1;
  vertical-align: top;
}
.ec-headerNav .ec-headerNav__rakuten a{
  width: 100%;
  border: 1px solid rgba(255, 255, 255, .3);
  height: 100%;
  display: flex;
  align-items: center;
}
.ec-headerNav .ec-headerNav__rakuten a img{
  width: auto;
  height: 20px;
  margin: 0 auto;
}
@media only screen and (max-width: 1400px) {
  /*PC_ヘッダーロゴ*/
  .headerNav .top_logo {
    width: 50%;
    margin: 15px auto 0;
  }
}
@media only screen and (max-width: 1200px) {
  /*ログインナビ（共通）アイコン*/
  .ec-headerNaviRole__right {
    margin-top: 0px;
  }
  /*PC_ヘッダーロゴ*/
  .headerNav .top_logo {
    width: 60%;
  }
  /*商品検索*/
  .ec-headerSearch {
    max-width: 300px;
  }
}
.headerNav .headerNav__itemLink {
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .ec-headerNav .ec-headerNav__item {
    width: 85px;
  }
}
@media only screen and (max-width: 991px) {
  /*ヘッダー*/
  .headerNav {
    margin-top: 0px;
    display: none;
  }
  .headerNav .top_logo {
    display: none;
  }
  /*カート*/
  .ec-cartNavi {
    max-width: 170px;
    margin: 0 auto 0 0;
    background: #fff;
    border-left: dotted 1px #ccc;
    padding: 16px 17px 10px;
    height: 56px;
  }
  .ec-headerNav .ec-headerNav__rakuten {
    height: 56px;
    margin:0;
    position: fixed;
    right: 56px;
    top: 0;
  }
}
@media only screen and (min-width: 769px) {
  .headerNav .headerNav__itemLink {
    display: block;
    padding-bottom: 12px;
  }
}
@media only screen and (max-width: 768px) {
  /*カート*/
  .ec-cartNavi {
    max-width: 145px;
  }
}
@media only screen and (max-width: 500px) {
  /*上に重なっている文字*/
  .parts02 h1 {
    font-size: 2em;
  }
  /*カート*/
  .ec-cartNavi {
    padding-left: 5px;
  }
}
/*--------------------------------
ヘッダー(SP)
--------------------------------*/
.headerNav_sp .br {
  display: none;
}
.headerNav_sp {
  display: none;
}
/*ログインナビ（SP）アイコン*/
.headerNav_sp .ec-headerNav_right {
  margin: 0 0 0 auto;
}
.headerNav_sp .ec-headerNav__item {
  display: inline-block;
  margin: 12px 3px 4px;
}
.headerNav_sp .ec-headerNav__item .headerNav__itemLink {
  font-size: 10px;
  color: #000;
  display: block;
  letter-spacing: -0.5px;
}
.headerNav_sp .ec-headerNav__item img {
  width: 30px;
  margin: 0 auto 10px;
  display: block;
}
@media only screen and (max-width: 991px) {
  .headerNav_sp .ec-headerNav__item img {
    margin: 0 auto 0px;
  }
  .headerNav_sp {
    display: block;
    position: fixed;
    height: 56px;
    z-index: 998;
    background: #fff;
    width: 100%;
    box-shadow: 0px 1px 0px rgb(0 0 0 / 18%);
  }
  .headerNav_sp .top_logo {
    width: 42%;
    margin: 5px auto 0;
    display: block;
  }
  .headerNav_sp .ec-headerNav__item {
    display: inline-block;
    margin: 0px 2px 4px;
    padding: 6px 4px 6px 5px;
  }
}
@media only screen and (min-width: 768px) {
  .headerNav_sp .top_logo {
    width: 41%;
  }
}
@media only screen and (max-width: 767px) {
  .headerNav_sp .top_logo {
    width: 82%;
    margin-left: 15%;
  }
}
@media only screen and (max-width: 700px) {
  .headerNav_sp .top_logo {
    width: 85%;
    padding-top: 2px;
  }
}
@media only screen and (max-width: 600px) {
  .headerNav_sp .top_logo {
    width: 100%;
  }
  .headerNav_sp .ec-headerNav__item {
    margin: 0px;
  }
  .ec-headerNav__item.qa {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .headerNav_sp .ec-headerNav__item img {
    width: 24px;
    margin: 4px auto 2px;
  }
  .headerNav_sp .top_logo {
    margin-top: 9px;
    margin-left: 10px;
  }
  .headerNav_sp .ec-headerNav__item {
    padding: 0 0 0 1px;
    margin-top: 0;
    vertical-align: top;
    width: 55px;
    height: 56px;
    text-align: center;
  }
  .headerNav__itemLink {
    line-height: 12px;
  }
  .headerNav_sp .col-xs-7 {
    width: 65.333333%;
  }
  .headerNav_sp .col-xs-5 {
    width: 34.666667%;
  }
  .headerNav_sp .br {
    display: inline-block;
  }
}
@media only screen and (max-width: 375px) {
  .headerNav_sp .top_logo {
    margin-top: 9px;
    margin-left: 3px;
  }
}
@media only screen and (max-width: 320px) {
  .headerNav_sp .ec-headerNav__item img {
    width: 24px;
  }
  .headerNav_sp .ec-headerNav__item {
    width: 44px;
  }
  .headerNav_sp .col-xs-7 {
    width: 60.333333%;
  }
  .headerNav_sp .col-xs-5 {
    width: 39.666667%;
  }
  .headerNav_sp .top_logo {
    width: 74px;
  }
}
/*--------------------------------
グローバルメニュー
--------------------------------*/
#top_navi {
  margin: 20px 0;
  padding: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
#top_navi ul {
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  width: auto;
  height: auto;
  list-style-type: none;
  text-align: center;
  vertical-align: bottom;
}
#top_navi li {
  float: left;
  width: auto;
  margin: 0;
  padding: 0;
  text-align: center;
  position: relative;
  padding: 50px 0 0;
}
#top_navi li a {
  padding: 0 49px;
  color: #76655d;
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  text-decoration: none;
}
#top_navi li a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #333;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
#top_navi li a:hover::after {
  transform: scale(1, 1);
}
@media only screen and (max-width: 1200px) {
  #top_navi li a {
    padding: 28px 36px 15px;
  }
}
@media only screen and (max-width: 991px) {
  #top_navi li a {
    padding: 31px 36px 15px;
  }
}
/*--------------------------------
グローバルメニューSP
--------------------------------*/
@media only screen and (max-width: 991px) {
  .ec-drawerRole .ec-headerSearch {
    background: #fafaf8;
    margin: auto;
    padding: 61px 0px 26px;
    max-width: 90%;
  }
  .ec-drawerRole {
    width: 100%;
    transform: translateX(-991px);
  }
  .have_curtain .ec-overlayRole, .ec-drawerRole.is_active {
    background: #fafaf8;
  }
  .ec-drawerRole.is_active {
    z-index: 900;
    padding-top: 30px;
  }
  /*閉じるアイコン*/
  .ec-drawerRoleClose.is_active {
    display: block;
    background-color: #76655d;
    z-index: 999;
    background-image: url(/html/user_data/assets/img/icon/drawerRoleClose_icon.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 60%;
    margin: 0 0 0 auto;
    position: fixed;
    top: 0;
    right: 0;
  }
  .ec-drawerRoleClose {
    top: 0px;
    left: 0px;
    width: 56px;
    height: 56px;
    background-color: #76655d;
    border-radius: 0;
  }
}
@media only screen and (max-width: 500px) {
  .ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search::before {
    top: 1em;
  }
  .ec-headerSearch .ec-headerSearch__keyword input[type="search"] {
    font-size: 14px;
  }
  .ec-headerSearch .ec-headerSearch__category .ec-select select {
    font-size: 14px;
    padding: 9px 17px 7px 14px;
  }
  .ec-headerSearch .ec-headerSearch__keyword {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 20px;
    border-top-left-radius: 0px;
    width: 65%;
    float: right;
    background-color: #ebebeb;
    height: 36px;
    border: none;
  }
  .ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
    border-top-right-radius: 0px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 20px;
    width: 35%;
    float: left;
    height: 36px;
  }
}
/*--------------------------------
新着情報
--------------------------------*/
.ec-newsRole .ec-newsRole__newsItem {
  padding: 4px 0 0;
  border-bottom: 1px solid #848472;
}
.ec-newsRole .ec-newsRole__newsItem:first-of-type {
  border-top: 1px solid #848472;
}
.ec-newsRole .ec-newsRole__newsItem:not(:last-of-type) {
  border-bottom: 1px solid #848472;
}
.ec-newsRole__newsDate h3 {
  margin-top: 0;
  margin-left: 10px;
}
.ec-newsRole__newsDate .title {
  font-size: 15px;
  font-weight: normal;
  color: #000;
}
.news {
  background-color: #f3f3f3b8;
  position: relative;
  z-index: 2;
  margin: -70px auto 0;
  border: solid 1px #f3f3f3b8; /* 内側の線になる一本線の枠線をひく*/
  outline: solid 1px #f3f3f3b8; /* 外側の線になる一本線の枠線をひく*/
  outline-offset: 8px;
  max-width: 1154px;
}
/*見出し*/
.news h1 {
  text-align: center;
  margin: 42px auto 0;
  color: #848472;
  font-weight: 300;
  font-size: 50px;
}
.news small {
  text-align: center;
  display: block;
  color: #777777;
  font-size: 15px;
  margin: 5px 0 9px;
}
.ec-newsRole {
  padding: 0px;
}
/*ボタン*/
.news_button {
  margin: 0px auto 15px;
  display: block;
  padding: 1px 15px;
  background-color: #f5f5f5;
  color: #767676;
  border: solid 1px #848472;
  width: 115px;
  text-align: center;
  float: none;
  position: relative;
  font-size: 17px;
  border-radius: 5px;
  letter-spacing: 0px;
  font-weight: 400;
}
@media only screen and (max-width: 991px) {
  .news {
    background-color: #fff;
    border: none;
    outline: none;
    margin: 0px 0 0px auto;
  }
  /*ボタン*/
  .news_button {
    background-color: #fff;
  }
}
@media only screen and (min-width: 768px) {
  .ec-newsRole {
    padding: 0px;
  }
  .ec-newsRole .ec-newsRole__news {
    border: none;
    padding: 33px 30px 33px 0;
  }
}
@media only screen and (max-width: 500px) {
  .news {
    margin: -30px 0 0px auto;
  }
  /*見出し*/
  .news h1 {
    margin: 10px auto 0;
    font-size: 40px;
  }
  .ec-newsRole .ec-newsRole__newsDate {
    margin: 5px 0 5px;
  }
  .news_button {
    margin-bottom: 40px;
  }
}
/*--------------------------------
メッセージ
--------------------------------*/
#top_message {
  background-color: #fafaf8;
}
#top_message .container {
  background-image: url('/html/user_data/assets/img/top/message_img2.png');
  background-repeat: no-repeat;
  background-position: right -4px;
  background-size: 49%;
}
#top_message .bnr {
  margin-bottom: 35px;
  width: 100%;
}
#top_message .message .name {
  font-size: 33px;
}
#top_message .message .text2{
    display: table;
    width: 100%;
}
#top_message .message .left{
    display: table-cell;
    text-align: left;
}
#top_message .message .right{
    display: table-cell;
    text-align: right;
    border-bottom: none;
    font-weight: bold;
}
@media only screen and (min-width: 1200px) {
  #top_message .message .text {
    padding: 0px;
    width: 585px;
  }
  #top_message .container {
    background-position: right 31px;
    background-size: 37%;
  }
  #top_message .bnr {
    margin-bottom: 35px;
    width: 585px;
    height: 83px;
  }
  #top_message .message .text2{
    display: table;
    width: 585px;
}
}
@media only screen and (max-width: 991px) {
  #top_message .container {
    background-position: right 0px;
    background-size: 45%;
  }
}
@media only screen and (max-width: 768px) {
  #top_message .text {
    width: 57%;
  }
   #top_message .container {
    background-size: 40%;
  }
}
@media only screen and (max-width: 500px) {
  #top_message .container {
    background-position: right -9px;
    background-size: 45%;
    background-image: url('/html/user_data/assets/img/top/message_img3.png');
  }
  #top_message .message {
    margin-top: 55px;
  }
  #top_message .text {
    width: 100%;
  }
  #top_message .container-fluid {
    padding: 0;
  }
  #top_message .message .name {
    font-size: 26px;
    text-align: right;
  }
}
/*--------------------------------
カテゴリ
--------------------------------*/
#top_category .name {
  text-align: center;
  font-size: 15px;
  margin: 10px 0 3px;
}
#top_category .name + p {
  text-align: center;
  font-size: 13px;
}
#top_category .img {
  overflow: hidden;
}
#top_category img {
  transition-duration: 0.3s;
}
#top_category img:hover {
  transform: scale(1.2, 1.2);
  /*transition:1s all;*/
  transition-duration: 0.3s;
}
#top_category.mt {
  margin-top: 100px;
}
@media only screen and (min-width: 1200px) {
  #top_category .img {
    width: 380px;
    margin: auto;
  }
}
@media only screen and (max-width: 500px) {
  #top_category .name + p {
    margin-bottom: 15px;
    font-size: 12px;
  }
  #top_category .name {
    font-size: 14px;
    line-height: 15px;
  }
  #top_category.mt {
    margin-top: 20px;
  }
  #top_category .col-xs-4 {
    padding: 10px;
  }
}
/*--------------------------------
カテゴリナビ（PC）
--------------------------------*/
@media only screen and (min-width: 768px) {
  .ec-itemNav__nav li a {
    padding: 30px 30px 15px;
  }
}
/*--------------------------------
カテゴリナビ（SP）
--------------------------------*/
.ec-drawerRole .ec-headerCategoryArea .ec-headerCategoryArea__heading {
  background: #fff;
}
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li a {
  background: #fff;
  border-bottom: 1px solid #edede5;
}
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li a:hover {
  background: #fafaf8;
}
@media only screen and (max-width: 768px) {
  .ec-itemNav__nav li {
    float: left;
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  #top_navi {
    display: none;
  }
  .ec-itemNav__nav {
    display: block;
  }
  .ec-itemNav__nav li {
    float: none;
  }
  .ec-drawerRole .ec-headerCategoryArea p {
    text-align: center;
  }
  .ec-drawerRole .ec-headerLinkArea .ec-headerLink__item {
    text-align: center;
    background: #131304;
    border-bottom: 1px solid #505050;
  }
}
@media only screen and (max-width: 768px) {
  .ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li a {
    text-align: center;
  }
}
@media only screen and (max-width: 500px) {
  .ec-drawerRole .ec-headerLinkArea .ec-headerLink__item {
    text-align: left;
  }
  .ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li a {
    text-align: left;
  }
}
.ec-itemNav__nav li a {
  color: #76655d;
  font-size: 14px;
}
/*--------------------------------
動画
--------------------------------*/
#top_movie p {
  text-align: center;
}
#top_movie .name {
  padding-top: 10px;
}
#top_movie img {
  margin-top: 15px;
}
@media (min-width: 991px) {
  #top_movie .col-md-5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 20%;
  }
  #top_movie .block img{
    height: 105px;
}
}
/*--------------------------------
動画_スライド
--------------------------------*/
/*==================================================
スライダーのためのcss
===================================*/
#top_movie .slider { /*横幅94%で左右に余白を持たせて中央寄せ*/
  width: 94%;
  margin: 0 auto;
}
#top_movie .slider img {
  width: 60vw; /*スライダー内の画像を60vwにしてレスポンシブ化*/
  height: auto;
}
#top_movie .slider .slick-slide {
  transform: scale(0.8); /*左右の画像のサイズを80%に*/
  transition: all .5s; /*拡大や透過のアニメーションを0.5秒で行う*/
  opacity: 0.5; /*透過50%*/
}
#top_movie .slider .slick-slide.slick-center {
  transform: scale(1); /*中央の画像のサイズだけ等倍に*/
  opacity: 1; /*透過なし*/
}
/*--------------------------------
message
--------------------------------*/
#message {
  margin-top: 80px;
}
#message h1:before {
  content: "";
  background: #626262;
  width: 3px;
  height: calc(100% - 0.5em);
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
#message h1 {
  position: relative;
  padding-left: 20px;
  line-height: 0.9em;
  color: #626262;
}
#message small {
  font-weight: 700;
  color: #626262;
  line-height: 1.3em;
  font-size: 15px;
}
#message strong {
  margin-bottom: 23px;
  display: block;
  line-height: 1.8;
  font-size: 15px;
}
@media only screen and (min-width: 1200px) {
  #message img {
    width: 540px;
    height: 929px;
  }
}
@media only screen and (max-width: 500px) {
  #message small {
    font-size: 14px;
  }
  #message {
    margin-top: 15px;
  }
  #message h1 {
    margin-top: 0;
  }
}
/*--------------------------------
簡単ブログ
--------------------------------*/
.blog_img img {
  display: none;
}
/*--------------------------------
簡単ブログ一覧
--------------------------------*/
.news_list-items {
  padding-top: 60px;
}
.ec-newsRole__newsDate {
  display: block;
}
.news_list-items .ec-shelfRole {
  width: 75%;
}
.news_list-items .ec-newsRole__newsItem {
  border-bottom: 1px solid #ccc;
  padding: 10px 0 5px;
}
.news_list-items h1 {
  margin: 0 0 5px;
  text-align: center;
  color: #848472;
  font-weight: 300;
  font-size: 50px;
}
.news_list-items small {
  text-align: center;
  display: block;
}
@media only screen and (max-width: 991px) {
  .news_list-items {
    padding-top: 80px;
  }
  .news_list-items .ec-shelfRole {
    width: 90%;
  }
}
/*--------------------------------
おすすめ商品
--------------------------------*/
.ec-shelfGrid__item .item_name, .ec-shelfGrid__item .item_price {
  display: none;
}
#recommend {
  text-align: center;
}
#recommend .ec-shelfRole {
  max-width: 100%;
  background-color: #fafaf8;
  padding-top: 80px;
}
.ec-shelfGrid .ec-shelfGrid__item .img {
  overflow: hidden;
  border-radius: 190px;
  z-index: 1;
}
.ec-shelfGrid .ec-shelfGrid__item .img + p {
  margin-top: 25px;
  font-size: 15px;
}
.ec-shelfGrid .ec-shelfGrid__item img {
  transition-duration: 0.3s;
}
.ec-shelfGrid .ec-shelfGrid__item img:hover {
  transform: scale(1.2, 1.2);
  transition-duration: 0.3s;
}
.ec-shelfGrid .ec-shelfGrid__item img:active {
  transform: scale(1.2, 1.2);
  transition-duration: 0.3s;
}
#recommend .button a {
  color: #fff;
}
@media only screen and (min-width: 1200px) {
  .ec-shelfGrid .ec-shelfGrid__item .img {
    width: 220px;
  }
  .ec-shelfGrid .ec-shelfGrid__item:nth-child(odd) {
    padding: 0 0 0 8px;
    margin-top: 15px;
    margin-bottom: 0;
  }
  .ec-shelfGrid .ec-shelfGrid__item:nth-child(even) {
    padding: 0 0 0 8px;
    margin-top: 15px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 991px) {
  #recommend .button {
    width: 60%;
  }
}
@media only screen and (max-width: 500px) {
  #recommend .button {
    width: 95%;
  }
  #recommend .button .arrow {
    position: absolute;
    top: 16px;
    right: 35px;
    width: 7%;
  }
  #recommend .ec-shelfRole {
    padding-top: 40px;
  }
}
/*--------------------------------
おすすめ商品_スライド
--------------------------------*/
/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.slick-prev, .slick-next {
  position: absolute; /*絶対配置にする*/
  top: 33%;
  cursor: pointer; /*マウスカーソルを指マークに*/
  outline: none; /*クリックをしたら出てくる枠線を消す*/
  /*border-top: 2px solid #666;*/ /*矢印の色*/
  /*border-right: 2px solid #666;*/ /*矢印の色*/
  height: 32px;
  width: 32px;
}
.slick-prev { /*戻る矢印の位置と形状*/
  left: -10%;
  /*transform: rotate(-135deg);*/
  background-image: url(/html/user_data/assets/img/icon/slider_arrow_p.svg);
  background-repeat: no-repeat;
}
.slick-next { /*次へ矢印の位置と形状*/
  right: -11%;
  /*transform: rotate(45deg);*/
  background-image: url(/html/user_data/assets/img/icon/slider_arrow_n.svg);
  background-repeat: no-repeat;
}
/*slickのJSで書かれるタグ内、スライド左右の余白調整*/
.slider .slick-slide {
  margin: 0 8px;
}
.slick-slider {
  margin-left: 10px;
  margin-right: 10px;
}
@media only screen and (max-width: 500px) {
  #recommend p {
    font-size: 13px;
    margin-top: 3px;
  }
}
/*--------------------------------
COLAGENOのある暮らし
--------------------------------*/
#corageno h1 {
  text-align: center;
  margin: 60px 0 80px;
  line-height: 1.5em;
  color: #444444;
  font-weight: normal;
  font-size: 2.5em;
}
#corageno img {
  margin-bottom: 50px;
}
#corageno_recipe {
  background-color: #fafaf8;
}
#corageno_recipe h2 {
  font-size: 30px;
}
#corageno_recipe ul, #corageno_recipe ol {
  line-height: 2em;
}
#corageno_recipe img {
  margin-bottom: 50px;
}

#corageno_recipe .recipe_name {
  border-bottom: solid 2px;
  margin-bottom: 0;
}
#corageno_recipe dt {
  border-bottom: dotted 1px;
  padding-bottom: 3px;
  margin-bottom: 10px;
  color: #848472;
  font-size: 18px;
}
#corageno_recipe .right_btn .button {
  margin: 0 0 13px auto;
  display: block;
  padding: 12px 51px;
  background-color: #d96d00;
  color: #fff;
  border: solid 1px #d96d00;
  width: 200px;
  letter-spacing: 2px;
}
#corageno_recipe .right_btn .button:hover {
  background-color: #fff;
  color: #d96d00;
  border: solid 1px #d96d00;
  /*transition: all .3s;*/
}
#corageno_recipe .right_btn .arrow {
  position: absolute;
  top: 17px;
  right: 24px;
  width: 8%;
}
@media only screen and (min-width: 1200px) {
  #corageno .with_corageno img {
    width: 480px;
    height: 320px;
  }
   #gelite_corageno .gelite_corageno img:nth-child(1) {
    width: 480px;
    height: 370px;
  }
  #gelite_corageno .gelite_corageno img:nth-child(2) {
    width: 480px;
    height: 269px;
  }
  #corageno_recipe img {
    width: 480px;
    height: 320px;
  }
  #corageno_recipe .mv{
       width: 480px;
       height: auto;
  }
}
@media only screen and (max-width: 991px) {
  #corageno_recipe .right_btn .button {
    margin: 0px 10px 15px auto;
    display: block;
    padding: 16px 0px;
    background-color: #d96d00;
    color: #fff;
    border: solid 1px #d96d00;
    width: 60%;
    font-size: 15px;
  }
  #corageno_recipe .right_btn .arrow {
    position: absolute;
    top: 16px;
    right: 35px;
    width: 7%;
  }
}
@media only screen and (max-width: 500px) {
  #corageno h1 {
    font-size: 1.5em;
    margin: 30px 0 30px;
  }
  #corageno_recipe .right_btn .arrow {
    top: 18px;
    right: 23px;
  }
  #corageno_recipe .right_btn .button {
    margin: 0px auto 15px;
    width: 100%;
  }
}
/*--------------------------------
パウダー
--------------------------------*/
#powder h1 {
  text-align: center;
  margin: 30px 0 60px;
  line-height: 1.5em;
  color: #444444;
  font-weight: normal;
  font-size: 2.5em;
}
#powder .block_b {
  border-bottom: solid 5px #e4a0c5;
}
#powder .block_b .title {
  font-size: 40px;
  color: #e4a0c5;
}
#powder .inner_b {
  background-color: #ffeef7;
  padding: 7px;
  margin: 15px 0 30px;
}
#powder .inner_s {
  background-color: #e0edff;
  padding: 7px;
  margin: 15px 0 30px;
}
#powder .inner_h {
  background-color: #ffecdc;
  padding: 7px;
  margin: 15px 0 30px;
}
#powder .inner_b p, #powder .inner_s p, #powder .inner_h p {
  margin-bottom: 0;
  font-weight: normal;
  font-size: 15px;
}
#powder .block_s {
  border-bottom: solid 5px #8baddb;
}
#powder .block_s .title {
  font-size: 40px;
  color: #8baddb;
}
#powder .block_h {
  border-bottom: solid 5px #f5a663;
}
#powder .block_h .title {
  font-size: 40px;
  color: #f5a663;
}
#powder .title_bottom {
  margin-bottom: 2px;
  color: #000;
  font-size: 13px;
}
#powder .button {
  margin: 30px auto 60px;
  display: block;
  padding: 12px 51px;
  background-color: #d96d00;
  color: #fff;
  border: solid 1px #d96d00;
  width: 70%;
  text-align: center;
  float: none;
  position: relative;
  font-size: 17px;
}
#powder .button:hover {
  background-color: #fff;
  color: #d96d00;
  border: solid 1px #d96d00;
  /*transition: all .3s;*/
}
#powder .button .arrow {
  position: absolute;
  top: 16px;
  right: 24px;
  width: 7%;
}
@media only screen and (max-width: 768px) {
  #powder .button {
    width: 50%;
  }
  #powder .button .arrow {
    top: 15px;
  }
}
@media only screen and (max-width: 500px) {
  #powder .button {
    width: 95%;
  }
}
#powder .img {
  overflow: hidden;
}
#powder .img img {
  transition-duration: 0.3s;
  width: 80%;
  margin: 20px auto;
  display: block;
}
#powder .img img:hover {
  transform: scale(1.2, 1.2);
  /*transition:1s all;*/
  transition-duration: 0.3s;
}
/*レシピ*/
#powder_recipe {
  background-color: #fafaf8;
}
#powder_recipe ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}
#powder_recipe li {
  display: flex;
  flex-direction: column;
  margin-bottom: 36px;
  padding: 0 16px;
}
#powder_recipe .img {
  overflow: hidden;
  border-radius: 140px;
  z-index: 1;
}
#powder_recipe img {
  transition-duration: 0.3s;
}
#powder_recipe .img img:hover {
  transform: scale(1.2, 1.2);
  /*transition:1s all;*/
  transition-duration: 0.3s;
}
#powder_recipe .recipe_name {
  margin-top: 10px;
}
#powder_recipe .recipe_name p {
  text-align: center;
  font-size: 18px;
  color: #525263;
}
.recipe_p {
   height: 50px;
    display: table;
    width: 100%;
}
.recipe_p p{
    text-align: right;
    display: table-cell;
    vertical-align: middle;
}
@media only screen and (min-width: 1200px) {
  #powder_recipe .img {
    width: 220px;
  }
  #powder_recipe li {
    display: flex;
    flex-direction: column;
    padding: 0px 0 0 16px;
    margin-top: 15px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 500px) {
  #powder h1 {
    font-size: 1.5em;
    margin: 30px 0 30px;
  }
  #powder_recipe ul {
    flex-wrap: wrap;
  }
  #powder_recipe li {
    width: 50%;
    display: flex;
    flex-direction: column;
  }
}

/*--------------------------------
チョコレート
--------------------------------*/
#chocorageno .main {
  background-color: #5e5d5b;
  padding-bottom: 100px;
}
#chocorageno .desc {
  color: #e0c36b;
}
#chocorageno img{
    margin-bottom: 30px;
}
#chocorageno .desc h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 300;
}
#chocorageno .logo {
  width: 34%;
  margin: 30px auto;
  display: block;
}
#chocorageno .button,
#my_chocorageno .button{
  margin: 0 auto 15px 0;
  display: block;
  padding: 11px 51px;
  background-color: #d96d00;
  color: #fff;
  border: solid 1px #d96d00;
  width: 200px;
}
#chocorageno .button:hover,
#my_chocorageno .button:hover {
  background-color: #fff;
  color: #d96d00;
  border: solid 1px #d96d00;
  /*transition: all .3s;*/
}
#chocorageno .arrow {
  position: absolute;
  top: 18px;
  right: 35px;
  width: 6%;
}
#my_chocorageno h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 300;
}
#my_chocorageno p {
  margin-bottom: 35px;
}
#my_chocorageno .logo {
    width: 387px;
    margin: 30px auto;
    display: block;
  }
#corageno_recipe [id^="recipe01"] [id^="recipe02"][id^="recipe03"] {
  padding-top: 100px;
  margin-top: -100px;
}
@media only screen and (min-width: 1200px) {
  #chocorageno .logo {
    width: 290px;
  }
  #chocorageno .my_chocorageno .col-md-6 {
    width: 570px;
  }
  #chocorageno .my_chocorageno .col-md-6:nth-child(2) {
    width: 600px;
    padding: 0;
  }
  #chocorageno .desc .col-md-6 {
    width: 570px;
    padding-left: 16px;
    padding-right: 0;
  }
  #chocorageno .movie img{
      width: 600px;
  }
  #chocorageno .movie .col-md-6 .mv1{
      margin-left: -45px;
  }
  #chocorageno .desc .col-md-6:nth-child(2){
  padding-left: 0;
  width: 600px;
  }
}
@media only screen and (max-width: 991px) {
  #chocorageno .desc h2 {
    margin-top: 20px;
    text-align: center;
  }
  #my_chocorageno h2 {
    text-align: center;
  }
  #chocorageno .button,
  #my_chocorageno .button{
    margin: 15px auto;
  }
  #chocorageno .arrow {
    position: absolute;
    top: 16px;
    right: 35px;
    width: 7%;
  }
}
@media only screen and (max-width: 500px) {
    
  #chocorageno .button,
  #my_chocorageno .button{
    width: 95%;
    padding: 15px 51px;
    margin-bottom: 40px;
  }
  #chocorageno .arrow {
    position: absolute;
    top: 17px;
    right: 35px;
    width: 6%;
  }
  #chocorageno .logo {
    width: 90%;
    margin: 22px auto;
  }
  #my_chocorageno .logo {
    width: 78%;
    margin: 22px auto;
  }
  #chocorageno .main {
    padding-bottom: 40px;
  }
}
/*--------------------------------
ドリンク
--------------------------------*/
#drink .logo{
    width: 290px;
    margin: 30px auto 50px;
    display: block;
}
#drink h1 {
  text-align: center;
  margin: 30px 0 50px;
  line-height: 1.5em;
  color: #444444;
  font-weight: normal;
  font-size: 2.5em;
}
#drink img {
  margin-bottom: 50px;
}
#drink .button {
  margin: 0 auto 15px 0;
  display: block;
  padding: 11px 51px;
  background-color: #d96d00;
  color: #fff;
  border: solid 1px #d96d00;
  width: 200px;
}
#drink .button:hover {
  background-color: #fff;
  color: #d96d00;
  border: solid 1px #d96d00;
  /*transition: all .3s;*/
}
#drink .arrow {
  position: absolute;
  top: 18px;
  right: 35px;
  width: 6%;
}
#drink h2 {
  margin-top: 0;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 300;
        line-height: 1.5em;
}
 #drink .movie img{
     margin-bottom: 0px;
  }
@media only screen and (min-width: 1200px) {
  #drink img {
    width: 600px;
  }
   #drink .movie p {
    width: 600px;
  }
  #drink .col-md-5 {
    padding: 0;
  }
  #drink .col-md-6:nth-child(2){
     margin-left: -45px; 
  }
   #drink .movie .col-md-6 .mv1{
     margin-left: -45px; 
  }
  #drink .movie .col-md-6:nth-child(2){
     padding-left: 60px; 
  }
   #drink .movie .col-md-6 .left{
     margin-left: -100px; 
  }
}
@media only screen and (max-width: 991px) {
  #drink .button {
    margin: 15px auto;
  }
  #drink .arrow {
    position: absolute;
    top: 16px;
    right: 35px;
    width: 7%;
  }
  #drink h2 {
      text-align: center;
  }
}
@media only screen and (max-width: 500px) {
  #drink h1 {
    font-size: 1.5em;
    margin: 30px 0 30px;
  }
  #drink .button {
    width: 95%;
  }
}
/*--------------------------------
フッター
--------------------------------*/
.ec-footerNavi .ec-footerNavi__link a {
  text-decoration: none;
  font-size: 15px;
}
.ec-footerTitle p {
  font-size: 15px;
}
.ec-footerNavi li {
  border-right: solid 1px;
}
.ec-footerNavi li:last-child {
  border-right: none;
}
.ec-footerRole {
  margin-top: 0px;
  background: #131304;
}
.ec-footerTitle .ec-footerTitle__logo {
  margin-bottom: 0px;
}
@media only screen and (min-width: 768px) {
  .ec-footerRole {
    padding-top: 40px;
  }
  .ec-footerTitle {
    padding: 40px 0 40px;
  }
  .ec-footerTitle .ec-footerTitle__logo a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 500px) {
  .ec-footerNavi .ec-footerNavi__link a {
    border-bottom: 1px solid #505050;
  }
}
@media only screen and (min-width: 375px) {
  .pr20 {
    padding-right: 20px;
  }
}
/*--------------------------------
商品詳細
--------------------------------*/
.ec-productRole{
   max-width: 1200px; 
}
.ec-productRole .ec-productRole__description {
  margin-bottom: 16px;
  margin-bottom: 35px;
  letter-spacing: -0.05px;
  line-height: 1.8;
  font-size: 15px;
}
.ec-productRole .ec-productRole__tags {
  margin-top: 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.ec-productRole .ec-productRole__title .ec-headingTitle {
  padding-top: 20px;
}
@media only screen and (min-width: 768px){
.ec-productRole .ec-productRole__title .ec-headingTitle {
    font-size: 40px;
}}
/*カートボタン*/
.ec-productRole .ec-productRole__btn {
  width: 100%;
  margin-bottom: 0;
}
/*カートへ進ボタン*/
.ec-blockBtn--action {
  background-color: #d96d00;
  border: #d96d00;
}
.ec-blockBtn--action:hover {
  background-color: #fff;
  border: solid 1px #d96d00;
  color: #d96d00;
}
.ec-cartNaviIsset:hover .ec-cartNaviIsset__action:hover .ec-blockBtn--action:hover {
  color: #d96d00;
}
.ec-blockBtn--action:active, .ec-blockBtn--action.active, .open > .ec-blockBtn--action.dropdown-toggle {
  background-color: #fff;
  border: solid 1px #d96d00;
  color: #d96d00;
}
.ec-blockBtn--action.disabled:hover, .ec-blockBtn--action.disabled:focus, .ec-blockBtn--action.disabled.focus, .ec-blockBtn--action[disabled]:hover, .ec-blockBtn--action[disabled]:focus, .ec-blockBtn--action[disabled].focus, fieldset[disabled] .ec-blockBtn--action:hover, fieldset[disabled] .ec-blockBtn--action:focus, fieldset[disabled] .ec-blockBtn--action.focus :hover {
  background-color: #fff;
  border: solid 1px #d96d00;
  color: #d96d00;
}
.ec-blockBtn--action:active:hover, .ec-blockBtn--action:active:focus, .ec-blockBtn--action:active.focus, .ec-blockBtn--action.active:hover, .ec-blockBtn--action.active:focus, .ec-blockBtn--action.active.focus, .open > .ec-blockBtn--action.dropdown-toggle:hover, .open > .ec-blockBtn--action.dropdown-toggle:focus, .open > .ec-blockBtn--action.dropdown-toggle.focus {
  background-color: #fff;
  border: solid 1px #d96d00;
  color: #d96d00;
}
/*お気に入りボタン*/
button#favorite {
  background-color: #dd81b1;
  border: solid 1px #dd81b1;
}
button#favorite:hover {
  background-color: #fff;
  border: solid 1px #dd81b1;
  color: #dd81b1;
}
.ec-blockBtn--cancel {
  background-color: #76655d;
  border: #76655d;
}
.ec-blockBtn--cancel:hover {
  background-color: #fff;
  border: solid 1px #76655d;
  color: #76655d;
  /*transition: all .3s;*/
}
.ec-blockBtn--cancel:active {
  background-color: #fff;
  border: solid 1px #76655d;
  color: #76655d;
}
.ec-guest__actions a:hover {
  color: #76655d;
}
.ec-productRole .ec-blockBtn--action {
  width: 45%;
  float: left;
  background-color: #d96d00;
  border: solid 1px #d96d00;
}
.ec-productRole .ec-blockBtn--action:hover {
  width: 45%;
  float: left;
  background-color: #fff;
  color: #d96d00;
  border: solid 1px #d96d00;
}
.ec-productRole .ec-blockBtn--cancel {
  width: 45%;
  /*float: right;*/
  background-color: #76655d;
  border: solid 1px #76655d;
}
.ec-productRole .ec-blockBtn--cancel:hover {
  width: 45%;
  /*float: right;*/
  background-color: #fff;
  border: solid 1px #76655d;
  color: #76655d;
  /*transition: all .3s;*/
}
@media only screen and (max-width:768px) {
 .ec-productRole .ec-blockBtn--cancel {
  float: right;
}
.ec-productRole .ec-blockBtn--cancel:hover {
  float: right;
}   
}
/*カートに戻る*/
.ec-totalBox .ec-totalBox__btn a:hover {
  color: #76655d;
}
/*ただいま品切れ中*/
.ec-blockBtn--action.disabled, .ec-blockBtn--action[disabled], fieldset[disabled] .ec-blockBtn--action {
  background-color: #999999;
  border: solid 1px #999999;
}
@media only screen and (max-width:800px) {
  .ec-productRole {
    margin: 40px auto 0;
  }
}
@media only screen and (max-width:500px) {
  .ec-productRole .ec-productRole__title .ec-headingTitle {
    padding-top: 10px;
  }
  /*ただいま品切れ中*/
  .ec-blockBtn--action.disabled, .ec-blockBtn--action[disabled], fieldset[disabled] .ec-blockBtn--action {
    font-size: 12px;
  }
}
/*商品説明_原材料*/
.ec-productRole .detail{
   font-size: 12px;
    border: 1px dotted #ccc;
    padding: 10px; 
}
/*商品価格*/
.ec-productRole .ec-productRole__price{
        border-top: 1px dotted #ccc;
        border-bottom: none;
        color: #525263;
        padding-bottom: 0;
}
/*規格*/
.ec-productRole .ec-productRole__actions{
    padding:0;
}
.ec-productRole .ec-productRole__actions .ec-select{
    margin-bottom: 20px;
}
/*関連カテゴリ*/
.ec-productRole .ec-productRole__category {
  border-bottom: none;
  padding: 20px 0;
}
/*個数*/
.ec-numberInput input[type='number'] {
    margin-bottom: 20px;
}
/*説明欄_幅*/
@media only screen and (min-width:1200px) {
/*説明欄_幅*/
.right{
  width: 450px !important;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 30px;
}
.right .ec-blockBtn--action,.right .ec-blockBtn--cancel{
    width: 180px !important;
    height: 40px !important;
    justify-content: center;
    display: flex;
    align-items: center;
}
.right .ec-blockBtn--action{
   margin-right: 20px; 
}
.left{
    width: 700px !important;
        margin-right: 50px !important;

}
.left .slick-slider {
  margin-left: 0px;
  margin-right: 0px;
}
.ec-sliderItemRole{
  padding-left: 0px;
    padding-right:0px;  
} 
/*商品画像*/
.ec-sliderItemRole .slideThumb:nth-child(3){
 margin-right: 0px;   
}
.ec-sliderItemRole .slideThumb{
 margin-right: 20px;
    width: 220px;
}
.ec-sliderItemRole .slideThumb img {
    width: 100%;
}
}
/*--------------------------------
会社概要
--------------------------------*/
/*#about dt,#about dd{
padding: 20px 0;
border-bottom: solid 1px #ccc;
}*/
#about .map {
  padding: 0px;
}
@media only screen and (min-width: 1200px) {
  #about .map {
    padding: 0 70px;
  }
}
@media only screen and (min-width: 768px) {
  .ec-pageHeader h1 {
    margin: 10px 0px 48px;
  }
}
@media only screen and (max-width: 768px) {
  .ec-pageHeader h1 {
    border-top: none;
    padding: 30px 0 12px;
  }
  #about .map {
    padding: 0 34px;
  }
}
/*--------------------------------
プライバシーポリシー
--------------------------------*/
#privacy h2 {
  background-color: #76655d;
  padding: 5px 10px;
  margin: 26px 0 21px;
  color: #fff;
  font-size: 18px;
}
/*--------------------------------
商品一覧
--------------------------------*/
.ec-shelfGrid .ec-shelfGrid__item-image {
  height: 50px;
}
.ec-shelfGrid {
  text-align: center;
}
.ec-shelfGrid p {
  line-height: 1.2;
}
.price02-default {
  margin-bottom: 10px;
  margin-top: 10px;
}
.ec-pagerRole {
  border-top: solid 1px #848472;
}
.ec-pager .ec-pager__item {
  background: #dcdcdc;
  border-radius: 300px;
  padding: 2px;
  margin-right: 5px;
}
.ec-pager .ec-pager__item--active {
  background: #75655d;
  border-radius: 300px;
  padding: 2px;
  margin-right: 5px;
}
.ec-pager .ec-pager__item a, .ec-pager .ec-pager__item--active a {
  font-size: 15px;
  font-weight: bold;
  padding: 6px 1em;
}
.ec-pager .ec-pager__item a {
  color: #777777;
}
.ec-pager .ec-pager__item--active a {
  color: #fff;
}
/*pager li:last-child{
    display: none;
}*/
@media only screen and (min-width: 991px) {
  .ec-shelfGrid .ec-shelfGrid__item {
    width: 20%;
  }
}
@media only screen and (max-width: 900px) {
  .ec-shelfGrid .ec-shelfGrid__item {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .ec-shelfGrid .ec-shelfGrid__item-image {
    height: 100px;
  }
  .ec-searchnavRole .ec-searchnavRole__infos {
    padding-left: 0;
    padding-right: 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-top: 0px;
    flex-direction: row;
  }
  .ec-layoutRole__main .ec-select {
    margin-bottom: 8px;
    margin-top: 7px;
  }
  .ec-searchnavRole .ec-searchnavRole__counter {
    margin: auto;
  }
  .ec-input select, .ec-halfInput select, .ec-numberInput select, .ec-zipInput select, .ec-telInput select, .ec-select select, .ec-birth select {
    width: 170px;
  }
}
/*Line upブロック非表示*/
#page_product_list #recommend .ec-shelfRole,
#page_product_list .button_inner
{
    display: none;
}
/*--------------------------------
よくある質問ページ
--------------------------------*/
#faq .list {
  list-style: none;
  text-align: center;
  margin-bottom: 100px;
  font-size: 20px;
}
#faq .list a {
  color: #444444;
}
#faq .list a:hover {
  color: #d96d00;
}
#faq [id="faq_01"], [id="faq_02"], [id="faq_03"], [id="faq_04"] {
  padding-top: 100px;
  margin-top: -100px;
}
#faq .list li {
  display: inline-block;
  border-right: solid 1px #444444;
  color: #444444;
  padding: 0px 7px 0 7px;
}
#faq .list li:last-child {
  border-right: none;
}
#faq .about h2 {
  text-align: center;
  margin: 0 0 45px 0;
  font-size: 40px;
  color: #444444;
}
#faq .about h3 {
  text-align: center;
  font-size: 30px;
  color: #444444;
  margin: 10px 0 45px 0;
  font-weight: 400;
}
#faq .about {
  margin-bottom: 80px;
}
#faq .about h2:before {
  content: url(/html/user_data/assets/img/faq/h2_img_l.png);
  vertical-align: 3px;
  margin-right: 5px;
}
#faq .about h2:after {
  content: url(/html/user_data/assets/img/faq/h2_img_r.png);
  vertical-align: 3px;
  margin-left: 5px;
}
#faq .about h2 + ul, #faq .about h3 + ul {
  list-style: none;
  padding: 0px;
}
#faq .about li {
  margin-bottom: 50px;
}
#faq .box-a{
    display: flex;
}
#faq .about .box-q p {
  font-size: 24px;
  color: #848472;
  border-bottom: dotted 1px #848472;
  margin-bottom: 25px;
}
#faq .about .box-q .q_icon{
  font-size: 40px;
  vertical-align: -2px;
  font-weight: 300;
  line-height: 0;
  margin-right: 10px;
}
#faq .about .box-a .a_icon{
     font-size: 40px;
  vertical-align: -2px;
  font-weight: 300;
  line-height: 0;
  margin-right: 10px;
  margin-top: 20px;
}
#faq .about .box-a p {
  font-size: 15px;
  letter-spacing: -0.5px;
  /*padding-left: 2em;
    text-indent: -2em;*/
}
#faq .about .box-a ul {
  margin: 30px 0;
  padding-left: 1em;
}
#faq .about .box-a li {
  margin-bottom: 0;
  list-style: disc;
  line-height: 1.8em;
}
#faq .about .box-a dt {
  color: #848472;
  font-size: 16px;
  margin-bottom: 5px;
}
#faq .about .box-a dd {
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  #faq .list {
    font-size: 16px;
  }
  #faq .about .box-q p {
    padding-left: 1.3em;
    text-indent: -1.3em;
  }
}
@media only screen and (max-width: 500px) {
  #faq .list {
    padding: 0;
  }
  #faq .list li {
    display: block;
    border-right: none;
    color: #444444;
    padding: 0px;
    text-align: center;
    line-height: 2.5em;
    border-bottom: solid 1px #444444;
    width: 100%;
  }
  #faq .about h2 {
    font-size: 1.5em;
    position: relative;
  }
  #faq .about h2:before {
    transform: scale(0.7);
    position: absolute;
    top: 0px;
    left: -10px;
  }
  #faq .about h2:after {
    transform: scale(0.7);
    position: absolute;
    top: 0px;
    right: -10px;
  }
  #faq .about .box-q p {
    font-size: 20px;
    letter-spacing: -0.3px;
    font-size: 18px;
  }
  #faq .about .box-q .q_icon,#faq .about .box-a .a_icon {
    font-size: 30px;
  }
  #faq .about h3 {
    font-size: 20px;
  }
}
/*--------------------------------
お客様の声ページ
--------------------------------*/
#review ul {
        list-style: none;
    padding: 0px;
}

#review h2{
font-size: 26px;
line-height: 36px;
    color: #848472;
    border-bottom: dotted 1px #848472;
    margin-bottom: 25px;
}
#review .text_box p:nth-child(1){
font-family: 'Klee One', cursive;
margin-bottom: 20px;
}
@media only screen and (max-width: 500px) {
    #review h2{
       font-size: 22px; 
    }
}
/*--------------------------------
SNSアイコン
--------------------------------*/
.sns{
   display: flex;
   padding-left: 10px;
}
.sns img{
 width: 25px;
    margin-right: 10px;
    margin-top: 5px;
}
.icon{
    display: inline-block;
}
@media only screen and (max-width: 974px) {
.icon{
    display: none;
}
}
/*--------------------------------
下層ページ動画テキスト
--------------------------------*/

.movie .name{
text-align: center;
    font-size: 15px;
    margin: 10px 0 3px;
}
@media only screen and (max-width: 500px){
.movie .name {
    font-size: 13px;
    line-height: 15px;
}}
/*--------------------------------
TOP動画
--------------------------------*/
.top_movie{
    position: relative;
}
#b_skip{
    position: absolute;
        z-index: 3;
        right: 20px;
    top: 20px;
    font-size: 20px;
    border:solid #fff ;
  border-width:0 0 2px 0;
background-color: transparent;
color: #fff;
}
@media only screen and (max-width: 991px){
.top_movie{
       padding-top: 56px; 
}
#b_skip{
    top: 70px;
}
}
/*--------------------------------
配送料について
--------------------------------*/
#delivery #block01,
#delivery #block02{
 padding-top: 70px;
margin-top: -70px;
}
#delivery table{
  width: 100%;  
  border-collapse: collapse;
}
#delivery th,#delivery td{
    padding: 10px;
    text-align: center;
}
#delivery th{
    background-color: #e4e4e4;
     border-bottom: solid 1px #ccc;
}
#delivery th:nth-child(1n){
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
}
#delivery td{
    border-bottom: solid 1px #ccc;
}
#delivery td:nth-child(1n){
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
}
@media only screen and (max-width: 500px){
#delivery th:nth-child(1n),
#delivery td:nth-child(1n) 
{
    border-left: none;
    border-right: none;
}    
#delivery td:nth-child(2n),
#delivery th:nth-child(2n){
    border-left: none;
    border-right: none;
}
#delivery th{
     border-bottom: solid 1px #fff;
}
#delivery .table1 tr:nth-child(n + 2),
#delivery .table2 tr:nth-child(n + 2),
#delivery .table3 tr:nth-child(n + 2){
    margin-bottom: 15px;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
   border-top: solid 1px #ccc;
}
#delivery tr,#delivery th,#delivery td{
    display: block;
}    
}

@media (min-width: 1384px){
.headerNav .col-lg-3 {
    width: 25%;
}}