﻿@charset "utf-8";

/* =======================================================================
 module
======================================================================= */

.mT_60sp30{margin-top:60px !important;}
.mT_80sp40{margin-top:80px !important;}
.mB_15{margin-bottom:15px !important;}
.mB_20sp15{margin-bottom:20px !important;}
.mB_50sp25,.mB_50sp30{margin-bottom:50px !important;}
.mB_60sp30,.mB_60sp40{margin-bottom:60px !important;}
.mB_80sp40{margin-bottom:80px !important;}

.fSize16sp14{font-size: 16px !important;}
.fSize18sp16{font-size: 18px !important;}
.fSize20sp16{font-size: 20px !important;}
.fSize22sp18{font-size: 22px !important;}
.fSize30sp16{font-size: 30px !important;}
.fCPink{color: #ff1984;}

.txtULPink{
    text-decoration: underline #ff1984;
    text-underline-offset: 0.2em;
}

.pcWrap640{
    max-width: 640px;
    margin: 0 auto;
}

.pcBrNone br{display:none;}

.w_100{width: 100%;}

.fFamilyHK{font-family: "ヒラギノ角ゴ Pro W6","HiraKakuPro-W6","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;}

.fFamilyMR{font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;}

.fFamilyNS{font-family: 'Noto Sans JP', sans-serif;}

@media only screen and (max-width:640px){
    .mT_60sp30{margin-top:30px !important;}
    .mT_80sp40{margin-top:40px !important;}
    .mB_20sp15{margin-bottom:15px !important;}
    .mB_50sp25{margin-bottom:25px !important;}
    .mB_50sp30,.mB_60sp30{margin-bottom:30px !important;}
    .mB_60sp40,.mB_80sp40{margin-bottom:40px !important;}
    .fSize16sp14{font-size: 14px !important;}
    .fSize18sp16,.fSize20sp16,.fSize30sp16{font-size: 16px !important;}
    .fSize22sp18{font-size: 18px !important;}
    .pcBrNone br{display:block;}
}

.twoClm{
    display: flex;
    justify-content: space-between;
}

.twoClm.middle{align-items: center;}

.twoClm.reverse{flex-direction: row-reverse;}

.twoClm .clm{width: 460px;}

.twoClm.smallSpace .clm{width: 475px;}

@media only screen and (max-width:640px){
    .twoClm .clm{width: calc(50% - 5px);}

    .twoClm.row{display: block;}

    .twoClm.row .clm{
        width: auto;
        margin-bottom: 20px;
    }

    .twoClm.row .clm:last-child{margin-bottom: 0;}

    .twoClm.smallSpace .clm{width: calc(50% - 3px);}
    
    .twoClm.row.smallSpace .clm{
        width: auto;
        margin-bottom: 6px;
    }
}

/* =======================================================================
 layout
======================================================================= */
#bkaLp{
    border-top: none;
}

#bkaLp #container{
    background: none #fff;
    font-size:16px;
    color: #000;
}

#bkaLp #mainCnt{
    font-family: '游明朝 Demibold','Yu Mincho Demibold','Hiragino Mincho Pro',serif;
    float:none;
    width:100%;
}

#bkaLp #mainCnt .wrapper{
    width: 980px;
    padding: 0 10px;
    box-sizing: border-box;
}

@media only screen and (max-width:640px){
    #bkaLp #mainCnt .wrapper{
        width: 100%;
    }
}

/* =======================================================================
 style
======================================================================= */
#bkaLp .mvArea{
    position: relative;
    background-color: #feffe9;
}

.mvMovieArea{
    position: relative;
    height: 720px;
    overflow: hidden;
}

.mvMovieArea::after{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url("../img/entry202414/pattern_dots.png") repeat top left / 4px;
    mix-blend-mode: overlay;
}

.mvMovieArea video{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
/*    object-position: center 15%;*/
}

.mvMovieArea.btmRound video{
    width: calc(100% + 60px);
    margin: 0 -30px;
    border-radius: 0% 0% 50% 50% / 0% 0% 100px 100px;
}

.mvMovieArea video.sp{display: none;}

.mvTxtArea{
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    width: 648px;
    text-align: center;
}

.mvTxtArea .prize{
    position: absolute;
    top: -80px;
    right: -200px;
    width: 128px;
}

.mvTxtArea .application{
    width: 528px;
    margin-bottom: 20px;
}

.mvTxtArea .modelExperience{
    width: 510px;
}

.mvTxtArea .crown{
    position: absolute;
    top: 30px;
    left: -70px;
    width: 140px;
    transform: rotate(-20deg);
}

.mvTxtArea .logo{
    width: 648px;
    margin-bottom: 4px;
}

.mvTxtArea .logoJp{
    width: 570px;
}

@media only screen and (max-width:640px){
    .mvMovieArea{
        height: 540px;
    }

    .mvMovieArea video{
        object-fit: none;
        margin: 0;
        padding: 0;
    }

    .mvMovieArea.btmRound video{
        width: calc(100% + 30px);
        margin: 0px -15px;
        border-radius: 0% 0% 50% 50% / 0% 0% 30px 30px;
    }

    .mvMovieArea video.pc{display: none;}
    .mvMovieArea video.sp{display: block;}

    .mvTxtArea{
        top: 130px;
        width: 90%;
        max-width: 350px;
        min-width: 300px;
    }

    .mvTxtArea .prize{
        position: absolute;
        top: -130px;
        right: 0;
        width: 70px;
    }

    .mvTxtArea .application{
        width: 238px;
        margin-bottom: 30px;
    }

    .mvTxtArea .modelExperience{
        width: 230px;
        margin-bottom: 10px;
    }

    .mvTxtArea .crown{
        top: 35px;
        left: -10px;
        width: 65px;
    }

    .mvTxtArea .logo{
        width: 300px;
        margin-bottom: 8px;
    }

    .mvTxtArea .logoJp{
        width: 300px;
    }
}

.lpIntroArea{
    background-color: #feffe9;
    padding: 35px 0 50px;
}

.lpIntroArea .innerWrap{
    width: 980px;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
}

#bkaLp .introBtnArea{
    margin-bottom: 50px;
}

#bkaLp .introBtnArea .entryBtn{
    min-width: 370px;
    height: 90px;
    line-height: 90px;
    font-size: 26px;
}

#bkaLp .introBtnArea .entryBtn::after{
    top: calc(50% - 14px);
    right: 2px;
    border-width: 14px;
    border-left-width: 18px;
}

#bkaLp .introBtnArea .btnSubTxt > span{
    font-size: 22px;
}

#bkaLp .introBtnArea .btnSubTxt > span::before,
#bkaLp .introBtnArea .btnSubTxt > span::after{
    height: 60px;
    top: 12px;
}

.lstSponsorAward li .sponsorName > span {
    background-image: linear-gradient(0deg, #b8751e 0%, #ffce08 37%, #fefeb2 47%, #fafad6 50%, #fefeb2 53%, #e1ce08 63%, #b8751e 100%);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 22px;
    font-weight: bold;
}

.lpIntroArea .txtArea{
    font-size: 20px;
}

.lpIntroArea .introPrize{
    width: 420px;
    margin: 0 auto 15px;
}

.lpIntroArea .txtArea .ttl{
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}

.lpIntroArea .txtArea .appealTxt{
    color: #ff1984;
    font-size: 30px;
}

@media only screen and (max-width:640px){
    .lpIntroArea{
        padding: 20px 10px;
    }

    .lpIntroArea .innerWrap{
        width: 100%;
    }

    #bkaLp .introBtnArea{
        margin-bottom: 25px;
    }

    #bkaLp .introBtnArea .entryBtn{
        min-width: 270px;
        height: 60px;
        line-height: 56px;
        font-size: 18px;
    }

    #bkaLp .introBtnArea .entryBtn::after{
        top: calc(50% - 8px);
        right: 10px;
        border-width: 8px;
        border-left-width: 10px;
    }

    #bkaLp .introBtnArea .btnSubTxt > span{
        padding: 0 40px;
        font-size: 16px;
    }

    #bkaLp .introBtnArea .btnSubTxt > span::before,
    #bkaLp .introBtnArea .btnSubTxt > span::after{
        height: 45px;
        top: 10px;
    }

    .lpIntroArea .txtArea{
        font-size: 16px;
    }

    .lpIntroArea .introPrize{
        width: 100%;
        max-width: 360px;
        margin-bottom: 10px;
    }

    .lpIntroArea .txtArea .ttl{
        margin-bottom: 5px;
        line-height: 1.3;
        font-size: 30px;
    }

    .lpIntroArea .txtArea .appealTxt{
        font-size: 20px;
    }
}


#bkaLp .stillImage.mvArea{
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
}

#bkaLp .stillImage.mvArea .introBtnArea{
    position: absolute;
    right: calc(30% - 280px);
    bottom: calc(18% + 280px);
    margin-bottom: 0;
}

#bkaLp .stillImage.mvArea .entryBtn{
    line-height: 94px;
    border: none;
    box-shadow: none;
}

.stillImage.mvArea .lpIntroArea{
    padding: 25px 0;
}

/*
.stillImage.mvArea .lpIntroArea .txtArea{
    width: 740px;
    margin: 0 auto;
}
*/

@media only screen and (max-width:640px){
    #bkaLp .stillImage.mvArea .introBtnArea{
        position: static;
        margin-bottom: 20px;
    }

    #bkaLp .stillImage.mvArea .entryBtn{
        line-height: 62px;
    }

    .stillImage.mvArea .lpIntroArea{
        padding: 20px 10px;
    }

    .stillImage.mvArea .lpIntroArea .txtArea{
        width: 100%;
    }
}

.summaryWrap{
    width: 700px;
    margin: 0 auto;
    padding: 20px;
    background-color: rgba(255,255,255,0.7);
    border: 3px solid rgba(255,25,132,0.9);
    box-sizing: border-box;
    text-align: center;
}

.summaryWrap .cnt{margin-bottom: 20px;}
.summaryWrap .cnt:last-child{margin-bottom: 0;}

.summaryWrap .cnt .item{
    display: inline-block;
    padding: 5px 20px;
    margin-bottom: 15px;
    background-color: rgba(255,25,132,0.9);
    border-radius: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.summaryWrap .cnt .period{
    font-size: 28px;
}

@media only screen and (max-width:640px){
    .summaryWrap{
        width: 100%;
        padding: 15px 10px;
        border-width: 3px;
    }
    
    .summaryWrap .cnt .item{
        padding: 4px 15px 3px;
        font-size: 14px;
    }
    
    .summaryWrap .cnt .period{font-size: 22px;}
}

.aboutArea{background-color: #feffe9;}

#bkaLp #mainCnt .aboutArea .wrapper{
    padding-top: 60px;
    padding-bottom: 100px;
}

.aboutArea > .ttl{
    padding: 50px 0 40px;
    background-color: #fff1c2;
    font-size: 54px;
    text-align: center;
}

.aboutArea .appealTxt{
    color: #ff1984;
    font-size: 30px;
}

@media only screen and (max-width:640px){
    #bkaLp #mainCnt .aboutArea .wrapper{
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .aboutArea > .ttl{
        padding: 20px 10px 15px;
        font-size: 24px;
    }

    .aboutArea .appealTxt{
        font-size: 20px;
    }
}
    
.keyBracketsTtl{
    margin-bottom: 30px;
    text-align: center;
}

.keyBracketsTtl > span{
  display: inline-block;
  position: relative;
  padding: 8px 25px;
  border: solid 2px #000;
  background-color: #fff;
  font-size: 26px;
  font-weight: bold;
  z-index: 1;
}

.keyBracketsTtl > span::before,
.keyBracketsTtl > span::after{ 
  content:"";
  display: block;
  position: absolute;
  background-color: #fff;
  z-index: -1;
}

.keyBracketsTtl > span::before{
    width: calc(100% - 20px);
    height: calc(100% + 6px);
    top: -3px;
    left: 50%;
    transform: translateX(-50%);
}

.keyBracketsTtl > span::after{
    width: calc(100% + 6px);
    height: calc(100% - 20px);
    top:50%;
    left: -3px;
    transform: translateY(-50%);
}

@media only screen and (max-width:640px){
    .keyBracketsTtl{
        margin-bottom: 20px;
    }

    .keyBracketsTtl > span{
      padding: 6px 18px;
      font-size: 18px;
    }

    .keyBracketsTtl > span::before{
        width: calc(100% - 14px);
    }

    .keyBracketsTtl > span::after{
        height: calc(100% - 14px);
    }
}

.joiningArea{padding: 60px 0 80px;}

.joiningArea .ttl{
    margin-bottom: 30px;
    font-size: 34px;
    text-align: center;
}

.joiningCnt{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    text-align: center;
}

.joiningCnt .cnt{
    width: 280px;
}

.joiningCnt .circleArea{
    font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 280px;
    line-height: 1.4;
    margin-bottom: 15px;
    border-radius: 50%;
    background-color: #f28c54;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}

.joiningCnt .circleArea .circleTxt{
    display: block;
    padding-top: 12px;
}

.joiningCnt .circleArea .appeal{font-size: 48px;}

.joiningCnt .txt{font-size: 22px;}

@media only screen and (max-width:640px){
    .joiningArea{padding: 25px 0 30px;}

    .joiningArea .ttl{
        margin-bottom: 15px;
        font-size: 18px;
    }

    .joiningCnt{
        max-width: 360px;
    }

    .joiningCnt .cnt{
        width: calc(50% - 5px);
        min-width: 145px;
    }

    .joiningCnt .cnt:first-child{
        margin: 0 auto 10px;
        padding: 0 40px;
    }

    .joiningCnt .circleArea{
        width: 145px;
        height: 145px;
        margin: 0 auto 5px;
        font-size: 14px;
    }

    .joiningCnt .circleArea .appeal{font-size: 26px;}

    .joiningCnt .txt{
        line-height: 1.4;
        font-size: 13px;
    }
}

#bkaLp .cntBdrTwoClm{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 35px 30px;
    background-color: #fffbfd;
    border: 5px solid #ffafd4;
}

#bkaLp .cntBdrTwoClm .clm{
    width: 430px;
}

@media only screen and (max-width:640px){
    #bkaLp .cntBdrTwoClm{
        display: block;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 25px 20px;
    }

    #bkaLp .cntBdrTwoClm .clm{
        width: 100%;
    }

    #bkaLp .cntBdrTwoClm .clm:last-child{
        margin-top: 20px;
    }
}

.benefitArea{background-color: #feffe9;}

.benefitArea > .ttl{
    padding: 35px 0 10px;
    background-color: #fff1c2;
    font-size: 42px;
    text-align: center;
    line-height: 1.1;
    letter-spacing: 4px;
}

.benefitArea > .ttl .mainTxt{
    font-size: 54px;
}

.benefitArea > .ttl .mainTxt .number{
    color: #ff1984;
    font-size: 92px;
}

#bkaLp #mainCnt .benefitArea .wrapper{
    padding-top: 70px;
    padding-bottom: 100px;
}

.benefitWrap .cnt{
    margin-bottom: 80px;
}

.benefitWrap .cnt:last-of-type{
    margin-bottom: 0;
}

.benefitWrap .subTtl{
    font-family: 'Noto Sans JP', sans-serif;
    margin-bottom: 10px;
    text-align: center;
}

.benefitWrap .subTtl > span{
    display: inline-block;
    min-width: 400px;
    padding: 8px 10px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    box-sizing: border-box;
    font-size: 24px;
    font-weight: bold;
}

.benefitWrap .ttl{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.benefitWrap .ttl .number{
    font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    display: block;
    width: 128px;
    height: 128px;
    line-height: 134px;
    margin-right: 20px;
    border-radius: 50%;
    box-sizing: border-box;
    background-color: #ff1984;
    color: #fff;
    font-size: 76px;
    text-align: center;
}

.benefitWrap .ttl .txt{
    font-family: 'Noto Sans JP', sans-serif;
    display: block;
    width: calc(100% - 150px);
    line-height: 1.3;
    padding-top: 5px;
    font-size: 54px;
    letter-spacing: 2px;
}

/*.benefitWrap .cnt:nth-child(3) .ttl .txt{font-size: 68px;}*/

.benefitWrap .ttl .txt .appealTxt{
    color: #ff1984;
    font-size: 66px;
}

.benefitWrap .ttl .large.appealTxt{font-size: 80px;}

.benefitWrap .imgArea{margin-bottom: 20px;}

.benefitWrap .txtArea{
    line-height: 1.7;
    font-size: 20px;
}

.benefitWrap .txtArea.addSubImg{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.benefitWrap .txtArea.addSubImg .subImg{width: 230px;}
.benefitWrap .txtArea.addSubImg .txt{width: 710px;}

@media only screen and (max-width:640px){
    .benefitArea > .ttl{
        padding: 30px 0 15px;
        font-size: 22px;
        letter-spacing: 1px;
    }

    .benefitArea > .ttl .mainTxt{
        font-size: 32px;
    }

    .benefitArea > .ttl .mainTxt .number{
        font-size: 46px;
    }

    #bkaLp #mainCnt .benefitArea .wrapper{
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .benefitWrap .cnt{
        margin-bottom: 40px;
    }

    .benefitWrap .subTtl{
        margin-bottom: 10px;
    }

    .benefitWrap .subTtl > span{
        min-width: 250px;
        padding: 5px 10px;
        font-size: 16px;
    }

    .benefitWrap .ttl{
        margin-bottom: 10px;
    }

    .benefitWrap .ttl .number{
        width: 46px;
        height: 46px;
        line-height: 46px;
        margin-right: 10px;
        font-size: 34px;
    }

    .benefitWrap .ttl .txt{
        width: calc(100% - 56px);
        padding-top: 0;
        font-size: 20px;
        letter-spacing: 0;
    }

/*    .benefitWrap .cnt:nth-child(2) .ttl .txt .appealTxt{font-size: 30px;}*/

    .benefitWrap .cnt:nth-child(3) .ttl .txt{font-size: 24px;}

    .benefitWrap .ttl .txt .appealTxt{
        font-size: 26px;
    }

    .benefitWrap .ttl .large.appealTxt{font-size: 32px;}

    .benefitWrap .imgArea{margin-bottom: 15px;}

    .benefitWrap .txtArea{
        line-height: 1.6;
        font-size: 16px;
    }

    .benefitWrap .txtArea.addSubImg{display: block;}

    .benefitWrap .txtArea.addSubImg .subImg{
        width: 100%;
        margin: 15px auto 0;
    }
    
    .benefitWrap .txtArea.addSubImg .txt{width: 100%;}
}

#bkaLp .encloseClm{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    padding: 35px;
    background-color: #fff1c2;
}

#bkaLp .encloseClm .clmTxtArea{
    width: 550px;
}

#bkaLp .clmSubTtl{
    margin-bottom: 10px;
    text-align: center;
}

#bkaLp .clmSubTtl > span{
    position: relative;
    display: inline-block;
    padding: 0 30px;
    font-size: 18px;
    font-weight: bold;
}

#bkaLp .clmSubTtl > span::before,
#bkaLp .clmSubTtl > span::after{
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 25px;
    top: 3px;
    background-color: #000;
}

#bkaLp .clmSubTtl > span::before{
    left: 10px;
    transform: rotate(-45deg);
}

#bkaLp .clmSubTtl > span::after{
    right: 10px;
    transform: rotate(45deg);
}

#bkaLp .clmTtl{
    margin-bottom: 15px;
    font-size: 30px;
    text-align: center;
}

#bkaLp .clmTxt{
font-weight: 400;
    line-height: 1.8;
}

#bkaLp .encloseClm .clmImgArea{
    width: 300px;
}

@media only screen and (max-width:640px){
    #bkaLp .encloseClm{
        display: block;
        padding: 20px 15px;
    }

    #bkaLp .encloseClm .clmTxtArea{
        width: 100%;
        margin-bottom: 10px;
    }

    #bkaLp .clmSubTtl{
        margin-bottom: 5px;
    }

    #bkaLp .clmSubTtl > span{
        padding: 0 20px;
        font-size: 14px;
    }

    #bkaLp .clmSubTtl > span::before,
    #bkaLp .clmSubTtl > span::after{
        top: calc(50% - 7px);
        height: 18px;
    }

    #bkaLp .clmSubTtl > span::before{
        left: 8px;
    }

    #bkaLp .clmSubTtl > span::after{
        right: 8px;
    }

    #bkaLp .clmTtl{
        margin-bottom: 10px;
        font-size: 22px;
    }

    #bkaLp .clmTxt{
        line-height: 1.5;
        font-size: 14px;
    }

    #bkaLp .encloseClm .clmImgArea{
        width: 100%;
    }
}

#bkaLp .entryBtn{
    font-family: "ヒラギノ角ゴ Pro W6","HiraKakuPro-W6","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    display: inline-block;
    position: relative;
    min-width: 430px;
    height: 100px;
    line-height: 100px;
    padding: 0 45px 0 20px;
    box-sizing: border-box;
    background-color: #ff1984;
    border: 3px solid #fff;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    transition: background .3s;
    box-shadow: 3px 3px 12px #aaa;
}

#bkaLp .entryBtn:hover{
    background-color: #ff8e61;
    text-decoration: none;
}

#bkaLp .entryBtn::after{
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 16px);
    right: 0;
    width: 0;
    height: 0;
    border: 16px solid transparent;
    border-left: 20px solid #fff;
    box-sizing: border-box;
}

#bkaLp .btnSubTxt{
    font-family: 'Noto Sans JP', sans-serif;
    margin-bottom: 20px;
}

#bkaLp .btnSubTxt > span{
    position: relative;
    display: inline-block;
    padding: 0 50px;
    font-size: 26px;
    font-weight: bold;
}

#bkaLp .btnSubTxt > span::before,
#bkaLp .btnSubTxt > span::after{
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    height: 56px;
    top: -5px;
    background-color: #000;
}

#bkaLp .btnSubTxt > span::before{
    left: 20px;
    transform: rotate(-45deg);
}

#bkaLp .btnSubTxt > span::after{
    right: 20px;
    transform: rotate(45deg);
}

@media only screen and (max-width:640px){
    #bkaLp .entryBtn{
        min-width: 270px;
        height: 60px;
        line-height: 58px;
        padding: 0 40px 0 20px;
        font-size: 18px;
        box-shadow: 3px 3px 12px #ccc;
    }

    #bkaLp .entryBtn::after{
        top: calc(50% - 8px);
        right: 10px;
        border-width: 8px;
        border-left-width: 10px;
    }

    #bkaLp .btnSubTxt{
        margin-bottom: 10px;
    }

    #bkaLp .btnSubTxt > span{
        padding: 0 30px;
        font-size: 16px;
    }

    #bkaLp .btnSubTxt > span::before,
    #bkaLp .btnSubTxt > span::after{
        height: 30px;
        top: 0;
    }

    #bkaLp .btnSubTxt > span::before{
        left: 10px;
    }

    #bkaLp .btnSubTxt > span::after{
        right: 10px;
    }
}

.bgFrameTtl{
    margin-bottom: 20px;
    padding: 10px 20px;
    background: #eee;
    font-size: 22px;
    text-align: center;
}

#bkaLp #mainCnt .featureArea .wrapper,
#bkaLp #mainCnt .grandPrixArea .wrapper,
#bkaLp #mainCnt .achievementArea .wrapper{
    padding-top: 60px;
    padding-bottom: 100px;
}

.featureArea > .ttl,
.grandPrixArea > .ttl,
.achievementArea > .ttl{
    padding: 50px 0 40px;
    background-color: #bfe1ff;
    font-size: 54px;
    text-align: center;
}

.featureArea > .ttl{line-height: 1.1;}

.grandTwoClm{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}

.grandTwoClm .txtArea{
    width: 520px;
    line-height: 1.8;
    font-size: 20px;
}

.grandTwoClm .imgArea{width: 400px;}

.grandActive{
    font-family: 'Noto Sans JP', sans-serif;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: -20px;
}

.grandActive > li{
    position: relative;
    width: 230px;
    margin-top: 20px;
}

.grandActive .txtArea{
    padding: 5px 10px;
    background-color: #000;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.grandActive.double > li{
    width: 470px;
}

.grandActive.overlap .txtArea{
    position: absolute;
    width: 100%;
    bottom: 0;
    box-sizing: border-box;
}

.grandActive.double .txtArea{
    background-color: rgba(224,108,172,0.8);
}

@media only screen and (max-width:640px){
    .bgFrameTtl{
        font-size: 18px;
    }

    #bkaLp #mainCnt .featureArea .wrapper,
    #bkaLp #mainCnt .grandPrixArea .wrapper,
    #bkaLp #mainCnt .achievementArea .wrapper{
        padding-top: 20px;
        padding-bottom: 50px;
    }

    .featureArea > .ttl,
    .grandPrixArea > .ttl,
    .achievementArea > .ttl{
        padding: 10px;
        font-size: 24px;
    }

    .featureArea > .ttl{padding: 25px 10px 20px;}

    .grandTwoClm{
        display: block;
    }

    .grandTwoClm .txtArea{
        width: 100%;
        line-height: 1.6;
        margin-bottom: 15px;
        font-size: 14px;
    }

    .grandTwoClm .imgArea{width: 100%;}

    .grandActive{
        margin-top: -10px;
    }

    .grandActive > li{
        width: calc(50% - 5px);
        margin-top: 10px;
    }

    .grandActive.double > li{width: 100%;}

    .grandActive .txtArea{
        padding: 5px;
        box-sizing: border-box;
        background-color: #000;
        color: #fff;
        font-size: 14px;
        text-align: center;
    }
}


.sponsorsArea > .ttl{
    margin-bottom: 20px;
    font-size: 30px;
    text-align: center;
}

.sponsorsArea .introTxt{
    margin-bottom: 30px;
    line-height: 1.7;
    font-size: 20px;
    text-align: center;
}

.lstSponsorAward{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: -40px;
}

.lstSponsorAward li{
    width: 460px;
    margin-top: 40px;
    box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.5);
    background: url(../img/entry202313/bg_pattern_gray.jpg) repeat top left / 640px 540px;
}

.lstSponsorAward li .sponsorName{
    padding: 6px 10px 3px;
    background-color: #000;
    text-align: center;
}

.lstSponsorAward li .sponsorName > span{
    background-image: linear-gradient(0deg, #b8751e 0%, #ffce08 37%, #fefeb2 47%, #fafad6 50%, #fefeb2 53%, #e1ce08 63%, #b8751e 100%);
    -webkit-background-clip: text;
    color: transparent;
    font-size:22px;
    font-weight: bold;
}

.lstSponsorAward .sAward{
    padding: 10px 10px 5px;
    font-size:16px;
}

@media only screen and (max-width:640px){
    .sponsorsArea > .ttl{
        margin-bottom: 10px;
        font-size: 20px;
    }

    .sponsorsArea .introTxt{
        margin-bottom: 20px;
        line-height: 1.6;
        font-size: 16px;
    }

    .lstSponsorAward{
        display: block;
        margin-top: 0;
    }

    .lstSponsorAward li{
        width: 100%;
        margin-top: 20px;
    }

    .lstSponsorAward li .sponsorName{
        padding: 6px 10px 2px;
    }

    .lstSponsorAward li .sponsorName > span{
        font-size:18px;
    }

    .lstSponsorAward .sAward{
        font-size:14px;
    }
}

.achievementArea .introTxt{
    margin-bottom: 30px;
    line-height: 1.7;
    font-size: 18px;
}

.achievementArea .achievementCnt > .ttl{
    margin-bottom: 20px;
    font-size: 30px;
    text-align: center;
}

.mainAchieveTtl{
    font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    padding: 5px 10px;
    background-color: #c4a48d;
    color: #fff;
    font-size: 18px;
    text-align: center;
}

.lstBkaEntry{
    font-family: 'Noto Sans JP', sans-serif;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: -20px;
}

.lstBkaEntry > li{
    position: relative;
    width: 225px;
    margin-top: 20px;
}

.lstBkaEntry > li img{width: 100%;}

.lstBkaEntry > li .kidsCate{
    position: absolute;
    bottom:0;
    left: 0;
    width:100%;
    padding: 5px;
    box-sizing: border-box;
    color:#fff;
    font-size:14px;
    text-align: center;
    background-color: rgba(0,0,0,.7);
}

@media only screen and (max-width:640px){
    .achievementArea .introTxt{
        margin-bottom: 20px;
        line-height: 1.6;
        font-size: 14px;
    }

    .achievementArea .achievementCnt > .ttl{
        margin-bottom: 10px;
        font-size: 20px;
    }

    .lstBkaEntry{
        margin-top: -10px;
    }

    .lstBkaEntry > li{
        width: calc(50% - 5px);
        margin-top: 10px;
    }
}

#bkaLp .lstArea{
    display: flex;
    flex-wrap: wrap;
    margin-top: -20px;
}

.productionLst{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 310px;
    margin: 20px 0 0 15px;
    padding: 5px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

#bkaLp .lstArea .productionLst:nth-child(3n-2){margin-left: 0;}

.productionLst .imgArea{
    width: 150px;
}

.productionLst .imgArea > a img{transition: opacity .2s;}

.productionLst .imgArea img{width: 100%;}

.productionLst .profile{
    width: calc(100% - 155px);
    font-size: 14px;
}

.productionLst .profile .name{
    margin-bottom: 5px;
    padding: 3px 5px;
    background: #333;
    color: #c7b888;
    font-size: 16px;
    text-align: center;
}

.productionLst .profile .txt{
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
}

.productionLst .profile .txt > a{
    display: none;
    transition: color .2s;
}

.productionLst .profile .txt > a:hover{
    color: #ff8e61;
    text-decoration: none;
}

.productionLst .profile .txt > span{display: block;}

@media only screen and (max-width:640px){
    #bkaLp .lstArea{
        margin-top: -10px;
    }

    .productionLst{
        display: block;
        width: calc(50% - 5px);
        margin: 10px 0 0;
        padding: 5px 5px 10px;
    }

    #bkaLp .lstArea .productionLst:nth-child(2n){margin-left: 10px;}

    .productionLst .imgArea{
        width: 100%;
    }

    .productionLst .profile{
        width: 100%;
    }

    .productionLst .profile .name{
        font-size: 14px;
    }

    .productionLst .profile .txt{
        line-height: 1.4;
    }
}

.msgArea .msgTtl{
    padding: 50px 0 40px;
    background-color: #fff1c2;
    font-size: 54px;
    text-align: center;
}

.msgArea .msgBg{
    padding: 80px 0;
    background-color: #feffe9;
}

.msgArea .msgBg:nth-of-type(2n){background-color: #daeeff;}

.msgArea .cnt{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.msgArea .cnt .txtArea{
    width: 610px;
}

.msgArea .cnt .txtArea .ttl{
    margin-bottom: 30px;
    font-size: 40px;
    font-weight: normal;
}

.msgArea .cnt .txtArea .txt{
    line-height: 1.8;
    font-size: 20px;
}

.msgArea .cnt .imgArea{
    width: 300px;
}

@media only screen and (max-width:640px){
    .msgArea .msgTtl{
        padding: 20px 10px 15px;
        font-size: 24px;
    }

    .msgArea .msgBg{
        padding: 40px 0;
    }

    .msgArea .cnt{
        display: block;
    }

    .msgArea .cnt .txtArea{
        width: 100%;
        margin-bottom: 20px;
    }

    .msgArea .cnt .txtArea .ttl{
        margin-bottom: 10px;
        font-size: 20px;
    }

    .msgArea .cnt .txtArea .txt{
        line-height: 1.6;
        font-size: 14px;
    }

    .msgArea .cnt .imgArea{
        margin: 0 auto;
    }
}

#bkaLp #mainCnt .bkaDetailsArea.wrapper{
    padding-top: 60px;
    padding-bottom: 100px;
}

.onlineArea > .ttl{
    line-height: 96px;
    margin-bottom: 40px;
    font-size: 54px;
}

.onlineArea > .ttl .middle{font-size: 76px;}
.onlineArea > .ttl .large{font-size: 80px;}

.onlineArea .cnt{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.onlineArea .cnt .imgArea{
    width: 400px;
}

.onlineArea .cnt .txtArea{
    width: 530px;
    line-height: 1.8;
    font-size: 20px;
}

@media only screen and (max-width:640px){
    #bkaLp #mainCnt .bkaDetailsArea.wrapper{
        padding-top: 30px;
        padding-bottom: 60px;
    }

    .onlineArea > .ttl{
        line-height: 32px;
        margin-bottom: 10px;
        font-size: 20px;
    }

    .onlineArea > .ttl .middle{font-size: 24px;}
    .onlineArea > .ttl .large{font-size: 26px;}

    .onlineArea .cnt{
        display: block;
    }

    .onlineArea .cnt .imgArea{
        width: 100%;
        margin-bottom: 10px;
    }

    .onlineArea .cnt .txtArea{
        width: 100%;
        line-height: 1.6;
        font-size: 14px;
    }
}

.bkaFlowArea{
    padding: 60px 0 80px;
    background-color: #f5f2e3;
}

.bkaFlowArea > .ttl{
    margin-bottom: 40px;
    font-size: 54px;
    text-align: center;
}

.wrapRL215sp10{padding: 0 215px;}
.wrapRL100sp10{padding: 0 100px;}

.bkaFlowLst .cnt{
    position: relative;
    margin-top: 80px;
}

.bkaFlowLst .cnt:first-child{margin-top: 0;}

.bkaFlowLst .cnt::before{
    content: "";
    display: block;
    position: absolute;
    top: -40px;
    left: calc(50% - 33px);
    width: 0;
    height: 0;
    border: 33px solid transparent;
    border-top: 20px solid #f86faf;
    box-sizing: border-box;
}

.bkaFlowLst .cnt:first-child::before{
    display: none;
}

.bkaFlowLst .flowTtl{
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 0;
}

.bkaFlowLst .flowTtl > span{
    display: inline-block;
    vertical-align: top;
}

.bkaFlowLst .ttlNumber{
    margin-right: 20px;
    font-size: 48px;
}

.bkaFlowLst .ttlTxt{
    padding-top: 10px;
    font-size: 36px;
}

.bkaFlowLst .detailsTxt{
    line-height: 1.8;
}

@media only screen and (max-width:640px){
    .bkaFlowArea{
        padding: 30px 0;
    }

    .bkaFlowArea > .ttl{
        margin-bottom: 10px;
        font-size: 24px;
    }

    .wrapRL100sp10,
    .wrapRL215sp10{padding: 0 10px;}

    .bkaFlowLst .cnt{
        margin-top: 40px;
    }

    .bkaFlowLst .cnt::before{
        top: -22px;
        left: calc(50% - 20px);
        border-width: 20px;
        border-top-width: 14px;
    }

    .bkaFlowLst .ttlNumber{
        margin-right: 5px;
        font-size: 26px;
    }

    .bkaFlowLst .ttlTxt{
        padding-top: 7px;
        font-size: 20px;
    }

    .bkaFlowLst .detailsTxt{
        line-height: 1.6;
        font-size: 14px;
    }
}

.scoutArea{
    padding: 30px 0;
    background-color: #f1e4a8;
}

.scoutArea .scoutTtl{
    line-height: 1.7;
    margin-bottom: 20px;
    font-size: 30px;
    text-align: center;
}

.scoutArea .scoutTtl .subTtl{font-size: 20px;}

.scoutArea .txt{line-height: 1.8;}

@media only screen and (max-width:640px){
    .scoutArea{
        padding: 30px 0 35px;
    }

    .scoutArea .scoutTtl{
        margin-bottom: 15px;
        font-size: 22px;
    }

    .scoutArea .scoutTtl .subTtl{
        font-size: 16px;
    }

    .scoutArea .txt{
        line-height: 1.6;
        font-size: 14px;
    }
}

.bdrTBWrap{
    padding: 20px 0 25px;
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
}

.bdrTBWrap.bgCPink{background-color: #fff1f8;}

.bdrTBWrap .bdrWrapTtl{
    margin-bottom: 20px;
    font-size: 30px;
    text-align: center;
}

.bdrNoneTbl{width: 100%;}

.bdrNoneTbl th,
.bdrNoneTbl td{
    word-break: break-all;
    vertical-align: top;
    box-sizing: border-box;
}

.bdrNoneTbl th{
    padding: 8px 10px 8px 0;
    width: 95px;
    text-align: left;
    vertical-align: top;
}

.bdrNoneTbl td{padding: 8px 0 8px 10px;}

@media only screen and (max-width:640px){
    .bdrTBWrap .bdrWrapTtl{
        margin-bottom: 15px;
        font-size: 24px;
        text-align: center;
    }

    .bdrNoneTbl tr{
        display: block;
        margin-bottom: 15px;
    }

    .bdrNoneTbl tr:last-child{margin-bottom: 0;}

    .bdrNoneTbl th{
        width: 75px;
        padding: 3px 10px 3px 0;
    }

    .bdrNoneTbl td{padding: 3px 0 3px 10px;}

    .bdrNoneTbl.row th,
    .bdrNoneTbl.row td {
        display: block;
        width: 100%;
        padding: 0;
        box-sizing: border-box;
        border-bottom: none;
    }
}

/* FAQ */

.wrapEntryColumn > .ttl{
    margin-bottom: 20px;
    padding: 10px 0 8px;
    background: #000;
    color: #fff;
    font-size: 28px;
    text-align: center;
}

.faqWrap{
    margin-bottom:20px;
    border:2px solid #ccc;
    text-align:left;
}

.faqWrap:last-child{margin-bottom:0;}

.faqCnt{
    padding:18px 20px 15px;
    background:#2c2c2c;
    color:#ad9c66;
    line-height:21px;
    font-size:21px;
    font-weight:bold;
}

.faqWrap .faqArea{padding:20px;}

.faqWrap dt{
    margin-bottom:5px;
    font-size:18px;
    line-height:22px;
    color:#ff1984;
}

.faqWrap dd{margin-bottom:15px;}

.faqWrap dd:last-child{margin-bottom:0;}

@media only screen and (max-width:640px){
    .wrapEntryColumn > .ttl{
        margin-bottom: 10px;
        padding: 8px 0 5px;
        font-size: 20px;
    }

    .faqWrap .faqArea{padding:10px;}

    .faqCnt{
        padding:10px;
        line-height:16px;
        font-size:16px;
    }

    .faqWrap .faqArea{padding:10px;}
    .faqWrap dd{font-size:14px;}

    .faqWrap dt{
        font-size:16px;
        line-height:22px;
    }
}

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}