@charset "utf-8";
/* ===================================================================

CSS information

 style info :program CSS

=================================================================== */

#contents{
  padding: 0;
}
.section{
  min-width: 1200px;
  padding: 80px 0;
}
.head-block{
  height: 620px;
  background-size: cover;
}
.head-block-inner{
  height: 620px;
  position: relative;
}
.section-h{
  text-align: center;
}
@media only screen and (max-width:768px){
  .section{
    min-width: inherit;
    padding: 40px 0;
  }
  .head-block{
    height: 305px;
    background-size: cover;
  }
  .head-block-inner{
    height: 305px;
    position: relative;
  }
  img{
    width: 100%;
    height: auto;
  }
}
/* ----------------------------------------------------
    vr cycle
---------------------------------------------------- */
.vr-head{
  background: url(/sr/img/program/bg_vr_01.jpg) no-repeat top left;
  background-size: cover;
}
.trip{
  padding: 0;
}
.trip-wrap{
  background-size: cover;
  position: relative;
}

.bg-vr{
  width: 100%;
  height: 799px;
  z-index: 1;
}
.trip-wrap:before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(/sr/img/bg_dot.png) repeat top left rgba(0,0,0,0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.trip-inner{
  position: relative;
}
.trip-block{
  position: absolute;
  margin: auto;
  top: 155px;
  left: 0;
  right: 0;
  z-index: 3;
}
.h-styles-vr{
  margin: -95px 0 0;
  position: absolute;
  top: 50%;
  right: 20px;
}
.h-trip{
  margin: 0 0 25px;
  text-align: center;
}
.h-trip span{
  display: inline-block;
  margin: 15px 0 0;
  font-size: 20px;
  vertical-align: top;
}

.section-lead{
  color: #fff;
  font-size: 24px;
  letter-spacing: 0.08em;
  text-align: center;
}
.trip-btn{
  margin: 35px auto 0;
}
.trip-btn a{
  border: none;
}
.trip-btn a:hover{
  border: none;
}
.info-block-trip{
  width: 780px;
  height: 220px;
  margin: 42px auto 0;
  padding: 25px 0;
  background: rgba(0,0,0,.7);
  border: solid 1px #333;
  color: #fff;
  text-align: center;
}
.info-block-ttl{
  margin: 0 0 13px;
  font-size: 18px;
}
.info-block-txt{
  letter-spacing: 0.04em;
  line-height: 1.7;
}
.info-box{
  width: 375px;
  margin: 28px auto 0;
}
.info-box-list{
  text-align: left;
}
.effect{
  margin: 0 0 10px;
}
.list-ttl{
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.08em;
}
.list-ttl > span{
  padding: 0 0 0 20px;
  position: relative;
}
.list-ttl > span:before{
  content: "";
  display: inline-block;
  width: 14px;
  height: 19px;
  position: absolute;
  left: 0;
}
.effect .list-ttl > span:before{background: url(/sr/img/program/icn_effect.png) no-repeat center center;background-size: 10px auto;}
.time .list-ttl > span:before{background: url(/sr/img/program/icn_time.png) no-repeat center center;background-size: 14px auto;}
.star .list-ttl > span:before{background: url(/sr/img/program/icn_fire.png) no-repeat center center;background-size: 11px auto;}

.icn-list{
  display: inline-block;
  margin: -2px 0 0 10px;
}
.icn-list li{
  display: inline-block;
  height: 24px;
  margin: 0 6px 0 0;
  padding: 0 11px;
  border: solid 1px #999;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  border-radius: 24px;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 24px;
}
.icn-list li:last-child{
  margin: 0;
}
.time{
  display: inline-block;
  margin: 0 25px 0 0;
}
.star{
  display: inline-block;
}
.star-list{
  display: inline-block;
  margin: -2px 0 0 10px;
}
.star-list li{
  display: inline-block;
  margin: 0 5px 0 0;
}
.movie-sample{
  padding: 80px 0;
  background: #000;
}
.h-movie{
  margin: 0 0 50px;
  color: #fff;
  font-family: Futura,"Poppins", sans-serif;
  font-size: 30px;
  letter-spacing: 0.08em;
  line-height: 1.0;
  text-align: center;
}
.movie-sample-list li{
  width: 30%;
  height: 240px;
  float: left;
  margin: 0 5% 0 0;
}
.movie-sample-list li:last-child{
  margin: 0;
}
iframe.movie{
  width: 100%;
  height: 240px;
}
section.live{
  padding: 108px 0;
  background: url(/sr/img/program/bg_live.jpg) no-repeat top left;
  background-size: cover;
  position: relative;
}
.live-h{
  position: relative;
  z-index: 1;
}
.live-btn{
  margin: 50px 0 0;
}
.live-btn a{
  background: none;
}
.live-btn a:hover{
  border: solid 1px #000;
}
.live-img{
  position: absolute;
  top: -42px;
  right: -92px;
}
@media only screen and (max-width:768px){
  .vr-head{
    background: url(/sr/img/program/bg_vr_02_sp.jpg) no-repeat top left;
    background-size: cover;
  }
  .trip-wrap{
    padding: 50px 0;
    background: url(/sr/img/trip.gif) no-repeat top left;
    background-size: cover;
    position: relative;
  }
  .bg-vr{
    display: none;
  }
  .trip-block{
    position: relative;
    top: 0;
    left: 0;
  }
  .trip-wrap:before{
    background-size: 3px auto;
  }
  .h-styles-vr{
    width: 176px;
    margin: -60px 0 0;
    position: absolute;
    top: 50%;
    right: 20px;
  }
  .h-trip{
    width: auto;
    margin: 0 0 15px;
  }
  .h-trip img{
    width: auto;
    zoom: .5;
  }
  .h-trip span{
    margin: 5px 0 0;
    font-size: 16px;
  }
  .section-lead{
    font-size: 16px;
  }
  .trip-btn{
    margin: 15px auto 0;
  }
  .info-block-trip{
    width: 100%;
    height: auto;
    margin: 20px auto 0;
    padding: 15px 10px;
    background: rgba(0,0,0,.7);
    border: solid 1px #333;
    color: #fff;
    text-align: center;
  }
  .info-block-ttl{
    margin: 0 0 13px;
    font-size: 14px;
  }
  .info-block-txt{
    font-size: 12px;
  }
  .info-box{
    width: 100%;
    margin: 15px auto 0;
  }
  .info-box-list{
    text-align: center;
  }
  .effect{
    margin: 0 0 12px;
  }
  .list-ttl{
    font-size: 10px;
    letter-spacing: 0.08em;
  }
  .list-ttl > span:before{
    width: 14px;
    height: 19px;
    top: -2px;
  }
  .effect .list-ttl > span:before{background-size: 9px auto;}
  .time .list-ttl > span:before{background-size: 14px auto;}
  .star .list-ttl > span:before{background-size: 11px auto;}
  .icn-list{
    margin: -3px 0 0 7px;
  }
  .icn-list li{
    height: 17px;
    margin: 0 6px 0 0;
    padding: 0 10px;
    font-size: 10px;
    line-height: 15px;
  }

  .time{
    margin: 0 44px 0 0;
  }
  .star-list{
    margin: -4px 0 0 4px;
  }
  .star-list li{
    width: 10px;
  }
  .movie-sample{
    padding: 50px 0;
  }
  .h-movie{
    margin: 0 0 25px;
    font-size: 20px;
  }
  .movie-sample-list li{
    width: 100%;
    height: 240px;
    float: none;
    margin: 0 0 20px;
  }
  section.live{
    padding: 50px 0;
    background: url(/sr/img/program/bg_live.jpg) no-repeat top left;
    background-size: cover;
    position: relative;
  }
  .live-h{
    width: 184px;
    position: relative;
    z-index: 1;
  }
  .live-btn{
    margin: 15px 0 0;
  }
  .live-btn a{
    background: none;
  }
  .live-btn a:hover{
    border: solid 1px #000;
    background: none;
  }
  .live-img{
    width: 400px;
    position: absolute;
    top: 45px;
    left: 45.33333%;
  }
}
@media only screen and (max-width:360px){
  .trip-lead{
    font-size: 14px;
    letter-spacing: 0.04em;
  }
  .vr-icn-list{
    margin: -4px 0 0 7px;
  }
  .vr-icn-list li {
    margin: 0 5px 0 0;
    padding: 0px 5px;
    font-size: 10px;
  }
}
@media only screen and (max-width:350px){
  .vr-icn-list{
    margin: -4px 0 0 5px;
  }
  .vr-icn-list li {
    margin: 0 5px 0 0;
    padding: 0px 5px;
    font-size: 10px;
    letter-spacing: -0.2em;
  }
}
/* ----------------------------------------------------
    live training
---------------------------------------------------- */

.live-head{
  background: url(/sr/img/program/bg_live.jpg) no-repeat top left;
  background-size: cover;
  position: relative;
}
.head-live-img{
  top: 20px;
  right: 0;
  z-index: 1;
}
.head-live-img img{
  width: 100%;
  height: auto;
}
.h-styles-live{
  margin: -167px 0 0;
  position: absolute;
  top: 50%;
  left: 20px;
}
.lead-live{
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 1.7;
  color: #000;
}
.info-block-live{
  margin: 67px 0 0;
}

/*hiit training*/
.hiit{
  padding: 80px 0 35px;
  background: url(/sr/img/program/bg_live_03.jpg) no-repeat top left;
  background-size: cover;
}
.h-hiit{
  margin: 0 0 17px;
}
.hiit-note{
  width: 600px;
  height: 52px;
  margin: 25px auto 0;
  border: solid 1px #000;
  font-size: 18px;
  line-height: 52px;
  text-align: center;
}
.hiit-note em{
  font-weight: 700;
  font-style: normal;
}
.hiit-note span{
  font-size: 14px;
}
.info-block-list > li{
  margin: 0 0 68px;
  position: relative;
}
.info-block-img{
  position: relative;
}

.hiit-list > li:nth-child(odd) .info-block-img{
  float: right;
  margin: 0 -17px 0 0;
}
.hiit-list > li:nth-child(odd) .info-txt-block{
  position: absolute;
  bottom: 0;
  left: 2px;
}
.hiit-list > li:nth-child(even) .info-block-img{
  float: left;
  margin: 0 0 0 -17px;
}
.hiit-list > li:nth-child(even) .info-txt-block{
  position: absolute;
  bottom: 0;
  right: 0;
}
.info-live-img:before{
  content: "";
  display: block;
  height: 107px;
  position: absolute;
  bottom: 0;
}
.hiit-list > li:nth-child(odd) .info-live-img:before{
  right: 47px;
}
.hiit-list > li:nth-child(even) .info-live-img:before{
  left: 47px;
}
.no01 .info-live-img:before{width: 102px;background: url(/sr/img/program/no_01.png) no-repeat center center;}
.no02 .info-live-img:before{width: 120px;background: url(/sr/img/program/no_02.png) no-repeat center center;}
.no03 .info-live-img:before{width: 120px;background: url(/sr/img/program/no_03.png) no-repeat center center;}
.no04 .info-live-img:before{width: 121px;background: url(/sr/img/program/no_04.png) no-repeat center center;}
.no05 .info-live-img:before{width: 121px;background: url(/sr/img/program/no_05.png) no-repeat center center;}
.no06 .info-live-img:before{width: 121px;background: url(/sr/img/program/no_06.png) no-repeat center center;}
.no07 .info-live-img:before{width: 121px;background: url(/sr/img/program/no_07.png) no-repeat center center;}
.no08 .info-live-img:before{width: 121px;background: url(/sr/img/program/no_08.png) no-repeat center center;}
.no09 .info-live-img:before{width: 121px;background: url(/sr/img/program/no_09.png) no-repeat center center;}
.no10 .info-live-img:before{width: 105px;background: url(/sr/img/program/no_10.png) no-repeat center center;}
.no11 .info-live-img:before{width: 85px;background: url(/sr/img/program/no_11.png) no-repeat center center;}

.info-block-img{
  width: 814px;
}
.info-txt-block{
  display: table;
  width: 490px;
  height: 400px;
  border: solid 8px #000;
  text-align: center;
}
.no02 .info-txt-block{
  height: 420px;
}
.info-txt-block-inner{
  display: table-cell;
  padding: 15px 0 0;
  vertical-align: middle;
}
.live-training-ttl{
  margin: 0 0 20px;
  font-family: Futura,"Poppins", sans-serif;
  font-size: 44px;
  letter-spacing: 0.01em;
  line-height: 1.2;
  text-align: center;
}
.live-training-ttl._jp {
  font-family: "Noto Sans Japanese", sans-serif;
}
.live-training-ttl span{
  display: inline-block;
  margin: 5px 0 0;
  font-size: 16px;
  vertical-align: top;
}
.info-block-lead{
  color: #000;
  font-size: 16px;
  letter-spacing: 0.04em;
  text-align: center;
}
.info-box-live{
  display: inline-block;
  width: auto;
  min-width: 330px;
  margin: 20px 0 0;
  padding: 20px;
  background: url(/sr/img/bg_line_02.png) repeat top left;
}
.list-ttl-live{
  color: #ffec07;
}
.live-icn{
  margin: -3px 0 0 14px;
}
.live-icn li{
  background: #fff;
}

/*live program*/
.live-program{
  padding: 80px 0 107px;
  background: url(/sr/img/program/bg_live_02.jpg) no-repeat top left;
  background-size: cover;
}
.h-live-program{
  margin: 0 0 18px;
}
.live-program-list > li:nth-child(even) .info-block-img{
  float: left;
  margin: 0 0 0 -17px;
}
.live-program-list > li:nth-child(even) .info-txt-block{
  position: absolute;
  bottom: 0;
  right: 0;
}
.live-program-list > li:nth-child(odd) .info-block-img{
  float: right;
  margin: 0 -17px 0 0;
}
.live-program-list > li:nth-child(odd) .info-txt-block{
  position: absolute;
  bottom: 0;
  left: 0;
}
.live-program-list > li:nth-child(even) .info-live-img:before{
  left: 47px;
}
.live-program-list > li:nth-child(odd) .info-live-img:before{
  right: 47px;
}
.lead-live-program{
  color: #fff;
}
.live-program-txt-block{
  border: solid 8px #fff;
}
.live-txt-block-inner{
  padding: 30px 0 0;
}
.live-program-ttl{
  color: #fff;
}
.live-program-lead{
  color: #fff;
}
.live-program-box{
  background: url(/sr/img/bg_line_02.png) repeat top left;
}
.time-col{
  color: #fff;
}

section.vr{
  padding: 105px 0 0;
  height: 500px;
  background: url(/sr/img/program/bg_vr_02_pc.jpg) no-repeat top left;
  background-size: cover;
}
.vr-block{
  text-align: right;
}
.vr-h{
  float: right;
  padding: 0 115px 0 0;
}
.vr-btn{
  clear: both;
  width: 200px;
  float: right;
  margin: 50px 200px 0 0;
}
@media only screen and (max-width:768px){
  .live-head{
    background: url(/sr/img/program/bg_live.jpg) no-repeat top left;
    background-size: cover;
    position: relative;
  }
  .head-live-img{
    width: 425px;
    top: 10px;
    left: 42.66666%;
    z-index: 1;
  }
  .h-styles-live{
    width: 184px;
    margin: -95px 0 0;
    position: absolute;
    top: 50%;
    left: 5.33333%;
    z-index: 2;
  }
  .lead-live{
    font-size: 13px;
    letter-spacing: -0.03em;
    line-height: 1.8;
  }
  .info-block-live{
    margin: 36px 0 0;
  }
  .info-txt-block-inner{
    padding: 0 8px;
  }
  /*hiit program*/
  .hiit{
    padding: 40px 0 50px;
  }
  .hiit-inner{
    padding: 0 12px;
  }
  .h-hiit{
    width: 186px;
    margin: 0 auto 10px;
  }
  .hiit-note{
    width: 248px;
    height: 51px;
    margin: 12px auto 0;
    padding: 5px 0 0;
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
  }
  .hiit-note span{
    font-size: 11px;
  }
  .info-block-list > li{
    margin: 0 0 47px;
  }
  .info-block-list > li:last-child{
    margin: 0;
  }
  .hiit-list > li:nth-child(odd) .info-block-img{
    float: none;
    margin: 0;
  }
  .hiit-list > li:nth-child(odd) .info-txt-block{
    position: relative;
    bottom: 0;
    left: 0;
  }
  .hiit-list > li:nth-child(even) .info-block-img{
    float: none;
    margin: 0;
  }
  .hiit-list > li:nth-child(even) .info-txt-block{
    position: relative;
    bottom: 0;
    right: 0;
  }
  .info-live-img:before{
    content: "";
    display: block;
    height: 107px;
    position: absolute;
    bottom: -30px;
  }
  .hiit-list > li:nth-child(odd) .info-live-img:before{
    left: 23px;
    right: auto;
  }
  .hiit-list > li:nth-child(even) .info-live-img:before{
    right: 23px;
    left: auto;
  }
  .no01 .info-live-img:before{
    width: 51px;
    background-size: 51px auto;
  }
  .no02 .info-live-img:before,
  .no03 .info-live-img:before,
  .no04 .info-live-img:before,
  .no05 .info-live-img:before,
  .no06 .info-live-img:before,
  .no07 .info-live-img:before,
  .no08 .info-live-img:before,
  .no09 .info-live-img:before{
    width: 60px;
    background-size: 60px auto;
  }

  .no10 .info-live-img:before{
    width: 52px;
    background-size: 52px auto;
  }
  .no11 .info-live-img:before{
    width: 42px;
    background-size: 42px auto;
  }

  .info-block-img{
    width: 100%;
  }
  .info-txt-block{
    display: block;
    width: 100%;
    height: auto;
    border: none;
  }
  .no02 .info-txt-block{
    height: auto;
  }
  .info-txt-block-inner{
    display: block;
    padding: 0 8px;
    vertical-align: middle;
  }
  .live-training-ttl{
    margin: 7px 0 12px;
    font-family: Futura,"Poppins", sans-serif;
    font-size: 25px;
    letter-spacing: 0.01em;
    line-height: 1.2;
    text-align: center;
  }
  .live-training-ttl span{
    display: inline-block;
    margin: 5px 0 0;
    font-size: 11px;
    vertical-align: top;
  }
  .info-block-lead{
    font-size: 12px;
    letter-spacing: 0;
    text-align: center;
  }
  .info-box-live{
    display: block;
    width: 100%;
    min-width: inherit;
    margin: 17px 0 0;
    padding: 15px 10px;
  }
  .live-icn{
    margin: -4px 0 0 7px;
  }
  .live-icn li{
    margin: 0 5px 0 0;
    background: #fff;
  }

  /*live program*/
  .live-program{
    padding: 48px 0;
  }
  .live-program-inner{
    padding: 0 12px;
  }
  .h-live-program{
    width: 199px;
    margin: 0 auto 3px;
  }
  .live-program-list > li:nth-child(even) .info-block-img{
    float: none;
    margin: 0;
  }
  .live-program-list > li:nth-child(even) .info-txt-block{
    position: relative;
    bottom: 0;
    right: 0;
  }
  .live-program-list > li:nth-child(odd) .info-block-img{
    float: none;
    margin: 0;
  }
  .live-program-list > li:nth-child(odd) .info-txt-block{
    position: relative;
    bottom: 0;
    left: 0;
  }
  .live-program-list > li:nth-child(odd) .info-block-img:before{
    left: 23px;
  }
  .live-program-list > li:nth-child(even) .info-block-img:before{
    right: 23px;
    left: auto;
  }
  .live-program-txt-block{
    border: none;
  }
  .live-txt-block-inner{
    padding: 0 8px;
  }


  section.vr{
    padding: 68px 0 0;
    height: 290px;
    background: url(/sr/img/program/bg_vr_02_sp.jpg) no-repeat top left;
    background-size: cover; 
  }
  .vr-block{
    text-align: right;
  }
  .vr-h{
    width: 212px;
    padding: 0 0 0 0;
    float: right;
  }
  .vr-btn{
    clear: both;
    width: 120px;
    float: right;
    margin: 15px 0 0;
  }
}
@media only screen and (max-width:350px){
  .lead-live{
    font-size: 12px;
  }
  .icn-list li{
    padding: 0 5px;
  }
  .icn-list li.l-icn{
    letter-spacing: -0.2em;
  }
  .lead-br-sp{
    display: block;
  }
  .info-txt-block-inner {
    padding: 0 7px;
  }
  .info-block-lead {
    font-size: 11px;
  }
}