@charset "utf-8";

/* content */
/* -----------------
  common
-------------------- */
:root {
  --spp: 24px;
  --tbp: 32px;
  --pcp: 48px;
}

.container {
  padding: 0 var(--spp);
}

@media all and (min-width: 767px) {
  .container {
    padding: 0 var(--tbp);
  }
}

@media all and (min-width: 1024px) {
  .container {
    padding: 0 var(--pcp);
  }
}

/* ----------------------
  kv
------------------------- */
.cl_kv_ttl_pc,
.cl_kv_ttl_sp {
  width: 100%;
  object-fit: cover;
}

.cl_kv_ttl_pc {
  display: none;
}

@media all and (min-width: 767px) {
  .cl_kv_ttl_sp {
    display: none;
  }

  .cl_kv_ttl_pc {
    display: block;
    max-height: 90vh;
    object-position: center top;
  }
}

/* ----------------------
  introduction
------------------------- */
.cl_intro {
  padding-top: 60px;
  padding-bottom: 60px;
}

.cl_intro_ttl {
  text-align: center;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 60px;
}

.cl_intro_ttl img {
  height: 25px;
}

.cl_intro_ttl span {
  color: #00ABC7;
}

.cl_intro_box {
  display: flex;
  flex-direction: column;
  gap: 22px 0;
  max-width: 1500px;
  margin: 0 auto 60px;
}

.cl_intro_box_ttl {
  font-size: min(9vw, 40px);
  font-weight: 700;
  line-height: 1.55;
  margin-bottom: 22px;
}

.cl_intro_box_ttl sup {
  font-size: 10px;
  position: relative;
  left: 0;
  top: -20px;
}

.cl_intro_box_desc {
  font-size: 16.5px;
  margin: 0;
  max-width: 430px;
}

.cl_intro_movie {
  background-color: #f8f8f8;
  padding: 55px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.cl_intro_movie_ttl {
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 5px;
}

.cl_intro_movie iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  max-width: 890px;
}

@media all and (min-width: 767px) {
  .cl_intro_ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25em;
  }

  .cl_intro_ttl img {
    transform: translate(0, -3px);
  }

  .cl_intro_ttl_br {
    display: none;
  }

  .cl_intro_box {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0 auto 98px;
  }

  .cl_intro_box_img,
  .cl_intro_box_cont {
    width: 50%;
  }

  .cl_intro_box_img,
  .cl_intro_box_cont {
    width: 50%;
  }

  .cl_intro_movie {
    padding: 90px 0;
    gap: 50px;
  }

  .cl_intro_movie_ttl {
    font-size: 31px;
  }
}

@media all and (min-width: 1024px) {
  .cl_intro_box_img {
    width: 60%;
    padding: 40px;
  }

  .cl_intro_box_cont {
    width: 40%;
  }
}

/* ----------------------
  plan
------------------------- */
.cl_section_ttl {
  font-family: jins_next_ttmedium;
  font-size: 19px;
  margin-bottom: 18px;
}

.cl_section_ttl span {
  display: none;
}

.cl_plan_detail {
  background-color: #E6E6E6;
  padding-top: 40px;
  padding-bottom: 60px;
}

.cl_plan_detail_ttl {
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}

.cl_plan_list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px 21px;
  list-style: none;
  padding: 0;
}

.cl_plan_item {
  background-color: #fff;
  border-radius: 16px;
  padding: 40px 45px;
}

.cl_plan_cont dt {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  height: 250px;
}

.cl_plan_cont img {
  display: inline-block;
  height: 100px;
  width: 100px;
  margin: 30px 0 40px;
  object-fit: contain;
  object-position: center;
}

.cl_plan_name {
  border-radius: 999px;
  background-color: #FFE55F;
  font-size: 22px;
  display: block;
  padding: calc(.5em + 3px) 1em .5em;
  line-height: 1;
}

.cl_plan_name.syokai {
  padding-left: 90px;
  position: relative;
}

.cl_plan_name.syokai::before {
  display: block;
  content: "初回\A限定";
  white-space: pre;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #DA0024;
  color: #fff;
  font-size: 16.5px;
  line-height: 1.25;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(0, -50%);
}

.cl_plan_cont dd {
  margin: 0;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cl_plan_desc {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}

.teiki .cl_plan_desc {
  margin: 0 -30px;
}

.cl_pan_bigger {
  font-size: 22px;
}

.cl_plan_name_attention {
  font-size: 13px;
  font-weight: 400;
}

.cl_plan_strong {
  font-size: 24px;
  color: #DA0024;
}

.cl_plan_smaller.cl_plan_strong {
  font-size: 20px;
}

.cl_plan_strong sup {
  font-size: 10px;
}

.cl_plan_link {
  border-radius: 999px;
  display: block;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  padding: .25em 1em;
  transition: .3s;
}

.cl_plan_link.clcn {
  border: 1px solid #01B5DE;
  background-color: #01B5DE;
}

.cl_plan_link.oneday {
  border: 1px solid #10acc6;
  background-color: #10acc6;
}

.cl_plan_link.clcn:hover {
  background-color: #fff;
  color: #01B5DE;
}

.cl_plan_link.oneday:hover {
  background-color: #fff;
  color: #10acc6;
}

.cl_plan_link + .cl_plan_link {
  margin-top: 12px;
}

@media all and (min-width: 768px) {
  .cl_section_ttl {
    font-size: 24px;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
  }

  .cl_section_ttl span {
    display: inline-block;
    color: #808080;
    font-size: 12px;
    margin-left: 20px;
  }

  .cl_plan_detail_ttl_br {
    display: none;
  }

  .cl_plan_list {
    grid-template-columns: 1fr 1fr;
  }
}

@media all and (min-width: 1280px) {
  .cl_plan_list {
    max-width: 1500px;
    margin: 0 auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .cl_plan_item {
    padding: 40px min(45px, 8%);
  }

  .teiki .cl_plan_desc {
    margin: 0;
  }

  .cl_plan_name.syokai::before {
    left: 12%;
  }
}

@media all and (min-width: 1440px) {
  .cl_plan_name.syokai::before {
    left: 16%;
  }
}

/* ----------------------
  features
------------------------- */
.cl_features {
  padding: 60px 0 60px;
}

.cl_features_ttl {
  text-align: center;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 60px;
}

.cl_features_ttl img {
  height: 25px;
}

.cl_features_ttl span {
  color: #00ABC7;
}

.cl_features_box {
  border-top: 1px solid #00ABC7;
  padding-top: 40px;
  padding-bottom: 40px;
}

.cl_features .cl_features_box:last-child {
  border-bottom: 1px solid #00ABC7;
}

.cl_features_cont_ttl {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.55;
  margin-bottom: 30px;
  padding-left: .75em;
  position: relative;
}

.cl_features_cont_ttl::before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  margin-right: 10px;
  background-color: #01B5DE;
  border-radius: 50%;
  position: absolute;
  top: 0.5em;
  left: 0;
}

.cl_features_cont_desc {
  font-size: 14px;
}

.cl_features_cont_desc_br {
  display: none;
}

.cl_features_img img {
  width: 100%;
  object-fit: contain;
}

@media all and (min-width: 768px) {
  .cl_features_box {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
  }

  .cl_features_cont {
    flex: 2;
  }

  .cl_features_cont_desc_br {
    display: inline;
  }

  .cl_features_img {
    flex: 1;
    margin-top: -38px;
    margin-bottom: -38px;
  }

  .cl_features_ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .25em;
  }

  .cl_features_ttl img {
    transform: translate(0, -3px);
  }

  .cl_features_ttl_br,
  .cl_features_cont_ttl_br {
    display: none;
  }
}


/* ----------------------
  spec
------------------------- */
.cl_spec {
  padding-bottom: 60px;
}

.cl_spec_wrap {
  background-color: #E6E6E6;
  padding-top: 24px;
  padding-bottom: 60px;
}

.cl_spec_img {
  max-width: 925px;
  margin: 0 auto;
}

.cl_spec_list {
  display: flex;
  gap: 14px;
  font-size: 14px;
}

.cl_spec_list + .cl_spec_list {
  margin-top: 14px;
}

.cl_spec_list dt {
  width: 8em;
  flex-shrink: 0;
}

.cl_spec_list dd {
  margin: 0;
}

.cl_spec_attention {
  margin: 30px 0 25px;
  font-size: 12px;
  padding-left: 1em;
}

.cl_spec_download {
  display: flex;
  align-items: center;
  position: relative;
}

.cl_spec_download a::before {
  display: block;
  content: "";
  height: 1px;
  width: 264px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}

.cl_spec_download a {
  font-size: 16.5px;
  text-decoration: none;
}

.cl_spec_download a:hover {
  opacity: 0.5;
}

.cl_spec_download a img {
  transform: translate(0, 4px);
}

@media all and (min-width: 767px) {
  .cl_spec_cont {
    display: flex;
    margin-top: -50px;
  }

  .cl_spec_left,
  .cl_spec_right {
    width: 50%;
  }

  .cl_spec_cont,
  .cl_spec_attention,
  .cl_spec_download {
    max-width: 784px;
    margin-right: auto;
    margin-left: auto;
  }
}
