/*■■■■■■■■■■■■ PC用 ■■■■■■■■■■■■*/

/* 共通 */
:root {
  --main-color: #1B3CAF;
  --present-color: #F3F7FF;
  --white: #fff;
  --txt: #727171;
  --font: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  --font02:"Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
.c-ttl{
  max-width: 430px;
  margin: 0 auto 14px;
  background-color: var(--main-color);
  color: var(--white);
  font-weight: bold;
  font-size: 18px;
  padding: 8px 16px;
  box-sizing: border-box;
  text-align: center;
}
.c-txt{
  font-size: 18px;
  margin-bottom: 4px;
  font-weight: 500;
  color: var(--main-color);
}

/* /共通 */


/* 出し分け */
.pc- {
  display: block !important;
}
.sp- {
  display: none !important;
}
/* /出し分け */

.p-body{
  color: var(--txt);
  font-size: 16px;
}
.p-body img {
  width: 100%;
  vertical-align: bottom;
}
.p-mv{
  background: url(/img/e/sekkisei260701cp/mv-pc.jpg) center / cover no-repeat;
  width: 100%;
  aspect-ratio: 2 / 1;
}


/* p-lead */
.p-lead{
  margin: 2em 0 1em;
}
.p-lead_container{
  margin-bottom: 80px;
}
.p-lead_title{
  margin-bottom: 0.5em; 
  color: var(--main-color); 
  font-weight: bold;
  font-size: 22px; 
  line-height: 1.5em;
  text-align: center;
}
.p-lead_sub{
  color: var(--main-color); 
  font-size: 18px;
  font-weight: 500; 
  line-height: 1.5em; 
  text-align: center;
}
/* //p-lead */


/* p-date */
.p-date{
  margin-bottom: 60px;
  text-align: center;
}
/* /p-date */


/* p-goods */
.p-goods{
  text-align: center;
  margin-bottom: 60px;
  padding: 32px 24px;
  background-color: var(--present-color);
}
.p-goods_size{
  margin-bottom: 20px;
}
.p-goods_img{
  background: url(/img/e/sekkisei260701cp/goods.jpg) center / cover no-repeat;
  width: 70%;
  aspect-ratio: 1600 / 633;
  margin: 0 auto 12px;
}
.p-goods_cap{
  font-size: 12px;
  text-align: left;
  width: 70%;
  margin: 0 auto;
}
/* //p-goods */


/* p-note */
.p-note{
  margin-bottom: 60px;
}
.p-note_txt{
  width: 60%;
  margin: 0 auto;
}
.p-note_item{
  text-indent: -1em;
  padding-left: 1em;
}
.p-note_item:nth-child(n+2){
  margin-top: 12px;
}
/* //p-note */


/* p-item */
.p-item{
  text-align: center;
}
/* //p-item */



/*■■■■■■■■■■■■ SP用 ■■■■■■■■■■■■*/
@media screen and (max-width: 759px) {
  .c-ttl{
    max-width: 290px;
    font-size: 16px;
  }
  .c-txt{
    font-size: 16px;
    margin-bottom: 6px;
  }
  .pc- {
    display: none !important;
  }
  .sp- {
    display: block !important;
  }

  .p-body{
    font-size: 14px;
  }
  .p-mv{
    background: url(/img/e/sekkisei260701cp/mv-sp.jpg) center / cover no-repeat;
    aspect-ratio: 3 / 2;
  }

  
  /* p-lead */
  .p-lead_container{
    margin-bottom: 48px;
  }
  .p-lead_title{
    font-size: 20px;
  }
  .p-lead_sub{
    font-size: 15px;
  }
  /* /p-lead */


  /* p-date */
  .p-date{
    margin-bottom: 40px;
  }
  /* /p-date */


  /* p-goods */
  .p-goods{
    margin-bottom: 40px;
    padding: 24px 14px;
  }
  .p-goods_img{
    background: url(/img/e/sekkisei260701cp/goods.jpg) center / cover no-repeat;
    width: 100%;
  }
  .p-goods_cap{
    width: 100%;
    font-size: 10px;
  }
  /* //p-goods */ 


  /* p-note */
  .p-note{
    margin-bottom: 40px;
  }
  .p-note_txt{
    width: 100%;
  }
  .p-note_item:nth-child(n+2){
    margin-top: 12px;
  }
  /* //p-note */


  /* p-item */
  .p-item{
    margin-bottom: 42px;
  }
  /* //p-item */
}