@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');/*ゴシック*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');/*明朝*/
body {
  margin: 0;
}
img {
  border: 0;
}
.clearfix:after {
  display: block;
  clear: both;
  content: "";
  }

div#gift_pc {
  /* 
  html5doctor.com Reset Stylesheet
  v1.6.1
  Last Updated: 2010-09-17
  Author: Richard Clark - http://richclarkdesign.com 
  Twitter: @rich_clark
  */
  /* change colours to suit your needs */
  /* change colours to suit your needs */
  /* change border colour to suit your needs */
  width: 100%;
  min-width: 1280px;
  background-color: #000; /* 単色 */
  /*background: url(../img/sample-bg.png) repeat;*/ /* 画像リピート */
  /*background:linear-gradient(rgba(0, 0, 0, 1.0), #ca0000 10%);*/ /* グラデーション */
  padding-top: 30px;
}
  div#gift_pc div, div#gift_pc span, div#gift_pc object, div#gift_pc iframe,
  div#gift_pc h1, div#gift_pc h2, div#gift_pc h3, div#gift_pc h4, div#gift_pc h5, div#gift_pc h6, div#gift_pc p, div#gift_pc blockquote, div#gift_pc pre,
  div#gift_pc abbr, div#gift_pc address, div#gift_pc cite, div#gift_pc code,
  div#gift_pc del, div#gift_pc dfn, div#gift_pc em, div#gift_pc img, div#gift_pc ins, div#gift_pc kbd, div#gift_pc q, div#gift_pc samp,
  div#gift_pc small, div#gift_pc strong, div#gift_pc sub, div#gift_pc sup, div#gift_pc var,
  div#gift_pc b, div#gift_pc i,
  div#gift_pc dl, div#gift_pc dt, div#gift_pc dd, div#gift_pc ol, div#gift_pc ul, div#gift_pc li,
  div#gift_pc fieldset, div#gift_pc form, div#gift_pc label, div#gift_pc legend,
  div#gift_pc table, div#gift_pc caption, div#gift_pc tbody, div#gift_pc tfoot, div#gift_pc thead, div#gift_pc tr, div#gift_pc th, div#gift_pc td,
  div#gift_pc article, div#gift_pc aside, div#gift_pc canvas, div#gift_pc details, div#gift_pc figcaption, div#gift_pc figure,
  div#gift_pc footer, div#gift_pc header, div#gift_pc hgroup, div#gift_pc menu, div#gift_pc nav, div#gift_pc section, div#gift_pc summary,
  div#gift_pc time, div#gift_pc mark, div#gift_pc audio, div#gift_pc video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent; 
  }
  div#gift_pc ul{
    list-style: none;
  }
  div#gift_pc body {
    line-height: 1;
  }
  div#gift_pc article, div#gift_pc aside, div#gift_pc details, div#gift_pc figcaption, div#gift_pc figure,
  div#gift_pc footer, div#gift_pc header, div#gift_pc hgroup, div#gift_pc menu, div#gift_pc nav, div#gift_pc section {
    display: block;
  }
  div#gift_pc nav ul {
    list-style: none;
  }
  div#gift_pc blockquote, div#gift_pc q {
    quotes: none;
  }
  div#gift_pc blockquote:before, div#gift_pc blockquote:after,
  div#gift_pc q:before, div#gift_pc q:after {
    content: '';
    content: none;
  }
  div#gift_pc a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
  }
  div#gift_pc ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
  }
    div#gift_pc mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
    }
    div#gift_pc del {
    text-decoration: line-through;
    }
    div#gift_pc abbr[title], div#gift_pc dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
    }
    div#gift_pc table {
    border-collapse: collapse;
    border-spacing: 0;
    }
    div#gift_pc hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
    }
    div#gift_pc input, div#gift_pc select {
    vertical-align: middle;
    }
    div#gift_pc section.top {
    min-height: 800px;
    width: 100%;
    min-width: 1280px;
    margin: 0 auto;
    }
    div#gift_pc section.top .inner {
    width: 1280px;
    height: auto;
    margin: 0 auto;
    position: relative;
    }

    /* メインタイトル */
    div#gift_pc section.top .inner .title-01 {
    /*font-family: 'Noto Sans JP', sans-serif;*/ /* ゴシック */
    font-family: 'Noto Serif JP', serif; /* 明朝 */
    font-weight: 900; /* fontの線の太さ */
    font-size: 77px;
    text-align: center;
    color: #ca0000;
    background: #fff;
    padding: 10px 0;
    }

    div#gift_pc section.top .inner .title-02 {
    /*font-family: 'Noto Sans JP', sans-serif;*/ /* ゴシック */
    /* font-family: 'Noto Serif JP', serif; 明朝 */
    font-weight: 900; /* fontの線の太さ */
    font-size: 77px;
    text-align: center;
    color: #fff;
    background: #ca0000;
    padding: 10px 0;
    border: solid 5px #fff;
    }

    /* メインビジュアル */
    div#gift_pc section.top .inner .mv {
    text-align: center;
    margin: 30px auto 0;
    }

    div#gift_pc section.top .inner .mv img {
    width: auto; /* max1280px */
    height: auto;
    /*border: solid 5px #ca0000;*//* 枠線をつける */
    /*box-shadow: 3px 3px 10px rgba(0,0,0,0.6);*//* 影をつける */
    box-sizing: border-box;
    }

    /* 放送日時 */   
    div#gift_pc section.top .inner .date-bg {
    /*background: #fff;*/
    margin-top: 30px;
    }

    div#gift_pc section.top .inner .date-01 {
    /*font-family: 'Noto Sans JP', sans-serif;*/ /* ゴシック */
    font-family: 'Noto Serif JP', serif; /* 明朝 */
    font-weight: 900; /* fontの線の太さ */
    font-size: 60px;
    line-height: 80px;
    text-align: center;
    color: #fff;
    }

    div#gift_pc section.top .inner .date-02 {
    /*font-family: 'Noto Sans JP', sans-serif;*/ /* ゴシック */
    font-family: 'Noto Serif JP', serif; /* 明朝 */
    font-weight: 900; /* fontの線の太さ */
    font-size: 50px;
    line-height: 90px;
    text-align: center;
    color: #9CC2E0;
    margin: -10px 0 50px 0;
    }

    div#gift_pc section.top .inner .date-02 .date-small {
    font-size: 50px;
    }

    /* インフォメーション */
    div#gift_pc section.main-contents {
    padding: 60px 0;
    }

    div#gift_pc section.main-contents .inner {
    width: 1280px;
    margin: 0 auto;
    margin-bottom: 60px;
    text-align: center;
    }

    div#gift_pc section.main-contents .inner .cnt01 {
    background: #000;
    padding: 50px 0px;
    margin-bottom: 50px;
    }

    div#gift_pc section.main-contents .inner .cnt01 .info-title {
    /*font-family: 'Noto Sans JP', sans-serif;*/ /* ゴシック */
    font-family: 'Noto Serif JP', serif; /* 明朝 */
    font-weight: 700; /* fontの線の太さ */
    font-size: 34px;
    line-height: 56px;
    text-align: center;
    color: #9CC2E0;
    margin: 0 auto 50px;
    }

    div#gift_pc section.main-contents .inner .cnt01 .info-text {
    /*font-family: 'Noto Sans JP', sans-serif;*/ /* ゴシック */
    font-family: 'Noto Serif JP', serif; /* 明朝 */
    font-weight: 500; /* fontの線の太さ */
    font-size: 30px;
    line-height: 56px;
    text-align: center;
    width: 1200px;
    margin: 0 auto 50px;
    color: #fff;
    }

    div#gift_pc section.main-contents .inner .cnt01 .info-text .color-01{
    color: #ca0000;
    font-weight: bold;
    }

    div#gift_pc section.main-contents .inner .cnt01 .info-text .color-02{
    font-size: 36px;
    color: #000000;
    font-weight: bold; 
    text-align: center!important;
    }

    div#gift_pc section.main-contents .inner .cnt01 .img-1 {
    margin-bottom: 50px;
    }

    div#gift_pc section.main-contents .inner .cnt01 .img-1 img {
    width: 860px; /* max1280px */
    height: auto;
    /*border: solid 5px #9CC2E0;*//* 枠線をつける */
    /*box-shadow: 3px 3px 10px rgba(0,0,0,0.6);*//* 影をつける */
    box-sizing: border-box;
    }

    div#gift_pc section.main-contents .inner .cnt01 ul.img-2 {
    display: flex;
    width: 100%;
    }

    div#gift_pc section.main-contents .inner .cnt01 ul.img-2 img {
    width: 100%;
    height: auto;
    /*border: solid 5px #9CC2E0;*//* 枠線をつける */
    /*box-shadow: 3px 3px 10px rgba(0,0,0,0.6);*//* 影をつける */
    box-sizing: border-box;
    }

    div#gift_pc section.main-contents .inner .cnt01 ul.img-2 li {
    width: 47%;
    margin: 0px 2% 50px 0px;
    }

    div#gift_pc section.main-contents .inner .cnt01 ul.img-2 li:first-child {
    margin-left: 2%;
    }

    div#gift_pc section.main-contents .inner .Annotation {
    /*font-family: 'Noto Sans JP', sans-serif;*/ /* ゴシック */
    font-family: 'Noto Serif JP', serif; /* 明朝 */
    font-size: 15px;
    color: #fff;
    margin: 30px auto;
    }

    div#gift_pc section.main-contents .inner .copyright {
    /*font-family: 'Noto Sans JP', sans-serif;*/ /* ゴシック */
    font-family: 'Noto Serif JP', serif; /* 明朝 */
    font-size: 15px;
    color: #fff;
    margin: 30px auto;
    }

    div#gift_pc section.main-contents .inner .cnt01 .info-btn {
    /*font-family: 'Noto Sans JP', sans-serif;*/ /* ゴシック */
    font-family: 'Noto Serif JP', serif; /* 明朝 */
    margin: 30px auto;
    transition: 0.5s;
    }

    div#gift_pc section.main-contents .inner .cnt01 .info-btn:hover {
    opacity: 0.8;
    }

    div#gift_pc section.main-contents .inner .cnt01 .info-btn a {
    width: 65%;
    margin: 0px auto 0.5em;
    padding: 15px;
    color: #fff;
    font-size: 32px;
    text-align: center;
    text-decoration: none;
    line-height: 1.2em;
    background: #000;
    display: block;
    box-sizing: border-box;
    position: relative;
    border-radius: 50px;
    }

    div#gift_pc section.main-contents .inner .cnt01 .info-btn .small {
    font-size: 15px;
    color: #000;
    }

    /* external-link */
    div#gift_pc a .external-link:active:before, div#gift a.external-link:hover:before {
    content: "";
    width: 80px;
    height: 32px;
    display: block;
    background: url(./../img/external.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: -32px;
    left: -8px;
    z-index: 1000;
    }

    div#gift_pc a.external-link {
    position: relative;
    }

    div#gift_pc section.main-contents .youtube-box {
    width: 850px;
    margin: 0 auto;
    margin-bottom: 50px;
    /* border: solid 5px #9CC2E0; 枠線をつける */
    /* box-shadow: 3px 3px 10px rgba(0,0,0,0.6); 影をつける */
    }

    div#gift_pc section.main-contents .youtube-box .youtube-inner {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    }

    div#gift_pc section.main-contents .youtube-box .youtube-inner iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
    }

    div#gift_pc section.main-contents .guide-line {
     border-top: 1px solid #cecece;
    }

    div#gift_pc section.main-contents .font-red{
    color: red;
    }

    div#gift_pc section.main-contents .app-title {
    margin-bottom: 30px;
    text-align: center;
    }

    div#gift_pc section.main-contents .app-icon {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    }

    div#gift_pc section.main-contents .app-os {
    width: 48%;
    font-size:2em;
    }

    div#gift_pc section.main-contents .app-text {
    text-align: left;
    font-size: 14px;
    }

    div#gift_pc section.main-contents .app-note {
    text-align: left;
    font-size: 12px;
    }

    div#gift_pc section.main-contents .app-text li {
    margin: 5px;
    text-indent: -1em;
    padding-left: 1em;
    }

    div#gift_pc section.main-contents .app-note li {
    margin-bottom: 3px;
    text-indent: -1em; padding-left: 1em;
    }

    div#gift_pc section.main-contents .bottom-btn .guide-btn .blue-button { 
    margin-bottom: 30px;
    }

    div#gift_pc section.main-contents .mb1 {
    margin-bottom: 1rem;
    }

    div#gift_pc section.main-contents .mb20 {
    margin-bottom: 20px;
    }

    div#gift_pc section.main-contents .mb30 {
    margin-bottom: 30px;
    }

    div#gift_pc section.main-contents .mb50 {
    margin-bottom: 50px;
    }

    div#gift_pc a.opac:hover {
    opacity: 0.8;
    }

    div#gift_pc .white_cover {
    display: block;
    position: absolute;
    top: 135px;
    left: 50px;
    z-index: 0;
    }

    div#gift_pc .white_image {
    display: inline-block;
    width: 580px;
    height: 160px;
    }

/*=====footer[s]=====*/
.foot_info {
  width: 100%;
  margin: 0;
  background: #fff;
}
.foot_info .info_midashi--ch1 {
  width: 100%;
  margin: 0;
  background: #fff;
  color: #f0027f;
}
.foot_info .info_midashi--ch2 {
  width: 100%;
  margin: 0;
  background: #fff;
  color: #00a0c6;
}
.foot_info .foot_info-box {
  min-width: 970px;
  max-width: 1280px;
  margin: 20px auto;
  border-bottom: 1px solid #ccc;
  padding: 10px 0px 30px;
}
.foot_info .foot_info-box p {
  margin: 10px auto 0;
  line-height: 25px;
}
/*=====footer[e]=====*/