@charset "utf-8";
/* ----------------------------

File Name:  g_menu_news.css
Last Update:2025-09-08
ニュースグローバルメニュー用

---------------------------- */
@media print {
nav{ display: none; }
}

.news_body{ width: 100%; overflow-x: hidden;}

#g_navi_area { 
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	letter-spacing:0;
}
#g_navi_area h1,#g_navi_area li { line-height: 1; list-style: none;}

.g_navi_area {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 55px;
  box-shadow: 0 0 5px rgba(0,0,0,0.15);
  background: #fff;
  font-weight: 600;
  z-index: 2000;
}
.g_navi_area h1 {
  width: 77px;
  margin-left: 3%;
  text-indent:inherit;
}
.g_navi_area h1 a { display: block; }
.g_navi_area h1 a:hover { background: #fff; }
@media print, screen and (min-width: 520px) {
  .g_navi_area { height: 60px; }
  .g_navi_area h1 { width: 86px; }
}
@media print, screen and (min-width: 960px) {
  .g_navi_area { justify-content: flex-start; height: 70px; }
  .g_navi_area h1 { width: 9.2%; max-width: 95px; margin-left: 30px; }
}
@media print, screen and (min-width: 1280px) {
  .g_navi_area { height: 80px; }
  .g_navi_area h1 { width: 105px; }
}


/* hamburger
-------------------------------------------------- */
.hamburge-header { }
.hamburge-btn-icon {
  width: 60px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #d70b24;
  cursor: pointer;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  }
.hamburger__line {
  position: absolute;
  left: 25%;
  width: 50%;
  height: 1px;
  background-color: #fff;
  transition: all .6s;
}
.hamburger__line--1 { top: 27%; }
.hamburger__line--2 { top: 40%; }
.hamburger__txt {
	position: absolute;
	top: 53%;
	left: 25%;
}
.hamburger__txt::before {
	display: block;
	content: '';
	width: 30px;
	height: 10px;
	margin: auto;
	background: url(../../image/icon_gnavi_hun_op.svg) no-repeat center;
	background-size: 100% auto;
}

/* クリック後 */
.nav-open .hamburger__line--1 { transform: rotate(15deg); top: 36%; }
.nav-open .hamburger__line--2 { transform: rotate(-15deg); top: 36%; }
.nav-open .hamburger__txt::before { background: url(../../image/icon_gnavi_hun_cl.svg) no-repeat center; }

@media print, screen and (min-width: 520px) {
  .hamburge-btn-icon { width: 65px; }
  .hamburger__txt::before { width: 33px; }
}
@media print, screen and (min-width: 960px) {
  .hamburge-btn-icon { display: none; }
}

/* link
-------------------------------------------------- */
/* smp・tab */
ul.nav-list{ margin: 0; padding: 0; text-align: left; overflow: hidden; }
@media print, screen and (max-width: 959px) {
.global-nav .nav-list {
	position:absolute;
	top: 55px;
	right: 0;
	width: 0;
	height: calc(100vh - 55px);
	padding: 7.5% 0;
	background: #d70b24;
	transition: all .6s;
	box-sizing: border-box;
	z-index: 1;
	overflow-y: auto;
	overflow-x: hidden;
	overflow: hidden;
	-ms-overflow-style: none;
	scrollbar-width: none;
	transform: translateX(100%);
}
.global-nav .nav-list::-webkit-scrollbar { display: none; }
.nav-open .global-nav .nav-list { 
	width: 100%; 
	transform: translateX(0); 
	display: block; padding: 7.5%; 
	}
ul.nav-list li{ min-width: 240px; }

.smp_space { display: block; }

.global-nav .nav-list .nav-item a {
	display: block;
	padding: 17px 23px 17px 3px;
	border-top: 1px solid #d44148;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	line-height: 1.5;
}
.global-nav .nav-list .nav-item a:last-child { border-bottom: 1px solid #d44148; }
.nav-open .gmenu_icon_insite > a { background: url("../../image/gmenu_icon_arrow_w.svg") no-repeat center right; background-size: 14px auto;}
.gmenu_icon_outsite > a { background: url("../../image/gmenu_icon_outosite_w.svg") no-repeat center right; background-size: 14px auto;}
}
@media print, screen and (min-width: 520px) and (max-width: 959px) {
  .global-nav .nav-list {
    top: 60px;
    width: 0;
    height: calc(100vh - 60px);
    padding: 29px 0;
  }
.nav-open .global-nav .nav-list { padding: 29px; width: 384px; }
}

/* pc */
@media print, screen and (min-width: 960px) {
  .global-nav .nav-list {
    display: flex;
    align-items: center;
    list-style: none;
  }
ul.nav-list li{ min-width:inherit; }
 .global-nav .nav-list .nav-item {
   position: relative;
   margin-left: 25px;
   font-weight: bold;
  }
  .global-nav .nav-list .nav-item a {
    display: block;
    color: #444;
    text-decoration: none;
   font-size:15px;
  }
  .nav-list .nav-item a:hover, .nav-list .nav-item a:active { color: #d70b24;transition:0.1s; }
	
.gmenu_icon_submore a::after {
	content: " ";
	padding: 10px;
	background-image: url("../../image/gmenu_icon_submore_b.svg") , url("../../image/gmenu_icon_submore_r.svg");
	background-repeat: no-repeat;
	background-position:  center;
	background-size: 11px , 0;
	left: 0;
  }
.gmenu_icon_submore a:hover {
	background-size: 0 , 11px auto;
  }
  .gmenu_icon_outsite a::after {
	content: " ";
	padding: 10px;
	background-image: url("../../image/gmenu_icon_outosite_b.svg") , url("../../image/gmenu_icon_outosite_r.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 11px , 0;
	left: 0;
  }
  .gmenu_icon_outsite a:hover::after {
    background-size: 0 , 11px auto;
  }
}
@media print, screen and (min-width: 1024px) {
  .global-nav .nav-list .nav-item a { font-size: 16px; }
}
@media print, screen and (min-width: 1280px) {
  .global-nav .nav-list .nav-item { margin-left: 30px; }
  .global-nav .nav-list .nav-item a { font-size: 17px; }
}
