body {
   
    background-image: url("../imgs/BackG@2x.png") ;
 
  background-color: rgba(255,255,255,1.00);
  
    background-size: 100%;
  margin: 0;
  color: #333; /* RGB */
   font-family: 'TsukuARdGothic-Regular',sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
}

ul {
  list-style: none;
}
_:lang(x)+_:-webkit-full-screen-document, p {
  font-size: 16px;
  line-height: 1.5rem;
    font-family: 'TsukuARdGothic-Regular',sans-serif;
/*  padding-bottom: 60px;*/
}

h2 {
  font-size: 32px;
  line-height: 2.5rem;
font-family: 'Futura',sans-serif;
  text-align: center;
  padding: 60px 0;
}
h3 {
  line-height: 30px;
  padding-bottom: 60px;
  font-size: 20px;
 font-family: 'Futura', sans-serif;
}
h4 {
  padding: 30px 0;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
 
}
a {
  text-decoration: none;
  color: #fff;
}
.header {
  /*  background-color: #333333;*/
  height: 130px;
  width: 100%;
  margin: 0;
  position: fixed;
  z-index: 999;
  
  /*    opacity: 0.8;*/
}

.header h1 a {
  color: #FFFFFF;
  text-decoration: none;
}
.logo_header {
  position: fixed;
  left: 24px;
  top: 10px;
  width: 60px;
}


.header_inner {
  display: none;
}
.container {
  padding: 0 24px;
}




.section-top h1 {   
     position: absolute;
    z-index: 2;
    top: 50%;
    left: 130px;
    line-height: 2.0rem;
    transform: translate(-50%, -50%);
    text-align: left;
    font-size: 25px;
    letter-spacing: 3px;
    font-family: "Futura Condensed ExtraBold" ,'Arial','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;;
    /* text-transform: uppercase; */
    color: #fff;
    font-style: normal;
    font-weight: 600;
}


h1 span {
  font-size: 0.9rem;
  text-transform: lowercase;
}

 h1 {
  color: #FFFFFF;
  text-align: left;
}

/*-------footer--------------*/
.footer {
  height: 365px;
    background-color: #000000;
    color: #333333;
    font-size: 12px;
    font-family: 'Futura',sans-serif;
}
.footer ul li {
  /*  text-align: left;*/
  font-size: 14px;
  color: #333333;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
  list-style: none;
  display: inline-flex;
  text-align: left;
}
.footer small  {
  padding-top: 30px;
  clear: both;
  display: block;
  text-align: center;
  font-size: 12px;
}.footer small span  {
  font-size: 14px;
  padding: 5px 0;
  
  
}
.logofooter {
  
  width: 50px;

}
.footer_tag {
  padding-top: 30px;
}
.wrapper {
  margin: 0 24px;
}

.element {
  /* 最初は非表示 */
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
}
/* フェードイン時に入るクラス */
.is-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/*-------PC---------------*/
@media (min-width:960px) {
  body {
   
    background-image: url("../imgs/BackG@2x.png");
    background-size: 100%;
    background-position: 0 30%;
    margin: 0;
    background-repeat: repeat;
    color: #333; /* RGB */
    font-family: '游ゴシック体 ミディアム';
    font-weight: 500;
    font-size: 16px;
    text-align: center;
  }
  }
  

  ul {
    list-style: none;
  }
  p {
    font-size: 16px;
    line-height: 1.5rem;
      font-family: 'TsukuARdGothic-Regular',sans-serif;
/*    padding-bottom: 80px;*/
  }
  h2 {
    font-size: 36px;
    line-height: 2.5rem;
  font-family: 'Futura', 
sans-serif;

    text-align: center;
    padding: 80px 0;
  }
  h3 {
    padding-bottom: 80px;
    font-size: 24px;
   font-family: 'Futura', 
sans-serif;

  }
  a {
    text-decoration: none;
    color: #fff;
  }
  .header {
    /*  background-color: #333333;*/
    height: 130px;
    width: 100%;
    margin: 0;
    position: fixed;
    /*    opacity: 0.8;*/
  }
  /*

.header h1 {
 
  text-align: left;
  padding: 12px 24px;
  font-size: 1.6rem;
*/

.header h1 a {
  color: #FFFFFF;
  text-decoration: none;
}
.logo_header {
  position: fixed;
  left: 5%;
  top: 28px;
  width: 60px;
}
.header_inner {
  display: none;
}
 .element {
  /* 最初は非表示 */
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
}
/* フェードイン時に入るクラス */
.is-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

@media(min-width:960px) {
  /* CSS Document */
  
  
  .section-top h1 {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 160px;
   line-height: 60px;
     margin-left: 10%;
    transform: translate(-50%, -50%);
    text-align: left;
    font-size: 36px;
    letter-spacing: 3px;
font-family: 'Futura', 
sans-serif;

/*    text-transform: uppercase;*/
    color: #fff;
      font-style: normal;
    font-weight: 600;
  }
  h1 span {
   
    font-size: 16px;
    text-transform: lowercase;
    
  
  }
  
}
/*-------footer--------------*/
@media (min-width:960px) {
  .footer {
    height: 350px;
    background-color: #000000;
    color: #FFFFFF;
    font-size: 12px;
    font-family: 'Futura',sans-serif;
  }
  .footer ul li {
    /*  text-align: left;*/
    color: #FFFFFF;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 35px;
    padding-right: 35px;
    list-style: none;
    display: inline-flex;
    text-align: left;
  }.footer ul li p {
    /*  text-align: left;*/
    color: #FFFFFF;
   
  }
  
  .footer small {
    padding: 30px 0 30px 0;
    clear: both;
    display: block;
    text-align: center;
  }
  .logo_footer {
      width: 50px;
/*
    position: absolute;
    left: 200px;
  
    padding: 20px 0;
*/
  }
  .footer_tag {
    padding-top: 40px;
  }
  .footer_contents {
    margin-bottom: 50px;
  }
  .wrapper {
    margin: 0 100px;
  }
 
}


/*-------PC---------------*/