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


  html {
    /* min-width1200pxないとレイアウトが崩れてまうけん注意 
      レスポンシブもPCも両方効かせたコーディングができなくなる
    */
    font-size: 152.5%; /* -> 10px */
    
  }


/* commons */

.head2 {
    font-size: 3.5rem;
    padding-bottom: 5%;
}


.creative-text{
  font-size: 2.5rem;
}

main.fixed {
   width: 100%;
   height: 100%;
   left: 0px;
      right: 0px;
      top: 0px;
      bottom:0px;
   position: fixed;
   overflow: hidden
  }



/* commons */


/*　ハンバーガーボタン　*/

.sp-header{
  background-color: #F7F6F4;
}

.sp-logo{
  width: 110px;
  padding-top: 5%;
  margin-left: 10%;
}
.g-logo{
  width: 140px;
}

.hamburger {
  display: block;
    position: fixed;
    z-index: 1000;
    right: 69px;
    top: 67px;
    width: 150px;
    height: 150px;
    cursor: pointer;
    text-align: center;
    background-color: #67A9B9;
}
.hamburger span {
  display: block;
    position: absolute;
    width: 100px;
    height: 6px;
    left: 27px;
    top: 69%;
    background: white;
    -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: 68px;
}
.hamburger span:nth-child(2) {
  top: 111px;
}
.hamburger span:nth-child(3) {
  top:  28px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top: 71px;
  left: 32px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 73px;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    color: #000;
    background: #fff;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
    height: 100%;
}

nav.globalMenuSp ul {
  background-color: white;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 1% 10%;
  width: 100%;
  text-align: left;
}

nav.globalMenuSp ul li:hover{
  background :#ddd;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #000;
  padding: 1em 0;
  text-decoration :none;
  font-size: 2rem;
  font-family: 'Noto Serif JP', Medium;
}



/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateY(0%);
}

#sp-contacts{
  padding: 0;
    text-align: center;
    background-color: #4E7F8B;
    width: 900px;
    height: 200px;
    margin: 0 auto;
    margin-top: 11%;
}

#sp-contact{
  color: white;
  line-height: 2;
}

/* sp用header */

.sp-fv{
  background-image: url(../img/blue-background.png);
  background-size: 100% 300px;
  background-repeat: no-repeat;
  background-position: 11% 93%;
  height: 1800px;
  background-color: #F7F6F4;
  padding-top: 5%;
}

.SpFv-img{
   display: block;
    width: 1200px;
    height: 1600px;
    margin-left: 6%;

}



.pc-header{
  display: none;
}




/* header */



/* concept */

.concept{
    padding: 2% 5%;
    display: block;
    justify-content: center;
    position: relative;
    flex-direction: column-reverse;
    flex-wrap: nowrap;
    height: 2700px;
}

.concept-texts{
  width: 100%;
}

.concept-img{
  width: 1000px;
  top: 76%;
  left: 12%;
}

.gold-squere {
  top: 77%;
  left: 15%;
  width: 1000px;
  height: 650px;
}
.concept-cursive {
  top: 75%;
  left: 10%;
  width: 450px;
}

.concept-right {
    padding-left: 0;
}


/* concept */

/* ideal */

.ideal{
    display: block;
    justify-content: center;
    flex-direction: column-reverse;
    flex-wrap: nowrap;
    height: 2500px;
    padding: 14% 4%;
}

.ideal-left {
  padding-right: 0;
}

.ideal-img{
     
    width: 1100px;
    top: 63%;
    right: 7%;
}

.ideal-squere{
  width: 1100px;
  height: 700px;
  top: 65%;
  right: 3%;
}

.ideal-cursive {
  width: 850px;
  top: 62%;
  right: 2%;
}
/* ideal */

/* works */

.works{
  padding: 0 5%;
  height: 2700px;
}

.works-texts {
    text-align: left;
}

#works-head{
  text-align: center;
  font-size: 3.7rem;
}

.works-imgs {
  display: block;
  justify-content: center;
}

.works-img1, .works-img2, .works-img3, .works-img4 {
    width: 500px;
    height: 550px;
    margin-left: -1%;
}
.works-img2{
  padding-left: 1px;
}


.works-img3{
  position: absolute;
  right: 47%;
  top: 71.8%;
}


.works-img4{
  position: absolute;
  right: 8%;
  top: 71.8%;


}


.deisighn-works {
    position: absolute;
    width: 700px;
    right: 1%;
    bottom: 1%;
}



/* works */

/* brand */

.brand{
    display: block;
    justify-content: center;
    position: relative;
    flex-direction: column-reverse;
    flex-wrap: nowrap;
    height: 1700px;
    padding: 10% 5%;
}

.brand-texts{
  width: 100%;
}

.brand-right{
  padding-left: 0%;
  padding-top: 2%;
}


.brand-img{
  width: 1000px;
  top: 55%;
  left: 11%;
}

.brand-cursive{
  top: 52%;
  left: 7%;
  width: 600px;

}
        
.brand-squere{
  display: block;
  top: 57%;
  left: 15%;
  width: 1000px;
  height: 650px;
}


/* brand */

/* flow */

.flow {
  padding: 2% 0;
}

.flow-pcimg{
  display: none;
}

.flow-spimg{
    display: block;
    width: 100%;
    height: 3400px;
    background-image: url(../img/sp_flow.png);
    background-size: contain;
    background-repeat: no-repeat;
}


/* flow */

/* consul */

.consul { 
    
    background-size: 1200px 600px;
    background-position: 48% 69%;
    padding: 37% 0;
    padding-bottom:  17%;
    text-align: center;
    margin-top: 18%;
    
}

.consul-imgs{
  position: absolute;
  display: flex;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 75%;
  justify-content: center;
  z-index: 2;
}

.consul-img1, .consul-img2, .consul-img3, .consul-img4 {
    width: 290px;
    height: 350px;
   
}

.consul-contacts{
  
  background-color: #DFE7EA;
  
}

.consul-contact a {
  font-size: 2.5rem;
}

.consul-contact {

  width: 900px;
  height: 300px;
  bottom: 60%;

}

.consul-contact a{
  line-height: 300px;
}

.consul-gold {

  width: 1100px;
  height: 600px;
  bottom: 31%;
  
}

.consul-background{
  height: 700px;
  bottom: 23%;
}

.gold-line-vtl{
  display: none;
}

/* consul */

/* その他 */
.sp-header {
  display: block;
}

.sp-br{
  display: block;
}

.pc-br{
  display: none;
}

.achivements {
  
  }


/* その他 */

}