/* ===========================================
 * COMMON
 * ======================================== */
html {
  scroll-behavior: smooth;
}

#ins-topicPath.rb2019---paths {
  width: 1230px !important;
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo",
    sans-serif;
  justify-content: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 0;
}

#ins-wrapper {
  padding: 0;
}

[class="marriage"] {
  font-family: "Manrope", "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #272727;
  letter-spacing: 0.9px;
  line-height: 180%;
  font-size: 16px;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

a:hover {
  opacity: 0.8;
  transition: all 0.2s;
}

@media only screen and (max-width: 599px) {
  html {
    overflow-x: hidden;
  }

  body {
    font-size: 15px;
    letter-spacing: 0.75px;
  }

  #ins-topicPath.rb2019---paths {
    display: none;
  }

  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  /* 一旦消す */
  .rb2019---lp--sp {
    display: none;
  }

  [class="marriage"] {
    div,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    blockquote,
    pre,
    address,
    ul,
    ol,
    li,
    dl,
    dt,
    dd,
    table,
    th,
    td,
    form,
    fieldset,
    section,
    nav,
    article,
    aside,
    hgroup,
    header,
    footer,
    figure,
    figcaption,
    summary {
      font-family: "Manrope", "Noto Sans JP", sans-serif;
    }
  }
}
