/* @override 
	http://203.143.96.127:8001/dazn/css/base.css
	https://www.frontale.co.jp/dazn/css/base.css */

@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'DAZN-RgNOW';
    src: url('../fonts/DAZN-RgNOW-G-REGULAR.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DAZN-RgNOW';
    src: url('../fonts/DAZN-RgNOW-G-SEMIBOLD.ttf');
    font-weight: bold;
    font-style: normal;
}

/*@font-face {
  font-family: 'DAZN-RgNOW-G-SEMIBOLD';
  src: url('../fonts/DAZN-RgNOW-G-SEMIBOLD.ttf');
  font-weight: normal;
  font-style: normal;
}*/
/*@font-face {
  font-family: 'DAZN-RgNOW-G-LIGHT';
  src: url('../fonts/DAZN-RgNOW-G-LIGHT.ttf');
  font-weight: normal;
  font-style: normal;
}*/
/*@font-face {
  font-family: 'DAZN-RgNOW-G-REGULAR';
  src: url('../fonts/DAZN-RgNOW-G-REGULAR.ttf');
  font-weight: normal;
  font-style: normal;
}*/

/*  */

body {
    animation: fadeIn 2.6s ease 0s 1 normal;
    margin: 0 !important;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}




/*  */

html {
    font-size: 62.5%;
}

body {
    font-family: 'DAZN-RgNOW';
	font-weight: normal;
    background-color: #0cbdff;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

a {
    display: block;
    color: #0cbdff;
    text-decoration: none;
}

a:hover {
    transition: all 0.15s ease-in;
    opacity: 0.7;
}

.sp {
    display: none;
}

/*  */

#wrapper {
    width: 100%;
    /*max-width: 1416px;*/

    min-width: 960px;
    margin: 0 auto;
    overflow: hidden;
}



/*  */

#header {
    width: 100%;
    background-color: #020202;
    padding: 10px 0;
}

#header .inner {
    width: 93%;
    /*max-width: 1320px;*/
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}

#site_id {
    width: 296px;
}

#header .dazn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
}

#header .dazn p {
    line-height: 1;
    font-family: 'DAZN-RgNOW';
    color: #fff;
    font-size: 1.5rem;
    margin-right: 2em;
}

/*  */

#box_kv {
    width: 100%;
    /*max-width: 1416px;*/
    height: calc(100vw * 0.503);
    min-height: 542px;
    /*max-height: 1019px;*/
    /*max-height: 721px;*/
    background-image: url(../img/img_kv.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: relative;
    margin: 0 auto 0;
    z-index: 0;
    padding-bottom: 4%;
    box-sizing: content-box;
}

.bg_kv {
    display: block;
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.bg_kv::before,
.bg_kv:after {
    content: '';
    position: fixed;
    display: block;
    width: 100vw;
    /*height: calc(100vw * 0.501);*/
    height: 100%;
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    transition-delay: .3s;
    background-color: #000000;
    left: 0;
    top: 0;
    z-index: 999999;
}

.loaded .bg_kv::before {
    height: 0;
    transform: translateY(-1%);
}

.loaded .bg_kv::after {
    height: 0;

    transform: translateY(1%);
}

#box_kv h1 {
    width: 50%;
    /*max-width: 800px;*/
    position: absolute;
    left: 2%;
    /*top: 250px;*/
    bottom: 17%;
    opacity: 0;
    z-index: 20;
}

/* main player */

#kv_main_player {
    position: absolute;
    z-index: 0;
    top: -5%;
    left: 50%;
    margin-left: -30%;
    /* width: 49%; */
    width: 55%;
    /* height: 89.5%; */
    height: calc(100vw * 0.5);
    overflow: hidden;
}


#next_match {
    width: 30%;
    min-width: 345px;
    /*max-width: 524px;*/
    position: absolute;
    top: 50%;
    margin-top: calc(100vw * -1 * 0.18);
    right: 2vw;
    opacity: 0;
    z-index: 100;
    text-align: center;
}

#next_match>a {
    display: block;
    color: #fff;
    transform-origin: center center;
    transition: 0.3s;
    position: relative;
    z-index: 0;
    padding: 16px 0 16px 0;
}

#next_match>a::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 64%;
    height: 95%;
    top: 50%;
    left: 50%;
    margin-top: -39%;
    margin-left: -32%;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 3%;
    box-shadow: 0px 3px 60px rgba(0, 0, 0, 0.8);
}


#next_match p,
#next_match h2,
#next_match h3,
#next_match h4,
#next_match ul {
    font-family: 'DAZN-RgNOW',sans-serif;
    font-weight: bold;
}


#next_match p.category {
    height: calc(100vw * 0.028);
    margin-top: 2%;
}

#next_match p.category>img {
    display: inline-block;
    height: 100%;
    width: auto;
}

#next_match p.category.acl>img {
    height: 74%;
	width: auto;
}

#next_match ul.vs_emblems,
#next_match ul.vs_emblems li {
    list-style: none;
    margin: 0;
    padding: 0;
	display: inline-block;
}

#next_match ul.vs_emblems {
    display: flex;
    height: calc(100vw * 0.12);
    width: 94%;
	margin-left: auto;
	margin-right: auto;
    justify-content: space-between;
    position: relative;
    z-index: 0;
    margin-top: -13%;
}


#next_match ul.vs_emblems::after {
    content: "";
    display: block;
    position: absolute;
    width: 11%;
    height: 150px;
    top: 50%;
    left: 50%;
    margin-left: -5.5%;
    margin-top: -5%;

    background-image: url(/common_2017/svg/icon_close_wh.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

#next_match ul.vs_emblems li {
    height: 100%;
    width: 32%;
    text-align: center;
	margin-top: -2%;
}

#next_match ul.vs_emblems li.kf {
	margin-top: -1%;
}

#next_match ul.vs_emblems li>img {
    height: 100%;
    width: auto;
    display: inline-block;
}

#next_match ul.vs_emblems li>img[src$="emb_uhfc.png"] {
    margin-top: 6%;
    height: 86%;
}

#next_match ul.vs_emblems li:nth-of-type(2)>img {
	height: 90%;
	margin-top: 8%;
}

#next_match.acl ul.vs_emblems li:nth-of-type(2)>img {
	height: 90%;
	margin-top: 8%;
}

#next_match a:hover {
    opacity: 1;
    transform: scale(1.1);
}


#next_match p,
#next_match h2,
#next_match h3 {
    font-feature-settings: "palt" 1;
}


#next_match p.catch {
    font-size: 1vw;
    font-weight: normal;
    position: relative;
}

#next_match p.catch::before {
    content: "〈";
}

#next_match p.catch::after {
    content: "〉";
}

#next_match h2 {
    font-size: 2.5vw;
    margin-top: 0.3em;
}

#next_match h2,
#next_match h2+p {
    text-transform: uppercase;
}

#next_match h2+p {
    font-size: 1.6vw;
    font-weight: bold;
    margin-top: 0.10em;
}


#next_match p.flag_home {
    color: #0cbdff;
}

#next_match p.flag_away {
    color: red;
}

#next_match p.weekday span.day,
#next_match p.weekday span.week {
    color: #white;
}

#next_match p.holiday span.day,
#next_match p.holiday span.week {
    color: red;
}

#next_match p.saturday span.day,
#next_match p.saturday span.week {
    color: #0cbdff;
}


div#box_game_detail {
    margin-top: -11%;
    position: relative;
    z-index: 10;
    line-height: 1.3;
}

div#box_game_detail h3 {
    font-size: 2.4rem;
	width: 50%;
	margin: 0 auto 0 auto;
}

div#box_game_detail h4 {
    font-size: 1.8vw;
	margin-top: 0.6em;
}

div#box_game_detail h4>strong {
    font-size: 2.2vw;
	letter-spacing: -0.05em;
}

div#box_inr_date_ko {
    margin-top: -0.5em;
    padding-left: 1em;
}

div#box_inr_date_ko>p {
    display: flex;
    justify-content: center;
    align-items: center;
}

div#box_inr_date_ko>p span {
    position: relative;
    z-index: 0;
    display: block;
    font-weight: bold;
}

div#box_inr_date_ko>p span.month,
div#box_inr_date_ko>p span.day {
    font-size: 3.6vw;
}

div#box_inr_date_ko>p span.month {
    padding-right: 0.35em;
}

div#box_inr_date_ko>p span.month::after {
    content: "";
    display: block;
    position: absolute;
    right: 0.15em;
    top: 0.15em;
    width: 2px;
    transform: skew(-20deg);
    height: 0.9em;
    background-color: white;
}

div#box_inr_date_ko>p span.week {
    text-transform: uppercase;
    font-size: 1.15vw;
    transform: rotate(-90deg);
    margin-left: -0.5em;
    margin-bottom: -0.1em;
    text-align: left;
    width: 2.3em;
}

div#box_inr_date_ko>p span.kick_off {
    margin-left: 0em;
    text-align: left;
    font-size: 1.35vw;
    padding-top: 0.15em;
}

#next_match p.stadium {
    font-weight: 500;
    font-size: 1.4vw;
    max-width: 18em;
    margin: 0.4em auto 0;
    font-feature-settings: "palt" 1;
    /* letter-spacing: 0.05em; */
}

#next_match.acl.sec_01 p.stadium {
    letter-spacing: 0.01em;
}


/**/


#box_kv.loaded h1 {
    /*animation: fadeIn 0.2s ease 0.3s 1 normal;*/
    animation-name: fadein;
    animation-duration: 0.4s;
    animation-delay: 0.6s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

#box_kv.loaded #next_match {
    /*animation: fadeIn 0.2s ease 0.3s 1 normal;*/
    animation-name: fadein;
    animation-duration: 0.8s;
    animation-delay: 1.0s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes fadein {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

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

/*@keyframes fadeIn { /*animetion-nameで設定した値を書く*!/
  0% {opacity: 0} /*アニメーション開始時は不透明度0%*!/
  100% {opacity: 1} /*アニメーション終了時は不透明度100%*!/

}*/


/*  */

.ttl {
    text-align: center;
}

.ttl h2 {
    font-family: 'DAZN-RgNOW';
    font-size: 6.4rem;
    font-feature-settings: "palt";
}

.ttl p {
    font-family: 'DAZN-RgNOW';
    font-size: 2.2rem;
}

/*  */

div.box_trial {
    /*width: 818px;*/
    text-align: center;
    width: 100%;
    position: relative;
    z-index: 50;
    padding-top: 60px;
}

div.box_trial>.inner {
    width: 90vw;
    margin: 0 auto;
}

div.box_trial .btn {
    width: 90%;
    max-width: 740px;
    margin: 0 auto;
    background-color: #fff;
}

div.box_trial .btn a {
    display: block;
}



div.box_trial .btn+p {
    font-size: 1.6rem;
    font-family: 'DAZN-RgNOW';
    font-size: 1.6rem;
    line-height: 1.6;
    margin-top: 1.5em;
}

div.box_trial .btn+p small {
    font-weight: 200;
    font-size: 0.9em;
}

div.box_trial .btn+p sup {
    font-size: 0.7em;
}


#box_kv div.box_trial {
    width: 100%;
    min-width: 830px;
    position: absolute;
    /*bottom: -5%;*/
    /*top: 82%;*/
    bottom: 0;
    margin-left: 50%;
    transform: translate(-50%, 0);
}

#box_kv div.box_trial .btn {
    width: 52%;
    max-width: initial;

}


/*  */

section {}

section .inner {
    width: 93%;
    max-width: 1416px;
    margin: 0 auto;
}

/*  */

#sec_video_promo {
    padding-top: 30px;

}

#sec_video_promo .inner {
    text-align: center;
    position: relative;
    max-width: 1040px;
    background-color: rgba(0, 0, 0, 0.5);
}

#sec_video_promo .inner:after,
#sec_video_promo .inner:before {
    content: '';
    display: block;
    width: 131px;
    height: 131px;
    background-image: url(../img/logo_dazn.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: calc(50% - 65px);
    left: -210px;
    z-index: -1;
}

#sec_video_promo .inner:after {
    left: auto;
    right: -210px;
    z-index: 99999;
}

#sec_video_promo .box_video {
    margin: 0 auto;

    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    overflow: visible;
}

.box_video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#sec_video_promo .box_video:after {
    content: '';
    display: block;
    width: 1171px;
    height: 82px;
    background-image: url(../img/bg_video.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: -66px;
    bottom: -12px;
    z-index: -1;
}

/* 220318 */

#sec_video_promo .box_video a {
    display: block;
    width: 100%;
    height: auto;
    position: relative;

    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 585px;
    background-color: #222;
}

@media screen and (max-width: 768px) {
    #sec_video_promo .box_video a {
        /*min-height: calc(100vw * 0.5625);*/

        /*height: calc(100vw * 0.5625);*/
        min-height: initial;
        height: calc(100vw * 0.5625);
    }
}


#sec_video_promo .box_video a::before {
    content: '';
    display: block;
    background-image: url(/dazn/img/btn_play.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 64px;
    height: 64px;
    position: absolute;
    z-index: 9;
    top: calc(50% - 32px);
    left: calc(50% - 32px);
}

#sec_video_promo .box_video a #thumb_yt {
    width: auto;
    max-width: 100%;
}

@media screen and (max-width: 768px) {
    #sec_video_promo .box_video a #thumb_yt {
        /*height: 100%;*/
        height: auto;
        max-height: 100%;
    }
}


/*  */

#sec_club_power {
    margin-top: 10em;
}

#sec_club_power .ttl p {
    margin-top: 0.6em;
}

#sec_club_power .ttl+p {
    max-width: 1031px;
    margin: 5em auto 0;
}

/*  */

#sec_ienaka_watch {
    background-image: url(../img/bg_ienaka_watch.jpg);
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 2000px auto;

    color: #fff;
    padding-top: 270px;
    margin-top: 8em;

    height: 1240px;
    max-height: 1240px;
}

#sec_ienaka_watch h2 {
    font-size: 4.8rem;
    line-height: 1.3;
}

#sec_ienaka_watch .ttl:after {
    content: '';
    display: block;
    width: 100%;
    height: 69px;
    background-image: url(../img/line.gif);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-top: 40px;
}

#sec_ienaka_watch ul {
    width: 88%;
    margin: 50px auto 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-around;
    list-style: none;
}

#sec_ienaka_watch li {
    width: 26%;
    text-align: center;
    font-family: 'DAZN-RgNOW';
}

#sec_ienaka_watch li:nth-child(2) {
    width: 36%;
}


#sec_ienaka_watch ul small {
	font-size: 1.4rem;
	font-weight: normal;
}


#sec_ienaka_watch h3 {
    font-size: 2.6rem;
    line-height: 1.3;
}

#sec_ienaka_watch li figcaption,
#sec_ienaka_watch li p {
    font-size: 1.6rem;
    margin-top: 1em;
    line-height: 1.3;
}

#sec_ienaka_watch li figcaption {
    word-wrap: break-word;
    overflow-wrap: break-word;
}

#sec_ienaka_watch li img {
    width: 82%;
    margin-top: 6em;
}

@media screen and (max-width: 1320px) {

    #sec_ienaka_watch ul {
        width: 96%;
    }

    #sec_ienaka_watch li {
        width: 30%;
    }

    #sec_ienaka_watch h3 {
        /*font-size: 2.0rem;*/
        font-size: 2.0vw;
        /* 8px */
    }

    #sec_ienaka_watch li figcaption,
    #sec_ienaka_watch li p {
        /*font-size: 1.4rem;*/
        font-size: 1.2vw;
        /* 8px */
    }


}

/*  */

div.app {
    margin: 50px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;

}

div.app p {
    width: auto;
    margin-left: 1.4em;
    margin-right: 1.4em;
}

div.app p a {
    display: block;
}

div.app p img {
    width: auto;
    height: 60px;
}

/*  */

#sec_signup {
    background-color: #fff;
    padding-top: 5em;
    padding-bottom: 8em;
}

#sec_signup h2 {
    font-size: 5.4rem;
}

#sec_signup div.box_video {
    margin-top: 5em;
    margin: 5em auto;
    max-width: 1040px;
    border: 8px solid #eee;
}

div.box_video video {
    width: 100%;
}

#sec_signup p.btn {
    display: inline-block;
    /*border: 1px solid #333;*/
    box-shadow: 0px 0px 2em rgba(0, 0, 0, 0.2);
}

#sec_signup p.btn+p {
    margin-top: 2.4em;

}

/*  */

#sec_world_sports {
    background-color: #020202;
    color: #fff;
    padding-top: 8em;
    padding-bottom: 8em;
}

#sec_world_sports h2 {
    font-size: 5.4rem;
}

#sec_world_sports .ttl p {
    font-size: 2.2rem;
    line-height: 1.5;
    margin-top: 1.4em;
}


/* programs list new -210913  */

#list_programs_new,
#list_programs_new li {
    margin: 0;
    padding: 0;
}


#list_programs_new {
    margin-top: 72px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    min-width: 972px;
    line-height: 1.4;
}

#list_programs_new li {
    font-family: 'DAZN-RgNOW';
    width: calc((100% - 20px * 4) / 5);
    text-align: center;
    box-sizing: border-box;
    background-color: #151515;
    padding-top: 12px;
    padding-bottom: 24px;
    border: 4px solid #020202;
}

#list_programs_new li small {
    font-size: 1.4rem;
    margin-top: 1em;
    display: block;

}

#list_programs_new img {
    max-width: 100%;
}

#list_programs_new span {
    display: block;
    width: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 0;
}

#list_programs_new span img {
    display: block;
    position: relative;
    transform-origin: center center;
    transform: scale(0.85);
}

#sec_world_sports>.inner>p:last-of-type {
    font-family: 'DAZN-RgNOW';
    text-align: center;
    margin-top: 72px;
    font-size: 2.8rem;
    font-weight: 500;
    color: yellow;
    font-feature-settings: "palt" 1;
}


/*  */

#sec_faq {
    padding-top: 6em;
    padding-bottom: 8em;
    /*background-color: #fff;*/
    background-color: #020202;
}

#sec_faq h2 {
    font-size: 5.4rem;
    color: #fff;
}

#list_faq {
    margin-top: 4em;
}

#list_faq dt,
#list_faq dd {
    font-family: 'DAZN-RgNOW';
    font-size: 2rem;
}

#list_faq dt {
    /*font-family: 'DAZN-RgNOW-G-SEMIBOLD';*/
    /*font-family: 'DAZN-RgNOW-G-REGULAR';*/
    font-size: 2.4rem;

    /*background-color: #020202;*/
    background-color: #0cbdff;
    color: #020202;
    padding: 0.6em 1em;
    position: relative;
    margin-top: 0.8em;
}

#list_faq dt:hover {
    cursor: pointer;
    transition: all 0.15s ease-in;
    opacity: 0.8;
}


#list_faq dd {
    line-height: 1.5;
    padding: 1.4em 0.6em;
    position: relative;
    display: none;
    color: #fff;
}


#list_faq dd>ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 1.5em;
}

#list_faq dd>ul>li {
	margin-top: 1em;
	line-height: 1.5;
	position: relative;
	z-index: 0;
	padding-left: 1em;
}

#list_faq dd>ul>li::before {
	content: "";
	display: block;
	position: absolute;
	left: 0.25em;
	width: 0.4em;
	height: 0.4em;
	border-radius: 0.2em;
	top: 0.6em;
	background-color: #fff;
}

#list_faq dd a {
    display: inline;
	text-decoration: underline;
}

#list_faq dt:before {
    /* yoko */
    content: '';
    position: absolute;
    width: 1.2em;
    height: 3px;
    background: #020202;
    right: 0.6em;
    top: 50%;
    transform: translate(-50%);
    z-index: 9;
}

#list_faq dt:after {
    /* tate */
    content: '';
    position: absolute;
    width: 1.2em;
    height: 3px;
    background: #020202;
    right: 0.6em;
    top: 50%;
    transform: translate(-50%) rotate(90deg);
    z-index: 9;
}

/*  */

#btn_top {
    width: 130px;
    height: 130px;
    margin: 0 auto;

    position: fixed;
    z-index: 999999;
    bottom: 5vh;
    left: calc(50% - 65px);
    display: block;

}

#btn_top.btm {
    position: absolute;
    top: 15px;
}

#btn_top a {
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -9999em;
    position: relative;

    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
}

#btn_top a:after {
    content: '';
    width: 40px;
    height: 40px;
    border: 0px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    transform: rotate(-45deg);
    position: absolute;
    top: calc(50% - 12px);
    left: 45px;

}

/*  */

footer {
    font-size: 1.2rem;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-bottom: 120px;
    line-height: 1.8;
    position: relative;
}

footer:before {
    content: '';
    display: block;

    /*border-top: 50px solid transparent;*/
    border-bottom: 10vw solid transparent;
    border-left: 100vw solid #020202;

}

footer .inner {
    width: 93%;
    max-width: 1416px;
    margin: 0 auto;
    text-align: right;
    position: relative;
    padding-right: 230px;
    padding-top: 60px;
}

footer .inner::after {
    content: '';
    width: 190px;
    height: 208px;
    display: block;
    background-image: url(../img/site_id_btm.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    right: 0;
    bottom: -20px;
}

footer p.emblem {
    margin-bottom: 8px;
}

footer p.emblem img {
    width: 510px;
}

footer small {}

/*  */

img.lozad {
    opacity: 0;
    transform: translate3d(0, 1em, 0);
    transition:
        opacity 0.2s linear,
        transform 0.6s ease-out;
}

#box_kv img.lozad {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
    -webkit-animation-duration: 1.6s;
    animation-duration: 1.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;

    transform: translate3d(0, 1em, 0);
    transition:
        opacity 0.2s linear,
        transform 0.3s ease-out;
}

img[data-loaded="true"] {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

@media screen and (max-width: 1024px) {

	
    /* mq-start */
	
	  #wrapper {
        min-width: 1024px;
    }
	
    ul.list_programs {
        padding-left: 0;
    }

    ul.list_programs li {
        width: 14em;
        height: 14em;
    }

    #next_match {
        width: 34%;
        /*max-width: 524px;*/
        position: absolute;
        /*top: 170px;*/
        right: 0%;
        bottom: 22%;
        opacity: 0;
        z-index: 100;
    }


    #header .dazn p {
        margin-right: 0.7em;
    }

    #header .inner {
        width: 97%;
    }

    /* mq-end */
}

@media screen and (max-width: 980px) {

    .sp {
        display: inline-block;
    }

    #wrapper {
        width: 100%;
        min-width: initial;
    }

    #header {
        padding: 2vw;
    }

    #site_id {
        width: 40%;
    }

    #header .inner {
        width: auto;
        height: 10vw;
    }

    #header .dazn {
        display: block;
        text-align: right;
        /*display: none;*/
        padding-right: 10vw;
    }

    #header .dazn p {
        font-size: 2.0vw;
        /* 8px */
        margin-right: 0;
    }

    #header .dazn a {
        display: none;
    }

    /*  */
    #box_kv {
        background-size: 200vw auto;
        background-position: -48vw 0;
        /*height: calc(100vw * 0.95);*/
        height: auto;
        min-height: initial;
        /*background-color: #020202;*/
        overflow: hidden;
        z-index: 0;
        padding-bottom: 116vw;
    }

    .bg_kv::before,
    .bg_kv:after {
        /*height: calc(100vw * 0.95);*/
        height: 100vh;
    }

    #box_kv h1 {
        bottom: 16vw;
        width: 90%;
        left: -0.5%;
        position: relative;
        margin-top: 54vw;
        margin-left: 6vw;
        z-index: 50;
    }





    /*next_match 2022*/

    #next_match {
        min-width: initial;
        width: 100%;
        height: auto;
        position: absolute;
        bottom: 11vw;
        top: auto;
        right: auto;
        margin-top: 0;
        margin-left: 0;
    }


    #next_match>a::after {
        width: 80%;
        height: 101%;
        top: 0%;
        left: 50%;
        margin-top: 0%;
        margin-left: -40%;
        border-radius: 3vw;
    }

    #next_match p.category {
        height: calc(100vw * 0.13);
        margin-top: 1%;
    }

    #next_match ul.vs_emblems {
        height: calc(100vw * 0.36);
        margin-top: -10%;
		width: 94vw;
		margin-left: auto;
		margin-right: auto;
    }

    #next_match p.catch {
        font-size: 3.4375vw;
        margin-top: 1.5%;
    }

    #next_match h2 {
        font-size: 8.125vw;
        margin-top: 0.1em;
    }

    #next_match h2+p {
        font-size: 5.625vw;
        margin-top: 0em;
    }


    div#box_game_detail {
        margin-top: -10vw;
        position: relative;
        z-index: 10;
        line-height: 1.3;
    }

    div#box_game_detail h3 {
        font-size: 6vw;
    }

    div#box_game_detail h4 {
        font-size: 4vw;
    }

    div#box_game_detail h4>strong {
        font-size: 8.75vw;
    }

    div#box_inr_date_ko {
        margin-top: -1em;
    }


    div#box_inr_date_ko>p span.month,
    div#box_inr_date_ko>p span.day {
        font-size: 10.0vw;
    }


    div#box_inr_date_ko>p span.month::after {
        top: 0.23em;
        width: 2px;
    }

    div#box_inr_date_ko>p span.week {
        font-size: 3.3vw;
        margin-bottom: -0.15em;
    }


    div#box_inr_date_ko>p span.kick_off {
        font-size: 3.75vw;
        line-height: 1.2;
        margin-left: -0.25em;
    }

    #next_match p.stadium {
        font-size: 4.6875vw;
        margin-top: 0.4em;
    }


    /**/

    #box_kv div.box_trial {
        position: relative;
        min-width: initial;
        margin: 0 auto;
        transform: translate(0, 0);
        margin-top: -36px;
    }





    #box_kv div.box_trial .btn {
        width: 96%;
        text-align: center;
    }

    div.box_trial .btn+p {
        font-size: 3.4375vw;
        /* 11px */
        font-family: 'DAZN-RgNOW-G-REGULAR';
    }


    /* main player */

    #kv_main_player {
        top: -1%;
        /* margin-left: -46%; */
        margin-left: 2vw;
        left: 0;
        width: 100%;
        /* height: 87.5%; */
        height: auto;
        overflow: hidden;
    }




    /*  */

    section .inner {
        width: 94vw;
    }

    /*  */

    #sec_video_promo {
        margin-top: 0vw;
        padding-top: 0;
    }

    div.box_video {
        margin-top: 0;
    }

    .box_video:after {
        display: none;
    }

    #sec_video_promo .inner {
        width: 100vw;
    }

    /*  */

    .ttl h2 {
        font-size: 11.4vw;
    }

    .ttl p {
        font-size: 5.625vw;
        /* 18px */
        line-height: 1.3;
    }

    /*  */
    #sec_club_power {
        margin-top: 8vw;
    }

    #sec_club_power .ttl+p {
        width: 90vw;
    }

    /*  */

    #sec_ienaka_watch {
        margin-top: 8vw;
        background-image: url(../img/bg_ienaka_watch_sp.jpg);

        background-size: 300vw auto;
        height: auto;
        max-height: initial;

        padding-top: 25vw;
    }

    #sec_ienaka_watch h2 {
        font-size: 6.25vw;
        /* 20px */
    }

    #sec_ienaka_watch .ttl:after {
        margin-top: 4vw;
        height: 6vw;
    }

    /*  */

    #sec_ienaka_watch ul {
        width: 100%;
        flex-wrap: wrap;
        margin-top: 0vw;
    }

    #sec_ienaka_watch li {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 10vw;
    }

    #sec_ienaka_watch li div.inner {
        width: 50%;
    }

    #sec_ienaka_watch h3 {
        font-size: 4.375vw;
        /* 14px */
    }

    #sec_ienaka_watch li p {
        font-size: 3.125vw;
        /* 10px */
        margin-top: 0.6em;
    }

    #sec_ienaka_watch li figure {
        width: 50%;
        margin-left: 0;
        margin-right: auto;
    }

    #sec_ienaka_watch li figcaption {
        font-size: 2.2vw;
        /* 8px */
    }

    #sec_ienaka_watch li img {
        margin-top: 0;
        width: auto;
        max-width: 60%;
    }

    #sec_ienaka_watch li:nth-child(2) {
        width: 100%;
    }

    #sec_ienaka_watch li:nth-child(2) h3 {}

    div.app {
        width: 80vw;
        margin: 12vw auto 0;
        padding-bottom: 10vw;
        justify-content: space-between;
    }

    div.app p {
        margin: 0;
    }

    div.app p img {
        height: 12vw;
    }

    /*  */

    #sec_signup h2 {
        font-size: 9.375vw;
        /* 30px */
    }


    #sec_signup div.box_video {
        margin: 4em auto;

        width: auto;
        max-width: initial;
        height: auto;
    }

    /*  */

    #sec_world_sports {
        padding-top: 12vw;
    }

    #sec_world_sports h2 {
        font-size: 5.9375vw;
        /* 19px */
        line-height: 1.3;
    }

    #sec_world_sports .ttl p {
        font-size: 4.0625vw;
        /* 13px */
    }

    /* 210914 */

    #list_programs_new {
        min-width: initial;
        width: 100%;
        margin-top: 48px;
    }


    #list_programs_new li {
        width: calc((100% - 3vw * 1) / 3);
        border: 3px solid #020202;
    }

    #list_programs_new li small {
        font-size: 3.35vw;
        padding: 0 0.5em 0 0.5em;
    }

    /*  */

    #sec_faq {
        padding-top: 0;
    }

    #sec_faq h2 {
        font-size: 9.375vw;
        /* 30px */
    }

    #list_faq dt {
        font-size: 4.6875vw;
        /* 15px */
        padding-right: 3em;
    }

    #list_faq dd {
        font-size: 4.375vw;
        /* 14px */
    }

    /*  */
    footer {
        font-size: 4.375vw;
        /* 14px */
    }

    footer .inner {
        padding-top: 13vw;
        padding-right: 28%;
    }

    footer p.emblem img {
        width: 100%;
    }

    footer .inner:after {
        width: 24vw;
        height: 50vw;
        bottom: -26vw;
    }

    footer small {
        font-size: 1.7vw;
    }

    footer .inner p {
        font-size: 2.8125vw;
        /* 9px */
        line-height: 1;
    }


    /*  */
    #btn_top {
        width: 20vw;
        height: 20vw;
        left: calc(50% - 10vw);
        bottom: 3vh;
        z-index: 2000;
    }

    #btn_top a:after {
        width: 6vw;
        height: 6vw;
        top: 8vw;
        left: calc(50% - 3vw);
    }

    /*　ハンバーガーボタン　*/
    .hamburger {
        display: block;
        position: fixed;
        z-index: 3;
        right: 2vw;
        top: 2vw;
        width: 10vw;
        height: 10vw;
        cursor: pointer;
        text-align: center;
        /*background-color: #0cbdff;*/
    }

    .hamburger span {
        display: block;
        position: absolute;
        width: 6.5vw;
        height: 2px;
        left: 2vw;
        background: #fff;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

    .hamburger span:nth-child(1) {
        top: 2.8vw;
    }

    .hamburger span:nth-child(2) {
        top: 5vw;
    }

    .hamburger span:nth-child(3) {
        top: 7.2vw;
    }

    /* ナビ開いてる時のボタン */
    .hamburger.active span:nth-child(1) {
        /*	  -webkit-transform: translateY(6px);
	  -moz-transform   : translateY(6px);*/
        transform: translateY(2.0vw);
        /*background : #000;*/
    }

    .hamburger.active span:nth-child(2) {
        /*	-webkit-transform: translateY(-4px);
	  -moz-transform   : translateY(-4px);*/
        transform: translateY(-0.0vw);
        /*background : #000;*/
    }

    .hamburger.active span:nth-child(3) {
        /*	  -webkit-transform: translateY(-14px);
	  -moz-transform   : translateY(-14px);*/
        transform: translateY(-2.2vw);
        /*background : #000;*/
    }

    nav.globalMenuSp {
        position: fixed;
        z-index: 2;
        top: 0;
        left: 0;
        color: #000;
        background: #fff;
        text-align: center;
        transform: translateX(100%);
        transition: all 0.6s;
        width: 100%;
        /*opacity: 0;*/
    }

    nav.globalMenuSp ul {
        background: #020202;
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }

    nav.globalMenuSp ul li {
        list-style-type: none;
        padding: 0;
        width: 100%;
        border-bottom: 1px solid #fff;
        color: #fff;
        font-size: 4.375vw;
        /* 14px */
        line-height: 1.4;
    }

    nav.globalMenuSp ul li:last-child {
        padding-bottom: 0;
        border-bottom: none;
    }

    nav.globalMenuSp ul li:hover {
        background-color: #0cbdff;
    }

    nav.globalMenuSp ul li a {
        display: block;
        color: #fff;
        padding: 1em 0;
        text-decoration: none;
    }

    /* このクラスを、jQueryで付与・削除する */
    nav.globalMenuSp.active {
        transform: translateX(0%);
    }


    /*  */

    div.box_trial {
        padding-top: 2vw;
    }


    /*  */
}


























/*  */