@charset "UTF-8";
		
body {
  overflow-wrap: anywhere; 
  word-break: normal;
  line-break: normal; /* 禁則処理を厳格に適用 */
}
@media screen and (max-width: 640px) {
.displaynone{
	display: none;
}
}	
/**/
.cell_big {
  margin-top: initial !important;
  margin-bottom: initial !important;
  padding-top: initial !important;
  padding-bottom: initial !important;
}
.cont_big_img {
  margin-top: initial !important;
  margin-bottom: initial !important;
  padding-top: initial !important;
  padding-bottom: initial !important;
}
/*メニュー スペース調整*/
.menu_space{
  padding-top: 30px !important;
  padding-bottom: 50px !important;
}
/*ベース スペース調整*/	
.base_space{
  padding-top: 20px !important;
  padding-bottom: 60px !important;
}
/*ベース スペース調整2*/	
.base_space2{
  padding-top: 20px !important;
}
.bgcolor_bk {
	background: #000;
	font-size: 11pt;
	color: #fff;
}
.bgcolor_wh {
	background: #fff;
	font-size: 11pt;
	color: #000;
}
/*メインタイトル */
.main_title{
	margin-top: 15px;
	font-size: 2em;
	font-weight: 600;
	line-height: 1.3em;
	color: #ffffff;
	text-align: center;
	font-feature-settings: "palt" 1;
	font-family: 'Noto Sans JP', sans-serif;
}
@media screen and (max-width: 640px) {
.main_title{
	margin-top: 15px;
	font-size: 1.5em;
	line-height: 1.5em;
}
}
/*ボディテキスト */
.body_text{
	margin-top: 30px;
	font-size: 1.2em;
	line-height: 1.8em;
}
@media screen and (max-width: 640px) {
.body_text{
	margin-top: 15px !important;
}
}
/*メニュー1*/
.link_menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
/*メニュー3列*/
.link_menu_list3 {
    display: flex;
	align-items: center;
	text-align: center;
    width: calc(100% / 3 - 7px);
	border: solid 1px #eee;
	margin-bottom: 7px;
	background: #222;
	justify-content: center;
	height: 60px;
	line-height: 60px;
}
.link_menu_list3 a{
	display: inline-block;
	width: 100%;
	height: 60px;
}
.link_menu_list3:hover{
	background: #333;
	border: solid 1px #eee;
	transition: .4s;
}
@media screen and (max-width: 640px) {
.link_menu_list3{
    width: calc(100% / 2 - 7px);
	margin-bottom: 15px;
}
}
/*メニュー4列_2*/	
.link_menu2{
	display : flex;
	flex-wrap : wrap;
	justify-content:space-between;
	width: 100%;
}
.link_menu2::before{
	content:"";
	display: block;
	width: 24%;
	order:1;
}
.link_menu2::after{
	content:"";
	display: block;
	width: 24%;
}
.item{
	border: 1px solid #333;
	margin-bottom: 10px;
	box-sizing: border-box;
	width: 24%;
	align-items: center;
	text-align: center;
	line-height: 60px;
	height: 60px;
	font-size: 0.9em;
}
.item a{
	display: inline-block;
	width: 100%;
	height: 60px;
}
.item:hover{
	border: solid 1px #333;
	transition: .4s;
	opacity: 0.5;
}
@media screen and (max-width: 640px) {
.item{
	width: 48%;
	margin-bottom: 15px;
}
}
/*メニュー3列_wh*/
.link_menu_list3_wh {
    display: flex;
	align-items: center;
	text-align: center;
    width: calc(100% / 3 - 7px);
	border: solid 1px #000;
	margin-bottom: 7px;
	background: #eee;
	justify-content: center;
	padding: 15px 0;
	height: 60px;
	line-height: 60px;
}
.link_menu_list3_wh a{
	display: inline-block;
	width: 100%;
	height: 60px;
}
.link_menu_list3_wh:hover{
	background: #ccc;
	border: solid 1px #000;
	transition: .4s;
}
@media screen and (max-width: 640px) {
.link_menu_list3_wh{
    width: calc(100% / 2 - 7px);
	margin-bottom: 15px;
}
}
.link_menu_list3_wh a{
	display: block;
	width: 100%;
}

/*トライアングル*/	
.triangle{
	font-feature-settings: "palt" 1;	
	font-family: "Helvetica Neue",Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}
/* 中見出し2 */		
.heading {
	margin-top: 40px;
	display: flex;
	align-items: center;
	text-align: center;
	font-weight: bold;
	font-size: 1.3em;
	font-feature-settings: "palt" 1;	
	font-family: 'Noto Sans JP', sans-serif;
	color: #777;
}
@media screen and (max-width: 640px) {
.heading{
	line-height: 1.4em;
}
}
.heading:before,
.heading:after {
	border-top: 1px solid #ccc;
	content: "";
	flex-grow: 1;
}
.heading:before {
	margin-right: 1rem;
}
.heading:after {
	margin-left: 1rem;
}
/* 中見出し2 */
.heading2 {
	font-weight: bold;
	font-size: 1.1em;
	font-feature-settings: "palt" 1;
	font-family: 'Noto Sans JP', sans-serif;
}
/*製品 スペース調整*/	
.m_t_5{margin-top: 5px !important;} .m_t_15{margin-top: 15px !important;} .m_t_10{margin-top: 10px !important;} .m_t_20{margin-top: 20px !important;} 
.m_t_30{margin-top: 30px !important;} .m_t_40{margin-top: 40px !important;} .m_t_50{margin-top: 50px !important;} .m_t_60{margin-top: 60px !important;} .m_t_70{margin-top: 70px !important;} .m_t_80{margin-top: 80px !important;} .m_t_90{margin-top: 60px !important;} .m_t_100{margin-top: 100px !important;}
	
.m_b_10{margin-bottom: 10px !important;} .m_b_15{margin-bottom: 15px !important;} .m_b_20{margin-bottom: 20px !important;} .m_b_30{margin-bottom: 30px !important;}
.m_b_40{margin-bottom: 40px !important;} .m_b_50{margin-bottom: 50px !important;} .m_b_60{margin-bottom: 60px !important;}
.m_b_70{margin-bottom: 70px !important;} .m_b_80{margin-bottom: 80px !important;} .m_b_90{margin-bottom: 90px !important;}
.m_b_100{margin-bottom: 100px !important;}
	
.p_t_10{padding-top: 10px !important;} .p_t_15{padding-top: 15px !important;} .p_t_20{padding-top: 20px !important;} .p_t_30{padding-top: 30px !important;}
.p_t_40{padding-top: 40px !important;} .p_t_50{padding-top: 50px !important;} .p_t_60{padding-top: 60px !important;}
.p_t_70{padding-top: 70px !important;} .p_t_80{padding-top: 80px !important;} .p_t_90{padding-top: 90px !important;}
.p_t_100{padding-top: 100px !important;}
	
.p_b_10{padding-bottom: 10px !important;} .p_b_15{padding-bottom: 15px !important;} .p_b_20{padding-bottom: 20px !important;} .p_b_30{padding-bottom: 30px !important;}
.p_b_40{padding-bottom: 40px !important;} .p_b_50{padding-bottom: 50px !important;} .p_b_60{padding-bottom: 60px !important;} .p_b_70{padding-bottom: 70px !important;} .p_b_80{padding-bottom: 80px !important;} .p_b_90{padding-bottom: 90px !important;}
.p_b_100{padding-bottom: 100px !important;}
/* 製品名 */	
.products_name{
	font-weight: bold;
	font-feature-settings: "palt" 1;	
	line-height: 1.4em;
}
/* 近日公開 */	
.comingsoon{
	font-weight: bold;
	font-feature-settings: "palt" 1;	
}
@media screen and (max-width: 640px) {
.comingsoon{
	font-size: 1em;
}
}
/* 製品説明 */	
.products_text{
	line-height: 1.6em;
}
@media screen and (max-width: 640px) {
.products_text{
}
}
/* 製品ページリンク */
.productlink{
	display: inline;
    padding: 0.6em 0.8em;
    text-decoration: none !important;
    color: #000 !important;
	border-radius: 3em;
    transition: .4s;
	font-size: 0.95em;
	background: #efefef;
	border: solid 1px 
}
@media screen and (max-width: 640px) {
.productlink{
}
}
.productlink:hover {
	font-weight: bold;
    color: #ffffff !important;
	border: solid 1px #ccc;
	background: #333;
}
/*イベント名*/	
.event_name{
	font-size: 1em;
	font-weight: bold;
	font-feature-settings: "palt" 1;	
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.4em;
}
@media screen and (max-width: 640px) {
.event_name{
}
}	
/*見出し_黒*/
.contents_title_bk { 
	font-weight: bold;
	font-size: 2em;
	text-align: center;
	padding: 20px 0 10px;
	font-feature-settings: "palt" 1;	
	font-family: 'Noto Sans JP', sans-serif;
	color: #000;
}
@media screen and (max-width: 640px) {
.contents_title_bk{
	font-size: 1.6em;
}
}
/*見出し_白*/
.contents_title_wh { 
	font-weight: bold;
	font-size: 2em;
	text-align: center;
	padding: 20px 0 10px;
	font-feature-settings: "palt" 1;	
	font-family: 'Noto Sans JP', sans-serif;
	color: #fff;
}
@media screen and (max-width: 640px) {
.contents_title_wh{
	font-size: 1.6em;
}
}
/*セミナースケジュール */
table {
	border-collapse: collapse;
	border:1px solid #000;
}
.tb_day_b_parent {
    background: #eee;
    color: #000;
	text-align: center;
	padding: 5px 0;
	width: 15%;
	border: solid 1px #333;
}
@media only screen and (max-width: 640px) {
.tb_day_b_parent{
	font-size: 0.9em;
	line-height: 1.5em;
	width: 18%;
}
}
.tb_time_b_parent {
    background: #eee;
    color: #000;
	text-align: center;
	padding: 5px 0;
	width: 15%;
	border: solid 1px #333;
}
@media only screen and (max-width: 640px) {
.tb_time_b_parent{
	font-size: 0.9em;
	line-height: 1.5em;
	width: 18%;
}
}
.tb_place_b_parent {
    background: #eee;
    color: #000;
	text-align: center;
	padding: 5px 0;
	width: 26%;
	border: solid 1px #333;
}
@media only screen and (max-width: 640px) {
.tb_place_b_parent {
	font-size: 0.9em;
	line-height: 1.5em;
}
}
.tb_name_b_parent {
    background: #eee;
    color: #000;
	text-align: center;
	padding: 5px 0;
	border: solid 1px #333;
}
@media only screen and (max-width: 640px) {
.tb_name_b_parent {
	font-size: 0.9em;
	line-height: 1.5em;
}
}
/**/
.tb_day_b {
    background: #fff;
    color: #000;
	text-align: center;
	padding: 8px 0;
	width: 15%;
	border: solid 1px #333;
	font-feature-settings: "palt" 1;
	font-weight: bold;
	font-family: 'Noto Sans JP', sans-serif;
}
@media only screen and (max-width: 640px) {
.tb_day_b{
	font-size: 0.9em;
	line-height: 1.5em;
	width: 18%;
}
}
.tb_time_b {
    background: #fff;
    color: #000;
	text-align: center;
	padding: 8px 0;
	width: 15%;
	border: solid 1px #333;
}
@media only screen and (max-width: 640px) {
.tb_time_b{
	font-size: 0.9em;
	line-height: 1.5em;
	width: 18%;
}
}
.tb_place_b {
    background: #fff;
    color: #000;
	text-align: center;
	padding: 8px 0;
	width: 26%;
	border: solid 1px #333;
}
@media only screen and (max-width: 640px) {
.tb_place_b{
	font-size: 0.9em;
	line-height: 1.5em;
}
}
.tb_name_b {
    background: #fff;
    color: #000;
	text-align: center;
	padding: 8px 0;
	border: solid 1px #333;
	font-feature-settings: "palt" 1;
}
@media only screen and (max-width: 640px) {
.tb_name_b {
	font-size: 0.9em;
	line-height: 1.5em;
}
}
/*駐在スケジュール */
.tb_time_staff_parent {
    background: #eee;
    color: #000;
	text-align: center;
	padding: 5px 0;
	width: 33%;
	border: solid 1px #333;
}
@media only screen and (max-width: 640px) {
.tb_time_staff_parent{
	font-size: 0.9em;
	line-height: 1.5em;
}
}
.tb_name_staff_parent {
    background: #eee;
    color: #000;
	text-align: center;
	padding: 5px 0;
	width: 33%;
	border: solid 1px #333;
}
@media only screen and (max-width: 640px) {
.tb_name_staff_parent {
	font-size: 0.9em;
	line-height: 1.5em;
}
}
/**/
.tb_time_staff {
    background: #fff;
    color: #000;
	text-align: center;
	padding: 8px 0;
	border: solid 1px #333;
}
@media only screen and (max-width: 640px) {
.tb_time_staff{
	font-size: 0.9em;
	line-height: 1.5em;
}
}
.tb_name_staff {
    background: #fff;
    color: #000;
	text-align: center;
	padding: 8px 0;
	border: solid 1px #333;
	font-feature-settings: "palt" 1;
}
@media only screen and (max-width: 640px) {
.tb_name_staff {
	font-size: 0.9em;
	line-height: 2em;
}
}	
/*ページトップ白 */
.pagetop_wh {
    display: inline-block;
    padding: 0.3em 0.5em 0.2em;
    text-decoration: none !important;
    transition: .4s;
    color: #fff !important;
	font-size: 0.8em;
}
.pagetop_wh::before {
	font-family: "Font Awesome 5 Free";
	content:'コンテンツ';
}
/*ページトップ黒 */
.pagetop_bk {
    display: inline-block;
    padding: 0.3em 0.5em 0.2em;
    text-decoration: none !important;
    border-radius: 3px;
    transition: .4s;
    color: #000 !important;
	font-size: 0.8em;
}
.pagetop_bk::before {
	font-family: "Font Awesome 5 Free";
	content:'コンテンツ';
}
/*ページトップ黒終わり */
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 640px) {
.pc { display: none !important; }
.sp { display: block !important; }
}
.schedule{
	font-size: 0.9em;
	}

.title_s{
	text-align: center; 
	font-weight: bold;
	font-size: 1.1em;
	font-feature-settings: "palt" 1;
	font-family: 'Noto Sans JP', sans-serif;
}

/*カテゴリータイトル*/		
.category_title{
	font-feature-settings: "palt" 1;	
	font-family: 'Impact', 'Noto Sans JP', sans-serif;
	color: #000;
	font-size: 3.8em;
	line-height: 1.1em;
	font-weight: bold;
	text-align: center;
	padding-top: 20px;
}
@media screen and (max-width: 640px) {
.category_title{
	font-size: 2.4em;
	line-height: 1.3em;
	padding-top: 10px;
}
}

/*カテゴリーサブタイトル*/	
.category_title_sub{
	font-feature-settings: "palt" 1;	
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	color: #fff;
	text-align: center;
	letter-spacing: 0.1em;
	margin-bottom: 5px;
}
@media screen and (max-width: 640px) {
.category_title_sub{
	font-size: 1em;
	font-weight: bold;
	padding: 1px 0;
}
}

/*カテゴリータイトルベース_バス*/	
.category_title_base_bass{
	background: -moz-linear-gradient(top, #f9ccb3, #fff);
	background: -webkit-linear-gradient(top, #f9ccb3, #fff);
	background: linear-gradient(to bottom, #f9ccb3 0%, #fff 90%);
}
/*カテゴリーサブタイトルベース_バス*/	
.category_title_sub_base_bass{
	background: #ff0000;
}

/*カテゴリータイトルベース_エリア*/	
.category_title_base_area{
	background: -moz-linear-gradient(top, #d0e6a1, #fff);
	background: -webkit-linear-gradient(top, #d0e6a1, #fff);
	background: linear-gradient(to bottom, #d0e6a1 0%, #fff 90%);
}
/*カテゴリーサブタイトルベース_エリア*/	
.category_title_sub_base_area{
	background: #009933;
}

/*カテゴリータイトルベース_ネイティブ*/	
.category_title_base_native{
	background: -moz-linear-gradient(top, #f2e6c1, #fff);
	background: -webkit-linear-gradient(top, #f2e6c1, #fff);
	background: linear-gradient(to bottom, #f2e6c1 0%, #fff 90%);
}
/*カテゴリーサブタイトルベース_ネイティブ*/	
.category_title_sub_base_native{
	background: #d5b345;
}

/*カテゴリータイトルベース_ジギング*/	
.category_title_base_jigging{
	background: -moz-linear-gradient(top, #bfe7fa, #fff);
	background: -webkit-linear-gradient(top, #bfe7fa, #fff);
	background: linear-gradient(to bottom, #bfe7fa 0%, #fff 90%);
}
/*カテゴリーサブタイトルベース_ジギング*/	
.category_title_sub_base_jigging{
	background: #00a0e9;
}

/*カテゴリータイトルベース_シーバス*/	
.category_title_base_seabass{
	background: -moz-linear-gradient(top, #b9d3e9, #fff);
	background: -webkit-linear-gradient(top, #b9d3e9, #fff);
	background: linear-gradient(to bottom, #b9d3e9 0%, #fff 90%);
}
/*カテゴリーサブタイトルベース_シーバス*/	
.category_title_sub_base_seabass{
	background: #005bac;
}

/*カテゴリータイトルベース_ライトゲーム*/	
.category_title_base_lightgame{
	background: -moz-linear-gradient(top, #fbe0b2, #fff);
	background: -webkit-linear-gradient(top, #fbe0b2, #fff);
	background: linear-gradient(to bottom, #fbe0b2 0%, #fff 90%);
}
/*カテゴリーサブタイトルベース_ライトゲーム*/	
.category_title_sub_base_lightgame{
	background: #f39800;
}

/*カテゴリータイトルベース_グッズ*/	
.category_title_base_goods{
	background: -moz-linear-gradient(top, #d9d9d9, #fff);
	background: -webkit-linear-gradient(top, #d9d9d9, #fff);
	background: linear-gradient(to bottom, #d9d9d9 0%, #fff 90%);
}
/*カテゴリーサブタイトルベース_ジギング*/	
.category_title_sub_base_goods{
	background: #7f7f7f;
}

/*メニューベース_バス*/	
.menu_base_bass{
	background: -moz-linear-gradient(top, #ff0000, #8f0000);
	background: -webkit-linear-gradient(top, #ff0000, #8f0000);
	background: linear-gradient(to bottom, #ff0000 0%, #8f0000 90%);
}
/*メニューベース_エリア*/	
.menu_base_area{
	background: -moz-linear-gradient(top, #009933, #003d14);
	background: -webkit-linear-gradient(top, #009933, #003d14);
	background: linear-gradient(to bottom, #009933 0%, #003d14 90%);
}
/*メニューベース_ネイティブ*/	
.menu_base_native{
	background: -moz-linear-gradient(top, #d5b345, #55481c);
	background: -webkit-linear-gradient(top, #d5b345, #55481c);
	background: linear-gradient(to bottom, #d5b345 0%, #55481c 90%);
}
/*メニューベース_ジギング*/	
.menu_base_jigging{
	background: -moz-linear-gradient(top, #00a0e9, #005074);
	background: -webkit-linear-gradient(top, #00a0e9, #005074);
	background: linear-gradient(to bottom, #00a0e9 0%, #005074 90%);
}
/*メニューベース_シーバス*/	
.menu_base_seabass{
	background: -moz-linear-gradient(top, #005bac, #002d56);
	background: -webkit-linear-gradient(top, #005bac, #002d56);
	background: linear-gradient(to bottom, #005bac 0%, #002d56 90%);
}
/*メニューベースライトゲーム*/	
.menu_base_lightgame{
	background: -moz-linear-gradient(top, #f39800, #794c00);
	background: -webkit-linear-gradient(top, #f39800, #794c00);
	background: linear-gradient(to bottom, #f39800 0%, #794c00 90%);
}
/*メニューベース_グッズ*/	
.menu_base_goods{
	background: -moz-linear-gradient(top, #7f7f7f, #4c4c4c);
	background: -webkit-linear-gradient(top, #7f7f7f, #4c4c4c);
	background: linear-gradient(to bottom, #7f7f7f 0%, #4c4c4c 90%);
}


.image_cell {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
.slash {
    display: none;
  }
}

/* ボタン */
.open-btn {
	border: none;
	cursor: pointer;
	background: #fff;
	text-decoration: underline;
	color: #619dc8;
}
.open-btn:hover {
	text-decoration: none;
	color: #3d709d;
	font-weight: bold;
}
.close-btn {
	position: absolute;
	top: 7px;
	right: 10px;
	font-size: 1.4rem;
	background: transparent;
	border: none;
	cursor: pointer;
	transition: transform 0.3s ease;
	color: #777;
}
.modal-back {
	border: none;
	cursor: pointer;
	background: #fff;
	color: #777;
	font-size: 1.4rem;
	margin-right: 20px;
}
.modal-next {
	border: none;
	cursor: pointer;
	background: #fff;
	color: #777;
	font-size: 1.4rem;
	margin-left: 20px;
}
.back_next {
	margin-top: 30px !important;
	text-align: center;
	margin: 0 auto;
}

/* モーダル背景 */
.modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: rgba(00, 00, 00, 0.5);
	z-index: 100;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease;
}
/* モーダル表示状態 */
.modal.active {
	display: flex;
	opacity: 1;
	pointer-events: auto;
}
/* モーダルの中身*/
.modal-content {
	background: #fff;
	color: #000;
	padding: 35px 25px 25px;
	width: 80vw;
	max-width: 600px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
	position: relative;
	opacity: 0;
	transform: scale(0.8);
	transition: all 0.3s ease;
}
@media (max-width: 480px) {
.modal-content {
	padding: 35px 13px 15px 15px;

}
}
/* アニメーション*/
.modal.active .modal-content {
	animation: fadeInScale 0.4s ease forwards;
}
@keyframes fadeInScale {
0% {
	opacity: 0;
	transform: scale(0.8);
}
100% {
	opacity: 1;
	transform: scale(1);
}
}