@charset 'utf-8';

/* =========================================================
 PC・スマホ共通
========================================================= */
#concept .image, .playCorseBanner p {
  text-indent: -9999px;
}

/* =========================================================
 PC用
========================================================= */
@media screen and (min-width: 769px) {
  #concept {
    margin-bottom: 30px;
  }

  #concept .concept01 {
    background: url(/img/concept/img_concept_01.jpg) no-repeat center;
    height: 500px;
  }

  #concept .concept02 {
    background: url(/img/concept/img_concept_02.jpg) no-repeat center;
    height: 682px;
  }

  #concept .concept03 {
    background: url(/img/concept/img_concept_03.jpg) no-repeat center;
    height: 993px;
  }

  #concept .concept04 {
    background: url(/img/concept/img_concept_04.jpg) no-repeat center;
    height: 925px;
  }

  #concept .concept05 {
    background: url(/img/concept/img_concept_05.jpg) no-repeat center;
    height: 1201px;
  }

  .contentsBlock {
    margin: 25px auto 50px;
  }

  #basic {
    background-image: url(/img/concept/bg_basic.png);
    background-position: 0 80px;
    background-repeat: no-repeat;
  }

  .basicPlayWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 40px;
    position: relative;
  }

  .flexslider {
    width: 65%;
  }

  .flex-viewport {}

  .slides {
    width: 100% !important;
    transform: none !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .slides li {
    width: 49% !important;
  }

  .slides li.clone {
    display: none !important;
  }

  .flex-control-nav, .flex-direction-nav {
    display: none;
  }

  .basicPlayBox {
    width: 34%;
  }

  .basicPlayBox h4 {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 24px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    border-left: 6px solid #0bd978;
    padding-left: 7px;
  }

  .basicPlayBox h4::after {
    content: "";
    background: url(/img/main/icon_shine.png) no-repeat center;
    display: inline-block;
    position: absolute;
    width: 25px;
    height: 28px;
    top: 0;
    margin-left: 5px;
  }

  .basicPlayText {}

  .basicPlayText h5 {
    color: #00d07f;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
  }

  .basicPlayText p {
    line-height: 1.3;
    margin-bottom: 3px;
  }

  .bottomArrow {
    width: 120px;
    display: block;
    margin: 25px auto 10px;
  }

  #option {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
  }

  .optionCorseBox {
    width: 32.5%;
  }

  .optionCorseBox p {
    text-align: center;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    font-weight: bold;
  }

  .optionCorseName {
    background-color: #00d07f;
    color: #ffffff;
  }

  .optionCorsePrice {
    border: 3px solid #00d07f;
    border-top: none;
    color: #00d07f;
    box-sizing: border-box;
  }

  .playCorseBanner {
    margin-bottom: 15px;
  }

  .playCorseBanner:nth-of-type(1) {
    background-image: url(/img/system/reverseEsthe.jpg);
    height: 160px;
  }

  .playCorseBanner:nth-of-type(2) {
    background-image: url(/img/system/dateCourse.jpg);
    height: 160px;
  }

  .playCorseBanner a {
    display: block;
    width: 100%;
    height: 100%;
  }
}

/* =========================================================
 スマホ用
========================================================= */
@media screen and (max-width: 768px) {
  #concept {
    /* margin-bottom: 30px; */
  }

  #concept .concept01 {
    background: url(/img/concept/s/img_concept_top_01.jpg) no-repeat center;
    background-size: cover;
    height: 78vw;
  }

  #concept .concept02 {
    background: url(/img/concept/s/img_concept_01.jpg) no-repeat center;
    background-size: cover;
    height: 151vw;
  }

  #concept .concept03 {
    background: url(/img/concept/s/img_concept_02.jpg) no-repeat center;
    background-size: cover;
    height: 208vw;
  }

  #concept .concept04 {
    background: url(/img/concept/s/img_concept_03.jpg) no-repeat center;
    background-size: cover;
    height: 173vw;
  }

  #concept .concept05 {
    background: url(/img/concept/s/img_concept_04.jpg) no-repeat center;
    background-size: cover;
    height: 219vw;
  }

  .contentsBlock {
    width: 94%;
    margin: 0 auto;
  }

  .separator {
    border: solid 2px #55ace1;
  }

  /*-- スライダーの指定 --*/
  .flexslider {
    margin-bottom: 3%;
    position: relative;
  }

  .flex-viewport {
    margin-bottom: 3%;
  }

  .flex-direction-nav li {
    width: 5.8vw;
    height: 12vw;
    position: absolute;
    top: 36%;
  }

  .flex-direction-nav .flex-nav-prev {
    left: -2%;
  }

  .flex-direction-nav .flex-nav-next {
    right: -2%;
  }

  .flex-direction-nav li a {
    text-indent: -9999px;
    background-repeat: no-repeat;
    display: block;
    background-size: contain;
    width: auto;
    height: 100%;
  }

  .flex-direction-nav .flex-nav-prev a {
    background-image: url('/img/concept/s/flexslider_arrow_left.png');
  }

  .flex-direction-nav .flex-nav-next a {
    background-image: url('/img/concept/s/flexslider_arrow_right.png');
  }

  .flex-control-nav {
    display: flex;
    justify-content: center;
  }

  .flex-control-nav li {
    width: 4.5vw;
    height: 4.5vw;
  }

  .flex-control-nav li:not(:last-of-type) {
    margin-right: 5px;
  }

  .flex-control-nav a {
    text-indent: -9999px;
    background-image: url('/img/concept/s/flexslider_button.png');
    background-repeat: no-repeat;
    display: block;
    background-size: contain;
    width: 100%;
    height: auto;
  }

  .flex-control-nav .flex-active {
    background-image: url('/img/concept/s/flexslider_button_active.png');
  }

  /*-- 基本プレイ --*/
  #basic .basicPlayWrap {
    margin-bottom: 5%
  }

  #basic .basicPlayWrap .bottomArrow {
    width: 40%;
    height: auto;
    margin: 0 auto;
    display: block;
  }

  #basic .basicPlayWrap .basicPlayBox {
    margin-bottom: 3%;
  }

  #basic .basicPlayWrap .basicPlayBox h4 {
    border-left: 1.2vw solid #0bd978;
    text-indent: 0.5em;
    font-weight: bold;
    margin-bottom: 3%;
    height: 7vw;
    line-height: 7vw;
  }

  #basic .basicPlayWrap .basicPlayBox p {
    font-size: 12px;
  }

  #basic .basicPlayWrap .basicPlayBox .basicPlayText p {
    font-size: 3.44vw;
    line-height: 1.5;
  }

  #basic .basicPlayWrap .basicPlayBox .basicPlayText .asterisk {
    text-indent: -1em;
    padding-left: 1em;
  }

  #basic .basicPlayWrap .basicPlayBox .basicPlayText .basicPlayTextAdjust {
    margin-bottom: 3%;
  }

  #basic .basicPlayWrap .basicPlayBox .basicPlayText .basicPlayTextAdjust p {
    text-indent: 0;
  }

  #basic .basicPlayWrap .basicPlayBox .basicPlayText .boldTextBlack {
    font-weight: bold;
    font-size: 3.6vw;
    margin-top: 3%;
  }

  #basic #finish .basicPlayBox h4 {
    letter-spacing: -1px;
  }

  /*-- オプション --*/
  #option {
    width: 94%;
    margin: 0 auto 3%;
    display: flex;
    flex-wrap: wrap;
  }

  .optionCorseBox {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }

  .optionCorseBox:nth-of-type(even) {
    margin-right: 0;
  }

  .optionCorseName {
    text-align: center;
    background-color: #00d07f;
    color: #ffffff;
    height: 6.5vw;
    line-height: 6.5vw;
    font-weight: bold;
  }

  .optionCorsePrice {
    text-align: center;
    border: 0.6vw solid #00d07f;
    border-top: none;
    color: #00d07f;
    height: 6.5vw;
    line-height: 6.5vw;
    font-weight: bold;
    box-sizing: border-box;
  }

  .playCorseBanner {
    margin: 0 auto 2%;
    width: 94%;
  }

  .playCorseBanner:nth-of-type(1) {
    background: url(/img/system/s/reverseEsthe.jpg) no-repeat center;
    background-size: contain;
    height: 29vw;
  }

  .playCorseBanner:nth-of-type(2) {
    background: url(/img/system/s/dateCourse.jpg) no-repeat center;
    background-size: contain;
    height: 29vw;
  }

  .playCorseBanner a {
    display: block;
    width: 100%;
    height: 100%;
  }

  #basic {
    border-bottom: 2px solid #11b877;
    margin-bottom: 5%;
  }
}
