@charset "UTF-8";
body.mdp {
    font-family: ryo-gothic-plusn, "Noto Sans Japanese", din-condensed, sans-serif;
    font-size: 1.6rem;
    line-height: 1.8;
}

.btn3 {
    display: block;
    border: #003087 3px solid;
    background: #003087 !important;
    color: #fff;
    text-decoration: none;
    padding: 15px 10px;
    text-align: center;
    border-radius: 100px;
    position: relative;
    overflow: hidden;
    transition: opacity 0.2s ease;
    font-size: 2rem;
    max-width: 640px;
    margin: 40px auto 0;
}

@media only screen and (max-width: 768px) {
    .btn3 {
        font-size: 1.8rem;
        display: block;
        width: 90%;
        margin-top: 20px;
    }
}

.btn3::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}

.btn3:hover {
    opacity: 0.7;
}

.sup {
    font-size: 14px;
}

.wrapper {
    background: #f7f7f7 !important;
}

.print {
    padding: 50px 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
}

@media only screen and (max-width: 768px) {
    .print {
        padding: 20px 0;
    }
}

.print a {
    width: 300px;
    text-align: center;
    padding: 20px 0;
    font-size: 2.4rem;
    font-weight: 700;
    background: #fff;
    border: #B6AED2 solid 2px;
    color: #1A1A7C;
    text-decoration: none;
    display: block;
    transition: opacity 0.2s ease;
    position: relative;
}

@media only screen and (max-width: 768px) {
    .print a {
        font-size: 1.8rem;
        width: 40%;
        padding: 8px 0;
        margin-right: 10px;
    }
}

.print a::after {
    content: '';
    background: url("../img/match/mdp/icon_print.png") no-repeat center center !important;
    width: 35px;
    height: 35px;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

@media only screen and (max-width: 768px) {
    .print a::after {
        transform: scale(0.8) translateY(-50%) scale(0.8);
        right: 10px;
    }
}

.print a:hover {
    opacity: .7;
}

.leagueSelect {
    width: 100%;
    margin: 50px auto;
    padding: 20px 30px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    background: #1A1A7C !important;
}

@media only screen and (max-width: 768px) {
    .leagueSelect {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
        margin: 20px auto;
        padding: 15px 20px;
    }
}

.leagueSelect__item {
    width: calc(100% / 3 - 8px);
}

@media only screen and (max-width: 768px) {
    .leagueSelect__item {
        width: calc(100% / 2);
        margin-bottom: 10px;
    }
    .leagueSelect__item:nth-child(3) {
        margin-bottom: 0;
    }
}

.leagueSelect__item a {
    margin: 0 4px;
    text-align: center;
    padding: 20px 0 15px;
    font-size: 2.4rem;
    font-weight: 700;
    background: #fff;
    border: #B6AED2 solid 2px;
    color: #1A1A7C;
    text-decoration: none;
    display: block;
    transition: background 0.2s ease;
    position: relative;
}

@media only screen and (max-width: 768px) {
    .leagueSelect__item a {
        padding: 10px 0;
        font-size: 1.8rem;
    }
}

.leagueSelect__item a::after {
    content: '▼';
    display: inline-block;
    color: #1A1A7C;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

@media only screen and (max-width: 768px) {
    .leagueSelect__item a::after {
        right: 10px;
    }
}

.leagueSelect__item a:hover {
    background: #0a3586 !important;
    color: #fff;
}

.leagueSelect__item a:hover::after {
    color: #fff;
}

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

.contentsTitle span {
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    display: block;
    margin: 10px auto 0;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .contentsTitle {
        text-align: center;
    }
    .contentsTitle img {
        width: 65% !important;
    }
}

.kv {
    width: 100%;
}

.kv img {
    width: 100%;
}

.point {
    background: #000 !important;
}

@media only screen and (max-width: 768px) {
    .point {
        padding: 0 5% 35px;
    }
}

.point .contentsTitle {
    padding: 90px 0 55px;
}

@media only screen and (max-width: 768px) {
    .point .contentsTitle {
        padding: 45px 0 25px;
    }
}

.point__outer {
    position: relative;
}

.point__outer img {
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .point__outer img {
        width: 100%;
    }
}

.point__inner {
    padding: 50px;
    color: #fff;
}

@media only screen and (max-width: 768px) {
    .point__inner {
        position: static;
        width: 100%;
        padding: 0;
    }
}

.point__inner h4 {
    font-size: 2.2rem;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
    .point__inner h4 {
        margin: 40px auto 30px;
    }
}

.interview {
    background: #DFE3E5 !important;
    padding: 0 0 70px;
}

@media only screen and (max-width: 768px) {
    .interview {
        padding: 0 5% 35px;
    }
}

.interview .contentsTitle {
    padding: 90px 0 55px;
}

.interview .contentsTitle span {
    color: #1A1A7C;
}

@media only screen and (max-width: 768px) {
    .interview .contentsTitle {
        padding: 45px 0 25px;
    }
}

.interview__inner {
    width: 1080px;
    margin: 0 auto;
}

@media only screen and (max-width: 768px) {
    .interview__inner {
        width: 100%;
    }
}

.interview__contents li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 55px;
}

@media only screen and (max-width: 768px) {
    .interview__contents li {
        width: 100%;
        margin-bottom: 25px;
        display: block;
    }
}

.interview__contents li .textArea {
    line-height: 1.8;
    width: 100%;
    width: calc(100% - 356px);
}

.interview__contents li .textArea:after {
    content: '';
    clear: both;
    display: block;
}

@media only screen and (max-width: 768px) {
    .interview__contents li .textArea {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .interview__contents li .textArea h4, .interview__contents li .textArea .text {
        width: 100%;
        margin: 0;
        float: left;
    }
}

.interview__contents li .textArea h4 {
    font-size: 2.2rem;
    color: #1A1A7C;
    font-weight: 700;
    line-height: 1.2;
    margin: 45px 0 30px;
    order: 1;
}

@media only screen and (max-width: 768px) {
    .interview__contents li .textArea h4 {
        width: 100%;
        margin: 0 0 25px 0;
    }
}

@media only screen and (max-width: 768px) {
    .interview__contents li .textArea .photo_sp {
        width: 30%;
        float: left;
        margin-right: 10px;
        margin-left: 0;
    }
    .interview__contents li .textArea .photo_sp img {
        width: 100%;
    }
}

.interview__contents li .photo {
    width: 301px;
    order: 2;
}

.interview__contents li:nth-child(2n) .textArea {
    order: 2;
}

.interview__contents li:nth-child(2n) .textArea h4, .interview__contents li:nth-child(2n) .textArea .text {
    margin: 0;
}

@media only screen and (max-width: 768px) {
    .interview__contents li:nth-child(2n) .textArea h4, .interview__contents li:nth-child(2n) .textArea .text {
        margin: 0;
        float: left;
    }
}

.interview__contents li:nth-child(2n) .textArea h4 {
    margin: 45px 0 30px;
}

@media only screen and (max-width: 768px) {
    .interview__contents li:nth-child(2n) .textArea h4 {
        width: 100%;
        margin: 0 0 25px 0;
    }
}

@media only screen and (max-width: 768px) {
    .interview__contents li:nth-child(2n) .textArea .photo {
        margin-right: 10px;
    }
}

.interview__contents li:nth-child(2n) .photo {
    width: 301px;
    order: 1;
}

.keyplayer {
    background: url("../img/match/mdp/keyplayer_bg.png") repeat-y top center;
    background-size: 100% auto;
    padding: 0;
    margin-bottom: 200px;
    position: relative;
}

.keyplayer::before {
    content: '';
    background: url("../img/match/mdp/keyplayer_header.png") no-repeat top center;
    background-size: 100% auto;
    display: block;
    width: 100%;
    height: 394px;
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translate(-50%, 0);
}

.keyplayer::after {
    content: '';
    background: url("../img/match/mdp/keyplayer_footer.png") no-repeat bottom center;
    background-size: 100% auto;
    display: block;
    position: absolute;
    width: 100%;
    height: 182px;
    bottom: -140px;
    left: 50%;
    transform: translate(-50%, 0);
}

@media only screen and (max-width: 768px) {
    .keyplayer {
        background: url("../img/match/mdp/keyplayer_bg_sp.png") repeat-y top center;
        background-size: contain;
        margin-bottom: 100px;
    }
    .keyplayer img {
        width: 100%;
    }
    .keyplayer::before {
        top: -30px;
    }
    .keyplayer::after {
        background: url("../img/match/mdp/keyplayer_footer_sp.png") no-repeat bottom center;
        background-size: 100% auto;
        height: 70px;
        bottom: -66px;
    }
}

.keyplayer .contentsTitle {
    padding: 90px 0 55px;
}

@media only screen and (max-width: 768px) {
    .keyplayer .contentsTitle {
        padding: 20px 0 25px;
    }
}

.keyplayer__inner {
    width: 1080px;
    position: relative;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
}

@media only screen and (max-width: 768px) {
    .keyplayer__inner {
        width: 100%;
        display: block;
    }
}

.keyplayer__data {
    width: 20%;
    color: #A88349;
    margin-top: 120px;
    z-index: 2;
    position: relative;
}

.keyplayer__data h4 {
    font-size: 2.2rem;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
    .keyplayer__data {
        width: 50%;
        margin: 0 0 25px 45%;
        min-height: 200px;
    }
    .keyplayer__data h4 {
        margin-bottom: 20px;
    }
}

.keyplayer__image {
    width: 35%;
    margin: -50px 0 0 -50px;
    z-index: 2;
}

@media only screen and (max-width: 768px) {
    .keyplayer__image {
        width: 50%;
        position: absolute;
        margin: 0;
        top: -50px;
        left: -25px;
    }
    .keyplayer__image img {
        width: 100%;
    }
}

.keyplayer__text {
    width: 45%;
    margin-top: 120px;
    z-index: 2;
}

.keyplayer__text p {
    color: #fff;
}

@media only screen and (max-width: 768px) {
    .keyplayer__text {
        margin-top: 60px;
        position: relative;
        z-index: 2;
        width: 100%;
        padding: 0 5% 25px;
        margin: 0 auto;
    }
    .keyplayer__text h4 {
        font-size: 2.2rem;
        color: #fff;
        font-weight: 700;
        margin: 0 auto 25px;
    }
}

@media only screen and (max-width: 768px) {
    .keyplayer__text {
        background: #1A1A7C !important;
    }
    .keyplayer__text::before {
        content: '';
        background: url("../img/match/mdp/keyplayer_textheader_sp.png") no-repeat top center;
        background-size: 100% auto;
        display: block;
        width: 100%;
        height: 20px;
        position: absolute;
        top: -19px;
        left: 50%;
        transform: translate(-50%, 0);
    }
}

.keyplayer__no {
    position: absolute;
    top: 50px;
    left: 15%;
    z-index: 1;
}

@media only screen and (max-width: 768px) {
    .keyplayer__no {
        top: -10px;
        left: 2%;
    }
    .keyplayer__no img {
        width: 50%;
    }
}

.keyplayer__name {
    position: absolute;
    top: 50px;
    right: 20%;
    z-index: 1;
}

@media only screen and (max-width: 768px) {
    .keyplayer__name {
        top: -50px;
        right: 15%;
        width: 100%;
        text-align: right;
    }
    .keyplayer__name img {
        width: 50%;
    }
}

.keyplayer__copy {
    position: absolute;
    bottom: 100px;
    right: 0;
    z-index: 2;
}

@media print {
    .point, .interview, .keyplayer {
        page-break-before: always;
    }
    body {
        color: #000 !important;
        -webkit-print-color-adjust: exact;
        overflow-y: visible;
        overflow-x: visible;
        zoom: 70%;
    }
    section {
        width: 100% !important;
    }
    .fadeInTrigger, .fadeUpTrigger, .fadeDownTrigger, .fadeLeftTrigger, .fadeRightTrigger {
        opacity: 1 !important;
    }
    .header, .leagueSelect, .footer, .print {
        display: none;
    }
    .contentsTitle {
        padding: 45px 0 25px;
    }
    .point {
        padding: 0 5% 35px;
    }
    .point__outer img {
        width: 100%;
    }
    .point__inner {
        position: static;
        width: 100%;
    }
    .point__inner h4 {
        margin: 40px auto 30px;
    }
    .interview {
        padding: 0 5% 35px;
    }
    .interview__contents li {
        width: 100%;
        margin-bottom: 25px;
        display: block;
    }
    .interview__contents li .textArea {
        width: 100%;
    }
    .interview__contents li .textArea h4, .interview__contents li .textArea .text {
        width: 100%;
        margin: 0;
        float: left;
    }
    .interview__contents li .textArea h4 {
        width: 100%;
        margin: 0 0 25px 0;
    }
    .interview__contents li .textArea .photo_sp, .interview__contents li:nth-child(2n) .textArea .photo_sp {
        width: 30%;
        float: left;
        margin-right: 10px;
        margin-left: 0;
        display: block;
    }
    .interview__contents li .photo {
        display: none;
    }
    .interview__contents li .textArea .photo_sp img {
        width: 100%;
    }
    .interview__contents li:nth-child(2n) .textArea h4, .interview__contents li:nth-child(2n) .textArea .text {
        margin: 0;
        float: left;
    }
    .interview__contents li:nth-child(2n) .textArea h4 {
        width: 100%;
        margin: 0 0 25px 0;
    }
    .interview__contents li:nth-child(2n) .textArea .photo {
        margin-right: 10px;
    }
    .keyplayer {
        background: #78c4e7 !important;
        background-image: none;
        margin-bottom: 0;
    }
    .keyplayer::before {
        display: none;
    }
    .keyplayer::after {
        display: none;
    }
    .keyplayer .contentsTitle {
        padding: 20px 0 25px;
    }
    .keyplayer__inner {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
    }
    .keyplayer__data {
        width: 70%;
        margin: 0;
        padding: 0 5%;
        min-height: auto;
        order: 2;
    }
    .keyplayer__data h4 {
        margin-bottom: 20px;
    }
    .keyplayer__image {
        width: 30%;
        position: static;
        margin: 0;
        order: 1;
    }
    .keyplayer__image img {
        width: 100%;
    }
    .keyplayer__text {
        margin-top: 60px;
        position: relative;
        z-index: 2;
        width: 100%;
        padding: 0 5% 25px;
        margin: 0 auto;
        order: 3;
    }
    .keyplayer__text h4 {
        font-size: 2.2rem;
        color: #fff;
        font-weight: 700;
        margin: 25px auto;
        padding-top: 30px;
        display: block;
    }
    .keyplayer__copy {
        display: none;
    }
    .keyplayer__text {
        background: #1A1A7C !important;
    }
    .keyplayer__text::before {
        display: block;
    }
    .keyplayer__no {
        top: auto;
        left: auto;
        bottom: 400px;
        right: 45%;
    }
    .keyplayer__no img {
        width: 60%;
    }
    .keyplayer__name {
        top: auto;
        bottom: 250px;
        right: 8%;
        width: 100%;
        text-align: right;
    }
    .keyplayer__name img {
        width: 50%;
    }
}
