

#gnav_rv .closeBtn, #mainArea .loginBox .closeBtn, #userBox .closeBtn, #bnrFloat .closeBtn {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer; }

  #gnav_rv .closeBtn:before, #mainArea .loginBox .closeBtn:before, #userBox .closeBtn:before, #bnrFloat .closeBtn:before, #gnav_rv .closeBtn:after, #mainArea .loginBox .closeBtn:after, #userBox .closeBtn:after, #bnrFloat .closeBtn:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 20px;
    background: #0C3680; }

  #gnav_rv .closeBtn:before, #mainArea .loginBox .closeBtn:before, #userBox .closeBtn:before, #bnrFloat .closeBtn:before {
    transform: translate(-50%, -50%) rotate(45deg); }
  #gnav_rv .closeBtn:after, #mainArea .loginBox .closeBtn:after, #userBox .closeBtn:after, #bnrFloat .closeBtn:after {
    transform: translate(-50%, -50%) rotate(-45deg); }

#headerBox,
#headerBox *,
#headerBox *:before,
#headerBox *:after,
#headerBox2,
#headerBox2 *,
#headerBox2 *:before,
#headerBox2 *:after,
.homeSection,
.homeSection *,
.homeSection *:before,
.homeSection *:after,
#footer,
#footer *,
#footer *:before,
#footer *:after,
#bnrFloat,
#bnrFloat *,
#bnrFloat *:before,
#bnrFloat *:after,
.userpanel,
.userpanel *,
.userpanel *:before,
.userpanel *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

#headerBox .sp,
.homeSection .sp,
#footer .sp {display: none !important;}

#headerBox .pc,
.homeSection .pc,
#footer .pc {display: block;}

.spboxMenu {
	display:none;}

/*-------------------------------------------------
    USER Status
-------------------------------------------------*/
.logOUTonly {
  display: block; }

.logINonly {
  display: none; }

body.login .logINonly {
  display: block; }

body.login .logOUTonly {
  display: none; }

/*-------------------------------------------------
    css Overwrite
-------------------------------------------------*/

#container {
  width: inherit; }

    #container {
      min-width: 1200px; }

.inputBox section.tenkey a {
  box-sizing: content-box; }


#headerBox img,
#headerBox2 img,
.homeSection img,
#footer img,
#bnrFloat img,
.userpanel img {
  vertical-align: top; }

.slick-slider.slick-dotted {
  margin-bottom: 45px; }


.slick-next,
.slick-prev {
  width: 40px;
  height: 40px;
  z-index: 1; }

  .slick-next:before,
  .slick-prev:before {
    display: block;
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: center center; }


.slick-prev {
  left: -50px; }

  .slick-prev:before {
    content: "";
    background-image: url(../img/top/ic_arrowL.svg); }

.slick-next {
  right: -50px; }

  .slick-next:before {
    content: '';
    background-image: url(../img/top/ic_arrowR.svg); }

.slick-dots {
	bottom: auto;
	top:calc(100% + 10px);
}

  .slick-dots li button:before {
    font-size: 18px;
    color: #FFF; }

  .slick-dots li.slick-active button:before {
    color: #FFF; }

/*-------------------------------------------------
    COMMON
-------------------------------------------------*/
.homeSection {
  padding: 50px 0;
  line-height: 1.2; }

  .homeSection.bgB {
    background-color: #0C3680;
    color: #FFF; }
  .homeSection.bgDB {
    background-color: #0C1A5B;
    color: #FFF; }
  .homeSection h2 {
    margin: 0 auto;
    text-align: center;
    font-size: 30px;
    font-weight: bold; }


.homeSection .inner,
.userpanel .inner,
#footer .inner {
  margin: 0 auto; }

.homeSection .inner,
.userpanel .inner,
#footer .inner {
      width: 1200px; } 


.slideWrap {
  padding: 0 50px;
  position: relative; }

  .slideWrap ul li img {
    width: 100%;
    height: auto; }

.colorHr {
  position: relative; }
  .colorHr:after {
    content: "";
    width: 100%;
    height: 5px;
    background-image: linear-gradient(90deg, #3f5cb1 20%, #398e62 20%, #398e62 40%, #e34442 40%, #e34442 60%, #00b3c5 60%, #00b3c5 80%, #00c144 80%, #00c144);
    position: absolute;
    bottom: 0;
    left: 0; }


.secBlock {
  text-align: center; }

    .secBlock {
      padding: 0 100px;
      margin-top: 40px; } 

  .secBlock.full {
    padding: 0; }

.secFlex {
  display: flex;
  flex-wrap: wrap; }
  .secFlex.jcsb {
    justify-content: space-between; }
  .secFlex.jcc {
    justify-content: center; }
  .secFlex.aic {
    align-items: center; }
  .secFlex.ait {
    align-items: flex-start; }
  .secFlex.aib {
    align-items: flex-end; }
  .secFlex.full {
    width: 100%; }
  .secFlex.sec2Box .secHalf,
  .secFlex.sec2Box > li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 30px; }
    .secFlex.sec2Box .secHalf:nth-of-type(2n),
    .secFlex.sec2Box > li:nth-of-type(2n) {
      margin-right: 0; }
    .secFlex.sec2Box .secHalf:nth-last-of-type(-n+2),
    .secFlex.sec2Box > li:nth-last-of-type(-n+2) {
      margin-bottom: 0; }
  .secFlex.sec3Box > li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 30px; }
    .secFlex.sec3Box > li:nth-of-type(3n) {
      margin-right: 0; }
    .secFlex.sec3Box > li:nth-last-of-type(-n+3) {
      margin-bottom: 0; }
  .secFlex.sec4Box > li {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 30px; }
    .secFlex.sec4Box > li:nth-of-type(4n) {
      margin-right: 0; }
    .secFlex.sec4Box > li:nth-last-of-type(-n+4) {
      margin-bottom: 0; }
  .secFlex.sec5Box > li {
    width: 18.4%;
    margin-right: 2%;
    margin-bottom: 30px; }
    .secFlex.sec5Box > li:nth-of-type(5n) {
      margin-right: 0; }
    .secFlex.sec5Box > li:nth-last-of-type(-n+5) {
      margin-bottom: 0; }
  .secFlex.sec6Box > li,
  .secFlex.sec6Box > li a {
    width: 100%;
    margin-right: 2%;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    background-color: rgba(229, 229, 229, 0.5);}
  .secFlex.sec6Box > li a {
    margin-bottom: 0px;
    background-color: rgba(229, 229, 229, 0);}
 
  .secFlex .secHalf {
    width: 50%; }
  .secFlex .row2 {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between; }
    .secFlex .row2 li {
      margin-bottom: 30px; }
      .secFlex .row2 li:nth-last-of-type(1) {
        margin-bottom: 0; }


.arrowbtn {
  display: inline-block;
  border-radius: 9999px;
  padding: 10px 30px;
  position: relative;
  font-size: 16px;
  line-height: 1.4; }

  .arrowbtn:before {
    content: "";
    width: 5px;
    height: 5px;
    border-top: solid 1px #FFF;
    border-right: solid 1px #FFF;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg); }
  .arrowbtn.btn_dblue {
    background-color: #0C1A5B;
    color: #FFF; }
  .arrowbtn.btn_blue {
    background-color: #0C3680;
    color: #FFF; }
  .arrowbtn.btn_sky {
    background-color: #29A2D4;
    color: #FFF; }
  .arrowbtn.btn_red {
    background-color: #FF0000;
    color: #FFF; }
  .arrowbtn.btn_yellow {
    background-color: #FFB21F;
    color: #FFF; }
  .arrowbtn.btn_white_sky {
    background-color: #FFF;
    color: #29A2D4; }
    .arrowbtn.btn_white_sky:before {
      border-color: #29A2D4; }
  .arrowbtn.btn_white_bl {
    background-color: #FFF;
    color: #000; }
    .arrowbtn.btn_white_bl:before {
      border-color: #000; }
  .arrowbtn.btn_gray {
    background-color: #B8B8B8;
    color: #FFF; }

.taC {
  text-align: center; }

.tglBtn {
  cursor: pointer;
  position: relative; }
  .tglBtn:after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-image: url("../img/top/ic_tgl_open.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 30px 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px; }

  .tglBtn.isOpen:after {
    background-image: url("../img/top/ic_tgl_close.svg"); }

.tglContents {
  display: none; }

.moreBtn {
  text-align: right;
  margin-top: 30px; }

  .moreBtn a {
    font-size: 12px;
    line-height: 1.2; }


/*-------------------------------------------------
    Header
-------------------------------------------------*/
.spAppBtn {
  background-color: #000;
  width: 100%;
  height: 12vw;
  padding: 2vw 5vw;
  margin: 0 auto;
  text-align: center;
  font-weight: bold; }


  #headerBox,
  #headerBox2 {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 990;
    background-color: #FFF; } 


#header.rv {
  background-color: #FFF; }
    #header.rv {
      min-height: 95px; }


  #header.rv .headerInner {
    padding-bottom: 18px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center; }
      #header.rv .headerInner {
        width: 1200px; }


  #header.rv #logo {
    margin-bottom: 0; }

    #header.rv #logo img {
      width: 443px;
      height: auto; }

    #header.rv #headerNavi {
      margin-left: 30px; }

  #header.rv #headerNavi .logOutMenu ul {
    display: flex; }
    #header.rv #headerNavi .logOutMenu ul li {
      margin-left: 15px; }

      #header.rv #headerNavi .logOutMenu ul li a {
        display: block;
        text-align: center;
        font-weight: bold;
        color: #FFF; }
          #header.rv #headerNavi .logOutMenu ul li a {
            padding: 15px;
            width: 300px;
            font-size: 16px;
            border-radius: 9999px;
            background-repeat: no-repeat;
            background-size: auto 22px;
            background-position: left 15px center; }

        #header.rv #headerNavi .logOutMenu ul li a.newspat {
          background-color: #29A2D4; }
            #header.rv #headerNavi .logOutMenu ul li a.newspat {
              background-image: url(../img/top/ic_newspat4.svg); } 

        #header.rv #headerNavi .logOutMenu ul li a.newpp {
          background-color: #FFB21F; }
            #header.rv #headerNavi .logOutMenu ul li a.newpp {
              background-image: url(../img/top/ic_pointSP.svg); } 
        #header.rv #headerNavi .logOutMenu ul li a:hover {
          text-decoration: none; }

  #header.rv #headerNavi .logInMenu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 35px; }


#header.rv #headerNavi .logInMenu .todaysInfo {
	flex: 1;
}

#header.rv #headerNavi .logInMenu .todaysInfo dl {
	display: flex;
	/*flex-wrap: wrap;*/
	max-width:462px;
}
#header.rv #headerNavi .logInMenu .todaysInfo dl dt {
	background-color: #0C3680;
	color: #FFF;
	padding: 0 15px;
	line-height: 1;
	font-weight: bold;
	display: flex;
	align-items: center;
	border-radius: 7px 0 0 7px;
} 
#header.rv #headerNavi .logInMenu .todaysInfo dl dd {
	padding: 5px 20px;
	border: 2px solid #0C3680;
	border-radius: 0 7px 7px 0;
	    display: flex;
    justify-content: center;
	align-items: center;
	gap:0 10px;
}
#header.rv #headerNavi .logInMenu .todaysInfo dl dd img {
	max-height:35px;
}


    #header.rv #headerNavi .logInMenu .userMenu ul {
      display: flex;
      align-items: center; }
        #header.rv #headerNavi .logInMenu .userMenu ul li {
          margin-left: 20px; }
          #header.rv #headerNavi .logInMenu .userMenu ul li a {
            font-size: 12px;
            font-weight: bold; }
            #header.rv #headerNavi .logInMenu .userMenu ul li a img {
              vertical-align: middle;
              margin-right: 5px; } 

  #header.rv .raceInfoAnchor {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 90px; }

    #header.rv .raceInfoAnchor a {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-content: center;
      background-color: #000;
      color: #FFF;
      width: 100%;
      height: 100%; }
      #header.rv .raceInfoAnchor a span {
        display: inline-block;
        width: 100%;
        text-align: center;
        margin-top: 5px;
        line-height: 1;
        position: relative;
        font-size: 12px;
        font-weight: bold; }
        #header.rv .raceInfoAnchor a span:after {
          content: "";
          display: inline-block;
          width: 12px;
          height: 12px;
          background: url("../img/top/ic_arrow_down.svg") no-repeat right center;
          background-size: contain;
          vertical-align: middle;
          margin-left: 5px; }



  #gnav_rv {
    display: flex;
    justify-content: center;
    background-color: #000;
    min-height: 55px; }

#gnav_rv > ul {
  display: flex;
  justify-content: center; }

  #gnav_rv > ul > li {
    position: relative; }
    #gnav_rv > ul > li > a {
      display: block;
      color: #FFF;
      line-height: 1;
      font-size: 14px;
      position: relative; }
      #gnav_rv > ul > li {
        padding: 10px 5px;
        cursor: pointer; }
        #gnav_rv > ul > li > a {
          padding: 10px 8px;
          border-radius: 9999px; }
        #gnav_rv > ul > li.current > a,
        #gnav_rv > ul > li:hover > a {
          text-decoration: none;
          background-color: #FFF;
          color: #333; }

      #gnav_rv > ul > li.exc > a {
        padding-left: 34px; }
    #gnav_rv > ul > li.exc > a:before {
      content: "";
      display: inline-block;
      background-image: url("../img/top/ic_exclamation.svg");
      background-size: contain;
      background-repeat: no-repeat;
      width: 16px;
      height: 16px;
      position: absolute; }
        #gnav_rv > ul > li.exc > a:before {
          top: 50%;
          left: 16px;
          transform: translateY(-50%); } 

      .login #gnav_rv > ul > li.gmMypage > a, .login #gnav_rv > ul > li.gmCampaign > a {
        padding-right: 22px; }
    .login #gnav_rv > ul > li.gmMypage > a:after, .login #gnav_rv > ul > li.gmCampaign > a:after {
      content: "";
      display: inline-block;
      width: 0;
      height: 0;
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      border-top: 4px solid #FFF;
      position: absolute; }
        .login #gnav_rv > ul > li.gmMypage > a:after, .login #gnav_rv > ul > li.gmCampaign > a:after {
          top: 50%;
          right: 10px;
          transform: translateY(-50%); }
    .login #gnav_rv > ul > li.current > a:after,
    .login #gnav_rv > ul > li.gmMypage:hover > a:after, .login #gnav_rv > ul > li.gmCampaign:hover > a:after {
      border-top-color: #000; }
    .login #gnav_rv > ul > li.gmMypage:hover .subMenu, .login #gnav_rv > ul > li.gmCampaign:hover .subMenu {
      display: block; }
      #gnav_rv > ul > li.gmSns > a, #gnav_rv > ul > li.gmPoint > a {
        padding-right: 22px; }
    #gnav_rv > ul > li.gmSns > a:after, #gnav_rv > ul > li.gmPoint > a:after {
      content: "";
      display: inline-block;
      width: 0;
      height: 0;
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      border-top: 4px solid #FFF;
      position: absolute; }
        #gnav_rv > ul > li.gmSns > a:after, #gnav_rv > ul > li.gmPoint > a:after {
          top: 50%;
          right: 10px;
          transform: translateY(-50%); }

    #gnav_rv > ul > li.current > a:after,
    #gnav_rv > ul > li.gmSns:hover > a:after, #gnav_rv > ul > li.gmPoint:hover > a:after {
      border-top-color: #000; }
    #gnav_rv > ul > li.gmSns:hover .subMenu, #gnav_rv > ul > li.gmPoint:hover .subMenu {
      display: block; }
#gnav_rv .subMenu {
  display: none;
  z-index: 1; }
    #gnav_rv .subMenu {
      position: absolute;
      top: 100%;
      left: 0;
      padding-top: 10px; }

  #gnav_rv .subMenu ul {
    position: relative;
    background-color: #29A2D4; }
      #gnav_rv .subMenu ul {
        padding: 30px;
        border-radius: 20px; }

    #gnav_rv .subMenu ul:before {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 10px 10px 10px;
      position: absolute;
      top: -10px;
      left: 40px;
      border-color: transparent transparent #29A2D4 transparent; }

    #gnav_rv .subMenu ul li a {
      background-color: #FFF;
      padding: 10px;
      font-weight: bold;
      font-size: 14px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      border-radius: 9999px; }

      #gnav_rv .subMenu ul li a img {
        height: auto; }
      #gnav_rv .subMenu ul li a span {
        display: block;
        text-align: center; }
        #gnav_rv .subMenu ul li a span.blank:after {
          content: "";
          display: inline-block;
          margin-left: 2px;
          background: url("/assets/img/top/ic_external.svg") no-repeat right center;
          background-size: contain;
          width: 14px;
          height: 14px; }

      #gnav_rv .subMenu ul.type2col {
        width: 560px; }
    #gnav_rv .subMenu ul.type2col li {
      width: 48%;
      margin-right: 4%;
      margin-bottom: 20px; }
      #gnav_rv .subMenu ul.type2col li:nth-of-type(2n) {
        margin-right: 0; }
      #gnav_rv .subMenu ul.type2col li:nth-last-of-type(-n+2) {
        margin-bottom: 0; }

      #gnav_rv .subMenu ul.type2col li a img {
        width: 40px;
        margin-right: 10px; }

      #gnav_rv .subMenu ul.type2col li a span {
        flex: 1; }
      #gnav_rv .subMenu ul.type3col {
        width: 645px; }
    #gnav_rv .subMenu ul.type3col li {
      width: 30%;
      margin: 1% 1%;}

      #gnav_rv .subMenu ul.type3col li a {
        justify-content: center;
        height: 100%;
        border-radius: 10px;
      padding: 5px;}
        #gnav_rv .subMenu ul.type3col li a img {
          width: 50px;
          margin-bottom: 10px; }

        #gnav_rv .subMenu ul.type3col li a span {
          width: 100%; }
        #gnav_rv .subMenu ul.type3col li a span.red {
            color: #FF0000;
            font-size: 11px;}
  #gnav_rv .subMenu.subMypage ul:before {
    left: calc(1.7vw + 12.5%); }
  #gnav_rv .subMenu.subPoint ul:before {
    left: calc(1.7vw + 57.5%); }
  #gnav_rv .subMenu.subCamp ul:before {
    left: calc(1.7vw + 80.5%); }
  #gnav_rv .subMenu.subSns ul:before {
    left: calc(1.7vw + 12.5%); }
  #gnav_rv .subMenu.subSns ul li {
    width: 14vw;
    height: 14vw;
    margin-right: 4vw; }
    #gnav_rv .subMenu.subSns ul li a {
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center; }
      #gnav_rv .subMenu.subSns ul li a img {
        width: 100%;
        height: auto; }
#gnav_rv .closeBtn {
  top: 5vw;
  right: 5vw; }
  #gnav_rv .closeBtn:before, #gnav_rv .closeBtn:after {
    background: #FFF;
    height: 6vw; }

/*-------------------------------------------------
    MAIN AREA
-------------------------------------------------*/
#mainArea {
  background: url(../../common/img/topmainBg01.jpg) no-repeat center top;
  background-attachment: fixed;
  background-size: cover;
  padding: 30px 0 50px 0; }

  #mainArea .mainInner {
    margin: 0 auto; }
      #mainArea .mainInner {
        display: flex;
        align-items: flex-start;
        width: 1200px; }
  #mainArea .slideWrap {
    height: 100%; }
      #mainArea .slideWrap {
        width: 67%;
        margin-right: 3%;
        padding: 0 67px; }

    #mainArea .slideWrap .slideBox {
      position: relative;
      height: 385px; }

    #mainArea .slideWrap .mainSlide,
    #mainArea .slideWrap .moreSlide {
      width: 100%;
      display: none; }
      #mainArea .slideWrap .mainSlide.current,
      #mainArea .slideWrap .moreSlide.current {
        display: block; }
    #mainArea .slideWrap .moreSlide {
      position: absolute;
      top: 0;
      left: 0; }
    #mainArea .slideWrap .slick-slider.slick-dotted {
      margin-bottom: 85px; }

    #mainArea .slideWrap .slick-next,
    #mainArea .slideWrap .slick-prev {
      width: 50px;
      height: 50px; }

      #mainArea .slideWrap .slick-next:before,
      #mainArea .slideWrap .slick-prev:before {
        width: 50px;
        height: 50px;
        background-size: 50px 50px; }

    #mainArea .slideWrap .slick-next {
      right: -67px; }

    #mainArea .slideWrap .slick-prev {
      left: -67px; }

#mainArea .slideWrap .slick-dots {
	z-index: 1;
	top:calc(100% + 65px);
}

    #mainArea .slideWrap .chengeBtn {
      position: absolute;
      width: 100%;
      bottom: 30px;
      left: 0;
      text-align: center;
      display: flex;
      justify-content: center; }

      #mainArea .slideWrap .chengeBtn span {
        display: inline-block;
        font-size: 16px;
        font-weight: bold;
        padding: 10px 30px;
        line-height: 1;
        border-radius: 9999px;
        width: 220px;
        margin: 0 10px;
        position: relative;
        background-color: #FFF;
        color: #29A2D4;
        cursor: pointer; }

        #mainArea .slideWrap .chengeBtn span:hover {
          background-color: #29A2D4;
          text-decoration: none;
          color: #FFF; }
        #mainArea .slideWrap .chengeBtn span.current {
          background-color: #29A2D4;
          color: #FFF; }
          #mainArea .slideWrap .chengeBtn span.current:before {
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 10px 10px 10px;
            position: absolute;
            top: -10px;
            left: 50%;
            transform: translateX(-50%);
            border-color: transparent transparent #29A2D4 transparent; }
  #mainArea .loginBox {
    background-color: #FFF;
    border-radius: 10px;
    padding: 20px 35px; }
      #mainArea .loginBox {
        width: 30%; }

    #mainArea .loginBox h2 {
      color: #FFB21F;
      text-align: center;
      border-top: 2px solid #FFB21F;
      border-bottom: 2px solid #FFB21F;
      font-size: 18px;
      margin-bottom: 10px; }
    #mainArea .loginBox .inputBox {
      width: 100%; }
      #mainArea .loginBox .inputBox label {
        display: block;
        font-size: 16px;
        font-weight: bold;
        color: #0C1A5B; }
      #mainArea .loginBox .inputBox input {
        display: inline-block;
        width: calc(100% - 36px);
        height: 37px;
        border: 1px solid #C9C9C9;
        border-radius: 10px;
        font-size: 16px;
        padding: 5px 10px;
        line-height: 1; }
      #mainArea .loginBox .inputBox img.tenkeyIcon {
        width: 31px;
        height: 37px; }
    #mainArea .loginBox .forget_id {
      margin-top: 10px;
      background: #FFFFC2 url("../img/top/ic_exclamation.svg") no-repeat left 10px top 10px;
      background-size: 15px auto;
      border-radius: 5px;
      font-weight: bold;
      padding: 10px 10px 10px 30px; }
    #mainArea .loginBox #login_btn {
      background-color: #FF0000;
      color: #FFF;
      border-radius: 9999px;
      margin: 10px auto;
      text-align: center;
      font-size: 16px;
      padding: 7px 50px; }
    #mainArea .loginBox #auto_login {
      height: auto;
      appearance: none;
      cursor: pointer;
      padding-left: 20px;
      vertical-align: super;
      position: relative; }
      #mainArea .loginBox #auto_login:before, #mainArea .loginBox #auto_login:after {
        content: "";
        display: block;
        position: absolute; }
      #mainArea .loginBox #auto_login:before {
        background-color: #fff;
        border: 1px solid #C9C9C9;
        width: 18px;
        height: 18px;
        border-radius: 2px;
        transform: translateY(-50%);
        top: 50%;
        left: 0; }
      #mainArea .loginBox #auto_login:after {
        border-bottom: 3px solid #FFB21F;
        border-left: 3px solid #FFB21F;
        opacity: 0;
        height: 8px;
        width: 10px;
        transform: rotate(-45deg);
        top: -6px;
        left: 5px; }
      #mainArea .loginBox #auto_login:checked:after {
        opacity: 1; }
    #mainArea .loginBox .for_checkbox {
      font-size: 14px; }

body.login #mainArea .mainInner {
  width: 100%;
  display: block; }
body.login #mainArea .slideWrap {
  width: 100%;
  margin-right: 0;
  padding: 0; }
    body.login #mainArea .slideWrap {
      margin-top: 30px; }
      body.login #mainArea .slideWrap .slick-next {
        right: 100px; }
      body.login #mainArea .slideWrap .slick-prev {
        left: 100px; }
      body.login #mainArea .slideWrap ul li.slick-slide {
        display: flex;
        flex-direction: column;
        width: 670px;
        transform: scale(0.8);
        opacity: .5; }
        body.login #mainArea .slideWrap ul li.slick-slide.slick-current {
          transform: scale(1);
          opacity: 1; }

body.login .spboxMenu {
  background-color: #000;
  color: #FFF; }
  body.login .spboxMenu ul {
    display: flex;
    flex-wrap: wrap; }
    body.login .spboxMenu ul li {
      width: 25%;
      text-align: center;
      padding: .5vw;
      border: 1px solid #333;
      background-color: #000; }
      body.login .spboxMenu ul li:nth-of-type(2), body.login .spboxMenu ul li:nth-of-type(4), body.login .spboxMenu ul li:nth-of-type(5), body.login .spboxMenu ul li:nth-of-type(7) {
        background-color: #333; }
      body.login .spboxMenu ul li a {
        display: block;
        color: #FFF; }
      body.login .spboxMenu ul li .img img {
        width: auto;
        height: 8vw; }
      body.login .spboxMenu ul li span:not(.img) {
        font-size: 2.6vw;
        display: block; }
  body.login .spboxMenu.box7 ul li {
    background-color: #000; }
    body.login .spboxMenu.box7 ul li:nth-of-type(2) {
      width: 50%; }


#userBox {
  width: 100%; }
    #userBox {
      background-color: #FFF;
      padding: 10px;
      border-radius: 10px; }
  #userBox .userBoxInner {
    display: flex;
    flex-wrap: wrap;
        justify-content: space-between;}
  #userBox #userImg {
    margin-right: 10px; }

    #userBox #userImg img {
      margin: 0 auto;
      text-align: center;
      width: 100%;
      height: auto; }
    #userBox #userImg .arrowbtn {
      display: block;
      font-size: 8px;
      padding: 2px 2px 2px 10px;
      margin-top: 10px; }
      #userBox #userImg .arrowbtn:before {
        left: 3px;
        width: 4px;
        height: 4px; }
  #userBox #userInfo {
    width: 445px;
    margin-right: 10px; }

    #userBox #userInfo #userName {
      text-align: left;
      font-size: 16px;
      font-weight: bold;}

    #userBox #userInfo .pointInfo {
      display: flex;
      flex-wrap: wrap;
      margin-top: 5px; }
      #userBox #userInfo .pointInfo dt {
        font-size: 12px;
        width: 45%;
        padding: 2px 10px;
        border-bottom: 1px solid #D6D6D6;
        position: relative; }
        #userBox #userInfo .pointInfo dt:after {
          content: "";
          background: url("../img/top/arrow_gd3.svg") no-repeat center center;
          background-size: contain;
          width: 21px;
          height: 13px;
          display: inline-block;
          position: absolute;
          right: -21px;
          top: 50%;
          transform: translateY(-50%); }
      #userBox #userInfo .pointInfo dd {
        font-size: 14px;
        font-weight: bold;
        text-align: right;
        width: 55%;
        padding: 2px 10px;
        border-bottom: 1px solid #D6D6D6; }
        #userBox #userInfo .pointInfo dd .arrowbtn {
          padding: 2px 10px 2px 15px;
          font-size: 9px; }
          #userBox #userInfo .pointInfo dd .arrowbtn:before {
            left: 5px;
            width: 4px;
            height: 4px; }
#userBox #userInfo .pointInfo dt.comp {
    width:60%;}
#userBox #userInfo .pointInfo dt.comp:after {
    display:none;}
#userBox #userInfo .pointInfo dt.comp + dd {
    width:40%;}

  #userBox #userOther {
    width: calc(100% - 600px);
    border: 2px solid #29A2D4;
    border-radius: 5px; }

    #userBox #userOther .infoBox .infoTitle {
      padding: 5px 10px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      background-color: #29A2D4;
      color: #FFF; }
      #userBox #userOther .infoBox .infoTitle a {
        color: #29A2D4;
        padding: 2px 10px 2px 15px;
        font-size: 10px;
        line-height: 1; }
        #userBox #userOther .infoBox .infoTitle a:before {
          left: 5px; }

    #userBox #userOther .infoBox .infoList {
      padding: 10px; }

      #userBox #userOther .infoBox .infoList dl {
        display: flex;
        flex-wrap: wrap;
        font-size: 12px; }
        #userBox #userOther .infoBox .infoList dl dt {
          border-bottom: 1px solid #D6D6D6;
          width: 20%;
          padding: 5px; }
        #userBox #userOther .infoBox .infoList dl dd {
          border-bottom: 1px solid #D6D6D6;
          width: 80%;
          padding: 5px;
          position: relative;
          display: flex;
        }

    #userBox #userOther .infoBox .infoList dl dd a {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      display: inline-block;
    }

    #userBox #userOther .infoBox .infoList dl dd span.new {
      background-color: #FF0000;
      color: #FFF;
      font-size: 10px;
      padding: 2px 8px;
      border-radius: 9999px;
      margin-right: 5px;
      display: inline-block;
    }

  #userBox .closeBtn {
    top: 5vw;
    right: 5vw; }
    #userBox .closeBtn:before, #userBox .closeBtn:after {
      height: 7vw; }

.mab20 {
    margin-bottom: 20px;
}

.validPoint {
  border: 2px solid #FFB21F;
  border-radius: 9999px;
  display: flex; }
  .validPoint dt {
    background-color: #FFB21F;
    font-weight: bold;
    color: #FFF;
    padding: 10px;
    font-size: 13px;
    border-radius: 9999px 0 0 9999px;
    display: flex;
    align-items: center;
    line-height: 1; }

  .validPoint dd {
    padding: 10px;
    text-align: right;
    flex: 1;
    font-size: 14px;
    font-weight: bold;
    line-height: 1; }
    .validPoint dd strong {
      font-size: 18px; }

/*-------------------------------------------------
    CONTENTS
-------------------------------------------------*/
#ppInfo .infoStep {
  margin-top: 50px; }

  #ppInfo .infoStep ul li {
    position: relative;
    display: flex;
    flex-wrap: wrap; }

    #ppInfo .infoStep ul li .img {
      width: 100%;
      margin: 0 auto;
      text-align: center; }
        #ppInfo .infoStep ul li .img {
          min-height: 200px; }

    #ppInfo .infoStep ul li p {
      display: block;
      width: 100%;
      text-align: center;
      font-weight: bold; }
        #ppInfo .infoStep ul li p {
          font-size: 20px; }

    #ppInfo .infoStep ul li:nth-of-type(1):before, #ppInfo .infoStep ul li:nth-of-type(2):before {
      content: "";
      display: block;
      border-radius: 100%;
      border: 2px solid #FFF;
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
        #ppInfo .infoStep ul li:nth-of-type(1):before, #ppInfo .infoStep ul li:nth-of-type(2):before {
          width: 70px;
          height: 70px;
          right: -35px; }

    #ppInfo .infoStep ul li:nth-of-type(1):after, #ppInfo .infoStep ul li:nth-of-type(2):after {
      content: "";
      border-top: solid 3px #FFF;
      border-right: solid 3px #FFF;
      position: absolute;
      top: 50%;
      transform: translateY(-50%) rotate(45deg); }
        #ppInfo .infoStep ul li:nth-of-type(1):after, #ppInfo .infoStep ul li:nth-of-type(2):after {
          width: 23px;
          height: 23px;
          right: -8px; }

  #ppInfo .moreBtn {
    padding: 0 40px; }

#ppInfo .infoEntryBtn a {
  font-size: 30px;
  font-weight: bold;
  width: 100%;
  padding: 10px 50px; }
  #ppInfo .infoEntryBtn a:before {
    width: 15px;
    height: 15px;
    border-width: 2px;
    left: 35px; }
  #ppInfo .infoEntryBtn a img {
    vertical-align: bottom;
    margin-right: 10px; }


.infoPanel {
  padding: 0 40px;
  margin-top: 60px; }

  .infoPanel > ul > li {
    position: relative;
    background-color: #FFF;
    color: #333; }
      .infoPanel > ul > li {
        width: 47%;
        padding: 60px 15px 20px 15px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center; }
        .infoPanel > ul > li:nth-of-type(1) {
          margin-right: 6%; }

    .infoPanel > ul > li .title {
      width: calc(100% + 10px);
      background-color: #29A2D4;
      color: #FFF;
      text-align: center;
      position: absolute;
      top: 10px;
      left: -10px;
      font-size: 20px;
      font-weight: bold;
      padding: 5px; }

      .infoPanel > ul > li .title:before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 10px 10px 0;
        position: absolute;
        bottom: -10px;
        left: 0;
        border-color: transparent #296FB8 transparent transparent; }
      .infoPanel > ul > li .title .update {
        border: 1px solid #FFF;
        border-radius: 9999px;
        font-size: 11px;
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%); }
        .infoPanel > ul > li .title .update a {
          color: #FFF;
          padding: 3px 10px;
          display: block; }
         .infoPanel > ul > li .title .update img {
          margin-right: 5px; }
          .infoPanel > ul > li .title .disable {

        background-color: #9d9d9d;
        border-radius: 9999px;
        color: #e4e4e4;
        font-size: 11px;
        padding: 5px 12px;
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%); }
        .infoPanel > ul > li .title .disable img {
          margin-right: 5px;
          opacity: 0.6;}
    .infoPanel > ul > li p {
      text-align: center;
      font-size: 16px;
      font-weight: bold; }

    .infoPanel > ul > li .img {
      text-align: center;
      margin: 10px auto; }

      .infoPanel > ul > li .img img {
        width: 100%;
        height: auto; }
    .infoPanel > ul > li .link {
      text-align: center;
      margin: auto 0 0 0; }
      .infoPanel > ul > li .link a {
        min-width: 260px; }

  .login .infoPanel {
    margin-top: 0;
    padding: 0 10px; }

    .login .infoPanel > ul > li {
      width: 32%; }
      .login .infoPanel > ul > li:nth-of-type(1), .login .infoPanel > ul > li:nth-of-type(2) {
        margin-right: 2%; }

      .login .infoPanel > ul > li .infoPanelBox {
        display: flex;
        flex-direction: column;
        width: 100%; }

        .login .infoPanel > ul > li .infoPanelBox .boxtop img {
          width: 100%;
          height: auto; }
        .login .infoPanel > ul > li .infoPanelBox .boxtop .infoEntryList {
          padding: 0 18px; }

          .login .infoPanel > ul > li .infoPanelBox .boxtop .infoEntryList li {
            margin-bottom: 10px;
            position: relative; }

            .login .infoPanel > ul > li .infoPanelBox .boxtop .infoEntryList li .entried {
              display: block;
              padding: 15px;
              border-radius: 10px;
              text-align: center;
              font-weight: bold;
              color: #FFF;
              background-color: #B8B8B8;
              position: relative; }
            .login .infoPanel > ul > li .infoPanelBox .boxtop .infoEntryList li .entried.blue {
            background-color: #29A2D4;}
            .login .infoPanel > ul > li .infoPanelBox .boxtop .infoEntryList li:after {
              content: "";
              background-repeat: no-repeat;
              background-size: contain;
              display: block;
              width: 30px;
              height: 30px;
              position: absolute;
              top: 50%;
              transform: translateY(-50%);
              left: 15px; }

            .login .infoPanel > ul > li .infoPanelBox .boxtop .infoEntryList li.exc a {
              background-color: #29A2D4;
              display: block;}
            .login .infoPanel > ul > li .infoPanelBox .boxtop .infoEntryList li.exc:after {
              background-image: url("../img/top/ic_exclamation.svg"); }
            .login .infoPanel > ul > li .infoPanelBox .boxtop .infoEntryList li.checked:after {
              background-image: url("../img/top/ic_checked.svg"); }
        .login .infoPanel > ul > li .infoPanelBox .boxbottom {
          width: 100%;
          text-align: center;
          margin: auto 0 0 0; }
          .login .infoPanel > ul > li .infoPanelBox .boxbottom .link {
            margin-top: 10px; }
        .login .infoPanel > ul > li .infoPanelBox .inSlider {
          padding: 0 10px;
          position: relative; }
      .login .infoPanel > ul > li .touchImg {
        position: absolute;
        top: 50px;
        left: 50%;
        transform: translateX(-50%);
        width: 110px;
        pointer-events: none; }
      .login .infoPanel > ul > li:nth-of-type(3) .title {
        background-color: #FFB21F; }
        .login .infoPanel > ul > li:nth-of-type(3) .title:before {
          border-color: transparent #D98C1F transparent transparent; }

.infoSlider.minimum {
	display:flex;
	justify-content: center;
}
.infoSlider.minimum li {
	width:110px;
	padding:25px 5px 0 5px;
	position: relative;
}
  .infoSlider.slick-slider.slick-dotted {
    margin-bottom: 25px; }
  .infoSlider .slick-next,
  .infoSlider .slick-prev {
    width: 20px;
    height: 20px;
    background-color: #0C1A5B; }
    .infoSlider .slick-next:before,
    .infoSlider .slick-prev:before {
      display: block;
      color: #FFF;
      background-image: none;
      opacity: 1;
      width: 6px;
      height: 6px;
      border-top: solid 1px #FFF;
      border-right: solid 1px #FFF;
      position: absolute;
      top: 50%; }
  .infoSlider .slick-prev {
    left: -20px; }
    .infoSlider .slick-prev:before {
      right: 6px;
      transform: translateY(-50%) rotate(-135deg); }
  .infoSlider .slick-next {
    right: -20px; }
    .infoSlider .slick-next:before {
      left: 6px;
      transform: translateY(-50%) rotate(45deg); }
  .infoSlider .slick-dots {
    bottom: -10px;
    background-color: #f2F2F2;
    padding: 0 10px;
    display: flex;
    justify-content: center; }
    .infoSlider .slick-dots li {
      margin: 0;
      height: 5px;
      width: inherit; }
      .infoSlider .slick-dots li button {
        width: 100%;
        height: 100%;
        background-color: #f2F2F2;
        padding: 0; }
        .infoSlider .slick-dots li button:before {
          display: none; }
      .infoSlider .slick-dots li.slick-active button {
        background-color: #666; }
        .infoSlider .slick-dots li.slick-active button:before {
          display: none; }
  .infoSlider .slick-slide {
    position: relative;
    padding: 25px 5px 0 5px; }
.infoSlider .limit {
  position: absolute;
  top: 0;
  left: 5%;
  background-color: #FF0000;
  color: #FFF;
  font-size: 11px;
  font-weight: bold;
  display: block;
  width: 90%;
  text-align: center;
  padding: 2px 10px;
  border-radius: 9999px; }
  .infoSlider .limit:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    position: absolute;
    bottom: -5px;
    right: 15%;
    border-color: #FF0000 transparent transparent transparent; }
.infoSlider .date {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 11px; }

#ppStep {
  background: url(../../common/img/topmainBg02.jpg) no-repeat center top;
  background-attachment: fixed;
  background-size: cover;
  color: #FFF; }

  #ppStep .stepWrap {
    margin-top: 50px; }

    #ppStep .stepWrap ul li {
      background-color: #FFF;
      width: 20%;
      margin-right: 0;
      padding: 90px 20px 20px 20px;
      color: #333;
      position: relative; }

      #ppStep .stepWrap ul li:nth-of-type(even) {
        background-color: #DEF7FF; }
      #ppStep .stepWrap ul li:nth-of-type(1) h3 {
        background-color: #FF0000; }
        #ppStep .stepWrap ul li:nth-of-type(1) h3:after {
          border-color: transparent transparent transparent #FF0000; }

      #ppStep .stepWrap ul li:nth-of-type(1) .imgbox .img:nth-of-type(2) {
        margin-top: 10px; }
      #ppStep .stepWrap ul li:nth-of-type(3) .label {
        padding: 13px 10px; }

      #ppStep .stepWrap ul li h3 {
        padding: 10px 12px 10px 24px;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        color: #FFF;
        background-color: #29A2D4;
        width: 95%;
        position: absolute;
        top: 20px;
        left: 0;
        margin-bottom: 20px; }

        #ppStep .stepWrap ul li h3:after {
          content: "";
          display: block;
          position: absolute;
          top: 0;
          right: -5%;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 25px 0 25px 12px;
          border-color: transparent transparent transparent #29A2D4; }

      #ppStep .stepWrap ul li .imgbox {
        min-height: 120px;
        margin-bottom: 5px; }

      #ppStep .stepWrap ul li div {
        text-align: center; }
      #ppStep .stepWrap ul li p {
        text-align: center; }

        #ppStep .stepWrap ul li p.end {
          font-weight: bold;
          color: #29A2D4;
          font-size: 16px;
          margin-top: 10px; }
      #ppStep .stepWrap ul li .label {
        display: block;
        border: 1px solid #CCC;
        background-color: #FFF;
        padding: 5px 10px;
        margin-bottom: 5px;
        font-weight: bold; }
        #ppStep .stepWrap ul li .label:nth-last-of-type(1) {
          margin-bottom: 0; }

      #ppStep .stepWrap ul li a {
        display: block;
        margin-top: 10px;
        font-size: 12px;
        font-weight: bold;
        text-align: center; }

  #ppStep .faqWrap {
    margin-top: 40px; }

    #ppStep .faqWrap .faqTitle {
      display: block;
      background-color: #FFF;
      border: 3px solid #29A2D4;
      color: #29A2D4;
      font-size: 30px;
      font-weight: bold;
      text-align: center;
      padding: 25px;
      position: relative; }
      #ppStep .faqWrap .faqTitle:after {
        background-image: url("../img/top/ic_tgl_open_b.svg"); }
      #ppStep .faqWrap .faqTitle.isOpen:after {
        background-image: url("../img/top/ic_tgl_close_b.svg"); }

    #ppStep .faqWrap .faqContents {
      background-color: #FFF;
      padding: 20px;
      color: #333;
      text-align: left;
      border-left: 3px solid #29A2D4;
      border-right: 3px solid #29A2D4;
      border-bottom: 3px solid #29A2D4;
      position: relative; }
      #ppStep .faqWrap .faqContents dl {
        margin-bottom: 20px; }
        #ppStep .faqWrap .faqContents dl dt, #ppStep .faqWrap .faqContents dl dd {
          padding: 13px 10px 10px 55px;
          font-size: 16px;
          position: relative;
          min-height: 50px; }
          #ppStep .faqWrap .faqContents dl dt:before, #ppStep .faqWrap .faqContents dl dd:before {
            width: 30px;
            height: 30px;
            display: block;
            position: absolute;
            left: 10px;
            top: 10px;
            color: #FFF;
            font-size: 20px;
            text-align: center;
            line-height: 1.5;
            border-radius: 5px; }
        #ppStep .faqWrap .faqContents dl dt {
          background-color: #DEF7FF;
          color: #0C1A5B; }
          #ppStep .faqWrap .faqContents dl dt:before {
            content: "Q";
            background-color: #0C3680; }
        #ppStep .faqWrap .faqContents dl dd:before {
          content: "A";
          background-color: #FF0000; }
      #ppStep .faqWrap .faqContents .closeBtn {
        display: block;
        position: relative;
        text-align: right;
        color: #29A2D4;
        cursor: pointer;
        padding-right: 15px; }

        #ppStep .faqWrap .faqContents .closeBtn:before, #ppStep .faqWrap .faqContents .closeBtn:after {
          content: "";
          position: absolute;
          top: 50%;
          right: 0;
          width: 2px;
          height: 16px;
          background: #29A2D4; }

        #ppStep .faqWrap .faqContents .closeBtn:before {
          transform: translateY(-50%) rotate(45deg); }
        #ppStep .faqWrap .faqContents .closeBtn:after {
          transform: translateY(-50%) rotate(-45deg); }


#raceInfo {
  background: url(../../common/img/topmainBg03.jpg) no-repeat center top;
  background-attachment: fixed;
  background-size: cover;
  color: #FFF; }


  .raceInfoList ul.secFlex.sec3Box > li {
    background-color: #FFF;
    color: #333;
    border-radius: 10px;
    box-shadow: 10px 10px 0 0 #29a2d4;
    position: relative;
    padding: 10px;
    margin-bottom: 30px;
    width: 31%;
    margin-right: 3%;
    transition: all 0.1s ease-in; }
    .raceInfoList ul.secFlex.sec3Box > li:hover {
      box-shadow: none;
      transform: translate(10px, 10px); }
    .raceInfoList ul.secFlex.sec3Box > li:nth-of-type(3n) {
      margin-right: 0; }
    .raceInfoList ul.secFlex.sec3Box > li:last-child {
      margin-right: 0; }
    .raceInfoList ul.secFlex.sec3Box > li * {
      display: block;
      margin: 0 auto;
      text-align: center; }
    .raceInfoList ul.secFlex.sec3Box > li img {
      width: 100%;
      height: auto; }
    .raceInfoList ul.secFlex.sec3Box > li h3, .raceInfoList ul.secFlex.sec3Box > li h4 {
      text-align: center;
      color: #0C1A5B;
      font-size: 16px;
      font-weight: bold;
      margin-top: 10px; }
    .raceInfoList ul.secFlex.sec3Box > li p {
      text-align: center; }


.videoWrap {
  margin: 70px auto 30px auto;
  text-align: center;
  max-width: 840px; }


.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }
  .video iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%; }


#memberContents .tglBlock {
  margin-bottom: 5px; }
#memberContents .contentList {
  background-color: #FFF;
  color: #333;
  padding: 20px; }

  #memberContents .contentList img {
    width: 250px;
    height: auto;
    margin-right: 20px;
    margin-bottom: 0px; }
  #memberContents .contentList h4 {
    text-align: left;
    font-weight: bold;
    color: #0C1A5B;
    margin-bottom: 10px; }

  #memberContents .contentList p {
    text-align: center;
    font-size: 13px; }


#newsArea {
  padding-bottom: 0;
  background-color: #0C3680; }
  #newsArea .newsBlock {
    margin-top: 60px; }

  #newsArea .newsTab {
    width: 1200px;
    margin: 0 auto; }

    #newsArea .newsTab ul li {
      margin-right: 10px;
      width: calc(calc(100% - 60px) / 6); }

      #newsArea .newsTab ul li a {
        display: block;
        width: 100%;
        padding: 10px;
        color: #FFF;
        text-align: center;
        border-radius: 10px 10px 0 0;
        font-size: 14px;
        font-weight: bold; }
        #newsArea .newsTab ul li a.news_all {
          background-color: #FFBA1F; }
        #newsArea .newsTab ul li a.news_important {
          background-color: #FF7300; }
        #newsArea .newsTab ul li a.news_campaign {
          background-color: #DC00EA; }
        #newsArea .newsTab ul li a.news_card {
          background-color: #00B1FF; }
        #newsArea .newsTab ul li a.news_event {
          background-color: #FF0098; }
        #newsArea .newsTab ul li a.news_other {
          background-color: #77B617; }

  #newsArea .newsContent {
    width: 100%;
    color: #333;
    border-top-width: 5px;
    border-top-style: solid; }
      #newsArea .newsContent {
        background: #FFF url(../../common/img/topmainBg04.png) no-repeat right top 100px; }

    #newsArea .newsContent#news_all {
      border-top-color: #FFBA1F; }
    #newsArea .newsContent#news_important {
      border-top-color: #FF7300; }
    #newsArea .newsContent#news_campaign {
      border-top-color: #DC00EA; }
    #newsArea .newsContent#news_card {
      border-top-color: #00B1FF; }
    #newsArea .newsContent#news_event {
      border-top-color: #FF0098; }
    #newsArea .newsContent#news_other {
      border-top-color: #77B617; }
    #newsArea .newsContent .tabInner {
      width: 1200px;
      margin: 0 auto;
      padding: 40px 0; }

    #newsArea .newsContent ul li {
      display: flex;
      padding: 15px 10px; }
      #newsArea .newsContent ul li:nth-of-type(odd) {
        background-color: rgba(229, 229, 229, 0.5); }
      #newsArea .newsContent ul li .thumb {
        width: 70px;
        margin-right: 10px; }
          #newsArea .newsContent ul li .thumb img {
        width: 100%;}
      #newsArea .newsContent ul li .detail {
        width: calc(100% - 80px);
        display: flex;
        flex-wrap: wrap;
        align-items: center; }
        #newsArea .newsContent ul li .detail .date {
          font-size: 100%;
          position: relative; }
        #newsArea .newsContent ul li .detail .label {
          display: inline-block;
          background-color: #0C3680;
          border-radius: 9999px;
          color: #FFF;
          font-size: 11px;
          padding: 0 7px;
          margin-left: 5px; }
          #newsArea .newsContent ul li .detail .label.label_new {
            background-color: #FF0000; }
          #newsArea .newsContent ul li .detail .label.label_important {
            background-color: #FF7300; }
          #newsArea .newsContent ul li .detail .label.label_campaign {
            background-color: #DC00EA; }
          #newsArea .newsContent ul li .detail .label.label_card {
            background-color: #00B1FF; }
          #newsArea .newsContent ul li .detail .label.label_event {
            background-color: #FF0098; }
          #newsArea .newsContent ul li .detail .label.label_other {
            background-color: #77B617; }
          #newsArea .newsContent ul li .detail .label.label_info {
            background-color: #DC911F; }
          #newsArea .newsContent ul li .detail .label.label_newcont {
            background-color: #00BA9B; }
          #newsArea .newsContent ul li .detail .label.label_goods {
            background-color: #005FFF; }
          #newsArea .newsContent ul li .detail .label.label_pog {
            background-color: #FF478A; }
          #newsArea .newsContent ul li .detail .label.label_sorry {
            background-color: #463F8D; }
          #newsArea .newsContent ul li .detail .label.label_column {
            background-color: #0A851F; }
        #newsArea .newsContent ul li .detail .text {
          width: 100%;
          font-size: 110%; }

    #newsArea .newsContent .moreBtn {
      margin-top: 50px; }


  .bnrSlider li {
    padding: 0 10px; }

.bnrSection {
  background: url(../../common/img/topmainBg03.jpg) no-repeat center top;
  background-attachment: fixed;
  background-size: cover;
  color: #FFF; }
  .bnrSection .secFlex {
    justify-content: center; }
      .bnrSection .secFlex .secHalf {
        width: 47.5%;
        margin-right: 5%; }
        .bnrSection .secFlex .secHalf:nth-of-type(2n), .bnrSection .secFlex .secHalf:nth-last-of-type(1) {
          margin-right: 0; }


#nextGradeRace {
  background: url(../../common/img/topmainBg05.jpg) repeat-x center top;
  background-size: auto 100%;
  color: #FFF; }
    #nextGradeRace {
      padding-top: 30px; }
  #nextGradeRace a {
    color: #FFF; }
  #nextGradeRace h2 {
    margin-bottom: 15px; }

  #nextGradeRace .raceSlider li {
    padding: 0 10px; }

    #nextGradeRace .raceSlider li .detail {
      font-size: 16px;
      margin-top: 10px; }

      #nextGradeRace .raceSlider li .detail .raceDate {
        text-align: center; }
      #nextGradeRace .raceSlider li .detail .raceName {
        text-align: center; }
        #nextGradeRace .raceSlider li .detail .raceName .raceBadge {
          display: inline-block;
          margin-left: 5px;
          vertical-align: text-top;
          width: auto;
          height: 18px; }

/*-------------------------------------------------
    FOOTER
-------------------------------------------------*/
#footer {
	background: url(../img/top/footerBg.jpg) no-repeat center top;
	background-size: 100% auto;
	color: #FFF;
	padding: 50px 0 120px 0;
}

#footer .footerApp .oficialApp a {
	font-weight: bold;
}
#footer .footerApp .oficialApp a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 590px;
	padding-right: 80px;
	font-size: 18px;
}
#footer .footerApp .oficialApp a:hover {
	text-decoration: none;
}
#footer .footerApp .oficialApp a:hover .title {
	text-decoration: underline;
}
#footer .footerApp .oficialApp a:before {
	display: none;
}

#footer .footerApp .sns ul li {
margin-left: 20px; }


  


  #footer .footerNaviBtn ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
      #footer .footerNaviBtn ul {
        margin-top: 30px; }
      #footer .footerNaviBtn ul li {
        margin-right: 10px;
        width: calc(calc(100% - 60px) / 6);
        background-color: rgba(255, 255, 255, 0.2);
        border-radius: 9999px; }
    #footer .footerNaviBtn ul li a {
      color: #FFF;
      line-height: 1.2;
      width: 100%;
      text-align: center; }
        #footer .footerNaviBtn ul li a {
          display: flex;
          align-items: center;
          justify-content: center;
          padding: 10px;
          font-size: 16px;
          font-weight: bold;
          height: 100%; }

  #footer .footerNavi ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    #footer .footerNavi ul li a {
      color: #FFF; }
      #footer .footerNavi ul {
        margin-top: 30px; }
        #footer .footerNavi ul li {
          font-size: 16px;
          border-left: 1px solid #FFF;
          line-height: 1; }
          #footer .footerNavi ul li:nth-last-of-type(1) {
            border-right: 1px solid #FFF; }
          #footer .footerNavi ul li a {
            padding: 0 15px; }

  #footer #copyright {
    line-height: 2; }


/*-------------------------------------------------
    FLOATING
-------------------------------------------------*/
#whatsPP {
  position: fixed;
  display: inline-block;
  z-index: 989;
  transition: all 0.3s ease-in; }
  .login #whatsPP {
    display: none; }
  #whatsPP.hide {
    display: none; }
    #whatsPP {
      top: 400px;
      left: 50%;
      transform: translateX(-50%); }

  #whatsPP a {
    display: block;
    line-height: 1;
    background: #FF0000 url("/assets/img/top/ic_beginner.svg") no-repeat left 10px center;
    background-size: 20px auto;
    color: #FFF;
    padding: 20px 20px 20px 40px;
    font-size: 18px;
    border-radius: 10px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5); }


#bnrFloat {
  display: none;
  position: fixed;
/*  z-index: 9997;*/
  background-color: rgba(255, 255, 255, 0.8);
  transition: all 0.2s ease-in;
  right: 0;
  transform: translate3d(0, 0, 0); }

    #bnrFloat {
      max-width: 170px;
      padding: 10px;
      bottom: 120px; }

  #bnrFloat.schide, #bnrFloat.hide {
    transform: translate3d(100%, 0, 0); }
    #bnrFloat.schide .closeBtn:before, #bnrFloat.hide .closeBtn:before {
      height: 10px;
      transform: translate(-50%, -50%) rotate(0deg); }
    #bnrFloat.schide .closeBtn:after, #bnrFloat.hide .closeBtn:after {
      height: 10px;
      transform: translate(-50%, -50%) rotate(90deg); }
  #bnrFloat.show {
    transform: translate3d(0, 0, 0); }
    #bnrFloat.show .closeBtn:before {
      height: 10px;
      transform: translate(-50%, -50%) rotate(45deg); }
    #bnrFloat.show .closeBtn:after {
      height: 10px;
      transform: translate(-50%, -50%) rotate(-45deg); }
  .login #bnrFloat {
    display: block; }

  #bnrFloat ul li img {
    width: 100%;
    height: auto; }
    #bnrFloat ul li {
      margin-bottom: 5px; }
      #bnrFloat ul li:nth-last-of-type(1) {
        margin-bottom: 0; }

  #bnrFloat .closeBtn {
    right: auto;
    left: -20px;
    top: 0;
    background-color: rgba(255, 255, 255, 0.8); }
    #bnrFloat .closeBtn:before {
      height: 10px;
      transform: translate(-50%, -50%) rotate(45deg); }
    #bnrFloat .closeBtn:after {
      height: 10px;
      transform: translate(-50%, -50%) rotate(-45deg); }


#spCover {
  display: none; }

#pageToTop {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 40px;
  /*z-index: 9997;*/ }


.listDisc {
  margin: 0; }

.listDisc li {
  text-align: left;
  line-height: 1.5em;
  list-style-type: none;
  padding: 0 0 0 1.3em;
  text-indent: -1.3em; }

.txtLeft {
  text-align: left !important; }

.img2 {
  background: url(../../common/img/topmainBg02.jpg) no-repeat center top;
  background-attachment: fixed;
  background-size: cover;
  color: #FFF; }


.img4 {
  background: url(../../common/img/topmainBg04.jpg) no-repeat center top;
  background-attachment: fixed;
  background-size: cover;
  color: #FFF; }




  @media screen and (max-width: 1200px) {
    #header.rv {
      padding-right: 100px; }
      #header.rv .headerInner {
        width: 100%; } 
      #header.rv #headerNavi .logInMenu {
        padding-right: 0; }}
/*
            #header.rv #headerNavi .logInMenu .todaysInfo dl dt {
              width: 100%;
              justify-content: center;
              padding: 3px 10px;
              border-radius: 7px 7px 0 0; }
            #header.rv #headerNavi .logInMenu .todaysInfo dl dd {
              width: 100%;
              display: flex;
              justify-content: center;
              border-radius: 0 0 7px 7px;
              padding: 3px 10px; }
              #header.rv #headerNavi .logInMenu .todaysInfo dl dd img {
                height: 25px;
                width: auto; } }
*/

    @media screen and (max-width: 1340px) {
      #header.rv .headerInner {
        justify-content: flex-start; } }


/*　テンキーのリセットCSS　*/
.inputBox div.tenkey_container {height: auto !important; display: block !important;}
.inputBox .tenkey_container > .span.common_dispTenkey { display: block;}
.inputBox section.tenkey {height: auto !important; padding: 5px 5px 10px 5px; margin-top: 5px; width: 100% !important;display: flex;
    justify-content: center;}
.inputBox section.tenkey div {display: flex; flex-wrap: wrap; justify-content: center; align-items: flex-start;}
.inputBox .section.tenkey a {float: none; width: 10vw; height: 10vw;}



/* for News List */
#news_box #newsArea .newsContent {
    border-top: none;
}
#news_box #newsArea .newsContent #news_list .date {
    display: flex;
    align-items: center;
    width: 9em;
    margin-right: 0;
    padding-right: 0;
}
#news_box #newsArea .newsContent #news_list .detail a {
    background-color: transparent;
    color: #414141;
    font-size: 108%;
}
#news_box #newsArea .newsContent #news_list .detail .label {
    margin-left: 0;
    margin-right: 5px;
    padding: 2px 7px; /* add 2023.09.06 */
}
#news_box #newsArea .newsContent #news_list .detail .label.label_image {
    padding: 0;
    background-color: transparent;
    border-radius: unset;
}
#news_box #newsArea .newsContent #news_list .detail a.label:nth-child(2) {
    width: 50em;
}
#news_box #newsArea .newsContent #news_list .detail a.label:nth-child(3) {
    width: 47em;
}
#news_box #newsArea .newsContent #news_list .detail a.label:nth-child(4) {
    width: 44em;
}



