@charset "utf-8";

/*  =============================================================

　　共通設定

============================================================= */


/*  全体　設定
--------------------------------------------- */

html,
body {
  height: 100%;
}

body {
  color: #000;
  font-size: 1.4em;
  font-family: "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
  word-wrap: break-word;
  text-align: center;
  -moz-osx-font-smoothing: grayscale;
   -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
          text-size-adjust: 100%;
}


/*  PC・SP表示切り替え 共通設定
-------------------------- */

.mediaSP {
  display: none;
}

/*  テキスト 基本設定
-------------------------- */

strong,
em {
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

/*  画像 基本設定
-------------------------- */

img {
  border: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}


/*  リンク 基本設定
-------------------------- */

a {
  transition: opacity .4s ease-in-out,color .4s ease-in-out,background-color .4s ease-in-out,border-color .4s ease-in-out;
  color: #000;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

a:hover {
  text-decoration: underline;
}

/*  フォーム 設定
-------------------------- */

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
button,
select,
textarea {
  border-radius: 0 !important;
  padding: 2px 5px;
  background: #fff;
  font-size: 1em;
  font-family: "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
}

input[type="checkbox"],
input[type="radio"] {
  margin-right: 8px;
  padding: 0;
  font-size: 1.2em;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  border: 1px solid #ccc;
}

select {
  height: 30px;
  padding: 0;
}

textarea {
  resize: vertical;
  width: 100%;
  height: 120px;
  line-height: 1.6em;
}

:placeholder-shown {
  color: #ccc;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-moz-placeholder {
  opacity: 1;
  color: #ccc;
}

::-moz-placeholder {
  opacity: 1;
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}


/*　コンテナー　設定
--------------------------------------------- */

#container,
.layout_body {
  position: relative;
  width: 100% !important;
  height: auto !important;
  height: 100%;
  min-height: 100%;
}

.boxInner {
  width: 1120px;
  margin: 0 auto;
  text-align: left;
}


/*  ヘッダー 設定
--------------------------------------------- */

#header {
  position: relative;
  z-index: 10;
  min-width: 1120px;
  padding-bottom: 30px;
  background: #fff;
}

#header,
#header a {
  color: #5c3429;
}

/* -------------- Header Top -------------- */

#headerTop {
  margin-bottom: -10px;
  background: url(https://www.m-pantry.com/common/img/header/bg-check.png);
}

/* -------- Site Logo -------- */

#header #logo {
  position: relative;
  z-index: 5;
  float: left;
  width: 243px;
  height: 133px;
  margin-left: -40px;
  background: url(https://www.m-pantry.com/common/img/header/bg-logo.png) no-repeat;
  text-align: center;
}

#header #logo a {
  display: block;
  padding: 15px 0;
}

#header #logo a:hover {
  opacity: .7;
}

/* -------- User Navi -------- */

#header #usernav {
  float: right;
  width: 850px;
  padding: 8px 0;
  font-size: .9em;
  text-align: right;
  font-weight: bold;
}

#header #usernav,
#header #usernav a {
  color: #6f4438;
  text-decoration: none;
}

#header #usernav a:hover {
}

#header #usernav div > * {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  vertical-align: middle;
}

/* ---- Menu List ---- */

#header .boxMenuList {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  letter-spacing: -.40em;
}

#header .boxMenuList li {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  letter-spacing: normal;
  padding-left: 20px;
}

#header .boxMenuList .icn {
  padding: 2px 0 2px 15px;
  background-position: 0 0;
  background-repeat: no-repeat;
}

#header .btn.middle {
  min-width: 0;
  padding: 8px 14px;
}

#header .btn.brown {
  border-color: #714331 !important;
  background-color: #714331 !important;
}

#header .btn.brown:hover {
  border-color: #5b3627 !important;
  background-color: #5b3627 !important;
}

/* ------ User Navi Top ------ */

#header #usernavTop {
  padding-bottom: 15px;
  font-size: 1.05em;
}

#header #usernavTop a:hover {
  text-decoration: underline;
}

#header .txtSiteCatch {
  font-size: .9em;
}

#header #usernavTop .boxMenuList a {
  padding-top: 0;
}

#header .boxMenuList .icnGuide {
  padding-left: 18px !important;
  background-image: url(https://www.m-pantry.com/common/img/header/icn-guide.png);
}

#header .boxMenuList .icnCompany {
  padding-left: 23px !important;
  padding-bottom: 1px !important;
  background-image: url(https://www.m-pantry.com/common/img/header/icn-company.png);
}

#header .boxMenuList .icnFAQ {
  padding-left: 14px !important;
  background-image: url(https://www.m-pantry.com/common/img/header/icn-faq.png);
}

#header .boxMenuList .icnContact {
  padding-left: 22px !important;
  background-position: 0 2px;
  background-image: url(https://www.m-pantry.com/common/img/header/icn-contact.png);
}

/* ------ User Navi Bottom ------ */

#header #usernavBtm {
  padding-right: 5px;
}

/* ---- Search Form ---- */

#header .boxSearchForm {
  overflow: hidden;
  margin-right: 8px;
  margin-bottom: 0;
  border-radius: 3px;
  font-weight: normal;
}

#header .boxSearchForm .txtSearch {
  transition: width .4s ease-in-out;
  width: 340px;
  height: 36px;
  padding-right: 40px;
  border: none;
}

#header .boxSearchForm .btnSearch {
  width: 40px;
  height: 36px;
  background: url(https://www.m-pantry.com/common/img/header/icn-search.png) no-repeat 7px 7px;
}

/* ---- Menu List ---- */

#header #usernavBtm .btn {
  margin: 0 0 0 2px;
}

#header #usernavBtm .boxMenuList li:first-child + li {
  padding-right: 2px;
}

#header .boxMenuList .icn {
  display: block;
  position: relative;
  transition: background .4s ease-in-out,border .4s ease-in-out;
  padding: 33px 0 0;
  font-size: .85em;
}

#header .boxMenuList .icn:before {
  position: absolute;
  top: 0;
  left: 50%;
  background-position: top center;
  background-repeat: no-repeat;
  content: "";
}

#header .boxMenuList .icnMypage:before {
  width: 26px;
  height: 30px;
  margin-left: -13px;
  background-image: url(https://www.m-pantry.com/common/img/header/icn-mypage.png);
}

#header .boxMenuList .icnMypage:hover:before {
  animation: mypage .4s ease-in-out;
}

@keyframes mypage {
   0% { transform: translateY(0); }
  50% { transform: translateY(-3px); }
}

#header .boxMenuList .icnHistory:before {
  width: 28px;
  height: 28px;
  margin-left: -14px;
  background-image: url(https://www.m-pantry.com/common/img/header/icn-history.png);
}

#header .boxMenuList .icnHistory:hover:before {
  animation: history .5s ease-in-out;
}

@keyframes history {
   0% { transform: rotate(0deg); }
  50% { transform: rotate(-20deg); }
}

#header .boxMenuList .icnCart:before {
  width: 36px;
  height: 32px;
  margin-left: -20px;
  padding-left: 2px;
  background-position: 0 0;
  background-image: url(https://www.m-pantry.com/common/img/header/icn-cart.png);
}

#header .boxMenuList .icnCart:hover:before {
  animation: cart .5s ease-in-out;
}

@keyframes cart {
   0% { transform: translateX(0); }
  50% { transform: translateX(7px); }
}

/* -------------- Header Bottom -------------- */

#headerBtm {
  position: relative;
  background: #fff;
}

#headerBtm:before {
  position: absolute;
  top: -12px;
  left: 0;
  width: 100%;
  height: 12px;
  background: url(https://www.m-pantry.com/common/img/header/bg-wave.png) repeat-x top;
  content: "";
}

/* -------- Global Navi -------- */

#header #gnav {
  font-size: 1.05em;
  font-weight: bold;
  letter-spacing: -.02em;
  line-height: 0;
}

#header #gnav .boxMenuList {
  padding-top: 10px;
  font-size: .95em;
}

#header #gnav .boxMenuList ul {
  letter-spacing: -.40em;
  background: url(https://www.m-pantry.com/common/img/header/bg-line.gif) repeat-y left;
  text-align: center;
}

#header #gnav .boxMenuList li {
  float: left;
  background: url(https://www.m-pantry.com/common/img/header/bg-line.gif) repeat-y right;
  padding: 0;
  letter-spacing: normal;
  vertical-align: middle;
  line-height: 1.4em;
}

#header #gnav .boxMenuList li a,
#header #gnav .boxMenuList li span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 2px 35px 2px 18px;
  text-decoration: none;
  cursor: pointer;
}

#header #gnav .boxMenuList li span {
  height: 20px;
}

#header #gnav .boxMenuList li a:before,
#header #gnav .boxMenuList li a:after,
#header #gnav .boxMenuList li span:before,
#header #gnav .boxMenuList li span:after {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  margin-top: -4px;
  border-radius: 13px;
  border-width: 8px;
  border-color: #ff9326 transparent transparent transparent;
  border-style: solid;
  background: none !important;
  content: "";
}

#header #gnav .boxMenuList li a:after,
#header #gnav .boxMenuList li span:after {
  margin-top: -6px;
  border-top-color: #fff;
}

/* ---- Sub Menu ---- */

/* -- Sub Menu List -- */

#header #gnav .boxSubMenu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 0;
  font-size: .88em;
  font-weight: bold;
  text-align: center;
  letter-spacing: -.02em;
  line-height: 1.55em;
}

#header #gnav .boxSubMenuInner {
  margin-top: 20px;
  background: #fff0bc;
}

#header #gnav .boxSubMenu ul {
  position: relative;
  padding: 30px 0 10px;
  background: none;
  text-align: left;
  letter-spacing: -.40em;
}

/* Menu Arrow */
#header #gnav .boxSubMenu ul:before {
  position: absolute;
  top: -22px;
  left: 70px;
  width: 0;
  height: 0;
  border-width: 12px;
  border-color: transparent transparent #fff0bc transparent;
  border-style: solid;
  content: "";
}

#header #gnav .boxSubMenu li {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  float: none;
  margin: 0 30px 25px 0;
  padding: 0;
  background: none;
  letter-spacing: normal;
  vertical-align: top;
}

#header #gnav .boxSubMenu li:first-child {
  border-top: none;
}

#header #gnav .boxSubMenu li a {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  position: relative;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0 10px 0 15px;
  text-align: left;
}

#header #gnav .boxSubMenu li a:before,
#header #gnav .boxSubMenu li a:after {
  top: 1px;
  right: auto;
  left: 0;
  margin: 0;
  border-width: 7px;
  border-color: transparent transparent transparent #ff9326;
}

#header #gnav .boxSubMenu li a:after {
  left: -2px;
  border-left-color: #fff0bc;
}

#header #gnav .boxSubMenu li a:hover {
  text-decoration: underline;
}

/* -- Sub Menu Open -- */

#header #gnav .boxSubMenu {
  transition: opacity .6s ease-in-out;
  opacity: 0;
  overflow: hidden;
  max-height: 0;
}

#header #gnav .boxMenuList > ul > li._clicked .boxSubMenu {
  transition: opacity .3s ease-in-out;
  opacity: 1;
  max-height: 2000px;
}

/* -- Parts Menu Arrow -- */

#header #gnav .boxMenu01 .boxSubMenu ul:before {
  left: 70px;
}

#header #gnav .boxMenu02 .boxSubMenu ul:before {
  left: 225px;
}

#header #gnav .boxMenu03 .boxSubMenu ul:before {
  left: 380px;
}

#header #gnav .boxMenu04 .boxSubMenu ul:before {
  left: 545px;
}

#header #gnav .boxMenu05 .boxSubMenu ul:before {
  left: 695px;
}

#header #gnav .boxMenu06 .boxSubMenu ul:before {
  left: 835px;
}

#header #gnav .boxMenu07 .boxSubMenu ul:before {
  left: 945px;
}

#header #gnav .boxMenu08 .boxSubMenu ul:before {
  left: 1045px;
}



/*  コンテンツ 設定
--------------------------------------------- */

#content,
.layout_header + table {
  padding-top: 0;
}

#content .boxInner,
.layout_header + table {
  display: block;
  width: 1120px;
  margin: 0 auto;
  text-align: left;
}


/*  Content Main
----------------------------------- */

#contentMain {
  padding-top: 30px;
  padding-bottom: 100px;
}

#contentMain img {
  max-width: 100%;
}


/*  2カラム 設定
----------------------------------- */

/* ---- 2カラム・メインエリア ---- */

#main {
  float: left;
}

#main,
.layout_content,
.utility {
  width: 880px;
}

#main,
.layout_content {
  display: block;
  float: left;
  padding-bottom: 100px !important;
}

/* ---- 2カラム・サイドエリア ---- */

#side {
  float: right;
  width: 190px;
  margin-left: 50px;
  margin-bottom: 100px;
}

/* ---- サイドエリア・カテゴリー ---- */

#sideCategory {
}

.btnCateTop {
  position: relative;
  z-index: 0;
  margin-top: 0;
  margin-bottom: 20px;
}

.btnCateTop:before {
  transition: background .4s ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: #fff;
  content: "";
}

.btnCateTop:hover:before {
  background-color: #fff8e0;
}

.btnCateTop .btn {
  width: 100%;
  min-width: 0 !important;
  margin: 0;
  padding: 14px 20px 14px 14px !important;
  background:
  linear-gradient(to right, #aaa, #aaa 1px, transparent 1px, transparent 3px) 0 0 /4px 1px repeat-x,
  linear-gradient(to bottom, #aaa, #aaa 1px, transparent 1px, transparent 3px) 100% -4px /1px 4px repeat-y,
  linear-gradient(to right, #aaa, #aaa 1px, transparent 1px, transparent 3px) -4px 100% /4px 1px repeat-x,
  linear-gradient(to bottom, #aaa, #aaa 1px, transparent 1px, transparent 3px) 0 0 /1px 4px repeat-y;
  background: none\9; /* IE8用 */
  border: none;
  border: 1px dotted #ccc\9;/* IE8用 */
  color: #000;
  font-size: .98em;
  font-weight: bold;
  text-align: left !important;
}

/* IE9用 */
.btnCateTop .btn:not(:target) {
  background: none\9;
  border: 1px dotted #ccc\9;
}

/* IE10用 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.btnCateTop .btn { 
    background: none;
    border: 1px dotted #ccc;
  }
}



.btnCateTop .btn:before {
  border-left-color: #000 !important;
}

.btnCateTop:hover .btn:after {
  border-left-color: #fff8e0 !important;
}

.boxSideArea .boxSideMenu .boxLineList > ul > li {
  position: relative;
}

/* ---- サイドエリア・コンテンツ ---- */

#sideContents {
  padding-bottom: 20px;
}

#sideContents .boxSideMenu .ttl {
  border-top-color: #714331;
}

#sideContents .boxLineList > ul > li > a,
#sideContents .boxLineList > ul > li.active > * {
  padding: 0;
}

#sideContents img {
  max-width: inherit;
}

#sideContents a:hover {
  opacity: .7;
}

/* -- Sub Menu -- */

.boxSideArea .boxSideMenu .boxSubMenu {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 1000;
  width: 100%;
  padding-right: 7px;
}

.boxSideArea .boxSideMenu .boxSubMenu ul {
  position: relative;
  padding: 12px 10px;
  border-radius: 3px;
  border: 2px solid #ffbf00;
  background: #fffbec;
}

.boxSideArea .boxSideMenu .boxSubMenu ul:before,
.boxSideArea .boxSideMenu .boxSubMenu ul:after {
  position: absolute;
  top: 14px;
  right: -16px;
  width: 0;
  height: 0;
  border-radius: 2px;
  border-width: 8px;
  border-color: transparent transparent transparent #ffbf00;
  border-style: solid;
  content: "";
}

.boxSideArea .boxSideMenu .boxSubMenu ul:after {
  right: -13px;
  border-left-color: #fffbec;
}

.boxSideArea .boxSideMenu .boxSubMenu li {
  margin: 7px 0 0;
  padding: 0;
}

.boxSideArea .boxSideMenu .boxSubMenu li:first-child {
  margin-top: 0;
}

.boxSideArea .boxSideMenu .boxSubMenu li a {
  display: block;
  position: relative;
  margin: 0;
  padding: 0 0 0 10px;
  line-height: 1.5em;
}

.boxSideArea .boxSideMenu .boxSubMenu li a:before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 0;
  height: 0;
  border-radius: 2px;
  border-width: 4px 5px;
  border-color: transparent transparent transparent #ffbf00;
  border-style: solid;
  content: "";
}

.boxSideArea .boxSideMenu .boxSubMenu li a:hover {
  text-decoration: underline;
  background: none;
}

.boxSideArea .boxSideMenu .boxSubMenu .btnAll {
  margin-top: 10px;
}

.boxSideArea .boxSideMenu .boxSubMenu .btnAll a {
  border-radius: 3px;
  padding: 4px 4px 4px 20px;
  background: #ffbf00 !important;
}

.boxSideArea .boxSideMenu .boxSubMenu .btnAll a:before {
  top: 10px;
  left: 10px;
  border-left-color: #000;
}

/* -- Sub Menu Open -- */

.boxSideArea .boxSideMenu .boxSubMenu {
  transition: opacity .6s ease-in-out;
  opacity: 0;
  overflow: hidden;
  max-height: 0;
}

.boxSideArea .boxSideMenu .boxLineList > ul > li:hover .boxSubMenu {
  transition: opacity .3s ease-in-out;
  opacity: 1;
  max-height: 2000px;
}



/*  フッター 設定
--------------------------------------------- */

#footer {
  position: relative;
  bottom: -1px;
  width: 100%;
  height: 725px;
  line-height: 1.6em;
}

/* -------- Footer Top -------- */

#footerTop {
  background: url(https://www.m-pantry.com/common/img/footer/bg-wave.png) repeat-x top #f6f0e8;
}

#footerTop .boxInner {
  padding: 90px 0 50px;
}

/* ---- Footer Navi ---- */

#footer .boxFooterNav {
  font-size: .94em;
}

#footer .boxFooterNav a:hover {
  text-decoration: underline;
}

#footer .boxFooterNav > ul {
  margin: 0 -15px;
  letter-spacing: -.40em;
}

#footer .boxFooterNav > ul > li {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  width: 25%;
  padding: 0 15px;
  letter-spacing: normal;
  vertical-align: top;
}

#footer .boxFooterNav > ul > li:first-child {
  border-left: none;
}

#footer .boxFooterNav > ul > li:first-child + li + li + li .boxBtnList {
  margin: 20px 0 0;
}

#footer .boxFooterNav dt {
  color: #3d2f19;
  font-size: 1.2em;
  font-weight: bold;
}

#footer .boxFooterNav p {
  margin-top: 15px;
}

#footer .boxFooterNav dd {
  padding-bottom: 25px;
}

#footer .boxFooterNav .btn {
  margin-top: 12px;
  border-radius: 4px;
  padding: 8px 15px;
  font-weight: bold;
}

#footer .boxFooterNav .btn:hover {
  opacity: .7;
}

.bnrTel {
}

.bnrTel span {
  display: block;
}

.bnrTel .txtLinkTel {
  margin-bottom: 3px;
  padding-left: 55px;
  background: url(https://www.m-pantry.com/common/img/footer/icn-tel.png) no-repeat left center;
  color: #3d2e19;
  font-size: 2.45em;
  font-family: Helvetica, Arial,'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
  font-weight: bold;
  line-height: 1.25em;
}

.bnrTel .txtTime {
  margin-left: -5px;
  font-size: .9em;
}

#footer .bnrTel {
  margin-bottom: 30px;
}

#footer .boxBtnList {
}

#footer .boxBtnList li {
  padding: 8px 0;
}

#footer .boxBtnList li:first-child {
  border-top-width: 1px;
}


#footer .boxBtnList .btn {
  display: block;
  margin: 0;
  padding: 12px 10px 12px 50px;
  border: none;
  background: none;
  color: #3d2e19;
  font-size: 1em;
  text-align: left;
}

#footer .boxBtnList .btn:before,
#footer .boxBtnList .btn:after {
  right: -6px;
  margin-top: -12px;
  border-width: 12px;
}

#footer .boxBtnList .btn:after {
  right: -4px;
  border-left-color: #f6f0e8;
}

#footer .boxBtnList .btn span {
  display: block;
}

#footer .boxBtnList .btn .txtLarge {
  padding-bottom: 5px;
}

#footer .boxBtnList .btn .txtSmall {
  font-weight: normal;
}

#footer .boxBtnList .btn.faq {
  background-image: url(https://www.m-pantry.com/common/img/footer/icn-faq.png);
  background-repeat: no-repeat;
  background-position: 5px 14px;
}

#footer .boxBtnList .btn.contact {
  background-image: url(https://www.m-pantry.com/common/img/footer/icn-contact.png);
  background-repeat: no-repeat;
  background-position: 5px 14px;
}

#footer .boxBtnList .btn:hover {
  opacity: .85;
}

#footer .boxBtnList .btn:hover:before {
  border-left-color: #6d522a;
}

/* -------- Footer Bottom -------- */

#footerBtm {
  border-top: 1px solid #cecebe;
  font-size: .95em;
}

#footerBtm .boxInner {
  position: relative;
  padding: 40px 0 80px 240px;
}

/* ---- Footer Logo ---- */

#footer .boxFooterLogo {
  position: absolute;
  top: 40px;
  left: 0;
}

#footer .boxFooterLogo a:hover {
  opacity: .7;
}

/* ---- Footer Site Navi ---- */

#footer .boxFooterSiteNav {
  float: left;
  padding-top: 15px;
}

#footer .boxFooterSiteNav li {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  vertical-align: middle;
  margin-right: 13px;
  margin-bottom: 5px;
}

/* ---- Footer Social ---- */

#footer .boxSocial {
  float: right;
}

.boxSocial {
  font-size: .92em;
  letter-spacing: 0;
}

.boxSocial dt {
  color: #3d2d19;
  font-weight: bold;
}

.boxSocial dd {
  padding-top: 7px;
}

.boxSocial li {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  margin-left: 5px;
}

.boxSocial li a {
  display: block;
  overflow: hidden;
  transition: all .2s ease-in-out;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 1px solid #fff;
  background-repeat: no-repeat;
  background-position: center;
}

.boxSocial li a:hover {
  opacity: .7;
}

.boxSocial .icnFB a {
  background-image: url(https://www.m-pantry.com/common/img/footer/social-icn-fb.png);
}

.boxSocial .icnTW a {
  background-image: url(https://www.m-pantry.com/common/img/footer/social-icn-tw.png);
}

.boxSocial .icnIG a {
  background-image: url(https://www.m-pantry.com/common/img/footer/social-icn-ig.png);
}

.boxSocial .icnYT a {
  background-image: url(https://www.m-pantry.com/common/img/footer/social-icn-yt.png);
}

.boxSocial li a span {
  display: none !important;
}

/* ---- Copyright ---- */

#footer  #copyright {
  float: left;
  padding-top: 10px;
  font-size: .85em;
  line-height: 1.6em;
}

/* ---- Page Top ---- */

#footer #pagetop {
  display: block;
  position: fixed;
  top: auto !important;
  right: 20px;
  left: auto;
  bottom: 20px;
  z-index: 600;
  width: 47px;
  height: 47px;
}

/* -- Fixed -- */

#footer #pagetop.fxd {
  position: fixed;
  top: auto !important;
  bottom: 20px;
}

#footer #pagetop a {
  display: block;
  position: relative;
  top: auto;
  left: auto;
  overflow: hidden;
  transition: background .4s ease-in-out;
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 100%;
  background: #3d2e19;
}

#footer #pagetop a:before,
#footer #pagetop a:after {
  transition: border .4s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin-top: -22px;
  margin-left: -15px;
  border-width: 15px;
  border-color: transparent transparent #fff transparent;
  border-style: solid;
  border-radius: 100%;
  content: "";
}

#footer #pagetop a:after {
  margin-top: -20px;
  border-bottom-color: #3d2e19;
}

#footer #pagetop a:hover {
  background-color: #714331;
}

#footer #pagetop a:hover:after {
  border-bottom-color: #714331;
}

#footer #pagetop a span {
  display: none;
}



