html {
  overflow-x: hidden;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}
a:active, a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}
button{
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
}

select {
  text-transform: none;
}

button, html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  /*border: 1px solid #c0c0c0;*/
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}
img{
  margin:0;
  padding:0;
  border:none;
  vertical-align:bottom;
}
ul,ol{
  margin:0;
  padding:0;
  list-style:none;
  list-style-position:outside;
}
li{
  margin:0;
  padding:0;
  line-height: 1.1;
}
dl,dt,dd{
  margin:0;
  padding:0;
}
hr{
  display:none;
}
h1,h2,h3,h4,h5,h6{
  margin:0;
  padding:0;
  font-size:100%;
  font-weight:normal;
  line-height: 1.1;
}

p{
  margin:0;
  padding:0;
  line-height: 1.3;
}
div{
  margin:0;
  padding:0;
}
table {
  border-collapse: 0;
  collapse;border-spacing: 0;
  font-size:inherit;
  font:100%;
}
table,th,td{
  margin:0;
  padding:0;
}
address,form,fieldset{
  margin:0;
  padding:0;
}
input,select{
  margin:0;
  padding:0;
}
address, caption, cite, code, dfn, em, strong, th, var, optgroup{
  font-style: inherit;
  font-weight: inherit;
  }
del,ins {
  text-decoration: none;
  }
input, button, textarea, select, optgroup, option{
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  }
input, button, textarea, select
  {*font-size: 100%;}
select,input,button,textarea,button{font:99%;}

a{ outline: none; }

body {
  background-color: #fff;
  color: #212121;
  font-size: 100%;
  font-family: 'メイリオ', 'Meiryo', 'Noto Sans JP', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif!important;
  font-weight:normal;
}

a {
  text-decoration: none;
  color: #2b98f2;
}
a:active {
  background: rgba(0, 0, 0, 0.1);
}
a:hover,a:hover img {
  opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

p {
  line-height: 1.4;
  margin: 0;
}

h2 {
  margin: 0 0 12px;
  font-size: 128.57143%;
  font-weight: normal;
  line-height: 1.2;
}

h3 {
  font-size: 114.28571%;
  font-weight: normal;
  margin: 20px 0 .5rem;
}

h4 {
  font-size: 100%;
  font-weight: bold;
  margin: 20px 0 .5rem;
}

img {
  max-width: 100%;
  height: auto;
}

.u-wrap {
  text-align: center;
  vertical-align: middle;
  zoom: 1;
}
.u-wrap img {
  vertical-align: bottom;
}

.u-cf:before {
  content: "";
  display: table;
}
.u-cf:after {
  content: "";
  display: table;
  clear: both;
}


/*
 * ���若��
 */
.slick-slide img {
  margin: 0 auto;
}

.button {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border: none;
  display: inline-block;
}

.button--blue {
  background: #2b98f2;
  color: #fff;
}

.button--orange {
  background: #ff5722;
  color: #fff;
}

.button--line {
  border: 1px solid #2196f3;
  color: #2196f3;
}

.button--more {
  width: 50%;
  display: block;
  margin: 0 auto 20px;
  padding: 5px;
}

.button--sort {
  font-size: 71.42857%;
  padding: 5px 8px;
  width: 28%;
}

.button--tag {
  font-size: 71.42857%;
  padding: 5px 8px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.button--small {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 100%;
  padding: 14px 0;
  width: 25%;
  line-height: 1;
}

.button--medium {
  font-size: 100%;
  padding: 13px 0;
  margin: 10px 0;
  width: 100%;
  line-height: 1;
}

.button--large {
  font-size: 114.28571%;
  font-weight: bold;
  padding: 20px 0;
  width: 100%;
}

.button--disabled {
  background: #e6e6e6;
  color: #bbb;
}

input[type="text"].keyword {
  font-size: 85.71429%;
  background: #fff;
  color: #212121;
  padding: 0 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="text"].keyword--small {
  width: 68%;
  height: 44px;
}
input[type="number"].buy__num, input[type="text"].buy__num {
  padding: 8px 10px;
  width: 15%;
}
input[type="text"].buy__name-title {
  padding: 8px 10px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pulldown {
  width: 100%;
  height: 44px;
  background: #fff;
  margin: 0 0 15px;
  border: 1px solid #bdbdbd;
}

/*
 * �≪�若����
 */
.modal__content {
  position: absolute;
  z-index: 1000001;
  display: none;
  width: 75%;
  margin: 0;
  padding: 10px 20px;
  background: #fff;
}
.modal__close {
  font-size: 114.28571%;
  display: block;
  width: 100%;
  text-align: right;
  color: #212121;
}




/*
* default
*/
a{
  color:#333;
}
.dnone{
  display: none;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix {
    min-height: 1px;
}
body{
  font-family: 'NotoSansCJKjp', 'Noto Sans Japanese', '羝吾�眼�激����', YuGothic, '��������茹��� Pro', 'Hiragino Kaku Gothic Pro', '�＜�ゃ����', 'Meiryo', Osaka, '鐚㍼竺 鐚違�眼�激����', 'MS PGothic', sans-serif;
  font-size:14px;
  color:#333;
}
.page_main {
  max-width: 120
}
.cInner{
  max-width: 1000px;
  margin: 0 auto;
}
.cInner-r {
  padding: 0 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.f-bld {
  font-weight: bold;
}

.item {
  margin-right: 10px;
}
.item a:hover {
  text-decoration: unset;
}
.item_img {
  text-align: center;
}

.item_list_square .item_img {
  text-align: center;
  position: relative;
  height: 232px;
  overflow: hidden;
}
.item_list_square .item_img img {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: auto;
  height: 100%;
  max-width: unset;
  max-height: initial;
}

.item_txt {
  text-align: left;
  margin-top: 10px;
  color: #333;
}
.item_txt a:hover {
  text-decoration: unset;
}
.item_name {
  font-size: 16px;
}
.item_name-g {
  font-size: 14px;
  color: #348703;
}
.item_btn {

}
.item_price {
  color: #fe0005;
  font-size: 20px;
  margin-top: 5px;
}
.item_price span {
  font-size: 14px;
  margin-left: 5px;
}
.item_desc {
  font-size: 12px;
  margin-top: 10px;
}

.item .btn {
  margin-top: 20px;
}

.item_clm-2 {
  display: flex;
  flex-wrap: wrap;
}
.item_clm-2 .item {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 20px;
}
.item_clm-2 .item:nth-child(2n) {
  margin-right: 0;
}

.item_clm-3 {
  display: flex;
  flex-wrap: wrap;
}
.item_clm-3 .item {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
}
.item_clm-3 .item:nth-child(3n) {
  margin-right: 0;
}

.item_rank {

}
.item_rank .item_img {
  position: relative;
}
.item_rank .item_img .item_rank_img {
  position: absolute;
  left: 0;
  z-index: 1;
  margin: auto;
}

.item_rank_list {
  display: flex;
  flex-wrap: wrap;
}
.item_rank_list .item_rank {
  width: 23.5%;
  margin-right: 0;
  margin-top: 30px;
}
.item_rank_list .item_rank:nth-child(n+2) {
  margin-left: 2%;
}
.item_rank_list .item_rank .item_price {
  display: none;
}
/*
* header
*/

/*
* drawer
*/
/*���若���若���ゅ�演����罎�膣≪����*/
.overlay,.overlay2,.searchOverlay{
  position: fixed;
  z-index: 1000000;
  top: 60px;
  left: 0;
  display: none;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
  cursor: pointer;
}
.searchOverlay{
  background-color: rgba(255, 255, 255, 0.75);
}
.overlay_btn {
  position: fixed;
  top: 70px;
  left: 290px;
  display: block;
  width: 30px;
  height: 30px;
}
.overlay_btn span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.overlay_btn span:first-child {
  transform: rotate(45deg);
}
.overlay_btn span:nth-child(2) {
  transform: rotate(-45deg);
}
.drawerTop{
  padding:25px 0px;
}
.drawer.open {
  top: 100px
}
.drawer {
  position: fixed;
  top: -100vh;
  z-index: 1000001;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: 85vh;
  background: #fff;
  color: #212121;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  padding-bottom: 50px;
  box-sizing: border-box;
}
.drawer_ttl {
  text-align: center;
  padding: 20px;
  background-color: #f4f4f4;
  box-sizing: border-box;
}
.drawer_ttl p{
  color: #78bd28;
  font-size: 16px;
  font-weight: bold;
}
.section--drawer{
  margin-bottom:60px;
}
.dNav__unit{
  border-bottom:solid 1px #999999;
}
.dNav__unit.open{
  border-bottom:none;
}
.dNav__unit:first-child{
  border-top:solid 1px #999999;
}
.dNav__link{
  width:100%;
}
.dNav__table{
  display: table;
  table-layout: fixed;
}
.dNav__cell{
  display: table-cell;
  vertical-align: middle;
  height:75px;
}
.dNav__icon{
  text-align: left;
  padding:0px 0px 0px 10px;
  font-size:42px;
  width:52px;
}
.dNav__name{
  text-align: left;
}
.dNav__link--acMenu{
  position:relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right:30px;
}
.dNav__link--acMenu .dNav__name:before{
  display: inline-block;
  font: normal normal normal 20px/1 FontAwesome;
  font-size: 20px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f107";
  position:absolute;
  right:5%;
  top:36%;
  color:#333;
}

/*
��������荐�菴�
*/
button{
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
/**�演��**/
.sec_ttl {
  text-align: center;
  margin: 50px 0 30px;
}
.subtitle {
  display: inline-block;
  text-align: center;
  color: #666666;
  padding-left: 25px;
  position: relative;
}
.subtitle:before {
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  background-color: #e63f87;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.btn_area {
  margin-top: 30px;
}
.btn {
  display: block;
  padding: 20px;
  text-align: center;
  border: 1px solid #78bd28;
  border-radius: 30px;
  max-width: 300px;
  margin: 0 auto;
  width: 80%;
  font-size: 16px;
}
.btn p {
  color: #78bd28;
  padding-right: 10px;
  position: relative;
}
.btn p:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #78bd28;
  border-right: 1px solid #78bd28;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
}
.btn p span {
  font-size: 11px;
}
.btn-g {
  background-color: #a79580;
  border: 1px solid #a79580;
  max-width: none;
  width: 100%;
  box-sizing: border-box;
}
.btn-g p {
  color: #fff;
}
.btn-g p:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.btn-bgW {
  background-color: #fff;
}
.top_pick_item {
  border: 1px solid #77bb26;
  padding: 40px;
  box-sizing: border-box;
  display: flex;
}
.top_pick_item__img {
  width: 25%;
}
.top_pick_item__txt {
  margin-left: 5%;
  width: 70%;
  font-size: 16px;
}
.top_pick_item__txt_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.top_pick_item__name {
  color: #348703;
  font-size: 24px;
}
.top_pick_item__price {
  color: #fe0005;
  font-size: 24px;
    min-width: 150px;
}
.top_pick_item__price span {
  font-size: 20px;
  margin-left: 10px;
}
.top_pick_item__link {
  text-align: right;
}
.top_pick_item__link a {
  color: #77bb26;
  text-decoration: underline;
  font-size: 18px;
}


.pickup_list {
  display: flex;
  flex-wrap: wrap;
}
.pickup_list .item {
  width: 32%;
  margin-right: 2%;
  /*margin-bottom: 30px;*/
}
.pickup_list .item:nth-child(3n) {
  margin-right: 0;
}
.pickup_list .item:nth-child(n+4) {
  display: none;
}

.item_list-clm5 {
  display: flex;
}
.item_list-clm5 .item {
  width: 18.5%;
  margin-right: 2.5%;
}
.item_list-clm5 .item:nth-child(5m) {
  margin-right: 0;
}

/**header**/
.header {
}
#hdrbar {
  background: #02a63e;
  padding: 3px 0 5px;
  color: #fff;
}
#hdrbar .cInner {
  position: relative;
  text-align: center;
  font-size: 0;
}
#hdrbar strong {
  font-size: 16px;
}
#hdrbar span {
  padding-left: 10px;
  font-size: 10px;
}
#hdrbar button {
    display: block;
    width: 10px;/*枠の大きさ*/
    height: 10px;/*枠の大きさ*/
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
#hdrbar button::before, #hdrbar button::after{
    content: "";
    display: block;
    width: 100%;/*バツ線の長さ*/
    height: 2px;/*バツ線の太さ*/
    background: #fff;
    transform: rotate(45deg);
    transform-origin:0% 50%;
    position: absolute;
    top: 14%;
    left: 14%;
}
#hdrbar button::after{
    transform: rotate(-45deg);
    transform-origin:100% 50%;
    left: -2px;
    right: 14%;
}
.header_txt {
  background-color: #e9f5e2;
  color: #348703;
  padding: 5px 0;
}
.header_txt p {
  font-size: 12px;
}
.header_com {
  display: flex;
  justify-content: space-between;
}
.header_user {
  display: flex;
  align-items: center;
}
.header_user p {
  margin-left: 20px;
}
.header_link {
  margin: 10px 0 0;
  display: flex;
  justify-content: flex-end;
}
.header_link ul {
  display: flex!important;
  align-items: center;
}
.header_link ul li {
  display: flex;
  align-items: center;
}
.header_link ul li:nth-of-type(n+2) {
  border-left: 1px solid #479024;
}
.header_link ul li a {
  line-height: 1;
  font-size: 12px;
  color: #479024;
  padding: 0 10px;
}
.header_link ul li:last-child a {
  padding: 0 0 0 10px;
}
.header_main {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
}
.header_logo {
  display: flex;
  align-items: flex-start;
}
.header_logo h1 {
  margin: 0;
}
.header_logo p {
  color: #6eba3d;
  font-size: 20px;
  margin-left: 20px;
}
.header_logo p span {
  font-size: 12px;
}
.header_mainlink {
  display: flex;
  align-items: center;
}
.header_mainlink ul {
  display: flex;
  align-items: center;
  margin: 0 45px;
}
.header_mainlink ul li {
position: relative;
  width: 30px;
}
.header_mainlink ul li:nth-of-type(n+2) {
  margin-left: 20px;
}
.header .fs-client-cart-count {
  position: absolute;
  top: -15px;
  right: -15px;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: auto;
  text-align: center;
  background: #fdf100;
  color: inherit;
  font-size: 12px;
  font-weight: bold;
  line-height: 25px;
  border-radius: 50px;
}
/*.header_tell {
  width: 250px;
}*/
.header_tell img {
  width: 100%;
  height: auto;
}
.header_btm {
  margin: 8px 0 0;
  background-color: #6eba3d;
}
.header_btm_wrap {
  display: flex;
  align-items: center;
  position: relative;
  height: 50px;
}
.header_search {
  width: 40%;
  margin: 1px 0;
}
.search_form {
  position: relative;
}
.search_form input {
  width: 100%;
  height: 48px;
  padding: 10px 50px 10px 15px;
  border: none;
  outline: none;
  box-sizing: border-box;
}
.search_form button {
    position: absolute;
    right: 15px;
    height: 25px;
    background: none;
    border: none;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}
.top_slider_wrap {
  background: #f4f4f4;
}
.top_slider {
  padding-bottom: 160px;
}
.top_slider .slick-list.draggable {
  padding: 0!important;
}
.top_slider .slick-list {
  overflow: visible!important;
}
.top_slider .slick-dots {
  bottom: 30px;
}
.top_slider .slick-dots li {
  width: 18.4%;
  height: auto;
  margin: 0;
}
.top_slider .slick-dots li:nth-of-type(n+2) {
  margin-left: 2%;
}
/**drawer**/
.menu {
  width: 130%;
  display: flex;
}

.menu > li {
  width: 100px
}

.menu > li a {
  display: block;
  color: #fff;
  padding: 15px 0 15px 20px;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 99;
}

.menu > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
}
.init-bottom {
  display: block;
  position: relative;
}
.init-bottom:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.menu__second-level {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #6eba3d;
}
.menu__second-level li {
  width: 33.333%;
  border-bottom: 1px solid #6eba3d;
  border-right: 1px solid #6eba3d;
  box-sizing: border-box;
}
.menu__second-level li:nth-child(3n) {
  border-right: transparent;
}
.menu__second-level li a {
  color: #348703;
  display: flex;
  align-items: center;
  padding: 20px 25px 20px 20px;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 16px;
  position: relative;
  height: 100%;
}
.menu__second-level li a:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #6eba3d;
  border-right: 2px solid #6eba3d;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}
.menu__second-level li a img {
  width: 80px;
  margin-right: 20px;
  display: block;
}

.menu {
    *zoom: 1;
}
.menu > li.menu__single {
}

li.menu__single ul.menu__second-level {
    position: absolute;
    top: 45px;
    left: 0;
    width: 100%;
    margin: 0 auto;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__single:hover ul.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
}
/**footer**/
.footer {
  padding: 50px 0 0;
  background-color: #6eba3d;
  color: #fff;
  margin-top: 80px;
}
.footer_link__ttl {
  font-size: 20px;
  margin: 0 0 30px;
}
.footer_link {
  margin: 10px 0 80px;
}
.footer_link {
  display: flex;
  flex-wrap: wrap;
}
.footer_link li {
  width: 32%;
  box-sizing: border-box;
  margin-right: 2%;
}
.footer_link li:nth-child(3n) {
  margin-right: 0;
}
.footer_link li a {
  padding: 20px 20px 20px 10px;
  display: block;
  box-sizing: border-box;
  position: relative;
  font-size: 18px;
  color: #fff;
}
.footer_link li a:before {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}
.footer_link li a:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}
.copy {
  display: block;
  text-align: center;
  font-size: 12px;
  padding: 15px;
  background-color: #000;
}
.footer_logo {
  text-align: center;
}
.footer_logo img {
  width: 100%;
  max-width: 2000px;
}

/**TOP**/
.slick-dotted.slick-slider {
  margin-bottom: 0!important;
}
.slick-next {
  right: 9px!important;
  z-index: 1;
  width: 30px!important;
  height: auto!important;
}
.slick-prev {
  left: 0px!important;
  z-index: 1;
  width: 30px!important;
  height: auto!important;
}
.slick-prev:before, .slick-next:before {
  content: "";
}
.top_slider {
  width: 100%;
  margin: 30px auto 0;
}
  .top_slider {
    margin: 0 auto 80px;
  }
  .slick-slide img {
    width: 100%;
    height: auto;
  }
  .mypattern .slick-slide{
    margin: 5px;
  }

.top_thumb_slider {
  background-color: #efeef3;
  padding: 30px 0;
  box-sizing: border-box;
}
.top_thumb_slider li {
  margin: 0 3px;
}

.top_news {
  text-align: center;
}
.top_search {
  padding: 20px 0;
  background-color: #f4f4f4;
}

.top_recipi, .top_history {
  background-color: #f4f4f4;
  padding: 50px 20px;
}
.search_box {
  position: relative;
}

.search_box input {
  border: 1px solid #dcdcdc;
  width: 100%;
  height: 40px;
  padding: 8px 40px 8px 8px;
  box-sizing: border-box;
}
.search_btn {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
 }
 .serach_link {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
 }
.serach_link li {
  margin-top: 10px;
 }
.serach_link li:after {
  content: "/";
 }
.serach_link li a {
  padding: 0px 10px;
  font-size: 11px;
 }
 .top_bnr a {
  margin-top: 30px;
  display: block;
 }
 .bnr_2clm {
  display: flex;
 }
 .bnr_2clm a {
  margin-right: 2%;
  width: 49%;
 }
 .bnr_2clm a:nth-child(2n) {
  margin-right: 0px;
 }
 .top_cat {
  margin-bottom: 30px;
 }
  .top_cat:last-child {
  margin-bottom: 0px;
 }
 .top_cat_ttl {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
 }
.top_cat_ttl img {
  width: 20px;
  margin-right: 20px;
 }
 .top_cat_ttl-ar {
  position: relative;
 }
 .top_cat_ttl-ar:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  transition: 0.3s;
 }
.top_cat_ttl-ar.active:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: 0.3s;
 }
 .top_cat_list {
  padding: 20px 20px;
  background-color: #efeef3;
  display: flex;
  flex-wrap: wrap;
 }
.top_cat_list li {
  margin: 5px 10px;
 }
 .top_cat_list li a {
  display: inline-block;
  padding: 10px;
  border: 1px solid #cccccc;
  border-radius: 20px;
  background-color: #fff;
 }
.top_cat_list-02 {
  padding: 20px 20px;
  background-color: #efeef3;
  display: flex;
  flex-wrap: wrap;
 }
.top_cat_list-02 li {
  margin-right: 20px;
 }
 .top_cat_list-02 li a {
  display: inline-block;
  padding-left: 20px;
  position: relative;
 }
.top_cat_list-02 li a:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
 }
 .top_cat_blk {
  display: none;
 }
 .top_cat_list-03 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
 }
.top_cat_list-03 > li {
  width: 50%;
 }
 .top_cat_list-03 > li:nth-child(odd) {
  border-right: 1px solid #fff;
  box-sizing: border-box;
 }
  .top_cat_list-03 > li > span {
  display: block;
  padding: 15px 15px 15px 35px;
  width: 100%;
  background-color: #efeef3;
  box-sizing: border-box;
  position: relative;
  height: 60px;
  display: flex;
  align-items: center;
 }
.top_cat_list-03 > li > span:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 0;
  left: 20px;
  bottom: 0;
  margin: auto;
 }
 .top_cat_list_sub > li {
  background-color: #fff;
  padding: 10px 15px;
  margin-top: 5px;
  box-sizing: border-box;
 }
 .top_cat_list_item {

 }
.top_cat_list_item li {
  display: block;
  padding: 15px 15px 15px 35px;
  width: 100%;
  background-color: #efeef3;
  box-sizing: border-box;
  position: relative;
  height: 60px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #fff;
 }
 .top_cat_list_item li p {
  display: block;
  position: relative;
 }
 .top_cat_list_item > li p:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: -20px;
  bottom: 0;
  margin: auto;
 }

 .top_bnr{
  margin-bottom: 20px;
  text-align: center;
 }
.bnr_2{
  display: flex;
  justify-content: space-around;
 }
 .bnr_2 a:first-child{
  margin-right: 10px;
 }

 /* タブ */
.tab{
    list-style:none;
    padding:0;
    width:100%;
    display:flex;
}
.tab li{
    width:33.333%;
    background: #ffffff;
    color: #c4c5c6;
    text-align: center;
    padding:20px 0;
    border-radius: 10px 10px 0 0;
}
.tab li.active{
    background:#f2efeb;
    color: #434343
}
/* ページャー */
.tab_sub{
    padding:0;
    display:flex;
    list-style:none;
    justify-content: center;
}
.tab_sub li{
    padding:5px 15px;
    margin-right:5px;
    font-size: 20px;
    cursor: pointer;
}
.tab_sub li.active{
    border-bottom: 5px solid #77bb26;
    font-weight: bold;
    color: #77bb26;
}
 
.list .inner,
.list .inner > div{
    display:none;
}
.list .inner.active{
    display:block;
    padding: 20px 2%;
}
.list .inner div.active{
    display:block;
}
.tab_cont {
  margin: 20px 0;
}
.top_bnrttl_area {
  display: flex;
  align-items: center;
  text-align: center;
}
.top_bnrttl_area .top_bnrttl {
  text-align: center;
  /*margin-right: 30px;*/
}
.top_bnrttl_area .top_bnrttl:nth-child(2) {
  margin-right: 0;
}
.top_bnrttl {
  text-align: center;
}
.top_bnrttl a {
  display: block;
  margin-top: 20px;
}
.sns_list {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.sns_list li {
  margin: 0 15px;
}

.detail_comment {
  margin: 30px auto 30px;
max-width: 720px;
}
.detail_comment p {
  margin-bottom: 20px;
}

/*****
fs用追加
******/
.fs-preview-header {
  display: none;
}

.logout.my-false { display: none; }
.login.my-true { display: none; }
.regist.my-true { display: none; }

.fs-c-breadcrumb {
  max-width: 1000px;
  margin: 0 auto;
}
.fs-l-main {
  max-width: 1000px!important;
}
/*.fs-l-pageMain {
  max-width: 1000px!important;
}*/
.fs-c-featuredProduct {
    max-width: 1000px;
    margin: 50px auto;
}
.fs-c-featuredProduct__header {
    margin-bottom: 30px;
}
.tokutho ul li {
    background-position: left!important;
    padding: 10px!important;
}

.fs-c-productThumbnail .fs-c-productThumbnail__image:first-child {
  display: none;
}
.fs-c-productMainImage__expandButton {
  display: none;
}
.fs-c-productImageModal {
  display: none!important;
}
.tokutho01 ul li {
background-position: left top!important;
}
.rink_arrow02 ul li {
  background-position: left!important;
}

#year_main {
  width: 884px!important;
}
.btn {
  line-height: 1.4!important;
}
.choose .column__list > li {
  height: 710px!important;
}
.page__oil-landing {
  width: 80%!important;
  margin: 0 auto!important;
}

.fb_iframe_widget {
  display: flex!important;
  align-items: center;
}

/****** 商品詳細 ******/
/*** 他商品のカートボタン非表示＆説明テーブル100%表示 ***/
.tokutho_left {
    width: 100% !important;
}
.tokutho_right {
    display: none;
}
.last_cart {
    display: none;
}
.mt_30.fl {
    display: none;
}
.border {
    display: none;
}
/*.event_left_img01 {
    display: none;
}
.event_recipes_text {
    display: none;
}*/
/*簡単レシピバナーセンター寄せ*/
.img_link {
    text-align: center;
}
/*商品名レイアウト調整*/
h1.fs-c-productNameHeading.fs-c-heading {
    display: block;
    width: 100%;
}
.fs-c-button--plain {
  color: #333333!important;
}
.fs-c-subgroup .fs-c-listControl {
  display: none;
}



.fs-c-reviewInfo__reviewer {
  line-height: 1.5;
}

.fs-c-productListItem__image {
position:relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
}
.fs-c-productListItem__image img,.fs-c-productListItem__image a {
display: block;
    max-height: 100%;
    width: auto;
}
.fs-c-productListItem__image img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.fs-c-productListItem__viewMoreImageButton {
    display: none;
}

.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
    color: #6eba3d;
}
.fs-c-productListItem__control {
    background: #78bc27;
    padding: 8px;
    margin-top: 10px;
    border-radius: 50px;
    letter-spacing: -0.08em;
}
.fs-c-button--viewProductDetail,.fs-c-button--addToCart--list,.fs-c-button--addToWishList--icon,.fs-c-button--addToWishList--ico {
    color: #fff!important;
}
.fs-c-button--particular.fs-c-button--removeFromWishList--icon::before {
  color: #E25B33!important;
}

#cart_miru {
  display: none;
}
/*** 商品が登録されていないグループ（メッセージ非表示） ***/
/*.fs-c-productList__message.fs-c-noResultMessage {
    display: none;
}*/
/*** グループページの商品一覧 説明文内の<br>無効化 ***/
article.fs-c-productList__list__item.fs-c-productListItem {
    /*height: 370px;*/
    position: relative;
    display: block;
}
span.fs-c-productName__name {
    height: 57px;
    overflow: hidden;
}
.fs-c-productListItem__productDescription {
    height: 42px;
    overflow: hidden;
    line-height: 1em;
    font-size: 14px;
}
.fs-c-productListItem__control.fs-c-buttonContainer {
    vertical-align: bottom;
    position: absolute;








    bottom: 10px;
    width: 100%;
    margin: 0 auto;
}
/*** ショッピングガイド目次 ***/
.mokuji li {
    display: inline-block;
    width: 24%;
    margin: 5px auto;
    text-align: center;
}
/*** 商品詳細おすすめ 説明文＆カートボタン非表示 ***/
.fs-c-featuredProduct__list .fs-c-productListItem__productDescription {
    display: none;
}
.fs-c-featuredProduct__list .fs-c-productListItem__control.fs-c-buttonContainer {
    display: none;
}

/*** 商品一覧 カスタマイズ ***/
.fs-c-subgroupList__link {padding:10px;}
.fs-c-subgroupList__link::after {font-size: 1.5rem;}

.fs-c-heading--page {
  border-bottom: 2px solid #7c8790;
}
.fs-c-subgroupList__link {
  border: 1px solid #7c8790;
}

@media screen and (min-width: 960px) {
.fs-c-productList__list {
  display: -webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content: flex-start;
}
.fs-c-productList__list article.fs-c-productList__list__item {
/*    width: calc((100% - 30px)/ 3); */
    width: 23.5%;
    padding: 0 0 60px 0;
}
.fs-c-productList__list article.fs-c-productList__list__item:nth-of-type(n+2) {
  margin-left: 2%;
}
.fs-c-productList__list article.fs-c-productList__list__item:nth-of-type(4n+1) {
  margin-left: 0;
}
.fs-c-productList__list article.fs-c-productList__list__item:nth-of-type(n+5) {
  margin-top: 25px;
}

.fs-c-productListItem__prices {
    font-size: 1.8rem;
}
.fs-c-productListItem__productName {
  font-size: 1.6rem;
}
.fs-c-productPrice__main__label {
    font-size: 1.4rem;
}
.fs-c-productPrice__addon {
    padding-left: 2px;
}
}

/*** 20201104 提案カスタマイズ ***/
.pickup_area .item_txt {
  position: relative;
  padding-bottom: 60px;
}
/*.pickup_area .item_txt:before {
  position: absolute;
  bottom: 0;
  content: "詳しいレシピを見る";
  text-align: center;
  display: block;
  width: 100%;
  padding: 12px 0;
  background: #348703;
  color: #fff;
  border-radius: 50px;
}
.pickup_area .item_txt:after {
    content: "";
    bottom: 11px;
    right: 20px;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    position: absolute;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    margin-left: 15px;
}*/
.pickup_area .item_txt .item_name {
    font-size: 14px;
}
.pickup_area .item_txt .item_name.item_name-g {
    font-size: 18px;
    margin-bottom: 5px;
}

.fs-c-heading--page {
    color: #6eba3d;
    font-weight: bold;
    font-size: 2.8rem;
    padding: 15px 0 30px;
}
.fs-c-subgroupList__link {
    border: solid #6eba3d 1px;
    color: #6eba3d !important;
}
.fs-c-subgroupList__link::after {
  color: #6eba3d !important;
}
.fs-c-subgroupList__link:hover .fs-c-subgroupList__label {
  text-decoration: underline;
}

span.fs-c-productName__name {
  font-weight: bold;
}

.fs-c-button--addToWishList--detail, .fs-c-button--removeFromWishList--detail {
    border: solid #6eba3d 1px;
    background: none;
    box-shadow: none;
    width: 100%;
    justify-content: center;
    color: #6eba3d;
    border-radius: 50px;
}
.fs-c-button__label {
    padding: 12px 0;
    font-size: 1.4rem;
}
.fs-c-productQuantityAndWishlist {
    display: block;
}
.fs-c-productQuantityAndAction {
    display: block;
}
.fs-c-button--primary {
  position: relative;
  background: #6eba3d;
  border: 1px solid #6eba3d;
  border-radius: 50px;
  font-size: 1.6rem;
  padding: 12px 0;
  box-shadow: none;
}
.fs-c-button--primary:after {
  content: "";
    top: 50%;
    right: 20px;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    position: absolute;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    margin-left: 15px;
}
table.fs-c-subscriptionPriceTable {
    margin-bottom: 20px !important;
}
.fs-c-productActionButton {
    margin-bottom: 15px;
}

.fs-c-breadcrumb__list .fs-c-breadcrumb__listItem:last-child {
  color: #6eba3d;
}
.fs-c-breadcrumb__list .fs-c-breadcrumb__listItem:last-child:before {
  color: #333;
}

.top_sec {
  padding: 50px 0;
  box-sizing: border-box;
}
.top_ttl {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.top_ttl.withSubtit {
  margin-bottom: 8px;
}
.subtit {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #6eba3d;
  margin-bottom: 20px;
}
.itemflex {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}
.flex1clm {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
}
.flex1clm_unit{
  width:calc(100%);
}
.flex1clm_unit:nth-child(n+2){
  margin-top:15px;
}

.flex2clm {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
}
.flex2clm_unit{
  width:calc(100%/ 2);
}
.flex2clm_unit:nth-child(n+3){
  margin-top:40px;
}
.flex2clm.itemflex > .flex2clm_unit {
  width:calc((100% - 27px)/ 2);
}
.flex2clm.itemflex > .flex2clm_unit:nth-child(n+2) {
  margin-left: 27px;
}
.flex2clm.itemflex > .flex2clm_unit:nth-child(2n+1) {
  margin-left: 0;
}

.flex3clm {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
}
.flex3clm_unit{
  width:calc(100%/ 3);
}
.flex3clm_unit:nth-child(n+4){
  margin-top:35px;
}
.flex3clm.itemflex > .flex3clm_unit {
  width:calc((100% - 52px)/ 3);
}
.flex3clm.itemflex > .flex3clm_unit:nth-child(n+2) {
  margin-left: 26px;
}
.flex3clm.itemflex > .flex3clm_unit:nth-child(3n+1) {
  margin-left: 0;
}

.flex4clm {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  justify-content:flex-start;
}
.flex4clm_unit{
  width:calc(100%/ 4);
}
.flex4clm_unit:nth-child(n+5){
  margin-top:10px;
}
.flex4clm.itemflex > .flex4clm_unit {
  width:calc((100% - 75px)/ 4);
}
.flex4clm.itemflex > .flex4clm_unit:nth-child(n+2) {
  margin-left: 25px;
}
.flex4clm.itemflex > .flex4clm_unit:nth-child(4n+1) {
  margin-left: 0;
}

.flex5clm {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  justify-content:flex-start;
}
.flex5clm_unit{
  width:calc(100%/ 5);
}
.flex5clm_unit:nth-child(n+6){
  margin-top:20px;
}
.flex5clm.itemflex > .flex5clm_unit {
  width:calc((100% - 104px)/ 5);
}
.flex5clm.itemflex > .flex5clm_unit:nth-child(n+2) {
  margin-left: 26px;
}
.flex5clm.itemflex > .flex5clm_unit:nth-child(5n+1) {
  margin-left: 0;
}

.flex6clm {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  justify-content:flex-start;
}
.flex6clm_unit{
  width:calc(100%/ 6);
}
.flex6clm_unit:nth-child(n+7){
  margin-top:20px;
}
.flex6clm.itemflex > .flex6clm_unit {
  width:calc((100% - 85px)/ 6);
}
.flex6clm.itemflex > .flex6clm_unit:nth-child(n+2) {
  margin-left: 17px;
}
.flex6clm.itemflex > .flex6clm_unit:nth-child(6n+1) {
  margin-left: 0;
}

.underline {
  display: inline-block;
  border-bottom: solid 1px;
}
.inline-b {
  display: inline-block;
  vertical-align: middle;
}
.inline-b_img {
  padding-right: 15px;
}

.justify_s {
  justify-content: space-between!important;
}
.justify_fs {
  justify-content: flex-start!important;
}
.justify_end {
  justify-content: flex-end!important;
}
.justify_c {
  justify-content: center!important;
}
.align_c {
  align-items: center;
}

.pre_content {
  position: relative;
  display: inline-block;
}

.pre_content:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
}
.pre_content:after {
  content: "現在準備中";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;left: 0;
  z-index: 2;
  font-size: 16px;
  text-align: center;
  color: #fff;
}

.arrow_r {
  position: relative;
}
.arrow_r:after {
  content: "";
  top: 50%;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 1px solid #262627;
  border-right: 1px solid #262627;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  margin-left: 15px;
}

#concept {
  background: url(https://cocowell.itembox.design/item/corekara/cc_img02.png) repeat-x bottom;
  padding-bottom: 130px;
  margin-top: 50px;
}
#concept .cInner {
  position: relative;
  background: #fffde5;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
  padding: 45px 45px 40px;
  text-align: center;
}
#concept .cInner:before {
  content: url(https://cocowell.itembox.design/item/corekara/cc_ic01.png);
  position: absolute;
  left: 0;top: 0;
}
#concept .cInner:after {
  content: url(https://cocowell.itembox.design/item/corekara/cc_ic02.png);
  position: absolute;
  right: 0;top: 0;
}
#concept .top_ttl {
  margin-bottom: 0px;
}
#concept .cInner .top_txt p {
  color: #348703;
  font-size: 18px;
  line-height: 1.8;
}
#concept .cInner .top_ttl_btm a {
  position: relative;
  display: inline-block;
  padding: 10px 65px 10px 35px;
  margin-top: 35px;
  background: #78bc29;
  color: #fff;
  font-size: 18px;
  border-radius: 5px;
}
#concept .cInner .top_ttl_btm a:after {
  content: "";
  top: 50%;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  margin-left: 15px;
}
#concept .cInner .top_ttl_btm a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.bnr_box .flex3clm + .flex2clm {
  margin-top: 45px;
}
.bnrbox_txt {
  margin-top: 5px;
  text-align: left;
}

.indexgroup {
  margin-bottom: 15px;
}
.indexgroup li:nth-of-type(n+2) {
  margin-left: 5px;
}
.indexgroup li a {
  display: inline-block;
  padding: 5px 10px;
  font-weight: 500;
  color: #6eba3d;
  border: solid 1px #6eba3d;
  border-radius: 50px;
}
.indexgroup li a:hover {
  text-decoration: none;
}

.top_sns {
  display: flex;
}
.sns_area {
  width: 49%;
  margin-right: 2%;
}
.sns_area:nth-child(2n) {
  margin-right: 0;
}
.sns_ins {
  text-align: center;
}
.sns_ins > img {
  display: block;
  margin:0 auto 20px;
}
.sns_ins > ul {
  display: flex;
  flex-wrap: wrap;
}
.sns_ins > ul > li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 10px;
}
.sns_ins > ul > li:nth-child(3n) {
  margin-right: 0;
}
/*.sidecateListsec {
  border-top: dashed 1px #c5c5c5;
  padding-top: 1px;
}*/
.sidecateListsec .sidecateList_tit {
  background: #6eba3d;
  color: #fff;
  text-align: center;
  letter-spacing: 0.08em;
  font-size: 18px;
  padding: 10px 0;
  margin: 0 0 1px;
}
.sidecateListsec .sidecateList {
  border-top: dashed 1px #c5c5c5;
  border-bottom: dashed 1px #c5c5c5;
  margin: 0 0 1px;
}
.sidecateListsec .sidecateList .sidecateList_unit {
  border-bottom: dashed 1px #c5c5c5;
}
.sidecateListsec .sidecateList .sidecateList_unit:last-child {
  border-bottom: none;
}
.sidecateListsec .sidecateList .sidecateList_unit a {
  display: block;
  padding: 12px 0;
}
.sidecateListsec .sidecateList .sidecateList_unit a dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sidecateListsec .sidecateList .sidecateList_unit a dl dt {
  width: 22%;
  text-align: right;
}
.sidecateListsec .sidecateList .sidecateList_unit a dl dd {
  width: 75%;
  color: #348703;
  font-size: 14px;
}

.side_sec {
  margin-bottom: 50px;
}

footer {
  position: relative;
  background: #6eba3d;
  color: #fff;
  font-size: 14px;
  padding: 45px 0 0;
  margin-top: 30px;
}
footer .cInner {
  position: relative;
}
.flogobox p {
  font-size: 13px;
  font-weight: bold;
  margin-top: 15px;
}
.fTelbox {
  font-size: 15px;
  font-weight: bold;
}
.fTelbox strong {
  display: block;
  letter-spacing: 0.05em;
  font-size: 39px;
}
.fContactList {
  margin-top: 35px;
  justify-content: flex-start;
}
.fContactbtn a {
  background: #fff;
  display: inline-block;
  padding: 18px 20px;
  color: #78bc27;
  font-size: 12px;
}
.fsitemapTitle {
  color: #fff100;
  margin-bottom: 25px;
}
.fsitemap .fsitemapList + h3 {
  margin-top: 30px;
}
.fsitemap .fsitemapList .fsitemapList_unit:nth-of-type(n+2) {
  margin-top: 15px;
}
.fsitemap .fsitemapList .fsitemapList_unit a {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
}
.fsitemap {
  margin: 35px 0 45px;
  padding-bottom: 40px;
  /*border-bottom: dashed 1px #fff;*/
}
.fsitemapbtn {
  padding: 0 10px;
}
.fsitemapbtn a {
  display: block;
  padding: 15px 10px;
  border: solid 1px #fff;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
.fsitemapbtn a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.fStoreinfo {
    max-width: 550px;
}
.fStoreinfo_txt {
  margin-bottom: 10px;
}
.fStoreinfo_snsList li {
  float: left;
}
.fStoreinfo_snsList li:nth-of-type(n+2) {
  margin-left: 15px;
}
.fStoreinfo_btnList {
  margin-top: 10px;
}
.fStoreinfo_btnList li.flex2clm_unit {
  width: calc((100% - 10px)/ 2);
}
.fStoreinfo_btnList li.flex2clm_unit:nth-of-type(n+2) {
  margin-left: 10px;
}
.fStoreinfo_btnList a {
  display: block;
    padding: 15px 10px;
    border: solid 1px #fff;
    font-weight: 500;
    color: #fff;
    text-align: center;
}
.fStoreinfo_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: flex-end;
}
.fcontentarea {
  position: relative;
  padding-bottom: 450px;
  background: url(https://www.cocowell.co.jp/company/wp-content/themes/corekaraPC/images/cc_bg01.jpg) bottom no-repeat;
  background-size: contain;
}
.flogo img {
  position: absolute;
  bottom: 85px;
  left: 0;
  right: 0;
  margin: auto;
}
.copy {
  text-align: center;
  background: #fff;
  color: initial;
  padding: 25px 0;
}

.fnav {
  background: #eee;
  padding: 25px 0;
}
.fnav .cInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.fnav .cInner li:nth-of-type(n+2) {
  margin-left: 20px;
}
.fnav .cInner li a {
  font-size: 12px;
}

.totop {
  position: absolute;
  right: 0;
  top: -70px;
  display: inline-block;
  background: #6eba3d;
  padding: 15px;
  border-radius: 50px;
}

.fs-c-productListCarousel__list__item {
	position: relative;
	padding-bottom: 60px;
}
.fs-c-wishlistProduct {
	margin-top: 30px;
}

/*送料個別を非表示*/
.fs-c-productPostage {
display: none;
}

/*マイページ登録内容変更画面で定期のチェックボックスを目立たせる*/
.fs-body-my-account-settings-edit fieldset:not(.fs-c-additionalCheckField) + .fs-c-additionalCheckField {
border: 1px solid #FF0000; /*　枠線（太さ・種類・色）任意　*/
border-radius:3px; /*　枠線の角　*/
background: #FFFFF0; /*　背景色：任意の色　*/
padding: 10px; /*　内側の余白：任意の色　*/
color: #ff0000; /*　文字色：任意の色　*/
font-size: 120%; /*　文字サイズ　*/
font-weight: bold; /*　文字の太さ　*/
}

@media screen and (min-width: 960px) {
  [class^="fs-body-checkout"] .fs-l-checkout {
    display: block;
  }
  [class^="fs-body-checkout"] .fs-l-checkout__mainColumn {
    max-width: 100%;
    padding-right: 0;
  }
  [class^="fs-body-checkout"] .fs-l-checkout__sideColumn {
    margin-top: 24px;
  }
}