html {
    font-size: 62.5%;
    scroll-behavior: smooth;
    overflow-x: hidden;
}
body{
    font-family:'Lato', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    /*font-family: "Noto Sans JP", sans-serif;*/
    position: relative;
    /*background-color: #EBCE46;*/
    overflow-x: hidden;
}
body::after{
position: absolute;
content:"";
display:block;
background-image: linear-gradient(180deg, rgba(235, 206, 70, 1) 20%, rgba(209, 253, 254, 1));
color: #2F3034;
z-index: -9;
width:100vw;
height: 100%;
top:0;
left:0;
}

img,video{
    display: block;
    max-width: 100%;
}
a{display:block;}
li{list-style: none;}
.pc{display: block;}
.sp{display: none;}
@media screen and (max-width:599px){
    .pc{display: none !important;}
    .sp{display: block !important;}
}
.backWhite{background: #fff;}
/*----メインの幅------------*/
.mainWidthContent{
    max-width: 1200px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
/*-ヘッダー用-*/
.sidePadding{
    padding: 0 18.75vw;
}
/*-ログインTOPコンテンツ用-*/
.contentWidth{
    padding: 0 18.75vw;
}
@media screen and (max-width:1280px){
    .mainWidthContent,.contentWidth{padding: 3.91vw 3.33vw !important;}
}
@media screen and (max-width:599px){
    .mainWidthContent,
    .sidePadding,
    .contentWidth{
        padding: 30px 15px !important;
    }
}
/*-----共通---------------*/
.red{color: #D4483A;}
.green{color: #51A978;}
p a,.blue{color: #2BA5FF;}
h2{margin-bottom: 1.5em;}
h3{margin-bottom: .5em;}
.up{
    position: relative;
    transform: translateY(100px);
    opacity: 0;
    transition: .5s;
}
.up.show{
    opacity: 1;
    transform: translateY(0);
}

/*-----フォントサイズ----------------------*/
.f16{font-size: 16px;line-height: 1.6;}
.f20{font-size: 20px;line-height: 1.6;}
.f24{font-size: 24px;line-height: 1.6; font-weight: bold;}
.f30{font-size: 30px;line-height: 1.6; font-weight: bold;}

@media screen and (max-width:1280px){
    .f16{font-size: 1.25vw;}
    .f20{font-size: 1.96vw;}
    .f24{font-size: 2.19vw;}
    .f30{font-size: 2.34vw;}
}
.f1{
    font-family: "Archivo Black", sans-serif;
    font-weight: 400;
    font-style: normal;
}
  

/*-----赤ボタン----------*/
.btnRed{
    width: fit-content;
    text-align: center;
    font-size: 5rem;
    color: #fff;
    background: #D4483A;
    line-height: 1;
    padding: .5em 1em;
    border-radius: .3em;
    border: 2px solid #2F3034;
    box-shadow: 0 4px 0px #2F3034;
    font-weight: 900;
    margin: 0 auto;
    display: block;
    cursor: pointer !important;
}
.btnRed:disabled{
pointer-events: none;
}

.btnRed.submit{
    font-size: 3rem;
}
.btnRed.submit.chat{padding: .5em 2em;}

@media (hover: hover) and (pointer: fine){
.btnRed:hover{
    transition: .3s;
    box-shadow: none;
    transform: translateY(4px);
    filter: brightness(.9);
}
}
@media screen and (max-width:1920px){
    .btnRed{font-size: 2.6vw;}
    .btnRed.submit{font-size: 1.56vw;}
}
@media screen and (max-width:599px){
    .btnRed{font-size: 4.83vw; 
            width: 100%;
            padding: .5em;
        }
    .btnRed.submit{font-size: 20px;}
    .btnRed.submit.chat{
            width: auto !important;
            padding: .5em 1em;
        }
}
.headerLogo{
    width: 260px;
    position: absolute;
    left: 0;
    top: 1.5rem;
}
@media screen and (max-width:1920px){
    .headerLogo{width: 20.54vw;}
}
.sectionTitleFlat{
    padding: 100px 0;
    margin: 0px auto;
}
@media screen and (max-width:1920px){
    .sectionTitleFlat{padding: 5.21vw 0;}
}
/*--------------------------------------
サブページ
----------------------------------------*/
.subHeader{
    width: 100%;
    height: 367px;
    background: url(/img/up/r32/sub_headerback.webp)no-repeat;
    background-size: cover;
    object-fit: cover;
    background-position: center;
    position: relative;
}
.subHeaderTitle img{
    height: 140px;
    width: auto;
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%);
}
.subHeaderTitle.long img{
    width: 630px;
}
@media screen and (max-width:1920px){
    .subHeader{height: 19.11vw;}
    .subHeaderTitle img{height: 7.29vw;}
    .subHeaderTitle.long img{width: 32.81vw;}
}
@media screen and (max-width:1280px){
    .subHeader{height: 20.67vw;}
    .subHeaderTitle img{height: 10.94vw;}
    .subHeaderTitle.long img{width: 49.22vw;}
    header{right: 3.33vw !important;top: 1.5rem !important;}
    .headerLogo.sub{left: 3.33vw;width: 20.31vw;}
}
.contentWhite{
    margin: 100px auto;
    background: #fff;
    border: 4px solid #2F3034;
    box-shadow: 5px 5px 0 #2F3034;
    padding: 100px 50px;
    border-radius: 10px;
}
.contentTransparent{
    margin: 100px auto 0;
    background: transparent;
}
.contentFlex{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

/* 2024/09/30_村瀬 ダイアログ用のCSSを追加　.contact-modal-content button　まで*/
.contact-modal {
    display: none; /* 初期状態では非表示 */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

/* モーダルの内容 */
.contact-modal-content {
    border: 3px solid #2F3034;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    width: 70%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    text-align: center;
}

.contact-modal-text {
    border: 2px solid #2F3034;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    padding: 10px;
    min-height: 100px;
    /*width: 80%;*/
    vertical-align: text-top;
    text-align:left
}

/* 閉じるボタン */
.contact-close-button {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 25px;
    cursor: pointer;
}

.contact-modal-content button {
    padding: 10px 20px;
}

@media screen and (max-width:1920px){
    .contentWhite{padding: 5.21vw 2.6vw;margin:5.21vw auto;}
}
@media screen and (max-width:599px){ 
  .contact-modal-content{width: 94%; padding: 10px;}
}
.subTitle.standard{
    color: #fff;
    background: #D4483A;
    padding: .2em 1em;
    border-radius: 5px;
    border: 2px solid #2f3034;
    box-shadow: 5px 5px 0 #2F3034;
}
.subTitle.white{
    background: #ffffff;
    padding: .2em 1em;
    border-radius: 5px;
    border: 2px solid #2f3034;
    box-shadow: 5px 5px 0 #2F3034;
}
.subTitle.green{
    color: #fff;
    background: #51A878;
    padding: .2em 1em;
    border-radius: 5px;
    border: 2px solid #2f3034;
    box-shadow: 5px 5px 0 #2F3034;
}
.subList{
    background: #dedede;
    padding: 1em 2em;
    border-radius: 5px;
}
.subList li{
    list-style: disc;
}

/*-----------------------------------------
テーブル
------------------------------------------*/
table{
    width: 100%;
    border-collapse: collapse;
    border: 2px solid #2f3034;
}
table tr tr{
    vertical-align: middle;
}
table tr th{
    background: #EBCE46;
    border: 1px solid #2f3034;
    padding: .5em;
    text-align: center;
    vertical-align:middle;
    width: 25%;
}
table tr td{
    border: 1px solid #2f3034;
    padding: .5em;
    vertical-align:middle;
}
/*--------------------------------------
ページネーション
----------------------------------------*/
.pagination{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content:center;
    gap: 10px;
    margin-bottom: 100px;
}
.pager_link,
.pager_current{
    width: 60px;
    height: 60px;
    border: 2px solid #2F3034;
    background: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 900;
}
.pager_current{
    background: #2F3034;
    color: #fff;
}
.pager_link.pager_top,
.pager_link.pager_last{
    background: #2F3034;
    color: #fff;
    font-size: 90%;
}
.pager_link.back,
.pager_link.next{
    /*background: #2F3034;
    color: #fff;*/
}
a.next.back.next.back.pager_link{
   /*background: #2F3034;
   color: #fff;*/
}

@media (hover: hover) and (pointer: fine){
    .pager_link:hover{
        transition: .3s;
        background: #D4483A;
        color: #fff;
    }
}
@media screen and (max-width:1280px){
    .pager_link,.pager_current{
        width: 4.69vw;
        height: 4.69vw;
        font-size: 1.56vw;
    }
    .pagination{margin-bottom: 7.81vw;}
}
/*--------------------------------------
的中実績ページ
----------------------------------------*/
.hitCard{
    width: 372px;
    height: 411px;
    background: url(/img/up/r32/tekityuujisseki_1.webp)no-repeat;
    background-size: contain;
    position: relative;
    font-weight: bold;
    margin-bottom: 70px;
}
.hitCardLabel{
    width: 363px;
    height: 53px;
    background: url(/img/up/r32/tekityuujisseki_2.webp)no-repeat;
    background-size: contain;
    position: absolute;
    top: -5%;
    left: -5%;
    z-index: 2;
}
.hitLabel{
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 25%;
    left: 15%;
}
.hitAlea{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    left: 2%;
    top: 5%;
    width: 96%;
}
.hitPlan{
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 10px;
}
.hitMoney{
    display: inline-block;
    font-size:50px;
    color:#D4483A;
    letter-spacing:-0.03em;
    text-shadow:
        4px 4px 0 #000,
        -2px 2px 0 #000,
        2px -2px 0 #000,
        -2px -2px 0 #000;
    -webkit-text-stroke: 2px #FFF;
    margin-bottom: 10px;
}
.hitDay{
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
}
.hitRace{
    font-size: 20px;
    color: #2F3034;
    display: flex;
    gap: 1em;
}
@media screen and (max-width:1280px) and (min-width:600px){
    .hitCard{width: 29.06vw;height: 32.11vw;}
    .hitCardLabel{width: 28.36vw;height: 4.14vw;}
    .hitLabel{font-size: 1.95vw;}
    .hitPlan{font-size: 1.56vw; margin-top: 1.17vw; margin-bottom: 0.78vw;}
    .hitMoney{font-size: 3.91vw;margin-bottom: 0.78vw;}
    .hitDay{font-size: 1.25vw;margin-bottom: 1.56vw;}
    .hitRace{font-size: 1.56vw;}
}
/*--------------------------------------
ヘッダー
----------------------------------------*/
.topMenu{
    position: fixed;
    z-index: calc(infinity);
    top: 10px;
    right: 3.75vw;
}
.mainHeader{
    display: flex;
    align-items: center;
    justify-content: end;
}
.toTop{
    position: fixed;
    bottom: 100px;
    right: -160px;
    z-index: 999;
}
.toTop img{
    width: 132px;
}
@media screen and (max-width:1920px){
    .toTop img{width: 6.88vw;}
}
@media screen and (max-width:599px){
    .toTop img{ width: 14.49vw;}
    /* .toTop{right: 15px;} */
}
/*---------------------------------------
ハンバーガーメニュー
-----------------------------------------*/
.topMenu.hidden,
#header.hidden{visibility: hidden;}
.toTop.hidden,
#footer.hidden{display:none !important;}
/*--TOPページのみハンバーガーを隠す--*/

.drawerHidden {display: none;}
.drawerOpen{
    display: flex;
    height: 85px;
    width: 85px;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 999;
    cursor: pointer;
    background: #fff;
    border-radius: 10px;
    box-shadow: 2px 2px 0px #000;
    border: 2px solid #000;
}
.drawerOpen span,
.drawerOpen span::before,
.drawerOpen span::after {
    content: '';
    display: block;
    height: 8px;
    width: 50px;
    border-radius: 3px;
    background: #333;
    transition: 0.5s;
    position: absolute;
}
.drawerOpen span::before {bottom: 16px;}
.drawerOpen span::after {top: 16px;}

#drawerInput:checked ~ .drawerOpen span {
    background: rgba(255, 255, 255, 0);
    transition: 0s;
}
#drawerInput:checked ~ .drawerOpen span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#drawerInput:checked ~ .drawerOpen span::after {
    top: 0;
    transform: rotate(-45deg);
}
.topMenuContent{
    width: 100%;
    min-height: 100vh;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%; /* メニューを画面の外に飛ばす */
    z-index: 99;
    background: #fff;
    transition: .5s;
    overflow-y: scroll;
}
#drawerInput:checked ~ .topMenuContent{
    left: 50%;/* メニューを画面に入れる */
  }
@media screen and (max-width:1920px){
    .headerLogo{width: 18.54vw;}
    .drawerOpen{
        width: 4.43vw;
        height: 4.43vw;
        border-radius: 0.78vw;
    }
    .drawerOpen span,
    .drawerOpen span::before,
    .drawerOpen span::after {
        height: 0.42vw;
        width: 2.6vw;
    }
    .drawerOpen span::before {bottom: 0.83vw;}
    .drawerOpen span::after {top: 0.83vw;}
}
@media screen and (max-width:1280px){
    .headerLogo{width: 20.31vw;}
    .drawerOpen{
        width: 6.64vw;
        height: 6.64vw;
        border-radius: 0.52vw;
    }
    .drawerOpen span,
    .drawerOpen span::before,
    .drawerOpen span::after {
        height: 0.63vw;
        width: 3.91vw;
    }
    .drawerOpen span::before {bottom: 1.25vw;}
    .drawerOpen span::after {top: 1.25vw;}
}
/*----------------------------------------
ハンバーガーメニュー中身
------------------------------------------*/
.topMenuContent ul a{
    background: #fff;
    font-size: 20px;
    padding: .5em 1em;
    border: .1em solid #2F3034;
    border-radius: 5px;
    filter: drop-shadow(5px 5px 0 #898C98);
    font-weight: 900;
    text-align: center;
    width: 330px;
}
.topMenuContent ul{
    display: flex;
    flex-direction: column;
    gap: 1em;
    margin: 100px 8%;
}
@media (hover: hover) and (pointer: fine){
    .topMenuContent ul a:hover{
        transition: .3s;
        background: #EBCE46;
        transform: translate(5px , 5px);
        filter: none;
    }
    .topMenuContent ul a:nth-last-child(1):hover,
    .topMenuContent ul a:nth-last-child(2):hover{
        background: transparent;
        color: #D4483A;
        transform: none;
    }
}
.topMenuContent ul a:nth-last-child(1),
.topMenuContent ul a:nth-last-child(2){
    border: none;
    filter: none;
}


/*--------------------------------------
メインビュー
----------------------------------------*/
.indexTop{
    width: 100%;
    height: 56.25vw;
}
#mainvisual{
    position:absolute;
    overflow: hidden;
    z-index: -3;
    right: 0;
    width: 80%;
    height: 56.25vw;
}

.topImg img{
    overflow: hidden;
    width: 100%;
    height: 56.25vw;
}

.indexTopAlea{
    position: relative;
    width: 100%;
    height: 56.25vw;
    top: 0;
    background: url(/img/up/r32/index_top.webp)no-repeat;
    background-size: cover;
    z-index: 3;
}
.headerLogo{
    left: 10vw;
    top: 20px;
    z-index: 4;
}
/*-----------↓-----LINEボタン-----------------------*/
.lineBtn{
    width: 500px;
    animation: dokidoki 1.5s ease-in-out infinite;
}
.lineLogin{
    width:60%;
}
.lineBtn:hover,
.lineLogin:hover{
    cursor: pointer;
    transition: .3s;
    filter: brightness(1.1);
}
/*-----------↑-----LINEボタン-----------------------*/
.btnRed.entryBtn{
    font-size: 3.2rem;
    border-radius: 1em;
    padding: .5em 2em;
    position: static;
    animation: dokidoki 1.5s ease-in-out infinite;
}
@keyframes dokidoki {
0% {transform: scale(1);}
40% {transform: scale(1.1);}
50% {transform: scale(1);}
80% {transform: scale(1.1);} 
100% {transform: scale(1);}
}

.marquee {
    position: absolute;
    transform: rotate(90deg);
    right: -27vw;
    z-index: 3;
    font-size: 3.2rem;
    font-weight: 900;
    width: 98%;
    overflow: hidden;
    display: flex;
    color: #ffffff80;
}
.marqueeSp {
    position: absolute;
    bottom: 70px;
    z-index: 3;
    font-size: 3.2rem;
    font-weight: 900;
    width: 100%;
    overflow: hidden;
    display: flex;
    color: #ffffff80;
}   
.marquee-text {
    display: inline-block;
    padding-left: 50%;
    white-space: nowrap;
    animation: marquee 20s linear infinite;
}
@keyframes marquee {
    0% { transform: translate(0); }
    100% { transform: translate(-100%); }
}
.topInner{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    height: 84%;
    position: relative;
}
.topCopy{
    color: #fff;
    font-size: 3.6rem;
    font-weight: 900;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    filter: drop-shadow(2px 4px 4px #191919);
}
.topCopy p span{
    font-size: 130%;
}
.topTokuten{
    display: flex;
    gap: 20px;
}
.topLoginLink{
    position: absolute;
    bottom: 0%;
    font-weight: bold;
    color: #fff;
    border-bottom: 2px solid;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffffff;
    font-size: 20px;
}

@media screen and (max-width:1920px){
    .lineBtn{width: 26.04vw;}
    .btnRed.entryBtn{font-size: 2vw;}
    .marquee {font-size: 2.97vw;}
    .topCopy{font-size: 2.88vw;}
    .topLoginLink{font-size:1.04vw;}
}
/*--------------特典--------------------------------*/
.tokuten{
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: end;
    bottom: 15%;
    right: 0;
}
.tokuten img{
    width: auto;
    height: 104px;
}
@media screen and (max-width:1920px){
    .tokuten img{height: 5.42vw;}
}

/*------------------------------------------
今週の重賞
---------------------------------------------*/
.backWhite.jusyo{
    padding: 50px 0 170px;
}
.jusyoBox{
    position: relative;
    border: 2px solid;
    border-radius: 1em;
    padding: 5em 3em 0;
    margin: 0 auto;
    width: 1000px;
}
.jusyoBox::before{
    position: absolute;
    content: '';
    display: inline-block;
    width: 600px;
    height: 80px;
    background: url(/img/up/r32/jusyo.png)no-repeat;
    background-size: contain;
    top: -30px;
    left: 50%;
    transform:translateX(-50%);
}
.jusyoBox p{
    text-align: center;
    font-size: 4rem;
    font-weight: 900;
    margin-bottom: .5em;
}
.jusyoBox p:nth-child(1){
    position: relative;
    font-size: 5rem;
}
/*.jusyoBox p:nth-child(1)::after{
    position: absolute;
    content: '';
    display: inline-block;
    background: url(/img/up/r32/jusyo_icon.png)no-repeat;
    background-size: contain;
    width: 100px;
    height: 80px;
    right: -.5em;
    top: -50%;
}*/
@media screen and (max-width:1200px){
    .backWhite.jusyo{padding: 4.17vw 0 14.17vw;}
    .jusyoBox{width: 70.08vw;padding: 6% 2em 0;}
    .jusyoBox::before{width: 60vw;height: 8.67vw;top: -3vw;}
    .jusyoBox p{font-size: 3.33vw;}
    .jusyoBox p:nth-child(1){font-size: 4.17vw;}
    /*.jusyoBox p:nth-child(1)::after{width: 8.33vw;height: 6.67vw;}*/
}
@media screen and (max-width:599px){
    .backWhite.jusyo{padding: 12.08vw 0 36.23vw;}
    .jusyoBox{width: 83.33vw;padding: 6% 2em 1em;}
    .jusyoBox::before{width: 79.71vw;height: 11.35vw;top: -4.5vw;left: 0%;transform:none;}
    .jusyoBox p{font-size: 3.86vw;}
    .jusyoBox p:nth-child(1){font-size: 4.83vw;}
    /*.jusyoBox p:nth-child(1)::after{width: 10.14vw;height: 8.45vw;}*/
}
/*---------------------------------------------
featherlight
-----------------------------------------------*/
.popup{
    display: none;
    background: url(/img/up/r32/niji1.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
}
.popinner{
    padding: 40px 25px 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}
.popLogo{width: 235px;}
.popTitle{width: 663px;}

@media screen and (max-width:1920px){
    .popLogo{width: 12.24vw;}
    .popTitle{width: 34.53vw;}
}
/*---------------------------------------------
フォーム
-----------------------------------------------*/
.form.row{
    display: flex;
    width: 100%;
    gap: 10px;
}
.form.row{
    display: flex;
    width: 100%;
    gap: 10px;
}
.formBox{
    border: 2px solid #2F3034;
    flex: 1;
    padding: 1em;
    border-radius: 5px;
    font-size: 16px;
}
.textarea{
    background: #fff;
    border: 3px solid #2F3034;
    font-size: 16px;
    padding: 1em;
    border-radius: 5px;
    margin-bottom: 10px;
    width: 100%;
    min-height: 200px;
    transition: unset;
    overflow: hidden;
}
.form.column{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.form.column .formBox{
    background: #fff;
    border: 3px solid #2F3034;
    padding: 1em;
    margin-bottom: 10px;
    width: 100%;
}
.formSubmit{
    width: 280px;
    background: #D4483A;
    color: #fff !important;
    font-weight: 900;
    text-align: center;
    padding:.5em 1em;
    border-radius: 5px;
    border: 2px solid #2F3034;
    box-shadow: 2px 2px 0 #2F3034;
}

@media (hover: hover) and (pointer: fine){
    .formSubmit:hover{
        transition: .3s;
        transform: translate(2px ,2px);
        box-shadow: none;
        filter: brightness(0.8);
    }
}
@media screen and (max-width:1920px){
    .formBox{font-size: 1.25vw;}
    .formSubmit{width: 14.58vw;}
}
.supportLabel{
    font-size: 30px;
    font-weight: bold;
    line-height: 1.6;
}
.supportLabel span{font-size: 80%;}
.form.column.support .formBox,
.form.column.support .textarea{
    width: 100% !important;
    margin-bottom: 2em;
}
#contactEmail,#contactMessage{font-size: 20px;}
@media screen and (max-width:1280px){
    .supportLabel{font-size: 2.34vw;}
    #contactEmail,#contactMessage{font-size: 1.56vw;}
}

/*-----------------------------------------------
的中実績
-------------------------------------------------*/
.indexResult::before {
    position: absolute;
    content:'';
    top: -185px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    width: 510px;
    height: 250px;
    border-radius: 50% / 100% 100% 0 0;
    background-color: #EBCE46;
  }
.indexResult{
    position: relative;
    background: url(/img/up/r32/back_senga.webp) no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 1074px;
}
.sectionTitle.topresult{
    position: absolute;
    width: 350px;
    top: -110px;
    left: 50%;
    transform: translateX(-50%);
}
@media screen and (max-width:1920px){
    .indexResult{
        height: 53.33vw;
    }
    .indexResult::before{
        width: 26.56vw;
        height: 13.02vw;
        top: -9.03vw;
        background-color: #EBCE46;
    }
    .sectionTitle.topresult{
        width: 18.23vw;
        top: -5.73vw;
    }
}
/*-----------------------------------------------
的中実績カード
-------------------------------------------------*/
.topplanSlider{
    position: relative;
    top: 150px;
}
.resultCard{
    width: 978px;
    height: 619px;
    background: url(/img/up/r32/topjisseki_card.webp) no-repeat;
    background-size: contain;
    background-position: center;
    position: relative;
    margin: 5% 20px;
}
.resultL{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 900;
    position: absolute;
    left: 2%;
    top: 5%;
    line-height: 1;
}
.resultL img{
    width: 520px;
    margin-bottom: 20px;
}
.r_l_plan{
    font-size: 30px;
    color: #2F3034;
    margin-bottom: 20px;
}
.r_l_day{
    font-size: 30px;
    color: #fff;
    margin-bottom: 30px;
}
.r_l_race{
    font-size: 30px;
    color: #2F3034;
    display: flex;
    gap: 1em;
}
.r_l_money{
    display: inline-block;
    font-size:80px;
    color:#D4483A;
    letter-spacing:-0.03em;
    text-shadow:
        4px 4px 0 #000,
        -2px 2px 0 #000,
        2px -2px 0 #000,
        -2px -2px 0 #000;
    -webkit-text-stroke: 2px #FFF;
    margin-bottom: 30px;
}
.resultR{
    position: absolute;
    top: 20%;
    right: 10%;
    line-height: 1.6;
}
.resultR p{
    font-size: 20px;
}
.resultLabel{
    width: 547px;
    position: relative;
    top: -5%;
    left: -5%;
    z-index: 2;
}
.resultLabel img{width: 100%;}
.r_l_label{
    font-size: 40px;
    font-weight: 900;
    color: #fff;
    position: absolute;
    top: 20%;
    left: 20%;
}
/*--------ドット----------------------*/
.planSlider .slick-dots{
    bottom: -3.5em !important;
}
.planSlider .slick-dots li{
    width:50px;
}
.planSlider .slick-dots li button:before{
    content:'';
    width:25px;
    height:25px;
    background:#fff;
    opacity:1;
    border-radius: 50%;
    border: 1px solid #000;
}
.planSlider .slick-dots li.slick-active button:before{
    background:#000 !important;
}
@media screen and (max-width:1920px){
    .topplanSlider{top: 7.81vw;}
    .resultCard{
        width: 50.94vw;
        height: 32.24vw;
    }
    .resultL img{
        width: 27.14vw;
        margin-bottom: 1.04vw;
    }
    .r_l_plan,.r_l_day,.r_l_race{
        font-size: 1.56vw;
        margin-bottom: 1.04vw;
    }
    .r_l_day{margin-bottom:1.56vw;}
    .r_l_money{
        font-size: 4.17vw;
        margin-bottom:1.56vw;
    }
    .resultR p{font-size: 1.04vw;}
    .resultLabel{width: 28.49vw;}
    .r_l_label{font-size: 2.08vw;}
    .planSlider .slick-dots li button:before{
        width:1.56vw;
        height:1.56vw;
    }
    .planSlider .slick-dots li{width: 2.6vw;}
}
/*--------------------------------
お知らせ
-----------------------------------*/
.news{
    background: url(/img/up/r32/haikei_white.webp);
    background-size: cover;
    background-color: #fff;
    padding-bottom: 100px;
}
.newsBox{
    padding: 50px;
    border: 4px solid #2F3034;
    box-shadow: 4px 4px 0 #2F3034;
}
.newsInner{
    line-height: 1.6;
    border-bottom: 2px solid #2F3034;
    padding-bottom: 2em;
    margin-bottom: 2em;
}
.newsInner:nth-last-child(1){
    margin-bottom: 0;
    border-bottom: none;
}
.newsDay{
    font-weight: 900;
    font-size: 20px;
}
.newsTitle{
    font-weight: 900;
    font-size: 30px;
}
.newsText{
    font-size: 20px;
}
.sectionTitleFlat.newstitle{
    width: 221px;
}
@media screen and (max-width:1920px){
    .newsBox{padding: 2.6vw;}
}
@media screen and (max-width:1280px){
    .sectionTitleFlat.newstitle{width: 17.27vw;}
    .newsTitle{font-size: 2.34vw; line-height: 1; margin-bottom: .5em;}
    .newsDay,.newsText{font-size: 1.56vw;}
}
/*--------------------------------
R32とは
-----------------------------------*/

.sectionTitleFlat.abouttitle{width: 377px;}
.aboutNo{
    width: 100%;
    margin-bottom: 50px;
    position: relative;
}
.aboutBox{
    display: flex;
    gap: 20px;
    margin-bottom: 50px;
}
.aboutBox.reverse{flex-direction: row-reverse;}
.aboutTitle{
    font-size: 80px;
    font-weight: 900;
    line-height: 1.2;
}
.aboutText1{
    font-size: 20px;
    line-height: 1.8;
}
.aboutText2{
    font-size: 30px;
    font-weight: 900;
}
.aboutInner p{
    text-align: center;
}
.aboutInner1{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.aboutInner2{
    width: 537px;
    height: 455px;
    object-fit: cover;
}
.aboutFlex{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.aboutFlex span{
    width: 200px;
    height: 200px;
    object-fit: cover;
}
@media screen and (max-width:1920px){
    .aboutInner2{width: 27.97vw;height: 23.7vw;}
    .aboutTitle{font-size: 4.17vw;}
    .aboutText1{font-size: 1.34vw;}
    .aboutText2{font-size: 1.56vw;}
    .aboutFlex span{width: 10.42vw;height: 10.42vw;}
    .sectionTitleFlat.abouttitle{width: 19.64vw;}
}
@media screen and (max-width:1280px){
    .sectionTitleFlat.abouttitle{width: 29.45vw;}
    .aboutInner2{width: 41.95vw;height: 30.55vw;}
    .aboutTitle{font-size: 6.25vw;}
    .aboutText1{font-size: 1.96vw;}
    .aboutText2{font-size: 2.34vw;}
    .aboutFlex span{width: 15.63vw;height: 15.63vw;}
    .sectionTitleFlat.abouttitle{width: 29.45vw;}
}
/*--------------------------------
無料コンテンツスライダー
-----------------------------------*/
.sliderAlea{
    background: #EAEAEA;
    width: 100%;
}
.freeContent li img{
    width: 500px;
    margin: 30px 20px;
}
@media screen and (max-width:1280px){
    .freeContent li img{
        width: 39.06vw;
    }
}
@media screen and (max-width:599px){
    .freeContent li img{
        width: 250px;
    }
}
/*--------------------------------
口コミ
-----------------------------------*/
.sectionTitleFlat.voiceTitle{width: 357px;}
.voice{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.voiceCard{
    width: 553px;
    height: auto;
    background: #fff;
    border: .5em solid #2F3034;
    border-radius: 10px;
    padding: 1.5em 2em;
    margin-bottom: 100px;
    position: relative;
}
.voiceCard::after{
    position: absolute;
    display: inline-block;
    content: '';
    background: url(/img/up/r32/voice_icon1.png)no-repeat;
    background-size: contain;
    width: 57px;
    height: 70px;
    top: -25px;
    right: 0;
}
.voiceCard::before{
    position: absolute;
    display: inline-block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 65px solid transparent;
    border-left: 65px solid transparent;
    border-bottom: 214px solid #2f3034;
    border-top: 0;
    transform: rotate(240deg);
    z-index: -1;
    bottom: -105px;
    right: 60px;
}
.voiceDay{
    font-weight: 600;
    margin-bottom: .5em;
}
.voiceDay span{
    color: #EBCE46;
    font-size: 80%;
    margin-left: 1em;
}
.voiceText{
    font-size: 20px;
    margin-bottom: .5em;
    line-height: 1.6;
}
.voicePush{
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: .5em;
    color: #898C98;
    font-weight: 900;
    margin-left: auto;
}
.voicePush img{
    width: 25px;
}
.good.click{
    transition: .3s;
    filter: brightness(0) saturate(100%) invert(23%) sepia(21%) saturate(5776%) hue-rotate(342deg) brightness(131%) contrast(80%);
}

@media screen and (max-width:1920px){
    .sectionTitleFlat.voiceTitle{width: 18.59vw;}
    .voiceCard{width: 28.8vw;}
    /*.voiceDay{font-size: 1.56vw;}*/
    .voiceText{font-size: 1.04vw;}
    .voicePush{font-size: 0.83vw;}
    .voiceCard::after{width: 2.97vw;height: 3.65vw;top:-1.3vw;}
    .voiceCard::before{
        border-right: 3.39vw solid transparent;
        border-left: 3.39vw solid transparent;
        border-bottom: 11.15vw solid #2f3034;
        bottom: -5.47vw;
    }
    .voicePush img{width: 1.3vw;}
}
@media screen and (max-width:1280px){
    .sectionTitleFlat.voiceTitle{width: 27.89vw;}
    .voiceCard{width: 43.2vw;}
    /*.voiceDay{font-size: 2.34vw;}*/
    .voiceText{font-size: 1.56vw;}
    .voicePush{font-size: 1.25vw;}
    .voiceCard::after{width: 4.45vw;height: 5.47vw;top:-1.95vw;}
    .voiceCard::before{
        border-right: 5.08vw solid transparent;
        border-left: 5.08vw solid transparent;
        border-bottom: 16.72vw solid #2f3034;
        bottom: -8.2vw;
    }
    .voicePush img{width: 1.95vw;}
}
/*-----------------------------------------
フッター(フォームエリア)
--------------------------------------------*/
footer{position: relative;}
footer::before{
    position: absolute;
    content: '';
    display: inline-block;
    top: 0;
    width: 100%;
    height: 40px;
    background: url(/img/up/r32/niji1.png);
    z-index:2;
}

.footerAlea{
    width: 100%;
    height: 58.49vw;
    background: url(/img/up/r32/footer_back.jpeg)no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 10px solid #000;
}
.footerFormAlea{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
}
.footerTitle{
    transform: scale(.8);
}
.footerLogo{
    width: 260px;
}

.footerTokuten{
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.footerTokuten img{
    width: 382px;
}
@media screen and (max-width:1920px){
    .footerLogo{width: 13.54vw;}
    .footerTokuten img{width: 19.9vw;}
}
@media screen and (max-width:1280px){
.footerFormAlea{gap: 3.13vw;}
footer::before{height: 3.13vw;}
}
/*-----------------------------------------
フッターメニューエリア
------------------------------------------*/
.footerMenuArea{
    background: url(/img/up/r32/haikei_white.webp);
    background-size: cover;
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}
.footerMenuBox{
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
.footerMenu{
    flex: 1;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footerMenuItem{
    width: 286px;
    height: 64px;
    font-size: 16px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: .2em solid #2f3034;
    border-radius: 32px;
    box-shadow: 2px 2px 0 #2F3034;
    margin-bottom: 2em;
}
@media (hover: hover) and (pointer: fine){
    .footerMenuItem:hover{
        transition: .3s;
        background: #EBCE46;
        color: #2F3034;
    }
}
.footerLogoArea{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.5em;
    width: 260px;
}
.copy{
    font-size: 16px;
    color: #fff;
    background: #2f3034;
    text-align: center;
    padding: 1em 0;
}
@media screen and (max-width:1920px){
    .footerMenuBox{gap: 2.08vw;}
    /*.footerMenuItem{
        width: 14.9vw;
        height: 3.33vw;
        font-size: 0.83vw;
        border-radius: 32px;
    }*/
    .footerLogoArea{width: 13.54vw;}
    .btnRed.footer,.footerLink{font-size: 1.04vw !important;}
}
@media screen and (max-width:1280px){
    .footerMenuBox{gap: 3.13vw;}
    .footerMenuItem{
        width: 20.34vw;
        height: 5vw;
        font-size: 1.25vw;
        border-radius: 32px;
    }
    .footerLogoArea{width: 20.31vw;}
    .btnRed.footer,.footerLink{font-size: 1.56vw !important;}
}
/*------------------------------------------
ローディング
--------------------------------------------*/
#loading{
  transition: all 1s; /*ローディングにかかる時間*/
  background-color: #FFF;
  z-index: 9999999;
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

#loading.hide {
  opacity: 0;
  visibility: hidden;
}
/*-----------------------------------------------
特商法表記(アコーディオン)
-----------------------------------------------*/
.accordion__summary {
  font-weight: bold;
  position: relative;
  display: block;
  cursor: pointer;
  background: #EBCE46;
  white-space: balance;
  padding: 1.4rem;
  width: 100%;
  border: .1em solid #2f3034;
  border-bottom: none;
}
.accordion__summary.last{
  border-bottom: .1em solid #2f3034;
}
.accordion__summary::after {
  content: "▼";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.accordion input:checked ~ .accordion__summary::after {
  content: "▲";
}
.accordion input {
  display: none;
}
.accordion__detail {
  display: none;
  background: #FFF;
  padding: 1.2rem;
  width: 100%;
  border: .1em solid #2f3034;
  border-top: none;
}
.accordion input:checked ~ .accordion__detail {
  display: block;
  border-top: .1em solid #2f3034;
}

/*-------------いいねボタン-----------------*/
.voicePush.checked {
filter: brightness(0) saturate(100%) invert(30%) sepia(71%) saturate(1461%) hue-rotate(340deg) brightness(105%) contrast(80%);
}