@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap');

html body {
    font-size:1.4rem;
    font-family:"Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    color: #fff;
    background-color:#d3d3d3;
    /* padding-bottom: 30px; */
}
.containerInner {
    background-color:#000;
}
@media (min-width: 768px) {
    body {
        font-size: 14px;
    }
    .container {
        max-width: 768px;
        margin: 0 auto;
    }
}

/* font */

.font-mont {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}


/* common */
.text-center{
    text-align: center;
}

.fixed{
    width: 100%;
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    z-index: 10;
}

/* header */
/* header {
    padding: 0 0 20px;
    background-color:#0033FF;
} */
header .mv {
    padding: 0;
    text-align: center;
}
header .mv img {
    width: 100%;
    height: auto;
}
header h1 {
    padding: 25px 25px 0;
}
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 .present {
    position: relative;
    padding: 20px;
    margin: 40px 8% 0;
    text-align: center;
    background: #FFF;
    color: #000;
    border-radius: 10px;
}

header .present::before{
    content: "";
    position: absolute;
    top: -20px;
    left: 5%;
    width: 71px;
    height: 71px;
    background: url('/images/app_form/2025kol-doc/2024/present_medal.png') no-repeat center center;
    background-size: 100%;

}

header .present h3 {
    padding: 10px 0 20px;
}
header .present h3 img {
    width: 50%;
    height: auto;
}
header .present p {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
}
header .present p.note {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
}

header .present_logo {
    width: 105px;
    margin: 0 auto;
}

.lineup .headline {
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.8;
}
.headline span {
    background:linear-gradient(transparent 70%, #2033FF 30%);
    margin: 10px 0;
    padding: 0.1em;
}

/* top */
.top_inner{
    position: relative;
    background: rgb(39,188,255);
    background: linear-gradient(180deg, rgba(39,188,255,1) 75%, rgba(0,51,255,1) 100%);
    padding-bottom: 2rem;
}

.top_fv{
    background: url('/images/app_form/2025kol-doc/2024/mv_square.png') no-repeat top center;
    background-size: 100%;
    padding-bottom: 500px;
    padding-bottom: 115%;

}

.top_title {
    padding: 0 8%;
    position: relative;
    top: -4rem;
}

.top_title_sub{
    width: 87%;
    margin: 5% auto 0;
    display: block;
}

.top_pr {
    padding: 0 8%;
    position: relative;
    top: -60px;
}




/* footer */

.contents__smartpass {
    margin:0 0 15px 0!important;
}
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: 16px 16px 50px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
}

/* 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;
}
.lineup .inner {
    padding: 20px;
}
.lineup .movie {
    margin: 0 16px 24px;
}
.lineup .movie h2 {
    margin: 8px 0;
}
.lineup .thumb {
    position: relative;
    margin: 20px;
}
.lineup .play {
    background: url('/images/app_form/2025kol-doc/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 20px 0;
    padding: 0 0 5px;
}
.lineup .schedule .headline{
    margin: 0 0 2.5rem;
}

.lineup .schedule dl {
    padding: 0 0 20px;
    text-align: center;
}
.lineup .schedule dt {
    display: inline-block;
    border-radius: 20px;
    border: 2px solid #2033FF;
    background: #2033FF;
    margin: 20px 0;
    padding: 6px 20px;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
}
.lineup .schedule dd {
    padding: 0 0 20px;
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
}
.lineup .schedule dd p {
    font-size: 14px;
    font-weight: 700;
}
.lineup .schedule p a {
    color: #FF8A2B;
    border-bottom: 1px solid #FF8A2B;
}
.lineup .about {
    margin: 20px 0 0;
    padding: 30px 0 20px;
    color: #fff;
    background-color: #000;
}
.lineup .about p {
    margin: 0 0 1em;
    font-size: 14px;
    line-height: 1.8;
}
.lineup .about a {
    border-bottom: 1px solid #FEF648;
    color: #FEF648;
}
.lineup .calendar {
    margin: 0;
    padding: 30px 0 20px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    color: #fff;
    background-color: #F946CB;
}
.lineup .calendar h3 {
    font-size: 16px;
    font-weight: 700;
    padding: 0 0 10px;
    color: #FEF648
}
.lineup .calendar p {
    padding: 0 0 8px;
}
.lineup .item {
    margin: 0 0 24px;
    border-radius: 10px;
    background: #FFF;
    color: #000;
}
.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 16px 30px;
}
.lineup .item h2 {
    padding: 10px 0 20px;
}
.lineup .item h2 img {
    width:revert-layer;
    margin: auto;
    display: block;
}
.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.75;
}
.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: #6B06E9;
    border-bottom: 1px solid #6B06E9;
}
.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: #fff;
    font-weight: 700;
    border-bottom: 1px solid #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;
    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;
    color: #222;
}
.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: #FEF648;
    border-bottom: 1px solid #FEF648;
}
.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;
    color: #000;
}
.notice .inner {
    margin: 0;
    padding: 16px;
    border-radius: 10px;
    background: #fff;
}
.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: #6B06E9;
    border-bottom: 1px solid #6B06E9;
}
.notice ul {
    padding: 16px 0 8px;
}
.notice li {
    padding-left: 1em;
    padding-bottom: 8px;
    text-indent: -1em;
    font-size: 12px;
    line-height: 1.5;
}
.notice li a {
    color: #6B06E9;
    font-weight: 700;
    border-bottom: 1px solid #6B06E9;
}


/* 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 ;
    text-align: center;
    color: #3C3C5A;
    background: #A5B9E0;
    padding-top:40px ;
}
.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 .inner p a {
    color: #8B21E8;
    font-weight: 700;
    border-bottom: 1px solid #8B21E8;
}
.step_blk .ttl {
    padding: 8px 0;
}
.step_blk .ttl p {
    color: #ef7f43;
    font-size: 14px;
    font-weight: 700;
}

.step_blk h2 {
    padding: 0px 16px 25px;
    color: #000;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}

.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 {
    padding: 0 0 20px;
}
.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 {
    padding: 20px;
    margin: 30px 0;
    text-align: center;
    font-weight: 700;
    color: #FF8A2B;
    background-color: #fff;
    border-radius: 10px;
}

.step_blk .headline{
    margin-bottom: 1rem;
}


/* 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/2025kol-doc/logo-white.png');
    background-repeat: no-repeat;
    background-size: 80%;
}




/* btn */
.btn_on {
  position: relative;
  display: block;
  background: #FF8A2B;
  color: #FFF!important;
  border-radius: 80px;
  padding: 20px 0;
  font-weight: 700;
  font-size:14px;
  text-align: center;
  text-decoration: none;

}
.btn_on::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    width: 10px;
    height: 10px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    transform: rotate(45deg);
    margin-top: -5px;
}
.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: 10px;
  height: 10px;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  transform: rotate(45deg);
  margin-top: -5px;
}
.btn_present {
  max-width: 260px;
  position: relative;
  display: block;
  background: #FF8A2B;
  border-radius: 80px;
  margin:  20px auto;
  padding: 20px 0;
  font-weight: 700;
  font-size:16px;
  text-align: center;
  text-decoration: none;
}
.btn_present a {
  display: block;
  color: #FFF;
  text-decoration: none;
}
.btn_present_icon {
    position: absolute;
    top: 50%;
    right: 5%;
    width: 13px;
    transform: translateY(-50%);
}
.btn_present span {
  color: #FFF;
  position: relative;
  padding-right: 15px;
}
.btn_present span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 10px;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  transform: rotate(45deg);
  margin-top: -5px;
}
.btn_event {
  position: relative;
  display: block;
  background: #FEF648;
  border-radius: 80px;
  margin:  20px 0;
  padding: 10px 0;
  font-weight: 700;
  font-size:16px;
  text-align: center;
  text-decoration: none;
}
.btn_event a {
  display: block;
  color: #222;
  text-decoration: none;
}
.btn_event span {
  color: #222;
  position: relative;
  padding-right: 40px;
}
.btn_event span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid #222;
  border-right: 2px solid #222;
  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/2025kol-doc/icon_arrow_right.svg?123') center 0 / 100% 100% no-repeat;
}
.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: #ea6024;
  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: 13px;
  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/2025kol-doc/logo_twitter.svg') no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.btn_archive {
    max-width: 260px;
    margin: 1.5em auto 4rem;
    position: relative;
    display: block;
    background: rgb(0,51,255);
    background: linear-gradient(90deg, rgba(0,51,255,1) 0%, rgba(43,200,255,1) 100%);
    color: #FFF!important;
    border-radius: 80px;
    padding: 1.5em 0;
    font-weight: 700;
    font-size:14px;
    text-align: center;
    text-decoration: none;

  }
  .btn_archive::before {
      content: "";
      position: absolute;
      top: 50%;
      right: 25px;
      width: 10px;
      height: 10px;
      border-top: 3px solid #FFF;
      border-right: 3px solid #FFF;
      transform: rotate(45deg);
      margin-top: -5px;
  }
  .btn_archive a {
    display: block;
    color: #FFF;
    text-decoration: none;
  }

  .btn_vote {
    position: relative;
    display: block;
    background: #FF005D;
    color: #FFF!important;
    border-radius: 80px;
    padding: 20px 0;
    font-weight: 700;
    font-size:14px;
    text-align: center;
    text-decoration: none;

  }
  .btn_vote::before {
      content: "";
      position: absolute;
      top: 50%;
      right: 25px;
      width: 10px;
      height: 10px;
      border-top: 3px solid #FFF;
      border-right: 3px solid #FFF;
      transform: rotate(45deg);
      margin-top: -5px;
  }

  .btn_vote_end {
    position: relative;
    display: block;
    background: #C9C9C9;
    color: #000;
    border-radius: 80px;
    padding: 20px 0;
    font-weight: 700;
    font-size:14px;
    text-align: center;
    text-decoration: none;
}


/* 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: 0;
    bottom: 120px;
    margin: 0 4% 0 0;
    width: 15%;
    max-width: 61px;
    /*
    padding: 10px;
    border-radius: 50%;
    border: 2px solid #fff;
    width: 64px;
    height: 64px;
    background: #2033FF;
    box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.3);
    */
    z-index: +2;
}


/********** 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%;
}

/**** 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/2025kol-doc/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;
}
.t18 {
    font-size: 18px!important;
    line-height: 1.8!important;
}
.t16 {
    font-size: 16px!important;
    line-height: 1.6!important;
}
.t14 {
    font-size: 14px!important;
    line-height: 1.6!important;
}
.t12 {
    font-size: 12px!important;
    line-height: 1.4!important;
}
.bold {
    font-weight: 700!important;
}
.relative {
  position: relative!important;
}
.none {
    display: none!important;
}
.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/2025kol-doc/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/2025kol-doc/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/2025kol-doc/icon-plus.svg?99');
    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/2025kol-doc/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;
}


/******************** 視聴に関するQ&Aはこちら ********************/

.question {
    text-align: right;
    padding-top: 25px;
    font-size: 12px;
    color: #0033FF;
}

.compatible {
    padding: 0;
    text-align: right;
    font-size: 12px;
    margin: 15px 0 25px;
    padding-bottom: 4px;
}
.compatible a {
    color: #3AB1FF;
    border-bottom: 1px dotted #3AB1FF;
}



/* Pontaパスとは？ */

.pontapass-wrap {
    margin:0;
    padding: 40px 0;
    background-color: #A5B9E0;
    color: #222;
}
.text-rounded {
    font-family: 'M PLUS Rounded 1c', sans-serif;
}
.cinemawari-title, .premium-title, .pontapass-title {
    color: #000;
    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;
}


/* Page Header
***************************************/
.page_header {
    position: relative;
    height: 48px;
    background-color: #fff;
}
.page_header .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 270px;
    max-width: 100%;
    padding: 0 20px;
}


/* TOP
***************************************/
.visual_area {
    /* padding-bottom: 13.5%; */
    background-color: #000;
}
.swiper-container {
    position: relative;
    padding-bottom: calc(3.8% + 11px);
}
.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    z-index: 100;
    top: 0;
    margin-top: 40.7%;
    width: 8.65%;
    padding-top: 10.18%;
    background-repeat: no-repeat;
    background-size: contain;
}
.swiper-button-prev {
    left: 0;
    background-image: url('/images/app_form/2025kol-doc/icon_slider_arrow_prev.png');
}
.swiper-button-next {
    right: 0;
    background-image: url('/images/app_form/2025kol-doc/icon_slider_arrow_next.png');
}
.swiper-pagination-bullet {
    opacity: 1;
    width: 11px;
    height: 11px;
    border: 1px solid #00889A;
    background: #fff;
}
.swiper-pagination-bullet-active {
    background: #1BB8EA;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0;
}


/* Section
***************************************/
.section {
    position: relative;
    font-size: 15px;
    line-height: 1.45;
    background-color: #000;
}
.section .inner {
    padding: 20px 20px 50px;
}
.section .sect_title {
    /* position: absolute;
    top: 0;
    left: 0;
    margin-top: -0.5%; */
    width: 100%;
}
.section .textlink {
    color: #3AB1FF;
    text-decoration: underline;
}
.anchor {
    position: absolute;
    top: -10px;
    height: 0;
}


/* ABOUT LIVE STREAMING
***************************************/
.section_streaming .inner{
    padding: 20px 20px 50px;
}
.section_streaming .headline {
    margin: 0 -10px 17%;
    text-align: center;
    line-height: 1.45;
    font-weight: bold;
}
.section_streaming .headline .text_members_only {
    width: 100%;
    max-width: 316px;
    padding: 10px;
    margin: 0 auto 10px;
    background: #D86400;
    color: #fff;
    /* border-radius: 11px; */
    font-size: 17px;
    line-height: 1.2;
    font-family: "ヒラギノ角ゴ ProN", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.section_streaming .headline .text01 {
    font-size: 19px;
    color: #BAA0DE;
    font-family: "ヒラギノ角ゴ ProN", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.section_streaming .headline .text02 {
    font-size: 32px;
    font-weight: normal;
    color: #BAA0DE;
    font-family: "ヒラギノ角ゴ ProN", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.section_streaming .headline .text03 {
    font-size: 22px;
    font-weight: normal;
    color: #BAA0DE;
    font-family: "ヒラギノ角ゴ ProN", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.section_streaming .poster {
    position: relative;
    width: 74.28%;
    margin: 0 auto 20px;
}
.section_streaming .def_box dt {
    position: relative;
    padding-left: 17px;
    margin-top: 1.6rem;
    margin-bottom: 6px;
    font-weight: bold;
    color: #BAA0DE;
}
.section_streaming .def_box dt::before {
    content: "■";
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    /* width: 5px;
    height: 5px;
    background-color: #BAA0DE; */
}
.section_streaming .def_box dd {
    margin-bottom: 6px;
}
.section_streaming .contact_block {
    margin: 30px 0;
    padding: 30px 25px;
    background-color: #1B2B41;
    /* border-radius: 5px; */
    text-align: center;
}
.section_streaming .contact_block p {
    margin-bottom: 5px;
    color: #fff;
    font-size: 22px;
    line-height: 1.2;
}
.section_streaming .contact_block .text02 {
    position: relative;
    width: 100%;
    max-width: 340px;
    padding: 0 35px;
    margin: 0 auto 10px;
    color: #fff;
}
.section_streaming .contact_block .text02 strong {
    font-size: 32px;
}
.section_streaming .contact_block .text02::before,
.section_streaming .contact_block .text02::after {
    position: absolute;
    bottom: 0;
    color: #fff;
    font-size: 32px;
}
.section_streaming .contact_block .text02::before {
    content: "＼";
    left: 0;
}
.section_streaming .contact_block .text02::after {
    content: "／";
    right: 0;
}
.section_streaming .bottom_block {
    margin-top: 30px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}
/* button */
.btn_style01 {
    position: relative;
    display: table;
    margin: 0 auto;
    padding: 10px 40px;
    margin-top: 5px;
    width: 242px;
    max-width: 100%;
    min-height: 50px;
    background-color: #3AB1FF;
    color: #fff;
    border: 3px solid #fff;
    border-radius: 25px;
    /* box-shadow: 0 3px 0 #947100; */
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    line-height: 1.2;
}
.btn_style01::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    width: 13px;
    height: 21px;
    background: url('/images/app_form/2025kol-doc/icon_btn_arrow_w.svg') no-repeat;
    background-size: contain;
}


/* STREAMING
***************************************/
/* 注意事項枠 */
.section_streaming .note_box {
    background: #fff;
    color: #000;
    padding: 15px;
    font-size: 13px;
    line-height: 1.6;
    border: solid 3px #9F6EE2;
    border-radius: 10px;
}
.section_streaming .note_box dt {
    color: #9F6EE2;
    padding-bottom: 10px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}


/* MEMBERS' COMMENTS
***************************************/
.section_comments .inner{
    padding: 18.32% 22px 60px;
}
.section_comments .comment_block + .comment_block {
    margin-top: 40px;
}
.section_comments .comment_block .lede {
    margin-bottom: 30px;
    text-align: center;
}
.section_comments .comment_block .lede p {
    font-size: 19px;
    font-weight: bold;
}
.section_comments .comment_block .lede strong {
    font-size: 23px;
}
.section_comments .comment_block .text01 {
    margin-bottom: 10px;
}
.section_comments .comment_block .text02 {
    text-decoration: underline;
}
.section_comments .movie_container {
    margin: 20px 0;
    background-color: #000;
    border: 5px solid #000;
}
.section_comments .movie_container iframe {
    display: block;
    aspect-ratio: 16/9;
    width: 100%;
    height: 100%;
}
.section_comments .description {
    line-height: 1.7;
}

/* X CAMPAIGN
***************************************/
.section_xcp .inner01 {
    padding: 18.32% 22px 15px;
}
.section_xcp .inner02 {
    padding: 22px 22px 50px;
}
.section_xcp .lede {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}
.section_xcp p + p {
    margin-top: 1em;
}
.section_xcp .note {
    text-align: center;
    font-size: 13px;
}
.section_xcp .btn {
    margin: 20px 0;
}

/* button */
.btn_style03 {
    position: relative;
    /* display: table; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto 15px;
    padding: 10px 40px;
    width: 340px;
    max-width: 100%;
    min-height: 50px;
    background-color: #22B6A5;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 25px;
    /* box-shadow: 0 6px 0 #FF5DD4; */
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
}
.btn_style03:-webkit-any-link {
    color: #fff;
}
.btn_style03::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    width: 13px;
    height: 21px;
    background: url('/images/app_form/2025kol-doc/icon_btn_arrow_w.svg') no-repeat;
    background-size: contain;
}
.btn_style04 {
    position: relative;
    display: table;
    margin: 20px auto 15px;
    padding: 10px 40px;
    width: 340px;
    max-width: 100%;
    min-height: 50px;
    background-color: #009AD6;
    color: #fff;
    border: 2px solid #000;
    border-radius: 25px;
    box-shadow: 0 6px 0 #04ABFF;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
}
.btn_style04:-webkit-any-link {
    color: #fff;
}
/*
.btn_style04::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    width: 13px;
    height: 21px;
    background: url('/images/app_form/2025kol-doc/icon_btn_arrow_w.svg') no-repeat;
    background-size: contain;
}
*/

/* PRESENT
***************************************/
.section_present .inner{
    padding: 16.28% 22px 50px;
}
.section_present .headline {
    margin: 0 0 15px;
    text-align: center;
    line-height: 1.45;
    font-weight: bold;
}
.section_present .headline .text_members_only {
    width: 100%;
    max-width: 316px;
    padding: 10px;
    margin: 0 auto 10px;
    background: #FF4B8D;
    color: #fff;
    border-radius: 11px;
    font-size: 18px;
    line-height: 1.2;
}
.section_present .headline .text01 {
    font-size: 21px;
}
.section_present .headline .text02 {
    font-size: 30px;
    font-weight: normal;
}
.section_present figure.image {
    border: solid 1px #d3d3d3;
    margin-bottom: 20px;
}
.section_present .def_box dt {
    position: relative;
    padding-left: 7px;
    margin-bottom: 6px;
    font-weight: bold;
}
.section_present .def_box dt::before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 6px;
    width: 5px;
    height: 5px;
    background-color: #000;
}
.section_present .def_box dd {
    margin-bottom: 6px;
}
.section_present .lede {
    margin-top: 20px;
    font-size: 18px;
    color: #17BAEB;
    text-align: center;
}
.section_present .note {
    text-align: center;
    font-size: 13px;
}
.section_present .contact_block {
    margin: 30px 0;
    padding: 30px 25px;
    background-color: #000;
    border-radius: 5px;
    text-align: center;
}
.section_present .contact_block p {
    margin-bottom: 5px;
    color: #fff;
    font-size: 22px;
    line-height: 1.2;
}
.section_present .contact_block .text02 {
    position: relative;
    width: 100%;
    max-width: 340px;
    padding: 0 35px;
    margin: 0 auto 10px;
    color: #EEFF00;
}
.section_present .contact_block .text02 strong {
    font-size: 32px;
}
.section_present .contact_block .text02::before,
.section_present .contact_block .text02::after {
    position: absolute;
    bottom: 0;
    color: #fff;
    font-size: 32px;
}
.section_present .contact_block .text02::before {
    content: "＼";
    left: 0;
}
.section_present .contact_block .text02::after {
    content: "／";
    right: 0;
}
.section_present .bottom_block {
    margin-top: 30px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}
.section_present .btn_style03 {
    padding-left: 40px;
}

/* ABOUT KISS OF LIFE
***************************************/
.section_profile {
    background-color: #000;
}
.section_profile .inner{
    padding: 0 0 40px;
}
.section_profile .profile {
    position: relative;
    margin-bottom: 18px;
}
.section_profile .profile_title {
    padding-bottom: 20px;
    text-align: center;
    font-size: 19px;
    font-weight: bold;
    text-decoration: underline;
}
.section_profile .list_member {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 20px;
}
.section_profile .list_member .member{
    width: 43%;
    margin-bottom: 5%;
    text-align: center;
}
.section_profile .list_member .image{
    margin-bottom: 5px;
}
.section_profile .list_member p{
    font-size: 3.5vw;
    line-height: 1.3;
}
.section_profile .list_member .member_name01{
    font-size: 4.5vw;
    font-weight: bold;
}
@media (min-width: 769px) {
    .section_profile .list_member p{
        font-size: 22px;
    }
    .section_profile .list_member .member_name01{
        font-size: 36px;
    }
}
.section_profile .intro_block {
    padding: 25px 20px 40px;
    margin: 0 20px 42px;
    background-color: #0F75AF;
    color: #fff;
}
.section_profile .intro_block p + p {
    margin-top: 1.45em;
}
.section_profile .bottom_block{
    margin: 0 20px;
}
.section_profile .sns_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}
.section_profile .sns_list .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 58px;
    height: 52px;
    background-color: #CB8640;
    border: 3px solid #000;
    border-radius: 6px;
}
.section_profile .sns_list .icon img {
    width: auto;
}
.section_profile .copy {
    margin-top: 35px;
    color: #fff;
    text-align: center;
    font-size: 11px;
    line-height: 1.2;
}

/* button */
.btn_style02 {
    position: relative;
    display: table;
    margin: 0 auto;
    padding: 15px 40px;
    width: 264px;
    max-width: 100%;
    min-height: 54px;
    background-color: #fff;
    color: #132B53!important;
    border: 2px solid #0F75AF;
    border-radius: 27px;
    /* box-shadow: 0 6px 0 #007CA4; */
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.2;
}
.btn_style02::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 22px;
    transform: translateY(-50%);
    width: 13px;
    height: 21px;
    background: url('/images/app_form/2025kol-doc/icon_btn_arrow_bl.svg') no-repeat;
    background-size: contain;
}


/* Footer
***************************************/
.page_footer {
    background-color: #A5B9E0;
}
.page_footer .policy_link {
    font-size: 12px;
    text-align: center;
    text-decoration: underline;
    color: #4B3A8B;
}
.page_footer .c-footer__copyright {
    background-color: #000;
    color: #fff;
    border-top: 0;
}
.page_footer .c-footer {
    padding: 10px 15px 30px;
    background-color: #000;
}

/* グレーボタン
***************************************/
/* btn_close */
.btn_close {
    position: relative;
    display: table;
    margin: 20px auto 15px;
    padding: 15px 40px;
    width: auto;
    max-width: 100%;
    min-height: 50px;
    background-color: #DCDADA;
    color: #707070;
    border: 2px solid #000;
    border-radius: 40px;
    box-shadow: 0 6px 0 #707070;
    text-align: center;
    font-size: 19px;
    font-weight: bold;
    line-height: 1.2;
}
.btn_close::after {
    /* content: ""; */
    display: none!important;
    /* position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    width: 13px;
    height: 21px;
    background: url(/images/app_form/2025kol-doc/icon_btn_arrow.svg) no-repeat;
    background-size: contain; */
}

/* btn_end */
.btn_end {
    display: block;
    color: #fff !important;
    background-color: #888888;
    border-radius: 50px;
    margin: 30px 0 25px;
    padding: 14px 40px 0px;
    height: 60px;
    font-weight: 700;
    font-size: 17px;
    text-align: center;
    border: 3px solid #000;
}