@charset "UTF-8";
@font-face {
  font-family: "Rakuten Sans JP2";
  src: url(../../fonts/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(../../fonts/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(../../fonts/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(../../fonts/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(../../fonts/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(../../fonts/fonts/RakutenSansJP2_W-Heavy.woff2) format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
html {
  font-family: "Rakuten Sans JP2", "Rakuten Sans JP", "Noto Sans JP", sans-serif;
  box-sizing: border-box;
}

em {
  font-style: normal;
  font-weight: 700;
}

.fw-b {
  font-weight: bold;
}

.crimsonRed {
  color: #bf0000;
}

.magenta {
  color: #ff008c;
}

.black {
  color: #333333;
}

.c000033 {
  color: #000033;
}

.cAnnotation {
  color: #DF0101;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}
.indent-content {
  padding-left: 1em;
}

.txt-center {
  text-align: center !important;
}

.txt-left {
  text-align: left !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.pdLR0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-wrap {
  flex-wrap: wrap !important;
}

.pc-bg {
  position: fixed;
  z-index: -1;
  top: 0;
  height: 100dvh;
  width: 100%;
  scroll-snap-type: y proximity;
  background-image: url(../img/bg_pc.png);
  background-size: cover;
}

.main-container {
  padding-bottom: 120px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .main-container {
    max-width: 360px;
    margin: 0 auto;
  }
}

.bottom-dl-area {
  margin-top: 0;
}

.detail__list--item {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 8px;
}
.detail__list--item::before {
  content: "※";
  display: inline;
}

.lp-wrap.past {
  padding-bottom: 180px;
}
@media screen and (max-width: 767.9px) {
  .lp-wrap.past {
    padding-bottom: 120px;
  }
}

.lp_welcome {
  color: #333333;
  line-height: 1.5;
}

.button--blue, .button--pink, .button--white, .button {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 54px;
  width: 100%;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  color: white;
  line-height: 1.1;
  background-color: #ff008c;
  border-radius: 60px;
  box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.15);
}
.button--blue:hover, .button--pink:hover, .button--white:hover, .button:hover {
  background-color: #cc0070;
}
.buttonBlue.button--blue, .buttonBlue.button--pink, .buttonBlue.button--white, .buttonBlue.button {
  background: #3B3BA3;
}
.feature-flow__block--box .button--blue, .feature-flow__block--box .button--pink, .feature-flow__block--box .button--white, .feature-flow__block--box .button {
  font-size: 13px;
}

.button--white {
  height: 76px;
  color: #ff008c !important;
  background-color: white;
  border: 2px solid #ff008c;
  width: 100%;
}
.button--white:hover {
  background-color: white;
  filter: brightness(140%);
}
.button--pink {
  color: #ff008c;
  font-weight: bold;
  background-color: white;
  border: 2px solid #ff008c;
  width: 100%;
}
.button--pink:hover {
  background-color: white;
  filter: brightness(140%);
}
.button--blue {
  color: #0072BF;
  background-color: white;
  border: 1px solid #0072BF;
  width: 100%;
}
.button--blue:hover {
  background-color: white;
  filter: brightness(140%);
}

.caution {
  margin: 16px 0 0;
  font-size: 16px;
  line-height: 1.6;
}

.sp_wrapper {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
.sp_wrapper img {
  width: 100%;
}
@media screen and (max-width: 767.9px) {
  .sp_wrapper {
    max-width: none;
  }
}

.border-dashed {
  width: 100%;
  border-top: black 1px dashed;
  border-top-color: #BFBFBF;
  border-top-width: 0.6px;
  margin-bottom: 16px;
}

/* kv */
.kv img {
  width: 100%;
}
.kv_bottom {
  max-width: 760px;
  margin: 0 auto;
  padding: 24px 16px;
  color: #676767;
}
.kv_main {
  background: #FFF2F9;
}
.kv_main-image {
  display: block;
  max-width: 760px;
  margin: 0 auto;
}
.kv_main-period {
  position: relative;
  width: 98.8%;
  margin: 10px auto;
  padding: 4px;
  border: 0.8px solid #ff008c;
  border-radius: 4px;
  color: #ff008c;
}
.kv_main-period__term {
  white-space: nowrap;
}
.kv_main-period__term--big {
  font-weight: 700;
  font-size: 15px;
}
.kv_main-period__head {
  font-size: 13.68px;
  font-weight: 700;
}
.kv_main-period__labels {
  position: absolute;
  display: flex;
  flex-direction: row;
  gap: 6px;
  top: 4px;
  right: 4px;
}
.kv_main-period__labels--label {
  font-weight: 400;
  background-color: #ff008c;
  color: white;
}

.feature {
  padding-top: 16px;
  margin-bottom: 32px;
}

/* mainContent */
.mainContent {
  padding: 40px 16px;
  background: #FFE2F2;
  color: #ff008c;
}
.mainContent_inner {
  max-width: 540px;
  margin: 0 auto;
}

/* 開催中のキャンペーンはこちらボタン */
.other-campaign {
  margin: 36px 0 0;
  padding: 0 24px;
  text-align: center;
}
.other-campaign img {
  width: 100%;
}

.other-campaign-btn {
  display: block;
  width: 100%;
  font-size: 15px;
  color: #3B3BA3;
  border: 2px solid #3B3BA3;
  padding: 11px 24px 12px;
  border-radius: 100vh;
  position: relative;
  text-align: center;
}
.other-campaign-btn:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #3B3BA3;
  border-right: solid 2px #3B3BA3;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  transform: rotate(45deg);
}

/*--------------------
  フローティングバナー
--------------------*/
@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: flex;
    opacity: 0;
  }
  100% {
    display: flex;
    opacity: 1;
  }
}
.entry_bottom {
  padding: 16px;
}

.terms {
  padding: 16px;
}

.floatingBnr {
  display: flex;
  position: fixed;
  bottom: 120px;
  right: 0;
  z-index: 99;
  box-shadow: 0px 0px 6.07143px rgba(0, 0, 0, 0.25);
  border-radius: 10px 0px 0px 10px;
  overflow: hidden;
  transition: 0.5s;
}
.floatingBnr.fadeIn {
  animation: fadeIn 0.3s ease-in 0s forwards;
}
.floatingBnr.close {
  right: -190px;
}
.floatingBnr .target {
  width: 30px;
  background: white;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.floatingBnr .target:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #232361;
  border-right: 2px solid #232361;
  transform: rotate(45deg);
  margin: 0 3px 0 0;
}
.floatingBnr .target.close:after {
  transform: rotate(-135deg);
  margin: 0 0 0 5px;
}
.floatingBnr .bnr .floatingBnrImage {
  width: 190px;
}
@media screen and (max-width: 767.9px) {
  .floatingBnr {
    bottom: 140px;
    border-radius: 8px 0px 0px 8px;
  }
  .floatingBnr.close {
    right: -190px;
  }
  .floatingBnr .target {
    width: 26px;
  }
  .floatingBnr .bnr .floatingBnrImage {
    width: 190px;
  }
}

/*--------------------
  フローティングバナー　くじ
--------------------*/
.floatingBnrKuji {
  position: fixed;
  bottom: 30px;
  right: 16px;
  z-index: 99;
  width: 138px;
}
.floatingBnrKuji_close {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 34px !important;
  z-index: 999;
}
.floatingBnrKuji.close {
  display: none;
}

/* note */
.note_inner {
  margin: 0 auto;
  max-width: 600px;
  padding: 0 4rem;
  font-size: 1.6rem;
  color: #000033;
}

/* アンケート */
.popask {
  margin-top: 32px;
}
.popask #rexSurveyEmbedded:empty {
  margin-top: -32px;
}

/* terms */
.terms__inner {
  margin: 0 auto;
  padding: 72px 16px;
  max-width: 800px;
}
.terms__close {
  margin-bottom: 32px;
}
.terms__head {
  margin-bottom: 16px;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
.terms__title {
  border: solid 1px #dddddd;
  border-bottom: none;
  padding: 16px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  background-color: #e9e9e9;
}
.terms__detail {
  background-color: white;
  border: solid 1px #dddddd;
  line-height: 1.6;
}
.terms__detail-head {
  background-color: #F7F8FB;
  border-bottom: solid 1px #dddddd;
  padding: 16px;
  font-size: 16px;
  font-weight: bold;
}
.terms__detail-desc {
  padding: 16px;
  font-size: 14px;
}
.terms__detail-desc:not(:last-of-type) {
  border-bottom: solid 1px #dddddd;
}
.terms__detail-subhead {
  margin-bottom: 8px;
  padding-bottom: 8px;
  font-weight: bold;
  border-bottom: 1px solid #dddddd;
}
.terms__detail-subhead:not(:first-of-type) {
  margin-top: 16px;
}
.terms__detail-note span {
  font-weight: bold;
}
* + .terms__detail-note {
  margin-top: 12px;
}

.floatingArea {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 8px 16px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #FFFFFF;
}
.floatingArea-head {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 8px;
}
.floatingArea-inner {
  max-width: 540px;
  margin: 0 auto;
}
.floatingArea-inner-list {
  display: flex;
  gap: 8px;
  align-items: baseline;
  justify-content: center;
}
.floatingArea-inner-list-item a {
  background-color: #FFFFFF;
}
@media screen and (max-width: 767.9px) {
  .floatingArea-inner-list-item a {
    background: none;
  }
}
.floatingArea-inner-list-item .desktopWelcome_flame_detail_download_item_note {
  color: #FFFFFF;
}
.floatingArea-inner-list img {
  max-width: 100%;
  height: auto;
}
.floatingArea-button {
  position: absolute;
  top: 10px;
  right: 32px;
}
.floatingArea-button button {
  padding-right: 22px;
  background-image: url("/img/btn_icon/btn_close_01.png");
  background-size: 16px;
  background-position: right;
  background-repeat: no-repeat;
  filter: brightness(10);
}

img.link-icon {
  width: 100px;
  height: 100px;
}

img.img-qr {
  width: 190px;
  height: 190px;
}

/* TOPへボタン */
.to-top-btn {
  position: fixed;
  opacity: 0;
  transition: opacity 0.3s ease-out;
  z-index: 999;
  bottom: 2.4rem;
  right: 2.4rem;
  width: 50px;
  height: 50px;
}

.to-top-btn.active {
  opacity: 1;
  transition: opacity 0.3s ease-out;
}

.to-top-btn img {
  width: 100%;
}

@media screen and (max-width: 767.9px) {
  .to-top-btn {
    bottom: 15rem;
    right: 1.6rem;
    width: 46px;
    height: 46px;
  }
}
/*--------------------
  banner-slider
--------------------*/
.banner-slider {
  opacity: 0;
  transition: opacity 0.3s linear;
  width: 100%;
}
.banner-slider.swiper-initialized {
  opacity: 1;
}
.banner-slider .swiper-slide img {
  width: 100%;
}
.banner-slider .swiper-pagination {
  position: static;
  padding: 24px 16px 8px;
}
.banner-slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: 2px solid #dddddd;
  opacity: 1;
  margin: 0 6px !important;
}
.banner-slider .swiper-pagination-bullet-active {
  background-color: #bf0000;
  border-color: #bf0000;
}
.banner-slider .swiper-button-disabled {
  display: none;
}
.banner-slider .swiper-button-prev {
  left: 0;
}
.banner-slider .swiper-button-next {
  right: 0;
}
.banner-slider .swiper-button-next,
.banner-slider .swiper-button-prev {
  border-radius: 100%;
  font-size: 0px;
  top: 45%;
  width: 32px;
  height: 32px;
  border: none;
  background-color: #bf0000;
  filter: brightness(90%);
}
.banner-slider .swiper-button-next::after,
.banner-slider .swiper-button-prev::after {
  font-size: 14px;
  color: white;
}

#step01 .rex-button {
  font-size: 20px;
}

#header-wrap, .main-container, #footer-wrap {
  background-color: #FFF;
}

/*.scroll-wrapper {
  height: 100dvh;
  overflow-y: scroll;
  scroll-snap-type: y proximity;
  background-image: url(../img/bg_pc.png);
  background-size: cover;
}*/
.content-container {
  position: relative;
  top: 0;
  width: 100%;
  max-width: 600px;
  z-index: 1;
}
.content-container .content {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  pointer-events: none;
}
.content-container .content_icon {
  width: 36px;
}
.content-container .content_title {
  width: 100%;
  height: 69px;
  padding-bottom: 12px;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  font-size: 19px;
  font-weight: bold;
  -webkit-mask-image: radial-gradient(circle 1500px at 50% calc(100% + 1485px), transparent 1499px, black 1500px);
  mask-image: radial-gradient(circle 1500px at 50% calc(100% + 1485px), transparent 1499px, black 1500px);
}
.content-container .content_inner {
  position: relative;
  padding: 0 40px;
}
.content-container .content_inner .offer {
  text-align: left;
  margin-top: 8px;
  font-size: 9px;
}
.content-container .content_inner .offer::before {
  content: "※";
}
.content-container .content__overlay-img {
  position: absolute;
  z-index: 10;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.content-container .content__overlay-img img {
  width: 100%;
  display: block;
}
.content-container .content__overlay-img img:not([src]) {
  display: none;
}
.content-container .content__overlay-img.is-visible {
  opacity: 1;
}
.content-container .content.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  display: block;
  transition: opacity 0.3s ease, visibility 0.3s;
}
.content-container .content .text-area {
  text-align: center;
  margin-bottom: 8px;
}

.tab-menu {
  position: absolute;
  border-top: 2px solid transparent;
  background-color: #FFF;
}
.tab-menu .menu-container {
  display: flex;
  align-items: stretch;
}
.tab-menu .menu-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4px;
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
}
.tab-menu .menu-item__icon {
  width: 32px;
  height: 32px;
  object-fit: contain;
  transition: opacity 0.3s;
}
.tab-menu .menu-item__icon--color {
  display: none;
}
.tab-menu .menu-item__icon--grey {
  display: block;
}
.tab-menu .menu-item__text {
  margin-top: 4px;
  font-size: 9px;
  text-align: center;
}
.tab-menu .menu-item.is-active .menu-item__icon--color {
  display: block;
}
.tab-menu .menu-item.is-active .menu-item__icon--grey {
  display: none;
}
.tab-menu__indicator {
  position: absolute;
  top: -2px;
  height: 3px;
  border-radius: 2px 2px;
  transition: left 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1), background 0.35s ease;
  pointer-events: none;
}

.dot-indicator {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 100;
}
.dot-indicator .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ccc;
  transition: background-color 0.3s, transform 0.3s;
}
.dot-indicator .dot.is-active {
  background-color: #333;
  transform: scale(1.3);
}

.smartphone {
  position: relative;
  width: 200px;
  height: 381px;
  margin: 0 auto 4px;
}
.smartphone > div {
  padding-top: 3px;
  border-radius: 20px;
  width: 190px;
  height: 375px;
  margin: 0 auto;
}
.smartphone::before {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  display: block;
  content: "";
  z-index: 10;
  width: 100%;
  height: 100%;
  background-image: url(../img/img_frame.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.smartphone img {
  max-width: 100%;
}

.swiper {
  width: 100%;
  max-height: 400px;
}

.tab-content {
  position: relative;
  background-color: #FFF4F4;
  top: 0;
  height: 667px;
  width: 100%;
  scroll-snap-align: start;
}
.tab-content .tab-menu {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.tab-content .button {
  height: 35px;
}

.step {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 8px;
  color: #3c3c3c;
  font-weight: 600;
  height: 45px;
}
.step-icon {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 2px;
  padding: 8px 0;
  width: 40px;
  height: 40px;
  line-height: 1;
  background-color: #007ACC;
  color: #FFFFFF;
  border-radius: 100px;
  font-size: 10.52px;
  font-weight: 700;
}
.step-icon_no {
  font-size: 17.1px;
}
.step-text {
  text-align: left;
}

.rm-c-button {
  display: inline-block;
  width: 100%;
  max-width: 480px;
  padding: 11.5px 20px;
  border-radius: 9999px;
  box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  vertical-align: middle;
}
@media screen and (max-width: 767.9px) {
  .rm-c-button {
    padding: 15px 20px;
    font-size: 20px;
    line-height: 1.5;
  }
}
.rm-c-button--primary {
  border: 2px solid #ff008c;
  background-color: #ff008c;
  color: #ffffff;
}
.rm-c-button--primary:hover {
  border: 2px solid #cc0070;
  background-color: #cc0070;
}
.rm-c-button--primary:active {
  border: 2px solid #990054;
  background-color: #990054;
}

.rm-c-account__link {
  font-size: 12px;
  line-height: 1.7;
  display: block;
  color: #0072BF;
  text-decoration: underline;
}
@media screen and (max-width: 767.9px) {
  .rm-c-account__link {
    font-size: 16px;
  }
}

.rm-c-account__text--annotation {
  margin: 8px 0 0;
  padding-left: 13px;
  display: inline-block;
  font-size: 12px;
  line-height: 1.4;
  color: #BF0000;
  position: relative;
}

.rm-c-account__text--annotation::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 13px;
  height: 13px;
  content: "※";
  font-size: inherit;
}

/*感謝祭流用*/
/* detail */
.rm-c-detail {
  width: 100%;
  margin: 16px 0 0;
}
@media screen and (min-width: 768px) {
  .rm-c-detail {
    margin: 40px 0 0;
  }
}
.rm-c-detail__container {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .rm-c-detail__container {
    margin-top: 12px;
  }
}
.rm-c-detail__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  padding: 16px;
  border: 1px solid #DDDDDD;
  border-bottom: none;
  background-color: #E9E9E9;
}
.rm-c-detail__table {
  border: 1px solid #DDDDDD;
  border-bottom: none;
}
.rm-c-detail__table--term {
  font-weight: 700;
  font-size: 16px;
  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: 25px;
}
.rm-c-detail__item .rm-c-detail__list--num > .rm-c-detail__item--note {
  counter-increment: cnt;
  padding-left: 25px;
}
.rm-c-detail__list--num > .rm-c-detail__item--note::before {
  width: 20px;
  font-size: 14px;
  content: "【" counter(cnt) "】";
}
.rm-c-detail__item .rm-c-detail__list--num > .rm-c-detail__item--note::before {
  width: 20px;
  content: counter(cnt);
}
.rm-c-detail__item {
  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 .rm-c-detail__item--note::before {
  content: "ー";
}
.rm-c-detail__item--note-important {
  padding-left: 20px;
  position: relative;
}
.rm-c-detail__item--note-important::before {
  content: "※";
  width: 20px;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
}
.rm-c-detail__item .rm-c-detail__item--note-important::before {
  content: "ー";
}
.rm-c-detail__item .rm-c-detail__list {
  margin-top: 4px;
}
.rm-c-detail a {
  word-break: break-word;
}

/* accordion */
.js-accordion [data-accordion-id] {
  display: grid;
  transition: grid-template-rows 0.5s;
  grid-template-rows: 0fr;
}
.js-accordion [data-accordion-id].is-show {
  grid-template-rows: 1fr;
}
.js-accordion [data-accordion-id] > * {
  overflow: hidden;
}

.rm-c-accordion {
  display: flex;
  flex-direction: column;
}
.rm-c-accordion__item {
  background-color: #ffffff;
  border: 1px solid #BFBFBF;
  box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.rm-c-accordion--noFrame .rm-c-accordion__item {
  border: none;
  background-color: #FFF2F9;
}
.rm-c-accordion--list .rm-c-accordion__item {
  border-top: 1px solid #BFBFBF;
  border-bottom: none;
  border-left: none;
  border-right: none;
  box-shadow: none;
  border-radius: 0;
}
.rm-c-accordion--list .rm-c-accordion__item:last-child {
  border-bottom: 1px solid #BFBFBF;
}
.rm-c-accordion--readMore .rm-c-accordion__item {
  background-color: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
}
.rm-c-accordion__head {
  width: 100%;
}
.rm-c-accordion--readMore .rm-c-accordion__head {
  text-align: center;
}
.rm-c-accordion__button {
  position: relative;
  width: 100%;
  padding: 16px 0;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  border-radius: 8px;
}
.rm-c-accordion__button:before {
  position: absolute;
  content: "";
  top: 50%;
  right: 16px;
  width: 24px;
  height: 24px;
  background-image: url(../img/accordion_plus.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  transition: all 0.5s;
}
.rm-c-accordion--list .rm-c-accordion__button:before {
  right: 0;
}
.rm-c-accordion--readMore .rm-c-accordion__button:before {
  content: none;
}
.rm-c-accordion__buttonText {
  color: #0072BF;
  text-decoration: underline;
}
.rm-c-accordion__button:hover .rm-c-accordion__buttonText {
  color: #00568F;
  text-decoration-thickness: 2px;
}
.rm-c-accordion__buttonIcon {
  color: #FF008C;
  margin-right: 4px;
  vertical-align: middle;
}
.rm-c-accordion__button.is-active::before {
  background-image: url(../img/accordion_minus.svg);
}
.rm-c-accordion--list .rm-c-accordion__button.is-active::before {
  font-weight: 600;
}
.rm-c-accordion--readMore .rm-c-accordion__button.is-active::before {
  display: none;
}
.rm-c-accordion--list .rm-c-accordion__button {
  font-weight: 400;
  text-align: left;
  border-radius: 0;
}
.rm-c-accordion--readMore .rm-c-accordion__button {
  display: inline-block;
  width: auto;
  padding: 0;
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .rm-c-accordion__button {
    padding: 24px 0;
    padding-right: 18px;
    font-size: 18px;
    line-height: 1.4;
  }
  .rm-c-accordion__button:hover {
    background-color: #F7F7F7;
  }
  .rm-c-accordion--noFrame .rm-c-accordion__button:hover {
    background-color: #FFF2F9;
  }
  .rm-c-accordion--readMore .rm-c-accordion__button:hover {
    background-color: transparent;
  }
  .rm-c-accordion__button:before {
    right: 24px;
    width: 30px;
    height: 30px;
  }
}
.rm-c-accordion__container {
  width: 100%;
}
.rm-c-accordion__inner {
  width: 100%;
}
.rm-c-accordion__content {
  padding: 0 16px 16px;
}
.rm-c-accordion--list .rm-c-accordion__content {
  padding: 0 0px 16px;
}
.rm-c-accordion--readMore .rm-c-accordion__content {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .rm-c-accordion__content {
    padding: 0 24px 24px;
  }
  .rm-c-accordion--list .rm-c-accordion__content {
    padding: 0 0 24px;
  }
}

.rally__head {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  border-bottom: 2px solid #333333;
  margin-bottom: 16px;
}
.rally__head::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 10px solid #333333;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

.marker {
  background: linear-gradient(transparent 70%, #FFFF19 30%);
  background-size: 100% 80%;
  font-weight: bold;
}

.rm-c-custom-h2 {
  text-align: center;
  color: #333333;
  font-size: 28px;
  font-weight: bold;
}
.rm-c-custom_date_detail {
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  margin-bottom: 16px;
}
.rm-c-custom_date_title {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FF008C;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
  gap: 15px;
}
.rm-c-custom_date_title:before, .rm-c-custom_date_title:after {
  content: "";
  display: block;
  background-color: #FF008C;
  flex: 1;
  height: 2px;
}
.rm-c-custom_date_event {
  color: #8A0112;
  font-weight: 600;
  font-size: 28px;
  text-align: center;
  margin-bottom: 16px;
}
.rm-c-custom_date_event_content {
  max-width: 500px;
  width: 100%;
  border-radius: 12px;
  background-color: #FFFFFF;
  padding: 16px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 400;
}
.rm-c-custom_date_event_content img {
  width: 100%;
  margin-bottom: 16px;
}

.cv_balloon {
  position: relative;
  text-align: center;
}
.cv_balloon img {
  width: 205px;
}

.rm-c-button__info {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  color: #0072BF;
  position: relative;
  display: inline-block;
  padding-left: 28px;
}

.rm-c-button__info::before {
  content: "";
  display: block;
  background: url(../img/icon_info.png);
  background-size: 100%;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (min-width: 761px) {
  .rm-c-button__info {
    font-size: 20px;
    padding-left: 34px;
  }
  .rm-c-button__info::before {
    width: 26px;
    height: 26px;
  }
}