
/* -----------------------------------------------
全ページ共通　ここから
----------------------------------------------- */


/* ------------------------
html全体
------------------------ */

html {
    font-family: 'Noto Sans JP', sans-serif;
    color: black;
}

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

a {
    text-decoration:none;
    color: black;
}

li {
    list-style: none;
}



/* ------------------------
main全体
------------------------ */

main {
    text-align: center;
}

main img {
    display: block;

}

main p {
    font-size: 1.375em;
    line-height: 1.68;
    letter-spacing: 0.02em;
}





/* ------------------------
PC クエリ　
------------------------ */

@media screen and (min-width: 542px) {

    .content,header {
        max-width: 400px;
        margin: 0 auto;
    }

    .pc {
        position: fixed;
        width: calc((100% - 400px)/ 2);
        height: 100%;
        top: 0;
    }

    .pc-left {
        left: 0;
    }

    .pc-right {
        right: 0;
    }

    .pc-background {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    

}



/* ------------------------
SP クエリ　
------------------------ */

@media screen and (max-width: 541px)  {
    .pc-left,.pc-right {
    display: none;
    }
}




  
  /* ------------------------
  ヘッダー
  ------------------------ */
  
    header {
      position: fixed;
      /* --display: fixed;-- */
      z-index: 100;
      width: 100%;
      height: 66px;
      background-color: white;
      opacity: 90%;
      top: 0;
      text-align: center;
  }
  
  
  
  /* ------------------------
  ハンバーガーメニュー
  ------------------------ */
    
      /* ハンバーガーメニュー */
    .sp-menu__box {
      position: fixed;
      top: 0;
      /* --display: flex;-- */
      display: block;
      padding: 30px 30px 0 30px;
      width: 22px;
      height: 66px;
      z-index: 90;
      
    }
    .sp-menu__box span,
    .sp-menu__box span:before,
    .sp-menu__box span:after {
      content: "";
      display: block;
      height: 1px;
      width: 21px;
      background: #000000;
      position: absolute;
    }
    .sp-menu__box span:before {
      bottom: 7px;
    }
    .sp-menu__box span:after {
      top: 7px;
    }
    #sp-menu__check {
      display: none;
    }
  
    /* バツ印に変形 */
    #sp-menu__check:checked ~ .sp-menu__box span {
      background: rgba(255, 255, 255, 0);
    }
    #sp-menu__check:checked ~ .sp-menu__box span::before {
      bottom: 0;
      transform: rotate(45deg);
    }
    #sp-menu__check:checked ~ .sp-menu__box span::after {
      top: 0;
      transform: rotate(-45deg);
    }
  

    /* PC・SP共通 メニュー */

    .sp-menu {
        position: relative;
    
    }


    /* メニューの動き指定 */

    #sp-menu__check:checked ~ .sp-menu__content {
        left: 0;
        opacity: 1;       
      }
    


    .sp-menu__content {
    width: 280px;
    height: 100%;

    position: absolute;
    top: 0;
    left: -290px;

    opacity: 0;

    background-color: #99D45C;
    transition: all 0.1s;
    }
  
  
    .sp-menu__item {
        text-align: left;
        padding: 55px 0 100px 9.7%;
        background-color: #99D45C;
    }





  
  /* ------------------------
  ドラセナ ロゴ
  ------------------------ */
  .rogo_header {
      text-align: center;
  }
  
  .rogo_header img {
      width: 71px;
      padding-top: 12px;
  }
  
  
  
  /* ------------------------
  SNS
  ------------------------ */
  
  /* -----　SNS　---- */
  .sns_header {
      position: absolute;
      right: 0;
      padding-right: 30px;
  
      top: 55%;
      transform: translateY(-50%);
  
      display: flex;
      gap: 20px;
  
  }
  
  
  /* -----　インスタ　---- */
  .inst_header {
      width: 21px;
      list-style:none
  }
  
  
  /* -----　FaceBook　---- */
  .fb_header {
      width: 22px;
      list-style:none
  }
  
  
  
  
  /* ------------------------
  メニュー レイアウト設定・文字設定
  ------------------------ */


/* ----　見出し 文字設定　---- */
h6 {
    font-size: 1.25em;
    font-weight: bold;
    line-height: 1.8;
    letter-spacing: 0.02em;
    margin-top: 15px;
}


/* ----　本文 文字設定　---- */
.sp-menu__item li {
    font-size: 1em;
    line-height: 2;
    letter-spacing: 0.02em;
    list-style: none;
}


/* ----　aタグ設定　---- */
a {
    text-decoration: none;
    color: black;
  }  


/* -----------------------------------------------
全ページ共通　ここまで
----------------------------------------------- */




/* ------------------------
what's ドラセナ
------------------------ */

/* -----　what's ドラセナ　キービジュアル　---- */

.kv {

}

.p1-kv {
    width: 93%;
    margin-top: 89px;
}

.p1-tittle {
    width: 66%;
    height: auto;
    margin-top: 59px;
    text-align: left;
    padding-left: 9.6%;
}


/* -----　what's ドラセナ　コピー　---- */
.what_copy dt {
    font-size: 1.625em;
    font-weight: bold;
    margin-top: 38.3px;
    text-align: left;
    padding-left: 9.6%;
}

.what_copy dd {
    font-size: 1.375em;
    line-height: 1.68;
    letter-spacing: 0.02em;
    text-align: justify;
    text-justify: inter-ideograph;
    margin-top: 38.3px;
    padding: 0 9.6% 0 9.6%;
}




/* -----　what's ドラセナ　オトナフォト　---- */

.otona_ph {
    margin: 0 auto;
    width: 90%;
}

.otona_ph-01 {
    margin-top: 90px;
}

.otona_ph-02,.otona_ph-03 {
    margin-top: 20px;
}

.otona_ph-04 {
    margin: 20px 0 120px 0;
}






/* ------------------------
スタッフ
------------------------ */

/* -----　アンカーリンク ずらし　---- */
#jump-staff {
    padding-top: 140px;
    margin-top: -140px;
}


.staff {
    background-color: #A0EDEA;
    padding: 120px 0 120px 0;

}

.staff h3 p {
    font-size: 1.125em;
    text-align: center;
}

.staff-name {
    width: 40%;
    margin: 0 auto;
    margin-top: 19px;
}

.staff-ph {
    width: 73%;
    margin: 0 auto;
    margin-top: 40px;
}


.staff dt {
    font-size: 1.375em;
    font-weight: bold;
    margin-top: 38.3px;
    text-align: left;
    padding-left: 9.6%;
}

.staff dd {
    font-size: 1.375em;
    line-height: 1.68;
    letter-spacing: 0.02em;
    text-align: justify;
    text-justify: inter-ideograph;
    margin-top: 30px;
    padding: 0 9.6% 0 9.6%;
}




/* ------------------------
オブザベ
------------------------ */



.observation {
    background-color: #83AFE8;
    padding: 120px 0 120px 0;
}

.observation-tittle {
    width: 58%;
    margin: 0 auto;
}

.observation-copy {
    text-align: justify;
    text-justify: inter-ideograph;
    margin-top: 38.3px;
    padding: 0 9.6% 0 9.6%;
}

.observation_ph {
    width: 80%;
    margin: 40px auto 0 auto;
}

.wall-110_ph,.wall-120-160_ph {
    margin-top: 20px;
}



/* ----- SNS 誘導 ------- */
.sns-induction {
    margin: 79px 0 0 0 ;   
}

/* ----- SNS コピー ------- */
.sns-induction p {
    font-weight: bold;
    text-align: center;
    margin-bottom: 34px;
} 

/* ----- SNS ボタン ------- */

.insta_fb_btn {
    display: flex;
    gap: 30px;
    justify-content: center;
}

.inst1,.fb1 {
    width: 3.125em;
}








/* ------------------------
フッター
------------------------ */

/* ----- フッター全体 ------- */
.footer {
    background-color: #99D45C;
    padding: 78px 0 60px 10%;
}

/* ----- フッターメニュー ------- */

.footer-menu {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 120px;
    width: 300px;
}

.footer-menu li {
    font-size: 1em;
    line-height: 2.5em;
    letter-spacing: 0.02em;
}


/* ----- SNS ------- */
.footer_sns {
    margin: 25px 0 40px 0;
    display: flex;
    gap: 20px;
}

.footer_sns img:first-child {
    width: 1.313em;
}

.footer_sns img:nth-child(2) {
    width: 1.313em;
}


/* ----- その他 ------- */
.footer_p p:first-child {
        font-size: 0.875em;
        line-height: 1.286em;
        letter-spacing: 0.02em;
        margin-bottom: 15px;
        }
    
.footer_p p:nth-child(2) {
        font-size: 0.75em;
        letter-spacing: 0.02em;
    }

