#news {
  font-family: "Noto Sans JP", sans-serif, Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
}

#news .inner {
  max-width: 850px;
  margin: 0 auto  ;
}

article:not(:first-of-type) {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #cccccc;
}  

.Introduction_title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 1;
  margin: 56px 0 31px;
}

.Introduction_title-en {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.26em;
}
.Introduction_title-ja {
  font-size: 11px;
  letter-spacing: 0.04em;
  margin-top: 19px;
}

.backtop {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  display: block;
  text-align: center;
  color: #000;
  padding: 22px 0 20px;
  border: 1px solid #d7d8d9;
  z-index: 1;
  overflow: hidden;
  transition: 0.5s all ease-in-out;
  font-size: 14px;
  text-decoration: none;
}

.backtop:hover {
  background-color: #000;
  color: #fff;
}

/* PC用 */
@media screen and (min-width:768px){

  .box{
    width: 850px;
    margin: 60px auto;
  }
  
  /* コンテンツメイン部分
  -------------------------------------------------- */


  .titleFlex{
    display: flex;
  }
  
  .date{
    position: relative;
  }
  .day{
    display: block;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
  }
  .week{
    display: block;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    text-align: center;
    margin-top: 5px;
  }
  .year{
    display: block;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    border: 1px solid #000000;
    margin-top: 8px;
    padding: 3px 0;
  }
  
  .date:after{
    content: "";
    display: block;
    height: 100%;
    width: 1px;
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    position: absolute;
    top: 0;
    right: -30px;
  }
  
  .titleFlex h2{
    display: block;
    margin-left: 60px;
    font-size: 20px;
    line-height: 1.8em;
    font-weight: 600;
    letter-spacing: .2em;
  }
  
  .mainVisual{
    margin-top: 30px;
  }
  
  .overview{
    margin-top: 20px;
    font-size: 14px;
    line-height: 2em;
    letter-spacing: .2em;
  }
  
  /* キャラクターメッセージ
  -------------------------------------------------- */
  .messageWrap{
    margin-top: 30px;
  }
  
  .messaeSec{
    display: flex;
  }
  
  .messaeSec .icon{
    display: block;
    width: 95px;
    height: 95px;
  }
  
  .speak{
    width: 100%;
  }
  
  .speak p{
    display: block;
    box-sizing: border-box;
    position: relative;
    width: 96%;
    margin: 30px 0 0 4%;
    padding: 20px;
    background: #f7f7f7;
    border-radius: 20px;
    font-size: 14px;
    line-height: 2em;
    letter-spacing: .2em;
    z-index: 10;
    /*font-family:"HGP創英角ﾎﾟｯﾌﾟ体";*/
    font-weight:bold;
  }
  
  .speak p:before{
    content: '';
    position: absolute;
      left: -20px;
      top: 25px;
    width: 0;
    height: 0;
    border-color: transparent #f7f7f7 transparent transparent;
    border-style: solid;
    border-width: 0 20px 30px 0;
    z-index: 15;
  }
  
  .kizami{color: #97200e;}
  .tsunagi{color: #3b6b49;}
  .tear{color: #cbb948;}
  .saki{color: #4253cd;}
  .hikari{color: #ce5cb8;}
  
  
  
  /* sec02
  -------------------------------------------------- */
  #sec01,
  #sec02,
  #sec1117b{
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #cccccc;
  }
  
  .campaignApp{
    display: block;
    box-sizing: border-box;
    width: 590px;
    height: 50px;
    line-height: 50px;
    background: url("https://gigaplus.makeshop.jp/dartshive/img/page/code284/icon_arrow.png") center right 130px no-repeat, #be4a8c;
    background-size: 18px 18px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    letter-spacing: .2em;
    margin: 30px auto 0;
  }
  
  .campaignApp:hover{
    text-decoration: underline;
  }

  
  }
  
  /* SP用 */
  @media screen and (max-width:767px){
  
    .backtop {
      max-width: inherit;
      width: 80%;
    }

  .Introduction_title {
    flex-direction: row;
  }
    
  .box{
    box-sizing: border-box;
    width: 100%;
    padding: 0 10px;
    margin: 30px auto;
  }
  
  /* コンテンツメイン部分
  -------------------------------------------------- */
  .date{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: baseline;
  }
  .day{
    display: block;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
  }
  .week{
    display: block;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    text-align: center;
    margin-top: 5px;
    margin-left: 10px;
  }
  .year{
    display: block;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    border: 1px solid #000000;
    padding: 3px 10px;
    margin-left: 10px;
  }
  
  .titleFlex h2{
    border-top: 3px double #cccccc;
    font-size: 14px;
    line-height: 1.8em;
    font-weight: 600;
    letter-spacing: .1em;
    margin-top: 10px;
    padding-top: 5px;
  }
  
  .mainVisual{
    margin-top: 20px;
  }
  
  .mainVisual img{
    width: 100%;
    vertical-align: bottom;
  }
  
  .overview{
    margin-top: 20px;
    font-size: 14px;
    line-height: 2em;
    letter-spacing: .2em;
  }
  
  
  }