#lp {
  --container-width: 100%;
  --color-main: #B12B0B;
  --color-bg: #F7E9E6;
  --color-accent: #D07F6C;
  --color-black: #292525;
  --color-white: #fff;
  --font-yumin: YuMincho, "Yu Mincho", serif;
  --animation-duration: 0.5s;
}

html {
  width: 100% !important;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

header,
footer.footer--renewal {
  display: none;
}

#Wrap {
  overflow: hidden;
}

#contentsWrapper {
  width: 100%;
}

#main_center {
  margin-top: 0 !important;
  padding-bottom: 0 !important;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

#lp {
  color: var(--color-black);
  overflow: hidden;
}

#lp {
  font-family: var(--font-base);
}
#lp .mainvisual {
  width: 100%;
  max-width: var(--container-width);
  height: 100%;
}
#lp .mainvisual img {
  width: 100%;
  height: auto;
  display: block;
}
#lp .title_area {
  margin-top: 4rem;
}
#lp .title_area .page_title {
  max-width: 90%;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 1.3333;
  margin: auto;
  text-align: center;
}
#lp .title_area .page_lead {
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  line-height: 1.6875;
  margin: 2rem auto 0;
  padding: 0 4%;
}
#lp .anchor_area {
  margin: 3.5rem 0 0;
  padding: 0 4%;
}
#lp .anchor_area .anchor_wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem 7.24%;
}
#lp .anchor_area .anchor_item {
  width: 46.37%;
  height: 9.15rem;
  border: 1px solid var(--color-accent);
  box-sizing: border-box;
  position: relative;
}
#lp .anchor_area .anchor_item::before {
  width: 93.75%;
  height: 8.15rem;
  background-color: var(--color-accent);
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
#lp .anchor_area .anchor_item::after {
  width: 0.7rem;
  height: 0.6rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214.654%22%20height%3D%2212.691%22%20viewBox%3D%220%200%2014.654%2012.691%22%3E%20%3Cpath%20id%3D%22anchor_arrow%22%20d%3D%22M157.2%2C45.691%2C149.876%2C33s4.91%2C2.417%2C7.327%2C2.417S164.53%2C33%2C164.53%2C33Z%22%20transform%3D%22translate(-149.876%20-33)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 1.7rem;
  transition: bottom 0.2s;
  transform: translateX(-50%);
  z-index: 1;
}
#lp .anchor_area .anchor_item:hover::after {
  bottom: 1.2rem;
}
#lp .anchor_area .anchor_item a {
  width: 100%;
  height: 100%;
  display: block;
}
#lp .anchor_area .anchor_item .anchor_no {
  color: var(--color-white);
  font-family: var(--font-baskerville);
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.25;
  padding-top: 1.6rem;
  text-align: center;
}
#lp .anchor_area .anchor_item .anchor_title {
  color: var(--color-white);
  font-family: var(--font-baskerville);
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1.2333;
  margin-top: 0.3rem;
  text-align: center;
}

#lp .iframe_wrapper {
  width: 100%;
  max-width: 100%;
  height: max-content;
  margin: 4rem 0;
}
#lp .iframe_wrapper iframe {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
#lp .content_item {
  width: 100%;
  margin-top: 7rem;
  padding: 4.95rem 0 0;
  position: relative;
}
#lp .content_item::before {
  width: 100%;
  height: 34.4rem;
  background-color: var(--color-bg);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
#lp .content_item .section_title {
  color: var(--color-main);
  font-family: var(--font-baskerville);
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 1.25;
  padding-bottom: 2.15rem;
  position: relative;
  text-align: center;
}
#lp .content_item .section_title::before {
  width: 0.54rem;
  height: 0.54rem;
  background-color: var(--color-main);
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
}
#lp .content_item .section_lead {
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  line-height: 1.6875;
  margin-top: 2rem;
  padding: 0 4%;
}
#lp .content_item .product_wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3rem 4%;
  margin-top: 5rem;
  padding: 0 4%;
}
#lp .content_item .product_item {
  width: 47.82%;
  color: var(--color-black);
}
#lp .content_item .product_item-link {
  width: 100%;
  height: 100%;
  display: block;
}
#lp .content_item .product_item-image {
  width: 100%;
  height: auto;
  transition: opacity var(--animation-duration);
}
#lp .content_item .product_item-brand {
  color: var(--color-main);
  font-family: var(--font-gantari);
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  line-height: 1.2083;
  margin-top: 1.6rem;
}
#lp .content_item .product_item-name {
  display: -webkit-box;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  line-height: 1.7142;
  margin-top: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#lp .content_item .product_item-price {
  font-family: var(--font-gantari);
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  line-height: 1.2308;
  margin-top: 0.2rem;
  text-decoration: underline;
}
#lp .productlist_link {
  width: max-content;
  border: 1px solid var(--color-main);
  border-radius: 50vh;
  color: var(--color-main);
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1;
  margin: 3.4rem auto 0;
  transition: background-color var(--animation-duration), color var(--animation-duration);
  padding: 1.2rem 5.5rem;
}
#lp .productlist_link:hover {
  background-color: var(--color-main);
  color: var(--color-white);
}

#lp #archives {
  width: var(--container-width);
  margin: auto;
  padding-top: 8rem;
}
#lp #archives .lp_archives--headarea {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
#lp #archives .lp_archives--navigation {
  display: none;
}
#lp #archives .lp_archives--heading {
  color: var(--color-black);
  text-align: center;
}
#lp #archives .lp_archives--heading .title_text--en {
  display: block;
  font-family: var(--font-baskerville);
  font-size: 2.1rem;
  letter-spacing: 0.2em;
  line-height: 1.2381;
}
#lp #archives .lp_archives--heading .title_text--ja {
  display: block;
  font-size: 1rem;
  letter-spacing: 0.15em;
  line-height: 1.35;
  margin-top: 0.5rem;
}
#lp #archives .lp_archives--wrapper {
  width: 100%;
  display: flex;
  column-gap: 1.75rem;
  margin: 1.85rem 0 0;
  overflow-x: auto;
  padding: 0 1.5rem 0.5rem;
}
#lp #archives .lp_archives--item {
  width: 21rem;
}
#lp #archives .lp_archives--title {
  color: var(--color-black);
  display: -webkit-box;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  line-height: 1.6154;
  margin-top: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#lp footer {
  --color-main: #bea972;
  width: 100%;
  background-color: var(--color-bg-1);
  margin-top: 11.35rem;
  padding-top: 5.1rem;
  position: relative;
}
#lp footer img {
  width: 100%;
  height: auto;
  display: block;
}
#lp footer button {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
#lp footer .lp_footer--logo {
  width: 10.2rem;
  height: 10.2rem;
  background-color: var(--color-bg-1);
  border-radius: 50%;
  position: absolute;
  top: -5.1rem;
  left: 50%;
  transform: translateX(-50%);
}
#lp footer .lp_footer--logo a {
  width: 5.35rem;
  height: 7.8rem;
  display: block;
  margin: 1.2rem auto 0;
}
#lp footer .lp_footer--links {
  max-width: 34.5rem;
  margin: 1.5rem auto 0;
  padding: 0 4%;
}
#lp footer .lp_footer--linkitem {
  width: 100%;
  height: max-content;
  background-color: rgba(255, 255, 255, 0.35);
  border-radius: 1rem;
  box-shadow: 0 0.15rem 1rem rgba(214, 193, 158, 0.35);
}
#lp footer .lp_footer--guidelinks {
  max-width: 34.5rem;
  display: flex;
  justify-content: space-between;
  margin: 2rem auto 0;
  padding: 0 1.5rem;
}
#lp footer .lp_footer--guidelink-item {
  width: 10rem;
  padding: 0;
  position: relative;
  z-index: 2;
}
#lp footer .lp_footer--guidelink-item:nth-of-type(2)::before {
  width: 12.25rem;
  height: 2.5rem;
  border-left: 1px dashed #CBC8C8;
  border-right: 1px dashed #CBC8C8;
  content: "";
  display: block;
  position: absolute;
  top: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
#lp footer .lp_footer--guidelink-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#lp footer .lp_footer--guidelink-item .lp_footer--guidelink-image {
  width: 5.5rem;
}
#lp footer .lp_footer--guidelink-item .lp_footer-guidelink-text {
  color: var(--color-black);
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-top: 0.4rem;
  text-align: center;
}
#lp footer .lp_footer--totop {
  width: 100%;
}
#lp footer .lp_footer--totop .footer__pagetop-btn {
  width: 100%;
  height: 3.5rem;
  appearance: none;
  -webkit-appearance: none;
  background-color: #F0E5D1;
  border: none;
  color: var(--color-main);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-gantari);
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.125em;
  margin: 3.5rem 0 0;
  position: relative;
}
#lp footer .lp_footer--totop .footer__pagetop-btn::after {
  width: 1.2rem;
  height: 1rem;
  aspect-ratio: 2/1;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2223.074%22%20height%3D%2213.658%22%20viewBox%3D%220%200%2023.074%2013.658%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_4431%22%20data-name%3D%22%E3%83%91%E3%82%B9%204431%22%20d%3D%22M-167%2C5521.517l9.416-9.416%2C9.416%2C9.416%22%20transform%3D%22translate(169.121%20-5509.98)%22%20fill%3D%22none%22%20stroke%3D%22%23bea972%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%223%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
  display: block;
}
#lp footer .lp_footer--sns {
  width: 100%;
  background-color: var(--color-white);
  display: flex;
  justify-content: center;
  gap: 2.3rem;
  padding: 3rem 0 0;
  margin: 0;
}
#lp footer .lp_footer--sns .lp_footer--snsitem {
  width: 4.25rem;
  height: 4.25rem;
  padding: 0;
  cursor: pointer;
}
#lp footer .lp_footer--sns .lp_footer--snsitem svg {
  width: 100%;
  height: auto;
  display: block;
}
#lp footer .lp_footer--regal {
  width: 100%;
  background-color: var(--color-white);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding-top: 2.3rem;
}
#lp footer .lp_footer--regal li {
  font-size: 1.1rem;
  letter-spacing: 0.08em;
  line-height: 1.3636;
  position: relative;
}
#lp footer .lp_footer--regal li:not(:last-of-type) {
  padding-right: 1rem;
}
#lp footer .lp_footer--regal li:not(:last-of-type)::after {
  content: "/";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
#lp footer .lp_footer--copyright {
  width: 100%;
  background-color: var(--color-white);
  display: block;
  font-family: var(--font-gantari);
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  line-height: 1.2083;
  margin: 0;
  padding: 1.2rem 0 2.3rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #lp {
    --container-width: 120rem;
  }
  html {
    font-size: 10px;
  }
  #lp .sponly {
    display: none !important;
  }
  #lp .mainvisual {
    margin: auto;
  }
  #lp .title_area {
    margin-top: 7rem;
  }
  #lp .title_area .page_title {
    max-width: var(--container-width);
  }
  #lp .title_area .page_lead {
    font-size: 1.6rem;
    line-height: 1.3125;
    margin: 2.3rem auto 0;
    text-align: center;
  }
  #lp .anchor_area {
    margin: 7.2rem 0 0;
    padding: 0;
  }
  #lp .anchor_area .anchor_wrap {
    max-width: var(--container-width);
    margin: auto;
    gap: 3rem 5.3rem;
  }
  #lp .anchor_area .anchor_item {
    width: 26rem;
    height: 12rem;
  }
  #lp .anchor_area .anchor_item::before {
    width: 24.4rem;
    height: 10.4rem;
  }
  #lp .anchor_area .anchor_item::after {
    width: 1.2rem;
    height: 1.04rem;
    bottom: 2rem;
  }
  #lp .anchor_area .anchor_item:hover::after {
    bottom: 1.5rem;
  }
  #lp .anchor_area .anchor_item .anchor_no {
    font-size: 2.2rem;
    line-height: 1.2273;
    padding-top: 2rem;
  }
  #lp .anchor_area .anchor_item .anchor_title {
    font-size: 1.8rem;
    line-height: 1.2222;
    margin-top: 0.5rem;
  }
  #lp .iframe_wrapper iframe {
    max-width: 80%;
    display: block;
    margin: auto;
  }
  #lp .content_item {
    margin-top: 10rem;
    padding: 5rem 0 0;
  }
  #lp .content_item::before {
    height: 40rem;
  }
  #lp .content_item .section_title {
    padding-bottom: 2.6rem;
  }
  #lp .content_item .section_title::before {
    width: 0.6rem;
    height: 0.6rem;
  }
  #lp .content_item .section_lead {
    max-width: var(--container-width);
    font-size: 1.6rem;
    line-height: 1.3125;
    margin: 3.4rem auto 0;
    text-align: center;
    padding: 0;
  }
  #lp .content_item .product_wrap {
    max-width: var(--container-width);
    gap: 4rem 4rem;
    margin: 4rem auto 0;
    padding: 0;
  }
  #lp .content_item .product_item {
    width: 27rem;
  }
  #lp .content_item .product_item-brand {
    font-size: 1.3rem;
    line-height: 1.1538;
    margin-top: 1.7rem;
  }
  #lp .content_item .product_item-name {
    font-size: 1.4rem;
    margin-top: 1.1rem;
  }
  #lp .content_item .product_item-price {
    line-height: 1.1538;
    margin-top: 0;
  }
  #lp .productlist_link {
    font-size: 1.6rem;
    margin: 4rem auto 0;
    padding: 1.6rem 6.3rem;
  }
  #lp #archives {
    padding-top: 13rem;
  }
  #lp #archives .lp_archives--headarea {
    justify-content: space-between;
  }
  #lp #archives .lp_archives--navigation {
    width: 5rem;
    height: 2rem;
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  #lp #archives .lp_archives--navigation .swiper-button-item {
    width: 1rem;
    height: 2.5rem;
  }
  #lp #archives .lp_archives--navigation .swiper-button-item button {
    width: 100%;
    height: 100%;
    appearance: none;
    -webkit-appearance: none;
    border: none;
    background-color: transparent;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    position: static;
    margin: 0;
  }
  #lp #archives .lp_archives--navigation .swiper-button-item button::after {
    content: none;
  }
  #lp #archives .lp_archives--navigation .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211.811%22%20height%3D%2221.499%22%20viewBox%3D%220%200%2011.811%2021.499%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_4766%22%20data-name%3D%22%E3%83%91%E3%82%B9%204766%22%20d%3D%22M17377.92-4439.034a.751.751%2C0%2C0%2C1-.531-.22.753.753%2C0%2C0%2C1%2C0-1.061l9.471-9.47-9.471-9.468a.753.753%2C0%2C0%2C1%2C0-1.061.752.752%2C0%2C0%2C1%2C1.063%2C0l10.529%2C10.529-.529.53-10%2C10A.751.751%2C0%2C0%2C1%2C17377.92-4439.034Z%22%20transform%3D%22translate(-17377.17%204460.532)%22%20fill%3D%22%23292525%22%2F%3E%3C%2Fsvg%3E") !important;
    transform: rotate(180deg);
  }
  #lp #archives .lp_archives--navigation .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211.811%22%20height%3D%2221.499%22%20viewBox%3D%220%200%2011.811%2021.499%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_4766%22%20data-name%3D%22%E3%83%91%E3%82%B9%204766%22%20d%3D%22M17377.92-4439.034a.751.751%2C0%2C0%2C1-.531-.22.753.753%2C0%2C0%2C1%2C0-1.061l9.471-9.47-9.471-9.468a.753.753%2C0%2C0%2C1%2C0-1.061.752.752%2C0%2C0%2C1%2C1.063%2C0l10.529%2C10.529-.529.53-10%2C10A.751.751%2C0%2C0%2C1%2C17377.92-4439.034Z%22%20transform%3D%22translate(-17377.17%204460.532)%22%20fill%3D%22%23292525%22%2F%3E%3C%2Fsvg%3E") !important;
  }
  #lp #archives .lp_archives--heading {
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.75rem;
  }
  #lp #archives .lp_archives--heading .title_text--en {
    font-size: 2.6rem;
    line-height: 1.2308;
  }
  #lp #archives .lp_archives--heading .title_text--ja {
    font-size: 1.3rem;
    line-height: 1.3077;
    margin: 0;
  }
  #lp #archives .lp_archives--wrapper {
    margin: 3.2rem 0 0;
    column-gap: 4rem;
    padding: 0;
    overflow: hidden;
  }
  #lp #archives .lp_archives--item {
    width: 27rem;
  }
  #lp #archives .lp_archives--item img {
    width: 100%;
    height: auto;
  }
  #lp #archives .lp_archives--title {
    font-size: 1.4rem;
    line-height: 1.7143;
    margin-top: 1.6rem;
  }
  #lp footer {
    margin-top: 14.95rem;
    padding-top: 7.83rem;
  }
  #lp footer .lp_footer--logo {
    width: 10.9rem;
    height: 10.9rem;
    top: -5.45rem;
  }
  #lp footer .lp_footer--logo a {
    width: 5.04rem;
    height: 7.421rem;
    margin: 1.75rem auto 0;
  }
  #lp footer .lp_footer--links {
    max-width: 100%;
    margin: 0;
    padding: 0;
  }
  #lp footer .lp_footer--linkitem {
    width: 35rem;
    height: 9rem;
    border-radius: 0.8rem;
    margin: auto;
    transition: box-shadow var(--animation-duration);
  }
  #lp footer .lp_footer--linkitem:hover {
    box-shadow: 0 9px 30px 0 rgba(214, 193, 158, 0.6);
  }
  #lp footer .lp_footer--guidelinks {
    max-width: 75.3rem;
    margin: 2.3rem auto 0;
    padding: 0;
    position: relative;
    z-index: 2;
  }
  #lp footer .lp_footer--guidelinks::before {
    width: 75.5rem;
    height: 3rem;
    border-left: 1px dashed #CBC8C8;
    border-right: 1px dashed #CBC8C8;
    content: "";
    display: block;
    position: absolute;
    top: 1rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
  #lp footer .lp_footer--guidelink-item {
    width: 25.2rem;
  }
  #lp footer .lp_footer--guidelink-item:nth-of-type(2)::before {
    width: 25rem;
    height: 3rem;
    top: 1rem;
  }
  #lp footer .lp_footer--guidelink-item a {
    flex-direction: row;
    justify-content: center;
    gap: 0.5rem;
  }
  #lp footer .lp_footer--guidelink-item a:hover .lp_footer-guidelink-text {
    color: var(--color-main);
  }
  #lp footer .lp_footer--guidelink-item .lp_footer--guidelink-image {
    width: 5rem;
  }
  #lp footer .lp_footer--guidelink-item .lp_footer-guidelink-text {
    font-size: 1.4rem;
    margin-top: 0;
    transition: color var(--animation-duration);
  }
  #lp footer .lp_footer--totop {
    display: none;
  }
  #lp footer .lp_footer--sns {
    background-color: var(--color-bg-1);
    padding: 2.8rem 0 5rem;
    gap: 1.2rem;
  }
  #lp footer .lp_footer--sns .lp_footer--snsitem {
    width: 3.8rem;
    height: 3.8rem;
  }
  #lp footer .lp_footer--sns .lp_footer--snsitem svg circle,
  #lp footer .lp_footer--sns .lp_footer--snsitem svg path {
    transition: fill 0.15s linear;
  }
  #lp footer .lp_footer--sns .lp_footer--snsitem svg:hover circle {
    fill: var(--color-main);
  }
  #lp footer .lp_footer--sns .lp_footer--snsitem svg:hover path {
    fill: var(--color-bg-1);
  }
  #lp footer .lp_footer--regal {
    width: max-content;
    justify-content: flex-start;
    gap: 3.5rem;
    padding-top: 0;
  }
  #lp footer .lp_footer--regal li {
    font-size: 1.2rem;
    line-height: 1.3077;
  }
  #lp footer .lp_footer--regal li:not(:last-of-type) {
    padding: 0;
  }
  #lp footer .lp_footer--regal li:not(:last-of-type)::after {
    content: none;
  }
  #lp footer .lp_footer--regal li a {
    color: var(--color-white);
  }
  #lp footer .lp_footer--copyright {
    width: max-content;
    background: transparent;
    color: var(--color-white);
    font-size: 1.2rem;
    line-height: 1.2143;
    padding: 0;
    z-index: 1;
  }
  #lp footer .lp_footer--bottombar {
    width: 100%;
    max-width: 120rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin: auto;
    padding: 1.2rem 0;
  }
  #lp footer .lp_footer--bottombar::before {
    width: 150vw;
    height: 100%;
    background-color: var(--color-main);
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1229px) {
  html {
    font-size: calc(10 * (100vw/1230));
  }
  #lp .anchor_area {
    padding: 0 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  #lp .pconly {
    display: none !important;
  }
  #lp #archives .lp_archives--wrapper .swiper-wrapper {
    column-gap: 1.75rem;
  }
}
