@charset "utf-8";

/*================
リセット
=================*/

body,
.fc-wrapper div,
.fc-wrapper span,
.fc-wrapper applet,
.fc-wrapper object,
.fc-wrapper iframe,
.fc-wrapper h1,
.fc-wrapper h2,
.fc-wrapper h3,
h4,
.fc-wrapper h5,
.fc-wrapper h6,
.fc-wrapper p,
.fc-wrapper blockquote,
.fc-wrapper pre,
.fc-wrapper a,
.fc-wrapper abbr,
.fc-wrapper acronym,
address,
.fc-wrapper big,
.fc-wrapper cite,
.fc-wrapper code,
.fc-wrapper del,
.fc-wrapper dfn,
.fc-wrapper em,
.fc-wrapper font,
.fc-wrapper img,
.fc-wrapper ins,
kbd,
.fc-wrapper q,
.fc-wrapper s,
.fc-wrapper samp,
.fc-wrapper small,
.fc-wrapper strike,
.fc-wrapper strong,
.fc-wrapper sub,
.fc-wrapper sup,
.fc-wrapper tt,
var,
.fc-wrapper dl,
.fc-wrapper dt,
.fc-wrapper dd,
.fc-wrapper ol,
.fc-wrapper ul,
.fc-wrapper li,
.fc-wrapper fieldset,
.fc-wrapper form,
.fc-wrapper label,
.fc-wrapper legend,
table,
.fc-wrapper caption,
.fc-wrapper tbody,
.fc-wrapper tfoot,
.fc-wrapper thead {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: top;
}

.fc-wrapper li {
  list-style: none;
  margin: 0;
  padding: 0;
  zoom: 1;
}

.fc-wrapper li img {
  font-size: 0;
  vertical-align: bottom;
}

.fc-wrapper a img {
  border: none;
}

.clearfloat {
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px;
}

* html .clearfix {
  zoom: 1;
}

* + html .clearfix {
  zoom: 1;
}

.clearfix:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

/*================
全体設定
=================*/

body {
  -webkit-text-size-adjust: 100%;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  line-height: 1.5;
  font-family: "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", sans-serif;
}

.fc-wrapper {
  font-size: 16px;
  font-weight: normal;
  overflow: hidden;
}

.fc-wrapper .bold {
  font-weight: bold;
}

.fc-wrapper .f-red {
  color: #e72910!important;
}

.fc-wrapper .f-yellow {
  color: #daa520;
}

.fc-wrapper .f-green {
  color: #0b7236;
}

.fc-wrapper .btn__motif--kogane {
  box-sizing: border-box;
  padding: 0 17px;
  border: 2px solid #DAA63A;
  position: relative;
}

.fc-wrapper .btn__motif--kogane a {
  position: relative;
}

.fc-wrapper .btn__motif--green {
  box-sizing: border-box;
  padding: 0 17px;
  border: 2px solid #0b7236;
  position: relative;
}

.fc-wrapper .btn__motif--green a {
  position: relative;
}

.fc-wrapper .btn__motif--gray {
  box-sizing: border-box;
  padding: 0 17px;
  border: 2px solid #cdcdcd;
  position: relative;
}

.fc-wrapper .btn__motif--gray a {
  position: relative;
}

.fc-wrapper .btn__motif--kogane:before {
  width: 23px;
  height: 23px;
  content: "";
  position: absolute;
  left: -2px;
  top: -2px;
  background: url(https://www.senbikiya.co.jpimages/common/common-btn-motif-kogane-left.png) no-repeat;
  background-size: 100%;
}

.fc-wrapper .btn__motif--kogane:after {
  width: 23px;
  height: 23px;
  content: "";
  position: absolute;
  right: -2px;
  bottom: -2px;
  background: url(https://www.senbikiya.co.jpimages/common/common-btn-motif-kogane-right.png) no-repeat;
  background-size: 100%;
}

/*ログアウト*/

.fc-wrapper .btn__motif--green:before {
  width: 23px;
  height: 23px;
  content: "";
  position: absolute;
  left: -2px;
  top: -2px;
  background: url(https://www.senbikiya.co.jpimages/common/common-btn-motif-green-left.png) no-repeat;
  background-size: 100%;
}

.fc-wrapper .btn__motif--green:after {
  width: 23px;
  height: 23px;
  content: "";
  position: absolute;
  right: -2px;
  bottom: -2px;
  background: url(https://www.senbikiya.co.jpimages/common/common-btn-motif-green-right.png) no-repeat;
  background-size: 100%;
}

.fc-wrapper .btn__motif--gray:before {
  width: 23px;
  height: 23px;
  content: "";
  position: absolute;
  left: -2px;
  top: -2px;
  background: url(https://www.senbikiya.co.jpimages/common/common-btn-motif-gray-left.png) no-repeat;
  background-size: 100%;
}

.fc-wrapper .btn__motif--gray:after {
  width: 23px;
  height: 23px;
  content: "";
  position: absolute;
  right: -2px;
  bottom: -2px;
  background: url(https://www.senbikiya.co.jpimages/common/common-btn-motif-gray-right.png) no-repeat;
  background-size: 100%;
}


/*============
共通トップへ戻るボタン
==============*/

.fc-wrapper .page-top-scroll{
  position: fixed;
  width: 50px;
  height: 50px;
  right: 3%;
  bottom: 3%;
  zoom:1;
  z-index: 9999;
  display: none;
}

.fc-wrapper .page-top-scroll img {
  width: 100%;
}

/*copyright*/

.fc-wrapper .copyright {
  color: #FFF;
  font-size: 12px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.4px;
}

/*================
brand-header
=================*/

.fc-wrapper #brand-header {
  padding: 20px 0 29px;
}

/*============
brand-header-box
==============*/

.fc-wrapper .brand-header-box {
  position: relative;
}

.fc-wrapper .brand-header__logo {
  text-align: center;
}

.fc-wrapper .brand-header__logo img {
  width: 91px;
}

.fc-wrapper .brand-header__menu {
  position: absolute;
  left: 21px;
  top: 18px;
  z-index: 999;
}

.fc-wrapper .brand-header__menu:hover {
  cursor: pointer;
}

.fc-wrapper .brand-header__menu.active {
  background: url(../images/common/brand-header-menu-close.png) no-repeat center center;
  background-size: 38px;
  position: absolute;
  left: 21px;
  top: 15px;
}

.fc-wrapper .brand-header__menu img {
  width: 38px;
  height: 50px;
}

.fc-wrapper .brand-header__menu.active img {
  opacity: 0;
}

.fc-wrapper .brand-header__shop {
  position: absolute;
  right: 18px;
  top: -3px;
}

.fc-wrapper .brand-header__shop img {
  width: 53px;
}

/*============
brand-header__menu-box
==============*/

.fc-wrapper .brand-header__menu-box {
  box-sizing: border-box;
  width: 305px;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: -305px;
  overflow-y: auto;
  z-index: 100;
}

.fc-wrapper .brand-header__menu-box .brand-header__menu-close {
  padding: 38px 21px 20px;
  opacity: 0;
}

.fc-wrapper .brand-header__menu-close img {
  width: 38px;
}

.fc-wrapper .brand-header__menu__list a {
  padding: 12px 0 12px 20px;
  display: block;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  background-color: #0A7235;
  border-bottom: 1px solid #fff;
}

.fc-wrapper .brand-header__menu__list a span {
  padding-left: 25px;
  display: inline-block;
  background: url(../images/common/brand-header-menu-icon.png) no-repeat left center;
  background-size: 5px 8px;
	color: #FFF;
}

/*================
フッター
=================*/

.fc-wrapper #brand-footer {
  padding: 22px 20px 39px;
  background-color: #004614;
}

/*============
brand-footer__nav__list
==============*/

.fc-wrapper .brand-footer__nav__list {
  margin: 0 6px 34px;
}

.fc-wrapper .brand-footer__nav__list li {
  margin: 8px 0;
}

.fc-wrapper .brand-footer__nav__list li a {
  padding: 2px 0;
  display: block;
  color: #fff;
  text-decoration: none;
}

/*copyright*/

.fc-wrapper #brand-footer .copyright {
  color: #FFF;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.4px;
}

/*============
共通部分
==============*/

.fc-wrapper .f-mincho {
  font-family: "本明朝-M 新がな";
}

.fc-wrapper .main__obj {
  position: relative;
  top: 0;
  left: 0;
}

.fc-wrapper .main__obj::before {
  width: 44px;
  height: 44px;
  display: block;
  background: url(../images/common/common-motif-green.png);
  background-size: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  line-height: 0;
}

.fc-wrapper .main__obj::after {
  width: 44px;
  height: 44px;
  display: block;
  background: url(../images/common/common-motif-orange.png);
  background-size: 100%;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 0;
}

/*============
side-search
==============*/

.fc-wrapper .side-search {
  padding: 15px 8px 16px;
  background-color: #EFEFEF;
}

.fc-wrapper .side-search .side-search__inner {
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-flow: row;
}

.fc-wrapper .side-search__field {
  box-sizing: border-box;
  margin-right: 8px;
  padding: 5px 10px;
  width: 279px;
  height: 45px;
  color: #666;
  font-size: 13px;
  vertical-align: middle;
  appearance: none;
  border: 1px solid #DFDFDF;
  border-radius: 0;
}

.fc-wrapper .side-search__button {
  padding: 5px 0 5px;
  width: 70px;
  color: #FFF;
  font-size: 16px;
  letter-spacing: 2.5px;
  appearance: none;
  -webkit-appearance: none;
  background-color: #0A7235;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 2px;
}

/*============
side-title
==============*/

.fc-wrapper .side-title {
  padding: 6px 14px 4px;
  color: #FFF;
  font-size: 18px;
  letter-spacing: 2.5px;
  background-color: #000;
}

/*============
side-link__list
==============*/

.fc-wrapper .side-link__list {
  display: flex;
  flex-flow: row wrap;
}

.fc-wrapper .side-link__list li {
  box-sizing: border-box;
  width: 50%;
  border-right: 1px solid #EFEFEF;
  border-bottom: 1px solid #EFEFEF;
}

.fc-wrapper .side-link__list li:nth-child(2n) {
  border-right: none;
}

.fc-wrapper .side-link__list li a {
  box-sizing: border-box;
  padding: 10px 8px 8px;
  width: 100%;
  display: table;
  color: #010101;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  text-decoration: none;
}

.fc-wrapper .side-link__list li .item__img,
.fc-wrapper .side-link__list li .item__txt {
  display: table-cell;
  vertical-align: middle;
}

.fc-wrapper .side-link__list li .item__img {
  width: 32px;
}

.fc-wrapper .side-link__list li .item__img img {
  width: 32px;
}

.fc-wrapper .side-link__list li .item__txt {
  padding-left: 10px;
}

/*============
side-link__list--price
==============*/

.fc-wrapper .side-link__list--price {
  margin-bottom: 36px;
}

.fc-wrapper .side-link__list--price li {
  border-bottom: 1px solid #EFEFEF;
}

.fc-wrapper .side-link__list--price li a {
  box-sizing: border-box;
  padding: 14px 23px 10px;
  width: 100%;
  color: #010101;
  display: block;
  font-size: 16px;
  letter-spacing: 2px;
  text-decoration: none;
  background: url(../images/top/side-category-orange.png) no-repeat right 15px top 18px;
  background-size: 10px 10px;
}

/*============
banner__list
==============*/

.fc-wrapper .banner__list {
  margin: 0 10px 35px;
  padding: 0 16px 11px;
  border-bottom: 1px solid #E9E9E9;
}

.fc-wrapper .banner__list li {
  margin-bottom: 13px;
}

.fc-wrapper .banner__list li img {
  width: 100%;
}

.fc-wrapper #h2-ttl {
  font-size: 21px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 3px;
}

/*============
user-box__dl
==============*/

.fc-wrapper .user-box__dl {
  margin: -7px 10px 20px;
}

.fc-wrapper .user-box__dt {
  margin-top: 2px;
  padding: 24px 17px 14px;
  font-size: 17px;
  letter-spacing: 2.5px;
  background: url(../images/top/user-out-icon.png) no-repeat right 7px top 33px;
  background-size: 15px 15px;
  border-bottom: 1px solid #888;
}

.fc-wrapper .user-box__dt.on {
  background: url(../images/top/user-over-icon.png) no-repeat right 7px top 33px;
  background-size: 15px 15px;
}

.fc-wrapper .user-box__dd {
  display: none;
  padding: 23px 20px 0;
}

.fc-wrapper .user-box__dd dl {
  margin-bottom: 6px;
  width: 314px;
  display: flex;
  flex-flow: row;
  border: 1px solid #000;
}

.fc-wrapper .user-box__dd dt {
  box-sizing: border-box;
  padding: 13px 0 10px;
  width: 106px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
  background-color: #fff;
  border-right: 1px solid #000;
}

.fc-wrapper .user-box__dd dd {
  box-sizing: border-box;
  padding: 12px 0 11px;
  width: 208px;
  color: #e72910;
  text-align: center;
  letter-spacing: 2px;
  font-size: 16px;
  background-color: #FBF9E4;
}

.fc-wrapper .user-box__dd dd span {
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
}

.fc-wrapper .user-box__dd p {
  margin-bottom: 25px;
  font-size: 16px;
}

.fc-wrapper .user-box__dd .list__link {
  text-align: right;
}

.fc-wrapper .user-box__dd .list__link a {
  padding: 4px 10px 3px;
  color: #187943;
  font-size: 16px;
  letter-spacing: 1.5px;
/*
  background: url(../images/top/dd-link-green.png) no-repeat right top 12px;
  background-size: 5px 10px;
*/
}

.fc-wrapper .user-box__dd .list__link a:hover {
  text-decoration: none;
}

/*============
bottom-box
==============*/

.fc-wrapper .bottom-box {
  padding: 22px 0 31px;
  background-color: #FCF6E8;
}

.fc-wrapper .bottom-box p {
  margin-bottom: 9px;
  font-size: 16px;
  text-align: center;
  letter-spacing: 1.5px;
}

.fc-wrapper .bottom-box .link a {
  margin: 0 auto;
  padding: 17px 0 18px;
  width: 355px;
  display: block;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-size: 19px;
  background-color: #0A7235;
}

@media all and (min-width: 0) and (max-width: 370px) {
  .fc-wrapper .side-search p {
    width: 100%;
  }

  .fc-wrapper .side-search__field {
    width: 240px;
  }

  .fc-wrapper .side-search__button {
    width: 60px;
  }

  .fc-wrapper .user-box__dd dl {
    width: 100%;
  }

  .fc-wrapper .bottom-box .link a {
    width: 300px;
  }
}

/*============
パンくず
==============*/


.fc-wrapper .pankuzu {
  padding: 8px 10px;
  font-size: 11px;
  color: #666;
	font-family: "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", sans-serif;
}

.fc-wrapper .pankuzu a {
  color: #666;
  text-decoration: none;
}



/*============
webcatalog-box
==============*/

.fc-wrapper .web-catalog {
    padding: 45px 0 40px;
    background-color: #FCF6E8;
}

.fc-wrapper .web-catalog > div {
	display: flex;
	justify-content: space-between;
	padding: 0 9px;
}

.fc-wrapper .web-catalog > div > div {
	position: relative;
	/*width: 49%;*/
	width:80%;
	top: 0;
	left: 0;
	margin:0 auto
}

.fc-wrapper .web-catalog > div > div img {
	width: 100%;
}

.fc-wrapper .web-catalog > div > div p {
	background: #000;
	opacity: 0.8;
	color: #FFF;
/*
	position: absolute;
	bottom: 0;
	left: 0;
*/
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 20px;
	font-size: 12px;
}

.fc-wrapper .icon-ribon {
	font-size: 12px;
	box-sizing: border-box;
	position: absolute;
	top: 5px;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 0;
	width: 40px;
	color: #FFF;
	background: #c71c0e;
	height: 25px;
}

.fc-wrapper .icon-ribon span {
	position: relative;
	z-index: 999999;
}

.fc-wrapper .icon-ribon::after {
	content: '';
	display: inline-block;
	border-right: 18px solid transparent;
	border-bottom: 24px solid #c71c0e;
	border-left: 18px solid transparent;
	position: absolute;
	bottom: 0;
	right: -8px;
	transform: rotate(0deg);
}

.fc-wrapper .icon-ribon::before {
	content: '';
	display: inline-block;
	border-right: 18px solid transparent;
	border-bottom: 24px solid #c71c0e;
	border-left: 18px solid transparent;
	position: absolute;
	top: 0;
	right: -8px;
	transform: rotate(-180deg);
}