/*# ★★メニュー固定関連★★ */

.nav {
  width: 100%;
}

body.is-fixed .header {
  margin-bottom: 146px;
}

body.is-fixed .nav--typeA {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}

#t0{

}

#t1{

}

#t2{
   margin-top:-302px;
   padding-top:302px;
}

#t3{
   margin-top:-146px;
   padding-top:146px;
}

#t4{
   margin-top:-146px;
   padding-top:146px;
}

.menu-b {
  padding-top: 146px;
}

.menu-b2 {
  margin-top: 146px;
}

.menuhbase-top {
	position:fixed;
	width: 100%;
	top: 0px;
	z-index: 1000;
}

.menu-w {
	background-color: rgba(255,255,255,1);
}

.menuhbase {
	width: 100%;
	margin-top: 0px;
	background-color: #000000;
	z-index: 1000;
	position: fixed;
	top: 0;
}

.menuhwaku {
	width: 1140px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	z-index: 1000;
}

.menuh-h,
.menuh-f {
	display:block;
	font-size: 12px;
	color: #000;
}

.menuh0 {
	display: inline-block;
	padding-right: 20px;
	padding-left: 20px;
	position: relative;
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
	z-index: 1000;
}

.menuh0 a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
	z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}

.menuh0:hover {
    filter:alpha(opacity=70);/* IE 6,7*/
    -ms-filter: "alpha(opacity=70)";/* IE 8,9 */
    -moz-opacity:0.7;/* FF , Netscape */
    -khtml-opacity: 0.7;/* Safari 1.x */
    opacity:0.7;
    zoom:1;/*IE*/
}

@media screen and (max-width:1450px) {
.menuhwaku {
	padding-right: 50px;
}
}

@media screen and (max-width:1300px) {
.menuhwaku {
	padding-right: 0px;
}
}

@media screen and (max-width:1200px) {

.menuhwaku {
	width: 95%;
}
	
.menuh0 {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 30px;
	padding-bottom: 30px;
}
	
body.is-fixed .header {
  margin-bottom: 136px;
}

#t2,
#t3,
#t4{
   margin-top:-136px;
   padding-top:136px;
}

.menu-b {
  padding-top: 136px;
}

.menu-b2 {
  margin-top: 136px;
}
	
}

/* タブレットサイズから下 */
@media screen and (max-width:992px) {
	
.menuhbase-top {
	height: 50px;
}
	
.menu-w {
	background-color: rgba(255,255,255,1);
	height: 50px;
}
	
.menuhwaku,
.menuh0 {
 display:none; 
}
	
#t0{
   margin-top:0px;
   padding-top:0px;
}

#t1{
   margin-top:0px;
   padding-top:0px;
}

#t2{
   margin-top:0px;
   padding-top:0px;
}

#t3{
   margin-top:0px;
   padding-top:0px;
}

#t4{
   margin-top:0px;
   padding-top:0px;
}

.menu-b {
  padding-top: 0px;
}

.menu-b2 {
  margin-top: 0px;
}

}

/* ハンバーガーメニュー新 */

.navimenu{
	display: none;
}

.fullscreenmenu{
	display: none;
}


/* タブレットサイズから下 */
@media screen and (max-width:992px) {

.fullscreenmenu{
    display: block;
}

.navimenu,
    .navimenu span {
    display: inline-block;
    -webkit-transition:all .4s;
    transition: all .4s;
    }

    .navimenu {
      position: fixed;
      top: 10px;
      right:  10px;
      width: 35px;
      height: 34px;
      z-index: 1500;
    background: rgba(255,255,255,0.7);
    }

    .navimenu span {
    position: absolute;
    left: 5px;
    right: 5px;
    width: 25;
    height: 2px;
    background-color: #000;
    z-index: 1500;
    }

    .navimenu span:nth-of-type(1) {
    top: 8px;
    }

    .navimenu span:nth-of-type(2) {
    top: 16px;
    }

    .navimenu span:nth-of-type(3) {
    top: 24px;
    }

    .navimenu.active span:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #fff;
    top: 16px;
    }

    .navimenu.active span:nth-of-type(2) {
    opacity: 0;
    background-color: #fff;
    }

    .navimenu.active span:nth-of-type(3) {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    background-color: #fff;
    top: 16px;
    }

    #nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1500;
    width: 100%;
    height: 100vh;
    opacity: 0;
    background: rgba(0,0,0,0.8);
    transition: all 0.3s ease-in-out;
    visibility:hidden;
    }

    #nav.active{
    right: 0;
    opacity: 1;
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    }

    #nav ul{
    margin:20px 0;
    padding:20px 0;
    }

    #nav ul li{
    list-style-type: none;
    }

    #nav ul li a{
    display: block;
    padding: 20px 0;
    transition: all 0.2s ease-in-out;
    text-align: center;
    text-decoration: none;
    color: #fff;
    }
    #nav ul li a:hover {
    color: #f65d5d;
    }
}
