@charset "UTF-8";
body {
  background-image: url(../Contents/ImagesPkg/common/body_bg.jpg);
  background-size: 50%;
  background-repeat: repeat;
}

body.no-scroll {
  width: 100%;
  position: fixed;
  top: 0;
}

@media (min-width: 769px) {
  .spOnly {
    display: none;
  }
}

@media (max-width: 768px) {
  .pcOnly {
    display: none;
  }
}

.allOuter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.allInner {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 24rem;
}

@media (max-width: 900px) {
  .allInner {
    padding-top: 5.62rem;
    padding-left: 0;
  }
}

@media (max-width: 768px) {
  .allInner {
    padding-top: 7.5rem;
  }
}

#Header {
  color: #372303;
  width: 0;
}

#Header svg,
#Header picture,
#Header img {
  width: 100%;
  height: auto;
}

#Header .head {
  position: fixed;
  z-index: var(--zindex-header);
  width: 24rem;
  height: 100%;
  background-color: var(--color-bg-main);
  top: 0;
}

#Header .head_inner {
  padding: 5.6rem 0;
  height: 100%;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

#Header .head_inner::-webkit-scrollbar {
  display: none;
}

#Header .head_logo {
  margin-bottom: 3.7rem;
  padding: 0 2.4rem;
}

#Header .head_logo picture {
  display: block;
  width: 18.4rem;
  margin: 0 auto;
}

#Header .head_menu {
  margin-top: 5.5rem;
}

#Header .head_menu_ttl {
  display: inline-block;
  margin: 0 2.4rem 2.7rem;
  padding-bottom: 0.7rem;
  font-size: 1.2rem;
  font-family: var(--font-en-ttl);
  color: #8a6a00;
  border-bottom: 1px dotted #8a6a00;
}

#Header .head_menu_list > li {
  padding: 0 1.7rem 0 2.4rem;
}

#Header .head_menu_list > li + li {
  margin-top: 3rem;
}

#Header .head_menu_list > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.3rem;
  line-height: 1.5;
  color: var(--color-white);
}

#Header .head_menu_list > li > a::after {
  content: '';
  background-image: url(../Contents/ImagesPkg/common/arrow_btm.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 6px;
  height: 4px;
  margin-left: 1rem;
}

#Header .head_menu_list > li.list_mega {
  position: relative;
}

#Header .head_menu_list > li.list_mega > a::after {
  background-image: url(../Contents/ImagesPkg/common/arrow_right.svg);
  width: 4px;
  height: 6px;
}

#Header .head_menu_list > li.list_mega.is-active::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  background-image: url(../Contents/ImagesPkg/common/triangle.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 1rem;
  height: 1.6rem;
}

#Header .head_menu_list > li.list_mega_item {
  opacity: 0;
  visibility: hidden;
  width: 29rem;
  position: absolute;
  top: 0;
  left: 100%;
  height: 100vh;
  margin-top: 0;
  padding: 0 3.8rem 0;
  background-color: #cdc9c0;
  -webkit-transition: all .5s;
  transition: all .5s;
  overflow-y: auto;
}

#Header .head_menu_list > li.list_mega_item .list_mega_item_inner {
  height: 100%;
  overflow: auto;
  padding: 30vh 0 10%;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

#Header .head_menu_list > li.list_mega_item .list_mega_item_inner::-webkit-scrollbar {
  display: none;
}

#Header .head_menu_list > li.list_mega_item dl > div + div {
  margin-top: 6.7rem;
}

#Header .head_menu_list > li.list_mega_item dl dt, #Header .head_menu_list > li.list_mega_item dl dd {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
}

#Header .head_menu_list > li.list_mega_item dl dt {
  margin-bottom: 2.2rem;
  font-size: 1.4rem;
  letter-spacing: 0.019rem;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #73654e;
}

#Header .head_menu_list > li.list_mega_item dl dd {
  font-size: 1.3rem;
}

#Header .head_menu_list > li.list_mega_item dl dd + dd {
  margin-top: 2.2rem;
}

#Header .head_menu_list > li.list_mega_item dl dd a {
  line-height: 1.5;
}

#Header .head_menu_list > li.list_mega_item dl dd a::before {
  content: '';
  display: inline-block;
  background-image: url(../Contents/ImagesPkg/common/arrow_right.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 4px;
  height: 7px;
  margin-right: 1.5rem;
}

#Header .head_menu_list > li.list_mega_item.show {
  opacity: 1;
  visibility: visible;
}

#Header .head_menu_list > li.list_mega_item.show dl > div:nth-child(1) dd:nth-of-type(1) {
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}

#Header .head_menu_list > li.list_mega_item.show dl > div:nth-child(1) dd:nth-of-type(2) {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

#Header .head_menu_list > li.list_mega_item.show dl > div:nth-child(1) dd:nth-of-type(3) {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

#Header .head_menu_list > li.list_mega_item.show dl > div:nth-child(1) dd:nth-of-type(4) {
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

#Header .head_menu_list > li.list_mega_item.show dl > div:nth-child(2) dt {
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

#Header .head_menu_list > li.list_mega_item.show dl > div:nth-child(2) dd:nth-of-type(1) {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

#Header .head_menu_list > li.list_mega_item.show dl > div:nth-child(2) dd:nth-of-type(2) {
  -webkit-transition-delay: .7s;
          transition-delay: .7s;
}

#Header .head_menu_list > li.list_mega_item.show dl > div:nth-child(2) dd:nth-of-type(3) {
  -webkit-transition-delay: .8s;
          transition-delay: .8s;
}

#Header .head_menu_list > li.list_mega_item.show dl > div:nth-child(2) dd:nth-of-type(4) {
  -webkit-transition-delay: .9s;
          transition-delay: .9s;
}

#Header .head_menu_list > li.list_mega_item.show dl dt, #Header .head_menu_list > li.list_mega_item.show dl dd {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

#Header .head_menu_list::after {
  content: '';
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 100%;
  z-index: -1;
}

#Header .head_menu_list.on::after {
  opacity: 1;
  visibility: visible;
  background-color: rgba(55, 35, 3, 0.2);
}

#Header .head_search {
  padding: 0 2.4rem;
}

#Header .head_searchBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background-color: #cdc9c0;
}

#Header .head_searchBox a {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 1.5rem;
}

#Header .head_searchBox a img {
  width: 1.5rem;
}

#Header .head_searchBox input {
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  width: 100%;
  height: 4.2rem;
  background-color: #cdc9c0;
  padding-left: 1.8rem;
  padding-right: 1rem;
  font-family: var(--zenkaku-gothic);
  color: #372303;
  font-weight: 500;
}

#Header .head_searchBox input::-webkit-input-placeholder {
  color: #372303;
}

#Header .head_searchBox input:-ms-input-placeholder {
  color: #372303;
}

#Header .head_searchBox input::-ms-input-placeholder {
  color: #372303;
}

#Header .head_searchBox input::placeholder {
  color: #372303;
}

#Header .head_utility {
  position: fixed;
  top: 0;
  right: 0;
  background-color: #cdc9c0;
  padding: 2.2rem 3rem 2.2rem 2.6rem;
  z-index: 500;
}

#Header .head_utility_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#Header .head_utility_list li a {
  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;
  width: 100%;
  height: 100%;
}

#Header .head_utility_list li .fill-1 {
  fill: #372303;
}

#Header .head_utility_name {
  width: auto;
  margin-right: 3.7rem;
  font-size: 1.2rem;
}

#Header .head_utility_name span {
  width: 10rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}

#Header .head_utility_name.login {
  font-weight: bold;
}

#Header .head_utility_user, #Header .head_utility_favorite, #Header .head_utility_cart {
  width: 2.4rem;
  margin-right: 2.5rem;
}

#Header .head_utility_cart {
  position: relative;
  margin-right: 0;
}

#Header .head_utility_cart_count {
  position: absolute;
  top: -0.9rem;
  right: -1rem;
  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;
  width: 1.9rem;
  height: 1.9rem;
  border-radius: 50%;
  background-color: #372303;
  font-size: 1.2rem;
  color: #fff;
  font-weight: bold;
  font-family: var(--font-en-sub);
}

#Header .head_link {
  margin-top: 7rem;
  padding: 0 2.4rem;
}

#Header .head_link_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#Header .head_link_list li {
  font-size: 1.3rem;
  font-family: var(--font-en-ttl);
  line-height: 1.25;
  color: var(--color-white);
}

#Header .head_link_list li.font-sml {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.1rem;
  font-family: var(--zenkaku-gothic);
}

#Header .head_link_list li.font-sml a {
  padding-left: 1rem;
}

#Header .head_link_list li + li {
  margin-top: 2.1rem;
}

#Header .head_link_sns {
  width: 2.2rem;
}

#Header .head_copyRight {
  padding: 0 2.4rem;
  margin-top: 3.7rem;
  font-size: 1rem;
  font-family: var(--font-en-ttl);
  font-weight: bold;
  color: #969696;
  letter-spacing: 0;
}

@media (max-width: 900px) {
  #Header .head {
    opacity: 0;
    visibility: hidden;
    width: 88%;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: all .4s;
    transition: all .4s;
  }
  #Header .head::after {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    content: '';
    display: block;
    width: 100vw;
    height: 100%;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
    z-index: -1;
  }
  #Header .head.open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  #Header .head.open::after {
    opacity: 1;
    visibility: visible;
    background-color: rgba(55, 35, 3, 0.5);
  }
  #Header .head_inner {
    padding: 4rem 0 5.3rem;
  }
  #Header .head_sp_close {
    position: absolute;
    top: 3rem;
    left: 2.5rem;
    width: 2rem;
    height: 2rem;
  }
  #Header .head_sp_close span {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 0.15rem;
    background-color: var(--color-white);
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  #Header .head_sp_close span:nth-child(1) {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
  }
  #Header .head_sp_close span:nth-child(2) {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  #Header .head_logo {
    margin-bottom: 3.5rem;
    text-align: center;
    padding: 0;
  }
  #Header .head_logo picture {
    width: 18.1rem;
  }
  #Header .head_search {
    margin-bottom: 3.25rem;
    padding: 0 5.30303030303%;
  }
  #Header .head_searchBox {
    background-color: #f4f3ef;
  }
  #Header .head_searchBox a {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-right: 1.5rem;
  }
  #Header .head_searchBox a img {
    width: 1.8rem;
  }
  #Header .head_searchBox input {
    height: 5rem;
    background-color: #f4f3ef;
    padding-left: 1.9rem;
    font-size: 1.3rem;
  }
  #Header .head_user {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1rem 11.8181818182%;
    background-color: #cdc9c0;
    font-size: 1.4rem;
  }
  #Header .head_user img {
    width: 2.4rem;
    margin-right: 1.4rem;
  }
  #Header .head_menu {
    margin-top: 4.5rem;
  }
  #Header .head_menu_ttl {
    margin: 0 11.8181818182% 2.4rem;
    font-size: 1.35rem;
  }
  #Header .head_menu_list > li {
    padding: 0 9.09090909091% 0 11.8181818182%;
  }
  #Header .head_menu_list > li + li {
    margin-top: 1.7rem;
  }
  #Header .head_menu_list > li > a {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 1.6rem;
    line-height: 1.5;
    color: var(--color-white);
    padding: 0 1.45rem 1.55rem 0.4rem;
    border-bottom: 1px solid #50350f;
  }
  #Header .head_menu_list > li > a::after {
    content: '';
    background-image: url(../Contents/ImagesPkg/common/arrow_right_sp.svg);
    width: 6px;
    height: 8px;
    margin-left: 1.6rem;
    margin-top: 0.3rem;
  }
  #Header .head_menu_list > li.list_mega > a {
    pointer-events: none;
  }
  #Header .head_menu_list > li.list_mega > a::after {
    background-image: url(../Contents/ImagesPkg/common/arrow_btm_sp.svg);
    width: 9px;
    height: 6px;
  }
  #Header .head_menu_list > li.list_mega.is-active::after {
    content: '';
    display: inline-block;
    background-image: url(../Contents/ImagesPkg/common/triangle.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 1rem;
    height: 1.6rem;
    margin-right: 1.5rem;
  }
  #Header .head_menu_list > li.list_mega_item {
    display: none;
    opacity: 1;
    visibility: visible;
    width: 100%;
    position: static;
    height: auto;
    padding: 0 11.8181818182% 0;
    background-color: transparent;
    color: #fff;
    overflow: hidden;
  }
  #Header .head_menu_list > li.list_mega_item .list_mega_item_inner {
    padding-top: 3.4rem;
    overflow: hidden;
  }
  #Header .head_menu_list > li.list_mega_item dl > div + div {
    margin-top: 4.4rem;
  }
  #Header .head_menu_list > li.list_mega_item dl dt, #Header .head_menu_list > li.list_mega_item dl dd {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  #Header .head_menu_list > li.list_mega_item dl dt {
    margin-bottom: 2.8rem;
    font-size: 1.5rem;
    padding-bottom: 0;
    border-bottom: 0;
    color: #cdc9c0;
  }
  #Header .head_menu_list > li.list_mega_item dl dt::before {
    content: '（';
  }
  #Header .head_menu_list > li.list_mega_item dl dt::after {
    content: '）';
  }
  #Header .head_menu_list > li.list_mega_item dl dd {
    font-size: 1.3rem;
  }
  #Header .head_menu_list > li.list_mega_item dl dd + dd {
    margin-top: 2.2rem;
  }
  #Header .head_menu_list > li.list_mega_item dl dd a {
    line-height: 1.5;
  }
  #Header .head_menu_list > li.list_mega_item dl dd a::before {
    background-image: url(../Contents/ImagesPkg/common/arrow_right_sp.svg);
    width: 7px;
    height: 10px;
    margin-right: 1.55rem;
  }
  #Header .head_link {
    margin-top: 6rem;
    padding: 0 11.8181818182%;
  }
  #Header .head_link_list li {
    font-size: 1.5rem;
  }
  #Header .head_link_list li.font-sml {
    font-size: 1.2rem;
  }
  #Header .head_link_list li.font-sml a {
    padding-left: 1.5rem;
  }
  #Header .head_link_list li + li {
    margin-top: 2.4rem;
  }
  #Header .head_link_sns {
    width: 2.7rem;
  }
  #Header .head_copyRight {
    display: none;
  }
  #Header .head_utility {
    width: 100%;
    background-color: var(--color-bg-main);
    padding: 2.7rem 2.3rem 2.5rem;
  }
  #Header .head_utility_list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #Header .head_utility_list li .fill-1 {
    fill: #fff;
  }
  #Header .head_utility_hamburger {
    position: relative;
    width: 2.25rem;
    height: 1.8rem;
    margin-right: 6.2rem;
  }
  #Header .head_utility_hamburger span {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 0.15rem;
    background-color: var(--color-white);
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  #Header .head_utility_hamburger span:nth-child(1) {
    top: 0;
  }
  #Header .head_utility_hamburger span:nth-child(2) {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #Header .head_utility_hamburger span:nth-child(3) {
    bottom: 0;
  }
  #Header .head_utility_name {
    display: none;
  }
  #Header .head_utility_user, #Header .head_utility_favorite, #Header .head_utility_cart {
    width: 2.3rem;
    margin-right: 1.3rem;
  }
  #Header .head_utility_user {
    display: none;
  }
  #Header .head_utility_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15.4rem;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  #Header .head_utility_favorite {
    margin-left: auto;
  }
  #Header .head_utility_cart {
    margin-right: 0;
  }
  #Header .head_utility_cart_count {
    border: 0.2rem solid var(--color-main);
    color: var(--color-main);
    background-color: #fff;
  }
}

#Header .pageTop {
  position: fixed;
  bottom: 5rem;
  right: 2.75rem;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 6rem;
  height: 6rem;
  z-index: 10000;
  background-color: #cdc9c0;
  font-size: 1rem;
  font-family: var(--font-en-ttl);
  letter-spacing: 0.1em;
  font-weight: bold;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 1;
}

#Header .pageTop img {
  width: 1.2rem;
  height: auto;
  margin-bottom: 0.8rem;
}

#Header .pageTop.hide {
  bottom: -100%;
  opacity: 0;
}

@media (max-width: 768px) {
  #Header .pageTop {
    bottom: 2.75rem;
  }
}

@media (max-width: 900px) {
  #Header .hidden-large {
    display: block;
  }
}

#Foot {
  margin-top: auto;
}

.foot {
  width: 100%;
  background-color: #301B02;
  padding: 5rem 5rem 4.2rem;
  letter-spacing: 0.05em;
}

.foot_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.foot_top .foot_link {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (23.4rem)[2];
      grid-template-columns: repeat(2, 23.4rem);
  -ms-grid-rows: 5rem;
      grid-template-rows: 5rem;
  -webkit-column-gap: 2rem;
          column-gap: 2rem;
}

.foot_top .foot_link a {
  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;
  width: 100%;
  height: 100%;
  border: 1px solid #73654e;
  padding-top: 0.4rem;
  font-size: 1.5rem;
  color: var(--color-white);
  font-family: 'Spectral', 'Zen Kaku Gothic Antique', sans-serif;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.foot_top .foot_link a:hover {
  background-color: #73654e;
}

.foot_logo {
  margin-left: 6rem;
  width: 25.6rem;
}

.foot_logo img {
  width: 100%;
  height: auto;
}

.foot_btm {
  margin-top: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.foot_btm .foot_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.foot_btm .foot_link li a {
  font-size: 1.1rem;
  color: var(--color-white);
}

.foot_btm .foot_link li + li {
  margin-left: 2rem;
}

.foot_copyRight {
  color: #73654e;
  font-size: 1rem;
  font-family: var(--font-en-ttl);
  letter-spacing: 0.03em;
}

@media (max-width: 768px) {
  .foot {
    padding: 4rem 1.7rem 4rem;
  }
  .foot_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .foot_top .foot_link {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-grid-columns: (47.80059%)[2];
        grid-template-columns: repeat(2, 47.80059%);
    -ms-grid-rows: 5rem;
        grid-template-rows: 5rem;
    -webkit-column-gap: 0;
            column-gap: 0;
  }
  .foot_top .foot_link a {
    padding-top: 0.2rem;
    font-size: 1.35rem;
  }
  .foot_logo {
    margin-left: 0;
    width: 27.7rem;
    margin-bottom: 3.2rem;
  }
  .foot_logo img {
    width: 100%;
    height: auto;
  }
  .foot_btm {
    margin-top: 3.3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .foot_btm .foot_link {
    margin-bottom: 1.7rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .foot_btm .foot_link li {
    margin: 0 0.9rem 1rem;
  }
  .foot_btm .foot_link li + li {
    margin-left: 0;
  }
  .foot_copyRight {
    text-align: center;
    font-size: 1rem;
  }
}
/*# sourceMappingURL=common_hf.css.map */