@charset "UTF-8";
/* lp01背景追加 */
.l-bg,
.l-catch {
  display: none; }

footer .flex.sns {
  justify-content: center; }

@media screen and (min-width: 480px) {
  html {
    font-size: 16px; }

  body {
    position: relative; }

  .l-wrapper {
    position: relative;
    width: 480px;
    margin: 0 auto;
    z-index: 1;
    background-color: #fff;
    padding-bottom: 1px; }

  .l-bg,
  .l-catch {
    position: fixed;
    width: calc(50vw - 240px);
    height: 100vh;
    top: 0;
    z-index: -1; }

  .l-bg {
    display: block;
    right: 0;
    line-height: 0; }
    .l-bg img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

  .l-catch {
    display: flex;
    left: 0;
    background-color: #876c59;
    color: #fff;
    font-size: calc(54vw / 16);
    writing-mode: vertical-lr;
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: 400;
    align-items: center;
    justify-content: flex-start;
    padding-top: min(14vh, 100px); } }
