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


/* ------------------------
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;
    }

    .top-animation {
        max-width: 400px;
        height: auto;
    }


/* ------------------------
PC用キービジュアル　ここから
------------------------ */

.kv {
    position: relative;
    margin-top: 66px;
    height: 711px;
    top: 0;
}

.kv-tittle {
    width: 77%;
    position: absolute;
    left: 7%;
    top: 12%;
    z-index: 30;
}

.top-animation {
    position: relative;
    width: 100%;
    height: 711px;
    overflow: hidden;
}

.hero__bg {
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 711px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    animation: anime 15s 0s infinite;
}

.hero__bg:nth-of-type(1) {
    animation-delay: 12s;
}

.hero__bg:nth-of-type(2) {
    animation-delay: 9s;
}

.hero__bg:nth-of-type(3) {
    animation-delay: 6s;
}

.hero__bg:nth-of-type(4) {
    animation-delay: 3s;
}


@keyframes anime {
    0% { opacity: 0; }
    7% { opacity: 1; }
    100% { opacity: 1; 
        z-index: 9;}
}


/* ------------------------
キービジュアル　ここまで
------------------------ */

}



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

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


/* ------------------------
SP用キービジュアル　ここから
------------------------ */

.kv {
    position: relative;
    margin-top: 66px;
    height: calc(100vh - 66px);
    top: 0;
}

.kv-tittle {
    width: 77%;
    position: absolute;
    left: 7%;
    top: 12%;
    z-index: 30;
}

.top-animation {
    position: relative;
    width: 100%;
    height: calc(100vh - 66px);
    overflow: hidden;
}

.hero__bg {
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: calc(100vh - 66px);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    animation: anime 15s 0s infinite;
}

.hero__bg:nth-of-type(1) {
    animation-delay: 12s;
}

.hero__bg:nth-of-type(2) {
    animation-delay: 9s;
}

.hero__bg:nth-of-type(3) {
    animation-delay: 6s;
}

.hero__bg:nth-of-type(4) {
    animation-delay: 3s;
}


@keyframes anime {
    0% { opacity: 0; }
    7% { opacity: 1; }
    100% { opacity: 1; 
        z-index: 9;}
}


/* ------------------------
キービジュアル　ここまで
------------------------ */
}




  
  /* ------------------------
  ヘッダー
  ------------------------ */
  
    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;
    }
  


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











/* ------------------------
ステートメント
------------------------ */

.statement{

}

.statement p {
    font-weight: bold;
    font-size: 1.625em;
    line-height: 2.23;
    letter-spacing: 0.025em;
    padding-top: 142px;
}

.statement img {
    width: 7.375em;
    margin: 102px auto 160px auto;
}



/* ------------------------
ショップフォト1
------------------------ */

.shop_photo_1 img {
    width: 100%;
}



/* ------------------------
休日&平日
------------------------ */


/* ----- 休日 ------- */

.weekend-img {
    width: 68%;
    margin-top: 120px;
}

.weekend-copy {
    width: 52%;
    margin-top: 30px;
}

.weekend p {
    margin: 30px 0;
}

.weekend a {
    font-size: 1.25em;
    color: #ffffff;
    background-color: #FCA82B;
    display: block;
    margin: 0 auto;
    line-height: 3;
    width: 273px;
    height: 62px;
    border-radius: 31px;
}

.weekend a:hover {
    background-color: #e19523;
}


/* ----- 平日 ------- */

.weekday-img {
    width: 64%;
    margin-top: 120px;
}

.weekday-copy {
    width: 53%;
    margin-top: 30px;
}

.weekday p {
    margin: 30px 0;
}

.weekday a {
    font-size: 1.25em;
    color: #ffffff;
    background-color: #2F87FB;
    display: block;
    margin: 0 auto 120px auto;
    line-height: 3;
    width: 273px;
    height: 62px;
    border-radius: 31px;
}

.weekday a:hover {
    background-color: #2a7de8;
}




/* ------------------------
ビギナー
------------------------ */


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


.forbeginner {
    background-color: #1DB257;
    padding: 120px 0;
}

.forbeginner h3 img {
    /* ----- For Beginner ------- */
    width: 70%;
}

.forbeginner dt {
    /* ----- 見出し ------- */
    font-size: 1.5em;
    font-weight: bold;
    color: #ffffff;
    margin-top: 22px;
}

.forbeginner dd {
    /* ----- 本文 ------- */
    font-size: 1.375em;
    color: #ffffff;
    line-height: 1.68;
    padding: 0 9%;
    text-align: justify;
    margin-top: 52px;
}

.rental-shoes {
    /* ----- シューズ写真 ------- */
    width: 58%;
    margin-top: 60px;
}

.forbeginner p {
    /* ----- text ------- */
    font-weight: bold;
    color: #ffffff;
    margin-top: 30px;
}

.forbeginner p span {
    font-weight: 400;
}



/* ------------------------
コミュニティ
------------------------ */

.community {
    background-color: #FDDD46;
    padding: 120px 0;
}

.community h4 {
    font-size: 1.625em;
}

.community p {
    font-size: 1.375em;
    line-height: 1.68;
    margin-top: 33px;
}

.community img {
    width: 80%;
    margin-top: 33px;
}




/* ------------------------
Topics
------------------------ */

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

.topics {
    background-color: #ffffff;
    padding-top: 120px;
}

/* ----- Topicsタイトル ------- */
.topics h3 img {

    margin-bottom: 3.75em;
    width: 9.063em;
}

/* ----- インスタ張り込み ------- */

.insta-embedded {
    width: 90%;
    margin: 0 auto;
}


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

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

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

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

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








/* ------------------------
ショップフォト2
------------------------ */

.shop_photo_2 img {
    width: 100%;
    height: auto;
    position: relative;
    top: 1px;
}



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

/* ----- フッター全体 ------- */
.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;
    }
        
    