@charset "UTF-8";
/* フォント設定
---------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
/* 切り替え
---------------------------------------------------------- */
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
/* 決まりごと
---------------------------------------------------------- */
html {
  scroll-behavior: smooth;
}
img {
  vertical-align: top;
  line-height: 1.0em;
}
a:hover img {
  opacity: 0.5;
}
/*グレーアウト*/
.img_grayout {
  filter: grayscale(100%);
}
p.indent-1 {
  padding-left: 1em;
  text-indent: -1em;
}

/* ハンバーガーメニュー
---------------------------------------------------------- */
/* スタイル */
.hamburger {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;  
  padding: 10px; 
  cursor: pointer;
  z-index: 50;
  border-radius: 8px; 
  background: rgba(255,255,255,0.7); 
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
opacity: 0;  
  pointer-events: none;
	transform: translateY(-10px);
  transition: opacity 0.5s ease, transform 0.3s ease;
}
.hamburger:hover {
  background: rgba(255,255,255,0.9);
}
/* スクロール開始後に表示される */
.hamburger.visible {
  opacity: 1;
  pointer-events: auto;
	transform: translateY(0);
}
.hamburger span {
  display: block;
  height: 3px;
  width: 100%;
  background-color: #333;
  margin: 5px 0;
  transition: 0.4s;
}
.hamburger.stuck {
  position: fixed;
  top: 12px;
  right: 12px;
	  transform: scale(0.9);
  opacity: 0.9;
}

/* バツ印化 */
.hamburger.active span:nth-child(1){ transform: rotate(45deg) translate(5px,5px);}
.hamburger.active span:nth-child(2){ opacity:0;}
.hamburger.active span:nth-child(3){ transform: rotate(-45deg) translate(6px,-6px);}

/* メニュー本体 */
.menu{
  position: fixed;
  top: 0;
  right: 0;
  width: 250px;
  height: 100%;
  background:#858585;
  opacity:0;
  pointer-events:none;
  transition:opacity .5s ease;
  z-index:5;
}
.menu.open{
  opacity:1;
  pointer-events:auto;
}

/* ロゴ_background */
.logo_contents {
  width: 100%;
  padding: 1rem 0 1rem;
  background-color: #fff;
}
.logo_contents img {
  width: 50%;
	margin: 10px 40% 10px 10%;
}
/* ボタン_黒 */
.round_button_black {
  width: 80%;
  border-radius: 100px;
  display: block;
  margin: 8px auto;
  padding: 5px 0;
  box-sizing: border-box;
  background: #000;
  text-align: center;
}
.round_button_txt {
  margin: 0px auto;
  padding: 5px;
  color: #fff !important;
  font-size: 1.1em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.round_button_txt a {
  font-weight: bold;
  text-decoration: none;
}
.round_button_txt a:link {
  color: #fff;
}
.round_button_txt a:visited {
  color: #fff;
}
.round_button_txt a:hover {
  color: yellow;
  text-decoration: underline;
}
.round_button_txt a:active {
  color: gold;
}

/* ここからスタート
---------------------------------------------------------- */
.basic_contents {
  width: 900px;
  padding: 2rem 0;
  margin: 0 auto;
}

/* コーナー間_スペース
---------------------------------------------------------- */
.corner_space {
  padding: 0 0 4rem;
}

/* メインイメージ
---------------------------------------------------------- */
/* background */
.main_contents {
  width: 100%;
  padding: 1rem 0 2rem;
  background-color: #000;
position: relative;
}
/* メインイメージ */
.main_contents_i {
  width: 100%;
}
/* メインテキスト */
.main_text {
  width: 100%;
  padding: 2rem 0 2rem;
}

/* トミカオーナーズミーティングとは
---------------------------------------------------------- */
/* background */
.about_tom_contents {
  width: 100%;
  padding: 1rem 0 2rem;
  background-color: #b01324;
 background-image: repeating-linear-gradient(135deg, #b01324, #b01324 7px, #c11526 7px, #c11526 14px);
}
/* テキストエリア */
.about_tom_title {
  width: 100%;
}
/* テキスト設定 */
.about_tom_text {
  width: 80%;
  margin: 0 10%;
  color: #fff;
  font-size: 1.4em;
  line-height: 2.3em;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
text-align: left;
}

/* 白ベース
---------------------------------------------------------- */
/* background */
.white_contents {
  width: 100%;
  padding: 1rem 0 2rem;
  background-color: #f1f1f1;
}

/* フッターグレーベース
---------------------------------------------------------- */
/* background */
.glay_contents {
  width: 100%;
  padding: 1rem 0 2rem;
  background-color: #dedede;
}
/* テキスト設定 */
.glay_contents_text {
  width: 80%;
  margin: 0 10%;
  color: #282828;
  font-size: 0.9em;
  line-height: 1.8em;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
	text-align: left;
}


/* 各コーナータイトルと見出し、キャッチベース
---------------------------------------------------------- */
/*コーナータイトル*/
.title_img {
  margin: 2.5rem 0 1.5rem;
}
.title_red_img {
  margin: 2.1rem 0 1rem;
}
/* 赤タイトル内_コンテンツ */
.red_title_contents {
  width: 83%;
  margin: 0 8.5%;
}
/* 赤タイトル内_見出し_ライン */
.red_title_midashi {
  border-bottom: solid 2px black;
 padding: 0 0 0.3em;
	text-align: left;
}
/* 赤タイトル内_見出し大 */
.red_title_big {
 padding: 0 0 0 1em;
  color: #000;
  font-size: 1.8em;
  line-height: 1.5em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
/* 赤タイトル内_見出し小 */
.red_title_small {
 padding: 0.2em 0 0 3.3em;
  color: #000;
  font-size: 1.2em;
  line-height: 1.2em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
/* 赤タイトル内_キャッチスペース */
.red_title_text {
 padding: 1em 2em 0.5em ;
  color: #000;
  font-size: 1.3em;
  line-height: 2em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
	text-align: left;
}
/* 赤タイトル内_キャッチスペース_注意書き */
.red_title_text_notice {
 padding: 0.2em 3em 0 ;
  color: #000;
  font-size: 1em;
  line-height: 1.7em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
	text-align: left;
}

/* グッズ情報 */
.title_catch_txt {
 padding: 0.5em 0 ;
  color: #000;
  font-size: 3em;
  line-height: 1.7em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
	text-align: center;
}
.title_catch_txt_small {
 padding: 1.5em 0 ;
  color: #000;
  font-size: 2em;
  line-height: 1.7em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
	text-align: center;
}
.txt_darkred {
  color: darkred;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}

/* 会場アクセス_ライン */
.access_title_midashi {
  border-bottom: solid 2px black;
 padding: 2em 0 1.5em;
	text-align: left;
}
/* 会場アクセス_テキスト大 */
.access_title_big {
 padding: 0 0 0.3em 1em;
  color: #000;
  font-size: 1.5em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}
/* 会場アクセス_テキスト小 */
.access_title_small {
 padding: 0 0 0 3em;
  color: #000;
  font-size: 1em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* マイトミカをご持参ください */
.mytomica_area {
  display: flex;
  align-items: center; 
  gap: 12px;  
  width: 100%;
  margin: 0.1em 0 0 5rem;
  padding: 0 0 0.2em;
}
.mytomica {
flex: 0 0 auto;
}
.mytomica img {
display: block;
  width: 40px;
  height: auto;
}
.mytomica_txt {
  flex: 1 1 auto; 
  font-size: 2em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  color: #c71528;
  line-height: 1.6;   
}

/* 基本の表組（2列）
---------------------------------------------------------- */
/*上下ボーダーテーブル*/
table.hg {
  border-collapse: collapse;
  table-layout: fixed;
  width: 80%;
  margin: 0 10% 2rem;
}
table.hg td {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  vertical-align: top;
  padding: 15px 5px;
}


table.hg tbody tr:nth-child(3) td.hg_naiyo { border-bottom: 0 !important; }
table.hg tbody tr:nth-child(4) td.hg_naiyo { border-top: 0 !important; }

/* 表組各種指定
---------------------------------------------------------- */
.hg_komoku {
	  width: 20%;
		text-align: left;
}
.hg_naiyo {
	  width: 80%;
		text-align: left;
}

.hg_text_13_komoku {
		text-align: left;
	  color: #000;
  font-size: 1.2em;
  line-height: 1.8em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.hg_text_14 {
		text-align: left;
	  color: #000;
  font-size: 1.4em;
  line-height: 1.3em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.hg_text_13 {
		text-align: left;
	  color: #000;
  font-size: 1.3em;
  line-height: 1.5em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.hg_text_12 {
		text-align: left;
	  color: #000;
  font-size: 1.2em;
  line-height: 1.8em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.hg_text_10 {
		text-align: left;
	  color: #000;
  font-size: 1em;
  line-height: 1.5em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.date_table .date_row {
  display: flex;       
  align-items: baseline; 
  line-height: 1.8em;
}

.date_table .date_label {
  display: inline-block;
  width: 6em;         
  text-align: right;   
  white-space: nowrap;
}


/* アコーディオン設定
---------------------------------------------------------- */
/*アコーディオン*/
.accordion {
	width: 80%;
margin: 3em auto;
}
.toggle {
display: none;
}
.option {
position: relative;
margin-bottom: 1em;
}
.accordion_title,
.accordion_content {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.3s;
}
.accordion_title {
background-color: #e71f19;
padding: 1em;
display: block;
color: #fff;
	font-size: 1.5em;
	line-height: 1.8em;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
	text-align: left;
}
.accordion_title::after,
.accordion_title::before {
content: "";
position: absolute;
right: 1.25em;
top: 1.25em;
width: 3px;
height: 1em;
background-color: #fff;
transition: all 0.3s;
}
.accordion_title::after {
transform: rotate(90deg);
}
.accordion_content {
  display: grid;
  grid-template-rows: 0fr;  
 transition: grid-template-rows .75s ease-in-out;;
  margin: 0 1em 0;
  overflow: hidden;   
  padding: 0;   
}
.accordion_inner {
  overflow: hidden;   
  padding: .5em 0 0;   
	text-align: left;
}
.accordion_content p {
  font-size: 1.2em;
  line-height: 2em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.toggle:checked + .accordion_title + .accordion_content {
 grid-template-rows: 1fr;  
}
.toggle:checked + .accordion_title::before {
transform: rotate(90deg) !important;
}

/*アコーディオン_Q＆A*/
.qanda {
  display: flex;
  align-items: flex-start; 
  width: 100%;
  margin: 0.1em 0 0 0;
	padding: 0 0 0.2em;
}
.qand_icon {
  width: 6%;
}
.qand_text {
  width: 94%;
}
/*アコーディオン_テキスト設定*/
.accordion_q_midashi {
  font-size: 1.2em;
  line-height: 1.8em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
	color: #c71528;
	padding: 1em 0 0.2em;
}
.q_box {
  width: 30px;
  height: 30px;
  border-radius: 3px;
	color: #fff;
  background-color: #333;
	  font-size: 0.7em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
	display: flex;
justify-content: center;
align-items: center;
}
.a_box {
  width: 30px;
  height: 30px;
  border-radius: 3px;
	color: #fff;
  background-color: #666;
	  font-size: 0.7em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
	display: flex;
justify-content: center;
align-items: center;
}
.q_txt {
  font-size: 1em;
  line-height: 1.8em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}



/* 黄色ベースのコンテンツ
---------------------------------------------------------- */
/*黄色ベース*/
.yellow_base_contents {
  width: 80%;
  height: auto;
margin: 1em 10% 0;
	padding: 0 0 1em;
  text-align: center;
  background-color: #ffffc8;
}
/*タイトル部分*/
.yellow_title {
  width: 70%;
  height: auto;
margin: 0 15%;
	padding: 0 0 2em;
  text-align: center;
}

/*見出し*/
.yellow_area_midashi {
  font-size: 1.6em;
  line-height: 1.3em;
	padding: 0 0 1em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #c71528; 
}
/*本文*/
.yellow_area_honbun {
  font-size: 1.2em;
  line-height: 1.8em;
	margin: 0 2em 0;
	padding: 0 0 1em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #000; 
	text-align: left;
}
/*注意書き*/
.yellow_area_notice {
	margin: 0 2.5em 2em;
  font-size: 1em;
  line-height: 1.5em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #000; 
	text-align: left;
}
/*画像*/
.yellow_img {
  margin: 1em 2em;
}


/* ボタン設定
---------------------------------------------------------- */
/*赤いボタン*/
.red_btn {
  display: inline-block;
  width: 100%;
  height: auto;
		margin: 1em 0 ;
	padding: 10px 0 ;
  text-align: center;
  text-decoration: none;
  color: #fff !important; 
  background-color: #e71f19;
  box-shadow: 0px 5px 0px #710f0c;
  transition: .3s;
}
.red_btn:hover {
  box-shadow: unset;
  transform: translateY(4px);
}
.red_btn_txt {
  font-size: 1.9em;
  line-height: 2em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #fff !important; 
}
.red_btn_txt_02 {
  font-size: 1.2em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #fff !important; 
}


.red_btn_serif_3_txt {
  font-size: 3em;
  line-height: 1.8em;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #fff !important; 
}
.red_btn_serif_12_txt {
  font-size: 1.2em;
  line-height: 1.5em;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #fff !important; 
}

/* ボタン設定
---------------------------------------------------------- */
/*黒いボタン*/
.black_btn {
  display: inline-block;
  width: 80%;
  height: auto;
	padding: 1em 0 ;
	margin: 0 10%;
}
/*黒いボタン_テキスト_大*/
.black_btn_text_big {
  text-align: center;
  text-decoration: none;
  color: #fff107 !important; 
  background-color: #111;
	padding: 0.5em 0 ;
  font-size: 1.8em;
  line-height: 1.8em;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
/*黒いボタン_テキスト_小*/
.black_btn_text_small {
  text-align: center;
  text-decoration: none;
  color: #fff107 !important; 
  background-color: #111;
  font-size: 1em;
  line-height: 1.8em;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
/*黒いボタン_テキスト_小*/
.black_btn_text_small_02 {
	padding: 0 0 1.5em;
  text-align: center;
  text-decoration: none;
  color: #fff107 !important; 
  background-color: #111;
  font-size: 1em;
  line-height: 1.8em;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}


/* チケットメインイメージ
---------------------------------------------------------- */
/* background */
.ticket_main_contents {
	position: relative;
  width: 100%;
  padding: 3.5rem 0 3.5rem;
  background-color: #b01324;
 background-image: repeating-linear-gradient(135deg, #b01324, #b01324 7px, #c11526 7px, #c11526 14px);
}
/*チケット注意書き黄色ベース*/
.ticket_yellow_base_contents {
  width: 88%;
  height: auto;
margin: 0 6%;
	padding: 1em 0;
  background-color: #ffffc8;
}
/*チケット注意書きエリア*/
.ticket_yellow_area {
  width: 80%;
  height: auto;
margin: 0 10%;
}
/*チケット注意書き*/
.ticket_yellow_area_notice {
  font-size: 1.2em;
  line-height: 2em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #000; 
	text-align: left;
}

/* 各種チケット
---------------------------------------------------------- */
/*各種チケット*/
.a_ticket {
  width: 120px;
  height: 30px;
  border-radius: 3px;
	color: #fff;
  background-color: #e71f19;
	  font-size: 1em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
	display: flex;
justify-content: center;
align-items: center;
}
.b_ticket {
  width: 120px;
  height: 30px;
  border-radius: 3px;
	color: #fff;
  background-color: #004ea2;
	  font-size: 1em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
	display: flex;
justify-content: center;
align-items: center;
}
.c_ticket {
  width: 120px;
  height: 30px;
  border-radius: 3px;
	color: #fff;
  background-color: #00785f;
	  font-size: 1em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
	display: flex;
justify-content: center;
align-items: center;
}
.d_ticket {
  width: 120px;
  height: 30px;
  border-radius: 3px;
	color: #fff;
  background-color: #662d80;
	  font-size: 1em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
	display: flex;
justify-content: center;
align-items: center;
}
/*チケット表*/
.ticket_retsu {
  display: flex;
  align-items: flex-start; 
  width: 100%;
  margin: 0.1em 0 0 0;
	padding: 0 0 0.2em;
}
.ticket_icon {
  width: 20%;
}
.ticket_text {
  width: 80%;
}
.ticket_ticket_txt {
  font-size: 1.2em;
  line-height: 1.8em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
		text-align: left;
}
/* チケット表_キャッチスペース */
.ticket_title_text {
 padding: 0.3em 0 0 ;
  color: #c71528;
  font-size: 1.3em;
  line-height: 2em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
	text-align: left;
}
.ticket_title_text_small {
 padding: 0.1em 0 0.5em;
  color: #c71528;
  font-size: 0.8em;
  line-height: 1em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
	text-align: left;
}
/* チケット表_キャッチスペース_注意書き */
.ticket_title_text_notice {
 padding: 0.1em 0 ;
  color: #000;
  font-size: 1em;
  line-height: 1.7em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
	text-align: left;
}


/* グッズ
---------------------------------------------------------- */
/* アイテム_商品名 */
.goods_item_midashi {
  padding: 0.3em 0 0.3em 0.7em;
  margin: 0 0 2em 0;
  color: #000;
  border-left: solid 10px #000;
}
.goods_item_midashi_small {
  color: #000;
  text-align: left;
  font-size: 1.3em;
  line-height: 1.8em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}
.goods_item_midashi_big {
  color: #000;
  text-align: left;
  font-size: 1.9em;
  line-height: 1.8em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}
/* アイテム_希望小売価格 */
.item_retsu {
  display: flex;
  align-items: flex-start; 
  width: 60%;
  margin: 0.1em 40% 0 0;
	border: 1px solid #000;
}
.item_black_name {
  width: 200px;
  height: 35px;
	color: #fff;
  background-color: #000;
	padding: 0.1em 0;
	  font-size: 1.2em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
	display: flex;
justify-content: center;
align-items: center;
}
/*アイテム表*/
.item_icon {
  width: 40%;
}
.item_text {
  width: 60%;
}
.item_text_txt {
color: #000;
  font-size: 1.4em;
  line-height: 2em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
	display: flex;
justify-content: center;
align-items: center;
}
/* アイテム表_キャッチスペース */
.item_text_notice {
 padding: 0.3em 0 1em ;
  color: #000;
  font-size: 1.2em;
  line-height: 1.9em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
	text-align: left;
}
/* エヴァンゲリオン_アイテム名 */
.item_evangelion_name {
  width: 60%;
  height: 40px;
  border-radius: 3px;
	color: #fff;
  background-color: #5d308d;
	  font-size: 1.3em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
	display: flex;
justify-content: center;
align-items: center;
}
/* アルミ製トミカ_アイテム名 */
.item_aluminium_name {
  width: 60%;
  height: 40px;
  border-radius: 3px;
	color: #fff;
  background-color: #c62a3b;
	  font-size: 1.3em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
	display: flex;
justify-content: center;
align-items: center;
}
/* セット内容_アイテム名 */
.item_gtrset_name {
		margin: 1em 0 0;
  width: 60%;
  height: 40px;
  border-radius: 3px;
	color: #fff;
  background-color: #222;
	  font-size: 1.3em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
	display: flex;
justify-content: center;
align-items: center;
}


/* もどるボタン
---------------------------------------------------------- */

.btn_index{
	width : 50%;
    margin:3em 25%;
    position: relative;
    padding: 2em 1.5em;
    border-top: solid 2px #333;
    border-bottom: solid 2px #333;
	color: red !important;
	  font-size: 1.3em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.btn_index:before, .btn_index:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: #333;
}
.btn_index:before {left: 10px;}
.btn_index:after {right: 10px;}
.btn_index p {
    margin: 0; 
    padding: 0;
}
.btn_index a {
  font-weight: bold;
  text-decoration: none;
}
.btn_index a:link {
  color: red;
}
.btn_index a:visited {
  color: darkred;
}
.btn_index a:hover {
  color: yellow;
  text-decoration: underline;
}
.btn_index a:active {
  color: gold;
}

/* グッズ_スライダー
---------------------------------------------------------- */

/*スライダー1*/
.cp_cssslider {
	position: relative; 
  width: 100%;
  text-align: center;
	padding: 0 0 2rem;
}
.cp_cssslider .tab_wrap {
  position: absolute;
  top: -15px;  
  left: 20px;
  z-index: 20;  /* ← 最前面 */
}
.cp_cssslider .tab_wrap .tab_icon {
  width: 150px; 
  height: auto;
  pointer-events: none;
}
.cp_cssslider .slides {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: visible;
}
.cp_cssslider .slides img:not(.tab_icon) {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
  border: 1px solid #ccc;   
  border-radius: 5px; 
  box-sizing: border-box; 
  z-index: 1; 
}

.cp_cssslider .slides > img.tab_icon {
  position: absolute;
  top: -15px;  
  left: 20px;
  width: 150px;
  height: auto;
  z-index: 10;
  pointer-events: none;
  opacity: 1 !important; 
}

/* サムネ */
.cp_cssslider .thumbnails {
  margin-top: 1em;
}
.cp_cssslider .thumbnails label {
  display: inline-block;
  border: 1px solid #e0e0e0;
  margin: 0 4px;
  cursor: pointer;
  opacity: 0.6;
  transition: all 0.3s;
}
.cp_cssslider .thumbnails label:hover { opacity: 0.9; }
.cp_cssslider .thumbnails label img {
  width: 70px;
  display: block;
}
.cp_cssslider input[name='cp_switch'] {
  display: none;
}
#photo1:checked ~ .slides img:nth-of-type(1),
#photo2:checked ~ .slides img:nth-of-type(2),
#photo3:checked ~ .slides img:nth-of-type(3),
#photo4:checked ~ .slides img:nth-of-type(4),
#photo5:checked ~ .slides img:nth-of-type(5),
#photo6:checked ~ .slides img:nth-of-type(6),
#photo7:checked ~ .slides img:nth-of-type(7),
#photo8:checked ~ .slides img:nth-of-type(8) {
  opacity: 1;
}
#photo1:checked ~ .thumbnails label[for='photo1'],
#photo2:checked ~ .thumbnails label[for='photo2'],
#photo3:checked ~ .thumbnails label[for='photo3'],
#photo4:checked ~ .thumbnails label[for='photo4'],
#photo5:checked ~ .thumbnails label[for='photo5'],
#photo6:checked ~ .thumbnails label[for='photo6'],
#photo7:checked ~ .thumbnails label[for='photo7'],
#photo8:checked ~ .thumbnails label[for='photo8'] {
  border-color: #E60012;
  opacity: 1;
}

/*スライダー2*/
.cp_cssslider2 {
  width: 100%;
  margin: 0 auto;
  text-align: center;
	padding: 0 0 2rem;
}

.cp_cssslider2 .slides {
  position: relative;
  aspect-ratio: 16:9;
  overflow: visible;
}

.cp_cssslider2 .slides img:not(.tab_icon) {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  z-index: 1;
}
.cp_cssslider2 .slides .tab_icon {
  position: absolute;
  top: -15px; 
  left: 20px;   
  width: 150px;
  height: auto;
  z-index: 10;
  pointer-events: none;
  opacity: 1;
}


/*スライダー4*/
.cp_cssslider4 {
	position: relative; 
  width: 100%;
  text-align: center;
	padding: 0 0 2rem;
}
.cp_cssslider4 .tab_wrap {
  position: absolute;
  top: -15px;  
  left: 20px;
  z-index: 20;  /* ← 最前面 */
}
.cp_cssslider4 .tab_wrap .tab_icon {
  width: 150px; 
  height: auto;
  pointer-events: none;
}
.cp_cssslider4 .slides {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: visible;
}
.cp_cssslider4 .slides img:not(.tab_icon) {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
  border: 1px solid #ccc;   
  border-radius: 5px; 
  box-sizing: border-box; 
  z-index: 1; 
}

.cp_cssslider4 .slides > img.tab_icon {
  position: absolute;
  top: -15px;  
  left: 20px;
  width: 150px;
  height: auto;
  z-index: 10;
  pointer-events: none;
  opacity: 1 !important; 
}

/* サムネ */
.cp_cssslider4 .thumbnails {
  margin-top: 1em;
}
.cp_cssslider4 .thumbnails label {
  display: inline-block;
  border: 1px solid #e0e0e0;
  margin: 0 4px;
  cursor: pointer;
  opacity: 0.6;
  transition: all 0.3s;
}
.cp_cssslider4 .thumbnails label:hover { opacity: 0.9; }
.cp_cssslider4 .thumbnails label img {
  width: 70px;
  display: block;
}
.cp_cssslider4 input[name='cp_switch4'] {
  display: none;
}
#photo21:checked ~ .slides img:nth-of-type(1),
#photo22:checked ~ .slides img:nth-of-type(2),
#photo23:checked ~ .slides img:nth-of-type(3),
#photo24:checked ~ .slides img:nth-of-type(4),
#photo25:checked ~ .slides img:nth-of-type(5),
#photo26:checked ~ .slides img:nth-of-type(6)
{
  opacity: 1;
}
#photo21:checked ~ .thumbnails label[for='photo21'],
#photo22:checked ~ .thumbnails label[for='photo22'],
#photo23:checked ~ .thumbnails label[for='photo23'],
#photo24:checked ~ .thumbnails label[for='photo24'],
#photo25:checked ~ .thumbnails label[for='photo25'],
#photo26:checked ~ .thumbnails label[for='photo26']{
  border-color: #E60012;
  opacity: 1;
}



/*スライダー3*/
.cp_cssslider3 {
	position: relative; 
  width: 100%;
  text-align: center;
	padding: 0 0 2rem;
}
.cp_cssslider3 .tab_wrap {
  position: absolute;
  top: -15px;  
  left: 20px;
  z-index: 20;  /* ← 最前面 */
}
.cp_cssslider3 .tab_wrap .tab_icon {
  width: 150px; 
  height: auto;
  pointer-events: none;
}
.cp_cssslider3 .slides {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: visible;
}
.cp_cssslider3 .slides img:not(.tab_icon) {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
  border: 1px solid #ccc;   
  border-radius: 5px; 
  box-sizing: border-box; 
  z-index: 1; 
}

.cp_cssslider3 .slides > img.tab_icon {
  position: absolute;
  top: -15px;  
  left: 20px;
  width: 150px;
  height: auto;
  z-index: 10;
  pointer-events: none;
  opacity: 1 !important; 
}

/* サムネ */
.cp_cssslider3 .thumbnails {
  margin-top: 1em;
}
.cp_cssslider3 .thumbnails label {
  display: inline-block;
  border: 1px solid #e0e0e0;
  margin: 0 4px;
  cursor: pointer;
  opacity: 0.6;
  transition: all 0.3s;
}
.cp_cssslider3 .thumbnails label:hover { opacity: 0.9; }
.cp_cssslider3 .thumbnails label img {
  width: 70px;
  display: block;
}
.cp_cssslider3 input[name='cp_switch3'] {
  display: none;
}
#photo11:checked ~ .slides img:nth-of-type(1),
#photo12:checked ~ .slides img:nth-of-type(2),
#photo13:checked ~ .slides img:nth-of-type(3)
{
  opacity: 1;
}
#photo11:checked ~ .thumbnails label[for='photo11'],
#photo12:checked ~ .thumbnails label[for='photo12'],
#photo13:checked ~ .thumbnails label[for='photo13'] {
  border-color: #E60012;
  opacity: 1;
}
