@charset "utf-8";
/* menu */



.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%;
	display: block;
	background: url(../images/common/menu/bg_menu_202401.jpg) no-repeat 0px 0;
	background-size: cover;
}
.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 {
    width: 100%;
    float: none;
    text-align: center;
    border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 0px solid #ccc;
    box-sizing: border-box;
    position: relative;
	clear: both;
	
}
.top_menu_area ul.top_menu li.me_sm img{
	width: 42%;
	padding: 0.3 0;
	padding: 1.2em 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%;
}
@media only screen and (max-width: 768px) {
.half_left{
	float: left;
	width: 47%;
}
.half_right{
	float: right;
	width: 47%;
	margin-right: 2%;
}
}/**/
/*ボックス全体*/
.accbox {
    margin: 0 0 2em;
    padding: 0 0 3%;
    max-width: 400px;
	background: #333;
	clear: both;
}
.accbox.nocl {
	background: #fff;
	    padding-bottom: 6em;
	}
.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;
}
/*202307*/
.top_menu_area ul.top_menu {
    width: 100%;
    margin-bottom: 0px;
	/*border-bottom: 1px solid #ccc;*/
	/*background: rgba(255,255,255,1.00);*/
	padding: 0em 0 0 5%;
    box-sizing: border-box;
}
.top_menu_area .logo img {
	width: 100%;
	max-width: 140px;
}
.sp_menu_line a{
width: 40px;
height: 40px;
position: absolute;
border: 1px solid #ccc;
bottom:6px;
right: 146px;
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 a{
width: 40px;
height: 40px;
position: absolute;
border: 1px solid #ccc;
bottom:6px;
right: 100px;
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: 45%;
    height: auto;
    float: left;
    text-align: center;
	border-top: 0px solid #ccc;
    box-sizing: border-box;
    position: relative;
	/*background: #fff;*/
}

.top_menu_area ul.top_menu li.tms_01 a::before {
    background: url(../images/common/sp/sp_n01.png);
	content: '';
    height: 50px;
    width: 50px;
    display:block;
    border-radius: 100%;
    background-size: 68% 68%;
    background-repeat: no-repeat;
    background-position: center;
		margin: 0 auto -3px;
}
.top_menu_area ul.top_menu li.tms_02 a::before {
    background: url(../images/common/sp/sp_n02.png);
	 content: '';
    height: 50px;
    width: 50px;
    display:block;
    border-radius: 100%;
    background-size: 74% 60%;
    background-repeat: no-repeat;
    background-position: center;
	margin: 0 auto -3px;
}
	.top_menu_area ul.top_menu li.tms_03 a::before {
    background: url(../images/common/sp/sp_n03.png);
		content: '';
    height: 50px;
    width: 50px;
    display:block;
    border-radius: 100%;
    background-size: 73% 59%;
    background-repeat: no-repeat;
    background-position: center;
	margin: 0 auto -3px;
}
	.top_menu_area ul.top_menu li.tms_04 a::before {
    background: url(../images/common/sp/sp_n04.png);
		 content: '';
    height: 50px;
    width: 50px;
    display:block;
    border-radius: 100%;
    background-size: 68% 68%;
    background-repeat: no-repeat;
    background-position: center;
		margin: 0 auto -3px;
}
	.top_menu_area ul.top_menu li.tms_05 a::before {
    background: url(../images/common/sp/sp_n05.png);
		 content: '';
    height: 50px;
    width: 50px;
    display:block;
    border-radius: 100%;
    background-size: 68% 56%;
    background-repeat: no-repeat;
    background-position: center;
	margin: 0 auto -3px;
}
	.top_menu_area ul.top_menu li.tms_06 a::before {
    background: url(../images/common/sp/sp_n06.png);
		content: '';
    height: 50px;
    width: 50px;
    display:block;
    border-radius: 100%;
    background-size: 62% 62%;
    background-repeat: no-repeat;
    background-position: center;
	margin: 0 auto -3px;
}
		
.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%);
	color: #000;
}
.top_menu_area ul.top_menu li{
	border-bottom: 1px solid #ccc;	
}
.top_menu_area ul.top_menu li:nth-child(2n+1){
	border-right: 1px solid #ccc;	
}
.top_menu_area .spbarea {
   background: #e7e2e2;
	padding:8px 0 5px;
}
.top_menu_area .btn a {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    /*background-color: #d80000;*/
    padding: 1em 13px 1em 33px;
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
	background-image: linear-gradient(0deg, rgba(204, 0, 0, 1) 25%, rgba(255, 0, 0, 1) 63%, rgba(255, 96, 0, 1));
	border-radius: 5px;
	position: relative;
	text-align: left;
}
	.top_menu_area .btn.sponline a {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    padding: 1em 13px 1em 33px;
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
	background-image: linear-gradient(0deg, rgba(50, 118, 188, 1) 25%, rgba(64, 174, 218, 1) 63%, rgba(123, 197, 239, 1));
	border-radius: 5px;
	position: relative;
	text-align: left;
}
	.top_menu_area .btn a::after {
    background: url(../images/common/sp/arr01.png);
    content: '';
    height: 10px;
    width: 10px;
    display: inline-block;
    background-size: 66% 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 7px;
    top: 14px;
}
	.top_menu_area .btn a::before {
        background: url(../images/common/sp/i-01.png);
    content: '';
    height: 22px;
    width: 22px;
    background-size: 68% 89%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 9px;
    top: 9px;
}
	.top_menu_area .btn.spvis a::before {
        background: url(../images/common/sp/i-02.png);
    content: '';
    height: 22px;
    width: 22px;
    background-size: 74% 60%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 9px;
    top: 9px;
}
		.top_menu_area .btn.sponline a::before {
        background: url(../images/common/sp/i-03.png);
    content: '';
    height: 22px;
    width: 22px;
    background-size: 74% 82%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 9px;
    top: 9px;
}
.top_menu_area .sptime a {
    display: inline-block;
    padding: 0.5em;
    box-sizing: border-box;
    color: #fff;
	background-image: linear-gradient(0deg, rgba(50, 118, 188, 1) 25%, rgba(64, 174, 218, 1) 73%, rgba(123, 197, 239, 1));
	border-radius: 5px;
	position: relative;
	width: 96%;
    margin-left: 2%;
    text-align: center;
    font-size: 12px;
	height: auto;
	line-height: 1.3;
	color: #fff;
}
.top_menu_area .sptime {
    padding: 0 0 2px;
}
.top_menu_area .sptime a span {
	font-size: 13px;
	border-bottom: 1px solid #fff;
    width: 100%;
    display: inline-block;
    text-align: center;
    padding-bottom: 0px;
    margin-bottom: 5px;
}
.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.6em 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;
}
	
.open-navi .parrent.mvs-movie a.parrent-item::before {
    background: url(../images/common/sp/i-s-01.png);
    content: '';
    height: 25px;
    width: 25px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 9px;
    top: 9px;
}
.open-navi .parrent.mvs-eve a.parrent-item::before {
    background: url(../images/common/sp/i-s-02.png);
    content: '';
    height: 25px;
    width: 25px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 9px;
    top: 9px;
}
.open-navi .parrent.mvs-yt a.parrent-item::before {
    background: url(../images/common/sp/sp_menu_icon.jpg);
    content: '';
    height: 25px;
    width: 25px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 9px;
    top: 9px;
}
.open-navi .parrent.mvs-co a.parrent-item::before {
    background: url(../images/common/sp/i-s-03.png);
    content: '';
    height: 25px;
    width: 25px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 9px;
    top: 9px;
}
.open-navi .parrent.mvs-sns a.parrent-item::before {
    background: url(../images/common/sp/i-s-04.png);
    content: '';
    height: 25px;
    width: 25px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 9px;
    top: 9px;
}
.open-navi .parrent.mvs-info a.parrent-item::before {
    background: url(../images/common/sp/i-s-05.png);
    content: '';
    height: 25px;
    width: 25px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 9px;
    top: 9px;
}
.open-navi .parrent.mvs-contact a.parrent-item::before {
    background: url(../images/common/sp/i-s-06.png);
    content: '';
    height: 25px;
    width: 25px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 9px;
    top: 9px;
}
.open-navi .parrent a {
    padding-left: 40px!important;
    font-weight: normal!important;
}
.open-navi .parrent a.child-item {
    padding-left: 14px!important;
}
/*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: 0px;
	/*border-bottom: 1px solid #ccc;*/
	background: rgba(0,0,0,0.60);
		padding:1em 0 0 0;
}
.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_line a{
width: 40px;
height: 40px;
position: absolute;
border: 1px solid #ccc;
bottom:6px;
right: 146px;
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 a{
width: 40px;
height: 40px;
position: absolute;
border: 1px solid #ccc;
bottom:6px;
right: 100px;
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: 0px solid #ccc;
    box-sizing: border-box;
    position: relative;
	/*background: #fff;*/
}
	.top_menu_area ul.top_menu li {
    border-bottom: 0px solid #ccc;
}

.top_menu_area ul.top_menu li.tms_01 a::before {
    background: #fff url(../images/common/sp/sp_n01.png);
	content: '';
    height: 50px;
    width: 50px;
    display:block;
    border-radius: 100%;
    background-size: 68% 68%;
    background-repeat: no-repeat;
    background-position: center;
		margin: 0 auto 3px;
}
.top_menu_area ul.top_menu li.tms_02 a::before {
    background: #fff url(../images/common/sp/sp_n02.png);
	 content: '';
    height: 50px;
    width: 50px;
    display:block;
    border-radius: 100%;
    background-size: 74% 60%;
    background-repeat: no-repeat;
    background-position: center;
	margin: 0 auto 3px;
}
	.top_menu_area ul.top_menu li.tms_03 a::before {
    background: #fff url(../images/common/sp/sp_n03.png);
		content: '';
    height: 50px;
    width: 50px;
    display:block;
    border-radius: 100%;
    background-size: 73% 59%;
    background-repeat: no-repeat;
    background-position: center;
	margin: 0 auto 3px;
}
	.top_menu_area ul.top_menu li.tms_04 a::before {
    background: #fff url(../images/common/sp/sp_n04.png);
		 content: '';
    height: 50px;
    width: 50px;
    display:block;
    border-radius: 100%;
    background-size: 68% 68%;
    background-repeat: no-repeat;
    background-position: center;
		margin: 0 auto 3px;
}
	.top_menu_area ul.top_menu li.tms_05 a::before {
    background: #fff url(../images/common/sp/sp_n05.png);
		 content: '';
    height: 50px;
    width: 50px;
    display:block;
    border-radius: 100%;
    background-size: 68% 56%;
    background-repeat: no-repeat;
    background-position: center;
	margin: 0 auto 3px;
}
	.top_menu_area ul.top_menu li.tms_06 a::before {
    background: #fff url(../images/common/sp/sp_n06.png);
		content: '';
    height: 50px;
    width: 50px;
    display:block;
    border-radius: 100%;
    background-size: 62% 62%;
    background-repeat: no-repeat;
    background-position: center;
	margin: 0 auto 3px;
}
		
.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%);
	color: #fff;
}
.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: 0px solid #ccc;
	border-left: 0px solid #ccc;
}
.top_menu_area .spbarea {
   background: #e7e2e2;
	padding: 1em 0 5px;
}
.top_menu_area .btn a {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    /*background-color: #d80000;*/
    padding: 1em 13px 1em 33px;
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
	background-image: linear-gradient(0deg, rgba(204, 0, 0, 1) 25%, rgba(255, 0, 0, 1) 63%, rgba(255, 96, 0, 1));
	border-radius: 5px;
	position: relative;
	text-align: left;
}
	.top_menu_area .btn.sponline a {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    padding: 1em 13px 1em 33px;
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
	background-image: linear-gradient(0deg, rgba(50, 118, 188, 1) 25%, rgba(64, 174, 218, 1) 63%, rgba(123, 197, 239, 1));
	border-radius: 5px;
	position: relative;
	text-align: left;
}
	.top_menu_area .btn a::after {
    background: url(../images/common/sp/arr01.png);
    content: '';
    height: 10px;
    width: 10px;
    display: inline-block;
    background-size: 66% 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 7px;
    top: 14px;
}
	.top_menu_area .btn a::before {
        background: url(../images/common/sp/i-01.png);
    content: '';
    height: 22px;
    width: 22px;
    background-size: 68% 89%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 9px;
    top: 9px;
}
	.top_menu_area .btn.spvis a::before {
        background: url(../images/common/sp/i-02.png);
    content: '';
    height: 22px;
    width: 22px;
    background-size: 74% 60%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 9px;
    top: 9px;
}
		.top_menu_area .btn.sponline a::before {
        background: url(../images/common/sp/i-03.png);
    content: '';
    height: 22px;
    width: 22px;
    background-size: 74% 82%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 9px;
    top: 9px;
}
.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.6em 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;
	/*background: #fff;*/
	background: url(../images/common/menu/bg_menu_202401.jpg) no-repeat 0px 0;
    background-size: cover;
}
.open-navi .parrent {
  width: 96%;
  margin: 0 auto;
  /*background: #fefefe;*/
}

.sp .open-navi .parrent {
  width: 48%;
	float: left;
  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%;
}
.on_w{
	    background: #fff;
    overflow: hidden;
	margin-top: -3px;
}
.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;
    width: 98%;
    /*position: absolute;
    top: 46px;
	height: 50vh;*/
}
/*.sp .open-navi .parrent .child.open:before {
    content: "";
    display: block;
    padding-top: 100%;
}*/

.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;
}
/*2307*/
@media only screen and (min-width: 769px) {
.otherimgLink{
	flex-wrap: wrap;
	}
	.otherimgLink a{
	width: 49%;
		border-bottom: 1px solid #ccc;
}
	.otherimgLink a:nth-child(even){
	border-right: 0px solid #ccc;
}
}/**/
.otherimgLink{
	display: flex;
	background: #fff;
	padding: 10px 0 0 0;
	margin-top: -1px;
}
.otherimgLink img{
	height: 100%;
}
.otherimgLink a{
	border-right: 1px solid #ccc;
}

.spbn_area{
	background: #d7d2d2;
	overflow: hidden;
    padding: 1em 0 4px;
	margin-top: -2px;
}
.sp .open-navi .parrent a {
    padding-left: 40px;
	font-weight: normal;
}
.sp .open-navi .parrent.mvs-yt a {
    line-height: 1.2;
    font-size: 14px;
}
.sp .open-navi .parrent  a.child-item {
    padding-left: 0px!important;
	font-weight: normal!important;
}
.sp .open-navi .parrent.mvs-movie a.parrent-item::before {
    background: url(../images/common/sp/i-s-01.png);
    content: '';
    height: 25px;
    width: 25px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 9px;
    top: 9px;
}
.sp .open-navi .parrent.mvs-eve a.parrent-item::before {
    background: url(../images/common/sp/i-s-02.png);
    content: '';
    height: 25px;
    width: 25px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 9px;
    top: 9px;
}
.sp .open-navi .parrent.mvs-co a.parrent-item::before {
    background: url(../images/common/sp/i-s-03.png);
    content: '';
    height: 25px;
    width: 25px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 9px;
    top: 9px;
}
.sp .open-navi .parrent.mvs-sns a.parrent-item::before {
    background: url(../images/common/sp/i-s-04.png);
    content: '';
    height: 25px;
    width: 25px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 9px;
    top: 9px;
}
.sp .open-navi .parrent.mvs-info a.parrent-item::before {
    background: url(../images/common/sp/i-s-05.png);
    content: '';
    height: 25px;
    width: 25px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 9px;
    top: 9px;
}
.sp .open-navi .parrent.mvs-contact a.parrent-item::before {
    background: url(../images/common/sp/i-s-06.png);
    content: '';
    height: 25px;
    width: 25px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 9px;
    top: 9px;
}


.sp .open-navi .parrent {
 height: auto;
	position: relative;
}
.sp .open-navi .parrent .child.open .child_in{
      width: 95vw;
	position: absolute;
	top: 50px;
	left: 0;
	padding-left: 1vh;
}
.sp .open-navi .parrent:nth-child(2) .child.open .child_in{
	left: -100%;
}
.sp .open-navi .parrent:nth-child(5) .child.open .child_in{
	left: -100%;
}
.sp .open-navi .parrent .child.open {
    padding-top: 100px;
}
.sp .open-navi .parrent.mvs-co .child.open{
	 padding-top: 170px;
}


/*　close btn　*/
.spclose {
  display : block;
  /*position: fixed;
  right : 6px;
 bottom   : 6px;*/
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
  z-index: 10000;
	background: #fff;
}
.spclose 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;
}
.spclose span:nth-child(1) {
  top: 10px;
}
.spclose span:nth-child(2) {
  top: 20px;
}
.spclose span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.globalMenuSp.active .spclose span:nth-child(1) {
  top : 18px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.globalMenuSp.active .spclose span:nth-child(2),
.globalMenuSp.active .spclose span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}
