@charset "UTF-8";

.pankuzu {
  max-width: 1120px;
  margin: 0px auto 20px;
}

.mantenance {
  width: 1120px;
  margin: 0 auto;
  text-align: center;
  font-size: 300%;
  line-height: 150%;
  height: 500px;
  -webkit-box-shadow: 0 0 0 5px #ccc;
  box-shadow: 0 0 0 5px #ccc;
}

.mantenance p {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
  font-weight: bold;
}

body {
  line-height: 180% !important;
  font-size: 86%;
  color: #222 !important;
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif !important;
}

.headers,
.lapnav,
.nars {
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif !important;
}

.nars {
  margin-top: -20px !important;
}

#pagetop {
  display: block;
  position: fixed;
  bottom: 10px;
  right: 10px;
}

.fontbig {
  font-weight: bold;
}

#logoutButton,
#loginButton,
#mypages,
#newmember {
  display: none;
}

a {
  color: #222;
}

.is-fixed {
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100% !important;
  z-index: 12;
  margin-top: 0px !important;
  background: #fff;
}

.is-fixed .g_navi {
  padding: 14px 40px 0 0 !important;
}

.is-fixed > ul {
  padding: 0 0 10px;
  margin: 0 auto;
  width: 1120px;
}

.is-fixed ul > li:last-child {
  margin-right: 20px;
}

.fix-right-navi .fs-p-cartItemNumber {
  font-size: 1.6rem !important;
  top: -6px;
}

.basecont {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  letter-spacing: 1px;
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pc-side-nav-fixed {
  top: 2%;
  left: 68%;
  width: 18%;
  position: fixed;
}

/* ------------------
	common
 ------------------ */

.mrb4 {
  margin-bottom: 4px;
}

.mrb10 {
  margin-bottom: 10px;
}

.mrb15 {
  margin-bottom: 15px;
}

.mrb20 {
  margin-bottom: 20px;
}

.mrb30 {
  margin-bottom: 30px;
}

.mrb40 {
  margin-bottom: 40px;
}

.mrb60 {
  margin-bottom: 60px;
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
}

#page-top a {
  text-decoration: none;
  color: #fff;
  width: 50px;
  padding: 10px 0;
  text-align: center;
  display: block;
  border-radius: 5px;
}

#page-top a:hover {
  text-decoration: none;
  opacity: 0.7;
}

#page-top img {
  width: 50px;
  height: auto;
}

.fontbig {
  font-size: 130%;
  line-height: 150%;
}

.item_information p {
  margin-bottom: 20px;
}

.item_information p:last-child {
  margin-bottom: 0px;
}

.tp_subtit {
  text-align: center;
  margin-bottom: 30px;
}

.tp_subtit dt,
.tp_subtit h2 {
  text-align: center;
  font-size: 200%;
  list-style-position: 150%;
  margin-bottom: 30px;
  background: url(../img/g_line.gif) no-repeat center bottom;
  padding-bottom: 18px;
}

.tp_subtit dd,
.tp_subtit p {
  color: #669900;
  font-family: HelveticaNeue-CondensedBold, "arial black";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tp_subtit dd:before,
.tp_subtit dd:after,
.tp_subtit p:before,
.tp_subtit p:after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 1px;
  background: #669900;
  display: block;
}

.tp_subtit dd:before,
.tp_subtit p:before {
  margin-right: 4em;
}

.tp_subtit dd:after,
.tp_subtit p:after {
  margin-left: 4em;
}

.detail_tit {
  font-size: 150%;
  font-weight: bold;
  margin-bottom: 25px !important;
  padding-bottom: 10px;
  border-bottom: 5px solid #669900;
}

.bnk_link {
  background: url(../img/external-link-symbol.svg) no-repeat left top;
  background-size: 12px 12px;
  padding-left: 20px;
  margin-top: 25px;
}

/* ------------------
btn
------------------ */

.blown_btn a {
  display: block;
  background: url(../img/r-delta.svg) no-repeat 96% center #000;
  background-size: 9px 8px;
  color: #fff;
  text-align: center;
  border-radius: 30px;
  padding: 15px 10%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 120%;
  text-decoration: none;
}

.blown_btn a:hover {
  opacity: 0.7;
  display: block;
  background: url(../img/r-delta.svg) no-repeat 96% center #333;
  background-size: 9px 8px;
  color: #fff;
  text-align: center;
  border-radius: 30px;
  padding: 15px 10%;
  font-size: 120%;
}

.buy_btn a {
  display: block;
  text-decoration: none;
  background: url(../img/emptycart.svg) no-repeat 8% center #cf3c01;
  background-size: 20px 20px;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 15px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 110%;
  transition: 0.3s;
  -webkit-box-shadow: 0px 5px 0 #842404;
  box-shadow: 0px 5px 0 #842404;
}

.buy_btn a:hover {
  display: block;
  background: url(../img/emptycart.svg) no-repeat 8% center #cf3c01;
  background-size: 20px 20px;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 15px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 110%;
  opacity: 0.7;
  text-decoration: none;
  -webkit-box-shadow: 0px 5px 0 #842404;
  box-shadow: 0px 5px 0 #842404;
}

.fax_btn a {
  display: block;
  background: url(../img/r-delta.svg) no-repeat 96% center #669900;
  background-size: 9px 8px;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 15px 10%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 120%;
  text-decoration: none;
}

.fax_btn a:hover {
  opacity: 0.7;
  display: block;
  background: url(../img/r-delta.svg) no-repeat 96% center #669900;
  background-size: 9px 8px;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 15px 10%;
  font-size: 120%;
}

/* ------------------
	header
 ------------------ */

#slide-l {
  z-index: 100;
  cursor: default;
  position: fixed;
  top: -460px;
  height: 460px !important;
  width: 100%;
  padding: 0;
  margin: 0;
  background: #fff;
}

#slide-l .slide-inner {
  position: relative;
  overflow: auto;
  overflow-x: hidden;
  margin: 0 auto;
  max-width: 1120px;
  width: 100%;
  height: 100%;
}

#slide-l .slide-inner section {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.headline h1 {
  font-size: 90%;
  line-height: 150%;
  font-weight: normal;
  width: 66%;
}

.headline .logo {
  width: 228px;
}

.information-block {
  width: 74%;
}

.ban_block {
  width: 230px;
  margin-top: 70px;
}

.ban_block img {
  width: 100%;
  height: auto;
}

.ban_block li {
  list-style: none;
}

.information-block > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.information-block > ul > li:first-child {
  width: 30%;
}

.information-block > ul > li:nth-child(2) {
  width: 38%;
}

.information-block > ul > li:nth-child(3) {
  width: 24%;
}

.information-block > ul p {
  font-weight: bold;
}

.information-block > ul > li {
  width: 20%;
  list-style: none;
  border-right: 1px solid #eee;
}

.information-block > ul > li a:hover {
  text-decoration: none;
}

.information-block > ul > li li {
  list-style: none;
  font-size: 90%;
}

.information-block .f_items li:nth-child(odd) {
  width: 30% !important;
}

.information-block .f_items li:nth-child(even) {
  width: 60% !important;
}

#slide-l .nav-icon {
  position: absolute;
  right: 0px;
  top: 466px;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  z-index: 3000 !important;
}

.cov {
  margin: 0 auto;
  max-width: 1120px;
  min-width: 768px;
  width: 100%;
  position: relative;
}

.headers {
  width: 1120px;
  margin: 0px auto 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.my_points span {
  color: #dd0000;
  font-weight: bold;
}

.infos {
  width: 1120px;
  margin: 14px auto 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.infos ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.infos ul li {
  list-style: none;
}

.FS2_repeater {
  margin: 14px 30px 0 0;
  text-align: right;
}

.hd-cont:after {
  content: "";
  clear: both;
  display: block;
}

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

.tp_infos {
  width: 70%;
}

.tp_infos li {
  list-style: none;
}

.hd_icon--a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tp_infos ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gai_yo {
  margin: 0 40px 7px 0;
}

.gai_yo li {
  background: url(../img/delta.svg) no-repeat left center;
  background-size: 14px 10px;
  padding-left: 20px;
  margin-left: 20px;
  font-size: 80%;
}

.gai_yo a:hover {
  text-decoration: none;
}

.tp_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hd_register a,
.hd_login a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hd_f {
  margin-right: 10px;
}

.hd_cart a {
  background: #990000;
  background-size: 24px 24px;
  display: block;
  padding: 10px;
  border-radius: 20px;
  color: #fff;
}

.hd_cart a span {
  background: url(../img/empty_sc.svg) no-repeat left center;
  background-size: 20px 20px;
  padding-left: 30px;
}

.tp_btn li {
  margin-left: 25px;
  min-height: 30px;
  line-height: 1em;
}

.tp_btn li:last-child {
  font-family: HelveticaNeue-CondensedBold, "arial black";
  font-size: 220%;
  line-height: 1em;
}

.tp_btn a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}

.tp_btn a:hover {
  opacity: 0.7;
}

.nars .g_navi {
  width: 1120px;
  margin: 0 auto 10px;
  padding: 5px 0;
}

.nars ul {
  display: flex;
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}

.nars .g_navi > ul > li {
  list-style: none;
  margin-left: 30px;
}

.nars .g_navi a {
  text-decoration: none;
}

.nars .g_navi li ul li img {
  width: 54px;
  height: auto;
}

.i-plus {
  background: url(../img/un_delta.svg) no-repeat right center;
  background-size: 8px 8px;
  padding-right: 15px;
}

/* drop down
-----------------------------------------*/

/* mod_dropnavi_child */

.parent {
  position: relative;
}

.nars .mod_dropnavi_child {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -120px;
  z-index: 99;
  padding: 32px 0 0 0 !important;
  width: 240px;
}

.pareabg {
  background: #fff;
}

.nars .mod_dropnavi_child ul {
  padding: 5% !important;
  position: relative;
}

#gray {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.5;
  z-index: 1;
  display: none;
}

#gray:targets {
  display: block;
}

.p-list {
  background: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 5px #000;
  box-shadow: 0 0 5px #000;
}

.p-list li {
  background: url(../img/r-delta_blo.svg) no-repeat left 32%, url(../img/dot-line.gif) repeat-x left bottom;
  background-size: 6px 6px, 4px 1px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  list-style: none;
  padding-left: 12px;
}

.p-list li a {
  display: block;
}

.p-list li:last-child {
  margin-bottom: 0;
}

.nars .mod_dropnavi_child ul {
  display: block;
  border: 1px solid #000;
}

.nars .mod_dropnavi_child ul.p-list:after {
  border: 12px solid transparent;
  border-bottom-color: #fff;
  border-top-width: 0;
  top: -10px;
  content: "";
  display: block;
  left: 46%;
  position: absolute;
}

.nars .mod_dropnavi_child ul li {
  font-size: 90%;
  line-height: 1.3;
  text-align: left;
}

.nars .mod_dropnavi_child ul li a {
  background: #fff;
}

.nars .mod_dropnavi_child ul li a:hover {
  opacity: 0.6;
}

/* ------------------
レイアウト
------------------ */

.contst {
  width: 1120px;
  margin: 0 auto 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contst .l-side {
  width: 220px;
}

.rcipe_contst {
  width: 1120px;
  margin: 0 auto 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* ------------------
左サイド
------------------ */

.contst .l-side a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contst .l-side a:hover {
  opacity: 0.7;
}

.contst .l-side .user-bnr {
  margin-bottom: 20px;
}

.contst .l-side .user-bnr li {
  list-style: none;
  margin-bottom: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contst .l-side .user-bnr li:hover {
  opacity: 0.7;
}

.contst .l-side .user-bnr li img {
  font-size: 0;
  line-height: 1em;
  display: block;
}

.contst .l-side .user-bnr li:last-child {
  margin-bottom: 0;
}

.contst .l-side .user-bnr li p {
  margin-top: 6px;
}

.contst .mainconts,
.rcipe_contst .mainconts {
  width: 860px;
}

.side-serach {
  background: url(../img/l_search.gif);
  padding: 7%;
  margin-bottom: 30px;
}

.keyword_side {
  margin-bottom: 30px;
}

.keyword_side input {
  background: url(../img/l-search.svg) no-repeat 10px center #fff;
  background-size: 14px 14px;
  padding: 8% 5% 8% 15%;
  width: 100%;
  border-radius: 6px;
  border: none;
  margin-bottom: 10px;
}

.keyword_side label {
}

.side_mit {
  width: 100%;
  margin: 0 auto;
  display: block;
  text-align: center;
}

.side_mit button {
  text-align: center;
  background: #000;
  padding: 5px;
  width: 70%;
  border-radius: 20px;
  color: #fff;
  font-size: 120%;
}

.wotxt {
  text-align: center;
  margin: 0px auto 10px;
  font-size: 110%;
  font-weight: bold;
}

.wotxt-sd {
  text-align: center;
  margin: 25px auto 10px;
}

.keyword-ser input[type="text"] {
  width: 100%;
  padding: 10px 10px 10px 30px;
  background: url(../img/l-search.svg) no-repeat 10px center #fff;
  background-size: 15px 15px;
  border: none;
  -webkit-box-shadow: 0 0 0 1px #ccc inset;
  box-shadow: 0 0 0 1px #ccc inset;
  border-radius: 6px;
  margin-bottom: 10px;
}

.keyword-ser input[type="button"] {
  width: 100px;
  padding: 2px 10px;
  text-align: center;
  margin: 0 auto;
  background: #e28b00;
  color: #fff;
  font-size: 130%;
  border-radius: 6px;
  display: block;
}

.keyword-ser button {
  width: 100px;
  padding: 2px 10px;
  text-align: center;
  margin: 0 auto;
  background: #e28b00;
  color: #fff;
  font-size: 130%;
  border-radius: 6px;
  display: block;
}

.price-ser input[type="text"] {
  width: 32%;
  padding: 10px 10px 10px 10px;
  border: none;
  -webkit-box-shadow: 0 0 0 1px #ccc inset;
  box-shadow: 0 0 0 1px #ccc inset;
  border-radius: 6px;
  margin-bottom: 10px;
  margin-right: 5px;
}

.side-serach select {
  width: 100%;
  padding: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #999;
  background: #eee;
  background: url(../img/arrow01.png) 96% 50% no-repeat;
  background-size: 10px, 100%;
  margin-bottom: 10px;
}

.side-serach .price-ser input[type="text"] {
  width: 80%;
  padding: 7% 10px 7% 10px;
  border: none;
  -webkit-box-shadow: 0 0 0 1px #ccc inset;
  box-shadow: 0 0 0 1px #ccc inset;
  border-radius: 6px;
  margin-bottom: 10px;
  margin-right: 5px;
}

.lists {
  margin-bottom: 30px;
}

.lists li {
  list-style: none;
}

.lists li a {
  display: block;
  padding: 30px 0 30px 60px;
  font-weight: bold;
}

.lists li a:hover {
  text-decoration: none;
}

.lists .side-i01 {
  background: url(../img/i_list01.jpg) no-repeat left center, url(../img/dot-line.gif) repeat-x left bottom;
  background-size: 50px 50px, 4px 1px;
}

.lists .side-i02 {
  background: url(../img/i_list02.jpg) no-repeat left center, url(../img/dot-line.gif) repeat-x left bottom;
  background-size: 50px 50px, 4px 1px;
}

.lists .side-i03 {
  background: url(../img/i_list03.jpg) no-repeat left center, url(../img/dot-line.gif) repeat-x left bottom;
  background-size: 50px 50px, 4px 1px;
}

.lists .side-i04 {
  background: url(../img/i_list04.jpg) no-repeat left center, url(../img/dot-line.gif) repeat-x left bottom;
  background-size: 50px 50px, 4px 1px;
}

.lists .side-i05 {
  background: url(../img/i_list05.jpg) no-repeat left center, url(../img/dot-line.gif) repeat-x left bottom;
  background-size: 50px 50px, 4px 1px;
}

.lists .side-i06 {
  background: url(../img/i_list06.jpg) no-repeat left center, url(../img/dot-line.gif) repeat-x left bottom;
  background-size: 50px 50px, 4px 1px;
}

.lists .side-i07 {
  background: url(../img/i_list07.jpg) no-repeat left center, url(../img/dot-line.gif) repeat-x left bottom;
  background-size: 50px 50px, 4px 1px;
}

.lists .side-i09 {
  background: url(../img/i_list09.jpg) no-repeat left center, url(../img/dot-line.gif) repeat-x left bottom;
  background-size: 50px 50px, 4px 1px;
}

.side-cate-i01 {
  background: url(../img/i_list01.jpg) no-repeat left center, url(../img/dot-line.gif) repeat-x left bottom, url(../img/r_plus.svg) no-repeat 94% center;
  background-size: 50px 50px, 4px 1px, 15px;
}

.side-cate-i02 {
  background: url(../img/i_list02.jpg) no-repeat left center, url(../img/dot-line.gif) repeat-x left bottom, url(../img/r_plus.svg) no-repeat 94% center;
  background-size: 50px 50px, 4px 1px, 15px;
}

.side-cate-i03 {
  background: url(../img/i_list03.jpg) no-repeat left center, url(../img/dot-line.gif) repeat-x left bottom, url(../img/r_plus.svg) no-repeat 94% center;
  background-size: 50px 50px, 4px 1px, 15px;
}

.side-cate-i04 {
  background: url(../img/i_list04.jpg) no-repeat left center, url(../img/dot-line.gif) repeat-x left bottom, url(../img/r_plus.svg) no-repeat 94% center;
  background-size: 50px 50px, 4px 1px, 15px;
}

.side-cate-i05 {
  background: url(../img/i_list05.jpg) no-repeat left center, url(../img/dot-line.gif) repeat-x left bottom, url(../img/r_plus.svg) no-repeat 94% center;
  background-size: 50px 50px, 4px 1px, 15px;
}

.side-cate-i06 {
  background: url(../img/i_list06.jpg) no-repeat left center, url(../img/dot-line.gif) repeat-x left bottom, url(../img/r_plus.svg) no-repeat 94% center;
  background-size: 50px 50px, 4px 1px, 15px;
}

.side-cate-i07 {
  background: url(../img/i_list07.jpg) no-repeat left center, url(../img/dot-line.gif) repeat-x left bottom, url(../img/r_plus.svg) no-repeat 94% center;
  background-size: 50px 50px, 4px 1px, 15px;
}

.side-cate-i09 {
  background: url(../img/i_list09.jpg) no-repeat left center, url(../img/dot-line.gif) repeat-x left bottom, url(../img/r_plus.svg) no-repeat 94% center;
  background-size: 50px 50px, 4px 1px, 15px;
}

.side-cate-i01.active {
  background: url(../img/i_list01.jpg) no-repeat left center, url(../img/dot-line.gif) repeat-x left bottom, url(../img/r_muinus.svg) no-repeat 94% center;
  background-size: 50px 50px, 4px 1px, 15px;
}

.side-cate-i02.active {
  background: url(../img/i_list02.jpg) no-repeat left center, url(../img/dot-line.gif) repeat-x left bottom, url(../img/r_muinus.svg) no-repeat 94% center;
  background-size: 50px 50px, 4px 1px, 15px;
}

.side-cate-i03.active {
  background: url(../img/i_list03.jpg) no-repeat left center, url(../img/dot-line.gif) repeat-x left bottom, url(../img/r_muinus.svg) no-repeat 94% center;
  background-size: 50px 50px, 4px 1px, 15px;
}

.side-cate-i04.active {
  background: url(../img/i_list04.jpg) no-repeat left center, url(../img/dot-line.gif) repeat-x left bottom, url(../img/r_muinus.svg) no-repeat 94% center;
  background-size: 50px 50px, 4px 1px, 15px;
}

.side-cate-i05.active {
  background: url(../img/i_list05.jpg) no-repeat left center, url(../img/dot-line.gif) repeat-x left bottom, url(../img/r_muinus.svg) no-repeat 94% center;
  background-size: 50px 50px, 4px 1px, 15px;
}

.side-cate-i06.active {
  background: url(../img/i_list06.jpg) no-repeat left center, url(../img/dot-line.gif) repeat-x left bottom, url(../img/r_muinus.svg) no-repeat 94% center;
  background-size: 50px 50px, 4px 1px, 15px;
}

.side-cate-i07.active {
  background: url(../img/i_list07.jpg) no-repeat left center, url(../img/dot-line.gif) repeat-x left bottom, url(../img/r_muinus.svg) no-repeat 94% center;
  background-size: 50px 50px, 4px 1px, 15px;
}

.side-cate-i09.active {
  background: url(../img/i_list09.jpg) no-repeat left center, url(../img/dot-line.gif) repeat-x left bottom, url(../img/r_muinus.svg) no-repeat 94% center;
  background-size: 50px 50px, 4px 1px, 15px;
}

/*キムチ*/
.kimuchi .side-cate-i01 {
  background: url(../img/i_list01.jpg) no-repeat left center, url(../img/dot-line.gif) repeat-x left bottom, url(../img/r_muinus.svg) no-repeat 94% center;
  background-size: 50px 50px, 4px 1px, 15px;
}

.kimuchi .side-cate-i01.active {
  background: url(../img/i_list01.jpg) no-repeat left center, url(../img/dot-line.gif) repeat-x left bottom, url(../img/r_plus.svg) no-repeat 94% center;
  background-size: 50px 50px, 4px 1px, 15px;
}

/*珍味*/
.chinmi .side-cate-i02,
.chinmi-check .side-cate-i02 {
  background: url(../img/i_list02.jpg) no-repeat left center, url(../img/dot-line.gif) repeat-x left bottom, url(../img/r_muinus.svg) no-repeat 94% center;
  background-size: 50px 50px, 4px 1px, 15px;
}

.chinmi .side-cate-i02.active,
.chinmi-check .side-cate-i02.active {
  background: url(../img/i_list02.jpg) no-repeat left center, url(../img/dot-line.gif) repeat-x left bottom, url(../img/r_plus.svg) no-repeat 94% center;
  background-size: 50px 50px, 4px 1px, 15px;
}

/*のり*/
.nori .side-cate-i03 {
  background: url(../img/i_list03.jpg) no-repeat left center, url(../img/dot-line.gif) repeat-x left bottom, url(../img/r_muinus.svg) no-repeat 94% center;
  background-size: 50px 50px, 4px 1px, 15px;
}

.nori .side-cate-i03.active {
  background: url(../img/i_list03.jpg) no-repeat left center, url(../img/dot-line.gif) repeat-x left bottom, url(../img/r_plus.svg) no-repeat 94% center;
  background-size: 50px 50px, 4px 1px, 15px;
}

/*調味料*/
.cyomiryo .side-cate-i04 {
  background: url(../img/i_list04.jpg) no-repeat left center, url(../img/dot-line.gif) repeat-x left bottom, url(../img/r_muinus.svg) no-repeat 94% center;
  background-size: 50px 50px, 4px 1px, 15px;
}

.cyomiryo .side-cate-i04.active {
  background: url(../img/i_list04.jpg) no-repeat left center, url(../img/dot-line.gif) repeat-x left bottom, url(../img/r_plus.svg) no-repeat 94% center;
  background-size: 50px 50px, 4px 1px, 15px;
}

/*とうがらし*/
.togarashi .side-cate-i05 {
  background: url(../img/i_list05.jpg) no-repeat left center, url(../img/dot-line.gif) repeat-x left bottom, url(../img/r_muinus.svg) no-repeat 94% center;
  background-size: 50px 50px, 4px 1px, 15px;
}

.togarashi .side-cate-i05.active {
  background: url(../img/i_list05.jpg) no-repeat left center, url(../img/dot-line.gif) repeat-x left bottom, url(../img/r_plus.svg) no-repeat 94% center;
  background-size: 50px 50px, 4px 1px, 15px;
}

/*韓流食器*/
.syokki .side-cate-i06 {
  background: url(../img/i_list06.jpg) no-repeat left center, url(../img/dot-line.gif) repeat-x left bottom, url(../img/r_muinus.svg) no-repeat 94% center;
  background-size: 50px 50px, 4px 1px, 15px;
}

.syokki .side-cate-i06.active {
  background: url(../img/i_list06.jpg) no-repeat left center, url(../img/dot-line.gif) repeat-x left bottom, url(../img/r_plus.svg) no-repeat 94% center;
  background-size: 50px 50px, 4px 1px, 15px;
}

/*ギフト*/
.gift .side-cate-i07 {
  background: url(../img/i_list07.jpg) no-repeat left center, url(../img/dot-line.gif) repeat-x left bottom, url(../img/r_muinus.svg) no-repeat 94% center;
  background-size: 50px 50px, 4px 1px, 15px;
}

.gift .side-cate-i07.active {
  background: url(../img/i_list07.jpg) no-repeat left center, url(../img/dot-line.gif) repeat-x left bottom, url(../img/r_plus.svg) no-repeat 94% center;
  background-size: 50px 50px, 4px 1px, 15px;
}

/*ドレッシング*/
.dressing .side-cate-i09 {
  background: url(../img/i_list09.jpg) no-repeat left center, url(../img/dot-line.gif) repeat-x left bottom, url(../img/r_muinus.svg) no-repeat 94% center;
  background-size: 50px 50px, 4px 1px, 15px;
}

.dressing .side-cate-i09.active {
  background: url(../img/i_list09.jpg) no-repeat left center, url(../img/dot-line.gif) repeat-x left bottom, url(../img/r_plus.svg) no-repeat 94% center;
  background-size: 50px 50px, 4px 1px, 15px;
}

.chinmi-check .-s-chinmi,
.chinmi .-s-chinmi,
.kimuchi .-s-kimuchi,
.nori .-s-nori,
.cyomiryo .-s-cyomiryo,
.togarashi .-s-togarashi,
.syokki .-s-syokki,
.gift .-s-gift,
.dressing .-s-dressing {
  display: block;
}

.side-cate_main {
  padding: 30px 0 30px 60px;
  font-weight: bold;
}

.side-cate_item {
  display: none;
}

.side-cate_item_list {
  background: url(../img/dot-line.gif) repeat-x left bottom;
  background-color: #f5f5f5;
  list-style: none;
}

.side-cate_item_list_link {
  background: url(../img/r-arrow.svg) no-repeat 96% center / 10px;
  display: block;
  padding: 10px 20px 10px 10px;
}

.lists_item_con .side-cate_item_list:first-child .side-cate_item_list_link {
  background: url(../img/r-arrow-w.svg) no-repeat 96% center #75a321;
  background-size: 8px;
  padding: 16px 20px 16px 10px;
  font-size: 1.7rem;
  letter-spacing: 1px;
  font-weight: bold;
  color: #fff !important;
}

.s_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.s_sns li {
  list-style: none;
}

.s_sns img {
  width: 40px;
  height: 40px;
}

/* ------------------
検索エリア
------------------ */

.m_search {
  width: 100%;
  background: url(../img/serch_bg.gif);
  padding: 20px 0;
  margin-bottom: 40px;
}

.sr_areas {
  width: 1120px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sr_areas p {
  color: #fff;
  margin-bottom: 10px;
  font-size: 110%;
}

.keys_s {
  width: 42%;
}

.if_s {
  width: 54%;
}

.keyword-ser form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.keys_s .tp_keyword-ser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: center;
  align-content: center;
}

.keys_s input[type="text"] {
  width: 370px;
  padding: 17px 10px 17px 30px;
  background: url(../img/l-search.svg) no-repeat 10px center #fff;
  background-size: 15px 15px;
  border: none;
  -webkit-box-shadow: 0 0 0 1px #ccc inset;
  box-shadow: 0 0 0 1px #ccc inset;
  border-radius: 6px;
}

.keys_s button {
  width: 80px;
  padding: 10px;
  text-align: center;
  border: none;
  margin: 0 auto;
  background: #303030;
  color: #fff;
  font-size: 130%;
  border-radius: 6px;
  display: block;
}

.fours {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 80%;
}

.ifs_ss {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.if_s ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.if_s ul li {
  list-style: none;
  margin: 0 10px 1% 0;
}

.if_s ul li a {
  display: block;
  background: #669900;
  padding: 10px;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
}

/* ------------------
footer
------------------ */

.f-guide {
  width: 1120px;
  margin: 0 auto 30px;
  text-align: center;
}

.footer .shopmark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
}

.footer .shopmark:before,
.footer .shopmark:after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 1px;
  /* 線の太さを変えたいときはここを変える */
  background: #000;
  /* 線の色を変えたいときはここを変える */
  margin: 0 0.8em;
  /* 文字と線の余白用 なくても良い */
}

.shopmark {
  background: url(../img/shop_markj.png) no-repeat center top;
  padding-top: 76px;
  text-align: center;
  font-size: 220%;
  line-height: 150%;
  margin-bottom: 10px;
}

.f_bg {
  width: 100%;
  background: #f5f5f5;
  padding: 80px 0 40px;
}

.f_bg ul {
  width: 1120px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.f_bg ul li {
  list-style: none;
  width: 49%;
  text-align: center;
  padding: 4% 3% 3%;
  background: #fff;
  position: relative;
  margin: 0 2% 2% 0px;
}

.f_bg ul li:nth-child(2) {
  margin-right: 0;
}

.f_bg ul li:last-child {
  width: 100%;
  margin: 0;
}

.f_bg ul li dt {
  font-size: 150%;
  line-height: 150%;
  font-weight: bold;
  margin-bottom: 15px;
}

.f_icon {
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -37px;
  width: 74px;
  height: 74px;
}

.f_icon img {
  width: 100%;
  height: auto;
}

.calls {
  font-family: HelveticaNeue-CondensedBold, "arial black";
  font-size: 280%;
  line-height: 1em;
}

.calls span {
  background: url(../img/free-icon.svg) no-repeat left center;
  background-size: 32px 32px;
  padding-left: 40px;
}

.f_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
  width: 90%;
  margin: 0 auto;
}

.credit,
.other_fin {
  width: 48%;
}

.other_fin dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.other_fin dt {
  margin: 0 15px 0 0 !important;
  line-height: 1em;
}

.f_link {
  background: url(../img/f_link_bg.gif) left top;
  padding: 40px 0;
  color: #fff;
}

.f_link > ul {
  width: 1120px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.f_link li {
  list-style: none;
}

.f_link p {
  border-bottom: 5px solid #000;
  margin-bottom: 15px;
  padding-bottom: 6px;
}

.f_link > ul > li {
  width: 18%;
}

.f_link > ul > li:nth-child(2) {
  width: 36%;
}

.f_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.f_items li {
  width: 48%;
}

.f_link > ul > li li a {
  font-size: 88%;
  display: block;
  background: url(../img/delta.svg) no-repeat left center;
  background-size: 6px 6px;
  padding-left: 16px;
  color: #ddd;
  text-decoration: none;
}

.en_links {
  padding: 20px;
  width: 1120px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.en_links li {
  background: url(../img/tp-lines.gif) no-repeat left center;
  padding-left: 20px;
  margin-left: 20px;
  list-style: none;
}

.en_links li:first-child {
  background: none;
}

.f_link a:hover,
.en_links li a:hover {
  text-decoration: none;
}

.copys {
  text-align: center;
  color: #fff;
  background: #b3292c;
  padding: 20px;
}

.copys a {
  color: #fff;
}

/* =================================
fix nav
======================================== */

.fix-right-ncon {
  position: fixed;
  top: 45% !important;
  right: 0px;
  z-index: 90;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 220px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.fix-right-navi {
  /* position: fixed; */
  /* top: 45% !important; */
  /* right: 20px; */
  width: 80px;
  /* z-index: 90; */
  margin-right: 20px;
}

.fix-right-navi ul {
  margin-bottom: 15px !important;
}

.fix-right-navi ul li {
  margin-bottom: 10px;
  list-style: none;
}

.fix-right-navi ul li a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.fix-right-navi ul li a:hover img {
  opacity: 0.5;
}

.fix-right-navi ul li img {
  width: 80px;
  height: 80px;
}

.side_recommend a:hover {
  opacity: 0.7;
}

/* ------------------
	IE,chorme対策
 ------------------ */

b,
strong,
.bold {
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

_:lang(x)::-ms-backdrop,
body {
  font-family: "メイリオ", Meiryo, sans-serif;
}

/* ------------------
	IE10+（Edgeも全て含む） ハック
 ------------------ */

_:-ms-lang(x),
.topictab-content > li ul li:hover {
}

/* ------------------
	Edgeのみ（Edge全て） ハック
 ------------------ */

@supports (-ms-ime-align: auto) {
}

/* ------------------
	IE11のみ
 ------------------ */

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .lapnav {
    padding-top: 8px;
  }
  *::-ms-backdrop,
  .lapnav li:last-child a {
    margin-top: -11px;
  }
}

/* ------------------
	firefox
 ------------------ */

@-moz-document url-prefix() {
}

/* ------------------
	Chrome
 ------------------ */

@media screen and (-webkit-min-device-pixel-ratio: 0) {
}

/* ------------------
	tablet css
 ------------------ */

@media screen and (min-width: 767px) and (max-width: 1024px) {
}

/* ------------------
	comingsoon
 ------------------ */

.coming {
  text-align: center;
}

.coming img {
  max-width: 600px;
  margin: 0 auto 30px;
  width: 100%;
}

.coming p {
  font-size: 140%;
}

.fs-c-cartTable th {
  color: #eee !important;
}

/*追加*/

.fs-c-checkout-paymentMethod .pay_credit {
  margin: 10px 0 0;
  text-align: center;
}

.pay_credit img {
  height: auto;
  vertical-align: bottom;
}

.imgmax {
  width: 100%;
  height: auto;
}

.img_max {
  display: block;
  width: 100%;
  height: auto;
}

.details {
  margin-top: 50px;
}

.tm_con {
  margin: 20px 0 50px;
  font-family: YuMincho, /* Mac用 */ "Yu Mincho", /* Windows用 */ serif;
}

.txt_eat {
  color: #82592b;
  font-size: 16px;
}

.table_eat {
  width: 100%;
  border-spacing: 0;
  margin: 10px 0 0;
  color: #82592b;
}

.table_eat tr {
  background: #ffffe9;
}

.table_eat .table_eat_brown {
  background: #f0e9e2;
}

.table_eat th {
  font-size: 16px;
  text-align: left;
  border-left: 2px solid #6e4515;
  width: 12%;
}

.table_eat th,
.table_eat td {
  border-right: 2px solid #6e4515;
  padding: 10px;
}

.table_eat .table_eat_con {
  padding: 15px 20px;
}

.table_eat tr:first-child th,
.table_eat tr:first-child td {
  border-top: 2px solid #6e4515;
}

.table_eat tr:last-child th,
.table_eat tr:last-child td {
  border-bottom: 2px solid #6e4515;
}

.table_eat .table_eat_tit {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 5px;
}

.table_eat_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 15px 0;
}

.table_eat_img {
  width: 48%;
}

.table_eat_img img {
  vertical-align: bottom;
}

.fs-l-productLayout__item--2 .fs-c-returnedSpecialContract {
  padding: 8px 0 0;
}

.fs-l-productLayout__item--2 .fs-c-buttonContainer {
  padding: 0 0 8px;
}

#page-history {
  font-size: 16px;
  line-height: 150%;
}

#page-history a {
  background: #7da132;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#page-history span {
  text-decoration: none;
  color: #fff;
  text-align: center;
  display: block;
}

.cen_link {
  text-align: center;
}

.cen_link a {
  text-decoration: underline;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

/*20210118*/

.fs-c-accountService__page--accountDelete {
  height: 60px;
}

.tp_subtit02 {
  text-align: center;
}

.tp_subtit02 h3 {
  text-align: center;
  font-size: 200%;
  list-style-position: 150%;
  margin-bottom: 30px;
  background: url(../img/g_line.gif) repeat-x center bottom;
  padding-bottom: 18px;
  display: inline-block;
}

.fs-body-cart .fs-l-cart__mainColumn {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-column: 1;
  grid-row: 1;
}

.fs-body-cart .fs-l-cart__contentsArea {
  grid-template-rows: auto auto 1fr;
}

.fs-body-cart .fs-l-cart__contentsArea .cart_more {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-row: 3;
  grid-column: 1;
  margin-top: 40px;
}

.fs-body-cart .fs-l-cart__sideColumn {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  grid-row: 1 / 4;
  grid-column: 2;
}

/*20210310*/

#fs-checkout-payHere-container .fs-c-button--primary,
#fs-checkout-payHere-container .fs-c-button--secondary {
  width: 100%;
}

#fs-checkout-payHere-container .fs-c-button--primary {
  padding: 20px 30px 20px 7px;
}

#fs-checkout-payHere-container .fs-c-button--primary {
  background: url(../img/cart_arrow.svg) no-repeat 95% center #cf3c01;
  background-size: 10px 20px;
}

#fs-checkout-payHere-container .fs-c-button--secondary {
  padding: 20px 30px 20px 20px;
}

#fs-checkout-payHere-container .fs-c-button--secondary {
  background: url(../img/cart_arrow.svg) no-repeat 95% center #667895;
  background-size: 10px 20px;
}

.fs-c-buttonContainer--loginAndPurchase .fs-c-button--primary .fs-c-button__label {
  font-size: 1.6rem !important;
}

#fs-checkout-payHere-container .fs-c-button--primary .fs-c-button__label {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 2rem;
  width: 73%;
  margin: 0 auto;
  display: block;
}

#fs-checkout-payHere-container .fs-c-button--secondary .fs-c-button__label {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 2rem;
  width: 74%;
  margin: 0 auto;
  display: block;
}

#fs-checkout-payHere-container .fs-c-button__label::after {
  content: "クレジット・代金引換・コンビニでお支払い";
  display: block;
  font-size: 1.1rem;
  line-height: 1.1rem;
  font-weight: normal;
  margin-top: 10px;
}

.fs-l-checkout__sideColumn {
  position: -webkit-sticky;
  position: sticky;
  top: 65px;
}

.fs-body-checkout-multi .fs-l-pageMain,
.fs-body-customerDetails .fs-l-pageMain {
  width: 100%;
}

.fs-c-button--continueShopping {
  background: #cf3c01;
  color: #fff !important;
  font-size: 1.8rem;
  padding: 15px 1.6em;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

.fs-c-cartDiscountInfo__info {
  font-size: 2rem;
  line-height: 3rem;
}

.fs-body-checkout-multi #slide-l,
.fs-body-checkout-multi .infos .gai_yo,
.fs-body-checkout-multi .tp_infos .tp_btn,
.fs-body-checkout-multi .nars .g_navi ul {
  display: none;
}

.fs-body-checkout-multi .fs-l-header {
  padding-bottom: 20px !important;
}

.fs-body-cart .fs-c-featuredProduct__header {
  margin: 0;
  padding: 0;
  text-align: center;
}

.fs-body-cart .fs-c-featuredProduct__title {
  border: none;
  text-align: center;
  font-size: 200%;
  line-height: 150%;
  margin-bottom: 30px;
  background: url(../img/g_line.gif) repeat-x center bottom;
  padding-bottom: 18px;
  display: inline-block;
}

.fs-body-cart .fs-c-featuredProduct {
  margin-bottom: 0px;
}

.fs-body-cart .fs-c-productPrice__main__label,
.fs-body-cart .fs-c-productListItem__control,
.fs-body-cart .fs-c-productMark,
.fs-body-cart .fs-c-productName__copy,
.fs-body-cart .fs-c-productListCarousel__ctrl.slick-disabled,
.fs-body-cart .fs-c-productListCarousel__ctrl {
  display: none !important;
}

.fs-body-cart .fs-c-productListCarousel__list__item.fs-c-productListCarousel__list__item {
  margin: 0;
  min-width: unset;
}

.fs-body-cart .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100% !important;
}

.fs-body-cart .fs-c-slick.slick-initialized .slick-slide {
  width: 18%;
  margin: 0 0 5% 0;
  margin-right: calc(10% / 4);
  list-style: none;
}

.fs-body-cart .fs-c-slick.slick-initialized .slick-slide:nth-child(5n) {
  margin-right: 0;
}

.fs-c-price__value-free {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-row: 2;
  grid-column: 1;
}

.fs-c-price__value-free_txt {
  font-size: 1.7rem;
  font-weight: bold;
}

.fs-c-price__value-free_txt:not(:last-child) {
  margin-bottom: 10px;
}

.fs-body-cart .fs-c-cartDiscountInfo {
  margin-bottom: 0;
}

.fs-body-cart .fs-c-slick.slick-slider {
  width: 100%;
}

.fs-body-cart .fs-c-productName__name {
  font-weight: 600;
  font-size: 1.6rem;
}

.fs-body-cart .fs-c-price__currencyMark,
.fs-body-cart .fs-c-price__value {
  color: #990000;
  font-size: 1.6rem;
}

.fs-body-cart .fs-c-productPrice__addon {
  font-size: 1.3rem;
}

.un_cartitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.un_cartitem__photo {
  width: 46%;
}

.un_cartitem__pcon {
  width: 50%;
}

.un_cartitem__tit {
  font-size: 160%;
  line-height: 150%;
  margin: 0 0 25px;
}

.free-cart__tag {
  margin: 10px 0;
  max-width: 125px;
}

.free-cart__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.un_cartitem button {
  background: #cf3c01;
  border-radius: 6px;
  box-shadow: 0 0 5px #eee;
  -webkit-box-shadow: 0 0 5px #eee;
  width: 100%;
  padding: 10px;
  color: #fff;
  font-size: 2rem;
  padding: 1em 1.6em 1em;
  border: none;
  cursor: pointer;
  margin: 10px 0 0;
}

.un_cartitem__tit .fs-c-productNameHeading__name {
  font-weight: bold;
}

.footer {
  background: #f5f5f5;
  padding-top: 20px;
}

.fs-l-productLayout__item .meter-img,
.fs-c-productList__list .meter-img {
  height: auto;
  margin: 10px 0 0;
  max-width: 100%;
}

.item_check_box .item_more_pair {
  font-size: 2.6rem;
  margin: 0 0 20px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  padding: 15px 30px;
  background-color: #ff9200;
  background-image: url(../img/icon_plus_w.svg);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 96% center;
  width: 100%;
}

.item_check_box .item_more_pair02 {
  font-size: 2.6rem;
  margin: 0 0 20px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  padding: 15px 30px;
  background-color: #ff9200;
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 96% center;
  width: 100%;
}

.item_check_box .item_more_pair_hand {
  background: url(../img/icon_click.svg) no-repeat right center / 20px;
  padding: 5px 30px 5px 0;
}

.item_check_box .item_more_pair.item_more_pair__active {
  background-image: url(../img/icon_muinus_w.svg);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 96% center;
}

.item_check_box .item_more_pair_con {
  display: none;
}

.item_check_box .fs-c-buttonContainer--inquiryAboutProduct {
  margin-bottom: 0;
}

.item_check_box .fs-c-button--inquiryAboutProduct {
  padding: 2% 0;
}

.item_check_box .item_blink {
  color: #1e5d9b;
}

.meter_explanation {
  margin-top: 30px;
}

.meter_explanation_tit {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.meter_explanation_icon {
  background: url(../img/red-pepper.png) no-repeat left center / 15px;
  padding: 10px 0 10px 20px;
}

.item_ft_img {
  margin: 20px 0;
  width: 400px;
}

.item_ft_img02 {
  margin: 20px 0;
}

.item_ft_img a:hover,
.item_ft_img02 a:hover {
  opacity: 0.8;
}

.fs-c-productPrices .fs-c-productPrice {
  font-weight: bold;
}

.fs-c-productPrices--productDetail .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  font-size: 200%;
}

.deliver_area {
  background-color: #fff5e4;
  padding: 10px 25px 25px;
  border: solid 3px #6f2d00;
}

.deliver_tbl td {
  background: #fff;
}

.fs-c-productPrices .fs-c-productPrice__main__label {
  margin-right: 1px;
  font-size: 14.5px;
}

.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  font-size: 21px;
  margin-right: 1px;
}

/*ナビ*/

#gnav {
  margin-bottom: 30px;
  margin-top: 20px;
  padding-bottom: 20px;
}

.fs-body-top #gnav {
  margin-bottom: 0;
}

.gnav__area {
  background: #fff;
  max-width: 1120px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fs-body-top .gnav__area {
  border-bottom: none;
}

.gnav__area--list {
  width: 16.666%;
  text-align: center;
  list-style: none;
  position: relative;
}

.gnav__area--list_toggle {
  position: unset;
}

.gnav__area--list:last-child {
}

.gnav__area--a {
  display: block;
  padding: 10px 5px;
  font-weight: bold;
  font-size: 120%;
}

.gnav__area--a:hover {
  color: #539b00;
  text-decoration: none;
}

.gnav__area_arrow {
  background: url(../img/un_delta.svg) no-repeat right center / 10px;
  padding-right: 20px;
}

.nolink {
  pointer-events: none;
}

.gnav__area .gnav__menu {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  width: 100%;
  left: 0;
  text-align: center;
  position: absolute;
  background: #f5f5f5;
  z-index: 200;
}

.gnav__area .gnav__area--list__active .gnav__menu {
  max-height: 9999px;
  opacity: 1;
  margin-top: 20px;
  min-width: 1120px;
}

.gnav__menu_inner {
  padding: 35px 50px 0;
  width: 100%;
  max-width: 1120px;
  min-width: 1120px;
  position: relative;
  margin: 0 auto;
}

.gnav__area_cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gnav__area_cate__list {
  font-size: 115%;
  font-weight: bold;
  margin: 0 85px 25px 0;
}

.gnav__area_cate__list:nth-child(7) {
  margin-right: 0;
}

.gnav__area_cate__list a:hover {
  color: #539b00;
  text-decoration: none;
}

.gnav__area--list_toggle:hover .gnav__area--a {
  color: #539b00;
}

.gnav__area--list_toggle:hover .gnav__area_arrow {
  background: url(../img/un_delta_g.svg) no-repeat right center / 10px;
}

.gnav__area--a.nolink,
.gnav__area--a.nolink::after {
  position: relative;
}

.gnav__area--list::before,
.gnav__area--a.nolink::before {
  position: absolute;
  top: 50%;
  left: 100%;
  width: 1px;
  height: 35%;
  content: "";
  background: #000;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.gnav__area--list:last-child::before,
.gnav__area--list_toggle::before {
  content: none;
}

.gnav__area--a.nolink::after {
}

.gnav__area--a::after,
.gnav__area--a.nolink::after {
  position: absolute;
  bottom: -6px;
  left: 50%;
  content: "";
  width: 60px;
  height: 2px;
  background: #539b00;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

.gnav__area--a:hover::after,
.gnav__area--list_toggle:hover .gnav__area--a.nolink::after {
  bottom: 2px;
  opacity: 1;
  visibility: visible;
}

/*cate-mvarea*/

b {
  font-weight: bold;
}

.mv_itemarea .cate-mvarea p:last-child {
  padding: 0;
}

.cart-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 280px;
  grid-template-columns: 1fr 280px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin: 60px 0;
}

.fs-body-cart .fs-c-slick.slick-initialized .slick-slide,
.fs-body-cart .fs-c-slick .slick-slide {
  width: 18%;
  margin: 0 calc(10% / 4) calc(10% / 4) 0;
  list-style: none;
}

.fs-body-cart .fs-c-slick .slick-slide:nth-child(5n) {
  margin-right: 0;
}

.fs-body-cart .fs-c-slick .fs-c-productListItem__productDescription {
  display: none;
}

.fs-body-cart .fs-c-wishlistProduct__title {
  border: none;
  text-align: center;
  font-size: 200%;
  line-height: 150%;
  margin-bottom: 30px;
  background: url(../img/g_line.gif) repeat-x center bottom;
  padding-bottom: 18px;
  display: inline-block;
}

.fs-body-cart .fs-c-wishlistProduct__header {
  margin: 0;
  padding: 0;
  text-align: center;
}

.fs-body-cart .recomm_area__tmp {
  margin-bottom: 0px;
}

.fs-body-cart .fs-c-wishlistProduct__footer {
  display: none;
  margin: 0 auto;
  max-width: 235px;
  text-align: center;
}

.fs-body-cart .fs-c-wishlistProduct__viewAllProducts {
  border-radius: 6px;
  cursor: pointer;
  display: block;
  text-decoration: none;
  background: #cf3c01;
  color: #fff !important;
  font-size: 1.8rem;
  padding: 15px 1.6em;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

.fs-body-cart .fs-c-wishlistProduct__viewAllProducts:hover {
  opacity: 0.8;
}

.fs-body-cart .recomm_area__list--tit {
  line-height: 1.2;
}

.fs-body-cart .recomm_area__list--price {
  font-weight: bold;
}

.fs-body-cart .fs-c-cartDiscountInfo__info {
  font-size: 2.2rem;
  line-height: 3.2rem;
}

.fs-body-cart .fs-c-cartDiscountInfo__info .fs-c-price__currencyMark,
.fs-body-cart .fs-c-cartDiscountInfo__info .fs-c-price__value {
  font-size: 1.8rem;
}

.sh_com {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-row: 3;
  grid-column: 1;
  margin-bottom: 20px !important;
}

.sh_com__img {
  margin-right: 4%;
  max-width: 80px;
  width: 10%;
}

.sh_com__fuki {
  background: #669900;
  border-radius: 8px;
  color: #fff;
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  line-height: 3rem;
  padding: 3%;
  position: relative;
  max-width: 100%;
  min-width: 120px;
  width: 86%;
}

.sh_com__fuki::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #669900;
}

.fs-body-cart .fs-l-cart__contentsArea .cart_more {
  grid-row: 4;
}

.fs-body-cart .recomm_area__list--a:hover,
.fs-body-cart .fs-c-slick.slick-initialized .slick-slide .fs-c-productListItem__image a:hover,
.fs-body-cart .fs-c-slick .slick-slide .fs-c-productListItem__image a:hover {
  opacity: 0.6;
}

.fs-body-cart .fs-c-slick.slick-initialized .slick-slide:nth-child(n + 6),
.fs-body-cart .fs-c-slick .slick-slide:nth-child(n + 6) {
  display: none;
}

.ro_btn {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ro_btn:hover {
  opacity: 0.6;
}

.fs-body-cart .fs-c-productListItem__control {
  display: block !important;
  margin: 0;
}

.fs-body-cart .fs-c-buttonContainer form {
  width: 100% !important;
}

.fs-body-cart .fs-c-button--addToCart--list {
  width: 100%;
  text-align: center;
  padding: 10px 15px;
  border-radius: 4px;
  background: #77ae00 !important;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: none;
  cursor: pointer;
  margin-top: 10px;
  margin: 0;
}

.fs-body-cart .fs-c-button--addToCart--list:hover {
  text-decoration: none;
}

.fs-body-cart .fs-c-button--particular.fs-c-button--removeFromWishList--icon,
.fs-body-cart .fs-c-button--particular.fs-c-button--addToWishList--icon {
  display: none;
}

.fs-body-cart .fs-c-button--plain.fs-c-button--addToCart--list::before {
  content: none;
}

/* ショッピングカート_set */

.set-but {
  background: #ffffc4;
  padding: 10px 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px auto 30px;
}

.set-butin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
}

.set-butin p {
  max-width: 200px;
  margin-right: 20px;
}

.set-butin p img {
  width: 100%;
  height: auto;
  display: block;
}

.set-butin dt {
  font-size: 1.8rem;
  font-weight: bold;
}

.set-butin dd {
  padding: 0;
  margin: 10px 0;
}

.set-butin button {
  background: #bf4720;
  border: 1px solid #bf4720;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 2rem;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  padding: 1em 1.6em 1em;
  -webkit-box-shadow: 0 0 2px #b2b2b2;
  box-shadow: 0 0 2px #b2b2b2;
  max-width: 260px;
  width: 100%;
}

.set-butin button:hover {
  opacity: 0.8;
}

.fs-body-product .title02 {
  width: 100%;
  font-size: 26px;
  font-weight: bold;
  padding: 10px 0 10px 0px;
  margin: 10px 0 10px 0;
  color: #000;
  border-bottom: 1px solid #84b2e0;
}

.fs-body-product #table {
  width: 100%;
}

#recipe_box #recipe_con {
  margin: 50px 0;
}

#recipe_box .rh1 {
  font-size: 1.5em;
  font-weight: bold;
  margin: 0 0 20px;
}

.fs-c-reviewerStatus {
  background-color: #cf3b02;
}

#recipe_box .fs_title01 {
  margin-bottom: 20px;
}

.cp_qa--i {
  width: 25px;
}

.cp_qa dl dt {
  display: grid;
  grid-template-columns: 25px auto;
  gap: 0 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.cp_qa dl dd {
  border-bottom: dashed 1px #212221;
  font-size: 1.6rem;
  padding-left: 3%;
  margin: 0 0 24px 0;
  padding: 0 0 20px 0;
  display: grid;
  grid-template-columns: 25px auto;
  gap: 0 16px;
}

.cp_qa--txt a {
  color: #4372c4;
  display: block;
  text-decoration: underline;
}

h2.cp_qa-tit {
  font-weight: bold;
  margin-bottom: 30px;
  position: relative;
  padding: 0.6em 0.6em 0.6em 0.9em;
  background: #e0edff;
}

.cp_qa-tit:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #e0edff;
  width: 0;
  height: 0;
}

.cp_qa--txt p {
  margin-bottom: 20px;
}

.cp_qa--txt ul {
  margin-bottom: 20px;
}

.cp_qa {
  margin-bottom: 60px;
}

.n_cate_con h1 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(58%, transparent), color-stop(70%, #ff6));
  background: linear-gradient(transparent 58%, #ff6 70%);
  font-size: 32px;
  font-weight: bold;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.cp_qa--txt p.cp_qa--select-tit {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
  text-decoration: underline;
}

.cp_qa--select-ul {
  list-style: none;
  display: grid;
  gap: 5px 0;
}

.cp_qa--select-li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 5px;
}

.anqu {
  background: #f5f5f5;
  padding: 5%;
  text-align: center;
  margin: 40px auto 40px;
}

.anqu dl {
  margin: 0 auto 20px;
  padding: 0;
}

.anqu dl dt {
  font-weight: bold;
  font-size: 1.8rem;
}

.anqu dl dd {
  padding: 0;
  margin: 0;
}

.anqu-btn {
  max-width: 400px;
  margin: 0 auto;
}

.anqu-btn a {
  display: block;
  padding: 15px;
  color: #fff !important;
  font-weight: bold;
  background: #64b300;
  font-size: 1.8rem;
}

.fs-c-wishlistProduct .fs-c-productListCarousel__list {
  min-width: 800px;
}

.fs-c-productListCarousel__list__itemTrack {
  width: 100%;
}

.fs-side-cart {
  position: relative;
}

.fix-right-navi .fs-p-cartItemNumber {
  right: 0;
}

.hd_cart.head a span {
  background: none;
  padding-left: 0;
}

.hd_cart.head a span {
  background: none;
  padding-left: 0;
}

.hd_cart.head a {
  background-size: auto;
  display: grid;
  height: 34px;
  gap: 0 10px;
  grid-template-columns: 20px auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
}

.hd_cart.head a span.fs-p-cartItemNumber {
  background: #e25b33;
  padding: 0.25em 0.4em;
  right: -8px;
}

.cart_box {
  position: relative;
}

#recipe_box .fs_title01 {
  margin-bottom: 20px;
}

.review_wrapper {
  display: none;
}

#review_box .review_wrapper {
  display: block;
}

#review_box {
  margin-top: 60px;
}

.item_deliimg {
  margin: 60px auto;
  width: 100%;
  display: block;
}

/* 230614追記 */
.side_recommend_btn {
  position: absolute;
  right: 0;
  top: 5px;
}

.side_recommend {
  position: relative;
}

.fix-right-ncon.wide {
  max-width: 330px;
}

.side_recommend.active {
  display: none;
}

/* 230614追記ここまで */
.sp--only {
  display: none;
}
.f_category-first-img {
  max-width: 85px;
  height: auto;
  display: block;
  margin: 0 auto 10px;
}
.f_category {
  display: grid;
  grid-template-columns: repeat(2, 48%);
  gap: 0 4%;
  max-width: 1040px;
  margin: 0 auto 80px;
  max-width: min(calc(100% - 120px), 1634px);
}
.f_category-first {
  background: #fff;
}
.f_category-first01-txt {
  text-align: center;
  line-height: 1.4;
  font-family: "游ゴシック体";
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.first01-orange {
  color: #ff9615;
}
.f_category-first01-txt2 {
  text-align: center;
}
.f_category-first-buy {
  padding: 30px 0;
}
.second-tel-title,
.second-fax-title {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.second-tel-time {
  padding-left: 10px;
  font-size: 1.6rem;
  font-weight: 400;
}
.second-tel-number {
  font-size: 3rem;
  font-family: "游ゴシック";
  font-weight: bold;
  border-bottom: solid 1px #707070;
  padding-bottom: 20px;
  margin-bottom: 25px;
}

.i-phone {
  background: url(https://toyodashouten.itembox.design/item/common/img/phone-solid.svg) no-repeat left center / 42px;
  padding: 5px 0 5px 52px;
}
.second-fax-txt {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  background: #fff;
  border: solid 1px #707070;
  padding: 12px 50px;
}
.f-guide__add {
  margin: 0 auto 60px;
  max-width: min(calc(100% - 120px), 1634px);
  font-family: "游ゴシック体";
}

.f_category-five {
  background: #fff;
  padding-top: 70px;
  padding: 70px 0 100px 0;
}

.f_category-five__inner {
  max-width: 1634px;
  max-width: min(calc(100% - 120px), 1634px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 30%);
  gap: 100px 5%;
}

.f_category-pay {
  grid-column: span 2;
}
.f_category-pay-in {
  display: grid;
  grid-template-columns: repeat(2, 48%);
  gap: 10px 4%;
  align-items: start;
}
.pey-right_img {
  max-width: 40px;
  height: auto;
}
.f_category-five-title {
  background: url(https://toyodashouten.itembox.design/item/common/img/under_line.svg) repeat-x;
  background-position: bottom;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.f_category-cancel-txt {
  text-align: center;
  padding-top: 30px;
}
.f_category-cancel-txt2 {
  text-decoration: underline #707070;
}

.f_category-pay-right-in {
  display: grid;
  grid-template-columns: 42px auto;
  gap: 0 18px;
}

.f_category-pay-right-txt,
.f_category-pay-right-txt2 span {
  position: relative;
  padding-left: 16px;
  font-family: "游ゴシック体";
  font-weight: bold;
}

.f_category-pay-right-txt::before,
.f_category-pay-right-txt2 span::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #000;
  position: absolute;
  left: 4px;
  top: 0.5em;
  border-radius: 50%;
}

.f_category-pay-right-txt2 span::before {
  top: 2px;
}
.shopmark__add {
  margin: 20px 0 40px 0;
}
/* 20230926ここから */
.footer .shopmark__add::before {
  margin: 0 0.8em 0 0;
}
.footer .shopmark__add::after {
  margin: 0 0 0 0.8em;
}
.f_category {
  max-width: 720px;
  grid-template-columns: repeat(2, 42%);
  gap: 0 16%;
  align-items: center;
}
.f_category-five__inner {
  max-width: min(calc(100% - 150px), 1120px);
}
.f_category-first-buy {
  padding: 40px 0;
}
.second-fax-txt {
  font-size: 2.2rem;
  padding: 12px 0;
}
.second-tel-time {
  display: block;
  padding-left: 0px;
  padding-top: 5px;
}
.second-tel-number {
  font-size: 2.2rem;
  text-align: center;
}
.i-phone {
  background: url(https://toyodashouten.itembox.design/item/common/img/phone-solid.svg) no-repeat left center / 30px;
  padding: 5px 0 5px 40px;
}
.second-tel-title,
.second-fax-title {
  text-align: center;
}
/* 20230926ここまで */

/*20240111*/
#head__fx {
  width: 100%;
  height: 64px;
}

.head__fx--a {
  background: #b3292c;
  display: flex;
  color: #fff !important;
  align-items: center;
  justify-content: center;
  height: 100%;
  line-height: 1.2;
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: none;
  padding: 0 10px;
  transition: 0.3s;
}

.head__fx--a:hover {
  opacity: 0.7;
}
/* 240229レビュー周りここから */
.review_writearea {
  margin: 20px 0;
}
.review_writearea .review_write-margin {
  margin-bottom: 10px;
}
/* 240229レビュー周りここまで */
