@charset "UTF-8";

body {
    font-size:1.4rem;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    color: #fff;
    /* background-color: #222; */
    background: #000;
}
.containerInner {
}
.containerInner::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    /* background: url(/images/app_form/5g-mama2023/background.jpg) top no-repeat; */
    background-size: cover;
}
@media (min-width: 768px) {
    body {
        font-size: 14px;
    }
    .container {
        max-width: 768px;
        margin: 0 auto;
    }
}

/* header */
header {
    padding: 0 0 0px;
    background-color: #1a1a1a;
}
header .mv {
    padding: 0;
    text-align: center;
}
header .mv img {
    width: 100%;
    height: auto;
}
header h1 {
    padding: 35px 16px 0;
    color: #fff;
}
header h1 img {
    vertical-align: middle;
}
header h1 .logomark {
    display: inline-block;
    margin: 16px 8px 16px 0;
    width: 18%;
}
header h1 .logotype {
    display: inline-block;
    margin: 0;
    width: 70%;
}
/*header h1 span {
    display: inline-block;
    vertical-align: middle;
    color: #0c419a;
    font-size: 24px;
}*/
header h1 p {
    padding: 0;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: .1rem;
}
header h1 span {
    font-size: 14px;
}
header .news {
    padding: 0 16px;
}
header .news dl {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #ededed;
}
header .news dt {
    width: 90%;
    border-bottom: 1px solid #ededed;
    padding: 10px;
    font-size:14px;
    line-height: 1.3;
}
header .news dd {
    width: 10%;
    position: relative;
    display: block;
    border-bottom: 1px solid #ededed;
    padding: 10px;
    font-size:14px;
}
header .news dd .close {
  position: absolute;
  top: 50%;
  left: 5px;
  width: 10px;
  transform: translateY(-50%);
}
header .lead {
    padding: 16px 16px 0;
}
header .lead p {
    padding-bottom: 0.5rem;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.6;
    /*text-shadow: 1px 1px 5px #000;*/
}
header h2 {
    padding: 15px 10px 15px;
    color: #eb5505;
    font-size: 2rem;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
}

/* footer */
footer {
    /* padding: 16px 0 0; */
    background: #fff;
}
footer .totop {
    text-align: center;
}
footer .totop .btn {
    display: inline-block;
    width: 64px;
    height: 64px;
    border-radius: 64px;
    padding: 10px;
    margin:0 10px;
    background: #EF7F43;
    box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.3);
}
footer .copyright {
    padding: 24px 0;
    color: #000;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
}
.cnt_copyright {
    padding: 0px 16px 5px;
    color: #fff;
    text-align: center;
    font-size: 10px;
}

/* smapre */
.smapre {
    margin: 0;
}
.smapre .inner {
    padding: 0 16px;
    text-align: center;
    font-size: 13px;
}
.smapre .lead {
    font-size: 16px;
    font-weight: 700;
    color: #EF7F43;
}
.smapre .au {
    font-size: 12px;
}
.smapre .line {
    margin: 16px 0;
    border-bottom: 1px solid #000;
}

/* onair */
.onair {
    margin: 0;
}
.onair .inner {
    padding: 0 16px;
    text-align: center;
    font-size: 13px;
}
.onair .lead {
    padding: 0;
    font-size: 16px;
    font-weight: 700;
    color: #000;
}
.onair .inner a {
  color: #fff;
  text-decoration: none;
  padding: 16px 0;
}


/* lineup */
.lineup {
    margin: 0 0 32px;
}
.lineup .movie {
    margin: 0 16px 24px;
}
.lineup .movie h2 {
    margin: 8px 0;
}
.lineup .thumb {
    position: relative;
}
.lineup .play {
    /* background: url("/images/app_form/5g-mama2023/mark_play.png") no-repeat center center; */
    background-size: contain;
    margin: -60px 0 0 -60px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 120px;
}
.lineup .schedule {
    margin: 0 16px 24px;
    color: #fff;
    background-color: #071529;
}
.lineup .schedule h2 {
    padding: 8px;
    border-bottom: 1px solid #2BC8FF;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: .2rem;
    color: #2BC8FF;
    background-color: #071529;
}
.lineup .schedule dl {
    width: 100%;
    padding: 16px 8px 0;
    background-color: #071529;
}
.lineup .schedule dt {
    padding: 8px 0;
}
.lineup .schedule dt span {
    color: #fff;
}
.lineup .schedule dd {
    padding: 0 0 8px 8px;
    font-size: 12px;
    line-height: 1.4;
    text-align: left;
}
.lineup .about {
    margin: 0 16px 24px;
    color: #fff;
    background-color: #071529;
}
.lineup .about h2 {
    padding: 8px;
    border-bottom: 1px solid #2BC8FF;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: .2rem;
    color: #2BC8FF;
}
.lineup .about p {
    padding: 24px 8px 8px;
    font-size: 13px;
    line-height: 1.6;
}
.lineup .about span {
    display: block;
    text-align: right;
    padding: 8px 0 0;
}
.lineup .about span a {
    border-bottom: 1px dotted #2BC8FF;
    color: #2BC8FF;
}
.lineup .mnet {
    margin: 0 16px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    color: #fff;
    /* background:rgba(0,0,0,0.7); */
}
.lineup .mnet h2 {
    padding: 8px 0;
}
.lineup .mnet p {
    background:rgba(0,0,0,0.7);
    padding: 0 0 8px;
}
.lineup .item {
    margin: 0 16px 24px;
    background: #fff;
}
.lineup .item .icatch {
    text-align: center;
}
.lineup .item .icatch img {
    width: 100%;
    height: auto;
}
.lineup .item .artist {
    text-align: center;
    margin: 0 0 8px;
}
.lineup .item .inner {
    padding: 16px;
}
.lineup .item h2 {
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    margin: 23px 0;
    line-height: 38px;
}
/*
.lineup .item h3 {
    padding: 0 0 16px;
    background: -webkit-linear-gradient(0deg, #f5c532 30%, #ef7c4d, #515dd3 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.02rem;
}
.lineup .item h4 {
    margin: 16px 0 8px;
    padding: 8px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: .2rem;
}
 */
.lineup .item h3 {
    font-weight: normal;
    margin: 5.5rem 0 10px;
    text-align: center;
    font-size: 1.9rem;
}
.lineup .item h5 {
    padding: 0 0 16px;
    background: -webkit-linear-gradient(0deg, #f5c532 30%, #ef7c4d, #515dd3 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.02rem;
}
.lineup .item .inner .note {
    padding: 25px 0 10px;
    font-size: 13px;
    line-height: 1.4;
}
.lineup .item .inner .caption {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
}
.lineup .item .inner .datasize {
    margin: 0 0 8px;
    line-height: 1.4;
    font-size: 12px;
}
.lineup .item .inner .compatible {
    padding: 0;
    text-align: right;
    font-size: 12px;
}
.lineup .item .inner .compatible a {
    color: #000;
    border-bottom: 1px dotted #000;
}
.lineup .item .inner .attention {
    margin: 0 0 8px;
    line-height: 1.4;
    font-size: 12px;
}
.lineup .item .line {
    margin: 16px 0;
    border-bottom: 1px solid #000;
}
.lineup .item ul {
    padding: 16px 0 8px;
}
.lineup .item li {
    padding-left: 1em;
    padding-bottom: 3rem;
    text-indent: -1em;
    font-size: 12px;
    line-height: 1.5;
}
.lineup .item li a {
    color: #1f43a6;
    font-weight: 700;
    border-bottom: 1px dotted #1f43a6;
}
.lineup .item ul.playlist {
    padding: 20px 0;
}
.lineup .item ul.playlist li {
    padding-left: 0;
    width: 100%;
    text-indent: 0;
    position: relative;
}
.lineup .item ul.playlist li:last-of-type {
    padding-bottom: 0;
}
.lineup .item ul.playlist li img {
    display: inline-block;
    width: 23%;
    height: auto;
}
.lineup .item ul.playlist li p {
    display: inline-block;
    width: 74%;
    padding: 4px 0 0 8px;
    word-break: normal;
    line-height: 2;
}
.lineup .item ul.playlist a {
    display: block;
    color: #000;
    font-size: 12px;
    font-weight: normal;
    border-bottom: none;
}
.lineup .item ul.playlist li  .datasize {
    text-align: center;
    width: 100%;
    padding: 4px;
    margin: 8px 0 0;
    background: #eee;
}
.lineup .item .hr {
    height: 3px;
    background: -webkit-linear-gradient(0deg, #f5c532 30%, #ef7c4d, #515dd3 60%);
    border: none;
}

/* mnetlive */
.mnetlive .item {
    margin: 0 16px 24px;
    background: #fff;
}
.mnetlive .item .inner {
    padding: 16px;
}
.mnetlive .item .inner h2 {
    padding: 0 0 16px;
    background: -webkit-linear-gradient(0deg, #f5c532 30%, #ef7c4d, #515dd3 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.02rem;
}
.mnetlive .item .inner .datasize {
    margin: 0 0 16px;
    line-height: 1.4;
    font-size: 12px;
    text-align: center;
}
.mnetlive .item .inner .compatible {
    padding: 0 0 4px;
    text-align: right;
    font-size: 12px;
}
.mnetlive .item .inner .compatible a {
    color: #000;
    border-bottom: 1px dotted #000;
}
.mnetlive .item ul {
    margin: 16px 0 8px;
    padding: 8px 16px 4px;
    background: #f4f4f4;
}
.mnetlive .item li {
    padding-left: 1em;
    padding-bottom: 4px;
    text-indent: -1em;
    font-size: 12px;
    line-height: 1.5;
}
.item .inner .watchTime {
    line-height: 1.4;
    font-size: 12px;
    text-align: center;
    margin-bottom: 16px;
}


/* notice */
.notice {
    margin: 0 0 32px;
}
.notice .inner {
    margin: 0 16px;
}
.notice .inner h2 {
    position: relative;
    margin: 8px 0;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
}
.notice .inner h2:before, .notice .inner h2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 20px;
  height: 1px;
  background: #000;
}
.notice .inner h2:before {
  left:0;
}
.notice .inner h2:after {
  right: 0;
}
.notice .inner .compatible {
    padding: 0;
    text-align: right;
    font-size: 12px;
}
.notice .inner .compatible a {
    color: #000;
    border-bottom: 1px dotted #000;
}
.notice ul {
    padding: 0px 0 8px;
}
.notice li {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 1.2rem;
    line-height: 1.5;
}
.notice li a {
    color: #fff;
    font-weight: 700;
    border-bottom: 1px solid #fff;
}


/* smash */
.smash {
    margin: 0;
    border-top: 1px solid #8f75fd;
    color: #fff;
    text-align: center;
}
.smash .inner {
    margin: 0;
    padding: 0 16px;
}
.smash .inner .caption {
    padding: 0 0 16px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
}
.smash h4 {
    padding: 8px 0 16px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    text-shadow: #ff3682 1px 1px 10px, #ff3682 -1px 1px 10px,#ff3682 1px -1px 10px, #ff3682 -1px -1px 10px;
}
.smash .cnt {
    margin: 0 0 32px;
    padding: 12px;
    border-radius: 4px;
    border: 1px solid #bbb;
    color: #bbb;
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
}
.smash .inner .note {
    padding: 8px 0;
    color: #bbb;
    line-height: 1.4;
    font-size: 12px;
    text-align: left;
}
.smash .inner dl,dt,dd {
    margin: 0;
    padding: 0;
}
.smash .inner dl {
    width: 100%;
    border: 1px solid #fff;
    padding: 16px 10px;
    margin: 0 0 24px;
}
.smash .inner dt {
    position: relative;
}
.smash .inner dd {
    margin: 20px 0 0;
    font-size: 12px;
    line-height: 1.4;
    text-align: left;
}
.smash .inner dd li {
    margin: 0 0 10px;
    padding-left: 1em;
    line-height: 1.5;
    text-indent: -1em;
}
.smash .inner dd a {
    color: #EF3279;
    font-weight: 700;
    border-bottom: 1px solid #EF3279;
}
.smash .inner span::before,.smash .inner span::after {
    content: '';
    display: block;
    width: 15px;
    height: 1px;
    background: #fff;
    position: absolute;
    right: 2%;
    top: 50%;
    transform: translateY(-50%);
}
.smash .inner span::after {
    background: #fff;
    transform: translateY(-50%) rotate(90deg);
    transition: 0.5s;
}
.smash .inner .active::after {
    transform: rotate(0);
    transition: 0.5s;
}



/* sns */
.sns_blk {
    margin: 0 0 16px;
    text-align: center;
    color: #333;
}
.sns_blk .inner {
    margin: 0 16px;
    padding: 16px;
    background: #fff;
    box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.2);
}
.sns_blk .inner .ttl {
    margin: 0 0 16px;
    padding: 0 0 4px;
    border-bottom: 1px solid #333;
    text-align: left;
    font-size: 14px;
    font-weight: 700;
}
.sns_blk .inner .sns_icon {
    text-align: center;
}
.sns_blk .inner ul {
    list-style-type: none;
    padding-left: 0;
}
.sns_blk .inner li {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    padding: 10px;
    margin:0 10px;
}
.icon_line {
    background: #06c755;
}
.icon_twitter {
    background: #1d9bf0;
}
.icon_facebook {
    background: #1877f2;
}


/* step */
.step_blk {
    margin: 0 0 32px;
    text-align: center;
    color: #3C3C5A;
}
.step_blk h2 {
    padding: 0px 16px 16px;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}
.step_blk .inner {
    margin: 0 16px;
    padding: 16px 16px 24px;
    background: #fff;
    box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.2);
}
.step_blk .ttl {
    padding: 8px 0;
}
.step_blk .ttl p {
    color: #ef7f43;
    font-size: 14px;
    font-weight: 700;
}
.step_blk .ttl h3 {
    position: relative;
    margin: 8px 0;
    padding: 0 42px;
    color: #ef7f43;
    font-size: 20px;
    font-weight: 700;
}
.step_blk .ttl h3:before, .step_blk .ttl h3:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 60px;
  height: 2px;
  background: #ef7f43;
}
.step_blk .ttl h3:before {
  left:0;
}
.step_blk .ttl h3:after {
  right: 0;
}
.step_blk .steptxt {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
}
.step_blk .steptxt02 {
    margin: 16px 0;
    padding: 8px;
    border-radius: 5px;
    background: #F6FAFF;
    text-align: left;
}
.step_blk .steptxt02 p {
    padding: 0 0 8px;
    font-size: 12px;
    line-height: 1.4;
}
.step_blk .note {
    display: block;
    padding: 8px 0;
    text-align: left;
    font-size: 12px;
}
.step_blk dl dt {
    display: inline-block;
    border-bottom: 2px dashed #ef7f43;
    padding: 0 0 4px;
    margin: 20px 0;
    font-size: 14px;
    font-weight: 700;
}
.step_blk dl dd {
    padding: 0 0 4px;
    font-size: 14px;
    line-height: 1.4;
}
.step_blk dl dd a {
    display: block;
}
.step_blk .line {
    margin: 8px 0;
    border-bottom: 1px solid #ececec;
}
.howto {
    border: 1px solid #fff;
    padding: 16px 16px 0;
    margin: 24px 16px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    background:rgba(0,0,0,0.7);
}
.howto a {
    /*color: #f4d862;*/
    /*border-bottom: 1px dotted #f4d862;*/
}
.howto span {
    /*color: #f4d862;*/
    /*position: relative;*/
}
.howto span::before {
    /*content: "";*/
    /*position: absolute;*/
    /*top: 50%;*/
    /*right: -16px;*/
    /*width: 10px;*/
    /*height: 10px;*/
    /*border-top: 2px solid #f4d862;*/
    /*border-right: 2px solid #f4d862;*/
    /*transform: rotate(45deg);*/
    /*margin-top: -5px;*/
}
.present {
    /*border-top: 1px solid #888;*/
    /*border-bottom: 1px solid #888;*/
    padding: 8px 16px;
    margin: 16px 16px 0;
    text-align: center;
    background: #fff;
    color: #000;
}
.present h3 {
    padding: 8px 0;
    background: -webkit-linear-gradient(0deg, #f5c532 30%, #ef7c4d, #515dd3 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .2rem;
}
.present p {
    padding: 8px 0;
    font-weight: 700;
    line-height: 1.6;
}
.present p.note {
    padding: 0 0 8px;
    font-size: 12px;
    text-align: left;
}

/* Twitter */
.contents__social {
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
    background-color: #fff;
    color: #3c3c5a;
    position: relative;
    padding: 1rem 0.5rem;
}
.contents__social > h2 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #3c3c5a;
    text-align: left;
    margin: 0 4px 16px;
}
.contents__social .description {
    color: #3c3c5a;
    font-size: 1.6rem;
    margin-bottom: 8px;
    line-height: 1.4;
}
.contents__social a.twitter {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    margin: 0 4px 8px 4px;
    margin: 8px auto;
    padding: 16px 8px;
    width: 90%;
    max-width: 480px;
    border-radius: 2px;
    font-size: 1.6rem;
    color: #fff;
    font-weight: bold;
    background-color: #000;
    text-decoration: none;
    position: relative;
}
.contents__social a.twitter::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 15px;
    margin-right: 4px;
    vertical-align: middle;
    /* background: url('/images/app_form/mama-vote2024_1/logo-white.png'); */
    background-repeat: no-repeat;
    background-size: 80%;
}



/* btn */
.btn_on {
  position: relative;
  display: block;
  background: #ea6024;
  background: -moz-linear-gradient(65deg,  #f8ba59 0%, #ea6024 100%);
  background: -webkit-linear-gradient(65deg,  #f8ba59 0%, #ea6024 100%);
  background: linear-gradient(65deg, #f8ba59 0%, #ea6024 100%);
  border-radius: 4px;
  margin:  0 0 16px;
  padding: 13px 0;
  font-weight: 700;
  font-size:16px;
  text-align: center;
  text-decoration: none;
  box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.3);
}
.btn_on a {
  display: block;
  color: #fff;
  text-decoration: none;
}
.btn_on span {
  color: #fff;
  position: relative;
  padding-right: 15px;
}
.btn_on span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin-top: -3px;
}
.btn_off {
  position: relative;
  display: block;
  background: rgba(60, 60, 90, 0.25);
  color: #fff;
  border-radius: 4px;
  margin:  0 0 16px;
  padding: 13px 0;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  line-height: 1.4;
}
.btn_off span{
  color: #fff;
  position: relative;
}
.btn_off span::before {
  content: "";
  position: absolute;
  top: 38.5%;
  right: 5%;
  width: 13px;
  height: 13px;
  /* background: url(/images/app_form/5g-mama2023/icon_arrow_right.svg?123) center 0 / 100% 100% no-repeat; */
  /*
  top: 50%;
  right: -20px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin-top: -3px;
   */
}
.btn_soon {
  display: block;
  background: rgba(60, 60, 90, 0.25);
  color: #333;
  border-radius: 4px;
  margin:  0 0 16px;
  padding: 8px 0;
  font-weight: 700;
  font-size:16px;
  text-align: center;
  text-decoration: none;
  line-height: 1.4;
}
.btn_soon p {
  font-size: 12px;
}
.btn_mnet {
  position: relative;
  display: block;
  color: #fff!important;
  background: #1f43a6;
  background: -moz-linear-gradient(45deg,  #5874c2 0%, #1f43a6 100%);
  background: -webkit-linear-gradient(45deg,  #5874c2 0%, #1f43a6 100%);
  background: linear-gradient(45deg, #5874c2 0%, #1f43a6 100%);
  border-radius: 4px;
  margin:  8px 0 16px;
  padding: 13px 0;
  font-weight: 700;
  font-size:16px;
  text-align: center;
  text-decoration: none;
  box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.3);
}
.btn_mnet_off {
  position: relative;
  display: block;
  background: rgba(60, 60, 90, 0.25);
  color: #fff;
  border-radius: 4px;
  margin:  0 0 16px;
  padding: 16px 0;
  font-weight: 700;
  font-size:16px;
  text-align: center;
  text-decoration: none;
}
.btn_mnet_soon {
  position: relative;
  display: block;
  background: rgba(60, 60, 90, 0.25);
  color: #333;
  border-radius: 4px;
  margin:  0 0 16px;
  padding: 16px 0;
  font-weight: 700;
  font-size:16px;
  text-align: center;
  text-decoration: none;
}
.btn_link {
  position: relative;
  display: block;
  color: #fff!important;
  background: #1f43a6;
  background: -moz-linear-gradient(45deg,  #5874c2 0%, #1f43a6 100%);
  background: -webkit-linear-gradient(45deg,  #5874c2 0%, #1f43a6 100%);
  background: linear-gradient(45deg, #5874c2 0%, #1f43a6 100%);
  border-radius: 4px;
  margin:  8px 0 16px;
  padding: 16px 0;
  font-weight: 700;
  font-size:16px;
  text-align: center;
  text-decoration: none;
  box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.3);
}
.btn_smapre {
  position: relative;
  display: block;
  color: #fff!important;
  background: #EF7F43;
  border-radius: 4px;
  margin: 8px 0;
  padding: 18px 0;
  font-weight: 700;
  font-size:12px;
  text-align: center;
  text-decoration: none;
}
.btn_live {
  position: relative;
  display: block;
  color: #fff!important;
  background: #F792E4;
  background: -moz-linear-gradient(65deg,  #ec9ab4 0%, #d2557d 100%);
  background: -webkit-linear-gradient(65deg,  #ec9ab4 0%, #d2557d 100%);
  background: linear-gradient(65deg, #ec9ab4 0%, #d2557d 100%);
  border-radius: 4px;
  margin: 8px 0;
  padding: 13px 0;
  font-weight: 700;
  font-size:16px;
  text-align: center;
  text-decoration: none;
  box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.3);
}
.btn_official {
  position: relative;
  display: block;
  color: #fff!important;
  background: #1f43a6;
  background: -moz-linear-gradient(45deg,  #5874c2 0%, #1f43a6 100%);
  background: -webkit-linear-gradient(45deg,  #5874c2 0%, #1f43a6 100%);
  background: linear-gradient(45deg, #5874c2 0%, #1f43a6 100%);
  border-radius: 4px;
  margin: 8px 0;
  padding: 13px 0;
  font-weight: 700;
  font-size:16px;
  text-align: center;
  text-decoration: none;
  box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.3);
}
.btn_live_regist {
  position: relative;
  display: block;
  color: #fff!important;
  background: #EB5504;
  border-radius: 4px;
  margin: 8px 0 16px;
  padding: 6px 0 9px;
  font-weight: 700;
  font-size:14px;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
}
.btn_smapass_regist {
  position: relative;
  display: block;
  color: #fff!important;
  background: #EF7F43;
  border-radius: 4px;
  margin: 16px 0;
  padding: 16px 0;
  font-weight: 700;
  font-size:16px;
  text-align: center;
  text-decoration: none;
}
.btn_smapass_app {
  position: relative;
  display: block;
  color: #fff!important;
  background: #17C200;
  border-radius: 4px;
  margin: 8px 0 16px;
  padding: 12px 0;
  font-weight: 700;
  font-size:16px;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
}
.btn_icon,
.btn_smapass_icon {
  position: absolute;
  top: 50%;
  right: 5%;
  width: 17px;
  transform: translateY(-50%);
}
.btn_live_icon {
  position: absolute;
  top: 50%;
  right: 2%;
  width: 13px;
  transform: translateY(-50%);
}

.btn_twitter {
  position: relative;
  display: block;
  max-width: 325px;
  color: #fff!important;
  background: #1d9bf0;
  border-radius: 4px;
  margin: 0 auto;
  padding: 16px 0;
  font-weight: 700;
  font-size:15px;
  text-align: center;
  text-decoration: none;
}
.btn_twitter_icon {
  position: absolute;
  top: 50%;
  left: 2%;
  width: 13px;
  transform: translateY(-50%);
}
a.btn_twitter:before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: -3px 5px 0 0;
  /* background: url("/images/app_form/5g-mama2023/logo_twitter.svg") no-repeat; */
  background-size: contain;
  vertical-align: middle;
}


/* floating */
.floating_blk {
    position: fixed;
    bottom: 0px;
    left: auto;
    z-index: +2;
    width: 100%;
    text-align: center;
    background-color:rgba(255,255,255,0.9);
    /*background-color:rgba(0,0,0,0.9);*/
}
.floating_blk .inner {
    padding: 12px 16px;
}

/* pagetop */
#page-top {
    position: fixed;
    right: 6px;
    bottom: 120px;
    margin:0;
    padding: 10px;
    border-radius: 50%;
    border: 2px solid #fff;
    width: 64px;
    height: 64px;
    background: #0033FF;
    box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.3);
    z-index: +2;
}

/* グラデーションテキスト */
.gradientTxt {
    background: -webkit-linear-gradient(0deg, #f5c532 30%, #ef7c4d, #515dd3 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/********** LoadingのためのCSS **********/

/* Loading背景画面設定　*/
#splash {
    /*fixedで全面に固定*/
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999;
	background: #0033FF;
    background: -moz-linear-gradient(155deg, #0033FF, #2BC8FF 80%);
    background: -webkit-linear-gradient(155deg, #0033FF, #2BC8FF 80%);
    background: linear-gradient(155deg, #0033FF, #2BC8FF 80%);
    text-align:center;
	color:#fff;
}

/* Loading画像中央配置　*/
#splash_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
	width:280px;
}

/* fadeUpをするアイコンの動き */
.fadeUp{
animation-name: fadeUpAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity: 0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}


/********** タブメニュー **********/
.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  /* background: #000;*/
  line-height: 1.4;
}
.tab-label {
  color: #000;
  /* background: #1f43a6;*/
  background: #8b8b8b;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  padding: 15px 5px 10px;
  margin-right: 1px;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  flex: 1 25%;/* 1行のカラム指定 */
  /*border: 1px solid #333;*/
  display: flex;
  align-items: center;
  justify-content: center;
  height: 71px;
  position: relative;
  font-size: 13.5px;
}
.tab-wrap label:last-of-type {
  margin-right: 0;
}
.tab-wrap label:nth-of-type(1) span,
.tab-wrap label:nth-of-type(2) span,
.tab-wrap label:nth-of-type(3) span {
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  display: none;
  background: #ea15d1;
  padding: 3px 5px;
  margin: 0 auto;
  border-radius: 20px;
  width: 50%;
  font-size: 1.2rem;
  color: #fff;
  box-shadow: 0 0 4px 2px rgb(234 21 209 / 50%);
}
.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
/* アクティブなタブ */
.tab-switch:checked+.tab-label {
  /*  background: #F792E4;*/
  background: #fff;
  color: #000;
}
.tab-switch:checked+.tab-label+.tab-content {
  height: auto;
  overflow: auto;
  padding: 30px 0 0;
  /*  margin: 0 0 20px;*/
  margin: 0 0 0;
  opacity: 1;
  transition: .5s opacity;
  /*  border-bottom: 10px solid #f49234;*/
  /*  background: #000;*/
  /*  box-shadow: 0 0 3px rgba(0,0,0,.2);*/
}
/* ラジオボタン非表示 */
.tab-switch {
  display: none;
}
/* タブ非活性 */
.tab-label.disabled {
    background: #cdcdd5;
    color: #838383;
    pointer-events : none;
}
.tab-label.disabled span {
    background: #838383!important;
    width: 90%!important;
    box-shadow: none!important;
}

/********** Mnet LIVEアーティストブロック **********/
.newIcon {
    position: absolute;
    top: 10px;
    left: -10px;
    right: 0;
    display: none;
    background: #ea15d1;
    padding: 6px 5px;
    /* margin: 0 auto; */
    border-radius: 20px;
    width: 17%;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    z-index: +1;
    box-shadow: 0 0 4px 2px rgb(234 21 209 / 50%);
}
.disBlock {
    display: block!important;
}

/********** YouTube Liveブロック **********/
.vimeoBlk {
    position: relative;
    height: 0;
    padding: 0 0 56.25%;
    overflow: hidden;
}
.vimeoBlk iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/**** Youtube用 ****/
.notetrailer {
    position: relative;
    padding-bottom: 56.25%;
    margin:0;
}
.notetrailer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#trailer-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#trailer-slider ul {
    height: 100%;
}
#trailer-slider li {
    display: block;
    width: 100%;
    height: 100%;
}
#trailer-slider .container {
    padding: 0;
    position: relative;
    width: 100%;
    height: 100%;
}
#trailer-slider .player {
    width: 100%;
    height: 100%;
}
#trailer-slider .thumb {
    background: no-repeat center center;
    background-size: cover;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#trailer-slider .thumb.active .mark {
    opacity: .5;
}
#trailer-slider .mark {
    /* background: url(/images/app_form/5g-mcd-test/mark_play.png) no-repeat center center; */
    background-size: contain;
    margin: -60px 0 0 -60px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 120px;
}

/**** Youtube用 ****/
#youtube-player-container{
    position: relative;
    width: 100%;
    padding-top: 67.4%;
    border-bottom: solid 3px #D9006B;
}
#youtube-player-container > iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    vertical-align: top;
}

.moviebox {
    margin: 0;
    padding: 0 0 30px;
}
.moviebox .movie {
    position: relative;
}
.moviebox .play {
    background-size: contain;
    margin: -60px 0 0 -60px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 120px;
}
/* レスポンシブ */
.ytubeblk {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom:15px;
}
.ytubeblk iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

/**** ytpmovie.js ****/
/* trailer */
.mm-trailer {
    /*padding-top: 68%;*/
    position: relative;
}
.yt-trailer {
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.yt-container {
  padding: 0;
  position: relative;
  width: 100%;
  height: 100%;
}
.yt-player {
  width: 100%;
  height: 100%;
}
.yt-thumb {
  background: no-repeat center center;
  background-size: cover;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.yt-thumb.active .yt-mark {
  opacity: .5;
}
.yt-mark {
  /* background: url(/images/app_form/5g-mama2023/mark_play.png) no-repeat center center; */
  background-size: contain;
  /*margin: -50px 0 0 -50px;*/
  margin: auto;
  position: absolute;
  /*top: 50%;*/
  /*left: 50%;*/
  width: 100px;
  height: 100px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}


/**********************************/
.cb{
  clear: both;
}
.red {
  color: #ff0000 !important;
}
.white {
  color: #fff !important;
}
.pink {
  color: #f6459f !important;
}
.orange {
  color: #ea6024 !important;
}
.yellow {
  color: #f4d862 !important;
}
.bgblack {
  background: #000!important;
}
.bgpurple {
  background: #fff0f8!important;
}
.bgblue {
  background: #d7fafd!important;
}
.center {
  text-align: center !important;
}
.left {
  text-align: left !important;
}
.right {
  text-align: right !important;
}
.relative {
  position: relative;
}
.none {
    display: none;
}
.sp {
    display: block !important;
}
.pc {
    display: none !important;
}
.pc-only {
    display: none !important;
}
@media (min-width: 768px) {
    .sp {
        display: none !important;
    }
    .pc {
        display: block !important;
    }
    .sp-only {
        display: none !important;
    }
    .pc-only {
        display: block !important;
    }
}


/********** アニメーション **********/

/*1.フェードインアニメーションの指定*/
.scrollanime {opacity: 0;} /*一瞬表示されるのを防ぐ*/
.fadeInDown {
    animation-name: fadeInDown;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
    }
    100% {
    opacity: 1;
    transform: translate(0);
    }
}
/*2.上下の動きを指定*/
.updown {transform: translateY(-100px);}
.downup {transform: translateY(100px);}
/*3.左右の動きを指定*/
.sect02{overflow: hidden;} /*横スクロールバーを隠す*/
.slide-right {transform: translateX(200px);}
.slide-left {transform: translateX(-200px);}


/* 点滅アニメーションの指定 */
.blink {
    animation: blink 3s infinite alternate;
}
@-webkit-keyframes blink {
    40% {
        opacity: .85;
    }
    42% {
        opacity: .4;
    }
    43% {
        opacity: .85;
    }
    45% {
        opacity: .4;
    }
    46% {
        opacity: .85;
    }
    }
    @keyframes blink {
    40% {
        opacity: .85;
    }
    42% {
        opacity: .4;
    }
    43% {
        opacity: .85;
    }
    45% {
        opacity: .4;
    }
    46% {
        opacity: .85;
    }
}

/* パタパタアニメーションの指定 */
.opacity {opacity: 0;} /*一瞬表示されるのを防ぐ*/
.flip {
    transform: translate3d(0,0,0);
}
.fDown {
    animation-name: flipDownAnime;
    animation-duration:1s;
    animation-fill-mode:forwards;
    opacity: 0;
}
@keyframes flipDownAnime{
    from {
        transform: perspective(2500px) rotateX(100deg);
        opacity: 0;
    }
    to {
        transform: perspective(2500px) rotateX(0);
        opacity: 1;
    }
}
.fLeft{
    animation-name: flipLeftAnime;
    animation-duration:1s;
    animation-fill-mode:forwards;
    perspective-origin: left center;
    opacity: 0;
}
@keyframes flipLeftAnime{
    from {
        transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
        opacity: 0;
    }
    to {
        transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
        opacity: 1;
    }
}
.fLeftTop{
    animation-name: flipLeftTopAnime;
    animation-duration:1s;
    animation-fill-mode:forwards;
    opacity: 0;
}
@keyframes flipLeftTopAnime{
    from {
        transform: translate(-20px, 80px) rotate(-15deg);
        opacity: 0;
    }
    to {
        transform: translate(0, 0) rotate(0deg);
        opacity: 1;
    }
}
.fRight{
    animation-name: flipRightAnime;
    animation-duration:1s;
    animation-fill-mode:forwards;
    perspective-origin: right center;
    opacity: 0;
}
@keyframes flipRightAnime{
    from {
        transform: perspective(600px) translate3d(0, 0, 0) rotateY(-30deg);
        opacity: 0;
    }
    to {
        transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
        opacity: 1;
    }
}
.fRightTop{
    animation-name: flipRightTopAnime;
    animation-duration:1s;
    animation-fill-mode:forwards;
    opacity: 0;
}
@keyframes flipRightTopAnime{
    from {
        transform: translate(-20px, 80px) rotate(25deg);
        opacity: 0;
    }
    to {
        transform: translate(0, 1) rotate(0deg);
        opacity: 1;
    }
}

/* グラデーションアニメーション */
.gradation a {
    position: relative;
    overflow: hidden;
}
.gradation a::before {
    content: '';
    background: linear-gradient(45deg, rgb(236 154 180 / 50%) 0%, rgb(31 67 171 / 50%) 50%, rgb(210 85 125 / 50%) 100%);
    background-size: 600% 600%;
    animation: gradationAnime 7s ease infinite;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}
.gradation a span {
    position: relative;
    z-index: 2;
}
@keyframes gradationAnime {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}


/*1.跳ねるアニメーションの指定*/
/* .bounce {
	animation: pyonpyon 3s infinite ease;
}
@keyframes pyonpyon {
	0% { transform: translate(0, 0); }
	5% { transform: translate(0, 0); }
	10% { transform: translate(0, 0); }
	20% { transform: translate(0, -5px); }
	25% { transform: translate(0, 0); }
	30% { transform: translate(0, -5px); }
	50% { transform: translate(0, 0); }
	100% { transform: translate(0, 0); }
} */


/******************** [入会はこちらから！]ラベル　アニメーション ********************/

.bound {
    animation: bound-anim 1.5s infinite;
    position: absolute;
    left: 0;
    right: 0;
}
.btn_on_anime {
    position: relative;
    height: 50px;
}
.btn_on_anime a {
    padding: 20px 0;
}
/* .btn_on_anime {
    font-size: 1.55rem;
} */
@keyframes bound-anim {
    0%,100% {top: 0;transform: scale(1);}
    30% {top: -25%;}
    50% {transform: scale(1);}
    90% {top: 0;transform: scale(1.1,0.8);}
}

  /******************** 1.跳ねるアニメーションの指定 ********************/
.bounce-1 {
    position: relative;
    animation: pyonpyon 3s infinite ease;
}
@keyframes pyonpyon {
    /*20%と30%のtranslateの値を変えることで跳ねる高さを変えられる*/
    0% { transform: translate(0, 0); }
    5% { transform: translate(0, 0); }
    10% { transform: translate(0, 0); }
    20% { transform: translate(0, -8px); }
    25% { transform: translate(0, 0); }
    30% { transform: translate(0, -6px); }
    50% { transform: translate(0, 0); }
    100% { transform: translate(0, 0); }
}
.new .balloon {
    position: relative;
    display: inline-block;
    padding: 5px 0;
    color: #fff;
    font-size: clamp(11px, 1.8vw, 15px);
    bottom: 0px;
    right: 0;
}
.new li {
    display: flex;
    width: 100%;
    justify-content: center;
}
.new ul {
    margin: 0;
    width: 100%;
    display: flex;
}

/******************** フッター　au smartpass ********************/

.contents__smartpass {
    margin: 1rem 0 15px 0;
    text-align: center;
    background-color: #fff;
    color: #3c3c5a;
    position: relative;
    padding: 1.5rem 0.5rem 0.5rem;
    line-height: 1.4;
}
.contents__smartpass .contents__smartpass__about > h2 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #3c3c5a;
    text-align: left;
    margin: 0 4px 16px;
}
.contents__smartpass .contents__smartpass__about__feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    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;
    min-width: 300px;
    max-width: 340px;
    margin: 20px auto;
}
.contents__smartpass .contents__smartpass__about__feature > img {
    width: 70px;
    display: inline-block;
}
.contents__smartpass .contents__smartpass__about__feature > .text-icons {
    min-width: 240px;
}
.contents__smartpass .contents__smartpass__about__feature > .text-icons > p {
    font-size: 16px;
    color: #3c3c5a;
    text-align: center;
    font-weight: bold;
}
.contents__smartpass
    .contents__smartpass__about__feature
    > .text-icons
    > .icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}
.contents__smartpass
    .contents__smartpass__about__feature
    > .text-icons
    > .icons
    > svg {
    width: 50px;
    display: inline-block;
}
.contents__smartpass
    .contents__smartpass__about__feature
    > .text-icons
    > .icons
    > li {
    width: 50px;
    display: inline-block;
    overflow: hidden;
}
.contents__smartpass .about {
    min-width: 300px;
    max-width: 360px;
    margin: 8px auto;
    text-align: left;
    font-size: 1.4rem;
    font-weight: bold;
}
.contents__smartpass .premium-button {
    margin: 8px auto;
    padding: 1rem;
    width: 90%;
    max-width: 480px;
    border-radius: 2px;
    font-size: 0.825rem;
    color: #AA8D00;
    font-weight: bold;
    background-color: #fff;
    text-decoration: none;
    display: inline-block;
    position: relative;
    border: solid 0.125rem #AA8D00;
}
@media (max-width: 768px) {
    .contents__smartpass .premium-button {
        font-size: 1.1rem !important;
        max-width: 240px !important;
    }
}
@media (min-width: 769px) {
    .contents__smartpass .premium-button {
        font-size: 1.3rem !important;
        max-width: 360px !important;
    }
}
.contents__smartpass .premium-button::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 6px;
    width: 0.40625rem;
    height: 0.6875rem;
    vertical-align: middle;
    /* background: url('/images/app_form/5g-mama2023/right-arrow_02.png'); */
    background-repeat: no-repeat;
    background-size: 0.40625rem 0.6875rem;
}
.contents__smartpass .contents__smartpass__about > .text-excursion {
    text-align: center;
    font-size: 1.3rem;
    margin-bottom: 24px;
    color: #3c3c5a;
}
.contents__smartpass .contents__smartpass__about > .text-excursion > a {
    color: #05a4eb;
    text-decoration: underline;
}
.contents__smartpass .contents__smartpass__about > .text-excursion > a:hover {
    text-decoration: none;
}
.contents__smartpass__terms__switchbox {
    margin: 0.2rem 0.4rem;
    padding: 0;
    position: relative;
    border: #e2e2e2 solid 1px;
    border-radius: 2px;
}
.contents__smartpass__terms__switchbox > input {
    display: none;
}
.contents__smartpass__terms__switchbox > label {
    display: block;
    font-weight: normal;
    background-color: #fff;
    color: #000;
    text-align: left;
    font-size: 0.8rem;
    padding: 8px;
    cursor: pointer;
    position: relative;
}
.contents__smartpass__terms__switchbox input:checked ~ ::after {
    /* background-image: url(/images/app_form/5g-mama2023/icon-minus.svg); */
}
.contents__smartpass__terms__switchbox > input:checked ~ div {
    height: auto;
    opacity: 1;
}
.contents__smartpass__terms__switchbox > div {
    margin-bottom: 0;
    height: 0;
    overflow-y: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
}
.contents__smartpass__terms__switchbox--hide {
    border-top: solid 1px #e2e2e2;
}
.contents__smartpass__terms__switchbox--hide
.contents__smartpass__terms__switchbox__agreement {
    color: #3c3c5a;
    font-size: 11px;
    text-align: left;
    margin-bottom: 2px;
    border-top: none;
    padding: 6px;
    background-color: #fff;
}
.contents__smartpass__terms__switchbox--hide
.contents__smartpass__terms__switchbox__agreement
.contents__smartpass__terms__switchbox__agreement_separator {
    margin-bottom: 8px;
    padding: 8px;
    border-radius: 2px;
    border: solid 1px #3c3c5a;
    background-color: #fff;
}
.contents__smartpass__terms__switchbox--hide
.contents__smartpass__terms__switchbox__agreement
.contents__smartpass__terms__switchbox__agreement_separator
.separatorHead01 {
    min-width: 72px;
    vertical-align: top;
    text-align: right;
    font-weight: bold;
}
.contents__smartpass__terms__switchbox--hide
.contents__smartpass__terms__switchbox__agreement
.contents__smartpass__terms__switchbox__agreement_separator
.separatorTtl01 {
    font-weight: bold;
    margin-bottom: 8px;
    border-bottom: solid 1px #3c3c5a;
}
.contents__smartpass__terms__switchbox--hide
.contents__smartpass__terms__switchbox__agreement
.contents__smartpass__terms__switchbox__agreement_separator
.separatorBox01
.indentCtrl01 {
    padding-left: 1em;
    text-indent: -1em;
}
.contents__smartpass__terms__switchbox--hide
.contents__smartpass__terms__switchbox__agreement
.contents__smartpass__terms__switchbox__agreement_separator
.separatorBox01
.separatorCtrl01 {
    margin-right: 1em;
    margin-left: 1em;
}
.contents__smartpass__terms__switchbox--hide
.contents__smartpass__terms__switchbox__agreement
  > *:last-child {
    margin-bottom: 0 !important;
}
.contents__smartpass__terms__switchbox__agreement
.contents__smartpass__terms__switchbox__agreement_list {
    margin-bottom: 8px;
    padding-left: 1em;
    text-indent: -1em;
}
.contents__smartpass__terms__switchbox {
    margin: 0.2rem 0.4rem;
    padding: 0;
    position: relative;
    border: #e2e2e2 solid 1px;
    border-radius: 2px;
}
.contents__smartpass__terms__switchbox > label {
    display: block;
    font-weight: normal;
    background-color: #fff;
    color: #000;
    text-align: left;
    font-size: 1.3rem;
    padding: 8px;
    cursor: pointer;
    position: relative;
}
.contents__smartpass__terms__switchbox > label::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 6px;
    width: 20px;
    height: 20px;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    vertical-align: middle;
    /* background-image: url(/images/app_form/5g-mama2023/icon-plus.svg); */
    background-repeat: no-repeat;
    background-size: 20px 20px;
}
.contents__smartpass__terms__switchbox > input {
    display: none;
}
.contents__smartpass__terms__switchbox > input:checked ~ div {
    height: auto;
    opacity: 1;
}
.contents__smartpass__terms__switchbox > div {
    margin-bottom: 0;
    height: 0;
    overflow-y: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
}
.contents__smartpass__terms__switchbox input:checked ~ ::after {
    /* background-image: url(/images/app_form/5g-mama2023/icon-minus.svg); */
}
.contents__smartpass__terms__switchbox--hide
.contents__smartpass__terms__switchbox__agreement
.contents__smartpass__terms__switchbox__agreement_separator
a {
    color: #05a4eb;
    text-decoration: underline;
}


/******************** システムメンテナンス ********************/
.announce_01 .inner {
    background: #fff;
}
.announce_01 .inner dl,dt,dd {
    margin: 0;
    padding: 0;
}
.announce_01 .inner dl {
    width: 100%;
    /* border: 1px solid #fff; */
    padding: 0 3px 0;
    /* margin: 0 0 24px; */
}
.announce_01 .inner dt {
    position: relative;
    padding: 8px 0;
    line-height: 18px;
	text-align: center;
	font-size: 13px;
}
.announce_01 .inner dd {
    padding: 8px 8px 16px;
    font-size: 12px;
    text-align: left;
    border-top: dotted 1px #000;
}
.announce_01 .inner dd li {
    margin: 0 0 8px;
    /* padding-left: 1em; */
    line-height: 1.5;
    /* text-indent: -1em; */
}
.announce_01 .inner span::before,
.announce_01 .inner span::after {
    content: '';
    display: block;
    width: 15px;
    height: 1px;
    background: #000;
    position: absolute;
    right: 2%;
    top: 50%;
    transform: translateY(-50%);
}
.announce_01 .inner span::after {
    background: #000;
    transform: translateY(-50%) rotate(90deg);
    transition: 0.5s;
}
.announce_01 .inner .active::after {
    transform: rotate(0);
    transition: 0.5s;
}


/* Pontaパスとは？ */

.pontapass-wrap {
    margin: 40px 0 45px;
}
.text-rounded {
    font-family: 'M PLUS Rounded 1c', sans-serif;
}
.cinemawari-title, .premium-title, .pontapass-title {
    color: #fff;
    font-size: 22px;
    text-align: center;
}
.pontapass-block {
    margin: 20px 15px 0;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 4px #0000004d;
}
.pontapass-image-block {
    padding: 5px;
}
.pontapass-items {
    margin-top: 20px;
}
.pontapass-item {
    margin-bottom: 15px;
}
.pontapass-note {
    margin-top: 20px;
    padding: 0 20px 20px;
    font-size: 12px;
    line-height: 1.5;
}
.pontapass-note p {
    padding-bottom: 10px;
}


/* プレゼントブロック */

.present {
    padding: 8px 16px;
    margin: 30px 16px 0;
    text-align: center;
    background: #fff;
    color: #000;
}
.present h3 {
    padding: 8px 0;
    background: -webkit-linear-gradient(0deg, #f5c532 30%, #ef7c4d, #515dd3 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .2rem;
}
.present p {
    padding: 8px 0;
    font-weight: 700;
    line-height: 1.6;
}
.present p.note {
    padding: 0 0 8px;
    font-size: 12px;
    text-align: left;
}
.orange {
    color: #ea6024;
}
.btn_present {
    position: relative;
    display: block;
	background: #0033FF;
    background: -moz-linear-gradient(155deg, #0033FF, #2BC8FF 80%);
    background: -webkit-linear-gradient(155deg, #0033FF, #2BC8FF 80%);
    background: linear-gradient(155deg, #0033FF, #2BC8FF 80%);
    border-radius: 4px;
    margin:  10px 0 16px;
    padding: 20px 0;
    font-weight: 500;
    font-size:16px;
    text-align: center;
    text-decoration: none;
    box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.3);
}


/* 投票ページ */

.main_block h2 {
    margin: 15px 10px 5px;
    color: #eb5505;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
}
.main_block h3 {
    margin: 0px 10px 20px;
    color: #fff;
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 25px;
    text-align: center;
}


/* 参加アーティスト */

.artist-waku {
    display: flex;
    flex-wrap: wrap;
    padding: 35px 0 20px;
    border-top: 1px solid #eb5505;
    border-bottom: 1px solid #eb5505;
    background: #282826;
    margin-bottom: 45px;
    justify-content: space-around;
}
.artist-block {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin: 0 15px 40px;
}
.artist-item {
    display: flex;
    width: 43.5%;
    height: auto;
    margin-bottom: 0;
    padding: 20px 0;
}
.artist-item p {
    padding: 0 0 10px 32px;
    font-size: 15px;
    line-height: 18px;
}
.artist-inner {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}
.artist-pic {
    flex-grow: 1;
}
label {
    position: relative;
    cursor: pointer;
    color: #fff;
    bottom: 10px;
}
label::before,
label::after {
    content: "";
    display: block;
    border-radius: 50%;
    position: absolute;
    transform: translateY(-52%);
    top: 2%;
}
label::before {
    background-color: #282826;
    border: 1px solid #eb5505;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    left: 5px;
}
label::after {
    background-color: #eb5505;
    border-radius: 50%;
    opacity: 0;
    width: 16px;
    height: 16px;
    left: 7px
}
input:checked + label::after {
    opacity: 1;
}
.visually-hidden {
    position: absolute;
    white-space: nowrap;
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
}
.selected_artist {
    margin-bottom: 50px;
    color: #ff8a2b;
    text-align: center;
    font-size: 20px;
}
.artist-item input[type="radio"]:checked + label .artist-pic {
    border: 2px solid #eb5505;
    border-radius: 5px;
}
.treasure-name {
    padding: 0 0 13px 32px;
}
@media screen and (max-width: 510px) {
    .treasure-name {
        padding: 0 0 28px 32px !important;
    }
}

/* 投票するボタン */

.btn_vote {
    position: relative;
    display: block;
    background: #eb5505;
    border-radius: 45px;
    margin: 0 auto;
    padding: 18px 0 20px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.3);
    width: 100%;
    color: #fff;
}
.vote-btn {
    margin: 0 15px 65px;
}


/* 2024 MAMA AWARDSへ戻るボタン */

.btn_return24 {
    position: relative;
    display: block;
    background: #3a3735;
    /* background: -moz-linear-gradient(155deg, #0033FF, #2BC8FF 80%); */
    /* background: -webkit-linear-gradient(155deg, #0033FF, #2BC8FF 80%); */
    /* background: linear-gradient(155deg, #0033FF, #2BC8FF 80%); */
    border-radius: 10px;
    margin: 10px 16px 16px;
    padding: 15px 0;
    font-size: 12.5px;
    text-align: center;
    text-decoration: none;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.3);
    color: #fff;
}


/* タイトル「ノミネートアーティストリスト」 */

.main_block .title {
    padding: 25px 0;
    border-bottom: 1px solid #eb5505;
    border-top: 1px solid #eb5505;
    margin: 0px 0px 45px;
    background: #282826;
    /* letter-spacing: .1rem; */
}
.main_block .title p {
    margin: 35px 10px;
    font-size: 1.7rem;
    line-height: 27px;
    text-align: center;
}
.main_block .title span {
    color: #eb5505;
}
.tit_small {
    margin: 35px 10px 0;
    font-size: 1.2rem;
    text-align: center;
}
.lesserafim-size {
    padding: 0 0 13px 32px;
}
.txt-size {
    padding: 0 0 13px 32px;
}
@media screen and (max-width: 500px) {
    .lesserafim-size {
        padding: 0 0 27px 32px;
    }
    .txt-size {
        padding: 0px 0 5px 32px;
        line-height: 18px;
    }
    label::before,
    label::after {
        content: "";
        display: block;
        border-radius: 50%;
        position: absolute;
        transform: translateY(-52%);
        top: 3%;
    }
}

.voteRaw {
    border-bottom: 1px solid #3a3735;
    border-top: 1px solid #3a3735;
}
.vote-block {
	padding: 0 15px;
	text-align: center;
	margin-bottom: 40px;
}
.vote-table {
	width: 100%;
	border-collapse: collapse;
}
.vote-rank {
    position: relative;
    width: 1%;
    color: #fff;
    padding: 0px 5px 0 5px;
    background-color: #eb5505;
    vertical-align: middle;
}
.vote-photo {
	width: 10%;
    border-left: 1px solid #3a3735;
    border-right: 1px solid #3a3735;
}
.vote-text {
	display: flex;
	justify-content: space-between;
}
.vote-rate {
	position: relative;
	padding: 0 8px;
	width: 50%;
	color: #071529;
	font-weight: bold;
	background-color: #fff;
}
.vote-rate-bar {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #888;
}
.vote-artist {
	font-weight: bold;
}
.vote-artist, .vote-rate-text {
	position: absolute;
	z-index: 1;
	top: 50%;
	transform: translateY(-50%);
	width: 75%;
	text-align: left;
}
.ranknow {
    border-radius: 5px 5px 0 0;
    margin: 20px -15px 0px 0;
    padding: 15px 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    background-color: #3a3735;
    width: 100%;
}
.votenow{
	margin: 0 16px 15px;
	color: #fff;
	background-color: #071529;
}
.votenow h2 {
	padding: 8px 0;
	border-bottom: 1px solid #2BC8FF;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: .2rem;
	color: #2BC8FF;
}
.votenow p{
	padding: 24px 8px 8px;
	font-size: 15px;
	line-height: 1.6;
}
.votenow span{
	display: block;
	padding: 8px 0 0;
	font-size: 12px;
	color: #FF005D;
	font-weight: lighter;
}
.vote-table tr:first-of-type .vote-rate-bar {
	background-color: #8be7ff;
}
.vote-text span {
	right: 2%;
	color: #ff005d;
	width: 18%;
	text-align: right;
}
.vote-rate .voteRateBar {
	display: none;
}
.vote-rate .voteRateText {
	display: none;
}

/* SP表示 320px 以下 */
@media screen and (max-width: 320px) {
	.vote-artist, .vote-rate-text {
		width: 72%;
	}
	.vote-text span {
		width: 21%;
	}
}


/* TELASA加入ブロック */

.reward-title-block {
    padding: 20px;
    text-align: center;
}
.block-white {
    margin: 0 20px;
    background-color: #ffffff;
    border-radius: 10px;
}
.action-block {
    padding: 20px 15px;
    background-color: #ffffff;
    border-radius: 10px;
    margin: 0 15px 60px;
}
.action-status-block {
    padding: 10px;
    border-radius: 10px;
    text-align: left;
    border: 2px solid #eb5505;
}
.action-status-title {
    color: #EB5505;
    font-size: 18px;
    font-weight: 700;
}
.action-status-text {
    font-size: 12px;
    color: #000;
    padding-top: 8px;
    line-height: 17px;
}
.current-action {
    color: #1a1a1a !important;
    background: #fce6da;
    border-radius: 10px;
    display: block;
    padding: 10px;
}
.action-list-block {
    margin-bottom: 20px;
}
.action-list, .action-list-arrow {
    position: relative;
    width: 100%;
    margin-top: 25px;
    color: rgba(50, 50, 50, 0.5);
    text-align: left;
    font-weight: normal;
}
.action-list-number {
    width: 26px;
    font-size: 20px;
    font-weight: 700;
}
.action-list-text {
    font-size: 16px;
    font-weight: 700;
    line-height: 14px;
}
@media screen and (max-width: 410px) {
    .action-list-text {
        font-size: 13.5px;
    }
}
.action-list-sub {
    font-size: 10px;
    font-weight: normal;
    padding: 6px 0 0;
}
.action-list-block .arrange {
    margin-left: 10px;
    display: block;
}
.action-list-arrow::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-top: 11px solid rgba(175, 175, 175, 0.5);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}
.orange-login-button, .orange-login-button:visited {
    position: relative;
    display: block;
    width: 100%;
    padding: 15px 0;
    color: #ffffff;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    background: url(/images/telasa/mama2025/button-arrow.svg);
    background-color: #eb5505;
    background-repeat: no-repeat, no-repeat;
    background-size: 20px 20px, auto auto;
    background-position: center right 20px, top left;
}
.st_color {
    color: #EB5505;
    padding: 0 2px;
}
.action-list .st_color,
.action-list-arrow .st_color {
    color: rgb(235 85 5 / 50%);
    padding: 0 2px;
}
.current-action .st_color {
    color: #EB5505;
    padding: 0 2px;
}

/* モーダル */
.modal-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: rgba(0,0,0,0.75);
    overscroll-behavior: contain;
    overflow-y: scroll;
}
.modal-block {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 335px;
    border-radius: 12px;
    text-align: center;
    background: linear-gradient(90deg, #FBC1FF 0%, #AFFFF7 100%);
    color: #733DB1;
}
.modal-select-block {
    justify-content: space-evenly;
    background-color: #fff;
    padding: 13px 13px 12px;
    text-align: center;
    margin: 0 15px 10px;
    border-radius: 12px;
}
.modal-select-block a {
    position: relative;
    display: block;
    width: 110px;
    height: 100px;
    padding: 15px 0 0;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    overflow: hidden;
    transform: scale(0.6);
    opacity: 0;
    transition: transform 400ms cubic-bezier(0, 0.4, 0.58, 1), opacity 200ms cubic-bezier(0, 0.71, 0.4, 1);
}
.modal-select-block.active a {
    transform: scale(1.0);
    opacity: 1.0;
}
.modal-select-block a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.modal-select-block a::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 15px;
    height: 15px;
    border-right: 7.5px solid #009FDB;
    border-bottom: 7.5px solid #009FDB;
    border-top: 7.5px solid transparent;
    border-left: 7.5px solid transparent;
}
.modal-select-block .caution {
    margin: 6px 0 0;
    font-size: 12px;
}
.modal-select-block p {
    padding-left: 1em;
    text-indent: -1em;
    text-align: left;
}
.modal-select-text {
    font-size: 16px;
    line-height: 18px;
    margin: 10px 1px 10px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 7px solid #055EFB;
}
.modal-close-block {
    padding: 0 15px;
}
.modal-close-block a {
    color: #fff;
    margin: 30px 0px 40px;
}
.modal-pad {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
}
.modal-block-new {
    max-width: 510px;
    overflow: hidden;
    margin: auto;
    width: 90%;
    background-color: #fff;
    border-radius: 12px;
    box-sizing: border-box;
    text-align: center;
    color: #1a1a1a;
    padding: 15px 0 15px;
    border: 1px solid #eb5505;
}
.modal-block-new h2 {
    margin: 0px 0px 5px;
    color: #eb5505;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 22px;
    text-align: center;
}
.modal-block-new h3 {
    margin: 0px 10px 15px;
    font-size: 1.8rem;
    font-weight: normal;
    text-align: center;
}
.modal-block-new .title {
    padding: 15px 0;
    margin: 0px 0px 17px;
    background: #282826;
    color: #eb5505;
}
.selected_artist {
    margin: 25px auto 10px;
    /* text-align: left;
    width: 50%; */
    font-size: 16px;
    color: #1a1a1a;
    line-height: 20px;
}
.modal-block-new .text-block {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 24px;
}
.orange-action-button, .orange-action-button:visited {
    position: relative;
    display: block;
    width: 100%;
    padding: 15px 0;
    color: #ffffff;
    border-radius: 35px;
    font-size: 21px;
    font-weight: 700;
    text-align: center;
    /* background: url(/images/telasa/mama2025/button-arrow.svg); */
    background-color: #eb5505;
    /* background-repeat: no-repeat, no-repeat;
    background-size: 20px 20px, auto auto;
    background-position: center right 20px, top left; */
}

/* 投票するボタン　非活性 */
.btn_off {
    position: relative;
    display: block;
    background: #a7a7a7;
    border-radius: 45px;
    margin: 0 auto;
    padding: 18px 0 20px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.3);
    width: 100%;
    color: #fff;
}

/* 告知アコーディオン */
.wrap-width {
    margin-left: auto;
    margin-right: auto;
}
.information-block {
    background-color: #ffffff;
    color: #000000;
    font-size: 14px;
    border-bottom: 1px solid #999999;
}
.information-head {
    position: relative;
    padding: 15px;
    text-align: center;
    font-weight: 700;
}
.information-body {
    text-align: left;
}
.information-inner {
    padding: 0 15px 15px;
    line-height: 20px;
}
.information-inner p {
    padding: 10px 0;
}
.information-index {
    position: absolute;
    width: 14px;
    height: 14px;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto 0;
    display: inline-block;
    margin-left: 0.6em;
}
.information-index::before {
    content: '';
    position: absolute;
    top: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #000000;
    width: 12px;
    height: 2px;
}
.information-index::after {
    content: '';
    position: absolute;
    top: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #000000;
    width: 2px;
    height: 12px;
    -webkit-transition: height 100ms linear;
    transition: height 100ms linear;
}
.accordion-active .information-index::after {
    height: 0;
}