/*新メニュー*/

#none_pc { display: none; overflow: hidden; }/*ＰＣ表示させない*/
#none_smart { }/*スマフォ表示させない*/

smart_br {/*改行*/
display: block;
}


table.menu_pc_2 {
border-style: none;
font-size: 35px;
width: 100%;
text-align:center;
border-collapse: collapse;
border-spacing: 0px;
padding: 0px 0px 0px 0px;/*上・右・下・左*/
margin: 0px 0px 20px 0px;/*上・右・下・左*/
}
table.menu_pc_2 td {
width: 50%;
}
table.menu_pc_2 a {
color: #FFFFFF;
text-decoration: none;
}
table.menu_pc_2 a:hover {
color: #fabe00;
text-decoration: none;
}
.sns {/*insutagram・X-Twitter*/
font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: italic;
font-size: 40%;
line-height: 100%;
text-decoration: none;
margin: 0px 0px 10px 0px;/*上・右・下・左*/
}




/* -- メニュー・ＰＣ -- */
#Grid_menu_top {
overflow: hidden;
padding: 20px 0px 25px 0px;/*上・右・下・左*/
margin: 0px 0px 0px 0px;/*上・右・下・左*/
}
#Grid_menu_top_L {/*左*/
float: left;
width: 100%;
text-align:center;
margin-right: -70px;
padding-right: 70px;
box-sizing: border-box;
display: inline-block;/*上段揃える*/
}
#Grid_menu_top_R {/*右*/
position: absolute;            /* ヘッダーの固定 */
top: 0px;                   /* 位置(上0px) */
right: 0px;                  /* 位置(右0px) */
padding: 15px 15px 10px 0px;/*上・右・下・左*/
margin: 0px 0px 0px 0px;/*上・右・下・左*/
}
.menu_up {/*ZOBI*/
font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
color: #FFFFFF;
font-size: 150%;
line-height: 90%;
text-decoration: none;
padding: 5px 0px 5px 0px;/*上・右・下・左*/
margin: 0px 0px 0px 0px;/*上・右・下・左*/	
}
.menu_up a {
color: #FFFFFF;
text-decoration: none;
}
.menu_up a:hover {
color: #FFAA00;
text-decoration: none;
}
.menu_down {/*LED・ONLINE・MOVIE・SOUND・PHOTO*/
font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
color: #FFFFFF;
font-size: 50%;
line-height: 100%;
text-decoration: none;
padding: 0px 0px 0px 0px;/*上・右・下・左*/
margin: 0px 0px 0px 0px;/*上・右・下・左*/	
}


/*ヘッダーまわりはサイトに合わせて調整してください*/
#header {
padding:0px;
}

#header_body {
width: 100%;
position:fixed;
top:0px;
z-index: 900;
padding:0px;
background-color: #003759;/*背景色*/
}
#nav-drawer {
position: relative;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
display:none;
}

/*アイコンのスペース*/
#nav-open {border: 1px solid #BBBBBB;
display: inline-block;
width: 30px;
height: 22px;
vertical-align: middle;
padding: 17px 10px 15px 15px;/*上・右・下・左*/
border-radius: 5px;/*角丸*/
}
#nav-open {}
#nav-open:hover {
opacity:0.5;/*透明度*/
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
position: absolute;
height: 3px;/*線の太さ*/
width: 25px;/*長さ*/
border-radius: 3px;
background: #FFFFFF;
display: block;
content: '';
cursor: pointer;
}
#nav-open span:before {
bottom: -8px;
}
#nav-open span:after {
bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
display: none;/*はじめは隠しておく*/
position: fixed;
z-index: 90;
top: 0;/*全体に広がるように*/
right: 0;
width: 100%;
height: 100%;
background: black;
opacity: 0;
transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
overflow: auto;
position: fixed;
top: 0;
right: 0;
z-index: 99;/*最前面に*/
width: 100%;/*右側に隙間を作る（閉じるカバーを表示）*/
max-width: 270px;/*最大幅（調整してください）*/
height: 100%;
background-color: #003759;/*背景色*/
transition: .3s ease-in-out;/*滑らかに表示*/
-webkit-transform: translateX(100%);
transform: translateX(100%);/*右に隠しておく。左は（-100%）*/
padding: 20px 20px 20px 20px;
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
display: block;/*カバーを表示*/
opacity: .5;
}

#nav-input:checked ~ #nav-content {
-webkit-transform: translateX(0%);
transform: translateX(0%);/*中身を表示（右へスライド）*/
box-shadow: 6px 0 25px rgba(0,0,0,.15);
}




/*メニュー*/
.center_top {/*ZOBI*/
font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
font-size: 150%;
line-height: 100%;
width: 100%;
text-align: center;
padding: 30px 0px 30px 0px;/*上・右・下・左*/
margin: 0px auto 0px auto;/*上・右・下・左*/
}
.center_top a {
color: #FFFFFF;
text-decoration: none;
}
.center_top a:hover {
color: #FFFFFF;
text-decoration: none;
}
.center_top img { 
width: 40%;
height: auto;
padding: 0px 0px 10px 0px;/*上・右・下・左*/
margin: 0px auto 0px auto;/*上・右・下・左*/
}
.center_top_s {/*LED・ONLINE・MOVIE・SOUND・PHOTO*/
font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
font-size: 40%;
line-height: 180%;
text-decoration: none;
}

#dropmenu{
font-family: "BIZ UDPMincho", serif;
  font-weight: 400;
  font-style: normal;
list-style-type: none;
width: 100%;
height: 400px;
padding: 0px 0px 80px 0px;/*上・右・下・左*/
margin: 0px auto 0px auto;/*上・右・下・左*/
}


.accordion {
width: 100%;
border-top: solid 1px #FFFFFF;
}
.toggle {
display: none;
}
.option {
position: relative;
margin: 0px auto 0px auto;/*上・右・下・左*/
}
.title,
.content {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.3s;
}
.title {
border-bottom: solid 1px #FFFFFF;
padding: 13px 8px 13px 8px;/*上・右・下・左*/
margin: 0px auto 0px auto;/*上・右・下・左*/
display: block;
color: #FFFFFF;
}
.title::after,
.title::before {
content: "";
position: absolute;
right: 20px;
top: 16px;
width: 2px;
height: 0.75em;
background-color: #999;
transition: all 0.3s;
}
.title::after {
transform: rotate(90deg);
}
.title:hover {
color: #003759;/*文字色*/
text-decoration: none;
background-color: #FFFFFF;/*背景色*/
}
.title2 a{
border-bottom: solid 1px #FFFFFF;
padding: 13px 8px 13px 8px;/*上・右・下・左*/
margin: 0px auto 0px auto;/*上・右・下・左*/
text-decoration: none;
display: block;
color: #FFFFFF;
}
.title2 a:hover {
color: #003759;/*文字色*/
text-decoration: none;
background-color: #FFFFFF;/*背景色*/
}
.content {
max-height: 0;
overflow: hidden;
}
.toggle:checked + .title + .content {
max-height: 500px;
transition: all 1.5s;
}
.toggle:checked + .title::before {
transform: rotate(90deg) !important;
}
.content li a{
text-align: left;
display: block;
color: #D8D8D8;/* 文字色 */
font-size: 90%;
line-height: 1;
text-decoration: none;
border-bottom:1px solid #646464;
background-color: #003759;/*背景色*/
font-display: swap;
padding: 15px 0px 15px 20px;/*上・右・下・左*/
margin: 0px 0px 0px 0px;/*上・右・下・左*/
}
.content li a:hover {
text-align: left;
display: block;
color: #003759;/* 文字色 */
font-size: 90%;
line-height: 1;
text-decoration: none;
background-color: #FFFFFF;/*背景色*/
font-display: swap;
padding: 15px 0px 15px 20px;/*上・右・下・左*/
margin: 0px 0px 0px 0px;/*上・右・下・左*/
}
.last{
border-bottom:1px solid #FFFFFF;
}


span.NEW {
color: #E3A900;/* 文字色 */
opacity: 1; /* 透明度 */
-webkit-animation:blink 0.5s ease-in-out infinite alternate;
-moz-animation:blink 0.5s ease-in-out infinite alternate;
animation:blink 0.5s ease-in-out infinite alternate;
padding: 0px 0px 0px 0px;/*上・右・下・左*/
margin: 0px 0px 0px 10px;/*上・右・下・左*/
}
@-webkit-keyframes blink{
0% {opacity:0.3;}
100% {opacity:1;}
}
@-moz-keyframes blink{
0% {opacity:0.3;}
100% {opacity:1;}
}
@keyframes blink{
0% {opacity:0.3;}
100% {opacity:1;}
}





/* 更新日 2026.6.10　モーション */
#Background_Top_Motion_Main {/*モーション*/
background: lightgray;
height: 200px;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
margin: 85px auto 0px auto;/*上・右・下・左*/
}
#Top_Motion_title {/* ZOBI ENTERPRISES */
font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
font-size: 50%;
line-height: 100%;
letter-spacing: 0.1em;
color: #FFFFFF;
text-align: center;
margin: 60px auto 5px auto;/*上・右・下・左*/
text-shadow: #1E1E1E 1px 0 10px;/*文字影*/
}
#Top_Motion_text {/* LED・配信・映像・音響・写真 */
font-family: "Zen Antique", serif;
  font-weight: 400;
  font-style: normal;
font-size: 210%;
line-height: 100%;
color: #FFFFFF;
text-align: center;
margin: 0px auto 0px auto;/*上・右・下・左*/
font-feature-settings: "palt";/* 文字詰め */
text-shadow: #1E1E1E 1px 0 10px;/*文字影*/
}





/* 更新日 2026.6.10 メニューボタン */
#Background_Maine_Grid_Button {/* メニューボタン */display: none; overflow: hidden;
position: fixed;
bottom: 0;
width: 100%;
z-index: 1000;
text-align: center;
background-color: #003759;/*背景色*/
border-top:5px solid #FFFFFF;
padding: 0px 0px 0px 0px;/*上・右・下・左*/
margin: 0px auto 0px auto;/*上・右・下・左*/
}
#Background_Grid_Button {
width: 100%;
display: flex;
display: -ms-flexbox; /* IE10 */
flex-wrap: wrap;
-ms-flex-wrap: wrap; /* IE10 */
margin: 0px auto 0px auto;/*上・右・下・左*/
}
#Grid_Button_6 {
width: calc(100% / 6);/*2等分*/
display: flex;
box-sizing:border-box;
border-left:1px solid #003E65;
border-right:1px solid #002740;
}
#Grid_Button_box {
width: 100%;
text-align: center;
margin: 15px auto 20px auto;/*上・右・下・左*/
}
a.Button_Link {
width: 100%;
color: #FFFFFF;
text-align: center;
text-decoration: none;
background-image: linear-gradient(to bottom, #003759, #00263F);
text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
a.Button_Link:hover {
color: #114c96;
text-decoration: none;
background-image: linear-gradient(to bottom, #FFFFFF, #FFFFFF);
}
#Grid_Button_S {/*メニュー・日本字*/
font-family: "M PLUS U", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
font-style: normal;
max-width: 100%;
text-align: center;
font-size: 0.8em;
line-height: 100%;
padding: 0px auto 0px auto;/*上・右・下・左*/
margin: 20px auto 2px auto;/*上・右・下・左*/
font-feature-settings: "palt";
}
#Grid_Button_L {/*メニュー・英字*/
font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
font-style: normal;
text-align: center;
font-size: 1em;
line-height: 130%;
padding: 0px auto 0px auto;/*上・右・下・左*/
margin: 0px 0px 20px 0px;/*上・右・下・左*/
}






#Copyright {
font-family: "BIZ UDPMincho", serif;
  font-weight: 400;
  font-style: normal;
font-size: 70%;
line-height: 150%;
text-align: center;
color: #FFFFFF;/* 文字色 */
padding: 30px 0px 0px 0px;/*上・右・下・左*/
margin: 0px auto 0px auto;/*上・右・下・左*/
}