@media (max-width:1024px) {
    .only-pc {
        display: none !important
    }
}

@media (min-width:1025px) {
    .only-sp {
        display: none !important
    }
}

.golf-article {
    margin: 253px 0 144px
}

.golf-article_head {
    width: 50%;
    float: right;
    text-align: right;
    padding-bottom: 114px
}

.golf-article_head .ttl {
    font-size: 90px;
    border-bottom: 1px solid;
    letter-spacing: 2px;
    line-height: 1;
    padding-top: 7px
}

.golf-article_head .desc {
    font-size: 22px;
    padding-top: 15px;
    font-family: "Shippori Mincho", serif
}

.golf-article_body {
    clear: both;
    position: relative
}

.golf-article_img {
    width: 53.57%
}

.golf-article_info {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 53.57%;
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 80px 0
}

.golf-article_info h3 {
    padding-bottom: 70px;
    font-size: 30px;
    line-height: 48px;
    font-family: "Shippori Mincho", serif
}

.golf-article_info p {
    font-size: 18px
}

@media (max-width:1440px) {
    .golf-article {
        margin: 130px 0 110px
    }

    .golf-article_head {
        padding-bottom: 80px
    }

    .golf-article_head .ttl {
        font-size: 67px
    }

    .golf-article_head .desc {
        font-size: 18px
    }
}

@media (max-width:1024px) {
    .golf-article {
        margin: 50px 0
    }

    .golf-article_head {
        width: 100%;
        text-align: center;
        padding-bottom: 40px
    }

    .golf-article_body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .golf-article_img {
        width: 100%
    }

    .golf-article_img img {
        width: 100%
    }

    .golf-article_info {
        position: static;
        width: 100%;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@media (max-width:768px) {
    .golf-article {
        margin: 25px 0
    }

    .golf-article_head {
        padding-bottom: 40px
    }

    .golf-article_head .ttl {
        font-size: 35px;
        padding-bottom: 10px
    }

    .golf-article_head .desc {
        font-size: 18px
    }

    .golf-article_info {
        padding: 25px 0
    }

    .golf-article_info h3 {
        font-size: 20px;
        padding-bottom: 25px
    }

    .golf-article_info p {
        font-size: 14px
    }
}

.ttl-elliot {
    font-size: 64px;
    text-align: center;
    line-height: 1;
    letter-spacing: 2px;
    margin-bottom: 70px
}

.ttl-elliot span {
    color: #c60
}

@media (max-width:1440px) {
    .ttl-elliot {
        font-size: 48px;
        margin-bottom: 60px
    }
}

@media (max-width:768px) {
    .ttl-elliot {
        font-size: 21px;
        margin-bottom: 25px
    }
}

.golf-elliot {
    background-size: 100% !important
}

.golf-elliot_belt {
    position: absolute;
    top: auto;
    bottom: -4%;
    width: 36.85%
}

.golf-elliot.one {
    background: url(../../img/golf/golf_02.png) no-repeat top center, url(../../img/golf/woman_golf_02.jpg) no-repeat 0 -200% / cover
}

.golf-elliot.one .golf-elliot_belt {
    right: 13%
}

.golf-elliot.two {
    background: url(../../img/golf/golf_05.png) no-repeat top center
}

.golf-elliot.two .golf-elliot_belt {
    left: 13%
}

.golf-elliot .container-full {
    padding-bottom: 63%
}

.golf-elliot .container-full.one-bg {
    padding-bottom: 33.5%
}


@media (max-width:768px) {
    .golf-elliot.two {
        margin-top: 60px
    }
}

.golf-boxInfo_item {
    margin: 42px auto;
    padding-bottom: 85px
}

.golf-boxInfo_item:not(:last-child) {
    border-bottom: 1px solid
}

.golf-boxInfo_ttl {
    font-size: 34px;
    font-family: "Shippori Mincho", serif;
    text-align: center;
    padding-bottom: 27px
}

.golf-boxInfo_desc {
    line-height: 42px !important;
    font-weight: 700;
    font-family: "Shippori Mincho", serif;
    font-weight: normal;
}

@media (max-width:768px) {
    .golf-boxInfo_item {
        margin: 22px auto;
        padding-bottom: 25px
    }

    .golf-boxInfo_ttl {
        font-size: 21px
    }

    .golf-boxInfo_desc {
        font-size: 13px
    }
}