@charset "utf-8";
.kv {
  position: relative;
  overflow: hidden;
}
.kv img {
  vertical-align: top;
}
.kv_eohikaritv {
  position: absolute;
  top: calc(13/412*100%);
  left: calc(21/412*100%);
  width: 27%;
}
.kv_shoulder {
  position: absolute;
  top: calc(45/412*100%);
  left: 50%;
  transform: translate(-50%, 0);
  width: 92%;
}
.kv h1 {
  position: absolute;
  top: calc(81/412*100%);
  left: 50%;
  transform: translate(-50%, 0);
  width: 83%;
}
.kv h2 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
}
@media screen and (min-width:768px) {
  .kv_eohikaritv {
    position: absolute;
    top: calc(13/412*100%);
    left: calc(21/412*100%);
    width: 100%;
  }
  .kv {
    height: 573px;
  }
  .kv_bg {
    position: absolute;
    width: 2800px;
    left: 50%;
    transform: translate(-50%, 0);
    margin: 0 auto;
  }
  .kv_container {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    max-width: 1024px;
  }
  .kv_eohikaritv {
    top: 35px;
    left: 0;
    width: 150px;
  }
  .kv_shoulder {
    top: 38px;
    width: 514px;
  }
  .kv h1 {
    top: 92px;
    width: 735px;
  }
  .kv h2 {
    width: 2800px;
  }
}
.campaign_ttl {
  line-height: 2.2;
  text-align: center;
  background-color: #ffe000;
  border-radius: 6px;
  margin: 0 0 24px;
  padding: 10px 12px 12px;
  position: relative;
}
.campaign_ttl::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 28px;
  height: 16px;
  background-color: #ffe000;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.campaign_ttl .course_bs {
  max-width: 133px;
  vertical-align: middle;
  padding: 0 4px 0 0;
}
.campaign_ttl .course_basic {
  max-width: 160px;
  vertical-align: middle;
  padding: 0 4px 0 0;
}
@media screen and (min-width:768px) {
  .campaign_ttl {
    font-size: 2.4rem;
    line-height: 2.4;
    border-radius: 10px;
    margin: 0 0 36px;
    padding: 20px 12px;
  }
  .campaign_ttl::after {
    top: 99%;
    width: 44px;
    height: 26px;
  }
  .campaign_ttl .course_bs {
    max-width: 248px;
    margin: 0 8px;
  }
  .campaign_ttl .course_basic {
    max-width: 284px;
    margin: 0 8px;
  }
}
.cp_box {
  background-color: #fff;
  border: 3px solid #ffe000;
  border-radius: 10px;
  margin: 0 0 24px;
  padding: 0 0 20px;
}
.cp_box-shoulder {
  font-weight: bold;
  width: 150px;
  height: 40px;
  background-color: #ffe000;
  padding: 0 0 0 32px;
  position: relative;
}
.cp_box-shoulder::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: -15px;
  width: 30px;
  height: 40px;
  background-color: #ffe000;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.cp_box-shoulder span {
  font-size: 150%;
}
.cp_box-shoulder img {
  width: auto;
  height: 25px;
  margin: 6px 0 0 0;
}
.cp_box-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 14px 0 26px;
}
.cp_box-ttl {
  font-weight: bold;
  color: #EE0000;
  line-height: 1.1;
}
.cp_box-logo {
  width: 148px;
  padding: 0 0 6px;
}
.cp_box-arrow {
  width: 23px;
  margin: 10px auto;
}
.cp_box-fee {
  color: #222;
  background-color: #f0f8f7;
  border: 1px solid #dddddd;
  margin: 0 0 5px;
  padding: 5px 5px 3px;
}
.cp_box-ill-01 {
  max-width: 34%;
}
.cp_box-ill-02 {
  max-width: 40%;
}
.cp_box-free {
  letter-spacing: 0.1em;
}
.margin-x-auto-sp {
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .cp_box {
    border: 5px solid #ffe000;
    margin: 0 0 20px;
    padding: 0 0 32px;
  }
  .cp_box-shoulder {
    font-size: 1.8rem;
    width: 165px;
    height: 45px;
    padding: 0 0 0 32px;
  }
  .cp_box-shoulder-point {
    width: 240px;
    height: 64px;
  }
  .cp_box-shoulder::after {
    right: -20px;
    width: 40px;
    height: 45px;
  }
  .cp_box-shoulder-point::after {
    height: 64px;
  }
  .cp_box-shoulder img {
    height: 38px;
    margin: 12px 0 0 20px;
  }
  .cp_box-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0 0 54px;
  }
  .cp_box-ttl {
    line-height: 1.1;
  }
  .cp_box-logo {
    width: 246px;
    margin: 0 8px;
    padding: 0 0 12px 0;
  }
  .cp_box-arrow {
    width: 38px;
    margin: 0 24px;
    transform: rotate(-90deg);
  }
  .cp_box-fee {
    font-size: 2.0rem;
    background-color: #f0f8f7;
    border: 1px solid #dddddd;
    margin: 0 0 5px;
    padding: 5px 5px 3px;
  }
  .cp_box-ill-01 {
    max-width: 21%;
    padding: 0 40px 0 0;
  }
  .cp_box-item {
    flex-basis: 77%;
    max-width: 77%;
    padding: 0 3%;
    justify-content: flex-end;
  }
  .cp_box-ill-02 {
    flex-basis: 20%;
    max-width: 20%;
    margin-right: 40px;
    text-align: right;
  }
  .cp_box-ill-02 img {
    width: 157px;
  }
  .margin-x-auto-sp {
    margin: 0;
  }
}


.font_h2-enjoy span {
  position: relative;
}
.font_h2-enjoy span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -10px;
  left: -60px;
  width: 48px;
  height: 54px;
  background-image: url("../img/point_ttl_ornament_l_sp.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.font_h2-enjoy span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -2px;
  right: -80px;
  width: 50px;
  height: 61px;
  background-image: url("../img/point_ttl_ornament_r_sp.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width:768px) {
  .font_h2-enjoy span::before {
    top: -22px;
    left: -150px;
    width: 96px;
    height: 101px;
  }
  .font_h2-enjoy span::after {
    top: -16px;
    right: -164px;
    width: 93px;
    height: 113px;
  }
}
.point {
  overflow: hidden;
}
.movie {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.3%;
  z-index: 1;
}
.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.movie::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -34px;
  right: -86px;
  z-index: -1;
  width: 117px;
  height: 117px;
  background-image: url("../img/video_ornament_r_sp.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width:768px) {
  .movie {
    position: relative;
    width: 640px;
    height: 360px;
    margin: 0 auto;
    padding: 0;
  }
  .movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .movie::after {
    top: 64px;
    right: -158px;
  }
  .movie::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 137px;
    left: -164px;
    z-index: -1;
    width: 124px;
    height: 156px;
    background-image: url("../img/video_ornament_l_sp.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
table.course {
  font-weight: bold;
  line-height: 1.4;
  border: 1px solid #dddddd;
  margin: 24px 0;
}
table.course th {
  text-align: center;
  width: 33%;
  border: 1px solid #dddddd;
  padding: 10px;
  vertical-align: middle;
}
table.course td {
  text-align: center;
  width: 33%;
  border: 1px solid #dddddd;
  padding: 10px 4px;
  vertical-align: middle;
}
table.course th.monthly {
  background-color: #f0f8f7;
  padding: 12px 0;
}
table.course th.monthly_campaign {
  background-color: #ffe000;
  padding: 12px 0;
}
table.course td.course_basic {
  color: #3BBEE8;
}
table.course td.course_premium {
  color: #EE87B4;
}
table.course td.course_bs {
  color: #3E3A39;
  vertical-align: top;
}
table.course td.course_bs p {
  padding-top: 22px;
}
.course_balloon {
  font-size: 12px;
  background-color: #ffe000;
  border-radius: 6px;
  margin: 0 10px 14px;
  padding: 4px 0 4px;
  position: relative;
}
.course_balloon::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 12px;
  height: 8px;
  background-color: #ffe000;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (min-width:768px) {
  table.course {
    border: none;
  }
  table.course th {
    display: block;
    width: 25%;
    height: 146px;
  }
  table.course th.bd-none {
    border: none;
    height: 146px;
  }
  table.course td {
    padding: 6px;
    width: 25%;
    height: 146px;
    vertical-align: middle;
  }
  table.course th.monthly {
    width: 100%;
    border-right: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  table.course th.monthly_campaign {
    width: 100%;
    border-right: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  table.course td.course_basic {}
  .course_balloon {
    font-size: 1.6rem;
    border-radius: 60px;
    padding: 8px 0;
  }
}
.contact_free {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  background-color: #ffe000;
  border-radius: 6px;
  margin: 0 8px 6px 0;
  padding: 4px 6px;
}
@media screen and (min-width:768px) {
  .contact_free {
    font-size: 2.0rem;
    line-height: 1.2;
    margin: 0 16px 0 0;
    padding: 10px 16px 6px;
  }
}