@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;}
.pt15 {padding-top: 15px;}
.pt30 {padding-top: 30px;}
.pb50 {padding-bottom: 50px;}


@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;
}

#budo_btob .mv {
    position: relative;
    background-image: url(../png/mv-2.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 12vw;
}

#budo_btob h1 {
    width: 8%;
    position: absolute;
    top: 38%;
    left: 25%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

#budo_btob h1 img {
    width: 100%;
}

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

#budo_btob ul.link-tab li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 17%;
    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;
}

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

#budo_btob 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;
    }
    #budo_btob ul.link-tab li a br {
        display: none;
    }
    #budo_btob .mv {
        background-image: url(../png/mv_sp-2.png);
        height: 40vw;
    }
    #budo_btob h1 {
        left: 50%;
        width: 30%;
    }
    #budo_btob ul.link-tab {
        display: block;
        margin: 0;
        padding-top: 30px;
    }
    #budo_btob ul.link-tab li {
        width: 90%;
        height: auto;
        margin: 20px auto;
        box-shadow: 0 5px 5px 1px rgba(0, 0, 0, 0.2);
    }
    #budo_btob ul.link-tab li:first-child {
        margin-top: 0;
    }
}


#budo_btob .bg-white{
    position: relative;
}

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

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

#budo_btob .bg-white .w800 a.link {
    color: #000;
}

#budo_btob .bg-gray .w800 p {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    margin: 0;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 20px;
}


#budo_btob .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;
}

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



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

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

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

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

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

#budo_btob .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;
}

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

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


/* ここから新規追加20231120 */
#budo_btob .bg-gray ul.slider_pickup li.comingsoon {
    background-color: #fff;
    height: 292px;
}
#budo_btob .bg-gray ul.slider_pickup li.comingsoon a img {
    border-bottom: none;
}
#budo_btob .bg-gray ul.slider_pickup li.comingsoon .text .cs{
    color: #AF2D2D;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    text-align: center;
    font-size: 20px;
    margin-top: 21px;
}
/* @media screen and (max-width: 768px) {
    #budo_btob .bg-gray ul.slider_pickup li.comingsoon .txt{
        padding-top: 140px;
    
} */
/* ここまで新規追加20231120 */



/* ここから新規追加20240214 */
/* #budo_btob .news_btob{
    margin-top: 50px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

#budo_btob .news_btob h2.title{
    font-size: 32px;
    color: #af2d2d;
    border-bottom: 1px solid #af2d2d;
}

#budo_btob .news_btob .news_btob_list{
    padding-left: 0;
}

#budo_btob .news_btob li{
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 10px;
}

#budo_btob .news_btob li a{
    color: #3c3c3c;
}

#budo_btob .news_btob li::before{
    content: "●";
    color: #af2d2d;
}

#budo_btob .news_btob p.link{
    text-align: right;
    font-size: 16px;
}

#budo_btob .news_btob p.link a{
    color: #3c3c3c;
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    #budo_btob .news_btob .news_btob_list{
        margin: 5px 0 30px;
    }
    #budo_btob .news_btob li{
        font-size: 16px;
        padding-left:1em;
        text-indent:-1em;
    }
} */
/* ここまで新規追加20240214 */



#budo_btob .title{
    font-size: 32px;
    font-weight: normal;
    color: #af2d2d;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    margin-bottom: 10px;
}

#budo_btob .title:before{
    content: "◆";
    padding-right: 10px;
}

/* #budo_btob .u_line{
    font-weight: bold;
    text-decoration: underline;
} */

#budo_btob .chart{
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    display: flex;
    justify-content: center;
    background-image: url(../png/bg_chart.png);
    background-size: contain;
    background-repeat: no-repeat;
}

#budo_btob .chart img{
    width: 100%;
}

#budo_btob .chart .chart_l,
#budo_btob .chart .chart_r{
    width: 49%;
    padding: 10px 25px 50px;
}

#budo_btob .chart .chart_l img,
#budo_btob .chart .chart_r img{
    width: 10%;
    display: block;
    margin: 0 auto;
}

#budo_btob .chart .chart_l h4{
    font-size: 32px;
    border: 2px solid #af2d2d;
    color: #af2d2d;
    text-align: center;
    font-weight: normal;
    padding: 20px 25px;
    margin-bottom: 0;
}

#budo_btob .chart .chart_r h4{
    font-size: 32px;
    border: 2px solid #af2d2d;
    background-color: #af2d2d;
    color: #fff;
    text-align: center;
    font-weight: normal;
    padding: 20px 40px;
    margin-bottom: 0;
}

#budo_btob .chart .chart_l .cont_list,
#budo_btob .chart .chart_r .cont_list{
    font-size: 18px;
    padding-left:1em;
	text-indent:-1em;
    margin-top: 5px;
}

#budo_btob .chart .chart_l .cont_list li,
#budo_btob .chart .chart_r .cont_list li{
    letter-spacing: -1px;
}

#budo_btob .chart .chart_l .cont_list li::before,
#budo_btob .chart .chart_r .cont_list li::before{
    content: '●';
    margin-right: 5px;
}

#budo_btob .chart .chart_l dl,
#budo_btob .chart .chart_r dl{
    font-size: 15px;
}

#budo_btob .chart .chart_l dd,
#budo_btob .chart .chart_r dd{
    margin-left: 0;
    letter-spacing: -1px;
}

#budo_btob .chart .chart_l .detail,
#budo_btob .chart .chart_r .detail{
    color: #af2d2d;
    text-align: center;
    margin-top: 10px;
}

#budo_btob .chart .chart_l .detail{
    border: 2px solid #f7eaea;
    padding: 20px;
    line-height: 1.5;
}

#budo_btob .chart .chart_r .detail{
    background-color: #f7eaea;
    border: 2px solid #f7eaea;
    padding: 20px;
    line-height: 1.5;
}

#budo_btob .chart .chart_l .content_image dt,
#budo_btob .chart .chart_r .content_image dt{
    font-size: 22px;
}

#budo_btob .chart .chart_l .content_image dd,
#budo_btob .chart .chart_r .content_image dd{
    padding-left:1em;
	text-indent:-1em;
    font-size: 17px;
}

#budo_btob .chart .chart_l .content_image dd::before,
#budo_btob .chart .chart_r .content_image dd::before{
    content: '●';
    margin-right: 2px;
}



#budo_btob .data_list{
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    margin-top: 40px;
}

#budo_btob .data_list dt{
    margin-bottom: 15px;
    font-size: 22px;
}

#budo_btob .data_list dt::before{
    content: "●";
    margin-right: 5px;
}

#budo_btob .data_list dt a{
    color: #3c3c3c;
}

#budo_btob .data_list dd{
    margin-bottom: 40px;
    margin-left: 0;
    font-size: 20px;
}

#budo_btob .data_list dd.point{
    padding: 40px 0 0 0;
    background-image: url(../png/img_point.png);
    background-repeat: no-repeat;
    background-position: 0 5px;
    background-size: 20%;
}

#budo_btob .data_list dd img{
    width: 20%;
}

.back{
    position: absolute;
    bottom: 2%;
    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;
} 

@media screen and (max-width: 768px) {
    #budo_btob .chart{
        flex-direction: column;
        background-image: url(../png/bg_chart_sp.png);
        background-size: cover;
        background-position: center;
        border-radius: 30px;
    }

    #budo_btob .chart .chart_l{
        width: 100%;
        padding: 5px 25px 0;
    }
    #budo_btob .chart .chart_r{
        width: 100%;
        padding: 15px 25px 0;
    }

    #budo_btob .chart .chart_l h4{
        font-size: 24px;
        padding: 10px 15px;
        margin-top: 20px;
    }
    #budo_btob .chart .chart_r h4{
        font-size: 24px;
        padding: 10px 15px;
        margin-top: 0;
    }

    #budo_btob .chart .chart_l .cont_list,
    #budo_btob .chart .chart_r .cont_list{
        font-size: 16px;
        margin-top: 10px;
    }

    #budo_btob .chart .chart_l .cont_list li,
    #budo_btob .chart .chart_r .cont_list li{
        margin-bottom: 5px;
    }

    #budo_btob .chart .chart_l .detail{
        padding: 5px;
        margin-bottom: 0;
        font-size: 4.5vw;
    }
    #budo_btob .chart .chart_r .detail{
        padding: 10px;
        font-size: 4vw;
    }

    #budo_btob .chart .chart_l dl,
    #budo_btob .chart .chart_r dl{
        margin-top: 0;
        padding-bottom: 0;
    }

    #budo_btob .chart .chart_l .content_image dt,
    #budo_btob .chart .chart_r .content_image dt{
        font-size: 15px;
    }
    #budo_btob .chart .chart_l .content_image dd,
    #budo_btob .chart .chart_r .content_image dd{
        font-size: 15px;
    }

    #budo_btob .chart .chart_l img,
    #budo_btob .chart .chart_r img{
        width: 12%;
    }

    .back{  
        background-color: rgba(0,0,0,0);
        bottom: 0;
        right: 5%;
        padding: 0;
        text-align: right;
        border-radius: 0%;
        box-shadow: none;
    }
    .back a{
        color: #af2d2d;
        text-decoration: none;
    } 
}





@media screen and (max-width: 768px) {
    #budo_btob .bg-white .w800 h2,
    #budo_btob .bg-gray .w800 h2 {
        font-size: 28px;
    }
    #budo_btob .bg-white .w800 p {
        font-size: 16px;
        text-align: justify;
    }
    #budo_btob .news_btob h2.title{
        font-size: 20px;
    }
    #budo_btob .news_btob p.link{
        text-align: right;
        font-size: 15px;
    }
    #budo_btob .bg-gray .w800 h2 span {
        font-size: 14px;
    }
    #budo_btob .bg-gray ul.slider_pickup li {
        margin-bottom: 50px;
    }
    #budo_btob .bg-gray ul.slider_pickup li a .text h3 {
        font-size: 18px;
    }
    #budo_btob .bg-gray ul.slider_pickup li:nth-child(3) {
        margin-bottom: 0;
    }
    .slider_pickup {
        margin:30px auto 0;
    }


    #budo_btob .title{
        font-size: 22px;
        margin-top: 10px;
        padding-left:1.5em;
	    text-indent:-1.5em;
    }
    #budo_btob .data_list dt{
        font-size: 16px;
        padding-left:1em;
	    text-indent:-1em;
    }
    #budo_btob .data_list dd{
        font-size: 16px;
    }
    #budo_btob .data_list dd.point{
        background-position: 0 10px;
        background-size: 20vw;
        /* background-size: 40%; */
    }
    #budo_btob .bg-gray .w800 p {
        font-size: 16px;
    }


}

@media screen and (max-width: 420px) {
    #budo_btob .data_list dd.point{
        background-position: 0 10px;
        background-size: 40%;
    }

}





#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;
    }
}