@charset "UTF-8";
@font-face {
  font-family: "Rakuten Sans JP";
  src: url(/lp/link/campaign/assets/fonts/RakutenSansJP_W_Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rakuten Sans JP";
  src: url(/lp/link/campaign/assets/fonts/RakutenSansJP_W_Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* reset css */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  padding: 0;
  background-color: transparent;
  border: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  font: inherit;
  color: inherit;
  text-align: inherit;
}

a {
  text-decoration: none;
}

strong {
  font-weight: bold;
}

img {
  vertical-align: bottom;
}

* {
  box-sizing: border-box;
}

/* base */
body {
  font-family: "Rakuten Sans JP", "Noto Sans JP", sans-serif;
  line-height: 1.3;
}

/* utility */
.u-onlySP {
  display: none !important;
}

.u-onlyPC {
  display: block !important;
}

@media screen and (max-width: 760px) {
  .u-onlySP {
    display: block !important;
  }
  .u-onlyPC {
    display: none !important;
  }
}
.u-onlySP__flex {
  display: none !important;
}

.u-onlyPC__flex {
  display: flex !important;
}

@media screen and (max-width: 760px) {
  .u-onlySP__flex {
    display: flex !important;
  }
  .u-onlyPC__flex {
    display: none !important;
  }
}
.u-m-0-auto {
  margin: 0 auto !important;
}

.u-m-0 {
  margin: 0 !important;
}

.u-mt-0 {
  margin-top: 0 !important;
}

.u-mt-4 {
  margin-top: 4px !important;
}

.u-mt-8 {
  margin-top: 8px !important;
}

.u-mt-12 {
  margin-top: 12px !important;
}

.u-mt-16 {
  margin-top: 16px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mt-24 {
  margin-top: 24px !important;
}

.u-mt-28 {
  margin-top: 28px !important;
}

.u-mt-32 {
  margin-top: 32px !important;
}

.u-mt-36 {
  margin-top: 36px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mt-44 {
  margin-top: 44px !important;
}

.u-mt-48 {
  margin-top: 48px !important;
}

.u-mt-52 {
  margin-top: 52px !important;
}

.u-mt-56 {
  margin-top: 56px !important;
}

.u-mt-60 {
  margin-top: 60px !important;
}

.u-mt-64 {
  margin-top: 64px !important;
}

.u-mt-68 {
  margin-top: 68px !important;
}

.u-mt-72 {
  margin-top: 72px !important;
}

.u-mt-76 {
  margin-top: 76px !important;
}

.u-mt-80 {
  margin-top: 80px !important;
}

.u-mt-84 {
  margin-top: 84px !important;
}

.u-mt-88 {
  margin-top: 88px !important;
}

.u-mt-92 {
  margin-top: 92px !important;
}

.u-mt-96 {
  margin-top: 96px !important;
}

.u-mt-100 {
  margin-top: 100px !important;
}

@media screen and (min-width: 761px) {
  .u-pc-mt-0 {
    margin-top: 0 !important;
  }
  .u-pc-mt-4 {
    margin-top: 4px !important;
  }
  .u-pc-mt-8 {
    margin-top: 8px !important;
  }
  .u-pc-mt-12 {
    margin-top: 12px !important;
  }
  .u-pc-mt-16 {
    margin-top: 16px !important;
  }
  .u-pc-mt-20 {
    margin-top: 20px !important;
  }
  .u-pc-mt-24 {
    margin-top: 24px !important;
  }
  .u-pc-mt-28 {
    margin-top: 28px !important;
  }
  .u-pc-mt-32 {
    margin-top: 32px !important;
  }
  .u-pc-mt-36 {
    margin-top: 36px !important;
  }
  .u-pc-mt-40 {
    margin-top: 40px !important;
  }
  .u-pc-mt-44 {
    margin-top: 44px !important;
  }
  .u-pc-mt-48 {
    margin-top: 48px !important;
  }
  .u-pc-mt-52 {
    margin-top: 52px !important;
  }
  .u-pc-mt-56 {
    margin-top: 56px !important;
  }
  .u-pc-mt-60 {
    margin-top: 60px !important;
  }
  .u-pc-mt-64 {
    margin-top: 64px !important;
  }
  .u-pc-mt-68 {
    margin-top: 68px !important;
  }
  .u-pc-mt-72 {
    margin-top: 72px !important;
  }
  .u-pc-mt-76 {
    margin-top: 76px !important;
  }
  .u-pc-mt-80 {
    margin-top: 80px !important;
  }
  .u-pc-mt-84 {
    margin-top: 84px !important;
  }
  .u-pc-mt-88 {
    margin-top: 88px !important;
  }
  .u-pc-mt-92 {
    margin-top: 92px !important;
  }
  .u-pc-mt-96 {
    margin-top: 96px !important;
  }
  .u-pc-mt-100 {
    margin-top: 100px !important;
  }
}
.u-mb-0 {
  margin-bottom: 0 !important;
}

.u-mb-4 {
  margin-bottom: 4px !important;
}

.u-mb-8 {
  margin-bottom: 8px !important;
}

.u-mb-12 {
  margin-bottom: 12px !important;
}

.u-mb-16 {
  margin-bottom: 16px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-mb-24 {
  margin-bottom: 24px !important;
}

.u-mb-28 {
  margin-bottom: 28px !important;
}

.u-mb-32 {
  margin-bottom: 32px !important;
}

.u-mb-36 {
  margin-bottom: 36px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-mb-44 {
  margin-bottom: 44px !important;
}

.u-mb-48 {
  margin-bottom: 48px !important;
}

.u-mb-52 {
  margin-bottom: 52px !important;
}

.u-mb-56 {
  margin-bottom: 56px !important;
}

.u-mb-60 {
  margin-bottom: 60px !important;
}

.u-mb-64 {
  margin-bottom: 64px !important;
}

.u-mb-68 {
  margin-bottom: 68px !important;
}

.u-mb-72 {
  margin-bottom: 72px !important;
}

.u-mb-76 {
  margin-bottom: 76px !important;
}

.u-mb-80 {
  margin-bottom: 80px !important;
}

.u-mb-84 {
  margin-bottom: 84px !important;
}

.u-mb-88 {
  margin-bottom: 88px !important;
}

.u-mb-92 {
  margin-bottom: 92px !important;
}

.u-mb-96 {
  margin-bottom: 96px !important;
}

.u-mb-100 {
  margin-bottom: 100px !important;
}

@media screen and (min-width: 761px) {
  .u-pc-mb-0 {
    margin-bottom: 0 !important;
  }
  .u-pc-mb-4 {
    margin-bottom: 4px !important;
  }
  .u-pc-mb-8 {
    margin-bottom: 8px !important;
  }
  .u-pc-mb-12 {
    margin-bottom: 12px !important;
  }
  .u-pc-mb-16 {
    margin-bottom: 16px !important;
  }
  .u-pc-mb-20 {
    margin-bottom: 20px !important;
  }
  .u-pc-mb-24 {
    margin-bottom: 24px !important;
  }
  .u-pc-mb-28 {
    margin-bottom: 28px !important;
  }
  .u-pc-mb-32 {
    margin-bottom: 32px !important;
  }
  .u-pc-mb-36 {
    margin-bottom: 36px !important;
  }
  .u-pc-mb-40 {
    margin-bottom: 40px !important;
  }
  .u-pc-mb-44 {
    margin-bottom: 44px !important;
  }
  .u-pc-mb-48 {
    margin-bottom: 48px !important;
  }
  .u-pc-mb-52 {
    margin-bottom: 52px !important;
  }
  .u-pc-mb-56 {
    margin-bottom: 56px !important;
  }
  .u-pc-mb-60 {
    margin-bottom: 60px !important;
  }
  .u-pc-mb-64 {
    margin-bottom: 64px !important;
  }
  .u-pc-mb-68 {
    margin-bottom: 68px !important;
  }
  .u-pc-mb-72 {
    margin-bottom: 72px !important;
  }
  .u-pc-mb-76 {
    margin-bottom: 76px !important;
  }
  .u-pc-mb-80 {
    margin-bottom: 80px !important;
  }
  .u-pc-mb-84 {
    margin-bottom: 84px !important;
  }
  .u-pc-mb-88 {
    margin-bottom: 88px !important;
  }
  .u-pc-mb-92 {
    margin-bottom: 92px !important;
  }
  .u-pc-mb-96 {
    margin-bottom: 96px !important;
  }
  .u-pc-mb-100 {
    margin-bottom: 100px !important;
  }
}
.u-ml-0 {
  margin-left: 0 !important;
}

.u-ml-4 {
  margin-left: 4px !important;
}

.u-ml-8 {
  margin-left: 8px !important;
}

.u-ml-12 {
  margin-left: 12px !important;
}

.u-ml-16 {
  margin-left: 16px !important;
}

.u-ml-20 {
  margin-left: 20px !important;
}

.u-ml-24 {
  margin-left: 24px !important;
}

.u-ml-28 {
  margin-left: 28px !important;
}

.u-ml-32 {
  margin-left: 32px !important;
}

.u-ml-36 {
  margin-left: 36px !important;
}

.u-ml-40 {
  margin-left: 40px !important;
}

.u-ml-44 {
  margin-left: 44px !important;
}

.u-ml-48 {
  margin-left: 48px !important;
}

.u-ml-52 {
  margin-left: 52px !important;
}

.u-ml-56 {
  margin-left: 56px !important;
}

.u-ml-60 {
  margin-left: 60px !important;
}

.u-ml-64 {
  margin-left: 64px !important;
}

.u-ml-68 {
  margin-left: 68px !important;
}

.u-ml-72 {
  margin-left: 72px !important;
}

.u-ml-76 {
  margin-left: 76px !important;
}

.u-ml-80 {
  margin-left: 80px !important;
}

.u-ml-84 {
  margin-left: 84px !important;
}

.u-ml-88 {
  margin-left: 88px !important;
}

.u-ml-92 {
  margin-left: 92px !important;
}

.u-ml-96 {
  margin-left: 96px !important;
}

.u-ml-100 {
  margin-left: 100px !important;
}

@media screen and (min-width: 761px) {
  .u-pc-ml-0 {
    margin-left: 0 !important;
  }
  .u-pc-ml-4 {
    margin-left: 4px !important;
  }
  .u-pc-ml-8 {
    margin-left: 8px !important;
  }
  .u-pc-ml-12 {
    margin-left: 12px !important;
  }
  .u-pc-ml-16 {
    margin-left: 16px !important;
  }
  .u-pc-ml-20 {
    margin-left: 20px !important;
  }
  .u-pc-ml-24 {
    margin-left: 24px !important;
  }
  .u-pc-ml-28 {
    margin-left: 28px !important;
  }
  .u-pc-ml-32 {
    margin-left: 32px !important;
  }
  .u-pc-ml-36 {
    margin-left: 36px !important;
  }
  .u-pc-ml-40 {
    margin-left: 40px !important;
  }
  .u-pc-ml-44 {
    margin-left: 44px !important;
  }
  .u-pc-ml-48 {
    margin-left: 48px !important;
  }
  .u-pc-ml-52 {
    margin-left: 52px !important;
  }
  .u-pc-ml-56 {
    margin-left: 56px !important;
  }
  .u-pc-ml-60 {
    margin-left: 60px !important;
  }
  .u-pc-ml-64 {
    margin-left: 64px !important;
  }
  .u-pc-ml-68 {
    margin-left: 68px !important;
  }
  .u-pc-ml-72 {
    margin-left: 72px !important;
  }
  .u-pc-ml-76 {
    margin-left: 76px !important;
  }
  .u-pc-ml-80 {
    margin-left: 80px !important;
  }
  .u-pc-ml-84 {
    margin-left: 84px !important;
  }
  .u-pc-ml-88 {
    margin-left: 88px !important;
  }
  .u-pc-ml-92 {
    margin-left: 92px !important;
  }
  .u-pc-ml-96 {
    margin-left: 96px !important;
  }
  .u-pc-ml-100 {
    margin-left: 100px !important;
  }
}
.u-mr-0 {
  margin-right: 0 !important;
}

.u-mr-4 {
  margin-right: 4px !important;
}

.u-mr-8 {
  margin-right: 8px !important;
}

.u-mr-12 {
  margin-right: 12px !important;
}

.u-mr-16 {
  margin-right: 16px !important;
}

.u-mr-20 {
  margin-right: 20px !important;
}

.u-mr-24 {
  margin-right: 24px !important;
}

.u-mr-28 {
  margin-right: 28px !important;
}

.u-mr-32 {
  margin-right: 32px !important;
}

.u-mr-36 {
  margin-right: 36px !important;
}

.u-mr-40 {
  margin-right: 40px !important;
}

.u-mr-44 {
  margin-right: 44px !important;
}

.u-mr-48 {
  margin-right: 48px !important;
}

.u-mr-52 {
  margin-right: 52px !important;
}

.u-mr-56 {
  margin-right: 56px !important;
}

.u-mr-60 {
  margin-right: 60px !important;
}

.u-mr-64 {
  margin-right: 64px !important;
}

.u-mr-68 {
  margin-right: 68px !important;
}

.u-mr-72 {
  margin-right: 72px !important;
}

.u-mr-76 {
  margin-right: 76px !important;
}

.u-mr-80 {
  margin-right: 80px !important;
}

.u-mr-84 {
  margin-right: 84px !important;
}

.u-mr-88 {
  margin-right: 88px !important;
}

.u-mr-92 {
  margin-right: 92px !important;
}

.u-mr-96 {
  margin-right: 96px !important;
}

.u-mr-100 {
  margin-right: 100px !important;
}

@media screen and (min-width: 761px) {
  .u-pc-mr-0 {
    margin-right: 0 !important;
  }
  .u-pc-mr-4 {
    margin-right: 4px !important;
  }
  .u-pc-mr-8 {
    margin-right: 8px !important;
  }
  .u-pc-mr-12 {
    margin-right: 12px !important;
  }
  .u-pc-mr-16 {
    margin-right: 16px !important;
  }
  .u-pc-mr-20 {
    margin-right: 20px !important;
  }
  .u-pc-mr-24 {
    margin-right: 24px !important;
  }
  .u-pc-mr-28 {
    margin-right: 28px !important;
  }
  .u-pc-mr-32 {
    margin-right: 32px !important;
  }
  .u-pc-mr-36 {
    margin-right: 36px !important;
  }
  .u-pc-mr-40 {
    margin-right: 40px !important;
  }
  .u-pc-mr-44 {
    margin-right: 44px !important;
  }
  .u-pc-mr-48 {
    margin-right: 48px !important;
  }
  .u-pc-mr-52 {
    margin-right: 52px !important;
  }
  .u-pc-mr-56 {
    margin-right: 56px !important;
  }
  .u-pc-mr-60 {
    margin-right: 60px !important;
  }
  .u-pc-mr-64 {
    margin-right: 64px !important;
  }
  .u-pc-mr-68 {
    margin-right: 68px !important;
  }
  .u-pc-mr-72 {
    margin-right: 72px !important;
  }
  .u-pc-mr-76 {
    margin-right: 76px !important;
  }
  .u-pc-mr-80 {
    margin-right: 80px !important;
  }
  .u-pc-mr-84 {
    margin-right: 84px !important;
  }
  .u-pc-mr-88 {
    margin-right: 88px !important;
  }
  .u-pc-mr-92 {
    margin-right: 92px !important;
  }
  .u-pc-mr-96 {
    margin-right: 96px !important;
  }
  .u-pc-mr-100 {
    margin-right: 100px !important;
  }
}
.u-pt-0 {
  padding-top: 0 !important;
}

.u-pt-4 {
  padding-top: 4px !important;
}

.u-pt-8 {
  padding-top: 8px !important;
}

.u-pt-12 {
  padding-top: 12px !important;
}

.u-pt-16 {
  padding-top: 16px !important;
}

.u-pt-20 {
  padding-top: 20px !important;
}

.u-pt-24 {
  padding-top: 24px !important;
}

.u-pt-28 {
  padding-top: 28px !important;
}

.u-pt-32 {
  padding-top: 32px !important;
}

.u-pt-36 {
  padding-top: 36px !important;
}

.u-pt-40 {
  padding-top: 40px !important;
}

.u-pt-44 {
  padding-top: 44px !important;
}

.u-pt-48 {
  padding-top: 48px !important;
}

.u-pt-52 {
  padding-top: 52px !important;
}

.u-pt-56 {
  padding-top: 56px !important;
}

.u-pt-60 {
  padding-top: 60px !important;
}

.u-pt-64 {
  padding-top: 64px !important;
}

.u-pt-68 {
  padding-top: 68px !important;
}

.u-pt-72 {
  padding-top: 72px !important;
}

.u-pt-76 {
  padding-top: 76px !important;
}

.u-pt-80 {
  padding-top: 80px !important;
}

.u-pt-84 {
  padding-top: 84px !important;
}

.u-pt-88 {
  padding-top: 88px !important;
}

.u-pt-92 {
  padding-top: 92px !important;
}

.u-pt-96 {
  padding-top: 96px !important;
}

.u-pt-100 {
  padding-top: 100px !important;
}

@media screen and (min-width: 761px) {
  .u-pc-pt-0 {
    padding-top: 0 !important;
  }
  .u-pc-pt-4 {
    padding-top: 4px !important;
  }
  .u-pc-pt-8 {
    padding-top: 8px !important;
  }
  .u-pc-pt-12 {
    padding-top: 12px !important;
  }
  .u-pc-pt-16 {
    padding-top: 16px !important;
  }
  .u-pc-pt-20 {
    padding-top: 20px !important;
  }
  .u-pc-pt-24 {
    padding-top: 24px !important;
  }
  .u-pc-pt-28 {
    padding-top: 28px !important;
  }
  .u-pc-pt-32 {
    padding-top: 32px !important;
  }
  .u-pc-pt-36 {
    padding-top: 36px !important;
  }
  .u-pc-pt-40 {
    padding-top: 40px !important;
  }
  .u-pc-pt-44 {
    padding-top: 44px !important;
  }
  .u-pc-pt-48 {
    padding-top: 48px !important;
  }
  .u-pc-pt-52 {
    padding-top: 52px !important;
  }
  .u-pc-pt-56 {
    padding-top: 56px !important;
  }
  .u-pc-pt-60 {
    padding-top: 60px !important;
  }
  .u-pc-pt-64 {
    padding-top: 64px !important;
  }
  .u-pc-pt-68 {
    padding-top: 68px !important;
  }
  .u-pc-pt-72 {
    padding-top: 72px !important;
  }
  .u-pc-pt-76 {
    padding-top: 76px !important;
  }
  .u-pc-pt-80 {
    padding-top: 80px !important;
  }
  .u-pc-pt-84 {
    padding-top: 84px !important;
  }
  .u-pc-pt-88 {
    padding-top: 88px !important;
  }
  .u-pc-pt-92 {
    padding-top: 92px !important;
  }
  .u-pc-pt-96 {
    padding-top: 96px !important;
  }
  .u-pc-pt-100 {
    padding-top: 100px !important;
  }
}
.u-p-0 {
  padding: 0 !important;
}

.u-pb-0 {
  padding-bottom: 0 !important;
}

.u-pb-4 {
  padding-bottom: 4px !important;
}

.u-pb-8 {
  padding-bottom: 8px !important;
}

.u-pb-12 {
  padding-bottom: 12px !important;
}

.u-pb-16 {
  padding-bottom: 16px !important;
}

.u-pb-20 {
  padding-bottom: 20px !important;
}

.u-pb-24 {
  padding-bottom: 24px !important;
}

.u-pb-28 {
  padding-bottom: 28px !important;
}

.u-pb-32 {
  padding-bottom: 32px !important;
}

.u-pb-36 {
  padding-bottom: 36px !important;
}

.u-pb-40 {
  padding-bottom: 40px !important;
}

.u-pb-44 {
  padding-bottom: 44px !important;
}

.u-pb-48 {
  padding-bottom: 48px !important;
}

.u-pb-52 {
  padding-bottom: 52px !important;
}

.u-pb-56 {
  padding-bottom: 56px !important;
}

.u-pb-60 {
  padding-bottom: 60px !important;
}

.u-pb-64 {
  padding-bottom: 64px !important;
}

.u-pb-68 {
  padding-bottom: 68px !important;
}

.u-pb-72 {
  padding-bottom: 72px !important;
}

.u-pb-76 {
  padding-bottom: 76px !important;
}

.u-pb-80 {
  padding-bottom: 80px !important;
}

.u-pb-84 {
  padding-bottom: 84px !important;
}

.u-pb-88 {
  padding-bottom: 88px !important;
}

.u-pb-92 {
  padding-bottom: 92px !important;
}

.u-pb-96 {
  padding-bottom: 96px !important;
}

.u-pb-100 {
  padding-bottom: 100px !important;
}

@media screen and (min-width: 761px) {
  .u-pc-pb-0 {
    padding-bottom: 0 !important;
  }
  .u-pc-pb-4 {
    padding-bottom: 4px !important;
  }
  .u-pc-pb-8 {
    padding-bottom: 8px !important;
  }
  .u-pc-pb-12 {
    padding-bottom: 12px !important;
  }
  .u-pc-pb-16 {
    padding-bottom: 16px !important;
  }
  .u-pc-pb-20 {
    padding-bottom: 20px !important;
  }
  .u-pc-pb-24 {
    padding-bottom: 24px !important;
  }
  .u-pc-pb-28 {
    padding-bottom: 28px !important;
  }
  .u-pc-pb-32 {
    padding-bottom: 32px !important;
  }
  .u-pc-pb-36 {
    padding-bottom: 36px !important;
  }
  .u-pc-pb-40 {
    padding-bottom: 40px !important;
  }
  .u-pc-pb-44 {
    padding-bottom: 44px !important;
  }
  .u-pc-pb-48 {
    padding-bottom: 48px !important;
  }
  .u-pc-pb-52 {
    padding-bottom: 52px !important;
  }
  .u-pc-pb-56 {
    padding-bottom: 56px !important;
  }
  .u-pc-pb-60 {
    padding-bottom: 60px !important;
  }
  .u-pc-pb-64 {
    padding-bottom: 64px !important;
  }
  .u-pc-pb-68 {
    padding-bottom: 68px !important;
  }
  .u-pc-pb-72 {
    padding-bottom: 72px !important;
  }
  .u-pc-pb-76 {
    padding-bottom: 76px !important;
  }
  .u-pc-pb-80 {
    padding-bottom: 80px !important;
  }
  .u-pc-pb-84 {
    padding-bottom: 84px !important;
  }
  .u-pc-pb-88 {
    padding-bottom: 88px !important;
  }
  .u-pc-pb-92 {
    padding-bottom: 92px !important;
  }
  .u-pc-pb-96 {
    padding-bottom: 96px !important;
  }
  .u-pc-pb-100 {
    padding-bottom: 100px !important;
  }
}
.u-pl-0 {
  padding-left: 0 !important;
}

.u-pl-4 {
  padding-left: 4px !important;
}

.u-pl-8 {
  padding-left: 8px !important;
}

.u-pl-12 {
  padding-left: 12px !important;
}

.u-pl-16 {
  padding-left: 16px !important;
}

.u-pl-20 {
  padding-left: 20px !important;
}

.u-pl-24 {
  padding-left: 24px !important;
}

.u-pl-28 {
  padding-left: 28px !important;
}

.u-pl-32 {
  padding-left: 32px !important;
}

.u-pl-36 {
  padding-left: 36px !important;
}

.u-pl-40 {
  padding-left: 40px !important;
}

.u-pl-44 {
  padding-left: 44px !important;
}

.u-pl-48 {
  padding-left: 48px !important;
}

.u-pl-52 {
  padding-left: 52px !important;
}

.u-pl-56 {
  padding-left: 56px !important;
}

.u-pl-60 {
  padding-left: 60px !important;
}

.u-pl-64 {
  padding-left: 64px !important;
}

.u-pl-68 {
  padding-left: 68px !important;
}

.u-pl-72 {
  padding-left: 72px !important;
}

.u-pl-76 {
  padding-left: 76px !important;
}

.u-pl-80 {
  padding-left: 80px !important;
}

.u-pl-84 {
  padding-left: 84px !important;
}

.u-pl-88 {
  padding-left: 88px !important;
}

.u-pl-92 {
  padding-left: 92px !important;
}

.u-pl-96 {
  padding-left: 96px !important;
}

.u-pl-100 {
  padding-left: 100px !important;
}

@media screen and (min-width: 761px) {
  .u-pc-pl-0 {
    padding-left: 0 !important;
  }
  .u-pc-pl-4 {
    padding-left: 4px !important;
  }
  .u-pc-pl-8 {
    padding-left: 8px !important;
  }
  .u-pc-pl-12 {
    padding-left: 12px !important;
  }
  .u-pc-pl-16 {
    padding-left: 16px !important;
  }
  .u-pc-pl-20 {
    padding-left: 20px !important;
  }
  .u-pc-pl-24 {
    padding-left: 24px !important;
  }
  .u-pc-pl-28 {
    padding-left: 28px !important;
  }
  .u-pc-pl-32 {
    padding-left: 32px !important;
  }
  .u-pc-pl-36 {
    padding-left: 36px !important;
  }
  .u-pc-pl-40 {
    padding-left: 40px !important;
  }
  .u-pc-pl-44 {
    padding-left: 44px !important;
  }
  .u-pc-pl-48 {
    padding-left: 48px !important;
  }
  .u-pc-pl-52 {
    padding-left: 52px !important;
  }
  .u-pc-pl-56 {
    padding-left: 56px !important;
  }
  .u-pc-pl-60 {
    padding-left: 60px !important;
  }
  .u-pc-pl-64 {
    padding-left: 64px !important;
  }
  .u-pc-pl-68 {
    padding-left: 68px !important;
  }
  .u-pc-pl-72 {
    padding-left: 72px !important;
  }
  .u-pc-pl-76 {
    padding-left: 76px !important;
  }
  .u-pc-pl-80 {
    padding-left: 80px !important;
  }
  .u-pc-pl-84 {
    padding-left: 84px !important;
  }
  .u-pc-pl-88 {
    padding-left: 88px !important;
  }
  .u-pc-pl-92 {
    padding-left: 92px !important;
  }
  .u-pc-pl-96 {
    padding-left: 96px !important;
  }
  .u-pc-pl-100 {
    padding-left: 100px !important;
  }
}
.u-pr-0 {
  padding-right: 0 !important;
}

.u-pr-4 {
  padding-right: 4px !important;
}

.u-pr-8 {
  padding-right: 8px !important;
}

.u-pr-12 {
  padding-right: 12px !important;
}

.u-pr-16 {
  padding-right: 16px !important;
}

.u-pr-20 {
  padding-right: 20px !important;
}

.u-pr-24 {
  padding-right: 24px !important;
}

.u-pr-28 {
  padding-right: 28px !important;
}

.u-pr-32 {
  padding-right: 32px !important;
}

.u-pr-36 {
  padding-right: 36px !important;
}

.u-pr-40 {
  padding-right: 40px !important;
}

.u-pr-44 {
  padding-right: 44px !important;
}

.u-pr-48 {
  padding-right: 48px !important;
}

.u-pr-52 {
  padding-right: 52px !important;
}

.u-pr-56 {
  padding-right: 56px !important;
}

.u-pr-60 {
  padding-right: 60px !important;
}

.u-pr-64 {
  padding-right: 64px !important;
}

.u-pr-68 {
  padding-right: 68px !important;
}

.u-pr-72 {
  padding-right: 72px !important;
}

.u-pr-76 {
  padding-right: 76px !important;
}

.u-pr-80 {
  padding-right: 80px !important;
}

.u-pr-84 {
  padding-right: 84px !important;
}

.u-pr-88 {
  padding-right: 88px !important;
}

.u-pr-92 {
  padding-right: 92px !important;
}

.u-pr-96 {
  padding-right: 96px !important;
}

.u-pr-100 {
  padding-right: 100px !important;
}

@media screen and (min-width: 761px) {
  .u-pc-pr-0 {
    padding-right: 0 !important;
  }
  .u-pc-pr-4 {
    padding-right: 4px !important;
  }
  .u-pc-pr-8 {
    padding-right: 8px !important;
  }
  .u-pc-pr-12 {
    padding-right: 12px !important;
  }
  .u-pc-pr-16 {
    padding-right: 16px !important;
  }
  .u-pc-pr-20 {
    padding-right: 20px !important;
  }
  .u-pc-pr-24 {
    padding-right: 24px !important;
  }
  .u-pc-pr-28 {
    padding-right: 28px !important;
  }
  .u-pc-pr-32 {
    padding-right: 32px !important;
  }
  .u-pc-pr-36 {
    padding-right: 36px !important;
  }
  .u-pc-pr-40 {
    padding-right: 40px !important;
  }
  .u-pc-pr-44 {
    padding-right: 44px !important;
  }
  .u-pc-pr-48 {
    padding-right: 48px !important;
  }
  .u-pc-pr-52 {
    padding-right: 52px !important;
  }
  .u-pc-pr-56 {
    padding-right: 56px !important;
  }
  .u-pc-pr-60 {
    padding-right: 60px !important;
  }
  .u-pc-pr-64 {
    padding-right: 64px !important;
  }
  .u-pc-pr-68 {
    padding-right: 68px !important;
  }
  .u-pc-pr-72 {
    padding-right: 72px !important;
  }
  .u-pc-pr-76 {
    padding-right: 76px !important;
  }
  .u-pc-pr-80 {
    padding-right: 80px !important;
  }
  .u-pc-pr-84 {
    padding-right: 84px !important;
  }
  .u-pc-pr-88 {
    padding-right: 88px !important;
  }
  .u-pc-pr-92 {
    padding-right: 92px !important;
  }
  .u-pc-pr-96 {
    padding-right: 96px !important;
  }
  .u-pc-pr-100 {
    padding-right: 100px !important;
  }
}
.u-fz-10 {
  font-size: 10px !important;
}

.u-fz-11 {
  font-size: 11px !important;
}

.u-fz-12 {
  font-size: 12px !important;
}

.u-fz-13 {
  font-size: 13px !important;
}

.u-fz-14 {
  font-size: 14px !important;
}

.u-fz-15 {
  font-size: 15px !important;
}

.u-fz-16 {
  font-size: 16px !important;
}

.u-fz-18 {
  font-size: 18px !important;
}

.u-fz-20 {
  font-size: 20px !important;
}

.u-fz-22 {
  font-size: 22px !important;
}

.u-fz-24 {
  font-size: 24px !important;
}

.u-fz-26 {
  font-size: 26px !important;
}

.u-fz-28 {
  font-size: 28px !important;
}

.u-fz-30 {
  font-size: 30px !important;
}

.u-fz-32 {
  font-size: 32px !important;
}

.u-fz-34 {
  font-size: 34px !important;
}

.u-fz-36 {
  font-size: 36px !important;
}

.u-fz-38 {
  font-size: 38px !important;
}

.u-fz-40 {
  font-size: 40px !important;
}

.u-ta-center {
  text-align: center !important;
}
.u-ta-left {
  text-align: left !important;
}
.u-ta-right {
  text-align: right !important;
}
@media screen and (min-width: 761px) {
  .u-pc-ta-center {
    text-align: center !important;
  }
  .u-pc-ta-left {
    text-align: left !important;
  }
  .u-pc-ta-right {
    text-align: right !important;
  }
}
.u-d-block {
  display: block !important;
}
.u-d-flex {
  display: flex !important;
}
.u-d-inline-block {
  display: inline-block !important;
}
.u-jc-center {
  justify-content: center !important;
}
.u-jc-start {
  justify-content: start !important;
}
.u-jc-end {
  justify-content: end !important;
}
.u-jc-between {
  justify-content: space-between !important;
}
.u-jc-around {
  justify-content: space-around !important;
}
.u-width-100p {
  width: 100% !important;
}
.u-bg-none {
  background: none !important;
}
.u-bgc-none {
  background: none !important;
}
.u-bdrs-none {
  border-radius: none !important;
}
.u-fw-normal {
  font-weight: normal !important;
}
.u-fw-bold {
  font-weight: bold !important;
}
.u-c-error {
  color: #DE0301;
}
.u-c-bf0000 {
  color: #bf0000;
}
.u-va-top {
  vertical-align: top !important;
}
.u-va-middle {
  vertical-align: middle !important;
}
.u-va-bottom {
  vertical-align: bottom !important;
}
.u-pte-none {
  pointer-events: none !important;
}
.u-pte-auto {
  pointer-events: auto !important;
}
.u-flex-direction-column {
  flex-direction: column !important;
}

/* components */
/* banner */
.rm-c-banner img {
  width: 100%;
  margin: 0 auto;
  vertical-align: middle;
}
.rm-c-banner[href] {
  display: block;
}
.rm-c-banner[href] img {
  transition: transform 0.25s ease-out;
}
.rm-c-banner[href]:hover > img {
  transform: scale(0.975);
}

/* button */
.rm-c-button {
  box-sizing: border-box;
  outline: none;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  width: 100%;
  max-width: 280px;
  padding: 12px 24px;
  border-radius: 50vh;
  background-color: #FF008C;
  box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.1);
  margin-left: auto;
  margin-right: auto;
}
.rm-c-button:hover {
  background-color: #cc0070;
}
.rm-c-button + .rm-c-button {
  margin-top: 24px;
}
.rm-c-button__text {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}
.rm-c-button--secondary {
  background-color: #ffffff;
  border: 1px solid #FF008C;
}
.rm-c-button--secondary:hover {
  background-color: #ffcce8;
}
.rm-c-button--secondary .rm-c-button__text {
  color: #FF008C;
}
.rm-c-button--tertiary {
  background-color: #18187A;
  border: none;
}
.rm-c-button--tertiary:hover {
  background-color: #070748;
}
.rm-c-button--tertiary .rm-c-button__text {
  color: #ffffff;
}

/* detail */
.rm-c-detail__table {
  border: 1px solid #DDDDDD;
  border-bottom: none;
}
.rm-c-detail__table--term {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.4;
  padding: 16px;
  background-color: #F7F8FB;
  border-bottom: 1px solid #DDDDDD;
}
.rm-c-detail__table--description {
  padding: 16px;
  font-size: 0.875rem;
  line-height: 1.6;
  border-bottom: 1px solid #DDDDDD;
}
.rm-c-detail__item {
  text-indent: -1rem;
  padding-left: 1rem;
}
.rm-c-detail__item--annotation {
  margin-top: 20px;
}
.rm-c-detail__item--annotation + .rm-c-detail__item--annotation {
  margin-top: 0;
}

/* headline */
.rm-c-headline {
  position: relative;
  padding-bottom: 14px;
  text-align: center;
}
.rm-c-headline::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 80px;
  height: 2px;
  content: "";
  background-color: #18187A;
  transform: translateX(-50%);
}
.rm-c-headline__title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #18187A;
  display: inline-block;
  position: relative;
}
.rm-c-headline__title--lively {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
  padding-bottom: 6px;
  display: inline-block;
  position: relative;
}
.rm-c-headline__title--lively::before, .rm-c-headline__title--lively::after {
  content: "";
  display: block;
  width: 26px;
  height: 1px;
  border-bottom: 1px solid #18187A;
  position: absolute;
  bottom: 15px;
}
.rm-c-headline__title--lively::before {
  transform: rotate(52deg);
  left: -45px;
}
.rm-c-headline__title--lively::after {
  transform: rotate(-52deg);
  right: -45px;
}
.rm-c-headline__title--summer {
  line-height: 1;
}
.rm-c-headline__title--summer:before {
  content: "";
  display: block;
  width: 41px;
  height: 33px;
  background-image: url(/lp/link/campaign/img/end/icon_summer.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -15px;
  left: -48px;
}
.rm-c-headline--pop {
  text-align: center;
  padding-bottom: 0;
}
.rm-c-headline--pop::before {
  position: absolute;
  bottom: 7px;
  left: 12px;
  content: "";
  width: 2px;
  height: 26px;
  background-color: #18187A;
  transform: rotate(-35deg);
}
@media screen and (min-width: 761px) {
  .rm-c-headline--pop::before {
    content: none;
  }
}
.rm-c-headline--pop::after {
  position: absolute;
  bottom: 7px;
  right: 12px;
  content: "";
  width: 2px;
  height: 26px;
  background-color: #18187A;
  transform: rotate(35deg);
}
@media screen and (min-width: 761px) {
  .rm-c-headline--pop::after {
    content: none;
  }
}
@media screen and (min-width: 761px) {
  .rm-c-headline--pop .rm-c-headline__title {
    position: relative;
    display: inline-block;
  }
  .rm-c-headline--pop .rm-c-headline__title::before {
    position: absolute;
    bottom: 0px;
    left: -24px;
    content: "";
    width: 2px;
    height: 26px;
    background-color: #18187A;
    transform: rotate(-35deg);
  }
  .rm-c-headline--pop .rm-c-headline__title::after {
    position: absolute;
    bottom: 0px;
    right: -24px;
    content: "";
    width: 2px;
    height: 26px;
    background-color: #18187A;
    transform: rotate(35deg);
  }
}
.rm-c-headline--lines {
  border-top: 3px solid #FF008C;
  border-bottom: 3px solid #FF008C;
  padding: 16px 0;
}
.rm-c-headline--lines::before {
  display: none;
}
.rm-c-headline--lines .rm-c-headline__text {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  color: #333;
}
.rm-c-headline--lines .rm-c-headline__text span {
  display: block;
  font-size: 1.625rem;
  font-weight: 900;
  letter-spacing: -2px;
  margin-top: 8px;
}
.rm-c-headline__hidden {
  display: none;
}

/* kv */
.rm-c-kv {
  position: relative;
  overflow: hidden;
}
.rm-c-kv__container {
  width: 100%;
  padding: 8px 0 0;
  background-color: #FF008C;
}
@media screen and (min-width: 761px) {
  .rm-c-kv__container {
    padding: 48px 0 0;
    margin: 0 auto;
  }
}
.rm-c-kv__container::after {
  position: absolute;
  top: 0;
  content: "";
  width: 100%;
  padding-top: 27.7777777778%;
  background-image: url(/lp/link/campaign/img/kv_head_sp.png);
  background-size: 100%;
  z-index: 0;
}
@media screen and (min-width: 761px) {
  .rm-c-kv__container::after {
    height: 203px;
    padding-top: 0;
    background-image: url(/lp/link/campaign/img/kv_head_pc.png);
    background-size: cover;
    background-position: center;
    z-index: 0;
  }
}
.rm-c-kv__container::before {
  position: absolute;
  top: 24.4444444444vw;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 100%;
  padding-top: 91.1111111111%;
  background-image: url(/lp/link/campaign/img/kv_hanabi_sp.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  z-index: 1;
}
@media screen and (min-width: 761px) {
  .rm-c-kv__container::before {
    top: 203px;
    min-width: 1800px;
    height: calc(100% - 203px);
    background-image: url(/lp/link/campaign/img/kv_hanabi_pc.png);
    background-size: cover;
    background-position: center -94px;
    padding-top: 0;
  }
}
.rm-c-kv__container > * {
  position: relative;
  z-index: 1;
}
.rm-c-kv__imageBox {
  width: 80.5555555556%;
  margin: 0 auto;
}
@media screen and (min-width: 761px) {
  .rm-c-kv__imageBox {
    width: 524px;
  }
}
.rm-c-kv__imageBox img {
  width: 100%;
}
.rm-c-kv__text {
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  margin-top: 10px;
}
@media screen and (min-width: 761px) {
  .rm-c-kv__text {
    font-size: 1.125rem;
    margin-top: 20px;
  }
}
.rm-c-kv__text--small {
  font-size: 0.625rem;
}
@media screen and (min-width: 761px) {
  .rm-c-kv__text--small {
    font-size: 1rem;
  }
}
.rm-c-kv__endText {
  width: 100%;
  padding: 24px 16px 24px;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  color: #FFF200;
  background: linear-gradient(rgba(255, 255, 255, 0) 10%, #FF008C 20%, #FF008C 80%, #FFF);
}
@media screen and (min-width: 761px) {
  .rm-c-kv__endText {
    padding: 24px 0 36px;
    background: linear-gradient(rgba(255, 255, 255, 0) 5%, #FF008C 25%, #FF008C 70%, #FFF);
  }
}

/* text */
.rm-c-text {
  position: relative;
}
.rm-c-text a {
  text-decoration: underline;
  color: #0072BF;
}
.rm-c-text--annotation {
  padding-left: 13px;
  display: inline-block;
  font-size: 0.8125rem;
  line-height: 1.4;
  font-weight: 400;
  color: #4D4D4D;
}
.rm-c-text--annotation::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 13px;
  height: 13px;
  content: "※";
  font-size: inherit;
}
.rm-c-text--info {
  color: #006497;
  font-size: 1rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 761px) {
  .rm-c-text--info {
    font-size: 1.625rem;
  }
  .rm-c-text--info::before {
    width: 26px;
    height: 26px;
  }
}
/* picture */
.rm-c-pictureContainer {
  width: 100%;
}
.rm-c-pictureContainer__picture {
  display: block;
  width: 100%;
}
.rm-c-pictureContainer__image {
  width: 100%;
}

/* participate */
.rm-c-participate {
  width: 91.1111111111%;
  max-width: 760px;
  padding: 24px 0;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 761px) {
  .rm-c-participate {
    padding: 32px 20px;
    width: 100%;
    max-width: 1032px;
  }
}
.rm-c-participate__title {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.4;
  text-align: center;
  color: #FF008C;
}
.rm-c-participate__title--large {
  font-size: 1.5rem;
}
.rm-c-participate__count {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.4;
  text-align: center;
  color: #3B3BA3;
}
.rm-c-participate__text {
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.4;
  text-align: center;
}
.rm-c-participate__text--small {
  font-size: 0.75rem;
  letter-spacing: 0.04em;
}
.rm-c-participate__text--large {
  font-size: 1.375rem;
  letter-spacing: 0.04em;
}

.rm-c-limited {
  width: 100%;
  padding-top: 32px;
  padding-left: 4.4444444444%;
  padding-right: 4.4444444444%;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFE9F8;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 761px) {
  .rm-c-limited {
    max-width: 1032px;
    padding-top: 72px;
    padding-left: 54px;
    padding-right: 54px;
  }
}
.rm-c-limited__title {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.6;
  text-align: center;
  color: #FF008C;
}
@media screen and (min-width: 761px) {
  .rm-c-limited__title {
    font-size: 1.875rem;
  }
}
.rm-c-limited__text {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
  text-align: center;
  color: #333;
  margin-top: 10px;
}
@media screen and (min-width: 761px) {
  .rm-c-limited__text {
    margin-top: 4px;
  }
}
.rm-c-limited__innerText {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.6;
  color: #FF008C;
}

/* speechBubble */
.rm-c-speechBubble {
  position: relative;
  display: block;
  margin-bottom: 6px;
  margin-left: auto;
  margin-right: auto;
  padding: 4px 0;
  border-radius: 1000px;
  background-color: #3b3ba3;
  width: 120px;
}
.rm-c-speechBubble:after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  border-style: solid;
  border-width: 9px 6px 0 6px;
  border-color: #3b3ba3 transparent transparent;
  transform: translateX(-50%);
}
.rm-c-speechBubble__text {
  text-align: center;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.4;
  color: #ffffff;
}

/* service */
.rm-c-service {
  width: 100%;
  margin-top: 30px;
}
@media screen and (min-width: 761px) {
  .rm-c-service {
    margin-top: 48px;
  }
}
.rm-c-service__title {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.3;
  text-align: center;
}
.rm-c-service .rm-l-card {
  padding: 24px;
}
@media screen and (min-width: 761px) {
  .rm-c-service .rm-l-card {
    padding: 24px 64px;
  }
}
.rm-c-service__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
.rm-c-service__item {
  width: 48.9130434783%;
}
.rm-c-service__item:nth-child(n+3) {
  margin-top: 10px;
}
@media screen and (min-width: 761px) {
  .rm-c-service__item:nth-child(n+3) {
    margin-top: 0;
  }
}
@media screen and (min-width: 761px) {
  .rm-c-service__item {
    width: 24.1071428571%;
  }
  .rm-c-service__item:nth-child(n+5) {
    margin-top: 15px;
  }
}
.rm-c-service__image {
  width: 100%;
}

/* offer */
.rm-c-offer {
  padding: 24px 0;
  margin-top: 24px;
  background-color: #ffffff;
  border-radius: 10px;
}
@media screen and (min-width: 761px) {
  .rm-c-offer {
    padding: 40px 62px;
    margin-top: 48px;
  }
}
@media screen and (min-width: 761px) {
  .rm-c-offer__title {
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
}
.rm-c-offer__titleText {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #ff008f;
  margin-top: 24px;
}
@media screen and (min-width: 761px) {
  .rm-c-offer__titleText {
    margin-top: 0;
  }
}
.rm-c-offer__titleText:first-of-type {
  margin-top: 0;
}
.rm-c-offer__titleText--blue {
  color: #18187a;
}
.rm-c-offer__titleText--large {
  font-size: 1.375rem;
}
.rm-c-offer__titleText--small {
  font-size: 1.125rem;
}
.rm-c-offer__subTitle {
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  margin-top: 16px;
}
.rm-c-offer__subTitle--pink {
  color: #FF008C;
}
.rm-c-offer__subTitle--large {
  font-size: 1.25rem;
}
.rm-c-offer__subTitle--small {
  font-size: 1rem;
}

.rm-c-step {
  margin-top: 24px;
}
.rm-c-step__title {
  padding: 12px 0;
  background-color: #ff008c;
  font-size: 1.125rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}
@media screen and (min-width: 761px) {
  .rm-c-step__title {
    padding: 16px 0;
    font-size: 1.375rem;
  }
}
.rm-c-step__list {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
  padding: 0 12px;
  margin-top: 32px;
}
@media screen and (min-width: 761px) {
  .rm-c-step__list {
    padding: 0 30px;
  }
}
.rm-c-step__item {
  width: calc((100% - 24px) / 3);
}
@media screen and (min-width: 761px) {
  .rm-c-step__item {
    width: 26.7716535433%;
  }
}
.rm-c-step__item:not(:last-child) .rm-c-step__imageBox {
  position: relative;
}
.rm-c-step__item:not(:last-child) .rm-c-step__imageBox::before {
  position: absolute;
  bottom: 2px;
  right: -10px;
  content: "";
  background: #ff008c;
  height: 18px;
  width: 10px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media screen and (min-width: 761px) {
  .rm-c-step__item:not(:last-child) .rm-c-step__imageBox::before {
    right: -36px;
  }
}
.rm-c-step__imageBox img {
  display: block;
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 761px) {
  .rm-c-step__imageBox img {
    width: 60%;
  }
}
.rm-c-step__text {
  margin-top: 7px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
  color: #333333;
  text-align: center;
}
@media screen and (min-width: 761px) {
  .rm-c-step__text {
    margin-top: 10px;
  }
}
.rm-c-step__entryText {
  margin-top: 8px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #333333;
  text-align: center;
}
@media screen and (min-width: 761px) {
  .rm-c-step__entryText {
    margin-top: 18px;
  }
}
.rm-c-step__btnWrap {
  padding: 0 24px;
  margin-top: 24px;
}
@media screen and (min-width: 761px) {
  .rm-c-step__btnWrap {
    padding: 0;
    max-width: 281px;
    margin: 0 auto;
    margin-top: 24px;
  }
}
.rm-c-step__linkList {
  padding: 0 24px;
  margin-top: 24px;
}
@media screen and (min-width: 761px) {
  .rm-c-step__linkList {
    text-align: center;
  }
}
.rm-c-step__linkList .rm-l-list__item:not(:first-child) {
  margin-top: 24px;
}
.rm-c-step__link {
  display: flex;
  align-items: center;
  color: #0072bf;
  text-decoration: underline;
  text-align: left;
}
@media screen and (min-width: 761px) {
  .rm-c-step__link {
    justify-content: center;
  }
}
.rm-c-step__arrow {
  position: relative;
  display: inline-block;
  width: 7.4px;
  height: 13.7px;
  margin-left: 10px;
}
.rm-c-step__arrow::before, .rm-c-step__arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 10px;
  height: 1px;
  border-radius: 9999px;
  background-color: #ff008c;
  transform-origin: calc(100% - 0.5px) 50%;
}
.rm-c-step__arrow:before {
  transform: rotate(45deg);
}
.rm-c-step__arrow:after {
  transform: rotate(-45deg);
}

/* account */
.rm-c-account {
  position: relative;
  box-sizing: border-box;
  width: 91.1111111111%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px 28px;
  background: #FFE9F8;
  border-radius: 16px;
}
@media screen and (min-width: 761px) {
  .rm-c-account {
    width: 100%;
    max-width: 1032px;
    margin-top: 72px;
    padding: 72px 100px;
    border-radius: 0;
  }
}
.rm-c-account__subTitle {
  width: 100%;
  text-align: center;
}
.rm-c-account__subTitleText {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  color: #18187A;
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 761px) {
  .rm-c-account__subTitleText {
    font-size: 1.5625rem;
    line-height: 1.25;
  }
}
.rm-c-account__subTitleText:before, .rm-c-account__subTitleText:after {
  content: "";
  display: block;
  width: 26px;
  height: 1px;
  border-bottom: 1px solid #18187A;
  position: absolute;
  bottom: 10px;
}
@media screen and (min-width: 761px) {
  .rm-c-account__subTitleText:before, .rm-c-account__subTitleText:after {
    border-bottom: 2px solid #18187A;
    bottom: 16px;
  }
}
.rm-c-account__subTitleText:before {
  transform: rotate(52deg);
  left: -30px;
}
@media screen and (min-width: 761px) {
  .rm-c-account__subTitleText:before {
    left: -90px;
  }
}
.rm-c-account__subTitleText:after {
  transform: rotate(-52deg);
  right: -30px;
}
@media screen and (min-width: 761px) {
  .rm-c-account__subTitleText:after {
    right: -90px;
  }
}
.rm-c-account__title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 12px;
  position: relative;
  margin-top: 22px;
}
@media screen and (min-width: 761px) {
  .rm-c-account__title {
    padding-bottom: 2px;
    margin-top: 52px;
  }
}
.rm-c-account__title:after {
  content: "";
  display: block;
  box-sizing: border-box;
  width: 69px;
  height: 2px;
  border-bottom: 2px solid #18187A;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}
@media screen and (min-width: 761px) {
  .rm-c-account__title:after {
    width: 96px;
    height: 4px;
    border-bottom: 4px solid #18187A;
  }
}
.rm-c-account__imageBox {
  width: 50px;
}
@media screen and (min-width: 761px) {
  .rm-c-account__imageBox {
    width: 60px;
  }
}
.rm-c-account__image {
  width: 100%;
}
.rm-c-account__titleText {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  color: #18187A;
  margin-left: 10px;
}
@media screen and (min-width: 761px) {
  .rm-c-account__titleText {
    font-size: 1.5rem;
    margin-left: 14px;
  }
}
.rm-c-account__text {
  margin-top: 20px;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (min-width: 761px) {
  .rm-c-account__text {
    margin-top: 32px;
  }
}
.rm-c-account__text--annotation {
  color: #BF0000;
}
.rm-c-account__link {
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.7;
  display: block;
  color: #0072BF;
  text-decoration: underline;
}

/* app */
.rm-c-app {
  width: 91.1111111111%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 64px;
  background-color: #fff;
}
@media screen and (min-width: 761px) {
  .rm-c-app {
    width: 100%;
    max-width: 1032px;
    margin-top: 72px;
  }
}
.rm-c-app__content {
  padding-left: 24px;
  padding-right: 24px;
}
.rm-c-app__title {
  width: 100%;
  position: relative;
  text-align: center;
  padding-bottom: 10px;
}
@media screen and (min-width: 761px) {
  .rm-c-app__title {
    padding-bottom: 16px;
  }
}
.rm-c-app__title:after {
  content: "";
  display: block;
  box-sizing: border-box;
  width: 80px;
  height: 2px;
  border-bottom: 2px solid #18187A;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}
@media screen and (min-width: 761px) {
  .rm-c-app__title:after {
    width: 96px;
    height: 4px;
    border-bottom: 4px solid #18187A;
  }
}
.rm-c-app__titleText {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #18187A;
}
.rm-c-app__titleText--small {
  font-size: 1.375rem;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 760px) {
  .rm-c-app__titleText--small {
    font-size: 1rem;
  }
  .rm-c-app__titleText--small:before, .rm-c-app__titleText--small:after {
    content: "";
    display: block;
    width: 26px;
    height: 1px;
    border-bottom: 1px solid #18187A;
    position: absolute;
    bottom: 10px;
  }
}
@media screen and (max-width: 760px) and (min-width: 761px) {
  .rm-c-app__titleText--small:before, .rm-c-app__titleText--small:after {
    border-bottom: 2px solid #18187A;
    bottom: 16px;
  }
}
@media screen and (max-width: 760px) {
  .rm-c-app__titleText--small:before {
    transform: rotate(52deg);
    left: -30px;
  }
}
@media screen and (max-width: 760px) and (min-width: 761px) {
  .rm-c-app__titleText--small:before {
    left: -90px;
  }
}
@media screen and (max-width: 760px) {
  .rm-c-app__titleText--small:after {
    transform: rotate(-52deg);
    right: -30px;
  }
}
@media screen and (max-width: 760px) and (min-width: 761px) {
  .rm-c-app__titleText--small:after {
    right: -90px;
  }
}
.rm-c-app__logo {
  width: 280px;
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 761px) {
  .rm-c-app__logo {
    width: 376px;
    margin-top: 32px;
  }
}
.rm-c-app__logoImage {
  width: 100%;
}
.rm-c-app__link {
  display: flex;
  flex-direction: column;
  margin-top: 8px;
  width: 280px;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 761px) {
  .rm-c-app__link {
    width: 526px;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 0;
    margin-top: 32px;
  }
}
.rm-c-app__linkItem {
  width: 100%;
}
@media screen and (min-width: 761px) {
  .rm-c-app__linkItem {
    width: 243px;
  }
}
.rm-c-app__linkItem:not(:first-child) {
  margin-top: 24px;
}
@media screen and (min-width: 761px) {
  .rm-c-app__linkItem:not(:first-child) {
    margin-top: 0;
  }
}
.rm-c-app__linkButton {
  display: block;
}
.rm-c-app__linkButton:hover {
  opacity: 0.8;
}
@media screen and (min-width: 761px) {
  .rm-c-app__linkButton {
    margin-top: 24px;
  }
}
.rm-c-app__linkImage {
  width: 100%;
}
.rm-c-app__qrBox {
  max-width: 100px;
  margin: 0 auto;
}
@media screen and (max-width: 760px) {
  .rm-c-app__qrBox {
    display: none;
  }
}
.rm-c-app__qrImage {
  width: 100%;
}
.rm-c-app__text {
  margin-top: 24px;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 400;
  color: #4d4d4d;
  text-align: center;
}
@media screen and (min-width: 761px) {
  .rm-c-app__text {
    margin-top: 32px;
  }
}

/* spread */
.rm-c-spread {
  position: relative;
  box-sizing: border-box;
  width: 91.1111111111%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px 16px;
  background: #FFE9F8;
  border-radius: 16px;
}
@media screen and (min-width: 761px) {
  .rm-c-spread {
    width: 100%;
    max-width: 1032px;
    margin-top: 72px;
    padding: 72px 100px;
    border-radius: 0;
  }
}
.rm-c-spread__subTitle {
  width: 100%;
  text-align: center;
}
.rm-c-spread__subTitleText {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  color: #18187A;
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 761px) {
  .rm-c-spread__subTitleText {
    font-size: 1.25rem;
    line-height: 1.25;
  }
}
.rm-c-spread__subTitleText:before, .rm-c-spread__subTitleText:after {
  content: "";
  display: block;
  width: 26px;
  height: 1px;
  border-bottom: 1px solid #18187A;
  position: absolute;
  bottom: 10px;
}
@media screen and (min-width: 761px) {
  .rm-c-spread__subTitleText:before, .rm-c-spread__subTitleText:after {
    border-bottom: 2px solid #18187A;
  }
}
.rm-c-spread__subTitleText:before {
  transform: rotate(52deg);
  left: -30px;
}
@media screen and (min-width: 761px) {
  .rm-c-spread__subTitleText:before {
    left: -90px;
  }
}
.rm-c-spread__subTitleText:after {
  transform: rotate(-52deg);
  right: -30px;
}
@media screen and (min-width: 761px) {
  .rm-c-spread__subTitleText:after {
    right: -90px;
  }
}
.rm-c-spread__title {
  padding-bottom: 10px;
  position: relative;
  margin-top: 4px;
}
@media screen and (min-width: 761px) {
  .rm-c-spread__title {
    padding-bottom: 12px;
    margin-top: 16px;
  }
}
.rm-c-spread__title:after {
  content: "";
  display: block;
  box-sizing: border-box;
  width: 80px;
  height: 2px;
  border-bottom: 2px solid #18187A;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}
@media screen and (min-width: 761px) {
  .rm-c-spread__title:after {
    width: 96px;
    height: 4px;
    border-bottom: 4px solid #18187A;
  }
}
.rm-c-spread__imageBox {
  width: 100%;
  margin-top: 24px;
}
@media screen and (min-width: 761px) {
  .rm-c-spread__imageBox {
    margin-top: 32px;
  }
}
.rm-c-spread__image {
  width: 100%;
}
.rm-c-spread__titleText {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #18187A;
  text-align: center;
}
@media screen and (min-width: 761px) {
  .rm-c-spread__titleText {
    font-size: 1.5rem;
  }
}
.rm-c-spread__text {
  margin-top: 24px;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (min-width: 761px) {
  .rm-c-spread__text {
    margin-top: 32px;
  }
}

/* floating */
.rm-c-floating {
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  z-index: 3;
  width: 100%;
  padding: 8px 0;
  transition: opacity 0.5s; /* フェード効果 */
  background-color: rgba(77, 77, 77, 0.8);
  text-align: center;
}
.rm-c-floating .rm-c-speechBubble {
  margin-bottom: -4px;
  z-index: 1;
}
.rm-c-floating .rm-c-button {
  margin: 0 auto;
  padding: 12px 24px;
  width: 100%;
  max-width: 280px;
  box-sizing: border-box;
}

body:has(.rm-c-floating--mno) {
  margin-bottom: 66px;
}
body:has(.rm-c-floating--non) {
  margin-bottom: 84px;
}

/* anchor */
.rm-c-anchor__item {
  margin-top: -24px !important;
  padding-top: 24px !important;
}

/* contact */
.rm-c-contact {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  text-align: center;
}
@media screen and (min-width: 761px) {
  .rm-c-contact {
    width: 100px;
    max-width: 1032px;
  }
}
.rm-c-contact__link {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4;
  text-decoration: underline;
  color: #0072BF;
}

/* endArea */
.rm-c-endArea {
  width: 100%;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 761px) {
  .rm-c-endArea {
    margin-top: 24px;
  }
}
.rm-c-endArea__text {
  font-size: 1.125rem;
  font-weight: 700;
  color: #18187A;
}
.rm-c-endArea__textLink {
  display: inline-block;
  color: #0072bf;
  text-decoration: underline;
  font-size: 1rem;
  margin-top: 32px;
}
@media screen and (min-width: 761px) {
  .rm-c-endArea__textLink {
    margin-top: 48px;
  }
}
.rm-c-endArea__textLink::after {
  content: "";
  display: inline-block;
  color: #ff008c;
  line-height: 1;
  width: 12px;
  height: 12px;
  border: 2px solid #ff008c;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(4px) rotate(45deg);
}

/* main */
.rm-l-main {
  position: relative;
  background-color: #ffffff;
}

.rm-l-main__container {
  position: relative;
  padding-top: 24px;
  padding-bottom: 32px;
  padding-left: 4.4444444444%;
  padding-right: 4.4444444444%;
  background: #FFE9F8;
}
@media screen and (min-width: 761px) {
  .rm-l-main__container {
    box-sizing: border-box;
    max-width: 1032px;
    padding: 48px 54px 72px;
    margin: 0 auto;
  }
}

.rm-l-main__contents {
  position: relative;
  z-index: 1;
}

/* card */
.rm-l-card {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 32px 24px 24px;
  border-radius: 5px;
  border: 2px solid #333333;
  background-color: #ffffff;
}
.rm-l-card .rm-c-headline {
  padding-bottom: 8px;
}
.rm-l-card .rm-c-headline__title {
  font-size: 1.375rem;
}
.rm-l-card__logoBox {
  width: 100%;
  text-align: center;
}
.rm-l-card__logo {
  display: block;
  width: 87px;
  margin: 0 auto;
}
.rm-l-card__logo--rakutenTravel {
  width: 161px;
}
.rm-l-card__logo--stamp {
  width: 250px;
}
.rm-l-card__logo--spOffer {
  width: 60px;
}
.rm-l-card__textBox {
  margin-top: 24px;
}
.rm-l-card__mainText {
  color: #333333;
  font-size: 1rem;
  line-height: 1.7;
}
.rm-l-card__mainText--superscript {
  font-size: 0.625rem;
  vertical-align: super;
}
.rm-l-card__mainText + .rm-l-card__subText {
  margin-top: 24px;
}
.rm-l-card__subText {
  margin-top: 4px;
}
.rm-l-card__subText:first-child {
  margin-top: 0;
}
.rm-l-card__imageBox {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 24px;
}
.rm-l-card__image {
  width: 100%;
  height: auto;
}
.rm-l-card__label {
  position: absolute;
  top: -10px;
  left: 18px;
  width: 72px;
  height: 39px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.rm-l-card__label--red {
  background-image: url(/lp/link/campaign/img/end/label_red.png);
}
.rm-l-card__label--pink {
  background-image: url(/lp/link/campaign/img/end/label_pink.png);
}
.rm-l-card__labelText {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  text-align: center;
  padding-left: 6px;
  padding-top: 11px;
}

/* column */
.rm-l-column {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
}
.rm-l-column__item {
  display: flex;
  flex-direction: column;
  align-self: stretch;
}
.rm-l-column__item:first-of-type {
  margin-top: 0;
}
.rm-l-column__item > *:first-child {
  margin-top: 0;
}
.rm-l-column__item > *:last-child {
  margin-bottom: 0;
}
.rm-l-column__item > .rm-l-column:first-of-type {
  align-self: stretch;
}
.rm-l-column__item > .rm-l-column--1:not([class*=l-column--2], [class*=l-column--pc-2],
[class*=l-column--3], [class*=l-column--pc-3],
[class*=l-column--4], [class*=l-column--pc-4],
[class*=l-column--5], [class*=l-column--pc-5],
[class*=l-column--6], [class*=l-column--pc-6]) > .rm-l-column__item {
  width: 100% !important;
  margin-left: 0 !important;
}
.rm-l-column--pos-left {
  justify-content: flex-start;
}
.rm-l-column--pos-right {
  justify-content: flex-end;
}
.rm-l-column--align-center {
  align-items: center;
}
.rm-l-column--align-end {
  align-items: flex-end;
}
.rm-l-column--1 > .rm-l-column__item {
  width: 100%;
}
.rm-l-column--1 > .rm-l-column__item:not(:first-of-type) {
  margin-top: 30px;
}
@media screen and (min-width: 761px) {
  .rm-l-column--1 > .rm-l-column__item:not(:first-of-type) {
    margin-top: 48px;
  }
}
.rm-l-column--2 > .rm-l-column__item {
  width: calc((100% - 12px) / 2);
}
.rm-l-column--2 > .rm-l-column__item:nth-of-type(2n) {
  margin-left: 12px;
}
.rm-l-column--2 > .rm-l-column__item:nth-of-type(n + 3) {
  margin-top: 30px;
}
@media screen and (min-width: 761px) {
  .rm-l-column--2 > .rm-l-column__item:nth-of-type(n + 3) {
    margin-top: 48px;
  }
}
.rm-l-column--3 > .rm-l-column__item {
  width: calc((100% - 24px) / 3);
}
.rm-l-column--3 > .rm-l-column__item:not(:first-of-type) {
  margin-left: 12px;
}
.rm-l-column--3 > .rm-l-column__item:nth-of-type(3n + 1) {
  margin-left: 0;
}
.rm-l-column--3 > .rm-l-column__item:nth-of-type(n + 4) {
  margin-top: 30px;
}
@media screen and (min-width: 761px) {
  .rm-l-column--3 > .rm-l-column__item:nth-of-type(n + 4) {
    margin-top: 48px;
  }
}
.rm-l-column--4 > .rm-l-column__item {
  width: calc((100% - 36px) / 4);
}
.rm-l-column--4 > .rm-l-column__item:not(:first-of-type) {
  margin-left: 12px;
}
.rm-l-column--4 > .rm-l-column__item:nth-of-type(4n + 1) {
  margin-left: 0;
}
.rm-l-column--4 > .rm-l-column__item:nth-of-type(n + 5) {
  margin-top: 30px;
}
@media screen and (min-width: 761px) {
  .rm-l-column--4 > .rm-l-column__item:nth-of-type(n + 5) {
    margin-top: 48px;
  }
}
.rm-l-column--5 > .rm-l-column__item {
  width: calc((100% - 48px) / 5);
}
.rm-l-column--5 > .rm-l-column__item:not(:first-of-type) {
  margin-left: 12px;
}
.rm-l-column--5 > .rm-l-column__item:nth-of-type(5n + 1) {
  margin-left: 0;
}
.rm-l-column--5 > .rm-l-column__item:nth-of-type(n + 6) {
  margin-top: 30px;
}
@media screen and (min-width: 761px) {
  .rm-l-column--5 > .rm-l-column__item:nth-of-type(n + 6) {
    margin-top: 48px;
  }
}
.rm-l-column--6 > .rm-l-column__item {
  width: calc((100% - 60px) / 6);
}
.rm-l-column--6 > .rm-l-column__item:not(:first-of-type) {
  margin-left: 12px;
}
.rm-l-column--6 > .rm-l-column__item:nth-of-type(6n + 1) {
  margin-left: 0;
}
.rm-l-column--6 > .rm-l-column__item:nth-of-type(n + 7) {
  margin-top: 30px;
}
@media screen and (min-width: 761px) {
  .rm-l-column--6 > .rm-l-column__item:nth-of-type(n + 7) {
    margin-top: 48px;
  }
}
@media screen and (min-width: 761px) {
  .rm-l-column--pc-2 > .rm-l-column__item {
    width: calc((100% - 36px) / 2);
  }
  .rm-l-column--pc-2 > .rm-l-column__item:not(:first-of-type) {
    margin-top: 0;
  }
  .rm-l-column--pc-2 > .rm-l-column__item:nth-of-type(n + 3) {
    margin-top: 48px;
  }
  .rm-l-column--pc-2 > .rm-l-column__item:nth-of-type(2n) {
    margin-left: 36px;
  }
}
@media screen and (min-width: 761px) {
  .rm-l-column--pc-3 > .rm-l-column__item {
    width: calc((100% - 72px) / 3);
  }
  .rm-l-column--pc-3 > .rm-l-column__item:not(:first-of-type) {
    margin-top: 0;
  }
  .rm-l-column--pc-3 > .rm-l-column__item:nth-of-type(n + 4) {
    margin-top: 48px;
  }
  .rm-l-column--pc-3 > .rm-l-column__item:not(:first-of-type) {
    margin-left: 36px;
  }
  .rm-l-column--pc-3 > .rm-l-column__item:nth-of-type(3n + 1) {
    margin-left: 0;
  }
}
@media screen and (min-width: 761px) {
  .rm-l-column--pc-4 > .rm-l-column__item {
    width: calc((100% - 108px) / 4);
  }
  .rm-l-column--pc-4 > .rm-l-column__item:not(:first-of-type) {
    margin-top: 0;
  }
  .rm-l-column--pc-4 > .rm-l-column__item:nth-of-type(n + 5) {
    margin-top: 48px;
  }
  .rm-l-column--pc-4 > .rm-l-column__item:not(:first-of-type) {
    margin-left: 36px;
  }
  .rm-l-column--pc-4 > .rm-l-column__item:nth-of-type(4n + 1) {
    margin-left: 0;
  }
}
@media screen and (min-width: 761px) {
  .rm-l-column--pc-5 > .rm-l-column__item {
    width: calc((100% - 144px) / 5);
  }
  .rm-l-column--pc-5 > .rm-l-column__item:not(:first-of-type) {
    margin-top: 0;
  }
  .rm-l-column--pc-5 > .rm-l-column__item:nth-of-type(n + 6) {
    margin-top: 48px;
  }
  .rm-l-column--pc-5 > .rm-l-column__item:not(:first-of-type) {
    margin-left: 36px;
  }
  .rm-l-column--pc-5 > .rm-l-column__item:nth-of-type(5n + 1) {
    margin-left: 0;
  }
}
@media screen and (min-width: 761px) {
  .rm-l-column--pc-6 > .rm-l-column__item {
    width: calc((100% - 180px) / 6);
  }
  .rm-l-column--pc-6 > .rm-l-column__item:not(:first-of-type) {
    margin-top: 0;
  }
  .rm-l-column--pc-6 > .rm-l-column__item:nth-of-type(n + 7) {
    margin-top: 48px;
  }
  .rm-l-column--pc-6 > .rm-l-column__item:not(:first-of-type) {
    margin-left: 36px;
  }
  .rm-l-column--pc-6 > .rm-l-column__item:nth-of-type(6n + 1) {
    margin-left: 0;
  }
}
.rm-l-column--margin-xs {
  margin: 8px 0;
}
.rm-l-column--margin-s {
  margin: 12px 0;
}
.rm-l-column--margin-m {
  margin: 16px 0;
}
.rm-l-column--margin-l {
  margin: 24px 0;
}
.rm-l-column--margin-xl {
  margin: 32px 0;
}
.rm-l-column--margin-auto {
  margin: 0 auto;
}
.rm-l-column--margin-auto-xs {
  margin: 8px auto;
}
.rm-l-column--margin-auto-s {
  margin: 12px auto;
}
.rm-l-column--margin-auto-m {
  margin: 16px auto;
}
.rm-l-column--margin-auto-l {
  margin: 24px auto;
}
.rm-l-column--margin-auto-xl {
  margin: 32px auto;
}
@media screen and (min-width: 761px) {
  .rm-l-column--pc-margin-xs {
    margin: 8px 0;
  }
  .rm-l-column--pc-margin-s {
    margin: 12px 0;
  }
  .rm-l-column--pc-margin-m {
    margin: 16px 0;
  }
  .rm-l-column--pc-margin-l {
    margin: 24px 0;
  }
  .rm-l-column--pc-margin-xl {
    margin: 32px 0;
  }
}
@media screen and (min-width: 761px) {
  .rm-l-column--pc-margin-auto {
    margin: 0 auto;
  }
  .rm-l-column--pc-margin-auto-xs {
    margin: 8px auto;
  }
  .rm-l-column--pc-margin-auto-s {
    margin: 12px auto;
  }
  .rm-l-column--pc-margin-auto-m {
    margin: 16px auto;
  }
  .rm-l-column--pc-margin-auto-l {
    margin: 24px auto;
  }
  .rm-l-column--pc-margin-auto-xl {
    margin: 32px auto;
  }
}
.rm-l-column--maxW-none {
  max-width: none !important;
}

/* list */
.rm-l-list {
  display: flex;
  flex-direction: column;
}
.rm-l-list__item {
  position: relative;
  margin-top: 4px;
}
.rm-l-list__item:first-of-type {
  margin-top: 0;
}
.rm-l-list__itemText {
  font-size: 0.8125rem;
  font-weight: 400;
  color: #4D4D4D;
}
.rm-l-list__itemLink {
  font-size: inherit;
  text-decoration: underline;
  color: #0072BF;
}

/* modal */
.rm-l-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 60px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
}
.rm-l-modal.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}
.rm-l-modal::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-left: -0.2em;
}
.rm-l-modal__open {
  position: fixed;
  top: 50%;
  left: 50%;
  font-size: 1rem;
  font-weight: bold;
  width: 300px;
  height: 60px;
  color: #fff;
  background: #000;
  border: none;
  cursor: pointer;
  translate: -50% -50%;
}
.rm-l-modal__close {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  z-index: 11;
}
.rm-l-modal__close img {
  width: inherit;
}
@media screen and (min-width: 761px) {
  .rm-l-modal__close {
    top: 44px;
    right: calc(50% - 400px);
  }
}
@media screen and (min-width: 761px) and (max-width: 860px) {
  .rm-l-modal__close {
    right: 28px;
  }
}
.rm-l-modal__container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 98%;
}
@media screen and (min-width: 761px) {
  .rm-l-modal__container {
    max-width: 786px;
  }
}
.rm-l-modal__content {
  background: #fff;
  text-align: left;
  line-height: 1.8;
  padding: 20px;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
.rm-l-modal__content:has(.saikyoPlan) {
  padding: 0;
}

/* rm-l-header */
.rm-l-header {
  box-sizing: border-box;
  padding: 16px;
  background-color: #fff;
  height: 66px;
}
.rm-l-header__container {
  display: flex;
  align-items: center;
}
.rm-l-header__logoLink {
  display: flex;
  align-items: center;
  justify-content: center;
}
.rm-l-header__logoImage {
  aspect-ratio: 65/16;
  width: 137px;
}
@media screen and (min-width: 761px) {
  .rm-l-header {
    height: 75px;
  }
  .rm-l-header__container {
    max-width: 960px;
    margin: 0 auto;
  }
  .rm-l-header__logoImage {
    width: 195px;
  }
}

/* rm-l-footer */
.rm-l-footer {
  background: #f7f7f7;
  height: 103px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rm-l-footer__copyright {
  font-size: 0.625rem;
  line-height: 1.6;
  color: #333333;
}
@media screen and (min-width: 761px) {
  .rm-l-footer {
    height: 120px;
  }
}

.js-fadein {
  opacity: 0;
  transition: opacity 1.5s, transform 1.5s;
  transform: translate(0, 30px);
}
.js-fadein.is-display {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}