@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;
}

.drink__bg {
  background: var(--drink);
}

.drink__text {
  color: var(--drink-vivid);
}

.daily__bg {
  background: var(--daily);
}

.daily__text {
  color: var(--daily-vivid);
}

.liquor__bg {
  background: var(--liquor);
}

.liquor__text {
  color: var(--liquor-vivid);
}

.food__bg {
  background: var(--food);
}

.food__text {
  color: var(--food-vivid);
}

.baby__bg {
  background: var(--baby);
}

.baby__text {
  color: var(--baby-vivid);
}

.lens__bg {
  background: var(--lens);
}

.lens__text {
  color: var(--lens-vivid);
}



body {
  overflow-x: hidden;
}

#cross-genre {
  font-family: "Noto Sans JP", sans-serif;
}

#cross-genre * {

  box-sizing: border-box;
}

#cross-genre img {
  vertical-align: bottom;
  max-width: 100%;
}

#cross-genre ol {
  list-style: none;
}

#cross-genre ul {
  list-style: none;
}

#cross-genre li {
  list-style: none;
}

#cross-genre .rl-width960 {
  width: 100%;
}

#cross-genre .kv {
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  overflow: hidden;
  margin-bottom: 72px;
}

#cross-genre .kv a {
  color: #0783c2;
  text-decoration: none !important;
}

#cross-genre .kv .main {
  background: #37b79f url(https://r.r10s.jp/evt/event/brand/cross-genre/_pc/img/20250530/bg_mv.jpg) no-repeat top center;
  background-size: 1920px;
  position: relative;
  margin-top: 1em;
}

#cross-genre .kv .ttl {
  text-align: center;
  position: relative;
  padding-bottom: 10px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#cross-genre .kv .ttl:after {
  display: block;
  content: "";
  width: 100%;
  height: 30px;
  background: url(https://r.r10s.jp/evt/event/brand/cross-genre/_pc/img/20240830/bg_line.png) repeat-x center;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

#cross-genre .kv .ttl>* {
  position: relative;
}

#cross-genre .kv .ttl h1 {
  margin-bottom: 15px;
  opacity: 0;
  position: relative;
  animation-name: fadeup;
  animation-duration: 1s;
  animation-delay: 0.4s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

#cross-genre .kv .ttl figure {
  margin: 0 0 20px;
  opacity: 0;
  position: relative;
  animation-name: fadeup;
  animation-duration: 1s;
  animation-delay: 0.8s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

#cross-genre .kv .coin_left {
  opacity: 0;
  position: absolute;
  top: 46px;
  left: -830px;
  right: 0;
  margin: auto;
  width: 242px;
  height: 357px;
  animation-name: fadedown;
  animation-duration: 1s;
  animation-delay: 1.4s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  z-index: 1;
}

#cross-genre .kv .coin_right {
  opacity: 0;
  position: absolute;
  top: 38px;
  left: 0;
  right: -882px;
  margin: auto;
  width: 245px;
  height: 316px;
  animation-name: fadedown;
  animation-duration: 1s;
  animation-delay: 1.6s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

#cross-genre .kv .present {
  position: absolute;
  bottom: -16px;
  right: 48.5%;
  z-index: 1;
  transform: translateX(101%);
}

#cross-genre .kv .present img {
  opacity: 0;
  animation-name: fadeup;
  animation-duration: 1s;
  animation-delay: 0.8s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}


#cross-genre .kv .slideshow {
  margin: 25px auto 10px;
}

#cross-genre .kv .slideshow ul {
  display: flex;
  width: fit-content;
  animation: slide 70s infinite linear 0.5s both;
}

#cross-genre .kv .slideshow ul li img {
  width: 190px;
  max-width: unset;
}

#cross-genre .kv .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;
}

#cross-genre .kv .notice {
  margin-top: 35px;
  text-align: center;
  display: block;
  font-size: 14px;
}

#cross-genre .kv .notice a {
  text-decoration: underline;
}

#cross-genre .kv .notice a:hover {
  text-decoration: none;
}

#cross-genre .kv .anc_wrap {
  display: flex;
  justify-content: space-around;
  margin: 35px auto 0;
}

#cross-genre .kv .anc_wrap li {
  width: 31%;
}

#cross-genre .inner {
  width: 960px;
  margin: 0 auto;
  position: relative;
}

#cross-genre a {
  transition: 0.3s;
}

#cross-genre a:hover {
  opacity: 0.8;
}

#cross-genre .navi {
  position: fixed;
  bottom: 170px;
  right: -2px;
  text-align: center;
  z-index: 11;
  display: none;
}

#cross-genre .navi.close {
  visibility: hidden;
}

#cross-genre .navi li {
  margin: 0 0 10px;
}

#cross-genre .navi li.current a {
  background: #fff;
}

#cross-genre .navi .fnavientry a,
#cross-genre .navi li a {
  background: #ffffff;
  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 #eeeeee;
  align-items: center;
  padding-left: 10px;
}

#cross-genre .navi li a .ico {
  position: relative;
  width: 30px;
  text-align: left;
}

#cross-genre .navi li a .ico .on {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

#cross-genre .navi li.current a .ico .on,
#cross-genre .navi li a:hover .ico .on {
  opacity: 1;
}

#cross-genre .navi li a.drink {
  background: var(--drink);
}

#cross-genre .navi li a.daily {
  background: var(--daily);
}

#cross-genre .navi li a.alc {
  background: var(--liquor);
}

#cross-genre .navi li a.food {
  background: var(--food);
}

#cross-genre .navi li a.kids {
  background: var(--baby);
}

#cross-genre .navi li a.contactlens {
  background: var(--lens);
}

#cross-genre .navi li a:hover,
#cross-genre .navi li.current a {
  background: #fff;
  opacity: 1;
}

#cross-genre .navi li a.drink:hover,
#cross-genre .navi li.current a.drink {
  color: var(--drink);
}

#cross-genre .navi li a.daily:hover,
#cross-genre .navi li.current a.daily {
  color: var(--daily);
}

#cross-genre .navi li a.alc:hover,
#cross-genre .navi li.current a.alc {
  color: var(--liquor);
}

#cross-genre .navi li a.food:hover,
#cross-genre .navi li.current a.food {
  color: var(--food);
}

#cross-genre .navi li a.kids:hover,
#cross-genre .navi li.current a.kids {
  color: var(--baby);
}

#cross-genre .navi li a.contactlens:hover,
#cross-genre .navi li.current a.contactlens {
  color: var(--lens);
}

#cross-genre .navi .fnavientry {
  margin-bottom: 10px;
}

#cross-genre .navi .fnavientry a {
  background: #fe0048;
  color: #fff;
}

#cross-genre .navi .rcEntryButton.rcEntryButton-status--applied .fnavientry,
#cross-genre .navi .rcEntryButton.rcEntryButton-status--entered .fnavientry {
  display: none;
}

#cross-genre .navi .rcEntryButton .point-element {
  display: none;
}

#cross-genre .navi .rcEntryButton.rcEntryButton-status--applied .point-element,
#cross-genre .navi .rcEntryButton.rcEntryButton-status--entered .point-element {
  display: block;
}


#cross-genre .navi li img {
  max-width: 30px;
  max-height: 40px;
}

#cross-genre .navi li span.text {
  width: 150px;
  line-height: 1.1;
}


#cross-genre .navi .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;
}

#cross-genre .navi .point-element a>span:nth-child(1) {
  width: 55%;
  text-align: right;
  font-size: 16px;
}

#cross-genre .navi .point-element a>span:nth-child(1)>span {
  display: block;
  color: #fe0048;
  font-weight: bold;
  line-height: 1.2;
  font-size: 18px;
}

#cross-genre .navi .point-element a>span:nth-child(2) {
  width: 45%;
  font-size: 30px;
  font-weight: bold;
}

#cross-genre .navi .point-element a span.num {
  font-size: 40px;
  color: #fe0048;
}

#cross-genre .stamp_rally {
  background: repeating-linear-gradient(90deg, #33b9a5, #33b9a5 20px, #26b59f 20px, #26b59f 40px);
  position: relative;
}

#cross-genre .stamp_rally::before {
  display: block;
  content: "";
  width: 100vw;
  height: 300px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

#cross-genre .stamp_rally .inner {
  width: unset;
  z-index: 2;
}

#cross-genre .stamp_rally h2 {
  margin-bottom: 40px;
}

#cross-genre .genre {

  background: repeating-linear-gradient(90deg, #33b9a5, #33b9a5 20px, #26b59f 20px, #26b59f 40px);

  padding: 100px 0 88px;

  text-align: center;
}

#cross-genre .genre h2 {
  text-align: center;
  margin: 0 0 45px;
}

#cross-genre .genre .btn {
  display: flex;
  justify-content: center;
  width: 65%;
  margin: 0 auto;
}

#cross-genre .genre .notes {
  margin: 30px 0;
  font-size: 20px;
  color: #ffffff;
}

#cross-genre .genre .howto h3 {
  margin: 80px auto 45px;
  position: relative;
}

#cross-genre .genre .howto h3:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 38%;
  height: 20px;
  margin: auto;

  background-image: radial-gradient(#ffffff 5px, transparent 1px);
  background-size: 20px 20px;
}

#cross-genre .genre .howto h3:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 38%;
  height: 20px;
  margin: auto;

  background-image: radial-gradient(#ffffff 5px, transparent 1px);
  background-size: 20px 20px;
}

#cross-genre .genre .howto .step li {
  position: relative;
}

#cross-genre .genre .howto .step li:nth-child(n+2) {
  margin-top: 2em;
}

#cross-genre .genre .howto .step li .rcEntryButton {
  position: absolute;
  top: 50px;
  left: 180px;
}

#cross-genre .genre .howto .step li .rcEntryButton-button {
  width: 220px;
  height: 54px;
  font-size: 17px;
}

#cross-genre .genre .howto p {
  font-size: 18px;
  color: #ffffff;
  margin-top: 1.5em;
}

.point {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}

.point li {
  width: calc(100% / 3);
  position: relative;
}

.point li:nth-child(1) img {
  margin-left: -12px;
}

.point li:nth-child(2) img {
  margin-left: -6px;
}

.point li:last-child {
  width: 100%;
  margin-top: 2px;
  margin-left: -12px;
}

.point li img {
  max-width: inherit;
}

.point li:nth-child(1):before {
  position: absolute;
  top: 0;
  left: -8px;
  content: url(https://r.r10s.jp/evt/event/brand/cross-genre/_pc/img/20250228/ph_point_2genre.png);
}

.point li:nth-child(2):before {
  position: absolute;
  top: 0;
  left: 2px;
  content: url(https://r.r10s.jp/evt/event/brand/cross-genre/_pc/img/20250228/ph_point_3genre.png);
}

.point li:nth-child(3):before {
  position: absolute;
  top: -2px;
  left: 6px;
  content: url(https://r.r10s.jp/evt/event/brand/cross-genre/_pc/img/20250228/ph_point_4genre.png);
}

.point li:nth-child(4):before {
  position: absolute;
  top: -14px;
  left: 6px;
  content: url(https://r.r10s.jp/evt/event/brand/cross-genre/_pc/img/20250228/ph_point_5genre.png);
}


#cross-genre .sec_search {
  text-align: center;
  position: relative;
  padding: 65px 0 160px;
}

#cross-genre .sec_search h2 {
  position: relative;
  margin: 0 0 90px;
}

.keyword {
  border-radius: 30px;
  padding: 1px 48px 48px;
}

#cross-genre .sec_search h3 {
  position: relative;
  margin: 50px 0 25px;
}

#cross-genre .sec_search h3:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 560px;
  height: 12px;
  margin: auto;

  background-image: radial-gradient(#ffffff 3px, transparent 3px);
  background-size: 14px 14px;
}

#cross-genre .sec_search h3 span {
  position: relative;
  padding: 0 16px;
  color: #ffffff;
  font-size: 28px;
  font-weight: bold;
}

#cross-genre .sec_search .search_form .field {
  display: flex;
  justify-content: center;
  background: #ffffff;
  border-radius: 2em;
  width: 700px;
  margin: 0 auto;
  overflow: hidden;
}

#cross-genre .sec_search .search_form .field input {
  padding: 15px 0.5em;
  appearance: none;
  outline: none;
  width: calc(100% - 4em);
  font-size: 18px;
  border: none;
}

#cross-genre .sec_search .search_form .field input:placeholder {
  opacity: 0.5;
}

#cross-genre .sec_search .search_form .field button {
  cursor: pointer;
  appearance: none;
  border: none;
  outline: none;
  background: none;
}

#cross-genre .sec_search .search_keyword {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
  gap: 15px 10px;
}

#cross-genre .sec_search .search_keyword li {
  border-radius: 24px;
  height: 42px;
  background: #ffffff;
}

#cross-genre .sec_search .search_keyword li a {
  height: 100%;
  width: 100%;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.5em;
}

#cross-genre .sec_search .btn_more {
  margin: 50px auto;

  box-sizing: border-box;
  width: 506px;
  height: 81px;
  border-radius: 37px;
  background: #ff6d02;
  color: #ffffff;
  position: relative;
  font-size: 24px;
  font-weight: bold;
}

#cross-genre .sec_search .btn_more a {
  color: unset;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 37px;
}

#cross-genre .sec_search .btn_more a:before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 3px #ffffff;
  border-right: solid 3px #ffffff;
  transform: rotate(45deg);
  display: flex;
  position: absolute;
  right: 9%;
  top: 43%;
  z-index: 1;
}

#cross-genre .sec_search .btn_more a:hover {
  background: #ffffff;
  color: #ff6d02;
  border: 2px solid #ff6d02;
  opacity: 1;
  border-radius: 37px;
}

#cross-genre .sec_search .btn_more a:hover:before {
  height: 10px;
  border-top: solid 3px #ff6d02;
  border-right: solid 3px #ff6d02;
}

#drink ul.maker_wrap {
  opacity: 0;
}

#cross-genre .sec_search .maker_wrap .maker {
  width: 960px;
  background: #ffffff;
  border-radius: 10px;
  padding: 40px 20px;
  margin: 0 auto 40px;
}

#cross-genre .sec_search .maker_wrap h4 {
  width: 276px;
  margin: 0 auto;
}

#cross-genre .sec_search .maker_wrap h4.asahi {
  width: 180px;
}

#cross-genre .sec_search .maker_wrap .bland_wrap {
  margin: 0 auto;
  margin: 35px auto;
  display: flex;
  flex-wrap: wrap;
  gap: 15px 4px;
  justify-content: center;
}

#cross-genre .sec_search .maker_wrap .bland_wrap.column3 {
  width: 70%;
}

#cross-genre .sec_search .maker_wrap .bland_wrap .bland_logo {
  width: 150px;
  border: 1px solid #dddddd;
  border-radius: 5px;
  overflow: hidden;
}

#cross-genre .sec_search .maker_wrap .bland_wrap .bland_logo a {
  display: block;
  width: 100%;
  height: 100%;
  color: #333333;
}

#cross-genre .sec_search .maker_wrap .bland_wrap .bland_logo p {
  font-weight: bold;
  min-height: 52px;
  font-size: 15px;
  margin-top: 10px;
  line-height: 1.3;
}

#cross-genre .sec_search .maker_wrap .item_wrap {
  width: 98%;
  margin: 0 auto;
  margin: 35px auto;
  display: flex;
  flex-wrap: wrap;
  gap: 15px 10px;
}

#cross-genre .sec_search .maker_wrap .item_wrap .item_box {
  width: 172px;
  box-shadow: 0 0 8px -3px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding: 10px 2px 5px;
  overflow: hidden;
}

#cross-genre .sec_search .maker_wrap .item_wrap .item_box a {
  display: block;
  width: 100%;
  height: 100%;
  color: #333333;
}

#cross-genre .sec_search .maker_wrap .item_wrap .item_box p {
  font-weight: bold;
  min-height: 52px;
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
}

#cross-genre .sec_search .txt {
  text-align: center;
  font-size: 14px;
  padding: 25px 0;
  border-radius: 20px;
  background: #ffffff;
  margin: 0 0 24px;
}

#cross-genre .sec_search .txt span {
  font-size: 24px;
  font-weight: bold;
  display: block;
}

#cross-genre .sec_search .txt small{
  font-size: 14px;
  color: #333;
}

#cross-genre .sec_search.sec_drink {
  background: var(--drink);
}

#cross-genre .sec_search.sec_drink h2 {
  margin-top: -160px;
  background: url(https://r.r10s.jp/evt/event/brand/cross-genre/_pc/img/20250228/bgttl_drink.png) no-repeat top center;
  padding-top: 70px;
}

#cross-genre .sec_search.sec_drink h3 span {
  color: #ffffff;
  background: var(--drink);
}

#cross-genre .sec_search.sec_drink h3:before {

  background-image: radial-gradient(#ffffff 3px, transparent 3px);
}

#cross-genre .sec_search.sec_drink .search_keyword li:hover {
  background: var(--drink);
}

#cross-genre .sec_search.sec_drink .search_keyword li:hover a {
  color: #ffffff;
  opacity: 1;
}

#cross-genre .sec_search.sec_drink .search_keyword li a {
  color: var(--drink-vivid);
}

#cross-genre .sec_search.sec_drink .txt span {
  color: var(--drink-vivid);
}

#cross-genre .sec_search.sec_alc {
  background: var(--liquor);
}

#cross-genre .sec_search.sec_alc h2 {
  margin-top: -160px;
  background: url(https://r.r10s.jp/evt/event/brand/cross-genre/_pc/img/20250228/bgttl_alc.png) no-repeat top center;
  padding-top: 70px;
}

#cross-genre .sec_search.sec_alc h3 span {
  color: #ffffff;
  background: var(--liquor);
}

#cross-genre .sec_search.sec_alc h3:before {

  background-image: radial-gradient(#ffffff 3px, transparent 3px);
}

#cross-genre .sec_search.sec_alc .search_keyword li:hover {
  background: var(--liquor);
}

#cross-genre .sec_search.sec_alc .search_keyword li:hover a {
  color: #ffffff;
  opacity: 1;
}

#cross-genre .sec_search.sec_alc .search_keyword li a {
  color: var(--liquor-vivid);
}

#cross-genre .sec_search.sec_alc .txt {
  color: var(--liquor-vivid);
}

#cross-genre .sec_search.sec_daily {
  background: var(--daily);
}

#cross-genre .sec_search.sec_daily h2 {
  margin-top: -160px;
  background: url(https://r.r10s.jp/evt/event/brand/cross-genre/_pc/img/20250228/bgttl_daily.png) no-repeat top center;
  padding-top: 70px;
}

#cross-genre .sec_search.sec_daily h3 span {
  color: #ffffff;
  background: var(--daily);
}

#cross-genre .sec_search.sec_daily h3:before {

  background-image: radial-gradient(#ffffff 3px, transparent 3px);
}

#cross-genre .sec_search.sec_daily .search_keyword li:hover {
  background: var(--daily);
}

#cross-genre .sec_search.sec_daily .search_keyword li:hover a {
  color: #ffffff;
  opacity: 1;
}

#cross-genre .sec_search.sec_daily .search_keyword li a {
  color: var(--daily-vivid);
}

#cross-genre .sec_search.sec_daily .txt span {
  color: var(--daily-vivid);
}

.ri-item {
  box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.3);
  border-radius: 15px;
  padding: 10px;
}

#cross-genre .sec_search.sec_daily .ri-item__name {
  text-align: left;
}

#cross-genre .sec_search.sec_food {
  background: var(--food);
}

#cross-genre .sec_search.sec_food h2 {
  margin-top: -160px;
  background: url(https://r.r10s.jp/evt/event/brand/cross-genre/_pc/img/20250228/bgttl_food.png) no-repeat top center;
  padding-top: 70px;
}

#cross-genre .sec_search.sec_food h3 span {
  color: #ffffff;
  background: var(--food);
}

#cross-genre .sec_search.sec_food h3:before {

  background-image: radial-gradient(#ffffff 3px, transparent 3px);
}

#cross-genre .sec_search.sec_food .search_keyword li:hover {
  background: var(--food);
}

#cross-genre .sec_search.sec_food .search_keyword li:hover a {
  color: #ffffff;
  opacity: 1;
}

#cross-genre .sec_search.sec_food .search_keyword li a {
  color: var(--food-vivid);
}

#cross-genre .sec_search.sec_food .txt span {
  color: var(--food-vivid);
  margin: 0 0 10px;
}

#cross-genre .sec_search.sec_food .recommend {
  margin-bottom: 50px;
}

#cross-genre .sec_search.sec_food .recommend .ri-item {
  background: #ffffff;
  border-radius: 10px;
}

#cross-genre .sec_search.sec_kids .recommend .ri-item {
  background: #ffffff;
  border-radius: 10px;
}

#cross-genre .sec_search.sec_food .recommend .ri-item__name {
  text-align: left;
}

#cross-genre .sec_search.sec_food .shoplist {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 15px 19px;
}

#cross-genre .sec_search.sec_food .shoplist li {
  width: 32%;
  background: #ffffff;
  border-radius: 10px;
  min-height: 4em;
}

#cross-genre .sec_search.sec_food .shoplist li a {
  color: #333333;
  font-weight: 700;
  height: 100%;
  padding: 0 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}


#cross-genre .sec_search.sec_kids {
  background: var(--baby);
}

#cross-genre .sec_search.sec_kids h2 {
  margin-top: -160px;
  background: url(https://r.r10s.jp/evt/event/brand/cross-genre/_pc/img/20250228/bgttl_kids.png) no-repeat top center;
  padding-top: 70px;
}

#cross-genre .sec_search.sec_kids .txt span {
  color: var(--baby-vivid);
  margin: 0 0 10px;
}

#cross-genre .sec_search.sec_kids h3 span {
  color: #ffffff;
  background: var(--baby);
}

#cross-genre .sec_search.sec_kids .search_keyword li:hover {
  background: var(--baby);
}

#cross-genre .sec_search.sec_kids .search_keyword li:hover a {
  color: #ffffff;
  opacity: 1;
}

#cross-genre .sec_search.sec_kids .search_keyword li a {
  color: var(--baby-vivid);
}

#cross-genre .sec_search.sec_kids .shoplist {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 15px 19px;
}

#cross-genre .sec_search.sec_kids .shoplist li {
  width: 32%;
  background: #ffffff;
  border-radius: 10px;
  height: 4em;
}

#cross-genre .sec_search.sec_kids .shoplist li a {
  color: #333333;
  font-weight: 700;
  height: 100%;
  padding: 0 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}


#cross-genre .target_notice {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 30px 0;
  border-radius: 20px;
  background: #ffffff;
}

#cross-genre .bnr_area {
  padding: 120px 0;
  background: #ffe8c7;
}

#cross-genre .bnr_area .bnr {
  margin: 0 auto;
  text-align: center;
}

#cross-genre .bnr_area .bnr+.bnr {
  margin-top: 25px;
}

#cross-genre .summary {
  padding: 100px 0 0;
}

#cross-genre .summary a {
  color: #0783c2;
}

#cross-genre #summary01 a {
  text-decoration: underline !important;
}

#cross-genre .fadein {
  opacity: 0;

  transition: 0.8s;
}

#cross-genre .fadein.action {
  opacity: 1;
  transform: translate(0, 0);
}

#cross-genre .fadein.delay2 {
  transition-delay: 200ms;
}

#cross-genre .fadein.delay3 {
  transition-delay: 400ms;
}

#cross-genre .fadein.delay4 {
  transition-delay: 600ms;
}

#cross-genre .fadein.delay5 {
  transition-delay: 800ms;
}

#cross-genre .fadein.delay6 {
  transition-delay: 1000ms;
}

#cross-genre .fadein.delay7 {
  transition-delay: 1200ms;
}

#cross-genre .fadein.delay8 {
  transition-delay: 1400ms;
}

#cross-genre .fade_left {
  transform: translate(-80px, 0);
}

#cross-genre .fade_right {
  transform: translate(80px, 0);
}

#cross-genre .fade_up {
  transform: translate(0, 80px);
}

#cross-genre .fade_scale {
  transform: scale(0.4, 0.4);
}

#cross-genre .entry_moved {
  background-color: #ffffff;
}

#cross-genre .entry_moved .rcEntryButton-button {
  opacity: 0;
  animation-name: fadescale;
  animation-duration: 1s;
  animation-delay: 1.4s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

#cross-genre .rcEntryButton-applied-text {
  width: auto !important;
}

#cross-genre .rc-toTop:after {
  background-image: url(https://r.r10s.jp/com/js/c/ecm/svg/ui-chevron-up-white-no-shadow.svg) !important;
}

#cross-genre .riSDCommonRules-rewardIcon {
  display: inline-block;
  padding: 1.5px 4px;
  margin: 0 8px 4px 0;
  font-size: 10px;
  line-height: 1.3;
  border: 1px solid #333333;
  border-radius: 2px;
}

#cross-genre .rc-campaignRules+.rc-campaignRules {
  margin-top: 60px;
}

#cross-genre .js-eventAdMinder__notice {
  margin-bottom: 15px;
  font-size: 12px;
}

@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%);
  }
}

#ad03 {
  margin-top: 24px;
}

.deal_notice {
  border: 1px solid #fff;
  box-sizing: border-box;
  padding: 12px;
  font-size: 14px;
  color: #fff;
  text-align: justify;
  margin: 0 auto !important;
  width: 960px;
  text-align: center;
}

#summary02 {
  margin-top: 32px !important;
}

.random-child-2 {
  margin-top: 24px;
}

.random-child-3 {
  margin-top: 24px;
}

.target_notice {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 30px 0;
  border-radius: 20px;
  background: #ffffff;
}

.sec_alc .target_notice {
  color: #2a8dd3;
}

.sec_drink .target_notice {
  color: #1ac087;
}

.adContents {
  text-align: left;
}

.rl-column5 {
  gap: 25px 11.5px;
}

.pc_none {
  display: none !important;
}


.rc-campaignRules__textContainer hr {
  border: none;
  height: 1px;
  background-color: rgba(0, 0, 0, .08);
  margin-top: 1em;
}

.mutual-allcategory {
  padding: 100px 0;
}

.section__title {
  width: fit-content;
  margin: 0 auto 64px;
}

.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 a {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: center;
}

.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);
}

p.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__category::before {
  position: absolute;
  content: "";
  display: block;
  width: 312px;
  height: 240px;
  top: -88px;
  border-radius: 50% 50% 0 0;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.pickup-item__category[class*="drink"]::before {
  background: var(--drink);
}

.pickup-item__category[class*="daily"]::before {
  background: var(--daily);
}

.pickup-item__category[class*="liquor"]::before {
  background: var(--liquor);
}

.pickup-item__category[class*="food"]::before {
  background: var(--food);
}

.pickup-item__category[class*="baby"]::before {
  background: var(--baby);
}

.pickup-item__category[class*="lens"]::before {
  background: var(--lens);
}

section.pickup-item__maker {
  position: relative;
  padding: 80px 0 1px;
}

.pickup-item__logo {
  position: absolute;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: fit-content;
  padding: 114px 88px 0;
  top: -96px;
}



.pickup-item__logo img {
  height: 116px;
  position: relative;
  top: -64px;
}

:where(.pickup-item__maker) .js-eventAdMinder__section {
  background: #fff;
  border-radius: 24px;
  margin: 40px;
  padding: 24px;
  position: relative;
  z-index: 2;
}

.pickup__maker-logo {
  width: 200px;
  margin: 0 auto 24px;
}

.multi-value {
  background: repeating-linear-gradient(90deg, #33b9a5, #33b9a5 20px, #26b59f 20px, #26b59f 40px);
  padding: 100px 0;
}

.point {
  width: 960px;
  margin: 0 auto 40px;
}

.button__attention{
  text-align: center;
  margin-top: 1em;
  font-size: 18px;
  color: #fff;
}

/*=====================================================================

  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;
  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;
}