/* ----------------------------------------
Components
---------------------------------------- */

/* ----------------------------------------
PC
---------------------------------------- */
@media screen and (min-width:769px) {
  /* components */
  .mini-sp {
    display: none;
  }
  .area-btn {
    text-align: center;
    margin: 40px 0 120px;
  }
  .btn-pink01 {
    width: 275px;
    height: 52px;
    border-radius: 50px;
    background-color: #eb7198;
    -webkit-box-shadow: 0 5px 0 0 #ddd;
    box-shadow: 0 5px 0 0 #ddd;
    color: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
    font-size: 16px;
    font-weight: bold;
  }
  .btn-pink01 > .fas {
    margin-left: 15px;
  }

  .chapter {
    padding: 60px 0 40px;
  }
  .ttl-chapter {
    text-align: center;
  }
  .text-chapter {
    margin: 40px 40px 20px;
    line-height: 1.8;
    font-size: 16px;
  }

  /* 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 60px;
  }
  .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;
  }
  .header-sect .serif {
    font-family: "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", sefif !important;
    display: block;
    margin-bottom: 40px;
    font-size: 1rem;
    color: #e97196;
    text-align: center;
  }
  .article-type {
    margin: 60px auto 80px;
    font-size: 1rem;
    text-align: center;
  }
  .article-type li {
    margin-right: 20px;
    padding-left: 20px;
    display: inline;
    position: relative;
  }
  .article-type li:last-child {
    margin-right: 0;
  }
  .article-type li:before {
    font-family: "Font Awesome 5 Free";
    content: '\f0d7';
    font-size: 16px;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    margin: auto;
    text-align: center;
    font-weight: 900;
    line-height: 1.3;
    color: #e97196;
  }
  .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;
  }

  .chapter-01 {
    border: 8px solid #e97196;
    position: relative;
  }
  .chapter {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .ttl-chapter-01 {
    position: absolute;
    width: 270px;
    right: 0;
    left: 0;
    top: -30px;
    margin: auto;
  }
  .chapter-01 .more-detail {
    background-color: #e97196;
    padding: 20px 25px;
    color: #fff;
    font-size: 16px;
    line-height: 1.8;
  }
  .img-m-dtl {
    margin: 40px auto 0;
    max-width: 970px;
    max-height: 647px;
    display: block;
  }

  .chapter-02 {
    border: 8px solid #1eb0e9;
    position: relative;
  }
  .ttl-chapter-02 {
    position: absolute;
    width: 520px;
    right: 0;
    left: 0;
    top: -30px;
    margin: auto;
  }
  .chapter-02 .more-detail {
    background-color: #1eb0e9;
    padding: 20px 25px;
    color: #fff;
    font-size: 16px;
    line-height: 1.8;
  }
  .chap-02-ph {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }
  .chap-02-ph img {
    width: auto;
    height: 209px;
  }

  .chapter-03 {
    border: 8px solid #f7a859;
    position: relative;
  }
  .ttl-chapter-03 {
    position: absolute;
    width: 671px;
    height: 53px;
    right: 0;
    left: 0;
    top: -30px;
    margin: auto;
  }
  .chapter-03 .text-chapter {
    margin-top: 0;
  }

  #type-01, #type-02, #type-03 {
    padding-top: 150px;
    margin-top: -150px;
    display: block;
  }

}

#type-02 {
  margin-bottom: 150px;
}

/* ----------------------------------------
SP
---------------------------------------- */
@media screen and (max-width:768px) {
  /* components */
  .mini-sp {
    display: none;
  }
  .sp {
    display: initial;
  }

  .area-btn {
    text-align: center;
    margin: 30px 0 40px;
  }
  .btn-pink01 {
    width: 70vw;
    height: 12vw;
    border-radius: 6vw;
    background-color: #eb7198;
    -webkit-box-shadow: 0 5px 0 0 #ddd;
    box-shadow: 0 5px 0 0 #ddd;
    color: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
    font-size: 4vw;
    font-weight: bold;
  }
  .btn-pink01 > .fas {
    margin-left: 15px;
  }

  .chapter {
    padding-top: 25px;
  }
  .ttl-chapter {
    font-size: 5vw;
    text-align: center;
  }
  .text-chapter {
    margin: 6% 25px;
    line-height: 1.8;
    font-size: 14px;
  }

  .line-chapter {
    margin: 0;
    width: 100vw;
    height: 4px;
    margin-left: calc((100vw - 100%) / -2);
    margin-right: calc((100vw - 100%) / -2);
    max-width: auto;
    max-width: initial;
    border: none;
}


  /* 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% 0;
  }
  .ttl-page {
    padding-bottom: 10px;
    margin: 0 3% 8%;
    border-bottom: 4px solid #eb7198;
    font-size: 6vw;
  }
  .header-sect {
    white-space: nowrap;
  }
  .header-sect .serif {
    font-family: "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", sefif !important;
    display: block;
    margin-bottom: 25px;
    font-size: 1rem;
    color: #e97196;
    text-align: center;
  }
  .article-type {
    margin: 40px auto;
    font-size: 12px;
    text-align: center;
  }
  .article-type li {
    margin-right: 20px;
    padding-left: 12px;
    display: inline;
    position: relative;
  }
  .article-type li:last-child {
    margin-right: 0;
  }
  .article-type li:before {
    font-family: "Font Awesome 5 Free";
    content: '\f0d7';
    font-size: 12px;
    position: absolute;
    width: 10px;
    height: 10px;
    top: 0;
    left: 0;
    margin: auto;
    text-align: center;
    font-weight: 900;
    line-height: 1.3;
    color: #e97196;
  }
  .lead-sect {
    margin: 6% 3% 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: 5vw;
  }
  .bct-r {
    margin-left: 5vw;
  }
  .ttl-sect {
    text-align: center;
    font-size: 7vw;
    line-height: 1.0;
  }
  .content-sect {
    padding: 0
  }

  .lc-01 {
    background-color: #e97196;
  }
  .ttl-chapter-01 {
    width: 124px;
    height: auto;
    margin: 0 auto 25px;
    display: block;
  }
  .chapter-01 .more-detail {
    background-color: #e97196;
    padding: 25px;
    color: #fff;
    font-size: 14px;
    line-height: 1.8;
  }
  .img-m-dtl-sp-01 {
    margin-bottom: 30px;
  }
  .img-m-dtl-sp-02 {
    width: 95%;
    height: auto;
    margin: 0 auto;
    display: block;
  }

  .lc-02 {
    background-color: #1eb0e9;
  }
  .ttl-chapter-02 {
    width: 286px;
    height: auto;
    margin: 0 auto 25px;
    display: block;
  }
  .chapter-02 .more-detail {
    background-color: #1eb0e9;
    padding: 25px;
    color: #fff;
    font-size: 14px;
    line-height: 1.8;
  }
  .chap-02-ph img {
    width: 80%;
    margin: 0 auto 20px;
    display: block;
  }
  .chap-02-ph img:last-child {
    margin-bottom: 30px;
  }

  .lc-03 {
    background-color: #f7a859;
  }
  .ttl-chapter-03 {
    width: 335px;
    height: auto;
    margin: 0 auto 25px;
    display: block;
  }
  .chapter-03 .text-chapter {
    margin-top: 0;
  }

  #type-01, #type-02, #type-03 {
    padding-top: 60px;
    margin-top: -60px;
    display: block;
}

}

/* ----------------------------------------
mini-SP
---------------------------------------- */
@media screen and (max-width:479px) {
  .mini-sp {
    display: block;
  }
  .not-mini-sp {
    display: none;
  }
}
