body
{
	margin: 0 ;		/* スペース */
	padding: 0 ;		/* 余白 */
	font-size: 15px ;	/* 文字サイズ */
	line-height: 1.618 ;	/* 行の高さ */
	font-family: "Noto Sans JP","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
    background-color: #f3f3f3;
}

/* ヘッダー */

#header{
	text-align: center ;			/* テキスト、画像の真ん中寄せ */
	padding: 1em 0 ;			/* 上下の余白 */
	margin-bottom: 2em ;			/* 他のブロックとのスペース */
    height: 180px;
    background: linear-gradient(45deg , #0e9ef7, #cff0f5, #12bbd2);
	background-size: 600% 600%;
	animation: AnimationName 16s ease infinite;
	position: relative;
	margin-top: 80px;
    margin-bottom: 0px;
    z-index: -3;
 }


/* ロゴ画像 */
.logo
{
	width: 400px ;
	height: auto ;
}

#header-iner{
	width: 980px;
    height: 180px;
	margin: 0 auto;
	position: relative;

}

/* ロゴ画像を囲むh1 */
#header-iner .logo-wrapper
{
    margin: 0;
    padding: 0;
    line-height: 1;
    position: absolute;
    width: 190px;
    top: -73px;
    left: 3%;
    z-index: 1;
}

#header-iner .right-read{
    position: absolute;
    width: 48%;
    top: -10%;
    right: 0%;
}

#header-iner .btn_wrap{
    margin-top: 200px;
    position: absolute;
    top: 15%;
    right: -8%;
    border-radius: 10px;
}


#header-iner .help_btn
{
	margin: 0;
    padding: 0;
    /* line-height: 1; */
    position: absolute;
    width: 300px;
    bottom: 70px;
    right: 16.5%;
}

#main{
    padding-top: 2%;
}



/*qa*/

.faq-item {
    background: #fff;
    border-radius: 5px;
    padding: 44px 60px 15px 103px;
    margin-bottom: 15px;
    color: #181818;
}

.faq-question {
    font-size: 16px;
    font-weight: 700;
    position: relative;
    color: #0175c2;
}

.faq-answer {
    font-size: 14px;
    line-height: 1.8;
    margin: 33px 0 0 55px;
    position: relative;
    overflow-wrap: break-word;
}

.l-content-full {
    background: #f3f3f3;
}

.faq {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.l-faq-list {
    width: 100%;
    margin-top: 50px;
}

.faq-answer:before {
    content: "A";
    background: #fff;
    border: 1px solid #0175c2;
    color: #0175c2;
    padding-top: 3px;
    top: -6px;
    left: -50px;
}

.faq-question:before {
    content: "Q";
    background: #0175c2;
    color: #fff;
    padding-top: 4px;
    top: -4px;
    left: -43px;
}

.faq-answer:before, .faq-question:before {
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
}

.faq-question:before {
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
}

#wrapper
{
    width: 1000px;
    margin: 0 auto;
    padding: 0;
    background-color: #f3f3f3;
    /* padding-top: 30px; */
    /* padding-bottom: 30px;*/
}

#footer
{
  text-align: center;
  background: #0175c2;
  display: block;
  height: 50px;
  padding: 5%;
  color: #FFF;
}

#toiawase
{
    text-align: center ;			/* テキスト、画像の真ん中寄せ */
    margin-top: 2em ;			/* 他のブロックとのスペース */
    background-color: #0e9ef7;
    display: block;
    text-align: left;
    padding: 7%;
    padding-top: 2%;
}

#toiawase p
{
    width: 980px;
    margin: 0 auto;
}

#hamburger{
    display: none;
}


@media screen and (max-width:768px){
    #wrapper
    {
        width: 95%;
        margin: 0 auto ;		/* 左右に[auto]を指定することで、真ん中に寄る */
        padding: 0 ;			/* 上下左右の余白を0にしておく */
        background-color: #f3f3f3;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #footer
    {
        text-align: center ;		/* テキスト、画像の真ん中寄せ */
        background: #e8e8e8 ;
        display: block;
        height: 50px;
        padding: 5%;
    }

    #header-iner {
        width: 100%;
        margin: 0 auto;
        position: relative;
    }


    #header-iner .logo-wrapper
    {
        margin: 0;
        padding: 0;
        line-height: 1;
        position: absolute;
        width: 167px;
        top: -65px;
        left: 2%;
    }
    
    #header-iner .right-read{
        position: absolute;
        width: 48%;
        top: 0%;
        right: 4%;
    }

    /* 問い合わせ　PC */
    #toiawase
    {
        text-align: center ;			/* テキスト、画像の真ん中寄せ */
        margin-top: 2em ;			/* 他のブロックとのスペース */
        background-color: #0e9ef7;
        display: block;
        padding: 5%;
        text-align: left;
    }

    #footer
    {
        text-align: center ;			/* テキスト、画像の真ん中寄せ */
        background: #e8e8e8 ;
        display: block;
        height: 50px;
        padding: 5%;
    }

    #toiawase p
    {
        width: 100%;
        margin: 0 auto;
    }

      
      @media screen and (min-width: 600px){
        .btn-gNav{
          display: none;
        }
        #gNav{
          position: fixed;
          top: 0;
          right: 0;
          height: 50px;
        }
        #gNav .gNav-menu{
          display: flex;
          flex-direction: row;
          width: 100%;
          height: 100%;
          position: fixed;
          top: 0;
          right: 0;
          padding-left: 50px;
        }
        #gNav .gNav-menu li{
          padding-top: 5px;
        }
      }

}


/* push通知 */

.push-item {
    background: #ecf8fb;
    border-radius: 5px;
    padding: 44px 60px 15px 60px;
    margin-bottom: 15px;
    color: #181818;
}

.push-item2 {
    background: #ecf8fb;
    border-radius: 5px;
    padding: 15px 60px 15px 60px;
    margin-bottom: 15px;
    color: #181818;
    font-size: 1.2em;
    font-weight: 600;
    line-height: 2.2em;
}

.push_title{
	font-weight: 700;
	margin: 0 auto;
	display: block;
	text-align: center;
	margin-bottom: 5px;
}


.cssgrid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-auto-rows: 1fr;
    grid-gap: 1.5em;
    /* border: 1px solid #ddd; */
    /* padding: 0.8em; */
    /* margin: 0 0 2em;*/
  }
  
.cssgrid > div {
    background: #FFF;
    overflow: auto;
    min-width: 0;
    padding: 1.2em;
    border-radius: 4px;
    line-height: 190%;
    padding-top: 0em;
    border-radius: 10px;
/*     border-style: solid;
    border-width: 1px;
    border-color: brown; */
    padding-top: 30px;
}

.cssgrid2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(	400px, 1fr));
    grid-auto-rows: 1fr;
    grid-gap: 0.8em;
    /* border: 1px solid #ddd; */
    /* padding: 0.8em; */
    /* margin: 0 0 2em;*/
  }
  
.cssgrid2 > div {
	background: #FFF;
    overflow: auto;
    min-width: 0;
	padding: 1.5em;
    border-radius: 4px;
	line-height: 190%;
	padding-top: 0em;
}

h3.asa {
    position: relative;
    padding: 0.5em;
    padding-bottom: 0.2em;
    text-align: center;
  }
  
h3.asa:before {
    position: absolute;
    bottom: -10px;
    left: calc(50% - 30px);
    width: 60px;
    height: 5px;
    content: '';
    border-radius: 3px;
    background: #4df78e;
  }

 .push_read{
     padding-top: 5%;
     display: block;
 }


 h3.kisyo {
    position: relative;
    padding: 0.5em;
    padding-bottom: 0.2em;
    text-align: center;
  }
  
h3.kisyo:before {
    position: absolute;
    bottom: -10px;
    left: calc(50% - 30px);
    width: 60px;
    height: 5px;
    content: '';
    border-radius: 3px;
    background: #4d95f7;
  }

 .push_read{
     padding-top: 5%;
     display: block;
 }


 h3.sonota {
    position: relative;
    padding: 0.5em;
    padding-bottom: 0.2em;
    text-align: center;
  }

 h3.sonota:before {
    position: absolute;
    bottom: -10px;
    left: calc(50% - 30px);
    width: 60px;
    height: 5px;
    content: '';
    border-radius: 3px;
    background: #f7674d;
  }

 .push_read{
     padding-top: 5%;
     display: block;
 }


 /* ALL */
.gnavi {
    height: 80px;
    background-color: #eaf3ff;
    font-size: 1.2rem;
    font-weight: bold;
  }
  .gnavi__inner {
    width: 980px;
    height: 100%;
    margin: 0 auto;
  }
  .gnavi ul {
    height: 100%;
    display: flex;
    margin: 0 -20px;
  }
  .gnavi li {
    flex: 1 1;
    position: relative;
    display: flex;
  }
  .gnavi li::after {
    content: "";
    display: block;
    width: 2px;
    height: 20px;
    background-color: #b8b9dc;
    position: absolute;
    right: -1px;
    top: calc((100% - 20px)/2);
  }
  .gnavi li:last-child::after {
    content: none;
  }
  .gnavi a {
    display: flex;
    flex: 1 1;
    justify-content: center;
    padding: 0 20px;
  }
  .gnavi a:hover span {
    color: #ff7600;
    position: relative;
  }
  .gnavi a:hover span::after {
    content: "";
    position: absolute;
    display: block;
    height: 4px;
    width: 100%;
    bottom: 0;
    background-color: #ff7600;
    border-radius: 5px;
  }
  .gnavi span {
    display: flex;
    align-items: center;
    word-break: keep-all;
  }
  
  a {
    color: inherit;
    text-decoration: none;
  }


  
.btns1 a::before {
    font-size: 0.8em;
	content: "パーソナリティ"
}

.btns2 a::before {
	content: "MBCショッピング＆クーポン"
}

.btns3 a::before {
	content: "MBC SNS"
}

.btns4 a::before {
	content: "MBCホームページ"
}

.btns5 a::before {
  font-size: 1.2em;
	content: "MBC ホームページ"
}

.btns6 a::before {
	content: "動画・写真スクープ投稿"
}

.btns7 a::before {
	content: "番組へメッセージを送る"
}

.btns8 a::before {
	content: "応募する・プレゼント"
}

.btns8 a::before {
	content: "応募する・プレゼント"
}

.btns9 a::before {
	content: "歩数計キャンペーン参加"
}


.btn-1 a { 
    padding: 35px 20px 35px 12px;
    border-radius: 8px;
    background: #FFF;
    width: 97%;
    position: relative;
    display: inline-block;
    text-align: left;
    margin-left: 15px;
    font-size: 1.2em;
    padding-left: 10%;
  }

.btn-1 a::before { 
    position: absolute;
    top: -18px;
    left: -4px;
    color: #fff;
    background: #4eb5f3;
    /* font-size: 10px; */
    width: 215px;
    height: 40;
    line-height: 40px;
    border-radius: 10px;
    text-align: center;
    font-size: 0.8em;
}

#hamburger{
  display: none;
}

#toiawase p {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  color: #FFF;
  line-height: 180%;
}


@media screen and (max-width:479px){
    #hamburger{
      display: inline-block;
    }
    ul{
      padding-left: 10px;
      padding-top: 10px;
      padding-bottom: 10px;
   }
    #wrapper
    {
        width: 95% ;
        margin: 0 auto ;		/* 左右に[auto]を指定することで、真ん中に寄る */
        padding: 0 ;			/* 上下左右の余白を0にしておく */
        background-color: #f3f3f3;
        padding-top: 30px;
    }

    #header-iner .right-read {
        position: absolute;
        width: 48%;
        top: 20%;
        right: 4%;
    }

    .faq-item {
        background: #fff;
        border-radius: 5px;
        padding: 22px 30px 15px 60px;
        margin-bottom: 15px;
        color: #181818;
    }

    #toiawase
    {
      text-align: center;
      /* margin-top: 2em; */
      background-color: #0e9ef7;
      display: block;
      padding: 5%;
      text-align: center;
      color: #FFF;
    }
  
    #footer
    {
      text-align: center;
      background: #0175c2;
      display: block;
      height: 50px;
      padding: 5%;
      color: #FFF;
    }
  
    #toiawase p
    {
        width: 100%;
        margin: 0 auto;
    }
    .menu_none{
        display: none;
    }

    .push-item2 {
        background: #FFF;
        border-radius: 5px;
        padding: 3%;
        margin-bottom: 15px;
        color: #181818;
        font-size: 1em;
        font-weight: 400;
        line-height: 1.8em;
    }

    .push-item {
        background: #ecf8fb;
        border-radius: 5px;
        padding: 5%;
        margin-bottom: 15px;
        color: #181818;
    }

    .cssgrid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        grid-auto-rows: 1fr;
        grid-gap: 1.5em;
        /* border: 1px solid #ddd; */
        /* padding: 0.8em; */
        /* margin: 0 0 2em;*/
      }
      
    .cssgrid > div {
        background: #FFF;
        overflow: auto;
        min-width: 0;
        padding: 1.2em;
        border-radius: 4px;
        line-height: 190%;
        padding-top: 0em;
        border-radius: 10px;
        /*  
        border-style: solid;
        border-width: 1px;
        border-color: brown; 
        */
        padding-top: 30px;
    }
    
    .cssgrid2 {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(	400px, 1fr));
        grid-auto-rows: 1fr;
        grid-gap: 0.8em;
        /* border: 1px solid #ddd; */
        /* padding: 0.8em; */
        /* margin: 0 0 2em;*/
      }
      
    .cssgrid2 > div {
        background: #FFF;
        overflow: auto;
        min-width: 0;
        padding: 1.5em;
        border-radius: 4px;
        line-height: 190%;
        padding-top: 0em;
    }
    
    h3.asa {
        position: relative;
        padding: 0.5em;
        padding-bottom: 0.2em;
        text-align: center;
      }
      
    h3.asa:before {
        position: absolute;
        bottom: -10px;
        left: calc(50% - 30px);
        width: 60px;
        height: 5px;
        content: '';
        border-radius: 3px;
        background: #4df78e;
      }
    
     .push_read{
         padding-top: 5%;
         display: block;
     }
    
    
     h3.kisyo {
        position: relative;
        padding: 0.5em;
        padding-bottom: 0.2em;
        text-align: center;
      }
      
    h3.kisyo:before {
        position: absolute;
        bottom: -10px;
        left: calc(50% - 30px);
        width: 60px;
        height: 5px;
        content: '';
        border-radius: 3px;
        background: #4d95f7;
      }
    
     .push_read{
         padding-top: 5%;
         display: block;
     }
    
    
     h3.sonota {
        position: relative;
        padding: 0.5em;
        padding-bottom: 0.2em;
        text-align: center;
      }
    
     h3.sonota:before {
        position: absolute;
        bottom: -10px;
        left: calc(50% - 30px);
        width: 60px;
        height: 5px;
        content: '';
        border-radius: 3px;
        background: #f7674d;
      }
    
     .push_read{
        padding-top: 5%;
        display: block;
        font-size: 0.9em;
     }


    /* ハンバーガーメニュー */

    #hamburger .btn-gNav{
        position: fixed;
        top: 20px;
        right: 20px;
        width: 30px;
        height: 24px;
        z-index: 3;
        box-sizing: border-box;
        cursor: pointer;
        -webkit-transition: all 400ms;
        transition: all 400ms;
      }
      
      #hamburger .btn-gNav span{
        position: absolute;
        width: 100%;
        height: 4px;
        background: #666;
        border-radius: 10px;
        -webkit-transition: all 400ms;
        transition: all 400ms;
      }
      #hamburger .btn-gNav span:nth-child(1) {
        top:0;
      }
      #hamburger .btn-gNav span:nth-child(2) {
        top:10px;
      }
      #hamburger .btn-gNav span:nth-child(3) {
        top:20px;
      }
      #hamburger .btn-gNav.open span:nth-child(1){
        background: #fff;
        top: 6px;
        -webkit-transform: rotate(-45deg);
        -moz-transform   : rotate(-45deg);
        transform        : rotate(-45deg);
      }
      #hamburger .btn-gNav.open span:nth-child(2),#hamburger .btn-gNav.open span:nth-child(3){
        top: 6px;
        background :#fff;
        -webkit-transform: rotate(45deg);
        -moz-transform   : rotate(45deg);
        transform        : rotate(45deg);
      }
      #gNav{
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100%;
        background: #444;
        font-size: 16px;
        box-sizing: border-box;
        z-index: 2;
        padding-top: 50px;
        transition: .3s;
      }
      #gNav.open{
        right: 0px;
      }
      #gNav .gNav-menu{
        width: 100%;
        height:100%;
        display: flex;
        flex-direction: column;
        text-align: center;
        /*justify-content: center;*/
      }
      #gNav .gNav-menu li{
        display: block;
        padding : 20px 30px;
      }
      #gNav .gNav-menu li a{
        color: #ddd;
        text-decoration: none;
      }



  
      .btns1 a::before {
        font-size: 0.8em;
      content: "パーソナリティ"
    }
    
    .btns2 a::before {
      content: "MBCショッピング＆クーポン"
    }
    
    .btns3 a::before {
      content: "ニュース"
    }
    
    .btns4 a::before {
      content: "MBC SNS"
    }
    
    .btns5 a::before {
      font-size: 1.2em;
      content: "MBC ホームページ"
    }
    
    .btns6 a::before {
      content: "動画・写真スクープ投稿"
    }
    
    .btns7 a::before {
      content: "番組へメッセージを送る"
    }
    
    .btns8 a::before {
      content: "応募する・プレゼント"
    }
    
    .btns9 a::before {
      content: "歩数計キャンペーン参加"
    }
    

    .btn-1 a { 
        padding: 35px 3% 3% 3%;
        border-radius: 8px;
        background: #FFF;
        width: 100%;
        position: relative;
        display: inline-block;
        text-align: left;
        margin-left: 0px;
        font-size: 0.9em;
        padding-left: 3%;
        line-height: 190%;
      }
    
    .btn-1 a::before { 
        position: absolute;
        top: -18px;
        left: -4px;
        color: #fff;
        background: #4eb5f3;
        /* font-size: 10px; */
        width: 215px;
        height: 40;
        line-height: 40px;
        border-radius: 10px;
        text-align: center;
        font-size: 0.8em;
    }

}

/* ボタン */
.button {
    display: inline-block;
    width: 200px;
    height: 54px;
    text-align: center;
    text-decoration: none;
    line-height: 54px;
    outline: none;
}
  .button::before,
  .button::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}
  .button,
  .button::before,
  .button::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
  }

.button {
    background-color: #fff;
    border-color: #59b1eb;
    color: #59b1eb;
    line-height: 50px;
  }

.button:hover {
    background-color: #0175c2;
    border: 2px solid #0175c2;
    color: #fff;
}

.bg_color{
    background-color: #f3f3f3;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
  }

.gh{
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  font-weight: bold;
  font-size: 110%;
}

.title_weight{
    font-weight: 600;
}

.read-font{
    font-size: 0.8em;
}


.push_read_kike{
  font-size: 0.8em;
  color: red;
  margin-top: 5px;
  display: block;
}