@charset "utf-8";
/* ----------------------------

File Name:  g_menu.css
Last Update:2024-03-25
グローバルメニュー用

---------------------------- */
nav{}
@media print {
nav{ display: none; }
}
#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;}
@media print, screen and (max-width: 959px) {
.g_navi_area { position: fixed; }
.global-nav .nav-list {
	position:fixed;
	top: 55px;
	right: -100%;
	width: 100%;
	height: calc(100vh - 55px);
	padding: 7.5%;
	background: #d70b24;
	transition: all .6s;
	box-sizing: border-box;
	z-index: 1;
	overflow-y: auto;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.global-nav .nav-list::-webkit-scrollbar { display: none; }
.nav-open .global-nav .nav-list { right: 0; }
.smp_space { display: block; height: 55px; }

.global-nav .nav-list .nav-item a {
	display: block;
	padding: 17px 23px 17px 3px;
	border-top: 1px solid #d44148;
	color: #fff;
	font-size: /*1.8rem*/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;
    right: -384px;
    width: 384px;
    height: calc(100vh - 60px);
    padding: 29px;
  }
	.smp_space { height: 60px; }
}

/* pc */
@media print, screen and (min-width: 960px) {
  .global-nav .nav-list {
    display: flex;
    align-items: center;
    list-style: none;
  }
 .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: /*1.5rem*/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: /*1.6rem*/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: /*1.7rem*/17px; }
}


/* メインリンクレイアウト ------------------------------------------------------*/
/*.g_navi_container {
	position: relative;
    margin: 0 auto ;
    width: 100%;
  }

@media screen and (min-width: 960px) {
 .g_navi_container { width: 87%; padding: calc(100vw / 45) 0 0; margin-left: 11.5%; }
}
@media screen and (min-width: 1280px) {
 .g_navi_container { width: 87%; padding:30px 0; margin-left: 134px; }
}*/

/*PC用-----------------------------------------------------------------------------*/
/*@media screen and (min-width: 960px) {
 .pc_sub_btn{ display:blockサブメニュー非表示}
 .smp_sub_btn{ display:none サブメニュー表示}

.global-nav .nav-list .nav-item_sub a { 
	padding: 0.8rem 0;
	text-align: left;
	font-weight: normal;
	font-size: 1.5rem;}

.nav-item:hover .nav-item_sub { opacity: 1; visibility: visible; }

.nav-item_sub {
    background: #d70b24;
    left: 0;
    margin: 0 ;
    opacity: 0;
    position: absolute;
    top: calc(3vw + 5px);
    visibility: hidden;
    width: 360px;
	border-radius: 8px;
	z-index: 10;
  }

.nav-item_sub .inner {
    display: flex;
    margin: 0 auto;
    width: 100%;
}

.nav-item_sub .inner ul {width: 100%; margin: 25px 20px; }

.nav-item_sub .inner a{ position: relative; }
.nav-item_sub .inner a:link,
.nav-item_sub .inner a:visited ,
.nav-item_sub .inner a:hover ,
.nav-item_sub .inner a:active { 
	color: #fff;
	background: url("../../image/gmenu_icon_arrow_w.svg") no-repeat center right;
	padding-left:10px;
}
.nav-item_sub .inner a:hover{ opacity: 0.8}
.nav-item_sub .inner a::before{
	position: absolute;
	display: block;
	content: "　";
	background-color: #fff;
	top:2.0rem;
	left:-0.2rem;
	width: 3px;
	height: 1px;
	}
}*/


/* メインリンク ------------------------------------------------------*/
/*@media screen and (max-width: 959px) {スマホ用
 .pc_sub_btn{ display:none サブメニュー非表示}
 .smp_sub_btn{ display:block サブメニュー表示}

アコーディオン
.nav-item_sub { display: none; }
.inner li a { background: url("../../image/gmenu_icon_arrow_w.svg") no-repeat center right; }

}*/
