@charset "utf-8";

@media(max-width:1000px){

/*　ハンバーガーボタン　*/
.hamburger {
    display : block;
    box-sizing: content-box;
    position: fixed;
    z-index : 3;
    right : 13px;
    top   : 12px;
    width : 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
    background: #0a009b;
    border: #fff 1px solid;
  }
  .hamburger span {
    display : block;
    position: absolute;
    width   : 30px;
    height  : 2px ;
    padding: 5px auto;
    left    : 6px;
    background : #fff;
    -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{
    border: none;
  }

  .hamburger.active span:nth-child(1) {
    top : 16px;
    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: 16px;
    -webkit-transform: rotate(45deg);
    -moz-transform   : rotate(45deg);
    transform        : rotate(45deg);
  }
  
  nav.globalMenuSp {
    position: fixed;
    z-index : 2;
    top  : 0;
    left : 0;
    color: #000;
    background: #0a009b;
    text-align: center;
    transform: translateX(100%);
    transition: all 0.6s;
    width: 100%;
  }
  
  nav.globalMenuSp ul {
    background: #0a009b;
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  
  nav.globalMenuSp ul li {
    display: block;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #fff;
  }
  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  nav.globalMenuSp ul li:hover{
    background :#0a009b;
  }
  
  nav.globalMenuSp ul li a {
    display: block;
    padding: 0.5em 0;
    text-decoration :none;
  }
  
  /* このクラスを、jQueryで付与・削除する */
  nav.globalMenuSp.active {
    transform: translateX(0%);
  }


  /*------------------------------------------

				PAGE TOPナビゲーション

--------------------------------------------*/

.page-top{
	bottom:10px;
	right:10px;
}



  /*------------------------------------------

				メインビジュアル

--------------------------------------------*/

section.mv{
	width:100%;
	height:70vh;
}

.logo{
	height:auto;
	width:60%;
	bottom:0;
}

.logo img{
	height:auto;
	width: 100%;
}

.mv p{
	font-size:28px;
  position: relative;
  top:-20%;
}



/*------------------------------------------

				Product

--------------------------------------------*/

.product .spec_hitsuyou,
.product .spec_suishou{
	width: 50%;
	display: block;
  margin: 0 auto;
}

.product .spec_hitsuyou{
	margin-bottom: 2em;
}

  
}/*-------------------------max-width:1000pxここまで-------------------------*/



/*メインビジュアル調整*/
@media(max-height:700px){
	section.mv{
		height:750px;
	}
  .mv p{
    font-size:28px;
    position: relative;
    top:-20%;
  }
}



/*---------------------------------------------------------


              max-width:768pxここから


----------------------------------------------------------*/
@media(max-width:768px){

    /*------------------------------------------

          全体設定

  --------------------------------------------*/

.contents_wrapper{
  width: 100%;
  padding: 0 10px;
}

img{
  width: 100%;
  height: auto;
}

/*------------------------------------------

        メインビジュアル

--------------------------------------------*/

section.mv{
	width:100%;
	height:460px;
  position: relative;
}

.logo{
  position: absolute;
	height:auto;
	width:60%;
  bottom:20px;
  left:50%;
  transform: translate(-50%, 0);
}

/*------------------------------------------

				ロックオン画像

--------------------------------------------*/

.lockon{
	width: 400px;
	height: 400px;
}

  .lockon.first{
	bottom: -500px;
	left: -200px;
  }


.lockon.second{
	bottom:-100px;
	right: -200px;
  }

  .lockon.third{
	top:-200px;
	left: -200px;
  }


/*------------------------------------------

				News

--------------------------------------------*/

.news-contents{
  width: 80%;
}

.news-contents table td:nth-of-type(1) {
  width: 35%;
  padding: 1em 1em 1em 0;
}

.news h2:first-of-type{
  font-size: 38px;
}


/*------------------------------------------

				Character

--------------------------------------------*/

div[class*="character_"]{
	display: block;
}

.character_naomi div:nth-of-type(1){
	margin: 0;
  text-align: right;
}

.character_naomi div:nth-of-type(2){
	width:100%;
}

.character_fuka div:nth-of-type(1){
	margin: 0;
  text-align: left;
}

.character_fuka div:nth-of-type(2){
	width:100%;
	margin:0 auto;
}

.character_drq div:nth-of-type(1){
	margin:0;
  text-align: center;
}

.character_drq div:nth-of-type(2){
	width: 100%;
}

.character_secret div:nth-of-type(1){
	width: 300px;
	height:300px;
}

.character_secret div:nth-of-type(2){
	width: 100%;
	height: auto;
	margin-left: 0;
}


/*------------------------------------------

				System

--------------------------------------------*/
.system_contents{
  display: block;
}

.system_contents > div{
	width:90%;
	margin: 100px auto;
	text-align: center;

}


/*------------------------------------------

				Gallery

--------------------------------------------*/

.system_contents.promotion_video > div{
	width:90%;
	margin: 100px auto;
	text-align: center;
}


/*------------------------------------------

				Product

--------------------------------------------*/

.product .spec_hitsuyou,
.product .spec_suishou{
	width: 80%;
}

.product img{
  width:auto;
  margin-bottom: 0.5em;
}


}/*-------------------------max-width:768pxここまで-------------------------*/








/*---------------------------------------------------------


              max-width:400pxここから


----------------------------------------------------------*/
@media(max-width:400px){


    /*------------------------------------------

          メインビジュアル

  --------------------------------------------*/

section.mv{
	width:100%;
	height:380px;
}

.mv p{
  position: absolute;
  top:20px;
  left:50%;
  transform: translate(-50%, 0);
  font-size: 24px;
}


/*------------------------------------------

				News

--------------------------------------------*/

.news-contents{
  width: 100%;
}

/*------------------------------------------

				character

--------------------------------------------*/

.character img{
  width: 100%;
  height: auto;
}

.character_naomi div:nth-of-type(1){
	height: auto;
	width:100%;
}

.character_fuka div:nth-of-type(1){
	height: auto;
	width: 100%;
}

.character_drq div:nth-of-type(1){
	height: auto;
	width: 100%;
}


/*------------------------------------------

				System

--------------------------------------------*/

.system_contents h3{
  font-size: 18px;
}

/*------------------------------------------

				Gallery

--------------------------------------------*/

.gallery .picture{
  display: block;
  text-align: left;
}

.gallery .picture a img{
  width:calc(100% / 2.1);
}



/*------------------------------------------

				Product

--------------------------------------------*/

.product .spec_hitsuyou,
.product .spec_suishou{
	width: 100%;
}

.product img{
  width:95%;
  margin-bottom: 1em;
}

}/*-------------------------max-width:400pxここまで-------------------------*/
