@charset "UTF-8";
/* ==================================================
  特集ページ　レスポンシブ専用CSS
  コンテンツ幅 992px

  デスクトップ 1025px以上
  タブレット 768~1024px
  スマホ 767px以下

  ※font-family: 'Noto Sans JP'; 使えます
  ※画像遅延読み込み <img class="lazyload" data-src="" alt=""> で使えます
================================================== */

/* ------------------------------
  共通
------------------------------ */
* img {
  width: auto;
  max-width: 100%;
}
/* フル画像トリミング（レスポンシブ用） */
.simpleMv--full .simpleMv__img {
  object-fit: cover;
}
.heading--title {
    font-size: 26px;
    font-weight: 900;
}
.cp-text{
    display: flex;
    flex-wrap: wrap;
    -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
    align-items: center; /* 縦方向中央揃え */
    -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
    justify-content: center; /* 横方向中央揃え */
}
.cp-text p{
    width: 85%;
    font-size: 21px;
}
.cp-text p:first-child{
    font-family: essonnes-display, serif;
    font-weight: 700;
    font-style: italic;
    width: 15%;
    font-size: 35px;
    text-align: center;
    vertical-align: middle;
    color: #81acc9;
}
.cp-double{
    border: #81acc9 solid 3px;
    padding: 1%;
    margin: 2% auto;    
}
.cp-double p{
    font-size: 20px;
}
.cp-double p:first-child{
    font-size: 18px;
    font-weight: bold;
    position: relative;
    padding: 0.6em;
    margin-bottom: 1em;
    background-color: #81acc9;
    color: #ffffff;
}
.cp-double p:first-child:after{
    position: absolute;
    content: '';
    top: 99%;
    left: 25px;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-top: 15px solid #81acc9;
}
span.b-border{
    background: linear-gradient(transparent 60%, #ececf4 60%);
}
span.b-wave{
    border-bottom: 3px #81acc9 dashed;
}
#cpn-info h2{
    
}
#cpn-info p{
    text-align: center;
    font-size: 20px;
    margin-bottom: 3%;
}
#cpn-warning p{
    max-width: 800px;
    margin: auto;
}
.pc-area{
    display:block;   
}
.smp-area{
    display:none;   
}
.card__img {
    width: 100%;
    object-fit: cover;
    height: 184px;
}
.card__inner {
    flex: 1 1 auto;
}
/* ------------------------------
  タブレットのみ
------------------------------ */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  /* ここに記入 */
}



/* ------------------------------
  タブレット以下
------------------------------ */
@media screen and (max-width: 1024px) {
  .breadcrumb {
    width: 100%;
  }
  .section__container {
    width: 100%;
  }
  .goTop__img--pc {
    display: none;
  }
  .goTop__img--sp {
    display: block;
  }
    .pc-area{
     display:none;   
    }
    .smp-area{
     display:block;   
    }
    .simpleMv--full {
        height: auto;
    }
}


/* ------------------------------
  スマホ以下
------------------------------ */
@media screen and (max-width: 600px) {
    .cp-text p:first-child{
        width:100%;
    }
    .cp-text p {
        width: 100%;
        font-size: 18px;
        margin: 2% auto;
        text-align: center;
    }
    .cp-double p {
        font-size: 18px;
        line-height: 2;
    }
    .cp-double p:first-child {
        margin-bottom: 1em;
    }
    #cpn-info h2 {
        margin-top: 25px;
    }
}



/* ------------------------------
  デスクトップ以上
------------------------------ */
@media screen and (min-width: 1025px) {
  .goTop__img--pc {
    display: block;
  }
  .goTop__img--sp {
    display: none;
  }
}
