@charset "UTF-8";
/* font */
@font-face {
  font-family: "Rakuten Sans JP2";
  src: url(/lp/link/common/fonts/RakutenSansJP2_W-Light.woff2) format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rakuten Sans JP2";
  src: url(/lp/link/common/fonts/RakutenSansJP2_W-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rakuten Sans JP2";
  src: url(/lp/link/common/fonts/RakutenSansJP2_W-Medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rakuten Sans JP2";
  src: url(/lp/link/common/fonts/RakutenSansJP2_W-DemiBold.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rakuten Sans JP2";
  src: url(/lp/link/common/fonts/RakutenSansJP2_W-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rakuten Sans JP2";
  src: url(/lp/link/common/fonts/RakutenSansJP2_W-Heavy.woff2) format("woff2");
  font-weight: 900;
  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 JP2", "Noto Sans JP", sans-serif;
  line-height: 1.5;
}

/* 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;
}

@media screen and (min-width: 761px) {
  .u-pc-fz-10 {
    font-size: 10px !important;
  }
}
.u-fz-11 {
  font-size: 11px !important;
}

@media screen and (min-width: 761px) {
  .u-pc-fz-11 {
    font-size: 11px !important;
  }
}
.u-fz-12 {
  font-size: 12px !important;
}

@media screen and (min-width: 761px) {
  .u-pc-fz-12 {
    font-size: 12px !important;
  }
}
.u-fz-13 {
  font-size: 13px !important;
}

@media screen and (min-width: 761px) {
  .u-pc-fz-13 {
    font-size: 13px !important;
  }
}
.u-fz-14 {
  font-size: 14px !important;
}

@media screen and (min-width: 761px) {
  .u-pc-fz-14 {
    font-size: 14px !important;
  }
}
.u-fz-15 {
  font-size: 15px !important;
}

@media screen and (min-width: 761px) {
  .u-pc-fz-15 {
    font-size: 15px !important;
  }
}
.u-fz-16 {
  font-size: 16px !important;
}

@media screen and (min-width: 761px) {
  .u-pc-fz-16 {
    font-size: 16px !important;
  }
}
.u-fz-18 {
  font-size: 18px !important;
}

@media screen and (min-width: 761px) {
  .u-pc-fz-18 {
    font-size: 18px !important;
  }
}
.u-fz-20 {
  font-size: 20px !important;
}

@media screen and (min-width: 761px) {
  .u-pc-fz-20 {
    font-size: 20px !important;
  }
}
.u-fz-22 {
  font-size: 22px !important;
}

@media screen and (min-width: 761px) {
  .u-pc-fz-22 {
    font-size: 22px !important;
  }
}
.u-fz-24 {
  font-size: 24px !important;
}

@media screen and (min-width: 761px) {
  .u-pc-fz-24 {
    font-size: 24px !important;
  }
}
.u-fz-26 {
  font-size: 26px !important;
}

@media screen and (min-width: 761px) {
  .u-pc-fz-26 {
    font-size: 26px !important;
  }
}
.u-fz-28 {
  font-size: 28px !important;
}

@media screen and (min-width: 761px) {
  .u-pc-fz-28 {
    font-size: 28px !important;
  }
}
.u-fz-30 {
  font-size: 30px !important;
}

@media screen and (min-width: 761px) {
  .u-pc-fz-30 {
    font-size: 30px !important;
  }
}
.u-fz-32 {
  font-size: 32px !important;
}

@media screen and (min-width: 761px) {
  .u-pc-fz-32 {
    font-size: 32px !important;
  }
}
.u-fz-34 {
  font-size: 34px !important;
}

@media screen and (min-width: 761px) {
  .u-pc-fz-34 {
    font-size: 34px !important;
  }
}
.u-fz-36 {
  font-size: 36px !important;
}

@media screen and (min-width: 761px) {
  .u-pc-fz-36 {
    font-size: 36px !important;
  }
}
.u-fz-38 {
  font-size: 38px !important;
}

@media screen and (min-width: 761px) {
  .u-pc-fz-38 {
    font-size: 38px !important;
  }
}
.u-fz-40 {
  font-size: 40px !important;
}

@media screen and (min-width: 761px) {
  .u-pc-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-bgc-f5f5fa {
  background-color: #F5F5FA !important;
}
.u-bgc-fdf4d7 {
  background-color: #fdf4d7 !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 !important;
}
.u-c-bf0000 {
  color: #bf0000 !important;
}
.u-c-ff008c {
  color: #ff008c !important;
}
.u-c-18187a {
  color: #18187a !important;
}
.u-c-071d7c {
  color: #071d7c !important;
}
.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;
}
.u-td-underline {
  text-decoration: underline !important;
}

/* 個別LP内 component */
.rm-c-button {
  position: relative;
  box-sizing: border-box;
  outline: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  width: 74.6666666667vw;
  max-width: 480px;
  border-radius: 1000px;
  background-color: #FF008C;
  margin: auto;
  line-height: 1;
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff;
  padding: 16px;
}
@media screen and (min-width: 761px) {
  .rm-c-button {
    width: 100%;
    padding: 16px;
    font-size: 1.5rem;
  }
}
.rm-c-button:hover {
  background-color: #cc0070;
}

.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;
  border-bottom: 1px solid #DDDDDD;
}
.rm-c-detail__list {
  margin-top: 8px;
}
.rm-c-detail__list:first-child {
  margin-top: 0;
}
.rm-c-detail__list--num > .rm-c-detail__item--note {
  counter-increment: cnt;
  padding-left: 20px;
}
.rm-c-detail__list--num > .rm-c-detail__item--note::before {
  width: 20px;
  font-size: 14px;
  content: counter(cnt, lower-roman);
}
.rm-c-detail__item {
  font-size: 0.875rem;
  line-height: 1.6;
  margin-top: 4px;
}
.rm-c-detail__item:first-child {
  margin-top: 0;
}
.rm-c-detail__item--note {
  padding-left: 20px;
  position: relative;
}
.rm-c-detail__item--note::before {
  content: "・";
  width: 20px;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
}
.rm-c-detail__item--annotation {
  padding-left: 14px;
  position: relative;
  line-height: 1.4;
}
.rm-c-detail__item--annotation::before {
  content: "※";
  width: 14px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.rm-c-detail__item .rm-c-detail__list {
  margin-top: 4px;
}
.rm-c-detail__item .rm-c-detail__list--num > .rm-c-detail__item--note {
  counter-increment: cnt;
  padding-left: 20px;
}
.rm-c-detail__item .rm-c-detail__list--num > .rm-c-detail__item--note::before {
  width: 20px;
  content: counter(cnt, lower-roman);
}
.rm-c-detail__item .rm-c-detail__item--note::before {
  content: "ー";
}

.rm-c-headline__title {
  color: #333;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 761px) {
  .rm-c-headline__title {
    font-size: 1.875rem;
    line-height: 1.4;
  }
}
.rm-c-headline__subTitle {
  position: relative;
  display: inline-block;
  margin: auto;
  width: 100%;
  color: #18187A;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  padding-bottom: 8px;
  text-align: center;
  line-height: 1;
}
.rm-c-headline__subTitle::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -2px;
  width: 80px;
  height: 2px;
  background-color: #18187A;
  margin: 0 auto;
}
@media screen and (min-width: 761px) {
  .rm-c-headline__subTitle::after {
    width: 96px;
  }
}
@media screen and (min-width: 761px) {
  .rm-c-headline__subTitle {
    font-size: 1.875rem;
    line-height: 1.4;
  }
}
.rm-c-headline__subTitle--text {
  font-size: 1.25rem;
  line-height: 1.3;
}
@media screen and (min-width: 761px) {
  .rm-c-headline__subTitle--text {
    font-size: 1.875rem;
    line-height: 1.4;
  }
}
.rm-c-headline--hidden {
  display: none;
}

.rm-c-kv {
  max-width: 100%;
}
.rm-c-kv__image {
  width: 100%;
}

.rm-c-text {
  position: relative;
}
.rm-c-text--link {
  text-decoration: underline;
  color: #0072BF;
}
.rm-c-text--annotation {
  padding-left: 12px;
  font-size: 0.75rem;
  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;
  line-height: 1.2;
  margin-top: 24px;
}
.rm-c-text--info::before {
  content: "";
  display: block;
  background: url(/lp/link/individual/img/ico_info.png);
  background-size: 100%;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
@media screen and (min-width: 761px) {
  .rm-c-text--info {
    font-size: 1.625rem;
    padding-right: 30px;
  }
  .rm-c-text--info::before {
    width: 26px;
    height: 26px;
  }
}
.rm-c-text--info + .rm-c-text--annotation {
  display: inline-block;
  margin-top: 4px;
  box-sizing: border-box;
  max-width: 74.6666666667vw;
}
@media screen and (min-width: 761px) {
  .rm-c-text--info + .rm-c-text--annotation {
    font-size: 1rem;
    padding-left: 16px;
    max-width: 100%;
  }
  .rm-c-text--info + .rm-c-text--annotation::before {
    width: 16px;
    height: 16px;
  }
}
.rm-c-text--endText {
  line-height: 1.5;
  text-align: center;
  margin: 24px auto 0;
  font-weight: 700;
  color: #006497;
}
@media screen and (min-width: 761px) {
  .rm-c-text--endText {
    font-size: 1.5rem;
  }
}

/* 個別LP共通 style */
.rm-l-mainContents {
  max-width: 1072px;
  margin: 0 auto 104px;
  padding-left: 0;
  padding-right: 0;
  color: #333;
}
@media screen and (min-width: 761px) {
  .rm-l-mainContents {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.rm-c-list__item + .rm-c-list__item {
  margin-top: 8px;
}

.rm-c-entryArea {
  text-align: center;
  padding: 24px 16px 0;
  margin: auto;
}
@media screen and (min-width: 761px) {
  .rm-c-entryArea {
    padding: 32px 0 0;
    margin: auto;
    text-align: center;
  }
}
.rm-c-entryArea__annotation {
  text-align: left;
}
.rm-c-entryArea__annotation + .rm-c-entryArea__period {
  margin-top: 24px;
}
.rm-c-entryArea__annotation + .rm-c-entryArea__subContainer {
  margin-top: 24px;
}
.rm-c-entryArea__period {
  font-size: 0.875rem;
  line-height: 1.4;
  text-align: left;
  font-weight: 700;
}
@media screen and (min-width: 761px) {
  .rm-c-entryArea__period {
    text-align: center;
    font-size: 1.125rem;
  }
}
.rm-c-entryArea__period + .rm-c-entryArea__period {
  margin-top: 8px;
}
.rm-c-entryArea__container {
  padding: 24px 24px 0;
}
@media screen and (min-width: 761px) {
  .rm-c-entryArea__container {
    padding: 24px 0 0;
  }
}
.rm-c-entryArea__subContainer {
  display: inline-block;
}
.rm-c-entryArea__campaignLink {
  color: #0072bf;
  text-decoration: underline;
  font-size: 1rem;
  margin-top: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.rm-c-entryArea__campaignLink: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);
}

.rm-c-campaignArea {
  background-color: #F7F7F7;
  padding: 40px 16px;
  margin-top: 72px;
}
@media screen and (min-width: 761px) {
  .rm-c-campaignArea {
    padding: 72px 40px;
  }
}
.rm-c-campaignArea--noBg {
  background: none;
  padding-top: 0;
  padding-bottom: 0;
}
.rm-c-campaignArea--noBg .rm-c-campaignArea__container {
  border: 2px solid #E0E0E0;
}
@media screen and (min-width: 761px) {
  .rm-c-campaignArea--noBg {
    padding: 0;
  }
}
.rm-c-campaignArea__container {
  box-sizing: border-box;
  width: 100%;
  position: relative;
  background-color: #fff;
  text-align: center;
  padding: 24px;
  margin-top: 24px;
}
.rm-c-campaignArea__container > :first-child {
  margin-top: 0;
}
@media screen and (min-width: 761px) {
  .rm-c-campaignArea__container {
    padding: 40px 94px;
    margin-top: 48px;
  }
}
.rm-c-campaignArea__container--next {
  margin-bottom: 68px;
}
.rm-c-campaignArea__container--next::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -44px;
  left: 50%;
  transform: translateX(-50%);
  width: 44px;
  height: 20px;
  background-color: #D1D1D1;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}
@media screen and (min-width: 761px) {
  .rm-c-campaignArea__container--next {
    margin-bottom: 126px;
  }
  .rm-c-campaignArea__container--next::after {
    bottom: -78px;
    width: 64px;
    height: 30px;
  }
}
.rm-c-campaignArea__container .rm-c-button {
  margin-top: 24px;
}
@media screen and (min-width: 761px) {
  .rm-c-campaignArea__container .rm-c-button {
    margin-top: 32px;
  }
}
.rm-c-campaignArea__container .rm-c-text + .rm-c-text {
  margin-top: 4px;
}
.rm-c-campaignArea__title {
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 24px;
  line-height: 1.4;
}
@media screen and (min-width: 761px) {
  .rm-c-campaignArea__title {
    font-size: 1.875rem;
    margin-top: 32px;
  }
}
.rm-c-campaignArea__imageContainer {
  width: 100%;
  background-color: #ffcccc;
  text-align: center;
  box-sizing: border-box;
  margin-top: 24px;
  padding: 8px 34px;
  border-radius: 10px 10px 0 0;
}
@media screen and (min-width: 761px) {
  .rm-c-campaignArea__imageContainer {
    margin-top: 32px;
    padding: 26px 94px;
  }
}
.rm-c-campaignArea__imageContainer .rm-c-campaignArea__image {
  margin-top: 0;
}
.rm-c-campaignArea__imageLink {
  display: block;
  width: 100%;
}
.rm-c-campaignArea__imageLink:hover {
  opacity: 0.8;
}
.rm-c-campaignArea__imageLink--end {
  pointer-events: none;
  position: relative;
}
.rm-c-campaignArea__imageLink--end:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.65);
}
.rm-c-campaignArea__imageLink--end:after {
  content: "終了しました";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
}
@media screen and (min-width: 761px) {
  .rm-c-campaignArea__imageLink--end:after {
    font-size: 1.25rem;
  }
}
.rm-c-campaignArea__image {
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-top: 24px;
  width: 100%;
}
@media screen and (min-width: 761px) {
  .rm-c-campaignArea__image {
    margin-top: 32px;
  }
}
.rm-c-campaignArea__annotation {
  margin-top: 24px;
  display: inline-block;
  text-align: left;
}
@media screen and (min-width: 761px) {
  .rm-c-campaignArea__annotation {
    margin-top: 32px;
  }
}
.rm-c-campaignArea__text {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 24px;
}
.rm-c-campaignArea__text:first-child {
  margin-top: 0;
}
@media screen and (min-width: 761px) {
  .rm-c-campaignArea__text {
    font-size: 1.875rem;
  }
}
.rm-c-campaignArea__text--small {
  font-size: 0.75rem;
  word-break: break-all;
}
@media screen and (min-width: 761px) {
  .rm-c-campaignArea__text--small {
    font-size: 1rem;
  }
}
.rm-c-campaignArea__list {
  display: inline-block;
  text-align: left;
  margin-top: 24px;
}
@media screen and (min-width: 761px) {
  .rm-c-campaignArea__list {
    margin-top: 32px;
  }
}
.rm-c-campaignArea__list--medium {
  max-width: 240px;
  margin: 24px auto 0;
}
@media screen and (min-width: 761px) {
  .rm-c-campaignArea__list--medium {
    margin: 32px auto 0;
  }
}
.rm-c-campaignArea__item:nth-of-type(n+2) {
  margin-top: 4px;
}
.rm-c-campaignArea__item .rm-c-text--annotation {
  font-size: 0.8125rem;
}

.rm-c-eventArea {
  padding: 72px 40px 0px 40px;
  text-align: center;
}
.rm-c-eventArea__container {
  margin: 0 auto;
  max-width: 348px;
}
@media screen and (min-width: 761px) {
  .rm-c-eventArea__container {
    max-width: 712px;
    padding: 0;
  }
}
.rm-c-eventArea__list {
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 761px) {
  .rm-c-eventArea__list {
    margin-bottom: 32px;
  }
}
.rm-c-eventArea__link {
  display: inline-block;
  width: 100%;
}
.rm-c-eventArea__link:hover {
  opacity: 0.75;
}
.rm-c-eventArea__item {
  width: calc((100% - 16px) / 2);
}
.rm-c-eventArea__item:nth-of-type(2n) {
  margin-left: 16px;
}
.rm-c-eventArea__item:nth-of-type(n+3) {
  margin-top: 16px;
}
@media screen and (min-width: 761px) {
  .rm-c-eventArea__item {
    width: calc((100% - 48px) / 4);
  }
  .rm-c-eventArea__item:nth-of-type(2n) {
    margin-left: 16px;
  }
  .rm-c-eventArea__item:nth-of-type(n+3) {
    margin-top: 0px;
  }
  .rm-c-eventArea__item:nth-of-type(n+2) {
    margin-left: 16px;
  }
}
.rm-c-eventArea__item--longBanner {
  display: block;
  width: 100%;
  margin-top: 16px;
  margin-left: 0 !important;
}
@media screen and (min-width: 761px) {
  .rm-c-eventArea__item--longBanner {
    width: calc((100% - 32px) / 2);
    margin-top: 32px !important;
  }
  .rm-c-eventArea__item--longBanner:last-of-type {
    margin-left: 32px !important;
  }
}
.rm-c-eventArea__image {
  width: 100%;
}
.rm-c-eventArea__text {
  padding-bottom: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #18187A;
}
@media screen and (min-width: 761px) {
  .rm-c-eventArea__text {
    font-size: 1rem;
  }
}
.rm-c-eventArea__text span {
  font-size: 1.375rem;
  display: block;
  margin-top: 10px;
  color: #FF008C;
}

.rm-c-detailArea {
  margin-top: 72px;
  padding: 0 16px;
}
@media screen and (min-width: 761px) {
  .rm-c-detailArea {
    padding: 0;
  }
}
.rm-c-detailArea__container {
  padding: 0;
  margin-top: 24px;
}
@media screen and (min-width: 761px) {
  .rm-c-detailArea__container {
    margin-top: 48px;
  }
}
.rm-c-detailArea__title {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.4;
  padding: 16px;
  border: 1px solid #DDDDDD;
  border-bottom: none;
  background-color: #E9E9E9;
}

/* c-featuredEvents */
.rm-c-featuredEvents {
  padding: 40px 0;
  margin-top: 72px;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFF2F9;
  width: 100%;
}
.rm-c-featuredEvents__eventList {
  width: 74.6666666667%;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2px;
  padding-right: 2px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
@media screen and (min-width: 761px) {
  .rm-c-featuredEvents__eventList {
    gap: 14px;
    width: 100%;
    max-width: 530px;
    margin-top: 48px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
.rm-c-featuredEvents__eventItem {
  width: calc(50% - 7px);
  height: calc(50% - 7px);
}
@media screen and (min-width: 761px) {
  .rm-c-featuredEvents__eventItem {
    width: calc((100% - 28px) / 3);
    height: calc((100% - 28px) / 3);
  }
  .rm-c-featuredEvents__eventItem:hover {
    opacity: 0.8;
  }
}
.rm-c-featuredEvents .rm-c-button {
  margin-top: 24px;
}
@media screen and (min-width: 761px) {
  .rm-c-featuredEvents .rm-c-button {
    margin-top: 48px;
  }
}

/* rm-c-consentCheck */
.rm-c-consentCheck {
  width: 100%;
}
.rm-c-consentCheck__button {
  pointer-events: none;
  background-color: #ededed;
  color: #bfbfbf;
}
.rm-c-consentCheck__button.is-active {
  pointer-events: all;
  background-color: #ff008c;
  color: #fff;
}
.rm-c-consentCheck__button.is-active:hover {
  background-color: #cc0070;
}
.rm-c-consentCheck__label {
  cursor: pointer;
  margin: 12px 0 0 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
}
.rm-c-consentCheck__checkbox {
  cursor: pointer;
  appearance: none;
  height: 18px;
  width: 18px;
  margin-right: 12px;
  border: 1px solid #4d4d4d;
  border-radius: 4px;
  position: relative;
}
.rm-c-consentCheck__checkbox:checked {
  background-color: #4d4d4d;
}
.rm-c-consentCheck__checkbox:checked:before {
  content: "";
  display: block;
  position: absolute;
  top: 40%;
  left: 50%;
  width: 10px;
  height: 5px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.rm-c-media {
  width: 100%;
}
.rm-c-media--link {
  display: block;
}
.rm-c-media--link:hover {
  opacity: 0.8;
}
.rm-c-media__image {
  width: 100%;
}