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

/* 共通 */
ul {list-style: none;}
.bg-white {background-color: #fff;}
.bg-gray {background-color: #E6E6E6;}
.w980 {max-width: 980px; margin: 0 auto;}
.w800 {max-width: 800px; margin: 0 auto;}
.mt50 {margin-top: 50px;}
.pv50 {padding: 50px 0;}
.pt10 {padding-top: 10px;}
.pb50 {padding-bottom: 50px;}


img{
    width: 100%;
    vertical-align: top;
}

dd{
    margin: 0;
}
@media screen and (max-width: 768px) {
    .w800 {
        margin: 0 20px;
    }
    .sp-pv50 {
        padding: 50px 0;
    }
    .sp-pv25 {
        padding: 25px 0;
    }
    .sp-borderT {
        border-top: 2px solid #000;
    }    
}

header {
    position: relative;
    background-color: #000;
    max-width: 980px;
    margin: 0 auto;
}
header a{
    display: block;
    padding: 5px 0;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}

header a:first-child::after{
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    margin-left: 5px;
}

header a:last-child{
    position: absolute;
    top: 0;
    right: 0;
    color: #000;
    background-color: #fff;
    z-index: 100;
    padding: 10px;
    text-align: center;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

/* #pickup .mv {
    position: relative;
    background-image: url(../img/pickup/kv.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 50vw;
} */

/* #pickup h1 {
    width: 25%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

#pickup h1 img {
    width: 100%;
} */


/* ■■■ 新規追加分20231115 ■■■■ */

.pv20 {padding: 50px 0 20px;}

/* main{
    background-color: #fff;
} */

.logo_pickup{
    background-color: #af2d2d;
    margin: 0;
    /* height: 30%; */
}

.logo_pickup img{
    vertical-align: baseline;
    width: 40%;
}

.kv{
    position: relative;
}

.kv .label{
    position: absolute;
    width: 10%;
    top: 0;
    left: 16%;
}

.prof_area {
    background-image: url(../png/top_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    /* height: 50vw; */
    color: #fff;
}
.prof_area p{
    margin: 0;
}

.prof_box{
    display: flex;
    justify-content: space-between;
}

.prof_box .ttl_prof{
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    width: 60%;
}

.prof_box .ttl_prof .heding{
    padding: 170px 0 80px 10px;
    font-size: 33px;
}

/* .prof_area{
    position: relative;
    margin: 0;
} */

.prof_box .detail_prof{
    margin: 40px 0;
    padding-left: 40px;
    width: 41%;
    font-size: 18px;
}

.prof_box .detail_prof .B_name{
    display: inline-block;
    background-color: #fff;
    color: #af2d2d;
    padding: 5px 20px;
    margin-bottom: 5px;
    font-size: 0.83em;
    line-height: 1.3;
}


.prof_box .detail_prof .name{
    font-size: 26px;
    line-height: 1.2;
}
.prof_box .detail_prof .name span{
    font-size: 0.72em;
}


.prof_box .detail_prof .company_data{
    padding-top: 20px;
    border-top: 1px solid #fff;
    font-weight: normal;
    font-size: 0.83em;
}

.prof_box .detail_prof .company_data dt{
    margin-bottom: 5px;
}

.prof_box .detail_prof .company_data dd .small{
    font-size: small;
    vertical-align: text-top;
    margin-right: 3px;
}

/* .prof_box .detail_prof .company_data dd::before{
    content: '●';
    width: 8px;
    height: 8px;
    top: 8px;
    left: 0;
} */

.prof_box .detail_prof .txt_indent{
    padding-left:1em;
    text-indent:-1em;
}

.prof_box .detail_prof .flex-text {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 10px;
}

.prof_box .detail_prof .flex-text p {
    position: relative;
    display: inline-block;
    margin: 0;
    padding-left: 15px;
    margin-right: 25px;
    font-size: 15px;
    font-weight: normal;
}

.prof_box .detail_prof .flex-text p::before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../png/icon01-2.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 12px;
    height: 20px;
    top: 4px;
    left: 0;
}

.prof{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ttl{
    color: #af2d2d;
    font-size: 28px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    position:relative;
    margin-bottom: 20px;
    padding-left: 2.7em;
    text-indent: -2.5em;
}

.ttl span{
    /* position: absolute; */
    top: 0;
    left: 0;
    display: block;
    color: #af2d2d;
    /* white-space: nowrap; */
}

.ttl span::before{
    content: "";
    display: inline-block;
    width: 2em;
    border-top: 1px solid;
    vertical-align: middle;
    margin-right: 0.5em;
    padding-bottom:4px;
}

dl.last_item{
    margin-bottom: 7px;
}

dd.detail p.txt{
    font-size: 18px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    margin: 0 ;
    line-height: 1.8;
}

.flex_box{
    display: flex;
    justify-content: space-between;
    column-gap: 10px;
}

.flex_box .txt_side{
    margin: 0;
    width: 60%;
}

.flex_box img{
    margin-top: 7px;
}

.flex_box2{
    display: flex;
    column-gap: 10px;
}

.flex_box2 .txt_side{
    margin: 0;
    width: 60%;
}

.flex_box2 img{
    margin-top: 7px;
}

.list_area{
    position: relative;
}

.back{
    position: absolute;
    top: 0;
    right: 9%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    background-color: #fff;
    color: #AF2D2D;
    text-align: center;
    /* margin: 0 10px; */
    border-radius: 50%;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    /* padding: 10px 0; */
    line-height: 1.4;
    font-size: 14px;
}

.back a{
    color: #af2d2d;
    text-decoration: none;
} 

.txt_link{
    font-size: 16px;
    text-align: right;
}

.txt_link a{
    color: #000;
}

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

    .sp-pb20 {
        padding: 0 0 20px;
    }

    .sp-pb30 {
        padding: 0 0 30px;
    }

    .sp-pb40 {
        padding: 0 0 40px;
    }

    .sp-pl20{
        padding-left: 20px;
    }

    .logo_pickup{
        width: 100%;
    }
    .logo_pickup img{
        /* width: 90%; */
        width: 90vw;
    }
    .prof_area {
        background-image: url(../png/top_bg_sp.png);
        /* padding: 0 20px; */
    }
    .prof_box{
       flex-direction: column;
    }
    .prof_box .ttl_prof .heding{
        padding: 20px 0;
        font-size: 22px;
    }
    .prof_box .ttl_prof{
        width: 100%;
    }
    .prof_box .detail_prof{
        width: 100%;
        padding-left: 0;
        margin: 0;
    }
    .prof_box .detail_prof .B_name{
        font-size: 13px;
    }
    .prof_box .detail_prof .name{
        font-size: 21px;
    }
    .prof_box .detail_prof .flex-text p {
        margin-right: 8.1vw;
    }
    .ttl{
        font-size: 20px;
        padding-left:2.7em;
	    text-indent:-2.5em;
        font-weight: bold;
    }
    dl.last_item{
        margin-bottom: 5px;
    }
    dd.detail p.txt{
        font-size: 16px;
        text-align: justify;
    }
    /* .ttl span::before{
        display: none;
    } */
    .flex_box{
        flex-direction: column;
        row-gap: 0px;

    }
    .flex_box .txt_side{
        width: 100%;
    }
    .flex_box2{
        flex-direction: column-reverse;
        row-gap: 0px;
    }
    .flex_box2 .txt_side{
        width: 100%;
    }
    .back{  
        background-color: rgba(0,0,0,0);
        top: 30%;
        right: 5%;
        padding: 0;
        text-align: right;
        border-radius: 0%;
        box-shadow: none;
    }
    .back a{
        color: #af2d2d;
        text-decoration: none;
    } 
}




footer .sports_logo img{
    width: 30%;
}

/* ■■■ ここまで 新規追加分20231115 ■■■■ */



#pickup ul.link-tab {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    position: relative;
    margin-top: -20px;
}

#pickup ul.link-tab li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15%;
    height: 75px;
    background-color: #fff;
    color: #AF2D2D;
    text-align: center;
    margin: 0 10px;
    border-radius: 10px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    padding: 10px 0;
    line-height: 1.4;
}

#pickup ul.link-tab li:hover {
    border-bottom: 6px solid #AF2D2D;
}

#pickup ul.link-tab li a {
    color: #AF2D2D;
    text-decoration: none;
    font-size: 16px;
}

@media screen and (max-width: 768px) {
    .toggle_btn {
        top: 7px;
        right: 15px;
    }
    header a:last-child {
        position: relative;
        top: 0;
        left: 0;
        color: #fff;
        background-color: transparent;
        z-index: 10;
        padding: 15px;
        text-align: left;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    header a:first-child::after{
        display: none;
    }
    #pickup ul.link-tab li a br {
        display: none;
    }
    /* #pickup .mv {
        background-image: url(../img/pickup/mv_sp.png);
        height: 80vw;
    } */
    #pickup h1 {
        /* width: 100%; */
        /* width: 40%; */
    }
    #pickup ul.link-tab {
        display: block;
        /* margin: 0; */
        padding-top: 0px;
        /* padding-top: 30px; */
    }
    #pickup ul.link-tab li {
        width: 90%;
        height: auto;
        margin: 20px auto;
        box-shadow: 0 5px 5px 1px rgba(0, 0, 0, 0.2);
    }
    #pickup ul.link-tab li:first-child {
        margin-top: 0;
    }
}




#pickup .bg-white .w800 h2 {
    font-size: 37px;
    text-align: left;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    margin: 0;
}

/* #pickup .bg-white .w800 p {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    margin: 0;
    font-size: 18px;
    line-height: 1.8;
} */

#pickup .bg-gray .w800 h2 {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 37px;
    color: #AF2D2D;
    text-align: left;
    margin: 0;
    border-bottom: 1px solid #AF2D2D;
}

#pickup .bg-gray .w800 h2 span {
    font-size: 18px;
    color: #000;
    padding-left: 20px;
}

#pickup .bg-gray ul.slider_pickup li {
    background-color: #fff;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
}

#pickup .bg-gray ul.slider_pickup li a {
    color: #000;
    text-decoration: none;
}

#pickup .bg-gray ul.slider_pickup li a img {
    border-bottom: 4px solid #AF2D2D;
}

#pickup .bg-gray ul.slider_pickup li a .text {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 14px;
    padding: 10px;
}

#pickup .bg-gray ul.slider_pickup li a .text h3 {
    font-size: 18px;
    margin: 0;
}

#pickup .bg-gray ul.slider_pickup li a .text .flex-text {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 10px;
}

#pickup .bg-gray ul.slider_pickup li a .text .flex-text p {
    position: relative;
    display: inline-block;
    margin: 0;
    padding-left: 12px;
    margin-right: 10px;
}

#pickup .bg-gray ul.slider_pickup li a .text .flex-text p::before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../png/icon01-2.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 10px;
    height: 20px;
    top: 3px;
    left: 0;
}


@media screen and (max-width: 768px) {
    #pickup .bg-white .w800 h2,
    #pickup .bg-gray .w800 h2 {
        font-size: 27px;
    }
    /* #pickup .bg-white .w800 p {
        font-size: 16px;
        text-align: justify;
    } */
    #pickup .bg-gray .w800 h2 span {
        font-size: 14px;
    }
    #pickup .bg-gray ul.slider_pickup li {
        margin-bottom: 50px;
    }
    #pickup .bg-gray ul.slider_pickup li:nth-child(3) {
        margin-bottom: 0;
    }
    .slider_pickup {
        margin:30px auto 0;
    }
    /* ピックアップ復活後削除 */
    #pickup .bg-white .w800 .flex-instagram h3 {
        padding-top: 10px;
    }

}

@media screen and (max-width: 420px) {
    #pickup .bg-white .w800 .flex-instagram {
        display: block;
        border: none;
        position: relative;
    }
    #pickup .bg-white .w800 .flex-instagram div:first-child {
        width: 100%;
    }
    #pickup .bg-white .w800 .flex-instagram div {
        width: 2%;
        margin: 0;
    }
    #pickup .bg-white .w800 .flex-instagram p {
        width: 67%;
        margin-top: 10px;
    }
    #pickup .bg-white .w800 .flex-instagram div:last-child {
        width: 38%;
        position: absolute;
        top: 25%;
        right: -20px;
    }
}





#privacy div {
    padding: 15px 0 15px 15px;
}

#privacy div:nth-child(2) {
    margin-left: 40px;
}

#privacy div::before {
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

footer {
    padding: 15px 0;
}



@media screen and (max-width: 768px) {
    #privacy {
        margin: 0;
    }
    #privacy div {
        padding-top: 0;
        padding-left: 20px;
        padding-bottom: 0;
        font-size: 0.8em;
        display: block;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    #privacy div:nth-child(2) {
        margin-left: 30px;
    }
    footer .ft_contents div img {
        width: 40%;
        height: auto;
    }
}