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

@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.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 50vw;
}

#budo_btob h1 {
    width: 25%;
    position: absolute;
    top: 50%;
    left: 50%;
    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: 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;
}

#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.png);
        height: 80vw;
    }
    #budo_btob h1 {
        width: 40%;
    }
    #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 .w800 h2 {
    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: 18px;
    line-height: 1.8;
}

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

.news_btob_list .news_btob_list_item span {
    color: #af2d2d;
    padding-right: 10px;
    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 */



/* スライド */
.slider_pickup {
    width:100%;
    margin:30px auto;
    padding: 0;
}

.slider_pickup img {
    width:100%;
    height:auto;
}

.slider_pickup .slick-slide {
    margin:0 10px;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;
    top: 42%;
    cursor: pointer;
    outline: none;
    height: 15px;
    width: 15px;
}

.slick-prev {
    left: -4.5%;
    background-image: url(../png/yazi01.png);
    background-size: 80%;
    background-repeat: no-repeat;
    width: 20px;
    height: 30px;
}

.slick-next {
    right: -4.5%;
    background-image: url(../png/yazi02.png);
    background-size: 80%;
    background-repeat: no-repeat;
    width: 20px;
    height: 30px;
}

/*ドットナビゲーションの設定*/
.slick-dots {
 display: none;
}

#budo_btob .bg-white .w800 .flex-instagram {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    border-top: 2px solid #000;
    /* border-bottom: 2px solid #000; */
    padding: 5px 0;
}

#budo_btob .bg-white .w800 .flex-instagram h3 {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 18px;
    margin: 0;
}

#budo_btob .bg-white .w800 .flex-instagram p {
    font-size: 14px;
    line-height: 1.5;
}

#budo_btob .bg-white .w800 .flex-instagram div {
    width: 1.3%;
    margin: 20px;
}

#budo_btob .bg-white .w800 .flex-instagram div:first-child{
    width: 70%;
    margin: 0;
}

#budo_btob .bg-white .w800 .flex-instagram div:last-child {
    width: 13%;
    margin: 15px 0 0 0;
}

/* 20231207追加 */
#budo_btob .bg-white .w800 .flex-instagram:last-child {
    border-bottom: 2px solid #000;
}
/* 20231207追加 */


#budo_btob .bg-white .w800 .flex-instagram div img {
    width: 100%;
}

@media screen and (max-width: 768px) {
    #budo_btob .bg-white .w800 h2,
    #budo_btob .bg-gray .w800 h2 {
        font-size: 27px;
    }
    #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 .bg-white .w800 .flex-instagram h3 {
        padding-top: 10px;
    }

    /* 20231207追加 */
    #budo_btob .bg-white .w800 .flex-instagram:last-child {
        border-bottom: none;
    }
    /* 20231207追加 */


}

@media screen and (max-width: 420px) {
    #budo_btob .bg-white .w800 .flex-instagram {
        display: block;
        border: none;
        position: relative;
    }
    #budo_btob .bg-white .w800 .flex-instagram div:first-child {
        width: 100%;
    }
    #budo_btob .bg-white .w800 .flex-instagram div {
        width: 2%;
        margin: 0;
    }
    #budo_btob .bg-white .w800 .flex-instagram p {
        width: 67%;
        margin-top: 10px;
    }
    #budo_btob .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;
    }
}

/* movieが3件になったら下記コードを削除 */
.slider_pickup.movie .slick-track {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
}
