﻿









/**
 * レスポンシブ: PC用 ウィンドウ幅1200px以下共通
 */
@media screen and ( max-width:1200px) {	

/* ------------------------------
   SP ナビゲーション（NEW）
------------------------------ */
.wrapper_nav-btn {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 160;
}
.MenuBtn {
	position: relative;
	cursor: pointer;
    width: 50px;
    height: 50px;
}
.MenuBtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 2px;
    border-radius: 5px;
	background: #fff;
    width: 45%;
 }
.MenuBtn span:nth-of-type(1) {
  top:13px; 
}
.MenuBtn span:nth-of-type(2) {
  top:19px;
}
.MenuBtn span:nth-of-type(3) {
  top:25px;
}
.MenuBtn span:nth-of-type(3)::after {
  content:"Menu";
  position: absolute;
  top:5px;
  left:-2px;
  color: #fff;
  font-size: 0.6rem;
  text-transform: uppercase;
}
.MenuBtn.active span:nth-of-type(1) {
    top: 14px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}
.MenuBtn.active span:nth-of-type(2) {
  opacity: 0;
}
.MenuBtn.active span:nth-of-type(3){
    top: 26px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}
.MenuBtn.active span:nth-of-type(3)::after {
  content:"Close";
    transform: translateY(0) rotate(-45deg);
  top:5px;
  left:4px;
}
}



/**
 * レスポンシブ: PC用 ウィンドウ幅811px以上、1200px以下
 */
@media screen and (min-width:811px) and ( max-width:1200px) {	

	
}


/**
 * レスポンシブ: PC用 ウィンドウ幅1060px以下共通
 */
@media screen and ( max-width:1060px) {


}



/**
 * レスポンシブ: TB用 ウィンドウ幅810px以下共通
 */
@media screen and ( max-width:810px) {

	
}



/**
 * レスポンシブ: TB用 ウィンドウ幅641px以上、810px以下
 */
@media screen and (min-width:641px) and ( max-width:810px) {


}


/**
 * レスポンシブ: SP用 ウィンドウ幅640px以下
 */
@media screen and (max-width:640px) {


}
	
	


/**
 * レスポンシブ: SP用 ウィンドウ幅480px以下
 */
@media screen and (max-width:480px) {


}


/**
 * レスポンシブ: SP用 ウィンドウ幅428px以下
 */
@media screen and (max-width:428px) {

}



/**
 * レスポンシブ: SP用 ウィンドウ幅375px以下
 */
@media screen and (max-width:375px) {


}
	

/**
 * レスポンシブ: SP用 ウィンドウ幅360px以下
 */
@media screen and (max-width:360px) {


}



/**
 * レスポンシブ: SP用 ウィンドウ幅320px以下
 */
@media screen and (max-width:320px) {

/* ------------------------------
   SP ナビゲーション（NEW）
------------------------------ */
.wrapper_nav-btn {
	top: -5px;
}	
	
	
	


}