<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* layout
    ========================================================================== */
@import url('normalize.css');
@import url('html5reset.css');
@import url('animation.css');

body {
  margin: 0 auto;
  font-family: Helvetica, ArialMT, "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", 繝｡繧､繝ｪ繧ｪ, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  padding: 10px;
  position: relative;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

.cf:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.cf {
  display: inline-block;
}

a {
  text-decoration: none;
}

/* Hides from IE Mac \*/

* html .cf {
  height: 1%;
}

.cf {
  display: block;
}

/* End Hack */

.flexbox {
  display: flex;
  justify-content: center;
}

#top {
  padding: 0;
}

.cnt_fl {
  float: left;
  text-align: left;
  padding-right: 5px;
}

.cnt_fr {
  float: right;
  text-align: left;
  padding-left: 5px;
}

.pt10 {
  padding-top: 0.8%;
}

.pt20 {
  padding-top: 1.6%;
}

.pt40 {
  padding-top: 3.2%;
}

.mt40 {
  margin-top: 4.5%;
}

.pt120 {
  padding-top: 9.6%;
}

.pt60 {
  padding-top: 4.8%;
}

.emtext {
  color: #ffffff;
  font-weight: bold;
}

.caption_text {
  color: #ffffff;
  font-weight: lighter;
}

.footer p {
  color: #ffffff;
}

/* PC */
@media screen and (min-width:1241px) and (max-width:2560px) {
  body {
    width: 100%;
    margin: 0 auto;
    font-family: Helvetica, ArialMT, "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", 繝｡繧､繝ｪ繧ｪ, sans-serif;
    font-size: 1em;
    padding: 10px;
    position: relative;
    background: rgb(76, 1, 79);
    background: -moz-linear-gradient(top, rgba(76, 1, 79, 1) 0%, rgba(59, 3, 77, 1) 13%, rgba(19, 8, 71, 1) 34%, rgba(0, 9, 62, 1) 48%, rgba(0, 8, 45, 1) 64%, rgba(0, 2, 11, 1) 88%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(76, 1, 79, 1) 0%, rgba(59, 3, 77, 1) 13%, rgba(19, 8, 71, 1) 34%, rgba(0, 9, 62, 1) 48%, rgba(0, 8, 45, 1) 64%, rgba(0, 2, 11, 1) 88%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(76, 1, 79, 1) 0%, rgba(59, 3, 77, 1) 13%, rgba(19, 8, 71, 1) 34%, rgba(0, 9, 62, 1) 48%, rgba(0, 8, 45, 1) 64%, rgba(0, 2, 11, 1) 88%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c014f', endColorstr='#000000', GradientType=0);
  }

  .bg_star {
    background: url(../img/bg_star.png) repeat;
    -webkit-animation: bg_star;
    animation: bg_star 5s linear infinite;
  }

  .bg_star02 {
    background: url(../img/bg_star.png) repeat;
    background-position: 25% 75%;
    -webkit-animation: bg_star02;
    animation: bg_star02 5s linear infinite;
  }

  .bg_smoke {
    background: url(../img/mainvisual_bgsmoke.png) no-repeat;
  }

  .bg_star,
  .bg_star02,
  .bg_smoke {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: -1;
  }

  .hide_pc {
    display: none;
  }

  .contents_wrap {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  #pagetop,
  #present_btn,
  #scratchcard_btn {
    width: 150px;
    height: 150px;
    position: fixed;
    text-align: right;
    line-height: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    z-index: 2;
  }

  #pagetop {
    bottom: 0;
    right: 20px;
    background: url(../img/pagetop.png) no-repeat;
  }

  #present_btn {
    bottom: 280px;
    right: 20px;
    background: url(../img/present_btn.png) no-repeat;
  }

  #scratchcard_btn {
    bottom: 140px;
    right: 20px;
    background: url(../img/scratch_btn.png) no-repeat;
  }

  #pagetop a:hover,
  #present_btn a:hover,
  #scratchcard_btn a:hover {
    opacity: 0.7;
  }

  .main_visual {
    max-width: 1240px;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .contents_inner {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
    z-index: 1;
  }

  .cnt_margin {
    margin: 5em auto 5em auto;
  }

  .main_visual h1 {
    max-width: 1240px;
    display: block;
    width: 100%;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    color: #FFFFFF;
  }

  .maintitle {
    width: 91%;
  }

  .notice_contents_inner p {
    width: 85%;
    margin: 0 auto;
    font-size: .8em;
    color: #FFFFFF;
    text-align: left;
  }

  .notice_contents_inner p a {
    color: #FFFFFF;
    text-decoration: underline;
  }

  .main_catchcopy {
    margin-top: -3vh;
  }

  .main_catchcopy .cnt_wrap {
    position: relative;
    background-color: #000000;
    padding-top: 2%;
  }

  .notice_contents_inner .thevoice_top p {
    background: url(../img/thevoice_top_bg.png) center no-repeat;
    width: 47%;
    height: 148px;
    text-align: center;
    text-indent: -9999px;
    z-index: 1;
    margin: 0 auto;
  }

  .present_contents_inner {
    background-image: url(../img/present_contents_inner_bg.png), url(../img/present_contents_wrap_bg.png);
    background-position: center, center;
    background-repeat: no-repeat, no-repeat;
    position: relative;
    padding-top: 4%;
    box-sizing: border-box;
  }

  .scratch_contents_inner {
    width: 80%;
    margin: 0 auto;
    padding: 0 0 2% 0;
    box-shadow: 0px 0px 30px #ac2ac8;
    border: 4px solid #ac2ac8;
    background: url(../img/scratch_contents_inner_bg.png) no-repeat;
    /*
    background-image: url(../img/scratch_contents_bodytopbg.png), url(../img/scratch_contents_bodybg.png), url(../img/scratch_contents_bodybottombg.png);
    background-position: top, center, bottom;
    background-repeat: no-repeat, repeat-y,no-repeat;
    background-size: contain;
    padding: 2% 0 2% 0;
*/
  }

  .share_contents_inner {
    width: 100%;
  }

  #summary {
    position: relative;
    width: 10%;
  }

  .program_time {
    max-width: 1240px;
    width: 15%;
    padding-top: .3%;
  }

  .program_text {
    max-width: 1240px;
    width: 15%;
    padding-bottom: 20px;
  }

  .scratchcard_emtext {
    max-width: 1240px;
    width: 14%;
    position: absolute;
    top: -50%;
    left: 16%;
  }

  .scratchcard_text {
    max-width: 1240px;
    width: 45%;
    padding: 0 0 1% 5%;
  }

  .program_detailtext {
    max-width: 1240px;
    width: 35%;
    margin-top: 1%;
  }

  .present_title {
    width: 24%;
  }

  .present_detailtext {
    width: 35%;
    margin-top: 1%;
  }

  .present_time_fast,
  .present_time_second,
  .present_time_third,
  .present_time_forth {
    width: 41%;
    position: absolute;
    top: -15px;
    left: 367px;
  }

  .present_contents_item {
    width: 51%;
  }

  .scratch_title {
    width: 36%;
    padding-bottom: 25px;
  }

  .scratch_time {
    width: 36%;
    padding-top: 2%;
  }

  .scratch_caption_text {
    width: 51%;
  }

  .share_contents_inner .cnt_wrap {
    width: 300px;
    margin: 0 auto;
    display: table;
    z-index: 1;
  }

  .share_contents_inner .cnt_wrap li {
    display: table-cell;
    vertical-align: middle;
    z-index: 1;
    padding-left: 10%;
  }


  .share_title {
    width: 68%;
    margin: 0 auto;
  }

  .share_facebook,
  .share_twitter,
  .share_line {
    width: 100%;
  }

  .share_twitter_timeline {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 2% 0;
  }

  .scratch_card_body {
    width: 80%;
    margin: 0 auto;
    padding: 2% 0 2% 0;
  }

  .notice_contents_inner {
    margin-top: 3%;
  }

  .footer .cnt_wrap {
    width: 700px;
    margin: 0 auto 1% auto;
    display: table;
    z-index: 1;
  }

  .footer .cnt_wrap li {
    display: table-cell;
    vertical-align: middle;
    z-index: 1;
    padding-left: 5%;
  }

  .rabbit_logo,
  .tfm_logo {
    width: 100%;
  }

  .footer p {
    font-size: .8em;
    padding-bottom: 2%;
  }

}

/* PC */
@media screen and (min-width:1025px) and (max-width:1240px) {
  body {
    width: 100%;
    margin: 0 auto;
    font-family: Helvetica, ArialMT, "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", 繝｡繧､繝ｪ繧ｪ, sans-serif;
    font-size: 1em;
    padding: 10px;
    position: relative;
    background: rgb(76, 1, 79);
    background: -moz-linear-gradient(top, rgba(76, 1, 79, 1) 0%, rgba(59, 3, 77, 1) 13%, rgba(19, 8, 71, 1) 34%, rgba(0, 9, 62, 1) 48%, rgba(0, 8, 45, 1) 64%, rgba(0, 2, 11, 1) 88%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(76, 1, 79, 1) 0%, rgba(59, 3, 77, 1) 13%, rgba(19, 8, 71, 1) 34%, rgba(0, 9, 62, 1) 48%, rgba(0, 8, 45, 1) 64%, rgba(0, 2, 11, 1) 88%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(76, 1, 79, 1) 0%, rgba(59, 3, 77, 1) 13%, rgba(19, 8, 71, 1) 34%, rgba(0, 9, 62, 1) 48%, rgba(0, 8, 45, 1) 64%, rgba(0, 2, 11, 1) 88%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c014f', endColorstr='#000000', GradientType=0);
  }

  .bg_star {
    background: url(../img/bg_star.png) repeat;
    -webkit-animation: bg_star;
    animation: bg_star 5s linear infinite;
  }

  .bg_star02 {
    background: url(../img/bg_star.png) repeat;
    background-position: 25% 75%;
    -webkit-animation: bg_star02;
    animation: bg_star02 5s linear infinite;
  }

  .bg_smoke {
    background: url(../img/mainvisual_bgsmoke.png) no-repeat;
  }

  .bg_star,
  .bg_star02,
  .bg_smoke {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: -1;
  }

  .hide_pc {
    display: none;
  }

  .contents_wrap {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  #pagetop,
  #present_btn,
  #scratchcard_btn {
    width: 150px;
    height: 150px;
    position: fixed;
    text-align: right;
    line-height: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    z-index: 2;
  }

  #pagetop {
    bottom: 0;
    right: 20px;
    background: url(../img/pagetop.png) no-repeat;
  }

  #present_btn {
    bottom: 280px;
    right: 20px;
    background: url(../img/present_btn.png) no-repeat;
  }

  #scratchcard_btn {
    bottom: 140px;
    right: 20px;
    background: url(../img/scratch_btn.png) no-repeat;
  }

  #pagetop a:hover,
  #present_btn a:hover,
  #scratchcard_btn a:hover {
    opacity: 0.7;
  }

  .main_visual {
    max-width: 1240px;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .contents_inner {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
    z-index: 1;
  }

  .cnt_margin {
    margin: 5em auto 5em auto;
  }

  .main_visual h1 {
    max-width: 1240px;
    display: block;
    width: 100%;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    color: #FFFFFF;
  }

  .maintitle {
    width: 91%;
  }

  .notice_contents_inner p {
    width: 85%;
    margin: 0 auto;
    font-size: .8em;
    color: #FFFFFF;
    text-align: left;
  }

  .notice_contents_inner p a {
    color: #FFFFFF;
    text-decoration: underline;
  }

  .main_catchcopy {
    margin-top: -3vh;
  }

  .main_catchcopy .cnt_wrap {
    position: relative;
    background-color: #000000;
    padding-top: 2%;
  }

  .notice_contents_inner .thevoice_top p {
    background: url(../img/thevoice_top_bg.png) center no-repeat;
    width: 47%;
    height: 148px;
    text-align: center;
    text-indent: -9999px;
    z-index: 1;
    margin: 0 auto;
  }

  .present_contents_inner {
    background-image: url(../img/present_contents_inner_bg.png), url(../img/present_contents_wrap_bg.png);
    background-position: center, center;
    background-repeat: no-repeat, no-repeat;
    position: relative;
    padding-top: 8%;
    box-sizing: border-box;
  }

  .scratch_contents_inner {
    width: 80%;
    margin: 0 auto;
    background: url(../img/scratch_contents_inner_bg.png) no-repeat;
    /*
    background-image: url(../img/scratch_contents_bodytopbg.png), url(../img/scratch_contents_bodybg.png), url(../img/scratch_contents_bodybottombg.png);
    background-position: top, center, bottom;
    background-repeat: no-repeat, repeat-y, no-repeat;
    background-size: contain;
*/
    padding: 0 0 2% 0;
    box-shadow: 0px 0px 30px #ac2ac8;
    border: 6px solid #ac2ac8;
  }

  .share_contents_inner {
    width: 100%;
  }

  #summary {
    position: relative;
    width: 10%;
  }

  .program_time {
    max-width: 1240px;
    width: 20%;
    padding-top: .3%;
  }

  .program_text {
    max-width: 1240px;
    width: 18%;
    padding-bottom: 20px;
  }

  .scratchcard_emtext {
    max-width: 1240px;
    width: 15%;
    position: absolute;
    top: -50%;
    left: 16%;
  }

  .scratchcard_text {
    max-width: 1240px;
    width: 45%;
    padding: 0 0 1% 5%;
  }

  .program_detailtext {
    max-width: 1240px;
    width: 45%;
    margin-top: 1%;
  }

  .present_title {
    width: 24%;
  }

  .present_detailtext {
    width: 35%;
    margin-top: 1%;
  }

  .present_time_fast,
  .present_time_second,
  .present_time_third,
  .present_time_forth {
    width: 41%;
    position: absolute;
    top: -15px;
    left: 335px;
  }

  .present_contents_item {
    width: 51%;
  }

  .scratch_title {
    width: 36%;
    padding-bottom: 25px;
  }

  .scratch_time {
    width: 36%;
    padding-top: 5%;
  }

  .scratch_caption_text {
    width: 51%;
  }

  .share_contents_inner .cnt_wrap {
    width: 300px;
    margin: 0 auto;
    display: table;
    z-index: 1;
  }

  .share_contents_inner .cnt_wrap li {
    display: table-cell;
    vertical-align: middle;
    z-index: 1;
    padding-left: 10%;
  }


  .share_title {
    width: 68%;
    margin: 0 auto;
  }

  .share_facebook,
  .share_twitter,
  .share_line {
    width: 100%;
  }

  .share_twitter_timeline {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 2% 0;
  }

  .scratch_card_body {
    width: 80%;
    margin: 0 auto;
    padding: 2% 0 2% 0;
  }

  .notice_contents_inner {
    margin-top: 3%;
  }

  .footer .cnt_wrap {
    width: 700px;
    margin: 0 auto 1% auto;
    display: table;
    z-index: 1;
  }

  .footer .cnt_wrap li {
    display: table-cell;
    vertical-align: middle;
    z-index: 1;
    padding-left: 5%;
  }

  .rabbit_logo,
  .tfm_logo {
    width: 100%;
  }

  .footer p {
    font-size: .8em;
    padding-bottom: 2%;
  }

}

/*tablet*/
@media screen and (min-width:978px) and (max-width:1024px) {
  body {
    width: 100%;
    margin: 0 auto;
    font-family: Helvetica, ArialMT, "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", 繝｡繧､繝ｪ繧ｪ, sans-serif;
    font-size: 1em;
    padding: 10px;
    position: relative;
/*
    background: rgb(76, 1, 79);
    background: -moz-linear-gradient(top, rgba(76, 1, 79, 1) 0%, rgba(59, 3, 77, 1) 13%, rgba(19, 8, 71, 1) 34%, rgba(0, 9, 62, 1) 48%, rgba(0, 8, 45, 1) 64%, rgba(0, 2, 11, 1) 88%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(76, 1, 79, 1) 0%, rgba(59, 3, 77, 1) 13%, rgba(19, 8, 71, 1) 34%, rgba(0, 9, 62, 1) 48%, rgba(0, 8, 45, 1) 64%, rgba(0, 2, 11, 1) 88%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(76, 1, 79, 1) 0%, rgba(59, 3, 77, 1) 13%, rgba(19, 8, 71, 1) 34%, rgba(0, 9, 62, 1) 48%, rgba(0, 8, 45, 1) 64%, rgba(0, 2, 11, 1) 88%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c014f', endColorstr='#000000', GradientType=0);
*/
  }

  .bg_gradation {
    background: url(../img/bg.png) repeat;
    background-size: cover;
  }

  .bg_star {
    background: url(../img/bg_star.png) repeat;
    -webkit-animation: bg_star;
    animation: bg_star 5s linear infinite;
  }

  .bg_star02 {
    background: url(../img/bg_star.png) repeat;
    background-position: 25% 75%;
    -webkit-animation: bg_star02;
    animation: bg_star02 5s linear infinite;
  }

  .bg_smoke {
    background: url(../img/spmainvisual_bgsmoke.png) no-repeat;
  }

  .bg_star,
  .bg_star02,
  .bg_smoke,
  .bg_gradation{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: -1;
  }

  .hide_sp {
    display: none;
  }

  .pt10 {
    padding-top: 0.8%;
  }

  .pt20 {
    padding-top: 1.6%;
  }

  .pt40 {
    padding-top: 3.2%;
  }

  .mt40 {
    margin-top: 3.2%;
  }

  .pt120 {
    padding-top: 9.6%;
  }

  .pt60 {
    padding-top: 4.8%;
  }

  .contents_wrap {
    margin: 0 auto;
    text-align: center;
  }

  #pagetop,
  #present_btn,
  #scratchcard_btn {
    width: 4vw;
    height: 50vh;
    position: static;
    float: left;
    padding-left: 15%;
    margin: -1% auto;
  }

  #pagetop p,
  #present_btn p,
  #scratchcard_btn p {
    text-indent: -9999px;
  }

  #pagetop {
    bottom: 0;
    right: 0;
    background: url(../img/sp_pagetop.png) no-repeat;
    background-size: 100% auto;
  }

  #present_btn {
    bottom: 0;
    right: 0;
    background: url(../img/sp_present_btn.png) no-repeat;
    background-size: 100% auto;
    margin-left: 18%;
  }

  #scratchcard_btn {
    bottom: 0;
    right: 0;
    background: url(../img/sp_scratch_btn.png) no-repeat;
    background-size: 100% auto;
  }

  #pagetop a:hover,
  #present_btn a:hover,
  #scratchcard_btn a:hover {
    opacity: 0.7;
  }

  #summary {
    width: 100%;
    height: 13vh;
    margin: 0 auto;
    position: fixed;
    bottom: 0;
    background-color: #FFFFFF;
    opacity: 0.9;
    padding: 3%;
  }

  .main_visual {
    max-width: 767px;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .contents_inner {
    max-width: 767px;
    width: 100%;
    margin: 0 auto;
  }

  .cnt_wrap {
    width: 100%;
    margin: 0 auto;
    display: table;
  }

  .cnt_wrap li {
    display: table-cell;
    vertical-align: middle;
  }

  .cnt_margin {
    margin: 5em auto 5em auto;
  }

  .main_visual h1 {
    max-width: 1023px;
    display: block;
    width: 100%;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    color: #FFFFFF;
  }

  .maintitle {
    width: 91%;
  }

  .notice_contents_inner p {
    width: 85%;
    margin: 0 auto;
    font-size: .8em;
    color: #FFFFFF;
    text-align: left;
  }

  .notice_contents_inner p a {
    color: #FFFFFF;
    text-decoration: underline;
  }

  .main_catchcopy {
    margin-top: 0;
  }

  .main_catchcopy .cnt_wrap {
    background-color: #000000;
    position: relative;
  }

  .notice_contents_inner .thevoice_top p {
    background: url(../img/thevoice_top_bg.png) center no-repeat;
    width: 45%;
    height: 66px;
    text-align: center;
    text-indent: -9999px;
    margin: 0 auto;
    background-size: 100% auto;
  }

  .present_contents_inner {
    width: 80%;
    margin: 0 auto;
    padding: 2% 0 2% 0;
    box-shadow: 0px 0px 30px #ce1b70;
    border: 2px solid #ce1b70;
    /*
    background: url(../img/sp_present_contents_inner_bg) no-repeat;
    background-image: url(../img/sp_present_contents_inner_bg.png), url(../img/sp_present_contents_wrap_bg.png);
    background-position: center, center;
    background-repeat: no-repeat, no-repeat;
    position: relative;
    background-size: 85% auto;
*/
    padding: 1em 0 .3em 0;
    margin: 1em auto 1.5em auto;
  }

  .present_contents_inner p {
    margin-top: -5%;
  }

  .present_contents_inner p:first-child {
    margin-top: 0;
  }

  .scratch_contents_inner {
    width: 71%;
    margin: 0 auto;
    padding: 0 0 2% 0;
    box-shadow: 0px 0px 30px #ac2ac8;
    border: 2px solid #ac2ac8;
    background: url(../img/scratch_contents_inner_bg.png) no-repeat;
    /*
    background-image: url(../img/sp_scratch_contents_bodytopbg.png), url(../img/sp_scratch_contents_bodybg.png), url(../img/sp_scratch_contents_bodybottombg.png);
    background-position: top, center, bottom;
    background-repeat: no-repeat, repeat-y, no-repeat;
    background-size: contain;
    padding: 100% 0 2% 0;
*/
  }

  .share_contents_inner {
    width: 100%;
  }

  .program_time {
    width: 44%;
  }

  .program_text {
    width: 28%;
  }

  .scratchcard_emtext {
    width: 25%;
    position: absolute;
    top: -8vh;
    left: 3vw;
  }

  .scratchcard_text {
    width: 63%;
    padding: 1% 0 3% 20%;
  }

  .program_detailtext {
    width: 73%;
    padding-top: 2%;
  }

  .present_title {
    width: 35%;
  }

  .present_detailtext {
    width: 45%;
    margin-top: 1%;
  }

  .present_time_fast,
  .present_time_second,
  .present_time_third,
  .present_time_forth {
    width: 55%;
    position: static;
    top: 0;
    left: 0;
    margin: 0 auto 1.5em auto;
  }

  .present_contents_item {
    width: 40%;
    margin-left: -5%;
  }

  .present_contents_forthitem {
    width: 43%;
    margin-left: 0;
  }

  .present_contents_twoitem {
    width: 44%;
    margin-left: 1%;
  }

  .present_contents_threeitem {
    width: 40%;
    margin-left: -3%;
  }

  .scratch_title {
    width: 50%;
    padding-bottom: 2%;
  }

  .scratch_time {
    width: 45%;
    margin: 5% auto;
  }

  .scratch_caption_text {
    width: 65%;
  }

  .share_contents_inner .cnt_wrap {
    width: 50%;
    margin: 0 auto;
    display: table;
    z-index: 1;
  }

  .share_contents_inner .cnt_wrap li {
    display: table-cell;
    vertical-align: middle;
    z-index: 1;
    padding-left: 10%;
  }

  .share_title {
    width: 75%;
    margin: 0 auto;
  }

  .share_facebook,
  .share_twitter,
  .share_line {
    width: 100%;
  }

  .share_twitter_timeline {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 2% 0;
  }

  .scratch_card_body {
    width: 50%;
    margin: 0 auto;
    padding: 2% 0 2% 0;
  }

  .notice_contents_inner {
    margin-top: 3%;
  }

  .footer .cnt_wrap {
    width: 60%;
    margin: 0 auto 1% auto;
    display: table;
    z-index: 1;
  }

  .footer .cnt_wrap li {
    display: table-cell;
    vertical-align: middle;
    z-index: 1;
    padding-left: 5%;
  }

  .rabbit_logo,
  .tfm_logo {
    width: 100%;
  }

  .footer {
    padding-bottom: 25%;
  }

  .footer p {
    font-size: .8em;
    padding-bottom: 2%;
  }
}


/*tablet*/
@media screen and (min-width:768px) and (max-width:977px) {
  body {
    width: 100%;
    margin: 0 auto;
    font-family: Helvetica, ArialMT, "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", 繝｡繧､繝ｪ繧ｪ, sans-serif;
    font-size: 1em;
    padding: 10px;
    position: relative;
    /*
    background: rgb(76, 1, 79);
    background: -moz-linear-gradient(top, rgba(76, 1, 79, 1) 0%, rgba(59, 3, 77, 1) 13%, rgba(19, 8, 71, 1) 34%, rgba(0, 9, 62, 1) 48%, rgba(0, 8, 45, 1) 64%, rgba(0, 2, 11, 1) 88%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(76, 1, 79, 1) 0%, rgba(59, 3, 77, 1) 13%, rgba(19, 8, 71, 1) 34%, rgba(0, 9, 62, 1) 48%, rgba(0, 8, 45, 1) 64%, rgba(0, 2, 11, 1) 88%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(76, 1, 79, 1) 0%, rgba(59, 3, 77, 1) 13%, rgba(19, 8, 71, 1) 34%, rgba(0, 9, 62, 1) 48%, rgba(0, 8, 45, 1) 64%, rgba(0, 2, 11, 1) 88%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c014f', endColorstr='#000000', GradientType=0);
*/
  }

  .bg_gradation {
    background: url(../img/bg.png) repeat;
    background-size: cover;
  }

  .bg_star {
    background: url(../img/bg_star.png) repeat;
    -webkit-animation: bg_star;
    animation: bg_star 5s linear infinite;
  }

  .bg_star02 {
    background: url(../img/bg_star.png) repeat;
    background-position: 25% 75%;
    -webkit-animation: bg_star02;
    animation: bg_star02 5s linear infinite;
  }

  .bg_smoke {
    background: url(../img/spmainvisual_bgsmoke.png) no-repeat;
  }

  .bg_star,
  .bg_star02,
  .bg_smoke,
  .bg_gradation {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: -1;
  }

  .hide_sp {
    display: none;
  }

  .pt10 {
    padding-top: 0.8%;
  }

  .pt20 {
    padding-top: 1.6%;
  }

  .pt40 {
    padding-top: 3.2%;
  }

  .mt40 {
    margin-top: 3.2%;
  }

  .pt120 {
    padding-top: 9.6%;
  }

  .pt60 {
    padding-top: 4.8%;
  }

  .contents_wrap {
    margin: 0 auto;
    text-align: center;
  }

  #pagetop,
  #present_btn,
  #scratchcard_btn {
    width: 4vw;
    height: 55vh;
    position: static;
    float: left;
    padding-left: 15%;
    margin: -1% auto;
  }

  #pagetop p,
  #present_btn p,
  #scratchcard_btn p {
    text-indent: -9999px;
  }

  #pagetop {
    bottom: 0;
    right: 0;
    background: url(../img/sp_pagetop.png) no-repeat;
    background-size: 100% auto;
  }

  #present_btn {
    bottom: 0;
    right: 0;
    background: url(../img/sp_present_btn.png) no-repeat;
    background-size: 100% auto;
    margin-left: 18%;
  }

  #scratchcard_btn {
    bottom: 0;
    right: 0;
    background: url(../img/sp_scratch_btn.png) no-repeat;
    background-size: 100% auto;
  }

  #pagetop a:hover,
  #present_btn a:hover,
  #scratchcard_btn a:hover {
    opacity: 0.7;
  }

  #summary {
    width: 100%;
    height: 13vh;
    margin: 0 auto;
    position: fixed;
    bottom: 0;
    background-color: #FFFFFF;
    opacity: 0.9;
    padding: 3%;
  }

  .main_visual {
    max-width: 767px;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .contents_inner {
    max-width: 767px;
    width: 100%;
    margin: 0 auto;
  }

  .cnt_wrap {
    width: 100%;
    margin: 0 auto;
    display: table;
  }

  .cnt_wrap li {
    display: table-cell;
    vertical-align: middle;
  }

  .cnt_margin {
    margin: 5em auto 5em auto;
  }

  .main_visual h1 {
    max-width: 1023px;
    display: block;
    width: 100%;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    color: #FFFFFF;
  }

  .maintitle {
    width: 91%;
  }

  .notice_contents_inner p {
    width: 85%;
    margin: 0 auto;
    font-size: .8em;
    color: #FFFFFF;
    text-align: left;
  }

  .notice_contents_inner p a {
    color: #FFFFFF;
    text-decoration: underline;
  }

  .main_catchcopy {
    margin-top: 0;
  }

  .main_catchcopy .cnt_wrap {
    background-color: #000000;
    position: relative;
  }

  .notice_contents_inner .thevoice_top p {
    background: url(../img/thevoice_top_bg.png) center no-repeat;
    width: 45%;
    height: 66px;
    text-align: center;
    text-indent: -9999px;
    margin: 0 auto;
    background-size: 100% auto;
  }

  .present_contents_inner {
    width: 80%;
    margin: 0 auto;
    padding: 2% 0 2% 0;
    box-shadow: 0px 0px 30px #ce1b70;
    border: 2px solid #ce1b70;
    /*
    background: url(../img/sp_present_contents_inner_bg) no-repeat;
    background-image: url(../img/sp_present_contents_inner_bg.png), url(../img/sp_present_contents_wrap_bg.png);
    background-position: center, center;
    background-repeat: no-repeat, no-repeat;
    position: relative;
    background-size: 85% auto;
*/
    padding: 1em 0 .3em 0;
    margin: 2.2em auto 3em auto;
  }

  .present_contents_inner p {
    margin-top: -5%;
  }

  .present_contents_inner p:first-child {
    margin-top: 0;
  }

  .scratch_contents_inner {
    width: 80%;
    margin: 0 auto;
    padding: 0 0 2% 0;
    box-shadow: 0px 0px 30px #ac2ac8;
    border: 2px solid #ac2ac8;
    background: url(../img/scratch_contents_inner_bg.png) no-repeat;
    /*
    background-image: url(../img/sp_scratch_contents_bodytopbg.png), url(../img/sp_scratch_contents_bodybg.png), url(../img/sp_scratch_contents_bodybottombg.png);
    background-position: top, center, bottom;
    background-repeat: no-repeat, repeat-y, no-repeat;
    background-size: contain;
    padding: 2% 0 2% 0;
*/
  }

  .share_contents_inner {
    width: 100%;
  }

  .program_time {
    width: 44%;
  }

  .program_text {
    width: 28%;
  }

  .scratchcard_emtext {
    width: 25%;
    position: absolute;
    top: -8vh;
    left: 3vw;
  }

  .scratchcard_text {
    width: 63%;
    padding: 1% 0 3% 20%;
  }

  .program_detailtext {
    width: 73%;
    padding-top: 2%;
  }

  .present_title {
    width: 35%;
  }

  .present_detailtext {
    width: 45%;
    margin-top: 1%;
  }

  .present_time_fast,
  .present_time_second,
  .present_time_third,
  .present_time_forth {
    width: 55%;
    position: static;
    top: 0;
    left: 0;
    margin: 0 auto 2.5em auto;
  }

  .present_contents_item {
    width: 40%;
    margin-left: -5%;
  }

  .present_contents_forthitem {
    width: 43%;
    margin-left: 0;
  }

  .present_contents_twoitem {
    width: 44%;
    margin-left: 1%;
  }

  .present_contents_threeitem {
    width: 40%;
    margin-left: -3%;
  }

  .scratch_title {
    width: 50%;
    padding-bottom: 2%;
  }

  .scratch_time {
    width: 45%;
    margin: 5% auto;
  }

  .scratch_caption_text {
    width: 65%;
  }

  .share_contents_inner .cnt_wrap {
    width: 50%;
    margin: 0 auto;
    display: table;
    z-index: 1;
  }

  .share_contents_inner .cnt_wrap li {
    display: table-cell;
    vertical-align: middle;
    z-index: 1;
    padding-left: 10%;
  }

  .share_title {
    width: 75%;
    margin: 0 auto;
  }

  .share_facebook,
  .share_twitter,
  .share_line {
    width: 100%;
  }

  .share_twitter_timeline {
    width: 80%;
    margin: 0 auto;
    padding: 0 0 2% 0;
  }

  .scratch_card_body {
    width: 50%;
    margin: 0 auto;
    padding: 2% 0 2% 0;
  }

  .footer .cnt_wrap {
    width: 60%;
    margin: 0 auto 1% auto;
    display: table;
    z-index: 1;
  }

  .footer .cnt_wrap li {
    display: table-cell;
    vertical-align: middle;
    z-index: 1;
    padding-left: 5%;
  }

  .rabbit_logo,
  .tfm_logo {
    width: 100%;
  }

  .notice_contents_inner {
    margin-top: 3%;
  }

  .footer {
    padding-bottom: 25%;
  }

  .footer p {
    font-size: .8em;
    padding-bottom: 2%;
  }
}

/* SP */
@media screen and (min-width:320px) and (max-width:767px) {
  body {
    width: 100%;
    margin: 0 auto;
    font-family: Helvetica, ArialMT, "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", 繝｡繧､繝ｪ繧ｪ, sans-serif;
    font-size: 1em;
    padding: 10px;
    position: relative;
  }

  .bg_gradation {
    background: url(../img/bg.png) repeat;
    background-size: cover;
  }

  .bg_star {
    background: url(../img/bg_star.png) repeat;
    -webkit-animation: bg_star;
    animation: bg_star 5s linear infinite;
  }

  .bg_star02 {
    background: url(../img/bg_star.png) repeat;
    background-position: 70% 55%;
    -webkit-animation: bg_star02;
    animation: bg_star02 5s linear infinite;
  }

  .bg_smoke {
    background: url(../img/spmainvisual_bgsmoke.png) no-repeat;
  }

  .bg_star,
  .bg_star02,
  .bg_smoke,
  .bg_gradation {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: -1;
  }

  .hide_sp {
    display: none;
  }

  .pt10 {
    padding-top: 0;
  }

  .pt20 {
    padding-top: 0;
  }

  .pt40 {
    padding-top: 0;
  }

  .mt40 {
    margin-top: 0;
  }

  .pt120 {
    padding-top: 10%;
  }

  .pt60 {
    padding-top: 0;
  }

  .contents_wrap {
    margin: 0 auto;
    text-align: center;
  }

  #pagetop,
  #present_btn,
  #scratchcard_btn {
    width: 5vw;
    height: 15vh;
    position: static;
    float: left;
    padding-left: 15%;
    margin: 0 auto;
  }

  #pagetop p,
  #present_btn p,
  #scratchcard_btn p {
    text-indent: -9999px;
  }

  #pagetop {
    bottom: 0;
    right: 0;
    background: url(../img/sp_pagetop.png) no-repeat;
    background-size: 100% auto;
  }

  #present_btn {
    bottom: 0;
    right: 0;
    background: url(../img/sp_present_btn.png) no-repeat;
    background-size: 100% auto;
    margin-left: 20%;
  }

  #scratchcard_btn {
    bottom: 0;
    right: 0;
    background: url(../img/sp_scratch_btn.png) no-repeat;
    background-size: 100% auto;
  }

  #pagetop a:hover,
  #present_btn a:hover,
  #scratchcard_btn a:hover {
    opacity: 0.7;
  }

  #summary {
    width: 100%;
    height: 12vh;
    margin: 0 auto;
    position: fixed;
    bottom: 0;
    background-color: #FFFFFF;
    opacity: 0.9;
    padding: 2%;
  }

  .main_visual {
    max-width: 767px;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .contents_inner {
    max-width: 767px;
    width: 100%;
    margin: 0 auto;
  }

  .cnt_wrap {
    width: 100%;
    margin: 0 auto;
    display: table;
  }

  .cnt_wrap li {
    display: table-cell;
    vertical-align: middle;
  }

  .cnt_margin {
    margin: 5em auto 5em auto;
  }

  .main_visual h1 {
    max-width: 767px;
    display: block;
    width: 100%;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    color: #FFFFFF;
  }

  .maintitle {
    width: 91%;
  }

  .notice_contents_inner p {
    width: 85%;
    margin: 0 auto;
    font-size: .5em;
    color: #FFFFFF;
    text-align: left;
  }

  .notice_contents_inner p a {
    color: #FFFFFF;
    text-decoration: underline;
  }

  .main_catchcopy {
    margin-top: 0;
  }

  .main_catchcopy .cnt_wrap {
    background-color: #000000;
    position: relative;
  }

  .notice_contents_inner .thevoice_top p {
    background: url(../img/thevoice_top_bg.png) center no-repeat;
    width: 45%;
    height: 66px;
    text-align: center;
    text-indent: -9999px;
    margin: 1em auto;
    background-size: 100% auto;
  }

  .present_contents_inner {
    width: 100%;
    margin: 0 auto;
    padding: 2% 0 2% 0;
    box-shadow: 0px 0px 10px #ce1b70;
    border-top: 2px solid #ce1b70;
    border-bottom: 2px solid #ce1b70;
    /*
    background: url(../img/sp_present_contents_inner_bg) no-repeat;
    background-image: url(../img/sp_present_contents_inner_bg.png), url(../img/sp_present_contents_wrap_bg.png);
    background-position: center, center;
    background-repeat: no-repeat, no-repeat;
    position: relative;
    background-size: 85% auto;
*/
    padding: .8em 0 .3em 0;
    margin: 1em auto 1.5em auto;
    box-sizing: border-box;
    border-left: none;
    border-right: none;
  }

  .present_contents_inner p {
    margin-top: -5%;
  }

  .present_contents_inner p:first-child {
    margin-top: 0;
  }

  .scratch_contents_inner {
    width: 100%;
    margin: 0 auto;
    padding: 4% 0 4% 0;
    box-shadow: 0px 0px 10px #ac2ac8;
    border: 2px solid #ac2ac8;
    background: url(../img/scratch_contents_inner_bg.png) no-repeat;
    /*
    background-image: url(../img/sp_scratch_contents_bodytopbg.png), url(../img/sp_scratch_contents_bodybg.png), url(../img/sp_scratch_contents_bodybottombg.png);
    background-position: top, center, bottom;
    background-repeat: no-repeat, repeat-y, no-repeat;
    background-size: contain;
    padding: 100% 0 2% 0;
*/
  }

  .scratch_contents_inner p:first-child {
    margin-top: 0;
  }

  .share_contents_inner {
    width: 100%;
  }

  .program_time {
    width: 44%;
  }

  .program_text {
    width: 28%;
  }

  .scratchcard_emtext {
    width: 25%;
    position: absolute;
    top: -8vh;
    left: 4vw;
  }

  .scratchcard_text {
    width: 63%;
    padding: 3% 0 3% 18%;
  }

  .program_detailtext {
    width: 73%;
    padding-top: 3.2%;
  }

  .present_title {
    width: 37%;
  }

  .present_detailtext {
    width: 45%;
    margin-top: 1%;
  }

  .present_time_fast,
  .present_time_second,
  .present_time_third,
  .present_time_forth {
    width: 55%;
    position: static;
    top: 0;
    left: 0;
    margin: 0 auto 1.5em auto;
  }

  .present_contents_item {
    width: 49%;
    margin-left: -10%;
  }

  .present_contents_forthitem {
    width: 62%;
    margin-left: 0;
  }

  .present_contents_twoitem {
    width: 60%;
    margin-left: 1%;
  }

  .present_contents_threeitem {
    width: 55%;
    margin-left: 0;
  }

  .scratch_title {
    width: 50%;
    padding-bottom: 2%;
    margin-top: -2%;
  }

  .scratch_time {
    width: 60%;
  }

  .scratch_caption_text {
    width: 90%;
  }

  .share_contents_inner .cnt_wrap {
    width: 60%;
    margin: 1em auto;
    display: table;
    z-index: 1;
  }

  .share_contents_inner .cnt_wrap li {
    display: table-cell;
    vertical-align: middle;
    z-index: 1;
    padding-left: 10%;
  }

  .share_title {
    width: 85%;
    margin: .5em auto;
  }

  .share_facebook,
  .share_twitter,
  .share_line {
    width: 100%;
  }

  .share_twitter_timeline {
    width: 100%;
    margin: 0 auto;
    padding: 6% 0 2% 0;
  }

  .scratch_card_body {
    width: 100%;
    margin: 0 auto;
    padding: 2% 0 2% 0;
  }

  .notice_contents_inner {
    margin-top: -10%;
  }

  .footer .cnt_wrap {
    width: 85%;
    margin: 0 auto 1% auto;
    display: table;
    z-index: 1;
  }

  .footer .cnt_wrap li {
    display: table-cell;
    vertical-align: middle;
    z-index: 1;
    padding-left: 5%;
  }

  .rabbit_logo,
  .tfm_logo {
    width: 100%;
  }

  .footer {
    padding-bottom: 25%;
  }

  .footer p {
    font-size: .5em;
    padding-bottom: 2%;
  }
}

/* Twitter */
@media screen and (max-width: 768px) and (min-width: 411px) {
  .posts_data_wrapper {
    width: 335px !important;
  }
}

@media screen and (max-width: 320px) and (min-width: 300px) {
  .posts_data_wrapper {
    width: 250px !important;
  }
}

/*
@media screen and (max-width: 480px) {
  .posts_data_wrapper {
    width: 330px !important;
    margin: 0 auto;
  }
}

.timeline-Widget {
  max-width: 300px !important;
  width: 200px !important;
}
*/
</pre></body></html>