.trk-main img {
    max-width: 100%;
    width: auto;
    height: auto;
}
.trk-main {
    padding-bottom: 60px;
    overflow: hidden
}
.trk-section, .trk-section--bg1, .trk-section--bg2, .trk-section--bg3 {
    margin-top: 30px;
}
.trk-section--bg1, .trk-section--bg2, .trk-section--bg3 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.trk-section--bg1 {
    background-color: #f9f8f7;
}
.trk-section--bg2 {
    background-color: rgba(164, 162, 161, 0.05);
}
.trk-section--bg3 {
    background-color: rgba(109, 164, 226, 0.05);
}
.trk-inner, .trk-inner--narrow, .trk-inner--wide {
    padding-left: 15px;
    padding-right: 15px;
}

.trk-head {
    text-align: center;
    position: relative;
    font-size: 2rem;
    letter-spacing: 0.05em;
    color: #003a60;
    margin-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 1.4;
}

.trk-head::before, .trk-head::after {
    content: '';
    display: block;
    position: absolute;
    width: 5em;
    height: 2px;
    left: calc(50% - 2.5em);
}

.trk-head::before {
    background-color: #003a60;
    bottom: -16px;
}
.trk-head::after {
    background-color: #a4a2a1;
    bottom: -24px;
}
.trk-head--sub{
    text-align: center;
    letter-spacing: 0.05em;
    color: #003a60;
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 1.4;
}

.trk-btn, .trk-btn--back {
    position: relative;
    background: url("../../lpcommon/images/common/arrow_wh_r.svg") no-repeat center right 15px, #003A60;
    background-size: 6px;
    height: 48px;
    display: block;
    color: #fff;
    border-radius: 4px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 10px 50px 0 rgba(0, 58, 96, 0.1);
}
.lineup-btn{
    max-width: 400px;
}
.trk-btn span, .trk-btn--back span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}
.trk-btn:hover, .trk-btn--back:hover, .trk-btn:focus, .trk-btn--back:focus {
    background-color: #002B47;
    background-size: auto;
    box-shadow: 0 10px 20px 0 rgba(0, 58, 96, 0.3);
}
.trk-btn--back {
    background: url("../../lpcommon/images/common/arrow_wh.svg") no-repeat center left 15px, #003A60;
    background-size: 6px;
    max-width: 400px;
}
.trk-btn--back:hover, .trk-btn--back:focus {
    background-size: auto;
}
.trk-strong {
    background-color: rgba(101, 186, 140, 0.3);
    font-style: normal !important;
}
.trk-shadow {
    -webkit-box-shadow: 0 0 20px 0 rgba(164, 162, 161, 0.5);
    box-shadow: 0 0 20px 0 rgba(164, 162, 161, 0.5);
}

@media screen and (min-width: 897px) {
    .trk-mainv__photo img {
        width: 100%;
        height: 65vh;
        -o-object-fit: cover;
        object-fit: cover
    }
}
@media screen and (min-width: 1460px) {
    .trk-mainv__photo img {
        height: 60vh;
        min-height: 500px
    }
}


.trk-intro__txt h1{
    line-height: 1.6;
}
.trk-intro__img{
    max-width: 520px;
    margin: 0 auto 4rem;
}

.trk-function--head {
    background: #003a60;
    background: -moz-linear-gradient(top, #003a60 0%, #00436e 100%);
    background: -webkit-linear-gradient(top, #003a60 0%, #00436e 100%);
    background: linear-gradient(to bottom, #003a60 0%, #00436e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003a60', endColorstr='#00436e', GradientType=0);
    color: #fff;
    position: relative;
    font-size: 2rem;
    padding: 10px 0;
    line-height: 1.4;
    letter-spacing: 0.05em;
}
.trk-function--head span {
    font-size: 1.6rem;
}
.trk-function--head::before, .trk-function--head::after {
    content: '';
    width: 4%;
    height: 1px;
    background-color: #F7FAFE;
    position: absolute;
    top: 50%;
    display: block;
}
.trk-function--head::before {
    left: 0;
}
.trk-function--head::after {
    right: 0;
}

.trk-function li {
    position: relative;
    margin-top: 35px;
    max-width: 496px;
    margin-left: auto;
    margin-right: auto;
}
.trk-function__num {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 70px 70px 0 0;
    border-color: #003a60 transparent transparent transparent;
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
}
.trk-function__num>span {
    position: absolute;
    left: 15px;
    top: -70px;
    color: #fff;
    display: inline-block;
    font-size: 2.4rem;
}
.trk-function__num>span.wide{
    white-space: nowrap;
    left: 10px;
}
.trk-function__photo {
    padding-left: 10px;
    padding-top: 10px;
}
.trk-lineup {
    display: grid;
    grid-template-columns:repeat(auto-fill, 48%);
    gap: 4%;
    margin-bottom: 50vw;
}

.trk-lineup li {
    position: relative;
}

.trk-lineup__tag {
    border: solid 1px #323232;
    display: inline-block;
    position: absolute;
    padding: 0.3em 0.5em 0.2em;
    font-size: 1rem;
    letter-spacing: 0.05em;
    left: 0;
    top: 0;
}
.trk-lineup__photo {
    border-bottom: solid 1px #f0eeec;
}
.trk-lineup .trk-btn, .trk-lineup .trk-btn--back {
    max-width: 200px;
}

@media screen and (min-width: 577px) {
    .trk-main {
        padding-bottom: 100px;
    }
    .trk-inner, .trk-inner--narrow, .trk-inner--wide {
        padding-left: 20px;
        padding-right: 20px;
    }
    .trk-head {
        font-size: 2.4rem;
    }
    .trk-lineup__tag {
        padding: 0.3em 0.5em 0.2em;
        font-size: 1.4rem;
    }
}

@media screen and (min-width: 1024px) {
    .trk-section, .trk-section--bg1, .trk-section--bg2, .trk-section--bg3 {
        margin-top: 50px;
    }
    .trk-head {
        font-size: 2.6rem;
        margin-bottom: 70px;
    }
    .trk-intro {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 40px;
    }
    .trk-intro__txt {
        flex: 1 1 55%;
    }
    .trk-intro__img {
        flex: 1 1 42%;
    }
    .trk-function--head {
        font-size: 2.6rem;
    }
    .trk-function--head span {
        font-size: 2.2rem;
    }
    .trk-function {
        display: grid;
        grid-template-columns:repeat(auto-fill, 400px);
        gap: 40px;
        justify-content: center;
        margin-top: 30px;
    }
    .trk-lineup {
        margin-bottom: 200px;
        grid-template-columns:repeat(auto-fill, 30%);
    }
}

@media screen and (min-width: 1200px) {
    .trk-section, .trk-section--bg1, .trk-section--bg2, .trk-section--bg3 {
        margin-top: 70px;
    }
    .trk-section--bg1, .trk-section--bg2, .trk-section--bg3 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .trk-inner--narrow {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0
    }
    .trk-head {
        font-size: 3rem;
        margin-bottom: 80px;
        letter-spacing: 0.08em;
    }
    .trk-head::before {
        bottom: -20px;
    }
    .trk-head::after {
        bottom: -28px;
    }
    .trk-intro {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }
    .trk-intro__txt {
        flex: 1 1 55%;
    }
    .trk-intro__img {
        flex: 1 1 45%;
    }

    .trk-function--head {
        font-size: 3rem;
    }
    .trk-function--head span {
        font-size: 2.4rem;
    }
    .trk-function {
        margin-bottom: 50px;
        grid-template-columns:repeat(auto-fill, 30%);
    }
    .trk-function__num {
        border-width: 100px 100px 0 0;
    }
    .trk-function__num span {
        font-size: 2.9rem;
        top: -94px;
        left: 20px;
    }

    .trk-lineup {
        margin-bottom: 100px;
        grid-template-columns:repeat(auto-fill, 23%);
        gap: 2%;
    }
    .trk-lineup li {
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 1460px) {
    .trk-inner--wide {
        max-width: 1460px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0;
    }
}

div.short_contents {
    width: 100%;
    text-align: center;
}
video.short_main {
    width: 100%;
    max-width: 920px;
}

table {
    width: 100%;
    font-size: 1.4rem;
    text-align: center;
    background-color: #ffffff;
}
table th, table td {
    border: 4px solid #f9f8f7;
    border-collapse: collapse;
    padding: .7rem .3rem;
    vertical-align: middle;
}
table caption {
    font-size: 1.4rem;
    font-weight: 700;
    padding: 1rem 0;
    line-height: 1.8;
}
table td br, table caption br {
    display: block;
}
table .colored {
    font-weight: 700;
    background-color: #6DA4E2;
}
table .gray {
    font-weight: 700;
    background-color: #eeeeee;
}

@media screen and (min-width: 577px) {
    table {
        font-size: 1.5rem;
    }
    table th, table td {
        padding: 1rem;
    }
    table caption {
        font-size: 1.6rem;
        margin: 0;
        padding: 0 0 1rem;
    }
    table td br, table caption br {
        display: none;
    }
}

.u-tx-exlll {font-size: 5rem !important;
    line-height: 1;}
.u-tx-exll {font-size: 3.4rem !important;}
.u-tx-exl {font-size: 3rem !important;}
.u-tx-xxxxl {font-size: 2.6rem !important;}
.u-tx-xxxl {font-size: 2.2rem !important;}
.u-tx-xxl {font-size: 2rem !important;}
.u-tx-xl {font-size: 1.8rem !important;}
.u-tx-l {font-size: 1.6rem !important;}
.u-tx-normal {font-size: 1.5rem !important;}
.u-tx-s {font-size: 1.3rem !important;}
.u-tx-xs {font-size: 1.2rem !important;}
.u-tx-xxs {font-size: 1rem !important;}
.u-tx-b {font-weight: bold !important;}
.u-tx-n {font-weight: normal !important;}
.u-center-sp {text-align: center;}
.u-v--top {vertical-align: top;}
.u-v--sub {vertical-align: sub;}
p.u-line-1 {line-height: 1em;}
p.u-line-12 {line-height: 1.2em;}
p.u-line-15 {line-height: 1.5em;}
.u-mt-0 {margin-top: 0 !important;}
.u-mt-05 {margin-top: 0.5em !important;}
.u-mt-1 {margin-top: 1em !important;}
.u-mt-15 {margin-top: 1.5em !important;}
.u-mt-2 {margin-top: 2em !important;}
.u-mt-25 {margin-top: 2.5em !important;}
.u-mt-3 {margin-top: 3em !important;}
.u-mt-4 {margin-top: 4em !important;}
.u-mt-5 {margin-top: 5em !important;}
.u-mb-0 {margin-bottom: 0 !important;}
.u-mb-05 {margin-bottom: 0.5em !important;}
.u-mb-1 {margin-bottom: 1em !important;}
.u-mb-15 {margin-bottom: 1.5em !important;}
.u-mb-2 {margin-bottom: 2em !important;}
.u-mb-25 {margin-bottom: 2.5em !important;}
.u-mb-3 {margin-bottom: 3em !important;}
.u-mb-4 {margin-bottom: 4em !important;}
.u-mb-5 {margin-bottom: 5em !important;}
.u-ml-1 {margin-left: 1em !important;}
.u-ml-2 {margin-left: 2em !important;}
.u-mr-1 {margin-right: 1em !important;}
.u-mr-2 {margin-right: 2em !important;}
.u-pt-0 {padding-top: 0 !important;}
.u-pt-05 {padding-top: 0.5em !important;}
.u-pt-1 {padding-top: 1em !important;}
.u-pt-15 {padding-top: 1.5em !important;}
.u-pt-2 {padding-top: 2em !important;}
.u-pt-25 {padding-top: 2.5em !important;}
.u-pt-3 {padding-top: 3em !important;}
.u-pb-0 {padding-bottom: 0 !important;}
.u-pb-05 {padding-bottom: 0.5em !important;}
.u-pb-1 {padding-bottom: 1em !important;}
.u-pb-15 {padding-bottom: 1.5em !important;}
.u-pb-2 {padding-bottom: 2em !important;}
.u-pb-25 {padding-bottom: 2.5em !important;}
.u-pb-3 {padding-bottom: 3em !important;}
.u-mt-sp-1 {margin-top: 1em !important;}
.u-mt-sp-15 {margin-top: 1.5em !important;}
.u-mt-sp-2 {margin-top: 2em !important;}
.u-mrml-auto {margin-right: auto;
    margin-left: auto;}
.u-sp {display: block !important;}
.u-sp-inline {display: inline-block !important;}
.u-pc, .u-pc-inline {display: none !important;}
.u-block {display: block;}
.u-inline {display: inline;}
.u-inlineblock {display: inline-block;}
.u-xs-inline {display: inline;}
.u-cl--green {color: #65ba8c;}
.u-cl--deuter {color: #003a60;}
.u-cl--gray {color: #a4a2a1;}
.u-clear:after {
    content: "";
    clear: both;
    display: block;}
.u-clear-left {clear: left;}
.u-clear-right {clear: right;}
.u-clear-both {clear: both;}
.u-c--deuter {color: #003a60 !important;}
.u-c--gray {color: #a4a2a1 !important;}
.u-w-90 {max-width: 90%;}
.u-w-80 {max-width: 80%;}
.u-w-70 {max-width: 70%;}
.u-w-40 {max-width: 40%;}
.u-w-sp-90 {max-width: 90%;}
.u-w-sp-80 {max-width: 80%;}
.u-w-sp-70 {max-width: 70%;}
.u-w-sp-40 {max-width: 40%;}
.u-sup {
    vertical-align: super;
    font-size: .8rem;}
.order-1-2{order: 1;}
.order-2-1{order: 2;}
.u-pc-only{display: none;}
@media screen and (min-width: 577px) {
    .u-tx-exlll {font-size: 6rem !important;}
    .u-xs-inline {display: none;}
}
@media screen and (min-width: 897px) {
    .u-tx-exlll {font-size: 7rem !important;}
    .u-tx-exll {font-size: 4rem !important;}
    .u-tx-exl {font-size: 3.4rem !important;}
    .u-tx-xxxxl {font-size: 2.8rem !important;}
    .u-tx-xxxl {font-size: 2.4rem !important;}
    .u-tx-xxl {font-size: 2.2rem !important;}
    .u-tx-xl {font-size: 2rem !important;}
    .u-tx-l {font-size: 1.8rem !important;}
    .u-tx-normal {font-size: 1.5rem !important;}
    .u-pc-tx-center {text-align: center;}
    .u-mobile {display: none !important;}
    .u-monitor {display: block !important;}
    .u-mt-05 {margin-top: 0.75em !important;}
    .u-mt-1 {margin-top: 1.5em !important;}
    .u-mt-15 {margin-top: 2.25em !important;}
    .u-mt-2 {margin-top: 3em !important;}
    .u-mt-25 {margin-top: 3.75em !important;}
    .u-mt-3 {margin-top: 4.5em !important;}
    .u-mt-4 {margin-top: 6em !important;}
    .u-mt-5 {margin-top: 1.5em !important;}
    .u-mb-05 {margin-bottom: 0.75em !important;}
    .u-mb-1 {margin-bottom: 7.5em !important;}
    .u-mb-15 {margin-bottom: 2.25em !important;}
    .u-mb-2 {margin-bottom: 3em !important;}
    .u-mb-25 {margin-bottom: 3.75em !important;}
    .u-mb-3 {margin-bottom: 4.5em !important;}
    .u-mb-4 {margin-bottom: 6em !important;}
    .u-mb-5 {margin-bottom: 7.5em !important;}
    .u-ml-1 {margin-left: 1.5em !important;}
    .u-ml-2 {margin-left: 3em !important;}
    .u-mr-1 {margin-right: 1.5em !important;}
    .u-mr-2 {margin-right: 3em !important;}
    .u-pt-05 {padding-top: 0.75em !important;}
    .u-pt-1 {padding-top: 1.5em !important;}
    .u-pt-15 {padding-top: 2.25em !important;}
    .u-pt-2 {padding-top: 3em !important;}
    .u-pt-25 {padding-top: 3.75em !important;}
    .u-pt-3 {padding-top: 4.5em !important;}
    .u-pb-05 {padding-bottom: 0.75em !important;}
    .u-pb-1 {padding-bottom: 1.5em !important;}
    .u-pb-15 {padding-bottom: 2.25em !important;}
    .u-pb-2 {padding-bottom: 3em !important;}
    .u-pb-25 {padding-bottom: 3.75em !important;}
    .u-pb-3 {padding-bottom: 4em !important;}
    .u-mt-pc-0 {margin-top: 0 !important;}
    .u-mt-pc-1 {margin-top: 1.5em !important;}
    .u-mt-pc-2 {margin-top: 3em !important;}
    .u-mt-pc-3 {margin-top: 4.5em !important;}
    .u-mb-pc-0 {margin-bottom: 0 !important;}
    .u-mb-pc-1 {margin-bottom: 1.5em !important;}
    .u-mb-pc-2 {margin-bottom: 3em !important;}
    .u-mb-pc-3 {margin-bottom: 4.5em !important;}
    .u-pl-pc-1 {padding-left: 1.5em !important;}
    .u-pl-pc-15 {padding-left: 2.25em !important;}
    .u-pl-pc-2 {padding-left: 3em !important;}
    .u-pr-pc-1 {padding-right: 1.5em !important;}
    .u-pr-pc-15 {padding-right: 2.25em !important}
    .u-pr-pc-2 {padding-right: 3em !important;}
    /*.u-mt-sp-1, .u-mt-sp-15, .u-mt-sp-2 {*/
    /*  margin-top: 0 !important*/
    /*}*/
    .u-pt-pc-1 {padding-top: 1.5em;}
    .u-pt-pc-2 {padding-top: 3em;}
    .u-pt-pc-3 {padding-top: 4.5em;}
    .u-pt-pc-4 {padding-top: 6em;}
    .u-sp, .u-sp-inline {display: none !important;}
    .u-pc {display: block !important;}
    .u-pc-inline {display: inline-block !important;}
    .u-center-sp {text-align: left;}
    .u-center-pc {text-align: center;}
    .u-w-pc-100 {max-width: 100% !important;}
    .u-w-pc-90 {max-width: 90% !important;}
    .u-w-pc-80 {max-width: 80% !important;}
    .u-w-pc-70 {max-width: 70% !important;}
    .u-w-sp-90, .u-w-sp-80, .u-w-sp-70, .u-w-sp-40 {max-width: 100%;}
    .u-sup {font-size: 1rem;}
    .order-1-2{order: 2;}
    .order-2-1{order: 1;}
}
@media screen and (min-width: 1024px) {
  .u-center-pc--xxl {text-align: center;}
  .u-pc-only{display: block;}
}

.a-center{align-items: center;}
.f-end{justify-content: flex-end;}
.disable{pointer-events: none;}
p.caption{font-size: 90%;
    margin-top: 1em;}
.sp-txt{font-feature-settings: 'palt';
    letter-spacing: .05em;}