@charset "utf-8";
/* menu */

.top_menu_area{
	width: 20%;
	/*position:absolute;
padding: 0px;
	margin: 0;
max-height: 977px;*/
display: block;
	background:rgba(255,255,255,0.8);
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
	position: fixed;
top: 0;
left: 0;
width: 20%;
width: 256px;
z-index: 12220;
/*height: 100vh;
overflow-y: scroll;*/
}

.tma_inner{
	/*position: absolute;
	bottom: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;*/
	/*padding-bottom: 164px;*/
}
.tma_inner.tm_on{
	overflow:visible;
}
.top_menu_area .logo{
	text-align: center;
	padding: 0;
	/*height: 10.6%*/
}
 .top_menu_area .logo a{
	    display: block;
    position: relative;
	padding: 0.8em 0;
    
}

.top_menu_area .logo img{
	width: 126px;
}

.top_menu_area .tma_inner ul.top_menu{
	width: 100%;
	margin-bottom: 1%;	
	display: block;
}
.top_menu_area ul.top_menu:after{
	clear: both;
	content: "";
	display: block;
}
.top_menu_area ul.top_menu li{
	width: 50%;
	float: left;
	text-align: center;
	border-top: 1px solid #ccc;	
	box-sizing: border-box;
	position: relative;
}
.top_menu_area ul.top_menu li:nth-child(2n+1){
	border-right: 1px solid #ccc;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.top_menu_area ul.top_menu li:nth-last-child(-n+2){
	border-bottom: 1px solid #ccc;
}
.top_menu_area ul.top_menu li a{
	/*width: 100%;
	height: 100%;*/
	display: block;
	position: relative;
}
.top_menu_area ul.top_menu li img{
	padding: 2em 0;
	
	max-height: 66px;
	box-sizing: content-box;
}
.top_menu_area ul.top_menu li.me_sm img{
	width: 85%;
	padding: 0.3 0;
	
	max-width: 100%;
}
.top_menu_area .btn{
	width: 96%;
	margin: 0 auto ;
	padding: 0.2em 0;
	line-height: 1;
}
.top_menu_area .btn a{
	display: inline-block;
	width: 100%;
	margin: 0 auto;
	background-color: #d80000;
	padding: 5.5% 0;
	box-sizing: border-box;
	color: #fff;
	font-size: 11px;
	text-align: center;
	height: 100%;
	line-height: 1.2;
}
.top_menu_area .btn img.icon{
	/*width: 100%;*/
	max-width: 160px;
}

.top_menu_area .btn a.btnLogin{
	background-color: #d80000;
}
.top_menu_area .btn a.btnEvent{
	background-color: #00a3d9;
}
.top_menu_area .btn a.btnInquiry{
	background-color: #ffff47;
	color: #131304;
}
.top_menu_area .btn a.btnLogin:hover{
	background-color: rgba(216,0,0,0.8);
}
.top_menu_area .btn a.btnEvent:hover{
	background-color: rgba(0,163,217,0.8);
}
.top_menu_area .btn a.btnInquiry:hover{
	background-color: rgba(255,255,71,0.8);
	color: #131304;
}

/* ▼20201118_edit */
.top_menu_area ul.otherLink{
	width: 100%;
	margin: 10px 0;	
}
.top_menu_area ul.otherLink:after{
	clear: both;
	content: "";
	display: block;
}
.top_menu_area ul.otherLink li{
	line-height: 0;
}
.top_menu_area ul.otherLink li a{
	width: 100%;
	text-align: center;
	margin-bottom: 1px;
	box-sizing: border-box;
	background-color: #333;
	display: inline-block;
	color: #fff;
	font-size: 11px;
	padding: 3% 0;
	line-height: 1.5;
	border-top: 1px solid #999;
}
.top_menu_area ul.otherLink li a:hover{	
	background-color: rgba(51,51,51,0.8);
}
.top_menu_area ul.otherimgLink{
	width: 100%;
	margin: 0;
	clear: both;
	display: inline-block;
}
.top_menu_area ul.otherimgLink li a{
	border: 1px solid #666;
	margin-bottom: 3px;
	width: 47%;
	display: block;
	text-align: center;
	margin-left: 2%;
	background: #fff;
	float: left;
	 box-sizing: border-box;
}
.top_menu_area ul.otherimgLink li img{
padding-bottom: 0;

}

.top_menu_area ul.mvimgLink{
	margin-top: 2%;
}
.top_menu_area ul.mvimgLink:after{
	clear: both;
	content: "";
	display: block;
}
.top_menu_area ul.mvimgLink li{
	width: 50%;
	height: 50%;
    float: left;
    border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	box-sizing: border-box;
	text-align: center;
}
.top_menu_area ul.mvimgLink li a{
	    display: block;
    position: relative;
}

.top_menu_area ul.mvimgLink li:nth-child(even){
	border-right: 0px solid #ccc;
}
.top_menu_area ul.mvimgLink li:nth-last-child(-n+2){
	border-bottom: 1px solid #ccc;
}

.top_menu_area ul.mvimgLink li img{
width: 100%;
padding: 1em 0;
}
/*@media only screen and (max-height: 800px) {
 .top_menu_area .logo a{
	padding: 0.5em 0;
    
}
.top_menu_area ul.top_menu li img {
    padding: 1em 0;
    max-height: 66px;
}
.top_menu_area ul.mvimgLink li img {
    padding: 0;
}
}/**/
.top_menu_area ul.anchorLink {
	display: inline-block;
	
	width: 100%;
	margin-top: 3%;
}
.top_menu_area ul.anchorLink li {
    width: 33.3%;
    height: 100%;
    float: left;
    box-sizing: border-box;
    text-align: center;
}
 .top_menu_area ul.anchorLink li a{
	    display: block;
    position: relative;
}

.top_menu_area ul.anchorLink li img{
width: 100%;
}
.top_menu_area ul.anchorLink li:last-child {
    
}

/**/
.cos_bn{
margin-left: 2%;
margin-bottom: 5px;
width: 96%;
}
.cos_bn img{
width: 100%;
}
/*ボックス全体*/
.accbox {
    margin: 0 0 2em;
    padding: 0 0 3%;
    max-width: 400px;
	background: #333;
	clear: both;
}
.accbox.open {
    padding: 0;
}

.top_menu_area .accbox ul.otherLink {
    width: 100%;
    margin: 0px 0;
	text-align: center;
}

#menuL .top_menu_area .accbox ul.otherLink {
    width: 100%;
    margin: 0px 0 0 0!important;
}
#menuL .top_menu_area ul.anchorLink {
    height:auto;
}
#menuL {
    top: 0;
    left: -100vw;
    /* width: 100vw; */
	min-height: 640px;
    height: -webkit-fill-available;
    text-align: center;
	width: 13vw;
}
/* ▲20201118_edit */
#menuL .top_menu_area{
padding-right: 4px;
padding-top: 4px;
	padding-bottom: 4px;
	width: 100%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
	height: auto;
}
#menuL .top_menu_area ul.top_menu li a{
	/*width: 100%;
	height: 100%;*/
	display: block;
	position: relative;
  top: 0%;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
	padding: 6% 0;
}
/*@media only screen and (max-height: 900px) {
.top_menu_area{
transform: scale(0.71);
transform-origin: top left;
}
}/**/
/*@media only screen and (min-height: 901px) and (max-height: 1060px) {
.top_menu_area{
transform: scale(0.842);
transform-origin: top left;
}
	.top_eye_area {
    float: right;
    width: calc(100vw - 224px)!important;
		position: absolute;
		right: 0;
		
}
}/**/

#top_sns_box_modal{
				position: relative;
				width:720px;
}
#top_sns_box_modal .top_tw{
				position:absolute;
				top:0px;
				left:0px;
				width:340px;
				height:400px;
				border:solid 1px #e8e8e8;
				margin: 30px;
}
#top_sns_box_modal .top_fb {
				position:absolute;
				top:0px;
				right:0px;
				width:340px;
				border:solid 1px #e8e8e8;
				background:#FFF;
				height:400px;
				overflow:hidden;
				margin: 30px;
}


.top_menu_area img{
/*width: 90%;*/
}
/* sidemenu */
.left_menu {
    position: fixed!important;
    left: 0px!important;
    top: 55px!important; /* #menuL .show-menuの指定も同値で増減させる */
    z-index: 100;
	background-color: #018bd4;
	width: 53px;
	padding-top: 6px;
	position: relative;
	display: none;
}
.left_menu ul.side_menu {
	position: relative;
}
.left_menu ul.side_menu li {
	text-align: center;
}
.left_menu ul.side_menu ul.mvimgLink {
	display: inline-block;
}
.left_menu ul.side_menu li.first {
	padding-top: 10px;
}
.left_menu ul.side_menu li img.ml_w {
	padding-bottom: 15px;
}

#menuL {
  position: fixed;
position: absolute;
  z-index: 300;
  color: #fff;
}
 
#menuL {
  top: 0;
  left: -100vw; /* あらかじめ画面外へ移動しておく */
  width: 15vw;
  /*height: 100vh;*/
  text-align: center;
}
 
#menuL .inner {
  max-width: none;
}
#menuL .top_menu_area{
 background-color: rgba(255, 255, 255, 1);
 
 }
#menuL  .top_menu_area ul.otherLink {
    width: 240px;
    margin: 10px 0 0;
}
#menuL h1 {
  padding: 22px 0 0;
  font-size: 1em;
  font-weight: bold;
}
 
#menuL ul {
  font-size: 0.8em;
  color: #F4BA14;
position: relative;
}
 
#menuL ul li span {
  display: block;
  padding: 1em 0;
  cursor: pointer;
}
#menuL .show-menu {
  position: fixed;
  z-index: 350;
  top: 0px;/* .left_menu の指定も同値で増減させる */
  left: 0px;
  padding: 6px 5px 5px 4px;
  /*border: 2px solid #fff;
  border-radius: 50%;*/ 
  line-height: 1;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  width: 44px;
  background-color: rgba(0, 0, 0, 0.7);
  background-color: #018bd4;
  color: #fff;
  cursor: pointer;
  /*content: url(../images/common/img_line.png);*/
}
 
#menuL .show-menu:before {
  
	content: url(../images/common/img_line.png);
	/*content: "≡";
	background-color: #0176b3;
	padding: 0px 8px 5px 8px;*/
}
 
#menuL.SHOW .show-menu:before {
  content: "×";
	content: url("../images/common/img_close.png");
}
 
#menuL .inner {
  box-sizing: border-box;
  height: 100%;
	max-width: 288px;
}

/* ▼base */
#menu2 {
  position: fixed;
  z-index: 300;
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
}
 
#menu2 {
  top: 0;
  left: -100vw; /* あらかじめ画面外へ移動しておく */
  width: 100vw;
  height: 100vh;
  text-align: center;
}
 
#menu2 .inner {
  max-width: none;
}
 
#menu2 h1 {
  padding: 22px 0 0;
  font-size: 1em;
  font-weight: bold;
}
 
#menu2 ul {
  font-size: 0.8em;
  color: #F4BA14;
}
 
#menu2 ul li span {
  display: block;
  padding: 1em 0;
  cursor: pointer;
}
 
#menu2 .show-menu {
  position: fixed;
  z-index: 350;
  top: 40px;
  right: 10px;
  padding: 12px 0;
  border: 2px solid #fff;
  border-radius: 50%; 
  line-height: 1;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  width: 44px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  cursor: pointer;
}
 
#menu2 .show-menu:before {
  content: "≡";
}
 
#menu2.SHOW .show-menu:before {
  content: "×";
}
 
#menu2 .inner {
  box-sizing: border-box;
  height: 100%;
  overflow: auto;
}
/* ▲base */
.s_01 .accordion_one .accordion_header {
  display: block;
    padding : 3% 0 3%;
    color: #fff;
    font-weight: normal;
    background: #333;
    cursor :pointer;
    transition: all 0.5s;
	text-align: center;
	position: relative;
	font-size: 11px;
}
.s_01 .accordion_one .accordion_header:after {
	clear: both;
    content: '\f107';
    /*content: '▼';*/
    font-family: 'Font Awesome 5 Free';
    padding-right: 8px;
	position: absolute;
	right:5px;
	top: 6%;
	font-weight: bold;
	color: #666;
	color: #fff;
}
.s_01 .accordion_one .accordion_header.open:after {
    content: '\f106';
}
/*@media only screen and (min-width: 1701px) {
.top_menu_area img {
    width: 100%;
}
	.s_01 .accordion_one .accordion_header {
    padding : 6% 0 6%;
	font-size: 12px;
}
.s_01 .accordion_one .accordion_header:after {
	right:5px;
	top: 28%;
}
.top_menu_area ul.otherLink li a {
    padding: 5% 0;
}
}/**/
/*@media only screen and (min-width: 1501px) and (max-width: 1700px) {
.top_menu_area img {
    width: 100%;
}
	.s_01 .accordion_one .accordion_header {
    padding : 4% 0 4%;
	font-size: 11px;
}
.s_01 .accordion_one .accordion_header:after {
	right:5px;
	top: 20%;
}
.top_menu_area ul.otherLink li a {
    padding: 3% 0;
}
}/**/
/*@media only screen (max-width: 1280px) {
.top_menu_area img {
    width: 100%;
}
	.s_01 .accordion_one .accordion_header {
    padding : 2% 0 2%;
	font-size: 11px;
}
.s_01 .accordion_one .accordion_header:after {
	right:5px;
	top: 20%;
}
.top_menu_area ul.otherLink li a {
    padding: 3% 0;
}
}/**/
.s_01 .accordion_one .accordion_header:hover {
  opacity: .8;
}

.s_01 .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}
.s_01 .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.s_01 .accordion_one .accordion_inner {
  display: none;
}
.s_01 .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}


/*sp*/
@media only screen and (max-width: 767px) {
.sp_menu{
position: fixed;
bottom: 0;
background: #fff;
border-top: 1px solid #ccc;
height: 54px;
z-index: 1300;
top: auto;
}
.top_menu_area .logo a {
    display: block;
    position: relative;
    top: 0%;
    -webkit-transform: translateY(-0%);
    -ms-transform: translateY(-0%);
    transform: translateY(-0%);
	/*padding: 10px 0 0 0;*/
}
.top_menu_area ul.mvimgLink li a {
    top: 0%;
    -webkit-transform: translateY(-0%);
    -ms-transform: translateY(-0%);
    transform: translateY(-0%);
}
.top_menu_area .btn img.icon{
	width: auto;
	margin-right: 2px;
	max-width: 183px;
}
.top_menu_area {
    float: none;
    width: 100%;
    padding-top: 0px;
}
.top_menu_area ul.top_menu {
    width: 100%;
    margin-bottom: 12px;
	border-bottom: 1px solid #ccc;
}
.top_menu_area .logo {
    margin-bottom: 30px;
    text-align: left;
    padding: 0 0 0 10px;
	width:40%;
	height: auto;
}
.top_menu_area .logo img {
	width: 100%;
	max-width: 140px;
}
.sp_menu_mail a{
width: 40px;
height: 40px;
position: absolute;
border: 1px solid #ccc;
bottom:6px;
right: 104px;
padding: 5px;
 -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.sp_menu_star a{
width: 40px;
height: 40px;
border: 1px solid #ccc;
position: absolute;
bottom:6px;
right: 54px;
padding: 5px;
 -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.sp_menu_mail img,
.sp_menu_star img{
width: 100%;
}
.top_menu_area ul.top_menu li {
    width: 33.3%;
    height: auto;
    float: left;
    text-align: center;
    border-top: 1px solid #ccc;
    box-sizing: border-box;
    position: relative;
	background: #fff;
}
.top_menu_area ul.top_menu li a {
    width: 100%;
    height: auto;
    display: inline-block;
	padding-bottom: 0;
	top: 0%;
-webkit-transform: translateY(-0%);
-ms-transform: translateY(-0%);
transform: translateY(-0%);
}
.top_menu_area ul.top_menu li:nth-child(2n+1){
	border-right: 0px solid #ccc;	
}
.top_menu_area ul.top_menu li:nth-last-child(-n+2){
	border-bottom: 0px solid #ccc;
}
.top_menu_area ul.top_menu li:nth-child(2),
.top_menu_area ul.top_menu li:nth-child(5){
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.top_menu_area .btn a {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    background-color: #d80000;
    padding: 1em 13px;
    box-sizing: border-box;
    color: #fff;
    font-size: 12px;
    text-align: center;
}
.top_menu_area ul.otherLink {
    width: 100%;
    margin: 0;
	clear: both;
	display: inline-block;
}
.top_menu_area ul.otherLink li a {
    text-align: center;
    margin-bottom: 1px;
    box-sizing: border-box;
    background-color: #333;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    padding: 8px;
    line-height: 1.5;
	width: 50%;
	float: left;
}
.top_menu_area ul.otherLink li:nth-child(2n) a {
	border-left: 2px solid #fff;
	 -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.top_menu_area ul.mvimgLink li {
    width: 33%;
    height: 33%;
    float: left;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    box-sizing: border-box;
    text-align: center;
	border-bottom: 1px solid #ccc;
}
.top_menu_area ul.anchorLink li {
    width: 33%;
    height: 100%;
    float: left;
    border-top: 1px solid #ccc;
    border-right: 0px solid #ccc;
    box-sizing: border-box;
    text-align: center;
    padding: 0;
	background: #3ABCB0;
}
.top_menu_area ul.anchorLink li:first-child {
	background: #3A8BCC;
}
.top_menu_area ul.anchorLink li:last-child {
	background: #D9964D;
}
.top_menu_area ul.anchorLink li img {
	max-height: 50px;
	width: auto;
}
	.top_menu_area .btn {
    margin: 0 auto 0% auto;
    padding: 0;
    line-height: 1;
    height: 40px;
}
	.top_menu_area ul.mvimgLink li:nth-child(2n) {
    border-right: 1px solid #ccc;
}
	.top_menu_area ul.mvimgLink li:nth-child(4),
	.top_menu_area ul.mvimgLink li:nth-child(5){
    border-bottom: 1px solid #ccc;
}
.top_menu_area ul.top_menu li img {
    width: 50%;
    padding: 1% 0;
    max-width: 66px;
}
	.top_menu_area ul.mvimgLink li img {
    width: 100%;
	text-align: center;
    padding: 0 0 1%;
    max-width: 150px;
}
	
/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: fixed;
  right : 6px;
 bottom   : 6px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
  z-index: 10000;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #555;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 18px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top : 100%;
  left : 0;
  color: #000;
  background: #fff;
  text-align: center;
  transform: translateY(0%);
  transition: all 0.6s;
  width: 100%;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
}


nav.globalMenuSp.active {
  position: fixed;
  bottom: 50px;
  top: auto;
  max-height: 80%;
  overflow: auto;
}
.top_menu_area ul.otherimgLink {
    width: 100%;
    margin: 0;
}
.top_menu_area ul.otherimgLink li {
    border: 0px solid #666;
    margin-bottom: 3px;
	width: 49%;
	 -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
	float: left;
	margin: 0 0.5% 0.5%;
	
}
.top_menu_area ul.otherimgLink li a {
    border: 1px solid #666;
    margin-bottom: 3px;
    width: 97%;
    display: block;
    text-align: center;
    margin-left: 2%;
    background: #fff;
    float: left;
    box-sizing: border-box;
}
.top_menu_area ul.otherimgLink li img {
	max-height: 40px;
	width: auto;
	text-align: center;
}
/*横向き*/
@media (orientation: landscape) and (max-width: 767px){
.top_menu_area ul.top_menu li {
    width: 16.6%;
    height: auto;
    float: left;
    text-align: center;
    border-top: 1px solid #ccc;
    box-sizing: border-box;
    position: relative;
    background: #fff;
}
	.top_menu_area ul.top_menu li:nth-child(2n+1) {
    border-right: 1px solid #ccc;
}
	.top_menu_area ul.mvimgLink {
    height: 19.8%;
    margin-top: 0%;
}
	.top_menu_area ul.mvimgLink li {
    width: 33%;
    height: 51px;
    float: none;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    box-sizing: border-box;
    text-align: center;
	border-bottom: 1px solid #ccc;
	display: table-cell;
	vertical-align: middle;
}
.top_menu_area ul.mvimgLink li:nth-child(4) img,
	.top_menu_area ul.mvimgLink li:nth-child(5) img,
	.top_menu_area ul.mvimgLink li:nth-child(6) img{
    width: 50%;
    padding: 3% 0 0;
    max-width: 66px;
}
	.top_menu_area .btn {
    width: 33%;
		margin: 0 auto 1% auto;
    padding: 0;
    line-height: 1;
    height: 32px;
		float: left;
}
.top_menu_area .btn a {

    display: inline-block;
    width: 100%;
    margin: 0 auto;
    background-color: #d80000;
    padding: 0.8em 13px;
    box-sizing: border-box;
    color: #fff;
    font-size: 12px;
    text-align: center;

}
.top_menu_area ul.otherLink {
    width: 100%;
    margin: 0;
}
	.top_menu_area ul.otherimgLink li {
    border: 0px solid #666;
    margin-bottom: 3px;
    width: 49%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0 0.5% 0.5%!important;
}
	.top_menu_area ul.otherLink li a {
    text-align: center;
    margin-bottom: 1px;
    box-sizing: border-box;
    background-color: #333;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    padding: 6px;
    line-height: 1.5;
    width: 50%;
    float: left;
}
	nav.globalMenuSp.active {
    transform: translateY(-120%)!important;
}
nav.globalMenuSp ul {
  padding: 0;
  width: 47%;
  float: left;
  margin-left: 1%;
  border-left: 1px solid #ccc;
}
.top_menu_area ul.anchorLink {
    display: inline-block;
    width: 47.3%;
  float: right;
  margin-right: 1.5%;
    margin-top: 0%;
	margin-bottom: 1%;
}
.top_menu_area ul.otherimgLink li a {
    width: 96%;
    margin-left: 1%;
}
}/*横向き*/
}/*sp*/


.open-navi {
  position: relative;
  width: 100%;
  font-size: 16px;
  cursor: pointer;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
  -webkit-tap-highlight-color: transparent;
}
.open-navi .parrent {
  width: 96%;
  margin: 0 auto;
  background: #fefefe;
}

.sp .open-navi .parrent {
  width: 96%;
  margin: 0.5vh auto;
  display: flex;
  flex-wrap: wrap;
}

.sp .open-navi .parrent .parrent-item{
  order: 1;
  width: 100%;
}
.sp .open-navi .parrent .child{
  order: 2;
  width: 100%;
}

.open-navi .parrent .parrent-item{
  display: flex;
  border-bottom: 1px solid #ccc;
  justify-content:left;
  height: 100%;
  align-items: center;
  color: #333;
  text-decoration: none;
  position: relative;
  height: 40px;
  padding-left: 10px;
  font-weight: bold;
}
.open-navi .parrent .parrent-item span{
  font-size: 12px;
  padding-left: 5px;
  font-weight: normal;
}
.pc .open-navi .parrent .parrent-item:hover, .pc .open-navi .parrent .child.open .child-item:hover {
  color:#fff;
  background: #333;
}

.open-navi .parrent .parrent-item.open {
  background: #333;
  color: #FFF;
}

.pc .open-navi .parrent .parrent-item.has-child::after {
  content: '';
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 14px;
  right: 15px;
  position: absolute;
}
.pc .open-navi.top_omenu .parrent .parrent-item.has-child::after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 14px;
}
.pc .open-navi.top_omenu .parrent .parrent-item.has-child.open::after,
.pc .open-navi .parrent .parrent-item.has-child.open::after{
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  top: 17px;
}

.sp .open-navi .parrent .parrent-item.has-child::after {
  content: '';
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 14px;
  right: 12px;
  position: absolute;
}
.sp .open-navi .parrent .parrent-item.has-child.open::after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  top: 17px;
}
.open-navi .parrent .parrent-item.has-child.open::after, .pc .open-navi .parrent .parrent-item:hover::after {
  border: solid #fff;
  border-width: 0 3px 3px 0;
}

.pc .open-navi .parrent .child {
  display: none;
}

.sp .open-navi .parrent .child {
  max-height: 0.1px;
  visibility: hidden;
  overflow: hidden;
  transition: all 0.5s ease-out;
}

.pc .open-navi .parrent .child.open {
  display: block;
  /*position: absolute;
  left: 98%;*/
  width: 240px;
  background: #eee;
}

.sp .open-navi .parrent .child.open {
  max-height: 1000px;
  visibility: visible;
  transition: max-height 0.5s ease-in;
}

.pc .open-navi .parrent .child.open .child-item {
  display: block;
  width: 100%;
  height: 34px;
  line-height: 17px;
  margin: 0;
  display: flex;
  border-bottom: 1px solid #ccc;
justify-content: left;
  align-items: center;
  /*background: #fff;*/
  text-align: left;
  color: #333;
  text-decoration: none;
  font-size: 12px;
  padding-left: 2em;
  box-sizing: border-box;
}


.sp .open-navi .parrent .child .child-item {
  border: 1px solid #ccc;
  width: calc(33% - 5px);
  height: 34px;
  font-size: 12px;
  margin: 0.25vh 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #fefefe;
  text-align: center;
  color: #333;
  text-decoration: none;
  vertical-align: top;
}
.pc .open-navi .parrent .child .child-item:first-child {
  margin-top: 0;
}

.pc .open-navi .parrent .child .child-item img{
  height: 20px;
  margin-right: 0.5vh;
}

.sp .open-navi .parrent .child .child-item img{
  height: 18px;
  margin-right: 0.5vh;
}

.pc .open-navi .parrent .child .child-item .social {
  width: 120px;
}

.ps__rail-y {
  /*display: none !important;*/
}

.hidden_menu {
  display: none;
  height: 0;
  width: 0;
  transition: none;
  max-height: 0;
  overflow: hidden;
}