@charset "UTF-8";

.bnr{
  background-color: #E5F0FF;
}
.bnr-inner{
  padding: 30px 15px 30px;
}
.breadcrumb{
  background-color: #ffffff;
}

@media (min-width: 769px){
  .bnr-inner{
    width: 960px;
    margin: auto;
    padding: 30px 0 30px;
  }
  .bnr-inner label.acc-area__item-image-wrap-note{
    text-align: center;
  }
}

.kv_offer_container{
  background-color: #fff;
  margin-top: -5px;
}

@media (min-width: 769px){
  .kv_offer_container{
    background-color: #fff;
    margin-top: 0px;
  }
  .kv_offer_container > .acc-area__item-image-wrap-note {
    width: 780px;
    margin: auto;
  }
}

.first-content__head-title--important {
  color: #e40400;
  font-size: 22px;
}

@media (min-width: 769px){
  .first-content__head-title--important {
    font-size: 30px;
  }
}

label.acc-area__item-image-wrap-note {
  display: block;
  cursor:pointer;
  margin: 0;
  padding-bottom: 10px;
  text-decoration: underline;
}
#pop_offer,
#pop_kv,
#pop_bnr,
#pop_bnr_2{
  display: none; 
}
.kv_offer_container > .acc-area__item-image-wrap-note{
  padding-top: 10px;
  text-align: right;
  padding-right: 10px;
}

.overlay {
  display: none; 
}
#pop_offer:checked + .overlay,
#pop_kv:checked + .overlay ,
#pop_bnr:checked + .overlay,
#pop_bnr_2:checked + .overlay {
  display: block;
  z-index: 9999;
  background-color: rgba(0,0,0,0.5);
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}
.pop_conatents {
  width: 80vw;
  max-width: 650px;
  background-color: #ffffff;
  border-radius: 6px;
  display: block;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.pop_text {
  padding: 30px;
  font-size: 15px;
  margin: 0;
}

@media (max-width: 768px){
  .pop_text {
    max-height: 50vh;
    overflow: scroll;
    padding: 20px;
  }
}
.close_btn {
  cursor:pointer;
  position: absolute;
  top: 4px;
  right: 4px;
  font-size: 20px;
}

/*====================
  11.modal
====================*/
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .modalid .modal {
    display: none;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
  }
  .modalid .modal__bg {
    background-color: rgba(183, 183, 183, 0.9);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .modalid .modal__wrap {
    max-width: 960px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
  .modalid .modal__close {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .modalid .modal__close-icon {
    font-size: 0px;
    width: 30px;
  }
  .modalid .modal__close-text {
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
  }
  .modalid .modal__content {
    border-radius: 5px;
    background-color: #ffffff;
    max-height: 100%;
    padding: 60px 40px;
    width: auto;
  }
  .modalid .modal__title {
    font-size: 24px;
    font-weight: 600;
    color: #004fa8;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  .modalid .modal__btn {
    display: flex;
    flex-wrap: wrap;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    justify-content: center;
    gap: 24px 20px;
  }

  .modal__btn + .modal__btn {
    margin-top: 24px;
  }
  .modalid .modal__btn-item {
    border-radius: 6px;
    box-shadow: 0px 4px 0px 0px #e2e2e2;
    width: 250px;
    transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  .modal__btn-item + .modal__btn-item {
    margin-left: 20px;
  }
  .modal__btn-item:nth-of-type(4){
    margin-left: 0;
  }

  /* .modalid .modal__btn-item:nth-child(2n) {
    margin-left: 20px;
  }
  .modalid .modal__btn-item:nth-child(n+3) {
    margin-top: 24px;
  } */
  .modalid .modal__btn-link {
    display: block;
    border-radius: 6px;
    background-color: #004ea2;
    font-size: 19px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    line-height: 1.0;
    letter-spacing: 0.1em;
    text-decoration: none;
    padding: 24px;
    position: relative;
    transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  .modalid .modal__btn-link::after {
    content: "";
    background-image: url(/online-dance/assets/img/210506/icon_arrow_white.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 12px;
    height: 20px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
  }
  .modalid .modal__btn-item-strong {
    font-size: 24px;
  }
  .modalid .modal__btn-item:hover {
    box-shadow: 0px 0px 0px 0px #e2e2e2;
  }
  .modalid .modal__btn-item:hover .modal__btn-link {
    opacity: 0.7;
    transform: translateY(4px);
  }
  .modalid .modal__btn--youji{
    width: 300px;
  padding: 10px 30px;
  margin: 10px auto;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  border: 1px solid #0083d3;
  background-color: #0083d3;

  }
  .modalid .modal__btn--sho{
    width: 300px;
  padding: 10px 30px;
  margin: 10px auto;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  border: 1px solid #00d435;
  background-color: #00d435;
  }
  .modalid .modal__content--list{
    margin: 10px auto;
    max-width: 350px;
  }

  .modal-cost-link-area {
    text-align: center;
    margin: 20px auto auto;
  }
  .modal-cost-link {
    color: #0066C0;
  }
  .modal__text + .modal__text{
    margin: 15px 0;
  }
  .modal__link img {
    padding-top: 20px;
  }

}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .modalid .modal {
    display: none;
    box-sizing: border-box;
    width: 100%;
    height: 100vh;
    padding: 8vw;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    overflow-y: auto;
    overflow-y: scroll;
  }
  .modalid .modal__bg {
    background-color: rgba(183, 183, 183, 0.9);
    width: 100%;
    height: 120vh;
    position: absolute;
    top: 0vh;
    left: 0;
  }
  .modalid .modal__wrap {
    width: 90%;
    position: absolute;
    top: 55%;
    left: 50%;
    /* height: 120vh; */
    transform: translateY(-50%) translateX(-50%);
  }
  .modalid .modal__close {
    width: 18px;
    cursor: pointer;
    position: absolute;
    top: 8px;
    right: 8px;
  }
  .modalid .modal__close-icon {
    font-size: 0;
    margin-bottom: 2vw;
    margin-right: auto;
    margin-left: auto;
  }
  .modalid .modal__close-text {
    font-size: 3.2vw;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    line-height: 1.0;
  }
  .modalid .modal__content {
    overflow: auto;
    border-radius: 1.33333333vw;
    background-color: #ffffff;
    width: auto;
    max-height: 100%;
    padding-top: 5.33333333vw;
    padding-bottom: 5.33333333vw;
  }
  .modalid .modal__title {
    font-size: 4.26666666vw;
    font-weight: 600;
    color: #004fa8;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 5.33333333vw;
  }
  .modalid .modal__btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 3.2vw 2%;
    /* padding-right: 4vw;
    padding-left: 4vw; */
  }

  .modal__btn + .modal__btn {
    margin-top: 3.2vw;
  }

  .modalid .modal__btn-item {
    border-radius: 4px;
    box-shadow: 0 0.53333333vw 0 0 #e2e2e2;
    width: 48%;
  }
  /* .modal__btn-item:nth-child(2n) {
      margin-left:2%;
  }
  .modalid .modal__btn-item:nth-child(n+3) {
    margin-top: 3.2vw;
  } */
  .modalid .modal__btn-link {
    display: block;
    border-radius: 4px;
    background-color: #004ea2;
    font-size: 3.73333333vw;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    line-height: 1.0;
    letter-spacing: 0.1em;
    text-decoration: none;
    padding: 4.5vw;
    position: relative;
  }
  .modalid .modal__btn-link::after {
    content: "";
    background-image: url(/online-dance/assets/img/210506/icon_arrow_white.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 1.86666666vw;
    height: 3.2vw;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2.66666666vw;
  }
  .modalid .modal__btn-item-strong {
    font-size: 3.73333333vw;
  }
  .modalid .modal__btn--youji{
  padding: 10px 30px;
  margin: 10px 20px;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  border: 1px solid #0083d3;
  background-color: #0083d3;

  }
  .modalid .modal__btn--sho{
  padding: 10px 30px;
  margin: 10px 20px;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  border: 1px solid #00d435;
  background-color: #00d435;
  }
  .modalid .modal__content--list{
    margin: 10px 30px;
  }
  .offer-main__dot-list .modal__content--list-item{
    font-size: 3.8vw;
  }
  .modal-cost-link-area {
    text-align: center;
    margin: 4vw auto auto;
  }
  .modal-cost-link {
    color: #0066C0;
  }
  .modal__text + .modal__text{
    margin: 15px 0;
  }
  .modal__link img {
    padding-top: 20px;
  }
}



/* 20220621追加 */
.header__acc-box-item:nth-of-type(2) .header__acc-box-item-tag {
  color: #00B4FF !important;
}
.header__acc-box-item:nth-of-type(3) .header__acc-box-item-tag {
  color: #F5A618 !important;
}
.header__acc-box-item:nth-of-type(4) .header__acc-box-item-tag {
  color: #FC333A;
}
.header__acc-box-item:nth-of-type(5) .header__acc-box-item-tag {
  color: #E7A02B;
}
.header__acc-box-item:nth-of-type(6) .header__acc-box-item-tag {
  color: #B016D0;
}
.header__acc-box-item:nth-of-type(7) .header__acc-box-item-tag {
  color: #86C43E;
}
.header__acc-box-item:nth-of-type(2)::after{  
  background-image: url(/zemi/challengeschool/_assets/img/icon_arrow_blue.svg) !important;
}
.header__acc-box-item:nth-of-type(3)::after{  
  background-image: url(/zemi/challengeschool/_assets/img/icon_arrow_orange.svg) !important;
}
.header__acc-box-item:nth-of-type(4)::after{  
  background-image: url(/zemi/challengeschool/_assets/img/icon_arrow_soroban.svg);
}
.header__acc-box-item:nth-of-type(5)::after{  
  background-image: url(/zemi/challengeschool/_assets/img/icon_arrow_shuuji.svg);
}
.header__acc-box-item:nth-of-type(6)::after{  
  background-image: url(/zemi/challengeschool/_assets/img/icon_arrow_programming.svg);
}
.header__acc-box-item:nth-of-type(7)::after{  
  background-image: url(/zemi/challengeschool/_assets/img/icon_arrow_shinrocoaching.svg);
}
.header__acc-box{
  overflow: scroll;
}

/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .free-list{
    max-width: 300px;
    margin: 15px auto;
    font-size: 12px;
  }
  .free_list-item{
    margin-top: 5px;
  }
  .free_list-link{
    color: #006CFF;
  }
  .cv__note{
    max-width: 400px;
  }
  .logo-inner{
    padding-top: 20px;
  }
  .detail-cont__acc-ttl{
    border-bottom: 2px solid #006CFF;
    font-weight: bold;
  }
  .detail-cont__acc-btn{
    outline: none;
    background: none;
    cursor: pointer;
    border: none;
    width: 100%;
    margin: 20px 0;
  }
  .detail-cont__acc-ttl{
    width: 100%;
    padding: 20px 0;
    text-align: left;
    position: relative;
  }
  .detail-cont__acc-ttl::after{
    content: "";
    background-image: url(/zemi/challengeschool/_shared/img/icon-arrow-circle.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: 11px;
    transform: translateY(-50%) rotate(180deg);
    background-color: #006CFF;
    border-radius: 15px;
    background-position: center;
  }
  .detail-cont__acc-btn.active .detail-cont__acc-ttl::after{
    transform: translateY(-50%) rotate(0deg);
  }
  .kv__main-day{
    position: absolute;
    width: 26%;
    bottom: 12.7%;
    right: 21.5%;
  }
  .table-area_body {
    width: 100%;
    border-collapse: collapse;
    border: 2px solid #ffffff;
    font-size: 18px;
    margin-bottom: 30px;
  }
  .table-area-blue,.table-area-sky,.table-area-glay{
    text-align: center;
    padding: 10px 0;
    border: 2px solid #ffffff;
    font-size: 18px;

  }
  .table-area-first{
    width: 20%;
  }
  .table-area-blue{
    background-color: #006CFF;
    color: #ffffff;
  }
  .table-area-sky{
    background-color: #E5F0FF;
  }
  .table-area-glay{
    background-color: #F6F6F6;
  }

  .table-area_body + .first-content__head-text{
    margin-bottom: 70px;
  }
  .flow-area__item-weak{
    color: #888888;
    font-size: 12px;
    line-height: 1.6em;
    margin-top: 20px;
  }
  .detail-info{
    background-color: #E5F0FF;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    padding: 30px 60px;
    max-width: 840px;
    margin: 40px auto;
    display: flex;
    flex-wrap: wrap;
  }
  .detail-info_ttl{
    width: 60%;
    font-size: 25px;
    color: #006CFF;
    margin-top: 30px;
  }
  .detail-info_img{
    width: 40%;
  }
  .detail-info_text{
    width: 60%;
    margin-top: -100px;
  }
  .seikyu{
    background-color: #ffffff;
  }
  .seikyu_body{
    padding-top: 60px;
    padding-bottom: 60px;
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  .seikyu_link{
    width: auto;
  }
  .seikyu_link + .seikyu_link{
    margin-left: 40px;
  }
  .seikyu_link:hover{
    opacity: 0.9;
  }
  /* フローティングボタン */
  .floating-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 125px;
    height: auto;
    z-index: 10;
  }
  .floating-btn__link {
      display: block;
  }
  .floating-btn__link + .floating-btn__link {
      margin-top: 8px;
  }
  /* /フローティングボタン/ */
  .bnr-sec{
    background-color: #ffffff;
    padding: 80px 0 40px;
  }
  .bnr-link{
    max-width: 960px;
    margin: 0 auto;
    display: block;
  }
  /* CV */
  .cv__btn{
    background-color: #FFF039;
    color: #464646;
  }
  .cv__btn::before{
    background-image: url(/zemi/challengeschool/_shared/img/cv-icon-01.png);
  }
  .cv__btn::after{
    background-image: url(/zemi/challengeschool/_shared/img/cv-icon-02.png);
  }
  .cv-top__flex{
    display: flex;
    justify-content: space-between;
    max-width: 440px;
    margin: 20px auto;
  }
  .cv-top__flex .cv-top__flex-item:nth-of-type(2){
    margin-left: 15px;
  }

  /* ラインナップ */
  .acc__lineup{
    padding-top: 50px;
    width: 100%;
    max-width: 960px;
    margin: 0 auto 80px;
    
  }
  .acc__lineup-ttl {
    color: #fff;
    font-weight: bold;
    font-size: 28px;
    text-align: center;
    margin-bottom: 10px;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    
  }
  .acc__lineup-ttl--big {
    font-size: 40px;
    margin: 0 10px;
    font-weight: 900;
  }
  .acc__lineup-ttl--middle {
    font-size: 34px;
    font-weight: 900;
  }
  .acc__lineup-box:first-of-type {
    margin-bottom: 30px;
    justify-content: space-between;
  }
  .acc__lineup-box-unit {
    padding-right: 28px;
    display: flex;
    width: calc(50% - 10px);
    border-radius: 12px;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    box-sizing: border-box;
    position: relative;
    text-decoration: none;
    padding: 19px 20px;
    padding-right: 28px;
  }
  .acc__lineup-box-unit--01 {
    background-color: #006CFF;
    color: #fff;
    padding: 19px 28px 19px 20px;
  }
  .acc__lineup-box-unit-txt {
    font-size: 21px;
    font-weight: bold;
    letter-spacing: -0.04em;
  }
  .acc__lineup-box-unit-tag {
    display: flex;
  }
  .acc__lineup-box-unit-tag-item {
    border-radius: 20px;
    font-size: 16px;
    font-weight: normal;
    padding: 2px 0;
    box-sizing: border-box;
    width: 96px;
    text-align: center;
  }
  .acc__lineup-box-unit--01 .acc__lineup-box-unit-tag-item {
    background-color: #fff;
    color: #005AA0;
  }
  .acc__lineup-box-unit--01::after, .acc__lineup-box-unit--02::after {
    content: "";
    width: 9px;
    height: 9px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    position: absolute;
    right: 11px;
    top: 50%;
    transform: translateY(-50%) rotate(
    45deg
    );
  }
  .acc__lineup-box-unit-tag-item:nth-of-type(2) {
    margin-left: 5px;
  }
  .acc__lineup-box-unit--02 {
    background-color: #E6781A;
    color: #fff;
    padding: 19px 28px 19px 20px;
  }
  .acc__lineup-box-unit--02 .acc__lineup-box-unit-tag-item {
    background-color: #fff;
    color: #E6781A;
  }
  .acc__lineup-box-unit-tag-item-sub {
    vertical-align: super;
    font-size: 10px;
  }
  .acc__lineup-box-unit-note {
    position: absolute;
    left: 0;
    bottom: -22px;
    color: #fff;
    font-size: 14px;
  }
  .acc__lineup-box {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
  }
  .acc__lineup-box-unit--03 {
    background-color: #E7A02B;
    color: #ffffff;
  }
  .acc__lineup-box-unit--04 {
    background-color: #FC333A;
    color: #ffffff;
  }
  .acc__lineup-box-unit--05 {
    background-color: #B016D0;
    color: #ffffff;
  }
  .acc__lineup-box-unit--06 {
    background-color: #86C43E;
    color: #ffffff;
  }
  .acc__lineup-box-unit--03 .acc__lineup-box-unit-tag-item {
    background-color: #FAE4D1;
    color: #D8640A;
  }
  .acc__lineup-box-unit--04 .acc__lineup-box-unit-tag-item {
    background-color: #FADDE4;
    color: #E85377;
  }
  .acc__lineup-box-unit--05 .acc__lineup-box-unit-tag-item {
    background-color: #ECE5F4;
    color: #714598;
  }
  .acc__lineup-box-unit--06 .acc__lineup-box-unit-tag-item {
    background-color: #DCF4DE;
    color: #288A58;
  }
  .acc__lineup-box-unit-tag{
    height: 40px;
    flex-flow: column;
    justify-content: space-around;
  }
  .acc__lineup-box-unit-tag-item:nth-of-type(2) {
    margin-top: 5px;
    margin-left: 0;
  }

  .sec__schedule-subttl {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 28px;
    margin-top: 20px;
  }
  .acc__lineup-note {
    font-size: 14px;
    color: #fff;
    margin: 20px 0;
    text-align: center;
  }
  .acc__lineup-box-unit--03::after, .acc__lineup-box-unit--04::after, .acc__lineup-box-unit--05::after, .acc__lineup-box-unit--06::after {
    content: "";
    width: 9px;
    height: 9px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    position: absolute;
    right: 11px;
    top: 50%;
    transform: translateY(-50%) rotate( 
    45deg
    );
  }
  .acc__lineup-box-unit:nth-of-type(n+3) {
    margin-top: 20px;
  }
    /* モーダル */
    .modal {
      display: none;
      box-sizing: border-box;
      width: 100%;
      height: 100%;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 1000;
    }
    .modalid .modal__bg {
      background-color: rgba(183, 183, 183, 0.9);
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
    }
    .modalid .modal__wrap {
      max-width: 960px;
      width: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateY(-50%) translateX(-50%);
    }
    .modalid .modal__content {
      border-radius: 5px;
      background-color: #ffffff;
      max-height: 100%;
      padding: 60px 40px;
      width: auto;
    }
    .modalid .modal__close {
      cursor: pointer;
      position: absolute;
      top: 10px;
      right: 10px;
    }
    .modalid .modal__close-icon {
      font-size: 0px;
      width: 30px;
      margin-bottom: 5px;
      margin-right: auto;
      margin-left: auto;
    }
    .modalid .modal__title {
      font-size: 24px;
      font-weight: 600;
      color: #004fa8;
      text-align: center;
      line-height: 1.5;
      margin-bottom: 30px;
    }
    .modal__text{
      padding: 19px 25px 4px;
      font-size: 18px;
      line-height: 33px;
    }
    .modal--content__btn{
      background-color: #FFF039;
      width: 100%;
      max-width: 960px;
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 24px 25px;
      text-decoration: none;
      font-size: 25px;
      font-weight: bold;
      color: #464646;
      cursor: pointer;
      border-radius: 5px;
      margin: 15px auto;
    }
    .modal--content__btn::before {
      content: "";
      background-image: url(/zemi/challengeschool/_assets/img/cv-icon-01.png);
      background-repeat: no-repeat;
      background-size: contain;
      width: 35px;
      height: 35px;
    }
    .modal--content__btn::after {
      content: "";
      background-image: url(/zemi/challengeschool/_assets/img/cv-icon-02.png);
      background-repeat: no-repeat;
      background-size: contain;
      width: 28px;
      height: 28px;
    }
    .modal__link img{
      padding-top: 20px;
    }
  
    /* お申し込みモーダル */
    .js-grade-button {
      cursor: pointer;
    }
    .js-grade-filter li {
      display: none;
    }
    /* /お申し込みモーダル/ */
  
}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .body-inner{
    overflow: hidden;
  }
  .free-list{
    margin: 15px 0;
    font-size: 12px;
    display: flex;
    justify-content: space-around;
  }
  .free_list-item{
    margin-top: 5px;
  }
  .free_list-link{
    color: #006CFF;
  }
  .logo-inner{
    padding-top: 20px;
  }
  .detail__cont{
    display: block;
    margin-bottom: 8vw;
  }
  .detail__cont-ttl{
    display: block;
  }
  .detail__cont-ttl{
    color: #006CFF;
    font-size: 20px;
    padding: 30px 0;
    text-align: center;
    background-color: #BFDAFF;
    border-radius: 10px 10px 0 0;
  }
  .detail__cont-main{
    padding: 8vw;
  }
  .detail-cont__acc-ttl{
    border-bottom: 2px solid #006CFF;
    font-weight: bold;
  }
  .detail-cont__acc-btn{
    outline: none;
    background: none;
    cursor: pointer;
    border: none;
    width: 100%;
    margin: 20px 0;
  }
  .detail-cont__acc-ttl{
    width: 100%;
    padding: 20px 0;
    text-align: left;
    position: relative;
  }
  .detail-cont__acc-ttl::after{
    content: "";
    background-image: url(/zemi/challengeschool/_shared/img/icon-arrow-circle.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) rotate(180deg);
    background-color: #006CFF;
    border-radius: 15px;
    background-position: center;
  }
  .detail-cont__acc-btn.active .detail-cont__acc-ttl::after{
    transform: translateY(-50%) rotate(0deg);
  }
  .kv__main-day{
    position: absolute;
    width: 42.6%;
    bottom: 6%;
    right: 0%;
  }
  .detail__cont{
    padding: 0;

  }
  .table-area_body {
    width: 100%;
    border-collapse: collapse;
    border: 2px solid #ffffff;
    font-size: 3.7vw;
    margin-bottom: 30px;
  }
  .table-area-blue,.table-area-sky,.table-area-glay{
    text-align: center;
    padding: 4vw;
    border: 2px solid #ffffff;
    font-size: 3.7vw;

  }
  .table-area-first{
    width: 20%;
  }
  .table-area-second{
    width: 40%;
  }
  .table-area-blue{
    background-color: #006CFF;
    color: #ffffff;
  }
  .table-area-sky{
    background-color: #E5F0FF;
  }
  .table-area-glay{
    background-color: #F6F6F6;
  }
  .table-area_body + .first-content__head-text{
    margin-bottom: 18.6vw;
  }
  .detail-info{
    background-color: #E5F0FF;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    margin: 0 20px;
    padding: 8vw;
  }
  .detail-info_ttl{
    font-size: 4.8vw;
    text-align: center;
    color: #006CFF;
    margin-bottom: 8vw;
  }
  .detail-info_text{
    margin-top: 8vw;
  }
  .seikyu{
    background-color: #ffffff;
  }
  .seikyu_body{
    padding-top: 50px;
  }
  .seikyu_link img {
    margin-bottom: 8vw;
  }
  /* フローティングボタン */
  .floating-btn {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    height: auto;
    z-index: 10;
    background-color: rgba(246,246,246,0.9);
    padding: 10px 30px;
    box-sizing: border-box;
  }
  .floating-btn__link {
      display: block;
  }
  .floating-btn__sublink-wrap {
    margin-top: 10px;
    display: flex;
    gap: 10px;
    justify-content: space-between;
  }
  .footer {
    padding-bottom: 90px;
  }
  /* /フローティングボタン/ */
  .bnr-sec{
    padding: 80px 40px;
    background-color: #ffffff;
  }
  .bnr-link{
    max-width: 960px;
    margin: 0 auto;
    display: block;
  }
  .flow-area__item-weak{
    color: #888888;
    font-size: 10px;
    line-height: 1.6em;
    margin-top: 20px;
    max-width: 330px;
    margin: 15px auto 0;
  }

  /* CV */
  .cv__btn{
    background-color: #FFF039;
    color: #464646;
  }
  .cv__btn::before{
    background-image: url(/zemi/challengeschool/_shared/img/cv-icon-01.png);
  }
  .cv__btn::after{
    background-image: url(/zemi/challengeschool/_shared/img/cv-icon-02.png);
  }
  .cv__ttl{
    font-size: 3.6vw;
    max-width: 86.6vw;
  }
  .cv-top__flex{
    margin: 4vw 16vw;
  }
  .cv-top__flex img{
    margin-top: 2.4vw;
  }

  /* ラインナップ */
  .acc__lineup{
    width: 100%;
    margin: 10.6vw 0;
  }
  .acc__lineup-ttl {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    margin-bottom: 5px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 50px;
  }
  .acc__lineup-ttl--big {
    font-size: 22px;
    margin: 0 3px;
    font-weight: 900;
  }
  .acc__lineup-ttl--middle {
    font-size: 19px;
    font-weight: 900;
  }
  .acc__lineup-box:first-of-type {
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .acc__lineup-box-unit {
    padding: 2.6vw 5.3vw 2.6vw 2.6vw;
    display: flex;
    border-radius: 12px;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    box-sizing: border-box;
    position: relative;
    text-decoration: none;
    width: 100%;
    margin-top: 10px;
  }
  .acc__lineup-box-unit--01 {
    background-color: #006CFF;
    color: #fff;
    padding: 19px 28px 19px 20px;
  }
  .acc__lineup-box-unit-txt {
    font-size: 4.6vw;
    font-weight: bold;
    letter-spacing: -0.04em;
  }
  .acc__lineup-box-unit-tag {
    display: flex;
  }
  .acc__lineup-box-unit-tag-item {
    border-radius: 20px;
    font-size: 2.4vw;
    font-weight: normal;
    padding: 2px 0;
    box-sizing: border-box;
    width: 16vw;
    text-align: center;
  }
  .acc__lineup-box-unit--01 .acc__lineup-box-unit-tag-item {
    background-color: #fff;
    color: #005AA0;
  }
  .acc__lineup-box-unit--01::after, .acc__lineup-box-unit--02::after {
    content: "";
    width: 9px;
    height: 9px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    position: absolute;
    right: 11px;
    top: 50%;
    transform: translateY(-50%) rotate(
    45deg
    );
  }
  .acc__lineup-box-unit-tag-item:nth-of-type(2) {
    margin-left: 5px;
  }
  .acc__lineup-box-unit--02 {
    background-color: #E6781A;
    color: #fff;
    padding: 19px 28px 19px 20px;
  }
  .acc__lineup-box-unit--02 .acc__lineup-box-unit-tag-item {
    background-color: #fff;
    color: #E6781A;
  }
  .acc__lineup-box-unit-tag-item-sub {
    vertical-align: super;
    font-size: 10px;
  }
  .acc__lineup-box-unit-tag-item{
    font-size: 2.93vw;
    width: 16vw;
  }
  .acc__lineup-box-unit-tag-item-sub{
    font-size: 2.66vw;
  }
  .acc__lineup-box-unit-tag{
    height: 12vw;
    flex-flow: column;
    justify-content: space-around;
  }
  .acc__lineup-box-unit-tag-item:nth-of-type(2) {
    margin-top: 5px;
    margin-left: 0;
  }

  .acc__lineup-box-unit-note {
    position: absolute;
    left: 0;
    bottom: -22px;
    color: #fff;
    font-size: 14px;
  }
  .acc__lineup-box {
    -webkit-box-pack: justify;
    margin-bottom: 50px;
    padding: 0 10.6vw;
  }
  .acc__lineup-box-unit--03 {
    background-color: #E7A02B;
    color: #ffffff;
  }
  .acc__lineup-box-unit--04 {
    background-color: #FC333A;
    color: #ffffff;
  }
  .acc__lineup-box-unit--05 {
    background-color: #B016D0;
    color: #ffffff;
  }
  .acc__lineup-box-unit--06 {
    background-color: #86C43E;
    color: #ffffff;
  }
  .acc__lineup-box-unit--03 .acc__lineup-box-unit-tag-item {
    background-color: #FAE4D1;
    color: #D8640A;
  }
  .acc__lineup-box-unit--04 .acc__lineup-box-unit-tag-item {
    background-color: #FADDE4;
    color: #E85377;
  }
  .acc__lineup-box-unit--05 .acc__lineup-box-unit-tag-item {
    background-color: #ECE5F4;
    color: #714598;
  }
  .acc__lineup-box-unit--06 .acc__lineup-box-unit-tag-item {
    background-color: #DCF4DE;
    color: #288A58;
  }
  .sec__schedule-subttl {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    margin: 20px 10.6vw 0;
  }
  .acc__lineup-note {
    font-size: 10px;
    color: #fff;
    margin: 20px 10.6vw;
    text-align: center;
  }
  .acc__lineup-box-unit--03::after, .acc__lineup-box-unit--04::after, .acc__lineup-box-unit--05::after, .acc__lineup-box-unit--06::after {
    content: "";
    width: 9px;
    height: 9px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    position: absolute;
    right: 11px;
    top: 50%;
    transform: translateY(-50%) rotate( 
    45deg
    );
  }
          /* モーダル */
  .modal {
    display: none;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
  }
  .modalid .modal__bg {
    background-color: rgba(183, 183, 183, 0.9);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .modalid .modal__wrap {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
  .modalid .modal__content {
    overflow: auto;
    border-radius: 1.33333333vw;
    background-color: #ffffff;
    max-height: 100%;
    padding: 5.33333333vw;
    width: auto;
  }  
  .modalid .modal__close {
    width: 4.8vw;
    cursor: pointer;
    position: absolute;
    top: 2.133vw;
    right: 2.133vw;
  }
  .modalid .modal__close-icon {
    width: 4.8vw;
    cursor: pointer;
    position: absolute;
    top: 2.133vw;
    right: 2.133vw;
  }
  .modalid .modal__title {
    font-size: 4.26666666vw;
    font-weight: 600;
    color: #004fa8;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 5.33333333vw;
  }
  .modal--content__btn{
    background-color: #FFF039;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 24px 25px;
    text-decoration: none;
    font-size: 3.6vw;
    font-weight: bold;
    color: #464646;
    cursor: pointer;
    border-radius: 5px;
    margin: 15px 20px;
  }
  .modal--content__btn::before {
    content: "";
    background-image: url(/zemi/challengeschool/_assets/img/cv-icon-01.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 35px;
    height: 35px;
  }
  .modal--content__btn::after {
    content: "";
    background-image: url(/zemi/challengeschool/_assets/img/cv-icon-02.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 28px;
    height: 28px;
  }
  .modal__link img{
    padding-top: 20px;
  }

  /* お申し込みモーダル */
  .js-grade-button {
    cursor: pointer;
  }
  .js-grade-filter li {
    display: none;
  }
  /* /お申し込みモーダル/ */

}

/* KVコーディング追加箇所 */
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .kv__main-day-body{
    width: 250px;
    height: 60px;
    padding: 10px;
    background-color: #fff039;
    border-radius: 5px;
    color: #d53a35;
    font-weight: bold;
    display: flex;
  }
  .kv__main-copy{
    font-size: 10px;
    width: 50%;
  }
  .kv__main-date{
    width: 50%;
    font-size: 45px;
  }
  .kv__main-week{
    color: #d53a35;
    font-size: 14px;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .kv__main-day-body{
    width: 39.3vw;
    height: 32.3vw;
    padding: 2.6vw;
    background-color: #fff039;
    border-radius: 2.6vw;
    color: #d53a35;
    font-weight: bold;
  }
  .kv__main-copy{
    font-size: 2.6vw;
  }
  .kv__main-date{
    font-size: 10vw;
  }
  .kv__main-week{
    color: #d53a35;
    font-size: 3.73vw;
  }

}

/* 20220629追加 */
/* PC */
@media (min-width: 769px){
  .cv-lead{
    text-align: center;
    color: #464646;
    margin-top: 30px;
    position: relative;
  }
  .cv-lead__ttl{
    display: block;
    width: 395px;
    position: absolute;
    top: -15px;
    left: calc(50% - 395px/2);
    background-color: #E5F0FF;
    font-size: 20px;
    color: #005AA0;
  }
  .cv-lead__main{
    max-width: 960px;
    border-top: 2px solid #005AA0;
    border-bottom: 2px solid #005AA0;
  }
  .cv-lead__text{
    font-size: 24px;
    margin-top: 15px;
  }
  .lead-offer__item{
    font-size: 14px;
    color: #787878;
    margin-top: 5px;
    margin-bottom: 12px;
  }
  .lead-em{
    font-size: 34px;
  }
  .lead-red{
    color: #FC333A;
  }
  .cv-inner + .cv-inner{
    margin-top: -35px;
    padding-top: 0;
    max-width: 960px;
  }
  .cv__note{
    max-width: 400px;
  }
}

/* SP */
@media (max-width: 768px){
  .cv-lead{
    text-align: center;
    color: #464646;
    margin-top: 30px;
    padding: 0 calc(10.6vw - 30px);
    font-size: 4vw;

  }
  .cv-lead__ttl{
    color: #005AA0;
    margin-bottom: 2vw;
  }
  .cv-lead__main{
    width: 100%;
    border-top: 2px solid #005AA0;
    border-bottom: 2px solid #005AA0;
  }
  .cv-lead__text{
    margin-top: 4vw;
    line-height: 7vw;
  }
  .lead-offer__item{
    font-size: 3.2vw;
    color: #787878;
    margin-top: 1.3vw;
    margin-bottom: 4vw;
  }
  .lead-red{
    color: #FC333A;
  }
  .lead-em-sp{
    font-size: 6.4vw;
    line-height: 4vw;
  }
  .cv-inner + .cv-inner{
    margin-top: -25px;
    padding-top: 0;
  }
  .cv__note{
    padding: 0 calc(10.6vw - 30px);
  }
  .cv__note-list{
    font-size: 3.2vw;
  }
}

/* 20220707追加分 */
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .header-logo-img{
    width: 110px;
  }
  .header-logo-link + .header-logo-link .header-logo-img{
    width: 246px;
    margin-top: 5px;
  }
  .offer-main__btn-link::after {
    background-image: url(/zemi/challengeschool/_shared/img/220707/icon-arrow.svg);
    right: 35px;
    transform: rotate(90deg);
    width: 18px;
    height: 30px;
  }
  .offer-main__btn-link-txt {
    color: #000;
  }
  .header__acc-btn:nth-of-type(2) {
    margin-right: 10px;
  }
  .offer-wrap {
    margin-top: 90px;
  }
  .header__acc-box{
    margin-top: 90px;
  }
  .header__acc-btn-link{
    padding: 18px 0;
  }
  .modal__text{
    font-size: 16px;
  }
  .modal__link img{
    width: 60%;
    display: block;
    margin: 0 auto;
  }
  .modalid .modal__wrap{
    max-width: 960px;
  }
  .modal__text + .modal__text{
    margin: 0;
  }
  .kv{
    margin-top: 90px;
  }
  .seikyu_body {
    padding-top: 60px;
    padding-bottom: 60px;
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  .seikyu_link img {
    width: auto;
    display: block;
    margin: 0 auto;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .header-logo-img{
    width: 20vw;
  }
  .header-logo-link + .header-logo-link .header-logo-img{
    width: 38vw;
    margin-top: 0.4vw;
  }
  .offer-main__btn-link::after {
    background-image: url(/zemi/challengeschool/_shared/img/220707/icon-arrow.svg);
    transform: rotate(90deg);
    width: 3.2vw;
    height: 4.6vw;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 4.66666666vw;
  }
  .offer-main__btn-link-txt {
    color: #000;
  }
  .header__acc-btn:nth-of-type(1) {
    margin-right: 1.3vw;
  }
  .header__acc-btn:nth-of-type(2) {
    margin-right: 1.3vw;
  }
  .header__acc--multiple .header__acc-btn-link{
    width: auto;
    height: 100%;
    font-size: 3.2vw;
    padding: 2.5vw 1.3vw;
    text-align: center;
  }
  .header__acc-btn-link--l-blue {
    width: auto;
  }
  .header__acc-btn-link--blue {
    width: auto;
  }
  .offer-wrap{
    margin-top: 15.6vw;
  }
  .header__acc-box{
    margin-top: 18.6vw;
  }
  .modal__text + .modal__text{
    margin-top: 4vw;
  }
  .modalid .modal__title{
    font-size: 5.266667vw;
  }
  .kv{
    margin-top: 17.5vw;
  }
  .cv .seikyu{
    padding: 0 40px;
  } 
  #modal-taiken .modal__content {
    overflow: scroll;
  }

}

/* 20220719追加分 */
.carousel-bnr_area{
  background-color: #ffffff;
}
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .carousel-bnr{
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 960px;
    height: 330px;
    margin: 0 auto;
    padding: 20px 52px 0;
    background-color: #F6F6F6;
    border-radius: 15px;
  }
  .carousel-bnr_area{
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .carousel-bnr .swiper-pagination{
    position: absolute;
    bottom: 20px;
    left: calc(50% - 50px/2);
    width: 50px;
    display: flex;
    justify-content: space-between;
  }
  .carousel-bnr .swiper-pagination-bullet{
    width: 15px;
    height: 15px;
  }
  .carousel-bnr .swiper{
    height: 100%;
  }
  .carousel-bnr__img{
    border-radius: 5px;
  }
  .carousel-bnr a:hover{
    opacity: 1;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .carousel-bnr{
    position: relative;
    z-index: 1;
    height: 73vw;
    margin: 21.3vw 10.6vw 0;
    padding: 3.2vw 3.2vw 0;
    background-color: #F6F6F6;
    border-radius: 3.2vw;
  }
  .carousel-bnr_area{
    padding: 3.2vw 0 8vw;
  }

  .carousel-bnr .swiper-pagination{
    position: absolute;
    bottom: 20px;
    left: calc(50% - 40px/2);
    width: 40px;
    display: flex;
    justify-content: space-between;
  }
  .carousel-bnr__img{
    width: 100%;
  }
  .carousel-bnr .swiper-slide{
    width: 100%;
  }
  .carousel-bnr .swiper-pagination-bullet{
    width: 15px;
    height: 15px;

  }
  .carousel-bnr .swiper{
    height: 100%;
  }
  .carousel-bnr__img{
    border-radius: 5px;
  }
  .carousel-bnr a:hover{
    opacity: 1;
  }

}

/* 20220729追加分 */
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .acc-area__item-text + .acc-area__item-image-wrap-note{
    margin-top: 20px;
  }
  .kv__note{
    width: 30%;
    left: 70%;
    text-align: left;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 768px) {

}

/* 20220805追加分 */
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .mov-ttl{
    font-size: 22px;
    margin: 30px 0 15px;
  }
  .mov-cont-wrap{
    aspect-ratio: 16 / 9;
  }
  .mov-caption::before, .mov-caption::after{
    top: 70%;
  }
  .mov-ttl__span--red{
    color: #e40400;
  }
  .carousel-bnr_area + .seikyu .seikyu_body{
    padding-top: 20px;
  }

}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .mov-ttl{
    font-size: 16px;
    margin: 8vw 0 4vw;
  }
  .mov-cont-wrap{
    aspect-ratio: 16 / 9;
  }
  .mov-caption::before, .mov-caption::after{
    top: 70%;
  }
  .mov-ttl__span--red{
    color: #e40400;
  }
  .cv + .seikyu {
    padding: 0 30px;
  }
  .carousel-bnr_area + .seikyu .seikyu_body{
    padding-top: 0;
  }
  .carousel-bnr_area + .seikyu{
    padding: 0 8vw;
  }
  .carousel-bnr{
    margin-top: 12vw;
  }

}
/* 20220812追加分 */
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .cv__ttl{
    font-size: 26px;
  }
  .cv-top__flex{
    max-width: 960px;
  }
  .carousel-bnr__img{
    border-radius: 0;
  }
  .cv-inner{
    max-width: 960px;
  }
  .cv__ttl::before{
    content: none;
  }
  .cv__ttl::after{
    content: none;
  }
  .cv__under{
    background-color: #fff;
    border: solid 3px #3cc6d7;
    border-radius: 5px;
    max-width: 100%;
    margin-top: 30px;
    padding: 15px 0;
    text-align: center;
  }
  .cv__under-lead{
    color: #3cc6d7;
    font-size: 23px;
    margin-bottom: 10px;
  }
  .cv__under-text{
    font-size: 18px;
  }
  .cv__under-link{
    font-size: 18px;
    color: #888888;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .cv__ttl{
    font-size: 6vw;
  }
  .seikyu_body + .seikyu_body{
    margin-top: 8vw;
  }
  .carousel-bnr__img{
    border-radius: 0;
  }
  .cv__ttl::before{
    content: none;
  }
  .cv__ttl::after{
    content: none;
  }
  .seikyu_body{
    padding-top: 0;
  }
  .cv-top__flex{
    margin: 4vw 0;
  }
  .bnr-text{
    font-size: 12px;
    margin-top: 2.6vw;
  }
  .cv__under{
    background-color: #fff;
    border: solid 3px #3cc6d7;
    border-radius: 5px;
    max-width: 100%;
    margin-top: 30px;
    padding: 15px;
    text-align: center;
  }
  .cv__under-lead{
    color: #3cc6d7;
    font-size: 4.8vw;
    margin-bottom: 10px;
  }
  .cv__under-text{
    font-size: 3.7vw;
    text-align: left;
  }
  .cv__under-link{
    font-size: 3.7vw;
    color: #888888;
  }
  .cv-top__flex{
    margin: 4vw 0;
  }
  .seikyu_link img{
  margin-bottom: 0;
  }
}
/* KVコーディング追加箇所 */
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .kv__main-day-body{
    padding: 10px;
    background-color: #fff039;
    border-radius: 5px;
    color: #d53a35;
    font-weight: bold;
    display: flex;
    right: auto;
    left: 57%;
    bottom: 10%;
    width: 26%;
    height: auto;
  }
  .kv__main-copy{
    font-size: 10px;
    width: 50%;
  }
  .kv__main-date{
    font-size: 45px;
  }
  .kv__main-week{
    color: #d53a35;
  }
  .kv__main-copy {
    font-size: 0.8vw;
    width: 13vw;
    line-height: 1.6em;
    letter-spacing: 0.2em;
  }
  .kv__main-date {
    font-size: 4.5vw;
    line-height: 1em;
  }
  .kv__main-day-body {
    padding: 1vw;
    padding-bottom: 0.4vw;
    padding-right: 0.2vw;
    background-color: #fff039;
    border-radius: 5px;
    color: #d53a35;
    font-weight: bold;
    display: flex;
    right: auto;
    left: 55.8%;
    bottom: 10%;
  }
  .kv__main-copy {
    font-size: 0.8vw;
    width: 13vw;
    line-height: 1.6em;
    letter-spacing: 0.2em;
  }
  .kv__main-date {
    font-size: 4.5vw;
    line-height: 1em;
  }
  .kv__main-week{
    color: #d53a35;
    font-size: 1vw;
  }

}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .kv__main-day-body{
    width: 39.3vw;
    height: 32.3vw;
    padding: 2.6vw;
    background-color: #fff039;
    border-radius: 2.6vw;
    color: #d53a35;
    font-weight: bold;
    bottom: 23%;
  }
  .kv__main-copy{
    font-size: 2.6vw;
  }
  .kv__main-date{
    font-size: 12vw;
  }
  .kv__main-week{
    color: #d53a35;
    font-size: 3.73vw;
  }
  .cv-top__flex img{
    margin-top: 2.4vw;
  }
  .kv__main-day-body {
    width: 40vw;
    height: 21.3vw;
    padding-right: 0;
    background-color: #fff039;
    border-radius: 2.6vw;
    color: #d53a35;
    font-weight: bold;
    top: 120vw;
  }
  .kv__main-date {
    font-size: 9vw;
    line-height: 1em;
  }

}
/* 20220812後追い対応追加分 */
.none{
  display: none;
}
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .kv__main-leadcopy{
    background-color: #d53a35;
    color: #fff039;
    padding: 4px;
    border-radius: 3px;
    line-height: 2.5em;
    font-size: 1.5em;
  }
  .kv__main-day-body{
    font-weight: 900;
  }
  .mov-cont-wrap{
    width: 90%;
    max-width: 90%;
  }
  .mov-link-icon{
    width: 91%;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .kv__main-leadcopy{
    background-color: #d53a35;
    color: #fff039;
    padding: 2px;
    border-radius: 3px;
    line-height: 2.5em;
    font-size: 1.5em;

  }
  .kv__main-day-body{
    font-weight: 900;
  }
  .kv__main-day-body{
    height:26.3vw;
  }
}

/* 20220822 */
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .js-kv__main-copy{
    display: flex;
  }
  .bnr-sec{
    padding: 0;
  }
  .seikyu_body{
    padding-bottom: 0;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .bnr-sec{
    padding: 8vw 8vw 0;
  }
}
