@charset "UTF-8";
/*  コマクリ修正  */
body {
  width: 100%;
  overflow-x: hidden;
}

.fs-l-header {
  padding-top: 0;
}
.fs-l-header__contents {
  display: block;
}
.fs-l-header__contents > *{
  padding: 0;
}
.fs-l-main {
  margin: 0 auto;
  padding: 0;
  max-width: 100%;
}
section.fs-l-pageMain {
  width: 100%;
  max-width: 754px;
}
.fs-l-footer {
  background-color: transparent;
}
.fs-l-footer__contents {
  max-width: 100%;
}
.fs-l-footer__contents > * {
  padding: 0;
}
.fs-l-footer__utility {
  display: block;
  max-width: 100%;
  margin-top: 0;
  padding: 0;

}
.fs-l-footer a {
  color: #6a3906;
}
.fs-c-button--carousel--next::before {
  content: "";
  display: inline-block;
  background: url(../images/index/sp_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 70px;
  height: 71px;
}
.fs-c-button--carousel--prev::before {
  content: "";
  display: inline-block;
  background: url(../images/index/sp_arrow01.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 70px;
  height: 71px;
}
.fs-c-slick .slick-dots li.slick-active button:before {
  color: #6a3906;
}
.fs-c-slick .slick-dots li button:before {
  color: #f5eac4;
  font-size: 30px;
}
.fs-c-slick .slick-dots li {
  width: 22px;
}
.search .search_box ul li.linktext a {
  color: #6a3906;
}
.header .header_first_nav ul li a {
  color: #6a3906;
}
/*  ぱんくず  */

.fs-c-breadcrumb {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 20px;
  font-size: 12px;
}
@media (max-width: 640px) and (min-width: 1px){
  .fs-c-breadcrumb {
    max-width: 1000px;
    width: 100%;
    margin: 20px auto 20px;
    font-size: 11px;
  }
  .fs-body-product .fs-c-breadcrumb {
    width: 90%;
  }
}
@media screen and (max-width: 940px) {
  section.fs-l-pageMain {
    max-width: 960px;
  }
}


/*　　TOPランキング　レコメンド　　*/

.FS2_Recommend2_ranking_horizontal th:first-child {
  background: #be9c53;
  color: #fff;
  font-size: 12px;
}
.FS2_Recommend2_ranking_horizontal th:nth-child(2) {
  background: #a0a0a0;
  color: #fff;
  font-size: 12px;
}
.FS2_Recommend2_ranking_horizontal th:nth-child(3) {
  background: #996c33;
  color: #fff;
  font-size: 12px;
}
.FS2_Recommend2_ranking_horizontal th:nth-child(4) {
  background: #f5eac4;
  color: #6a3906;
  font-size: 12px;
}
.FS2_Recommend2_ranking_horizontal th:nth-child(5) {
  background: #f5eac4;
  color: #6a3906;
  font-size: 12px;
}
.tab_panel {
  padding: 0;
}
.FS2_Recommend2_ranking_horizontal .CrossHead {
  display: none;
}
.panel_area .tab_panel .details_01, .panel_area .tab_panel .details_02 {
  margin-top: 30px;
}
#_rcmdjp_display_1 .FS2_Recommend2_ranking_horizontal table {
  width: 100%;
  border-collapse: inherit;
  border-spacing: 3px;
}
#_rcmdjp_display_2 .FS2_Recommend2_ranking_horizontal table {
  width: 100%;
  border-collapse: inherit;
  border-spacing: 3px;
}
#_rcmdjp_display_3 .FS2_Recommend2_ranking_horizontal table {
  width: 100%;
  border-collapse: inherit;
  border-spacing: 3px;
}
#_rcmdjp_display_4 .FS2_Recommend2_ranking_horizontal table {
  width: 100%;
  border-collapse: inherit;
  border-spacing: 3px;
}
#_rcmdjp_display_5 .FS2_Recommend2_ranking_horizontal table {
  width: 100%;
  border-collapse: inherit;
  border-spacing: 3px;
}
#_rcmdjp_display_6 .FS2_Recommend2_ranking_horizontal table {
  width: 100%;
  border-collapse: inherit;
  border-spacing: 3px;
}
#_rcmdjp_display_7 .FS2_Recommend2_ranking_horizontal table {
  width: 100%;
  border-collapse: inherit;
  border-spacing: 3px;
}
#_rcmdjp_display_8 .FS2_Recommend2_ranking_horizontal table {
  width: 100%;
  border-collapse: inherit;
  border-spacing: 3px;
}
#_rcmdjp_display_9 .FS2_Recommend2_ranking_horizontal table {
  width: 100%;
  border-collapse: inherit;
  border-spacing: 3px;
}
#_rcmdjp_display_10 .FS2_Recommend2_ranking_horizontal table {
  width: 100%;
  border-collapse: inherit;
  border-spacing: 3px;
}
.FS2_Recommend2_ranking_horizontal a {
  font-weight: normal!important;
}
.FS2_Recommend2_ranking_horizontal .FS2_itemPrice_addition,.FS2_Recommend2_ranking_horizontal .itemPrice {
  color: #d71010!important;
}
.FS2_Recommend2_ranking_horizontal td {
  border: none!important;
  padding: 0!important;
}
.FS2_Recommend2_ranking_horizontal td img {
  width: 100%!important;
}
/* ログイン  */
@media screen and (min-width: 960px) {
  .fs-body-login .fs-c-loginForm {
    -ms-flex-pack: justify;
  }
  .fs-body-login .fs-c-registeredUsers {
    flex-basis: calc(100% - 40px);
    -ms-flex-preferred-size: calc(100% - 40px);
  }
  .fs-body-login .fs-c-newUsers {
    margin-left: 40px
  }
}
.fs-body-login .fs-c-registeredUsers {
  padding: 20px;
  background: #eee;
  width: 50%;
}
.fs-body-login .fs-c-newUsers {
  padding: 20px;
  background: #fdf7e3;
  position: relative;
  padding-bottom: 40px;
  width: 110%;
}
.fs-c-subSection__title {
  margin: 0 0 40px;
  padding: 0 10px 5px;
  border-bottom: none;
  color: #6a3906;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.fs-c-inputTable__headerCell, .fs-c-inputTable__dataCell {
  color: #6a3906;
}
.fs-body-login .fs-l-main {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  box-sizing: border-box;
}
.fs-body-login .page_title .title {
  font-size: 20px;
  background: #6a3906;
  color:#fff;
  text-align: center;
  margin-bottom: 40px;
  padding: 10px 0;
}
.fs-body-login .fs-c-inputInformation__field {
  background-color: transparent;
  padding: 0;
}
.fs-body-login input[type="text"],.fs-c-inputGroup{
  border: 1px solid #6a3906;
  border-radius: 0;
}
.fs-c-newUsers__message .list-disc01 li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 12px;
  font-size: 1em;
  color: #a65d41;
  line-height: 1.4;
}
.fs-c-newUsers__message .list-disc01 li::before {
  display: block;
  content: '';
  position: absolute;
  top: 0.6em;
  left: 2px;
  width: 3px;
  height: 3px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #a65d41;
}
/* .fs-body-login .fs-c-buttonContainer {
  justify-content: flex-start;
} */
.fs-body-login .fs-c-inputInformation__link {
  text-align: left;
}
.fs-body-login .fs-c-inputInformation__link a {
  color: #111;
  text-align: center;
  display: block;
}
.fs-body-login .fs-c-button--primary {
  min-width: 240px;
  margin: auto;
  background: #d71010;
  border: 1px solid #d71010;
}
.menbar_box ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.menbar_box ul li {
  width: 48%;
  border: 1px solid #6a3906;
  color: #6a3906;
  background: #fff;
  margin-bottom: 4%;
  padding: 10px 4px;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
}
.menbar_box ul li:nth-child(odd) {
  margin-right: 4%;
}
.link_text p {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: auto;
}
.link_text p a {
  display: block;
  text-align: center;
  text-decoration: underline;
  color: #111;
}
.fs-body-login .fs-c-requiredMark::before {
  background-color: transparent;
  color: #6a3906;
  content: '(必須)';
}
.fs-body-login .fs-c-requiredMark {
  width: 3.8em;
  height: 1.3em;
}
@media (max-width: 960px) and (min-width: 1px){
  .fs-body-login .fs-c-newUsers,.fs-body-login .fs-c-registeredUsers {
    width: 100%;
  }
}

@media (max-width: 640px) and (min-width: 1px){
  .fs-body-login .fs-c-registeredUsers,.fs-body-login .fs-c-newUsers {
    width: 90%;
    margin: 20px auto;
  }
  .fs-c-subSection__title {
    margin: 0 0 20px;
    padding: 0 5px 5px;
    font-size: 12px;
  }
  .fs-body-login .fs-c-buttonContainer {
    justify-content: center;
  }
  .menbar_box ul li,.link_text p a,.menbar_text .text,.fs-body-login .fs-c-inputInformation__link a {
    font-size: 11px;
  }
  .fs-c-inputTable__headerCell, .fs-c-inputTable__dataCell {
    font-size: 11px;
  }
  .fs-body-login .page_title .title {
    font-size: 12px;
    width: 90%;
    margin: 0 auto 20px;
  }
}
/*　　ログイン下レシピ　　*/
.fs-body-login .sec04 .sec_title {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.fs-body-login .sec04 .sec_title .link_text {
	font-size: 14px;
	padding: 0.25em 0.5em;
}
.fs-body-login .sec04 .sec_01_list ul li {
	width: 19%;
}
.fs-body-login .sec04 .sec_01_list ul li img {
	width: 100%;
	height: auto;
}
.fs-body-login .sec_01_list ul {
	display: flex;
	justify-content: space-between;
}
.fs-body-login .sec_01_list ul li {
	width: 24%;
}
.fs-body-login .sec_01_list ul li img {
	display: block;
}
.fs-body-login .sec_01_list ul li .sec01_list_text {
	background: #fdf7e3;
	padding: 10px;
}
.fs-body-login .sec_01_list ul li .sec01_list_text .text {
	font-size: 12px;
	line-height: 1.3;
}
.fs-body-login .sec_title .title {
	font-size: 16px;
	padding: 0.25em 0.5em;
	border-left: solid 5px #d71010;
	margin: 20px 0;
  font-weight: bold;
}
.fs-body-login .sec05 .sec_title .link_text {
    font-size: 14px;
    padding: 0.25em 0.5em;
}
.fs-body-login .sec05 .sec_title {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
/*　お気に入りログイン　*/
@media screen and (min-width: 960px) {
  .fs-body-wishlist-login .fs-c-loginForm {
    -ms-flex-pack: justify;
  }
  .fs-body-wishlist-login .fs-c-registeredUsers {
    flex-basis: calc(100% - 40px);
    -ms-flex-preferred-size: calc(100% - 40px);
  }
  .fs-body-wishlist-login .fs-c-newUsers {
    margin-left: 40px
  }
}
.fs-body-wishlist-login .fs-c-registeredUsers {
  padding: 20px;
  background: #eee;
  width: 50%;
}
.fs-body-wishlist-login .fs-c-newUsers {
  padding: 20px;
  background: #fdf7e3;
  position: relative;
  padding-bottom: 40px;
  width: 110%;
}
.fs-c-subSection__title {
  margin: 0 0 40px;
  padding: 0 10px 5px;
  border-bottom: none;
  color: #6a3906;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.fs-c-inputTable__headerCell, .fs-c-inputTable__dataCell {
  color: #6a3906;
}
.fs-body-wishlist-login .fs-l-main {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  box-sizing: border-box;
}
.fs-body-wishlist-login .page_title .title {
  font-size: 20px;
  background: #6a3906;
  color:#fff;
  text-align: center;
  margin-bottom: 40px;
  padding: 10px 0;
}
.fs-body-wishlist-login .fs-c-inputInformation__field {
  background-color: transparent;
  padding: 0;
}
.fs-body-wishlist-login input[type="text"],.fs-c-inputGroup{
  border: 1px solid #6a3906;
  border-radius: 0;
}
.fs-c-newUsers__message .list-disc01 li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 12px;
  font-size: 1em;
  color: #a65d41;
  line-height: 1.4;
}
.fs-c-newUsers__message .list-disc01 li::before {
  display: block;
  content: '';
  position: absolute;
  top: 0.6em;
  left: 2px;
  width: 3px;
  height: 3px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #a65d41;
}
.fs-body-wishlist-login .fs-c-buttonContainer {
  justify-content: flex-start;
}
.fs-body-wishlist-login .fs-c-inputInformation__link {
  text-align: left;
}
.fs-body-wishlist-login .fs-c-inputInformation__link a {
  color: #111;
  text-align: center;
  display: block;
}
.fs-body-wishlist-login .fs-c-button--primary {
  min-width: 240px;
  margin: auto;
  background: #d71010;
  border: 1px solid #d71010;
}
.menbar_box ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.menbar_box ul li {
  width: 48%;
  border: 1px solid #6a3906;
  color: #6a3906;
  background: #fff;
  margin-bottom: 4%;
  padding: 10px 4px;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
}
.menbar_box ul li:nth-child(odd) {
  margin-right: 4%;
}
.link_text p {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: auto;
}
.link_text p a {
  display: block;
  text-align: center;
  text-decoration: underline;
  color: #111;
}
.fs-body-wishlist-login .fs-c-requiredMark::before {
  background-color: transparent;
  color: #6a3906;
  content: '(必須)';
}
.fs-body-wishlist-login .fs-c-requiredMark {
  width: 3.8em;
  height: 1.3em;
}
@media (max-width: 960px) and (min-width: 1px){
  .fs-body-wishlist-login .fs-c-newUsers,.fs-body-wishlist-login .fs-c-registeredUsers {
    width: 100%;
  }
}
@media (max-width: 640px) and (min-width: 1px){
  .fs-body-wishlist-login .fs-c-registeredUsers,.fs-body-wishlist-login .fs-c-newUsers {
    width: 90%;
    margin: 20px auto;
  }
  .fs-body-wishlist-login　.fs-c-subSection__title {
    margin: 0 0 20px;
    padding: 0 5px 5px;
    font-size: 12px;
  }
  .fs-body-wishlist-login .fs-c-buttonContainer {
    justify-content: center;
  }
  .menbar_box ul li,.link_text p a,.menbar_text .text,.fs-body-wishlist-login .fs-c-inputInformation__link a {
    font-size: 11px;
  }
  .fs-c-inputTable__headerCell, .fs-c-inputTable__dataCell {
    font-size: 11px;
  }
  .fs-body-wishlist-login .page_title .title {
    font-size: 12px;
    width: 90%;
    margin: 0 auto 20px;
  }
}
/*　　お気に入りログイン下レシピ　　*/
.fs-body-wishlist-login .sec04 .sec_title {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.fs-body-wishlist-login .sec04 .sec_title .link_text {
	font-size: 14px;
	padding: 0.25em 0.5em;
}
.fs-body-wishlist-login .sec04 .sec_01_list ul li {
	width: 19%;
}
.fs-body-wishlist-login .sec04 .sec_01_list ul li img {
	width: 100%;
	height: auto;
}
.fs-body-wishlist-login .sec_01_list ul {
	display: flex;
	justify-content: space-between;
}
.fs-body-wishlist-login .sec_01_list ul li {
	width: 24%;
}
.fs-body-wishlist-login .sec_01_list ul li img {
	display: block;
}
.fs-body-wishlist-login .sec_01_list ul li .sec01_list_text {
	background: #fdf7e3;
	padding: 10px;
}
.fs-body-wishlist-login .sec_01_list ul li .sec01_list_text .text {
	font-size: 12px;
	line-height: 1.3;
}
.fs-body-wishlist-login .sec_title .title {
	font-size: 16px;
	padding: 0.25em 0.5em;
	border-left: solid 5px #d71010;
	margin: 20px 0;
  font-weight: bold;
}
.fs-body-wishlist-login .sec05 .sec_title .link_text {
    font-size: 14px;
    padding: 0.25em 0.5em;
}
.fs-body-wishlist-login .sec05 .sec_title {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
/*　レビューログイン　*/
@media screen and (min-width: 960px) {
  .fs-body-review-login .fs-c-loginForm {
    -ms-flex-pack: justify;
  }
  .fs-body-review-login .fs-c-registeredUsers {
    flex-basis: calc(100% - 40px);
    -ms-flex-preferred-size: calc(100% - 40px);
  }
  .fs-body-review-login .fs-c-newUsers {
    margin-left: 40px
  }
}
.fs-body-review-login .fs-c-registeredUsers {
  padding: 20px;
  background: #eee;
  width: 50%;
}
.fs-body-review-login .fs-c-newUsers {
  padding: 20px;
  background: #fdf7e3;
  position: relative;
  padding-bottom: 40px;
  width: 110%;
}
.fs-c-subSection__title {
  margin: 0 0 40px;
  padding: 0 10px 5px;
  border-bottom: none;
  color: #6a3906;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.fs-c-inputTable__headerCell, .fs-c-inputTable__dataCell {
  color: #6a3906;
}
.fs-body-review-login .fs-l-main {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  box-sizing: border-box;
}
.fs-body-review-login .page_title .title {
  font-size: 20px;
  background: #6a3906;
  color:#fff;
  text-align: center;
  margin-bottom: 40px;
  padding: 10px 0;
}
.fs-body-review-login .fs-c-inputInformation__field {
  background-color: transparent;
  padding: 0;
}
.fs-body-review-login input[type="text"],.fs-c-inputGroup{
  border: 1px solid #6a3906;
  border-radius: 0;
}
.fs-c-newUsers__message .list-disc01 li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 12px;
  font-size: 1em;
  color: #a65d41;
  line-height: 1.4;
}
.fs-c-newUsers__message .list-disc01 li::before {
  display: block;
  content: '';
  position: absolute;
  top: 0.6em;
  left: 2px;
  width: 3px;
  height: 3px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #a65d41;
}
.fs-body-review-login .fs-c-buttonContainer {
  justify-content: flex-start;
}
.fs-body-review-login .fs-c-inputInformation__link {
  text-align: left;
}
.fs-body-review-login .fs-c-inputInformation__link a {
  color: #111;
  text-align: center;
  display: block;
}
.fs-body-review-login .fs-c-button--primary {
  min-width: 240px;
  margin: auto;
  background: #d71010;
  border: 1px solid #d71010;
}
.menbar_box ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.menbar_box ul li {
  width: 48%;
  border: 1px solid #6a3906;
  color: #6a3906;
  background: #fff;
  margin-bottom: 4%;
  padding: 10px 4px;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
}
.menbar_box ul li:nth-child(odd) {
  margin-right: 4%;
}
.link_text p {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: auto;
}
.link_text p a {
  display: block;
  text-align: center;
  text-decoration: underline;
  color: #111;
}
.fs-body-review-login .fs-c-requiredMark::before {
  background-color: transparent;
  color: #6a3906;
  content: '(必須)';
}
.fs-body-review-login .fs-c-requiredMark {
  width: 3.8em;
  height: 1.3em;
}
@media (max-width: 960px) and (min-width: 1px){
  .fs-body-review-login .fs-c-newUsers,.fs-body-review-login .fs-c-registeredUsers {
    width: 100%;
  }
}
@media (max-width: 640px) and (min-width: 1px){
  .fs-body-review-login .fs-c-registeredUsers,.fs-body-review-login .fs-c-newUsers {
    width: 90%;
    margin: 20px auto;
  }
  .fs-body-review-login　.fs-c-subSection__title {
    margin: 0 0 20px;
    padding: 0 5px 5px;
    font-size: 12px;
  }
  .fs-body-review-login .fs-c-buttonContainer {
    justify-content: center;
  }
  .menbar_box ul li,.link_text p a,.menbar_text .text,.fs-body-review-login .fs-c-inputInformation__link a {
    font-size: 11px;
  }
  .fs-c-inputTable__headerCell, .fs-c-inputTable__dataCell {
    font-size: 11px;
  }
  .fs-body-wishlist-login .page_title .title {
    font-size: 12px;
    width: 90%;
    margin: 0 auto 20px;
  }
}
/*　　お気に入りログイン下レシピ　　*/
.fs-body-review-login .sec04 .sec_title {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.fs-body-review-login .sec04 .sec_title .link_text {
	font-size: 14px;
	padding: 0.25em 0.5em;
}
.fs-body-review-login .sec04 .sec_01_list ul li {
	width: 19%;
}
.fs-body-review-login .sec04 .sec_01_list ul li img {
	width: 100%;
	height: auto;
}
.fs-body-review-login .sec_01_list ul {
	display: flex;
	justify-content: space-between;
}
.fs-body-review-login .sec_01_list ul li {
	width: 24%;
}
.fs-body-review-login .sec_01_list ul li img {
	display: block;
}
.fs-body-review-login .sec_01_list ul li .sec01_list_text {
	background: #fdf7e3;
	padding: 10px;
}
.fs-body-review-login .sec_01_list ul li .sec01_list_text .text {
	font-size: 12px;
	line-height: 1.3;
}
.fs-body-review-login .sec_title .title {
	font-size: 16px;
	padding: 0.25em 0.5em;
	border-left: solid 5px #d71010;
	margin: 20px 0;
  font-weight: bold;
}
.fs-body-review-login .sec05 .sec_title .link_text {
    font-size: 14px;
    padding: 0.25em 0.5em;
}
.fs-body-review-login .sec05 .sec_title {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
/*　　カートログイン下レシピ　　*/
.fs-body-cart-login .sec04 .sec_title {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.fs-body-cart-login .sec04 .sec_title .link_text {
	font-size: 14px;
	padding: 0.25em 0.5em;
}
.fs-body-cart-login .sec04 .sec_01_list ul li {
	width: 19%;
}
.fs-body-cart-login .sec04 .sec_01_list ul li img {
	width: 100%;
	height: auto;
}
.fs-body-cart-login .sec_01_list ul {
	display: flex;
	justify-content: space-between;
}
.fs-body-cart-login .sec_01_list ul li {
	width: 24%;
}
.fs-body-cart-login .sec_01_list ul li img {
	display: block;
}
.fs-body-cart-login .sec_01_list ul li .sec01_list_text {
	background: #fdf7e3;
	padding: 10px;
}
.fs-body-cart-login .sec_01_list ul li .sec01_list_text .text {
	font-size: 12px;
	line-height: 1.3;
}
.fs-body-cart-login .sec_title .title {
	font-size: 16px;
	padding: 0.25em 0.5em;
	border-left: solid 5px #d71010;
	margin: 20px 0;
  font-weight: bold;
}
.fs-body-cart-login .sec05 .sec_title .link_text {
    font-size: 14px;
    padding: 0.25em 0.5em;
}
.fs-body-cart-login .sec05 .sec_title {
	display: flex;
	align-items: center;
	justify-content: space-between;
}



/*----カートページ見出し----*/
.fs-body-cart .page_title .title{
  font-size: 20px;
  background: #6a3906;
  color:#fff;
  text-align: center;
  margin-bottom: 40px;
  padding: 10px 0;
}
.fs-body-cart .menbar_box {
  background: #fdf7e3;
  padding: 20px;
}
.fs-body-cart .menbar_box .menbar_title .title {
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
}
.fs-body-cart .menbar_text .test {
  color: #111;
  padding: 0 20px;
  margin-bottom: 30px;
  line-height: 1.5;
}
.fs-body-cart .menbar_flex ul,.globalMenuSp .menbar_flex ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.fs-body-cart .menbar_flex ul li,.globalMenuSp .menbar_flex ul li {
  margin-right: 5px;
  border: 1px solid #6a3906;
  background: #fff;
  padding: 10px 15px;
  text-align: center;
  line-height: 1.5;
}
.fs-body-cart .menbar_flex ul li:last-child,.globalMenuSp .menbar_flex ul li:last-child {
  margin-right: 0;
}
.fs-body-cart .menbar_log_btn ul {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.fs-body-cart .menbar_log_btn ul li {
  width: 30%;
  margin-right: 3%;
  background: #d71010;
  font-size: 16px;
}
.fs-body-cart .menbar_log_btn ul li a {
  color: #fff;
  display: block;
  padding: 10px;
  text-align: center;
}
.fs-body-cart .menbar_rank .text a{
  text-decoration: underline;
  color: #111;
  text-align: center;
  display: block;
}
.fs-body-cart .note_text .text {
  margin-top: 20px;
  color: #111;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media (max-width: 640px) and (min-width: 1px){
  .fs-body-cart .page_title .title {
    font-size: 12px;
    width: 90%;
    margin: 0 auto 20px;
  }
  .fs-body-cart .menbar_box .menbar_title .title {
    font-size: 12px;
    font-weight: bold;
  }
	.fs-body-cart .menbar_flex ul,.globalMenuSp .menbar_flex ul {
    flex-wrap: wrap;
  }
  .globalMenuSp .menbar_flex {
    margin-bottom: 10px;
  }
  .globalMenuSp .menbar_flex ul{
    padding: 15px 10px 0px;
  }
  .fs-body-cart .menbar_flex ul li,.globalMenuSp .menbar_flex ul li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 4%;
    font-size: 11px;
  }
  .fs-body-cart .menbar_text .test {
    font-size: 11px;
    padding: 0;
  }
  .fs-body-cart .menbar_log_btn ul {
    display: block;
  }
  .fs-body-cart .menbar_log_btn ul li {
    font-size: 12px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    padding: 10px;
  }
  .fs-body-cart .menbar_box {
    width: 90%;
    margin: 0 auto 20px;
  }
}

/*  カート中身（表）  */

@media screen and (min-width: 960px){
  .fs-body-cart .fs-l-cart__contentsArea {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 210px;
    grid-template-columns: 1fr 210px;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
}
.fs-c-button--primary {
  min-width: 180px;
  font-size: 13px;
  box-shadow: none;

}
.fs-c-button--secondary {
  min-width: 180px;
  background: #857d78;
  font-size: 14px;
  box-shadow: none;
}
.fs-c-cartPayment p {
  font-size: 14px;
}
.cart_coment ul {
  display: flex;
}
.cart_coment ul li:first-child {
  margin-right: 10px;
}
/* .fs-body-cart .fs-c-continueShopping {
  display: none;
} */

@media (max-width: 640px) and (min-width: 1px){
.fs-c-cartDiscountInfo__note > li {
  font-size: 12px;
}
.cart_coment {
  width: 90%;
  margin: auto;
}
.cart_coment ul {
  display: block;
}
.cart_coment ul li img {
  width: 100%;
  margin-bottom: 10px;
}
}


/*カートしたレシピ*/

.fs-body-cart .sec04 .sec_title,.fs-body-cart .sec05 .sec_title {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.fs-body-cart .sec04 .sec_title .link_text {
	font-size: 14px;
	padding: 0.25em 0.5em;
}
.fs-body-cart .sec04 .sec_01_list ul li {
	width: 19%;
}
.fs-body-cart .sec04 .sec_01_list ul li img {
	width: 100%;
	height: auto;
}
.fs-body-cart .sec_01_list ul {
	display: flex;
	justify-content: space-between;
}
.fs-body-cart .sec_01_list ul li {
	width: 24%;
}
.fs-body-cart .sec_01_list ul li img {
	display: block;
}
.fs-body-cart .sec_01_list ul li .sec01_list_text {
	background: #fdf7e3;
	padding: 10px;
}
.fs-body-cart .sec_01_list ul li .sec01_list_text .text {
	font-size: 12px;
	line-height: 1.3;
}
.fs-body-cart .sec_title .title {
	font-size: 16px;
	padding: 0.25em 0.5em;
	border-left: solid 5px #d71010;
	margin: 20px 0;
  font-weight: bold;
}
@media (max-width: 640px) and (min-width: 1px){
  section.sec05,section.sec04 {
    width: 90%;
    margin: auto;
  }
}

/*　会員登録ページ見出し　*/

.fs-body-register .page_title .title{
  font-size: 20px;
  background: #6a3906;
  color:#fff;
  text-align: center;
  margin-bottom: 40px;
  padding: 10px 0;
}
.fs-body-register .menbar_box {
  background: #fdf7e3;
  padding: 20px;
}
.fs-body-register .menbar_box .menbar_title .title {
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
}
.fs-body-register .menbar_text .test {
  color: #111;
  padding: 0 20px;
  margin-bottom: 30px;
  line-height: 1.5;
}
.fs-body-register .menbar_flex ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0px;
  flex-wrap: nowrap;
}
.fs-body-register .menbar_flex ul li {
  margin-right: 5px;
  border: 1px solid #6a3906;
  background: #fff;
  padding: 10px 15px;
  text-align: center;
  line-height: 1.5;
}
.fs-body-register .menbar_flex ul li:last-child {
  margin-right: 0;
}
.fs-body-register .menbar_log_btn ul {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.fs-body-register .menbar_log_btn ul li {
  width: 30%;
  margin-right: 3%;
  background: #d71010;
  font-size: 16px;
}
.fs-body-register .menbar_log_btn ul li a {
  color: #fff;
  display: block;
  padding: 10px;
  text-align: center;
}
.fs-body-register .menbar_rank .text a{
  text-decoration: underline;
  color: #111;
  text-align: center;
  display: block;
}
.fs-body-register .new_menbar_title .title {
  font-size: 20px;
  color: #6a3906;
  text-align: center;
  margin-top: 30px;
}
.fs-body-register .new_menbar_title .title::after,.fs-body-register .new_menbar_title .title::before {
  content: "";
  display: inline-block;
  background: #6a3906;
  width: 30px;
  height: 1px;
  vertical-align: middle;
  margin: 0 15px;
}
.fs-body-my-top .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  color: #d81010;
}
.fs-body-my-top .fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed) {
  color: #d81010;
}
.fs-body-my-top .fs-c-productPrice.fs-c-productPrice--selling .fs-c-productPrice__main .fs-c-productPrice__main__label {
  display: none;
}
.fs-body-my-top .fs-c-wishlistProduct__title {
  font-weight: bold;
}
@media (max-width: 640px) and (min-width: 1px){
  .fs-body-register .page_title .title {
    font-size: 12px;
    width: 90%;
    margin: 0 auto 30px;
  }
  .fs-body-register .menbar_box .menbar_title .title {
    font-size: 12px;
    font-weight: bold;
  }
	.fs-body-register .menbar_flex ul {
		flex-wrap: wrap;
	}
  .fs-body-register .menbar_flex ul li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 4%;
    font-size: 11px;
    padding: 10px;
  }
  .fs-body-register .menbar_text .test {
    font-size: 11px;
    padding: 0;
  }
  .fs-body-register .menbar_log_btn ul {
    display: block;
  }
  .fs-body-register .menbar_log_btn ul li {
    font-size: 12px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    padding: 10px;
  }
  .fs-body-register .menbar_box {
    width: 90%;
    margin: 0 auto 20px;
  }

}



/*会員登録中身（フォーム内）*/

.fs-c-inputInformation__field {
  margin: 24px auto;
  width: 100%;
  max-width: 754px;
}
[type="hidden"], [type="text"], [type="search"], [type="tel"], [type="url"], [type="email"], [type="password"], [type="datetime"], [type="date"], [type="month"], [type="week"], [type="time"], [type="datetime-local"], [type="number"], select, textarea {
  border: 1px solid #6a3906;
}
.fs-body-register .fs-c-inputGroup {
  border-radius: 3px;
}
.fs-body-register .fs-c-inputTable__headerCell {
  padding-bottom: 10px;
}
.fs-body-register .fs-c-inputTable__headerCell label {
  display: flex;
  align-items: center;
}
@media (max-width: 640px) and (min-width: 1px){
  .fs-c-inputInformation__field {
    width: 90%;
  }
}



/*  会員登録したレシピ  */

.fs-body-register .sec04 .sec_title {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.fs-body-register .sec04 .sec_title .link_text {
	font-size: 14px;
	padding: 0.25em 0.5em;
}
.fs-body-register .sec04 .sec_01_list ul li {
	width: 19%;
}
.fs-body-register .sec04 .sec_01_list ul li img {
	width: 100%;
	height: auto;
}
.fs-body-register .sec_01_list ul {
	display: flex;
	justify-content: space-between;
}
.fs-body-register .sec_01_list ul li {
	width: 24%;
}
.fs-body-register .sec_01_list ul li img {
	display: block;
}
.fs-body-register .sec_01_list ul li .sec01_list_text {
	background: #fdf7e3;
	padding: 10px;
}
.fs-body-register .sec_01_list ul li .sec01_list_text .text {
	font-size: 12px;
	line-height: 1.3;
}
.fs-body-register .sec_title .title {
	font-size: 16px;
	padding: 0.25em 0.5em;
	border-left: solid 5px #d71010;
	margin: 20px 0;
}
.fs-body-register .sec05 .sec_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


/*　　会員登録完了　　*/
.fs-c-registerSuccessMessage {
  line-height: 2;
  text-align: left;
}
@media (max-width: 640px) and (min-width: 1px){
  .fs-c-registerSuccessMessage {
    width: 90%;
    margin: 0 auto;
  }
}



/*　商品グループ　*/
.fs-c-subgroup {
  display: none;
}

.fs-body-category .fs-c-sortItems__list > li {
  font-size: 14px;
}
.fs-c-sortItems__list {
  align-items: center;
}
.fs-c-sortItems__label {
  font-size: 14px;
}
.fs-c-sortItems__list__item.is-active {
  background: #6a3906;
}
@media screen and (min-width: 600px){
  .fs-c-sortItems__label {
    border: none;
  }
}
.fs-c-sortItems {
  background: #eee;
  padding: 10px;
}
.fs-c-productList__controller {
  display: block;
}
.fs-c-productList__list__item {
  background: #f9f7ed;
  border-bottom: none;
}
.fs-c-productName__name {
  font-size: 16px;
  color: #6a3906;
}
.fs-c-productListItem__productDescription {
  font-size: 12px;
  color: #111;
}
.fs-c-button--plain.fs-c-button--addToCart--list::before {
  display: none;
}
.fs-c-button--plain.fs-c-button--viewMoreImage::before {
  display: none;
}
.fs-c-productListItem__control {
  flex-direction: column-reverse;
}
.fs-c-button--plain.fs-c-button--viewMoreImage .fs-c-button__label {
  display: none;
}
.fs-c-productListItem__control .fs-c-button--plain .fs-c-button__label {
  background: #ff8a01;
  color: #fff;
  margin-top: 10px;
  font-size: 12px;
  padding: 5px;
  display: block;
}
/*  商品グループしたレシピ  */

.fs-body-category .sec04 .sec_title {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.fs-body-category .sec04 .sec_title .link_text {
	font-size: 14px;
	padding: 0.25em 0.5em;
}
.fs-body-category .sec04 .sec_01_list ul li {
	width: 19%;
}
.fs-body-category .sec04 .sec_01_list ul li img {
	width: 100%;
	height: auto;
}
.fs-body-category .sec_01_list ul {
	display: flex;
	justify-content: space-between;
}
.fs-body-category .sec_01_list ul li {
	width: 24%;
}
.fs-body-category .sec_01_list ul li img {
	display: block;
}
.fs-body-category .sec_01_list ul li .sec01_list_text {
	background: #fdf7e3;
	padding: 10px;
}
.fs-body-category .sec_01_list ul li .sec01_list_text .text {
	font-size: 12px;
	line-height: 1.3;
}
.fs-body-category .sec_title .title {
	font-size: 16px;
  padding: 0.25em 0.5em;
	border-left: solid 5px #d71010;
	margin: 20px 0;
}
.fs-body-category .sec05 .sec_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


/*　　商品詳細　　*/
@media screen and (min-width: 960px){
  .fs-l-product2 .fs-l-productLayout {
    display: grid;
    display: -ms-grid;
    grid-template-columns: calc(50% - 16px / 2) calc(50% - 16px / 2);
    -ms-grid-columns: calc(50% - 16px / 2) calc(50% - 16px / 2);
    grid-gap: 16px;
    align-items: start;
  }
}
.fs-c-productNumber {
  font-size: 14px;
  padding: 0;
  border: none;
}
.fs-c-productNumber__number {
  font-weight: normal;
}
.fs-c-productNameHeading {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 1px solid #6a3906;
  margin-top: 20px;
}
.fs-c-productNameHeading__copy {
  display: none;
}
.fs-c-productPrice--listed {
  font-size: 12px;
  margin-bottom: 10px;
}
.fs-c-productPrice__addon {
  font-size: 12px;
}
.fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed) {
  font-size: 14px;
  color: #d81010;
}
.fs-c-productPrices--productDetail .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  font-size: 20px;
}
.fs-c-button--addToWishList--detail.fs-c-button--particular {
  display: none;
}
.fax_box {
  border: 1px solid #999;
}
.fax_box .fax_title .title {
  color: #fff;
  background: #999;
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
}
.fax_box .fax_main {
  padding: 10px;
  text-align: center;
  width: 250px;
  margin: auto;
}
.fax_box .fax_main .fax_time .text {
  font-size: 14px;
}
.fax_box .fax_main .fax_namber .text {
  color: #e60012;
  font-size: 24px;
  margin: 10px 0;
}
.fax_box .fax_main .fax_namber .text::before {
  content: "";
  display: inline-block;
  background: url(../images/item/fax_icon2.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 26px;
  vertical-align: middle;
  margin-right: 5px;
}
.fax_box .fax_main .fax_link .link_text {
  border-radius: 5px;
  border-top: 1px solid #d71010;
  border-left: 2px solid #d71010;
  border-right: 2px solid #d71010;
  border-bottom: 3px solid #d71010;
}
.fax_box .fax_main .fax_link .link_text a {
  font-size: 13px;
  color: #d71010;
  display: block;
  padding: 5px 10px;
}
.fs-l-product2 .fs-l-productLayout div:nth-child(3)::before {
  content: "";
  display: block;
  clear: both;
}
.fs-l-product2 .fs-l-productLayout div:nth-child(3) {
  grid-row: 3;
  grid-column: 1 / span 2;
}
.note_box {
  border: 2px solid #e60012;
  padding: 10px;
}
.note_box .note_box_title .title {
  color: #e60012;
  display: inline-block;
  margin-bottom: 20px;
}
.note_box .note_box_title::before {
  content: "";
  display: inline-block;
  background: url(../images/item/note.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 28px;
  height: 25px;
  vertical-align: middle;
  margin-right: 5px;
}
.note_box .note_box_text .text {
  line-height: 1.5;
}
.fs-c-buttonContainer--inquiryAboutProduct {
  justify-content: flex-end;
}
.fs-c-buttonContainer--inquiryAboutProduct .fs-c-button--plain {
  color: #000;
}
.review_box ul {
  display: flex;
}
.review_box ul li:first-child {
  margin-right: 5px;
}
.description_item {
  background: #eee;
  padding: 20px;
}
.fs-c-buttonContainer--inquiryAboutProduct .fs-c-button--plain::after {
  content: "";
  display: inline-block;
  background: url(../images/item/contact_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  margin-left: 5px;
}
.fs-body-product #fs-recommend--flick .fs-p-heading--lv2 {
  font-size: 16px;
  padding: 0.25em 0.5em;
  border-left: solid 5px #d71010;
  margin: 20px 0;
  border-bottom: none;
}
.fr2-listItem__productName {
  font-size: 14px!important;
  margin-top: 10px!important;
}
.fr2-price {
  color: #e60012;
  font-size: 14px;
  margin-top: 10px;
  justify-content: flex-end;
}

@media screen and (min-width: 960px){
  .fs-l-product2 .fs-l-productLayout {
    display: block;
  }
}
.fs-l-productLayout__item.fs-l-productLayout__item--1 {
  float: left;
  width: 46%;
  margin-right: 4%;
}
.fs-l-productLayout__item.fs-l-productLayout__item--2 {
  float: left;
  width: 50%;
}
.fs-l-productLayout__item.fs-l-productLayout__item--2::after {
  display: block;
  content: "";
  clear: both;
}
.cf::after {
  display: block;
  content: "";
  clear: both;
}
#review_anker::before {
  display: block;
  content: "";
  clear: both;
}
@media (max-width: 960px) and (min-width: 1px){
  .fs-l-product2 .fs-l-productLayout {
    display: block;
  }
}
@media (max-width: 940px) and (min-width: 1px){
  .fs-l-productLayout__item.fs-l-productLayout__item--1 {
    float: none;
    width: 100%;
    margin-right: 0%;
  }
  .fs-l-productLayout__item.fs-l-productLayout__item--2 {
    float: none;
    width: 100%;
  }
}
@media (max-width: 640px) and (min-width: 1px){
  .fs-l-productLayout {
    display: block;
  }
  .fax_box .fax_main {
    width: 100%;
  }
  .fs-body-product #_rcmdjp_display_1 {
    width: 90%;
    margin: auto;
  }
}
/*  商品詳細下レシピ  */
.fs-body-product .sec04 .sec_title {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.fs-body-product .sec04 .sec_title .link_text {
	font-size: 14px;
	padding: 0.25em 0.5em;
}
.fs-body-product .sec04 .sec_01_list ul li {
	width: 19%;
}
.fs-body-product .sec04 .sec_01_list ul li img {
	width: 100%;
	height: auto;
}
.fs-body-product .sec_01_list ul {
	display: flex;
	justify-content: space-between;
}
.fs-body-product .sec_01_list ul li {
	width: 24%;
}
.fs-body-product .sec_01_list ul li img {
	display: block;
}
.fs-body-product .sec_01_list ul li .sec01_list_text {
	background: #fdf7e3;
	padding: 10px;
}
.fs-body-product .sec_01_list ul li .sec01_list_text .text {
	font-size: 12px;
	line-height: 1.3;
}
.fs-body-product .sec_title .title {
	font-size: 16px;
  padding: 0.25em 0.5em;
	border-left: solid 5px #d71010;
	margin: 20px 0;
  font-weight: bold;
}
.fs-body-product .sec05 .sec_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}







/*　　お気に入りリスト　　*/

.fs-c-wishlistProduct__title, .fs-c-featuredProduct__title {
  font-size: 16px;
  padding: 0.25em 0.5em;
  border-left: solid 5px #d71010;
  margin: 20px 0;
  border-bottom: 0;
}
.fs-c-productListCarousel__list .fs-c-productListItem__productDescription {
  display: none;
}
.fs-c-productListCarousel__list .fs-c-productListItem__control.fs-c-buttonContainer {
  display: none;
}

/*　　カート　　*/
.fs-body-cart .fs-l-cart__mainColumn .fs-c-cartTable__headerCell {
  color: #000;
  font-weight: 600;
  padding: 10px 0;
}
.fs-c-cartDiscountInfo__note {
  font-size: 14px;
}
.fs-body-cart .fs-c-cartTable__dataCell {
  vertical-align: middle;
}
.fs-body-cart .fs-c-cartTable__dataCell a {
  color: #000;
}
.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  color: #000;
}
.fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed) {
  color: #000;
}
.fs-c-cartTable__actionButton__container > button {
  font-size: 12px;
  background: #f4f4f4;
  border: 1px solid #ccc;
  padding: 5px 3px;
  border-radius: 3px;
  color: #000
}
#fs-cartTotals-container .fs-c-orderTotalTable {
  color: #000
}
#fs-cartTotals-container .fs-c-purchaseHere__message p {
  color: #000;
}
#fs-cartTotals-container .fs-c-orderTotalTable > tbody > tr > th {
  font-size: 12px;
}
#fs-cartTotals-container .fs-c-orderTotalTable > tbody > tr > td .fs-c-price {
  font-size: 18px;
}
.fs-body-cart .fs-c-cartPayment__button.fs-c-buttonContainer.fs-c-buttonContainer--unregisteredUserPurchase .fs-c-button--secondary {
  border-radius: 0;
}
#fs-checkout-payHere-container .fs-c-purchaseHere__message p {
  font-size: 12px;
}
@media (max-width: 640px) and (min-width: 1px){
  .fs-body-cart .fs-l-cart {
    width: 90%;
    margin: auto;
  }
  .fs-body-cart #fs-cartContent-container .fs-c-cartTableContainer {
    background: #f8f8f8;
    border: 2px solid #ccc;
    padding: 10px;
  }
  .fs-c-cartTable__actionButton__container > button {
    background-color: transparent;
    border: none;
    padding: 0;
  }
  .fs-body-cart .fs-c-cartTable__dataCell {
    color: #000;
    display: block;
  }
  .fs-c-cartTable__actionButton__container .fs-c-button__label {
    display: block;
    text-align: left;
  }
  .fs-c-cartTable__row {
    border-bottom: none;
  }
  .fs-body-cart .fs-c-priceDisplay.fs-c-productPrice {
    font-size: 20px;
    margin-top: 15px;
  }
  .fs-body-cart .fs-c-buttonContainer {
    padding: 10px;
    width: 100%;
  }
  .fs-body-cart .fs-c-button--primary {
    min-width: 240px;
    padding: 20px;
    font-size: 12px;
    width: 100%;
  }
  .fs-body-cart .fs-c-cartPayment__button.fs-c-buttonContainer.fs-c-buttonContainer--unregisteredUserPurchase .fs-c-button--secondary {
    width: 100%;
    padding: 20px;
    font-size: 12px;
    margin-bottom: 20px;
  }
}
[type="hidden"], [type="text"], [type="search"], [type="tel"], [type="url"], [type="email"], [type="password"], [type="datetime"], [type="date"], [type="month"], [type="week"], [type="time"], [type="datetime-local"], [type="number"], select, textarea {
  min-height: 2.8em;
}
.fs-body-register .mail_info {
  background: #eee;
  width: 70%;
  padding: 10px;
  margin-top;
}
.fs-c-requiredMark {
  width: 2.8em;
  height: 1.4em;
}
.fs-c-requiredMark::before {
  content: "必須";
  display: block;
  background: #d71010;
  color: #fff;
  padding: 5px;
  font-size: 12px;
  margin-top: 0px;
  margin-left: 5px;
}
@media (max-width: 640px) and (min-width: 1px){
  .fs-c-requiredMark {
    width: 3.5em;
    height: 1.3em;
  }
  .fs-c-requiredMark::before {
    content: "必須";
    display: block;
    background: #d71010;
    color: #fff;
    padding: 2px 4px;
    font-size: 10px;
    margin-top: 0px;
    margin-left: 5px;
  }
}
.fs-c-checkout-customerInfo > li {
  line-height: 1.5;
}
.fs-c-checkout-customerInfo__name {
  font-size: 20px;
}
.fs-c-checkout-destination__name {
  font-size: 20px;
}
.fs-c-checkout-destination__list > li {
  line-height: 1.5;
}
.fs-c-checkout-delivery__method__title {
  font-size: 20px;
}
.fs-c-checkout-paymentMethodList > li {
  line-height: 1.5;
}
.fs-c-checkout-delivery__method__deliveryDateTime {
  line-height: 1.5;
}
.fs-c-cartTable__dataCell--quantity,.fs-c-cartTable__dataCell--subtotal {
  vertical-align: middle;
}
.fs-c-totalAndActions.fs-c-checkout-preview .fs-c-price {
  font-size: 22px;
}
.fs-c-priceDisplay__memberPrice__label {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .fs-c-buttonContainer--pair > * {
    font-size: 13px;
  }
}
@media screen and (min-width: 960px) {
  .fs-body-my-top .fs-l-account {
    -ms-flex-pack: justify;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    -ms-flex-direction: row;
  }
  .fs-body-my-top .fs-p-accountInfo {
    -ms-flex-preferred-size: 35%;
  }
  .fs-body-my-top .fs-c-accountService {
    -ms-flex-preferred-size: 64%;
  }
}
.fs-body-closed .page_title .title {
  background: #fff;
  color: #000;
}
select {
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}
select::-ms-expand {
    display: block;
}
.fs-body-product .fs-c-quantity__select.fs-system-quantity-list {
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}
.fs-body-product .fs-c-dropdown .fs-c-dropdown__menu {
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.fs-body-product .fs-c-quantity__number.fs-system-quantity-text {
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* .fs-body-product .fs-c-productPrice.fs-c-productPrice--selling .fs-c-productPrice__main__label {
  display: none;
} */
.fs-body-product .fs-c-productPrice.fs-c-productPrice--selling .fs-c-productPrice__main__price.fs-c-price {
  font-weight: bold;
  color: #e60012;
}
.fs-body-product .fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed) {
  color: #e60012;
  font-weight: bold;
}
.fs-body-product .fs-c-productPrice.fs-c-productPrice--member .fs-c-productPrice__main__price.fs-c-price {
  font-weight: bold;
  color: #e60012;
}
.fs-body-product .fs-c-button--removeFromWishList--detail.fs-c-button--particular {
  display: none;
}
.fs-body-product #_rcmdjp_display_2 .fs-p-heading--lv2,.fs-body-product #_rcmdjp_display_1 .fs-p-heading--lv2,.fs-body-product #_rcmdjp_display_3 .fs-p-heading--lv2,.fs-body-product #_rcmdjp_display_5 .fs-p-heading--lv2 {
  border-bottom: none;
  font-size:16px;
  color:#6a3906;
  text-align:left;
  background: #ffffff;
  padding: 0.25em 0.5em;
  border-left: solid 5px #d71010;
  margin: 20px 0;
  font-weight: bold;
}
.fs-body-product .fr2-productList--col4 :hover a {
  color: #e60012;
}
.fs-body-product .FS2_Recommend2_container_history ul.item_history li {
  border: none;
}
.fs-body-product .fr2-productList.fr2-productList--col4 {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
}
.fs-body-product .fr2-productList.fr2-productList--col4 .fr2-listItem {
  flex: 0 0 24.5%;
}
.fs-body-product .fs-c-productPrices.fs-c-productPrices--productDetail .fs-c-productPrice.fs-c-productPrice--listed .fs-c-productPrice__addon.fs-c-productPrice__addon--listed {
  display: none;
}
.fs-body-product .fs-c-productPrice--listed {
  color: #111;
}
.fs-body-product .spv {
  display: none;
}
.fs-body-product #_rcmdjp_display_3 .fr2-listItem .fr2-listItem__productPrice.fr2-price,.fs-body-product #_rcmdjp_display_1 .fr2-listItem .fr2-listItem__productPrice.fr2-price,.fs-body-product #_rcmdjp_display_5 .fr2-listItem .fr2-listItem__productPrice.fr2-price {
  font-weight: bold;
}
.FS2_Recommend2_ranking_horizontal ul.rank_nmr li a {
  color: #6a3906;
}
.FS2_Recommend2_ranking_horizontal ul.rank_nmr li .itemPrice {
  font-weight: bold;
  display: block;
  text-align: right;
  font-size: 14px;
  margin-top: 10px
}
.fs-body-top .sec02 .fs-c-productListCarousel__list__item.fs-c-productListItem .fs-c-productPrice {
  justify-content: flex-end;
}
.fs-body-top .sec02 .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  color: #d81010;
  font-weight: bold;
  font-size: 14px;
}
.fs-body-top .sec02 .fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed) {
  color: #d81010;
  font-weight: bold;
}
.fs-body-top .sec02 .fs-c-productPrice.fs-c-productPrice--selling .fs-c-productPrice__main .fs-c-productPrice__main__label {
  display: none;
}
.fs-body-top .sec02 .fs-c-productListCarousel__list__item.fs-c-productListItem .fs-c-productListItem__productName .fs-c-productName__name {
  font-size: 12px;
}
.fs-body-product .fs-c-productPrices.fs-c-productPrices--productDetail .fs-c-productPrices.fs-c-productPrices--productDetail .fs-c-productPrice.fs-c-productPrice--preorder .fs-c-productPrice__main__price.fs-c-price {
  color: #e60012;
  font-weight: bold;
}
.fs-body-product .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  color: #e60012;
  font-weight: bold;
}
/*  pcヘッダーカート個数  */
.header .header_first_nav ul li .fs-client-cart-count.fs-client-cart-count--0 {
  display: none;
}
.header .header_first_nav ul li .fs-client-cart-count {
  background: #d71010;
  border-radius: 50%;
  color: #fff;
  padding: 0px 5px;
  font-size: 11px;
}
.fs-body-product .fs-c-requiredMark::before {
  content: "*";
  display: block;
  font-size: 1.2em;
  text-indent: 0;
  padding: 0;
  color: #6a3906;
  margin-left: 0;
  background-color: transparent;
  margin-top: 5px;
}
.fs-body-cart .fs-c-listedOptionPrice {
  display: block;
  font-size: 16px;
}
.fs-body-cart .fs-c-price__addon {
  font-size: 12px;
}
@media (max-width: 640px) and (min-width: 1px){
  .fs-body-product .pcv {
    display: none;
  }
  .fs-body-product .spv {
    display: block;
  }
  .fs-body-product .spv #fs-recommend--flick .fs-p-heading--lv2 {
    width: 90%;
    margin: auto;
  }
  .fs-body-product section.sec05,.fs-body-product section.sec04 {
    display: none;
  }
  .fs-body-product .fr2-listItem.rcmd-slick-slide.rcmd-slick-active .fr2-listItem__link .fr2-listItem__productName {
    color: #6a3906;
    font-size: 11px!important;
  }
  .fs-body-product .fr2-listItem.rcmd-slick-slide.rcmd-slick-active .fr2-listItem__link .fr2-listItem__productPrice.fr2-price {
    font-weight: bold;
    color: #d71010;
    font-size: 11px;
  }
  .fs-body-top .FS2_Recommend2_ranking_horizontal ul.rank_nmr {
    flex-wrap: wrap;
    -ms-flex-flow: row wrap;
  }
  .FS2_Recommend2_ranking_horizontal ul.rank_nmr {
    flex-wrap: wrap;
    -ms-flex-flow: row wrap;
  }
  .fs-body-top .FS2_Recommend2_ranking_horizontal ul.rank_nmr li {
    flex: 0 0 48%;
    margin-bottom: 15px;
  }
  .FS2_Recommend2_ranking_horizontal ul.rank_nmr li {
    flex: 0 0 48%!important;
    margin-bottom: 15px;
  }
  .FS2_Recommend2_ranking_horizontal ul.rank_nmr li .rank_number {
    padding: 5px 0;
    font-size: 13px;
  }
  .fs-body-top .FS2_Recommend2_ranking_horizontal ul.rank_nmr li:nth-child(3),.fs-body-top .FS2_Recommend2_ranking_horizontal ul.rank_nmr li:nth-child(4),.fs-body-top .FS2_Recommend2_ranking_horizontal ul.rank_nmr li:nth-child(5)   {
    flex: 0 0 31%;
  }
  .FS2_Recommend2_ranking_horizontal ul.rank_nmr li:nth-child(3),.FS2_Recommend2_ranking_horizontal ul.rank_nmr li:nth-child(4),.FS2_Recommend2_ranking_horizontal ul.rank_nmr li:nth-child(5) {
    flex: 0 0 31%!important;
  }
  .FS2_Recommend2_ranking_horizontal ul.rank_nmr li:nth-child(1) .rank_number::before {
    background: url(../images/index/rank_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    display: inline-block;
    content: "";
    width: 14px;
    height: 11px;
    margin-right: 10px;
  }
  .FS2_Recommend2_ranking_horizontal ul.rank_nmr li:nth-child(2) .rank_number::before {
    background: url(../images/index/rank_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    display: inline-block;
    content: "";
    width: 14px;
    height: 11px;
    margin-right: 10px;
  }
  .FS2_Recommend2_ranking_horizontal ul.rank_nmr li:nth-child(3) .rank_number::before {
    background: url(../images/index/rank_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    display: inline-block;
    content: "";
    width: 14px;
    height: 11px;
    margin-right: 10px;
  }
  .FS2_Recommend2_ranking_horizontal ul.rank_nmr li .rank_number .spv {
    display: initial!important;
    font-size: 13px;
    padding: 5px 0;
  }
  .FS2_Recommend2_ranking_horizontal ul.rank_nmr li .rank_number .pcv {
    display: none;
  }
  .fs-c-slick .slick-dots li {
    width: 13px;
    height: 13px;
    margin: 0 8px;
  }
  .fs-body-product .fs-c-quantity__number.fs-system-quantity-text {
    min-height: 2.5em;
  }
}
@media screen and (min-width: 960px){
  .fs-body-category .fs-c-productList__list {
    display: flex;
    flex-wrap: wrap;
    -ms-flex-flow: row wrap;
  }
  .fs-body-category .fs-c-productList__list .fs-c-productList__list__item.fs-c-productListItem {
    width: 24%;
    box-sizing: border-box;
    margin-right: 1%;
    margin-bottom: 2%;
  }
  .fs-body-search .fs-c-productList__list {
    display: flex;
    flex-wrap: wrap;
    -ms-flex-flow: row wrap;
  }
  .fs-body-search .fs-c-productList__list .fs-c-productList__list__item.fs-c-productListItem {
    width: 24%;
    box-sizing: border-box;
    margin-right: 1%;
    margin-bottom: 2%;
  }
}
.fs-body-category .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  color: #d81010;
  font-weight: bold;
  font-size: 16px;
}
.fs-body-category .fs-c-productListItem__prices.fs-c-productPrices .fs-c-productPrice.fs-c-productPrice--selling .fs-c-productPrice__main__label {
  display: none;
}
.fs-body-category .fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed) {
  color: #d81010;
  font-weight: bold;
  font-size: 12px;
}
.fs-body-category .fs-c-productListItem__prices.fs-c-productPrices .fs-c-productPrice.fs-c-productPrice--selling {
  margin-bottom: 10px;
}
.fs-c-productListItem__image__image {
  margin: 0 auto;
}
.fs-body-category .fs-c-productList__list__item.fs-c-productListItem .fs-c-productName__name {
  font-weight: bold;
}
.fs-body-category .fs-c-productList__list__item.fs-c-productListItem .fs-c-productListItem__productDescription {
  font-size: 12px;
}
.fs-body-search .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  color: #d81010;
  font-weight: bold;
  font-size: 16px;
}
.fs-body-search .fs-c-productListItem__prices.fs-c-productPrices .fs-c-productPrice.fs-c-productPrice--selling .fs-c-productPrice__main__label {
  display: none;
}
.fs-body-search .fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed) {
  color: #d81010;
  font-weight: bold;
  font-size: 12px;
}
.fs-body-search .fs-c-productListItem__prices.fs-c-productPrices .fs-c-productPrice.fs-c-productPrice--selling {
  margin-bottom: 10px;
}
.fs-body-search .fs-c-productList__list__item.fs-c-productListItem .fs-c-productName__name {
  font-weight: bold;
}
.fs-body-search .fs-c-productList__list__item.fs-c-productListItem .fs-c-productListItem__productDescription {
  font-size: 12px;
}
.footer_fixd_menu.sp_only.fs-clientInfo {
  display: none;
}
@media (max-width: 959px) and (min-width: 1px){
  .fs-body-category .fs-c-productList__list {
    display: flex;
    flex-wrap: wrap;
    -ms-flex-flow: row wrap;
  }
  .fs-body-category .fs-c-productList__list .fs-c-productList__list__item.fs-c-productListItem {
    width: 24%;
    box-sizing: border-box;
    margin-right: 1%;
    margin-bottom: 2%;
  }
  .fs-body-search .fs-c-productList__list {
    display: flex;
    flex-wrap: wrap;
    -ms-flex-flow: row wrap;
  }
  .fs-body-search .fs-c-productList__list .fs-c-productList__list__item.fs-c-productListItem {
    width: 24%;
    box-sizing: border-box;
    margin-right: 1%;
    margin-bottom: 2%;
  }
}
@media (max-width: 640px) and (min-width: 1px){
  .fs-body-category .fs-c-productList__list {
    display: flex;
    flex-wrap: wrap;
    -ms-flex-flow: row wrap;
  }
  .fs-body-category .fs-c-productList__list .fs-c-productList__list__item.fs-c-productListItem {
    width: 49%;
    box-sizing: border-box;
    margin-right: 0%;
    margin-bottom: 2%;
  }
  .fs-body-category .fs-c-productList__list .fs-c-productList__list__item.fs-c-productListItem:nth-child(even) {
    width: 49%;
    box-sizing: border-box;
    margin-left: 2%;
  }
  .fs-body-category .fs-c-productList__list__item.fs-c-productListItem .fs-c-productName__name {
    font-size: 11px;
  }
  .fs-body-category .fs-c-productList__list__item.fs-c-productListItem .fs-c-productListItem__productDescription {
    font-size: 11px;
  }
  .fs-body-category .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
    font-size: 11px;
  }
  .fs-body-category .fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed) {
    font-size: 11px;
  }
  .fs-body-search .fs-c-productList__list {
    display: flex;
    flex-wrap: wrap;
    -ms-flex-flow: row wrap;
  }
  .fs-body-search .fs-c-productList__list .fs-c-productList__list__item.fs-c-productListItem {
    width: 49%;
    box-sizing: border-box;
    margin-right: 0%;
    margin-bottom: 2%;
  }
  .fs-body-search .fs-c-productList__list .fs-c-productList__list__item.fs-c-productListItem:nth-child(even) {
    width: 49%;
    box-sizing: border-box;
    margin-left: 2%;
  }
  .fs-body-search .fs-c-productList__list__item.fs-c-productListItem .fs-c-productName__name {
    font-size: 11px;
  }
  .fs-body-search .fs-c-productList__list__item.fs-c-productListItem .fs-c-productListItem__productDescription {
    font-size: 11px;
  }
  .fs-body-search .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
    font-size: 11px;
  }
  .fs-body-search .fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed) {
    font-size: 11px;
  }
  .footer_fixd_menu.sp_only.fs-clientInfo {
    display: block;
  }
}
.fs-body-search .fs-c-productListItem__control > *:last-child {
  margin-left: 0;
}
.fs-body-category .fs-c-productListItem__control > *:last-child {
  margin-left: 0;
}
.fs-clientInfo .login.true,.fs-clientInfo .left_login.true{
  display: none !important;
}
.fs-clientInfo .logout.false,.fs-clientInfo .left_logout.false{
  display: none !important;
}
/* お買い物を続けるぼたん */
a.fs-c-button--continueShopping.fs-c-button--standard {
  border-color: #6a3906;
  color: #6a3906;
  background-color: #fff;
  border-radius: 4px;
  padding: 10px 20px;
  font-size: 13px;
  display: block;
  width: 60%;
  margin: 15px auto;
}
.fs-c-cartDiscountInfo {
  margin: 24px 0 0 0 !important;
}
.fs-c-checkout-communicationInfo__info.fs-c-checkout-previewAndEdit__info.fs-c-checkout-confirmationContent {
  height: 100px;
}
.fs-c-checkout-communicationInfo__message::after {
  content: "記入する場合は「変更」ボタンを押してください。";
}
#_rcmdjp_display_1 .fs-p-heading--lv2 {
  border-bottom: none;
  font-size: 16px;
  color: #6a3906;
  text-align: left;
  background: #ffffff;
  padding: 0.25em 0.5em;
  border-left: solid 5px #d71010;
  margin: 20px 0;
  font-weight: bold;
}
.spv {
  display: none;
}
@media (max-width: 640px) and (min-width: 1px){
  .pcv {
    display: none;
  }
  .spv {
    display: block;
  }
  #_rcmdjp_display_2 .fs-p-heading--lv2 {
    border-bottom: none;
    font-size: 16px;
    color: #6a3906;
    text-align: left;
    background: #ffffff;
    padding: 0.25em 0.5em;
    border-left: solid 5px #d71010;
    width: 90%;
    margin: 20px auto;
    font-weight: bold;
  }
}
/* レコメンド */
.FS2_Recommend2_ranking_horizontal a img{
  margin: 0 auto;
  display: block;
}
/* guest puchace privacy infomation check box ttl */
.pri_agree_ttl {
  padding: 8px;
  background: rgba(126, 126, 126, 0.08);
  margin-bottom: 5px;
}
.merrit_guest .menbar_box {
  width: 350px;
}
.merrit_guest .menbar_box ul{
  margin-top: 10px;
}
.merrit_guest {
  margin-top: 15px;
}
.fs-c-agreementConfirmation__message.fs-c-agreementConfirmation__message--newsletterChecked {
  margin-top: 15px;
}
fieldset.fs-c-privacyPolicyAgreeField.fs-c-additionalCheckField .pri_agree_ttl {
  margin-top: 20px;
}
span.hissu {
  background-color: #d71010;
  color: white;
  padding: 1px 3px;
}
.fs-c-orderHistoryItem__product {
  display: block !important;
}
.fs-c-button--plain.fs-c-button--viewProductDetail::before{
  content: none;
}