@charset "utf-8";

:root {
  --drink: #69b2fe;
  --drink-vivid: #007dff;
  --daily: #7dca56;
  --daily-vivid: #369107;
  --liquor: #9187f6;
  --liquor-vivid: #6556f5;
  --food: #ff9d02;
  --food-vivid: #ff6000;
  --baby: #ff7d7d;
  --baby-vivid: #f24545;
  --lens: #3f86f2;
  --lens-vivid: #2560bc;

  --link: #0783c2;
}

.drink__bg {
  background: var(--drink);
}

.drink__bg--vivid{
  background: var(--drink-vivid);
}

.drink__text {
  color: var(--drink-vivid);
}

.daily__bg {
  background: var(--daily);
}

.daily__bg--vivid{
  background: var(--daily-vivid);
}

.daily__text {
  color: var(--daily-vivid);
}

.liquor__bg {
  background: var(--liquor);
}

.liquor__bg--vivid{
  background: var(--liquor-vivid);
}

.liquor__text {
  color: var(--liquor-vivid);
}

.food__bg {
  background: var(--food);
}

.food__bg--vivid{
  background: var(--food-vivid);
}

.food__text {
  color: var(--food-vivid);
}

.baby__bg {
  background: var(--baby);
}

.baby__bg--vivid{
  background: var(--baby-vivid);
}

.baby__text {
  color: var(--baby-vivid);
}

.lens__bg {
  background: var(--lens);
}

.lens__bg--vivid{
  background: var(--lens-vivid);
}

.lens__text {
  color: var(--lens-vivid);
}



body {
  overflow-x: hidden;
}

#cross-genre {
  font-family: "Noto Sans JP", sans-serif;
}

:where(#cross-genre) * {
  box-sizing: border-box;
}

:where(#cross-genre) :where(ol, ul, li) {
  list-style: none;
}

:where(#cross-genre) img {
  vertical-align: bottom;
  max-width: 100%;
}

:where(#cross-genre) .rl-width960 {
  width: 100%;
}

:where(#cross-genre) a:is(:visited, :link, :active, :focus) {
  transition: 0.3s;
}

:where(#cross-genre) a:hover {
  opacity: 0.8;
}

.inner {
  width: 960px;
  margin: 0 auto;
  position: relative;
}

.section__title {
  width: fit-content;
  margin: 0 auto 64px;
}

.entry__button {
    font-size: 20px;
    margin: 0 auto;
    font-weight: bold;
    width: 600px;
    height: 60px;
    border-radius: 60px;
    text-align: center;
    box-shadow: 0 4px 10px 0 rgba(0,0,0,.25);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.entry__button::after {
    content: "";
    border-top: 4px solid #fff;
    border-left: 4px solid #fff;
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    transform: rotate(135deg);
    right: 24px;
}

.entry__button a {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.rl-column5 {
  gap: 25px 11.5px;
}

.pc_none {
  display: none !important;
}


/*=====================================================================

KV

=====================================================================*/

.kv {
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  overflow: hidden;
  margin-bottom: 72px;
}

.kv a {
  color: #0783c2;
  text-decoration: none !important;
}

.kv .main {
  background: #37b79f  url(https://r.r10s.jp/evt/event/brand/cross-genre/_pc/img/20250829/bg_mv.jpg) no-repeat top center;
  background-size: 1920px;
  position: relative;
  margin-top: 1em;
}

.kv .ttl {
  text-align: center;
  position: relative;
  padding: 16px 0;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  min-height: 430px;
}

:where(.kv .ttl)>* {
  position: relative;
}

.kv h1 {
  margin-bottom: 15px;
  opacity: 0;
  position: relative;
  animation: 1s ease-out .4s forwards fadeup;
}

.kv .ttl figure {
  margin: 0 0 20px;
  opacity: 0;
  position: relative;
  animation: 1s ease-out .8s forwards fadeup;
}

.coin_left,.coin_right{
    opacity: 0;
  position: absolute;
    margin: auto;
}

.coin_left {

  top: 46px;
  left: -830px;
  right: 0;
  width: 242px;
  height: 357px;
  animation: 1s ease-out 1.4s forwards fadedown;
  z-index: 1;
}

.coin_right {
  top: 38px;
  left: 0;
  right: -882px;
  width: 245px;
  height: 316px;
  animation: 1s ease-out 1.6s forwards fadedown;
}

.present {
  position: absolute;
  bottom: -24px;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 1;
}

.present img {
  opacity: 0;
  animation: 1s ease-out .8s forwards fadeup;
}


.slideshow {
  margin: 25px auto 10px;
}

.slideshow ul {
  display: flex;
  width: fit-content;
  animation: slide 70s infinite linear 0.5s both;
}

.slideshow img {
  width: 190px;
  max-width: unset;
}

.period {
  margin-bottom: 50px;
  text-align: center;
  /* background: #fcff00; */
  height: 60px;
  color: #26b59f;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.entry_moved {
  background-color: #ffffff;
}

.entry_moved .rcEntryButton-button {
  opacity: 0;
  animation: 1s ease-out 1.4s forwards fadescale;
}

.rcEntryButton-applied-text {
  width: auto !important;
}

.period__anchor{
  font-size: 18px;
  position: relative;
  text-align: center;
  width: fit-content;
  margin: 32px auto 0;
}

.period__anchor a{
  position: relative;
  display: flex;
  text-align: center;
  align-items: center;
  width: fit-content;
  justify-content: center;
}

.period__anchor a::after{
  content: "";
  display: block;
  border-top: 3px solid var(--link);
  border-left: 3px solid var(--link);
  transform: rotate(
-135deg);
  width: 10px;
  height: 10px;
  position: absolute;
  right: -20px;
  top: 5px;
}

.period__notice {
  margin-top: 35px;
  text-align: center;
  display: block;
  font-size: 14px;
}

.kv .notice a:is(:visited, :link, :active, :focus) {
  text-decoration: underline;
}

.kv .notice a:hover {
  text-decoration: none;
}

/*=====================================================================

右フローティング

=====================================================================*/

.navi {
  position: fixed;
  bottom: 170px;
  right: -2px;
  text-align: center;
  z-index: 11;
  display: none;
}

.navi.close {
  visibility: hidden;
}

.fnavi__menu__list {
  margin: 0 0 10px;
}

.fnavi__menu__list.current a {
  background: #fff;
}

.navi .fnavientry a,
.fnavi__menu__list a {
  background: #fe0048;
  display: flex;
  align-items: center;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 60px;
  line-height: 1;
  border-radius: 50px 0 0 50px;
  text-decoration: none;

  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border: 2px solid #eee;
  align-items: center;
  padding-left: 10px;
}

.fnavi__menu__list a .ico {
  position: relative;
  width: 30px;
  text-align: left;
}

.fnavi__menu__list a .ico .on {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.fnavi__menu__list.current a .ico .on,
.fnavi__menu__list a:hover .ico .on {
  opacity: 1;
}

.fnavi__menu__list .drink {
  background: var(--drink);
}

.fnavi__menu__list .daily {
  background: var(--daily);
}

.fnavi__menu__list .liquor {
  background: var(--liquor);
}

.fnavi__menu__list .food {
  background: var(--food);
}

.fnavi__menu__list .baby {
  background: var(--baby);
}

.fnavi__menu__list .contactlens {
  background: var(--lens);
}

.fnavi__menu__list a:hover,
.fnavi__menu__list.current a {
  background: #fff;
  opacity: 1;
}

.fnavi__menu__list .drink:hover,
.fnavi__menu__list.current .drink {
  color: var(--drink);
}

.fnavi__menu__list a.daily:hover,
.fnavi__menu__list.current a.daily {
  color: var(--daily);
}

.fnavi__menu__list .liquor:hover,
.fnavi__menu__list.current .liquor {
  color: var(--liquor);
}

.fnavi__menu__list a.food:hover,
.fnavi__menu__list.current a.food {
  color: var(--food);
}

.fnavi__menu__list .baby:hover,
.fnavi__menu__list.current .baby {
  color: var(--baby);
}

.fnavi__menu__list .contactlens:hover,
.fnavi__menu__list.current .contactlens {
  color: var(--lens);
}


.fnavi__menu__list img {
  max-width: 30px;
  max-height: 40px;
}

.fnavi__menu__list span.text {
  width: 150px;
  line-height: 1.1;
}

.rcEntryButton .point-element {
  display: none;
}

.rcEntryButton.rcEntryButton-status--applied .point-element,
.rcEntryButton.rcEntryButton-status--entered .point-element {
  display: block;
}

.point-element a {
  border: 2px solid #fe0048;
  background: #fff;
  border-radius: 50px 0 0 50px;
  padding: 8px 0;
  margin-bottom: 10px;
  line-height: 1;
  color: #000;
  display: flex;
  align-items: center;
}

.point-element a>span:nth-child(1) {
  width: 55%;
  text-align: right;
  font-size: 16px;
}

.point-element a>span:nth-child(1)>span {
  display: block;
  color: #fe0048;
  font-weight: bold;
  line-height: 1.2;
  font-size: 18px;
}

.point-element a>span:nth-child(2) {
  width: 45%;
  font-size: 30px;
  font-weight: bold;
}

.point-element a span.num {
  font-size: 40px;
  color: #fe0048;
}

.fnavientry {
  margin-bottom: 10px;
}

.fnavientry a {
  background: #fe0048;
  color: #fff;
}


.rcEntryButton.rcEntryButton-status--applied .fnavientry,
.rcEntryButton.rcEntryButton-status--entered .fnavientry {
  display: none;
}

/*=====================================================================

スタンプラリー

=====================================================================*/

.stamp_rally {
  background: repeating-linear-gradient(90deg, #33b9a5, #33b9a5 20px, #26b59f 20px, #26b59f 40px);
  position: relative;
}

.stamp_rally::before {
  display: block;
  content: "";
  width: 100vw;
  height: 300px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.stamp_rally .inner {
  width: unset;
  z-index: 2;
}

.stamp_rally h2 {
  margin-bottom: 40px;
}

/*=====================================================================

参加方法

=====================================================================*/

.howtoentry {
  background: repeating-linear-gradient(90deg, #33b9a5, #33b9a5 20px, #26b59f 20px, #26b59f 40px);

  padding: 100px 0 88px;

  text-align: center;
}

.howtoentry h2 {
  text-align: center;
  margin: 0 0 45px;
}

.genre .notes {
  margin: 30px 0;
  font-size: 20px;
  color: #ffffff;
}

.howto__title{
  margin: 0 auto 45px;
  position: relative;
}

.howto__title:before,
.howto__title:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 38%;
  height: 20px;
  margin: auto;
  background-image: radial-gradient(#ffffff 5px, transparent 1px);
  background-size: 20px 20px;
}

.howto__title:before {
  left: 0;
}

.howto__title:after {
  right: 0;
}

.step{
  display: flex;
  flex-wrap: wrap;
}

.step__cont {
  position: relative;
  width: calc(100% / 3);
}

.step__cont--balloon{
  position: relative;
  top: -8px;
}


.step__cont .rcEntryButton {
  position: absolute;
  top: 96px;
  left: 20px;
}

.step__cont [layout='pc']  .rcEntryButton-button {
  width: 280px;
  height: 54px;
  font-size: 17px;
}

.howto p {
  font-size: 18px;
  color: #ffffff;
  margin-top: 1.5em;
}

/*=====================================================================

カテゴリページ回遊ボタン

=====================================================================*/
.mutual-allcategory {
  padding: 100px 0;
}

.mutual__cont {
  width: 960px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.mutual__banner {
  width: 306px;
  height: 220px;
  border-radius: 22px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .25);
}

.mutual__banner {
  margin-bottom: 24px;
  position: relative;
}

.mutual__banner::before {
  content: "";
  display: block;
  border-top: 4px solid #fff;
  border-left: 4px solid #fff;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  transform: rotate(135deg);
}

.mutual__banner.mutual__attention{
  width: 100%;
  box-shadow: none;
  text-align: center;
  font-weight: bold;
  color: #fe0048;
  font-size: 20px;
  height: initial;
  margin-bottom: 0;
}

.mutual__banner a {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: center;
}

.mutual__banner__title {
  margin-bottom: 8px;
}

.mutual__banner__brand {
  background: #fff;
  font-size: 19px;
  border-radius: 30px;
  width: 80%;
  text-align: center;
}

/*=====================================================================

おすすめアイテムの一部をご紹介

=====================================================================*/

.pickup-item {
  background: #EAF9F7;
  padding: 100px 0;
}

.pickup-item__notice {
  width: 960px;
  margin: 0 auto 64px;
  text-align: center;
  background: #fff;
  padding: 24px;
  font-size: 14px;
}

.pickup-item__category {
  width: 960px;
  margin: 144px auto 0;
  border-radius: 36px;
  position: relative;
}

.pickup-item__maker {
  position: relative;
}

.pickup-item__logo {
  position: absolute;
  left: -88px;
  margin: 0 auto;
  width: fit-content;
  padding: 114px 88px 0;
  top: -89px;
}

.pickup-item__logo img {
  height: 116px;
  position: relative;
  top: -64px;
}

.pickup-item__category {
  background: #fff;
  border-radius: 24px;
  margin: 40px auto;
  padding: 24px;
  position: relative;
  z-index: 2;
    border: 6px solid var(--drink);
}

.pickup-item__category.drink{
  border-color: var(--drink);
}

.pickup-item__category.daily{
  border-color: var(--daily);
}

.pickup-item__category.liquor{
  border-color: var(--liquor);
}

.pickup-item__category.food{
  border-color: var(--food);
}

.pickup-item__category.baby{
  border-color: var(--baby);
}

.pickup-item__category.contactlens{
  border-color: var(--lens);
}

.pickup__maker-logo {
  width: 200px;
  margin: 0 auto 24px;
}

:where(.pickup-item__maker) .rl-column5 {
    gap: 25px 24px;
    margin-bottom: 40px;
}

:where(.pickup-item__maker) .ri-item {
    box-shadow: 0 0 8px -2px rgba(0,0,0,.3);
    border-radius: 12px;
    padding: 8px;
    margin: unset !important;
}
:where(.pickup-item__category) .entry__button{
  margin-bottom: 24px;
}

:where(.pickup-item) .entry__button::after{
  display: none;
}

/*=====================================================================

  TOPピックアップアイテム

=====================================================================*/

.induction {
  background: #EAF9F7;
  text-align: center;
  position: relative;
  padding: 0 0 160px;
}

.induction__title {
  position: relative;
  margin: 0 0 25px;
}

.induction__title span {
  position: relative;
  padding: 0 16px;
  font-size: 28px;
  font-weight: bold;
  background: #eaf9f7;
  color: #26A390;
}

.induction__title::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 560px;
  height: 12px;
  margin: auto;
  background-image: radial-gradient(#26A390 3px, transparent 3px);
  background-size: 14px 14px;
}

.recommend {
  margin-bottom: 50px;
}

.maker {
  width: 960px;
  background: #ffffff;
  border-radius: 10px;
  padding: 40px 20px 20px;
  margin: 0 auto 40px;
}

:where(.induction) .ri-item {
  box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.3);
  border-radius: 15px;
  padding: 10px;
  margin-bottom: unset !important;
  margin-right: unset !important;
  width: 19% !important;
}

.induction__attention {
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    color: #bf0000;
    margin-top: 24px;
}

/*=====================================================================

キャンペーン概要

=====================================================================*/

.summary {
  padding: 100px 0 0;
}

.summary a {
  color: var(--link);
   text-decoration: underline !important;
}

.rc-campaignRules__textContainer hr {
  border: none;
  height: 1px;
  background-color: rgba(0, 0, 0, .08);
  margin-top: 1em;
}

#cross-genre .rc-campaignRules+.rc-campaignRules {
  margin-top: 60px;
}

/*=====================================================================

アニメーション設定

=====================================================================*/

.fadein {
  opacity: 0;
  transition: 0.8s;
}

.fadein.action {
  opacity: 1;
  transform: translate(0, 0);
}

.fadein.delay2 {
  transition-delay: 200ms;
}

.fadein.delay3 {
  transition-delay: 400ms;
}

.fadein.delay4 {
  transition-delay: 600ms;
}

.fadein.delay5 {
  transition-delay: 800ms;
}

.fadein.delay6 {
  transition-delay: 1000ms;
}

.fadein.delay7 {
  transition-delay: 1200ms;
}

.fadein.delay8 {
  transition-delay: 1400ms;
}

.fade_left {
  transform: translate(-80px, 0);
}

.fade_right {
  transform: translate(80px, 0);
}

.fade_up {
  transform: translate(0, 80px);
}

.fade_scale {
  transform: scale(0.4, 0.4);
}



@keyframes star {
  0% {
    transform: perspective(100px) rotate3d(0, 1, 0, 0deg) scale(0.9);
  }

  50% {
    transform: perspective(100px) rotate3d(0, 1, 0, 180deg) scale(1.3);
  }

  100% {
    transform: perspective(100px) rotate3d(0, 1, 0, 360deg) scale(0.9);
  }
}

@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadescale {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes fadedown {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slide {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

