/* [ utility ]
-----------------------------*/
.only-pc {
    display: block !important;
}

.only-pci {
    display: inline-block !important;
}

.only-sp {
    display: none !important;
}

.only-spi {
    display: none !important;
}

@media screen and (max-width: 767px) {
    .only-pc {
        display: none !important;
    }

    .only-pci {
        display: none !important;
    }

    .only-sp {
        display: block !important;
    }

    .only-spi {
        display: inline-block !important;
    }
}

#tplContents {
    color: #483431;
}

#mainvisual {
    margin: 0 24px;
}

#mainvisual img {
    width: 100%;
}

@media (min-width: 768px) {
    #mainvisual {
        overflow: hidden;
        max-height: 768px;
    }
}

@media (max-width: 767.98px) {
    #mainvisual {
        margin: 0 4px;
    }
}

@media screen and (min-width: 768px) {
    .sectionWrap {
        margin: auto;
        max-width: 982px;
    }
}

.sectionWrap img {
    max-width: 100%;
    height: auto;
}

#reason .reasonHeader {
    padding: 80px 0 96px;
}

@media screen and (max-width: 767px) {
    #reason .reasonHeader {
        padding: 64px 20px 60px;
    }
}

#reason .reasonHeader .ttl {
    margin-bottom: 40px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    #reason .reasonHeader .ttl {
        margin-bottom: 30px;
    }
}

#reason .reasonHeader .ttl img {
    padding: 0 0 20px;
    border-bottom: 1px solid #02a6d0;
}

@media screen and (max-width: 767px) {
    #reason .reasonHeader .ttl img {
        padding-bottom: 14px;
        max-width: 280px;
    }
}

#reason .reasonHeader .abouttxt {
    text-align: center;
    letter-spacing: 0.1em;
    color: #02a6d0;
    font-size: 16px;
    line-height: 2;
}

@media screen and (max-width: 767px) {
    #reason .reasonHeader .abouttxt {
        margin-top: 1.5em;
        font-size: 14px;
        line-height: 1.5;
    }

    #reason .reasonHeader .abouttxt p {
        margin-top: 1.5em;
    }
}

@media screen and (max-width: 374px) {
    #reason .reasonHeader .abouttxt {
        margin: 0 -10px;
        font-size: 12px;
    }
}

#reason .reasonHeader .note {
    margin-top: 18px;
    text-align: center;
    font-size: 12px;
}

@media (max-width: 767.98px) {
    #reason .reasonHeader .note {
        margin-top: 16px;
        font-size: 10px;
        line-height: 1.8;
    }
}

#reason .technologyHeader {
    margin-bottom: 45px;
    text-align: center;
}

#reason .technologyHeader .ttl {
    display: inline-block;
    margin-bottom: 27px;
    padding-bottom: 12px;
    border-bottom: 1px solid #009fd6;
    color: #009fd6;
    font-size: 32px;
    font-style: italic;
    line-height: 1.25;
}

#reason .technologyHeader .note {
    text-align: center;
    font-size: 12px;
    line-height: 1.5;
}

@media (max-width: 767.98px) {
    #reason .technologyHeader {
        margin: 0 18px 27px;
        text-align: left;
    }

    #reason .technologyHeader .ttl {
        margin-bottom: 14px;
        font-size: 21px;
        line-height: 1.33333;
    }

    #reason .technologyHeader .note {
        text-align: left;
        font-size: 10px;
    }
}

#reason .technologySection {
    margin-right: 24px;
    margin-left: 24px;
}

#reason .technologySection+.technologySection {
    margin-top: 48px;
}

@media (max-width: 767.98px) {
    #reason .technologySection {
        margin-right: 18px;
        margin-left: 18px;
    }

    #reason .technologySection+.technologySection {
        margin-top: 30px;
    }
}

#reason .technologySection_header {
    position: relative;
    padding: 30px 0;
    background-color: #009fd6;
    text-align: center;
}

@media (max-width: 767.98px) {
    #reason .technologySection_header {
        padding: 25px 0;
    }
}

#reason .technologySection_heading {
    display: inline-block;
    position: relative;
    border-bottom: 1px solid white;
    text-align: left;
}

#reason .technologySection_header .point {
    display: inline-block;
    margin: 0 0 15px;
    padding: 0 0.5em;
    -webkit-transform: skew(-13deg, 0deg);
    transform: skew(-13deg, 0deg);
    background-color: white;
    text-align: left;
    color: #009fd6;
    font-size: 24px;
    font-weight: bold;
    line-height: 140%;
}

@media (max-width: 767.98px) {
    #reason .technologySection_header .point {
        margin: 0 0 5px;
        font-size: 13px;
    }
}

#reason .technologySection_header .ttl {
    padding: 0 0 10px;
    text-align: center;
    color: white;
}

#reason .technologySection_header .ttl span {
    margin: 0 0.5em 0 0;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    line-height: 125%;
}

@media screen and (max-width: 767px) {
    #reason .technologySection_header .ttl span {
        margin: 0 0 0.5em;
        font-size: 11px;
    }
}

#reason .technologySection_header .ttl h3 {
    font-size: 26px;
    font-weight: bold;
    font-style: italic;
    line-height: 125%;
}

@media screen and (max-width: 767px) {
    #reason .technologySection_header .ttl h3 {
        font-size: 14px;
    }
}

#reason .technologySection_header .ttl h3 strong {
    margin: 0 0.2em 0 0;
    font-size: 36px;
}

@media screen and (max-width: 767px) {
    #reason .technologySection_header .ttl h3 strong {
        font-size: 20px;
    }
}

#reason .technologySection_heading .img {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#reason .technology .differenceWrap {
    padding: 40px 0;
    background-color: #e5f5fb;
}

@media screen and (max-width: 767px) {
    #reason .technology .differenceWrap {
        padding: 35px 0;
    }
}

#reason .technology .differenceWrap .note {
    margin: 24px auto 0;
    max-width: 600px;
}

@media (max-width: 767.98px) {
    #reason .technology .differenceWrap .note {
        margin-right: 20px;
        margin-left: 20px;
    }
}

@media screen and (max-width: 767px) {
    #reason .technology .differenceWrap .difference {
        margin: 0 auto;
        width: 228px;
    }
}

@media screen and (min-width: 768px) {
    #reason .technology .differenceWrap .difference {
        display: flex;

        justify-content: center;
    }
}

@media screen and (min-width: 768px) {
    #reason .technology .differenceWrap .differenceItem {
        width: 278px;
    }
}

@media screen and (min-width: 768px) {
    #reason .technology .differenceWrap .difference .arrow {
        margin: 60px 20px 0;
        width: 151px;
        height: 92px;
    }
}

@media screen and (max-width: 767px) {
    #reason .technology .differenceWrap .difference .arrow {
        margin: 16px auto;
        width: 156px;
    }
}

@media screen and (min-width: 768px) {
    #reason .technology .differenceWrap .differenceItem {
        width: 278px;
    }
}

#reason .technology .differenceWrap .difference .img {
    width: 100%;
}

#reason .technology .differenceWrap .difference p {
    padding: 10px 0 0;
    color: #009fd6;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

@media (max-width: 767.98px) {
    #reason .technology .differenceWrap .difference p {
        font-size: 13px;
        line-height: 1.92308;
    }
}

#reason .technology .differenceWrap .result {
    position: relative;
    margin: 32px auto 0;
    width: 650px;
}

@media screen and (max-width: 767px) {
    #reason .technology .differenceWrap .result {
        margin-bottom: 20px;
        padding: 0;
        max-width: 330px;
    }
}

@media screen and (max-width: 374px) {
    #reason .technology .differenceWrap .result {
        max-width: 250px;
    }
}

@media screen and (max-width: 767px) {
    #reason .technology .differenceWrap .result .img {
        margin: 0 auto;
        width: 250px;
    }
}

@media screen and (min-width: 768px) {
    #reason .technology .differenceWrap .result .img {
        margin-left: auto;
        width: 400px;
    }
}

#reason .technology .differenceWrap .result p {
    position: absolute;
}

@media (min-width: 768px) {
    #reason .technology .differenceWrap .result p {
        top: 50%;
        left: 0;
        max-width: 500px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media (max-width: 767.98px) {
    #reason .technology .differenceWrap .result p {
        bottom: -20px;
        left: 20px;
        max-width: 300px;
    }
}

@media screen and (max-width: 374px) {
    #reason .technology .differenceWrap .result p {
        left: -10px;
    }
}

#reason .technology .differenceWrap .result p span {
    display: inline-block;
    margin: 0 0 5px;
    padding: 0 0.5em;
    -webkit-transform: skew(-13deg, 0deg);
    transform: skew(-13deg, 0deg);
    background-color: white;
    color: #009fd6;
    font-size: 24px;
    font-weight: bold;
    line-height: 140%;
}

@media screen and (max-width: 767px) {
    #reason .technology .differenceWrap .result p span {
        font-size: 16px;
    }
}

#reason .technology .differenceWrap .ttlWrap2 {
    position: relative;
    padding: 25px 0;
}

@media screen and (max-width: 767px) {
    #reason .technology .differenceWrap .ttlWrap2 {
        padding: 25px 20vw;
    }
}

@media screen and (max-width: 568px) {
    #reason .technology .differenceWrap .ttlWrap2 {
        padding: 25px 18vw;
    }
}

@media screen and (max-width: 415px) {
    #reason .technology .differenceWrap .ttlWrap2 {
        padding: 25px 16vw;
    }
}

@media screen and (max-width: 374px) {
    #reason .technology .differenceWrap .ttlWrap2 {
        padding: 25px 12vw;
    }
}

@media screen and (max-width: 320px) {
    #reason .technology .differenceWrap .ttlWrap2 {
        padding: 25px 6vw;
    }
}

@media screen and (min-width: 768px) {
    #reason .technology .differenceWrap .ttlWrap2 {
        padding: 0 155px 40px;
    }
}

#reason .technology .differenceWrap .ttlWrap2 .point {
    display: inline-block;
    margin: 0;
    padding: 0 0.5em;
    -webkit-transform: skew(-13deg, 0deg);
    transform: skew(-13deg, 0deg);
    background-color: white;
    letter-spacing: 0.1em;
    color: #009fd6;
    font-size: 24px;
    font-weight: 400;
    line-height: 140%;
}

@media screen and (max-width: 767px) {
    #reason .technology .differenceWrap .ttlWrap2 .point {
        margin: 0 auto 5px;
        padding: 0.1em 0.6em;
        font-size: 16px;
    }
}

#reason .technology .differenceWrap .result2 {
    position: relative;
}

@media screen and (max-width: 767px) {
    #reason .technology .differenceWrap .result2 {
        padding: 0 15px 45px;
    }
}

@media screen and (min-width: 768px) {
    #reason .technology .differenceWrap .result2 {
        padding: 0 70px 0;
    }
}

#reason .technology .differenceWrap .result2 .ttl {
    position: absolute;
    top: 80px;
    left: 130px;
    border-bottom: 1px solid #009fd6;
    color: #009fd6;
}

@media screen and (max-width: 767px) {
    #reason .technology .differenceWrap .result2 .ttl {
        top: 6vw;
        left: 10vw;
        border-bottom: 1px solid #fff;
        color: #fff;
    }
}

#reason .technology .differenceWrap .result2 .ttl span {
    display: block;
    margin: 0 0.5em 0 0;
    -webkit-transform: skew(-13deg, 0deg);
    transform: skew(-13deg, 0deg);
    letter-spacing: 0.05em;
    font-size: 22px;
    font-weight: 500;
    line-height: 125%;
}

@media screen and (max-width: 767px) {
    #reason .technology .differenceWrap .result2 .ttl span {
        font-size: 14px;
        line-height: 150%;
    }
}

#reason .technology .differenceWrap .result2 .ttl h3 {
    -webkit-transform: skew(-13deg, 0deg);
    transform: skew(-13deg, 0deg);
    letter-spacing: 0.05em;
    font-size: 28px;
    font-weight: 500;
    line-height: 125%;
}

@media screen and (max-width: 767px) {
    #reason .technology .differenceWrap .result2 .ttl h3 {
        font-size: 21px;
        line-height: 150%;
    }
}

#reason .technology .differenceWrap .result2 .ttl h3 strong {
    font-size: 28px;
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    #reason .technology .differenceWrap .result2 .ttl h3 strong {
        font-size: 21px;
    }
}

#reason .technology .differenceWrap .result2 .posa {
    position: absolute;
    top: 175px;
    left: 130px;
    width: 387px;
}

@media screen and (max-width: 767px) {
    #reason .technology .differenceWrap .result2 .posa {
        position: absolute;
        top: auto;
        bottom: 18vw;
        left: 0;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    #reason .technology .differenceWrap .result2 .posa img {
        display: block;
        margin: 0 auto;
        max-width: 80%;
    }
}

#reason .technology .differenceWrap .result2 .posa span {
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -34px;
    padding-top: 66px;
    width: 100%;
    height: 65px;
    background: url(../../images/sports/icon06.png) no-repeat center top;
    background-size: contain;
    text-align: center;
    color: #fff;
}

@media screen and (max-width: 767px) {
    #reason .technology .differenceWrap .result2 .posa span {
        margin-top: -21px;
        padding-top: 41px;
        height: 41px;
    }
}

#reason .feature {
    margin: 0 auto;
    padding: 70px 0 90px;
    max-width: 960px;
}

@media (max-width: 767.98px) {
    #reason .feature {
        padding: 30px 44px 36px;
    }
}

#reason .feature .featureWrap {
    display: flex;
    margin-right: -40px;

    flex-wrap: wrap;
}

@media (max-width: 767.98px) {
    #reason .feature .featureWrap {
        margin: 0 -6.6956522% 0 -2%;
    }
}

@media screen and (max-width: 767px) {
    #reason .feature .featureWrap .featureItem {
        margin: 0 2% 20px;
        max-width: calc(50% - 4%);

        flex-basis: calc(50% - 4%);
    }
}

@media screen and (min-width: 768px) {
    #reason .feature .featureWrap .featureItem {
        max-width: 250px;

        flex-basis: 250px;
    }
}

#reason .feature .featureWrap .featureItem .img {
    margin: 0 0 10px;
}

@media (max-width: 767.98px) {
    #reason .feature .featureWrap .featureItem .img {
        margin-bottom: 5px;
    }

    #reason .feature .featureWrap .featureItem .img img {
        width: 100%;
    }
}

#reason .feature .featureWrap .featureItem p {
    padding-right: 40px;
    color: #009fd6;
    font-size: 14px;
    line-height: 1.57143;
}

@media (max-width: 767.98px) {
    #reason .feature .featureWrap .featureItem p {
        padding-right: 8.6956522%;
        font-size: 12px;
    }
}

#reason .feature .notes {
    margin-top: 24px;
    font-size: 10px;
    line-height: 150%;
}

@media (max-width: 767.98px) {
    #reason .feature .notes {
        margin-top: 0;
    }
}

#productInfo {
    margin: 0 24px;
    padding: 56px 0 50px;
    background: #009fd6 url(../../images/sports/product_bg_md.jpg) no-repeat left top;
    background-size: cover;
}

@media (max-width: 767.98px) {
    #productInfo {
        margin: 0 18px;
        padding: 36px 27px 40px;
        background-image: url(../../images/sports/product_bg_sm.jpg);
        background-size: contain;
    }
}

#productInfo .productsWrap {
    text-align: center;
}

#productInfo .productsWrap .ttl {
    display: inline-block;
    margin: 0 0 18px;
    padding: 0 0 10px;
    border-bottom: 1px solid white;
    text-align: center;
    color: white;
    font-size: 32px;
    font-style: italic;
}

#productInfo .productsWrap .ttl sup {
    font-size: 40%;
}

@media (max-width: 767.98px) {
    #productInfo .productsWrap .ttl {
        margin: 0 9px;
        padding-bottom: 7px;
        text-align: left;
        font-size: 20px;
        line-height: 1.45;
    }
}

#productInfo .productsWrap .productName {
    color: #fff;
    font-size: 20px;
    font-weight: normal;
}

#productInfo .productsWrap .productName span {
    display: block;
    font-size: 14px;
}

#productInfo .productsWrap .detail {
    margin: 35px auto 0;
    max-width: 672px;
}

@media (max-width: 767.98px) {
    #productInfo .productsWrap .detail {
        margin: 22px 0 0;
    }
}

@media (min-width: 768px) {
    #productInfo .productsWrap .detail .detailWrap {
        display: flex;
        margin: 0 auto 25px;

        justify-content: space-between;
    }
}

@media (max-width: 767.98px) {
    #productInfo .productsWrap .detail .detailWrap {
        margin: 0 auto 20px;
    }
}

@media screen and (max-width: 767px) {
    #productInfo .productsWrap .detail .detailWrap .img {
        margin: 0 0 12px;
    }
}

@media screen and (min-width: 768px) {
    #productInfo .productsWrap .detail .detailWrap .img {
        width: 352px;
    }
}

@media screen and (min-width: 768px) {
    #productInfo .productsWrap .detail .detailWrap .conts {
        width: 304px;
    }
}

#productInfo .productsWrap .detail .detailWrap .conts h3 {
    color: white;
    font-size: 15px;
    font-weight: 400;
    line-height: 140%;
}

@media screen and (max-width: 767px) {
    #productInfo .productsWrap .detail .detailWrap .conts h3 {
        font-size: 14px;
    }
}

@media screen and (min-width: 768px) {
    #productInfo .productsWrap .detail .detailWrap .conts h3 {
        text-align: left;
    }
}

#productInfo .productsWrap .detail .detailWrap .conts h3 span {
    display: block;
    font-size: 12px;
}

@media (max-width: 767.98px) {
    #productInfo .productsWrap .detail .detailWrap .conts h3 span {
        font-size: 11px;
    }
}

@media (max-width: 767.98px) {
    #productInfo .productsWrap .detail .detailWrap .conts .feature {
        display: flex;
        margin-top: 22px;

        justify-content: center;
    }
}

#productInfo .productsWrap .detail .detailWrap .conts .featureList>li {
    margin-top: 3px;
    padding: 2px 10px;
    background: #fff;
    color: #009fd6;
    font-size: 14px;
    line-height: 1.5;
}

#productInfo .productsWrap .detail .detailWrap .conts .featureList>li:first-child {
    margin-top: 0;
}

#productInfo .productsWrap .detail .detailWrap .conts .featureList>li dl {
    margin: -2px -10px;
}

#productInfo .productsWrap .detail .detailWrap .conts .featureList>li dl dt {
    padding: 6px 10px;
    background: #e5f5fb;
}

#productInfo .productsWrap .detail .detailWrap .conts .featureList>li dl dd {
    padding: 3px 10px;
}

@media (max-width: 767.98px) {
    #productInfo .productsWrap .detail .detailWrap .conts .featureList>li {
        padding: 10px 10px;
        font-size: 12px;
        line-height: 1.41667;
    }

    #productInfo .productsWrap .detail .detailWrap .conts .featureList>li dl {
        margin: -10px -10px;
    }

    #productInfo .productsWrap .detail .detailWrap .conts .featureList>li dl dt {
        padding: 10px 10px;
    }

    #productInfo .productsWrap .detail .detailWrap .conts .featureList>li dl dd {
        display: flex;
        padding: 8px 10px;

        justify-content: center;
    }

    #productInfo .productsWrap .detail .detailWrap .conts .featureList>li dl dd ul {
        text-align: left;
    }
}

@media (max-width: 767.98px) {
    #productInfo .productsWrap .detail .c-btnGroup ul {
        margin: -4px -4px;
    }

    #productInfo .productsWrap .detail .c-btnGroup li {
        margin: 4px 4px;
    }
}

@media screen and (max-width: 374px) {
    #productInfo .productsWrap .detail .c-btnGroup {
        margin-right: -16px;
        margin-left: -16px;
    }
}

@media (min-width: 768px) {
    #productInfo .productsWrap .detail .c-btnGroup .c-btn {
        width: 320px;
    }
}

#productInfo .productsWrap .detail .btmMore {
    margin: 0 0 25px;
}

@media screen and (max-width: 767px) {
    #productInfo .productsWrap .detail .btmMore {
        margin: 0 0 20px;
    }
}

@media screen and (min-width: 768px) {
    #productInfo .productsWrap .detail .btmMore {
        display: flex;

        align-items: center;
        justify-content: center;
    }
}

#productInfo .productsWrap .detail .btmMore a {
    display: flex;
    box-sizing: border-box;
    margin: 0 10px;
    padding: 1em 0.7em;
    border: 1px solid #009fd6;
    width: 310px;
    transition: 0.3s;
    background: #f5e829;
    text-decoration: none;
    color: #009fd6;
    font-size: 16px;
    font-weight: bold;

    align-items: center;
    justify-content: center;
}

#productInfo .productsWrap img {
    max-width: 100%;
    height: auto;
}

#productInfo .notes {
    display: flex;
    margin: 24px auto 0;
    max-width: 672px;

    justify-content: center;
}

@media (max-width: 767.98px) {
    #productInfo .notes {
        margin-top: 18px;
    }
}

#productInfo .notes ul {
    display: inline-block;
    counter-reset: notes;
}

#productInfo .notes ul li {
    margin: 0.5em 0 0;
    color: white;
    font-size: 10px;
}

#productInfo .notes ul li:first-child {
    margin-top: 0;
}

#athlete {
    position: relative;
    margin: 0 24px;
    padding: 80px 0 60px;
    background-color: #e5f5fb;
}

#athlete::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: linear-gradient(to bottom, #fff, #e5f5fb 100%);
}

@media (max-width: 767.98px) {
    #athlete {
        margin: 64px 18px 0;
        padding: 36px 15px 0;
    }

    #athlete::before {
        height: 160px;
        background: linear-gradient(to bottom, #f8fcfe, #e5f5fb 100%);
    }
}

#athlete .athleteInner {
    position: relative;
    z-index: 1;
}

#athlete header {
    margin: 0 0 35px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    #athlete header {
        margin: 0 0 30px;
    }
}

#athlete header .ttl {
    text-align: center;
    color: #009fd6;
    font-size: 32px;
    font-weight: 400;
}

@media (max-width: 767.98px) {
    #athlete header .ttl {
        text-align: left;
        font-size: 21px;
        line-height: 1.33333;
    }
}

#athlete header .ttl strong {
    display: inline-block;
    margin: 0 0 12px;
    padding: 0 0 6px;
    border-bottom: 1px solid #009fd6;
    font-style: italic;
}

@media (max-width: 767.98px) {
    #athlete header .ttl strong {
        margin: 0 0 10px;
        padding: 0 0 10px;
    }
}

#athlete header .ttl span {
    display: block;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
}

@media (max-width: 767.98px) {
    #athlete header .ttl span {
        text-align: center;
        font-size: 10px;
    }
}

#athlete .athleteWrap .img {
    position: relative;
    margin: 0 0 10px;
}

#athlete .athleteWrap .img.is-movie::after {
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    width: 36px;
    height: 27px;
    background: url(../../images/sports/icon_movie.png) no-repeat center center;
    background-size: contain;
}

@media screen and (max-width: 767px) {
    #athlete .athleteWrap .img.is-movie::after {
        top: 5px;
        right: 5px;
        width: 21px;
        height: 15px;
    }
}

#athlete .athleteWrap .img .link {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

#athlete .athleteWrap .img .link a {
    display: block;
    padding: 0 50px 0 0;
    background: rgba(0, 159, 214, 0.58) url(../../images/sports/icon_open.png) no-repeat right 15px center;
    text-align: right;
    text-decoration: none;
    letter-spacing: 0.075em;
    color: white;
    font-family: sofia-pro, sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 190%;
}

@media screen and (max-width: 767px) {
    #athlete .athleteWrap .img .link a {
        background-size: 13px 13px;
        font-size: 13px;
    }
}

#athlete .athleteWrap .photo {
    display: block;
    background-position: center top;
    background-size: cover;
}

#athlete .athleteWrap .photo::before {
    content: "";
    display: block;
    padding: calc((200 / 314) * 100%) 0 0;
}

@media screen and (max-width: 767px) {
    #athlete .athleteWrap .txt {
        margin: 0 0 15px;
    }
}

#athlete .athleteWrap .txt .ttl {
    margin: 0 0 12px;
    padding: 0 0 10px;
    border-bottom: 1px solid #009fd6;
    letter-spacing: 0.075em;
    color: #009fd6;
    font-family: sofia-pro, sans-serif;
    font-size: 32px;
    font-weight: 200;
    line-height: 1.2;
}

@media (max-width: 767.98px) {
    #athlete .athleteWrap .txt .ttl {
        margin: 0 0 8px;
        padding: 0 0 8px 5px;
        font-size: 14px;
    }
}

#athlete .athleteWrap .txt .name {
    letter-spacing: 0.02em;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.46154;
}

@media (max-width: 767.98px) {
    #athlete .athleteWrap .txt .name {
        padding-left: 5px;
        font-size: 11px;
    }
}

#athlete .athleteWrap .txt .name .small {
    font-size: 10px;
}

#athlete .athleteWrap .txt .name strong {
    font-size: 20px;
    font-weight: normal;
}

@media screen and (max-width: 767px) {
    #athlete .athleteWrap .txt .name strong {
        font-size: 16px;
    }
}

#athlete .athleteWrap .main {
    position: relative;
    margin-bottom: 40px;
}

@media (max-width: 767.98px) {
    #athlete .athleteWrap .main {
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 768px) {
    #athlete .athleteWrap .main .img {
        width: 480px;
    }
}

@media screen and (min-width: 768px) {
    #athlete .athleteWrap .main .message {
        position: absolute;
        top: 0;
        right: 0;
        width: 480px;
    }
}

@media (max-width: 767.98px) {
    #athlete .athleteWrap .main .message {
        margin: 0 auto;
        width: 80%;
    }
}

#athlete .athleteWrap .athleteList {
    display: flex;

    flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
    #athlete .athleteWrap .athleteList {
        justify-content: space-between;
    }

    #athlete .athleteWrap .athleteList .photo::before {
        padding: calc((100 / 100) * 100%) 0 0;
    }
}

@media screen and (max-width: 767px) {
    #athlete .athleteWrap .athleteList .detail {
        margin: 0 0 15px;
        width: calc((100% - 10px) / 2);

        flex-basis: calc((100% - 10px) / 2);
    }
}

@media screen and (min-width: 768px) {
    #athlete .athleteWrap .athleteList .detail {
        margin-right: 20px;
        margin-bottom: 36px;
        max-width: 314px;

        flex-basis: 314px;
    }

    #athlete .athleteWrap .athleteList .detail .txt .ttl {
        font-size: 28px;
    }

    #athlete .athleteWrap .athleteList .detail.haneda,
    #athlete .athleteWrap .athleteList .detail:last-of-type {
        margin-right: 0;
    }
}

.athleteModal {
    position: relative;
    margin: 0 auto;
    padding: 40px 0;
    max-width: 942px;
    background: #fff;
}

@media (max-width: 767.98px) {
    .athleteModal {
        padding: 0 0 20px;
    }
}

.athleteModal .modalWrap {
    position: relative;
}

@media screen and (min-width: 768px) {
    .athleteModal .modalWrap .contsWrap {
        display: flex;
    }

    .athleteModal .modalWrap .contsWrap .img {
        width: 314px;
    }
}

@media screen and (min-width: 768px) and (max-width: 767px) {
    .athleteModal .modalWrap .contsWrap .img {
        margin: 0 0 10px;
    }
}

.athleteModal .modalWrap .contsWrap .img img {
    width: 100%;
    height: auto;
}

.athleteModal .modalWrap .contsWrap .txt {
    box-sizing: border-box;
    color: #483431;
}

@media screen and (min-width: 768px) {
    .athleteModal .modalWrap .contsWrap .txt {
        margin-left: 20px;
        width: 560px;
    }
}

.athleteModal .modalWrap .contsWrap .txt header {
    margin: 0 0 25px;
    text-align: left;
}

@media (max-width: 767.98px) {
    .athleteModal .modalWrap .contsWrap .txt header {
        margin-bottom: 14px;
    }
}

.athleteModal .modalWrap .contsWrap .txt header .ttl {
    margin: 0 0 12px;
    padding: 0 0 10px;
    border-bottom: 1px solid #009fd6;
    letter-spacing: 0.075em;
    color: #009fd6;
    font-family: sofia-pro, sans-serif;
    font-size: 28px;
    font-weight: 300;
    line-height: 1;
}

@media (max-width: 767.98px) {
    .athleteModal .modalWrap .contsWrap .txt header .ttl {
        margin: 0 10px 10px 0;
        padding: 13px 0 10px 10px;
        font-size: 21px;
    }
}

.athleteModal .modalWrap .contsWrap .txt header .name {
    letter-spacing: 0.02em;
    font-size: 13px;
    font-weight: 400;
}

@media screen and (max-width: 767px) {
    .athleteModal .modalWrap .contsWrap .txt header .name {
        padding: 0 10px;
        font-size: 11px;
    }
}

.athleteModal .modalWrap .contsWrap .txt header .name .small {
    font-size: 10px;
}

.athleteModal .modalWrap .contsWrap .txt header .name strong {
    font-size: 20px;
    font-weight: normal;
}

@media screen and (max-width: 767px) {
    .athleteModal .modalWrap .contsWrap .txt header .name strong {
        font-size: 16px;
    }
}

.athleteModal .modalWrap .contsWrap .txt p {
    letter-spacing: 0.075em;
    font-size: 13px;
    line-height: 150%;
}

@media (max-width: 767.98px) {
    .athleteModal .modalWrap .contsWrap .txt p {
        padding: 0 10px;
        font-size: 11px;
    }
}

.athleteModal .modalWrap .contsWrap .txt .link {
    padding: 15px 0 0;
    color: #02a6d0;
}

@media screen and (max-width: 767px) {
    .athleteModal .modalWrap .contsWrap .txt .link {
        padding: 10px;
    }
}

.athleteModal .modalWrap .contsWrap .txt .link a {
    position: relative;
    padding-right: 30px;
    text-decoration: none;
    color: inherit;
    font-size: 16px;
}

.athleteModal .modalWrap .contsWrap .txt .link a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 50%;
    width: 25px;
    height: 25px;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    background: url(../../images/sports/icon_link.png) no-repeat center center;
    background-size: contain;
}

@media screen and (max-width: 767px) {
    .athleteModal .modalWrap .contsWrap .txt .link a {
        padding-right: 20px;
        font-size: 12px;
    }

    .athleteModal .modalWrap .contsWrap .txt .link a::after {
        width: 15px;
        height: 15px;
    }
}

.athleteModal .modalWrap .message {
    margin: 50px 100px 30px;
    font-size: 16px;
}

@media (max-width: 767.98px) {
    .athleteModal .modalWrap .message {
        margin: 30px 30px;
        font-size: 12px;
    }
}

.modaal-content-container {
    padding: 40px 0;
}

@media screen and (max-width: 767px) {
    .modaal-content-container {
        padding: 0 0 20px;
    }
}

.modaal-content-container .modalWrap {
    position: relative;
}

@media screen and (min-width: 768px) {
    .modaal-content-container .modalWrap {
        width: 940px;
    }
}

@media screen and (min-width: 768px) {
    .modaal-content-container .modalWrap .contsWrap {
        display: flex;
    }

    .modaal-content-container .modalWrap .contsWrap .img {
        width: 360px;
    }
}

@media screen and (min-width: 768px) and (max-width: 767px) {
    .modaal-content-container .modalWrap .contsWrap .img {
        margin: 0 0 10px;
    }
}

.modaal-content-container .modalWrap .contsWrap .img img {
    max-width: 100%;
    height: auto;
}

.modaal-content-container .modalWrap .contsWrap .txt {
    box-sizing: border-box;
    color: #483431;
}

@media screen and (min-width: 768px) {
    .modaal-content-container .modalWrap .contsWrap .txt {
        padding: 0 40px 0 20px;
        width: 620px;
    }
}

.modaal-content-container .modalWrap .contsWrap .txt header {
    margin: 0 0 25px;
    text-align: left;
}

@media (max-width: 767.98px) {
    .modaal-content-container .modalWrap .contsWrap .txt header {
        margin-bottom: 14px;
    }
}

.modaal-content-container .modalWrap .contsWrap .txt header .ttl {
    margin: 0 0 12px;
    padding: 0 0 10px;
    border-bottom: 1px solid #009fd6;
    letter-spacing: 0.075em;
    color: #009fd6;
    font-family: sofia-pro, sans-serif;
    font-size: 28px;
    font-weight: 300;
    line-height: 1;
}

@media (max-width: 767.98px) {
    .modaal-content-container .modalWrap .contsWrap .txt header .ttl {
        margin: 0 10px 10px 0;
        padding: 13px 0 10px 10px;
        font-size: 21px;
    }
}

.modaal-content-container .modalWrap .contsWrap .txt header .name {
    letter-spacing: 0.02em;
    font-size: 13px;
    font-weight: 400;
    font-style: italic;
}

@media screen and (max-width: 767px) {
    .modaal-content-container .modalWrap .contsWrap .txt header .name {
        padding: 0 10px;
        font-size: 11px;
    }
}

.modaal-content-container .modalWrap .contsWrap .txt header .name .small {
    font-size: 10px;
}

.modaal-content-container .modalWrap .contsWrap .txt header .name strong {
    font-size: 20px;
    font-weight: normal;
}

@media screen and (max-width: 767px) {
    .modaal-content-container .modalWrap .contsWrap .txt header .name strong {
        font-size: 16px;
    }
}

.modaal-content-container .modalWrap .contsWrap .txt p {
    letter-spacing: 0.075em;
    font-size: 13px;
    line-height: 150%;
}

@media (max-width: 767.98px) {
    .modaal-content-container .modalWrap .contsWrap .txt p {
        padding: 0 10px;
        font-size: 11px;
    }
}

.modaal-content-container .modalWrap .contsWrap .txt .link {
    padding: 15px 0;
    color: #02a6d0;
}

@media screen and (max-width: 767px) {
    .modaal-content-container .modalWrap .contsWrap .txt .link {
        padding: 10px;
    }
}

.modaal-content-container .modalWrap .contsWrap .txt .link a {
    position: relative;
    padding-right: 30px;
    -webkit-transform: skew(-13deg, 0deg);
    transform: skew(-13deg, 0deg);
    text-decoration: none;
    color: inherit;
    font-size: 16px;
}

.modaal-content-container .modalWrap .contsWrap .txt .link a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 50%;
    width: 25px;
    height: 25px;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    background: url(../../images/sports/icon_link.png) no-repeat center center;
    background-size: contain;
}

@media screen and (max-width: 767px) {
    .modaal-content-container .modalWrap .contsWrap .txt .link a {
        padding-right: 20px;
        font-size: 12px;
    }

    .modaal-content-container .modalWrap .contsWrap .txt .link a::after {
        width: 15px;
        height: 15px;
    }
}

.modaal-content-container .modalWrap .message {
    text-align: center;
}

.modaal-content-container .modalWrap .message img {
    width: 100%;
    max-width: 600px;
}

#usersvoice {
    padding: 90px 0 60px;
}

@media (max-width: 767.98px) {
    #usersvoice {
        padding: 0 30px 72px;
    }
}

#usersvoice .c-btnGroup {
    margin-top: 32px;
}

#usersvoice header {
    margin: 0 0 30px;
    text-align: center;
}

@media (max-width: 767.98px) {
    #usersvoice header {
        margin: 60px 0 40px;
    }
}

#usersvoice header .ttl {
    display: inline-block;
    position: relative;
}

#usersvoice header .ttl::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../../images/sports/uservoice_header_img.png) no-repeat center center;
    background-size: contain;
}

@media (min-width: 768px) {
    #usersvoice header .ttl::after {
        right: -74px;
        width: 140px;
        height: 140px;
    }
}

@media (max-width: 767.98px) {
    #usersvoice header .ttl::after {
        top: 50%;
        right: -40px;
        width: 120px;
        height: 120px;
    }
}

#usersvoice header .ttl span {
    display: block;
    padding: 0 50px 10px 30px;
    border-bottom: 1px solid #009fd6;
    color: #009fd6;
    font-size: 28px;
    font-style: italic;
}

@media (max-width: 767.98px) {
    #usersvoice header .ttl span {
        padding: 0 65px 10px 0px;
        text-align: left;
        font-size: 21px;
        line-height: 1.33333;
    }
}

@media screen and (min-width: 768px) {
    #usersvoice header .ttl span br {
        display: none;
    }
}

@media (min-width: 768px) {
    #usersvoice .intro .introWrap {
        display: flex;
        margin: 0 0 23px;

        align-items: flex-end;
        justify-content: center;
    }

    #usersvoice .intro .introWrap .img {
        margin: 0 18px;
    }
}

@media (max-width: 767.98px) {
    #usersvoice .intro .introWrap {
        margin-right: auto;
        margin-left: auto;
        max-width: 320px;
    }
}

@media screen and (max-width: 767px) {
    #usersvoice .intro .introWrap .img {
        margin: 0 0 20px;
    }

    #usersvoice .intro .introWrap .img:nth-of-type(odd) {
        margin-right: 87px;
        text-align: left;
    }

    #usersvoice .intro .introWrap .img:nth-of-type(even) {
        margin-left: 60px;
        text-align: right;
    }
}

#usersvoice .intro .notes {
    display: flex;
    margin: 0 auto;
    max-width: 748px;

    justify-content: center;
}

@media (max-width: 767.98px) {
    #usersvoice .intro .notes {
        padding: 0 10px;
    }
}

#usersvoice .intro .notes ul {
    display: inline-block;
    counter-reset: notes;
}

#usersvoice .intro .notes ul li {
    position: relative;
    margin: 0.5em 0 0;
    font-size: 10px;
}

#usersvoice .intro .notes ul li:first-child {
    margin-top: 0;
}

#usersvoice .voice-list {
    margin: 0 auto;
    width: 980px;
}

@media (max-width: 767.98px) {
    #usersvoice .voice-list {
        width: 100%;
    }
}

#usersvoice .voice-list ul {
    display: flex;
    margin: -10px -10px;

    flex-wrap: wrap;
}

@media (max-width: 767.98px) {
    #usersvoice .voice-list ul {
        margin: -5px -5px;
    }
}

#usersvoice .voice-list ul li {
    position: relative;
    margin: 10px 10px;
    padding: 30px 130px 30px 20px;
    max-width: 480px;
    background-color: #e5f5fb;

    flex-basis: 480px;
}

@media (max-width: 767.98px) {
    #usersvoice .voice-list ul li {
        margin: 5px 5px;
        padding: 20px 15px 100px;
        width: 100%;
        max-width: 100%;

        flex-basis: 100%;
    }
}

#usersvoice .voice-list ul li:nth-of-type(odd)::after {
    background: url(../../images/sports/icon_ucer_01.png) no-repeat right center;
    background-size: contain;
}

#usersvoice .voice-list ul li:nth-of-type(even)::after {
    background: url(../../images/sports/icon_ucer_02.png) no-repeat right center;
    background-size: contain;
}

#usersvoice .voice-list ul li::after {
    content: "";
    position: absolute;
    right: 15px;
    bottom: 25px;
    width: 101px;
    height: 97px;
}

@media (max-width: 767.98px) {
    #usersvoice .voice-list ul li::after {
        right: 15px;
        bottom: 20px;
        width: 95px;
        height: 90px;
    }
}

#usersvoice .voice-list ul li .ttl {
    margin: 0 0 10px;
    letter-spacing: 0.12em;
    color: #009fd6;
    font-size: 18px;
}

@media screen and (max-width: 767px) {
    #usersvoice .voice-list ul li .ttl {
        margin: 0 0 5px;
        font-size: 14px;
    }
}

#usersvoice .voice-list ul li .rate {
    margin: 0 0 1em;
    letter-spacing: 0.12em;
    font-size: 14px;
    line-height: 170%;
}

@media screen and (max-width: 767px) {
    #usersvoice .voice-list ul li .rate {
        font-size: 12px;
    }
}

#usersvoice .voice-list ul li .rate span {
    color: #f5e829;
}

#usersvoice .voice-list ul li .comment {
    margin: 0 0 1em;
    letter-spacing: 0.12em;
    font-size: 14px;
    line-height: 170%;
}

@media screen and (max-width: 767px) {
    #usersvoice .voice-list ul li .comment {
        font-size: 12px;
    }
}

#usersvoice .voice-list ul li .data {
    letter-spacing: 0.12em;
    font-size: 12px;
    line-height: 150%;
}

@media screen and (max-width: 767px) {
    #usersvoice .voice-list ul li .data {
        padding-right: 110px;
        font-size: 10px;
    }
}

#usersvoice .more-info ul {
    margin: auto;
    max-width: 360px;
}

@media screen and (max-width: 767px) {
    #usersvoice .more-info ul {
        max-width: 250px;
    }
}

#usersvoice .more-info ul li {
    margin: 0 0 20px;
}

#usersvoice .more-info ul li a {
    display: flex;
    text-decoration: none;
    color: inherit;
    line-height: 1;

    justify-content: center;
    align-items: center;
}

#usersvoice .more-info ul li a::after {
    content: "";
    margin: 0 0 0 0.5em;
    width: 1em;
    height: 0.7em;
    background-repeat: no-repeat;
    background-size: contain;
}

#usersvoice .more-info ul .all a {
    padding: 1em 0;
    border: 2px solid #009fd6;
    background-color: #009fd6;
    letter-spacing: 0.12em;
    color: white;
    font-size: 16px;
}

#usersvoice .more-info ul .all a::after {
    background-image: url(../../images/sports/arrow_wh_r.png);
}

#usersvoice .more-info ul .all a:hover {
    background-color: white;
    color: #009fd6;
}

#usersvoice .more-info ul .all a:hover::after {
    background-image: url(../../images/sports/arrow_bl_r.png);
}

@media screen and (max-width: 767px) {
    #usersvoice .more-info ul .all a {
        font-size: 12px;
    }
}

#usersvoice .more-info ul .cosme a {
    padding: 0.5em 0;
    border: 2px solid #008ac9;
    letter-spacing: 0.12em;
    color: #008ac9;
    font-size: 14px;
}

#usersvoice .more-info ul .cosme a::after {
    background-image: url(../../images/sports/arrow_bl_r.png);
}

#usersvoice .more-info ul .cosme a:hover {
    background-color: #008ac9;
    color: white;
}

#usersvoice .more-info ul .cosme a:hover::after {
    background-image: url(../../images/sports/arrow_wh_r.png);
}

@media screen and (max-width: 767px) {
    #usersvoice .more-info ul .cosme a {
        padding: 1em 0;
        font-size: 12px;
    }
}

.relations {
    border-top: 1px solid #ccc;
}

@media screen and (min-width: 768px) {
    .relations ul {
        display: flex;
        padding: 70px 0;

        justify-content: center;
    }
}

@media screen and (max-width: 767px) {
    .relations ul {
        padding: 30px 0 15px;
    }
}

.relations ul li {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .relations ul li {
        padding: 0 15px;
    }
}

@media screen and (max-width: 767px) {
    .relations ul li {
        padding: 5px;
    }
}

.relations ul li a img {
    width: 370px;
    max-width: 100%;
    height: auto;
}

/* switch movie for Win7 IE11
----------------------------------------------------------- */
body .movieBox {
    display: block;
}

body .youtube-movie {
    display: none;
}

body.win7-ie11 .movieBox {
    display: none;
}

body.win7-ie11 .youtube-movie {
    display: block;
    margin: 0 auto 40px;
    width: 360px;
}

.movie {
    position: relative;
    margin: 4px auto 60px;
    width: calc(100% - 8px);
}

@media (min-width: 768px) {
    .movie {
        overflow: hidden;
        margin: 0 auto 96px;
        width: 100%;
        max-width: calc(100% - 48px);
    }
}

@media screen and (min-width: 1132px) {
    .movie {
        min-width: 1132px;
    }
}

.movie_bg {
    width: 100%;
    height: 74.66667vw;
    background: url(../../images/sports/movie_bg_sm.jpg) no-repeat left top/100% auto;
    pointer-events: none;
}

@media (min-width: 768px) {
    .movie_bg {
        height: 31.25vw;
        min-height: 400px;
        max-height: 606px;
        background: url(../../images/sports/movie_bg_md.jpg) no-repeat center center/cover;
    }
}

.movie_copy {
    display: inline-block;
    position: absolute;
    top: 39.33333vw;
    right: 0;
    left: 0;
    margin: auto;
    width: 67.2vw;
}

@media (min-width: 768px) {
    .movie_copy {
        top: 50%;
        right: auto;
        left: 88px;
        margin: -44px 0 0;
        width: 318px;
    }
}

.movie_btn {
    display: inline-block;
    overflow: hidden;
    position: absolute;
    top: 56vw;
    right: 0;
    left: 0;
    margin: auto;
    border: 1px solid #fff;
    width: 67.73333vw;
    height: 10.13333vw;
    background: url(../../images/sports/movie_btn_sm.png) no-repeat center center/cover;
    white-space: nowrap;
    text-indent: 100%;
}

@media (min-width: 768px) {
    .movie_btn {
        top: 50%;
        right: auto;
        left: 88px;
        margin: 46px 0 0;
        width: 320px;
        height: 46px;
        transition: opacity 0.5s;
        background-image: url(../../images/sports/movie_btn_md.png);
    }
}

@media (min-width: 768px) {
    .movie_btn:hover {
        opacity: 0.5;
    }
}

.movielist {
    position: relative;
    margin: auto;
    padding: 20px 42px 18px;
    width: 100%;
    max-width: calc(100% - 23px);
    background: #fff;
}

@media (min-width: 768px) {
    .movielist {
        padding: 40px 74px 36px;
        width: 848px;
    }
}

.movielist_container.-thumb {
    display: none;
}

@media (min-width: 768px) {
    .movielist_container.-yt {
        position: relative;
        width: 700px;
    }

    .movielist_container.-thumb {
        display: flex;
        margin-top: 450px;
        width: 700px;

        justify-content: space-between;
    }

    .movielist_container.-bottom {
        display: flex;
        margin-top: 26px;

        flex: 0 1 auto;
        justify-content: center;
    }
}

.movielist_block {
    margin-top: 14px;
}

@media (min-width: 768px) {
    .movielist_block {
        display: flex;
        visibility: hidden;
        flex-direction: column-reverse;
        position: absolute;
        top: 0;
        left: 0;
        margin-top: 0;
        width: 100%;
        background: #fff;
        pointer-events: none;
    }

    .movielist_block.is-movie-display {
        visibility: visible;
        pointer-events: visible;
    }

    .-top .movielist_block {
        margin: 0 auto;
        width: 360px;
    }

    .-bottom .movielist_block {
        width: 260px;
    }
}

@media (min-width: 768px) {
    .movielist_btn {
        width: 220px;

        flex: 0 1 220px;
    }

    .movielist_btn:hover {
        opacity: 0.5;
        cursor: pointer;
    }

    .movielist_btn.is-movie-display {
        opacity: 0.4;
    }
}

.movielist_frame {
    position: relative;
    padding-bottom: 56.25%;
    width: 100%;
    height: 0px;
}

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

.movielist_cap {
    margin-top: 6px;
    letter-spacing: 0.05em;
    color: #483431;
    font-size: 1.3rem;
    font-weight: bold;
}

@media (min-width: 768px) {
    .movielist_cap {
        margin: 0 0 6px;
        font-size: 1.4rem;
    }
}

/* modal
----------------------------------------------------------- */
/*-----------------------------------------------------------

2018.01 added


/* #onlineShop
----------------------------------------------------------- */
