@charset "utf-8";
/* このシートは全て田村が担当しています */

/* PC ここから */

  body {
      width: 100%;
    }
    
    /* ヘッダー */
    header {
      width: 100%;
      background-color: #ffffff;
      height: 80px;
    }
    #headerContentsBlock {
      width: 70%;
      display: flex;
      margin: 0 auto;
    }
    #mainlogo {
      margin-top: 20px;
    }
    #shop_login {
      display: flex;
      margin-left: auto;
    }
    #onlineShop {
      margin-top: 24px;
      margin-right: 60px;
    }
    #login {
      margin-top: 15px;
    }
    
    /* ナビゲーション（PC用） */
    nav {
      height: 45px;
      background-color: #cdc3ca;
    }
    nav ul {
      display: table;
      margin: 0 auto;
      padding: 0;
      width: 70%;
      text-align: center;
    }
    nav li {
      display: table-cell;
      min-width: 50px;
    }
    nav a {
      display: block;
      width: 100%;
      text-decoration: none;
      color: #555;
      padding-top: 8px;
      padding-bottom: 3px;
      font-size: 20px;
    }
    nav li.current {
      border-bottom: 6px solid #ffffff;
    }
    nav li:hover {
      color: #f636ff;
      border-bottom: 6px solid #f636ff;
    }
    .mobile-only {
      display: none;
    }


  /* ハンバーガーアイコン（スマホのみ） */
  .hamburger {
      display: none;
    }
    
    /* フッター */
    footer {
      width: 100%;
      height: 40px;
      background-color: #cdc3ca;
      text-align: center;
      padding-top: 5px;
      font-size: 20px;
    }
  /* main1エリア共通 */
  #main1{
    text-align: center;
  }
  /* メインビジュアル */
  #main1 h1 #pcmainpic{
      width: 100%;
      margin-bottom: 100px;
  }
  #main1 h1 #spmainpic{
    display: none;
  }
  /* キャッチコピー */
  #main1 h2{
      font-size: 40px;
      letter-spacing: 0.2em;
  }
  /* 下線 */
  #borderline{
      border: solid 0.5px #383737;
      width: 600px;
      margin: 0 auto 30px;
  }
  /* 案内文 */
  #announcement{
      font-size: 20px;
      margin-bottom: 60px;
  }
  /* 6大特典タイトル */
  #tokutenTitle{
      text-align: center;
      margin-bottom: 50px;
  }
  /* 6大特典 */
  #tokuten{
      width: 1000px;
      margin: 0 auto 150px;
  }
  /* 6大特典画像 */
  #tokuten img{
      width: 280px;
      margin: 10px;
  }
  /* 会員情報入力画面遷移ボタン*/
  .memberInput{
      text-align: center;
  }
  .memberInput img{
      width: 450px;
      margin: 0 auto 100px;
  }
  .memberInput img:hover{
      opacity: 0.7;
  }
  /* main2エリア共通 */
  #main2{
      width: 100%;
      height: 4000px;
      background-image: url(../img/kaiinbackground.png);
      background-repeat: no-repeat;
      background-position: top center;
  }
  /* 特典詳細説明 */
  #detailBlock{
      width: 1000px;
      margin: 0 auto;
      padding-top: 300px;
  }

  #detailBlock .title{
      text-align: center;
      letter-spacing: 0.2em;
  }
  #detailBlock .title p{
      font-size: 30px;
      font-weight: 500;
      margin-bottom: 5px;
  }
  #detailBlock .title .borderlina2{
      border: solid 0.5px #383737;
      width: 550px;
      margin: 0 auto 30px;
  }
  /* 左寄せ構成 */
  #detailBlock .leftBenefits{
      margin-bottom: 250px;
      position: relative;
  }
  #detailBlock .leftBenefits>p{
      display: block;
      width: 600px;
      margin-left: 300px;
      line-height: 2;
  }
  #one::before{
      content: url(../img/tokuten1_image.png);
      position: absolute;
      left: -170px;
      bottom: -60px;
      width: 200px;
  }
  #three::before{
      content: url(../img/tokuten3_image.png);
      position: absolute;
      left: -170px;
      bottom: -60px;
  }
  #five::before{
      content: url(../img/tokuten5_image.png);
      position: absolute;
      left: -170px;
      bottom: -90px;
  }
  /* 右寄せ構成 */
  #detailBlock .rightBenefits{
      margin-bottom: 250px;
      position: relative;
  }
  #detailBlock .rightBenefits>p{
      display: block;
      width: 600px;
      margin-left: 150px;
      line-height: 2;
  }
  #two::after{
      content: url(../img/tokuten2_image.png);
      position: absolute;
      right: -170px;
      bottom: -150px;
  }
  #four::after{
      content: url(../img/tokuten4_image.png);
      position: absolute;
      right: -170px;
      bottom: -140px;
  }
  #six::after{
      content: url(../img/tokuten6_image.png);
      position: absolute;
      right: -170px;
      bottom: -90px;
  }

  /* クロージング */
  #closing{
      text-align: center;
  }
  #closing img{
      margin-bottom: 80px;
  }
  #closing p{
      margin-bottom: 120px;
      font-size: 20px;
      font-weight: 500;
      line-height: 2.5;
      letter-spacing: 0.2em;
  }

  /* ページtopに戻るボタン */
  html {
    scroll-behavior: smooth;
  }

  .backTop{
    position: fixed;
    top: 85%;
    right: 40px;
    width: 70px;
  }

/* PC ここまで */

/* スマホ用スタイル（画面幅480px以下） */
@media screen and (max-width: 480px) {
  /* Bootstrapの影響打ち消し */
  /* * {
    all: unset;
    box-sizing: border-box;
  } */

  body {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    background-color: #fff;
  }

  header {
    background-color: #fff;
    height: 60px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #headerContentsBlock {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #mainlogo img {
    height: 40px;
    margin-bottom: 20px;  
    /* ↑後から追加みんなにアナウンス */
  }

  #shop_login {
    display: none;
  }

  .hamburger {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 30px;
    height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    z-index: 1001;
  }

  .hamburger span {
    display: block;
    height: 2px;
    background: #000;
    border-radius: 1px;
  }

  /* ナビゲーションの設定（スマホ表示時） */
  nav {
    display: none;
    flex-direction: column;
    width: 100%;
    position: fixed;
    top: 60px; /* ヘッダーの高さに合わせる */
    left: 0;
    z-index: 1000;
    padding-top: 20px;
    padding-bottom: 20px; /* メニューが画面いっぱいに広がらないように余白を設定 */
  }

  nav.active {
    display: flex;
  }

  nav ul {
    width: 100%; /* メニューの横幅を100%にする */
  }

  nav li {
    display: block;
    list-style: none;
    text-align: center;
    height: 60px;
    padding: 20px 0;
    border-bottom: 1px solid #aaa; /* メニュー項目の間に罫線 */
    background-color: #ffffffe4;
  }

  nav li:hover {
    background-color: #f685fc;
  }

  nav li a {
    text-decoration: none;
    color: #3f3e3e;
    font-size: 16px;
  }

  nav li a:hover {
    color: #ffffff;
    font-weight: 500;
  }

  nav li.mobile-only {
    display: block;
  }

  nav li.current {
    background-color: #dddcdc;
  }

  /* スクロール禁止 */
  body.no-scroll {
    overflow: hidden;
  }

  /* メインイメージ */
   /* メインビジュアル */
  #main1 h1 #pcmainpic{
    display: none;
  }
  #main1 h1 #spmainpic{
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
  /* キャッチコピー */
  #main1 h2{
    display: block;
    margin: 50px auto 10px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.05em;
  }
  /* 下線 */
  #borderline{
    display: block;
    width: 85%;
    border: solid 1px #383737;
    margin-bottom: 10px;
  }
  /* 案内文 */
  #announcement{
    display: block;
    font-size: 14px;
    width: 80%;
    margin: 0 auto 60px;
    line-height: 1.5;
  }
  /* 6大特典タイトル */
  #tokutenTitle{
    display: block;
    width: 100%;
    margin: 20px auto;
  }
  #tokutenTitle img{
    width: 80%;
    margin: 0 auto;
  }
  /* 6大特典図非表示 */
  #tokuten{
    display: none;
  }
  /* ページ中間会員登録ボタン非表示 */
  #main1 .memberInput{
    display: none;
  }

  /* main2エリア共通 */
  #main2{
    display: block;
    width: 100%;
    background-image: url("");
    height: auto;
  }

  /* 特典詳細説明 */
  #detailBlock{
    display: block;
    width: 100%;
    margin: 0 auto;
    padding-top: 0;
  }
  #detailBlock .title{
    display: block;
    text-align: center;
    letter-spacing: 0.05em;
  }
  #detailBlock .title p{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
  }
  #detailBlock .title .borderlina2{
    display: block;
    border: solid 0.5px #383737;
    width: 90%;
    margin: 10px auto 30px;
  }
  /* 左寄せ構成 */
  #detailBlock .leftBenefits{
      display: block;
      width: 100%;
      margin-bottom: 30px;
      position: relative;
      text-align: center;
  }
  #detailBlock .leftBenefits>p{
      display: block;
      width: 80%;
      line-height: 1.5;
      margin: 350px auto 50px;
      font-size: 14px;
  }
  #one::before{
      content: '';/*何も入れない*/
      display: inline-block;
      width: 300px;/*画像の幅*/
      height: 300px;/*画像の高さ*/
      background-image: url(../img/tokuten1_image.png);
      background-size: contain;
      vertical-align: middle;
      left: 40px;
      bottom: 210px;
  }
  #three::before{
      content: '';/*何も入れない*/
      display: inline-block;
      width: 300px;/*画像の幅*/
      height: 300px;/*画像の高さ*/
      background-image: url(../img/tokuten3_image.png);
      background-size: contain;
      vertical-align: middle;
      left: 40px;
      bottom: 230px;
  }
  #five::before{
      content: '';/*何も入れない*/
      display: inline-block;
      width: 300px;/*画像の幅*/
      height: 300px;/*画像の高さ*/
      background-image: url(../img/tokuten5_image.png);
      background-size: contain;
      vertical-align: middle;
      left: 40px;
      bottom: 190px;
  }
  /* 右寄せ構成 */
  #detailBlock .rightBenefits{
      display: block;
      width: 100%;
      margin-bottom: 30px;
      position: relative;
      text-align: center;
  }
  #detailBlock .rightBenefits>p{
      display: block;
      width: 80%;
      line-height: 1.5;
      margin: 350px auto 50px;
      font-size: 14px;
  }
  #two::after{
    content: '';/*何も入れない*/
    display: inline-block;
    width: 300px;/*画像の幅*/
    height: 300px;/*画像の高さ*/
    background-image: url(../img/tokuten2_image.png);
    background-size: contain;
    vertical-align: middle;
    left: 40px;
    bottom: 100px;
  }
  #four::after{
    content: '';/*何も入れない*/
    display: inline-block;
    width: 300px;/*画像の幅*/
    height: 300px;/*画像の高さ*/
    background-image: url(../img/tokuten4_image.png);
    background-size: contain;
    vertical-align: middle;
    left: 40px;
    bottom: 150px;
  }
  #six::after{
    content: '';/*何も入れない*/
    display: inline-block;
    width: 300px;/*画像の幅*/
    height: 300px;/*画像の高さ*/
    background-image: url(../img/tokuten6_image.png);
    background-size: contain;
    vertical-align: middle;
    left: 40px;
    bottom: 210px;
  }

    /* クロージング */
    #closing{
      display: block;
      width: 100%;
      text-align: center;
    }
    #closing img{
        display: block;
        margin: 100px auto 50px;
        width: 60%;
    }
    #closing p{
        display: block;
        width: 65%;
        margin: 0 auto 100px;
        font-size: 14px;
        font-weight: 600;
        line-height: 2;
        letter-spacing: 0.01em;
    }

    /* 会員情報入力画面遷移ボタン*/
    .memberInput{
      display: block;
      text-align: center;
    }
    .memberInput img{
        width: 80%;
        margin: 0 auto 50px;
    }
    .memberInput img:hover{
        opacity: 0.7;
    } 


    /* ページtopに戻るボタン */
    html {
      scroll-behavior: smooth;
    }

    .backTop{
      display: block;
      position: fixed;
      top: 700px;
      right: 25px;
      width: 50px;
    }

    /* フッター */
    footer {

      width: 100%;
      margin: 0 auto;
    }
    footer>p{
      text-align: center;
      padding: 5px 0;
      background-color: #cdc3ca;
      margin-bottom: 0;
    }
  }