/* ----------------------------------------
Components
---------------------------------------- */

/* ----------------------------------------
PC
---------------------------------------- */
@media screen and (min-width:769px) {
  /* components */
  .mini-sp {
    display: none;
  }

  /* fv */
  .hero {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 400px;
    padding-top: 120px;
    margin-bottom: 0;
  }
  .hero-inner {
    position: absolute;
    left: 50%;
    margin-left: -1000px;
    width: 2000px;
  }

  /* main-content */
  .main-content {
    padding: 40px 20px 0;
  }
  .inner-content {
    max-width: 1080px;
    margin: auto;
  }
  .ttl-page {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 4px solid #eb7198;
    font-size: 24px;
  }
  .header-sect {
    padding-top: 40px;
  }
  .ttl-sect {
    text-align: center;
    line-height: 1.0;
  }
  .bct {
    font-family: Helvetica Neue, Helvetica, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
    font-size: 44px;
    color: #e97196;
    font-weight: bold;
  }
  .bct-l {
    margin-right: 40px;
  }
  .bct-r {
    margin-left: 40px;
  }
  .lead-sect {
    margin-top: 20px;
    text-align: center;
    font-size: 18px;
    line-height: 1.8;
  }

  .content-sect {
    margin: 60px 0 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .content-sect div {
    width: 46%;
    margin-bottom: 60px;
    position: relative;
  }
  .ph-ttl {
    color: #eb7198;
    font-weight: bold;
    margin: 3% 0 1.6%;
  }
  .ph-cap {
    font-size: 14px;
    line-height: 1.8;
  }

  .new {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 20px;
    left: 20px;
  }

}

/* ----------------------------------------
SP
---------------------------------------- */
@media screen and (max-width:768px) {
  /* components */
  .mini-sp {
    display: none;
  }
  .sp {
    display: initial;
  }


  /* header */


  /* FV */
  .hero {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(84px + 4vw);
    margin-bottom: 0;

  }
  .hero-inner {
    position: relative;
    width: 100%;
  }

  /* main-content */
  .main-content {
    padding: 3% 3% 0;
  }
  .ttl-page {
    padding-bottom: 10px;
    margin-bottom: 8%;
    border-bottom: 4px solid #eb7198;
    font-size: 6vw;
  }
  .header-sect {
    white-space: nowrap;
  }
  .lead-sect {
    margin: 6% 6% 0;
    font-size: 4.5vw;
    text-align: center;
    white-space: normal;
  }
  .bct {
    font-family: Helvetica Neue, Helvetica, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
    color: #e97196;
    font-weight: bold;
    font-size: 9vw;
  }
  .bct-l {
    margin-right: 6vw;
  }
  .bct-r {
    margin-left: 6vw;
  }
  .ttl-sect {
    text-align: center;
    font-size: 7vw;
    line-height: 1.0;
  }

  .content-sect {
    margin: 30px 0 80px;
  }
  .content-sect div {
    width: 94%;
    margin: 0 auto 30px;
    position: relative;
  }
  .ph-ttl {
    color: #eb7198;
    font-weight: bold;
    margin: 4% 0 1%;
    font-size: 20px;
  }
  .ph-cap {
    font-size: 14px;
    line-height: 1.8;
  }

  .new {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 20px;
    left: 20px;
  }

}

/* ----------------------------------------
mini-SP
---------------------------------------- */
@media screen and (max-width:479px) {
  .mini-sp {
    display: block;
  }
  .not-mini-sp {
    display: none;
  }
}
