@charset "utf-8";

.pointback-wrap {
  overflow: clip;
}

.pointback-container {
  min-width: 1024px;
}
.con-bgc-efecff{
  background-color: #efecff;

}

.kanban-banner {
  background-color: #8f5e00;
  min-width: 1024px;
}

.kanban {
  background-image:url(https://r.r10s.jp/evt/event/campaign/pointback/20251211/_pc/img/bg.png);
  background-repeat: no-repeat;
  background-size:1920px 608px;
  background-position:top center;
  background-color: #efecff;
  padding: 10px 0 0;
  color: #333;
  min-height: 608px;
  overflow: hidden;
  overflow-x: clip;
  position: relative;
  min-width: 1024px;
}
.kanban:before {
  display: block;
  content: "";
  width: 1200px;
  height: 313px;
  margin: 0 auto;
  position: absolute;
  top:60px;
  left:0;
  right: 0;
  background-image: url(https://r.r10s.jp/evt/event/campaign/pointback/20251211/_pc/img/bg_mv.png);
  background-repeat: no-repeat;
  background-size: 1116px auto;
  background-position: top left 72px;
  z-index: 0;
  transform-origin: center 80%;
  animation: zoomIn 0.6s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

.kanban.kanban--pre {
  /* background-image: url(https://r.r10s.jp/evt/event/campaign/pointback/20251211/_pc/img/bg_mv_pre.png),
    url(https://r.r10s.jp/evt/event/campaign/pointback/20251211/_pc/img/bg.png);
  background-size:
    1920px 420px,
    40px;
 */
}

.kanban h1{
  margin-top: -64px;
  margin-bottom: -80px;
  position: relative;
  z-index: 1;
}
.kanban h1 + img{
  position: relative;
  z-index: 2;
}

.kanban .box_mv{
  border:1px solid #431871;
  border-radius: 8px;
  background-color: #ffffff;
  position: relative;
  width: 640px;
  height: 98px;
  padding: 22px 20px 12px;
  margin: 22px auto 0;
}
.kanban .box_mv:before{
  display: block;
  content: "";
  width:735px;
  height:167px;
  background-image: url(https://r.r10s.jp/evt/event/campaign/pointback/20251211/_pc/img/box_mv_coin.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top:-42px;
  left:20px ;
  pointer-events: none;
  transform-origin: center -200%;
  animation: zoomIn 0.6s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

.kanban .box_mv ._ribbon{
  width: 9em;
  border-radius: 4.5em;
  background-color: #431871;
  color:#ffffff;
  font-size: 16px;
  line-height: 1.62;
  text-align: center;
  position: absolute;
  top: -15px;
  left:0;
  right:0;
  margin: 0 auto;
}

.kanban .box_mv ._main{
  text-align: center;
  font-weight:bold ;
  font-size: 22px;
  color:#431871;
}
.kanban .box_mv ._sub{
  text-align: center;
  font-size: 16px;
  color:#431871;
  font-feature-settings: "palt";
}

@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}



/*contents */

.entry-button .rcEntryButton-button {
  background-color: #ffc000;
  border-color: #ffc000;
  color:#353535;
  width: 480px;
}

.entry-button .rcEntryButton-button:not([disabled]):hover {
  background-color: #ffc000;
  border-color: #ffc000;
  color:#353535;
}
.entry-button .rcEntryButton-button svg,
.entry-button .rcEntryButton-button svg path{
  fill:#353535;
}

.kanban-nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 420px;
  margin: 32px auto 0;
}

.kanban-nav__item {
  text-align: center;
  padding: 0;
  font-size: 18px;
}

.kanban-nav__item:first-child {
  border-right: 1px solid #666;
}

.kanban-note {
  color: #333;
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
  margin-top: 36px;
}

.mobile-toggle-wrap {
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%);
  max-width: 960px;
  margin: auto;
}

.mobile-toggle-button {
  background-color: #fff17e;
  padding: 16px 16px 16px 28px;
  position: relative;
  max-width: 960px;
  margin: auto;
  text-align: left;
}

.mobile-toggle-button::before {
  content: '';
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 17px;
  margin: auto;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
}

.mobile-toggle-button::after {
  content: '';
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  border-top: 4px solid #333;
  border-right: 4px solid #333;
  transform: rotate(135deg);
  margin: auto;
  right: 38px;
  top: 0;
  bottom: 0;
}

.mobile-toggle-button[aria-expanded='true']::after {
  transform: rotate(315deg);
}

.mobile-toggle-button:hover {
  cursor: pointer;
  opacity: 0.8;
}

.mobile-note {
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  text-align: left;
  width: 870px;
  margin-left: auto;
  margin-right: auto;
}

.mobile-toggle {
  background: #fff;
  padding: 24px 24px 42px;
  transform-origin: top center;
}

.mobile-toggle[data-opening='true'] {
  animation: toggle 0.3s ease 0s 1 normal forwards;
  display: block;
}

.mobile-toggle[data-closing='true'][aria-hidden='false'] {
  animation: toggle 0.3s ease 0s 1 reverse forwards;
  display: block;
}

@keyframes toggle {
  0% {
    transform: scale(100%, 0%);
    opacity: 0;
  }

  100% {
    transform: scale(100%, 100%);
    display: block;
    opacity: 1;
  }
}

.mobile-plus {
  display: block;
  margin: -20px auto -6px;
  position: relative;
  z-index: 1;
}
.ecm-button.modalOpenButtonPointUp{
  border:0!important;
  padding: 0!important;
  border-radius: 0!important;
}
.ssGuideModal19__img {
  text-align: center;
}

.mobide-plan {
  display: block;
  margin: -10px auto 0;
  position: relative;
  z-index: 1;
  width: fit-content;
}

.pointup-section {
  padding-top: 64px;
  padding-bottom: 64px;
  position: relative;  background-color: #e6d0e6;
  background-image: url(https://r.r10s.jp/evt/event/campaign/pointback/20251211/_pc/img/bg_cnt_purple.png);
  background-repeat: no-repeat;
  background-size: 889px 152px;
  background-position: top 24px center;
}

.contents_section_all section:nth-child(odd){
  padding: 40px 0;
  /* background-color: #fbffe1; */
  background-image: url(https://r.r10s.jp/evt/event/campaign/pointback/20251211/_pc/img/bg_cnt_yellow.png),linear-gradient(to bottom,#fbffe1 0% ,#fbffe1 53.33vw,#ffffff 60vw ,#ffffff 100%);
  background-repeat: no-repeat;
  background-size: 889px 152px, 100%;
  background-position: top 24px center, top center;
}
.contents_section_all section:nth-child(even){
  padding: 40px 0;
  /* background-color: #e6d0e6; */
  background-image: url(https://r.r10s.jp/evt/event/campaign/pointback/20251211/_pc/img/bg_cnt_purple.png),linear-gradient(to bottom,#e6d0e6 0% ,#e6d0e6 53.33vw,#ffffff 60vw ,#ffffff 100%);
  background-repeat: no-repeat;
  background-size: 889px 152px , 100%;
  background-position: top 24px center, top center;
}

.content_title{
  display: flex;
  width: 673px;
  min-height: 140px;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
  padding-bottom:44px ;
    background-image: url(https://r.r10s.jp/evt/event/campaign/pointback/20251211/_pc/img/headline_deco.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom center;
  text-align: center;
  color:#431871;
  font-size:32px ;

}

.content_title ._title_focus{
  color:#d000a2;
  display: inline;
}



.section-search {
  padding-top: 64px;
  padding-bottom: 64px;
  position: relative;
  background-color: #8275e3;
  background: linear-gradient(128deg,#8275e3 0%,#b95486 100%);
}

.search-title{
  color:#ffeb46 ;
}

.qa-item {
  border-bottom: 1px solid #ebebeb;
}

.qa-item:not(:first-child) {
  margin-top: 8px;
}

.qa-button {
  font-size: 16px;
  position: relative;
  padding: 14px 29px 14px 14px;
}

.qa-button[aria-expanded='true'] {
  color: #bf0000;
  font-weight: bold;
}

.qa-button::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background-color: transparent;
  border-radius: 8px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
}

.qa-button::after {
  content: '';
  display: block;
  height: 6px;
  width: 6px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  transform: rotate(135deg) translate(2px, 4px);
}

.qa-button[aria-expanded='true']::before {
  background-color: #bf0000;
}

.qa-button[aria-expanded='true']::after {
  border-top-color: #fff;
  border-right-color: #fff;
  transform: rotate(315deg) translate(-4px, -3px);
}

.qa-button:hover {
  cursor: pointer;
  color: #bf0000;
}

.qa-body {
  background-color: #f6f6f6;
  font-size: 13px;
  padding: 14px;
  margin: 0 14px 14px;
  border-radius: 4px;
}

.search-wrap {
  margin: 40px auto 0;
}

.pill {
  display: block;
  background: #fff;
  border: 1px solid #ffd300;
  border-radius: 32px;
  font-size: 16px;
  text-align: center;
  padding: 20px 0;
  color: #333 !important;
}

.navi {
  background-color: #e2daff;
}

.navi-item {
  border-bottom: 0;
  font-weight: bold;
  color:#431871;
}

.navi-item:not(:first-child) {
  border-left: 1px solid #efecff;
}

.navi-item[data-in-viewport='true'] {
  background-color: #9a74ce;
  color: #ffeb46;
  border-color: #fff !important;
}

.navi-item:not([data-in-viewport='true']):hover {
  background-color: rgb(154 116 206 / 20%);
}

.section-rule {
  padding-top: 20px;
  padding-bottom: 40px;
  position: relative;
}

.section-rule::after {
  width: 100vw;
  min-width: 1024px;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgb(222 220 203 / 30%);
  z-index: -1;
}

.text-18px {
  font-size: 18px;
}

.search {
  width: 640px;
  margin: 0 auto;
  border-color: #692fb9;
  height: 58px;
}

.search-submit {
  background-color: #692fb9;
  width: 58px;
}

.search-submit .icon-search {
  font-size: 32px;
}

.search-input {
  font-size: 18px;
  padding-left: 20px;
}

.search-keyword-wrapper .ecm-search-keyword-container {
  margin-top: 0;
  overflow: visible;
  height: auto;
  gap: 24px;
}

.cnt-search-keyword-label {
  margin: 32px auto;
  position: relative;
  /* top: 6px; */
  width: 100%;
  text-align: center;
  color:#ffffff;
  font-size:32px;
  font-weight: bold;
}

.cnt-search-keyword {
  display: flex;
  background: #fff;
  width: 222px;
  height: 64px;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size:16px;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0 !important;
  padding-right: 12px !important;
  padding-left: 12px !important;
}
.cnt-search-keyword > p{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.width-fit-content {
  width: fit-content;
}

.note-ranking {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 12px;
  line-height: 1.5;
  color: #333;
}

/*
 ss-style
======================================== */
.width-704{
  width: 704px;
  margin: 0 auto;
}
.ss-headline {
  font-size: 20px;
  padding: 40px 0 16px!important;
}
.ss-searchForm .ecm-search {
  border: 1px solid #692fb9;
}
.ss-searchForm .ecm-search-submit {
  background-color: #692fb9;
}
.ss-searchForm .ecm-search-keyword-label {
  font-size: 12px;
}

/*
 floatNav
======================================== */
#floatNav1{
  bottom: 180px;
  right: 32px;
  top:initial!important;
}
#floatNav2{
  bottom: 80px;
  right: 32px;
  top:initial!important;
}
.floatNav_link{
  width: 256px;
  height: 80px;
}
.floatNav_btn {
  right: -12px;
  top: -12px;
}

/*
 cnt-floating-banner
============================================ */
.cnt-floating-banner{
  width: 704px!important;
  padding: 16px 64px!important;
  border-radius: 15px 15px 0 0!important;
}
.cnt-floating-banner .ecm-slider-slide{
  display: block;
}
.cnt-floating-banner .ecm-slider-slide:hover{opacity:.8;}
.cnt-floating-banner-close{
  top: -14px!important;
  right: -14px!important;
  width: 28px!important;
  height: 28px!important;
  background-color: #fff!important;
  color: #8f8f8f!important;
}