@charset "UTF-8";
#Anniv10th{
  color: #2A2828;
  background-image: url(https://mangaz-static.j-comi.jp/images/promo/10th/bg_pc.jpg);
  background-attachment: fixed;
  background-size:cover;

  img{height: auto;}
  a{color: dodgerblue;}
  p{
    font-size: 15px;
    line-height: 1.6;
  }
  p + p{
    margin-top: 16px;
  }
  .fs-small{font-size: 12px;}
  .mt-40{margin-top: 40px;}
  .mb-24{margin-bottom: 24px;}
  .mb-40{margin-bottom: 40px;}

  .box{
    width: 100%;
    max-width: 640px;
    padding: 0 16px;
    box-sizing: border-box;
    margin: 0 auto;
  }

  h2{
    text-align: center;
    padding: 32px 0;
    img{
      width: calc(vw - 32px);
    }
  }
  .button_primary{
    margin-bottom: 12px;
    a{
      box-sizing: border-box;
      display: block;
      width: 100%;
      padding: 10px 0;
      text-align: center;
      background: linear-gradient(92.29deg, #FFC859 0%, #FFA125 100%);
      box-shadow: 0px 4px 0px #FE9000;
      border-radius: 30px;
      color: #fff;
      text-shadow: 0px 0px 2px #FE5900;
      font-weight: bold;
    }
  }

  .renewal{
    padding: 24px 0;
    p{padding: 0 16px;}
    .visual{text-align: center; margin-bottom: 24px;}
    h3 img{
      width: 90%;
    }
  }

  .point{
    margin-top: 32px;
    h3{
      text-align: center;
      margin-left: 16px;
      margin-bottom: 16px;
    }
    h4{
        margin-top: 24px;
        font-weight: bold;
        font-size: 18px;
        margin: 32px 16px 16px;
        border-bottom: 2px solid #FE9000;
        color: #FE9000;
      }
    h5{
      font-weight: bold;
      padding: 0 16px;
      margin-bottom: 4px;
      font-size: 16px;
    }
      p,ul{
        padding: 0 16px;
      }
      ul{
        margin-bottom: 24px;
        li{
          list-style: disc inside;
          margin-bottom: 4px;
        }
      }
  }

  .exchange , .pdf{
    margin-top: 32px;
    h3{
      text-align: center;
      margin-bottom: 16px;
    }
  }
  .exchange{
    .visual img{
      width: 100%;
    }
  }

  .campaign{
    h3 img{
      width: 100%;
    }
    .download{
      h4{
        margin-top: 24px;
        font-weight: bold;
        font-size: 15px;
        margin-bottom: 8px;
      }
      h4,p,ul{
        padding: 0 16px;
      }
      ul{
        margin-bottom: 24px;
        li{
          list-style: disc inside;
          margin-bottom: 4px;
        }
      }
    }
    .bonus{
      padding: 48px 16px 24px 16px;
      h3{
        margin-bottom: 8px;
      }
      h3 img{
        width: 80%;
        height: auto;
      }
    }
    .howto{
      padding: 0 16px 24px;
      h3 img{
        height: 25px;
        width: auto;
      }
    }
  }

  .tabs {
    max-width: 640px;
    margin: 40px auto;
  }

  .tab-list {
    display: flex;
    border-bottom:1px solid #FFA62C
  }

  .tab-item {
    border-radius: 5px 5px 0 0;
    background-color: #fff;
    border: solid 1px #FFA62C;
    border-bottom: 1px solid #fff;
    padding: 8px 0;
    cursor: pointer;
    color: #FFA62C;
    font-weight: bold;
    text-align: center;
    width: 100%;
    line-height: 1.2;
    font-size: 12px;
  }

  .tab-item:first-child{
    margin-left: 16px;
    margin-right: 3px;
  }
  .tab-item:last-child{
    margin-left: 3px;
    margin-right: 16px;
  }

  .tab-item.active {
    background-color: #FFA62C;
    border-bottom: 1px solid #FFA62C;
    color: #fff;
  }

  .tab-panel {
    display: none;
  }

  .tab-panel.active {
    display: block;
  }
}

