@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
/* 決まりごと
---------------------------------------------------------- */
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
body {
  overflow-x: hidden;
  margin: 0;
}
/* 背景
---------------------------------------------------------- */
.Tomica-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  isolation: isolate;
}
.Tomica-wrapper::before {
  content: "";
  position: absolute;
  pointer-events: none;
}
.xrossrescue_contents {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  padding-bottom: 0;
  width: 960px;
  margin: 0 auto 2rem;
}
/* html_決まりごと
---------------------------------------------------------- */
/*hover*/
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
/*個別アイテム_グレーアウト*/
.img_grayscale {
  filter: grayscale(1);
  opacity: 0.5;
}
/*特定リンク_打ち消し*/
.no_change, .no_change:link, .no_change:visited, .no_change:hover, .no_changee:active {
  color: inherit;
  text-decoration: none;
}
/* パンくず
---------------------------------------------------------- */
.dir_bread {
  width: 100%;
  height: auto;
  padding: 2em 0 0.5em;
}
.dir_bread_txt {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 0.8rem;
  color: #222 !important;
  text-align: left;
}
/* ロゴ_ヘッダー
---------------------------------------------------------- */
.index_xross_header {
  width: 100%;
  height: auto;
  padding: 0.3em 0 0.1em 1em;
  background-color: #e10000;
  border-bottom: solid 8px #000;
  text-align: left;
  box-sizing: border-box;
}
.index_xross_header img {
  width: 15%;
  height: auto;
}
/* メインイメージ_画像
---------------------------------------------------------- */
.index_main_container {
  width: 100vw;
  height: auto;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  background-color: #000;
}
.index_main_box {
  width: 960px;
  height: auto;
  margin: 1em auto;
  box-sizing: border-box;
}
.index_main_box img {
  width: 100%;
  height: auto;
}
/* スライダー
---------------------------------------------------------- */
/*スライダー_コンテナ*/
.index_slider_container {
  width: 900px;
  height: auto;
  margin: 3.5rem auto 0;
}
.index_swiper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: solid 1px #A40000;
}
.swiper-slide {
  line-height: 0;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: left top;
}
.txt_slider_area {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.8;
  color: #fff;
  text-align: center;
  margin: 1.5em auto 5em;
}
/* 各カテゴリタイトル
---------------------------------------------------------- */
/* 白_01 */
.tit_xross_category {
  width: 900px;
  height: auto;
  margin: 3rem auto;
  padding: 0 0 0.5em;
  border-bottom: solid 3px #fff;
}
.txt_xross_category {
  display: flex;
  align-items: center;
  gap: 0.3em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-size: 3.5rem;
  color: #fff;
  padding: 0 0 0 0.3em;
}
.txt_xross_category span {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 2rem;
  color: #fff;
  padding: 0 0 0 0.2em;
}
/* 白_02 */
.tit_xross_category_02 {
  width: 900px;
  height: auto;
  margin: 3rem auto;
}
.txt_xross_category_02 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-size: 3.5rem;
  color: #fff;
  padding: 0 0 0.2em 0.3em;
  border-bottom: solid 3px #fff;
  text-align: left;
}
.txt_xross_category_02_sub {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 2rem;
  color: #fff;
  padding: 0.4em 0 0 0.5em;
  text-align: left;
}
/* 黒_01 */
.tit_xross_category_black {
  width: 900px;
  height: auto;
  margin: 3rem auto;
  padding: 0 0 0.5em;
  border-bottom: solid 3px #000;
}
.txt_xross_category_black {
  display: flex;
  align-items: center;
  gap: 0.3em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-size: 3.5rem;
  color: #000;
  padding: 0 0 0 0.3em;
}
.txt_xross_category_black span {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 2rem;
  color: #000;
  padding: 0 0 0 0.2em;
}
/* 商品グリッド
---------------------------------------------------------- */
/* グリッド */
.grid_xross_item {
  position: relative;
  z-index: 1;
  width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 30px;
  row-gap: 30px;
}
/* 各アイテム */
.box_xross_item {
  width: 100%;
  border: 1px solid #000;
  box-sizing: border-box;
}
.box_xross_item_img {
  width: 100%;
  padding: 3px;
  background-color: #fff;
  box-sizing: border-box;
}
.box_xross_item_img img {
  display: block;
  width: 100%;
  height: auto;
}
.box_xross_item_tit {
  width: 100%;
  min-height: 3.8em;
  padding: 5px 0 5px 10px;
  box-sizing: border-box;
  background-color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
	text-align: left;
}
/* 動画エリア
---------------------------------------------------------- */
/* グリッド */
.grid_xross_movie {
  position: relative;
  z-index: 1;
  width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 30px;
  row-gap: 30px;
}
/* 各動画 */
.box_xross_movie {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 1px solid #9b0404;
  box-sizing: border-box;
		margin: 0;
}
/* 更新履歴
---------------------------------------------------------- */
.bg_gray_area {
  position: relative;
  width: 100vw;
  height: auto;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  background-color: #ccc;
  border-top: solid 8px #000;
}
/* コンテンツ */
.index_info_container {
  position: relative;
  z-index: 1;
  width: 900px;
  margin: 0 auto;
}
.index_info_body {
  width: 100%;
  height: 9rem;
  margin: 0 auto 3rem;
  padding: 5px 10px;
  box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #fff;
  border: 1px solid #111;
}
.info_category_box {
  display: grid;
  grid-template-columns: 130px 1fr;
  column-gap: 20px;
  width: 100%;
  margin: 0;
  padding: 10px 0;
  box-sizing: border-box;
  align-items: center;
  border-bottom: 1px solid #999;
}
.info_category {
  align-self: start;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 5px 1rem;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 0.7rem;
  color: #fff;
  text-align: center;
  background-color: #333;
}
.info_txt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0;
  padding-left: 10px;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 0.9rem;
  color: #111;
  text-align: left;
}
.info_txt a {
  color: inherit;
}
/* ボタンデザイン
---------------------------------------------------------- */
/* ボタン_位置 */
.btn_right {
  text-align: right;
}
/* ボタン_白 */
.btn_white_wicon {
  display: inline-block;
  width: 35%;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  padding: 0.75em 1.5em;
  cursor: pointer;
  border: 2px solid #9b0404;
  background-color: #fff;
  color: #e10000;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s, color 0.3s;
}
.btn_white_wicon:hover {
  background-color: #9b0404;
  color: #fff;
}
/* ボタン_赤 */
.btn_red_wicon {
  display: inline-block;
  width: 35%;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  padding: 0.75em 1.5em;
  cursor: pointer;
  border: 2px solid #9b0404;
  background-color: #e10000;
  color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s, color 0.3s;
}
.btn_red_wicon:hover {
  background-color: #9b0404;
  color: white;
}
.icon_yajirushi {
  margin-left: 0.5em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  display: inline-block;
}
/* 全面背景クリップエリア
---------------------------------------------------------- */
/* 赤 */
.bg_red_area {
  position: relative;
  width: 100vw;
  height: auto;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  background-color: #e60000;
}
/* 黒 */
.bg_black_area {
  position: relative;
  width: 100vw;
  height: auto;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  background-color: #000;
}
/* 赤→黒 */
.bg_red_section {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  background-color: #000;
}
.bg_red_section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background-color: #e60000;
  clip-path: polygon(0 0, 100% 0, 100% 98%, 0 55%);
  z-index: 0;
}
.in_red_section {
  position: relative;
  z-index: 1;
  width: 900px;
  margin: 0 auto;
  padding: 40px 0 100px;
  box-sizing: border-box;
}
/* 黒→赤 */
.bg_black_section {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  background-color: #e60000;
}
.bg_black_section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background-color: #000;
  clip-path: polygon(0 0, 100% 0, 100% 98%, 0 55%);
  z-index: 0;
}
.in_black_section {
  position: relative;
  z-index: 1;
  width: 900px;
  margin: 0 auto;
  padding: 40px 0 100px;
  box-sizing: border-box;
}
/* コンテンツなし_赤→黒 */
.bg_red_to_black {
  position: relative;
  width: 100vw;
  height: 180px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  background-color: #000;
}
.bg_red_to_black::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #e60000;
  clip-path: polygon(0 0, 100% 0, 100% 70%, 0 30%);
}
/* コンテンツなし_黒→赤 */
.bg_black_to_red {
  position: relative;
  width: 100vw;
  height: 180px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  background-color: #e60000;
}
.bg_black_to_red::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #000;
  clip-path: polygon(0 0, 100% 0, 100% 70%, 0 30%);
}
/* コンテンツなし_黒→灰 */
.bg_black_to_black {
  position: relative;
  width: 100vw;
  height: 100px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  background-color: #000;
}
.bg_black_to_red::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #111;
  clip-path: polygon(0 0, 100% 0, 100% 70%, 0 30%);
}