body a {
    text-decoration: none;
}
.l-header {
  width: 100%;
  z-index: 2;
  position: fixed;
  top: 0;
  left: 0;
  background-color: hsla(0, 0%, 100%, 0.7);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
@media (max-width: 767px) {
  .l-header {
    height: 56px;
    z-index: 9999;
  }
}
@media (min-width: 1113px) {
  .l-header {
    height: 68px;
  }
}
@media all and (min-width: 768px) and (max-width: 1112px) {
  .l-header {
    height: 111px;
  }
}
.l-header-container {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 48px;
  padding: 1.15rem 1rem 1rem 1rem;
}
.l-header-container * {
  box-sizing: border-box;
}
@media (max-width: 767px) {
.l-header-container {
grid-template-columns:110px 1fr 24px;
gap: 1rem;
height: 100%;
padding: 0 1rem;
align-items: center
}
}
@media (min-width: 768px) {
  .l-header-container {
    width: fit-content;
    margin-inline: auto;
    /*align-items: baseline;*/
  }
}
@media all and (min-width: 768px) and (max-width: 1112px) {
  .l-header-container {
    width: 1080px;
    margin-block-start: 42px;
    box-sizing: border-box;
  }
}
.l-header__logo img {
  vertical-align: baseline;
}
@media (max-width: 767px) {
  .l-header__logo {
    display: block;
  }
}
@media (min-width: 768px) {
  .l-header__logo {
    /*margin-block-start: 2px*/;
  }
}
@media all and (min-width: 768px) and (max-width: 1112px) {
  .l-header__logo img {
    width: 130px;
    height: auto;
  }
}
.l-header-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .l-header-nav {
    font-size: 0.85rem;
    gap: 1rem;
  }
}
@media (max-width: 767px) {
  .l-header-nav {
    flex-direction: column;
    position: fixed;
    right: -300px;
    top: 56px;
    width: 260px;
    height: calc(100dvh - 56px);
    padding: 0.25rem 1.5rem 1.5rem 1.5rem;
    background-color: #fff;
    transition: all 0.3s;
    z-index: 200;
    overflow-y: auto;
  }
}
@media all and (min-width: 768px) and (max-width: 1112px) {
  .l-header-nav {
    margin-inline-start: auto;
  }
}
.l-header-nav__list {
  display: flex;
  gap: 0 .75rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}
@media (max-width: 767px) {
  .l-header-nav__list {
    flex-direction: column;
    font-size: 1rem;
    gap: 1.5rem;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .l-header-nav__list li.-sp {
    display: none;
  }
.l-header-nav__list li a {
overflow: hidden;
} 
}
@media (max-width: 767px) {
  .l-header-nav__list li.-md {
    display: none;
  }
}
.l-header-nav__list li a {
  color: #333;
  position: relative;
  -webkit-text-size-adjust: 100%;
  white-space: nowrap;
}
.l-header-nav__list li a:hover {
  opacity: 1;
}
.l-header-nav__list li a:hover::after {
  transform: scale(1, 1);
}
@media (max-width: 767px) {
  .l-header-nav__list li a::before {
    content: "";
    background-image: url(../images_0831/arow_red.svg);
    position: absolute;
    top: 50%;
    left: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    transform: translate(-50%, -50%);
  }
}

.l-header-nav__list li ::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #e6002d;
  bottom: -2px;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.2s;
}
@media (max-width: 767px) {
  .l-header-nav__list li a::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .l-header-nav__list li a {
    display: block;
    padding-inline-start: 1rem;
  }
}
.l-header-nav__btn {
display: grid;
/*grid-template-columns: minmax(min-content, 150px) minmax(130px, 1fr);*/
grid-template-columns: repeat(2, 1fr);
gap: 0.5rem;
}
@media (max-width: 767px) {
  .l-header-nav__btn {
    display: none;
  }
}
@media all and (min-width: 768px) and (max-width: 1112px) {
  .l-header-nav__btn {
    position: absolute;
    right: 16px;
    top: 8px;
  }
}
.l-header-nav__btn a.-ec {
  border: 1px solid #666666;
  border-radius: 4px;
  color: #666666;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  background-color: #e6002d;
  color: #fff;
  border-color: #e6002d;
  position: relative;
  display: flex;
 justify-content: center;
  align-items: center;
  padding: 4px;
  -webkit-text-size-adjust: 100%;
  white-space: nowrap;
}
.l-header-nav__btn a.-ec::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../images_0831/cart_wh.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .l-header .l-header-menu-btn {
    position: absolute;
    right: 16px;
    top: 19px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    z-index: 300;
  }
  .l-header .l-header-menu-btn span {
    display: block;
    position: absolute;
    right: 0;
    width: 24px;
    height: 2px;
    background-color: #666666;
    transition: 0.3s;
    border-radius: 2px;
  }
  .l-header .l-header-menu-btn span:nth-child(1) {
    top: 0;
  }
  .l-header .l-header-menu-btn span:nth-child(2) {
    top: 8px;
  }
  .l-header .l-header-menu-btn span:nth-child(3) {
    top: 16px;
  }
}
.l-header details.l-header-nav-contact {
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
}
.l-header details.l-header-nav-contact summary {
  list-style: none;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 34px;
padding: 4px 5px 4px 4px;
  gap: 3px;
  background-color: #fff;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #666666;
  transition: 0.4s;
  -webkit-text-size-adjust: 100%;
  white-space: nowrap;
 font-feature-settings: "palt";
}
.l-header details.l-header-nav-contact summary:hover {
  border-color: #e6002d;
}
.l-header details.l-header-nav-contact summary span {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  background-color: #666666;
  border-radius: 50%;
  transition: all 0.2s;
}
.l-header details.l-header-nav-contact summary span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 1px;
  height: 10px;
  background-color: #fff;
  transition: all 0.2s;
}
.l-header details.l-header-nav-contact summary span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 10px;
  height: 1px;
  background-color: #fff;
}
.l-header details.l-header-nav-contact summary::-webkit-details-marker {
  display: none;
}
.l-header details.l-header-nav-contact .l-header-nav__contact-links {
  position: absolute;
  display: grid;
  grid-template-columns: 1fr;
  top: 68px;
  background-color: #fff;
  width: 240px;
  padding: 1rem;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  gap: 0.75rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  border-radius: 0 0 4px 4px;
}
@media all and (min-width: 768px) and (max-width: 1112px) {
  .l-header details.l-header-nav-contact .l-header-nav__contact-links {
    top: 35px;
    width: 280px;
  }
}
.l-header details.l-header-nav-contact .l-header-nav__contact-links a {
  display: flex;
  align-items: end;
  font-size: 0.85rem;
  position: relative;
  height: 16px;
  padding-inline-start: 1.5rem;
  color: #666666;
}
.l-header details.l-header-nav-contact .l-header-nav__contact-links a:hover {
  text-decoration: underline;
  text-underline-offset: 0.25em;
  opacity: 1;
 color: #e6002d;
 transition: 0.6s;
}
.l-header details.l-header-nav-contact .l-header-nav__contact-links a::before {
  content: "";
  background-image: url(../images_0831/arow_gray.svg);
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}
.l-header details.l-header-nav-contact[open] summary span {
  background-color: #f1f1f1;
  transform: translateY(0px) rotate(-90deg);
  transition: all 0.1s;
}
.l-header details.l-header-nav-contact[open] summary span::before {
  height: 0;
  transition: all 0.1s;
}
.l-header details.l-header-nav-contact[open] summary span::after {
  background-color: #666666;
}
.l-header details.l-header-nav-contact[open] .l-header-nav__contact-links {
  opacity: 1;
  visibility: visible;
  z-index: 99;
}
@media (min-width: 768px) {
  .l-header .l-header__sp-icon {
    display: none;
  }
}
@media (max-width: 767px) {
.l-header .l-header__sp-icon {
margin-inline-start:auto;
display: grid;
grid-template-columns: repeat(1, 1fr);
align-items: center;
gap: .125rem;
cursor: pointer;
}
.l-header .l-header__sp-icon img {
width: auto; 
height: 24px;
margin: auto; 
}
.l-header .l-header__sp-icon .text-detail {
font-family: "Noto Sans JP", sans-serif;
font-feature-settings: "palt"; 
font-size: .625rem;
color: #333333;
line-height: 1.2; 
text-align: center;
} 
.l-header .l-header__sp-icon.-column {
margin-inline-start:auto;
display: grid;
grid-template-columns: 1fr auto; 
align-items: center;
gap: .5rem;
font-feature-settings: "palt"; 
cursor: pointer;
}
 
.l-header .l-header__sp-icon.-ec {
gap: .125rem;
} 
.l-header-nav__icon-links{
display: grid;
align-items: center;
margin-inline-start: auto;
gap: .8rem;
grid-template-columns: 1fr auto;
} 
}

.is-open .l-header {
  background-color: #fff;
}
.is-open .l-header .l-header-nav {
  right: 0;
}
.is-open .sp-mask {
  -webkit-backdrop-filter: blur(0.22429rem);
  backdrop-filter: blur(0.22429rem);
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 1;
  visibility: visible;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.is-open .l-header-menu-btn {
  top: 13px;
}
.is-open .l-header-menu-btn span:nth-child(1) {
  transform: translateY(14px) rotate(-45deg);
  top: 0;
}
.is-open .l-header-menu-btn span:nth-child(2) {
  opacity: 0;
}
.is-open .l-header-menu-btn span:nth-child(3) {
  transform: translateY(-2px) rotate(45deg);
  bottom: 0;
}

@media (max-width: 767px) {
  .sp-mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s;
    cursor: pointer;
  }
}

.c-page-top {
  position: fixed;
  right: 16px;
  bottom: 40px;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .c-page-top {
    bottom: 10px;
  }
}
.c-page-top.is-show {
  opacity: 1;
  cursor: pointer;
  pointer-events: all;
}
.c-page-top a {
  position: relative;
  display: block;
  width: 54px;
  height: 54px;
  border-radius: 4px;
  background-color: #e6002d;
}
@media (max-width: 767px) {
  .c-page-top a {
    width: 40px;
    height: 40px;
  }
}
.c-page-top a::after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(-45deg);
  left: 50%;
  top: 50%;
  margin-top: -4px;
  margin-left: -8px;
}
@media (max-width: 767px) {
  .c-page-top a::after {
    width: 14px;
    height: 14px;
  }
}


@media (hover: hover) and (pointer: fine) { 
.l-menu-item:hover   .l-header-nav__listlv2 {
pointer-events: auto;
visibility: visible;
opacity: 1; 
}
}
@media screen and (min-width: 1025px) {
.l-menu-item {
position: relative;
}
.l-header-dropdown {
margin-right: .85rem;
} 
.l-header-dropdown::after {
content: '';
position: absolute;
top: 37%;
right: -12px;
background-color: #333;
width: 8px;
height: 6px;
clip-path: polygon(0 0,100% 0, 50% 100%); 
}
}
@media (max-width: 1024px) {
.l-header-nav__listlv2 {
display: none;
}
} 
@media screen and (min-width: 1025px) {
.l-header-nav__listlv2 {
visibility: hidden;
opacity: 0;
transition: all .3s;
position: absolute;
top: 25px;
left: 0;
box-shadow: 0px 3px 8px -2px #777; 
}
.l-header-nav__listlv2 li {
width: auto;
border-bottom: 1px solid #e0e0e0;
box-shadow: 0 3px 20px 0 rgba(25,25,25,.2); 
}
.l-header-nav__listlv2 a {
display: flex;
align-items: center;
padding: 0.75rem 0.75rem;
background: #ffffff;
font-size: .85rem;
line-height: 1.125;
font-feature-settings: "palt"; 
}
.l-header-nav__listlv2 a:hover {
color: #e6002d;
transition: 0.6s ;
}
.l-header-nav__list li .l-header-nav__listlv2 ::after {
content: none;
}
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 70px;
}
@media (max-width: 767px) {
  html {
    scroll-padding-top: 60px;
  }
}

.border-line {
background-color: #cccccc;
border: none;
height: 1px;
margin: 0 calc(50% - 50vw);
margin-top: 20px;
}

:root {
--primary-color: #ffffff;
--secondary-color: #F0F0F0;	
--primary-text-color: #666666;
--tertiary-color:#000000;
--local-bg-color:#c1cbb5;
}

.l-footer {
  background: var(--secondary-color);
 font-family: "Noto Sans JP",sans-serif;
}

.l-header-container * {
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
.l-footer {
margin-top: 40px;
position: relative;
overflow: hidden;
} 
  .l-footer-container {
    width: 1080px;
    padding: 0 20px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 2em 0 2.5em;
  }
  .l-footer-sns__list {
    display: grid;
    padding: 0 1.5rem;
    grid-template-columns: repeat(6, minmax(100px, 1fr));
    margin-bottom: 28px;
  }
  .l-footer-sns__list li a {
    display: flex;
    align-items: center;
    padding: 5px 0;
    color: var(--primary-text-color);
  }
  .l-footer-sns__list li a:hover,
  .l-footer-sns__list li a:focus {
    text-decoration: underline;
    opacity: 0.8;
    transition: 0.6s;
  }
  .l-footer-sns__list li a img {
    max-width: 100%;
    height: auto;
    max-height: 100%;
  }
  .l-footer-sns__icon-pc-title {
    padding-left: 0.8rem;
    font-size: 0.9rem;
    line-height: 1.2;
  }
  .l-footer-nav-contact {
    display: grid;
    grid-template-columns: repeat(6, minmax(100px, 1fr));
    gap: 30px 20px;
    padding: 30px 0 20px;
    line-height: 1.2;
    font-size: 0.9rem;
  }
  .l-footer-nav-contact li a {
    position: relative;
    padding-left: 1.75rem;
    display: flex;
    align-items: center;
    color: var(--primary-text-color);
  }
  .l-footer-nav-contact li a:hover,
  .l-footer-nav-contact li a:focus {
    text-decoration: underline;
    text-underline-offset: 0.35em;
    opacity: 0.75;
    transition: 0.6s;
  }
   .l-footer-nav-contact li a span {
line-height: 1.2;
  }
  .l-footer-nav-contact li a span::before {
    content: "";
    background-image: url(../images_0831/arow_gray.svg);
    position: absolute;
    top: 2px;
    left: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
  }
  .l-footer-nav__site {
    overflow: hidden;
    padding: 10px;
    margin-top: 2em;
  }
  .l-footer-nav__site .l-footer-nav__site-links {
    width: 100%;
  }
  .l-footer-nav__site .l-footer-nav__site-category a:link {
    color: var(--primary-text-color);
  }
  .l-footer-nav__site .l-footer-nav__site-category a:visited {
    color: var(--primary-text-color);
  }
  .l-footer-nav__site .l-footer-nav__site-category a:hover {
    color: var(--primary-text-color);
    text-decoration: underline;
  }
  .l-footer-nav__site ul {
    line-height: 1.5;
  }
  .l-footer-nav__site dt {
    font-weight: bold;
    font-size: 16px;
  }
  .l-footer-nav__site dd {
    display: inline-block;
    margin-right: 1.6em;
    font-size: 0.9rem;
  }
  .l-footer-nav__site dd::before {
    content: "> ";
    color: #f00;
  }
  .l-footer-nav__site dd a:link {
    color: var(--primary-text-color);
  }
  .l-footer-nav__site dd a:visited {
    color: var(--primary-text-color);
  }
  .l-footer-nav__site dd a:hover {
    color: var(--primary-text-color);
    text-decoration: underline;
  }
  .l-footer-nav__site dd a:active {
    color: var(--primary-text-color);
  }
  .l-footer-nav__site .l-footer-nav__site-item {
    border-bottom: solid 1px #ccc;
    overflow: hidden;
    padding: 20px 0;
    display: grid;
    grid-template-columns: 180px 1fr;
    align-items: center;
  }
  .l-footer-nav__site .l-footer-nav__site-item:last-child {
    border-bottom: none;
  }
  .l-footer-nav__site .l-footer-nav__site-address {
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .l-footer-nav__site .l-footer-nav__site-address span {
    font-size: 20px;
    font-weight: bold;
  }
  .l-footer-menu {
    margin-top: 2rem;
    border-top: 1px solid #c5c1c1;
    box-sizing: border-box;
    padding-bottom: 2.5rem;
  }
  .l-footer-menu .l-footer-menu__title {
    font-size: 1.6rem;
    font-weight: bold;
    margin: 2.5rem 2.5rem 1rem;
  }
  .l-footer-menu__column {
    margin: 2rem 2.5rem 0 2.5rem;
    display: grid;
    grid-template-columns: repeat(4, 270px);
    gap: 3rem 1rem;
  }
  .l-footer-menu__column li {
    width: 100%;
  }
  .l-footer-menu__column li a {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 1.75rem;
  }
  .l-footer-menu__column li a:hover,
  .l-footer-menu__column li a:focus {
    text-decoration: underline;
    text-underline-offset: 0.35em;
    opacity: 0.75;
    transition: 0.6s;
  }
  .l-footer-menu__column li a::before {
    content: "";
    background-image: url(../images_0831/arow_gray.svg);
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
  }
  .l-footer__foot__inner {
    text-align: center;
    margin-top: 2rem;
  }
  .l-footer-menu-secondary {
    display: block;
    text-align: center;
  }
  .l-footer-nav-contact__container {
    display: block;
    text-align: center;
  }
  .l-footer-nav-contact__container .l-footer-menu-secondary {
    display: block;
    margin: 0 auto 20px;
  }
  .l-footer-menu-secondary li {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 13px;
    padding: 0 15px;
    color: var(--primary-text-color);
    border-right: 2px solid #d6d6d6;
   line-height: 1;
   
  }
  .l-footer-menu-secondary li:last-child {
    border-right: none;
  }
  .l-footer-menu-secondary li a {
    color: var(--primary-text-color);
   line-height: 1;
  }
  .l-footer-logo {
    width: 135px;
    margin: 3em auto 2em;
  }
  .l-footer-logo img {
    -o-object-fit: cover;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover";
  }
  .l-footer_copyright {
    text-align: center;
    margin-top: 2.5rem;
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 0 15px;
  }
  .l-footer-container {
    padding: 2em 0 1.5em;
  }
  .l-footer-sns__list {
    display: grid;
   grid-template-columns: repeat(6, minmax(40px, 1fr)); 
    gap: 6px;
    place-content: center;
    align-items: baseline;
  }
  .l-footer-sns__list li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: var(--primary-text-color);
  }
  .l-footer-sns__list li a img {
    width: 40px;
    height: auto;
  }
  .l-footer-sns__icon-pc-title.text-hide {
    display: none;
  }
  .l-footer-sns__icon-pc-title.sp-title {
    font-size: 0.75em;
    text-align: center;
    line-height: 1.2;
    margin-top: 0.5em;
  }
  .l-footer-nav-contact {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
    .l-footer-nav-contact li {
    border-bottom: 1px solid #c5c1c1;
    box-sizing: border-box;
    position: relative;
  }
  .l-footer-nav-contact li:last-child {
    border: none;
  }
  .l-footer-nav-contact li a {
    display: flex;
    align-items: center;
    padding: 1.25rem 1rem 1.25rem 0.8rem;
    font-size: .875rem;
    color: var(--primary-text-color);
  }
  .l-footer-nav-contact li a span::before {
    content: "";
    background-image: url(../images_0831/arow_red.svg);
    position: absolute;
    top: 50%;
    left: 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    transform: translate(-50%, -50%);
    margin-right: 0.8rem;
  }
  .l-footer-nav-contact li a span {
    background-image: none;
    padding-left: 1.5rem;
  }
  .l-footer-nav__site {
    display: none;
  }
  .l-footer-menu {
    margin-top: 2rem;
  }
  .l-footer-menu .l-footer-menu__title {
    font-size: 1rem;
    font-weight: bold;
    margin: 1.75rem 0.8rem 1.5rem 0.8rem;
  }
  .l-footer-menu__column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0.8rem;
  }
  .l-footer-menu__column li {
    width: calc((100% - 20px) / 2);
    margin-bottom: 1.5rem;
  }
  .l-footer-menu__column li:last-child {
    margin-bottom: 0;
  }
  .l-footer-menu__column li a {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 1.25rem;
    font-size: 0.875rem;
  }
  .l-footer-menu__column li a:hover,
  .l-footer-menu__column li a:focus {
    text-decoration: underline;
    opacity: 0.75;
    transition: 0.6s;
  }
  .l-footer-menu__column li a::before {
    content: "";
    background-image: url(../images_0831/arow_gray.svg);
    position: absolute;
    top: 5%;
    left: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
  }
  .l-footer__foot__inner {
    text-align: center;
    margin-top: 0.9rem;
  }
  .l-footer-nav-contact__container {
    display: block;
    text-align: center;
  }
  .l-footer-nav-contact__container .l-footer-menu-secondary {
    display: block;
    margin: 0 auto 20px;
   line-height: 1;
  }
.l-footer-menu-secondary li {
display: inline-block;
margin-bottom: 10px;
font-size: 13px;
padding: 0 15px;
color: var(--primary-text-color);
border-right: 2px solid #d6d6d6;
line-height: 1;
vertical-align: baseline; 
}
  .l-footer-menu-secondary li:first-child {
    border-left: 2px solid #d6d6d6;
  }
  .l-footer-menu-secondary li:nth-child(3n) {
    border-left: 2px solid #d6d6d6;
  }
  .l-footer-menu-secondary li:nth-child(4n) {
    border-left: 2px solid #d6d6d6;
  }
  .l-footer-menu-secondary li a {
    color: var(--primary-text-color);
   line-height: 1;
  }
  .l-footer-logo {
    width: 135px;
    margin: 2em auto 1em;
  }
  .l-footer-logo img {
    -o-object-fit: cover;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover";
  }
  .l-footer_copyright {
    text-align: center;
    margin-top: 2.5rem;
    font-size: 0.7rem;
  }
}
@media (min-width: 768px) {
  .page {
    min-width: 1112px;
  }
}
.page .l-header .l-header-nav__list li a {
  text-decoration: none;
}
@media (max-width: 767px) {
.page .l-header .l-header-nav__list li a {
line-height: 1
    }
}
.page .l-header .l-header-nav__btn a {
  text-decoration: none;
}
.page .l-footer a {
  text-decoration: none;
}
@media (min-width: 1113px) {
  .page #wrapper {
    top: 68px !important;
  }
}
@media (max-width: 767px) {
  .page #wrapper {
    top: 56px !important;
  }
}
@media all and (min-width: 768px) and (max-width: 1112px) {
  .page #wrapper {
    top: 111px !important;
    max-width: 100% !important;
  }
}/*# sourceMappingURL=layout.original.css.map */