@charset "utf-8";
/*=====================================================================

KV

=====================================================================*/

#cross-genre .kv .main {
  height: 360px;
}

#cross-genre .kv .ttl{
  padding: 32px 0;
}

#cross-genre .kv__entry__text {
  width: fit-content;
  margin: 0 auto 18px;
}

#cross-genre .kv__entry {
  padding: 65px 0 0;
}

#cross-genre .kv .entry__button a,
#cross-genre .entry__button a {
  color: #fff;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding-right: 19px;
}

#cross-genre .entry__button {
  position: relative;
  border-radius: 9999px;
  margin: 0 auto;
  background: #bf0000;
  font-size: 24px;
  width: 700px;
  height: 72px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .25);
}

#cross-genre .deal_notice {
  color: initial;
  background: #fff;
  border: 1px solid #fff;
  box-sizing: border-box;
  padding: 12px;
  font-size: 14px;
  text-align: justify;
  margin: 0 auto !important;
  width: 960px;
  text-align: center;
}

#cross-genre .sec_search .ri-item {
  box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.6);
  border-radius: 15px;
  padding: 10px;
  margin-bottom: unset !important;
  margin-right: unset !important;
  width: 19% !important;
}

#cross-genre .entry__button a::after {
  content: none;
}

#cross-genre .entry__button::after {
  right: 47px;
}

#cross-genre .mutual__cont+.entry__button {
  margin-top: 17px;
}

/*=====================================================================

検索ボックス

=====================================================================*/

#cross-genre .sec_search {
  text-align: center;
  position: relative;
  padding: 65px 0 160px;
}

#cross-genre .sec_search:has(.deal_notice),
#cross-genre .sec_search:has(.txt) {
  padding: 40px 0 160px;
}

#cross-genre .keyword {
  border-radius: 30px;
  padding: 1px 48px 50px;
}

#cross-genre .sec_search h3 {
  position: relative;
  margin: 40px 0 18px;
}

#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(#fff 3px, transparent 3px);
  background-size: 14px 14px;
}

#cross-genre .sec_search h3 span {
  position: relative;
  padding: 0 16px;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
}

#cross-genre .sec_search .maker__title {
  margin: 41px 0 33px;
}

#cross-genre .search_form {
  display: block;
  height: auto;
  border: none;
  border-radius: unset;
  background-color: unset;
  transition: none;
}

#cross-genre .search_form:hover {
  background: unset;
}

#cross-genre .search_form .field {
  display: flex;
  justify-content: center;
  background: #fff;
  border-radius: 2em;
  width: 700px;
  margin: 0 auto;
  overflow: hidden;
}

#cross-genre .search_form input {
  padding: 12.5px 0.5em;
  appearance: none;
  outline: none;
  width: calc(100% - 4em);
  font-size: 18px;
  border: none;
}

#cross-genre .search_form input:placeholder {
  opacity: 0.5;
}

#cross-genre .search_form button {
  width: auto;
  cursor: pointer;
  appearance: none;
  border: none;
  outline: none;
  background: none;
  transition: none;
}

#cross-genre .search_form button:hover {
  background: unset;
}

#cross-genre .search_keyword {
  width: 700px;
  margin: 40px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

#cross-genre .search_keyword li {
  height: 42px;
  border-radius: 24px;
  background: #fff;
}

#cross-genre .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.35em;
}

#cross-genre .sec_search .txt {
  text-align: center;
  font-size: 14px;
  padding: 20px 0 24px;
  border-radius: 20px;
  background: #fff;
  margin: 0 0 40px;
  line-height: 1.7;
}

#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 .brand_wrap {
  margin: 0 auto;
  margin: 35px auto;
  display: flex;
  flex-wrap: wrap;
  gap: 15px 4px;
  justify-content: center;
}

#cross-genre .brand_logo {
  width: 150px;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
}

#cross-genre .brand_logo a {
    display: block;
    width: 100%;
    height: 100%;
    color: #333;
}

#cross-genre .btn_more {
  margin: 50px auto;
  box-sizing: border-box;
  width: 506px;
  height: 81px;
  border-radius: 9999px;
  background: #ff6d02;
  color: #ffffff;
  position: relative;
  font-size: 24px;
  font-weight: bold;
}

#cross-genre .btn_more a {
  color: unset;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#cross-genre .btn_more a:before {
  content: "";
  width: 13px;
  height: 13px;
  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 .btn_more a:hover {
  background: #ffffff;
  color: #ff6d02;
  border: 2px solid #ff6d02;
  opacity: 1;
  border-radius: 9999px;
}

#cross-genre .btn_more a:hover:before {
  border-top: solid 3px #ff6d02;
  border-right: solid 3px #ff6d02;
}

/*=====================================================================

面出し

=====================================================================*/

#cross-genre .maker_wrap .maker {
  width: 960px;
  background: #fff;
  border-radius: 30px;
  padding: 40px 20px 25px;
  margin: 0 auto 40px;
}

#cross-genre .maker_wrap h4 {
  width: 276px;
  margin: 0 auto;
}

#cross-genre .maker_wrap .maker_logo--brand_none {
  margin-bottom: 35px;
}

#cross-genre .item_wrap {
  width: 98%;
  margin: 0 auto;
  margin: 35px auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 10px;
}

#cross-genre .item_box {
  width: 172px;
  box-shadow: 0 0 8px -3px rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  padding: 10px 2px 5px;
  overflow: hidden;
}

#cross-genre .item_box a {
  display: block;
  width: 100%;
  height: 100%;
  color: #333333;
}

#cross-genre .item_box p {
  font-weight: bold;
  min-height: 52px;
  font-size: 12px;
  margin-top: 10px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*=====================================================================

adMinder

=====================================================================*/

#cross-genre .ri-item {
  box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.3);
  border-radius: 15px;
  padding: 10px;
}


/*=====================================================================

複数カテゴリ購入訴求

=====================================================================*/

#cross-genre .multi-value {
  background: repeating-linear-gradient(90deg, #33b9a5, #33b9a5 20px, #26b59f 20px, #26b59f 40px);
  padding: 100px 0;
}

#cross-genre .point {
  width: 960px;
  margin: 0 auto 40px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 18px;
}

#cross-genre .point li {
  width: calc(100% / 3);
  position: relative;
}

#cross-genre .point li:nth-child(4),
#cross-genre .point li:nth-child(5) {
  width: 100%;
  margin-top: 2px;
}

#cross-genre .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);
}

#cross-genre .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);
}

#cross-genre .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);
}

#cross-genre .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 .point li:nth-child(5):before {
	position: absolute;
  top: -21px; left: -12px;
	content: url(https://r.r10s.jp/evt/event/brand/cross-genre/_pc/img/20251128/pic_point_new_kamihfubuki.png);
}

#cross-genre .button__attention {
  text-align: center;
  margin-top: 1em;
  font-size: 18px;
  color: #fff;
}

#cross-genre .foot-banner {
  width: 960px;
  margin: 70px auto 0;
  text-align: center;
}

#cross-genre .foot-banner-notice {
  margin-top: 14px;
  font-size: 18px;
  text-align: center;
}