/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
/* AnyGift　CSS実装 */
.anygift-gift-ui__container {
    width: 100% !important;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

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

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

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

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.clearfix::after{
  content: "";
  display: block;
  clear: both;
}


/* ///////////////////////////////////////////////////////////////////// 
//  共通部分
/////////////////////////////////////////////////////////////////////*/
html {font-size: 62.5%;}
*{
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body {
  font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  padding: 0;
  margin: 0;
}
h1, h2, h3, h4, h5 {line-height:1.5;}
a:hover, a:visited {color:inherit;}
.fs-p-searchForm__button 
.fs-p-searchForm__button::before {content:""!important;}
ul,ol {
  list-style-type: none;
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover, a:hover img {
  text-decoration: underline;
  opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.wrapper {
  max-width: 1240px;
  padding: 50px 20px 0;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.inline-b {
  display: inline-block;
  vertical-align: middle;
}
.inline-b img {
  vertical-align: middle;
}
.dnone {
  display: none;
}
/*ログインログアウトの表示切り替えを行うCSS*/
.logout.my-false { display: none; }
.login.my-true { display: none; }

.morebtn {
  text-align: center;
  font-size: 14px;
  margin-top: 45px;
}
.morebtn a {
  position: relative;
  border: solid 2px #333;
  border-radius: 50px;
  display: block;
  width: 250px;
  padding: 20px 0;
  margin: auto;
  color: #333;
}
.morebtn a:after {
  font-family: "Font Awesome 5 Free";
  content: '\f054';
  font-weight: 900;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  display: inline-block;
  width: 12px;
  height: 19px;
  color: #b20606;
}
.morebtn a:hover {
  border-color: #b20606;
  color: #b20606;
  text-decoration: none;
}
.graybox {
  background: #f2f2f2;
  padding: 32px 30px;
}

.toggle {
  position: relative;
}
.accordion li .accordion_icon,
.accordion li .accordion_icon span {
  display: inline-block;
  transition: all .3s;
  box-sizing: border-box;
}
.accordion li .accordion_icon {
  position: absolute;
  width: 12px;
  height: 12px;
  top:20px;
  right:10px;
}
.accordion li .accordion_icon span {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #333;
}
.accordion li .accordion_icon span:nth-of-type(1) {
  transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion li .accordion_icon span:nth-of-type(2) {
  transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.accordion li .accordion_icon.active span:nth-of-type(1) {
  display:none;
}
.accordion li .accordion_icon.active span:nth-of-type(2) {
  transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.fs-l-main {
  max-width: 1260px!important;
  width: 1260px;
  padding: 8px 0;
  margin-bottom: 40px;
  display: block;
  overflow: hidden;
}
.fs-l-pageMain {
float:left;
  width: 84%!important;
  max-width: 998px!important;
}
.side {
float:right;
    width: 19%;
    max-width: 219px;
}
.cInner {
  width: 100%;
  max-width: 1260px;
  margin: auto;
}
.section-main {
  margin-bottom: 80px;
}

.mainTitle{
  margin-bottom:20px;
  line-height: 1;
  text-align: center;
  font-size:24px;
  font-weight:bold;
  letter-spacing: 2px;
}
.mainTitle small{
  display: block;
  font-weight: normal;
  margin-top: 8px;
  font-size: 15px;
}

.tabList{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  justify-content: space-between;
  margin-bottom:25px;
}
.tabList__unit{
  cursor: pointer;
  text-align: center;
  font-size:16px;
  color:#000;
  border-bottom:solid 2px #999;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 8px;
}
.tabList__unit.active{
  border-bottom:solid 2px #000;
  font-weight: bold;
}
.tabContent{
  text-align: left;
}

/*タブ２つ*/
.tabList--2 .tabList__unit{
  width:50%;
}
/*タブ3つ*/
.tabList--3 .tabList__unit{
  width:33.33333333%;
}
/*タブ4つ*/
.tabList--4 .tabList__unit{
  width:25%;
}

.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:20px;
}

.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:10px;
}
.flex2clm.itemflex > .flex2clm_unit {
  width:calc((100% - 20px)/ 2);
}
.flex2clm.itemflex > .flex2clm_unit:nth-child(n+2) {
  margin-left: 10px;
}
.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:17px;
}
.flex3clm.itemflex > .flex3clm_unit {
  width:calc((100% - 34px)/ 3);
}
.flex3clm.itemflex > .flex3clm_unit:nth-child(n+2) {
  margin-left: 17px;
}
.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:center;
}
.flex5clm_unit{
  width:calc(100%/ 5);
}
.flex5clm_unit:nth-child(n+6){
  margin-top:20px;
}
.flex5clm.itemflex > .flex5clm_unit {
  width:calc((100% - 92px)/ 5);
}
.flex5clm.itemflex > .flex5clm_unit:nth-child(n+2) {
  margin-left: 23px;
}
.flex5clm.itemflex > .flex5clm_unit:nth-child(5n+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;
}


.itemList .itemProductbox {
  background: #fff;
  border: solid 1px #e5e5e5;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
  padding: 0 0 20px;
  text-align: center;
}
.itemList .itemName {
  min-height: 88px;
  padding: 10px;
  font-size: 15px;
}
.itemList .itemPrice {
  text-decoration: none!important;
  padding: 0 10px;
  font-size: 19px;
  font-weight: bold;
}
.itemList .itemPrice span {
  font-size: 11px;
  font-weight: 500;
}
.itemTit {
  font-size: 15px;
  font-weight: bold;
  text-align: left;
  padding: 10px 8px 8px;
}
.itemTxt {
  font-size: 12px;
  text-align: left;
  padding: 0 8px;
}

.gNav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  background: #fff;
}
/*.gNav .gNav__unit {
  position: relative;
}*/
.gNav .gNav__unit .gNav__link {
  display: inline-block;
  padding: 10px 20px;
}
.gNav .gNav__unit > .gNav__link.open {
  border-bottom: solid 5px #000;
  padding: 10px 20px 5px;
}
.gNav .gNav__unit > .gNav__link:hover {
  opacity: 1;
  text-decoration: none;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
.gNav .gNav__unit .gNav__drop {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 100;
  width: 100%;
  padding: 35px 0;
  background: rgba(248,248,248,0.95);
}
.gNav .gNav__unit .gNav__drop .dropList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
.gNav .gNav__unit .gNav__drop .gNav__link {
  padding: 15px 20px;
}
.logobox {
  padding: 12px 0;
  max-width: 60%;
}
.htop_unit {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex!important;
}
.htop_snsList {
  width: 14%;
}
.htop_accountList {
  width: 14%;
}
.htop_accountList li {
  position: relative;
}

.fs-client-cart-count {
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  display: inline-block;
  width: 23px;
  height: 24px;
  margin: auto;
  padding-left: 4px;
  text-align: center;
  color: #e60012;
  font-size: 12px;
  font-weight: bold;
}

/* TOP Slider */
#eyecatch_slick {
  overflow: hidden;
}
#eyecatch_slick .slick-slide {
  padding: 0 5px;
}
#eyecatch_slick .slick-slide {
  transition: .3s ease;
}
#eyecatch_slick .slick-slide img {
  width: 100%;
}
#eyecatch_slick .slick-slide:not(.slick-current) {
  opacity: .5;
}
#eyecatch_slick .slick-slide {
  height: auto;
}
.caption {
  padding: 8px 0;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#eyecatch_slick .slick-dots {
  position: static;
  bottom: auto;
  text-align: right;
  max-width: 1260px;
  margin: auto;
}
#eyecatch_slick .slick-dots li {
  width: auto;
  height: auto;
  background: #eee;
  margin: 0 2px;
}
#eyecatch_slick .slick-dots li.slick-active {
  background: #999;
}
#eyecatch_slick .slick-dots li button {
  text-indent: -9999px;
  width: 35px;
  height: 5px;
  padding: 0;
}

#Top_bnrarea {
  text-align: center;
    width: 750px;
    margin: 0 auto 80px auto;
}
#Top_bnrarea {

}
#Top_bnrarea li {
  font-size: 0;
}

#Top_bnrarea .cInner {
  margin-bottom: 24px;
}

#Top_bnrarea .flex1clm_unit.f2clm {
width:370px;
margin-right:5px;
}

#Top_bnrarea .flex1clm_unit.f2clm:nth-child(2n){
margin-right:0;
margin-left:5px;
}

#ranking .rank_ic {
  text-align: center;
  margin-bottom: 10px;
}
#ranking .itemList .rank_ic img {
  width: 24px;
  vertical-align: middle;
}
#ranking .itemList .rank_ic:after {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
  font-size: 18px;
  font-weight: bold;
}
#ranking .itemList li:nth-of-type(1) .rank_ic:after {
  content: "1";
}
#ranking .itemList li:nth-of-type(2) .rank_ic:after {
  content: "2";
}
#ranking .itemList li:nth-of-type(3) .rank_ic:after {
  content: "3";
}
#ranking .itemList li:nth-of-type(4) .rank_ic:after {
  content: "4";
}
#ranking .tabList {
justify-content: center;
}
#ranking .tabList__unit {
  width: calc((100% - 225px) / 4);
}
#ranking .tabList__unit:nth-of-type(n+2) {
margin-left: 75px;
}


.gSearchWrap {
  margin: 35px 0 40px;
}
.gSearch__form {
  position: relative;
}
.gSearchDrop {
  margin-bottom: 5px;
}
.gSearchDrop .js-check {
  margin-right: 5px;
}
.gSearch__input {
  border: solid #a1a1a1 1px;
  width: 100%;
  padding: 12px 30px 12px 15px;
}
.gSearch__submit {
  cursor: pointer;
  position: absolute;
  right: 8px;
  top: 0;
  height: 100%;
  padding: 0 5px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  align-items: center;
}

.sideListbox {
  padding: 0 15px 35px;
  margin-bottom: 40px;
  border-bottom: solid #d0d0d0 1px;
}
.sideListTit {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.sideList .sideList_unit:nth-of-type(n+2) {
  margin-top: 15px;
}
.sideList_childList {
  display: none;
  background: #f3f3f3;
  padding: 20px 25px;
}
.sideList .sideList_unit.haschild > a {
  display: block;
  padding: 10px 0;
}
.sideList .sideList_unit.haschild > a {
  position: relative;
}
.sideList .sideList_unit.haschild > a::before,
.sideList .sideList_unit.haschild > a::after {
  content: '';
  display: block;
  width: 15px;
  height: 3px;
  border-radius: 5px;
  background: #585858;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.sideList .sideList_unit.haschild > a::after {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}

.sideList .sideList_unit.haschild > a.active::after {
  transform: rotate(0);
  transition: 0.5s;
}
.sideList_childList .sideList_childList_unit:nth-of-type(n+2) {
  margin-top: 10px;
}

#history h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px;
}
.historyList {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}
.historyList .historyList_unit {
  max-width: 114px;
  height: auto;
  margin-right: 22px;
}
.historyList .slick-next {
    right: 10px;
}
.historyList .slick-prev {
    left: 10px;
    z-index: 1;
}

.footer {
  background: #f6f6f6;
  padding: 45px 0 60px;
  /*margin-top: 100px;*/
}
.footer .mainTitle {
  margin-bottom: 35px;
}

#rokumei_member {
padding: 45px 0 30px;
background: #f6f6f6;
}

#rokumei_member .mainTitle small{
  margin: 0 0 8px;
  font-size: 12px;
}
#rokumei_member .memberList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#rokumei_member .memberList .memberList_unit:nth-of-type(n+2) {
  margin-left: 20px;
}
.memberList_unit .memberList_name {
  margin-top: 8px;
}

#rokumei_member ul.memberList li.memberList_unit {
width:120px;
height:auto;
/*height:120px;*/
}

#about_rokumei {
  /*margin: 30px 0 30px;*/
padding: 20px 0 30px;
background: #f6f6f6;
}
#about_rokumei .about_subtit {
  text-align: center;
  margin-bottom: 35px;
}
#about_rokumei .itemList .itemProductbox {
  padding: 0 0 8px;
}
#about_rokumei .itemTit {
  font-size: 20px;
  padding: 10px 8px 0;
}
#about_rokumei .itemTit small {
  font-size: 16px;
  font-weight: 500;
}
#about_rokumei .itemTxt {
  font-size: 16px;
  letter-spacing: -0.05em;
}

#about_rokumei .aboutList {
justify-content:center !important;
}

.ftNav {
  border-top: solid 1px #d1d1d1;
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
}
.ftNav .ftNav_unit {
  font-size: 12px;
}
.ftNav .ftNav_unit:nth-of-type(n+2):before {
  content: "|";
  display: inline-block;
  text-align: center;
  padding: 0 10px 0 12px;
}

.copy {
  font-size: 12px;
  margin-top: 5px;
}

.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;
}

#fs_p_scrollingCartButton {display: none;}
.fs-c-breadcrumb__list {
    max-width: 1260px;
    margin: auto;
}

.fb_iframe_widget span {
	vertical-align: baseline!important;
}
.blogList .itemImg img {
	height: auto;
}

.htop_ENG {
	position: absolute;
        top: 20px;
        right: 15px;
    display: inline-block;
    border-radius: 0 0 10px 10px;
    padding: 3px 10px;
    background: #8c412b;
    color: #fff!important;
}
.htop_ENG:hover {
	-webkit-transition: 0.15s;
	transition: 0.15s;
	padding: 8px 10px 3px;
	text-decoration:none;
}

/*--------------------------------------
ここから上は触らないでください
--------------------------------------*/

/*--------------------------------------
浦田追記
--------------------------------------*/
#Top_bnrarea li {
  font-size:16px;
  width: 750px;
  margin: 20px auto 0 auto;
}

#Top_bnrarea li a img {
  width: 750px;
  border:1px solid #aaa;
}

.header_shipping_info {
	width: 100%;
	height: 20px;
	background-color: rgba(141,66,44,0.9);
}

.header_shipping_info p {
	max-width: 1260px;
	margin: 0 auto;
	font-size: 14px;
	color: #fff;
}

.paymentInfoMnal ul li {
	float:left;
	max-width:310px;
	margin-right:18px;
	margin-bottom: 20px;
	background-color: #eee;
	padding: 5px;
}

.paymentInfoMnal ul li:nth-child(3n) {
	margin-right:0;
}

.paymentInfoMnal ul li p {
	font-size: 14px;
}

.paymentInfoMnal .paymentInfoMnal_title {
	font-size: 18px;
	padding: 5px;
	margin: 10px 0;
	border-bottom: 1px solid #aaa;
}

#about_rokumei .itemTxt.adInfo {
	font-size: 14px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

#meetly_back_dom_new {
display:none;
}

.fs-c-productImageModalCarousel__figure__image {
height:auto;
}

.fs-c-slick .slick-slide img {
width:auto;
}

.rankList {
    padding-top: 33px;
    margin-bottom: 60px;
}

.rankList li {
    position: relative;
}

.rankList li .rankImg {
    position: absolute;
    top: -40px;
    /* right: 0; */
    left: 50%;
    width: 60px;
    height: 32px;
    /* margin: 10px; */
    margin-left: -30px;
    background-size: contain;
    background-repeat: no-repeat;
}

.rankList li a:hover .rankImg {
opacity:1;
}

.rankList li:nth-child(1) .rankImg {
    background-image: url(https://rokumeicoffee.itembox.design/item/category_parts/rank1.png);
}
.rankList li:nth-child(2) .rankImg {
    background-image: url(https://rokumeicoffee.itembox.design/item/category_parts/rank2.png);
}
.rankList li:nth-child(3) .rankImg {
    background-image: url(https://rokumeicoffee.itembox.design/item/category_parts/rank3.png);
}
.rankList li:nth-child(4) .rankImg {
    background-image: url(https://rokumeicoffee.itembox.design/item/category_parts/rank4.png);
}

#eyecatch_slick .slick-dots {
text-align: center;
}

#top_notice {
width: 90%;
margin: 0 auto;
}

#top_notice h2 {}

#top_notice dl {
border-top: 1px solid #000;
border-bottom: 1px solid #000;
padding: 5px;
}

#top_notice dl dt,
#top_notice dl dd {
font-size: 12px;
}

#top_notice dl dt {
color: #666;
margin-top: 5px;
}

#top_notice dl dd {
font-weight: bold;
margin-top: -1.5em;
margin-left: 7em;
margin-bottom: 12px;
}

#top_notice dl dd a {
/*text-decoration:underline;*/
}

#top_category {}

#top_category ul {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}

#top_category ul li {
width: 22%;
border: 1px solid #000;
margin-bottom: 15px;
}

#top_category ul li p {
text-align: center;
font-size: 16px;
line-height: 1.2em;
}

#top_category ul li p img {
vertical-align:bottom;
}

#top_category ul li p.txt {
padding: 10% 0;
}
#top_category ul li p.txt br {
display: none;
}

#top_category.cat_beans ul li {
width: 28%;
}

#top_category.cat_beans ul li p {
font-size: 14px;
}

#ranking .bnr01,
#blog .bnr01 {
text-align: center;
margin-top: 32px;
}

#blog .bnr01 {
    margin-top: 35px;
}

#ranking .bnr01 a,
#blog .bnr01 a {
font-size: 16px;
color: #fff !important;
background-color: #8c412b;
padding: 6px 12px;
border-radius: 10px;
}

.btm_box {
position: fixed;
bottom: 64px;
left: 0;
z-index: 9;
padding: 10px;
}

.btm_box img {
width: 100%;
}

.btm_box .close_btn {
display: block;
position: absolute;
top: 0;
right: 0;
width: 32px;
height: 32px;
cursor: pointer;
border-radius: 50%;
background-color: #aaa;
background-image: url(https://rokumeicoffee.itembox.design/item/bnr_close.png);
background-size: contain;
background-repeat: no-repeat;
}

/*商品詳細ページ (数量選択)*/
.fs-c-productQuantityAndWishlist__quantity {
position: relative;
margin-top:30px;
}

.fs-c-productQuantityAndWishlist__quantity.fs-c-quantity.fs-system-assistTarget:before {
content:'数量 :';
position: absolute;
top: -20px;
left: 0;
font-size:12px;
}

.fs-c-productQuantityAndWishlist__quantity.fs-c-quantity.fs-system-assistTarget .fs-c-quantity__select.fs-system-quantity-list {
text-align: center;
font-size: 20px;
width:80px;
}

/*お客様へのお知らせページ設定*/
#normal_notice .note_list .fs-c-documentColumn__content {
display:block;
}

#normal_notice .note_list .fs-c-documentColumn__content p {
margin-bottom:1em;
line-height:1.8em;
}

#normal_notice.about_app .note_list .fs-c-documentColumn__content a.btn {
    display: inline-block;
    background-color: #8c412b;
    color: #fff;
    padding: 10px 15px;
    border-radius: 10px;
    text-decoration: none;
}

#normal_notice.about_app .note_list .fs-c-documentColumn__content img {
    width:320px;
    border: 1px solid #ccc;
}

/*会員カード認証ページflex無効*/
.fs-c-inputInformation__message {
display:block;
}

/*--------------------------------------
浦田追記ここまで
--------------------------------------*/

/*--------------------------------------
吉岡追記 2023.06.30
--------------------------------------*/

.fs-c-button--addToCart--detail.fs-c-button--primary {
height: 60px;
font-size: 20px;
line-height: 60px;
padding: 0;
}

.fs-c-button--addReview--detail.fs-c-button--plain {
width: 100%;
color: #000;
text-align: center;
border: 1px solid #000;
border-radius: 5px;
}
.fs-c-productList .fs-c-button--viewMoreImage {
  display:none;
}
.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
color: #000;
font-weight: bold;
}

.fs-c-returnedSpecialContract__link a,
.fs-c-button--inquiryAboutProduct.fs-c-button--plain {
color: #3572b0;
}

/*--------------------------------------
杉谷追記　ここから
--------------------------------------*/

/* +++++++++++++++++++++++++++++
マイページ
+++++++++++++++++++++++++++++ */

/*　判定前ステージ名を表示　*/
.fs-p-accountInfo__accountRank__rank:empty::before {
content: 'ビギナー会員';
}

/* +++++++++++++++++++++++++++++
一覧ページ
+++++++++++++++++++++++++++++ */

/* 「通常価格〜のところ」「販売価格」を非表示。（定期便の「1回あたり」は非表示にしない）*/
.fs-c-productList .fs-c-productPrice--listed,
.fs-c-productList .fs-c-productPrice--selling .fs-c-productPrice__main__label,
.fs-c-wishlistProduct .fs-c-productPrice--listed,
.fs-c-wishlistProduct .fs-c-productPrice--selling .fs-c-productPrice__main__label {
    display: none;
}
/* 「会員限定価格」、「１回あたり」のフォントサイズ */
.fs-c-productList .fs-c-productPrice--member .fs-c-productPrice__main__label,
.fs-c-productList .fs-c-productPrice--subscription,
.fs-c-wishlistProduct .fs-c-productPrice--member .fs-c-productPrice__main__label,
.fs-c-wishlistProduct .fs-c-productPrice--subscription {
    font-size: 14px;
}
/* 詳細を見る、カートに入れるボタンを消す */
.fs-c-productList .fs-c-productListItem__control .fs-c-button--plain,
.fs-c-wishlistProduct .fs-c-productListItem__control .fs-c-button--plain {
    display: none;
}
/* 予約受付期間＆販売期間、完売メッセージ */
.fs-c-productList .fs-c-salesPeriod__date,
.fs-c-productList .fs-c-productListItem__outOfStock,
.fs-c-wishlistProduct .fs-c-salesPeriod__date,
.fs-c-wishlistProduct .fs-c-productListItem__outOfStock {
    border: none;
    background: #eee;
}
/* まとめ買いタグ */
.fs-c-productList .fs-c-mark--20,
.fs-c-wishlistProduct .fs-c-mark--20 {
    line-height: 1.25;
    background: none;
    color: #cb1919;
    padding: 0;
}
/* タグ下マージン */
.fs-c-productList .fs-c-mark,
.fs-c-wishlistProduct .fs-c-mark {
    margin-bottom: 4px;
}

/* +++++++++++++++++++++++++++++
商品一覧ページ＆商品詳細ページ共通
+++++++++++++++++++++++++++++ */

/* 割引があるとき、価格表示を赤に変更 */
.fs-c-productPrices--productDetail:has(.fs-c-productPrice--listed) .fs-c-productPrice--selling .fs-c-productPrice__main__price,
.fs-c-productListItem__prices:has(.fs-c-productPrice--listed) .fs-c-productPrice--selling .fs-c-productPrice__main__price,
.fs-c-productListItem__prices .fs-c-productPrice--member .fs-c-productPrice__main__price {
    color: #cb1919;
}
/* 税込のフォントサイズを小さく */
.fs-c-productPrice__addon .fs-c-productPrice__addon__label {
    font-size: 10px;
    margin-left:3px;
    color: #555555;
}
/* 税込の両端にある括弧を消す */
.fs-c-productPrice__addon:where(:not([class*="--listed"]))::before, .fs-c-productPrice__main__addon:where(:not([class*="--listed"]))::before,
.fs-c-productPrice__addon:where(:not([class*="--listed"]))::after, .fs-c-productPrice__main__addon:where(:not([class*="--listed"]))::after {
    content: none;
}
/* キャッチコピー */
.fs-c-productNameHeading__copy,
.fs-c-productName__copy {
    background-color: #EDDFD4;
    color: #745842;
    font-weight: bold;
    display: inline-block;
    padding: 3px 5px;
    margin-bottom: 5px;
}

/* +++++++++++++++++++++++++++++
商品詳細ページのみ
+++++++++++++++++++++++++++++ */

/* キャッチコピーのフォントサイズを小さく */
.fs-body-product .fs-c-productNameHeading__copy {
    font-size: 12px;
    padding: 3px 8px;
}
/* 商品名とキャッチコピーを改行 */
.fs-body-product .fs-c-productNameHeading__name {
    display: block;
}
/* 「販売価格」を非表示。（定期便の「1回あたり」は非表示にしない）*/
.fs-body-product .fs-c-productPrice--selling .fs-c-productPrice__main__label {
    display: none;
}

/* +++++++++++++++++++++++++++++
ヘッダー ログイン周り
+++++++++++++++++++++++++++++ */
.htop_accountList  a img {
    vertical-align: middle;
}
.htop_accountList .login_wrap,
.htop_accountList .cart_wrap{
    width: 80px;
    text-align: center;
}
.htop_accountList .login_wrap a:hover,
.htop_accountList .cart_wrap a:hover{
   text-decoration: none;
}
.htop_accountList .login_wrap a img {
    width: 19px;
    height: 20px;
}
.htop_accountList .cart_wrap a img {
    width: 28px;
    height: 20px;
}
.htop_accountList .login_wrap a span,
.htop_accountList .cart_wrap a span{
    font-size: 12px;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
/*--------------------------------------
杉谷追記　ここまで
--------------------------------------*/