/*
Theme Name: GYDA_2021 ;
Author: Roseau Pensant
Description: GYDA
*/

/* 新規制作ヘッダー PC ※CSS内のディレクトリー内にてヘッダー表示がされなかった為こちらに追記 */
@media screen and (min-width: 768px) {
  body .pc_none {
    display: none;
  }
	
img[src*='.svg']
{
width: 45%;
height: auto;
}
	
  body #header {
    width: 100%;
    height: auto;
	padding-top: 10px;
	font-family: 'Open Sans Condensed', sans-serif;
    /* header_inner */
  }
  body #header .header_inner {
    width: 1040px;
    height: 90px;
    margin: auto;
    /* ul.nav */
  }
  body #header .header_inner h1 {
    display: inline-block;
    display: table;
    margin: auto;
  }
  body #header .header_inner h1 a img {
    margin: auto;
  }
  body #header .header_inner a img {
    display: block;
    margin: auto;
  }
  body #header .header_inner ul.nav {
    height: auto;
	margin:auto;
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
	    font-family: 'MyWebFont';
	width: 620px;
  }
  body #header .header_inner ul.nav li {
    font-weight: bold;
	font-size:16px;  
  }  }
/* 新規制作ヘッダー */


/* 新規制作ヘッダー SP ※CSS内のディレクトリー内にてヘッダー表示がされなかった為こちらに追記 */
@media screen and (max-width: 768px) {
/* バーガーメニュー記述ここから */
	
	img[src*='.svg']
{
width: 30%;
height: auto;
}

  body .sp_none {
    display: none;
  }
  body #header {
    width: 100%;
    height: auto;
    position: fixed;
    z-index: 20;
    background: #fff;
    top: 0;
	box-shadow: 0 0 4px grey;
    /* header_inner */
    /* バーガーメニュー外タップ時のモーショーン */
  }
  body #header .header_inner {
    width: 100%;
    height: 60px;
    margin: auto;
    /*　ハンバーガーボタン */
    /* ナビオープン時CSS */
    /* このクラスを、jQueryで付与・削除する */
  }
  body #header .header_inner a img {
    display: block;
    margin: auto;
    margin-top: 15px;
  }
  body #header .header_inner .hamburger {
    display: block;
    position: fixed;
    z-index: 10;
    right: 10px;
    top: 15px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
  }
  body #header .header_inner .hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 6px;
    background: #000;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }
  body #header .header_inner .hamburger span:nth-child(1) {
    top: 10px;
  }
  body #header .header_inner .hamburger span:nth-child(2) {
    top: 20px;
  }
  body #header .header_inner .hamburger span:nth-child(3) {
    top: 30px;
  }
  body #header .header_inner .hamburger.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    width: 24px;
    background: #000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  body #header .header_inner .hamburger.active span:nth-child(2) {
    left: 60%;
    opacity: 0;
    -webkit-animation: active-btn17-bar02 .8s forwards;
    animation: active-hamburger-bar02 .8s forwards;
  }
 
  body #header .header_inner .hamburger.active span:nth-child(3) {
    top: 16px;
    width: 24px;
    background: #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  body #header .header_inner .hamburger::after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
  }
  body #header .header_inner .hamburger.active::after {
    border: 2px solid #000;
  }
  body #header .header_inner nav.global_sp {
    position: fixed;
    z-index: 20;
	    font-family: 'MyWebFont';
    top: 0;
    left: 0;
    color: #fff;
    text-align: center;
    transform: translate(665px);/* ここで縦横のアニメーションを決める */
	margin-top:75px;
    transition: all 0.6s;
    width: 100%;
  }
  body #header .header_inner nav.global_sp ul {
    margin: 0 auto;
    padding-top: 10px;
    width: 100%;
	height: 100vh;
	background: #000;
  }
  body #header .header_inner nav.global_sp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    font-size: 32px;
    letter-spacing: 2px;
  }
  body #header .header_inner nav.global_sp ul li:last-child {
    padding-bottom: 0;
  }
  body #header .header_inner nav.global_sp ul li a:hover {
    color: #fff;
  }
  body #header .header_inner nav.global_sp ul li a {
    display: block;
    color: #fff;
    font-size: 16px;
    padding: 15px 0;
    text-decoration: none;
  }
  body #header .header_inner nav.global_sp.active {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
 body #header .main_cover {
    position: fixed;
    width: 100%;
    visibility: hidden;
    z-index: -1;
    -webkit-transition: .3s;
    -webkit-transition: .4s;
    transition: .4s;
  }
  body #header .main_cover.active {
    height: 100%;
    visibility: visible;
    background: rgba(0, 0, 0, 0.356);
    z-index: 1;
  }
}

 @-webkit-keyframes active-hamburger-bar02 {
    100% {
      height: 0;
    }
  }
  @keyframes active-hamburger-bar02 {
    100% {
      height: 0;
    }
  }
/* バーガーメニュー記述ここまで */





	



